01KWHXP4CWQFAMZCSAN9RT3Q1Z: 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: 01KWHXQ4CWVEPK3KFRQEHT0F74

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-02T17:24:34.309Zjob assigned to worker 01KWHXQFV8NT37TMM4QG84GYRZ [factory aws, i-037aa612e46ddbfa0] (queued for 54 s)
 
22026-07-02T17:24:41.349Zstarting task 0: "setup"
32026-07-02T17:24:41.356Z++ uname -s
42026-07-02T17:24:41.361Z+ kern=SunOS
52026-07-02T17:24:41.361Z+ build_user=build
62026-07-02T17:24:41.361Z+ build_uid=12345
72026-07-02T17:24:41.361Z+ work_dir=/work
82026-07-02T17:24:41.361Z+ input_dir=/input
92026-07-02T17:24:41.361Z+ [[ 0 == 12345 ]]
102026-07-02T17:24:41.361Z+ case "$kern" in
112026-07-02T17:24:41.361Z+ groupadd -g 12345 build
122026-07-02T17:24:41.361Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-02T17:24:43.374Z+ zfs create -o mountpoint=/work rpool/work
142026-07-02T17:24:43.482Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-02T17:24:43.489Z+ home_fs=zfs
162026-07-02T17:24:43.490Z+ [[ zfs == autofs ]]
172026-07-02T17:24:43.490Z+ mkdir -p /home/build
182026-07-02T17:24:43.490Z+ chown build:build /home/build /work
192026-07-02T17:24:45.501Z+ chmod 0700 /home/build /work
202026-07-02T17:24:45.525Zprocess exited: duration 4137 ms, exit code 0
 
212026-07-02T17:24:45.547Zstarting task 1: "rust-toolchain"
222026-07-02T17:24:45.554Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-02T17:24:45.555Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-02T17:24:45.555Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-02T17:24:45.555Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-02T17:24:45.555Z * rust toolchain channel = "1.96.1"
272026-07-02T17:24:45.555Z * rust toolchain profile = "default"
282026-07-02T17:24:45.555Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-02T17:24:45.555Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-02T17:24:45.676Zinfo: downloading installer
312026-07-02T17:24:47.435Zwarn: It looks like you have an existing rustup settings file at:
322026-07-02T17:24:47.435Zwarn: /home/build/.rustup/settings.toml
332026-07-02T17:24:47.435Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-02T17:24:47.436Zwarn: instead of the one inferred from the default host triple.
352026-07-02T17:24:47.478Zinfo: profile set to default
362026-07-02T17:24:47.478Zinfo: default host triple is x86_64-unknown-illumos
372026-07-02T17:24:47.478Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-02T17:24:47.591Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-02T17:24:47.594Zinfo: downloading 6 components
402026-07-02T17:25:03.736Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-02T17:25:03.736Z
422026-07-02T17:25:03.765Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-02T17:25:03.765Z
442026-07-02T17:25:03.765Z
452026-07-02T17:25:03.765ZRust is installed now. Great!
462026-07-02T17:25:03.765Z
472026-07-02T17:25:03.765ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-02T17:25:03.765Zenvironment variable. This has not been done automatically.
492026-07-02T17:25:03.765Z
502026-07-02T17:25:03.765ZTo configure your current shell, you need to source
512026-07-02T17:25:03.765Zthe corresponding env file under $HOME/.cargo.
522026-07-02T17:25:03.765Z
532026-07-02T17:25:03.765ZThis is usually done by running one of the following (note the leading DOT):
542026-07-02T17:25:03.765Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-02T17:25:03.765Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-02T17:25:03.765Zsource "~/.cargo/env.nu" # For nushell
572026-07-02T17:25:03.765Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-02T17:25:03.765Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-02T17:25:03.765Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-02T17:25:03.771Zwarn: no default linker (`cc`) was found in your PATH
612026-07-02T17:25:03.771Zwarn: many Rust crates require a system C toolchain to build
622026-07-02T17:25:03.869Z+ rustup --version
632026-07-02T17:25:03.888Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-02T17:25:03.888Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-02T17:25:03.894Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-02T17:25:03.898Z+ cargo --version
672026-07-02T17:25:03.908Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-02T17:25:03.911Z+ rustc --version
692026-07-02T17:25:03.928Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-02T17:25:03.932Zprocess exited: duration 18388 ms, exit code 0
 
712026-07-02T17:25:03.939Zstarting task 2: "authentication"
722026-07-02T17:25:03.959Zprocess exited: duration 20 ms, exit code 0
 
732026-07-02T17:25:03.966Zstarting task 3: "clone repository"
742026-07-02T17:25:03.970Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-02T17:25:03.974Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-02T17:25:04.006ZCloning into '/work/oxidecomputer/omicron'...
772026-07-02T17:25:15.438Z+ cd /work/oxidecomputer/omicron
782026-07-02T17:25:15.438Z+ git fetch origin 5e058e9f4606e5d83434e2f9bcfdb6a01b091235
792026-07-02T17:25:15.723ZFrom https://github.com/oxidecomputer/omicron
802026-07-02T17:25:15.723Z * branch 5e058e9f4606e5d83434e2f9bcfdb6a01b091235 -> FETCH_HEAD
812026-07-02T17:25:15.735Z+ [[ -n eliza/multiline-comments ]]
822026-07-02T17:25:15.738Z++ git branch --show-current
832026-07-02T17:25:15.741Z+ current=main
842026-07-02T17:25:15.741Z+ [[ main != eliza/multiline-comments ]]
852026-07-02T17:25:15.741Z+ git branch -f eliza/multiline-comments 5e058e9f4606e5d83434e2f9bcfdb6a01b091235
862026-07-02T17:25:15.745Z+ git checkout -f eliza/multiline-comments
872026-07-02T17:25:15.996ZSwitched to branch 'eliza/multiline-comments'
882026-07-02T17:25:16.000Z+ git reset --hard 5e058e9f4606e5d83434e2f9bcfdb6a01b091235
892026-07-02T17:25:16.246ZHEAD is now at 5e058e9f4 Merge branch 'main' into eliza/multiline-comments
902026-07-02T17:25:16.249Zprocess exited: duration 12282 ms, exit code 0
 
