01KRKM7KBWDW4S424BS3J362AV: 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: 01KRKM84YC6FRJK46BYYEW61K2

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-14T16:14:43.064Zjob assigned to worker 01KRKM8B4FA4PZQA5XRQSVNRB8 [factory aws, i-0aa3509943796b9cc] (queued for 49 s)
 
22026-05-14T16:14:50.685Zstarting task 0: "setup"
32026-05-14T16:14:50.690Z++ uname -s
42026-05-14T16:14:50.692Z+ kern=SunOS
52026-05-14T16:14:50.692Z+ build_user=build
62026-05-14T16:14:50.692Z+ build_uid=12345
72026-05-14T16:14:50.692Z+ work_dir=/work
82026-05-14T16:14:50.693Z+ input_dir=/input
92026-05-14T16:14:50.693Z+ [[ 0 == 12345 ]]
102026-05-14T16:14:50.693Z+ case "$kern" in
112026-05-14T16:14:50.693Z+ groupadd -g 12345 build
122026-05-14T16:14:50.696Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-14T16:14:52.701Z+ zfs create -o mountpoint=/work rpool/work
142026-05-14T16:14:52.884Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-14T16:14:52.887Z+ home_fs=zfs
162026-05-14T16:14:52.887Z+ [[ zfs == autofs ]]
172026-05-14T16:14:52.887Z+ mkdir -p /home/build
182026-05-14T16:14:52.891Z+ chown build:build /home/build /work
192026-05-14T16:14:54.890Z+ chmod 0700 /home/build /work
202026-05-14T16:14:54.896Zprocess exited: duration 4212 ms, exit code 0
 
212026-05-14T16:14:54.902Zstarting task 1: "rust-toolchain"
222026-05-14T16:14:54.908Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-14T16:14:54.908Z * rust toolchain channel = "1.94.0"
242026-05-14T16:14:54.908Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-14T16:14:54.908Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-14T16:14:54.908Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-14T16:14:54.908Z * rust toolchain profile = "default"
282026-05-14T16:14:54.911Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-14T16:14:54.911Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-14T16:14:54.977Zinfo: downloading installer
312026-05-14T16:14:56.400Zwarn: It looks like you have an existing rustup settings file at:
322026-05-14T16:14:56.400Zwarn: /home/build/.rustup/settings.toml
332026-05-14T16:14:56.400Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-14T16:14:56.400Zwarn: instead of the one inferred from the default host triple.
352026-05-14T16:14:56.412Zinfo: profile set to default
362026-05-14T16:14:56.412Zinfo: default host triple is x86_64-unknown-illumos
372026-05-14T16:14:56.415Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-14T16:14:56.556Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-14T16:14:56.559Zinfo: downloading 6 components
402026-05-14T16:15:11.245Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-14T16:15:11.245Z
422026-05-14T16:15:11.281Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-14T16:15:11.281Z
442026-05-14T16:15:11.281Z
452026-05-14T16:15:11.281ZRust is installed now. Great!
462026-05-14T16:15:11.281Z
472026-05-14T16:15:11.281ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-14T16:15:11.281Zenvironment variable. This has not been done automatically.
492026-05-14T16:15:11.284Z
502026-05-14T16:15:11.284ZTo configure your current shell, you need to source
512026-05-14T16:15:11.284Zthe corresponding env file under $HOME/.cargo.
522026-05-14T16:15:11.284Z
532026-05-14T16:15:11.284ZThis is usually done by running one of the following (note the leading DOT):
542026-05-14T16:15:11.284Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-14T16:15:11.284Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-14T16:15:11.284Zsource "~/.cargo/env.nu" # For nushell
572026-05-14T16:15:11.284Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-14T16:15:11.284Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-14T16:15:11.284Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-14T16:15:11.284Zwarn: no default linker (`cc`) was found in your PATH
612026-05-14T16:15:11.284Zwarn: many Rust crates require a system C toolchain to build
622026-05-14T16:15:11.378Z+ rustup --version
632026-05-14T16:15:11.384Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-14T16:15:11.388Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-14T16:15:11.405Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-14T16:15:11.408Z+ cargo --version
672026-05-14T16:15:11.416Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-14T16:15:11.419Z+ rustc --version
692026-05-14T16:15:11.440Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-14T16:15:11.442Zprocess exited: duration 16540 ms, exit code 0
 
712026-05-14T16:15:11.448Zstarting task 2: "authentication"
722026-05-14T16:15:11.466Zprocess exited: duration 17 ms, exit code 0
 
732026-05-14T16:15:11.473Zstarting task 3: "clone repository"
742026-05-14T16:15:11.478Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-14T16:15:11.481Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-14T16:15:11.513ZCloning into '/work/oxidecomputer/omicron'...
772026-05-14T16:15:21.208Z+ cd /work/oxidecomputer/omicron
782026-05-14T16:15:21.208Z+ git fetch origin a433d747727e4b67f69159b16b3524094ea4c368
792026-05-14T16:15:21.513ZFrom https://github.com/oxidecomputer/omicron
802026-05-14T16:15:21.513Z * branch a433d747727e4b67f69159b16b3524094ea4c368 -> FETCH_HEAD
812026-05-14T16:15:21.531Z+ [[ -n ben/use-latest-oximeter-version ]]
822026-05-14T16:15:21.534Z++ git branch --show-current
832026-05-14T16:15:21.534Z+ current=main
842026-05-14T16:15:21.534Z+ [[ main != ben/use-latest-oximeter-version ]]
852026-05-14T16:15:21.534Z+ git branch -f ben/use-latest-oximeter-version a433d747727e4b67f69159b16b3524094ea4c368
862026-05-14T16:15:21.537Z+ git checkout -f ben/use-latest-oximeter-version
872026-05-14T16:15:21.773ZSwitched to branch 'ben/use-latest-oximeter-version'
882026-05-14T16:15:21.776Z+ git reset --hard a433d747727e4b67f69159b16b3524094ea4c368
892026-05-14T16:15:21.790ZHEAD is now at a433d7477 Use latest API version in Oximeter server
902026-05-14T16:15:21.794Zprocess exited: duration 10317 ms, exit code 0
 
