01KTMG14AY3ZD7A6PQ835G87Y8: 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: 01KTMG1Q13PH27ATNNZEFB1ESW

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-08T20:51:57.864Zjob assigned to worker 01KTMG1YXMPWHKNDZN95C34NYX [factory aws, i-0c91ca35c74ba17d7] (queued for 51 s)
 
22026-06-08T20:52:04.670Zstarting task 0: "setup"
32026-06-08T20:52:04.675Z++ uname -s
42026-06-08T20:52:04.677Z+ kern=SunOS
52026-06-08T20:52:04.677Z+ build_user=build
62026-06-08T20:52:04.677Z+ build_uid=12345
72026-06-08T20:52:04.677Z+ work_dir=/work
82026-06-08T20:52:04.677Z+ input_dir=/input
92026-06-08T20:52:04.677Z+ [[ 0 == 12345 ]]
102026-06-08T20:52:04.677Z+ case "$kern" in
112026-06-08T20:52:04.678Z+ groupadd -g 12345 build
122026-06-08T20:52:04.680Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-08T20:52:06.686Z+ zfs create -o mountpoint=/work rpool/work
142026-06-08T20:52:06.788Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-08T20:52:06.791Z+ home_fs=zfs
162026-06-08T20:52:06.791Z+ [[ zfs == autofs ]]
172026-06-08T20:52:06.791Z+ mkdir -p /home/build
182026-06-08T20:52:06.794Z+ chown build:build /home/build /work
192026-06-08T20:52:07.794Z+ chmod 0700 /home/build /work
202026-06-08T20:52:07.797Zprocess exited: duration 3128 ms, exit code 0
 
212026-06-08T20:52:07.802Zstarting task 1: "rust-toolchain"
222026-06-08T20:52:07.808Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-08T20:52:07.808Z * rust toolchain channel = "1.94.0"
242026-06-08T20:52:07.808Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-08T20:52:07.811Z * rust toolchain profile = "default"
262026-06-08T20:52:07.811Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-08T20:52:07.811Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-08T20:52:07.811Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-08T20:52:07.811Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-08T20:52:07.895Zinfo: downloading installer
312026-06-08T20:52:09.313Zwarn: It looks like you have an existing rustup settings file at:
322026-06-08T20:52:09.313Zwarn: /home/build/.rustup/settings.toml
332026-06-08T20:52:09.313Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-08T20:52:09.313Zwarn: instead of the one inferred from the default host triple.
352026-06-08T20:52:09.317Zinfo: profile set to default
362026-06-08T20:52:09.317Zinfo: default host triple is x86_64-unknown-illumos
372026-06-08T20:52:09.317Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-08T20:52:09.486Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-08T20:52:09.489Zinfo: downloading 6 components
402026-06-08T20:52:24.409Z
412026-06-08T20:52:24.409Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-06-08T20:52:24.450Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-08T20:52:24.450Z
442026-06-08T20:52:24.450Z
452026-06-08T20:52:24.450ZRust is installed now. Great!
462026-06-08T20:52:24.450Z
472026-06-08T20:52:24.451ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-08T20:52:24.451Zenvironment variable. This has not been done automatically.
492026-06-08T20:52:24.451Z
502026-06-08T20:52:24.451ZTo configure your current shell, you need to source
512026-06-08T20:52:24.451Zthe corresponding env file under $HOME/.cargo.
522026-06-08T20:52:24.451Z
532026-06-08T20:52:24.451ZThis is usually done by running one of the following (note the leading DOT):
542026-06-08T20:52:24.451Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-08T20:52:24.451Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-08T20:52:24.451Zsource "~/.cargo/env.nu" # For nushell
572026-06-08T20:52:24.451Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-08T20:52:24.451Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-08T20:52:24.451Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-08T20:52:24.454Zwarn: no default linker (`cc`) was found in your PATH
612026-06-08T20:52:24.454Zwarn: many Rust crates require a system C toolchain to build
622026-06-08T20:52:24.550Z+ rustup --version
632026-06-08T20:52:24.557Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-08T20:52:24.557Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-08T20:52:24.578Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-08T20:52:24.581Z+ cargo --version
672026-06-08T20:52:24.590Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-08T20:52:24.594Z+ rustc --version
692026-06-08T20:52:24.613Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-08T20:52:24.617Zprocess exited: duration 16813 ms, exit code 0
 
712026-06-08T20:52:24.623Zstarting task 2: "authentication"
722026-06-08T20:52:24.641Zprocess exited: duration 18 ms, exit code 0
 
732026-06-08T20:52:24.647Zstarting task 3: "clone repository"
742026-06-08T20:52:24.653Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-08T20:52:24.656Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-08T20:52:24.688ZCloning into '/work/oxidecomputer/omicron'...
772026-06-08T20:52:43.865Z+ cd /work/oxidecomputer/omicron
782026-06-08T20:52:43.866Z+ git fetch origin f862b2ab4b0237683b3ba27037798dd12bc236ac
792026-06-08T20:52:44.145ZFrom https://github.com/oxidecomputer/omicron
802026-06-08T20:52:44.145Z * branch f862b2ab4b0237683b3ba27037798dd12bc236ac -> FETCH_HEAD
812026-06-08T20:52:44.158Z+ [[ -n sunshowers/spr/test-utils-fix-wait_for_watch_channel_condition ]]
822026-06-08T20:52:44.161Z++ git branch --show-current
832026-06-08T20:52:44.161Z+ current=main
842026-06-08T20:52:44.161Z+ [[ main != sunshowers/spr/test-utils-fix-wait_for_watch_channel_condition ]]
852026-06-08T20:52:44.161Z+ git branch -f sunshowers/spr/test-utils-fix-wait_for_watch_channel_condition f862b2ab4b0237683b3ba27037798dd12bc236ac
862026-06-08T20:52:44.164Z+ git checkout -f sunshowers/spr/test-utils-fix-wait_for_watch_channel_condition
872026-06-08T20:52:44.317ZSwitched to branch 'sunshowers/spr/test-utils-fix-wait_for_watch_channel_condition'
882026-06-08T20:52:44.320Z+ git reset --hard f862b2ab4b0237683b3ba27037798dd12bc236ac
892026-06-08T20:52:44.466ZHEAD is now at f862b2ab4 simplify signature
902026-06-08T20:52:44.469Zprocess exited: duration 19819 ms, exit code 0
 