912026-07-02T17:25:16.258Zstarting task 4: "build"
922026-07-02T17:25:16.262Z+ source .github/buildomat/ci-env.sh
932026-07-02T17:25:16.262Z++ export CARGO_TERM_COLOR=always
942026-07-02T17:25:16.262Z++ CARGO_TERM_COLOR=always
952026-07-02T17:25:16.262Z+ cargo --version
962026-07-02T17:25:16.272Zcargo 1.96.1 (356927216 2026-06-26)
972026-07-02T17:25:16.275Z+ rustc --version
982026-07-02T17:25:16.296Zrustc 1.96.1 (31fca3adb 2026-06-26)
992026-07-02T17:25:16.299Z+ WORK=/work
1002026-07-02T17:25:16.299Z+ pfexec mkdir -p /work
1012026-07-02T17:25:16.302Z+ pfexec chown build /work
1022026-07-02T17:25:16.305Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-07-02T17:25:17.941Z Startup: Refreshing catalog 'helios' ... Done
1042026-07-02T17:25:18.051Z Startup: Caching catalogs ... Done
1052026-07-02T17:25:18.551ZPlanning: Solver setup ... Done (0.444s)
1062026-07-02T17:25:18.588ZPlanning: Running solver ... Done (0.026s)
1072026-07-02T17:25:18.652ZPlanning: Finding local manifests ... Done (0.003s)
1082026-07-02T17:25:18.652ZPlanning: Fetching manifests: 0/2 0% complete
1092026-07-02T17:25:18.652ZPlanning: Fetching manifests: 2/2 100% complete
1102026-07-02T17:25:18.652ZPlanning: Package planning ... Done (0.014s)
1112026-07-02T17:25:18.652ZPlanning: Merging actions ... Done (0.001s)
1122026-07-02T17:25:18.796ZPlanning: Checking for conflicting actions ... Done (0.170s)
1132026-07-02T17:25:18.799ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-07-02T17:25:19.621ZPlanning: Evaluating mediators ... Done (0.819s)
1152026-07-02T17:25:19.642ZPlanning: Planning completed in 1.54 seconds
1162026-07-02T17:25:19.642Z Packages to install: 2
1172026-07-02T17:25:19.642Z Estimated space available: 156.06 GB
1182026-07-02T17:25:19.642ZEstimated space to be consumed: 30.98 MB
1192026-07-02T17:25:19.643Z Create boot environment: No
1202026-07-02T17:25:19.643ZCreate backup boot environment: No
1212026-07-02T17:25:19.643Z Rebuild boot archive: No
1222026-07-02T17:25:19.643Z
1232026-07-02T17:25:19.643ZChanged packages:
1242026-07-02T17:25:19.643Zhelios
1252026-07-02T17:25:19.643Z developer/build-essential
1262026-07-02T17:25:19.643Z None -> 11-3.0
1272026-07-02T17:25:19.643Z library/libxmlsec1
1282026-07-02T17:25:19.643Z None -> 1.2.35-3.0
1292026-07-02T17:25:19.695Z
1302026-07-02T17:25:19.695ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-07-02T17:25:20.149ZDownload: Completed 1.28 MB in 0.49 seconds (2.6M/s)
1322026-07-02T17:25:20.217Z Actions: 1/268 actions (Installing new actions)
1332026-07-02T17:25:20.252Z Actions: Completed 268 actions in 0.04 seconds.
1342026-07-02T17:25:20.277ZFinalize: Updating package state database ... Done (0.011s)
1352026-07-02T17:25:20.277ZFinalize: Updating package cache ... Done (0.000s)
1362026-07-02T17:25:20.303ZFinalize: Updating image state ... Done (0.029s)
1372026-07-02T17:25:22.866ZFinalize: Creating fast lookup database ... Done (2.548s)
1382026-07-02T17:25:22.935ZFinalize: Reading search index ... Done (0.012s)
1392026-07-02T17:25:22.938ZFinalize: Updating search index ... Done (0.000s)
1402026-07-02T17:25:23.056ZFinalize: Updating package cache ... Done (0.000s)
1412026-07-02T17:25:23.381ZPlanning: Evaluating mediator changes ... Done
1422026-07-02T17:25:23.490ZPlanning: Checking for conflicting actions ... Done
1432026-07-02T17:25:23.502ZPlanning: Consolidating action changes ... Done
1442026-07-02T17:25:23.632ZPlanning: Evaluating mediators ... Done
1452026-07-02T17:25:23.635ZPlanning: Planning completed in 0.26 seconds
1462026-07-02T17:25:23.656Z Mediators to change: 2
1472026-07-02T17:25:23.656Z Create boot environment: No
1482026-07-02T17:25:23.656ZCreate backup boot environment: No
1492026-07-02T17:25:23.709ZFinalize: Updating package state database ... Done
1502026-07-02T17:25:23.709ZFinalize: Updating package cache ... Done
1512026-07-02T17:25:23.729ZFinalize: Updating image state ... Done
1522026-07-02T17:25:25.651ZFinalize: Creating fast lookup database ... Done
1532026-07-02T17:25:25.715ZFinalize: Reading search index ... Done
1542026-07-02T17:25:25.718ZFinalize: Updating search index ... Done
1552026-07-02T17:25:25.783ZFinalize: Updating package cache ... Done
1562026-07-02T17:25:26.078ZPlanning: Evaluating mediator changes ... Done
1572026-07-02T17:25:26.170ZPlanning: Checking for conflicting actions ... Done
1582026-07-02T17:25:26.176ZPlanning: Consolidating action changes ... Done
1592026-07-02T17:25:26.328ZPlanning: Evaluating mediators ... Done
1602026-07-02T17:25:26.333ZPlanning: Planning completed in 0.26 seconds
1612026-07-02T17:25:26.351Z Mediators to change: 1
1622026-07-02T17:25:26.351Z Create boot environment: No
1632026-07-02T17:25:26.351ZCreate backup boot environment: No
1642026-07-02T17:25:26.395ZFinalize: Updating package state database ... Done
1652026-07-02T17:25:26.396ZFinalize: Updating package cache ... Done
1662026-07-02T17:25:26.408ZFinalize: Updating image state ... Done
1672026-07-02T17:25:28.316ZFinalize: Creating fast lookup database ... Done
1682026-07-02T17:25:28.380ZFinalize: Reading search index ... Done
1692026-07-02T17:25:28.383ZFinalize: Updating search index ... Done
1702026-07-02T17:25:28.443ZFinalize: Updating package cache ... Done
1712026-07-02T17:25:28.753ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-07-02T17:25:28.753Zapache system 2.4 system
1732026-07-02T17:25:28.753Zclang system 15 system
1742026-07-02T17:25:28.753Zcsh system system illumos
1752026-07-02T17:25:28.753Zctags system system illumos
1762026-07-02T17:25:28.753Zfile vendor vendor darwinsys
1772026-07-02T17:25:28.753Zfile system system illumos
1782026-07-02T17:25:28.753Zgcc vendor 14 vendor
1792026-07-02T17:25:28.753Zgcc system 13 system
1802026-07-02T17:25:28.754Zgcc system 10 system
1812026-07-02T17:25:28.754Zgo system 1.25 system
1822026-07-02T17:25:28.754Zllvm system 15 system
1832026-07-02T17:25:28.754Zmariadb system 11.4 system
1842026-07-02T17:25:28.754Zmta vendor vendor dma
1852026-07-02T17:25:28.754Zopenjdk system 17 system
1862026-07-02T17:25:28.754Zopenjdk system 11 system
1872026-07-02T17:25:28.754Zopenssl vendor 3 vendor
1882026-07-02T17:25:28.754Zperl system 5.40 system
1892026-07-02T17:25:28.754Zpostgresql system 18 system
1902026-07-02T17:25:28.754Zpostgresql system 17 system
1912026-07-02T17:25:28.754Zpython vendor 3 vendor
1922026-07-02T17:25:28.754Zpython system 2 system
1932026-07-02T17:25:28.754Zpython3 vendor 3.13 vendor
1942026-07-02T17:25:28.754Zruby system 3.4 system
1952026-07-02T17:25:28.754Zruby system 3.0 system
1962026-07-02T17:25:28.754Zwords vendor vendor american-english
1972026-07-02T17:25:28.755Zwords system system australian-english
1982026-07-02T17:25:28.755Zwords system system british-english
1992026-07-02T17:25:28.755Zwords system system canadian-english
2002026-07-02T17:25:28.755Zwords system system french
2012026-07-02T17:25:28.755Zwords system system italian
2022026-07-02T17:25:28.755Zwords system system ngerman
2032026-07-02T17:25:28.755Zwords system system ogerman
2042026-07-02T17:25:28.755Zwords system system spanish
2052026-07-02T17:25:29.012ZPUBLISHER TYPE STATUS P LOCATION
2062026-07-02T17:25:29.012Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-07-02T17:25:29.323ZFMRI IFO
2082026-07-02T17:25:29.323Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-07-02T17:25:29.323Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-07-02T17:25:29.323Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-07-02T17:25:29.323Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-07-02T17:25:29.323Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-07-02T17:25:29.323Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-07-02T17:25:29.323Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-07-02T17:25:29.323Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-07-02T17:25:29.323Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-07-02T17:25:29.569Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-07-02T17:25:29.848Z Updating crates.io index
2192026-07-02T17:25:29.854Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-07-02T17:25:30.067Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2212026-07-02T17:25:30.357Z Updating git repository `https://github.com/oxidecomputer/propolis`
2222026-07-02T17:25:31.249Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2232026-07-02T17:25:31.719Z Updating git repository `https://github.com/oxidecomputer/crucible`
2242026-07-02T17:25:33.254Z Updating git repository `https://github.com/oxidecomputer/opte`
2252026-07-02T17:25:34.016Z Updating git repository `https://github.com/oxidecomputer/tofino`
2262026-07-02T17:25:34.249Z Updating git repository `https://github.com/oxidecomputer/lldp`
2272026-07-02T17:25:34.529Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-07-02T17:25:35.556Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-07-02T17:25:35.804Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-07-02T17:25:36.181Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-07-02T17:25:36.499Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-07-02T17:25:37.070Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-07-02T17:25:37.866Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-07-02T17:25:38.138Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-07-02T17:25:38.373Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-07-02T17:25:38.624Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-07-02T17:25:38.916Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-07-02T17:25:39.364Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-07-02T17:25:39.568Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-07-02T17:25:39.813Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-07-02T17:25:40.163Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-07-02T17:25:40.588Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-07-02T17:25:41.024Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-07-02T17:25:41.775Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-07-02T17:25:42.123Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-07-02T17:25:42.478Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-07-02T17:25:42.709Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-07-02T17:25:42.967Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-07-02T17:25:43.277Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-07-02T17:25:43.638Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-07-02T17:25:43.888Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-07-02T17:25:44.142Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-07-02T17:25:44.403Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-07-02T17:25:45.088Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2552026-07-02T17:25:45.365Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-07-02T17:25:45.660Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-07-02T17:25:45.898Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-07-02T17:25:46.469Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-07-02T17:25:49.629Z Downloading crates ...
2602026-07-02T17:25:49.662Z Downloaded anstyle-query v1.1.5
2612026-07-02T17:25:49.669Z Downloaded block-buffer v0.10.4
2622026-07-02T17:25:49.673Z Downloaded anstyle-parse v1.0.0
2632026-07-02T17:25:49.673Z Downloaded anstyle v1.0.14
2642026-07-02T17:25:49.673Z Downloaded anstream v1.0.0
2652026-07-02T17:25:49.676Z Downloaded cpufeatures v0.2.17
2662026-07-02T17:25:49.676Z Downloaded cfg-if v1.0.4
2672026-07-02T17:25:49.681Z Downloaded colorchoice v1.0.4
2682026-07-02T17:25:49.681Z Downloaded clap_lex v1.0.0
2692026-07-02T17:25:49.681Z Downloaded crypto-common v0.1.7
2702026-07-02T17:25:49.681Z Downloaded clap_derive v4.6.1
2712026-07-02T17:25:49.686Z Downloaded cargo-platform v0.3.2
2722026-07-02T17:25:49.686Z Downloaded generic-array v0.14.7
2732026-07-02T17:25:49.689Z Downloaded cargo_metadata v0.23.1
2742026-07-02T17:25:49.693Z Downloaded cargo_toml v0.21.0
2752026-07-02T17:25:49.693Z Downloaded dof v0.3.0
2762026-07-02T17:25:49.696Z Downloaded equivalent v1.0.2
2772026-07-02T17:25:49.697Z Downloaded digest v0.10.7
2782026-07-02T17:25:49.699Z Downloaded camino-tempfile v1.4.1
2792026-07-02T17:25:49.699Z Downloaded heck v0.4.1
2802026-07-02T17:25:49.699Z Downloaded camino v1.2.2
2812026-07-02T17:25:49.703Z Downloaded fastrand v2.3.0
2822026-07-02T17:25:49.706Z Downloaded fnv v1.0.7
2832026-07-02T17:25:49.706Z Downloaded clap v4.6.1
2842026-07-02T17:25:49.716Z Downloaded byteorder v1.5.0
2852026-07-02T17:25:49.720Z Downloaded dtrace-parser v0.2.0
2862026-07-02T17:25:49.720Z Downloaded errno v0.3.14
2872026-07-02T17:25:49.720Z Downloaded autocfg v1.5.0
2882026-07-02T17:25:49.724Z Downloaded heck v0.5.0
2892026-07-02T17:25:49.724Z Downloaded plain v0.2.3
2902026-07-02T17:25:49.724Z Downloaded is_terminal_polyfill v1.70.2
2912026-07-02T17:25:49.724Z Downloaded bitflags v2.11.0
2922026-07-02T17:25:49.727Z Downloaded fs-err v3.3.0
2932026-07-02T17:25:49.739Z Downloaded usdt-macro v0.5.0
2942026-07-02T17:25:49.742Z Downloaded proc-macro-error-attr v1.0.4
2952026-07-02T17:25:49.742Z Downloaded zmij v1.0.21
2962026-07-02T17:25:49.742Z Downloaded itoa v1.0.17
2972026-07-02T17:25:49.742Z Downloaded bytecount v0.6.9
2982026-07-02T17:25:49.742Z Downloaded pest_derive v2.8.6
2992026-07-02T17:25:49.748Z Downloaded anyhow v1.0.102
3002026-07-02T17:25:49.751Z Downloaded serde_core v1.0.228
3012026-07-02T17:25:49.751Z Downloaded zerocopy v0.7.35
3022026-07-02T17:25:49.761Z Downloaded usdt v0.5.0
3032026-07-02T17:25:49.764Z Downloaded terminal_size v0.4.3
3042026-07-02T17:25:49.764Z Downloaded memmap v0.7.0
3052026-07-02T17:25:49.764Z Downloaded thread-id v4.2.2
3062026-07-02T17:25:49.769Z Downloaded utf8parse v0.2.2
3072026-07-02T17:25:49.769Z Downloaded tabled_derive v0.7.0
3082026-07-02T17:25:49.774Z Downloaded unicode-linebreak v0.1.5
3092026-07-02T17:25:49.777Z Downloaded serde_spanned v0.6.9
3102026-07-02T17:25:49.782Z Downloaded version_check v0.9.5
3112026-07-02T17:25:49.787Z Downloaded toml_write v0.1.2
3122026-07-02T17:25:49.787Z Downloaded swrite v0.1.0
3132026-07-02T17:25:49.793Z Downloaded toml_datetime v0.6.11
3142026-07-02T17:25:49.801Z Downloaded strsim v0.11.1
3152026-07-02T17:25:49.801Z Downloaded usdt-attr-macro v0.5.0
3162026-07-02T17:25:49.801Z Downloaded macaddr v1.0.1
3172026-07-02T17:25:49.801Z Downloaded smawk v0.3.2
3182026-07-02T17:25:49.805Z Downloaded scroll_derive v0.12.1
3192026-07-02T17:25:49.805Z Downloaded serde_tokenstream v0.2.3
3202026-07-02T17:25:49.806Z Downloaded quote v1.0.45
3212026-07-02T17:25:49.810Z Downloaded getrandom v0.4.1
3222026-07-02T17:25:49.810Z Downloaded pretty-hex v0.4.1
3232026-07-02T17:25:49.819Z Downloaded sha2 v0.10.9
3242026-07-02T17:25:49.819Z Downloaded scroll v0.12.0
3252026-07-02T17:25:49.823Z Downloaded usdt-impl v0.5.0
3262026-07-02T17:25:49.823Z Downloaded thiserror-impl v1.0.69
3272026-07-02T17:25:49.829Z Downloaded thiserror v2.0.18
3282026-07-02T17:25:49.829Z Downloaded thiserror-impl v2.0.18
3292026-07-02T17:25:49.840Z Downloaded proc-macro-error v1.0.4
3302026-07-02T17:25:49.847Z Downloaded toml v0.8.23
3312026-07-02T17:25:49.847Z Downloaded semver v1.0.28
3322026-07-02T17:25:49.851Z Downloaded once_cell v1.21.3
3332026-07-02T17:25:49.851Z Downloaded pest_generator v2.8.6
3342026-07-02T17:25:49.851Z Downloaded ucd-trie v0.1.7
3352026-07-02T17:25:49.856Z Downloaded thiserror v1.0.69
3362026-07-02T17:25:49.864Z Downloaded tempfile v3.25.0
3372026-07-02T17:25:49.869Z Downloaded unicode-ident v1.0.24
3382026-07-02T17:25:49.869Z Downloaded papergrid v0.11.0
3392026-07-02T17:25:49.873Z Downloaded log v0.4.29
3402026-07-02T17:25:49.879Z Downloaded textwrap v0.16.2
3412026-07-02T17:25:49.884Z Downloaded serde_derive v1.0.228
3422026-07-02T17:25:49.888Z Downloaded proc-macro2 v1.0.106
3432026-07-02T17:25:49.888Z Downloaded zerocopy-derive v0.7.35
3442026-07-02T17:25:49.897Z Downloaded toml_edit v0.22.27
3452026-07-02T17:25:49.903Z Downloaded pest_meta v2.8.6
3462026-07-02T17:25:49.913Z Downloaded indexmap v2.14.0
3472026-07-02T17:25:49.920Z Downloaded serde v1.0.228
3482026-07-02T17:25:49.924Z Downloaded clap_builder v4.6.0
3492026-07-02T17:25:49.945Z Downloaded memchr v2.8.0
3502026-07-02T17:25:49.948Z Downloaded typenum v1.20.1
3512026-07-02T17:25:49.961Z Downloaded pest v2.8.6
3522026-07-02T17:25:49.969Z Downloaded goblin v0.8.2
3532026-07-02T17:25:49.978Z Downloaded hashbrown v0.17.0
3542026-07-02T17:25:49.988Z Downloaded serde_json v1.0.150
3552026-07-02T17:25:50.008Z Downloaded winnow v0.7.14
3562026-07-02T17:25:50.013Z Downloaded tabled v0.15.0
3572026-07-02T17:25:50.035Z Downloaded unicode-width v0.2.0
3582026-07-02T17:25:50.041Z Downloaded unicode-width v0.1.14
3592026-07-02T17:25:50.045Z Downloaded syn v1.0.109
3602026-07-02T17:25:50.051Z Downloaded syn v2.0.117
3612026-07-02T17:25:50.061Z Downloaded rustix v1.1.3
3622026-07-02T17:25:50.091Z Downloaded libc v0.2.185
3632026-07-02T17:25:50.155Z Compiling proc-macro2 v1.0.106
3642026-07-02T17:25:50.155Z Compiling quote v1.0.45
3652026-07-02T17:25:50.160Z Compiling unicode-ident v1.0.24
3662026-07-02T17:25:50.160Z Compiling serde_core v1.0.228
3672026-07-02T17:25:50.160Z Compiling libc v0.2.185
3682026-07-02T17:25:50.160Z Compiling version_check v0.9.5
3692026-07-02T17:25:50.160Z Compiling memchr v2.8.0
3702026-07-02T17:25:50.160Z Compiling serde v1.0.228
3712026-07-02T17:25:50.161Z Compiling zmij v1.0.21
3722026-07-02T17:25:50.161Z Compiling itoa v1.0.17
3732026-07-02T17:25:50.335Z Compiling ucd-trie v0.1.7
3742026-07-02T17:25:50.339Z Compiling thiserror v1.0.69
3752026-07-02T17:25:50.339Z Compiling rustix v1.1.3
3762026-07-02T17:25:50.340Z Compiling byteorder v1.5.0
3772026-07-02T17:25:50.656Z Compiling serde_json v1.0.150
3782026-07-02T17:25:50.754Z Compiling bitflags v2.11.0
3792026-07-02T17:25:50.804Z Compiling proc-macro-error-attr v1.0.4
3802026-07-02T17:25:50.860Z Compiling pest v2.8.6
3812026-07-02T17:25:50.900Z Compiling usdt-impl v0.5.0
3822026-07-02T17:25:51.071Z Compiling syn v1.0.109
3832026-07-02T17:25:51.079Z Compiling camino v1.2.2
3842026-07-02T17:25:51.079Z Compiling proc-macro-error v1.0.4
3852026-07-02T17:25:51.111Z Compiling log v0.4.29
3862026-07-02T17:25:51.124Z Compiling equivalent v1.0.2
3872026-07-02T17:25:51.185Z Compiling plain v0.2.3
3882026-07-02T17:25:51.228Z Compiling utf8parse v0.2.2
3892026-07-02T17:25:51.278Z Compiling errno v0.3.14
3902026-07-02T17:25:51.281Z Compiling thread-id v4.2.2
3912026-07-02T17:25:51.281Z Compiling getrandom v0.4.1
3922026-07-02T17:25:51.328Z Compiling hashbrown v0.17.0
3932026-07-02T17:25:51.350Z Compiling anstyle-parse v1.0.0
3942026-07-02T17:25:51.403Z Compiling colorchoice v1.0.4
3952026-07-02T17:25:51.448Z Compiling cfg-if v1.0.4
3962026-07-02T17:25:51.465Z Compiling pretty-hex v0.4.1
3972026-07-02T17:25:51.544Z Compiling thiserror v2.0.18
3982026-07-02T17:25:51.577Z Compiling anstyle v1.0.14
3992026-07-02T17:25:51.577Z Compiling anstyle-query v1.1.5
4002026-07-02T17:25:51.577Z Compiling winnow v0.7.14
4012026-07-02T17:25:51.611Z Compiling is_terminal_polyfill v1.70.2
4022026-07-02T17:25:51.665Z Compiling toml_write v0.1.2
4032026-07-02T17:25:51.694Z Compiling autocfg v1.5.0
4042026-07-02T17:25:51.726Z Compiling anstream v1.0.0
4052026-07-02T17:25:51.741Z Compiling fastrand v2.3.0
4062026-07-02T17:25:51.781Z Compiling syn v2.0.117
4072026-07-02T17:25:51.862Z Compiling indexmap v2.14.0
4082026-07-02T17:25:51.884Z Compiling once_cell v1.21.3
4092026-07-02T17:25:51.929Z Compiling heck v0.5.0
4102026-07-02T17:25:52.013Z Compiling pest_meta v2.8.6
4112026-07-02T17:25:52.023Z Compiling strsim v0.11.1
4122026-07-02T17:25:52.042Z Compiling heck v0.4.1
4132026-07-02T17:25:52.121Z Compiling fs-err v3.3.0
4142026-07-02T17:25:52.137Z Compiling clap_lex v1.0.0
4152026-07-02T17:25:52.145Z Compiling fnv v1.0.7
4162026-07-02T17:25:52.194Z Compiling unicode-width v0.1.14
4172026-07-02T17:25:52.242Z Compiling bytecount v0.6.9
4182026-07-02T17:25:52.259Z Compiling anyhow v1.0.102
4192026-07-02T17:25:52.283Z Compiling memmap v0.7.0
4202026-07-02T17:25:52.342Z Compiling terminal_size v0.4.3
4212026-07-02T17:25:52.389Z Compiling tempfile v3.25.0
4222026-07-02T17:25:52.389Z Compiling unicode-width v0.2.0
4232026-07-02T17:25:52.405Z Compiling smawk v0.3.2
4242026-07-02T17:25:52.487Z Compiling clap_builder v4.6.0
4252026-07-02T17:25:52.512Z Compiling papergrid v0.11.0
4262026-07-02T17:25:52.512Z Compiling unicode-linebreak v0.1.5
4272026-07-02T17:25:52.531Z Compiling swrite v0.1.0
4282026-07-02T17:25:52.675Z Compiling semver v1.0.28
4292026-07-02T17:25:52.702Z Compiling cargo-platform v0.3.2
4302026-07-02T17:25:52.762Z Compiling textwrap v0.16.2
4312026-07-02T17:25:52.909Z Compiling camino-tempfile v1.4.1
4322026-07-02T17:25:53.327Z Compiling tabled_derive v0.7.0
4332026-07-02T17:25:54.374Z Compiling pest_generator v2.8.6
4342026-07-02T17:25:54.404Z Compiling tabled v0.15.0
4352026-07-02T17:25:54.563Z Compiling serde_derive v1.0.228
4362026-07-02T17:25:54.563Z Compiling thiserror-impl v1.0.69
4372026-07-02T17:25:54.563Z Compiling zerocopy-derive v0.7.35
4382026-07-02T17:25:54.590Z Compiling scroll_derive v0.12.1
4392026-07-02T17:25:54.590Z Compiling thiserror-impl v2.0.18
4402026-07-02T17:25:54.590Z Compiling clap_derive v4.6.1
4412026-07-02T17:25:54.628Z Compiling pest_derive v2.8.6
4422026-07-02T17:25:55.147Z Compiling scroll v0.12.0
4432026-07-02T17:25:55.422Z Compiling zerocopy v0.7.35
4442026-07-02T17:25:55.466Z Compiling goblin v0.8.2
4452026-07-02T17:25:55.680Z Compiling dtrace-parser v0.2.0
4462026-07-02T17:25:55.896Z Compiling clap v4.6.1
4472026-07-02T17:25:56.941Z Compiling dof v0.3.0
4482026-07-02T17:25:56.941Z Compiling serde_tokenstream v0.2.3
4492026-07-02T17:25:56.964Z Compiling toml_datetime v0.6.11
4502026-07-02T17:25:56.964Z Compiling serde_spanned v0.6.9
4512026-07-02T17:25:56.964Z Compiling macaddr v1.0.1
4522026-07-02T17:25:56.964Z Compiling cargo_metadata v0.23.1
4532026-07-02T17:25:56.965Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4542026-07-02T17:25:57.123Z Compiling toml_edit v0.22.27
4552026-07-02T17:25:57.600Z Compiling usdt-macro v0.5.0
4562026-07-02T17:25:57.617Z Compiling usdt-attr-macro v0.5.0
4572026-07-02T17:25:58.199Z Compiling usdt v0.5.0
4582026-07-02T17:25:58.377Z Compiling toml v0.8.23
4592026-07-02T17:25:58.707Z Compiling cargo_toml v0.21.0
4602026-07-02T17:25:59.996Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4612026-07-02T17:26:01.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.53s
4622026-07-02T17:26:02.151Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4632026-07-02T17:26:02.659Z Downloading crates ...
4642026-07-02T17:26:02.756Z Downloaded base16ct v0.2.0
4652026-07-02T17:26:02.773Z Downloaded aead v0.5.2
4662026-07-02T17:26:02.773Z Downloaded adler2 v2.0.1
4672026-07-02T17:26:02.773Z Downloaded async-recursion v1.1.1
4682026-07-02T17:26:02.774Z Downloaded buf-list v1.1.2
4692026-07-02T17:26:02.774Z Downloaded arrayref v0.3.9
4702026-07-02T17:26:02.774Z Downloaded async-stream v0.3.6
4712026-07-02T17:26:02.787Z Downloaded argon2 v0.5.3
4722026-07-02T17:26:02.787Z Downloaded crc32fast v1.5.0
4732026-07-02T17:26:02.787Z Downloaded allocator-api2 v0.2.21
4742026-07-02T17:26:02.787Z Downloaded crossbeam-utils v0.8.21
4752026-07-02T17:26:02.787Z Downloaded atty v0.2.14
4762026-07-02T17:26:02.787Z Downloaded assert_matches v1.5.0
4772026-07-02T17:26:02.787Z Downloaded convert_case v0.10.0
4782026-07-02T17:26:02.787Z Downloaded crossbeam-deque v0.8.6
4792026-07-02T17:26:02.787Z Downloaded crucible-workspace-hack v0.1.0
4802026-07-02T17:26:02.787Z Downloaded crc8 v0.1.1
4812026-07-02T17:26:02.787Z Downloaded atomicwrites v0.4.4
4822026-07-02T17:26:02.795Z Downloaded aho-corasick v1.1.4
4832026-07-02T17:26:02.795Z Downloaded crc v3.4.0
4842026-07-02T17:26:02.795Z Downloaded aes-gcm v0.11.0
4852026-07-02T17:26:02.795Z Downloaded crc-catalog v2.4.0
4862026-07-02T17:26:02.795Z Downloaded cookie v0.18.1
4872026-07-02T17:26:02.795Z Downloaded bb8 v0.8.6
4882026-07-02T17:26:02.795Z Downloaded cc v1.2.56
4892026-07-02T17:26:02.795Z Downloaded darling_macro v0.23.0
4902026-07-02T17:26:02.807Z Downloaded bcrypt-pbkdf v0.11.0
4912026-07-02T17:26:02.807Z Downloaded base16ct v1.0.0
4922026-07-02T17:26:02.807Z Downloaded ascii-canvas v3.0.0
4932026-07-02T17:26:02.807Z Downloaded async-trait v0.1.89
4942026-07-02T17:26:02.807Z Downloaded darling v0.23.0
4952026-07-02T17:26:02.814Z Downloaded crossbeam-epoch v0.9.18
4962026-07-02T17:26:02.814Z Downloaded bitfield-macros v0.19.4
4972026-07-02T17:26:02.814Z Downloaded bit-set v0.8.0
4982026-07-02T17:26:02.814Z Downloaded async-stream-impl v0.3.6
4992026-07-02T17:26:02.814Z Downloaded array-init v0.0.4
5002026-07-02T17:26:02.814Z Downloaded darling v0.20.11
5012026-07-02T17:26:02.814Z Downloaded atomic-waker v1.1.2
5022026-07-02T17:26:02.814Z Downloaded aes v0.9.1
5032026-07-02T17:26:02.817Z Downloaded cstr-argument v0.1.2
5042026-07-02T17:26:02.817Z Downloaded crunchy v0.2.4
5052026-07-02T17:26:02.817Z Downloaded critical-section v1.2.0
5062026-07-02T17:26:02.817Z Downloaded cookie_store v0.22.1
5072026-07-02T17:26:02.821Z Downloaded bit-vec v0.8.0
5082026-07-02T17:26:02.821Z Downloaded bit-vec v0.6.3
5092026-07-02T17:26:02.824Z Downloaded difflib v0.4.0
5102026-07-02T17:26:02.824Z Downloaded ctr v0.10.1
5112026-07-02T17:26:02.825Z Downloaded darling_macro v0.20.11
5122026-07-02T17:26:02.825Z Downloaded cpubits v0.1.1
5132026-07-02T17:26:02.829Z Downloaded cfg_aliases v0.2.1
5142026-07-02T17:26:02.829Z Downloaded ahash v0.8.12
5152026-07-02T17:26:02.829Z Downloaded bit-set v0.5.3
5162026-07-02T17:26:02.832Z Downloaded ciborium-ll v0.2.2
5172026-07-02T17:26:02.832Z Downloaded ciborium-io v0.2.2
5182026-07-02T17:26:02.835Z Downloaded defmt-parser v1.0.0
5192026-07-02T17:26:02.835Z Downloaded block-buffer v0.12.1
5202026-07-02T17:26:02.838Z Downloaded cobs v0.3.0
5212026-07-02T17:26:02.838Z Downloaded darling_macro v0.21.3
5222026-07-02T17:26:02.839Z Downloaded crypto-common v0.2.2
5232026-07-02T17:26:02.842Z Downloaded castaway v0.2.4
5242026-07-02T17:26:02.842Z Downloaded defmt v0.3.100
5252026-07-02T17:26:02.842Z Downloaded curve25519-dalek-derive v0.1.1
5262026-07-02T17:26:02.845Z Downloaded dsl_auto_type v0.2.0
5272026-07-02T17:26:02.848Z Downloaded dyn-clone v1.0.20
5282026-07-02T17:26:02.851Z Downloaded dropshot-api-manager-types v0.7.2
5292026-07-02T17:26:02.851Z Downloaded cfg_aliases v0.1.1
5302026-07-02T17:26:02.851Z Downloaded block-padding v0.4.2
5312026-07-02T17:26:02.851Z Downloaded debug-ignore v1.0.5
5322026-07-02T17:26:02.855Z Downloaded convert_case v0.4.0
5332026-07-02T17:26:02.858Z Downloaded endian-type v0.1.2
5342026-07-02T17:26:02.858Z Downloaded darling_core v0.20.11
5352026-07-02T17:26:02.861Z Downloaded cpufeatures v0.3.0
5362026-07-02T17:26:02.865Z Downloaded downcast-rs v2.0.2
5372026-07-02T17:26:02.865Z Downloaded compression-core v0.4.31
5382026-07-02T17:26:02.865Z Downloaded enum-as-inner v0.6.1
5392026-07-02T17:26:02.868Z Downloaded embedded-io v0.6.1
5402026-07-02T17:26:02.871Z Downloaded dunce v1.0.5
5412026-07-02T17:26:02.871Z Downloaded dof v0.4.0
5422026-07-02T17:26:02.871Z Downloaded diesel_table_macro_syntax v0.3.0
5432026-07-02T17:26:02.874Z Downloaded anstream v0.6.21
5442026-07-02T17:26:02.874Z Downloaded aead v0.6.1
5452026-07-02T17:26:02.878Z Downloaded anstyle-parse v0.2.7
5462026-07-02T17:26:02.878Z Downloaded dirs-sys-next v0.1.2
5472026-07-02T17:26:02.882Z Downloaded byte-wrapper v0.1.0
5482026-07-02T17:26:02.882Z Downloaded darling_macro v0.13.4
5492026-07-02T17:26:02.882Z Downloaded env_filter v1.0.0
5502026-07-02T17:26:02.885Z Downloaded dirs-next v2.0.0
5512026-07-02T17:26:02.885Z Downloaded bitfield-struct v0.6.2
5522026-07-02T17:26:02.889Z Downloaded display-error-chain v0.2.2
5532026-07-02T17:26:02.889Z Downloaded fixedbitset v0.4.2
5542026-07-02T17:26:02.892Z Downloaded float-cmp v0.10.0
5552026-07-02T17:26:02.892Z Downloaded foreign-types v0.5.0
5562026-07-02T17:26:02.900Z Downloaded foreign-types-shared v0.3.1
5572026-07-02T17:26:02.900Z Downloaded foreign-types-shared v0.1.1
5582026-07-02T17:26:02.900Z Downloaded futures-macro v0.3.32
5592026-07-02T17:26:02.900Z Downloaded foreign-types-macros v0.2.3
5602026-07-02T17:26:02.900Z Downloaded float-ord v0.3.2
5612026-07-02T17:26:02.904Z Downloaded document-features v0.2.12
5622026-07-02T17:26:02.904Z Downloaded futures-io v0.3.32
5632026-07-02T17:26:02.904Z Downloaded flagset v0.4.7
5642026-07-02T17:26:02.904Z Downloaded backoff v0.4.0
5652026-07-02T17:26:02.904Z Downloaded bitfield v0.19.4
5662026-07-02T17:26:02.904Z Downloaded base64ct v1.8.3
5672026-07-02T17:26:02.908Z Downloaded embedded-io v0.4.0
5682026-07-02T17:26:02.908Z Downloaded arrayvec v0.7.6
5692026-07-02T17:26:02.911Z Downloaded form_urlencoded v1.2.2
5702026-07-02T17:26:02.911Z Downloaded foreign-types v0.3.2
5712026-07-02T17:26:02.911Z Downloaded chacha20 v0.9.1
5722026-07-02T17:26:02.912Z Downloaded const_format_proc_macros v0.2.34
5732026-07-02T17:26:02.917Z Downloaded blowfish v0.10.0
5742026-07-02T17:26:02.918Z Downloaded cexpr v0.6.0
5752026-07-02T17:26:02.918Z Downloaded cbc v0.2.1
5762026-07-02T17:26:02.918Z Downloaded derive_builder_macro v0.20.2
5772026-07-02T17:26:02.918Z Downloaded cipher v0.4.4
5782026-07-02T17:26:02.923Z Downloaded cmov v0.5.4
5792026-07-02T17:26:02.928Z Downloaded camino-tempfile-ext v0.3.3
5802026-07-02T17:26:02.928Z Downloaded data-encoding v2.10.0
5812026-07-02T17:26:02.928Z Downloaded daft-derive v0.1.7
5822026-07-02T17:26:02.932Z Downloaded fxhash v0.2.1
5832026-07-02T17:26:02.932Z Downloaded cassowary v0.3.0
5842026-07-02T17:26:02.932Z Downloaded csv-core v0.1.13
5852026-07-02T17:26:02.932Z Downloaded funty v2.0.0
5862026-07-02T17:26:02.932Z Downloaded diesel-dtrace v0.5.0
5872026-07-02T17:26:02.936Z Downloaded ed25519 v2.2.3
5882026-07-02T17:26:02.936Z Downloaded enum_dispatch v0.3.13
5892026-07-02T17:26:02.941Z Downloaded futures-core v0.3.32
5902026-07-02T17:26:02.941Z Downloaded console v0.15.11
5912026-07-02T17:26:02.941Z Downloaded git-stub v1.0.0
5922026-07-02T17:26:02.946Z Downloaded ghash v0.6.0
5932026-07-02T17:26:02.946Z Downloaded futures-task v0.3.32
5942026-07-02T17:26:02.946Z Downloaded futures-sink v0.3.32
5952026-07-02T17:26:02.946Z Downloaded colored v2.2.0
5962026-07-02T17:26:02.946Z Downloaded globwalk v0.9.1
5972026-07-02T17:26:02.956Z Downloaded ena v0.14.4
5982026-07-02T17:26:02.956Z Downloaded hash32 v0.2.1
5992026-07-02T17:26:02.956Z Downloaded crossbeam-channel v0.5.15
6002026-07-02T17:26:02.956Z Downloaded compression-codecs v0.4.37
6012026-07-02T17:26:02.956Z Downloaded fallible-iterator v0.2.0
6022026-07-02T17:26:02.979Z Downloaded env_logger v0.11.9
6032026-07-02T17:26:02.979Z Downloaded fixedbitset v0.5.7
6042026-07-02T17:26:02.979Z Downloaded foldhash v0.1.5
6052026-07-02T17:26:02.979Z Downloaded fs_extra v1.3.0
6062026-07-02T17:26:02.979Z Downloaded ff v0.13.1
6072026-07-02T17:26:02.979Z Downloaded headers-core v0.3.0
6082026-07-02T17:26:02.979Z Downloaded fd-lock v4.0.4
6092026-07-02T17:26:02.979Z Downloaded ecdsa v0.16.9
6102026-07-02T17:26:02.979Z Downloaded hex-literal v1.1.0
6112026-07-02T17:26:02.979Z Downloaded digest v0.11.3
6122026-07-02T17:26:02.979Z Downloaded hostname v0.3.1
6132026-07-02T17:26:02.979Z Downloaded delegate v0.13.5
6142026-07-02T17:26:03.002Z Downloaded deranged v0.5.8
6152026-07-02T17:26:03.002Z Downloaded daft v0.1.7
6162026-07-02T17:26:03.002Z Downloaded find-msvc-tools v0.1.9
6172026-07-02T17:26:03.002Z Downloaded futures-executor v0.3.32
6182026-07-02T17:26:03.002Z Downloaded bzip2 v0.4.4
6192026-07-02T17:26:03.003Z Downloaded bitflags v1.3.2
6202026-07-02T17:26:03.003Z Downloaded filetime v0.2.27
6212026-07-02T17:26:03.003Z Downloaded async-bb8-diesel v0.2.1
6222026-07-02T17:26:03.003Z Downloaded clang-sys v1.8.1
6232026-07-02T17:26:03.003Z Downloaded ciborium v0.2.2
6242026-07-02T17:26:03.003Z Downloaded hex v0.4.3
6252026-07-02T17:26:03.003Z Downloaded diff v0.1.13
6262026-07-02T17:26:03.003Z Downloaded console v0.16.2
6272026-07-02T17:26:03.003Z Downloaded gethostname v0.5.0
6282026-07-02T17:26:03.003Z Downloaded colored v3.1.1
6292026-07-02T17:26:03.003Z Downloaded cmake v0.1.57
6302026-07-02T17:26:03.003Z Downloaded defmt v1.0.1
6312026-07-02T17:26:03.011Z Downloaded const-oid v0.9.6
6322026-07-02T17:26:03.011Z Downloaded chacha20 v0.10.0
6332026-07-02T17:26:03.011Z Downloaded blake2 v0.10.6
6342026-07-02T17:26:03.011Z Downloaded git-stub-vcs v0.1.0
6352026-07-02T17:26:03.011Z Downloaded http-range v0.1.5
6362026-07-02T17:26:03.011Z Downloaded home v0.5.12
6372026-07-02T17:26:03.011Z Downloaded hubpack_derive v0.1.1
6382026-07-02T17:26:03.011Z Downloaded hubpack v0.1.2
6392026-07-02T17:26:03.011Z Downloaded httpdate v1.0.3
6402026-07-02T17:26:03.011Z Downloaded either v1.15.0
6412026-07-02T17:26:03.011Z Downloaded ed25519 v3.0.0
6422026-07-02T17:26:03.011Z Downloaded hyper-tls v0.6.0
6432026-07-02T17:26:03.011Z Downloaded hostname v0.4.2
6442026-07-02T17:26:03.011Z Downloaded cipher v0.5.2
6452026-07-02T17:26:03.016Z Downloaded defmt-macros v1.0.1
6462026-07-02T17:26:03.016Z Downloaded group v0.13.0
6472026-07-02T17:26:03.016Z Downloaded futures-channel v0.3.32
6482026-07-02T17:26:03.016Z Downloaded hash32 v0.3.1
6492026-07-02T17:26:03.016Z Downloaded group v0.14.0
6502026-07-02T17:26:03.016Z Downloaded globset v0.4.18
6512026-07-02T17:26:03.020Z Downloaded glob v0.3.3
6522026-07-02T17:26:03.020Z Downloaded argon2 v0.6.0-rc.8
6532026-07-02T17:26:03.020Z Downloaded displaydoc v0.2.5
6542026-07-02T17:26:03.023Z Downloaded indent_write v2.2.0
6552026-07-02T17:26:03.023Z Downloaded illumos-nvpair-sys v0.2.0
6562026-07-02T17:26:03.023Z Downloaded darling v0.21.3
6572026-07-02T17:26:03.027Z Downloaded idna_adapter v1.2.1
6582026-07-02T17:26:03.027Z Downloaded illumos-nvpair v0.3.0
6592026-07-02T17:26:03.027Z Downloaded ident_case v1.0.1
6602026-07-02T17:26:03.030Z Downloaded derive-ex v0.1.8
6612026-07-02T17:26:03.030Z Downloaded ctutils v0.4.2
6622026-07-02T17:26:03.030Z Downloaded erased-serde v0.3.31
6632026-07-02T17:26:03.034Z Downloaded dtrace-parser v0.3.0
6642026-07-02T17:26:03.034Z Downloaded der_derive v0.7.3
6652026-07-02T17:26:03.034Z Downloaded highway v1.3.0
6662026-07-02T17:26:03.037Z Downloaded ecdsa v0.17.0-rc.18
6672026-07-02T17:26:03.037Z Downloaded ff v0.14.0
6682026-07-02T17:26:03.043Z Downloaded bzip2 v0.6.1
6692026-07-02T17:26:03.043Z Downloaded cancel-safe-futures v0.1.5
6702026-07-02T17:26:03.043Z Downloaded blake2 v0.11.0-rc.6
6712026-07-02T17:26:03.046Z Downloaded is-terminal v0.4.17
6722026-07-02T17:26:03.046Z Downloaded inout v0.2.2
6732026-07-02T17:26:03.046Z Downloaded inout v0.1.4
6742026-07-02T17:26:03.046Z Downloaded backon v1.6.0
6752026-07-02T17:26:03.049Z Downloaded instant v0.1.13
6762026-07-02T17:26:03.049Z Downloaded internet-checksum v0.2.1
6772026-07-02T17:26:03.049Z Downloaded is_ci v1.2.0
6782026-07-02T17:26:03.049Z Downloaded indoc v1.0.9
6792026-07-02T17:26:03.052Z Downloaded foldhash v0.2.0
6802026-07-02T17:26:03.052Z Downloaded instability v0.3.11
6812026-07-02T17:26:03.056Z Downloaded arc-swap v1.8.2
6822026-07-02T17:26:03.056Z Downloaded derive_builder_core v0.20.2
6832026-07-02T17:26:03.063Z Downloaded keccak v0.1.6
6842026-07-02T17:26:03.063Z Downloaded des v0.9.0
6852026-07-02T17:26:03.068Z Downloaded derive-where v1.6.0
6862026-07-02T17:26:03.068Z Downloaded derive_builder v0.20.2
6872026-07-02T17:26:03.068Z Downloaded http-body-util v0.1.3
6882026-07-02T17:26:03.068Z Downloaded humantime v2.3.0
6892026-07-02T17:26:03.071Z Downloaded crc-any v2.5.0
6902026-07-02T17:26:03.071Z Downloaded darling v0.13.4
6912026-07-02T17:26:03.071Z Downloaded corncobs v0.1.4
6922026-07-02T17:26:03.071Z Downloaded http-body v1.0.1
6932026-07-02T17:26:03.074Z Downloaded lazy_static v1.5.0
6942026-07-02T17:26:03.074Z Downloaded kstat-rs v0.2.4
6952026-07-02T17:26:03.074Z Downloaded lalrpop-util v0.19.12
6962026-07-02T17:26:03.074Z Downloaded kem v0.3.0
6972026-07-02T17:26:03.079Z Downloaded derive_more v2.1.1
6982026-07-02T17:26:03.082Z Downloaded lru-cache v0.1.2
6992026-07-02T17:26:03.085Z Downloaded lru v0.12.5
7002026-07-02T17:26:03.085Z Downloaded half v1.8.3
7012026-07-02T17:26:03.088Z Downloaded fs-err v2.11.0
7022026-07-02T17:26:03.088Z Downloaded libscf-sys v1.1.0
7032026-07-02T17:26:03.088Z Downloaded const-oid v0.10.2
7042026-07-02T17:26:03.091Z Downloaded constant_time_eq v0.4.2
7052026-07-02T17:26:03.091Z Downloaded bcs v0.1.6
7062026-07-02T17:26:03.096Z Downloaded match_cfg v0.1.0
7072026-07-02T17:26:03.096Z Downloaded crypto-bigint v0.5.5
7082026-07-02T17:26:03.099Z Downloaded memoffset v0.9.1
7092026-07-02T17:26:03.099Z Downloaded md5 v0.8.0
7102026-07-02T17:26:03.099Z Downloaded derive_more v0.99.20
7112026-07-02T17:26:03.102Z Downloaded dropshot_endpoint v0.17.1
7122026-07-02T17:26:03.105Z Downloaded drift v0.2.0
7132026-07-02T17:26:03.109Z Downloaded ipnetwork v0.21.1
7142026-07-02T17:26:03.113Z Downloaded impl-trait-for-tuples v0.2.3
7152026-07-02T17:26:03.113Z Downloaded ipnet v2.11.0
7162026-07-02T17:26:03.116Z Downloaded ingot-types v0.1.2
7172026-07-02T17:26:03.116Z Downloaded indoc v2.0.7
7182026-07-02T17:26:03.120Z Downloaded const_format v0.2.35
7192026-07-02T17:26:03.123Z Downloaded nibble_vec v0.1.0
7202026-07-02T17:26:03.123Z Downloaded compact_str v0.8.1
7212026-07-02T17:26:03.123Z Downloaded new_debug_unreachable v1.0.6
7222026-07-02T17:26:03.128Z Downloaded multimap v0.10.1
7232026-07-02T17:26:03.128Z Downloaded bytes v1.11.1
7242026-07-02T17:26:03.132Z Downloaded crossterm v0.28.1
7252026-07-02T17:26:03.133Z Downloaded newtype_derive v0.1.6
7262026-07-02T17:26:03.137Z Downloaded newtype-uuid-macros v0.1.0
7272026-07-02T17:26:03.137Z Downloaded newline-converter v0.3.0
7282026-07-02T17:26:03.137Z Downloaded generic-array v1.4.3
7292026-07-02T17:26:03.137Z Downloaded nodrop v0.1.14
7302026-07-02T17:26:03.141Z Downloaded hybrid-array v0.4.13
7312026-07-02T17:26:03.141Z Downloaded jobserver v0.1.34
7322026-07-02T17:26:03.141Z Downloaded iana-time-zone v0.1.65
7332026-07-02T17:26:03.146Z Downloaded keccak v0.2.0
7342026-07-02T17:26:03.146Z Downloaded httparse v1.10.1
7352026-07-02T17:26:03.146Z Downloaded libefi-sys v0.1.0
7362026-07-02T17:26:03.146Z Downloaded num-iter v0.1.45
7372026-07-02T17:26:03.146Z Downloaded num-derive v0.3.3
7382026-07-02T17:26:03.153Z Downloaded num v0.4.3
7392026-07-02T17:26:03.153Z Downloaded num_threads v0.1.7
7402026-07-02T17:26:03.153Z Downloaded num-conv v0.2.0
7412026-07-02T17:26:03.153Z Downloaded getrandom v0.3.4
7422026-07-02T17:26:03.158Z Downloaded lock_api v0.4.14
7432026-07-02T17:26:03.158Z Downloaded futures v0.3.32
7442026-07-02T17:26:03.158Z Downloaded linear-map v1.2.0
7452026-07-02T17:26:03.158Z Downloaded hyper-staticfile v0.10.1
7462026-07-02T17:26:03.161Z Downloaded getrandom v0.2.17
7472026-07-02T17:26:03.161Z Downloaded mime v0.3.17
7482026-07-02T17:26:03.161Z Downloaded libloading v0.8.9
7492026-07-02T17:26:03.166Z Downloaded num-derive v0.4.2
7502026-07-02T17:26:03.166Z Downloaded normalize-line-endings v0.3.0
7512026-07-02T17:26:03.166Z Downloaded mime_guess v2.0.5
7522026-07-02T17:26:03.169Z Downloaded num_enum_derive v0.5.11
7532026-07-02T17:26:03.169Z Downloaded openssl-probe v0.1.6
7542026-07-02T17:26:03.169Z Downloaded opaque-debug v0.3.1
7552026-07-02T17:26:03.169Z Downloaded nonempty v0.12.0
7562026-07-02T17:26:03.169Z Downloaded libsw-core v0.3.2
7572026-07-02T17:26:03.172Z Downloaded libsw v3.5.0
7582026-07-02T17:26:03.172Z Downloaded olpc-cjson v0.1.4
7592026-07-02T17:26:03.172Z Downloaded darling_core v0.21.3
7602026-07-02T17:26:03.176Z Downloaded hmac v0.13.0
7612026-07-02T17:26:03.180Z Downloaded elliptic-curve v0.13.8
7622026-07-02T17:26:03.186Z Downloaded darling_core v0.13.4
7632026-07-02T17:26:03.186Z Downloaded multer v3.1.0
7642026-07-02T17:26:03.195Z Downloaded oso-derive v0.27.3
7652026-07-02T17:26:03.195Z Downloaded ingot-macros v0.1.1
7662026-07-02T17:26:03.195Z Downloaded ingot v0.1.1
7672026-07-02T17:26:03.195Z Downloaded native-tls v0.2.18
7682026-07-02T17:26:03.195Z Downloaded nanorand v0.7.0
7692026-07-02T17:26:03.202Z Downloaded openssl-probe v0.2.1
7702026-07-02T17:26:03.203Z Downloaded bumpalo v3.20.2
7712026-07-02T17:26:03.203Z Downloaded module-lattice v0.2.3
7722026-07-02T17:26:03.203Z Downloaded base64 v0.21.7
7732026-07-02T17:26:03.203Z Downloaded parse-display v0.10.0
7742026-07-02T17:26:03.203Z Downloaded ar_archive_writer v0.5.1
7752026-07-02T17:26:03.203Z Downloaded crossterm v0.29.0
7762026-07-02T17:26:03.208Z Downloaded newtype-uuid v1.3.2
7772026-07-02T17:26:03.208Z Downloaded flume v0.11.1
7782026-07-02T17:26:03.211Z Downloaded fatfs v0.3.6
7792026-07-02T17:26:03.211Z Downloaded darling_core v0.23.0
7802026-07-02T17:26:03.214Z Downloaded packed_struct_codegen v0.10.1
7812026-07-02T17:26:03.214Z Downloaded der v0.7.10
7822026-07-02T17:26:03.218Z Downloaded base64 v0.22.1
7832026-07-02T17:26:03.222Z Downloaded peg-runtime v0.8.5
7842026-07-02T17:26:03.222Z Downloaded parse-size v1.1.0
7852026-07-02T17:26:03.222Z Downloaded nu-ansi-term v0.50.3
7862026-07-02T17:26:03.222Z Downloaded path-slash v0.1.5
7872026-07-02T17:26:03.237Z Downloaded phf_shared v0.12.1
7882026-07-02T17:26:03.240Z Downloaded percent-encoding v2.3.2
7892026-07-02T17:26:03.240Z Downloaded owo-colors v4.3.0
7902026-07-02T17:26:03.240Z Downloaded openssl-macros v0.1.1
7912026-07-02T17:26:03.244Z Downloaded num-integer v0.1.46
7922026-07-02T17:26:03.244Z Downloaded num-complex v0.4.6
7932026-07-02T17:26:03.244Z Downloaded memmap2 v0.9.10
7942026-07-02T17:26:03.244Z Downloaded num_enum v0.7.6
7952026-07-02T17:26:03.249Z Downloaded phf_shared v0.11.3
7962026-07-02T17:26:03.249Z Downloaded num_enum_derive v0.7.6
7972026-07-02T17:26:03.254Z Downloaded num_enum v0.5.11
7982026-07-02T17:26:03.254Z Downloaded precomputed-hash v0.1.1
7992026-07-02T17:26:03.259Z Downloaded indexmap v1.9.3
8002026-07-02T17:26:03.259Z Downloaded litrs v1.0.0
8012026-07-02T17:26:03.259Z Downloaded litemap v0.8.1
8022026-07-02T17:26:03.259Z Downloaded phf_shared v0.13.1
8032026-07-02T17:26:03.262Z Downloaded heapless v0.7.17
8042026-07-02T17:26:03.262Z Downloaded flate2 v1.1.9
8052026-07-02T17:26:03.265Z Downloaded icu_provider v2.1.1
8062026-07-02T17:26:03.269Z Downloaded oxide-tokio-rt v0.1.4
8072026-07-02T17:26:03.269Z Downloaded oxnet v0.1.6
8082026-07-02T17:26:03.273Z Downloaded icu_properties v2.1.2
8092026-07-02T17:26:03.273Z Downloaded headers v0.4.1
8102026-07-02T17:26:03.276Z Downloaded predicates-core v1.0.10
8112026-07-02T17:26:03.276Z Downloaded powerfmt v0.2.0
8122026-07-02T17:26:03.280Z Downloaded diesel_derives v2.3.7
8132026-07-02T17:26:03.284Z Downloaded proc-macro-crate v1.3.1
8142026-07-02T17:26:03.285Z Downloaded hyper-rustls v0.27.7
8152026-07-02T17:26:03.285Z Downloaded predicates-tree v1.0.13
8162026-07-02T17:26:03.285Z Downloaded parse-display-derive v0.10.0
8172026-07-02T17:26:03.289Z Downloaded parking_lot_core v0.8.6
8182026-07-02T17:26:03.289Z Downloaded derive_more-impl v2.1.1
8192026-07-02T17:26:03.297Z Downloaded proc-macro-crate v3.4.0
8202026-07-02T17:26:03.297Z Downloaded proc-macro-error-attr2 v2.0.0
8212026-07-02T17:26:03.297Z Downloaded hmac v0.12.1
8222026-07-02T17:26:03.297Z Downloaded num-rational v0.4.2
8232026-07-02T17:26:03.301Z Downloaded icu_locale_core v2.1.1
8242026-07-02T17:26:03.301Z Downloaded progenitor-client v0.14.0
8252026-07-02T17:26:03.301Z Downloaded quick-error v1.2.3
8262026-07-02T17:26:03.301Z Downloaded progenitor-macro v0.13.0
8272026-07-02T17:26:03.301Z Downloaded pem-rfc7468 v0.7.0
8282026-07-02T17:26:03.305Z Downloaded pem v3.0.6
8292026-07-02T17:26:03.305Z Downloaded icu_normalizer_data v2.1.1
8302026-07-02T17:26:03.305Z Downloaded icu_normalizer v2.1.1
8312026-07-02T17:26:03.312Z Downloaded pem-rfc7468 v1.0.0
8322026-07-02T17:26:03.317Z Downloaded pkcs8 v0.10.2
8332026-07-02T17:26:03.317Z Downloaded phf v0.13.1
8342026-07-02T17:26:03.317Z Downloaded phf v0.12.1
8352026-07-02T17:26:03.318Z Downloaded psl-types v2.0.11
8362026-07-02T17:26:03.318Z Downloaded progenitor-macro v0.14.0
8372026-07-02T17:26:03.318Z Downloaded peg v0.8.5
8382026-07-02T17:26:03.321Z Downloaded ignore v0.4.25
8392026-07-02T17:26:03.321Z Downloaded async-compression v0.4.41
8402026-07-02T17:26:03.324Z Downloaded indicatif v0.18.4
8412026-07-02T17:26:03.327Z Downloaded rand_chacha v0.3.1
8422026-07-02T17:26:03.327Z Downloaded radium v0.7.0
8432026-07-02T17:26:03.327Z Downloaded pbkdf2 v0.13.0
8442026-07-02T17:26:03.330Z Downloaded pin-project-internal v1.1.11
8452026-07-02T17:26:03.330Z Downloaded ed25519-dalek v2.2.0
8462026-07-02T17:26:03.334Z Downloaded expectorate v1.2.0
8472026-07-02T17:26:03.334Z Downloaded ppv-lite86 v0.2.21
8482026-07-02T17:26:03.337Z Downloaded heapless v0.8.0
8492026-07-02T17:26:03.337Z Downloaded ml-kem v0.3.2
8502026-07-02T17:26:03.340Z Downloaded pkg-config v0.3.32
8512026-07-02T17:26:03.340Z Downloaded paste v1.0.15
8522026-07-02T17:26:03.344Z Downloaded password-hash v0.5.0
8532026-07-02T17:26:03.344Z Downloaded packed_struct v0.10.1
8542026-07-02T17:26:03.351Z Downloaded postgres-protocol v0.6.10
8552026-07-02T17:26:03.351Z Downloaded polyval v0.7.1
8562026-07-02T17:26:03.351Z Downloaded recursive-proc-macro-impl v0.1.1
8572026-07-02T17:26:03.354Z Downloaded predicates v3.1.4
8582026-07-02T17:26:03.354Z Downloaded potential_utf v0.1.4
8592026-07-02T17:26:03.354Z Downloaded rand_xorshift v0.4.0
8602026-07-02T17:26:03.354Z Downloaded recursive v0.1.1
8612026-07-02T17:26:03.354Z Downloaded primeorder v0.13.6
8622026-07-02T17:26:03.354Z Downloaded ed25519-dalek v3.0.0-rc.0
8632026-07-02T17:26:03.360Z Downloaded half v2.7.1
8642026-07-02T17:26:03.360Z Downloaded proc-macro-error2 v2.0.1
8652026-07-02T17:26:03.364Z Downloaded primefield v0.14.0
8662026-07-02T17:26:03.364Z Downloaded ref-cast v1.0.25
8672026-07-02T17:26:03.365Z Downloaded primeorder v0.14.0-rc.10
8682026-07-02T17:26:03.368Z Downloaded ref-cast-impl v1.0.25
8692026-07-02T17:26:03.368Z Downloaded progenitor v0.14.0
8702026-07-02T17:26:03.368Z Downloaded progenitor-extras v0.2.0
8712026-07-02T17:26:03.369Z Downloaded progenitor-client v0.13.0
8722026-07-02T17:26:03.372Z Downloaded progenitor v0.13.0
8732026-07-02T17:26:03.372Z Downloaded parking_lot v0.12.5
8742026-07-02T17:26:03.372Z Downloaded parking_lot v0.11.2
8752026-07-02T17:26:03.379Z Downloaded der v0.8.0
8762026-07-02T17:26:03.384Z Downloaded rfc6979 v0.4.0
8772026-07-02T17:26:03.384Z Downloaded omicron-zone-package v0.12.3
8782026-07-02T17:26:03.384Z Downloaded psm v0.1.30
8792026-07-02T17:26:03.384Z Downloaded miniz_oxide v0.8.9
8802026-07-02T17:26:03.387Z Downloaded icu_collections v2.1.1
8812026-07-02T17:26:03.387Z Downloaded num-traits v0.2.19
8822026-07-02T17:26:03.391Z Downloaded peg-macros v0.8.5
8832026-07-02T17:26:03.391Z Downloaded libbz2-rs-sys v0.2.2
8842026-07-02T17:26:03.394Z Downloaded parking_lot_core v0.9.12
8852026-07-02T17:26:03.394Z Downloaded pin-project-lite v0.2.17
8862026-07-02T17:26:03.398Z Downloaded rustc_version v0.1.7
8872026-07-02T17:26:03.398Z Downloaded russh-util v0.52.0
8882026-07-02T17:26:03.411Z Downloaded rtoolbox v0.0.3
8892026-07-02T17:26:03.411Z Downloaded rfc6979 v0.5.0
8902026-07-02T17:26:03.411Z Downloaded rustc_version v0.4.1
8912026-07-02T17:26:03.415Z Downloaded rustc-hash v2.1.1
8922026-07-02T17:26:03.415Z Downloaded rand_chacha v0.9.0
8932026-07-02T17:26:03.415Z Downloaded poly1305 v0.8.0
8942026-07-02T17:26:03.424Z Downloaded postgres-types v0.2.12
8952026-07-02T17:26:03.424Z Downloaded rand_core v0.10.0
8962026-07-02T17:26:03.427Z Downloaded postcard v1.1.3
8972026-07-02T17:26:03.428Z Downloaded rand_seeder v0.4.0
8982026-07-02T17:26:03.428Z Downloaded rand_core v0.9.5
8992026-07-02T17:26:03.428Z Downloaded rand_core v0.6.4
9002026-07-02T17:26:03.428Z Downloaded hickory-resolver v0.24.4
9012026-07-02T17:26:03.431Z Downloaded scopeguard v1.2.0
9022026-07-02T17:26:03.431Z Downloaded poly1305 v0.9.0
9032026-07-02T17:26:03.431Z Downloaded pkcs8 v0.11.0
9042026-07-02T17:26:03.434Z Downloaded scheduled-thread-pool v0.2.7
9052026-07-02T17:26:03.434Z Downloaded pkcs1 v0.7.5
9062026-07-02T17:26:03.437Z Downloaded sapling-renderdag v0.1.0
9072026-07-02T17:26:03.437Z Downloaded jiff-static v0.2.21
9082026-07-02T17:26:03.443Z Downloaded oso v0.27.3
9092026-07-02T17:26:03.443Z Downloaded r2d2 v0.8.10
9102026-07-02T17:26:03.443Z Downloaded pkcs1 v0.8.0-rc.4
9112026-07-02T17:26:03.447Z Downloaded scroll_derive v0.13.1
9122026-07-02T17:26:03.447Z Downloaded phc v0.6.1
9132026-07-02T17:26:03.447Z Downloaded password-hash v0.6.1
9142026-07-02T17:26:03.447Z Downloaded chacha20poly1305 v0.10.1
9152026-07-02T17:26:03.450Z Downloaded secrecy v0.8.0
9162026-07-02T17:26:03.450Z Downloaded md-5 v0.10.6
9172026-07-02T17:26:03.450Z Downloaded maybe-uninit v2.0.0
9182026-07-02T17:26:03.453Z Downloaded serde-big-array v0.5.1
9192026-07-02T17:26:03.453Z Downloaded secrecy v0.10.3
9202026-07-02T17:26:03.453Z Downloaded maplit v1.0.2
9212026-07-02T17:26:03.453Z Downloaded resolv-conf v0.7.6
9222026-07-02T17:26:03.456Z Downloaded seq-macro v0.3.6
9232026-07-02T17:26:03.457Z Downloaded semver v0.1.20
9242026-07-02T17:26:03.457Z Downloaded managed v0.8.0
9252026-07-02T17:26:03.460Z Downloaded serde_bytes v0.11.19
9262026-07-02T17:26:03.460Z Downloaded serde_urlencoded v0.7.1
9272026-07-02T17:26:03.470Z Downloaded lzss v0.8.2
9282026-07-02T17:26:03.470Z Downloaded quinn-udp v0.5.14
9292026-07-02T17:26:03.470Z Downloaded minimal-lexical v0.2.1
9302026-07-02T17:26:03.470Z Downloaded lru-slab v0.1.2
9312026-07-02T17:26:03.475Z Downloaded linked-hash-map v0.5.6
9322026-07-02T17:26:03.475Z Downloaded elliptic-curve v0.14.0-rc.33
9332026-07-02T17:26:03.475Z Downloaded russh-cryptovec v0.61.0
9342026-07-02T17:26:03.475Z Downloaded rustls-pemfile v2.2.0
9352026-07-02T17:26:03.475Z Downloaded serde_spanned v1.1.1
9362026-07-02T17:26:03.479Z Downloaded serde_repr v0.1.20
9372026-07-02T17:26:03.479Z Downloaded rustls-native-certs v0.8.3
9382026-07-02T17:26:03.483Z Downloaded hashbrown v0.13.2
9392026-07-02T17:26:03.486Z Downloaded pkcs5 v0.8.1
9402026-07-02T17:26:03.489Z Downloaded shell-words v1.1.1
9412026-07-02T17:26:03.492Z Downloaded openssl-sys v0.9.115
9422026-07-02T17:26:03.495Z Downloaded rusty-fork v0.3.1
9432026-07-02T17:26:03.495Z Downloaded sha1 v0.10.6
9442026-07-02T17:26:03.495Z Downloaded p384 v0.14.0-rc.10
9452026-07-02T17:26:03.499Z Downloaded signal-hook-mio v0.2.5
9462026-07-02T17:26:03.499Z Downloaded sha1 v0.11.0
9472026-07-02T17:26:03.499Z Downloaded papergrid v0.17.0
9482026-07-02T17:26:03.502Z Downloaded rustversion v1.0.22
9492026-07-02T17:26:03.505Z Downloaded same-file v1.0.6
9502026-07-02T17:26:03.505Z Downloaded hashbrown v0.12.3
9512026-07-02T17:26:03.508Z Downloaded prefix-trie v0.7.0
9522026-07-02T17:26:03.511Z Downloaded hickory-server v0.25.2
9532026-07-02T17:26:03.514Z Downloaded sigpipe v0.1.3
9542026-07-02T17:26:03.514Z Downloaded http v1.4.2
9552026-07-02T17:26:03.519Z Downloaded progenitor-impl v0.14.0
9562026-07-02T17:26:03.519Z Downloaded progenitor-impl v0.13.0
9572026-07-02T17:26:03.527Z Downloaded signature v3.0.0
9582026-07-02T17:26:03.527Z Downloaded signature v2.2.0
9592026-07-02T17:26:03.527Z Downloaded signal-hook-tokio v0.3.1
9602026-07-02T17:26:03.527Z Downloaded schemars_derive v0.8.22
9612026-07-02T17:26:03.527Z Downloaded siphasher v1.0.2
9622026-07-02T17:26:03.535Z Downloaded slog-bunyan v2.5.0
9632026-07-02T17:26:03.535Z Downloaded scroll v0.13.0
9642026-07-02T17:26:03.538Z Downloaded sec1 v0.8.1
9652026-07-02T17:26:03.538Z Downloaded serde_derive_internals v0.29.1
9662026-07-02T17:26:03.539Z Downloaded serde-hex v0.1.0
9672026-07-02T17:26:03.539Z Downloaded slog-envlogger v2.2.0
9682026-07-02T17:26:03.539Z Downloaded scrypt v0.12.0
9692026-07-02T17:26:03.542Z Downloaded pin-project v1.1.11
9702026-07-02T17:26:03.548Z Downloaded serde_path_to_error v0.1.20
9712026-07-02T17:26:03.560Z Downloaded p256 v0.14.0-rc.10
9722026-07-02T17:26:03.564Z Downloaded serde_plain v1.0.2
9732026-07-02T17:26:03.564Z Downloaded serdect v0.4.3
9742026-07-02T17:26:03.564Z Downloaded serde_with_macros v1.5.2
9752026-07-02T17:26:03.568Z Downloaded salsa20 v0.11.0
9762026-07-02T17:26:03.572Z Downloaded internal-russh-num-bigint v0.5.0
9772026-07-02T17:26:03.575Z Downloaded shlex v1.3.0
9782026-07-02T17:26:03.578Z Downloaded sqlparser_derive v0.5.0
9792026-07-02T17:26:03.578Z Downloaded hickory-resolver v0.25.2
9802026-07-02T17:26:03.582Z Downloaded prettyplease v0.2.37
9812026-07-02T17:26:03.588Z Downloaded pretty_assertions v1.4.1
9822026-07-02T17:26:03.592Z Downloaded strsim v0.10.0
9832026-07-02T17:26:03.592Z Downloaded stable_deref_trait v1.2.1
9842026-07-02T17:26:03.592Z Downloaded signal-hook-registry v1.4.8
9852026-07-02T17:26:03.595Z Downloaded sec1 v0.7.3
9862026-07-02T17:26:03.595Z Downloaded hyper-util v0.1.20
9872026-07-02T17:26:03.598Z Downloaded slab v0.4.12
9882026-07-02T17:26:03.602Z Downloaded slog-async v2.8.0
9892026-07-02T17:26:03.603Z Downloaded smallvec v0.6.14
9902026-07-02T17:26:03.603Z Downloaded strum v0.26.3
9912026-07-02T17:26:03.607Z Downloaded structmeta-derive v0.3.0
9922026-07-02T17:26:03.607Z Downloaded structmeta v0.3.0
9932026-07-02T17:26:03.607Z Downloaded strip-ansi-escapes v0.2.1
9942026-07-02T17:26:03.607Z Downloaded simd-adler32 v0.3.8
9952026-07-02T17:26:03.611Z Downloaded slog-json v2.6.1
9962026-07-02T17:26:03.611Z Downloaded slog-dtrace v0.3.0
9972026-07-02T17:26:03.611Z Downloaded hashbrown v0.16.1
9982026-07-02T17:26:03.615Z Downloaded snafu-derive v0.8.9
9992026-07-02T17:26:03.615Z Downloaded smf v0.2.3
10002026-07-02T17:26:03.615Z Downloaded slog-stdlog v4.1.1
10012026-07-02T17:26:03.618Z Downloaded tabled_derive v0.11.0
10022026-07-02T17:26:03.618Z Downloaded sync-ptr v0.1.4
10032026-07-02T17:26:03.618Z Downloaded slog-scope v4.4.1
10042026-07-02T17:26:03.671Z Downloaded termtree v0.5.1
10052026-07-02T17:26:03.671Z Downloaded take_mut v0.2.2
10062026-07-02T17:26:03.671Z Downloaded mio v1.2.0
10072026-07-02T17:26:03.671Z Downloaded supports-color v3.0.2
10082026-07-02T17:26:03.671Z Downloaded tabwriter v1.4.1
10092026-07-02T17:26:03.671Z Downloaded sync_wrapper v1.0.2
10102026-07-02T17:26:03.671Z Downloaded ron v0.8.1
10112026-07-02T17:26:03.671Z Downloaded tagptr v0.2.0
10122026-07-02T17:26:03.671Z Downloaded dropshot-api-manager v0.7.2
10132026-07-02T17:26:03.671Z Downloaded tap v1.0.1
10142026-07-02T17:26:03.671Z Downloaded sqlformat v0.3.5
10152026-07-02T17:26:03.671Z Downloaded stringprep v0.1.5
10162026-07-02T17:26:03.671Z Downloaded rustls-platform-verifier v0.6.2
10172026-07-02T17:26:03.671Z Downloaded string_cache v0.8.9
10182026-07-02T17:26:03.671Z Downloaded ryu v1.0.23
10192026-07-02T17:26:03.671Z Downloaded serde_with_macros v3.17.0
10202026-07-02T17:26:03.671Z Downloaded time-core v0.1.8
10212026-07-02T17:26:03.671Z Downloaded testing_table v0.3.0
10222026-07-02T17:26:03.671Z Downloaded spki v0.8.0
10232026-07-02T17:26:03.671Z Downloaded spki v0.7.3
10242026-07-02T17:26:03.671Z Downloaded itertools v0.10.5
10252026-07-02T17:26:03.671Z Downloaded thread-id v5.1.0
10262026-07-02T17:26:03.671Z Downloaded static_assertions v1.1.0
10272026-07-02T17:26:03.671Z Downloaded stacker v0.1.23
10282026-07-02T17:26:03.676Z Downloaded ssh-encoding v0.3.0-rc.9
10292026-07-02T17:26:03.676Z Downloaded ssh-cipher v0.3.0-rc.9
10302026-07-02T17:26:03.676Z Downloaded schemars v0.8.22
10312026-07-02T17:26:03.676Z Downloaded tinyvec_macros v0.1.1
10322026-07-02T17:26:03.681Z Downloaded tokio-macros v2.7.0
10332026-07-02T17:26:03.681Z Downloaded hashbrown v0.15.5
10342026-07-02T17:26:03.681Z Downloaded strum_macros v0.26.4
10352026-07-02T17:26:03.684Z Downloaded strum_macros v0.24.3
10362026-07-02T17:26:03.684Z Downloaded synstructure v0.13.2
10372026-07-02T17:26:03.684Z Downloaded strum_macros v0.27.2
10382026-07-02T17:26:03.688Z Downloaded support-bundle-viewer v0.1.2
10392026-07-02T17:26:03.688Z Downloaded subtle v2.6.1
10402026-07-02T17:26:03.688Z Downloaded publicsuffix v2.3.0
10412026-07-02T17:26:03.691Z Downloaded strum v0.27.2
10422026-07-02T17:26:03.691Z Downloaded smallvec v1.15.1
10432026-07-02T17:26:03.691Z Downloaded tokio-test v0.4.5
10442026-07-02T17:26:03.694Z Downloaded rayon-core v1.13.0
10452026-07-02T17:26:03.697Z Downloaded sha2 v0.11.0
10462026-07-02T17:26:03.697Z Downloaded slog-term v2.9.2
10472026-07-02T17:26:03.702Z Downloaded serde_cbor v0.11.2
10482026-07-02T17:26:03.705Z Downloaded rustls-pki-types v1.14.0
10492026-07-02T17:26:03.713Z Downloaded thiserror-no-std v2.0.2
10502026-07-02T17:26:03.719Z Downloaded termios v0.3.3
10512026-07-02T17:26:03.719Z Downloaded spin v0.9.8
10522026-07-02T17:26:03.723Z Downloaded tower-service v0.3.3
10532026-07-02T17:26:03.723Z Downloaded iri-string v0.7.10
10542026-07-02T17:26:03.729Z Downloaded rand v0.8.6
10552026-07-02T17:26:03.733Z Downloaded serde_yaml v0.9.34+deprecated
10562026-07-02T17:26:03.733Z Downloaded thiserror-impl-no-std v2.0.2
10572026-07-02T17:26:03.733Z Downloaded tiny-keccak v2.0.2
10582026-07-02T17:26:03.736Z Downloaded tower-layer v0.3.3
10592026-07-02T17:26:03.736Z Downloaded topological-sort v0.2.2
10602026-07-02T17:26:03.736Z Downloaded thread_local v1.1.9
10612026-07-02T17:26:03.739Z Downloaded signal-hook v0.3.18
10622026-07-02T17:26:03.739Z Downloaded similar v2.7.0
10632026-07-02T17:26:03.746Z Downloaded time-macros v0.2.27
10642026-07-02T17:26:03.753Z Downloaded try-lock v0.2.5
10652026-07-02T17:26:03.753Z Downloaded trait-variant v0.1.2
10662026-07-02T17:26:03.753Z Downloaded futures-util v0.3.32
10672026-07-02T17:26:03.753Z Downloaded tinystr v0.8.2
10682026-07-02T17:26:03.757Z Downloaded slog v2.8.2
10692026-07-02T17:26:03.757Z Downloaded unarray v0.1.4
10702026-07-02T17:26:03.757Z Downloaded tls_codec v0.4.2
10712026-07-02T17:26:03.761Z Downloaded universal-hash v0.5.1
10722026-07-02T17:26:03.761Z Downloaded unit-prefix v0.5.2
10732026-07-02T17:26:03.761Z Downloaded tokio-dtrace v0.1.1
10742026-07-02T17:26:03.761Z Downloaded libxml v0.3.3
10752026-07-02T17:26:03.764Z Downloaded typify-macro v0.6.2
10762026-07-02T17:26:03.767Z Downloaded unicode-truncate v1.1.0
10772026-07-02T17:26:03.768Z Downloaded hyper v1.10.1
10782026-07-02T17:26:03.771Z Downloaded untrusted v0.9.0
10792026-07-02T17:26:03.774Z Downloaded quinn v0.11.9
10802026-07-02T17:26:03.777Z Downloaded rsa v0.9.10
10812026-07-02T17:26:03.780Z Downloaded socket2 v0.6.3
10822026-07-02T17:26:03.780Z Downloaded num-bigint-dig v0.8.6
10832026-07-02T17:26:03.783Z Downloaded tokio-tungstenite v0.23.1
10842026-07-02T17:26:03.783Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10852026-07-02T17:26:03.786Z Downloaded utf-8 v0.7.6
10862026-07-02T17:26:03.786Z Downloaded usdt-macro v0.6.0
10872026-07-02T17:26:03.786Z Downloaded untrusted v0.7.1
10882026-07-02T17:26:03.789Z Downloaded tokio-tungstenite v0.21.0
10892026-07-02T17:26:03.789Z Downloaded h2 v0.4.15
10902026-07-02T17:26:03.793Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10912026-07-02T17:26:03.796Z Downloaded usdt-attr-macro v0.6.0
10922026-07-02T17:26:03.796Z Downloaded usdt v0.6.0
10932026-07-02T17:26:03.796Z Downloaded rand v0.9.2
10942026-07-02T17:26:03.800Z Downloaded term v1.2.1
10952026-07-02T17:26:03.800Z Downloaded itertools v0.13.0
10962026-07-02T17:26:03.808Z Downloaded rcgen v0.12.1
10972026-07-02T17:26:03.811Z Downloaded toml_writer v1.1.1+spec-1.1.0
10982026-07-02T17:26:03.811Z Downloaded schemars v1.2.1
10992026-07-02T17:26:03.814Z Downloaded wait-timeout v0.2.1
11002026-07-02T17:26:03.817Z Downloaded void v1.0.2
11012026-07-02T17:26:03.817Z Downloaded crypto-primes v0.7.2
11022026-07-02T17:26:03.820Z Downloaded tui-tree-widget v0.23.1
11032026-07-02T17:26:03.820Z Downloaded universal-hash v0.6.1
11042026-07-02T17:26:03.823Z Downloaded waitgroup v0.1.2
11052026-07-02T17:26:03.824Z Downloaded want v0.3.1
11062026-07-02T17:26:03.824Z Downloaded nom v8.0.0
11072026-07-02T17:26:03.827Z Downloaded num-bigint v0.4.6
11082026-07-02T17:26:03.831Z Downloaded unicode-xid v0.2.6
11092026-07-02T17:26:03.834Z Downloaded unicase v2.9.0
11102026-07-02T17:26:03.834Z Downloaded subprocess v0.2.15
11112026-07-02T17:26:03.834Z Downloaded tokio-rustls v0.26.4
11122026-07-02T17:26:03.839Z Downloaded tls_codec_derive v0.4.2
11132026-07-02T17:26:03.839Z Downloaded snafu v0.8.9
11142026-07-02T17:26:03.843Z Downloaded idna v1.1.0
11152026-07-02T17:26:03.850Z Downloaded xshell-macros v0.2.7
11162026-07-02T17:26:03.850Z Downloaded xattr v1.6.1
11172026-07-02T17:26:03.850Z Downloaded icu_properties_data v2.1.2
11182026-07-02T17:26:03.856Z Downloaded hkdf v0.13.0
11192026-07-02T17:26:03.856Z Downloaded itertools v0.12.1
11202026-07-02T17:26:03.859Z Downloaded zerofrom v0.1.6
11212026-07-02T17:26:03.860Z Downloaded zerofrom-derive v0.1.6
11222026-07-02T17:26:03.860Z Downloaded yoke-derive v0.8.1
11232026-07-02T17:26:03.860Z Downloaded tokio-stream v0.1.18
11242026-07-02T17:26:03.863Z Downloaded zeroize_derive v1.4.3
11252026-07-02T17:26:03.863Z Downloaded schemars v0.9.0
11262026-07-02T17:26:03.868Z Downloaded vergen-git2 v9.1.0
11272026-07-02T17:26:03.871Z Downloaded toml_parser v1.1.2+spec-1.1.0
11282026-07-02T17:26:03.871Z Downloaded samael v0.0.19
11292026-07-02T17:26:03.875Z Downloaded test-strategy v0.4.5
11302026-07-02T17:26:03.878Z Downloaded uzers v0.12.2
11312026-07-02T17:26:03.878Z Downloaded vergen-lib v0.1.6
11322026-07-02T17:26:03.878Z Downloaded vsss-rs v3.3.4
11332026-07-02T17:26:03.882Z Downloaded vergen-gitcl v1.0.8
11342026-07-02T17:26:03.882Z Downloaded p521 v0.14.0-rc.10
11352026-07-02T17:26:03.885Z Downloaded itertools v0.14.0
11362026-07-02T17:26:03.889Z Downloaded tracing-attributes v0.1.31
11372026-07-02T17:26:03.892Z Downloaded zone_cfg_derive v0.3.1
11382026-07-02T17:26:03.892Z Downloaded zone v0.3.1
11392026-07-02T17:26:03.892Z Downloaded vergen-lib v9.1.0
11402026-07-02T17:26:03.892Z Downloaded term v0.7.0
11412026-07-02T17:26:03.895Z Downloaded tinyvec v1.10.0
11422026-07-02T17:26:03.895Z Downloaded walkdir v2.5.0
11432026-07-02T17:26:03.898Z Downloaded rustls-webpki v0.103.13
11442026-07-02T17:26:03.898Z Downloaded rand v0.10.1
11452026-07-02T17:26:03.901Z Downloaded tokio-native-tls v0.3.1
11462026-07-02T17:26:03.901Z Downloaded qorb v0.4.1
11472026-07-02T17:26:03.904Z Downloaded whoami v2.1.0
11482026-07-02T17:26:03.908Z Downloaded whoami v1.6.1
11492026-07-02T17:26:03.908Z Downloaded writeable v0.6.2
11502026-07-02T17:26:03.908Z Downloaded twox-hash v2.1.2
11512026-07-02T17:26:03.911Z Downloaded libm v0.2.16
11522026-07-02T17:26:03.914Z Downloaded unicode-properties v0.1.4
11532026-07-02T17:26:03.917Z Downloaded socket2 v0.5.10
11542026-07-02T17:26:03.917Z Downloaded nom v7.1.3
11552026-07-02T17:26:03.922Z Downloaded xshell v0.2.7
11562026-07-02T17:26:03.922Z Downloaded hkdf v0.12.4
11572026-07-02T17:26:03.925Z Downloaded wyz v0.5.1
11582026-07-02T17:26:03.925Z Downloaded bitvec v1.0.1
11592026-07-02T17:26:03.934Z Downloaded zerovec-derive v0.11.2
11602026-07-02T17:26:03.939Z Downloaded toml v1.1.2+spec-1.1.0
11612026-07-02T17:26:03.939Z Downloaded utf8_iter v1.0.4
11622026-07-02T17:26:03.943Z Downloaded toml v0.7.8
11632026-07-02T17:26:03.943Z Downloaded bindgen v0.71.1
11642026-07-02T17:26:03.946Z Downloaded tar v0.4.45
11652026-07-02T17:26:03.946Z Downloaded zeroize v1.8.2
11662026-07-02T17:26:03.951Z Downloaded rustyline v14.0.0
11672026-07-02T17:26:03.951Z Downloaded blake3 v1.8.5
11682026-07-02T17:26:03.955Z Downloaded zstd v0.13.3
11692026-07-02T17:26:03.959Z Downloaded typify v0.6.2
11702026-07-02T17:26:03.962Z Downloaded tungstenite v0.23.0
11712026-07-02T17:26:03.967Z Downloaded iddqd v0.4.2
11722026-07-02T17:26:03.971Z Downloaded tungstenite v0.21.0
11732026-07-02T17:26:03.974Z Downloaded rpassword v7.4.0
11742026-07-02T17:26:03.975Z Downloaded unicode-bidi v0.3.18
11752026-07-02T17:26:03.978Z Downloaded yoke v0.8.1
11762026-07-02T17:26:03.978Z Downloaded chrono v0.4.44
11772026-07-02T17:26:03.981Z Downloaded usdt-impl v0.6.0
11782026-07-02T17:26:03.984Z Downloaded unsafe-libyaml v0.2.11
11792026-07-02T17:26:03.984Z Downloaded uuid v1.23.4
11802026-07-02T17:26:03.987Z Downloaded toml_edit v0.23.10+spec-1.0.0
11812026-07-02T17:26:03.990Z Downloaded yasna v0.5.2
11822026-07-02T17:26:03.990Z Downloaded rsa v0.10.0-rc.18
11832026-07-02T17:26:03.993Z Downloaded serde_with v1.14.0
11842026-07-02T17:26:03.996Z Downloaded zerocopy v0.6.6
11852026-07-02T17:26:04.001Z Downloaded vergen v9.1.0
11862026-07-02T17:26:04.001Z Downloaded steno v0.4.1
11872026-07-02T17:26:04.004Z Downloaded zstd-safe v7.2.4
11882026-07-02T17:26:04.004Z Downloaded vte v0.14.1
11892026-07-02T17:26:04.010Z Downloaded tracing-core v0.1.36
11902026-07-02T17:26:04.018Z Downloaded git2 v0.20.4
11912026-07-02T17:26:04.028Z Downloaded tokio-postgres v0.7.16
11922026-07-02T17:26:04.031Z Downloaded aws-lc-rs v1.16.3
11932026-07-02T17:26:04.044Z Downloaded p384 v0.13.1
11942026-07-02T17:26:04.049Z Downloaded zopfli v0.8.3
11952026-07-02T17:26:04.054Z Downloaded reedline v0.40.0
11962026-07-02T17:26:04.057Z Downloaded regex v1.12.3
11972026-07-02T17:26:04.061Z Downloaded yansi v1.0.1
11982026-07-02T17:26:04.064Z Downloaded reqwest v0.12.28
11992026-07-02T17:26:04.080Z Downloaded url v2.5.8
12002026-07-02T17:26:04.084Z Downloaded toml_edit v0.19.15
12012026-07-02T17:26:04.090Z Downloaded zip v0.6.6
12022026-07-02T17:26:04.093Z Downloaded unicode_categories v0.1.1
12032026-07-02T17:26:04.096Z Downloaded zerotrie v0.2.3
12042026-07-02T17:26:04.101Z Downloaded goblin v0.10.5
12052026-07-02T17:26:04.104Z Downloaded quick-xml v0.37.5
12062026-07-02T17:26:04.122Z Downloaded zerocopy-derive v0.8.40
12072026-07-02T17:26:04.128Z Downloaded moka v0.12.13
12082026-07-02T17:26:04.132Z Downloaded ssh-key v0.7.0-rc.10
12092026-07-02T17:26:04.137Z Downloaded rayon v1.11.0
12102026-07-02T17:26:04.142Z Downloaded portable-atomic v1.13.1
12112026-07-02T17:26:04.147Z Downloaded typed-path v0.9.3
12122026-07-02T17:26:04.150Z Downloaded lalrpop v0.19.12
12132026-07-02T17:26:04.155Z Downloaded x509-cert v0.2.5
12142026-07-02T17:26:04.160Z Downloaded crypto-bigint v0.7.5
12152026-07-02T17:26:04.167Z Downloaded salty v0.3.0
12162026-07-02T17:26:04.170Z Downloaded curve25519-dalek v4.1.3
12172026-07-02T17:26:04.181Z Downloaded unicode-segmentation v1.12.0
12182026-07-02T17:26:04.184Z Downloaded unicode-normalization v0.1.25
12192026-07-02T17:26:04.189Z Downloaded reqwest v0.13.2
12202026-07-02T17:26:04.193Z Downloaded tower v0.5.3
12212026-07-02T17:26:04.196Z Downloaded serde_with v3.17.0
12222026-07-02T17:26:04.203Z Downloaded zip v4.6.1
12232026-07-02T17:26:04.206Z Downloaded tough v0.22.0
12242026-07-02T17:26:04.212Z Downloaded petname v2.0.2
12252026-07-02T17:26:04.215Z Downloaded object v0.30.4
12262026-07-02T17:26:04.220Z Downloaded tokio-util v0.7.18
12272026-07-02T17:26:04.225Z Downloaded proptest v1.10.0
12282026-07-02T17:26:04.237Z Downloaded radix_trie v0.2.1
12292026-07-02T17:26:04.243Z Downloaded tower-http v0.6.8
12302026-07-02T17:26:04.251Z Downloaded quinn-proto v0.11.13
12312026-07-02T17:26:04.257Z Downloaded bstr v1.12.1
12322026-07-02T17:26:04.261Z Downloaded russh v0.61.2
12332026-07-02T17:26:04.270Z Downloaded curve25519-dalek v5.0.0-rc.0
12342026-07-02T17:26:04.279Z Downloaded zerovec v0.11.5
12352026-07-02T17:26:04.288Z Downloaded nix v0.28.0
12362026-07-02T17:26:04.295Z Downloaded openssl v0.10.79
12372026-07-02T17:26:04.305Z Downloaded winnow v0.6.26
12382026-07-02T17:26:04.320Z Downloaded winnow v0.5.40
12392026-07-02T17:26:04.324Z Downloaded regex-syntax v0.6.29
12402026-07-02T17:26:04.328Z Downloaded polar-core v0.27.3
12412026-07-02T17:26:04.333Z Downloaded dropshot v0.17.1
12422026-07-02T17:26:04.346Z Downloaded nix v0.27.1
12432026-07-02T17:26:04.352Z Downloaded winnow v1.0.3
12442026-07-02T17:26:04.358Z Downloaded vcpkg v0.2.15
12452026-07-02T17:26:04.382Z Downloaded smoltcp v0.9.1
12462026-07-02T17:26:04.388Z Downloaded nix v0.31.2
12472026-07-02T17:26:04.395Z Downloaded time v0.3.47
12482026-07-02T17:26:04.403Z Downloaded hickory-proto v0.24.4
12492026-07-02T17:26:04.412Z Downloaded zlib-rs v0.6.2
12502026-07-02T17:26:04.416Z Downloaded object v0.37.3
12512026-07-02T17:26:04.423Z Downloaded rustls v0.23.41
12522026-07-02T17:26:04.429Z Downloaded diesel v2.3.7
12532026-07-02T17:26:04.441Z Downloaded regress v0.10.5
12542026-07-02T17:26:04.446Z Downloaded hickory-proto v0.25.2
12552026-07-02T17:26:04.455Z Downloaded smoltcp v0.11.0
12562026-07-02T17:26:04.462Z Downloaded openapiv3 v2.2.0
12572026-07-02T17:26:04.470Z Downloaded zerocopy v0.8.40
12582026-07-02T17:26:04.475Z Downloaded tabled v0.20.0
12592026-07-02T17:26:04.485Z Downloaded regex-syntax v0.8.10
12602026-07-02T17:26:04.497Z Downloaded fiat-crypto v0.3.0
12612026-07-02T17:26:04.505Z Downloaded sled v0.34.7
12622026-07-02T17:26:04.511Z Downloaded rustix v0.38.44
12632026-07-02T17:26:04.525Z Downloaded regress v0.11.1
12642026-07-02T17:26:04.555Z Downloaded regex-automata v0.4.14
12652026-07-02T17:26:04.581Z Downloaded sqlparser v0.61.0
12662026-07-02T17:26:04.587Z Downloaded petgraph v0.6.5
12672026-07-02T17:26:04.623Z Downloaded bzip2-sys v0.1.13+1.0.8
12682026-07-02T17:26:04.631Z Downloaded tracing v0.1.44
12692026-07-02T17:26:04.644Z Downloaded typify-impl v0.6.2
12702026-07-02T17:26:04.653Z Downloaded ratatui v0.29.0
12712026-07-02T17:26:04.664Z Downloaded sha3 v0.11.0
12722026-07-02T17:26:04.669Z Downloaded libz-sys v1.1.24
12732026-07-02T17:26:04.680Z Downloaded petgraph v0.8.3
12742026-07-02T17:26:04.692Z Downloaded csv v1.4.0
12752026-07-02T17:26:04.704Z Downloaded zerocopy-derive v0.6.6
12762026-07-02T17:26:04.711Z Downloaded tokio v1.52.1
12772026-07-02T17:26:04.735Z Downloaded chrono-tz v0.10.4
12782026-07-02T17:26:04.746Z Downloaded jiff v0.2.21
12792026-07-02T17:26:04.789Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12802026-07-02T17:26:04.800Z Downloaded libgit2-sys v0.18.3+1.9.2
12812026-07-02T17:26:04.835Z Downloaded sha3 v0.10.8
12822026-07-02T17:26:04.894Z Downloaded encoding_rs v0.8.35
12832026-07-02T17:26:04.943Z Downloaded ring v0.17.14
12842026-07-02T17:26:05.510Z Downloaded aws-lc-sys v0.40.0
12852026-07-02T17:26:05.761Z Compiling libc v0.2.185
12862026-07-02T17:26:05.761Z Compiling serde_core v1.0.228
12872026-07-02T17:26:05.761Z Compiling serde v1.0.228
12882026-07-02T17:26:05.766Z Compiling log v0.4.29
12892026-07-02T17:26:05.766Z Compiling smallvec v1.15.1
12902026-07-02T17:26:05.766Z Compiling shlex v1.3.0
12912026-07-02T17:26:05.766Z Compiling find-msvc-tools v0.1.9
12922026-07-02T17:26:05.767Z Compiling subtle v2.6.1
12932026-07-02T17:26:05.898Z Compiling scopeguard v1.2.0
12942026-07-02T17:26:05.981Z Compiling stable_deref_trait v1.2.1
12952026-07-02T17:26:05.996Z Compiling typenum v1.20.1
12962026-07-02T17:26:06.027Z Compiling serde_json v1.0.150
12972026-07-02T17:26:06.033Z Compiling portable-atomic v1.13.1
12982026-07-02T17:26:06.033Z Compiling zerocopy v0.8.40
12992026-07-02T17:26:06.033Z Compiling syn v2.0.117
13002026-07-02T17:26:06.040Z Compiling pin-project-lite v0.2.17
13012026-07-02T17:26:06.089Z Compiling lock_api v0.4.14
13022026-07-02T17:26:06.089Z Compiling parking_lot_core v0.9.12
13032026-07-02T17:26:06.133Z Compiling pkg-config v0.3.32
13042026-07-02T17:26:06.133Z Compiling critical-section v1.2.0
13052026-07-02T17:26:06.159Z Compiling futures-core v0.3.32
13062026-07-02T17:26:06.163Z Compiling getrandom v0.4.1
13072026-07-02T17:26:06.191Z Compiling libm v0.2.16
13082026-07-02T17:26:06.259Z Compiling num-traits v0.2.19
13092026-07-02T17:26:06.289Z Compiling generic-array v0.14.7
13102026-07-02T17:26:06.295Z Compiling const-oid v0.9.6
13112026-07-02T17:26:06.331Z Compiling rand_core v0.10.0
13122026-07-02T17:26:06.353Z Compiling writeable v0.6.2
13132026-07-02T17:26:06.361Z Compiling litemap v0.8.1
13142026-07-02T17:26:06.415Z Compiling percent-encoding v2.3.2
13152026-07-02T17:26:06.511Z Compiling icu_properties_data v2.1.2
13162026-07-02T17:26:06.543Z Compiling icu_normalizer_data v2.1.1
13172026-07-02T17:26:06.578Z Compiling futures-sink v0.3.32
13182026-07-02T17:26:06.639Z Compiling slab v0.4.12
13192026-07-02T17:26:06.655Z Compiling futures-task v0.3.32
13202026-07-02T17:26:06.661Z Compiling futures-io v0.3.32
13212026-07-02T17:26:06.697Z Compiling futures-channel v0.3.32
13222026-07-02T17:26:06.717Z Compiling utf8_iter v1.0.4
13232026-07-02T17:26:06.731Z Compiling rustversion v1.0.22
13242026-07-02T17:26:06.739Z Compiling getrandom v0.3.4
13252026-07-02T17:26:06.850Z Compiling jobserver v0.1.34
13262026-07-02T17:26:06.850Z Compiling errno v0.3.14
13272026-07-02T17:26:06.886Z Compiling getrandom v0.2.17
13282026-07-02T17:26:06.893Z Compiling mio v1.2.0
13292026-07-02T17:26:06.936Z Compiling socket2 v0.6.3
13302026-07-02T17:26:06.948Z Compiling form_urlencoded v1.2.2
13312026-07-02T17:26:06.951Z Compiling ident_case v1.0.1
13322026-07-02T17:26:07.032Z Compiling rand_core v0.6.4
13332026-07-02T17:26:07.051Z Compiling signal-hook-registry v1.4.8
13342026-07-02T17:26:07.101Z Compiling cc v1.2.56
13352026-07-02T17:26:07.104Z Compiling once_cell v1.21.3
13362026-07-02T17:26:07.131Z Compiling parking_lot v0.12.5
13372026-07-02T17:26:07.158Z Compiling rustix v1.1.3
13382026-07-02T17:26:07.174Z Compiling fs_extra v1.3.0
13392026-07-02T17:26:07.188Z Compiling dunce v1.0.5
13402026-07-02T17:26:07.240Z Compiling iana-time-zone v0.1.65
13412026-07-02T17:26:07.321Z Compiling regex-syntax v0.8.10
13422026-07-02T17:26:07.348Z Compiling base64ct v1.8.3
13432026-07-02T17:26:07.371Z Compiling vcpkg v0.2.15
13442026-07-02T17:26:07.398Z Compiling tracing-core v0.1.36
13452026-07-02T17:26:07.402Z Compiling aws-lc-rs v1.16.3
13462026-07-02T17:26:07.479Z Compiling base64 v0.22.1
13472026-07-02T17:26:07.493Z Compiling flagset v0.4.7
13482026-07-02T17:26:07.544Z Compiling openssl-probe v0.2.1
13492026-07-02T17:26:07.636Z Compiling pem-rfc7468 v0.7.0
13502026-07-02T17:26:07.650Z Compiling rand_core v0.9.5
13512026-07-02T17:26:07.741Z Compiling tinyvec_macros v0.1.1
13522026-07-02T17:26:07.755Z Compiling cmov v0.5.4
13532026-07-02T17:26:07.759Z Compiling httparse v1.10.1
13542026-07-02T17:26:07.786Z Compiling aho-corasick v1.1.4
13552026-07-02T17:26:07.804Z Compiling tinyvec v1.10.0
13562026-07-02T17:26:07.820Z Compiling tower-layer v0.3.3
13572026-07-02T17:26:07.836Z Compiling schemars v0.8.22
13582026-07-02T17:26:07.862Z Compiling cmake v0.1.57
13592026-07-02T17:26:07.937Z Compiling ctutils v0.4.2
13602026-07-02T17:26:07.954Z Compiling dyn-clone v1.0.20
13612026-07-02T17:26:07.974Z Compiling tower-service v0.3.3
13622026-07-02T17:26:07.978Z Compiling try-lock v0.2.5
13632026-07-02T17:26:08.006Z Compiling atomic-waker v1.1.2
13642026-07-02T17:26:08.032Z Compiling untrusted v0.7.1
13652026-07-02T17:26:08.095Z Compiling bitflags v2.11.0
13662026-07-02T17:26:08.157Z Compiling semver v1.0.28
13672026-07-02T17:26:08.158Z Compiling indexmap v2.14.0
13682026-07-02T17:26:08.158Z Compiling uuid v1.23.4
13692026-07-02T17:26:08.167Z Compiling want v0.3.1
13702026-07-02T17:26:08.197Z Compiling untrusted v0.9.0
13712026-07-02T17:26:08.197Z Compiling cpufeatures v0.2.17
13722026-07-02T17:26:08.197Z Compiling httpdate v1.0.3
13732026-07-02T17:26:08.252Z Compiling openssl v0.10.79
13742026-07-02T17:26:08.292Z Compiling rustls v0.23.41
13752026-07-02T17:26:08.337Z Compiling rustc_version v0.4.1
13762026-07-02T17:26:08.360Z Compiling foreign-types-shared v0.1.1
13772026-07-02T17:26:08.361Z Compiling unicode-normalization v0.1.25
13782026-07-02T17:26:08.533Z Compiling foreign-types v0.3.2
13792026-07-02T17:26:08.549Z Compiling spin v0.9.8
13802026-07-02T17:26:08.552Z Compiling native-tls v0.2.18
13812026-07-02T17:26:08.578Z Compiling crc32fast v1.5.0
13822026-07-02T17:26:08.581Z Compiling time-core v0.1.8
13832026-07-02T17:26:08.582Z Compiling powerfmt v0.2.0
13842026-07-02T17:26:08.626Z Compiling num-conv v0.2.0
13852026-07-02T17:26:08.716Z Compiling wait-timeout v0.2.1
13862026-07-02T17:26:08.757Z Compiling sync_wrapper v1.0.2
13872026-07-02T17:26:08.779Z Compiling time-macros v0.2.27
13882026-07-02T17:26:08.782Z Compiling aws-lc-sys v0.40.0
13892026-07-02T17:26:08.800Z Compiling openssl-sys v0.9.115
13902026-07-02T17:26:08.815Z Compiling regex-automata v0.4.14
13912026-07-02T17:26:08.836Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13922026-07-02T17:26:08.858Z Compiling deranged v0.5.8
13932026-07-02T17:26:08.885Z Compiling syn v1.0.109
13942026-07-02T17:26:08.941Z Compiling simd-adler32 v0.3.8
13952026-07-02T17:26:08.956Z Compiling synstructure v0.13.2
13962026-07-02T17:26:08.980Z Compiling pest_generator v2.8.6
13972026-07-02T17:26:09.014Z Compiling serde_derive_internals v0.29.1
13982026-07-02T17:26:09.229Z Compiling darling_core v0.20.11
13992026-07-02T17:26:09.259Z Compiling usdt-impl v0.6.0
14002026-07-02T17:26:09.362Z Compiling tempfile v3.25.0
14012026-07-02T17:26:09.507Z Compiling num_threads v0.1.7
14022026-07-02T17:26:09.680Z Compiling quick-error v1.2.3
14032026-07-02T17:26:09.680Z Compiling crossbeam-utils v0.8.21
14042026-07-02T17:26:09.683Z Compiling siphasher v1.0.2
14052026-07-02T17:26:09.683Z Compiling bit-vec v0.8.0
14062026-07-02T17:26:09.763Z Compiling rusty-fork v0.3.1
14072026-07-02T17:26:09.831Z Compiling darling_core v0.21.3
14082026-07-02T17:26:09.848Z Compiling bzip2-sys v0.1.13+1.0.8
14092026-07-02T17:26:09.892Z Compiling bit-set v0.8.0
14102026-07-02T17:26:09.955Z Compiling heapless v0.7.17
14112026-07-02T17:26:09.964Z Compiling slog v2.8.2
14122026-07-02T17:26:09.993Z Compiling rand_xorshift v0.4.0
14132026-07-02T17:26:10.007Z Compiling time v0.3.47
14142026-07-02T17:26:10.020Z Compiling thread-id v5.1.0
14152026-07-02T17:26:10.024Z Compiling cookie v0.18.1
14162026-07-02T17:26:10.036Z Compiling signal-hook v0.3.18
14172026-07-02T17:26:10.080Z Compiling iri-string v0.7.10
14182026-07-02T17:26:10.119Z Compiling adler2 v2.0.1
14192026-07-02T17:26:10.122Z Compiling zstd-safe v7.2.4
14202026-07-02T17:26:10.180Z Compiling allocator-api2 v0.2.21
14212026-07-02T17:26:10.194Z Compiling paste v1.0.15
14222026-07-02T17:26:10.197Z Compiling unicode-properties v0.1.4
14232026-07-02T17:26:10.229Z Compiling unicode-bidi v0.3.18
14242026-07-02T17:26:10.271Z Compiling ryu v1.0.23
14252026-07-02T17:26:10.274Z Compiling anyhow v1.0.102
14262026-07-02T17:26:10.274Z Compiling unarray v0.1.4
14272026-07-02T17:26:10.448Z Compiling miniz_oxide v0.8.9
14282026-07-02T17:26:10.512Z Compiling camino v1.2.2
14292026-07-02T17:26:10.578Z Compiling stringprep v0.1.5
14302026-07-02T17:26:10.752Z Compiling serde_derive v1.0.228
14312026-07-02T17:26:10.797Z Compiling zeroize_derive v1.4.3
14322026-07-02T17:26:10.859Z Compiling zerofrom-derive v0.1.6
14332026-07-02T17:26:10.911Z Compiling yoke-derive v0.8.1
14342026-07-02T17:26:11.013Z Compiling zerocopy-derive v0.8.40
14352026-07-02T17:26:11.045Z Compiling zerovec-derive v0.11.2
14362026-07-02T17:26:11.087Z Compiling displaydoc v0.2.5
14372026-07-02T17:26:11.232Z Compiling tokio-macros v2.7.0
14382026-07-02T17:26:11.480Z Compiling zeroize v1.8.2
14392026-07-02T17:26:11.618Z Compiling futures-macro v0.3.32
14402026-07-02T17:26:11.667Z Compiling der_derive v0.7.3
14412026-07-02T17:26:11.699Z Compiling thiserror-impl v2.0.18
14422026-07-02T17:26:11.902Z Compiling tracing-attributes v0.1.31
14432026-07-02T17:26:12.024Z Compiling rustls-pki-types v1.14.0
14442026-07-02T17:26:12.137Z Compiling hybrid-array v0.4.13
14452026-07-02T17:26:12.247Z Compiling block-buffer v0.10.4
14462026-07-02T17:26:12.252Z Compiling crypto-common v0.1.7
14472026-07-02T17:26:12.321Z Compiling zerofrom v0.1.6
14482026-07-02T17:26:12.416Z Compiling digest v0.10.7
14492026-07-02T17:26:12.433Z Compiling yoke v0.8.1
14502026-07-02T17:26:12.448Z Compiling pest_derive v2.8.6
14512026-07-02T17:26:12.461Z Compiling scroll_derive v0.13.1
14522026-07-02T17:26:12.534Z Compiling futures-util v0.3.32
14532026-07-02T17:26:12.547Z Compiling schemars_derive v0.8.22
14542026-07-02T17:26:12.637Z Compiling zerovec v0.11.5
14552026-07-02T17:26:12.689Z Compiling zerotrie v0.2.3
14562026-07-02T17:26:12.709Z Compiling der v0.7.10
14572026-07-02T17:26:12.943Z Compiling darling_macro v0.20.11
14582026-07-02T17:26:12.980Z Compiling openssl-macros v0.1.1
14592026-07-02T17:26:13.014Z Compiling sha2 v0.10.9
14602026-07-02T17:26:13.146Z Compiling tinystr v0.8.2
14612026-07-02T17:26:13.162Z Compiling potential_utf v0.1.4
14622026-07-02T17:26:13.177Z Compiling thiserror v2.0.18
14632026-07-02T17:26:13.311Z Compiling icu_collections v2.1.1
14642026-07-02T17:26:13.321Z Compiling icu_locale_core v2.1.1
14652026-07-02T17:26:13.336Z Compiling tracing v0.1.44
14662026-07-02T17:26:13.350Z Compiling scroll v0.13.0
14672026-07-02T17:26:13.373Z Compiling hmac v0.12.1
14682026-07-02T17:26:13.510Z Compiling darling v0.20.11
14692026-07-02T17:26:13.626Z Compiling spki v0.7.3
14702026-07-02T17:26:13.645Z Compiling derive_builder_core v0.20.2
14712026-07-02T17:26:13.711Z Compiling goblin v0.10.5
14722026-07-02T17:26:13.721Z Compiling dtrace-parser v0.3.0
14732026-07-02T17:26:13.858Z Compiling pkcs8 v0.10.2
14742026-07-02T17:26:13.893Z Compiling scroll_derive v0.12.1
14752026-07-02T17:26:13.913Z Compiling thiserror-impl v1.0.69
14762026-07-02T17:26:14.015Z Compiling icu_provider v2.1.1
14772026-07-02T17:26:14.138Z Compiling block-buffer v0.12.1
14782026-07-02T17:26:14.295Z Compiling bytes v1.11.1
14792026-07-02T17:26:14.342Z Compiling icu_normalizer v2.1.1
14802026-07-02T17:26:14.358Z Compiling icu_properties v2.1.2
14812026-07-02T17:26:14.374Z Compiling chrono v0.4.44
14822026-07-02T17:26:14.480Z Compiling ipnet v2.11.0
14832026-07-02T17:26:14.488Z Compiling serde_tokenstream v0.2.3
14842026-07-02T17:26:14.525Z Compiling toml_datetime v0.6.11
14852026-07-02T17:26:14.540Z Compiling derive_builder_macro v0.20.2
14862026-07-02T17:26:14.621Z Compiling scroll v0.12.0
14872026-07-02T17:26:14.802Z Compiling tokio v1.52.1
14882026-07-02T17:26:14.818Z Compiling http v1.4.2
14892026-07-02T17:26:14.909Z Compiling serde_spanned v0.6.9
14902026-07-02T17:26:14.923Z Compiling erased-serde v0.3.31
14912026-07-02T17:26:14.952Z Compiling serde_urlencoded v0.7.1
14922026-07-02T17:26:14.968Z Compiling crypto-common v0.2.2
14932026-07-02T17:26:15.017Z Compiling block-padding v0.4.2
14942026-07-02T17:26:15.055Z Compiling md-5 v0.10.6
14952026-07-02T17:26:15.070Z Compiling signature v2.2.0
14962026-07-02T17:26:15.199Z Compiling darling_macro v0.21.3
14972026-07-02T17:26:15.216Z Compiling rustls-native-certs v0.8.3
14982026-07-02T17:26:15.238Z Compiling idna_adapter v1.2.1
14992026-07-02T17:26:15.253Z Compiling thiserror v1.0.69
15002026-07-02T17:26:15.266Z Compiling bstr v1.12.1
15012026-07-02T17:26:15.369Z Compiling idna v1.1.0
15022026-07-02T17:26:15.390Z Compiling pin-project-internal v1.1.11
15032026-07-02T17:26:15.449Z Compiling async-trait v0.1.89
15042026-07-02T17:26:15.493Z Compiling ppv-lite86 v0.2.21
15052026-07-02T17:26:15.531Z Compiling http-body v1.0.1
15062026-07-02T17:26:15.677Z Compiling url v2.5.8
15072026-07-02T17:26:15.704Z Compiling http-body-util v0.1.3
15082026-07-02T17:26:15.731Z Compiling zerocopy-derive v0.7.35
15092026-07-02T17:26:15.801Z Compiling rand_chacha v0.9.0
15102026-07-02T17:26:15.833Z Compiling rand_chacha v0.3.1
15112026-07-02T17:26:15.932Z Compiling curve25519-dalek v4.1.3
15122026-07-02T17:26:15.971Z Compiling num-integer v0.1.46
15132026-07-02T17:26:16.062Z Compiling rand v0.9.2
15142026-07-02T17:26:16.101Z Compiling vergen-lib v9.1.0
15152026-07-02T17:26:16.310Z Compiling hash32 v0.2.1
15162026-07-02T17:26:16.341Z Compiling memoffset v0.9.1
15172026-07-02T17:26:16.510Z Compiling dof v0.4.0
15182026-07-02T17:26:16.524Z Compiling encoding_rs v0.8.35
15192026-07-02T17:26:16.538Z Compiling cfg_aliases v0.2.1
15202026-07-02T17:26:16.553Z Compiling psl-types v2.0.11
15212026-07-02T17:26:16.570Z Compiling smoltcp v0.9.1
15222026-07-02T17:26:16.573Z Compiling ref-cast v1.0.25
15232026-07-02T17:26:16.600Z Compiling mime v0.3.17
15242026-07-02T17:26:16.621Z Compiling rustix v0.38.44
15252026-07-02T17:26:16.639Z Compiling proptest v1.10.0
15262026-07-02T17:26:16.654Z Compiling litrs v1.0.0
15272026-07-02T17:26:16.694Z Compiling fallible-iterator v0.2.0
15282026-07-02T17:26:16.744Z Compiling num-bigint-dig v0.8.6
15292026-07-02T17:26:16.879Z Compiling zlib-rs v0.6.2
15302026-07-02T17:26:16.911Z Compiling publicsuffix v2.3.0
15312026-07-02T17:26:16.988Z Compiling postgres-protocol v0.6.10
15322026-07-02T17:26:16.992Z Compiling zerocopy v0.7.35
15332026-07-02T17:26:17.023Z Compiling nix v0.31.2
15342026-07-02T17:26:17.090Z Compiling pin-project v1.1.11
15352026-07-02T17:26:17.119Z Compiling ipnetwork v0.21.1
15362026-07-02T17:26:17.181Z Compiling document-features v0.2.12
15372026-07-02T17:26:17.282Z Compiling num-iter v0.1.45
15382026-07-02T17:26:17.416Z Compiling oxnet v0.1.6
15392026-07-02T17:26:17.430Z Compiling rand v0.8.6
15402026-07-02T17:26:17.530Z Compiling darling v0.21.3
15412026-07-02T17:26:17.565Z Compiling inout v0.2.2
15422026-07-02T17:26:17.623Z Compiling derive_builder v0.20.2
15432026-07-02T17:26:17.626Z Compiling goblin v0.8.2
15442026-07-02T17:26:17.651Z Compiling futures-executor v0.3.32
15452026-07-02T17:26:17.691Z Compiling hubpack_derive v0.1.1
15462026-07-02T17:26:17.758Z Compiling hex v0.4.3
15472026-07-02T17:26:17.811Z Compiling regex v1.12.3
15482026-07-02T17:26:17.923Z Compiling ref-cast-impl v1.0.25
15492026-07-02T17:26:17.937Z Compiling curve25519-dalek-derive v0.1.1
15502026-07-02T17:26:17.956Z Compiling strum_macros v0.27.2
15512026-07-02T17:26:18.017Z Compiling snafu-derive v0.8.9
15522026-07-02T17:26:18.037Z Compiling daft-derive v0.1.7
15532026-07-02T17:26:18.234Z Compiling phf_shared v0.13.1
15542026-07-02T17:26:18.267Z Compiling terminal_size v0.4.3
15552026-07-02T17:26:18.288Z Compiling lazy_static v1.5.0
15562026-07-02T17:26:18.321Z Compiling anstyle-parse v0.2.7
15572026-07-02T17:26:18.395Z Compiling cargo-platform v0.3.2
15582026-07-02T17:26:18.423Z Compiling vergen v9.1.0
15592026-07-02T17:26:18.506Z Compiling ff v0.13.1
15602026-07-02T17:26:18.532Z Compiling fs-err v3.3.0
15612026-07-02T17:26:18.546Z Compiling ahash v0.8.12
15622026-07-02T17:26:18.561Z Compiling bitflags v1.3.2
15632026-07-02T17:26:18.651Z Compiling tokio-util v0.7.18
15642026-07-02T17:26:18.667Z Compiling tower v0.5.3
15652026-07-02T17:26:18.670Z Compiling tokio-native-tls v0.3.1
15662026-07-02T17:26:18.670Z Compiling foldhash v0.2.0
15672026-07-02T17:26:18.697Z Compiling foldhash v0.1.5
15682026-07-02T17:26:18.725Z Compiling winnow v0.5.40
15692026-07-02T17:26:18.763Z Compiling libbz2-rs-sys v0.2.2
15702026-07-02T17:26:18.793Z Compiling same-file v1.0.6
15712026-07-02T17:26:18.864Z Compiling bumpalo v3.20.2
15722026-07-02T17:26:18.879Z Compiling unicode-segmentation v1.12.0
15732026-07-02T17:26:18.897Z Compiling managed v0.8.0
15742026-07-02T17:26:18.932Z Compiling base16ct v0.2.0
15752026-07-02T17:26:18.997Z Compiling object v0.37.3
15762026-07-02T17:26:19.123Z Compiling tower-http v0.6.8
15772026-07-02T17:26:19.123Z Compiling newtype-uuid v1.3.2
15782026-07-02T17:26:19.174Z Compiling zopfli v0.8.3
15792026-07-02T17:26:19.286Z Compiling bzip2 v0.6.1
15802026-07-02T17:26:19.354Z Compiling h2 v0.4.15
15812026-07-02T17:26:19.464Z Compiling daft v0.1.7
15822026-07-02T17:26:19.492Z Compiling sec1 v0.7.3
15832026-07-02T17:26:19.518Z Compiling clap_builder v4.6.0
15842026-07-02T17:26:19.554Z Compiling walkdir v2.5.0
15852026-07-02T17:26:19.722Z Compiling hashbrown v0.16.1
15862026-07-02T17:26:19.765Z Compiling hashbrown v0.15.5
15872026-07-02T17:26:19.881Z Compiling flate2 v1.1.9
15882026-07-02T17:26:19.951Z Compiling dof v0.3.0
15892026-07-02T17:26:20.004Z Compiling group v0.13.0
15902026-07-02T17:26:20.043Z Compiling strum v0.27.2
15912026-07-02T17:26:20.056Z Compiling snafu v0.8.9
15922026-07-02T17:26:20.183Z Compiling toml_edit v0.19.15
15932026-07-02T17:26:20.199Z Compiling cargo_metadata v0.23.1
15942026-07-02T17:26:20.287Z Compiling anstream v0.6.21
15952026-07-02T17:26:20.317Z Compiling phf v0.13.1
15962026-07-02T17:26:20.333Z Compiling signal-hook-mio v0.2.5
15972026-07-02T17:26:20.351Z Compiling hubpack v0.1.2
15982026-07-02T17:26:20.467Z Compiling cookie_store v0.22.1
15992026-07-02T17:26:20.497Z Compiling usdt-macro v0.6.0
16002026-07-02T17:26:20.608Z Compiling usdt-attr-macro v0.6.0
16012026-07-02T17:26:20.623Z Compiling bzip2 v0.4.4
16022026-07-02T17:26:20.686Z Compiling futures v0.3.32
16032026-07-02T17:26:20.700Z Compiling cipher v0.5.2
16042026-07-02T17:26:20.733Z Compiling serde_with_macros v3.17.0
16052026-07-02T17:26:20.834Z Compiling postgres-types v0.2.12
16062026-07-02T17:26:21.014Z Compiling zstd v0.13.3
16072026-07-02T17:26:21.158Z Compiling globset v0.4.18
16082026-07-02T17:26:21.179Z Compiling dtrace-parser v0.2.0
16092026-07-02T17:26:21.297Z Compiling ed25519 v2.2.3
16102026-07-02T17:26:21.308Z Compiling serde-big-array v0.5.1
16112026-07-02T17:26:21.403Z Compiling olpc-cjson v0.1.4
16122026-07-02T17:26:21.464Z Compiling serde_plain v1.0.2
16132026-07-02T17:26:21.467Z Compiling pkcs1 v0.7.5
16142026-07-02T17:26:21.584Z Compiling hkdf v0.12.4
16152026-07-02T17:26:21.599Z Compiling crypto-bigint v0.5.5
16162026-07-02T17:26:21.678Z Compiling async-recursion v1.1.1
16172026-07-02T17:26:21.766Z Compiling serde_repr v0.1.20
16182026-07-02T17:26:21.859Z Compiling enum-as-inner v0.6.1
16192026-07-02T17:26:21.898Z Compiling strum_macros v0.26.4
16202026-07-02T17:26:21.913Z Compiling clap_derive v4.6.1
16212026-07-02T17:26:21.947Z Compiling phf_shared v0.11.3
16222026-07-02T17:26:22.069Z Compiling float-cmp v0.10.0
16232026-07-02T17:26:22.150Z Compiling pem v3.0.6
16242026-07-02T17:26:22.219Z Compiling memmap2 v0.9.10
16252026-07-02T17:26:22.236Z Compiling thread-id v4.2.2
16262026-07-02T17:26:22.353Z Compiling env_filter v1.0.0
16272026-07-02T17:26:22.370Z Compiling whoami v2.1.0
16282026-07-02T17:26:22.400Z Compiling difflib v0.4.0
16292026-07-02T17:26:22.431Z Compiling typed-path v0.9.3
16302026-07-02T17:26:22.479Z Compiling new_debug_unreachable v1.0.6
16312026-07-02T17:26:22.513Z Compiling hyper v1.10.1
16322026-07-02T17:26:22.532Z Compiling cpufeatures v0.3.0
16332026-07-02T17:26:22.557Z Compiling precomputed-hash v0.1.1
16342026-07-02T17:26:22.660Z Compiling jiff v0.2.21
16352026-07-02T17:26:22.695Z Compiling static_assertions v1.1.0
16362026-07-02T17:26:22.695Z Compiling data-encoding v2.10.0
16372026-07-02T17:26:22.743Z Compiling fixedbitset v0.5.7
16382026-07-02T17:26:22.770Z Compiling normalize-line-endings v0.3.0
16392026-07-02T17:26:22.853Z Compiling const-oid v0.10.2
16402026-07-02T17:26:22.868Z Compiling winnow v1.0.3
16412026-07-02T17:26:22.911Z Compiling fixedbitset v0.4.2
16422026-07-02T17:26:22.973Z Compiling keccak v0.1.6
16432026-07-02T17:26:23.073Z Compiling either v1.15.0
16442026-07-02T17:26:23.073Z Compiling predicates-core v1.0.10
16452026-07-02T17:26:23.132Z Compiling sha3 v0.10.8
16462026-07-02T17:26:23.240Z Compiling predicates v3.1.4
16472026-07-02T17:26:23.279Z Compiling itertools v0.13.0
16482026-07-02T17:26:23.305Z Compiling toml_parser v1.1.2+spec-1.1.0
16492026-07-02T17:26:23.397Z Compiling toml_edit v0.22.27
16502026-07-02T17:26:23.622Z Compiling petgraph v0.6.5
16512026-07-02T17:26:23.632Z Compiling digest v0.11.3
16522026-07-02T17:26:23.761Z Compiling hyper-util v0.1.20
16532026-07-02T17:26:23.777Z Compiling hickory-proto v0.25.2
16542026-07-02T17:26:23.800Z Compiling clap v4.6.1
16552026-07-02T17:26:23.803Z Compiling strum v0.26.3
16562026-07-02T17:26:23.803Z Compiling petgraph v0.8.3
16572026-07-02T17:26:23.864Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16582026-07-02T17:26:23.880Z Compiling string_cache v0.8.9
16592026-07-02T17:26:23.951Z Compiling chacha20 v0.10.0
16602026-07-02T17:26:23.966Z Compiling elliptic-curve v0.13.8
16612026-07-02T17:26:23.991Z Compiling tokio-postgres v0.7.16
16622026-07-02T17:26:24.126Z Compiling env_logger v0.11.9
16632026-07-02T17:26:24.165Z Compiling usdt v0.6.0
16642026-07-02T17:26:24.347Z Compiling usdt-impl v0.5.0
16652026-07-02T17:26:24.399Z Compiling serde_with v3.17.0
16662026-07-02T17:26:24.453Z Compiling crossterm v0.28.1
16672026-07-02T17:26:24.495Z Compiling rsa v0.9.10
16682026-07-02T17:26:24.596Z Compiling toml v0.7.8
16692026-07-02T17:26:24.964Z Compiling ed25519-dalek v2.2.0
16702026-07-02T17:26:25.148Z Compiling hyper-tls v0.6.0
16712026-07-02T17:26:25.404Z Compiling reqwest v0.12.28
16722026-07-02T17:26:25.520Z Compiling zip v4.6.1
16732026-07-02T17:26:25.635Z Compiling zip v0.6.6
16742026-07-02T17:26:25.785Z Compiling iddqd v0.4.2
16752026-07-02T17:26:26.183Z Compiling tokio-stream v0.1.18
16762026-07-02T17:26:26.246Z Compiling similar v2.7.0
16772026-07-02T17:26:26.261Z Compiling heck v0.4.1
16782026-07-02T17:26:26.274Z Compiling buf-list v1.1.2
16792026-07-02T17:26:26.347Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16802026-07-02T17:26:26.507Z Compiling openapiv3 v2.2.0
16812026-07-02T17:26:26.522Z Compiling x509-cert v0.2.5
16822026-07-02T17:26:26.559Z Compiling crossbeam-epoch v0.9.18
16832026-07-02T17:26:26.670Z Compiling peg-runtime v0.8.5
16842026-07-02T17:26:26.673Z Compiling lalrpop-util v0.19.12
16852026-07-02T17:26:26.743Z Compiling thread_local v1.1.9
16862026-07-02T17:26:26.888Z Compiling slog-async v2.8.0
16872026-07-02T17:26:26.911Z Compiling crossbeam-channel v0.5.15
16882026-07-02T17:26:26.926Z Compiling filetime v0.2.27
16892026-07-02T17:26:26.974Z Compiling is-terminal v0.4.17
16902026-07-02T17:26:27.008Z Compiling take_mut v0.2.2
16912026-07-02T17:26:27.073Z Compiling term v1.2.1
16922026-07-02T17:26:27.087Z Compiling xattr v1.6.1
16932026-07-02T17:26:27.114Z Compiling camino-tempfile v1.4.1
16942026-07-02T17:26:27.246Z Compiling tar v0.4.45
16952026-07-02T17:26:27.342Z Compiling slog-term v2.9.2
16962026-07-02T17:26:45.379Z Compiling rustls-webpki v0.103.13
16972026-07-02T17:26:48.061Z Compiling tokio-rustls v0.26.4
16982026-07-02T17:26:48.061Z Compiling rustls-platform-verifier v0.6.2
16992026-07-02T17:26:48.064Z Compiling tough v0.22.0
17002026-07-02T17:26:48.278Z Compiling hyper-rustls v0.27.7
17012026-07-02T17:26:48.464Z Compiling reqwest v0.13.2
17022026-07-02T17:26:50.588Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17032026-07-02T17:26:50.830Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17042026-07-02T17:26:53.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.41s
17052026-07-02T17:26:53.765Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17062026-07-02T17:26:53.820ZJul 02 17:26:53.700 INFO Starting download, target: Cockroach
17072026-07-02T17:26:53.820ZJul 02 17:26:53.700 INFO Starting download, target: Console
17082026-07-02T17:26:53.820ZJul 02 17:26:53.700 INFO Starting download, target: Clickhouse
17092026-07-02T17:26:53.825ZJul 02 17:26:53.700 INFO Starting download, target: DendriteStub
17102026-07-02T17:26:53.825ZJul 02 17:26:53.700 INFO Starting download, target: MaghemiteMgd
17112026-07-02T17:26:53.825ZJul 02 17:26:53.700 INFO Starting download, target: MaghemiteDdmd
17122026-07-02T17:26:53.825ZJul 02 17:26:53.700 INFO Starting download, target: TransceiverControl
17132026-07-02T17:26:53.825ZJul 02 17:26:53.701 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17142026-07-02T17:26:53.825ZJul 02 17:26:53.701 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17152026-07-02T17:26:53.825ZJul 02 17:26:53.701 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17162026-07-02T17:26:53.825ZJul 02 17:26:53.701 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17172026-07-02T17:26:53.825ZJul 02 17:26:53.701 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17182026-07-02T17:26:53.825ZJul 02 17:26:53.701 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17192026-07-02T17:26:53.825ZJul 02 17:26:53.701 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17202026-07-02T17:26:54.222ZJul 02 17:26:54.094 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17212026-07-02T17:26:54.416ZJul 02 17:26:54.294 INFO Download complete, target: TransceiverControl
17222026-07-02T17:26:55.614ZJul 02 17:26:55.494 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17232026-07-02T17:26:55.782ZJul 02 17:26:55.652 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17242026-07-02T17:26:55.868ZJul 02 17:26:55.741 INFO Download complete, target: Console
17252026-07-02T17:26:56.034ZJul 02 17:26:55.908 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17262026-07-02T17:26:56.206ZJul 02 17:26:56.068 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17272026-07-02T17:26:56.422ZJul 02 17:26:56.263 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17282026-07-02T17:26:56.788ZJul 02 17:26:56.665 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17292026-07-02T17:26:56.788ZJul 02 17:26:56.665 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17302026-07-02T17:26:57.626ZJul 02 17:26:57.495 INFO Download complete, target: MaghemiteDdmd
17312026-07-02T17:26:58.815ZJul 02 17:26:58.694 INFO Download complete, target: DendriteStub
17322026-07-02T17:26:58.837ZJul 02 17:26:58.716 INFO Download complete, target: MaghemiteMgd
17332026-07-02T17:27:01.411ZJul 02 17:27:01.290 INFO Checking that binary works, target: Cockroach
17342026-07-02T17:27:01.564ZJul 02 17:27:01.412 INFO Download complete, target: Cockroach
17352026-07-02T17:27:03.035ZJul 02 17:27:02.913 INFO Checking that binary works, target: Clickhouse
17362026-07-02T17:27:03.117ZJul 02 17:27:02.997 INFO Download complete, target: Clickhouse
17372026-07-02T17:27:03.124ZAll prerequisites installed successfully
17382026-07-02T17:27:03.127Z
17392026-07-02T17:27:03.127Zreal 1:46.816695346
17402026-07-02T17:27:03.127Zuser 6:35.485122553
17412026-07-02T17:27:03.127Zsys 1:38.799086986
17422026-07-02T17:27:03.127Ztrap 0.246896211
17432026-07-02T17:27:03.127Ztflt 0.713488453
17442026-07-02T17:27:03.127Zdflt 1.647673245
17452026-07-02T17:27:03.127Zkflt 0.024598608
17462026-07-02T17:27:03.127Zlock 23:02.869504725
17472026-07-02T17:27:03.127Zslp 18:12.646623379
17482026-07-02T17:27:03.128Zlat 24.939186901
17492026-07-02T17:27:03.128Zstop 2:41.128816441
17502026-07-02T17:27:03.128Z+ ptime -m cargo xtask download softnpu
17512026-07-02T17:27:03.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
17522026-07-02T17:27:03.598Z Running `target/debug/xtask download softnpu`
17532026-07-02T17:27:04.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
17542026-07-02T17:27:04.362Z Running `target/debug/xtask-downloader softnpu`
17552026-07-02T17:27:04.400ZJul 02 17:27:04.276 INFO Starting download, target: Softnpu
17562026-07-02T17:27:04.405ZJul 02 17:27:04.277 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17572026-07-02T17:27:05.135ZJul 02 17:27:05.011 INFO Download complete, target: Softnpu
17582026-07-02T17:27:05.144Z
17592026-07-02T17:27:05.144Zreal 2.004880756
17602026-07-02T17:27:05.144Zuser 1.268622638
17612026-07-02T17:27:05.144Zsys 0.581640369
17622026-07-02T17:27:05.144Ztrap 0.000586634
17632026-07-02T17:27:05.144Ztflt 0.000204639
17642026-07-02T17:27:05.144Zdflt 0.000187620
17652026-07-02T17:27:05.144Zkflt 0.000000000
17662026-07-02T17:27:05.144Zlock 13.717141435
17672026-07-02T17:27:05.144Zslp 0.588552060
17682026-07-02T17:27:05.144Zlat 0.081304409
17692026-07-02T17:27:05.144Zstop 0.000176049
17702026-07-02T17:27:05.144Z+ export CARGO_INCREMENTAL=0
17712026-07-02T17:27:05.144Z+ CARGO_INCREMENTAL=0
17722026-07-02T17:27:05.144Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17732026-07-02T17:27:05.984Z Compiling proc-macro2 v1.0.106
17742026-07-02T17:27:05.984Z Compiling quote v1.0.45
17752026-07-02T17:27:05.988Z Compiling unicode-ident v1.0.24
17762026-07-02T17:27:05.988Z Compiling libc v0.2.185
17772026-07-02T17:27:05.988Z Compiling serde_core v1.0.228
17782026-07-02T17:27:05.988Z Compiling serde v1.0.228
17792026-07-02T17:27:05.988Z Compiling cfg-if v1.0.4
17802026-07-02T17:27:05.988Z Compiling version_check v0.9.5
17812026-07-02T17:27:05.988Z Compiling shlex v1.3.0
17822026-07-02T17:27:05.988Z Compiling find-msvc-tools v0.1.9
17832026-07-02T17:27:06.133Z Compiling memchr v2.8.0
17842026-07-02T17:27:06.136Z Compiling zmij v1.0.21
17852026-07-02T17:27:06.151Z Compiling serde_json v1.0.150
17862026-07-02T17:27:06.166Z Compiling autocfg v1.5.0
17872026-07-02T17:27:06.348Z Compiling portable-atomic v1.13.1
17882026-07-02T17:27:06.394Z Compiling zerocopy v0.8.40
17892026-07-02T17:27:06.408Z Compiling getrandom v0.4.1
17902026-07-02T17:27:06.562Z Compiling libm v0.2.16
17912026-07-02T17:27:06.566Z Compiling parking_lot_core v0.9.12
17922026-07-02T17:27:06.566Z Compiling smallvec v1.15.1
17932026-07-02T17:27:06.566Z Compiling icu_normalizer_data v2.1.1
17942026-07-02T17:27:06.789Z Compiling num-traits v0.2.19
17952026-07-02T17:27:06.825Z Compiling icu_properties_data v2.1.2
17962026-07-02T17:27:06.840Z Compiling generic-array v0.14.7
17972026-07-02T17:27:06.843Z Compiling itoa v1.0.17
17982026-07-02T17:27:06.843Z Compiling log v0.4.29
17992026-07-02T17:27:06.882Z Compiling subtle v2.6.1
18002026-07-02T17:27:06.914Z Compiling pkg-config v0.3.32
18012026-07-02T17:27:06.966Z Compiling stable_deref_trait v1.2.1
18022026-07-02T17:27:07.069Z Compiling typenum v1.20.1
18032026-07-02T17:27:07.118Z Compiling scopeguard v1.2.0
18042026-07-02T17:27:07.160Z Compiling fnv v1.0.7
18052026-07-02T17:27:07.191Z Compiling jobserver v0.1.34
18062026-07-02T17:27:07.194Z Compiling errno v0.3.14
18072026-07-02T17:27:07.194Z Compiling rand_core v0.10.0
18082026-07-02T17:27:07.269Z Compiling lock_api v0.4.14
18092026-07-02T17:27:07.342Z Compiling getrandom v0.3.4
18102026-07-02T17:27:07.411Z Compiling thiserror v2.0.18
18112026-07-02T17:27:07.414Z Compiling pin-project-lite v0.2.17
18122026-07-02T17:27:07.462Z Compiling cc v1.2.56
18132026-07-02T17:27:07.492Z Compiling percent-encoding v2.3.2
18142026-07-02T17:27:07.495Z Compiling writeable v0.6.2
18152026-07-02T17:27:07.537Z Compiling equivalent v1.0.2
18162026-07-02T17:27:07.553Z Compiling litemap v0.8.1
18172026-07-02T17:27:07.587Z Compiling syn v2.0.117
18182026-07-02T17:27:07.604Z Compiling getrandom v0.2.17
18192026-07-02T17:27:07.671Z Compiling rustversion v1.0.22
18202026-07-02T17:27:07.762Z Compiling rand_core v0.6.4
18212026-07-02T17:27:07.779Z Compiling rustix v1.1.3
18222026-07-02T17:27:07.792Z Compiling critical-section v1.2.0
18232026-07-02T17:27:07.822Z Compiling dunce v1.0.5
18242026-07-02T17:27:07.839Z Compiling fs_extra v1.3.0
18252026-07-02T17:27:07.869Z Compiling schemars v0.8.22
18262026-07-02T17:27:07.947Z Compiling hashbrown v0.17.0
18272026-07-02T17:27:08.133Z Compiling signal-hook-registry v1.4.8
18282026-07-02T17:27:08.184Z Compiling heck v0.5.0
18292026-07-02T17:27:08.214Z Compiling cmake v0.1.57
18302026-07-02T17:27:08.229Z Compiling once_cell v1.21.3
18312026-07-02T17:27:08.232Z Compiling utf8_iter v1.0.4
18322026-07-02T17:27:08.500Z Compiling semver v1.0.28
18332026-07-02T17:27:08.538Z Compiling indexmap v2.14.0
18342026-07-02T17:27:08.598Z Compiling parking_lot v0.12.5
18352026-07-02T17:27:08.598Z Compiling form_urlencoded v1.2.2
18362026-07-02T17:27:08.632Z Compiling mio v1.2.0
18372026-07-02T17:27:08.635Z Compiling socket2 v0.6.3
18382026-07-02T17:27:08.664Z Compiling futures-core v0.3.32
18392026-07-02T17:27:08.817Z Compiling bitflags v2.11.0
18402026-07-02T17:27:08.833Z Compiling aws-lc-sys v0.40.0
18412026-07-02T17:27:08.851Z Compiling aws-lc-rs v1.16.3
18422026-07-02T17:27:08.932Z Compiling strsim v0.11.1
18432026-07-02T17:27:08.949Z Compiling httparse v1.10.1
18442026-07-02T17:27:09.233Z Compiling byteorder v1.5.0
18452026-07-02T17:27:09.265Z Compiling ucd-trie v0.1.7
18462026-07-02T17:27:09.298Z Compiling thiserror v1.0.69
18472026-07-02T17:27:09.380Z Compiling vcpkg v0.2.15
18482026-07-02T17:27:09.423Z Compiling pest v2.8.6
18492026-07-02T17:27:09.440Z Compiling regex-syntax v0.8.10
18502026-07-02T17:27:09.457Z Compiling ident_case v1.0.1
18512026-07-02T17:27:09.474Z Compiling syn v1.0.109
18522026-07-02T17:27:09.511Z Compiling iana-time-zone v0.1.65
18532026-07-02T17:27:09.526Z Compiling const-oid v0.9.6
18542026-07-02T17:27:09.805Z Compiling uuid v1.23.4
18552026-07-02T17:27:09.888Z Compiling rustc_version v0.4.1
18562026-07-02T17:27:09.963Z Compiling rustls v0.23.41
18572026-07-02T17:27:09.978Z Compiling openssl-sys v0.9.115
18582026-07-02T17:27:09.993Z Compiling futures-sink v0.3.32
18592026-07-02T17:27:10.131Z Compiling futures-channel v0.3.32
18602026-07-02T17:27:10.263Z Compiling aho-corasick v1.1.4
18612026-07-02T17:27:10.278Z Compiling slab v0.4.12
18622026-07-02T17:27:10.301Z Compiling futures-io v0.3.32
18632026-07-02T17:27:10.401Z Compiling synstructure v0.13.2
18642026-07-02T17:27:10.440Z Compiling serde_derive_internals v0.29.1
18652026-07-02T17:27:10.473Z Compiling futures-task v0.3.32
18662026-07-02T17:27:10.544Z Compiling pest_meta v2.8.6
18672026-07-02T17:27:10.691Z Compiling dyn-clone v1.0.20
18682026-07-02T17:27:10.737Z Compiling plain v0.2.3
18692026-07-02T17:27:10.766Z Compiling num-conv v0.2.0
18702026-07-02T17:27:10.786Z Compiling crc32fast v1.5.0
18712026-07-02T17:27:10.790Z Compiling time-core v0.1.8
18722026-07-02T17:27:10.910Z Compiling crossbeam-utils v0.8.21
18732026-07-02T17:27:10.929Z Compiling base64 v0.22.1
18742026-07-02T17:27:11.015Z Compiling time-macros v0.2.27
18752026-07-02T17:27:11.114Z Compiling regex-automata v0.4.14
18762026-07-02T17:27:11.131Z Compiling pretty-hex v0.4.1
18772026-07-02T17:27:11.136Z Compiling openssl v0.10.79
18782026-07-02T17:27:11.164Z Compiling pest_generator v2.8.6
18792026-07-02T17:27:11.239Z Compiling darling_core v0.21.3
18802026-07-02T17:27:11.304Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18812026-07-02T17:27:11.446Z Compiling native-tls v0.2.18
18822026-07-02T17:27:11.465Z Compiling anyhow v1.0.102
18832026-07-02T17:27:11.470Z Compiling rand_core v0.9.5
18842026-07-02T17:27:11.585Z Compiling slog v2.8.2
18852026-07-02T17:27:11.657Z Compiling serde_derive v1.0.228
18862026-07-02T17:27:11.709Z Compiling zeroize_derive v1.4.3
18872026-07-02T17:27:11.726Z Compiling zerofrom-derive v0.1.6
18882026-07-02T17:27:11.795Z Compiling yoke-derive v0.8.1
18892026-07-02T17:27:11.795Z Compiling zerovec-derive v0.11.2
18902026-07-02T17:27:11.811Z Compiling displaydoc v0.2.5
18912026-07-02T17:27:11.836Z Compiling zerocopy-derive v0.8.40
18922026-07-02T17:27:11.842Z Compiling tokio-macros v2.7.0
18932026-07-02T17:27:11.842Z Compiling futures-macro v0.3.32
18942026-07-02T17:27:12.005Z Compiling thiserror-impl v2.0.18
18952026-07-02T17:27:12.281Z Compiling schemars_derive v0.8.22
18962026-07-02T17:27:12.353Z Compiling zeroize v1.8.2
18972026-07-02T17:27:12.566Z Compiling tracing-attributes v0.1.31
18982026-07-02T17:27:12.679Z Compiling der_derive v0.7.3
18992026-07-02T17:27:12.709Z Compiling thiserror-impl v1.0.69
19002026-07-02T17:27:12.830Z Compiling pest_derive v2.8.6
19012026-07-02T17:27:12.866Z Compiling zerofrom v0.1.6
19022026-07-02T17:27:13.027Z Compiling yoke v0.8.1
19032026-07-02T17:27:13.223Z Compiling zerovec v0.11.5
19042026-07-02T17:27:13.258Z Compiling zerotrie v0.2.3
19052026-07-02T17:27:13.336Z Compiling crypto-common v0.1.7
19062026-07-02T17:27:13.354Z Compiling futures-util v0.3.32
19072026-07-02T17:27:13.468Z Compiling block-buffer v0.10.4
19082026-07-02T17:27:13.730Z Compiling digest v0.10.7
19092026-07-02T17:27:13.764Z Compiling tinystr v0.8.2
19102026-07-02T17:27:13.790Z Compiling potential_utf v0.1.4
19112026-07-02T17:27:13.836Z Compiling scroll_derive v0.13.1
19122026-07-02T17:27:13.864Z Compiling scroll_derive v0.12.1
19132026-07-02T17:27:13.871Z Compiling openssl-macros v0.1.1
19142026-07-02T17:27:13.946Z Compiling icu_locale_core v2.1.1
19152026-07-02T17:27:13.968Z Compiling icu_collections v2.1.1
19162026-07-02T17:27:14.319Z Compiling darling_macro v0.21.3
19172026-07-02T17:27:14.544Z Compiling regex v1.12.3
19182026-07-02T17:27:14.652Z Compiling zerocopy-derive v0.7.35
19192026-07-02T17:27:14.695Z Compiling icu_provider v2.1.1
19202026-07-02T17:27:14.703Z Compiling tracing-core v0.1.36
19212026-07-02T17:27:14.995Z Compiling bytes v1.11.1
19222026-07-02T17:27:15.002Z Compiling chrono v0.4.44
19232026-07-02T17:27:15.002Z Compiling icu_properties v2.1.2
19242026-07-02T17:27:15.002Z Compiling icu_normalizer v2.1.1
19252026-07-02T17:27:15.130Z Compiling serde_tokenstream v0.2.3
19262026-07-02T17:27:15.410Z Compiling tokio v1.52.1
19272026-07-02T17:27:15.665Z Compiling http v1.4.2
19282026-07-02T17:27:16.036Z Compiling idna_adapter v1.2.1
19292026-07-02T17:27:16.048Z Compiling cookie v0.18.1
19302026-07-02T17:27:16.079Z Compiling camino v1.2.2
19312026-07-02T17:27:16.204Z Compiling idna v1.1.0
19322026-07-02T17:27:16.273Z Compiling ppv-lite86 v0.2.21
19332026-07-02T17:27:16.346Z Compiling base64ct v1.8.3
19342026-07-02T17:27:16.634Z Compiling url v2.5.8
19352026-07-02T17:27:16.674Z Compiling pem-rfc7468 v0.7.0
19362026-07-02T17:27:16.674Z Compiling tracing v0.1.44
19372026-07-02T17:27:16.700Z Compiling darling v0.21.3
19382026-07-02T17:27:17.189Z Compiling flagset v0.4.7
19392026-07-02T17:27:17.326Z Compiling der v0.7.10
19402026-07-02T17:27:17.492Z Compiling rand_chacha v0.9.0
19412026-07-02T17:27:17.639Z Compiling http-body v1.0.1
19422026-07-02T17:27:17.659Z Compiling rustls-pki-types v1.14.0
19432026-07-02T17:27:17.814Z Compiling usdt-impl v0.5.0
19442026-07-02T17:27:17.842Z Compiling cmov v0.5.4
19452026-07-02T17:27:17.987Z Compiling usdt-impl v0.6.0
19462026-07-02T17:27:18.047Z Compiling fastrand v2.3.0
19472026-07-02T17:27:18.075Z Compiling either v1.15.0
19482026-07-02T17:27:18.084Z Compiling tinyvec_macros v0.1.1
19492026-07-02T17:27:18.179Z Compiling ref-cast v1.0.25
19502026-07-02T17:27:18.312Z Compiling paste v1.0.15
19512026-07-02T17:27:18.351Z Compiling openssl-probe v0.2.1
19522026-07-02T17:27:18.425Z Compiling tinyvec v1.10.0
19532026-07-02T17:27:18.470Z Compiling ctutils v0.4.2
19542026-07-02T17:27:18.490Z Compiling spki v0.7.3
19552026-07-02T17:27:18.547Z Compiling rand v0.9.2
19562026-07-02T17:27:18.657Z Compiling serde_spanned v0.6.9
19572026-07-02T17:27:18.687Z Compiling toml_datetime v0.6.11
19582026-07-02T17:27:18.696Z Compiling scroll v0.13.0
19592026-07-02T17:27:18.730Z Compiling scroll v0.12.0
19602026-07-02T17:27:18.765Z Compiling async-trait v0.1.89
19612026-07-02T17:27:18.773Z Compiling heapless v0.7.17
19622026-07-02T17:27:18.863Z Compiling bzip2-sys v0.1.13+1.0.8
19632026-07-02T17:27:18.905Z Compiling cpufeatures v0.2.17
19642026-07-02T17:27:18.958Z Compiling rustix v0.38.44
19652026-07-02T17:27:18.998Z Compiling litrs v1.0.0
19662026-07-02T17:27:19.024Z Compiling try-lock v0.2.5
19672026-07-02T17:27:19.041Z Compiling winnow v0.7.14
19682026-07-02T17:27:19.071Z Compiling atomic-waker v1.1.2
19692026-07-02T17:27:19.071Z Compiling signal-hook v0.3.18
19702026-07-02T17:27:19.137Z Compiling untrusted v0.7.1
19712026-07-02T17:27:19.158Z Compiling winnow v1.0.3
19722026-07-02T17:27:19.209Z Compiling tokio-util v0.7.18
19732026-07-02T17:27:19.241Z Compiling zstd-safe v7.2.4
19742026-07-02T17:27:19.267Z Compiling tower-layer v0.3.3
19752026-07-02T17:27:19.289Z Compiling tower-service v0.3.3
19762026-07-02T17:27:19.308Z Compiling want v0.3.1
19772026-07-02T17:27:19.323Z Compiling goblin v0.8.2
19782026-07-02T17:27:19.482Z Compiling goblin v0.10.5
19792026-07-02T17:27:19.488Z Compiling document-features v0.2.12
19802026-07-02T17:27:19.501Z Compiling toml_parser v1.1.2+spec-1.1.0
19812026-07-02T17:27:19.543Z Compiling hybrid-array v0.4.13
19822026-07-02T17:27:19.971Z Compiling h2 v0.4.15
19832026-07-02T17:27:20.085Z Compiling zerocopy v0.7.35
19842026-07-02T17:27:20.210Z Compiling ipnet v2.11.0
19852026-07-02T17:27:20.387Z Compiling ref-cast-impl v1.0.25
19862026-07-02T17:27:20.520Z Compiling darling_core v0.20.11
19872026-07-02T17:27:20.540Z Compiling curve25519-dalek v4.1.3
19882026-07-02T17:27:20.586Z Compiling memoffset v0.9.1
19892026-07-02T17:27:20.688Z Compiling httpdate v1.0.3
19902026-07-02T17:27:20.691Z Compiling untrusted v0.9.0
19912026-07-02T17:27:20.718Z Compiling powerfmt v0.2.0
19922026-07-02T17:27:20.842Z Compiling foreign-types-shared v0.1.1
19932026-07-02T17:27:20.859Z Compiling utf8parse v0.2.2
19942026-07-02T17:27:21.045Z Compiling winnow v0.5.40
19952026-07-02T17:27:21.218Z Compiling tempfile v3.25.0
19962026-07-02T17:27:21.253Z Compiling foreign-types v0.3.2
19972026-07-02T17:27:21.291Z Compiling deranged v0.5.8
19982026-07-02T17:27:21.432Z Compiling unicode-normalization v0.1.25
19992026-07-02T17:27:21.575Z Compiling pkcs8 v0.10.2
20002026-07-02T17:27:21.850Z Compiling dof v0.3.0
20012026-07-02T17:27:21.900Z Compiling dtrace-parser v0.2.0
20022026-07-02T17:27:22.431Z Compiling toml_edit v0.19.15
20032026-07-02T17:27:22.451Z Compiling dof v0.4.0
20042026-07-02T17:27:22.515Z Compiling darling_macro v0.20.11
20052026-07-02T17:27:22.566Z Compiling dtrace-parser v0.3.0
20062026-07-02T17:27:22.637Z Compiling pin-project-internal v1.1.11
20072026-07-02T17:27:22.714Z Compiling daft-derive v0.1.7
20082026-07-02T17:27:22.783Z Compiling spin v0.9.8
20092026-07-02T17:27:22.946Z Compiling thread-id v4.2.2
20102026-07-02T17:27:23.026Z Compiling thread-id v5.1.0
20112026-07-02T17:27:23.056Z Compiling num_threads v0.1.7
20122026-07-02T17:27:23.146Z Compiling hyper v1.10.1
20132026-07-02T17:27:23.189Z Compiling num-bigint-dig v0.8.6
20142026-07-02T17:27:23.201Z Compiling cfg_aliases v0.2.1
20152026-07-02T17:27:23.422Z Compiling smoltcp v0.9.1
20162026-07-02T17:27:23.451Z Compiling anstyle v1.0.14
20172026-07-02T17:27:23.553Z Compiling time v0.3.47
20182026-07-02T17:27:23.579Z Compiling nix v0.31.2
20192026-07-02T17:27:23.670Z Compiling darling v0.20.11
20202026-07-02T17:27:23.865Z Compiling sha2 v0.10.9
20212026-07-02T17:27:23.974Z Compiling ipnetwork v0.21.1
20222026-07-02T17:27:24.184Z Compiling hmac v0.12.1
20232026-07-02T17:27:24.238Z Compiling hyper-util v0.1.20
20242026-07-02T17:27:24.357Z Compiling strum_macros v0.26.4
20252026-07-02T17:27:24.520Z Compiling curve25519-dalek-derive v0.1.1
20262026-07-02T17:27:24.619Z Compiling sync_wrapper v1.0.2
20272026-07-02T17:27:24.661Z Compiling wait-timeout v0.2.1
20282026-07-02T17:27:25.117Z Compiling quick-error v1.2.3
20292026-07-02T17:27:25.131Z Compiling colorchoice v1.0.4
20302026-07-02T17:27:25.167Z Compiling bit-vec v0.8.0
20312026-07-02T17:27:25.210Z Compiling simd-adler32 v0.3.8
20322026-07-02T17:27:25.281Z Compiling anstyle-query v1.1.5
20332026-07-02T17:27:25.419Z Compiling is_terminal_polyfill v1.70.2
20342026-07-02T17:27:25.436Z Compiling siphasher v1.0.2
20352026-07-02T17:27:25.549Z Compiling bit-set v0.8.0
20362026-07-02T17:27:25.584Z Compiling rusty-fork v0.3.1
20372026-07-02T17:27:25.835Z Compiling tower v0.5.3
20382026-07-02T17:27:25.969Z Compiling derive_builder_core v0.20.2
20392026-07-02T17:27:26.242Z Compiling http-body-util v0.1.3
20402026-07-02T17:27:26.345Z Compiling hubpack_derive v0.1.1
20412026-07-02T17:27:26.494Z Compiling snafu-derive v0.8.9
20422026-07-02T17:27:26.517Z Compiling strum_macros v0.27.2
20432026-07-02T17:27:26.533Z Compiling rand_xorshift v0.4.0
20442026-07-02T17:27:26.710Z Compiling fs-err v3.3.0
20452026-07-02T17:27:26.787Z Compiling ahash v0.8.12
20462026-07-02T17:27:26.799Z Compiling object v0.37.3
20472026-07-02T17:27:26.849Z Compiling unicode-properties v0.1.4
20482026-07-02T17:27:27.092Z Compiling adler2 v2.0.1
20492026-07-02T17:27:27.114Z Compiling unicode-bidi v0.3.18
20502026-07-02T17:27:27.124Z Compiling unicode-segmentation v1.12.0
20512026-07-02T17:27:27.128Z Compiling allocator-api2 v0.2.21
20522026-07-02T17:27:27.190Z Compiling unarray v0.1.4
20532026-07-02T17:27:27.211Z Compiling ryu v1.0.23
20542026-07-02T17:27:27.332Z Compiling iri-string v0.7.10
20552026-07-02T17:27:27.403Z Compiling serde_urlencoded v0.7.1
20562026-07-02T17:27:27.503Z Compiling stringprep v0.1.5
20572026-07-02T17:27:27.537Z Compiling proptest v1.10.0
20582026-07-02T17:27:27.603Z Compiling miniz_oxide v0.8.9
20592026-07-02T17:27:27.733Z Compiling derive_builder_macro v0.20.2
20602026-07-02T17:27:27.940Z Compiling tokio-native-tls v0.3.1
20612026-07-02T17:27:28.193Z Compiling usdt-attr-macro v0.6.0
20622026-07-02T17:27:28.205Z Compiling usdt-macro v0.6.0
20632026-07-02T17:27:28.205Z Compiling anstyle-parse v1.0.0
20642026-07-02T17:27:28.220Z Compiling block-buffer v0.12.1
20652026-07-02T17:27:28.324Z Compiling crypto-common v0.2.2
20662026-07-02T17:27:28.473Z Compiling block-padding v0.4.2
20672026-07-02T17:27:28.548Z Compiling tower-http v0.6.8
20682026-07-02T17:27:28.753Z Compiling rustls-native-certs v0.8.3
20692026-07-02T17:27:28.951Z Compiling rand_chacha v0.3.1
20702026-07-02T17:27:29.017Z Compiling erased-serde v0.3.31
20712026-07-02T17:27:29.117Z Compiling md-5 v0.10.6
20722026-07-02T17:27:29.117Z Compiling signature v2.2.0
20732026-07-02T17:27:29.117Z Compiling bstr v1.12.1
20742026-07-02T17:27:29.163Z Compiling num-integer v0.1.46
20752026-07-02T17:27:29.224Z Compiling hash32 v0.2.1
20762026-07-02T17:27:29.253Z Compiling vergen-lib v9.1.0
20772026-07-02T17:27:29.399Z Compiling encoding_rs v0.8.35
20782026-07-02T17:27:29.416Z Compiling cpufeatures v0.3.0
20792026-07-02T17:27:29.439Z Compiling psl-types v2.0.11
20802026-07-02T17:27:29.490Z Compiling mime v0.3.17
20812026-07-02T17:27:29.554Z Compiling fallible-iterator v0.2.0
20822026-07-02T17:27:29.588Z Compiling zlib-rs v0.6.2
20832026-07-02T17:27:29.642Z Compiling publicsuffix v2.3.0
20842026-07-02T17:27:29.697Z Compiling newtype-uuid v1.3.2
20852026-07-02T17:27:29.855Z Compiling postgres-protocol v0.6.10
20862026-07-02T17:27:29.887Z Compiling num-iter v0.1.45
20872026-07-02T17:27:30.069Z Compiling rand v0.8.6
20882026-07-02T17:27:30.494Z Compiling inout v0.2.2
20892026-07-02T17:27:30.572Z Compiling oxnet v0.1.6
20902026-07-02T17:27:30.602Z Compiling anstream v1.0.0
20912026-07-02T17:27:30.629Z Compiling derive_builder v0.20.2
20922026-07-02T17:27:30.696Z Compiling hyper-tls v0.6.0
20932026-07-02T17:27:30.733Z Compiling heck v0.4.1
20942026-07-02T17:27:30.783Z Compiling phf_shared v0.13.1
20952026-07-02T17:27:30.818Z Compiling pin-project v1.1.11
20962026-07-02T17:27:30.944Z Compiling lazy_static v1.5.0
20972026-07-02T17:27:30.964Z Compiling anstyle-parse v0.2.7
20982026-07-02T17:27:31.082Z Compiling terminal_size v0.4.3
20992026-07-02T17:27:31.087Z Compiling serde_with_macros v3.17.0
21002026-07-02T17:27:31.152Z Compiling futures-executor v0.3.32
21012026-07-02T17:27:31.174Z Compiling hex v0.4.3
21022026-07-02T17:27:31.218Z Compiling serde_repr v0.1.20
21032026-07-02T17:27:31.240Z Compiling enum-as-inner v0.6.1
21042026-07-02T17:27:31.368Z Compiling async-recursion v1.1.1
21052026-07-02T17:27:31.368Z Compiling clap_derive v4.6.1
21062026-07-02T17:27:31.447Z Compiling ff v0.13.1
21072026-07-02T17:27:31.471Z Compiling vergen v9.1.0
21082026-07-02T17:27:31.471Z Compiling cargo-platform v0.3.2
21092026-07-02T17:27:31.609Z Compiling base16ct v0.2.0
21102026-07-02T17:27:31.704Z Compiling flate2 v1.1.9
21112026-07-02T17:27:31.755Z Compiling managed v0.8.0
21122026-07-02T17:27:31.779Z Compiling bitflags v1.3.2
21132026-07-02T17:27:31.815Z Compiling clap_lex v1.0.0
21142026-07-02T17:27:31.888Z Compiling same-file v1.0.6
21152026-07-02T17:27:31.968Z Compiling foldhash v0.1.5
21162026-07-02T17:27:32.081Z Compiling libbz2-rs-sys v0.2.2
21172026-07-02T17:27:32.125Z Compiling bumpalo v3.20.2
21182026-07-02T17:27:32.139Z Compiling foldhash v0.2.0
21192026-07-02T17:27:32.297Z Compiling hashbrown v0.16.1
21202026-07-02T17:27:32.309Z Compiling zopfli v0.8.3
21212026-07-02T17:27:32.437Z Compiling hashbrown v0.15.5
21222026-07-02T17:27:32.570Z Compiling bzip2 v0.6.1
21232026-07-02T17:27:32.697Z Compiling walkdir v2.5.0
21242026-07-02T17:27:32.868Z Compiling clap_builder v4.6.0
21252026-07-02T17:27:32.898Z Compiling sec1 v0.7.3
21262026-07-02T17:27:32.925Z Compiling cargo_metadata v0.23.1
21272026-07-02T17:27:32.980Z Compiling group v0.13.0
21282026-07-02T17:27:33.193Z Compiling zstd v0.13.3
21292026-07-02T17:27:33.202Z Compiling futures v0.3.32
21302026-07-02T17:27:33.300Z Compiling anstream v0.6.21
21312026-07-02T17:27:33.535Z Compiling phf v0.13.1
21322026-07-02T17:27:33.681Z Compiling snafu v0.8.9
21332026-07-02T17:27:33.716Z Compiling daft v0.1.7
21342026-07-02T17:27:33.772Z Compiling reqwest v0.12.28
21352026-07-02T17:27:34.181Z Compiling signal-hook-mio v0.2.5
21362026-07-02T17:27:34.340Z Compiling cipher v0.5.2
21372026-07-02T17:27:34.369Z Compiling cookie_store v0.22.1
21382026-07-02T17:27:34.418Z Compiling postgres-types v0.2.12
21392026-07-02T17:27:34.469Z Compiling bzip2 v0.4.4
21402026-07-02T17:27:34.533Z Compiling globset v0.4.18
21412026-07-02T17:27:34.617Z Compiling ed25519 v2.2.3
21422026-07-02T17:27:34.650Z Compiling strum v0.27.2
21432026-07-02T17:27:34.882Z Compiling hubpack v0.1.2
21442026-07-02T17:27:34.950Z Compiling phf_shared v0.11.3
21452026-07-02T17:27:34.950Z Compiling hkdf v0.12.4
21462026-07-02T17:27:34.981Z Compiling crossbeam-epoch v0.9.18
21472026-07-02T17:27:34.996Z Compiling olpc-cjson v0.1.4
21482026-07-02T17:27:34.996Z Compiling pkcs1 v0.7.5
21492026-07-02T17:27:35.456Z Compiling pem v3.0.6
21502026-07-02T17:27:35.522Z Compiling serde_plain v1.0.2
21512026-07-02T17:27:35.523Z Compiling serde-big-array v0.5.1
21522026-07-02T17:27:35.523Z Compiling crypto-bigint v0.5.5
21532026-07-02T17:27:35.560Z Compiling float-cmp v0.10.0
21542026-07-02T17:27:35.561Z Compiling memmap2 v0.9.10
21552026-07-02T17:27:35.561Z Compiling env_filter v1.0.0
21562026-07-02T17:27:35.579Z Compiling normalize-line-endings v0.3.0
21572026-07-02T17:27:35.686Z Compiling static_assertions v1.1.0
21582026-07-02T17:27:35.696Z Compiling predicates-core v1.0.10
21592026-07-02T17:27:35.857Z Compiling data-encoding v2.10.0
21602026-07-02T17:27:35.911Z Compiling toml_write v0.1.2
21612026-07-02T17:27:35.911Z Compiling precomputed-hash v0.1.1
21622026-07-02T17:27:35.911Z Compiling difflib v0.4.0
21632026-07-02T17:27:35.911Z Compiling typed-path v0.9.3
21642026-07-02T17:27:35.949Z Compiling new_debug_unreachable v1.0.6
21652026-07-02T17:27:35.991Z Compiling keccak v0.1.6
21662026-07-02T17:27:36.009Z Compiling jiff v0.2.21
21672026-07-02T17:27:36.211Z Compiling const-oid v0.10.2
21682026-07-02T17:27:36.220Z Compiling whoami v2.1.0
21692026-07-02T17:27:36.244Z Compiling fixedbitset v0.4.2
21702026-07-02T17:27:36.287Z Compiling fixedbitset v0.5.7
21712026-07-02T17:27:36.421Z Compiling digest v0.11.3
21722026-07-02T17:27:36.421Z Compiling petgraph v0.6.5
21732026-07-02T17:27:36.432Z Compiling elliptic-curve v0.13.8
21742026-07-02T17:27:36.501Z Compiling tokio-postgres v0.7.16
21752026-07-02T17:27:36.565Z Compiling petgraph v0.8.3
21762026-07-02T17:27:36.614Z Compiling chacha20 v0.10.0
21772026-07-02T17:27:36.639Z Compiling sha3 v0.10.8
21782026-07-02T17:27:36.683Z Compiling predicates v3.1.4
21792026-07-02T17:27:36.786Z Compiling hickory-proto v0.25.2
21802026-07-02T17:27:36.833Z Compiling toml_edit v0.22.27
21812026-07-02T17:27:36.855Z Compiling string_cache v0.8.9
21822026-07-02T17:27:36.925Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21832026-07-02T17:27:37.133Z Compiling env_logger v0.11.9
21842026-07-02T17:27:37.211Z Compiling usdt v0.6.0
21852026-07-02T17:27:37.385Z Compiling rsa v0.9.10
21862026-07-02T17:27:38.538Z Compiling ed25519-dalek v2.2.0
21872026-07-02T17:27:38.637Z Compiling zip v4.6.1
21882026-07-02T17:27:39.127Z Compiling zip v0.6.6
21892026-07-02T17:27:39.164Z Compiling clap v4.6.1
21902026-07-02T17:27:39.164Z Compiling crossterm v0.28.1
21912026-07-02T17:27:39.359Z Compiling iddqd v0.4.2
21922026-07-02T17:27:39.599Z Compiling serde_with v3.17.0
21932026-07-02T17:27:39.714Z Compiling similar v2.7.0
21942026-07-02T17:27:39.763Z Compiling strum v0.26.3
21952026-07-02T17:27:39.810Z Compiling toml v0.7.8
21962026-07-02T17:27:39.855Z Compiling tokio-stream v0.1.18
21972026-07-02T17:27:39.915Z Compiling buf-list v1.1.2
21982026-07-02T17:27:40.102Z Compiling x509-cert v0.2.5
21992026-07-02T17:27:40.262Z Compiling itertools v0.13.0
22002026-07-02T17:27:40.358Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22012026-07-02T17:27:41.444Z Compiling openapiv3 v2.2.0
22022026-07-02T17:27:41.646Z Compiling peg-runtime v0.8.5
22032026-07-02T17:27:41.646Z Compiling lalrpop-util v0.19.12
22042026-07-02T17:27:57.360Z Compiling rustls-webpki v0.103.13
22052026-07-02T17:27:58.271Z Compiling macaddr v1.0.1
22062026-07-02T17:27:58.289Z Compiling structmeta-derive v0.3.0
22072026-07-02T17:27:58.307Z Compiling rayon-core v1.13.0
22082026-07-02T17:27:58.484Z Compiling crucible-workspace-hack v0.1.0
22092026-07-02T17:27:58.638Z Compiling itertools v0.14.0
22102026-07-02T17:27:58.646Z Compiling secrecy v0.10.3
22112026-07-02T17:27:58.748Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22122026-07-02T17:27:58.778Z Compiling heapless v0.8.0
22132026-07-02T17:27:58.796Z Compiling toml_datetime v0.7.5+spec-1.1.0
22142026-07-02T17:27:59.024Z Compiling toml_edit v0.23.10+spec-1.0.0
22152026-07-02T17:27:59.159Z Compiling crossbeam-deque v0.8.6
22162026-07-02T17:27:59.212Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22172026-07-02T17:27:59.263Z Compiling inout v0.1.4
22182026-07-02T17:27:59.300Z Compiling structmeta v0.3.0
22192026-07-02T17:27:59.303Z Compiling hash32 v0.3.1
22202026-07-02T17:27:59.407Z Compiling multer v3.1.0
22212026-07-02T17:27:59.426Z Compiling thread_local v1.1.9
22222026-07-02T17:27:59.445Z Compiling slog-async v2.8.0
22232026-07-02T17:27:59.457Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22242026-07-02T17:27:59.520Z Compiling compression-core v0.4.31
22252026-07-02T17:27:59.549Z Compiling match_cfg v0.1.0
22262026-07-02T17:27:59.649Z Compiling smoltcp v0.11.0
22272026-07-02T17:27:59.663Z Compiling unicode-width v0.2.0
22282026-07-02T17:27:59.770Z Compiling compression-codecs v0.4.37
22292026-07-02T17:27:59.801Z Compiling hostname v0.3.1
22302026-07-02T17:27:59.819Z Compiling proc-macro-crate v3.4.0
22312026-07-02T17:27:59.822Z Compiling derive-ex v0.1.8
22322026-07-02T17:27:59.851Z Compiling ingot-macros v0.1.1
22332026-07-02T17:28:00.001Z Compiling cipher v0.4.4
22342026-07-02T17:28:00.048Z Compiling atomicwrites v0.4.4
22352026-07-02T17:28:00.188Z Compiling slog-json v2.6.1
22362026-07-02T17:28:00.296Z Compiling crossbeam-channel v0.5.15
22372026-07-02T17:28:00.309Z Compiling half v2.7.1
22382026-07-02T17:28:00.435Z Compiling newtype-uuid-macros v0.1.0
22392026-07-02T17:28:00.485Z Compiling cobs v0.3.0
22402026-07-02T17:28:00.504Z Compiling universal-hash v0.5.1
22412026-07-02T17:28:00.681Z Compiling thiserror-impl-no-std v2.0.2
22422026-07-02T17:28:00.699Z Compiling async-stream-impl v0.3.6
22432026-07-02T17:28:00.756Z Compiling toml_datetime v1.1.1+spec-1.1.0
22442026-07-02T17:28:00.790Z Compiling serde_spanned v1.1.1
22452026-07-02T17:28:00.978Z Compiling tokio-rustls v0.26.4
22462026-07-02T17:28:01.011Z Compiling rustls-platform-verifier v0.6.2
22472026-07-02T17:28:01.155Z Compiling tough v0.22.0
22482026-07-02T17:28:01.222Z Compiling hyper-rustls v0.27.7
22492026-07-02T17:28:01.261Z Compiling is-terminal v0.4.17
22502026-07-02T17:28:01.283Z Compiling dropshot v0.17.1
22512026-07-02T17:28:01.314Z Compiling proc-macro-error-attr v1.0.4
22522026-07-02T17:28:01.386Z Compiling ciborium-io v0.2.2
22532026-07-02T17:28:01.401Z Compiling term v1.2.1
22542026-07-02T17:28:01.531Z Compiling reqwest v0.13.2
22552026-07-02T17:28:01.542Z Compiling convert_case v0.4.0
22562026-07-02T17:28:01.558Z Compiling toml_writer v1.1.1+spec-1.1.0
22572026-07-02T17:28:01.571Z Compiling opaque-debug v0.3.1
22582026-07-02T17:28:01.614Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22592026-07-02T17:28:01.673Z Compiling take_mut v0.2.2
22602026-07-02T17:28:01.703Z Compiling poly1305 v0.8.0
22612026-07-02T17:28:01.756Z Compiling thiserror-no-std v2.0.2
22622026-07-02T17:28:01.853Z Compiling toml v1.1.2+spec-1.1.0
22632026-07-02T17:28:01.882Z Compiling derive_more v0.99.20
22642026-07-02T17:28:01.882Z Compiling slog-term v2.9.2
22652026-07-02T17:28:02.044Z Compiling ciborium-ll v0.2.2
22662026-07-02T17:28:02.342Z Compiling test-strategy v0.4.5
22672026-07-02T17:28:02.366Z Compiling async-stream v0.3.6
22682026-07-02T17:28:02.437Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22692026-07-02T17:28:02.524Z Compiling ingot-types v0.1.2
22702026-07-02T17:28:02.592Z Compiling postcard v1.1.3
22712026-07-02T17:28:02.994Z Compiling ingot v0.1.1
22722026-07-02T17:28:03.028Z Compiling slog-bunyan v2.5.0
22732026-07-02T17:28:03.072Z Compiling num_enum_derive v0.7.6
22742026-07-02T17:28:03.179Z Compiling chacha20 v0.9.1
22752026-07-02T17:28:03.226Z Compiling async-compression v0.4.41
22762026-07-02T17:28:03.459Z Compiling parse-display-derive v0.10.0
22772026-07-02T17:28:03.658Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22782026-07-02T17:28:03.737Z Compiling sha1 v0.11.0
22792026-07-02T17:28:04.046Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22802026-07-02T17:28:04.092Z Compiling proc-macro-crate v1.3.1
22812026-07-02T17:28:04.189Z Compiling waitgroup v0.1.2
22822026-07-02T17:28:04.225Z Compiling backon v1.6.0
22832026-07-02T17:28:04.376Z Compiling password-hash v0.5.0
22842026-07-02T17:28:04.391Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22852026-07-02T17:28:04.441Z Compiling rustls-pemfile v2.2.0
22862026-07-02T17:28:04.461Z Compiling dropshot_endpoint v0.17.1
22872026-07-02T17:28:04.473Z Compiling blake2 v0.10.6
22882026-07-02T17:28:04.515Z Compiling aead v0.5.2
22892026-07-02T17:28:04.928Z Compiling foreign-types-macros v0.2.3
22902026-07-02T17:28:04.973Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22912026-07-02T17:28:04.973Z Compiling serde_path_to_error v0.1.20
22922026-07-02T17:28:04.973Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22932026-07-02T17:28:04.994Z Compiling hostname v0.4.2
22942026-07-02T17:28:05.030Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22952026-07-02T17:28:05.158Z Compiling proc-macro-error v1.0.4
22962026-07-02T17:28:05.220Z Compiling instant v0.1.13
22972026-07-02T17:28:05.261Z Compiling foreign-types-shared v0.3.1
22982026-07-02T17:28:05.264Z Compiling debug-ignore v1.0.5
22992026-07-02T17:28:05.301Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23002026-07-02T17:28:05.382Z Compiling backoff v0.4.0
23012026-07-02T17:28:05.398Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23022026-07-02T17:28:05.402Z Compiling parse-display v0.10.0
23032026-07-02T17:28:05.402Z Compiling foreign-types v0.5.0
23042026-07-02T17:28:05.402Z Compiling argon2 v0.5.3
23052026-07-02T17:28:05.464Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23062026-07-02T17:28:05.538Z Compiling chacha20poly1305 v0.10.1
23072026-07-02T17:28:05.546Z Compiling num_enum_derive v0.5.11
23082026-07-02T17:28:05.617Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23092026-07-02T17:28:05.649Z Compiling num_enum v0.7.6
23102026-07-02T17:28:05.710Z Compiling ciborium v0.2.2
23112026-07-02T17:28:05.818Z Compiling vsss-rs v3.3.4
23122026-07-02T17:28:05.949Z Compiling tabwriter v1.4.1
23132026-07-02T17:28:06.103Z Compiling regress v0.10.5
23142026-07-02T17:28:06.192Z Compiling byte-wrapper v0.1.0
23152026-07-02T17:28:06.306Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23162026-07-02T17:28:06.357Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23172026-07-02T17:28:06.365Z Compiling cstr-argument v0.1.2
23182026-07-02T17:28:06.385Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23192026-07-02T17:28:06.499Z Compiling humantime v2.3.0
23202026-07-02T17:28:06.535Z Compiling num_enum v0.5.11
23212026-07-02T17:28:06.574Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23222026-07-02T17:28:06.660Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23232026-07-02T17:28:06.684Z Compiling rayon v1.11.0
23242026-07-02T17:28:06.700Z Compiling rand v0.10.1
23252026-07-02T17:28:06.819Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23262026-07-02T17:28:07.330Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23272026-07-02T17:28:07.394Z Compiling libefi-sys v0.1.0
23282026-07-02T17:28:07.394Z Compiling indent_write v2.2.0
23292026-07-02T17:28:07.394Z Compiling colored v3.1.1
23302026-07-02T17:28:07.394Z Compiling zone_cfg_derive v0.3.1
23312026-07-02T17:28:07.394Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23322026-07-02T17:28:07.394Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23332026-07-02T17:28:07.394Z Compiling camino-tempfile v1.4.1
23342026-07-02T17:28:07.394Z Compiling itertools v0.12.1
23352026-07-02T17:28:07.394Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23362026-07-02T17:28:07.432Z Compiling usdt-macro v0.5.0
23372026-07-02T17:28:07.432Z Compiling usdt-attr-macro v0.5.0
23382026-07-02T17:28:07.604Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23392026-07-02T17:28:07.659Z Compiling num-derive v0.4.2
23402026-07-02T17:28:07.673Z Compiling bitfield-struct v0.6.2
23412026-07-02T17:28:07.700Z Compiling blake3 v1.8.5
23422026-07-02T17:28:07.700Z Compiling sigpipe v0.1.3
23432026-07-02T17:28:07.751Z Compiling memmap v0.7.0
23442026-07-02T17:28:07.820Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23452026-07-02T17:28:07.820Z Compiling swrite v0.1.0
23462026-07-02T17:28:07.834Z Compiling glob v0.3.3
23472026-07-02T17:28:08.001Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23482026-07-02T17:28:08.100Z Compiling smf v0.2.3
23492026-07-02T17:28:08.279Z Compiling usdt v0.5.0
23502026-07-02T17:28:08.308Z Compiling filetime v0.2.27
23512026-07-02T17:28:08.324Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23522026-07-02T17:28:08.360Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23532026-07-02T17:28:08.434Z Compiling whoami v1.6.1
23542026-07-02T17:28:08.475Z Compiling arrayref v0.3.9
23552026-07-02T17:28:08.513Z Compiling xattr v1.6.1
23562026-07-02T17:28:08.543Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23572026-07-02T17:28:08.579Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23582026-07-02T17:28:08.594Z Compiling zone v0.3.1
23592026-07-02T17:28:08.680Z Compiling arrayvec v0.7.6
23602026-07-02T17:28:08.691Z Compiling constant_time_eq v0.4.2
23612026-07-02T17:28:08.745Z Compiling tar v0.4.45
23622026-07-02T17:28:08.798Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23632026-07-02T17:28:08.894Z Compiling tokio-dtrace v0.1.1
23642026-07-02T17:28:08.919Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23652026-07-02T17:28:08.930Z Compiling console v0.16.2
23662026-07-02T17:28:08.981Z Compiling gethostname v0.5.0
23672026-07-02T17:28:09.175Z Compiling unit-prefix v0.5.2
23682026-07-02T17:28:09.231Z Compiling topological-sort v0.2.2
23692026-07-02T17:28:09.251Z Compiling oxide-tokio-rt v0.1.4
23702026-07-02T17:28:09.296Z Compiling toml v0.8.23
23712026-07-02T17:28:09.343Z Compiling indicatif v0.18.4
23722026-07-02T17:28:09.441Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23732026-07-02T17:28:09.483Z Compiling shell-words v1.1.1
23742026-07-02T17:28:18.580Z Compiling progenitor-client v0.14.0
23752026-07-02T17:28:18.581Z Compiling omicron-zone-package v0.12.3
23762026-07-02T17:28:18.820Z Compiling progenitor-extras v0.2.0
23772026-07-02T17:28:19.170Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23782026-07-02T17:28:19.201Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23792026-07-02T17:28:19.299Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23802026-07-02T17:28:19.350Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23812026-07-02T17:28:19.374Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23822026-07-02T17:28:19.389Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23832026-07-02T17:28:19.527Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23842026-07-02T17:28:19.689Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23852026-07-02T17:28:20.173Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23862026-07-02T17:28:24.074Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23872026-07-02T17:28:32.035Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23882026-07-02T17:28:35.227Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23892026-07-02T17:28:36.251Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23902026-07-02T17:28:45.568Z Finished `release` profile [optimized] target(s) in 1m 40s
23912026-07-02T17:28:45.706Z Running `target/release/omicron-package -t test target create -p dev`
23922026-07-02T17:28:45.766ZLogging to: /work/oxidecomputer/omicron/out/LOG
23932026-07-02T17:28:45.770ZCreated new build target 'test' and set it as active
23942026-07-02T17:28:45.770Z
23952026-07-02T17:28:45.770Zreal 1:40.627919269
23962026-07-02T17:28:45.770Zuser 16:19.487963254
23972026-07-02T17:28:45.770Zsys 2:44.232420576
23982026-07-02T17:28:45.771Ztrap 0.457036904
23992026-07-02T17:28:45.771Ztflt 2.310857775
24002026-07-02T17:28:45.771Zdflt 3.856388337
24012026-07-02T17:28:45.771Zkflt 0.000566821
24022026-07-02T17:28:45.771Zlock 51:46.145927205
24032026-07-02T17:28:45.771Zslp 42:33.964470699
24042026-07-02T17:28:45.771Zlat 43.010753378
24052026-07-02T17:28:45.771Zstop 5:14.225825743
24062026-07-02T17:28:45.771Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24072026-07-02T17:28:46.587Z Finished `release` profile [optimized] target(s) in 0.80s
24082026-07-02T17:28:46.652Z Running `target/release/omicron-package -t test package`
24092026-07-02T17:28:46.709ZLogging to: /work/oxidecomputer/omicron/out/LOG
24102026-07-02T17:28:48.101Z Compiling heck v0.5.0
24112026-07-02T17:28:48.102Z Compiling regress v0.11.1
24122026-07-02T17:28:48.290Z Compiling unsafe-libyaml v0.2.11
24132026-07-02T17:28:48.314Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24142026-07-02T17:28:48.345Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24152026-07-02T17:28:48.412Z Compiling unicode-width v0.1.14
24162026-07-02T17:28:48.440Z Compiling atomicwrites v0.4.4
24172026-07-02T17:28:48.440Z Compiling derive-where v1.6.0
24182026-07-02T17:28:48.440Z Compiling bytecount v0.6.9
24192026-07-02T17:28:48.440Z Compiling is-terminal v0.4.17
24202026-07-02T17:28:48.461Z Compiling prettyplease v0.2.37
24212026-07-02T17:28:48.480Z Compiling console v0.15.11
24222026-07-02T17:28:48.480Z Compiling newline-converter v0.3.0
24232026-07-02T17:28:48.480Z Compiling slog-dtrace v0.3.0
24242026-07-02T17:28:48.480Z Compiling resolv-conf v0.7.6
24252026-07-02T17:28:48.563Z Compiling cancel-safe-futures v0.1.5
24262026-07-02T17:28:48.579Z Compiling owo-colors v4.3.0
24272026-07-02T17:28:48.637Z Compiling num-rational v0.4.2
24282026-07-02T17:28:49.081Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24292026-07-02T17:28:49.081Z Compiling libsw-core v0.3.2
24302026-07-02T17:28:49.102Z Compiling num-complex v0.4.6
24312026-07-02T17:28:49.102Z Compiling thread_local v1.1.9
24322026-07-02T17:28:49.102Z Compiling serde_yaml v0.9.34+deprecated
24332026-07-02T17:28:49.102Z Compiling match_cfg v0.1.0
24342026-07-02T17:28:49.102Z Compiling expectorate v1.2.0
24352026-07-02T17:28:49.102Z Compiling compression-core v0.4.31
24362026-07-02T17:28:49.102Z Compiling hostname v0.3.1
24372026-07-02T17:28:49.138Z Compiling compression-codecs v0.4.37
24382026-07-02T17:28:49.153Z Compiling num v0.4.3
24392026-07-02T17:28:49.180Z Compiling libsw v3.5.0
24402026-07-02T17:28:49.195Z Compiling multer v3.1.0
24412026-07-02T17:28:49.195Z Compiling slog-async v2.8.0
24422026-07-02T17:28:49.240Z Compiling crossbeam-channel v0.5.15
24432026-07-02T17:28:49.274Z Compiling slog-json v2.6.1
24442026-07-02T17:28:49.292Z Compiling serde_spanned v1.1.1
24452026-07-02T17:28:49.382Z Compiling toml_datetime v1.1.1+spec-1.1.0
24462026-07-02T17:28:49.423Z Compiling float-ord v0.3.2
24472026-07-02T17:28:49.450Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24482026-07-02T17:28:49.470Z Compiling toml_writer v1.1.1+spec-1.1.0
24492026-07-02T17:28:49.504Z Compiling term v1.2.1
24502026-07-02T17:28:49.537Z Compiling take_mut v0.2.2
24512026-07-02T17:28:49.549Z Compiling linked-hash-map v0.5.6
24522026-07-02T17:28:49.595Z Compiling linear-map v1.2.0
24532026-07-02T17:28:49.623Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24542026-07-02T17:28:49.633Z Compiling slog-bunyan v2.5.0
24552026-07-02T17:28:49.703Z Compiling toml v1.1.2+spec-1.1.0
24562026-07-02T17:28:49.721Z Compiling async-compression v0.4.41
24572026-07-02T17:28:49.790Z Compiling typify-impl v0.6.2
24582026-07-02T17:28:49.819Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24592026-07-02T17:28:49.830Z Compiling slog-term v2.9.2
24602026-07-02T17:28:49.864Z Compiling lru-cache v0.1.2
24612026-07-02T17:28:50.005Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24622026-07-02T17:28:50.044Z Compiling dropshot v0.17.1
24632026-07-02T17:28:50.087Z Compiling async-stream v0.3.6
24642026-07-02T17:28:50.107Z Compiling sha1 v0.11.0
24652026-07-02T17:28:50.139Z Compiling progenitor-client v0.14.0
24662026-07-02T17:28:50.143Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24672026-07-02T17:28:50.180Z Compiling waitgroup v0.1.2
24682026-07-02T17:28:50.293Z Compiling rustls-pemfile v2.2.0
24692026-07-02T17:28:50.314Z Compiling backon v1.6.0
24702026-07-02T17:28:50.337Z Compiling serde_path_to_error v0.1.20
24712026-07-02T17:28:50.341Z Compiling hostname v0.4.2
24722026-07-02T17:28:50.376Z Compiling instant v0.1.13
24732026-07-02T17:28:50.397Z Compiling minimal-lexical v0.2.1
24742026-07-02T17:28:50.470Z Compiling debug-ignore v1.0.5
24752026-07-02T17:28:50.508Z Compiling progenitor-extras v0.2.0
24762026-07-02T17:28:50.531Z Compiling backoff v0.4.0
24772026-07-02T17:28:50.534Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24782026-07-02T17:28:50.574Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24792026-07-02T17:28:50.607Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24802026-07-02T17:28:50.732Z Compiling nom v7.1.3
24812026-07-02T17:28:50.794Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24822026-07-02T17:28:50.840Z Compiling parse-display v0.10.0
24832026-07-02T17:28:50.891Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24842026-07-02T17:28:50.909Z Compiling hickory-proto v0.24.4
24852026-07-02T17:28:51.097Z Compiling regress v0.10.5
24862026-07-02T17:28:51.492Z Compiling macaddr v1.0.1
24872026-07-02T17:28:51.513Z Compiling humantime v2.3.0
24882026-07-02T17:28:51.535Z Compiling unicode-xid v0.2.6
24892026-07-02T17:28:51.768Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24902026-07-02T17:28:51.839Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24912026-07-02T17:28:51.992Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24922026-07-02T17:28:52.098Z Compiling convert_case v0.10.0
24932026-07-02T17:28:52.130Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24942026-07-02T17:28:52.404Z Compiling derive_more-impl v2.1.1
24952026-07-02T17:28:52.707Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24962026-07-02T17:28:52.972Z Compiling toml v0.8.23
24972026-07-02T17:28:53.047Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24982026-07-02T17:28:53.081Z Compiling papergrid v0.11.0
24992026-07-02T17:28:53.207Z Compiling derive_more v2.1.1
25002026-07-02T17:28:53.230Z Compiling tabled_derive v0.7.0
25012026-07-02T17:28:53.253Z Compiling typify-macro v0.6.2
25022026-07-02T17:28:53.314Z Compiling termtree v0.5.1
25032026-07-02T17:28:53.405Z Compiling hickory-resolver v0.24.4
25042026-07-02T17:28:53.511Z Compiling crossterm v0.29.0
25052026-07-02T17:28:53.572Z Compiling phf_shared v0.12.1
25062026-07-02T17:28:53.827Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25072026-07-02T17:28:54.195Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25082026-07-02T17:28:54.353Z Compiling tabled v0.15.0
25092026-07-02T17:28:54.375Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25102026-07-02T17:28:54.825Z Compiling typify v0.6.2
25112026-07-02T17:28:55.112Z Compiling progenitor-impl v0.14.0
25122026-07-02T17:28:55.343Z Compiling qorb v0.4.1
25132026-07-02T17:28:56.447Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25142026-07-02T17:28:57.028Z Compiling csv-core v0.1.13
25152026-07-02T17:28:57.256Z Compiling progenitor-macro v0.14.0
25162026-07-02T17:28:57.393Z Compiling vte v0.14.1
25172026-07-02T17:28:57.427Z Compiling highway v1.3.0
25182026-07-02T17:28:58.176Z Compiling chrono-tz v0.10.4
25192026-07-02T17:28:58.388Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25202026-07-02T17:28:58.443Z Compiling strip-ansi-escapes v0.2.1
25212026-07-02T17:28:58.772Z Compiling csv v1.4.0
25222026-07-02T17:28:58.809Z Compiling phf v0.12.1
25232026-07-02T17:28:58.809Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25242026-07-02T17:28:58.931Z Compiling const_format_proc_macros v0.2.34
25252026-07-02T17:28:58.957Z Compiling fd-lock v4.0.4
25262026-07-02T17:28:59.023Z Compiling peg-macros v0.8.5
25272026-07-02T17:28:59.250Z Compiling nu-ansi-term v0.50.3
25282026-07-02T17:28:59.486Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25292026-07-02T17:28:59.706Z Compiling const_format v0.2.35
25302026-07-02T17:28:59.732Z Compiling reedline v0.40.0
25312026-07-02T17:29:00.239Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25322026-07-02T17:29:00.305Z Compiling peg v0.8.5
25332026-07-02T17:29:00.404Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25342026-07-02T17:29:01.211Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25352026-07-02T17:29:01.272Z Compiling progenitor v0.14.0
25362026-07-02T17:29:01.444Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25372026-07-02T17:29:01.467Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25382026-07-02T17:29:01.488Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25392026-07-02T17:29:01.545Z Compiling bcs v0.1.6
25402026-07-02T17:29:01.993Z Compiling nom v8.0.0
25412026-07-02T17:29:02.292Z Compiling semver v0.1.20
25422026-07-02T17:29:02.584Z Compiling rustc_version v0.1.7
25432026-07-02T17:29:02.812Z Compiling newtype_derive v0.1.6
25442026-07-02T17:29:03.058Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25452026-07-02T17:29:03.304Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25462026-07-02T17:29:03.578Z Compiling smawk v0.3.2
25472026-07-02T17:29:03.769Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25482026-07-02T17:29:03.817Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25492026-07-02T17:29:03.878Z Compiling unicode-linebreak v0.1.5
25502026-07-02T17:29:04.072Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25512026-07-02T17:29:04.183Z Compiling textwrap v0.16.2
25522026-07-02T17:29:04.345Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25532026-07-02T17:29:04.367Z Compiling base64 v0.21.7
25542026-07-02T17:29:04.425Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25552026-07-02T17:29:04.718Z Compiling steno v0.4.1
25562026-07-02T17:29:04.902Z Compiling dropshot-api-manager-types v0.7.2
25572026-07-02T17:29:05.242Z Compiling sha1 v0.10.6
25582026-07-02T17:29:05.377Z Compiling utf-8 v0.7.6
25592026-07-02T17:29:05.500Z Compiling tagptr v0.2.0
25602026-07-02T17:29:05.618Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25612026-07-02T17:29:05.692Z Compiling moka v0.12.13
25622026-07-02T17:29:05.724Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25632026-07-02T17:29:05.817Z Compiling tungstenite v0.21.0
25642026-07-02T17:29:05.891Z Compiling display-error-chain v0.2.2
25652026-07-02T17:29:06.066Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25662026-07-02T17:29:06.148Z Compiling radium v0.7.0
25672026-07-02T17:29:06.326Z Compiling tap v1.0.1
25682026-07-02T17:29:06.441Z Compiling tokio-tungstenite v0.21.0
25692026-07-02T17:29:06.474Z Compiling maybe-uninit v2.0.0
25702026-07-02T17:29:06.783Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25712026-07-02T17:29:06.820Z Compiling hickory-resolver v0.25.2
25722026-07-02T17:29:07.235Z Compiling wyz v0.5.1
25732026-07-02T17:29:07.309Z Compiling vergen-lib v0.1.6
25742026-07-02T17:29:07.467Z Compiling zerocopy-derive v0.6.6
25752026-07-02T17:29:07.584Z Compiling crc-catalog v2.4.0
25762026-07-02T17:29:07.709Z Compiling funty v2.0.0
25772026-07-02T17:29:07.955Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25782026-07-02T17:29:08.332Z Compiling packed_struct v0.10.1
25792026-07-02T17:29:08.620Z Compiling diesel_derives v2.3.7
25802026-07-02T17:29:08.683Z Compiling zerocopy v0.6.6
25812026-07-02T17:29:08.772Z Compiling bitvec v1.0.1
25822026-07-02T17:29:08.880Z Compiling crc v3.4.0
25832026-07-02T17:29:09.073Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25842026-07-02T17:29:09.384Z Compiling scheduled-thread-pool v0.2.7
25852026-07-02T17:29:09.972Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25862026-07-02T17:29:10.024Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25872026-07-02T17:29:10.109Z Compiling dsl_auto_type v0.2.0
25882026-07-02T17:29:10.145Z Compiling packed_struct_codegen v0.10.1
25892026-07-02T17:29:10.517Z Compiling vergen-gitcl v1.0.8
25902026-07-02T17:29:10.559Z Compiling bitfield-macros v0.19.4
25912026-07-02T17:29:10.627Z Compiling diesel_table_macro_syntax v0.3.0
25922026-07-02T17:29:10.711Z Compiling proc-macro-error-attr2 v2.0.0
25932026-07-02T17:29:10.845Z Compiling dirs-sys-next v0.1.2
25942026-07-02T17:29:11.120Z Compiling indexmap v1.9.3
25952026-07-02T17:29:11.159Z Compiling glob v0.3.3
25962026-07-02T17:29:11.200Z Compiling nodrop v0.1.14
25972026-07-02T17:29:11.276Z Compiling maplit v1.0.2
25982026-07-02T17:29:11.322Z Compiling crunchy v0.2.4
25992026-07-02T17:29:11.392Z Compiling array-init v0.0.4
26002026-07-02T17:29:11.420Z Compiling bitfield v0.19.4
26012026-07-02T17:29:11.532Z Compiling clang-sys v1.8.1
26022026-07-02T17:29:11.672Z Compiling proc-macro-error2 v2.0.1
26032026-07-02T17:29:11.745Z Compiling dirs-next v2.0.0
26042026-07-02T17:29:11.938Z Compiling r2d2 v0.8.10
26052026-07-02T17:29:11.964Z Compiling smallvec v0.6.14
26062026-07-02T17:29:12.224Z Compiling num-derive v0.3.3
26072026-07-02T17:29:12.245Z Compiling hashbrown v0.12.3
26082026-07-02T17:29:12.307Z Compiling tiny-keccak v2.0.2
26092026-07-02T17:29:12.535Z Compiling downcast-rs v2.0.2
26102026-07-02T17:29:12.685Z Compiling serde-hex v0.1.0
26112026-07-02T17:29:13.118Z Compiling libscf-sys v1.1.0
26122026-07-02T17:29:13.179Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26132026-07-02T17:29:13.200Z Compiling tabled_derive v0.11.0
26142026-07-02T17:29:13.245Z Compiling term v0.7.0
26152026-07-02T17:29:13.294Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26162026-07-02T17:29:13.360Z Compiling ron v0.8.1
26172026-07-02T17:29:13.381Z Compiling papergrid v0.17.0
26182026-07-02T17:29:13.530Z Compiling testing_table v0.3.0
26192026-07-02T17:29:13.551Z Compiling hashbrown v0.13.2
26202026-07-02T17:29:13.739Z Compiling crc-any v2.5.0
26212026-07-02T17:29:13.962Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26222026-07-02T17:29:14.160Z Compiling bit-vec v0.6.3
26232026-07-02T17:29:14.190Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26242026-07-02T17:29:14.279Z Compiling object v0.30.4
26252026-07-02T17:29:14.400Z Compiling bit-set v0.5.3
26262026-07-02T17:29:14.585Z Compiling tabled v0.20.0
26272026-07-02T17:29:14.826Z Compiling ascii-canvas v3.0.0
26282026-07-02T17:29:15.087Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26292026-07-02T17:29:15.107Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26302026-07-02T17:29:15.662Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26312026-07-02T17:29:15.728Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26322026-07-02T17:29:15.779Z Compiling progenitor-impl v0.13.0
26332026-07-02T17:29:15.848Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26342026-07-02T17:29:15.906Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26352026-07-02T17:29:16.088Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26362026-07-02T17:29:16.268Z Compiling itertools v0.10.5
26372026-07-02T17:29:16.314Z Compiling ena v0.14.4
26382026-07-02T17:29:16.464Z Compiling diesel v2.3.7
26392026-07-02T17:29:16.567Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26402026-07-02T17:29:16.808Z Compiling libloading v0.8.9
26412026-07-02T17:29:16.972Z Compiling path-slash v0.1.5
26422026-07-02T17:29:17.035Z Compiling xshell-macros v0.2.7
26432026-07-02T17:29:17.152Z Compiling regex-syntax v0.6.29
26442026-07-02T17:29:17.357Z Compiling diff v0.1.13
26452026-07-02T17:29:17.360Z Compiling bindgen v0.71.1
26462026-07-02T17:29:17.442Z Compiling unicase v2.9.0
26472026-07-02T17:29:17.614Z Compiling xshell v0.2.7
26482026-07-02T17:29:17.750Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26492026-07-02T17:29:17.939Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26502026-07-02T17:29:18.896Z Compiling lalrpop v0.19.12
26512026-07-02T17:29:18.978Z Compiling progenitor-macro v0.13.0
26522026-07-02T17:29:19.174Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26532026-07-02T17:29:19.505Z Compiling cexpr v0.6.0
26542026-07-02T17:29:20.128Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26552026-07-02T17:29:20.363Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26562026-07-02T17:29:20.664Z Compiling progenitor-client v0.13.0
26572026-07-02T17:29:20.835Z Compiling rustc-hash v2.1.1
26582026-07-02T17:29:21.208Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26592026-07-02T17:29:22.375Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26602026-07-02T17:29:22.443Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26612026-07-02T17:29:22.916Z Compiling headers-core v0.3.0
26622026-07-02T17:29:22.993Z Compiling progenitor v0.13.0
26632026-07-02T17:29:23.068Z Compiling libxml v0.3.3
26642026-07-02T17:29:23.171Z Compiling crc8 v0.1.1
26652026-07-02T17:29:23.299Z Compiling headers v0.4.1
26662026-07-02T17:29:23.320Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26672026-07-02T17:29:23.383Z Compiling strum_macros v0.24.3
26682026-07-02T17:29:23.557Z Compiling indoc v1.0.9
26692026-07-02T17:29:23.734Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26702026-07-02T17:29:23.779Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26712026-07-02T17:29:24.016Z Compiling git-stub v1.0.0
26722026-07-02T17:29:24.040Z Compiling derive_builder v0.20.2
26732026-07-02T17:29:24.209Z Compiling quick-xml v0.37.5
26742026-07-02T17:29:24.282Z Compiling oso-derive v0.27.3
26752026-07-02T17:29:24.619Z Compiling impl-trait-for-tuples v0.2.3
26762026-07-02T17:29:24.730Z Compiling openssl-probe v0.1.6
26772026-07-02T17:29:24.805Z Compiling git-stub-vcs v0.1.0
26782026-07-02T17:29:24.942Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26792026-07-02T17:29:25.021Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26802026-07-02T17:29:25.178Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26812026-07-02T17:29:25.412Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26822026-07-02T17:29:25.549Z Compiling bb8 v0.8.6
26832026-07-02T17:29:25.593Z Compiling samael v0.0.19
26842026-07-02T17:29:25.693Z Compiling trait-variant v0.1.2
26852026-07-02T17:29:25.880Z Compiling half v1.8.3
26862026-07-02T17:29:25.956Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26872026-07-02T17:29:26.162Z Compiling serde_cbor v0.11.2
26882026-07-02T17:29:26.240Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26892026-07-02T17:29:26.287Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26902026-07-02T17:29:26.312Z Compiling polar-core v0.27.3
26912026-07-02T17:29:26.379Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26922026-07-02T17:29:26.669Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26932026-07-02T17:29:26.951Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26942026-07-02T17:29:27.172Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26952026-07-02T17:29:27.323Z Compiling nonempty v0.12.0
26962026-07-02T17:29:27.446Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26972026-07-02T17:29:27.547Z Compiling fxhash v0.2.1
26982026-07-02T17:29:27.745Z Compiling libz-sys v1.1.24
26992026-07-02T17:29:28.006Z Compiling salty v0.3.0
27002026-07-02T17:29:28.338Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27012026-07-02T17:29:28.407Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27022026-07-02T17:29:28.540Z Compiling kstat-rs v0.2.4
27032026-07-02T17:29:28.795Z Compiling arc-swap v1.8.2
27042026-07-02T17:29:29.007Z Compiling fs-err v2.11.0
27052026-07-02T17:29:29.231Z Compiling slog-scope v4.4.1
27062026-07-02T17:29:29.391Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27072026-07-02T17:29:29.422Z Compiling mime_guess v2.0.5
27082026-07-02T17:29:29.680Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27092026-07-02T17:29:30.000Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27102026-07-02T17:29:30.496Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27112026-07-02T17:29:30.586Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27122026-07-02T17:29:31.009Z Compiling rfc6979 v0.4.0
27132026-07-02T17:29:31.105Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27142026-07-02T17:29:31.192Z Compiling nanorand v0.7.0
27152026-07-02T17:29:31.562Z Compiling darling_core v0.23.0
27162026-07-02T17:29:31.581Z Compiling libgit2-sys v0.18.3+1.9.2
27172026-07-02T17:29:31.810Z Compiling parking_lot_core v0.8.6
27182026-07-02T17:29:32.141Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27192026-07-02T17:29:32.340Z Compiling flume v0.11.1
27202026-07-02T17:29:32.735Z Compiling ecdsa v0.16.9
27212026-07-02T17:29:33.028Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27222026-07-02T17:29:33.408Z Compiling slog-stdlog v4.1.1
27232026-07-02T17:29:33.737Z Compiling diesel-dtrace v0.5.0
27242026-07-02T17:29:33.860Z Compiling async-bb8-diesel v0.2.1
27252026-07-02T17:29:34.061Z Compiling darling_macro v0.23.0
27262026-07-02T17:29:34.444Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27272026-07-02T17:29:34.464Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27282026-07-02T17:29:34.528Z Compiling primeorder v0.13.6
27292026-07-02T17:29:34.601Z Compiling atty v0.2.14
27302026-07-02T17:29:34.744Z Compiling parse-size v1.1.0
27312026-07-02T17:29:34.845Z Compiling instability v0.3.11
27322026-07-02T17:29:35.050Z Compiling strsim v0.10.0
27332026-07-02T17:29:35.132Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27342026-07-02T17:29:35.392Z Compiling oso v0.27.3
27352026-07-02T17:29:35.412Z Compiling http-range v0.1.5
27362026-07-02T17:29:35.753Z Compiling darling_core v0.13.4
27372026-07-02T17:29:35.807Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27382026-07-02T17:29:37.210Z Compiling p384 v0.13.1
27392026-07-02T17:29:37.394Z Compiling darling v0.23.0
27402026-07-02T17:29:37.506Z Compiling slog-envlogger v2.2.0
27412026-07-02T17:29:38.659Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27422026-07-02T17:29:39.347Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27432026-07-02T17:29:39.925Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27442026-07-02T17:29:41.366Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27452026-07-02T17:29:41.809Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27462026-07-02T17:29:42.087Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27472026-07-02T17:29:42.307Z Compiling ignore v0.4.25
27482026-07-02T17:29:42.350Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27492026-07-02T17:29:43.125Z Compiling castaway v0.2.4
27502026-07-02T17:29:43.201Z Compiling vergen-git2 v9.1.0
27512026-07-02T17:29:43.277Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27522026-07-02T17:29:43.440Z Compiling indoc v2.0.7
27532026-07-02T17:29:43.657Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-07-02T17:29:43.808Z Compiling compact_str v0.8.1
27552026-07-02T17:29:44.578Z Compiling globwalk v0.9.1
27562026-07-02T17:29:44.857Z Compiling parking_lot v0.11.2
27572026-07-02T17:29:44.914Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27582026-07-02T17:29:45.230Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27592026-07-02T17:29:45.536Z Compiling hyper-staticfile v0.10.1
27602026-07-02T17:29:45.638Z Compiling darling_macro v0.13.4
27612026-07-02T17:29:46.084Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27622026-07-02T17:29:46.158Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27632026-07-02T17:29:46.335Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27642026-07-02T17:29:46.704Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27652026-07-02T17:29:46.736Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27662026-07-02T17:29:46.814Z Compiling predicates-tree v1.0.13
27672026-07-02T17:29:46.952Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27682026-07-02T17:29:47.202Z Compiling unicode-truncate v1.1.0
27692026-07-02T17:29:47.223Z Compiling lru v0.12.5
27702026-07-02T17:29:47.249Z Compiling rand_seeder v0.4.0
27712026-07-02T17:29:47.272Z Compiling prefix-trie v0.7.0
27722026-07-02T17:29:47.331Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27732026-07-02T17:29:47.411Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27742026-07-02T17:29:47.451Z Compiling corncobs v0.1.4
27752026-07-02T17:29:47.500Z Compiling illumos-nvpair-sys v0.2.0
27762026-07-02T17:29:47.670Z Compiling cassowary v0.3.0
27772026-07-02T17:29:47.695Z Compiling hickory-server v0.25.2
27782026-07-02T17:29:47.789Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27792026-07-02T17:29:47.809Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27802026-07-02T17:29:47.857Z Compiling camino-tempfile-ext v0.3.3
27812026-07-02T17:29:47.959Z Compiling ratatui v0.29.0
27822026-07-02T17:29:48.012Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27832026-07-02T17:29:48.199Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27842026-07-02T17:29:48.461Z Compiling darling v0.13.4
27852026-07-02T17:29:48.483Z Compiling sled v0.34.7
27862026-07-02T17:29:48.620Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27872026-07-02T17:29:49.221Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27882026-07-02T17:29:49.863Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27892026-07-02T17:29:51.083Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27902026-07-02T17:29:51.684Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27912026-07-02T17:29:51.913Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27922026-07-02T17:29:51.916Z Compiling secrecy v0.8.0
27932026-07-02T17:29:52.118Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27942026-07-02T17:29:52.427Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27952026-07-02T17:29:52.683Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27962026-07-02T17:29:52.905Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27972026-07-02T17:29:53.135Z Compiling serde_with_macros v1.5.2
27982026-07-02T17:29:53.949Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27992026-07-02T17:29:54.692Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28002026-07-02T17:29:55.108Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28012026-07-02T17:29:55.259Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28022026-07-02T17:29:55.499Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28032026-07-02T17:29:55.703Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28042026-07-02T17:29:55.949Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28052026-07-02T17:29:56.187Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28062026-07-02T17:29:56.277Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28072026-07-02T17:29:56.482Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28082026-07-02T17:29:56.521Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28092026-07-02T17:29:56.657Z Compiling void v1.0.2
28102026-07-02T17:29:56.765Z Compiling lzss v0.8.2
28112026-07-02T17:29:56.994Z Compiling illumos-nvpair v0.3.0
28122026-07-02T17:29:57.459Z Compiling serde_with v1.14.0
28132026-07-02T17:29:57.555Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28142026-07-02T17:29:57.976Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28152026-07-02T17:29:58.081Z Compiling git2 v0.20.4
28162026-07-02T17:29:58.624Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28172026-07-02T17:29:58.649Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28182026-07-02T17:29:58.949Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28192026-07-02T17:30:00.980Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28202026-07-02T17:30:01.156Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28212026-07-02T17:30:01.407Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28222026-07-02T17:30:01.867Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28232026-07-02T17:30:01.899Z Compiling tungstenite v0.23.0
28242026-07-02T17:30:02.116Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28252026-07-02T17:30:02.139Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28262026-07-02T17:30:04.023Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28272026-07-02T17:30:04.175Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28282026-07-02T17:30:04.195Z Compiling nix v0.27.1
28292026-07-02T17:30:04.250Z Compiling twox-hash v2.1.2
28302026-07-02T17:30:04.272Z Compiling serde_bytes v0.11.19
28312026-07-02T17:30:04.474Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28322026-07-02T17:30:04.572Z Compiling tokio-tungstenite v0.23.1
28332026-07-02T17:30:04.754Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28342026-07-02T17:30:04.946Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28352026-07-02T17:30:05.104Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28362026-07-02T17:30:05.127Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28372026-07-02T17:30:05.375Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28382026-07-02T17:30:06.730Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28392026-07-02T17:30:07.384Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28402026-07-02T17:30:08.860Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28412026-07-02T17:30:09.177Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28422026-07-02T17:30:09.257Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28432026-07-02T17:30:09.347Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28442026-07-02T17:30:09.486Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28452026-07-02T17:30:10.181Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28462026-07-02T17:30:10.212Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28472026-07-02T17:30:10.384Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28482026-07-02T17:30:10.643Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28492026-07-02T17:30:11.285Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28502026-07-02T17:30:11.951Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28512026-07-02T17:30:13.689Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28522026-07-02T17:30:13.788Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28532026-07-02T17:30:14.644Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28542026-07-02T17:30:15.768Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28552026-07-02T17:30:16.432Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28562026-07-02T17:30:16.568Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28572026-07-02T17:30:16.798Z Compiling fatfs v0.3.6
28582026-07-02T17:30:17.003Z Compiling signal-hook-tokio v0.3.1
28592026-07-02T17:30:17.193Z Compiling yasna v0.5.2
28602026-07-02T17:30:17.394Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28612026-07-02T17:30:17.421Z Compiling is_ci v1.2.0
28622026-07-02T17:30:17.624Z Compiling seq-macro v0.3.6
28632026-07-02T17:30:17.910Z Compiling assert_matches v1.5.0
28642026-07-02T17:30:18.015Z Compiling rcgen v0.12.1
28652026-07-02T17:30:18.060Z Compiling supports-color v3.0.2
28662026-07-02T17:30:18.150Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28672026-07-02T17:30:18.354Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28682026-07-02T17:30:19.101Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28692026-07-02T17:30:21.095Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28702026-07-02T17:30:21.284Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28712026-07-02T17:30:21.334Z Compiling subprocess v0.2.15
28722026-07-02T17:30:21.523Z Compiling rtoolbox v0.0.3
28732026-07-02T17:30:21.815Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28742026-07-02T17:30:22.581Z Compiling rpassword v7.4.0
28752026-07-02T17:30:22.883Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28762026-07-02T17:30:22.947Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28772026-07-02T17:30:23.071Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28782026-07-02T17:30:23.603Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28792026-07-02T17:30:25.613Z Compiling tui-tree-widget v0.23.1
28802026-07-02T17:30:25.909Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28812026-07-02T17:30:26.482Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28822026-07-02T17:30:27.115Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28832026-07-02T17:30:27.160Z Compiling uzers v0.12.2
28842026-07-02T17:30:27.258Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28852026-07-02T17:30:28.608Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28862026-07-02T17:30:29.045Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28872026-07-02T17:30:29.602Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28882026-07-02T17:30:30.909Z Compiling support-bundle-viewer v0.1.2
28892026-07-02T17:30:32.637Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28902026-07-02T17:30:32.765Z Compiling multimap v0.10.1
28912026-07-02T17:30:47.333Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28922026-07-02T17:30:53.031Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
28932026-07-02T17:30:55.344Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28942026-07-02T17:30:55.587Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28952026-07-02T17:30:57.883Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28962026-07-02T17:37:18.248Z Finished `release` profile [optimized] target(s) in 8m 31s
28972026-07-02T17:38:03.542Z
28982026-07-02T17:38:03.542Zreal 9:17.741377215
28992026-07-02T17:38:03.543Zuser 1:18:23.319731479
29002026-07-02T17:38:03.543Zsys 3:24.922164399
29012026-07-02T17:38:03.543Ztrap 1.760943495
29022026-07-02T17:38:03.543Ztflt 2.273531307
29032026-07-02T17:38:03.548Zdflt 16.821228786
29042026-07-02T17:38:03.548Zkflt 0.081304250
29052026-07-02T17:38:03.548Zlock 6:47:49.103161575
29062026-07-02T17:38:03.548Zslp 2:12:30.402271342
29072026-07-02T17:38:03.548Zlat 2:19.517851685
29082026-07-02T17:38:03.549Zstop 5:02.503779960
29092026-07-02T17:38:03.549Z+ mapfile -t packages
29102026-07-02T17:38:03.549Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29112026-07-02T17:38:04.421Z Finished `release` profile [optimized] target(s) in 0.87s
29122026-07-02T17:38:04.489Z Running `target/release/omicron-package -t test list-outputs`
29132026-07-02T17:38:04.549ZLogging to: /work/oxidecomputer/omicron/out/LOG
29142026-07-02T17:38:04.553Z+ ptime -m cargo build --locked --release -p xtask
29152026-07-02T17:38:05.008Z Compiling libc v0.2.185
29162026-07-02T17:38:05.008Z Compiling serde_core v1.0.228
29172026-07-02T17:38:05.012Z Compiling serde v1.0.228
29182026-07-02T17:38:05.012Z Compiling rustix v1.1.3
29192026-07-02T17:38:05.012Z Compiling serde_json v1.0.150
29202026-07-02T17:38:05.012Z Compiling bitflags v2.11.0
29212026-07-02T17:38:05.012Z Compiling usdt-impl v0.5.0
29222026-07-02T17:38:05.097Z Compiling syn v2.0.117
29232026-07-02T17:38:05.131Z Compiling syn v1.0.109
29242026-07-02T17:38:05.201Z Compiling log v0.4.29
29252026-07-02T17:38:05.205Z Compiling getrandom v0.4.1
29262026-07-02T17:38:05.223Z Compiling indexmap v2.14.0
29272026-07-02T17:38:05.239Z Compiling fs-err v3.3.0
29282026-07-02T17:38:05.443Z Compiling heck v0.4.1
29292026-07-02T17:38:05.455Z Compiling anyhow v1.0.102
29302026-07-02T17:38:05.482Z Compiling once_cell v1.21.3
29312026-07-02T17:38:05.904Z Compiling thread-id v4.2.2
29322026-07-02T17:38:05.936Z Compiling errno v0.3.14
29332026-07-02T17:38:05.941Z Compiling memmap v0.7.0
29342026-07-02T17:38:06.591Z Compiling proc-macro-error v1.0.4
29352026-07-02T17:38:06.829Z Compiling tabled_derive v0.7.0
29362026-07-02T17:38:06.916Z Compiling terminal_size v0.4.3
29372026-07-02T17:38:06.916Z Compiling tempfile v3.25.0
29382026-07-02T17:38:07.062Z Compiling clap_builder v4.6.0
29392026-07-02T17:38:07.062Z Compiling textwrap v0.16.2
29402026-07-02T17:38:07.298Z Compiling pest_generator v2.8.6
29412026-07-02T17:38:07.334Z Compiling camino v1.2.2
29422026-07-02T17:38:07.347Z Compiling cargo-platform v0.3.2
29432026-07-02T17:38:07.363Z Compiling semver v1.0.28
29442026-07-02T17:38:07.506Z Compiling tabled v0.15.0
29452026-07-02T17:38:07.638Z Compiling camino-tempfile v1.4.1
29462026-07-02T17:38:07.909Z Compiling serde_derive v1.0.228
29472026-07-02T17:38:07.909Z Compiling thiserror-impl v1.0.69
29482026-07-02T17:38:07.913Z Compiling zerocopy-derive v0.7.35
29492026-07-02T17:38:07.913Z Compiling pest_derive v2.8.6
29502026-07-02T17:38:07.913Z Compiling scroll_derive v0.12.1
29512026-07-02T17:38:07.913Z Compiling thiserror-impl v2.0.18
29522026-07-02T17:38:07.913Z Compiling clap_derive v4.6.1
29532026-07-02T17:38:08.598Z Compiling scroll v0.12.0
29542026-07-02T17:38:08.794Z Compiling zerocopy v0.7.35
29552026-07-02T17:38:08.903Z Compiling goblin v0.8.2
29562026-07-02T17:38:09.064Z Compiling thiserror v1.0.69
29572026-07-02T17:38:09.183Z Compiling dtrace-parser v0.2.0
29582026-07-02T17:38:09.580Z Compiling thiserror v2.0.18
29592026-07-02T17:38:09.591Z Compiling clap v4.6.1
29602026-07-02T17:38:12.273Z Compiling dof v0.3.0
29612026-07-02T17:38:12.306Z Compiling serde_tokenstream v0.2.3
29622026-07-02T17:38:12.306Z Compiling toml_datetime v0.6.11
29632026-07-02T17:38:12.306Z Compiling serde_spanned v0.6.9
29642026-07-02T17:38:12.306Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29652026-07-02T17:38:12.306Z Compiling cargo_metadata v0.23.1
29662026-07-02T17:38:12.306Z Compiling macaddr v1.0.1
29672026-07-02T17:38:12.306Z Compiling toml_edit v0.22.27
29682026-07-02T17:38:12.306Z Compiling usdt-macro v0.5.0
29692026-07-02T17:38:12.306Z Compiling usdt-attr-macro v0.5.0
29702026-07-02T17:38:12.588Z Compiling usdt v0.5.0
29712026-07-02T17:38:13.021Z Compiling toml v0.8.23
29722026-07-02T17:38:13.452Z Compiling cargo_toml v0.21.0
29732026-07-02T17:38:17.900Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29742026-07-02T17:38:20.821Z Finished `release` profile [optimized] target(s) in 16.26s
29752026-07-02T17:38:20.925Z
29762026-07-02T17:38:20.925Zreal 16.339043217
29772026-07-02T17:38:20.928Zuser 2:05.392248790
29782026-07-02T17:38:20.928Zsys 13.917318121
29792026-07-02T17:38:20.928Ztrap 0.081286661
29802026-07-02T17:38:20.928Ztflt 0.563279179
29812026-07-02T17:38:20.929Zdflt 1.471154831
29822026-07-02T17:38:20.929Zkflt 0.000069979
29832026-07-02T17:38:20.929Zlock 4:28.458332551
29842026-07-02T17:38:20.929Zslp 2:44.271158435
29852026-07-02T17:38:20.929Zlat 4.202071861
29862026-07-02T17:38:20.929Zstop 15.239264899
29872026-07-02T17:38:20.929Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
29882026-07-02T17:38:20.929Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
29892026-07-02T17:38:20.930Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
29902026-07-02T17:38:20.930Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
29912026-07-02T17:38:20.930Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
29922026-07-02T17:38:21.837Z Compiling progenitor-client v0.14.0
29932026-07-02T17:38:21.840Z Compiling newtype-uuid-macros v0.1.0
29942026-07-02T17:38:21.840Z Compiling match_cfg v0.1.0
29952026-07-02T17:38:21.840Z Compiling slog-json v2.6.1
29962026-07-02T17:38:21.840Z Compiling structmeta-derive v0.3.0
29972026-07-02T17:38:21.840Z Compiling sha1 v0.11.0
29982026-07-02T17:38:21.984Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29992026-07-02T17:38:22.046Z Compiling multer v3.1.0
30002026-07-02T17:38:22.050Z Compiling compression-core v0.4.31
30012026-07-02T17:38:22.050Z Compiling debug-ignore v1.0.5
30022026-07-02T17:38:22.050Z Compiling atomicwrites v0.4.4
30032026-07-02T17:38:22.059Z Compiling itertools v0.14.0
30042026-07-02T17:38:22.062Z Compiling async-stream-impl v0.3.6
30052026-07-02T17:38:22.062Z Compiling serde_spanned v1.1.1
30062026-07-02T17:38:22.080Z Compiling hostname v0.3.1
30072026-07-02T17:38:22.139Z Compiling toml_datetime v1.1.1+spec-1.1.0
30082026-07-02T17:38:22.139Z Compiling dropshot v0.17.1
30092026-07-02T17:38:22.285Z Compiling slog-bunyan v2.5.0
30102026-07-02T17:38:22.288Z Compiling toml_writer v1.1.1+spec-1.1.0
30112026-07-02T17:38:22.288Z Compiling waitgroup v0.1.2
30122026-07-02T17:38:22.346Z Compiling rustls-pemfile v2.2.0
30132026-07-02T17:38:22.349Z Compiling dropshot_endpoint v0.17.1
30142026-07-02T17:38:22.378Z Compiling compression-codecs v0.4.37
30152026-07-02T17:38:22.431Z Compiling hostname v0.4.2
30162026-07-02T17:38:22.472Z Compiling toml v1.1.2+spec-1.1.0
30172026-07-02T17:38:22.475Z Compiling serde_path_to_error v0.1.20
30182026-07-02T17:38:22.475Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30192026-07-02T17:38:22.475Z Compiling macaddr v1.0.1
30202026-07-02T17:38:22.493Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30212026-07-02T17:38:22.546Z Compiling instant v0.1.13
30222026-07-02T17:38:22.596Z Compiling async-compression v0.4.41
30232026-07-02T17:38:22.599Z Compiling regress v0.10.5
30242026-07-02T17:38:22.650Z Compiling backon v1.6.0
30252026-07-02T17:38:22.669Z Compiling backoff v0.4.0
30262026-07-02T17:38:22.710Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30272026-07-02T17:38:22.730Z Compiling humantime v2.3.0
30282026-07-02T17:38:22.777Z Compiling regress v0.11.1
30292026-07-02T17:38:22.857Z Compiling async-stream v0.3.6
30302026-07-02T17:38:22.861Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30312026-07-02T17:38:22.891Z Compiling progenitor-extras v0.2.0
30322026-07-02T17:38:22.910Z Compiling half v2.7.1
30332026-07-02T17:38:22.929Z Compiling ciborium-io v0.2.2
30342026-07-02T17:38:22.949Z Compiling crucible-workspace-hack v0.1.0
30352026-07-02T17:38:22.970Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30362026-07-02T17:38:23.023Z Compiling convert_case v0.4.0
30372026-07-02T17:38:23.045Z Compiling secrecy v0.10.3
30382026-07-02T17:38:23.061Z Compiling unsafe-libyaml v0.2.11
30392026-07-02T17:38:23.109Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30402026-07-02T17:38:23.126Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30412026-07-02T17:38:23.147Z Compiling structmeta v0.3.0
30422026-07-02T17:38:23.164Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30432026-07-02T17:38:23.204Z Compiling ciborium-ll v0.2.2
30442026-07-02T17:38:23.223Z Compiling inout v0.1.4
30452026-07-02T17:38:23.242Z Compiling thiserror-impl-no-std v2.0.2
30462026-07-02T17:38:23.324Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30472026-07-02T17:38:23.385Z Compiling derive-ex v0.1.8
30482026-07-02T17:38:23.405Z Compiling parse-display-derive v0.10.0
30492026-07-02T17:38:23.408Z Compiling ciborium v0.2.2
30502026-07-02T17:38:23.441Z Compiling derive_more v0.99.20
30512026-07-02T17:38:23.444Z Compiling cipher v0.4.4
30522026-07-02T17:38:23.474Z Compiling universal-hash v0.5.1
30532026-07-02T17:38:23.506Z Compiling opaque-debug v0.3.1
30542026-07-02T17:38:23.522Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30552026-07-02T17:38:23.555Z Compiling byte-wrapper v0.1.0
30562026-07-02T17:38:23.595Z Compiling serde_yaml v0.9.34+deprecated
30572026-07-02T17:38:23.624Z Compiling poly1305 v0.8.0
30582026-07-02T17:38:23.727Z Compiling chacha20 v0.9.1
30592026-07-02T17:38:23.819Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30602026-07-02T17:38:23.840Z Compiling blake2 v0.10.6
30612026-07-02T17:38:23.924Z Compiling aead v0.5.2
30622026-07-02T17:38:24.006Z Compiling password-hash v0.5.0
30632026-07-02T17:38:24.006Z Compiling toml_datetime v0.7.5+spec-1.1.0
30642026-07-02T17:38:24.042Z Compiling indent_write v2.2.0
30652026-07-02T17:38:24.152Z Compiling chacha20poly1305 v0.10.1
30662026-07-02T17:38:24.194Z Compiling toml_edit v0.23.10+spec-1.0.0
30672026-07-02T17:38:24.291Z Compiling argon2 v0.5.3
30682026-07-02T17:38:24.333Z Compiling typify-impl v0.6.2
30692026-07-02T17:38:24.387Z Compiling heapless v0.8.0
30702026-07-02T17:38:24.430Z Compiling ingot-macros v0.1.1
30712026-07-02T17:38:24.447Z Compiling tabwriter v1.4.1
30722026-07-02T17:38:24.512Z Compiling thiserror-no-std v2.0.2
30732026-07-02T17:38:24.627Z Compiling vsss-rs v3.3.4
30742026-07-02T17:38:24.697Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30752026-07-02T17:38:24.912Z Compiling proc-macro-crate v3.4.0
30762026-07-02T17:38:24.992Z Compiling hash32 v0.3.1
30772026-07-02T17:38:25.104Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30782026-07-02T17:38:25.153Z Compiling test-strategy v0.4.5
30792026-07-02T17:38:25.168Z Compiling smoltcp v0.11.0
30802026-07-02T17:38:25.214Z Compiling parse-display v0.10.0
30812026-07-02T17:38:25.392Z Compiling cobs v0.3.0
30822026-07-02T17:38:25.495Z Compiling colored v3.1.1
30832026-07-02T17:38:25.512Z Compiling num_enum_derive v0.7.6
30842026-07-02T17:38:25.574Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30852026-07-02T17:38:25.620Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30862026-07-02T17:38:25.649Z Compiling postcard v1.1.3
30872026-07-02T17:38:25.698Z Compiling proc-macro-error v1.0.4
30882026-07-02T17:38:25.863Z Compiling proc-macro-crate v1.3.1
30892026-07-02T17:38:25.888Z Compiling rand v0.10.1
30902026-07-02T17:38:25.905Z Compiling foreign-types-macros v0.2.3
30912026-07-02T17:38:26.011Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30922026-07-02T17:38:26.027Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30932026-07-02T17:38:26.049Z Compiling foreign-types-shared v0.3.1
30942026-07-02T17:38:26.110Z Compiling rayon-core v1.13.0
30952026-07-02T17:38:26.136Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30962026-07-02T17:38:26.170Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30972026-07-02T17:38:26.328Z Compiling num_enum_derive v0.5.11
30982026-07-02T17:38:26.346Z Compiling crossbeam-deque v0.8.6
30992026-07-02T17:38:26.405Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31002026-07-02T17:38:26.430Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31012026-07-02T17:38:26.448Z Compiling cstr-argument v0.1.2
31022026-07-02T17:38:26.489Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31032026-07-02T17:38:26.565Z Compiling foreign-types v0.5.0
31042026-07-02T17:38:26.632Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31052026-07-02T17:38:26.663Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31062026-07-02T17:38:26.681Z Compiling num_enum v0.7.6
31072026-07-02T17:38:26.748Z Compiling zone_cfg_derive v0.3.1
31082026-07-02T17:38:26.796Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31092026-07-02T17:38:26.841Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31102026-07-02T17:38:26.904Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31112026-07-02T17:38:26.922Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31122026-07-02T17:38:26.949Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31132026-07-02T17:38:26.981Z Compiling itertools v0.12.1
31142026-07-02T17:38:27.067Z Compiling rayon v1.11.0
31152026-07-02T17:38:27.070Z Compiling num-derive v0.4.2
31162026-07-02T17:38:27.101Z Compiling sigpipe v0.1.3
31172026-07-02T17:38:27.174Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31182026-07-02T17:38:27.215Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31192026-07-02T17:38:27.297Z Compiling cpubits v0.1.1
31202026-07-02T17:38:27.318Z Compiling glob v0.3.3
31212026-07-02T17:38:27.393Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31222026-07-02T17:38:27.410Z Compiling smf v0.2.3
31232026-07-02T17:38:27.458Z Compiling whoami v1.6.1
31242026-07-02T17:38:27.477Z Compiling num_enum v0.5.11
31252026-07-02T17:38:27.495Z Compiling ingot-types v0.1.2
31262026-07-02T17:38:27.495Z Compiling usdt-attr-macro v0.5.0
31272026-07-02T17:38:27.617Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31282026-07-02T17:38:27.668Z Compiling usdt-macro v0.5.0
31292026-07-02T17:38:27.681Z Compiling gethostname v0.5.0
31302026-07-02T17:38:27.738Z Compiling num-rational v0.4.2
31312026-07-02T17:38:27.769Z Compiling pem-rfc7468 v1.0.0
31322026-07-02T17:38:27.940Z Compiling ingot v0.1.1
31332026-07-02T17:38:27.958Z Compiling num-complex v0.4.6
31342026-07-02T17:38:27.980Z Compiling memmap v0.7.0
31352026-07-02T17:38:28.104Z Compiling derive-where v1.6.0
31362026-07-02T17:38:28.123Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31372026-07-02T17:38:28.126Z Compiling float-ord v0.3.2
31382026-07-02T17:38:28.199Z Compiling zone v0.3.1
31392026-07-02T17:38:28.258Z Compiling toml v0.8.23
31402026-07-02T17:38:28.282Z Compiling hmac v0.13.0
31412026-07-02T17:38:28.359Z Compiling num v0.4.3
31422026-07-02T17:38:28.392Z Compiling universal-hash v0.6.1
31432026-07-02T17:38:28.396Z Compiling resolv-conf v0.7.6
31442026-07-02T17:38:28.457Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31452026-07-02T17:38:28.473Z Compiling usdt v0.5.0
31462026-07-02T17:38:28.503Z Compiling owo-colors v4.3.0
31472026-07-02T17:38:28.535Z Compiling cancel-safe-futures v0.1.5
31482026-07-02T17:38:28.568Z Compiling polyval v0.7.1
31492026-07-02T17:38:28.614Z Compiling der v0.8.0
31502026-07-02T17:38:28.631Z Compiling libsw-core v0.3.2
31512026-07-02T17:38:28.766Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31522026-07-02T17:38:28.769Z Compiling prettyplease v0.2.37
31532026-07-02T17:38:28.830Z Compiling libsw v3.5.0
31542026-07-02T17:38:28.848Z Compiling ghash v0.6.0
31552026-07-02T17:38:28.884Z Compiling pbkdf2 v0.13.0
31562026-07-02T17:38:28.917Z Compiling aes v0.9.1
31572026-07-02T17:38:28.921Z Compiling console v0.15.11
31582026-07-02T17:38:28.974Z Compiling typify-macro v0.6.2
31592026-07-02T17:38:29.024Z Compiling newline-converter v0.3.0
31602026-07-02T17:38:29.041Z Compiling hickory-proto v0.24.4
31612026-07-02T17:38:29.057Z Compiling ctr v0.10.1
31622026-07-02T17:38:29.102Z Compiling aead v0.6.1
31632026-07-02T17:38:29.166Z Compiling sha2 v0.11.0
31642026-07-02T17:38:29.193Z Compiling linear-map v1.2.0
31652026-07-02T17:38:29.290Z Compiling libefi-sys v0.1.0
31662026-07-02T17:38:29.307Z Compiling linked-hash-map v0.5.6
31672026-07-02T17:38:29.377Z Compiling aes-gcm v0.11.0
31682026-07-02T17:38:29.406Z Compiling expectorate v1.2.0
31692026-07-02T17:38:29.515Z Compiling spki v0.8.0
31702026-07-02T17:38:29.531Z Compiling lru-cache v0.1.2
31712026-07-02T17:38:29.565Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31722026-07-02T17:38:29.597Z Compiling crypto-bigint v0.7.5
31732026-07-02T17:38:29.612Z Compiling git-stub v1.0.0
31742026-07-02T17:38:29.696Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31752026-07-02T17:38:29.716Z Compiling salsa20 v0.11.0
31762026-07-02T17:38:29.770Z Compiling cbc v0.2.1
31772026-07-02T17:38:29.884Z Compiling bitfield-struct v0.6.2
31782026-07-02T17:38:29.903Z Compiling nom v8.0.0
31792026-07-02T17:38:29.906Z Compiling semver v0.1.20
31802026-07-02T17:38:29.919Z Compiling scrypt v0.12.0
31812026-07-02T17:38:29.938Z Compiling git-stub-vcs v0.1.0
31822026-07-02T17:38:30.047Z Compiling tokio-dtrace v0.1.1
31832026-07-02T17:38:30.190Z Compiling rustc_version v0.1.7
31842026-07-02T17:38:30.225Z Compiling dropshot-api-manager-types v0.7.2
31852026-07-02T17:38:30.250Z Compiling slog-dtrace v0.3.0
31862026-07-02T17:38:30.868Z Compiling minimal-lexical v0.2.1
31872026-07-02T17:38:30.901Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31882026-07-02T17:38:30.901Z Compiling oxide-tokio-rt v0.1.4
31892026-07-02T17:38:30.901Z Compiling newtype_derive v0.1.6
31902026-07-02T17:38:30.901Z Compiling nom v7.1.3
31912026-07-02T17:38:30.901Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31922026-07-02T17:38:30.901Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31932026-07-02T17:38:30.901Z Compiling pkcs5 v0.8.1
31942026-07-02T17:38:30.901Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31952026-07-02T17:38:30.901Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31962026-07-02T17:38:30.901Z Compiling phf_shared v0.12.1
31972026-07-02T17:38:30.909Z Compiling typify v0.6.2
31982026-07-02T17:38:30.918Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31992026-07-02T17:38:30.974Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32002026-07-02T17:38:31.024Z Compiling progenitor-impl v0.14.0
32012026-07-02T17:38:31.060Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32022026-07-02T17:38:31.128Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32032026-07-02T17:38:31.147Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32042026-07-02T17:38:31.274Z Compiling csv-core v0.1.13
32052026-07-02T17:38:31.325Z Compiling hickory-resolver v0.24.4
32062026-07-02T17:38:31.342Z Compiling xshell-macros v0.2.7
32072026-07-02T17:38:31.429Z Compiling unicode-xid v0.2.6
32082026-07-02T17:38:31.564Z Compiling highway v1.3.0
32092026-07-02T17:38:31.585Z Compiling chrono-tz v0.10.4
32102026-07-02T17:38:31.798Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32112026-07-02T17:38:31.827Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32122026-07-02T17:38:31.951Z Compiling xshell v0.2.7
32132026-07-02T17:38:31.991Z Compiling const_format_proc_macros v0.2.34
32142026-07-02T17:38:32.085Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32152026-07-02T17:38:32.105Z Compiling csv v1.4.0
32162026-07-02T17:38:32.316Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32172026-07-02T17:38:32.443Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32182026-07-02T17:38:32.487Z Compiling qorb v0.4.1
32192026-07-02T17:38:32.505Z Compiling pkcs8 v0.11.0
32202026-07-02T17:38:32.640Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32212026-07-02T17:38:32.663Z Compiling phf v0.12.1
32222026-07-02T17:38:32.694Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32232026-07-02T17:38:32.839Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32242026-07-02T17:38:32.907Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32252026-07-02T17:38:32.924Z Compiling const_format v0.2.35
32262026-07-02T17:38:33.021Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32272026-07-02T17:38:33.262Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32282026-07-02T17:38:33.285Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32292026-07-02T17:38:33.340Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32302026-07-02T17:38:33.359Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32312026-07-02T17:38:33.363Z Compiling tabled_derive v0.7.0
32322026-07-02T17:38:33.548Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32332026-07-02T17:38:33.638Z Compiling bcs v0.1.6
32342026-07-02T17:38:33.730Z Compiling progenitor-macro v0.14.0
32352026-07-02T17:38:34.023Z Compiling ff v0.14.0
32362026-07-02T17:38:34.130Z Compiling termtree v0.5.1
32372026-07-02T17:38:34.418Z Compiling salty v0.3.0
32382026-07-02T17:38:34.452Z Compiling tagptr v0.2.0
32392026-07-02T17:38:34.453Z Compiling textwrap v0.16.2
32402026-07-02T17:38:34.453Z Compiling moka v0.12.13
32412026-07-02T17:38:34.459Z Compiling tabled v0.15.0
32422026-07-02T17:38:34.487Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32432026-07-02T17:38:34.514Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32442026-07-02T17:38:34.580Z Compiling steno v0.4.1
32452026-07-02T17:38:34.603Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32462026-07-02T17:38:34.739Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32472026-07-02T17:38:34.755Z Compiling sha1 v0.10.6
32482026-07-02T17:38:34.771Z Compiling signature v3.0.0
32492026-07-02T17:38:34.784Z Compiling radium v0.7.0
32502026-07-02T17:38:34.804Z Compiling base16ct v1.0.0
32512026-07-02T17:38:34.988Z Compiling base64 v0.21.7
32522026-07-02T17:38:35.014Z Compiling sec1 v0.8.1
32532026-07-02T17:38:35.036Z Compiling group v0.14.0
32542026-07-02T17:38:35.156Z Compiling hickory-resolver v0.25.2
32552026-07-02T17:38:35.206Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32562026-07-02T17:38:35.296Z Compiling hkdf v0.13.0
32572026-07-02T17:38:35.334Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32582026-07-02T17:38:35.349Z Compiling rfc6979 v0.4.0
32592026-07-02T17:38:35.349Z Compiling maybe-uninit v2.0.0
32602026-07-02T17:38:35.512Z Compiling tap v1.0.1
32612026-07-02T17:38:35.536Z Compiling ecdsa v0.16.9
32622026-07-02T17:38:35.536Z Compiling elliptic-curve v0.14.0-rc.33
32632026-07-02T17:38:35.692Z Compiling wyz v0.5.1
32642026-07-02T17:38:35.777Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32652026-07-02T17:38:35.881Z Compiling primeorder v0.13.6
32662026-07-02T17:38:36.016Z Compiling proc-macro-error-attr2 v2.0.0
32672026-07-02T17:38:36.036Z Compiling utf-8 v0.7.6
32682026-07-02T17:38:36.139Z Compiling funty v2.0.0
32692026-07-02T17:38:36.186Z Compiling parking_lot_core v0.8.6
32702026-07-02T17:38:36.234Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32712026-07-02T17:38:36.276Z Compiling packed_struct v0.10.1
32722026-07-02T17:38:36.465Z Compiling proc-macro-error2 v2.0.1
32732026-07-02T17:38:36.495Z Compiling tungstenite v0.21.0
32742026-07-02T17:38:36.532Z Compiling bitvec v1.0.1
32752026-07-02T17:38:36.618Z Compiling p384 v0.13.1
32762026-07-02T17:38:36.802Z Compiling rfc6979 v0.5.0
32772026-07-02T17:38:36.889Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32782026-07-02T17:38:36.906Z Compiling packed_struct_codegen v0.10.1
32792026-07-02T17:38:37.088Z Compiling num-derive v0.3.3
32802026-07-02T17:38:37.174Z Compiling bitfield-macros v0.19.4
32812026-07-02T17:38:37.233Z Compiling zerocopy-derive v0.6.6
32822026-07-02T17:38:37.241Z Compiling indexmap v1.9.3
32832026-07-02T17:38:37.241Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32842026-07-02T17:38:37.410Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32852026-07-02T17:38:37.509Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32862026-07-02T17:38:37.526Z Compiling crc-catalog v2.4.0
32872026-07-02T17:38:37.559Z Compiling nodrop v0.1.14
32882026-07-02T17:38:37.645Z Compiling array-init v0.0.4
32892026-07-02T17:38:37.676Z Compiling crc v3.4.0
32902026-07-02T17:38:37.736Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32912026-07-02T17:38:37.779Z Compiling tokio-tungstenite v0.21.0
32922026-07-02T17:38:37.874Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32932026-07-02T17:38:37.920Z Compiling ecdsa v0.17.0-rc.18
32942026-07-02T17:38:38.056Z Compiling libscf-sys v1.1.0
32952026-07-02T17:38:38.064Z Compiling smallvec v0.6.14
32962026-07-02T17:38:38.064Z Compiling tabled_derive v0.11.0
32972026-07-02T17:38:38.085Z Compiling bitfield v0.19.4
32982026-07-02T17:38:38.173Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32992026-07-02T17:38:38.173Z Compiling primeorder v0.14.0-rc.10
33002026-07-02T17:38:38.209Z Compiling zerocopy v0.6.6
33012026-07-02T17:38:38.266Z Compiling primefield v0.14.0
33022026-07-02T17:38:38.357Z Compiling progenitor-impl v0.13.0
33032026-07-02T17:38:38.377Z Compiling papergrid v0.17.0
33042026-07-02T17:38:38.407Z Compiling testing_table v0.3.0
33052026-07-02T17:38:38.435Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33062026-07-02T17:38:38.524Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33072026-07-02T17:38:38.543Z Compiling curve25519-dalek v5.0.0-rc.0
33082026-07-02T17:38:38.576Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33092026-07-02T17:38:38.596Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33102026-07-02T17:38:38.628Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33112026-07-02T17:38:38.766Z Compiling illumos-nvpair-sys v0.2.0
33122026-07-02T17:38:38.849Z Compiling hashbrown v0.12.3
33132026-07-02T17:38:38.897Z Compiling corncobs v0.1.4
33142026-07-02T17:38:38.942Z Compiling progenitor v0.14.0
33152026-07-02T17:38:38.966Z Compiling unicase v2.9.0
33162026-07-02T17:38:39.016Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33172026-07-02T17:38:39.080Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33182026-07-02T17:38:39.095Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33192026-07-02T17:38:39.161Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33202026-07-02T17:38:39.402Z Compiling mime_guess v2.0.5
33212026-07-02T17:38:39.434Z Compiling tabled v0.20.0
33222026-07-02T17:38:39.445Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33232026-07-02T17:38:39.445Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33242026-07-02T17:38:39.580Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33252026-07-02T17:38:39.600Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33262026-07-02T17:38:39.628Z Compiling parking_lot v0.11.2
33272026-07-02T17:38:39.701Z Compiling serde-hex v0.1.0
33282026-07-02T17:38:39.809Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33292026-07-02T17:38:39.863Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33302026-07-02T17:38:39.959Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33312026-07-02T17:38:40.030Z Compiling ron v0.8.1
33322026-07-02T17:38:40.063Z Compiling ssh-encoding v0.3.0-rc.9
33332026-07-02T17:38:40.105Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33342026-07-02T17:38:40.212Z Compiling hashbrown v0.13.2
33352026-07-02T17:38:40.426Z Compiling progenitor-client v0.13.0
33362026-07-02T17:38:40.642Z Compiling prefix-trie v0.7.0
33372026-07-02T17:38:40.659Z Compiling fxhash v0.2.1
33382026-07-02T17:38:40.807Z Compiling secrecy v0.8.0
33392026-07-02T17:38:40.834Z Compiling crc-any v2.5.0
33402026-07-02T17:38:40.994Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33412026-07-02T17:38:40.994Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33422026-07-02T17:38:41.076Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33432026-07-02T17:38:41.111Z Compiling hickory-server v0.25.2
33442026-07-02T17:38:41.135Z Compiling progenitor-macro v0.13.0
33452026-07-02T17:38:41.599Z Compiling sled v0.34.7
33462026-07-02T17:38:41.838Z Compiling object v0.30.4
33472026-07-02T17:38:41.845Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33482026-07-02T17:38:41.941Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33492026-07-02T17:38:42.056Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33502026-07-02T17:38:42.173Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33512026-07-02T17:38:42.209Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33522026-07-02T17:38:42.637Z Compiling ed25519 v3.0.0
33532026-07-02T17:38:42.763Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33542026-07-02T17:38:42.845Z Compiling crypto-primes v0.7.2
33552026-07-02T17:38:43.051Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33562026-07-02T17:38:43.446Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33572026-07-02T17:38:43.499Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33582026-07-02T17:38:43.589Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33592026-07-02T17:38:43.775Z Compiling pkcs1 v0.8.0-rc.4
33602026-07-02T17:38:44.043Z Compiling poly1305 v0.9.0
33612026-07-02T17:38:44.078Z Compiling blowfish v0.10.0
33622026-07-02T17:38:44.112Z Compiling blake2 v0.11.0-rc.6
33632026-07-02T17:38:44.213Z Compiling keccak v0.2.0
33642026-07-02T17:38:44.304Z Compiling path-slash v0.1.5
33652026-07-02T17:38:44.345Z Compiling http-range v0.1.5
33662026-07-02T17:38:44.371Z Compiling half v1.8.3
33672026-07-02T17:38:44.432Z Compiling fiat-crypto v0.3.0
33682026-07-02T17:38:44.496Z Compiling crc8 v0.1.1
33692026-07-02T17:38:44.551Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33702026-07-02T17:38:44.591Z Compiling sha3 v0.11.0
33712026-07-02T17:38:44.628Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33722026-07-02T17:38:44.647Z Compiling serde_cbor v0.11.2
33732026-07-02T17:38:44.690Z Compiling argon2 v0.6.0-rc.8
33742026-07-02T17:38:44.721Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33752026-07-02T17:38:44.771Z Compiling ssh-cipher v0.3.0-rc.9
33762026-07-02T17:38:44.800Z Compiling bcrypt-pbkdf v0.11.0
33772026-07-02T17:38:44.992Z Compiling rsa v0.10.0-rc.18
33782026-07-02T17:38:45.095Z Compiling ed25519-dalek v3.0.0-rc.0
33792026-07-02T17:38:45.273Z Compiling illumos-nvpair v0.3.0
33802026-07-02T17:38:45.397Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33812026-07-02T17:38:45.556Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33822026-07-02T17:38:45.569Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33832026-07-02T17:38:45.584Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33842026-07-02T17:38:45.714Z Compiling p256 v0.14.0-rc.10
33852026-07-02T17:38:45.807Z Compiling p521 v0.14.0-rc.10
33862026-07-02T17:38:45.861Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33872026-07-02T17:38:45.877Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33882026-07-02T17:38:45.974Z Compiling yasna v0.5.2
33892026-07-02T17:38:46.014Z Compiling kstat-rs v0.2.4
33902026-07-02T17:38:46.097Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33912026-07-02T17:38:46.242Z Compiling progenitor v0.13.0
33922026-07-02T17:38:46.330Z Compiling headers-core v0.3.0
33932026-07-02T17:38:46.409Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33942026-07-02T17:38:46.429Z Compiling kem v0.3.0
33952026-07-02T17:38:46.452Z Compiling module-lattice v0.2.3
33962026-07-02T17:38:46.470Z Compiling nanorand v0.7.0
33972026-07-02T17:38:46.497Z Compiling atty v0.2.14
33982026-07-02T17:38:46.567Z Compiling headers v0.4.1
33992026-07-02T17:38:46.645Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34002026-07-02T17:38:46.664Z Compiling rcgen v0.12.1
34012026-07-02T17:38:46.709Z Compiling flume v0.11.1
34022026-07-02T17:38:46.753Z Compiling ml-kem v0.3.2
34032026-07-02T17:38:46.864Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34042026-07-02T17:38:46.944Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34052026-07-02T17:38:47.042Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34062026-07-02T17:38:47.200Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34072026-07-02T17:38:47.678Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34082026-07-02T17:38:47.723Z Compiling hyper-staticfile v0.10.1
34092026-07-02T17:38:47.723Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34102026-07-02T17:38:47.752Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34112026-07-02T17:38:47.752Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34122026-07-02T17:38:47.980Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34132026-07-02T17:38:48.076Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34142026-07-02T17:38:48.140Z Compiling russh-cryptovec v0.61.0
34152026-07-02T17:38:48.140Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34162026-07-02T17:38:48.261Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34172026-07-02T17:38:48.530Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34182026-07-02T17:38:48.671Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34192026-07-02T17:38:48.710Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34202026-07-02T17:38:48.951Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34212026-07-02T17:38:48.957Z Compiling internal-russh-num-bigint v0.5.0
34222026-07-02T17:38:48.982Z Compiling num-bigint v0.4.6
34232026-07-02T17:38:49.135Z Compiling generic-array v1.4.3
34242026-07-02T17:38:49.289Z Compiling russh-util v0.52.0
34252026-07-02T17:38:49.395Z Compiling enum_dispatch v0.3.13
34262026-07-02T17:38:49.527Z Compiling delegate v0.13.5
34272026-07-02T17:38:49.641Z Compiling subprocess v0.2.15
34282026-07-02T17:38:49.680Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34292026-07-02T17:38:49.715Z Compiling p384 v0.14.0-rc.10
34302026-07-02T17:38:49.852Z Compiling hex-literal v1.1.0
34312026-07-02T17:38:49.985Z Compiling md5 v0.8.0
34322026-07-02T17:38:50.089Z Compiling display-error-chain v0.2.2
34332026-07-02T17:38:50.168Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34342026-07-02T17:38:50.268Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34352026-07-02T17:38:50.301Z Compiling colored v2.2.0
34362026-07-02T17:38:50.316Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34372026-07-02T17:38:50.329Z Compiling socket2 v0.5.10
34382026-07-02T17:38:50.369Z Compiling internet-checksum v0.2.1
34392026-07-02T17:38:51.011Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34402026-07-02T17:38:51.740Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34412026-07-02T17:38:51.859Z Compiling ssh-key v0.7.0-rc.10
34422026-07-02T17:38:52.234Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34432026-07-02T17:38:53.064Z Compiling russh v0.61.2
34442026-07-02T17:38:53.504Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34452026-07-02T17:38:54.123Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34462026-07-02T17:39:02.493Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34472026-07-02T17:39:02.494Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34482026-07-02T17:39:02.494Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34492026-07-02T17:39:02.647Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34502026-07-02T17:39:04.272Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34512026-07-02T17:39:04.301Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34522026-07-02T17:39:08.327Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34532026-07-02T17:39:48.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
34542026-07-02T17:39:48.540Z
34552026-07-02T17:39:48.540Zreal 1:27.544013015
34562026-07-02T17:39:48.540Zuser 8:46.642651255
34572026-07-02T17:39:48.541Zsys 1:42.995125327
34582026-07-02T17:39:48.559Ztrap 0.278863452
34592026-07-02T17:39:48.559Ztflt 0.372502239
34602026-07-02T17:39:48.559Zdflt 1.689492064
34612026-07-02T17:39:48.559Zkflt 0.000253140
34622026-07-02T17:39:48.559Zlock 31:09.070395999
34632026-07-02T17:39:48.559Zslp 19:59.219273354
34642026-07-02T17:39:48.559Zlat 43.452587804
34652026-07-02T17:39:48.559Zstop 3:09.408388617
34662026-07-02T17:39:48.559Z+ mkdir tests
34672026-07-02T17:39:48.559Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34682026-07-02T17:39:48.559Z+ xargs -I '{}' -t cp '{}' tests/
34692026-07-02T17:39:48.577Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-7642b2d57d595135 tests/
34702026-07-02T17:39:48.602Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ca561ce3ba29e3d2 tests/
34712026-07-02T17:39:48.626Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-de50baf115444d57 tests/
34722026-07-02T17:39:48.662Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f893b9f61afabf44 tests/
34732026-07-02T17:39:49.008Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override)
34742026-07-02T17:39:49.033Z+ 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-ca561ce3ba29e3d2 tests/commtest-de50baf115444d57 tests/dhcp_server-7642b2d57d595135 tests/end_to_end_tests-f893b9f61afabf44 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34752026-07-02T17:41:09.028ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34762026-07-02T17:41:09.029Za .github/buildomat/ci-env.sh 1K
34772026-07-02T17:41:09.029Za out/target/test 1K
34782026-07-02T17:41:09.029Za out/npuzone/npuzone 27402K
34792026-07-02T17:41:09.029Za package-manifest.toml 35K
34802026-07-02T17:41:09.029Za smf/sled-agent/non-gimlet/config.toml 6K
34812026-07-02T17:41:09.029Za target/release/omicron-package 40719K
34822026-07-02T17:41:09.030Za target/release/xtask 10425K
34832026-07-02T17:41:09.030Za target/debug/bootstrap 349378K
34842026-07-02T17:41:09.030Za tests/bootstrap-ca561ce3ba29e3d2 31974K
34852026-07-02T17:41:09.030Za tests/commtest-de50baf115444d57 32169K
34862026-07-02T17:41:09.030Za tests/dhcp_server-7642b2d57d595135 31974K
34872026-07-02T17:41:09.030Za tests/end_to_end_tests-f893b9f61afabf44 399257K
34882026-07-02T17:41:09.030Za tools/opte_version 1K
34892026-07-02T17:41:09.030Za tools/opte_version_override 2K
34902026-07-02T17:41:09.030Za out/clickhouse.tar.gz 311363K
34912026-07-02T17:41:09.030Za out/clickhouse_keeper.tar.gz 297833K
34922026-07-02T17:41:09.031Za out/clickhouse_server.tar.gz 311360K
34932026-07-02T17:41:09.031Za out/cockroachdb.tar.gz 161734K
34942026-07-02T17:41:09.031Za out/crucible-pantry-zone.tar.gz 39110K
34952026-07-02T17:41:09.031Za out/crucible-utils.tar 18900K
34962026-07-02T17:41:09.037Za out/crucible-zone.tar.gz 53806K
34972026-07-02T17:41:09.037Za out/external-dns.tar.gz 46794K
34982026-07-02T17:41:09.037Za out/internal-dns.tar.gz 46794K
34992026-07-02T17:41:09.037Za out/mg-ddm-gz.tar 97917K
35002026-07-02T17:41:09.037Za out/nexus.tar.gz 274422K
35012026-07-02T17:41:09.038Za out/ntp.tar.gz 29911K
35022026-07-02T17:41:09.038Za out/omicron-gateway-softnpu.tar.gz 27768K
35032026-07-02T17:41:09.038Za out/omicron-sled-agent.tar 197545K
35042026-07-02T17:41:09.038Za out/overlay.tar.gz 3K
35052026-07-02T17:41:09.038Za out/oximeter.tar.gz 62541K
35062026-07-02T17:41:09.038Za out/oxlog.tar 3808K
35072026-07-02T17:41:09.045Za out/probe.tar.gz 3037K
35082026-07-02T17:41:09.045Za out/propolis-server.tar.gz 34372K
35092026-07-02T17:41:09.046Za out/pumpkind-gz.tar 26647K
35102026-07-02T17:41:09.046Za out/switch-softnpu.tar.gz 448276K
35112026-07-02T17:41:09.054Z
35122026-07-02T17:41:09.054Zreal 1:20.017475820
35132026-07-02T17:41:09.054Zuser 1:17.388625113
35142026-07-02T17:41:09.054Zsys 4.381592203
35152026-07-02T17:41:09.054Ztrap 0.006011638
35162026-07-02T17:41:09.054Ztflt 0.000000000
35172026-07-02T17:41:09.054Zdflt 0.000000000
35182026-07-02T17:41:09.054Zkflt 0.000000000
35192026-07-02T17:41:09.054Zlock 0.000000000
35202026-07-02T17:41:09.054Zslp 1:17.299911654
35212026-07-02T17:41:09.054Zlat 0.953814378
35222026-07-02T17:41:09.054Zstop 0.000488978
35232026-07-02T17:41:09.055Zprocess exited: duration 952754 ms, exit code 0
 
35242026-07-02T17:41:09.076Zfound 1 output files
35252026-07-02T17:41:09.076Zuploading: /work/package.tar.gz (2488543249 bytes)
35262026-07-02T17:42:26.777Zuploaded: /work/package.tar.gz