01KSKAK2A69DS7C5GD60QZX1Z2: 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: 01KSKAKPCTXWQPMC6H4BNHDXAA

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-26T23:42:07.088Zjob assigned to worker 01KSKAKXWW0ZP0BW83C1X22YTS [factory aws, i-0d87ae00a961e3323] (queued for 59 s)
 
22026-05-26T23:42:13.928Zstarting task 0: "setup"
32026-05-26T23:42:13.932Z++ uname -s
42026-05-26T23:42:13.935Z+ kern=SunOS
52026-05-26T23:42:13.935Z+ build_user=build
62026-05-26T23:42:13.935Z+ build_uid=12345
72026-05-26T23:42:13.935Z+ work_dir=/work
82026-05-26T23:42:13.935Z+ input_dir=/input
92026-05-26T23:42:13.935Z+ [[ 0 == 12345 ]]
102026-05-26T23:42:13.935Z+ case "$kern" in
112026-05-26T23:42:13.935Z+ groupadd -g 12345 build
122026-05-26T23:42:13.937Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-26T23:42:15.943Z+ zfs create -o mountpoint=/work rpool/work
142026-05-26T23:42:16.059Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-26T23:42:16.062Z+ home_fs=zfs
162026-05-26T23:42:16.062Z+ [[ zfs == autofs ]]
172026-05-26T23:42:16.063Z+ mkdir -p /home/build
182026-05-26T23:42:16.063Z+ chown build:build /home/build /work
192026-05-26T23:42:18.065Z+ chmod 0700 /home/build /work
202026-05-26T23:42:18.068Zprocess exited: duration 4142 ms, exit code 0
 
212026-05-26T23:42:18.074Zstarting task 1: "rust-toolchain"
222026-05-26T23:42:18.079Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-26T23:42:18.080Z * rust toolchain channel = "1.94.0"
242026-05-26T23:42:18.080Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-26T23:42:18.080Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-26T23:42:18.080Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-26T23:42:18.080Z * rust toolchain profile = "default"
282026-05-26T23:42:18.083Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-26T23:42:18.083Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-26T23:42:18.192Zinfo: downloading installer
312026-05-26T23:42:19.530Zwarn: It looks like you have an existing rustup settings file at:
322026-05-26T23:42:19.530Zwarn: /home/build/.rustup/settings.toml
332026-05-26T23:42:19.530Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-26T23:42:19.530Zwarn: instead of the one inferred from the default host triple.
352026-05-26T23:42:19.543Zinfo: profile set to default
362026-05-26T23:42:19.543Zinfo: default host triple is x86_64-unknown-illumos
372026-05-26T23:42:19.545Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-26T23:42:19.676Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-26T23:42:19.678Zinfo: downloading 6 components
402026-05-26T23:42:34.212Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-26T23:42:34.212Z
422026-05-26T23:42:34.240Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-26T23:42:34.240Z
442026-05-26T23:42:34.240Z
452026-05-26T23:42:34.240ZRust is installed now. Great!
462026-05-26T23:42:34.240Z
472026-05-26T23:42:34.240ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-26T23:42:34.240Zenvironment variable. This has not been done automatically.
492026-05-26T23:42:34.240Z
502026-05-26T23:42:34.240ZTo configure your current shell, you need to source
512026-05-26T23:42:34.240Zthe corresponding env file under $HOME/.cargo.
522026-05-26T23:42:34.243Z
532026-05-26T23:42:34.244ZThis is usually done by running one of the following (note the leading DOT):
542026-05-26T23:42:34.244Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-26T23:42:34.244Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-26T23:42:34.244Zsource "~/.cargo/env.nu" # For nushell
572026-05-26T23:42:34.244Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-26T23:42:34.244Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-26T23:42:34.244Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-26T23:42:34.244Zwarn: no default linker (`cc`) was found in your PATH
612026-05-26T23:42:34.244Zwarn: many Rust crates require a system C toolchain to build
622026-05-26T23:42:34.326Z+ rustup --version
632026-05-26T23:42:34.332Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-26T23:42:34.332Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-26T23:42:34.354Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-26T23:42:34.357Z+ cargo --version
672026-05-26T23:42:34.365Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-26T23:42:34.368Z+ rustc --version
692026-05-26T23:42:34.389Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-26T23:42:34.393Zprocess exited: duration 16318 ms, exit code 0
 
712026-05-26T23:42:34.398Zstarting task 2: "authentication"
722026-05-26T23:42:34.417Zprocess exited: duration 18 ms, exit code 0
 
732026-05-26T23:42:34.422Zstarting task 3: "clone repository"
742026-05-26T23:42:34.427Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-26T23:42:34.429Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-26T23:42:34.469ZCloning into '/work/oxidecomputer/omicron'...
772026-05-26T23:42:44.465Z+ cd /work/oxidecomputer/omicron
782026-05-26T23:42:44.465Z+ git fetch origin 91a304ab5aabd1a0d37b781a0709f297e2d8df5a
792026-05-26T23:42:44.756ZFrom https://github.com/oxidecomputer/omicron
802026-05-26T23:42:44.756Z * branch 91a304ab5aabd1a0d37b781a0709f297e2d8df5a -> FETCH_HEAD
812026-05-26T23:42:44.770Z+ [[ -n sunshowers/spr/3n-ls-apis-track-sled-agent-rack-setup-as-a-separate-subcomponent ]]
822026-05-26T23:42:44.773Z++ git branch --show-current
832026-05-26T23:42:44.776Z+ current=main
842026-05-26T23:42:44.776Z+ [[ main != sunshowers/spr/3n-ls-apis-track-sled-agent-rack-setup-as-a-separate-subcomponent ]]
852026-05-26T23:42:44.776Z+ git branch -f sunshowers/spr/3n-ls-apis-track-sled-agent-rack-setup-as-a-separate-subcomponent 91a304ab5aabd1a0d37b781a0709f297e2d8df5a
862026-05-26T23:42:44.779Z+ git checkout -f sunshowers/spr/3n-ls-apis-track-sled-agent-rack-setup-as-a-separate-subcomponent
872026-05-26T23:42:45.014ZSwitched to branch 'sunshowers/spr/3n-ls-apis-track-sled-agent-rack-setup-as-a-separate-subcomponent'
882026-05-26T23:42:45.018Z+ git reset --hard 91a304ab5aabd1a0d37b781a0709f297e2d8df5a
892026-05-26T23:42:45.037ZHEAD is now at 91a304ab5 rebase on main
902026-05-26T23:42:45.042Zprocess exited: duration 10607 ms, exit code 0
 