912026-06-08T20:52:44.476Zstarting task 4: "build"
922026-06-08T20:52:44.483Z+ source .github/buildomat/ci-env.sh
932026-06-08T20:52:44.483Z++ export CARGO_TERM_COLOR=always
942026-06-08T20:52:44.483Z++ CARGO_TERM_COLOR=always
952026-06-08T20:52:44.483Z+ cargo --version
962026-06-08T20:52:44.491Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-08T20:52:44.494Z+ rustc --version
982026-06-08T20:52:44.514Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-08T20:52:44.518Z+ WORK=/work
1002026-06-08T20:52:44.518Z+ pfexec mkdir -p /work
1012026-06-08T20:52:44.521Z+ pfexec chown build /work
1022026-06-08T20:52:44.524Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-06-08T20:52:46.032Z Startup: Refreshing catalog 'helios' ... Done
1042026-06-08T20:52:46.118Z Startup: Caching catalogs ... Done
1052026-06-08T20:52:46.436ZPlanning: Solver setup ... Done (0.280s)
1062026-06-08T20:52:46.456ZPlanning: Running solver ... Done (0.020s)
1072026-06-08T20:52:46.463ZPlanning: Finding local manifests ... Done (0.003s)
1082026-06-08T20:52:46.473ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-08T20:52:46.493ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-08T20:52:46.507ZPlanning: Package planning ... Done (0.014s)
1112026-06-08T20:52:46.511ZPlanning: Merging actions ... Done (0.002s)
1122026-06-08T20:52:46.702ZPlanning: Checking for conflicting actions ... Done (0.194s)
1132026-06-08T20:52:46.707ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-06-08T20:52:47.549ZPlanning: Evaluating mediators ... Done (0.847s)
1152026-06-08T20:52:47.552ZPlanning: Planning completed in 1.41 seconds
1162026-06-08T20:52:47.571Z Packages to install: 2
1172026-06-08T20:52:47.571Z Estimated space available: 156.10 GB
1182026-06-08T20:52:47.575ZEstimated space to be consumed: 25.34 MB
1192026-06-08T20:52:47.575Z Create boot environment: No
1202026-06-08T20:52:47.575ZCreate backup boot environment: No
1212026-06-08T20:52:47.575Z Rebuild boot archive: No
1222026-06-08T20:52:47.575Z
1232026-06-08T20:52:47.575ZChanged packages:
1242026-06-08T20:52:47.576Zhelios
1252026-06-08T20:52:47.576Z developer/build-essential
1262026-06-08T20:52:47.576Z None -> 11-3.0
1272026-06-08T20:52:47.576Z library/libxmlsec1
1282026-06-08T20:52:47.576Z None -> 1.2.35-3.0
1292026-06-08T20:52:47.585Z
1302026-06-08T20:52:47.585ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-06-08T20:52:48.047ZDownload: Completed 1.28 MB in 0.46 seconds (2.8M/s)
1322026-06-08T20:52:48.244Z Actions: 1/268 actions (Installing new actions)
1332026-06-08T20:52:48.282Z Actions: Completed 268 actions in 0.04 seconds.
1342026-06-08T20:52:48.290ZFinalize: Updating package state database ... Done (0.008s)
1352026-06-08T20:52:48.292ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-08T20:52:48.313ZFinalize: Updating image state ... Done (0.022s)
1372026-06-08T20:52:50.878ZFinalize: Creating fast lookup database ... Done (2.543s)
1382026-06-08T20:52:50.948ZFinalize: Reading search index ... Done (0.013s)
1392026-06-08T20:52:50.951ZFinalize: Updating search index ... Done (0.000s)
1402026-06-08T20:52:51.045ZFinalize: Updating package cache ... Done (0.000s)
1412026-06-08T20:52:51.348ZPlanning: Evaluating mediator changes ... Done
1422026-06-08T20:52:51.454ZPlanning: Checking for conflicting actions ... Done
1432026-06-08T20:52:51.457ZPlanning: Consolidating action changes ... Done
1442026-06-08T20:52:51.612ZPlanning: Evaluating mediators ... Done
1452026-06-08T20:52:51.616ZPlanning: Planning completed in 0.26 seconds
1462026-06-08T20:52:51.635Z Mediators to change: 2
1472026-06-08T20:52:51.635Z Create boot environment: No
1482026-06-08T20:52:51.635ZCreate backup boot environment: No
1492026-06-08T20:52:51.682ZFinalize: Updating package state database ... Done
1502026-06-08T20:52:51.683ZFinalize: Updating package cache ... Done
1512026-06-08T20:52:51.695ZFinalize: Updating image state ... Done
1522026-06-08T20:52:53.632ZFinalize: Creating fast lookup database ... Done
1532026-06-08T20:52:53.691ZFinalize: Reading search index ... Done
1542026-06-08T20:52:53.695ZFinalize: Updating search index ... Done
1552026-06-08T20:52:53.758ZFinalize: Updating package cache ... Done
1562026-06-08T20:52:54.040ZPlanning: Evaluating mediator changes ... Done
1572026-06-08T20:52:54.144ZPlanning: Checking for conflicting actions ... Done
1582026-06-08T20:52:54.147ZPlanning: Consolidating action changes ... Done
1592026-06-08T20:52:54.313ZPlanning: Evaluating mediators ... Done
1602026-06-08T20:52:54.317ZPlanning: Planning completed in 0.26 seconds
1612026-06-08T20:52:54.327Z Mediators to change: 1
1622026-06-08T20:52:54.327Z Create boot environment: No
1632026-06-08T20:52:54.327ZCreate backup boot environment: No
1642026-06-08T20:52:54.369ZFinalize: Updating package state database ... Done
1652026-06-08T20:52:54.369ZFinalize: Updating package cache ... Done
1662026-06-08T20:52:54.384ZFinalize: Updating image state ... Done
1672026-06-08T20:52:56.325ZFinalize: Creating fast lookup database ... Done
1682026-06-08T20:52:56.386ZFinalize: Reading search index ... Done
1692026-06-08T20:52:56.389ZFinalize: Updating search index ... Done
1702026-06-08T20:52:56.450ZFinalize: Updating package cache ... Done
1712026-06-08T20:52:56.762ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-06-08T20:52:56.762Zapache system 2.4 system
1732026-06-08T20:52:56.762Zclang system 15 system
1742026-06-08T20:52:56.762Zcsh system system illumos
1752026-06-08T20:52:56.762Zctags system system illumos
1762026-06-08T20:52:56.762Zfile vendor vendor darwinsys
1772026-06-08T20:52:56.762Zfile system system illumos
1782026-06-08T20:52:56.762Zgcc vendor 14 vendor
1792026-06-08T20:52:56.764Zgcc system 13 system
1802026-06-08T20:52:56.764Zgcc system 10 system
1812026-06-08T20:52:56.764Zgo system 1.25 system
1822026-06-08T20:52:56.764Zllvm system 15 system
1832026-06-08T20:52:56.764Zmariadb system 11.4 system
1842026-06-08T20:52:56.764Zmta vendor vendor dma
1852026-06-08T20:52:56.764Zopenjdk system 17 system
1862026-06-08T20:52:56.764Zopenjdk system 11 system
1872026-06-08T20:52:56.764Zopenssl vendor 3 vendor
1882026-06-08T20:52:56.764Zperl system 5.40 system
1892026-06-08T20:52:56.764Zpostgresql system 18 system
1902026-06-08T20:52:56.764Zpostgresql system 17 system
1912026-06-08T20:52:56.764Zpython vendor 3 vendor
1922026-06-08T20:52:56.764Zpython system 2 system
1932026-06-08T20:52:56.764Zpython3 vendor 3.13 vendor
1942026-06-08T20:52:56.764Zruby system 3.4 system
1952026-06-08T20:52:56.764Zruby system 3.0 system
1962026-06-08T20:52:56.764Zwords vendor vendor american-english
1972026-06-08T20:52:56.764Zwords system system australian-english
1982026-06-08T20:52:56.764Zwords system system british-english
1992026-06-08T20:52:56.764Zwords system system canadian-english
2002026-06-08T20:52:56.764Zwords system system french
2012026-06-08T20:52:56.764Zwords system system italian
2022026-06-08T20:52:56.764Zwords system system ngerman
2032026-06-08T20:52:56.764Zwords system system ogerman
2042026-06-08T20:52:56.764Zwords system system spanish
2052026-06-08T20:52:57.019ZPUBLISHER TYPE STATUS P LOCATION
2062026-06-08T20:52:57.019Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-06-08T20:52:57.311ZFMRI IFO
2082026-06-08T20:52:57.311Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-06-08T20:52:57.311Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-06-08T20:52:57.311Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-06-08T20:52:57.311Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-06-08T20:52:57.311Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-06-08T20:52:57.311Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-06-08T20:52:57.311Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-06-08T20:52:57.311Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-06-08T20:52:57.311Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-06-08T20:52:57.556Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-06-08T20:52:57.824Z Updating crates.io index
2192026-06-08T20:52:57.827Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-06-08T20:52:58.105Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-06-08T20:52:58.724Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-06-08T20:52:59.551Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-06-08T20:53:00.425Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-06-08T20:53:00.905Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-06-08T20:53:02.470Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-06-08T20:53:03.320Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-06-08T20:53:03.780Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-06-08T20:53:05.187Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-06-08T20:53:05.765Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-06-08T20:53:06.120Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-06-08T20:53:06.353Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-06-08T20:53:07.427Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-06-08T20:53:07.912Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-06-08T20:53:08.161Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-06-08T20:53:08.579Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-06-08T20:53:08.959Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-06-08T20:53:09.508Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-06-08T20:53:09.767Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-06-08T20:53:10.020Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-06-08T20:53:10.261Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-06-08T20:53:10.684Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-06-08T20:53:11.046Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-06-08T20:53:11.480Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-06-08T20:53:11.856Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-06-08T20:53:12.203Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-06-08T20:53:12.670Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-06-08T20:53:14.021Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-06-08T20:53:14.309Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-06-08T20:53:15.248Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-06-08T20:53:15.672Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-06-08T20:53:15.926Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-06-08T20:53:16.458Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-06-08T20:53:16.858Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-06-08T20:53:17.240Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2552026-06-08T20:53:18.032Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-06-08T20:53:18.339Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-06-08T20:53:18.619Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-06-08T20:53:18.871Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-06-08T20:53:19.318Z Updating git repository `https://github.com/oxidecomputer/omicron`
2602026-06-08T20:53:31.268Z Downloading crates ...
2612026-06-08T20:53:31.268Z Downloaded thiserror v1.0.69
2622026-06-08T20:53:31.268Z Downloaded textwrap v0.16.2
2632026-06-08T20:53:31.268Z Downloaded thiserror v2.0.18
2642026-06-08T20:53:31.268Z Downloaded zerofrom-derive v0.1.6
2652026-06-08T20:53:31.268Z Downloaded usdt v0.5.0
2662026-06-08T20:53:31.268Z Downloaded cpufeatures v0.2.17
2672026-06-08T20:53:31.268Z Downloaded yoke-derive v0.8.1
2682026-06-08T20:53:31.268Z Downloaded version_check v0.9.5
2692026-06-08T20:53:31.269Z Downloaded typeid v1.0.3
2702026-06-08T20:53:31.269Z Downloaded usdt-attr-macro v0.5.0
2712026-06-08T20:53:31.269Z Downloaded potential_utf v0.1.4
2722026-06-08T20:53:31.270Z Downloaded errno v0.3.14
2732026-06-08T20:53:31.270Z Downloaded unicode-xid v0.2.6
2742026-06-08T20:53:31.270Z Downloaded unicode-linebreak v0.1.5
2752026-06-08T20:53:31.270Z Downloaded thiserror-impl v1.0.69
2762026-06-08T20:53:31.270Z Downloaded ordered-float v2.10.1
2772026-06-08T20:53:31.270Z Downloaded dof v0.3.0
2782026-06-08T20:53:31.270Z Downloaded percent-encoding v2.3.2
2792026-06-08T20:53:31.270Z Downloaded usdt-macro v0.5.0
2802026-06-08T20:53:31.270Z Downloaded toml_datetime v0.6.11
2812026-06-08T20:53:31.270Z Downloaded memmap v0.7.0
2822026-06-08T20:53:31.270Z Downloaded form_urlencoded v1.2.2
2832026-06-08T20:53:31.270Z Downloaded anstyle-query v1.1.5
2842026-06-08T20:53:31.270Z Downloaded yoke v0.8.1
2852026-06-08T20:53:31.270Z Downloaded writeable v0.6.2
2862026-06-08T20:53:31.271Z Downloaded zerofrom v0.1.6
2872026-06-08T20:53:31.271Z Downloaded macaddr v1.0.1
2882026-06-08T20:53:31.271Z Downloaded thread-id v4.2.2
2892026-06-08T20:53:31.271Z Downloaded toml_write v0.1.2
2902026-06-08T20:53:31.271Z Downloaded pretty-hex v0.4.1
2912026-06-08T20:53:31.271Z Downloaded zerovec-derive v0.11.2
2922026-06-08T20:53:31.271Z Downloaded heck v0.5.0
2932026-06-08T20:53:31.272Z Downloaded cfg-if v1.0.4
2942026-06-08T20:53:31.272Z Downloaded proc-macro-error-attr v1.0.4
2952026-06-08T20:53:31.272Z Downloaded colorchoice v1.0.4
2962026-06-08T20:53:31.272Z Downloaded utf8parse v0.2.2
2972026-06-08T20:53:31.272Z Downloaded itoa v1.0.17
2982026-06-08T20:53:31.272Z Downloaded utf8_iter v1.0.4
2992026-06-08T20:53:31.272Z Downloaded usdt-impl v0.5.0
3002026-06-08T20:53:31.273Z Downloaded serde-value v0.7.0
3012026-06-08T20:53:31.273Z Downloaded cargo-platform v0.2.0
3022026-06-08T20:53:31.273Z Downloaded thiserror-impl v2.0.18
3032026-06-08T20:53:31.273Z Downloaded equivalent v1.0.2
3042026-06-08T20:53:31.273Z Downloaded plain v0.2.3
3052026-06-08T20:53:31.273Z Downloaded dtrace-parser v0.2.0
3062026-06-08T20:53:31.273Z Downloaded zmij v1.0.21
3072026-06-08T20:53:31.273Z Downloaded scroll_derive v0.12.1
3082026-06-08T20:53:31.273Z Downloaded block-buffer v0.10.4
3092026-06-08T20:53:31.273Z Downloaded crypto-common v0.1.7
3102026-06-08T20:53:31.273Z Downloaded tinystr v0.8.2
3112026-06-08T20:53:31.273Z Downloaded idna_adapter v1.2.1
3122026-06-08T20:53:31.273Z Downloaded fastrand v2.3.0
3132026-06-08T20:53:31.273Z Downloaded clap_lex v1.0.0
3142026-06-08T20:53:31.273Z Downloaded unicode-ident v1.0.24
3152026-06-08T20:53:31.273Z Downloaded ucd-trie v0.1.7
3162026-06-08T20:53:31.273Z Downloaded zerocopy-derive v0.7.35
3172026-06-08T20:53:31.274Z Downloaded generic-array v0.14.7
3182026-06-08T20:53:31.274Z Downloaded toml v0.8.23
3192026-06-08T20:53:31.274Z Downloaded is_terminal_polyfill v1.70.2
3202026-06-08T20:53:31.274Z Downloaded typenum v1.19.0
3212026-06-08T20:53:31.274Z Downloaded terminal_size v0.4.3
3222026-06-08T20:53:31.274Z Downloaded zerotrie v0.2.3
3232026-06-08T20:53:31.275Z Downloaded swrite v0.1.0
3242026-06-08T20:53:31.275Z Downloaded zerocopy v0.7.35
3252026-06-08T20:53:31.275Z Downloaded sha2 v0.10.9
3262026-06-08T20:53:31.275Z Downloaded serde_tokenstream v0.2.3
3272026-06-08T20:53:31.275Z Downloaded proc-macro-error v1.0.4
3282026-06-08T20:53:31.275Z Downloaded fnv v1.0.7
3292026-06-08T20:53:31.275Z Downloaded strsim v0.11.1
3302026-06-08T20:53:31.275Z Downloaded smawk v0.3.2
3312026-06-08T20:53:31.275Z Downloaded anstyle v1.0.14
3322026-06-08T20:53:31.275Z Downloaded url v2.5.8
3332026-06-08T20:53:31.275Z Downloaded toml_edit v0.22.27
3342026-06-08T20:53:31.275Z Downloaded stable_deref_trait v1.2.1
3352026-06-08T20:53:31.275Z Downloaded tabled_derive v0.7.0
3362026-06-08T20:53:31.275Z Downloaded zerovec v0.11.5
3372026-06-08T20:53:31.275Z Downloaded serde-untagged v0.1.9
3382026-06-08T20:53:31.275Z Downloaded bytecount v0.6.9
3392026-06-08T20:53:31.275Z Downloaded heck v0.4.1
3402026-06-08T20:53:31.275Z Downloaded winnow v0.7.14
3412026-06-08T20:53:31.275Z Downloaded serde_spanned v0.6.9
3422026-06-08T20:53:31.275Z Downloaded fs-err v3.3.0
3432026-06-08T20:53:31.275Z Downloaded quote v1.0.45
3442026-06-08T20:53:31.275Z Downloaded unicode-width v0.2.0
3452026-06-08T20:53:31.275Z Downloaded digest v0.10.7
3462026-06-08T20:53:31.275Z Downloaded unicode-width v0.1.14
3472026-06-08T20:53:31.275Z Downloaded anstyle-parse v1.0.0
3482026-06-08T20:53:31.275Z Downloaded erased-serde v0.4.9
3492026-06-08T20:53:31.275Z Downloaded scroll v0.12.0
3502026-06-08T20:53:31.275Z Downloaded autocfg v1.5.0
3512026-06-08T20:53:31.275Z Downloaded displaydoc v0.2.5
3522026-06-08T20:53:31.275Z Downloaded cargo_metadata v0.21.0
3532026-06-08T20:53:31.275Z Downloaded camino-tempfile v1.4.1
3542026-06-08T20:53:31.275Z Downloaded synstructure v0.13.2
3552026-06-08T20:53:31.275Z Downloaded once_cell v1.21.3
3562026-06-08T20:53:31.275Z Downloaded anyhow v1.0.102
3572026-06-08T20:53:31.276Z Downloaded semver v1.0.28
3582026-06-08T20:53:31.276Z Downloaded smallvec v1.15.1
3592026-06-08T20:53:31.276Z Downloaded pest_derive v2.8.6
3602026-06-08T20:53:31.320Z Downloaded litemap v0.8.1
3612026-06-08T20:53:31.320Z Downloaded bitflags v2.11.0
3622026-06-08T20:53:31.320Z Downloaded cargo_toml v0.21.0
3632026-06-08T20:53:31.320Z Downloaded cargo-util-schemas v0.8.2
3642026-06-08T20:53:31.320Z Downloaded camino v1.2.2
3652026-06-08T20:53:31.320Z Downloaded byteorder v1.5.0
3662026-06-08T20:53:31.321Z Downloaded clap_derive v4.6.1
3672026-06-08T20:53:31.321Z Downloaded serde_derive v1.0.228
3682026-06-08T20:53:31.321Z Downloaded tempfile v3.25.0
3692026-06-08T20:53:31.321Z Downloaded icu_provider v2.1.1
3702026-06-08T20:53:31.321Z Downloaded log v0.4.29
3712026-06-08T20:53:31.321Z Downloaded anstream v1.0.0
3722026-06-08T20:53:31.321Z Downloaded serde_core v1.0.228
3732026-06-08T20:53:31.322Z Downloaded icu_properties v2.1.2
3742026-06-08T20:53:31.322Z Downloaded pest_generator v2.8.6
3752026-06-08T20:53:31.322Z Downloaded num-traits v0.2.19
3762026-06-08T20:53:31.322Z Downloaded papergrid v0.11.0
3772026-06-08T20:53:31.322Z Downloaded clap v4.6.1
3782026-06-08T20:53:31.322Z Downloaded pest_meta v2.8.6
3792026-06-08T20:53:31.322Z Downloaded getrandom v0.4.1
3802026-06-08T20:53:31.322Z Downloaded proc-macro2 v1.0.106
3812026-06-08T20:53:31.322Z Downloaded icu_normalizer v2.1.1
3822026-06-08T20:53:31.322Z Downloaded memchr v2.8.0
3832026-06-08T20:53:31.337Z Downloaded icu_normalizer_data v2.1.1
3842026-06-08T20:53:31.338Z Downloaded icu_locale_core v2.1.1
3852026-06-08T20:53:31.338Z Downloaded indexmap v2.14.0
3862026-06-08T20:53:31.338Z Downloaded icu_collections v2.1.1
3872026-06-08T20:53:31.338Z Downloaded serde v1.0.228
3882026-06-08T20:53:31.338Z Downloaded pest v2.8.6
3892026-06-08T20:53:31.338Z Downloaded idna v1.1.0
3902026-06-08T20:53:31.338Z Downloaded icu_properties_data v2.1.2
3912026-06-08T20:53:31.354Z Downloaded goblin v0.8.2
3922026-06-08T20:53:31.368Z Downloaded serde_json v1.0.149
3932026-06-08T20:53:31.368Z Downloaded hashbrown v0.17.0
3942026-06-08T20:53:31.368Z Downloaded clap_builder v4.6.0
3952026-06-08T20:53:31.368Z Downloaded tabled v0.15.0
3962026-06-08T20:53:31.376Z Downloaded syn v1.0.109
3972026-06-08T20:53:31.387Z Downloaded syn v2.0.117
3982026-06-08T20:53:31.452Z Downloaded rustix v1.1.3
3992026-06-08T20:53:31.498Z Downloaded libc v0.2.185
4002026-06-08T20:53:31.584Z Compiling proc-macro2 v1.0.106
4012026-06-08T20:53:31.585Z Compiling unicode-ident v1.0.24
4022026-06-08T20:53:31.585Z Compiling quote v1.0.45
4032026-06-08T20:53:31.585Z Compiling serde_core v1.0.228
4042026-06-08T20:53:31.585Z Compiling libc v0.2.185
4052026-06-08T20:53:31.585Z Compiling version_check v0.9.5
4062026-06-08T20:53:31.586Z Compiling serde v1.0.228
4072026-06-08T20:53:31.586Z Compiling memchr v2.8.0
4082026-06-08T20:53:31.586Z Compiling stable_deref_trait v1.2.1
4092026-06-08T20:53:31.586Z Compiling zmij v1.0.21
4102026-06-08T20:53:31.586Z Compiling ucd-trie v0.1.7
4112026-06-08T20:53:31.586Z Compiling thiserror v1.0.69
4122026-06-08T20:53:31.681Z Compiling autocfg v1.5.0
4132026-06-08T20:53:31.712Z Compiling itoa v1.0.17
4142026-06-08T20:53:31.712Z Compiling litemap v0.8.1
4152026-06-08T20:53:31.860Z Compiling writeable v0.6.2
4162026-06-08T20:53:31.963Z Compiling icu_properties_data v2.1.2
4172026-06-08T20:53:32.020Z Compiling rustix v1.1.3
4182026-06-08T20:53:32.028Z Compiling icu_normalizer_data v2.1.1
4192026-06-08T20:53:32.195Z Compiling pest v2.8.6
4202026-06-08T20:53:32.233Z Compiling byteorder v1.5.0
4212026-06-08T20:53:32.316Z Compiling serde_json v1.0.149
4222026-06-08T20:53:32.348Z Compiling bitflags v2.11.0
4232026-06-08T20:53:32.364Z Compiling num-traits v0.2.19
4242026-06-08T20:53:32.492Z Compiling smallvec v1.15.1
4252026-06-08T20:53:32.526Z Compiling hashbrown v0.17.0
4262026-06-08T20:53:32.566Z Compiling errno v0.3.14
4272026-06-08T20:53:32.624Z Compiling equivalent v1.0.2
4282026-06-08T20:53:32.627Z Compiling typeid v1.0.3
4292026-06-08T20:53:32.647Z Compiling thread-id v4.2.2
4302026-06-08T20:53:32.705Z Compiling proc-macro-error-attr v1.0.4
4312026-06-08T20:53:32.725Z Compiling usdt-impl v0.5.0
4322026-06-08T20:53:32.746Z Compiling winnow v0.7.14
4332026-06-08T20:53:32.749Z Compiling toml_write v0.1.2
4342026-06-08T20:53:32.766Z Compiling erased-serde v0.4.9
4352026-06-08T20:53:32.818Z Compiling syn v1.0.109
4362026-06-08T20:53:32.839Z Compiling proc-macro-error v1.0.4
4372026-06-08T20:53:32.937Z Compiling thiserror v2.0.18
4382026-06-08T20:53:33.034Z Compiling indexmap v2.14.0
4392026-06-08T20:53:33.051Z Compiling percent-encoding v2.3.2
4402026-06-08T20:53:33.094Z Compiling utf8parse v0.2.2
4412026-06-08T20:53:33.113Z Compiling log v0.4.29
4422026-06-08T20:53:33.152Z Compiling plain v0.2.3
4432026-06-08T20:53:33.194Z Compiling camino v1.2.2
4442026-06-08T20:53:33.229Z Compiling getrandom v0.4.1
4452026-06-08T20:53:33.264Z Compiling utf8_iter v1.0.4
4462026-06-08T20:53:33.282Z Compiling form_urlencoded v1.2.2
4472026-06-08T20:53:33.307Z Compiling pest_meta v2.8.6
4482026-06-08T20:53:33.382Z Compiling syn v2.0.117
4492026-06-08T20:53:33.489Z Compiling anstyle-parse v1.0.0
4502026-06-08T20:53:33.525Z Compiling ordered-float v2.10.1
4512026-06-08T20:53:33.629Z Compiling is_terminal_polyfill v1.70.2
4522026-06-08T20:53:33.683Z Compiling colorchoice v1.0.4
4532026-06-08T20:53:33.705Z Compiling pretty-hex v0.4.1
4542026-06-08T20:53:33.725Z Compiling anstyle-query v1.1.5
4552026-06-08T20:53:33.728Z Compiling cfg-if v1.0.4
4562026-06-08T20:53:33.764Z Compiling anstyle v1.0.14
4572026-06-08T20:53:33.816Z Compiling terminal_size v0.4.3
4582026-06-08T20:53:33.835Z Compiling fs-err v3.3.0
4592026-06-08T20:53:33.912Z Compiling heck v0.5.0
4602026-06-08T20:53:33.915Z Compiling fnv v1.0.7
4612026-06-08T20:53:33.934Z Compiling fastrand v2.3.0
4622026-06-08T20:53:33.980Z Compiling anstream v1.0.0
4632026-06-08T20:53:34.114Z Compiling unicode-width v0.1.14
4642026-06-08T20:53:34.121Z Compiling heck v0.4.1
4652026-06-08T20:53:34.121Z Compiling strsim v0.11.1
4662026-06-08T20:53:34.122Z Compiling bytecount v0.6.9
4672026-06-08T20:53:34.122Z Compiling clap_lex v1.0.0
4682026-06-08T20:53:34.244Z Compiling semver v1.0.28
4692026-06-08T20:53:34.316Z Compiling anyhow v1.0.102
4702026-06-08T20:53:34.360Z Compiling unicode-xid v0.2.6
4712026-06-08T20:53:34.361Z Compiling once_cell v1.21.3
4722026-06-08T20:53:34.380Z Compiling clap_builder v4.6.0
4732026-06-08T20:53:34.380Z Compiling papergrid v0.11.0
4742026-06-08T20:53:34.450Z Compiling memmap v0.7.0
4752026-06-08T20:53:34.454Z Compiling unicode-width v0.2.0
4762026-06-08T20:53:34.503Z Compiling tempfile v3.25.0
4772026-06-08T20:53:34.568Z Compiling smawk v0.3.2
4782026-06-08T20:53:34.585Z Compiling serde-untagged v0.1.9
4792026-06-08T20:53:34.683Z Compiling unicode-linebreak v0.1.5
4802026-06-08T20:53:34.722Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-06-08T20:53:34.771Z Compiling camino-tempfile v1.4.1
4822026-06-08T20:53:34.849Z Compiling swrite v0.1.0
4832026-06-08T20:53:34.910Z Compiling textwrap v0.16.2
4842026-06-08T20:53:35.181Z Compiling tabled_derive v0.7.0
4852026-06-08T20:53:35.880Z Compiling synstructure v0.13.2
4862026-06-08T20:53:35.880Z Compiling pest_generator v2.8.6
4872026-06-08T20:53:35.917Z Compiling tabled v0.15.0
4882026-06-08T20:53:36.411Z Compiling serde_derive v1.0.228
4892026-06-08T20:53:36.411Z Compiling zerofrom-derive v0.1.6
4902026-06-08T20:53:36.422Z Compiling yoke-derive v0.8.1
4912026-06-08T20:53:36.422Z Compiling zerovec-derive v0.11.2
4922026-06-08T20:53:36.422Z Compiling displaydoc v0.2.5
4932026-06-08T20:53:36.422Z Compiling thiserror-impl v1.0.69
4942026-06-08T20:53:36.422Z Compiling zerocopy-derive v0.7.35
4952026-06-08T20:53:36.422Z Compiling scroll_derive v0.12.1
4962026-06-08T20:53:36.422Z Compiling thiserror-impl v2.0.18
4972026-06-08T20:53:36.422Z Compiling clap_derive v4.6.1
4982026-06-08T20:53:36.516Z Compiling pest_derive v2.8.6
4992026-06-08T20:53:37.188Z Compiling scroll v0.12.0
5002026-06-08T20:53:37.323Z Compiling zerocopy v0.7.35
5012026-06-08T20:53:37.382Z Compiling zerofrom v0.1.6
5022026-06-08T20:53:37.416Z Compiling goblin v0.8.2
5032026-06-08T20:53:37.514Z Compiling yoke v0.8.1
5042026-06-08T20:53:37.620Z Compiling dtrace-parser v0.2.0
5052026-06-08T20:53:37.673Z Compiling zerovec v0.11.5
5062026-06-08T20:53:37.673Z Compiling zerotrie v0.2.3
5072026-06-08T20:53:37.954Z Compiling clap v4.6.1
5082026-06-08T20:53:38.123Z Compiling tinystr v0.8.2
5092026-06-08T20:53:38.123Z Compiling potential_utf v0.1.4
5102026-06-08T20:53:38.250Z Compiling icu_collections v2.1.1
5112026-06-08T20:53:38.271Z Compiling icu_locale_core v2.1.1
5122026-06-08T20:53:38.865Z Compiling icu_provider v2.1.1
5132026-06-08T20:53:38.952Z Compiling toml_datetime v0.6.11
5142026-06-08T20:53:38.952Z Compiling serde_spanned v0.6.9
5152026-06-08T20:53:38.952Z Compiling serde-value v0.7.0
5162026-06-08T20:53:38.955Z Compiling cargo-platform v0.2.0
5172026-06-08T20:53:38.955Z Compiling macaddr v1.0.1
5182026-06-08T20:53:38.969Z Compiling dof v0.3.0
5192026-06-08T20:53:38.972Z Compiling serde_tokenstream v0.2.3
5202026-06-08T20:53:39.079Z Compiling icu_normalizer v2.1.1
5212026-06-08T20:53:39.079Z Compiling icu_properties v2.1.2
5222026-06-08T20:53:39.187Z Compiling toml_edit v0.22.27
5232026-06-08T20:53:39.707Z Compiling usdt-macro v0.5.0
5242026-06-08T20:53:39.709Z Compiling usdt-attr-macro v0.5.0
5252026-06-08T20:53:39.886Z Compiling idna_adapter v1.2.1
5262026-06-08T20:53:39.989Z Compiling idna v1.1.0
5272026-06-08T20:53:40.262Z Compiling url v2.5.8
5282026-06-08T20:53:40.307Z Compiling usdt v0.5.0
5292026-06-08T20:53:40.442Z Compiling toml v0.8.23
5302026-06-08T20:53:40.768Z Compiling cargo-util-schemas v0.8.2
5312026-06-08T20:53:40.768Z Compiling cargo_toml v0.21.0
5322026-06-08T20:53:41.541Z Compiling cargo_metadata v0.21.0
5332026-06-08T20:53:42.475Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5342026-06-08T20:53:44.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.17s
5352026-06-08T20:53:44.818Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5362026-06-08T20:53:45.378Z Downloading crates ...
5372026-06-08T20:53:45.483Z Downloaded argon2 v0.5.3
5382026-06-08T20:53:45.486Z Downloaded arrayvec v0.7.6
5392026-06-08T20:53:45.486Z Downloaded anstream v0.6.21
5402026-06-08T20:53:45.492Z Downloaded ciborium-ll v0.2.2
5412026-06-08T20:53:45.494Z Downloaded adler2 v2.0.1
5422026-06-08T20:53:45.497Z Downloaded cpufeatures v0.3.0
5432026-06-08T20:53:45.500Z Downloaded cargo_metadata v0.23.1
5442026-06-08T20:53:45.503Z Downloaded compression-codecs v0.4.37
5452026-06-08T20:53:45.503Z Downloaded async-stream-impl v0.3.6
5462026-06-08T20:53:45.506Z Downloaded crc-any v2.5.0
5472026-06-08T20:53:45.506Z Downloaded cstr-argument v0.1.2
5482026-06-08T20:53:45.506Z Downloaded async-recursion v1.1.1
5492026-06-08T20:53:45.509Z Downloaded camino-tempfile-ext v0.3.3
5502026-06-08T20:53:45.512Z Downloaded bitflags v1.3.2
5512026-06-08T20:53:45.514Z Downloaded dirs-sys-next v0.1.2
5522026-06-08T20:53:45.514Z Downloaded derive-ex v0.1.8
5532026-06-08T20:53:45.517Z Downloaded darling_core v0.13.4
5542026-06-08T20:53:45.520Z Downloaded cbc v0.1.2
5552026-06-08T20:53:45.520Z Downloaded ahash v0.8.12
5562026-06-08T20:53:45.522Z Downloaded cookie_store v0.22.1
5572026-06-08T20:53:45.522Z Downloaded ctr v0.9.2
5582026-06-08T20:53:45.525Z Downloaded chacha20 v0.10.0
5592026-06-08T20:53:45.525Z Downloaded dyn-clone v1.0.20
5602026-06-08T20:53:45.528Z Downloaded bit-set v0.5.3
5612026-06-08T20:53:45.531Z Downloaded daft-derive v0.1.7
5622026-06-08T20:53:45.534Z Downloaded darling v0.20.11
5632026-06-08T20:53:45.536Z Downloaded backon v1.6.0
5642026-06-08T20:53:45.536Z Downloaded bit-set v0.8.0
5652026-06-08T20:53:45.539Z Downloaded atomicwrites v0.4.4
5662026-06-08T20:53:45.539Z Downloaded debug-ignore v1.0.5
5672026-06-08T20:53:45.541Z Downloaded assert_matches v1.5.0
5682026-06-08T20:53:45.541Z Downloaded daft v0.1.7
5692026-06-08T20:53:45.544Z Downloaded enum-as-inner v0.6.1
5702026-06-08T20:53:45.544Z Downloaded diff v0.1.13
5712026-06-08T20:53:45.546Z Downloaded curve25519-dalek-derive v0.1.1
5722026-06-08T20:53:45.546Z Downloaded bitfield-struct v0.6.2
5732026-06-08T20:53:45.546Z Downloaded crossbeam-utils v0.8.21
5742026-06-08T20:53:45.549Z Downloaded derive_builder_core v0.20.2
5752026-06-08T20:53:45.552Z Downloaded fixedbitset v0.4.2
5762026-06-08T20:53:45.552Z Downloaded crc8 v0.1.1
5772026-06-08T20:53:45.552Z Downloaded bitfield v0.19.4
5782026-06-08T20:53:45.554Z Downloaded bb8 v0.8.6
5792026-06-08T20:53:45.556Z Downloaded display-error-chain v0.2.2
5802026-06-08T20:53:45.559Z Downloaded darling_macro v0.21.3
5812026-06-08T20:53:45.559Z Downloaded dirs-next v2.0.0
5822026-06-08T20:53:45.561Z Downloaded crc v3.4.0
5832026-06-08T20:53:45.561Z Downloaded bcrypt-pbkdf v0.10.0
5842026-06-08T20:53:45.561Z Downloaded defmt v0.3.100
5852026-06-08T20:53:45.564Z Downloaded atomic-waker v1.1.2
5862026-06-08T20:53:45.567Z Downloaded darling_macro v0.20.11
5872026-06-08T20:53:45.567Z Downloaded foreign-types-macros v0.2.3
5882026-06-08T20:53:45.570Z Downloaded castaway v0.2.4
5892026-06-08T20:53:45.570Z Downloaded find-msvc-tools v0.1.9
5902026-06-08T20:53:45.570Z Downloaded darling_core v0.23.0
5912026-06-08T20:53:45.574Z Downloaded convert_case v0.4.0
5922026-06-08T20:53:45.577Z Downloaded cfg_aliases v0.2.1
5932026-06-08T20:53:45.577Z Downloaded funty v2.0.0
5942026-06-08T20:53:45.577Z Downloaded float-ord v0.3.2
5952026-06-08T20:53:45.579Z Downloaded embedded-io v0.4.0
5962026-06-08T20:53:45.581Z Downloaded dropshot-api-manager-types v0.7.2
5972026-06-08T20:53:45.582Z Downloaded difflib v0.4.0
5982026-06-08T20:53:45.585Z Downloaded bcs v0.1.6
5992026-06-08T20:53:45.585Z Downloaded byte-wrapper v0.1.0
6002026-06-08T20:53:45.589Z Downloaded darling_macro v0.13.4
6012026-06-08T20:53:45.591Z Downloaded async-stream v0.3.6
6022026-06-08T20:53:45.594Z Downloaded endian-type v0.1.2
6032026-06-08T20:53:45.597Z Downloaded downcast-rs v2.0.2
6042026-06-08T20:53:45.599Z Downloaded document-features v0.2.12
6052026-06-08T20:53:45.599Z Downloaded block-padding v0.3.3
6062026-06-08T20:53:45.602Z Downloaded env_filter v1.0.0
6072026-06-08T20:53:45.602Z Downloaded derive_builder_macro v0.20.2
6082026-06-08T20:53:45.602Z Downloaded atty v0.2.14
6092026-06-08T20:53:45.606Z Downloaded arrayref v0.3.9
6102026-06-08T20:53:45.606Z Downloaded bitfield-macros v0.19.4
6112026-06-08T20:53:45.609Z Downloaded erased-serde v0.3.31
6122026-06-08T20:53:45.612Z Downloaded either v1.15.0
6132026-06-08T20:53:45.612Z Downloaded compression-core v0.4.31
6142026-06-08T20:53:45.612Z Downloaded aead v0.5.2
6152026-06-08T20:53:45.614Z Downloaded cfg_aliases v0.1.1
6162026-06-08T20:53:45.617Z Downloaded futures-macro v0.3.32
6172026-06-08T20:53:45.617Z Downloaded flagset v0.4.7
6182026-06-08T20:53:45.619Z Downloaded futures-io v0.3.32
6192026-06-08T20:53:45.619Z Downloaded base16ct v0.2.0
6202026-06-08T20:53:45.623Z Downloaded array-init v0.0.4
6212026-06-08T20:53:46.628Z Downloaded crucible-workspace-hack v0.1.0
6222026-06-08T20:53:46.633Z Downloaded git-stub v1.0.0
6232026-06-08T20:53:46.633Z Downloaded embedded-io v0.6.1
6242026-06-08T20:53:46.633Z Downloaded darling_macro v0.23.0
6252026-06-08T20:53:46.633Z Downloaded cobs v0.3.0
6262026-06-08T20:53:46.633Z Downloaded ed25519 v2.2.3
6272026-06-08T20:53:46.633Z Downloaded fallible-iterator v0.2.0
6282026-06-08T20:53:46.633Z Downloaded foreign-types v0.5.0
6292026-06-08T20:53:46.633Z Downloaded foreign-types v0.3.2
6302026-06-08T20:53:46.633Z Downloaded ena v0.14.4
6312026-06-08T20:53:46.633Z Downloaded data-encoding v2.10.0
6322026-06-08T20:53:46.633Z Downloaded foreign-types-shared v0.3.1
6332026-06-08T20:53:46.634Z Downloaded darling v0.21.3
6342026-06-08T20:53:46.634Z Downloaded futures-core v0.3.32
6352026-06-08T20:53:46.634Z Downloaded hash32 v0.2.1
6362026-06-08T20:53:46.634Z Downloaded ghash v0.5.1
6372026-06-08T20:53:46.634Z Downloaded dtrace-parser v0.3.0
6382026-06-08T20:53:46.634Z Downloaded cexpr v0.6.0
6392026-06-08T20:53:46.634Z Downloaded cargo-platform v0.3.2
6402026-06-08T20:53:46.634Z Downloaded dunce v1.0.5
6412026-06-08T20:53:46.634Z Downloaded constant_time_eq v0.4.2
6422026-06-08T20:53:46.634Z Downloaded blowfish v0.9.1
6432026-06-08T20:53:46.634Z Downloaded hash32 v0.3.1
6442026-06-08T20:53:46.634Z Downloaded defmt-parser v1.0.0
6452026-06-08T20:53:46.634Z Downloaded gethostname v0.5.0
6462026-06-08T20:53:46.634Z Downloaded const_format v0.2.35
6472026-06-08T20:53:46.634Z Downloaded flate2 v1.1.9
6482026-06-08T20:53:46.634Z Downloaded fd-lock v4.0.4
6492026-06-08T20:53:46.634Z Downloaded defmt v1.0.1
6502026-06-08T20:53:46.634Z Downloaded globwalk v0.9.1
6512026-06-08T20:53:46.634Z Downloaded diesel_table_macro_syntax v0.3.0
6522026-06-08T20:53:46.634Z Downloaded fxhash v0.2.1
6532026-06-08T20:53:46.634Z Downloaded futures-task v0.3.32
6542026-06-08T20:53:46.634Z Downloaded futures-sink v0.3.32
6552026-06-08T20:53:46.634Z Downloaded crossbeam-deque v0.8.6
6562026-06-08T20:53:46.635Z Downloaded crc32fast v1.5.0
6572026-06-08T20:53:46.635Z Downloaded hex-literal v0.4.1
6582026-06-08T20:53:46.635Z Downloaded hex v0.4.3
6592026-06-08T20:53:46.635Z Downloaded home v0.5.12
6602026-06-08T20:53:46.635Z Downloaded diesel-dtrace v0.5.0
6612026-06-08T20:53:46.635Z Downloaded buf-list v1.1.2
6622026-06-08T20:53:46.635Z Downloaded chacha20 v0.9.1
6632026-06-08T20:53:46.635Z Downloaded dof v0.4.0
6642026-06-08T20:53:46.635Z Downloaded critical-section v1.2.0
6652026-06-08T20:53:46.635Z Downloaded ciborium-io v0.2.2
6662026-06-08T20:53:46.635Z Downloaded bit-vec v0.8.0
6672026-06-08T20:53:46.635Z Downloaded git-stub-vcs v0.1.0
6682026-06-08T20:53:46.635Z Downloaded ecdsa v0.16.9
6692026-06-08T20:53:46.635Z Downloaded backoff v0.4.0
6702026-06-08T20:53:46.635Z Downloaded const-oid v0.9.6
6712026-06-08T20:53:46.635Z Downloaded corncobs v0.1.4
6722026-06-08T20:53:46.635Z Downloaded convert_case v0.10.0
6732026-06-08T20:53:46.635Z Downloaded ascii-canvas v3.0.0
6742026-06-08T20:53:46.635Z Downloaded anstyle-parse v0.2.7
6752026-06-08T20:53:46.635Z Downloaded http-body v1.0.1
6762026-06-08T20:53:46.635Z Downloaded crc-catalog v2.4.0
6772026-06-08T20:53:46.635Z Downloaded hostname v0.4.2
6782026-06-08T20:53:46.635Z Downloaded const_format_proc_macros v0.2.34
6792026-06-08T20:53:46.635Z Downloaded futures-executor v0.3.32
6802026-06-08T20:53:46.635Z Downloaded deranged v0.5.8
6812026-06-08T20:53:46.635Z Downloaded foreign-types-shared v0.1.1
6822026-06-08T20:53:46.636Z Downloaded cassowary v0.3.0
6832026-06-08T20:53:46.636Z Downloaded bit-vec v0.6.3
6842026-06-08T20:53:46.636Z Downloaded darling_core v0.21.3
6852026-06-08T20:53:46.636Z Downloaded http-range v0.1.5
6862026-06-08T20:53:46.636Z Downloaded headers-core v0.3.0
6872026-06-08T20:53:46.636Z Downloaded float-cmp v0.10.0
6882026-06-08T20:53:46.636Z Downloaded fs-err v2.11.0
6892026-06-08T20:53:46.636Z Downloaded dsl_auto_type v0.2.0
6902026-06-08T20:53:46.636Z Downloaded async-bb8-diesel v0.2.1
6912026-06-08T20:53:46.636Z Downloaded hostname v0.3.1
6922026-06-08T20:53:46.636Z Downloaded crunchy v0.2.4
6932026-06-08T20:53:46.636Z Downloaded darling v0.23.0
6942026-06-08T20:53:46.636Z Downloaded ident_case v1.0.1
6952026-06-08T20:53:46.636Z Downloaded hyper-tls v0.6.0
6962026-06-08T20:53:46.636Z Downloaded csv-core v0.1.13
6972026-06-08T20:53:46.636Z Downloaded httpdate v1.0.3
6982026-06-08T20:53:46.636Z Downloaded hubpack v0.1.2
6992026-06-08T20:53:46.636Z Downloaded blake2 v0.10.6
7002026-06-08T20:53:46.636Z Downloaded elliptic-curve v0.13.8
7012026-06-08T20:53:46.637Z Downloaded illumos-nvpair-sys v0.2.0
7022026-06-08T20:53:46.637Z Downloaded fixedbitset v0.5.7
7032026-06-08T20:53:46.637Z Downloaded defmt-macros v1.0.1
7042026-06-08T20:53:46.637Z Downloaded cookie v0.18.1
7052026-06-08T20:53:46.637Z Downloaded clang-sys v1.8.1
7062026-06-08T20:53:46.637Z Downloaded ciborium v0.2.2
7072026-06-08T20:53:46.637Z Downloaded ff v0.13.1
7082026-06-08T20:53:46.637Z Downloaded base64ct v1.8.3
7092026-06-08T20:53:46.637Z Downloaded indent_write v2.2.0
7102026-06-08T20:53:46.637Z Downloaded cmake v0.1.57
7112026-06-08T20:53:46.637Z Downloaded globset v0.4.18
7122026-06-08T20:53:46.637Z Downloaded glob v0.3.3
7132026-06-08T20:53:46.637Z Downloaded inout v0.1.4
7142026-06-08T20:53:46.637Z Downloaded instability v0.3.11
7152026-06-08T20:53:46.637Z Downloaded hubpack_derive v0.1.1
7162026-06-08T20:53:46.637Z Downloaded indoc v1.0.9
7172026-06-08T20:53:46.637Z Downloaded is-terminal v0.4.17
7182026-06-08T20:53:46.637Z Downloaded internet-checksum v0.2.1
7192026-06-08T20:53:46.637Z Downloaded illumos-nvpair v0.3.0
7202026-06-08T20:53:46.637Z Downloaded cipher v0.4.4
7212026-06-08T20:53:46.637Z Downloaded colored v2.2.0
7222026-06-08T20:53:46.644Z Downloaded fs_extra v1.3.0
7232026-06-08T20:53:46.644Z Downloaded crossbeam-epoch v0.9.18
7242026-06-08T20:53:46.644Z Downloaded group v0.13.0
7252026-06-08T20:53:46.644Z Downloaded highway v1.3.0
7262026-06-08T20:53:46.644Z Downloaded console v0.16.2
7272026-06-08T20:53:46.644Z Downloaded foldhash v0.2.0
7282026-06-08T20:53:46.644Z Downloaded colored v3.1.1
7292026-06-08T20:53:46.644Z Downloaded cancel-safe-futures v0.1.5
7302026-06-08T20:53:46.644Z Downloaded bzip2 v0.6.1
7312026-06-08T20:53:46.644Z Downloaded lalrpop-util v0.19.12
7322026-06-08T20:53:46.644Z Downloaded derive_builder v0.20.2
7332026-06-08T20:53:46.644Z Downloaded derive-where v1.6.0
7342026-06-08T20:53:46.644Z Downloaded console v0.15.11
7352026-06-08T20:53:46.644Z Downloaded lazy_static v1.5.0
7362026-06-08T20:53:46.644Z Downloaded linked-hash-map v0.5.6
7372026-06-08T20:53:46.644Z Downloaded kstat-rs v0.2.4
7382026-06-08T20:53:46.644Z Downloaded keccak v0.1.6
7392026-06-08T20:53:46.644Z Downloaded async-trait v0.1.89
7402026-06-08T20:53:46.644Z Downloaded bzip2 v0.4.4
7412026-06-08T20:53:46.644Z Downloaded filetime v0.2.27
7422026-06-08T20:53:46.645Z Downloaded lru-cache v0.1.2
7432026-06-08T20:53:46.645Z Downloaded http-body-util v0.1.3
7442026-06-08T20:53:46.645Z Downloaded futures-channel v0.3.32
7452026-06-08T20:53:46.645Z Downloaded humantime v2.3.0
7462026-06-08T20:53:46.645Z Downloaded libscf-sys v1.1.0
7472026-06-08T20:53:46.645Z Downloaded der_derive v0.7.3
7482026-06-08T20:53:46.645Z Downloaded darling v0.13.4
7492026-06-08T20:53:46.645Z Downloaded maybe-uninit v2.0.0
7502026-06-08T20:53:46.645Z Downloaded lru v0.12.5
7512026-06-08T20:53:46.645Z Downloaded managed v0.8.0
7522026-06-08T20:53:46.645Z Downloaded match_cfg v0.1.0
7532026-06-08T20:53:46.645Z Downloaded lzss v0.8.2
7542026-06-08T20:53:46.645Z Downloaded env_logger v0.11.9
7552026-06-08T20:53:46.645Z Downloaded lru-slab v0.1.2
7562026-06-08T20:53:46.645Z Downloaded instant v0.1.13
7572026-06-08T20:53:46.645Z Downloaded impl-trait-for-tuples v0.2.3
7582026-06-08T20:53:46.645Z Downloaded maplit v1.0.2
7592026-06-08T20:53:46.645Z Downloaded md5 v0.7.0
7602026-06-08T20:53:46.645Z Downloaded is_ci v1.2.0
7612026-06-08T20:53:46.645Z Downloaded ingot v0.1.1
7622026-06-08T20:53:46.645Z Downloaded hyper-staticfile v0.10.1
7632026-06-08T20:53:46.645Z Downloaded mime v0.3.17
7642026-06-08T20:53:46.645Z Downloaded ar_archive_writer v0.5.1
7652026-06-08T20:53:46.645Z Downloaded newline-converter v0.3.0
7662026-06-08T20:53:46.645Z Downloaded new_debug_unreachable v1.0.6
7672026-06-08T20:53:46.645Z Downloaded half v1.8.3
7682026-06-08T20:53:46.645Z Downloaded des v0.8.1
7692026-06-08T20:53:46.645Z Downloaded memoffset v0.9.1
7702026-06-08T20:53:46.645Z Downloaded getrandom v0.2.17
7712026-06-08T20:53:46.645Z Downloaded nodrop v0.1.14
7722026-06-08T20:53:46.646Z Downloaded newtype_derive v0.1.6
7732026-06-08T20:53:46.646Z Downloaded multimap v0.10.1
7742026-06-08T20:53:46.646Z Downloaded nonempty v0.12.0
7752026-06-08T20:53:46.646Z Downloaded num v0.4.3
7762026-06-08T20:53:46.646Z Downloaded nibble_vec v0.1.0
7772026-06-08T20:53:46.646Z Downloaded newtype-uuid-macros v0.1.0
7782026-06-08T20:53:46.646Z Downloaded ipnetwork v0.21.1
7792026-06-08T20:53:46.646Z Downloaded ipnet v2.11.0
7802026-06-08T20:53:46.646Z Downloaded hmac v0.12.1
7812026-06-08T20:53:46.647Z Downloaded foldhash v0.1.5
7822026-06-08T20:53:46.647Z Downloaded ingot-types v0.1.2
7832026-06-08T20:53:46.647Z Downloaded indoc v2.0.7
7842026-06-08T20:53:46.647Z Downloaded num-iter v0.1.45
7852026-06-08T20:53:46.647Z Downloaded num-derive v0.3.3
7862026-06-08T20:53:46.647Z Downloaded libefi-sys v0.1.0
7872026-06-08T20:53:46.647Z Downloaded libloading v0.8.9
7882026-06-08T20:53:46.647Z Downloaded num-derive v0.4.2
7892026-06-08T20:53:46.647Z Downloaded httparse v1.10.1
7902026-06-08T20:53:46.647Z Downloaded num-conv v0.2.0
7912026-06-08T20:53:46.647Z Downloaded olpc-cjson v0.1.4
7922026-06-08T20:53:46.647Z Downloaded futures v0.3.32
7932026-06-08T20:53:46.647Z Downloaded num_threads v0.1.7
7942026-06-08T20:53:46.647Z Downloaded normalize-line-endings v0.3.0
7952026-06-08T20:53:46.647Z Downloaded opaque-debug v0.3.1
7962026-06-08T20:53:46.647Z Downloaded oso-derive v0.27.3
7972026-06-08T20:53:46.647Z Downloaded fatfs v0.3.6
7982026-06-08T20:53:46.648Z Downloaded md-5 v0.10.6
7992026-06-08T20:53:46.648Z Downloaded hyper-rustls v0.27.7
8002026-06-08T20:53:46.648Z Downloaded openssl-probe v0.2.1
8012026-06-08T20:53:46.648Z Downloaded openssl-macros v0.1.1
8022026-06-08T20:53:46.648Z Downloaded libsw-core v0.3.2
8032026-06-08T20:53:46.648Z Downloaded nanorand v0.7.0
8042026-06-08T20:53:46.648Z Downloaded multer v3.1.0
8052026-06-08T20:53:46.648Z Downloaded iana-time-zone v0.1.65
8062026-06-08T20:53:46.648Z Downloaded half v2.7.1
8072026-06-08T20:53:46.648Z Downloaded native-tls v0.2.18
8082026-06-08T20:53:46.648Z Downloaded mime_guess v2.0.5
8092026-06-08T20:53:46.649Z Downloaded darling_core v0.20.11
8102026-06-08T20:53:46.649Z Downloaded getrandom v0.3.4
8112026-06-08T20:53:46.649Z Downloaded path-slash v0.1.5
8122026-06-08T20:53:46.649Z Downloaded peg-runtime v0.8.5
8132026-06-08T20:53:46.649Z Downloaded parse-size v1.1.0
8142026-06-08T20:53:46.649Z Downloaded newtype-uuid v1.3.2
8152026-06-08T20:53:46.649Z Downloaded compact_str v0.8.1
8162026-06-08T20:53:46.649Z Downloaded base64 v0.22.1
8172026-06-08T20:53:46.649Z Downloaded parse-display v0.10.0
8182026-06-08T20:53:46.649Z Downloaded drift v0.2.0
8192026-06-08T20:53:46.649Z Downloaded jobserver v0.1.34
8202026-06-08T20:53:46.649Z Downloaded allocator-api2 v0.2.21
8212026-06-08T20:53:46.649Z Downloaded num_enum_derive v0.5.11
8222026-06-08T20:53:46.654Z Downloaded num-integer v0.1.46
8232026-06-08T20:53:46.654Z Downloaded libsw v3.5.0
8242026-06-08T20:53:46.654Z Downloaded ingot-macros v0.1.1
8252026-06-08T20:53:46.654Z Downloaded num_enum v0.5.11
8262026-06-08T20:53:46.654Z Downloaded phf_shared v0.12.1
8272026-06-08T20:53:46.654Z Downloaded num_enum_derive v0.7.6
8282026-06-08T20:53:46.654Z Downloaded num-rational v0.4.2
8292026-06-08T20:53:46.654Z Downloaded lock_api v0.4.14
8302026-06-08T20:53:46.655Z Downloaded phf_shared v0.11.3
8312026-06-08T20:53:46.655Z Downloaded dropshot_endpoint v0.17.0
8322026-06-08T20:53:46.655Z Downloaded derive_more v0.99.20
8332026-06-08T20:53:46.655Z Downloaded phf_shared v0.13.1
8342026-06-08T20:53:46.655Z Downloaded pbkdf2 v0.12.2
8352026-06-08T20:53:46.655Z Downloaded base64 v0.21.7
8362026-06-08T20:53:46.655Z Downloaded nu-ansi-term v0.50.3
8372026-06-08T20:53:46.655Z Downloaded flume v0.11.1
8382026-06-08T20:53:46.655Z Downloaded pin-utils v0.1.0
8392026-06-08T20:53:46.655Z Downloaded linear-map v1.2.0
8402026-06-08T20:53:46.655Z Downloaded arc-swap v1.8.2
8412026-06-08T20:53:46.655Z Downloaded memmap2 v0.9.10
8422026-06-08T20:53:46.655Z Downloaded indexmap v1.9.3
8432026-06-08T20:53:46.655Z Downloaded predicates-core v1.0.10
8442026-06-08T20:53:46.655Z Downloaded precomputed-hash v0.1.1
8452026-06-08T20:53:46.655Z Downloaded openssl-probe v0.1.6
8462026-06-08T20:53:46.655Z Downloaded powerfmt v0.2.0
8472026-06-08T20:53:46.656Z Downloaded num_enum v0.7.6
8482026-06-08T20:53:46.656Z Downloaded ignore v0.4.25
8492026-06-08T20:53:46.656Z Downloaded predicates-tree v1.0.13
8502026-06-08T20:53:46.656Z Downloaded heapless v0.7.17
8512026-06-08T20:53:46.656Z Downloaded crossbeam-channel v0.5.15
8522026-06-08T20:53:46.656Z Downloaded pbkdf2 v0.11.0
8532026-06-08T20:53:46.656Z Downloaded owo-colors v4.3.0
8542026-06-08T20:53:46.656Z Downloaded packed_struct_codegen v0.10.1
8552026-06-08T20:53:46.656Z Downloaded oxnet v0.1.5
8562026-06-08T20:53:46.656Z Downloaded parse-display-derive v0.10.0
8572026-06-08T20:53:46.656Z Downloaded headers v0.4.1
8582026-06-08T20:53:46.656Z Downloaded proc-macro-error-attr2 v2.0.0
8592026-06-08T20:53:46.656Z Downloaded parking_lot_core v0.8.6
8602026-06-08T20:53:46.656Z Downloaded der v0.7.10
8612026-06-08T20:53:46.656Z Downloaded progenitor-client v0.10.0
8622026-06-08T20:53:46.656Z Downloaded heapless v0.8.0
8632026-06-08T20:53:46.656Z Downloaded progenitor-macro v0.13.0
8642026-06-08T20:53:46.656Z Downloaded progenitor-macro v0.11.2
8652026-06-08T20:53:46.656Z Downloaded packed_struct v0.10.1
8662026-06-08T20:53:46.656Z Downloaded crossterm v0.28.1
8672026-06-08T20:53:46.656Z Downloaded ed25519-dalek v2.2.0
8682026-06-08T20:53:46.656Z Downloaded crossterm v0.29.0
8692026-06-08T20:53:46.656Z Downloaded chacha20poly1305 v0.10.1
8702026-06-08T20:53:46.656Z Downloaded bumpalo v3.20.2
8712026-06-08T20:53:46.656Z Downloaded libbz2-rs-sys v0.2.2
8722026-06-08T20:53:46.656Z Downloaded num-complex v0.4.6
8732026-06-08T20:53:46.656Z Downloaded paste v1.0.15
8742026-06-08T20:53:46.656Z Downloaded pin-project-internal v1.1.11
8752026-06-08T20:53:46.656Z Downloaded oxide-tokio-rt v0.1.4
8762026-06-08T20:53:46.656Z Downloaded pkcs8 v0.10.2
8772026-06-08T20:53:46.656Z Downloaded bytes v1.11.1
8782026-06-08T20:53:46.657Z Downloaded progenitor-client v0.11.2
8792026-06-08T20:53:46.657Z Downloaded async-compression v0.4.41
8802026-06-08T20:53:46.657Z Downloaded quick-error v1.2.3
8812026-06-08T20:53:46.657Z Downloaded progenitor-client v0.14.0
8822026-06-08T20:53:46.657Z Downloaded phf v0.12.1
8832026-06-08T20:53:46.657Z Downloaded pem-rfc7468 v0.7.0
8842026-06-08T20:53:46.657Z Downloaded postgres-protocol v0.6.10
8852026-06-08T20:53:46.657Z Downloaded pem v3.0.6
8862026-06-08T20:53:46.657Z Downloaded omicron-zone-package v0.12.2
8872026-06-08T20:53:46.657Z Downloaded peg-macros v0.8.5
8882026-06-08T20:53:46.657Z Downloaded psl-types v2.0.11
8892026-06-08T20:53:46.657Z Downloaded proc-macro-crate v3.4.0
8902026-06-08T20:53:46.657Z Downloaded proc-macro-crate v1.3.1
8912026-06-08T20:53:46.657Z Downloaded cc v1.2.56
8922026-06-08T20:53:46.657Z Downloaded progenitor-macro v0.14.0
8932026-06-08T20:53:46.657Z Downloaded pin-project-lite v0.2.17
8942026-06-08T20:53:46.657Z Downloaded polyval v0.6.2
8952026-06-08T20:53:46.657Z Downloaded pkg-config v0.3.32
8962026-06-08T20:53:46.657Z Downloaded indicatif v0.18.4
8972026-06-08T20:53:46.657Z Downloaded hickory-resolver v0.24.4
8982026-06-08T20:53:46.657Z Downloaded peg v0.8.5
8992026-06-08T20:53:46.657Z Downloaded parking_lot v0.11.2
9002026-06-08T20:53:46.657Z Downloaded ppv-lite86 v0.2.21
9012026-06-08T20:53:46.657Z Downloaded parking_lot_core v0.9.12
9022026-06-08T20:53:46.657Z Downloaded progenitor v0.14.0
9032026-06-08T20:53:46.657Z Downloaded proc-macro-error2 v2.0.1
9042026-06-08T20:53:46.657Z Downloaded radium v0.7.0
9052026-06-08T20:53:46.657Z Downloaded hickory-resolver v0.25.2
9062026-06-08T20:53:46.657Z Downloaded predicates v3.1.4
9072026-06-08T20:53:46.657Z Downloaded primeorder v0.13.6
9082026-06-08T20:53:46.657Z Downloaded recursive-proc-macro-impl v0.1.1
9092026-06-08T20:53:46.658Z Downloaded rand_xorshift v0.4.0
9102026-06-08T20:53:46.658Z Downloaded password-hash v0.5.0
9112026-06-08T20:53:46.658Z Downloaded litrs v1.0.0
9122026-06-08T20:53:46.658Z Downloaded derive_more v2.1.1
9132026-06-08T20:53:46.658Z Downloaded recursive v0.1.1
9142026-06-08T20:53:46.658Z Downloaded rand_chacha v0.3.1
9152026-06-08T20:53:46.658Z Downloaded progenitor-extras v0.2.0
9162026-06-08T20:53:46.658Z Downloaded poly1305 v0.8.0
9172026-06-08T20:53:46.658Z Downloaded pkcs5 v0.7.1
9182026-06-08T20:53:46.658Z Downloaded russh-cryptovec v0.7.3
9192026-06-08T20:53:46.658Z Downloaded ref-cast-impl v1.0.25
9202026-06-08T20:53:46.658Z Downloaded ref-cast v1.0.25
9212026-06-08T20:53:46.658Z Downloaded phf v0.13.1
9222026-06-08T20:53:46.662Z Downloaded password-hash v0.4.2
9232026-06-08T20:53:46.662Z Downloaded rfc6979 v0.4.0
9242026-06-08T20:53:46.662Z Downloaded rtoolbox v0.0.3
9252026-06-08T20:53:46.663Z Downloaded postgres-types v0.2.12
9262026-06-08T20:53:46.663Z Downloaded psm v0.1.30
9272026-06-08T20:53:46.663Z Downloaded pkcs1 v0.7.5
9282026-06-08T20:53:46.663Z Downloaded oso v0.27.3
9292026-06-08T20:53:46.663Z Downloaded parking_lot v0.12.5
9302026-06-08T20:53:46.663Z Downloaded rustc-hash v2.1.1
9312026-06-08T20:53:46.663Z Downloaded postcard v1.1.3
9322026-06-08T20:53:46.663Z Downloaded hashbrown v0.12.3
9332026-06-08T20:53:46.663Z Downloaded papergrid v0.17.0
9342026-06-08T20:53:46.663Z Downloaded progenitor-client v0.13.0
9352026-06-08T20:53:46.663Z Downloaded p256 v0.13.2
9362026-06-08T20:53:46.663Z Downloaded crypto-bigint v0.5.5
9372026-06-08T20:53:46.663Z Downloaded progenitor v0.11.2
9382026-06-08T20:53:46.663Z Downloaded miniz_oxide v0.8.9
9392026-06-08T20:53:46.663Z Downloaded rustc_version v0.4.1
9402026-06-08T20:53:46.663Z Downloaded rustc_version v0.1.7
9412026-06-08T20:53:46.664Z Downloaded diesel_derives v2.3.7
9422026-06-08T20:53:46.664Z Downloaded secrecy v0.10.3
9432026-06-08T20:53:46.664Z Downloaded same-file v1.0.6
9442026-06-08T20:53:46.664Z Downloaded derive_more-impl v2.1.1
9452026-06-08T20:53:46.664Z Downloaded sapling-renderdag v0.1.0
9462026-06-08T20:53:46.664Z Downloaded rand_core v0.10.0
9472026-06-08T20:53:46.664Z Downloaded rand_core v0.9.5
9482026-06-08T20:53:46.664Z Downloaded jiff-static v0.2.21
9492026-06-08T20:53:46.664Z Downloaded scopeguard v1.2.0
9502026-06-08T20:53:46.664Z Downloaded rand_core v0.6.4
9512026-06-08T20:53:46.664Z Downloaded rand_chacha v0.9.0
9522026-06-08T20:53:46.664Z Downloaded salsa20 v0.10.2
9532026-06-08T20:53:46.664Z Downloaded scheduled-thread-pool v0.2.7
9542026-06-08T20:53:46.664Z Downloaded serde-big-array v0.5.1
9552026-06-08T20:53:46.664Z Downloaded seq-macro v0.3.6
9562026-06-08T20:53:46.664Z Downloaded rand_seeder v0.4.0
9572026-06-08T20:53:46.664Z Downloaded r2d2 v0.8.10
9582026-06-08T20:53:46.664Z Downloaded resolv-conf v0.7.6
9592026-06-08T20:53:46.664Z Downloaded semver v0.1.20
9602026-06-08T20:53:46.664Z Downloaded scrypt v0.11.0
9612026-06-08T20:53:46.664Z Downloaded scroll_derive v0.13.1
9622026-06-08T20:53:46.664Z Downloaded expectorate v1.2.0
9632026-06-08T20:53:46.664Z Downloaded pin-project v1.1.11
9642026-06-08T20:53:46.664Z Downloaded serde_spanned v1.0.4
9652026-06-08T20:53:46.664Z Downloaded serde_repr v0.1.20
9662026-06-08T20:53:46.664Z Downloaded serde_urlencoded v0.7.1
9672026-06-08T20:53:46.665Z Downloaded serde_bytes v0.11.19
9682026-06-08T20:53:46.665Z Downloaded quinn-udp v0.5.14
9692026-06-08T20:53:46.665Z Downloaded openssl-sys v0.9.115
9702026-06-08T20:53:46.665Z Downloaded serde_plain v1.0.2
9712026-06-08T20:53:46.665Z Downloaded rustls-pemfile v1.0.4
9722026-06-08T20:53:46.665Z Downloaded progenitor v0.13.0
9732026-06-08T20:53:46.665Z Downloaded hickory-server v0.25.2
9742026-06-08T20:53:46.665Z Downloaded rustls-native-certs v0.8.3
9752026-06-08T20:53:46.665Z Downloaded sha1 v0.10.6
9762026-06-08T20:53:46.665Z Downloaded minimal-lexical v0.2.1
9772026-06-08T20:53:46.665Z Downloaded prefix-trie v0.7.0
9782026-06-08T20:53:46.665Z Downloaded rustversion v1.0.22
9792026-06-08T20:53:46.665Z Downloaded rusty-fork v0.3.1
9802026-06-08T20:53:46.665Z Downloaded sigpipe v0.1.3
9812026-06-08T20:53:46.665Z Downloaded signal-hook-mio v0.2.5
9822026-06-08T20:53:46.665Z Downloaded shell-words v1.1.1
9832026-06-08T20:53:46.665Z Downloaded secrecy v0.8.0
9842026-06-08T20:53:46.665Z Downloaded signal-hook-tokio v0.3.1
9852026-06-08T20:53:46.666Z Downloaded siphasher v1.0.2
9862026-06-08T20:53:46.666Z Downloaded hashbrown v0.13.2
9872026-06-08T20:53:46.666Z Downloaded blake3 v1.8.3
9882026-06-08T20:53:46.666Z Downloaded aes v0.8.4
9892026-06-08T20:53:46.666Z Downloaded hyper-util v0.1.20
9902026-06-08T20:53:46.666Z Downloaded progenitor-impl v0.13.0
9912026-06-08T20:53:46.666Z Downloaded sec1 v0.7.3
9922026-06-08T20:53:46.666Z Downloaded sct v0.7.1
9932026-06-08T20:53:46.666Z Downloaded slog-bunyan v2.5.0
9942026-06-08T20:53:46.666Z Downloaded aws-lc-rs v1.16.3
9952026-06-08T20:53:46.666Z Downloaded slog-envlogger v2.2.0
9962026-06-08T20:53:46.666Z Downloaded schemars_derive v0.8.22
9972026-06-08T20:53:46.666Z Downloaded sqlparser_derive v0.5.0
9982026-06-08T20:53:46.666Z Downloaded russh-keys v0.45.0
9992026-06-08T20:53:46.666Z Downloaded serde_derive_internals v0.29.1
10002026-06-08T20:53:46.666Z Downloaded dropshot-api-manager v0.7.2
10012026-06-08T20:53:46.666Z Downloaded serde_path_to_error v0.1.20
10022026-06-08T20:53:46.666Z Downloaded rustls-pki-types v1.14.0
10032026-06-08T20:53:46.666Z Downloaded http v1.4.0
10042026-06-08T20:53:46.666Z Downloaded ssh-cipher v0.2.0
10052026-06-08T20:53:46.666Z Downloaded ssh-encoding v0.2.0
10062026-06-08T20:53:46.666Z Downloaded rustls-pemfile v2.2.0
10072026-06-08T20:53:46.666Z Downloaded structmeta v0.3.0
10082026-06-08T20:53:46.666Z Downloaded strsim v0.10.0
10092026-06-08T20:53:46.666Z Downloaded strip-ansi-escapes v0.2.1
10102026-06-08T20:53:46.666Z Downloaded structmeta-derive v0.3.0
10112026-06-08T20:53:46.666Z Downloaded signal-hook-registry v1.4.8
10122026-06-08T20:53:46.667Z Downloaded shlex v1.3.0
10132026-06-08T20:53:46.667Z Downloaded itertools v0.10.5
10142026-06-08T20:53:46.667Z Downloaded serde-hex v0.1.0
10152026-06-08T20:53:46.667Z Downloaded progenitor-impl v0.14.0
10162026-06-08T20:53:46.667Z Downloaded strum v0.26.3
10172026-06-08T20:53:46.667Z Downloaded signature v2.2.0
10182026-06-08T20:53:46.667Z Downloaded prettyplease v0.2.37
10192026-06-08T20:53:46.667Z Downloaded progenitor-impl v0.11.2
10202026-06-08T20:53:46.667Z Downloaded slab v0.4.12
10212026-06-08T20:53:46.667Z Downloaded sync_wrapper v1.0.2
10222026-06-08T20:53:46.671Z Downloaded supports-color v3.0.2
10232026-06-08T20:53:46.671Z Downloaded aes-gcm v0.10.3
10242026-06-08T20:53:46.671Z Downloaded slog-scope v4.4.1
10252026-06-08T20:53:46.671Z Downloaded slog-json v2.6.1
10262026-06-08T20:53:46.671Z Downloaded subtle v2.6.1
10272026-06-08T20:53:46.671Z Downloaded slog-async v2.8.0
10282026-06-08T20:53:46.671Z Downloaded scroll v0.13.0
10292026-06-08T20:53:46.671Z Downloaded strum v0.27.2
10302026-06-08T20:53:46.671Z Downloaded slog-dtrace v0.3.0
10312026-06-08T20:53:46.672Z Downloaded sync-ptr v0.1.4
10322026-06-08T20:53:46.672Z Downloaded tabwriter v1.4.1
10332026-06-08T20:53:46.672Z Downloaded tabled_derive v0.11.0
10342026-06-08T20:53:46.674Z Downloaded slog-stdlog v4.1.1
10352026-06-08T20:53:46.674Z Downloaded serde_cbor v0.11.2
10362026-06-08T20:53:46.674Z Downloaded take_mut v0.2.2
10372026-06-08T20:53:46.674Z Downloaded tagptr v0.2.0
10382026-06-08T20:53:46.674Z Downloaded termtree v0.5.1
10392026-06-08T20:53:46.674Z Downloaded spki v0.7.3
10402026-06-08T20:53:46.674Z Downloaded smallvec v0.6.14
10412026-06-08T20:53:46.674Z Downloaded smf v0.2.3
10422026-06-08T20:53:46.674Z Downloaded static_assertions v1.1.0
10432026-06-08T20:53:46.674Z Downloaded nom v7.1.3
10442026-06-08T20:53:46.674Z Downloaded rcgen v0.12.1
10452026-06-08T20:53:46.674Z Downloaded sqlformat v0.3.5
10462026-06-08T20:53:46.674Z Downloaded serde_with_macros v1.5.2
10472026-06-08T20:53:46.674Z Downloaded snafu-derive v0.8.9
10482026-06-08T20:53:46.674Z Downloaded time-core v0.1.8
10492026-06-08T20:53:46.674Z Downloaded stacker v0.1.23
10502026-06-08T20:53:46.674Z Downloaded thiserror-impl-no-std v2.0.2
10512026-06-08T20:53:46.675Z Downloaded rustls-platform-verifier v0.6.2
10522026-06-08T20:53:46.675Z Downloaded stringprep v0.1.5
10532026-06-08T20:53:46.675Z Downloaded mio v1.2.0
10542026-06-08T20:53:46.675Z Downloaded pretty_assertions v1.4.1
10552026-06-08T20:53:46.675Z Downloaded tinyvec_macros v0.1.1
10562026-06-08T20:53:46.675Z Downloaded strum_macros v0.26.4
10572026-06-08T20:53:46.675Z Downloaded serde_with_macros v3.17.0
10582026-06-08T20:53:46.675Z Downloaded tokio-macros v2.7.0
10592026-06-08T20:53:46.675Z Downloaded libxml v0.3.3
10602026-06-08T20:53:46.675Z Downloaded string_cache v0.8.9
10612026-06-08T20:53:46.675Z Downloaded ryu v1.0.23
10622026-06-08T20:53:46.675Z Downloaded num-bigint v0.4.6
10632026-06-08T20:53:46.675Z Downloaded strum_macros v0.27.2
10642026-06-08T20:53:46.675Z Downloaded strum_macros v0.24.3
10652026-06-08T20:53:46.675Z Downloaded hashbrown v0.15.5
10662026-06-08T20:53:46.675Z Downloaded ron v0.8.1
10672026-06-08T20:53:46.675Z Downloaded thread-id v5.1.0
10682026-06-08T20:53:46.675Z Downloaded testing_table v0.3.0
10692026-06-08T20:53:46.675Z Downloaded simd-adler32 v0.3.8
10702026-06-08T20:53:46.675Z Downloaded tap v1.0.1
10712026-06-08T20:53:46.675Z Downloaded support-bundle-viewer v0.1.2
10722026-06-08T20:53:46.675Z Downloaded hashbrown v0.16.1
10732026-06-08T20:53:46.675Z Downloaded topological-sort v0.2.2
10742026-06-08T20:53:46.675Z Downloaded quinn v0.11.9
10752026-06-08T20:53:46.675Z Downloaded qorb v0.4.1
10762026-06-08T20:53:46.676Z Downloaded iri-string v0.7.10
10772026-06-08T20:53:46.676Z Downloaded serde_yaml v0.9.34+deprecated
10782026-06-08T20:53:46.676Z Downloaded spin v0.9.8
10792026-06-08T20:53:46.676Z Downloaded termios v0.3.3
10802026-06-08T20:53:46.676Z Downloaded slog-term v2.9.2
10812026-06-08T20:53:46.676Z Downloaded tower-layer v0.3.3
10822026-06-08T20:53:46.676Z Downloaded time-macros v0.2.27
10832026-06-08T20:53:46.676Z Downloaded try-lock v0.2.5
10842026-06-08T20:53:46.676Z Downloaded thiserror-no-std v2.0.2
10852026-06-08T20:53:46.676Z Downloaded trait-variant v0.1.2
10862026-06-08T20:53:46.677Z Downloaded tiny-keccak v2.0.2
10872026-06-08T20:53:46.677Z Downloaded itertools v0.13.0
10882026-06-08T20:53:46.677Z Downloaded itertools v0.12.1
10892026-06-08T20:53:46.677Z Downloaded similar v2.7.0
10902026-06-08T20:53:46.677Z Downloaded signal-hook v0.3.18
10912026-06-08T20:53:46.677Z Downloaded publicsuffix v2.3.0
10922026-06-08T20:53:46.677Z Downloaded tokio-native-tls v0.3.1
10932026-06-08T20:53:46.677Z Downloaded tls_codec v0.4.2
10942026-06-08T20:53:46.677Z Downloaded tls_codec_derive v0.4.2
10952026-06-08T20:53:46.677Z Downloaded tokio-dtrace v0.1.1
10962026-06-08T20:53:46.677Z Downloaded rand v0.8.6
10972026-06-08T20:53:46.677Z Downloaded unarray v0.1.4
10982026-06-08T20:53:46.677Z Downloaded typify-macro v0.6.2
10992026-06-08T20:53:46.677Z Downloaded thread_local v1.1.9
11002026-06-08T20:53:46.677Z Downloaded num-bigint-dig v0.8.6
11012026-06-08T20:53:46.677Z Downloaded tokio-tungstenite v0.21.0
11022026-06-08T20:53:46.677Z Downloaded schemars v0.8.22
11032026-06-08T20:53:46.678Z Downloaded untrusted v0.7.1
11042026-06-08T20:53:46.678Z Downloaded unit-prefix v0.5.2
11052026-06-08T20:53:46.678Z Downloaded rayon-core v1.13.0
11062026-06-08T20:53:46.678Z Downloaded aho-corasick v1.1.4
11072026-06-08T20:53:46.678Z Downloaded hyper v1.8.1
11082026-06-08T20:53:46.678Z Downloaded usdt v0.6.0
11092026-06-08T20:53:46.678Z Downloaded tower-service v0.3.3
11102026-06-08T20:53:46.678Z Downloaded toml_writer v1.0.6+spec-1.1.0
11112026-06-08T20:53:46.678Z Downloaded slog v2.8.2
11122026-06-08T20:53:46.678Z Downloaded socket2 v0.6.3
11132026-06-08T20:53:46.678Z Downloaded usdt-macro v0.6.0
11142026-06-08T20:53:46.678Z Downloaded utf-8 v0.7.6
11152026-06-08T20:53:46.678Z Downloaded usdt-attr-macro v0.6.0
11162026-06-08T20:53:46.678Z Downloaded void v1.0.2
11172026-06-08T20:53:46.678Z Downloaded nom v8.0.0
11182026-06-08T20:53:46.678Z Downloaded term v1.2.1
11192026-06-08T20:53:46.678Z Downloaded futures-util v0.3.32
11202026-06-08T20:53:46.678Z Downloaded term v0.7.0
11212026-06-08T20:53:46.678Z Downloaded rsa v0.9.10
11222026-06-08T20:53:46.683Z Downloaded universal-hash v0.5.1
11232026-06-08T20:53:46.683Z Downloaded rand v0.9.2
11242026-06-08T20:53:46.683Z Downloaded itertools v0.14.0
11252026-06-08T20:53:46.683Z Downloaded tui-tree-widget v0.23.1
11262026-06-08T20:53:46.683Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11272026-06-08T20:53:46.683Z Downloaded tokio-tungstenite v0.23.1
11282026-06-08T20:53:46.683Z Downloaded socket2 v0.5.10
11292026-06-08T20:53:46.683Z Downloaded unicode-truncate v1.1.0
11302026-06-08T20:53:46.683Z Downloaded typify-macro v0.4.3
11312026-06-08T20:53:46.683Z Downloaded tokio-rustls v0.25.0
11322026-06-08T20:53:46.683Z Downloaded want v0.3.1
11332026-06-08T20:53:46.683Z Downloaded rustls-webpki v0.103.9
11342026-06-08T20:53:46.683Z Downloaded tokio-rustls v0.24.1
11352026-06-08T20:53:46.683Z Downloaded waitgroup v0.1.2
11362026-06-08T20:53:46.683Z Downloaded xattr v1.6.1
11372026-06-08T20:53:46.683Z Downloaded schemars v1.2.1
11382026-06-08T20:53:46.684Z Downloaded tokio-rustls v0.26.4
11392026-06-08T20:53:46.684Z Downloaded unicase v2.9.0
11402026-06-08T20:53:46.684Z Downloaded zeroize_derive v1.4.3
11412026-06-08T20:53:46.684Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11422026-06-08T20:53:46.684Z Downloaded schemars v0.9.0
11432026-06-08T20:53:46.684Z Downloaded samael v0.0.19
11442026-06-08T20:53:46.684Z Downloaded untrusted v0.9.0
11452026-06-08T20:53:46.684Z Downloaded tokio-stream v0.1.18
11462026-06-08T20:53:46.684Z Downloaded zone v0.3.1
11472026-06-08T20:53:46.684Z Downloaded toml_parser v1.0.9+spec-1.1.0
11482026-06-08T20:53:46.684Z Downloaded hkdf v0.12.4
11492026-06-08T20:53:46.684Z Downloaded h2 v0.4.13
11502026-06-08T20:53:46.684Z Downloaded snafu v0.8.9
11512026-06-08T20:53:46.684Z Downloaded usdt-impl v0.6.0
11522026-06-08T20:53:46.684Z Downloaded test-strategy v0.4.5
11532026-06-08T20:53:46.684Z Downloaded tinyvec v1.10.0
11542026-06-08T20:53:46.684Z Downloaded xshell-macros v0.2.7
11552026-06-08T20:53:46.684Z Downloaded wait-timeout v0.2.1
11562026-06-08T20:53:46.684Z Downloaded vsss-rs v3.3.4
11572026-06-08T20:53:46.684Z Downloaded vergen-lib v9.1.0
11582026-06-08T20:53:46.684Z Downloaded vergen-git2 v9.1.0
11592026-06-08T20:53:46.684Z Downloaded p521 v0.13.3
11602026-06-08T20:53:46.685Z Downloaded walkdir v2.5.0
11612026-06-08T20:53:46.685Z Downloaded whoami v2.1.0
11622026-06-08T20:53:46.685Z Downloaded twox-hash v2.1.2
11632026-06-08T20:53:46.685Z Downloaded tracing-attributes v0.1.31
11642026-06-08T20:53:46.685Z Downloaded rand v0.10.0
11652026-06-08T20:53:46.685Z Downloaded toml v0.7.8
11662026-06-08T20:53:46.685Z Downloaded whoami v1.6.1
11672026-06-08T20:53:46.685Z Downloaded zone_cfg_derive v0.3.1
11682026-06-08T20:53:46.685Z Downloaded vergen-lib v0.1.6
11692026-06-08T20:53:46.690Z Downloaded subprocess v0.2.15
11702026-06-08T20:53:46.694Z Downloaded zstd v0.13.3
11712026-06-08T20:53:46.694Z Downloaded wyz v0.5.1
11722026-06-08T20:53:46.697Z Downloaded russh v0.45.0
11732026-06-08T20:53:46.697Z Downloaded zstd-safe v7.2.4
11742026-06-08T20:53:46.709Z Downloaded tracing-core v0.1.36
11752026-06-08T20:53:46.713Z Downloaded toml v1.0.6+spec-1.1.0
11762026-06-08T20:53:46.717Z Downloaded tar v0.4.45
11772026-06-08T20:53:46.720Z Downloaded uzers v0.12.2
11782026-06-08T20:53:46.725Z Downloaded xshell v0.2.7
11792026-06-08T20:53:46.725Z Downloaded zeroize v1.8.2
11802026-06-08T20:53:46.728Z Downloaded vergen v9.1.0
11812026-06-08T20:53:46.728Z Downloaded unicode-properties v0.1.4
11822026-06-08T20:53:46.733Z Downloaded typify v0.4.3
11832026-06-08T20:53:46.739Z Downloaded tungstenite v0.23.0
11842026-06-08T20:53:46.745Z Downloaded tungstenite v0.21.0
11852026-06-08T20:53:46.745Z Downloaded toml_edit v0.23.10+spec-1.0.0
11862026-06-08T20:53:46.745Z Downloaded unicode-bidi v0.3.18
11872026-06-08T20:53:46.748Z Downloaded iddqd v0.4.2
11882026-06-08T20:53:46.748Z Downloaded vergen-gitcl v1.0.8
11892026-06-08T20:53:46.753Z Downloaded typify v0.6.2
11902026-06-08T20:53:46.753Z Downloaded rpassword v7.4.0
11912026-06-08T20:53:46.758Z Downloaded libm v0.2.16
11922026-06-08T20:53:46.769Z Downloaded rustyline v14.0.0
11932026-06-08T20:53:46.779Z Downloaded unsafe-libyaml v0.2.11
11942026-06-08T20:53:46.784Z Downloaded yasna v0.5.2
11952026-06-08T20:53:46.787Z Downloaded zerocopy v0.6.6
11962026-06-08T20:53:46.790Z Downloaded steno v0.4.1
11972026-06-08T20:53:46.794Z Downloaded zopfli v0.8.3
11982026-06-08T20:53:46.801Z Downloaded chrono v0.4.44
11992026-06-08T20:53:46.804Z Downloaded uuid v1.23.0
12002026-06-08T20:53:46.804Z Downloaded vte v0.14.1
12012026-06-08T20:53:46.804Z Downloaded serde_with v1.14.0
12022026-06-08T20:53:46.820Z Downloaded bitvec v1.0.1
12032026-06-08T20:53:46.833Z Downloaded toml_edit v0.19.15
12042026-06-08T20:53:46.842Z Downloaded zip v0.6.6
12052026-06-08T20:53:46.846Z Downloaded ssh-key v0.6.7
12062026-06-08T20:53:46.853Z Downloaded reqwest v0.12.28
12072026-06-08T20:53:46.859Z Downloaded p384 v0.13.1
12082026-06-08T20:53:46.862Z Downloaded reedline v0.40.0
12092026-06-08T20:53:46.868Z Downloaded regex v1.12.3
12102026-06-08T20:53:46.872Z Downloaded bindgen v0.71.1
12112026-06-08T20:53:46.876Z Downloaded unicode-segmentation v1.12.0
12122026-06-08T20:53:46.881Z Downloaded tokio-postgres v0.7.16
12132026-06-08T20:53:46.885Z Downloaded reqwest v0.13.2
12142026-06-08T20:53:46.885Z Downloaded rayon v1.11.0
12152026-06-08T20:53:46.891Z Downloaded yansi v1.0.1
12162026-06-08T20:53:46.894Z Downloaded unicode_categories v0.1.1
12172026-06-08T20:53:46.901Z Downloaded rustls-webpki v0.101.7
12182026-06-08T20:53:46.909Z Downloaded typed-path v0.9.3
12192026-06-08T20:53:46.914Z Downloaded git2 v0.20.4
12202026-06-08T20:53:46.918Z Downloaded lalrpop v0.19.12
12212026-06-08T20:53:46.922Z Downloaded quick-xml v0.37.5
12222026-06-08T20:53:46.927Z Downloaded proptest v1.10.0
12232026-06-08T20:53:46.930Z Downloaded moka v0.12.13
12242026-06-08T20:53:46.935Z Downloaded portable-atomic v1.13.1
12252026-06-08T20:53:46.940Z Downloaded x509-cert v0.2.5
12262026-06-08T20:53:46.944Z Downloaded goblin v0.10.5
12272026-06-08T20:53:46.951Z Downloaded tough v0.22.0
12282026-06-08T20:53:46.956Z Downloaded salty v0.3.0
12292026-06-08T20:53:46.962Z Downloaded tower-http v0.6.8
12302026-06-08T20:53:46.972Z Downloaded zip v4.6.1
12312026-06-08T20:53:46.980Z Downloaded serde_with v3.17.0
12322026-06-08T20:53:46.988Z Downloaded zerocopy-derive v0.8.40
12332026-06-08T20:53:46.992Z Downloaded tower v0.5.3
12342026-06-08T20:53:46.998Z Downloaded object v0.30.4
12352026-06-08T20:53:47.007Z Downloaded petname v2.0.2
12362026-06-08T20:53:47.010Z Downloaded quinn-proto v0.11.13
12372026-06-08T20:53:47.016Z Downloaded nix v0.27.1
12382026-06-08T20:53:47.028Z Downloaded unicode-normalization v0.1.25
12392026-06-08T20:53:47.034Z Downloaded rustls-webpki v0.102.8
12402026-06-08T20:53:47.041Z Downloaded bstr v1.12.1
12412026-06-08T20:53:47.057Z Downloaded radix_trie v0.2.1
12422026-06-08T20:53:47.074Z Downloaded time v0.3.47
12432026-06-08T20:53:47.083Z Downloaded tokio-util v0.7.18
12442026-06-08T20:53:47.088Z Downloaded zlib-rs v0.6.2
12452026-06-08T20:53:47.093Z Downloaded curve25519-dalek v4.1.3
12462026-06-08T20:53:47.103Z Downloaded openssl v0.10.79
12472026-06-08T20:53:47.109Z Downloaded object v0.37.3
12482026-06-08T20:53:47.116Z Downloaded hickory-proto v0.24.4
12492026-06-08T20:53:47.128Z Downloaded winnow v0.5.40
12502026-06-08T20:53:47.142Z Downloaded regress v0.10.5
12512026-06-08T20:53:47.147Z Downloaded smoltcp v0.11.0
12522026-06-08T20:53:47.154Z Downloaded polar-core v0.27.3
12532026-06-08T20:53:47.158Z Downloaded winnow v0.6.26
12542026-06-08T20:53:47.163Z Downloaded rustls v0.23.37
12552026-06-08T20:53:47.176Z Downloaded rustix v0.38.44
12562026-06-08T20:53:47.192Z Downloaded rustls v0.22.4
12572026-06-08T20:53:47.198Z Downloaded tabled v0.20.0
12582026-06-08T20:53:47.208Z Downloaded nix v0.28.0
12592026-06-08T20:53:47.215Z Downloaded dropshot v0.17.0
12602026-06-08T20:53:47.227Z Downloaded rustls v0.21.12
12612026-06-08T20:53:47.232Z Downloaded nix v0.31.2
12622026-06-08T20:53:47.239Z Downloaded regex-syntax v0.6.29
12632026-06-08T20:53:47.244Z Downloaded sqlparser v0.61.0
12642026-06-08T20:53:47.258Z Downloaded vcpkg v0.2.15
12652026-06-08T20:53:47.283Z Downloaded smoltcp v0.9.1
12662026-06-08T20:53:47.290Z Downloaded openapiv3 v2.2.0
12672026-06-08T20:53:47.307Z Downloaded typify-impl v0.6.2
12682026-06-08T20:53:47.315Z Downloaded zerocopy v0.8.40
12692026-06-08T20:53:47.321Z Downloaded webpki-roots v1.0.6
12702026-06-08T20:53:47.324Z Downloaded diesel v2.3.7
12712026-06-08T20:53:47.337Z Downloaded chrono-tz v0.10.4
12722026-06-08T20:53:47.348Z Downloaded regex-syntax v0.8.10
12732026-06-08T20:53:47.352Z Downloaded bzip2-sys v0.1.13+1.0.8
12742026-06-08T20:53:47.360Z Downloaded regress v0.11.1
12752026-06-08T20:53:47.365Z Downloaded hickory-proto v0.25.2
12762026-06-08T20:53:47.375Z Downloaded regex-automata v0.4.14
12772026-06-08T20:53:47.409Z Downloaded libz-sys v1.1.24
12782026-06-08T20:53:47.465Z Downloaded sled v0.34.7
12792026-06-08T20:53:47.481Z Downloaded ratatui v0.29.0
12802026-06-08T20:53:47.542Z Downloaded typify-impl v0.4.3
12812026-06-08T20:53:47.550Z Downloaded tracing v0.1.44
12822026-06-08T20:53:47.550Z Downloaded zerocopy-derive v0.6.6
12832026-06-08T20:53:47.561Z Downloaded ring v0.17.14
12842026-06-08T20:53:47.601Z Downloaded jiff v0.2.21
12852026-06-08T20:53:47.612Z Downloaded petgraph v0.6.5
12862026-06-08T20:53:47.624Z Downloaded libgit2-sys v0.18.3+1.9.2
12872026-06-08T20:53:47.659Z Downloaded csv v1.4.0
12882026-06-08T20:53:47.673Z Downloaded petgraph v0.8.3
12892026-06-08T20:53:47.699Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12902026-06-08T20:53:47.710Z Downloaded sha3 v0.10.8
12912026-06-08T20:53:47.713Z Downloaded tokio v1.52.1
12922026-06-08T20:53:47.746Z Downloaded encoding_rs v0.8.35
12932026-06-08T20:53:48.267Z Downloaded aws-lc-sys v0.40.0
12942026-06-08T20:53:48.523Z Compiling libc v0.2.185
12952026-06-08T20:53:48.526Z Compiling serde v1.0.228
12962026-06-08T20:53:48.526Z Compiling log v0.4.29
12972026-06-08T20:53:48.526Z Compiling find-msvc-tools v0.1.9
12982026-06-08T20:53:48.526Z Compiling shlex v1.3.0
12992026-06-08T20:53:48.526Z Compiling smallvec v1.15.1
13002026-06-08T20:53:48.526Z Compiling typenum v1.19.0
13012026-06-08T20:53:48.526Z Compiling subtle v2.6.1
13022026-06-08T20:53:48.679Z Compiling generic-array v0.14.7
13032026-06-08T20:53:48.683Z Compiling scopeguard v1.2.0
13042026-06-08T20:53:48.762Z Compiling const-oid v0.9.6
13052026-06-08T20:53:48.775Z Compiling serde_json v1.0.149
13062026-06-08T20:53:48.789Z Compiling syn v2.0.117
13072026-06-08T20:53:48.800Z Compiling zerocopy v0.8.40
13082026-06-08T20:53:48.804Z Compiling pin-project-lite v0.2.17
13092026-06-08T20:53:48.815Z Compiling portable-atomic v1.13.1
13102026-06-08T20:53:48.858Z Compiling lock_api v0.4.14
13112026-06-08T20:53:48.873Z Compiling parking_lot_core v0.9.12
13122026-06-08T20:53:48.892Z Compiling pkg-config v0.3.32
13132026-06-08T20:53:48.948Z Compiling bitflags v2.11.0
13142026-06-08T20:53:48.951Z Compiling critical-section v1.2.0
13152026-06-08T20:53:48.978Z Compiling futures-core v0.3.32
13162026-06-08T20:53:48.979Z Compiling libm v0.2.16
13172026-06-08T20:53:49.067Z Compiling num-traits v0.2.19
13182026-06-08T20:53:49.110Z Compiling percent-encoding v2.3.2
13192026-06-08T20:53:49.157Z Compiling futures-sink v0.3.32
13202026-06-08T20:53:49.186Z Compiling slab v0.4.12
13212026-06-08T20:53:49.189Z Compiling getrandom v0.4.1
13222026-06-08T20:53:49.201Z Compiling cpufeatures v0.2.17
13232026-06-08T20:53:49.231Z Compiling futures-io v0.3.32
13242026-06-08T20:53:49.336Z Compiling futures-channel v0.3.32
13252026-06-08T20:53:49.351Z Compiling futures-task v0.3.32
13262026-06-08T20:53:49.354Z Compiling rand_core v0.10.0
13272026-06-08T20:53:49.393Z Compiling indexmap v2.14.0
13282026-06-08T20:53:49.436Z Compiling rustversion v1.0.22
13292026-06-08T20:53:49.465Z Compiling getrandom v0.3.4
13302026-06-08T20:53:49.528Z Compiling form_urlencoded v1.2.2
13312026-06-08T20:53:49.544Z Compiling fs_extra v1.3.0
13322026-06-08T20:53:49.548Z Compiling dunce v1.0.5
13332026-06-08T20:53:49.577Z Compiling base64ct v1.8.3
13342026-06-08T20:53:49.581Z Compiling ident_case v1.0.1
13352026-06-08T20:53:49.606Z Compiling rustix v1.1.3
13362026-06-08T20:53:49.642Z Compiling getrandom v0.2.17
13372026-06-08T20:53:49.668Z Compiling jobserver v0.1.34
13382026-06-08T20:53:49.694Z Compiling errno v0.3.14
13392026-06-08T20:53:49.733Z Compiling mio v1.2.0
13402026-06-08T20:53:49.767Z Compiling socket2 v0.6.3
13412026-06-08T20:53:49.817Z Compiling rand_core v0.6.4
13422026-06-08T20:53:49.839Z Compiling signal-hook-registry v1.4.8
13432026-06-08T20:53:49.889Z Compiling cc v1.2.56
13442026-06-08T20:53:49.903Z Compiling once_cell v1.21.3
13452026-06-08T20:53:49.975Z Compiling parking_lot v0.12.5
13462026-06-08T20:53:50.023Z Compiling pem-rfc7468 v0.7.0
13472026-06-08T20:53:50.075Z Compiling flagset v0.4.7
13482026-06-08T20:53:50.078Z Compiling iana-time-zone v0.1.65
13492026-06-08T20:53:50.105Z Compiling regex-syntax v0.8.10
13502026-06-08T20:53:50.150Z Compiling aws-lc-rs v1.16.3
13512026-06-08T20:53:50.153Z Compiling vcpkg v0.2.15
13522026-06-08T20:53:50.233Z Compiling tracing-core v0.1.36
13532026-06-08T20:53:50.263Z Compiling uuid v1.23.0
13542026-06-08T20:53:50.277Z Compiling rustc_version v0.4.1
13552026-06-08T20:53:50.307Z Compiling base64 v0.22.1
13562026-06-08T20:53:50.352Z Compiling openssl-probe v0.2.1
13572026-06-08T20:53:50.368Z Compiling tinyvec_macros v0.1.1
13582026-06-08T20:53:50.453Z Compiling rand_core v0.9.5
13592026-06-08T20:53:50.467Z Compiling httparse v1.10.1
13602026-06-08T20:53:50.525Z Compiling untrusted v0.7.1
13612026-06-08T20:53:50.553Z Compiling untrusted v0.9.0
13622026-06-08T20:53:50.578Z Compiling tinyvec v1.10.0
13632026-06-08T20:53:50.615Z Compiling cmake v0.1.57
13642026-06-08T20:53:50.643Z Compiling aho-corasick v1.1.4
13652026-06-08T20:53:50.660Z Compiling atomic-waker v1.1.2
13662026-06-08T20:53:50.675Z Compiling tower-layer v0.3.3
13672026-06-08T20:53:50.688Z Compiling try-lock v0.2.5
13682026-06-08T20:53:50.751Z Compiling schemars v0.8.22
13692026-06-08T20:53:50.800Z Compiling dyn-clone v1.0.20
13702026-06-08T20:53:50.800Z Compiling tower-service v0.3.3
13712026-06-08T20:53:50.831Z Compiling rustls v0.23.37
13722026-06-08T20:53:50.864Z Compiling want v0.3.1
13732026-06-08T20:53:50.868Z Compiling foreign-types-shared v0.1.1
13742026-06-08T20:53:50.925Z Compiling httpdate v1.0.3
13752026-06-08T20:53:50.940Z Compiling pin-utils v0.1.0
13762026-06-08T20:53:50.953Z Compiling openssl v0.10.79
13772026-06-08T20:53:50.968Z Compiling foreign-types v0.3.2
13782026-06-08T20:53:50.985Z Compiling unicode-normalization v0.1.25
13792026-06-08T20:53:50.990Z Compiling spin v0.9.8
13802026-06-08T20:53:51.033Z Compiling num-conv v0.2.0
13812026-06-08T20:53:51.051Z Compiling crc32fast v1.5.0
13822026-06-08T20:53:51.051Z Compiling native-tls v0.2.18
13832026-06-08T20:53:51.054Z Compiling powerfmt v0.2.0
13842026-06-08T20:53:51.054Z Compiling time-core v0.1.8
13852026-06-08T20:53:51.054Z Compiling wait-timeout v0.2.1
13862026-06-08T20:53:51.163Z Compiling sync_wrapper v1.0.2
13872026-06-08T20:53:51.180Z Compiling simd-adler32 v0.3.8
13882026-06-08T20:53:51.207Z Compiling usdt-impl v0.6.0
13892026-06-08T20:53:51.227Z Compiling crossbeam-utils v0.8.21
13902026-06-08T20:53:51.227Z Compiling num_threads v0.1.7
13912026-06-08T20:53:51.256Z Compiling time-macros v0.2.27
13922026-06-08T20:53:51.292Z Compiling tempfile v3.25.0
13932026-06-08T20:53:51.312Z Compiling deranged v0.5.8
13942026-06-08T20:53:51.328Z Compiling syn v1.0.109
13952026-06-08T20:53:51.350Z Compiling unicode-segmentation v1.12.0
13962026-06-08T20:53:51.378Z Compiling quick-error v1.2.3
13972026-06-08T20:53:51.446Z Compiling aws-lc-sys v0.40.0
13982026-06-08T20:53:51.505Z Compiling ring v0.17.14
13992026-06-08T20:53:51.509Z Compiling openssl-sys v0.9.115
14002026-06-08T20:53:51.536Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14012026-06-08T20:53:51.553Z Compiling siphasher v1.0.2
14022026-06-08T20:53:51.569Z Compiling bit-vec v0.8.0
14032026-06-08T20:53:51.617Z Compiling regex-automata v0.4.14
14042026-06-08T20:53:51.633Z Compiling synstructure v0.13.2
14052026-06-08T20:53:51.760Z Compiling serde_derive_internals v0.29.1
14062026-06-08T20:53:51.827Z Compiling pest_generator v2.8.6
14072026-06-08T20:53:51.834Z Compiling darling_core v0.20.11
14082026-06-08T20:53:51.834Z Compiling bit-set v0.8.0
14092026-06-08T20:53:51.910Z Compiling darling_core v0.21.3
14102026-06-08T20:53:52.046Z Compiling rusty-fork v0.3.1
14112026-06-08T20:53:52.416Z Compiling bzip2-sys v0.1.13+1.0.8
14122026-06-08T20:53:52.459Z Compiling time v0.3.47
14132026-06-08T20:53:52.463Z Compiling slog v2.8.2
14142026-06-08T20:53:52.490Z Compiling rand_xorshift v0.4.0
14152026-06-08T20:53:52.531Z Compiling heapless v0.7.17
14162026-06-08T20:53:52.547Z Compiling thread-id v5.1.0
14172026-06-08T20:53:52.563Z Compiling cookie v0.18.1
14182026-06-08T20:53:52.650Z Compiling iri-string v0.7.10
14192026-06-08T20:53:52.690Z Compiling zstd-safe v7.2.4
14202026-06-08T20:53:52.705Z Compiling unarray v0.1.4
14212026-06-08T20:53:52.719Z Compiling ryu v1.0.23
14222026-06-08T20:53:52.740Z Compiling adler2 v2.0.1
14232026-06-08T20:53:52.755Z Compiling unicode-bidi v0.3.18
14242026-06-08T20:53:52.784Z Compiling signal-hook v0.3.18
14252026-06-08T20:53:52.810Z Compiling unicode-properties v0.1.4
14262026-06-08T20:53:52.829Z Compiling paste v1.0.15
14272026-06-08T20:53:52.892Z Compiling anyhow v1.0.102
14282026-06-08T20:53:52.913Z Compiling allocator-api2 v0.2.21
14292026-06-08T20:53:52.930Z Compiling miniz_oxide v0.8.9
14302026-06-08T20:53:53.094Z Compiling stringprep v0.1.5
14312026-06-08T20:53:53.326Z Compiling heck v0.4.1
14322026-06-08T20:53:53.425Z Compiling serde_derive v1.0.228
14332026-06-08T20:53:53.466Z Compiling zeroize_derive v1.4.3
14342026-06-08T20:53:53.578Z Compiling zerofrom-derive v0.1.6
14352026-06-08T20:53:53.593Z Compiling yoke-derive v0.8.1
14362026-06-08T20:53:53.596Z Compiling zerovec-derive v0.11.2
14372026-06-08T20:53:53.726Z Compiling zerocopy-derive v0.8.40
14382026-06-08T20:53:53.818Z Compiling displaydoc v0.2.5
14392026-06-08T20:53:54.114Z Compiling tokio-macros v2.7.0
14402026-06-08T20:53:54.166Z Compiling zeroize v1.8.2
14412026-06-08T20:53:54.239Z Compiling futures-macro v0.3.32
14422026-06-08T20:53:54.320Z Compiling der_derive v0.7.3
14432026-06-08T20:53:54.526Z Compiling rustls-pki-types v1.14.0
14442026-06-08T20:53:54.621Z Compiling thiserror-impl v2.0.18
14452026-06-08T20:53:54.788Z Compiling tracing-attributes v0.1.31
14462026-06-08T20:53:54.825Z Compiling schemars_derive v0.8.22
14472026-06-08T20:53:54.897Z Compiling scroll_derive v0.13.1
14482026-06-08T20:53:54.967Z Compiling crypto-common v0.1.7
14492026-06-08T20:53:55.018Z Compiling block-buffer v0.10.4
14502026-06-08T20:53:55.065Z Compiling zerofrom v0.1.6
14512026-06-08T20:53:55.127Z Compiling futures-util v0.3.32
14522026-06-08T20:53:55.144Z Compiling block-padding v0.3.3
14532026-06-08T20:53:55.213Z Compiling yoke v0.8.1
14542026-06-08T20:53:55.216Z Compiling digest v0.10.7
14552026-06-08T20:53:55.335Z Compiling inout v0.1.4
14562026-06-08T20:53:55.338Z Compiling der v0.7.10
14572026-06-08T20:53:55.435Z Compiling zerovec v0.11.5
14582026-06-08T20:53:55.490Z Compiling zerotrie v0.2.3
14592026-06-08T20:53:55.527Z Compiling hmac v0.12.1
14602026-06-08T20:53:55.708Z Compiling cipher v0.4.4
14612026-06-08T20:53:55.759Z Compiling sha2 v0.10.9
14622026-06-08T20:53:55.806Z Compiling pbkdf2 v0.12.2
14632026-06-08T20:53:55.946Z Compiling tinystr v0.8.2
14642026-06-08T20:53:55.964Z Compiling potential_utf v0.1.4
14652026-06-08T20:53:55.968Z Compiling salsa20 v0.10.2
14662026-06-08T20:53:56.002Z Compiling aes v0.8.4
14672026-06-08T20:53:56.046Z Compiling thiserror v2.0.18
14682026-06-08T20:53:56.127Z Compiling icu_locale_core v2.1.1
14692026-06-08T20:53:56.153Z Compiling icu_collections v2.1.1
14702026-06-08T20:53:56.169Z Compiling scrypt v0.11.0
14712026-06-08T20:53:56.172Z Compiling cbc v0.1.2
14722026-06-08T20:53:56.172Z Compiling pest_derive v2.8.6
14732026-06-08T20:53:56.230Z Compiling spki v0.7.3
14742026-06-08T20:53:56.360Z Compiling tracing v0.1.44
14752026-06-08T20:53:56.527Z Compiling pkcs5 v0.7.1
14762026-06-08T20:53:56.548Z Compiling scroll v0.13.0
14772026-06-08T20:53:56.661Z Compiling darling_macro v0.20.11
14782026-06-08T20:53:56.676Z Compiling openssl-macros v0.1.1
14792026-06-08T20:53:56.679Z Compiling rustls-native-certs v0.8.3
14802026-06-08T20:53:56.710Z Compiling dtrace-parser v0.3.0
14812026-06-08T20:53:56.838Z Compiling icu_provider v2.1.1
14822026-06-08T20:53:57.013Z Compiling bytes v1.11.1
14832026-06-08T20:53:57.031Z Compiling chrono v0.4.44
14842026-06-08T20:53:57.058Z Compiling ipnet v2.11.0
14852026-06-08T20:53:57.106Z Compiling icu_properties v2.1.2
14862026-06-08T20:53:57.122Z Compiling icu_normalizer v2.1.1
14872026-06-08T20:53:57.143Z Compiling pkcs8 v0.10.2
14882026-06-08T20:53:57.179Z Compiling darling v0.20.11
14892026-06-08T20:53:57.219Z Compiling goblin v0.10.5
14902026-06-08T20:53:57.275Z Compiling derive_builder_core v0.20.2
14912026-06-08T20:53:57.348Z Compiling signature v2.2.0
14922026-06-08T20:53:57.486Z Compiling webpki-roots v1.0.6
14932026-06-08T20:53:57.504Z Compiling tokio v1.52.1
14942026-06-08T20:53:57.507Z Compiling http v1.4.0
14952026-06-08T20:53:57.538Z Compiling scroll_derive v0.12.1
14962026-06-08T20:53:57.592Z Compiling thiserror-impl v1.0.69
14972026-06-08T20:53:57.622Z Compiling serde_urlencoded v0.7.1
14982026-06-08T20:53:57.671Z Compiling toml_datetime v0.6.11
14992026-06-08T20:53:57.698Z Compiling serde_spanned v0.6.9
15002026-06-08T20:53:57.864Z Compiling serde_tokenstream v0.2.3
15012026-06-08T20:53:57.896Z Compiling erased-serde v0.3.31
15022026-06-08T20:53:57.955Z Compiling md-5 v0.10.6
15032026-06-08T20:53:58.087Z Compiling idna_adapter v1.2.1
15042026-06-08T20:53:58.142Z Compiling darling_macro v0.21.3
15052026-06-08T20:53:58.195Z Compiling ppv-lite86 v0.2.21
15062026-06-08T20:53:58.198Z Compiling http-body v1.0.1
15072026-06-08T20:53:58.245Z Compiling idna v1.1.0
15082026-06-08T20:53:58.250Z Compiling scroll v0.12.0
15092026-06-08T20:53:58.276Z Compiling derive_builder_macro v0.20.2
15102026-06-08T20:53:58.384Z Compiling http-body-util v0.1.3
15112026-06-08T20:53:58.413Z Compiling bstr v1.12.1
15122026-06-08T20:53:58.428Z Compiling zerocopy-derive v0.7.35
15132026-06-08T20:53:58.469Z Compiling async-trait v0.1.89
15142026-06-08T20:53:58.486Z Compiling pin-project-internal v1.1.11
15152026-06-08T20:53:58.547Z Compiling url v2.5.8
15162026-06-08T20:53:58.570Z Compiling rand_chacha v0.9.0
15172026-06-08T20:53:58.648Z Compiling rand_chacha v0.3.1
15182026-06-08T20:53:58.670Z Compiling num-integer v0.1.46
15192026-06-08T20:53:58.781Z Compiling rand v0.9.2
15202026-06-08T20:53:58.918Z Compiling thiserror v1.0.69
15212026-06-08T20:53:58.935Z Compiling vergen-lib v9.1.0
15222026-06-08T20:53:59.016Z Compiling curve25519-dalek v4.1.3
15232026-06-08T20:53:59.035Z Compiling ff v0.13.1
15242026-06-08T20:53:59.140Z Compiling hash32 v0.2.1
15252026-06-08T20:53:59.190Z Compiling memoffset v0.9.1
15262026-06-08T20:53:59.304Z Compiling encoding_rs v0.8.35
15272026-06-08T20:53:59.331Z Compiling zlib-rs v0.6.2
15282026-06-08T20:53:59.347Z Compiling proptest v1.10.0
15292026-06-08T20:53:59.386Z Compiling num-bigint-dig v0.8.6
15302026-06-08T20:53:59.401Z Compiling psl-types v2.0.11
15312026-06-08T20:53:59.418Z Compiling smoltcp v0.9.1
15322026-06-08T20:53:59.544Z Compiling cfg_aliases v0.2.1
15332026-06-08T20:53:59.565Z Compiling fallible-iterator v0.2.0
15342026-06-08T20:53:59.605Z Compiling base16ct v0.2.0
15352026-06-08T20:53:59.620Z Compiling litrs v1.0.0
15362026-06-08T20:53:59.636Z Compiling mime v0.3.17
15372026-06-08T20:53:59.655Z Compiling rustix v0.38.44
15382026-06-08T20:53:59.678Z Compiling ref-cast v1.0.25
15392026-06-08T20:53:59.800Z Compiling sec1 v0.7.3
15402026-06-08T20:53:59.815Z Compiling pin-project v1.1.11
15412026-06-08T20:53:59.818Z Compiling nix v0.31.2
15422026-06-08T20:53:59.899Z Compiling ipnetwork v0.21.1
15432026-06-08T20:53:59.915Z Compiling postgres-protocol v0.6.10
15442026-06-08T20:54:00.003Z Compiling dof v0.4.0
15452026-06-08T20:54:00.132Z Compiling oxnet v0.1.5
15462026-06-08T20:54:00.152Z Compiling document-features v0.2.12
15472026-06-08T20:54:00.167Z Compiling publicsuffix v2.3.0
15482026-06-08T20:54:00.245Z Compiling zerocopy v0.7.35
15492026-06-08T20:54:00.334Z Compiling group v0.13.0
15502026-06-08T20:54:00.368Z Compiling num-iter v0.1.45
15512026-06-08T20:54:00.384Z Compiling rand v0.8.6
15522026-06-08T20:54:00.417Z Compiling derive_builder v0.20.2
15532026-06-08T20:54:00.486Z Compiling darling v0.21.3
15542026-06-08T20:54:00.547Z Compiling goblin v0.8.2
15552026-06-08T20:54:00.557Z Compiling hubpack_derive v0.1.1
15562026-06-08T20:54:00.561Z Compiling futures-executor v0.3.32
15572026-06-08T20:54:00.590Z Compiling hex v0.4.3
15582026-06-08T20:54:00.802Z Compiling hkdf v0.12.4
15592026-06-08T20:54:00.830Z Compiling crypto-bigint v0.5.5
15602026-06-08T20:54:00.855Z Compiling regex v1.12.3
15612026-06-08T20:54:00.940Z Compiling snafu-derive v0.8.9
15622026-06-08T20:54:01.002Z Compiling strum_macros v0.27.2
15632026-06-08T20:54:01.049Z Compiling daft-derive v0.1.7
15642026-06-08T20:54:01.199Z Compiling curve25519-dalek-derive v0.1.1
15652026-06-08T20:54:01.239Z Compiling ref-cast-impl v1.0.25
15662026-06-08T20:54:01.312Z Compiling tokio-util v0.7.18
15672026-06-08T20:54:01.364Z Compiling tower v0.5.3
15682026-06-08T20:54:01.380Z Compiling tokio-native-tls v0.3.1
15692026-06-08T20:54:01.589Z Compiling phf_shared v0.13.1
15702026-06-08T20:54:01.844Z Compiling tower-http v0.6.8
15712026-06-08T20:54:01.861Z Compiling newtype-uuid v1.3.2
15722026-06-08T20:54:01.864Z Compiling terminal_size v0.4.3
15732026-06-08T20:54:01.896Z Compiling lazy_static v1.5.0
15742026-06-08T20:54:01.926Z Compiling anstyle-parse v0.2.7
15752026-06-08T20:54:01.942Z Compiling vergen v9.1.0
15762026-06-08T20:54:02.006Z Compiling cargo-platform v0.3.2
15772026-06-08T20:54:02.021Z Compiling fs-err v3.3.0
15782026-06-08T20:54:02.055Z Compiling h2 v0.4.13
15792026-06-08T20:54:02.136Z Compiling ahash v0.8.12
15802026-06-08T20:54:02.152Z Compiling managed v0.8.0
15812026-06-08T20:54:02.228Z Compiling flate2 v1.1.9
15822026-06-08T20:54:02.241Z Compiling bitflags v1.3.2
15832026-06-08T20:54:02.275Z Compiling winnow v0.5.40
15842026-06-08T20:54:02.304Z Compiling foldhash v0.2.0
15852026-06-08T20:54:02.329Z Compiling foldhash v0.1.5
15862026-06-08T20:54:02.366Z Compiling bumpalo v3.20.2
15872026-06-08T20:54:02.392Z Compiling same-file v1.0.6
15882026-06-08T20:54:02.420Z Compiling object v0.37.3
15892026-06-08T20:54:02.513Z Compiling libbz2-rs-sys v0.2.2
15902026-06-08T20:54:02.548Z Compiling walkdir v2.5.0
15912026-06-08T20:54:02.576Z Compiling zopfli v0.8.3
15922026-06-08T20:54:02.580Z Compiling hashbrown v0.16.1
15932026-06-08T20:54:02.643Z Compiling hashbrown v0.15.5
15942026-06-08T20:54:02.672Z Compiling clap_builder v4.6.0
15952026-06-08T20:54:02.771Z Compiling dof v0.3.0
15962026-06-08T20:54:02.934Z Compiling snafu v0.8.9
15972026-06-08T20:54:02.950Z Compiling bzip2 v0.6.1
15982026-06-08T20:54:03.080Z Compiling strum v0.27.2
15992026-06-08T20:54:03.203Z Compiling cargo_metadata v0.23.1
16002026-06-08T20:54:03.233Z Compiling daft v0.1.7
16012026-06-08T20:54:03.251Z Compiling anstream v0.6.21
16022026-06-08T20:54:03.326Z Compiling elliptic-curve v0.13.8
16032026-06-08T20:54:03.344Z Compiling phf v0.13.1
16042026-06-08T20:54:03.433Z Compiling signal-hook-mio v0.2.5
16052026-06-08T20:54:03.525Z Compiling usdt-macro v0.6.0
16062026-06-08T20:54:03.541Z Compiling usdt-attr-macro v0.6.0
16072026-06-08T20:54:03.574Z Compiling toml_edit v0.19.15
16082026-06-08T20:54:03.604Z Compiling cookie_store v0.22.1
16092026-06-08T20:54:03.744Z Compiling hubpack v0.1.2
16102026-06-08T20:54:03.761Z Compiling bzip2 v0.4.4
16112026-06-08T20:54:03.892Z Compiling futures v0.3.32
16122026-06-08T20:54:03.945Z Compiling serde_with_macros v3.17.0
16132026-06-08T20:54:04.002Z Compiling postgres-types v0.2.12
16142026-06-08T20:54:04.091Z Compiling zstd v0.13.3
16152026-06-08T20:54:04.111Z Compiling dtrace-parser v0.2.0
16162026-06-08T20:54:04.284Z Compiling globset v0.4.18
16172026-06-08T20:54:04.327Z Compiling ed25519 v2.2.3
16182026-06-08T20:54:04.377Z Compiling pkcs1 v0.7.5
16192026-06-08T20:54:04.392Z Compiling serde-big-array v0.5.1
16202026-06-08T20:54:04.551Z Compiling olpc-cjson v0.1.4
16212026-06-08T20:54:04.585Z Compiling serde_plain v1.0.2
16222026-06-08T20:54:04.607Z Compiling rfc6979 v0.4.0
16232026-06-08T20:54:04.733Z Compiling enum-as-inner v0.6.1
16242026-06-08T20:54:04.748Z Compiling async-recursion v1.1.1
16252026-06-08T20:54:04.799Z Compiling clap_derive v4.6.1
16262026-06-08T20:54:04.802Z Compiling serde_repr v0.1.20
16272026-06-08T20:54:04.888Z Compiling strum_macros v0.26.4
16282026-06-08T20:54:04.985Z Compiling phf_shared v0.11.3
16292026-06-08T20:54:05.119Z Compiling hyper v1.8.1
16302026-06-08T20:54:05.171Z Compiling float-cmp v0.10.0
16312026-06-08T20:54:05.189Z Compiling pem v3.0.6
16322026-06-08T20:54:05.251Z Compiling thread-id v4.2.2
16332026-06-08T20:54:05.279Z Compiling memmap2 v0.9.10
16342026-06-08T20:54:05.343Z Compiling env_filter v1.0.0
16352026-06-08T20:54:05.356Z Compiling fixedbitset v0.4.2
16362026-06-08T20:54:05.395Z Compiling keccak v0.1.6
16372026-06-08T20:54:05.453Z Compiling static_assertions v1.1.0
16382026-06-08T20:54:05.513Z Compiling normalize-line-endings v0.3.0
16392026-06-08T20:54:05.541Z Compiling jiff v0.2.21
16402026-06-08T20:54:05.544Z Compiling difflib v0.4.0
16412026-06-08T20:54:05.601Z Compiling data-encoding v2.10.0
16422026-06-08T20:54:05.623Z Compiling either v1.15.0
16432026-06-08T20:54:05.673Z Compiling precomputed-hash v0.1.1
16442026-06-08T20:54:05.713Z Compiling typed-path v0.9.3
16452026-06-08T20:54:05.783Z Compiling predicates-core v1.0.10
16462026-06-08T20:54:05.849Z Compiling whoami v2.1.0
16472026-06-08T20:54:06.012Z Compiling new_debug_unreachable v1.0.6
16482026-06-08T20:54:06.106Z Compiling fixedbitset v0.5.7
16492026-06-08T20:54:06.119Z Compiling tokio-postgres v0.7.16
16502026-06-08T20:54:06.188Z Compiling string_cache v0.8.9
16512026-06-08T20:54:06.238Z Compiling hyper-util v0.1.20
16522026-06-08T20:54:06.282Z Compiling predicates v3.1.4
16532026-06-08T20:54:06.298Z Compiling hickory-proto v0.25.2
16542026-06-08T20:54:06.323Z Compiling petgraph v0.8.3
16552026-06-08T20:54:06.375Z Compiling itertools v0.13.0
16562026-06-08T20:54:06.453Z Compiling sha3 v0.10.8
16572026-06-08T20:54:06.498Z Compiling toml_edit v0.22.27
16582026-06-08T20:54:06.720Z Compiling clap v4.6.1
16592026-06-08T20:54:06.766Z Compiling strum v0.26.3
16602026-06-08T20:54:06.834Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16612026-06-08T20:54:06.835Z Compiling petgraph v0.6.5
16622026-06-08T20:54:06.909Z Compiling env_logger v0.11.9
16632026-06-08T20:54:06.957Z Compiling usdt v0.6.0
16642026-06-08T20:54:06.973Z Compiling usdt-impl v0.5.0
16652026-06-08T20:54:07.065Z Compiling serde_with v3.17.0
16662026-06-08T20:54:07.248Z Compiling toml v0.7.8
16672026-06-08T20:54:07.297Z Compiling crossterm v0.28.1
16682026-06-08T20:54:07.594Z Compiling ecdsa v0.16.9
16692026-06-08T20:54:07.723Z Compiling hyper-tls v0.6.0
16702026-06-08T20:54:07.886Z Compiling rsa v0.9.10
16712026-06-08T20:54:07.984Z Compiling ed25519-dalek v2.2.0
16722026-06-08T20:54:08.333Z Compiling zip v4.6.1
16732026-06-08T20:54:08.358Z Compiling zip v0.6.6
16742026-06-08T20:54:08.438Z Compiling iddqd v0.4.2
16752026-06-08T20:54:08.837Z Compiling toml_parser v1.0.9+spec-1.1.0
16762026-06-08T20:54:08.889Z Compiling tokio-stream v0.1.18
16772026-06-08T20:54:08.892Z Compiling buf-list v1.1.2
16782026-06-08T20:54:08.970Z Compiling similar v2.7.0
16792026-06-08T20:54:09.042Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16802026-06-08T20:54:09.208Z Compiling openapiv3 v2.2.0
16812026-06-08T20:54:09.293Z Compiling x509-cert v0.2.5
16822026-06-08T20:54:09.346Z Compiling sha1 v0.10.6
16832026-06-08T20:54:09.370Z Compiling crossbeam-epoch v0.9.18
16842026-06-08T20:54:09.386Z Compiling lalrpop-util v0.19.12
16852026-06-08T20:54:09.483Z Compiling peg-runtime v0.8.5
16862026-06-08T20:54:09.600Z Compiling thread_local v1.1.9
16872026-06-08T20:54:09.616Z Compiling slog-async v2.8.0
16882026-06-08T20:54:09.630Z Compiling crossbeam-channel v0.5.15
16892026-06-08T20:54:09.704Z Compiling filetime v0.2.27
16902026-06-08T20:54:09.722Z Compiling is-terminal v0.4.17
16912026-06-08T20:54:09.742Z Compiling xattr v1.6.1
16922026-06-08T20:54:09.792Z Compiling term v1.2.1
16932026-06-08T20:54:09.832Z Compiling take_mut v0.2.2
16942026-06-08T20:54:09.875Z Compiling tar v0.4.45
16952026-06-08T20:54:10.092Z Compiling slog-term v2.9.2
16962026-06-08T20:54:27.658Z Compiling rustls-webpki v0.103.9
16972026-06-08T20:54:30.420Z Compiling tokio-rustls v0.26.4
16982026-06-08T20:54:30.420Z Compiling rustls-platform-verifier v0.6.2
16992026-06-08T20:54:30.618Z Compiling hyper-rustls v0.27.7
17002026-06-08T20:54:30.810Z Compiling reqwest v0.12.28
17012026-06-08T20:54:30.810Z Compiling reqwest v0.13.2
17022026-06-08T20:54:32.044Z Compiling tough v0.22.0
17032026-06-08T20:54:34.523Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17042026-06-08T20:54:34.851Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17052026-06-08T20:54:37.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.67s
17062026-06-08T20:54:37.737Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17072026-06-08T20:54:37.776ZJun 08 20:54:37.067 INFO Starting download, target: Cockroach
17082026-06-08T20:54:37.776ZJun 08 20:54:37.068 INFO Starting download, target: Clickhouse
17092026-06-08T20:54:37.776ZJun 08 20:54:37.068 INFO Starting download, target: Console
17102026-06-08T20:54:37.776ZJun 08 20:54:37.068 INFO Starting download, target: DendriteStub
17112026-06-08T20:54:37.776ZJun 08 20:54:37.068 INFO Starting download, target: MaghemiteMgd
17122026-06-08T20:54:37.782ZJun 08 20:54:37.068 INFO Starting download, target: TransceiverControl
17132026-06-08T20:54:37.782ZJun 08 20:54:37.068 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17142026-06-08T20:54:37.782ZJun 08 20:54:37.068 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17152026-06-08T20:54:37.782ZJun 08 20:54:37.068 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17162026-06-08T20:54:37.782ZJun 08 20:54:37.068 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17172026-06-08T20:54:37.782ZJun 08 20:54:37.068 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17182026-06-08T20:54:37.782ZJun 08 20:54:37.068 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17192026-06-08T20:54:38.799ZJun 08 20:54:38.058 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17202026-06-08T20:54:38.851ZJun 08 20:54:38.097 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17212026-06-08T20:54:39.010ZJun 08 20:54:38.304 INFO Download complete, target: Console
17222026-06-08T20:54:39.061ZJun 08 20:54:38.335 INFO Download complete, target: TransceiverControl
17232026-06-08T20:54:39.938ZJun 08 20:54:39.228 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17242026-06-08T20:54:40.641ZJun 08 20:54:39.936 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17252026-06-08T20:54:40.737ZJun 08 20:54:40.035 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17262026-06-08T20:54:41.208ZJun 08 20:54:40.509 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17272026-06-08T20:54:41.208ZJun 08 20:54:40.509 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17282026-06-08T20:54:43.146ZJun 08 20:54:42.447 INFO Download complete, target: MaghemiteMgd
17292026-06-08T20:54:43.324ZJun 08 20:54:42.625 INFO Download complete, target: DendriteStub
17302026-06-08T20:54:46.010ZJun 08 20:54:45.310 INFO Checking that binary works, target: Cockroach
17312026-06-08T20:54:46.138ZJun 08 20:54:45.439 INFO Download complete, target: Cockroach
17322026-06-08T20:54:46.945ZJun 08 20:54:46.240 INFO Checking that binary works, target: Clickhouse
17332026-06-08T20:54:47.039ZJun 08 20:54:46.327 INFO Download complete, target: Clickhouse
17342026-06-08T20:54:47.055ZAll prerequisites installed successfully
17352026-06-08T20:54:47.055Z
17362026-06-08T20:54:47.055Zreal 2:02.507222882
17372026-06-08T20:54:47.056Zuser 6:56.869515337
17382026-06-08T20:54:47.056Zsys 1:44.025553122
17392026-06-08T20:54:47.056Ztrap 0.257159446
17402026-06-08T20:54:47.056Ztflt 1.177689225
17412026-06-08T20:54:47.056Zdflt 1.793719555
17422026-06-08T20:54:47.056Zkflt 0.025746780
17432026-06-08T20:54:47.056Zlock 22:46.484013547
17442026-06-08T20:54:47.056Zslp 18:54.576340196
17452026-06-08T20:54:47.056Zlat 24.937043893
17462026-06-08T20:54:47.057Zstop 3:01.214409015
17472026-06-08T20:54:47.057Z+ ptime -m cargo xtask download softnpu
17482026-06-08T20:54:47.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17492026-06-08T20:54:47.590Z Running `target/debug/xtask download softnpu`
17502026-06-08T20:54:48.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
17512026-06-08T20:54:48.428Z Running `target/debug/xtask-downloader softnpu`
17522026-06-08T20:54:48.467ZJun 08 20:54:47.768 INFO Starting download, target: Softnpu
17532026-06-08T20:54:48.470ZJun 08 20:54:47.768 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17542026-06-08T20:54:49.038ZJun 08 20:54:48.340 INFO Download complete, target: Softnpu
17552026-06-08T20:54:49.042Z
17562026-06-08T20:54:49.045Zreal 2.002801264
17572026-06-08T20:54:49.045Zuser 1.349406649
17582026-06-08T20:54:49.045Zsys 0.665450010
17592026-06-08T20:54:49.046Ztrap 0.000665730
17602026-06-08T20:54:49.046Ztflt 0.000353469
17612026-06-08T20:54:49.046Zdflt 0.000126409
17622026-06-08T20:54:49.046Zkflt 0.000000000
17632026-06-08T20:54:49.046Zlock 10.469136307
17642026-06-08T20:54:49.046Zslp 0.431760281
17652026-06-08T20:54:49.046Zlat 0.081036451
17662026-06-08T20:54:49.046Zstop 0.000182689
17672026-06-08T20:54:49.046Z+ export CARGO_INCREMENTAL=0
17682026-06-08T20:54:49.046Z+ CARGO_INCREMENTAL=0
17692026-06-08T20:54:49.046Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17702026-06-08T20:54:49.940Z Compiling proc-macro2 v1.0.106
17712026-06-08T20:54:49.943Z Compiling quote v1.0.45
17722026-06-08T20:54:49.943Z Compiling unicode-ident v1.0.24
17732026-06-08T20:54:49.943Z Compiling libc v0.2.185
17742026-06-08T20:54:49.943Z Compiling serde_core v1.0.228
17752026-06-08T20:54:49.944Z Compiling serde v1.0.228
17762026-06-08T20:54:49.944Z Compiling cfg-if v1.0.4
17772026-06-08T20:54:49.944Z Compiling version_check v0.9.5
17782026-06-08T20:54:49.944Z Compiling find-msvc-tools v0.1.9
17792026-06-08T20:54:49.944Z Compiling shlex v1.3.0
17802026-06-08T20:54:49.944Z Compiling typenum v1.19.0
17812026-06-08T20:54:49.944Z Compiling zmij v1.0.21
17822026-06-08T20:54:50.087Z Compiling autocfg v1.5.0
17832026-06-08T20:54:50.090Z Compiling memchr v2.8.0
17842026-06-08T20:54:50.090Z Compiling serde_json v1.0.149
17852026-06-08T20:54:50.236Z Compiling portable-atomic v1.13.1
17862026-06-08T20:54:50.400Z Compiling libm v0.2.16
17872026-06-08T20:54:50.400Z Compiling zerocopy v0.8.40
17882026-06-08T20:54:50.448Z Compiling smallvec v1.15.1
17892026-06-08T20:54:50.589Z Compiling parking_lot_core v0.9.12
17902026-06-08T20:54:50.589Z Compiling num-traits v0.2.19
17912026-06-08T20:54:50.743Z Compiling generic-array v0.14.7
17922026-06-08T20:54:50.747Z Compiling icu_normalizer_data v2.1.1
17932026-06-08T20:54:50.780Z Compiling icu_properties_data v2.1.2
17942026-06-08T20:54:50.784Z Compiling itoa v1.0.17
17952026-06-08T20:54:50.807Z Compiling getrandom v0.4.1
17962026-06-08T20:54:50.822Z Compiling log v0.4.29
17972026-06-08T20:54:50.859Z Compiling stable_deref_trait v1.2.1
17982026-06-08T20:54:50.910Z Compiling pkg-config v0.3.32
17992026-06-08T20:54:50.964Z Compiling subtle v2.6.1
18002026-06-08T20:54:51.054Z Compiling getrandom v0.2.17
18012026-06-08T20:54:51.072Z Compiling errno v0.3.14
18022026-06-08T20:54:51.137Z Compiling jobserver v0.1.34
18032026-06-08T20:54:51.169Z Compiling scopeguard v1.2.0
18042026-06-08T20:54:51.214Z Compiling rand_core v0.6.4
18052026-06-08T20:54:51.295Z Compiling lock_api v0.4.14
18062026-06-08T20:54:51.355Z Compiling litemap v0.8.1
18072026-06-08T20:54:51.358Z Compiling writeable v0.6.2
18082026-06-08T20:54:51.386Z Compiling cc v1.2.56
18092026-06-08T20:54:51.389Z Compiling percent-encoding v2.3.2
18102026-06-08T20:54:51.419Z Compiling syn v2.0.117
18112026-06-08T20:54:51.515Z Compiling pin-project-lite v0.2.17
18122026-06-08T20:54:51.533Z Compiling fnv v1.0.7
18132026-06-08T20:54:51.618Z Compiling thiserror v2.0.18
18142026-06-08T20:54:51.669Z Compiling getrandom v0.3.4
18152026-06-08T20:54:51.718Z Compiling equivalent v1.0.2
18162026-06-08T20:54:51.735Z Compiling dunce v1.0.5
18172026-06-08T20:54:51.735Z Compiling fs_extra v1.3.0
18182026-06-08T20:54:51.781Z Compiling rand_core v0.10.0
18192026-06-08T20:54:51.784Z Compiling rustversion v1.0.22
18202026-06-08T20:54:51.828Z Compiling schemars v0.8.22
18212026-06-08T20:54:51.845Z Compiling utf8_iter v1.0.4
18222026-06-08T20:54:51.988Z Compiling form_urlencoded v1.2.2
18232026-06-08T20:54:52.040Z Compiling critical-section v1.2.0
18242026-06-08T20:54:52.073Z Compiling signal-hook-registry v1.4.8
18252026-06-08T20:54:52.153Z Compiling cmake v0.1.57
18262026-06-08T20:54:52.186Z Compiling hashbrown v0.17.0
18272026-06-08T20:54:52.190Z Compiling rustix v1.1.3
18282026-06-08T20:54:52.285Z Compiling mio v1.2.0
18292026-06-08T20:54:52.319Z Compiling socket2 v0.6.3
18302026-06-08T20:54:52.549Z Compiling bitflags v2.11.0
18312026-06-08T20:54:52.626Z Compiling semver v1.0.28
18322026-06-08T20:54:52.641Z Compiling once_cell v1.21.3
18332026-06-08T20:54:52.644Z Compiling parking_lot v0.12.5
18342026-06-08T20:54:52.717Z Compiling ring v0.17.14
18352026-06-08T20:54:52.748Z Compiling aws-lc-sys v0.40.0
18362026-06-08T20:54:52.767Z Compiling indexmap v2.14.0
18372026-06-08T20:54:52.796Z Compiling const-oid v0.9.6
18382026-06-08T20:54:52.968Z Compiling aws-lc-rs v1.16.3
18392026-06-08T20:54:52.981Z Compiling futures-core v0.3.32
18402026-06-08T20:54:52.995Z Compiling httparse v1.10.1
18412026-06-08T20:54:53.128Z Compiling strsim v0.11.1
18422026-06-08T20:54:53.150Z Compiling vcpkg v0.2.15
18432026-06-08T20:54:53.162Z Compiling thiserror v1.0.69
18442026-06-08T20:54:53.255Z Compiling ucd-trie v0.1.7
18452026-06-08T20:54:53.355Z Compiling byteorder v1.5.0
18462026-06-08T20:54:53.462Z Compiling iana-time-zone v0.1.65
18472026-06-08T20:54:53.486Z Compiling pest v2.8.6
18482026-06-08T20:54:53.535Z Compiling ident_case v1.0.1
18492026-06-08T20:54:53.535Z Compiling heck v0.5.0
18502026-06-08T20:54:53.568Z Compiling syn v1.0.109
18512026-06-08T20:54:53.605Z Compiling regex-syntax v0.8.10
18522026-06-08T20:54:53.624Z Compiling uuid v1.23.0
18532026-06-08T20:54:53.689Z Compiling rustls v0.23.37
18542026-06-08T20:54:53.700Z Compiling cpufeatures v0.2.17
18552026-06-08T20:54:53.747Z Compiling openssl-sys v0.9.115
18562026-06-08T20:54:53.895Z Compiling futures-sink v0.3.32
18572026-06-08T20:54:53.943Z Compiling rustc_version v0.4.1
18582026-06-08T20:54:54.015Z Compiling futures-channel v0.3.32
18592026-06-08T20:54:54.029Z Compiling futures-task v0.3.32
18602026-06-08T20:54:54.068Z Compiling slab v0.4.12
18612026-06-08T20:54:54.225Z Compiling synstructure v0.13.2
18622026-06-08T20:54:54.244Z Compiling serde_derive_internals v0.29.1
18632026-06-08T20:54:54.257Z Compiling futures-io v0.3.32
18642026-06-08T20:54:54.294Z Compiling aho-corasick v1.1.4
18652026-06-08T20:54:54.378Z Compiling dyn-clone v1.0.20
18662026-06-08T20:54:54.574Z Compiling pest_meta v2.8.6
18672026-06-08T20:54:54.644Z Compiling plain v0.2.3
18682026-06-08T20:54:54.732Z Compiling base64 v0.22.1
18692026-06-08T20:54:54.766Z Compiling openssl v0.10.79
18702026-06-08T20:54:54.783Z Compiling crc32fast v1.5.0
18712026-06-08T20:54:54.783Z Compiling crossbeam-utils v0.8.21
18722026-06-08T20:54:54.833Z Compiling time-core v0.1.8
18732026-06-08T20:54:55.003Z Compiling num-conv v0.2.0
18742026-06-08T20:54:55.109Z Compiling native-tls v0.2.18
18752026-06-08T20:54:55.111Z Compiling pretty-hex v0.4.1
18762026-06-08T20:54:55.142Z Compiling regex-automata v0.4.14
18772026-06-08T20:54:55.144Z Compiling pest_generator v2.8.6
18782026-06-08T20:54:55.174Z Compiling time-macros v0.2.27
18792026-06-08T20:54:55.212Z Compiling base64ct v1.8.3
18802026-06-08T20:54:55.251Z Compiling anyhow v1.0.102
18812026-06-08T20:54:55.277Z Compiling darling_core v0.21.3
18822026-06-08T20:54:55.357Z Compiling tracing-core v0.1.36
18832026-06-08T20:54:55.367Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18842026-06-08T20:54:55.485Z Compiling serde_derive v1.0.228
18852026-06-08T20:54:55.519Z Compiling zeroize_derive v1.4.3
18862026-06-08T20:54:55.570Z Compiling zerofrom-derive v0.1.6
18872026-06-08T20:54:55.737Z Compiling yoke-derive v0.8.1
18882026-06-08T20:54:55.752Z Compiling zerovec-derive v0.11.2
18892026-06-08T20:54:55.793Z Compiling displaydoc v0.2.5
18902026-06-08T20:54:55.822Z Compiling zerocopy-derive v0.8.40
18912026-06-08T20:54:55.870Z Compiling tokio-macros v2.7.0
18922026-06-08T20:54:56.170Z Compiling zeroize v1.8.2
18932026-06-08T20:54:56.395Z Compiling futures-macro v0.3.32
18942026-06-08T20:54:56.493Z Compiling thiserror-impl v2.0.18
18952026-06-08T20:54:56.540Z Compiling schemars_derive v0.8.22
18962026-06-08T20:54:56.718Z Compiling tracing-attributes v0.1.31
18972026-06-08T20:54:56.740Z Compiling zerofrom v0.1.6
18982026-06-08T20:54:56.880Z Compiling yoke v0.8.1
18992026-06-08T20:54:56.938Z Compiling crypto-common v0.1.7
19002026-06-08T20:54:57.098Z Compiling zerovec v0.11.5
19012026-06-08T20:54:57.115Z Compiling zerotrie v0.2.3
19022026-06-08T20:54:57.136Z Compiling der_derive v0.7.3
19032026-06-08T20:54:57.199Z Compiling block-buffer v0.10.4
19042026-06-08T20:54:57.392Z Compiling digest v0.10.7
19052026-06-08T20:54:57.572Z Compiling thiserror-impl v1.0.69
19062026-06-08T20:54:57.652Z Compiling tinystr v0.8.2
19072026-06-08T20:54:57.699Z Compiling potential_utf v0.1.4
19082026-06-08T20:54:57.733Z Compiling pest_derive v2.8.6
19092026-06-08T20:54:57.736Z Compiling futures-util v0.3.32
19102026-06-08T20:54:57.893Z Compiling icu_locale_core v2.1.1
19112026-06-08T20:54:57.909Z Compiling icu_collections v2.1.1
19122026-06-08T20:54:57.923Z Compiling hmac v0.12.1
19132026-06-08T20:54:58.235Z Compiling block-padding v0.3.3
19142026-06-08T20:54:58.409Z Compiling inout v0.1.4
19152026-06-08T20:54:58.576Z Compiling rustls-pki-types v1.14.0
19162026-06-08T20:54:58.657Z Compiling bytes v1.11.1
19172026-06-08T20:54:58.675Z Compiling icu_provider v2.1.1
19182026-06-08T20:54:58.705Z Compiling chrono v0.4.44
19192026-06-08T20:54:58.723Z Compiling openssl-macros v0.1.1
19202026-06-08T20:54:58.765Z Compiling serde_tokenstream v0.2.3
19212026-06-08T20:54:59.022Z Compiling icu_normalizer v2.1.1
19222026-06-08T20:54:59.078Z Compiling icu_properties v2.1.2
19232026-06-08T20:54:59.131Z Compiling cipher v0.4.4
19242026-06-08T20:54:59.268Z Compiling tokio v1.52.1
19252026-06-08T20:54:59.582Z Compiling sha2 v0.10.9
19262026-06-08T20:54:59.946Z Compiling idna_adapter v1.2.1
19272026-06-08T20:55:00.063Z Compiling idna v1.1.0
19282026-06-08T20:55:00.105Z Compiling scroll_derive v0.12.1
19292026-06-08T20:55:00.227Z Compiling ppv-lite86 v0.2.21
19302026-06-08T20:55:00.374Z Compiling scroll_derive v0.13.1
19312026-06-08T20:55:00.424Z Compiling url v2.5.8
19322026-06-08T20:55:00.502Z Compiling http v1.4.0
19332026-06-08T20:55:00.638Z Compiling pem-rfc7468 v0.7.0
19342026-06-08T20:55:00.747Z Compiling flagset v0.4.7
19352026-06-08T20:55:00.763Z Compiling untrusted v0.9.0
19362026-06-08T20:55:00.897Z Compiling der v0.7.10
19372026-06-08T20:55:01.045Z Compiling tracing v0.1.44
19382026-06-08T20:55:01.195Z Compiling darling_macro v0.21.3
19392026-06-08T20:55:01.212Z Compiling regex v1.12.3
19402026-06-08T20:55:01.480Z Compiling zerocopy-derive v0.7.35
19412026-06-08T20:55:01.537Z Compiling rand_core v0.9.5
19422026-06-08T20:55:01.646Z Compiling slog v2.8.2
19432026-06-08T20:55:02.024Z Compiling spki v0.7.3
19442026-06-08T20:55:02.097Z Compiling darling v0.21.3
19452026-06-08T20:55:02.179Z Compiling salsa20 v0.10.2
19462026-06-08T20:55:02.203Z Compiling pbkdf2 v0.12.2
19472026-06-08T20:55:02.498Z Compiling cookie v0.18.1
19482026-06-08T20:55:02.659Z Compiling camino v1.2.2
19492026-06-08T20:55:02.971Z Compiling scrypt v0.11.0
19502026-06-08T20:55:02.991Z Compiling rand_chacha v0.9.0
19512026-06-08T20:55:02.991Z Compiling http-body v1.0.1
19522026-06-08T20:55:03.042Z Compiling aes v0.8.4
19532026-06-08T20:55:03.059Z Compiling cbc v0.1.2
19542026-06-08T20:55:03.179Z Compiling tokio-util v0.7.18
19552026-06-08T20:55:03.259Z Compiling usdt-impl v0.5.0
19562026-06-08T20:55:03.278Z Compiling openssl-probe v0.2.1
19572026-06-08T20:55:03.300Z Compiling winnow v0.7.14
19582026-06-08T20:55:03.371Z Compiling usdt-impl v0.6.0
19592026-06-08T20:55:03.457Z Compiling tinyvec_macros v0.1.1
19602026-06-08T20:55:03.499Z Compiling paste v1.0.15
19612026-06-08T20:55:03.523Z Compiling atomic-waker v1.1.2
19622026-06-08T20:55:03.546Z Compiling untrusted v0.7.1
19632026-06-08T20:55:03.614Z Compiling unicode-segmentation v1.12.0
19642026-06-08T20:55:03.695Z Compiling ref-cast v1.0.25
19652026-06-08T20:55:03.784Z Compiling either v1.15.0
19662026-06-08T20:55:03.877Z Compiling tinyvec v1.10.0
19672026-06-08T20:55:04.009Z Compiling pkcs5 v0.7.1
19682026-06-08T20:55:04.122Z Compiling rand v0.9.2
19692026-06-08T20:55:04.477Z Compiling scroll v0.13.0
19702026-06-08T20:55:04.496Z Compiling scroll v0.12.0
19712026-06-08T20:55:04.520Z Compiling toml_datetime v0.6.11
19722026-06-08T20:55:04.537Z Compiling serde_spanned v0.6.9
19732026-06-08T20:55:04.551Z Compiling async-trait v0.1.89
19742026-06-08T20:55:04.697Z Compiling heapless v0.7.17
19752026-06-08T20:55:04.772Z Compiling bzip2-sys v0.1.13+1.0.8
19762026-06-08T20:55:04.787Z Compiling tower-layer v0.3.3
19772026-06-08T20:55:04.792Z Compiling tower-service v0.3.3
19782026-06-08T20:55:04.972Z Compiling try-lock v0.2.5
19792026-06-08T20:55:05.021Z Compiling zstd-safe v7.2.4
19802026-06-08T20:55:05.078Z Compiling fastrand v2.3.0
19812026-06-08T20:55:05.099Z Compiling signal-hook v0.3.18
19822026-06-08T20:55:05.130Z Compiling h2 v0.4.13
19832026-06-08T20:55:05.130Z Compiling want v0.3.1
19842026-06-08T20:55:05.298Z Compiling goblin v0.8.2
19852026-06-08T20:55:05.312Z Compiling goblin v0.10.5
19862026-06-08T20:55:05.338Z Compiling toml_parser v1.0.9+spec-1.1.0
19872026-06-08T20:55:05.423Z Compiling pkcs8 v0.10.2
19882026-06-08T20:55:05.464Z Compiling heck v0.4.1
19892026-06-08T20:55:05.571Z Compiling zerocopy v0.7.35
19902026-06-08T20:55:05.710Z Compiling ipnet v2.11.0
19912026-06-08T20:55:05.936Z Compiling ref-cast-impl v1.0.25
19922026-06-08T20:55:06.044Z Compiling curve25519-dalek v4.1.3
19932026-06-08T20:55:06.144Z Compiling darling_core v0.20.11
19942026-06-08T20:55:06.196Z Compiling memoffset v0.9.1
19952026-06-08T20:55:06.316Z Compiling foreign-types-shared v0.1.1
19962026-06-08T20:55:06.424Z Compiling pin-utils v0.1.0
19972026-06-08T20:55:06.500Z Compiling httpdate v1.0.3
19982026-06-08T20:55:06.519Z Compiling utf8parse v0.2.2
19992026-06-08T20:55:06.727Z Compiling winnow v0.5.40
20002026-06-08T20:55:06.743Z Compiling litrs v1.0.0
20012026-06-08T20:55:06.871Z Compiling rustix v0.38.44
20022026-06-08T20:55:07.106Z Compiling tempfile v3.25.0
20032026-06-08T20:55:07.215Z Compiling document-features v0.2.12
20042026-06-08T20:55:07.218Z Compiling foreign-types v0.3.2
20052026-06-08T20:55:07.623Z Compiling dof v0.3.0
20062026-06-08T20:55:07.757Z Compiling unicode-normalization v0.1.25
20072026-06-08T20:55:07.935Z Compiling dtrace-parser v0.2.0
20082026-06-08T20:55:08.043Z Compiling toml_edit v0.19.15
20092026-06-08T20:55:08.139Z Compiling darling_macro v0.20.11
20102026-06-08T20:55:08.159Z Compiling hyper v1.8.1
20112026-06-08T20:55:08.253Z Compiling dof v0.4.0
20122026-06-08T20:55:08.453Z Compiling dtrace-parser v0.3.0
20132026-06-08T20:55:08.598Z Compiling daft-derive v0.1.7
20142026-06-08T20:55:08.617Z Compiling pin-project-internal v1.1.11
20152026-06-08T20:55:08.716Z Compiling spin v0.9.8
20162026-06-08T20:55:08.730Z Compiling thread-id v5.1.0
20172026-06-08T20:55:08.753Z Compiling thread-id v4.2.2
20182026-06-08T20:55:08.840Z Compiling smoltcp v0.9.1
20192026-06-08T20:55:08.890Z Compiling num-bigint-dig v0.8.6
20202026-06-08T20:55:09.000Z Compiling cfg_aliases v0.2.1
20212026-06-08T20:55:09.070Z Compiling powerfmt v0.2.0
20222026-06-08T20:55:09.095Z Compiling anstyle v1.0.14
20232026-06-08T20:55:09.113Z Compiling nix v0.31.2
20242026-06-08T20:55:09.296Z Compiling deranged v0.5.8
20252026-06-08T20:55:09.309Z Compiling hyper-util v0.1.20
20262026-06-08T20:55:09.622Z Compiling darling v0.20.11
20272026-06-08T20:55:09.705Z Compiling rustls-native-certs v0.8.3
20282026-06-08T20:55:09.749Z Compiling ipnetwork v0.21.1
20292026-06-08T20:55:10.201Z Compiling strum_macros v0.26.4
20302026-06-08T20:55:10.349Z Compiling curve25519-dalek-derive v0.1.1
20312026-06-08T20:55:10.425Z Compiling sync_wrapper v1.0.2
20322026-06-08T20:55:10.491Z Compiling wait-timeout v0.2.1
20332026-06-08T20:55:10.583Z Compiling siphasher v1.0.2
20342026-06-08T20:55:10.820Z Compiling colorchoice v1.0.4
20352026-06-08T20:55:10.940Z Compiling anstyle-query v1.1.5
20362026-06-08T20:55:11.020Z Compiling bit-vec v0.8.0
20372026-06-08T20:55:11.037Z Compiling num_threads v0.1.7
20382026-06-08T20:55:11.126Z Compiling simd-adler32 v0.3.8
20392026-06-08T20:55:11.159Z Compiling quick-error v1.2.3
20402026-06-08T20:55:11.282Z Compiling is_terminal_polyfill v1.70.2
20412026-06-08T20:55:11.299Z Compiling time v0.3.47
20422026-06-08T20:55:11.302Z Compiling rusty-fork v0.3.1
20432026-06-08T20:55:11.302Z Compiling bit-set v0.8.0
20442026-06-08T20:55:11.431Z Compiling tower v0.5.3
20452026-06-08T20:55:11.715Z Compiling derive_builder_core v0.20.2
20462026-06-08T20:55:11.812Z Compiling snafu-derive v0.8.9
20472026-06-08T20:55:11.932Z Compiling http-body-util v0.1.3
20482026-06-08T20:55:12.247Z Compiling webpki-roots v1.0.6
20492026-06-08T20:55:12.388Z Compiling rand_xorshift v0.4.0
20502026-06-08T20:55:12.404Z Compiling signature v2.2.0
20512026-06-08T20:55:12.478Z Compiling hubpack_derive v0.1.1
20522026-06-08T20:55:12.511Z Compiling strum_macros v0.27.2
20532026-06-08T20:55:12.612Z Compiling ahash v0.8.12
20542026-06-08T20:55:12.701Z Compiling fs-err v3.3.0
20552026-06-08T20:55:12.790Z Compiling encoding_rs v0.8.35
20562026-06-08T20:55:12.849Z Compiling ryu v1.0.23
20572026-06-08T20:55:13.033Z Compiling unicode-bidi v0.3.18
20582026-06-08T20:55:13.047Z Compiling object v0.37.3
20592026-06-08T20:55:13.050Z Compiling mime v0.3.17
20602026-06-08T20:55:13.154Z Compiling unarray v0.1.4
20612026-06-08T20:55:13.171Z Compiling allocator-api2 v0.2.21
20622026-06-08T20:55:13.288Z Compiling adler2 v2.0.1
20632026-06-08T20:55:13.438Z Compiling unicode-properties v0.1.4
20642026-06-08T20:55:13.457Z Compiling iri-string v0.7.10
20652026-06-08T20:55:13.506Z Compiling miniz_oxide v0.8.9
20662026-06-08T20:55:13.522Z Compiling serde_urlencoded v0.7.1
20672026-06-08T20:55:13.527Z Compiling proptest v1.10.0
20682026-06-08T20:55:13.647Z Compiling stringprep v0.1.5
20692026-06-08T20:55:14.041Z Compiling derive_builder_macro v0.20.2
20702026-06-08T20:55:14.071Z Compiling tokio-native-tls v0.3.1
20712026-06-08T20:55:14.144Z Compiling usdt-macro v0.6.0
20722026-06-08T20:55:14.263Z Compiling usdt-attr-macro v0.6.0
20732026-06-08T20:55:14.442Z Compiling anstyle-parse v1.0.0
20742026-06-08T20:55:14.613Z Compiling tower-http v0.6.8
20752026-06-08T20:55:14.747Z Compiling rand_chacha v0.3.1
20762026-06-08T20:55:14.766Z Compiling erased-serde v0.3.31
20772026-06-08T20:55:14.883Z Compiling md-5 v0.10.6
20782026-06-08T20:55:14.889Z Compiling bstr v1.12.1
20792026-06-08T20:55:15.054Z Compiling num-integer v0.1.46
20802026-06-08T20:55:15.073Z Compiling hash32 v0.2.1
20812026-06-08T20:55:15.093Z Compiling vergen-lib v9.1.0
20822026-06-08T20:55:15.139Z Compiling ff v0.13.1
20832026-06-08T20:55:15.299Z Compiling base16ct v0.2.0
20842026-06-08T20:55:15.302Z Compiling psl-types v2.0.11
20852026-06-08T20:55:15.333Z Compiling zlib-rs v0.6.2
20862026-06-08T20:55:15.382Z Compiling fallible-iterator v0.2.0
20872026-06-08T20:55:15.463Z Compiling sec1 v0.7.3
20882026-06-08T20:55:15.489Z Compiling publicsuffix v2.3.0
20892026-06-08T20:55:15.510Z Compiling newtype-uuid v1.3.2
20902026-06-08T20:55:15.651Z Compiling num-iter v0.1.45
20912026-06-08T20:55:15.716Z Compiling postgres-protocol v0.6.10
20922026-06-08T20:55:15.761Z Compiling group v0.13.0
20932026-06-08T20:55:15.959Z Compiling rand v0.8.6
20942026-06-08T20:55:16.421Z Compiling anstream v1.0.0
20952026-06-08T20:55:16.445Z Compiling oxnet v0.1.5
20962026-06-08T20:55:16.650Z Compiling derive_builder v0.20.2
20972026-06-08T20:55:16.722Z Compiling hyper-tls v0.6.0
20982026-06-08T20:55:16.793Z Compiling phf_shared v0.13.1
20992026-06-08T20:55:16.833Z Compiling pin-project v1.1.11
21002026-06-08T20:55:16.899Z Compiling lazy_static v1.5.0
21012026-06-08T20:55:16.955Z Compiling anstyle-parse v0.2.7
21022026-06-08T20:55:17.042Z Compiling terminal_size v0.4.3
21032026-06-08T20:55:17.058Z Compiling serde_with_macros v3.17.0
21042026-06-08T20:55:17.078Z Compiling futures-executor v0.3.32
21052026-06-08T20:55:17.093Z Compiling hex v0.4.3
21062026-06-08T20:55:17.227Z Compiling hkdf v0.12.4
21072026-06-08T20:55:17.337Z Compiling crypto-bigint v0.5.5
21082026-06-08T20:55:17.393Z Compiling serde_repr v0.1.20
21092026-06-08T20:55:17.411Z Compiling flate2 v1.1.9
21102026-06-08T20:55:17.427Z Compiling enum-as-inner v0.6.1
21112026-06-08T20:55:17.500Z Compiling clap_derive v4.6.1
21122026-06-08T20:55:17.515Z Compiling async-recursion v1.1.1
21132026-06-08T20:55:17.697Z Compiling vergen v9.1.0
21142026-06-08T20:55:17.713Z Compiling cargo-platform v0.3.2
21152026-06-08T20:55:17.823Z Compiling bumpalo v3.20.2
21162026-06-08T20:55:17.936Z Compiling foldhash v0.1.5
21172026-06-08T20:55:17.953Z Compiling foldhash v0.2.0
21182026-06-08T20:55:17.991Z Compiling libbz2-rs-sys v0.2.2
21192026-06-08T20:55:18.055Z Compiling same-file v1.0.6
21202026-06-08T20:55:18.115Z Compiling clap_lex v1.0.0
21212026-06-08T20:55:18.131Z Compiling bitflags v1.3.2
21222026-06-08T20:55:18.149Z Compiling managed v0.8.0
21232026-06-08T20:55:18.280Z Compiling clap_builder v4.6.0
21242026-06-08T20:55:18.364Z Compiling elliptic-curve v0.13.8
21252026-06-08T20:55:18.384Z Compiling walkdir v2.5.0
21262026-06-08T20:55:18.415Z Compiling bzip2 v0.6.1
21272026-06-08T20:55:18.558Z Compiling hashbrown v0.16.1
21282026-06-08T20:55:18.576Z Compiling hashbrown v0.15.5
21292026-06-08T20:55:18.633Z Compiling zopfli v0.8.3
21302026-06-08T20:55:18.739Z Compiling cargo_metadata v0.23.1
21312026-06-08T20:55:19.147Z Compiling futures v0.3.32
21322026-06-08T20:55:19.148Z Compiling anstream v0.6.21
21332026-06-08T20:55:19.284Z Compiling phf v0.13.1
21342026-06-08T20:55:19.469Z Compiling snafu v0.8.9
21352026-06-08T20:55:19.484Z Compiling signal-hook-mio v0.2.5
21362026-06-08T20:55:19.543Z Compiling zstd v0.13.3
21372026-06-08T20:55:19.733Z Compiling daft v0.1.7
21382026-06-08T20:55:19.815Z Compiling cookie_store v0.22.1
21392026-06-08T20:55:19.831Z Compiling postgres-types v0.2.12
21402026-06-08T20:55:19.945Z Compiling bzip2 v0.4.4
21412026-06-08T20:55:19.963Z Compiling globset v0.4.18
21422026-06-08T20:55:20.033Z Compiling strum v0.27.2
21432026-06-08T20:55:20.187Z Compiling hubpack v0.1.2
21442026-06-08T20:55:20.411Z Compiling ed25519 v2.2.3
21452026-06-08T20:55:20.415Z Compiling phf_shared v0.11.3
21462026-06-08T20:55:20.447Z Compiling crossbeam-epoch v0.9.18
21472026-06-08T20:55:20.500Z Compiling olpc-cjson v0.1.4
21482026-06-08T20:55:20.504Z Compiling pkcs1 v0.7.5
21492026-06-08T20:55:20.598Z Compiling pem v3.0.6
21502026-06-08T20:55:20.713Z Compiling serde_plain v1.0.2
21512026-06-08T20:55:20.728Z Compiling serde-big-array v0.5.1
21522026-06-08T20:55:20.799Z Compiling rfc6979 v0.4.0
21532026-06-08T20:55:20.833Z Compiling float-cmp v0.10.0
21542026-06-08T20:55:20.895Z Compiling memmap2 v0.9.10
21552026-06-08T20:55:20.914Z Compiling env_filter v1.0.0
21562026-06-08T20:55:20.930Z Compiling predicates-core v1.0.10
21572026-06-08T20:55:20.948Z Compiling fixedbitset v0.4.2
21582026-06-08T20:55:20.951Z Compiling fixedbitset v0.5.7
21592026-06-08T20:55:21.006Z Compiling static_assertions v1.1.0
21602026-06-08T20:55:21.023Z Compiling new_debug_unreachable v1.0.6
21612026-06-08T20:55:21.102Z Compiling normalize-line-endings v0.3.0
21622026-06-08T20:55:21.118Z Compiling keccak v0.1.6
21632026-06-08T20:55:21.133Z Compiling precomputed-hash v0.1.1
21642026-06-08T20:55:21.136Z Compiling difflib v0.4.0
21652026-06-08T20:55:21.174Z Compiling jiff v0.2.21
21662026-06-08T20:55:21.216Z Compiling whoami v2.1.0
21672026-06-08T20:55:21.239Z Compiling data-encoding v2.10.0
21682026-06-08T20:55:21.254Z Compiling typed-path v0.9.3
21692026-06-08T20:55:21.289Z Compiling toml_write v0.1.2
21702026-06-08T20:55:21.340Z Compiling sha3 v0.10.8
21712026-06-08T20:55:21.415Z Compiling predicates v3.1.4
21722026-06-08T20:55:21.495Z Compiling toml_edit v0.22.27
21732026-06-08T20:55:21.511Z Compiling tokio-postgres v0.7.16
21742026-06-08T20:55:21.569Z Compiling hickory-proto v0.25.2
21752026-06-08T20:55:21.640Z Compiling string_cache v0.8.9
21762026-06-08T20:55:21.801Z Compiling petgraph v0.8.3
21772026-06-08T20:55:22.008Z Compiling petgraph v0.6.5
21782026-06-08T20:55:22.012Z Compiling env_logger v0.11.9
21792026-06-08T20:55:22.256Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21802026-06-08T20:55:22.362Z Compiling usdt v0.6.0
21812026-06-08T20:55:22.452Z Compiling ecdsa v0.16.9
21822026-06-08T20:55:22.629Z Compiling rsa v0.9.10
21832026-06-08T20:55:22.865Z Compiling ed25519-dalek v2.2.0
21842026-06-08T20:55:23.562Z Compiling zip v0.6.6
21852026-06-08T20:55:23.604Z Compiling crossterm v0.28.1
21862026-06-08T20:55:23.619Z Compiling iddqd v0.4.2
21872026-06-08T20:55:23.879Z Compiling zip v4.6.1
21882026-06-08T20:55:24.105Z Compiling clap v4.6.1
21892026-06-08T20:55:24.339Z Compiling serde_with v3.17.0
21902026-06-08T20:55:24.447Z Compiling similar v2.7.0
21912026-06-08T20:55:24.537Z Compiling strum v0.26.3
21922026-06-08T20:55:24.708Z Compiling toml v0.7.8
21932026-06-08T20:55:24.806Z Compiling itertools v0.13.0
21942026-06-08T20:55:24.842Z Compiling tokio-stream v0.1.18
21952026-06-08T20:55:24.880Z Compiling buf-list v1.1.2
21962026-06-08T20:55:25.065Z Compiling x509-cert v0.2.5
21972026-06-08T20:55:25.270Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21982026-06-08T20:55:25.336Z Compiling openapiv3 v2.2.0
21992026-06-08T20:55:25.495Z Compiling sha1 v0.10.6
22002026-06-08T20:55:25.730Z Compiling peg-runtime v0.8.5
22012026-06-08T20:55:26.065Z Compiling lalrpop-util v0.19.12
22022026-06-08T20:55:40.591Z Compiling rustls-webpki v0.103.9
22032026-06-08T20:55:42.251Z Compiling macaddr v1.0.1
22042026-06-08T20:55:42.317Z Compiling structmeta-derive v0.3.0
22052026-06-08T20:55:42.559Z Compiling rayon-core v1.13.0
22062026-06-08T20:55:42.603Z Compiling crucible-workspace-hack v0.1.0
22072026-06-08T20:55:42.668Z Compiling itertools v0.14.0
22082026-06-08T20:55:42.683Z Compiling secrecy v0.10.3
22092026-06-08T20:55:42.796Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22102026-06-08T20:55:42.842Z Compiling toml_datetime v0.7.5+spec-1.1.0
22112026-06-08T20:55:42.882Z Compiling rustls v0.22.4
22122026-06-08T20:55:42.902Z Compiling heapless v0.8.0
22132026-06-08T20:55:43.109Z Compiling toml_edit v0.23.10+spec-1.0.0
22142026-06-08T20:55:43.166Z Compiling crossbeam-deque v0.8.6
22152026-06-08T20:55:43.235Z Compiling rustls-webpki v0.102.8
22162026-06-08T20:55:43.235Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22172026-06-08T20:55:43.268Z Compiling hash32 v0.3.1
22182026-06-08T20:55:43.331Z Compiling structmeta v0.3.0
22192026-06-08T20:55:43.414Z Compiling multer v3.1.0
22202026-06-08T20:55:43.432Z Compiling thread_local v1.1.9
22212026-06-08T20:55:43.446Z Compiling smoltcp v0.11.0
22222026-06-08T20:55:43.450Z Compiling compression-core v0.4.31
22232026-06-08T20:55:43.476Z Compiling unicode-width v0.2.0
22242026-06-08T20:55:43.566Z Compiling match_cfg v0.1.0
22252026-06-08T20:55:43.633Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22262026-06-08T20:55:43.655Z Compiling slog-async v2.8.0
22272026-06-08T20:55:43.659Z Compiling proc-macro-crate v3.4.0
22282026-06-08T20:55:43.823Z Compiling hostname v0.3.1
22292026-06-08T20:55:43.836Z Compiling compression-codecs v0.4.37
22302026-06-08T20:55:43.866Z Compiling derive-ex v0.1.8
22312026-06-08T20:55:43.964Z Compiling ingot-macros v0.1.1
22322026-06-08T20:55:44.003Z Compiling slog-json v2.6.1
22332026-06-08T20:55:44.042Z Compiling crossbeam-channel v0.5.15
22342026-06-08T20:55:44.137Z Compiling half v2.7.1
22352026-06-08T20:55:44.215Z Compiling newtype-uuid-macros v0.1.0
22362026-06-08T20:55:44.310Z Compiling tokio-rustls v0.26.4
22372026-06-08T20:55:44.430Z Compiling rustls-platform-verifier v0.6.2
22382026-06-08T20:55:44.507Z Compiling cobs v0.3.0
22392026-06-08T20:55:44.613Z Compiling hyper-rustls v0.27.7
22402026-06-08T20:55:44.664Z Compiling thiserror-impl-no-std v2.0.2
22412026-06-08T20:55:44.760Z Compiling universal-hash v0.5.1
22422026-06-08T20:55:44.831Z Compiling async-stream-impl v0.3.6
22432026-06-08T20:55:44.940Z Compiling reqwest v0.12.28
22442026-06-08T20:55:44.959Z Compiling reqwest v0.13.2
22452026-06-08T20:55:44.982Z Compiling toml_datetime v1.0.0+spec-1.1.0
22462026-06-08T20:55:45.080Z Compiling serde_spanned v1.0.4
22472026-06-08T20:55:45.270Z Compiling is-terminal v0.4.17
22482026-06-08T20:55:45.386Z Compiling dropshot v0.17.0
22492026-06-08T20:55:45.403Z Compiling proc-macro-error-attr v1.0.4
22502026-06-08T20:55:45.428Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22512026-06-08T20:55:45.443Z Compiling ciborium-io v0.2.2
22522026-06-08T20:55:45.519Z Compiling term v1.2.1
22532026-06-08T20:55:45.568Z Compiling toml_writer v1.0.6+spec-1.1.0
22542026-06-08T20:55:45.640Z Compiling opaque-debug v0.3.1
22552026-06-08T20:55:45.657Z Compiling take_mut v0.2.2
22562026-06-08T20:55:45.677Z Compiling convert_case v0.4.0
22572026-06-08T20:55:45.705Z Compiling thiserror-no-std v2.0.2
22582026-06-08T20:55:45.738Z Compiling poly1305 v0.8.0
22592026-06-08T20:55:45.766Z Compiling toml v1.0.6+spec-1.1.0
22602026-06-08T20:55:45.821Z Compiling tokio-rustls v0.25.0
22612026-06-08T20:55:45.855Z Compiling slog-term v2.9.2
22622026-06-08T20:55:46.010Z Compiling derive_more v0.99.20
22632026-06-08T20:55:46.116Z Compiling ciborium-ll v0.2.2
22642026-06-08T20:55:46.161Z Compiling async-stream v0.3.6
22652026-06-08T20:55:46.382Z Compiling test-strategy v0.4.5
22662026-06-08T20:55:46.397Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22672026-06-08T20:55:46.412Z Compiling postcard v1.1.3
22682026-06-08T20:55:46.599Z Compiling tough v0.22.0
22692026-06-08T20:55:46.819Z Compiling ingot-types v0.1.2
22702026-06-08T20:55:47.119Z Compiling slog-bunyan v2.5.0
22712026-06-08T20:55:47.294Z Compiling ingot v0.1.1
22722026-06-08T20:55:47.322Z Compiling num_enum_derive v0.7.6
22732026-06-08T20:55:47.366Z Compiling async-compression v0.4.41
22742026-06-08T20:55:47.856Z Compiling parse-display-derive v0.10.0
22752026-06-08T20:55:47.879Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22762026-06-08T20:55:48.151Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22772026-06-08T20:55:48.212Z Compiling proc-macro-crate v1.3.1
22782026-06-08T20:55:48.277Z Compiling backon v1.6.0
22792026-06-08T20:55:48.313Z Compiling waitgroup v0.1.2
22802026-06-08T20:55:48.349Z Compiling password-hash v0.5.0
22812026-06-08T20:55:48.402Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22822026-06-08T20:55:48.516Z Compiling chacha20 v0.9.1
22832026-06-08T20:55:48.570Z Compiling dropshot_endpoint v0.17.0
22842026-06-08T20:55:48.570Z Compiling rustls-pemfile v2.2.0
22852026-06-08T20:55:48.829Z Compiling blake2 v0.10.6
22862026-06-08T20:55:48.869Z Compiling aead v0.5.2
22872026-06-08T20:55:48.889Z Compiling foreign-types-macros v0.2.3
22882026-06-08T20:55:49.196Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22892026-06-08T20:55:49.325Z Compiling serde_path_to_error v0.1.20
22902026-06-08T20:55:49.341Z Compiling hostname v0.4.2
22912026-06-08T20:55:49.367Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22922026-06-08T20:55:49.506Z Compiling proc-macro-error v1.0.4
22932026-06-08T20:55:49.524Z Compiling instant v0.1.13
22942026-06-08T20:55:49.542Z Compiling typeid v1.0.3
22952026-06-08T20:55:49.546Z Compiling debug-ignore v1.0.5
22962026-06-08T20:55:49.583Z Compiling cpufeatures v0.3.0
22972026-06-08T20:55:49.622Z Compiling foreign-types-shared v0.3.1
22982026-06-08T20:55:49.666Z Compiling chacha20 v0.10.0
22992026-06-08T20:55:49.686Z Compiling backoff v0.4.0
23002026-06-08T20:55:49.721Z Compiling foreign-types v0.5.0
23012026-06-08T20:55:49.756Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23022026-06-08T20:55:49.771Z Compiling parse-display v0.10.0
23032026-06-08T20:55:49.795Z Compiling argon2 v0.5.3
23042026-06-08T20:55:49.828Z Compiling chacha20poly1305 v0.10.1
23052026-06-08T20:55:49.871Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23062026-06-08T20:55:49.917Z Compiling num_enum_derive v0.5.11
23072026-06-08T20:55:49.934Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23082026-06-08T20:55:49.937Z Compiling num_enum v0.7.6
23092026-06-08T20:55:49.986Z Compiling ciborium v0.2.2
23102026-06-08T20:55:50.104Z Compiling vsss-rs v3.3.4
23112026-06-08T20:55:50.213Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23122026-06-08T20:55:50.303Z Compiling tabwriter v1.4.1
23132026-06-08T20:55:50.367Z Compiling regress v0.10.5
23142026-06-08T20:55:50.558Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23152026-06-08T20:55:50.682Z Compiling byte-wrapper v0.1.0
23162026-06-08T20:55:50.708Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23172026-06-08T20:55:50.839Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23182026-06-08T20:55:50.890Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23192026-06-08T20:55:50.894Z Compiling cstr-argument v0.1.2
23202026-06-08T20:55:51.015Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23212026-06-08T20:55:51.118Z Compiling erased-serde v0.4.9
23222026-06-08T20:55:51.137Z Compiling humantime v2.3.0
23232026-06-08T20:55:51.257Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23242026-06-08T20:55:51.290Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23252026-06-08T20:55:51.452Z Compiling num_enum v0.5.11
23262026-06-08T20:55:51.484Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23272026-06-08T20:55:51.597Z Compiling rand v0.10.0
23282026-06-08T20:55:51.614Z Compiling rayon v1.11.0
23292026-06-08T20:55:51.641Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23302026-06-08T20:55:51.658Z Compiling colored v3.1.1
23312026-06-08T20:55:51.662Z Compiling libefi-sys v0.1.0
23322026-06-08T20:55:51.704Z Compiling indent_write v2.2.0
23332026-06-08T20:55:51.783Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23342026-06-08T20:55:51.787Z Compiling zone_cfg_derive v0.3.1
23352026-06-08T20:55:51.879Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23362026-06-08T20:55:51.972Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23372026-06-08T20:55:52.005Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23382026-06-08T20:55:52.024Z Compiling camino-tempfile v1.4.1
23392026-06-08T20:55:52.246Z Compiling itertools v0.12.1
23402026-06-08T20:55:52.377Z Compiling usdt-attr-macro v0.5.0
23412026-06-08T20:55:52.413Z Compiling usdt-macro v0.5.0
23422026-06-08T20:55:52.416Z Compiling num-derive v0.4.2
23432026-06-08T20:55:52.446Z Compiling bitfield-struct v0.6.2
23442026-06-08T20:55:52.538Z Compiling blake3 v1.8.3
23452026-06-08T20:55:52.552Z Compiling ordered-float v2.10.1
23462026-06-08T20:55:52.856Z Compiling memmap v0.7.0
23472026-06-08T20:55:52.914Z Compiling sigpipe v0.1.3
23482026-06-08T20:55:53.028Z Compiling glob v0.3.3
23492026-06-08T20:55:53.078Z Compiling swrite v0.1.0
23502026-06-08T20:55:53.122Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23512026-06-08T20:55:53.137Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23522026-06-08T20:55:53.156Z Compiling usdt v0.5.0
23532026-06-08T20:55:53.347Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23542026-06-08T20:55:53.390Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23552026-06-08T20:55:53.478Z Compiling serde-value v0.7.0
23562026-06-08T20:55:53.707Z Compiling zone v0.3.1
23572026-06-08T20:55:53.731Z Compiling serde-untagged v0.1.9
23582026-06-08T20:55:53.776Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23592026-06-08T20:55:53.946Z Compiling toml v0.8.23
23602026-06-08T20:55:53.977Z Compiling smf v0.2.3
23612026-06-08T20:55:54.042Z Compiling filetime v0.2.27
23622026-06-08T20:55:54.068Z Compiling unicode-xid v0.2.6
23632026-06-08T20:55:54.092Z Compiling whoami v1.6.1
23642026-06-08T20:55:54.117Z Compiling constant_time_eq v0.4.2
23652026-06-08T20:55:54.199Z Compiling arrayref v0.3.9
23662026-06-08T20:55:54.230Z Compiling arrayvec v0.7.6
23672026-06-08T20:55:54.269Z Compiling xattr v1.6.1
23682026-06-08T20:55:54.294Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23692026-06-08T20:55:54.337Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23702026-06-08T20:55:54.365Z Compiling tokio-dtrace v0.1.1
23712026-06-08T20:55:54.396Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23722026-06-08T20:55:54.501Z Compiling cargo-util-schemas v0.8.2
23732026-06-08T20:55:54.558Z Compiling tar v0.4.45
23742026-06-08T20:55:54.598Z Compiling console v0.16.2
23752026-06-08T20:55:54.721Z Compiling gethostname v0.5.0
23762026-06-08T20:55:54.878Z Compiling cargo-platform v0.2.0
23772026-06-08T20:55:55.093Z Compiling unit-prefix v0.5.2
23782026-06-08T20:55:55.139Z Compiling topological-sort v0.2.2
23792026-06-08T20:55:55.156Z Compiling oxide-tokio-rt v0.1.4
23802026-06-08T20:55:55.289Z Compiling indicatif v0.18.4
23812026-06-08T20:55:55.303Z Compiling shell-words v1.1.1
23822026-06-08T20:55:55.331Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23832026-06-08T20:55:55.767Z Compiling cargo_metadata v0.21.0
23842026-06-08T20:56:04.969Z Compiling progenitor-client v0.14.0
23852026-06-08T20:56:04.972Z Compiling progenitor-client v0.10.0
23862026-06-08T20:56:04.972Z Compiling omicron-zone-package v0.12.2
23872026-06-08T20:56:05.467Z Compiling progenitor-extras v0.2.0
23882026-06-08T20:56:07.712Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23892026-06-08T20:56:07.766Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23902026-06-08T20:56:07.866Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23912026-06-08T20:56:08.013Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23922026-06-08T20:56:08.039Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23932026-06-08T20:56:08.087Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23942026-06-08T20:56:08.087Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23952026-06-08T20:56:08.118Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23962026-06-08T20:56:08.237Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23972026-06-08T20:56:12.065Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23982026-06-08T20:56:19.733Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23992026-06-08T20:56:22.813Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24002026-06-08T20:56:23.787Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24012026-06-08T20:56:33.473Z Finished `release` profile [optimized] target(s) in 1m 44s
24022026-06-08T20:56:33.625Z Running `target/release/omicron-package -t test target create -p dev`
24032026-06-08T20:56:33.688ZLogging to: /work/oxidecomputer/omicron/out/LOG
24042026-06-08T20:56:33.692ZCreated new build target 'test' and set it as active
24052026-06-08T20:56:33.692Z
24062026-06-08T20:56:33.692Zreal 1:44.644049572
24072026-06-08T20:56:33.692Zuser 17:02.510027680
24082026-06-08T20:56:33.692Zsys 2:41.178273722
24092026-06-08T20:56:33.692Ztrap 0.466717840
24102026-06-08T20:56:33.692Ztflt 3.085659168
24112026-06-08T20:56:33.692Zdflt 4.746053825
24122026-06-08T20:56:33.692Zkflt 0.000486487
24132026-06-08T20:56:33.692Zlock 53:05.483697891
24142026-06-08T20:56:33.692Zslp 43:32.321416802
24152026-06-08T20:56:33.692Zlat 45.128106244
24162026-06-08T20:56:33.692Zstop 5:33.685909878
24172026-06-08T20:56:33.695Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24182026-06-08T20:56:34.575Z Finished `release` profile [optimized] target(s) in 0.87s
24192026-06-08T20:56:34.653Z Running `target/release/omicron-package -t test package`
24202026-06-08T20:56:34.711ZLogging to: /work/oxidecomputer/omicron/out/LOG
24212026-06-08T20:56:36.139Z Compiling heck v0.5.0
24222026-06-08T20:56:36.142Z Compiling regress v0.11.1
24232026-06-08T20:56:36.367Z Compiling unsafe-libyaml v0.2.11
24242026-06-08T20:56:36.406Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24252026-06-08T20:56:36.430Z Compiling regress v0.10.5
24262026-06-08T20:56:36.453Z Compiling is-terminal v0.4.17
24272026-06-08T20:56:36.475Z Compiling unicode-width v0.1.14
24282026-06-08T20:56:36.479Z Compiling prettyplease v0.2.37
24292026-06-08T20:56:36.479Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24302026-06-08T20:56:36.479Z Compiling bytecount v0.6.9
24312026-06-08T20:56:36.479Z Compiling rustls v0.22.4
24322026-06-08T20:56:36.479Z Compiling rustls-webpki v0.102.8
24332026-06-08T20:56:36.479Z Compiling derive-where v1.6.0
24342026-06-08T20:56:36.516Z Compiling thread_local v1.1.9
24352026-06-08T20:56:36.520Z Compiling compression-core v0.4.31
24362026-06-08T20:56:36.583Z Compiling match_cfg v0.1.0
24372026-06-08T20:56:36.625Z Compiling multer v3.1.0
24382026-06-08T20:56:36.715Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24392026-06-08T20:56:36.740Z Compiling hostname v0.3.1
24402026-06-08T20:56:36.763Z Compiling compression-codecs v0.4.37
24412026-06-08T20:56:36.767Z Compiling slog-async v2.8.0
24422026-06-08T20:56:36.807Z Compiling crossbeam-channel v0.5.15
24432026-06-08T20:56:36.841Z Compiling slog-json v2.6.1
24442026-06-08T20:56:36.862Z Compiling serde_yaml v0.9.34+deprecated
24452026-06-08T20:56:36.887Z Compiling serde_spanned v1.0.4
24462026-06-08T20:56:36.911Z Compiling toml_datetime v1.0.0+spec-1.1.0
24472026-06-08T20:56:36.934Z Compiling take_mut v0.2.2
24482026-06-08T20:56:36.972Z Compiling toml_writer v1.0.6+spec-1.1.0
24492026-06-08T20:56:37.032Z Compiling term v1.2.1
24502026-06-08T20:56:37.077Z Compiling slog-bunyan v2.5.0
24512026-06-08T20:56:37.081Z Compiling async-compression v0.4.41
24522026-06-08T20:56:37.215Z Compiling toml v1.0.6+spec-1.1.0
24532026-06-08T20:56:37.260Z Compiling async-stream v0.3.6
24542026-06-08T20:56:37.285Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24552026-06-08T20:56:37.288Z Compiling dropshot v0.17.0
24562026-06-08T20:56:37.376Z Compiling slog-term v2.9.2
24572026-06-08T20:56:37.445Z Compiling num-rational v0.4.2
24582026-06-08T20:56:37.468Z Compiling progenitor-client v0.14.0
24592026-06-08T20:56:37.471Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24602026-06-08T20:56:37.579Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24612026-06-08T20:56:37.599Z Compiling waitgroup v0.1.2
24622026-06-08T20:56:37.639Z Compiling backon v1.6.0
24632026-06-08T20:56:37.696Z Compiling rustls-pemfile v2.2.0
24642026-06-08T20:56:37.733Z Compiling num-complex v0.4.6
24652026-06-08T20:56:37.759Z Compiling serde_path_to_error v0.1.20
24662026-06-08T20:56:37.759Z Compiling hostname v0.4.2
24672026-06-08T20:56:37.805Z Compiling instant v0.1.13
24682026-06-08T20:56:37.864Z Compiling typify-impl v0.6.2
24692026-06-08T20:56:37.905Z Compiling debug-ignore v1.0.5
24702026-06-08T20:56:37.927Z Compiling backoff v0.4.0
24712026-06-08T20:56:37.947Z Compiling progenitor-extras v0.2.0
24722026-06-08T20:56:37.951Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24732026-06-08T20:56:38.043Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24742026-06-08T20:56:38.167Z Compiling num v0.4.3
24752026-06-08T20:56:38.171Z Compiling parse-display v0.10.0
24762026-06-08T20:56:38.227Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24772026-06-08T20:56:38.248Z Compiling progenitor-client v0.10.0
24782026-06-08T20:56:38.280Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24792026-06-08T20:56:38.326Z Compiling macaddr v1.0.1
24802026-06-08T20:56:38.398Z Compiling float-ord v0.3.2
24812026-06-08T20:56:38.421Z Compiling humantime v2.3.0
24822026-06-08T20:56:38.534Z Compiling console v0.15.11
24832026-06-08T20:56:38.577Z Compiling newline-converter v0.3.0
24842026-06-08T20:56:38.599Z Compiling atomicwrites v0.4.4
24852026-06-08T20:56:38.705Z Compiling slog-dtrace v0.3.0
24862026-06-08T20:56:38.726Z Compiling resolv-conf v0.7.6
24872026-06-08T20:56:38.749Z Compiling owo-colors v4.3.0
24882026-06-08T20:56:38.917Z Compiling tokio-rustls v0.25.0
24892026-06-08T20:56:38.920Z Compiling expectorate v1.2.0
24902026-06-08T20:56:38.962Z Compiling cancel-safe-futures v0.1.5
24912026-06-08T20:56:39.016Z Compiling toml v0.8.23
24922026-06-08T20:56:39.125Z Compiling libsw-core v0.3.2
24932026-06-08T20:56:39.261Z Compiling linear-map v1.2.0
24942026-06-08T20:56:39.456Z Compiling libsw v3.5.0
24952026-06-08T20:56:39.478Z Compiling linked-hash-map v0.5.6
24962026-06-08T20:56:39.633Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24972026-06-08T20:56:39.678Z Compiling lru-cache v0.1.2
24982026-06-08T20:56:39.717Z Compiling minimal-lexical v0.2.1
24992026-06-08T20:56:39.741Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25002026-06-08T20:56:39.797Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25012026-06-08T20:56:39.857Z Compiling hickory-proto v0.24.4
25022026-06-08T20:56:39.879Z Compiling unicode-xid v0.2.6
25032026-06-08T20:56:39.948Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25042026-06-08T20:56:40.010Z Compiling nom v7.1.3
25052026-06-08T20:56:40.043Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25062026-06-08T20:56:40.088Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25072026-06-08T20:56:40.247Z Compiling convert_case v0.10.0
25082026-06-08T20:56:40.551Z Compiling derive_more-impl v2.1.1
25092026-06-08T20:56:40.841Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25102026-06-08T20:56:41.399Z Compiling derive_more v2.1.1
25112026-06-08T20:56:41.432Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25122026-06-08T20:56:41.436Z Compiling papergrid v0.11.0
25132026-06-08T20:56:41.475Z Compiling typify-macro v0.6.2
25142026-06-08T20:56:41.520Z Compiling tabled_derive v0.7.0
25152026-06-08T20:56:41.601Z Compiling termtree v0.5.1
25162026-06-08T20:56:41.810Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25172026-06-08T20:56:42.055Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25182026-06-08T20:56:42.387Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25192026-06-08T20:56:42.427Z Compiling hickory-resolver v0.24.4
25202026-06-08T20:56:42.605Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25212026-06-08T20:56:42.629Z Compiling tabled v0.15.0
25222026-06-08T20:56:42.834Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25232026-06-08T20:56:43.030Z Compiling typify v0.6.2
25242026-06-08T20:56:43.172Z Compiling progenitor-impl v0.14.0
25252026-06-08T20:56:43.884Z Compiling qorb v0.4.1
25262026-06-08T20:56:43.971Z Compiling crossterm v0.29.0
25272026-06-08T20:56:45.317Z Compiling progenitor-macro v0.14.0
25282026-06-08T20:56:45.922Z Compiling phf_shared v0.12.1
25292026-06-08T20:56:46.180Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25302026-06-08T20:56:46.848Z Compiling csv-core v0.1.13
25312026-06-08T20:56:46.930Z Compiling vte v0.14.1
25322026-06-08T20:56:47.202Z Compiling chrono-tz v0.10.4
25332026-06-08T20:56:47.285Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25342026-06-08T20:56:47.418Z Compiling highway v1.3.0
25352026-06-08T20:56:47.890Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25362026-06-08T20:56:48.034Z Compiling strip-ansi-escapes v0.2.1
25372026-06-08T20:56:48.071Z Compiling csv v1.4.0
25382026-06-08T20:56:48.144Z Compiling phf v0.12.1
25392026-06-08T20:56:48.352Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25402026-06-08T20:56:48.376Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25412026-06-08T20:56:48.472Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25422026-06-08T20:56:48.920Z Compiling const_format_proc_macros v0.2.34
25432026-06-08T20:56:48.961Z Compiling fd-lock v4.0.4
25442026-06-08T20:56:49.067Z Compiling peg-macros v0.8.5
25452026-06-08T20:56:49.138Z Compiling nu-ansi-term v0.50.3
25462026-06-08T20:56:49.514Z Compiling progenitor v0.14.0
25472026-06-08T20:56:49.703Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25482026-06-08T20:56:49.728Z Compiling const_format v0.2.35
25492026-06-08T20:56:49.815Z Compiling reedline v0.40.0
25502026-06-08T20:56:50.130Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25512026-06-08T20:56:50.285Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25522026-06-08T20:56:50.321Z Compiling peg v0.8.5
25532026-06-08T20:56:50.636Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25542026-06-08T20:56:50.760Z Compiling bcs v0.1.6
25552026-06-08T20:56:51.223Z Compiling nom v8.0.0
25562026-06-08T20:56:51.475Z Compiling semver v0.1.20
25572026-06-08T20:56:51.776Z Compiling rustc_version v0.1.7
25582026-06-08T20:56:52.025Z Compiling newtype_derive v0.1.6
25592026-06-08T20:56:52.257Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25602026-06-08T20:56:52.282Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25612026-06-08T20:56:52.386Z Compiling smawk v0.3.2
25622026-06-08T20:56:52.516Z Compiling unicode-linebreak v0.1.5
25632026-06-08T20:56:52.774Z Compiling textwrap v0.16.2
25642026-06-08T20:56:52.797Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25652026-06-08T20:56:52.835Z Compiling base64 v0.21.7
25662026-06-08T20:56:53.010Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25672026-06-08T20:56:53.304Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25682026-06-08T20:56:53.369Z Compiling steno v0.4.1
25692026-06-08T20:56:53.672Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25702026-06-08T20:56:53.811Z Compiling dropshot-api-manager-types v0.7.2
25712026-06-08T20:56:53.928Z Compiling tagptr v0.2.0
25722026-06-08T20:56:53.950Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25732026-06-08T20:56:54.128Z Compiling moka v0.12.13
25742026-06-08T20:56:54.180Z Compiling utf-8 v0.7.6
25752026-06-08T20:56:54.422Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25762026-06-08T20:56:54.445Z Compiling tungstenite v0.21.0
25772026-06-08T20:56:54.448Z Compiling radium v0.7.0
25782026-06-08T20:56:54.606Z Compiling display-error-chain v0.2.2
25792026-06-08T20:56:54.819Z Compiling tap v1.0.1
25802026-06-08T20:56:54.973Z Compiling maybe-uninit v2.0.0
25812026-06-08T20:56:55.001Z Compiling wyz v0.5.1
25822026-06-08T20:56:55.261Z Compiling hickory-resolver v0.25.2
25832026-06-08T20:56:55.283Z Compiling tokio-tungstenite v0.21.0
25842026-06-08T20:56:55.618Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25852026-06-08T20:56:55.660Z Compiling num-derive v0.3.3
25862026-06-08T20:56:55.704Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25872026-06-08T20:56:56.146Z Compiling zerocopy-derive v0.6.6
25882026-06-08T20:56:56.570Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25892026-06-08T20:56:56.648Z Compiling proc-macro-error-attr2 v2.0.0
25902026-06-08T20:56:56.936Z Compiling funty v2.0.0
25912026-06-08T20:56:57.075Z Compiling crc-catalog v2.4.0
25922026-06-08T20:56:57.204Z Compiling packed_struct v0.10.1
25932026-06-08T20:56:57.520Z Compiling bitvec v1.0.1
25942026-06-08T20:56:57.856Z Compiling crc v3.4.0
25952026-06-08T20:56:57.890Z Compiling proc-macro-error2 v2.0.1
25962026-06-08T20:56:58.085Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25972026-06-08T20:56:58.206Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25982026-06-08T20:56:58.319Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25992026-06-08T20:56:58.355Z Compiling zerocopy v0.6.6
26002026-06-08T20:56:58.569Z Compiling libscf-sys v1.1.0
26012026-06-08T20:56:58.790Z Compiling packed_struct_codegen v0.10.1
26022026-06-08T20:56:58.873Z Compiling vergen-lib v0.1.6
26032026-06-08T20:56:59.107Z Compiling bitfield-macros v0.19.4
26042026-06-08T20:56:59.388Z Compiling indexmap v1.9.3
26052026-06-08T20:56:59.625Z Compiling nodrop v0.1.14
26062026-06-08T20:56:59.762Z Compiling array-init v0.0.4
26072026-06-08T20:56:59.839Z Compiling bitfield v0.19.4
26082026-06-08T20:57:00.174Z Compiling smallvec v0.6.14
26092026-06-08T20:57:00.199Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26102026-06-08T20:57:00.223Z Compiling tabled_derive v0.11.0
26112026-06-08T20:57:00.647Z Compiling papergrid v0.17.0
26122026-06-08T20:57:00.673Z Compiling testing_table v0.3.0
26132026-06-08T20:57:00.888Z Compiling vergen-gitcl v1.0.8
26142026-06-08T20:57:00.920Z Compiling dirs-sys-next v0.1.2
26152026-06-08T20:57:01.121Z Compiling crunchy v0.2.4
26162026-06-08T20:57:01.144Z Compiling maplit v1.0.2
26172026-06-08T20:57:01.198Z Compiling hashbrown v0.12.3
26182026-06-08T20:57:01.230Z Compiling diesel_derives v2.3.7
26192026-06-08T20:57:01.268Z Compiling glob v0.3.3
26202026-06-08T20:57:01.326Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26212026-06-08T20:57:01.347Z Compiling dirs-next v2.0.0
26222026-06-08T20:57:01.447Z Compiling serde-hex v0.1.0
26232026-06-08T20:57:01.518Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26242026-06-08T20:57:01.642Z Compiling clang-sys v1.8.1
26252026-06-08T20:57:01.813Z Compiling ron v0.8.1
26262026-06-08T20:57:01.837Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26272026-06-08T20:57:01.867Z Compiling tabled v0.20.0
26282026-06-08T20:57:02.036Z Compiling hashbrown v0.13.2
26292026-06-08T20:57:02.074Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26302026-06-08T20:57:02.287Z Compiling scheduled-thread-pool v0.2.7
26312026-06-08T20:57:02.646Z Compiling dsl_auto_type v0.2.0
26322026-06-08T20:57:02.893Z Compiling diesel_table_macro_syntax v0.3.0
26332026-06-08T20:57:03.129Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26342026-06-08T20:57:03.199Z Compiling tiny-keccak v2.0.2
26352026-06-08T20:57:03.384Z Compiling crc-any v2.5.0
26362026-06-08T20:57:03.531Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26372026-06-08T20:57:03.565Z Compiling object v0.30.4
26382026-06-08T20:57:03.831Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26392026-06-08T20:57:04.195Z Compiling r2d2 v0.8.10
26402026-06-08T20:57:04.552Z Compiling term v0.7.0
26412026-06-08T20:57:04.638Z Compiling downcast-rs v2.0.2
26422026-06-08T20:57:04.712Z Compiling bit-vec v0.6.3
26432026-06-08T20:57:04.790Z Compiling path-slash v0.1.5
26442026-06-08T20:57:04.968Z Compiling xshell-macros v0.2.7
26452026-06-08T20:57:04.989Z Compiling bit-set v0.5.3
26462026-06-08T20:57:05.079Z Compiling ascii-canvas v3.0.0
26472026-06-08T20:57:05.354Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26482026-06-08T20:57:05.377Z Compiling xshell v0.2.7
26492026-06-08T20:57:05.434Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26502026-06-08T20:57:05.935Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26512026-06-08T20:57:06.412Z Compiling itertools v0.10.5
26522026-06-08T20:57:06.728Z Compiling ena v0.14.4
26532026-06-08T20:57:06.993Z Compiling libloading v0.8.9
26542026-06-08T20:57:07.226Z Compiling regex-syntax v0.6.29
26552026-06-08T20:57:07.492Z Compiling diff v0.1.13
26562026-06-08T20:57:07.684Z Compiling bindgen v0.71.1
26572026-06-08T20:57:07.739Z Compiling crc8 v0.1.1
26582026-06-08T20:57:07.778Z Compiling unicase v2.9.0
26592026-06-08T20:57:07.922Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26602026-06-08T20:57:08.015Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26612026-06-08T20:57:08.084Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26622026-06-08T20:57:08.254Z Compiling diesel v2.3.7
26632026-06-08T20:57:08.497Z Compiling cexpr v0.6.0
26642026-06-08T20:57:08.707Z Compiling lalrpop v0.19.12
26652026-06-08T20:57:09.106Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26662026-06-08T20:57:09.144Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26672026-06-08T20:57:09.179Z Compiling rustc-hash v2.1.1
26682026-06-08T20:57:09.331Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26692026-06-08T20:57:09.335Z Compiling headers-core v0.3.0
26702026-06-08T20:57:09.378Z Compiling libxml v0.3.3
26712026-06-08T20:57:09.489Z Compiling headers v0.4.1
26722026-06-08T20:57:09.527Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26732026-06-08T20:57:09.732Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26742026-06-08T20:57:09.770Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26752026-06-08T20:57:10.016Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26762026-06-08T20:57:10.310Z Compiling git-stub v1.0.0
26772026-06-08T20:57:10.492Z Compiling strum_macros v0.24.3
26782026-06-08T20:57:10.577Z Compiling indoc v1.0.9
26792026-06-08T20:57:10.764Z Compiling git-stub-vcs v0.1.0
26802026-06-08T20:57:11.044Z Compiling progenitor-impl v0.13.0
26812026-06-08T20:57:11.135Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26822026-06-08T20:57:11.180Z Compiling derive_builder v0.20.2
26832026-06-08T20:57:11.359Z Compiling quick-xml v0.37.5
26842026-06-08T20:57:11.382Z Compiling oso-derive v0.27.3
26852026-06-08T20:57:11.778Z Compiling impl-trait-for-tuples v0.2.3
26862026-06-08T20:57:11.834Z Compiling openssl-probe v0.1.6
26872026-06-08T20:57:11.930Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26882026-06-08T20:57:12.109Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26892026-06-08T20:57:12.141Z Compiling progenitor-client v0.13.0
26902026-06-08T20:57:12.644Z Compiling half v1.8.3
26912026-06-08T20:57:12.693Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26922026-06-08T20:57:12.882Z Compiling serde_cbor v0.11.2
26932026-06-08T20:57:12.925Z Compiling bb8 v0.8.6
26942026-06-08T20:57:13.111Z Compiling trait-variant v0.1.2
26952026-06-08T20:57:13.180Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26962026-06-08T20:57:13.224Z Compiling progenitor-macro v0.13.0
26972026-06-08T20:57:13.313Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26982026-06-08T20:57:13.664Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26992026-06-08T20:57:13.688Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27002026-06-08T20:57:13.903Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27012026-06-08T20:57:13.955Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27022026-06-08T20:57:14.092Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27032026-06-08T20:57:14.117Z Compiling typify-impl v0.4.3
27042026-06-08T20:57:14.142Z Compiling samael v0.0.19
27052026-06-08T20:57:14.196Z Compiling fxhash v0.2.1
27062026-06-08T20:57:14.374Z Compiling libz-sys v1.1.24
27072026-06-08T20:57:14.768Z Compiling nonempty v0.12.0
27082026-06-08T20:57:15.006Z Compiling salty v0.3.0
27092026-06-08T20:57:15.413Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27102026-06-08T20:57:15.475Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27112026-06-08T20:57:15.572Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27122026-06-08T20:57:15.713Z Compiling kstat-rs v0.2.4
27132026-06-08T20:57:15.945Z Compiling arc-swap v1.8.2
27142026-06-08T20:57:16.207Z Compiling fs-err v2.11.0
27152026-06-08T20:57:16.266Z Compiling polar-core v0.27.3
27162026-06-08T20:57:16.556Z Compiling mime_guess v2.0.5
27172026-06-08T20:57:16.592Z Compiling slog-scope v4.4.1
27182026-06-08T20:57:17.083Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27192026-06-08T20:57:17.128Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27202026-06-08T20:57:17.368Z Compiling progenitor v0.13.0
27212026-06-08T20:57:17.561Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27222026-06-08T20:57:17.623Z Compiling typify-macro v0.4.3
27232026-06-08T20:57:18.795Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27242026-06-08T20:57:18.819Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27252026-06-08T20:57:19.066Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27262026-06-08T20:57:19.186Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27272026-06-08T20:57:19.301Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27282026-06-08T20:57:19.698Z Compiling nanorand v0.7.0
27292026-06-08T20:57:19.736Z Compiling darling_core v0.23.0
27302026-06-08T20:57:20.074Z Compiling libgit2-sys v0.18.3+1.9.2
27312026-06-08T20:57:20.157Z Compiling parking_lot_core v0.8.6
27322026-06-08T20:57:20.506Z Compiling flume v0.11.1
27332026-06-08T20:57:20.736Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27342026-06-08T20:57:20.941Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27352026-06-08T20:57:21.772Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27362026-06-08T20:57:22.016Z Compiling darling_macro v0.23.0
27372026-06-08T20:57:22.262Z Compiling slog-stdlog v4.1.1
27382026-06-08T20:57:22.679Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27392026-06-08T20:57:22.731Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27402026-06-08T20:57:23.359Z Compiling primeorder v0.13.6
27412026-06-08T20:57:23.698Z Compiling atty v0.2.14
27422026-06-08T20:57:23.852Z Compiling http-range v0.1.5
27432026-06-08T20:57:23.910Z Compiling parse-size v1.1.0
27442026-06-08T20:57:24.141Z Compiling instability v0.3.11
27452026-06-08T20:57:24.190Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27462026-06-08T20:57:24.381Z Compiling strsim v0.10.0
27472026-06-08T20:57:24.457Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27482026-06-08T20:57:24.479Z Compiling p384 v0.13.1
27492026-06-08T20:57:24.695Z Compiling darling_core v0.13.4
27502026-06-08T20:57:26.363Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27512026-06-08T20:57:27.533Z Compiling oso v0.27.3
27522026-06-08T20:57:28.771Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27532026-06-08T20:57:28.793Z Compiling diesel-dtrace v0.5.0
27542026-06-08T20:57:28.819Z Compiling async-bb8-diesel v0.2.1
27552026-06-08T20:57:29.121Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27562026-06-08T20:57:29.508Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27572026-06-08T20:57:30.774Z Compiling darling v0.23.0
27582026-06-08T20:57:30.796Z Compiling slog-envlogger v2.2.0
27592026-06-08T20:57:30.899Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27602026-06-08T20:57:32.028Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27612026-06-08T20:57:32.581Z Compiling typify v0.4.3
27622026-06-08T20:57:32.730Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27632026-06-08T20:57:33.371Z Compiling ignore v0.4.25
27642026-06-08T20:57:33.985Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27652026-06-08T20:57:34.450Z Compiling castaway v0.2.4
27662026-06-08T20:57:34.614Z Compiling vergen-git2 v9.1.0
27672026-06-08T20:57:34.845Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27682026-06-08T20:57:35.082Z Compiling indoc v2.0.7
27692026-06-08T20:57:35.453Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27702026-06-08T20:57:35.754Z Compiling compact_str v0.8.1
27712026-06-08T20:57:35.947Z Compiling globwalk v0.9.1
27722026-06-08T20:57:36.250Z Compiling progenitor-impl v0.11.2
27732026-06-08T20:57:36.383Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27742026-06-08T20:57:36.634Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27752026-06-08T20:57:36.732Z Compiling parking_lot v0.11.2
27762026-06-08T20:57:36.903Z Compiling hyper-staticfile v0.10.1
27772026-06-08T20:57:37.300Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27782026-06-08T20:57:37.671Z Compiling darling_macro v0.13.4
27792026-06-08T20:57:38.133Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27802026-06-08T20:57:38.192Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27812026-06-08T20:57:38.282Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27822026-06-08T20:57:38.402Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27832026-06-08T20:57:38.472Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27842026-06-08T20:57:38.754Z Compiling predicates-tree v1.0.13
27852026-06-08T20:57:38.807Z Compiling unicode-truncate v1.1.0
27862026-06-08T20:57:38.976Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27872026-06-08T20:57:39.027Z Compiling lru v0.12.5
27882026-06-08T20:57:39.220Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27892026-06-08T20:57:39.244Z Compiling rand_seeder v0.4.0
27902026-06-08T20:57:39.267Z Compiling prefix-trie v0.7.0
27912026-06-08T20:57:39.522Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-06-08T20:57:39.770Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27932026-06-08T20:57:39.792Z Compiling rustls v0.21.12
27942026-06-08T20:57:39.813Z Compiling cassowary v0.3.0
27952026-06-08T20:57:39.986Z Compiling illumos-nvpair-sys v0.2.0
27962026-06-08T20:57:40.018Z Compiling corncobs v0.1.4
27972026-06-08T20:57:40.065Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27982026-06-08T20:57:40.098Z Compiling ratatui v0.29.0
27992026-06-08T20:57:40.251Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28002026-06-08T20:57:40.300Z Compiling hickory-server v0.25.2
28012026-06-08T20:57:40.331Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28022026-06-08T20:57:40.386Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28032026-06-08T20:57:40.665Z Compiling camino-tempfile-ext v0.3.3
28042026-06-08T20:57:41.024Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28052026-06-08T20:57:41.052Z Compiling progenitor-macro v0.11.2
28062026-06-08T20:57:41.356Z Compiling darling v0.13.4
28072026-06-08T20:57:41.427Z Compiling sled v0.34.7
28082026-06-08T20:57:42.507Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28092026-06-08T20:57:43.965Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28102026-06-08T20:57:45.031Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28112026-06-08T20:57:45.225Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28122026-06-08T20:57:45.461Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28132026-06-08T20:57:45.593Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28142026-06-08T20:57:45.693Z Compiling progenitor-client v0.11.2
28152026-06-08T20:57:45.836Z Compiling sct v0.7.1
28162026-06-08T20:57:46.028Z Compiling git2 v0.20.4
28172026-06-08T20:57:46.121Z Compiling rustls-webpki v0.101.7
28182026-06-08T20:57:46.169Z Compiling secrecy v0.8.0
28192026-06-08T20:57:46.248Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28202026-06-08T20:57:46.512Z Compiling progenitor v0.11.2
28212026-06-08T20:57:47.906Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28222026-06-08T20:57:48.389Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28232026-06-08T20:57:48.952Z Compiling serde_with_macros v1.5.2
28242026-06-08T20:57:49.085Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28252026-06-08T20:57:49.773Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28262026-06-08T20:57:49.821Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28272026-06-08T20:57:50.103Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28282026-06-08T20:57:51.399Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28292026-06-08T20:57:51.474Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28302026-06-08T20:57:51.856Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28312026-06-08T20:57:52.092Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28322026-06-08T20:57:52.323Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28332026-06-08T20:57:52.383Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28342026-06-08T20:57:52.559Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28352026-06-08T20:57:52.649Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28362026-06-08T20:57:52.782Z Compiling void v1.0.2
28372026-06-08T20:57:52.929Z Compiling lzss v0.8.2
28382026-06-08T20:57:53.445Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28392026-06-08T20:57:54.101Z Compiling illumos-nvpair v0.3.0
28402026-06-08T20:57:54.626Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28412026-06-08T20:57:55.189Z Compiling serde_with v1.14.0
28422026-06-08T20:57:55.994Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28432026-06-08T20:57:56.394Z Compiling tokio-rustls v0.24.1
28442026-06-08T20:57:56.900Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28452026-06-08T20:57:56.956Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28462026-06-08T20:57:57.044Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28472026-06-08T20:57:57.220Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28482026-06-08T20:57:57.955Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28492026-06-08T20:57:58.206Z Compiling tungstenite v0.23.0
28502026-06-08T20:57:58.649Z Compiling rustls-pemfile v1.0.4
28512026-06-08T20:57:58.846Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28522026-06-08T20:57:59.064Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28532026-06-08T20:57:59.067Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28542026-06-08T20:57:59.300Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28552026-06-08T20:57:59.322Z Compiling nix v0.27.1
28562026-06-08T20:58:00.484Z Compiling twox-hash v2.1.2
28572026-06-08T20:58:00.559Z Compiling serde_bytes v0.11.19
28582026-06-08T20:58:00.860Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28592026-06-08T20:58:01.006Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28602026-06-08T20:58:01.048Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28612026-06-08T20:58:01.433Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28622026-06-08T20:58:01.679Z Compiling tokio-tungstenite v0.23.1
28632026-06-08T20:58:02.057Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28642026-06-08T20:58:02.080Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28652026-06-08T20:58:03.898Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28662026-06-08T20:58:04.807Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28672026-06-08T20:58:05.316Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28682026-06-08T20:58:05.505Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28692026-06-08T20:58:05.859Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28702026-06-08T20:58:06.035Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28712026-06-08T20:58:06.470Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28722026-06-08T20:58:06.703Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28732026-06-08T20:58:07.196Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28742026-06-08T20:58:07.306Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28752026-06-08T20:58:09.071Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28762026-06-08T20:58:10.002Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28772026-06-08T20:58:10.389Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28782026-06-08T20:58:10.810Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28792026-06-08T20:58:11.324Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28802026-06-08T20:58:12.096Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28812026-06-08T20:58:12.611Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28822026-06-08T20:58:12.861Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28832026-06-08T20:58:13.620Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28842026-06-08T20:58:13.712Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28852026-06-08T20:58:13.846Z Compiling signal-hook-tokio v0.3.1
28862026-06-08T20:58:13.980Z Compiling fatfs v0.3.6
28872026-06-08T20:58:14.041Z Compiling yasna v0.5.2
28882026-06-08T20:58:14.224Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28892026-06-08T20:58:14.650Z Compiling assert_matches v1.5.0
28902026-06-08T20:58:14.762Z Compiling is_ci v1.2.0
28912026-06-08T20:58:14.993Z Compiling seq-macro v0.3.6
28922026-06-08T20:58:15.171Z Compiling supports-color v3.0.2
28932026-06-08T20:58:15.466Z Compiling rcgen v0.12.1
28942026-06-08T20:58:15.496Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28952026-06-08T20:58:15.690Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28962026-06-08T20:58:16.004Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28972026-06-08T20:58:16.139Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28982026-06-08T20:58:16.369Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28992026-06-08T20:58:16.523Z Compiling subprocess v0.2.15
29002026-06-08T20:58:16.600Z Compiling rtoolbox v0.0.3
29012026-06-08T20:58:16.872Z Compiling rpassword v7.4.0
29022026-06-08T20:58:17.160Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29032026-06-08T20:58:17.968Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29042026-06-08T20:58:18.828Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29052026-06-08T20:58:19.746Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29062026-06-08T20:58:19.891Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29072026-06-08T20:58:19.914Z Compiling tui-tree-widget v0.23.1
29082026-06-08T20:58:20.209Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29092026-06-08T20:58:20.313Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29102026-06-08T20:58:20.872Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29112026-06-08T20:58:21.292Z Compiling uzers v0.12.2
29122026-06-08T20:58:22.229Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29132026-06-08T20:58:22.768Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29142026-06-08T20:58:23.992Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29152026-06-08T20:58:25.947Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29162026-06-08T20:58:29.001Z Compiling support-bundle-viewer v0.1.2
29172026-06-08T20:58:29.435Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29182026-06-08T20:58:30.920Z Compiling multimap v0.10.1
29192026-06-08T20:58:35.543Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29202026-06-08T20:58:45.046Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29212026-06-08T20:58:51.502Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29222026-06-08T20:58:52.513Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29232026-06-08T20:58:54.188Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29242026-06-08T21:05:41.519Z Finished `release` profile [optimized] target(s) in 9m 06s
29252026-06-08T21:06:27.860Z
29262026-06-08T21:06:27.860Zreal 9:54.141228972
29272026-06-08T21:06:27.861Zuser 1:20:27.784853604
29282026-06-08T21:06:27.864Zsys 3:40.556138242
29292026-06-08T21:06:27.864Ztrap 1.742191825
29302026-06-08T21:06:27.864Ztflt 2.483554947
29312026-06-08T21:06:27.864Zdflt 18.596923273
29322026-06-08T21:06:27.864Zkflt 0.005127408
29332026-06-08T21:06:27.864Zlock 7:15:23.333236582
29342026-06-08T21:06:27.866Zslp 2:19:30.667719664
29352026-06-08T21:06:27.866Zlat 2:30.279162745
29362026-06-08T21:06:27.866Zstop 5:26.283828087
29372026-06-08T21:06:27.866Z+ mapfile -t packages
29382026-06-08T21:06:27.866Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29392026-06-08T21:06:28.811Z Finished `release` profile [optimized] target(s) in 0.94s
29402026-06-08T21:06:28.885Z Running `target/release/omicron-package -t test list-outputs`
29412026-06-08T21:06:28.946ZLogging to: /work/oxidecomputer/omicron/out/LOG
29422026-06-08T21:06:28.949Z+ ptime -m cargo build --locked --release -p xtask
29432026-06-08T21:06:29.475Z Compiling libc v0.2.185
29442026-06-08T21:06:29.475Z Compiling serde v1.0.228
29452026-06-08T21:06:29.479Z Compiling serde_core v1.0.228
29462026-06-08T21:06:29.570Z Compiling rustix v1.1.3
29472026-06-08T21:06:29.580Z Compiling bitflags v2.11.0
29482026-06-08T21:06:29.583Z Compiling serde_json v1.0.149
29492026-06-08T21:06:29.628Z Compiling num-traits v0.2.19
29502026-06-08T21:06:29.638Z Compiling syn v2.0.117
29512026-06-08T21:06:29.649Z Compiling smallvec v1.15.1
29522026-06-08T21:06:29.659Z Compiling indexmap v2.14.0
29532026-06-08T21:06:29.669Z Compiling usdt-impl v0.5.0
29542026-06-08T21:06:29.693Z Compiling syn v1.0.109
29552026-06-08T21:06:29.708Z Compiling percent-encoding v2.3.2
29562026-06-08T21:06:29.708Z Compiling getrandom v0.4.1
29572026-06-08T21:06:29.869Z Compiling log v0.4.29
29582026-06-08T21:06:29.975Z Compiling form_urlencoded v1.2.2
29592026-06-08T21:06:30.007Z Compiling fs-err v3.3.0
29602026-06-08T21:06:30.017Z Compiling once_cell v1.21.3
29612026-06-08T21:06:30.113Z Compiling heck v0.4.1
29622026-06-08T21:06:30.163Z Compiling anyhow v1.0.102
29632026-06-08T21:06:30.361Z Compiling thread-id v4.2.2
29642026-06-08T21:06:30.419Z Compiling errno v0.3.14
29652026-06-08T21:06:30.423Z Compiling memmap v0.7.0
29662026-06-08T21:06:30.656Z Compiling ordered-float v2.10.1
29672026-06-08T21:06:31.251Z Compiling proc-macro-error v1.0.4
29682026-06-08T21:06:31.452Z Compiling terminal_size v0.4.3
29692026-06-08T21:06:31.452Z Compiling tempfile v3.25.0
29702026-06-08T21:06:31.497Z Compiling tabled_derive v0.7.0
29712026-06-08T21:06:31.553Z Compiling clap_builder v4.6.0
29722026-06-08T21:06:31.557Z Compiling textwrap v0.16.2
29732026-06-08T21:06:31.690Z Compiling camino-tempfile v1.4.1
29742026-06-08T21:06:32.137Z Compiling synstructure v0.13.2
29752026-06-08T21:06:32.137Z Compiling pest_generator v2.8.6
29762026-06-08T21:06:32.169Z Compiling tabled v0.15.0
29772026-06-08T21:06:32.524Z Compiling serde_derive v1.0.228
29782026-06-08T21:06:32.524Z Compiling zerovec-derive v0.11.2
29792026-06-08T21:06:32.527Z Compiling displaydoc v0.2.5
29802026-06-08T21:06:32.527Z Compiling thiserror-impl v1.0.69
29812026-06-08T21:06:32.527Z Compiling zerocopy-derive v0.7.35
29822026-06-08T21:06:32.527Z Compiling scroll_derive v0.12.1
29832026-06-08T21:06:32.527Z Compiling thiserror-impl v2.0.18
29842026-06-08T21:06:32.527Z Compiling clap_derive v4.6.1
29852026-06-08T21:06:32.560Z Compiling zerofrom-derive v0.1.6
29862026-06-08T21:06:32.571Z Compiling yoke-derive v0.8.1
29872026-06-08T21:06:32.665Z Compiling pest_derive v2.8.6
29882026-06-08T21:06:33.200Z Compiling scroll v0.12.0
29892026-06-08T21:06:33.436Z Compiling zerocopy v0.7.35
29902026-06-08T21:06:33.536Z Compiling goblin v0.8.2
29912026-06-08T21:06:33.724Z Compiling thiserror v1.0.69
29922026-06-08T21:06:33.774Z Compiling zerofrom v0.1.6
29932026-06-08T21:06:33.812Z Compiling thiserror v2.0.18
29942026-06-08T21:06:33.825Z Compiling dtrace-parser v0.2.0
29952026-06-08T21:06:33.926Z Compiling yoke v0.8.1
29962026-06-08T21:06:34.156Z Compiling zerovec v0.11.5
29972026-06-08T21:06:34.221Z Compiling zerotrie v0.2.3
29982026-06-08T21:06:34.253Z Compiling clap v4.6.1
29992026-06-08T21:06:34.692Z Compiling tinystr v0.8.2
30002026-06-08T21:06:34.725Z Compiling potential_utf v0.1.4
30012026-06-08T21:06:34.946Z Compiling icu_locale_core v2.1.1
30022026-06-08T21:06:34.958Z Compiling icu_collections v2.1.1
30032026-06-08T21:06:35.714Z Compiling icu_provider v2.1.1
30042026-06-08T21:06:35.747Z Compiling toml_datetime v0.6.11
30052026-06-08T21:06:36.145Z Compiling icu_properties v2.1.2
30062026-06-08T21:06:36.158Z Compiling icu_normalizer v2.1.1
30072026-06-08T21:06:36.158Z Compiling serde_spanned v0.6.9
30082026-06-08T21:06:36.272Z Compiling dof v0.3.0
30092026-06-08T21:06:36.325Z Compiling toml_edit v0.22.27
30102026-06-08T21:06:36.358Z Compiling serde_tokenstream v0.2.3
30112026-06-08T21:06:36.442Z Compiling serde-value v0.7.0
30122026-06-08T21:06:36.661Z Compiling cargo-platform v0.2.0
30132026-06-08T21:06:36.674Z Compiling macaddr v1.0.1
30142026-06-08T21:06:37.053Z Compiling idna_adapter v1.2.1
30152026-06-08T21:06:37.119Z Compiling usdt-attr-macro v0.5.0
30162026-06-08T21:06:37.136Z Compiling usdt-macro v0.5.0
30172026-06-08T21:06:37.183Z Compiling idna v1.1.0
30182026-06-08T21:06:37.627Z Compiling url v2.5.8
30192026-06-08T21:06:37.783Z Compiling usdt v0.5.0
30202026-06-08T21:06:37.951Z Compiling toml v0.8.23
30212026-06-08T21:06:38.388Z Compiling cargo-util-schemas v0.8.2
30222026-06-08T21:06:38.388Z Compiling cargo_toml v0.21.0
30232026-06-08T21:06:39.418Z Compiling cargo_metadata v0.21.0
30242026-06-08T21:06:42.467Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30252026-06-08T21:06:45.468Z Finished `release` profile [optimized] target(s) in 16.51s
30262026-06-08T21:06:45.633Z
30272026-06-08T21:06:45.635Zreal 16.647700785
30282026-06-08T21:06:45.635Zuser 2:21.840606030
30292026-06-08T21:06:45.639Zsys 17.143482012
30302026-06-08T21:06:45.639Ztrap 0.103071193
30312026-06-08T21:06:45.639Ztflt 0.509258837
30322026-06-08T21:06:45.639Zdflt 1.329840083
30332026-06-08T21:06:45.639Zkflt 0.000099021
30342026-06-08T21:06:45.639Zlock 5:21.621594762
30352026-06-08T21:06:45.639Zslp 3:26.697803868
30362026-06-08T21:06:45.639Zlat 5.658293817
30372026-06-08T21:06:45.639Zstop 20.868251755
30382026-06-08T21:06:45.639Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30392026-06-08T21:06:45.639Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30402026-06-08T21:06:45.639Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30412026-06-08T21:06:45.639Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30422026-06-08T21:06:45.639Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30432026-06-08T21:06:46.597Z Compiling progenitor-client v0.14.0
30442026-06-08T21:06:46.597Z Compiling newtype-uuid-macros v0.1.0
30452026-06-08T21:06:46.600Z Compiling structmeta-derive v0.3.0
30462026-06-08T21:06:46.600Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30472026-06-08T21:06:46.601Z Compiling rustls v0.22.4
30482026-06-08T21:06:46.759Z Compiling rustls-webpki v0.102.8
30492026-06-08T21:06:46.775Z Compiling multer v3.1.0
30502026-06-08T21:06:46.778Z Compiling match_cfg v0.1.0
30512026-06-08T21:06:46.778Z Compiling compression-core v0.4.31
30522026-06-08T21:06:46.778Z Compiling debug-ignore v1.0.5
30532026-06-08T21:06:46.778Z Compiling slog-json v2.6.1
30542026-06-08T21:06:46.778Z Compiling async-stream-impl v0.3.6
30552026-06-08T21:06:46.920Z Compiling serde_spanned v1.0.4
30562026-06-08T21:06:46.923Z Compiling toml_datetime v1.0.0+spec-1.1.0
30572026-06-08T21:06:46.938Z Compiling hostname v0.3.1
30582026-06-08T21:06:46.942Z Compiling dropshot v0.17.0
30592026-06-08T21:06:46.974Z Compiling toml_writer v1.0.6+spec-1.1.0
30602026-06-08T21:06:46.978Z Compiling itertools v0.14.0
30612026-06-08T21:06:47.050Z Compiling compression-codecs v0.4.37
30622026-06-08T21:06:47.054Z Compiling waitgroup v0.1.2
30632026-06-08T21:06:47.108Z Compiling slog-bunyan v2.5.0
30642026-06-08T21:06:47.111Z Compiling rustls-pemfile v2.2.0
30652026-06-08T21:06:47.127Z Compiling dropshot_endpoint v0.17.0
30662026-06-08T21:06:47.144Z Compiling serde_path_to_error v0.1.20
30672026-06-08T21:06:47.239Z Compiling async-compression v0.4.41
30682026-06-08T21:06:47.256Z Compiling toml v1.0.6+spec-1.1.0
30692026-06-08T21:06:47.259Z Compiling hostname v0.4.2
30702026-06-08T21:06:47.311Z Compiling regress v0.10.5
30712026-06-08T21:06:47.350Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30722026-06-08T21:06:47.350Z Compiling macaddr v1.0.1
30732026-06-08T21:06:47.392Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30742026-06-08T21:06:47.434Z Compiling async-stream v0.3.6
30752026-06-08T21:06:47.452Z Compiling instant v0.1.13
30762026-06-08T21:06:47.539Z Compiling backon v1.6.0
30772026-06-08T21:06:47.568Z Compiling backoff v0.4.0
30782026-06-08T21:06:47.586Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30792026-06-08T21:06:47.586Z Compiling progenitor-client v0.10.0
30802026-06-08T21:06:47.625Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30812026-06-08T21:06:47.645Z Compiling humantime v2.3.0
30822026-06-08T21:06:47.667Z Compiling universal-hash v0.5.1
30832026-06-08T21:06:47.670Z Compiling opaque-debug v0.3.1
30842026-06-08T21:06:47.717Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30852026-06-08T21:06:47.771Z Compiling progenitor-extras v0.2.0
30862026-06-08T21:06:47.788Z Compiling half v2.7.1
30872026-06-08T21:06:47.808Z Compiling ciborium-io v0.2.2
30882026-06-08T21:06:47.825Z Compiling crucible-workspace-hack v0.1.0
30892026-06-08T21:06:47.844Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30902026-06-08T21:06:47.879Z Compiling structmeta v0.3.0
30912026-06-08T21:06:47.931Z Compiling convert_case v0.4.0
30922026-06-08T21:06:47.952Z Compiling aead v0.5.2
30932026-06-08T21:06:47.952Z Compiling secrecy v0.10.3
30942026-06-08T21:06:48.003Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30952026-06-08T21:06:48.039Z Compiling poly1305 v0.8.0
30962026-06-08T21:06:48.056Z Compiling ciborium-ll v0.2.2
30972026-06-08T21:06:48.128Z Compiling chacha20 v0.9.1
30982026-06-08T21:06:48.145Z Compiling regress v0.11.1
30992026-06-08T21:06:48.148Z Compiling derive-ex v0.1.8
31002026-06-08T21:06:48.193Z Compiling parse-display-derive v0.10.0
31012026-06-08T21:06:48.212Z Compiling unsafe-libyaml v0.2.11
31022026-06-08T21:06:48.292Z Compiling ciborium v0.2.2
31032026-06-08T21:06:48.311Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31042026-06-08T21:06:48.331Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31052026-06-08T21:06:48.334Z Compiling derive_more v0.99.20
31062026-06-08T21:06:48.374Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31072026-06-08T21:06:48.421Z Compiling thiserror-impl-no-std v2.0.2
31082026-06-08T21:06:48.549Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31092026-06-08T21:06:48.595Z Compiling byte-wrapper v0.1.0
31102026-06-08T21:06:48.720Z Compiling blake2 v0.10.6
31112026-06-08T21:06:48.737Z Compiling password-hash v0.5.0
31122026-06-08T21:06:48.838Z Compiling serde_yaml v0.9.34+deprecated
31132026-06-08T21:06:48.901Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31142026-06-08T21:06:48.970Z Compiling toml_datetime v0.7.5+spec-1.1.0
31152026-06-08T21:06:48.987Z Compiling chacha20poly1305 v0.10.1
31162026-06-08T21:06:49.006Z Compiling argon2 v0.5.3
31172026-06-08T21:06:49.022Z Compiling indent_write v2.2.0
31182026-06-08T21:06:49.172Z Compiling tokio-rustls v0.25.0
31192026-06-08T21:06:49.189Z Compiling toml_edit v0.23.10+spec-1.0.0
31202026-06-08T21:06:49.208Z Compiling heapless v0.8.0
31212026-06-08T21:06:49.254Z Compiling ingot-macros v0.1.1
31222026-06-08T21:06:49.308Z Compiling tabwriter v1.4.1
31232026-06-08T21:06:49.549Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31242026-06-08T21:06:49.703Z Compiling thiserror-no-std v2.0.2
31252026-06-08T21:06:49.785Z Compiling typify-impl v0.6.2
31262026-06-08T21:06:49.827Z Compiling vsss-rs v3.3.4
31272026-06-08T21:06:49.852Z Compiling proc-macro-crate v3.4.0
31282026-06-08T21:06:49.992Z Compiling test-strategy v0.4.5
31292026-06-08T21:06:49.996Z Compiling parse-display v0.10.0
31302026-06-08T21:06:50.286Z Compiling hash32 v0.3.1
31312026-06-08T21:06:50.334Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31322026-06-08T21:06:50.351Z Compiling smoltcp v0.11.0
31332026-06-08T21:06:50.371Z Compiling num-rational v0.4.2
31342026-06-08T21:06:50.457Z Compiling num_enum_derive v0.7.6
31352026-06-08T21:06:50.543Z Compiling cobs v0.3.0
31362026-06-08T21:06:50.596Z Compiling num-complex v0.4.6
31372026-06-08T21:06:50.733Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31382026-06-08T21:06:50.784Z Compiling colored v3.1.1
31392026-06-08T21:06:50.808Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31402026-06-08T21:06:50.864Z Compiling postcard v1.1.3
31412026-06-08T21:06:50.961Z Compiling num v0.4.3
31422026-06-08T21:06:51.011Z Compiling proc-macro-error v1.0.4
31432026-06-08T21:06:51.029Z Compiling proc-macro-crate v1.3.1
31442026-06-08T21:06:51.065Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31452026-06-08T21:06:51.083Z Compiling atomicwrites v0.4.4
31462026-06-08T21:06:51.101Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31472026-06-08T21:06:51.180Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31482026-06-08T21:06:51.245Z Compiling foreign-types-macros v0.2.3
31492026-06-08T21:06:51.305Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31502026-06-08T21:06:51.356Z Compiling cpufeatures v0.3.0
31512026-06-08T21:06:51.426Z Compiling foreign-types-shared v0.3.1
31522026-06-08T21:06:51.457Z Compiling float-ord v0.3.2
31532026-06-08T21:06:51.460Z Compiling rayon-core v1.13.0
31542026-06-08T21:06:51.497Z Compiling num_enum_derive v0.5.11
31552026-06-08T21:06:51.516Z Compiling chacha20 v0.10.0
31562026-06-08T21:06:51.563Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31572026-06-08T21:06:51.603Z Compiling num_enum v0.7.6
31582026-06-08T21:06:51.640Z Compiling crossbeam-deque v0.8.6
31592026-06-08T21:06:51.656Z Compiling camino-tempfile v1.4.1
31602026-06-08T21:06:51.715Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31612026-06-08T21:06:51.736Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31622026-06-08T21:06:51.752Z Compiling cstr-argument v0.1.2
31632026-06-08T21:06:51.777Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31642026-06-08T21:06:51.877Z Compiling rand v0.10.0
31652026-06-08T21:06:51.894Z Compiling foreign-types v0.5.0
31662026-06-08T21:06:51.922Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31672026-06-08T21:06:51.946Z Compiling toml v0.8.23
31682026-06-08T21:06:52.002Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31692026-06-08T21:06:52.042Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31702026-06-08T21:06:52.162Z Compiling zone_cfg_derive v0.3.1
31712026-06-08T21:06:52.193Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31722026-06-08T21:06:52.211Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31732026-06-08T21:06:52.234Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31742026-06-08T21:06:52.259Z Compiling itertools v0.12.1
31752026-06-08T21:06:52.276Z Compiling ingot-types v0.1.2
31762026-06-08T21:06:52.298Z Compiling rayon v1.11.0
31772026-06-08T21:06:52.340Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31782026-06-08T21:06:52.376Z Compiling num-derive v0.4.2
31792026-06-08T21:06:52.426Z Compiling sigpipe v0.1.3
31802026-06-08T21:06:52.539Z Compiling glob v0.3.3
31812026-06-08T21:06:52.565Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31822026-06-08T21:06:52.606Z Compiling num_enum v0.5.11
31832026-06-08T21:06:52.624Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31842026-06-08T21:06:52.738Z Compiling ingot v0.1.1
31852026-06-08T21:06:52.758Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31862026-06-08T21:06:52.762Z Compiling smf v0.2.3
31872026-06-08T21:06:52.824Z Compiling prettyplease v0.2.37
31882026-06-08T21:06:52.841Z Compiling whoami v1.6.1
31892026-06-08T21:06:52.867Z Compiling usdt-macro v0.5.0
31902026-06-08T21:06:52.900Z Compiling usdt-attr-macro v0.5.0
31912026-06-08T21:06:53.111Z Compiling gethostname v0.5.0
31922026-06-08T21:06:53.160Z Compiling memmap v0.7.0
31932026-06-08T21:06:53.250Z Compiling derive-where v1.6.0
31942026-06-08T21:06:53.268Z Compiling resolv-conf v0.7.6
31952026-06-08T21:06:53.328Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31962026-06-08T21:06:53.375Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31972026-06-08T21:06:53.392Z Compiling zone v0.3.1
31982026-06-08T21:06:53.492Z Compiling owo-colors v4.3.0
31992026-06-08T21:06:53.511Z Compiling cancel-safe-futures v0.1.5
32002026-06-08T21:06:53.645Z Compiling libsw-core v0.3.2
32012026-06-08T21:06:53.688Z Compiling console v0.15.11
32022026-06-08T21:06:53.742Z Compiling usdt v0.5.0
32032026-06-08T21:06:53.798Z Compiling libsw v3.5.0
32042026-06-08T21:06:53.853Z Compiling hickory-proto v0.24.4
32052026-06-08T21:06:53.939Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32062026-06-08T21:06:54.036Z Compiling newline-converter v0.3.0
32072026-06-08T21:06:54.052Z Compiling libefi-sys v0.1.0
32082026-06-08T21:06:54.119Z Compiling linked-hash-map v0.5.6
32092026-06-08T21:06:54.122Z Compiling linear-map v1.2.0
32102026-06-08T21:06:54.154Z Compiling expectorate v1.2.0
32112026-06-08T21:06:54.179Z Compiling git-stub v1.0.0
32122026-06-08T21:06:54.304Z Compiling lru-cache v0.1.2
32132026-06-08T21:06:54.325Z Compiling bitfield-struct v0.6.2
32142026-06-08T21:06:54.345Z Compiling nom v8.0.0
32152026-06-08T21:06:54.348Z Compiling semver v0.1.20
32162026-06-08T21:06:54.348Z Compiling tokio-dtrace v0.1.1
32172026-06-08T21:06:54.463Z Compiling typify-macro v0.6.2
32182026-06-08T21:06:54.498Z Compiling git-stub-vcs v0.1.0
32192026-06-08T21:06:54.539Z Compiling dropshot-api-manager-types v0.7.2
32202026-06-08T21:06:54.613Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32212026-06-08T21:06:54.637Z Compiling rustc_version v0.1.7
32222026-06-08T21:06:54.705Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32232026-06-08T21:06:54.727Z Compiling slog-dtrace v0.3.0
32242026-06-08T21:06:54.754Z Compiling minimal-lexical v0.2.1
32252026-06-08T21:06:54.812Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32262026-06-08T21:06:54.829Z Compiling oxide-tokio-rt v0.1.4
32272026-06-08T21:06:54.897Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32282026-06-08T21:06:54.917Z Compiling newtype_derive v0.1.6
32292026-06-08T21:06:54.921Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32302026-06-08T21:06:54.921Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32312026-06-08T21:06:55.038Z Compiling nom v7.1.3
32322026-06-08T21:06:55.057Z Compiling phf_shared v0.12.1
32332026-06-08T21:06:55.061Z Compiling csv-core v0.1.13
32342026-06-08T21:06:55.093Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32352026-06-08T21:06:55.147Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32362026-06-08T21:06:55.165Z Compiling highway v1.3.0
32372026-06-08T21:06:55.195Z Compiling xshell-macros v0.2.7
32382026-06-08T21:06:55.249Z Compiling chrono-tz v0.10.4
32392026-06-08T21:06:55.267Z Compiling const_format_proc_macros v0.2.34
32402026-06-08T21:06:55.375Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32412026-06-08T21:06:55.426Z Compiling csv v1.4.0
32422026-06-08T21:06:55.498Z Compiling phf v0.12.1
32432026-06-08T21:06:55.618Z Compiling xshell v0.2.7
32442026-06-08T21:06:55.681Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32452026-06-08T21:06:55.782Z Compiling primeorder v0.13.6
32462026-06-08T21:06:56.004Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32472026-06-08T21:06:56.022Z Compiling hickory-resolver v0.24.4
32482026-06-08T21:06:56.069Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32492026-06-08T21:06:56.162Z Compiling const_format v0.2.35
32502026-06-08T21:06:56.180Z Compiling tabled_derive v0.7.0
32512026-06-08T21:06:56.199Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32522026-06-08T21:06:56.317Z Compiling bcs v0.1.6
32532026-06-08T21:06:56.360Z Compiling typify v0.6.2
32542026-06-08T21:06:56.397Z Compiling tagptr v0.2.0
32552026-06-08T21:06:56.457Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32562026-06-08T21:06:56.529Z Compiling progenitor-impl v0.14.0
32572026-06-08T21:06:56.533Z Compiling termtree v0.5.1
32582026-06-08T21:06:56.584Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32592026-06-08T21:06:56.688Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32602026-06-08T21:06:56.716Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32612026-06-08T21:06:56.716Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32622026-06-08T21:06:56.939Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32632026-06-08T21:06:56.997Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32642026-06-08T21:06:57.154Z Compiling qorb v0.4.1
32652026-06-08T21:06:57.174Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32662026-06-08T21:06:57.224Z Compiling salty v0.3.0
32672026-06-08T21:06:57.246Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32682026-06-08T21:06:57.451Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32692026-06-08T21:06:57.476Z Compiling textwrap v0.16.2
32702026-06-08T21:06:57.524Z Compiling tabled v0.15.0
32712026-06-08T21:06:57.684Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32722026-06-08T21:06:57.706Z Compiling moka v0.12.13
32732026-06-08T21:06:57.938Z Compiling steno v0.4.1
32742026-06-08T21:06:57.981Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32752026-06-08T21:06:58.155Z Compiling radium v0.7.0
32762026-06-08T21:06:58.252Z Compiling base64 v0.21.7
32772026-06-08T21:06:58.398Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32782026-06-08T21:06:58.487Z Compiling hickory-resolver v0.25.2
32792026-06-08T21:06:58.517Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32802026-06-08T21:06:58.536Z Compiling p384 v0.13.1
32812026-06-08T21:06:58.597Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32822026-06-08T21:06:58.733Z Compiling typify-impl v0.4.3
32832026-06-08T21:06:58.839Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32842026-06-08T21:06:59.025Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32852026-06-08T21:06:59.094Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32862026-06-08T21:06:59.118Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32872026-06-08T21:06:59.219Z Compiling tap v1.0.1
32882026-06-08T21:06:59.241Z Compiling progenitor-macro v0.14.0
32892026-06-08T21:06:59.358Z Compiling maybe-uninit v2.0.0
32902026-06-08T21:06:59.376Z Compiling wyz v0.5.1
32912026-06-08T21:06:59.653Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32922026-06-08T21:06:59.690Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32932026-06-08T21:06:59.778Z Compiling proc-macro-error-attr2 v2.0.0
32942026-06-08T21:06:59.918Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32952026-06-08T21:06:59.961Z Compiling utf-8 v0.7.6
32962026-06-08T21:07:00.075Z Compiling funty v2.0.0
32972026-06-08T21:07:00.165Z Compiling parking_lot_core v0.8.6
32982026-06-08T21:07:00.183Z Compiling packed_struct v0.10.1
32992026-06-08T21:07:00.241Z Compiling proc-macro-error2 v2.0.1
33002026-06-08T21:07:00.421Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33012026-06-08T21:07:00.474Z Compiling bitvec v1.0.1
33022026-06-08T21:07:00.555Z Compiling tungstenite v0.21.0
33032026-06-08T21:07:00.572Z Compiling polyval v0.6.2
33042026-06-08T21:07:00.607Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33052026-06-08T21:07:00.607Z Compiling num-derive v0.3.3
33062026-06-08T21:07:00.670Z Compiling packed_struct_codegen v0.10.1
33072026-06-08T21:07:00.714Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33082026-06-08T21:07:00.773Z Compiling bitfield-macros v0.19.4
33092026-06-08T21:07:00.854Z Compiling zerocopy-derive v0.6.6
33102026-06-08T21:07:00.870Z Compiling indexmap v1.9.3
33112026-06-08T21:07:01.024Z Compiling nodrop v0.1.14
33122026-06-08T21:07:01.101Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33132026-06-08T21:07:01.155Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33142026-06-08T21:07:01.326Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33152026-06-08T21:07:01.384Z Compiling crc-catalog v2.4.0
33162026-06-08T21:07:01.453Z Compiling array-init v0.0.4
33172026-06-08T21:07:01.474Z Compiling crc v3.4.0
33182026-06-08T21:07:01.537Z Compiling tokio-tungstenite v0.21.0
33192026-06-08T21:07:01.576Z Compiling bitfield v0.19.4
33202026-06-08T21:07:01.610Z Compiling libscf-sys v1.1.0
33212026-06-08T21:07:01.718Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33222026-06-08T21:07:01.763Z Compiling zerocopy v0.6.6
33232026-06-08T21:07:01.791Z Compiling ghash v0.5.1
33242026-06-08T21:07:01.831Z Compiling smallvec v0.6.14
33252026-06-08T21:07:01.913Z Compiling tabled_derive v0.11.0
33262026-06-08T21:07:01.957Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33272026-06-08T21:07:02.077Z Compiling papergrid v0.17.0
33282026-06-08T21:07:02.094Z Compiling testing_table v0.3.0
33292026-06-08T21:07:02.151Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33302026-06-08T21:07:02.169Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33312026-06-08T21:07:02.298Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33322026-06-08T21:07:02.315Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33332026-06-08T21:07:02.360Z Compiling ctr v0.9.2
33342026-06-08T21:07:02.380Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33352026-06-08T21:07:02.547Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33362026-06-08T21:07:02.564Z Compiling illumos-nvpair-sys v0.2.0
33372026-06-08T21:07:02.594Z Compiling corncobs v0.1.4
33382026-06-08T21:07:02.727Z Compiling hashbrown v0.12.3
33392026-06-08T21:07:02.745Z Compiling unicase v2.9.0
33402026-06-08T21:07:02.812Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33412026-06-08T21:07:02.853Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33422026-06-08T21:07:02.892Z Compiling aes-gcm v0.10.3
33432026-06-08T21:07:02.908Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33442026-06-08T21:07:02.929Z Compiling parking_lot v0.11.2
33452026-06-08T21:07:02.981Z Compiling mime_guess v2.0.5
33462026-06-08T21:07:03.111Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33472026-06-08T21:07:03.168Z Compiling tabled v0.20.0
33482026-06-08T21:07:03.275Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33492026-06-08T21:07:03.299Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33502026-06-08T21:07:03.351Z Compiling serde-hex v0.1.0
33512026-06-08T21:07:03.353Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33522026-06-08T21:07:03.353Z Compiling typify-macro v0.4.3
33532026-06-08T21:07:03.581Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33542026-06-08T21:07:03.681Z Compiling ron v0.8.1
33552026-06-08T21:07:03.749Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33562026-06-08T21:07:03.782Z Compiling hashbrown v0.13.2
33572026-06-08T21:07:03.829Z Compiling progenitor-client v0.11.2
33582026-06-08T21:07:03.900Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33592026-06-08T21:07:03.940Z Compiling prefix-trie v0.7.0
33602026-06-08T21:07:04.207Z Compiling blowfish v0.9.1
33612026-06-08T21:07:04.253Z Compiling ssh-encoding v0.2.0
33622026-06-08T21:07:04.313Z Compiling fxhash v0.2.1
33632026-06-08T21:07:04.377Z Compiling secrecy v0.8.0
33642026-06-08T21:07:04.465Z Compiling progenitor v0.14.0
33652026-06-08T21:07:04.499Z Compiling crc-any v2.5.0
33662026-06-08T21:07:04.556Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33672026-06-08T21:07:04.608Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33682026-06-08T21:07:04.626Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33692026-06-08T21:07:04.660Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33702026-06-08T21:07:04.778Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33712026-06-08T21:07:04.824Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33722026-06-08T21:07:05.218Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33732026-06-08T21:07:05.271Z Compiling ssh-cipher v0.2.0
33742026-06-08T21:07:05.317Z Compiling typify v0.4.3
33752026-06-08T21:07:05.461Z Compiling progenitor-impl v0.11.2
33762026-06-08T21:07:05.479Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33772026-06-08T21:07:05.500Z Compiling sled v0.34.7
33782026-06-08T21:07:05.518Z Compiling bcrypt-pbkdf v0.10.0
33792026-06-08T21:07:05.731Z Compiling hickory-server v0.25.2
33802026-06-08T21:07:05.886Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33812026-06-08T21:07:05.941Z Compiling object v0.30.4
33822026-06-08T21:07:06.053Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33832026-06-08T21:07:06.071Z Compiling password-hash v0.4.2
33842026-06-08T21:07:06.163Z Compiling half v1.8.3
33852026-06-08T21:07:06.272Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33862026-06-08T21:07:06.472Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33872026-06-08T21:07:06.505Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33882026-06-08T21:07:06.807Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33892026-06-08T21:07:06.860Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33902026-06-08T21:07:07.374Z Compiling crc8 v0.1.1
33912026-06-08T21:07:07.493Z Compiling http-range v0.1.5
33922026-06-08T21:07:07.519Z Compiling path-slash v0.1.5
33932026-06-08T21:07:07.619Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33942026-06-08T21:07:07.670Z Compiling serde_cbor v0.11.2
33952026-06-08T21:07:07.693Z Compiling pbkdf2 v0.11.0
33962026-06-08T21:07:07.717Z Compiling illumos-nvpair v0.3.0
33972026-06-08T21:07:07.944Z Compiling ssh-key v0.6.7
33982026-06-08T21:07:08.223Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33992026-06-08T21:07:08.248Z Compiling progenitor-macro v0.11.2
34002026-06-08T21:07:08.300Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34012026-06-08T21:07:08.393Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34022026-06-08T21:07:08.672Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34032026-06-08T21:07:08.778Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34042026-06-08T21:07:08.991Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34052026-06-08T21:07:09.030Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34062026-06-08T21:07:09.256Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34072026-06-08T21:07:09.277Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34082026-06-08T21:07:09.330Z Compiling p521 v0.13.3
34092026-06-08T21:07:09.415Z Compiling p256 v0.13.2
34102026-06-08T21:07:09.603Z Compiling yasna v0.5.2
34112026-06-08T21:07:09.640Z Compiling kstat-rs v0.2.4
34122026-06-08T21:07:09.715Z Compiling headers-core v0.3.0
34132026-06-08T21:07:09.827Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34142026-06-08T21:07:09.845Z Compiling nanorand v0.7.0
34152026-06-08T21:07:09.848Z Compiling russh-cryptovec v0.7.3
34162026-06-08T21:07:09.880Z Compiling atty v0.2.14
34172026-06-08T21:07:09.957Z Compiling md5 v0.7.0
34182026-06-08T21:07:09.986Z Compiling home v0.5.12
34192026-06-08T21:07:10.029Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
34202026-06-08T21:07:10.080Z Compiling flume v0.11.1
34212026-06-08T21:07:10.152Z Compiling russh-keys v0.45.0
34222026-06-08T21:07:10.170Z Compiling rcgen v0.12.1
34232026-06-08T21:07:10.175Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34242026-06-08T21:07:10.264Z Compiling headers v0.4.1
34252026-06-08T21:07:10.341Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34262026-06-08T21:07:10.359Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34272026-06-08T21:07:10.415Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34282026-06-08T21:07:10.434Z Compiling hyper-staticfile v0.10.1
34292026-06-08T21:07:10.524Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34302026-06-08T21:07:10.703Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34312026-06-08T21:07:10.798Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34322026-06-08T21:07:10.851Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34332026-06-08T21:07:10.928Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34342026-06-08T21:07:10.989Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34352026-06-08T21:07:11.069Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34362026-06-08T21:07:11.109Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34372026-06-08T21:07:11.301Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34382026-06-08T21:07:11.388Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34392026-06-08T21:07:11.596Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34402026-06-08T21:07:11.599Z Compiling num-bigint v0.4.6
34412026-06-08T21:07:11.624Z Compiling des v0.8.1
34422026-06-08T21:07:11.632Z Compiling subprocess v0.2.15
34432026-06-08T21:07:11.660Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34442026-06-08T21:07:11.702Z Compiling hex-literal v0.4.1
34452026-06-08T21:07:11.757Z Compiling display-error-chain v0.2.2
34462026-06-08T21:07:11.828Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34472026-06-08T21:07:11.846Z Compiling colored v2.2.0
34482026-06-08T21:07:11.866Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34492026-06-08T21:07:11.895Z Compiling socket2 v0.5.10
34502026-06-08T21:07:11.933Z Compiling internet-checksum v0.2.1
34512026-06-08T21:07:12.114Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34522026-06-08T21:07:12.250Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34532026-06-08T21:07:12.792Z Compiling russh v0.45.0
34542026-06-08T21:07:13.295Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34552026-06-08T21:07:13.314Z Compiling progenitor v0.11.2
34562026-06-08T21:07:13.332Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34572026-06-08T21:07:13.481Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34582026-06-08T21:07:15.810Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34592026-06-08T21:07:16.479Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34602026-06-08T21:07:16.936Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34612026-06-08T21:07:18.570Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34622026-06-08T21:07:19.091Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34632026-06-08T21:07:26.637Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34642026-06-08T21:07:26.637Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34652026-06-08T21:07:26.641Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34662026-06-08T21:07:26.641Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34672026-06-08T21:07:28.360Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34682026-06-08T21:07:28.435Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34692026-06-08T21:07:32.524Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34702026-06-08T21:08:11.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34712026-06-08T21:08:11.413Z
34722026-06-08T21:08:11.413Zreal 1:25.712350722
34732026-06-08T21:08:11.413Zuser 8:09.341277147
34742026-06-08T21:08:11.413Zsys 1:42.473596280
34752026-06-08T21:08:11.419Ztrap 0.241477666
34762026-06-08T21:08:11.419Ztflt 0.529475193
34772026-06-08T21:08:11.419Zdflt 1.621059465
34782026-06-08T21:08:11.419Zkflt 0.005396662
34792026-06-08T21:08:11.419Zlock 27:35.935517242
34802026-06-08T21:08:11.419Zslp 18:41.762305651
34812026-06-08T21:08:11.420Zlat 37.417352799
34822026-06-08T21:08:11.420Zstop 2:43.148684133
34832026-06-08T21:08:11.420Z+ mkdir tests
34842026-06-08T21:08:11.420Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34852026-06-08T21:08:11.420Z+ xargs -I '{}' -t cp '{}' tests/
34862026-06-08T21:08:11.440Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-83ffc7a0a6dd3013 tests/
34872026-06-08T21:08:11.468Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-5cb81a4442024e3b tests/
34882026-06-08T21:08:11.502Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-0f6493148f0d4209 tests/
34892026-06-08T21:08:11.532Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6c7bc3bbe97020e4 tests/
34902026-06-08T21:08:11.868Z+ 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)
34912026-06-08T21:08:11.885Z+ 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-5cb81a4442024e3b tests/commtest-0f6493148f0d4209 tests/dhcp_server-83ffc7a0a6dd3013 tests/end_to_end_tests-6c7bc3bbe97020e4 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
34922026-06-08T21:09:33.938ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34932026-06-08T21:09:33.938Za .github/buildomat/ci-env.sh 1K
34942026-06-08T21:09:33.938Za out/target/test 1K
34952026-06-08T21:09:33.938Za out/npuzone/npuzone 27402K
34962026-06-08T21:09:33.938Za package-manifest.toml 35K
34972026-06-08T21:09:33.938Za smf/sled-agent/non-gimlet/config.toml 6K
34982026-06-08T21:09:33.938Za target/release/omicron-package 46205K
34992026-06-08T21:09:33.938Za target/release/xtask 11453K
35002026-06-08T21:09:33.938Za target/debug/bootstrap 354735K
35012026-06-08T21:09:33.938Za tests/bootstrap-5cb81a4442024e3b 31215K
35022026-06-08T21:09:33.938Za tests/commtest-0f6493148f0d4209 32300K
35032026-06-08T21:09:33.938Za tests/dhcp_server-83ffc7a0a6dd3013 31215K
35042026-06-08T21:09:33.938Za tests/end_to_end_tests-6c7bc3bbe97020e4 395811K
35052026-06-08T21:09:33.938Za tools/opte_version 1K
35062026-06-08T21:09:33.938Za tools/opte_version_override 2K
35072026-06-08T21:09:33.938Za out/clickhouse.tar.gz 321897K
35082026-06-08T21:09:33.938Za out/clickhouse_keeper.tar.gz 306962K
35092026-06-08T21:09:33.938Za out/clickhouse_server.tar.gz 321895K
35102026-06-08T21:09:33.938Za out/cockroachdb.tar.gz 166143K
35112026-06-08T21:09:33.938Za out/crucible-pantry-zone.tar.gz 41125K
35122026-06-08T21:09:33.938Za out/crucible-utils.tar 16478K
35132026-06-08T21:09:33.938Za out/crucible-zone.tar.gz 56695K
35142026-06-08T21:09:33.938Za out/external-dns.tar.gz 51260K
35152026-06-08T21:09:33.938Za out/internal-dns.tar.gz 51259K
35162026-06-08T21:09:33.938Za out/mg-ddm-gz.tar 97912K
35172026-06-08T21:09:33.938Za out/nexus.tar.gz 280879K
35182026-06-08T21:09:33.938Za out/ntp.tar.gz 32798K
35192026-06-08T21:09:33.938Za out/omicron-gateway-softnpu.tar.gz 29798K
35202026-06-08T21:09:33.938Za out/omicron-sled-agent.tar 206654K
35212026-06-08T21:09:33.938Za out/overlay.tar.gz 3K
35222026-06-08T21:09:33.938Za out/oximeter.tar.gz 68157K
35232026-06-08T21:09:33.938Za out/oxlog.tar 3782K
35242026-06-08T21:09:33.939Za out/probe.tar.gz 3037K
35252026-06-08T21:09:33.939Za out/propolis-server.tar.gz 34918K
35262026-06-08T21:09:33.939Za out/pumpkind-gz.tar 26647K
35272026-06-08T21:09:33.939Za out/switch-softnpu.tar.gz 455255K
35282026-06-08T21:09:33.942Z
35292026-06-08T21:09:33.942Zreal 1:22.074302118
35302026-06-08T21:09:33.942Zuser 1:19.354013613
35312026-06-08T21:09:33.942Zsys 4.496032518
35322026-06-08T21:09:33.942Ztrap 0.006018364
35332026-06-08T21:09:33.942Ztflt 0.000000000
35342026-06-08T21:09:33.942Zdflt 0.000000000
35352026-06-08T21:09:33.942Zkflt 0.000000000
35362026-06-08T21:09:33.942Zlock 0.000000000
35372026-06-08T21:09:33.942Zslp 1:19.269456728
35382026-06-08T21:09:33.942Zlat 1.017616099
35392026-06-08T21:09:33.942Zstop 0.000535868
35402026-06-08T21:09:33.942Zprocess exited: duration 1009457 ms, exit code 0
 
35412026-06-08T21:09:33.956Zfound 1 output files
35422026-06-08T21:09:33.956Zuploading: /work/package.tar.gz (2568502124 bytes)
35432026-06-08T21:10:04.711Zuploaded: /work/package.tar.gz