01KX1MC5EWE32SQ540809GW11W: 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: 01KX1MCPJ2RTDJQEVYVGP6XP9B

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-08T19:49:28.857Zjob assigned to worker 01KX1MD3YPMT7Z0KYS7KVKRVDB [factory aws, i-063c3783d48a5fd35] (queued for 56 s)
 
22026-07-08T19:49:35.876Zstarting task 0: "setup"
32026-07-08T19:49:35.880Z++ uname -s
42026-07-08T19:49:35.885Z+ kern=SunOS
52026-07-08T19:49:35.885Z+ build_user=build
62026-07-08T19:49:35.885Z+ build_uid=12345
72026-07-08T19:49:35.885Z+ work_dir=/work
82026-07-08T19:49:35.885Z+ input_dir=/input
92026-07-08T19:49:35.885Z+ [[ 0 == 12345 ]]
102026-07-08T19:49:35.885Z+ case "$kern" in
112026-07-08T19:49:35.885Z+ groupadd -g 12345 build
122026-07-08T19:49:35.888Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-08T19:49:37.895Z+ zfs create -o mountpoint=/work rpool/work
142026-07-08T19:49:37.969Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-08T19:49:37.972Z+ home_fs=zfs
162026-07-08T19:49:37.972Z+ [[ zfs == autofs ]]
172026-07-08T19:49:37.972Z+ mkdir -p /home/build
182026-07-08T19:49:37.972Z+ chown build:build /home/build /work
192026-07-08T19:49:39.975Z+ chmod 0700 /home/build /work
202026-07-08T19:49:39.978Zprocess exited: duration 4106 ms, exit code 0
 
212026-07-08T19:49:39.984Zstarting task 1: "rust-toolchain"
222026-07-08T19:49:39.993Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-08T19:49:39.993Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-08T19:49:39.993Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-08T19:49:39.993Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-08T19:49:39.993Z * rust toolchain channel = "1.96.1"
272026-07-08T19:49:39.999Z * rust toolchain profile = "default"
282026-07-08T19:49:39.999Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-08T19:49:39.999Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-08T19:49:40.104Zinfo: downloading installer
312026-07-08T19:49:41.905Zwarn: It looks like you have an existing rustup settings file at:
322026-07-08T19:49:41.905Zwarn: /home/build/.rustup/settings.toml
332026-07-08T19:49:41.905Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-08T19:49:41.905Zwarn: instead of the one inferred from the default host triple.
352026-07-08T19:49:41.917Zinfo: profile set to default
362026-07-08T19:49:41.917Zinfo: default host triple is x86_64-unknown-illumos
372026-07-08T19:49:41.920Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-08T19:49:42.061Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-08T19:49:42.061Zinfo: downloading 6 components
402026-07-08T19:49:58.772Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-08T19:49:58.772Z
422026-07-08T19:49:58.798Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-08T19:49:58.798Z
442026-07-08T19:49:58.798Z
452026-07-08T19:49:58.798ZRust is installed now. Great!
462026-07-08T19:49:58.798Z
472026-07-08T19:49:58.798ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-08T19:49:58.798Zenvironment variable. This has not been done automatically.
492026-07-08T19:49:58.799Z
502026-07-08T19:49:58.799ZTo configure your current shell, you need to source
512026-07-08T19:49:58.799Zthe corresponding env file under $HOME/.cargo.
522026-07-08T19:49:58.799Z
532026-07-08T19:49:58.799ZThis is usually done by running one of the following (note the leading DOT):
542026-07-08T19:49:58.799Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-08T19:49:58.799Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-08T19:49:58.799Zsource "~/.cargo/env.nu" # For nushell
572026-07-08T19:49:58.799Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-08T19:49:58.799Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-08T19:49:58.799Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-08T19:49:58.802Zwarn: no default linker (`cc`) was found in your PATH
612026-07-08T19:49:58.802Zwarn: many Rust crates require a system C toolchain to build
622026-07-08T19:49:58.898Z+ rustup --version
632026-07-08T19:49:58.905Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-08T19:49:58.905Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-08T19:49:58.927Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-08T19:49:58.930Z+ cargo --version
672026-07-08T19:49:58.938Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-08T19:49:58.941Z+ rustc --version
692026-07-08T19:49:58.961Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-08T19:49:58.964Zprocess exited: duration 18978 ms, exit code 0
 
712026-07-08T19:49:58.970Zstarting task 2: "authentication"
722026-07-08T19:49:58.988Zprocess exited: duration 18 ms, exit code 0
 
732026-07-08T19:49:58.994Zstarting task 3: "clone repository"
742026-07-08T19:49:58.999Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-08T19:49:59.002Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-08T19:49:59.036ZCloning into '/work/oxidecomputer/omicron'...
772026-07-08T19:50:09.996Z+ cd /work/oxidecomputer/omicron
782026-07-08T19:50:09.996Z+ git fetch origin c19ef8e8526758ed9876d55ca40eb513685a9008
792026-07-08T19:50:10.299ZFrom https://github.com/oxidecomputer/omicron
802026-07-08T19:50:10.299Z * branch c19ef8e8526758ed9876d55ca40eb513685a9008 -> FETCH_HEAD
812026-07-08T19:50:10.314Z+ [[ -n '' ]]
822026-07-08T19:50:10.314Z+ git reset --hard c19ef8e8526758ed9876d55ca40eb513685a9008
832026-07-08T19:50:10.506ZHEAD is now at c19ef8e85 Bump web console (ext IPs on instance list)
842026-07-08T19:50:10.509Zprocess exited: duration 11513 ms, exit code 0
 