912026-05-26T23:42:45.048Zstarting task 4: "build"
922026-05-26T23:42:45.075Z+ source .github/buildomat/ci-env.sh
932026-05-26T23:42:45.076Z++ export CARGO_TERM_COLOR=always
942026-05-26T23:42:45.076Z++ CARGO_TERM_COLOR=always
952026-05-26T23:42:45.076Z+ cargo --version
962026-05-26T23:42:45.082Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-26T23:42:45.083Z+ rustc --version
982026-05-26T23:42:45.086Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-26T23:42:45.089Z+ WORK=/work
1002026-05-26T23:42:45.089Z+ pfexec mkdir -p /work
1012026-05-26T23:42:45.092Z+ pfexec chown build /work
1022026-05-26T23:42:45.095Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-26T23:42:46.638Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-26T23:42:46.707Z Startup: Caching catalogs ... Done
1052026-05-26T23:42:46.971ZPlanning: Solver setup ... Done (0.228s)
1062026-05-26T23:42:46.989ZPlanning: Running solver ... Done (0.019s)
1072026-05-26T23:42:46.995ZPlanning: Finding local manifests ... Done (0.003s)
1082026-05-26T23:42:47.005ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-26T23:42:47.026ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-26T23:42:47.039ZPlanning: Package planning ... Done (0.013s)
1112026-05-26T23:42:47.042ZPlanning: Merging actions ... Done (0.001s)
1122026-05-26T23:42:47.233ZPlanning: Checking for conflicting actions ... Done (0.192s)
1132026-05-26T23:42:47.236ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-26T23:42:48.107ZPlanning: Evaluating mediators ... Done (0.873s)
1152026-05-26T23:42:48.110ZPlanning: Planning completed in 1.38 seconds
1162026-05-26T23:42:48.116Z Packages to install: 2
1172026-05-26T23:42:48.116Z Estimated space available: 156.07 GB
1182026-05-26T23:42:48.116ZEstimated space to be consumed: 22.53 MB
1192026-05-26T23:42:48.119Z Create boot environment: No
1202026-05-26T23:42:48.119ZCreate backup boot environment: No
1212026-05-26T23:42:48.119Z Rebuild boot archive: No
1222026-05-26T23:42:48.119Z
1232026-05-26T23:42:48.119ZChanged packages:
1242026-05-26T23:42:48.119Zhelios
1252026-05-26T23:42:48.119Z developer/build-essential
1262026-05-26T23:42:48.119Z None -> 11-3.0
1272026-05-26T23:42:48.119Z library/libxmlsec1
1282026-05-26T23:42:48.120Z None -> 1.2.35-3.0
1292026-05-26T23:42:48.142Z
1302026-05-26T23:42:48.142ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-26T23:42:49.556ZDownload: Completed 1.28 MB in 1.41 seconds (927k/s)
1322026-05-26T23:42:49.636Z Actions: 1/268 actions (Installing new actions)
1332026-05-26T23:42:49.676Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-26T23:42:49.721ZFinalize: Updating package state database ... Done (0.034s)
1352026-05-26T23:42:49.721ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-26T23:42:49.728ZFinalize: Updating image state ... Done (0.018s)
1372026-05-26T23:42:52.265ZFinalize: Creating fast lookup database ... Done (2.514s)
1382026-05-26T23:42:52.334ZFinalize: Reading search index ... Done (0.012s)
1392026-05-26T23:42:52.338ZFinalize: Updating search index ... Done (0.000s)
1402026-05-26T23:42:52.442ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-26T23:42:52.739ZPlanning: Evaluating mediator changes ... Done
1422026-05-26T23:42:52.840ZPlanning: Checking for conflicting actions ... Done
1432026-05-26T23:42:52.844ZPlanning: Consolidating action changes ... Done
1442026-05-26T23:42:52.998ZPlanning: Evaluating mediators ... Done
1452026-05-26T23:42:53.002ZPlanning: Planning completed in 0.26 seconds
1462026-05-26T23:42:53.022Z Mediators to change: 2
1472026-05-26T23:42:53.022Z Create boot environment: No
1482026-05-26T23:42:53.022ZCreate backup boot environment: No
1492026-05-26T23:42:53.128ZFinalize: Updating package state database ... Done
1502026-05-26T23:42:53.128ZFinalize: Updating package cache ... Done
1512026-05-26T23:42:53.139ZFinalize: Updating image state ... Done
1522026-05-26T23:42:55.075ZFinalize: Creating fast lookup database ... Done
1532026-05-26T23:42:55.137ZFinalize: Reading search index ... Done
1542026-05-26T23:42:55.140ZFinalize: Updating search index ... Done
1552026-05-26T23:42:55.226ZFinalize: Updating package cache ... Done
1562026-05-26T23:42:55.506ZPlanning: Evaluating mediator changes ... Done
1572026-05-26T23:42:55.610ZPlanning: Checking for conflicting actions ... Done
1582026-05-26T23:42:55.613ZPlanning: Consolidating action changes ... Done
1592026-05-26T23:42:55.770ZPlanning: Evaluating mediators ... Done
1602026-05-26T23:42:55.773ZPlanning: Planning completed in 0.26 seconds
1612026-05-26T23:42:55.793Z Mediators to change: 1
1622026-05-26T23:42:55.793Z Create boot environment: No
1632026-05-26T23:42:55.795ZCreate backup boot environment: No
1642026-05-26T23:42:55.848ZFinalize: Updating package state database ... Done
1652026-05-26T23:42:55.848ZFinalize: Updating package cache ... Done
1662026-05-26T23:42:55.862ZFinalize: Updating image state ... Done
1672026-05-26T23:42:57.815ZFinalize: Creating fast lookup database ... Done
1682026-05-26T23:42:57.864ZFinalize: Reading search index ... Done
1692026-05-26T23:42:57.867ZFinalize: Updating search index ... Done
1702026-05-26T23:42:57.941ZFinalize: Updating package cache ... Done
1712026-05-26T23:42:58.249ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-26T23:42:58.249Zapache system 2.4 system
1732026-05-26T23:42:58.249Zclang system 15 system
1742026-05-26T23:42:58.249Zcsh system system illumos
1752026-05-26T23:42:58.249Zctags system system illumos
1762026-05-26T23:42:58.249Zfile vendor vendor darwinsys
1772026-05-26T23:42:58.250Zfile system system illumos
1782026-05-26T23:42:58.250Zgcc vendor 14 vendor
1792026-05-26T23:42:58.250Zgcc system 13 system
1802026-05-26T23:42:58.250Zgcc system 10 system
1812026-05-26T23:42:58.250Zgo system 1.25 system
1822026-05-26T23:42:58.250Zllvm system 15 system
1832026-05-26T23:42:58.250Zmariadb system 11.4 system
1842026-05-26T23:42:58.250Zmta vendor vendor dma
1852026-05-26T23:42:58.250Zopenjdk system 17 system
1862026-05-26T23:42:58.250Zopenjdk system 11 system
1872026-05-26T23:42:58.250Zopenssl vendor 3 vendor
1882026-05-26T23:42:58.250Zperl system 5.40 system
1892026-05-26T23:42:58.250Zpostgresql system 18 system
1902026-05-26T23:42:58.250Zpostgresql system 17 system
1912026-05-26T23:42:58.250Zpython vendor 3 vendor
1922026-05-26T23:42:58.250Zpython system 2 system
1932026-05-26T23:42:58.250Zpython3 vendor 3.13 vendor
1942026-05-26T23:42:58.250Zruby system 3.4 system
1952026-05-26T23:42:58.250Zruby system 3.0 system
1962026-05-26T23:42:58.250Zwords vendor vendor american-english
1972026-05-26T23:42:58.250Zwords system system australian-english
1982026-05-26T23:42:58.250Zwords system system british-english
1992026-05-26T23:42:58.250Zwords system system canadian-english
2002026-05-26T23:42:58.252Zwords system system french
2012026-05-26T23:42:58.252Zwords system system italian
2022026-05-26T23:42:58.252Zwords system system ngerman
2032026-05-26T23:42:58.252Zwords system system ogerman
2042026-05-26T23:42:58.252Zwords system system spanish
2052026-05-26T23:42:58.502ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-26T23:42:58.502Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-26T23:42:58.771ZFMRI IFO
2082026-05-26T23:42:58.771Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-26T23:42:58.771Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-26T23:42:58.771Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-26T23:42:58.772Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-26T23:42:58.772Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-26T23:42:58.772Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-26T23:42:58.772Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-26T23:42:58.772Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-26T23:42:58.772Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-26T23:42:59.002Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-26T23:42:59.258Z Updating crates.io index
2192026-05-26T23:42:59.301Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-26T23:43:00.036Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-26T23:43:00.564Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-26T23:43:01.152Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-26T23:43:02.061Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-26T23:43:02.540Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-26T23:43:04.000Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-26T23:43:05.141Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-26T23:43:05.412Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-26T23:43:06.259Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-26T23:43:06.596Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-26T23:43:06.942Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-26T23:43:07.279Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-26T23:43:08.173Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-26T23:43:08.619Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-05-26T23:43:09.147Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-05-26T23:43:09.550Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-05-26T23:43:09.998Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-05-26T23:43:10.395Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-05-26T23:43:10.751Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-05-26T23:43:10.973Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-05-26T23:43:11.265Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-05-26T23:43:11.724Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-05-26T23:43:12.247Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-05-26T23:43:12.478Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-05-26T23:43:12.934Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-05-26T23:43:13.360Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-05-26T23:43:13.838Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-05-26T23:43:14.953Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-05-26T23:43:15.635Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-05-26T23:43:16.062Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2502026-05-26T23:43:16.383Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2512026-05-26T23:43:16.664Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2522026-05-26T23:43:16.974Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2532026-05-26T23:43:17.339Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2542026-05-26T23:43:17.623Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2552026-05-26T23:43:18.117Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2562026-05-26T23:43:18.370Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2572026-05-26T23:43:18.591Z Updating git repository `https://github.com/illumos/smf-rs`
2582026-05-26T23:43:18.965Z Updating git repository `https://github.com/oxidecomputer/omicron`
2592026-05-26T23:43:31.479Z Downloading crates ...
2602026-05-26T23:43:31.540Z Downloaded fnv v1.0.7
2612026-05-26T23:43:31.544Z Downloaded icu_normalizer v2.1.1
2622026-05-26T23:43:31.544Z Downloaded utf8parse v0.2.2
2632026-05-26T23:43:31.547Z Downloaded usdt v0.5.0
2642026-05-26T23:43:31.547Z Downloaded fastrand v2.3.0
2652026-05-26T23:43:31.547Z Downloaded cargo_metadata v0.21.0
2662026-05-26T23:43:31.547Z Downloaded serde-value v0.7.0
2672026-05-26T23:43:31.550Z Downloaded typeid v1.0.3
2682026-05-26T23:43:31.550Z Downloaded anstream v0.6.21
2692026-05-26T23:43:31.556Z Downloaded writeable v0.6.2
2702026-05-26T23:43:31.559Z Downloaded quote v1.0.45
2712026-05-26T23:43:31.563Z Downloaded ordered-float v2.10.1
2722026-05-26T23:43:31.563Z Downloaded anstyle-query v1.1.5
2732026-05-26T23:43:31.566Z Downloaded version_check v0.9.5
2742026-05-26T23:43:31.567Z Downloaded scroll v0.12.0
2752026-05-26T23:43:31.567Z Downloaded once_cell v1.21.3
2762026-05-26T23:43:31.570Z Downloaded proc-macro-error-attr v1.0.4
2772026-05-26T23:43:31.570Z Downloaded zerofrom-derive v0.1.6
2782026-05-26T23:43:31.570Z Downloaded usdt-attr-macro v0.5.0
2792026-05-26T23:43:31.570Z Downloaded unicode-xid v0.2.6
2802026-05-26T23:43:31.573Z Downloaded toml_datetime v0.6.11
2812026-05-26T23:43:31.573Z Downloaded unicode-linebreak v0.1.5
2822026-05-26T23:43:31.573Z Downloaded anstyle-parse v0.2.7
2832026-05-26T23:43:31.573Z Downloaded dtrace-parser v0.2.0
2842026-05-26T23:43:31.575Z Downloaded crypto-common v0.1.7
2852026-05-26T23:43:31.576Z Downloaded clap_derive v4.5.55
2862026-05-26T23:43:31.576Z Downloaded papergrid v0.11.0
2872026-05-26T23:43:31.579Z Downloaded yoke-derive v0.8.1
2882026-05-26T23:43:31.579Z Downloaded utf8_iter v1.0.4
2892026-05-26T23:43:31.581Z Downloaded toml_edit v0.22.27
2902026-05-26T23:43:31.581Z Downloaded serde_derive v1.0.228
2912026-05-26T23:43:31.584Z Downloaded zmij v1.0.21
2922026-05-26T23:43:31.585Z Downloaded zerovec-derive v0.11.2
2932026-05-26T23:43:31.589Z Downloaded yoke v0.8.1
2942026-05-26T23:43:31.589Z Downloaded toml_write v0.1.2
2952026-05-26T23:43:31.589Z Downloaded generic-array v0.14.7
2962026-05-26T23:43:31.592Z Downloaded num-traits v0.2.19
2972026-05-26T23:43:31.592Z Downloaded zerofrom v0.1.6
2982026-05-26T23:43:31.594Z Downloaded usdt-macro v0.5.0
2992026-05-26T23:43:31.594Z Downloaded equivalent v1.0.2
3002026-05-26T23:43:31.594Z Downloaded thread-id v4.2.2
3012026-05-26T23:43:31.594Z Downloaded sha2 v0.10.9
3022026-05-26T23:43:31.597Z Downloaded zerotrie v0.2.3
3032026-05-26T23:43:31.597Z Downloaded stable_deref_trait v1.2.1
3042026-05-26T23:43:31.597Z Downloaded pretty-hex v0.4.1
3052026-05-26T23:43:31.597Z Downloaded zerocopy-derive v0.7.35
3062026-05-26T23:43:31.600Z Downloaded thiserror v1.0.69
3072026-05-26T23:43:31.603Z Downloaded plain v0.2.3
3082026-05-26T23:43:31.603Z Downloaded ucd-trie v0.1.7
3092026-05-26T23:43:31.606Z Downloaded toml v0.8.23
3102026-05-26T23:43:31.606Z Downloaded thiserror v2.0.18
3112026-05-26T23:43:31.609Z Downloaded usdt-impl v0.5.0
3122026-05-26T23:43:31.609Z Downloaded idna_adapter v1.2.1
3132026-05-26T23:43:31.612Z Downloaded form_urlencoded v1.2.2
3142026-05-26T23:43:31.612Z Downloaded thiserror-impl v1.0.69
3152026-05-26T23:43:31.612Z Downloaded textwrap v0.16.2
3162026-05-26T23:43:31.616Z Downloaded cargo_toml v0.21.0
3172026-05-26T23:43:31.616Z Downloaded serde_tokenstream v0.2.3
3182026-05-26T23:43:31.616Z Downloaded serde-untagged v0.1.9
3192026-05-26T23:43:31.616Z Downloaded colorchoice v1.0.4
3202026-05-26T23:43:31.616Z Downloaded tinystr v0.8.2
3212026-05-26T23:43:31.618Z Downloaded thiserror-impl v2.0.18
3222026-05-26T23:43:31.618Z Downloaded dof v0.3.0
3232026-05-26T23:43:31.618Z Downloaded pest_derive v2.8.6
3242026-05-26T23:43:31.621Z Downloaded unicode-ident v1.0.24
3252026-05-26T23:43:31.621Z Downloaded errno v0.3.14
3262026-05-26T23:43:31.621Z Downloaded macaddr v1.0.1
3272026-05-26T23:43:31.624Z Downloaded anyhow v1.0.102
3282026-05-26T23:43:31.624Z Downloaded typenum v1.19.0
3292026-05-26T23:43:31.627Z Downloaded bytecount v0.6.9
3302026-05-26T23:43:31.627Z Downloaded scroll_derive v0.12.1
3312026-05-26T23:43:31.632Z Downloaded url v2.5.8
3322026-05-26T23:43:31.632Z Downloaded tabled_derive v0.7.0
3332026-05-26T23:43:31.632Z Downloaded serde_spanned v0.6.9
3342026-05-26T23:43:31.637Z Downloaded camino-tempfile v1.4.1
3352026-05-26T23:43:31.637Z Downloaded zerovec v0.11.5
3362026-05-26T23:43:31.637Z Downloaded swrite v0.1.0
3372026-05-26T23:43:31.637Z Downloaded heck v0.5.0
3382026-05-26T23:43:31.642Z Downloaded cargo-platform v0.2.0
3392026-05-26T23:43:31.642Z Downloaded strsim v0.11.1
3402026-05-26T23:43:31.642Z Downloaded smawk v0.3.2
3412026-05-26T23:43:31.645Z Downloaded cpufeatures v0.2.17
3422026-05-26T23:43:31.648Z Downloaded block-buffer v0.10.4
3432026-05-26T23:43:31.648Z Downloaded is_terminal_polyfill v1.70.2
3442026-05-26T23:43:31.648Z Downloaded heck v0.4.1
3452026-05-26T23:43:31.651Z Downloaded zerocopy v0.7.35
3462026-05-26T23:43:31.657Z Downloaded winnow v0.7.14
3472026-05-26T23:43:31.663Z Downloaded memmap v0.7.0
3482026-05-26T23:43:31.665Z Downloaded cfg-if v1.0.4
3492026-05-26T23:43:31.665Z Downloaded clap_lex v1.0.0
3502026-05-26T23:43:31.665Z Downloaded terminal_size v0.4.3
3512026-05-26T23:43:31.668Z Downloaded unicode-width v0.2.0
3522026-05-26T23:43:31.671Z Downloaded unicode-width v0.1.14
3532026-05-26T23:43:31.674Z Downloaded semver v1.0.28
3542026-05-26T23:43:31.674Z Downloaded serde_core v1.0.228
3552026-05-26T23:43:31.676Z Downloaded fs-err v3.3.0
3562026-05-26T23:43:31.677Z Downloaded erased-serde v0.4.9
3572026-05-26T23:43:31.679Z Downloaded digest v0.10.7
3582026-05-26T23:43:31.679Z Downloaded itoa v1.0.17
3592026-05-26T23:43:31.684Z Downloaded potential_utf v0.1.4
3602026-05-26T23:43:31.684Z Downloaded byteorder v1.5.0
3612026-05-26T23:43:31.684Z Downloaded autocfg v1.5.0
3622026-05-26T23:43:31.687Z Downloaded percent-encoding v2.3.2
3632026-05-26T23:43:31.689Z Downloaded anstyle v1.0.13
3642026-05-26T23:43:31.697Z Downloaded displaydoc v0.2.5
3652026-05-26T23:43:31.703Z Downloaded log v0.4.29
3662026-05-26T23:43:31.707Z Downloaded clap v4.5.60
3672026-05-26T23:43:31.711Z Downloaded proc-macro-error v1.0.4
3682026-05-26T23:43:31.711Z Downloaded bitflags v2.11.0
3692026-05-26T23:43:31.714Z Downloaded smallvec v1.15.1
3702026-05-26T23:43:31.717Z Downloaded pest_generator v2.8.6
3712026-05-26T23:43:31.726Z Downloaded tempfile v3.25.0
3722026-05-26T23:43:31.730Z Downloaded synstructure v0.13.2
3732026-05-26T23:43:31.736Z Downloaded litemap v0.8.1
3742026-05-26T23:43:31.743Z Downloaded icu_provider v2.1.1
3752026-05-26T23:43:31.747Z Downloaded proc-macro2 v1.0.106
3762026-05-26T23:43:31.752Z Downloaded cargo-util-schemas v0.8.2
3772026-05-26T23:43:31.755Z Downloaded icu_properties v2.1.2
3782026-05-26T23:43:31.755Z Downloaded camino v1.2.2
3792026-05-26T23:43:31.761Z Downloaded pest_meta v2.8.6
3802026-05-26T23:43:31.764Z Downloaded getrandom v0.4.1
3812026-05-26T23:43:31.772Z Downloaded icu_normalizer_data v2.1.1
3822026-05-26T23:43:31.780Z Downloaded icu_collections v2.1.1
3832026-05-26T23:43:31.783Z Downloaded serde v1.0.228
3842026-05-26T23:43:31.786Z Downloaded icu_locale_core v2.1.1
3852026-05-26T23:43:31.789Z Downloaded memchr v2.8.0
3862026-05-26T23:43:31.805Z Downloaded indexmap v2.14.0
3872026-05-26T23:43:31.832Z Downloaded pest v2.8.6
3882026-05-26T23:43:31.838Z Downloaded idna v1.1.0
3892026-05-26T23:43:31.838Z Downloaded clap_builder v4.5.60
3902026-05-26T23:43:31.844Z Downloaded serde_json v1.0.149
3912026-05-26T23:43:31.847Z Downloaded icu_properties_data v2.1.2
3922026-05-26T23:43:31.851Z Downloaded hashbrown v0.17.0
3932026-05-26T23:43:31.854Z Downloaded goblin v0.8.2
3942026-05-26T23:43:31.865Z Downloaded tabled v0.15.0
3952026-05-26T23:43:31.873Z Downloaded syn v1.0.109
3962026-05-26T23:43:31.881Z Downloaded syn v2.0.117
3972026-05-26T23:43:31.893Z Downloaded rustix v1.1.3
3982026-05-26T23:43:31.925Z Downloaded libc v0.2.185
3992026-05-26T23:43:31.999Z Compiling proc-macro2 v1.0.106
4002026-05-26T23:43:32.015Z Compiling unicode-ident v1.0.24
4012026-05-26T23:43:32.015Z Compiling quote v1.0.45
4022026-05-26T23:43:32.015Z Compiling serde_core v1.0.228
4032026-05-26T23:43:32.015Z Compiling libc v0.2.185
4042026-05-26T23:43:32.015Z Compiling version_check v0.9.5
4052026-05-26T23:43:32.015Z Compiling serde v1.0.228
4062026-05-26T23:43:32.015Z Compiling stable_deref_trait v1.2.1
4072026-05-26T23:43:32.015Z Compiling memchr v2.8.0
4082026-05-26T23:43:32.015Z Compiling zmij v1.0.21
4092026-05-26T23:43:32.210Z Compiling ucd-trie v0.1.7
4102026-05-26T23:43:32.317Z Compiling thiserror v1.0.69
4112026-05-26T23:43:32.317Z Compiling itoa v1.0.17
4122026-05-26T23:43:32.317Z Compiling autocfg v1.5.0
4132026-05-26T23:43:32.317Z Compiling litemap v0.8.1
4142026-05-26T23:43:32.395Z Compiling writeable v0.6.2
4152026-05-26T23:43:32.493Z Compiling icu_normalizer_data v2.1.1
4162026-05-26T23:43:32.587Z Compiling rustix v1.1.3
4172026-05-26T23:43:32.687Z Compiling pest v2.8.6
4182026-05-26T23:43:32.747Z Compiling byteorder v1.5.0
4192026-05-26T23:43:32.747Z Compiling icu_properties_data v2.1.2
4202026-05-26T23:43:32.747Z Compiling serde_json v1.0.149
4212026-05-26T23:43:32.850Z Compiling bitflags v2.11.0
4222026-05-26T23:43:32.883Z Compiling num-traits v0.2.19
4232026-05-26T23:43:32.981Z Compiling hashbrown v0.17.0
4242026-05-26T23:43:32.981Z Compiling smallvec v1.15.1
4252026-05-26T23:43:33.083Z Compiling equivalent v1.0.2
4262026-05-26T23:43:33.218Z Compiling errno v0.3.14
4272026-05-26T23:43:33.233Z Compiling typeid v1.0.3
4282026-05-26T23:43:33.233Z Compiling thread-id v4.2.2
4292026-05-26T23:43:33.233Z Compiling proc-macro-error-attr v1.0.4
4302026-05-26T23:43:33.253Z Compiling usdt-impl v0.5.0
4312026-05-26T23:43:33.276Z Compiling syn v1.0.109
4322026-05-26T23:43:33.287Z Compiling winnow v0.7.14
4332026-05-26T23:43:33.341Z Compiling erased-serde v0.4.9
4342026-05-26T23:43:33.346Z Compiling toml_write v0.1.2
4352026-05-26T23:43:33.380Z Compiling proc-macro-error v1.0.4
4362026-05-26T23:43:33.400Z Compiling percent-encoding v2.3.2
4372026-05-26T23:43:33.536Z Compiling indexmap v2.14.0
4382026-05-26T23:43:33.593Z Compiling log v0.4.29
4392026-05-26T23:43:33.630Z Compiling camino v1.2.2
4402026-05-26T23:43:33.634Z Compiling utf8_iter v1.0.4
4412026-05-26T23:43:33.667Z Compiling syn v2.0.117
4422026-05-26T23:43:33.707Z Compiling getrandom v0.4.1
4432026-05-26T23:43:33.750Z Compiling pest_meta v2.8.6
4442026-05-26T23:43:33.754Z Compiling utf8parse v0.2.2
4452026-05-26T23:43:33.754Z Compiling plain v0.2.3
4462026-05-26T23:43:33.807Z Compiling thiserror v2.0.18
4472026-05-26T23:43:33.931Z Compiling anstyle-parse v0.2.7
4482026-05-26T23:43:34.016Z Compiling form_urlencoded v1.2.2
4492026-05-26T23:43:34.111Z Compiling colorchoice v1.0.4
4502026-05-26T23:43:34.174Z Compiling anstyle v1.0.13
4512026-05-26T23:43:34.184Z Compiling anstyle-query v1.1.5
4522026-05-26T23:43:34.222Z Compiling ordered-float v2.10.1
4532026-05-26T23:43:34.242Z Compiling pretty-hex v0.4.1
4542026-05-26T23:43:34.284Z Compiling cfg-if v1.0.4
4552026-05-26T23:43:34.308Z Compiling is_terminal_polyfill v1.70.2
4562026-05-26T23:43:34.347Z Compiling fs-err v3.3.0
4572026-05-26T23:43:34.379Z Compiling terminal_size v0.4.3
4582026-05-26T23:43:34.397Z Compiling anstream v0.6.21
4592026-05-26T23:43:34.437Z Compiling anyhow v1.0.102
4602026-05-26T23:43:34.469Z Compiling fnv v1.0.7
4612026-05-26T23:43:34.507Z Compiling heck v0.5.0
4622026-05-26T23:43:34.517Z Compiling unicode-width v0.1.14
4632026-05-26T23:43:34.537Z Compiling strsim v0.11.1
4642026-05-26T23:43:34.622Z Compiling semver v1.0.28
4652026-05-26T23:43:34.761Z Compiling clap_lex v1.0.0
4662026-05-26T23:43:34.781Z Compiling once_cell v1.21.3
4672026-05-26T23:43:34.800Z Compiling bytecount v0.6.9
4682026-05-26T23:43:34.823Z Compiling unicode-xid v0.2.6
4692026-05-26T23:43:34.896Z Compiling heck v0.4.1
4702026-05-26T23:43:34.922Z Compiling fastrand v2.3.0
4712026-05-26T23:43:34.941Z Compiling papergrid v0.11.0
4722026-05-26T23:43:34.958Z Compiling clap_builder v4.5.60
4732026-05-26T23:43:34.996Z Compiling serde-untagged v0.1.9
4742026-05-26T23:43:35.126Z Compiling memmap v0.7.0
4752026-05-26T23:43:35.153Z Compiling smawk v0.3.2
4762026-05-26T23:43:35.153Z Compiling tempfile v3.25.0
4772026-05-26T23:43:35.159Z Compiling unicode-width v0.2.0
4782026-05-26T23:43:35.203Z Compiling unicode-linebreak v0.1.5
4792026-05-26T23:43:35.360Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4802026-05-26T23:43:35.492Z Compiling swrite v0.1.0
4812026-05-26T23:43:35.492Z Compiling camino-tempfile v1.4.1
4822026-05-26T23:43:35.606Z Compiling textwrap v0.16.2
4832026-05-26T23:43:35.799Z Compiling tabled_derive v0.7.0
4842026-05-26T23:43:36.247Z Compiling synstructure v0.13.2
4852026-05-26T23:43:36.247Z Compiling pest_generator v2.8.6
4862026-05-26T23:43:36.415Z Compiling tabled v0.15.0
4872026-05-26T23:43:36.775Z Compiling serde_derive v1.0.228
4882026-05-26T23:43:36.775Z Compiling zerofrom-derive v0.1.6
4892026-05-26T23:43:36.842Z Compiling yoke-derive v0.8.1
4902026-05-26T23:43:36.843Z Compiling zerovec-derive v0.11.2
4912026-05-26T23:43:36.843Z Compiling displaydoc v0.2.5
4922026-05-26T23:43:36.899Z Compiling thiserror-impl v1.0.69
4932026-05-26T23:43:36.899Z Compiling zerocopy-derive v0.7.35
4942026-05-26T23:43:36.900Z Compiling scroll_derive v0.12.1
4952026-05-26T23:43:36.900Z Compiling pest_derive v2.8.6
4962026-05-26T23:43:36.900Z Compiling thiserror-impl v2.0.18
4972026-05-26T23:43:36.900Z Compiling clap_derive v4.5.55
4982026-05-26T23:43:37.525Z Compiling scroll v0.12.0
4992026-05-26T23:43:37.630Z Compiling zerocopy v0.7.35
5002026-05-26T23:43:37.738Z Compiling zerofrom v0.1.6
5012026-05-26T23:43:37.755Z Compiling goblin v0.8.2
5022026-05-26T23:43:37.856Z Compiling yoke v0.8.1
5032026-05-26T23:43:37.883Z Compiling dtrace-parser v0.2.0
5042026-05-26T23:43:38.020Z Compiling zerovec v0.11.5
5052026-05-26T23:43:38.020Z Compiling zerotrie v0.2.3
5062026-05-26T23:43:38.291Z Compiling clap v4.5.60
5072026-05-26T23:43:38.444Z Compiling tinystr v0.8.2
5082026-05-26T23:43:38.444Z Compiling potential_utf v0.1.4
5092026-05-26T23:43:38.564Z Compiling icu_collections v2.1.1
5102026-05-26T23:43:38.592Z Compiling icu_locale_core v2.1.1
5112026-05-26T23:43:39.141Z Compiling icu_provider v2.1.1
5122026-05-26T23:43:39.231Z Compiling dof v0.3.0
5132026-05-26T23:43:39.245Z Compiling toml_datetime v0.6.11
5142026-05-26T23:43:39.245Z Compiling serde_spanned v0.6.9
5152026-05-26T23:43:39.245Z Compiling serde_tokenstream v0.2.3
5162026-05-26T23:43:39.245Z Compiling serde-value v0.7.0
5172026-05-26T23:43:39.246Z Compiling cargo-platform v0.2.0
5182026-05-26T23:43:39.246Z Compiling macaddr v1.0.1
5192026-05-26T23:43:39.352Z Compiling icu_properties v2.1.2
5202026-05-26T23:43:39.353Z Compiling icu_normalizer v2.1.1
5212026-05-26T23:43:39.447Z Compiling toml_edit v0.22.27
5222026-05-26T23:43:39.932Z Compiling usdt-attr-macro v0.5.0
5232026-05-26T23:43:39.935Z Compiling usdt-macro v0.5.0
5242026-05-26T23:43:40.210Z Compiling idna_adapter v1.2.1
5252026-05-26T23:43:40.319Z Compiling idna v1.1.0
5262026-05-26T23:43:40.533Z Compiling usdt v0.5.0
5272026-05-26T23:43:40.587Z Compiling url v2.5.8
5282026-05-26T23:43:40.749Z Compiling toml v0.8.23
5292026-05-26T23:43:41.088Z Compiling cargo-util-schemas v0.8.2
5302026-05-26T23:43:41.088Z Compiling cargo_toml v0.21.0
5312026-05-26T23:43:41.870Z Compiling cargo_metadata v0.21.0
5322026-05-26T23:43:42.784Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5332026-05-26T23:43:44.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.06s
5342026-05-26T23:43:45.166Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5352026-05-26T23:43:45.715Z Downloading crates ...
5362026-05-26T23:43:45.807Z Downloaded aead v0.5.2
5372026-05-26T23:43:45.812Z Downloaded ahash v0.8.12
5382026-05-26T23:43:45.815Z Downloaded cfg_aliases v0.2.1
5392026-05-26T23:43:45.817Z Downloaded async-stream v0.3.6
5402026-05-26T23:43:45.829Z Downloaded darling_core v0.23.0
5412026-05-26T23:43:45.840Z Downloaded darling_macro v0.21.3
5422026-05-26T23:43:45.843Z Downloaded crossbeam-epoch v0.9.18
5432026-05-26T23:43:45.845Z Downloaded darling v0.20.11
5442026-05-26T23:43:45.848Z Downloaded crunchy v0.2.4
5452026-05-26T23:43:45.848Z Downloaded defmt-parser v1.0.0
5462026-05-26T23:43:45.853Z Downloaded crossbeam-utils v0.8.21
5472026-05-26T23:43:45.857Z Downloaded flagset v0.4.7
5482026-05-26T23:43:45.857Z Downloaded cstr-argument v0.1.2
5492026-05-26T23:43:45.860Z Downloaded crossbeam-deque v0.8.6
5502026-05-26T23:43:45.860Z Downloaded data-encoding v2.10.0
5512026-05-26T23:43:45.860Z Downloaded csv-core v0.1.13
5522026-05-26T23:43:45.860Z Downloaded ecdsa v0.16.9
5532026-05-26T23:43:45.868Z Downloaded derive-ex v0.1.8
5542026-05-26T23:43:45.868Z Downloaded darling v0.13.4
5552026-05-26T23:43:45.868Z Downloaded crc-catalog v2.4.0
5562026-05-26T23:43:45.871Z Downloaded adler2 v2.0.1
5572026-05-26T23:43:45.871Z Downloaded crc32fast v1.5.0
5582026-05-26T23:43:45.871Z Downloaded convert_case v0.4.0
5592026-05-26T23:43:45.871Z Downloaded assert_matches v1.5.0
5602026-05-26T23:43:45.871Z Downloaded async-stream-impl v0.3.6
5612026-05-26T23:43:45.871Z Downloaded array-init v0.0.4
5622026-05-26T23:43:45.873Z Downloaded crc v3.4.0
5632026-05-26T23:43:45.873Z Downloaded fd-lock v4.0.4
5642026-05-26T23:43:45.878Z Downloaded daft-derive v0.1.7
5652026-05-26T23:43:45.878Z Downloaded darling_macro v0.13.4
5662026-05-26T23:43:45.881Z Downloaded ciborium-ll v0.2.2
5672026-05-26T23:43:45.881Z Downloaded atomic-waker v1.1.2
5682026-05-26T23:43:45.881Z Downloaded bit-set v0.5.3
5692026-05-26T23:43:45.881Z Downloaded bcrypt-pbkdf v0.10.0
5702026-05-26T23:43:45.881Z Downloaded atomicwrites v0.4.4
5712026-05-26T23:43:45.884Z Downloaded bb8 v0.8.6
5722026-05-26T23:43:45.884Z Downloaded bit-set v0.8.0
5732026-05-26T23:43:45.887Z Downloaded difflib v0.4.0
5742026-05-26T23:43:45.887Z Downloaded darling_macro v0.20.11
5752026-05-26T23:43:45.890Z Downloaded dirs-next v2.0.0
5762026-05-26T23:43:45.890Z Downloaded crc8 v0.1.1
5772026-05-26T23:43:45.890Z Downloaded fixedbitset v0.5.7
5782026-05-26T23:43:45.893Z Downloaded dirs-sys-next v0.1.2
5792026-05-26T23:43:45.893Z Downloaded ctr v0.9.2
5802026-05-26T23:43:45.897Z Downloaded castaway v0.2.4
5812026-05-26T23:43:45.899Z Downloaded ciborium-io v0.2.2
5822026-05-26T23:43:45.903Z Downloaded async-recursion v1.1.1
5832026-05-26T23:43:45.905Z Downloaded cfg_aliases v0.1.1
5842026-05-26T23:43:45.909Z Downloaded bitfield-macros v0.19.4
5852026-05-26T23:43:45.909Z Downloaded ascii-canvas v3.0.0
5862026-05-26T23:43:45.913Z Downloaded float-cmp v0.10.0
5872026-05-26T23:43:45.913Z Downloaded darling_macro v0.23.0
5882026-05-26T23:43:45.913Z Downloaded compression-core v0.4.31
5892026-05-26T23:43:45.916Z Downloaded cargo-platform v0.3.2
5902026-05-26T23:43:45.916Z Downloaded base16ct v0.2.0
5912026-05-26T23:43:45.916Z Downloaded document-features v0.2.12
5922026-05-26T23:43:45.916Z Downloaded debug-ignore v1.0.5
5932026-05-26T23:43:45.919Z Downloaded fixedbitset v0.4.2
5942026-05-26T23:43:45.919Z Downloaded cpufeatures v0.3.0
5952026-05-26T23:43:45.919Z Downloaded dyn-clone v1.0.20
5962026-05-26T23:43:45.922Z Downloaded embedded-io v0.6.1
5972026-05-26T23:43:45.922Z Downloaded downcast-rs v2.0.2
5982026-05-26T23:43:45.925Z Downloaded display-error-chain v0.2.2
5992026-05-26T23:43:45.926Z Downloaded block-padding v0.3.3
6002026-05-26T23:43:45.926Z Downloaded dropshot-api-manager-types v0.7.2
6012026-05-26T23:43:45.926Z Downloaded foreign-types v0.5.0
6022026-05-26T23:43:45.929Z Downloaded env_filter v1.0.0
6032026-05-26T23:43:45.929Z Downloaded dtrace-parser v0.3.0
6042026-05-26T23:43:45.929Z Downloaded compression-codecs v0.4.37
6052026-05-26T23:43:45.929Z Downloaded bit-vec v0.6.3
6062026-05-26T23:43:45.932Z Downloaded foreign-types-macros v0.2.3
6072026-05-26T23:43:45.932Z Downloaded futures-macro v0.3.32
6082026-05-26T23:43:45.932Z Downloaded futures-io v0.3.32
6092026-05-26T23:43:45.935Z Downloaded foreign-types v0.3.2
6102026-05-26T23:43:45.935Z Downloaded cobs v0.3.0
6112026-05-26T23:43:45.935Z Downloaded git-stub v1.0.0
6122026-05-26T23:43:45.935Z Downloaded float-ord v0.3.2
6132026-05-26T23:43:45.938Z Downloaded ghash v0.5.1
6142026-05-26T23:43:45.938Z Downloaded hash32 v0.2.1
6152026-05-26T23:43:45.938Z Downloaded globwalk v0.9.1
6162026-05-26T23:43:45.941Z Downloaded derive_builder v0.20.2
6172026-05-26T23:43:45.943Z Downloaded crypto-bigint v0.5.5
6182026-05-26T23:43:45.946Z Downloaded async-trait v0.1.89
6192026-05-26T23:43:45.949Z Downloaded dunce v1.0.5
6202026-05-26T23:43:45.951Z Downloaded arrayvec v0.7.6
6212026-05-26T23:43:45.951Z Downloaded cexpr v0.6.0
6222026-05-26T23:43:45.956Z Downloaded dsl_auto_type v0.2.0
6232026-05-26T23:43:45.956Z Downloaded bcs v0.1.6
6242026-05-26T23:43:45.956Z Downloaded camino-tempfile-ext v0.3.3
6252026-05-26T23:43:45.958Z Downloaded derive_builder_macro v0.20.2
6262026-05-26T23:43:45.958Z Downloaded foreign-types-shared v0.1.1
6272026-05-26T23:43:45.958Z Downloaded crucible-workspace-hack v0.1.0
6282026-05-26T23:43:45.959Z Downloaded backoff v0.4.0
6292026-05-26T23:43:45.961Z Downloaded blowfish v0.9.1
6302026-05-26T23:43:45.961Z Downloaded cargo_metadata v0.23.1
6312026-05-26T23:43:45.961Z Downloaded arrayref v0.3.9
6322026-05-26T23:43:45.965Z Downloaded funty v2.0.0
6332026-05-26T23:43:45.965Z Downloaded embedded-io v0.4.0
6342026-05-26T23:43:45.965Z Downloaded dof v0.4.0
6352026-05-26T23:43:45.968Z Downloaded curve25519-dalek-derive v0.1.1
6362026-05-26T23:43:45.968Z Downloaded cmake v0.1.57
6372026-05-26T23:43:45.968Z Downloaded const_format_proc_macros v0.2.34
6382026-05-26T23:43:45.972Z Downloaded corncobs v0.1.4
6392026-05-26T23:43:45.972Z Downloaded gethostname v0.5.0
6402026-05-26T23:43:45.972Z Downloaded fxhash v0.2.1
6412026-05-26T23:43:45.975Z Downloaded futures-sink v0.3.32
6422026-05-26T23:43:45.975Z Downloaded futures-core v0.3.32
6432026-05-26T23:43:45.975Z Downloaded futures-task v0.3.32
6442026-05-26T23:43:45.975Z Downloaded foreign-types-shared v0.3.1
6452026-05-26T23:43:45.975Z Downloaded bitflags v1.3.2
6462026-05-26T23:43:45.980Z Downloaded convert_case v0.10.0
6472026-05-26T23:43:45.980Z Downloaded derive_builder_core v0.20.2
6482026-05-26T23:43:45.983Z Downloaded constant_time_eq v0.4.2
6492026-05-26T23:43:45.983Z Downloaded enum-as-inner v0.6.1
6502026-05-26T23:43:45.983Z Downloaded ar_archive_writer v0.5.1
6512026-05-26T23:43:45.986Z Downloaded hash32 v0.3.1
6522026-05-26T23:43:45.986Z Downloaded ff v0.13.1
6532026-05-26T23:43:45.986Z Downloaded env_logger v0.11.9
6542026-05-26T23:43:45.991Z Downloaded foldhash v0.1.5
6552026-05-26T23:43:45.991Z Downloaded filetime v0.2.27
6562026-05-26T23:43:45.991Z Downloaded darling_core v0.13.4
6572026-05-26T23:43:45.994Z Downloaded foldhash v0.2.0
6582026-05-26T23:43:45.994Z Downloaded erased-serde v0.3.31
6592026-05-26T23:43:45.996Z Downloaded hex-literal v0.4.1
6602026-05-26T23:43:45.997Z Downloaded hex v0.4.3
6612026-05-26T23:43:46.001Z Downloaded either v1.15.0
6622026-05-26T23:43:46.001Z Downloaded headers-core v0.3.0
6632026-05-26T23:43:46.001Z Downloaded derive_more v0.99.20
6642026-05-26T23:43:46.005Z Downloaded http-body v1.0.1
6652026-05-26T23:43:46.005Z Downloaded hyper-tls v0.6.0
6662026-05-26T23:43:46.006Z Downloaded hostname v0.3.1
6672026-05-26T23:43:46.006Z Downloaded httpdate v1.0.3
6682026-05-26T23:43:46.008Z Downloaded ciborium v0.2.2
6692026-05-26T23:43:46.008Z Downloaded globset v0.4.18
6702026-05-26T23:43:46.008Z Downloaded cipher v0.4.4
6712026-05-26T23:43:46.011Z Downloaded async-bb8-diesel v0.2.1
6722026-05-26T23:43:46.011Z Downloaded hubpack_derive v0.1.1
6732026-05-26T23:43:46.015Z Downloaded blake2 v0.10.6
6742026-05-26T23:43:46.015Z Downloaded http-range v0.1.5
6752026-05-26T23:43:46.015Z Downloaded hostname v0.4.2
6762026-05-26T23:43:46.018Z Downloaded home v0.5.12
6772026-05-26T23:43:46.018Z Downloaded colored v3.1.1
6782026-05-26T23:43:46.021Z Downloaded fs_extra v1.3.0
6792026-05-26T23:43:46.021Z Downloaded find-msvc-tools v0.1.9
6802026-05-26T23:43:46.021Z Downloaded fallible-iterator v0.2.0
6812026-05-26T23:43:46.023Z Downloaded ena v0.14.4
6822026-05-26T23:43:46.024Z Downloaded clang-sys v1.8.1
6832026-05-26T23:43:46.028Z Downloaded cancel-safe-futures v0.1.5
6842026-05-26T23:43:46.029Z Downloaded group v0.13.0
6852026-05-26T23:43:46.029Z Downloaded console v0.16.2
6862026-05-26T23:43:46.031Z Downloaded cookie v0.18.1
6872026-05-26T23:43:46.031Z Downloaded indent_write v2.2.0
6882026-05-26T23:43:46.031Z Downloaded futures-executor v0.3.32
6892026-05-26T23:43:46.034Z Downloaded darling v0.21.3
6902026-05-26T23:43:46.037Z Downloaded colored v2.2.0
6912026-05-26T23:43:46.037Z Downloaded cassowary v0.3.0
6922026-05-26T23:43:46.041Z Downloaded bzip2 v0.4.4
6932026-05-26T23:43:46.041Z Downloaded inout v0.1.4
6942026-05-26T23:43:46.041Z Downloaded ident_case v1.0.1
6952026-05-26T23:43:46.049Z Downloaded console v0.15.11
6962026-05-26T23:43:46.049Z Downloaded illumos-nvpair-sys v0.2.0
6972026-05-26T23:43:46.049Z Downloaded illumos-nvpair v0.3.0
6982026-05-26T23:43:46.049Z Downloaded diesel_table_macro_syntax v0.3.0
6992026-05-26T23:43:46.049Z Downloaded diesel-dtrace v0.5.0
7002026-05-26T23:43:46.052Z Downloaded der_derive v0.7.3
7012026-05-26T23:43:46.052Z Downloaded cookie_store v0.22.1
7022026-05-26T23:43:46.053Z Downloaded instant v0.1.13
7032026-05-26T23:43:46.053Z Downloaded indoc v1.0.9
7042026-05-26T23:43:46.053Z Downloaded is_ci v1.2.0
7052026-05-26T23:43:46.053Z Downloaded bzip2 v0.6.1
7062026-05-26T23:43:46.059Z Downloaded lalrpop-util v0.19.12
7072026-05-26T23:43:46.059Z Downloaded glob v0.3.3
7082026-05-26T23:43:46.059Z Downloaded const-oid v0.9.6
7092026-05-26T23:43:46.059Z Downloaded buf-list v1.1.2
7102026-05-26T23:43:46.059Z Downloaded hubpack v0.1.2
7112026-05-26T23:43:46.059Z Downloaded http-body-util v0.1.3
7122026-05-26T23:43:46.062Z Downloaded hyper-staticfile v0.10.1
7132026-05-26T23:43:46.062Z Downloaded highway v1.3.0
7142026-05-26T23:43:46.065Z Downloaded internet-checksum v0.2.1
7152026-05-26T23:43:46.065Z Downloaded instability v0.3.11
7162026-05-26T23:43:46.065Z Downloaded critical-section v1.2.0
7172026-05-26T23:43:46.068Z Downloaded libscf-sys v1.1.0
7182026-05-26T23:43:46.068Z Downloaded keccak v0.1.6
7192026-05-26T23:43:46.068Z Downloaded ed25519 v2.2.3
7202026-05-26T23:43:46.072Z Downloaded kstat-rs v0.2.4
7212026-05-26T23:43:46.072Z Downloaded deranged v0.5.8
7222026-05-26T23:43:46.072Z Downloaded lru-cache v0.1.2
7232026-05-26T23:43:46.075Z Downloaded chacha20 v0.9.1
7242026-05-26T23:43:46.075Z Downloaded linked-hash-map v0.5.6
7252026-05-26T23:43:46.075Z Downloaded des v0.8.1
7262026-05-26T23:43:46.075Z Downloaded darling v0.23.0
7272026-05-26T23:43:46.078Z Downloaded md5 v0.7.0
7282026-05-26T23:43:46.081Z Downloaded lzss v0.8.2
7292026-05-26T23:43:46.081Z Downloaded lru v0.12.5
7302026-05-26T23:43:46.081Z Downloaded futures-channel v0.3.32
7312026-05-26T23:43:46.086Z Downloaded fs-err v2.11.0
7322026-05-26T23:43:46.086Z Downloaded bitfield v0.19.4
7332026-05-26T23:43:46.089Z Downloaded defmt v1.0.1
7342026-05-26T23:43:46.089Z Downloaded chacha20 v0.10.0
7352026-05-26T23:43:46.089Z Downloaded md-5 v0.10.6
7362026-05-26T23:43:46.091Z Downloaded match_cfg v0.1.0
7372026-05-26T23:43:46.091Z Downloaded maybe-uninit v2.0.0
7382026-05-26T23:43:46.095Z Downloaded maplit v1.0.2
7392026-05-26T23:43:46.095Z Downloaded mime v0.3.17
7402026-05-26T23:43:46.095Z Downloaded backon v1.6.0
7412026-05-26T23:43:46.095Z Downloaded lru-slab v0.1.2
7422026-05-26T23:43:46.100Z Downloaded drift v0.2.0
7432026-05-26T23:43:46.104Z Downloaded ingot-types v0.1.2
7442026-05-26T23:43:46.104Z Downloaded ingot v0.1.1
7452026-05-26T23:43:46.104Z Downloaded new_debug_unreachable v1.0.6
7462026-05-26T23:43:46.147Z Downloaded memoffset v0.9.1
7472026-05-26T23:43:46.147Z Downloaded newtype-uuid-macros v0.1.0
7482026-05-26T23:43:46.147Z Downloaded git-stub-vcs v0.1.0
7492026-05-26T23:43:46.147Z Downloaded dropshot_endpoint v0.17.0
7502026-05-26T23:43:46.147Z Downloaded fatfs v0.3.6
7512026-05-26T23:43:46.147Z Downloaded diff v0.1.13
7522026-05-26T23:43:46.147Z Downloaded is-terminal v0.4.17
7532026-05-26T23:43:46.147Z Downloaded nonempty v0.12.0
7542026-05-26T23:43:46.147Z Downloaded multimap v0.10.1
7552026-05-26T23:43:46.147Z Downloaded newtype_derive v0.1.6
7562026-05-26T23:43:46.147Z Downloaded nodrop v0.1.14
7572026-05-26T23:43:46.147Z Downloaded nibble_vec v0.1.0
7582026-05-26T23:43:46.147Z Downloaded ipnet v2.11.0
7592026-05-26T23:43:46.147Z Downloaded indoc v2.0.7
7602026-05-26T23:43:46.147Z Downloaded num-derive v0.3.3
7612026-05-26T23:43:46.148Z Downloaded num-conv v0.2.0
7622026-05-26T23:43:46.148Z Downloaded num_enum_derive v0.5.11
7632026-05-26T23:43:46.148Z Downloaded num v0.4.3
7642026-05-26T23:43:46.148Z Downloaded getrandom v0.3.4
7652026-05-26T23:43:46.148Z Downloaded impl-trait-for-tuples v0.2.3
7662026-05-26T23:43:46.148Z Downloaded crossterm v0.28.1
7672026-05-26T23:43:46.148Z Downloaded lazy_static v1.5.0
7682026-05-26T23:43:46.148Z Downloaded ipnetwork v0.21.1
7692026-05-26T23:43:46.148Z Downloaded num_threads v0.1.7
7702026-05-26T23:43:46.148Z Downloaded num-iter v0.1.45
7712026-05-26T23:43:46.148Z Downloaded libefi-sys v0.1.0
7722026-05-26T23:43:46.149Z Downloaded olpc-cjson v0.1.4
7732026-05-26T23:43:46.149Z Downloaded jobserver v0.1.34
7742026-05-26T23:43:46.149Z Downloaded num-derive v0.4.2
7752026-05-26T23:43:46.149Z Downloaded openssl-probe v0.1.6
7762026-05-26T23:43:46.149Z Downloaded oso-derive v0.27.3
7772026-05-26T23:43:46.149Z Downloaded derive-where v1.6.0
7782026-05-26T23:43:46.153Z Downloaded openssl-probe v0.2.1
7792026-05-26T23:43:46.153Z Downloaded linear-map v1.2.0
7802026-05-26T23:43:46.153Z Downloaded libsw-core v0.3.2
7812026-05-26T23:43:46.153Z Downloaded hyper-rustls v0.27.7
7822026-05-26T23:43:46.153Z Downloaded openssl-macros v0.1.1
7832026-05-26T23:43:46.153Z Downloaded compact_str v0.8.1
7842026-05-26T23:43:46.162Z Downloaded getrandom v0.2.17
7852026-05-26T23:43:46.163Z Downloaded allocator-api2 v0.2.21
7862026-05-26T23:43:46.166Z Downloaded futures v0.3.32
7872026-05-26T23:43:46.166Z Downloaded libsw v3.5.0
7882026-05-26T23:43:46.166Z Downloaded half v1.8.3
7892026-05-26T23:43:46.166Z Downloaded lock_api v0.4.14
7902026-05-26T23:43:46.166Z Downloaded bytes v1.11.1
7912026-05-26T23:43:46.169Z Downloaded flume v0.11.1
7922026-05-26T23:43:46.171Z Downloaded nanorand v0.7.0
7932026-05-26T23:43:46.171Z Downloaded ingot-macros v0.1.1
7942026-05-26T23:43:46.174Z Downloaded parse-display v0.10.0
7952026-05-26T23:43:46.174Z Downloaded chacha20poly1305 v0.10.1
7962026-05-26T23:43:46.177Z Downloaded packed_struct_codegen v0.10.1
7972026-05-26T23:43:46.177Z Downloaded newtype-uuid v1.3.2
7982026-05-26T23:43:46.177Z Downloaded half v2.7.1
7992026-05-26T23:43:46.179Z Downloaded httparse v1.10.1
8002026-05-26T23:43:46.182Z Downloaded newline-converter v0.3.0
8012026-05-26T23:43:46.182Z Downloaded humantime v2.3.0
8022026-05-26T23:43:46.182Z Downloaded normalize-line-endings v0.3.0
8032026-05-26T23:43:46.185Z Downloaded path-slash v0.1.5
8042026-05-26T23:43:46.185Z Downloaded parse-size v1.1.0
8052026-05-26T23:43:46.185Z Downloaded multer v3.1.0
8062026-05-26T23:43:46.188Z Downloaded native-tls v0.2.18
8072026-05-26T23:43:46.188Z Downloaded elliptic-curve v0.13.8
8082026-05-26T23:43:46.190Z Downloaded pbkdf2 v0.12.2
8092026-05-26T23:43:46.190Z Downloaded num-complex v0.4.6
8102026-05-26T23:43:46.193Z Downloaded nu-ansi-term v0.50.3
8112026-05-26T23:43:46.193Z Downloaded crc-any v2.5.0
8122026-05-26T23:43:46.197Z Downloaded base64ct v1.8.3
8132026-05-26T23:43:46.201Z Downloaded phf_shared v0.11.3
8142026-05-26T23:43:46.201Z Downloaded managed v0.8.0
8152026-05-26T23:43:46.202Z Downloaded defmt v0.3.100
8162026-05-26T23:43:46.202Z Downloaded daft v0.1.7
8172026-05-26T23:43:46.202Z Downloaded num_enum v0.5.11
8182026-05-26T23:43:46.204Z Downloaded peg-runtime v0.8.5
8192026-05-26T23:43:46.205Z Downloaded opaque-debug v0.3.1
8202026-05-26T23:43:46.207Z Downloaded libloading v0.8.9
8212026-05-26T23:43:46.207Z Downloaded num-integer v0.1.46
8222026-05-26T23:43:46.207Z Downloaded phf_shared v0.13.1
8232026-05-26T23:43:46.210Z Downloaded phf_shared v0.12.1
8242026-05-26T23:43:46.210Z Downloaded iana-time-zone v0.1.65
8252026-05-26T23:43:46.213Z Downloaded num_enum_derive v0.7.5
8262026-05-26T23:43:46.213Z Downloaded pin-utils v0.1.0
8272026-05-26T23:43:46.213Z Downloaded num-rational v0.4.2
8282026-05-26T23:43:46.217Z Downloaded hmac v0.12.1
8292026-05-26T23:43:46.217Z Downloaded byte-wrapper v0.1.0
8302026-05-26T23:43:46.217Z Downloaded precomputed-hash v0.1.1
8312026-05-26T23:43:46.219Z Downloaded memmap2 v0.9.10
8322026-05-26T23:43:46.220Z Downloaded base64 v0.21.7
8332026-05-26T23:43:46.225Z Downloaded cbc v0.1.2
8342026-05-26T23:43:46.225Z Downloaded bitfield-struct v0.6.2
8352026-05-26T23:43:46.225Z Downloaded bit-vec v0.8.0
8362026-05-26T23:43:46.225Z Downloaded cc v1.2.56
8372026-05-26T23:43:46.230Z Downloaded base64 v0.22.1
8382026-05-26T23:43:46.230Z Downloaded powerfmt v0.2.0
8392026-05-26T23:43:46.232Z Downloaded bumpalo v3.20.2
8402026-05-26T23:43:46.232Z Downloaded predicates-core v1.0.10
8412026-05-26T23:43:46.232Z Downloaded defmt-macros v1.0.1
8422026-05-26T23:43:46.235Z Downloaded proc-macro-error-attr2 v2.0.0
8432026-05-26T23:43:46.235Z Downloaded darling_core v0.21.3
8442026-05-26T23:43:46.238Z Downloaded proc-macro-crate v1.3.1
8452026-05-26T23:43:46.240Z Downloaded oxide-tokio-rt v0.1.4
8462026-05-26T23:43:46.240Z Downloaded endian-type v0.1.2
8472026-05-26T23:43:46.255Z Downloaded progenitor-macro v0.13.0
8482026-05-26T23:43:46.257Z Downloaded flate2 v1.1.9
8492026-05-26T23:43:46.260Z Downloaded der v0.7.10
8502026-05-26T23:43:46.262Z Downloaded psl-types v2.0.11
8512026-05-26T23:43:46.265Z Downloaded pem-rfc7468 v0.7.0
8522026-05-26T23:43:46.265Z Downloaded pem v3.0.6
8532026-05-26T23:43:46.270Z Downloaded progenitor-macro v0.14.0
8542026-05-26T23:43:46.270Z Downloaded progenitor-macro v0.11.2
8552026-05-26T23:43:46.270Z Downloaded peg-macros v0.8.5
8562026-05-26T23:43:46.273Z Downloaded peg v0.8.5
8572026-05-26T23:43:46.273Z Downloaded quick-error v1.2.3
8582026-05-26T23:43:46.273Z Downloaded progenitor-client v0.14.0
8592026-05-26T23:43:46.273Z Downloaded const_format v0.2.35
8602026-05-26T23:43:46.276Z Downloaded password-hash v0.5.0
8612026-05-26T23:43:46.278Z Downloaded heapless v0.7.17
8622026-05-26T23:43:46.281Z Downloaded libbz2-rs-sys v0.2.2
8632026-05-26T23:43:46.281Z Downloaded progenitor-client v0.10.0
8642026-05-26T23:43:46.281Z Downloaded phf v0.13.1
8652026-05-26T23:43:46.285Z Downloaded proc-macro-crate v3.4.0
8662026-05-26T23:43:46.286Z Downloaded pkcs8 v0.10.2
8672026-05-26T23:43:46.290Z Downloaded radium v0.7.0
8682026-05-26T23:43:46.290Z Downloaded polyval v0.6.2
8692026-05-26T23:43:46.290Z Downloaded pin-project-lite v0.2.17
8702026-05-26T23:43:46.293Z Downloaded poly1305 v0.8.0
8712026-05-26T23:43:46.293Z Downloaded crossbeam-channel v0.5.15
8722026-05-26T23:43:46.296Z Downloaded darling_core v0.20.11
8732026-05-26T23:43:46.300Z Downloaded primeorder v0.13.6
8742026-05-26T23:43:46.300Z Downloaded predicates v3.1.4
8752026-05-26T23:43:46.303Z Downloaded pkg-config v0.3.32
8762026-05-26T23:43:46.303Z Downloaded derive_more v2.1.1
8772026-05-26T23:43:46.308Z Downloaded recursive-proc-macro-impl v0.1.1
8782026-05-26T23:43:46.310Z Downloaded rand_xorshift v0.4.0
8792026-05-26T23:43:46.310Z Downloaded progenitor-client v0.11.2
8802026-05-26T23:43:46.310Z Downloaded proc-macro-error2 v2.0.1
8812026-05-26T23:43:46.312Z Downloaded indexmap v1.9.3
8822026-05-26T23:43:46.317Z Downloaded ref-cast v1.0.25
8832026-05-26T23:43:46.319Z Downloaded recursive v0.1.1
8842026-05-26T23:43:46.319Z Downloaded progenitor v0.11.2
8852026-05-26T23:43:46.320Z Downloaded parking_lot_core v0.9.12
8862026-05-26T23:43:46.322Z Downloaded parking_lot v0.11.2
8872026-05-26T23:43:46.322Z Downloaded expectorate v1.2.0
8882026-05-26T23:43:46.325Z Downloaded progenitor v0.14.0
8892026-05-26T23:43:46.325Z Downloaded indicatif v0.18.4
8902026-05-26T23:43:46.327Z Downloaded progenitor-extras v0.2.0
8912026-05-26T23:43:46.330Z Downloaded progenitor-client v0.13.0
8922026-05-26T23:43:46.330Z Downloaded postgres-protocol v0.6.10
8932026-05-26T23:43:46.330Z Downloaded oxnet v0.1.4
8942026-05-26T23:43:46.334Z Downloaded russh-cryptovec v0.7.3
8952026-05-26T23:43:46.334Z Downloaded rtoolbox v0.0.3
8962026-05-26T23:43:46.334Z Downloaded litrs v1.0.0
8972026-05-26T23:43:46.337Z Downloaded phf v0.12.1
8982026-05-26T23:43:46.337Z Downloaded async-compression v0.4.41
8992026-05-26T23:43:46.339Z Downloaded rfc6979 v0.4.0
9002026-05-26T23:43:46.342Z Downloaded headers v0.4.1
9012026-05-26T23:43:46.344Z Downloaded omicron-zone-package v0.12.2
9022026-05-26T23:43:46.347Z Downloaded psm v0.1.30
9032026-05-26T23:43:46.349Z Downloaded pkcs5 v0.7.1
9042026-05-26T23:43:46.352Z Downloaded rustc_version v0.4.1
9052026-05-26T23:43:46.352Z Downloaded rustc-hash v2.1.1
9062026-05-26T23:43:46.355Z Downloaded rand_chacha v0.3.1
9072026-05-26T23:43:46.355Z Downloaded ppv-lite86 v0.2.21
9082026-05-26T23:43:46.355Z Downloaded r2d2 v0.8.10
9092026-05-26T23:43:46.358Z Downloaded pkcs1 v0.7.5
9102026-05-26T23:43:46.359Z Downloaded rand_chacha v0.9.0
9112026-05-26T23:43:46.359Z Downloaded arc-swap v1.8.2
9122026-05-26T23:43:46.363Z Downloaded derive_more-impl v2.1.1
9132026-05-26T23:43:46.366Z Downloaded rand_seeder v0.4.0
9142026-05-26T23:43:46.366Z Downloaded oso v0.27.3
9152026-05-26T23:43:46.369Z Downloaded postcard v1.1.3
9162026-05-26T23:43:46.369Z Downloaded pin-project-internal v1.1.11
9172026-05-26T23:43:46.371Z Downloaded num_enum v0.7.5
9182026-05-26T23:43:46.375Z Downloaded scheduled-thread-pool v0.2.7
9192026-05-26T23:43:46.375Z Downloaded same-file v1.0.6
9202026-05-26T23:43:46.375Z Downloaded papergrid v0.17.0
9212026-05-26T23:43:46.378Z Downloaded scopeguard v1.2.0
9222026-05-26T23:43:46.378Z Downloaded diesel_derives v2.3.7
9232026-05-26T23:43:46.382Z Downloaded sapling-renderdag v0.1.0
9242026-05-26T23:43:46.385Z Downloaded ref-cast-impl v1.0.25
9252026-05-26T23:43:46.385Z Downloaded resolv-conf v0.7.6
9262026-05-26T23:43:46.389Z Downloaded progenitor v0.13.0
9272026-05-26T23:43:46.389Z Downloaded parking_lot v0.12.5
9282026-05-26T23:43:46.390Z Downloaded miniz_oxide v0.8.9
9292026-05-26T23:43:46.394Z Downloaded salsa20 v0.10.2
9302026-05-26T23:43:46.394Z Downloaded rand_core v0.10.0
9312026-05-26T23:43:46.394Z Downloaded scroll_derive v0.13.1
9322026-05-26T23:43:46.394Z Downloaded rand_core v0.9.5
9332026-05-26T23:43:46.394Z Downloaded rand_core v0.6.4
9342026-05-26T23:43:46.394Z Downloaded semver v0.1.20
9352026-05-26T23:43:46.397Z Downloaded secrecy v0.10.3
9362026-05-26T23:43:46.397Z Downloaded seq-macro v0.3.6
9372026-05-26T23:43:46.397Z Downloaded secrecy v0.8.0
9382026-05-26T23:43:46.400Z Downloaded predicates-tree v1.0.13
9392026-05-26T23:43:46.400Z Downloaded pbkdf2 v0.11.0
9402026-05-26T23:43:46.400Z Downloaded serde_plain v1.0.2
9412026-05-26T23:43:46.403Z Downloaded serde_repr v0.1.20
9422026-05-26T23:43:46.403Z Downloaded paste v1.0.15
9432026-05-26T23:43:46.405Z Downloaded password-hash v0.4.2
9442026-05-26T23:43:46.405Z Downloaded parse-display-derive v0.10.0
9452026-05-26T23:43:46.408Z Downloaded scrypt v0.11.0
9462026-05-26T23:43:46.408Z Downloaded hickory-resolver v0.24.4
9472026-05-26T23:43:46.411Z Downloaded serde-big-array v0.5.1
9482026-05-26T23:43:46.411Z Downloaded jiff-static v0.2.21
9492026-05-26T23:43:46.413Z Downloaded serde_urlencoded v0.7.1
9502026-05-26T23:43:46.413Z Downloaded serde_spanned v1.0.4
9512026-05-26T23:43:46.416Z Downloaded pin-project v1.1.11
9522026-05-26T23:43:46.420Z Downloaded sha1 v0.10.6
9532026-05-26T23:43:46.423Z Downloaded rustc_version v0.1.7
9542026-05-26T23:43:46.423Z Downloaded quinn-udp v0.5.14
9552026-05-26T23:43:46.425Z Downloaded openssl-sys v0.9.115
9562026-05-26T23:43:46.428Z Downloaded parking_lot_core v0.8.6
9572026-05-26T23:43:46.431Z Downloaded aes v0.8.4
9582026-05-26T23:43:46.431Z Downloaded shell-words v1.1.1
9592026-05-26T23:43:46.434Z Downloaded postgres-types v0.2.12
9602026-05-26T23:43:46.434Z Downloaded packed_struct v0.10.1
9612026-05-26T23:43:46.437Z Downloaded owo-colors v4.3.0
9622026-05-26T23:43:46.437Z Downloaded mime_guess v2.0.5
9632026-05-26T23:43:46.437Z Downloaded sigpipe v0.1.3
9642026-05-26T23:43:46.440Z Downloaded rustls-native-certs v0.8.3
9652026-05-26T23:43:46.440Z Downloaded ignore v0.4.25
9662026-05-26T23:43:46.444Z Downloaded ed25519-dalek v2.2.0
9672026-05-26T23:43:46.444Z Downloaded rusty-fork v0.3.1
9682026-05-26T23:43:46.449Z Downloaded argon2 v0.5.3
9692026-05-26T23:43:46.449Z Downloaded rustls-pemfile v2.2.0
9702026-05-26T23:43:46.449Z Downloaded siphasher v1.0.2
9712026-05-26T23:43:46.450Z Downloaded rustversion v1.0.22
9722026-05-26T23:43:46.453Z Downloaded rustls-pemfile v1.0.4
9732026-05-26T23:43:46.453Z Downloaded slog-envlogger v2.2.0
9742026-05-26T23:43:46.453Z Downloaded signal-hook-mio v0.2.5
9752026-05-26T23:43:46.453Z Downloaded slog-bunyan v2.5.0
9762026-05-26T23:43:46.455Z Downloaded signature v2.2.0
9772026-05-26T23:43:46.455Z Downloaded signal-hook-tokio v0.3.1
9782026-05-26T23:43:46.455Z Downloaded hashbrown v0.12.3
9792026-05-26T23:43:46.458Z Downloaded progenitor-impl v0.11.2
9802026-05-26T23:43:46.462Z Downloaded crossterm v0.29.0
9812026-05-26T23:43:46.464Z Downloaded prefix-trie v0.7.0
9822026-05-26T23:43:46.465Z Downloaded atty v0.2.14
9832026-05-26T23:43:46.467Z Downloaded serde_derive_internals v0.29.1
9842026-05-26T23:43:46.467Z Downloaded serde_bytes v0.11.19
9852026-05-26T23:43:46.470Z Downloaded hickory-resolver v0.25.2
9862026-05-26T23:43:46.474Z Downloaded scroll v0.13.0
9872026-05-26T23:43:46.479Z Downloaded http v1.4.0
9882026-05-26T23:43:46.482Z Downloaded sec1 v0.7.3
9892026-05-26T23:43:46.485Z Downloaded serde_with_macros v1.5.2
9902026-05-26T23:43:46.486Z Downloaded serde-hex v0.1.0
9912026-05-26T23:43:46.490Z Downloaded sqlparser_derive v0.5.0
9922026-05-26T23:43:46.490Z Downloaded ssh-encoding v0.2.0
9932026-05-26T23:43:46.490Z Downloaded heapless v0.8.0
9942026-05-26T23:43:46.494Z Downloaded ssh-cipher v0.2.0
9952026-05-26T23:43:46.494Z Downloaded sct v0.7.1
9962026-05-26T23:43:46.494Z Downloaded schemars_derive v0.8.22
9972026-05-26T23:43:46.497Z Downloaded hickory-server v0.25.2
9982026-05-26T23:43:46.497Z Downloaded hashbrown v0.13.2
9992026-05-26T23:43:46.501Z Downloaded prettyplease v0.2.37
10002026-05-26T23:43:46.504Z Downloaded russh-keys v0.45.0
10012026-05-26T23:43:46.507Z Downloaded strum v0.26.3
10022026-05-26T23:43:46.507Z Downloaded strum v0.27.2
10032026-05-26T23:43:46.510Z Downloaded structmeta-derive v0.3.0
10042026-05-26T23:43:46.510Z Downloaded shlex v1.3.0
10052026-05-26T23:43:46.510Z Downloaded strip-ansi-escapes v0.2.1
10062026-05-26T23:43:46.514Z Downloaded signal-hook-registry v1.4.8
10072026-05-26T23:43:46.514Z Downloaded p256 v0.13.2
10082026-05-26T23:43:46.514Z Downloaded simd-adler32 v0.3.8
10092026-05-26T23:43:46.518Z Downloaded hyper-util v0.1.20
10102026-05-26T23:43:46.521Z Downloaded slog-async v2.8.0
10112026-05-26T23:43:46.521Z Downloaded subtle v2.6.1
10122026-05-26T23:43:46.521Z Downloaded structmeta v0.3.0
10132026-05-26T23:43:46.521Z Downloaded rcgen v0.12.1
10142026-05-26T23:43:46.524Z Downloaded rustls-pki-types v1.14.0
10152026-05-26T23:43:46.524Z Downloaded strsim v0.10.0
10162026-05-26T23:43:46.527Z Downloaded slog-json v2.6.1
10172026-05-26T23:43:46.527Z Downloaded progenitor-impl v0.13.0
10182026-05-26T23:43:46.531Z Downloaded progenitor-impl v0.14.0
10192026-05-26T23:43:46.531Z Downloaded mio v1.2.0
10202026-05-26T23:43:46.534Z Downloaded slog-term v2.9.2
10212026-05-26T23:43:46.541Z Downloaded sync_wrapper v1.0.2
10222026-05-26T23:43:46.541Z Downloaded sync-ptr v0.1.4
10232026-05-26T23:43:46.541Z Downloaded supports-color v3.0.2
10242026-05-26T23:43:46.541Z Downloaded take_mut v0.2.2
10252026-05-26T23:43:46.543Z Downloaded tabwriter v1.4.1
10262026-05-26T23:43:46.544Z Downloaded tabled_derive v0.11.0
10272026-05-26T23:43:46.544Z Downloaded slab v0.4.12
10282026-05-26T23:43:46.544Z Downloaded itertools v0.10.5
10292026-05-26T23:43:46.546Z Downloaded tap v1.0.1
10302026-05-26T23:43:46.546Z Downloaded tagptr v0.2.0
10312026-05-26T23:43:46.546Z Downloaded slog-stdlog v4.1.1
10322026-05-26T23:43:46.549Z Downloaded smallvec v0.6.14
10332026-05-26T23:43:46.549Z Downloaded smf v0.2.3
10342026-05-26T23:43:46.549Z Downloaded slog-scope v4.4.1
10352026-05-26T23:43:46.552Z Downloaded serde_cbor v0.11.2
10362026-05-26T23:43:46.552Z Downloaded minimal-lexical v0.2.1
10372026-05-26T23:43:46.555Z Downloaded sqlformat v0.3.5
10382026-05-26T23:43:46.557Z Downloaded spki v0.7.3
10392026-05-26T23:43:46.557Z Downloaded testing_table v0.3.0
10402026-05-26T23:43:46.557Z Downloaded snafu-derive v0.8.9
10412026-05-26T23:43:46.560Z Downloaded termtree v0.5.1
10422026-05-26T23:43:46.564Z Downloaded time-core v0.1.8
10432026-05-26T23:43:46.564Z Downloaded serde_path_to_error v0.1.20
10442026-05-26T23:43:46.567Z Downloaded thread-id v5.1.0
10452026-05-26T23:43:46.567Z Downloaded aes-gcm v0.10.3
10462026-05-26T23:43:46.567Z Downloaded static_assertions v1.1.0
10472026-05-26T23:43:46.578Z Downloaded thiserror-impl-no-std v2.0.2
10482026-05-26T23:43:46.583Z Downloaded tinyvec_macros v0.1.1
10492026-05-26T23:43:46.583Z Downloaded string_cache v0.8.9
10502026-05-26T23:43:46.583Z Downloaded rayon-core v1.13.0
10512026-05-26T23:43:46.586Z Downloaded serde_with_macros v3.17.0
10522026-05-26T23:43:46.586Z Downloaded stacker v0.1.23
10532026-05-26T23:43:46.589Z Downloaded strum_macros v0.24.3
10542026-05-26T23:43:46.589Z Downloaded stringprep v0.1.5
10552026-05-26T23:43:46.589Z Downloaded strum_macros v0.26.4
10562026-05-26T23:43:46.592Z Downloaded slog-dtrace v0.3.0
10572026-05-26T23:43:46.592Z Downloaded dropshot-api-manager v0.7.2
10582026-05-26T23:43:46.595Z Downloaded publicsuffix v2.3.0
10592026-05-26T23:43:46.597Z Downloaded ron v0.8.1
10602026-05-26T23:43:46.600Z Downloaded tokio-macros v2.7.0
10612026-05-26T23:43:46.603Z Downloaded support-bundle-viewer v0.1.2
10622026-05-26T23:43:46.604Z Downloaded num-bigint v0.4.6
10632026-05-26T23:43:46.607Z Downloaded pretty_assertions v1.4.1
10642026-05-26T23:43:46.614Z Downloaded schemars v0.8.22
10652026-05-26T23:43:46.620Z Downloaded serde_yaml v0.9.34+deprecated
10662026-05-26T23:43:46.624Z Downloaded hashbrown v0.15.5
10672026-05-26T23:43:46.628Z Downloaded qorb v0.4.1
10682026-05-26T23:43:46.632Z Downloaded thiserror-no-std v2.0.2
10692026-05-26T23:43:46.637Z Downloaded termios v0.3.3
10702026-05-26T23:43:46.637Z Downloaded spin v0.9.8
10712026-05-26T23:43:46.641Z Downloaded quinn v0.11.9
10722026-05-26T23:43:46.641Z Downloaded thread_local v1.1.9
10732026-05-26T23:43:46.645Z Downloaded ryu v1.0.23
10742026-05-26T23:43:46.651Z Downloaded tiny-keccak v2.0.2
10752026-05-26T23:43:46.655Z Downloaded tower-service v0.3.3
10762026-05-26T23:43:46.655Z Downloaded tower-layer v0.3.3
10772026-05-26T23:43:46.656Z Downloaded trait-variant v0.1.2
10782026-05-26T23:43:46.656Z Downloaded slog v2.8.2
10792026-05-26T23:43:46.659Z Downloaded time-macros v0.2.27
10802026-05-26T23:43:46.659Z Downloaded try-lock v0.2.5
10812026-05-26T23:43:46.663Z Downloaded signal-hook v0.3.18
10822026-05-26T23:43:46.667Z Downloaded tls_codec_derive v0.4.2
10832026-05-26T23:43:46.673Z Downloaded num-bigint-dig v0.8.6
10842026-05-26T23:43:46.673Z Downloaded tokio-rustls v0.25.0
10852026-05-26T23:43:46.676Z Downloaded nom v7.1.3
10862026-05-26T23:43:46.676Z Downloaded typify-macro v0.4.3
10872026-05-26T23:43:46.676Z Downloaded tls_codec v0.4.2
10882026-05-26T23:43:46.676Z Downloaded unarray v0.1.4
10892026-05-26T23:43:46.682Z Downloaded typify-macro v0.6.2
10902026-05-26T23:43:46.682Z Downloaded unit-prefix v0.5.2
10912026-05-26T23:43:46.682Z Downloaded unicode-truncate v1.1.0
10922026-05-26T23:43:46.682Z Downloaded usdt-attr-macro v0.6.0
10932026-05-26T23:43:46.682Z Downloaded untrusted v0.7.1
10942026-05-26T23:43:46.682Z Downloaded universal-hash v0.5.1
10952026-05-26T23:43:46.682Z Downloaded tokio-native-tls v0.3.1
10962026-05-26T23:43:46.685Z Downloaded tokio-dtrace v0.1.1
10972026-05-26T23:43:46.688Z Downloaded schemars v0.9.0
10982026-05-26T23:43:46.694Z Downloaded tokio-tungstenite v0.23.1
10992026-05-26T23:43:46.698Z Downloaded usdt v0.6.0
11002026-05-26T23:43:46.698Z Downloaded socket2 v0.5.10
11012026-05-26T23:43:46.698Z Downloaded utf-8 v0.7.6
11022026-05-26T23:43:46.701Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11032026-05-26T23:43:46.701Z Downloaded itertools v0.12.1
11042026-05-26T23:43:46.704Z Downloaded usdt-macro v0.6.0
11052026-05-26T23:43:46.704Z Downloaded untrusted v0.9.0
11062026-05-26T23:43:46.708Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11072026-05-26T23:43:46.708Z Downloaded topological-sort v0.2.2
11082026-05-26T23:43:46.708Z Downloaded itertools v0.13.0
11092026-05-26T23:43:46.713Z Downloaded want v0.3.1
11102026-05-26T23:43:46.722Z Downloaded aho-corasick v1.1.4
11112026-05-26T23:43:46.723Z Downloaded void v1.0.2
11122026-05-26T23:43:46.723Z Downloaded term v1.2.1
11132026-05-26T23:43:46.732Z Downloaded term v0.7.0
11142026-05-26T23:43:46.732Z Downloaded rand v0.9.2
11152026-05-26T23:43:46.732Z Downloaded rand v0.8.6
11162026-05-26T23:43:46.732Z Downloaded wait-timeout v0.2.1
11172026-05-26T23:43:46.733Z Downloaded hashbrown v0.16.1
11182026-05-26T23:43:46.740Z Downloaded tui-tree-widget v0.23.1
11192026-05-26T23:43:46.740Z Downloaded hyper v1.8.1
11202026-05-26T23:43:46.740Z Downloaded waitgroup v0.1.2
11212026-05-26T23:43:46.740Z Downloaded rustls-platform-verifier v0.6.2
11222026-05-26T23:43:46.744Z Downloaded iddqd v0.4.1
11232026-05-26T23:43:46.745Z Downloaded rsa v0.9.10
11242026-05-26T23:43:46.749Z Downloaded tokio-tungstenite v0.21.0
11252026-05-26T23:43:46.749Z Downloaded libxml v0.3.3
11262026-05-26T23:43:46.753Z Downloaded tokio-rustls v0.24.1
11272026-05-26T23:43:46.753Z Downloaded subprocess v0.2.15
11282026-05-26T23:43:46.759Z Downloaded xshell-macros v0.2.7
11292026-05-26T23:43:46.759Z Downloaded xattr v1.6.1
11302026-05-26T23:43:46.759Z Downloaded tokio-rustls v0.26.4
11312026-05-26T23:43:46.759Z Downloaded schemars v1.2.1
11322026-05-26T23:43:46.770Z Downloaded usdt-impl v0.6.0
11332026-05-26T23:43:46.775Z Downloaded tokio-stream v0.1.18
11342026-05-26T23:43:46.775Z Downloaded toml_parser v1.0.9+spec-1.1.0
11352026-05-26T23:43:46.775Z Downloaded test-strategy v0.4.5
11362026-05-26T23:43:46.775Z Downloaded zeroize_derive v1.4.3
11372026-05-26T23:43:46.775Z Downloaded socket2 v0.6.3
11382026-05-26T23:43:46.775Z Downloaded vergen-git2 v9.1.0
11392026-05-26T23:43:46.778Z Downloaded itertools v0.14.0
11402026-05-26T23:43:46.781Z Downloaded walkdir v2.5.0
11412026-05-26T23:43:46.781Z Downloaded uzers v0.12.2
11422026-05-26T23:43:46.785Z Downloaded libm v0.2.16
11432026-05-26T23:43:46.790Z Downloaded vergen-lib v9.1.0
11442026-05-26T23:43:46.790Z Downloaded vergen-lib v0.1.6
11452026-05-26T23:43:46.794Z Downloaded tinyvec v1.10.0
11462026-05-26T23:43:46.794Z Downloaded zone_cfg_derive v0.3.1
11472026-05-26T23:43:46.794Z Downloaded tracing-attributes v0.1.31
11482026-05-26T23:43:46.794Z Downloaded rand v0.10.0
11492026-05-26T23:43:46.797Z Downloaded whoami v1.6.1
11502026-05-26T23:43:46.797Z Downloaded unicase v2.9.0
11512026-05-26T23:43:46.833Z Downloaded p521 v0.13.3
11522026-05-26T23:43:46.833Z Downloaded blake3 v1.8.3
11532026-05-26T23:43:46.845Z Downloaded zone v0.3.1
11542026-05-26T23:43:46.845Z Downloaded twox-hash v2.1.2
11552026-05-26T23:43:46.845Z Downloaded vergen-gitcl v1.0.8
11562026-05-26T23:43:46.845Z Downloaded iri-string v0.7.10
11572026-05-26T23:43:46.845Z Downloaded xshell v0.2.7
11582026-05-26T23:43:46.845Z Downloaded wyz v0.5.1
11592026-05-26T23:43:46.845Z Downloaded whoami v2.1.0
11602026-05-26T23:43:46.845Z Downloaded strum_macros v0.27.2
11612026-05-26T23:43:46.846Z Downloaded samael v0.0.19
11622026-05-26T23:43:46.846Z Downloaded hkdf v0.12.4
11632026-05-26T23:43:46.846Z Downloaded rustls-webpki v0.103.9
11642026-05-26T23:43:46.846Z Downloaded toml v0.7.8
11652026-05-26T23:43:46.846Z Downloaded h2 v0.4.13
11662026-05-26T23:43:46.846Z Downloaded tar v0.4.45
11672026-05-26T23:43:46.846Z Downloaded toml v1.0.6+spec-1.1.0
11682026-05-26T23:43:46.846Z Downloaded zstd v0.13.3
11692026-05-26T23:43:46.846Z Downloaded zeroize v1.8.2
11702026-05-26T23:43:46.846Z Downloaded snafu v0.8.9
11712026-05-26T23:43:46.855Z Downloaded russh v0.45.0
11722026-05-26T23:43:46.855Z Downloaded futures-util v0.3.32
11732026-05-26T23:43:46.860Z Downloaded vsss-rs v3.3.4
11742026-05-26T23:43:46.860Z Downloaded unicode-properties v0.1.4
11752026-05-26T23:43:46.860Z Downloaded tracing-core v0.1.36
11762026-05-26T23:43:46.860Z Downloaded tungstenite v0.21.0
11772026-05-26T23:43:46.860Z Downloaded steno v0.4.1
11782026-05-26T23:43:46.860Z Downloaded rustyline v14.0.0
11792026-05-26T23:43:46.867Z Downloaded zstd-safe v7.2.4
11802026-05-26T23:43:46.867Z Downloaded unicode-bidi v0.3.18
11812026-05-26T23:43:46.871Z Downloaded typify v0.6.2
11822026-05-26T23:43:46.871Z Downloaded toml_writer v1.0.6+spec-1.1.0
11832026-05-26T23:43:46.871Z Downloaded similar v2.7.0
11842026-05-26T23:43:46.872Z Downloaded vergen v9.1.0
11852026-05-26T23:43:46.874Z Downloaded typify v0.4.3
11862026-05-26T23:43:46.874Z Downloaded rpassword v7.4.0
11872026-05-26T23:43:46.885Z Downloaded yasna v0.5.2
11882026-05-26T23:43:46.888Z Downloaded toml_edit v0.23.10+spec-1.0.0
11892026-05-26T23:43:46.891Z Downloaded serde_with v1.14.0
11902026-05-26T23:43:46.894Z Downloaded aws-lc-rs v1.16.3
11912026-05-26T23:43:46.906Z Downloaded vte v0.14.1
11922026-05-26T23:43:46.909Z Downloaded reedline v0.40.0
11932026-05-26T23:43:46.923Z Downloaded uuid v1.23.0
11942026-05-26T23:43:46.938Z Downloaded unsafe-libyaml v0.2.11
11952026-05-26T23:43:46.941Z Downloaded ssh-key v0.6.7
11962026-05-26T23:43:46.941Z Downloaded zerocopy v0.6.6
11972026-05-26T23:43:46.944Z Downloaded bindgen v0.71.1
11982026-05-26T23:43:46.949Z Downloaded p384 v0.13.1
11992026-05-26T23:43:46.956Z Downloaded regex v1.12.3
12002026-05-26T23:43:46.956Z Downloaded toml_edit v0.19.15
12012026-05-26T23:43:46.961Z Downloaded zopfli v0.8.3
12022026-05-26T23:43:46.966Z Downloaded zip v0.6.6
12032026-05-26T23:43:46.966Z Downloaded reqwest v0.13.2
12042026-05-26T23:43:46.971Z Downloaded typed-path v0.9.3
12052026-05-26T23:43:46.976Z Downloaded portable-atomic v1.13.1
12062026-05-26T23:43:46.980Z Downloaded unicode_categories v0.1.1
12072026-05-26T23:43:46.980Z Downloaded tungstenite v0.23.0
12082026-05-26T23:43:46.983Z Downloaded tokio-postgres v0.7.16
12092026-05-26T23:43:46.983Z Downloaded reqwest v0.12.28
12102026-05-26T23:43:46.987Z Downloaded chrono v0.4.44
12112026-05-26T23:43:46.991Z Downloaded bitvec v1.0.1
12122026-05-26T23:43:46.999Z Downloaded rayon v1.11.0
12132026-05-26T23:43:47.003Z Downloaded lalrpop v0.19.12
12142026-05-26T23:43:47.010Z Downloaded yansi v1.0.1
12152026-05-26T23:43:47.013Z Downloaded salty v0.3.0
12162026-05-26T23:43:47.017Z Downloaded unicode-segmentation v1.12.0
12172026-05-26T23:43:47.020Z Downloaded quick-xml v0.37.5
12182026-05-26T23:43:47.023Z Downloaded rustls-webpki v0.101.7
12192026-05-26T23:43:47.029Z Downloaded proptest v1.10.0
12202026-05-26T23:43:47.035Z Downloaded goblin v0.10.5
12212026-05-26T23:43:47.038Z Downloaded x509-cert v0.2.5
12222026-05-26T23:43:47.041Z Downloaded unicode-normalization v0.1.25
12232026-05-26T23:43:47.047Z Downloaded git2 v0.20.4
12242026-05-26T23:43:47.051Z Downloaded zerocopy-derive v0.8.40
12252026-05-26T23:43:47.056Z Downloaded petname v2.0.2
12262026-05-26T23:43:47.059Z Downloaded tokio-util v0.7.18
12272026-05-26T23:43:47.068Z Downloaded tower v0.5.3
12282026-05-26T23:43:47.077Z Downloaded serde_with v3.17.0
12292026-05-26T23:43:47.092Z Downloaded curve25519-dalek v4.1.3
12302026-05-26T23:43:47.096Z Downloaded tough v0.22.0
12312026-05-26T23:43:47.100Z Downloaded zip v4.6.1
12322026-05-26T23:43:47.100Z Downloaded tower-http v0.6.8
12332026-05-26T23:43:47.106Z Downloaded quinn-proto v0.11.13
12342026-05-26T23:43:47.110Z Downloaded moka v0.12.13
12352026-05-26T23:43:47.114Z Downloaded rustls-webpki v0.102.8
12362026-05-26T23:43:47.127Z Downloaded winnow v0.6.26
12372026-05-26T23:43:47.132Z Downloaded object v0.30.4
12382026-05-26T23:43:47.137Z Downloaded winnow v0.5.40
12392026-05-26T23:43:47.150Z Downloaded radix_trie v0.2.1
12402026-05-26T23:43:47.152Z Downloaded openssl v0.10.79
12412026-05-26T23:43:47.152Z Downloaded nix v0.27.1
12422026-05-26T23:43:47.156Z Downloaded polar-core v0.27.3
12432026-05-26T23:43:47.173Z Downloaded nix v0.28.0
12442026-05-26T23:43:47.180Z Downloaded bstr v1.12.1
12452026-05-26T23:43:47.190Z Downloaded nix v0.31.2
12462026-05-26T23:43:47.202Z Downloaded webpki-roots v1.0.6
12472026-05-26T23:43:47.205Z Downloaded regex-syntax v0.6.29
12482026-05-26T23:43:47.209Z Downloaded smoltcp v0.9.1
12492026-05-26T23:43:47.216Z Downloaded object v0.37.3
12502026-05-26T23:43:47.225Z Downloaded tabled v0.20.0
12512026-05-26T23:43:47.234Z Downloaded dropshot v0.17.0
12522026-05-26T23:43:47.243Z Downloaded time v0.3.47
12532026-05-26T23:43:47.252Z Downloaded openapiv3 v2.2.0
12542026-05-26T23:43:47.259Z Downloaded regress v0.11.1
12552026-05-26T23:43:47.264Z Downloaded zlib-rs v0.6.2
12562026-05-26T23:43:47.268Z Downloaded hickory-proto v0.24.4
12572026-05-26T23:43:47.275Z Downloaded rustls v0.21.12
12582026-05-26T23:43:47.281Z Downloaded vcpkg v0.2.15
12592026-05-26T23:43:47.306Z Downloaded rustls v0.22.4
12602026-05-26T23:43:47.314Z Downloaded zerocopy v0.8.40
12612026-05-26T23:43:47.318Z Downloaded hickory-proto v0.25.2
12622026-05-26T23:43:47.328Z Downloaded smoltcp v0.11.0
12632026-05-26T23:43:47.335Z Downloaded diesel v2.3.7
12642026-05-26T23:43:47.347Z Downloaded sled v0.34.7
12652026-05-26T23:43:47.351Z Downloaded tracing v0.1.44
12662026-05-26T23:43:47.363Z Downloaded regex-syntax v0.8.10
12672026-05-26T23:43:47.368Z Downloaded rustix v0.38.44
12682026-05-26T23:43:47.382Z Downloaded regress v0.10.5
12692026-05-26T23:43:47.386Z Downloaded rustls v0.23.37
12702026-05-26T23:43:47.445Z Downloaded regex-automata v0.4.14
12712026-05-26T23:43:47.453Z Downloaded petgraph v0.6.5
12722026-05-26T23:43:47.453Z Downloaded sqlparser v0.61.0
12732026-05-26T23:43:47.453Z Downloaded petgraph v0.8.3
12742026-05-26T23:43:47.458Z Downloaded csv v1.4.0
12752026-05-26T23:43:47.471Z Downloaded ratatui v0.29.0
12762026-05-26T23:43:47.482Z Downloaded typify-impl v0.6.2
12772026-05-26T23:43:47.490Z Downloaded bzip2-sys v0.1.13+1.0.8
12782026-05-26T23:43:47.497Z Downloaded typify-impl v0.4.3
12792026-05-26T23:43:47.507Z Downloaded tokio v1.52.1
12802026-05-26T23:43:47.543Z Downloaded zerocopy-derive v0.6.6
12812026-05-26T23:43:47.549Z Downloaded encoding_rs v0.8.35
12822026-05-26T23:43:47.568Z Downloaded chrono-tz v0.10.4
12832026-05-26T23:43:47.582Z Downloaded jiff v0.2.21
12842026-05-26T23:43:47.635Z Downloaded sha3 v0.10.8
12852026-05-26T23:43:47.638Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12862026-05-26T23:43:47.650Z Downloaded libz-sys v1.1.24
12872026-05-26T23:43:47.742Z Downloaded ring v0.17.14
12882026-05-26T23:43:47.797Z Downloaded libgit2-sys v0.18.3+1.9.2
12892026-05-26T23:43:48.276Z Downloaded aws-lc-sys v0.40.0
12902026-05-26T23:43:48.520Z Compiling libc v0.2.185
12912026-05-26T23:43:48.520Z Compiling serde v1.0.228
12922026-05-26T23:43:48.523Z Compiling log v0.4.29
12932026-05-26T23:43:48.523Z Compiling shlex v1.3.0
12942026-05-26T23:43:48.523Z Compiling find-msvc-tools v0.1.9
12952026-05-26T23:43:48.523Z Compiling smallvec v1.15.1
12962026-05-26T23:43:48.524Z Compiling typenum v1.19.0
12972026-05-26T23:43:48.692Z Compiling subtle v2.6.1
12982026-05-26T23:43:48.722Z Compiling generic-array v0.14.7
12992026-05-26T23:43:48.725Z Compiling scopeguard v1.2.0
13002026-05-26T23:43:48.736Z Compiling const-oid v0.9.6
13012026-05-26T23:43:48.777Z Compiling serde_json v1.0.149
13022026-05-26T23:43:48.804Z Compiling syn v2.0.117
13032026-05-26T23:43:48.806Z Compiling zerocopy v0.8.40
13042026-05-26T23:43:48.806Z Compiling parking_lot_core v0.9.12
13052026-05-26T23:43:48.830Z Compiling portable-atomic v1.13.1
13062026-05-26T23:43:48.884Z Compiling lock_api v0.4.14
13072026-05-26T23:43:48.898Z Compiling pin-project-lite v0.2.17
13082026-05-26T23:43:48.901Z Compiling pkg-config v0.3.32
13092026-05-26T23:43:48.930Z Compiling bitflags v2.11.0
13102026-05-26T23:43:48.957Z Compiling futures-core v0.3.32
13112026-05-26T23:43:49.009Z Compiling libm v0.2.16
13122026-05-26T23:43:49.025Z Compiling critical-section v1.2.0
13132026-05-26T23:43:49.040Z Compiling num-traits v0.2.19
13142026-05-26T23:43:49.068Z Compiling percent-encoding v2.3.2
13152026-05-26T23:43:49.147Z Compiling futures-sink v0.3.32
13162026-05-26T23:43:49.153Z Compiling futures-io v0.3.32
13172026-05-26T23:43:49.161Z Compiling futures-task v0.3.32
13182026-05-26T23:43:49.205Z Compiling cpufeatures v0.2.17
13192026-05-26T23:43:49.208Z Compiling getrandom v0.4.1
13202026-05-26T23:43:49.273Z Compiling futures-channel v0.3.32
13212026-05-26T23:43:49.275Z Compiling slab v0.4.12
13222026-05-26T23:43:49.315Z Compiling rand_core v0.10.0
13232026-05-26T23:43:49.319Z Compiling indexmap v2.14.0
13242026-05-26T23:43:49.347Z Compiling getrandom v0.3.4
13252026-05-26T23:43:49.391Z Compiling rustversion v1.0.22
13262026-05-26T23:43:49.479Z Compiling form_urlencoded v1.2.2
13272026-05-26T23:43:49.496Z Compiling fs_extra v1.3.0
13282026-05-26T23:43:49.499Z Compiling dunce v1.0.5
13292026-05-26T23:43:49.527Z Compiling base64ct v1.8.3
13302026-05-26T23:43:49.530Z Compiling ident_case v1.0.1
13312026-05-26T23:43:49.572Z Compiling regex-syntax v0.8.10
13322026-05-26T23:43:49.607Z Compiling iana-time-zone v0.1.65
13332026-05-26T23:43:49.626Z Compiling flagset v0.4.7
13342026-05-26T23:43:49.680Z Compiling getrandom v0.2.17
13352026-05-26T23:43:49.694Z Compiling jobserver v0.1.34
13362026-05-26T23:43:49.753Z Compiling errno v0.3.14
13372026-05-26T23:43:49.785Z Compiling mio v1.2.0
13382026-05-26T23:43:49.789Z Compiling socket2 v0.6.3
13392026-05-26T23:43:49.834Z Compiling rand_core v0.6.4
13402026-05-26T23:43:49.908Z Compiling signal-hook-registry v1.4.8
13412026-05-26T23:43:49.935Z Compiling cc v1.2.56
13422026-05-26T23:43:49.951Z Compiling once_cell v1.21.3
13432026-05-26T23:43:49.967Z Compiling parking_lot v0.12.5
13442026-05-26T23:43:50.060Z Compiling pem-rfc7468 v0.7.0
13452026-05-26T23:43:50.078Z Compiling rustix v1.1.3
13462026-05-26T23:43:50.097Z Compiling aws-lc-rs v1.16.3
13472026-05-26T23:43:50.148Z Compiling vcpkg v0.2.15
13482026-05-26T23:43:50.219Z Compiling tracing-core v0.1.36
13492026-05-26T23:43:50.248Z Compiling uuid v1.23.0
13502026-05-26T23:43:50.271Z Compiling rustc_version v0.4.1
13512026-05-26T23:43:50.286Z Compiling base64 v0.22.1
13522026-05-26T23:43:50.377Z Compiling rand_core v0.9.5
13532026-05-26T23:43:50.403Z Compiling openssl-probe v0.2.1
13542026-05-26T23:43:50.417Z Compiling untrusted v0.9.0
13552026-05-26T23:43:50.447Z Compiling untrusted v0.7.1
13562026-05-26T23:43:50.556Z Compiling httparse v1.10.1
13572026-05-26T23:43:50.572Z Compiling tinyvec_macros v0.1.1
13582026-05-26T23:43:50.589Z Compiling aho-corasick v1.1.4
13592026-05-26T23:43:50.603Z Compiling dyn-clone v1.0.20
13602026-05-26T23:43:50.626Z Compiling tower-service v0.3.3
13612026-05-26T23:43:50.644Z Compiling tinyvec v1.10.0
13622026-05-26T23:43:50.650Z Compiling try-lock v0.2.5
13632026-05-26T23:43:50.659Z Compiling tower-layer v0.3.3
13642026-05-26T23:43:50.686Z Compiling rustls v0.23.37
13652026-05-26T23:43:50.774Z Compiling cmake v0.1.57
13662026-05-26T23:43:50.781Z Compiling atomic-waker v1.1.2
13672026-05-26T23:43:50.796Z Compiling schemars v0.8.22
13682026-05-26T23:43:50.813Z Compiling want v0.3.1
13692026-05-26T23:43:50.854Z Compiling pin-utils v0.1.0
13702026-05-26T23:43:50.874Z Compiling openssl v0.10.79
13712026-05-26T23:43:50.889Z Compiling httpdate v1.0.3
13722026-05-26T23:43:50.919Z Compiling foreign-types-shared v0.1.1
13732026-05-26T23:43:50.933Z Compiling spin v0.9.8
13742026-05-26T23:43:50.950Z Compiling powerfmt v0.2.0
13752026-05-26T23:43:50.982Z Compiling crc32fast v1.5.0
13762026-05-26T23:43:50.999Z Compiling foreign-types v0.3.2
13772026-05-26T23:43:51.019Z Compiling unicode-normalization v0.1.25
13782026-05-26T23:43:51.033Z Compiling time-core v0.1.8
13792026-05-26T23:43:51.092Z Compiling num-conv v0.2.0
13802026-05-26T23:43:51.128Z Compiling native-tls v0.2.18
13812026-05-26T23:43:51.148Z Compiling deranged v0.5.8
13822026-05-26T23:43:51.154Z Compiling wait-timeout v0.2.1
13832026-05-26T23:43:51.165Z Compiling sync_wrapper v1.0.2
13842026-05-26T23:43:51.180Z Compiling num_threads v0.1.7
13852026-05-26T23:43:51.195Z Compiling syn v1.0.109
13862026-05-26T23:43:51.217Z Compiling usdt-impl v0.6.0
13872026-05-26T23:43:51.238Z Compiling time-macros v0.2.27
13882026-05-26T23:43:51.309Z Compiling quick-error v1.2.3
13892026-05-26T23:43:51.315Z Compiling siphasher v1.0.2
13902026-05-26T23:43:51.333Z Compiling crossbeam-utils v0.8.21
13912026-05-26T23:43:51.351Z Compiling simd-adler32 v0.3.8
13922026-05-26T23:43:51.385Z Compiling bit-vec v0.8.0
13932026-05-26T23:43:51.448Z Compiling regex-automata v0.4.14
13942026-05-26T23:43:51.516Z Compiling slog v2.8.2
13952026-05-26T23:43:51.556Z Compiling heapless v0.7.17
13962026-05-26T23:43:51.571Z Compiling rand_xorshift v0.4.0
13972026-05-26T23:43:51.624Z Compiling aws-lc-sys v0.40.0
13982026-05-26T23:43:51.642Z Compiling ring v0.17.14
13992026-05-26T23:43:51.658Z Compiling openssl-sys v0.9.115
14002026-05-26T23:43:51.675Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14012026-05-26T23:43:51.698Z Compiling bzip2-sys v0.1.13+1.0.8
14022026-05-26T23:43:51.750Z Compiling synstructure v0.13.2
14032026-05-26T23:43:51.787Z Compiling pest_generator v2.8.6
14042026-05-26T23:43:51.787Z Compiling serde_derive_internals v0.29.1
14052026-05-26T23:43:51.829Z Compiling darling_core v0.20.11
14062026-05-26T23:43:52.004Z Compiling tempfile v3.25.0
14072026-05-26T23:43:53.025Z Compiling darling_core v0.21.3
14082026-05-26T23:43:53.028Z Compiling bit-set v0.8.0
14092026-05-26T23:43:53.028Z Compiling thread-id v5.1.0
14102026-05-26T23:43:53.028Z Compiling rusty-fork v0.3.1
14112026-05-26T23:43:53.028Z Compiling cookie v0.18.1
14122026-05-26T23:43:53.029Z Compiling time v0.3.47
14132026-05-26T23:43:53.029Z Compiling anyhow v1.0.102
14142026-05-26T23:43:53.029Z Compiling unicode-bidi v0.3.18
14152026-05-26T23:43:53.029Z Compiling signal-hook v0.3.18
14162026-05-26T23:43:53.029Z Compiling paste v1.0.15
14172026-05-26T23:43:53.029Z Compiling allocator-api2 v0.2.21
14182026-05-26T23:43:53.029Z Compiling unarray v0.1.4
14192026-05-26T23:43:53.029Z Compiling adler2 v2.0.1
14202026-05-26T23:43:53.029Z Compiling zstd-safe v7.2.4
14212026-05-26T23:43:53.029Z Compiling ryu v1.0.23
14222026-05-26T23:43:53.029Z Compiling unicode-properties v0.1.4
14232026-05-26T23:43:53.029Z Compiling iri-string v0.7.10
14242026-05-26T23:43:53.029Z Compiling miniz_oxide v0.8.9
14252026-05-26T23:43:53.029Z Compiling stringprep v0.1.5
14262026-05-26T23:43:53.074Z Compiling num-integer v0.1.46
14272026-05-26T23:43:53.107Z Compiling vergen-lib v9.1.0
14282026-05-26T23:43:53.310Z Compiling curve25519-dalek v4.1.3
14292026-05-26T23:43:53.417Z Compiling ff v0.13.1
14302026-05-26T23:43:53.485Z Compiling hash32 v0.2.1
14312026-05-26T23:43:54.503Z Compiling serde_derive v1.0.228
14322026-05-26T23:43:54.506Z Compiling zeroize_derive v1.4.3
14332026-05-26T23:43:54.506Z Compiling zerofrom-derive v0.1.6
14342026-05-26T23:43:54.506Z Compiling yoke-derive v0.8.1
14352026-05-26T23:43:54.506Z Compiling zerovec-derive v0.11.2
14362026-05-26T23:43:54.506Z Compiling zerocopy-derive v0.8.40
14372026-05-26T23:43:54.506Z Compiling displaydoc v0.2.5
14382026-05-26T23:43:54.506Z Compiling tokio-macros v2.7.0
14392026-05-26T23:43:54.506Z Compiling futures-macro v0.3.32
14402026-05-26T23:43:54.506Z Compiling zeroize v1.8.2
14412026-05-26T23:43:54.506Z Compiling der_derive v0.7.3
14422026-05-26T23:43:54.506Z Compiling rustls-pki-types v1.14.0
14432026-05-26T23:43:54.621Z Compiling thiserror-impl v2.0.18
14442026-05-26T23:43:54.796Z Compiling tracing-attributes v0.1.31
14452026-05-26T23:43:54.851Z Compiling pest_derive v2.8.6
14462026-05-26T23:43:54.865Z Compiling scroll_derive v0.13.1
14472026-05-26T23:43:54.969Z Compiling crypto-common v0.1.7
14482026-05-26T23:43:54.984Z Compiling zerofrom v0.1.6
14492026-05-26T23:43:54.997Z Compiling block-buffer v0.10.4
14502026-05-26T23:43:55.023Z Compiling futures-util v0.3.32
14512026-05-26T23:43:55.123Z Compiling yoke v0.8.1
14522026-05-26T23:43:55.138Z Compiling digest v0.10.7
14532026-05-26T23:43:55.190Z Compiling block-padding v0.3.3
14542026-05-26T23:43:55.319Z Compiling zerovec v0.11.5
14552026-05-26T23:43:55.333Z Compiling zerotrie v0.2.3
14562026-05-26T23:43:55.376Z Compiling hmac v0.12.1
14572026-05-26T23:43:55.409Z Compiling inout v0.1.4
14582026-05-26T23:43:55.448Z Compiling sha2 v0.10.9
14592026-05-26T23:43:55.546Z Compiling cipher v0.4.4
14602026-05-26T23:43:55.599Z Compiling der v0.7.10
14612026-05-26T23:43:55.649Z Compiling pbkdf2 v0.12.2
14622026-05-26T23:43:55.715Z Compiling schemars_derive v0.8.22
14632026-05-26T23:43:55.718Z Compiling scroll v0.13.0
14642026-05-26T23:43:55.791Z Compiling tinystr v0.8.2
14652026-05-26T23:43:55.842Z Compiling potential_utf v0.1.4
14662026-05-26T23:43:55.854Z Compiling salsa20 v0.10.2
14672026-05-26T23:43:56.004Z Compiling icu_locale_core v2.1.1
14682026-05-26T23:43:56.007Z Compiling icu_collections v2.1.1
14692026-05-26T23:43:56.007Z Compiling scrypt v0.11.0
14702026-05-26T23:43:56.007Z Compiling thiserror v2.0.18
14712026-05-26T23:43:56.063Z Compiling aes v0.8.4
14722026-05-26T23:43:56.163Z Compiling tracing v0.1.44
14732026-05-26T23:43:56.179Z Compiling cbc v0.1.2
14742026-05-26T23:43:56.293Z Compiling darling_macro v0.20.11
14752026-05-26T23:43:56.388Z Compiling openssl-macros v0.1.1
14762026-05-26T23:43:56.492Z Compiling spki v0.7.3
14772026-05-26T23:43:56.590Z Compiling goblin v0.10.5
14782026-05-26T23:43:56.718Z Compiling icu_provider v2.1.1
14792026-05-26T23:43:56.815Z Compiling pkcs5 v0.7.1
14802026-05-26T23:43:56.846Z Compiling darling v0.20.11
14812026-05-26T23:43:56.891Z Compiling rustls-native-certs v0.8.3
14822026-05-26T23:43:56.948Z Compiling derive_builder_core v0.20.2
14832026-05-26T23:43:56.966Z Compiling bytes v1.11.1
14842026-05-26T23:43:56.990Z Compiling icu_properties v2.1.2
14852026-05-26T23:43:57.039Z Compiling icu_normalizer v2.1.1
14862026-05-26T23:43:57.055Z Compiling chrono v0.4.44
14872026-05-26T23:43:57.079Z Compiling ipnet v2.11.0
14882026-05-26T23:43:57.173Z Compiling pkcs8 v0.10.2
14892026-05-26T23:43:57.209Z Compiling dtrace-parser v0.3.0
14902026-05-26T23:43:57.325Z Compiling signature v2.2.0
14912026-05-26T23:43:57.360Z Compiling webpki-roots v1.0.6
14922026-05-26T23:43:57.496Z Compiling tokio v1.52.1
14932026-05-26T23:43:57.511Z Compiling http v1.4.0
14942026-05-26T23:43:57.540Z Compiling scroll_derive v0.12.1
14952026-05-26T23:43:57.597Z Compiling thiserror-impl v1.0.69
14962026-05-26T23:43:57.611Z Compiling serde_spanned v0.6.9
14972026-05-26T23:43:57.615Z Compiling serde_tokenstream v0.2.3
14982026-05-26T23:43:57.789Z Compiling serde_urlencoded v0.7.1
14992026-05-26T23:43:57.835Z Compiling derive_builder_macro v0.20.2
15002026-05-26T23:43:58.035Z Compiling idna_adapter v1.2.1
15012026-05-26T23:43:58.048Z Compiling toml_datetime v0.6.11
15022026-05-26T23:43:58.066Z Compiling erased-serde v0.3.31
15032026-05-26T23:43:58.083Z Compiling md-5 v0.10.6
15042026-05-26T23:43:58.160Z Compiling idna v1.1.0
15052026-05-26T23:43:58.175Z Compiling ppv-lite86 v0.2.21
15062026-05-26T23:43:58.278Z Compiling http-body v1.0.1
15072026-05-26T23:43:58.308Z Compiling darling_macro v0.21.3
15082026-05-26T23:43:58.311Z Compiling scroll v0.12.0
15092026-05-26T23:43:58.339Z Compiling bstr v1.12.1
15102026-05-26T23:43:58.393Z Compiling pin-project-internal v1.1.11
15112026-05-26T23:43:58.451Z Compiling http-body-util v0.1.3
15122026-05-26T23:43:58.519Z Compiling url v2.5.8
15132026-05-26T23:43:58.522Z Compiling rand_chacha v0.9.0
15142026-05-26T23:43:58.549Z Compiling rand_chacha v0.3.1
15152026-05-26T23:43:58.569Z Compiling async-trait v0.1.89
15162026-05-26T23:43:58.610Z Compiling zerocopy-derive v0.7.35
15172026-05-26T23:43:58.715Z Compiling memoffset v0.9.1
15182026-05-26T23:43:58.822Z Compiling rand v0.9.2
15192026-05-26T23:43:58.854Z Compiling encoding_rs v0.8.35
15202026-05-26T23:43:58.916Z Compiling thiserror v1.0.69
15212026-05-26T23:43:58.932Z Compiling rustix v0.38.44
15222026-05-26T23:43:59.019Z Compiling zlib-rs v0.6.2
15232026-05-26T23:43:59.299Z Compiling ref-cast v1.0.25
15242026-05-26T23:43:59.381Z Compiling dof v0.4.0
15252026-05-26T23:43:59.394Z Compiling proptest v1.10.0
15262026-05-26T23:43:59.517Z Compiling fallible-iterator v0.2.0
15272026-05-26T23:43:59.549Z Compiling mime v0.3.17
15282026-05-26T23:43:59.584Z Compiling cfg_aliases v0.2.1
15292026-05-26T23:43:59.638Z Compiling smoltcp v0.9.1
15302026-05-26T23:43:59.648Z Compiling num-bigint-dig v0.8.6
15312026-05-26T23:43:59.652Z Compiling psl-types v2.0.11
15322026-05-26T23:43:59.679Z Compiling litrs v1.0.0
15332026-05-26T23:43:59.807Z Compiling ipnetwork v0.21.1
15342026-05-26T23:43:59.855Z Compiling base16ct v0.2.0
15352026-05-26T23:43:59.871Z Compiling postgres-protocol v0.6.10
15362026-05-26T23:43:59.897Z Compiling publicsuffix v2.3.0
15372026-05-26T23:43:59.987Z Compiling sec1 v0.7.3
15382026-05-26T23:44:00.021Z Compiling nix v0.31.2
15392026-05-26T23:44:00.046Z Compiling oxnet v0.1.4
15402026-05-26T23:44:00.201Z Compiling pin-project v1.1.11
15412026-05-26T23:44:00.217Z Compiling document-features v0.2.12
15422026-05-26T23:44:00.231Z Compiling zerocopy v0.7.35
15432026-05-26T23:44:00.368Z Compiling darling v0.21.3
15442026-05-26T23:44:00.385Z Compiling rand v0.8.6
15452026-05-26T23:44:00.412Z Compiling goblin v0.8.2
15462026-05-26T23:44:00.442Z Compiling derive_builder v0.20.2
15472026-05-26T23:44:00.459Z Compiling futures-executor v0.3.32
15482026-05-26T23:44:00.473Z Compiling hubpack_derive v0.1.1
15492026-05-26T23:44:00.476Z Compiling hex v0.4.3
15502026-05-26T23:44:00.589Z Compiling hkdf v0.12.4
15512026-05-26T23:44:00.604Z Compiling crypto-bigint v0.5.5
15522026-05-26T23:44:00.730Z Compiling regex v1.12.3
15532026-05-26T23:44:00.831Z Compiling group v0.13.0
15542026-05-26T23:44:00.847Z Compiling curve25519-dalek-derive v0.1.1
15552026-05-26T23:44:00.871Z Compiling strum_macros v0.27.2
15562026-05-26T23:44:00.887Z Compiling snafu-derive v0.8.9
15572026-05-26T23:44:00.954Z Compiling ref-cast-impl v1.0.25
15582026-05-26T23:44:00.984Z Compiling daft-derive v0.1.7
15592026-05-26T23:44:01.051Z Compiling num-iter v0.1.45
15602026-05-26T23:44:01.279Z Compiling tokio-util v0.7.18
15612026-05-26T23:44:01.318Z Compiling tower v0.5.3
15622026-05-26T23:44:01.514Z Compiling tokio-native-tls v0.3.1
15632026-05-26T23:44:01.532Z Compiling terminal_size v0.4.3
15642026-05-26T23:44:01.547Z Compiling phf_shared v0.13.1
15652026-05-26T23:44:01.550Z Compiling lazy_static v1.5.0
15662026-05-26T23:44:01.674Z Compiling vergen v9.1.0
15672026-05-26T23:44:01.693Z Compiling newtype-uuid v1.3.2
15682026-05-26T23:44:01.712Z Compiling cargo-platform v0.3.2
15692026-05-26T23:44:01.740Z Compiling tower-http v0.6.8
15702026-05-26T23:44:01.759Z Compiling fs-err v3.3.0
15712026-05-26T23:44:01.807Z Compiling ahash v0.8.12
15722026-05-26T23:44:01.822Z Compiling winnow v0.5.40
15732026-05-26T23:44:01.878Z Compiling flate2 v1.1.9
15742026-05-26T23:44:01.969Z Compiling h2 v0.4.13
15752026-05-26T23:44:01.998Z Compiling bumpalo v3.20.2
15762026-05-26T23:44:02.028Z Compiling bitflags v1.3.2
15772026-05-26T23:44:02.042Z Compiling libbz2-rs-sys v0.2.2
15782026-05-26T23:44:02.116Z Compiling managed v0.8.0
15792026-05-26T23:44:02.166Z Compiling foldhash v0.2.0
15802026-05-26T23:44:02.222Z Compiling unicode-segmentation v1.12.0
15812026-05-26T23:44:02.267Z Compiling same-file v1.0.6
15822026-05-26T23:44:02.307Z Compiling object v0.37.3
15832026-05-26T23:44:02.339Z Compiling foldhash v0.1.5
15842026-05-26T23:44:02.353Z Compiling hashbrown v0.16.1
15852026-05-26T23:44:02.408Z Compiling walkdir v2.5.0
15862026-05-26T23:44:02.526Z Compiling hashbrown v0.15.5
15872026-05-26T23:44:02.628Z Compiling dof v0.3.0
15882026-05-26T23:44:02.707Z Compiling bzip2 v0.6.1
15892026-05-26T23:44:02.772Z Compiling zopfli v0.8.3
15902026-05-26T23:44:02.788Z Compiling clap_builder v4.5.60
15912026-05-26T23:44:02.890Z Compiling snafu v0.8.9
15922026-05-26T23:44:02.974Z Compiling strum v0.27.2
15932026-05-26T23:44:02.995Z Compiling cargo_metadata v0.23.1
15942026-05-26T23:44:03.016Z Compiling daft v0.1.7
15952026-05-26T23:44:03.061Z Compiling phf v0.13.1
15962026-05-26T23:44:03.233Z Compiling toml_edit v0.19.15
15972026-05-26T23:44:03.321Z Compiling elliptic-curve v0.13.8
15982026-05-26T23:44:03.359Z Compiling signal-hook-mio v0.2.5
15992026-05-26T23:44:03.389Z Compiling cookie_store v0.22.1
16002026-05-26T23:44:03.457Z Compiling hubpack v0.1.2
16012026-05-26T23:44:03.473Z Compiling usdt-macro v0.6.0
16022026-05-26T23:44:03.510Z Compiling usdt-attr-macro v0.6.0
16032026-05-26T23:44:03.525Z Compiling bzip2 v0.4.4
16042026-05-26T23:44:03.698Z Compiling futures v0.3.32
16052026-05-26T23:44:03.738Z Compiling serde_with_macros v3.17.0
16062026-05-26T23:44:03.804Z Compiling postgres-types v0.2.12
16072026-05-26T23:44:03.862Z Compiling zstd v0.13.3
16082026-05-26T23:44:04.010Z Compiling dtrace-parser v0.2.0
16092026-05-26T23:44:04.066Z Compiling globset v0.4.18
16102026-05-26T23:44:04.136Z Compiling ed25519 v2.2.3
16112026-05-26T23:44:04.262Z Compiling pkcs1 v0.7.5
16122026-05-26T23:44:04.373Z Compiling olpc-cjson v0.1.4
16132026-05-26T23:44:04.388Z Compiling serde_plain v1.0.2
16142026-05-26T23:44:04.388Z Compiling serde-big-array v0.5.1
16152026-05-26T23:44:04.552Z Compiling rfc6979 v0.4.0
16162026-05-26T23:44:04.568Z Compiling async-recursion v1.1.1
16172026-05-26T23:44:04.606Z Compiling serde_repr v0.1.20
16182026-05-26T23:44:04.680Z Compiling enum-as-inner v0.6.1
16192026-05-26T23:44:04.696Z Compiling strum_macros v0.26.4
16202026-05-26T23:44:04.767Z Compiling clap_derive v4.5.55
16212026-05-26T23:44:04.792Z Compiling phf_shared v0.11.3
16222026-05-26T23:44:04.913Z Compiling float-cmp v0.10.0
16232026-05-26T23:44:04.916Z Compiling pem v3.0.6
16242026-05-26T23:44:05.007Z Compiling thread-id v4.2.2
16252026-05-26T23:44:05.072Z Compiling hyper v1.8.1
16262026-05-26T23:44:05.089Z Compiling memmap2 v0.9.10
16272026-05-26T23:44:05.105Z Compiling env_filter v1.0.0
16282026-05-26T23:44:05.195Z Compiling precomputed-hash v0.1.1
16292026-05-26T23:44:05.229Z Compiling difflib v0.4.0
16302026-05-26T23:44:05.272Z Compiling fixedbitset v0.4.2
16312026-05-26T23:44:05.288Z Compiling jiff v0.2.21
16322026-05-26T23:44:05.303Z Compiling static_assertions v1.1.0
16332026-05-26T23:44:05.331Z Compiling keccak v0.1.6
16342026-05-26T23:44:05.394Z Compiling predicates-core v1.0.10
16352026-05-26T23:44:05.435Z Compiling new_debug_unreachable v1.0.6
16362026-05-26T23:44:05.512Z Compiling either v1.15.0
16372026-05-26T23:44:05.526Z Compiling normalize-line-endings v0.3.0
16382026-05-26T23:44:05.598Z Compiling fixedbitset v0.5.7
16392026-05-26T23:44:05.640Z Compiling whoami v2.1.0
16402026-05-26T23:44:05.734Z Compiling data-encoding v2.10.0
16412026-05-26T23:44:05.834Z Compiling typed-path v0.9.3
16422026-05-26T23:44:05.869Z Compiling tokio-postgres v0.7.16
16432026-05-26T23:44:05.915Z Compiling petgraph v0.8.3
16442026-05-26T23:44:05.932Z Compiling itertools v0.13.0
16452026-05-26T23:44:06.063Z Compiling hickory-proto v0.25.2
16462026-05-26T23:44:06.098Z Compiling predicates v3.1.4
16472026-05-26T23:44:06.163Z Compiling hyper-util v0.1.20
16482026-05-26T23:44:06.212Z Compiling toml_edit v0.22.27
16492026-05-26T23:44:06.453Z Compiling string_cache v0.8.9
16502026-05-26T23:44:06.506Z Compiling strum v0.26.3
16512026-05-26T23:44:06.599Z Compiling clap v4.5.60
16522026-05-26T23:44:06.658Z Compiling sha3 v0.10.8
16532026-05-26T23:44:06.698Z Compiling petgraph v0.6.5
16542026-05-26T23:44:06.716Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16552026-05-26T23:44:06.757Z Compiling env_logger v0.11.9
16562026-05-26T23:44:06.761Z Compiling usdt v0.6.0
16572026-05-26T23:44:07.041Z Compiling usdt-impl v0.5.0
16582026-05-26T23:44:07.078Z Compiling serde_with v3.17.0
16592026-05-26T23:44:07.099Z Compiling ecdsa v0.16.9
16602026-05-26T23:44:07.132Z Compiling crossterm v0.28.1
16612026-05-26T23:44:07.175Z Compiling toml v0.7.8
16622026-05-26T23:44:07.508Z Compiling rsa v0.9.10
16632026-05-26T23:44:07.646Z Compiling hyper-tls v0.6.0
16642026-05-26T23:44:07.782Z Compiling ed25519-dalek v2.2.0
16652026-05-26T23:44:07.871Z Compiling zip v4.6.1
16662026-05-26T23:44:08.103Z Compiling zip v0.6.6
16672026-05-26T23:44:08.236Z Compiling iddqd v0.4.1
16682026-05-26T23:44:08.708Z Compiling similar v2.7.0
16692026-05-26T23:44:08.733Z Compiling heck v0.4.1
16702026-05-26T23:44:08.793Z Compiling tokio-stream v0.1.18
16712026-05-26T23:44:08.811Z Compiling toml_parser v1.0.9+spec-1.1.0
16722026-05-26T23:44:08.842Z Compiling buf-list v1.1.2
16732026-05-26T23:44:08.909Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16742026-05-26T23:44:08.956Z Compiling openapiv3 v2.2.0
16752026-05-26T23:44:08.989Z Compiling x509-cert v0.2.5
16762026-05-26T23:44:09.137Z Compiling sha1 v0.10.6
16772026-05-26T23:44:09.230Z Compiling crossbeam-epoch v0.9.18
16782026-05-26T23:44:09.293Z Compiling peg-runtime v0.8.5
16792026-05-26T23:44:09.389Z Compiling lalrpop-util v0.19.12
16802026-05-26T23:44:09.455Z Compiling thread_local v1.1.9
16812026-05-26T23:44:09.501Z Compiling slog-async v2.8.0
16822026-05-26T23:44:09.520Z Compiling crossbeam-channel v0.5.15
16832026-05-26T23:44:09.562Z Compiling is-terminal v0.4.17
16842026-05-26T23:44:09.579Z Compiling filetime v0.2.27
16852026-05-26T23:44:09.605Z Compiling take_mut v0.2.2
16862026-05-26T23:44:09.621Z Compiling xattr v1.6.1
16872026-05-26T23:44:09.624Z Compiling term v1.2.1
16882026-05-26T23:44:09.782Z Compiling tar v0.4.45
16892026-05-26T23:44:09.980Z Compiling slog-term v2.9.2
16902026-05-26T23:44:27.412Z Compiling rustls-webpki v0.103.9
16912026-05-26T23:44:30.281Z Compiling tokio-rustls v0.26.4
16922026-05-26T23:44:30.281Z Compiling rustls-platform-verifier v0.6.2
16932026-05-26T23:44:30.438Z Compiling hyper-rustls v0.27.7
16942026-05-26T23:44:30.640Z Compiling reqwest v0.12.28
16952026-05-26T23:44:30.640Z Compiling reqwest v0.13.2
16962026-05-26T23:44:31.866Z Compiling tough v0.22.0
16972026-05-26T23:44:34.277Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16982026-05-26T23:44:34.498Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16992026-05-26T23:44:37.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.08s
17002026-05-26T23:44:37.456Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17012026-05-26T23:44:37.516ZMay 26 23:44:35.954 INFO Starting download, target: Console
17022026-05-26T23:44:37.516ZMay 26 23:44:35.954 INFO Starting download, target: Cockroach
17032026-05-26T23:44:37.516ZMay 26 23:44:35.954 INFO Starting download, target: DendriteStub
17042026-05-26T23:44:37.525ZMay 26 23:44:35.954 INFO Starting download, target: TransceiverControl
17052026-05-26T23:44:37.525ZMay 26 23:44:35.954 INFO Starting download, target: Clickhouse
17062026-05-26T23:44:37.525ZMay 26 23:44:35.954 INFO Starting download, target: MaghemiteMgd
17072026-05-26T23:44:37.526ZMay 26 23:44:35.954 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17082026-05-26T23:44:37.526ZMay 26 23:44:35.954 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17092026-05-26T23:44:37.526ZMay 26 23:44:35.954 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17102026-05-26T23:44:37.526ZMay 26 23:44:35.954 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17112026-05-26T23:44:37.526ZMay 26 23:44:35.954 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17122026-05-26T23:44:37.526ZMay 26 23:44:35.955 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17132026-05-26T23:44:38.240ZMay 26 23:44:36.577 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17142026-05-26T23:44:38.426ZMay 26 23:44:36.786 INFO Download complete, target: TransceiverControl
17152026-05-26T23:44:38.576ZMay 26 23:44:36.983 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17162026-05-26T23:44:38.783ZMay 26 23:44:37.224 INFO Download complete, target: Console
17172026-05-26T23:44:39.711ZMay 26 23:44:38.011 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17182026-05-26T23:44:43.416ZMay 26 23:44:41.805 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17192026-05-26T23:44:43.683ZMay 26 23:44:42.047 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17202026-05-26T23:44:45.208ZMay 26 23:44:43.645 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17212026-05-26T23:44:45.209ZMay 26 23:44:43.645 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17222026-05-26T23:44:45.851ZMay 26 23:44:44.265 INFO Download complete, target: DendriteStub
17232026-05-26T23:44:46.106ZMay 26 23:44:44.547 INFO Download complete, target: MaghemiteMgd
17242026-05-26T23:44:46.546ZMay 26 23:44:44.987 INFO Checking that binary works, target: Clickhouse
17252026-05-26T23:44:46.651ZMay 26 23:44:45.086 INFO Download complete, target: Clickhouse
17262026-05-26T23:44:49.958ZMay 26 23:44:48.392 INFO Checking that binary works, target: Cockroach
17272026-05-26T23:44:50.076ZMay 26 23:44:48.517 INFO Download complete, target: Cockroach
17282026-05-26T23:44:50.081ZAll prerequisites installed successfully
17292026-05-26T23:44:50.084Z
17302026-05-26T23:44:50.084Zreal 2:04.984012590
17312026-05-26T23:44:50.084Zuser 6:53.349158261
17322026-05-26T23:44:50.084Zsys 1:44.467469748
17332026-05-26T23:44:50.084Ztrap 0.253052447
17342026-05-26T23:44:50.084Ztflt 1.088083979
17352026-05-26T23:44:50.084Zdflt 1.842594903
17362026-05-26T23:44:50.084Zkflt 0.027057651
17372026-05-26T23:44:50.084Zlock 23:59.511456566
17382026-05-26T23:44:50.085Zslp 18:56.942991486
17392026-05-26T23:44:50.085Zlat 24.450320062
17402026-05-26T23:44:50.085Zstop 2:58.109205043
17412026-05-26T23:44:50.085Z+ ptime -m cargo xtask download softnpu
17422026-05-26T23:44:50.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17432026-05-26T23:44:50.619Z Running `target/debug/xtask download softnpu`
17442026-05-26T23:44:51.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
17452026-05-26T23:44:51.432Z Running `target/debug/xtask-downloader softnpu`
17462026-05-26T23:44:51.473ZMay 26 23:44:49.914 INFO Starting download, target: Softnpu
17472026-05-26T23:44:51.477ZMay 26 23:44:49.914 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17482026-05-26T23:44:54.988ZMay 26 23:44:53.392 INFO Download complete, target: Softnpu
17492026-05-26T23:44:55.009Z
17502026-05-26T23:44:55.009Zreal 4.866904441
17512026-05-26T23:44:55.009Zuser 1.354280018
17522026-05-26T23:44:55.009Zsys 0.650797739
17532026-05-26T23:44:55.009Ztrap 0.000718551
17542026-05-26T23:44:55.009Ztflt 0.000230513
17552026-05-26T23:44:55.009Zdflt 0.000235708
17562026-05-26T23:44:55.009Zkflt 0.000000000
17572026-05-26T23:44:55.009Zlock 1:05.057992930
17582026-05-26T23:44:55.009Zslp 3.264760169
17592026-05-26T23:44:55.009Zlat 0.080970719
17602026-05-26T23:44:55.009Zstop 0.000191849
17612026-05-26T23:44:55.009Z+ export CARGO_INCREMENTAL=0
17622026-05-26T23:44:55.010Z+ CARGO_INCREMENTAL=0
17632026-05-26T23:44:55.010Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17642026-05-26T23:44:55.851Z Compiling proc-macro2 v1.0.106
17652026-05-26T23:44:55.851Z Compiling quote v1.0.45
17662026-05-26T23:44:55.851Z Compiling unicode-ident v1.0.24
17672026-05-26T23:44:55.879Z Compiling libc v0.2.185
17682026-05-26T23:44:55.879Z Compiling serde_core v1.0.228
17692026-05-26T23:44:55.879Z Compiling serde v1.0.228
17702026-05-26T23:44:55.879Z Compiling cfg-if v1.0.4
17712026-05-26T23:44:55.879Z Compiling version_check v0.9.5
17722026-05-26T23:44:55.879Z Compiling shlex v1.3.0
17732026-05-26T23:44:55.879Z Compiling find-msvc-tools v0.1.9
17742026-05-26T23:44:55.879Z Compiling typenum v1.19.0
17752026-05-26T23:44:55.995Z Compiling zmij v1.0.21
17762026-05-26T23:44:56.013Z Compiling autocfg v1.5.0
17772026-05-26T23:44:56.014Z Compiling serde_json v1.0.149
17782026-05-26T23:44:56.014Z Compiling memchr v2.8.0
17792026-05-26T23:44:56.168Z Compiling portable-atomic v1.13.1
17802026-05-26T23:44:56.328Z Compiling libm v0.2.16
17812026-05-26T23:44:56.398Z Compiling zerocopy v0.8.40
17822026-05-26T23:44:56.428Z Compiling parking_lot_core v0.9.12
17832026-05-26T23:44:56.428Z Compiling smallvec v1.15.1
17842026-05-26T23:44:56.445Z Compiling icu_properties_data v2.1.2
17852026-05-26T23:44:56.449Z Compiling icu_normalizer_data v2.1.1
17862026-05-26T23:44:56.503Z Compiling num-traits v0.2.19
17872026-05-26T23:44:56.534Z Compiling generic-array v0.14.7
17882026-05-26T23:44:56.661Z Compiling itoa v1.0.17
17892026-05-26T23:44:56.688Z Compiling getrandom v0.4.1
17902026-05-26T23:44:56.704Z Compiling log v0.4.29
17912026-05-26T23:44:56.722Z Compiling stable_deref_trait v1.2.1
17922026-05-26T23:44:56.754Z Compiling pkg-config v0.3.32
17932026-05-26T23:44:56.768Z Compiling subtle v2.6.1
17942026-05-26T23:44:56.850Z Compiling jobserver v0.1.34
17952026-05-26T23:44:56.866Z Compiling getrandom v0.2.17
17962026-05-26T23:44:56.950Z Compiling errno v0.3.14
17972026-05-26T23:44:57.029Z Compiling scopeguard v1.2.0
17982026-05-26T23:44:57.059Z Compiling cc v1.2.56
17992026-05-26T23:44:57.064Z Compiling rand_core v0.6.4
18002026-05-26T23:44:57.126Z Compiling lock_api v0.4.14
18012026-05-26T23:44:57.223Z Compiling litemap v0.8.1
18022026-05-26T23:44:57.240Z Compiling writeable v0.6.2
18032026-05-26T23:44:57.243Z Compiling percent-encoding v2.3.2
18042026-05-26T23:44:57.291Z Compiling syn v2.0.117
18052026-05-26T23:44:57.359Z Compiling fnv v1.0.7
18062026-05-26T23:44:57.377Z Compiling pin-project-lite v0.2.17
18072026-05-26T23:44:57.457Z Compiling thiserror v2.0.18
18082026-05-26T23:44:57.509Z Compiling getrandom v0.3.4
18092026-05-26T23:44:57.554Z Compiling fs_extra v1.3.0
18102026-05-26T23:44:57.585Z Compiling equivalent v1.0.2
18112026-05-26T23:44:57.588Z Compiling dunce v1.0.5
18122026-05-26T23:44:57.634Z Compiling rand_core v0.10.0
18132026-05-26T23:44:57.634Z Compiling rustversion v1.0.22
18142026-05-26T23:44:57.683Z Compiling utf8_iter v1.0.4
18152026-05-26T23:44:57.698Z Compiling schemars v0.8.22
18162026-05-26T23:44:57.770Z Compiling cmake v0.1.57
18172026-05-26T23:44:57.807Z Compiling form_urlencoded v1.2.2
18182026-05-26T23:44:57.857Z Compiling critical-section v1.2.0
18192026-05-26T23:44:57.895Z Compiling signal-hook-registry v1.4.8
18202026-05-26T23:44:58.000Z Compiling rustix v1.1.3
18212026-05-26T23:44:58.017Z Compiling hashbrown v0.17.0
18222026-05-26T23:44:58.093Z Compiling mio v1.2.0
18232026-05-26T23:44:58.122Z Compiling socket2 v0.6.3
18242026-05-26T23:44:58.137Z Compiling parking_lot v0.12.5
18252026-05-26T23:44:58.340Z Compiling ring v0.17.14
18262026-05-26T23:44:58.376Z Compiling aws-lc-sys v0.40.0
18272026-05-26T23:44:58.412Z Compiling semver v1.0.28
18282026-05-26T23:44:58.521Z Compiling bitflags v2.11.0
18292026-05-26T23:44:58.561Z Compiling once_cell v1.21.3
18302026-05-26T23:44:58.629Z Compiling indexmap v2.14.0
18312026-05-26T23:44:58.644Z Compiling const-oid v0.9.6
18322026-05-26T23:44:58.802Z Compiling heck v0.5.0
18332026-05-26T23:44:58.812Z Compiling aws-lc-rs v1.16.3
18342026-05-26T23:44:58.826Z Compiling futures-core v0.3.32
18352026-05-26T23:44:58.867Z Compiling httparse v1.10.1
18362026-05-26T23:44:58.996Z Compiling thiserror v1.0.69
18372026-05-26T23:44:59.008Z Compiling strsim v0.11.1
18382026-05-26T23:44:59.032Z Compiling vcpkg v0.2.15
18392026-05-26T23:44:59.132Z Compiling ucd-trie v0.1.7
18402026-05-26T23:44:59.214Z Compiling byteorder v1.5.0
18412026-05-26T23:44:59.234Z Compiling iana-time-zone v0.1.65
18422026-05-26T23:44:59.286Z Compiling pest v2.8.6
18432026-05-26T23:44:59.310Z Compiling ident_case v1.0.1
18442026-05-26T23:44:59.355Z Compiling regex-syntax v0.8.10
18452026-05-26T23:44:59.355Z Compiling syn v1.0.109
18462026-05-26T23:44:59.387Z Compiling uuid v1.23.0
18472026-05-26T23:44:59.439Z Compiling cpufeatures v0.2.17
18482026-05-26T23:44:59.481Z Compiling rustls v0.23.37
18492026-05-26T23:44:59.595Z Compiling openssl-sys v0.9.115
18502026-05-26T23:44:59.656Z Compiling futures-sink v0.3.32
18512026-05-26T23:44:59.732Z Compiling rustc_version v0.4.1
18522026-05-26T23:44:59.801Z Compiling futures-channel v0.3.32
18532026-05-26T23:44:59.837Z Compiling futures-io v0.3.32
18542026-05-26T23:44:59.856Z Compiling slab v0.4.12
18552026-05-26T23:44:59.996Z Compiling futures-task v0.3.32
18562026-05-26T23:45:00.067Z Compiling synstructure v0.13.2
18572026-05-26T23:45:00.076Z Compiling serde_derive_internals v0.29.1
18582026-05-26T23:45:00.106Z Compiling aho-corasick v1.1.4
18592026-05-26T23:45:00.209Z Compiling dyn-clone v1.0.20
18602026-05-26T23:45:00.349Z Compiling pest_meta v2.8.6
18612026-05-26T23:45:00.430Z Compiling crc32fast v1.5.0
18622026-05-26T23:45:00.451Z Compiling base64 v0.22.1
18632026-05-26T23:45:00.471Z Compiling plain v0.2.3
18642026-05-26T23:45:00.561Z Compiling openssl v0.10.79
18652026-05-26T23:45:00.576Z Compiling time-core v0.1.8
18662026-05-26T23:45:00.593Z Compiling num-conv v0.2.0
18672026-05-26T23:45:00.619Z Compiling crossbeam-utils v0.8.21
18682026-05-26T23:45:00.752Z Compiling time-macros v0.2.27
18692026-05-26T23:45:00.873Z Compiling pretty-hex v0.4.1
18702026-05-26T23:45:00.896Z Compiling native-tls v0.2.18
18712026-05-26T23:45:00.908Z Compiling regex-automata v0.4.14
18722026-05-26T23:45:00.938Z Compiling pest_generator v2.8.6
18732026-05-26T23:45:00.958Z Compiling anyhow v1.0.102
18742026-05-26T23:45:01.003Z Compiling base64ct v1.8.3
18752026-05-26T23:45:01.031Z Compiling darling_core v0.21.3
18762026-05-26T23:45:01.210Z Compiling tracing-core v0.1.36
18772026-05-26T23:45:01.227Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18782026-05-26T23:45:01.275Z Compiling pem-rfc7468 v0.7.0
18792026-05-26T23:45:01.310Z Compiling serde_derive v1.0.228
18802026-05-26T23:45:01.328Z Compiling zeroize_derive v1.4.3
18812026-05-26T23:45:01.446Z Compiling zerofrom-derive v0.1.6
18822026-05-26T23:45:01.510Z Compiling yoke-derive v0.8.1
18832026-05-26T23:45:01.563Z Compiling zerovec-derive v0.11.2
18842026-05-26T23:45:01.576Z Compiling displaydoc v0.2.5
18852026-05-26T23:45:01.622Z Compiling zerocopy-derive v0.8.40
18862026-05-26T23:45:01.638Z Compiling tokio-macros v2.7.0
18872026-05-26T23:45:01.714Z Compiling futures-macro v0.3.32
18882026-05-26T23:45:01.931Z Compiling zeroize v1.8.2
18892026-05-26T23:45:02.275Z Compiling thiserror-impl v2.0.18
18902026-05-26T23:45:02.329Z Compiling schemars_derive v0.8.22
18912026-05-26T23:45:02.450Z Compiling tracing-attributes v0.1.31
18922026-05-26T23:45:02.483Z Compiling der_derive v0.7.3
18932026-05-26T23:45:02.563Z Compiling zerofrom v0.1.6
18942026-05-26T23:45:02.706Z Compiling yoke v0.8.1
18952026-05-26T23:45:02.813Z Compiling crypto-common v0.1.7
18962026-05-26T23:45:02.913Z Compiling zerovec v0.11.5
18972026-05-26T23:45:02.923Z Compiling zerotrie v0.2.3
18982026-05-26T23:45:03.096Z Compiling block-buffer v0.10.4
18992026-05-26T23:45:03.266Z Compiling digest v0.10.7
19002026-05-26T23:45:03.367Z Compiling thiserror-impl v1.0.69
19012026-05-26T23:45:03.457Z Compiling tinystr v0.8.2
19022026-05-26T23:45:03.545Z Compiling potential_utf v0.1.4
19032026-05-26T23:45:03.556Z Compiling pest_derive v2.8.6
19042026-05-26T23:45:03.557Z Compiling futures-util v0.3.32
19052026-05-26T23:45:03.557Z Compiling hmac v0.12.1
19062026-05-26T23:45:03.609Z Compiling icu_collections v2.1.1
19072026-05-26T23:45:03.670Z Compiling icu_locale_core v2.1.1
19082026-05-26T23:45:03.958Z Compiling block-padding v0.3.3
19092026-05-26T23:45:04.118Z Compiling inout v0.1.4
19102026-05-26T23:45:04.290Z Compiling rustls-pki-types v1.14.0
19112026-05-26T23:45:04.357Z Compiling bytes v1.11.1
19122026-05-26T23:45:04.417Z Compiling icu_provider v2.1.1
19132026-05-26T23:45:04.431Z Compiling chrono v0.4.44
19142026-05-26T23:45:04.499Z Compiling openssl-macros v0.1.1
19152026-05-26T23:45:04.516Z Compiling serde_tokenstream v0.2.3
19162026-05-26T23:45:04.758Z Compiling icu_normalizer v2.1.1
19172026-05-26T23:45:04.819Z Compiling icu_properties v2.1.2
19182026-05-26T23:45:04.837Z Compiling tokio v1.52.1
19192026-05-26T23:45:05.135Z Compiling cipher v0.4.4
19202026-05-26T23:45:05.378Z Compiling sha2 v0.10.9
19212026-05-26T23:45:05.754Z Compiling idna_adapter v1.2.1
19222026-05-26T23:45:05.820Z Compiling ppv-lite86 v0.2.21
19232026-05-26T23:45:05.907Z Compiling idna v1.1.0
19242026-05-26T23:45:06.009Z Compiling scroll_derive v0.13.1
19252026-05-26T23:45:06.186Z Compiling scroll_derive v0.12.1
19262026-05-26T23:45:06.201Z Compiling http v1.4.0
19272026-05-26T23:45:06.253Z Compiling url v2.5.8
19282026-05-26T23:45:06.383Z Compiling flagset v0.4.7
19292026-05-26T23:45:06.412Z Compiling untrusted v0.9.0
19302026-05-26T23:45:06.494Z Compiling der v0.7.10
19312026-05-26T23:45:06.808Z Compiling tracing v0.1.44
19322026-05-26T23:45:06.840Z Compiling darling_macro v0.21.3
19332026-05-26T23:45:06.899Z Compiling regex v1.12.3
19342026-05-26T23:45:07.225Z Compiling zerocopy-derive v0.7.35
19352026-05-26T23:45:07.304Z Compiling rand_core v0.9.5
19362026-05-26T23:45:07.320Z Compiling slog v2.8.2
19372026-05-26T23:45:07.611Z Compiling darling v0.21.3
19382026-05-26T23:45:07.727Z Compiling spki v0.7.3
19392026-05-26T23:45:07.758Z Compiling salsa20 v0.10.2
19402026-05-26T23:45:07.784Z Compiling pbkdf2 v0.12.2
19412026-05-26T23:45:08.148Z Compiling cookie v0.18.1
19422026-05-26T23:45:08.311Z Compiling camino v1.2.2
19432026-05-26T23:45:08.487Z Compiling tokio-util v0.7.18
19442026-05-26T23:45:08.617Z Compiling scrypt v0.11.0
19452026-05-26T23:45:08.635Z Compiling rand_chacha v0.9.0
19462026-05-26T23:45:08.669Z Compiling http-body v1.0.1
19472026-05-26T23:45:08.734Z Compiling aes v0.8.4
19482026-05-26T23:45:08.847Z Compiling cbc v0.1.2
19492026-05-26T23:45:08.982Z Compiling usdt-impl v0.5.0
19502026-05-26T23:45:09.020Z Compiling winnow v0.7.14
19512026-05-26T23:45:09.036Z Compiling ref-cast v1.0.25
19522026-05-26T23:45:09.042Z Compiling atomic-waker v1.1.2
19532026-05-26T23:45:09.203Z Compiling untrusted v0.7.1
19542026-05-26T23:45:09.223Z Compiling tinyvec_macros v0.1.1
19552026-05-26T23:45:09.238Z Compiling either v1.15.0
19562026-05-26T23:45:09.306Z Compiling paste v1.0.15
19572026-05-26T23:45:09.355Z Compiling usdt-impl v0.6.0
19582026-05-26T23:45:09.465Z Compiling openssl-probe v0.2.1
19592026-05-26T23:45:09.482Z Compiling tinyvec v1.10.0
19602026-05-26T23:45:09.606Z Compiling pkcs5 v0.7.1
19612026-05-26T23:45:09.646Z Compiling rand v0.9.2
19622026-05-26T23:45:09.871Z Compiling scroll v0.12.0
19632026-05-26T23:45:10.078Z Compiling scroll v0.13.0
19642026-05-26T23:45:10.133Z Compiling serde_spanned v0.6.9
19652026-05-26T23:45:10.148Z Compiling toml_datetime v0.6.11
19662026-05-26T23:45:10.164Z Compiling async-trait v0.1.89
19672026-05-26T23:45:10.242Z Compiling heapless v0.7.17
19682026-05-26T23:45:10.295Z Compiling bzip2-sys v0.1.13+1.0.8
19692026-05-26T23:45:10.319Z Compiling tower-layer v0.3.3
19702026-05-26T23:45:10.361Z Compiling try-lock v0.2.5
19712026-05-26T23:45:10.390Z Compiling tower-service v0.3.3
19722026-05-26T23:45:10.418Z Compiling signal-hook v0.3.18
19732026-05-26T23:45:10.509Z Compiling zstd-safe v7.2.4
19742026-05-26T23:45:10.655Z Compiling fastrand v2.3.0
19752026-05-26T23:45:10.754Z Compiling h2 v0.4.13
19762026-05-26T23:45:10.757Z Compiling want v0.3.1
19772026-05-26T23:45:10.785Z Compiling toml_parser v1.0.9+spec-1.1.0
19782026-05-26T23:45:10.948Z Compiling goblin v0.10.5
19792026-05-26T23:45:10.975Z Compiling goblin v0.8.2
19802026-05-26T23:45:11.006Z Compiling pkcs8 v0.10.2
19812026-05-26T23:45:11.195Z Compiling zerocopy v0.7.35
19822026-05-26T23:45:11.294Z Compiling ipnet v2.11.0
19832026-05-26T23:45:11.359Z Compiling ref-cast-impl v1.0.25
19842026-05-26T23:45:11.520Z Compiling curve25519-dalek v4.1.3
19852026-05-26T23:45:11.752Z Compiling darling_core v0.20.11
19862026-05-26T23:45:11.787Z Compiling memoffset v0.9.1
19872026-05-26T23:45:11.803Z Compiling pin-utils v0.1.0
19882026-05-26T23:45:11.946Z Compiling litrs v1.0.0
19892026-05-26T23:45:11.995Z Compiling winnow v0.5.40
19902026-05-26T23:45:12.012Z Compiling foreign-types-shared v0.1.1
19912026-05-26T23:45:12.111Z Compiling httpdate v1.0.3
19922026-05-26T23:45:12.534Z Compiling rustix v0.38.44
19932026-05-26T23:45:12.684Z Compiling document-features v0.2.12
19942026-05-26T23:45:12.859Z Compiling tempfile v3.25.0
19952026-05-26T23:45:12.874Z Compiling foreign-types v0.3.2
19962026-05-26T23:45:13.214Z Compiling dof v0.3.0
19972026-05-26T23:45:13.298Z Compiling toml_edit v0.19.15
19982026-05-26T23:45:13.397Z Compiling unicode-normalization v0.1.25
19992026-05-26T23:45:13.571Z Compiling dtrace-parser v0.2.0
20002026-05-26T23:45:13.688Z Compiling hyper v1.8.1
20012026-05-26T23:45:13.705Z Compiling darling_macro v0.20.11
20022026-05-26T23:45:13.810Z Compiling dof v0.4.0
20032026-05-26T23:45:14.008Z Compiling dtrace-parser v0.3.0
20042026-05-26T23:45:14.202Z Compiling pin-project-internal v1.1.11
20052026-05-26T23:45:14.221Z Compiling daft-derive v0.1.7
20062026-05-26T23:45:14.270Z Compiling spin v0.9.8
20072026-05-26T23:45:14.309Z Compiling thread-id v5.1.0
20082026-05-26T23:45:14.392Z Compiling thread-id v4.2.2
20092026-05-26T23:45:14.416Z Compiling num-bigint-dig v0.8.6
20102026-05-26T23:45:14.514Z Compiling cfg_aliases v0.2.1
20112026-05-26T23:45:14.577Z Compiling powerfmt v0.2.0
20122026-05-26T23:45:14.582Z Compiling smoltcp v0.9.1
20132026-05-26T23:45:14.611Z Compiling nix v0.31.2
20142026-05-26T23:45:14.873Z Compiling hyper-util v0.1.20
20152026-05-26T23:45:14.900Z Compiling deranged v0.5.8
20162026-05-26T23:45:15.036Z Compiling darling v0.20.11
20172026-05-26T23:45:15.216Z Compiling rustls-native-certs v0.8.3
20182026-05-26T23:45:15.275Z Compiling ipnetwork v0.21.1
20192026-05-26T23:45:15.646Z Compiling curve25519-dalek-derive v0.1.1
20202026-05-26T23:45:15.658Z Compiling strum_macros v0.26.4
20212026-05-26T23:45:16.028Z Compiling sync_wrapper v1.0.2
20222026-05-26T23:45:16.044Z Compiling wait-timeout v0.2.1
20232026-05-26T23:45:16.149Z Compiling bit-vec v0.8.0
20242026-05-26T23:45:16.292Z Compiling siphasher v1.0.2
20252026-05-26T23:45:16.492Z Compiling num_threads v0.1.7
20262026-05-26T23:45:16.511Z Compiling simd-adler32 v0.3.8
20272026-05-26T23:45:16.616Z Compiling utf8parse v0.2.2
20282026-05-26T23:45:16.616Z Compiling anstyle v1.0.13
20292026-05-26T23:45:16.679Z Compiling quick-error v1.2.3
20302026-05-26T23:45:16.737Z Compiling anstyle-parse v0.2.7
20312026-05-26T23:45:16.771Z Compiling rusty-fork v0.3.1
20322026-05-26T23:45:16.796Z Compiling time v0.3.47
20332026-05-26T23:45:16.881Z Compiling bit-set v0.8.0
20342026-05-26T23:45:16.953Z Compiling tower v0.5.3
20352026-05-26T23:45:17.256Z Compiling derive_builder_core v0.20.2
20362026-05-26T23:45:17.431Z Compiling http-body-util v0.1.3
20372026-05-26T23:45:17.708Z Compiling webpki-roots v1.0.6
20382026-05-26T23:45:17.751Z Compiling rand_xorshift v0.4.0
20392026-05-26T23:45:17.791Z Compiling signature v2.2.0
20402026-05-26T23:45:17.820Z Compiling hubpack_derive v0.1.1
20412026-05-26T23:45:17.850Z Compiling strum_macros v0.27.2
20422026-05-26T23:45:18.006Z Compiling snafu-derive v0.8.9
20432026-05-26T23:45:18.058Z Compiling ahash v0.8.12
20442026-05-26T23:45:18.082Z Compiling fs-err v3.3.0
20452026-05-26T23:45:18.153Z Compiling encoding_rs v0.8.35
20462026-05-26T23:45:18.298Z Compiling ryu v1.0.23
20472026-05-26T23:45:18.346Z Compiling anstyle-query v1.1.5
20482026-05-26T23:45:18.406Z Compiling unarray v0.1.4
20492026-05-26T23:45:18.436Z Compiling mime v0.3.17
20502026-05-26T23:45:18.446Z Compiling adler2 v2.0.1
20512026-05-26T23:45:18.491Z Compiling is_terminal_polyfill v1.70.2
20522026-05-26T23:45:18.536Z Compiling object v0.37.3
20532026-05-26T23:45:18.634Z Compiling unicode-segmentation v1.12.0
20542026-05-26T23:45:18.647Z Compiling colorchoice v1.0.4
20552026-05-26T23:45:18.719Z Compiling unicode-bidi v0.3.18
20562026-05-26T23:45:18.758Z Compiling allocator-api2 v0.2.21
20572026-05-26T23:45:18.781Z Compiling iri-string v0.7.10
20582026-05-26T23:45:18.819Z Compiling unicode-properties v0.1.4
20592026-05-26T23:45:18.993Z Compiling anstream v0.6.21
20602026-05-26T23:45:19.057Z Compiling serde_urlencoded v0.7.1
20612026-05-26T23:45:19.193Z Compiling stringprep v0.1.5
20622026-05-26T23:45:19.201Z Compiling miniz_oxide v0.8.9
20632026-05-26T23:45:19.263Z Compiling proptest v1.10.0
20642026-05-26T23:45:19.547Z Compiling derive_builder_macro v0.20.2
20652026-05-26T23:45:19.693Z Compiling tokio-native-tls v0.3.1
20662026-05-26T23:45:19.733Z Compiling usdt-macro v0.6.0
20672026-05-26T23:45:19.823Z Compiling usdt-attr-macro v0.6.0
20682026-05-26T23:45:20.026Z Compiling tower-http v0.6.8
20692026-05-26T23:45:20.331Z Compiling rand_chacha v0.3.1
20702026-05-26T23:45:20.363Z Compiling erased-serde v0.3.31
20712026-05-26T23:45:20.381Z Compiling md-5 v0.10.6
20722026-05-26T23:45:20.434Z Compiling bstr v1.12.1
20732026-05-26T23:45:20.499Z Compiling num-integer v0.1.46
20742026-05-26T23:45:20.564Z Compiling hash32 v0.2.1
20752026-05-26T23:45:20.583Z Compiling vergen-lib v9.1.0
20762026-05-26T23:45:20.593Z Compiling ff v0.13.1
20772026-05-26T23:45:20.767Z Compiling fallible-iterator v0.2.0
20782026-05-26T23:45:20.781Z Compiling zlib-rs v0.6.2
20792026-05-26T23:45:20.787Z Compiling psl-types v2.0.11
20802026-05-26T23:45:20.911Z Compiling base16ct v0.2.0
20812026-05-26T23:45:21.000Z Compiling publicsuffix v2.3.0
20822026-05-26T23:45:21.120Z Compiling postgres-protocol v0.6.10
20832026-05-26T23:45:21.139Z Compiling sec1 v0.7.3
20842026-05-26T23:45:21.139Z Compiling num-iter v0.1.45
20852026-05-26T23:45:21.306Z Compiling newtype-uuid v1.3.2
20862026-05-26T23:45:21.372Z Compiling group v0.13.0
20872026-05-26T23:45:21.590Z Compiling rand v0.8.6
20882026-05-26T23:45:22.022Z Compiling oxnet v0.1.4
20892026-05-26T23:45:22.146Z Compiling derive_builder v0.20.2
20902026-05-26T23:45:22.146Z Compiling hyper-tls v0.6.0
20912026-05-26T23:45:22.240Z Compiling heck v0.4.1
20922026-05-26T23:45:22.337Z Compiling phf_shared v0.13.1
20932026-05-26T23:45:22.337Z Compiling pin-project v1.1.11
20942026-05-26T23:45:22.428Z Compiling lazy_static v1.5.0
20952026-05-26T23:45:22.502Z Compiling terminal_size v0.4.3
20962026-05-26T23:45:22.548Z Compiling serde_with_macros v3.17.0
20972026-05-26T23:45:22.577Z Compiling futures-executor v0.3.32
20982026-05-26T23:45:22.631Z Compiling hex v0.4.3
20992026-05-26T23:45:22.662Z Compiling hkdf v0.12.4
21002026-05-26T23:45:22.748Z Compiling crypto-bigint v0.5.5
21012026-05-26T23:45:22.780Z Compiling flate2 v1.1.9
21022026-05-26T23:45:22.827Z Compiling enum-as-inner v0.6.1
21032026-05-26T23:45:22.866Z Compiling serde_repr v0.1.20
21042026-05-26T23:45:22.934Z Compiling clap_derive v4.5.55
21052026-05-26T23:45:23.016Z Compiling async-recursion v1.1.1
21062026-05-26T23:45:23.174Z Compiling vergen v9.1.0
21072026-05-26T23:45:23.206Z Compiling cargo-platform v0.3.2
21082026-05-26T23:45:23.315Z Compiling libbz2-rs-sys v0.2.2
21092026-05-26T23:45:23.342Z Compiling managed v0.8.0
21102026-05-26T23:45:23.390Z Compiling same-file v1.0.6
21112026-05-26T23:45:23.402Z Compiling bitflags v1.3.2
21122026-05-26T23:45:23.546Z Compiling foldhash v0.1.5
21132026-05-26T23:45:23.546Z Compiling foldhash v0.2.0
21142026-05-26T23:45:23.612Z Compiling bumpalo v3.20.2
21152026-05-26T23:45:23.726Z Compiling clap_lex v1.0.0
21162026-05-26T23:45:23.783Z Compiling hashbrown v0.16.1
21172026-05-26T23:45:23.813Z Compiling zopfli v0.8.3
21182026-05-26T23:45:23.871Z Compiling bzip2 v0.6.1
21192026-05-26T23:45:23.913Z Compiling clap_builder v4.5.60
21202026-05-26T23:45:23.921Z Compiling hashbrown v0.15.5
21212026-05-26T23:45:23.978Z Compiling elliptic-curve v0.13.8
21222026-05-26T23:45:24.115Z Compiling walkdir v2.5.0
21232026-05-26T23:45:24.414Z Compiling cargo_metadata v0.23.1
21242026-05-26T23:45:24.478Z Compiling futures v0.3.32
21252026-05-26T23:45:24.743Z Compiling phf v0.13.1
21262026-05-26T23:45:24.941Z Compiling zstd v0.13.3
21272026-05-26T23:45:25.062Z Compiling snafu v0.8.9
21282026-05-26T23:45:25.062Z Compiling daft v0.1.7
21292026-05-26T23:45:25.186Z Compiling signal-hook-mio v0.2.5
21302026-05-26T23:45:25.269Z Compiling cookie_store v0.22.1
21312026-05-26T23:45:25.317Z Compiling postgres-types v0.2.12
21322026-05-26T23:45:25.336Z Compiling bzip2 v0.4.4
21332026-05-26T23:45:25.336Z Compiling globset v0.4.18
21342026-05-26T23:45:25.511Z Compiling strum v0.27.2
21352026-05-26T23:45:25.655Z Compiling hubpack v0.1.2
21362026-05-26T23:45:25.715Z Compiling ed25519 v2.2.3
21372026-05-26T23:45:25.759Z Compiling phf_shared v0.11.3
21382026-05-26T23:45:25.854Z Compiling crossbeam-epoch v0.9.18
21392026-05-26T23:45:25.892Z Compiling olpc-cjson v0.1.4
21402026-05-26T23:45:25.943Z Compiling pkcs1 v0.7.5
21412026-05-26T23:45:25.993Z Compiling pem v3.0.6
21422026-05-26T23:45:26.059Z Compiling serde-big-array v0.5.1
21432026-05-26T23:45:26.074Z Compiling serde_plain v1.0.2
21442026-05-26T23:45:26.294Z Compiling rfc6979 v0.4.0
21452026-05-26T23:45:26.336Z Compiling float-cmp v0.10.0
21462026-05-26T23:45:26.336Z Compiling env_filter v1.0.0
21472026-05-26T23:45:26.336Z Compiling memmap2 v0.9.10
21482026-05-26T23:45:26.365Z Compiling jiff v0.2.21
21492026-05-26T23:45:26.365Z Compiling static_assertions v1.1.0
21502026-05-26T23:45:26.391Z Compiling fixedbitset v0.5.7
21512026-05-26T23:45:26.391Z Compiling precomputed-hash v0.1.1
21522026-05-26T23:45:26.391Z Compiling fixedbitset v0.4.2
21532026-05-26T23:45:26.415Z Compiling toml_write v0.1.2
21542026-05-26T23:45:26.424Z Compiling predicates-core v1.0.10
21552026-05-26T23:45:26.475Z Compiling typed-path v0.9.3
21562026-05-26T23:45:26.569Z Compiling keccak v0.1.6
21572026-05-26T23:45:26.596Z Compiling whoami v2.1.0
21582026-05-26T23:45:26.613Z Compiling normalize-line-endings v0.3.0
21592026-05-26T23:45:26.632Z Compiling new_debug_unreachable v1.0.6
21602026-05-26T23:45:26.642Z Compiling data-encoding v2.10.0
21612026-05-26T23:45:26.726Z Compiling difflib v0.4.0
21622026-05-26T23:45:26.736Z Compiling sha3 v0.10.8
21632026-05-26T23:45:26.739Z Compiling string_cache v0.8.9
21642026-05-26T23:45:26.814Z Compiling toml_edit v0.22.27
21652026-05-26T23:45:26.948Z Compiling hickory-proto v0.25.2
21662026-05-26T23:45:26.992Z Compiling predicates v3.1.4
21672026-05-26T23:45:27.020Z Compiling tokio-postgres v0.7.16
21682026-05-26T23:45:27.185Z Compiling petgraph v0.8.3
21692026-05-26T23:45:27.319Z Compiling petgraph v0.6.5
21702026-05-26T23:45:27.574Z Compiling env_logger v0.11.9
21712026-05-26T23:45:27.584Z Compiling usdt v0.6.0
21722026-05-26T23:45:27.625Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21732026-05-26T23:45:27.799Z Compiling ecdsa v0.16.9
21742026-05-26T23:45:27.921Z Compiling rsa v0.9.10
21752026-05-26T23:45:28.296Z Compiling ed25519-dalek v2.2.0
21762026-05-26T23:45:28.811Z Compiling zip v0.6.6
21772026-05-26T23:45:28.996Z Compiling zip v4.6.1
21782026-05-26T23:45:29.055Z Compiling crossterm v0.28.1
21792026-05-26T23:45:29.109Z Compiling clap v4.5.60
21802026-05-26T23:45:29.222Z Compiling iddqd v0.4.1
21812026-05-26T23:45:29.681Z Compiling serde_with v3.17.0
21822026-05-26T23:45:29.695Z Compiling similar v2.7.0
21832026-05-26T23:45:29.733Z Compiling strum v0.26.3
21842026-05-26T23:45:29.947Z Compiling toml v0.7.8
21852026-05-26T23:45:29.979Z Compiling itertools v0.13.0
21862026-05-26T23:45:30.073Z Compiling tokio-stream v0.1.18
21872026-05-26T23:45:30.312Z Compiling buf-list v1.1.2
21882026-05-26T23:45:30.571Z Compiling x509-cert v0.2.5
21892026-05-26T23:45:30.588Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21902026-05-26T23:45:30.588Z Compiling openapiv3 v2.2.0
21912026-05-26T23:45:30.819Z Compiling sha1 v0.10.6
21922026-05-26T23:45:31.048Z Compiling lalrpop-util v0.19.12
21932026-05-26T23:45:31.208Z Compiling peg-runtime v0.8.5
21942026-05-26T23:45:45.742Z Compiling rustls-webpki v0.103.9
21952026-05-26T23:45:47.470Z Compiling macaddr v1.0.1
21962026-05-26T23:45:47.674Z Compiling structmeta-derive v0.3.0
21972026-05-26T23:45:47.824Z Compiling crucible-workspace-hack v0.1.0
21982026-05-26T23:45:47.961Z Compiling rayon-core v1.13.0
21992026-05-26T23:45:47.961Z Compiling itertools v0.14.0
22002026-05-26T23:45:47.961Z Compiling secrecy v0.10.3
22012026-05-26T23:45:47.961Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22022026-05-26T23:45:48.093Z Compiling heapless v0.8.0
22032026-05-26T23:45:48.093Z Compiling rustls v0.22.4
22042026-05-26T23:45:48.093Z Compiling toml_datetime v0.7.5+spec-1.1.0
22052026-05-26T23:45:48.235Z Compiling toml_edit v0.23.10+spec-1.0.0
22062026-05-26T23:45:48.298Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22072026-05-26T23:45:48.430Z Compiling crossbeam-deque v0.8.6
22082026-05-26T23:45:48.431Z Compiling rustls-webpki v0.102.8
22092026-05-26T23:45:48.554Z Compiling hash32 v0.3.1
22102026-05-26T23:45:48.554Z Compiling multer v3.1.0
22112026-05-26T23:45:48.682Z Compiling structmeta v0.3.0
22122026-05-26T23:45:48.683Z Compiling thread_local v1.1.9
22132026-05-26T23:45:48.774Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22142026-05-26T23:45:48.774Z Compiling smoltcp v0.11.0
22152026-05-26T23:45:48.774Z Compiling match_cfg v0.1.0
22162026-05-26T23:45:48.774Z Compiling unicode-width v0.2.0
22172026-05-26T23:45:48.868Z Compiling compression-core v0.4.31
22182026-05-26T23:45:48.868Z Compiling slog-async v2.8.0
22192026-05-26T23:45:48.957Z Compiling hostname v0.3.1
22202026-05-26T23:45:49.071Z Compiling compression-codecs v0.4.37
22212026-05-26T23:45:49.135Z Compiling proc-macro-crate v3.4.0
22222026-05-26T23:45:49.135Z Compiling ingot-macros v0.1.1
22232026-05-26T23:45:49.135Z Compiling derive-ex v0.1.8
22242026-05-26T23:45:49.264Z Compiling slog-json v2.6.1
22252026-05-26T23:45:49.264Z Compiling crossbeam-channel v0.5.15
22262026-05-26T23:45:49.354Z Compiling half v2.7.1
22272026-05-26T23:45:49.451Z Compiling tokio-rustls v0.26.4
22282026-05-26T23:45:49.486Z Compiling rustls-platform-verifier v0.6.2
22292026-05-26T23:45:50.221Z Compiling newtype-uuid-macros v0.1.0
22302026-05-26T23:45:50.361Z Compiling hyper-rustls v0.27.7
22312026-05-26T23:45:50.361Z Compiling cobs v0.3.0
22322026-05-26T23:45:50.361Z Compiling thiserror-impl-no-std v2.0.2
22332026-05-26T23:45:50.361Z Compiling universal-hash v0.5.1
22342026-05-26T23:45:50.361Z Compiling reqwest v0.12.28
22352026-05-26T23:45:50.361Z Compiling reqwest v0.13.2
22362026-05-26T23:45:50.361Z Compiling async-stream-impl v0.3.6
22372026-05-26T23:45:50.590Z Compiling serde_spanned v1.0.4
22382026-05-26T23:45:50.590Z Compiling toml_datetime v1.0.0+spec-1.1.0
22392026-05-26T23:45:50.700Z Compiling is-terminal v0.4.17
22402026-05-26T23:45:50.700Z Compiling dropshot v0.17.0
22412026-05-26T23:45:50.700Z Compiling proc-macro-error-attr v1.0.4
22422026-05-26T23:45:50.700Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22432026-05-26T23:45:50.857Z Compiling take_mut v0.2.2
22442026-05-26T23:45:50.955Z Compiling ciborium-io v0.2.2
22452026-05-26T23:45:50.955Z Compiling convert_case v0.4.0
22462026-05-26T23:45:50.955Z Compiling opaque-debug v0.3.1
22472026-05-26T23:45:50.955Z Compiling term v1.2.1
22482026-05-26T23:45:50.955Z Compiling toml_writer v1.0.6+spec-1.1.0
22492026-05-26T23:45:50.955Z Compiling poly1305 v0.8.0
22502026-05-26T23:45:51.038Z Compiling ciborium-ll v0.2.2
22512026-05-26T23:45:51.039Z Compiling tokio-rustls v0.25.0
22522026-05-26T23:45:51.185Z Compiling toml v1.0.6+spec-1.1.0
22532026-05-26T23:45:51.185Z Compiling thiserror-no-std v2.0.2
22542026-05-26T23:45:51.317Z Compiling derive_more v0.99.20
22552026-05-26T23:45:51.317Z Compiling slog-term v2.9.2
22562026-05-26T23:45:51.317Z Compiling async-stream v0.3.6
22572026-05-26T23:45:51.317Z Compiling test-strategy v0.4.5
22582026-05-26T23:45:51.444Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22592026-05-26T23:45:51.633Z Compiling postcard v1.1.3
22602026-05-26T23:45:51.677Z Compiling tough v0.22.0
22612026-05-26T23:45:51.932Z Compiling ingot-types v0.1.2
22622026-05-26T23:45:52.364Z Compiling ingot v0.1.1
22632026-05-26T23:45:52.441Z Compiling num_enum_derive v0.7.5
22642026-05-26T23:45:52.489Z Compiling slog-bunyan v2.5.0
22652026-05-26T23:45:53.137Z Compiling async-compression v0.4.41
22662026-05-26T23:45:53.435Z Compiling parse-display-derive v0.10.0
22672026-05-26T23:45:53.435Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22682026-05-26T23:45:53.435Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22692026-05-26T23:45:53.600Z Compiling proc-macro-crate v1.3.1
22702026-05-26T23:45:53.600Z Compiling backon v1.6.0
22712026-05-26T23:45:53.600Z Compiling waitgroup v0.1.2
22722026-05-26T23:45:53.600Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
22732026-05-26T23:45:53.600Z Compiling password-hash v0.5.0
22742026-05-26T23:45:53.687Z Compiling chacha20 v0.9.1
22752026-05-26T23:45:53.687Z Compiling dropshot_endpoint v0.17.0
22762026-05-26T23:45:53.687Z Compiling rustls-pemfile v2.2.0
22772026-05-26T23:45:53.815Z Compiling blake2 v0.10.6
22782026-05-26T23:45:53.825Z Compiling aead v0.5.2
22792026-05-26T23:45:53.924Z Compiling foreign-types-macros v0.2.3
22802026-05-26T23:45:54.260Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22812026-05-26T23:45:54.337Z Compiling serde_path_to_error v0.1.20
22822026-05-26T23:45:54.436Z Compiling hostname v0.4.2
22832026-05-26T23:45:54.490Z Compiling proc-macro-error v1.0.4
22842026-05-26T23:45:54.556Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22852026-05-26T23:45:54.624Z Compiling instant v0.1.13
22862026-05-26T23:45:54.733Z Compiling debug-ignore v1.0.5
22872026-05-26T23:45:54.733Z Compiling typeid v1.0.3
22882026-05-26T23:45:54.733Z Compiling cpufeatures v0.3.0
22892026-05-26T23:45:54.733Z Compiling foreign-types-shared v0.3.1
22902026-05-26T23:45:54.850Z Compiling backoff v0.4.0
22912026-05-26T23:45:54.850Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22922026-05-26T23:45:54.850Z Compiling chacha20 v0.10.0
22932026-05-26T23:45:54.850Z Compiling foreign-types v0.5.0
22942026-05-26T23:45:54.962Z Compiling parse-display v0.10.0
22952026-05-26T23:45:54.962Z Compiling argon2 v0.5.3
22962026-05-26T23:45:54.962Z Compiling chacha20poly1305 v0.10.1
22972026-05-26T23:45:54.962Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
22982026-05-26T23:45:55.054Z Compiling num_enum_derive v0.5.11
22992026-05-26T23:45:55.054Z Compiling num_enum v0.7.5
23002026-05-26T23:45:59.472Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23012026-05-26T23:45:59.472Z Compiling vsss-rs v3.3.4
23022026-05-26T23:45:59.719Z Compiling ciborium v0.2.2
23032026-05-26T23:45:59.719Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23042026-05-26T23:45:59.719Z Compiling tabwriter v1.4.1
23052026-05-26T23:45:59.720Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23062026-05-26T23:45:59.720Z Compiling regress v0.10.5
23072026-05-26T23:45:59.720Z Compiling byte-wrapper v0.1.0
23082026-05-26T23:45:59.720Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23092026-05-26T23:45:59.720Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23102026-05-26T23:45:59.720Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23112026-05-26T23:45:59.720Z Compiling cstr-argument v0.1.2
23122026-05-26T23:45:59.720Z Compiling erased-serde v0.4.9
23132026-05-26T23:45:59.720Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23142026-05-26T23:45:59.720Z Compiling humantime v2.3.0
23152026-05-26T23:45:59.720Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23162026-05-26T23:45:59.720Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23172026-05-26T23:45:59.720Z Compiling num_enum v0.5.11
23182026-05-26T23:45:59.720Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23192026-05-26T23:45:59.720Z Compiling rand v0.10.0
23202026-05-26T23:45:59.721Z Compiling rayon v1.11.0
23212026-05-26T23:45:59.721Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23222026-05-26T23:45:59.721Z Compiling libefi-sys v0.1.0
23232026-05-26T23:45:59.721Z Compiling indent_write v2.2.0
23242026-05-26T23:45:59.721Z Compiling colored v3.1.1
23252026-05-26T23:45:59.721Z Compiling zone_cfg_derive v0.3.1
23262026-05-26T23:45:59.721Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23272026-05-26T23:45:59.721Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23282026-05-26T23:45:59.721Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23292026-05-26T23:45:59.721Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23302026-05-26T23:45:59.721Z Compiling camino-tempfile v1.4.1
23312026-05-26T23:45:59.721Z Compiling itertools v0.12.1
23322026-05-26T23:45:59.721Z Compiling usdt-attr-macro v0.5.0
23332026-05-26T23:45:59.721Z Compiling usdt-macro v0.5.0
23342026-05-26T23:45:59.721Z Compiling bitfield-struct v0.6.2
23352026-05-26T23:45:59.721Z Compiling num-derive v0.4.2
23362026-05-26T23:45:59.721Z Compiling ordered-float v2.10.1
23372026-05-26T23:45:59.721Z Compiling blake3 v1.8.3
23382026-05-26T23:45:59.721Z Compiling sigpipe v0.1.3
23392026-05-26T23:45:59.722Z Compiling memmap v0.7.0
23402026-05-26T23:45:59.722Z Compiling swrite v0.1.0
23412026-05-26T23:45:59.722Z Compiling glob v0.3.3
23422026-05-26T23:45:59.722Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23432026-05-26T23:45:59.722Z Compiling usdt v0.5.0
23442026-05-26T23:45:59.722Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23452026-05-26T23:45:59.722Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23462026-05-26T23:45:59.722Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23472026-05-26T23:45:59.722Z Compiling serde-value v0.7.0
23482026-05-26T23:45:59.722Z Compiling zone v0.3.1
23492026-05-26T23:45:59.722Z Compiling serde-untagged v0.1.9
23502026-05-26T23:45:59.722Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23512026-05-26T23:45:59.722Z Compiling toml v0.8.23
23522026-05-26T23:45:59.853Z Compiling smf v0.2.3
23532026-05-26T23:45:59.853Z Compiling filetime v0.2.27
23542026-05-26T23:45:59.853Z Compiling xattr v1.6.1
23552026-05-26T23:45:59.853Z Compiling constant_time_eq v0.4.2
23562026-05-26T23:45:59.854Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23572026-05-26T23:45:59.854Z Compiling whoami v1.6.1
23582026-05-26T23:45:59.854Z Compiling arrayref v0.3.9
23592026-05-26T23:45:59.854Z Compiling unicode-xid v0.2.6
23602026-05-26T23:45:59.854Z Compiling arrayvec v0.7.6
23612026-05-26T23:45:59.854Z Compiling tar v0.4.45
23622026-05-26T23:45:59.854Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23632026-05-26T23:45:59.854Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23642026-05-26T23:45:59.854Z Compiling tokio-dtrace v0.1.1
23652026-05-26T23:45:59.854Z Compiling cargo-util-schemas v0.8.2
23662026-05-26T23:45:59.854Z Compiling console v0.16.2
23672026-05-26T23:45:59.900Z Compiling gethostname v0.5.0
23682026-05-26T23:45:59.927Z Compiling cargo-platform v0.2.0
23692026-05-26T23:45:59.999Z Compiling topological-sort v0.2.2
23702026-05-26T23:46:00.126Z Compiling unit-prefix v0.5.2
23712026-05-26T23:46:00.180Z Compiling oxide-tokio-rt v0.1.4
23722026-05-26T23:46:00.216Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23732026-05-26T23:46:00.323Z Compiling indicatif v0.18.4
23742026-05-26T23:46:00.369Z Compiling shell-words v1.1.1
23752026-05-26T23:46:00.885Z Compiling cargo_metadata v0.21.0
23762026-05-26T23:46:09.858Z Compiling progenitor-client v0.10.0
23772026-05-26T23:46:09.858Z Compiling omicron-zone-package v0.12.2
23782026-05-26T23:46:09.897Z Compiling progenitor-client v0.14.0
23792026-05-26T23:46:10.356Z Compiling progenitor-extras v0.2.0
23802026-05-26T23:46:12.630Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23812026-05-26T23:46:12.649Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23822026-05-26T23:46:12.706Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23832026-05-26T23:46:12.847Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23842026-05-26T23:46:12.898Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23852026-05-26T23:46:12.911Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23862026-05-26T23:46:12.914Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23872026-05-26T23:46:12.942Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23882026-05-26T23:46:13.036Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23892026-05-26T23:46:16.910Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23902026-05-26T23:46:24.568Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23912026-05-26T23:46:27.594Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23922026-05-26T23:46:28.530Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23932026-05-26T23:46:38.236Z Finished `release` profile [optimized] target(s) in 1m 43s
23942026-05-26T23:46:38.384Z Running `target/release/omicron-package -t test target create -p dev`
23952026-05-26T23:46:38.427ZLogging to: /work/oxidecomputer/omicron/out/LOG
23962026-05-26T23:46:38.438ZCreated new build target 'test' and set it as active
23972026-05-26T23:46:38.438Z
23982026-05-26T23:46:38.438Zreal 1:43.457384632
23992026-05-26T23:46:38.438Zuser 16:51.505456163
24002026-05-26T23:46:38.438Zsys 2:38.459425046
24012026-05-26T23:46:38.438Ztrap 0.442332507
24022026-05-26T23:46:38.438Ztflt 3.184927525
24032026-05-26T23:46:38.438Zdflt 4.457504590
24042026-05-26T23:46:38.439Zkflt 0.001368395
24052026-05-26T23:46:38.439Zlock 52:30.340553558
24062026-05-26T23:46:38.439Zslp 42:57.522180483
24072026-05-26T23:46:38.439Zlat 43.506546049
24082026-05-26T23:46:38.440Zstop 5:30.888776654
24092026-05-26T23:46:38.440Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24102026-05-26T23:46:39.303Z Finished `release` profile [optimized] target(s) in 0.87s
24112026-05-26T23:46:39.409Z Running `target/release/omicron-package -t test package`
24122026-05-26T23:46:39.457ZLogging to: /work/oxidecomputer/omicron/out/LOG
24132026-05-26T23:46:40.845Z Compiling heck v0.5.0
24142026-05-26T23:46:40.849Z Compiling regress v0.11.1
24152026-05-26T23:46:41.063Z Compiling unsafe-libyaml v0.2.11
24162026-05-26T23:46:41.106Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24172026-05-26T23:46:41.136Z Compiling regress v0.10.5
24182026-05-26T23:46:41.159Z Compiling is-terminal v0.4.17
24192026-05-26T23:46:41.163Z Compiling unicode-width v0.1.14
24202026-05-26T23:46:41.176Z Compiling prettyplease v0.2.37
24212026-05-26T23:46:41.181Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24222026-05-26T23:46:41.181Z Compiling bytecount v0.6.9
24232026-05-26T23:46:41.181Z Compiling rustls v0.22.4
24242026-05-26T23:46:41.181Z Compiling rustls-webpki v0.102.8
24252026-05-26T23:46:41.181Z Compiling derive-where v1.6.0
24262026-05-26T23:46:41.197Z Compiling thread_local v1.1.9
24272026-05-26T23:46:41.219Z Compiling match_cfg v0.1.0
24282026-05-26T23:46:41.323Z Compiling compression-core v0.4.31
24292026-05-26T23:46:41.345Z Compiling hostname v0.3.1
24302026-05-26T23:46:41.391Z Compiling multer v3.1.0
24312026-05-26T23:46:41.442Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24322026-05-26T23:46:41.484Z Compiling slog-async v2.8.0
24332026-05-26T23:46:41.505Z Compiling crossbeam-channel v0.5.15
24342026-05-26T23:46:41.538Z Compiling compression-codecs v0.4.37
24352026-05-26T23:46:41.559Z Compiling slog-json v2.6.1
24362026-05-26T23:46:41.563Z Compiling toml_datetime v1.0.0+spec-1.1.0
24372026-05-26T23:46:41.563Z Compiling serde_spanned v1.0.4
24382026-05-26T23:46:41.563Z Compiling term v1.2.1
24392026-05-26T23:46:41.625Z Compiling serde_yaml v0.9.34+deprecated
24402026-05-26T23:46:41.729Z Compiling take_mut v0.2.2
24412026-05-26T23:46:41.755Z Compiling toml_writer v1.0.6+spec-1.1.0
24422026-05-26T23:46:41.796Z Compiling async-compression v0.4.41
24432026-05-26T23:46:41.866Z Compiling slog-term v2.9.2
24442026-05-26T23:46:41.911Z Compiling slog-bunyan v2.5.0
24452026-05-26T23:46:41.983Z Compiling toml v1.0.6+spec-1.1.0
24462026-05-26T23:46:42.008Z Compiling async-stream v0.3.6
24472026-05-26T23:46:42.061Z Compiling dropshot v0.17.0
24482026-05-26T23:46:42.083Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24492026-05-26T23:46:42.128Z Compiling num-rational v0.4.2
24502026-05-26T23:46:42.148Z Compiling progenitor-client v0.14.0
24512026-05-26T23:46:42.209Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24522026-05-26T23:46:42.245Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24532026-05-26T23:46:42.309Z Compiling waitgroup v0.1.2
24542026-05-26T23:46:42.439Z Compiling rustls-pemfile v2.2.0
24552026-05-26T23:46:42.439Z Compiling backon v1.6.0
24562026-05-26T23:46:42.461Z Compiling num-complex v0.4.6
24572026-05-26T23:46:42.464Z Compiling serde_path_to_error v0.1.20
24582026-05-26T23:46:42.474Z Compiling hostname v0.4.2
24592026-05-26T23:46:42.498Z Compiling instant v0.1.13
24602026-05-26T23:46:42.502Z Compiling debug-ignore v1.0.5
24612026-05-26T23:46:42.587Z Compiling typify-impl v0.6.2
24622026-05-26T23:46:42.622Z Compiling backoff v0.4.0
24632026-05-26T23:46:42.645Z Compiling progenitor-extras v0.2.0
24642026-05-26T23:46:42.645Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24652026-05-26T23:46:42.685Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24662026-05-26T23:46:42.854Z Compiling num v0.4.3
24672026-05-26T23:46:42.911Z Compiling parse-display v0.10.0
24682026-05-26T23:46:42.940Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24692026-05-26T23:46:42.970Z Compiling progenitor-client v0.10.0
24702026-05-26T23:46:42.973Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24712026-05-26T23:46:43.011Z Compiling macaddr v1.0.1
24722026-05-26T23:46:43.093Z Compiling float-ord v0.3.2
24732026-05-26T23:46:43.139Z Compiling humantime v2.3.0
24742026-05-26T23:46:43.223Z Compiling console v0.15.11
24752026-05-26T23:46:43.280Z Compiling atomicwrites v0.4.4
24762026-05-26T23:46:43.299Z Compiling newline-converter v0.3.0
24772026-05-26T23:46:43.435Z Compiling progenitor-client v0.13.0
24782026-05-26T23:46:43.455Z Compiling slog-dtrace v0.3.0
24792026-05-26T23:46:43.462Z Compiling tokio-rustls v0.25.0
24802026-05-26T23:46:43.601Z Compiling expectorate v1.2.0
24812026-05-26T23:46:43.627Z Compiling owo-colors v4.3.0
24822026-05-26T23:46:43.730Z Compiling cancel-safe-futures v0.1.5
24832026-05-26T23:46:43.746Z Compiling resolv-conf v0.7.6
24842026-05-26T23:46:43.798Z Compiling toml v0.8.23
24852026-05-26T23:46:43.853Z Compiling libsw-core v0.3.2
24862026-05-26T23:46:44.023Z Compiling linked-hash-map v0.5.6
24872026-05-26T23:46:44.092Z Compiling libsw v3.5.0
24882026-05-26T23:46:44.192Z Compiling linear-map v1.2.0
24892026-05-26T23:46:44.290Z Compiling lru-cache v0.1.2
24902026-05-26T23:46:44.390Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24912026-05-26T23:46:44.395Z Compiling minimal-lexical v0.2.1
24922026-05-26T23:46:44.441Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24932026-05-26T23:46:44.453Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24942026-05-26T23:46:44.491Z Compiling hickory-proto v0.24.4
24952026-05-26T23:46:44.508Z Compiling unicode-xid v0.2.6
24962026-05-26T23:46:44.551Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24972026-05-26T23:46:44.572Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24982026-05-26T23:46:44.672Z Compiling nom v7.1.3
24992026-05-26T23:46:44.699Z Compiling convert_case v0.10.0
25002026-05-26T23:46:45.064Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25012026-05-26T23:46:45.080Z Compiling derive_more-impl v2.1.1
25022026-05-26T23:46:45.617Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25032026-05-26T23:46:45.849Z Compiling derive_more v2.1.1
25042026-05-26T23:46:45.931Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25052026-05-26T23:46:45.956Z Compiling papergrid v0.11.0
25062026-05-26T23:46:46.093Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25072026-05-26T23:46:46.098Z Compiling tabled_derive v0.7.0
25082026-05-26T23:46:46.133Z Compiling typify-macro v0.6.2
25092026-05-26T23:46:46.344Z Compiling termtree v0.5.1
25102026-05-26T23:46:46.542Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25112026-05-26T23:46:46.872Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25122026-05-26T23:46:46.991Z Compiling hickory-resolver v0.24.4
25132026-05-26T23:46:47.088Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25142026-05-26T23:46:47.264Z Compiling tabled v0.15.0
25152026-05-26T23:46:47.319Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25162026-05-26T23:46:47.891Z Compiling typify v0.6.2
25172026-05-26T23:46:47.978Z Compiling progenitor-impl v0.14.0
25182026-05-26T23:46:48.406Z Compiling progenitor-impl v0.13.0
25192026-05-26T23:46:50.292Z Compiling progenitor-macro v0.14.0
25202026-05-26T23:46:50.313Z Compiling qorb v0.4.1
25212026-05-26T23:46:50.540Z Compiling progenitor-macro v0.13.0
25222026-05-26T23:46:51.865Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25232026-05-26T23:46:52.331Z Compiling crossterm v0.29.0
25242026-05-26T23:46:52.657Z Compiling phf_shared v0.12.1
25252026-05-26T23:46:52.779Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25262026-05-26T23:46:52.904Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25272026-05-26T23:46:53.407Z Compiling vte v0.14.1
25282026-05-26T23:46:53.619Z Compiling csv-core v0.1.13
25292026-05-26T23:46:53.660Z Compiling chrono-tz v0.10.4
25302026-05-26T23:46:53.829Z Compiling highway v1.3.0
25312026-05-26T23:46:53.925Z Compiling csv v1.4.0
25322026-05-26T23:46:54.082Z Compiling strip-ansi-escapes v0.2.1
25332026-05-26T23:46:54.184Z Compiling progenitor v0.14.0
25342026-05-26T23:46:54.371Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25352026-05-26T23:46:54.585Z Compiling progenitor v0.13.0
25362026-05-26T23:46:54.615Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25372026-05-26T23:46:54.637Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25382026-05-26T23:46:54.662Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25392026-05-26T23:46:54.792Z Compiling phf v0.12.1
25402026-05-26T23:46:54.908Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25412026-05-26T23:46:54.994Z Compiling const_format_proc_macros v0.2.34
25422026-05-26T23:46:55.096Z Compiling fd-lock v4.0.4
25432026-05-26T23:46:55.255Z Compiling peg-macros v0.8.5
25442026-05-26T23:46:55.378Z Compiling nu-ansi-term v0.50.3
25452026-05-26T23:46:55.756Z Compiling const_format v0.2.35
25462026-05-26T23:46:55.837Z Compiling reedline v0.40.0
25472026-05-26T23:46:56.285Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25482026-05-26T23:46:56.578Z Compiling peg v0.8.5
25492026-05-26T23:46:56.689Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25502026-05-26T23:46:57.456Z Compiling bcs v0.1.6
25512026-05-26T23:46:57.459Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25522026-05-26T23:46:57.767Z Compiling semver v0.1.20
25532026-05-26T23:46:57.880Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25542026-05-26T23:46:58.056Z Compiling rustc_version v0.1.7
25552026-05-26T23:46:58.154Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25562026-05-26T23:46:58.299Z Compiling newtype_derive v0.1.6
25572026-05-26T23:46:58.514Z Compiling unicode-linebreak v0.1.5
25582026-05-26T23:46:58.534Z Compiling smawk v0.3.2
25592026-05-26T23:46:58.735Z Compiling textwrap v0.16.2
25602026-05-26T23:46:58.893Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25612026-05-26T23:46:59.265Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25622026-05-26T23:46:59.340Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25632026-05-26T23:46:59.553Z Compiling base64 v0.21.7
25642026-05-26T23:47:00.159Z Compiling steno v0.4.1
25652026-05-26T23:47:00.400Z Compiling dropshot-api-manager-types v0.7.2
25662026-05-26T23:47:00.412Z Compiling tagptr v0.2.0
25672026-05-26T23:47:00.588Z Compiling moka v0.12.13
25682026-05-26T23:47:00.614Z Compiling utf-8 v0.7.6
25692026-05-26T23:47:00.774Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25702026-05-26T23:47:00.862Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25712026-05-26T23:47:01.027Z Compiling tungstenite v0.21.0
25722026-05-26T23:47:01.028Z Compiling radium v0.7.0
25732026-05-26T23:47:01.074Z Compiling tap v1.0.1
25742026-05-26T23:47:01.080Z Compiling display-error-chain v0.2.2
25752026-05-26T23:47:01.229Z Compiling maybe-uninit v2.0.0
25762026-05-26T23:47:01.274Z Compiling wyz v0.5.1
25772026-05-26T23:47:01.603Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25782026-05-26T23:47:01.626Z Compiling num-derive v0.3.3
25792026-05-26T23:47:01.697Z Compiling tokio-tungstenite v0.21.0
25802026-05-26T23:47:01.906Z Compiling hickory-resolver v0.25.2
25812026-05-26T23:47:02.081Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25822026-05-26T23:47:02.389Z Compiling zerocopy-derive v0.6.6
25832026-05-26T23:47:02.499Z Compiling proc-macro-error-attr2 v2.0.0
25842026-05-26T23:47:02.898Z Compiling packed_struct v0.10.1
25852026-05-26T23:47:03.107Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25862026-05-26T23:47:03.183Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25872026-05-26T23:47:03.184Z Compiling funty v2.0.0
25882026-05-26T23:47:03.226Z Compiling crc-catalog v2.4.0
25892026-05-26T23:47:03.428Z Compiling crc v3.4.0
25902026-05-26T23:47:03.649Z Compiling bitvec v1.0.1
25912026-05-26T23:47:03.974Z Compiling zerocopy v0.6.6
25922026-05-26T23:47:04.153Z Compiling proc-macro-error2 v2.0.1
25932026-05-26T23:47:04.358Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25942026-05-26T23:47:04.380Z Compiling libscf-sys v1.1.0
25952026-05-26T23:47:04.555Z Compiling packed_struct_codegen v0.10.1
25962026-05-26T23:47:04.583Z Compiling vergen-lib v0.1.6
25972026-05-26T23:47:04.808Z Compiling bitfield-macros v0.19.4
25982026-05-26T23:47:05.322Z Compiling indexmap v1.9.3
25992026-05-26T23:47:05.476Z Compiling nodrop v0.1.14
26002026-05-26T23:47:05.603Z Compiling bitfield v0.19.4
26012026-05-26T23:47:05.607Z Compiling array-init v0.0.4
26022026-05-26T23:47:05.677Z Compiling smallvec v0.6.14
26032026-05-26T23:47:05.935Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26042026-05-26T23:47:05.957Z Compiling tabled_derive v0.11.0
26052026-05-26T23:47:06.119Z Compiling papergrid v0.17.0
26062026-05-26T23:47:06.184Z Compiling testing_table v0.3.0
26072026-05-26T23:47:06.609Z Compiling vergen-gitcl v1.0.8
26082026-05-26T23:47:06.636Z Compiling dirs-sys-next v0.1.2
26092026-05-26T23:47:06.826Z Compiling glob v0.3.3
26102026-05-26T23:47:06.904Z Compiling maplit v1.0.2
26112026-05-26T23:47:06.988Z Compiling hashbrown v0.12.3
26122026-05-26T23:47:07.012Z Compiling crunchy v0.2.4
26132026-05-26T23:47:07.044Z Compiling diesel_derives v2.3.7
26142026-05-26T23:47:07.072Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26152026-05-26T23:47:07.201Z Compiling clang-sys v1.8.1
26162026-05-26T23:47:07.367Z Compiling tabled v0.20.0
26172026-05-26T23:47:07.385Z Compiling dirs-next v2.0.0
26182026-05-26T23:47:07.532Z Compiling serde-hex v0.1.0
26192026-05-26T23:47:07.608Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26202026-05-26T23:47:07.845Z Compiling ron v0.8.1
26212026-05-26T23:47:07.901Z Compiling hashbrown v0.13.2
26222026-05-26T23:47:08.065Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26232026-05-26T23:47:08.309Z Compiling dsl_auto_type v0.2.0
26242026-05-26T23:47:08.521Z Compiling scheduled-thread-pool v0.2.7
26252026-05-26T23:47:08.544Z Compiling diesel_table_macro_syntax v0.3.0
26262026-05-26T23:47:08.777Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26272026-05-26T23:47:08.872Z Compiling crc-any v2.5.0
26282026-05-26T23:47:08.954Z Compiling tiny-keccak v2.0.2
26292026-05-26T23:47:09.092Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26302026-05-26T23:47:09.230Z Compiling r2d2 v0.8.10
26312026-05-26T23:47:09.300Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26322026-05-26T23:47:09.482Z Compiling object v0.30.4
26332026-05-26T23:47:09.695Z Compiling term v0.7.0
26342026-05-26T23:47:09.826Z Compiling path-slash v0.1.5
26352026-05-26T23:47:09.999Z Compiling xshell-macros v0.2.7
26362026-05-26T23:47:10.029Z Compiling downcast-rs v2.0.2
26372026-05-26T23:47:10.056Z Compiling bit-vec v0.6.3
26382026-05-26T23:47:10.189Z Compiling ascii-canvas v3.0.0
26392026-05-26T23:47:10.257Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26402026-05-26T23:47:10.396Z Compiling xshell v0.2.7
26412026-05-26T23:47:10.417Z Compiling bit-set v0.5.3
26422026-05-26T23:47:10.485Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26432026-05-26T23:47:10.606Z Compiling itertools v0.10.5
26442026-05-26T23:47:10.957Z Compiling ena v0.14.4
26452026-05-26T23:47:10.982Z Compiling libloading v0.8.9
26462026-05-26T23:47:11.213Z Compiling crc8 v0.1.1
26472026-05-26T23:47:11.221Z Compiling diff v0.1.13
26482026-05-26T23:47:11.363Z Compiling regex-syntax v0.6.29
26492026-05-26T23:47:11.501Z Compiling bindgen v0.71.1
26502026-05-26T23:47:11.709Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26512026-05-26T23:47:11.731Z Compiling unicase v2.9.0
26522026-05-26T23:47:11.824Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26532026-05-26T23:47:12.043Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26542026-05-26T23:47:16.380Z Compiling lalrpop v0.19.12
26552026-05-26T23:47:16.583Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26562026-05-26T23:47:16.583Z Compiling cexpr v0.6.0
26572026-05-26T23:47:16.583Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26582026-05-26T23:47:16.583Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26592026-05-26T23:47:16.583Z Compiling rustc-hash v2.1.1
26602026-05-26T23:47:16.583Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26612026-05-26T23:47:16.583Z Compiling headers-core v0.3.0
26622026-05-26T23:47:16.583Z Compiling libxml v0.3.3
26632026-05-26T23:47:16.583Z Compiling diesel v2.3.7
26642026-05-26T23:47:16.583Z Compiling headers v0.4.1
26652026-05-26T23:47:16.632Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26662026-05-26T23:47:16.632Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26672026-05-26T23:47:16.632Z Compiling typify-impl v0.4.3
26682026-05-26T23:47:16.632Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26692026-05-26T23:47:16.632Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26702026-05-26T23:47:16.632Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26712026-05-26T23:47:16.632Z Compiling strum_macros v0.24.3
26722026-05-26T23:47:16.633Z Compiling git-stub v1.0.0
26732026-05-26T23:47:16.633Z Compiling indoc v1.0.9
26742026-05-26T23:47:16.633Z Compiling git-stub-vcs v0.1.0
26752026-05-26T23:47:16.633Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26762026-05-26T23:47:16.633Z Compiling derive_builder v0.20.2
26772026-05-26T23:47:16.633Z Compiling oso-derive v0.27.3
26782026-05-26T23:47:16.633Z Compiling quick-xml v0.37.5
26792026-05-26T23:47:16.633Z Compiling impl-trait-for-tuples v0.2.3
26802026-05-26T23:47:16.633Z Compiling openssl-probe v0.1.6
26812026-05-26T23:47:16.910Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26822026-05-26T23:47:17.783Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26832026-05-26T23:47:17.815Z Compiling half v1.8.3
26842026-05-26T23:47:17.815Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26852026-05-26T23:47:17.815Z Compiling bb8 v0.8.6
26862026-05-26T23:47:17.815Z Compiling trait-variant v0.1.2
26872026-05-26T23:47:17.838Z Compiling typify-macro v0.4.3
26882026-05-26T23:47:17.880Z Compiling serde_cbor v0.11.2
26892026-05-26T23:47:18.064Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26902026-05-26T23:47:18.087Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26912026-05-26T23:47:18.357Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26922026-05-26T23:47:18.406Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26932026-05-26T23:47:18.430Z Compiling samael v0.0.19
26942026-05-26T23:47:18.735Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26952026-05-26T23:47:18.941Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26962026-05-26T23:47:19.038Z Compiling fxhash v0.2.1
26972026-05-26T23:47:19.212Z Compiling libz-sys v1.1.24
26982026-05-26T23:47:19.340Z Compiling typify v0.4.3
26992026-05-26T23:47:19.440Z Compiling nonempty v0.12.0
27002026-05-26T23:47:19.492Z Compiling progenitor-impl v0.11.2
27012026-05-26T23:47:19.625Z Compiling salty v0.3.0
27022026-05-26T23:47:19.932Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27032026-05-26T23:47:20.062Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312)
27042026-05-26T23:47:20.179Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27052026-05-26T23:47:20.306Z Compiling progenitor-client v0.11.2
27062026-05-26T23:47:20.339Z Compiling kstat-rs v0.2.4
27072026-05-26T23:47:20.389Z Compiling arc-swap v1.8.2
27082026-05-26T23:47:20.408Z Compiling polar-core v0.27.3
27092026-05-26T23:47:20.843Z Compiling fs-err v2.11.0
27102026-05-26T23:47:21.087Z Compiling mime_guess v2.0.5
27112026-05-26T23:47:21.241Z Compiling slog-scope v4.4.1
27122026-05-26T23:47:21.603Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312)
27132026-05-26T23:47:21.683Z Compiling progenitor-macro v0.11.2
27142026-05-26T23:47:21.716Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27152026-05-26T23:47:22.203Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27162026-05-26T23:47:24.309Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27172026-05-26T23:47:24.398Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27182026-05-26T23:47:24.820Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27192026-05-26T23:47:24.866Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27202026-05-26T23:47:25.399Z Compiling nanorand v0.7.0
27212026-05-26T23:47:25.713Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27222026-05-26T23:47:25.741Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27232026-05-26T23:47:25.765Z Compiling progenitor v0.11.2
27242026-05-26T23:47:25.833Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27252026-05-26T23:47:25.950Z Compiling darling_core v0.23.0
27262026-05-26T23:47:26.203Z Compiling libgit2-sys v0.18.3+1.9.2
27272026-05-26T23:47:26.638Z Compiling parking_lot_core v0.8.6
27282026-05-26T23:47:28.089Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27292026-05-26T23:47:30.112Z Compiling oso v0.27.3
27302026-05-26T23:47:33.619Z Compiling diesel-dtrace v0.5.0
27312026-05-26T23:47:33.775Z Compiling async-bb8-diesel v0.2.1
27322026-05-26T23:47:34.052Z Compiling darling_macro v0.23.0
27332026-05-26T23:47:34.162Z Compiling flume v0.11.1
27342026-05-26T23:47:34.225Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27352026-05-26T23:47:34.287Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27362026-05-26T23:47:34.495Z Compiling slog-stdlog v4.1.1
27372026-05-26T23:47:34.995Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27382026-05-26T23:47:35.110Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27392026-05-26T23:47:35.714Z Compiling primeorder v0.13.6
27402026-05-26T23:47:36.031Z Compiling atty v0.2.14
27412026-05-26T23:47:36.097Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27422026-05-26T23:47:36.181Z Compiling instability v0.3.11
27432026-05-26T23:47:36.257Z Compiling strsim v0.10.0
27442026-05-26T23:47:36.339Z Compiling parse-size v1.1.0
27452026-05-26T23:47:36.407Z Compiling http-range v0.1.5
27462026-05-26T23:47:36.476Z Compiling darling_core v0.13.4
27472026-05-26T23:47:36.563Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27482026-05-26T23:47:36.607Z Compiling p384 v0.13.1
27492026-05-26T23:47:36.634Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27502026-05-26T23:47:36.730Z Compiling slog-envlogger v2.2.0
27512026-05-26T23:47:37.900Z Compiling darling v0.23.0
27522026-05-26T23:47:38.514Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27532026-05-26T23:47:38.610Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27542026-05-26T23:47:38.731Z Compiling ignore v0.4.25
27552026-05-26T23:47:39.357Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-05-26T23:47:39.380Z Compiling castaway v0.2.4
27572026-05-26T23:47:39.544Z Compiling vergen-git2 v9.1.0
27582026-05-26T23:47:39.605Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-05-26T23:47:39.814Z Compiling indoc v2.0.7
27602026-05-26T23:47:39.948Z Compiling compact_str v0.8.1
27612026-05-26T23:47:40.751Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-05-26T23:47:40.935Z Compiling globwalk v0.9.1
27632026-05-26T23:47:40.999Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27642026-05-26T23:47:41.382Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27652026-05-26T23:47:41.537Z Compiling parking_lot v0.11.2
27662026-05-26T23:47:41.663Z Compiling hyper-staticfile v0.10.1
27672026-05-26T23:47:42.127Z Compiling darling_macro v0.13.4
27682026-05-26T23:47:42.460Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27692026-05-26T23:47:42.809Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27702026-05-26T23:47:42.919Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27712026-05-26T23:47:43.469Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27722026-05-26T23:47:43.708Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27732026-05-26T23:47:43.758Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27742026-05-26T23:47:43.949Z Compiling predicates-tree v1.0.13
27752026-05-26T23:47:44.148Z Compiling unicode-truncate v1.1.0
27762026-05-26T23:47:44.411Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27772026-05-26T23:47:44.423Z Compiling lru v0.12.5
27782026-05-26T23:47:44.513Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27792026-05-26T23:47:44.598Z Compiling rand_seeder v0.4.0
27802026-05-26T23:47:44.629Z Compiling prefix-trie v0.7.0
27812026-05-26T23:47:44.856Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27822026-05-26T23:47:45.016Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27832026-05-26T23:47:45.063Z Compiling rustls v0.21.12
27842026-05-26T23:47:45.119Z Compiling cassowary v0.3.0
27852026-05-26T23:47:45.189Z Compiling corncobs v0.1.4
27862026-05-26T23:47:45.216Z Compiling illumos-nvpair-sys v0.2.0
27872026-05-26T23:47:45.324Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27882026-05-26T23:47:45.347Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27892026-05-26T23:47:45.350Z Compiling hickory-server v0.25.2
27902026-05-26T23:47:45.436Z Compiling ratatui v0.29.0
27912026-05-26T23:47:45.487Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27922026-05-26T23:47:45.661Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27932026-05-26T23:47:45.689Z Compiling camino-tempfile-ext v0.3.3
27942026-05-26T23:47:45.751Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27952026-05-26T23:47:46.045Z Compiling darling v0.13.4
27962026-05-26T23:47:46.336Z Compiling sled v0.34.7
27972026-05-26T23:47:46.519Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27982026-05-26T23:47:46.684Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27992026-05-26T23:47:46.939Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28002026-05-26T23:47:48.623Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28012026-05-26T23:47:49.542Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28022026-05-26T23:47:49.568Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28032026-05-26T23:47:49.777Z Compiling rustls-webpki v0.101.7
28042026-05-26T23:47:49.803Z Compiling sct v0.7.1
28052026-05-26T23:47:50.074Z Compiling secrecy v0.8.0
28062026-05-26T23:47:50.263Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28072026-05-26T23:47:50.756Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28082026-05-26T23:47:51.433Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28092026-05-26T23:47:51.696Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28102026-05-26T23:47:51.795Z Compiling serde_with_macros v1.5.2
28112026-05-26T23:47:52.205Z Compiling git2 v0.20.4
28122026-05-26T23:47:52.617Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28132026-05-26T23:47:52.731Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28142026-05-26T23:47:53.356Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28152026-05-26T23:47:53.445Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28162026-05-26T23:47:53.572Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28172026-05-26T23:47:53.793Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28182026-05-26T23:47:54.077Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28192026-05-26T23:47:54.305Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28202026-05-26T23:47:54.741Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28212026-05-26T23:47:55.008Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28222026-05-26T23:47:55.092Z Compiling void v1.0.2
28232026-05-26T23:47:55.260Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28242026-05-26T23:47:55.260Z Compiling lzss v0.8.2
28252026-05-26T23:47:55.556Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28262026-05-26T23:47:55.612Z Compiling illumos-nvpair v0.3.0
28272026-05-26T23:47:56.157Z Compiling serde_with v1.14.0
28282026-05-26T23:47:56.268Z Compiling tokio-rustls v0.24.1
28292026-05-26T23:47:56.544Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28302026-05-26T23:47:57.313Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28312026-05-26T23:47:57.341Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28322026-05-26T23:47:58.573Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28332026-05-26T23:47:59.299Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28342026-05-26T23:47:59.869Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28352026-05-26T23:47:59.895Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28362026-05-26T23:48:00.024Z Compiling tungstenite v0.23.0
28372026-05-26T23:48:00.143Z Compiling rustls-pemfile v1.0.4
28382026-05-26T23:48:00.547Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28392026-05-26T23:48:00.694Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28402026-05-26T23:48:00.920Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28412026-05-26T23:48:01.148Z Compiling nix v0.27.1
28422026-05-26T23:48:01.620Z Compiling twox-hash v2.1.2
28432026-05-26T23:48:02.115Z Compiling serde_bytes v0.11.19
28442026-05-26T23:48:02.322Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28452026-05-26T23:48:02.344Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28462026-05-26T23:48:02.479Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28472026-05-26T23:48:02.652Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28482026-05-26T23:48:03.371Z Compiling tokio-tungstenite v0.23.1
28492026-05-26T23:48:03.757Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28502026-05-26T23:48:06.073Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28512026-05-26T23:48:06.745Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28522026-05-26T23:48:07.353Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28532026-05-26T23:48:07.699Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28542026-05-26T23:48:08.082Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28552026-05-26T23:48:08.242Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28562026-05-26T23:48:08.567Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
28572026-05-26T23:48:08.840Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28582026-05-26T23:48:08.909Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28592026-05-26T23:48:08.992Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28602026-05-26T23:48:10.585Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28612026-05-26T23:48:11.162Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28622026-05-26T23:48:11.874Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28632026-05-26T23:48:12.102Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28642026-05-26T23:48:12.801Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28652026-05-26T23:48:13.457Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28662026-05-26T23:48:13.653Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28672026-05-26T23:48:13.700Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28682026-05-26T23:48:14.343Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28692026-05-26T23:48:14.732Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28702026-05-26T23:48:14.951Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28712026-05-26T23:48:15.893Z Compiling fatfs v0.3.6
28722026-05-26T23:48:15.961Z Compiling signal-hook-tokio v0.3.1
28732026-05-26T23:48:16.146Z Compiling yasna v0.5.2
28742026-05-26T23:48:16.786Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28752026-05-26T23:48:17.088Z Compiling seq-macro v0.3.6
28762026-05-26T23:48:17.285Z Compiling assert_matches v1.5.0
28772026-05-26T23:48:17.369Z Compiling is_ci v1.2.0
28782026-05-26T23:48:17.393Z Compiling rcgen v0.12.1
28792026-05-26T23:48:17.501Z Compiling supports-color v3.0.2
28802026-05-26T23:48:17.525Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28812026-05-26T23:48:17.611Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28822026-05-26T23:48:17.781Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28832026-05-26T23:48:17.804Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28842026-05-26T23:48:17.895Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28852026-05-26T23:48:18.043Z Compiling subprocess v0.2.15
28862026-05-26T23:48:18.128Z Compiling rtoolbox v0.0.3
28872026-05-26T23:48:18.396Z Compiling rpassword v7.4.0
28882026-05-26T23:48:18.709Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28892026-05-26T23:48:20.212Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28902026-05-26T23:48:20.490Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28912026-05-26T23:48:21.487Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28922026-05-26T23:48:21.623Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28932026-05-26T23:48:21.765Z Compiling tui-tree-widget v0.23.1
28942026-05-26T23:48:22.067Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28952026-05-26T23:48:22.308Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28962026-05-26T23:48:22.847Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28972026-05-26T23:48:22.948Z Compiling uzers v0.12.2
28982026-05-26T23:48:23.734Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28992026-05-26T23:48:24.389Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29002026-05-26T23:48:25.520Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29012026-05-26T23:48:26.516Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29022026-05-26T23:48:30.546Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29032026-05-26T23:48:31.154Z Compiling support-bundle-viewer v0.1.2
29042026-05-26T23:48:32.724Z Compiling multimap v0.10.1
29052026-05-26T23:48:40.893Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29062026-05-26T23:48:45.216Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29072026-05-26T23:48:52.599Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29082026-05-26T23:48:52.972Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29092026-05-26T23:48:54.650Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29102026-05-26T23:54:50.256Z Finished `release` profile [optimized] target(s) in 8m 10s
29112026-05-26T23:55:37.058Z
29122026-05-26T23:55:37.058Zreal 8:58.616513624
29132026-05-26T23:55:37.062Zuser 1:18:06.089299926
29142026-05-26T23:55:37.062Zsys 3:37.698181580
29152026-05-26T23:55:37.062Ztrap 1.738225649
29162026-05-26T23:55:37.062Ztflt 2.484885023
29172026-05-26T23:55:37.062Zdflt 20.148383817
29182026-05-26T23:55:37.062Zkflt 0.006087437
29192026-05-26T23:55:37.062Zlock 6:41:27.094914949
29202026-05-26T23:55:37.062Zslp 2:13:22.910001142
29212026-05-26T23:55:37.062Zlat 2:25.219618596
29222026-05-26T23:55:37.062Zstop 5:23.414519244
29232026-05-26T23:55:37.063Z+ mapfile -t packages
29242026-05-26T23:55:37.063Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29252026-05-26T23:55:37.998Z Finished `release` profile [optimized] target(s) in 0.92s
29262026-05-26T23:55:38.064Z Running `target/release/omicron-package -t test list-outputs`
29272026-05-26T23:55:38.127ZLogging to: /work/oxidecomputer/omicron/out/LOG
29282026-05-26T23:55:38.130Z+ ptime -m cargo build --locked --release -p xtask
29292026-05-26T23:55:38.659Z Compiling libc v0.2.185
29302026-05-26T23:55:38.659Z Compiling serde v1.0.228
29312026-05-26T23:55:38.662Z Compiling serde_core v1.0.228
29322026-05-26T23:55:38.662Z Compiling rustix v1.1.3
29332026-05-26T23:55:38.662Z Compiling serde_json v1.0.149
29342026-05-26T23:55:38.662Z Compiling bitflags v2.11.0
29352026-05-26T23:55:38.774Z Compiling num-traits v0.2.19
29362026-05-26T23:55:38.795Z Compiling syn v2.0.117
29372026-05-26T23:55:38.836Z Compiling smallvec v1.15.1
29382026-05-26T23:55:38.848Z Compiling indexmap v2.14.0
29392026-05-26T23:55:38.871Z Compiling usdt-impl v0.5.0
29402026-05-26T23:55:38.874Z Compiling syn v1.0.109
29412026-05-26T23:55:38.895Z Compiling log v0.4.29
29422026-05-26T23:55:38.898Z Compiling getrandom v0.4.1
29432026-05-26T23:55:39.117Z Compiling percent-encoding v2.3.2
29442026-05-26T23:55:39.188Z Compiling fs-err v3.3.0
29452026-05-26T23:55:39.188Z Compiling once_cell v1.21.3
29462026-05-26T23:55:39.281Z Compiling form_urlencoded v1.2.2
29472026-05-26T23:55:39.303Z Compiling heck v0.4.1
29482026-05-26T23:55:39.428Z Compiling anyhow v1.0.102
29492026-05-26T23:55:39.582Z Compiling errno v0.3.14
29502026-05-26T23:55:39.586Z Compiling thread-id v4.2.2
29512026-05-26T23:55:39.591Z Compiling memmap v0.7.0
29522026-05-26T23:55:39.879Z Compiling ordered-float v2.10.1
29532026-05-26T23:55:40.423Z Compiling proc-macro-error v1.0.4
29542026-05-26T23:55:40.584Z Compiling terminal_size v0.4.3
29552026-05-26T23:55:40.584Z Compiling tempfile v3.25.0
29562026-05-26T23:55:40.676Z Compiling tabled_derive v0.7.0
29572026-05-26T23:55:40.688Z Compiling clap_builder v4.5.60
29582026-05-26T23:55:40.691Z Compiling textwrap v0.16.2
29592026-05-26T23:55:40.826Z Compiling camino-tempfile v1.4.1
29602026-05-26T23:55:41.343Z Compiling synstructure v0.13.2
29612026-05-26T23:55:41.343Z Compiling pest_generator v2.8.6
29622026-05-26T23:55:41.368Z Compiling tabled v0.15.0
29632026-05-26T23:55:41.736Z Compiling serde_derive v1.0.228
29642026-05-26T23:55:41.739Z Compiling zerovec-derive v0.11.2
29652026-05-26T23:55:41.739Z Compiling displaydoc v0.2.5
29662026-05-26T23:55:41.739Z Compiling thiserror-impl v1.0.69
29672026-05-26T23:55:41.739Z Compiling zerocopy-derive v0.7.35
29682026-05-26T23:55:41.739Z Compiling scroll_derive v0.12.1
29692026-05-26T23:55:41.739Z Compiling thiserror-impl v2.0.18
29702026-05-26T23:55:41.739Z Compiling clap_derive v4.5.55
29712026-05-26T23:55:41.750Z Compiling zerofrom-derive v0.1.6
29722026-05-26T23:55:41.896Z Compiling yoke-derive v0.8.1
29732026-05-26T23:55:42.000Z Compiling pest_derive v2.8.6
29742026-05-26T23:55:42.423Z Compiling scroll v0.12.0
29752026-05-26T23:55:42.623Z Compiling zerocopy v0.7.35
29762026-05-26T23:55:42.755Z Compiling goblin v0.8.2
29772026-05-26T23:55:42.875Z Compiling thiserror v1.0.69
29782026-05-26T23:55:42.926Z Compiling zerofrom v0.1.6
29792026-05-26T23:55:42.986Z Compiling dtrace-parser v0.2.0
29802026-05-26T23:55:43.027Z Compiling thiserror v2.0.18
29812026-05-26T23:55:43.074Z Compiling yoke v0.8.1
29822026-05-26T23:55:43.294Z Compiling zerovec v0.11.5
29832026-05-26T23:55:43.359Z Compiling zerotrie v0.2.3
29842026-05-26T23:55:43.392Z Compiling clap v4.5.60
29852026-05-26T23:55:43.911Z Compiling tinystr v0.8.2
29862026-05-26T23:55:44.147Z Compiling icu_locale_core v2.1.1
29872026-05-26T23:55:44.790Z Compiling potential_utf v0.1.4
29882026-05-26T23:55:44.995Z Compiling icu_collections v2.1.1
29892026-05-26T23:55:45.012Z Compiling icu_provider v2.1.1
29902026-05-26T23:55:45.269Z Compiling serde_spanned v0.6.9
29912026-05-26T23:55:45.315Z Compiling toml_datetime v0.6.11
29922026-05-26T23:55:45.438Z Compiling icu_properties v2.1.2
29932026-05-26T23:55:45.458Z Compiling icu_normalizer v2.1.1
29942026-05-26T23:55:45.523Z Compiling toml_edit v0.22.27
29952026-05-26T23:55:45.540Z Compiling dof v0.3.0
29962026-05-26T23:55:45.561Z Compiling serde_tokenstream v0.2.3
29972026-05-26T23:55:45.629Z Compiling serde-value v0.7.0
29982026-05-26T23:55:45.657Z Compiling cargo-platform v0.2.0
29992026-05-26T23:55:45.715Z Compiling macaddr v1.0.1
30002026-05-26T23:55:46.341Z Compiling idna_adapter v1.2.1
30012026-05-26T23:55:46.391Z Compiling usdt-attr-macro v0.5.0
30022026-05-26T23:55:46.497Z Compiling idna v1.1.0
30032026-05-26T23:55:46.537Z Compiling usdt-macro v0.5.0
30042026-05-26T23:55:46.842Z Compiling url v2.5.8
30052026-05-26T23:55:47.053Z Compiling toml v0.8.23
30062026-05-26T23:55:47.162Z Compiling usdt v0.5.0
30072026-05-26T23:55:47.512Z Compiling cargo-util-schemas v0.8.2
30082026-05-26T23:55:47.536Z Compiling cargo_toml v0.21.0
30092026-05-26T23:55:48.524Z Compiling cargo_metadata v0.21.0
30102026-05-26T23:55:51.605Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30112026-05-26T23:55:54.612Z Finished `release` profile [optimized] target(s) in 16.47s
30122026-05-26T23:55:54.771Z
30132026-05-26T23:55:54.813Zreal 16.602720157
30142026-05-26T23:55:54.814Zuser 2:20.879554701
30152026-05-26T23:55:54.814Zsys 17.273952155
30162026-05-26T23:55:54.814Ztrap 0.085251535
30172026-05-26T23:55:54.814Ztflt 0.593308074
30182026-05-26T23:55:54.814Zdflt 1.493641591
30192026-05-26T23:55:54.814Zkflt 0.000184405
30202026-05-26T23:55:54.814Zlock 5:13.170129097
30212026-05-26T23:55:54.814Zslp 3:20.354073781
30222026-05-26T23:55:54.814Zlat 6.945400235
30232026-05-26T23:55:54.814Zstop 21.662370629
30242026-05-26T23:55:54.814Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30252026-05-26T23:55:54.814Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30262026-05-26T23:55:54.814Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30272026-05-26T23:55:54.814Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30282026-05-26T23:55:54.814Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30292026-05-26T23:55:55.725Z Compiling newtype-uuid-macros v0.1.0
30302026-05-26T23:55:55.725Z Compiling progenitor-client v0.14.0
30312026-05-26T23:55:55.728Z Compiling structmeta-derive v0.3.0
30322026-05-26T23:55:55.728Z Compiling rustls v0.22.4
30332026-05-26T23:55:55.728Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30342026-05-26T23:55:55.887Z Compiling rustls-webpki v0.102.8
30352026-05-26T23:55:55.903Z Compiling multer v3.1.0
30362026-05-26T23:55:55.906Z Compiling debug-ignore v1.0.5
30372026-05-26T23:55:55.915Z Compiling match_cfg v0.1.0
30382026-05-26T23:55:55.918Z Compiling compression-core v0.4.31
30392026-05-26T23:55:55.918Z Compiling slog-json v2.6.1
30402026-05-26T23:55:55.918Z Compiling async-stream-impl v0.3.6
30412026-05-26T23:55:55.932Z Compiling toml_datetime v1.0.0+spec-1.1.0
30422026-05-26T23:55:56.003Z Compiling serde_spanned v1.0.4
30432026-05-26T23:55:56.022Z Compiling dropshot v0.17.0
30442026-05-26T23:55:56.037Z Compiling toml_writer v1.0.6+spec-1.1.0
30452026-05-26T23:55:56.090Z Compiling hostname v0.3.1
30462026-05-26T23:55:56.108Z Compiling itertools v0.14.0
30472026-05-26T23:55:56.195Z Compiling compression-codecs v0.4.37
30482026-05-26T23:55:56.215Z Compiling toml v1.0.6+spec-1.1.0
30492026-05-26T23:55:56.216Z Compiling waitgroup v0.1.2
30502026-05-26T23:55:56.256Z Compiling slog-bunyan v2.5.0
30512026-05-26T23:55:56.309Z Compiling rustls-pemfile v2.2.0
30522026-05-26T23:55:56.314Z Compiling dropshot_endpoint v0.17.0
30532026-05-26T23:55:56.400Z Compiling async-compression v0.4.41
30542026-05-26T23:55:56.419Z Compiling hostname v0.4.2
30552026-05-26T23:55:56.435Z Compiling serde_path_to_error v0.1.20
30562026-05-26T23:55:56.452Z Compiling regress v0.10.5
30572026-05-26T23:55:56.468Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30582026-05-26T23:55:56.491Z Compiling macaddr v1.0.1
30592026-05-26T23:55:56.543Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30602026-05-26T23:55:56.581Z Compiling instant v0.1.13
30612026-05-26T23:55:56.653Z Compiling async-stream v0.3.6
30622026-05-26T23:55:56.671Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30632026-05-26T23:55:56.671Z Compiling backon v1.6.0
30642026-05-26T23:55:56.706Z Compiling backoff v0.4.0
30652026-05-26T23:55:56.731Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30662026-05-26T23:55:56.749Z Compiling progenitor-client v0.10.0
30672026-05-26T23:55:56.752Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30682026-05-26T23:55:56.784Z Compiling humantime v2.3.0
30692026-05-26T23:55:56.822Z Compiling universal-hash v0.5.1
30702026-05-26T23:55:56.861Z Compiling progenitor-extras v0.2.0
30712026-05-26T23:55:56.919Z Compiling opaque-debug v0.3.1
30722026-05-26T23:55:56.945Z Compiling half v2.7.1
30732026-05-26T23:55:56.980Z Compiling crucible-workspace-hack v0.1.0
30742026-05-26T23:55:57.005Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30752026-05-26T23:55:57.021Z Compiling ciborium-io v0.2.2
30762026-05-26T23:55:57.084Z Compiling regress v0.11.1
30772026-05-26T23:55:57.101Z Compiling convert_case v0.4.0
30782026-05-26T23:55:57.140Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30792026-05-26T23:55:57.158Z Compiling aead v0.5.2
30802026-05-26T23:55:57.177Z Compiling secrecy v0.10.3
30812026-05-26T23:55:57.218Z Compiling unsafe-libyaml v0.2.11
30822026-05-26T23:55:57.237Z Compiling structmeta v0.3.0
30832026-05-26T23:55:57.253Z Compiling ciborium-ll v0.2.2
30842026-05-26T23:55:57.354Z Compiling poly1305 v0.8.0
30852026-05-26T23:55:57.374Z Compiling chacha20 v0.9.1
30862026-05-26T23:55:57.378Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30872026-05-26T23:55:57.410Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30882026-05-26T23:55:57.434Z Compiling ciborium v0.2.2
30892026-05-26T23:55:57.457Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30902026-05-26T23:55:57.490Z Compiling derive-ex v0.1.8
30912026-05-26T23:55:57.508Z Compiling parse-display-derive v0.10.0
30922026-05-26T23:55:57.511Z Compiling derive_more v0.99.20
30932026-05-26T23:55:57.568Z Compiling thiserror-impl-no-std v2.0.2
30942026-05-26T23:55:57.670Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30952026-05-26T23:55:57.687Z Compiling byte-wrapper v0.1.0
30962026-05-26T23:55:57.801Z Compiling serde_yaml v0.9.34+deprecated
30972026-05-26T23:55:57.819Z Compiling blake2 v0.10.6
30982026-05-26T23:55:57.992Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30992026-05-26T23:55:58.037Z Compiling password-hash v0.5.0
31002026-05-26T23:55:58.057Z Compiling chacha20poly1305 v0.10.1
31012026-05-26T23:55:58.075Z Compiling indent_write v2.2.0
31022026-05-26T23:55:58.131Z Compiling toml_datetime v0.7.5+spec-1.1.0
31032026-05-26T23:55:58.201Z Compiling tokio-rustls v0.25.0
31042026-05-26T23:55:58.259Z Compiling heapless v0.8.0
31052026-05-26T23:55:58.297Z Compiling ingot-macros v0.1.1
31062026-05-26T23:55:58.469Z Compiling argon2 v0.5.3
31072026-05-26T23:55:58.496Z Compiling toml_edit v0.23.10+spec-1.0.0
31082026-05-26T23:55:58.511Z Compiling tabwriter v1.4.1
31092026-05-26T23:55:58.777Z Compiling typify-impl v0.6.2
31102026-05-26T23:55:58.804Z Compiling hash32 v0.3.1
31112026-05-26T23:55:58.867Z Compiling thiserror-no-std v2.0.2
31122026-05-26T23:55:59.934Z Compiling vsss-rs v3.3.4
31132026-05-26T23:55:59.934Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31142026-05-26T23:55:59.934Z Compiling test-strategy v0.4.5
31152026-05-26T23:55:59.934Z Compiling parse-display v0.10.0
31162026-05-26T23:55:59.934Z Compiling smoltcp v0.11.0
31172026-05-26T23:55:59.934Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31182026-05-26T23:55:59.934Z Compiling proc-macro-crate v3.4.0
31192026-05-26T23:55:59.934Z Compiling num-rational v0.4.2
31202026-05-26T23:55:59.934Z Compiling cobs v0.3.0
31212026-05-26T23:55:59.935Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31222026-05-26T23:55:59.935Z Compiling num-complex v0.4.6
31232026-05-26T23:55:59.935Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31242026-05-26T23:55:59.935Z Compiling colored v3.1.1
31252026-05-26T23:55:59.954Z Compiling postcard v1.1.3
31262026-05-26T23:56:00.043Z Compiling proc-macro-error v1.0.4
31272026-05-26T23:56:00.061Z Compiling proc-macro-crate v1.3.1
31282026-05-26T23:56:00.138Z Compiling num v0.4.3
31292026-05-26T23:56:00.198Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31302026-05-26T23:56:00.216Z Compiling num_enum_derive v0.7.5
31312026-05-26T23:56:00.249Z Compiling atomicwrites v0.4.4
31322026-05-26T23:56:00.267Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31332026-05-26T23:56:00.314Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31342026-05-26T23:56:00.331Z Compiling foreign-types-macros v0.2.3
31352026-05-26T23:56:00.383Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31362026-05-26T23:56:00.401Z Compiling foreign-types-shared v0.3.1
31372026-05-26T23:56:00.473Z Compiling cpufeatures v0.3.0
31382026-05-26T23:56:00.507Z Compiling rayon-core v1.13.0
31392026-05-26T23:56:00.525Z Compiling float-ord v0.3.2
31402026-05-26T23:56:00.559Z Compiling chacha20 v0.10.0
31412026-05-26T23:56:00.583Z Compiling num_enum_derive v0.5.11
31422026-05-26T23:56:00.676Z Compiling crossbeam-deque v0.8.6
31432026-05-26T23:56:00.705Z Compiling camino-tempfile v1.4.1
31442026-05-26T23:56:00.757Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31452026-05-26T23:56:00.774Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31462026-05-26T23:56:00.777Z Compiling cstr-argument v0.1.2
31472026-05-26T23:56:00.904Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31482026-05-26T23:56:00.907Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31492026-05-26T23:56:00.972Z Compiling rand v0.10.0
31502026-05-26T23:56:00.990Z Compiling toml v0.8.23
31512026-05-26T23:56:00.993Z Compiling foreign-types v0.5.0
31522026-05-26T23:56:01.119Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31532026-05-26T23:56:01.165Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31542026-05-26T23:56:01.257Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31552026-05-26T23:56:01.297Z Compiling zone_cfg_derive v0.3.1
31562026-05-26T23:56:01.324Z Compiling ingot-types v0.1.2
31572026-05-26T23:56:01.344Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31582026-05-26T23:56:01.363Z Compiling num_enum v0.7.5
31592026-05-26T23:56:01.399Z Compiling rayon v1.11.0
31602026-05-26T23:56:01.416Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31612026-05-26T23:56:01.521Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31622026-05-26T23:56:01.539Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31632026-05-26T23:56:01.557Z Compiling itertools v0.12.1
31642026-05-26T23:56:01.580Z Compiling num-derive v0.4.2
31652026-05-26T23:56:01.655Z Compiling sigpipe v0.1.3
31662026-05-26T23:56:01.681Z Compiling num_enum v0.5.11
31672026-05-26T23:56:01.716Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31682026-05-26T23:56:01.779Z Compiling ingot v0.1.1
31692026-05-26T23:56:01.799Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31702026-05-26T23:56:01.836Z Compiling glob v0.3.3
31712026-05-26T23:56:01.839Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31722026-05-26T23:56:01.959Z Compiling smf v0.2.3
31732026-05-26T23:56:01.976Z Compiling whoami v1.6.1
31742026-05-26T23:56:02.053Z Compiling prettyplease v0.2.37
31752026-05-26T23:56:02.134Z Compiling usdt-macro v0.5.0
31762026-05-26T23:56:02.150Z Compiling usdt-attr-macro v0.5.0
31772026-05-26T23:56:02.275Z Compiling gethostname v0.5.0
31782026-05-26T23:56:02.295Z Compiling memmap v0.7.0
31792026-05-26T23:56:02.340Z Compiling derive-where v1.6.0
31802026-05-26T23:56:02.428Z Compiling resolv-conf v0.7.6
31812026-05-26T23:56:02.517Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31822026-05-26T23:56:02.534Z Compiling cancel-safe-futures v0.1.5
31832026-05-26T23:56:02.627Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31842026-05-26T23:56:02.685Z Compiling owo-colors v4.3.0
31852026-05-26T23:56:02.781Z Compiling zone v0.3.1
31862026-05-26T23:56:02.839Z Compiling libsw-core v0.3.2
31872026-05-26T23:56:02.943Z Compiling console v0.15.11
31882026-05-26T23:56:03.018Z Compiling usdt v0.5.0
31892026-05-26T23:56:03.052Z Compiling libsw v3.5.0
31902026-05-26T23:56:03.084Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31912026-05-26T23:56:03.222Z Compiling hickory-proto v0.24.4
31922026-05-26T23:56:03.273Z Compiling newline-converter v0.3.0
31932026-05-26T23:56:03.286Z Compiling progenitor-client v0.13.0
31942026-05-26T23:56:03.326Z Compiling linear-map v1.2.0
31952026-05-26T23:56:03.417Z Compiling libefi-sys v0.1.0
31962026-05-26T23:56:03.433Z Compiling linked-hash-map v0.5.6
31972026-05-26T23:56:03.462Z Compiling typify-macro v0.6.2
31982026-05-26T23:56:03.503Z Compiling expectorate v1.2.0
31992026-05-26T23:56:03.546Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32002026-05-26T23:56:03.571Z Compiling git-stub v1.0.0
32012026-05-26T23:56:03.589Z Compiling bitfield-struct v0.6.2
32022026-05-26T23:56:03.667Z Compiling lru-cache v0.1.2
32032026-05-26T23:56:03.670Z Compiling semver v0.1.20
32042026-05-26T23:56:03.705Z Compiling tokio-dtrace v0.1.1
32052026-05-26T23:56:03.743Z Compiling git-stub-vcs v0.1.0
32062026-05-26T23:56:03.767Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32072026-05-26T23:56:03.786Z Compiling dropshot-api-manager-types v0.7.2
32082026-05-26T23:56:03.829Z Compiling slog-dtrace v0.3.0
32092026-05-26T23:56:03.865Z Compiling minimal-lexical v0.2.1
32102026-05-26T23:56:03.891Z Compiling rustc_version v0.1.7
32112026-05-26T23:56:03.950Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32122026-05-26T23:56:04.016Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32132026-05-26T23:56:04.036Z Compiling oxide-tokio-rt v0.1.4
32142026-05-26T23:56:04.039Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32152026-05-26T23:56:04.073Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32162026-05-26T23:56:04.148Z Compiling nom v7.1.3
32172026-05-26T23:56:04.167Z Compiling phf_shared v0.12.1
32182026-05-26T23:56:04.170Z Compiling newtype_derive v0.1.6
32192026-05-26T23:56:04.170Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32202026-05-26T23:56:04.222Z Compiling csv-core v0.1.13
32212026-05-26T23:56:04.256Z Compiling highway v1.3.0
32222026-05-26T23:56:04.297Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32232026-05-26T23:56:04.372Z Compiling chrono-tz v0.10.4
32242026-05-26T23:56:04.389Z Compiling xshell-macros v0.2.7
32252026-05-26T23:56:04.510Z Compiling csv v1.4.0
32262026-05-26T23:56:04.591Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32272026-05-26T23:56:04.627Z Compiling phf v0.12.1
32282026-05-26T23:56:04.647Z Compiling const_format_proc_macros v0.2.34
32292026-05-26T23:56:04.675Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32302026-05-26T23:56:04.716Z Compiling primeorder v0.13.6
32312026-05-26T23:56:04.810Z Compiling xshell v0.2.7
32322026-05-26T23:56:05.007Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32332026-05-26T23:56:05.025Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32342026-05-26T23:56:05.028Z Compiling tabled_derive v0.7.0
32352026-05-26T23:56:05.081Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32362026-05-26T23:56:05.134Z Compiling bcs v0.1.6
32372026-05-26T23:56:05.295Z Compiling tagptr v0.2.0
32382026-05-26T23:56:05.326Z Compiling typify v0.6.2
32392026-05-26T23:56:05.360Z Compiling hickory-resolver v0.24.4
32402026-05-26T23:56:05.421Z Compiling salty v0.3.0
32412026-05-26T23:56:05.470Z Compiling progenitor-impl v0.14.0
32422026-05-26T23:56:05.488Z Compiling progenitor-impl v0.13.0
32432026-05-26T23:56:05.492Z Compiling termtree v0.5.1
32442026-05-26T23:56:05.525Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32452026-05-26T23:56:05.545Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32462026-05-26T23:56:05.698Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32472026-05-26T23:56:05.701Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32482026-05-26T23:56:05.897Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32492026-05-26T23:56:06.079Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32502026-05-26T23:56:06.133Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32512026-05-26T23:56:06.230Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32522026-05-26T23:56:06.309Z Compiling const_format v0.2.35
32532026-05-26T23:56:06.326Z Compiling tabled v0.15.0
32542026-05-26T23:56:06.458Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32552026-05-26T23:56:06.478Z Compiling qorb v0.4.1
32562026-05-26T23:56:06.662Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32572026-05-26T23:56:06.680Z Compiling moka v0.12.13
32582026-05-26T23:56:06.704Z Compiling textwrap v0.16.2
32592026-05-26T23:56:06.915Z Compiling steno v0.4.1
32602026-05-26T23:56:07.219Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32612026-05-26T23:56:07.312Z Compiling radium v0.7.0
32622026-05-26T23:56:07.332Z Compiling base64 v0.21.7
32632026-05-26T23:56:07.396Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32642026-05-26T23:56:07.506Z Compiling hickory-resolver v0.25.2
32652026-05-26T23:56:07.635Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32662026-05-26T23:56:07.666Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32672026-05-26T23:56:07.693Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32682026-05-26T23:56:07.763Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32692026-05-26T23:56:07.898Z Compiling p384 v0.13.1
32702026-05-26T23:56:08.060Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32712026-05-26T23:56:08.237Z Compiling progenitor-macro v0.14.0
32722026-05-26T23:56:08.257Z Compiling progenitor-macro v0.13.0
32732026-05-26T23:56:08.371Z Compiling typify-impl v0.4.3
32742026-05-26T23:56:08.391Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32752026-05-26T23:56:08.500Z Compiling maybe-uninit v2.0.0
32762026-05-26T23:56:08.519Z Compiling tap v1.0.1
32772026-05-26T23:56:08.598Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32782026-05-26T23:56:08.667Z Compiling wyz v0.5.1
32792026-05-26T23:56:08.804Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32802026-05-26T23:56:08.861Z Compiling proc-macro-error-attr2 v2.0.0
32812026-05-26T23:56:08.891Z Compiling funty v2.0.0
32822026-05-26T23:56:08.908Z Compiling parking_lot_core v0.8.6
32832026-05-26T23:56:09.174Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32842026-05-26T23:56:09.198Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32852026-05-26T23:56:09.221Z Compiling utf-8 v0.7.6
32862026-05-26T23:56:09.316Z Compiling packed_struct v0.10.1
32872026-05-26T23:56:09.447Z Compiling tungstenite v0.21.0
32882026-05-26T23:56:09.463Z Compiling proc-macro-error2 v2.0.1
32892026-05-26T23:56:09.499Z Compiling bitvec v1.0.1
32902026-05-26T23:56:09.534Z Compiling polyval v0.6.2
32912026-05-26T23:56:09.537Z Compiling packed_struct_codegen v0.10.1
32922026-05-26T23:56:09.588Z Compiling num-derive v0.3.3
32932026-05-26T23:56:09.636Z Compiling zerocopy-derive v0.6.6
32942026-05-26T23:56:09.660Z Compiling bitfield-macros v0.19.4
32952026-05-26T23:56:09.824Z Compiling indexmap v1.9.3
32962026-05-26T23:56:09.841Z Compiling nodrop v0.1.14
32972026-05-26T23:56:09.964Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32982026-05-26T23:56:10.053Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32992026-05-26T23:56:10.193Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33002026-05-26T23:56:10.250Z Compiling crc-catalog v2.4.0
33012026-05-26T23:56:10.354Z Compiling crc v3.4.0
33022026-05-26T23:56:10.372Z Compiling tokio-tungstenite v0.21.0
33032026-05-26T23:56:10.387Z Compiling array-init v0.0.4
33042026-05-26T23:56:10.440Z Compiling bitfield v0.19.4
33052026-05-26T23:56:10.548Z Compiling libscf-sys v1.1.0
33062026-05-26T23:56:10.568Z Compiling zerocopy v0.6.6
33072026-05-26T23:56:10.591Z Compiling tabled_derive v0.11.0
33082026-05-26T23:56:10.711Z Compiling ghash v0.5.1
33092026-05-26T23:56:10.731Z Compiling smallvec v0.6.14
33102026-05-26T23:56:10.780Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33112026-05-26T23:56:10.938Z Compiling papergrid v0.17.0
33122026-05-26T23:56:10.963Z Compiling testing_table v0.3.0
33132026-05-26T23:56:10.982Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33142026-05-26T23:56:11.002Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33152026-05-26T23:56:11.075Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33162026-05-26T23:56:11.161Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33172026-05-26T23:56:11.206Z Compiling ctr v0.9.2
33182026-05-26T23:56:11.247Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33192026-05-26T23:56:11.331Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33202026-05-26T23:56:11.415Z Compiling corncobs v0.1.4
33212026-05-26T23:56:11.445Z Compiling hashbrown v0.12.3
33222026-05-26T23:56:11.574Z Compiling unicase v2.9.0
33232026-05-26T23:56:11.577Z Compiling illumos-nvpair-sys v0.2.0
33242026-05-26T23:56:11.659Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33252026-05-26T23:56:11.724Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33262026-05-26T23:56:11.746Z Compiling aes-gcm v0.10.3
33272026-05-26T23:56:11.837Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33282026-05-26T23:56:11.854Z Compiling mime_guess v2.0.5
33292026-05-26T23:56:11.898Z Compiling parking_lot v0.11.2
33302026-05-26T23:56:12.026Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33312026-05-26T23:56:12.112Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33322026-05-26T23:56:12.136Z Compiling tabled v0.20.0
33332026-05-26T23:56:12.313Z Compiling serde-hex v0.1.0
33342026-05-26T23:56:12.344Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33352026-05-26T23:56:12.406Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33362026-05-26T23:56:12.558Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33372026-05-26T23:56:12.576Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33382026-05-26T23:56:12.676Z Compiling ron v0.8.1
33392026-05-26T23:56:12.724Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33402026-05-26T23:56:12.808Z Compiling progenitor-client v0.11.2
33412026-05-26T23:56:12.902Z Compiling hashbrown v0.13.2
33422026-05-26T23:56:12.943Z Compiling typify-macro v0.4.3
33432026-05-26T23:56:13.164Z Compiling prefix-trie v0.7.0
33442026-05-26T23:56:13.236Z Compiling ssh-encoding v0.2.0
33452026-05-26T23:56:13.442Z Compiling progenitor v0.14.0
33462026-05-26T23:56:13.461Z Compiling blowfish v0.9.1
33472026-05-26T23:56:13.479Z Compiling progenitor v0.13.0
33482026-05-26T23:56:13.540Z Compiling fxhash v0.2.1
33492026-05-26T23:56:13.599Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33502026-05-26T23:56:13.634Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33512026-05-26T23:56:13.674Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33522026-05-26T23:56:13.688Z Compiling secrecy v0.8.0
33532026-05-26T23:56:13.718Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33542026-05-26T23:56:13.725Z Compiling crc-any v2.5.0
33552026-05-26T23:56:13.969Z Compiling sled v0.34.7
33562026-05-26T23:56:13.996Z Compiling bcrypt-pbkdf v0.10.0
33572026-05-26T23:56:14.140Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33582026-05-26T23:56:14.165Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
33592026-05-26T23:56:14.325Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33602026-05-26T23:56:14.358Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33612026-05-26T23:56:14.506Z Compiling hickory-server v0.25.2
33622026-05-26T23:56:14.660Z Compiling ssh-cipher v0.2.0
33632026-05-26T23:56:14.823Z Compiling typify v0.4.3
33642026-05-26T23:56:14.827Z Compiling object v0.30.4
33652026-05-26T23:56:14.967Z Compiling progenitor-impl v0.11.2
33662026-05-26T23:56:15.004Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33672026-05-26T23:56:15.158Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33682026-05-26T23:56:15.233Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33692026-05-26T23:56:15.291Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33702026-05-26T23:56:15.348Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33712026-05-26T23:56:15.601Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33722026-05-26T23:56:16.126Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33732026-05-26T23:56:16.244Z Compiling password-hash v0.4.2
33742026-05-26T23:56:16.390Z Compiling crc8 v0.1.1
33752026-05-26T23:56:16.409Z Compiling path-slash v0.1.5
33762026-05-26T23:56:16.515Z Compiling http-range v0.1.5
33772026-05-26T23:56:16.540Z Compiling half v1.8.3
33782026-05-26T23:56:16.601Z Compiling pbkdf2 v0.11.0
33792026-05-26T23:56:16.687Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33802026-05-26T23:56:16.801Z Compiling illumos-nvpair v0.3.0
33812026-05-26T23:56:16.874Z Compiling serde_cbor v0.11.2
33822026-05-26T23:56:16.923Z Compiling ssh-key v0.6.7
33832026-05-26T23:56:17.327Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33842026-05-26T23:56:17.376Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33852026-05-26T23:56:17.506Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33862026-05-26T23:56:17.614Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33872026-05-26T23:56:17.634Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33882026-05-26T23:56:17.710Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33892026-05-26T23:56:17.848Z Compiling progenitor-macro v0.11.2
33902026-05-26T23:56:17.895Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33912026-05-26T23:56:18.053Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33922026-05-26T23:56:18.111Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33932026-05-26T23:56:18.208Z Compiling p256 v0.13.2
33942026-05-26T23:56:18.293Z Compiling p521 v0.13.3
33952026-05-26T23:56:18.586Z Compiling yasna v0.5.2
33962026-05-26T23:56:18.616Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33972026-05-26T23:56:18.633Z Compiling kstat-rs v0.2.4
33982026-05-26T23:56:18.656Z Compiling headers-core v0.3.0
33992026-05-26T23:56:18.678Z Compiling nanorand v0.7.0
34002026-05-26T23:56:18.819Z Compiling atty v0.2.14
34012026-05-26T23:56:18.893Z Compiling russh-cryptovec v0.7.3
34022026-05-26T23:56:18.913Z Compiling home v0.5.12
34032026-05-26T23:56:18.943Z Compiling md5 v0.7.0
34042026-05-26T23:56:18.961Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
34052026-05-26T23:56:18.981Z Compiling flume v0.11.1
34062026-05-26T23:56:19.006Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34072026-05-26T23:56:19.090Z Compiling rcgen v0.12.1
34082026-05-26T23:56:19.117Z Compiling headers v0.4.1
34092026-05-26T23:56:19.221Z Compiling russh-keys v0.45.0
34102026-05-26T23:56:19.247Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34112026-05-26T23:56:19.323Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34122026-05-26T23:56:19.343Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34132026-05-26T23:56:19.362Z Compiling hyper-staticfile v0.10.1
34142026-05-26T23:56:19.392Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34152026-05-26T23:56:19.599Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34162026-05-26T23:56:19.689Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34172026-05-26T23:56:19.749Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34182026-05-26T23:56:19.919Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34192026-05-26T23:56:19.937Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34202026-05-26T23:56:20.006Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34212026-05-26T23:56:20.023Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34222026-05-26T23:56:20.249Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34232026-05-26T23:56:20.290Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34242026-05-26T23:56:20.442Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34252026-05-26T23:56:20.499Z Compiling num-bigint v0.4.6
34262026-05-26T23:56:20.519Z Compiling des v0.8.1
34272026-05-26T23:56:20.537Z Compiling subprocess v0.2.15
34282026-05-26T23:56:20.717Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34292026-05-26T23:56:20.739Z Compiling hex-literal v0.4.1
34302026-05-26T23:56:20.742Z Compiling display-error-chain v0.2.2
34312026-05-26T23:56:20.800Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34322026-05-26T23:56:20.852Z Compiling colored v2.2.0
34332026-05-26T23:56:20.855Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34342026-05-26T23:56:20.905Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34352026-05-26T23:56:20.926Z Compiling socket2 v0.5.10
34362026-05-26T23:56:21.153Z Compiling internet-checksum v0.2.1
34372026-05-26T23:56:21.170Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34382026-05-26T23:56:21.821Z Compiling russh v0.45.0
34392026-05-26T23:56:21.954Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34402026-05-26T23:56:21.975Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34412026-05-26T23:56:22.741Z Compiling progenitor v0.11.2
34422026-05-26T23:56:22.875Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34432026-05-26T23:56:24.492Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34442026-05-26T23:56:25.148Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34452026-05-26T23:56:25.620Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34462026-05-26T23:56:27.698Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34472026-05-26T23:56:28.482Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34482026-05-26T23:56:35.651Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34492026-05-26T23:56:35.651Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34502026-05-26T23:56:35.655Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34512026-05-26T23:56:35.655Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34522026-05-26T23:56:37.406Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34532026-05-26T23:56:37.487Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34542026-05-26T23:56:41.603Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34552026-05-26T23:57:20.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34562026-05-26T23:57:20.594Z
34572026-05-26T23:57:20.594Zreal 1:25.755788458
34582026-05-26T23:57:20.594Zuser 8:05.548250968
34592026-05-26T23:57:20.594Zsys 1:44.151677078
34602026-05-26T23:57:20.594Ztrap 0.238735753
34612026-05-26T23:57:20.594Ztflt 0.583102552
34622026-05-26T23:57:20.594Zdflt 1.696596423
34632026-05-26T23:57:20.594Zkflt 0.000216161
34642026-05-26T23:57:20.609Zlock 27:36.709057270
34652026-05-26T23:57:20.609Zslp 18:40.609717542
34662026-05-26T23:57:20.609Zlat 38.544034525
34672026-05-26T23:57:20.609Zstop 2:49.653199606
34682026-05-26T23:57:20.609Z+ mkdir tests
34692026-05-26T23:57:20.609Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34702026-05-26T23:57:20.610Z+ xargs -I '{}' -t cp '{}' tests/
34712026-05-26T23:57:20.623Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-24b2b63a1f0cb11e tests/
34722026-05-26T23:57:20.652Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f3edf6ab4b009ed4 tests/
34732026-05-26T23:57:20.683Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-a95096e60fd39ad9 tests/
34742026-05-26T23:57:20.714Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-07bc8a4adaa8ea80 tests/
34752026-05-26T23:57:20.950Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override)
34762026-05-26T23:57:20.952Z+ 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-f3edf6ab4b009ed4 tests/commtest-a95096e60fd39ad9 tests/dhcp_server-24b2b63a1f0cb11e tests/end_to_end_tests-07bc8a4adaa8ea80 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34772026-05-26T23:58:42.695ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34782026-05-26T23:58:42.695Za .github/buildomat/ci-env.sh 1K
34792026-05-26T23:58:42.695Za out/target/test 1K
34802026-05-26T23:58:42.695Za out/npuzone/npuzone 27402K
34812026-05-26T23:58:42.695Za package-manifest.toml 35K
34822026-05-26T23:58:42.695Za smf/sled-agent/non-gimlet/config.toml 6K
34832026-05-26T23:58:42.695Za target/release/omicron-package 45127K
34842026-05-26T23:58:42.695Za target/release/xtask 11449K
34852026-05-26T23:58:42.695Za target/debug/bootstrap 353621K
34862026-05-26T23:58:42.695Za tests/bootstrap-f3edf6ab4b009ed4 31215K
34872026-05-26T23:58:42.695Za tests/commtest-a95096e60fd39ad9 32300K
34882026-05-26T23:58:42.695Za tests/dhcp_server-24b2b63a1f0cb11e 31215K
34892026-05-26T23:58:42.695Za tests/end_to_end_tests-07bc8a4adaa8ea80 394679K
34902026-05-26T23:58:42.695Za tools/opte_version 1K
34912026-05-26T23:58:42.695Za tools/opte_version_override 2K
34922026-05-26T23:58:42.695Za out/clickhouse.tar.gz 320962K
34932026-05-26T23:58:42.696Za out/clickhouse_keeper.tar.gz 306038K
34942026-05-26T23:58:42.696Za out/clickhouse_server.tar.gz 320959K
34952026-05-26T23:58:42.696Za out/cockroachdb.tar.gz 165579K
34962026-05-26T23:58:42.696Za out/crucible-pantry-zone.tar.gz 40602K
34972026-05-26T23:58:42.696Za out/crucible-utils.tar 16478K
34982026-05-26T23:58:42.696Za out/crucible-zone.tar.gz 56172K
34992026-05-26T23:58:42.696Za out/external-dns.tar.gz 50169K
35002026-05-26T23:58:42.696Za out/internal-dns.tar.gz 50169K
35012026-05-26T23:58:42.696Za out/mg-ddm-gz.tar 95141K
35022026-05-26T23:58:42.696Za out/nexus.tar.gz 278733K
35032026-05-26T23:58:42.696Za out/ntp.tar.gz 32260K
35042026-05-26T23:58:42.696Za out/omicron-gateway-softnpu.tar.gz 29889K
35052026-05-26T23:58:42.696Za out/omicron-sled-agent.tar 200578K
35062026-05-26T23:58:42.696Za out/overlay.tar.gz 3K
35072026-05-26T23:58:42.696Za out/oximeter.tar.gz 67059K
35082026-05-26T23:58:42.696Za out/oxlog.tar 3782K
35092026-05-26T23:58:42.696Za out/probe.tar.gz 3037K
35102026-05-26T23:58:42.696Za out/propolis-server.tar.gz 35483K
35112026-05-26T23:58:42.696Za out/pumpkind-gz.tar 26647K
35122026-05-26T23:58:42.696Za out/switch-softnpu.tar.gz 451476K
35132026-05-26T23:58:42.700Z
35142026-05-26T23:58:42.700Zreal 1:21.742503026
35152026-05-26T23:58:42.700Zuser 1:19.012647241
35162026-05-26T23:58:42.700Zsys 4.475890123
35172026-05-26T23:58:42.700Ztrap 0.006609918
35182026-05-26T23:58:42.700Ztflt 0.000000000
35192026-05-26T23:58:42.700Zdflt 0.000000000
35202026-05-26T23:58:42.700Zkflt 0.000000000
35212026-05-26T23:58:42.700Zlock 0.000000000
35222026-05-26T23:58:42.700Zslp 1:18.963190552
35232026-05-26T23:58:42.700Zlat 1.022124838
35242026-05-26T23:58:42.700Zstop 0.000200798
35252026-05-26T23:58:42.701Zprocess exited: duration 957646 ms, exit code 0
 
35262026-05-26T23:58:42.715Zfound 1 output files
35272026-05-26T23:58:42.715Zuploading: /work/package.tar.gz (2552844808 bytes)
35282026-05-26T23:59:12.689Zuploaded: /work/package.tar.gz