912026-05-14T16:15:21.800Zstarting task 4: "build"
922026-05-14T16:15:21.805Z+ source .github/buildomat/ci-env.sh
932026-05-14T16:15:21.808Z++ export CARGO_TERM_COLOR=always
942026-05-14T16:15:21.808Z++ CARGO_TERM_COLOR=always
952026-05-14T16:15:21.808Z+ cargo --version
962026-05-14T16:15:21.816Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-14T16:15:21.819Z+ rustc --version
982026-05-14T16:15:21.845Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-14T16:15:21.850Z+ WORK=/work
1002026-05-14T16:15:21.850Z+ pfexec mkdir -p /work
1012026-05-14T16:15:21.850Z+ pfexec chown build /work
1022026-05-14T16:15:21.855Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-14T16:15:23.480Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-14T16:15:23.543Z Startup: Caching catalogs ... Done
1052026-05-14T16:15:23.749ZPlanning: Solver setup ... Done (0.172s)
1062026-05-14T16:15:23.763ZPlanning: Running solver ... Done (0.016s)
1072026-05-14T16:15:23.770ZPlanning: Finding local manifests ... Done (0.003s)
1082026-05-14T16:15:23.782ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-14T16:15:23.804ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-14T16:15:23.818ZPlanning: Package planning ... Done (0.014s)
1112026-05-14T16:15:23.822ZPlanning: Merging actions ... Done (0.001s)
1122026-05-14T16:15:24.016ZPlanning: Checking for conflicting actions ... Done (0.196s)
1132026-05-14T16:15:24.019ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-14T16:15:24.962ZPlanning: Evaluating mediators ... Done (0.941s)
1152026-05-14T16:15:24.965ZPlanning: Planning completed in 1.40 seconds
1162026-05-14T16:15:24.969Z Packages to install: 2
1172026-05-14T16:15:24.969Z Estimated space available: 156.08 GB
1182026-05-14T16:15:24.969ZEstimated space to be consumed: 19.74 MB
1192026-05-14T16:15:24.969Z Create boot environment: No
1202026-05-14T16:15:24.969ZCreate backup boot environment: No
1212026-05-14T16:15:24.972Z Rebuild boot archive: No
1222026-05-14T16:15:24.972Z
1232026-05-14T16:15:24.972ZChanged packages:
1242026-05-14T16:15:24.972Zhelios
1252026-05-14T16:15:24.972Z developer/build-essential
1262026-05-14T16:15:24.972Z None -> 11-3.0
1272026-05-14T16:15:24.972Z library/libxmlsec1
1282026-05-14T16:15:24.972Z None -> 1.2.35-3.0
1292026-05-14T16:15:24.995Z
1302026-05-14T16:15:24.995ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-14T16:15:26.293ZDownload: Completed 1.28 MB in 1.30 seconds (1012k/s)
1322026-05-14T16:15:26.369Z Actions: 1/268 actions (Installing new actions)
1332026-05-14T16:15:26.408Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-14T16:15:26.416ZFinalize: Updating package state database ... Done (0.008s)
1352026-05-14T16:15:26.416ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-14T16:15:26.431ZFinalize: Updating image state ... Done (0.015s)
1372026-05-14T16:15:29.082ZFinalize: Creating fast lookup database ... Done (2.629s)
1382026-05-14T16:15:29.151ZFinalize: Reading search index ... Done (0.013s)
1392026-05-14T16:15:29.155ZFinalize: Updating search index ... Done (0.000s)
1402026-05-14T16:15:29.244ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-14T16:15:29.542ZPlanning: Evaluating mediator changes ... Done
1422026-05-14T16:15:29.646ZPlanning: Checking for conflicting actions ... Done
1432026-05-14T16:15:29.648ZPlanning: Consolidating action changes ... Done
1442026-05-14T16:15:29.803ZPlanning: Evaluating mediators ... Done
1452026-05-14T16:15:29.807ZPlanning: Planning completed in 0.26 seconds
1462026-05-14T16:15:29.826Z Mediators to change: 2
1472026-05-14T16:15:29.826Z Create boot environment: No
1482026-05-14T16:15:29.826ZCreate backup boot environment: No
1492026-05-14T16:15:29.878ZFinalize: Updating package state database ... Done
1502026-05-14T16:15:29.878ZFinalize: Updating package cache ... Done
1512026-05-14T16:15:29.887ZFinalize: Updating image state ... Done
1522026-05-14T16:15:31.812ZFinalize: Creating fast lookup database ... Done
1532026-05-14T16:15:31.874ZFinalize: Reading search index ... Done
1542026-05-14T16:15:31.882ZFinalize: Updating search index ... Done
1552026-05-14T16:15:31.969ZFinalize: Updating package cache ... Done
1562026-05-14T16:15:32.254ZPlanning: Evaluating mediator changes ... Done
1572026-05-14T16:15:32.357ZPlanning: Checking for conflicting actions ... Done
1582026-05-14T16:15:32.361ZPlanning: Consolidating action changes ... Done
1592026-05-14T16:15:32.522ZPlanning: Evaluating mediators ... Done
1602026-05-14T16:15:32.528ZPlanning: Planning completed in 0.26 seconds
1612026-05-14T16:15:32.540Z Mediators to change: 1
1622026-05-14T16:15:32.540Z Create boot environment: No
1632026-05-14T16:15:32.540ZCreate backup boot environment: No
1642026-05-14T16:15:32.616ZFinalize: Updating package state database ... Done
1652026-05-14T16:15:32.616ZFinalize: Updating package cache ... Done
1662026-05-14T16:15:32.626ZFinalize: Updating image state ... Done
1672026-05-14T16:15:34.557ZFinalize: Creating fast lookup database ... Done
1682026-05-14T16:15:34.617ZFinalize: Reading search index ... Done
1692026-05-14T16:15:34.620ZFinalize: Updating search index ... Done
1702026-05-14T16:15:34.689ZFinalize: Updating package cache ... Done
1712026-05-14T16:15:34.999ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-14T16:15:34.999Zapache system 2.4 system
1732026-05-14T16:15:34.999Zclang system 15 system
1742026-05-14T16:15:34.999Zcsh system system illumos
1752026-05-14T16:15:34.999Zctags system system illumos
1762026-05-14T16:15:34.999Zfile vendor vendor darwinsys
1772026-05-14T16:15:34.999Zfile system system illumos
1782026-05-14T16:15:34.999Zgcc vendor 14 vendor
1792026-05-14T16:15:35.000Zgcc system 13 system
1802026-05-14T16:15:35.000Zgcc system 10 system
1812026-05-14T16:15:35.000Zgo system 1.25 system
1822026-05-14T16:15:35.000Zllvm system 15 system
1832026-05-14T16:15:35.000Zmariadb system 11.4 system
1842026-05-14T16:15:35.000Zmta vendor vendor dma
1852026-05-14T16:15:35.000Zopenjdk system 17 system
1862026-05-14T16:15:35.000Zopenjdk system 11 system
1872026-05-14T16:15:35.000Zopenssl vendor 3 vendor
1882026-05-14T16:15:35.000Zperl system 5.40 system
1892026-05-14T16:15:35.000Zpostgresql system 18 system
1902026-05-14T16:15:35.000Zpostgresql system 17 system
1912026-05-14T16:15:35.000Zpython vendor 3 vendor
1922026-05-14T16:15:35.000Zpython system 2 system
1932026-05-14T16:15:35.000Zpython3 vendor 3.13 vendor
1942026-05-14T16:15:35.000Zruby system 3.4 system
1952026-05-14T16:15:35.000Zruby system 3.0 system
1962026-05-14T16:15:35.000Zwords vendor vendor american-english
1972026-05-14T16:15:35.000Zwords system system australian-english
1982026-05-14T16:15:35.000Zwords system system british-english
1992026-05-14T16:15:35.000Zwords system system canadian-english
2002026-05-14T16:15:35.000Zwords system system french
2012026-05-14T16:15:35.000Zwords system system italian
2022026-05-14T16:15:35.000Zwords system system ngerman
2032026-05-14T16:15:35.000Zwords system system ogerman
2042026-05-14T16:15:35.001Zwords system system spanish
2052026-05-14T16:15:35.254ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-14T16:15:35.254Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-14T16:15:35.539ZFMRI IFO
2082026-05-14T16:15:35.539Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-14T16:15:35.539Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-14T16:15:35.539Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-14T16:15:35.539Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-14T16:15:35.539Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-14T16:15:35.539Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-14T16:15:35.539Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-14T16:15:35.539Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-14T16:15:35.539Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-14T16:15:35.776Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-14T16:15:36.040Z Updating crates.io index
2192026-05-14T16:15:36.043Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-14T16:15:36.303Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-14T16:15:37.136Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-14T16:15:37.568Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-14T16:15:38.686Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-14T16:15:39.209Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-14T16:15:40.531Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-14T16:15:41.361Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-14T16:15:41.898Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-14T16:15:42.770Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-14T16:15:43.118Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-14T16:15:43.596Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-14T16:15:43.959Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-14T16:15:44.998Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-14T16:15:45.459Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2342026-05-14T16:15:45.795Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2352026-05-14T16:15:46.145Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2362026-05-14T16:15:46.526Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2372026-05-14T16:15:46.894Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2382026-05-14T16:15:47.172Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2392026-05-14T16:15:47.476Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2402026-05-14T16:15:47.909Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2412026-05-14T16:15:48.303Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2422026-05-14T16:15:48.791Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2432026-05-14T16:15:49.241Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2442026-05-14T16:15:49.709Z Updating git repository `https://github.com/oxidecomputer/ispf`
2452026-05-14T16:15:50.046Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2462026-05-14T16:15:50.898Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-05-14T16:15:51.716Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2482026-05-14T16:15:52.159Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2492026-05-14T16:15:52.391Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2502026-05-14T16:15:52.825Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2512026-05-14T16:15:53.098Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2522026-05-14T16:15:53.453Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2532026-05-14T16:15:53.945Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2542026-05-14T16:15:54.220Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2552026-05-14T16:15:54.540Z Updating git repository `https://github.com/illumos/smf-rs`
2562026-05-14T16:15:55.000Z Updating git repository `https://github.com/oxidecomputer/omicron`
2572026-05-14T16:16:06.761Z Downloading crates ...
2582026-05-14T16:16:06.831Z Downloaded block-buffer v0.10.4
2592026-05-14T16:16:06.839Z Downloaded cfg-if v1.0.4
2602026-05-14T16:16:06.839Z Downloaded cargo-platform v0.2.0
2612026-05-14T16:16:06.839Z Downloaded byteorder v1.5.0
2622026-05-14T16:16:06.839Z Downloaded cargo_toml v0.21.0
2632026-05-14T16:16:06.839Z Downloaded cargo_metadata v0.21.0
2642026-05-14T16:16:06.839Z Downloaded toml v0.8.23
2652026-05-14T16:16:06.839Z Downloaded camino v1.2.2
2662026-05-14T16:16:06.839Z Downloaded camino-tempfile v1.4.1
2672026-05-14T16:16:06.839Z Downloaded clap v4.5.60
2682026-05-14T16:16:06.864Z Downloaded utf8parse v0.2.2
2692026-05-14T16:16:06.864Z Downloaded log v0.4.29
2702026-05-14T16:16:06.864Z Downloaded num-traits v0.2.19
2712026-05-14T16:16:06.864Z Downloaded ucd-trie v0.1.7
2722026-05-14T16:16:06.864Z Downloaded potential_utf v0.1.4
2732026-05-14T16:16:06.865Z Downloaded dtrace-parser v0.2.0
2742026-05-14T16:16:06.865Z Downloaded heck v0.4.1
2752026-05-14T16:16:06.865Z Downloaded clap_derive v4.5.55
2762026-05-14T16:16:06.890Z Downloaded idna_adapter v1.2.1
2772026-05-14T16:16:06.890Z Downloaded anstyle-parse v0.2.7
2782026-05-14T16:16:06.891Z Downloaded zerofrom-derive v0.1.6
2792026-05-14T16:16:06.891Z Downloaded typeid v1.0.3
2802026-05-14T16:16:06.891Z Downloaded toml_datetime v0.6.11
2812026-05-14T16:16:06.891Z Downloaded proc-macro2 v1.0.106
2822026-05-14T16:16:06.891Z Downloaded usdt-attr-macro v0.5.0
2832026-05-14T16:16:06.891Z Downloaded usdt v0.5.0
2842026-05-14T16:16:06.891Z Downloaded unicode-linebreak v0.1.5
2852026-05-14T16:16:06.891Z Downloaded proc-macro-error v1.0.4
2862026-05-14T16:16:06.891Z Downloaded toml_write v0.1.2
2872026-05-14T16:16:06.891Z Downloaded zerofrom v0.1.6
2882026-05-14T16:16:06.891Z Downloaded utf8_iter v1.0.4
2892026-05-14T16:16:06.891Z Downloaded clap_lex v1.0.0
2902026-05-14T16:16:06.891Z Downloaded memmap v0.7.0
2912026-05-14T16:16:06.891Z Downloaded swrite v0.1.0
2922026-05-14T16:16:06.891Z Downloaded scroll_derive v0.12.1
2932026-05-14T16:16:06.891Z Downloaded usdt-macro v0.5.0
2942026-05-14T16:16:06.902Z Downloaded form_urlencoded v1.2.2
2952026-05-14T16:16:06.902Z Downloaded yoke-derive v0.8.1
2962026-05-14T16:16:06.902Z Downloaded version_check v0.9.5
2972026-05-14T16:16:06.902Z Downloaded thread-id v4.2.2
2982026-05-14T16:16:06.902Z Downloaded pretty-hex v0.4.1
2992026-05-14T16:16:06.902Z Downloaded equivalent v1.0.2
3002026-05-14T16:16:06.902Z Downloaded anstream v0.6.21
3012026-05-14T16:16:06.902Z Downloaded unicode-xid v0.2.6
3022026-05-14T16:16:06.902Z Downloaded itoa v1.0.17
3032026-05-14T16:16:06.902Z Downloaded yoke v0.8.1
3042026-05-14T16:16:06.902Z Downloaded thiserror-impl v2.0.18
3052026-05-14T16:16:06.902Z Downloaded heck v0.5.0
3062026-05-14T16:16:06.902Z Downloaded zerovec-derive v0.11.2
3072026-05-14T16:16:06.902Z Downloaded usdt-impl v0.5.0
3082026-05-14T16:16:06.902Z Downloaded tinystr v0.8.2
3092026-05-14T16:16:06.902Z Downloaded writeable v0.6.2
3102026-05-14T16:16:06.902Z Downloaded is_terminal_polyfill v1.70.2
3112026-05-14T16:16:06.902Z Downloaded errno v0.3.14
3122026-05-14T16:16:06.932Z Downloaded strsim v0.11.1
3132026-05-14T16:16:06.932Z Downloaded macaddr v1.0.1
3142026-05-14T16:16:06.932Z Downloaded anstyle-query v1.1.5
3152026-05-14T16:16:06.932Z Downloaded zmij v1.0.21
3162026-05-14T16:16:06.932Z Downloaded zerocopy-derive v0.7.35
3172026-05-14T16:16:06.933Z Downloaded ordered-float v2.10.1
3182026-05-14T16:16:06.933Z Downloaded anyhow v1.0.102
3192026-05-14T16:16:06.933Z Downloaded synstructure v0.13.2
3202026-05-14T16:16:06.933Z Downloaded once_cell v1.21.3
3212026-05-14T16:16:06.933Z Downloaded thiserror-impl v1.0.69
3222026-05-14T16:16:06.933Z Downloaded thiserror v1.0.69
3232026-05-14T16:16:06.947Z Downloaded thiserror v2.0.18
3242026-05-14T16:16:06.947Z Downloaded serde-value v0.7.0
3252026-05-14T16:16:06.947Z Downloaded fnv v1.0.7
3262026-05-14T16:16:06.947Z Downloaded crypto-common v0.1.7
3272026-05-14T16:16:06.947Z Downloaded unicode-ident v1.0.24
3282026-05-14T16:16:06.947Z Downloaded dof v0.3.0
3292026-05-14T16:16:06.947Z Downloaded textwrap v0.16.2
3302026-05-14T16:16:06.947Z Downloaded percent-encoding v2.3.2
3312026-05-14T16:16:06.947Z Downloaded generic-array v0.14.7
3322026-05-14T16:16:06.947Z Downloaded fastrand v2.3.0
3332026-05-14T16:16:06.947Z Downloaded zerotrie v0.2.3
3342026-05-14T16:16:06.947Z Downloaded tabled_derive v0.7.0
3352026-05-14T16:16:06.948Z Downloaded terminal_size v0.4.3
3362026-05-14T16:16:06.948Z Downloaded stable_deref_trait v1.2.1
3372026-05-14T16:16:06.948Z Downloaded typenum v1.19.0
3382026-05-14T16:16:06.948Z Downloaded proc-macro-error-attr v1.0.4
3392026-05-14T16:16:06.948Z Downloaded smawk v0.3.2
3402026-05-14T16:16:06.948Z Downloaded toml_edit v0.22.27
3412026-05-14T16:16:06.948Z Downloaded url v2.5.8
3422026-05-14T16:16:06.956Z Downloaded unicode-width v0.1.14
3432026-05-14T16:16:06.956Z Downloaded plain v0.2.3
3442026-05-14T16:16:06.956Z Downloaded cpufeatures v0.2.17
3452026-05-14T16:16:06.956Z Downloaded zerovec v0.11.5
3462026-05-14T16:16:06.956Z Downloaded sha2 v0.10.9
3472026-05-14T16:16:06.956Z Downloaded zerocopy v0.7.35
3482026-05-14T16:16:06.967Z Downloaded quote v1.0.45
3492026-05-14T16:16:06.967Z Downloaded bitflags v2.11.0
3502026-05-14T16:16:06.974Z Downloaded winnow v0.7.14
3512026-05-14T16:16:06.975Z Downloaded autocfg v1.5.0
3522026-05-14T16:16:06.975Z Downloaded scroll v0.12.0
3532026-05-14T16:16:06.975Z Downloaded serde_spanned v0.6.9
3542026-05-14T16:16:06.975Z Downloaded unicode-width v0.2.0
3552026-05-14T16:16:06.994Z Downloaded colorchoice v1.0.4
3562026-05-14T16:16:06.994Z Downloaded anstyle v1.0.13
3572026-05-14T16:16:06.994Z Downloaded displaydoc v0.2.5
3582026-05-14T16:16:06.994Z Downloaded bytecount v0.6.9
3592026-05-14T16:16:06.994Z Downloaded digest v0.10.7
3602026-05-14T16:16:06.994Z Downloaded serde-untagged v0.1.9
3612026-05-14T16:16:07.015Z Downloaded litemap v0.8.1
3622026-05-14T16:16:07.015Z Downloaded erased-serde v0.4.9
3632026-05-14T16:16:07.015Z Downloaded cargo-util-schemas v0.8.2
3642026-05-14T16:16:07.061Z Downloaded tempfile v3.25.0
3652026-05-14T16:16:07.061Z Downloaded pest_derive v2.8.6
3662026-05-14T16:16:07.061Z Downloaded fs-err v3.3.0
3672026-05-14T16:16:07.061Z Downloaded semver v1.0.28
3682026-05-14T16:16:07.061Z Downloaded smallvec v1.15.1
3692026-05-14T16:16:07.061Z Downloaded serde_tokenstream v0.2.3
3702026-05-14T16:16:07.062Z Downloaded papergrid v0.11.0
3712026-05-14T16:16:07.062Z Downloaded serde_derive v1.0.228
3722026-05-14T16:16:07.062Z Downloaded pest_generator v2.8.6
3732026-05-14T16:16:07.090Z Downloaded serde_core v1.0.228
3742026-05-14T16:16:07.090Z Downloaded pest v2.8.6
3752026-05-14T16:16:07.090Z Downloaded icu_provider v2.1.1
3762026-05-14T16:16:07.090Z Downloaded icu_properties v2.1.2
3772026-05-14T16:16:07.090Z Downloaded getrandom v0.4.1
3782026-05-14T16:16:07.090Z Downloaded pest_meta v2.8.6
3792026-05-14T16:16:07.090Z Downloaded icu_locale_core v2.1.1
3802026-05-14T16:16:07.090Z Downloaded icu_normalizer_data v2.1.1
3812026-05-14T16:16:07.091Z Downloaded icu_normalizer v2.1.1
3822026-05-14T16:16:07.091Z Downloaded icu_collections v2.1.1
3832026-05-14T16:16:07.133Z Downloaded serde v1.0.228
3842026-05-14T16:16:07.133Z Downloaded memchr v2.8.0
3852026-05-14T16:16:07.133Z Downloaded indexmap v2.14.0
3862026-05-14T16:16:07.133Z Downloaded clap_builder v4.5.60
3872026-05-14T16:16:07.165Z Downloaded idna v1.1.0
3882026-05-14T16:16:07.165Z Downloaded serde_json v1.0.149
3892026-05-14T16:16:07.165Z Downloaded icu_properties_data v2.1.2
3902026-05-14T16:16:07.165Z Downloaded hashbrown v0.17.0
3912026-05-14T16:16:07.182Z Downloaded syn v1.0.109
3922026-05-14T16:16:07.182Z Downloaded tabled v0.15.0
3932026-05-14T16:16:07.182Z Downloaded goblin v0.8.2
3942026-05-14T16:16:07.196Z Downloaded syn v2.0.117
3952026-05-14T16:16:07.196Z Downloaded rustix v1.1.3
3962026-05-14T16:16:07.262Z Downloaded libc v0.2.185
3972026-05-14T16:16:07.362Z Compiling proc-macro2 v1.0.106
3982026-05-14T16:16:07.362Z Compiling quote v1.0.45
3992026-05-14T16:16:07.362Z Compiling unicode-ident v1.0.24
4002026-05-14T16:16:07.362Z Compiling serde_core v1.0.228
4012026-05-14T16:16:07.363Z Compiling libc v0.2.185
4022026-05-14T16:16:07.363Z Compiling version_check v0.9.5
4032026-05-14T16:16:07.363Z Compiling memchr v2.8.0
4042026-05-14T16:16:07.363Z Compiling serde v1.0.228
4052026-05-14T16:16:07.363Z Compiling stable_deref_trait v1.2.1
4062026-05-14T16:16:07.363Z Compiling zmij v1.0.21
4072026-05-14T16:16:07.363Z Compiling ucd-trie v0.1.7
4082026-05-14T16:16:07.363Z Compiling itoa v1.0.17
4092026-05-14T16:16:07.519Z Compiling thiserror v1.0.69
4102026-05-14T16:16:07.539Z Compiling autocfg v1.5.0
4112026-05-14T16:16:07.539Z Compiling litemap v0.8.1
4122026-05-14T16:16:07.689Z Compiling writeable v0.6.2
4132026-05-14T16:16:07.752Z Compiling byteorder v1.5.0
4142026-05-14T16:16:07.850Z Compiling rustix v1.1.3
4152026-05-14T16:16:07.901Z Compiling icu_properties_data v2.1.2
4162026-05-14T16:16:08.008Z Compiling icu_normalizer_data v2.1.1
4172026-05-14T16:16:08.017Z Compiling serde_json v1.0.149
4182026-05-14T16:16:08.017Z Compiling bitflags v2.11.0
4192026-05-14T16:16:08.017Z Compiling num-traits v0.2.19
4202026-05-14T16:16:08.017Z Compiling hashbrown v0.17.0
4212026-05-14T16:16:08.031Z Compiling equivalent v1.0.2
4222026-05-14T16:16:08.115Z Compiling pest v2.8.6
4232026-05-14T16:16:08.276Z Compiling typeid v1.0.3
4242026-05-14T16:16:08.357Z Compiling smallvec v1.15.1
4252026-05-14T16:16:08.368Z Compiling usdt-impl v0.5.0
4262026-05-14T16:16:08.371Z Compiling proc-macro-error-attr v1.0.4
4272026-05-14T16:16:08.487Z Compiling syn v1.0.109
4282026-05-14T16:16:08.492Z Compiling erased-serde v0.4.9
4292026-05-14T16:16:08.492Z Compiling winnow v0.7.14
4302026-05-14T16:16:08.540Z Compiling toml_write v0.1.2
4312026-05-14T16:16:08.579Z Compiling errno v0.3.14
4322026-05-14T16:16:08.647Z Compiling indexmap v2.14.0
4332026-05-14T16:16:08.666Z Compiling thread-id v4.2.2
4342026-05-14T16:16:08.775Z Compiling proc-macro-error v1.0.4
4352026-05-14T16:16:08.795Z Compiling camino v1.2.2
4362026-05-14T16:16:08.795Z Compiling utf8_iter v1.0.4
4372026-05-14T16:16:08.854Z Compiling log v0.4.29
4382026-05-14T16:16:08.889Z Compiling plain v0.2.3
4392026-05-14T16:16:08.922Z Compiling getrandom v0.4.1
4402026-05-14T16:16:08.951Z Compiling percent-encoding v2.3.2
4412026-05-14T16:16:09.021Z Compiling utf8parse v0.2.2
4422026-05-14T16:16:09.040Z Compiling thiserror v2.0.18
4432026-05-14T16:16:09.093Z Compiling syn v2.0.117
4442026-05-14T16:16:09.162Z Compiling anstyle-parse v0.2.7
4452026-05-14T16:16:09.177Z Compiling form_urlencoded v1.2.2
4462026-05-14T16:16:09.339Z Compiling pest_meta v2.8.6
4472026-05-14T16:16:09.346Z Compiling pretty-hex v0.4.1
4482026-05-14T16:16:09.356Z Compiling ordered-float v2.10.1
4492026-05-14T16:16:09.370Z Compiling cfg-if v1.0.4
4502026-05-14T16:16:09.420Z Compiling anstyle-query v1.1.5
4512026-05-14T16:16:09.446Z Compiling is_terminal_polyfill v1.70.2
4522026-05-14T16:16:09.465Z Compiling colorchoice v1.0.4
4532026-05-14T16:16:09.483Z Compiling anstyle v1.0.13
4542026-05-14T16:16:09.567Z Compiling fs-err v3.3.0
4552026-05-14T16:16:09.595Z Compiling unicode-xid v0.2.6
4562026-05-14T16:16:09.595Z Compiling once_cell v1.21.3
4572026-05-14T16:16:09.613Z Compiling clap_lex v1.0.0
4582026-05-14T16:16:09.687Z Compiling anstream v0.6.21
4592026-05-14T16:16:09.690Z Compiling heck v0.5.0
4602026-05-14T16:16:09.734Z Compiling terminal_size v0.4.3
4612026-05-14T16:16:09.754Z Compiling fastrand v2.3.0
4622026-05-14T16:16:09.859Z Compiling semver v1.0.28
4632026-05-14T16:16:09.936Z Compiling strsim v0.11.1
4642026-05-14T16:16:09.957Z Compiling bytecount v0.6.9
4652026-05-14T16:16:10.013Z Compiling anyhow v1.0.102
4662026-05-14T16:16:10.037Z Compiling unicode-width v0.1.14
4672026-05-14T16:16:10.059Z Compiling fnv v1.0.7
4682026-05-14T16:16:10.089Z Compiling heck v0.4.1
4692026-05-14T16:16:10.110Z Compiling tempfile v3.25.0
4702026-05-14T16:16:10.178Z Compiling clap_builder v4.5.60
4712026-05-14T16:16:10.221Z Compiling serde-untagged v0.1.9
4722026-05-14T16:16:10.247Z Compiling memmap v0.7.0
4732026-05-14T16:16:10.309Z Compiling papergrid v0.11.0
4742026-05-14T16:16:10.327Z Compiling unicode-linebreak v0.1.5
4752026-05-14T16:16:10.357Z Compiling smawk v0.3.2
4762026-05-14T16:16:10.391Z Compiling unicode-width v0.2.0
4772026-05-14T16:16:10.468Z Compiling camino-tempfile v1.4.1
4782026-05-14T16:16:10.537Z Compiling swrite v0.1.0
4792026-05-14T16:16:10.570Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4802026-05-14T16:16:10.647Z Compiling textwrap v0.16.2
4812026-05-14T16:16:10.986Z Compiling tabled_derive v0.7.0
4822026-05-14T16:16:11.644Z Compiling tabled v0.15.0
4832026-05-14T16:16:11.713Z Compiling synstructure v0.13.2
4842026-05-14T16:16:11.713Z Compiling pest_generator v2.8.6
4852026-05-14T16:16:12.286Z Compiling serde_derive v1.0.228
4862026-05-14T16:16:12.286Z Compiling zerofrom-derive v0.1.6
4872026-05-14T16:16:12.289Z Compiling yoke-derive v0.8.1
4882026-05-14T16:16:12.289Z Compiling zerovec-derive v0.11.2
4892026-05-14T16:16:12.289Z Compiling displaydoc v0.2.5
4902026-05-14T16:16:12.289Z Compiling thiserror-impl v1.0.69
4912026-05-14T16:16:12.289Z Compiling zerocopy-derive v0.7.35
4922026-05-14T16:16:12.289Z Compiling scroll_derive v0.12.1
4932026-05-14T16:16:12.289Z Compiling thiserror-impl v2.0.18
4942026-05-14T16:16:12.289Z Compiling clap_derive v4.5.55
4952026-05-14T16:16:12.403Z Compiling pest_derive v2.8.6
4962026-05-14T16:16:13.059Z Compiling scroll v0.12.0
4972026-05-14T16:16:13.100Z Compiling zerocopy v0.7.35
4982026-05-14T16:16:13.293Z Compiling goblin v0.8.2
4992026-05-14T16:16:13.310Z Compiling zerofrom v0.1.6
5002026-05-14T16:16:13.416Z Compiling yoke v0.8.1
5012026-05-14T16:16:13.459Z Compiling dtrace-parser v0.2.0
5022026-05-14T16:16:13.573Z Compiling zerovec v0.11.5
5032026-05-14T16:16:13.573Z Compiling zerotrie v0.2.3
5042026-05-14T16:16:13.663Z Compiling clap v4.5.60
5052026-05-14T16:16:14.000Z Compiling tinystr v0.8.2
5062026-05-14T16:16:14.000Z Compiling potential_utf v0.1.4
5072026-05-14T16:16:14.127Z Compiling icu_collections v2.1.1
5082026-05-14T16:16:14.147Z Compiling icu_locale_core v2.1.1
5092026-05-14T16:16:14.686Z Compiling icu_provider v2.1.1
5102026-05-14T16:16:14.707Z Compiling serde_spanned v0.6.9
5112026-05-14T16:16:14.707Z Compiling toml_datetime v0.6.11
5122026-05-14T16:16:14.707Z Compiling serde-value v0.7.0
5132026-05-14T16:16:14.710Z Compiling cargo-platform v0.2.0
5142026-05-14T16:16:14.710Z Compiling macaddr v1.0.1
5152026-05-14T16:16:14.725Z Compiling dof v0.3.0
5162026-05-14T16:16:14.728Z Compiling serde_tokenstream v0.2.3
5172026-05-14T16:16:14.904Z Compiling icu_normalizer v2.1.1
5182026-05-14T16:16:14.904Z Compiling icu_properties v2.1.2
5192026-05-14T16:16:14.980Z Compiling toml_edit v0.22.27
5202026-05-14T16:16:15.504Z Compiling usdt-attr-macro v0.5.0
5212026-05-14T16:16:15.505Z Compiling usdt-macro v0.5.0
5222026-05-14T16:16:15.798Z Compiling idna_adapter v1.2.1
5232026-05-14T16:16:15.901Z Compiling idna v1.1.0
5242026-05-14T16:16:16.074Z Compiling usdt v0.5.0
5252026-05-14T16:16:16.160Z Compiling url v2.5.8
5262026-05-14T16:16:16.304Z Compiling toml v0.8.23
5272026-05-14T16:16:16.636Z Compiling cargo-util-schemas v0.8.2
5282026-05-14T16:16:16.636Z Compiling cargo_toml v0.21.0
5292026-05-14T16:16:17.408Z Compiling cargo_metadata v0.21.0
5302026-05-14T16:16:18.315Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5312026-05-14T16:16:20.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.78s
5322026-05-14T16:16:20.679Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5332026-05-14T16:16:21.229Z Downloading crates ...
5342026-05-14T16:16:21.321Z Downloaded adler2 v2.0.1
5352026-05-14T16:16:21.330Z Downloaded cexpr v0.6.0
5362026-05-14T16:16:21.333Z Downloaded console v0.15.11
5372026-05-14T16:16:21.336Z Downloaded async-trait v0.1.89
5382026-05-14T16:16:21.341Z Downloaded atomicwrites v0.4.4
5392026-05-14T16:16:21.345Z Downloaded crossbeam-deque v0.8.6
5402026-05-14T16:16:21.345Z Downloaded convert_case v0.4.0
5412026-05-14T16:16:21.348Z Downloaded async-stream-impl v0.3.6
5422026-05-14T16:16:21.348Z Downloaded aead v0.5.2
5432026-05-14T16:16:21.351Z Downloaded darling v0.23.0
5442026-05-14T16:16:21.356Z Downloaded derive_builder_macro v0.20.2
5452026-05-14T16:16:21.356Z Downloaded critical-section v1.2.0
5462026-05-14T16:16:21.356Z Downloaded bcs v0.1.6
5472026-05-14T16:16:21.362Z Downloaded der_derive v0.7.3
5482026-05-14T16:16:21.362Z Downloaded darling v0.20.11
5492026-05-14T16:16:21.365Z Downloaded darling_macro v0.21.3
5502026-05-14T16:16:21.365Z Downloaded ahash v0.8.12
5512026-05-14T16:16:21.365Z Downloaded backoff v0.4.0
5522026-05-14T16:16:21.367Z Downloaded cipher v0.4.4
5532026-05-14T16:16:21.367Z Downloaded base16ct v0.2.0
5542026-05-14T16:16:21.368Z Downloaded constant_time_eq v0.4.2
5552026-05-14T16:16:21.371Z Downloaded aws-lc-rs v1.16.3
5562026-05-14T16:16:21.375Z Downloaded curve25519-dalek-derive v0.1.1
5572026-05-14T16:16:21.378Z Downloaded crc8 v0.1.1
5582026-05-14T16:16:21.378Z Downloaded base64 v0.21.7
5592026-05-14T16:16:21.382Z Downloaded defmt-parser v1.0.0
5602026-05-14T16:16:21.382Z Downloaded fd-lock v4.0.4
5612026-05-14T16:16:21.387Z Downloaded bit-set v0.5.3
5622026-05-14T16:16:21.387Z Downloaded defmt v0.3.100
5632026-05-14T16:16:21.387Z Downloaded colored v3.1.1
5642026-05-14T16:16:21.387Z Downloaded either v1.15.0
5652026-05-14T16:16:21.390Z Downloaded data-encoding v2.10.0
5662026-05-14T16:16:21.390Z Downloaded debug-ignore v1.0.5
5672026-05-14T16:16:21.390Z Downloaded atomic-waker v1.1.2
5682026-05-14T16:16:21.390Z Downloaded bb8 v0.8.6
5692026-05-14T16:16:21.390Z Downloaded dof v0.4.0
5702026-05-14T16:16:21.394Z Downloaded cfg_aliases v0.2.1
5712026-05-14T16:16:21.394Z Downloaded fixedbitset v0.4.2
5722026-05-14T16:16:21.394Z Downloaded bcrypt-pbkdf v0.10.0
5732026-05-14T16:16:21.397Z Downloaded assert_matches v1.5.0
5742026-05-14T16:16:21.397Z Downloaded array-init v0.0.4
5752026-05-14T16:16:21.397Z Downloaded atty v0.2.14
5762026-05-14T16:16:21.397Z Downloaded dirs-next v2.0.0
5772026-05-14T16:16:21.397Z Downloaded ascii-canvas v3.0.0
5782026-05-14T16:16:21.400Z Downloaded darling_macro v0.23.0
5792026-05-14T16:16:21.400Z Downloaded daft-derive v0.1.5
5802026-05-14T16:16:21.405Z Downloaded derive_builder_core v0.20.2
5812026-05-14T16:16:21.405Z Downloaded daft v0.1.5
5822026-05-14T16:16:21.409Z Downloaded crc32fast v1.5.0
5832026-05-14T16:16:21.409Z Downloaded argon2 v0.5.3
5842026-05-14T16:16:21.409Z Downloaded crucible-workspace-hack v0.1.0
5852026-05-14T16:16:21.409Z Downloaded dirs-sys-next v0.1.2
5862026-05-14T16:16:21.418Z Downloaded cpufeatures v0.3.0
5872026-05-14T16:16:21.418Z Downloaded block-padding v0.3.3
5882026-05-14T16:16:21.433Z Downloaded ed25519 v2.2.3
5892026-05-14T16:16:21.434Z Downloaded deranged v0.5.8
5902026-05-14T16:16:21.438Z Downloaded erased-serde v0.3.31
5912026-05-14T16:16:21.439Z Downloaded bitfield-macros v0.19.4
5922026-05-14T16:16:21.439Z Downloaded bit-set v0.8.0
5932026-05-14T16:16:21.439Z Downloaded derive-ex v0.1.8
5942026-05-14T16:16:21.440Z Downloaded castaway v0.2.4
5952026-05-14T16:16:21.441Z Downloaded downcast-rs v2.0.2
5962026-05-14T16:16:21.442Z Downloaded compression-core v0.4.31
5972026-05-14T16:16:21.460Z Downloaded ciborium-io v0.2.2
5982026-05-14T16:16:21.460Z Downloaded darling_core v0.23.0
5992026-05-14T16:16:21.460Z Downloaded flagset v0.4.7
6002026-05-14T16:16:21.460Z Downloaded endian-type v0.1.2
6012026-05-14T16:16:21.460Z Downloaded cstr-argument v0.1.2
6022026-05-14T16:16:21.460Z Downloaded display-error-chain v0.2.2
6032026-05-14T16:16:21.460Z Downloaded ciborium-ll v0.2.2
6042026-05-14T16:16:21.460Z Downloaded crc-catalog v2.4.0
6052026-05-14T16:16:21.460Z Downloaded crc v3.4.0
6062026-05-14T16:16:21.460Z Downloaded arrayref v0.3.9
6072026-05-14T16:16:21.460Z Downloaded dtrace-parser v0.3.0
6082026-05-14T16:16:21.460Z Downloaded futures-io v0.3.32
6092026-05-14T16:16:21.460Z Downloaded darling_core v0.20.11
6102026-05-14T16:16:21.460Z Downloaded defmt-macros v1.0.1
6112026-05-14T16:16:21.460Z Downloaded cobs v0.3.0
6122026-05-14T16:16:21.460Z Downloaded ctr v0.9.2
6132026-05-14T16:16:21.460Z Downloaded dyn-clone v1.0.20
6142026-05-14T16:16:21.460Z Downloaded async-recursion v1.1.1
6152026-05-14T16:16:21.460Z Downloaded float-cmp v0.10.0
6162026-05-14T16:16:21.463Z Downloaded dropshot-api-manager-types v0.7.1
6172026-05-14T16:16:21.463Z Downloaded cargo-platform v0.1.9
6182026-05-14T16:16:21.463Z Downloaded futures-sink v0.3.32
6192026-05-14T16:16:21.463Z Downloaded async-stream v0.3.6
6202026-05-14T16:16:21.470Z Downloaded cfg_aliases v0.1.1
6212026-05-14T16:16:21.470Z Downloaded difflib v0.4.0
6222026-05-14T16:16:21.470Z Downloaded futures-task v0.3.32
6232026-05-14T16:16:21.470Z Downloaded embedded-io v0.6.1
6242026-05-14T16:16:21.470Z Downloaded crunchy v0.2.4
6252026-05-14T16:16:21.470Z Downloaded derive_builder v0.20.2
6262026-05-14T16:16:21.470Z Downloaded funty v2.0.0
6272026-05-14T16:16:21.470Z Downloaded foldhash v0.2.0
6282026-05-14T16:16:21.470Z Downloaded foreign-types-macros v0.2.3
6292026-05-14T16:16:21.471Z Downloaded foreign-types-shared v0.1.1
6302026-05-14T16:16:21.471Z Downloaded foreign-types v0.3.2
6312026-05-14T16:16:21.471Z Downloaded futures-core v0.3.32
6322026-05-14T16:16:21.478Z Downloaded foreign-types-shared v0.3.1
6332026-05-14T16:16:21.478Z Downloaded derive-where v1.6.0
6342026-05-14T16:16:21.478Z Downloaded ghash v0.5.1
6352026-05-14T16:16:21.478Z Downloaded gethostname v0.5.0
6362026-05-14T16:16:21.478Z Downloaded diesel_table_macro_syntax v0.3.0
6372026-05-14T16:16:21.478Z Downloaded fxhash v0.2.1
6382026-05-14T16:16:21.478Z Downloaded buf-list v1.1.2
6392026-05-14T16:16:21.478Z Downloaded document-features v0.2.12
6402026-05-14T16:16:21.479Z Downloaded float-ord v0.3.2
6412026-05-14T16:16:21.486Z Downloaded env_filter v1.0.0
6422026-05-14T16:16:21.486Z Downloaded dunce v1.0.5
6432026-05-14T16:16:21.486Z Downloaded dsl_auto_type v0.2.0
6442026-05-14T16:16:21.486Z Downloaded enum-as-inner v0.6.1
6452026-05-14T16:16:21.486Z Downloaded cmake v0.1.57
6462026-05-14T16:16:21.486Z Downloaded globwalk v0.9.1
6472026-05-14T16:16:21.486Z Downloaded cassowary v0.3.0
6482026-05-14T16:16:21.486Z Downloaded chacha20 v0.9.1
6492026-05-14T16:16:21.486Z Downloaded base64 v0.22.1
6502026-05-14T16:16:21.490Z Downloaded bitfield v0.19.4
6512026-05-14T16:16:21.490Z Downloaded headers-core v0.3.0
6522026-05-14T16:16:21.490Z Downloaded hash32 v0.3.1
6532026-05-14T16:16:21.490Z Downloaded camino-tempfile-ext v0.3.3
6542026-05-14T16:16:21.495Z Downloaded darling_macro v0.20.11
6552026-05-14T16:16:21.495Z Downloaded embedded-io v0.4.0
6562026-05-14T16:16:21.500Z Downloaded hash32 v0.2.1
6572026-05-14T16:16:21.500Z Downloaded const_format_proc_macros v0.2.34
6582026-05-14T16:16:21.500Z Downloaded fixedbitset v0.5.7
6592026-05-14T16:16:21.500Z Downloaded filetime v0.2.27
6602026-05-14T16:16:21.500Z Downloaded ena v0.14.4
6612026-05-14T16:16:21.505Z Downloaded hex v0.4.3
6622026-05-14T16:16:21.505Z Downloaded cargo_metadata v0.19.2
6632026-05-14T16:16:21.505Z Downloaded convert_case v0.10.0
6642026-05-14T16:16:21.508Z Downloaded compression-codecs v0.4.37
6652026-05-14T16:16:21.508Z Downloaded bzip2 v0.4.4
6662026-05-14T16:16:21.508Z Downloaded diesel-dtrace v0.5.0
6672026-05-14T16:16:21.516Z Downloaded crossbeam-channel v0.5.15
6682026-05-14T16:16:21.519Z Downloaded http-body v1.0.1
6692026-05-14T16:16:21.519Z Downloaded home v0.5.12
6702026-05-14T16:16:21.519Z Downloaded hex-literal v0.4.1
6712026-05-14T16:16:21.519Z Downloaded bumpalo v3.20.2
6722026-05-14T16:16:21.519Z Downloaded futures-macro v0.3.32
6732026-05-14T16:16:21.519Z Downloaded bitfield-struct v0.6.2
6742026-05-14T16:16:21.519Z Downloaded bit-vec v0.6.3
6752026-05-14T16:16:21.522Z Downloaded corncobs v0.1.4
6762026-05-14T16:16:21.527Z Downloaded defmt v1.0.1
6772026-05-14T16:16:21.527Z Downloaded fallible-iterator v0.2.0
6782026-05-14T16:16:21.527Z Downloaded base64ct v1.8.3
6792026-05-14T16:16:21.531Z Downloaded byte-wrapper v0.1.0
6802026-05-14T16:16:21.531Z Downloaded crossbeam-utils v0.8.21
6812026-05-14T16:16:21.535Z Downloaded http-range v0.1.5
6822026-05-14T16:16:21.535Z Downloaded bitflags v1.3.2
6832026-05-14T16:16:21.535Z Downloaded hubpack v0.1.2
6842026-05-14T16:16:21.546Z Downloaded ident_case v1.0.1
6852026-05-14T16:16:21.546Z Downloaded hyper-tls v0.6.0
6862026-05-14T16:16:21.546Z Downloaded futures-executor v0.3.32
6872026-05-14T16:16:21.546Z Downloaded hubpack_derive v0.1.1
6882026-05-14T16:16:21.568Z Downloaded foldhash v0.1.5
6892026-05-14T16:16:21.568Z Downloaded httpdate v1.0.3
6902026-05-14T16:16:21.568Z Downloaded ff v0.13.1
6912026-05-14T16:16:21.568Z Downloaded ecdsa v0.16.9
6922026-05-14T16:16:21.568Z Downloaded const-oid v0.9.6
6932026-05-14T16:16:21.568Z Downloaded git-stub-vcs v0.1.0
6942026-05-14T16:16:21.568Z Downloaded indent_write v2.2.0
6952026-05-14T16:16:21.568Z Downloaded bzip2 v0.6.1
6962026-05-14T16:16:21.568Z Downloaded async-bb8-diesel v0.2.1
6972026-05-14T16:16:21.568Z Downloaded group v0.13.0
6982026-05-14T16:16:21.604Z Downloaded indoc v1.0.9
6992026-05-14T16:16:21.604Z Downloaded glob v0.3.3
7002026-05-14T16:16:21.604Z Downloaded is-terminal v0.4.17
7012026-05-14T16:16:21.604Z Downloaded globset v0.4.18
7022026-05-14T16:16:21.604Z Downloaded internet-checksum v0.2.1
7032026-05-14T16:16:21.604Z Downloaded des v0.8.1
7042026-05-14T16:16:21.604Z Downloaded env_logger v0.11.9
7052026-05-14T16:16:21.604Z Downloaded cbc v0.1.2
7062026-05-14T16:16:21.604Z Downloaded backon v1.6.0
7072026-05-14T16:16:21.604Z Downloaded darling v0.21.3
7082026-05-14T16:16:21.604Z Downloaded is_ci v1.2.0
7092026-05-14T16:16:21.604Z Downloaded keccak v0.1.6
7102026-05-14T16:16:21.605Z Downloaded instant v0.1.13
7112026-05-14T16:16:21.653Z Downloaded csv-core v0.1.13
7122026-05-14T16:16:21.653Z Downloaded inout v0.1.4
7132026-05-14T16:16:21.653Z Downloaded lalrpop-util v0.19.12
7142026-05-14T16:16:21.653Z Downloaded git-stub v1.0.0
7152026-05-14T16:16:21.653Z Downloaded lazy_static v1.5.0
7162026-05-14T16:16:21.653Z Downloaded diff v0.1.13
7172026-05-14T16:16:21.653Z Downloaded crossbeam-epoch v0.9.18
7182026-05-14T16:16:21.653Z Downloaded kstat-rs v0.2.4
7192026-05-14T16:16:21.653Z Downloaded lru-slab v0.1.2
7202026-05-14T16:16:21.653Z Downloaded ciborium v0.2.2
7212026-05-14T16:16:21.653Z Downloaded highway v1.3.0
7222026-05-14T16:16:21.653Z Downloaded humantime v2.3.0
7232026-05-14T16:16:21.653Z Downloaded console v0.16.2
7242026-05-14T16:16:21.653Z Downloaded blowfish v0.9.1
7252026-05-14T16:16:21.653Z Downloaded colored v2.2.0
7262026-05-14T16:16:21.653Z Downloaded clang-sys v1.8.1
7272026-05-14T16:16:21.653Z Downloaded cancel-safe-futures v0.1.5
7282026-05-14T16:16:21.653Z Downloaded getrandom v0.2.17
7292026-05-14T16:16:21.653Z Downloaded http-body-util v0.1.3
7302026-05-14T16:16:21.654Z Downloaded hostname v0.3.1
7312026-05-14T16:16:21.654Z Downloaded fs_extra v1.3.0
7322026-05-14T16:16:21.654Z Downloaded cookie_store v0.22.1
7332026-05-14T16:16:21.654Z Downloaded libscf-sys v1.1.0
7342026-05-14T16:16:21.654Z Downloaded cookie v0.18.1
7352026-05-14T16:16:21.654Z Downloaded match_cfg v0.1.0
7362026-05-14T16:16:21.654Z Downloaded lzss v0.8.2
7372026-05-14T16:16:21.654Z Downloaded maybe-uninit v2.0.0
7382026-05-14T16:16:21.654Z Downloaded mime v0.3.17
7392026-05-14T16:16:21.654Z Downloaded md-5 v0.10.6
7402026-05-14T16:16:21.654Z Downloaded futures-channel v0.3.32
7412026-05-14T16:16:21.654Z Downloaded memoffset v0.9.1
7422026-05-14T16:16:21.654Z Downloaded maplit v1.0.2
7432026-05-14T16:16:21.655Z Downloaded allocator-api2 v0.2.21
7442026-05-14T16:16:21.655Z Downloaded managed v0.8.0
7452026-05-14T16:16:21.655Z Downloaded lru-cache v0.1.2
7462026-05-14T16:16:21.682Z Downloaded lru v0.12.5
7472026-05-14T16:16:21.682Z Downloaded fs-err v2.11.0
7482026-05-14T16:16:21.682Z Downloaded impl-trait-for-tuples v0.2.3
7492026-05-14T16:16:21.682Z Downloaded multimap v0.10.1
7502026-05-14T16:16:21.683Z Downloaded instability v0.3.11
7512026-05-14T16:16:21.683Z Downloaded md5 v0.7.0
7522026-05-14T16:16:21.683Z Downloaded ingot v0.1.1
7532026-05-14T16:16:21.683Z Downloaded newtype_derive v0.1.6
7542026-05-14T16:16:21.683Z Downloaded half v1.8.3
7552026-05-14T16:16:21.683Z Downloaded nibble_vec v0.1.0
7562026-05-14T16:16:21.683Z Downloaded ingot-types v0.1.2
7572026-05-14T16:16:21.683Z Downloaded drift v0.1.4
7582026-05-14T16:16:21.683Z Downloaded linear-map v1.2.0
7592026-05-14T16:16:21.683Z Downloaded libefi-sys v0.1.0
7602026-05-14T16:16:21.683Z Downloaded newtype-uuid-macros v0.1.0
7612026-05-14T16:16:21.683Z Downloaded nodrop v0.1.14
7622026-05-14T16:16:21.683Z Downloaded jobserver v0.1.34
7632026-05-14T16:16:21.683Z Downloaded num v0.4.3
7642026-05-14T16:16:21.683Z Downloaded num-conv v0.2.0
7652026-05-14T16:16:21.683Z Downloaded num-iter v0.1.45
7662026-05-14T16:16:21.683Z Downloaded nonempty v0.12.0
7672026-05-14T16:16:21.684Z Downloaded derive_more v0.99.20
7682026-05-14T16:16:21.684Z Downloaded num_enum_derive v0.5.11
7692026-05-14T16:16:21.684Z Downloaded num_threads v0.1.7
7702026-05-14T16:16:21.684Z Downloaded openssl-probe v0.2.1
7712026-05-14T16:16:21.684Z Downloaded olpc-cjson v0.1.4
7722026-05-14T16:16:21.684Z Downloaded fatfs v0.3.6
7732026-05-14T16:16:21.684Z Downloaded lock_api v0.4.14
7742026-05-14T16:16:21.684Z Downloaded newline-converter v0.3.0
7752026-05-14T16:16:21.684Z Downloaded normalize-line-endings v0.3.0
7762026-05-14T16:16:21.684Z Downloaded libloading v0.8.9
7772026-05-14T16:16:21.684Z Downloaded hostname v0.4.2
7782026-05-14T16:16:21.684Z Downloaded crc-any v2.5.0
7792026-05-14T16:16:21.684Z Downloaded new_debug_unreachable v1.0.6
7802026-05-14T16:16:21.684Z Downloaded dropshot_endpoint v0.17.0
7812026-05-14T16:16:21.705Z Downloaded num-derive v0.3.3
7822026-05-14T16:16:21.706Z Downloaded hyper-staticfile v0.10.1
7832026-05-14T16:16:21.706Z Downloaded hyper-rustls v0.27.7
7842026-05-14T16:16:21.706Z Downloaded httparse v1.10.1
7852026-05-14T16:16:21.706Z Downloaded libsw-core v0.3.2
7862026-05-14T16:16:21.706Z Downloaded indoc v2.0.7
7872026-05-14T16:16:21.706Z Downloaded opaque-debug v0.3.1
7882026-05-14T16:16:21.706Z Downloaded compact_str v0.8.1
7892026-05-14T16:16:21.706Z Downloaded oso-derive v0.27.3
7902026-05-14T16:16:21.707Z Downloaded openssl-probe v0.1.6
7912026-05-14T16:16:21.707Z Downloaded iana-time-zone v0.1.65
7922026-05-14T16:16:21.707Z Downloaded multer v3.1.0
7932026-05-14T16:16:21.707Z Downloaded bytes v1.11.1
7942026-05-14T16:16:21.707Z Downloaded half v2.7.1
7952026-05-14T16:16:21.735Z Downloaded openssl-macros v0.1.1
7962026-05-14T16:16:21.736Z Downloaded linked-hash-map v0.5.6
7972026-05-14T16:16:21.736Z Downloaded native-tls v0.2.18
7982026-05-14T16:16:21.736Z Downloaded nanorand v0.7.0
7992026-05-14T16:16:21.736Z Downloaded mime_guess v2.0.5
8002026-05-14T16:16:21.736Z Downloaded ipnet v2.11.0
8012026-05-14T16:16:21.736Z Downloaded packed_struct_codegen v0.10.1
8022026-05-14T16:16:21.736Z Downloaded ingot-macros v0.1.1
8032026-05-14T16:16:21.736Z Downloaded libsw v3.5.0
8042026-05-14T16:16:21.736Z Downloaded ed25519-dalek v2.2.0
8052026-05-14T16:16:21.736Z Downloaded path-slash v0.1.5
8062026-05-14T16:16:21.736Z Downloaded parse-size v1.1.0
8072026-05-14T16:16:21.736Z Downloaded getrandom v0.3.4
8082026-05-14T16:16:21.736Z Downloaded futures v0.3.32
8092026-05-14T16:16:21.736Z Downloaded hmac v0.12.1
8102026-05-14T16:16:21.791Z Downloaded newtype-uuid v1.3.2
8112026-05-14T16:16:21.792Z Downloaded ipnetwork v0.21.1
8122026-05-14T16:16:21.792Z Downloaded peg-runtime v0.8.5
8132026-05-14T16:16:21.792Z Downloaded pbkdf2 v0.12.2
8142026-05-14T16:16:21.792Z Downloaded pbkdf2 v0.11.0
8152026-05-14T16:16:21.792Z Downloaded num-complex v0.4.6
8162026-05-14T16:16:21.792Z Downloaded phf_shared v0.13.1
8172026-05-14T16:16:21.792Z Downloaded num-integer v0.1.46
8182026-05-14T16:16:21.792Z Downloaded pin-utils v0.1.0
8192026-05-14T16:16:21.792Z Downloaded num-derive v0.4.2
8202026-05-14T16:16:21.792Z Downloaded nu-ansi-term v0.50.3
8212026-05-14T16:16:21.792Z Downloaded num_enum v0.7.5
8222026-05-14T16:16:21.792Z Downloaded num_enum_derive v0.7.5
8232026-05-14T16:16:21.792Z Downloaded num_enum v0.5.11
8242026-05-14T16:16:21.792Z Downloaded num-rational v0.4.2
8252026-05-14T16:16:21.792Z Downloaded phf_shared v0.11.3
8262026-05-14T16:16:21.792Z Downloaded crypto-bigint v0.5.5
8272026-05-14T16:16:21.793Z Downloaded memmap2 v0.9.10
8282026-05-14T16:16:21.793Z Downloaded litrs v1.0.0
8292026-05-14T16:16:21.793Z Downloaded const_format v0.2.35
8302026-05-14T16:16:21.859Z Downloaded elliptic-curve v0.13.8
8312026-05-14T16:16:21.859Z Downloaded proc-macro-crate v1.3.1
8322026-05-14T16:16:21.859Z Downloaded async-compression v0.4.41
8332026-05-14T16:16:21.859Z Downloaded predicates-tree v1.0.13
8342026-05-14T16:16:21.859Z Downloaded predicates-core v1.0.10
8352026-05-14T16:16:21.859Z Downloaded precomputed-hash v0.1.1
8362026-05-14T16:16:21.860Z Downloaded proc-macro-crate v3.4.0
8372026-05-14T16:16:21.860Z Downloaded packed_struct v0.10.1
8382026-05-14T16:16:21.860Z Downloaded oxide-tokio-rt v0.1.4
8392026-05-14T16:16:21.860Z Downloaded owo-colors v4.3.0
8402026-05-14T16:16:21.860Z Downloaded indexmap v1.9.3
8412026-05-14T16:16:21.860Z Downloaded progenitor-client v0.14.0
8422026-05-14T16:16:21.860Z Downloaded heapless v0.8.0
8432026-05-14T16:16:21.860Z Downloaded heapless v0.7.17
8442026-05-14T16:16:21.860Z Downloaded password-hash v0.5.0
8452026-05-14T16:16:21.860Z Downloaded phf_shared v0.12.1
8462026-05-14T16:16:21.860Z Downloaded password-hash v0.4.2
8472026-05-14T16:16:21.860Z Downloaded parse-display-derive v0.10.0
8482026-05-14T16:16:21.860Z Downloaded headers v0.4.1
8492026-05-14T16:16:21.860Z Downloaded progenitor-macro v0.11.2
8502026-05-14T16:16:21.860Z Downloaded peg-macros v0.8.5
8512026-05-14T16:16:21.860Z Downloaded libbz2-rs-sys v0.2.2
8522026-05-14T16:16:21.861Z Downloaded der v0.7.10
8532026-05-14T16:16:21.861Z Downloaded progenitor-macro v0.14.0
8542026-05-14T16:16:21.861Z Downloaded quick-error v1.2.3
8552026-05-14T16:16:21.861Z Downloaded progenitor-macro v0.13.0
8562026-05-14T16:16:21.861Z Downloaded progenitor-macro v0.10.0
8572026-05-14T16:16:21.861Z Downloaded phf v0.13.1
8582026-05-14T16:16:21.861Z Downloaded phf v0.12.1
8592026-05-14T16:16:21.878Z Downloaded progenitor-client v0.11.2
8602026-05-14T16:16:21.878Z Downloaded progenitor-client v0.10.0
8612026-05-14T16:16:21.878Z Downloaded proc-macro-error-attr2 v2.0.0
8622026-05-14T16:16:21.878Z Downloaded flate2 v1.1.9
8632026-05-14T16:16:21.878Z Downloaded chacha20poly1305 v0.10.1
8642026-05-14T16:16:21.878Z Downloaded omicron-zone-package v0.12.2
8652026-05-14T16:16:21.878Z Downloaded predicates v3.1.4
8662026-05-14T16:16:21.878Z Downloaded pkg-config v0.3.32
8672026-05-14T16:16:21.878Z Downloaded pkcs8 v0.10.2
8682026-05-14T16:16:21.879Z Downloaded radium v0.7.0
8692026-05-14T16:16:21.879Z Downloaded pin-project-lite v0.2.17
8702026-05-14T16:16:21.879Z Downloaded rand_xorshift v0.4.0
8712026-05-14T16:16:21.879Z Downloaded ar_archive_writer v0.5.1
8722026-05-14T16:16:21.879Z Downloaded ref-cast v1.0.25
8732026-05-14T16:16:21.879Z Downloaded rand_chacha v0.3.1
8742026-05-14T16:16:21.879Z Downloaded primeorder v0.13.6
8752026-05-14T16:16:21.879Z Downloaded postgres-protocol v0.6.10
8762026-05-14T16:16:21.879Z Downloaded parking_lot_core v0.9.12
8772026-05-14T16:16:21.879Z Downloaded progenitor v0.13.0
8782026-05-14T16:16:21.879Z Downloaded progenitor v0.11.2
8792026-05-14T16:16:21.879Z Downloaded progenitor v0.10.0
8802026-05-14T16:16:21.879Z Downloaded parking_lot v0.11.2
8812026-05-14T16:16:21.879Z Downloaded ref-cast-impl v1.0.25
8822026-05-14T16:16:21.879Z Downloaded recursive-proc-macro-impl v0.1.1
8832026-05-14T16:16:21.879Z Downloaded recursive v0.1.1
8842026-05-14T16:16:21.879Z Downloaded progenitor v0.14.0
8852026-05-14T16:16:21.879Z Downloaded polyval v0.6.2
8862026-05-14T16:16:21.879Z Downloaded poly1305 v0.8.0
8872026-05-14T16:16:21.879Z Downloaded pem v3.0.6
8882026-05-14T16:16:21.879Z Downloaded progenitor-extras v0.2.0
8892026-05-14T16:16:21.879Z Downloaded arc-swap v1.8.2
8902026-05-14T16:16:21.879Z Downloaded pin-project-internal v1.1.11
8912026-05-14T16:16:21.879Z Downloaded pem-rfc7468 v0.7.0
8922026-05-14T16:16:21.879Z Downloaded peg v0.8.5
8932026-05-14T16:16:21.879Z Downloaded hickory-resolver v0.24.4
8942026-05-14T16:16:21.879Z Downloaded rtoolbox v0.0.3
8952026-05-14T16:16:21.879Z Downloaded russh-cryptovec v0.7.3
8962026-05-14T16:16:21.879Z Downloaded psl-types v2.0.11
8972026-05-14T16:16:21.879Z Downloaded progenitor-client v0.13.0
8982026-05-14T16:16:21.883Z Downloaded rfc6979 v0.4.0
8992026-05-14T16:16:21.883Z Downloaded expectorate v1.2.0
9002026-05-14T16:16:21.883Z Downloaded derive_more-impl v2.1.1
9012026-05-14T16:16:21.883Z Downloaded r2d2 v0.8.10
9022026-05-14T16:16:21.883Z Downloaded aes-gcm v0.10.3
9032026-05-14T16:16:21.883Z Downloaded indicatif v0.18.4
9042026-05-14T16:16:21.883Z Downloaded darling_core v0.21.3
9052026-05-14T16:16:21.885Z Downloaded diesel_derives v2.3.7
9062026-05-14T16:16:21.888Z Downloaded pkcs1 v0.7.5
9072026-05-14T16:16:21.892Z Downloaded rustc_version v0.4.1
9082026-05-14T16:16:21.892Z Downloaded postgres-types v0.2.12
9092026-05-14T16:16:21.895Z Downloaded rustc_version v0.1.7
9102026-05-14T16:16:21.895Z Downloaded rustc-hash v2.1.1
9112026-05-14T16:16:21.895Z Downloaded pkcs5 v0.7.1
9122026-05-14T16:16:21.897Z Downloaded rand_seeder v0.4.0
9132026-05-14T16:16:21.900Z Downloaded postcard v1.1.3
9142026-05-14T16:16:21.900Z Downloaded p256 v0.13.2
9152026-05-14T16:16:21.904Z Downloaded ppv-lite86 v0.2.21
9162026-05-14T16:16:21.907Z Downloaded scheduled-thread-pool v0.2.7
9172026-05-14T16:16:21.907Z Downloaded same-file v1.0.6
9182026-05-14T16:16:21.907Z Downloaded sapling-renderdag v0.1.0
9192026-05-14T16:16:21.907Z Downloaded rand_core v0.9.5
9202026-05-14T16:16:21.910Z Downloaded rand_core v0.6.4
9212026-05-14T16:16:21.910Z Downloaded hashbrown v0.13.2
9222026-05-14T16:16:21.914Z Downloaded proc-macro-error2 v2.0.1
9232026-05-14T16:16:21.917Z Downloaded parking_lot v0.12.5
9242026-05-14T16:16:21.917Z Downloaded ignore v0.4.25
9252026-05-14T16:16:21.920Z Downloaded dropshot-api-manager v0.7.1
9262026-05-14T16:16:21.920Z Downloaded papergrid v0.17.0
9272026-05-14T16:16:21.923Z Downloaded scrypt v0.11.0
9282026-05-14T16:16:21.925Z Downloaded scroll_derive v0.13.1
9292026-05-14T16:16:21.925Z Downloaded oso v0.27.3
9302026-05-14T16:16:21.929Z Downloaded paste v1.0.15
9312026-05-14T16:16:21.960Z Downloaded parse-display v0.10.0
9322026-05-14T16:16:21.960Z Downloaded parking_lot_core v0.8.6
9332026-05-14T16:16:21.961Z Downloaded dropshot_endpoint v0.16.7
9342026-05-14T16:16:21.961Z Downloaded powerfmt v0.2.0
9352026-05-14T16:16:21.961Z Downloaded oxnet v0.1.4
9362026-05-14T16:16:21.961Z Downloaded flume v0.11.1
9372026-05-14T16:16:21.961Z Downloaded serde-big-array v0.5.1
9382026-05-14T16:16:21.961Z Downloaded secrecy v0.10.3
9392026-05-14T16:16:21.961Z Downloaded serde_spanned v1.0.4
9402026-05-14T16:16:21.962Z Downloaded serde_plain v1.0.2
9412026-05-14T16:16:21.962Z Downloaded hickory-resolver v0.25.2
9422026-05-14T16:16:21.978Z Downloaded serde_repr v0.1.20
9432026-05-14T16:16:21.978Z Downloaded serde_bytes v0.11.19
9442026-05-14T16:16:21.978Z Downloaded sha1 v0.10.6
9452026-05-14T16:16:21.978Z Downloaded psm v0.1.30
9462026-05-14T16:16:21.978Z Downloaded seq-macro v0.3.6
9472026-05-14T16:16:21.978Z Downloaded shell-words v1.1.1
9482026-05-14T16:16:21.978Z Downloaded secrecy v0.8.0
9492026-05-14T16:16:21.979Z Downloaded cc v1.2.56
9502026-05-14T16:16:21.979Z Downloaded signature v2.2.0
9512026-05-14T16:16:21.979Z Downloaded serde_urlencoded v0.7.1
9522026-05-14T16:16:21.979Z Downloaded quinn-udp v0.5.14
9532026-05-14T16:16:21.979Z Downloaded signal-hook-tokio v0.3.1
9542026-05-14T16:16:21.979Z Downloaded derive_more v2.1.1
9552026-05-14T16:16:21.999Z Downloaded salsa20 v0.10.2
9562026-05-14T16:16:21.999Z Downloaded rusty-fork v0.3.1
9572026-05-14T16:16:21.999Z Downloaded rand_core v0.10.0
9582026-05-14T16:16:21.999Z Downloaded rustversion v1.0.22
9592026-05-14T16:16:21.999Z Downloaded signal-hook-mio v0.2.5
9602026-05-14T16:16:21.999Z Downloaded prefix-trie v0.7.0
9612026-05-14T16:16:22.000Z Downloaded siphasher v1.0.2
9622026-05-14T16:16:22.000Z Downloaded rustls-pemfile v1.0.4
9632026-05-14T16:16:22.000Z Downloaded rand_chacha v0.9.0
9642026-05-14T16:16:22.000Z Downloaded slog-envlogger v2.2.0
9652026-05-14T16:16:22.000Z Downloaded rustls-native-certs v0.8.3
9662026-05-14T16:16:22.058Z Downloaded rustls-pemfile v2.2.0
9672026-05-14T16:16:22.058Z Downloaded resolv-conf v0.7.6
9682026-05-14T16:16:22.058Z Downloaded pin-project v1.1.11
9692026-05-14T16:16:22.058Z Downloaded slog-bunyan v2.5.0
9702026-05-14T16:16:22.058Z Downloaded scopeguard v1.2.0
9712026-05-14T16:16:22.059Z Downloaded schemars_derive v0.8.22
9722026-05-14T16:16:22.059Z Downloaded scroll v0.13.0
9732026-05-14T16:16:22.059Z Downloaded miniz_oxide v0.8.9
9742026-05-14T16:16:22.059Z Downloaded progenitor-impl v0.11.2
9752026-05-14T16:16:22.059Z Downloaded progenitor-impl v0.14.0
9762026-05-14T16:16:22.059Z Downloaded progenitor-impl v0.10.0
9772026-05-14T16:16:22.059Z Downloaded semver v0.1.20
9782026-05-14T16:16:22.059Z Downloaded sec1 v0.7.3
9792026-05-14T16:16:22.059Z Downloaded jiff-static v0.2.21
9802026-05-14T16:16:22.059Z Downloaded sct v0.7.1
9812026-05-14T16:16:22.059Z Downloaded progenitor-impl v0.13.0
9822026-05-14T16:16:22.059Z Downloaded sqlparser_derive v0.5.0
9832026-05-14T16:16:22.059Z Downloaded openssl-sys v0.9.115
9842026-05-14T16:16:22.069Z Downloaded find-msvc-tools v0.1.9
9852026-05-14T16:16:22.069Z Downloaded serde-hex v0.1.0
9862026-05-14T16:16:22.070Z Downloaded blake2 v0.10.6
9872026-05-14T16:16:22.070Z Downloaded shlex v1.3.0
9882026-05-14T16:16:22.070Z Downloaded chacha20 v0.10.0
9892026-05-14T16:16:22.070Z Downloaded ssh-cipher v0.2.0
9902026-05-14T16:16:22.070Z Downloaded ssh-encoding v0.2.0
9912026-05-14T16:16:22.070Z Downloaded signal-hook-registry v1.4.8
9922026-05-14T16:16:22.070Z Downloaded serde_path_to_error v0.1.20
9932026-05-14T16:16:22.070Z Downloaded arrayvec v0.7.6
9942026-05-14T16:16:22.070Z Downloaded foreign-types v0.5.0
9952026-05-14T16:16:22.070Z Downloaded bit-vec v0.8.0
9962026-05-14T16:16:22.070Z Downloaded minimal-lexical v0.2.1
9972026-05-14T16:16:22.070Z Downloaded hyper-util v0.1.20
9982026-05-14T16:16:22.070Z Downloaded aes v0.8.4
9992026-05-14T16:16:22.070Z Downloaded russh-keys v0.45.0
10002026-05-14T16:16:22.070Z Downloaded prettyplease v0.2.37
10012026-05-14T16:16:22.070Z Downloaded sigpipe v0.1.3
10022026-05-14T16:16:22.070Z Downloaded rustls-pki-types v1.14.0
10032026-05-14T16:16:22.071Z Downloaded strum v0.27.2
10042026-05-14T16:16:22.071Z Downloaded strum v0.26.3
10052026-05-14T16:16:22.071Z Downloaded structmeta v0.3.0
10062026-05-14T16:16:22.071Z Downloaded structmeta-derive v0.3.0
10072026-05-14T16:16:22.071Z Downloaded strip-ansi-escapes v0.2.1
10082026-05-14T16:16:22.071Z Downloaded slab v0.4.12
10092026-05-14T16:16:22.071Z Downloaded mio v1.2.0
10102026-05-14T16:16:22.071Z Downloaded rcgen v0.12.1
10112026-05-14T16:16:22.076Z Downloaded pretty_assertions v1.4.1
10122026-05-14T16:16:22.076Z Downloaded sync_wrapper v1.0.2
10132026-05-14T16:16:22.076Z Downloaded smallvec v0.6.14
10142026-05-14T16:16:22.076Z Downloaded smf v0.2.3
10152026-05-14T16:16:22.076Z Downloaded supports-color v3.0.2
10162026-05-14T16:16:22.076Z Downloaded tagptr v0.2.0
10172026-05-14T16:16:22.084Z Downloaded sync-ptr v0.1.4
10182026-05-14T16:16:22.084Z Downloaded subtle v2.6.1
10192026-05-14T16:16:22.084Z Downloaded take_mut v0.2.2
10202026-05-14T16:16:22.084Z Downloaded itertools v0.10.5
10212026-05-14T16:16:22.084Z Downloaded tabled_derive v0.11.0
10222026-05-14T16:16:22.088Z Downloaded snafu-derive v0.8.9
10232026-05-14T16:16:22.088Z Downloaded hashbrown v0.12.3
10242026-05-14T16:16:22.089Z Downloaded crossterm v0.28.1
10252026-05-14T16:16:22.097Z Downloaded slog-stdlog v4.1.1
10262026-05-14T16:16:22.098Z Downloaded slog-dtrace v0.3.0
10272026-05-14T16:16:22.098Z Downloaded serde_derive_internals v0.29.1
10282026-05-14T16:16:22.098Z Downloaded hickory-server v0.25.2
10292026-05-14T16:16:22.109Z Downloaded serde_cbor v0.11.2
10302026-05-14T16:16:22.109Z Downloaded serde_with_macros v3.17.0
10312026-05-14T16:16:22.109Z Downloaded slog-async v2.8.0
10322026-05-14T16:16:22.109Z Downloaded termtree v0.5.1
10332026-05-14T16:16:22.109Z Downloaded tabwriter v1.4.1
10342026-05-14T16:16:22.109Z Downloaded thiserror-impl-no-std v2.0.2
10352026-05-14T16:16:22.110Z Downloaded testing_table v0.3.0
10362026-05-14T16:16:22.110Z Downloaded sqlformat v0.3.5
10372026-05-14T16:16:22.110Z Downloaded time-core v0.1.8
10382026-05-14T16:16:22.110Z Downloaded thread-id v5.1.0
10392026-05-14T16:16:22.119Z Downloaded static_assertions v1.1.0
10402026-05-14T16:16:22.119Z Downloaded spki v0.7.3
10412026-05-14T16:16:22.124Z Downloaded ron v0.8.1
10422026-05-14T16:16:22.125Z Downloaded http v1.4.0
10432026-05-14T16:16:22.138Z Downloaded ryu v1.0.23
10442026-05-14T16:16:22.138Z Downloaded rustls-platform-verifier v0.6.2
10452026-05-14T16:16:22.147Z Downloaded stringprep v0.1.5
10462026-05-14T16:16:22.147Z Downloaded tinyvec_macros v0.1.1
10472026-05-14T16:16:22.147Z Downloaded string_cache v0.8.9
10482026-05-14T16:16:22.147Z Downloaded tokio-macros v2.7.0
10492026-05-14T16:16:22.147Z Downloaded aho-corasick v1.1.4
10502026-05-14T16:16:22.147Z Downloaded support-bundle-viewer v0.1.2
10512026-05-14T16:16:22.147Z Downloaded hashbrown v0.15.5
10522026-05-14T16:16:22.147Z Downloaded strum_macros v0.24.3
10532026-05-14T16:16:22.147Z Downloaded rayon-core v1.13.0
10542026-05-14T16:16:22.161Z Downloaded slog-scope v4.4.1
10552026-05-14T16:16:22.161Z Downloaded slog-json v2.6.1
10562026-05-14T16:16:22.167Z Downloaded termios v0.3.3
10572026-05-14T16:16:22.167Z Downloaded tap v1.0.1
10582026-05-14T16:16:22.167Z Downloaded quinn v0.11.9
10592026-05-14T16:16:22.167Z Downloaded num-bigint v0.4.6
10602026-05-14T16:16:22.171Z Downloaded slog-term v2.9.2
10612026-05-14T16:16:22.171Z Downloaded signal-hook v0.3.18
10622026-05-14T16:16:22.175Z Downloaded rand v0.8.6
10632026-05-14T16:16:22.175Z Downloaded thread_local v1.1.9
10642026-05-14T16:16:22.179Z Downloaded thiserror-no-std v2.0.2
10652026-05-14T16:16:22.179Z Downloaded spin v0.9.8
10662026-05-14T16:16:22.179Z Downloaded serde_yaml v0.9.34+deprecated
10672026-05-14T16:16:22.182Z Downloaded topological-sort v0.2.2
10682026-05-14T16:16:22.182Z Downloaded libxml v0.3.3
10692026-05-14T16:16:22.185Z Downloaded tower-layer v0.3.3
10702026-05-14T16:16:22.189Z Downloaded tower-service v0.3.3
10712026-05-14T16:16:22.189Z Downloaded tls_codec_derive v0.4.2
10722026-05-14T16:16:22.200Z Downloaded unarray v0.1.4
10732026-05-14T16:16:22.200Z Downloaded trait-variant v0.1.2
10742026-05-14T16:16:22.201Z Downloaded try-lock v0.2.5
10752026-05-14T16:16:22.201Z Downloaded stacker v0.1.23
10762026-05-14T16:16:22.201Z Downloaded tiny-keccak v2.0.2
10772026-05-14T16:16:22.204Z Downloaded tokio-rustls v0.25.0
10782026-05-14T16:16:22.204Z Downloaded tls_codec v0.4.2
10792026-05-14T16:16:22.204Z Downloaded strum_macros v0.27.2
10802026-05-14T16:16:22.208Z Downloaded iddqd v0.3.18
10812026-05-14T16:16:22.211Z Downloaded unicode-truncate v1.1.0
10822026-05-14T16:16:22.211Z Downloaded unit-prefix v0.5.2
10832026-05-14T16:16:22.216Z Downloaded typify-macro v0.4.3
10842026-05-14T16:16:22.216Z Downloaded tokio-native-tls v0.3.1
10852026-05-14T16:16:22.216Z Downloaded typify-macro v0.6.2
10862026-05-14T16:16:22.216Z Downloaded crossterm v0.29.0
10872026-05-14T16:16:22.219Z Downloaded tokio-tungstenite v0.23.1
10882026-05-14T16:16:22.219Z Downloaded slog v2.8.2
10892026-05-14T16:16:22.221Z Downloaded strum_macros v0.26.4
10902026-05-14T16:16:22.224Z Downloaded schemars v0.8.22
10912026-05-14T16:16:22.229Z Downloaded usdt v0.6.0
10922026-05-14T16:16:22.232Z Downloaded usdt-attr-macro v0.6.0
10932026-05-14T16:16:22.232Z Downloaded untrusted v0.9.0
10942026-05-14T16:16:22.232Z Downloaded schemars v0.9.0
10952026-05-14T16:16:22.240Z Downloaded toml_datetime v1.0.0+spec-1.1.0
10962026-05-14T16:16:22.243Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10972026-05-14T16:16:22.243Z Downloaded term v0.7.0
10982026-05-14T16:16:22.246Z Downloaded term v1.2.1
10992026-05-14T16:16:22.249Z Downloaded socket2 v0.6.3
11002026-05-14T16:16:22.249Z Downloaded void v1.0.2
11012026-05-14T16:16:22.253Z Downloaded utf-8 v0.7.6
11022026-05-14T16:16:22.253Z Downloaded qorb v0.4.1
11032026-05-14T16:16:22.256Z Downloaded publicsuffix v2.3.0
11042026-05-14T16:16:22.256Z Downloaded hyper v1.8.1
11052026-05-14T16:16:22.260Z Downloaded time-macros v0.2.27
11062026-05-14T16:16:22.263Z Downloaded rsa v0.9.10
11072026-05-14T16:16:22.266Z Downloaded toml_writer v1.0.6+spec-1.1.0
11082026-05-14T16:16:22.266Z Downloaded tui-tree-widget v0.23.1
11092026-05-14T16:16:22.268Z Downloaded wait-timeout v0.2.1
11102026-05-14T16:16:22.268Z Downloaded usdt-macro v0.6.0
11112026-05-14T16:16:22.268Z Downloaded num-bigint-dig v0.8.6
11122026-05-14T16:16:22.273Z Downloaded socket2 v0.5.10
11132026-05-14T16:16:22.276Z Downloaded want v0.3.1
11142026-05-14T16:16:22.276Z Downloaded nom v7.1.3
11152026-05-14T16:16:22.279Z Downloaded tokio-rustls v0.26.4
11162026-05-14T16:16:22.279Z Downloaded rustls-webpki v0.103.9
11172026-05-14T16:16:22.282Z Downloaded itertools v0.13.0
11182026-05-14T16:16:22.285Z Downloaded waitgroup v0.1.2
11192026-05-14T16:16:22.288Z Downloaded iri-string v0.7.10
11202026-05-14T16:16:22.291Z Downloaded tokio-rustls v0.24.1
11212026-05-14T16:16:22.294Z Downloaded tokio-tungstenite v0.21.0
11222026-05-14T16:16:22.294Z Downloaded schemars v1.2.1
11232026-05-14T16:16:22.302Z Downloaded xshell-macros v0.2.7
11242026-05-14T16:16:22.307Z Downloaded xattr v1.6.1
11252026-05-14T16:16:22.307Z Downloaded itertools v0.14.0
11262026-05-14T16:16:22.310Z Downloaded snafu v0.8.9
11272026-05-14T16:16:22.313Z Downloaded usdt-impl v0.6.0
11282026-05-14T16:16:22.316Z Downloaded test-strategy v0.4.5
11292026-05-14T16:16:22.319Z Downloaded zeroize_derive v1.4.3
11302026-05-14T16:16:22.319Z Downloaded itertools v0.12.1
11312026-05-14T16:16:22.322Z Downloaded zone_cfg_derive v0.3.1
11322026-05-14T16:16:22.325Z Downloaded hashbrown v0.16.1
11332026-05-14T16:16:22.328Z Downloaded russh v0.45.0
11342026-05-14T16:16:22.331Z Downloaded vergen-git2 v1.0.7
11352026-05-14T16:16:22.331Z Downloaded uzers v0.12.2
11362026-05-14T16:16:22.336Z Downloaded toml_parser v1.0.9+spec-1.1.0
11372026-05-14T16:16:22.336Z Downloaded tracing-attributes v0.1.31
11382026-05-14T16:16:22.339Z Downloaded zone v0.3.1
11392026-05-14T16:16:22.339Z Downloaded vergen-lib v0.1.6
11402026-05-14T16:16:22.339Z Downloaded untrusted v0.7.1
11412026-05-14T16:16:22.339Z Downloaded universal-hash v0.5.1
11422026-05-14T16:16:22.342Z Downloaded tokio-dtrace v0.1.1
11432026-05-14T16:16:22.342Z Downloaded similar v2.7.0
11442026-05-14T16:16:22.345Z Downloaded simd-adler32 v0.3.8
11452026-05-14T16:16:22.345Z Downloaded twox-hash v2.1.2
11462026-05-14T16:16:22.348Z Downloaded rand v0.9.2
11472026-05-14T16:16:22.351Z Downloaded vsss-rs v3.3.4
11482026-05-14T16:16:22.354Z Downloaded libm v0.2.16
11492026-05-14T16:16:22.358Z Downloaded tinyvec v1.10.0
11502026-05-14T16:16:22.360Z Downloaded whoami v2.1.0
11512026-05-14T16:16:22.363Z Downloaded tokio-stream v0.1.18
11522026-05-14T16:16:22.367Z Downloaded whoami v1.6.1
11532026-05-14T16:16:22.367Z Downloaded unicase v2.9.0
11542026-05-14T16:16:22.367Z Downloaded subprocess v0.2.15
11552026-05-14T16:16:22.370Z Downloaded p521 v0.13.3
11562026-05-14T16:16:22.373Z Downloaded walkdir v2.5.0
11572026-05-14T16:16:22.373Z Downloaded toml v1.0.6+spec-1.1.0
11582026-05-14T16:16:22.375Z Downloaded unicode-properties v0.1.4
11592026-05-14T16:16:22.378Z Downloaded tar v0.4.45
11602026-05-14T16:16:22.381Z Downloaded toml v0.9.12+spec-1.1.0
11612026-05-14T16:16:22.381Z Downloaded toml v0.7.8
11622026-05-14T16:16:22.384Z Downloaded zeroize v1.8.2
11632026-05-14T16:16:22.387Z Downloaded samael v0.0.19
11642026-05-14T16:16:22.390Z Downloaded zstd v0.13.3
11652026-05-14T16:16:22.393Z Downloaded steno v0.4.1
11662026-05-14T16:16:22.393Z Downloaded futures-util v0.3.32
11672026-05-14T16:16:22.400Z Downloaded zstd-safe v7.2.4
11682026-05-14T16:16:22.403Z Downloaded vergen-gitcl v1.0.8
11692026-05-14T16:16:22.403Z Downloaded vergen v9.0.6
11702026-05-14T16:16:22.406Z Downloaded typify v0.6.2
11712026-05-14T16:16:22.409Z Downloaded unicode-bidi v0.3.18
11722026-05-14T16:16:22.409Z Downloaded tracing-core v0.1.36
11732026-05-14T16:16:22.412Z Downloaded tungstenite v0.23.0
11742026-05-14T16:16:22.415Z Downloaded rustyline v14.0.0
11752026-05-14T16:16:22.419Z Downloaded unsafe-libyaml v0.2.11
11762026-05-14T16:16:22.428Z Downloaded h2 v0.4.13
11772026-05-14T16:16:22.428Z Downloaded rand v0.10.0
11782026-05-14T16:16:22.428Z Downloaded xshell v0.2.7
11792026-05-14T16:16:22.428Z Downloaded wyz v0.5.1
11802026-05-14T16:16:22.428Z Downloaded tungstenite v0.21.0
11812026-05-14T16:16:22.433Z Downloaded hkdf v0.12.4
11822026-05-14T16:16:22.442Z Downloaded yasna v0.5.2
11832026-05-14T16:16:22.449Z Downloaded zerocopy v0.6.6
11842026-05-14T16:16:22.452Z Downloaded ssh-key v0.6.7
11852026-05-14T16:16:22.464Z Downloaded rpassword v7.4.0
11862026-05-14T16:16:22.468Z Downloaded typify v0.4.3
11872026-05-14T16:16:22.471Z Downloaded vte v0.14.1
11882026-05-14T16:16:22.473Z Downloaded toml_edit v0.23.10+spec-1.0.0
11892026-05-14T16:16:22.476Z Downloaded tokio-postgres v0.7.16
11902026-05-14T16:16:22.480Z Downloaded blake3 v1.8.3
11912026-05-14T16:16:22.498Z Downloaded reedline v0.40.0
11922026-05-14T16:16:22.508Z Downloaded toml_edit v0.19.15
11932026-05-14T16:16:22.519Z Downloaded yansi v1.0.1
11942026-05-14T16:16:22.522Z Downloaded bitvec v1.0.1
11952026-05-14T16:16:22.527Z Downloaded zopfli v0.8.3
11962026-05-14T16:16:22.531Z Downloaded p384 v0.13.1
11972026-05-14T16:16:22.534Z Downloaded uuid v1.23.0
11982026-05-14T16:16:22.538Z Downloaded git2 v0.20.4
11992026-05-14T16:16:22.541Z Downloaded unicode_categories v0.1.1
12002026-05-14T16:16:22.541Z Downloaded regex v1.12.3
12012026-05-14T16:16:22.544Z Downloaded curve25519-dalek v4.1.3
12022026-05-14T16:16:22.549Z Downloaded zip v0.6.6
12032026-05-14T16:16:22.552Z Downloaded bindgen v0.71.1
12042026-05-14T16:16:22.557Z Downloaded reqwest v0.12.28
12052026-05-14T16:16:22.561Z Downloaded tower v0.5.3
12062026-05-14T16:16:22.566Z Downloaded portable-atomic v1.13.1
12072026-05-14T16:16:22.571Z Downloaded goblin v0.10.5
12082026-05-14T16:16:22.575Z Downloaded salty v0.3.0
12092026-05-14T16:16:22.579Z Downloaded rustls-webpki v0.101.7
12102026-05-14T16:16:22.589Z Downloaded zerocopy-derive v0.8.40
12112026-05-14T16:16:22.592Z Downloaded quick-xml v0.37.5
12122026-05-14T16:16:22.600Z Downloaded lalrpop v0.19.12
12132026-05-14T16:16:22.605Z Downloaded rayon v1.11.0
12142026-05-14T16:16:22.610Z Downloaded reqwest v0.13.2
12152026-05-14T16:16:22.613Z Downloaded x509-cert v0.2.5
12162026-05-14T16:16:22.618Z Downloaded unicode-segmentation v1.12.0
12172026-05-14T16:16:22.622Z Downloaded chrono v0.4.44
12182026-05-14T16:16:22.626Z Downloaded tower-http v0.6.8
12192026-05-14T16:16:22.631Z Downloaded typed-path v0.9.3
12202026-05-14T16:16:22.636Z Downloaded rustls-webpki v0.102.8
12212026-05-14T16:16:22.647Z Downloaded unicode-normalization v0.1.25
12222026-05-14T16:16:22.663Z Downloaded tokio-util v0.7.18
12232026-05-14T16:16:22.663Z Downloaded moka v0.12.13
12242026-05-14T16:16:22.671Z Downloaded proptest v1.10.0
12252026-05-14T16:16:22.671Z Downloaded tough v0.22.0
12262026-05-14T16:16:22.681Z Downloaded radix_trie v0.2.1
12272026-05-14T16:16:22.687Z Downloaded quinn-proto v0.11.13
12282026-05-14T16:16:22.687Z Downloaded zip v4.6.1
12292026-05-14T16:16:22.690Z Downloaded petname v2.0.2
12302026-05-14T16:16:22.690Z Downloaded object v0.30.4
12312026-05-14T16:16:22.702Z Downloaded winnow v0.5.40
12322026-05-14T16:16:22.706Z Downloaded serde_with v3.17.0
12332026-05-14T16:16:22.718Z Downloaded bstr v1.12.1
12342026-05-14T16:16:22.723Z Downloaded winnow v0.6.26
12352026-05-14T16:16:22.728Z Downloaded nix v0.27.1
12362026-05-14T16:16:22.734Z Downloaded polar-core v0.27.3
12372026-05-14T16:16:22.751Z Downloaded openssl v0.10.79
12382026-05-14T16:16:22.760Z Downloaded dropshot v0.16.7
12392026-05-14T16:16:22.776Z Downloaded smoltcp v0.9.1
12402026-05-14T16:16:22.779Z Downloaded tabled v0.20.0
12412026-05-14T16:16:22.793Z Downloaded time v0.3.47
12422026-05-14T16:16:22.799Z Downloaded nix v0.29.0
12432026-05-14T16:16:22.805Z Downloaded nix v0.28.0
12442026-05-14T16:16:22.808Z Downloaded rustls v0.21.12
12452026-05-14T16:16:22.816Z Downloaded vcpkg v0.2.15
12462026-05-14T16:16:22.839Z Downloaded zlib-rs v0.6.2
12472026-05-14T16:16:22.843Z Downloaded object v0.37.3
12482026-05-14T16:16:22.847Z Downloaded hickory-proto v0.24.4
12492026-05-14T16:16:22.859Z Downloaded diesel v2.3.7
12502026-05-14T16:16:22.877Z Downloaded zerocopy v0.8.40
12512026-05-14T16:16:22.887Z Downloaded webpki-roots v1.0.6
12522026-05-14T16:16:22.887Z Downloaded smoltcp v0.11.0
12532026-05-14T16:16:22.887Z Downloaded rustls v0.22.4
12542026-05-14T16:16:22.900Z Downloaded regress v0.11.1
12552026-05-14T16:16:22.915Z Downloaded rustls v0.23.37
12562026-05-14T16:16:22.915Z Downloaded rustix v0.38.44
12572026-05-14T16:16:22.936Z Downloaded openapiv3 v2.2.0
12582026-05-14T16:16:22.936Z Downloaded regex-syntax v0.8.10
12592026-05-14T16:16:22.943Z Downloaded regress v0.10.5
12602026-05-14T16:16:22.943Z Downloaded hickory-proto v0.25.2
12612026-05-14T16:16:22.943Z Downloaded dropshot v0.17.0
12622026-05-14T16:16:22.959Z Downloaded nix v0.31.2
12632026-05-14T16:16:22.969Z Downloaded regex-syntax v0.6.29
12642026-05-14T16:16:22.969Z Downloaded sqlparser v0.61.0
12652026-05-14T16:16:22.986Z Downloaded typify-impl v0.4.3
12662026-05-14T16:16:23.036Z Downloaded tracing v0.1.44
12672026-05-14T16:16:23.036Z Downloaded sled v0.34.7
12682026-05-14T16:16:23.071Z Downloaded typify-impl v0.6.2
12692026-05-14T16:16:23.071Z Downloaded ratatui v0.29.0
12702026-05-14T16:16:23.071Z Downloaded bzip2-sys v0.1.13+1.0.8
12712026-05-14T16:16:23.099Z Downloaded petgraph v0.6.5
12722026-05-14T16:16:23.099Z Downloaded zerocopy-derive v0.6.6
12732026-05-14T16:16:23.099Z Downloaded csv v1.4.0
12742026-05-14T16:16:23.099Z Downloaded regex-automata v0.4.14
12752026-05-14T16:16:23.114Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12762026-05-14T16:16:23.124Z Downloaded jiff v0.2.21
12772026-05-14T16:16:23.125Z Downloaded chrono-tz v0.10.4
12782026-05-14T16:16:23.130Z Downloaded petgraph v0.8.3
12792026-05-14T16:16:23.141Z Downloaded tokio v1.52.1
12802026-05-14T16:16:23.162Z Downloaded libz-sys v1.1.24
12812026-05-14T16:16:23.176Z Downloaded sha3 v0.10.8
12822026-05-14T16:16:23.203Z Downloaded encoding_rs v0.8.35
12832026-05-14T16:16:23.237Z Downloaded libgit2-sys v0.18.3+1.9.2
12842026-05-14T16:16:23.280Z Downloaded ring v0.17.14
12852026-05-14T16:16:23.784Z Downloaded aws-lc-sys v0.40.0
12862026-05-14T16:16:24.034Z Compiling libc v0.2.185
12872026-05-14T16:16:24.034Z Compiling serde v1.0.228
12882026-05-14T16:16:24.036Z Compiling log v0.4.29
12892026-05-14T16:16:24.036Z Compiling find-msvc-tools v0.1.9
12902026-05-14T16:16:24.036Z Compiling shlex v1.3.0
12912026-05-14T16:16:24.036Z Compiling smallvec v1.15.1
12922026-05-14T16:16:24.036Z Compiling typenum v1.19.0
12932026-05-14T16:16:24.036Z Compiling subtle v2.6.1
12942026-05-14T16:16:24.037Z Compiling generic-array v0.14.7
12952026-05-14T16:16:24.037Z Compiling scopeguard v1.2.0
12962026-05-14T16:16:24.211Z Compiling const-oid v0.9.6
12972026-05-14T16:16:24.222Z Compiling serde_json v1.0.149
12982026-05-14T16:16:24.269Z Compiling syn v2.0.117
12992026-05-14T16:16:24.283Z Compiling zerocopy v0.8.40
13002026-05-14T16:16:24.286Z Compiling pin-project-lite v0.2.17
13012026-05-14T16:16:24.295Z Compiling portable-atomic v1.13.1
13022026-05-14T16:16:24.356Z Compiling lock_api v0.4.14
13032026-05-14T16:16:24.372Z Compiling parking_lot_core v0.9.12
13042026-05-14T16:16:24.417Z Compiling pkg-config v0.3.32
13052026-05-14T16:16:24.417Z Compiling bitflags v2.11.0
13062026-05-14T16:16:24.446Z Compiling libm v0.2.16
13072026-05-14T16:16:24.459Z Compiling critical-section v1.2.0
13082026-05-14T16:16:24.459Z Compiling futures-core v0.3.32
13092026-05-14T16:16:24.480Z Compiling num-traits v0.2.19
13102026-05-14T16:16:24.546Z Compiling percent-encoding v2.3.2
13112026-05-14T16:16:24.613Z Compiling futures-sink v0.3.32
13122026-05-14T16:16:24.618Z Compiling cpufeatures v0.2.17
13132026-05-14T16:16:24.748Z Compiling getrandom v0.4.1
13142026-05-14T16:16:24.754Z Compiling slab v0.4.12
13152026-05-14T16:16:24.777Z Compiling futures-channel v0.3.32
13162026-05-14T16:16:24.781Z Compiling futures-io v0.3.32
13172026-05-14T16:16:24.849Z Compiling futures-task v0.3.32
13182026-05-14T16:16:24.879Z Compiling rand_core v0.10.0
13192026-05-14T16:16:24.904Z Compiling indexmap v2.14.0
13202026-05-14T16:16:24.963Z Compiling getrandom v0.3.4
13212026-05-14T16:16:24.974Z Compiling rustversion v1.0.22
13222026-05-14T16:16:25.018Z Compiling form_urlencoded v1.2.2
13232026-05-14T16:16:25.033Z Compiling fs_extra v1.3.0
13242026-05-14T16:16:25.058Z Compiling dunce v1.0.5
13252026-05-14T16:16:25.071Z Compiling ident_case v1.0.1
13262026-05-14T16:16:25.084Z Compiling base64ct v1.8.3
13272026-05-14T16:16:25.104Z Compiling flagset v0.4.7
13282026-05-14T16:16:25.138Z Compiling iana-time-zone v0.1.65
13292026-05-14T16:16:25.170Z Compiling regex-syntax v0.8.10
13302026-05-14T16:16:25.215Z Compiling getrandom v0.2.17
13312026-05-14T16:16:25.231Z Compiling jobserver v0.1.34
13322026-05-14T16:16:25.256Z Compiling errno v0.3.14
13332026-05-14T16:16:25.330Z Compiling mio v1.2.0
13342026-05-14T16:16:25.350Z Compiling socket2 v0.6.3
13352026-05-14T16:16:25.365Z Compiling rand_core v0.6.4
13362026-05-14T16:16:25.411Z Compiling signal-hook-registry v1.4.8
13372026-05-14T16:16:25.425Z Compiling once_cell v1.21.3
13382026-05-14T16:16:25.475Z Compiling cc v1.2.56
13392026-05-14T16:16:25.497Z Compiling parking_lot v0.12.5
13402026-05-14T16:16:25.611Z Compiling pem-rfc7468 v0.7.0
13412026-05-14T16:16:25.641Z Compiling rustix v1.1.3
13422026-05-14T16:16:25.675Z Compiling vcpkg v0.2.15
13432026-05-14T16:16:25.692Z Compiling aws-lc-rs v1.16.3
13442026-05-14T16:16:25.763Z Compiling tracing-core v0.1.36
13452026-05-14T16:16:25.831Z Compiling uuid v1.23.0
13462026-05-14T16:16:25.834Z Compiling rustc_version v0.4.1
13472026-05-14T16:16:25.889Z Compiling base64 v0.22.1
13482026-05-14T16:16:25.933Z Compiling tinyvec_macros v0.1.1
13492026-05-14T16:16:25.986Z Compiling rand_core v0.9.5
13502026-05-14T16:16:26.022Z Compiling untrusted v0.7.1
13512026-05-14T16:16:26.056Z Compiling httparse v1.10.1
13522026-05-14T16:16:26.073Z Compiling openssl-probe v0.2.1
13532026-05-14T16:16:26.132Z Compiling untrusted v0.9.0
13542026-05-14T16:16:26.163Z Compiling tinyvec v1.10.0
13552026-05-14T16:16:26.215Z Compiling aho-corasick v1.1.4
13562026-05-14T16:16:26.238Z Compiling schemars v0.8.22
13572026-05-14T16:16:26.274Z Compiling cmake v0.1.57
13582026-05-14T16:16:26.288Z Compiling tower-service v0.3.3
13592026-05-14T16:16:26.292Z Compiling dyn-clone v1.0.20
13602026-05-14T16:16:26.332Z Compiling atomic-waker v1.1.2
13612026-05-14T16:16:26.371Z Compiling tower-layer v0.3.3
13622026-05-14T16:16:26.394Z Compiling try-lock v0.2.5
13632026-05-14T16:16:26.443Z Compiling rustls v0.23.37
13642026-05-14T16:16:26.458Z Compiling pin-utils v0.1.0
13652026-05-14T16:16:26.487Z Compiling want v0.3.1
13662026-05-14T16:16:26.489Z Compiling openssl v0.10.79
13672026-05-14T16:16:26.514Z Compiling foreign-types-shared v0.1.1
13682026-05-14T16:16:26.539Z Compiling httpdate v1.0.3
13692026-05-14T16:16:26.542Z Compiling unicode-normalization v0.1.25
13702026-05-14T16:16:26.542Z Compiling spin v0.9.8
13712026-05-14T16:16:26.568Z Compiling crc32fast v1.5.0
13722026-05-14T16:16:26.596Z Compiling num-conv v0.2.0
13732026-05-14T16:16:26.628Z Compiling foreign-types v0.3.2
13742026-05-14T16:16:26.641Z Compiling powerfmt v0.2.0
13752026-05-14T16:16:26.704Z Compiling native-tls v0.2.18
13762026-05-14T16:16:26.711Z Compiling time-core v0.1.8
13772026-05-14T16:16:26.723Z Compiling wait-timeout v0.2.1
13782026-05-14T16:16:26.749Z Compiling sync_wrapper v1.0.2
13792026-05-14T16:16:26.763Z Compiling siphasher v1.0.2
13802026-05-14T16:16:26.780Z Compiling unicode-segmentation v1.12.0
13812026-05-14T16:16:26.796Z Compiling deranged v0.5.8
13822026-05-14T16:16:26.811Z Compiling syn v1.0.109
13832026-05-14T16:16:26.868Z Compiling crossbeam-utils v0.8.21
13842026-05-14T16:16:26.882Z Compiling simd-adler32 v0.3.8
13852026-05-14T16:16:26.886Z Compiling time-macros v0.2.27
13862026-05-14T16:16:26.926Z Compiling usdt-impl v0.6.0
13872026-05-14T16:16:26.966Z Compiling num_threads v0.1.7
13882026-05-14T16:16:26.980Z Compiling quick-error v1.2.3
13892026-05-14T16:16:27.017Z Compiling bit-vec v0.8.0
13902026-05-14T16:16:27.081Z Compiling regex-automata v0.4.14
13912026-05-14T16:16:27.111Z Compiling slog v2.8.2
13922026-05-14T16:16:27.130Z Compiling aws-lc-sys v0.40.0
13932026-05-14T16:16:27.150Z Compiling ring v0.17.14
13942026-05-14T16:16:27.165Z Compiling openssl-sys v0.9.115
13952026-05-14T16:16:27.168Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13962026-05-14T16:16:27.225Z Compiling bit-set v0.8.0
13972026-05-14T16:16:27.239Z Compiling synstructure v0.13.2
13982026-05-14T16:16:27.278Z Compiling pest_generator v2.8.6
13992026-05-14T16:16:27.306Z Compiling serde_derive_internals v0.29.1
14002026-05-14T16:16:27.320Z Compiling darling_core v0.20.11
14012026-05-14T16:16:27.420Z Compiling tempfile v3.25.0
14022026-05-14T16:16:27.579Z Compiling darling_core v0.21.3
14032026-05-14T16:16:27.675Z Compiling rusty-fork v0.3.1
14042026-05-14T16:16:27.882Z Compiling bzip2-sys v0.1.13+1.0.8
14052026-05-14T16:16:27.897Z Compiling heapless v0.7.17
14062026-05-14T16:16:27.912Z Compiling rand_xorshift v0.4.0
14072026-05-14T16:16:28.009Z Compiling thread-id v5.1.0
14082026-05-14T16:16:28.025Z Compiling cookie v0.18.1
14092026-05-14T16:16:28.041Z Compiling iri-string v0.7.10
14102026-05-14T16:16:28.054Z Compiling time v0.3.47
14112026-05-14T16:16:28.096Z Compiling zstd-safe v7.2.4
14122026-05-14T16:16:28.110Z Compiling ryu v1.0.23
14132026-05-14T16:16:28.173Z Compiling unarray v0.1.4
14142026-05-14T16:16:28.191Z Compiling paste v1.0.15
14152026-05-14T16:16:28.235Z Compiling allocator-api2 v0.2.21
14162026-05-14T16:16:28.271Z Compiling anyhow v1.0.102
14172026-05-14T16:16:28.286Z Compiling unicode-properties v0.1.4
14182026-05-14T16:16:28.305Z Compiling adler2 v2.0.1
14192026-05-14T16:16:28.318Z Compiling signal-hook v0.3.18
14202026-05-14T16:16:28.321Z Compiling unicode-bidi v0.3.18
14212026-05-14T16:16:28.451Z Compiling miniz_oxide v0.8.9
14222026-05-14T16:16:28.633Z Compiling heck v0.4.1
14232026-05-14T16:16:28.838Z Compiling stringprep v0.1.5
14242026-05-14T16:16:28.871Z Compiling vergen-lib v0.1.6
14252026-05-14T16:16:28.889Z Compiling num-integer v0.1.46
14262026-05-14T16:16:29.027Z Compiling serde_derive v1.0.228
14272026-05-14T16:16:29.066Z Compiling zeroize_derive v1.4.3
14282026-05-14T16:16:29.093Z Compiling zerofrom-derive v0.1.6
14292026-05-14T16:16:29.121Z Compiling yoke-derive v0.8.1
14302026-05-14T16:16:29.224Z Compiling zerocopy-derive v0.8.40
14312026-05-14T16:16:29.303Z Compiling zerovec-derive v0.11.2
14322026-05-14T16:16:29.316Z Compiling displaydoc v0.2.5
14332026-05-14T16:16:29.580Z Compiling tokio-macros v2.7.0
14342026-05-14T16:16:29.671Z Compiling futures-macro v0.3.32
14352026-05-14T16:16:29.714Z Compiling der_derive v0.7.3
14362026-05-14T16:16:29.759Z Compiling zeroize v1.8.2
14372026-05-14T16:16:30.152Z Compiling rustls-pki-types v1.14.0
14382026-05-14T16:16:30.189Z Compiling tracing-attributes v0.1.31
14392026-05-14T16:16:30.363Z Compiling thiserror-impl v2.0.18
14402026-05-14T16:16:30.385Z Compiling scroll_derive v0.13.1
14412026-05-14T16:16:30.555Z Compiling crypto-common v0.1.7
14422026-05-14T16:16:30.564Z Compiling zerofrom v0.1.6
14432026-05-14T16:16:30.564Z Compiling block-buffer v0.10.4
14442026-05-14T16:16:30.564Z Compiling futures-util v0.3.32
14452026-05-14T16:16:30.617Z Compiling block-padding v0.3.3
14462026-05-14T16:16:30.670Z Compiling yoke v0.8.1
14472026-05-14T16:16:30.687Z Compiling pest_derive v2.8.6
14482026-05-14T16:16:30.723Z Compiling digest v0.10.7
14492026-05-14T16:16:30.748Z Compiling inout v0.1.4
14502026-05-14T16:16:30.798Z Compiling der v0.7.10
14512026-05-14T16:16:30.873Z Compiling zerovec v0.11.5
14522026-05-14T16:16:30.933Z Compiling zerotrie v0.2.3
14532026-05-14T16:16:30.988Z Compiling hmac v0.12.1
14542026-05-14T16:16:31.137Z Compiling sha2 v0.10.9
14552026-05-14T16:16:31.162Z Compiling cipher v0.4.4
14562026-05-14T16:16:31.227Z Compiling pbkdf2 v0.12.2
14572026-05-14T16:16:31.247Z Compiling schemars_derive v0.8.22
14582026-05-14T16:16:31.294Z Compiling scroll v0.13.0
14592026-05-14T16:16:31.361Z Compiling tinystr v0.8.2
14602026-05-14T16:16:31.394Z Compiling potential_utf v0.1.4
14612026-05-14T16:16:31.442Z Compiling salsa20 v0.10.2
14622026-05-14T16:16:31.562Z Compiling icu_locale_core v2.1.1
14632026-05-14T16:16:31.578Z Compiling icu_collections v2.1.1
14642026-05-14T16:16:31.593Z Compiling tracing v0.1.44
14652026-05-14T16:16:31.593Z Compiling scrypt v0.11.0
14662026-05-14T16:16:31.620Z Compiling aes v0.8.4
14672026-05-14T16:16:31.731Z Compiling spki v0.7.3
14682026-05-14T16:16:31.757Z Compiling thiserror v2.0.18
14692026-05-14T16:16:31.872Z Compiling cbc v0.1.2
14702026-05-14T16:16:31.902Z Compiling darling_macro v0.20.11
14712026-05-14T16:16:31.960Z Compiling openssl-macros v0.1.1
14722026-05-14T16:16:32.048Z Compiling pkcs5 v0.7.1
14732026-05-14T16:16:32.063Z Compiling goblin v0.10.5
14742026-05-14T16:16:32.094Z Compiling rustls-native-certs v0.8.3
14752026-05-14T16:16:32.395Z Compiling icu_provider v2.1.1
14762026-05-14T16:16:32.409Z Compiling pkcs8 v0.10.2
14772026-05-14T16:16:32.424Z Compiling darling v0.20.11
14782026-05-14T16:16:32.520Z Compiling derive_builder_core v0.20.2
14792026-05-14T16:16:32.540Z Compiling bytes v1.11.1
14802026-05-14T16:16:32.552Z Compiling chrono v0.4.44
14812026-05-14T16:16:32.567Z Compiling ipnet v2.11.0
14822026-05-14T16:16:32.583Z Compiling dtrace-parser v0.3.0
14832026-05-14T16:16:32.614Z Compiling signature v2.2.0
14842026-05-14T16:16:32.711Z Compiling icu_normalizer v2.1.1
14852026-05-14T16:16:32.726Z Compiling icu_properties v2.1.2
14862026-05-14T16:16:32.740Z Compiling webpki-roots v1.0.6
14872026-05-14T16:16:32.811Z Compiling thiserror-impl v1.0.69
14882026-05-14T16:16:32.872Z Compiling scroll_derive v0.12.1
14892026-05-14T16:16:32.933Z Compiling serde_tokenstream v0.2.3
14902026-05-14T16:16:33.066Z Compiling tokio v1.52.1
14912026-05-14T16:16:33.171Z Compiling http v1.4.0
14922026-05-14T16:16:33.266Z Compiling toml_datetime v0.6.11
14932026-05-14T16:16:33.281Z Compiling erased-serde v0.3.31
14942026-05-14T16:16:33.349Z Compiling serde_urlencoded v0.7.1
14952026-05-14T16:16:33.403Z Compiling derive_builder_macro v0.20.2
14962026-05-14T16:16:33.545Z Compiling serde_spanned v0.6.9
14972026-05-14T16:16:33.568Z Compiling idna_adapter v1.2.1
14982026-05-14T16:16:33.605Z Compiling scroll v0.12.0
14992026-05-14T16:16:33.705Z Compiling idna v1.1.0
15002026-05-14T16:16:33.721Z Compiling ppv-lite86 v0.2.21
15012026-05-14T16:16:33.736Z Compiling md-5 v0.10.6
15022026-05-14T16:16:33.789Z Compiling darling_macro v0.21.3
15032026-05-14T16:16:33.845Z Compiling http-body v1.0.1
15042026-05-14T16:16:33.861Z Compiling bstr v1.12.1
15052026-05-14T16:16:33.893Z Compiling zerocopy-derive v0.7.35
15062026-05-14T16:16:33.907Z Compiling async-trait v0.1.89
15072026-05-14T16:16:33.920Z Compiling pin-project-internal v1.1.11
15082026-05-14T16:16:33.970Z Compiling http-body-util v0.1.3
15092026-05-14T16:16:34.018Z Compiling url v2.5.8
15102026-05-14T16:16:34.054Z Compiling rand_chacha v0.9.0
15112026-05-14T16:16:34.118Z Compiling rand_chacha v0.3.1
15122026-05-14T16:16:34.118Z Compiling thiserror v1.0.69
15132026-05-14T16:16:34.234Z Compiling curve25519-dalek v4.1.3
15142026-05-14T16:16:34.249Z Compiling ff v0.13.1
15152026-05-14T16:16:34.300Z Compiling rand v0.9.2
15162026-05-14T16:16:34.384Z Compiling hash32 v0.2.1
15172026-05-14T16:16:34.402Z Compiling memoffset v0.9.1
15182026-05-14T16:16:34.614Z Compiling fallible-iterator v0.2.0
15192026-05-14T16:16:34.622Z Compiling litrs v1.0.0
15202026-05-14T16:16:34.625Z Compiling base16ct v0.2.0
15212026-05-14T16:16:34.844Z Compiling dof v0.4.0
15222026-05-14T16:16:34.862Z Compiling zlib-rs v0.6.2
15232026-05-14T16:16:34.877Z Compiling num-bigint-dig v0.8.6
15242026-05-14T16:16:34.964Z Compiling proptest v1.10.0
15252026-05-14T16:16:34.978Z Compiling psl-types v2.0.11
15262026-05-14T16:16:34.991Z Compiling cfg_aliases v0.2.1
15272026-05-14T16:16:35.074Z Compiling ref-cast v1.0.25
15282026-05-14T16:16:35.088Z Compiling rustix v0.38.44
15292026-05-14T16:16:35.088Z Compiling smoltcp v0.9.1
15302026-05-14T16:16:35.141Z Compiling nix v0.31.2
15312026-05-14T16:16:35.170Z Compiling document-features v0.2.12
15322026-05-14T16:16:35.200Z Compiling publicsuffix v2.3.0
15332026-05-14T16:16:35.203Z Compiling pin-project v1.1.11
15342026-05-14T16:16:35.328Z Compiling postgres-protocol v0.6.10
15352026-05-14T16:16:35.393Z Compiling ipnetwork v0.21.1
15362026-05-14T16:16:35.423Z Compiling zerocopy v0.7.35
15372026-05-14T16:16:35.462Z Compiling sec1 v0.7.3
15382026-05-14T16:16:35.606Z Compiling group v0.13.0
15392026-05-14T16:16:35.631Z Compiling oxnet v0.1.4
15402026-05-14T16:16:35.766Z Compiling rand v0.8.6
15412026-05-14T16:16:35.787Z Compiling darling v0.21.3
15422026-05-14T16:16:35.807Z Compiling derive_builder v0.20.2
15432026-05-14T16:16:35.822Z Compiling goblin v0.8.2
15442026-05-14T16:16:35.920Z Compiling futures-executor v0.3.32
15452026-05-14T16:16:35.935Z Compiling hubpack_derive v0.1.1
15462026-05-14T16:16:35.950Z Compiling cargo-platform v0.1.9
15472026-05-14T16:16:35.999Z Compiling hex v0.4.3
15482026-05-14T16:16:36.056Z Compiling hkdf v0.12.4
15492026-05-14T16:16:36.070Z Compiling crypto-bigint v0.5.5
15502026-05-14T16:16:36.084Z Compiling regex v1.12.3
15512026-05-14T16:16:36.227Z Compiling num-iter v0.1.45
15522026-05-14T16:16:36.259Z Compiling curve25519-dalek-derive v0.1.1
15532026-05-14T16:16:36.286Z Compiling daft-derive v0.1.5
15542026-05-14T16:16:36.289Z Compiling strum_macros v0.27.2
15552026-05-14T16:16:36.313Z Compiling ref-cast-impl v1.0.25
15562026-05-14T16:16:36.360Z Compiling snafu-derive v0.8.9
15572026-05-14T16:16:36.623Z Compiling terminal_size v0.4.3
15582026-05-14T16:16:36.748Z Compiling phf_shared v0.13.1
15592026-05-14T16:16:36.762Z Compiling lazy_static v1.5.0
15602026-05-14T16:16:36.778Z Compiling vergen v9.0.6
15612026-05-14T16:16:36.794Z Compiling fs-err v3.3.0
15622026-05-14T16:16:36.900Z Compiling tokio-util v0.7.18
15632026-05-14T16:16:36.903Z Compiling tower v0.5.3
15642026-05-14T16:16:36.939Z Compiling tokio-native-tls v0.3.1
15652026-05-14T16:16:36.990Z Compiling ahash v0.8.12
15662026-05-14T16:16:37.011Z Compiling encoding_rs v0.8.35
15672026-05-14T16:16:37.025Z Compiling foldhash v0.1.5
15682026-05-14T16:16:37.038Z Compiling managed v0.8.0
15692026-05-14T16:16:37.074Z Compiling mime v0.3.17
15702026-05-14T16:16:37.130Z Compiling bumpalo v3.20.2
15712026-05-14T16:16:37.210Z Compiling foldhash v0.2.0
15722026-05-14T16:16:37.216Z Compiling same-file v1.0.6
15732026-05-14T16:16:37.269Z Compiling bitflags v1.3.2
15742026-05-14T16:16:37.349Z Compiling tower-http v0.6.8
15752026-05-14T16:16:37.363Z Compiling newtype-uuid v1.3.2
15762026-05-14T16:16:37.387Z Compiling winnow v0.5.40
15772026-05-14T16:16:37.403Z Compiling object v0.37.3
15782026-05-14T16:16:37.405Z Compiling libbz2-rs-sys v0.2.2
15792026-05-14T16:16:37.453Z Compiling clap_builder v4.5.60
15802026-05-14T16:16:37.707Z Compiling h2 v0.4.13
15812026-05-14T16:16:37.728Z Compiling flate2 v1.1.9
15822026-05-14T16:16:37.847Z Compiling bzip2 v0.6.1
15832026-05-14T16:16:37.958Z Compiling daft v0.1.5
15842026-05-14T16:16:38.070Z Compiling dof v0.3.0
15852026-05-14T16:16:38.095Z Compiling hashbrown v0.16.1
15862026-05-14T16:16:38.158Z Compiling walkdir v2.5.0
15872026-05-14T16:16:38.231Z Compiling zopfli v0.8.3
15882026-05-14T16:16:38.312Z Compiling hashbrown v0.15.5
15892026-05-14T16:16:38.324Z Compiling strum v0.27.2
15902026-05-14T16:16:38.344Z Compiling snafu v0.8.9
15912026-05-14T16:16:38.471Z Compiling elliptic-curve v0.13.8
15922026-05-14T16:16:38.572Z Compiling phf v0.13.1
15932026-05-14T16:16:38.698Z Compiling toml_edit v0.19.15
15942026-05-14T16:16:38.811Z Compiling signal-hook-mio v0.2.5
15952026-05-14T16:16:38.847Z Compiling cargo_metadata v0.19.2
15962026-05-14T16:16:38.869Z Compiling cookie_store v0.22.1
15972026-05-14T16:16:38.886Z Compiling usdt-attr-macro v0.6.0
15982026-05-14T16:16:38.902Z Compiling usdt-macro v0.6.0
15992026-05-14T16:16:38.917Z Compiling hubpack v0.1.2
16002026-05-14T16:16:38.942Z Compiling bzip2 v0.4.4
16012026-05-14T16:16:38.957Z Compiling futures v0.3.32
16022026-05-14T16:16:39.050Z Compiling serde_with_macros v3.17.0
16032026-05-14T16:16:39.151Z Compiling postgres-types v0.2.12
16042026-05-14T16:16:39.295Z Compiling zstd v0.13.3
16052026-05-14T16:16:39.337Z Compiling globset v0.4.18
16062026-05-14T16:16:39.532Z Compiling dtrace-parser v0.2.0
16072026-05-14T16:16:39.572Z Compiling ed25519 v2.2.3
16082026-05-14T16:16:39.691Z Compiling pkcs1 v0.7.5
16092026-05-14T16:16:39.715Z Compiling serde-big-array v0.5.1
16102026-05-14T16:16:39.751Z Compiling serde_plain v1.0.2
16112026-05-14T16:16:39.874Z Compiling olpc-cjson v0.1.4
16122026-05-14T16:16:39.971Z Compiling rfc6979 v0.4.0
16132026-05-14T16:16:40.053Z Compiling strum_macros v0.26.4
16142026-05-14T16:16:40.098Z Compiling clap_derive v4.5.55
16152026-05-14T16:16:40.117Z Compiling enum-as-inner v0.6.1
16162026-05-14T16:16:40.131Z Compiling async-recursion v1.1.1
16172026-05-14T16:16:40.246Z Compiling serde_repr v0.1.20
16182026-05-14T16:16:40.268Z Compiling phf_shared v0.11.3
16192026-05-14T16:16:40.358Z Compiling float-cmp v0.10.0
16202026-05-14T16:16:40.412Z Compiling pem v3.0.6
16212026-05-14T16:16:40.474Z Compiling memmap2 v0.9.10
16222026-05-14T16:16:40.496Z Compiling thread-id v4.2.2
16232026-05-14T16:16:40.521Z Compiling env_filter v1.0.0
16242026-05-14T16:16:40.554Z Compiling data-encoding v2.10.0
16252026-05-14T16:16:40.596Z Compiling typed-path v0.9.3
16262026-05-14T16:16:40.657Z Compiling static_assertions v1.1.0
16272026-05-14T16:16:40.705Z Compiling new_debug_unreachable v1.0.6
16282026-05-14T16:16:40.746Z Compiling hyper v1.8.1
16292026-05-14T16:16:40.763Z Compiling normalize-line-endings v0.3.0
16302026-05-14T16:16:40.796Z Compiling rustc-hash v2.1.1
16312026-05-14T16:16:40.810Z Compiling difflib v0.4.0
16322026-05-14T16:16:40.834Z Compiling whoami v2.1.0
16332026-05-14T16:16:40.846Z Compiling either v1.15.0
16342026-05-14T16:16:40.874Z Compiling keccak v0.1.6
16352026-05-14T16:16:40.937Z Compiling precomputed-hash v0.1.1
16362026-05-14T16:16:41.040Z Compiling jiff v0.2.21
16372026-05-14T16:16:41.076Z Compiling predicates-core v1.0.10
16382026-05-14T16:16:41.244Z Compiling fixedbitset v0.5.7
16392026-05-14T16:16:41.273Z Compiling fixedbitset v0.4.2
16402026-05-14T16:16:41.276Z Compiling predicates v3.1.4
16412026-05-14T16:16:41.411Z Compiling tokio-postgres v0.7.16
16422026-05-14T16:16:41.415Z Compiling itertools v0.13.0
16432026-05-14T16:16:41.506Z Compiling petgraph v0.8.3
16442026-05-14T16:16:41.570Z Compiling petgraph v0.6.5
16452026-05-14T16:16:41.643Z Compiling sha3 v0.10.8
16462026-05-14T16:16:41.731Z Compiling string_cache v0.8.9
16472026-05-14T16:16:41.774Z Compiling iddqd v0.3.18
16482026-05-14T16:16:41.868Z Compiling hyper-util v0.1.20
16492026-05-14T16:16:41.882Z Compiling strum v0.26.3
16502026-05-14T16:16:41.944Z Compiling clap v4.5.60
16512026-05-14T16:16:41.971Z Compiling hickory-proto v0.25.2
16522026-05-14T16:16:41.985Z Compiling toml_edit v0.22.27
16532026-05-14T16:16:42.030Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16542026-05-14T16:16:42.046Z Compiling env_logger v0.11.9
16552026-05-14T16:16:42.131Z Compiling usdt v0.6.0
16562026-05-14T16:16:42.392Z Compiling usdt-impl v0.5.0
16572026-05-14T16:16:42.415Z Compiling serde_with v3.17.0
16582026-05-14T16:16:42.429Z Compiling crossterm v0.28.1
16592026-05-14T16:16:42.659Z Compiling ecdsa v0.16.9
16602026-05-14T16:16:42.951Z Compiling toml v0.7.8
16612026-05-14T16:16:42.999Z Compiling rsa v0.9.10
16622026-05-14T16:16:43.081Z Compiling ed25519-dalek v2.2.0
16632026-05-14T16:16:43.449Z Compiling hyper-tls v0.6.0
16642026-05-14T16:16:43.573Z Compiling zip v0.6.6
16652026-05-14T16:16:43.622Z Compiling zip v4.6.1
16662026-05-14T16:16:43.753Z Compiling tokio-stream v0.1.18
16672026-05-14T16:16:43.956Z Compiling toml_parser v1.0.9+spec-1.1.0
16682026-05-14T16:16:44.072Z Compiling buf-list v1.1.2
16692026-05-14T16:16:44.138Z Compiling similar v2.7.0
16702026-05-14T16:16:44.175Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16712026-05-14T16:16:44.248Z Compiling openapiv3 v2.2.0
16722026-05-14T16:16:44.362Z Compiling x509-cert v0.2.5
16732026-05-14T16:16:44.458Z Compiling sha1 v0.10.6
16742026-05-14T16:16:44.494Z Compiling crossbeam-epoch v0.9.18
16752026-05-14T16:16:44.598Z Compiling toml_datetime v0.7.5+spec-1.1.0
16762026-05-14T16:16:44.615Z Compiling peg-runtime v0.8.5
16772026-05-14T16:16:44.736Z Compiling lalrpop-util v0.19.12
16782026-05-14T16:16:44.752Z Compiling thread_local v1.1.9
16792026-05-14T16:16:44.878Z Compiling slog-async v2.8.0
16802026-05-14T16:16:44.898Z Compiling crossbeam-channel v0.5.15
16812026-05-14T16:16:44.952Z Compiling is-terminal v0.4.17
16822026-05-14T16:16:44.959Z Compiling filetime v0.2.27
16832026-05-14T16:16:44.980Z Compiling take_mut v0.2.2
16842026-05-14T16:16:44.984Z Compiling term v1.2.1
16852026-05-14T16:16:45.032Z Compiling xattr v1.6.1
16862026-05-14T16:16:45.164Z Compiling tar v0.4.45
16872026-05-14T16:16:45.286Z Compiling slog-term v2.9.2
16882026-05-14T16:17:03.133Z Compiling rustls-webpki v0.103.9
16892026-05-14T16:17:05.938Z Compiling tokio-rustls v0.26.4
16902026-05-14T16:17:05.950Z Compiling rustls-platform-verifier v0.6.2
16912026-05-14T16:17:06.133Z Compiling hyper-rustls v0.27.7
16922026-05-14T16:17:06.315Z Compiling reqwest v0.12.28
16932026-05-14T16:17:06.315Z Compiling reqwest v0.13.2
16942026-05-14T16:17:07.504Z Compiling tough v0.22.0
16952026-05-14T16:17:09.999Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16962026-05-14T16:17:10.238Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16972026-05-14T16:17:13.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.31s
16982026-05-14T16:17:13.208Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16992026-05-14T16:17:13.266ZMay 14 16:17:11.796 INFO Starting download, target: Console
17002026-05-14T16:17:13.266ZMay 14 16:17:11.797 INFO Starting download, target: Clickhouse
17012026-05-14T16:17:13.270ZMay 14 16:17:11.797 INFO Starting download, target: DendriteStub
17022026-05-14T16:17:13.270ZMay 14 16:17:11.797 INFO Starting download, target: Cockroach
17032026-05-14T16:17:13.270ZMay 14 16:17:11.797 INFO Starting download, target: MaghemiteMgd
17042026-05-14T16:17:13.270ZMay 14 16:17:11.797 INFO Starting download, target: TransceiverControl
17052026-05-14T16:17:13.270ZMay 14 16:17:11.797 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17062026-05-14T16:17:13.270ZMay 14 16:17:11.797 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17072026-05-14T16:17:13.270ZMay 14 16:17:11.797 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17082026-05-14T16:17:13.270ZMay 14 16:17:11.797 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17092026-05-14T16:17:13.270ZMay 14 16:17:11.797 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17102026-05-14T16:17:13.270ZMay 14 16:17:11.797 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17112026-05-14T16:17:13.860ZMay 14 16:17:12.286 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17122026-05-14T16:17:14.019ZMay 14 16:17:12.496 INFO Download complete, target: TransceiverControl
17132026-05-14T16:17:14.326ZMay 14 16:17:12.845 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17142026-05-14T16:17:14.567ZMay 14 16:17:13.078 INFO Download complete, target: Console
17152026-05-14T16:17:15.636ZMay 14 16:17:14.163 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17162026-05-14T16:17:15.661ZMay 14 16:17:14.166 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17172026-05-14T16:17:16.152ZMay 14 16:17:14.679 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17182026-05-14T16:17:16.635ZMay 14 16:17:15.164 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17192026-05-14T16:17:16.635ZMay 14 16:17:15.164 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17202026-05-14T16:17:17.948ZMay 14 16:17:16.478 INFO Download complete, target: DendriteStub
17212026-05-14T16:17:18.478ZMay 14 16:17:17.009 INFO Download complete, target: MaghemiteMgd
17222026-05-14T16:17:21.369ZMay 14 16:17:19.901 INFO Checking that binary works, target: Cockroach
17232026-05-14T16:17:21.493ZMay 14 16:17:20.023 INFO Download complete, target: Cockroach
17242026-05-14T16:17:22.392ZMay 14 16:17:20.923 INFO Checking that binary works, target: Clickhouse
17252026-05-14T16:17:22.480ZMay 14 16:17:21.011 INFO Download complete, target: Clickhouse
17262026-05-14T16:17:22.485ZAll prerequisites installed successfully
17272026-05-14T16:17:22.488Z
17282026-05-14T16:17:22.488Zreal 2:00.619761996
17292026-05-14T16:17:22.489Zuser 6:54.148121068
17302026-05-14T16:17:22.489Zsys 1:40.408152021
17312026-05-14T16:17:22.489Ztrap 0.273970985
17322026-05-14T16:17:22.489Ztflt 1.267550663
17332026-05-14T16:17:22.489Zdflt 1.744495491
17342026-05-14T16:17:22.489Zkflt 0.033012506
17352026-05-14T16:17:22.489Zlock 22:44.887546478
17362026-05-14T16:17:22.489Zslp 18:51.809533601
17372026-05-14T16:17:22.489Zlat 26.075038049
17382026-05-14T16:17:22.489Zstop 2:49.693212240
17392026-05-14T16:17:22.489Z+ ptime -m cargo xtask download softnpu
17402026-05-14T16:17:23.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17412026-05-14T16:17:23.037Z Running `target/debug/xtask download softnpu`
17422026-05-14T16:17:23.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17432026-05-14T16:17:23.861Z Running `target/debug/xtask-downloader softnpu`
17442026-05-14T16:17:23.903ZMay 14 16:17:22.432 INFO Starting download, target: Softnpu
17452026-05-14T16:17:23.908ZMay 14 16:17:22.433 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17462026-05-14T16:17:24.713ZMay 14 16:17:23.241 INFO Download complete, target: Softnpu
17472026-05-14T16:17:24.721Z
17482026-05-14T16:17:24.721Zreal 2.221429553
17492026-05-14T16:17:24.721Zuser 1.329746301
17502026-05-14T16:17:24.721Zsys 0.647469592
17512026-05-14T16:17:24.721Ztrap 0.000647910
17522026-05-14T16:17:24.721Ztflt 0.000167760
17532026-05-14T16:17:24.721Zdflt 0.000228950
17542026-05-14T16:17:24.722Zkflt 0.000000000
17552026-05-14T16:17:24.722Zlock 15.291164995
17562026-05-14T16:17:24.722Zslp 0.660227918
17572026-05-14T16:17:24.722Zlat 0.073633092
17582026-05-14T16:17:24.722Zstop 0.000176110
17592026-05-14T16:17:24.722Z+ export CARGO_INCREMENTAL=0
17602026-05-14T16:17:24.722Z+ CARGO_INCREMENTAL=0
17612026-05-14T16:17:24.722Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17622026-05-14T16:17:25.611Z Compiling proc-macro2 v1.0.106
17632026-05-14T16:17:25.612Z Compiling quote v1.0.45
17642026-05-14T16:17:25.612Z Compiling unicode-ident v1.0.24
17652026-05-14T16:17:25.612Z Compiling libc v0.2.185
17662026-05-14T16:17:25.623Z Compiling serde_core v1.0.228
17672026-05-14T16:17:25.623Z Compiling serde v1.0.228
17682026-05-14T16:17:25.623Z Compiling cfg-if v1.0.4
17692026-05-14T16:17:25.623Z Compiling version_check v0.9.5
17702026-05-14T16:17:25.623Z Compiling shlex v1.3.0
17712026-05-14T16:17:25.623Z Compiling find-msvc-tools v0.1.9
17722026-05-14T16:17:25.777Z Compiling typenum v1.19.0
17732026-05-14T16:17:25.781Z Compiling zmij v1.0.21
17742026-05-14T16:17:25.788Z Compiling autocfg v1.5.0
17752026-05-14T16:17:25.795Z Compiling serde_json v1.0.149
17762026-05-14T16:17:25.795Z Compiling memchr v2.8.0
17772026-05-14T16:17:26.020Z Compiling portable-atomic v1.13.1
17782026-05-14T16:17:26.065Z Compiling libm v0.2.16
17792026-05-14T16:17:26.136Z Compiling zerocopy v0.8.40
17802026-05-14T16:17:26.181Z Compiling smallvec v1.15.1
17812026-05-14T16:17:26.194Z Compiling parking_lot_core v0.9.12
17822026-05-14T16:17:26.209Z Compiling icu_properties_data v2.1.2
17832026-05-14T16:17:26.275Z Compiling generic-array v0.14.7
17842026-05-14T16:17:26.322Z Compiling icu_normalizer_data v2.1.1
17852026-05-14T16:17:26.351Z Compiling num-traits v0.2.19
17862026-05-14T16:17:26.393Z Compiling itoa v1.0.17
17872026-05-14T16:17:26.435Z Compiling getrandom v0.4.1
17882026-05-14T16:17:26.450Z Compiling log v0.4.29
17892026-05-14T16:17:26.465Z Compiling stable_deref_trait v1.2.1
17902026-05-14T16:17:26.495Z Compiling pkg-config v0.3.32
17912026-05-14T16:17:26.542Z Compiling subtle v2.6.1
17922026-05-14T16:17:26.683Z Compiling scopeguard v1.2.0
17932026-05-14T16:17:26.745Z Compiling litemap v0.8.1
17942026-05-14T16:17:26.755Z Compiling writeable v0.6.2
17952026-05-14T16:17:26.779Z Compiling jobserver v0.1.34
17962026-05-14T16:17:26.795Z Compiling getrandom v0.2.17
17972026-05-14T16:17:26.828Z Compiling errno v0.3.14
17982026-05-14T16:17:26.900Z Compiling lock_api v0.4.14
17992026-05-14T16:17:26.966Z Compiling rand_core v0.6.4
18002026-05-14T16:17:26.983Z Compiling cc v1.2.56
18012026-05-14T16:17:27.016Z Compiling percent-encoding v2.3.2
18022026-05-14T16:17:27.080Z Compiling syn v2.0.117
18032026-05-14T16:17:27.109Z Compiling fnv v1.0.7
18042026-05-14T16:17:27.123Z Compiling pin-project-lite v0.2.17
18052026-05-14T16:17:27.215Z Compiling thiserror v2.0.18
18062026-05-14T16:17:27.247Z Compiling getrandom v0.3.4
18072026-05-14T16:17:27.294Z Compiling fs_extra v1.3.0
18082026-05-14T16:17:27.340Z Compiling dunce v1.0.5
18092026-05-14T16:17:27.343Z Compiling equivalent v1.0.2
18102026-05-14T16:17:27.354Z Compiling utf8_iter v1.0.4
18112026-05-14T16:17:27.398Z Compiling rand_core v0.10.0
18122026-05-14T16:17:27.427Z Compiling rustversion v1.0.22
18132026-05-14T16:17:27.441Z Compiling schemars v0.8.22
18142026-05-14T16:17:27.543Z Compiling form_urlencoded v1.2.2
18152026-05-14T16:17:27.587Z Compiling critical-section v1.2.0
18162026-05-14T16:17:27.616Z Compiling signal-hook-registry v1.4.8
18172026-05-14T16:17:27.665Z Compiling rustix v1.1.3
18182026-05-14T16:17:27.730Z Compiling cmake v0.1.57
18192026-05-14T16:17:27.745Z Compiling hashbrown v0.17.0
18202026-05-14T16:17:27.840Z Compiling mio v1.2.0
18212026-05-14T16:17:27.905Z Compiling parking_lot v0.12.5
18222026-05-14T16:17:28.033Z Compiling once_cell v1.21.3
18232026-05-14T16:17:28.054Z Compiling socket2 v0.6.3
18242026-05-14T16:17:28.128Z Compiling semver v1.0.28
18252026-05-14T16:17:28.238Z Compiling bitflags v2.11.0
18262026-05-14T16:17:28.287Z Compiling ring v0.17.14
18272026-05-14T16:17:28.303Z Compiling aws-lc-sys v0.40.0
18282026-05-14T16:17:28.318Z Compiling indexmap v2.14.0
18292026-05-14T16:17:28.366Z Compiling const-oid v0.9.6
18302026-05-14T16:17:28.505Z Compiling aws-lc-rs v1.16.3
18312026-05-14T16:17:28.524Z Compiling futures-core v0.3.32
18322026-05-14T16:17:28.681Z Compiling httparse v1.10.1
18332026-05-14T16:17:28.718Z Compiling strsim v0.11.1
18342026-05-14T16:17:28.733Z Compiling vcpkg v0.2.15
18352026-05-14T16:17:28.751Z Compiling thiserror v1.0.69
18362026-05-14T16:17:28.874Z Compiling iana-time-zone v0.1.65
18372026-05-14T16:17:28.905Z Compiling byteorder v1.5.0
18382026-05-14T16:17:29.006Z Compiling ucd-trie v0.1.7
18392026-05-14T16:17:29.079Z Compiling heck v0.5.0
18402026-05-14T16:17:29.108Z Compiling syn v1.0.109
18412026-05-14T16:17:29.124Z Compiling regex-syntax v0.8.10
18422026-05-14T16:17:29.142Z Compiling ident_case v1.0.1
18432026-05-14T16:17:29.158Z Compiling uuid v1.23.0
18442026-05-14T16:17:29.188Z Compiling pest v2.8.6
18452026-05-14T16:17:29.262Z Compiling rustls v0.23.37
18462026-05-14T16:17:29.285Z Compiling cpufeatures v0.2.17
18472026-05-14T16:17:29.321Z Compiling openssl-sys v0.9.115
18482026-05-14T16:17:29.436Z Compiling futures-sink v0.3.32
18492026-05-14T16:17:29.482Z Compiling rustc_version v0.4.1
18502026-05-14T16:17:29.556Z Compiling futures-task v0.3.32
18512026-05-14T16:17:29.590Z Compiling futures-channel v0.3.32
18522026-05-14T16:17:29.593Z Compiling futures-io v0.3.32
18532026-05-14T16:17:29.754Z Compiling slab v0.4.12
18542026-05-14T16:17:29.808Z Compiling aho-corasick v1.1.4
18552026-05-14T16:17:29.884Z Compiling synstructure v0.13.2
18562026-05-14T16:17:29.900Z Compiling serde_derive_internals v0.29.1
18572026-05-14T16:17:29.990Z Compiling dyn-clone v1.0.20
18582026-05-14T16:17:30.131Z Compiling plain v0.2.3
18592026-05-14T16:17:30.134Z Compiling base64 v0.22.1
18602026-05-14T16:17:30.165Z Compiling crc32fast v1.5.0
18612026-05-14T16:17:30.171Z Compiling openssl v0.10.79
18622026-05-14T16:17:30.280Z Compiling pest_meta v2.8.6
18632026-05-14T16:17:30.460Z Compiling num-conv v0.2.0
18642026-05-14T16:17:30.479Z Compiling time-core v0.1.8
18652026-05-14T16:17:30.504Z Compiling crossbeam-utils v0.8.21
18662026-05-14T16:17:30.647Z Compiling time-macros v0.2.27
18672026-05-14T16:17:30.674Z Compiling native-tls v0.2.18
18682026-05-14T16:17:30.683Z Compiling regex-automata v0.4.14
18692026-05-14T16:17:30.683Z Compiling pretty-hex v0.4.1
18702026-05-14T16:17:30.718Z Compiling anyhow v1.0.102
18712026-05-14T16:17:30.738Z Compiling base64ct v1.8.3
18722026-05-14T16:17:30.780Z Compiling darling_core v0.21.3
18732026-05-14T16:17:30.920Z Compiling pest_generator v2.8.6
18742026-05-14T16:17:30.929Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18752026-05-14T16:17:31.013Z Compiling pem-rfc7468 v0.7.0
18762026-05-14T16:17:31.026Z Compiling tracing-core v0.1.36
18772026-05-14T16:17:31.150Z Compiling serde_derive v1.0.228
18782026-05-14T16:17:31.248Z Compiling zeroize_derive v1.4.3
18792026-05-14T16:17:31.294Z Compiling zerofrom-derive v0.1.6
18802026-05-14T16:17:31.311Z Compiling yoke-derive v0.8.1
18812026-05-14T16:17:31.311Z Compiling zerovec-derive v0.11.2
18822026-05-14T16:17:31.317Z Compiling displaydoc v0.2.5
18832026-05-14T16:17:31.566Z Compiling zerocopy-derive v0.8.40
18842026-05-14T16:17:31.576Z Compiling tokio-macros v2.7.0
18852026-05-14T16:17:31.603Z Compiling futures-macro v0.3.32
18862026-05-14T16:17:31.853Z Compiling zeroize v1.8.2
18872026-05-14T16:17:32.109Z Compiling thiserror-impl v2.0.18
18882026-05-14T16:17:32.218Z Compiling schemars_derive v0.8.22
18892026-05-14T16:17:32.261Z Compiling tracing-attributes v0.1.31
18902026-05-14T16:17:32.326Z Compiling der_derive v0.7.3
18912026-05-14T16:17:32.377Z Compiling zerofrom v0.1.6
18922026-05-14T16:17:32.521Z Compiling yoke v0.8.1
18932026-05-14T16:17:32.536Z Compiling crypto-common v0.1.7
18942026-05-14T16:17:32.697Z Compiling zerovec v0.11.5
18952026-05-14T16:17:32.713Z Compiling zerotrie v0.2.3
18962026-05-14T16:17:32.799Z Compiling block-buffer v0.10.4
18972026-05-14T16:17:32.885Z Compiling thiserror-impl v1.0.69
18982026-05-14T16:17:33.053Z Compiling digest v0.10.7
18992026-05-14T16:17:33.230Z Compiling tinystr v0.8.2
19002026-05-14T16:17:33.265Z Compiling potential_utf v0.1.4
19012026-05-14T16:17:33.311Z Compiling pest_derive v2.8.6
19022026-05-14T16:17:33.393Z Compiling icu_collections v2.1.1
19032026-05-14T16:17:33.409Z Compiling icu_locale_core v2.1.1
19042026-05-14T16:17:33.460Z Compiling futures-util v0.3.32
19052026-05-14T16:17:33.463Z Compiling hmac v0.12.1
19062026-05-14T16:17:33.803Z Compiling block-padding v0.3.3
19072026-05-14T16:17:33.962Z Compiling inout v0.1.4
19082026-05-14T16:17:34.017Z Compiling rustls-pki-types v1.14.0
19092026-05-14T16:17:34.072Z Compiling openssl-macros v0.1.1
19102026-05-14T16:17:34.104Z Compiling cipher v0.4.4
19112026-05-14T16:17:34.136Z Compiling sha2 v0.10.9
19122026-05-14T16:17:34.192Z Compiling icu_provider v2.1.1
19132026-05-14T16:17:34.300Z Compiling bytes v1.11.1
19142026-05-14T16:17:34.368Z Compiling chrono v0.4.44
19152026-05-14T16:17:34.466Z Compiling icu_properties v2.1.2
19162026-05-14T16:17:34.497Z Compiling icu_normalizer v2.1.1
19172026-05-14T16:17:34.611Z Compiling serde_tokenstream v0.2.3
19182026-05-14T16:17:34.870Z Compiling tokio v1.52.1
19192026-05-14T16:17:35.398Z Compiling idna_adapter v1.2.1
19202026-05-14T16:17:35.428Z Compiling scroll_derive v0.12.1
19212026-05-14T16:17:35.547Z Compiling idna v1.1.0
19222026-05-14T16:17:35.768Z Compiling scroll_derive v0.13.1
19232026-05-14T16:17:35.898Z Compiling url v2.5.8
19242026-05-14T16:17:35.928Z Compiling ppv-lite86 v0.2.21
19252026-05-14T16:17:36.083Z Compiling http v1.4.0
19262026-05-14T16:17:36.219Z Compiling untrusted v0.9.0
19272026-05-14T16:17:36.263Z Compiling flagset v0.4.7
19282026-05-14T16:17:36.376Z Compiling tracing v0.1.44
19292026-05-14T16:17:36.397Z Compiling der v0.7.10
19302026-05-14T16:17:36.540Z Compiling darling_macro v0.21.3
19312026-05-14T16:17:36.579Z Compiling regex v1.12.3
19322026-05-14T16:17:36.786Z Compiling zerocopy-derive v0.7.35
19332026-05-14T16:17:36.862Z Compiling rand_core v0.9.5
19342026-05-14T16:17:36.989Z Compiling slog v2.8.2
19352026-05-14T16:17:37.428Z Compiling spki v0.7.3
19362026-05-14T16:17:37.464Z Compiling darling v0.21.3
19372026-05-14T16:17:37.523Z Compiling salsa20 v0.10.2
19382026-05-14T16:17:37.562Z Compiling pbkdf2 v0.12.2
19392026-05-14T16:17:37.876Z Compiling cookie v0.18.1
19402026-05-14T16:17:38.045Z Compiling camino v1.2.2
19412026-05-14T16:17:38.305Z Compiling scrypt v0.11.0
19422026-05-14T16:17:38.344Z Compiling rand_chacha v0.9.0
19432026-05-14T16:17:38.359Z Compiling http-body v1.0.1
19442026-05-14T16:17:38.389Z Compiling cbc v0.1.2
19452026-05-14T16:17:38.484Z Compiling aes v0.8.4
19462026-05-14T16:17:38.544Z Compiling tokio-util v0.7.18
19472026-05-14T16:17:38.598Z Compiling usdt-impl v0.5.0
19482026-05-14T16:17:38.617Z Compiling either v1.15.0
19492026-05-14T16:17:38.718Z Compiling paste v1.0.15
19502026-05-14T16:17:38.806Z Compiling winnow v0.7.14
19512026-05-14T16:17:38.837Z Compiling atomic-waker v1.1.2
19522026-05-14T16:17:38.841Z Compiling openssl-probe v0.2.1
19532026-05-14T16:17:38.866Z Compiling usdt-impl v0.6.0
19542026-05-14T16:17:38.955Z Compiling tinyvec_macros v0.1.1
19552026-05-14T16:17:39.007Z Compiling unicode-segmentation v1.12.0
19562026-05-14T16:17:39.029Z Compiling untrusted v0.7.1
19572026-05-14T16:17:39.100Z Compiling ref-cast v1.0.25
19582026-05-14T16:17:39.166Z Compiling tinyvec v1.10.0
19592026-05-14T16:17:39.237Z Compiling pkcs5 v0.7.1
19602026-05-14T16:17:39.522Z Compiling rand v0.9.2
19612026-05-14T16:17:39.702Z Compiling scroll v0.13.0
19622026-05-14T16:17:39.837Z Compiling scroll v0.12.0
19632026-05-14T16:17:39.908Z Compiling serde_spanned v0.6.9
19642026-05-14T16:17:39.926Z Compiling toml_datetime v0.6.11
19652026-05-14T16:17:39.983Z Compiling async-trait v0.1.89
19662026-05-14T16:17:40.026Z Compiling heapless v0.7.17
19672026-05-14T16:17:40.113Z Compiling bzip2-sys v0.1.13+1.0.8
19682026-05-14T16:17:40.196Z Compiling try-lock v0.2.5
19692026-05-14T16:17:40.270Z Compiling zstd-safe v7.2.4
19702026-05-14T16:17:40.304Z Compiling tower-service v0.3.3
19712026-05-14T16:17:40.336Z Compiling signal-hook v0.3.18
19722026-05-14T16:17:40.407Z Compiling tower-layer v0.3.3
19732026-05-14T16:17:40.436Z Compiling fastrand v2.3.0
19742026-05-14T16:17:40.514Z Compiling want v0.3.1
19752026-05-14T16:17:40.536Z Compiling h2 v0.4.13
19762026-05-14T16:17:40.650Z Compiling toml_parser v1.0.9+spec-1.1.0
19772026-05-14T16:17:40.665Z Compiling goblin v0.8.2
19782026-05-14T16:17:40.692Z Compiling goblin v0.10.5
19792026-05-14T16:17:40.797Z Compiling pkcs8 v0.10.2
19802026-05-14T16:17:40.876Z Compiling heck v0.4.1
19812026-05-14T16:17:41.100Z Compiling zerocopy v0.7.35
19822026-05-14T16:17:41.115Z Compiling ipnet v2.11.0
19832026-05-14T16:17:41.205Z Compiling ref-cast-impl v1.0.25
19842026-05-14T16:17:41.361Z Compiling darling_core v0.20.11
19852026-05-14T16:17:41.562Z Compiling curve25519-dalek v4.1.3
19862026-05-14T16:17:41.668Z Compiling toml_datetime v0.7.5+spec-1.1.0
19872026-05-14T16:17:41.757Z Compiling memoffset v0.9.1
19882026-05-14T16:17:41.831Z Compiling pin-utils v0.1.0
19892026-05-14T16:17:41.962Z Compiling rustix v0.38.44
19902026-05-14T16:17:42.064Z Compiling winnow v0.5.40
19912026-05-14T16:17:42.189Z Compiling foreign-types-shared v0.1.1
19922026-05-14T16:17:42.294Z Compiling httpdate v1.0.3
19932026-05-14T16:17:42.468Z Compiling litrs v1.0.0
19942026-05-14T16:17:42.589Z Compiling foreign-types v0.3.2
19952026-05-14T16:17:42.651Z Compiling tempfile v3.25.0
19962026-05-14T16:17:42.996Z Compiling document-features v0.2.12
19972026-05-14T16:17:43.046Z Compiling dof v0.3.0
19982026-05-14T16:17:43.286Z Compiling dtrace-parser v0.2.0
19992026-05-14T16:17:43.354Z Compiling darling_macro v0.20.11
20002026-05-14T16:17:43.510Z Compiling hyper v1.8.1
20012026-05-14T16:17:43.529Z Compiling dof v0.4.0
20022026-05-14T16:17:43.544Z Compiling toml_edit v0.19.15
20032026-05-14T16:17:43.636Z Compiling unicode-normalization v0.1.25
20042026-05-14T16:17:43.882Z Compiling dtrace-parser v0.3.0
20052026-05-14T16:17:43.918Z Compiling daft-derive v0.1.5
20062026-05-14T16:17:44.046Z Compiling pin-project-internal v1.1.11
20072026-05-14T16:17:44.123Z Compiling spin v0.9.8
20082026-05-14T16:17:44.144Z Compiling thread-id v4.2.2
20092026-05-14T16:17:44.239Z Compiling thread-id v5.1.0
20102026-05-14T16:17:44.258Z Compiling powerfmt v0.2.0
20112026-05-14T16:17:44.341Z Compiling smoltcp v0.9.1
20122026-05-14T16:17:44.358Z Compiling num-bigint-dig v0.8.6
20132026-05-14T16:17:44.486Z Compiling cfg_aliases v0.2.1
20142026-05-14T16:17:44.560Z Compiling deranged v0.5.8
20152026-05-14T16:17:44.577Z Compiling nix v0.31.2
20162026-05-14T16:17:44.644Z Compiling hyper-util v0.1.20
20172026-05-14T16:17:45.012Z Compiling darling v0.20.11
20182026-05-14T16:17:45.136Z Compiling rustls-native-certs v0.8.3
20192026-05-14T16:17:45.184Z Compiling ipnetwork v0.21.1
20202026-05-14T16:17:45.571Z Compiling strum_macros v0.26.4
20212026-05-14T16:17:45.671Z Compiling curve25519-dalek-derive v0.1.1
20222026-05-14T16:17:45.830Z Compiling sync_wrapper v1.0.2
20232026-05-14T16:17:45.869Z Compiling wait-timeout v0.2.1
20242026-05-14T16:17:45.965Z Compiling quick-error v1.2.3
20252026-05-14T16:17:46.093Z Compiling siphasher v1.0.2
20262026-05-14T16:17:46.279Z Compiling num_threads v0.1.7
20272026-05-14T16:17:46.296Z Compiling simd-adler32 v0.3.8
20282026-05-14T16:17:46.312Z Compiling utf8parse v0.2.2
20292026-05-14T16:17:46.358Z Compiling bit-vec v0.8.0
20302026-05-14T16:17:46.541Z Compiling anstyle v1.0.13
20312026-05-14T16:17:46.557Z Compiling time v0.3.47
20322026-05-14T16:17:46.585Z Compiling bit-set v0.8.0
20332026-05-14T16:17:46.770Z Compiling anstyle-parse v0.2.7
20342026-05-14T16:17:46.795Z Compiling rusty-fork v0.3.1
20352026-05-14T16:17:46.831Z Compiling tower v0.5.3
20362026-05-14T16:17:47.195Z Compiling derive_builder_core v0.20.2
20372026-05-14T16:17:47.259Z Compiling snafu-derive v0.8.9
20382026-05-14T16:17:47.318Z Compiling http-body-util v0.1.3
20392026-05-14T16:17:47.587Z Compiling webpki-roots v1.0.6
20402026-05-14T16:17:47.615Z Compiling rand_xorshift v0.4.0
20412026-05-14T16:17:47.697Z Compiling signature v2.2.0
20422026-05-14T16:17:47.728Z Compiling hubpack_derive v0.1.1
20432026-05-14T16:17:47.776Z Compiling strum_macros v0.27.2
20442026-05-14T16:17:47.990Z Compiling fs-err v3.3.0
20452026-05-14T16:17:48.054Z Compiling ahash v0.8.12
20462026-05-14T16:17:48.129Z Compiling adler2 v2.0.1
20472026-05-14T16:17:48.192Z Compiling ryu v1.0.23
20482026-05-14T16:17:48.281Z Compiling iri-string v0.7.10
20492026-05-14T16:17:48.294Z Compiling anstyle-query v1.1.5
20502026-05-14T16:17:48.294Z Compiling is_terminal_polyfill v1.70.2
20512026-05-14T16:17:48.328Z Compiling unarray v0.1.4
20522026-05-14T16:17:48.409Z Compiling object v0.37.3
20532026-05-14T16:17:48.425Z Compiling unicode-properties v0.1.4
20542026-05-14T16:17:48.459Z Compiling colorchoice v1.0.4
20552026-05-14T16:17:48.507Z Compiling allocator-api2 v0.2.21
20562026-05-14T16:17:48.544Z Compiling unicode-bidi v0.3.18
20572026-05-14T16:17:48.697Z Compiling serde_urlencoded v0.7.1
20582026-05-14T16:17:48.713Z Compiling anstream v0.6.21
20592026-05-14T16:17:48.785Z Compiling proptest v1.10.0
20602026-05-14T16:17:48.935Z Compiling stringprep v0.1.5
20612026-05-14T16:17:48.959Z Compiling miniz_oxide v0.8.9
20622026-05-14T16:17:49.141Z Compiling derive_builder_macro v0.20.2
20632026-05-14T16:17:49.329Z Compiling tokio-native-tls v0.3.1
20642026-05-14T16:17:49.434Z Compiling tower-http v0.6.8
20652026-05-14T16:17:49.450Z Compiling usdt-attr-macro v0.6.0
20662026-05-14T16:17:49.522Z Compiling usdt-macro v0.6.0
20672026-05-14T16:17:49.766Z Compiling rand_chacha v0.3.1
20682026-05-14T16:17:49.879Z Compiling erased-serde v0.3.31
20692026-05-14T16:17:49.891Z Compiling md-5 v0.10.6
20702026-05-14T16:17:49.926Z Compiling bstr v1.12.1
20712026-05-14T16:17:50.056Z Compiling num-integer v0.1.46
20722026-05-14T16:17:50.166Z Compiling hash32 v0.2.1
20732026-05-14T16:17:50.218Z Compiling vergen-lib v0.1.6
20742026-05-14T16:17:50.233Z Compiling ff v0.13.1
20752026-05-14T16:17:50.364Z Compiling fallible-iterator v0.2.0
20762026-05-14T16:17:50.382Z Compiling psl-types v2.0.11
20772026-05-14T16:17:50.417Z Compiling base16ct v0.2.0
20782026-05-14T16:17:50.417Z Compiling zlib-rs v0.6.2
20792026-05-14T16:17:50.480Z Compiling group v0.13.0
20802026-05-14T16:17:50.529Z Compiling publicsuffix v2.3.0
20812026-05-14T16:17:50.572Z Compiling sec1 v0.7.3
20822026-05-14T16:17:50.589Z Compiling num-iter v0.1.45
20832026-05-14T16:17:50.681Z Compiling postgres-protocol v0.6.10
20842026-05-14T16:17:50.729Z Compiling rand v0.8.6
20852026-05-14T16:17:50.853Z Compiling newtype-uuid v1.3.2
20862026-05-14T16:17:51.021Z Compiling oxnet v0.1.4
20872026-05-14T16:17:51.190Z Compiling derive_builder v0.20.2
20882026-05-14T16:17:51.357Z Compiling hyper-tls v0.6.0
20892026-05-14T16:17:51.391Z Compiling phf_shared v0.13.1
20902026-05-14T16:17:51.408Z Compiling pin-project v1.1.11
20912026-05-14T16:17:51.525Z Compiling lazy_static v1.5.0
20922026-05-14T16:17:51.651Z Compiling terminal_size v0.4.3
20932026-05-14T16:17:51.666Z Compiling serde_with_macros v3.17.0
20942026-05-14T16:17:51.671Z Compiling futures-executor v0.3.32
20952026-05-14T16:17:51.698Z Compiling cargo-platform v0.1.9
20962026-05-14T16:17:51.702Z Compiling hex v0.4.3
20972026-05-14T16:17:51.977Z Compiling hkdf v0.12.4
20982026-05-14T16:17:51.994Z Compiling crypto-bigint v0.5.5
20992026-05-14T16:17:52.040Z Compiling enum-as-inner v0.6.1
21002026-05-14T16:17:52.118Z Compiling serde_repr v0.1.20
21012026-05-14T16:17:52.141Z Compiling clap_derive v4.5.55
21022026-05-14T16:17:52.289Z Compiling async-recursion v1.1.1
21032026-05-14T16:17:52.341Z Compiling vergen v9.0.6
21042026-05-14T16:17:52.544Z Compiling flate2 v1.1.9
21052026-05-14T16:17:52.643Z Compiling encoding_rs v0.8.35
21062026-05-14T16:17:52.699Z Compiling mime v0.3.17
21072026-05-14T16:17:52.814Z Compiling foldhash v0.2.0
21082026-05-14T16:17:52.892Z Compiling bumpalo v3.20.2
21092026-05-14T16:17:52.951Z Compiling same-file v1.0.6
21102026-05-14T16:17:52.966Z Compiling bitflags v1.3.2
21112026-05-14T16:17:53.026Z Compiling managed v0.8.0
21122026-05-14T16:17:53.059Z Compiling clap_lex v1.0.0
21132026-05-14T16:17:53.116Z Compiling libbz2-rs-sys v0.2.2
21142026-05-14T16:17:53.151Z Compiling foldhash v0.1.5
21152026-05-14T16:17:53.183Z Compiling zopfli v0.8.3
21162026-05-14T16:17:53.253Z Compiling clap_builder v4.5.60
21172026-05-14T16:17:53.292Z Compiling hashbrown v0.15.5
21182026-05-14T16:17:53.711Z Compiling bzip2 v0.6.1
21192026-05-14T16:17:53.755Z Compiling walkdir v2.5.0
21202026-05-14T16:17:53.786Z Compiling hashbrown v0.16.1
21212026-05-14T16:17:53.935Z Compiling elliptic-curve v0.13.8
21222026-05-14T16:17:53.983Z Compiling zstd v0.13.3
21232026-05-14T16:17:54.033Z Compiling cargo_metadata v0.19.2
21242026-05-14T16:17:54.055Z Compiling futures v0.3.32
21252026-05-14T16:17:54.296Z Compiling phf v0.13.1
21262026-05-14T16:17:54.323Z Compiling snafu v0.8.9
21272026-05-14T16:17:54.392Z Compiling signal-hook-mio v0.2.5
21282026-05-14T16:17:54.478Z Compiling daft v0.1.5
21292026-05-14T16:17:54.530Z Compiling postgres-types v0.2.12
21302026-05-14T16:17:54.679Z Compiling cookie_store v0.22.1
21312026-05-14T16:17:54.764Z Compiling bzip2 v0.4.4
21322026-05-14T16:17:54.781Z Compiling globset v0.4.18
21332026-05-14T16:17:54.987Z Compiling strum v0.27.2
21342026-05-14T16:17:55.263Z Compiling hubpack v0.1.2
21352026-05-14T16:17:55.278Z Compiling ed25519 v2.2.3
21362026-05-14T16:17:55.304Z Compiling phf_shared v0.11.3
21372026-05-14T16:17:55.364Z Compiling crossbeam-epoch v0.9.18
21382026-05-14T16:17:55.401Z Compiling olpc-cjson v0.1.4
21392026-05-14T16:17:55.491Z Compiling pkcs1 v0.7.5
21402026-05-14T16:17:55.524Z Compiling pem v3.0.6
21412026-05-14T16:17:55.611Z Compiling serde_plain v1.0.2
21422026-05-14T16:17:55.652Z Compiling serde-big-array v0.5.1
21432026-05-14T16:17:55.655Z Compiling rfc6979 v0.4.0
21442026-05-14T16:17:55.689Z Compiling float-cmp v0.10.0
21452026-05-14T16:17:55.806Z Compiling memmap2 v0.9.10
21462026-05-14T16:17:55.822Z Compiling env_filter v1.0.0
21472026-05-14T16:17:55.857Z Compiling jiff v0.2.21
21482026-05-14T16:17:55.862Z Compiling static_assertions v1.1.0
21492026-05-14T16:17:55.889Z Compiling fixedbitset v0.4.2
21502026-05-14T16:17:55.892Z Compiling normalize-line-endings v0.3.0
21512026-05-14T16:17:55.992Z Compiling typed-path v0.9.3
21522026-05-14T16:17:56.037Z Compiling fixedbitset v0.5.7
21532026-05-14T16:17:56.040Z Compiling data-encoding v2.10.0
21542026-05-14T16:17:56.080Z Compiling whoami v2.1.0
21552026-05-14T16:17:56.102Z Compiling new_debug_unreachable v1.0.6
21562026-05-14T16:17:56.117Z Compiling difflib v0.4.0
21572026-05-14T16:17:56.153Z Compiling toml_write v0.1.2
21582026-05-14T16:17:56.187Z Compiling rustc-hash v2.1.1
21592026-05-14T16:17:56.330Z Compiling precomputed-hash v0.1.1
21602026-05-14T16:17:56.330Z Compiling predicates-core v1.0.10
21612026-05-14T16:17:56.446Z Compiling keccak v0.1.6
21622026-05-14T16:17:56.509Z Compiling predicates v3.1.4
21632026-05-14T16:17:56.577Z Compiling string_cache v0.8.9
21642026-05-14T16:17:56.592Z Compiling sha3 v0.10.8
21652026-05-14T16:17:56.660Z Compiling hickory-proto v0.25.2
21662026-05-14T16:17:56.814Z Compiling toml_edit v0.22.27
21672026-05-14T16:17:56.862Z Compiling tokio-postgres v0.7.16
21682026-05-14T16:17:56.877Z Compiling iddqd v0.3.18
21692026-05-14T16:17:56.905Z Compiling petgraph v0.8.3
21702026-05-14T16:17:57.090Z Compiling petgraph v0.6.5
21712026-05-14T16:17:57.149Z Compiling env_logger v0.11.9
21722026-05-14T16:17:57.386Z Compiling usdt v0.6.0
21732026-05-14T16:17:57.487Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21742026-05-14T16:17:57.652Z Compiling ecdsa v0.16.9
21752026-05-14T16:17:57.969Z Compiling rsa v0.9.10
21762026-05-14T16:17:58.067Z Compiling ed25519-dalek v2.2.0
21772026-05-14T16:17:58.553Z Compiling zip v4.6.1
21782026-05-14T16:17:59.033Z Compiling crossterm v0.28.1
21792026-05-14T16:17:59.094Z Compiling zip v0.6.6
21802026-05-14T16:17:59.505Z Compiling clap v4.5.60
21812026-05-14T16:17:59.621Z Compiling serde_with v3.17.0
21822026-05-14T16:17:59.638Z Compiling similar v2.7.0
21832026-05-14T16:17:59.764Z Compiling strum v0.26.3
21842026-05-14T16:17:59.823Z Compiling toml v0.7.8
21852026-05-14T16:17:59.913Z Compiling tokio-stream v0.1.18
21862026-05-14T16:17:59.954Z Compiling itertools v0.13.0
21872026-05-14T16:18:00.198Z Compiling buf-list v1.1.2
21882026-05-14T16:18:00.291Z Compiling x509-cert v0.2.5
21892026-05-14T16:18:00.391Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21902026-05-14T16:18:00.472Z Compiling openapiv3 v2.2.0
21912026-05-14T16:18:00.693Z Compiling sha1 v0.10.6
21922026-05-14T16:18:00.955Z Compiling peg-runtime v0.8.5
21932026-05-14T16:18:01.157Z Compiling lalrpop-util v0.19.12
21942026-05-14T16:18:15.691Z Compiling rustls-webpki v0.103.9
21952026-05-14T16:18:16.986Z Compiling macaddr v1.0.1
21962026-05-14T16:18:17.064Z Compiling structmeta-derive v0.3.0
21972026-05-14T16:18:17.244Z Compiling crucible-workspace-hack v0.1.0
21982026-05-14T16:18:17.284Z Compiling rayon-core v1.13.0
21992026-05-14T16:18:17.474Z Compiling itertools v0.14.0
22002026-05-14T16:18:17.518Z Compiling secrecy v0.10.3
22012026-05-14T16:18:17.537Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22022026-05-14T16:18:17.707Z Compiling rustls v0.22.4
22032026-05-14T16:18:17.927Z Compiling heapless v0.8.0
22042026-05-14T16:18:17.982Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22052026-05-14T16:18:18.013Z Compiling crossbeam-deque v0.8.6
22062026-05-14T16:18:18.077Z Compiling structmeta v0.3.0
22072026-05-14T16:18:18.097Z Compiling toml_edit v0.23.10+spec-1.0.0
22082026-05-14T16:18:18.117Z Compiling rustls-webpki v0.102.8
22092026-05-14T16:18:18.150Z Compiling hash32 v0.3.1
22102026-05-14T16:18:18.254Z Compiling multer v3.1.0
22112026-05-14T16:18:18.310Z Compiling thread_local v1.1.9
22122026-05-14T16:18:18.341Z Compiling unicode-width v0.2.0
22132026-05-14T16:18:18.402Z Compiling smoltcp v0.11.0
22142026-05-14T16:18:18.402Z Compiling compression-core v0.4.31
22152026-05-14T16:18:18.419Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22162026-05-14T16:18:18.436Z Compiling match_cfg v0.1.0
22172026-05-14T16:18:18.476Z Compiling slog-async v2.8.0
22182026-05-14T16:18:18.525Z Compiling compression-codecs v0.4.37
22192026-05-14T16:18:18.676Z Compiling proc-macro-crate v3.4.0
22202026-05-14T16:18:18.710Z Compiling hostname v0.3.1
22212026-05-14T16:18:18.761Z Compiling ingot-macros v0.1.1
22222026-05-14T16:18:18.807Z Compiling derive-ex v0.1.8
22232026-05-14T16:18:18.895Z Compiling slog-json v2.6.1
22242026-05-14T16:18:18.931Z Compiling crossbeam-channel v0.5.15
22252026-05-14T16:18:19.067Z Compiling half v2.7.1
22262026-05-14T16:18:19.125Z Compiling newtype-uuid-macros v0.1.0
22272026-05-14T16:18:19.168Z Compiling cobs v0.3.0
22282026-05-14T16:18:19.287Z Compiling thiserror-impl-no-std v2.0.2
22292026-05-14T16:18:19.435Z Compiling tokio-rustls v0.26.4
22302026-05-14T16:18:19.462Z Compiling rustls-platform-verifier v0.6.2
22312026-05-14T16:18:19.640Z Compiling universal-hash v0.5.1
22322026-05-14T16:18:19.688Z Compiling hyper-rustls v0.27.7
22332026-05-14T16:18:19.736Z Compiling async-stream-impl v0.3.6
22342026-05-14T16:18:19.814Z Compiling toml_datetime v1.0.0+spec-1.1.0
22352026-05-14T16:18:19.854Z Compiling serde_spanned v1.0.4
22362026-05-14T16:18:19.951Z Compiling reqwest v0.12.28
22372026-05-14T16:18:20.025Z Compiling reqwest v0.13.2
22382026-05-14T16:18:20.040Z Compiling is-terminal v0.4.17
22392026-05-14T16:18:20.160Z Compiling dropshot v0.17.0
22402026-05-14T16:18:20.256Z Compiling proc-macro-error-attr v1.0.4
22412026-05-14T16:18:20.319Z Compiling take_mut v0.2.2
22422026-05-14T16:18:20.334Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22432026-05-14T16:18:20.337Z Compiling term v1.2.1
22442026-05-14T16:18:20.372Z Compiling convert_case v0.4.0
22452026-05-14T16:18:20.388Z Compiling opaque-debug v0.3.1
22462026-05-14T16:18:20.457Z Compiling ciborium-io v0.2.2
22472026-05-14T16:18:20.473Z Compiling toml_writer v1.0.6+spec-1.1.0
22482026-05-14T16:18:20.552Z Compiling ciborium-ll v0.2.2
22492026-05-14T16:18:20.574Z Compiling poly1305 v0.8.0
22502026-05-14T16:18:20.680Z Compiling toml v1.0.6+spec-1.1.0
22512026-05-14T16:18:20.696Z Compiling derive_more v0.99.20
22522026-05-14T16:18:20.756Z Compiling tokio-rustls v0.25.0
22532026-05-14T16:18:20.837Z Compiling slog-term v2.9.2
22542026-05-14T16:18:21.084Z Compiling thiserror-no-std v2.0.2
22552026-05-14T16:18:21.099Z Compiling test-strategy v0.4.5
22562026-05-14T16:18:21.197Z Compiling async-stream v0.3.6
22572026-05-14T16:18:21.220Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22582026-05-14T16:18:21.348Z Compiling ingot-types v0.1.2
22592026-05-14T16:18:21.406Z Compiling postcard v1.1.3
22602026-05-14T16:18:21.800Z Compiling tough v0.22.0
22612026-05-14T16:18:21.825Z Compiling ingot v0.1.1
22622026-05-14T16:18:22.073Z Compiling num_enum_derive v0.7.5
22632026-05-14T16:18:22.141Z Compiling slog-bunyan v2.5.0
22642026-05-14T16:18:22.391Z Compiling async-compression v0.4.41
22652026-05-14T16:18:22.652Z Compiling parse-display-derive v0.10.0
22662026-05-14T16:18:22.854Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22672026-05-14T16:18:22.890Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22682026-05-14T16:18:23.019Z Compiling proc-macro-crate v1.3.1
22692026-05-14T16:18:23.141Z Compiling backon v1.6.0
22702026-05-14T16:18:23.170Z Compiling waitgroup v0.1.2
22712026-05-14T16:18:23.233Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22722026-05-14T16:18:23.310Z Compiling password-hash v0.5.0
22732026-05-14T16:18:23.348Z Compiling chacha20 v0.9.1
22742026-05-14T16:18:23.372Z Compiling dropshot_endpoint v0.17.0
22752026-05-14T16:18:23.457Z Compiling rustls-pemfile v2.2.0
22762026-05-14T16:18:23.515Z Compiling blake2 v0.10.6
22772026-05-14T16:18:23.720Z Compiling aead v0.5.2
22782026-05-14T16:18:23.783Z Compiling foreign-types-macros v0.2.3
22792026-05-14T16:18:24.053Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22802026-05-14T16:18:24.085Z Compiling serde_path_to_error v0.1.20
22812026-05-14T16:18:24.107Z Compiling hostname v0.4.2
22822026-05-14T16:18:24.124Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22832026-05-14T16:18:24.297Z Compiling proc-macro-error v1.0.4
22842026-05-14T16:18:24.338Z Compiling instant v0.1.13
22852026-05-14T16:18:24.354Z Compiling foreign-types-shared v0.3.1
22862026-05-14T16:18:24.377Z Compiling debug-ignore v1.0.5
22872026-05-14T16:18:24.396Z Compiling cpufeatures v0.3.0
22882026-05-14T16:18:24.470Z Compiling typeid v1.0.3
22892026-05-14T16:18:24.487Z Compiling chacha20 v0.10.0
22902026-05-14T16:18:24.487Z Compiling foreign-types v0.5.0
22912026-05-14T16:18:24.490Z Compiling backoff v0.4.0
22922026-05-14T16:18:24.518Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22932026-05-14T16:18:24.564Z Compiling parse-display v0.10.0
22942026-05-14T16:18:24.597Z Compiling chacha20poly1305 v0.10.1
22952026-05-14T16:18:24.612Z Compiling argon2 v0.5.3
22962026-05-14T16:18:24.617Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22972026-05-14T16:18:24.693Z Compiling num_enum_derive v0.5.11
22982026-05-14T16:18:24.762Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22992026-05-14T16:18:24.780Z Compiling num_enum v0.7.5
23002026-05-14T16:18:24.794Z Compiling vsss-rs v3.3.4
23012026-05-14T16:18:24.812Z Compiling ciborium v0.2.2
23022026-05-14T16:18:25.106Z Compiling tabwriter v1.4.1
23032026-05-14T16:18:25.143Z Compiling regress v0.10.5
23042026-05-14T16:18:25.391Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23052026-05-14T16:18:25.480Z Compiling byte-wrapper v0.1.0
23062026-05-14T16:18:25.496Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23072026-05-14T16:18:25.631Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23082026-05-14T16:18:25.634Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23092026-05-14T16:18:25.663Z Compiling cstr-argument v0.1.2
23102026-05-14T16:18:25.761Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23112026-05-14T16:18:25.865Z Compiling erased-serde v0.4.9
23122026-05-14T16:18:25.979Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23132026-05-14T16:18:26.078Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23142026-05-14T16:18:26.195Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23152026-05-14T16:18:26.215Z Compiling num_enum v0.5.11
23162026-05-14T16:18:26.251Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23172026-05-14T16:18:26.303Z Compiling rand v0.10.0
23182026-05-14T16:18:26.320Z Compiling rayon v1.11.0
23192026-05-14T16:18:26.359Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23202026-05-14T16:18:26.397Z Compiling indent_write v2.2.0
23212026-05-14T16:18:26.428Z Compiling colored v3.1.1
23222026-05-14T16:18:26.521Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23232026-05-14T16:18:26.548Z Compiling libefi-sys v0.1.0
23242026-05-14T16:18:26.572Z Compiling zone_cfg_derive v0.3.1
23252026-05-14T16:18:26.630Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23262026-05-14T16:18:26.747Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23272026-05-14T16:18:26.788Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23282026-05-14T16:18:26.819Z Compiling camino-tempfile v1.4.1
23292026-05-14T16:18:27.026Z Compiling itertools v0.12.1
23302026-05-14T16:18:27.121Z Compiling usdt-attr-macro v0.5.0
23312026-05-14T16:18:27.138Z Compiling usdt-macro v0.5.0
23322026-05-14T16:18:27.186Z Compiling bitfield-struct v0.6.2
23332026-05-14T16:18:27.228Z Compiling num-derive v0.4.2
23342026-05-14T16:18:27.244Z Compiling ordered-float v2.10.1
23352026-05-14T16:18:27.302Z Compiling blake3 v1.8.3
23362026-05-14T16:18:27.543Z Compiling sigpipe v0.1.3
23372026-05-14T16:18:27.660Z Compiling memmap v0.7.0
23382026-05-14T16:18:27.676Z Compiling swrite v0.1.0
23392026-05-14T16:18:27.862Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23402026-05-14T16:18:27.871Z Compiling glob v0.3.3
23412026-05-14T16:18:27.871Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23422026-05-14T16:18:27.871Z Compiling usdt v0.5.0
23432026-05-14T16:18:28.048Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23442026-05-14T16:18:28.127Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23452026-05-14T16:18:28.180Z Compiling serde-value v0.7.0
23462026-05-14T16:18:28.335Z Compiling zone v0.3.1
23472026-05-14T16:18:28.476Z Compiling serde-untagged v0.1.9
23482026-05-14T16:18:28.503Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23492026-05-14T16:18:28.774Z Compiling toml v0.8.23
23502026-05-14T16:18:28.796Z Compiling smf v0.2.3
23512026-05-14T16:18:28.835Z Compiling filetime v0.2.27
23522026-05-14T16:18:28.851Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23532026-05-14T16:18:28.856Z Compiling unicode-xid v0.2.6
23542026-05-14T16:18:28.889Z Compiling whoami v1.6.1
23552026-05-14T16:18:28.921Z Compiling arrayvec v0.7.6
23562026-05-14T16:18:28.951Z Compiling xattr v1.6.1
23572026-05-14T16:18:29.032Z Compiling arrayref v0.3.9
23582026-05-14T16:18:29.067Z Compiling constant_time_eq v0.4.2
23592026-05-14T16:18:29.096Z Compiling tar v0.4.45
23602026-05-14T16:18:29.127Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23612026-05-14T16:18:29.172Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23622026-05-14T16:18:29.188Z Compiling tokio-dtrace v0.1.1
23632026-05-14T16:18:29.283Z Compiling cargo-util-schemas v0.8.2
23642026-05-14T16:18:29.426Z Compiling console v0.16.2
23652026-05-14T16:18:29.544Z Compiling gethostname v0.5.0
23662026-05-14T16:18:29.699Z Compiling cargo-platform v0.2.0
23672026-05-14T16:18:29.804Z Compiling unit-prefix v0.5.2
23682026-05-14T16:18:29.881Z Compiling topological-sort v0.2.2
23692026-05-14T16:18:29.964Z Compiling indicatif v0.18.4
23702026-05-14T16:18:29.979Z Compiling oxide-tokio-rt v0.1.4
23712026-05-14T16:18:30.002Z Compiling shell-words v1.1.1
23722026-05-14T16:18:30.067Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23732026-05-14T16:18:30.527Z Compiling cargo_metadata v0.21.0
23742026-05-14T16:18:39.732Z Compiling progenitor-client v0.14.0
23752026-05-14T16:18:39.750Z Compiling progenitor-client v0.10.0
23762026-05-14T16:18:39.755Z Compiling omicron-zone-package v0.12.2
23772026-05-14T16:18:40.218Z Compiling progenitor-extras v0.2.0
23782026-05-14T16:18:42.443Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23792026-05-14T16:18:42.598Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23802026-05-14T16:18:42.610Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23812026-05-14T16:18:42.651Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23822026-05-14T16:18:42.766Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23832026-05-14T16:18:42.800Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23842026-05-14T16:18:42.815Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23852026-05-14T16:18:42.865Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23862026-05-14T16:18:42.899Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23872026-05-14T16:18:46.831Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23882026-05-14T16:18:54.376Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23892026-05-14T16:18:57.429Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23902026-05-14T16:18:58.429Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23912026-05-14T16:19:07.734Z Finished `release` profile [optimized] target(s) in 1m 43s
23922026-05-14T16:19:07.886Z Running `target/release/omicron-package -t test target create -p dev`
23932026-05-14T16:19:07.948ZLogging to: /work/oxidecomputer/omicron/out/LOG
23942026-05-14T16:19:07.951ZCreated new build target 'test' and set it as active
23952026-05-14T16:19:07.955Z
23962026-05-14T16:19:07.955Zreal 1:43.233255363
23972026-05-14T16:19:07.955Zuser 16:54.389371039
23982026-05-14T16:19:07.955Zsys 2:37.323048736
23992026-05-14T16:19:07.955Ztrap 0.460616032
24002026-05-14T16:19:07.955Ztflt 2.898499218
24012026-05-14T16:19:07.955Zdflt 4.396191109
24022026-05-14T16:19:07.955Zkflt 0.000567430
24032026-05-14T16:19:07.955Zlock 52:27.540668824
24042026-05-14T16:19:07.955Zslp 42:58.258674999
24052026-05-14T16:19:07.955Zlat 44.940705201
24062026-05-14T16:19:07.955Zstop 5:27.768799615
24072026-05-14T16:19:07.955Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24082026-05-14T16:19:08.849Z Finished `release` profile [optimized] target(s) in 0.88s
24092026-05-14T16:19:08.928Z Running `target/release/omicron-package -t test package`
24102026-05-14T16:19:08.986ZLogging to: /work/oxidecomputer/omicron/out/LOG
24112026-05-14T16:19:10.379Z Compiling heck v0.5.0
24122026-05-14T16:19:10.379Z Compiling regress v0.11.1
24132026-05-14T16:19:10.379Z Compiling unsafe-libyaml v0.2.11
24142026-05-14T16:19:10.637Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24152026-05-14T16:19:10.660Z Compiling regress v0.10.5
24162026-05-14T16:19:10.688Z Compiling unicode-width v0.1.14
24172026-05-14T16:19:10.741Z Compiling is-terminal v0.4.17
24182026-05-14T16:19:10.741Z Compiling prettyplease v0.2.37
24192026-05-14T16:19:10.741Z Compiling bytecount v0.6.9
24202026-05-14T16:19:10.741Z Compiling rustls v0.22.4
24212026-05-14T16:19:10.741Z Compiling rustls-webpki v0.102.8
24222026-05-14T16:19:10.741Z Compiling derive-where v1.6.0
24232026-05-14T16:19:10.741Z Compiling thread_local v1.1.9
24242026-05-14T16:19:10.752Z Compiling match_cfg v0.1.0
24252026-05-14T16:19:10.772Z Compiling compression-core v0.4.31
24262026-05-14T16:19:10.873Z Compiling hostname v0.3.1
24272026-05-14T16:19:10.876Z Compiling multer v3.1.0
24282026-05-14T16:19:10.932Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24292026-05-14T16:19:10.958Z Compiling compression-codecs v0.4.37
24302026-05-14T16:19:10.979Z Compiling slog-async v2.8.0
24312026-05-14T16:19:10.999Z Compiling crossbeam-channel v0.5.15
24322026-05-14T16:19:11.021Z Compiling slog-json v2.6.1
24332026-05-14T16:19:11.044Z Compiling serde_spanned v1.0.4
24342026-05-14T16:19:11.066Z Compiling serde_yaml v0.9.34+deprecated
24352026-05-14T16:19:11.089Z Compiling toml_datetime v1.0.0+spec-1.1.0
24362026-05-14T16:19:11.093Z Compiling term v1.2.1
24372026-05-14T16:19:11.177Z Compiling take_mut v0.2.2
24382026-05-14T16:19:11.209Z Compiling toml_writer v1.0.6+spec-1.1.0
24392026-05-14T16:19:11.230Z Compiling slog-bunyan v2.5.0
24402026-05-14T16:19:11.232Z Compiling async-compression v0.4.41
24412026-05-14T16:19:11.406Z Compiling slog-term v2.9.2
24422026-05-14T16:19:11.443Z Compiling toml v1.0.6+spec-1.1.0
24432026-05-14T16:19:11.496Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24442026-05-14T16:19:11.529Z Compiling dropshot v0.17.0
24452026-05-14T16:19:11.583Z Compiling async-stream v0.3.6
24462026-05-14T16:19:11.603Z Compiling num-rational v0.4.2
24472026-05-14T16:19:11.630Z Compiling progenitor-client v0.14.0
24482026-05-14T16:19:11.656Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24492026-05-14T16:19:11.741Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24502026-05-14T16:19:11.774Z Compiling waitgroup v0.1.2
24512026-05-14T16:19:11.805Z Compiling backon v1.6.0
24522026-05-14T16:19:11.857Z Compiling rustls-pemfile v2.2.0
24532026-05-14T16:19:11.927Z Compiling num-complex v0.4.6
24542026-05-14T16:19:11.947Z Compiling hostname v0.4.2
24552026-05-14T16:19:11.967Z Compiling serde_path_to_error v0.1.20
24562026-05-14T16:19:11.993Z Compiling instant v0.1.13
24572026-05-14T16:19:12.013Z Compiling debug-ignore v1.0.5
24582026-05-14T16:19:12.035Z Compiling progenitor-extras v0.2.0
24592026-05-14T16:19:12.071Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24602026-05-14T16:19:12.109Z Compiling typify-impl v0.6.2
24612026-05-14T16:19:12.132Z Compiling backoff v0.4.0
24622026-05-14T16:19:12.154Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24632026-05-14T16:19:12.332Z Compiling num v0.4.3
24642026-05-14T16:19:12.367Z Compiling parse-display v0.10.0
24652026-05-14T16:19:12.388Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24662026-05-14T16:19:12.417Z Compiling progenitor-client v0.13.0
24672026-05-14T16:19:12.439Z Compiling progenitor-client v0.10.0
24682026-05-14T16:19:12.442Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24692026-05-14T16:19:12.587Z Compiling macaddr v1.0.1
24702026-05-14T16:19:12.618Z Compiling float-ord v0.3.2
24712026-05-14T16:19:12.658Z Compiling console v0.15.11
24722026-05-14T16:19:12.752Z Compiling newline-converter v0.3.0
24732026-05-14T16:19:12.772Z Compiling atomicwrites v0.4.4
24742026-05-14T16:19:12.853Z Compiling slog-dtrace v0.3.0
24752026-05-14T16:19:12.950Z Compiling owo-colors v4.3.0
24762026-05-14T16:19:12.999Z Compiling cancel-safe-futures v0.1.5
24772026-05-14T16:19:13.089Z Compiling tokio-rustls v0.25.0
24782026-05-14T16:19:13.130Z Compiling expectorate v1.2.0
24792026-05-14T16:19:13.171Z Compiling libsw-core v0.3.2
24802026-05-14T16:19:13.213Z Compiling resolv-conf v0.7.6
24812026-05-14T16:19:13.279Z Compiling toml v0.8.23
24822026-05-14T16:19:13.368Z Compiling libsw v3.5.0
24832026-05-14T16:19:13.391Z Compiling linear-map v1.2.0
24842026-05-14T16:19:13.601Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24852026-05-14T16:19:13.687Z Compiling linked-hash-map v0.5.6
24862026-05-14T16:19:13.714Z Compiling minimal-lexical v0.2.1
24872026-05-14T16:19:13.844Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24882026-05-14T16:19:13.894Z Compiling lru-cache v0.1.2
24892026-05-14T16:19:13.915Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24902026-05-14T16:19:13.935Z Compiling nom v7.1.3
24912026-05-14T16:19:13.974Z Compiling unicode-xid v0.2.6
24922026-05-14T16:19:13.994Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24932026-05-14T16:19:14.071Z Compiling hickory-proto v0.24.4
24942026-05-14T16:19:14.101Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24952026-05-14T16:19:14.133Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24962026-05-14T16:19:14.171Z Compiling convert_case v0.10.0
24972026-05-14T16:19:14.389Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24982026-05-14T16:19:14.464Z Compiling derive_more-impl v2.1.1
24992026-05-14T16:19:15.008Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25002026-05-14T16:19:15.221Z Compiling derive_more v2.1.1
25012026-05-14T16:19:15.337Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25022026-05-14T16:19:15.343Z Compiling papergrid v0.11.0
25032026-05-14T16:19:15.452Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25042026-05-14T16:19:15.474Z Compiling tabled_derive v0.7.0
25052026-05-14T16:19:15.575Z Compiling typify-macro v0.6.2
25062026-05-14T16:19:15.709Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25072026-05-14T16:19:15.961Z Compiling termtree v0.5.1
25082026-05-14T16:19:16.184Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25092026-05-14T16:19:16.378Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25102026-05-14T16:19:16.595Z Compiling hickory-resolver v0.24.4
25112026-05-14T16:19:16.818Z Compiling tabled v0.15.0
25122026-05-14T16:19:16.873Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25132026-05-14T16:19:17.150Z Compiling typify v0.6.2
25142026-05-14T16:19:17.314Z Compiling progenitor-impl v0.14.0
25152026-05-14T16:19:17.937Z Compiling progenitor-impl v0.13.0
25162026-05-14T16:19:19.475Z Compiling progenitor-macro v0.14.0
25172026-05-14T16:19:19.841Z Compiling qorb v0.4.1
25182026-05-14T16:19:20.127Z Compiling progenitor-macro v0.13.0
25192026-05-14T16:19:21.158Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25202026-05-14T16:19:21.614Z Compiling crossterm v0.29.0
25212026-05-14T16:19:22.194Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25222026-05-14T16:19:22.446Z Compiling phf_shared v0.12.1
25232026-05-14T16:19:22.710Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25242026-05-14T16:19:22.757Z Compiling vte v0.14.1
25252026-05-14T16:19:23.014Z Compiling csv-core v0.1.13
25262026-05-14T16:19:23.183Z Compiling highway v1.3.0
25272026-05-14T16:19:23.255Z Compiling chrono-tz v0.10.4
25282026-05-14T16:19:23.471Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25292026-05-14T16:19:23.520Z Compiling progenitor v0.14.0
25302026-05-14T16:19:23.547Z Compiling csv v1.4.0
25312026-05-14T16:19:23.725Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25322026-05-14T16:19:23.883Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25332026-05-14T16:19:23.908Z Compiling strip-ansi-escapes v0.2.1
25342026-05-14T16:19:24.142Z Compiling progenitor v0.13.0
25352026-05-14T16:19:24.321Z Compiling phf v0.12.1
25362026-05-14T16:19:24.476Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25372026-05-14T16:19:24.525Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25382026-05-14T16:19:24.546Z Compiling const_format_proc_macros v0.2.34
25392026-05-14T16:19:24.581Z Compiling fd-lock v4.0.4
25402026-05-14T16:19:24.705Z Compiling peg-macros v0.8.5
25412026-05-14T16:19:24.766Z Compiling nu-ansi-term v0.50.3
25422026-05-14T16:19:25.086Z Compiling reedline v0.40.0
25432026-05-14T16:19:25.334Z Compiling const_format v0.2.35
25442026-05-14T16:19:25.820Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25452026-05-14T16:19:25.952Z Compiling peg v0.8.5
25462026-05-14T16:19:26.066Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25472026-05-14T16:19:26.648Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25482026-05-14T16:19:26.944Z Compiling bcs v0.1.6
25492026-05-14T16:19:26.969Z Compiling semver v0.1.20
25502026-05-14T16:19:27.260Z Compiling rustc_version v0.1.7
25512026-05-14T16:19:27.387Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25522026-05-14T16:19:27.532Z Compiling newtype_derive v0.1.6
25532026-05-14T16:19:27.672Z Compiling unicode-linebreak v0.1.5
25542026-05-14T16:19:27.744Z Compiling smawk v0.3.2
25552026-05-14T16:19:27.934Z Compiling humantime v2.3.0
25562026-05-14T16:19:27.982Z Compiling textwrap v0.16.2
25572026-05-14T16:19:28.395Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25582026-05-14T16:19:28.528Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25592026-05-14T16:19:28.603Z Compiling dropshot-api-manager-types v0.7.1
25602026-05-14T16:19:29.180Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25612026-05-14T16:19:29.265Z Compiling base64 v0.21.7
25622026-05-14T16:19:29.578Z Compiling steno v0.4.1
25632026-05-14T16:19:29.622Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25642026-05-14T16:19:29.803Z Compiling utf-8 v0.7.6
25652026-05-14T16:19:30.068Z Compiling tagptr v0.2.0
25662026-05-14T16:19:30.089Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25672026-05-14T16:19:30.125Z Compiling tungstenite v0.21.0
25682026-05-14T16:19:30.176Z Compiling radium v0.7.0
25692026-05-14T16:19:30.257Z Compiling moka v0.12.13
25702026-05-14T16:19:30.280Z Compiling maybe-uninit v2.0.0
25712026-05-14T16:19:30.441Z Compiling tap v1.0.1
25722026-05-14T16:19:30.593Z Compiling wyz v0.5.1
25732026-05-14T16:19:30.634Z Compiling zerocopy-derive v0.6.6
25742026-05-14T16:19:30.757Z Compiling tokio-tungstenite v0.21.0
25752026-05-14T16:19:30.839Z Compiling packed_struct v0.10.1
25762026-05-14T16:19:31.113Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25772026-05-14T16:19:31.145Z Compiling funty v2.0.0
25782026-05-14T16:19:31.412Z Compiling hickory-resolver v0.25.2
25792026-05-14T16:19:31.483Z Compiling display-error-chain v0.2.2
25802026-05-14T16:19:31.658Z Compiling crc-catalog v2.4.0
25812026-05-14T16:19:31.794Z Compiling crc v3.4.0
25822026-05-14T16:19:32.023Z Compiling bitvec v1.0.1
25832026-05-14T16:19:32.083Z Compiling zerocopy v0.6.6
25842026-05-14T16:19:32.411Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25852026-05-14T16:19:32.436Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25862026-05-14T16:19:32.463Z Compiling num-derive v0.3.3
25872026-05-14T16:19:32.586Z Compiling packed_struct_codegen v0.10.1
25882026-05-14T16:19:33.253Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25892026-05-14T16:19:33.354Z Compiling bitfield-macros v0.19.4
25902026-05-14T16:19:33.592Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25912026-05-14T16:19:34.242Z Compiling proc-macro-error-attr2 v2.0.0
25922026-05-14T16:19:34.266Z Compiling indexmap v1.9.3
25932026-05-14T16:19:34.267Z Compiling nodrop v0.1.14
25942026-05-14T16:19:34.350Z Compiling array-init v0.0.4
25952026-05-14T16:19:34.370Z Compiling proc-macro-error2 v2.0.1
25962026-05-14T16:19:34.630Z Compiling bitfield v0.19.4
25972026-05-14T16:19:34.748Z Compiling libscf-sys v1.1.0
25982026-05-14T16:19:34.921Z Compiling smallvec v0.6.14
25992026-05-14T16:19:34.962Z Compiling typify-impl v0.4.3
26002026-05-14T16:19:35.063Z Compiling hashbrown v0.12.3
26012026-05-14T16:19:35.199Z Compiling serde-hex v0.1.0
26022026-05-14T16:19:35.252Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26032026-05-14T16:19:35.308Z Compiling tabled_derive v0.11.0
26042026-05-14T16:19:35.933Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26052026-05-14T16:19:36.177Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26062026-05-14T16:19:36.197Z Compiling ron v0.8.1
26072026-05-14T16:19:36.229Z Compiling papergrid v0.17.0
26082026-05-14T16:19:36.333Z Compiling testing_table v0.3.0
26092026-05-14T16:19:36.755Z Compiling hashbrown v0.13.2
26102026-05-14T16:19:37.325Z Compiling vergen-gitcl v1.0.8
26112026-05-14T16:19:37.370Z Compiling dirs-sys-next v0.1.2
26122026-05-14T16:19:37.988Z Compiling glob v0.3.3
26132026-05-14T16:19:38.034Z Compiling maplit v1.0.2
26142026-05-14T16:19:38.034Z Compiling crunchy v0.2.4
26152026-05-14T16:19:38.034Z Compiling diesel_derives v2.3.7
26162026-05-14T16:19:38.034Z Compiling crc-any v2.5.0
26172026-05-14T16:19:38.034Z Compiling clang-sys v1.8.1
26182026-05-14T16:19:38.051Z Compiling dirs-next v2.0.0
26192026-05-14T16:19:38.051Z Compiling tabled v0.20.0
26202026-05-14T16:19:38.062Z Compiling object v0.30.4
26212026-05-14T16:19:38.156Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26222026-05-14T16:19:38.273Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26232026-05-14T16:19:38.316Z Compiling dsl_auto_type v0.2.0
26242026-05-14T16:19:38.357Z Compiling typify-macro v0.4.3
26252026-05-14T16:19:38.447Z Compiling scheduled-thread-pool v0.2.7
26262026-05-14T16:19:38.559Z Compiling diesel_table_macro_syntax v0.3.0
26272026-05-14T16:19:38.814Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26282026-05-14T16:19:38.842Z Compiling path-slash v0.1.5
26292026-05-14T16:19:38.893Z Compiling tiny-keccak v2.0.2
26302026-05-14T16:19:39.035Z Compiling xshell-macros v0.2.7
26312026-05-14T16:19:39.140Z Compiling r2d2 v0.8.10
26322026-05-14T16:19:39.201Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26332026-05-14T16:19:39.958Z Compiling xshell v0.2.7
26342026-05-14T16:19:39.999Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26352026-05-14T16:19:39.999Z Compiling term v0.7.0
26362026-05-14T16:19:40.005Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26372026-05-14T16:19:40.224Z Compiling downcast-rs v2.0.2
26382026-05-14T16:19:40.339Z Compiling bit-vec v0.6.3
26392026-05-14T16:19:40.361Z Compiling ascii-canvas v3.0.0
26402026-05-14T16:19:40.583Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26412026-05-14T16:19:40.645Z Compiling bit-set v0.5.3
26422026-05-14T16:19:40.698Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26432026-05-14T16:19:40.767Z Compiling itertools v0.10.5
26442026-05-14T16:19:40.903Z Compiling ena v0.14.4
26452026-05-14T16:19:41.073Z Compiling libloading v0.8.9
26462026-05-14T16:19:41.302Z Compiling crc8 v0.1.1
26472026-05-14T16:19:41.474Z Compiling regex-syntax v0.6.29
26482026-05-14T16:19:41.763Z Compiling unicase v2.9.0
26492026-05-14T16:19:41.862Z Compiling diff v0.1.13
26502026-05-14T16:19:41.887Z Compiling bindgen v0.71.1
26512026-05-14T16:19:42.142Z Compiling typify v0.4.3
26522026-05-14T16:19:42.206Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26532026-05-14T16:19:42.280Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26542026-05-14T16:19:42.876Z Compiling lalrpop v0.19.12
26552026-05-14T16:19:42.897Z Compiling cexpr v0.6.0
26562026-05-14T16:19:42.921Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26572026-05-14T16:19:43.148Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26582026-05-14T16:19:43.367Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26592026-05-14T16:19:43.405Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26602026-05-14T16:19:43.518Z Compiling headers-core v0.3.0
26612026-05-14T16:19:43.546Z Compiling libxml v0.3.3
26622026-05-14T16:19:43.568Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26632026-05-14T16:19:43.679Z Compiling diesel v2.3.7
26642026-05-14T16:19:43.849Z Compiling headers v0.4.1
26652026-05-14T16:19:44.034Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26662026-05-14T16:19:44.255Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26672026-05-14T16:19:44.760Z Compiling strum_macros v0.24.3
26682026-05-14T16:19:44.848Z Compiling indoc v1.0.9
26692026-05-14T16:19:45.284Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26702026-05-14T16:19:45.507Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26712026-05-14T16:19:45.543Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26722026-05-14T16:19:46.004Z Compiling derive_builder v0.20.2
26732026-05-14T16:19:46.025Z Compiling oso-derive v0.27.3
26742026-05-14T16:19:46.196Z Compiling quick-xml v0.37.5
26752026-05-14T16:19:46.517Z Compiling impl-trait-for-tuples v0.2.3
26762026-05-14T16:19:46.546Z Compiling half v1.8.3
26772026-05-14T16:19:46.833Z Compiling openssl-probe v0.1.6
26782026-05-14T16:19:46.991Z Compiling serde_cbor v0.11.2
26792026-05-14T16:19:47.073Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26802026-05-14T16:19:47.132Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26812026-05-14T16:19:47.467Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26822026-05-14T16:19:47.769Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26832026-05-14T16:19:47.799Z Compiling bb8 v0.8.6
26842026-05-14T16:19:47.971Z Compiling trait-variant v0.1.2
26852026-05-14T16:19:48.019Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26862026-05-14T16:19:48.204Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26872026-05-14T16:19:48.275Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26882026-05-14T16:19:48.353Z Compiling samael v0.0.19
26892026-05-14T16:19:48.444Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26902026-05-14T16:19:48.516Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
26912026-05-14T16:19:48.536Z Compiling fxhash v0.2.1
26922026-05-14T16:19:48.695Z Compiling salty v0.3.0
26932026-05-14T16:19:48.862Z Compiling progenitor-impl v0.11.2
26942026-05-14T16:19:49.025Z Compiling progenitor-impl v0.10.0
26952026-05-14T16:19:49.061Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26962026-05-14T16:19:49.531Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26972026-05-14T16:19:49.700Z Compiling kstat-rs v0.2.4
26982026-05-14T16:19:49.724Z Compiling libz-sys v1.1.24
26992026-05-14T16:19:49.887Z Compiling nonempty v0.12.0
27002026-05-14T16:19:50.113Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27012026-05-14T16:19:50.172Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27022026-05-14T16:19:50.355Z Compiling polar-core v0.27.3
27032026-05-14T16:19:51.038Z Compiling progenitor-macro v0.11.2
27042026-05-14T16:19:51.163Z Compiling progenitor-macro v0.10.0
27052026-05-14T16:19:52.707Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27062026-05-14T16:19:53.860Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27072026-05-14T16:19:53.896Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27082026-05-14T16:19:54.445Z Compiling progenitor-client v0.11.2
27092026-05-14T16:19:54.708Z Compiling darling_core v0.23.0
27102026-05-14T16:19:55.016Z Compiling nanorand v0.7.0
27112026-05-14T16:19:55.050Z Compiling arc-swap v1.8.2
27122026-05-14T16:19:55.212Z Compiling fs-err v2.11.0
27132026-05-14T16:19:55.430Z Compiling parking_lot_core v0.8.6
27142026-05-14T16:19:55.580Z Compiling slog-scope v4.4.1
27152026-05-14T16:19:55.614Z Compiling mime_guess v2.0.5
27162026-05-14T16:19:55.735Z Compiling flume v0.11.1
27172026-05-14T16:19:56.027Z Compiling progenitor v0.10.0
27182026-05-14T16:19:56.139Z Compiling progenitor v0.11.2
27192026-05-14T16:19:56.143Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27202026-05-14T16:19:56.217Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27212026-05-14T16:19:56.333Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27222026-05-14T16:19:56.857Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27232026-05-14T16:19:58.514Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27242026-05-14T16:19:58.863Z Compiling darling_macro v0.23.0
27252026-05-14T16:19:59.386Z Compiling oso v0.27.3
27262026-05-14T16:19:59.688Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27272026-05-14T16:20:00.631Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27282026-05-14T16:20:03.488Z Compiling diesel-dtrace v0.5.0
27292026-05-14T16:20:03.823Z Compiling async-bb8-diesel v0.2.1
27302026-05-14T16:20:04.276Z Compiling primeorder v0.13.6
27312026-05-14T16:20:04.537Z Compiling git-stub v1.0.0
27322026-05-14T16:20:04.592Z Compiling libgit2-sys v0.18.3+1.9.2
27332026-05-14T16:20:04.823Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27342026-05-14T16:20:05.052Z Compiling instability v0.3.11
27352026-05-14T16:20:05.306Z Compiling git-stub-vcs v0.1.0
27362026-05-14T16:20:05.615Z Compiling p384 v0.13.1
27372026-05-14T16:20:05.678Z Compiling darling v0.23.0
27382026-05-14T16:20:05.705Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27392026-05-14T16:20:05.765Z Compiling slog-stdlog v4.1.1
27402026-05-14T16:20:06.242Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27412026-05-14T16:20:06.268Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27422026-05-14T16:20:06.359Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27432026-05-14T16:20:06.596Z Compiling ignore v0.4.25
27442026-05-14T16:20:06.961Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27452026-05-14T16:20:07.441Z Compiling castaway v0.2.4
27462026-05-14T16:20:07.597Z Compiling atty v0.2.14
27472026-05-14T16:20:07.741Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27482026-05-14T16:20:07.779Z Compiling indoc v2.0.7
27492026-05-14T16:20:07.975Z Compiling parse-size v1.1.0
27502026-05-14T16:20:08.196Z Compiling http-range v0.1.5
27512026-05-14T16:20:08.362Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27522026-05-14T16:20:08.595Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-05-14T16:20:08.921Z Compiling compact_str v0.8.1
27542026-05-14T16:20:09.945Z Compiling globwalk v0.9.1
27552026-05-14T16:20:10.070Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27562026-05-14T16:20:10.622Z Compiling parking_lot v0.11.2
27572026-05-14T16:20:10.908Z Compiling slog-envlogger v2.2.0
27582026-05-14T16:20:11.540Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27592026-05-14T16:20:11.918Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27602026-05-14T16:20:12.014Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27612026-05-14T16:20:12.037Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27622026-05-14T16:20:12.079Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27632026-05-14T16:20:12.261Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27642026-05-14T16:20:12.711Z Compiling predicates-tree v1.0.13
27652026-05-14T16:20:12.809Z Compiling unicode-truncate v1.1.0
27662026-05-14T16:20:12.886Z Compiling lru v0.12.5
27672026-05-14T16:20:12.910Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27682026-05-14T16:20:13.024Z Compiling rand_seeder v0.4.0
27692026-05-14T16:20:13.112Z Compiling prefix-trie v0.7.0
27702026-05-14T16:20:13.175Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27712026-05-14T16:20:13.276Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27722026-05-14T16:20:13.437Z Compiling vergen-git2 v1.0.7
27732026-05-14T16:20:13.457Z Compiling cassowary v0.3.0
27742026-05-14T16:20:13.603Z Compiling corncobs v0.1.4
27752026-05-14T16:20:13.727Z Compiling hickory-server v0.25.2
27762026-05-14T16:20:13.748Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27772026-05-14T16:20:13.862Z Compiling ratatui v0.29.0
27782026-05-14T16:20:13.969Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27792026-05-14T16:20:14.251Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27802026-05-14T16:20:14.273Z Compiling camino-tempfile-ext v0.3.3
27812026-05-14T16:20:14.456Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27822026-05-14T16:20:14.460Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27832026-05-14T16:20:14.832Z Compiling hyper-staticfile v0.10.1
27842026-05-14T16:20:14.922Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27852026-05-14T16:20:15.028Z Compiling sled v0.34.7
27862026-05-14T16:20:15.490Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27872026-05-14T16:20:16.072Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27882026-05-14T16:20:16.161Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27892026-05-14T16:20:17.555Z Compiling secrecy v0.8.0
27902026-05-14T16:20:17.812Z Compiling rustls v0.21.12
27912026-05-14T16:20:17.872Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27922026-05-14T16:20:18.720Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27932026-05-14T16:20:18.749Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27942026-05-14T16:20:19.278Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27952026-05-14T16:20:19.503Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27962026-05-14T16:20:20.800Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27972026-05-14T16:20:20.889Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27982026-05-14T16:20:22.037Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27992026-05-14T16:20:22.171Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28002026-05-14T16:20:22.399Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28012026-05-14T16:20:22.642Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28022026-05-14T16:20:22.866Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28032026-05-14T16:20:23.093Z Compiling rustls-webpki v0.101.7
28042026-05-14T16:20:23.866Z Compiling sct v0.7.1
28052026-05-14T16:20:24.180Z Compiling nix v0.29.0
28062026-05-14T16:20:24.325Z Compiling dropshot v0.16.7
28072026-05-14T16:20:24.570Z Compiling void v1.0.2
28082026-05-14T16:20:24.690Z Compiling lzss v0.8.2
28092026-05-14T16:20:24.724Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28102026-05-14T16:20:24.894Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28112026-05-14T16:20:24.915Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28122026-05-14T16:20:24.962Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28132026-05-14T16:20:25.560Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28142026-05-14T16:20:25.733Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28152026-05-14T16:20:25.974Z Compiling tungstenite v0.23.0
28162026-05-14T16:20:26.278Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28172026-05-14T16:20:27.142Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28182026-05-14T16:20:27.375Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28192026-05-14T16:20:27.594Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28202026-05-14T16:20:27.822Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28212026-05-14T16:20:27.917Z Compiling toml v0.9.12+spec-1.1.0
28222026-05-14T16:20:28.047Z Compiling nix v0.27.1
28232026-05-14T16:20:28.318Z Compiling dropshot_endpoint v0.16.7
28242026-05-14T16:20:28.430Z Compiling serde_bytes v0.11.19
28252026-05-14T16:20:28.692Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28262026-05-14T16:20:28.923Z Compiling tokio-tungstenite v0.23.1
28272026-05-14T16:20:29.263Z Compiling tokio-rustls v0.24.1
28282026-05-14T16:20:29.303Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28292026-05-14T16:20:29.988Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28302026-05-14T16:20:30.389Z Compiling git2 v0.20.4
28312026-05-14T16:20:32.104Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28322026-05-14T16:20:34.017Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28332026-05-14T16:20:34.355Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28342026-05-14T16:20:34.948Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28352026-05-14T16:20:34.989Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28362026-05-14T16:20:35.133Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28372026-05-14T16:20:35.359Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28382026-05-14T16:20:36.948Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28392026-05-14T16:20:37.477Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28402026-05-14T16:20:37.863Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28412026-05-14T16:20:38.177Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28422026-05-14T16:20:38.635Z Compiling rustls-pemfile v1.0.4
28432026-05-14T16:20:39.075Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28442026-05-14T16:20:39.170Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28452026-05-14T16:20:39.662Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28462026-05-14T16:20:40.212Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28472026-05-14T16:20:41.993Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28482026-05-14T16:20:42.681Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28492026-05-14T16:20:42.802Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28502026-05-14T16:20:42.865Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28512026-05-14T16:20:42.956Z Compiling signal-hook-tokio v0.3.1
28522026-05-14T16:20:43.030Z Compiling twox-hash v2.1.2
28532026-05-14T16:20:43.149Z Compiling yasna v0.5.2
28542026-05-14T16:20:43.454Z Compiling is_ci v1.2.0
28552026-05-14T16:20:43.673Z Compiling supports-color v3.0.2
28562026-05-14T16:20:43.694Z Compiling rcgen v0.12.1
28572026-05-14T16:20:43.957Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28582026-05-14T16:20:44.757Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28592026-05-14T16:20:44.782Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28602026-05-14T16:20:44.874Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28612026-05-14T16:20:45.224Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28622026-05-14T16:20:45.612Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28632026-05-14T16:20:45.735Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28642026-05-14T16:20:46.547Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28652026-05-14T16:20:48.156Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28662026-05-14T16:20:48.276Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28672026-05-14T16:20:48.392Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28682026-05-14T16:20:48.626Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28692026-05-14T16:20:48.863Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28702026-05-14T16:20:49.089Z Compiling fatfs v0.3.6
28712026-05-14T16:20:49.409Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28722026-05-14T16:20:50.218Z Compiling subprocess v0.2.15
28732026-05-14T16:20:50.293Z Compiling rtoolbox v0.0.3
28742026-05-14T16:20:50.569Z Compiling assert_matches v1.5.0
28752026-05-14T16:20:50.681Z Compiling seq-macro v0.3.6
28762026-05-14T16:20:50.870Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28772026-05-14T16:20:51.175Z Compiling rpassword v7.4.0
28782026-05-14T16:20:51.493Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28792026-05-14T16:20:52.106Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28802026-05-14T16:20:52.366Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28812026-05-14T16:20:53.077Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28822026-05-14T16:20:53.219Z Compiling tui-tree-widget v0.23.1
28832026-05-14T16:20:53.514Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28842026-05-14T16:20:54.142Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28852026-05-14T16:20:54.656Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28862026-05-14T16:20:54.747Z Compiling uzers v0.12.2
28872026-05-14T16:20:55.410Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28882026-05-14T16:20:55.957Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28892026-05-14T16:20:57.061Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28902026-05-14T16:20:57.950Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28912026-05-14T16:20:59.362Z Compiling support-bundle-viewer v0.1.2
28922026-05-14T16:21:01.086Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28932026-05-14T16:21:01.287Z Compiling multimap v0.10.1
28942026-05-14T16:21:09.420Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28952026-05-14T16:21:10.709Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28962026-05-14T16:21:12.382Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28972026-05-14T16:21:21.089Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28982026-05-14T16:29:44.761Z Finished `release` profile [optimized] target(s) in 10m 35s
28992026-05-14T16:30:29.830Z
29002026-05-14T16:30:29.830Zreal 11:21.851331598
29012026-05-14T16:30:29.830Zuser 1:20:28.035208568
29022026-05-14T16:30:29.833Zsys 3:26.769437886
29032026-05-14T16:30:29.834Ztrap 1.741448273
29042026-05-14T16:30:29.834Ztflt 2.476811867
29052026-05-14T16:30:29.834Zdflt 16.273052478
29062026-05-14T16:30:29.834Zkflt 0.028311698
29072026-05-14T16:30:29.834Zlock 8:23:39.128237022
29082026-05-14T16:30:29.834Zslp 2:24:34.206399656
29092026-05-14T16:30:29.834Zlat 2:28.913459746
29102026-05-14T16:30:29.834Zstop 5:06.134329902
29112026-05-14T16:30:29.834Z+ mapfile -t packages
29122026-05-14T16:30:29.834Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29132026-05-14T16:30:30.790Z Finished `release` profile [optimized] target(s) in 0.94s
29142026-05-14T16:30:30.865Z Running `target/release/omicron-package -t test list-outputs`
29152026-05-14T16:30:30.919ZLogging to: /work/oxidecomputer/omicron/out/LOG
29162026-05-14T16:30:30.922Z+ ptime -m cargo build --locked --release -p xtask
29172026-05-14T16:30:31.448Z Compiling libc v0.2.185
29182026-05-14T16:30:31.448Z Compiling serde v1.0.228
29192026-05-14T16:30:31.451Z Compiling serde_core v1.0.228
29202026-05-14T16:30:31.540Z Compiling rustix v1.1.3
29212026-05-14T16:30:31.563Z Compiling bitflags v2.11.0
29222026-05-14T16:30:31.571Z Compiling serde_json v1.0.149
29232026-05-14T16:30:31.587Z Compiling num-traits v0.2.19
29242026-05-14T16:30:31.595Z Compiling syn v2.0.117
29252026-05-14T16:30:31.615Z Compiling smallvec v1.15.1
29262026-05-14T16:30:31.615Z Compiling indexmap v2.14.0
29272026-05-14T16:30:31.634Z Compiling usdt-impl v0.5.0
29282026-05-14T16:30:31.644Z Compiling syn v1.0.109
29292026-05-14T16:30:31.656Z Compiling getrandom v0.4.1
29302026-05-14T16:30:31.667Z Compiling log v0.4.29
29312026-05-14T16:30:31.823Z Compiling percent-encoding v2.3.2
29322026-05-14T16:30:31.973Z Compiling form_urlencoded v1.2.2
29332026-05-14T16:30:32.030Z Compiling fs-err v3.3.0
29342026-05-14T16:30:32.030Z Compiling once_cell v1.21.3
29352026-05-14T16:30:32.059Z Compiling anyhow v1.0.102
29362026-05-14T16:30:32.071Z Compiling heck v0.4.1
29372026-05-14T16:30:32.281Z Compiling errno v0.3.14
29382026-05-14T16:30:32.285Z Compiling thread-id v4.2.2
29392026-05-14T16:30:32.285Z Compiling memmap v0.7.0
29402026-05-14T16:30:32.586Z Compiling ordered-float v2.10.1
29412026-05-14T16:30:33.110Z Compiling proc-macro-error v1.0.4
29422026-05-14T16:30:33.285Z Compiling terminal_size v0.4.3
29432026-05-14T16:30:33.285Z Compiling tempfile v3.25.0
29442026-05-14T16:30:33.351Z Compiling tabled_derive v0.7.0
29452026-05-14T16:30:33.383Z Compiling clap_builder v4.5.60
29462026-05-14T16:30:33.386Z Compiling textwrap v0.16.2
29472026-05-14T16:30:33.520Z Compiling camino-tempfile v1.4.1
29482026-05-14T16:30:34.033Z Compiling tabled v0.15.0
29492026-05-14T16:30:34.079Z Compiling synstructure v0.13.2
29502026-05-14T16:30:34.079Z Compiling pest_generator v2.8.6
29512026-05-14T16:30:34.468Z Compiling serde_derive v1.0.228
29522026-05-14T16:30:34.468Z Compiling zerofrom-derive v0.1.6
29532026-05-14T16:30:34.472Z Compiling yoke-derive v0.8.1
29542026-05-14T16:30:34.472Z Compiling zerovec-derive v0.11.2
29552026-05-14T16:30:34.472Z Compiling displaydoc v0.2.5
29562026-05-14T16:30:34.472Z Compiling thiserror-impl v1.0.69
29572026-05-14T16:30:34.472Z Compiling zerocopy-derive v0.7.35
29582026-05-14T16:30:34.472Z Compiling scroll_derive v0.12.1
29592026-05-14T16:30:34.472Z Compiling thiserror-impl v2.0.18
29602026-05-14T16:30:34.472Z Compiling clap_derive v4.5.55
29612026-05-14T16:30:34.614Z Compiling pest_derive v2.8.6
29622026-05-14T16:30:35.220Z Compiling scroll v0.12.0
29632026-05-14T16:30:35.354Z Compiling zerocopy v0.7.35
29642026-05-14T16:30:35.486Z Compiling goblin v0.8.2
29652026-05-14T16:30:35.617Z Compiling thiserror v1.0.69
29662026-05-14T16:30:35.632Z Compiling zerofrom v0.1.6
29672026-05-14T16:30:35.693Z Compiling thiserror v2.0.18
29682026-05-14T16:30:35.737Z Compiling dtrace-parser v0.2.0
29692026-05-14T16:30:35.748Z Compiling yoke v0.8.1
29702026-05-14T16:30:35.935Z Compiling zerovec v0.11.5
29712026-05-14T16:30:35.961Z Compiling zerotrie v0.2.3
29722026-05-14T16:30:36.122Z Compiling clap v4.5.60
29732026-05-14T16:30:36.550Z Compiling tinystr v0.8.2
29742026-05-14T16:30:36.838Z Compiling icu_locale_core v2.1.1
29752026-05-14T16:30:37.797Z Compiling potential_utf v0.1.4
29762026-05-14T16:30:38.003Z Compiling icu_collections v2.1.1
29772026-05-14T16:30:38.146Z Compiling icu_provider v2.1.1
29782026-05-14T16:30:38.185Z Compiling toml_datetime v0.6.11
29792026-05-14T16:30:38.194Z Compiling serde_spanned v0.6.9
29802026-05-14T16:30:38.241Z Compiling dof v0.3.0
29812026-05-14T16:30:38.258Z Compiling serde-value v0.7.0
29822026-05-14T16:30:38.296Z Compiling cargo-platform v0.2.0
29832026-05-14T16:30:38.309Z Compiling macaddr v1.0.1
29842026-05-14T16:30:38.435Z Compiling icu_properties v2.1.2
29852026-05-14T16:30:38.463Z Compiling icu_normalizer v2.1.1
29862026-05-14T16:30:38.485Z Compiling toml_edit v0.22.27
29872026-05-14T16:30:38.615Z Compiling serde_tokenstream v0.2.3
29882026-05-14T16:30:39.323Z Compiling idna_adapter v1.2.1
29892026-05-14T16:30:39.404Z Compiling usdt-attr-macro v0.5.0
29902026-05-14T16:30:39.404Z Compiling usdt-macro v0.5.0
29912026-05-14T16:30:39.432Z Compiling idna v1.1.0
29922026-05-14T16:30:39.755Z Compiling url v2.5.8
29932026-05-14T16:30:39.976Z Compiling usdt v0.5.0
29942026-05-14T16:30:39.988Z Compiling toml v0.8.23
29952026-05-14T16:30:40.412Z Compiling cargo-util-schemas v0.8.2
29962026-05-14T16:30:40.412Z Compiling cargo_toml v0.21.0
29972026-05-14T16:30:41.433Z Compiling cargo_metadata v0.21.0
29982026-05-14T16:30:44.495Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29992026-05-14T16:30:47.504Z Finished `release` profile [optimized] target(s) in 16.57s
30002026-05-14T16:30:47.662Z
30012026-05-14T16:30:47.662Zreal 16.704907454
30022026-05-14T16:30:47.662Zuser 2:21.313519676
30032026-05-14T16:30:47.662Zsys 16.446437484
30042026-05-14T16:30:47.662Ztrap 0.089774701
30052026-05-14T16:30:47.662Ztflt 0.549524453
30062026-05-14T16:30:47.666Zdflt 1.671483308
30072026-05-14T16:30:47.666Zkflt 0.000070530
30082026-05-14T16:30:47.666Zlock 5:09.788991127
30092026-05-14T16:30:47.666Zslp 3:20.913869897
30102026-05-14T16:30:47.666Zlat 5.488570666
30112026-05-14T16:30:47.666Zstop 17.405216051
30122026-05-14T16:30:47.666Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30132026-05-14T16:30:47.666Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30142026-05-14T16:30:47.666Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30152026-05-14T16:30:47.666Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30162026-05-14T16:30:47.666Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30172026-05-14T16:30:48.596Z Compiling newtype-uuid-macros v0.1.0
30182026-05-14T16:30:48.596Z Compiling regress v0.10.5
30192026-05-14T16:30:48.596Z Compiling structmeta-derive v0.3.0
30202026-05-14T16:30:48.599Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30212026-05-14T16:30:48.599Z Compiling rustls v0.22.4
30222026-05-14T16:30:48.599Z Compiling rustls-webpki v0.102.8
30232026-05-14T16:30:48.599Z Compiling multer v3.1.0
30242026-05-14T16:30:48.599Z Compiling compression-core v0.4.31
30252026-05-14T16:30:48.599Z Compiling match_cfg v0.1.0
30262026-05-14T16:30:48.743Z Compiling debug-ignore v1.0.5
30272026-05-14T16:30:48.747Z Compiling slog-json v2.6.1
30282026-05-14T16:30:48.748Z Compiling async-stream-impl v0.3.6
30292026-05-14T16:30:48.812Z Compiling toml_datetime v1.0.0+spec-1.1.0
30302026-05-14T16:30:48.815Z Compiling serde_spanned v1.0.4
30312026-05-14T16:30:48.841Z Compiling dropshot v0.17.0
30322026-05-14T16:30:48.844Z Compiling toml_writer v1.0.6+spec-1.1.0
30332026-05-14T16:30:48.917Z Compiling compression-codecs v0.4.37
30342026-05-14T16:30:48.945Z Compiling itertools v0.14.0
30352026-05-14T16:30:48.997Z Compiling hostname v0.3.1
30362026-05-14T16:30:49.001Z Compiling waitgroup v0.1.2
30372026-05-14T16:30:49.031Z Compiling rustls-pemfile v2.2.0
30382026-05-14T16:30:49.130Z Compiling async-compression v0.4.41
30392026-05-14T16:30:49.163Z Compiling slog-bunyan v2.5.0
30402026-05-14T16:30:49.163Z Compiling toml v1.0.6+spec-1.1.0
30412026-05-14T16:30:49.166Z Compiling dropshot_endpoint v0.17.0
30422026-05-14T16:30:49.166Z Compiling hostname v0.4.2
30432026-05-14T16:30:49.227Z Compiling serde_path_to_error v0.1.20
30442026-05-14T16:30:49.259Z Compiling progenitor-client v0.14.0
30452026-05-14T16:30:49.281Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30462026-05-14T16:30:49.318Z Compiling macaddr v1.0.1
30472026-05-14T16:30:49.335Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30482026-05-14T16:30:49.363Z Compiling async-stream v0.3.6
30492026-05-14T16:30:49.472Z Compiling instant v0.1.13
30502026-05-14T16:30:49.490Z Compiling progenitor-client v0.10.0
30512026-05-14T16:30:49.508Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30522026-05-14T16:30:49.554Z Compiling backon v1.6.0
30532026-05-14T16:30:49.554Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30542026-05-14T16:30:49.600Z Compiling backoff v0.4.0
30552026-05-14T16:30:49.604Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30562026-05-14T16:30:49.632Z Compiling universal-hash v0.5.1
30572026-05-14T16:30:49.636Z Compiling opaque-debug v0.3.1
30582026-05-14T16:30:49.636Z Compiling half v2.7.1
30592026-05-14T16:30:49.735Z Compiling progenitor-extras v0.2.0
30602026-05-14T16:30:49.761Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30612026-05-14T16:30:49.779Z Compiling crucible-workspace-hack v0.1.0
30622026-05-14T16:30:49.782Z Compiling ciborium-io v0.2.2
30632026-05-14T16:30:49.814Z Compiling unsafe-libyaml v0.2.11
30642026-05-14T16:30:49.842Z Compiling convert_case v0.4.0
30652026-05-14T16:30:49.905Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30662026-05-14T16:30:49.921Z Compiling ciborium-ll v0.2.2
30672026-05-14T16:30:49.995Z Compiling regress v0.11.1
30682026-05-14T16:30:50.011Z Compiling aead v0.5.2
30692026-05-14T16:30:50.046Z Compiling secrecy v0.10.3
30702026-05-14T16:30:50.073Z Compiling structmeta v0.3.0
30712026-05-14T16:30:50.115Z Compiling ciborium v0.2.2
30722026-05-14T16:30:50.150Z Compiling poly1305 v0.8.0
30732026-05-14T16:30:50.166Z Compiling chacha20 v0.9.1
30742026-05-14T16:30:50.184Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30752026-05-14T16:30:50.222Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30762026-05-14T16:30:50.242Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30772026-05-14T16:30:50.257Z Compiling derive_more v0.99.20
30782026-05-14T16:30:50.272Z Compiling thiserror-impl-no-std v2.0.2
30792026-05-14T16:30:50.312Z Compiling derive-ex v0.1.8
30802026-05-14T16:30:50.441Z Compiling parse-display-derive v0.10.0
30812026-05-14T16:30:50.508Z Compiling serde_yaml v0.9.34+deprecated
30822026-05-14T16:30:50.530Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30832026-05-14T16:30:50.586Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30842026-05-14T16:30:50.602Z Compiling byte-wrapper v0.1.0
30852026-05-14T16:30:50.619Z Compiling password-hash v0.5.0
30862026-05-14T16:30:50.674Z Compiling blake2 v0.10.6
30872026-05-14T16:30:50.718Z Compiling chacha20poly1305 v0.10.1
30882026-05-14T16:30:50.893Z Compiling indent_write v2.2.0
30892026-05-14T16:30:50.923Z Compiling argon2 v0.5.3
30902026-05-14T16:30:50.967Z Compiling heapless v0.8.0
30912026-05-14T16:30:50.993Z Compiling ingot-macros v0.1.1
30922026-05-14T16:30:51.059Z Compiling tokio-rustls v0.25.0
30932026-05-14T16:30:51.062Z Compiling toml_edit v0.23.10+spec-1.0.0
30942026-05-14T16:30:51.249Z Compiling hash32 v0.3.1
30952026-05-14T16:30:51.314Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30962026-05-14T16:30:51.506Z Compiling thiserror-no-std v2.0.2
30972026-05-14T16:30:51.608Z Compiling typify-impl v0.6.2
30982026-05-14T16:30:51.636Z Compiling vsss-rs v3.3.4
30992026-05-14T16:30:51.640Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31002026-05-14T16:30:51.896Z Compiling smoltcp v0.11.0
31012026-05-14T16:30:52.034Z Compiling proc-macro-crate v3.4.0
31022026-05-14T16:30:52.065Z Compiling test-strategy v0.4.5
31032026-05-14T16:30:52.179Z Compiling tabwriter v1.4.1
31042026-05-14T16:30:52.225Z Compiling num-rational v0.4.2
31052026-05-14T16:30:52.243Z Compiling parse-display v0.10.0
31062026-05-14T16:30:52.284Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31072026-05-14T16:30:52.431Z Compiling cobs v0.3.0
31082026-05-14T16:30:52.447Z Compiling num-complex v0.4.6
31092026-05-14T16:30:52.576Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31102026-05-14T16:30:52.592Z Compiling postcard v1.1.3
31112026-05-14T16:30:52.640Z Compiling num_enum_derive v0.7.5
31122026-05-14T16:30:52.656Z Compiling proc-macro-error v1.0.4
31132026-05-14T16:30:52.818Z Compiling num v0.4.3
31142026-05-14T16:30:52.851Z Compiling proc-macro-crate v1.3.1
31152026-05-14T16:30:52.883Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31162026-05-14T16:30:52.906Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31172026-05-14T16:30:52.924Z Compiling foreign-types-macros v0.2.3
31182026-05-14T16:30:52.940Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31192026-05-14T16:30:52.982Z Compiling colored v3.1.1
31202026-05-14T16:30:53.023Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31212026-05-14T16:30:53.127Z Compiling cpufeatures v0.3.0
31222026-05-14T16:30:53.161Z Compiling float-ord v0.3.2
31232026-05-14T16:30:53.200Z Compiling foreign-types-shared v0.3.1
31242026-05-14T16:30:53.229Z Compiling rayon-core v1.13.0
31252026-05-14T16:30:53.247Z Compiling chacha20 v0.10.0
31262026-05-14T16:30:53.315Z Compiling num_enum_derive v0.5.11
31272026-05-14T16:30:53.369Z Compiling crossbeam-deque v0.8.6
31282026-05-14T16:30:53.387Z Compiling camino-tempfile v1.4.1
31292026-05-14T16:30:53.454Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31302026-05-14T16:30:53.476Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31312026-05-14T16:30:53.493Z Compiling cstr-argument v0.1.2
31322026-05-14T16:30:53.569Z Compiling foreign-types v0.5.0
31332026-05-14T16:30:53.592Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31342026-05-14T16:30:53.647Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31352026-05-14T16:30:53.665Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31362026-05-14T16:30:53.680Z Compiling rand v0.10.0
31372026-05-14T16:30:53.680Z Compiling toml v0.8.23
31382026-05-14T16:30:53.757Z Compiling num_enum v0.7.5
31392026-05-14T16:30:53.832Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31402026-05-14T16:30:53.905Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31412026-05-14T16:30:53.928Z Compiling zone_cfg_derive v0.3.1
31422026-05-14T16:30:53.944Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31432026-05-14T16:30:53.970Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31442026-05-14T16:30:54.012Z Compiling ingot-types v0.1.2
31452026-05-14T16:30:54.067Z Compiling rayon v1.11.0
31462026-05-14T16:30:54.095Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31472026-05-14T16:30:54.130Z Compiling itertools v0.12.1
31482026-05-14T16:30:55.148Z Compiling num-derive v0.4.2
31492026-05-14T16:30:55.151Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31502026-05-14T16:30:55.151Z Compiling sigpipe v0.1.3
31512026-05-14T16:30:55.151Z Compiling glob v0.3.3
31522026-05-14T16:30:55.151Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31532026-05-14T16:30:55.151Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31542026-05-14T16:30:55.151Z Compiling ingot v0.1.1
31552026-05-14T16:30:55.151Z Compiling num_enum v0.5.11
31562026-05-14T16:30:55.151Z Compiling smf v0.2.3
31572026-05-14T16:30:55.151Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31582026-05-14T16:30:55.152Z Compiling prettyplease v0.2.37
31592026-05-14T16:30:55.152Z Compiling whoami v1.6.1
31602026-05-14T16:30:55.152Z Compiling gethostname v0.5.0
31612026-05-14T16:30:55.152Z Compiling atomicwrites v0.4.4
31622026-05-14T16:30:55.152Z Compiling usdt-attr-macro v0.5.0
31632026-05-14T16:30:55.152Z Compiling usdt-macro v0.5.0
31642026-05-14T16:30:55.152Z Compiling memmap v0.7.0
31652026-05-14T16:30:55.152Z Compiling derive-where v1.6.0
31662026-05-14T16:30:55.152Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31672026-05-14T16:30:55.152Z Compiling progenitor-client v0.13.0
31682026-05-14T16:30:55.152Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31692026-05-14T16:30:55.152Z Compiling owo-colors v4.3.0
31702026-05-14T16:30:55.202Z Compiling resolv-conf v0.7.6
31712026-05-14T16:30:55.384Z Compiling zone v0.3.1
31722026-05-14T16:30:55.410Z Compiling cancel-safe-futures v0.1.5
31732026-05-14T16:30:55.723Z Compiling libsw-core v0.3.2
31742026-05-14T16:30:55.729Z Compiling console v0.15.11
31752026-05-14T16:30:55.729Z Compiling newline-converter v0.3.0
31762026-05-14T16:30:55.729Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31772026-05-14T16:30:55.729Z Compiling usdt v0.5.0
31782026-05-14T16:30:55.735Z Compiling libsw v3.5.0
31792026-05-14T16:30:55.857Z Compiling linear-map v1.2.0
31802026-05-14T16:30:55.875Z Compiling libefi-sys v0.1.0
31812026-05-14T16:30:55.941Z Compiling expectorate v1.2.0
31822026-05-14T16:30:55.978Z Compiling hickory-proto v0.24.4
31832026-05-14T16:30:56.034Z Compiling bitfield-struct v0.6.2
31842026-05-14T16:30:56.054Z Compiling linked-hash-map v0.5.6
31852026-05-14T16:30:56.072Z Compiling semver v0.1.20
31862026-05-14T16:30:56.104Z Compiling tokio-dtrace v0.1.1
31872026-05-14T16:30:56.143Z Compiling dropshot-api-manager-types v0.7.1
31882026-05-14T16:30:56.196Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31892026-05-14T16:30:56.241Z Compiling typify-macro v0.6.2
31902026-05-14T16:30:56.315Z Compiling lru-cache v0.1.2
31912026-05-14T16:30:56.320Z Compiling rustc_version v0.1.7
31922026-05-14T16:30:56.320Z Compiling slog-dtrace v0.3.0
31932026-05-14T16:30:56.331Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31942026-05-14T16:30:56.350Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31952026-05-14T16:30:56.385Z Compiling minimal-lexical v0.2.1
31962026-05-14T16:30:56.385Z Compiling oxide-tokio-rt v0.1.4
31972026-05-14T16:30:56.418Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31982026-05-14T16:30:56.433Z Compiling typify-impl v0.4.3
31992026-05-14T16:30:56.450Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32002026-05-14T16:30:56.494Z Compiling phf_shared v0.12.1
32012026-05-14T16:30:56.555Z Compiling newtype_derive v0.1.6
32022026-05-14T16:30:56.625Z Compiling nom v7.1.3
32032026-05-14T16:30:56.685Z Compiling csv-core v0.1.13
32042026-05-14T16:30:56.708Z Compiling chrono-tz v0.10.4
32052026-05-14T16:30:56.730Z Compiling highway v1.3.0
32062026-05-14T16:30:56.746Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32072026-05-14T16:30:56.780Z Compiling xshell-macros v0.2.7
32082026-05-14T16:30:56.872Z Compiling const_format_proc_macros v0.2.34
32092026-05-14T16:30:56.915Z Compiling csv v1.4.0
32102026-05-14T16:30:56.952Z Compiling phf v0.12.1
32112026-05-14T16:30:57.062Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32122026-05-14T16:30:57.080Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32132026-05-14T16:30:57.143Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32142026-05-14T16:30:57.203Z Compiling xshell v0.2.7
32152026-05-14T16:30:57.329Z Compiling primeorder v0.13.6
32162026-05-14T16:30:57.396Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32172026-05-14T16:30:57.484Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32182026-05-14T16:30:57.628Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32192026-05-14T16:30:57.631Z Compiling tabled_derive v0.7.0
32202026-05-14T16:30:57.659Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32212026-05-14T16:30:57.741Z Compiling const_format v0.2.35
32222026-05-14T16:30:57.757Z Compiling bcs v0.1.6
32232026-05-14T16:30:58.067Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32242026-05-14T16:30:58.086Z Compiling salty v0.3.0
32252026-05-14T16:30:58.102Z Compiling termtree v0.5.1
32262026-05-14T16:30:58.117Z Compiling textwrap v0.16.2
32272026-05-14T16:30:58.159Z Compiling typify v0.6.2
32282026-05-14T16:30:58.251Z Compiling hickory-resolver v0.24.4
32292026-05-14T16:30:58.271Z Compiling progenitor-impl v0.14.0
32302026-05-14T16:30:58.287Z Compiling progenitor-impl v0.13.0
32312026-05-14T16:30:58.304Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32322026-05-14T16:30:58.360Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32332026-05-14T16:30:58.546Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32342026-05-14T16:30:58.596Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32352026-05-14T16:30:58.624Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32362026-05-14T16:30:58.679Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32372026-05-14T16:30:58.889Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32382026-05-14T16:30:58.922Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32392026-05-14T16:30:59.172Z Compiling tabled v0.15.0
32402026-05-14T16:30:59.232Z Compiling steno v0.4.1
32412026-05-14T16:30:59.274Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32422026-05-14T16:30:59.366Z Compiling qorb v0.4.1
32432026-05-14T16:30:59.576Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32442026-05-14T16:30:59.772Z Compiling base64 v0.21.7
32452026-05-14T16:30:59.912Z Compiling radium v0.7.0
32462026-05-14T16:31:00.132Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32472026-05-14T16:31:00.186Z Compiling humantime v2.3.0
32482026-05-14T16:31:00.213Z Compiling tagptr v0.2.0
32492026-05-14T16:31:00.368Z Compiling moka v0.12.13
32502026-05-14T16:31:00.410Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32512026-05-14T16:31:00.479Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32522026-05-14T16:31:00.551Z Compiling p384 v0.13.1
32532026-05-14T16:31:00.667Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32542026-05-14T16:31:00.863Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32552026-05-14T16:31:00.881Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32562026-05-14T16:31:01.046Z Compiling progenitor-macro v0.14.0
32572026-05-14T16:31:01.063Z Compiling progenitor-macro v0.13.0
32582026-05-14T16:31:01.099Z Compiling tap v1.0.1
32592026-05-14T16:31:01.117Z Compiling typify-macro v0.4.3
32602026-05-14T16:31:01.134Z Compiling maybe-uninit v2.0.0
32612026-05-14T16:31:01.188Z Compiling hickory-resolver v0.25.2
32622026-05-14T16:31:01.240Z Compiling wyz v0.5.1
32632026-05-14T16:31:01.465Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32642026-05-14T16:31:01.511Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32652026-05-14T16:31:01.529Z Compiling proc-macro-error-attr2 v2.0.0
32662026-05-14T16:31:01.582Z Compiling utf-8 v0.7.6
32672026-05-14T16:31:01.744Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32682026-05-14T16:31:01.795Z Compiling parking_lot_core v0.8.6
32692026-05-14T16:31:01.819Z Compiling packed_struct v0.10.1
32702026-05-14T16:31:01.901Z Compiling funty v2.0.0
32712026-05-14T16:31:02.011Z Compiling tungstenite v0.21.0
32722026-05-14T16:31:02.026Z Compiling proc-macro-error2 v2.0.1
32732026-05-14T16:31:02.146Z Compiling polyval v0.6.2
32742026-05-14T16:31:02.183Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32752026-05-14T16:31:02.200Z Compiling git-stub v1.0.0
32762026-05-14T16:31:02.229Z Compiling packed_struct_codegen v0.10.1
32772026-05-14T16:31:02.377Z Compiling bitvec v1.0.1
32782026-05-14T16:31:02.406Z Compiling num-derive v0.3.3
32792026-05-14T16:31:02.505Z Compiling bitfield-macros v0.19.4
32802026-05-14T16:31:02.536Z Compiling zerocopy-derive v0.6.6
32812026-05-14T16:31:02.654Z Compiling indexmap v1.9.3
32822026-05-14T16:31:02.748Z Compiling nodrop v0.1.14
32832026-05-14T16:31:02.880Z Compiling crc-catalog v2.4.0
32842026-05-14T16:31:02.896Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32852026-05-14T16:31:02.928Z Compiling typify v0.4.3
32862026-05-14T16:31:02.949Z Compiling array-init v0.0.4
32872026-05-14T16:31:03.002Z Compiling crc v3.4.0
32882026-05-14T16:31:03.072Z Compiling progenitor-impl v0.11.2
32892026-05-14T16:31:03.141Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32902026-05-14T16:31:03.189Z Compiling tokio-tungstenite v0.21.0
32912026-05-14T16:31:03.233Z Compiling git-stub-vcs v0.1.0
32922026-05-14T16:31:03.292Z Compiling bitfield v0.19.4
32932026-05-14T16:31:03.331Z Compiling tabled_derive v0.11.0
32942026-05-14T16:31:03.382Z Compiling libscf-sys v1.1.0
32952026-05-14T16:31:03.399Z Compiling ghash v0.5.1
32962026-05-14T16:31:03.454Z Compiling zerocopy v0.6.6
32972026-05-14T16:31:03.553Z Compiling smallvec v0.6.14
32982026-05-14T16:31:03.623Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32992026-05-14T16:31:03.638Z Compiling papergrid v0.17.0
33002026-05-14T16:31:03.818Z Compiling testing_table v0.3.0
33012026-05-14T16:31:03.822Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33022026-05-14T16:31:03.872Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33032026-05-14T16:31:03.896Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33042026-05-14T16:31:04.009Z Compiling ctr v0.9.2
33052026-05-14T16:31:04.135Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33062026-05-14T16:31:04.193Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33072026-05-14T16:31:04.233Z Compiling unicase v2.9.0
33082026-05-14T16:31:04.250Z Compiling corncobs v0.1.4
33092026-05-14T16:31:04.422Z Compiling hashbrown v0.12.3
33102026-05-14T16:31:04.461Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33112026-05-14T16:31:04.478Z Compiling mime_guess v2.0.5
33122026-05-14T16:31:04.496Z Compiling aes-gcm v0.10.3
33132026-05-14T16:31:04.534Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33142026-05-14T16:31:04.551Z Compiling parking_lot v0.11.2
33152026-05-14T16:31:04.640Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33162026-05-14T16:31:04.712Z Compiling tabled v0.20.0
33172026-05-14T16:31:04.910Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33182026-05-14T16:31:04.942Z Compiling serde-hex v0.1.0
33192026-05-14T16:31:04.963Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33202026-05-14T16:31:05.092Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33212026-05-14T16:31:05.183Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33222026-05-14T16:31:05.320Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33232026-05-14T16:31:05.384Z Compiling progenitor-impl v0.10.0
33242026-05-14T16:31:05.581Z Compiling ron v0.8.1
33252026-05-14T16:31:05.598Z Compiling hashbrown v0.13.2
33262026-05-14T16:31:05.626Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33272026-05-14T16:31:05.681Z Compiling progenitor-client v0.11.2
33282026-05-14T16:31:05.709Z Compiling prefix-trie v0.7.0
33292026-05-14T16:31:05.780Z Compiling progenitor-macro v0.11.2
33302026-05-14T16:31:06.022Z Compiling ssh-encoding v0.2.0
33312026-05-14T16:31:06.117Z Compiling blowfish v0.9.1
33322026-05-14T16:31:06.138Z Compiling fxhash v0.2.1
33332026-05-14T16:31:06.254Z Compiling progenitor v0.14.0
33342026-05-14T16:31:06.289Z Compiling progenitor v0.13.0
33352026-05-14T16:31:06.310Z Compiling secrecy v0.8.0
33362026-05-14T16:31:06.325Z Compiling crc-any v2.5.0
33372026-05-14T16:31:06.368Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33382026-05-14T16:31:06.396Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33392026-05-14T16:31:06.430Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33402026-05-14T16:31:06.463Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33412026-05-14T16:31:06.496Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33422026-05-14T16:31:06.551Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33432026-05-14T16:31:06.621Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33442026-05-14T16:31:06.694Z Compiling bcrypt-pbkdf v0.10.0
33452026-05-14T16:31:06.806Z Compiling sled v0.34.7
33462026-05-14T16:31:07.057Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33472026-05-14T16:31:07.075Z Compiling ssh-cipher v0.2.0
33482026-05-14T16:31:07.325Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33492026-05-14T16:31:07.366Z Compiling hickory-server v0.25.2
33502026-05-14T16:31:07.660Z Compiling object v0.30.4
33512026-05-14T16:31:07.735Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33522026-05-14T16:31:07.773Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33532026-05-14T16:31:07.923Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33542026-05-14T16:31:08.238Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33552026-05-14T16:31:08.437Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33562026-05-14T16:31:08.552Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33572026-05-14T16:31:08.843Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33582026-05-14T16:31:09.306Z Compiling progenitor-macro v0.10.0
33592026-05-14T16:31:09.404Z Compiling password-hash v0.4.2
33602026-05-14T16:31:09.431Z Compiling half v1.8.3
33612026-05-14T16:31:09.465Z Compiling crc8 v0.1.1
33622026-05-14T16:31:09.527Z Compiling path-slash v0.1.5
33632026-05-14T16:31:09.616Z Compiling http-range v0.1.5
33642026-05-14T16:31:09.696Z Compiling pbkdf2 v0.11.0
33652026-05-14T16:31:09.735Z Compiling serde_cbor v0.11.2
33662026-05-14T16:31:09.819Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33672026-05-14T16:31:09.937Z Compiling ssh-key v0.6.7
33682026-05-14T16:31:10.297Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33692026-05-14T16:31:10.369Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33702026-05-14T16:31:10.640Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33712026-05-14T16:31:10.706Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33722026-05-14T16:31:10.786Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33732026-05-14T16:31:10.856Z Compiling progenitor v0.11.2
33742026-05-14T16:31:10.859Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33752026-05-14T16:31:10.971Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33762026-05-14T16:31:11.035Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33772026-05-14T16:31:11.057Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33782026-05-14T16:31:11.310Z Compiling p256 v0.13.2
33792026-05-14T16:31:11.536Z Compiling p521 v0.13.3
33802026-05-14T16:31:11.653Z Compiling yasna v0.5.2
33812026-05-14T16:31:11.755Z Compiling kstat-rs v0.2.4
33822026-05-14T16:31:11.802Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33832026-05-14T16:31:11.819Z Compiling headers-core v0.3.0
33842026-05-14T16:31:11.834Z Compiling nanorand v0.7.0
33852026-05-14T16:31:11.855Z Compiling atty v0.2.14
33862026-05-14T16:31:11.880Z Compiling russh-cryptovec v0.7.3
33872026-05-14T16:31:11.966Z Compiling md5 v0.7.0
33882026-05-14T16:31:11.992Z Compiling home v0.5.12
33892026-05-14T16:31:12.087Z Compiling flume v0.11.1
33902026-05-14T16:31:12.091Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33912026-05-14T16:31:12.151Z Compiling rcgen v0.12.1
33922026-05-14T16:31:12.167Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33932026-05-14T16:31:12.211Z Compiling headers v0.4.1
33942026-05-14T16:31:12.264Z Compiling russh-keys v0.45.0
33952026-05-14T16:31:12.393Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33962026-05-14T16:31:12.434Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33972026-05-14T16:31:12.562Z Compiling hyper-staticfile v0.10.1
33982026-05-14T16:31:12.579Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33992026-05-14T16:31:12.790Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34002026-05-14T16:31:12.857Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34012026-05-14T16:31:13.017Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34022026-05-14T16:31:13.077Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34032026-05-14T16:31:13.115Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34042026-05-14T16:31:13.184Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34052026-05-14T16:31:13.415Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34062026-05-14T16:31:13.450Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34072026-05-14T16:31:13.617Z Compiling num-bigint v0.4.6
34082026-05-14T16:31:13.667Z Compiling des v0.8.1
34092026-05-14T16:31:13.690Z Compiling subprocess v0.2.15
34102026-05-14T16:31:13.747Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34112026-05-14T16:31:13.847Z Compiling display-error-chain v0.2.2
34122026-05-14T16:31:13.865Z Compiling hex-literal v0.4.1
34132026-05-14T16:31:13.884Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34142026-05-14T16:31:13.888Z Compiling colored v2.2.0
34152026-05-14T16:31:14.002Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34162026-05-14T16:31:14.019Z Compiling socket2 v0.5.10
34172026-05-14T16:31:14.208Z Compiling internet-checksum v0.2.1
34182026-05-14T16:31:14.225Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34192026-05-14T16:31:14.381Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34202026-05-14T16:31:14.384Z Compiling progenitor v0.10.0
34212026-05-14T16:31:14.580Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34222026-05-14T16:31:14.855Z Compiling russh v0.45.0
34232026-05-14T16:31:15.387Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34242026-05-14T16:31:15.405Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34252026-05-14T16:31:17.933Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34262026-05-14T16:31:18.578Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34272026-05-14T16:31:19.043Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34282026-05-14T16:31:20.700Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34292026-05-14T16:31:28.669Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34302026-05-14T16:31:28.669Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34312026-05-14T16:31:28.669Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34322026-05-14T16:31:28.672Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34332026-05-14T16:31:30.403Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34342026-05-14T16:31:30.448Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34352026-05-14T16:31:34.608Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34362026-05-14T16:31:36.055Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34372026-05-14T16:31:55.169Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34382026-05-14T16:32:13.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34392026-05-14T16:32:14.037Z
34402026-05-14T16:32:14.037Zreal 1:26.312500991
34412026-05-14T16:32:14.037Zuser 8:12.764839709
34422026-05-14T16:32:14.037Zsys 1:38.683562500
34432026-05-14T16:32:14.037Ztrap 0.253113331
34442026-05-14T16:32:14.041Ztflt 0.576817956
34452026-05-14T16:32:14.041Zdflt 1.700175165
34462026-05-14T16:32:14.041Zkflt 0.000377760
34472026-05-14T16:32:14.041Zlock 27:59.632965173
34482026-05-14T16:32:14.041Zslp 19:01.194688360
34492026-05-14T16:32:14.041Zlat 37.921892745
34502026-05-14T16:32:14.041Zstop 2:34.579629802
34512026-05-14T16:32:14.041Z+ mkdir tests
34522026-05-14T16:32:14.044Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34532026-05-14T16:32:14.044Z+ xargs -I '{}' -t cp '{}' tests/
34542026-05-14T16:32:14.071Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e072880c2a7d63d3 tests/
34552026-05-14T16:32:14.099Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-9d8793c19ea6ea46 tests/
34562026-05-14T16:32:14.127Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-f0fc3b5b6aa039d9 tests/
34572026-05-14T16:32:14.156Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-df2026db7b5a8e48 tests/
34582026-05-14T16:32:14.477Z+ 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/*)
34592026-05-14T16:32:14.480Z+ 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-9d8793c19ea6ea46 tests/commtest-f0fc3b5b6aa039d9 tests/dhcp_server-e072880c2a7d63d3 tests/end_to_end_tests-df2026db7b5a8e48 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
34602026-05-14T16:33:33.772ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34612026-05-14T16:33:33.772Za .github/buildomat/ci-env.sh 1K
34622026-05-14T16:33:33.772Za out/target/test 1K
34632026-05-14T16:33:33.772Za out/npuzone/npuzone 27402K
34642026-05-14T16:33:33.772Za package-manifest.toml 35K
34652026-05-14T16:33:33.772Za smf/sled-agent/non-gimlet/config.toml 6K
34662026-05-14T16:33:33.773Za target/release/omicron-package 45975K
34672026-05-14T16:33:33.773Za target/release/xtask 11449K
34682026-05-14T16:33:33.773Za target/debug/bootstrap 352567K
34692026-05-14T16:33:33.773Za tests/bootstrap-9d8793c19ea6ea46 31215K
34702026-05-14T16:33:33.773Za tests/commtest-f0fc3b5b6aa039d9 32299K
34712026-05-14T16:33:33.773Za tests/dhcp_server-e072880c2a7d63d3 31215K
34722026-05-14T16:33:33.773Za tests/end_to_end_tests-df2026db7b5a8e48 394387K
34732026-05-14T16:33:33.773Za out/clickhouse.tar.gz 319633K
34742026-05-14T16:33:33.773Za out/clickhouse_keeper.tar.gz 304987K
34752026-05-14T16:33:33.773Za out/clickhouse_server.tar.gz 319632K
34762026-05-14T16:33:33.773Za out/cockroachdb.tar.gz 165172K
34772026-05-14T16:33:33.773Za out/crucible-pantry-zone.tar.gz 44203K
34782026-05-14T16:33:33.773Za out/crucible-utils.tar 17744K
34792026-05-14T16:33:33.773Za out/crucible-zone.tar.gz 58341K
34802026-05-14T16:33:33.773Za out/external-dns.tar.gz 49795K
34812026-05-14T16:33:33.773Za out/internal-dns.tar.gz 49794K
34822026-05-14T16:33:33.773Za out/mg-ddm-gz.tar 95141K
34832026-05-14T16:33:33.773Za out/nexus.tar.gz 220935K
34842026-05-14T16:33:33.773Za out/ntp.tar.gz 32147K
34852026-05-14T16:33:33.773Za out/omicron-gateway-softnpu.tar.gz 29628K
34862026-05-14T16:33:33.773Za out/omicron-sled-agent.tar 204093K
34872026-05-14T16:33:33.773Za out/overlay.tar.gz 3K
34882026-05-14T16:33:33.773Za out/oximeter.tar.gz 67851K
34892026-05-14T16:33:33.773Za out/oxlog.tar 3782K
34902026-05-14T16:33:33.773Za out/probe.tar.gz 3037K
34912026-05-14T16:33:33.773Za out/propolis-server.tar.gz 38727K
34922026-05-14T16:33:33.773Za out/pumpkind-gz.tar 26647K
34932026-05-14T16:33:33.773Za out/switch-softnpu.tar.gz 397016K
34942026-05-14T16:33:33.779Z
34952026-05-14T16:33:33.779Zreal 1:19.292773601
34962026-05-14T16:33:33.779Zuser 1:16.724091433
34972026-05-14T16:33:33.779Zsys 4.341703361
34982026-05-14T16:33:33.779Ztrap 0.006528842
34992026-05-14T16:33:33.779Ztflt 0.000000000
35002026-05-14T16:33:33.779Zdflt 0.000000000
35012026-05-14T16:33:33.779Zkflt 0.000000000
35022026-05-14T16:33:33.779Zlock 0.000000000
35032026-05-14T16:33:33.779Zslp 1:16.563152955
35042026-05-14T16:33:33.779Zlat 0.944472325
35052026-05-14T16:33:33.779Zstop 0.000627170
35062026-05-14T16:33:33.779Zprocess exited: duration 1091967 ms, exit code 0
 
35072026-05-14T16:33:33.795Zfound 1 output files
35082026-05-14T16:33:33.795Zuploading: /work/package.tar.gz (2446837495 bytes)
35092026-05-14T16:34:00.810Zuploaded: /work/package.tar.gz