01KRKG16Q5X1R8GBM9ZF5K4474: 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: 01KRKG1RZNZH884YH523P97N7T

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-14T15:01:17.926Zjob assigned to worker 01KRKG1Y6VDVCRA2JEZM2MBMYW [factory aws, i-09ef003735ab73662] (queued for 47 s)
 
22026-05-14T15:01:25.202Zstarting task 0: "setup"
32026-05-14T15:01:25.207Z++ uname -s
42026-05-14T15:01:25.210Z+ kern=SunOS
52026-05-14T15:01:25.210Z+ build_user=build
62026-05-14T15:01:25.210Z+ build_uid=12345
72026-05-14T15:01:25.210Z+ work_dir=/work
82026-05-14T15:01:25.210Z+ input_dir=/input
92026-05-14T15:01:25.210Z+ [[ 0 == 12345 ]]
102026-05-14T15:01:25.210Z+ case "$kern" in
112026-05-14T15:01:25.210Z+ groupadd -g 12345 build
122026-05-14T15:01:25.213Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-14T15:01:27.220Z+ zfs create -o mountpoint=/work rpool/work
142026-05-14T15:01:27.396Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-14T15:01:27.399Z+ home_fs=zfs
162026-05-14T15:01:27.399Z+ [[ zfs == autofs ]]
172026-05-14T15:01:27.399Z+ mkdir -p /home/build
182026-05-14T15:01:27.402Z+ chown build:build /home/build /work
192026-05-14T15:01:29.403Z+ chmod 0700 /home/build /work
202026-05-14T15:01:29.406Zprocess exited: duration 4207 ms, exit code 0
 
212026-05-14T15:01:29.421Zstarting task 1: "rust-toolchain"
222026-05-14T15:01:29.426Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-14T15:01:29.426Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-14T15:01:29.426Z * rust toolchain channel = "1.94.0"
252026-05-14T15:01:29.429Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-14T15:01:29.429Z * rust toolchain profile = "default"
272026-05-14T15:01:29.429Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-14T15:01:29.429Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-14T15:01:29.429Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-14T15:01:29.494Zinfo: downloading installer
312026-05-14T15:01:30.970Zwarn: It looks like you have an existing rustup settings file at:
322026-05-14T15:01:30.970Zwarn: /home/build/.rustup/settings.toml
332026-05-14T15:01:30.970Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-14T15:01:30.970Zwarn: instead of the one inferred from the default host triple.
352026-05-14T15:01:30.985Zinfo: profile set to default
362026-05-14T15:01:30.985Zinfo: default host triple is x86_64-unknown-illumos
372026-05-14T15:01:30.991Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-14T15:01:31.118Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-14T15:01:31.120Zinfo: downloading 6 components
402026-05-14T15:01:45.296Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-14T15:01:45.296Z
422026-05-14T15:01:45.326Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-14T15:01:45.326Z
442026-05-14T15:01:45.326Z
452026-05-14T15:01:45.326ZRust is installed now. Great!
462026-05-14T15:01:45.327Z
472026-05-14T15:01:45.327ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-14T15:01:45.327Zenvironment variable. This has not been done automatically.
492026-05-14T15:01:45.327Z
502026-05-14T15:01:45.327ZTo configure your current shell, you need to source
512026-05-14T15:01:45.327Zthe corresponding env file under $HOME/.cargo.
522026-05-14T15:01:45.327Z
532026-05-14T15:01:45.327ZThis is usually done by running one of the following (note the leading DOT):
542026-05-14T15:01:45.327Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-14T15:01:45.327Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-14T15:01:45.327Zsource "~/.cargo/env.nu" # For nushell
572026-05-14T15:01:45.327Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-14T15:01:45.327Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-14T15:01:45.327Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-14T15:01:45.330Zwarn: no default linker (`cc`) was found in your PATH
612026-05-14T15:01:45.330Zwarn: many Rust crates require a system C toolchain to build
622026-05-14T15:01:45.433Z+ rustup --version
632026-05-14T15:01:45.439Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-14T15:01:45.443Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-14T15:01:45.460Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-14T15:01:45.463Z+ cargo --version
672026-05-14T15:01:45.474Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-14T15:01:45.477Z+ rustc --version
692026-05-14T15:01:45.497Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-14T15:01:45.500Zprocess exited: duration 16079 ms, exit code 0
 
712026-05-14T15:01:45.507Zstarting task 2: "authentication"
722026-05-14T15:01:45.525Zprocess exited: duration 18 ms, exit code 0
 
732026-05-14T15:01:45.533Zstarting task 3: "clone repository"
742026-05-14T15:01:45.537Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-14T15:01:45.540Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-14T15:01:45.576ZCloning into '/work/oxidecomputer/omicron'...
772026-05-14T15:01:55.548Z+ cd /work/oxidecomputer/omicron
782026-05-14T15:01:55.548Z+ git fetch origin 5c71f4436cfef9b4709ecc151f018f81e7d27716
792026-05-14T15:01:55.825ZFrom https://github.com/oxidecomputer/omicron
802026-05-14T15:01:55.825Z * branch 5c71f4436cfef9b4709ecc151f018f81e7d27716 -> FETCH_HEAD
812026-05-14T15:01:55.842Z+ [[ -n john/feature-sled-agent-scrimlet-reconcilers ]]
822026-05-14T15:01:55.844Z++ git branch --show-current
832026-05-14T15:01:55.847Z+ current=main
842026-05-14T15:01:55.847Z+ [[ main != john/feature-sled-agent-scrimlet-reconcilers ]]
852026-05-14T15:01:55.847Z+ git branch -f john/feature-sled-agent-scrimlet-reconcilers 5c71f4436cfef9b4709ecc151f018f81e7d27716
862026-05-14T15:01:55.850Z+ git checkout -f john/feature-sled-agent-scrimlet-reconcilers
872026-05-14T15:01:56.091ZSwitched to branch 'john/feature-sled-agent-scrimlet-reconcilers'
882026-05-14T15:01:56.094Z+ git reset --hard 5c71f4436cfef9b4709ecc151f018f81e7d27716
892026-05-14T15:01:56.113ZHEAD is now at 5c71f4436 Merge branch 'main' into john/feature-sled-agent-scrimlet-reconcilers
902026-05-14T15:01:56.116Zprocess exited: duration 10582 ms, exit code 0
 