852026-07-08T19:50:10.515Zstarting task 4: "build"
862026-07-08T19:50:10.520Z+ source .github/buildomat/ci-env.sh
872026-07-08T19:50:10.523Z++ export CARGO_TERM_COLOR=always
882026-07-08T19:50:10.523Z++ CARGO_TERM_COLOR=always
892026-07-08T19:50:10.524Z+++ uname -s
902026-07-08T19:50:10.524Z++ [[ SunOS == \S\u\n\O\S ]]
912026-07-08T19:50:10.524Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-07-08T19:50:10.527Z+ cargo --version
932026-07-08T19:50:10.535Zcargo 1.96.1 (356927216 2026-06-26)
942026-07-08T19:50:10.537Z+ rustc --version
952026-07-08T19:50:10.557Zrustc 1.96.1 (31fca3adb 2026-06-26)
962026-07-08T19:50:10.560Z+ WORK=/work
972026-07-08T19:50:10.560Z+ pfexec mkdir -p /work
982026-07-08T19:50:10.564Z+ pfexec chown build /work
992026-07-08T19:50:10.566Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1002026-07-08T19:50:12.243Z Startup: Refreshing catalog 'helios' ... Done
1012026-07-08T19:50:12.356Z Startup: Caching catalogs ... Done
1022026-07-08T19:50:12.847ZPlanning: Solver setup ... Done (0.444s)
1032026-07-08T19:50:12.873ZPlanning: Running solver ... Done (0.026s)
1042026-07-08T19:50:12.885ZPlanning: Finding local manifests ... Done (0.003s)
1052026-07-08T19:50:12.897ZPlanning: Fetching manifests: 0/2 0% complete
1062026-07-08T19:50:12.919ZPlanning: Fetching manifests: 2/2 100% complete
1072026-07-08T19:50:12.936ZPlanning: Package planning ... Done (0.015s)
1082026-07-08T19:50:12.939ZPlanning: Merging actions ... Done (0.001s)
1092026-07-08T19:50:13.104ZPlanning: Checking for conflicting actions ... Done (0.168s)
1102026-07-08T19:50:13.108ZPlanning: Consolidating action changes ... Done (0.001s)
1112026-07-08T19:50:14.019ZPlanning: Evaluating mediators ... Done (0.914s)
1122026-07-08T19:50:14.022ZPlanning: Planning completed in 1.64 seconds
1132026-07-08T19:50:14.029Z Packages to install: 2
1142026-07-08T19:50:14.029Z Estimated space available: 156.06 GB
1152026-07-08T19:50:14.029ZEstimated space to be consumed: 30.99 MB
1162026-07-08T19:50:14.032Z Create boot environment: No
1172026-07-08T19:50:14.032ZCreate backup boot environment: No
1182026-07-08T19:50:14.032Z Rebuild boot archive: No
1192026-07-08T19:50:14.032Z
1202026-07-08T19:50:14.032ZChanged packages:
1212026-07-08T19:50:14.033Zhelios
1222026-07-08T19:50:14.033Z developer/build-essential
1232026-07-08T19:50:14.033Z None -> 11-3.0
1242026-07-08T19:50:14.033Z library/libxmlsec1
1252026-07-08T19:50:14.033Z None -> 1.2.35-3.0
1262026-07-08T19:50:14.056Z
1272026-07-08T19:50:14.056ZDownload: 0/214 items 0.0/1.3MB 0% complete
1282026-07-08T19:50:14.569ZDownload: Completed 1.28 MB in 0.51 seconds (2.5M/s)
1292026-07-08T19:50:14.652Z Actions: 1/268 actions (Installing new actions)
1302026-07-08T19:50:14.691Z Actions: Completed 268 actions in 0.04 seconds.
1312026-07-08T19:50:14.701ZFinalize: Updating package state database ... Done (0.011s)
1322026-07-08T19:50:14.701ZFinalize: Updating package cache ... Done (0.000s)
1332026-07-08T19:50:14.735ZFinalize: Updating image state ... Done (0.029s)
1342026-07-08T19:50:17.351ZFinalize: Creating fast lookup database ... Done (2.595s)
1352026-07-08T19:50:17.422ZFinalize: Reading search index ... Done (0.012s)
1362026-07-08T19:50:17.426ZFinalize: Updating search index ... Done (0.000s)
1372026-07-08T19:50:17.511ZFinalize: Updating package cache ... Done (0.000s)
1382026-07-08T19:50:17.827ZPlanning: Evaluating mediator changes ... Done
1392026-07-08T19:50:17.931ZPlanning: Checking for conflicting actions ... Done
1402026-07-08T19:50:17.934ZPlanning: Consolidating action changes ... Done
1412026-07-08T19:50:18.088ZPlanning: Evaluating mediators ... Done
1422026-07-08T19:50:18.095ZPlanning: Planning completed in 0.26 seconds
1432026-07-08T19:50:18.115Z Mediators to change: 2
1442026-07-08T19:50:18.116Z Create boot environment: No
1452026-07-08T19:50:18.116ZCreate backup boot environment: No
1462026-07-08T19:50:18.171ZFinalize: Updating package state database ... Done
1472026-07-08T19:50:18.171ZFinalize: Updating package cache ... Done
1482026-07-08T19:50:18.189ZFinalize: Updating image state ... Done
1492026-07-08T19:50:20.132ZFinalize: Creating fast lookup database ... Done
1502026-07-08T19:50:20.199ZFinalize: Reading search index ... Done
1512026-07-08T19:50:20.202ZFinalize: Updating search index ... Done
1522026-07-08T19:50:20.281ZFinalize: Updating package cache ... Done
1532026-07-08T19:50:20.569ZPlanning: Evaluating mediator changes ... Done
1542026-07-08T19:50:20.676ZPlanning: Checking for conflicting actions ... Done
1552026-07-08T19:50:20.679ZPlanning: Consolidating action changes ... Done
1562026-07-08T19:50:20.834ZPlanning: Evaluating mediators ... Done
1572026-07-08T19:50:20.837ZPlanning: Planning completed in 0.27 seconds
1582026-07-08T19:50:20.859Z Mediators to change: 1
1592026-07-08T19:50:20.859Z Create boot environment: No
1602026-07-08T19:50:20.859ZCreate backup boot environment: No
1612026-07-08T19:50:20.903ZFinalize: Updating package state database ... Done
1622026-07-08T19:50:20.907ZFinalize: Updating package cache ... Done
1632026-07-08T19:50:20.919ZFinalize: Updating image state ... Done
1642026-07-08T19:50:22.865ZFinalize: Creating fast lookup database ... Done
1652026-07-08T19:50:22.928ZFinalize: Reading search index ... Done
1662026-07-08T19:50:22.931ZFinalize: Updating search index ... Done
1672026-07-08T19:50:23.000ZFinalize: Updating package cache ... Done
1682026-07-08T19:50:23.312ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1692026-07-08T19:50:23.313Zapache system 2.4 system
1702026-07-08T19:50:23.313Zclang system 15 system
1712026-07-08T19:50:23.313Zcsh system system illumos
1722026-07-08T19:50:23.313Zctags system system illumos
1732026-07-08T19:50:23.313Zfile vendor vendor darwinsys
1742026-07-08T19:50:23.313Zfile system system illumos
1752026-07-08T19:50:23.313Zgcc vendor 14 vendor
1762026-07-08T19:50:23.313Zgcc system 13 system
1772026-07-08T19:50:23.313Zgcc system 10 system
1782026-07-08T19:50:23.313Zgo system 1.25 system
1792026-07-08T19:50:23.313Zllvm system 15 system
1802026-07-08T19:50:23.313Zmariadb system 11.4 system
1812026-07-08T19:50:23.313Zmta vendor vendor dma
1822026-07-08T19:50:23.313Zopenjdk system 17 system
1832026-07-08T19:50:23.313Zopenjdk system 11 system
1842026-07-08T19:50:23.313Zopenssl vendor 3 vendor
1852026-07-08T19:50:23.313Zperl system 5.40 system
1862026-07-08T19:50:23.313Zpostgresql system 18 system
1872026-07-08T19:50:23.313Zpostgresql system 17 system
1882026-07-08T19:50:23.313Zpython vendor 3 vendor
1892026-07-08T19:50:23.313Zpython system 2 system
1902026-07-08T19:50:23.313Zpython3 vendor 3.13 vendor
1912026-07-08T19:50:23.313Zruby system 3.4 system
1922026-07-08T19:50:23.313Zruby system 3.0 system
1932026-07-08T19:50:23.313Zwords vendor vendor american-english
1942026-07-08T19:50:23.313Zwords system system australian-english
1952026-07-08T19:50:23.313Zwords system system british-english
1962026-07-08T19:50:23.313Zwords system system canadian-english
1972026-07-08T19:50:23.313Zwords system system french
1982026-07-08T19:50:23.313Zwords system system italian
1992026-07-08T19:50:23.313Zwords system system ngerman
2002026-07-08T19:50:23.313Zwords system system ogerman
2012026-07-08T19:50:23.313Zwords system system spanish
2022026-07-08T19:50:23.574ZPUBLISHER TYPE STATUS P LOCATION
2032026-07-08T19:50:23.575Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2042026-07-08T19:50:23.880ZFMRI IFO
2052026-07-08T19:50:23.880Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2062026-07-08T19:50:23.880Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2072026-07-08T19:50:23.880Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2082026-07-08T19:50:23.880Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2092026-07-08T19:50:23.880Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2102026-07-08T19:50:23.880Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2112026-07-08T19:50:23.880Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2122026-07-08T19:50:23.880Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2132026-07-08T19:50:23.880Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2142026-07-08T19:50:24.136Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2152026-07-08T19:50:24.413Z Updating crates.io index
2162026-07-08T19:50:24.436Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2172026-07-08T19:50:24.627Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2182026-07-08T19:50:24.909Z Updating git repository `https://github.com/oxidecomputer/propolis`
2192026-07-08T19:50:25.826Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2202026-07-08T19:50:26.316Z Updating git repository `https://github.com/oxidecomputer/crucible`
2212026-07-08T19:50:28.106Z Updating git repository `https://github.com/oxidecomputer/opte`
2222026-07-08T19:50:28.975Z Updating git repository `https://github.com/oxidecomputer/tofino`
2232026-07-08T19:50:29.223Z Updating git repository `https://github.com/oxidecomputer/lldp`
2242026-07-08T19:50:29.565Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2252026-07-08T19:50:31.262Z Updating git repository `https://github.com/oxidecomputer/clickward`
2262026-07-08T19:50:31.645Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2272026-07-08T19:50:32.015Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2282026-07-08T19:50:32.280Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2292026-07-08T19:50:32.722Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2302026-07-08T19:50:33.311Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2312026-07-08T19:50:33.528Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2322026-07-08T19:50:33.787Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2332026-07-08T19:50:34.051Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2342026-07-08T19:50:34.406Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2352026-07-08T19:50:34.650Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2362026-07-08T19:50:34.891Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2372026-07-08T19:50:35.181Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2382026-07-08T19:50:35.563Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2392026-07-08T19:50:35.946Z Updating git repository `https://github.com/oxidecomputer/erebor`
2402026-07-08T19:50:36.379Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2412026-07-08T19:50:36.812Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2422026-07-08T19:50:37.044Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2432026-07-08T19:50:37.504Z Updating git repository `https://github.com/oxidecomputer/ispf`
2442026-07-08T19:50:37.771Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2452026-07-08T19:50:38.088Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2462026-07-08T19:50:38.727Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2472026-07-08T19:50:39.087Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2482026-07-08T19:50:39.467Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2492026-07-08T19:50:39.755Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2502026-07-08T19:50:40.006Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2512026-07-08T19:50:40.326Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2522026-07-08T19:50:40.597Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2532026-07-08T19:50:41.928Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2542026-07-08T19:50:42.228Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2552026-07-08T19:50:42.424Z Updating git repository `https://github.com/illumos/smf-rs`
2562026-07-08T19:50:45.253Z Downloading crates ...
2572026-07-08T19:50:45.300Z Downloaded cargo_metadata v0.23.1
2582026-07-08T19:50:45.336Z Downloaded camino v1.2.2
2592026-07-08T19:50:45.336Z Downloaded memmap v0.7.0
2602026-07-08T19:50:45.336Z Downloaded scroll_derive v0.12.1
2612026-07-08T19:50:45.337Z Downloaded zmij v1.0.21
2622026-07-08T19:50:45.337Z Downloaded fs-err v3.3.0
2632026-07-08T19:50:45.337Z Downloaded macaddr v1.0.1
2642026-07-08T19:50:45.337Z Downloaded heck v0.5.0
2652026-07-08T19:50:45.337Z Downloaded fnv v1.0.7
2662026-07-08T19:50:45.337Z Downloaded crypto-common v0.1.7
2672026-07-08T19:50:45.337Z Downloaded cargo-platform v0.3.2
2682026-07-08T19:50:45.337Z Downloaded clap_derive v4.6.1
2692026-07-08T19:50:45.337Z Downloaded autocfg v1.5.0
2702026-07-08T19:50:45.337Z Downloaded terminal_size v0.4.3
2712026-07-08T19:50:45.337Z Downloaded generic-array v0.14.7
2722026-07-08T19:50:45.337Z Downloaded cpufeatures v0.2.17
2732026-07-08T19:50:45.337Z Downloaded dof v0.3.0
2742026-07-08T19:50:45.337Z Downloaded anstyle-query v1.1.5
2752026-07-08T19:50:45.340Z Downloaded anstyle v1.0.14
2762026-07-08T19:50:45.340Z Downloaded cfg-if v1.0.4
2772026-07-08T19:50:45.340Z Downloaded zerocopy v0.7.35
2782026-07-08T19:50:45.354Z Downloaded is_terminal_polyfill v1.70.2
2792026-07-08T19:50:45.357Z Downloaded fastrand v2.3.0
2802026-07-08T19:50:45.357Z Downloaded dtrace-parser v0.2.0
2812026-07-08T19:50:45.357Z Downloaded anstream v1.0.0
2822026-07-08T19:50:45.360Z Downloaded errno v0.3.14
2832026-07-08T19:50:45.360Z Downloaded equivalent v1.0.2
2842026-07-08T19:50:45.363Z Downloaded heck v0.4.1
2852026-07-08T19:50:45.363Z Downloaded colorchoice v1.0.4
2862026-07-08T19:50:45.367Z Downloaded clap_lex v1.0.0
2872026-07-08T19:50:45.374Z Downloaded strsim v0.11.1
2882026-07-08T19:50:45.377Z Downloaded itoa v1.0.17
2892026-07-08T19:50:45.382Z Downloaded usdt v0.5.0
2902026-07-08T19:50:45.385Z Downloaded digest v0.10.7
2912026-07-08T19:50:45.385Z Downloaded cargo_toml v0.21.0
2922026-07-08T19:50:45.398Z Downloaded usdt-attr-macro v0.5.0
2932026-07-08T19:50:45.401Z Downloaded pretty-hex v0.4.1
2942026-07-08T19:50:45.404Z Downloaded serde_spanned v0.6.9
2952026-07-08T19:50:45.404Z Downloaded proc-macro-error-attr v1.0.4
2962026-07-08T19:50:45.407Z Downloaded toml_datetime v0.6.11
2972026-07-08T19:50:45.407Z Downloaded utf8parse v0.2.2
2982026-07-08T19:50:45.407Z Downloaded plain v0.2.3
2992026-07-08T19:50:45.407Z Downloaded block-buffer v0.10.4
3002026-07-08T19:50:45.410Z Downloaded thread-id v4.2.2
3012026-07-08T19:50:45.418Z Downloaded unicode-linebreak v0.1.5
3022026-07-08T19:50:45.426Z Downloaded toml_write v0.1.2
3032026-07-08T19:50:45.430Z Downloaded version_check v0.9.5
3042026-07-08T19:50:45.432Z Downloaded smawk v0.3.2
3052026-07-08T19:50:45.433Z Downloaded camino-tempfile v1.4.1
3062026-07-08T19:50:45.433Z Downloaded anstyle-parse v1.0.0
3072026-07-08T19:50:45.438Z Downloaded thiserror-impl v1.0.69
3082026-07-08T19:50:45.440Z Downloaded sha2 v0.10.9
3092026-07-08T19:50:45.440Z Downloaded usdt-macro v0.5.0
3102026-07-08T19:50:45.440Z Downloaded bytecount v0.6.9
3112026-07-08T19:50:45.447Z Downloaded tabled_derive v0.7.0
3122026-07-08T19:50:45.450Z Downloaded pest_derive v2.8.6
3132026-07-08T19:50:45.453Z Downloaded once_cell v1.21.3
3142026-07-08T19:50:45.462Z Downloaded anyhow v1.0.102
3152026-07-08T19:50:45.465Z Downloaded thiserror-impl v2.0.18
3162026-07-08T19:50:45.465Z Downloaded swrite v0.1.0
3172026-07-08T19:50:45.468Z Downloaded serde_tokenstream v0.2.3
3182026-07-08T19:50:45.468Z Downloaded byteorder v1.5.0
3192026-07-08T19:50:45.470Z Downloaded quote v1.0.45
3202026-07-08T19:50:45.473Z Downloaded scroll v0.12.0
3212026-07-08T19:50:45.491Z Downloaded thiserror v1.0.69
3222026-07-08T19:50:45.494Z Downloaded proc-macro-error v1.0.4
3232026-07-08T19:50:45.503Z Downloaded thiserror v2.0.18
3242026-07-08T19:50:45.506Z Downloaded ucd-trie v0.1.7
3252026-07-08T19:50:45.509Z Downloaded papergrid v0.11.0
3262026-07-08T19:50:45.513Z Downloaded clap v4.6.1
3272026-07-08T19:50:45.517Z Downloaded toml v0.8.23
3282026-07-08T19:50:45.520Z Downloaded log v0.4.29
3292026-07-08T19:50:45.520Z Downloaded semver v1.0.28
3302026-07-08T19:50:45.523Z Downloaded usdt-impl v0.5.0
3312026-07-08T19:50:45.529Z Downloaded getrandom v0.4.1
3322026-07-08T19:50:45.536Z Downloaded bitflags v2.11.0
3332026-07-08T19:50:45.539Z Downloaded tempfile v3.25.0
3342026-07-08T19:50:45.542Z Downloaded pest_generator v2.8.6
3352026-07-08T19:50:45.542Z Downloaded pest_meta v2.8.6
3362026-07-08T19:50:45.545Z Downloaded toml_edit v0.22.27
3372026-07-08T19:50:45.548Z Downloaded zerocopy-derive v0.7.35
3382026-07-08T19:50:45.552Z Downloaded serde_core v1.0.228
3392026-07-08T19:50:45.557Z Downloaded unicode-ident v1.0.24
3402026-07-08T19:50:45.560Z Downloaded serde_derive v1.0.228
3412026-07-08T19:50:45.563Z Downloaded textwrap v0.16.2
3422026-07-08T19:50:45.574Z Downloaded proc-macro2 v1.0.106
3432026-07-08T19:50:45.586Z Downloaded memchr v2.8.0
3442026-07-08T19:50:45.590Z Downloaded serde v1.0.228
3452026-07-08T19:50:45.610Z Downloaded typenum v1.20.1
3462026-07-08T19:50:45.622Z Downloaded indexmap v2.14.0
3472026-07-08T19:50:45.647Z Downloaded pest v2.8.6
3482026-07-08T19:50:45.655Z Downloaded hashbrown v0.17.0
3492026-07-08T19:50:45.659Z Downloaded serde_json v1.0.150
3502026-07-08T19:50:45.662Z Downloaded clap_builder v4.6.0
3512026-07-08T19:50:45.687Z Downloaded goblin v0.8.2
3522026-07-08T19:50:45.712Z Downloaded winnow v0.7.14
3532026-07-08T19:50:45.728Z Downloaded tabled v0.15.0
3542026-07-08T19:50:45.736Z Downloaded syn v1.0.109
3552026-07-08T19:50:45.744Z Downloaded unicode-width v0.2.0
3562026-07-08T19:50:45.749Z Downloaded unicode-width v0.1.14
3572026-07-08T19:50:45.760Z Downloaded syn v2.0.117
3582026-07-08T19:50:45.786Z Downloaded rustix v1.1.3
3592026-07-08T19:50:45.816Z Downloaded libc v0.2.185
3602026-07-08T19:50:45.877Z Compiling proc-macro2 v1.0.106
3612026-07-08T19:50:45.880Z Compiling unicode-ident v1.0.24
3622026-07-08T19:50:45.880Z Compiling quote v1.0.45
3632026-07-08T19:50:45.880Z Compiling serde_core v1.0.228
3642026-07-08T19:50:45.880Z Compiling libc v0.2.185
3652026-07-08T19:50:45.880Z Compiling version_check v0.9.5
3662026-07-08T19:50:45.880Z Compiling memchr v2.8.0
3672026-07-08T19:50:45.880Z Compiling serde v1.0.228
3682026-07-08T19:50:45.880Z Compiling zmij v1.0.21
3692026-07-08T19:50:45.880Z Compiling ucd-trie v0.1.7
3702026-07-08T19:50:45.880Z Compiling itoa v1.0.17
3712026-07-08T19:50:46.059Z Compiling thiserror v1.0.69
3722026-07-08T19:50:46.062Z Compiling rustix v1.1.3
3732026-07-08T19:50:46.063Z Compiling byteorder v1.5.0
3742026-07-08T19:50:46.275Z Compiling serde_json v1.0.150
3752026-07-08T19:50:46.459Z Compiling bitflags v2.11.0
3762026-07-08T19:50:46.510Z Compiling syn v1.0.109
3772026-07-08T19:50:46.566Z Compiling camino v1.2.2
3782026-07-08T19:50:46.569Z Compiling proc-macro-error-attr v1.0.4
3792026-07-08T19:50:46.619Z Compiling pest v2.8.6
3802026-07-08T19:50:46.741Z Compiling usdt-impl v0.5.0
3812026-07-08T19:50:46.758Z Compiling proc-macro-error v1.0.4
3822026-07-08T19:50:46.794Z Compiling equivalent v1.0.2
3832026-07-08T19:50:46.844Z Compiling plain v0.2.3
3842026-07-08T19:50:46.844Z Compiling utf8parse v0.2.2
3852026-07-08T19:50:46.881Z Compiling log v0.4.29
3862026-07-08T19:50:46.917Z Compiling getrandom v0.4.1
3872026-07-08T19:50:46.920Z Compiling hashbrown v0.17.0
3882026-07-08T19:50:46.984Z Compiling autocfg v1.5.0
3892026-07-08T19:50:47.001Z Compiling thiserror v2.0.18
3902026-07-08T19:50:47.068Z Compiling anstyle-parse v1.0.0
3912026-07-08T19:50:47.071Z Compiling winnow v0.7.14
3922026-07-08T19:50:47.136Z Compiling anstyle v1.0.14
3932026-07-08T19:50:47.139Z Compiling is_terminal_polyfill v1.70.2
3942026-07-08T19:50:47.206Z Compiling errno v0.3.14
3952026-07-08T19:50:47.228Z Compiling thread-id v4.2.2
3962026-07-08T19:50:47.246Z Compiling anstyle-query v1.1.5
3972026-07-08T19:50:47.280Z Compiling pretty-hex v0.4.1
3982026-07-08T19:50:47.283Z Compiling toml_write v0.1.2
3992026-07-08T19:50:47.368Z Compiling cfg-if v1.0.4
4002026-07-08T19:50:47.418Z Compiling colorchoice v1.0.4
4012026-07-08T19:50:47.453Z Compiling indexmap v2.14.0
4022026-07-08T19:50:47.508Z Compiling bytecount v0.6.9
4032026-07-08T19:50:47.527Z Compiling syn v2.0.117
4042026-07-08T19:50:47.582Z Compiling fs-err v3.3.0
4052026-07-08T19:50:47.585Z Compiling anstream v1.0.0
4062026-07-08T19:50:47.619Z Compiling clap_lex v1.0.0
4072026-07-08T19:50:47.653Z Compiling fnv v1.0.7
4082026-07-08T19:50:47.679Z Compiling pest_meta v2.8.6
4092026-07-08T19:50:47.697Z Compiling heck v0.5.0
4102026-07-08T19:50:47.730Z Compiling heck v0.4.1
4112026-07-08T19:50:47.792Z Compiling unicode-width v0.1.14
4122026-07-08T19:50:47.850Z Compiling strsim v0.11.1
4132026-07-08T19:50:47.906Z Compiling fastrand v2.3.0
4142026-07-08T19:50:47.925Z Compiling once_cell v1.21.3
4152026-07-08T19:50:47.928Z Compiling anyhow v1.0.102
4162026-07-08T19:50:47.983Z Compiling memmap v0.7.0
4172026-07-08T19:50:48.107Z Compiling papergrid v0.11.0
4182026-07-08T19:50:48.126Z Compiling unicode-width v0.2.0
4192026-07-08T19:50:48.145Z Compiling smawk v0.3.2
4202026-07-08T19:50:48.163Z Compiling unicode-linebreak v0.1.5
4212026-07-08T19:50:48.209Z Compiling swrite v0.1.0
4222026-07-08T19:50:48.287Z Compiling terminal_size v0.4.3
4232026-07-08T19:50:48.287Z Compiling tempfile v3.25.0
4242026-07-08T19:50:48.432Z Compiling clap_builder v4.6.0
4252026-07-08T19:50:48.435Z Compiling semver v1.0.28
4262026-07-08T19:50:48.468Z Compiling cargo-platform v0.3.2
4272026-07-08T19:50:48.507Z Compiling textwrap v0.16.2
4282026-07-08T19:50:48.695Z Compiling camino-tempfile v1.4.1
4292026-07-08T19:50:49.092Z Compiling tabled_derive v0.7.0
4302026-07-08T19:50:49.740Z Compiling tabled v0.15.0
4312026-07-08T19:50:49.765Z Compiling pest_generator v2.8.6
4322026-07-08T19:50:50.256Z Compiling serde_derive v1.0.228
4332026-07-08T19:50:50.259Z Compiling thiserror-impl v1.0.69
4342026-07-08T19:50:50.259Z Compiling zerocopy-derive v0.7.35
4352026-07-08T19:50:50.259Z Compiling scroll_derive v0.12.1
4362026-07-08T19:50:50.259Z Compiling thiserror-impl v2.0.18
4372026-07-08T19:50:50.259Z Compiling clap_derive v4.6.1
4382026-07-08T19:50:50.354Z Compiling pest_derive v2.8.6
4392026-07-08T19:50:50.957Z Compiling scroll v0.12.0
4402026-07-08T19:50:50.974Z Compiling zerocopy v0.7.35
4412026-07-08T19:50:51.212Z Compiling goblin v0.8.2
4422026-07-08T19:50:51.371Z Compiling dtrace-parser v0.2.0
4432026-07-08T19:50:51.606Z Compiling clap v4.6.1
4442026-07-08T19:50:52.710Z Compiling dof v0.3.0
4452026-07-08T19:50:52.710Z Compiling serde_tokenstream v0.2.3
4462026-07-08T19:50:52.726Z Compiling toml_datetime v0.6.11
4472026-07-08T19:50:52.730Z Compiling serde_spanned v0.6.9
4482026-07-08T19:50:52.739Z Compiling cargo_metadata v0.23.1
4492026-07-08T19:50:52.744Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4502026-07-08T19:50:52.744Z Compiling macaddr v1.0.1
4512026-07-08T19:50:52.938Z Compiling toml_edit v0.22.27
4522026-07-08T19:50:53.428Z Compiling usdt-attr-macro v0.5.0
4532026-07-08T19:50:53.433Z Compiling usdt-macro v0.5.0
4542026-07-08T19:50:54.031Z Compiling usdt v0.5.0
4552026-07-08T19:50:54.262Z Compiling toml v0.8.23
4562026-07-08T19:50:54.587Z Compiling cargo_toml v0.21.0
4572026-07-08T19:50:55.860Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4582026-07-08T19:50:57.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.87s
4592026-07-08T19:50:58.066Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4602026-07-08T19:50:58.565Z Downloading crates ...
4612026-07-08T19:50:58.658Z Downloaded adler2 v2.0.1
4622026-07-08T19:50:58.661Z Downloaded array-init v0.0.4
4632026-07-08T19:50:58.676Z Downloaded aead v0.5.2
4642026-07-08T19:50:58.680Z Downloaded bb8 v0.8.6
4652026-07-08T19:50:58.685Z Downloaded atty v0.2.14
4662026-07-08T19:50:58.685Z Downloaded async-stream-impl v0.3.6
4672026-07-08T19:50:58.688Z Downloaded async-stream v0.3.6
4682026-07-08T19:50:58.688Z Downloaded bitfield-macros v0.19.4
4692026-07-08T19:50:58.688Z Downloaded bcrypt-pbkdf v0.11.0
4702026-07-08T19:50:58.688Z Downloaded arrayref v0.3.9
4712026-07-08T19:50:58.688Z Downloaded assert_matches v1.5.0
4722026-07-08T19:50:58.692Z Downloaded bit-set v0.5.3
4732026-07-08T19:50:58.695Z Downloaded darling_macro v0.23.0
4742026-07-08T19:50:58.695Z Downloaded atomicwrites v0.4.4
4752026-07-08T19:50:58.698Z Downloaded atomic-waker v1.1.2
4762026-07-08T19:50:58.698Z Downloaded bit-set v0.8.0
4772026-07-08T19:50:58.698Z Downloaded ascii-canvas v3.0.0
4782026-07-08T19:50:58.700Z Downloaded aead v0.6.1
4792026-07-08T19:50:58.700Z Downloaded crunchy v0.2.4
4802026-07-08T19:50:58.704Z Downloaded arrayvec v0.7.6
4812026-07-08T19:50:58.704Z Downloaded convert_case v0.10.0
4822026-07-08T19:50:58.706Z Downloaded bit-vec v0.6.3
4832026-07-08T19:50:58.710Z Downloaded ctutils v0.4.2
4842026-07-08T19:50:58.714Z Downloaded base16ct v1.0.0
4852026-07-08T19:50:58.714Z Downloaded async-recursion v1.1.1
4862026-07-08T19:50:58.717Z Downloaded anstyle-parse v0.2.7
4872026-07-08T19:50:58.717Z Downloaded darling_core v0.20.11
4882026-07-08T19:50:58.720Z Downloaded downcast-rs v2.0.2
4892026-07-08T19:50:58.723Z Downloaded cstr-argument v0.1.2
4902026-07-08T19:50:58.724Z Downloaded curve25519-dalek-derive v0.1.1
4912026-07-08T19:50:58.724Z Downloaded argon2 v0.5.3
4922026-07-08T19:50:58.727Z Downloaded cfg_aliases v0.2.1
4932026-07-08T19:50:58.727Z Downloaded crc v3.4.0
4942026-07-08T19:50:58.730Z Downloaded cpubits v0.1.1
4952026-07-08T19:50:58.733Z Downloaded base16ct v0.2.0
4962026-07-08T19:50:58.733Z Downloaded block-padding v0.4.2
4972026-07-08T19:50:58.736Z Downloaded bcs v0.1.6
4982026-07-08T19:50:58.739Z Downloaded bit-vec v0.8.0
4992026-07-08T19:50:58.742Z Downloaded base64ct v1.8.3
5002026-07-08T19:50:58.742Z Downloaded cpufeatures v0.3.0
5012026-07-08T19:50:58.745Z Downloaded bitfield v0.19.4
5022026-07-08T19:50:58.745Z Downloaded argon2 v0.6.0-rc.8
5032026-07-08T19:50:58.749Z Downloaded darling_macro v0.13.4
5042026-07-08T19:50:58.752Z Downloaded crc-catalog v2.4.0
5052026-07-08T19:50:58.752Z Downloaded anstream v0.6.21
5062026-07-08T19:50:58.755Z Downloaded castaway v0.2.4
5072026-07-08T19:50:58.759Z Downloaded display-error-chain v0.2.2
5082026-07-08T19:50:58.762Z Downloaded document-features v0.2.12
5092026-07-08T19:50:58.762Z Downloaded defmt v0.3.100
5102026-07-08T19:50:58.765Z Downloaded bitfield-struct v0.6.2
5112026-07-08T19:50:58.765Z Downloaded darling_macro v0.21.3
5122026-07-08T19:50:58.765Z Downloaded darling_macro v0.20.11
5132026-07-08T19:50:58.765Z Downloaded crc8 v0.1.1
5142026-07-08T19:50:58.769Z Downloaded ciborium-io v0.2.2
5152026-07-08T19:50:58.769Z Downloaded difflib v0.4.0
5162026-07-08T19:50:58.769Z Downloaded debug-ignore v1.0.5
5172026-07-08T19:50:58.772Z Downloaded dyn-clone v1.0.20
5182026-07-08T19:50:58.772Z Downloaded crypto-common v0.2.2
5192026-07-08T19:50:58.774Z Downloaded cfg_aliases v0.1.1
5202026-07-08T19:50:58.774Z Downloaded crucible-workspace-hack v0.1.0
5212026-07-08T19:50:58.775Z Downloaded async-bb8-diesel v0.2.1
5222026-07-08T19:50:58.778Z Downloaded ahash v0.8.12
5232026-07-08T19:50:58.782Z Downloaded backoff v0.4.0
5242026-07-08T19:50:58.785Z Downloaded dirs-sys-next v0.1.2
5252026-07-08T19:50:58.787Z Downloaded compression-core v0.4.31
5262026-07-08T19:50:58.797Z Downloaded dunce v1.0.5
5272026-07-08T19:50:58.802Z Downloaded convert_case v0.4.0
5282026-07-08T19:50:58.802Z Downloaded ed25519 v2.2.3
5292026-07-08T19:50:58.802Z Downloaded deranged v0.5.8
5302026-07-08T19:50:58.805Z Downloaded ctr v0.10.1
5312026-07-08T19:50:58.805Z Downloaded ciborium-ll v0.2.2
5322026-07-08T19:50:58.808Z Downloaded endian-type v0.1.2
5332026-07-08T19:50:58.812Z Downloaded darling v0.13.4
5342026-07-08T19:50:58.812Z Downloaded compression-codecs v0.4.37
5352026-07-08T19:50:58.815Z Downloaded daft-derive v0.1.7
5362026-07-08T19:50:58.818Z Downloaded buf-list v1.1.2
5372026-07-08T19:50:58.818Z Downloaded dsl_auto_type v0.2.0
5382026-07-08T19:50:58.818Z Downloaded derive_builder_macro v0.20.2
5392026-07-08T19:50:58.820Z Downloaded block-buffer v0.12.1
5402026-07-08T19:50:58.823Z Downloaded cobs v0.3.0
5412026-07-08T19:50:58.826Z Downloaded dof v0.4.0
5422026-07-08T19:50:58.829Z Downloaded env_filter v1.0.0
5432026-07-08T19:50:58.832Z Downloaded enum-as-inner v0.6.1
5442026-07-08T19:50:58.832Z Downloaded dirs-next v2.0.0
5452026-07-08T19:50:58.835Z Downloaded embedded-io v0.4.0
5462026-07-08T19:50:58.838Z Downloaded embedded-io v0.6.1
5472026-07-08T19:50:58.839Z Downloaded defmt-parser v1.0.0
5482026-07-08T19:50:58.841Z Downloaded fixedbitset v0.4.2
5492026-07-08T19:50:58.841Z Downloaded fd-lock v4.0.4
5502026-07-08T19:50:58.844Z Downloaded dtrace-parser v0.3.0
5512026-07-08T19:50:58.847Z Downloaded flagset v0.4.7
5522026-07-08T19:50:58.847Z Downloaded diesel_table_macro_syntax v0.3.0
5532026-07-08T19:50:58.847Z Downloaded float-ord v0.3.2
5542026-07-08T19:50:58.850Z Downloaded cmake v0.1.57
5552026-07-08T19:50:58.852Z Downloaded foreign-types-shared v0.3.1
5562026-07-08T19:50:58.855Z Downloaded foreign-types-macros v0.2.3
5572026-07-08T19:50:58.855Z Downloaded foreign-types v0.3.2
5582026-07-08T19:50:58.855Z Downloaded float-cmp v0.10.0
5592026-07-08T19:50:58.856Z Downloaded foreign-types-shared v0.1.1
5602026-07-08T19:50:58.858Z Downloaded daft v0.1.7
5612026-07-08T19:50:58.859Z Downloaded cbc v0.2.1
5622026-07-08T19:50:58.859Z Downloaded camino-tempfile-ext v0.3.3
5632026-07-08T19:50:58.864Z Downloaded crossbeam-deque v0.8.6
5642026-07-08T19:50:58.865Z Downloaded critical-section v1.2.0
5652026-07-08T19:50:58.867Z Downloaded cassowary v0.3.0
5662026-07-08T19:50:58.867Z Downloaded bitflags v1.3.2
5672026-07-08T19:50:58.867Z Downloaded corncobs v0.1.4
5682026-07-08T19:50:58.867Z Downloaded defmt v1.0.1
5692026-07-08T19:50:58.871Z Downloaded csv-core v0.1.13
5702026-07-08T19:50:58.871Z Downloaded async-trait v0.1.89
5712026-07-08T19:50:58.874Z Downloaded constant_time_eq v0.4.2
5722026-07-08T19:50:58.877Z Downloaded cexpr v0.6.0
5732026-07-08T19:50:58.877Z Downloaded dropshot-api-manager-types v0.7.2
5742026-07-08T19:50:58.877Z Downloaded derive_builder_core v0.20.2
5752026-07-08T19:50:58.880Z Downloaded const_format_proc_macros v0.2.34
5762026-07-08T19:50:58.880Z Downloaded ena v0.14.4
5772026-07-08T19:50:58.883Z Downloaded cmov v0.5.4
5782026-07-08T19:50:58.883Z Downloaded futures-sink v0.3.32
5792026-07-08T19:50:58.883Z Downloaded foreign-types v0.5.0
5802026-07-08T19:50:58.886Z Downloaded cipher v0.5.2
5812026-07-08T19:50:58.886Z Downloaded der_derive v0.7.3
5822026-07-08T19:50:58.886Z Downloaded ed25519 v3.0.0
5832026-07-08T19:50:58.889Z Downloaded delegate v0.13.5
5842026-07-08T19:50:58.889Z Downloaded darling v0.20.11
5852026-07-08T19:50:58.892Z Downloaded cipher v0.4.4
5862026-07-08T19:50:58.892Z Downloaded allocator-api2 v0.2.21
5872026-07-08T19:50:58.895Z Downloaded des v0.9.0
5882026-07-08T19:50:58.899Z Downloaded data-encoding v2.10.0
5892026-07-08T19:50:58.899Z Downloaded crossbeam-epoch v0.9.18
5902026-07-08T19:50:58.899Z Downloaded derive_builder v0.20.2
5912026-07-08T19:50:58.902Z Downloaded futures-io v0.3.32
5922026-07-08T19:50:58.903Z Downloaded chacha20 v0.9.1
5932026-07-08T19:50:58.903Z Downloaded enum_dispatch v0.3.13
5942026-07-08T19:50:58.906Z Downloaded ghash v0.6.0
5952026-07-08T19:50:58.906Z Downloaded globwalk v0.9.1
5962026-07-08T19:50:58.909Z Downloaded fallible-iterator v0.2.0
5972026-07-08T19:50:58.909Z Downloaded erased-serde v0.3.31
5982026-07-08T19:50:58.913Z Downloaded find-msvc-tools v0.1.9
5992026-07-08T19:50:58.913Z Downloaded filetime v0.2.27
6002026-07-08T19:50:58.913Z Downloaded form_urlencoded v1.2.2
6012026-07-08T19:50:58.916Z Downloaded ff v0.14.0
6022026-07-08T19:50:58.916Z Downloaded ff v0.13.1
6032026-07-08T19:50:58.916Z Downloaded git-stub v1.0.0
6042026-07-08T19:50:58.916Z Downloaded futures-task v0.3.32
6052026-07-08T19:50:58.916Z Downloaded hash32 v0.2.1
6062026-07-08T19:50:58.919Z Downloaded funty v2.0.0
6072026-07-08T19:50:58.919Z Downloaded displaydoc v0.2.5
6082026-07-08T19:50:58.922Z Downloaded diesel-dtrace v0.5.0
6092026-07-08T19:50:58.923Z Downloaded ecdsa v0.16.9
6102026-07-08T19:50:58.927Z Downloaded backon v1.6.0
6112026-07-08T19:50:58.927Z Downloaded defmt-macros v1.0.1
6122026-07-08T19:50:58.930Z Downloaded either v1.15.0
6132026-07-08T19:50:58.930Z Downloaded console v0.16.2
6142026-07-08T19:50:58.930Z Downloaded colored v3.1.1
6152026-07-08T19:50:58.933Z Downloaded futures-core v0.3.32
6162026-07-08T19:50:58.933Z Downloaded ciborium v0.2.2
6172026-07-08T19:50:58.933Z Downloaded gethostname v0.5.0
6182026-07-08T19:50:58.937Z Downloaded cancel-safe-futures v0.1.5
6192026-07-08T19:50:58.937Z Downloaded fixedbitset v0.5.7
6202026-07-08T19:50:58.940Z Downloaded hash32 v0.3.1
6212026-07-08T19:50:58.940Z Downloaded fxhash v0.2.1
6222026-07-08T19:50:58.940Z Downloaded bzip2 v0.4.4
6232026-07-08T19:50:58.940Z Downloaded headers-core v0.3.0
6242026-07-08T19:50:58.943Z Downloaded byte-wrapper v0.1.0
6252026-07-08T19:50:58.943Z Downloaded hex-literal v1.1.0
6262026-07-08T19:50:58.943Z Downloaded blowfish v0.10.0
6272026-07-08T19:50:58.946Z Downloaded hex v0.4.3
6282026-07-08T19:50:58.946Z Downloaded crossbeam-utils v0.8.21
6292026-07-08T19:50:58.950Z Downloaded foldhash v0.2.0
6302026-07-08T19:50:58.953Z Downloaded chacha20 v0.10.0
6312026-07-08T19:50:58.956Z Downloaded darling v0.21.3
6322026-07-08T19:50:58.959Z Downloaded bzip2 v0.6.1
6332026-07-08T19:50:58.964Z Downloaded http-body v1.0.1
6342026-07-08T19:50:58.967Z Downloaded hubpack v0.1.2
6352026-07-08T19:50:58.967Z Downloaded http-range v0.1.5
6362026-07-08T19:50:58.967Z Downloaded ecdsa v0.17.0-rc.18
6372026-07-08T19:50:58.967Z Downloaded fs_extra v1.3.0
6382026-07-08T19:50:58.967Z Downloaded fs-err v2.11.0
6392026-07-08T19:50:58.971Z Downloaded hyper-tls v0.6.0
6402026-07-08T19:50:58.971Z Downloaded derive-ex v0.1.8
6412026-07-08T19:50:58.971Z Downloaded futures-executor v0.3.32
6422026-07-08T19:50:58.974Z Downloaded foldhash v0.1.5
6432026-07-08T19:50:58.974Z Downloaded blake2 v0.11.0-rc.6
6442026-07-08T19:50:58.979Z Downloaded darling v0.23.0
6452026-07-08T19:50:58.983Z Downloaded env_logger v0.11.9
6462026-07-08T19:50:58.986Z Downloaded httpdate v1.0.3
6472026-07-08T19:50:58.986Z Downloaded futures-macro v0.3.32
6482026-07-08T19:50:58.986Z Downloaded home v0.5.12
6492026-07-08T19:50:58.986Z Downloaded console v0.15.11
6502026-07-08T19:50:58.989Z Downloaded cookie_store v0.22.1
6512026-07-08T19:50:58.989Z Downloaded git-stub-vcs v0.1.0
6522026-07-08T19:50:59.030Z Downloaded ar_archive_writer v0.5.1
6532026-07-08T19:50:59.030Z Downloaded glob v0.3.3
6542026-07-08T19:50:59.030Z Downloaded cookie v0.18.1
6552026-07-08T19:50:59.030Z Downloaded base64 v0.22.1
6562026-07-08T19:50:59.030Z Downloaded const-oid v0.9.6
6572026-07-08T19:50:59.030Z Downloaded hostname v0.4.2
6582026-07-08T19:50:59.030Z Downloaded hostname v0.3.1
6592026-07-08T19:50:59.030Z Downloaded hubpack_derive v0.1.1
6602026-07-08T19:50:59.030Z Downloaded group v0.13.0
6612026-07-08T19:50:59.030Z Downloaded idna_adapter v1.2.1
6622026-07-08T19:50:59.030Z Downloaded ident_case v1.0.1
6632026-07-08T19:50:59.030Z Downloaded illumos-nvpair-sys v0.2.0
6642026-07-08T19:50:59.030Z Downloaded colored v2.2.0
6652026-07-08T19:50:59.030Z Downloaded group v0.14.0
6662026-07-08T19:50:59.030Z Downloaded digest v0.11.3
6672026-07-08T19:50:59.030Z Downloaded aes-gcm v0.11.0
6682026-07-08T19:50:59.030Z Downloaded illumos-nvpair v0.3.0
6692026-07-08T19:50:59.030Z Downloaded indoc v1.0.9
6702026-07-08T19:50:59.035Z Downloaded inout v0.2.2
6712026-07-08T19:50:59.035Z Downloaded globset v0.4.18
6722026-07-08T19:50:59.035Z Downloaded indent_write v2.2.0
6732026-07-08T19:50:59.035Z Downloaded const-oid v0.10.2
6742026-07-08T19:50:59.038Z Downloaded futures-channel v0.3.32
6752026-07-08T19:50:59.041Z Downloaded internet-checksum v0.2.1
6762026-07-08T19:50:59.044Z Downloaded instant v0.1.13
6772026-07-08T19:50:59.044Z Downloaded inout v0.1.4
6782026-07-08T19:50:59.047Z Downloaded is-terminal v0.4.17
6792026-07-08T19:50:59.047Z Downloaded darling_core v0.13.4
6802026-07-08T19:50:59.050Z Downloaded kem v0.3.0
6812026-07-08T19:50:59.050Z Downloaded keccak v0.1.6
6822026-07-08T19:50:59.052Z Downloaded clang-sys v1.8.1
6832026-07-08T19:50:59.053Z Downloaded crc32fast v1.5.0
6842026-07-08T19:50:59.056Z Downloaded base64 v0.21.7
6852026-07-08T19:50:59.059Z Downloaded blake2 v0.10.6
6862026-07-08T19:50:59.059Z Downloaded fatfs v0.3.6
6872026-07-08T19:50:59.062Z Downloaded crc-any v2.5.0
6882026-07-08T19:50:59.062Z Downloaded elliptic-curve v0.14.0-rc.33
6892026-07-08T19:50:59.066Z Downloaded dropshot_endpoint v0.17.1
6902026-07-08T19:50:59.070Z Downloaded is_ci v1.2.0
6912026-07-08T19:50:59.074Z Downloaded lazy_static v1.5.0
6922026-07-08T19:50:59.076Z Downloaded arc-swap v1.8.2
6932026-07-08T19:50:59.079Z Downloaded chacha20poly1305 v0.10.1
6942026-07-08T19:50:59.082Z Downloaded lalrpop-util v0.19.12
6952026-07-08T19:50:59.082Z Downloaded kstat-rs v0.2.4
6962026-07-08T19:50:59.082Z Downloaded linked-hash-map v0.5.6
6972026-07-08T19:50:59.085Z Downloaded libscf-sys v1.1.0
6982026-07-08T19:50:59.090Z Downloaded lru-slab v0.1.2
6992026-07-08T19:50:59.090Z Downloaded managed v0.8.0
7002026-07-08T19:50:59.093Z Downloaded lzss v0.8.2
7012026-07-08T19:50:59.093Z Downloaded http-body-util v0.1.3
7022026-07-08T19:50:59.100Z Downloaded humantime v2.3.0
7032026-07-08T19:50:59.103Z Downloaded match_cfg v0.1.0
7042026-07-08T19:50:59.103Z Downloaded indoc v2.0.7
7052026-07-08T19:50:59.106Z Downloaded maybe-uninit v2.0.0
7062026-07-08T19:50:59.110Z Downloaded maplit v1.0.2
7072026-07-08T19:50:59.113Z Downloaded lru-cache v0.1.2
7082026-07-08T19:50:59.113Z Downloaded mime v0.3.17
7092026-07-08T19:50:59.113Z Downloaded md5 v0.8.0
7102026-07-08T19:50:59.116Z Downloaded lru v0.12.5
7112026-07-08T19:50:59.116Z Downloaded hmac v0.12.1
7122026-07-08T19:50:59.116Z Downloaded compact_str v0.8.1
7132026-07-08T19:50:59.119Z Downloaded memoffset v0.9.1
7142026-07-08T19:50:59.119Z Downloaded diff v0.1.13
7152026-07-08T19:50:59.122Z Downloaded elliptic-curve v0.13.8
7162026-07-08T19:50:59.125Z Downloaded ipnetwork v0.21.1
7172026-07-08T19:50:59.125Z Downloaded highway v1.3.0
7182026-07-08T19:50:59.128Z Downloaded jobserver v0.1.34
7192026-07-08T19:50:59.128Z Downloaded drift v0.2.0
7202026-07-08T19:50:59.147Z Downloaded normalize-line-endings v0.3.0
7212026-07-08T19:50:59.150Z Downloaded nodrop v0.1.14
7222026-07-08T19:50:59.150Z Downloaded nibble_vec v0.1.0
7232026-07-08T19:50:59.150Z Downloaded newtype_derive v0.1.6
7242026-07-08T19:50:59.153Z Downloaded newtype-uuid-macros v0.1.0
7252026-07-08T19:50:59.153Z Downloaded new_debug_unreachable v1.0.6
7262026-07-08T19:50:59.153Z Downloaded multimap v0.10.1
7272026-07-08T19:50:59.153Z Downloaded instability v0.3.11
7282026-07-08T19:50:59.156Z Downloaded ingot-types v0.1.2
7292026-07-08T19:50:59.156Z Downloaded libsw v3.5.0
7302026-07-08T19:50:59.156Z Downloaded libefi-sys v0.1.0
7312026-07-08T19:50:59.160Z Downloaded darling_core v0.21.3
7322026-07-08T19:50:59.163Z Downloaded hyper-staticfile v0.10.1
7332026-07-08T19:50:59.163Z Downloaded ingot v0.1.1
7342026-07-08T19:50:59.163Z Downloaded hyper-rustls v0.27.7
7352026-07-08T19:50:59.167Z Downloaded num-conv v0.2.0
7362026-07-08T19:50:59.167Z Downloaded nonempty v0.12.0
7372026-07-08T19:50:59.167Z Downloaded half v2.7.1
7382026-07-08T19:50:59.170Z Downloaded ipnet v2.11.0
7392026-07-08T19:50:59.170Z Downloaded half v1.8.3
7402026-07-08T19:50:59.173Z Downloaded generic-array v1.4.3
7412026-07-08T19:50:59.173Z Downloaded num_threads v0.1.7
7422026-07-08T19:50:59.176Z Downloaded num-iter v0.1.45
7432026-07-08T19:50:59.176Z Downloaded num-derive v0.4.2
7442026-07-08T19:50:59.176Z Downloaded futures v0.3.32
7452026-07-08T19:50:59.179Z Downloaded num v0.4.3
7462026-07-08T19:50:59.182Z Downloaded libsw-core v0.3.2
7472026-07-08T19:50:59.182Z Downloaded const_format v0.2.35
7482026-07-08T19:50:59.185Z Downloaded derive-where v1.6.0
7492026-07-08T19:50:59.188Z Downloaded num-derive v0.3.3
7502026-07-08T19:50:59.191Z Downloaded mime_guess v2.0.5
7512026-07-08T19:50:59.191Z Downloaded md-5 v0.10.6
7522026-07-08T19:50:59.191Z Downloaded linear-map v1.2.0
7532026-07-08T19:50:59.195Z Downloaded hmac v0.13.0
7542026-07-08T19:50:59.195Z Downloaded getrandom v0.2.17
7552026-07-08T19:50:59.198Z Downloaded opaque-debug v0.3.1
7562026-07-08T19:50:59.198Z Downloaded httparse v1.10.1
7572026-07-08T19:50:59.198Z Downloaded nanorand v0.7.0
7582026-07-08T19:50:59.201Z Downloaded iana-time-zone v0.1.65
7592026-07-08T19:50:59.201Z Downloaded hybrid-array v0.4.13
7602026-07-08T19:50:59.204Z Downloaded getrandom v0.3.4
7612026-07-08T19:50:59.207Z Downloaded bytes v1.11.1
7622026-07-08T19:50:59.210Z Downloaded num_enum_derive v0.5.11
7632026-07-08T19:50:59.210Z Downloaded olpc-cjson v0.1.4
7642026-07-08T19:50:59.210Z Downloaded impl-trait-for-tuples v0.2.3
7652026-07-08T19:50:59.214Z Downloaded newline-converter v0.3.0
7662026-07-08T19:50:59.214Z Downloaded module-lattice v0.2.3
7672026-07-08T19:50:59.217Z Downloaded keccak v0.2.0
7682026-07-08T19:50:59.217Z Downloaded openssl-probe v0.2.1
7692026-07-08T19:50:59.220Z Downloaded multer v3.1.0
7702026-07-08T19:50:59.220Z Downloaded openssl-probe v0.1.6
7712026-07-08T19:50:59.224Z Downloaded openssl-macros v0.1.1
7722026-07-08T19:50:59.227Z Downloaded derive_more v0.99.20
7732026-07-08T19:50:59.230Z Downloaded async-compression v0.4.41
7742026-07-08T19:50:59.236Z Downloaded native-tls v0.2.18
7752026-07-08T19:50:59.240Z Downloaded litemap v0.8.1
7762026-07-08T19:50:59.240Z Downloaded packed_struct_codegen v0.10.1
7772026-07-08T19:50:59.243Z Downloaded oso-derive v0.27.3
7782026-07-08T19:50:59.243Z Downloaded nu-ansi-term v0.50.3
7792026-07-08T19:50:59.243Z Downloaded newtype-uuid v1.3.2
7802026-07-08T19:50:59.243Z Downloaded lock_api v0.4.14
7812026-07-08T19:50:59.244Z Downloaded bumpalo v3.20.2
7822026-07-08T19:50:59.246Z Downloaded icu_provider v2.1.1
7832026-07-08T19:50:59.249Z Downloaded num-complex v0.4.6
7842026-07-08T19:50:59.249Z Downloaded der v0.7.10
7852026-07-08T19:50:59.253Z Downloaded parse-size v1.1.0
7862026-07-08T19:50:59.253Z Downloaded peg-runtime v0.8.5
7872026-07-08T19:50:59.256Z Downloaded aes v0.9.1
7882026-07-08T19:50:59.256Z Downloaded ignore v0.4.25
7892026-07-08T19:50:59.259Z Downloaded libloading v0.8.9
7902026-07-08T19:50:59.259Z Downloaded heapless v0.8.0
7912026-07-08T19:50:59.262Z Downloaded ingot-macros v0.1.1
7922026-07-08T19:50:59.265Z Downloaded num_enum_derive v0.7.6
7932026-07-08T19:50:59.268Z Downloaded parse-display v0.10.0
7942026-07-08T19:50:59.268Z Downloaded crypto-bigint v0.5.5
7952026-07-08T19:50:59.271Z Downloaded percent-encoding v2.3.2
7962026-07-08T19:50:59.276Z Downloaded num_enum v0.5.11
7972026-07-08T19:50:59.279Z Downloaded path-slash v0.1.5
7982026-07-08T19:50:59.282Z Downloaded password-hash v0.6.1
7992026-07-08T19:50:59.282Z Downloaded phf_shared v0.11.3
8002026-07-08T19:50:59.282Z Downloaded num-rational v0.4.2
8012026-07-08T19:50:59.286Z Downloaded phf_shared v0.13.1
8022026-07-08T19:50:59.286Z Downloaded flume v0.11.1
8032026-07-08T19:50:59.290Z Downloaded num-integer v0.1.46
8042026-07-08T19:50:59.290Z Downloaded phf_shared v0.12.1
8052026-07-08T19:50:59.295Z Downloaded ml-kem v0.3.2
8062026-07-08T19:50:59.298Z Downloaded oxnet v0.1.6
8072026-07-08T19:50:59.301Z Downloaded icu_properties v2.1.2
8082026-07-08T19:50:59.304Z Downloaded memmap2 v0.9.10
8092026-07-08T19:50:59.312Z Downloaded potential_utf v0.1.4
8102026-07-08T19:50:59.316Z Downloaded oxide-tokio-rt v0.1.4
8112026-07-08T19:50:59.316Z Downloaded libbz2-rs-sys v0.2.2
8122026-07-08T19:50:59.320Z Downloaded icu_normalizer v2.1.1
8132026-07-08T19:50:59.322Z Downloaded flate2 v1.1.9
8142026-07-08T19:50:59.325Z Downloaded expectorate v1.2.0
8152026-07-08T19:50:59.328Z Downloaded indexmap v1.9.3
8162026-07-08T19:50:59.332Z Downloaded predicates-core v1.0.10
8172026-07-08T19:50:59.332Z Downloaded owo-colors v4.3.0
8182026-07-08T19:50:59.336Z Downloaded pem v3.0.6
8192026-07-08T19:50:59.336Z Downloaded peg-macros v0.8.5
8202026-07-08T19:50:59.340Z Downloaded predicates-tree v1.0.13
8212026-07-08T19:50:59.340Z Downloaded proc-macro-error-attr2 v2.0.0
8222026-07-08T19:50:59.342Z Downloaded heapless v0.7.17
8232026-07-08T19:50:59.346Z Downloaded proc-macro-crate v3.4.0
8242026-07-08T19:50:59.346Z Downloaded crossbeam-channel v0.5.15
8252026-07-08T19:50:59.349Z Downloaded proc-macro-crate v1.3.1
8262026-07-08T19:50:59.349Z Downloaded precomputed-hash v0.1.1
8272026-07-08T19:50:59.349Z Downloaded darling_core v0.23.0
8282026-07-08T19:50:59.352Z Downloaded indicatif v0.18.4
8292026-07-08T19:50:59.354Z Downloaded ed25519-dalek v2.2.0
8302026-07-08T19:50:59.357Z Downloaded phc v0.6.1
8312026-07-08T19:50:59.357Z Downloaded pem-rfc7468 v0.7.0
8322026-07-08T19:50:59.360Z Downloaded packed_struct v0.10.1
8332026-07-08T19:50:59.360Z Downloaded pin-project-internal v1.1.11
8342026-07-08T19:50:59.363Z Downloaded parse-display-derive v0.10.0
8352026-07-08T19:50:59.363Z Downloaded progenitor-macro v0.14.0
8362026-07-08T19:50:59.363Z Downloaded progenitor-client v0.14.0
8372026-07-08T19:50:59.366Z Downloaded parking_lot_core v0.8.6
8382026-07-08T19:50:59.371Z Downloaded paste v1.0.15
8392026-07-08T19:50:59.373Z Downloaded der v0.8.0
8402026-07-08T19:50:59.378Z Downloaded peg v0.8.5
8412026-07-08T19:50:59.381Z Downloaded phf v0.13.1
8422026-07-08T19:50:59.383Z Downloaded psl-types v2.0.11
8432026-07-08T19:50:59.383Z Downloaded progenitor-macro v0.13.0
8442026-07-08T19:50:59.383Z Downloaded pbkdf2 v0.13.0
8452026-07-08T19:50:59.394Z Downloaded icu_normalizer_data v2.1.1
8462026-07-08T19:50:59.397Z Downloaded pkg-config v0.3.32
8472026-07-08T19:50:59.397Z Downloaded icu_locale_core v2.1.1
8482026-07-08T19:50:59.401Z Downloaded radium v0.7.0
8492026-07-08T19:50:59.404Z Downloaded pkcs8 v0.10.2
8502026-07-08T19:50:59.406Z Downloaded derive_more-impl v2.1.1
8512026-07-08T19:50:59.409Z Downloaded num_enum v0.7.6
8522026-07-08T19:50:59.412Z Downloaded litrs v1.0.0
8532026-07-08T19:50:59.412Z Downloaded cc v1.2.56
8542026-07-08T19:50:59.416Z Downloaded headers v0.4.1
8552026-07-08T19:50:59.421Z Downloaded powerfmt v0.2.0
8562026-07-08T19:50:59.424Z Downloaded polyval v0.7.1
8572026-07-08T19:50:59.427Z Downloaded ppv-lite86 v0.2.21
8582026-07-08T19:50:59.427Z Downloaded postgres-protocol v0.6.10
8592026-07-08T19:50:59.430Z Downloaded rand_xorshift v0.4.0
8602026-07-08T19:50:59.430Z Downloaded primeorder v0.13.6
8612026-07-08T19:50:59.433Z Downloaded predicates v3.1.4
8622026-07-08T19:50:59.433Z Downloaded password-hash v0.5.0
8632026-07-08T19:50:59.435Z Downloaded recursive v0.1.1
8642026-07-08T19:50:59.435Z Downloaded progenitor v0.13.0
8652026-07-08T19:50:59.436Z Downloaded recursive-proc-macro-impl v0.1.1
8662026-07-08T19:50:59.438Z Downloaded ref-cast v1.0.25
8672026-07-08T19:50:59.442Z Downloaded derive_more v2.1.1
8682026-07-08T19:50:59.447Z Downloaded miniz_oxide v0.8.9
8692026-07-08T19:50:59.450Z Downloaded primefield v0.14.0
8702026-07-08T19:50:59.452Z Downloaded pem-rfc7468 v1.0.0
8712026-07-08T19:50:59.453Z Downloaded ref-cast-impl v1.0.25
8722026-07-08T19:50:59.453Z Downloaded primeorder v0.14.0-rc.10
8732026-07-08T19:50:59.456Z Downloaded omicron-zone-package v0.12.3
8742026-07-08T19:50:59.456Z Downloaded psm v0.1.30
8752026-07-08T19:50:59.459Z Downloaded hickory-resolver v0.25.2
8762026-07-08T19:50:59.462Z Downloaded hickory-resolver v0.24.4
8772026-07-08T19:50:59.465Z Downloaded progenitor-client v0.13.0
8782026-07-08T19:50:59.465Z Downloaded progenitor v0.14.0
8792026-07-08T19:50:59.465Z Downloaded num-traits v0.2.19
8802026-07-08T19:50:59.468Z Downloaded quick-error v1.2.3
8812026-07-08T19:50:59.468Z Downloaded phf v0.12.1
8822026-07-08T19:50:59.468Z Downloaded rfc6979 v0.5.0
8832026-07-08T19:50:59.471Z Downloaded aho-corasick v1.1.4
8842026-07-08T19:50:59.474Z Downloaded icu_collections v2.1.1
8852026-07-08T19:50:59.477Z Downloaded rustc-hash v2.1.1
8862026-07-08T19:50:59.480Z Downloaded poly1305 v0.8.0
8872026-07-08T19:50:59.483Z Downloaded russh-util v0.52.0
8882026-07-08T19:50:59.483Z Downloaded pkcs1 v0.7.5
8892026-07-08T19:50:59.488Z Downloaded jiff-static v0.2.21
8902026-07-08T19:50:59.488Z Downloaded russh-cryptovec v0.61.0
8912026-07-08T19:50:59.491Z Downloaded rustc_version v0.1.7
8922026-07-08T19:50:59.491Z Downloaded rtoolbox v0.0.3
8932026-07-08T19:50:59.491Z Downloaded rfc6979 v0.4.0
8942026-07-08T19:50:59.494Z Downloaded rand_core v0.6.4
8952026-07-08T19:50:59.494Z Downloaded rand_chacha v0.9.0
8962026-07-08T19:50:59.494Z Downloaded postcard v1.1.3
8972026-07-08T19:50:59.497Z Downloaded diesel_derives v2.3.7
8982026-07-08T19:50:59.500Z Downloaded pkcs8 v0.11.0
8992026-07-08T19:50:59.504Z Downloaded rand_chacha v0.3.1
9002026-07-08T19:50:59.504Z Downloaded r2d2 v0.8.10
9012026-07-08T19:50:59.504Z Downloaded pkcs1 v0.8.0-rc.4
9022026-07-08T19:50:59.507Z Downloaded ed25519-dalek v3.0.0-rc.0
9032026-07-08T19:50:59.507Z Downloaded rand_seeder v0.4.0
9042026-07-08T19:50:59.510Z Downloaded rand_core v0.10.0
9052026-07-08T19:50:59.512Z Downloaded poly1305 v0.9.0
9062026-07-08T19:50:59.515Z Downloaded parking_lot v0.11.2
9072026-07-08T19:50:59.515Z Downloaded papergrid v0.17.0
9082026-07-08T19:50:59.518Z Downloaded rustc_version v0.4.1
9092026-07-08T19:50:59.521Z Downloaded rand_core v0.9.5
9102026-07-08T19:50:59.529Z Downloaded scheduled-thread-pool v0.2.7
9112026-07-08T19:50:59.532Z Downloaded proc-macro-error2 v2.0.1
9122026-07-08T19:50:59.535Z Downloaded parking_lot v0.12.5
9132026-07-08T19:50:59.536Z Downloaded crossterm v0.28.1
9142026-07-08T19:50:59.538Z Downloaded parking_lot_core v0.9.12
9152026-07-08T19:50:59.541Z Downloaded minimal-lexical v0.2.1
9162026-07-08T19:50:59.544Z Downloaded same-file v1.0.6
9172026-07-08T19:50:59.547Z Downloaded progenitor-extras v0.2.0
9182026-07-08T19:50:59.547Z Downloaded crossterm v0.29.0
9192026-07-08T19:50:59.550Z Downloaded sapling-renderdag v0.1.0
9202026-07-08T19:50:59.554Z Downloaded scopeguard v1.2.0
9212026-07-08T19:50:59.557Z Downloaded pin-project-lite v0.2.17
9222026-07-08T19:50:59.566Z Downloaded serde-big-array v0.5.1
9232026-07-08T19:50:59.569Z Downloaded resolv-conf v0.7.6
9242026-07-08T19:50:59.569Z Downloaded scroll_derive v0.13.1
9252026-07-08T19:50:59.572Z Downloaded quinn-udp v0.5.14
9262026-07-08T19:50:59.576Z Downloaded seq-macro v0.3.6
9272026-07-08T19:50:59.576Z Downloaded secrecy v0.8.0
9282026-07-08T19:50:59.579Z Downloaded secrecy v0.10.3
9292026-07-08T19:50:59.579Z Downloaded http v1.4.2
9302026-07-08T19:50:59.581Z Downloaded serde_urlencoded v0.7.1
9312026-07-08T19:50:59.581Z Downloaded p384 v0.14.0-rc.10
9322026-07-08T19:50:59.584Z Downloaded oso v0.27.3
9332026-07-08T19:50:59.587Z Downloaded openssl-sys v0.9.115
9342026-07-08T19:50:59.590Z Downloaded rustls-pemfile v2.2.0
9352026-07-08T19:50:59.590Z Downloaded pkcs5 v0.8.1
9362026-07-08T19:50:59.594Z Downloaded serde_bytes v0.11.19
9372026-07-08T19:50:59.597Z Downloaded serde_spanned v1.1.1
9382026-07-08T19:50:59.597Z Downloaded serde_repr v0.1.20
9392026-07-08T19:50:59.599Z Downloaded postgres-types v0.2.12
9402026-07-08T19:50:59.602Z Downloaded hashbrown v0.13.2
9412026-07-08T19:50:59.602Z Downloaded serde_plain v1.0.2
9422026-07-08T19:50:59.609Z Downloaded rustls-native-certs v0.8.3
9432026-07-08T19:50:59.612Z Downloaded rusty-fork v0.3.1
9442026-07-08T19:50:59.615Z Downloaded sha1 v0.11.0
9452026-07-08T19:50:59.615Z Downloaded rustversion v1.0.22
9462026-07-08T19:50:59.618Z Downloaded prefix-trie v0.7.0
9472026-07-08T19:50:59.621Z Downloaded hashbrown v0.12.3
9482026-07-08T19:50:59.624Z Downloaded hickory-server v0.25.2
9492026-07-08T19:50:59.626Z Downloaded slog-envlogger v2.2.0
9502026-07-08T19:50:59.626Z Downloaded sigpipe v0.1.3
9512026-07-08T19:50:59.626Z Downloaded signature v3.0.0
9522026-07-08T19:50:59.631Z Downloaded sha1 v0.10.6
9532026-07-08T19:50:59.637Z Downloaded signal-hook-tokio v0.3.1
9542026-07-08T19:50:59.637Z Downloaded pin-project v1.1.11
9552026-07-08T19:50:59.640Z Downloaded signature v2.2.0
9562026-07-08T19:50:59.643Z Downloaded mio v1.2.0
9572026-07-08T19:50:59.650Z Downloaded schemars_derive v0.8.22
9582026-07-08T19:50:59.654Z Downloaded slog-bunyan v2.5.0
9592026-07-08T19:50:59.657Z Downloaded sec1 v0.7.3
9602026-07-08T19:50:59.657Z Downloaded scrypt v0.12.0
9612026-07-08T19:50:59.659Z Downloaded scroll v0.13.0
9622026-07-08T19:50:59.662Z Downloaded hyper-util v0.1.20
9632026-07-08T19:50:59.666Z Downloaded serde-hex v0.1.0
9642026-07-08T19:50:59.669Z Downloaded semver v0.1.20
9652026-07-08T19:50:59.669Z Downloaded sec1 v0.8.1
9662026-07-08T19:50:59.672Z Downloaded serde_path_to_error v0.1.20
9672026-07-08T19:50:59.674Z Downloaded siphasher v1.0.2
9682026-07-08T19:50:59.677Z Downloaded p256 v0.14.0-rc.10
9692026-07-08T19:50:59.677Z Downloaded signal-hook-mio v0.2.5
9702026-07-08T19:50:59.682Z Downloaded serde_derive_internals v0.29.1
9712026-07-08T19:50:59.686Z Downloaded serde_with_macros v1.5.2
9722026-07-08T19:50:59.698Z Downloaded prettyplease v0.2.37
9732026-07-08T19:50:59.702Z Downloaded serdect v0.4.3
9742026-07-08T19:50:59.705Z Downloaded pretty_assertions v1.4.1
9752026-07-08T19:50:59.707Z Downloaded rustls-pki-types v1.14.0
9762026-07-08T19:50:59.707Z Downloaded shell-words v1.1.1
9772026-07-08T19:50:59.715Z Downloaded strum v0.26.3
9782026-07-08T19:50:59.717Z Downloaded sqlparser_derive v0.5.0
9792026-07-08T19:50:59.717Z Downloaded strsim v0.10.0
9802026-07-08T19:50:59.720Z Downloaded strip-ansi-escapes v0.2.1
9812026-07-08T19:50:59.726Z Downloaded itertools v0.10.5
9822026-07-08T19:50:59.730Z Downloaded slog-dtrace v0.3.0
9832026-07-08T19:50:59.733Z Downloaded internal-russh-num-bigint v0.5.0
9842026-07-08T19:50:59.736Z Downloaded progenitor-impl v0.14.0
9852026-07-08T19:50:59.740Z Downloaded stable_deref_trait v1.2.1
9862026-07-08T19:50:59.743Z Downloaded structmeta-derive v0.3.0
9872026-07-08T19:50:59.749Z Downloaded slog-json v2.6.1
9882026-07-08T19:50:59.752Z Downloaded simd-adler32 v0.3.8
9892026-07-08T19:50:59.752Z Downloaded smallvec v0.6.14
9902026-07-08T19:50:59.755Z Downloaded slog-term v2.9.2
9912026-07-08T19:50:59.755Z Downloaded smf v0.2.3
9922026-07-08T19:50:59.758Z Downloaded slog-async v2.8.0
9932026-07-08T19:50:59.758Z Downloaded slab v0.4.12
9942026-07-08T19:50:59.758Z Downloaded tabled_derive v0.11.0
9952026-07-08T19:50:59.761Z Downloaded supports-color v3.0.2
9962026-07-08T19:50:59.761Z Downloaded subtle v2.6.1
9972026-07-08T19:50:59.761Z Downloaded strum v0.27.2
9982026-07-08T19:50:59.764Z Downloaded shlex v1.3.0
9992026-07-08T19:50:59.764Z Downloaded sync_wrapper v1.0.2
10002026-07-08T19:50:59.764Z Downloaded progenitor-impl v0.13.0
10012026-07-08T19:50:59.779Z Downloaded slog-stdlog v4.1.1
10022026-07-08T19:50:59.781Z Downloaded slog-scope v4.4.1
10032026-07-08T19:50:59.781Z Downloaded serde_cbor v0.11.2
10042026-07-08T19:50:59.784Z Downloaded snafu-derive v0.8.9
10052026-07-08T19:50:59.784Z Downloaded tabwriter v1.4.1
10062026-07-08T19:50:59.787Z Downloaded sync-ptr v0.1.4
10072026-07-08T19:50:59.787Z Downloaded tap v1.0.1
10082026-07-08T19:50:59.787Z Downloaded take_mut v0.2.2
10092026-07-08T19:50:59.790Z Downloaded tagptr v0.2.0
10102026-07-08T19:50:59.790Z Downloaded termtree v0.5.1
10112026-07-08T19:50:59.792Z Downloaded spki v0.7.3
10122026-07-08T19:50:59.795Z Downloaded dropshot-api-manager v0.7.2
10132026-07-08T19:50:59.799Z Downloaded rustls-platform-verifier v0.6.2
10142026-07-08T19:50:59.802Z Downloaded thread-id v5.1.0
10152026-07-08T19:50:59.802Z Downloaded testing_table v0.3.0
10162026-07-08T19:50:59.802Z Downloaded serde_with_macros v3.17.0
10172026-07-08T19:50:59.805Z Downloaded hashbrown v0.16.1
10182026-07-08T19:50:59.808Z Downloaded ryu v1.0.23
10192026-07-08T19:50:59.808Z Downloaded schemars v0.8.22
10202026-07-08T19:50:59.815Z Downloaded strum_macros v0.27.2
10212026-07-08T19:50:59.819Z Downloaded time-core v0.1.8
10222026-07-08T19:50:59.819Z Downloaded thiserror-impl-no-std v2.0.2
10232026-07-08T19:50:59.822Z Downloaded tinyvec_macros v0.1.1
10242026-07-08T19:50:59.822Z Downloaded strum_macros v0.26.4
10252026-07-08T19:50:59.822Z Downloaded strum_macros v0.24.3
10262026-07-08T19:50:59.822Z Downloaded structmeta v0.3.0
10272026-07-08T19:50:59.825Z Downloaded stacker v0.1.23
10282026-07-08T19:50:59.825Z Downloaded hashbrown v0.15.5
10292026-07-08T19:50:59.827Z Downloaded idna v1.1.0
10302026-07-08T19:50:59.830Z Downloaded ssh-encoding v0.3.0-rc.9
10312026-07-08T19:50:59.833Z Downloaded ssh-cipher v0.3.0-rc.9
10322026-07-08T19:50:59.833Z Downloaded quinn v0.11.9
10332026-07-08T19:50:59.836Z Downloaded sha2 v0.11.0
10342026-07-08T19:50:59.839Z Downloaded string_cache v0.8.9
10352026-07-08T19:50:59.842Z Downloaded static_assertions v1.1.0
10362026-07-08T19:50:59.842Z Downloaded publicsuffix v2.3.0
10372026-07-08T19:50:59.845Z Downloaded sqlformat v0.3.5
10382026-07-08T19:50:59.845Z Downloaded spki v0.8.0
10392026-07-08T19:50:59.847Z Downloaded smallvec v1.15.1
10402026-07-08T19:50:59.847Z Downloaded crypto-primes v0.7.2
10412026-07-08T19:50:59.850Z Downloaded tokio-macros v2.7.0
10422026-07-08T19:50:59.853Z Downloaded salsa20 v0.11.0
10432026-07-08T19:50:59.853Z Downloaded tokio-test v0.4.5
10442026-07-08T19:50:59.853Z Downloaded libxml v0.3.3
10452026-07-08T19:50:59.857Z Downloaded support-bundle-viewer v0.1.2
10462026-07-08T19:50:59.859Z Downloaded rayon-core v1.13.0
10472026-07-08T19:50:59.862Z Downloaded synstructure v0.13.2
10482026-07-08T19:50:59.865Z Downloaded itertools v0.13.0
10492026-07-08T19:50:59.868Z Downloaded ron v0.8.1
10502026-07-08T19:50:59.873Z Downloaded rand v0.8.6
10512026-07-08T19:50:59.876Z Downloaded signal-hook-registry v1.4.8
10522026-07-08T19:50:59.876Z Downloaded qorb v0.4.1
10532026-07-08T19:50:59.876Z Downloaded nom v7.1.3
10542026-07-08T19:50:59.880Z Downloaded termios v0.3.3
10552026-07-08T19:50:59.891Z Downloaded topological-sort v0.2.2
10562026-07-08T19:50:59.896Z Downloaded rcgen v0.12.1
10572026-07-08T19:50:59.899Z Downloaded p521 v0.14.0-rc.10
10582026-07-08T19:50:59.902Z Downloaded signal-hook v0.3.18
10592026-07-08T19:50:59.904Z Downloaded thiserror-no-std v2.0.2
10602026-07-08T19:50:59.907Z Downloaded stringprep v0.1.5
10612026-07-08T19:50:59.907Z Downloaded num-bigint-dig v0.8.6
10622026-07-08T19:50:59.910Z Downloaded tower-service v0.3.3
10632026-07-08T19:50:59.910Z Downloaded tower-layer v0.3.3
10642026-07-08T19:50:59.913Z Downloaded tls_codec_derive v0.4.2
10652026-07-08T19:50:59.913Z Downloaded tls_codec v0.4.2
10662026-07-08T19:50:59.916Z Downloaded try-lock v0.2.5
10672026-07-08T19:50:59.916Z Downloaded trait-variant v0.1.2
10682026-07-08T19:50:59.920Z Downloaded iri-string v0.7.10
10692026-07-08T19:50:59.923Z Downloaded tiny-keccak v2.0.2
10702026-07-08T19:50:59.926Z Downloaded rsa v0.9.10
10712026-07-08T19:50:59.929Z Downloaded typify-macro v0.6.2
10722026-07-08T19:50:59.932Z Downloaded tokio-dtrace v0.1.1
10732026-07-08T19:50:59.932Z Downloaded time-macros v0.2.27
10742026-07-08T19:50:59.936Z Downloaded unicode-truncate v1.1.0
10752026-07-08T19:50:59.939Z Downloaded unarray v0.1.4
10762026-07-08T19:50:59.942Z Downloaded tinystr v0.8.2
10772026-07-08T19:50:59.942Z Downloaded tokio-tungstenite v0.21.0
10782026-07-08T19:50:59.945Z Downloaded schemars v0.9.0
10792026-07-08T19:50:59.950Z Downloaded tokio-native-tls v0.3.1
10802026-07-08T19:50:59.952Z Downloaded slog v2.8.2
10812026-07-08T19:50:59.955Z Downloaded rand v0.9.2
10822026-07-08T19:50:59.983Z Downloaded num-bigint v0.4.6
10832026-07-08T19:50:59.984Z Downloaded usdt-attr-macro v0.6.0
10842026-07-08T19:50:59.984Z Downloaded untrusted v0.9.0
10852026-07-08T19:50:59.984Z Downloaded universal-hash v0.6.1
10862026-07-08T19:50:59.984Z Downloaded unicode-xid v0.2.6
10872026-07-08T19:50:59.984Z Downloaded usdt v0.6.0
10882026-07-08T19:50:59.984Z Downloaded h2 v0.4.15
10892026-07-08T19:50:59.984Z Downloaded hkdf v0.13.0
10902026-07-08T19:50:59.984Z Downloaded libm v0.2.16
10912026-07-08T19:50:59.984Z Downloaded term v1.2.1
10922026-07-08T19:50:59.984Z Downloaded spin v0.9.8
10932026-07-08T19:50:59.984Z Downloaded icu_properties_data v2.1.2
10942026-07-08T19:50:59.987Z Downloaded nom v8.0.0
10952026-07-08T19:50:59.987Z Downloaded utf8_iter v1.0.4
10962026-07-08T19:50:59.990Z Downloaded waitgroup v0.1.2
10972026-07-08T19:50:59.990Z Downloaded wait-timeout v0.2.1
10982026-07-08T19:50:59.990Z Downloaded void v1.0.2
10992026-07-08T19:50:59.990Z Downloaded utf-8 v0.7.6
11002026-07-08T19:50:59.994Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11012026-07-08T19:50:59.994Z Downloaded tokio-tungstenite v0.23.1
11022026-07-08T19:50:59.994Z Downloaded subprocess v0.2.15
11032026-07-08T19:50:59.997Z Downloaded futures-util v0.3.32
11042026-07-08T19:51:00.002Z Downloaded toml_writer v1.1.1+spec-1.1.0
11052026-07-08T19:51:00.005Z Downloaded aws-lc-rs v1.16.3
11062026-07-08T19:51:00.010Z Downloaded thread_local v1.1.9
11072026-07-08T19:51:00.013Z Downloaded serde_yaml v0.9.34+deprecated
11082026-07-08T19:51:00.013Z Downloaded tokio-rustls v0.26.4
11092026-07-08T19:51:00.016Z Downloaded rustls-webpki v0.103.13
11102026-07-08T19:51:00.016Z Downloaded universal-hash v0.5.1
11112026-07-08T19:51:00.019Z Downloaded term v0.7.0
11122026-07-08T19:51:00.019Z Downloaded xattr v1.6.1
11132026-07-08T19:51:00.022Z Downloaded want v0.3.1
11142026-07-08T19:51:00.022Z Downloaded socket2 v0.6.3
11152026-07-08T19:51:00.022Z Downloaded yoke-derive v0.8.1
11162026-07-08T19:51:00.025Z Downloaded itertools v0.14.0
11172026-07-08T19:51:00.027Z Downloaded itertools v0.12.1
11182026-07-08T19:51:00.030Z Downloaded hkdf v0.12.4
11192026-07-08T19:51:00.038Z Downloaded snafu v0.8.9
11202026-07-08T19:51:00.042Z Downloaded untrusted v0.7.1
11212026-07-08T19:51:00.045Z Downloaded vergen-git2 v9.1.0
11222026-07-08T19:51:00.048Z Downloaded similar v2.7.0
11232026-07-08T19:51:00.051Z Downloaded schemars v1.2.1
11242026-07-08T19:51:00.059Z Downloaded unicase v2.9.0
11252026-07-08T19:51:00.061Z Downloaded tui-tree-widget v0.23.1
11262026-07-08T19:51:00.065Z Downloaded unit-prefix v0.5.2
11272026-07-08T19:51:00.065Z Downloaded xshell-macros v0.2.7
11282026-07-08T19:51:00.068Z Downloaded vergen-gitcl v1.0.8
11292026-07-08T19:51:00.068Z Downloaded zerofrom-derive v0.1.6
11302026-07-08T19:51:00.068Z Downloaded zerofrom v0.1.6
11312026-07-08T19:51:00.068Z Downloaded vergen-lib v0.1.6
11322026-07-08T19:51:00.074Z Downloaded hyper v1.10.1
11332026-07-08T19:51:00.077Z Downloaded whoami v1.6.1
11342026-07-08T19:51:00.081Z Downloaded walkdir v2.5.0
11352026-07-08T19:51:00.081Z Downloaded uzers v0.12.2
11362026-07-08T19:51:00.084Z Downloaded socket2 v0.5.10
11372026-07-08T19:51:00.084Z Downloaded usdt-impl v0.6.0
11382026-07-08T19:51:00.087Z Downloaded usdt-macro v0.6.0
11392026-07-08T19:51:00.087Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11402026-07-08T19:51:00.090Z Downloaded zone_cfg_derive v0.3.1
11412026-07-08T19:51:00.090Z Downloaded zeroize_derive v1.4.3
11422026-07-08T19:51:00.096Z Downloaded vergen-lib v9.1.0
11432026-07-08T19:51:00.106Z Downloaded toml_parser v1.1.2+spec-1.1.0
11442026-07-08T19:51:00.109Z Downloaded unicode-properties v0.1.4
11452026-07-08T19:51:00.112Z Downloaded tracing-attributes v0.1.31
11462026-07-08T19:51:00.115Z Downloaded vsss-rs v3.3.4
11472026-07-08T19:51:00.117Z Downloaded zone v0.3.1
11482026-07-08T19:51:00.117Z Downloaded writeable v0.6.2
11492026-07-08T19:51:00.120Z Downloaded yoke v0.8.1
11502026-07-08T19:51:00.120Z Downloaded bitvec v1.0.1
11512026-07-08T19:51:00.127Z Downloaded samael v0.0.19
11522026-07-08T19:51:00.132Z Downloaded xshell v0.2.7
11532026-07-08T19:51:00.135Z Downloaded vergen v9.1.0
11542026-07-08T19:51:00.135Z Downloaded bindgen v0.71.1
11552026-07-08T19:51:00.138Z Downloaded whoami v2.1.0
11562026-07-08T19:51:00.141Z Downloaded twox-hash v2.1.2
11572026-07-08T19:51:00.144Z Downloaded toml v1.1.2+spec-1.1.0
11582026-07-08T19:51:00.146Z Downloaded tinyvec v1.10.0
11592026-07-08T19:51:00.146Z Downloaded toml v0.7.8
11602026-07-08T19:51:00.156Z Downloaded zerovec-derive v0.11.2
11612026-07-08T19:51:00.161Z Downloaded zstd v0.13.3
11622026-07-08T19:51:00.164Z Downloaded iddqd v0.4.2
11632026-07-08T19:51:00.167Z Downloaded zeroize v1.8.2
11642026-07-08T19:51:00.170Z Downloaded tokio-stream v0.1.18
11652026-07-08T19:51:00.173Z Downloaded tar v0.4.45
11662026-07-08T19:51:00.173Z Downloaded rsa v0.10.0-rc.18
11672026-07-08T19:51:00.176Z Downloaded test-strategy v0.4.5
11682026-07-08T19:51:00.183Z Downloaded rustyline v14.0.0
11692026-07-08T19:51:00.186Z Downloaded typify v0.6.2
11702026-07-08T19:51:00.189Z Downloaded wyz v0.5.1
11712026-07-08T19:51:00.193Z Downloaded chrono v0.4.44
11722026-07-08T19:51:00.196Z Downloaded unsafe-libyaml v0.2.11
11732026-07-08T19:51:00.196Z Downloaded blake3 v1.8.5
11742026-07-08T19:51:00.200Z Downloaded steno v0.4.1
11752026-07-08T19:51:00.203Z Downloaded uuid v1.23.4
11762026-07-08T19:51:00.206Z Downloaded yasna v0.5.2
11772026-07-08T19:51:00.206Z Downloaded rand v0.10.1
11782026-07-08T19:51:00.212Z Downloaded tungstenite v0.21.0
11792026-07-08T19:51:00.215Z Downloaded unicode-bidi v0.3.18
11802026-07-08T19:51:00.222Z Downloaded serde_with v1.14.0
11812026-07-08T19:51:00.231Z Downloaded zstd-safe v7.2.4
11822026-07-08T19:51:00.241Z Downloaded toml_edit v0.23.10+spec-1.0.0
11832026-07-08T19:51:00.246Z Downloaded rpassword v7.4.0
11842026-07-08T19:51:00.250Z Downloaded tracing-core v0.1.36
11852026-07-08T19:51:00.257Z Downloaded p384 v0.13.1
11862026-07-08T19:51:00.268Z Downloaded zerocopy v0.6.6
11872026-07-08T19:51:00.272Z Downloaded tungstenite v0.23.0
11882026-07-08T19:51:00.272Z Downloaded toml_edit v0.19.15
11892026-07-08T19:51:00.281Z Downloaded vte v0.14.1
11902026-07-08T19:51:00.285Z Downloaded zopfli v0.8.3
11912026-07-08T19:51:00.289Z Downloaded git2 v0.20.4
11922026-07-08T19:51:00.301Z Downloaded tokio-postgres v0.7.16
11932026-07-08T19:51:00.317Z Downloaded url v2.5.8
11942026-07-08T19:51:00.321Z Downloaded yansi v1.0.1
11952026-07-08T19:51:00.325Z Downloaded zerotrie v0.2.3
11962026-07-08T19:51:00.329Z Downloaded reedline v0.40.0
11972026-07-08T19:51:00.335Z Downloaded unicode_categories v0.1.1
11982026-07-08T19:51:00.344Z Downloaded reqwest v0.13.2
11992026-07-08T19:51:00.349Z Downloaded reqwest v0.12.28
12002026-07-08T19:51:00.354Z Downloaded zip v0.6.6
12012026-07-08T19:51:00.364Z Downloaded portable-atomic v1.13.1
12022026-07-08T19:51:00.368Z Downloaded moka v0.12.13
12032026-07-08T19:51:00.375Z Downloaded regex v1.12.3
12042026-07-08T19:51:00.379Z Downloaded tower v0.5.3
12052026-07-08T19:51:00.385Z Downloaded ssh-key v0.7.0-rc.10
12062026-07-08T19:51:00.397Z Downloaded quick-xml v0.37.5
12072026-07-08T19:51:00.403Z Downloaded goblin v0.10.5
12082026-07-08T19:51:00.407Z Downloaded unicode-segmentation v1.12.0
12092026-07-08T19:51:00.429Z Downloaded proptest v1.10.0
12102026-07-08T19:51:00.436Z Downloaded petname v2.0.2
12112026-07-08T19:51:00.441Z Downloaded salty v0.3.0
12122026-07-08T19:51:00.444Z Downloaded x509-cert v0.2.5
12132026-07-08T19:51:00.447Z Downloaded lalrpop v0.19.12
12142026-07-08T19:51:00.453Z Downloaded zerocopy-derive v0.8.40
12152026-07-08T19:51:00.458Z Downloaded tough v0.22.0
12162026-07-08T19:51:00.465Z Downloaded typed-path v0.9.3
12172026-07-08T19:51:00.484Z Downloaded serde_with v3.17.0
12182026-07-08T19:51:00.492Z Downloaded curve25519-dalek v4.1.3
12192026-07-08T19:51:00.497Z Downloaded object v0.30.4
12202026-07-08T19:51:00.502Z Downloaded quinn-proto v0.11.13
12212026-07-08T19:51:00.507Z Downloaded zerovec v0.11.5
12222026-07-08T19:51:00.518Z Downloaded tokio-util v0.7.18
12232026-07-08T19:51:00.522Z Downloaded tower-http v0.6.8
12242026-07-08T19:51:00.527Z Downloaded rayon v1.11.0
12252026-07-08T19:51:00.531Z Downloaded radix_trie v0.2.1
12262026-07-08T19:51:00.535Z Downloaded zip v4.6.1
12272026-07-08T19:51:00.539Z Downloaded unicode-normalization v0.1.25
12282026-07-08T19:51:00.543Z Downloaded nix v0.27.1
12292026-07-08T19:51:00.555Z Downloaded crypto-bigint v0.7.5
12302026-07-08T19:51:00.593Z Downloaded bstr v1.12.1
12312026-07-08T19:51:00.598Z Downloaded curve25519-dalek v5.0.0-rc.0
12322026-07-08T19:51:00.603Z Downloaded winnow v0.6.26
12332026-07-08T19:51:00.608Z Downloaded winnow v1.0.3
12342026-07-08T19:51:00.614Z Downloaded tabled v0.20.0
12352026-07-08T19:51:00.623Z Downloaded polar-core v0.27.3
12362026-07-08T19:51:00.629Z Downloaded winnow v0.5.40
12372026-07-08T19:51:00.642Z Downloaded openssl v0.10.79
12382026-07-08T19:51:00.652Z Downloaded nix v0.28.0
12392026-07-08T19:51:00.660Z Downloaded russh v0.61.2
12402026-07-08T19:51:00.664Z Downloaded time v0.3.47
12412026-07-08T19:51:00.671Z Downloaded dropshot v0.17.1
12422026-07-08T19:51:00.683Z Downloaded vcpkg v0.2.15
12432026-07-08T19:51:00.707Z Downloaded smoltcp v0.9.1
12442026-07-08T19:51:00.713Z Downloaded hickory-proto v0.24.4
12452026-07-08T19:51:00.722Z Downloaded object v0.37.3
12462026-07-08T19:51:00.727Z Downloaded nix v0.31.2
12472026-07-08T19:51:00.735Z Downloaded hickory-proto v0.25.2
12482026-07-08T19:51:00.743Z Downloaded regex-syntax v0.6.29
12492026-07-08T19:51:00.749Z Downloaded openapiv3 v2.2.0
12502026-07-08T19:51:00.754Z Downloaded zlib-rs v0.6.2
12512026-07-08T19:51:00.764Z Downloaded regex-syntax v0.8.10
12522026-07-08T19:51:00.770Z Downloaded diesel v2.3.7
12532026-07-08T19:51:00.781Z Downloaded zerocopy v0.8.40
12542026-07-08T19:51:00.787Z Downloaded regress v0.11.1
12552026-07-08T19:51:00.792Z Downloaded smoltcp v0.11.0
12562026-07-08T19:51:00.800Z Downloaded rustix v0.38.44
12572026-07-08T19:51:00.814Z Downloaded rustls v0.23.41
12582026-07-08T19:51:00.831Z Downloaded regress v0.10.5
12592026-07-08T19:51:00.864Z Downloaded sqlparser v0.61.0
12602026-07-08T19:51:00.900Z Downloaded sled v0.34.7
12612026-07-08T19:51:00.911Z Downloaded fiat-crypto v0.3.0
12622026-07-08T19:51:00.920Z Downloaded ratatui v0.29.0
12632026-07-08T19:51:00.933Z Downloaded sha3 v0.11.0
12642026-07-08T19:51:00.968Z Downloaded typify-impl v0.6.2
12652026-07-08T19:51:00.981Z Downloaded tracing v0.1.44
12662026-07-08T19:51:00.994Z Downloaded bzip2-sys v0.1.13+1.0.8
12672026-07-08T19:51:01.002Z Downloaded csv v1.4.0
12682026-07-08T19:51:01.024Z Downloaded sha3 v0.10.8
12692026-07-08T19:51:01.047Z Downloaded tokio v1.52.1
12702026-07-08T19:51:01.069Z Downloaded zerocopy-derive v0.6.6
12712026-07-08T19:51:01.075Z Downloaded regex-automata v0.4.14
12722026-07-08T19:51:01.096Z Downloaded encoding_rs v0.8.35
12732026-07-08T19:51:01.109Z Downloaded petgraph v0.6.5
12742026-07-08T19:51:01.121Z Downloaded chrono-tz v0.10.4
12752026-07-08T19:51:01.130Z Downloaded jiff v0.2.21
12762026-07-08T19:51:01.167Z Downloaded petgraph v0.8.3
12772026-07-08T19:51:01.180Z Downloaded libz-sys v1.1.24
12782026-07-08T19:51:01.192Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12792026-07-08T19:51:01.341Z Downloaded ring v0.17.14
12802026-07-08T19:51:01.406Z Downloaded libgit2-sys v0.18.3+1.9.2
12812026-07-08T19:51:02.097Z Downloaded aws-lc-sys v0.40.0
12822026-07-08T19:51:02.350Z Compiling libc v0.2.185
12832026-07-08T19:51:02.350Z Compiling serde_core v1.0.228
12842026-07-08T19:51:02.350Z Compiling serde v1.0.228
12852026-07-08T19:51:02.350Z Compiling log v0.4.29
12862026-07-08T19:51:02.350Z Compiling smallvec v1.15.1
12872026-07-08T19:51:02.354Z Compiling find-msvc-tools v0.1.9
12882026-07-08T19:51:02.354Z Compiling shlex v1.3.0
12892026-07-08T19:51:02.354Z Compiling subtle v2.6.1
12902026-07-08T19:51:02.354Z Compiling scopeguard v1.2.0
12912026-07-08T19:51:02.354Z Compiling stable_deref_trait v1.2.1
12922026-07-08T19:51:02.354Z Compiling typenum v1.20.1
12932026-07-08T19:51:02.488Z Compiling serde_json v1.0.150
12942026-07-08T19:51:02.558Z Compiling zerocopy v0.8.40
12952026-07-08T19:51:02.584Z Compiling syn v2.0.117
12962026-07-08T19:51:02.597Z Compiling portable-atomic v1.13.1
12972026-07-08T19:51:02.608Z Compiling pin-project-lite v0.2.17
12982026-07-08T19:51:02.621Z Compiling parking_lot_core v0.9.12
12992026-07-08T19:51:02.689Z Compiling lock_api v0.4.14
13002026-07-08T19:51:02.702Z Compiling pkg-config v0.3.32
13012026-07-08T19:51:02.706Z Compiling critical-section v1.2.0
13022026-07-08T19:51:02.706Z Compiling getrandom v0.4.1
13032026-07-08T19:51:02.753Z Compiling libm v0.2.16
13042026-07-08T19:51:02.807Z Compiling futures-core v0.3.32
13052026-07-08T19:51:02.832Z Compiling num-traits v0.2.19
13062026-07-08T19:51:02.847Z Compiling generic-array v0.14.7
13072026-07-08T19:51:02.875Z Compiling rand_core v0.10.0
13082026-07-08T19:51:02.912Z Compiling const-oid v0.9.6
13092026-07-08T19:51:02.926Z Compiling writeable v0.6.2
13102026-07-08T19:51:03.030Z Compiling litemap v0.8.1
13112026-07-08T19:51:03.094Z Compiling percent-encoding v2.3.2
13122026-07-08T19:51:03.135Z Compiling icu_normalizer_data v2.1.1
13132026-07-08T19:51:03.149Z Compiling icu_properties_data v2.1.2
13142026-07-08T19:51:03.227Z Compiling futures-sink v0.3.32
13152026-07-08T19:51:03.268Z Compiling futures-task v0.3.32
13162026-07-08T19:51:03.271Z Compiling futures-io v0.3.32
13172026-07-08T19:51:03.297Z Compiling slab v0.4.12
13182026-07-08T19:51:03.327Z Compiling rustversion v1.0.22
13192026-07-08T19:51:03.328Z Compiling utf8_iter v1.0.4
13202026-07-08T19:51:03.361Z Compiling futures-channel v0.3.32
13212026-07-08T19:51:03.379Z Compiling getrandom v0.3.4
13222026-07-08T19:51:03.461Z Compiling form_urlencoded v1.2.2
13232026-07-08T19:51:03.474Z Compiling dunce v1.0.5
13242026-07-08T19:51:03.498Z Compiling ident_case v1.0.1
13252026-07-08T19:51:03.512Z Compiling fs_extra v1.3.0
13262026-07-08T19:51:03.527Z Compiling rustix v1.1.3
13272026-07-08T19:51:03.530Z Compiling regex-syntax v0.8.10
13282026-07-08T19:51:03.584Z Compiling jobserver v0.1.34
13292026-07-08T19:51:03.600Z Compiling errno v0.3.14
13302026-07-08T19:51:03.616Z Compiling getrandom v0.2.17
13312026-07-08T19:51:03.649Z Compiling mio v1.2.0
13322026-07-08T19:51:03.728Z Compiling signal-hook-registry v1.4.8
13332026-07-08T19:51:03.767Z Compiling rand_core v0.6.4
13342026-07-08T19:51:03.781Z Compiling once_cell v1.21.3
13352026-07-08T19:51:03.809Z Compiling socket2 v0.6.3
13362026-07-08T19:51:03.870Z Compiling cc v1.2.56
13372026-07-08T19:51:03.885Z Compiling parking_lot v0.12.5
13382026-07-08T19:51:03.968Z Compiling iana-time-zone v0.1.65
13392026-07-08T19:51:04.057Z Compiling vcpkg v0.2.15
13402026-07-08T19:51:04.061Z Compiling base64ct v1.8.3
13412026-07-08T19:51:04.116Z Compiling tracing-core v0.1.36
13422026-07-08T19:51:04.189Z Compiling flagset v0.4.7
13432026-07-08T19:51:04.231Z Compiling aws-lc-rs v1.16.3
13442026-07-08T19:51:04.245Z Compiling base64 v0.22.1
13452026-07-08T19:51:04.299Z Compiling openssl-probe v0.2.1
13462026-07-08T19:51:04.322Z Compiling rand_core v0.9.5
13472026-07-08T19:51:04.339Z Compiling pem-rfc7468 v0.7.0
13482026-07-08T19:51:04.409Z Compiling cmov v0.5.4
13492026-07-08T19:51:04.424Z Compiling tinyvec_macros v0.1.1
13502026-07-08T19:51:04.450Z Compiling httparse v1.10.1
13512026-07-08T19:51:04.499Z Compiling tinyvec v1.10.0
13522026-07-08T19:51:04.513Z Compiling aho-corasick v1.1.4
13532026-07-08T19:51:04.564Z Compiling schemars v0.8.22
13542026-07-08T19:51:04.598Z Compiling dyn-clone v1.0.20
13552026-07-08T19:51:04.627Z Compiling ctutils v0.4.2
13562026-07-08T19:51:04.642Z Compiling untrusted v0.7.1
13572026-07-08T19:51:04.669Z Compiling cmake v0.1.57
13582026-07-08T19:51:04.692Z Compiling tower-service v0.3.3
13592026-07-08T19:51:04.731Z Compiling atomic-waker v1.1.2
13602026-07-08T19:51:04.750Z Compiling try-lock v0.2.5
13612026-07-08T19:51:04.754Z Compiling tower-layer v0.3.3
13622026-07-08T19:51:04.782Z Compiling untrusted v0.9.0
13632026-07-08T19:51:04.804Z Compiling httpdate v1.0.3
13642026-07-08T19:51:04.838Z Compiling foreign-types-shared v0.1.1
13652026-07-08T19:51:04.871Z Compiling want v0.3.1
13662026-07-08T19:51:04.885Z Compiling openssl v0.10.79
13672026-07-08T19:51:04.890Z Compiling cpufeatures v0.2.17
13682026-07-08T19:51:04.917Z Compiling rustls v0.23.41
13692026-07-08T19:51:04.920Z Compiling foreign-types v0.3.2
13702026-07-08T19:51:04.920Z Compiling unicode-normalization v0.1.25
13712026-07-08T19:51:04.971Z Compiling bitflags v2.11.0
13722026-07-08T19:51:04.999Z Compiling semver v1.0.28
13732026-07-08T19:51:05.025Z Compiling indexmap v2.14.0
13742026-07-08T19:51:05.061Z Compiling uuid v1.23.4
13752026-07-08T19:51:05.064Z Compiling spin v0.9.8
13762026-07-08T19:51:05.113Z Compiling powerfmt v0.2.0
13772026-07-08T19:51:05.128Z Compiling native-tls v0.2.18
13782026-07-08T19:51:05.143Z Compiling crc32fast v1.5.0
13792026-07-08T19:51:05.237Z Compiling rustc_version v0.4.1
13802026-07-08T19:51:05.281Z Compiling num-conv v0.2.0
13812026-07-08T19:51:05.303Z Compiling time-core v0.1.8
13822026-07-08T19:51:05.347Z Compiling deranged v0.5.8
13832026-07-08T19:51:05.360Z Compiling regex-automata v0.4.14
13842026-07-08T19:51:05.376Z Compiling wait-timeout v0.2.1
13852026-07-08T19:51:05.429Z Compiling sync_wrapper v1.0.2
13862026-07-08T19:51:05.444Z Compiling simd-adler32 v0.3.8
13872026-07-08T19:51:05.464Z Compiling time-macros v0.2.27
13882026-07-08T19:51:05.530Z Compiling num_threads v0.1.7
13892026-07-08T19:51:05.549Z Compiling aws-lc-sys v0.40.0
13902026-07-08T19:51:05.563Z Compiling openssl-sys v0.9.115
13912026-07-08T19:51:05.593Z Compiling synstructure v0.13.2
13922026-07-08T19:51:05.641Z Compiling serde_derive_internals v0.29.1
13932026-07-08T19:51:05.670Z Compiling pest_generator v2.8.6
13942026-07-08T19:51:05.719Z Compiling darling_core v0.20.11
13952026-07-08T19:51:05.736Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13962026-07-08T19:51:05.843Z Compiling quick-error v1.2.3
13972026-07-08T19:51:06.005Z Compiling crossbeam-utils v0.8.21
13982026-07-08T19:51:06.126Z Compiling bit-vec v0.8.0
13992026-07-08T19:51:06.218Z Compiling tempfile v3.25.0
14002026-07-08T19:51:06.294Z Compiling syn v1.0.109
14012026-07-08T19:51:06.344Z Compiling usdt-impl v0.6.0
14022026-07-08T19:51:06.358Z Compiling siphasher v1.0.2
14032026-07-08T19:51:06.400Z Compiling bit-set v0.8.0
14042026-07-08T19:51:06.465Z Compiling rusty-fork v0.3.1
14052026-07-08T19:51:06.494Z Compiling heapless v0.7.17
14062026-07-08T19:51:06.508Z Compiling darling_core v0.21.3
14072026-07-08T19:51:06.571Z Compiling bzip2-sys v0.1.13+1.0.8
14082026-07-08T19:51:06.623Z Compiling slog v2.8.2
14092026-07-08T19:51:06.626Z Compiling rand_xorshift v0.4.0
14102026-07-08T19:51:06.652Z Compiling thread-id v5.1.0
14112026-07-08T19:51:06.710Z Compiling time v0.3.47
14122026-07-08T19:51:06.725Z Compiling cookie v0.18.1
14132026-07-08T19:51:06.748Z Compiling unicode-bidi v0.3.18
14142026-07-08T19:51:06.786Z Compiling adler2 v2.0.1
14152026-07-08T19:51:06.800Z Compiling zstd-safe v7.2.4
14162026-07-08T19:51:06.824Z Compiling allocator-api2 v0.2.21
14172026-07-08T19:51:06.839Z Compiling unicode-properties v0.1.4
14182026-07-08T19:51:06.861Z Compiling signal-hook v0.3.18
14192026-07-08T19:51:06.907Z Compiling ryu v1.0.23
14202026-07-08T19:51:06.921Z Compiling anyhow v1.0.102
14212026-07-08T19:51:06.937Z Compiling unarray v0.1.4
14222026-07-08T19:51:06.954Z Compiling paste v1.0.15
14232026-07-08T19:51:07.044Z Compiling iri-string v0.7.10
14242026-07-08T19:51:07.108Z Compiling stringprep v0.1.5
14252026-07-08T19:51:07.122Z Compiling miniz_oxide v0.8.9
14262026-07-08T19:51:07.211Z Compiling camino v1.2.2
14272026-07-08T19:51:07.335Z Compiling curve25519-dalek v4.1.3
14282026-07-08T19:51:07.409Z Compiling serde_derive v1.0.228
14292026-07-08T19:51:07.507Z Compiling zeroize_derive v1.4.3
14302026-07-08T19:51:07.566Z Compiling zerofrom-derive v0.1.6
14312026-07-08T19:51:07.606Z Compiling yoke-derive v0.8.1
14322026-07-08T19:51:07.704Z Compiling zerocopy-derive v0.8.40
14332026-07-08T19:51:07.742Z Compiling zerovec-derive v0.11.2
14342026-07-08T19:51:07.826Z Compiling displaydoc v0.2.5
14352026-07-08T19:51:07.857Z Compiling tokio-macros v2.7.0
14362026-07-08T19:51:08.156Z Compiling futures-macro v0.3.32
14372026-07-08T19:51:08.228Z Compiling zeroize v1.8.2
14382026-07-08T19:51:08.453Z Compiling der_derive v0.7.3
14392026-07-08T19:51:08.638Z Compiling tracing-attributes v0.1.31
14402026-07-08T19:51:08.673Z Compiling thiserror-impl v2.0.18
14412026-07-08T19:51:08.687Z Compiling rustls-pki-types v1.14.0
14422026-07-08T19:51:08.916Z Compiling hybrid-array v0.4.13
14432026-07-08T19:51:08.983Z Compiling block-buffer v0.10.4
14442026-07-08T19:51:09.006Z Compiling crypto-common v0.1.7
14452026-07-08T19:51:09.058Z Compiling zerofrom v0.1.6
14462026-07-08T19:51:09.064Z Compiling futures-util v0.3.32
14472026-07-08T19:51:09.097Z Compiling schemars_derive v0.8.22
14482026-07-08T19:51:09.179Z Compiling yoke v0.8.1
14492026-07-08T19:51:09.195Z Compiling digest v0.10.7
14502026-07-08T19:51:09.198Z Compiling pest_derive v2.8.6
14512026-07-08T19:51:09.222Z Compiling scroll_derive v0.13.1
14522026-07-08T19:51:09.384Z Compiling zerovec v0.11.5
14532026-07-08T19:51:09.475Z Compiling zerotrie v0.2.3
14542026-07-08T19:51:09.490Z Compiling der v0.7.10
14552026-07-08T19:51:09.661Z Compiling darling_macro v0.20.11
14562026-07-08T19:51:09.696Z Compiling openssl-macros v0.1.1
14572026-07-08T19:51:09.729Z Compiling hmac v0.12.1
14582026-07-08T19:51:09.802Z Compiling sha2 v0.10.9
14592026-07-08T19:51:09.914Z Compiling tinystr v0.8.2
14602026-07-08T19:51:09.931Z Compiling potential_utf v0.1.4
14612026-07-08T19:51:10.063Z Compiling icu_collections v2.1.1
14622026-07-08T19:51:10.123Z Compiling icu_locale_core v2.1.1
14632026-07-08T19:51:10.137Z Compiling thiserror v2.0.18
14642026-07-08T19:51:10.140Z Compiling tracing v0.1.44
14652026-07-08T19:51:10.167Z Compiling scroll v0.13.0
14662026-07-08T19:51:10.211Z Compiling darling v0.20.11
14672026-07-08T19:51:10.267Z Compiling dtrace-parser v0.3.0
14682026-07-08T19:51:10.309Z Compiling derive_builder_core v0.20.2
14692026-07-08T19:51:10.450Z Compiling spki v0.7.3
14702026-07-08T19:51:10.464Z Compiling goblin v0.10.5
14712026-07-08T19:51:10.469Z Compiling thiserror-impl v1.0.69
14722026-07-08T19:51:10.565Z Compiling scroll_derive v0.12.1
14732026-07-08T19:51:10.666Z Compiling pkcs8 v0.10.2
14742026-07-08T19:51:10.767Z Compiling icu_provider v2.1.1
14752026-07-08T19:51:10.945Z Compiling block-padding v0.4.2
14762026-07-08T19:51:11.029Z Compiling bytes v1.11.1
14772026-07-08T19:51:11.032Z Compiling icu_properties v2.1.2
14782026-07-08T19:51:11.057Z Compiling icu_normalizer v2.1.1
14792026-07-08T19:51:11.089Z Compiling chrono v0.4.44
14802026-07-08T19:51:11.127Z Compiling ipnet v2.11.0
14812026-07-08T19:51:11.198Z Compiling serde_spanned v0.6.9
14822026-07-08T19:51:11.213Z Compiling derive_builder_macro v0.20.2
14832026-07-08T19:51:11.244Z Compiling serde_tokenstream v0.2.3
14842026-07-08T19:51:11.283Z Compiling scroll v0.12.0
14852026-07-08T19:51:11.365Z Compiling serde_urlencoded v0.7.1
14862026-07-08T19:51:11.441Z Compiling toml_datetime v0.6.11
14872026-07-08T19:51:11.553Z Compiling tokio v1.52.1
14882026-07-08T19:51:11.585Z Compiling http v1.4.2
14892026-07-08T19:51:11.632Z Compiling erased-serde v0.3.31
14902026-07-08T19:51:11.636Z Compiling crypto-common v0.2.2
14912026-07-08T19:51:11.663Z Compiling block-buffer v0.12.1
14922026-07-08T19:51:11.668Z Compiling signature v2.2.0
14932026-07-08T19:51:11.728Z Compiling md-5 v0.10.6
14942026-07-08T19:51:11.743Z Compiling darling_macro v0.21.3
14952026-07-08T19:51:11.807Z Compiling thiserror v1.0.69
14962026-07-08T19:51:11.877Z Compiling rustls-native-certs v0.8.3
14972026-07-08T19:51:11.891Z Compiling idna_adapter v1.2.1
14982026-07-08T19:51:11.905Z Compiling bstr v1.12.1
14992026-07-08T19:51:11.923Z Compiling pin-project-internal v1.1.11
15002026-07-08T19:51:12.041Z Compiling idna v1.1.0
15012026-07-08T19:51:12.132Z Compiling async-trait v0.1.89
15022026-07-08T19:51:12.151Z Compiling ppv-lite86 v0.2.21
15032026-07-08T19:51:12.188Z Compiling zerocopy-derive v0.7.35
15042026-07-08T19:51:12.271Z Compiling http-body v1.0.1
15052026-07-08T19:51:12.359Z Compiling url v2.5.8
15062026-07-08T19:51:12.442Z Compiling rand_chacha v0.9.0
15072026-07-08T19:51:12.512Z Compiling http-body-util v0.1.3
15082026-07-08T19:51:12.528Z Compiling rand_chacha v0.3.1
15092026-07-08T19:51:12.566Z Compiling vergen-lib v9.1.0
15102026-07-08T19:51:12.725Z Compiling rand v0.9.2
15112026-07-08T19:51:12.769Z Compiling num-integer v0.1.46
15122026-07-08T19:51:12.784Z Compiling hash32 v0.2.1
15132026-07-08T19:51:12.833Z Compiling memoffset v0.9.1
15142026-07-08T19:51:13.113Z Compiling encoding_rs v0.8.35
15152026-07-08T19:51:13.156Z Compiling psl-types v2.0.11
15162026-07-08T19:51:13.177Z Compiling dof v0.4.0
15172026-07-08T19:51:13.195Z Compiling mime v0.3.17
15182026-07-08T19:51:13.199Z Compiling litrs v1.0.0
15192026-07-08T19:51:13.230Z Compiling smoltcp v0.9.1
15202026-07-08T19:51:13.230Z Compiling ref-cast v1.0.25
15212026-07-08T19:51:13.259Z Compiling fallible-iterator v0.2.0
15222026-07-08T19:51:13.279Z Compiling rustix v0.38.44
15232026-07-08T19:51:13.417Z Compiling proptest v1.10.0
15242026-07-08T19:51:13.452Z Compiling cfg_aliases v0.2.1
15252026-07-08T19:51:13.466Z Compiling num-bigint-dig v0.8.6
15262026-07-08T19:51:13.537Z Compiling zlib-rs v0.6.2
15272026-07-08T19:51:13.592Z Compiling postgres-protocol v0.6.10
15282026-07-08T19:51:13.614Z Compiling nix v0.31.2
15292026-07-08T19:51:13.629Z Compiling publicsuffix v2.3.0
15302026-07-08T19:51:13.690Z Compiling zerocopy v0.7.35
15312026-07-08T19:51:13.738Z Compiling document-features v0.2.12
15322026-07-08T19:51:13.742Z Compiling pin-project v1.1.11
15332026-07-08T19:51:13.826Z Compiling num-iter v0.1.45
15342026-07-08T19:51:13.863Z Compiling ipnetwork v0.21.1
15352026-07-08T19:51:14.029Z Compiling rand v0.8.6
15362026-07-08T19:51:14.044Z Compiling darling v0.21.3
15372026-07-08T19:51:14.139Z Compiling oxnet v0.1.6
15382026-07-08T19:51:14.296Z Compiling derive_builder v0.20.2
15392026-07-08T19:51:14.302Z Compiling goblin v0.8.2
15402026-07-08T19:51:14.386Z Compiling hubpack_derive v0.1.1
15412026-07-08T19:51:14.426Z Compiling futures-executor v0.3.32
15422026-07-08T19:51:14.435Z Compiling inout v0.2.2
15432026-07-08T19:51:14.448Z Compiling hex v0.4.3
15442026-07-08T19:51:14.597Z Compiling regex v1.12.3
15452026-07-08T19:51:14.661Z Compiling ref-cast-impl v1.0.25
15462026-07-08T19:51:14.704Z Compiling strum_macros v0.27.2
15472026-07-08T19:51:14.710Z Compiling curve25519-dalek-derive v0.1.1
15482026-07-08T19:51:14.714Z Compiling daft-derive v0.1.7
15492026-07-08T19:51:14.745Z Compiling snafu-derive v0.8.9
15502026-07-08T19:51:14.917Z Compiling phf_shared v0.13.1
15512026-07-08T19:51:15.003Z Compiling terminal_size v0.4.3
15522026-07-08T19:51:15.032Z Compiling lazy_static v1.5.0
15532026-07-08T19:51:15.049Z Compiling cargo-platform v0.3.2
15542026-07-08T19:51:15.138Z Compiling anstyle-parse v0.2.7
15552026-07-08T19:51:15.163Z Compiling vergen v9.1.0
15562026-07-08T19:51:15.178Z Compiling ff v0.13.1
15572026-07-08T19:51:15.217Z Compiling fs-err v3.3.0
15582026-07-08T19:51:15.270Z Compiling ahash v0.8.12
15592026-07-08T19:51:15.344Z Compiling foldhash v0.1.5
15602026-07-08T19:51:15.347Z Compiling winnow v0.5.40
15612026-07-08T19:51:15.347Z Compiling object v0.37.3
15622026-07-08T19:51:15.392Z Compiling managed v0.8.0
15632026-07-08T19:51:15.406Z Compiling bitflags v1.3.2
15642026-07-08T19:51:15.440Z Compiling libbz2-rs-sys v0.2.2
15652026-07-08T19:51:15.455Z Compiling bumpalo v3.20.2
15662026-07-08T19:51:15.490Z Compiling foldhash v0.2.0
15672026-07-08T19:51:15.504Z Compiling tokio-util v0.7.18
15682026-07-08T19:51:15.526Z Compiling tower v0.5.3
15692026-07-08T19:51:15.548Z Compiling tokio-native-tls v0.3.1
15702026-07-08T19:51:15.621Z Compiling base16ct v0.2.0
15712026-07-08T19:51:15.684Z Compiling same-file v1.0.6
15722026-07-08T19:51:15.732Z Compiling unicode-segmentation v1.12.0
15732026-07-08T19:51:15.746Z Compiling sec1 v0.7.3
15742026-07-08T19:51:15.815Z Compiling walkdir v2.5.0
15752026-07-08T19:51:15.819Z Compiling zopfli v0.8.3
15762026-07-08T19:51:15.866Z Compiling newtype-uuid v1.3.2
15772026-07-08T19:51:16.025Z Compiling tower-http v0.6.8
15782026-07-08T19:51:16.045Z Compiling bzip2 v0.6.1
15792026-07-08T19:51:16.142Z Compiling daft v0.1.7
15802026-07-08T19:51:16.156Z Compiling hashbrown v0.16.1
15812026-07-08T19:51:16.156Z Compiling clap_builder v4.6.0
15822026-07-08T19:51:16.210Z Compiling h2 v0.4.15
15832026-07-08T19:51:16.459Z Compiling hashbrown v0.15.5
15842026-07-08T19:51:16.494Z Compiling flate2 v1.1.9
15852026-07-08T19:51:16.576Z Compiling dof v0.3.0
15862026-07-08T19:51:16.741Z Compiling strum v0.27.2
15872026-07-08T19:51:16.759Z Compiling snafu v0.8.9
15882026-07-08T19:51:16.772Z Compiling toml_edit v0.19.15
15892026-07-08T19:51:16.833Z Compiling group v0.13.0
15902026-07-08T19:51:16.859Z Compiling anstream v0.6.21
15912026-07-08T19:51:16.923Z Compiling cargo_metadata v0.23.1
15922026-07-08T19:51:17.006Z Compiling phf v0.13.1
15932026-07-08T19:51:17.033Z Compiling signal-hook-mio v0.2.5
15942026-07-08T19:51:17.095Z Compiling hubpack v0.1.2
15952026-07-08T19:51:17.164Z Compiling usdt-attr-macro v0.6.0
15962026-07-08T19:51:17.183Z Compiling usdt-macro v0.6.0
15972026-07-08T19:51:17.186Z Compiling cookie_store v0.22.1
15982026-07-08T19:51:17.316Z Compiling bzip2 v0.4.4
15992026-07-08T19:51:17.329Z Compiling futures v0.3.32
16002026-07-08T19:51:17.424Z Compiling cipher v0.5.2
16012026-07-08T19:51:17.478Z Compiling serde_with_macros v3.17.0
16022026-07-08T19:51:17.526Z Compiling postgres-types v0.2.12
16032026-07-08T19:51:17.548Z Compiling zstd v0.13.3
16042026-07-08T19:51:17.852Z Compiling globset v0.4.18
16052026-07-08T19:51:17.869Z Compiling dtrace-parser v0.2.0
16062026-07-08T19:51:17.876Z Compiling ed25519 v2.2.3
16072026-07-08T19:51:18.017Z Compiling olpc-cjson v0.1.4
16082026-07-08T19:51:18.031Z Compiling serde_plain v1.0.2
16092026-07-08T19:51:18.173Z Compiling serde-big-array v0.5.1
16102026-07-08T19:51:18.202Z Compiling pkcs1 v0.7.5
16112026-07-08T19:51:18.251Z Compiling hkdf v0.12.4
16122026-07-08T19:51:18.322Z Compiling crypto-bigint v0.5.5
16132026-07-08T19:51:18.337Z Compiling serde_repr v0.1.20
16142026-07-08T19:51:18.433Z Compiling enum-as-inner v0.6.1
16152026-07-08T19:51:18.624Z Compiling strum_macros v0.26.4
16162026-07-08T19:51:18.651Z Compiling async-recursion v1.1.1
16172026-07-08T19:51:18.708Z Compiling clap_derive v4.6.1
16182026-07-08T19:51:18.714Z Compiling phf_shared v0.11.3
16192026-07-08T19:51:18.886Z Compiling float-cmp v0.10.0
16202026-07-08T19:51:18.930Z Compiling pem v3.0.6
16212026-07-08T19:51:18.934Z Compiling memmap2 v0.9.10
16222026-07-08T19:51:18.993Z Compiling thread-id v4.2.2
16232026-07-08T19:51:19.037Z Compiling env_filter v1.0.0
16242026-07-08T19:51:19.050Z Compiling const-oid v0.10.2
16252026-07-08T19:51:19.089Z Compiling fixedbitset v0.5.7
16262026-07-08T19:51:19.186Z Compiling data-encoding v2.10.0
16272026-07-08T19:51:19.275Z Compiling either v1.15.0
16282026-07-08T19:51:19.290Z Compiling jiff v0.2.21
16292026-07-08T19:51:19.314Z Compiling cpufeatures v0.3.0
16302026-07-08T19:51:19.371Z Compiling normalize-line-endings v0.3.0
16312026-07-08T19:51:19.391Z Compiling hyper v1.10.1
16322026-07-08T19:51:19.413Z Compiling winnow v1.0.3
16332026-07-08T19:51:19.453Z Compiling typed-path v0.9.3
16342026-07-08T19:51:19.483Z Compiling predicates-core v1.0.10
16352026-07-08T19:51:19.521Z Compiling difflib v0.4.0
16362026-07-08T19:51:19.546Z Compiling keccak v0.1.6
16372026-07-08T19:51:19.689Z Compiling precomputed-hash v0.1.1
16382026-07-08T19:51:19.707Z Compiling whoami v2.1.0
16392026-07-08T19:51:19.786Z Compiling new_debug_unreachable v1.0.6
16402026-07-08T19:51:19.802Z Compiling static_assertions v1.1.0
16412026-07-08T19:51:19.872Z Compiling fixedbitset v0.4.2
16422026-07-08T19:51:19.888Z Compiling toml_edit v0.22.27
16432026-07-08T19:51:19.926Z Compiling tokio-postgres v0.7.16
16442026-07-08T19:51:20.110Z Compiling petgraph v0.6.5
16452026-07-08T19:51:20.114Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16462026-07-08T19:51:20.114Z Compiling string_cache v0.8.9
16472026-07-08T19:51:20.325Z Compiling predicates v3.1.4
16482026-07-08T19:51:20.411Z Compiling toml_parser v1.1.2+spec-1.1.0
16492026-07-08T19:51:20.485Z Compiling sha3 v0.10.8
16502026-07-08T19:51:20.517Z Compiling hickory-proto v0.25.2
16512026-07-08T19:51:20.540Z Compiling strum v0.26.3
16522026-07-08T19:51:20.585Z Compiling hyper-util v0.1.20
16532026-07-08T19:51:20.687Z Compiling clap v4.6.1
16542026-07-08T19:51:20.733Z Compiling itertools v0.13.0
16552026-07-08T19:51:20.777Z Compiling chacha20 v0.10.0
16562026-07-08T19:51:20.950Z Compiling elliptic-curve v0.13.8
16572026-07-08T19:51:21.010Z Compiling petgraph v0.8.3
16582026-07-08T19:51:21.065Z Compiling digest v0.11.3
16592026-07-08T19:51:21.080Z Compiling env_logger v0.11.9
16602026-07-08T19:51:21.182Z Compiling usdt v0.6.0
16612026-07-08T19:51:21.304Z Compiling usdt-impl v0.5.0
16622026-07-08T19:51:21.369Z Compiling crossterm v0.28.1
16632026-07-08T19:51:21.460Z Compiling serde_with v3.17.0
16642026-07-08T19:51:21.474Z Compiling rsa v0.9.10
16652026-07-08T19:51:21.671Z Compiling toml v0.7.8
16662026-07-08T19:51:21.922Z Compiling ed25519-dalek v2.2.0
16672026-07-08T19:51:21.985Z Compiling hyper-tls v0.6.0
16682026-07-08T19:51:22.234Z Compiling reqwest v0.12.28
16692026-07-08T19:51:22.240Z Compiling zip v4.6.1
16702026-07-08T19:51:22.590Z Compiling zip v0.6.6
16712026-07-08T19:51:22.685Z Compiling iddqd v0.4.2
16722026-07-08T19:51:22.804Z Compiling tokio-stream v0.1.18
16732026-07-08T19:51:22.996Z Compiling heck v0.4.1
16742026-07-08T19:51:23.011Z Compiling similar v2.7.0
16752026-07-08T19:51:23.157Z Compiling buf-list v1.1.2
16762026-07-08T19:51:23.243Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16772026-07-08T19:51:23.255Z Compiling openapiv3 v2.2.0
16782026-07-08T19:51:23.262Z Compiling x509-cert v0.2.5
16792026-07-08T19:51:23.300Z Compiling crossbeam-epoch v0.9.18
16802026-07-08T19:51:23.317Z Compiling lalrpop-util v0.19.12
16812026-07-08T19:51:23.461Z Compiling peg-runtime v0.8.5
16822026-07-08T19:51:23.524Z Compiling thread_local v1.1.9
16832026-07-08T19:51:23.570Z Compiling slog-async v2.8.0
16842026-07-08T19:51:23.610Z Compiling crossbeam-channel v0.5.15
16852026-07-08T19:51:23.648Z Compiling is-terminal v0.4.17
16862026-07-08T19:51:23.763Z Compiling filetime v0.2.27
16872026-07-08T19:51:23.778Z Compiling xattr v1.6.1
16882026-07-08T19:51:23.806Z Compiling take_mut v0.2.2
16892026-07-08T19:51:23.922Z Compiling term v1.2.1
16902026-07-08T19:51:23.937Z Compiling tar v0.4.45
16912026-07-08T19:51:23.952Z Compiling camino-tempfile v1.4.1
16922026-07-08T19:51:24.216Z Compiling slog-term v2.9.2
16932026-07-08T19:51:41.856Z Compiling rustls-webpki v0.103.13
16942026-07-08T19:51:44.583Z Compiling tokio-rustls v0.26.4
16952026-07-08T19:51:44.583Z Compiling rustls-platform-verifier v0.6.2
16962026-07-08T19:51:44.583Z Compiling tough v0.22.0
16972026-07-08T19:51:44.780Z Compiling hyper-rustls v0.27.7
16982026-07-08T19:51:44.969Z Compiling reqwest v0.13.2
16992026-07-08T19:51:47.107Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17002026-07-08T19:51:47.353Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17012026-07-08T19:51:50.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.05s
17022026-07-08T19:51:50.327Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17032026-07-08T19:51:50.382ZJul 08 19:51:49.584 INFO Starting download, target: Clickhouse
17042026-07-08T19:51:50.385ZJul 08 19:51:49.585 INFO Starting download, target: Cockroach
17052026-07-08T19:51:50.385ZJul 08 19:51:49.585 INFO Starting download, target: Console
17062026-07-08T19:51:50.385ZJul 08 19:51:49.585 INFO Starting download, target: DendriteStub
17072026-07-08T19:51:50.385ZJul 08 19:51:49.585 INFO Starting download, target: MaghemiteMgd
17082026-07-08T19:51:50.385ZJul 08 19:51:49.585 INFO Starting download, target: MaghemiteDdmd
17092026-07-08T19:51:50.385ZJul 08 19:51:49.585 INFO Starting download, target: TransceiverControl
17102026-07-08T19:51:50.385ZJul 08 19:51:49.585 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17112026-07-08T19:51:50.385ZJul 08 19:51:49.585 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17122026-07-08T19:51:50.385ZJul 08 19:51:49.585 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17132026-07-08T19:51:50.385ZJul 08 19:51:49.586 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17142026-07-08T19:51:50.385ZJul 08 19:51:49.586 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17152026-07-08T19:51:50.385ZJul 08 19:51:49.586 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17162026-07-08T19:51:50.385ZJul 08 19:51:49.586 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17172026-07-08T19:51:50.750ZJul 08 19:51:49.949 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17182026-07-08T19:51:50.953ZJul 08 19:51:50.154 INFO Download complete, target: TransceiverControl
17192026-07-08T19:51:51.928ZJul 08 19:51:51.129 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17202026-07-08T19:51:52.126ZJul 08 19:51:51.329 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17212026-07-08T19:51:52.298ZJul 08 19:51:51.477 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17222026-07-08T19:51:52.526ZJul 08 19:51:51.719 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17232026-07-08T19:51:52.777ZJul 08 19:51:51.977 INFO Download complete, target: Console
17242026-07-08T19:51:53.613ZJul 08 19:51:52.808 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17252026-07-08T19:51:54.054ZJul 08 19:51:53.256 INFO Download complete, target: MaghemiteDdmd
17262026-07-08T19:51:54.591ZJul 08 19:51:53.680 INFO Download complete, target: DendriteStub
17272026-07-08T19:51:54.795ZJul 08 19:51:53.992 INFO Download complete, target: MaghemiteMgd
17282026-07-08T19:51:54.988ZJul 08 19:51:54.191 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17292026-07-08T19:51:54.989ZJul 08 19:51:54.191 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17302026-07-08T19:51:59.474ZJul 08 19:51:58.676 INFO Checking that binary works, target: Cockroach
17312026-07-08T19:51:59.601ZJul 08 19:51:58.798 INFO Download complete, target: Cockroach
17322026-07-08T19:52:00.257ZJul 08 19:51:59.460 INFO Checking that binary works, target: Clickhouse
17332026-07-08T19:52:00.343ZJul 08 19:51:59.546 INFO Download complete, target: Clickhouse
17342026-07-08T19:52:00.349ZAll prerequisites installed successfully
17352026-07-08T19:52:00.352Z
17362026-07-08T19:52:00.352Zreal 1:49.780838200
17372026-07-08T19:52:00.352Zuser 6:39.257117901
17382026-07-08T19:52:00.352Zsys 1:39.361058116
17392026-07-08T19:52:00.352Ztrap 0.279241072
17402026-07-08T19:52:00.352Ztflt 0.821625287
17412026-07-08T19:52:00.352Zdflt 1.783792073
17422026-07-08T19:52:00.352Zkflt 0.022385535
17432026-07-08T19:52:00.352Zlock 23:41.699854532
17442026-07-08T19:52:00.352Zslp 18:27.772157240
17452026-07-08T19:52:00.352Zlat 26.735944590
17462026-07-08T19:52:00.352Zstop 2:43.376331926
17472026-07-08T19:52:00.352Z+ ptime -m cargo xtask download softnpu
17482026-07-08T19:52:00.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17492026-07-08T19:52:00.816Z Running `target/debug/xtask download softnpu`
17502026-07-08T19:52:01.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
17512026-07-08T19:52:01.600Z Running `target/debug/xtask-downloader softnpu`
17522026-07-08T19:52:01.641ZJul 08 19:52:00.844 INFO Starting download, target: Softnpu
17532026-07-08T19:52:01.644ZJul 08 19:52:00.845 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17542026-07-08T19:52:02.118ZJul 08 19:52:01.321 INFO Download complete, target: Softnpu
17552026-07-08T19:52:02.122Z
17562026-07-08T19:52:02.124Zreal 1.765833127
17572026-07-08T19:52:02.124Zuser 1.254711819
17582026-07-08T19:52:02.124Zsys 0.590593790
17592026-07-08T19:52:02.124Ztrap 0.000573903
17602026-07-08T19:52:02.124Ztflt 0.000458088
17612026-07-08T19:52:02.124Zdflt 0.000478197
17622026-07-08T19:52:02.124Zkflt 0.000000000
17632026-07-08T19:52:02.124Zlock 8.447501982
17642026-07-08T19:52:02.124Zslp 0.353974984
17652026-07-08T19:52:02.124Zlat 0.073600580
17662026-07-08T19:52:02.124Zstop 0.000171210
17672026-07-08T19:52:02.124Z+ export CARGO_INCREMENTAL=0
17682026-07-08T19:52:02.124Z+ CARGO_INCREMENTAL=0
17692026-07-08T19:52:02.125Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17702026-07-08T19:52:02.974Z Compiling proc-macro2 v1.0.106
17712026-07-08T19:52:02.974Z Compiling quote v1.0.45
17722026-07-08T19:52:02.978Z Compiling unicode-ident v1.0.24
17732026-07-08T19:52:02.978Z Compiling libc v0.2.185
17742026-07-08T19:52:02.978Z Compiling serde_core v1.0.228
17752026-07-08T19:52:02.978Z Compiling serde v1.0.228
17762026-07-08T19:52:02.978Z Compiling cfg-if v1.0.4
17772026-07-08T19:52:03.119Z Compiling version_check v0.9.5
17782026-07-08T19:52:03.123Z Compiling shlex v1.3.0
17792026-07-08T19:52:03.123Z Compiling find-msvc-tools v0.1.9
17802026-07-08T19:52:03.123Z Compiling memchr v2.8.0
17812026-07-08T19:52:03.133Z Compiling zmij v1.0.21
17822026-07-08T19:52:03.136Z Compiling serde_json v1.0.150
17832026-07-08T19:52:03.136Z Compiling autocfg v1.5.0
17842026-07-08T19:52:03.257Z Compiling portable-atomic v1.13.1
17852026-07-08T19:52:03.368Z Compiling zerocopy v0.8.40
17862026-07-08T19:52:03.423Z Compiling getrandom v0.4.1
17872026-07-08T19:52:03.423Z Compiling libm v0.2.16
17882026-07-08T19:52:03.495Z Compiling parking_lot_core v0.9.12
17892026-07-08T19:52:03.516Z Compiling icu_properties_data v2.1.2
17902026-07-08T19:52:03.533Z Compiling smallvec v1.15.1
17912026-07-08T19:52:03.547Z Compiling icu_normalizer_data v2.1.1
17922026-07-08T19:52:03.560Z Compiling generic-array v0.14.7
17932026-07-08T19:52:03.792Z Compiling itoa v1.0.17
17942026-07-08T19:52:03.799Z Compiling log v0.4.29
17952026-07-08T19:52:03.843Z Compiling num-traits v0.2.19
17962026-07-08T19:52:03.849Z Compiling subtle v2.6.1
17972026-07-08T19:52:03.857Z Compiling pkg-config v0.3.32
17982026-07-08T19:52:03.857Z Compiling stable_deref_trait v1.2.1
17992026-07-08T19:52:03.968Z Compiling typenum v1.20.1
18002026-07-08T19:52:04.052Z Compiling scopeguard v1.2.0
18012026-07-08T19:52:04.088Z Compiling rand_core v0.10.0
18022026-07-08T19:52:04.102Z Compiling fnv v1.0.7
18032026-07-08T19:52:04.176Z Compiling lock_api v0.4.14
18042026-07-08T19:52:04.191Z Compiling pin-project-lite v0.2.17
18052026-07-08T19:52:04.221Z Compiling thiserror v2.0.18
18062026-07-08T19:52:04.264Z Compiling getrandom v0.3.4
18072026-07-08T19:52:04.317Z Compiling percent-encoding v2.3.2
18082026-07-08T19:52:04.373Z Compiling litemap v0.8.1
18092026-07-08T19:52:04.391Z Compiling jobserver v0.1.34
18102026-07-08T19:52:04.419Z Compiling errno v0.3.14
18112026-07-08T19:52:04.467Z Compiling equivalent v1.0.2
18122026-07-08T19:52:04.467Z Compiling writeable v0.6.2
18132026-07-08T19:52:04.566Z Compiling syn v2.0.117
18142026-07-08T19:52:04.666Z Compiling getrandom v0.2.17
18152026-07-08T19:52:04.667Z Compiling cc v1.2.56
18162026-07-08T19:52:04.680Z Compiling rustversion v1.0.22
18172026-07-08T19:52:04.737Z Compiling schemars v0.8.22
18182026-07-08T19:52:04.737Z Compiling rand_core v0.6.4
18192026-07-08T19:52:04.737Z Compiling rustix v1.1.3
18202026-07-08T19:52:04.738Z Compiling fs_extra v1.3.0
18212026-07-08T19:52:04.799Z Compiling critical-section v1.2.0
18222026-07-08T19:52:04.806Z Compiling dunce v1.0.5
18232026-07-08T19:52:04.966Z Compiling hashbrown v0.17.0
18242026-07-08T19:52:05.047Z Compiling signal-hook-registry v1.4.8
18252026-07-08T19:52:05.132Z Compiling utf8_iter v1.0.4
18262026-07-08T19:52:05.145Z Compiling heck v0.5.0
18272026-07-08T19:52:05.161Z Compiling mio v1.2.0
18282026-07-08T19:52:05.165Z Compiling socket2 v0.6.3
18292026-07-08T19:52:05.362Z Compiling cmake v0.1.57
18302026-07-08T19:52:05.503Z Compiling semver v1.0.28
18312026-07-08T19:52:05.531Z Compiling once_cell v1.21.3
18322026-07-08T19:52:05.579Z Compiling indexmap v2.14.0
18332026-07-08T19:52:05.600Z Compiling parking_lot v0.12.5
18342026-07-08T19:52:05.763Z Compiling bitflags v2.11.0
18352026-07-08T19:52:05.803Z Compiling form_urlencoded v1.2.2
18362026-07-08T19:52:05.830Z Compiling aws-lc-rs v1.16.3
18372026-07-08T19:52:05.846Z Compiling futures-core v0.3.32
18382026-07-08T19:52:05.934Z Compiling httparse v1.10.1
18392026-07-08T19:52:05.952Z Compiling aws-lc-sys v0.40.0
18402026-07-08T19:52:05.984Z Compiling strsim v0.11.1
18412026-07-08T19:52:06.131Z Compiling thiserror v1.0.69
18422026-07-08T19:52:06.150Z Compiling ucd-trie v0.1.7
18432026-07-08T19:52:06.199Z Compiling byteorder v1.5.0
18442026-07-08T19:52:06.314Z Compiling pest v2.8.6
18452026-07-08T19:52:06.318Z Compiling regex-syntax v0.8.10
18462026-07-08T19:52:06.346Z Compiling iana-time-zone v0.1.65
18472026-07-08T19:52:06.349Z Compiling vcpkg v0.2.15
18482026-07-08T19:52:06.375Z Compiling syn v1.0.109
18492026-07-08T19:52:06.398Z Compiling ident_case v1.0.1
18502026-07-08T19:52:06.423Z Compiling const-oid v0.9.6
18512026-07-08T19:52:06.738Z Compiling uuid v1.23.4
18522026-07-08T19:52:06.823Z Compiling rustc_version v0.4.1
18532026-07-08T19:52:06.906Z Compiling futures-sink v0.3.32
18542026-07-08T19:52:06.936Z Compiling rustls v0.23.41
18552026-07-08T19:52:06.961Z Compiling openssl-sys v0.9.115
18562026-07-08T19:52:07.035Z Compiling futures-channel v0.3.32
18572026-07-08T19:52:07.178Z Compiling aho-corasick v1.1.4
18582026-07-08T19:52:07.208Z Compiling slab v0.4.12
18592026-07-08T19:52:07.307Z Compiling futures-task v0.3.32
18602026-07-08T19:52:07.334Z Compiling futures-io v0.3.32
18612026-07-08T19:52:07.423Z Compiling synstructure v0.13.2
18622026-07-08T19:52:07.439Z Compiling serde_derive_internals v0.29.1
18632026-07-08T19:52:07.468Z Compiling pest_meta v2.8.6
18642026-07-08T19:52:07.522Z Compiling num-conv v0.2.0
18652026-07-08T19:52:07.525Z Compiling time-core v0.1.8
18662026-07-08T19:52:07.622Z Compiling crc32fast v1.5.0
18672026-07-08T19:52:07.656Z Compiling dyn-clone v1.0.20
18682026-07-08T19:52:07.671Z Compiling plain v0.2.3
18692026-07-08T19:52:07.718Z Compiling time-macros v0.2.27
18702026-07-08T19:52:07.830Z Compiling crossbeam-utils v0.8.21
18712026-07-08T19:52:07.865Z Compiling base64 v0.22.1
18722026-07-08T19:52:07.968Z Compiling pretty-hex v0.4.1
18732026-07-08T19:52:07.998Z Compiling openssl v0.10.79
18742026-07-08T19:52:08.105Z Compiling pest_generator v2.8.6
18752026-07-08T19:52:08.120Z Compiling regex-automata v0.4.14
18762026-07-08T19:52:08.156Z Compiling darling_core v0.21.3
18772026-07-08T19:52:08.159Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18782026-07-08T19:52:08.314Z Compiling native-tls v0.2.18
18792026-07-08T19:52:08.336Z Compiling anyhow v1.0.102
18802026-07-08T19:52:08.388Z Compiling rand_core v0.9.5
18812026-07-08T19:52:08.510Z Compiling tracing-core v0.1.36
18822026-07-08T19:52:08.568Z Compiling slog v2.8.2
18832026-07-08T19:52:08.665Z Compiling serde_derive v1.0.228
18842026-07-08T19:52:08.683Z Compiling zeroize_derive v1.4.3
18852026-07-08T19:52:08.686Z Compiling zerofrom-derive v0.1.6
18862026-07-08T19:52:08.756Z Compiling yoke-derive v0.8.1
18872026-07-08T19:52:08.759Z Compiling zerovec-derive v0.11.2
18882026-07-08T19:52:08.786Z Compiling displaydoc v0.2.5
18892026-07-08T19:52:08.802Z Compiling zerocopy-derive v0.8.40
18902026-07-08T19:52:08.825Z Compiling tokio-macros v2.7.0
18912026-07-08T19:52:08.868Z Compiling futures-macro v0.3.32
18922026-07-08T19:52:09.077Z Compiling thiserror-impl v2.0.18
18932026-07-08T19:52:09.308Z Compiling zeroize v1.8.2
18942026-07-08T19:52:09.543Z Compiling schemars_derive v0.8.22
18952026-07-08T19:52:09.557Z Compiling tracing-attributes v0.1.31
18962026-07-08T19:52:09.671Z Compiling der_derive v0.7.3
18972026-07-08T19:52:09.712Z Compiling thiserror-impl v1.0.69
18982026-07-08T19:52:09.813Z Compiling pest_derive v2.8.6
18992026-07-08T19:52:09.834Z Compiling zerofrom v0.1.6
19002026-07-08T19:52:09.978Z Compiling yoke v0.8.1
19012026-07-08T19:52:10.198Z Compiling zerovec v0.11.5
19022026-07-08T19:52:10.216Z Compiling zerotrie v0.2.3
19032026-07-08T19:52:10.301Z Compiling crypto-common v0.1.7
19042026-07-08T19:52:10.318Z Compiling futures-util v0.3.32
19052026-07-08T19:52:10.578Z Compiling block-buffer v0.10.4
19062026-07-08T19:52:10.737Z Compiling tinystr v0.8.2
19072026-07-08T19:52:10.753Z Compiling potential_utf v0.1.4
19082026-07-08T19:52:10.780Z Compiling digest v0.10.7
19092026-07-08T19:52:10.820Z Compiling scroll_derive v0.13.1
19102026-07-08T19:52:10.837Z Compiling scroll_derive v0.12.1
19112026-07-08T19:52:10.840Z Compiling openssl-macros v0.1.1
19122026-07-08T19:52:10.951Z Compiling icu_locale_core v2.1.1
19132026-07-08T19:52:10.975Z Compiling icu_collections v2.1.1
19142026-07-08T19:52:11.296Z Compiling regex v1.12.3
19152026-07-08T19:52:11.497Z Compiling darling_macro v0.21.3
19162026-07-08T19:52:11.592Z Compiling zerocopy-derive v0.7.35
19172026-07-08T19:52:11.640Z Compiling cookie v0.18.1
19182026-07-08T19:52:11.684Z Compiling icu_provider v2.1.1
19192026-07-08T19:52:11.714Z Compiling base64ct v1.8.3
19202026-07-08T19:52:11.728Z Compiling camino v1.2.2
19212026-07-08T19:52:11.813Z Compiling bytes v1.11.1
19222026-07-08T19:52:11.900Z Compiling chrono v0.4.44
19232026-07-08T19:52:12.028Z Compiling icu_properties v2.1.2
19242026-07-08T19:52:12.044Z Compiling icu_normalizer v2.1.1
19252026-07-08T19:52:12.081Z Compiling serde_tokenstream v0.2.3
19262026-07-08T19:52:12.365Z Compiling tokio v1.52.1
19272026-07-08T19:52:12.486Z Compiling http v1.4.2
19282026-07-08T19:52:12.843Z Compiling darling v0.21.3
19292026-07-08T19:52:12.940Z Compiling idna_adapter v1.2.1
19302026-07-08T19:52:12.985Z Compiling pem-rfc7468 v0.7.0
19312026-07-08T19:52:13.090Z Compiling idna v1.1.0
19322026-07-08T19:52:13.280Z Compiling ppv-lite86 v0.2.21
19332026-07-08T19:52:13.386Z Compiling tracing v0.1.44
19342026-07-08T19:52:13.451Z Compiling url v2.5.8
19352026-07-08T19:52:14.003Z Compiling flagset v0.4.7
19362026-07-08T19:52:14.048Z Compiling rand_chacha v0.9.0
19372026-07-08T19:52:14.153Z Compiling der v0.7.10
19382026-07-08T19:52:14.231Z Compiling http-body v1.0.1
19392026-07-08T19:52:14.410Z Compiling rustls-pki-types v1.14.0
19402026-07-08T19:52:14.533Z Compiling usdt-impl v0.5.0
19412026-07-08T19:52:14.647Z Compiling tinyvec_macros v0.1.1
19422026-07-08T19:52:14.699Z Compiling cmov v0.5.4
19432026-07-08T19:52:14.730Z Compiling usdt-impl v0.6.0
19442026-07-08T19:52:14.784Z Compiling paste v1.0.15
19452026-07-08T19:52:14.849Z Compiling either v1.15.0
19462026-07-08T19:52:14.951Z Compiling openssl-probe v0.2.1
19472026-07-08T19:52:14.992Z Compiling fastrand v2.3.0
19482026-07-08T19:52:15.076Z Compiling ref-cast v1.0.25
19492026-07-08T19:52:15.193Z Compiling ctutils v0.4.2
19502026-07-08T19:52:15.209Z Compiling spki v0.7.3
19512026-07-08T19:52:15.276Z Compiling tinyvec v1.10.0
19522026-07-08T19:52:15.395Z Compiling rand v0.9.2
19532026-07-08T19:52:15.432Z Compiling serde_spanned v0.6.9
19542026-07-08T19:52:15.460Z Compiling toml_datetime v0.6.11
19552026-07-08T19:52:15.464Z Compiling scroll v0.13.0
19562026-07-08T19:52:15.464Z Compiling scroll v0.12.0
19572026-07-08T19:52:15.508Z Compiling async-trait v0.1.89
19582026-07-08T19:52:15.601Z Compiling heapless v0.7.17
19592026-07-08T19:52:15.674Z Compiling bzip2-sys v0.1.13+1.0.8
19602026-07-08T19:52:15.689Z Compiling winnow v1.0.3
19612026-07-08T19:52:15.705Z Compiling atomic-waker v1.1.2
19622026-07-08T19:52:15.750Z Compiling try-lock v0.2.5
19632026-07-08T19:52:15.773Z Compiling cpufeatures v0.2.17
19642026-07-08T19:52:15.848Z Compiling winnow v0.7.14
19652026-07-08T19:52:15.864Z Compiling signal-hook v0.3.18
19662026-07-08T19:52:15.893Z Compiling zstd-safe v7.2.4
19672026-07-08T19:52:15.896Z Compiling tower-layer v0.3.3
19682026-07-08T19:52:15.966Z Compiling litrs v1.0.0
19692026-07-08T19:52:15.988Z Compiling tower-service v0.3.3
19702026-07-08T19:52:16.005Z Compiling untrusted v0.7.1
19712026-07-08T19:52:16.024Z Compiling rustix v0.38.44
19722026-07-08T19:52:16.061Z Compiling toml_parser v1.1.2+spec-1.1.0
19732026-07-08T19:52:16.079Z Compiling want v0.3.1
19742026-07-08T19:52:16.095Z Compiling goblin v0.10.5
19752026-07-08T19:52:16.137Z Compiling goblin v0.8.2
19762026-07-08T19:52:16.154Z Compiling tokio-util v0.7.18
19772026-07-08T19:52:16.376Z Compiling hybrid-array v0.4.13
19782026-07-08T19:52:16.442Z Compiling document-features v0.2.12
19792026-07-08T19:52:16.612Z Compiling zerocopy v0.7.35
19802026-07-08T19:52:16.636Z Compiling ipnet v2.11.0
19812026-07-08T19:52:17.077Z Compiling h2 v0.4.15
19822026-07-08T19:52:17.140Z Compiling ref-cast-impl v1.0.25
19832026-07-08T19:52:17.161Z Compiling darling_core v0.20.11
19842026-07-08T19:52:17.214Z Compiling curve25519-dalek v4.1.3
19852026-07-08T19:52:17.256Z Compiling memoffset v0.9.1
19862026-07-08T19:52:17.388Z Compiling foreign-types-shared v0.1.1
19872026-07-08T19:52:17.541Z Compiling winnow v0.5.40
19882026-07-08T19:52:17.589Z Compiling utf8parse v0.2.2
19892026-07-08T19:52:17.733Z Compiling untrusted v0.9.0
19902026-07-08T19:52:17.759Z Compiling httpdate v1.0.3
19912026-07-08T19:52:17.838Z Compiling powerfmt v0.2.0
19922026-07-08T19:52:17.937Z Compiling tempfile v3.25.0
19932026-07-08T19:52:17.988Z Compiling foreign-types v0.3.2
19942026-07-08T19:52:18.138Z Compiling deranged v0.5.8
19952026-07-08T19:52:18.144Z Compiling unicode-normalization v0.1.25
19962026-07-08T19:52:18.294Z Compiling dtrace-parser v0.2.0
19972026-07-08T19:52:18.608Z Compiling dof v0.3.0
19982026-07-08T19:52:18.859Z Compiling toml_edit v0.19.15
19992026-07-08T19:52:18.891Z Compiling dof v0.4.0
20002026-07-08T19:52:19.005Z Compiling pkcs8 v0.10.2
20012026-07-08T19:52:19.141Z Compiling darling_macro v0.20.11
20022026-07-08T19:52:19.345Z Compiling dtrace-parser v0.3.0
20032026-07-08T19:52:19.392Z Compiling pin-project-internal v1.1.11
20042026-07-08T19:52:19.652Z Compiling daft-derive v0.1.7
20052026-07-08T19:52:19.755Z Compiling spin v0.9.8
20062026-07-08T19:52:19.901Z Compiling thread-id v4.2.2
20072026-07-08T19:52:19.947Z Compiling thread-id v5.1.0
20082026-07-08T19:52:19.963Z Compiling anstyle v1.0.14
20092026-07-08T19:52:19.966Z Compiling num-bigint-dig v0.8.6
20102026-07-08T19:52:20.068Z Compiling num_threads v0.1.7
20112026-07-08T19:52:20.164Z Compiling smoltcp v0.9.1
20122026-07-08T19:52:20.207Z Compiling cfg_aliases v0.2.1
20132026-07-08T19:52:20.293Z Compiling hyper v1.10.1
20142026-07-08T19:52:20.327Z Compiling time v0.3.47
20152026-07-08T19:52:20.354Z Compiling nix v0.31.2
20162026-07-08T19:52:20.508Z Compiling darling v0.20.11
20172026-07-08T19:52:20.733Z Compiling sha2 v0.10.9
20182026-07-08T19:52:20.931Z Compiling ipnetwork v0.21.1
20192026-07-08T19:52:20.970Z Compiling hmac v0.12.1
20202026-07-08T19:52:20.984Z Compiling curve25519-dalek-derive v0.1.1
20212026-07-08T19:52:21.107Z Compiling strum_macros v0.26.4
20222026-07-08T19:52:21.157Z Compiling sync_wrapper v1.0.2
20232026-07-08T19:52:21.191Z Compiling wait-timeout v0.2.1
20242026-07-08T19:52:21.435Z Compiling hyper-util v0.1.20
20252026-07-08T19:52:21.503Z Compiling anstyle-query v1.1.5
20262026-07-08T19:52:21.638Z Compiling simd-adler32 v0.3.8
20272026-07-08T19:52:21.778Z Compiling is_terminal_polyfill v1.70.2
20282026-07-08T19:52:21.907Z Compiling bit-vec v0.8.0
20292026-07-08T19:52:21.939Z Compiling colorchoice v1.0.4
20302026-07-08T19:52:22.075Z Compiling quick-error v1.2.3
20312026-07-08T19:52:22.131Z Compiling siphasher v1.0.2
20322026-07-08T19:52:22.163Z Compiling bit-set v0.8.0
20332026-07-08T19:52:22.204Z Compiling rusty-fork v0.3.1
20342026-07-08T19:52:22.558Z Compiling tower v0.5.3
20352026-07-08T19:52:22.801Z Compiling derive_builder_core v0.20.2
20362026-07-08T19:52:23.189Z Compiling http-body-util v0.1.3
20372026-07-08T19:52:23.236Z Compiling hubpack_derive v0.1.1
20382026-07-08T19:52:23.267Z Compiling snafu-derive v0.8.9
20392026-07-08T19:52:23.283Z Compiling strum_macros v0.27.2
20402026-07-08T19:52:23.369Z Compiling rand_xorshift v0.4.0
20412026-07-08T19:52:23.560Z Compiling fs-err v3.3.0
20422026-07-08T19:52:23.565Z Compiling ahash v0.8.12
20432026-07-08T19:52:23.607Z Compiling unicode-properties v0.1.4
20442026-07-08T19:52:23.627Z Compiling unarray v0.1.4
20452026-07-08T19:52:23.734Z Compiling iri-string v0.7.10
20462026-07-08T19:52:23.778Z Compiling ryu v1.0.23
20472026-07-08T19:52:23.809Z Compiling object v0.37.3
20482026-07-08T19:52:23.950Z Compiling allocator-api2 v0.2.21
20492026-07-08T19:52:23.965Z Compiling adler2 v2.0.1
20502026-07-08T19:52:24.055Z Compiling unicode-segmentation v1.12.0
20512026-07-08T19:52:24.097Z Compiling unicode-bidi v0.3.18
20522026-07-08T19:52:24.113Z Compiling miniz_oxide v0.8.9
20532026-07-08T19:52:24.405Z Compiling serde_urlencoded v0.7.1
20542026-07-08T19:52:24.447Z Compiling stringprep v0.1.5
20552026-07-08T19:52:24.598Z Compiling proptest v1.10.0
20562026-07-08T19:52:24.685Z Compiling derive_builder_macro v0.20.2
20572026-07-08T19:52:24.845Z Compiling tokio-native-tls v0.3.1
20582026-07-08T19:52:24.881Z Compiling tower-http v0.6.8
20592026-07-08T19:52:24.946Z Compiling usdt-macro v0.6.0
20602026-07-08T19:52:25.044Z Compiling usdt-attr-macro v0.6.0
20612026-07-08T19:52:25.101Z Compiling anstyle-parse v1.0.0
20622026-07-08T19:52:25.135Z Compiling block-padding v0.4.2
20632026-07-08T19:52:25.190Z Compiling crypto-common v0.2.2
20642026-07-08T19:52:25.300Z Compiling block-buffer v0.12.1
20652026-07-08T19:52:25.544Z Compiling rustls-native-certs v0.8.3
20662026-07-08T19:52:25.562Z Compiling rand_chacha v0.3.1
20672026-07-08T19:52:25.764Z Compiling erased-serde v0.3.31
20682026-07-08T19:52:25.786Z Compiling signature v2.2.0
20692026-07-08T19:52:25.802Z Compiling md-5 v0.10.6
20702026-07-08T19:52:25.817Z Compiling bstr v1.12.1
20712026-07-08T19:52:25.867Z Compiling num-integer v0.1.46
20722026-07-08T19:52:25.885Z Compiling hash32 v0.2.1
20732026-07-08T19:52:25.961Z Compiling vergen-lib v9.1.0
20742026-07-08T19:52:26.071Z Compiling encoding_rs v0.8.35
20752026-07-08T19:52:26.178Z Compiling mime v0.3.17
20762026-07-08T19:52:26.194Z Compiling fallible-iterator v0.2.0
20772026-07-08T19:52:26.212Z Compiling cpufeatures v0.3.0
20782026-07-08T19:52:26.230Z Compiling zlib-rs v0.6.2
20792026-07-08T19:52:26.367Z Compiling psl-types v2.0.11
20802026-07-08T19:52:26.506Z Compiling publicsuffix v2.3.0
20812026-07-08T19:52:26.522Z Compiling postgres-protocol v0.6.10
20822026-07-08T19:52:26.587Z Compiling num-iter v0.1.45
20832026-07-08T19:52:26.622Z Compiling newtype-uuid v1.3.2
20842026-07-08T19:52:26.953Z Compiling rand v0.8.6
20852026-07-08T19:52:27.226Z Compiling oxnet v0.1.6
20862026-07-08T19:52:27.255Z Compiling inout v0.2.2
20872026-07-08T19:52:27.298Z Compiling anstream v1.0.0
20882026-07-08T19:52:27.426Z Compiling derive_builder v0.20.2
20892026-07-08T19:52:27.441Z Compiling hyper-tls v0.6.0
20902026-07-08T19:52:27.494Z Compiling heck v0.4.1
20912026-07-08T19:52:27.567Z Compiling phf_shared v0.13.1
20922026-07-08T19:52:27.607Z Compiling pin-project v1.1.11
20932026-07-08T19:52:27.672Z Compiling lazy_static v1.5.0
20942026-07-08T19:52:27.688Z Compiling anstyle-parse v0.2.7
20952026-07-08T19:52:27.813Z Compiling terminal_size v0.4.3
20962026-07-08T19:52:27.830Z Compiling serde_with_macros v3.17.0
20972026-07-08T19:52:27.833Z Compiling futures-executor v0.3.32
20982026-07-08T19:52:27.833Z Compiling hex v0.4.3
20992026-07-08T19:52:27.894Z Compiling clap_derive v4.6.1
21002026-07-08T19:52:27.965Z Compiling async-recursion v1.1.1
21012026-07-08T19:52:28.018Z Compiling enum-as-inner v0.6.1
21022026-07-08T19:52:28.106Z Compiling serde_repr v0.1.20
21032026-07-08T19:52:28.149Z Compiling ff v0.13.1
21042026-07-08T19:52:28.164Z Compiling vergen v9.1.0
21052026-07-08T19:52:28.196Z Compiling cargo-platform v0.3.2
21062026-07-08T19:52:28.346Z Compiling flate2 v1.1.9
21072026-07-08T19:52:28.461Z Compiling clap_lex v1.0.0
21082026-07-08T19:52:28.516Z Compiling foldhash v0.2.0
21092026-07-08T19:52:28.587Z Compiling bitflags v1.3.2
21102026-07-08T19:52:28.615Z Compiling same-file v1.0.6
21112026-07-08T19:52:28.699Z Compiling managed v0.8.0
21122026-07-08T19:52:28.702Z Compiling libbz2-rs-sys v0.2.2
21132026-07-08T19:52:28.740Z Compiling foldhash v0.1.5
21142026-07-08T19:52:28.908Z Compiling base16ct v0.2.0
21152026-07-08T19:52:28.923Z Compiling bumpalo v3.20.2
21162026-07-08T19:52:29.007Z Compiling hashbrown v0.15.5
21172026-07-08T19:52:29.079Z Compiling sec1 v0.7.3
21182026-07-08T19:52:29.094Z Compiling walkdir v2.5.0
21192026-07-08T19:52:29.122Z Compiling bzip2 v0.6.1
21202026-07-08T19:52:29.191Z Compiling zopfli v0.8.3
21212026-07-08T19:52:29.299Z Compiling hashbrown v0.16.1
21222026-07-08T19:52:29.336Z Compiling clap_builder v4.6.0
21232026-07-08T19:52:29.411Z Compiling cargo_metadata v0.23.1
21242026-07-08T19:52:29.554Z Compiling group v0.13.0
21252026-07-08T19:52:29.741Z Compiling futures v0.3.32
21262026-07-08T19:52:29.759Z Compiling zstd v0.13.3
21272026-07-08T19:52:29.904Z Compiling anstream v0.6.21
21282026-07-08T19:52:30.120Z Compiling phf v0.13.1
21292026-07-08T19:52:30.295Z Compiling snafu v0.8.9
21302026-07-08T19:52:30.374Z Compiling reqwest v0.12.28
21312026-07-08T19:52:30.647Z Compiling daft v0.1.7
21322026-07-08T19:52:30.663Z Compiling signal-hook-mio v0.2.5
21332026-07-08T19:52:30.799Z Compiling cipher v0.5.2
21342026-07-08T19:52:30.802Z Compiling cookie_store v0.22.1
21352026-07-08T19:52:30.988Z Compiling postgres-types v0.2.12
21362026-07-08T19:52:31.018Z Compiling bzip2 v0.4.4
21372026-07-08T19:52:31.090Z Compiling globset v0.4.18
21382026-07-08T19:52:31.203Z Compiling ed25519 v2.2.3
21392026-07-08T19:52:31.241Z Compiling strum v0.27.2
21402026-07-08T19:52:31.416Z Compiling hubpack v0.1.2
21412026-07-08T19:52:31.464Z Compiling phf_shared v0.11.3
21422026-07-08T19:52:31.514Z Compiling hkdf v0.12.4
21432026-07-08T19:52:31.529Z Compiling crossbeam-epoch v0.9.18
21442026-07-08T19:52:31.565Z Compiling pkcs1 v0.7.5
21452026-07-08T19:52:31.641Z Compiling olpc-cjson v0.1.4
21462026-07-08T19:52:31.817Z Compiling pem v3.0.6
21472026-07-08T19:52:31.917Z Compiling serde-big-array v0.5.1
21482026-07-08T19:52:31.933Z Compiling serde_plain v1.0.2
21492026-07-08T19:52:32.060Z Compiling crypto-bigint v0.5.5
21502026-07-08T19:52:32.098Z Compiling float-cmp v0.10.0
21512026-07-08T19:52:32.147Z Compiling memmap2 v0.9.10
21522026-07-08T19:52:32.163Z Compiling env_filter v1.0.0
21532026-07-08T19:52:32.264Z Compiling precomputed-hash v0.1.1
21542026-07-08T19:52:32.285Z Compiling const-oid v0.10.2
21552026-07-08T19:52:32.362Z Compiling data-encoding v2.10.0
21562026-07-08T19:52:32.377Z Compiling normalize-line-endings v0.3.0
21572026-07-08T19:52:32.431Z Compiling fixedbitset v0.4.2
21582026-07-08T19:52:32.447Z Compiling jiff v0.2.21
21592026-07-08T19:52:32.485Z Compiling toml_write v0.1.2
21602026-07-08T19:52:32.500Z Compiling predicates-core v1.0.10
21612026-07-08T19:52:32.517Z Compiling static_assertions v1.1.0
21622026-07-08T19:52:32.647Z Compiling difflib v0.4.0
21632026-07-08T19:52:32.686Z Compiling new_debug_unreachable v1.0.6
21642026-07-08T19:52:32.702Z Compiling keccak v0.1.6
21652026-07-08T19:52:32.756Z Compiling whoami v2.1.0
21662026-07-08T19:52:32.860Z Compiling typed-path v0.9.3
21672026-07-08T19:52:32.894Z Compiling fixedbitset v0.5.7
21682026-07-08T19:52:32.916Z Compiling predicates v3.1.4
21692026-07-08T19:52:32.932Z Compiling sha3 v0.10.8
21702026-07-08T19:52:32.975Z Compiling chacha20 v0.10.0
21712026-07-08T19:52:33.075Z Compiling elliptic-curve v0.13.8
21722026-07-08T19:52:33.109Z Compiling petgraph v0.8.3
21732026-07-08T19:52:33.109Z Compiling tokio-postgres v0.7.16
21742026-07-08T19:52:33.178Z Compiling string_cache v0.8.9
21752026-07-08T19:52:33.215Z Compiling hickory-proto v0.25.2
21762026-07-08T19:52:33.218Z Compiling toml_edit v0.22.27
21772026-07-08T19:52:33.281Z Compiling petgraph v0.6.5
21782026-07-08T19:52:33.392Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21792026-07-08T19:52:33.464Z Compiling digest v0.11.3
21802026-07-08T19:52:33.635Z Compiling env_logger v0.11.9
21812026-07-08T19:52:33.661Z Compiling usdt v0.6.0
21822026-07-08T19:52:34.213Z Compiling rsa v0.9.10
21832026-07-08T19:52:35.158Z Compiling zip v4.6.1
21842026-07-08T19:52:35.289Z Compiling ed25519-dalek v2.2.0
21852026-07-08T19:52:35.314Z Compiling zip v0.6.6
21862026-07-08T19:52:35.574Z Compiling iddqd v0.4.2
21872026-07-08T19:52:35.602Z Compiling clap v4.6.1
21882026-07-08T19:52:35.694Z Compiling crossterm v0.28.1
21892026-07-08T19:52:36.143Z Compiling serde_with v3.17.0
21902026-07-08T19:52:36.188Z Compiling similar v2.7.0
21912026-07-08T19:52:36.254Z Compiling strum v0.26.3
21922026-07-08T19:52:36.379Z Compiling toml v0.7.8
21932026-07-08T19:52:36.401Z Compiling tokio-stream v0.1.18
21942026-07-08T19:52:36.416Z Compiling buf-list v1.1.2
21952026-07-08T19:52:36.738Z Compiling x509-cert v0.2.5
21962026-07-08T19:52:36.780Z Compiling itertools v0.13.0
21972026-07-08T19:52:36.916Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21982026-07-08T19:52:37.356Z Compiling openapiv3 v2.2.0
21992026-07-08T19:52:37.678Z Compiling peg-runtime v0.8.5
22002026-07-08T19:52:37.825Z Compiling lalrpop-util v0.19.12
22012026-07-08T19:52:53.766Z Compiling rustls-webpki v0.103.13
22022026-07-08T19:52:55.183Z Compiling macaddr v1.0.1
22032026-07-08T19:52:55.235Z Compiling structmeta-derive v0.3.0
22042026-07-08T19:52:55.375Z Compiling crucible-workspace-hack v0.1.0
22052026-07-08T19:52:55.471Z Compiling rayon-core v1.13.0
22062026-07-08T19:52:55.488Z Compiling itertools v0.14.0
22072026-07-08T19:52:55.549Z Compiling secrecy v0.10.3
22082026-07-08T19:52:55.617Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22092026-07-08T19:52:55.721Z Compiling toml_datetime v0.7.5+spec-1.1.0
22102026-07-08T19:52:55.736Z Compiling heapless v0.8.0
22112026-07-08T19:52:55.914Z Compiling toml_edit v0.23.10+spec-1.0.0
22122026-07-08T19:52:56.042Z Compiling crossbeam-deque v0.8.6
22132026-07-08T19:52:56.061Z Compiling inout v0.1.4
22142026-07-08T19:52:56.076Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22152026-07-08T19:52:56.105Z Compiling hash32 v0.3.1
22162026-07-08T19:52:56.244Z Compiling multer v3.1.0
22172026-07-08T19:52:56.260Z Compiling thread_local v1.1.9
22182026-07-08T19:52:56.278Z Compiling smoltcp v0.11.0
22192026-07-08T19:52:56.281Z Compiling compression-core v0.4.31
22202026-07-08T19:52:56.282Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22212026-07-08T19:52:56.282Z Compiling unicode-width v0.2.0
22222026-07-08T19:52:56.282Z Compiling structmeta v0.3.0
22232026-07-08T19:52:56.481Z Compiling slog-async v2.8.0
22242026-07-08T19:52:56.519Z Compiling match_cfg v0.1.0
22252026-07-08T19:52:56.536Z Compiling derive-ex v0.1.8
22262026-07-08T19:52:56.608Z Compiling hostname v0.3.1
22272026-07-08T19:52:56.611Z Compiling compression-codecs v0.4.37
22282026-07-08T19:52:56.641Z Compiling proc-macro-crate v3.4.0
22292026-07-08T19:52:56.767Z Compiling ingot-macros v0.1.1
22302026-07-08T19:52:56.798Z Compiling cipher v0.4.4
22312026-07-08T19:52:56.840Z Compiling atomicwrites v0.4.4
22322026-07-08T19:52:56.867Z Compiling slog-json v2.6.1
22332026-07-08T19:52:57.030Z Compiling crossbeam-channel v0.5.15
22342026-07-08T19:52:57.088Z Compiling half v2.7.1
22352026-07-08T19:52:57.109Z Compiling newtype-uuid-macros v0.1.0
22362026-07-08T19:52:57.152Z Compiling cobs v0.3.0
22372026-07-08T19:52:57.176Z Compiling universal-hash v0.5.1
22382026-07-08T19:52:57.191Z Compiling tokio-rustls v0.26.4
22392026-07-08T19:52:57.338Z Compiling rustls-platform-verifier v0.6.2
22402026-07-08T19:52:57.453Z Compiling hyper-rustls v0.27.7
22412026-07-08T19:52:57.469Z Compiling tough v0.22.0
22422026-07-08T19:52:57.485Z Compiling thiserror-impl-no-std v2.0.2
22432026-07-08T19:52:57.562Z Compiling async-stream-impl v0.3.6
22442026-07-08T19:52:57.743Z Compiling reqwest v0.13.2
22452026-07-08T19:52:57.767Z Compiling serde_spanned v1.1.1
22462026-07-08T19:52:57.863Z Compiling toml_datetime v1.1.1+spec-1.1.0
22472026-07-08T19:52:57.940Z Compiling is-terminal v0.4.17
22482026-07-08T19:52:58.063Z Compiling dropshot v0.17.1
22492026-07-08T19:52:58.108Z Compiling proc-macro-error-attr v1.0.4
22502026-07-08T19:52:58.166Z Compiling term v1.2.1
22512026-07-08T19:52:58.296Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22522026-07-08T19:52:58.312Z Compiling ciborium-io v0.2.2
22532026-07-08T19:52:58.314Z Compiling take_mut v0.2.2
22542026-07-08T19:52:58.344Z Compiling toml_writer v1.1.1+spec-1.1.0
22552026-07-08T19:52:58.432Z Compiling convert_case v0.4.0
22562026-07-08T19:52:58.467Z Compiling opaque-debug v0.3.1
22572026-07-08T19:52:58.543Z Compiling toml v1.1.2+spec-1.1.0
22582026-07-08T19:52:58.558Z Compiling poly1305 v0.8.0
22592026-07-08T19:52:58.561Z Compiling thiserror-no-std v2.0.2
22602026-07-08T19:52:58.622Z Compiling slog-term v2.9.2
22612026-07-08T19:52:58.746Z Compiling derive_more v0.99.20
22622026-07-08T19:52:58.764Z Compiling ciborium-ll v0.2.2
22632026-07-08T19:52:58.920Z Compiling async-stream v0.3.6
22642026-07-08T19:52:59.044Z Compiling test-strategy v0.4.5
22652026-07-08T19:52:59.134Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22662026-07-08T19:52:59.215Z Compiling postcard v1.1.3
22672026-07-08T19:52:59.391Z Compiling ingot-types v0.1.2
22682026-07-08T19:52:59.644Z Compiling num_enum_derive v0.7.6
22692026-07-08T19:52:59.855Z Compiling ingot v0.1.1
22702026-07-08T19:52:59.914Z Compiling slog-bunyan v2.5.0
22712026-07-08T19:52:59.929Z Compiling chacha20 v0.9.1
22722026-07-08T19:52:59.973Z Compiling async-compression v0.4.41
22732026-07-08T19:53:00.213Z Compiling parse-display-derive v0.10.0
22742026-07-08T19:53:00.451Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22752026-07-08T19:53:00.480Z Compiling sha1 v0.11.0
22762026-07-08T19:53:00.564Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22772026-07-08T19:53:00.814Z Compiling proc-macro-crate v1.3.1
22782026-07-08T19:53:00.924Z Compiling waitgroup v0.1.2
22792026-07-08T19:53:00.947Z Compiling backon v1.6.0
22802026-07-08T19:53:00.963Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22812026-07-08T19:53:01.043Z Compiling password-hash v0.5.0
22822026-07-08T19:53:01.069Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22832026-07-08T19:53:01.101Z Compiling rustls-pemfile v2.2.0
22842026-07-08T19:53:01.171Z Compiling dropshot_endpoint v0.17.1
22852026-07-08T19:53:01.189Z Compiling blake2 v0.10.6
22862026-07-08T19:53:01.223Z Compiling aead v0.5.2
22872026-07-08T19:53:01.344Z Compiling foreign-types-macros v0.2.3
22882026-07-08T19:53:01.402Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22892026-07-08T19:53:01.424Z Compiling serde_path_to_error v0.1.20
22902026-07-08T19:53:01.457Z Compiling hostname v0.4.2
22912026-07-08T19:53:01.588Z Compiling proc-macro-error v1.0.4
22922026-07-08T19:53:01.642Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22932026-07-08T19:53:01.689Z Compiling instant v0.1.13
22942026-07-08T19:53:01.706Z Compiling foreign-types-shared v0.3.1
22952026-07-08T19:53:01.820Z Compiling debug-ignore v1.0.5
22962026-07-08T19:53:01.850Z Compiling backoff v0.4.0
22972026-07-08T19:53:01.881Z Compiling parse-display v0.10.0
22982026-07-08T19:53:01.915Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22992026-07-08T19:53:01.957Z Compiling argon2 v0.5.3
23002026-07-08T19:53:01.972Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23012026-07-08T19:53:01.989Z Compiling chacha20poly1305 v0.10.1
23022026-07-08T19:53:01.993Z Compiling foreign-types v0.5.0
23032026-07-08T19:53:02.056Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23042026-07-08T19:53:02.101Z Compiling num_enum_derive v0.5.11
23052026-07-08T19:53:02.118Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23062026-07-08T19:53:02.135Z Compiling num_enum v0.7.6
23072026-07-08T19:53:02.135Z Compiling ciborium v0.2.2
23082026-07-08T19:53:02.278Z Compiling vsss-rs v3.3.4
23092026-07-08T19:53:02.579Z Compiling tabwriter v1.4.1
23102026-07-08T19:53:02.594Z Compiling regress v0.10.5
23112026-07-08T19:53:02.689Z Compiling byte-wrapper v0.1.0
23122026-07-08T19:53:02.708Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23132026-07-08T19:53:02.766Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23142026-07-08T19:53:02.803Z Compiling cstr-argument v0.1.2
23152026-07-08T19:53:02.841Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23162026-07-08T19:53:02.969Z Compiling humantime v2.3.0
23172026-07-08T19:53:02.995Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23182026-07-08T19:53:03.043Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23192026-07-08T19:53:03.090Z Compiling num_enum v0.5.11
23202026-07-08T19:53:03.107Z Compiling rayon v1.11.0
23212026-07-08T19:53:03.182Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23222026-07-08T19:53:03.225Z Compiling rand v0.10.1
23232026-07-08T19:53:03.293Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23242026-07-08T19:53:03.317Z Compiling libefi-sys v0.1.0
23252026-07-08T19:53:03.333Z Compiling indent_write v2.2.0
23262026-07-08T19:53:03.428Z Compiling colored v3.1.1
23272026-07-08T19:53:03.444Z Compiling zone_cfg_derive v0.3.1
23282026-07-08T19:53:03.505Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23292026-07-08T19:53:03.574Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23302026-07-08T19:53:03.611Z Compiling camino-tempfile v1.4.1
23312026-07-08T19:53:03.656Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23322026-07-08T19:53:03.701Z Compiling itertools v0.12.1
23332026-07-08T19:53:03.704Z Compiling usdt-attr-macro v0.5.0
23342026-07-08T19:53:03.817Z Compiling usdt-macro v0.5.0
23352026-07-08T19:53:04.040Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23362026-07-08T19:53:04.055Z Compiling bitfield-struct v0.6.2
23372026-07-08T19:53:04.073Z Compiling num-derive v0.4.2
23382026-07-08T19:53:04.105Z Compiling blake3 v1.8.5
23392026-07-08T19:53:04.121Z Compiling sigpipe v0.1.3
23402026-07-08T19:53:04.137Z Compiling memmap v0.7.0
23412026-07-08T19:53:04.159Z Compiling swrite v0.1.0
23422026-07-08T19:53:04.175Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23432026-07-08T19:53:04.231Z Compiling glob v0.3.3
23442026-07-08T19:53:04.288Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23452026-07-08T19:53:04.513Z Compiling smf v0.2.3
23462026-07-08T19:53:04.554Z Compiling usdt v0.5.0
23472026-07-08T19:53:04.603Z Compiling filetime v0.2.27
23482026-07-08T19:53:04.655Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23492026-07-08T19:53:04.701Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23502026-07-08T19:53:04.751Z Compiling arrayref v0.3.9
23512026-07-08T19:53:04.822Z Compiling constant_time_eq v0.4.2
23522026-07-08T19:53:04.839Z Compiling xattr v1.6.1
23532026-07-08T19:53:04.943Z Compiling arrayvec v0.7.6
23542026-07-08T19:53:04.991Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23552026-07-08T19:53:05.006Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23562026-07-08T19:53:05.031Z Compiling zone v0.3.1
23572026-07-08T19:53:05.046Z Compiling whoami v1.6.1
23582026-07-08T19:53:05.062Z Compiling tar v0.4.45
23592026-07-08T19:53:05.188Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23602026-07-08T19:53:05.208Z Compiling tokio-dtrace v0.1.1
23612026-07-08T19:53:05.223Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23622026-07-08T19:53:05.290Z Compiling console v0.16.2
23632026-07-08T19:53:05.492Z Compiling gethostname v0.5.0
23642026-07-08T19:53:05.544Z Compiling topological-sort v0.2.2
23652026-07-08T19:53:05.638Z Compiling unit-prefix v0.5.2
23662026-07-08T19:53:05.667Z Compiling oxide-tokio-rt v0.1.4
23672026-07-08T19:53:05.700Z Compiling toml v0.8.23
23682026-07-08T19:53:05.812Z Compiling indicatif v0.18.4
23692026-07-08T19:53:05.836Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23702026-07-08T19:53:05.885Z Compiling shell-words v1.1.1
23712026-07-08T19:53:15.122Z Compiling progenitor-client v0.14.0
23722026-07-08T19:53:15.122Z Compiling omicron-zone-package v0.12.3
23732026-07-08T19:53:15.362Z Compiling progenitor-extras v0.2.0
23742026-07-08T19:53:15.690Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23752026-07-08T19:53:15.714Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23762026-07-08T19:53:15.832Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23772026-07-08T19:53:15.888Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23782026-07-08T19:53:15.902Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23792026-07-08T19:53:15.906Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23802026-07-08T19:53:16.030Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23812026-07-08T19:53:16.222Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23822026-07-08T19:53:16.698Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23832026-07-08T19:53:20.624Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23842026-07-08T19:53:28.600Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23852026-07-08T19:53:31.754Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23862026-07-08T19:53:32.791Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23872026-07-08T19:53:42.123Z Finished `release` profile [optimized] target(s) in 1m 39s
23882026-07-08T19:53:42.265Z Running `target/release/omicron-package -t test target create -p dev`
23892026-07-08T19:53:42.326ZLogging to: /work/oxidecomputer/omicron/out/LOG
23902026-07-08T19:53:42.331ZCreated new build target 'test' and set it as active
23912026-07-08T19:53:42.331Z
23922026-07-08T19:53:42.331Zreal 1:40.201426059
23932026-07-08T19:53:42.331Zuser 16:26.966782564
23942026-07-08T19:53:42.331Zsys 2:35.902325244
23952026-07-08T19:53:42.331Ztrap 0.468423339
23962026-07-08T19:53:42.331Ztflt 2.147169245
23972026-07-08T19:53:42.331Zdflt 4.091111035
23982026-07-08T19:53:42.331Zkflt 0.000536499
23992026-07-08T19:53:42.331Zlock 51:56.882974680
24002026-07-08T19:53:42.331Zslp 42:19.251192859
24012026-07-08T19:53:42.331Zlat 46.370077297
24022026-07-08T19:53:42.331Zstop 5:17.551904401
24032026-07-08T19:53:42.331Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24042026-07-08T19:53:43.171Z Finished `release` profile [optimized] target(s) in 0.82s
24052026-07-08T19:53:43.234Z Running `target/release/omicron-package -t test package`
24062026-07-08T19:53:43.289ZLogging to: /work/oxidecomputer/omicron/out/LOG
24072026-07-08T19:53:44.658Z Compiling heck v0.5.0
24082026-07-08T19:53:44.658Z Compiling regress v0.11.1
24092026-07-08T19:53:44.856Z Compiling unsafe-libyaml v0.2.11
24102026-07-08T19:53:44.912Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24112026-07-08T19:53:44.935Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24122026-07-08T19:53:44.955Z Compiling unicode-width v0.1.14
24132026-07-08T19:53:44.972Z Compiling atomicwrites v0.4.4
24142026-07-08T19:53:44.992Z Compiling derive-where v1.6.0
24152026-07-08T19:53:44.999Z Compiling bytecount v0.6.9
24162026-07-08T19:53:45.030Z Compiling is-terminal v0.4.17
24172026-07-08T19:53:45.033Z Compiling prettyplease v0.2.37
24182026-07-08T19:53:45.033Z Compiling console v0.15.11
24192026-07-08T19:53:45.033Z Compiling newline-converter v0.3.0
24202026-07-08T19:53:45.033Z Compiling slog-dtrace v0.3.0
24212026-07-08T19:53:45.091Z Compiling cancel-safe-futures v0.1.5
24222026-07-08T19:53:45.153Z Compiling resolv-conf v0.7.6
24232026-07-08T19:53:45.181Z Compiling owo-colors v4.3.0
24242026-07-08T19:53:45.184Z Compiling num-rational v0.4.2
24252026-07-08T19:53:45.221Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24262026-07-08T19:53:45.263Z Compiling libsw-core v0.3.2
24272026-07-08T19:53:45.283Z Compiling num-complex v0.4.6
24282026-07-08T19:53:45.370Z Compiling thread_local v1.1.9
24292026-07-08T19:53:45.455Z Compiling serde_yaml v0.9.34+deprecated
24302026-07-08T19:53:45.460Z Compiling expectorate v1.2.0
24312026-07-08T19:53:45.481Z Compiling match_cfg v0.1.0
24322026-07-08T19:53:45.555Z Compiling compression-core v0.4.31
24332026-07-08T19:53:45.579Z Compiling hostname v0.3.1
24342026-07-08T19:53:45.690Z Compiling compression-codecs v0.4.37
24352026-07-08T19:53:45.728Z Compiling num v0.4.3
24362026-07-08T19:53:45.732Z Compiling libsw v3.5.0
24372026-07-08T19:53:45.770Z Compiling multer v3.1.0
24382026-07-08T19:53:45.787Z Compiling slog-async v2.8.0
24392026-07-08T19:53:45.835Z Compiling crossbeam-channel v0.5.15
24402026-07-08T19:53:45.849Z Compiling slog-json v2.6.1
24412026-07-08T19:53:45.870Z Compiling toml_datetime v1.1.1+spec-1.1.0
24422026-07-08T19:53:45.947Z Compiling serde_spanned v1.1.1
24432026-07-08T19:53:45.970Z Compiling linked-hash-map v0.5.6
24442026-07-08T19:53:46.010Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24452026-07-08T19:53:46.087Z Compiling take_mut v0.2.2
24462026-07-08T19:53:46.108Z Compiling toml_writer v1.1.1+spec-1.1.0
24472026-07-08T19:53:46.132Z Compiling linear-map v1.2.0
24482026-07-08T19:53:46.181Z Compiling term v1.2.1
24492026-07-08T19:53:46.203Z Compiling float-ord v0.3.2
24502026-07-08T19:53:46.245Z Compiling lru-cache v0.1.2
24512026-07-08T19:53:46.248Z Compiling slog-bunyan v2.5.0
24522026-07-08T19:53:46.289Z Compiling toml v1.1.2+spec-1.1.0
24532026-07-08T19:53:46.323Z Compiling async-compression v0.4.41
24542026-07-08T19:53:46.343Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24552026-07-08T19:53:46.362Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24562026-07-08T19:53:46.405Z Compiling typify-impl v0.6.2
24572026-07-08T19:53:46.446Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24582026-07-08T19:53:46.552Z Compiling slog-term v2.9.2
24592026-07-08T19:53:46.603Z Compiling async-stream v0.3.6
24602026-07-08T19:53:46.661Z Compiling dropshot v0.17.1
24612026-07-08T19:53:46.684Z Compiling sha1 v0.11.0
24622026-07-08T19:53:46.726Z Compiling progenitor-client v0.14.0
24632026-07-08T19:53:46.755Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24642026-07-08T19:53:46.797Z Compiling waitgroup v0.1.2
24652026-07-08T19:53:46.816Z Compiling rustls-pemfile v2.2.0
24662026-07-08T19:53:46.937Z Compiling backon v1.6.0
24672026-07-08T19:53:46.963Z Compiling serde_path_to_error v0.1.20
24682026-07-08T19:53:46.984Z Compiling hostname v0.4.2
24692026-07-08T19:53:46.987Z Compiling instant v0.1.13
24702026-07-08T19:53:47.038Z Compiling minimal-lexical v0.2.1
24712026-07-08T19:53:47.068Z Compiling debug-ignore v1.0.5
24722026-07-08T19:53:47.089Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24732026-07-08T19:53:47.139Z Compiling progenitor-extras v0.2.0
24742026-07-08T19:53:47.167Z Compiling backoff v0.4.0
24752026-07-08T19:53:47.171Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24762026-07-08T19:53:47.211Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24772026-07-08T19:53:47.339Z Compiling nom v7.1.3
24782026-07-08T19:53:47.411Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24792026-07-08T19:53:47.429Z Compiling parse-display v0.10.0
24802026-07-08T19:53:47.477Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24812026-07-08T19:53:47.480Z Compiling hickory-proto v0.24.4
24822026-07-08T19:53:47.652Z Compiling regress v0.10.5
24832026-07-08T19:53:48.060Z Compiling macaddr v1.0.1
24842026-07-08T19:53:48.137Z Compiling unicode-xid v0.2.6
24852026-07-08T19:53:48.157Z Compiling humantime v2.3.0
24862026-07-08T19:53:48.325Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24872026-07-08T19:53:48.452Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24882026-07-08T19:53:48.545Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24892026-07-08T19:53:48.725Z Compiling convert_case v0.10.0
24902026-07-08T19:53:48.863Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24912026-07-08T19:53:49.020Z Compiling derive_more-impl v2.1.1
24922026-07-08T19:53:49.313Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24932026-07-08T19:53:49.506Z Compiling toml v0.8.23
24942026-07-08T19:53:49.680Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24952026-07-08T19:53:49.712Z Compiling papergrid v0.11.0
24962026-07-08T19:53:49.828Z Compiling derive_more v2.1.1
24972026-07-08T19:53:49.873Z Compiling tabled_derive v0.7.0
24982026-07-08T19:53:49.918Z Compiling typify-macro v0.6.2
24992026-07-08T19:53:49.944Z Compiling termtree v0.5.1
25002026-07-08T19:53:50.095Z Compiling hickory-resolver v0.24.4
25012026-07-08T19:53:50.116Z Compiling crossterm v0.29.0
25022026-07-08T19:53:50.139Z Compiling phf_shared v0.12.1
25032026-07-08T19:53:50.388Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25042026-07-08T19:53:50.798Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25052026-07-08T19:53:50.913Z Compiling tabled v0.15.0
25062026-07-08T19:53:51.025Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25072026-07-08T19:53:51.506Z Compiling typify v0.6.2
25082026-07-08T19:53:51.781Z Compiling progenitor-impl v0.14.0
25092026-07-08T19:53:52.124Z Compiling qorb v0.4.1
25102026-07-08T19:53:53.082Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25112026-07-08T19:53:53.616Z Compiling csv-core v0.1.13
25122026-07-08T19:53:53.984Z Compiling progenitor-macro v0.14.0
25132026-07-08T19:53:54.034Z Compiling vte v0.14.1
25142026-07-08T19:53:54.291Z Compiling chrono-tz v0.10.4
25152026-07-08T19:53:54.528Z Compiling highway v1.3.0
25162026-07-08T19:53:54.872Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25172026-07-08T19:53:55.311Z Compiling strip-ansi-escapes v0.2.1
25182026-07-08T19:53:55.326Z Compiling csv v1.4.0
25192026-07-08T19:53:55.440Z Compiling phf v0.12.1
25202026-07-08T19:53:55.543Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25212026-07-08T19:53:55.612Z Compiling const_format_proc_macros v0.2.34
25222026-07-08T19:53:55.644Z Compiling fd-lock v4.0.4
25232026-07-08T19:53:55.811Z Compiling peg-macros v0.8.5
25242026-07-08T19:53:56.046Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25252026-07-08T19:53:56.388Z Compiling nu-ansi-term v0.50.3
25262026-07-08T19:53:56.410Z Compiling const_format v0.2.35
25272026-07-08T19:53:56.655Z Compiling reedline v0.40.0
25282026-07-08T19:53:56.948Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25292026-07-08T19:53:57.100Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25302026-07-08T19:53:57.394Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25312026-07-08T19:53:58.048Z Compiling progenitor v0.14.0
25322026-07-08T19:53:58.087Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25332026-07-08T19:53:58.240Z Compiling peg v0.8.5
25342026-07-08T19:53:58.247Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25352026-07-08T19:53:58.256Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25362026-07-08T19:53:58.425Z Compiling bcs v0.1.6
25372026-07-08T19:53:58.892Z Compiling nom v8.0.0
25382026-07-08T19:53:58.913Z Compiling semver v0.1.20
25392026-07-08T19:53:59.200Z Compiling rustc_version v0.1.7
25402026-07-08T19:53:59.440Z Compiling newtype_derive v0.1.6
25412026-07-08T19:53:59.674Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25422026-07-08T19:53:59.940Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25432026-07-08T19:54:00.042Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25442026-07-08T19:54:00.248Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25452026-07-08T19:54:00.322Z Compiling smawk v0.3.2
25462026-07-08T19:54:00.536Z Compiling unicode-linebreak v0.1.5
25472026-07-08T19:54:00.641Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25482026-07-08T19:54:00.792Z Compiling textwrap v0.16.2
25492026-07-08T19:54:00.868Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25502026-07-08T19:54:00.932Z Compiling steno v0.4.1
25512026-07-08T19:54:00.956Z Compiling base64 v0.21.7
25522026-07-08T19:54:01.494Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25532026-07-08T19:54:01.974Z Compiling dropshot-api-manager-types v0.7.2
25542026-07-08T19:54:02.000Z Compiling sha1 v0.10.6
25552026-07-08T19:54:02.421Z Compiling utf-8 v0.7.6
25562026-07-08T19:54:02.444Z Compiling tagptr v0.2.0
25572026-07-08T19:54:02.579Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25582026-07-08T19:54:02.634Z Compiling moka v0.12.13
25592026-07-08T19:54:02.654Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25602026-07-08T19:54:02.676Z Compiling tungstenite v0.21.0
25612026-07-08T19:54:02.837Z Compiling display-error-chain v0.2.2
25622026-07-08T19:54:03.002Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25632026-07-08T19:54:03.022Z Compiling radium v0.7.0
25642026-07-08T19:54:03.058Z Compiling maybe-uninit v2.0.0
25652026-07-08T19:54:03.333Z Compiling tokio-tungstenite v0.21.0
25662026-07-08T19:54:03.406Z Compiling tap v1.0.1
25672026-07-08T19:54:03.553Z Compiling wyz v0.5.1
25682026-07-08T19:54:03.733Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25692026-07-08T19:54:03.806Z Compiling hickory-resolver v0.25.2
25702026-07-08T19:54:04.072Z Compiling vergen-lib v0.1.6
25712026-07-08T19:54:04.168Z Compiling zerocopy-derive v0.6.6
25722026-07-08T19:54:04.316Z Compiling packed_struct v0.10.1
25732026-07-08T19:54:04.672Z Compiling diesel_derives v2.3.7
25742026-07-08T19:54:04.824Z Compiling crc-catalog v2.4.0
25752026-07-08T19:54:04.934Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25762026-07-08T19:54:04.964Z Compiling funty v2.0.0
25772026-07-08T19:54:05.002Z Compiling zerocopy v0.6.6
25782026-07-08T19:54:05.420Z Compiling bitvec v1.0.1
25792026-07-08T19:54:05.748Z Compiling crc v3.4.0
25802026-07-08T19:54:05.984Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25812026-07-08T19:54:06.271Z Compiling scheduled-thread-pool v0.2.7
25822026-07-08T19:54:06.673Z Compiling dsl_auto_type v0.2.0
25832026-07-08T19:54:06.860Z Compiling packed_struct_codegen v0.10.1
25842026-07-08T19:54:06.975Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25852026-07-08T19:54:07.119Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25862026-07-08T19:54:07.292Z Compiling vergen-gitcl v1.0.8
25872026-07-08T19:54:07.325Z Compiling diesel_table_macro_syntax v0.3.0
25882026-07-08T19:54:07.348Z Compiling bitfield-macros v0.19.4
25892026-07-08T19:54:07.528Z Compiling proc-macro-error-attr2 v2.0.0
25902026-07-08T19:54:07.554Z Compiling dirs-sys-next v0.1.2
25912026-07-08T19:54:07.826Z Compiling indexmap v1.9.3
25922026-07-08T19:54:07.903Z Compiling nodrop v0.1.14
25932026-07-08T19:54:07.974Z Compiling maplit v1.0.2
25942026-07-08T19:54:08.031Z Compiling crunchy v0.2.4
25952026-07-08T19:54:08.075Z Compiling glob v0.3.3
25962026-07-08T19:54:08.096Z Compiling bitfield v0.19.4
25972026-07-08T19:54:08.148Z Compiling array-init v0.0.4
25982026-07-08T19:54:08.362Z Compiling proc-macro-error2 v2.0.1
25992026-07-08T19:54:08.451Z Compiling clang-sys v1.8.1
26002026-07-08T19:54:08.537Z Compiling dirs-next v2.0.0
26012026-07-08T19:54:08.700Z Compiling r2d2 v0.8.10
26022026-07-08T19:54:08.726Z Compiling smallvec v0.6.14
26032026-07-08T19:54:08.990Z Compiling num-derive v0.3.3
26042026-07-08T19:54:09.028Z Compiling tiny-keccak v2.0.2
26052026-07-08T19:54:09.194Z Compiling downcast-rs v2.0.2
26062026-07-08T19:54:09.216Z Compiling hashbrown v0.12.3
26072026-07-08T19:54:09.327Z Compiling serde-hex v0.1.0
26082026-07-08T19:54:09.494Z Compiling tabled_derive v0.11.0
26092026-07-08T19:54:09.573Z Compiling term v0.7.0
26102026-07-08T19:54:09.816Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26112026-07-08T19:54:09.889Z Compiling libscf-sys v1.1.0
26122026-07-08T19:54:10.064Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26132026-07-08T19:54:10.086Z Compiling ron v0.8.1
26142026-07-08T19:54:10.089Z Compiling papergrid v0.17.0
26152026-07-08T19:54:10.211Z Compiling testing_table v0.3.0
26162026-07-08T19:54:10.306Z Compiling hashbrown v0.13.2
26172026-07-08T19:54:10.375Z Compiling bit-vec v0.6.3
26182026-07-08T19:54:10.551Z Compiling crc-any v2.5.0
26192026-07-08T19:54:10.610Z Compiling bit-set v0.5.3
26202026-07-08T19:54:10.796Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26212026-07-08T19:54:10.894Z Compiling object v0.30.4
26222026-07-08T19:54:10.922Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26232026-07-08T19:54:10.970Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26242026-07-08T19:54:11.437Z Compiling tabled v0.20.0
26252026-07-08T19:54:11.585Z Compiling ascii-canvas v3.0.0
26262026-07-08T19:54:11.686Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26272026-07-08T19:54:11.836Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26282026-07-08T19:54:12.246Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26292026-07-08T19:54:12.434Z Compiling progenitor-impl v0.13.0
26302026-07-08T19:54:12.767Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26312026-07-08T19:54:12.873Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26322026-07-08T19:54:12.877Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26332026-07-08T19:54:12.998Z Compiling itertools v0.10.5
26342026-07-08T19:54:13.069Z Compiling ena v0.14.4
26352026-07-08T19:54:13.204Z Compiling libloading v0.8.9
26362026-07-08T19:54:13.268Z Compiling diesel v2.3.7
26372026-07-08T19:54:13.318Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26382026-07-08T19:54:13.442Z Compiling xshell-macros v0.2.7
26392026-07-08T19:54:13.569Z Compiling bindgen v0.71.1
26402026-07-08T19:54:13.888Z Compiling path-slash v0.1.5
26412026-07-08T19:54:13.907Z Compiling diff v0.1.13
26422026-07-08T19:54:14.080Z Compiling regex-syntax v0.6.29
26432026-07-08T19:54:14.105Z Compiling unicase v2.9.0
26442026-07-08T19:54:14.213Z Compiling xshell v0.2.7
26452026-07-08T19:54:14.372Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26462026-07-08T19:54:14.479Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26472026-07-08T19:54:14.624Z Compiling progenitor-macro v0.13.0
26482026-07-08T19:54:15.549Z Compiling lalrpop v0.19.12
26492026-07-08T19:54:15.959Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26502026-07-08T19:54:16.476Z Compiling cexpr v0.6.0
26512026-07-08T19:54:17.136Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26522026-07-08T19:54:17.376Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26532026-07-08T19:54:17.840Z Compiling progenitor-client v0.13.0
26542026-07-08T19:54:18.366Z Compiling rustc-hash v2.1.1
26552026-07-08T19:54:18.594Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26562026-07-08T19:54:18.644Z Compiling progenitor v0.13.0
26572026-07-08T19:54:19.032Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26582026-07-08T19:54:19.362Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26592026-07-08T19:54:19.820Z Compiling headers-core v0.3.0
26602026-07-08T19:54:19.887Z Compiling libxml v0.3.3
26612026-07-08T19:54:19.977Z Compiling crc8 v0.1.1
26622026-07-08T19:54:20.121Z Compiling headers v0.4.1
26632026-07-08T19:54:20.143Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26642026-07-08T19:54:20.208Z Compiling strum_macros v0.24.3
26652026-07-08T19:54:20.270Z Compiling indoc v1.0.9
26662026-07-08T19:54:20.432Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26672026-07-08T19:54:20.531Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26682026-07-08T19:54:20.727Z Compiling git-stub v1.0.0
26692026-07-08T19:54:20.772Z Compiling derive_builder v0.20.2
26702026-07-08T19:54:20.942Z Compiling quick-xml v0.37.5
26712026-07-08T19:54:20.994Z Compiling oso-derive v0.27.3
26722026-07-08T19:54:21.260Z Compiling impl-trait-for-tuples v0.2.3
26732026-07-08T19:54:21.478Z Compiling openssl-probe v0.1.6
26742026-07-08T19:54:21.529Z Compiling git-stub-vcs v0.1.0
26752026-07-08T19:54:21.775Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26762026-07-08T19:54:21.803Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26772026-07-08T19:54:21.895Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26782026-07-08T19:54:22.130Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26792026-07-08T19:54:22.200Z Compiling bb8 v0.8.6
26802026-07-08T19:54:22.535Z Compiling trait-variant v0.1.2
26812026-07-08T19:54:22.557Z Compiling half v1.8.3
26822026-07-08T19:54:22.623Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26832026-07-08T19:54:22.870Z Compiling serde_cbor v0.11.2
26842026-07-08T19:54:22.952Z Compiling polar-core v0.27.3
26852026-07-08T19:54:23.037Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26862026-07-08T19:54:23.158Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26872026-07-08T19:54:23.230Z Compiling samael v0.0.19
26882026-07-08T19:54:23.423Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26892026-07-08T19:54:23.750Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26902026-07-08T19:54:23.869Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26912026-07-08T19:54:24.059Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26922026-07-08T19:54:24.084Z Compiling nonempty v0.12.0
26932026-07-08T19:54:24.317Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26942026-07-08T19:54:24.369Z Compiling fxhash v0.2.1
26952026-07-08T19:54:24.538Z Compiling libz-sys v1.1.24
26962026-07-08T19:54:24.832Z Compiling salty v0.3.0
26972026-07-08T19:54:25.162Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26982026-07-08T19:54:25.242Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26992026-07-08T19:54:25.366Z Compiling kstat-rs v0.2.4
27002026-07-08T19:54:25.693Z Compiling arc-swap v1.8.2
27012026-07-08T19:54:25.832Z Compiling fs-err v2.11.0
27022026-07-08T19:54:26.266Z Compiling slog-scope v4.4.1
27032026-07-08T19:54:26.309Z Compiling mime_guess v2.0.5
27042026-07-08T19:54:26.331Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27052026-07-08T19:54:26.638Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27062026-07-08T19:54:26.852Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27072026-07-08T19:54:27.334Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27082026-07-08T19:54:27.475Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27092026-07-08T19:54:27.843Z Compiling rfc6979 v0.4.0
27102026-07-08T19:54:27.933Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27112026-07-08T19:54:28.033Z Compiling nanorand v0.7.0
27122026-07-08T19:54:28.366Z Compiling darling_core v0.23.0
27132026-07-08T19:54:28.445Z Compiling libgit2-sys v0.18.3+1.9.2
27142026-07-08T19:54:28.653Z Compiling parking_lot_core v0.8.6
27152026-07-08T19:54:28.985Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27162026-07-08T19:54:29.309Z Compiling flume v0.11.1
27172026-07-08T19:54:29.711Z Compiling ecdsa v0.16.9
27182026-07-08T19:54:30.083Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27192026-07-08T19:54:30.402Z Compiling slog-stdlog v4.1.1
27202026-07-08T19:54:30.533Z Compiling darling_macro v0.23.0
27212026-07-08T19:54:30.912Z Compiling diesel-dtrace v0.5.0
27222026-07-08T19:54:30.943Z Compiling async-bb8-diesel v0.2.1
27232026-07-08T19:54:31.201Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27242026-07-08T19:54:31.244Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27252026-07-08T19:54:31.291Z Compiling primeorder v0.13.6
27262026-07-08T19:54:31.383Z Compiling atty v0.2.14
27272026-07-08T19:54:31.533Z Compiling parse-size v1.1.0
27282026-07-08T19:54:31.602Z Compiling strsim v0.10.0
27292026-07-08T19:54:31.758Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27302026-07-08T19:54:31.930Z Compiling oso v0.27.3
27312026-07-08T19:54:32.057Z Compiling instability v0.3.11
27322026-07-08T19:54:32.311Z Compiling http-range v0.1.5
27332026-07-08T19:54:32.565Z Compiling darling_core v0.13.4
27342026-07-08T19:54:32.646Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27352026-07-08T19:54:34.237Z Compiling p384 v0.13.1
27362026-07-08T19:54:34.281Z Compiling darling v0.23.0
27372026-07-08T19:54:34.396Z Compiling slog-envlogger v2.2.0
27382026-07-08T19:54:35.572Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27392026-07-08T19:54:36.359Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27402026-07-08T19:54:36.843Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27412026-07-08T19:54:38.220Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27422026-07-08T19:54:38.876Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27432026-07-08T19:54:38.894Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27442026-07-08T19:54:38.959Z Compiling ignore v0.4.25
27452026-07-08T19:54:39.501Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27462026-07-08T19:54:40.142Z Compiling castaway v0.2.4
27472026-07-08T19:54:40.272Z Compiling vergen-git2 v9.1.0
27482026-07-08T19:54:40.301Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27492026-07-08T19:54:40.530Z Compiling indoc v2.0.7
27502026-07-08T19:54:40.682Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27512026-07-08T19:54:40.957Z Compiling compact_str v0.8.1
27522026-07-08T19:54:41.666Z Compiling globwalk v0.9.1
27532026-07-08T19:54:41.731Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27542026-07-08T19:54:42.105Z Compiling parking_lot v0.11.2
27552026-07-08T19:54:42.337Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27562026-07-08T19:54:42.363Z Compiling hyper-staticfile v0.10.1
27572026-07-08T19:54:42.409Z Compiling darling_macro v0.13.4
27582026-07-08T19:54:43.024Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27592026-07-08T19:54:43.240Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27602026-07-08T19:54:43.271Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27612026-07-08T19:54:43.546Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27622026-07-08T19:54:43.688Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27632026-07-08T19:54:43.749Z Compiling predicates-tree v1.0.13
27642026-07-08T19:54:43.885Z Compiling unicode-truncate v1.1.0
27652026-07-08T19:54:44.043Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27662026-07-08T19:54:44.091Z Compiling lru v0.12.5
27672026-07-08T19:54:44.125Z Compiling rand_seeder v0.4.0
27682026-07-08T19:54:44.243Z Compiling prefix-trie v0.7.0
27692026-07-08T19:54:44.285Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27702026-07-08T19:54:44.325Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27712026-07-08T19:54:44.347Z Compiling corncobs v0.1.4
27722026-07-08T19:54:44.386Z Compiling cassowary v0.3.0
27732026-07-08T19:54:44.589Z Compiling illumos-nvpair-sys v0.2.0
27742026-07-08T19:54:44.717Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27752026-07-08T19:54:44.739Z Compiling ratatui v0.29.0
27762026-07-08T19:54:44.759Z Compiling hickory-server v0.25.2
27772026-07-08T19:54:44.899Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27782026-07-08T19:54:44.988Z Compiling camino-tempfile-ext v0.3.3
27792026-07-08T19:54:45.148Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27802026-07-08T19:54:45.358Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27812026-07-08T19:54:45.603Z Compiling darling v0.13.4
27822026-07-08T19:54:45.625Z Compiling sled v0.34.7
27832026-07-08T19:54:45.943Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27842026-07-08T19:54:46.125Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27852026-07-08T19:54:46.723Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27862026-07-08T19:54:48.205Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27872026-07-08T19:54:48.805Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27882026-07-08T19:54:49.017Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27892026-07-08T19:54:49.051Z Compiling secrecy v0.8.0
27902026-07-08T19:54:49.253Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27912026-07-08T19:54:49.537Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27922026-07-08T19:54:49.798Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27932026-07-08T19:54:50.188Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27942026-07-08T19:54:50.299Z Compiling serde_with_macros v1.5.2
27952026-07-08T19:54:51.130Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27962026-07-08T19:54:51.486Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27972026-07-08T19:54:52.212Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27982026-07-08T19:54:52.637Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
27992026-07-08T19:54:52.891Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28002026-07-08T19:54:53.135Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28012026-07-08T19:54:53.158Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28022026-07-08T19:54:53.384Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28032026-07-08T19:54:53.408Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28042026-07-08T19:54:53.584Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28052026-07-08T19:54:53.626Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28062026-07-08T19:54:53.659Z Compiling void v1.0.2
28072026-07-08T19:54:53.867Z Compiling lzss v0.8.2
28082026-07-08T19:54:54.251Z Compiling illumos-nvpair v0.3.0
28092026-07-08T19:54:54.360Z Compiling git2 v0.20.4
28102026-07-08T19:54:54.639Z Compiling serde_with v1.14.0
28112026-07-08T19:54:54.747Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28122026-07-08T19:54:55.302Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28132026-07-08T19:54:55.777Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28142026-07-08T19:54:55.821Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28152026-07-08T19:54:57.457Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28162026-07-08T19:54:57.483Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28172026-07-08T19:54:57.734Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28182026-07-08T19:54:59.014Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28192026-07-08T19:54:59.302Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28202026-07-08T19:54:59.558Z Compiling tungstenite v0.23.0
28212026-07-08T19:54:59.662Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28222026-07-08T19:54:59.740Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28232026-07-08T19:55:00.479Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28242026-07-08T19:55:00.717Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28252026-07-08T19:55:00.962Z Compiling nix v0.27.1
28262026-07-08T19:55:01.752Z Compiling twox-hash v2.1.2
28272026-07-08T19:55:01.810Z Compiling serde_bytes v0.11.19
28282026-07-08T19:55:01.927Z Compiling tokio-tungstenite v0.23.1
28292026-07-08T19:55:01.948Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28302026-07-08T19:55:02.124Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28312026-07-08T19:55:02.205Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28322026-07-08T19:55:02.263Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28332026-07-08T19:55:02.285Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28342026-07-08T19:55:02.365Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28352026-07-08T19:55:03.690Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28362026-07-08T19:55:04.341Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28372026-07-08T19:55:05.902Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28382026-07-08T19:55:06.312Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28392026-07-08T19:55:06.663Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28402026-07-08T19:55:06.703Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28412026-07-08T19:55:06.823Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28422026-07-08T19:55:07.369Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28432026-07-08T19:55:07.392Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28442026-07-08T19:55:07.591Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28452026-07-08T19:55:07.734Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28462026-07-08T19:55:08.515Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28472026-07-08T19:55:09.112Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28482026-07-08T19:55:10.436Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28492026-07-08T19:55:11.243Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28502026-07-08T19:55:12.905Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28512026-07-08T19:55:13.031Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28522026-07-08T19:55:13.580Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28532026-07-08T19:55:13.985Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28542026-07-08T19:55:14.209Z Compiling fatfs v0.3.6
28552026-07-08T19:55:14.232Z Compiling signal-hook-tokio v0.3.1
28562026-07-08T19:55:14.264Z Compiling yasna v0.5.2
28572026-07-08T19:55:14.424Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28582026-07-08T19:55:14.490Z Compiling seq-macro v0.3.6
28592026-07-08T19:55:14.887Z Compiling assert_matches v1.5.0
28602026-07-08T19:55:14.996Z Compiling is_ci v1.2.0
28612026-07-08T19:55:15.019Z Compiling rcgen v0.12.1
28622026-07-08T19:55:15.228Z Compiling supports-color v3.0.2
28632026-07-08T19:55:15.446Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28642026-07-08T19:55:15.772Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28652026-07-08T19:55:16.400Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28662026-07-08T19:55:18.328Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28672026-07-08T19:55:18.579Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28682026-07-08T19:55:18.833Z Compiling subprocess v0.2.15
28692026-07-08T19:55:19.580Z Compiling rtoolbox v0.0.3
28702026-07-08T19:55:19.632Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28712026-07-08T19:55:19.830Z Compiling rpassword v7.4.0
28722026-07-08T19:55:19.958Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28732026-07-08T19:55:20.248Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28742026-07-08T19:55:21.113Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28752026-07-08T19:55:21.253Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28762026-07-08T19:55:22.013Z Compiling tui-tree-widget v0.23.1
28772026-07-08T19:55:22.310Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28782026-07-08T19:55:23.680Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28792026-07-08T19:55:23.727Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28802026-07-08T19:55:23.986Z Compiling uzers v0.12.2
28812026-07-08T19:55:24.424Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28822026-07-08T19:55:24.987Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28832026-07-08T19:55:26.040Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28842026-07-08T19:55:26.755Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28852026-07-08T19:55:28.067Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28862026-07-08T19:55:29.320Z Compiling support-bundle-viewer v0.1.2
28872026-07-08T19:55:30.245Z Compiling multimap v0.10.1
28882026-07-08T19:55:44.897Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28892026-07-08T19:55:45.950Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
28902026-07-08T19:55:52.210Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28912026-07-08T19:55:52.550Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28922026-07-08T19:55:52.598Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28932026-07-08T20:02:39.852Z Finished `release` profile [optimized] target(s) in 8m 56s
28942026-07-08T20:03:25.838Z
28952026-07-08T20:03:25.838Zreal 9:43.478635193
28962026-07-08T20:03:25.841Zuser 1:19:03.591673211
28972026-07-08T20:03:25.841Zsys 3:30.611442319
28982026-07-08T20:03:25.841Ztrap 1.744271425
28992026-07-08T20:03:25.841Ztflt 2.367538606
29002026-07-08T20:03:25.841Zdflt 18.485316083
29012026-07-08T20:03:25.842Zkflt 0.216628467
29022026-07-08T20:03:25.842Zlock 6:58:34.314476022
29032026-07-08T20:03:25.842Zslp 2:13:34.856912806
29042026-07-08T20:03:25.842Zlat 2:21.559725494
29052026-07-08T20:03:25.842Zstop 5:18.473830892
29062026-07-08T20:03:25.842Z+ mapfile -t packages
29072026-07-08T20:03:25.842Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29082026-07-08T20:03:26.750Z Finished `release` profile [optimized] target(s) in 0.90s
29092026-07-08T20:03:26.816Z Running `target/release/omicron-package -t test list-outputs`
29102026-07-08T20:03:26.875ZLogging to: /work/oxidecomputer/omicron/out/LOG
29112026-07-08T20:03:26.878Z+ ptime -m cargo build --locked --release -p xtask
29122026-07-08T20:03:27.342Z Compiling libc v0.2.185
29132026-07-08T20:03:27.342Z Compiling serde_core v1.0.228
29142026-07-08T20:03:27.342Z Compiling serde v1.0.228
29152026-07-08T20:03:27.346Z Compiling rustix v1.1.3
29162026-07-08T20:03:27.346Z Compiling serde_json v1.0.150
29172026-07-08T20:03:27.464Z Compiling bitflags v2.11.0
29182026-07-08T20:03:27.500Z Compiling usdt-impl v0.5.0
29192026-07-08T20:03:27.504Z Compiling syn v2.0.117
29202026-07-08T20:03:27.511Z Compiling syn v1.0.109
29212026-07-08T20:03:27.532Z Compiling log v0.4.29
29222026-07-08T20:03:27.544Z Compiling getrandom v0.4.1
29232026-07-08T20:03:27.555Z Compiling indexmap v2.14.0
29242026-07-08T20:03:27.569Z Compiling fs-err v3.3.0
29252026-07-08T20:03:27.774Z Compiling once_cell v1.21.3
29262026-07-08T20:03:27.821Z Compiling anyhow v1.0.102
29272026-07-08T20:03:27.837Z Compiling heck v0.4.1
29282026-07-08T20:03:28.233Z Compiling thread-id v4.2.2
29292026-07-08T20:03:28.242Z Compiling errno v0.3.14
29302026-07-08T20:03:28.246Z Compiling memmap v0.7.0
29312026-07-08T20:03:29.000Z Compiling proc-macro-error v1.0.4
29322026-07-08T20:03:29.213Z Compiling terminal_size v0.4.3
29332026-07-08T20:03:29.213Z Compiling tempfile v3.25.0
29342026-07-08T20:03:29.248Z Compiling tabled_derive v0.7.0
29352026-07-08T20:03:29.312Z Compiling clap_builder v4.6.0
29362026-07-08T20:03:29.312Z Compiling textwrap v0.16.2
29372026-07-08T20:03:29.599Z Compiling camino v1.2.2
29382026-07-08T20:03:29.608Z Compiling semver v1.0.28
29392026-07-08T20:03:29.630Z Compiling cargo-platform v0.3.2
29402026-07-08T20:03:29.680Z Compiling pest_generator v2.8.6
29412026-07-08T20:03:29.920Z Compiling camino-tempfile v1.4.1
29422026-07-08T20:03:29.981Z Compiling tabled v0.15.0
29432026-07-08T20:03:30.266Z Compiling serde_derive v1.0.228
29442026-07-08T20:03:30.266Z Compiling thiserror-impl v1.0.69
29452026-07-08T20:03:30.269Z Compiling zerocopy-derive v0.7.35
29462026-07-08T20:03:30.269Z Compiling pest_derive v2.8.6
29472026-07-08T20:03:30.269Z Compiling scroll_derive v0.12.1
29482026-07-08T20:03:30.278Z Compiling thiserror-impl v2.0.18
29492026-07-08T20:03:30.283Z Compiling clap_derive v4.6.1
29502026-07-08T20:03:30.998Z Compiling scroll v0.12.0
29512026-07-08T20:03:31.148Z Compiling zerocopy v0.7.35
29522026-07-08T20:03:31.304Z Compiling goblin v0.8.2
29532026-07-08T20:03:31.424Z Compiling thiserror v1.0.69
29542026-07-08T20:03:31.552Z Compiling dtrace-parser v0.2.0
29552026-07-08T20:03:31.728Z Compiling thiserror v2.0.18
29562026-07-08T20:03:31.852Z Compiling clap v4.6.1
29572026-07-08T20:03:33.502Z Compiling dof v0.3.0
29582026-07-08T20:03:33.531Z Compiling toml_datetime v0.6.11
29592026-07-08T20:03:33.578Z Compiling serde_spanned v0.6.9
29602026-07-08T20:03:33.612Z Compiling serde_tokenstream v0.2.3
29612026-07-08T20:03:33.645Z Compiling cargo_metadata v0.23.1
29622026-07-08T20:03:33.655Z Compiling macaddr v1.0.1
29632026-07-08T20:03:33.678Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29642026-07-08T20:03:33.724Z Compiling toml_edit v0.22.27
29652026-07-08T20:03:34.198Z Compiling usdt-attr-macro v0.5.0
29662026-07-08T20:03:34.198Z Compiling usdt-macro v0.5.0
29672026-07-08T20:03:34.883Z Compiling usdt v0.5.0
29682026-07-08T20:03:35.271Z Compiling toml v0.8.23
29692026-07-08T20:03:35.728Z Compiling cargo_toml v0.21.0
29702026-07-08T20:03:40.180Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29712026-07-08T20:03:43.126Z Finished `release` profile [optimized] target(s) in 16.23s
29722026-07-08T20:03:43.269Z
29732026-07-08T20:03:43.269Zreal 16.350689728
29742026-07-08T20:03:43.269Zuser 2:05.691189331
29752026-07-08T20:03:43.269Zsys 14.324464751
29762026-07-08T20:03:43.274Ztrap 0.080115887
29772026-07-08T20:03:43.274Ztflt 0.439864813
29782026-07-08T20:03:43.274Zdflt 1.534377457
29792026-07-08T20:03:43.274Zkflt 0.001302447
29802026-07-08T20:03:43.274Zlock 4:29.140277468
29812026-07-08T20:03:43.274Zslp 2:43.367035284
29822026-07-08T20:03:43.274Zlat 4.804161501
29832026-07-08T20:03:43.274Zstop 15.457184669
29842026-07-08T20:03:43.274Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
29852026-07-08T20:03:43.274Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
29862026-07-08T20:03:43.274Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
29872026-07-08T20:03:43.275Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
29882026-07-08T20:03:43.275Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
29892026-07-08T20:03:44.175Z Compiling progenitor-client v0.14.0
29902026-07-08T20:03:44.175Z Compiling newtype-uuid-macros v0.1.0
29912026-07-08T20:03:44.175Z Compiling match_cfg v0.1.0
29922026-07-08T20:03:44.178Z Compiling slog-json v2.6.1
29932026-07-08T20:03:44.178Z Compiling structmeta-derive v0.3.0
29942026-07-08T20:03:44.178Z Compiling sha1 v0.11.0
29952026-07-08T20:03:44.178Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29962026-07-08T20:03:44.350Z Compiling multer v3.1.0
29972026-07-08T20:03:44.353Z Compiling compression-core v0.4.31
29982026-07-08T20:03:44.353Z Compiling debug-ignore v1.0.5
29992026-07-08T20:03:44.353Z Compiling atomicwrites v0.4.4
30002026-07-08T20:03:44.354Z Compiling itertools v0.14.0
30012026-07-08T20:03:44.354Z Compiling async-stream-impl v0.3.6
30022026-07-08T20:03:44.354Z Compiling serde_spanned v1.1.1
30032026-07-08T20:03:44.371Z Compiling toml_datetime v1.1.1+spec-1.1.0
30042026-07-08T20:03:44.371Z Compiling dropshot v0.17.1
30052026-07-08T20:03:44.569Z Compiling toml_writer v1.1.1+spec-1.1.0
30062026-07-08T20:03:44.627Z Compiling waitgroup v0.1.2
30072026-07-08T20:03:44.648Z Compiling hostname v0.3.1
30082026-07-08T20:03:44.648Z Compiling compression-codecs v0.4.37
30092026-07-08T20:03:44.686Z Compiling rustls-pemfile v2.2.0
30102026-07-08T20:03:44.722Z Compiling dropshot_endpoint v0.17.1
30112026-07-08T20:03:44.722Z Compiling serde_path_to_error v0.1.20
30122026-07-08T20:03:44.759Z Compiling slog-bunyan v2.5.0
30132026-07-08T20:03:44.782Z Compiling hostname v0.4.2
30142026-07-08T20:03:44.803Z Compiling toml v1.1.2+spec-1.1.0
30152026-07-08T20:03:44.858Z Compiling async-compression v0.4.41
30162026-07-08T20:03:44.861Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30172026-07-08T20:03:44.914Z Compiling macaddr v1.0.1
30182026-07-08T20:03:44.934Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30192026-07-08T20:03:44.937Z Compiling instant v0.1.13
30202026-07-08T20:03:44.937Z Compiling regress v0.10.5
30212026-07-08T20:03:44.982Z Compiling backon v1.6.0
30222026-07-08T20:03:45.062Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30232026-07-08T20:03:45.081Z Compiling backoff v0.4.0
30242026-07-08T20:03:45.099Z Compiling async-stream v0.3.6
30252026-07-08T20:03:45.116Z Compiling humantime v2.3.0
30262026-07-08T20:03:45.120Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30272026-07-08T20:03:45.147Z Compiling regress v0.11.1
30282026-07-08T20:03:45.165Z Compiling progenitor-extras v0.2.0
30292026-07-08T20:03:45.216Z Compiling half v2.7.1
30302026-07-08T20:03:45.232Z Compiling ciborium-io v0.2.2
30312026-07-08T20:03:45.295Z Compiling crucible-workspace-hack v0.1.0
30322026-07-08T20:03:45.315Z Compiling convert_case v0.4.0
30332026-07-08T20:03:45.352Z Compiling secrecy v0.10.3
30342026-07-08T20:03:45.376Z Compiling unsafe-libyaml v0.2.11
30352026-07-08T20:03:45.408Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30362026-07-08T20:03:45.446Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30372026-07-08T20:03:45.463Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30382026-07-08T20:03:45.546Z Compiling structmeta v0.3.0
30392026-07-08T20:03:45.549Z Compiling ciborium-ll v0.2.2
30402026-07-08T20:03:45.549Z Compiling inout v0.1.4
30412026-07-08T20:03:45.598Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30422026-07-08T20:03:45.634Z Compiling thiserror-impl-no-std v2.0.2
30432026-07-08T20:03:45.729Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30442026-07-08T20:03:45.747Z Compiling derive_more v0.99.20
30452026-07-08T20:03:45.764Z Compiling ciborium v0.2.2
30462026-07-08T20:03:45.764Z Compiling cipher v0.4.4
30472026-07-08T20:03:45.800Z Compiling universal-hash v0.5.1
30482026-07-08T20:03:45.819Z Compiling derive-ex v0.1.8
30492026-07-08T20:03:45.823Z Compiling parse-display-derive v0.10.0
30502026-07-08T20:03:45.853Z Compiling opaque-debug v0.3.1
30512026-07-08T20:03:45.856Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30522026-07-08T20:03:45.906Z Compiling byte-wrapper v0.1.0
30532026-07-08T20:03:45.945Z Compiling serde_yaml v0.9.34+deprecated
30542026-07-08T20:03:45.962Z Compiling poly1305 v0.8.0
30552026-07-08T20:03:46.071Z Compiling chacha20 v0.9.1
30562026-07-08T20:03:46.186Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30572026-07-08T20:03:46.204Z Compiling blake2 v0.10.6
30582026-07-08T20:03:46.282Z Compiling aead v0.5.2
30592026-07-08T20:03:46.359Z Compiling password-hash v0.5.0
30602026-07-08T20:03:46.438Z Compiling toml_datetime v0.7.5+spec-1.1.0
30612026-07-08T20:03:46.442Z Compiling chacha20poly1305 v0.10.1
30622026-07-08T20:03:46.523Z Compiling indent_write v2.2.0
30632026-07-08T20:03:46.620Z Compiling argon2 v0.5.3
30642026-07-08T20:03:46.660Z Compiling toml_edit v0.23.10+spec-1.0.0
30652026-07-08T20:03:46.688Z Compiling heapless v0.8.0
30662026-07-08T20:03:46.739Z Compiling ingot-macros v0.1.1
30672026-07-08T20:03:46.785Z Compiling typify-impl v0.6.2
30682026-07-08T20:03:46.785Z Compiling tabwriter v1.4.1
30692026-07-08T20:03:46.918Z Compiling thiserror-no-std v2.0.2
30702026-07-08T20:03:47.040Z Compiling vsss-rs v3.3.4
30712026-07-08T20:03:47.054Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30722026-07-08T20:03:47.270Z Compiling proc-macro-crate v3.4.0
30732026-07-08T20:03:47.343Z Compiling hash32 v0.3.1
30742026-07-08T20:03:47.476Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30752026-07-08T20:03:47.537Z Compiling smoltcp v0.11.0
30762026-07-08T20:03:47.606Z Compiling test-strategy v0.4.5
30772026-07-08T20:03:47.622Z Compiling parse-display v0.10.0
30782026-07-08T20:03:47.785Z Compiling cobs v0.3.0
30792026-07-08T20:03:47.829Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30802026-07-08T20:03:47.870Z Compiling num_enum_derive v0.7.6
30812026-07-08T20:03:47.938Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30822026-07-08T20:03:47.992Z Compiling colored v3.1.1
30832026-07-08T20:03:48.011Z Compiling postcard v1.1.3
30842026-07-08T20:03:48.067Z Compiling proc-macro-error v1.0.4
30852026-07-08T20:03:48.111Z Compiling rand v0.10.1
30862026-07-08T20:03:48.230Z Compiling proc-macro-crate v1.3.1
30872026-07-08T20:03:48.337Z Compiling foreign-types-macros v0.2.3
30882026-07-08T20:03:48.386Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30892026-07-08T20:03:48.404Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30902026-07-08T20:03:48.420Z Compiling foreign-types-shared v0.3.1
30912026-07-08T20:03:48.423Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30922026-07-08T20:03:48.490Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30932026-07-08T20:03:48.542Z Compiling rayon-core v1.13.0
30942026-07-08T20:03:48.695Z Compiling num_enum_derive v0.5.11
30952026-07-08T20:03:48.734Z Compiling crossbeam-deque v0.8.6
30962026-07-08T20:03:48.762Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30972026-07-08T20:03:48.807Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30982026-07-08T20:03:48.825Z Compiling cstr-argument v0.1.2
30992026-07-08T20:03:48.865Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31002026-07-08T20:03:49.011Z Compiling num_enum v0.7.6
31012026-07-08T20:03:49.029Z Compiling foreign-types v0.5.0
31022026-07-08T20:03:49.032Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31032026-07-08T20:03:49.070Z Compiling zone_cfg_derive v0.3.1
31042026-07-08T20:03:49.132Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31052026-07-08T20:03:49.152Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31062026-07-08T20:03:49.171Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31072026-07-08T20:03:49.202Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31082026-07-08T20:03:49.269Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31092026-07-08T20:03:49.324Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31102026-07-08T20:03:49.341Z Compiling itertools v0.12.1
31112026-07-08T20:03:49.423Z Compiling rayon v1.11.0
31122026-07-08T20:03:49.440Z Compiling num-derive v0.4.2
31132026-07-08T20:03:49.459Z Compiling sigpipe v0.1.3
31142026-07-08T20:03:49.558Z Compiling cpubits v0.1.1
31152026-07-08T20:03:49.576Z Compiling glob v0.3.3
31162026-07-08T20:03:49.613Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31172026-07-08T20:03:49.662Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31182026-07-08T20:03:49.679Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31192026-07-08T20:03:49.705Z Compiling ingot-types v0.1.2
31202026-07-08T20:03:49.801Z Compiling smf v0.2.3
31212026-07-08T20:03:49.819Z Compiling whoami v1.6.1
31222026-07-08T20:03:49.837Z Compiling num_enum v0.5.11
31232026-07-08T20:03:49.933Z Compiling usdt-attr-macro v0.5.0
31242026-07-08T20:03:49.947Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31252026-07-08T20:03:49.981Z Compiling usdt-macro v0.5.0
31262026-07-08T20:03:49.998Z Compiling gethostname v0.5.0
31272026-07-08T20:03:50.013Z Compiling num-rational v0.4.2
31282026-07-08T20:03:50.134Z Compiling ingot v0.1.1
31292026-07-08T20:03:50.168Z Compiling pem-rfc7468 v1.0.0
31302026-07-08T20:03:50.278Z Compiling num-complex v0.4.6
31312026-07-08T20:03:50.349Z Compiling memmap v0.7.0
31322026-07-08T20:03:50.435Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31332026-07-08T20:03:50.435Z Compiling derive-where v1.6.0
31342026-07-08T20:03:50.501Z Compiling float-ord v0.3.2
31352026-07-08T20:03:50.564Z Compiling zone v0.3.1
31362026-07-08T20:03:50.630Z Compiling toml v0.8.23
31372026-07-08T20:03:50.674Z Compiling hmac v0.13.0
31382026-07-08T20:03:50.690Z Compiling num v0.4.3
31392026-07-08T20:03:50.766Z Compiling universal-hash v0.6.1
31402026-07-08T20:03:50.792Z Compiling resolv-conf v0.7.6
31412026-07-08T20:03:50.823Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31422026-07-08T20:03:50.842Z Compiling usdt v0.5.0
31432026-07-08T20:03:50.890Z Compiling cancel-safe-futures v0.1.5
31442026-07-08T20:03:50.894Z Compiling owo-colors v4.3.0
31452026-07-08T20:03:50.929Z Compiling polyval v0.7.1
31462026-07-08T20:03:50.982Z Compiling der v0.8.0
31472026-07-08T20:03:51.044Z Compiling libsw-core v0.3.2
31482026-07-08T20:03:51.150Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31492026-07-08T20:03:51.185Z Compiling prettyplease v0.2.37
31502026-07-08T20:03:51.205Z Compiling libsw v3.5.0
31512026-07-08T20:03:51.250Z Compiling ghash v0.6.0
31522026-07-08T20:03:51.269Z Compiling pbkdf2 v0.13.0
31532026-07-08T20:03:51.325Z Compiling aes v0.9.1
31542026-07-08T20:03:51.343Z Compiling console v0.15.11
31552026-07-08T20:03:51.420Z Compiling hickory-proto v0.24.4
31562026-07-08T20:03:51.423Z Compiling newline-converter v0.3.0
31572026-07-08T20:03:51.423Z Compiling typify-macro v0.6.2
31582026-07-08T20:03:51.471Z Compiling ctr v0.10.1
31592026-07-08T20:03:51.512Z Compiling aead v0.6.1
31602026-07-08T20:03:51.568Z Compiling sha2 v0.11.0
31612026-07-08T20:03:51.585Z Compiling linked-hash-map v0.5.6
31622026-07-08T20:03:51.699Z Compiling linear-map v1.2.0
31632026-07-08T20:03:51.716Z Compiling libefi-sys v0.1.0
31642026-07-08T20:03:51.773Z Compiling lru-cache v0.1.2
31652026-07-08T20:03:51.812Z Compiling aes-gcm v0.11.0
31662026-07-08T20:03:51.909Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31672026-07-08T20:03:51.926Z Compiling spki v0.8.0
31682026-07-08T20:03:51.944Z Compiling expectorate v1.2.0
31692026-07-08T20:03:51.979Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31702026-07-08T20:03:52.043Z Compiling crypto-bigint v0.7.5
31712026-07-08T20:03:52.139Z Compiling git-stub v1.0.0
31722026-07-08T20:03:52.156Z Compiling cbc v0.2.1
31732026-07-08T20:03:52.156Z Compiling salsa20 v0.11.0
31742026-07-08T20:03:52.193Z Compiling bitfield-struct v0.6.2
31752026-07-08T20:03:52.287Z Compiling nom v8.0.0
31762026-07-08T20:03:52.290Z Compiling semver v0.1.20
31772026-07-08T20:03:52.353Z Compiling scrypt v0.12.0
31782026-07-08T20:03:52.371Z Compiling git-stub-vcs v0.1.0
31792026-07-08T20:03:52.480Z Compiling tokio-dtrace v0.1.1
31802026-07-08T20:03:52.638Z Compiling rustc_version v0.1.7
31812026-07-08T20:03:52.661Z Compiling dropshot-api-manager-types v0.7.2
31822026-07-08T20:03:52.678Z Compiling slog-dtrace v0.3.0
31832026-07-08T20:03:52.772Z Compiling minimal-lexical v0.2.1
31842026-07-08T20:03:52.789Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31852026-07-08T20:03:52.931Z Compiling newtype_derive v0.1.6
31862026-07-08T20:03:52.966Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31872026-07-08T20:03:53.009Z Compiling nom v7.1.3
31882026-07-08T20:03:53.025Z Compiling oxide-tokio-rt v0.1.4
31892026-07-08T20:03:53.061Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31902026-07-08T20:03:53.112Z Compiling pkcs5 v0.8.1
31912026-07-08T20:03:53.176Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31922026-07-08T20:03:53.225Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31932026-07-08T20:03:53.290Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31942026-07-08T20:03:53.310Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31952026-07-08T20:03:53.330Z Compiling typify v0.6.2
31962026-07-08T20:03:53.351Z Compiling phf_shared v0.12.1
31972026-07-08T20:03:53.428Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31982026-07-08T20:03:53.468Z Compiling progenitor-impl v0.14.0
31992026-07-08T20:03:53.518Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32002026-07-08T20:03:53.557Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32012026-07-08T20:03:53.694Z Compiling hickory-resolver v0.24.4
32022026-07-08T20:03:53.719Z Compiling csv-core v0.1.13
32032026-07-08T20:03:53.736Z Compiling unicode-xid v0.2.6
32042026-07-08T20:03:53.822Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32052026-07-08T20:03:53.897Z Compiling highway v1.3.0
32062026-07-08T20:03:53.923Z Compiling xshell-macros v0.2.7
32072026-07-08T20:03:54.021Z Compiling chrono-tz v0.10.4
32082026-07-08T20:03:54.285Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32092026-07-08T20:03:54.364Z Compiling csv v1.4.0
32102026-07-08T20:03:54.405Z Compiling xshell v0.2.7
32112026-07-08T20:03:54.467Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32122026-07-08T20:03:54.524Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32132026-07-08T20:03:54.737Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32142026-07-08T20:03:54.756Z Compiling qorb v0.4.1
32152026-07-08T20:03:54.779Z Compiling const_format_proc_macros v0.2.34
32162026-07-08T20:03:54.937Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32172026-07-08T20:03:54.958Z Compiling phf v0.12.1
32182026-07-08T20:03:55.026Z Compiling pkcs8 v0.11.0
32192026-07-08T20:03:55.110Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32202026-07-08T20:03:55.145Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32212026-07-08T20:03:55.312Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32222026-07-08T20:03:55.434Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32232026-07-08T20:03:55.608Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32242026-07-08T20:03:55.666Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32252026-07-08T20:03:55.666Z Compiling tabled_derive v0.7.0
32262026-07-08T20:03:55.720Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32272026-07-08T20:03:55.776Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32282026-07-08T20:03:55.989Z Compiling const_format v0.2.35
32292026-07-08T20:03:56.007Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32302026-07-08T20:03:56.213Z Compiling progenitor-macro v0.14.0
32312026-07-08T20:03:56.322Z Compiling bcs v0.1.6
32322026-07-08T20:03:56.517Z Compiling ff v0.14.0
32332026-07-08T20:03:56.544Z Compiling tagptr v0.2.0
32342026-07-08T20:03:56.677Z Compiling termtree v0.5.1
32352026-07-08T20:03:56.708Z Compiling salty v0.3.0
32362026-07-08T20:03:56.728Z Compiling moka v0.12.13
32372026-07-08T20:03:56.758Z Compiling tabled v0.15.0
32382026-07-08T20:03:56.868Z Compiling textwrap v0.16.2
32392026-07-08T20:03:56.896Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32402026-07-08T20:03:56.916Z Compiling steno v0.4.1
32412026-07-08T20:03:56.945Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32422026-07-08T20:03:57.076Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32432026-07-08T20:03:57.140Z Compiling sha1 v0.10.6
32442026-07-08T20:03:57.194Z Compiling signature v3.0.0
32452026-07-08T20:03:57.210Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32462026-07-08T20:03:57.237Z Compiling radium v0.7.0
32472026-07-08T20:03:57.372Z Compiling base16ct v1.0.0
32482026-07-08T20:03:57.411Z Compiling base64 v0.21.7
32492026-07-08T20:03:57.518Z Compiling sec1 v0.8.1
32502026-07-08T20:03:57.601Z Compiling hickory-resolver v0.25.2
32512026-07-08T20:03:57.601Z Compiling group v0.14.0
32522026-07-08T20:03:57.644Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32532026-07-08T20:03:57.779Z Compiling hkdf v0.13.0
32542026-07-08T20:03:57.803Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32552026-07-08T20:03:57.823Z Compiling rfc6979 v0.4.0
32562026-07-08T20:03:57.868Z Compiling maybe-uninit v2.0.0
32572026-07-08T20:03:57.907Z Compiling tap v1.0.1
32582026-07-08T20:03:57.975Z Compiling ecdsa v0.16.9
32592026-07-08T20:03:57.998Z Compiling elliptic-curve v0.14.0-rc.33
32602026-07-08T20:03:58.054Z Compiling wyz v0.5.1
32612026-07-08T20:03:58.273Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32622026-07-08T20:03:58.276Z Compiling primeorder v0.13.6
32632026-07-08T20:03:58.399Z Compiling proc-macro-error-attr2 v2.0.0
32642026-07-08T20:03:58.424Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32652026-07-08T20:03:58.581Z Compiling utf-8 v0.7.6
32662026-07-08T20:03:58.636Z Compiling parking_lot_core v0.8.6
32672026-07-08T20:03:58.671Z Compiling funty v2.0.0
32682026-07-08T20:03:58.715Z Compiling packed_struct v0.10.1
32692026-07-08T20:03:58.806Z Compiling tungstenite v0.21.0
32702026-07-08T20:03:58.921Z Compiling proc-macro-error2 v2.0.1
32712026-07-08T20:03:58.983Z Compiling p384 v0.13.1
32722026-07-08T20:03:59.050Z Compiling bitvec v1.0.1
32732026-07-08T20:03:59.224Z Compiling rfc6979 v0.5.0
32742026-07-08T20:03:59.267Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32752026-07-08T20:03:59.292Z Compiling packed_struct_codegen v0.10.1
32762026-07-08T20:03:59.430Z Compiling num-derive v0.3.3
32772026-07-08T20:03:59.533Z Compiling bitfield-macros v0.19.4
32782026-07-08T20:03:59.558Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32792026-07-08T20:03:59.588Z Compiling zerocopy-derive v0.6.6
32802026-07-08T20:03:59.620Z Compiling indexmap v1.9.3
32812026-07-08T20:03:59.701Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32822026-07-08T20:03:59.717Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32832026-07-08T20:03:59.883Z Compiling nodrop v0.1.14
32842026-07-08T20:03:59.939Z Compiling crc-catalog v2.4.0
32852026-07-08T20:04:00.008Z Compiling array-init v0.0.4
32862026-07-08T20:04:00.057Z Compiling crc v3.4.0
32872026-07-08T20:04:00.068Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32882026-07-08T20:04:00.091Z Compiling ecdsa v0.17.0-rc.18
32892026-07-08T20:04:00.174Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32902026-07-08T20:04:00.297Z Compiling tokio-tungstenite v0.21.0
32912026-07-08T20:04:00.339Z Compiling bitfield v0.19.4
32922026-07-08T20:04:00.423Z Compiling libscf-sys v1.1.0
32932026-07-08T20:04:00.445Z Compiling smallvec v0.6.14
32942026-07-08T20:04:00.464Z Compiling tabled_derive v0.11.0
32952026-07-08T20:04:00.533Z Compiling zerocopy v0.6.6
32962026-07-08T20:04:00.619Z Compiling primeorder v0.14.0-rc.10
32972026-07-08T20:04:00.676Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32982026-07-08T20:04:00.697Z Compiling primefield v0.14.0
32992026-07-08T20:04:00.736Z Compiling progenitor-impl v0.13.0
33002026-07-08T20:04:00.753Z Compiling papergrid v0.17.0
33012026-07-08T20:04:00.772Z Compiling testing_table v0.3.0
33022026-07-08T20:04:00.880Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33032026-07-08T20:04:00.915Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33042026-07-08T20:04:00.961Z Compiling curve25519-dalek v5.0.0-rc.0
33052026-07-08T20:04:00.964Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33062026-07-08T20:04:01.022Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33072026-07-08T20:04:01.080Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33082026-07-08T20:04:01.249Z Compiling unicase v2.9.0
33092026-07-08T20:04:01.265Z Compiling corncobs v0.1.4
33102026-07-08T20:04:01.329Z Compiling hashbrown v0.12.3
33112026-07-08T20:04:01.376Z Compiling illumos-nvpair-sys v0.2.0
33122026-07-08T20:04:01.412Z Compiling progenitor v0.14.0
33132026-07-08T20:04:01.468Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33142026-07-08T20:04:01.494Z Compiling mime_guess v2.0.5
33152026-07-08T20:04:01.553Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33162026-07-08T20:04:01.574Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33172026-07-08T20:04:01.650Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33182026-07-08T20:04:01.785Z Compiling tabled v0.20.0
33192026-07-08T20:04:01.848Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33202026-07-08T20:04:01.947Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33212026-07-08T20:04:01.992Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33222026-07-08T20:04:02.011Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33232026-07-08T20:04:02.102Z Compiling parking_lot v0.11.2
33242026-07-08T20:04:02.105Z Compiling serde-hex v0.1.0
33252026-07-08T20:04:02.240Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33262026-07-08T20:04:02.295Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33272026-07-08T20:04:02.406Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33282026-07-08T20:04:02.520Z Compiling ron v0.8.1
33292026-07-08T20:04:02.539Z Compiling ssh-encoding v0.3.0-rc.9
33302026-07-08T20:04:02.573Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33312026-07-08T20:04:02.691Z Compiling hashbrown v0.13.2
33322026-07-08T20:04:02.905Z Compiling progenitor-client v0.13.0
33332026-07-08T20:04:03.044Z Compiling prefix-trie v0.7.0
33342026-07-08T20:04:03.066Z Compiling fxhash v0.2.1
33352026-07-08T20:04:03.246Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33362026-07-08T20:04:03.265Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33372026-07-08T20:04:03.478Z Compiling secrecy v0.8.0
33382026-07-08T20:04:03.497Z Compiling progenitor-macro v0.13.0
33392026-07-08T20:04:03.590Z Compiling crc-any v2.5.0
33402026-07-08T20:04:03.594Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33412026-07-08T20:04:03.810Z Compiling hickory-server v0.25.2
33422026-07-08T20:04:03.909Z Compiling sled v0.34.7
33432026-07-08T20:04:04.155Z Compiling object v0.30.4
33442026-07-08T20:04:04.256Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33452026-07-08T20:04:04.295Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33462026-07-08T20:04:04.320Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33472026-07-08T20:04:04.591Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33482026-07-08T20:04:04.716Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33492026-07-08T20:04:04.854Z Compiling ed25519 v3.0.0
33502026-07-08T20:04:05.084Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33512026-07-08T20:04:05.341Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33522026-07-08T20:04:05.651Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33532026-07-08T20:04:05.727Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33542026-07-08T20:04:05.783Z Compiling crypto-primes v0.7.2
33552026-07-08T20:04:05.954Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33562026-07-08T20:04:06.045Z Compiling pkcs1 v0.8.0-rc.4
33572026-07-08T20:04:06.406Z Compiling poly1305 v0.9.0
33582026-07-08T20:04:06.434Z Compiling blowfish v0.10.0
33592026-07-08T20:04:06.478Z Compiling blake2 v0.11.0-rc.6
33602026-07-08T20:04:06.668Z Compiling keccak v0.2.0
33612026-07-08T20:04:06.711Z Compiling fiat-crypto v0.3.0
33622026-07-08T20:04:06.732Z Compiling path-slash v0.1.5
33632026-07-08T20:04:06.746Z Compiling http-range v0.1.5
33642026-07-08T20:04:06.867Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33652026-07-08T20:04:06.884Z Compiling half v1.8.3
33662026-07-08T20:04:06.907Z Compiling crc8 v0.1.1
33672026-07-08T20:04:06.970Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33682026-07-08T20:04:07.058Z Compiling sha3 v0.11.0
33692026-07-08T20:04:07.111Z Compiling serde_cbor v0.11.2
33702026-07-08T20:04:07.186Z Compiling rsa v0.10.0-rc.18
33712026-07-08T20:04:07.203Z Compiling argon2 v0.6.0-rc.8
33722026-07-08T20:04:07.206Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33732026-07-08T20:04:07.240Z Compiling ssh-cipher v0.3.0-rc.9
33742026-07-08T20:04:07.354Z Compiling bcrypt-pbkdf v0.11.0
33752026-07-08T20:04:07.564Z Compiling ed25519-dalek v3.0.0-rc.0
33762026-07-08T20:04:07.688Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33772026-07-08T20:04:07.706Z Compiling illumos-nvpair v0.3.0
33782026-07-08T20:04:07.935Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33792026-07-08T20:04:07.986Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33802026-07-08T20:04:08.060Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33812026-07-08T20:04:08.162Z Compiling p256 v0.14.0-rc.10
33822026-07-08T20:04:08.248Z Compiling p521 v0.14.0-rc.10
33832026-07-08T20:04:08.303Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33842026-07-08T20:04:08.338Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33852026-07-08T20:04:08.428Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33862026-07-08T20:04:08.554Z Compiling yasna v0.5.2
33872026-07-08T20:04:08.560Z Compiling kstat-rs v0.2.4
33882026-07-08T20:04:08.595Z Compiling progenitor v0.13.0
33892026-07-08T20:04:08.735Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33902026-07-08T20:04:08.774Z Compiling headers-core v0.3.0
33912026-07-08T20:04:08.832Z Compiling kem v0.3.0
33922026-07-08T20:04:08.894Z Compiling module-lattice v0.2.3
33932026-07-08T20:04:08.911Z Compiling nanorand v0.7.0
33942026-07-08T20:04:08.927Z Compiling atty v0.2.14
33952026-07-08T20:04:08.982Z Compiling rcgen v0.12.1
33962026-07-08T20:04:09.065Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33972026-07-08T20:04:09.165Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33982026-07-08T20:04:09.188Z Compiling flume v0.11.1
33992026-07-08T20:04:09.207Z Compiling ml-kem v0.3.2
34002026-07-08T20:04:09.231Z Compiling headers v0.4.1
34012026-07-08T20:04:09.400Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34022026-07-08T20:04:09.540Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34032026-07-08T20:04:09.752Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34042026-07-08T20:04:09.810Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34052026-07-08T20:04:09.940Z Compiling hyper-staticfile v0.10.1
34062026-07-08T20:04:10.035Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34072026-07-08T20:04:10.166Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34082026-07-08T20:04:10.194Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34092026-07-08T20:04:10.418Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34102026-07-08T20:04:10.479Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34112026-07-08T20:04:10.497Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34122026-07-08T20:04:10.607Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34132026-07-08T20:04:10.957Z Compiling russh-cryptovec v0.61.0
34142026-07-08T20:04:11.223Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34152026-07-08T20:04:11.240Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34162026-07-08T20:04:11.263Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34172026-07-08T20:04:11.402Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34182026-07-08T20:04:11.431Z Compiling internal-russh-num-bigint v0.5.0
34192026-07-08T20:04:11.465Z Compiling num-bigint v0.4.6
34202026-07-08T20:04:11.506Z Compiling generic-array v1.4.3
34212026-07-08T20:04:11.714Z Compiling russh-util v0.52.0
34222026-07-08T20:04:11.880Z Compiling enum_dispatch v0.3.13
34232026-07-08T20:04:11.901Z Compiling delegate v0.13.5
34242026-07-08T20:04:11.998Z Compiling p384 v0.14.0-rc.10
34252026-07-08T20:04:12.031Z Compiling subprocess v0.2.15
34262026-07-08T20:04:12.060Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34272026-07-08T20:04:12.172Z Compiling display-error-chain v0.2.2
34282026-07-08T20:04:12.348Z Compiling md5 v0.8.0
34292026-07-08T20:04:12.430Z Compiling hex-literal v1.1.0
34302026-07-08T20:04:12.536Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34312026-07-08T20:04:12.598Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34322026-07-08T20:04:12.645Z Compiling colored v2.2.0
34332026-07-08T20:04:12.775Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34342026-07-08T20:04:12.800Z Compiling socket2 v0.5.10
34352026-07-08T20:04:12.931Z Compiling internet-checksum v0.2.1
34362026-07-08T20:04:13.214Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34372026-07-08T20:04:13.933Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34382026-07-08T20:04:14.128Z Compiling ssh-key v0.7.0-rc.10
34392026-07-08T20:04:14.461Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34402026-07-08T20:04:15.377Z Compiling russh v0.61.2
34412026-07-08T20:04:15.839Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34422026-07-08T20:04:16.409Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34432026-07-08T20:04:24.790Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34442026-07-08T20:04:24.790Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34452026-07-08T20:04:24.790Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34462026-07-08T20:04:24.794Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34472026-07-08T20:04:26.538Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34482026-07-08T20:04:26.618Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34492026-07-08T20:04:30.530Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34502026-07-08T20:05:10.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
34512026-07-08T20:05:10.996Z
34522026-07-08T20:05:10.996Zreal 1:27.666122474
34532026-07-08T20:05:11.000Zuser 8:45.513144209
34542026-07-08T20:05:11.000Zsys 1:44.834190417
34552026-07-08T20:05:11.000Ztrap 0.269474649
34562026-07-08T20:05:11.000Ztflt 0.310325481
34572026-07-08T20:05:11.000Zdflt 1.588288474
34582026-07-08T20:05:11.000Zkflt 0.000234564
34592026-07-08T20:05:11.000Zlock 31:10.904053415
34602026-07-08T20:05:11.000Zslp 20:00.005713629
34612026-07-08T20:05:11.000Zlat 44.781176464
34622026-07-08T20:05:11.000Zstop 3:12.151358692
34632026-07-08T20:05:11.000Z+ mkdir tests
34642026-07-08T20:05:11.004Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34652026-07-08T20:05:11.004Z+ xargs -I '{}' -t cp '{}' tests/
34662026-07-08T20:05:11.026Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-7642b2d57d595135 tests/
34672026-07-08T20:05:11.048Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ca561ce3ba29e3d2 tests/
34682026-07-08T20:05:11.069Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-de50baf115444d57 tests/
34692026-07-08T20:05:11.090Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f893b9f61afabf44 tests/
34702026-07-08T20:05:11.334Z+ 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)
34712026-07-08T20:05:11.338Z+ 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
34722026-07-08T20:06:31.610ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34732026-07-08T20:06:31.610Za .github/buildomat/ci-env.sh 1K
34742026-07-08T20:06:31.610Za out/target/test 1K
34752026-07-08T20:06:31.610Za out/npuzone/npuzone 27402K
34762026-07-08T20:06:31.610Za package-manifest.toml 35K
34772026-07-08T20:06:31.610Za smf/sled-agent/non-gimlet/config.toml 6K
34782026-07-08T20:06:31.610Za target/release/omicron-package 40719K
34792026-07-08T20:06:31.610Za target/release/xtask 10425K
34802026-07-08T20:06:31.610Za target/debug/bootstrap 349418K
34812026-07-08T20:06:31.610Za tests/bootstrap-ca561ce3ba29e3d2 31974K
34822026-07-08T20:06:31.610Za tests/commtest-de50baf115444d57 32169K
34832026-07-08T20:06:31.610Za tests/dhcp_server-7642b2d57d595135 31974K
34842026-07-08T20:06:31.610Za tests/end_to_end_tests-f893b9f61afabf44 399297K
34852026-07-08T20:06:31.610Za tools/opte_version 1K
34862026-07-08T20:06:31.610Za tools/opte_version_override 2K
34872026-07-08T20:06:31.610Za out/clickhouse.tar.gz 310727K
34882026-07-08T20:06:31.610Za out/clickhouse_keeper.tar.gz 297197K
34892026-07-08T20:06:31.610Za out/clickhouse_server.tar.gz 310724K
34902026-07-08T20:06:31.610Za out/cockroachdb.tar.gz 161737K
34912026-07-08T20:06:31.610Za out/crucible-pantry-zone.tar.gz 39110K
34922026-07-08T20:06:31.610Za out/crucible-utils.tar 18900K
34932026-07-08T20:06:31.610Za out/crucible-zone.tar.gz 53806K
34942026-07-08T20:06:31.610Za out/external-dns.tar.gz 46794K
34952026-07-08T20:06:31.610Za out/internal-dns.tar.gz 46794K
34962026-07-08T20:06:31.610Za out/mg-ddm-gz.tar 97917K
34972026-07-08T20:06:31.610Za out/nexus.tar.gz 274415K
34982026-07-08T20:06:31.610Za out/ntp.tar.gz 29911K
34992026-07-08T20:06:31.610Za out/omicron-gateway-softnpu.tar.gz 27555K
35002026-07-08T20:06:31.610Za out/omicron-sled-agent.tar 197547K
35012026-07-08T20:06:31.610Za out/overlay.tar.gz 3K
35022026-07-08T20:06:31.611Za out/oximeter.tar.gz 62136K
35032026-07-08T20:06:31.611Za out/oxlog.tar 3808K
35042026-07-08T20:06:31.611Za out/probe.tar.gz 3037K
35052026-07-08T20:06:31.611Za out/propolis-server.tar.gz 34372K
35062026-07-08T20:06:31.611Za out/pumpkind-gz.tar 26647K
35072026-07-08T20:06:31.611Za out/switch-softnpu.tar.gz 447960K
35082026-07-08T20:06:31.614Z
35092026-07-08T20:06:31.614Zreal 1:20.272245970
35102026-07-08T20:06:31.614Zuser 1:17.543348813
35112026-07-08T20:06:31.614Zsys 4.513550073
35122026-07-08T20:06:31.614Ztrap 0.006857438
35132026-07-08T20:06:31.614Ztflt 0.000000000
35142026-07-08T20:06:31.614Zdflt 0.000000000
35152026-07-08T20:06:31.614Zkflt 0.000000000
35162026-07-08T20:06:31.614Zlock 0.000000000
35172026-07-08T20:06:31.614Zslp 1:17.430816984
35182026-07-08T20:06:31.614Zlat 1.044397547
35192026-07-08T20:06:31.614Zstop 0.000163148
35202026-07-08T20:06:31.614Zprocess exited: duration 981087 ms, exit code 0
 
35212026-07-08T20:06:31.628Zfound 1 output files
35222026-07-08T20:06:31.628Zuploading: /work/package.tar.gz (2485724423 bytes)
35232026-07-08T20:07:03.604Zuploaded: /work/package.tar.gz