912026-05-14T15:01:56.122Zstarting task 4: "build"
922026-05-14T15:01:56.128Z+ source .github/buildomat/ci-env.sh
932026-05-14T15:01:56.128Z++ export CARGO_TERM_COLOR=always
942026-05-14T15:01:56.128Z++ CARGO_TERM_COLOR=always
952026-05-14T15:01:56.128Z+ cargo --version
962026-05-14T15:01:56.139Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-14T15:01:56.142Z+ rustc --version
982026-05-14T15:01:56.164Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-14T15:01:56.167Z+ WORK=/work
1002026-05-14T15:01:56.167Z+ pfexec mkdir -p /work
1012026-05-14T15:01:56.171Z+ pfexec chown build /work
1022026-05-14T15:01:56.173Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-14T15:01:57.667Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-14T15:01:57.725Z Startup: Caching catalogs ... Done
1052026-05-14T15:01:57.939ZPlanning: Solver setup ... Done (0.175s)
1062026-05-14T15:01:57.955ZPlanning: Running solver ... Done (0.016s)
1072026-05-14T15:01:57.960ZPlanning: Finding local manifests ... Done (0.003s)
1082026-05-14T15:01:57.971ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-14T15:01:57.995ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-14T15:01:58.006ZPlanning: Package planning ... Done (0.014s)
1112026-05-14T15:01:58.008ZPlanning: Merging actions ... Done (0.001s)
1122026-05-14T15:01:58.194ZPlanning: Checking for conflicting actions ... Done (0.187s)
1132026-05-14T15:01:58.199ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-14T15:01:59.050ZPlanning: Evaluating mediators ... Done (0.855s)
1152026-05-14T15:01:59.052ZPlanning: Planning completed in 1.30 seconds
1162026-05-14T15:01:59.060Z Packages to install: 2
1172026-05-14T15:01:59.060Z Estimated space available: 156.10 GB
1182026-05-14T15:01:59.060ZEstimated space to be consumed: 19.74 MB
1192026-05-14T15:01:59.060Z Create boot environment: No
1202026-05-14T15:01:59.060ZCreate backup boot environment: No
1212026-05-14T15:01:59.060Z Rebuild boot archive: No
1222026-05-14T15:01:59.063Z
1232026-05-14T15:01:59.063ZChanged packages:
1242026-05-14T15:01:59.063Zhelios
1252026-05-14T15:01:59.063Z developer/build-essential
1262026-05-14T15:01:59.063Z None -> 11-3.0
1272026-05-14T15:01:59.063Z library/libxmlsec1
1282026-05-14T15:01:59.063Z None -> 1.2.35-3.0
1292026-05-14T15:01:59.088Z
1302026-05-14T15:01:59.088ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-14T15:02:00.385ZDownload: Completed 1.28 MB in 1.30 seconds (1011k/s)
1322026-05-14T15:02:00.448Z Actions: 1/268 actions (Installing new actions)
1332026-05-14T15:02:00.487Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-14T15:02:00.493ZFinalize: Updating package state database ... Done (0.006s)
1352026-05-14T15:02:00.493ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-14T15:02:00.509ZFinalize: Updating image state ... Done (0.015s)
1372026-05-14T15:02:03.110ZFinalize: Creating fast lookup database ... Done (2.579s)
1382026-05-14T15:02:03.183ZFinalize: Reading search index ... Done (0.014s)
1392026-05-14T15:02:03.186ZFinalize: Updating search index ... Done (0.000s)
1402026-05-14T15:02:03.259ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-14T15:02:03.562ZPlanning: Evaluating mediator changes ... Done
1422026-05-14T15:02:03.669ZPlanning: Checking for conflicting actions ... Done
1432026-05-14T15:02:03.672ZPlanning: Consolidating action changes ... Done
1442026-05-14T15:02:03.833ZPlanning: Evaluating mediators ... Done
1452026-05-14T15:02:03.836ZPlanning: Planning completed in 0.27 seconds
1462026-05-14T15:02:03.856Z Mediators to change: 2
1472026-05-14T15:02:03.856Z Create boot environment: No
1482026-05-14T15:02:03.856ZCreate backup boot environment: No
1492026-05-14T15:02:03.927ZFinalize: Updating package state database ... Done
1502026-05-14T15:02:03.927ZFinalize: Updating package cache ... Done
1512026-05-14T15:02:03.937ZFinalize: Updating image state ... Done
1522026-05-14T15:02:05.878ZFinalize: Creating fast lookup database ... Done
1532026-05-14T15:02:05.940ZFinalize: Reading search index ... Done
1542026-05-14T15:02:05.943ZFinalize: Updating search index ... Done
1552026-05-14T15:02:06.016ZFinalize: Updating package cache ... Done
1562026-05-14T15:02:06.306ZPlanning: Evaluating mediator changes ... Done
1572026-05-14T15:02:06.413ZPlanning: Checking for conflicting actions ... Done
1582026-05-14T15:02:06.416ZPlanning: Consolidating action changes ... Done
1592026-05-14T15:02:06.574ZPlanning: Evaluating mediators ... Done
1602026-05-14T15:02:06.577ZPlanning: Planning completed in 0.27 seconds
1612026-05-14T15:02:06.598Z Mediators to change: 1
1622026-05-14T15:02:06.598Z Create boot environment: No
1632026-05-14T15:02:06.598ZCreate backup boot environment: No
1642026-05-14T15:02:06.654ZFinalize: Updating package state database ... Done
1652026-05-14T15:02:06.654ZFinalize: Updating package cache ... Done
1662026-05-14T15:02:06.666ZFinalize: Updating image state ... Done
1672026-05-14T15:02:08.614ZFinalize: Creating fast lookup database ... Done
1682026-05-14T15:02:08.681ZFinalize: Reading search index ... Done
1692026-05-14T15:02:08.684ZFinalize: Updating search index ... Done
1702026-05-14T15:02:08.760ZFinalize: Updating package cache ... Done
1712026-05-14T15:02:09.073ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-14T15:02:09.074Zapache system 2.4 system
1732026-05-14T15:02:09.074Zclang system 15 system
1742026-05-14T15:02:09.074Zcsh system system illumos
1752026-05-14T15:02:09.074Zctags system system illumos
1762026-05-14T15:02:09.074Zfile vendor vendor darwinsys
1772026-05-14T15:02:09.074Zfile system system illumos
1782026-05-14T15:02:09.074Zgcc vendor 14 vendor
1792026-05-14T15:02:09.074Zgcc system 13 system
1802026-05-14T15:02:09.074Zgcc system 10 system
1812026-05-14T15:02:09.074Zgo system 1.25 system
1822026-05-14T15:02:09.074Zllvm system 15 system
1832026-05-14T15:02:09.074Zmariadb system 11.4 system
1842026-05-14T15:02:09.074Zmta vendor vendor dma
1852026-05-14T15:02:09.074Zopenjdk system 17 system
1862026-05-14T15:02:09.074Zopenjdk system 11 system
1872026-05-14T15:02:09.074Zopenssl vendor 3 vendor
1882026-05-14T15:02:09.074Zperl system 5.40 system
1892026-05-14T15:02:09.074Zpostgresql system 18 system
1902026-05-14T15:02:09.074Zpostgresql system 17 system
1912026-05-14T15:02:09.074Zpython vendor 3 vendor
1922026-05-14T15:02:09.074Zpython system 2 system
1932026-05-14T15:02:09.074Zpython3 vendor 3.13 vendor
1942026-05-14T15:02:09.074Zruby system 3.4 system
1952026-05-14T15:02:09.074Zruby system 3.0 system
1962026-05-14T15:02:09.074Zwords vendor vendor american-english
1972026-05-14T15:02:09.074Zwords system system australian-english
1982026-05-14T15:02:09.074Zwords system system british-english
1992026-05-14T15:02:09.074Zwords system system canadian-english
2002026-05-14T15:02:09.074Zwords system system french
2012026-05-14T15:02:09.074Zwords system system italian
2022026-05-14T15:02:09.074Zwords system system ngerman
2032026-05-14T15:02:09.074Zwords system system ogerman
2042026-05-14T15:02:09.074Zwords system system spanish
2052026-05-14T15:02:09.332ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-14T15:02:09.332Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-14T15:02:09.597ZFMRI IFO
2082026-05-14T15:02:09.597Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-14T15:02:09.597Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-14T15:02:09.597Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-14T15:02:09.597Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-14T15:02:09.597Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-14T15:02:09.597Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-14T15:02:09.597Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-14T15:02:09.597Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-14T15:02:09.597Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-14T15:02:09.828Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-14T15:02:10.082Z Updating crates.io index
2192026-05-14T15:02:10.085Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-14T15:02:10.334Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-14T15:02:11.270Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-14T15:02:11.549Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-14T15:02:12.715Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-14T15:02:13.219Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-14T15:02:14.597Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-14T15:02:15.309Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-14T15:02:15.720Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-14T15:02:16.537Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-14T15:02:16.888Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-14T15:02:17.250Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-14T15:02:17.567Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-14T15:02:18.693Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-14T15:02:19.237Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2342026-05-14T15:02:19.533Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2352026-05-14T15:02:19.765Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2362026-05-14T15:02:20.137Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2372026-05-14T15:02:20.430Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2382026-05-14T15:02:20.648Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2392026-05-14T15:02:20.908Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2402026-05-14T15:02:21.324Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2412026-05-14T15:02:21.821Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2422026-05-14T15:02:22.340Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2432026-05-14T15:02:22.587Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2442026-05-14T15:02:22.868Z Updating git repository `https://github.com/oxidecomputer/ispf`
2452026-05-14T15:02:24.046Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2462026-05-14T15:02:24.610Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-05-14T15:02:25.402Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2482026-05-14T15:02:25.863Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2492026-05-14T15:02:26.177Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2502026-05-14T15:02:26.518Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2512026-05-14T15:02:26.898Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2522026-05-14T15:02:27.420Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2532026-05-14T15:02:27.645Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2542026-05-14T15:02:27.886Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2552026-05-14T15:02:28.107Z Updating git repository `https://github.com/illumos/smf-rs`
2562026-05-14T15:02:28.453Z Updating git repository `https://github.com/oxidecomputer/omicron`
2572026-05-14T15:02:40.208Z Downloading crates ...
2582026-05-14T15:02:40.270Z Downloaded cfg-if v1.0.4
2592026-05-14T15:02:40.277Z Downloaded cargo_metadata v0.21.0
2602026-05-14T15:02:40.281Z Downloaded cargo-util-schemas v0.8.2
2612026-05-14T15:02:40.283Z Downloaded memmap v0.7.0
2622026-05-14T15:02:40.283Z Downloaded clap_derive v4.5.55
2632026-05-14T15:02:40.286Z Downloaded cargo-platform v0.2.0
2642026-05-14T15:02:40.287Z Downloaded serde_spanned v0.6.9
2652026-05-14T15:02:40.287Z Downloaded typenum v1.19.0
2662026-05-14T15:02:40.289Z Downloaded stable_deref_trait v1.2.1
2672026-05-14T15:02:40.290Z Downloaded anstyle v1.0.13
2682026-05-14T15:02:40.290Z Downloaded utf8_iter v1.0.4
2692026-05-14T15:02:40.292Z Downloaded usdt-attr-macro v0.5.0
2702026-05-14T15:02:40.292Z Downloaded cargo_toml v0.21.0
2712026-05-14T15:02:40.293Z Downloaded version_check v0.9.5
2722026-05-14T15:02:40.296Z Downloaded clap v4.5.60
2732026-05-14T15:02:40.299Z Downloaded anstream v0.6.21
2742026-05-14T15:02:40.302Z Downloaded zerovec v0.11.5
2752026-05-14T15:02:40.305Z Downloaded thread-id v4.2.2
2762026-05-14T15:02:40.305Z Downloaded serde_core v1.0.228
2772026-05-14T15:02:40.307Z Downloaded potential_utf v0.1.4
2782026-05-14T15:02:40.307Z Downloaded icu_locale_core v2.1.1
2792026-05-14T15:02:40.311Z Downloaded unicode-ident v1.0.24
2802026-05-14T15:02:40.314Z Downloaded unicode-xid v0.2.6
2812026-05-14T15:02:40.314Z Downloaded textwrap v0.16.2
2822026-05-14T15:02:40.314Z Downloaded indexmap v2.14.0
2832026-05-14T15:02:40.318Z Downloaded zerofrom-derive v0.1.6
2842026-05-14T15:02:40.318Z Downloaded usdt v0.5.0
2852026-05-14T15:02:40.318Z Downloaded typeid v1.0.3
2862026-05-14T15:02:40.321Z Downloaded toml_write v0.1.2
2872026-05-14T15:02:40.321Z Downloaded clap_builder v4.5.60
2882026-05-14T15:02:40.325Z Downloaded yoke-derive v0.8.1
2892026-05-14T15:02:40.325Z Downloaded thiserror v1.0.69
2902026-05-14T15:02:40.328Z Downloaded dof v0.3.0
2912026-05-14T15:02:40.328Z Downloaded heck v0.4.1
2922026-05-14T15:02:40.328Z Downloaded usdt-macro v0.5.0
2932026-05-14T15:02:40.328Z Downloaded strsim v0.11.1
2942026-05-14T15:02:40.331Z Downloaded itoa v1.0.17
2952026-05-14T15:02:40.331Z Downloaded fs-err v3.3.0
2962026-05-14T15:02:40.331Z Downloaded tinystr v0.8.2
2972026-05-14T15:02:40.333Z Downloaded thiserror v2.0.18
2982026-05-14T15:02:40.336Z Downloaded zerocopy-derive v0.7.35
2992026-05-14T15:02:40.339Z Downloaded usdt-impl v0.5.0
3002026-05-14T15:02:40.339Z Downloaded utf8parse v0.2.2
3012026-05-14T15:02:40.339Z Downloaded toml v0.8.23
3022026-05-14T15:02:40.342Z Downloaded unicode-linebreak v0.1.5
3032026-05-14T15:02:40.342Z Downloaded fastrand v2.3.0
3042026-05-14T15:02:40.342Z Downloaded colorchoice v1.0.4
3052026-05-14T15:02:40.345Z Downloaded zmij v1.0.21
3062026-05-14T15:02:40.345Z Downloaded smawk v0.3.2
3072026-05-14T15:02:40.345Z Downloaded zerovec-derive v0.11.2
3082026-05-14T15:02:40.345Z Downloaded swrite v0.1.0
3092026-05-14T15:02:40.348Z Downloaded heck v0.5.0
3102026-05-14T15:02:40.348Z Downloaded yoke v0.8.1
3112026-05-14T15:02:40.348Z Downloaded scroll_derive v0.12.1
3122026-05-14T15:02:40.348Z Downloaded anstyle-query v1.1.5
3132026-05-14T15:02:40.348Z Downloaded clap_lex v1.0.0
3142026-05-14T15:02:40.351Z Downloaded zerofrom v0.1.6
3152026-05-14T15:02:40.351Z Downloaded percent-encoding v2.3.2
3162026-05-14T15:02:40.351Z Downloaded generic-array v0.14.7
3172026-05-14T15:02:40.351Z Downloaded toml_datetime v0.6.11
3182026-05-14T15:02:40.354Z Downloaded is_terminal_polyfill v1.70.2
3192026-05-14T15:02:40.354Z Downloaded errno v0.3.14
3202026-05-14T15:02:40.354Z Downloaded crypto-common v0.1.7
3212026-05-14T15:02:40.354Z Downloaded pretty-hex v0.4.1
3222026-05-14T15:02:40.354Z Downloaded form_urlencoded v1.2.2
3232026-05-14T15:02:40.358Z Downloaded proc-macro-error-attr v1.0.4
3242026-05-14T15:02:40.361Z Downloaded terminal_size v0.4.3
3252026-05-14T15:02:40.364Z Downloaded zerotrie v0.2.3
3262026-05-14T15:02:40.367Z Downloaded thiserror-impl v1.0.69
3272026-05-14T15:02:40.367Z Downloaded thiserror-impl v2.0.18
3282026-05-14T15:02:40.367Z Downloaded writeable v0.6.2
3292026-05-14T15:02:40.369Z Downloaded macaddr v1.0.1
3302026-05-14T15:02:40.372Z Downloaded block-buffer v0.10.4
3312026-05-14T15:02:40.372Z Downloaded toml_edit v0.22.27
3322026-05-14T15:02:40.375Z Downloaded dtrace-parser v0.2.0
3332026-05-14T15:02:40.375Z Downloaded ucd-trie v0.1.7
3342026-05-14T15:02:40.377Z Downloaded serde-value v0.7.0
3352026-05-14T15:02:40.381Z Downloaded idna_adapter v1.2.1
3362026-05-14T15:02:40.387Z Downloaded cpufeatures v0.2.17
3372026-05-14T15:02:40.389Z Downloaded ordered-float v2.10.1
3382026-05-14T15:02:40.392Z Downloaded equivalent v1.0.2
3392026-05-14T15:02:40.392Z Downloaded zerocopy v0.7.35
3402026-05-14T15:02:40.399Z Downloaded tabled_derive v0.7.0
3412026-05-14T15:02:40.401Z Downloaded plain v0.2.3
3422026-05-14T15:02:40.401Z Downloaded url v2.5.8
3432026-05-14T15:02:40.404Z Downloaded unicode-width v0.2.0
3442026-05-14T15:02:40.407Z Downloaded unicode-width v0.1.14
3452026-05-14T15:02:40.410Z Downloaded smallvec v1.15.1
3462026-05-14T15:02:40.412Z Downloaded winnow v0.7.14
3472026-05-14T15:02:40.415Z Downloaded erased-serde v0.4.9
3482026-05-14T15:02:40.419Z Downloaded displaydoc v0.2.5
3492026-05-14T15:02:40.419Z Downloaded digest v0.10.7
3502026-05-14T15:02:40.422Z Downloaded autocfg v1.5.0
3512026-05-14T15:02:40.422Z Downloaded serde-untagged v0.1.9
3522026-05-14T15:02:40.429Z Downloaded serde_tokenstream v0.2.3
3532026-05-14T15:02:40.432Z Downloaded proc-macro-error v1.0.4
3542026-05-14T15:02:40.436Z Downloaded fnv v1.0.7
3552026-05-14T15:02:40.438Z Downloaded byteorder v1.5.0
3562026-05-14T15:02:40.441Z Downloaded sha2 v0.10.9
3572026-05-14T15:02:40.444Z Downloaded bytecount v0.6.9
3582026-05-14T15:02:40.444Z Downloaded anstyle-parse v0.2.7
3592026-05-14T15:02:40.447Z Downloaded synstructure v0.13.2
3602026-05-14T15:02:40.451Z Downloaded pest_generator v2.8.6
3612026-05-14T15:02:40.451Z Downloaded icu_properties v2.1.2
3622026-05-14T15:02:40.459Z Downloaded tempfile v3.25.0
3632026-05-14T15:02:40.461Z Downloaded camino-tempfile v1.4.1
3642026-05-14T15:02:40.461Z Downloaded scroll v0.12.0
3652026-05-14T15:02:40.464Z Downloaded quote v1.0.45
3662026-05-14T15:02:40.467Z Downloaded semver v1.0.28
3672026-05-14T15:02:40.467Z Downloaded camino v1.2.2
3682026-05-14T15:02:40.470Z Downloaded litemap v0.8.1
3692026-05-14T15:02:40.470Z Downloaded bitflags v2.11.0
3702026-05-14T15:02:40.473Z Downloaded anyhow v1.0.102
3712026-05-14T15:02:40.476Z Downloaded num-traits v0.2.19
3722026-05-14T15:02:40.476Z Downloaded getrandom v0.4.1
3732026-05-14T15:02:40.481Z Downloaded once_cell v1.21.3
3742026-05-14T15:02:40.485Z Downloaded pest_derive v2.8.6
3752026-05-14T15:02:40.489Z Downloaded papergrid v0.11.0
3762026-05-14T15:02:40.492Z Downloaded serde_derive v1.0.228
3772026-05-14T15:02:40.492Z Downloaded proc-macro2 v1.0.106
3782026-05-14T15:02:40.495Z Downloaded icu_provider v2.1.1
3792026-05-14T15:02:40.495Z Downloaded log v0.4.29
3802026-05-14T15:02:40.502Z Downloaded icu_normalizer_data v2.1.1
3812026-05-14T15:02:40.506Z Downloaded icu_normalizer v2.1.1
3822026-05-14T15:02:40.509Z Downloaded icu_collections v2.1.1
3832026-05-14T15:02:40.512Z Downloaded serde v1.0.228
3842026-05-14T15:02:40.516Z Downloaded pest_meta v2.8.6
3852026-05-14T15:02:40.516Z Downloaded pest v2.8.6
3862026-05-14T15:02:40.519Z Downloaded memchr v2.8.0
3872026-05-14T15:02:40.523Z Downloaded hashbrown v0.17.0
3882026-05-14T15:02:40.547Z Downloaded idna v1.1.0
3892026-05-14T15:02:40.550Z Downloaded serde_json v1.0.149
3902026-05-14T15:02:40.566Z Downloaded goblin v0.8.2
3912026-05-14T15:02:40.570Z Downloaded icu_properties_data v2.1.2
3922026-05-14T15:02:41.580Z Downloaded tabled v0.15.0
3932026-05-14T15:02:41.585Z Downloaded syn v1.0.109
3942026-05-14T15:02:41.585Z Downloaded syn v2.0.117
3952026-05-14T15:02:41.585Z Downloaded rustix v1.1.3
3962026-05-14T15:02:41.585Z Downloaded libc v0.2.185
3972026-05-14T15:02:41.585Z Compiling proc-macro2 v1.0.106
3982026-05-14T15:02:41.585Z Compiling quote v1.0.45
3992026-05-14T15:02:41.585Z Compiling unicode-ident v1.0.24
4002026-05-14T15:02:41.585Z Compiling serde_core v1.0.228
4012026-05-14T15:02:41.585Z Compiling libc v0.2.185
4022026-05-14T15:02:41.585Z Compiling version_check v0.9.5
4032026-05-14T15:02:41.585Z Compiling memchr v2.8.0
4042026-05-14T15:02:41.585Z Compiling serde v1.0.228
4052026-05-14T15:02:41.585Z Compiling stable_deref_trait v1.2.1
4062026-05-14T15:02:41.585Z Compiling zmij v1.0.21
4072026-05-14T15:02:41.585Z Compiling ucd-trie v0.1.7
4082026-05-14T15:02:41.585Z Compiling itoa v1.0.17
4092026-05-14T15:02:41.585Z Compiling thiserror v1.0.69
4102026-05-14T15:02:41.585Z Compiling autocfg v1.5.0
4112026-05-14T15:02:41.585Z Compiling litemap v0.8.1
4122026-05-14T15:02:41.585Z Compiling writeable v0.6.2
4132026-05-14T15:02:41.585Z Compiling byteorder v1.5.0
4142026-05-14T15:02:41.585Z Compiling icu_properties_data v2.1.2
4152026-05-14T15:02:41.585Z Compiling rustix v1.1.3
4162026-05-14T15:02:41.585Z Compiling pest v2.8.6
4172026-05-14T15:02:41.585Z Compiling icu_normalizer_data v2.1.1
4182026-05-14T15:02:41.585Z Compiling serde_json v1.0.149
4192026-05-14T15:02:41.585Z Compiling bitflags v2.11.0
4202026-05-14T15:02:41.585Z Compiling hashbrown v0.17.0
4212026-05-14T15:02:41.609Z Compiling num-traits v0.2.19
4222026-05-14T15:02:41.612Z Compiling smallvec v1.15.1
4232026-05-14T15:02:41.768Z Compiling equivalent v1.0.2
4242026-05-14T15:02:41.772Z Compiling typeid v1.0.3
4252026-05-14T15:02:41.877Z Compiling usdt-impl v0.5.0
4262026-05-14T15:02:41.880Z Compiling proc-macro-error-attr v1.0.4
4272026-05-14T15:02:41.880Z Compiling toml_write v0.1.2
4282026-05-14T15:02:41.937Z Compiling winnow v0.7.14
4292026-05-14T15:02:41.976Z Compiling erased-serde v0.4.9
4302026-05-14T15:02:41.979Z Compiling syn v1.0.109
4312026-05-14T15:02:41.979Z Compiling proc-macro-error v1.0.4
4322026-05-14T15:02:42.127Z Compiling indexmap v2.14.0
4332026-05-14T15:02:42.187Z Compiling utf8_iter v1.0.4
4342026-05-14T15:02:42.244Z Compiling errno v0.3.14
4352026-05-14T15:02:42.264Z Compiling thread-id v4.2.2
4362026-05-14T15:02:42.287Z Compiling getrandom v0.4.1
4372026-05-14T15:02:42.307Z Compiling log v0.4.29
4382026-05-14T15:02:42.361Z Compiling plain v0.2.3
4392026-05-14T15:02:42.381Z Compiling syn v2.0.117
4402026-05-14T15:02:42.420Z Compiling percent-encoding v2.3.2
4412026-05-14T15:02:42.457Z Compiling pest_meta v2.8.6
4422026-05-14T15:02:42.476Z Compiling camino v1.2.2
4432026-05-14T15:02:42.496Z Compiling utf8parse v0.2.2
4442026-05-14T15:02:42.496Z Compiling thiserror v2.0.18
4452026-05-14T15:02:42.687Z Compiling anstyle-parse v0.2.7
4462026-05-14T15:02:42.711Z Compiling form_urlencoded v1.2.2
4472026-05-14T15:02:42.823Z Compiling pretty-hex v0.4.1
4482026-05-14T15:02:42.877Z Compiling cfg-if v1.0.4
4492026-05-14T15:02:42.916Z Compiling ordered-float v2.10.1
4502026-05-14T15:02:42.936Z Compiling anstyle v1.0.13
4512026-05-14T15:02:42.974Z Compiling anstyle-query v1.1.5
4522026-05-14T15:02:42.977Z Compiling colorchoice v1.0.4
4532026-05-14T15:02:43.012Z Compiling is_terminal_polyfill v1.70.2
4542026-05-14T15:02:43.116Z Compiling fs-err v3.3.0
4552026-05-14T15:02:43.134Z Compiling anstream v0.6.21
4562026-05-14T15:02:43.137Z Compiling strsim v0.11.1
4572026-05-14T15:02:43.184Z Compiling anyhow v1.0.102
4582026-05-14T15:02:43.203Z Compiling unicode-width v0.1.14
4592026-05-14T15:02:43.206Z Compiling heck v0.5.0
4602026-05-14T15:02:43.241Z Compiling fnv v1.0.7
4612026-05-14T15:02:43.261Z Compiling bytecount v0.6.9
4622026-05-14T15:02:43.334Z Compiling terminal_size v0.4.3
4632026-05-14T15:02:43.369Z Compiling unicode-xid v0.2.6
4642026-05-14T15:02:43.509Z Compiling semver v1.0.28
4652026-05-14T15:02:43.545Z Compiling fastrand v2.3.0
4662026-05-14T15:02:43.548Z Compiling clap_lex v1.0.0
4672026-05-14T15:02:43.566Z Compiling heck v0.4.1
4682026-05-14T15:02:43.583Z Compiling once_cell v1.21.3
4692026-05-14T15:02:43.641Z Compiling papergrid v0.11.0
4702026-05-14T15:02:43.876Z Compiling tempfile v3.25.0
4712026-05-14T15:02:43.898Z Compiling clap_builder v4.5.60
4722026-05-14T15:02:43.913Z Compiling memmap v0.7.0
4732026-05-14T15:02:43.913Z Compiling smawk v0.3.2
4742026-05-14T15:02:43.929Z Compiling unicode-linebreak v0.1.5
4752026-05-14T15:02:43.972Z Compiling serde-untagged v0.1.9
4762026-05-14T15:02:44.005Z Compiling unicode-width v0.2.0
4772026-05-14T15:02:44.131Z Compiling camino-tempfile v1.4.1
4782026-05-14T15:02:44.175Z Compiling swrite v0.1.0
4792026-05-14T15:02:44.231Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4802026-05-14T15:02:44.262Z Compiling textwrap v0.16.2
4812026-05-14T15:02:44.539Z Compiling tabled_derive v0.7.0
4822026-05-14T15:02:45.056Z Compiling synstructure v0.13.2
4832026-05-14T15:02:45.056Z Compiling pest_generator v2.8.6
4842026-05-14T15:02:45.230Z Compiling tabled v0.15.0
4852026-05-14T15:02:45.565Z Compiling serde_derive v1.0.228
4862026-05-14T15:02:45.565Z Compiling zerofrom-derive v0.1.6
4872026-05-14T15:02:45.569Z Compiling yoke-derive v0.8.1
4882026-05-14T15:02:45.569Z Compiling zerovec-derive v0.11.2
4892026-05-14T15:02:45.569Z Compiling displaydoc v0.2.5
4902026-05-14T15:02:45.569Z Compiling thiserror-impl v1.0.69
4912026-05-14T15:02:45.569Z Compiling zerocopy-derive v0.7.35
4922026-05-14T15:02:45.654Z Compiling scroll_derive v0.12.1
4932026-05-14T15:02:45.677Z Compiling thiserror-impl v2.0.18
4942026-05-14T15:02:45.680Z Compiling pest_derive v2.8.6
4952026-05-14T15:02:45.768Z Compiling clap_derive v4.5.55
4962026-05-14T15:02:46.377Z Compiling scroll v0.12.0
4972026-05-14T15:02:46.412Z Compiling zerocopy v0.7.35
4982026-05-14T15:02:46.606Z Compiling goblin v0.8.2
4992026-05-14T15:02:46.696Z Compiling zerofrom v0.1.6
5002026-05-14T15:02:46.797Z Compiling dtrace-parser v0.2.0
5012026-05-14T15:02:46.815Z Compiling yoke v0.8.1
5022026-05-14T15:02:46.978Z Compiling zerovec v0.11.5
5032026-05-14T15:02:46.978Z Compiling zerotrie v0.2.3
5042026-05-14T15:02:47.145Z Compiling clap v4.5.60
5052026-05-14T15:02:47.430Z Compiling tinystr v0.8.2
5062026-05-14T15:02:47.430Z Compiling potential_utf v0.1.4
5072026-05-14T15:02:47.538Z Compiling icu_collections v2.1.1
5082026-05-14T15:02:47.568Z Compiling icu_locale_core v2.1.1
5092026-05-14T15:02:48.131Z Compiling icu_provider v2.1.1
5102026-05-14T15:02:48.222Z Compiling toml_datetime v0.6.11
5112026-05-14T15:02:48.225Z Compiling serde_spanned v0.6.9
5122026-05-14T15:02:48.225Z Compiling serde-value v0.7.0
5132026-05-14T15:02:48.225Z Compiling cargo-platform v0.2.0
5142026-05-14T15:02:48.225Z Compiling macaddr v1.0.1
5152026-05-14T15:02:48.277Z Compiling dof v0.3.0
5162026-05-14T15:02:48.283Z Compiling serde_tokenstream v0.2.3
5172026-05-14T15:02:48.348Z Compiling icu_properties v2.1.2
5182026-05-14T15:02:48.351Z Compiling icu_normalizer v2.1.1
5192026-05-14T15:02:48.410Z Compiling toml_edit v0.22.27
5202026-05-14T15:02:49.010Z Compiling usdt-macro v0.5.0
5212026-05-14T15:02:49.013Z Compiling usdt-attr-macro v0.5.0
5222026-05-14T15:02:49.184Z Compiling idna_adapter v1.2.1
5232026-05-14T15:02:49.294Z Compiling idna v1.1.0
5242026-05-14T15:02:49.561Z Compiling url v2.5.8
5252026-05-14T15:02:49.611Z Compiling usdt v0.5.0
5262026-05-14T15:02:49.715Z Compiling toml v0.8.23
5272026-05-14T15:02:50.048Z Compiling cargo-util-schemas v0.8.2
5282026-05-14T15:02:50.048Z Compiling cargo_toml v0.21.0
5292026-05-14T15:02:50.831Z Compiling cargo_metadata v0.21.0
5302026-05-14T15:02:51.768Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5312026-05-14T15:02:53.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.18s
5322026-05-14T15:02:54.123Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5332026-05-14T15:02:54.671Z Downloading crates ...
5342026-05-14T15:02:54.777Z Downloaded aead v0.5.2
5352026-05-14T15:02:54.795Z Downloaded curve25519-dalek-derive v0.1.1
5362026-05-14T15:02:54.806Z Downloaded bzip2 v0.6.1
5372026-05-14T15:02:54.806Z Downloaded crc8 v0.1.1
5382026-05-14T15:02:54.806Z Downloaded bcs v0.1.6
5392026-05-14T15:02:54.807Z Downloaded async-stream v0.3.6
5402026-05-14T15:02:54.807Z Downloaded bit-set v0.5.3
5412026-05-14T15:02:54.812Z Downloaded base64ct v1.8.3
5422026-05-14T15:02:54.812Z Downloaded daft v0.1.5
5432026-05-14T15:02:54.817Z Downloaded dunce v1.0.5
5442026-05-14T15:02:54.817Z Downloaded argon2 v0.5.3
5452026-05-14T15:02:54.822Z Downloaded curve25519-dalek v4.1.3
5462026-05-14T15:02:54.826Z Downloaded ena v0.14.4
5472026-05-14T15:02:54.826Z Downloaded array-init v0.0.4
5482026-05-14T15:02:54.826Z Downloaded env_filter v1.0.0
5492026-05-14T15:02:54.826Z Downloaded embedded-io v0.6.1
5502026-05-14T15:02:54.830Z Downloaded document-features v0.2.12
5512026-05-14T15:02:54.830Z Downloaded bit-set v0.8.0
5522026-05-14T15:02:54.830Z Downloaded adler2 v2.0.1
5532026-05-14T15:02:54.833Z Downloaded difflib v0.4.0
5542026-05-14T15:02:54.833Z Downloaded diesel_table_macro_syntax v0.3.0
5552026-05-14T15:02:54.833Z Downloaded ciborium-ll v0.2.2
5562026-05-14T15:02:54.833Z Downloaded atomic-waker v1.1.2
5572026-05-14T15:02:54.833Z Downloaded enum-as-inner v0.6.1
5582026-05-14T15:02:54.836Z Downloaded assert_matches v1.5.0
5592026-05-14T15:02:54.836Z Downloaded async-recursion v1.1.1
5602026-05-14T15:02:54.839Z Downloaded dirs-next v2.0.0
5612026-05-14T15:02:54.839Z Downloaded erased-serde v0.3.31
5622026-05-14T15:02:54.842Z Downloaded bcrypt-pbkdf v0.10.0
5632026-05-14T15:02:54.842Z Downloaded env_logger v0.11.9
5642026-05-14T15:02:54.842Z Downloaded buf-list v1.1.2
5652026-05-14T15:02:54.851Z Downloaded base16ct v0.2.0
5662026-05-14T15:02:54.851Z Downloaded atomicwrites v0.4.4
5672026-05-14T15:02:54.852Z Downloaded defmt-macros v1.0.1
5682026-05-14T15:02:54.864Z Downloaded crucible-workspace-hack v0.1.0
5692026-05-14T15:02:54.864Z Downloaded atty v0.2.14
5702026-05-14T15:02:54.864Z Downloaded ascii-canvas v3.0.0
5712026-05-14T15:02:54.864Z Downloaded bitfield v0.19.4
5722026-05-14T15:02:54.864Z Downloaded crc32fast v1.5.0
5732026-05-14T15:02:54.864Z Downloaded cstr-argument v0.1.2
5742026-05-14T15:02:54.864Z Downloaded dyn-clone v1.0.20
5752026-05-14T15:02:54.864Z Downloaded defmt v0.3.100
5762026-05-14T15:02:54.864Z Downloaded convert_case v0.4.0
5772026-05-14T15:02:54.864Z Downloaded bitfield-struct v0.6.2
5782026-05-14T15:02:54.865Z Downloaded float-cmp v0.10.0
5792026-05-14T15:02:54.865Z Downloaded darling_macro v0.21.3
5802026-05-14T15:02:54.872Z Downloaded bitfield-macros v0.19.4
5812026-05-14T15:02:54.872Z Downloaded dropshot-api-manager-types v0.7.1
5822026-05-14T15:02:54.872Z Downloaded downcast-rs v2.0.2
5832026-05-14T15:02:54.872Z Downloaded backoff v0.4.0
5842026-05-14T15:02:54.872Z Downloaded ciborium-io v0.2.2
5852026-05-14T15:02:54.872Z Downloaded bit-vec v0.8.0
5862026-05-14T15:02:54.872Z Downloaded arrayref v0.3.9
5872026-05-14T15:02:54.872Z Downloaded darling_macro v0.23.0
5882026-05-14T15:02:54.872Z Downloaded camino-tempfile-ext v0.3.3
5892026-05-14T15:02:54.872Z Downloaded endian-type v0.1.2
5902026-05-14T15:02:54.873Z Downloaded dirs-sys-next v0.1.2
5912026-05-14T15:02:54.873Z Downloaded crc-catalog v2.4.0
5922026-05-14T15:02:54.878Z Downloaded cobs v0.3.0
5932026-05-14T15:02:54.878Z Downloaded ahash v0.8.12
5942026-05-14T15:02:54.878Z Downloaded float-ord v0.3.2
5952026-05-14T15:02:54.878Z Downloaded debug-ignore v1.0.5
5962026-05-14T15:02:54.878Z Downloaded cassowary v0.3.0
5972026-05-14T15:02:54.879Z Downloaded compression-core v0.4.31
5982026-05-14T15:02:54.882Z Downloaded cfg_aliases v0.2.1
5992026-05-14T15:02:54.882Z Downloaded defmt-parser v1.0.0
6002026-05-14T15:02:54.882Z Downloaded block-padding v0.3.3
6012026-05-14T15:02:54.882Z Downloaded derive_builder_macro v0.20.2
6022026-05-14T15:02:54.882Z Downloaded dtrace-parser v0.3.0
6032026-05-14T15:02:54.883Z Downloaded fallible-iterator v0.2.0
6042026-05-14T15:02:54.887Z Downloaded ed25519 v2.2.3
6052026-05-14T15:02:54.887Z Downloaded cargo-platform v0.1.9
6062026-05-14T15:02:54.887Z Downloaded critical-section v1.2.0
6072026-05-14T15:02:54.891Z Downloaded dsl_auto_type v0.2.0
6082026-05-14T15:02:54.891Z Downloaded display-error-chain v0.2.2
6092026-05-14T15:02:54.891Z Downloaded bit-vec v0.6.3
6102026-05-14T15:02:54.894Z Downloaded arc-swap v1.8.2
6112026-05-14T15:02:54.894Z Downloaded crunchy v0.2.4
6122026-05-14T15:02:54.901Z Downloaded bumpalo v3.20.2
6132026-05-14T15:02:54.901Z Downloaded darling_macro v0.20.11
6142026-05-14T15:02:54.901Z Downloaded bb8 v0.8.6
6152026-05-14T15:02:54.907Z Downloaded fixedbitset v0.4.2
6162026-05-14T15:02:54.907Z Downloaded cfg_aliases v0.1.1
6172026-05-14T15:02:54.907Z Downloaded foldhash v0.2.0
6182026-05-14T15:02:54.909Z Downloaded foreign-types v0.3.2
6192026-05-14T15:02:54.909Z Downloaded async-stream-impl v0.3.6
6202026-05-14T15:02:54.914Z Downloaded embedded-io v0.4.0
6212026-05-14T15:02:54.918Z Downloaded futures-io v0.3.32
6222026-05-14T15:02:54.918Z Downloaded cipher v0.4.4
6232026-05-14T15:02:54.918Z Downloaded foreign-types-shared v0.1.1
6242026-05-14T15:02:54.921Z Downloaded dof v0.4.0
6252026-05-14T15:02:54.921Z Downloaded blowfish v0.9.1
6262026-05-14T15:02:54.921Z Downloaded fd-lock v4.0.4
6272026-05-14T15:02:54.922Z Downloaded corncobs v0.1.4
6282026-05-14T15:02:54.925Z Downloaded fxhash v0.2.1
6292026-05-14T15:02:54.925Z Downloaded foreign-types v0.5.0
6302026-05-14T15:02:54.925Z Downloaded gethostname v0.5.0
6312026-05-14T15:02:54.930Z Downloaded futures-core v0.3.32
6322026-05-14T15:02:54.930Z Downloaded crc v3.4.0
6332026-05-14T15:02:54.939Z Downloaded futures-macro v0.3.32
6342026-05-14T15:02:54.939Z Downloaded csv-core v0.1.13
6352026-05-14T15:02:54.939Z Downloaded fixedbitset v0.5.7
6362026-05-14T15:02:54.939Z Downloaded deranged v0.5.8
6372026-05-14T15:02:54.951Z Downloaded defmt v1.0.1
6382026-05-14T15:02:54.951Z Downloaded ff v0.13.1
6392026-05-14T15:02:54.951Z Downloaded castaway v0.2.4
6402026-05-14T15:02:54.951Z Downloaded either v1.15.0
6412026-05-14T15:02:54.951Z Downloaded derive_builder_core v0.20.2
6422026-05-14T15:02:54.951Z Downloaded git-stub v1.0.0
6432026-05-14T15:02:54.958Z Downloaded bytes v1.11.1
6442026-05-14T15:02:54.958Z Downloaded convert_case v0.10.0
6452026-05-14T15:02:54.958Z Downloaded backon v1.6.0
6462026-05-14T15:02:54.958Z Downloaded byte-wrapper v0.1.0
6472026-05-14T15:02:54.958Z Downloaded futures-sink v0.3.32
6482026-05-14T15:02:54.958Z Downloaded drift v0.1.4
6492026-05-14T15:02:54.963Z Downloaded ctr v0.9.2
6502026-05-14T15:02:54.963Z Downloaded crossbeam-deque v0.8.6
6512026-05-14T15:02:54.963Z Downloaded cpufeatures v0.3.0
6522026-05-14T15:02:54.963Z Downloaded constant_time_eq v0.4.2
6532026-05-14T15:02:54.963Z Downloaded cmake v0.1.57
6542026-05-14T15:02:54.967Z Downloaded flagset v0.4.7
6552026-05-14T15:02:54.967Z Downloaded find-msvc-tools v0.1.9
6562026-05-14T15:02:54.967Z Downloaded dropshot_endpoint v0.16.7
6572026-05-14T15:02:54.970Z Downloaded funty v2.0.0
6582026-05-14T15:02:54.970Z Downloaded foreign-types-shared v0.3.1
6592026-05-14T15:02:54.970Z Downloaded foreign-types-macros v0.2.3
6602026-05-14T15:02:54.970Z Downloaded darling v0.23.0
6612026-05-14T15:02:54.973Z Downloaded colored v3.1.1
6622026-05-14T15:02:54.976Z Downloaded http-body v1.0.1
6632026-05-14T15:02:54.976Z Downloaded hyper-tls v0.6.0
6642026-05-14T15:02:54.980Z Downloaded hostname v0.4.2
6652026-05-14T15:02:54.980Z Downloaded cexpr v0.6.0
6662026-05-14T15:02:54.986Z Downloaded futures-task v0.3.32
6672026-05-14T15:02:54.986Z Downloaded hex v0.4.3
6682026-05-14T15:02:54.986Z Downloaded base64 v0.22.1
6692026-05-14T15:02:54.992Z Downloaded foldhash v0.1.5
6702026-05-14T15:02:54.992Z Downloaded const_format_proc_macros v0.2.34
6712026-05-14T15:02:54.992Z Downloaded colored v2.2.0
6722026-05-14T15:02:54.992Z Downloaded chacha20 v0.9.1
6732026-05-14T15:02:54.999Z Downloaded headers-core v0.3.0
6742026-05-14T15:02:54.999Z Downloaded hubpack v0.1.2
6752026-05-14T15:02:54.999Z Downloaded httpdate v1.0.3
6762026-05-14T15:02:54.999Z Downloaded hash32 v0.2.1
6772026-05-14T15:02:54.999Z Downloaded home v0.5.12
6782026-05-14T15:02:54.999Z Downloaded globwalk v0.9.1
6792026-05-14T15:02:54.999Z Downloaded data-encoding v2.10.0
6802026-05-14T15:02:54.999Z Downloaded daft-derive v0.1.5
6812026-05-14T15:02:55.011Z Downloaded ident_case v1.0.1
6822026-05-14T15:02:55.011Z Downloaded hubpack_derive v0.1.1
6832026-05-14T15:02:55.011Z Downloaded ar_archive_writer v0.5.1
6842026-05-14T15:02:55.011Z Downloaded crypto-bigint v0.5.5
6852026-05-14T15:02:55.016Z Downloaded group v0.13.0
6862026-05-14T15:02:55.016Z Downloaded hostname v0.3.1
6872026-05-14T15:02:55.016Z Downloaded inout v0.1.4
6882026-05-14T15:02:55.016Z Downloaded hash32 v0.3.1
6892026-05-14T15:02:55.016Z Downloaded glob v0.3.3
6902026-05-14T15:02:55.016Z Downloaded fs-err v2.11.0
6912026-05-14T15:02:55.016Z Downloaded filetime v0.2.27
6922026-05-14T15:02:55.016Z Downloaded derive_more v2.1.1
6932026-05-14T15:02:55.020Z Downloaded diff v0.1.13
6942026-05-14T15:02:55.024Z Downloaded indoc v1.0.9
6952026-05-14T15:02:55.024Z Downloaded http-range v0.1.5
6962026-05-14T15:02:55.028Z Downloaded darling v0.21.3
6972026-05-14T15:02:55.050Z Downloaded is-terminal v0.4.17
6982026-05-14T15:02:55.050Z Downloaded fs_extra v1.3.0
6992026-05-14T15:02:55.050Z Downloaded kstat-rs v0.2.4
7002026-05-14T15:02:55.050Z Downloaded instant v0.1.13
7012026-05-14T15:02:55.063Z Downloaded derive-where v1.6.0
7022026-05-14T15:02:55.063Z Downloaded indent_write v2.2.0
7032026-05-14T15:02:55.063Z Downloaded is_ci v1.2.0
7042026-05-14T15:02:55.063Z Downloaded console v0.16.2
7052026-05-14T15:02:55.063Z Downloaded highway v1.3.0
7062026-05-14T15:02:55.063Z Downloaded cbc v0.1.2
7072026-05-14T15:02:55.063Z Downloaded ciborium v0.2.2
7082026-05-14T15:02:55.063Z Downloaded internet-checksum v0.2.1
7092026-05-14T15:02:55.063Z Downloaded globset v0.4.18
7102026-05-14T15:02:55.063Z Downloaded lazy_static v1.5.0
7112026-05-14T15:02:55.063Z Downloaded git-stub-vcs v0.1.0
7122026-05-14T15:02:55.063Z Downloaded lalrpop-util v0.19.12
7132026-05-14T15:02:55.064Z Downloaded allocator-api2 v0.2.21
7142026-05-14T15:02:55.064Z Downloaded keccak v0.1.6
7152026-05-14T15:02:55.064Z Downloaded der_derive v0.7.3
7162026-05-14T15:02:55.064Z Downloaded futures-executor v0.3.32
7172026-05-14T15:02:55.064Z Downloaded const-oid v0.9.6
7182026-05-14T15:02:55.064Z Downloaded http-body-util v0.1.3
7192026-05-14T15:02:55.064Z Downloaded cookie_store v0.22.1
7202026-05-14T15:02:55.067Z Downloaded libscf-sys v1.2.0
7212026-05-14T15:02:55.067Z Downloaded getrandom v0.2.17
7222026-05-14T15:02:55.067Z Downloaded hyper-staticfile v0.10.1
7232026-05-14T15:02:55.067Z Downloaded ecdsa v0.16.9
7242026-05-14T15:02:55.067Z Downloaded blake2 v0.10.6
7252026-05-14T15:02:55.067Z Downloaded linked-hash-map v0.5.6
7262026-05-14T15:02:55.067Z Downloaded chacha20 v0.10.0
7272026-05-14T15:02:55.067Z Downloaded indoc v2.0.7
7282026-05-14T15:02:55.067Z Downloaded futures-channel v0.3.32
7292026-05-14T15:02:55.070Z Downloaded lru v0.12.5
7302026-05-14T15:02:55.070Z Downloaded crossbeam-utils v0.8.21
7312026-05-14T15:02:55.073Z Downloaded mime v0.3.17
7322026-05-14T15:02:55.073Z Downloaded ed25519-dalek v2.2.0
7332026-05-14T15:02:55.076Z Downloaded managed v0.8.0
7342026-05-14T15:02:55.076Z Downloaded newtype-uuid-macros v0.1.0
7352026-05-14T15:02:55.076Z Downloaded maplit v1.0.2
7362026-05-14T15:02:55.079Z Downloaded md5 v0.7.0
7372026-05-14T15:02:55.079Z Downloaded md-5 v0.10.6
7382026-05-14T15:02:55.079Z Downloaded maybe-uninit v2.0.0
7392026-05-14T15:02:55.082Z Downloaded humantime v2.3.0
7402026-05-14T15:02:55.082Z Downloaded match_cfg v0.1.0
7412026-05-14T15:02:55.082Z Downloaded compact_str v0.8.1
7422026-05-14T15:02:55.088Z Downloaded newtype_derive v0.1.6
7432026-05-14T15:02:55.088Z Downloaded base64 v0.21.7
7442026-05-14T15:02:55.091Z Downloaded multimap v0.10.1
7452026-05-14T15:02:55.091Z Downloaded jobserver v0.1.34
7462026-05-14T15:02:55.091Z Downloaded hmac v0.12.1
7472026-05-14T15:02:55.092Z Downloaded derive_more v0.99.20
7482026-05-14T15:02:55.097Z Downloaded futures v0.3.32
7492026-05-14T15:02:55.100Z Downloaded memoffset v0.9.1
7502026-05-14T15:02:55.100Z Downloaded ipnet v2.11.0
7512026-05-14T15:02:55.100Z Downloaded nodrop v0.1.14
7522026-05-14T15:02:55.100Z Downloaded chacha20poly1305 v0.10.1
7532026-05-14T15:02:55.103Z Downloaded nibble_vec v0.1.0
7542026-05-14T15:02:55.103Z Downloaded newline-converter v0.3.0
7552026-05-14T15:02:55.103Z Downloaded new_debug_unreachable v1.0.6
7562026-05-14T15:02:55.103Z Downloaded normalize-line-endings v0.3.0
7572026-05-14T15:02:55.106Z Downloaded nonempty v0.12.0
7582026-05-14T15:02:55.106Z Downloaded libsw v3.5.0
7592026-05-14T15:02:55.106Z Downloaded ipnetwork v0.21.1
7602026-05-14T15:02:55.109Z Downloaded instability v0.3.11
7612026-05-14T15:02:55.109Z Downloaded half v1.8.3
7622026-05-14T15:02:55.112Z Downloaded lru-slab v0.1.2
7632026-05-14T15:02:55.112Z Downloaded ingot v0.1.1
7642026-05-14T15:02:55.112Z Downloaded num v0.4.3
7652026-05-14T15:02:55.115Z Downloaded lzss v0.8.2
7662026-05-14T15:02:55.115Z Downloaded num-conv v0.2.0
7672026-05-14T15:02:55.115Z Downloaded num-derive v0.4.2
7682026-05-14T15:02:55.121Z Downloaded ingot-types v0.1.2
7692026-05-14T15:02:55.121Z Downloaded num_enum_derive v0.5.11
7702026-05-14T15:02:55.121Z Downloaded num-iter v0.1.45
7712026-05-14T15:02:55.121Z Downloaded hyper-rustls v0.27.7
7722026-05-14T15:02:55.126Z Downloaded const_format v0.2.35
7732026-05-14T15:02:55.126Z Downloaded iana-time-zone v0.1.65
7742026-05-14T15:02:55.126Z Downloaded libefi-sys v0.1.0
7752026-05-14T15:02:55.134Z Downloaded elliptic-curve v0.13.8
7762026-05-14T15:02:55.134Z Downloaded lock_api v0.4.14
7772026-05-14T15:02:55.134Z Downloaded dropshot_endpoint v0.17.0
7782026-05-14T15:02:55.134Z Downloaded openssl-probe v0.2.1
7792026-05-14T15:02:55.137Z Downloaded des v0.8.1
7802026-05-14T15:02:55.137Z Downloaded multer v3.1.0
7812026-05-14T15:02:55.137Z Downloaded openssl-probe v0.1.6
7822026-05-14T15:02:55.137Z Downloaded opaque-debug v0.3.1
7832026-05-14T15:02:55.137Z Downloaded impl-trait-for-tuples v0.2.3
7842026-05-14T15:02:55.140Z Downloaded fatfs v0.3.6
7852026-05-14T15:02:55.140Z Downloaded oso-derive v0.27.3
7862026-05-14T15:02:55.143Z Downloaded openssl-macros v0.1.1
7872026-05-14T15:02:55.143Z Downloaded native-tls v0.2.18
7882026-05-14T15:02:55.143Z Downloaded nanorand v0.7.0
7892026-05-14T15:02:55.146Z Downloaded ingot-macros v0.1.1
7902026-05-14T15:02:55.146Z Downloaded hex-literal v0.4.1
7912026-05-14T15:02:55.146Z Downloaded crossbeam-epoch v0.9.18
7922026-05-14T15:02:55.149Z Downloaded parse-size v1.1.0
7932026-05-14T15:02:55.149Z Downloaded async-bb8-diesel v0.2.1
7942026-05-14T15:02:55.152Z Downloaded cookie v0.18.1
7952026-05-14T15:02:55.152Z Downloaded mime_guess v2.0.5
7962026-05-14T15:02:55.155Z Downloaded lru-cache v0.1.2
7972026-05-14T15:02:55.155Z Downloaded newtype-uuid v1.3.2
7982026-05-14T15:02:55.155Z Downloaded flume v0.11.1
7992026-05-14T15:02:55.161Z Downloaded half v2.7.1
8002026-05-14T15:02:55.164Z Downloaded darling_core v0.20.11
8012026-05-14T15:02:55.164Z Downloaded peg-runtime v0.8.5
8022026-05-14T15:02:55.164Z Downloaded pbkdf2 v0.12.2
8032026-05-14T15:02:55.164Z Downloaded pbkdf2 v0.11.0
8042026-05-14T15:02:55.167Z Downloaded path-slash v0.1.5
8052026-05-14T15:02:55.167Z Downloaded olpc-cjson v0.1.4
8062026-05-14T15:02:55.167Z Downloaded darling v0.20.11
8072026-05-14T15:02:55.170Z Downloaded nu-ansi-term v0.50.3
8082026-05-14T15:02:55.173Z Downloaded console v0.15.11
8092026-05-14T15:02:55.189Z Downloaded phf_shared v0.13.1
8102026-05-14T15:02:55.192Z Downloaded phf_shared v0.12.1
8112026-05-14T15:02:55.192Z Downloaded phf_shared v0.11.3
8122026-05-14T15:02:55.192Z Downloaded num_threads v0.1.7
8132026-05-14T15:02:55.195Z Downloaded num_enum_derive v0.7.5
8142026-05-14T15:02:55.195Z Downloaded num_enum v0.5.11
8152026-05-14T15:02:55.198Z Downloaded powerfmt v0.2.0
8162026-05-14T15:02:55.198Z Downloaded libloading v0.8.9
8172026-05-14T15:02:55.207Z Downloaded ignore v0.4.25
8182026-05-14T15:02:55.207Z Downloaded pin-utils v0.1.0
8192026-05-14T15:02:55.210Z Downloaded darling_core v0.23.0
8202026-05-14T15:02:55.210Z Downloaded proc-macro-crate v3.4.0
8212026-05-14T15:02:55.210Z Downloaded predicates-core v1.0.10
8222026-05-14T15:02:55.211Z Downloaded parse-display v0.10.0
8232026-05-14T15:02:55.211Z Downloaded indexmap v1.9.3
8242026-05-14T15:02:55.211Z Downloaded darling_core v0.21.3
8252026-05-14T15:02:55.213Z Downloaded proc-macro-crate v1.3.1
8262026-05-14T15:02:55.213Z Downloaded predicates-tree v1.0.13
8272026-05-14T15:02:55.213Z Downloaded packed_struct_codegen v0.10.1
8282026-05-14T15:02:55.216Z Downloaded litrs v1.0.0
8292026-05-14T15:02:55.216Z Downloaded num-rational v0.4.2
8302026-05-14T15:02:55.219Z Downloaded paste v1.0.15
8312026-05-14T15:02:55.222Z Downloaded oxnet v0.1.4
8322026-05-14T15:02:55.222Z Downloaded oxide-tokio-rt v0.1.4
8332026-05-14T15:02:55.225Z Downloaded cc v1.2.56
8342026-05-14T15:02:55.225Z Downloaded progenitor-client v0.10.0
8352026-05-14T15:02:55.227Z Downloaded heapless v0.8.0
8362026-05-14T15:02:55.231Z Downloaded der v0.7.10
8372026-05-14T15:02:55.238Z Downloaded proc-macro-error-attr2 v2.0.0
8382026-05-14T15:02:55.238Z Downloaded precomputed-hash v0.1.1
8392026-05-14T15:02:55.238Z Downloaded packed_struct v0.10.1
8402026-05-14T15:02:55.238Z Downloaded owo-colors v4.3.0
8412026-05-14T15:02:55.241Z Downloaded memmap2 v0.9.10
8422026-05-14T15:02:55.242Z Downloaded pem-rfc7468 v0.7.0
8432026-05-14T15:02:55.242Z Downloaded password-hash v0.5.0
8442026-05-14T15:02:55.242Z Downloaded parse-display-derive v0.10.0
8452026-05-14T15:02:55.242Z Downloaded pem v3.0.6
8462026-05-14T15:02:55.242Z Downloaded heapless v0.7.17
8472026-05-14T15:02:55.245Z Downloaded progenitor-macro v0.13.0
8482026-05-14T15:02:55.245Z Downloaded progenitor-macro v0.11.2
8492026-05-14T15:02:55.245Z Downloaded progenitor-client v0.14.0
8502026-05-14T15:02:55.247Z Downloaded progenitor-macro v0.14.0
8512026-05-14T15:02:55.247Z Downloaded headers v0.4.1
8522026-05-14T15:02:55.250Z Downloaded quick-error v1.2.3
8532026-05-14T15:02:55.253Z Downloaded phf v0.12.1
8542026-05-14T15:02:55.253Z Downloaded num-complex v0.4.6
8552026-05-14T15:02:55.253Z Downloaded indicatif v0.18.4
8562026-05-14T15:02:55.256Z Downloaded psl-types v2.0.11
8572026-05-14T15:02:55.256Z Downloaded libbz2-rs-sys v0.2.2
8582026-05-14T15:02:55.258Z Downloaded num_enum v0.7.5
8592026-05-14T15:02:55.261Z Downloaded pin-project-internal v1.1.11
8602026-05-14T15:02:55.261Z Downloaded peg v0.8.5
8612026-05-14T15:02:55.264Z Downloaded radium v0.7.0
8622026-05-14T15:02:55.267Z Downloaded pkcs8 v0.10.2
8632026-05-14T15:02:55.267Z Downloaded polyval v0.6.2
8642026-05-14T15:02:55.270Z Downloaded crossbeam-channel v0.5.15
8652026-05-14T15:02:55.272Z Downloaded flate2 v1.1.9
8662026-05-14T15:02:55.275Z Downloaded predicates v3.1.4
8672026-05-14T15:02:55.275Z Downloaded poly1305 v0.8.0
8682026-05-14T15:02:55.280Z Downloaded diesel_derives v2.3.7
8692026-05-14T15:02:55.288Z Downloaded ref-cast v1.0.25
8702026-05-14T15:02:55.288Z Downloaded recursive-proc-macro-impl v0.1.1
8712026-05-14T15:02:55.288Z Downloaded rand_xorshift v0.4.0
8722026-05-14T15:02:55.296Z Downloaded rand_chacha v0.3.1
8732026-05-14T15:02:55.296Z Downloaded parking_lot_core v0.8.6
8742026-05-14T15:02:55.296Z Downloaded getrandom v0.3.4
8752026-05-14T15:02:55.296Z Downloaded expectorate v1.2.0
8762026-05-14T15:02:55.296Z Downloaded parking_lot_core v0.9.12
8772026-05-14T15:02:55.296Z Downloaded progenitor v0.14.0
8782026-05-14T15:02:55.301Z Downloaded progenitor v0.13.0
8792026-05-14T15:02:55.301Z Downloaded primeorder v0.13.6
8802026-05-14T15:02:55.301Z Downloaded num-integer v0.1.46
8812026-05-14T15:02:55.301Z Downloaded progenitor-client v0.13.0
8822026-05-14T15:02:55.301Z Downloaded parking_lot v0.12.5
8832026-05-14T15:02:55.301Z Downloaded rfc6979 v0.4.0
8842026-05-14T15:02:55.305Z Downloaded derive_more-impl v2.1.1
8852026-05-14T15:02:55.305Z Downloaded recursive v0.1.1
8862026-05-14T15:02:55.305Z Downloaded ref-cast-impl v1.0.25
8872026-05-14T15:02:55.305Z Downloaded progenitor-client v0.11.2
8882026-05-14T15:02:55.313Z Downloaded password-hash v0.4.2
8892026-05-14T15:02:55.313Z Downloaded progenitor-extras v0.2.0
8902026-05-14T15:02:55.313Z Downloaded aes-gcm v0.10.3
8912026-05-14T15:02:55.318Z Downloaded progenitor-macro v0.10.0
8922026-05-14T15:02:55.318Z Downloaded progenitor v0.11.2
8932026-05-14T15:02:55.318Z Downloaded proc-macro-error2 v2.0.1
8942026-05-14T15:02:55.318Z Downloaded progenitor v0.10.0
8952026-05-14T15:02:55.318Z Downloaded peg-macros v0.8.5
8962026-05-14T15:02:55.318Z Downloaded omicron-zone-package v0.12.2
8972026-05-14T15:02:55.321Z Downloaded hickory-resolver v0.24.4
8982026-05-14T15:02:55.321Z Downloaded rustc_version v0.1.7
8992026-05-14T15:02:55.322Z Downloaded rtoolbox v0.0.3
9002026-05-14T15:02:55.328Z Downloaded linear-map v1.2.0
9012026-05-14T15:02:55.328Z Downloaded phf v0.13.1
9022026-05-14T15:02:55.328Z Downloaded libsw-core v0.3.2
9032026-05-14T15:02:55.328Z Downloaded r2d2 v0.8.10
9042026-05-14T15:02:55.328Z Downloaded rustc_version v0.4.1
9052026-05-14T15:02:55.333Z Downloaded pkg-config v0.3.32
9062026-05-14T15:02:55.333Z Downloaded russh-cryptovec v0.7.3
9072026-05-14T15:02:55.333Z Downloaded psm v0.1.30
9082026-05-14T15:02:55.333Z Downloaded rustc-hash v2.1.1
9092026-05-14T15:02:55.333Z Downloaded postgres-types v0.2.12
9102026-05-14T15:02:55.340Z Downloaded postcard v1.1.3
9112026-05-14T15:02:55.340Z Downloaded async-compression v0.4.41
9122026-05-14T15:02:55.344Z Downloaded rand_seeder v0.4.0
9132026-05-14T15:02:55.344Z Downloaded rand_core v0.10.0
9142026-05-14T15:02:55.344Z Downloaded rand_core v0.9.5
9152026-05-14T15:02:55.344Z Downloaded ppv-lite86 v0.2.21
9162026-05-14T15:02:55.344Z Downloaded pkcs5 v0.7.1
9172026-05-14T15:02:55.346Z Downloaded rand_chacha v0.9.0
9182026-05-14T15:02:55.347Z Downloaded postgres-protocol v0.6.10
9192026-05-14T15:02:55.349Z Downloaded pkcs1 v0.7.5
9202026-05-14T15:02:55.349Z Downloaded pin-project-lite v0.2.17
9212026-05-14T15:02:55.352Z Downloaded sapling-renderdag v0.1.0
9222026-05-14T15:02:55.357Z Downloaded salsa20 v0.10.2
9232026-05-14T15:02:55.358Z Downloaded rand_core v0.6.4
9242026-05-14T15:02:55.360Z Downloaded papergrid v0.17.0
9252026-05-14T15:02:55.360Z Downloaded hashbrown v0.12.3
9262026-05-14T15:02:55.364Z Downloaded oso v0.27.3
9272026-05-14T15:02:55.364Z Downloaded dropshot-api-manager v0.7.1
9282026-05-14T15:02:55.367Z Downloaded scopeguard v1.2.0
9292026-05-14T15:02:55.367Z Downloaded scrypt v0.11.0
9302026-05-14T15:02:55.370Z Downloaded scroll_derive v0.13.1
9312026-05-14T15:02:55.370Z Downloaded resolv-conf v0.7.6
9322026-05-14T15:02:55.370Z Downloaded jiff-static v0.2.21
9332026-05-14T15:02:55.373Z Downloaded scheduled-thread-pool v0.2.7
9342026-05-14T15:02:55.373Z Downloaded httparse v1.10.1
9352026-05-14T15:02:55.376Z Downloaded compression-codecs v0.4.37
9362026-05-14T15:02:55.376Z Downloaded cancel-safe-futures v0.1.5
9372026-05-14T15:02:55.380Z Downloaded derive_builder v0.20.2
9382026-05-14T15:02:55.385Z Downloaded ghash v0.5.1
9392026-05-14T15:02:55.385Z Downloaded arrayvec v0.7.6
9402026-05-14T15:02:55.385Z Downloaded seq-macro v0.3.6
9412026-05-14T15:02:55.391Z Downloaded hickory-resolver v0.25.2
9422026-05-14T15:02:55.391Z Downloaded minimal-lexical v0.2.1
9432026-05-14T15:02:55.391Z Downloaded secrecy v0.10.3
9442026-05-14T15:02:55.391Z Downloaded crc-any v2.5.0
9452026-05-14T15:02:55.396Z Downloaded clang-sys v1.8.1
9462026-05-14T15:02:55.396Z Downloaded shell-words v1.1.1
9472026-05-14T15:02:55.396Z Downloaded sha1 v0.10.6
9482026-05-14T15:02:55.396Z Downloaded serde-big-array v0.5.1
9492026-05-14T15:02:55.396Z Downloaded bzip2 v0.4.4
9502026-05-14T15:02:55.404Z Downloaded serde_bytes v0.11.19
9512026-05-14T15:02:55.404Z Downloaded diesel-dtrace v0.5.0
9522026-05-14T15:02:55.404Z Downloaded miniz_oxide v0.8.9
9532026-05-14T15:02:55.408Z Downloaded signal-hook-tokio v0.3.1
9542026-05-14T15:02:55.408Z Downloaded prefix-trie v0.7.0
9552026-05-14T15:02:55.408Z Downloaded aes v0.8.4
9562026-05-14T15:02:55.408Z Downloaded rustls-pemfile v1.0.4
9572026-05-14T15:02:55.408Z Downloaded rustls-pemfile v2.2.0
9582026-05-14T15:02:55.411Z Downloaded rusty-fork v0.3.1
9592026-05-14T15:02:55.411Z Downloaded pin-project v1.1.11
9602026-05-14T15:02:55.417Z Downloaded rustls-native-certs v0.8.3
9612026-05-14T15:02:55.419Z Downloaded signature v2.2.0
9622026-05-14T15:02:55.419Z Downloaded sigpipe v0.1.3
9632026-05-14T15:02:55.422Z Downloaded signal-hook-mio v0.2.5
9642026-05-14T15:02:55.422Z Downloaded same-file v1.0.6
9652026-05-14T15:02:55.422Z Downloaded rustversion v1.0.22
9662026-05-14T15:02:55.426Z Downloaded schemars_derive v0.8.22
9672026-05-14T15:02:55.426Z Downloaded parking_lot v0.11.2
9682026-05-14T15:02:55.428Z Downloaded p256 v0.13.2
9692026-05-14T15:02:55.428Z Downloaded serde_urlencoded v0.7.1
9702026-05-14T15:02:55.435Z Downloaded serde_spanned v1.0.4
9712026-05-14T15:02:55.436Z Downloaded serde_plain v1.0.2
9722026-05-14T15:02:55.436Z Downloaded derive-ex v0.1.8
9732026-05-14T15:02:55.439Z Downloaded cargo_metadata v0.19.2
9742026-05-14T15:02:55.439Z Downloaded hashbrown v0.13.2
9752026-05-14T15:02:55.439Z Downloaded scroll v0.13.0
9762026-05-14T15:02:55.439Z Downloaded siphasher v1.0.2
9772026-05-14T15:02:55.439Z Downloaded async-trait v0.1.89
9782026-05-14T15:02:55.443Z Downloaded slog-bunyan v2.5.0
9792026-05-14T15:02:55.443Z Downloaded semver v0.1.20
9802026-05-14T15:02:55.443Z Downloaded sec1 v0.7.3
9812026-05-14T15:02:55.443Z Downloaded slog-envlogger v2.2.0
9822026-05-14T15:02:55.446Z Downloaded bitflags v1.3.2
9832026-05-14T15:02:55.449Z Downloaded progenitor-impl v0.13.0
9842026-05-14T15:02:55.456Z Downloaded progenitor-impl v0.11.2
9852026-05-14T15:02:55.464Z Downloaded sct v0.7.1
9862026-05-14T15:02:55.468Z Downloaded ssh-cipher v0.2.0
9872026-05-14T15:02:55.468Z Downloaded hickory-server v0.25.2
9882026-05-14T15:02:55.473Z Downloaded http v1.4.0
9892026-05-14T15:02:55.475Z Downloaded structmeta v0.3.0
9902026-05-14T15:02:55.475Z Downloaded strip-ansi-escapes v0.2.1
9912026-05-14T15:02:55.475Z Downloaded serde_repr v0.1.20
9922026-05-14T15:02:55.478Z Downloaded serde_path_to_error v0.1.20
9932026-05-14T15:02:55.478Z Downloaded ssh-encoding v0.2.0
9942026-05-14T15:02:55.481Z Downloaded serde-hex v0.1.0
9952026-05-14T15:02:55.481Z Downloaded structmeta-derive v0.3.0
9962026-05-14T15:02:55.481Z Downloaded openssl-sys v0.9.115
9972026-05-14T15:02:55.484Z Downloaded rustls-pki-types v1.14.0
9982026-05-14T15:02:55.487Z Downloaded sqlparser_derive v0.5.0
9992026-05-14T15:02:55.487Z Downloaded quinn-udp v0.5.14
10002026-05-14T15:02:55.489Z Downloaded slog-async v2.8.0
10012026-05-14T15:02:55.490Z Downloaded slab v0.4.12
10022026-05-14T15:02:55.493Z Downloaded shlex v1.3.0
10032026-05-14T15:02:55.493Z Downloaded subtle v2.6.1
10042026-05-14T15:02:55.496Z Downloaded strum v0.27.2
10052026-05-14T15:02:55.496Z Downloaded strum v0.26.3
10062026-05-14T15:02:55.501Z Downloaded rcgen v0.12.1
10072026-05-14T15:02:55.504Z Downloaded signal-hook-registry v1.4.8
10082026-05-14T15:02:55.507Z Downloaded slog-scope v4.4.1
10092026-05-14T15:02:55.510Z Downloaded tagptr v0.2.0
10102026-05-14T15:02:55.511Z Downloaded take_mut v0.2.2
10112026-05-14T15:02:55.511Z Downloaded slog-stdlog v4.1.1
10122026-05-14T15:02:55.515Z Downloaded tabwriter v1.4.1
10132026-05-14T15:02:55.515Z Downloaded sync_wrapper v1.0.2
10142026-05-14T15:02:55.515Z Downloaded slog-json v2.6.1
10152026-05-14T15:02:55.515Z Downloaded tap v1.0.1
10162026-05-14T15:02:55.519Z Downloaded num-bigint v0.4.6
10172026-05-14T15:02:55.519Z Downloaded smallvec v0.6.14
10182026-05-14T15:02:55.524Z Downloaded crossterm v0.29.0
10192026-05-14T15:02:55.524Z Downloaded sync-ptr v0.1.4
10202026-05-14T15:02:55.527Z Downloaded itertools v0.10.5
10212026-05-14T15:02:55.527Z Downloaded termtree v0.5.1
10222026-05-14T15:02:55.529Z Downloaded thread-id v5.1.0
10232026-05-14T15:02:55.529Z Downloaded spki v0.7.3
10242026-05-14T15:02:55.534Z Downloaded tabled_derive v0.11.0
10252026-05-14T15:02:55.534Z Downloaded thiserror-impl-no-std v2.0.2
10262026-05-14T15:02:55.534Z Downloaded testing_table v0.3.0
10272026-05-14T15:02:55.534Z Downloaded secrecy v0.8.0
10282026-05-14T15:02:55.537Z Downloaded static_assertions v1.1.0
10292026-05-14T15:02:55.537Z Downloaded stacker v0.1.23
10302026-05-14T15:02:55.538Z Downloaded sqlformat v0.3.5
10312026-05-14T15:02:55.538Z Downloaded progenitor-impl v0.10.0
10322026-05-14T15:02:55.544Z Downloaded snafu-derive v0.8.9
10332026-05-14T15:02:55.544Z Downloaded smf v0.2.3
10342026-05-14T15:02:55.544Z Downloaded serde_cbor v0.11.2
10352026-05-14T15:02:55.544Z Downloaded time-core v0.1.8
10362026-05-14T15:02:55.544Z Downloaded string_cache v0.8.9
10372026-05-14T15:02:55.547Z Downloaded russh-keys v0.45.0
10382026-05-14T15:02:55.547Z Downloaded tinyvec_macros v0.1.1
10392026-05-14T15:02:55.547Z Downloaded serde_derive_internals v0.29.1
10402026-05-14T15:02:55.550Z Downloaded rustls-platform-verifier v0.6.2
10412026-05-14T15:02:55.550Z Downloaded stringprep v0.1.5
10422026-05-14T15:02:55.554Z Downloaded iddqd v0.3.18
10432026-05-14T15:02:55.561Z Downloaded schemars v0.8.22
10442026-05-14T15:02:55.563Z Downloaded strum_macros v0.26.4
10452026-05-14T15:02:55.563Z Downloaded tokio-macros v2.7.0
10462026-05-14T15:02:55.566Z Downloaded ryu v1.0.23
10472026-05-14T15:02:55.566Z Downloaded mio v1.2.0
10482026-05-14T15:02:55.569Z Downloaded hashbrown v0.16.1
10492026-05-14T15:02:55.572Z Downloaded rayon-core v1.13.0
10502026-05-14T15:02:55.575Z Downloaded supports-color v3.0.2
10512026-05-14T15:02:55.578Z Downloaded pretty_assertions v1.4.1
10522026-05-14T15:02:55.578Z Downloaded slog-dtrace v0.3.0
10532026-05-14T15:02:55.578Z Downloaded hyper-util v0.1.20
10542026-05-14T15:02:55.582Z Downloaded support-bundle-viewer v0.1.2
10552026-05-14T15:02:55.588Z Downloaded nom v7.1.3
10562026-05-14T15:02:55.588Z Downloaded progenitor-impl v0.14.0
10572026-05-14T15:02:55.591Z Downloaded spin v0.9.8
10582026-05-14T15:02:55.591Z Downloaded termios v0.3.3
10592026-05-14T15:02:55.591Z Downloaded itertools v0.13.0
10602026-05-14T15:02:55.594Z Downloaded libxml v0.3.3
10612026-05-14T15:02:55.597Z Downloaded topological-sort v0.2.2
10622026-05-14T15:02:55.602Z Downloaded thread_local v1.1.9
10632026-05-14T15:02:55.602Z Downloaded aho-corasick v1.1.4
10642026-05-14T15:02:55.605Z Downloaded quinn v0.11.9
10652026-05-14T15:02:55.609Z Downloaded qorb v0.4.1
10662026-05-14T15:02:55.609Z Downloaded publicsuffix v2.3.0
10672026-05-14T15:02:55.614Z Downloaded time-macros v0.2.27
10682026-05-14T15:02:55.614Z Downloaded tower-service v0.3.3
10692026-05-14T15:02:55.614Z Downloaded tower-layer v0.3.3
10702026-05-14T15:02:55.614Z Downloaded tiny-keccak v2.0.2
10712026-05-14T15:02:55.620Z Downloaded thiserror-no-std v2.0.2
10722026-05-14T15:02:55.620Z Downloaded tokio-dtrace v0.1.1
10732026-05-14T15:02:55.627Z Downloaded tls_codec_derive v0.4.2
10742026-05-14T15:02:55.627Z Downloaded tls_codec v0.4.2
10752026-05-14T15:02:55.627Z Downloaded rand v0.8.6
10762026-05-14T15:02:55.627Z Downloaded trait-variant v0.1.2
10772026-05-14T15:02:55.627Z Downloaded strum_macros v0.24.3
10782026-05-14T15:02:55.627Z Downloaded prettyplease v0.2.37
10792026-05-14T15:02:55.627Z Downloaded signal-hook v0.3.18
10802026-05-14T15:02:55.630Z Downloaded serde_yaml v0.9.34+deprecated
10812026-05-14T15:02:55.630Z Downloaded strum_macros v0.27.2
10822026-05-14T15:02:55.635Z Downloaded similar v2.7.0
10832026-05-14T15:02:55.636Z Downloaded unarray v0.1.4
10842026-05-14T15:02:55.636Z Downloaded typify-macro v0.4.3
10852026-05-14T15:02:55.636Z Downloaded schemars v0.9.0
10862026-05-14T15:02:55.642Z Downloaded universal-hash v0.5.1
10872026-05-14T15:02:55.645Z Downloaded unit-prefix v0.5.2
10882026-05-14T15:02:55.645Z Downloaded unicode-truncate v1.1.0
10892026-05-14T15:02:55.645Z Downloaded typify-macro v0.6.2
10902026-05-14T15:02:55.645Z Downloaded try-lock v0.2.5
10912026-05-14T15:02:55.648Z Downloaded serde_with_macros v3.17.0
10922026-05-14T15:02:55.648Z Downloaded bindgen v0.71.1
10932026-05-14T15:02:55.653Z Downloaded usdt-macro v0.6.0
10942026-05-14T15:02:55.658Z Downloaded rsa v0.9.10
10952026-05-14T15:02:55.658Z Downloaded usdt v0.6.0
10962026-05-14T15:02:55.658Z Downloaded tokio-native-tls v0.3.1
10972026-05-14T15:02:55.658Z Downloaded term v0.7.0
10982026-05-14T15:02:55.662Z Downloaded crossterm v0.28.1
10992026-05-14T15:02:55.665Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11002026-05-14T15:02:55.665Z Downloaded usdt-attr-macro v0.6.0
11012026-05-14T15:02:55.665Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11022026-05-14T15:02:55.668Z Downloaded utf-8 v0.7.6
11032026-05-14T15:02:55.668Z Downloaded untrusted v0.9.0
11042026-05-14T15:02:55.668Z Downloaded untrusted v0.7.1
11052026-05-14T15:02:55.668Z Downloaded socket2 v0.5.10
11062026-05-14T15:02:55.671Z Downloaded slog-term v2.9.2
11072026-05-14T15:02:55.671Z Downloaded term v1.2.1
11082026-05-14T15:02:55.674Z Downloaded ron v0.8.1
11092026-05-14T15:02:55.677Z Downloaded toml_writer v1.0.6+spec-1.1.0
11102026-05-14T15:02:55.677Z Downloaded simd-adler32 v0.3.8
11112026-05-14T15:02:55.685Z Downloaded want v0.3.1
11122026-05-14T15:02:55.690Z Downloaded wait-timeout v0.2.1
11132026-05-14T15:02:55.690Z Downloaded waitgroup v0.1.2
11142026-05-14T15:02:55.690Z Downloaded void v1.0.2
11152026-05-14T15:02:55.694Z Downloaded tui-tree-widget v0.23.1
11162026-05-14T15:02:55.694Z Downloaded blake3 v1.8.3
11172026-05-14T15:02:55.699Z Downloaded rustls-webpki v0.103.9
11182026-05-14T15:02:55.699Z Downloaded itertools v0.12.1
11192026-05-14T15:02:55.703Z Downloaded h2 v0.4.13
11202026-05-14T15:02:55.707Z Downloaded xattr v1.6.1
11212026-05-14T15:02:55.711Z Downloaded tokio-rustls v0.24.1
11222026-05-14T15:02:55.711Z Downloaded socket2 v0.6.3
11232026-05-14T15:02:55.711Z Downloaded samael v0.0.19
11242026-05-14T15:02:55.714Z Downloaded futures-util v0.3.32
11252026-05-14T15:02:55.720Z Downloaded zeroize_derive v1.4.3
11262026-05-14T15:02:55.723Z Downloaded xshell-macros v0.2.7
11272026-05-14T15:02:55.723Z Downloaded unicase v2.9.0
11282026-05-14T15:02:55.723Z Downloaded subprocess v0.2.15
11292026-05-14T15:02:55.725Z Downloaded slog v2.8.2
11302026-05-14T15:02:55.729Z Downloaded schemars v1.2.1
11312026-05-14T15:02:55.734Z Downloaded tokio-rustls v0.26.4
11322026-05-14T15:02:55.738Z Downloaded tokio-rustls v0.25.0
11332026-05-14T15:02:55.738Z Downloaded uzers v0.12.2
11342026-05-14T15:02:55.738Z Downloaded tokio-stream v0.1.18
11352026-05-14T15:02:55.741Z Downloaded zone v0.3.1
11362026-05-14T15:02:55.741Z Downloaded vergen-git2 v1.0.7
11372026-05-14T15:02:55.744Z Downloaded usdt-impl v0.6.0
11382026-05-14T15:02:55.744Z Downloaded tokio-tungstenite v0.23.1
11392026-05-14T15:02:55.744Z Downloaded num-bigint-dig v0.8.6
11402026-05-14T15:02:55.747Z Downloaded zone_cfg_derive v0.3.1
11412026-05-14T15:02:55.749Z Downloaded itertools v0.14.0
11422026-05-14T15:02:55.752Z Downloaded vergen-lib v0.1.6
11432026-05-14T15:02:55.753Z Downloaded hashbrown v0.15.5
11442026-05-14T15:02:55.756Z Downloaded toml_parser v1.0.9+spec-1.1.0
11452026-05-14T15:02:55.761Z Downloaded test-strategy v0.4.5
11462026-05-14T15:02:55.761Z Downloaded vergen-gitcl v1.0.8
11472026-05-14T15:02:55.761Z Downloaded hyper v1.8.1
11482026-05-14T15:02:55.764Z Downloaded rand v0.9.2
11492026-05-14T15:02:55.776Z Downloaded hkdf v0.12.4
11502026-05-14T15:02:55.779Z Downloaded twox-hash v2.1.2
11512026-05-14T15:02:55.779Z Downloaded tinyvec v1.10.0
11522026-05-14T15:02:55.779Z Downloaded snafu v0.8.9
11532026-05-14T15:02:55.779Z Downloaded wyz v0.5.1
11542026-05-14T15:02:55.779Z Downloaded whoami v2.1.0
11552026-05-14T15:02:55.780Z Downloaded whoami v1.6.1
11562026-05-14T15:02:55.780Z Downloaded tokio-tungstenite v0.21.0
11572026-05-14T15:02:55.783Z Downloaded bitvec v1.0.1
11582026-05-14T15:02:55.789Z Downloaded xshell v0.2.7
11592026-05-14T15:02:55.797Z Downloaded tracing-attributes v0.1.31
11602026-05-14T15:02:55.797Z Downloaded unicode-properties v0.1.4
11612026-05-14T15:02:55.797Z Downloaded tar v0.4.45
11622026-05-14T15:02:55.797Z Downloaded iri-string v0.7.10
11632026-05-14T15:02:55.800Z Downloaded zeroize v1.8.2
11642026-05-14T15:02:55.800Z Downloaded toml v0.9.12+spec-1.1.0
11652026-05-14T15:02:55.804Z Downloaded vergen v9.0.6
11662026-05-14T15:02:55.804Z Downloaded toml v0.7.8
11672026-05-14T15:02:55.807Z Downloaded toml v1.0.6+spec-1.1.0
11682026-05-14T15:02:55.807Z Downloaded zstd v0.13.3
11692026-05-14T15:02:55.810Z Downloaded libm v0.2.16
11702026-05-14T15:02:55.814Z Downloaded walkdir v2.5.0
11712026-05-14T15:02:55.818Z Downloaded p521 v0.13.3
11722026-05-14T15:02:55.818Z Downloaded steno v0.4.1
11732026-05-14T15:02:55.824Z Downloaded rustyline v14.0.0
11742026-05-14T15:02:55.829Z Downloaded vsss-rs v3.3.4
11752026-05-14T15:02:55.829Z Downloaded tungstenite v0.23.0
11762026-05-14T15:02:55.829Z Downloaded rand v0.10.0
11772026-05-14T15:02:55.836Z Downloaded yasna v0.5.2
11782026-05-14T15:02:55.840Z Downloaded unicode-bidi v0.3.18
11792026-05-14T15:02:55.840Z Downloaded zerocopy v0.6.6
11802026-05-14T15:02:55.851Z Downloaded zstd-safe v7.2.4
11812026-05-14T15:02:55.861Z Downloaded uuid v1.23.0
11822026-05-14T15:02:55.861Z Downloaded toml_edit v0.23.10+spec-1.0.0
11832026-05-14T15:02:55.864Z Downloaded unsafe-libyaml v0.2.11
11842026-05-14T15:02:55.864Z Downloaded rpassword v7.4.0
11852026-05-14T15:02:55.864Z Downloaded russh v0.45.0
11862026-05-14T15:02:55.864Z Downloaded tracing-core v0.1.36
11872026-05-14T15:02:55.868Z Downloaded typify v0.6.2
11882026-05-14T15:02:55.874Z Downloaded typify v0.4.3
11892026-05-14T15:02:55.876Z Downloaded tungstenite v0.21.0
11902026-05-14T15:02:55.895Z Downloaded zopfli v0.8.3
11912026-05-14T15:02:55.902Z Downloaded chrono v0.4.44
11922026-05-14T15:02:55.905Z Downloaded aws-lc-rs v1.16.3
11932026-05-14T15:02:55.911Z Downloaded vte v0.14.1
11942026-05-14T15:02:55.913Z Downloaded toml_edit v0.19.15
11952026-05-14T15:02:55.921Z Downloaded tokio-postgres v0.7.16
11962026-05-14T15:02:55.926Z Downloaded unicode_categories v0.1.1
11972026-05-14T15:02:55.929Z Downloaded p384 v0.13.1
11982026-05-14T15:02:55.929Z Downloaded zip v0.6.6
11992026-05-14T15:02:55.932Z Downloaded reqwest v0.13.2
12002026-05-14T15:02:55.935Z Downloaded reedline v0.40.0
12012026-05-14T15:02:55.944Z Downloaded git2 v0.20.4
12022026-05-14T15:02:55.949Z Downloaded portable-atomic v1.13.1
12032026-05-14T15:02:55.966Z Downloaded regex v1.12.3
12042026-05-14T15:02:55.971Z Downloaded yansi v1.0.1
12052026-05-14T15:02:55.974Z Downloaded rayon v1.11.0
12062026-05-14T15:02:55.976Z Downloaded goblin v0.10.5
12072026-05-14T15:02:55.980Z Downloaded lalrpop v0.19.12
12082026-05-14T15:02:55.986Z Downloaded x509-cert v0.2.5
12092026-05-14T15:02:55.990Z Downloaded tower v0.5.3
12102026-05-14T15:02:55.994Z Downloaded rustls-webpki v0.101.7
12112026-05-14T15:02:56.003Z Downloaded reqwest v0.12.28
12122026-05-14T15:02:56.006Z Downloaded zerocopy-derive v0.8.40
12132026-05-14T15:02:56.011Z Downloaded moka v0.12.13
12142026-05-14T15:02:56.017Z Downloaded ssh-key v0.6.7
12152026-05-14T15:02:56.019Z Downloaded salty v0.3.0
12162026-05-14T15:02:56.023Z Downloaded unicode-segmentation v1.12.0
12172026-05-14T15:02:56.026Z Downloaded unicode-normalization v0.1.25
12182026-05-14T15:02:56.030Z Downloaded tokio-util v0.7.18
12192026-05-14T15:02:56.033Z Downloaded typed-path v0.9.3
12202026-05-14T15:02:56.035Z Downloaded quick-xml v0.37.5
12212026-05-14T15:02:56.039Z Downloaded zip v4.6.1
12222026-05-14T15:02:56.049Z Downloaded serde_with v3.17.0
12232026-05-14T15:02:56.052Z Downloaded tower-http v0.6.8
12242026-05-14T15:02:56.055Z Downloaded petname v2.0.2
12252026-05-14T15:02:56.071Z Downloaded tough v0.22.0
12262026-05-14T15:02:56.082Z Downloaded nix v0.27.1
12272026-05-14T15:02:56.090Z Downloaded rustls-webpki v0.102.8
12282026-05-14T15:02:56.098Z Downloaded quinn-proto v0.11.13
12292026-05-14T15:02:56.102Z Downloaded proptest v1.11.0
12302026-05-14T15:02:56.107Z Downloaded object v0.30.4
12312026-05-14T15:02:56.113Z Downloaded radix_trie v0.2.1
12322026-05-14T15:02:56.116Z Downloaded dropshot v0.16.7
12332026-05-14T15:02:56.128Z Downloaded winnow v0.5.40
12342026-05-14T15:02:56.137Z Downloaded polar-core v0.27.3
12352026-05-14T15:02:56.143Z Downloaded bstr v1.12.1
12362026-05-14T15:02:56.148Z Downloaded tabled v0.20.0
12372026-05-14T15:02:56.159Z Downloaded regex-syntax v0.6.29
12382026-05-14T15:02:56.169Z Downloaded dropshot v0.17.0
12392026-05-14T15:02:56.175Z Downloaded winnow v0.6.26
12402026-05-14T15:02:56.187Z Downloaded openssl v0.10.79
12412026-05-14T15:02:56.191Z Downloaded nix v0.29.0
12422026-05-14T15:02:56.198Z Downloaded zlib-rs v0.6.2
12432026-05-14T15:02:56.202Z Downloaded vcpkg v0.2.15
12442026-05-14T15:02:56.224Z Downloaded time v0.3.47
12452026-05-14T15:02:56.231Z Downloaded hickory-proto v0.24.4
12462026-05-14T15:02:56.239Z Downloaded regex-syntax v0.8.10
12472026-05-14T15:02:56.243Z Downloaded openapiv3 v2.2.0
12482026-05-14T15:02:56.251Z Downloaded hickory-proto v0.25.2
12492026-05-14T15:02:56.260Z Downloaded webpki-roots v1.0.6
12502026-05-14T15:02:56.263Z Downloaded smoltcp v0.9.1
12512026-05-14T15:02:56.268Z Downloaded diesel v2.3.7
12522026-05-14T15:02:56.280Z Downloaded zerocopy v0.8.40
12532026-05-14T15:02:56.286Z Downloaded rustls v0.23.37
12542026-05-14T15:02:56.292Z Downloaded smoltcp v0.11.0
12552026-05-14T15:02:56.299Z Downloaded rustls v0.22.4
12562026-05-14T15:02:56.306Z Downloaded rustix v0.38.44
12572026-05-14T15:02:56.321Z Downloaded regress v0.11.1
12582026-05-14T15:02:56.327Z Downloaded regress v0.10.5
12592026-05-14T15:02:56.333Z Downloaded object v0.37.3
12602026-05-14T15:02:56.339Z Downloaded nix v0.31.2
12612026-05-14T15:02:56.347Z Downloaded sqlparser v0.61.0
12622026-05-14T15:02:56.352Z Downloaded rustls v0.21.12
12632026-05-14T15:02:56.359Z Downloaded nix v0.28.0
12642026-05-14T15:02:56.365Z Downloaded sled v0.34.7
12652026-05-14T15:02:56.397Z Downloaded tracing v0.1.44
12662026-05-14T15:02:56.408Z Downloaded ratatui v0.29.0
12672026-05-14T15:02:56.423Z Downloaded typify-impl v0.6.2
12682026-05-14T15:02:56.429Z Downloaded zerocopy-derive v0.6.6
12692026-05-14T15:02:56.435Z Downloaded bzip2-sys v0.1.13+1.0.8
12702026-05-14T15:02:56.442Z Downloaded regex-automata v0.4.14
12712026-05-14T15:02:56.452Z Downloaded typify-impl v0.4.3
12722026-05-14T15:02:56.460Z Downloaded petgraph v0.6.5
12732026-05-14T15:02:56.471Z Downloaded chrono-tz v0.10.4
12742026-05-14T15:02:56.482Z Downloaded jiff v0.2.21
12752026-05-14T15:02:56.495Z Downloaded csv v1.4.0
12762026-05-14T15:02:56.507Z Downloaded petgraph v0.8.3
12772026-05-14T15:02:56.534Z Downloaded libz-sys v1.1.24
12782026-05-14T15:02:56.552Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12792026-05-14T15:02:56.563Z Downloaded sha3 v0.10.8
12802026-05-14T15:02:56.566Z Downloaded tokio v1.52.1
12812026-05-14T15:02:56.590Z Downloaded encoding_rs v0.8.35
12822026-05-14T15:02:56.617Z Downloaded libgit2-sys v0.18.3+1.9.2
12832026-05-14T15:02:56.677Z Downloaded ring v0.17.14
12842026-05-14T15:02:57.176Z Downloaded aws-lc-sys v0.40.0
12852026-05-14T15:02:57.428Z Compiling libc v0.2.185
12862026-05-14T15:02:57.428Z Compiling serde v1.0.228
12872026-05-14T15:02:57.431Z Compiling log v0.4.29
12882026-05-14T15:02:57.431Z Compiling find-msvc-tools v0.1.9
12892026-05-14T15:02:57.431Z Compiling shlex v1.3.0
12902026-05-14T15:02:57.431Z Compiling smallvec v1.15.1
12912026-05-14T15:02:57.431Z Compiling typenum v1.19.0
12922026-05-14T15:02:57.431Z Compiling subtle v2.6.1
12932026-05-14T15:02:57.431Z Compiling generic-array v0.14.7
12942026-05-14T15:02:57.431Z Compiling scopeguard v1.2.0
12952026-05-14T15:02:57.431Z Compiling const-oid v0.9.6
12962026-05-14T15:02:57.565Z Compiling serde_json v1.0.149
12972026-05-14T15:02:57.601Z Compiling syn v2.0.117
12982026-05-14T15:02:57.615Z Compiling zerocopy v0.8.40
12992026-05-14T15:02:57.627Z Compiling parking_lot_core v0.9.12
13002026-05-14T15:02:57.632Z Compiling pin-project-lite v0.2.17
13012026-05-14T15:02:57.767Z Compiling lock_api v0.4.14
13022026-05-14T15:02:57.770Z Compiling portable-atomic v1.13.1
13032026-05-14T15:02:57.809Z Compiling pkg-config v0.3.32
13042026-05-14T15:02:57.824Z Compiling bitflags v2.11.0
13052026-05-14T15:02:57.824Z Compiling critical-section v1.2.0
13062026-05-14T15:02:57.869Z Compiling libm v0.2.16
13072026-05-14T15:02:57.889Z Compiling futures-core v0.3.32
13082026-05-14T15:02:57.916Z Compiling num-traits v0.2.19
13092026-05-14T15:02:57.980Z Compiling percent-encoding v2.3.2
13102026-05-14T15:02:57.995Z Compiling futures-sink v0.3.32
13112026-05-14T15:02:58.014Z Compiling futures-io v0.3.32
13122026-05-14T15:02:58.073Z Compiling slab v0.4.12
13132026-05-14T15:02:58.100Z Compiling futures-channel v0.3.32
13142026-05-14T15:02:58.116Z Compiling cpufeatures v0.2.17
13152026-05-14T15:02:58.133Z Compiling getrandom v0.4.1
13162026-05-14T15:02:58.184Z Compiling futures-task v0.3.32
13172026-05-14T15:02:58.198Z Compiling rand_core v0.10.0
13182026-05-14T15:02:58.215Z Compiling indexmap v2.14.0
13192026-05-14T15:02:58.215Z Compiling rustversion v1.0.22
13202026-05-14T15:02:58.284Z Compiling getrandom v0.3.4
13212026-05-14T15:02:58.348Z Compiling form_urlencoded v1.2.2
13222026-05-14T15:02:58.378Z Compiling dunce v1.0.5
13232026-05-14T15:02:58.382Z Compiling fs_extra v1.3.0
13242026-05-14T15:02:58.382Z Compiling ident_case v1.0.1
13252026-05-14T15:02:58.419Z Compiling base64ct v1.8.3
13262026-05-14T15:02:58.462Z Compiling regex-syntax v0.8.10
13272026-05-14T15:02:58.492Z Compiling getrandom v0.2.17
13282026-05-14T15:02:58.495Z Compiling jobserver v0.1.34
13292026-05-14T15:02:58.550Z Compiling errno v0.3.14
13302026-05-14T15:02:58.574Z Compiling mio v1.2.0
13312026-05-14T15:02:58.602Z Compiling socket2 v0.6.3
13322026-05-14T15:02:58.669Z Compiling rand_core v0.6.4
13332026-05-14T15:02:58.696Z Compiling signal-hook-registry v1.4.8
13342026-05-14T15:02:58.746Z Compiling cc v1.2.56
13352026-05-14T15:02:58.811Z Compiling parking_lot v0.12.5
13362026-05-14T15:02:58.926Z Compiling once_cell v1.21.3
13372026-05-14T15:02:58.981Z Compiling pem-rfc7468 v0.7.0
13382026-05-14T15:02:58.994Z Compiling flagset v0.4.7
13392026-05-14T15:02:59.011Z Compiling iana-time-zone v0.1.65
13402026-05-14T15:02:59.026Z Compiling rustix v1.1.3
13412026-05-14T15:02:59.067Z Compiling vcpkg v0.2.15
13422026-05-14T15:02:59.155Z Compiling aws-lc-rs v1.16.3
13432026-05-14T15:02:59.174Z Compiling tracing-core v0.1.36
13442026-05-14T15:02:59.178Z Compiling uuid v1.23.0
13452026-05-14T15:02:59.179Z Compiling rustc_version v0.4.1
13462026-05-14T15:02:59.227Z Compiling base64 v0.22.1
13472026-05-14T15:02:59.241Z Compiling tinyvec_macros v0.1.1
13482026-05-14T15:02:59.324Z Compiling rand_core v0.9.5
13492026-05-14T15:02:59.337Z Compiling untrusted v0.9.0
13502026-05-14T15:02:59.393Z Compiling openssl-probe v0.2.1
13512026-05-14T15:02:59.478Z Compiling untrusted v0.7.1
13522026-05-14T15:02:59.484Z Compiling httparse v1.10.1
13532026-05-14T15:02:59.528Z Compiling cmake v0.1.57
13542026-05-14T15:02:59.571Z Compiling tinyvec v1.10.0
13552026-05-14T15:02:59.592Z Compiling aho-corasick v1.1.4
13562026-05-14T15:02:59.595Z Compiling tower-service v0.3.3
13572026-05-14T15:02:59.622Z Compiling rustls v0.23.37
13582026-05-14T15:02:59.638Z Compiling try-lock v0.2.5
13592026-05-14T15:02:59.669Z Compiling tower-layer v0.3.3
13602026-05-14T15:02:59.728Z Compiling atomic-waker v1.1.2
13612026-05-14T15:02:59.769Z Compiling schemars v0.8.22
13622026-05-14T15:02:59.785Z Compiling dyn-clone v1.0.20
13632026-05-14T15:02:59.812Z Compiling want v0.3.1
13642026-05-14T15:02:59.834Z Compiling httpdate v1.0.3
13652026-05-14T15:02:59.854Z Compiling openssl v0.10.79
13662026-05-14T15:02:59.880Z Compiling pin-utils v0.1.0
13672026-05-14T15:02:59.902Z Compiling foreign-types-shared v0.1.1
13682026-05-14T15:02:59.998Z Compiling unicode-normalization v0.1.25
13692026-05-14T15:03:00.007Z Compiling foreign-types v0.3.2
13702026-05-14T15:03:00.007Z Compiling spin v0.9.8
13712026-05-14T15:03:00.007Z Compiling crc32fast v1.5.0
13722026-05-14T15:03:00.007Z Compiling num-conv v0.2.0
13732026-05-14T15:03:00.007Z Compiling powerfmt v0.2.0
13742026-05-14T15:03:00.007Z Compiling time-core v0.1.8
13752026-05-14T15:03:00.124Z Compiling native-tls v0.2.18
13762026-05-14T15:03:00.140Z Compiling wait-timeout v0.2.1
13772026-05-14T15:03:00.151Z Compiling sync_wrapper v1.0.2
13782026-05-14T15:03:00.154Z Compiling unicode-segmentation v1.12.0
13792026-05-14T15:03:00.212Z Compiling deranged v0.5.8
13802026-05-14T15:03:00.235Z Compiling syn v1.0.109
13812026-05-14T15:03:00.257Z Compiling time-macros v0.2.27
13822026-05-14T15:03:00.275Z Compiling simd-adler32 v0.3.8
13832026-05-14T15:03:00.296Z Compiling num_threads v0.1.7
13842026-05-14T15:03:00.326Z Compiling quick-error v1.2.3
13852026-05-14T15:03:00.370Z Compiling siphasher v1.0.2
13862026-05-14T15:03:00.396Z Compiling bit-vec v0.8.0
13872026-05-14T15:03:00.411Z Compiling usdt-impl v0.6.0
13882026-05-14T15:03:00.448Z Compiling crossbeam-utils v0.8.21
13892026-05-14T15:03:00.474Z Compiling aws-lc-sys v0.40.0
13902026-05-14T15:03:00.495Z Compiling ring v0.17.14
13912026-05-14T15:03:00.557Z Compiling openssl-sys v0.9.115
13922026-05-14T15:03:00.578Z Compiling regex-automata v0.4.14
13932026-05-14T15:03:00.590Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13942026-05-14T15:03:00.617Z Compiling bit-set v0.8.0
13952026-05-14T15:03:00.694Z Compiling tempfile v3.25.0
13962026-05-14T15:03:00.700Z Compiling bzip2-sys v0.1.13+1.0.8
13972026-05-14T15:03:00.742Z Compiling slog v2.8.2
13982026-05-14T15:03:00.806Z Compiling synstructure v0.13.2
13992026-05-14T15:03:00.818Z Compiling serde_derive_internals v0.29.1
14002026-05-14T15:03:00.950Z Compiling pest_generator v2.8.6
14012026-05-14T15:03:00.999Z Compiling darling_core v0.20.11
14022026-05-14T15:03:01.029Z Compiling rusty-fork v0.3.1
14032026-05-14T15:03:01.082Z Compiling darling_core v0.21.3
14042026-05-14T15:03:01.120Z Compiling heapless v0.7.17
14052026-05-14T15:03:01.328Z Compiling rand_xorshift v0.4.0
14062026-05-14T15:03:01.382Z Compiling thread-id v5.1.0
14072026-05-14T15:03:01.398Z Compiling cookie v0.18.1
14082026-05-14T15:03:01.425Z Compiling time v0.3.47
14092026-05-14T15:03:01.460Z Compiling signal-hook v0.3.18
14102026-05-14T15:03:01.479Z Compiling iri-string v0.7.10
14112026-05-14T15:03:01.498Z Compiling ryu v1.0.23
14122026-05-14T15:03:01.528Z Compiling unicode-properties v0.1.4
14132026-05-14T15:03:01.611Z Compiling adler2 v2.0.1
14142026-05-14T15:03:01.654Z Compiling paste v1.0.15
14152026-05-14T15:03:01.700Z Compiling allocator-api2 v0.2.21
14162026-05-14T15:03:01.725Z Compiling anyhow v1.0.102
14172026-05-14T15:03:01.756Z Compiling unarray v0.1.4
14182026-05-14T15:03:01.782Z Compiling unicode-bidi v0.3.18
14192026-05-14T15:03:01.798Z Compiling zstd-safe v7.2.4
14202026-05-14T15:03:01.823Z Compiling miniz_oxide v0.8.9
14212026-05-14T15:03:02.093Z Compiling heck v0.4.1
14222026-05-14T15:03:02.321Z Compiling stringprep v0.1.5
14232026-05-14T15:03:02.341Z Compiling num-integer v0.1.46
14242026-05-14T15:03:02.355Z Compiling vergen-lib v0.1.6
14252026-05-14T15:03:02.472Z Compiling curve25519-dalek v4.1.3
14262026-05-14T15:03:02.548Z Compiling ff v0.13.1
14272026-05-14T15:03:02.567Z Compiling hash32 v0.2.1
14282026-05-14T15:03:02.609Z Compiling serde_derive v1.0.228
14292026-05-14T15:03:02.695Z Compiling zeroize_derive v1.4.3
14302026-05-14T15:03:02.707Z Compiling zerofrom-derive v0.1.6
14312026-05-14T15:03:02.792Z Compiling yoke-derive v0.8.1
14322026-05-14T15:03:02.800Z Compiling zerovec-derive v0.11.2
14332026-05-14T15:03:02.837Z Compiling zerocopy-derive v0.8.40
14342026-05-14T15:03:02.856Z Compiling displaydoc v0.2.5
14352026-05-14T15:03:03.070Z Compiling tokio-macros v2.7.0
14362026-05-14T15:03:03.086Z Compiling futures-macro v0.3.32
14372026-05-14T15:03:03.407Z Compiling zeroize v1.8.2
14382026-05-14T15:03:03.461Z Compiling der_derive v0.7.3
14392026-05-14T15:03:03.627Z Compiling rustls-pki-types v1.14.0
14402026-05-14T15:03:03.713Z Compiling tracing-attributes v0.1.31
14412026-05-14T15:03:03.889Z Compiling thiserror-impl v2.0.18
14422026-05-14T15:03:03.976Z Compiling futures-util v0.3.32
14432026-05-14T15:03:04.001Z Compiling schemars_derive v0.8.22
14442026-05-14T15:03:04.021Z Compiling pest_derive v2.8.6
14452026-05-14T15:03:04.120Z Compiling scroll_derive v0.13.1
14462026-05-14T15:03:04.205Z Compiling crypto-common v0.1.7
14472026-05-14T15:03:04.220Z Compiling zerofrom v0.1.6
14482026-05-14T15:03:04.365Z Compiling yoke v0.8.1
14492026-05-14T15:03:04.373Z Compiling block-buffer v0.10.4
14502026-05-14T15:03:04.437Z Compiling block-padding v0.3.3
14512026-05-14T15:03:04.491Z Compiling der v0.7.10
14522026-05-14T15:03:04.568Z Compiling zerovec v0.11.5
14532026-05-14T15:03:04.584Z Compiling digest v0.10.7
14542026-05-14T15:03:04.610Z Compiling zerotrie v0.2.3
14552026-05-14T15:03:04.866Z Compiling hmac v0.12.1
14562026-05-14T15:03:04.885Z Compiling inout v0.1.4
14572026-05-14T15:03:04.921Z Compiling sha2 v0.10.9
14582026-05-14T15:03:04.973Z Compiling scroll v0.13.0
14592026-05-14T15:03:05.044Z Compiling tinystr v0.8.2
14602026-05-14T15:03:05.088Z Compiling potential_utf v0.1.4
14612026-05-14T15:03:05.110Z Compiling cipher v0.4.4
14622026-05-14T15:03:05.147Z Compiling pbkdf2 v0.12.2
14632026-05-14T15:03:05.174Z Compiling tracing v0.1.44
14642026-05-14T15:03:05.272Z Compiling icu_locale_core v2.1.1
14652026-05-14T15:03:05.301Z Compiling icu_collections v2.1.1
14662026-05-14T15:03:05.306Z Compiling darling_macro v0.20.11
14672026-05-14T15:03:05.334Z Compiling spki v0.7.3
14682026-05-14T15:03:05.338Z Compiling thiserror v2.0.18
14692026-05-14T15:03:05.396Z Compiling salsa20 v0.10.2
14702026-05-14T15:03:05.471Z Compiling cbc v0.1.2
14712026-05-14T15:03:05.488Z Compiling aes v0.8.4
14722026-05-14T15:03:05.551Z Compiling scrypt v0.11.0
14732026-05-14T15:03:05.572Z Compiling openssl-macros v0.1.1
14742026-05-14T15:03:05.652Z Compiling goblin v0.10.5
14752026-05-14T15:03:05.743Z Compiling rustls-native-certs v0.8.3
14762026-05-14T15:03:05.831Z Compiling dtrace-parser v0.3.0
14772026-05-14T15:03:05.833Z Compiling darling v0.20.11
14782026-05-14T15:03:05.865Z Compiling signature v2.2.0
14792026-05-14T15:03:05.943Z Compiling icu_provider v2.1.1
14802026-05-14T15:03:06.011Z Compiling pkcs5 v0.7.1
14812026-05-14T15:03:06.069Z Compiling derive_builder_core v0.20.2
14822026-05-14T15:03:06.069Z Compiling webpki-roots v1.0.6
14832026-05-14T15:03:06.180Z Compiling bytes v1.11.1
14842026-05-14T15:03:06.198Z Compiling icu_properties v2.1.2
14852026-05-14T15:03:06.226Z Compiling icu_normalizer v2.1.1
14862026-05-14T15:03:06.268Z Compiling chrono v0.4.44
14872026-05-14T15:03:06.336Z Compiling pkcs8 v0.10.2
14882026-05-14T15:03:06.356Z Compiling ipnet v2.11.0
14892026-05-14T15:03:06.519Z Compiling thiserror-impl v1.0.69
14902026-05-14T15:03:06.584Z Compiling scroll_derive v0.12.1
14912026-05-14T15:03:06.600Z Compiling erased-serde v0.3.31
14922026-05-14T15:03:06.669Z Compiling tokio v1.52.1
14932026-05-14T15:03:06.793Z Compiling http v1.4.0
14942026-05-14T15:03:06.817Z Compiling toml_datetime v0.6.11
14952026-05-14T15:03:06.887Z Compiling serde_spanned v0.6.9
14962026-05-14T15:03:06.969Z Compiling derive_builder_macro v0.20.2
14972026-05-14T15:03:07.048Z Compiling serde_tokenstream v0.2.3
14982026-05-14T15:03:07.096Z Compiling idna_adapter v1.2.1
14992026-05-14T15:03:07.113Z Compiling serde_urlencoded v0.7.1
15002026-05-14T15:03:07.132Z Compiling md-5 v0.10.6
15012026-05-14T15:03:07.273Z Compiling ppv-lite86 v0.2.21
15022026-05-14T15:03:07.316Z Compiling idna v1.1.0
15032026-05-14T15:03:07.336Z Compiling scroll v0.12.0
15042026-05-14T15:03:07.357Z Compiling darling_macro v0.21.3
15052026-05-14T15:03:07.407Z Compiling bstr v1.12.1
15062026-05-14T15:03:07.412Z Compiling async-trait v0.1.89
15072026-05-14T15:03:07.482Z Compiling http-body v1.0.1
15082026-05-14T15:03:07.497Z Compiling zerocopy-derive v0.7.35
15092026-05-14T15:03:07.623Z Compiling url v2.5.8
15102026-05-14T15:03:07.626Z Compiling rand_chacha v0.9.0
15112026-05-14T15:03:07.656Z Compiling http-body-util v0.1.3
15122026-05-14T15:03:07.684Z Compiling rand_chacha v0.3.1
15132026-05-14T15:03:07.738Z Compiling pin-project-internal v1.1.11
15142026-05-14T15:03:07.867Z Compiling rand v0.9.2
15152026-05-14T15:03:07.894Z Compiling thiserror v1.0.69
15162026-05-14T15:03:07.923Z Compiling memoffset v0.9.1
15172026-05-14T15:03:07.998Z Compiling smoltcp v0.9.1
15182026-05-14T15:03:08.019Z Compiling zlib-rs v0.6.2
15192026-05-14T15:03:08.073Z Compiling ref-cast v1.0.25
15202026-05-14T15:03:08.383Z Compiling psl-types v2.0.11
15212026-05-14T15:03:08.407Z Compiling dof v0.4.0
15222026-05-14T15:03:08.422Z Compiling litrs v1.0.0
15232026-05-14T15:03:08.455Z Compiling proptest v1.11.0
15242026-05-14T15:03:08.494Z Compiling fallible-iterator v0.2.0
15252026-05-14T15:03:08.518Z Compiling num-bigint-dig v0.8.6
15262026-05-14T15:03:08.532Z Compiling rustix v0.38.44
15272026-05-14T15:03:08.700Z Compiling cfg_aliases v0.2.1
15282026-05-14T15:03:08.715Z Compiling base16ct v0.2.0
15292026-05-14T15:03:08.828Z Compiling nix v0.31.2
15302026-05-14T15:03:08.859Z Compiling postgres-protocol v0.6.10
15312026-05-14T15:03:08.879Z Compiling publicsuffix v2.3.0
15322026-05-14T15:03:08.927Z Compiling pin-project v1.1.11
15332026-05-14T15:03:08.942Z Compiling sec1 v0.7.3
15342026-05-14T15:03:08.963Z Compiling ipnetwork v0.21.1
15352026-05-14T15:03:09.039Z Compiling document-features v0.2.12
15362026-05-14T15:03:09.075Z Compiling zerocopy v0.7.35
15372026-05-14T15:03:09.186Z Compiling rand v0.8.6
15382026-05-14T15:03:09.249Z Compiling oxnet v0.1.4
15392026-05-14T15:03:09.288Z Compiling darling v0.21.3
15402026-05-14T15:03:09.303Z Compiling goblin v0.8.2
15412026-05-14T15:03:09.390Z Compiling derive_builder v0.20.2
15422026-05-14T15:03:09.453Z Compiling hex v0.4.3
15432026-05-14T15:03:09.509Z Compiling cargo-platform v0.1.9
15442026-05-14T15:03:09.541Z Compiling futures-executor v0.3.32
15452026-05-14T15:03:09.651Z Compiling hubpack_derive v0.1.1
15462026-05-14T15:03:09.673Z Compiling hkdf v0.12.4
15472026-05-14T15:03:09.676Z Compiling crypto-bigint v0.5.5
15482026-05-14T15:03:09.705Z Compiling regex v1.12.3
15492026-05-14T15:03:09.846Z Compiling group v0.13.0
15502026-05-14T15:03:09.866Z Compiling daft-derive v0.1.5
15512026-05-14T15:03:09.869Z Compiling strum_macros v0.27.2
15522026-05-14T15:03:09.905Z Compiling ref-cast-impl v1.0.25
15532026-05-14T15:03:10.027Z Compiling snafu-derive v0.8.9
15542026-05-14T15:03:10.051Z Compiling curve25519-dalek-derive v0.1.1
15552026-05-14T15:03:10.066Z Compiling num-iter v0.1.45
15562026-05-14T15:03:10.311Z Compiling terminal_size v0.4.3
15572026-05-14T15:03:10.401Z Compiling phf_shared v0.13.1
15582026-05-14T15:03:10.471Z Compiling tokio-util v0.7.18
15592026-05-14T15:03:10.492Z Compiling tower v0.5.3
15602026-05-14T15:03:10.545Z Compiling tokio-native-tls v0.3.1
15612026-05-14T15:03:10.547Z Compiling lazy_static v1.5.0
15622026-05-14T15:03:10.630Z Compiling vergen v9.0.6
15632026-05-14T15:03:10.668Z Compiling fs-err v3.3.0
15642026-05-14T15:03:10.681Z Compiling encoding_rs v0.8.35
15652026-05-14T15:03:10.742Z Compiling ahash v0.8.12
15662026-05-14T15:03:10.745Z Compiling foldhash v0.1.5
15672026-05-14T15:03:10.758Z Compiling bumpalo v3.20.2
15682026-05-14T15:03:10.840Z Compiling newtype-uuid v1.3.2
15692026-05-14T15:03:10.888Z Compiling managed v0.8.0
15702026-05-14T15:03:10.950Z Compiling tower-http v0.6.8
15712026-05-14T15:03:10.972Z Compiling flate2 v1.1.9
15722026-05-14T15:03:11.005Z Compiling bitflags v1.3.2
15732026-05-14T15:03:11.042Z Compiling winnow v0.5.40
15742026-05-14T15:03:11.094Z Compiling foldhash v0.2.0
15752026-05-14T15:03:11.121Z Compiling libbz2-rs-sys v0.2.2
15762026-05-14T15:03:11.204Z Compiling h2 v0.4.13
15772026-05-14T15:03:11.379Z Compiling object v0.37.3
15782026-05-14T15:03:11.403Z Compiling mime v0.3.17
15792026-05-14T15:03:11.445Z Compiling same-file v1.0.6
15802026-05-14T15:03:11.478Z Compiling clap_builder v4.5.60
15812026-05-14T15:03:11.626Z Compiling bzip2 v0.6.1
15822026-05-14T15:03:11.629Z Compiling dof v0.3.0
15832026-05-14T15:03:11.692Z Compiling walkdir v2.5.0
15842026-05-14T15:03:11.734Z Compiling hashbrown v0.16.1
15852026-05-14T15:03:11.901Z Compiling daft v0.1.5
15862026-05-14T15:03:11.916Z Compiling zopfli v0.8.3
15872026-05-14T15:03:11.974Z Compiling strum v0.27.2
15882026-05-14T15:03:12.066Z Compiling snafu v0.8.9
15892026-05-14T15:03:12.130Z Compiling hashbrown v0.15.5
15902026-05-14T15:03:12.324Z Compiling elliptic-curve v0.13.8
15912026-05-14T15:03:12.340Z Compiling phf v0.13.1
15922026-05-14T15:03:12.403Z Compiling toml_edit v0.19.15
15932026-05-14T15:03:12.516Z Compiling signal-hook-mio v0.2.5
15942026-05-14T15:03:12.569Z Compiling cargo_metadata v0.19.2
15952026-05-14T15:03:12.585Z Compiling hubpack v0.1.2
15962026-05-14T15:03:12.609Z Compiling cookie_store v0.22.1
15972026-05-14T15:03:12.656Z Compiling usdt-macro v0.6.0
15982026-05-14T15:03:12.690Z Compiling usdt-attr-macro v0.6.0
15992026-05-14T15:03:12.711Z Compiling bzip2 v0.4.4
16002026-05-14T15:03:12.753Z Compiling futures v0.3.32
16012026-05-14T15:03:12.825Z Compiling serde_with_macros v3.17.0
16022026-05-14T15:03:12.941Z Compiling postgres-types v0.2.12
16032026-05-14T15:03:12.957Z Compiling zstd v0.13.3
16042026-05-14T15:03:12.985Z Compiling dtrace-parser v0.2.0
16052026-05-14T15:03:13.247Z Compiling globset v0.4.18
16062026-05-14T15:03:13.290Z Compiling pkcs1 v0.7.5
16072026-05-14T15:03:13.452Z Compiling ed25519 v2.2.3
16082026-05-14T15:03:13.532Z Compiling olpc-cjson v0.1.4
16092026-05-14T15:03:13.559Z Compiling serde_plain v1.0.2
16102026-05-14T15:03:13.722Z Compiling serde-big-array v0.5.1
16112026-05-14T15:03:13.725Z Compiling rfc6979 v0.4.0
16122026-05-14T15:03:13.812Z Compiling enum-as-inner v0.6.1
16132026-05-14T15:03:13.828Z Compiling serde_repr v0.1.20
16142026-05-14T15:03:13.914Z Compiling strum_macros v0.26.4
16152026-05-14T15:03:13.932Z Compiling clap_derive v4.5.55
16162026-05-14T15:03:14.014Z Compiling async-recursion v1.1.1
16172026-05-14T15:03:14.017Z Compiling phf_shared v0.11.3
16182026-05-14T15:03:14.045Z Compiling float-cmp v0.10.0
16192026-05-14T15:03:14.126Z Compiling pem v3.0.6
16202026-05-14T15:03:14.209Z Compiling thread-id v4.2.2
16212026-05-14T15:03:14.230Z Compiling memmap2 v0.9.10
16222026-05-14T15:03:14.316Z Compiling hyper v1.8.1
16232026-05-14T15:03:14.362Z Compiling env_filter v1.0.0
16242026-05-14T15:03:14.406Z Compiling new_debug_unreachable v1.0.6
16252026-05-14T15:03:14.422Z Compiling normalize-line-endings v0.3.0
16262026-05-14T15:03:14.473Z Compiling difflib v0.4.0
16272026-05-14T15:03:14.493Z Compiling static_assertions v1.1.0
16282026-05-14T15:03:14.508Z Compiling whoami v2.1.0
16292026-05-14T15:03:14.524Z Compiling predicates-core v1.0.10
16302026-05-14T15:03:14.540Z Compiling jiff v0.2.21
16312026-05-14T15:03:14.586Z Compiling data-encoding v2.10.0
16322026-05-14T15:03:14.702Z Compiling either v1.15.0
16332026-05-14T15:03:14.736Z Compiling typed-path v0.9.3
16342026-05-14T15:03:14.752Z Compiling precomputed-hash v0.1.1
16352026-05-14T15:03:14.860Z Compiling keccak v0.1.6
16362026-05-14T15:03:14.904Z Compiling fixedbitset v0.4.2
16372026-05-14T15:03:14.938Z Compiling fixedbitset v0.5.7
16382026-05-14T15:03:15.075Z Compiling rustc-hash v2.1.1
16392026-05-14T15:03:15.126Z Compiling toml_edit v0.22.27
16402026-05-14T15:03:15.149Z Compiling petgraph v0.8.3
16412026-05-14T15:03:15.226Z Compiling iddqd v0.3.18
16422026-05-14T15:03:15.260Z Compiling petgraph v0.6.5
16432026-05-14T15:03:15.335Z Compiling sha3 v0.10.8
16442026-05-14T15:03:15.348Z Compiling itertools v0.13.0
16452026-05-14T15:03:15.365Z Compiling hickory-proto v0.25.2
16462026-05-14T15:03:15.713Z Compiling hyper-util v0.1.20
16472026-05-14T15:03:15.760Z Compiling strum v0.26.3
16482026-05-14T15:03:15.811Z Compiling clap v4.5.60
16492026-05-14T15:03:15.827Z Compiling string_cache v0.8.9
16502026-05-14T15:03:15.908Z Compiling tokio-postgres v0.7.16
16512026-05-14T15:03:15.926Z Compiling predicates v3.1.4
16522026-05-14T15:03:15.997Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16532026-05-14T15:03:16.035Z Compiling env_logger v0.11.9
16542026-05-14T15:03:16.092Z Compiling usdt v0.6.0
16552026-05-14T15:03:16.386Z Compiling usdt-impl v0.5.0
16562026-05-14T15:03:16.413Z Compiling serde_with v3.17.0
16572026-05-14T15:03:16.429Z Compiling ecdsa v0.16.9
16582026-05-14T15:03:16.621Z Compiling crossterm v0.28.1
16592026-05-14T15:03:16.640Z Compiling toml v0.7.8
16602026-05-14T15:03:16.813Z Compiling ed25519-dalek v2.2.0
16612026-05-14T15:03:16.847Z Compiling rsa v0.9.10
16622026-05-14T15:03:17.155Z Compiling hyper-tls v0.6.0
16632026-05-14T15:03:17.265Z Compiling zip v4.6.1
16642026-05-14T15:03:17.423Z Compiling zip v0.6.6
16652026-05-14T15:03:17.899Z Compiling tokio-stream v0.1.18
16662026-05-14T15:03:17.922Z Compiling toml_parser v1.0.9+spec-1.1.0
16672026-05-14T15:03:17.937Z Compiling buf-list v1.1.2
16682026-05-14T15:03:17.958Z Compiling similar v2.7.0
16692026-05-14T15:03:18.028Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16702026-05-14T15:03:18.131Z Compiling openapiv3 v2.2.0
16712026-05-14T15:03:18.147Z Compiling x509-cert v0.2.5
16722026-05-14T15:03:18.253Z Compiling sha1 v0.10.6
16732026-05-14T15:03:18.268Z Compiling crossbeam-epoch v0.9.18
16742026-05-14T15:03:18.351Z Compiling toml_datetime v0.7.5+spec-1.1.0
16752026-05-14T15:03:18.398Z Compiling peg-runtime v0.8.5
16762026-05-14T15:03:18.504Z Compiling lalrpop-util v0.19.12
16772026-05-14T15:03:18.579Z Compiling thread_local v1.1.9
16782026-05-14T15:03:18.616Z Compiling slog-async v2.8.0
16792026-05-14T15:03:18.670Z Compiling crossbeam-channel v0.5.15
16802026-05-14T15:03:18.725Z Compiling is-terminal v0.4.17
16812026-05-14T15:03:18.756Z Compiling filetime v0.2.27
16822026-05-14T15:03:18.820Z Compiling term v1.2.1
16832026-05-14T15:03:18.861Z Compiling take_mut v0.2.2
16842026-05-14T15:03:18.895Z Compiling xattr v1.6.1
16852026-05-14T15:03:19.144Z Compiling slog-term v2.9.2
16862026-05-14T15:03:19.160Z Compiling tar v0.4.45
16872026-05-14T15:03:36.766Z Compiling rustls-webpki v0.103.9
16882026-05-14T15:03:39.557Z Compiling tokio-rustls v0.26.4
16892026-05-14T15:03:39.560Z Compiling rustls-platform-verifier v0.6.2
16902026-05-14T15:03:39.754Z Compiling hyper-rustls v0.27.7
16912026-05-14T15:03:39.947Z Compiling reqwest v0.12.28
16922026-05-14T15:03:39.947Z Compiling reqwest v0.13.2
16932026-05-14T15:03:41.176Z Compiling tough v0.22.0
16942026-05-14T15:03:43.691Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16952026-05-14T15:03:43.930Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16962026-05-14T15:03:46.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.59s
16972026-05-14T15:03:46.920Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16982026-05-14T15:03:46.978ZMay 14 15:03:46.094 INFO Starting download, target: DendriteStub
16992026-05-14T15:03:46.978ZMay 14 15:03:46.095 INFO Starting download, target: Console
17002026-05-14T15:03:46.978ZMay 14 15:03:46.095 INFO Starting download, target: Clickhouse
17012026-05-14T15:03:46.981ZMay 14 15:03:46.095 INFO Starting download, target: Cockroach
17022026-05-14T15:03:46.981ZMay 14 15:03:46.095 INFO Starting download, target: MaghemiteMgd
17032026-05-14T15:03:46.981ZMay 14 15:03:46.095 INFO Starting download, target: TransceiverControl
17042026-05-14T15:03:46.981ZMay 14 15:03:46.095 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17052026-05-14T15:03:46.981ZMay 14 15:03:46.095 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17062026-05-14T15:03:46.981ZMay 14 15:03:46.095 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17072026-05-14T15:03:46.981ZMay 14 15:03:46.095 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17082026-05-14T15:03:46.981ZMay 14 15:03:46.095 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17092026-05-14T15:03:46.981ZMay 14 15:03:46.095 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17102026-05-14T15:03:47.402ZMay 14 15:03:46.509 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17112026-05-14T15:03:47.610ZMay 14 15:03:46.721 INFO Download complete, target: TransceiverControl
17122026-05-14T15:03:48.015ZMay 14 15:03:47.127 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17132026-05-14T15:03:48.263ZMay 14 15:03:47.372 INFO Download complete, target: Console
17142026-05-14T15:03:48.331ZMay 14 15:03:47.441 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17152026-05-14T15:03:48.679ZMay 14 15:03:47.792 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17162026-05-14T15:03:49.088ZMay 14 15:03:48.204 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17172026-05-14T15:03:49.088ZMay 14 15:03:48.204 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17182026-05-14T15:03:49.905ZMay 14 15:03:49.016 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17192026-05-14T15:03:50.716ZMay 14 15:03:49.831 INFO Download complete, target: DendriteStub
17202026-05-14T15:03:51.082ZMay 14 15:03:50.196 INFO Download complete, target: MaghemiteMgd
17212026-05-14T15:03:53.775ZMay 14 15:03:52.886 INFO Checking that binary works, target: Cockroach
17222026-05-14T15:03:53.904ZMay 14 15:03:53.016 INFO Download complete, target: Cockroach
17232026-05-14T15:03:56.594ZMay 14 15:03:55.710 INFO Checking that binary works, target: Clickhouse
17242026-05-14T15:03:56.685ZMay 14 15:03:55.800 INFO Download complete, target: Clickhouse
17252026-05-14T15:03:56.703ZAll prerequisites installed successfully
17262026-05-14T15:03:56.703Z
17272026-05-14T15:03:56.703Zreal 2:00.516166380
17282026-05-14T15:03:56.703Zuser 6:57.456629193
17292026-05-14T15:03:56.703Zsys 1:45.556876211
17302026-05-14T15:03:56.703Ztrap 0.265551656
17312026-05-14T15:03:56.703Ztflt 1.262560974
17322026-05-14T15:03:56.703Zdflt 1.890828605
17332026-05-14T15:03:56.703Zkflt 0.025222865
17342026-05-14T15:03:56.703Zlock 23:43.064055928
17352026-05-14T15:03:56.703Zslp 19:02.745412756
17362026-05-14T15:03:56.703Zlat 26.640260579
17372026-05-14T15:03:56.703Zstop 2:59.642567151
17382026-05-14T15:03:56.703Z+ ptime -m cargo xtask download softnpu
17392026-05-14T15:03:57.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17402026-05-14T15:03:57.243Z Running `target/debug/xtask download softnpu`
17412026-05-14T15:03:58.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
17422026-05-14T15:03:58.110Z Running `target/debug/xtask-downloader softnpu`
17432026-05-14T15:03:58.156ZMay 14 15:03:57.272 INFO Starting download, target: Softnpu
17442026-05-14T15:03:58.160ZMay 14 15:03:57.273 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17452026-05-14T15:03:58.767ZMay 14 15:03:57.883 INFO Download complete, target: Softnpu
17462026-05-14T15:03:58.770Z
17472026-05-14T15:03:58.773Zreal 2.073881220
17482026-05-14T15:03:58.773Zuser 1.361046871
17492026-05-14T15:03:58.773Zsys 0.676046154
17502026-05-14T15:03:58.773Ztrap 0.000526800
17512026-05-14T15:03:58.773Ztflt 0.000083410
17522026-05-14T15:03:58.773Zdflt 0.000169030
17532026-05-14T15:03:58.773Zkflt 0.000000000
17542026-05-14T15:03:58.773Zlock 10.966887873
17552026-05-14T15:03:58.773Zslp 0.461750354
17562026-05-14T15:03:58.773Zlat 0.080479057
17572026-05-14T15:03:58.773Zstop 0.000190260
17582026-05-14T15:03:58.773Z+ export CARGO_INCREMENTAL=0
17592026-05-14T15:03:58.773Z+ CARGO_INCREMENTAL=0
17602026-05-14T15:03:58.773Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17612026-05-14T15:03:59.681Z Compiling proc-macro2 v1.0.106
17622026-05-14T15:03:59.681Z Compiling quote v1.0.45
17632026-05-14T15:03:59.681Z Compiling unicode-ident v1.0.24
17642026-05-14T15:03:59.686Z Compiling libc v0.2.185
17652026-05-14T15:03:59.686Z Compiling serde_core v1.0.228
17662026-05-14T15:03:59.686Z Compiling serde v1.0.228
17672026-05-14T15:03:59.686Z Compiling cfg-if v1.0.4
17682026-05-14T15:03:59.686Z Compiling version_check v0.9.5
17692026-05-14T15:03:59.687Z Compiling find-msvc-tools v0.1.9
17702026-05-14T15:03:59.687Z Compiling shlex v1.3.0
17712026-05-14T15:03:59.687Z Compiling typenum v1.19.0
17722026-05-14T15:03:59.842Z Compiling zmij v1.0.21
17732026-05-14T15:03:59.861Z Compiling autocfg v1.5.0
17742026-05-14T15:03:59.861Z Compiling memchr v2.8.0
17752026-05-14T15:03:59.861Z Compiling serde_json v1.0.149
17762026-05-14T15:04:00.009Z Compiling portable-atomic v1.13.1
17772026-05-14T15:04:00.018Z Compiling libm v0.2.16
17782026-05-14T15:04:00.124Z Compiling zerocopy v0.8.40
17792026-05-14T15:04:00.132Z Compiling parking_lot_core v0.9.12
17802026-05-14T15:04:00.285Z Compiling generic-array v0.14.7
17812026-05-14T15:04:00.317Z Compiling num-traits v0.2.19
17822026-05-14T15:04:00.352Z Compiling smallvec v1.15.1
17832026-05-14T15:04:00.366Z Compiling icu_normalizer_data v2.1.1
17842026-05-14T15:04:00.366Z Compiling icu_properties_data v2.1.2
17852026-05-14T15:04:00.415Z Compiling itoa v1.0.17
17862026-05-14T15:04:00.426Z Compiling getrandom v0.4.1
17872026-05-14T15:04:00.489Z Compiling log v0.4.29
17882026-05-14T15:04:00.578Z Compiling stable_deref_trait v1.2.1
17892026-05-14T15:04:00.593Z Compiling pkg-config v0.3.32
17902026-05-14T15:04:00.629Z Compiling subtle v2.6.1
17912026-05-14T15:04:00.736Z Compiling jobserver v0.1.34
17922026-05-14T15:04:00.761Z Compiling getrandom v0.2.17
17932026-05-14T15:04:00.788Z Compiling scopeguard v1.2.0
17942026-05-14T15:04:00.845Z Compiling errno v0.3.14
17952026-05-14T15:04:00.907Z Compiling lock_api v0.4.14
17962026-05-14T15:04:00.939Z Compiling rand_core v0.6.4
17972026-05-14T15:04:00.981Z Compiling cc v1.2.56
17982026-05-14T15:04:01.039Z Compiling percent-encoding v2.3.2
17992026-05-14T15:04:01.072Z Compiling writeable v0.6.2
18002026-05-14T15:04:01.096Z Compiling litemap v0.8.1
18012026-05-14T15:04:01.180Z Compiling fnv v1.0.7
18022026-05-14T15:04:01.194Z Compiling pin-project-lite v0.2.17
18032026-05-14T15:04:01.341Z Compiling thiserror v2.0.18
18042026-05-14T15:04:01.351Z Compiling getrandom v0.3.4
18052026-05-14T15:04:01.435Z Compiling syn v2.0.117
18062026-05-14T15:04:01.444Z Compiling fs_extra v1.3.0
18072026-05-14T15:04:01.444Z Compiling equivalent v1.0.2
18082026-05-14T15:04:01.455Z Compiling dunce v1.0.5
18092026-05-14T15:04:01.543Z Compiling utf8_iter v1.0.4
18102026-05-14T15:04:01.562Z Compiling rustversion v1.0.22
18112026-05-14T15:04:01.579Z Compiling rand_core v0.10.0
18122026-05-14T15:04:01.597Z Compiling schemars v0.8.22
18132026-05-14T15:04:01.725Z Compiling form_urlencoded v1.2.2
18142026-05-14T15:04:01.740Z Compiling cmake v0.1.57
18152026-05-14T15:04:01.808Z Compiling critical-section v1.2.0
18162026-05-14T15:04:01.860Z Compiling signal-hook-registry v1.4.8
18172026-05-14T15:04:01.921Z Compiling hashbrown v0.17.0
18182026-05-14T15:04:01.956Z Compiling rustix v1.1.3
18192026-05-14T15:04:02.023Z Compiling socket2 v0.6.3
18202026-05-14T15:04:02.116Z Compiling bitflags v2.11.0
18212026-05-14T15:04:02.301Z Compiling semver v1.0.28
18222026-05-14T15:04:02.318Z Compiling once_cell v1.21.3
18232026-05-14T15:04:02.337Z Compiling ring v0.17.14
18242026-05-14T15:04:02.340Z Compiling aws-lc-sys v0.40.0
18252026-05-14T15:04:02.410Z Compiling parking_lot v0.12.5
18262026-05-14T15:04:02.427Z Compiling indexmap v2.14.0
18272026-05-14T15:04:02.501Z Compiling mio v1.2.0
18282026-05-14T15:04:02.545Z Compiling const-oid v0.9.6
18292026-05-14T15:04:02.599Z Compiling aws-lc-rs v1.16.3
18302026-05-14T15:04:02.639Z Compiling futures-core v0.3.32
18312026-05-14T15:04:02.733Z Compiling httparse v1.10.1
18322026-05-14T15:04:02.850Z Compiling vcpkg v0.2.15
18332026-05-14T15:04:02.866Z Compiling thiserror v1.0.69
18342026-05-14T15:04:02.884Z Compiling strsim v0.11.1
18352026-05-14T15:04:03.082Z Compiling iana-time-zone v0.1.65
18362026-05-14T15:04:03.108Z Compiling byteorder v1.5.0
18372026-05-14T15:04:03.176Z Compiling ucd-trie v0.1.7
18382026-05-14T15:04:03.241Z Compiling syn v1.0.109
18392026-05-14T15:04:03.244Z Compiling regex-syntax v0.8.10
18402026-05-14T15:04:03.271Z Compiling ident_case v1.0.1
18412026-05-14T15:04:03.332Z Compiling heck v0.5.0
18422026-05-14T15:04:03.362Z Compiling pest v2.8.6
18432026-05-14T15:04:03.366Z Compiling uuid v1.23.0
18442026-05-14T15:04:03.393Z Compiling cpufeatures v0.2.17
18452026-05-14T15:04:03.439Z Compiling openssl-sys v0.9.115
18462026-05-14T15:04:03.472Z Compiling rustls v0.23.37
18472026-05-14T15:04:03.653Z Compiling futures-sink v0.3.32
18482026-05-14T15:04:03.693Z Compiling rustc_version v0.4.1
18492026-05-14T15:04:03.755Z Compiling futures-channel v0.3.32
18502026-05-14T15:04:03.789Z Compiling futures-task v0.3.32
18512026-05-14T15:04:03.926Z Compiling slab v0.4.12
18522026-05-14T15:04:03.966Z Compiling futures-io v0.3.32
18532026-05-14T15:04:03.986Z Compiling aho-corasick v1.1.4
18542026-05-14T15:04:04.058Z Compiling dyn-clone v1.0.20
18552026-05-14T15:04:04.237Z Compiling openssl v0.10.79
18562026-05-14T15:04:04.274Z Compiling synstructure v0.13.2
18572026-05-14T15:04:04.284Z Compiling serde_derive_internals v0.29.1
18582026-05-14T15:04:04.330Z Compiling crc32fast v1.5.0
18592026-05-14T15:04:04.337Z Compiling plain v0.2.3
18602026-05-14T15:04:04.369Z Compiling base64 v0.22.1
18612026-05-14T15:04:04.488Z Compiling pest_meta v2.8.6
18622026-05-14T15:04:04.509Z Compiling num-conv v0.2.0
18632026-05-14T15:04:04.636Z Compiling crossbeam-utils v0.8.21
18642026-05-14T15:04:04.668Z Compiling time-core v0.1.8
18652026-05-14T15:04:04.824Z Compiling pretty-hex v0.4.1
18662026-05-14T15:04:04.841Z Compiling regex-automata v0.4.14
18672026-05-14T15:04:04.854Z Compiling native-tls v0.2.18
18682026-05-14T15:04:04.869Z Compiling time-macros v0.2.27
18692026-05-14T15:04:04.886Z Compiling base64ct v1.8.3
18702026-05-14T15:04:04.912Z Compiling anyhow v1.0.102
18712026-05-14T15:04:04.952Z Compiling darling_core v0.21.3
18722026-05-14T15:04:05.080Z Compiling pest_generator v2.8.6
18732026-05-14T15:04:05.099Z Compiling tracing-core v0.1.36
18742026-05-14T15:04:05.153Z Compiling pem-rfc7468 v0.7.0
18752026-05-14T15:04:05.232Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18762026-05-14T15:04:05.370Z Compiling untrusted v0.9.0
18772026-05-14T15:04:05.436Z Compiling flagset v0.4.7
18782026-05-14T15:04:05.446Z Compiling rand_core v0.9.5
18792026-05-14T15:04:05.478Z Compiling slog v2.8.2
18802026-05-14T15:04:05.544Z Compiling serde_derive v1.0.228
18812026-05-14T15:04:05.596Z Compiling zeroize_derive v1.4.3
18822026-05-14T15:04:05.617Z Compiling zerofrom-derive v0.1.6
18832026-05-14T15:04:05.683Z Compiling yoke-derive v0.8.1
18842026-05-14T15:04:05.699Z Compiling zerovec-derive v0.11.2
18852026-05-14T15:04:05.716Z Compiling displaydoc v0.2.5
18862026-05-14T15:04:05.744Z Compiling zerocopy-derive v0.8.40
18872026-05-14T15:04:05.777Z Compiling tokio-macros v2.7.0
18882026-05-14T15:04:05.850Z Compiling futures-macro v0.3.32
18892026-05-14T15:04:06.161Z Compiling thiserror-impl v2.0.18
18902026-05-14T15:04:06.205Z Compiling zeroize v1.8.2
18912026-05-14T15:04:06.488Z Compiling schemars_derive v0.8.22
18922026-05-14T15:04:06.642Z Compiling tracing-attributes v0.1.31
18932026-05-14T15:04:06.656Z Compiling der_derive v0.7.3
18942026-05-14T15:04:06.736Z Compiling thiserror-impl v1.0.69
18952026-05-14T15:04:06.754Z Compiling zerofrom v0.1.6
18962026-05-14T15:04:06.900Z Compiling yoke v0.8.1
18972026-05-14T15:04:07.041Z Compiling crypto-common v0.1.7
18982026-05-14T15:04:07.095Z Compiling zerovec v0.11.5
18992026-05-14T15:04:07.123Z Compiling zerotrie v0.2.3
19002026-05-14T15:04:07.237Z Compiling block-buffer v0.10.4
19012026-05-14T15:04:07.406Z Compiling digest v0.10.7
19022026-05-14T15:04:07.575Z Compiling pest_derive v2.8.6
19032026-05-14T15:04:07.637Z Compiling tinystr v0.8.2
19042026-05-14T15:04:07.653Z Compiling potential_utf v0.1.4
19052026-05-14T15:04:07.680Z Compiling futures-util v0.3.32
19062026-05-14T15:04:07.818Z Compiling icu_locale_core v2.1.1
19072026-05-14T15:04:07.850Z Compiling icu_collections v2.1.1
19082026-05-14T15:04:07.869Z Compiling hmac v0.12.1
19092026-05-14T15:04:08.083Z Compiling block-padding v0.3.3
19102026-05-14T15:04:08.098Z Compiling rustls-pki-types v1.14.0
19112026-05-14T15:04:08.116Z Compiling openssl-macros v0.1.1
19122026-05-14T15:04:08.328Z Compiling inout v0.1.4
19132026-05-14T15:04:08.479Z Compiling cipher v0.4.4
19142026-05-14T15:04:08.501Z Compiling sha2 v0.10.9
19152026-05-14T15:04:08.599Z Compiling icu_provider v2.1.1
19162026-05-14T15:04:08.699Z Compiling bytes v1.11.1
19172026-05-14T15:04:08.764Z Compiling chrono v0.4.44
19182026-05-14T15:04:08.866Z Compiling icu_normalizer v2.1.1
19192026-05-14T15:04:09.915Z Compiling icu_properties v2.1.2
19202026-05-14T15:04:09.918Z Compiling serde_tokenstream v0.2.3
19212026-05-14T15:04:09.918Z Compiling scroll_derive v0.12.1
19222026-05-14T15:04:09.919Z Compiling tokio v1.52.1
19232026-05-14T15:04:09.919Z Compiling scroll_derive v0.13.1
19242026-05-14T15:04:09.919Z Compiling http v1.4.0
19252026-05-14T15:04:10.087Z Compiling idna_adapter v1.2.1
19262026-05-14T15:04:10.238Z Compiling idna v1.1.0
19272026-05-14T15:04:10.255Z Compiling ppv-lite86 v0.2.21
19282026-05-14T15:04:10.513Z Compiling tracing v0.1.44
19292026-05-14T15:04:10.576Z Compiling url v2.5.8
19302026-05-14T15:04:10.632Z Compiling der v0.7.10
19312026-05-14T15:04:10.678Z Compiling darling_macro v0.21.3
19322026-05-14T15:04:10.772Z Compiling regex v1.12.3
19332026-05-14T15:04:10.790Z Compiling zerocopy-derive v0.7.35
19342026-05-14T15:04:11.291Z Compiling darling v0.21.3
19352026-05-14T15:04:11.516Z Compiling spki v0.7.3
19362026-05-14T15:04:11.537Z Compiling salsa20 v0.10.2
19372026-05-14T15:04:11.580Z Compiling pbkdf2 v0.12.2
19382026-05-14T15:04:12.103Z Compiling cookie v0.18.1
19392026-05-14T15:04:12.316Z Compiling camino v1.2.2
19402026-05-14T15:04:12.556Z Compiling scrypt v0.11.0
19412026-05-14T15:04:12.587Z Compiling http-body v1.0.1
19422026-05-14T15:04:12.613Z Compiling rand_chacha v0.9.0
19432026-05-14T15:04:12.663Z Compiling aes v0.8.4
19442026-05-14T15:04:12.792Z Compiling cbc v0.1.2
19452026-05-14T15:04:12.895Z Compiling usdt-impl v0.5.0
19462026-05-14T15:04:12.926Z Compiling openssl-probe v0.2.1
19472026-05-14T15:04:12.947Z Compiling unicode-segmentation v1.12.0
19482026-05-14T15:04:13.004Z Compiling winnow v0.7.14
19492026-05-14T15:04:13.057Z Compiling tokio-util v0.7.18
19502026-05-14T15:04:13.073Z Compiling ref-cast v1.0.25
19512026-05-14T15:04:13.075Z Compiling usdt-impl v0.6.0
19522026-05-14T15:04:13.110Z Compiling either v1.15.0
19532026-05-14T15:04:13.143Z Compiling untrusted v0.7.1
19542026-05-14T15:04:13.188Z Compiling tinyvec_macros v0.1.1
19552026-05-14T15:04:13.272Z Compiling paste v1.0.15
19562026-05-14T15:04:13.331Z Compiling atomic-waker v1.1.2
19572026-05-14T15:04:13.347Z Compiling tinyvec v1.10.0
19582026-05-14T15:04:13.381Z Compiling pkcs5 v0.7.1
19592026-05-14T15:04:13.614Z Compiling rand v0.9.2
19602026-05-14T15:04:14.012Z Compiling scroll v0.13.0
19612026-05-14T15:04:14.028Z Compiling scroll v0.12.0
19622026-05-14T15:04:14.046Z Compiling serde_spanned v0.6.9
19632026-05-14T15:04:14.215Z Compiling toml_datetime v0.6.11
19642026-05-14T15:04:14.230Z Compiling async-trait v0.1.89
19652026-05-14T15:04:14.268Z Compiling heapless v0.7.17
19662026-05-14T15:04:14.334Z Compiling bzip2-sys v0.1.13+1.0.8
19672026-05-14T15:04:14.377Z Compiling signal-hook v0.3.18
19682026-05-14T15:04:14.444Z Compiling tower-layer v0.3.3
19692026-05-14T15:04:14.508Z Compiling zstd-safe v7.2.4
19702026-05-14T15:04:14.543Z Compiling try-lock v0.2.5
19712026-05-14T15:04:14.651Z Compiling tower-service v0.3.3
19722026-05-14T15:04:14.765Z Compiling fastrand v2.3.0
19732026-05-14T15:04:14.820Z Compiling h2 v0.4.13
19742026-05-14T15:04:14.837Z Compiling want v0.3.1
19752026-05-14T15:04:14.918Z Compiling toml_parser v1.0.9+spec-1.1.0
19762026-05-14T15:04:15.050Z Compiling goblin v0.8.2
19772026-05-14T15:04:15.135Z Compiling goblin v0.10.5
19782026-05-14T15:04:15.151Z Compiling pkcs8 v0.10.2
19792026-05-14T15:04:15.320Z Compiling heck v0.4.1
19802026-05-14T15:04:15.465Z Compiling zerocopy v0.7.35
19812026-05-14T15:04:15.518Z Compiling ipnet v2.11.0
19822026-05-14T15:04:15.639Z Compiling ref-cast-impl v1.0.25
19832026-05-14T15:04:15.660Z Compiling darling_core v0.20.11
19842026-05-14T15:04:15.997Z Compiling curve25519-dalek v4.1.3
19852026-05-14T15:04:16.027Z Compiling toml_datetime v0.7.5+spec-1.1.0
19862026-05-14T15:04:16.190Z Compiling memoffset v0.9.1
19872026-05-14T15:04:16.264Z Compiling httpdate v1.0.3
19882026-05-14T15:04:16.320Z Compiling pin-utils v0.1.0
19892026-05-14T15:04:16.410Z Compiling foreign-types-shared v0.1.1
19902026-05-14T15:04:16.585Z Compiling rustix v0.38.44
19912026-05-14T15:04:16.606Z Compiling winnow v0.5.40
19922026-05-14T15:04:16.729Z Compiling litrs v1.0.0
19932026-05-14T15:04:16.929Z Compiling foreign-types v0.3.2
19942026-05-14T15:04:17.019Z Compiling tempfile v3.25.0
19952026-05-14T15:04:17.216Z Compiling document-features v0.2.12
19962026-05-14T15:04:17.351Z Compiling dof v0.3.0
19972026-05-14T15:04:17.394Z Compiling unicode-normalization v0.1.25
19982026-05-14T15:04:17.649Z Compiling darling_macro v0.20.11
19992026-05-14T15:04:17.742Z Compiling dtrace-parser v0.2.0
20002026-05-14T15:04:17.787Z Compiling hyper v1.8.1
20012026-05-14T15:04:17.910Z Compiling toml_edit v0.19.15
20022026-05-14T15:04:17.996Z Compiling dof v0.4.0
20032026-05-14T15:04:18.142Z Compiling dtrace-parser v0.3.0
20042026-05-14T15:04:18.178Z Compiling pin-project-internal v1.1.11
20052026-05-14T15:04:18.349Z Compiling daft-derive v0.1.5
20062026-05-14T15:04:18.447Z Compiling spin v0.9.8
20072026-05-14T15:04:18.506Z Compiling thread-id v5.1.0
20082026-05-14T15:04:18.525Z Compiling thread-id v4.2.2
20092026-05-14T15:04:18.604Z Compiling powerfmt v0.2.0
20102026-05-14T15:04:18.685Z Compiling cfg_aliases v0.2.1
20112026-05-14T15:04:18.760Z Compiling num-bigint-dig v0.8.6
20122026-05-14T15:04:18.776Z Compiling smoltcp v0.9.1
20132026-05-14T15:04:18.780Z Compiling nix v0.31.2
20142026-05-14T15:04:18.896Z Compiling hyper-util v0.1.20
20152026-05-14T15:04:18.921Z Compiling deranged v0.5.8
20162026-05-14T15:04:19.250Z Compiling darling v0.20.11
20172026-05-14T15:04:19.534Z Compiling rustls-native-certs v0.8.3
20182026-05-14T15:04:19.619Z Compiling ipnetwork v0.21.1
20192026-05-14T15:04:20.006Z Compiling curve25519-dalek-derive v0.1.1
20202026-05-14T15:04:20.051Z Compiling strum_macros v0.26.4
20212026-05-14T15:04:20.177Z Compiling sync_wrapper v1.0.2
20222026-05-14T15:04:20.193Z Compiling wait-timeout v0.2.1
20232026-05-14T15:04:20.309Z Compiling num_threads v0.1.7
20242026-05-14T15:04:20.447Z Compiling anstyle v1.0.13
20252026-05-14T15:04:20.592Z Compiling utf8parse v0.2.2
20262026-05-14T15:04:20.639Z Compiling quick-error v1.2.3
20272026-05-14T15:04:20.645Z Compiling simd-adler32 v0.3.8
20282026-05-14T15:04:20.679Z Compiling bit-vec v0.8.0
20292026-05-14T15:04:20.724Z Compiling siphasher v1.0.2
20302026-05-14T15:04:20.911Z Compiling time v0.3.47
20312026-05-14T15:04:20.927Z Compiling bit-set v0.8.0
20322026-05-14T15:04:20.930Z Compiling rusty-fork v0.3.1
20332026-05-14T15:04:21.209Z Compiling anstyle-parse v0.2.7
20342026-05-14T15:04:21.251Z Compiling tower v0.5.3
20352026-05-14T15:04:21.688Z Compiling derive_builder_core v0.20.2
20362026-05-14T15:04:21.707Z Compiling snafu-derive v0.8.9
20372026-05-14T15:04:21.806Z Compiling http-body-util v0.1.3
20382026-05-14T15:04:21.900Z Compiling webpki-roots v1.0.6
20392026-05-14T15:04:22.039Z Compiling signature v2.2.0
20402026-05-14T15:04:22.121Z Compiling hubpack_derive v0.1.1
20412026-05-14T15:04:22.150Z Compiling rand_xorshift v0.4.0
20422026-05-14T15:04:22.209Z Compiling strum_macros v0.27.2
20432026-05-14T15:04:22.489Z Compiling fs-err v3.3.0
20442026-05-14T15:04:22.516Z Compiling ahash v0.8.12
20452026-05-14T15:04:22.546Z Compiling is_terminal_polyfill v1.70.2
20462026-05-14T15:04:22.592Z Compiling unicode-properties v0.1.4
20472026-05-14T15:04:22.608Z Compiling anstyle-query v1.1.5
20482026-05-14T15:04:22.677Z Compiling iri-string v0.7.10
20492026-05-14T15:04:22.716Z Compiling object v0.37.3
20502026-05-14T15:04:22.754Z Compiling unicode-bidi v0.3.18
20512026-05-14T15:04:22.757Z Compiling ryu v1.0.23
20522026-05-14T15:04:22.861Z Compiling unarray v0.1.4
20532026-05-14T15:04:22.890Z Compiling allocator-api2 v0.2.21
20542026-05-14T15:04:22.907Z Compiling colorchoice v1.0.4
20552026-05-14T15:04:23.093Z Compiling adler2 v2.0.1
20562026-05-14T15:04:23.114Z Compiling stringprep v0.1.5
20572026-05-14T15:04:23.165Z Compiling serde_urlencoded v0.7.1
20582026-05-14T15:04:23.239Z Compiling miniz_oxide v0.8.9
20592026-05-14T15:04:23.273Z Compiling anstream v0.6.21
20602026-05-14T15:04:23.290Z Compiling proptest v1.11.0
20612026-05-14T15:04:23.447Z Compiling derive_builder_macro v0.20.2
20622026-05-14T15:04:23.727Z Compiling tokio-native-tls v0.3.1
20632026-05-14T15:04:23.797Z Compiling usdt-attr-macro v0.6.0
20642026-05-14T15:04:23.875Z Compiling tower-http v0.6.8
20652026-05-14T15:04:23.891Z Compiling usdt-macro v0.6.0
20662026-05-14T15:04:24.183Z Compiling rand_chacha v0.3.1
20672026-05-14T15:04:24.223Z Compiling erased-serde v0.3.31
20682026-05-14T15:04:24.317Z Compiling md-5 v0.10.6
20692026-05-14T15:04:24.336Z Compiling bstr v1.12.1
20702026-05-14T15:04:24.487Z Compiling num-integer v0.1.46
20712026-05-14T15:04:24.573Z Compiling hash32 v0.2.1
20722026-05-14T15:04:24.589Z Compiling vergen-lib v0.1.6
20732026-05-14T15:04:24.593Z Compiling ff v0.13.1
20742026-05-14T15:04:24.753Z Compiling base16ct v0.2.0
20752026-05-14T15:04:24.780Z Compiling psl-types v2.0.11
20762026-05-14T15:04:24.807Z Compiling zlib-rs v0.6.2
20772026-05-14T15:04:24.823Z Compiling fallible-iterator v0.2.0
20782026-05-14T15:04:24.886Z Compiling publicsuffix v2.3.0
20792026-05-14T15:04:24.890Z Compiling sec1 v0.7.3
20802026-05-14T15:04:24.914Z Compiling group v0.13.0
20812026-05-14T15:04:24.935Z Compiling num-iter v0.1.45
20822026-05-14T15:04:25.099Z Compiling rand v0.8.6
20832026-05-14T15:04:25.115Z Compiling postgres-protocol v0.6.10
20842026-05-14T15:04:25.297Z Compiling newtype-uuid v1.3.2
20852026-05-14T15:04:25.443Z Compiling oxnet v0.1.4
20862026-05-14T15:04:25.680Z Compiling derive_builder v0.20.2
20872026-05-14T15:04:25.705Z Compiling hyper-tls v0.6.0
20882026-05-14T15:04:25.823Z Compiling phf_shared v0.13.1
20892026-05-14T15:04:25.837Z Compiling pin-project v1.1.11
20902026-05-14T15:04:25.959Z Compiling lazy_static v1.5.0
20912026-05-14T15:04:26.114Z Compiling terminal_size v0.4.3
20922026-05-14T15:04:26.137Z Compiling serde_with_macros v3.17.0
20932026-05-14T15:04:26.153Z Compiling futures-executor v0.3.32
20942026-05-14T15:04:26.156Z Compiling hex v0.4.3
20952026-05-14T15:04:26.290Z Compiling cargo-platform v0.1.9
20962026-05-14T15:04:26.429Z Compiling hkdf v0.12.4
20972026-05-14T15:04:26.474Z Compiling crypto-bigint v0.5.5
20982026-05-14T15:04:26.544Z Compiling serde_repr v0.1.20
20992026-05-14T15:04:26.594Z Compiling async-recursion v1.1.1
21002026-05-14T15:04:26.666Z Compiling clap_derive v4.5.55
21012026-05-14T15:04:26.682Z Compiling enum-as-inner v0.6.1
21022026-05-14T15:04:26.762Z Compiling vergen v9.0.6
21032026-05-14T15:04:26.971Z Compiling flate2 v1.1.9
21042026-05-14T15:04:27.092Z Compiling encoding_rs v0.8.35
21052026-05-14T15:04:27.195Z Compiling foldhash v0.2.0
21062026-05-14T15:04:27.213Z Compiling libbz2-rs-sys v0.2.2
21072026-05-14T15:04:27.232Z Compiling mime v0.3.17
21082026-05-14T15:04:27.249Z Compiling bitflags v1.3.2
21092026-05-14T15:04:27.252Z Compiling bumpalo v3.20.2
21102026-05-14T15:04:27.379Z Compiling foldhash v0.1.5
21112026-05-14T15:04:27.426Z Compiling same-file v1.0.6
21122026-05-14T15:04:27.530Z Compiling managed v0.8.0
21132026-05-14T15:04:27.569Z Compiling clap_lex v1.0.0
21142026-05-14T15:04:27.601Z Compiling walkdir v2.5.0
21152026-05-14T15:04:27.681Z Compiling bzip2 v0.6.1
21162026-05-14T15:04:27.812Z Compiling clap_builder v4.5.60
21172026-05-14T15:04:27.846Z Compiling hashbrown v0.15.5
21182026-05-14T15:04:27.917Z Compiling zopfli v0.8.3
21192026-05-14T15:04:27.933Z Compiling hashbrown v0.16.1
21202026-05-14T15:04:28.065Z Compiling elliptic-curve v0.13.8
21212026-05-14T15:04:28.478Z Compiling zstd v0.13.3
21222026-05-14T15:04:28.481Z Compiling cargo_metadata v0.19.2
21232026-05-14T15:04:28.510Z Compiling futures v0.3.32
21242026-05-14T15:04:28.678Z Compiling phf v0.13.1
21252026-05-14T15:04:28.773Z Compiling snafu v0.8.9
21262026-05-14T15:04:28.853Z Compiling signal-hook-mio v0.2.5
21272026-05-14T15:04:28.991Z Compiling daft v0.1.5
21282026-05-14T15:04:29.128Z Compiling postgres-types v0.2.12
21292026-05-14T15:04:29.171Z Compiling cookie_store v0.22.1
21302026-05-14T15:04:29.250Z Compiling bzip2 v0.4.4
21312026-05-14T15:04:29.286Z Compiling globset v0.4.18
21322026-05-14T15:04:29.471Z Compiling strum v0.27.2
21332026-05-14T15:04:29.744Z Compiling hubpack v0.1.2
21342026-05-14T15:04:29.749Z Compiling ed25519 v2.2.3
21352026-05-14T15:04:29.775Z Compiling phf_shared v0.11.3
21362026-05-14T15:04:29.852Z Compiling crossbeam-epoch v0.9.18
21372026-05-14T15:04:29.911Z Compiling olpc-cjson v0.1.4
21382026-05-14T15:04:29.944Z Compiling pkcs1 v0.7.5
21392026-05-14T15:04:29.994Z Compiling pem v3.0.6
21402026-05-14T15:04:30.167Z Compiling serde_plain v1.0.2
21412026-05-14T15:04:30.189Z Compiling serde-big-array v0.5.1
21422026-05-14T15:04:30.192Z Compiling rfc6979 v0.4.0
21432026-05-14T15:04:30.244Z Compiling float-cmp v0.10.0
21442026-05-14T15:04:30.302Z Compiling memmap2 v0.9.10
21452026-05-14T15:04:30.337Z Compiling env_filter v1.0.0
21462026-05-14T15:04:30.362Z Compiling keccak v0.1.6
21472026-05-14T15:04:30.387Z Compiling toml_write v0.1.2
21482026-05-14T15:04:30.390Z Compiling fixedbitset v0.4.2
21492026-05-14T15:04:30.404Z Compiling whoami v2.1.0
21502026-05-14T15:04:30.533Z Compiling difflib v0.4.0
21512026-05-14T15:04:30.594Z Compiling fixedbitset v0.5.7
21522026-05-14T15:04:30.624Z Compiling normalize-line-endings v0.3.0
21532026-05-14T15:04:30.630Z Compiling typed-path v0.9.3
21542026-05-14T15:04:30.656Z Compiling predicates-core v1.0.10
21552026-05-14T15:04:30.737Z Compiling precomputed-hash v0.1.1
21562026-05-14T15:04:30.775Z Compiling static_assertions v1.1.0
21572026-05-14T15:04:30.846Z Compiling data-encoding v2.10.0
21582026-05-14T15:04:30.860Z Compiling rustc-hash v2.1.1
21592026-05-14T15:04:30.874Z Compiling new_debug_unreachable v1.0.6
21602026-05-14T15:04:30.895Z Compiling jiff v0.2.21
21612026-05-14T15:04:30.934Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21622026-05-14T15:04:30.964Z Compiling string_cache v0.8.9
21632026-05-14T15:04:31.004Z Compiling iddqd v0.3.18
21642026-05-14T15:04:31.011Z Compiling petgraph v0.8.3
21652026-05-14T15:04:31.193Z Compiling hickory-proto v0.25.2
21662026-05-14T15:04:31.321Z Compiling predicates v3.1.4
21672026-05-14T15:04:31.390Z Compiling tokio-postgres v0.7.16
21682026-05-14T15:04:31.588Z Compiling toml_edit v0.22.27
21692026-05-14T15:04:31.779Z Compiling petgraph v0.6.5
21702026-05-14T15:04:31.925Z Compiling sha3 v0.10.8
21712026-05-14T15:04:32.173Z Compiling env_logger v0.11.9
21722026-05-14T15:04:32.200Z Compiling usdt v0.6.0
21732026-05-14T15:04:32.222Z Compiling ecdsa v0.16.9
21742026-05-14T15:04:32.516Z Compiling rsa v0.9.10
21752026-05-14T15:04:32.615Z Compiling ed25519-dalek v2.2.0
21762026-05-14T15:04:33.384Z Compiling crossterm v0.28.1
21772026-05-14T15:04:33.447Z Compiling zip v0.6.6
21782026-05-14T15:04:33.757Z Compiling zip v4.6.1
21792026-05-14T15:04:33.844Z Compiling clap v4.5.60
21802026-05-14T15:04:34.001Z Compiling serde_with v3.17.0
21812026-05-14T15:04:34.196Z Compiling similar v2.7.0
21822026-05-14T15:04:34.274Z Compiling strum v0.26.3
21832026-05-14T15:04:34.298Z Compiling toml v0.7.8
21842026-05-14T15:04:34.432Z Compiling tokio-stream v0.1.18
21852026-05-14T15:04:34.628Z Compiling itertools v0.13.0
21862026-05-14T15:04:34.663Z Compiling buf-list v1.1.2
21872026-05-14T15:04:34.795Z Compiling x509-cert v0.2.5
21882026-05-14T15:04:34.934Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21892026-05-14T15:04:34.934Z Compiling openapiv3 v2.2.0
21902026-05-14T15:04:35.229Z Compiling sha1 v0.10.6
21912026-05-14T15:04:35.516Z Compiling peg-runtime v0.8.5
21922026-05-14T15:04:35.714Z Compiling lalrpop-util v0.19.12
21932026-05-14T15:04:50.824Z Compiling rustls-webpki v0.103.9
21942026-05-14T15:04:51.690Z Compiling macaddr v1.0.1
21952026-05-14T15:04:51.723Z Compiling structmeta-derive v0.3.0
21962026-05-14T15:04:51.945Z Compiling rayon-core v1.13.0
21972026-05-14T15:04:51.992Z Compiling crucible-workspace-hack v0.1.0
21982026-05-14T15:04:52.073Z Compiling itertools v0.14.0
21992026-05-14T15:04:52.180Z Compiling secrecy v0.10.3
22002026-05-14T15:04:52.219Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22012026-05-14T15:04:52.255Z Compiling heapless v0.8.0
22022026-05-14T15:04:52.309Z Compiling rustls v0.22.4
22032026-05-14T15:04:52.482Z Compiling crossbeam-deque v0.8.6
22042026-05-14T15:04:52.544Z Compiling toml_edit v0.23.10+spec-1.0.0
22052026-05-14T15:04:52.606Z Compiling rustls-webpki v0.102.8
22062026-05-14T15:04:52.657Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22072026-05-14T15:04:52.735Z Compiling structmeta v0.3.0
22082026-05-14T15:04:52.759Z Compiling hash32 v0.3.1
22092026-05-14T15:04:52.776Z Compiling multer v3.1.0
22102026-05-14T15:04:52.849Z Compiling thread_local v1.1.9
22112026-05-14T15:04:52.950Z Compiling unicode-width v0.2.0
22122026-05-14T15:04:52.999Z Compiling compression-core v0.4.31
22132026-05-14T15:04:53.015Z Compiling smoltcp v0.11.0
22142026-05-14T15:04:53.090Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22152026-05-14T15:04:53.205Z Compiling match_cfg v0.1.0
22162026-05-14T15:04:53.237Z Compiling slog-async v2.8.0
22172026-05-14T15:04:53.256Z Compiling compression-codecs v0.4.37
22182026-05-14T15:04:53.300Z Compiling hostname v0.3.1
22192026-05-14T15:04:53.315Z Compiling proc-macro-crate v3.4.0
22202026-05-14T15:04:53.389Z Compiling ingot-macros v0.1.1
22212026-05-14T15:04:53.408Z Compiling derive-ex v0.1.8
22222026-05-14T15:04:53.579Z Compiling slog-json v2.6.1
22232026-05-14T15:04:53.650Z Compiling crossbeam-channel v0.5.15
22242026-05-14T15:04:53.766Z Compiling half v2.7.1
22252026-05-14T15:04:53.864Z Compiling newtype-uuid-macros v0.1.0
22262026-05-14T15:04:54.054Z Compiling cobs v0.3.0
22272026-05-14T15:04:54.168Z Compiling universal-hash v0.5.1
22282026-05-14T15:04:54.334Z Compiling thiserror-impl-no-std v2.0.2
22292026-05-14T15:04:54.364Z Compiling async-stream-impl v0.3.6
22302026-05-14T15:04:54.367Z Compiling serde_spanned v1.0.4
22312026-05-14T15:04:54.483Z Compiling toml_datetime v1.0.0+spec-1.1.0
22322026-05-14T15:04:54.517Z Compiling is-terminal v0.4.17
22332026-05-14T15:04:54.572Z Compiling dropshot v0.17.0
22342026-05-14T15:04:54.598Z Compiling proc-macro-error-attr v1.0.4
22352026-05-14T15:04:54.640Z Compiling convert_case v0.4.0
22362026-05-14T15:04:54.805Z Compiling tokio-rustls v0.26.4
22372026-05-14T15:04:54.822Z Compiling rustls-platform-verifier v0.6.2
22382026-05-14T15:04:54.937Z Compiling term v1.2.1
22392026-05-14T15:04:54.956Z Compiling toml_writer v1.0.6+spec-1.1.0
22402026-05-14T15:04:54.971Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22412026-05-14T15:04:54.989Z Compiling take_mut v0.2.2
22422026-05-14T15:04:55.042Z Compiling hyper-rustls v0.27.7
22432026-05-14T15:04:55.076Z Compiling opaque-debug v0.3.1
22442026-05-14T15:04:55.092Z Compiling ciborium-io v0.2.2
22452026-05-14T15:04:55.171Z Compiling poly1305 v0.8.0
22462026-05-14T15:04:55.216Z Compiling ciborium-ll v0.2.2
22472026-05-14T15:04:55.216Z Compiling toml v1.0.6+spec-1.1.0
22482026-05-14T15:04:55.247Z Compiling derive_more v0.99.20
22492026-05-14T15:04:55.353Z Compiling reqwest v0.12.28
22502026-05-14T15:04:55.376Z Compiling reqwest v0.13.2
22512026-05-14T15:04:55.393Z Compiling thiserror-no-std v2.0.2
22522026-05-14T15:04:55.506Z Compiling tokio-rustls v0.25.0
22532026-05-14T15:04:55.509Z Compiling slog-term v2.9.2
22542026-05-14T15:04:55.780Z Compiling test-strategy v0.4.5
22552026-05-14T15:04:55.824Z Compiling async-stream v0.3.6
22562026-05-14T15:04:56.012Z Compiling ingot-types v0.1.2
22572026-05-14T15:04:56.155Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22582026-05-14T15:04:56.335Z Compiling postcard v1.1.3
22592026-05-14T15:04:56.487Z Compiling ingot v0.1.1
22602026-05-14T15:04:56.740Z Compiling slog-bunyan v2.5.0
22612026-05-14T15:04:56.759Z Compiling num_enum_derive v0.7.5
22622026-05-14T15:04:56.950Z Compiling tough v0.22.0
22632026-05-14T15:04:57.096Z Compiling async-compression v0.4.41
22642026-05-14T15:04:57.163Z Compiling parse-display-derive v0.10.0
22652026-05-14T15:04:57.419Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22662026-05-14T15:04:57.590Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22672026-05-14T15:04:57.741Z Compiling proc-macro-crate v1.3.1
22682026-05-14T15:04:57.866Z Compiling backon v1.6.0
22692026-05-14T15:04:57.983Z Compiling waitgroup v0.1.2
22702026-05-14T15:04:58.114Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22712026-05-14T15:04:58.131Z Compiling password-hash v0.5.0
22722026-05-14T15:04:58.168Z Compiling chacha20 v0.9.1
22732026-05-14T15:04:58.248Z Compiling dropshot_endpoint v0.17.0
22742026-05-14T15:04:58.614Z Compiling rustls-pemfile v2.2.0
22752026-05-14T15:04:58.674Z Compiling blake2 v0.10.6
22762026-05-14T15:04:58.676Z Compiling aead v0.5.2
22772026-05-14T15:04:58.761Z Compiling foreign-types-macros v0.2.3
22782026-05-14T15:04:58.823Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22792026-05-14T15:04:58.911Z Compiling serde_path_to_error v0.1.20
22802026-05-14T15:04:58.930Z Compiling hostname v0.4.2
22812026-05-14T15:04:59.055Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22822026-05-14T15:04:59.075Z Compiling proc-macro-error v1.0.4
22832026-05-14T15:04:59.119Z Compiling instant v0.1.13
22842026-05-14T15:04:59.138Z Compiling debug-ignore v1.0.5
22852026-05-14T15:04:59.211Z Compiling typeid v1.0.3
22862026-05-14T15:04:59.262Z Compiling cpufeatures v0.3.0
22872026-05-14T15:04:59.279Z Compiling foreign-types-shared v0.3.1
22882026-05-14T15:04:59.282Z Compiling backoff v0.4.0
22892026-05-14T15:04:59.282Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22902026-05-14T15:04:59.363Z Compiling chacha20 v0.10.0
22912026-05-14T15:04:59.366Z Compiling argon2 v0.5.3
22922026-05-14T15:04:59.379Z Compiling foreign-types v0.5.0
22932026-05-14T15:04:59.399Z Compiling chacha20poly1305 v0.10.1
22942026-05-14T15:04:59.428Z Compiling parse-display v0.10.0
22952026-05-14T15:04:59.447Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22962026-05-14T15:04:59.472Z Compiling num_enum_derive v0.5.11
22972026-05-14T15:04:59.510Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22982026-05-14T15:04:59.538Z Compiling num_enum v0.7.5
22992026-05-14T15:04:59.587Z Compiling vsss-rs v3.3.4
23002026-05-14T15:04:59.691Z Compiling ciborium v0.2.2
23012026-05-14T15:04:59.847Z Compiling tabwriter v1.4.1
23022026-05-14T15:04:59.871Z Compiling regress v0.10.5
23032026-05-14T15:05:00.233Z Compiling byte-wrapper v0.1.0
23042026-05-14T15:05:00.331Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23052026-05-14T15:05:00.402Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23062026-05-14T15:05:00.433Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23072026-05-14T15:05:00.472Z Compiling cstr-argument v0.1.2
23082026-05-14T15:05:00.551Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23092026-05-14T15:05:00.619Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23102026-05-14T15:05:00.667Z Compiling erased-serde v0.4.9
23112026-05-14T15:05:00.794Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23122026-05-14T15:05:00.875Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23132026-05-14T15:05:00.997Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23142026-05-14T15:05:01.018Z Compiling num_enum v0.5.11
23152026-05-14T15:05:01.036Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23162026-05-14T15:05:01.067Z Compiling rand v0.10.0
23172026-05-14T15:05:01.153Z Compiling rayon v1.11.0
23182026-05-14T15:05:01.169Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23192026-05-14T15:05:01.243Z Compiling colored v3.1.1
23202026-05-14T15:05:01.263Z Compiling libefi-sys v0.1.0
23212026-05-14T15:05:01.311Z Compiling indent_write v2.2.0
23222026-05-14T15:05:01.352Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23232026-05-14T15:05:01.432Z Compiling zone_cfg_derive v0.3.1
23242026-05-14T15:05:01.483Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23252026-05-14T15:05:01.516Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23262026-05-14T15:05:01.550Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23272026-05-14T15:05:01.570Z Compiling camino-tempfile v1.4.1
23282026-05-14T15:05:01.800Z Compiling itertools v0.12.1
23292026-05-14T15:05:01.897Z Compiling usdt-macro v0.5.0
23302026-05-14T15:05:01.953Z Compiling usdt-attr-macro v0.5.0
23312026-05-14T15:05:01.990Z Compiling bitfield-struct v0.6.2
23322026-05-14T15:05:02.080Z Compiling num-derive v0.4.2
23332026-05-14T15:05:02.096Z Compiling ordered-float v2.10.1
23342026-05-14T15:05:02.114Z Compiling blake3 v1.8.3
23352026-05-14T15:05:02.395Z Compiling sigpipe v0.1.3
23362026-05-14T15:05:02.496Z Compiling memmap v0.7.0
23372026-05-14T15:05:02.515Z Compiling swrite v0.1.0
23382026-05-14T15:05:02.608Z Compiling glob v0.3.3
23392026-05-14T15:05:02.632Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23402026-05-14T15:05:02.650Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23412026-05-14T15:05:02.711Z Compiling usdt v0.5.0
23422026-05-14T15:05:02.911Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23432026-05-14T15:05:02.994Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23442026-05-14T15:05:03.042Z Compiling serde-value v0.7.0
23452026-05-14T15:05:03.266Z Compiling zone v0.3.1
23462026-05-14T15:05:03.302Z Compiling serde-untagged v0.1.9
23472026-05-14T15:05:03.362Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23482026-05-14T15:05:03.586Z Compiling toml v0.8.23
23492026-05-14T15:05:03.647Z Compiling smf v0.2.3
23502026-05-14T15:05:03.685Z Compiling filetime v0.2.27
23512026-05-14T15:05:03.703Z Compiling arrayref v0.3.9
23522026-05-14T15:05:03.706Z Compiling unicode-xid v0.2.6
23532026-05-14T15:05:03.736Z Compiling arrayvec v0.7.6
23542026-05-14T15:05:03.763Z Compiling xattr v1.6.1
23552026-05-14T15:05:03.803Z Compiling constant_time_eq v0.4.2
23562026-05-14T15:05:03.890Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23572026-05-14T15:05:03.921Z Compiling whoami v1.6.1
23582026-05-14T15:05:03.987Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23592026-05-14T15:05:04.003Z Compiling tar v0.4.45
23602026-05-14T15:05:04.006Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23612026-05-14T15:05:04.036Z Compiling tokio-dtrace v0.1.1
23622026-05-14T15:05:04.270Z Compiling cargo-util-schemas v0.8.2
23632026-05-14T15:05:04.405Z Compiling console v0.16.2
23642026-05-14T15:05:04.423Z Compiling gethostname v0.5.0
23652026-05-14T15:05:04.604Z Compiling cargo-platform v0.2.0
23662026-05-14T15:05:04.635Z Compiling unit-prefix v0.5.2
23672026-05-14T15:05:04.678Z Compiling topological-sort v0.2.2
23682026-05-14T15:05:04.820Z Compiling indicatif v0.18.4
23692026-05-14T15:05:04.820Z Compiling oxide-tokio-rt v0.1.4
23702026-05-14T15:05:04.872Z Compiling shell-words v1.1.1
23712026-05-14T15:05:04.876Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23722026-05-14T15:05:05.426Z Compiling cargo_metadata v0.21.0
23732026-05-14T15:05:14.554Z Compiling progenitor-client v0.14.0
23742026-05-14T15:05:14.607Z Compiling progenitor-client v0.10.0
23752026-05-14T15:05:14.607Z Compiling omicron-zone-package v0.12.2
23762026-05-14T15:05:15.039Z Compiling progenitor-extras v0.2.0
23772026-05-14T15:05:17.293Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23782026-05-14T15:05:17.406Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23792026-05-14T15:05:17.493Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23802026-05-14T15:05:17.742Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23812026-05-14T15:05:17.760Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23822026-05-14T15:05:17.829Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23832026-05-14T15:05:17.847Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23842026-05-14T15:05:17.866Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23852026-05-14T15:05:17.897Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23862026-05-14T15:05:21.853Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23872026-05-14T15:05:29.419Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23882026-05-14T15:05:32.490Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23892026-05-14T15:05:33.466Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23902026-05-14T15:05:42.845Z Finished `release` profile [optimized] target(s) in 1m 44s
23912026-05-14T15:05:43.001Z Running `target/release/omicron-package -t test target create -p dev`
23922026-05-14T15:05:43.062ZLogging to: /work/oxidecomputer/omicron/out/LOG
23932026-05-14T15:05:43.065ZCreated new build target 'test' and set it as active
23942026-05-14T15:05:43.065Z
23952026-05-14T15:05:43.065Zreal 1:44.290653178
23962026-05-14T15:05:43.065Zuser 17:02.417472394
23972026-05-14T15:05:43.065Zsys 2:41.384133147
23982026-05-14T15:05:43.065Ztrap 0.471675479
23992026-05-14T15:05:43.065Ztflt 3.127249591
24002026-05-14T15:05:43.065Zdflt 4.203356076
24012026-05-14T15:05:43.065Zkflt 0.000384220
24022026-05-14T15:05:43.065Zlock 52:51.535795293
24032026-05-14T15:05:43.065Zslp 43:26.853127504
24042026-05-14T15:05:43.066Zlat 41.527197976
24052026-05-14T15:05:43.066Zstop 5:32.391874925
24062026-05-14T15:05:43.068Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24072026-05-14T15:05:43.952Z Finished `release` profile [optimized] target(s) in 0.87s
24082026-05-14T15:05:44.023Z Running `target/release/omicron-package -t test package`
24092026-05-14T15:05:44.080ZLogging to: /work/oxidecomputer/omicron/out/LOG
24102026-05-14T15:05:45.499Z Compiling heck v0.5.0
24112026-05-14T15:05:45.499Z Compiling regress v0.11.1
24122026-05-14T15:05:45.499Z Compiling unsafe-libyaml v0.2.11
24132026-05-14T15:05:45.752Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24142026-05-14T15:05:45.778Z Compiling regress v0.10.5
24152026-05-14T15:05:45.807Z Compiling unicode-width v0.1.14
24162026-05-14T15:05:45.830Z Compiling is-terminal v0.4.17
24172026-05-14T15:05:45.849Z Compiling prettyplease v0.2.37
24182026-05-14T15:05:45.852Z Compiling bytecount v0.6.9
24192026-05-14T15:05:45.852Z Compiling rustls v0.22.4
24202026-05-14T15:05:45.852Z Compiling rustls-webpki v0.102.8
24212026-05-14T15:05:45.852Z Compiling derive-where v1.6.0
24222026-05-14T15:05:45.852Z Compiling thread_local v1.1.9
24232026-05-14T15:05:45.872Z Compiling match_cfg v0.1.0
24242026-05-14T15:05:45.894Z Compiling compression-core v0.4.31
24252026-05-14T15:05:45.999Z Compiling multer v3.1.0
24262026-05-14T15:05:46.019Z Compiling slog-async v2.8.0
24272026-05-14T15:05:46.060Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24282026-05-14T15:05:46.081Z Compiling compression-codecs v0.4.37
24292026-05-14T15:05:46.103Z Compiling hostname v0.3.1
24302026-05-14T15:05:46.125Z Compiling crossbeam-channel v0.5.15
24312026-05-14T15:05:46.128Z Compiling slog-json v2.6.1
24322026-05-14T15:05:46.174Z Compiling toml_datetime v1.0.0+spec-1.1.0
24332026-05-14T15:05:46.177Z Compiling serde_spanned v1.0.4
24342026-05-14T15:05:46.237Z Compiling serde_yaml v0.9.34+deprecated
24352026-05-14T15:05:46.265Z Compiling toml_writer v1.0.6+spec-1.1.0
24362026-05-14T15:05:46.286Z Compiling term v1.2.1
24372026-05-14T15:05:46.385Z Compiling take_mut v0.2.2
24382026-05-14T15:05:46.407Z Compiling slog-bunyan v2.5.0
24392026-05-14T15:05:46.409Z Compiling async-compression v0.4.41
24402026-05-14T15:05:46.472Z Compiling toml v1.0.6+spec-1.1.0
24412026-05-14T15:05:46.585Z Compiling slog-term v2.9.2
24422026-05-14T15:05:46.588Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24432026-05-14T15:05:46.631Z Compiling dropshot v0.17.0
24442026-05-14T15:05:46.702Z Compiling async-stream v0.3.6
24452026-05-14T15:05:46.760Z Compiling num-rational v0.4.2
24462026-05-14T15:05:46.785Z Compiling progenitor-client v0.14.0
24472026-05-14T15:05:46.815Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24482026-05-14T15:05:46.900Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24492026-05-14T15:05:46.935Z Compiling waitgroup v0.1.2
24502026-05-14T15:05:46.992Z Compiling backon v1.6.0
24512026-05-14T15:05:47.032Z Compiling rustls-pemfile v2.2.0
24522026-05-14T15:05:47.095Z Compiling num-complex v0.4.6
24532026-05-14T15:05:47.117Z Compiling serde_path_to_error v0.1.20
24542026-05-14T15:05:47.145Z Compiling hostname v0.4.2
24552026-05-14T15:05:47.170Z Compiling instant v0.1.13
24562026-05-14T15:05:47.172Z Compiling debug-ignore v1.0.5
24572026-05-14T15:05:47.232Z Compiling typify-impl v0.6.2
24582026-05-14T15:05:47.254Z Compiling progenitor-extras v0.2.0
24592026-05-14T15:05:47.311Z Compiling backoff v0.4.0
24602026-05-14T15:05:47.333Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24612026-05-14T15:05:47.333Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24622026-05-14T15:05:47.541Z Compiling num v0.4.3
24632026-05-14T15:05:47.564Z Compiling parse-display v0.10.0
24642026-05-14T15:05:47.567Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24652026-05-14T15:05:47.609Z Compiling progenitor-client v0.13.0
24662026-05-14T15:05:47.648Z Compiling progenitor-client v0.10.0
24672026-05-14T15:05:47.651Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24682026-05-14T15:05:47.692Z Compiling macaddr v1.0.1
24692026-05-14T15:05:47.760Z Compiling float-ord v0.3.2
24702026-05-14T15:05:47.817Z Compiling console v0.15.11
24712026-05-14T15:05:47.924Z Compiling newline-converter v0.3.0
24722026-05-14T15:05:47.966Z Compiling atomicwrites v0.4.4
24732026-05-14T15:05:47.992Z Compiling slog-dtrace v0.3.0
24742026-05-14T15:05:48.161Z Compiling owo-colors v4.3.0
24752026-05-14T15:05:48.229Z Compiling tokio-rustls v0.25.0
24762026-05-14T15:05:48.306Z Compiling expectorate v1.2.0
24772026-05-14T15:05:48.330Z Compiling cancel-safe-futures v0.1.5
24782026-05-14T15:05:48.388Z Compiling libsw-core v0.3.2
24792026-05-14T15:05:48.413Z Compiling resolv-conf v0.7.6
24802026-05-14T15:05:48.532Z Compiling toml v0.8.23
24812026-05-14T15:05:48.556Z Compiling libsw v3.5.0
24822026-05-14T15:05:48.606Z Compiling linear-map v1.2.0
24832026-05-14T15:05:48.822Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24842026-05-14T15:05:48.906Z Compiling minimal-lexical v0.2.1
24852026-05-14T15:05:48.936Z Compiling linked-hash-map v0.5.6
24862026-05-14T15:05:49.102Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24872026-05-14T15:05:49.135Z Compiling nom v7.1.3
24882026-05-14T15:05:49.158Z Compiling lru-cache v0.1.2
24892026-05-14T15:05:49.162Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24902026-05-14T15:05:49.208Z Compiling unicode-xid v0.2.6
24912026-05-14T15:05:49.211Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24922026-05-14T15:05:49.312Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24932026-05-14T15:05:49.338Z Compiling hickory-proto v0.24.4
24942026-05-14T15:05:49.371Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24952026-05-14T15:05:49.393Z Compiling convert_case v0.10.0
24962026-05-14T15:05:49.567Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24972026-05-14T15:05:49.695Z Compiling derive_more-impl v2.1.1
24982026-05-14T15:05:50.177Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24992026-05-14T15:05:50.492Z Compiling derive_more v2.1.1
25002026-05-14T15:05:50.514Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25012026-05-14T15:05:50.604Z Compiling papergrid v0.11.0
25022026-05-14T15:05:50.645Z Compiling tabled_derive v0.7.0
25032026-05-14T15:05:50.684Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25042026-05-14T15:05:50.806Z Compiling typify-macro v0.6.2
25052026-05-14T15:05:50.938Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25062026-05-14T15:05:51.190Z Compiling termtree v0.5.1
25072026-05-14T15:05:51.424Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25082026-05-14T15:05:51.570Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25092026-05-14T15:05:51.821Z Compiling hickory-resolver v0.24.4
25102026-05-14T15:05:52.001Z Compiling tabled v0.15.0
25112026-05-14T15:05:52.092Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25122026-05-14T15:05:52.384Z Compiling typify v0.6.2
25132026-05-14T15:05:52.535Z Compiling progenitor-impl v0.14.0
25142026-05-14T15:05:53.243Z Compiling progenitor-impl v0.13.0
25152026-05-14T15:05:54.764Z Compiling progenitor-macro v0.14.0
25162026-05-14T15:05:55.224Z Compiling qorb v0.4.1
25172026-05-14T15:05:55.456Z Compiling progenitor-macro v0.13.0
25182026-05-14T15:05:56.438Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25192026-05-14T15:05:56.979Z Compiling crossterm v0.29.0
25202026-05-14T15:05:57.515Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25212026-05-14T15:05:57.552Z Compiling phf_shared v0.12.1
25222026-05-14T15:05:57.889Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25232026-05-14T15:05:58.115Z Compiling csv-core v0.1.13
25242026-05-14T15:05:58.444Z Compiling vte v0.14.1
25252026-05-14T15:05:58.579Z Compiling highway v1.3.0
25262026-05-14T15:05:58.601Z Compiling chrono-tz v0.10.4
25272026-05-14T15:05:58.704Z Compiling strip-ansi-escapes v0.2.1
25282026-05-14T15:05:58.831Z Compiling progenitor v0.14.0
25292026-05-14T15:05:58.882Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25302026-05-14T15:05:59.013Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25312026-05-14T15:05:59.273Z Compiling csv v1.4.0
25322026-05-14T15:05:59.296Z Compiling phf v0.12.1
25332026-05-14T15:05:59.396Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25342026-05-14T15:05:59.500Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25352026-05-14T15:05:59.594Z Compiling progenitor v0.13.0
25362026-05-14T15:05:59.783Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25372026-05-14T15:05:59.844Z Compiling const_format_proc_macros v0.2.34
25382026-05-14T15:05:59.944Z Compiling fd-lock v4.0.4
25392026-05-14T15:06:00.078Z Compiling peg-macros v0.8.5
25402026-05-14T15:06:00.262Z Compiling nu-ansi-term v0.50.3
25412026-05-14T15:06:00.338Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25422026-05-14T15:06:00.633Z Compiling const_format v0.2.35
25432026-05-14T15:06:00.815Z Compiling reedline v0.40.0
25442026-05-14T15:06:01.428Z Compiling peg v0.8.5
25452026-05-14T15:06:01.537Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25462026-05-14T15:06:02.234Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25472026-05-14T15:06:02.259Z Compiling bcs v0.1.6
25482026-05-14T15:06:02.543Z Compiling semver v0.1.20
25492026-05-14T15:06:02.695Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25502026-05-14T15:06:02.915Z Compiling rustc_version v0.1.7
25512026-05-14T15:06:03.003Z Compiling humantime v2.3.0
25522026-05-14T15:06:03.166Z Compiling newtype_derive v0.1.6
25532026-05-14T15:06:03.400Z Compiling unicode-linebreak v0.1.5
25542026-05-14T15:06:03.423Z Compiling smawk v0.3.2
25552026-05-14T15:06:03.564Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25562026-05-14T15:06:03.727Z Compiling textwrap v0.16.2
25572026-05-14T15:06:03.753Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25582026-05-14T15:06:03.783Z Compiling dropshot-api-manager-types v0.7.1
25592026-05-14T15:06:04.112Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25602026-05-14T15:06:04.406Z Compiling base64 v0.21.7
25612026-05-14T15:06:04.768Z Compiling steno v0.4.1
25622026-05-14T15:06:04.951Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25632026-05-14T15:06:04.974Z Compiling tagptr v0.2.0
25642026-05-14T15:06:05.161Z Compiling utf-8 v0.7.6
25652026-05-14T15:06:05.364Z Compiling moka v0.12.13
25662026-05-14T15:06:05.410Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25672026-05-14T15:06:05.452Z Compiling tungstenite v0.21.0
25682026-05-14T15:06:05.455Z Compiling radium v0.7.0
25692026-05-14T15:06:05.841Z Compiling tap v1.0.1
25702026-05-14T15:06:05.946Z Compiling maybe-uninit v2.0.0
25712026-05-14T15:06:06.011Z Compiling wyz v0.5.1
25722026-05-14T15:06:06.181Z Compiling tokio-tungstenite v0.21.0
25732026-05-14T15:06:06.312Z Compiling zerocopy-derive v0.6.6
25742026-05-14T15:06:06.536Z Compiling hickory-resolver v0.25.2
25752026-05-14T15:06:06.575Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25762026-05-14T15:06:06.613Z Compiling packed_struct v0.10.1
25772026-05-14T15:06:06.898Z Compiling funty v2.0.0
25782026-05-14T15:06:07.096Z Compiling display-error-chain v0.2.2
25792026-05-14T15:06:07.280Z Compiling crc-catalog v2.4.0
25802026-05-14T15:06:07.413Z Compiling crc v3.4.0
25812026-05-14T15:06:07.587Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25822026-05-14T15:06:07.643Z Compiling bitvec v1.0.1
25832026-05-14T15:06:07.758Z Compiling zerocopy v0.6.6
25842026-05-14T15:06:07.926Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25852026-05-14T15:06:08.054Z Compiling packed_struct_codegen v0.10.1
25862026-05-14T15:06:08.143Z Compiling bitfield-macros v0.19.4
25872026-05-14T15:06:08.740Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25882026-05-14T15:06:08.867Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25892026-05-14T15:06:09.056Z Compiling proc-macro-error-attr2 v2.0.0
25902026-05-14T15:06:09.487Z Compiling indexmap v1.9.3
25912026-05-14T15:06:09.538Z Compiling nodrop v0.1.14
25922026-05-14T15:06:09.671Z Compiling array-init v0.0.4
25932026-05-14T15:06:09.762Z Compiling proc-macro-error2 v2.0.1
25942026-05-14T15:06:10.092Z Compiling bitfield v0.19.4
25952026-05-14T15:06:10.095Z Compiling smallvec v0.6.14
25962026-05-14T15:06:10.393Z Compiling typify-impl v0.4.3
25972026-05-14T15:06:10.424Z Compiling libscf-sys v1.2.0
25982026-05-14T15:06:10.585Z Compiling hashbrown v0.12.3
25992026-05-14T15:06:10.607Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26002026-05-14T15:06:10.809Z Compiling serde-hex v0.1.0
26012026-05-14T15:06:11.193Z Compiling tabled_derive v0.11.0
26022026-05-14T15:06:11.304Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26032026-05-14T15:06:11.552Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26042026-05-14T15:06:11.576Z Compiling ron v0.8.1
26052026-05-14T15:06:11.676Z Compiling papergrid v0.17.0
26062026-05-14T15:06:12.241Z Compiling testing_table v0.3.0
26072026-05-14T15:06:12.665Z Compiling hashbrown v0.13.2
26082026-05-14T15:06:12.689Z Compiling vergen-gitcl v1.0.8
26092026-05-14T15:06:12.946Z Compiling dirs-sys-next v0.1.2
26102026-05-14T15:06:12.970Z Compiling maplit v1.0.2
26112026-05-14T15:06:13.020Z Compiling crc-any v2.5.0
26122026-05-14T15:06:13.095Z Compiling diesel_derives v2.3.7
26132026-05-14T15:06:13.231Z Compiling crunchy v0.2.4
26142026-05-14T15:06:13.328Z Compiling glob v0.3.3
26152026-05-14T15:06:13.374Z Compiling object v0.30.4
26162026-05-14T15:06:13.405Z Compiling dirs-next v2.0.0
26172026-05-14T15:06:13.495Z Compiling tabled v0.20.0
26182026-05-14T15:06:13.559Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26192026-05-14T15:06:13.580Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26202026-05-14T15:06:13.700Z Compiling clang-sys v1.8.1
26212026-05-14T15:06:13.822Z Compiling typify-macro v0.4.3
26222026-05-14T15:06:13.944Z Compiling dsl_auto_type v0.2.0
26232026-05-14T15:06:14.054Z Compiling scheduled-thread-pool v0.2.7
26242026-05-14T15:06:14.090Z Compiling diesel_table_macro_syntax v0.3.0
26252026-05-14T15:06:14.244Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26262026-05-14T15:06:14.321Z Compiling xshell-macros v0.2.7
26272026-05-14T15:06:14.486Z Compiling path-slash v0.1.5
26282026-05-14T15:06:14.516Z Compiling tiny-keccak v2.0.2
26292026-05-14T15:06:14.676Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26302026-05-14T15:06:14.719Z Compiling xshell v0.2.7
26312026-05-14T15:06:14.848Z Compiling r2d2 v0.8.10
26322026-05-14T15:06:15.013Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26332026-05-14T15:06:15.130Z Compiling term v0.7.0
26342026-05-14T15:06:15.374Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26352026-05-14T15:06:15.538Z Compiling bit-vec v0.6.3
26362026-05-14T15:06:15.656Z Compiling downcast-rs v2.0.2
26372026-05-14T15:06:15.684Z Compiling ascii-canvas v3.0.0
26382026-05-14T15:06:15.791Z Compiling bit-set v0.5.3
26392026-05-14T15:06:15.945Z Compiling itertools v0.10.5
26402026-05-14T15:06:15.985Z Compiling ena v0.14.4
26412026-05-14T15:06:16.045Z Compiling libloading v0.8.9
26422026-05-14T15:06:16.065Z Compiling diff v0.1.13
26432026-05-14T15:06:16.238Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26442026-05-14T15:06:16.278Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26452026-05-14T15:06:16.336Z Compiling crc8 v0.1.1
26462026-05-14T15:06:16.478Z Compiling regex-syntax v0.6.29
26472026-05-14T15:06:17.014Z Compiling unicase v2.9.0
26482026-05-14T15:06:17.329Z Compiling bindgen v0.71.1
26492026-05-14T15:06:17.553Z Compiling typify v0.4.3
26502026-05-14T15:06:17.678Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26512026-05-14T15:06:17.726Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26522026-05-14T15:06:18.193Z Compiling lalrpop v0.19.12
26532026-05-14T15:06:18.370Z Compiling cexpr v0.6.0
26542026-05-14T15:06:18.440Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26552026-05-14T15:06:18.462Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26562026-05-14T15:06:18.645Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26572026-05-14T15:06:18.705Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26582026-05-14T15:06:19.078Z Compiling headers-core v0.3.0
26592026-05-14T15:06:19.195Z Compiling libxml v0.3.3
26602026-05-14T15:06:19.265Z Compiling headers v0.4.1
26612026-05-14T15:06:19.366Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26622026-05-14T15:06:19.411Z Compiling diesel v2.3.7
26632026-05-14T15:06:19.501Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26642026-05-14T15:06:19.734Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26652026-05-14T15:06:20.231Z Compiling strum_macros v0.24.3
26662026-05-14T15:06:20.447Z Compiling indoc v1.0.9
26672026-05-14T15:06:20.589Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26682026-05-14T15:06:20.952Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26692026-05-14T15:06:21.333Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26702026-05-14T15:06:21.372Z Compiling derive_builder v0.20.2
26712026-05-14T15:06:21.534Z Compiling oso-derive v0.27.3
26722026-05-14T15:06:21.555Z Compiling quick-xml v0.37.5
26732026-05-14T15:06:22.033Z Compiling impl-trait-for-tuples v0.2.3
26742026-05-14T15:06:22.160Z Compiling openssl-probe v0.1.6
26752026-05-14T15:06:22.342Z Compiling half v1.8.3
26762026-05-14T15:06:22.504Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26772026-05-14T15:06:22.787Z Compiling serde_cbor v0.11.2
26782026-05-14T15:06:22.809Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26792026-05-14T15:06:23.224Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26802026-05-14T15:06:23.303Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26812026-05-14T15:06:23.327Z Compiling bb8 v0.8.6
26822026-05-14T15:06:23.570Z Compiling trait-variant v0.1.2
26832026-05-14T15:06:23.733Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26842026-05-14T15:06:23.755Z Compiling samael v0.0.19
26852026-05-14T15:06:23.853Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26862026-05-14T15:06:24.009Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26872026-05-14T15:06:24.139Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
26882026-05-14T15:06:24.199Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26892026-05-14T15:06:24.202Z Compiling fxhash v0.2.1
26902026-05-14T15:06:24.274Z Compiling salty v0.3.0
26912026-05-14T15:06:24.479Z Compiling progenitor-impl v0.10.0
26922026-05-14T15:06:24.610Z Compiling progenitor-impl v0.11.2
26932026-05-14T15:06:24.735Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26942026-05-14T15:06:24.831Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26952026-05-14T15:06:25.028Z Compiling kstat-rs v0.2.4
26962026-05-14T15:06:25.427Z Compiling libz-sys v1.1.24
26972026-05-14T15:06:25.450Z Compiling nonempty v0.12.0
26982026-05-14T15:06:25.512Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26992026-05-14T15:06:25.681Z Compiling polar-core v0.27.3
27002026-05-14T15:06:25.683Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27012026-05-14T15:06:26.611Z Compiling progenitor-macro v0.10.0
27022026-05-14T15:06:26.832Z Compiling progenitor-macro v0.11.2
27032026-05-14T15:06:28.008Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27042026-05-14T15:06:29.223Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27052026-05-14T15:06:29.670Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27062026-05-14T15:06:29.806Z Compiling progenitor-client v0.11.2
27072026-05-14T15:06:30.230Z Compiling darling_core v0.23.0
27082026-05-14T15:06:30.368Z Compiling nanorand v0.7.0
27092026-05-14T15:06:30.691Z Compiling arc-swap v1.8.2
27102026-05-14T15:06:30.749Z Compiling fs-err v2.11.0
27112026-05-14T15:06:31.004Z Compiling parking_lot_core v0.8.6
27122026-05-14T15:06:31.230Z Compiling progenitor v0.11.2
27132026-05-14T15:06:31.257Z Compiling mime_guess v2.0.5
27142026-05-14T15:06:31.327Z Compiling slog-scope v4.4.1
27152026-05-14T15:06:31.428Z Compiling progenitor v0.10.0
27162026-05-14T15:06:31.621Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27172026-05-14T15:06:31.791Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27182026-05-14T15:06:31.811Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27192026-05-14T15:06:32.454Z Compiling darling_macro v0.23.0
27202026-05-14T15:06:32.986Z Compiling flume v0.11.1
27212026-05-14T15:06:33.412Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27222026-05-14T15:06:34.348Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27232026-05-14T15:06:35.323Z Compiling oso v0.27.3
27242026-05-14T15:06:35.811Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27252026-05-14T15:06:36.048Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27262026-05-14T15:06:39.266Z Compiling async-bb8-diesel v0.2.1
27272026-05-14T15:06:39.730Z Compiling diesel-dtrace v0.5.0
27282026-05-14T15:06:40.065Z Compiling primeorder v0.13.6
27292026-05-14T15:06:40.401Z Compiling git-stub v1.0.0
27302026-05-14T15:06:40.438Z Compiling libgit2-sys v0.18.3+1.9.2
27312026-05-14T15:06:40.581Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27322026-05-14T15:06:40.678Z Compiling instability v0.3.11
27332026-05-14T15:06:40.881Z Compiling git-stub-vcs v0.1.0
27342026-05-14T15:06:40.947Z Compiling p384 v0.13.1
27352026-05-14T15:06:41.394Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27362026-05-14T15:06:41.559Z Compiling darling v0.23.0
27372026-05-14T15:06:41.730Z Compiling slog-stdlog v4.1.1
27382026-05-14T15:06:42.360Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27392026-05-14T15:06:42.491Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27402026-05-14T15:06:42.551Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27412026-05-14T15:06:42.593Z Compiling ignore v0.4.25
27422026-05-14T15:06:42.706Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27432026-05-14T15:06:43.122Z Compiling castaway v0.2.4
27442026-05-14T15:06:43.289Z Compiling atty v0.2.14
27452026-05-14T15:06:43.446Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27462026-05-14T15:06:43.696Z Compiling indoc v2.0.7
27472026-05-14T15:06:43.743Z Compiling http-range v0.1.5
27482026-05-14T15:06:44.075Z Compiling parse-size v1.1.0
27492026-05-14T15:06:44.198Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27502026-05-14T15:06:44.306Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27512026-05-14T15:06:44.858Z Compiling globwalk v0.9.1
27522026-05-14T15:06:44.996Z Compiling compact_str v0.8.1
27532026-05-14T15:06:46.067Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27542026-05-14T15:06:46.140Z Compiling parking_lot v0.11.2
27552026-05-14T15:06:46.253Z Compiling slog-envlogger v2.2.0
27562026-05-14T15:06:47.120Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27572026-05-14T15:06:47.608Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27582026-05-14T15:06:47.631Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27592026-05-14T15:06:47.751Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27602026-05-14T15:06:47.868Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27612026-05-14T15:06:48.476Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27622026-05-14T15:06:48.499Z Compiling predicates-tree v1.0.13
27632026-05-14T15:06:48.572Z Compiling unicode-truncate v1.1.0
27642026-05-14T15:06:48.721Z Compiling lru v0.12.5
27652026-05-14T15:06:48.743Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27662026-05-14T15:06:48.787Z Compiling rand_seeder v0.4.0
27672026-05-14T15:06:48.954Z Compiling prefix-trie v0.7.0
27682026-05-14T15:06:48.975Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27692026-05-14T15:06:49.047Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27702026-05-14T15:06:49.235Z Compiling vergen-git2 v1.0.7
27712026-05-14T15:06:49.289Z Compiling cassowary v0.3.0
27722026-05-14T15:06:49.464Z Compiling corncobs v0.1.4
27732026-05-14T15:06:49.509Z Compiling hickory-server v0.25.2
27742026-05-14T15:06:49.542Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27752026-05-14T15:06:49.627Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27762026-05-14T15:06:49.716Z Compiling ratatui v0.29.0
27772026-05-14T15:06:49.883Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27782026-05-14T15:06:49.935Z Compiling camino-tempfile-ext v0.3.3
27792026-05-14T15:06:50.100Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27802026-05-14T15:06:50.348Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27812026-05-14T15:06:50.608Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27822026-05-14T15:06:50.710Z Compiling hyper-staticfile v0.10.1
27832026-05-14T15:06:50.881Z Compiling sled v0.34.7
27842026-05-14T15:06:51.736Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27852026-05-14T15:06:51.970Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27862026-05-14T15:06:52.412Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27872026-05-14T15:06:53.526Z Compiling secrecy v0.8.0
27882026-05-14T15:06:53.744Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27892026-05-14T15:06:53.982Z Compiling rustls v0.21.12
27902026-05-14T15:06:54.586Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27912026-05-14T15:06:54.636Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27922026-05-14T15:06:55.452Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27932026-05-14T15:06:55.601Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27942026-05-14T15:06:56.653Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27952026-05-14T15:06:56.707Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27962026-05-14T15:06:58.039Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27972026-05-14T15:06:58.221Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27982026-05-14T15:06:58.625Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27992026-05-14T15:06:59.672Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28002026-05-14T15:06:59.716Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28012026-05-14T15:06:59.806Z Compiling rustls-webpki v0.101.7
28022026-05-14T15:06:59.912Z Compiling sct v0.7.1
28032026-05-14T15:06:59.951Z Compiling nix v0.29.0
28042026-05-14T15:07:00.194Z Compiling dropshot v0.16.7
28052026-05-14T15:07:00.349Z Compiling void v1.0.2
28062026-05-14T15:07:00.506Z Compiling lzss v0.8.2
28072026-05-14T15:07:00.642Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28082026-05-14T15:07:00.695Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28092026-05-14T15:07:00.788Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28102026-05-14T15:07:01.340Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28112026-05-14T15:07:01.801Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28122026-05-14T15:07:01.823Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28132026-05-14T15:07:02.078Z Compiling tungstenite v0.23.0
28142026-05-14T15:07:02.535Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28152026-05-14T15:07:02.865Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28162026-05-14T15:07:03.099Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28172026-05-14T15:07:03.334Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28182026-05-14T15:07:03.579Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28192026-05-14T15:07:03.806Z Compiling toml v0.9.12+spec-1.1.0
28202026-05-14T15:07:03.984Z Compiling nix v0.27.1
28212026-05-14T15:07:04.452Z Compiling dropshot_endpoint v0.16.7
28222026-05-14T15:07:04.672Z Compiling serde_bytes v0.11.19
28232026-05-14T15:07:04.823Z Compiling tokio-tungstenite v0.23.1
28242026-05-14T15:07:04.981Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28252026-05-14T15:07:05.204Z Compiling tokio-rustls v0.24.1
28262026-05-14T15:07:05.224Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28272026-05-14T15:07:05.941Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28282026-05-14T15:07:06.134Z Compiling git2 v0.20.4
28292026-05-14T15:07:08.021Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28302026-05-14T15:07:09.756Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28312026-05-14T15:07:10.378Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28322026-05-14T15:07:10.770Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28332026-05-14T15:07:11.021Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28342026-05-14T15:07:11.210Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28352026-05-14T15:07:13.061Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28362026-05-14T15:07:13.503Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28372026-05-14T15:07:13.809Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28382026-05-14T15:07:14.052Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28392026-05-14T15:07:14.163Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28402026-05-14T15:07:15.103Z Compiling rustls-pemfile v1.0.4
28412026-05-14T15:07:15.236Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28422026-05-14T15:07:15.517Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28432026-05-14T15:07:16.097Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28442026-05-14T15:07:16.499Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28452026-05-14T15:07:18.342Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28462026-05-14T15:07:18.368Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28472026-05-14T15:07:18.393Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28482026-05-14T15:07:18.622Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28492026-05-14T15:07:18.861Z Compiling signal-hook-tokio v0.3.1
28502026-05-14T15:07:19.018Z Compiling twox-hash v2.1.2
28512026-05-14T15:07:19.052Z Compiling yasna v0.5.2
28522026-05-14T15:07:19.458Z Compiling is_ci v1.2.0
28532026-05-14T15:07:19.679Z Compiling supports-color v3.0.2
28542026-05-14T15:07:19.759Z Compiling rcgen v0.12.1
28552026-05-14T15:07:19.973Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28562026-05-14T15:07:20.340Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28572026-05-14T15:07:20.637Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28582026-05-14T15:07:20.667Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28592026-05-14T15:07:20.744Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28602026-05-14T15:07:21.277Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28612026-05-14T15:07:22.063Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28622026-05-14T15:07:22.690Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28632026-05-14T15:07:23.905Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28642026-05-14T15:07:24.217Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28652026-05-14T15:07:24.255Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28662026-05-14T15:07:24.496Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28672026-05-14T15:07:24.735Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28682026-05-14T15:07:24.962Z Compiling fatfs v0.3.6
28692026-05-14T15:07:25.186Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28702026-05-14T15:07:25.727Z Compiling subprocess v0.2.15
28712026-05-14T15:07:26.228Z Compiling rtoolbox v0.0.3
28722026-05-14T15:07:26.508Z Compiling seq-macro v0.3.6
28732026-05-14T15:07:26.531Z Compiling assert_matches v1.5.0
28742026-05-14T15:07:26.641Z Compiling rpassword v7.4.0
28752026-05-14T15:07:26.941Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28762026-05-14T15:07:27.056Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28772026-05-14T15:07:28.002Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28782026-05-14T15:07:28.026Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28792026-05-14T15:07:28.874Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28802026-05-14T15:07:29.020Z Compiling tui-tree-widget v0.23.1
28812026-05-14T15:07:29.314Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28822026-05-14T15:07:29.389Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28832026-05-14T15:07:29.913Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28842026-05-14T15:07:30.441Z Compiling uzers v0.12.2
28852026-05-14T15:07:31.613Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28862026-05-14T15:07:31.949Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28872026-05-14T15:07:32.579Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28882026-05-14T15:07:33.774Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28892026-05-14T15:07:35.139Z Compiling support-bundle-viewer v0.1.2
28902026-05-14T15:07:36.981Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28912026-05-14T15:07:37.049Z Compiling multimap v0.10.1
28922026-05-14T15:07:45.358Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28932026-05-14T15:07:46.653Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28942026-05-14T15:07:48.254Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28952026-05-14T15:07:57.270Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28962026-05-14T15:13:22.674Z Finished `release` profile [optimized] target(s) in 7m 38s
28972026-05-14T15:14:06.386Z
28982026-05-14T15:14:06.387Zreal 8:23.297374866
28992026-05-14T15:14:06.387Zuser 1:17:58.474904621
29002026-05-14T15:14:06.390Zsys 3:32.140889253
29012026-05-14T15:14:06.390Ztrap 1.744213379
29022026-05-14T15:14:06.390Ztflt 2.652696122
29032026-05-14T15:14:06.390Zdflt 17.564707237
29042026-05-14T15:14:06.390Zkflt 0.006721752
29052026-05-14T15:14:06.390Zlock 6:25:02.399701000
29062026-05-14T15:14:06.390Zslp 2:12:05.507916362
29072026-05-14T15:14:06.390Zlat 2:28.213485683
29082026-05-14T15:14:06.390Zstop 5:13.571284839
29092026-05-14T15:14:06.390Z+ mapfile -t packages
29102026-05-14T15:14:06.390Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29112026-05-14T15:14:07.341Z Finished `release` profile [optimized] target(s) in 0.94s
29122026-05-14T15:14:07.414Z Running `target/release/omicron-package -t test list-outputs`
29132026-05-14T15:14:07.473ZLogging to: /work/oxidecomputer/omicron/out/LOG
29142026-05-14T15:14:07.476Z+ ptime -m cargo build --locked --release -p xtask
29152026-05-14T15:14:08.018Z Compiling libc v0.2.185
29162026-05-14T15:14:08.018Z Compiling serde v1.0.228
29172026-05-14T15:14:08.021Z Compiling serde_core v1.0.228
29182026-05-14T15:14:08.021Z Compiling rustix v1.1.3
29192026-05-14T15:14:08.112Z Compiling serde_json v1.0.149
29202026-05-14T15:14:08.121Z Compiling bitflags v2.11.0
29212026-05-14T15:14:08.151Z Compiling num-traits v0.2.19
29222026-05-14T15:14:08.157Z Compiling syn v2.0.117
29232026-05-14T15:14:08.165Z Compiling smallvec v1.15.1
29242026-05-14T15:14:08.173Z Compiling indexmap v2.14.0
29252026-05-14T15:14:08.193Z Compiling usdt-impl v0.5.0
29262026-05-14T15:14:08.205Z Compiling syn v1.0.109
29272026-05-14T15:14:08.217Z Compiling percent-encoding v2.3.2
29282026-05-14T15:14:08.220Z Compiling getrandom v0.4.1
29292026-05-14T15:14:08.370Z Compiling log v0.4.29
29302026-05-14T15:14:08.534Z Compiling form_urlencoded v1.2.2
29312026-05-14T15:14:08.651Z Compiling fs-err v3.3.0
29322026-05-14T15:14:08.662Z Compiling anyhow v1.0.102
29332026-05-14T15:14:08.665Z Compiling heck v0.4.1
29342026-05-14T15:14:08.686Z Compiling once_cell v1.21.3
29352026-05-14T15:14:08.863Z Compiling errno v0.3.14
29362026-05-14T15:14:08.864Z Compiling thread-id v4.2.2
29372026-05-14T15:14:08.954Z Compiling memmap v0.7.0
29382026-05-14T15:14:09.198Z Compiling ordered-float v2.10.1
29392026-05-14T15:14:09.707Z Compiling proc-macro-error v1.0.4
29402026-05-14T15:14:09.851Z Compiling terminal_size v0.4.3
29412026-05-14T15:14:09.851Z Compiling tempfile v3.25.0
29422026-05-14T15:14:09.955Z Compiling clap_builder v4.5.60
29432026-05-14T15:14:09.955Z Compiling textwrap v0.16.2
29442026-05-14T15:14:09.977Z Compiling tabled_derive v0.7.0
29452026-05-14T15:14:10.084Z Compiling camino-tempfile v1.4.1
29462026-05-14T15:14:10.625Z Compiling tabled v0.15.0
29472026-05-14T15:14:10.677Z Compiling synstructure v0.13.2
29482026-05-14T15:14:10.677Z Compiling pest_generator v2.8.6
29492026-05-14T15:14:11.061Z Compiling serde_derive v1.0.228
29502026-05-14T15:14:11.065Z Compiling zerovec-derive v0.11.2
29512026-05-14T15:14:11.065Z Compiling displaydoc v0.2.5
29522026-05-14T15:14:11.065Z Compiling thiserror-impl v1.0.69
29532026-05-14T15:14:11.065Z Compiling zerocopy-derive v0.7.35
29542026-05-14T15:14:11.065Z Compiling scroll_derive v0.12.1
29552026-05-14T15:14:11.065Z Compiling thiserror-impl v2.0.18
29562026-05-14T15:14:11.065Z Compiling clap_derive v4.5.55
29572026-05-14T15:14:11.068Z Compiling zerofrom-derive v0.1.6
29582026-05-14T15:14:11.068Z Compiling yoke-derive v0.8.1
29592026-05-14T15:14:11.206Z Compiling pest_derive v2.8.6
29602026-05-14T15:14:11.787Z Compiling scroll v0.12.0
29612026-05-14T15:14:11.981Z Compiling zerocopy v0.7.35
29622026-05-14T15:14:12.068Z Compiling goblin v0.8.2
29632026-05-14T15:14:12.209Z Compiling zerofrom v0.1.6
29642026-05-14T15:14:12.250Z Compiling thiserror v1.0.69
29652026-05-14T15:14:12.335Z Compiling yoke v0.8.1
29662026-05-14T15:14:12.359Z Compiling dtrace-parser v0.2.0
29672026-05-14T15:14:12.534Z Compiling zerovec v0.11.5
29682026-05-14T15:14:12.561Z Compiling zerotrie v0.2.3
29692026-05-14T15:14:12.579Z Compiling thiserror v2.0.18
29702026-05-14T15:14:12.763Z Compiling clap v4.5.60
29712026-05-14T15:14:13.185Z Compiling tinystr v0.8.2
29722026-05-14T15:14:13.409Z Compiling icu_locale_core v2.1.1
29732026-05-14T15:14:14.091Z Compiling potential_utf v0.1.4
29742026-05-14T15:14:14.296Z Compiling icu_collections v2.1.1
29752026-05-14T15:14:14.489Z Compiling icu_provider v2.1.1
29762026-05-14T15:14:14.576Z Compiling toml_datetime v0.6.11
29772026-05-14T15:14:14.647Z Compiling serde_spanned v0.6.9
29782026-05-14T15:14:14.659Z Compiling dof v0.3.0
29792026-05-14T15:14:14.659Z Compiling serde-value v0.7.0
29802026-05-14T15:14:14.830Z Compiling icu_properties v2.1.2
29812026-05-14T15:14:14.860Z Compiling icu_normalizer v2.1.1
29822026-05-14T15:14:14.982Z Compiling toml_edit v0.22.27
29832026-05-14T15:14:14.997Z Compiling cargo-platform v0.2.0
29842026-05-14T15:14:15.150Z Compiling serde_tokenstream v0.2.3
29852026-05-14T15:14:15.247Z Compiling macaddr v1.0.1
29862026-05-14T15:14:15.866Z Compiling idna_adapter v1.2.1
29872026-05-14T15:14:15.946Z Compiling usdt-attr-macro v0.5.0
29882026-05-14T15:14:16.014Z Compiling idna v1.1.0
29892026-05-14T15:14:16.026Z Compiling usdt-macro v0.5.0
29902026-05-14T15:14:16.340Z Compiling url v2.5.8
29912026-05-14T15:14:16.558Z Compiling toml v0.8.23
29922026-05-14T15:14:16.631Z Compiling usdt v0.5.0
29932026-05-14T15:14:16.994Z Compiling cargo-util-schemas v0.8.2
29942026-05-14T15:14:16.994Z Compiling cargo_toml v0.21.0
29952026-05-14T15:14:18.009Z Compiling cargo_metadata v0.21.0
29962026-05-14T15:14:21.083Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29972026-05-14T15:14:24.086Z Finished `release` profile [optimized] target(s) in 16.60s
29982026-05-14T15:14:24.208Z
29992026-05-14T15:14:24.208Zreal 16.700074521
30002026-05-14T15:14:24.208Zuser 2:21.972133309
30012026-05-14T15:14:24.209Zsys 17.057455571
30022026-05-14T15:14:24.209Ztrap 0.099784705
30032026-05-14T15:14:24.209Ztflt 0.546526504
30042026-05-14T15:14:24.209Zdflt 1.521467462
30052026-05-14T15:14:24.213Zkflt 0.000036120
30062026-05-14T15:14:24.213Zlock 5:16.466903224
30072026-05-14T15:14:24.213Zslp 3:26.071809644
30082026-05-14T15:14:24.213Zlat 6.361995318
30092026-05-14T15:14:24.213Zstop 19.033093146
30102026-05-14T15:14:24.213Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30112026-05-14T15:14:24.213Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30122026-05-14T15:14:24.213Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30132026-05-14T15:14:24.213Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30142026-05-14T15:14:24.213Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30152026-05-14T15:14:25.146Z Compiling newtype-uuid-macros v0.1.0
30162026-05-14T15:14:25.150Z Compiling regress v0.10.5
30172026-05-14T15:14:25.150Z Compiling structmeta-derive v0.3.0
30182026-05-14T15:14:25.150Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30192026-05-14T15:14:25.150Z Compiling rustls v0.22.4
30202026-05-14T15:14:25.150Z Compiling rustls-webpki v0.102.8
30212026-05-14T15:14:25.150Z Compiling multer v3.1.0
30222026-05-14T15:14:25.150Z Compiling match_cfg v0.1.0
30232026-05-14T15:14:25.292Z Compiling compression-core v0.4.31
30242026-05-14T15:14:25.295Z Compiling debug-ignore v1.0.5
30252026-05-14T15:14:25.295Z Compiling slog-json v2.6.1
30262026-05-14T15:14:25.295Z Compiling async-stream-impl v0.3.6
30272026-05-14T15:14:25.334Z Compiling toml_datetime v1.0.0+spec-1.1.0
30282026-05-14T15:14:25.337Z Compiling serde_spanned v1.0.4
30292026-05-14T15:14:25.337Z Compiling dropshot v0.17.0
30302026-05-14T15:14:25.338Z Compiling toml_writer v1.0.6+spec-1.1.0
30312026-05-14T15:14:25.368Z Compiling hostname v0.3.1
30322026-05-14T15:14:25.477Z Compiling itertools v0.14.0
30332026-05-14T15:14:25.573Z Compiling slog-bunyan v2.5.0
30342026-05-14T15:14:25.577Z Compiling waitgroup v0.1.2
30352026-05-14T15:14:25.624Z Compiling compression-codecs v0.4.37
30362026-05-14T15:14:25.660Z Compiling toml v1.0.6+spec-1.1.0
30372026-05-14T15:14:25.680Z Compiling rustls-pemfile v2.2.0
30382026-05-14T15:14:25.740Z Compiling dropshot_endpoint v0.17.0
30392026-05-14T15:14:25.760Z Compiling hostname v0.4.2
30402026-05-14T15:14:25.791Z Compiling serde_path_to_error v0.1.20
30412026-05-14T15:14:25.795Z Compiling progenitor-client v0.14.0
30422026-05-14T15:14:25.811Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30432026-05-14T15:14:25.931Z Compiling async-compression v0.4.41
30442026-05-14T15:14:25.951Z Compiling macaddr v1.0.1
30452026-05-14T15:14:25.973Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30462026-05-14T15:14:26.004Z Compiling async-stream v0.3.6
30472026-05-14T15:14:26.055Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30482026-05-14T15:14:26.072Z Compiling instant v0.1.13
30492026-05-14T15:14:26.150Z Compiling progenitor-client v0.10.0
30502026-05-14T15:14:26.168Z Compiling backon v1.6.0
30512026-05-14T15:14:26.201Z Compiling backoff v0.4.0
30522026-05-14T15:14:26.219Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30532026-05-14T15:14:26.237Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30542026-05-14T15:14:26.277Z Compiling universal-hash v0.5.1
30552026-05-14T15:14:26.293Z Compiling opaque-debug v0.3.1
30562026-05-14T15:14:26.379Z Compiling progenitor-extras v0.2.0
30572026-05-14T15:14:26.396Z Compiling half v2.7.1
30582026-05-14T15:14:26.416Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30592026-05-14T15:14:26.420Z Compiling crucible-workspace-hack v0.1.0
30602026-05-14T15:14:26.452Z Compiling ciborium-io v0.2.2
30612026-05-14T15:14:26.452Z Compiling unsafe-libyaml v0.2.11
30622026-05-14T15:14:26.486Z Compiling convert_case v0.4.0
30632026-05-14T15:14:26.573Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30642026-05-14T15:14:26.588Z Compiling regress v0.11.1
30652026-05-14T15:14:26.665Z Compiling ciborium-ll v0.2.2
30662026-05-14T15:14:26.686Z Compiling aead v0.5.2
30672026-05-14T15:14:26.719Z Compiling structmeta v0.3.0
30682026-05-14T15:14:26.723Z Compiling secrecy v0.10.3
30692026-05-14T15:14:26.755Z Compiling poly1305 v0.8.0
30702026-05-14T15:14:26.790Z Compiling chacha20 v0.9.1
30712026-05-14T15:14:26.870Z Compiling ciborium v0.2.2
30722026-05-14T15:14:26.892Z Compiling derive_more v0.99.20
30732026-05-14T15:14:26.896Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30742026-05-14T15:14:26.928Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30752026-05-14T15:14:26.932Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30762026-05-14T15:14:26.932Z Compiling thiserror-impl-no-std v2.0.2
30772026-05-14T15:14:26.979Z Compiling derive-ex v0.1.8
30782026-05-14T15:14:27.047Z Compiling parse-display-derive v0.10.0
30792026-05-14T15:14:27.074Z Compiling serde_yaml v0.9.34+deprecated
30802026-05-14T15:14:27.150Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30812026-05-14T15:14:27.267Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30822026-05-14T15:14:27.316Z Compiling byte-wrapper v0.1.0
30832026-05-14T15:14:27.333Z Compiling password-hash v0.5.0
30842026-05-14T15:14:27.408Z Compiling blake2 v0.10.6
30852026-05-14T15:14:27.481Z Compiling chacha20poly1305 v0.10.1
30862026-05-14T15:14:27.542Z Compiling indent_write v2.2.0
30872026-05-14T15:14:27.577Z Compiling heapless v0.8.0
30882026-05-14T15:14:27.654Z Compiling ingot-macros v0.1.1
30892026-05-14T15:14:27.698Z Compiling argon2 v0.5.3
30902026-05-14T15:14:27.714Z Compiling toml_edit v0.23.10+spec-1.0.0
30912026-05-14T15:14:27.773Z Compiling tokio-rustls v0.25.0
30922026-05-14T15:14:28.024Z Compiling hash32 v0.3.1
30932026-05-14T15:14:28.094Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30942026-05-14T15:14:28.180Z Compiling thiserror-no-std v2.0.2
30952026-05-14T15:14:28.209Z Compiling typify-impl v0.6.2
30962026-05-14T15:14:28.299Z Compiling vsss-rs v3.3.4
30972026-05-14T15:14:28.390Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30982026-05-14T15:14:28.603Z Compiling smoltcp v0.11.0
30992026-05-14T15:14:28.660Z Compiling proc-macro-crate v3.4.0
31002026-05-14T15:14:28.740Z Compiling test-strategy v0.4.5
31012026-05-14T15:14:28.838Z Compiling tabwriter v1.4.1
31022026-05-14T15:14:28.855Z Compiling parse-display v0.10.0
31032026-05-14T15:14:28.954Z Compiling num-rational v0.4.2
31042026-05-14T15:14:28.981Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31052026-05-14T15:14:29.106Z Compiling cobs v0.3.0
31062026-05-14T15:14:29.142Z Compiling num-complex v0.4.6
31072026-05-14T15:14:29.204Z Compiling num-derive v0.4.2
31082026-05-14T15:14:29.224Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31092026-05-14T15:14:29.264Z Compiling num_enum_derive v0.7.5
31102026-05-14T15:14:29.328Z Compiling postcard v1.1.3
31112026-05-14T15:14:29.468Z Compiling proc-macro-error v1.0.4
31122026-05-14T15:14:29.485Z Compiling proc-macro-crate v1.3.1
31132026-05-14T15:14:29.530Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31142026-05-14T15:14:29.571Z Compiling num v0.4.3
31152026-05-14T15:14:29.586Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31162026-05-14T15:14:29.666Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31172026-05-14T15:14:29.699Z Compiling foreign-types-macros v0.2.3
31182026-05-14T15:14:29.823Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31192026-05-14T15:14:29.873Z Compiling foreign-types-shared v0.3.1
31202026-05-14T15:14:29.916Z Compiling colored v3.1.1
31212026-05-14T15:14:29.934Z Compiling cpufeatures v0.3.0
31222026-05-14T15:14:29.938Z Compiling rayon-core v1.13.0
31232026-05-14T15:14:29.971Z Compiling float-ord v0.3.2
31242026-05-14T15:14:30.000Z Compiling num_enum_derive v0.5.11
31252026-05-14T15:14:30.040Z Compiling chacha20 v0.10.0
31262026-05-14T15:14:30.208Z Compiling crossbeam-deque v0.8.6
31272026-05-14T15:14:30.262Z Compiling camino-tempfile v1.4.1
31282026-05-14T15:14:30.279Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31292026-05-14T15:14:30.313Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31302026-05-14T15:14:30.332Z Compiling cstr-argument v0.1.2
31312026-05-14T15:14:30.367Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31322026-05-14T15:14:30.409Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31332026-05-14T15:14:30.425Z Compiling foreign-types v0.5.0
31342026-05-14T15:14:30.442Z Compiling num_enum v0.7.5
31352026-05-14T15:14:30.526Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31362026-05-14T15:14:30.543Z Compiling rand v0.10.0
31372026-05-14T15:14:30.546Z Compiling toml v0.8.23
31382026-05-14T15:14:30.591Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31392026-05-14T15:14:30.620Z Compiling ingot-types v0.1.2
31402026-05-14T15:14:30.661Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31412026-05-14T15:14:30.753Z Compiling zone_cfg_derive v0.3.1
31422026-05-14T15:14:30.772Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31432026-05-14T15:14:30.815Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31442026-05-14T15:14:30.832Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31452026-05-14T15:14:30.848Z Compiling itertools v0.12.1
31462026-05-14T15:14:30.928Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31472026-05-14T15:14:30.972Z Compiling rayon v1.11.0
31482026-05-14T15:14:30.990Z Compiling sigpipe v0.1.3
31492026-05-14T15:14:31.037Z Compiling ingot v0.1.1
31502026-05-14T15:14:31.067Z Compiling glob v0.3.3
31512026-05-14T15:14:31.085Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31522026-05-14T15:14:31.103Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31532026-05-14T15:14:31.139Z Compiling num_enum v0.5.11
31542026-05-14T15:14:31.227Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31552026-05-14T15:14:31.269Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31562026-05-14T15:14:31.291Z Compiling smf v0.2.3
31572026-05-14T15:14:31.333Z Compiling whoami v1.6.1
31582026-05-14T15:14:31.370Z Compiling prettyplease v0.2.37
31592026-05-14T15:14:31.465Z Compiling gethostname v0.5.0
31602026-05-14T15:14:31.522Z Compiling atomicwrites v0.4.4
31612026-05-14T15:14:31.617Z Compiling usdt-macro v0.5.0
31622026-05-14T15:14:31.636Z Compiling usdt-attr-macro v0.5.0
31632026-05-14T15:14:31.671Z Compiling memmap v0.7.0
31642026-05-14T15:14:31.675Z Compiling derive-where v1.6.0
31652026-05-14T15:14:31.754Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31662026-05-14T15:14:31.799Z Compiling progenitor-client v0.13.0
31672026-05-14T15:14:31.871Z Compiling cancel-safe-futures v0.1.5
31682026-05-14T15:14:31.909Z Compiling owo-colors v4.3.0
31692026-05-14T15:14:31.928Z Compiling resolv-conf v0.7.6
31702026-05-14T15:14:32.127Z Compiling zone v0.3.1
31712026-05-14T15:14:32.162Z Compiling libsw-core v0.3.2
31722026-05-14T15:14:32.310Z Compiling console v0.15.11
31732026-05-14T15:14:32.371Z Compiling libsw v3.5.0
31742026-05-14T15:14:32.452Z Compiling newline-converter v0.3.0
31752026-05-14T15:14:32.506Z Compiling usdt v0.5.0
31762026-05-14T15:14:32.522Z Compiling libefi-sys v0.1.0
31772026-05-14T15:14:32.586Z Compiling linear-map v1.2.0
31782026-05-14T15:14:32.604Z Compiling hickory-proto v0.24.4
31792026-05-14T15:14:32.745Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31802026-05-14T15:14:32.801Z Compiling expectorate v1.2.0
31812026-05-14T15:14:32.818Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31822026-05-14T15:14:32.821Z Compiling bitfield-struct v0.6.2
31832026-05-14T15:14:32.821Z Compiling semver v0.1.20
31842026-05-14T15:14:32.875Z Compiling linked-hash-map v0.5.6
31852026-05-14T15:14:32.939Z Compiling tokio-dtrace v0.1.1
31862026-05-14T15:14:32.962Z Compiling typify-macro v0.6.2
31872026-05-14T15:14:32.998Z Compiling dropshot-api-manager-types v0.7.1
31882026-05-14T15:14:33.037Z Compiling slog-dtrace v0.3.0
31892026-05-14T15:14:33.072Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31902026-05-14T15:14:33.099Z Compiling lru-cache v0.1.2
31912026-05-14T15:14:33.119Z Compiling rustc_version v0.1.7
31922026-05-14T15:14:33.155Z Compiling minimal-lexical v0.2.1
31932026-05-14T15:14:33.182Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31942026-05-14T15:14:33.247Z Compiling oxide-tokio-rt v0.1.4
31952026-05-14T15:14:33.263Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31962026-05-14T15:14:33.298Z Compiling typify-impl v0.4.3
31972026-05-14T15:14:33.342Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31982026-05-14T15:14:33.360Z Compiling phf_shared v0.12.1
31992026-05-14T15:14:33.384Z Compiling nom v7.1.3
32002026-05-14T15:14:33.401Z Compiling newtype_derive v0.1.6
32012026-05-14T15:14:33.452Z Compiling csv-core v0.1.13
32022026-05-14T15:14:33.513Z Compiling xshell-macros v0.2.7
32032026-05-14T15:14:33.571Z Compiling chrono-tz v0.10.4
32042026-05-14T15:14:33.588Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32052026-05-14T15:14:33.592Z Compiling highway v1.3.0
32062026-05-14T15:14:33.636Z Compiling const_format_proc_macros v0.2.34
32072026-05-14T15:14:33.744Z Compiling csv v1.4.0
32082026-05-14T15:14:33.814Z Compiling phf v0.12.1
32092026-05-14T15:14:33.917Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32102026-05-14T15:14:33.954Z Compiling xshell v0.2.7
32112026-05-14T15:14:33.981Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32122026-05-14T15:14:34.002Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32132026-05-14T15:14:34.020Z Compiling primeorder v0.13.6
32142026-05-14T15:14:34.238Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32152026-05-14T15:14:34.292Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32162026-05-14T15:14:34.351Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32172026-05-14T15:14:34.408Z Compiling tabled_derive v0.7.0
32182026-05-14T15:14:34.444Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32192026-05-14T15:14:34.501Z Compiling bcs v0.1.6
32202026-05-14T15:14:34.518Z Compiling const_format v0.2.35
32212026-05-14T15:14:34.756Z Compiling hickory-resolver v0.24.4
32222026-05-14T15:14:34.792Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32232026-05-14T15:14:34.859Z Compiling typify v0.6.2
32242026-05-14T15:14:34.919Z Compiling termtree v0.5.1
32252026-05-14T15:14:34.951Z Compiling salty v0.3.0
32262026-05-14T15:14:35.025Z Compiling progenitor-impl v0.14.0
32272026-05-14T15:14:35.043Z Compiling progenitor-impl v0.13.0
32282026-05-14T15:14:35.115Z Compiling textwrap v0.16.2
32292026-05-14T15:14:35.145Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32302026-05-14T15:14:35.235Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32312026-05-14T15:14:35.389Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32322026-05-14T15:14:35.498Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32332026-05-14T15:14:35.629Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32342026-05-14T15:14:35.700Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32352026-05-14T15:14:35.747Z Compiling tabled v0.15.0
32362026-05-14T15:14:35.918Z Compiling qorb v0.4.1
32372026-05-14T15:14:36.155Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32382026-05-14T15:14:36.320Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32392026-05-14T15:14:36.419Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32402026-05-14T15:14:36.515Z Compiling steno v0.4.1
32412026-05-14T15:14:36.553Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32422026-05-14T15:14:36.667Z Compiling tagptr v0.2.0
32432026-05-14T15:14:36.722Z Compiling base64 v0.21.7
32442026-05-14T15:14:36.845Z Compiling radium v0.7.0
32452026-05-14T15:14:36.934Z Compiling humantime v2.3.0
32462026-05-14T15:14:37.086Z Compiling moka v0.12.13
32472026-05-14T15:14:37.118Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32482026-05-14T15:14:37.175Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32492026-05-14T15:14:37.260Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32502026-05-14T15:14:37.389Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32512026-05-14T15:14:37.451Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32522026-05-14T15:14:37.701Z Compiling p384 v0.13.1
32532026-05-14T15:14:37.765Z Compiling progenitor-macro v0.14.0
32542026-05-14T15:14:37.793Z Compiling progenitor-macro v0.13.0
32552026-05-14T15:14:37.923Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32562026-05-14T15:14:37.948Z Compiling maybe-uninit v2.0.0
32572026-05-14T15:14:37.966Z Compiling typify-macro v0.4.3
32582026-05-14T15:14:37.986Z Compiling tap v1.0.1
32592026-05-14T15:14:38.072Z Compiling hickory-resolver v0.25.2
32602026-05-14T15:14:38.132Z Compiling wyz v0.5.1
32612026-05-14T15:14:38.199Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32622026-05-14T15:14:38.308Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32632026-05-14T15:14:38.337Z Compiling proc-macro-error-attr2 v2.0.0
32642026-05-14T15:14:38.369Z Compiling funty v2.0.0
32652026-05-14T15:14:38.536Z Compiling parking_lot_core v0.8.6
32662026-05-14T15:14:38.686Z Compiling utf-8 v0.7.6
32672026-05-14T15:14:38.767Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32682026-05-14T15:14:38.844Z Compiling packed_struct v0.10.1
32692026-05-14T15:14:38.925Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32702026-05-14T15:14:38.945Z Compiling tungstenite v0.21.0
32712026-05-14T15:14:39.012Z Compiling proc-macro-error2 v2.0.1
32722026-05-14T15:14:39.036Z Compiling bitvec v1.0.1
32732026-05-14T15:14:39.189Z Compiling polyval v0.6.2
32742026-05-14T15:14:39.193Z Compiling git-stub v1.0.0
32752026-05-14T15:14:39.223Z Compiling packed_struct_codegen v0.10.1
32762026-05-14T15:14:39.270Z Compiling bitfield-macros v0.19.4
32772026-05-14T15:14:39.378Z Compiling zerocopy-derive v0.6.6
32782026-05-14T15:14:39.454Z Compiling indexmap v1.9.3
32792026-05-14T15:14:39.508Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32802026-05-14T15:14:39.700Z Compiling crc-catalog v2.4.0
32812026-05-14T15:14:39.747Z Compiling nodrop v0.1.14
32822026-05-14T15:14:39.786Z Compiling typify v0.4.3
32832026-05-14T15:14:39.837Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32842026-05-14T15:14:39.837Z Compiling crc v3.4.0
32852026-05-14T15:14:39.902Z Compiling progenitor-impl v0.11.2
32862026-05-14T15:14:39.920Z Compiling array-init v0.0.4
32872026-05-14T15:14:39.937Z Compiling tokio-tungstenite v0.21.0
32882026-05-14T15:14:40.044Z Compiling git-stub-vcs v0.1.0
32892026-05-14T15:14:40.085Z Compiling bitfield v0.19.4
32902026-05-14T15:14:40.089Z Compiling tabled_derive v0.11.0
32912026-05-14T15:14:40.312Z Compiling ghash v0.5.1
32922026-05-14T15:14:40.329Z Compiling smallvec v0.6.14
32932026-05-14T15:14:40.348Z Compiling zerocopy v0.6.6
32942026-05-14T15:14:40.449Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32952026-05-14T15:14:40.578Z Compiling papergrid v0.17.0
32962026-05-14T15:14:40.595Z Compiling libscf-sys v1.2.0
32972026-05-14T15:14:40.634Z Compiling testing_table v0.3.0
32982026-05-14T15:14:40.725Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32992026-05-14T15:14:40.781Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33002026-05-14T15:14:40.799Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33012026-05-14T15:14:40.829Z Compiling ctr v0.9.2
33022026-05-14T15:14:40.920Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33032026-05-14T15:14:41.029Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33042026-05-14T15:14:41.056Z Compiling hashbrown v0.12.3
33052026-05-14T15:14:41.072Z Compiling corncobs v0.1.4
33062026-05-14T15:14:41.269Z Compiling unicase v2.9.0
33072026-05-14T15:14:41.307Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33082026-05-14T15:14:41.351Z Compiling aes-gcm v0.10.3
33092026-05-14T15:14:41.368Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33102026-05-14T15:14:41.372Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33112026-05-14T15:14:41.418Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33122026-05-14T15:14:41.519Z Compiling mime_guess v2.0.5
33132026-05-14T15:14:41.574Z Compiling tabled v0.20.0
33142026-05-14T15:14:41.753Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33152026-05-14T15:14:41.807Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33162026-05-14T15:14:41.824Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33172026-05-14T15:14:41.891Z Compiling parking_lot v0.11.2
33182026-05-14T15:14:42.011Z Compiling serde-hex v0.1.0
33192026-05-14T15:14:42.055Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33202026-05-14T15:14:42.141Z Compiling progenitor-impl v0.10.0
33212026-05-14T15:14:42.346Z Compiling ron v0.8.1
33222026-05-14T15:14:42.363Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33232026-05-14T15:14:42.427Z Compiling hashbrown v0.13.2
33242026-05-14T15:14:42.560Z Compiling progenitor-client v0.11.2
33252026-05-14T15:14:42.579Z Compiling blowfish v0.9.1
33262026-05-14T15:14:42.702Z Compiling progenitor-macro v0.11.2
33272026-05-14T15:14:42.871Z Compiling prefix-trie v0.7.0
33282026-05-14T15:14:42.926Z Compiling ssh-encoding v0.2.0
33292026-05-14T15:14:42.975Z Compiling fxhash v0.2.1
33302026-05-14T15:14:42.997Z Compiling progenitor v0.14.0
33312026-05-14T15:14:42.997Z Compiling progenitor v0.13.0
33322026-05-14T15:14:43.152Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33332026-05-14T15:14:43.174Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33342026-05-14T15:14:43.193Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33352026-05-14T15:14:43.213Z Compiling secrecy v0.8.0
33362026-05-14T15:14:43.232Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33372026-05-14T15:14:43.293Z Compiling crc-any v2.5.0
33382026-05-14T15:14:43.377Z Compiling hickory-server v0.25.2
33392026-05-14T15:14:43.398Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33402026-05-14T15:14:43.466Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33412026-05-14T15:14:43.582Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33422026-05-14T15:14:43.723Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33432026-05-14T15:14:43.814Z Compiling ssh-cipher v0.2.0
33442026-05-14T15:14:44.079Z Compiling sled v0.34.7
33452026-05-14T15:14:44.379Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33462026-05-14T15:14:44.515Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33472026-05-14T15:14:44.727Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33482026-05-14T15:14:44.823Z Compiling progenitor-macro v0.10.0
33492026-05-14T15:14:44.918Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33502026-05-14T15:14:45.252Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33512026-05-14T15:14:45.375Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33522026-05-14T15:14:45.525Z Compiling object v0.30.4
33532026-05-14T15:14:45.828Z Compiling bcrypt-pbkdf v0.10.0
33542026-05-14T15:14:45.896Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33552026-05-14T15:14:45.921Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33562026-05-14T15:14:46.172Z Compiling password-hash v0.4.2
33572026-05-14T15:14:46.199Z Compiling path-slash v0.1.5
33582026-05-14T15:14:46.377Z Compiling http-range v0.1.5
33592026-05-14T15:14:46.605Z Compiling half v1.8.3
33602026-05-14T15:14:46.629Z Compiling crc8 v0.1.1
33612026-05-14T15:14:46.645Z Compiling pbkdf2 v0.11.0
33622026-05-14T15:14:46.780Z Compiling ssh-key v0.6.7
33632026-05-14T15:14:46.895Z Compiling serde_cbor v0.11.2
33642026-05-14T15:14:47.072Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33652026-05-14T15:14:47.286Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33662026-05-14T15:14:47.456Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33672026-05-14T15:14:47.576Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33682026-05-14T15:14:47.619Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33692026-05-14T15:14:47.815Z Compiling progenitor v0.11.2
33702026-05-14T15:14:48.005Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33712026-05-14T15:14:48.023Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33722026-05-14T15:14:48.026Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33732026-05-14T15:14:48.060Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33742026-05-14T15:14:48.079Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33752026-05-14T15:14:48.523Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33762026-05-14T15:14:48.541Z Compiling p256 v0.13.2
33772026-05-14T15:14:48.591Z Compiling p521 v0.13.3
33782026-05-14T15:14:48.611Z Compiling yasna v0.5.2
33792026-05-14T15:14:48.637Z Compiling kstat-rs v0.2.4
33802026-05-14T15:14:48.738Z Compiling headers-core v0.3.0
33812026-05-14T15:14:48.891Z Compiling nanorand v0.7.0
33822026-05-14T15:14:48.908Z Compiling russh-cryptovec v0.7.3
33832026-05-14T15:14:48.938Z Compiling atty v0.2.14
33842026-05-14T15:14:48.967Z Compiling home v0.5.12
33852026-05-14T15:14:48.987Z Compiling md5 v0.7.0
33862026-05-14T15:14:49.030Z Compiling headers v0.4.1
33872026-05-14T15:14:49.084Z Compiling rcgen v0.12.1
33882026-05-14T15:14:49.136Z Compiling flume v0.11.1
33892026-05-14T15:14:49.153Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33902026-05-14T15:14:49.226Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33912026-05-14T15:14:49.301Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33922026-05-14T15:14:49.332Z Compiling russh-keys v0.45.0
33932026-05-14T15:14:49.479Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33942026-05-14T15:14:49.514Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33952026-05-14T15:14:49.517Z Compiling hyper-staticfile v0.10.1
33962026-05-14T15:14:49.589Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33972026-05-14T15:14:49.841Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33982026-05-14T15:14:49.989Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33992026-05-14T15:14:50.006Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34002026-05-14T15:14:50.023Z Compiling progenitor v0.10.0
34012026-05-14T15:14:50.040Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34022026-05-14T15:14:50.095Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34032026-05-14T15:14:50.223Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34042026-05-14T15:14:50.369Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34052026-05-14T15:14:50.402Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34062026-05-14T15:14:50.572Z Compiling num-bigint v0.4.6
34072026-05-14T15:14:50.680Z Compiling des v0.8.1
34082026-05-14T15:14:50.796Z Compiling subprocess v0.2.15
34092026-05-14T15:14:50.816Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34102026-05-14T15:14:50.863Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34112026-05-14T15:14:50.881Z Compiling display-error-chain v0.2.2
34122026-05-14T15:14:50.911Z Compiling hex-literal v0.4.1
34132026-05-14T15:14:50.958Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34142026-05-14T15:14:51.055Z Compiling colored v2.2.0
34152026-05-14T15:14:51.072Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34162026-05-14T15:14:51.075Z Compiling socket2 v0.5.10
34172026-05-14T15:14:51.166Z Compiling internet-checksum v0.2.1
34182026-05-14T15:14:51.273Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34192026-05-14T15:14:51.774Z Compiling russh v0.45.0
34202026-05-14T15:14:51.876Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34212026-05-14T15:14:51.903Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34222026-05-14T15:14:54.438Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34232026-05-14T15:14:55.126Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34242026-05-14T15:14:55.590Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34252026-05-14T15:14:57.376Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34262026-05-14T15:15:05.360Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34272026-05-14T15:15:05.360Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34282026-05-14T15:15:05.363Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34292026-05-14T15:15:05.363Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34302026-05-14T15:15:07.079Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34312026-05-14T15:15:07.184Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34322026-05-14T15:15:11.266Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34332026-05-14T15:15:12.694Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34342026-05-14T15:15:31.662Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34352026-05-14T15:15:50.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34362026-05-14T15:15:50.427Z
34372026-05-14T15:15:50.427Zreal 1:26.156840285
34382026-05-14T15:15:50.427Zuser 8:12.943126170
34392026-05-14T15:15:50.427Zsys 1:41.865908560
34402026-05-14T15:15:50.427Ztrap 0.245300776
34412026-05-14T15:15:50.427Ztflt 0.466567785
34422026-05-14T15:15:50.430Zdflt 1.785297798
34432026-05-14T15:15:50.430Zkflt 0.004972373
34442026-05-14T15:15:50.430Zlock 29:23.866329867
34452026-05-14T15:15:50.430Zslp 19:09.456402884
34462026-05-14T15:15:50.431Zlat 37.973249952
34472026-05-14T15:15:50.431Zstop 2:48.266691262
34482026-05-14T15:15:50.431Z+ mkdir tests
34492026-05-14T15:15:50.433Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34502026-05-14T15:15:50.434Z+ xargs -I '{}' -t cp '{}' tests/
34512026-05-14T15:15:50.458Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-8c3cdc5bc4545a52 tests/
34522026-05-14T15:15:50.479Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-81313a24f167cbc4 tests/
34532026-05-14T15:15:50.499Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-e5f5125793605204 tests/
34542026-05-14T15:15:50.520Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-4b38611f78b9786b tests/
34552026-05-14T15:15:50.746Z+ 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/*)
34562026-05-14T15:15:50.750Z+ 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-81313a24f167cbc4 tests/commtest-e5f5125793605204 tests/dhcp_server-8c3cdc5bc4545a52 tests/end_to_end_tests-4b38611f78b9786b 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
34572026-05-14T15:17:09.928ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34582026-05-14T15:17:09.928Za .github/buildomat/ci-env.sh 1K
34592026-05-14T15:17:09.928Za out/target/test 1K
34602026-05-14T15:17:09.928Za out/npuzone/npuzone 27402K
34612026-05-14T15:17:09.928Za package-manifest.toml 35K
34622026-05-14T15:17:09.928Za smf/sled-agent/non-gimlet/config.toml 6K
34632026-05-14T15:17:09.928Za target/release/omicron-package 45974K
34642026-05-14T15:17:09.928Za target/release/xtask 11449K
34652026-05-14T15:17:09.928Za target/debug/bootstrap 352629K
34662026-05-14T15:17:09.928Za tests/bootstrap-81313a24f167cbc4 31215K
34672026-05-14T15:17:09.928Za tests/commtest-e5f5125793605204 32299K
34682026-05-14T15:17:09.928Za tests/dhcp_server-8c3cdc5bc4545a52 31215K
34692026-05-14T15:17:09.928Za tests/end_to_end_tests-4b38611f78b9786b 394448K
34702026-05-14T15:17:09.928Za out/clickhouse.tar.gz 319613K
34712026-05-14T15:17:09.928Za out/clickhouse_keeper.tar.gz 304968K
34722026-05-14T15:17:09.928Za out/clickhouse_server.tar.gz 319612K
34732026-05-14T15:17:09.929Za out/cockroachdb.tar.gz 165155K
34742026-05-14T15:17:09.929Za out/crucible-pantry-zone.tar.gz 44194K
34752026-05-14T15:17:09.929Za out/crucible-utils.tar 17744K
34762026-05-14T15:17:09.929Za out/crucible-zone.tar.gz 58332K
34772026-05-14T15:17:09.929Za out/external-dns.tar.gz 49783K
34782026-05-14T15:17:09.929Za out/internal-dns.tar.gz 49783K
34792026-05-14T15:17:09.929Za out/mg-ddm-gz.tar 95141K
34802026-05-14T15:17:09.929Za out/nexus.tar.gz 217641K
34812026-05-14T15:17:09.929Za out/ntp.tar.gz 32134K
34822026-05-14T15:17:09.929Za out/omicron-gateway-softnpu.tar.gz 29745K
34832026-05-14T15:17:09.929Za out/omicron-sled-agent.tar 200421K
34842026-05-14T15:17:09.929Za out/overlay.tar.gz 3K
34852026-05-14T15:17:09.929Za out/oximeter.tar.gz 66156K
34862026-05-14T15:17:09.929Za out/oxlog.tar 3782K
34872026-05-14T15:17:09.929Za out/probe.tar.gz 3037K
34882026-05-14T15:17:09.929Za out/propolis-server.tar.gz 38727K
34892026-05-14T15:17:09.929Za out/pumpkind-gz.tar 26647K
34902026-05-14T15:17:09.929Za out/switch-softnpu.tar.gz 393292K
34912026-05-14T15:17:09.933Z
34922026-05-14T15:17:09.933Zreal 1:19.179762031
34932026-05-14T15:17:09.933Zuser 1:16.459365240
34942026-05-14T15:17:09.933Zsys 4.455388649
34952026-05-14T15:17:09.933Ztrap 0.006332064
34962026-05-14T15:17:09.933Ztflt 0.000000000
34972026-05-14T15:17:09.933Zdflt 0.000000000
34982026-05-14T15:17:09.933Zkflt 0.000000000
34992026-05-14T15:17:09.933Zlock 0.000000000
35002026-05-14T15:17:09.933Zslp 1:16.430422127
35012026-05-14T15:17:09.934Zlat 1.003324435
35022026-05-14T15:17:09.934Zstop 0.000149080
35032026-05-14T15:17:09.934Zprocess exited: duration 913805 ms, exit code 0
 
35042026-05-14T15:17:09.948Zfound 1 output files
35052026-05-14T15:17:09.948Zuploading: /work/package.tar.gz (2437295920 bytes)
35062026-05-14T15:17:38.058Zuploaded: /work/package.tar.gz