01KZ9P4TAEZYSY37395MMYKE9C: 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: 01KZ9P587Y9916XY28V3GGX5Z6

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-05T19:25:38.959Zjob assigned to worker 01KZ9P5H3Z5WGGKMMYY8P7GZY4 [factory aws, i-009aff4a3eaf435a0] (queued for 54 s)
 
22026-08-05T19:25:46.453Zstarting task 0: "setup"
32026-08-05T19:25:46.457Z++ uname -s
42026-08-05T19:25:46.460Z+ kern=SunOS
52026-08-05T19:25:46.460Z+ build_user=build
62026-08-05T19:25:46.460Z+ build_uid=12345
72026-08-05T19:25:46.460Z+ work_dir=/work
82026-08-05T19:25:46.460Z+ input_dir=/input
92026-08-05T19:25:46.461Z+ [[ 0 == 12345 ]]
102026-08-05T19:25:46.461Z+ case "$kern" in
112026-08-05T19:25:46.461Z+ groupadd -g 12345 build
122026-08-05T19:25:46.465Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-05T19:25:48.470Z+ zfs create -o mountpoint=/work rpool/work
142026-08-05T19:25:48.574Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-05T19:25:48.577Z+ home_fs=zfs
162026-08-05T19:25:48.577Z+ [[ zfs == autofs ]]
172026-08-05T19:25:48.577Z+ mkdir -p /home/build
182026-08-05T19:25:48.580Z+ chown build:build /home/build /work
192026-08-05T19:25:50.580Z+ chmod 0700 /home/build /work
202026-08-05T19:25:50.583Zprocess exited: duration 4134 ms, exit code 0
 
212026-08-05T19:25:50.591Zstarting task 1: "rust-toolchain"
222026-08-05T19:25:50.596Z * rust toolchain channel = "1.97.1"
232026-08-05T19:25:50.596Z * rust toolchain profile = "default"
242026-08-05T19:25:50.596Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
252026-08-05T19:25:50.596Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-05T19:25:50.596Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-05T19:25:50.596Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-05T19:25:50.599Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-05T19:25:50.599Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-05T19:25:50.688Zinfo: downloading installer
312026-08-05T19:25:52.366Zwarn: It looks like you have an existing rustup settings file at:
322026-08-05T19:25:52.366Zwarn: /home/build/.rustup/settings.toml
332026-08-05T19:25:52.366Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-05T19:25:52.366Zwarn: instead of the one inferred from the default host triple.
352026-08-05T19:25:52.379Zinfo: profile set to default
362026-08-05T19:25:52.379Zinfo: default host triple is x86_64-unknown-illumos
372026-08-05T19:25:52.382Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-05T19:25:52.523Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-05T19:25:52.523Zinfo: downloading 6 components
402026-08-05T19:26:07.492Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-05T19:26:07.492Z
422026-08-05T19:26:07.520Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-05T19:26:07.520Z
442026-08-05T19:26:07.520Z
452026-08-05T19:26:07.520ZRust is installed now. Great!
462026-08-05T19:26:07.520Z
472026-08-05T19:26:07.520ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-05T19:26:07.520Zenvironment variable. This has not been done automatically.
492026-08-05T19:26:07.520Z
502026-08-05T19:26:07.520ZTo configure your current shell, you need to source
512026-08-05T19:26:07.520Zthe corresponding env file under $HOME/.cargo.
522026-08-05T19:26:07.520Z
532026-08-05T19:26:07.520ZThis is usually done by running one of the following (note the leading DOT):
542026-08-05T19:26:07.520Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-05T19:26:07.520Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-05T19:26:07.521Zsource "~/.cargo/env.nu" # For nushell
572026-08-05T19:26:07.521Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-05T19:26:07.521Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-05T19:26:07.521Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-05T19:26:07.524Zwarn: no default linker (`cc`) was found in your PATH
612026-08-05T19:26:07.524Zwarn: many Rust crates require a system C toolchain to build
622026-08-05T19:26:07.621Z+ rustup --version
632026-08-05T19:26:07.628Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-05T19:26:07.631Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-05T19:26:07.647Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-05T19:26:07.650Z+ cargo --version
672026-08-05T19:26:07.659Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-05T19:26:07.662Z+ rustc --version
692026-08-05T19:26:07.682Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-05T19:26:07.685Zprocess exited: duration 17095 ms, exit code 0
 
712026-08-05T19:26:07.691Zstarting task 2: "authentication"
722026-08-05T19:26:07.712Zprocess exited: duration 20 ms, exit code 0
 
732026-08-05T19:26:07.718Zstarting task 3: "clone repository"
742026-08-05T19:26:07.723Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-05T19:26:07.725Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-05T19:26:07.762ZCloning into '/work/oxidecomputer/omicron'...
772026-08-05T19:26:18.035Z+ cd /work/oxidecomputer/omicron
782026-08-05T19:26:18.035Z+ git fetch origin 1f4f17af57c3bcb81c3adf18d5d5eb114e166b4d
792026-08-05T19:26:18.305ZFrom https://github.com/oxidecomputer/omicron
802026-08-05T19:26:18.306Z * branch 1f4f17af57c3bcb81c3adf18d5d5eb114e166b4d -> FETCH_HEAD
812026-08-05T19:26:18.318Z+ [[ -n john/set-target-release-better-errors ]]
822026-08-05T19:26:18.321Z++ git branch --show-current
832026-08-05T19:26:18.324Z+ current=main
842026-08-05T19:26:18.324Z+ [[ main != john/set-target-release-better-errors ]]
852026-08-05T19:26:18.324Z+ git branch -f john/set-target-release-better-errors 1f4f17af57c3bcb81c3adf18d5d5eb114e166b4d
862026-08-05T19:26:18.327Z+ git checkout -f john/set-target-release-better-errors
872026-08-05T19:26:18.580ZSwitched to branch 'john/set-target-release-better-errors'
882026-08-05T19:26:18.584Z+ git reset --hard 1f4f17af57c3bcb81c3adf18d5d5eb114e166b4d
892026-08-05T19:26:18.607ZHEAD is now at 1f4f17af5 fix up integration test and error message typos
902026-08-05T19:26:18.611Zprocess exited: duration 10890 ms, exit code 0
 
912026-08-05T19:26:18.617Zstarting task 4: "build"
922026-08-05T19:26:18.623Z+ source .github/buildomat/ci-env.sh
932026-08-05T19:26:18.623Z++ export CARGO_TERM_COLOR=always
942026-08-05T19:26:18.623Z++ CARGO_TERM_COLOR=always
952026-08-05T19:26:18.626Z+++ uname -s
962026-08-05T19:26:18.626Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-05T19:26:18.626Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-05T19:26:18.629Z+ cargo --version
992026-08-05T19:26:18.637Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-05T19:26:18.640Z+ rustc --version
1012026-08-05T19:26:18.660Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-05T19:26:18.663Z+ WORK=/work
1032026-08-05T19:26:18.663Z+ pfexec mkdir -p /work
1042026-08-05T19:26:18.665Z+ pfexec chown build /work
1052026-08-05T19:26:18.669Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-08-05T19:26:20.562Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-05T19:26:20.818Z Startup: Caching catalogs ... Done
1082026-08-05T19:26:22.127ZPlanning: Solver setup ... Done (1.221s)
1092026-08-05T19:26:22.171ZPlanning: Running solver ... Done (0.044s)
1102026-08-05T19:26:22.203ZPlanning: Finding local manifests ... Done (0.003s)
1112026-08-05T19:26:22.214ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-05T19:26:22.233ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-05T19:26:22.249ZPlanning: Package planning ... Done (0.016s)
1142026-08-05T19:26:22.252ZPlanning: Merging actions ... Done (0.001s)
1152026-08-05T19:26:22.417ZPlanning: Checking for conflicting actions ... Done (0.167s)
1162026-08-05T19:26:22.421ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-08-05T19:26:23.246ZPlanning: Evaluating mediators ... Done (0.828s)
1182026-08-05T19:26:23.249ZPlanning: Planning completed in 2.40 seconds
1192026-08-05T19:26:23.256Z Packages to install: 2
1202026-08-05T19:26:23.256Z Estimated space available: 156.01 GB
1212026-08-05T19:26:23.256ZEstimated space to be consumed: 56.47 MB
1222026-08-05T19:26:23.256Z Create boot environment: No
1232026-08-05T19:26:23.256ZCreate backup boot environment: No
1242026-08-05T19:26:23.259Z Rebuild boot archive: No
1252026-08-05T19:26:23.259Z
1262026-08-05T19:26:23.259ZChanged packages:
1272026-08-05T19:26:23.259Zhelios
1282026-08-05T19:26:23.259Z developer/build-essential
1292026-08-05T19:26:23.259Z None -> 11-3.0
1302026-08-05T19:26:23.259Z library/libxmlsec1
1312026-08-05T19:26:23.259Z None -> 1.2.35-3.0
1322026-08-05T19:26:23.282Z
1332026-08-05T19:26:23.282ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-08-05T19:26:23.353ZDownload: Completed 1.28 MB in 0.07 seconds (18.1M/s)
1352026-08-05T19:26:23.430Z Actions: 1/268 actions (Installing new actions)
1362026-08-05T19:26:23.469Z Actions: Completed 268 actions in 0.04 seconds.
1372026-08-05T19:26:23.496ZFinalize: Updating package state database ... Done (0.026s)
1382026-08-05T19:26:23.496ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-05T19:26:23.555ZFinalize: Updating image state ... Done (0.060s)
1402026-08-05T19:26:26.280ZFinalize: Creating fast lookup database ... Done (2.684s)
1412026-08-05T19:26:26.351ZFinalize: Reading search index ... Done (0.013s)
1422026-08-05T19:26:26.354ZFinalize: Updating search index ... Done (0.000s)
1432026-08-05T19:26:26.486ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-05T19:26:26.832ZPlanning: Evaluating mediator changes ... Done
1452026-08-05T19:26:26.936ZPlanning: Checking for conflicting actions ... Done
1462026-08-05T19:26:26.939ZPlanning: Consolidating action changes ... Done
1472026-08-05T19:26:27.093ZPlanning: Evaluating mediators ... Done
1482026-08-05T19:26:27.096ZPlanning: Planning completed in 0.26 seconds
1492026-08-05T19:26:27.116Z Mediators to change: 2
1502026-08-05T19:26:27.116Z Create boot environment: No
1512026-08-05T19:26:27.116ZCreate backup boot environment: No
1522026-08-05T19:26:27.170ZFinalize: Updating package state database ... Done
1532026-08-05T19:26:27.170ZFinalize: Updating package cache ... Done
1542026-08-05T19:26:27.205ZFinalize: Updating image state ... Done
1552026-08-05T19:26:29.149ZFinalize: Creating fast lookup database ... Done
1562026-08-05T19:26:29.211ZFinalize: Reading search index ... Done
1572026-08-05T19:26:29.214ZFinalize: Updating search index ... Done
1582026-08-05T19:26:29.295ZFinalize: Updating package cache ... Done
1592026-08-05T19:26:29.584ZPlanning: Evaluating mediator changes ... Done
1602026-08-05T19:26:29.685ZPlanning: Checking for conflicting actions ... Done
1612026-08-05T19:26:29.688ZPlanning: Consolidating action changes ... Done
1622026-08-05T19:26:29.840ZPlanning: Evaluating mediators ... Done
1632026-08-05T19:26:29.844ZPlanning: Planning completed in 0.26 seconds
1642026-08-05T19:26:29.865Z Mediators to change: 1
1652026-08-05T19:26:29.865Z Create boot environment: No
1662026-08-05T19:26:29.865ZCreate backup boot environment: No
1672026-08-05T19:26:29.915ZFinalize: Updating package state database ... Done
1682026-08-05T19:26:29.915ZFinalize: Updating package cache ... Done
1692026-08-05T19:26:29.949ZFinalize: Updating image state ... Done
1702026-08-05T19:26:31.908ZFinalize: Creating fast lookup database ... Done
1712026-08-05T19:26:31.970ZFinalize: Reading search index ... Done
1722026-08-05T19:26:31.973ZFinalize: Updating search index ... Done
1732026-08-05T19:26:32.043ZFinalize: Updating package cache ... Done
1742026-08-05T19:26:32.354ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-08-05T19:26:32.354Zapache system 2.4 system
1762026-08-05T19:26:32.354Zclang system 15 system
1772026-08-05T19:26:32.354Zcsh system system illumos
1782026-08-05T19:26:32.354Zctags system system illumos
1792026-08-05T19:26:32.354Zfile vendor vendor darwinsys
1802026-08-05T19:26:32.354Zfile system system illumos
1812026-08-05T19:26:32.354Zgcc vendor 14 vendor
1822026-08-05T19:26:32.354Zgcc system 13 system
1832026-08-05T19:26:32.354Zgcc system 10 system
1842026-08-05T19:26:32.354Zgo system 1.25 system
1852026-08-05T19:26:32.354Zllvm system 15 system
1862026-08-05T19:26:32.354Zmariadb system 11.4 system
1872026-08-05T19:26:32.354Zmta vendor vendor dma
1882026-08-05T19:26:32.354Zopenjdk system 17 system
1892026-08-05T19:26:32.354Zopenjdk system 11 system
1902026-08-05T19:26:32.354Zopenssl vendor 3 vendor
1912026-08-05T19:26:32.354Zperl system 5.40 system
1922026-08-05T19:26:32.354Zpostgresql system 18 system
1932026-08-05T19:26:32.354Zpostgresql system 17 system
1942026-08-05T19:26:32.354Zpython vendor 3 vendor
1952026-08-05T19:26:32.354Zpython system 2 system
1962026-08-05T19:26:32.354Zpython3 vendor 3.13 vendor
1972026-08-05T19:26:32.354Zruby system 3.4 system
1982026-08-05T19:26:32.354Zruby system 3.0 system
1992026-08-05T19:26:32.354Zwords vendor vendor american-english
2002026-08-05T19:26:32.354Zwords system system australian-english
2012026-08-05T19:26:32.354Zwords system system british-english
2022026-08-05T19:26:32.354Zwords system system canadian-english
2032026-08-05T19:26:32.354Zwords system system french
2042026-08-05T19:26:32.354Zwords system system italian
2052026-08-05T19:26:32.354Zwords system system ngerman
2062026-08-05T19:26:32.354Zwords system system ogerman
2072026-08-05T19:26:32.354Zwords system system spanish
2082026-08-05T19:26:32.608ZPUBLISHER TYPE STATUS P LOCATION
2092026-08-05T19:26:32.608Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-08-05T19:26:33.011ZFMRI IFO
2112026-08-05T19:26:33.011Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-08-05T19:26:33.011Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-08-05T19:26:33.011Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-08-05T19:26:33.011Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-08-05T19:26:33.011Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-08-05T19:26:33.012Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-08-05T19:26:33.012Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-08-05T19:26:33.012Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-08-05T19:26:33.012Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-08-05T19:26:33.313Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-08-05T19:26:33.619Z Updating crates.io index
2222026-08-05T19:26:33.622Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-08-05T19:26:33.912Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-08-05T19:26:34.250Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-08-05T19:26:35.502Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-08-05T19:26:36.067Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-08-05T19:26:37.943Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-08-05T19:26:38.777Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-08-05T19:26:39.092Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-08-05T19:26:39.449Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-08-05T19:26:40.897Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-08-05T19:26:41.198Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-08-05T19:26:41.568Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2342026-08-05T19:26:41.863Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-08-05T19:26:43.359Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2362026-08-05T19:26:43.862Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2372026-08-05T19:26:44.142Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-08-05T19:26:44.397Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-08-05T19:26:44.644Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-08-05T19:26:44.966Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2412026-08-05T19:26:45.365Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2422026-08-05T19:26:45.597Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2432026-08-05T19:26:45.880Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2442026-08-05T19:26:46.294Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2452026-08-05T19:26:46.694Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-08-05T19:26:47.051Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-08-05T19:26:47.507Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-08-05T19:26:47.927Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-08-05T19:26:48.310Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2502026-08-05T19:26:48.588Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-08-05T19:26:48.887Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-08-05T19:26:49.172Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532026-08-05T19:26:49.548Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2542026-08-05T19:26:50.075Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552026-08-05T19:26:50.393Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-08-05T19:26:50.683Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2572026-08-05T19:26:50.926Z Updating git repository `https://github.com/oxidecomputer/tough`
2582026-08-05T19:26:51.449Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-08-05T19:26:51.765Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2602026-08-05T19:26:52.042Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2612026-08-05T19:26:52.364Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2622026-08-05T19:26:52.668Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2632026-08-05T19:26:52.905Z Updating git repository `https://github.com/illumos/smf-rs`
2642026-08-05T19:26:55.498Z Downloading crates ...
2652026-08-05T19:26:55.552Z Downloaded equivalent v1.0.2
2662026-08-05T19:26:55.559Z Downloaded fastrand v2.3.0
2672026-08-05T19:26:55.562Z Downloaded generic-array v0.14.7
2682026-08-05T19:26:55.565Z Downloaded smawk v0.3.2
2692026-08-05T19:26:55.580Z Downloaded zerocopy v0.7.35
2702026-08-05T19:26:55.588Z Downloaded zerocopy-derive v0.7.35
2712026-08-05T19:26:55.591Z Downloaded zmij v1.0.21
2722026-08-05T19:26:55.591Z Downloaded anstream v1.0.0
2732026-08-05T19:26:55.594Z Downloaded bytecount v0.6.9
2742026-08-05T19:26:55.594Z Downloaded digest v0.10.7
2752026-08-05T19:26:55.594Z Downloaded fnv v1.0.7
2762026-08-05T19:26:55.598Z Downloaded plain v0.2.3
2772026-08-05T19:26:55.598Z Downloaded proc-macro-error-attr v1.0.4
2782026-08-05T19:26:55.598Z Downloaded terminal_size v0.4.3
2792026-08-05T19:26:55.598Z Downloaded unicode-linebreak v0.1.5
2802026-08-05T19:26:55.598Z Downloaded usdt v0.5.0
2812026-08-05T19:26:55.598Z Downloaded block-buffer v0.10.4
2822026-08-05T19:26:55.598Z Downloaded cfg-if v1.0.4
2832026-08-05T19:26:55.601Z Downloaded itoa v1.0.17
2842026-08-05T19:26:55.602Z Downloaded toml_write v0.1.2
2852026-08-05T19:26:55.607Z Downloaded scroll_derive v0.12.1
2862026-08-05T19:26:55.610Z Downloaded utf8parse v0.2.2
2872026-08-05T19:26:55.610Z Downloaded heck v0.5.0
2882026-08-05T19:26:55.613Z Downloaded cpufeatures v0.2.17
2892026-08-05T19:26:55.616Z Downloaded errno v0.3.14
2902026-08-05T19:26:55.617Z Downloaded colorchoice v1.0.4
2912026-08-05T19:26:55.621Z Downloaded cargo-platform v0.3.2
2922026-08-05T19:26:55.624Z Downloaded dtrace-parser v0.2.0
2932026-08-05T19:26:55.627Z Downloaded dof v0.3.0
2942026-08-05T19:26:55.630Z Downloaded memmap v0.7.0
2952026-08-05T19:26:55.630Z Downloaded is_terminal_polyfill v1.70.2
2962026-08-05T19:26:55.633Z Downloaded crypto-common v0.1.7
2972026-08-05T19:26:55.633Z Downloaded macaddr v1.0.1
2982026-08-05T19:26:55.633Z Downloaded clap_lex v1.0.0
2992026-08-05T19:26:55.633Z Downloaded heck v0.4.1
3002026-08-05T19:26:55.639Z Downloaded anstyle-parse v1.0.0
3012026-08-05T19:26:55.642Z Downloaded anstyle v1.0.14
3022026-08-05T19:26:55.642Z Downloaded bitflags v2.11.0
3032026-08-05T19:26:55.645Z Downloaded tabled_derive v0.7.0
3042026-08-05T19:26:55.645Z Downloaded usdt-macro v0.5.0
3052026-08-05T19:26:55.649Z Downloaded swrite v0.1.0
3062026-08-05T19:26:55.652Z Downloaded usdt-attr-macro v0.5.0
3072026-08-05T19:26:55.652Z Downloaded serde_spanned v0.6.9
3082026-08-05T19:26:55.656Z Downloaded strsim v0.11.1
3092026-08-05T19:26:55.656Z Downloaded toml_datetime v0.6.11
3102026-08-05T19:26:55.659Z Downloaded thread-id v4.2.2
3112026-08-05T19:26:55.659Z Downloaded version_check v0.9.5
3122026-08-05T19:26:55.659Z Downloaded pretty-hex v0.4.1
3132026-08-05T19:26:55.659Z Downloaded anstyle-query v1.1.5
3142026-08-05T19:26:55.664Z Downloaded thiserror-impl v2.0.18
3152026-08-05T19:26:55.668Z Downloaded scroll v0.12.0
3162026-08-05T19:26:55.672Z Downloaded thiserror v1.0.69
3172026-08-05T19:26:55.675Z Downloaded sha2 v0.10.9
3182026-08-05T19:26:55.679Z Downloaded autocfg v1.5.0
3192026-08-05T19:26:55.682Z Downloaded cargo_metadata v0.23.1
3202026-08-05T19:26:55.682Z Downloaded camino-tempfile v1.4.1
3212026-08-05T19:26:55.682Z Downloaded byteorder v1.5.0
3222026-08-05T19:26:55.687Z Downloaded fs-err v3.3.0
3232026-08-05T19:26:55.687Z Downloaded cargo_toml v0.21.0
3242026-08-05T19:26:55.690Z Downloaded clap v4.6.1
3252026-08-05T19:26:55.693Z Downloaded serde_tokenstream v0.2.3
3262026-08-05T19:26:55.696Z Downloaded thiserror v2.0.18
3272026-08-05T19:26:55.697Z Downloaded thiserror-impl v1.0.69
3282026-08-05T19:26:55.700Z Downloaded pest_derive v2.8.6
3292026-08-05T19:26:55.700Z Downloaded quote v1.0.45
3302026-08-05T19:26:55.700Z Downloaded usdt-impl v0.5.0
3312026-08-05T19:26:55.707Z Downloaded semver v1.0.28
3322026-08-05T19:26:55.712Z Downloaded once_cell v1.21.3
3332026-08-05T19:26:55.719Z Downloaded camino v1.2.2
3342026-08-05T19:26:55.722Z Downloaded anyhow v1.0.102
3352026-08-05T19:26:55.726Z Downloaded papergrid v0.11.0
3362026-08-05T19:26:55.729Z Downloaded toml v0.8.23
3372026-08-05T19:26:55.729Z Downloaded proc-macro-error v1.0.4
3382026-08-05T19:26:55.735Z Downloaded serde_core v1.0.228
3392026-08-05T19:26:55.738Z Downloaded unicode-ident v1.0.24
3402026-08-05T19:26:55.741Z Downloaded textwrap v0.16.2
3412026-08-05T19:26:55.744Z Downloaded ucd-trie v0.1.7
3422026-08-05T19:26:55.744Z Downloaded clap_derive v4.6.1
3432026-08-05T19:26:55.748Z Downloaded getrandom v0.4.1
3442026-08-05T19:26:55.748Z Downloaded serde_derive v1.0.228
3452026-08-05T19:26:55.752Z Downloaded tempfile v3.25.0
3462026-08-05T19:26:55.756Z Downloaded toml_edit v0.22.27
3472026-08-05T19:26:55.762Z Downloaded log v0.4.29
3482026-08-05T19:26:55.771Z Downloaded pest_generator v2.8.6
3492026-08-05T19:26:55.778Z Downloaded proc-macro2 v1.0.106
3502026-08-05T19:26:55.786Z Downloaded memchr v2.8.0
3512026-08-05T19:26:55.789Z Downloaded pest_meta v2.8.6
3522026-08-05T19:26:55.804Z Downloaded indexmap v2.14.0
3532026-08-05T19:26:55.807Z Downloaded serde v1.0.228
3542026-08-05T19:26:55.811Z Downloaded typenum v1.20.1
3552026-08-05T19:26:55.839Z Downloaded pest v2.8.6
3562026-08-05T19:26:55.844Z Downloaded serde_json v1.0.151
3572026-08-05T19:26:55.848Z Downloaded hashbrown v0.17.0
3582026-08-05T19:26:55.857Z Downloaded clap_builder v4.6.0
3592026-08-05T19:26:55.864Z Downloaded winnow v0.7.14
3602026-08-05T19:26:55.870Z Downloaded goblin v0.8.2
3612026-08-05T19:26:55.877Z Downloaded tabled v0.15.0
3622026-08-05T19:26:55.895Z Downloaded syn v1.0.109
3632026-08-05T19:26:55.908Z Downloaded unicode-width v0.1.14
3642026-08-05T19:26:55.911Z Downloaded unicode-width v0.2.0
3652026-08-05T19:26:55.914Z Downloaded syn v2.0.117
3662026-08-05T19:26:55.922Z Downloaded rustix v1.1.3
3672026-08-05T19:26:55.949Z Downloaded libc v0.2.185
3682026-08-05T19:26:56.013Z Compiling proc-macro2 v1.0.106
3692026-08-05T19:26:56.013Z Compiling quote v1.0.45
3702026-08-05T19:26:56.017Z Compiling unicode-ident v1.0.24
3712026-08-05T19:26:56.018Z Compiling serde_core v1.0.228
3722026-08-05T19:26:56.018Z Compiling libc v0.2.185
3732026-08-05T19:26:56.018Z Compiling version_check v0.9.5
3742026-08-05T19:26:56.018Z Compiling memchr v2.8.0
3752026-08-05T19:26:56.018Z Compiling serde v1.0.228
3762026-08-05T19:26:56.196Z Compiling zmij v1.0.21
3772026-08-05T19:26:56.211Z Compiling thiserror v1.0.69
3782026-08-05T19:26:56.214Z Compiling itoa v1.0.17
3792026-08-05T19:26:56.214Z Compiling ucd-trie v0.1.7
3802026-08-05T19:26:56.226Z Compiling rustix v1.1.3
3812026-08-05T19:26:56.229Z Compiling byteorder v1.5.0
3822026-08-05T19:26:56.422Z Compiling bitflags v2.11.0
3832026-08-05T19:26:56.557Z Compiling serde_json v1.0.151
3842026-08-05T19:26:56.615Z Compiling pest v2.8.6
3852026-08-05T19:26:56.658Z Compiling usdt-impl v0.5.0
3862026-08-05T19:26:56.690Z Compiling proc-macro-error-attr v1.0.4
3872026-08-05T19:26:56.865Z Compiling camino v1.2.2
3882026-08-05T19:26:56.918Z Compiling syn v1.0.109
3892026-08-05T19:26:56.956Z Compiling proc-macro-error v1.0.4
3902026-08-05T19:26:56.992Z Compiling plain v0.2.3
3912026-08-05T19:26:57.094Z Compiling hashbrown v0.17.0
3922026-08-05T19:26:57.112Z Compiling equivalent v1.0.2
3932026-08-05T19:26:57.159Z Compiling utf8parse v0.2.2
3942026-08-05T19:26:57.177Z Compiling log v0.4.29
3952026-08-05T19:26:57.181Z Compiling getrandom v0.4.1
3962026-08-05T19:26:57.295Z Compiling anstyle-parse v1.0.0
3972026-08-05T19:26:57.347Z Compiling thiserror v2.0.18
3982026-08-05T19:26:57.351Z Compiling pretty-hex v0.4.1
3992026-08-05T19:26:57.384Z Compiling errno v0.3.14
4002026-08-05T19:26:57.384Z Compiling thread-id v4.2.2
4012026-08-05T19:26:57.438Z Compiling cfg-if v1.0.4
4022026-08-05T19:26:57.455Z Compiling autocfg v1.5.0
4032026-08-05T19:26:57.534Z Compiling anstyle v1.0.14
4042026-08-05T19:26:57.553Z Compiling toml_write v0.1.2
4052026-08-05T19:26:57.556Z Compiling winnow v0.7.14
4062026-08-05T19:26:57.591Z Compiling anstyle-query v1.1.5
4072026-08-05T19:26:57.612Z Compiling colorchoice v1.0.4
4082026-08-05T19:26:57.630Z Compiling is_terminal_polyfill v1.70.2
4092026-08-05T19:26:57.764Z Compiling pest_meta v2.8.6
4102026-08-05T19:26:57.783Z Compiling indexmap v2.14.0
4112026-08-05T19:26:57.821Z Compiling anstream v1.0.0
4122026-08-05T19:26:57.825Z Compiling fnv v1.0.7
4132026-08-05T19:26:57.826Z Compiling strsim v0.11.1
4142026-08-05T19:26:57.826Z Compiling clap_lex v1.0.0
4152026-08-05T19:26:57.965Z Compiling syn v2.0.117
4162026-08-05T19:26:58.001Z Compiling fs-err v3.3.0
4172026-08-05T19:26:58.004Z Compiling once_cell v1.21.3
4182026-08-05T19:26:58.040Z Compiling fastrand v2.3.0
4192026-08-05T19:26:58.075Z Compiling bytecount v0.6.9
4202026-08-05T19:26:58.141Z Compiling unicode-width v0.1.14
4212026-08-05T19:26:58.180Z Compiling anyhow v1.0.102
4222026-08-05T19:26:58.208Z Compiling heck v0.5.0
4232026-08-05T19:26:58.225Z Compiling heck v0.4.1
4242026-08-05T19:26:58.261Z Compiling memmap v0.7.0
4252026-08-05T19:26:58.318Z Compiling smawk v0.3.2
4262026-08-05T19:26:58.358Z Compiling unicode-linebreak v0.1.5
4272026-08-05T19:26:58.424Z Compiling papergrid v0.11.0
4282026-08-05T19:26:58.427Z Compiling unicode-width v0.2.0
4292026-08-05T19:26:58.462Z Compiling terminal_size v0.4.3
4302026-08-05T19:26:58.465Z Compiling tempfile v3.25.0
4312026-08-05T19:26:58.500Z Compiling swrite v0.1.0
4322026-08-05T19:26:58.611Z Compiling clap_builder v4.6.0
4332026-08-05T19:26:58.670Z Compiling textwrap v0.16.2
4342026-08-05T19:26:58.763Z Compiling cargo-platform v0.3.2
4352026-08-05T19:26:58.785Z Compiling semver v1.0.28
4362026-08-05T19:26:59.080Z Compiling camino-tempfile v1.4.1
4372026-08-05T19:26:59.396Z Compiling tabled_derive v0.7.0
4382026-08-05T19:27:00.138Z Compiling tabled v0.15.0
4392026-08-05T19:27:00.246Z Compiling pest_generator v2.8.6
4402026-08-05T19:27:00.662Z Compiling serde_derive v1.0.228
4412026-08-05T19:27:00.663Z Compiling thiserror-impl v1.0.69
4422026-08-05T19:27:00.663Z Compiling zerocopy-derive v0.7.35
4432026-08-05T19:27:00.688Z Compiling pest_derive v2.8.6
4442026-08-05T19:27:00.688Z Compiling scroll_derive v0.12.1
4452026-08-05T19:27:00.689Z Compiling thiserror-impl v2.0.18
4462026-08-05T19:27:00.689Z Compiling clap_derive v4.6.1
4472026-08-05T19:27:01.345Z Compiling zerocopy v0.7.35
4482026-08-05T19:27:01.362Z Compiling scroll v0.12.0
4492026-08-05T19:27:01.591Z Compiling goblin v0.8.2
4502026-08-05T19:27:01.662Z Compiling dtrace-parser v0.2.0
4512026-08-05T19:27:01.976Z Compiling clap v4.6.1
4522026-08-05T19:27:03.055Z Compiling dof v0.3.0
4532026-08-05T19:27:03.055Z Compiling serde_tokenstream v0.2.3
4542026-08-05T19:27:03.070Z Compiling toml_datetime v0.6.11
4552026-08-05T19:27:03.073Z Compiling serde_spanned v0.6.9
4562026-08-05T19:27:03.073Z Compiling macaddr v1.0.1
4572026-08-05T19:27:03.073Z Compiling cargo_metadata v0.23.1
4582026-08-05T19:27:03.073Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4592026-08-05T19:27:03.320Z Compiling toml_edit v0.22.27
4602026-08-05T19:27:03.711Z Compiling usdt-attr-macro v0.5.0
4612026-08-05T19:27:03.714Z Compiling usdt-macro v0.5.0
4622026-08-05T19:27:04.340Z Compiling usdt v0.5.0
4632026-08-05T19:27:04.554Z Compiling toml v0.8.23
4642026-08-05T19:27:04.866Z Compiling cargo_toml v0.21.0
4652026-08-05T19:27:06.143Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4662026-08-05T19:27:08.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.07s
4672026-08-05T19:27:08.434Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4682026-08-05T19:27:08.941Z Downloading crates ...
4692026-08-05T19:27:08.995Z Downloaded adler2 v2.0.1
4702026-08-05T19:27:08.999Z Downloaded bitfield v0.19.4
4712026-08-05T19:27:09.003Z Downloaded bitflags v1.3.2
4722026-08-05T19:27:09.009Z Downloaded cfg_aliases v0.2.1
4732026-08-05T19:27:09.021Z Downloaded base64 v0.22.1
4742026-08-05T19:27:09.025Z Downloaded ascii-canvas v3.0.0
4752026-08-05T19:27:09.030Z Downloaded convert_case v0.4.0
4762026-08-05T19:27:09.033Z Downloaded ahash v0.8.12
4772026-08-05T19:27:09.033Z Downloaded erased-serde v0.3.31
4782026-08-05T19:27:09.036Z Downloaded backoff v0.4.0
4792026-08-05T19:27:09.036Z Downloaded argon2 v0.6.0-rc.8
4802026-08-05T19:27:09.040Z Downloaded blake2 v0.10.6
4812026-08-05T19:27:09.043Z Downloaded env_filter v1.0.0
4822026-08-05T19:27:09.045Z Downloaded bit-set v0.8.0
4832026-08-05T19:27:09.046Z Downloaded futures-core v0.3.32
4842026-08-05T19:27:09.046Z Downloaded foreign-types v0.5.0
4852026-08-05T19:27:09.046Z Downloaded bit-set v0.5.3
4862026-08-05T19:27:09.049Z Downloaded aead v0.5.2
4872026-08-05T19:27:09.049Z Downloaded aws-lc-rs v1.16.3
4882026-08-05T19:27:09.052Z Downloaded bcs v0.1.6
4892026-08-05T19:27:09.055Z Downloaded bitfield-struct v0.6.2
4902026-08-05T19:27:09.055Z Downloaded arrayref v0.3.9
4912026-08-05T19:27:09.055Z Downloaded env_logger v0.11.9
4922026-08-05T19:27:09.059Z Downloaded fxhash v0.2.1
4932026-08-05T19:27:09.059Z Downloaded globwalk v0.9.1
4942026-08-05T19:27:09.059Z Downloaded hyper-staticfile v0.10.1
4952026-08-05T19:27:09.059Z Downloaded arrayvec v0.7.6
4962026-08-05T19:27:09.062Z Downloaded colored v2.2.0
4972026-08-05T19:27:09.062Z Downloaded backon v1.6.0
4982026-08-05T19:27:09.064Z Downloaded bcrypt-pbkdf v0.11.0
4992026-08-05T19:27:09.065Z Downloaded cfg_aliases v0.1.1
5002026-08-05T19:27:09.065Z Downloaded base16ct v0.2.0
5012026-08-05T19:27:09.067Z Downloaded compression-core v0.4.31
5022026-08-05T19:27:09.067Z Downloaded ghash v0.6.0
5032026-08-05T19:27:09.067Z Downloaded array-init v0.0.4
5042026-08-05T19:27:09.067Z Downloaded flagset v0.4.7
5052026-08-05T19:27:09.071Z Downloaded base16ct v1.0.0
5062026-08-05T19:27:09.073Z Downloaded float-ord v0.3.2
5072026-08-05T19:27:09.076Z Downloaded fd-lock v4.0.4
5082026-08-05T19:27:09.076Z Downloaded form_urlencoded v1.2.2
5092026-08-05T19:27:09.076Z Downloaded atomic-waker v1.1.2
5102026-08-05T19:27:09.076Z Downloaded bitfield-macros v0.19.4
5112026-08-05T19:27:09.079Z Downloaded futures-sink v0.3.32
5122026-08-05T19:27:09.082Z Downloaded futures-macro v0.3.32
5132026-08-05T19:27:09.085Z Downloaded async-stream-impl v0.3.6
5142026-08-05T19:27:09.085Z Downloaded foreign-types-shared v0.3.1
5152026-08-05T19:27:09.085Z Downloaded funty v2.0.0
5162026-08-05T19:27:09.088Z Downloaded assert_matches v1.5.0
5172026-08-05T19:27:09.088Z Downloaded atty v0.2.14
5182026-08-05T19:27:09.088Z Downloaded atomicwrites v0.4.4
5192026-08-05T19:27:09.091Z Downloaded foreign-types v0.3.2
5202026-08-05T19:27:09.091Z Downloaded foldhash v0.1.5
5212026-08-05T19:27:09.094Z Downloaded fs_extra v1.3.0
5222026-08-05T19:27:09.094Z Downloaded glob v0.3.3
5232026-08-05T19:27:09.094Z Downloaded ff v0.13.1
5242026-08-05T19:27:09.097Z Downloaded ciborium-ll v0.2.2
5252026-08-05T19:27:09.097Z Downloaded async-stream v0.3.6
5262026-08-05T19:27:09.097Z Downloaded gethostname v0.5.0
5272026-08-05T19:27:09.100Z Downloaded futures-io v0.3.32
5282026-08-05T19:27:09.100Z Downloaded http-body v1.0.1
5292026-08-05T19:27:09.103Z Downloaded float-cmp v0.10.0
5302026-08-05T19:27:09.106Z Downloaded castaway v0.2.4
5312026-08-05T19:27:09.106Z Downloaded fallible-iterator v0.2.0
5322026-08-05T19:27:09.106Z Downloaded fixedbitset v0.4.2
5332026-08-05T19:27:09.115Z Downloaded num v0.4.3
5342026-08-05T19:27:09.118Z Downloaded foreign-types-macros v0.2.3
5352026-08-05T19:27:09.118Z Downloaded hash32 v0.2.1
5362026-08-05T19:27:09.118Z Downloaded home v0.5.12
5372026-08-05T19:27:09.118Z Downloaded hubpack_derive v0.1.1
5382026-08-05T19:27:09.121Z Downloaded ciborium-io v0.2.2
5392026-08-05T19:27:09.124Z Downloaded hyper-tls v0.6.0
5402026-08-05T19:27:09.124Z Downloaded bb8 v0.8.6
5412026-08-05T19:27:09.124Z Downloaded git-stub v1.0.0
5422026-08-05T19:27:09.124Z Downloaded hostname v0.3.1
5432026-08-05T19:27:09.130Z Downloaded block-padding v0.4.2
5442026-08-05T19:27:09.133Z Downloaded httpdate v1.0.3
5452026-08-05T19:27:09.133Z Downloaded hubpack v0.1.2
5462026-08-05T19:27:09.133Z Downloaded hex v0.4.3
5472026-08-05T19:27:09.133Z Downloaded http-range v0.1.5
5482026-08-05T19:27:09.136Z Downloaded filetime v0.2.27
5492026-08-05T19:27:09.136Z Downloaded git-stub-vcs v0.1.0
5502026-08-05T19:27:09.139Z Downloaded fs-err v2.11.0
5512026-08-05T19:27:09.142Z Downloaded foreign-types-shared v0.1.1
5522026-08-05T19:27:09.145Z Downloaded num-conv v0.2.0
5532026-08-05T19:27:09.148Z Downloaded hash32 v0.3.1
5542026-08-05T19:27:09.151Z Downloaded num_enum_derive v0.5.11
5552026-08-05T19:27:09.151Z Downloaded hostname v0.4.2
5562026-08-05T19:27:09.154Z Downloaded base64ct v1.8.3
5572026-08-05T19:27:09.154Z Downloaded cmake v0.1.57
5582026-08-05T19:27:09.157Z Downloaded async-recursion v1.1.1
5592026-08-05T19:27:09.157Z Downloaded bit-vec v0.8.0
5602026-08-05T19:27:09.160Z Downloaded headers-core v0.3.0
5612026-08-05T19:27:09.160Z Downloaded hex-literal v1.1.0
5622026-08-05T19:27:09.160Z Downloaded blowfish v0.10.0
5632026-08-05T19:27:09.167Z Downloaded potential_utf v0.1.4
5642026-08-05T19:27:09.170Z Downloaded powerfmt v0.2.0
5652026-08-05T19:27:09.170Z Downloaded openssl-probe v0.2.1
5662026-08-05T19:27:09.170Z Downloaded futures-task v0.3.32
5672026-08-05T19:27:09.173Z Downloaded fixedbitset v0.5.7
5682026-08-05T19:27:09.173Z Downloaded ff v0.14.0
5692026-08-05T19:27:09.176Z Downloaded globset v0.4.18
5702026-08-05T19:27:09.176Z Downloaded foldhash v0.2.0
5712026-08-05T19:27:09.176Z Downloaded hmac v0.13.0
5722026-08-05T19:27:09.179Z Downloaded http-body-util v0.1.3
5732026-08-05T19:27:09.182Z Downloaded rand_xorshift v0.4.0
5742026-08-05T19:27:09.185Z Downloaded rfc6979 v0.4.0
5752026-08-05T19:27:09.188Z Downloaded find-msvc-tools v0.1.9
5762026-08-05T19:27:09.191Z Downloaded sapling-renderdag v0.1.0
5772026-08-05T19:27:09.195Z Downloaded anstream v0.6.21
5782026-08-05T19:27:09.196Z Downloaded cobs v0.3.0
5792026-08-05T19:27:09.199Z Downloaded block-buffer v0.12.1
5802026-08-05T19:27:09.199Z Downloaded chacha20 v0.9.1
5812026-08-05T19:27:09.199Z Downloaded anstyle-parse v0.2.7
5822026-08-05T19:27:09.203Z Downloaded bs58 v0.5.1
5832026-08-05T19:27:09.203Z Downloaded cassowary v0.3.0
5842026-08-05T19:27:09.203Z Downloaded cipher v0.4.4
5852026-08-05T19:27:09.207Z Downloaded cmov v0.5.4
5862026-08-05T19:27:09.207Z Downloaded const_format_proc_macros v0.2.34
5872026-08-05T19:27:09.207Z Downloaded buf-list v1.1.2
5882026-08-05T19:27:09.212Z Downloaded bit-vec v0.6.3
5892026-08-05T19:27:09.212Z Downloaded rustc_version v0.1.7
5902026-08-05T19:27:09.212Z Downloaded aead v0.6.1
5912026-08-05T19:27:09.212Z Downloaded semver v0.1.20
5922026-08-05T19:27:09.212Z Downloaded seq-macro v0.3.6
5932026-08-05T19:27:09.213Z Downloaded camino-tempfile-ext v0.3.3
5942026-08-05T19:27:09.213Z Downloaded serde-big-array v0.5.1
5952026-08-05T19:27:09.213Z Downloaded argon2 v0.5.3
5962026-08-05T19:27:09.217Z Downloaded compression-codecs v0.4.37
5972026-08-05T19:27:09.217Z Downloaded shell-words v1.1.1
5982026-08-05T19:27:09.217Z Downloaded num-rational v0.4.2
5992026-08-05T19:27:09.221Z Downloaded cexpr v0.6.0
6002026-08-05T19:27:09.221Z Downloaded cipher v0.5.2
6012026-08-05T19:27:09.223Z Downloaded byte-wrapper v0.1.0
6022026-08-05T19:27:09.226Z Downloaded constant_time_eq v0.4.2
6032026-08-05T19:27:09.226Z Downloaded futures-executor v0.3.32
6042026-08-05T19:27:09.229Z Downloaded same-file v1.0.6
6052026-08-05T19:27:09.233Z Downloaded slog-bunyan v2.5.0
6062026-08-05T19:27:09.236Z Downloaded async-trait v0.1.89
6072026-08-05T19:27:09.239Z Downloaded group v0.14.0
6082026-08-05T19:27:09.242Z Downloaded pbkdf2 v0.13.0
6092026-08-05T19:27:09.242Z Downloaded pem v3.0.6
6102026-08-05T19:27:09.242Z Downloaded bzip2 v0.6.1
6112026-08-05T19:27:09.242Z Downloaded console v0.16.2
6122026-08-05T19:27:09.245Z Downloaded async-bb8-diesel v0.2.1
6132026-08-05T19:27:09.247Z Downloaded getrandom v0.3.4
6142026-08-05T19:27:09.248Z Downloaded strum v0.26.3
6152026-08-05T19:27:09.248Z Downloaded ppv-lite86 v0.2.21
6162026-08-05T19:27:09.250Z Downloaded take_mut v0.2.2
6172026-08-05T19:27:09.253Z Downloaded password-hash v0.5.0
6182026-08-05T19:27:09.256Z Downloaded phc v0.6.1
6192026-08-05T19:27:09.259Z Downloaded phf v0.12.1
6202026-08-05T19:27:09.259Z Downloaded primefield v0.14.0
6212026-08-05T19:27:09.262Z Downloaded phf v0.13.1
6222026-08-05T19:27:09.262Z Downloaded primeorder v0.13.6
6232026-08-05T19:27:09.262Z Downloaded tap v1.0.1
6242026-08-05T19:27:09.265Z Downloaded getrandom v0.2.17
6252026-08-05T19:27:09.268Z Downloaded progenitor-extras v0.2.0
6262026-08-05T19:27:09.268Z Downloaded rand_core v0.9.5
6272026-08-05T19:27:09.268Z Downloaded resolv-conf v0.7.6
6282026-08-05T19:27:09.271Z Downloaded fatfs v0.3.6
6292026-08-05T19:27:09.273Z Downloaded unarray v0.1.4
6302026-08-05T19:27:09.276Z Downloaded typify-macro v0.6.2
6312026-08-05T19:27:09.277Z Downloaded usdt v0.6.0
6322026-08-05T19:27:09.279Z Downloaded unit-prefix v0.5.2
6332026-08-05T19:27:09.279Z Downloaded utf-8 v0.7.6
6342026-08-05T19:27:09.280Z Downloaded chacha20 v0.10.0
6352026-08-05T19:27:09.280Z Downloaded console v0.15.11
6362026-08-05T19:27:09.282Z Downloaded cancel-safe-futures v0.1.5
6372026-08-05T19:27:09.285Z Downloaded colored v3.1.1
6382026-08-05T19:27:09.288Z Downloaded ciborium v0.2.2
6392026-08-05T19:27:09.288Z Downloaded humantime v2.3.0
6402026-08-05T19:27:09.288Z Downloaded const-oid v0.9.6
6412026-08-05T19:27:09.291Z Downloaded iana-time-zone v0.1.65
6422026-08-05T19:27:09.291Z Downloaded hmac v0.12.1
6432026-08-05T19:27:09.294Z Downloaded group v0.13.0
6442026-08-05T19:27:09.294Z Downloaded bzip2 v0.4.4
6452026-08-05T19:27:09.294Z Downloaded cbc v0.2.1
6462026-08-05T19:27:09.294Z Downloaded sigpipe v0.1.3
6472026-08-05T19:27:09.297Z Downloaded signal-hook-registry v1.4.8
6482026-08-05T19:27:09.297Z Downloaded slab v0.4.12
6492026-08-05T19:27:09.297Z Downloaded slog-scope v4.4.1
6502026-08-05T19:27:09.297Z Downloaded slog-stdlog v4.1.1
6512026-08-05T19:27:09.297Z Downloaded blake2 v0.11.0-rc.6
6522026-08-05T19:27:09.300Z Downloaded want v0.3.1
6532026-08-05T19:27:09.301Z Downloaded xshell-macros v0.2.7
6542026-08-05T19:27:09.301Z Downloaded scroll v0.13.0
6552026-08-05T19:27:09.304Z Downloaded zeroize_derive v1.5.0
6562026-08-05T19:27:09.304Z Downloaded zone_cfg_derive v0.3.1
6572026-08-05T19:27:09.313Z Downloaded half v1.8.3
6582026-08-05T19:27:09.316Z Downloaded async-compression v0.4.41
6592026-08-05T19:27:09.319Z Downloaded strip-ansi-escapes v0.2.1
6602026-08-05T19:27:09.319Z Downloaded hyper-rustls v0.27.7
6612026-08-05T19:27:09.323Z Downloaded highway v1.3.0
6622026-08-05T19:27:09.326Z Downloaded parking_lot_core v0.9.12
6632026-08-05T19:27:09.326Z Downloaded crunchy v0.2.4
6642026-08-05T19:27:09.326Z Downloaded crypto-common v0.2.2
6652026-08-05T19:27:09.326Z Downloaded darling_macro v0.20.11
6662026-08-05T19:27:09.329Z Downloaded defmt-parser v1.0.0
6672026-08-05T19:27:09.329Z Downloaded debug-ignore v1.0.5
6682026-08-05T19:27:09.332Z Downloaded difflib v0.4.0
6692026-08-05T19:27:09.332Z Downloaded postcard v1.1.3
6702026-08-05T19:27:09.332Z Downloaded dtrace-parser v0.3.0
6712026-08-05T19:27:09.332Z Downloaded futures v0.3.32
6722026-08-05T19:27:09.335Z Downloaded dof v0.4.0
6732026-08-05T19:27:09.335Z Downloaded embedded-io v0.6.1
6742026-08-05T19:27:09.339Z Downloaded ssh-encoding v0.3.0
6752026-08-05T19:27:09.339Z Downloaded embedded-io v0.4.0
6762026-08-05T19:27:09.339Z Downloaded ident_case v1.0.1
6772026-08-05T19:27:09.339Z Downloaded tiny-keccak v2.0.2
6782026-08-05T19:27:09.343Z Downloaded tls_codec v0.4.2
6792026-08-05T19:27:09.343Z Downloaded thread_local v1.1.9
6802026-08-05T19:27:09.343Z Downloaded tls_codec_derive v0.4.2
6812026-08-05T19:27:09.347Z Downloaded flume v0.11.1
6822026-08-05T19:27:09.347Z Downloaded hybrid-array v0.4.13
6832026-08-05T19:27:09.347Z Downloaded pkcs8 v0.11.0
6842026-08-05T19:27:09.350Z Downloaded poly1305 v0.9.0
6852026-08-05T19:27:09.355Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6862026-08-05T19:27:09.355Z Downloaded tui-tree-widget v0.23.1
6872026-08-05T19:27:09.359Z Downloaded illumos-nvpair v0.3.0
6882026-08-05T19:27:09.359Z Downloaded illumos-nvpair-sys v0.2.0
6892026-08-05T19:27:09.359Z Downloaded inout v0.1.4
6902026-08-05T19:27:09.359Z Downloaded inout v0.2.2
6912026-08-05T19:27:09.359Z Downloaded is_ci v1.2.0
6922026-08-05T19:27:09.371Z Downloaded clang-sys v1.8.1
6932026-08-05T19:27:09.371Z Downloaded httparse v1.10.1
6942026-08-05T19:27:09.371Z Downloaded const-oid v0.10.2
6952026-08-05T19:27:09.372Z Downloaded sec1 v0.7.3
6962026-08-05T19:27:09.372Z Downloaded generic-array v1.4.3
6972026-08-05T19:27:09.372Z Downloaded wyz v0.5.1
6982026-08-05T19:27:09.372Z Downloaded futures-channel v0.3.32
6992026-08-05T19:27:09.372Z Downloaded allocator-api2 v0.2.21
7002026-08-05T19:27:09.376Z Downloaded sha2 v0.11.0
7012026-08-05T19:27:09.384Z Downloaded oso-derive v0.27.3
7022026-08-05T19:27:09.387Z Downloaded percent-encoding v2.3.2
7032026-08-05T19:27:09.390Z Downloaded managed v0.8.0
7042026-08-05T19:27:09.393Z Downloaded lzss v0.8.2
7052026-08-05T19:27:09.393Z Downloaded memoffset v0.9.1
7062026-08-05T19:27:09.393Z Downloaded mime v0.3.17
7072026-08-05T19:27:09.397Z Downloaded newtype-uuid-macros v0.1.0
7082026-08-05T19:27:09.397Z Downloaded spin v0.9.8
7092026-08-05T19:27:09.400Z Downloaded openssl-macros v0.1.1
7102026-08-05T19:27:09.400Z Downloaded strum_macros v0.27.2
7112026-08-05T19:27:09.405Z Downloaded corncobs v0.1.4
7122026-08-05T19:27:09.408Z Downloaded critical-section v1.2.0
7132026-08-05T19:27:09.408Z Downloaded diesel-dtrace v0.5.0
7142026-08-05T19:27:09.408Z Downloaded dirs-sys-next v0.1.2
7152026-08-05T19:27:09.411Z Downloaded openssl-probe v0.1.6
7162026-08-05T19:27:09.411Z Downloaded password-hash v0.6.1
7172026-08-05T19:27:09.414Z Downloaded phf_shared v0.12.1
7182026-08-05T19:27:09.417Z Downloaded precomputed-hash v0.1.1
7192026-08-05T19:27:09.417Z Downloaded rand_chacha v0.3.1
7202026-08-05T19:27:09.421Z Downloaded oxide-update-engine-types v0.1.2
7212026-08-05T19:27:09.426Z Downloaded progenitor-impl v0.14.0
7222026-08-05T19:27:09.426Z Downloaded support-bundle-viewer v0.1.2
7232026-08-05T19:27:09.430Z Downloaded progenitor-client v0.14.0
7242026-08-05T19:27:09.430Z Downloaded rand_pcg v0.10.2
7252026-08-05T19:27:09.430Z Downloaded vergen-lib v0.1.6
7262026-08-05T19:27:09.434Z Downloaded russh-cryptovec v0.62.0
7272026-08-05T19:27:09.434Z Downloaded ref-cast v1.0.25
7282026-08-05T19:27:09.438Z Downloaded rfc6979 v0.6.0
7292026-08-05T19:27:09.438Z Downloaded compact_str v0.8.1
7302026-08-05T19:27:09.444Z Downloaded ingot v0.2.1
7312026-08-05T19:27:09.451Z Downloaded serde_yaml v0.9.34+deprecated
7322026-08-05T19:27:09.451Z Downloaded is-terminal v0.4.17
7332026-08-05T19:27:09.454Z Downloaded siphasher v1.0.2
7342026-08-05T19:27:09.454Z Downloaded serde_repr v0.1.20
7352026-08-05T19:27:09.456Z Downloaded chacha20poly1305 v0.10.1
7362026-08-05T19:27:09.459Z Downloaded libsw v3.5.0
7372026-08-05T19:27:09.459Z Downloaded lock_api v0.4.14
7382026-08-05T19:27:09.462Z Downloaded base64 v0.21.7
7392026-08-05T19:27:09.462Z Downloaded icu_locale_core v2.1.1
7402026-08-05T19:27:09.465Z Downloaded tracing-attributes v0.1.31
7412026-08-05T19:27:09.468Z Downloaded bytes v1.11.1
7422026-08-05T19:27:09.468Z Downloaded bumpalo v3.20.2
7432026-08-05T19:27:09.471Z Downloaded linear-map v1.2.0
7442026-08-05T19:27:09.471Z Downloaded newtype-uuid v1.3.2
7452026-08-05T19:27:09.472Z Downloaded newtype_derive v0.1.6
7462026-08-05T19:27:09.475Z Downloaded tabled_derive v0.11.0
7472026-08-05T19:27:09.475Z Downloaded tabwriter v1.4.1
7482026-08-05T19:27:09.475Z Downloaded tinyvec_macros v0.1.1
7492026-08-05T19:27:09.475Z Downloaded yasna v0.5.2
7502026-08-05T19:27:09.475Z Downloaded trait-variant v0.1.2
7512026-08-05T19:27:09.475Z Downloaded native-tls v0.2.18
7522026-08-05T19:27:09.477Z Downloaded num-integer v0.1.46
7532026-08-05T19:27:09.478Z Downloaded num_enum v0.7.6
7542026-08-05T19:27:09.480Z Downloaded num_enum_derive v0.7.6
7552026-08-05T19:27:09.480Z Downloaded sqlparser_derive v0.5.0
7562026-08-05T19:27:09.480Z Downloaded structmeta v0.3.0
7572026-08-05T19:27:09.480Z Downloaded supports-color v3.0.2
7582026-08-05T19:27:09.481Z Downloaded strsim v0.10.0
7592026-08-05T19:27:09.483Z Downloaded darling v0.20.11
7602026-08-05T19:27:09.483Z Downloaded darling v0.21.3
7612026-08-05T19:27:09.486Z Downloaded defmt-macros v1.0.1
7622026-08-05T19:27:09.489Z Downloaded ecdsa v0.17.0
7632026-08-05T19:27:09.489Z Downloaded parking_lot_core v0.8.6
7642026-08-05T19:27:09.492Z Downloaded peg v0.8.5
7652026-08-05T19:27:09.492Z Downloaded proc-macro-error2 v2.0.1
7662026-08-05T19:27:09.495Z Downloaded flate2 v1.1.9
7672026-08-05T19:27:09.498Z Downloaded headers v0.4.1
7682026-08-05T19:27:09.501Z Downloaded p384 v0.14.0
7692026-08-05T19:27:09.501Z Downloaded socket2 v0.6.3
7702026-08-05T19:27:09.510Z Downloaded progenitor-impl v0.13.0
7712026-08-05T19:27:09.513Z Downloaded rayon-core v1.13.0
7722026-08-05T19:27:09.516Z Downloaded half v2.7.1
7732026-08-05T19:27:09.516Z Downloaded heapless v0.8.0
7742026-08-05T19:27:09.519Z Downloaded zerofrom-derive v0.1.6
7752026-08-05T19:27:09.519Z Downloaded pkcs8 v0.10.2
7762026-08-05T19:27:09.525Z Downloaded polyval v0.7.1
7772026-08-05T19:27:09.525Z Downloaded arc-swap v1.8.2
7782026-08-05T19:27:09.528Z Downloaded cc v1.2.56
7792026-08-05T19:27:09.528Z Downloaded const_format v0.2.35
7802026-08-05T19:27:09.528Z Downloaded crc-catalog v2.4.0
7812026-08-05T19:27:09.528Z Downloaded derive_builder v0.20.2
7822026-08-05T19:27:09.531Z Downloaded progenitor v0.14.0
7832026-08-05T19:27:09.531Z Downloaded tokio-stream v0.1.18
7842026-08-05T19:27:09.533Z Downloaded toml_writer v1.1.1+spec-1.1.0
7852026-08-05T19:27:09.536Z Downloaded progenitor v0.13.0
7862026-08-05T19:27:09.536Z Downloaded progenitor-client v0.13.0
7872026-08-05T19:27:09.536Z Downloaded schemars_derive v0.8.22
7882026-08-05T19:27:09.536Z Downloaded shlex v1.3.0
7892026-08-05T19:27:09.539Z Downloaded snafu-derive v0.8.9
7902026-08-05T19:27:09.539Z Downloaded crucible-workspace-hack v0.1.0
7912026-08-05T19:27:09.539Z Downloaded curve25519-dalek-derive v0.1.1
7922026-08-05T19:27:09.539Z Downloaded rustls-native-certs v0.8.3
7932026-08-05T19:27:09.539Z Downloaded ar_archive_writer v0.5.1
7942026-08-05T19:27:09.542Z Downloaded derive_builder_macro v0.20.2
7952026-08-05T19:27:09.542Z Downloaded keccak v0.2.0
7962026-08-05T19:27:09.542Z Downloaded tower-layer v0.3.3
7972026-08-05T19:27:09.545Z Downloaded dyn-clone v1.0.20
7982026-08-05T19:27:09.548Z Downloaded dunce v1.0.5
7992026-08-05T19:27:09.551Z Downloaded snafu v0.8.9
8002026-08-05T19:27:09.554Z Downloaded ryu v1.0.23
8012026-08-05T19:27:09.557Z Downloaded serde_with_macros v1.5.2
8022026-08-05T19:27:09.557Z Downloaded crc-any v2.5.0
8032026-08-05T19:27:09.560Z Downloaded vte v0.14.1
8042026-08-05T19:27:09.560Z Downloaded postgres-types v0.2.12
8052026-08-05T19:27:09.563Z Downloaded vergen-gitcl v1.0.8
8062026-08-05T19:27:09.563Z Downloaded wait-timeout v0.2.1
8072026-08-05T19:27:09.563Z Downloaded smallvec v0.6.14
8082026-08-05T19:27:09.566Z Downloaded ssh-cipher v0.3.0
8092026-08-05T19:27:09.566Z Downloaded tagptr v0.2.0
8102026-08-05T19:27:09.566Z Downloaded indoc v1.0.9
8112026-08-05T19:27:09.569Z Downloaded lru-slab v0.1.2
8122026-08-05T19:27:09.569Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8132026-08-05T19:27:09.571Z Downloaded icu_collections v2.1.1
8142026-08-05T19:27:09.575Z Downloaded yoke v0.8.1
8152026-08-05T19:27:09.577Z Downloaded heapless v0.7.17
8162026-08-05T19:27:09.580Z Downloaded zeroize v1.9.0
8172026-08-05T19:27:09.580Z Downloaded keccak v0.1.6
8182026-08-05T19:27:09.580Z Downloaded hickory-resolver v0.24.4
8192026-08-05T19:27:09.583Z Downloaded nibble_vec v0.1.0
8202026-08-05T19:27:09.583Z Downloaded hickory-resolver v0.25.2
8212026-08-05T19:27:09.587Z Downloaded openssl-sys v0.9.117
8222026-08-05T19:27:09.590Z Downloaded lazy_static v1.5.0
8232026-08-05T19:27:09.590Z Downloaded pin-project-lite v0.2.17
8242026-08-05T19:27:09.593Z Downloaded primeorder v0.14.0
8252026-08-05T19:27:09.596Z Downloaded opaque-debug v0.3.1
8262026-08-05T19:27:09.596Z Downloaded expectorate v1.2.0
8272026-08-05T19:27:09.599Z Downloaded normalize-line-endings v0.3.0
8282026-08-05T19:27:09.599Z Downloaded tar v0.4.46
8292026-08-05T19:27:09.599Z Downloaded writeable v0.6.2
8302026-08-05T19:27:09.602Z Downloaded whoami v2.1.0
8312026-08-05T19:27:09.609Z Downloaded icu_properties v2.1.2
8322026-08-05T19:27:09.612Z Downloaded rustversion v1.0.22
8332026-08-05T19:27:09.618Z Downloaded parse-display v0.10.0
8342026-08-05T19:27:09.618Z Downloaded serde_cbor v0.11.2
8352026-08-05T19:27:09.618Z Downloaded predicates-tree v1.0.13
8362026-08-05T19:27:09.621Z Downloaded recursive v0.1.1
8372026-08-05T19:27:09.621Z Downloaded rtoolbox v0.0.3
8382026-08-05T19:27:09.621Z Downloaded scroll_derive v0.13.1
8392026-08-05T19:27:09.621Z Downloaded progenitor-macro v0.14.0
8402026-08-05T19:27:09.621Z Downloaded stable_deref_trait v1.2.1
8412026-08-05T19:27:09.624Z Downloaded delegate v0.13.5
8422026-08-05T19:27:09.624Z Downloaded zip v0.6.6
8432026-08-05T19:27:09.628Z Downloaded displaydoc v0.2.5
8442026-08-05T19:27:09.631Z Downloaded hyper-util v0.1.20
8452026-08-05T19:27:09.633Z Downloaded digest v0.11.3
8462026-08-05T19:27:09.636Z Downloaded secrecy v0.8.0
8472026-08-05T19:27:09.639Z Downloaded yansi v1.0.1
8482026-08-05T19:27:09.639Z Downloaded oso v0.27.3
8492026-08-05T19:27:09.643Z Downloaded enum_dispatch v0.3.13
8502026-08-05T19:27:09.646Z Downloaded libloading v0.8.9
8512026-08-05T19:27:09.646Z Downloaded sha1 v0.10.6
8522026-08-05T19:27:09.649Z Downloaded sha1 v0.11.0
8532026-08-05T19:27:09.652Z Downloaded twox-hash v2.1.2
8542026-08-05T19:27:09.655Z Downloaded thread-id v5.1.0
8552026-08-05T19:27:09.655Z Downloaded hashbrown v0.12.3
8562026-08-05T19:27:09.658Z Downloaded quinn v0.11.11
8572026-08-05T19:27:09.661Z Downloaded universal-hash v0.5.1
8582026-08-05T19:27:09.665Z Downloaded pin-project-internal v1.1.11
8592026-08-05T19:27:09.665Z Downloaded internet-checksum v0.2.1
8602026-08-05T19:27:09.668Z Downloaded cookie_store v0.22.1
8612026-08-05T19:27:09.671Z Downloaded libefi-sys v0.1.0
8622026-08-05T19:27:09.674Z Downloaded void v1.0.2
8632026-08-05T19:27:09.677Z Downloaded topological-sort v0.2.2
8642026-08-05T19:27:09.678Z Downloaded crc v3.4.0
8652026-08-05T19:27:09.678Z Downloaded darling_macro v0.21.3
8662026-08-05T19:27:09.685Z Downloaded nu-ansi-term v0.50.3
8672026-08-05T19:27:09.687Z Downloaded oxide-update-engine v0.1.2
8682026-08-05T19:27:09.687Z Downloaded unicode_categories v0.1.1
8692026-08-05T19:27:09.694Z Downloaded crossbeam-epoch v0.9.18
8702026-08-05T19:27:09.697Z Downloaded endian-type v0.1.2
8712026-08-05T19:27:09.697Z Downloaded instant v0.1.13
8722026-08-05T19:27:09.704Z Downloaded serde_with_macros v3.21.0
8732026-08-05T19:27:09.708Z Downloaded serde_path_to_error v0.1.20
8742026-08-05T19:27:09.708Z Downloaded spki v0.7.3
8752026-08-05T19:27:09.711Z Downloaded usdt-attr-macro v0.6.0
8762026-08-05T19:27:09.711Z Downloaded hickory-server v0.25.2
8772026-08-05T19:27:09.714Z Downloaded signal-hook v0.3.18
8782026-08-05T19:27:09.717Z Downloaded unsafe-libyaml v0.2.11
8792026-08-05T19:27:09.720Z Downloaded sqlformat v0.3.5
8802026-08-05T19:27:09.720Z Downloaded stacker v0.1.23
8812026-08-05T19:27:09.720Z Downloaded tinyvec v1.10.0
8822026-08-05T19:27:09.723Z Downloaded maplit v1.0.2
8832026-08-05T19:27:09.723Z Downloaded toml v1.1.2+spec-1.1.0
8842026-08-05T19:27:09.729Z Downloaded document-features v0.2.12
8852026-08-05T19:27:09.732Z Downloaded hashbrown v0.13.2
8862026-08-05T19:27:09.732Z Downloaded idna_adapter v1.2.1
8872026-08-05T19:27:09.735Z Downloaded uuid v1.23.4
8882026-08-05T19:27:09.735Z Downloaded crossbeam-channel v0.5.15
8892026-08-05T19:27:09.738Z Downloaded crypto-bigint v0.5.5
8902026-08-05T19:27:09.741Z Downloaded md5 v0.8.0
8912026-08-05T19:27:09.741Z Downloaded nodrop v0.1.14
8922026-08-05T19:27:09.744Z Downloaded kstat-rs v0.2.4
8932026-08-05T19:27:09.744Z Downloaded serdect v0.4.3
8942026-08-05T19:27:09.744Z Downloaded new_debug_unreachable v1.0.6
8952026-08-05T19:27:09.747Z Downloaded phf_shared v0.11.3
8962026-08-05T19:27:09.747Z Downloaded packed_struct_codegen v0.10.1
8972026-08-05T19:27:09.750Z Downloaded xattr v1.6.1
8982026-08-05T19:27:09.750Z Downloaded pkcs1 v0.7.5
8992026-08-05T19:27:09.753Z Downloaded vsss-rs v3.3.4
9002026-08-05T19:27:09.753Z Downloaded p521 v0.14.0
9012026-08-05T19:27:09.756Z Downloaded radium v0.7.0
9022026-08-05T19:27:09.760Z Downloaded recursive-proc-macro-impl v0.1.1
9032026-08-05T19:27:09.763Z Downloaded serde_spanned v1.1.1
9042026-08-05T19:27:09.763Z Downloaded defmt v1.0.1
9052026-08-05T19:27:09.767Z Downloaded memmap2 v0.9.10
9062026-08-05T19:27:09.771Z Downloaded tokio-dtrace v0.1.1
9072026-08-05T19:27:09.773Z Downloaded progenitor-macro v0.13.0
9082026-08-05T19:27:09.778Z Downloaded serde_derive_internals v0.29.1
9092026-08-05T19:27:09.781Z Downloaded ena v0.14.4
9102026-08-05T19:27:09.781Z Downloaded indoc v2.0.7
9112026-08-05T19:27:09.781Z Downloaded libsw-core v0.3.2
9122026-08-05T19:27:09.784Z Downloaded scopeguard v1.2.0
9132026-08-05T19:27:09.784Z Downloaded signal-hook-mio v0.2.5
9142026-08-05T19:27:09.787Z Downloaded schemars v0.9.0
9152026-08-05T19:27:09.792Z Downloaded http v1.4.2
9162026-08-05T19:27:09.795Z Downloaded icu_provider v2.1.1
9172026-08-05T19:27:09.798Z Downloaded serde_with v1.14.0
9182026-08-05T19:27:09.801Z Downloaded rustls-webpki v0.103.13
9192026-08-05T19:27:09.801Z Downloaded parking_lot v0.11.2
9202026-08-05T19:27:09.804Z Downloaded parking_lot v0.12.5
9212026-08-05T19:27:09.804Z Downloaded uzers v0.12.2
9222026-08-05T19:27:09.804Z Downloaded zerovec-derive v0.11.2
9232026-08-05T19:27:09.807Z Downloaded tokio-macros v2.7.0
9242026-08-05T19:27:09.807Z Downloaded secrecy v0.10.3
9252026-08-05T19:27:09.807Z Downloaded module-lattice v0.2.3
9262026-08-05T19:27:09.807Z Downloaded num_enum v0.5.11
9272026-08-05T19:27:09.810Z Downloaded aes v0.9.1
9282026-08-05T19:27:09.813Z Downloaded derive-ex v0.1.8
9292026-08-05T19:27:09.813Z Downloaded derive_more v2.1.1
9302026-08-05T19:27:09.818Z Downloaded num_threads v0.1.7
9312026-08-05T19:27:09.821Z Downloaded tower-service v0.3.3
9322026-08-05T19:27:09.821Z Downloaded unicode-xid v0.2.6
9332026-08-05T19:27:09.821Z Downloaded universal-hash v0.6.1
9342026-08-05T19:27:09.821Z Downloaded elliptic-curve v0.14.1
9352026-08-05T19:27:09.824Z Downloaded oxide-update-engine-display v0.1.2
9362026-08-05T19:27:09.824Z Downloaded pkg-config v0.3.32
9372026-08-05T19:27:09.828Z Downloaded ed25519 v3.0.0
9382026-08-05T19:27:09.829Z Downloaded termtree v0.5.1
9392026-08-05T19:27:09.832Z Downloaded crc32fast v1.5.0
9402026-08-05T19:27:09.832Z Downloaded postgres-protocol v0.6.10
9412026-08-05T19:27:09.835Z Downloaded unicode-bidi v0.3.18
9422026-08-05T19:27:09.838Z Downloaded rand_core v0.10.0
9432026-08-05T19:27:09.838Z Downloaded term v0.7.0
9442026-08-05T19:27:09.841Z Downloaded term v1.2.1
9452026-08-05T19:27:09.841Z Downloaded tokio-rustls v0.26.4
9462026-08-05T19:27:09.844Z Downloaded cstr-argument v0.1.2
9472026-08-05T19:27:09.844Z Downloaded rsa v0.9.10
9482026-08-05T19:27:09.847Z Downloaded typed-path v0.9.3
9492026-08-05T19:27:09.850Z Downloaded diesel_table_macro_syntax v0.3.0
9502026-08-05T19:27:09.850Z Downloaded rand v0.10.1
9512026-08-05T19:27:09.853Z Downloaded libbz2-rs-sys v0.2.2
9522026-08-05T19:27:09.856Z Downloaded ml-kem v0.3.2
9532026-08-05T19:27:09.856Z Downloaded pem-rfc7468 v0.7.0
9542026-08-05T19:27:09.856Z Downloaded rcgen v0.12.1
9552026-08-05T19:27:09.860Z Downloaded des v0.9.0
9562026-08-05T19:27:09.860Z Downloaded dsl_auto_type v0.2.0
9572026-08-05T19:27:09.864Z Downloaded indent_write v2.2.0
9582026-08-05T19:27:09.864Z Downloaded litemap v0.8.1
9592026-08-05T19:27:09.864Z Downloaded spki v0.8.0
9602026-08-05T19:27:09.867Z Downloaded defmt v0.3.100
9612026-08-05T19:27:09.867Z Downloaded linked-hash-map v0.5.6
9622026-08-05T19:27:09.867Z Downloaded unicode-properties v0.1.4
9632026-08-05T19:27:09.870Z Downloaded match_cfg v0.1.0
9642026-08-05T19:27:09.875Z Downloaded strum_macros v0.24.3
9652026-08-05T19:27:09.878Z Downloaded strum_macros v0.26.4
9662026-08-05T19:27:09.878Z Downloaded darling_core v0.21.3
9672026-08-05T19:27:09.882Z Downloaded quinn-udp v0.5.14
9682026-08-05T19:27:09.882Z Downloaded url v2.5.8
9692026-08-05T19:27:09.885Z Downloaded prefix-trie v0.7.0
9702026-08-05T19:27:09.888Z Downloaded hashbrown v0.15.5
9712026-08-05T19:27:09.891Z Downloaded toml v0.7.8
9722026-08-05T19:27:09.894Z Downloaded paste v1.0.15
9732026-08-05T19:27:09.897Z Downloaded rustls-platform-verifier v0.6.2
9742026-08-05T19:27:09.900Z Downloaded proc-macro-crate v1.3.1
9752026-08-05T19:27:09.900Z Downloaded rustc_version v0.4.1
9762026-08-05T19:27:09.905Z Downloaded walkdir v2.5.0
9772026-08-05T19:27:09.908Z Downloaded simd-adler32 v0.3.8
9782026-08-05T19:27:09.911Z Downloaded string_cache v0.8.9
9792026-08-05T19:27:09.914Z Downloaded darling v0.23.0
9802026-08-05T19:27:09.917Z Downloaded whoami v1.6.1
9812026-08-05T19:27:09.920Z Downloaded daft v0.1.7
9822026-08-05T19:27:09.923Z Downloaded serde_plain v1.0.2
9832026-08-05T19:27:09.923Z Downloaded signal-hook-tokio v0.3.1
9842026-08-05T19:27:09.923Z Downloaded signature v2.2.0
9852026-08-05T19:27:09.927Z Downloaded structmeta-derive v0.3.0
9862026-08-05T19:27:09.927Z Downloaded thiserror-impl-no-std v2.0.2
9872026-08-05T19:27:09.927Z Downloaded indicatif v0.18.4
9882026-08-05T19:27:09.927Z Downloaded testing_table v0.3.0
9892026-08-05T19:27:09.930Z Downloaded unicode-truncate v1.1.0
9902026-08-05T19:27:09.930Z Downloaded h2 v0.4.15
9912026-08-05T19:27:09.933Z Downloaded num-complex v0.4.6
9922026-08-05T19:27:09.937Z Downloaded tokio-tungstenite v0.21.0
9932026-08-05T19:27:09.937Z Downloaded zerotrie v0.2.3
9942026-08-05T19:27:09.940Z Downloaded ed25519-dalek v3.0.0
9952026-08-05T19:27:09.940Z Downloaded vergen-git2 v9.1.0
9962026-08-05T19:27:09.940Z Downloaded dropshot_endpoint v0.17.1
9972026-08-05T19:27:09.943Z Downloaded crossbeam-deque v0.8.6
9982026-08-05T19:27:09.943Z Downloaded display-error-chain v0.2.2
9992026-08-05T19:27:09.943Z Downloaded sync-ptr v0.1.4
10002026-08-05T19:27:09.946Z Downloaded slog-dtrace v0.3.0
10012026-08-05T19:27:09.946Z Downloaded schemars v1.2.1
10022026-08-05T19:27:09.952Z Downloaded zerofrom v0.1.6
10032026-08-05T19:27:09.955Z Downloaded either v1.15.0
10042026-08-05T19:27:09.955Z Downloaded untrusted v0.7.1
10052026-08-05T19:27:09.955Z Downloaded crc8 v0.1.1
10062026-08-05T19:27:09.955Z Downloaded impl-trait-for-tuples v0.2.3
10072026-08-05T19:27:09.958Z Downloaded hashbrown v0.16.1
10082026-08-05T19:27:09.961Z Downloaded dropshot-api-manager-types v0.7.2
10092026-08-05T19:27:09.961Z Downloaded num-bigint v0.4.6
10102026-08-05T19:27:09.964Z Downloaded darling_core v0.23.0
10112026-08-05T19:27:09.967Z Downloaded ipnetwork v0.21.1
10122026-08-05T19:27:09.967Z Downloaded maybe-uninit v2.0.0
10132026-08-05T19:27:09.967Z Downloaded futures-util v0.3.32
10142026-08-05T19:27:09.973Z Downloaded hyper v1.10.1
10152026-08-05T19:27:09.977Z Downloaded nanorand v0.7.0
10162026-08-05T19:27:09.981Z Downloaded enum-as-inner v0.6.1
10172026-08-05T19:27:09.981Z Downloaded kem v0.3.0
10182026-08-05T19:27:09.981Z Downloaded lalrpop-util v0.19.12
10192026-08-05T19:27:09.981Z Downloaded toml_parser v1.1.2+spec-1.1.0
10202026-08-05T19:27:09.984Z Downloaded oxnet v0.1.6
10212026-08-05T19:27:09.984Z Downloaded poly1305 v0.8.0
10222026-08-05T19:27:09.984Z Downloaded nonempty v0.12.0
10232026-08-05T19:27:09.987Z Downloaded rand_core v0.6.4
10242026-08-05T19:27:09.988Z Downloaded rand_seeder v0.4.0
10252026-08-05T19:27:09.988Z Downloaded rustls-pemfile v2.2.0
10262026-08-05T19:27:09.992Z Downloaded aes-gcm v0.11.0
10272026-08-05T19:27:09.992Z Downloaded ignore v0.4.25
10282026-08-05T19:27:09.992Z Downloaded serde_urlencoded v0.7.1
10292026-08-05T19:27:09.995Z Downloaded smallvec v1.15.1
10302026-08-05T19:27:09.995Z Downloaded ssh-key v0.7.0-rc.11
10312026-08-05T19:27:09.998Z Downloaded parse-display-derive v0.10.0
10322026-08-05T19:27:10.001Z Downloaded slog-term v2.9.2
10332026-08-05T19:27:10.004Z Downloaded waitgroup v0.1.2
10342026-08-05T19:27:10.005Z Downloaded zstd v0.13.3
10352026-08-05T19:27:10.007Z Downloaded smf v0.2.3
10362026-08-05T19:27:10.008Z Downloaded tokio-test v0.4.5
10372026-08-05T19:27:10.012Z Downloaded tokio-util v0.7.18
10382026-08-05T19:27:10.018Z Downloaded tokio-tungstenite v0.23.1
10392026-08-05T19:27:10.021Z Downloaded samael v0.0.19
10402026-08-05T19:27:10.024Z Downloaded untrusted v0.9.0
10412026-08-05T19:27:10.024Z Downloaded cpubits v0.1.1
10422026-08-05T19:27:10.032Z Downloaded goblin v0.10.5
10432026-08-05T19:27:10.036Z Downloaded hkdf v0.13.0
10442026-08-05T19:27:10.036Z Downloaded der v0.7.10
10452026-08-05T19:27:10.040Z Downloaded data-encoding v2.10.0
10462026-08-05T19:27:10.044Z Downloaded darling v0.13.4
10472026-08-05T19:27:10.047Z Downloaded derive_builder_core v0.20.2
10482026-08-05T19:27:10.047Z Downloaded lru-cache v0.1.2
10492026-08-05T19:27:10.047Z Downloaded phf_shared v0.13.1
10502026-08-05T19:27:10.050Z Downloaded jiff-static v0.2.34
10512026-08-05T19:27:10.050Z Downloaded num-iter v0.1.45
10522026-08-05T19:27:10.050Z Downloaded digest-io v0.1.0
10532026-08-05T19:27:10.053Z Downloaded parse-size v1.1.0
10542026-08-05T19:27:10.053Z Downloaded scheduled-thread-pool v0.2.7
10552026-08-05T19:27:10.057Z Downloaded hkdf v0.12.4
10562026-08-05T19:27:10.057Z Downloaded multer v3.1.0
10572026-08-05T19:27:10.060Z Downloaded aho-corasick v1.1.4
10582026-08-05T19:27:10.063Z Downloaded psm v0.1.30
10592026-08-05T19:27:10.065Z Downloaded rpassword v7.5.4
10602026-08-05T19:27:10.065Z Downloaded peg-macros v0.8.5
10612026-08-05T19:27:10.068Z Downloaded pem-rfc7468 v1.0.0
10622026-08-05T19:27:10.068Z Downloaded rand_chacha v0.9.0
10632026-08-05T19:27:10.071Z Downloaded yoke-derive v0.8.1
10642026-08-05T19:27:10.071Z Downloaded owo-colors v4.3.0
10652026-08-05T19:27:10.074Z Downloaded sync_wrapper v1.0.2
10662026-08-05T19:27:10.080Z Downloaded predicates v3.1.4
10672026-08-05T19:27:10.083Z Downloaded rusty-fork v0.3.1
10682026-08-05T19:27:10.086Z Downloaded test-strategy v0.4.5
10692026-08-05T19:27:10.086Z Downloaded slog-json v2.6.1
10702026-08-05T19:27:10.089Z Downloaded zopfli v0.8.3
10712026-08-05T19:27:10.092Z Downloaded tinystr v0.8.2
10722026-08-05T19:27:10.092Z Downloaded darling_macro v0.13.4
10732026-08-05T19:27:10.095Z Downloaded termios v0.3.3
10742026-08-05T19:27:10.095Z Downloaded tower-http v0.6.8
10752026-08-05T19:27:10.098Z Downloaded cpufeatures v0.3.0
10762026-08-05T19:27:10.101Z Downloaded derive-where v1.6.0
10772026-08-05T19:27:10.101Z Downloaded peg-runtime v0.8.5
10782026-08-05T19:27:10.104Z Downloaded predicates-core v1.0.10
10792026-08-05T19:27:10.104Z Downloaded quick-error v1.2.3
10802026-08-05T19:27:10.104Z Downloaded multimap v0.10.1
10812026-08-05T19:27:10.104Z Downloaded newline-converter v0.3.0
10822026-08-05T19:27:10.104Z Downloaded reedline v0.40.0
10832026-08-05T19:27:10.109Z Downloaded zone v0.3.1
10842026-08-05T19:27:10.113Z Downloaded elliptic-curve v0.13.8
10852026-08-05T19:27:10.116Z Downloaded csv-core v0.1.13
10862026-08-05T19:27:10.116Z Downloaded prettyplease v0.2.37
10872026-08-05T19:27:10.119Z Downloaded xshell v0.2.7
10882026-08-05T19:27:10.123Z Downloaded unicode-normalization v0.1.25
10892026-08-05T19:27:10.130Z Downloaded ecdsa v0.16.9
10902026-08-05T19:27:10.137Z Downloaded lru v0.12.5
10912026-08-05T19:27:10.140Z Downloaded omicron-zone-package v0.12.3
10922026-08-05T19:27:10.140Z Downloaded tokio-native-tls v0.3.1
10932026-08-05T19:27:10.144Z Downloaded rand v0.8.6
10942026-08-05T19:27:10.147Z Downloaded rand v0.9.2
10952026-08-05T19:27:10.153Z Downloaded pin-project v1.1.11
10962026-08-05T19:27:10.160Z Downloaded serde_bytes v0.11.19
10972026-08-05T19:27:10.164Z Downloaded darling_macro v0.23.0
10982026-08-05T19:27:10.165Z Downloaded strum v0.27.2
10992026-08-05T19:27:10.165Z Downloaded stringprep v0.1.5
11002026-08-05T19:27:10.165Z Downloaded vergen-lib v9.1.0
11012026-08-05T19:27:10.165Z Downloaded dropshot-api-manager v0.7.2
11022026-08-05T19:27:10.168Z Downloaded ron v0.8.1
11032026-08-05T19:27:10.171Z Downloaded qorb v0.4.1
11042026-08-05T19:27:10.175Z Downloaded tungstenite v0.23.0
11052026-08-05T19:27:10.176Z Downloaded itertools v0.10.5
11062026-08-05T19:27:10.179Z Downloaded ed25519 v2.2.3
11072026-08-05T19:27:10.182Z Downloaded darling_core v0.20.11
11082026-08-05T19:27:10.185Z Downloaded scrypt v0.12.0
11092026-08-05T19:27:10.185Z Downloaded sec1 v0.8.1
11102026-08-05T19:27:10.185Z Downloaded path-slash v0.1.5
11112026-08-05T19:27:10.185Z Downloaded usdt-macro v0.6.0
11122026-08-05T19:27:10.185Z Downloaded utf8_iter v1.0.4
11132026-08-05T19:27:10.188Z Downloaded mime_guess v2.0.5
11142026-08-05T19:27:10.191Z Downloaded thiserror-no-std v2.0.2
11152026-08-05T19:27:10.191Z Downloaded unicase v2.9.0
11162026-08-05T19:27:10.194Z Downloaded wnaf v0.14.0
11172026-08-05T19:27:10.194Z Downloaded md-5 v0.10.6
11182026-08-05T19:27:10.197Z Downloaded russh-util v0.52.0
11192026-08-05T19:27:10.197Z Downloaded convert_case v0.10.0
11202026-08-05T19:27:10.197Z Downloaded vergen v9.1.0
11212026-08-05T19:27:10.201Z Downloaded mio v1.2.0
11222026-08-05T19:27:10.201Z Downloaded slog-envlogger v2.2.0
11232026-08-05T19:27:10.206Z Downloaded x509-cert v0.2.5
11242026-08-05T19:27:10.206Z Downloaded ctr v0.10.1
11252026-08-05T19:27:10.206Z Downloaded der_derive v0.7.3
11262026-08-05T19:27:10.209Z Downloaded itertools v0.15.0
11272026-08-05T19:27:10.212Z Downloaded derive_more v0.99.20
11282026-08-05T19:27:10.215Z Downloaded winnow v0.6.26
11292026-08-05T19:27:10.220Z Downloaded deranged v0.5.8
11302026-08-05T19:27:10.223Z Downloaded sponge-cursor v0.1.0
11312026-08-05T19:27:10.223Z Downloaded proc-macro-error-attr2 v2.0.0
11322026-08-05T19:27:10.226Z Downloaded signature v3.0.0
11332026-08-05T19:27:10.226Z Downloaded ingot-types v0.2.0
11342026-08-05T19:27:10.226Z Downloaded tower v0.5.3
11352026-08-05T19:27:10.229Z Downloaded ref-cast-impl v1.0.25
11362026-08-05T19:27:10.232Z Downloaded olpc-cjson v0.1.4
11372026-08-05T19:27:10.232Z Downloaded downcast-rs v2.0.2
11382026-08-05T19:27:10.232Z Downloaded pretty_assertions v1.4.1
11392026-08-05T19:27:10.235Z Downloaded papergrid v0.17.0
11402026-08-05T19:27:10.238Z Downloaded salsa20 v0.11.0
11412026-08-05T19:27:10.241Z Downloaded derive_more-impl v2.1.1
11422026-08-05T19:27:10.244Z Downloaded rsa v0.10.0-rc.18
11432026-08-05T19:27:10.247Z Downloaded bindgen v0.71.1
11442026-08-05T19:27:10.250Z Downloaded subtle v2.6.1
11452026-08-05T19:27:10.250Z Downloaded dirs-next v2.0.0
11462026-08-05T19:27:10.250Z Downloaded pkcs5 v0.8.1
11472026-08-05T19:27:10.254Z Downloaded instability v0.3.11
11482026-08-05T19:27:10.254Z Downloaded cookie v0.18.1
11492026-08-05T19:27:10.257Z Downloaded scuffle v0.1.0
11502026-08-05T19:27:10.260Z Downloaded port-file v0.1.0
11512026-08-05T19:27:10.263Z Downloaded libscf-sys v1.2.0
11522026-08-05T19:27:10.263Z Downloaded subprocess v0.2.15
11532026-08-05T19:27:10.266Z Downloaded ingot-macros v0.2.0
11542026-08-05T19:27:10.266Z Downloaded rustls-pki-types v1.14.0
11552026-08-05T19:27:10.266Z Downloaded ipnet v2.11.0
11562026-08-05T19:27:10.266Z Downloaded slog-async v2.8.0
11572026-08-05T19:27:10.269Z Downloaded num-derive v0.4.2
11582026-08-05T19:27:10.272Z Downloaded rustc-hash v2.1.1
11592026-08-05T19:27:10.272Z Downloaded time-core v0.1.8
11602026-08-05T19:27:10.272Z Downloaded diff v0.1.13
11612026-08-05T19:27:10.279Z Downloaded proc-macro-crate v3.4.0
11622026-08-05T19:27:10.286Z Downloaded blake3 v1.8.5
11632026-08-05T19:27:10.293Z Downloaded minimal-lexical v0.2.1
11642026-08-05T19:27:10.296Z Downloaded num-bigint-dig v0.8.6
11652026-08-05T19:27:10.299Z Downloaded synstructure v0.13.2
11662026-08-05T19:27:10.299Z Downloaded usdt-impl v0.6.0
11672026-08-05T19:27:10.302Z Downloaded darling_core v0.13.4
11682026-08-05T19:27:10.302Z Downloaded zip v4.6.1
11692026-08-05T19:27:10.304Z Downloaded icu_normalizer_data v2.1.1
11702026-08-05T19:27:10.308Z Downloaded packed_struct v0.10.1
11712026-08-05T19:27:10.308Z Downloaded psl-types v2.0.11
11722026-08-05T19:27:10.308Z Downloaded oxide-tokio-rt v0.1.4
11732026-08-05T19:27:10.308Z Downloaded icu_normalizer v2.1.1
11742026-08-05T19:27:10.311Z Downloaded zstd-safe v7.2.4
11752026-08-05T19:27:10.311Z Downloaded r2d2 v0.8.10
11762026-08-05T19:27:10.316Z Downloaded schemars v0.8.22
11772026-08-05T19:27:10.322Z Downloaded tracing-core v0.1.36
11782026-08-05T19:27:10.325Z Downloaded pkcs1 v0.8.0-rc.4
11792026-08-05T19:27:10.325Z Downloaded try-lock v0.2.5
11802026-08-05T19:27:10.328Z Downloaded git2 v0.20.4
11812026-08-05T19:27:10.331Z Downloaded serde-hex v0.1.0
11822026-08-05T19:27:10.334Z Downloaded ctutils v0.4.2
11832026-08-05T19:27:10.336Z Downloaded toml_edit v0.23.10+spec-1.0.0
11842026-08-05T19:27:10.339Z Downloaded tungstenite v0.21.0
11852026-08-05T19:27:10.342Z Downloaded time-macros v0.2.27
11862026-08-05T19:27:10.345Z Downloaded salty v0.3.0
11872026-08-05T19:27:10.348Z Downloaded litrs v1.0.0
11882026-08-05T19:27:10.351Z Downloaded jiff-core v0.1.0
11892026-08-05T19:27:10.351Z Downloaded jobserver v0.1.34
11902026-08-05T19:27:10.356Z Downloaded static_assertions v1.1.0
11912026-08-05T19:27:10.372Z Downloaded rustyline v14.0.0
11922026-08-05T19:27:10.375Z Downloaded bitvec v1.0.1
11932026-08-05T19:27:10.383Z Downloaded tough v0.22.0
11942026-08-05T19:27:10.387Z Downloaded socket2 v0.5.10
11952026-08-05T19:27:10.390Z Downloaded zerovec v0.11.5
11962026-08-05T19:27:10.393Z Downloaded zerocopy-derive v0.8.40
11972026-08-05T19:27:10.396Z Downloaded crossbeam-utils v0.8.21
11982026-08-05T19:27:10.399Z Downloaded zerocopy v0.6.6
11992026-08-05T19:27:10.399Z Downloaded drift v0.2.0
12002026-08-05T19:27:10.404Z Downloaded slog v2.8.2
12012026-08-05T19:27:10.407Z Downloaded similar v2.7.0
12022026-08-05T19:27:10.423Z Downloaded miniz_oxide v0.8.9
12032026-08-05T19:27:10.426Z Downloaded indexmap v1.9.3
12042026-08-05T19:27:10.429Z Downloaded publicsuffix v2.3.0
12052026-08-05T19:27:10.429Z Downloaded nom v7.1.3
12062026-08-05T19:27:10.432Z Downloaded daft-derive v0.1.7
12072026-08-05T19:27:10.435Z Downloaded p256 v0.14.0
12082026-08-05T19:27:10.443Z Downloaded num-traits v0.2.19
12092026-08-05T19:27:10.446Z Downloaded rayon v1.11.0
12102026-08-05T19:27:10.450Z Downloaded russh v0.62.4
12112026-08-05T19:27:10.455Z Downloaded quinn-proto v0.11.16
12122026-08-05T19:27:10.459Z Downloaded iri-string v0.7.10
12132026-08-05T19:27:10.463Z Downloaded toml_edit v0.19.15
12142026-08-05T19:27:10.481Z Downloaded typify v0.6.2
12152026-08-05T19:27:10.481Z Downloaded chrono v0.4.45
12162026-08-05T19:27:10.484Z Downloaded tabled v0.20.0
12172026-08-05T19:27:10.490Z Downloaded unicode-segmentation v1.12.0
12182026-08-05T19:27:10.493Z Downloaded reqwest v0.13.2
12192026-08-05T19:27:10.496Z Downloaded portable-atomic v1.13.1
12202026-08-05T19:27:10.504Z Downloaded steno v0.4.1
12212026-08-05T19:27:10.508Z Downloaded crypto-primes v0.7.2
12222026-08-05T19:27:10.511Z Downloaded tokio-postgres v0.7.16
12232026-08-05T19:27:10.514Z Downloaded vcpkg v0.2.15
12242026-08-05T19:27:10.535Z Downloaded nom v8.0.0
12252026-08-05T19:27:10.539Z Downloaded moka v0.12.13
12262026-08-05T19:27:10.543Z Downloaded ed25519-dalek v2.2.0
12272026-08-05T19:27:10.546Z Downloaded lalrpop v0.19.12
12282026-08-05T19:27:10.551Z Downloaded der v0.8.0
12292026-08-05T19:27:10.556Z Downloaded p384 v0.13.1
12302026-08-05T19:27:10.560Z Downloaded winnow v0.5.40
12312026-08-05T19:27:10.564Z Downloaded reqwest v0.12.28
12322026-08-05T19:27:10.567Z Downloaded itertools v0.12.1
12332026-08-05T19:27:10.570Z Downloaded itertools v0.13.0
12342026-08-05T19:27:10.574Z Downloaded libm v0.2.16
12352026-08-05T19:27:10.580Z Downloaded proptest v1.11.0
12362026-08-05T19:27:10.584Z Downloaded diesel_derives v2.3.7
12372026-08-05T19:27:10.588Z Downloaded internal-russh-num-bigint v0.5.0
12382026-08-05T19:27:10.591Z Downloaded petname v2.0.2
12392026-08-05T19:27:10.594Z Downloaded crossterm v0.29.0
12402026-08-05T19:27:10.598Z Downloaded itertools v0.14.0
12412026-08-05T19:27:10.608Z Downloaded time v0.3.47
12422026-08-05T19:27:10.647Z Downloaded idna v1.1.0
12432026-08-05T19:27:10.651Z Downloaded crossterm v0.28.1
12442026-08-05T19:27:10.664Z Downloaded quick-xml v0.37.5
12452026-08-05T19:27:10.667Z Downloaded regex v1.12.3
12462026-08-05T19:27:10.673Z Downloaded winnow v1.0.3
12472026-08-05T19:27:10.678Z Downloaded zlib-rs v0.6.2
12482026-08-05T19:27:10.686Z Downloaded serde_with v3.21.0
12492026-08-05T19:27:10.693Z Downloaded crypto-bigint v0.7.5
12502026-08-05T19:27:10.702Z Downloaded regress v0.11.1
12512026-08-05T19:27:10.706Z Downloaded libxml v0.3.3
12522026-08-05T19:27:10.709Z Downloaded rawzip v0.4.4
12532026-08-05T19:27:10.712Z Downloaded openapiv3 v2.2.0
12542026-08-05T19:27:10.719Z Downloaded iddqd v0.4.2
12552026-08-05T19:27:10.724Z Downloaded curve25519-dalek v4.1.3
12562026-08-05T19:27:10.729Z Downloaded hickory-proto v0.24.4
12572026-08-05T19:27:10.737Z Downloaded regex-syntax v0.8.10
12582026-08-05T19:27:10.741Z Downloaded sha3 v0.12.0
12592026-08-05T19:27:10.744Z Downloaded hickory-proto v0.25.2
12602026-08-05T19:27:10.751Z Downloaded icu_properties_data v2.1.2
12612026-08-05T19:27:10.756Z Downloaded radix_trie v0.2.1
12622026-08-05T19:27:10.759Z Downloaded object v0.37.3
12632026-08-05T19:27:10.765Z Downloaded nix v0.27.1
12642026-08-05T19:27:10.771Z Downloaded dropshot v0.17.1
12652026-08-05T19:27:10.784Z Downloaded bstr v1.12.1
12662026-08-05T19:27:10.789Z Downloaded smoltcp v0.11.0
12672026-08-05T19:27:10.796Z Downloaded zerocopy v0.8.40
12682026-08-05T19:27:10.801Z Downloaded regex-syntax v0.6.29
12692026-08-05T19:27:10.807Z Downloaded rustls v0.23.41
12702026-08-05T19:27:10.813Z Downloaded rustix v0.38.44
12712026-08-05T19:27:10.826Z Downloaded openssl v0.10.80
12722026-08-05T19:27:10.831Z Downloaded sqlparser v0.61.0
12732026-08-05T19:27:10.854Z Downloaded typify-impl v0.6.2
12742026-08-05T19:27:10.862Z Downloaded sha3 v0.11.0
12752026-08-05T19:27:10.866Z Downloaded smoltcp v0.9.1
12762026-08-05T19:27:10.876Z Downloaded regex-automata v0.4.14
12772026-08-05T19:27:10.888Z Downloaded curve25519-dalek v5.0.0
12782026-08-05T19:27:10.908Z Downloaded ratatui v0.29.0
12792026-08-05T19:27:10.919Z Downloaded object v0.30.4
12802026-08-05T19:27:10.924Z Downloaded regress v0.10.5
12812026-08-05T19:27:10.929Z Downloaded polar-core v0.27.3
12822026-08-05T19:27:10.954Z Downloaded csv v1.4.0
12832026-08-05T19:27:10.965Z Downloaded nix v0.28.0
12842026-08-05T19:27:10.971Z Downloaded nix v0.31.2
12852026-08-05T19:27:11.005Z Downloaded diesel v2.3.7
12862026-08-05T19:27:11.017Z Downloaded sled v0.34.7
12872026-08-05T19:27:11.056Z Downloaded ring v0.17.14
12882026-08-05T19:27:11.078Z Downloaded zerocopy-derive v0.6.6
12892026-08-05T19:27:11.084Z Downloaded libgit2-sys v0.18.3+1.9.2
12902026-08-05T19:27:11.116Z Downloaded tracing v0.1.44
12912026-08-05T19:27:11.128Z Downloaded bzip2-sys v0.1.13+1.0.8
12922026-08-05T19:27:11.163Z Downloaded petgraph v0.6.5
12932026-08-05T19:27:11.190Z Downloaded jiff v0.2.34
12942026-08-05T19:27:11.203Z Downloaded chrono-tz v0.10.4
12952026-08-05T19:27:11.213Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12962026-08-05T19:27:11.282Z Downloaded sha3 v0.10.8
12972026-08-05T19:27:11.287Z Downloaded petgraph v0.8.3
12982026-08-05T19:27:11.300Z Downloaded tokio v1.52.1
12992026-08-05T19:27:11.323Z Downloaded libz-sys v1.1.24
13002026-08-05T19:27:11.348Z Downloaded encoding_rs v0.8.35
13012026-08-05T19:27:11.921Z Downloaded aws-lc-sys v0.40.0
13022026-08-05T19:27:12.194Z Compiling libc v0.2.185
13032026-08-05T19:27:12.194Z Compiling serde_core v1.0.228
13042026-08-05T19:27:12.198Z Compiling serde v1.0.228
13052026-08-05T19:27:12.198Z Compiling log v0.4.29
13062026-08-05T19:27:12.198Z Compiling smallvec v1.15.1
13072026-08-05T19:27:12.198Z Compiling shlex v1.3.0
13082026-08-05T19:27:12.198Z Compiling find-msvc-tools v0.1.9
13092026-08-05T19:27:12.198Z Compiling subtle v2.6.1
13102026-08-05T19:27:12.383Z Compiling scopeguard v1.2.0
13112026-08-05T19:27:12.393Z Compiling stable_deref_trait v1.2.1
13122026-08-05T19:27:12.397Z Compiling typenum v1.20.1
13132026-08-05T19:27:12.397Z Compiling zerocopy v0.8.40
13142026-08-05T19:27:12.397Z Compiling portable-atomic v1.13.1
13152026-08-05T19:27:12.432Z Compiling serde_json v1.0.151
13162026-08-05T19:27:12.447Z Compiling syn v2.0.117
13172026-08-05T19:27:12.461Z Compiling critical-section v1.2.0
13182026-08-05T19:27:12.531Z Compiling libm v0.2.16
13192026-08-05T19:27:12.608Z Compiling lock_api v0.4.14
13202026-08-05T19:27:12.622Z Compiling num-traits v0.2.19
13212026-08-05T19:27:12.639Z Compiling pkg-config v0.3.32
13222026-08-05T19:27:12.639Z Compiling generic-array v0.14.7
13232026-08-05T19:27:12.639Z Compiling pin-project-lite v0.2.17
13242026-08-05T19:27:12.639Z Compiling getrandom v0.4.1
13252026-08-05T19:27:12.728Z Compiling parking_lot_core v0.9.12
13262026-08-05T19:27:12.776Z Compiling const-oid v0.9.6
13272026-08-05T19:27:12.821Z Compiling rand_core v0.10.0
13282026-08-05T19:27:12.824Z Compiling percent-encoding v2.3.2
13292026-08-05T19:27:12.903Z Compiling futures-core v0.3.32
13302026-08-05T19:27:12.947Z Compiling litemap v0.8.1
13312026-08-05T19:27:12.980Z Compiling writeable v0.6.2
13322026-08-05T19:27:13.028Z Compiling icu_normalizer_data v2.1.1
13332026-08-05T19:27:13.042Z Compiling icu_properties_data v2.1.2
13342026-08-05T19:27:13.069Z Compiling getrandom v0.3.4
13352026-08-05T19:27:13.075Z Compiling futures-sink v0.3.32
13362026-08-05T19:27:13.095Z Compiling futures-task v0.3.32
13372026-08-05T19:27:13.133Z Compiling slab v0.4.12
13382026-08-05T19:27:13.153Z Compiling rustix v1.1.3
13392026-08-05T19:27:13.187Z Compiling futures-channel v0.3.32
13402026-08-05T19:27:13.201Z Compiling utf8_iter v1.0.4
13412026-08-05T19:27:13.279Z Compiling futures-io v0.3.32
13422026-08-05T19:27:13.293Z Compiling form_urlencoded v1.2.2
13432026-08-05T19:27:13.323Z Compiling jobserver v0.1.34
13442026-08-05T19:27:13.346Z Compiling errno v0.3.14
13452026-08-05T19:27:13.360Z Compiling getrandom v0.2.17
13462026-08-05T19:27:13.432Z Compiling mio v1.2.0
13472026-08-05T19:27:13.447Z Compiling socket2 v0.6.3
13482026-08-05T19:27:13.461Z Compiling signal-hook-registry v1.4.8
13492026-08-05T19:27:13.493Z Compiling rustversion v1.0.22
13502026-08-05T19:27:13.513Z Compiling rand_core v0.6.4
13512026-08-05T19:27:13.539Z Compiling cc v1.2.56
13522026-08-05T19:27:13.571Z Compiling once_cell v1.21.3
13532026-08-05T19:27:13.620Z Compiling parking_lot v0.12.5
13542026-08-05T19:27:13.636Z Compiling iana-time-zone v0.1.65
13552026-08-05T19:27:13.712Z Compiling base64ct v1.8.3
13562026-08-05T19:27:13.730Z Compiling regex-syntax v0.8.10
13572026-08-05T19:27:13.804Z Compiling fs_extra v1.3.0
13582026-08-05T19:27:13.822Z Compiling flagset v0.4.7
13592026-08-05T19:27:13.874Z Compiling dunce v1.0.5
13602026-08-05T19:27:13.877Z Compiling ident_case v1.0.1
13612026-08-05T19:27:13.878Z Compiling base64 v0.22.1
13622026-08-05T19:27:13.933Z Compiling rand_core v0.9.5
13632026-08-05T19:27:13.968Z Compiling pem-rfc7468 v0.7.0
13642026-08-05T19:27:13.986Z Compiling vcpkg v0.2.15
13652026-08-05T19:27:14.028Z Compiling syn v1.0.109
13662026-08-05T19:27:14.042Z Compiling tracing-core v0.1.36
13672026-08-05T19:27:14.045Z Compiling cpufeatures v0.2.17
13682026-08-05T19:27:14.045Z Compiling aws-lc-rs v1.16.3
13692026-08-05T19:27:14.097Z Compiling schemars v0.8.22
13702026-08-05T19:27:14.117Z Compiling dyn-clone v1.0.20
13712026-08-05T19:27:14.156Z Compiling spin v0.9.8
13722026-08-05T19:27:14.239Z Compiling cmov v0.5.4
13732026-08-05T19:27:14.265Z Compiling httparse v1.10.1
13742026-08-05T19:27:14.282Z Compiling crc32fast v1.5.0
13752026-08-05T19:27:14.309Z Compiling cmake v0.1.57
13762026-08-05T19:27:14.352Z Compiling tinyvec_macros v0.1.1
13772026-08-05T19:27:14.387Z Compiling openssl-probe v0.2.1
13782026-08-05T19:27:14.387Z Compiling aho-corasick v1.1.4
13792026-08-05T19:27:14.437Z Compiling ctutils v0.4.2
13802026-08-05T19:27:14.440Z Compiling tinyvec v1.10.0
13812026-08-05T19:27:14.478Z Compiling radium v0.7.0
13822026-08-05T19:27:14.550Z Compiling untrusted v0.7.1
13832026-08-05T19:27:14.593Z Compiling bitflags v2.11.0
13842026-08-05T19:27:14.641Z Compiling semver v1.0.28
13852026-08-05T19:27:14.645Z Compiling indexmap v2.14.0
13862026-08-05T19:27:14.696Z Compiling uuid v1.23.4
13872026-08-05T19:27:14.748Z Compiling atomic-waker v1.1.2
13882026-08-05T19:27:14.763Z Compiling tower-service v0.3.3
13892026-08-05T19:27:14.790Z Compiling tower-layer v0.3.3
13902026-08-05T19:27:14.805Z Compiling try-lock v0.2.5
13912026-08-05T19:27:14.869Z Compiling rustc_version v0.4.1
13922026-08-05T19:27:14.897Z Compiling want v0.3.1
13932026-08-05T19:27:14.930Z Compiling rustls v0.23.41
13942026-08-05T19:27:14.967Z Compiling foreign-types-shared v0.1.1
13952026-08-05T19:27:14.997Z Compiling maybe-uninit v2.0.0
13962026-08-05T19:27:15.066Z Compiling httpdate v1.0.3
13972026-08-05T19:27:15.079Z Compiling untrusted v0.9.0
13982026-08-05T19:27:15.092Z Compiling simd-adler32 v0.3.8
13992026-08-05T19:27:15.115Z Compiling tap v1.0.1
14002026-08-05T19:27:15.159Z Compiling openssl v0.10.80
14012026-08-05T19:27:15.162Z Compiling aws-lc-sys v0.40.0
14022026-08-05T19:27:15.206Z Compiling openssl-sys v0.9.117
14032026-08-05T19:27:15.221Z Compiling wyz v0.5.1
14042026-08-05T19:27:15.236Z Compiling bzip2-sys v0.1.13+1.0.8
14052026-08-05T19:27:15.283Z Compiling regex-automata v0.4.14
14062026-08-05T19:27:15.334Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14072026-08-05T19:27:15.353Z Compiling foreign-types v0.3.2
14082026-08-05T19:27:15.405Z Compiling unicode-normalization v0.1.25
14092026-08-05T19:27:15.419Z Compiling num-integer v0.1.46
14102026-08-05T19:27:15.433Z Compiling wait-timeout v0.2.1
14112026-08-05T19:27:15.447Z Compiling ahash v0.8.12
14122026-08-05T19:27:15.556Z Compiling synstructure v0.13.2
14132026-08-05T19:27:15.593Z Compiling serde_derive_internals v0.29.1
14142026-08-05T19:27:15.687Z Compiling tempfile v3.25.0
14152026-08-05T19:27:15.730Z Compiling pest_generator v2.8.6
14162026-08-05T19:27:15.770Z Compiling darling_core v0.20.11
14172026-08-05T19:27:15.792Z Compiling terminal_size v0.4.3
14182026-08-05T19:27:15.834Z Compiling packed_struct v0.10.1
14192026-08-05T19:27:15.914Z Compiling num-conv v0.2.0
14202026-08-05T19:27:15.950Z Compiling powerfmt v0.2.0
14212026-08-05T19:27:15.972Z Compiling num-bigint-dig v0.8.6
14222026-08-05T19:27:16.067Z Compiling adler2 v2.0.1
14232026-08-05T19:27:16.120Z Compiling bit-vec v0.8.0
14242026-08-05T19:27:16.137Z Compiling native-tls v0.2.18
14252026-08-05T19:27:16.177Z Compiling funty v2.0.0
14262026-08-05T19:27:16.193Z Compiling quick-error v1.2.3
14272026-08-05T19:27:16.208Z Compiling time-core v0.1.8
14282026-08-05T19:27:16.225Z Compiling clap_builder v4.6.0
14292026-08-05T19:27:16.229Z Compiling miniz_oxide v0.8.9
14302026-08-05T19:27:16.287Z Compiling rusty-fork v0.3.1
14312026-08-05T19:27:16.317Z Compiling deranged v0.5.8
14322026-08-05T19:27:16.380Z Compiling time-macros v0.2.27
14332026-08-05T19:27:16.392Z Compiling bit-set v0.8.0
14342026-08-05T19:27:16.522Z Compiling bitvec v1.0.1
14352026-08-05T19:27:16.553Z Compiling num-iter v0.1.45
14362026-08-05T19:27:16.634Z Compiling lazy_static v1.5.0
14372026-08-05T19:27:16.661Z Compiling rand_xorshift v0.4.0
14382026-08-05T19:27:16.683Z Compiling anstyle-parse v0.2.7
14392026-08-05T19:27:16.735Z Compiling sync_wrapper v1.0.2
14402026-08-05T19:27:16.791Z Compiling indexmap v1.9.3
14412026-08-05T19:27:16.844Z Compiling crossbeam-utils v0.8.21
14422026-08-05T19:27:16.858Z Compiling siphasher v1.0.2
14432026-08-05T19:27:16.878Z Compiling num_threads v0.1.7
14442026-08-05T19:27:16.884Z Compiling zlib-rs v0.6.2
14452026-08-05T19:27:16.990Z Compiling usdt-impl v0.6.0
14462026-08-05T19:27:17.065Z Compiling paste v1.0.15
14472026-08-05T19:27:17.081Z Compiling nodrop v0.1.14
14482026-08-05T19:27:17.172Z Compiling unicode-segmentation v1.12.0
14492026-08-05T19:27:17.186Z Compiling crc-catalog v2.4.0
14502026-08-05T19:27:17.278Z Compiling unarray v0.1.4
14512026-08-05T19:27:17.292Z Compiling serde_derive v1.0.228
14522026-08-05T19:27:17.308Z Compiling zeroize_derive v1.5.0
14532026-08-05T19:27:17.347Z Compiling zerofrom-derive v0.1.6
14542026-08-05T19:27:17.361Z Compiling zerocopy-derive v0.8.40
14552026-08-05T19:27:17.397Z Compiling yoke-derive v0.8.1
14562026-08-05T19:27:17.517Z Compiling zerovec-derive v0.11.2
14572026-08-05T19:27:17.572Z Compiling displaydoc v0.2.5
14582026-08-05T19:27:17.587Z Compiling tokio-macros v2.7.0
14592026-08-05T19:27:17.975Z Compiling zeroize v1.9.0
14602026-08-05T19:27:18.033Z Compiling futures-macro v0.3.32
14612026-08-05T19:27:18.219Z Compiling der_derive v0.7.3
14622026-08-05T19:27:18.343Z Compiling thiserror-impl v2.0.18
14632026-08-05T19:27:18.365Z Compiling tracing-attributes v0.1.31
14642026-08-05T19:27:18.464Z Compiling rustls-pki-types v1.14.0
14652026-08-05T19:27:18.617Z Compiling schemars_derive v0.8.22
14662026-08-05T19:27:18.668Z Compiling hybrid-array v0.4.13
14672026-08-05T19:27:18.787Z Compiling crypto-common v0.1.7
14682026-08-05T19:27:18.801Z Compiling zerofrom v0.1.6
14692026-08-05T19:27:18.875Z Compiling block-buffer v0.10.4
14702026-08-05T19:27:18.938Z Compiling yoke v0.8.1
14712026-08-05T19:27:18.953Z Compiling futures-util v0.3.32
14722026-08-05T19:27:18.956Z Compiling scroll_derive v0.13.1
14732026-08-05T19:27:19.065Z Compiling digest v0.10.7
14742026-08-05T19:27:19.142Z Compiling zerovec v0.11.5
14752026-08-05T19:27:19.213Z Compiling zerotrie v0.2.3
14762026-08-05T19:27:19.338Z Compiling der v0.7.10
14772026-08-05T19:27:19.366Z Compiling sha2 v0.10.9
14782026-08-05T19:27:19.466Z Compiling pest_derive v2.8.6
14792026-08-05T19:27:19.527Z Compiling signature v2.2.0
14802026-08-05T19:27:19.546Z Compiling darling_macro v0.20.11
14812026-08-05T19:27:19.671Z Compiling tinystr v0.8.2
14822026-08-05T19:27:19.738Z Compiling potential_utf v0.1.4
14832026-08-05T19:27:19.753Z Compiling thiserror v2.0.18
14842026-08-05T19:27:19.757Z Compiling tracing v0.1.44
14852026-08-05T19:27:19.825Z Compiling scroll v0.13.0
14862026-08-05T19:27:19.879Z Compiling icu_locale_core v2.1.1
14872026-08-05T19:27:19.894Z Compiling icu_collections v2.1.1
14882026-08-05T19:27:19.924Z Compiling openssl-macros v0.1.1
14892026-08-05T19:27:19.938Z Compiling thiserror-impl v1.0.69
14902026-08-05T19:27:19.966Z Compiling hmac v0.12.1
14912026-08-05T19:27:20.059Z Compiling goblin v0.10.5
14922026-08-05T19:27:20.074Z Compiling darling v0.20.11
14932026-08-05T19:27:20.109Z Compiling packed_struct_codegen v0.10.1
14942026-08-05T19:27:20.138Z Compiling bitfield-macros v0.19.4
14952026-08-05T19:27:20.168Z Compiling spki v0.7.3
14962026-08-05T19:27:20.192Z Compiling clap_derive v4.6.1
14972026-08-05T19:27:20.357Z Compiling pkcs8 v0.10.2
14982026-08-05T19:27:20.408Z Compiling zerocopy-derive v0.6.6
14992026-08-05T19:27:20.549Z Compiling icu_provider v2.1.1
15002026-08-05T19:27:20.631Z Compiling pkcs1 v0.7.5
15012026-08-05T19:27:20.706Z Compiling derive_builder_core v0.20.2
15022026-08-05T19:27:20.783Z Compiling bytes v1.11.1
15032026-08-05T19:27:20.846Z Compiling icu_normalizer v2.1.1
15042026-08-05T19:27:20.860Z Compiling icu_properties v2.1.2
15052026-08-05T19:27:20.876Z Compiling chrono v0.4.45
15062026-08-05T19:27:21.067Z Compiling ipnet v2.11.0
15072026-08-05T19:27:21.232Z Compiling hex v0.4.3
15082026-08-05T19:27:21.272Z Compiling tokio v1.52.1
15092026-08-05T19:27:21.307Z Compiling http v1.4.2
15102026-08-05T19:27:21.343Z Compiling thiserror v1.0.69
15112026-08-05T19:27:21.410Z Compiling toml_datetime v0.6.11
15122026-08-05T19:27:21.435Z Compiling serde_spanned v0.6.9
15132026-08-05T19:27:21.460Z Compiling zerocopy v0.6.6
15142026-08-05T19:27:21.584Z Compiling bitfield v0.19.4
15152026-08-05T19:27:21.598Z Compiling dtrace-parser v0.3.0
15162026-08-05T19:27:21.613Z Compiling flate2 v1.1.9
15172026-08-05T19:27:21.791Z Compiling idna_adapter v1.2.1
15182026-08-05T19:27:21.805Z Compiling ppv-lite86 v0.2.21
15192026-08-05T19:27:21.949Z Compiling idna v1.1.0
15202026-08-05T19:27:21.964Z Compiling http-body v1.0.1
15212026-08-05T19:27:21.999Z Compiling time v0.3.47
15222026-08-05T19:27:22.087Z Compiling clap v4.6.1
15232026-08-05T19:27:22.105Z Compiling http-body-util v0.1.3
15242026-08-05T19:27:22.181Z Compiling rand_chacha v0.9.0
15252026-08-05T19:27:22.196Z Compiling rand_chacha v0.3.1
15262026-08-05T19:27:22.211Z Compiling scroll_derive v0.12.1
15272026-08-05T19:27:22.211Z Compiling structmeta-derive v0.3.0
15282026-08-05T19:27:22.306Z Compiling url v2.5.8
15292026-08-05T19:27:22.370Z Compiling crc v3.4.0
15302026-08-05T19:27:22.389Z Compiling rand v0.9.2
15312026-08-05T19:27:22.423Z Compiling rand v0.8.6
15322026-08-05T19:27:22.579Z Compiling array-init v0.0.4
15332026-08-05T19:27:22.915Z Compiling dof v0.4.0
15342026-08-05T19:27:22.947Z Compiling anstream v0.6.21
15352026-08-05T19:27:22.961Z Compiling proptest v1.11.0
15362026-08-05T19:27:22.976Z Compiling smallvec v0.6.14
15372026-08-05T19:27:22.991Z Compiling darling_core v0.23.0
15382026-08-05T19:27:23.161Z Compiling heapless v0.7.17
15392026-08-05T19:27:23.196Z Compiling slog v2.8.2
15402026-08-05T19:27:23.254Z Compiling thread-id v5.1.0
15412026-08-05T19:27:23.268Z Compiling env_filter v1.0.0
15422026-08-05T19:27:23.330Z Compiling cookie v0.18.1
15432026-08-05T19:27:23.351Z Compiling base64 v0.21.7
15442026-08-05T19:27:23.395Z Compiling allocator-api2 v0.2.21
15452026-08-05T19:27:23.410Z Compiling anyhow v1.0.102
15462026-08-05T19:27:23.429Z Compiling unicode-bidi v0.3.18
15472026-08-05T19:27:23.529Z Compiling hashbrown v0.12.3
15482026-08-05T19:27:23.580Z Compiling winnow v0.5.40
15492026-08-05T19:27:23.683Z Compiling ipnetwork v0.21.1
15502026-08-05T19:27:23.697Z Compiling unicode-properties v0.1.4
15512026-08-05T19:27:23.735Z Compiling zstd-safe v7.2.4
15522026-08-05T19:27:23.750Z Compiling signal-hook v0.3.18
15532026-08-05T19:27:23.765Z Compiling iri-string v0.7.10
15542026-08-05T19:27:23.926Z Compiling ryu v1.0.23
15552026-08-05T19:27:23.990Z Compiling oxnet v0.1.6
15562026-08-05T19:27:24.007Z Compiling stringprep v0.1.5
15572026-08-05T19:27:24.095Z Compiling serde_urlencoded v0.7.1
15582026-08-05T19:27:24.160Z Compiling rsa v0.9.10
15592026-08-05T19:27:24.236Z Compiling ron v0.8.1
15602026-08-05T19:27:24.378Z Compiling env_logger v0.11.9
15612026-08-05T19:27:24.411Z Compiling structmeta v0.3.0
15622026-08-05T19:27:24.426Z Compiling serde-hex v0.1.0
15632026-08-05T19:27:24.442Z Compiling camino v1.2.2
15642026-08-05T19:27:24.463Z Compiling scroll v0.12.0
15652026-08-05T19:27:24.466Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15662026-08-05T19:27:24.642Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15672026-08-05T19:27:24.758Z Compiling hashbrown v0.13.2
15682026-08-05T19:27:24.835Z Compiling bzip2 v0.4.4
15692026-08-05T19:27:24.849Z Compiling derive_builder_macro v0.20.2
15702026-08-05T19:27:25.035Z Compiling toml_edit v0.19.15
15712026-08-05T19:27:25.060Z Compiling erased-serde v0.3.31
15722026-08-05T19:27:25.202Z Compiling tokio-util v0.7.18
15732026-08-05T19:27:25.249Z Compiling tower v0.5.3
15742026-08-05T19:27:25.271Z Compiling tokio-native-tls v0.3.1
15752026-08-05T19:27:25.300Z Compiling serde_tokenstream v0.2.3
15762026-08-05T19:27:25.343Z Compiling x509-cert v0.2.5
15772026-08-05T19:27:25.362Z Compiling newtype-uuid v1.3.2
15782026-08-05T19:27:25.463Z Compiling block-padding v0.4.2
15792026-08-05T19:27:25.518Z Compiling darling_macro v0.23.0
15802026-08-05T19:27:25.560Z Compiling crypto-common v0.2.2
15812026-08-05T19:27:25.629Z Compiling block-buffer v0.12.1
15822026-08-05T19:27:25.644Z Compiling md-5 v0.10.6
15832026-08-05T19:27:25.713Z Compiling tower-http v0.6.8
15842026-08-05T19:27:25.747Z Compiling rustls-native-certs v0.8.3
15852026-08-05T19:27:25.829Z Compiling bstr v1.12.1
15862026-08-05T19:27:25.843Z Compiling heck v0.4.1
15872026-08-05T19:27:26.038Z Compiling h2 v0.4.15
15882026-08-05T19:27:26.054Z Compiling daft-derive v0.1.7
15892026-08-05T19:27:26.077Z Compiling pin-project-internal v1.1.11
15902026-08-05T19:27:26.137Z Compiling zerocopy-derive v0.7.35
15912026-08-05T19:27:26.194Z Compiling async-trait v0.1.89
15922026-08-05T19:27:26.259Z Compiling curve25519-dalek v4.1.3
15932026-08-05T19:27:26.495Z Compiling vergen-lib v9.1.0
15942026-08-05T19:27:26.626Z Compiling hash32 v0.2.1
15952026-08-05T19:27:26.689Z Compiling memoffset v0.9.1
15962026-08-05T19:27:26.816Z Compiling encoding_rs v0.8.35
15972026-08-05T19:27:26.841Z Compiling cfg_aliases v0.2.1
15982026-08-05T19:27:26.897Z Compiling fallible-iterator v0.2.0
15992026-08-05T19:27:26.928Z Compiling mime v0.3.17
16002026-08-05T19:27:26.964Z Compiling ref-cast v1.0.25
16012026-08-05T19:27:27.087Z Compiling rustix v0.38.44
16022026-08-05T19:27:27.185Z Compiling psl-types v2.0.11
16032026-08-05T19:27:27.237Z Compiling crc-any v2.5.0
16042026-08-05T19:27:27.252Z Compiling litrs v1.0.0
16052026-08-05T19:27:27.269Z Compiling smoltcp v0.9.1
16062026-08-05T19:27:27.290Z Compiling pin-project v1.1.11
16072026-08-05T19:27:27.302Z Compiling publicsuffix v2.3.0
16082026-08-05T19:27:27.331Z Compiling postgres-protocol v0.6.10
16092026-08-05T19:27:27.363Z Compiling zerocopy v0.7.35
16102026-08-05T19:27:27.396Z Compiling nix v0.31.2
16112026-08-05T19:27:27.482Z Compiling daft v0.1.7
16122026-08-05T19:27:27.561Z Compiling toml v0.7.8
16132026-08-05T19:27:27.644Z Compiling snafu-derive v0.8.9
16142026-08-05T19:27:27.660Z Compiling darling v0.23.0
16152026-08-05T19:27:27.710Z Compiling inout v0.2.2
16162026-08-05T19:27:27.795Z Compiling document-features v0.2.12
16172026-08-05T19:27:27.798Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16182026-08-05T19:27:27.824Z Compiling derive_builder v0.20.2
16192026-08-05T19:27:27.898Z Compiling object v0.30.4
16202026-08-05T19:27:27.912Z Compiling zip v0.6.6
16212026-08-05T19:27:27.953Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16222026-08-05T19:27:27.969Z Compiling goblin v0.8.2
16232026-08-05T19:27:27.996Z Compiling derive-ex v0.1.8
16242026-08-05T19:27:28.444Z Compiling futures-executor v0.3.32
16252026-08-05T19:27:28.499Z Compiling hubpack_derive v0.1.1
16262026-08-05T19:27:28.513Z Compiling regex v1.12.3
16272026-08-05T19:27:28.553Z Compiling curve25519-dalek-derive v0.1.1
16282026-08-05T19:27:28.729Z Compiling strum_macros v0.27.2
16292026-08-05T19:27:28.745Z Compiling ref-cast-impl v1.0.25
16302026-08-05T19:27:28.745Z Compiling phf_shared v0.13.1
16312026-08-05T19:27:28.773Z Compiling cargo-platform v0.3.2
16322026-08-05T19:27:28.979Z Compiling vergen v9.1.0
16332026-08-05T19:27:28.994Z Compiling ff v0.13.1
16342026-08-05T19:27:29.029Z Compiling fs-err v3.3.0
16352026-08-05T19:27:29.067Z Compiling libbz2-rs-sys v0.2.2
16362026-08-05T19:27:29.154Z Compiling object v0.37.3
16372026-08-05T19:27:29.192Z Compiling same-file v1.0.6
16382026-08-05T19:27:29.245Z Compiling bitflags v1.3.2
16392026-08-05T19:27:29.261Z Compiling foldhash v0.1.5
16402026-08-05T19:27:29.264Z Compiling path-slash v0.1.5
16412026-08-05T19:27:29.332Z Compiling hyper v1.10.1
16422026-08-05T19:27:29.349Z Compiling foldhash v0.2.0
16432026-08-05T19:27:29.376Z Compiling bumpalo v3.20.2
16442026-08-05T19:27:29.409Z Compiling base16ct v0.2.0
16452026-08-05T19:27:29.449Z Compiling managed v0.8.0
16462026-08-05T19:27:29.463Z Compiling jiff-core v0.1.0
16472026-08-05T19:27:29.585Z Compiling zopfli v0.8.3
16482026-08-05T19:27:29.610Z Compiling sec1 v0.7.3
16492026-08-05T19:27:29.628Z Compiling snafu v0.8.9
16502026-08-05T19:27:29.693Z Compiling hashbrown v0.16.1
16512026-08-05T19:27:29.735Z Compiling test-strategy v0.4.5
16522026-08-05T19:27:29.765Z Compiling bzip2 v0.6.1
16532026-08-05T19:27:29.950Z Compiling hashbrown v0.15.5
16542026-08-05T19:27:30.009Z Compiling walkdir v2.5.0
16552026-08-05T19:27:30.255Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16562026-08-05T19:27:30.303Z Compiling dof v0.3.0
16572026-08-05T19:27:30.348Z Compiling jiff v0.2.34
16582026-08-05T19:27:30.454Z Compiling hyper-util v0.1.20
16592026-08-05T19:27:30.496Z Compiling group v0.13.0
16602026-08-05T19:27:30.530Z Compiling hubpack v0.1.2
16612026-08-05T19:27:30.557Z Compiling phf v0.13.1
16622026-08-05T19:27:30.699Z Compiling cargo_metadata v0.23.1
16632026-08-05T19:27:30.729Z Compiling signal-hook-mio v0.2.5
16642026-08-05T19:27:30.743Z Compiling strum v0.27.2
16652026-08-05T19:27:30.776Z Compiling futures v0.3.32
16662026-08-05T19:27:30.827Z Compiling cookie_store v0.22.1
16672026-08-05T19:27:30.863Z Compiling zstd v0.13.3
16682026-08-05T19:27:30.895Z Compiling cipher v0.5.2
16692026-08-05T19:27:31.003Z Compiling serde_with_macros v3.21.0
16702026-08-05T19:27:31.052Z Compiling postgres-types v0.2.12
16712026-08-05T19:27:31.250Z Compiling globset v0.4.18
16722026-08-05T19:27:31.263Z Compiling usdt-attr-macro v0.6.0
16732026-08-05T19:27:31.317Z Compiling usdt-macro v0.6.0
16742026-08-05T19:27:31.493Z Compiling byte-wrapper v0.1.0
16752026-08-05T19:27:31.509Z Compiling dtrace-parser v0.2.0
16762026-08-05T19:27:31.616Z Compiling serde_plain v1.0.2
16772026-08-05T19:27:31.715Z Compiling serde-big-array v0.5.1
16782026-08-05T19:27:31.836Z Compiling hyper-tls v0.6.0
16792026-08-05T19:27:31.851Z Compiling olpc-cjson v0.1.4
16802026-08-05T19:27:31.877Z Compiling ed25519 v2.2.3
16812026-08-05T19:27:31.940Z Compiling hkdf v0.12.4
16822026-08-05T19:27:32.053Z Compiling reqwest v0.12.28
16832026-08-05T19:27:32.133Z Compiling crypto-bigint v0.5.5
16842026-08-05T19:27:32.149Z Compiling enum-as-inner v0.6.1
16852026-08-05T19:27:32.152Z Compiling strum_macros v0.26.4
16862026-08-05T19:27:32.185Z Compiling async-recursion v1.1.1
16872026-08-05T19:27:32.200Z Compiling serde_repr v0.1.20
16882026-08-05T19:27:32.220Z Compiling phf_shared v0.11.3
16892026-08-05T19:27:32.268Z Compiling float-cmp v0.10.0
16902026-08-05T19:27:32.287Z Compiling pem v3.0.6
16912026-08-05T19:27:32.308Z Compiling memmap2 v0.9.10
16922026-08-05T19:27:32.426Z Compiling thread-id v4.2.2
16932026-08-05T19:27:32.442Z Compiling precomputed-hash v0.1.1
16942026-08-05T19:27:32.526Z Compiling const-oid v0.10.2
16952026-08-05T19:27:32.541Z Compiling new_debug_unreachable v1.0.6
16962026-08-05T19:27:32.554Z Compiling static_assertions v1.1.0
16972026-08-05T19:27:32.618Z Compiling typed-path v0.9.3
16982026-08-05T19:27:32.633Z Compiling normalize-line-endings v0.3.0
16992026-08-05T19:27:32.646Z Compiling difflib v0.4.0
17002026-08-05T19:27:32.702Z Compiling fixedbitset v0.5.7
17012026-08-05T19:27:32.746Z Compiling whoami v2.1.0
17022026-08-05T19:27:32.761Z Compiling data-encoding v2.10.0
17032026-08-05T19:27:32.776Z Compiling either v1.15.0
17042026-08-05T19:27:32.833Z Compiling cpufeatures v0.3.0
17052026-08-05T19:27:32.871Z Compiling fixedbitset v0.4.2
17062026-08-05T19:27:32.926Z Compiling winnow v1.0.3
17072026-08-05T19:27:32.999Z Compiling predicates-core v1.0.10
17082026-08-05T19:27:33.032Z Compiling keccak v0.1.6
17092026-08-05T19:27:33.110Z Compiling hickory-proto v0.25.2
17102026-08-05T19:27:33.139Z Compiling predicates v3.1.4
17112026-08-05T19:27:33.154Z Compiling elliptic-curve v0.13.8
17122026-08-05T19:27:33.193Z Compiling sha3 v0.10.8
17132026-08-05T19:27:33.223Z Compiling petgraph v0.6.5
17142026-08-05T19:27:33.293Z Compiling toml_parser v1.1.2+spec-1.1.0
17152026-08-05T19:27:33.475Z Compiling tokio-postgres v0.7.16
17162026-08-05T19:27:33.587Z Compiling itertools v0.13.0
17172026-08-05T19:27:33.663Z Compiling petgraph v0.8.3
17182026-08-05T19:27:33.796Z Compiling chacha20 v0.10.0
17192026-08-05T19:27:33.810Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17202026-08-05T19:27:33.888Z Compiling toml_edit v0.22.27
17212026-08-05T19:27:33.959Z Compiling digest v0.11.3
17222026-08-05T19:27:33.998Z Compiling strum v0.26.3
17232026-08-05T19:27:34.021Z Compiling zip v4.6.1
17242026-08-05T19:27:34.152Z Compiling string_cache v0.8.9
17252026-08-05T19:27:34.167Z Compiling usdt-impl v0.5.0
17262026-08-05T19:27:34.203Z Compiling usdt v0.6.0
17272026-08-05T19:27:34.218Z Compiling serde_with v3.21.0
17282026-08-05T19:27:34.318Z Compiling ed25519-dalek v2.2.0
17292026-08-05T19:27:34.398Z Compiling crossterm v0.28.1
17302026-08-05T19:27:34.480Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17312026-08-05T19:27:34.876Z Compiling iddqd v0.4.2
17322026-08-05T19:27:35.173Z Compiling similar v2.7.0
17332026-08-05T19:27:35.276Z Compiling tokio-stream v0.1.18
17342026-08-05T19:27:35.637Z Compiling buf-list v1.1.2
17352026-08-05T19:27:35.670Z Compiling crossbeam-epoch v0.9.18
17362026-08-05T19:27:35.761Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17372026-08-05T19:27:35.778Z Compiling openapiv3 v2.2.0
17382026-08-05T19:27:35.884Z Compiling peg-runtime v0.8.5
17392026-08-05T19:27:35.924Z Compiling lalrpop-util v0.19.12
17402026-08-05T19:27:36.020Z Compiling thread_local v1.1.9
17412026-08-05T19:27:36.040Z Compiling slog-async v2.8.0
17422026-08-05T19:27:36.044Z Compiling crossbeam-channel v0.5.15
17432026-08-05T19:27:36.073Z Compiling filetime v0.2.27
17442026-08-05T19:27:36.088Z Compiling is-terminal v0.4.17
17452026-08-05T19:27:36.137Z Compiling xattr v1.6.1
17462026-08-05T19:27:36.181Z Compiling take_mut v0.2.2
17472026-08-05T19:27:36.201Z Compiling term v1.2.1
17482026-08-05T19:27:36.204Z Compiling camino-tempfile v1.4.1
17492026-08-05T19:27:36.264Z Compiling tar v0.4.46
17502026-08-05T19:27:36.511Z Compiling slog-term v2.9.2
17512026-08-05T19:27:53.917Z Compiling rustls-webpki v0.103.13
17522026-08-05T19:27:56.601Z Compiling tokio-rustls v0.26.4
17532026-08-05T19:27:56.601Z Compiling rustls-platform-verifier v0.6.2
17542026-08-05T19:27:56.601Z Compiling tough v0.22.0
17552026-08-05T19:27:56.809Z Compiling hyper-rustls v0.27.7
17562026-08-05T19:27:56.990Z Compiling reqwest v0.13.2
17572026-08-05T19:27:59.118Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17582026-08-05T19:27:59.342Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17592026-08-05T19:28:02.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.74s
17602026-08-05T19:28:02.385Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17612026-08-05T19:28:02.444ZAug 05 19:28:02.116 INFO Starting download, target: Cockroach
17622026-08-05T19:28:02.444ZAug 05 19:28:02.116 INFO Starting download, target: Console
17632026-08-05T19:28:02.444ZAug 05 19:28:02.116 INFO Starting download, target: DendriteStub
17642026-08-05T19:28:02.444ZAug 05 19:28:02.116 INFO Starting download, target: MaghemiteMgd
17652026-08-05T19:28:02.447ZAug 05 19:28:02.116 INFO Starting download, target: Clickhouse
17662026-08-05T19:28:02.447ZAug 05 19:28:02.116 INFO Starting download, target: MaghemiteDdmd
17672026-08-05T19:28:02.447ZAug 05 19:28:02.116 INFO Starting download, target: TransceiverControl
17682026-08-05T19:28:02.447ZAug 05 19:28:02.116 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17692026-08-05T19:28:02.447ZAug 05 19:28:02.117 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17702026-08-05T19:28:02.447ZAug 05 19:28:02.117 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17712026-08-05T19:28:02.447ZAug 05 19:28:02.117 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17722026-08-05T19:28:02.447ZAug 05 19:28:02.117 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17732026-08-05T19:28:02.447ZAug 05 19:28:02.117 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17742026-08-05T19:28:02.447ZAug 05 19:28:02.117 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17752026-08-05T19:28:03.092ZAug 05 19:28:02.764 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17762026-08-05T19:28:03.313ZAug 05 19:28:02.978 INFO Download complete, target: TransceiverControl
17772026-08-05T19:28:04.264ZAug 05 19:28:03.935 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17782026-08-05T19:28:04.516ZAug 05 19:28:04.186 INFO Download complete, target: Console
17792026-08-05T19:28:05.039ZAug 05 19:28:04.710 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17802026-08-05T19:28:06.880ZAug 05 19:28:06.537 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17812026-08-05T19:28:07.024ZAug 05 19:28:06.675 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17822026-08-05T19:28:07.528ZAug 05 19:28:07.198 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17832026-08-05T19:28:11.059ZAug 05 19:28:07.700 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17842026-08-05T19:28:11.059ZAug 05 19:28:07.700 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17852026-08-05T19:28:11.066ZAug 05 19:28:08.770 INFO Download complete, target: MaghemiteDdmd
17862026-08-05T19:28:11.066ZAug 05 19:28:09.105 INFO Download complete, target: DendriteStub
17872026-08-05T19:28:11.066ZAug 05 19:28:09.740 INFO Download complete, target: MaghemiteMgd
17882026-08-05T19:28:13.505ZAug 05 19:28:11.611 INFO Checking that binary works, target: Clickhouse
17892026-08-05T19:28:13.505ZAug 05 19:28:11.698 INFO Download complete, target: Clickhouse
17902026-08-05T19:28:13.505ZAug 05 19:28:12.438 INFO Checking that binary works, target: Cockroach
17912026-08-05T19:28:13.505ZAug 05 19:28:12.561 INFO Download complete, target: Cockroach
17922026-08-05T19:28:13.505ZAll prerequisites installed successfully
17932026-08-05T19:28:13.505Z
17942026-08-05T19:28:13.505Zreal 1:54.212348542
17952026-08-05T19:28:13.506Zuser 7:09.517593490
17962026-08-05T19:28:13.506Zsys 1:44.224406976
17972026-08-05T19:28:13.506Ztrap 0.293839057
17982026-08-05T19:28:13.506Ztflt 1.024290996
17992026-08-05T19:28:13.506Zdflt 1.885650966
18002026-08-05T19:28:13.506Zkflt 0.038970065
18012026-08-05T19:28:13.506Zlock 28:23.315034783
18022026-08-05T19:28:13.506Zslp 19:48.240662300
18032026-08-05T19:28:13.506Zlat 26.534175774
18042026-08-05T19:28:13.506Zstop 3:25.476742001
18052026-08-05T19:28:13.506Z+ ptime -m cargo xtask download softnpu
18062026-08-05T19:28:13.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18072026-08-05T19:28:13.506Z Running `target/debug/xtask download softnpu`
18082026-08-05T19:28:14.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
18092026-08-05T19:28:14.438Z Running `target/debug/xtask-downloader softnpu`
18102026-08-05T19:28:14.438ZAug 05 19:28:13.914 INFO Starting download, target: Softnpu
18112026-08-05T19:28:14.439ZAug 05 19:28:13.915 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18122026-08-05T19:28:19.402ZAug 05 19:28:19.048 INFO Download complete, target: Softnpu
18132026-08-05T19:28:19.440Z
18142026-08-05T19:28:19.441Zreal 6.479586901
18152026-08-05T19:28:19.441Zuser 1.326569462
18162026-08-05T19:28:19.441Zsys 0.638834938
18172026-08-05T19:28:19.441Ztrap 0.000840890
18182026-08-05T19:28:19.441Ztflt 0.000651830
18192026-08-05T19:28:19.441Zdflt 0.000221230
18202026-08-05T19:28:19.441Zkflt 0.000000000
18212026-08-05T19:28:19.441Zlock 1:35.803849387
18222026-08-05T19:28:19.441Zslp 4.967005788
18232026-08-05T19:28:19.441Zlat 0.127139422
18242026-08-05T19:28:19.441Zstop 0.000180850
18252026-08-05T19:28:19.441Z+ export CARGO_INCREMENTAL=0
18262026-08-05T19:28:19.441Z+ CARGO_INCREMENTAL=0
18272026-08-05T19:28:19.441Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18282026-08-05T19:28:20.287Z Compiling proc-macro2 v1.0.106
18292026-08-05T19:28:20.287Z Compiling quote v1.0.45
18302026-08-05T19:28:20.287Z Compiling unicode-ident v1.0.24
18312026-08-05T19:28:20.287Z Compiling libc v0.2.185
18322026-08-05T19:28:20.301Z Compiling serde_core v1.0.228
18332026-08-05T19:28:20.301Z Compiling serde v1.0.228
18342026-08-05T19:28:20.301Z Compiling cfg-if v1.0.4
18352026-08-05T19:28:20.431Z Compiling version_check v0.9.5
18362026-08-05T19:28:20.451Z Compiling autocfg v1.5.0
18372026-08-05T19:28:20.451Z Compiling find-msvc-tools v0.1.9
18382026-08-05T19:28:20.451Z Compiling shlex v1.3.0
18392026-08-05T19:28:20.451Z Compiling memchr v2.8.0
18402026-08-05T19:28:20.452Z Compiling zmij v1.0.21
18412026-08-05T19:28:20.452Z Compiling serde_json v1.0.151
18422026-08-05T19:28:20.529Z Compiling portable-atomic v1.13.1
18432026-08-05T19:28:20.652Z Compiling zerocopy v0.8.40
18442026-08-05T19:28:20.715Z Compiling libm v0.2.16
18452026-08-05T19:28:20.736Z Compiling getrandom v0.4.1
18462026-08-05T19:28:20.774Z Compiling parking_lot_core v0.9.12
18472026-08-05T19:28:20.787Z Compiling icu_normalizer_data v2.1.1
18482026-08-05T19:28:20.862Z Compiling num-traits v0.2.19
18492026-08-05T19:28:21.021Z Compiling generic-array v0.14.7
18502026-08-05T19:28:21.054Z Compiling smallvec v1.15.1
18512026-08-05T19:28:21.058Z Compiling icu_properties_data v2.1.2
18522026-08-05T19:28:21.100Z Compiling itoa v1.0.17
18532026-08-05T19:28:21.104Z Compiling log v0.4.29
18542026-08-05T19:28:21.104Z Compiling subtle v2.6.1
18552026-08-05T19:28:21.113Z Compiling pkg-config v0.3.32
18562026-08-05T19:28:21.249Z Compiling typenum v1.20.1
18572026-08-05T19:28:21.285Z Compiling stable_deref_trait v1.2.1
18582026-08-05T19:28:21.350Z Compiling getrandom v0.3.4
18592026-08-05T19:28:21.382Z Compiling scopeguard v1.2.0
18602026-08-05T19:28:21.385Z Compiling thiserror v2.0.18
18612026-08-05T19:28:21.443Z Compiling rustix v1.1.3
18622026-08-05T19:28:21.529Z Compiling jobserver v0.1.34
18632026-08-05T19:28:21.554Z Compiling errno v0.3.14
18642026-08-05T19:28:21.585Z Compiling lock_api v0.4.14
18652026-08-05T19:28:21.652Z Compiling rand_core v0.10.0
18662026-08-05T19:28:21.667Z Compiling getrandom v0.2.17
18672026-08-05T19:28:21.747Z Compiling equivalent v1.0.2
18682026-08-05T19:28:21.780Z Compiling cc v1.2.56
18692026-08-05T19:28:21.814Z Compiling rand_core v0.6.4
18702026-08-05T19:28:21.862Z Compiling syn v2.0.117
18712026-08-05T19:28:21.923Z Compiling syn v1.0.109
18722026-08-05T19:28:21.928Z Compiling pin-project-lite v0.2.17
18732026-08-05T19:28:21.938Z Compiling critical-section v1.2.0
18742026-08-05T19:28:22.059Z Compiling litemap v0.8.1
18752026-08-05T19:28:22.075Z Compiling percent-encoding v2.3.2
18762026-08-05T19:28:22.109Z Compiling writeable v0.6.2
18772026-08-05T19:28:22.140Z Compiling schemars v0.8.22
18782026-08-05T19:28:22.156Z Compiling hashbrown v0.17.0
18792026-08-05T19:28:22.239Z Compiling dunce v1.0.5
18802026-08-05T19:28:22.254Z Compiling fs_extra v1.3.0
18812026-08-05T19:28:22.285Z Compiling rustversion v1.0.22
18822026-08-05T19:28:22.324Z Compiling once_cell v1.21.3
18832026-08-05T19:28:22.370Z Compiling heck v0.5.0
18842026-08-05T19:28:22.506Z Compiling cmake v0.1.57
18852026-08-05T19:28:22.525Z Compiling byteorder v1.5.0
18862026-08-05T19:28:22.564Z Compiling strsim v0.11.1
18872026-08-05T19:28:22.610Z Compiling signal-hook-registry v1.4.8
18882026-08-05T19:28:22.732Z Compiling semver v1.0.28
18892026-08-05T19:28:22.771Z Compiling indexmap v2.14.0
18902026-08-05T19:28:22.835Z Compiling bitflags v2.11.0
18912026-08-05T19:28:22.919Z Compiling thiserror v1.0.69
18922026-08-05T19:28:22.976Z Compiling utf8_iter v1.0.4
18932026-08-05T19:28:23.044Z Compiling parking_lot v0.12.5
18942026-08-05T19:28:23.062Z Compiling aws-lc-sys v0.40.0
18952026-08-05T19:28:23.094Z Compiling form_urlencoded v1.2.2
18962026-08-05T19:28:23.098Z Compiling socket2 v0.6.3
18972026-08-05T19:28:23.158Z Compiling mio v1.2.0
18982026-08-05T19:28:23.338Z Compiling aws-lc-rs v1.16.3
18992026-08-05T19:28:23.381Z Compiling futures-core v0.3.32
19002026-08-05T19:28:23.397Z Compiling const-oid v0.9.6
19012026-08-05T19:28:23.507Z Compiling httparse v1.10.1
19022026-08-05T19:28:23.674Z Compiling fnv v1.0.7
19032026-08-05T19:28:23.850Z Compiling regex-syntax v0.8.10
19042026-08-05T19:28:23.853Z Compiling crc32fast v1.5.0
19052026-08-05T19:28:23.898Z Compiling ucd-trie v0.1.7
19062026-08-05T19:28:23.996Z Compiling vcpkg v0.2.15
19072026-08-05T19:28:24.013Z Compiling ident_case v1.0.1
19082026-08-05T19:28:24.041Z Compiling iana-time-zone v0.1.65
19092026-08-05T19:28:24.081Z Compiling pest v2.8.6
19102026-08-05T19:28:24.128Z Compiling uuid v1.23.4
19112026-08-05T19:28:24.250Z Compiling rustc_version v0.4.1
19122026-08-05T19:28:24.305Z Compiling futures-sink v0.3.32
19132026-08-05T19:28:24.357Z Compiling rustls v0.23.41
19142026-08-05T19:28:24.407Z Compiling futures-channel v0.3.32
19152026-08-05T19:28:24.557Z Compiling aho-corasick v1.1.4
19162026-08-05T19:28:24.575Z Compiling openssl-sys v0.9.117
19172026-08-05T19:28:24.608Z Compiling synstructure v0.13.2
19182026-08-05T19:28:24.663Z Compiling serde_derive_internals v0.29.1
19192026-08-05T19:28:24.761Z Compiling slab v0.4.12
19202026-08-05T19:28:24.777Z Compiling futures-task v0.3.32
19212026-08-05T19:28:24.796Z Compiling futures-io v0.3.32
19222026-08-05T19:28:25.019Z Compiling radium v0.7.0
19232026-08-05T19:28:25.035Z Compiling dyn-clone v1.0.20
19242026-08-05T19:28:25.065Z Compiling time-core v0.1.8
19252026-08-05T19:28:25.081Z Compiling plain v0.2.3
19262026-08-05T19:28:25.095Z Compiling num-conv v0.2.0
19272026-08-05T19:28:25.147Z Compiling pest_meta v2.8.6
19282026-08-05T19:28:25.204Z Compiling crossbeam-utils v0.8.21
19292026-08-05T19:28:25.254Z Compiling time-macros v0.2.27
19302026-08-05T19:28:25.276Z Compiling base64 v0.22.1
19312026-08-05T19:28:25.293Z Compiling openssl v0.10.80
19322026-08-05T19:28:25.411Z Compiling regex-automata v0.4.14
19332026-08-05T19:28:25.443Z Compiling base64ct v1.8.3
19342026-08-05T19:28:25.460Z Compiling maybe-uninit v2.0.0
19352026-08-05T19:28:25.461Z Compiling pretty-hex v0.4.1
19362026-08-05T19:28:25.550Z Compiling flagset v0.4.7
19372026-08-05T19:28:25.704Z Compiling pem-rfc7468 v0.7.0
19382026-08-05T19:28:25.720Z Compiling darling_core v0.23.0
19392026-08-05T19:28:25.741Z Compiling pest_generator v2.8.6
19402026-08-05T19:28:25.744Z Compiling rand_core v0.9.5
19412026-08-05T19:28:25.796Z Compiling bzip2-sys v0.1.13+1.0.8
19422026-08-05T19:28:25.830Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19432026-08-05T19:28:25.846Z Compiling ahash v0.8.12
19442026-08-05T19:28:25.865Z Compiling serde_derive v1.0.228
19452026-08-05T19:28:25.947Z Compiling zeroize_derive v1.5.0
19462026-08-05T19:28:25.964Z Compiling zerofrom-derive v0.1.6
19472026-08-05T19:28:25.983Z Compiling yoke-derive v0.8.1
19482026-08-05T19:28:25.999Z Compiling zerocopy-derive v0.8.40
19492026-08-05T19:28:26.078Z Compiling zerovec-derive v0.11.2
19502026-08-05T19:28:26.111Z Compiling displaydoc v0.2.5
19512026-08-05T19:28:26.181Z Compiling tokio-macros v2.7.0
19522026-08-05T19:28:26.221Z Compiling futures-macro v0.3.32
19532026-08-05T19:28:26.224Z Compiling thiserror-impl v2.0.18
19542026-08-05T19:28:26.417Z Compiling schemars_derive v0.8.22
19552026-08-05T19:28:26.462Z Compiling der_derive v0.7.3
19562026-08-05T19:28:26.588Z Compiling tracing-attributes v0.1.31
19572026-08-05T19:28:26.618Z Compiling zeroize v1.9.0
19582026-08-05T19:28:26.906Z Compiling thiserror-impl v1.0.69
19592026-08-05T19:28:26.986Z Compiling pest_derive v2.8.6
19602026-08-05T19:28:27.057Z Compiling futures-util v0.3.32
19612026-08-05T19:28:27.140Z Compiling zerofrom v0.1.6
19622026-08-05T19:28:27.294Z Compiling yoke v0.8.1
19632026-08-05T19:28:27.445Z Compiling crypto-common v0.1.7
19642026-08-05T19:28:27.468Z Compiling block-buffer v0.10.4
19652026-08-05T19:28:27.484Z Compiling zerovec v0.11.5
19662026-08-05T19:28:27.502Z Compiling zerotrie v0.2.3
19672026-08-05T19:28:27.620Z Compiling digest v0.10.7
19682026-08-05T19:28:27.800Z Compiling scroll_derive v0.12.1
19692026-08-05T19:28:27.853Z Compiling scroll_derive v0.13.1
19702026-08-05T19:28:27.900Z Compiling der v0.7.10
19712026-08-05T19:28:27.930Z Compiling openssl-macros v0.1.1
19722026-08-05T19:28:27.987Z Compiling anyhow v1.0.102
19732026-08-05T19:28:27.987Z Compiling num-bigint-dig v0.8.6
19742026-08-05T19:28:28.067Z Compiling tinystr v0.8.2
19752026-08-05T19:28:28.103Z Compiling potential_utf v0.1.4
19762026-08-05T19:28:28.292Z Compiling icu_locale_core v2.1.1
19772026-08-05T19:28:28.309Z Compiling icu_collections v2.1.1
19782026-08-05T19:28:28.325Z Compiling native-tls v0.2.18
19792026-08-05T19:28:28.359Z Compiling packed_struct v0.10.1
19802026-08-05T19:28:28.428Z Compiling darling_macro v0.23.0
19812026-08-05T19:28:28.512Z Compiling regex v1.12.3
19822026-08-05T19:28:28.625Z Compiling zerocopy-derive v0.7.35
19832026-08-05T19:28:28.932Z Compiling spki v0.7.3
19842026-08-05T19:28:28.963Z Compiling slog v2.8.2
19852026-08-05T19:28:29.011Z Compiling icu_provider v2.1.1
19862026-08-05T19:28:29.032Z Compiling bytes v1.11.1
19872026-08-05T19:28:29.156Z Compiling chrono v0.4.45
19882026-08-05T19:28:29.180Z Compiling serde_tokenstream v0.2.3
19892026-08-05T19:28:29.318Z Compiling icu_normalizer v2.1.1
19902026-08-05T19:28:29.418Z Compiling icu_properties v2.1.2
19912026-08-05T19:28:29.617Z Compiling tokio v1.52.1
19922026-08-05T19:28:29.704Z Compiling http v1.4.2
19932026-08-05T19:28:29.957Z Compiling tracing-core v0.1.36
19942026-08-05T19:28:30.038Z Compiling cookie v0.18.1
19952026-08-05T19:28:30.248Z Compiling ppv-lite86 v0.2.21
19962026-08-05T19:28:30.442Z Compiling idna_adapter v1.2.1
19972026-08-05T19:28:30.491Z Compiling cpufeatures v0.2.17
19982026-08-05T19:28:30.584Z Compiling idna v1.1.0
19992026-08-05T19:28:30.601Z Compiling utf8parse v0.2.2
20002026-08-05T19:28:30.633Z Compiling camino v1.2.2
20012026-08-05T19:28:30.650Z Compiling rand_chacha v0.9.0
20022026-08-05T19:28:30.667Z Compiling tracing v0.1.44
20032026-08-05T19:28:30.825Z Compiling toml_datetime v0.6.11
20042026-08-05T19:28:30.870Z Compiling serde_spanned v0.6.9
20052026-08-05T19:28:30.908Z Compiling url v2.5.8
20062026-08-05T19:28:30.944Z Compiling darling v0.23.0
20072026-08-05T19:28:30.964Z Compiling clap_derive v4.6.1
20082026-08-05T19:28:31.032Z Compiling zerocopy-derive v0.6.6
20092026-08-05T19:28:31.049Z Compiling bitfield-macros v0.19.4
20102026-08-05T19:28:31.052Z Compiling packed_struct_codegen v0.10.1
20112026-08-05T19:28:31.100Z Compiling indexmap v1.9.3
20122026-08-05T19:28:31.330Z Compiling paste v1.0.15
20132026-08-05T19:28:31.424Z Compiling anstyle v1.0.14
20142026-08-05T19:28:31.662Z Compiling rand v0.9.2
20152026-08-05T19:28:31.678Z Compiling http-body v1.0.1
20162026-08-05T19:28:31.695Z Compiling pkcs8 v0.10.2
20172026-08-05T19:28:31.838Z Compiling rustls-pki-types v1.14.0
20182026-08-05T19:28:31.978Z Compiling spin v0.9.8
20192026-08-05T19:28:31.982Z Compiling usdt-impl v0.5.0
20202026-08-05T19:28:32.097Z Compiling either v1.15.0
20212026-08-05T19:28:32.206Z Compiling is_terminal_polyfill v1.70.2
20222026-08-05T19:28:32.234Z Compiling unicode-segmentation v1.12.0
20232026-08-05T19:28:32.264Z Compiling colorchoice v1.0.4
20242026-08-05T19:28:32.280Z Compiling winnow v0.5.40
20252026-08-05T19:28:32.321Z Compiling ref-cast v1.0.25
20262026-08-05T19:28:32.395Z Compiling usdt-impl v0.6.0
20272026-08-05T19:28:32.441Z Compiling fastrand v2.3.0
20282026-08-05T19:28:32.499Z Compiling cmov v0.5.4
20292026-08-05T19:28:32.560Z Compiling tinyvec_macros v0.1.1
20302026-08-05T19:28:32.648Z Compiling openssl-probe v0.2.1
20312026-08-05T19:28:32.651Z Compiling anstyle-query v1.1.5
20322026-08-05T19:28:32.691Z Compiling tinyvec v1.10.0
20332026-08-05T19:28:32.723Z Compiling ctutils v0.4.2
20342026-08-05T19:28:32.796Z Compiling sha2 v0.10.9
20352026-08-05T19:28:32.998Z Compiling scroll v0.13.0
20362026-08-05T19:28:33.051Z Compiling scroll v0.12.0
20372026-08-05T19:28:33.067Z Compiling async-trait v0.1.89
20382026-08-05T19:28:33.161Z Compiling heapless v0.7.17
20392026-08-05T19:28:33.340Z Compiling atomic-waker v1.1.2
20402026-08-05T19:28:33.356Z Compiling rustix v0.38.44
20412026-08-05T19:28:33.372Z Compiling winnow v0.7.14
20422026-08-05T19:28:33.411Z Compiling tower-service v0.3.3
20432026-08-05T19:28:33.427Z Compiling tokio-util v0.7.18
20442026-08-05T19:28:33.442Z Compiling litrs v1.0.0
20452026-08-05T19:28:33.521Z Compiling winnow v1.0.3
20462026-08-05T19:28:33.632Z Compiling toml_edit v0.19.15
20472026-08-05T19:28:33.686Z Compiling try-lock v0.2.5
20482026-08-05T19:28:33.723Z Compiling zstd-safe v7.2.4
20492026-08-05T19:28:33.811Z Compiling tower-layer v0.3.3
20502026-08-05T19:28:33.907Z Compiling signal-hook v0.3.18
20512026-08-05T19:28:33.924Z Compiling untrusted v0.7.1
20522026-08-05T19:28:33.945Z Compiling document-features v0.2.12
20532026-08-05T19:28:33.960Z Compiling toml_parser v1.1.2+spec-1.1.0
20542026-08-05T19:28:34.062Z Compiling want v0.3.1
20552026-08-05T19:28:34.108Z Compiling tempfile v3.25.0
20562026-08-05T19:28:34.142Z Compiling h2 v0.4.15
20572026-08-05T19:28:34.529Z Compiling goblin v0.8.2
20582026-08-05T19:28:34.545Z Compiling goblin v0.10.5
20592026-08-05T19:28:34.673Z Compiling hybrid-array v0.4.13
20602026-08-05T19:28:34.770Z Compiling heck v0.4.1
20612026-08-05T19:28:34.832Z Compiling anstyle-parse v1.0.0
20622026-08-05T19:28:34.876Z Compiling zerocopy v0.7.35
20632026-08-05T19:28:34.993Z Compiling ipnet v2.11.0
20642026-08-05T19:28:35.029Z Compiling structmeta-derive v0.3.0
20652026-08-05T19:28:35.437Z Compiling daft-derive v0.1.7
20662026-08-05T19:28:35.453Z Compiling ref-cast-impl v1.0.25
20672026-08-05T19:28:35.492Z Compiling darling_core v0.20.11
20682026-08-05T19:28:35.527Z Compiling curve25519-dalek v4.1.3
20692026-08-05T19:28:35.616Z Compiling memoffset v0.9.1
20702026-08-05T19:28:35.838Z Compiling httpdate v1.0.3
20712026-08-05T19:28:35.877Z Compiling tap v1.0.1
20722026-08-05T19:28:36.014Z Compiling simd-adler32 v0.3.8
20732026-08-05T19:28:36.030Z Compiling untrusted v0.9.0
20742026-08-05T19:28:36.076Z Compiling foreign-types-shared v0.1.1
20752026-08-05T19:28:36.076Z Compiling powerfmt v0.2.0
20762026-08-05T19:28:36.165Z Compiling foreign-types v0.3.2
20772026-08-05T19:28:36.183Z Compiling structmeta v0.3.0
20782026-08-05T19:28:36.199Z Compiling wyz v0.5.1
20792026-08-05T19:28:36.277Z Compiling deranged v0.5.8
20802026-08-05T19:28:36.292Z Compiling anstream v1.0.0
20812026-08-05T19:28:36.425Z Compiling unicode-normalization v0.1.25
20822026-08-05T19:28:36.606Z Compiling dtrace-parser v0.2.0
20832026-08-05T19:28:36.622Z Compiling rand_chacha v0.3.1
20842026-08-05T19:28:36.890Z Compiling dof v0.3.0
20852026-08-05T19:28:36.982Z Compiling hex v0.4.3
20862026-08-05T19:28:37.015Z Compiling signature v2.2.0
20872026-08-05T19:28:37.182Z Compiling dtrace-parser v0.3.0
20882026-08-05T19:28:37.211Z Compiling terminal_size v0.4.3
20892026-08-05T19:28:37.246Z Compiling pin-project-internal v1.1.11
20902026-08-05T19:28:37.278Z Compiling hyper v1.10.1
20912026-08-05T19:28:37.381Z Compiling dof v0.4.0
20922026-08-05T19:28:37.518Z Compiling num-integer v0.1.46
20932026-08-05T19:28:37.523Z Compiling darling_macro v0.20.11
20942026-08-05T19:28:37.636Z Compiling thread-id v4.2.2
20952026-08-05T19:28:37.742Z Compiling thread-id v5.1.0
20962026-08-05T19:28:37.787Z Compiling wait-timeout v0.2.1
20972026-08-05T19:28:37.803Z Compiling smoltcp v0.9.1
20982026-08-05T19:28:37.993Z Compiling cfg_aliases v0.2.1
20992026-08-05T19:28:38.008Z Compiling clap_lex v1.0.0
21002026-08-05T19:28:38.189Z Compiling quick-error v1.2.3
21012026-08-05T19:28:38.206Z Compiling funty v2.0.0
21022026-08-05T19:28:38.239Z Compiling bit-vec v0.8.0
21032026-08-05T19:28:38.256Z Compiling num_threads v0.1.7
21042026-08-05T19:28:38.274Z Compiling adler2 v2.0.1
21052026-08-05T19:28:38.292Z Compiling rusty-fork v0.3.1
21062026-08-05T19:28:38.308Z Compiling clap_builder v4.6.0
21072026-08-05T19:28:38.370Z Compiling time v0.3.47
21082026-08-05T19:28:38.419Z Compiling miniz_oxide v0.8.9
21092026-08-05T19:28:38.435Z Compiling bit-set v0.8.0
21102026-08-05T19:28:38.452Z Compiling hyper-util v0.1.20
21112026-08-05T19:28:38.490Z Compiling nix v0.31.2
21122026-08-05T19:28:38.526Z Compiling darling v0.20.11
21132026-08-05T19:28:38.585Z Compiling bitvec v1.0.1
21142026-08-05T19:28:38.614Z Compiling num-iter v0.1.45
21152026-08-05T19:28:38.840Z Compiling rand v0.8.6
21162026-08-05T19:28:38.964Z Compiling ipnetwork v0.21.1
21172026-08-05T19:28:39.146Z Compiling lazy_static v1.5.0
21182026-08-05T19:28:39.276Z Compiling anstyle-parse v0.2.7
21192026-08-05T19:28:39.477Z Compiling hmac v0.12.1
21202026-08-05T19:28:39.579Z Compiling rand_xorshift v0.4.0
21212026-08-05T19:28:39.582Z Compiling curve25519-dalek-derive v0.1.1
21222026-08-05T19:28:39.610Z Compiling sync_wrapper v1.0.2
21232026-08-05T19:28:39.747Z Compiling crc-catalog v2.4.0
21242026-08-05T19:28:39.852Z Compiling nodrop v0.1.14
21252026-08-05T19:28:39.964Z Compiling siphasher v1.0.2
21262026-08-05T19:28:40.113Z Compiling zlib-rs v0.6.2
21272026-08-05T19:28:40.163Z Compiling unarray v0.1.4
21282026-08-05T19:28:40.294Z Compiling proptest v1.11.0
21292026-08-05T19:28:40.609Z Compiling array-init v0.0.4
21302026-08-05T19:28:40.970Z Compiling crc v3.4.0
21312026-08-05T19:28:41.200Z Compiling clap v4.6.1
21322026-08-05T19:28:41.322Z Compiling tower v0.5.3
21332026-08-05T19:28:41.729Z Compiling anstream v0.6.21
21342026-08-05T19:28:41.794Z Compiling smallvec v0.6.14
21352026-08-05T19:28:41.838Z Compiling derive_builder_core v0.20.2
21362026-08-05T19:28:41.855Z Compiling snafu-derive v0.8.9
21372026-08-05T19:28:42.044Z Compiling pkcs1 v0.7.5
21382026-08-05T19:28:42.058Z Compiling zerocopy v0.6.6
21392026-08-05T19:28:42.207Z Compiling flate2 v1.1.9
21402026-08-05T19:28:42.355Z Compiling http-body-util v0.1.3
21412026-08-05T19:28:42.391Z Compiling bitfield v0.19.4
21422026-08-05T19:28:42.448Z Compiling strum_macros v0.26.4
21432026-08-05T19:28:42.452Z Compiling strum_macros v0.27.2
21442026-08-05T19:28:42.623Z Compiling hubpack_derive v0.1.1
21452026-08-05T19:28:42.656Z Compiling env_filter v1.0.0
21462026-08-05T19:28:42.697Z Compiling fs-err v3.3.0
21472026-08-05T19:28:42.763Z Compiling object v0.37.3
21482026-08-05T19:28:42.866Z Compiling unicode-bidi v0.3.18
21492026-08-05T19:28:42.904Z Compiling iri-string v0.7.10
21502026-08-05T19:28:42.932Z Compiling hashbrown v0.12.3
21512026-08-05T19:28:43.082Z Compiling allocator-api2 v0.2.21
21522026-08-05T19:28:43.174Z Compiling unicode-properties v0.1.4
21532026-08-05T19:28:43.349Z Compiling ryu v1.0.23
21542026-08-05T19:28:43.426Z Compiling base64 v0.21.7
21552026-08-05T19:28:43.485Z Compiling serde_urlencoded v0.7.1
21562026-08-05T19:28:43.508Z Compiling stringprep v0.1.5
21572026-08-05T19:28:43.730Z Compiling ron v0.8.1
21582026-08-05T19:28:43.745Z Compiling env_logger v0.11.9
21592026-08-05T19:28:43.870Z Compiling derive_builder_macro v0.20.2
21602026-08-05T19:28:43.997Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21612026-08-05T19:28:44.087Z Compiling tower-http v0.6.8
21622026-08-05T19:28:44.166Z Compiling rsa v0.9.10
21632026-08-05T19:28:44.202Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21642026-08-05T19:28:44.205Z Compiling newtype-uuid v1.3.2
21652026-08-05T19:28:44.234Z Compiling oxnet v0.1.6
21662026-08-05T19:28:44.270Z Compiling serde-hex v0.1.0
21672026-08-05T19:28:44.373Z Compiling hashbrown v0.13.2
21682026-08-05T19:28:44.400Z Compiling tokio-native-tls v0.3.1
21692026-08-05T19:28:44.520Z Compiling bzip2 v0.4.4
21702026-08-05T19:28:44.538Z Compiling usdt-attr-macro v0.6.0
21712026-08-05T19:28:44.556Z Compiling usdt-macro v0.6.0
21722026-08-05T19:28:44.571Z Compiling derive-ex v0.1.8
21732026-08-05T19:28:44.593Z Compiling crypto-common v0.2.2
21742026-08-05T19:28:44.653Z Compiling block-buffer v0.12.1
21752026-08-05T19:28:44.695Z Compiling block-padding v0.4.2
21762026-08-05T19:28:44.906Z Compiling rustls-native-certs v0.8.3
21772026-08-05T19:28:45.021Z Compiling x509-cert v0.2.5
21782026-08-05T19:28:45.162Z Compiling erased-serde v0.3.31
21792026-08-05T19:28:45.302Z Compiling md-5 v0.10.6
21802026-08-05T19:28:45.327Z Compiling bstr v1.12.1
21812026-08-05T19:28:45.423Z Compiling vergen-lib v9.1.0
21822026-08-05T19:28:45.468Z Compiling hash32 v0.2.1
21832026-08-05T19:28:45.619Z Compiling encoding_rs v0.8.35
21842026-08-05T19:28:45.672Z Compiling mime v0.3.17
21852026-08-05T19:28:45.904Z Compiling fallible-iterator v0.2.0
21862026-08-05T19:28:45.923Z Compiling psl-types v2.0.11
21872026-08-05T19:28:46.006Z Compiling crc-any v2.5.0
21882026-08-05T19:28:46.059Z Compiling cpufeatures v0.3.0
21892026-08-05T19:28:46.075Z Compiling test-strategy v0.4.5
21902026-08-05T19:28:46.176Z Compiling publicsuffix v2.3.0
21912026-08-05T19:28:46.269Z Compiling postgres-protocol v0.6.10
21922026-08-05T19:28:46.794Z Compiling inout v0.2.2
21932026-08-05T19:28:46.922Z Compiling object v0.30.4
21942026-08-05T19:28:46.956Z Compiling zip v0.6.6
21952026-08-05T19:28:46.973Z Compiling hyper-tls v0.6.0
21962026-08-05T19:28:46.976Z Compiling daft v0.1.7
21972026-08-05T19:28:47.006Z Compiling derive_builder v0.20.2
21982026-08-05T19:28:47.078Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21992026-08-05T19:28:47.152Z Compiling phf_shared v0.13.1
22002026-08-05T19:28:47.207Z Compiling pin-project v1.1.11
22012026-08-05T19:28:47.237Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22022026-08-05T19:28:47.419Z Compiling toml v0.7.8
22032026-08-05T19:28:47.467Z Compiling serde_with_macros v3.21.0
22042026-08-05T19:28:47.492Z Compiling futures-executor v0.3.32
22052026-08-05T19:28:47.595Z Compiling async-recursion v1.1.1
22062026-08-05T19:28:47.688Z Compiling serde_repr v0.1.20
22072026-08-05T19:28:47.740Z Compiling enum-as-inner v0.6.1
22082026-08-05T19:28:47.819Z Compiling vergen v9.1.0
22092026-08-05T19:28:47.937Z Compiling ff v0.13.1
22102026-08-05T19:28:47.972Z Compiling cargo-platform v0.3.2
22112026-08-05T19:28:48.124Z Compiling bitflags v1.3.2
22122026-08-05T19:28:48.273Z Compiling bumpalo v3.20.2
22132026-08-05T19:28:48.291Z Compiling foldhash v0.1.5
22142026-08-05T19:28:48.291Z Compiling foldhash v0.2.0
22152026-08-05T19:28:48.317Z Compiling base16ct v0.2.0
22162026-08-05T19:28:48.361Z Compiling managed v0.8.0
22172026-08-05T19:28:48.501Z Compiling libbz2-rs-sys v0.2.2
22182026-08-05T19:28:48.516Z Compiling path-slash v0.1.5
22192026-08-05T19:28:48.534Z Compiling same-file v1.0.6
22202026-08-05T19:28:48.567Z Compiling jiff-core v0.1.0
22212026-08-05T19:28:48.656Z Compiling zopfli v0.8.3
22222026-08-05T19:28:48.753Z Compiling walkdir v2.5.0
22232026-08-05T19:28:48.794Z Compiling hashbrown v0.16.1
22242026-08-05T19:28:48.942Z Compiling bzip2 v0.6.1
22252026-08-05T19:28:48.942Z Compiling sec1 v0.7.3
22262026-08-05T19:28:49.093Z Compiling hashbrown v0.15.5
22272026-08-05T19:28:49.206Z Compiling cargo_metadata v0.23.1
22282026-08-05T19:28:49.242Z Compiling group v0.13.0
22292026-08-05T19:28:49.281Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22302026-08-05T19:28:49.364Z Compiling jiff v0.2.34
22312026-08-05T19:28:49.648Z Compiling futures v0.3.32
22322026-08-05T19:28:49.917Z Compiling phf v0.13.1
22332026-08-05T19:28:50.043Z Compiling snafu v0.8.9
22342026-08-05T19:28:50.093Z Compiling reqwest v0.12.28
22352026-08-05T19:28:50.308Z Compiling signal-hook-mio v0.2.5
22362026-08-05T19:28:50.394Z Compiling cipher v0.5.2
22372026-08-05T19:28:50.442Z Compiling cookie_store v0.22.1
22382026-08-05T19:28:50.458Z Compiling postgres-types v0.2.12
22392026-08-05T19:28:50.462Z Compiling zstd v0.13.3
22402026-08-05T19:28:50.508Z Compiling globset v0.4.18
22412026-08-05T19:28:50.688Z Compiling strum v0.27.2
22422026-08-05T19:28:50.750Z Compiling hubpack v0.1.2
22432026-08-05T19:28:50.875Z Compiling phf_shared v0.11.3
22442026-08-05T19:28:50.893Z Compiling hkdf v0.12.4
22452026-08-05T19:28:50.983Z Compiling crossbeam-epoch v0.9.18
22462026-08-05T19:28:51.025Z Compiling byte-wrapper v0.1.0
22472026-08-05T19:28:51.025Z Compiling ed25519 v2.2.3
22482026-08-05T19:28:51.058Z Compiling olpc-cjson v0.1.4
22492026-08-05T19:28:51.310Z Compiling serde_plain v1.0.2
22502026-08-05T19:28:51.341Z Compiling serde-big-array v0.5.1
22512026-08-05T19:28:51.389Z Compiling pem v3.0.6
22522026-08-05T19:28:51.464Z Compiling crypto-bigint v0.5.5
22532026-08-05T19:28:51.580Z Compiling float-cmp v0.10.0
22542026-08-05T19:28:51.612Z Compiling memmap2 v0.9.10
22552026-08-05T19:28:51.853Z Compiling precomputed-hash v0.1.1
22562026-08-05T19:28:51.867Z Compiling static_assertions v1.1.0
22572026-08-05T19:28:51.867Z Compiling data-encoding v2.10.0
22582026-08-05T19:28:51.899Z Compiling new_debug_unreachable v1.0.6
22592026-08-05T19:28:51.954Z Compiling predicates-core v1.0.10
22602026-08-05T19:28:51.971Z Compiling toml_write v0.1.2
22612026-08-05T19:28:51.986Z Compiling fixedbitset v0.4.2
22622026-08-05T19:28:52.001Z Compiling keccak v0.1.6
22632026-08-05T19:28:52.114Z Compiling normalize-line-endings v0.3.0
22642026-08-05T19:28:52.144Z Compiling whoami v2.1.0
22652026-08-05T19:28:52.160Z Compiling fixedbitset v0.5.7
22662026-08-05T19:28:52.187Z Compiling typed-path v0.9.3
22672026-08-05T19:28:52.204Z Compiling const-oid v0.10.2
22682026-08-05T19:28:52.220Z Compiling difflib v0.4.0
22692026-08-05T19:28:52.410Z Compiling elliptic-curve v0.13.8
22702026-08-05T19:28:52.426Z Compiling petgraph v0.8.3
22712026-08-05T19:28:52.455Z Compiling predicates v3.1.4
22722026-08-05T19:28:52.491Z Compiling tokio-postgres v0.7.16
22732026-08-05T19:28:52.542Z Compiling digest v0.11.3
22742026-08-05T19:28:52.577Z Compiling hickory-proto v0.25.2
22752026-08-05T19:28:52.647Z Compiling sha3 v0.10.8
22762026-08-05T19:28:52.677Z Compiling petgraph v0.6.5
22772026-08-05T19:28:52.758Z Compiling chacha20 v0.10.0
22782026-08-05T19:28:52.774Z Compiling toml_edit v0.22.27
22792026-08-05T19:28:53.025Z Compiling string_cache v0.8.9
22802026-08-05T19:28:53.070Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22812026-08-05T19:28:53.278Z Compiling usdt v0.6.0
22822026-08-05T19:28:53.640Z Compiling zip v4.6.1
22832026-08-05T19:28:54.316Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
22842026-08-05T19:28:54.555Z Compiling ed25519-dalek v2.2.0
22852026-08-05T19:28:55.071Z Compiling crossterm v0.28.1
22862026-08-05T19:28:55.445Z Compiling iddqd v0.4.2
22872026-08-05T19:28:55.460Z Compiling serde_with v3.21.0
22882026-08-05T19:28:55.609Z Compiling similar v2.7.0
22892026-08-05T19:28:55.794Z Compiling strum v0.26.3
22902026-08-05T19:28:56.264Z Compiling tokio-stream v0.1.18
22912026-08-05T19:28:56.268Z Compiling buf-list v1.1.2
22922026-08-05T19:28:56.361Z Compiling itertools v0.13.0
22932026-08-05T19:28:56.424Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22942026-08-05T19:28:56.675Z Compiling openapiv3 v2.2.0
22952026-08-05T19:28:57.194Z Compiling lalrpop-util v0.19.12
22962026-08-05T19:28:57.534Z Compiling peg-runtime v0.8.5
22972026-08-05T19:29:14.515Z Compiling rustls-webpki v0.103.13
22982026-08-05T19:29:17.125Z Compiling macaddr v1.0.1
22992026-08-05T19:29:17.219Z Compiling rayon-core v1.13.0
23002026-08-05T19:29:17.423Z Compiling crucible-workspace-hack v0.1.0
23012026-08-05T19:29:17.462Z Compiling itertools v0.15.0
23022026-08-05T19:29:17.477Z Compiling secrecy v0.10.3
23032026-08-05T19:29:17.530Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23042026-08-05T19:29:17.650Z Compiling heapless v0.8.0
23052026-08-05T19:29:17.665Z Compiling toml_datetime v0.7.5+spec-1.1.0
23062026-08-05T19:29:17.910Z Compiling toml_edit v0.23.10+spec-1.0.0
23072026-08-05T19:29:17.951Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23082026-08-05T19:29:18.096Z Compiling tokio-rustls v0.26.4
23092026-08-05T19:29:18.113Z Compiling rustls-platform-verifier v0.6.2
23102026-08-05T19:29:18.129Z Compiling tough v0.22.0
23112026-08-05T19:29:18.154Z Compiling crossbeam-deque v0.8.6
23122026-08-05T19:29:18.230Z Compiling inout v0.1.4
23132026-08-05T19:29:18.313Z Compiling hash32 v0.3.1
23142026-08-05T19:29:18.343Z Compiling hyper-rustls v0.27.7
23152026-08-05T19:29:18.384Z Compiling multer v3.1.0
23162026-08-05T19:29:18.402Z Compiling thread_local v1.1.9
23172026-08-05T19:29:18.417Z Compiling slog-async v2.8.0
23182026-08-05T19:29:18.433Z Compiling compression-core v0.4.31
23192026-08-05T19:29:18.499Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23202026-08-05T19:29:18.596Z Compiling reqwest v0.13.2
23212026-08-05T19:29:18.634Z Compiling smoltcp v0.11.0
23222026-08-05T19:29:18.655Z Compiling unicode-width v0.2.0
23232026-08-05T19:29:18.690Z Compiling match_cfg v0.1.0
23242026-08-05T19:29:18.770Z Compiling hostname v0.3.1
23252026-08-05T19:29:18.787Z Compiling ingot-macros v0.2.0
23262026-08-05T19:29:18.820Z Compiling compression-codecs v0.4.37
23272026-08-05T19:29:18.851Z Compiling proc-macro-crate v3.4.0
23282026-08-05T19:29:18.955Z Compiling cipher v0.4.4
23292026-08-05T19:29:19.009Z Compiling atomicwrites v0.4.4
23302026-08-05T19:29:19.200Z Compiling slog-json v2.6.1
23312026-08-05T19:29:19.221Z Compiling crossbeam-channel v0.5.15
23322026-08-05T19:29:19.286Z Compiling half v2.7.1
23332026-08-05T19:29:19.302Z Compiling newtype-uuid-macros v0.1.0
23342026-08-05T19:29:19.349Z Compiling cobs v0.3.0
23352026-08-05T19:29:19.472Z Compiling universal-hash v0.5.1
23362026-08-05T19:29:19.488Z Compiling async-stream-impl v0.3.6
23372026-08-05T19:29:19.650Z Compiling thiserror-impl-no-std v2.0.2
23382026-08-05T19:29:19.668Z Compiling serde_spanned v1.1.1
23392026-08-05T19:29:19.671Z Compiling toml_datetime v1.1.1+spec-1.1.0
23402026-08-05T19:29:19.726Z Compiling is-terminal v0.4.17
23412026-08-05T19:29:19.843Z Compiling proc-macro-error-attr v1.0.4
23422026-08-05T19:29:19.859Z Compiling dropshot v0.17.1
23432026-08-05T19:29:19.979Z Compiling ciborium-io v0.2.2
23442026-08-05T19:29:20.045Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23452026-08-05T19:29:20.066Z Compiling convert_case v0.4.0
23462026-08-05T19:29:20.085Z Compiling term v1.2.1
23472026-08-05T19:29:20.101Z Compiling toml_writer v1.1.1+spec-1.1.0
23482026-08-05T19:29:20.118Z Compiling take_mut v0.2.2
23492026-08-05T19:29:20.136Z Compiling opaque-debug v0.3.1
23502026-08-05T19:29:20.290Z Compiling poly1305 v0.8.0
23512026-08-05T19:29:20.311Z Compiling toml v1.1.2+spec-1.1.0
23522026-08-05T19:29:20.387Z Compiling derive_more v0.99.20
23532026-08-05T19:29:20.447Z Compiling slog-term v2.9.2
23542026-08-05T19:29:20.511Z Compiling async-stream v0.3.6
23552026-08-05T19:29:20.580Z Compiling ciborium-ll v0.2.2
23562026-08-05T19:29:20.668Z Compiling thiserror-no-std v2.0.2
23572026-08-05T19:29:20.724Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23582026-08-05T19:29:20.781Z Compiling postcard v1.1.3
23592026-08-05T19:29:20.868Z Compiling slog-bunyan v2.5.0
23602026-08-05T19:29:21.074Z Compiling num_enum_derive v0.7.6
23612026-08-05T19:29:21.187Z Compiling chacha20 v0.9.1
23622026-08-05T19:29:21.394Z Compiling ingot-types v0.2.0
23632026-08-05T19:29:21.501Z Compiling async-compression v0.4.41
23642026-08-05T19:29:21.667Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
23652026-08-05T19:29:21.755Z Compiling sha1 v0.11.0
23662026-08-05T19:29:21.896Z Compiling ingot v0.2.1
23672026-08-05T19:29:21.899Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23682026-08-05T19:29:21.926Z Compiling parse-display-derive v0.10.0
23692026-08-05T19:29:21.990Z Compiling proc-macro-crate v1.3.1
23702026-08-05T19:29:22.066Z Compiling waitgroup v0.1.2
23712026-08-05T19:29:22.206Z Compiling backon v1.6.0
23722026-08-05T19:29:22.222Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23732026-08-05T19:29:22.244Z Compiling rustls-pemfile v2.2.0
23742026-08-05T19:29:22.263Z Compiling dropshot_endpoint v0.17.1
23752026-08-05T19:29:22.350Z Compiling password-hash v0.5.0
23762026-08-05T19:29:22.475Z Compiling blake2 v0.10.6
23772026-08-05T19:29:22.545Z Compiling aead v0.5.2
23782026-08-05T19:29:22.652Z Compiling foreign-types-macros v0.2.3
23792026-08-05T19:29:22.696Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23802026-08-05T19:29:22.759Z Compiling serde_path_to_error v0.1.20
23812026-08-05T19:29:22.780Z Compiling hostname v0.4.2
23822026-08-05T19:29:22.966Z Compiling proc-macro-error v1.0.4
23832026-08-05T19:29:22.994Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23842026-08-05T19:29:23.126Z Compiling instant v0.1.13
23852026-08-05T19:29:23.188Z Compiling debug-ignore v1.0.5
23862026-08-05T19:29:23.218Z Compiling foreign-types-shared v0.3.1
23872026-08-05T19:29:23.248Z Compiling backoff v0.4.0
23882026-08-05T19:29:23.283Z Compiling argon2 v0.5.3
23892026-08-05T19:29:23.300Z Compiling chacha20poly1305 v0.10.1
23902026-08-05T19:29:23.326Z Compiling foreign-types v0.5.0
23912026-08-05T19:29:23.326Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23922026-08-05T19:29:23.359Z Compiling num_enum_derive v0.5.11
23932026-08-05T19:29:23.389Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23942026-08-05T19:29:23.405Z Compiling parse-display v0.10.0
23952026-08-05T19:29:23.423Z Compiling num_enum v0.7.6
23962026-08-05T19:29:23.467Z Compiling ciborium v0.2.2
23972026-08-05T19:29:23.492Z Compiling vsss-rs v3.3.4
23982026-08-05T19:29:23.811Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23992026-08-05T19:29:23.847Z Compiling tabwriter v1.4.1
24002026-08-05T19:29:23.953Z Compiling regress v0.10.5
24012026-08-05T19:29:23.998Z Compiling itertools v0.14.0
24022026-08-05T19:29:24.098Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24032026-08-05T19:29:24.229Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24042026-08-05T19:29:24.229Z Compiling cstr-argument v0.1.2
24052026-08-05T19:29:24.262Z Compiling humantime v2.3.0
24062026-08-05T19:29:24.277Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
24072026-08-05T19:29:24.313Z Compiling num_enum v0.5.11
24082026-08-05T19:29:24.430Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24092026-08-05T19:29:24.461Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24102026-08-05T19:29:24.488Z Compiling rayon v1.11.0
24112026-08-05T19:29:24.519Z Compiling rand v0.10.1
24122026-08-05T19:29:24.538Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24132026-08-05T19:29:24.564Z Compiling libefi-sys v0.1.0
24142026-08-05T19:29:24.666Z Compiling colored v3.1.1
24152026-08-05T19:29:24.696Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24162026-08-05T19:29:24.717Z Compiling indent_write v2.2.0
24172026-08-05T19:29:24.720Z Compiling zone_cfg_derive v0.3.1
24182026-08-05T19:29:24.752Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24192026-08-05T19:29:24.856Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24202026-08-05T19:29:24.877Z Compiling camino-tempfile v1.4.1
24212026-08-05T19:29:24.893Z Compiling itertools v0.12.1
24222026-08-05T19:29:24.908Z Compiling usdt-attr-macro v0.5.0
24232026-08-05T19:29:24.993Z Compiling usdt-macro v0.5.0
24242026-08-05T19:29:25.093Z Compiling num-derive v0.4.2
24252026-08-05T19:29:25.290Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24262026-08-05T19:29:25.322Z Compiling bitfield-struct v0.6.2
24272026-08-05T19:29:25.326Z Compiling blake3 v1.8.5
24282026-08-05T19:29:25.376Z Compiling sigpipe v0.1.3
24292026-08-05T19:29:25.492Z Compiling memmap v0.7.0
24302026-08-05T19:29:25.529Z Compiling glob v0.3.3
24312026-08-05T19:29:25.544Z Compiling swrite v0.1.0
24322026-08-05T19:29:25.605Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24332026-08-05T19:29:25.678Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24342026-08-05T19:29:25.693Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24352026-08-05T19:29:25.733Z Compiling usdt v0.5.0
24362026-08-05T19:29:25.913Z Compiling smf v0.2.3
24372026-08-05T19:29:25.962Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24382026-08-05T19:29:25.980Z Compiling filetime v0.2.27
24392026-08-05T19:29:25.996Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24402026-08-05T19:29:26.013Z Compiling arrayref v0.3.9
24412026-08-05T19:29:26.105Z Compiling arrayvec v0.7.6
24422026-08-05T19:29:26.206Z Compiling zone v0.3.1
24432026-08-05T19:29:26.242Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24442026-08-05T19:29:26.299Z Compiling constant_time_eq v0.4.2
24452026-08-05T19:29:26.335Z Compiling xattr v1.6.1
24462026-08-05T19:29:26.357Z Compiling whoami v1.6.1
24472026-08-05T19:29:26.392Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24482026-08-05T19:29:26.408Z Compiling tokio-dtrace v0.1.1
24492026-08-05T19:29:26.470Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24502026-08-05T19:29:26.510Z Compiling tar v0.4.46
24512026-08-05T19:29:26.555Z Compiling console v0.16.2
24522026-08-05T19:29:26.682Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24532026-08-05T19:29:26.698Z Compiling gethostname v0.5.0
24542026-08-05T19:29:26.763Z Compiling topological-sort v0.2.2
24552026-08-05T19:29:26.838Z Compiling unit-prefix v0.5.2
24562026-08-05T19:29:26.856Z Compiling oxide-tokio-rt v0.1.4
24572026-08-05T19:29:27.021Z Compiling indicatif v0.18.4
24582026-08-05T19:29:27.090Z Compiling toml v0.8.23
24592026-08-05T19:29:27.120Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24602026-08-05T19:29:27.282Z Compiling shell-words v1.1.1
24612026-08-05T19:29:36.482Z Compiling progenitor-client v0.14.0
24622026-08-05T19:29:36.482Z Compiling omicron-zone-package v0.12.3
24632026-08-05T19:29:36.723Z Compiling progenitor-extras v0.2.0
24642026-08-05T19:29:37.026Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24652026-08-05T19:29:37.132Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24662026-08-05T19:29:37.161Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24672026-08-05T19:29:37.196Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24682026-08-05T19:29:37.227Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24692026-08-05T19:29:37.286Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24702026-08-05T19:29:37.423Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24712026-08-05T19:29:37.532Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24722026-08-05T19:29:38.443Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24732026-08-05T19:29:42.177Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24742026-08-05T19:29:50.313Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24752026-08-05T19:29:53.522Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24762026-08-05T19:29:54.586Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24772026-08-05T19:30:04.168Z Finished `release` profile [optimized] target(s) in 1m 44s
24782026-08-05T19:30:04.317Z Running `target/release/omicron-package -t test target create -p dev`
24792026-08-05T19:30:04.378ZLogging to: /work/oxidecomputer/omicron/out/LOG
24802026-08-05T19:30:04.382ZCreated new build target 'test' and set it as active
24812026-08-05T19:30:04.382Z
24822026-08-05T19:30:04.382Zreal 1:44.996336629
24832026-08-05T19:30:04.382Zuser 17:18.862669157
24842026-08-05T19:30:04.382Zsys 2:44.661281666
24852026-08-05T19:30:04.382Ztrap 0.482799961
24862026-08-05T19:30:04.382Ztflt 2.350269375
24872026-08-05T19:30:04.382Zdflt 4.971227527
24882026-08-05T19:30:04.382Zkflt 0.000667680
24892026-08-05T19:30:04.382Zlock 56:30.224058559
24902026-08-05T19:30:04.382Zslp 44:16.470877905
24912026-08-05T19:30:04.382Zlat 48.149548644
24922026-08-05T19:30:04.382Zstop 6:01.429003464
24932026-08-05T19:30:04.386Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24942026-08-05T19:30:05.271Z Finished `release` profile [optimized] target(s) in 0.87s
24952026-08-05T19:30:05.346Z Running `target/release/omicron-package -t test package`
24962026-08-05T19:30:05.404ZLogging to: /work/oxidecomputer/omicron/out/LOG
24972026-08-05T19:30:06.835Z Compiling heck v0.5.0
24982026-08-05T19:30:06.835Z Compiling regress v0.11.1
24992026-08-05T19:30:07.059Z Compiling unsafe-libyaml v0.2.11
25002026-08-05T19:30:07.100Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25012026-08-05T19:30:07.127Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25022026-08-05T19:30:07.148Z Compiling derive-where v1.6.0
25032026-08-05T19:30:07.152Z Compiling bytecount v0.6.9
25042026-08-05T19:30:07.189Z Compiling atomicwrites v0.4.4
25052026-08-05T19:30:07.189Z Compiling is-terminal v0.4.17
25062026-08-05T19:30:07.192Z Compiling prettyplease v0.2.37
25072026-08-05T19:30:07.192Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25082026-08-05T19:30:07.192Z Compiling console v0.15.11
25092026-08-05T19:30:07.207Z Compiling newline-converter v0.3.0
25102026-08-05T19:30:07.225Z Compiling slog-dtrace v0.3.0
25112026-08-05T19:30:07.265Z Compiling resolv-conf v0.7.6
25122026-08-05T19:30:07.351Z Compiling num-rational v0.4.2
25132026-08-05T19:30:07.378Z Compiling num-complex v0.4.6
25142026-08-05T19:30:07.381Z Compiling thread_local v1.1.9
25152026-08-05T19:30:07.381Z Compiling cancel-safe-futures v0.1.5
25162026-08-05T19:30:07.381Z Compiling compression-core v0.4.31
25172026-08-05T19:30:07.486Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25182026-08-05T19:30:07.604Z Compiling serde_yaml v0.9.34+deprecated
25192026-08-05T19:30:07.624Z Compiling expectorate v1.2.0
25202026-08-05T19:30:07.729Z Compiling unicode-width v0.1.14
25212026-08-05T19:30:07.753Z Compiling match_cfg v0.1.0
25222026-08-05T19:30:07.844Z Compiling hostname v0.3.1
25232026-08-05T19:30:07.867Z Compiling num v0.4.3
25242026-08-05T19:30:07.888Z Compiling compression-codecs v0.4.37
25252026-08-05T19:30:07.930Z Compiling slog-async v2.8.0
25262026-08-05T19:30:07.954Z Compiling multer v3.1.0
25272026-08-05T19:30:07.975Z Compiling crossbeam-channel v0.5.15
25282026-08-05T19:30:07.995Z Compiling slog-json v2.6.1
25292026-08-05T19:30:08.018Z Compiling toml_datetime v1.1.1+spec-1.1.0
25302026-08-05T19:30:08.021Z Compiling serde_spanned v1.1.1
25312026-08-05T19:30:08.065Z Compiling take_mut v0.2.2
25322026-08-05T19:30:08.149Z Compiling float-ord v0.3.2
25332026-08-05T19:30:08.206Z Compiling linked-hash-map v0.5.6
25342026-08-05T19:30:08.225Z Compiling term v1.2.1
25352026-08-05T19:30:08.246Z Compiling toml_writer v1.1.1+spec-1.1.0
25362026-08-05T19:30:08.312Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25372026-08-05T19:30:08.333Z Compiling oxide-update-engine-types v0.1.2
25382026-08-05T19:30:08.336Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25392026-08-05T19:30:08.336Z Compiling slog-bunyan v2.5.0
25402026-08-05T19:30:08.421Z Compiling lru-cache v0.1.2
25412026-08-05T19:30:08.443Z Compiling toml v1.1.2+spec-1.1.0
25422026-08-05T19:30:08.446Z Compiling async-compression v0.4.41
25432026-08-05T19:30:08.523Z Compiling slog-term v2.9.2
25442026-08-05T19:30:08.613Z Compiling typify-impl v0.6.2
25452026-08-05T19:30:08.830Z Compiling async-stream v0.3.6
25462026-08-05T19:30:08.880Z Compiling dropshot v0.17.1
25472026-08-05T19:30:08.909Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25482026-08-05T19:30:08.934Z Compiling progenitor-client v0.14.0
25492026-08-05T19:30:08.955Z Compiling sha1 v0.11.0
25502026-08-05T19:30:09.025Z Compiling waitgroup v0.1.2
25512026-08-05T19:30:09.047Z Compiling rustls-pemfile v2.2.0
25522026-08-05T19:30:09.073Z Compiling backon v1.6.0
25532026-08-05T19:30:09.108Z Compiling hostname v0.4.2
25542026-08-05T19:30:09.190Z Compiling serde_path_to_error v0.1.20
25552026-08-05T19:30:09.241Z Compiling instant v0.1.13
25562026-08-05T19:30:09.264Z Compiling minimal-lexical v0.2.1
25572026-08-05T19:30:09.286Z Compiling debug-ignore v1.0.5
25582026-08-05T19:30:09.290Z Compiling linear-map v1.2.0
25592026-08-05T19:30:09.340Z Compiling progenitor-extras v0.2.0
25602026-08-05T19:30:09.395Z Compiling backoff v0.4.0
25612026-08-05T19:30:09.423Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25622026-08-05T19:30:09.569Z Compiling oxide-update-engine v0.1.2
25632026-08-05T19:30:09.573Z Compiling nom v7.1.3
25642026-08-05T19:30:09.573Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25652026-08-05T19:30:09.630Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25662026-08-05T19:30:09.653Z Compiling parse-display v0.10.0
25672026-08-05T19:30:09.712Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25682026-08-05T19:30:09.739Z Compiling hickory-proto v0.24.4
25692026-08-05T19:30:10.188Z Compiling regress v0.10.5
25702026-08-05T19:30:10.355Z Compiling itertools v0.14.0
25712026-08-05T19:30:10.850Z Compiling macaddr v1.0.1
25722026-08-05T19:30:10.893Z Compiling humantime v2.3.0
25732026-08-05T19:30:10.973Z Compiling unicode-xid v0.2.6
25742026-08-05T19:30:11.193Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25752026-08-05T19:30:11.237Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25762026-08-05T19:30:11.306Z Compiling convert_case v0.10.0
25772026-08-05T19:30:11.534Z Compiling owo-colors v4.3.0
25782026-08-05T19:30:11.572Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25792026-08-05T19:30:11.611Z Compiling derive_more-impl v2.1.1
25802026-08-05T19:30:11.693Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25812026-08-05T19:30:11.768Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25822026-08-05T19:30:11.967Z Compiling toml v0.8.23
25832026-08-05T19:30:12.016Z Compiling typify-macro v0.6.2
25842026-08-05T19:30:12.203Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25852026-08-05T19:30:12.327Z Compiling hickory-resolver v0.24.4
25862026-08-05T19:30:12.374Z Compiling papergrid v0.11.0
25872026-08-05T19:30:12.406Z Compiling derive_more v2.1.1
25882026-08-05T19:30:12.534Z Compiling tabled_derive v0.7.0
25892026-08-05T19:30:12.554Z Compiling termtree v0.5.1
25902026-08-05T19:30:12.756Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25912026-08-05T19:30:12.981Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25922026-08-05T19:30:13.123Z Compiling crossterm v0.29.0
25932026-08-05T19:30:13.480Z Compiling tabled v0.15.0
25942026-08-05T19:30:13.589Z Compiling qorb v0.4.1
25952026-08-05T19:30:13.644Z Compiling typify v0.6.2
25962026-08-05T19:30:13.932Z Compiling progenitor-impl v0.14.0
25972026-08-05T19:30:14.615Z Compiling phf_shared v0.12.1
25982026-08-05T19:30:14.871Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25992026-08-05T19:30:15.399Z Compiling csv-core v0.1.13
26002026-08-05T19:30:15.823Z Compiling vte v0.14.1
26012026-08-05T19:30:15.964Z Compiling highway v1.3.0
26022026-08-05T19:30:16.081Z Compiling chrono-tz v0.10.4
26032026-08-05T19:30:16.103Z Compiling progenitor-macro v0.14.0
26042026-08-05T19:30:16.716Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26052026-08-05T19:30:17.380Z Compiling strip-ansi-escapes v0.2.1
26062026-08-05T19:30:17.547Z Compiling csv v1.4.0
26072026-08-05T19:30:17.570Z Compiling phf v0.12.1
26082026-08-05T19:30:17.775Z Compiling const_format_proc_macros v0.2.34
26092026-08-05T19:30:17.846Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26102026-08-05T19:30:17.943Z Compiling fd-lock v4.0.4
26112026-08-05T19:30:17.961Z Compiling peg-macros v0.8.5
26122026-08-05T19:30:18.115Z Compiling nu-ansi-term v0.50.3
26132026-08-05T19:30:18.467Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26142026-08-05T19:30:18.494Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26152026-08-05T19:30:18.688Z Compiling const_format v0.2.35
26162026-08-05T19:30:18.986Z Compiling reedline v0.40.0
26172026-08-05T19:30:19.181Z Compiling peg v0.8.5
26182026-08-05T19:30:19.237Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26192026-08-05T19:30:19.917Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26202026-08-05T19:30:20.261Z Compiling progenitor v0.14.0
26212026-08-05T19:30:20.467Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26222026-08-05T19:30:20.594Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26232026-08-05T19:30:20.598Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26242026-08-05T19:30:20.678Z Compiling bcs v0.1.6
26252026-08-05T19:30:21.146Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26262026-08-05T19:30:21.455Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26272026-08-05T19:30:21.502Z Compiling nom v8.0.0
26282026-08-05T19:30:22.133Z Compiling semver v0.1.20
26292026-08-05T19:30:22.438Z Compiling rustc_version v0.1.7
26302026-08-05T19:30:22.491Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26312026-08-05T19:30:22.675Z Compiling newtype_derive v0.1.6
26322026-08-05T19:30:22.756Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26332026-08-05T19:30:22.788Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26342026-08-05T19:30:22.894Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26352026-08-05T19:30:22.916Z Compiling smawk v0.3.2
26362026-08-05T19:30:23.115Z Compiling unicode-linebreak v0.1.5
26372026-08-05T19:30:23.384Z Compiling textwrap v0.16.2
26382026-08-05T19:30:23.535Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26392026-08-05T19:30:24.067Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26402026-08-05T19:30:24.216Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26412026-08-05T19:30:24.269Z Compiling steno v0.4.1
26422026-08-05T19:30:24.912Z Compiling dropshot-api-manager-types v0.7.2
26432026-08-05T19:30:24.933Z Compiling sha1 v0.10.6
26442026-08-05T19:30:25.380Z Compiling utf-8 v0.7.6
26452026-08-05T19:30:25.495Z Compiling tagptr v0.2.0
26462026-08-05T19:30:25.622Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26472026-08-05T19:30:25.690Z Compiling moka v0.12.13
26482026-08-05T19:30:25.762Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26492026-08-05T19:30:25.876Z Compiling tungstenite v0.21.0
26502026-08-05T19:30:25.998Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26512026-08-05T19:30:26.121Z Compiling darling_core v0.21.3
26522026-08-05T19:30:26.268Z Compiling display-error-chain v0.2.2
26532026-08-05T19:30:26.450Z Compiling vergen-lib v0.1.6
26542026-08-05T19:30:26.680Z Compiling tokio-tungstenite v0.21.0
26552026-08-05T19:30:27.001Z Compiling hickory-resolver v0.25.2
26562026-08-05T19:30:27.220Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26572026-08-05T19:30:28.024Z Compiling proc-macro-error-attr2 v2.0.0
26582026-08-05T19:30:28.353Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26592026-08-05T19:30:28.430Z Compiling darling_macro v0.21.3
26602026-08-05T19:30:28.663Z Compiling diesel_derives v2.3.7
26612026-08-05T19:30:28.922Z Compiling proc-macro-error2 v2.0.1
26622026-08-05T19:30:28.956Z Compiling darling v0.21.3
26632026-08-05T19:30:29.067Z Compiling dsl_auto_type v0.2.0
26642026-08-05T19:30:29.236Z Compiling libscf-sys v1.2.0
26652026-08-05T19:30:29.300Z Compiling scheduled-thread-pool v0.2.7
26662026-08-05T19:30:29.373Z Compiling vergen-gitcl v1.0.8
26672026-08-05T19:30:29.416Z Compiling diesel_table_macro_syntax v0.3.0
26682026-08-05T19:30:29.470Z Compiling dirs-sys-next v0.1.2
26692026-08-05T19:30:29.508Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26702026-08-05T19:30:29.617Z Compiling maplit v1.0.2
26712026-08-05T19:30:29.639Z Compiling glob v0.3.3
26722026-08-05T19:30:29.642Z Compiling crunchy v0.2.4
26732026-08-05T19:30:29.733Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26742026-08-05T19:30:29.754Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26752026-08-05T19:30:29.917Z Compiling dirs-next v2.0.0
26762026-08-05T19:30:29.972Z Compiling r2d2 v0.8.10
26772026-08-05T19:30:30.016Z Compiling clang-sys v1.8.1
26782026-08-05T19:30:30.067Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26792026-08-05T19:30:30.259Z Compiling tabled_derive v0.11.0
26802026-08-05T19:30:30.743Z Compiling papergrid v0.17.0
26812026-08-05T19:30:30.764Z Compiling testing_table v0.3.0
26822026-08-05T19:30:31.044Z Compiling downcast-rs v2.0.2
26832026-08-05T19:30:31.181Z Compiling tiny-keccak v2.0.2
26842026-08-05T19:30:31.468Z Compiling term v0.7.0
26852026-08-05T19:30:31.851Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26862026-08-05T19:30:31.932Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26872026-08-05T19:30:31.976Z Compiling tabled v0.20.0
26882026-08-05T19:30:32.044Z Compiling bit-vec v0.6.3
26892026-08-05T19:30:32.248Z Compiling bit-set v0.5.3
26902026-08-05T19:30:32.453Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26912026-08-05T19:30:32.512Z Compiling ascii-canvas v3.0.0
26922026-08-05T19:30:32.535Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26932026-08-05T19:30:32.770Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26942026-08-05T19:30:32.827Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26952026-08-05T19:30:32.996Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26962026-08-05T19:30:33.213Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26972026-08-05T19:30:33.304Z Compiling itertools v0.10.5
26982026-08-05T19:30:33.361Z Compiling ena v0.14.4
26992026-08-05T19:30:33.391Z Compiling libloading v0.8.9
27002026-08-05T19:30:33.613Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27012026-08-05T19:30:33.644Z Compiling diff v0.1.13
27022026-08-05T19:30:33.672Z Compiling unicase v2.9.0
27032026-08-05T19:30:33.812Z Compiling regex-syntax v0.6.29
27042026-08-05T19:30:33.900Z Compiling xshell-macros v0.2.7
27052026-08-05T19:30:33.976Z Compiling bindgen v0.71.1
27062026-08-05T19:30:34.307Z Compiling xshell v0.2.7
27072026-08-05T19:30:34.562Z Compiling diesel v2.3.7
27082026-08-05T19:30:34.863Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27092026-08-05T19:30:35.565Z Compiling lalrpop v0.19.12
27102026-08-05T19:30:35.682Z Compiling cexpr v0.6.0
27112026-08-05T19:30:35.863Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27122026-08-05T19:30:36.083Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27132026-08-05T19:30:36.364Z Compiling crc8 v0.1.1
27142026-08-05T19:30:36.386Z Compiling rustc-hash v2.1.1
27152026-08-05T19:30:36.550Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27162026-08-05T19:30:36.762Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27172026-08-05T19:30:36.918Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27182026-08-05T19:30:37.124Z Compiling headers-core v0.3.0
27192026-08-05T19:30:37.282Z Compiling libxml v0.3.3
27202026-08-05T19:30:37.395Z Compiling headers v0.4.1
27212026-08-05T19:30:37.428Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27222026-08-05T19:30:37.632Z Compiling strum_macros v0.24.3
27232026-08-05T19:30:37.665Z Compiling indoc v1.0.9
27242026-08-05T19:30:37.957Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27252026-08-05T19:30:38.103Z Compiling derive_builder v0.20.2
27262026-08-05T19:30:38.170Z Compiling quick-xml v0.37.5
27272026-08-05T19:30:38.276Z Compiling oso-derive v0.27.3
27282026-08-05T19:30:38.785Z Compiling impl-trait-for-tuples v0.2.3
27292026-08-05T19:30:38.868Z Compiling openssl-probe v0.1.6
27302026-08-05T19:30:39.008Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27312026-08-05T19:30:39.128Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27322026-08-05T19:30:39.170Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27332026-08-05T19:30:39.299Z Compiling bb8 v0.8.6
27342026-08-05T19:30:39.344Z Compiling trait-variant v0.1.2
27352026-08-05T19:30:39.616Z Compiling half v1.8.3
27362026-08-05T19:30:39.710Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27372026-08-05T19:30:39.732Z Compiling progenitor-impl v0.13.0
27382026-08-05T19:30:39.793Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27392026-08-05T19:30:39.899Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27402026-08-05T19:30:40.024Z Compiling serde_cbor v0.11.2
27412026-08-05T19:30:40.090Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27422026-08-05T19:30:40.850Z Compiling progenitor-client v0.13.0
27432026-08-05T19:30:40.895Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27442026-08-05T19:30:40.965Z Compiling nonempty v0.12.0
27452026-08-05T19:30:41.004Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27462026-08-05T19:30:41.200Z Compiling samael v0.0.19
27472026-08-05T19:30:41.233Z Compiling fxhash v0.2.1
27482026-08-05T19:30:41.260Z Compiling libz-sys v1.1.24
27492026-08-05T19:30:41.381Z Compiling salty v0.3.0
27502026-08-05T19:30:41.737Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27512026-08-05T19:30:41.762Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27522026-08-05T19:30:41.783Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27532026-08-05T19:30:41.903Z Compiling progenitor-macro v0.13.0
27542026-08-05T19:30:42.136Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27552026-08-05T19:30:42.269Z Compiling kstat-rs v0.2.4
27562026-08-05T19:30:42.619Z Compiling mime_guess v2.0.5
27572026-08-05T19:30:42.718Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27582026-08-05T19:30:43.017Z Compiling polar-core v0.27.3
27592026-08-05T19:30:43.097Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27602026-08-05T19:30:44.023Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27612026-08-05T19:30:45.964Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27622026-08-05T19:30:45.999Z Compiling progenitor v0.13.0
27632026-08-05T19:30:46.127Z Compiling rfc6979 v0.4.0
27642026-08-05T19:30:46.165Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27652026-08-05T19:30:46.196Z Compiling nanorand v0.7.0
27662026-08-05T19:30:46.345Z Compiling libgit2-sys v0.18.3+1.9.2
27672026-08-05T19:30:46.598Z Compiling parking_lot_core v0.8.6
27682026-08-05T19:30:46.707Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27692026-08-05T19:30:46.912Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27702026-08-05T19:30:47.045Z Compiling flume v0.11.1
27712026-08-05T19:30:47.441Z Compiling ecdsa v0.16.9
27722026-08-05T19:30:47.943Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27732026-08-05T19:30:48.171Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27742026-08-05T19:30:48.253Z Compiling primeorder v0.13.6
27752026-08-05T19:30:48.568Z Compiling git-stub v1.0.0
27762026-08-05T19:30:48.841Z Compiling instability v0.3.11
27772026-08-05T19:30:49.073Z Compiling strsim v0.10.0
27782026-08-05T19:30:49.131Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27792026-08-05T19:30:49.363Z Compiling http-range v0.1.5
27802026-08-05T19:30:49.387Z Compiling darling_core v0.13.4
27812026-08-05T19:30:49.462Z Compiling git-stub-vcs v0.1.0
27822026-08-05T19:30:49.704Z Compiling p384 v0.13.1
27832026-08-05T19:30:49.864Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27842026-08-05T19:30:50.637Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27852026-08-05T19:30:51.028Z Compiling ignore v0.4.25
27862026-08-05T19:30:51.033Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27872026-08-05T19:30:51.324Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27882026-08-05T19:30:52.817Z Compiling oso v0.27.3
27892026-08-05T19:30:54.084Z Compiling async-bb8-diesel v0.2.1
27902026-08-05T19:30:54.531Z Compiling diesel-dtrace v0.5.0
27912026-08-05T19:30:54.858Z Compiling castaway v0.2.4
27922026-08-05T19:30:55.023Z Compiling vergen-git2 v9.1.0
27932026-08-05T19:30:55.262Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27942026-08-05T19:30:55.322Z Compiling indoc v2.0.7
27952026-08-05T19:30:55.374Z Compiling compact_str v0.8.1
27962026-08-05T19:30:55.406Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27972026-08-05T19:30:55.449Z Compiling globwalk v0.9.1
27982026-08-05T19:30:55.560Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27992026-08-05T19:30:55.907Z Compiling darling_macro v0.13.4
28002026-08-05T19:30:56.091Z Compiling parking_lot v0.11.2
28012026-08-05T19:30:56.424Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28022026-08-05T19:30:56.494Z Compiling hyper-staticfile v0.10.1
28032026-08-05T19:30:56.530Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28042026-08-05T19:30:56.997Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28052026-08-05T19:30:57.117Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28062026-08-05T19:30:57.335Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28072026-08-05T19:30:57.625Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28082026-08-05T19:30:57.659Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28092026-08-05T19:30:58.039Z Compiling predicates-tree v1.0.13
28102026-08-05T19:30:58.156Z Compiling unicode-truncate v1.1.0
28112026-08-05T19:30:58.365Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28122026-08-05T19:30:58.452Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28132026-08-05T19:30:58.588Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28142026-08-05T19:30:59.363Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28152026-08-05T19:30:59.457Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28162026-08-05T19:30:59.621Z Compiling lru v0.12.5
28172026-08-05T19:30:59.853Z Compiling digest-io v0.1.0
28182026-08-05T19:31:00.028Z Compiling sha2 v0.11.0
28192026-08-05T19:31:00.694Z Compiling prefix-trie v0.7.0
28202026-08-05T19:31:01.101Z Compiling rand_seeder v0.4.0
28212026-08-05T19:31:01.193Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28222026-08-05T19:31:01.355Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
28232026-08-05T19:31:01.613Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28242026-08-05T19:31:01.642Z Compiling illumos-nvpair-sys v0.2.0
28252026-08-05T19:31:01.688Z Compiling corncobs v0.1.4
28262026-08-05T19:31:01.883Z Compiling cassowary v0.3.0
28272026-08-05T19:31:01.944Z Compiling rawzip v0.4.4
28282026-08-05T19:31:02.498Z Compiling ratatui v0.29.0
28292026-08-05T19:31:03.012Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28302026-08-05T19:31:03.158Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28312026-08-05T19:31:03.454Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28322026-08-05T19:31:03.665Z Compiling hickory-server v0.25.2
28332026-08-05T19:31:03.847Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28342026-08-05T19:31:05.790Z Compiling camino-tempfile-ext v0.3.3
28352026-08-05T19:31:05.917Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28362026-08-05T19:31:07.270Z Compiling darling v0.13.4
28372026-08-05T19:31:07.384Z Compiling sled v0.34.7
28382026-08-05T19:31:07.408Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28392026-08-05T19:31:07.815Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28402026-08-05T19:31:08.378Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28412026-08-05T19:31:08.399Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28422026-08-05T19:31:08.627Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28432026-08-05T19:31:08.699Z Compiling secrecy v0.8.0
28442026-08-05T19:31:08.767Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28452026-08-05T19:31:08.908Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28462026-08-05T19:31:09.066Z Compiling serde_with_macros v1.5.2
28472026-08-05T19:31:10.354Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28482026-08-05T19:31:10.929Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28492026-08-05T19:31:11.081Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28502026-08-05T19:31:11.647Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28512026-08-05T19:31:12.268Z Compiling git2 v0.20.4
28522026-08-05T19:31:13.030Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28532026-08-05T19:31:13.536Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28542026-08-05T19:31:13.700Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28552026-08-05T19:31:13.799Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28562026-08-05T19:31:13.919Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28572026-08-05T19:31:14.023Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28582026-08-05T19:31:14.139Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28592026-08-05T19:31:14.248Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28602026-08-05T19:31:14.269Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28612026-08-05T19:31:14.375Z Compiling arc-swap v1.8.2
28622026-08-05T19:31:14.497Z Compiling void v1.0.2
28632026-08-05T19:31:14.645Z Compiling slog-scope v4.4.1
28642026-08-05T19:31:14.761Z Compiling lzss v0.8.2
28652026-08-05T19:31:14.913Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28662026-08-05T19:31:15.138Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28672026-08-05T19:31:15.162Z Compiling illumos-nvpair v0.3.0
28682026-08-05T19:31:15.296Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28692026-08-05T19:31:15.671Z Compiling serde_with v1.14.0
28702026-08-05T19:31:16.868Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28712026-08-05T19:31:18.033Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28722026-08-05T19:31:18.444Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28732026-08-05T19:31:19.191Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28742026-08-05T19:31:19.867Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28752026-08-05T19:31:20.282Z Compiling tungstenite v0.23.0
28762026-08-05T19:31:20.547Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28772026-08-05T19:31:21.209Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28782026-08-05T19:31:22.034Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28792026-08-05T19:31:22.257Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28802026-08-05T19:31:22.482Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28812026-08-05T19:31:22.524Z Compiling nix v0.27.1
28822026-08-05T19:31:22.545Z Compiling twox-hash v2.1.2
28832026-08-05T19:31:22.733Z Compiling libsw-core v0.3.2
28842026-08-05T19:31:22.953Z Compiling atty v0.2.14
28852026-08-05T19:31:23.053Z Compiling serde_bytes v0.11.19
28862026-08-05T19:31:23.107Z Compiling libsw v3.5.0
28872026-08-05T19:31:23.248Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28882026-08-05T19:31:23.326Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28892026-08-05T19:31:23.406Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28902026-08-05T19:31:23.670Z Compiling tokio-tungstenite v0.23.1
28912026-08-05T19:31:24.045Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28922026-08-05T19:31:24.279Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28932026-08-05T19:31:24.940Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28942026-08-05T19:31:25.167Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28952026-08-05T19:31:26.522Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28962026-08-05T19:31:26.612Z Compiling slog-stdlog v4.1.1
28972026-08-05T19:31:27.002Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28982026-08-05T19:31:27.144Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28992026-08-05T19:31:27.187Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29002026-08-05T19:31:27.275Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29012026-08-05T19:31:27.493Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29022026-08-05T19:31:27.566Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29032026-08-05T19:31:27.597Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29042026-08-05T19:31:28.530Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29052026-08-05T19:31:29.191Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29062026-08-05T19:31:29.214Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29072026-08-05T19:31:32.387Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29082026-08-05T19:31:32.996Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29092026-08-05T19:31:33.338Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29102026-08-05T19:31:34.149Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29112026-08-05T19:31:34.205Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29122026-08-05T19:31:34.274Z Compiling signal-hook-tokio v0.3.1
29132026-08-05T19:31:34.430Z Compiling fatfs v0.3.6
29142026-08-05T19:31:34.474Z Compiling yasna v0.5.2
29152026-08-05T19:31:34.627Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29162026-08-05T19:31:34.985Z Compiling assert_matches v1.5.0
29172026-08-05T19:31:35.104Z Compiling is_ci v1.2.0
29182026-08-05T19:31:35.312Z Compiling seq-macro v0.3.6
29192026-08-05T19:31:35.648Z Compiling supports-color v3.0.2
29202026-08-05T19:31:35.802Z Compiling rcgen v0.12.1
29212026-08-05T19:31:35.939Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29222026-08-05T19:31:36.446Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29232026-08-05T19:31:36.568Z Compiling slog-envlogger v2.2.0
29242026-08-05T19:31:37.518Z Compiling oxide-update-engine-display v0.1.2
29252026-08-05T19:31:37.720Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29262026-08-05T19:31:38.329Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29272026-08-05T19:31:38.450Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29282026-08-05T19:31:38.692Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29292026-08-05T19:31:38.934Z Compiling port-file v0.1.0
29302026-08-05T19:31:39.280Z Compiling subprocess v0.2.15
29312026-08-05T19:31:40.164Z Compiling rtoolbox v0.0.3
29322026-08-05T19:31:40.444Z Compiling rpassword v7.5.4
29332026-08-05T19:31:42.045Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29342026-08-05T19:31:42.071Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29352026-08-05T19:31:42.255Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29362026-08-05T19:31:42.420Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29372026-08-05T19:31:44.722Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29382026-08-05T19:31:44.764Z Compiling tui-tree-widget v0.23.1
29392026-08-05T19:31:45.064Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29402026-08-05T19:31:46.391Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29412026-08-05T19:31:46.708Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29422026-08-05T19:31:47.635Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29432026-08-05T19:31:47.780Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29442026-08-05T19:31:48.070Z Compiling uzers v0.12.2
29452026-08-05T19:31:48.143Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29462026-08-05T19:31:48.930Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29472026-08-05T19:31:49.518Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29482026-08-05T19:31:50.840Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29492026-08-05T19:31:51.763Z Compiling support-bundle-viewer v0.1.2
29502026-08-05T19:31:53.035Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29512026-08-05T19:31:53.623Z Compiling multimap v0.10.1
29522026-08-05T19:32:02.255Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29532026-08-05T19:32:06.553Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29542026-08-05T19:32:07.104Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29552026-08-05T19:32:11.799Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29562026-08-05T19:32:14.181Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29572026-08-05T19:42:33.571Z Finished `release` profile [optimized] target(s) in 12m 28s
29582026-08-05T19:42:33.575Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
29592026-08-05T19:42:33.575Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
29602026-08-05T19:43:26.221Z
29612026-08-05T19:43:26.224Zreal 13:21.808951282
29622026-08-05T19:43:26.224Zuser 1:23:31.643555016
29632026-08-05T19:43:26.225Zsys 3:40.825285692
29642026-08-05T19:43:26.225Ztrap 1.808576278
29652026-08-05T19:43:26.225Ztflt 3.680065810
29662026-08-05T19:43:26.225Zdflt 20.804848099
29672026-08-05T19:43:26.225Zkflt 0.101907695
29682026-08-05T19:43:26.225Zlock 9:39:06.326731094
29692026-08-05T19:43:26.225Zslp 2:26:17.314338055
29702026-08-05T19:43:26.225Zlat 2:22.530448151
29712026-08-05T19:43:26.225Zstop 5:28.754536725
29722026-08-05T19:43:26.225Z+ mapfile -t packages
29732026-08-05T19:43:26.225Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29742026-08-05T19:43:27.196Z Finished `release` profile [optimized] target(s) in 0.96s
29752026-08-05T19:43:27.273Z Running `target/release/omicron-package -t test list-outputs`
29762026-08-05T19:43:27.332ZLogging to: /work/oxidecomputer/omicron/out/LOG
29772026-08-05T19:43:27.336Z+ ptime -m cargo build --locked --release -p xtask
29782026-08-05T19:43:27.823Z Compiling libc v0.2.185
29792026-08-05T19:43:27.824Z Compiling serde_core v1.0.228
29802026-08-05T19:43:27.824Z Compiling serde v1.0.228
29812026-08-05T19:43:27.827Z Compiling rustix v1.1.3
29822026-08-05T19:43:27.827Z Compiling bitflags v2.11.0
29832026-08-05T19:43:27.827Z Compiling serde_json v1.0.151
29842026-08-05T19:43:27.827Z Compiling usdt-impl v0.5.0
29852026-08-05T19:43:27.924Z Compiling syn v2.0.117
29862026-08-05T19:43:27.943Z Compiling syn v1.0.109
29872026-08-05T19:43:28.021Z Compiling log v0.4.29
29882026-08-05T19:43:28.025Z Compiling getrandom v0.4.1
29892026-08-05T19:43:28.044Z Compiling indexmap v2.14.0
29902026-08-05T19:43:28.059Z Compiling fs-err v3.3.0
29912026-08-05T19:43:28.239Z Compiling heck v0.4.1
29922026-08-05T19:43:28.256Z Compiling once_cell v1.21.3
29932026-08-05T19:43:28.270Z Compiling anyhow v1.0.102
29942026-08-05T19:43:28.661Z Compiling thread-id v4.2.2
29952026-08-05T19:43:28.699Z Compiling errno v0.3.14
29962026-08-05T19:43:28.702Z Compiling memmap v0.7.0
29972026-08-05T19:43:29.422Z Compiling proc-macro-error v1.0.4
29982026-08-05T19:43:29.680Z Compiling tabled_derive v0.7.0
29992026-08-05T19:43:29.690Z Compiling terminal_size v0.4.3
30002026-08-05T19:43:29.693Z Compiling tempfile v3.25.0
30012026-08-05T19:43:29.790Z Compiling clap_builder v4.6.0
30022026-08-05T19:43:29.790Z Compiling textwrap v0.16.2
30032026-08-05T19:43:30.016Z Compiling camino v1.2.2
30042026-08-05T19:43:30.016Z Compiling cargo-platform v0.3.2
30052026-08-05T19:43:30.020Z Compiling semver v1.0.28
30062026-08-05T19:43:30.131Z Compiling pest_generator v2.8.6
30072026-08-05T19:43:30.347Z Compiling camino-tempfile v1.4.1
30082026-08-05T19:43:30.393Z Compiling tabled v0.15.0
30092026-08-05T19:43:30.685Z Compiling serde_derive v1.0.228
30102026-08-05T19:43:30.685Z Compiling thiserror-impl v1.0.69
30112026-08-05T19:43:30.688Z Compiling zerocopy-derive v0.7.35
30122026-08-05T19:43:30.689Z Compiling pest_derive v2.8.6
30132026-08-05T19:43:30.689Z Compiling scroll_derive v0.12.1
30142026-08-05T19:43:30.689Z Compiling thiserror-impl v2.0.18
30152026-08-05T19:43:30.689Z Compiling clap_derive v4.6.1
30162026-08-05T19:43:31.361Z Compiling scroll v0.12.0
30172026-08-05T19:43:31.512Z Compiling zerocopy v0.7.35
30182026-08-05T19:43:31.610Z Compiling goblin v0.8.2
30192026-08-05T19:43:31.813Z Compiling thiserror v1.0.69
30202026-08-05T19:43:31.931Z Compiling dtrace-parser v0.2.0
30212026-08-05T19:43:32.111Z Compiling thiserror v2.0.18
30222026-08-05T19:43:32.146Z Compiling clap v4.6.1
30232026-08-05T19:43:33.840Z Compiling toml_datetime v0.6.11
30242026-08-05T19:43:33.924Z Compiling dof v0.3.0
30252026-08-05T19:43:33.952Z Compiling serde_tokenstream v0.2.3
30262026-08-05T19:43:33.964Z Compiling serde_spanned v0.6.9
30272026-08-05T19:43:34.105Z Compiling toml_edit v0.22.27
30282026-08-05T19:43:34.121Z Compiling macaddr v1.0.1
30292026-08-05T19:43:34.136Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30302026-08-05T19:43:34.203Z Compiling cargo_metadata v0.23.1
30312026-08-05T19:43:34.615Z Compiling usdt-attr-macro v0.5.0
30322026-08-05T19:43:34.615Z Compiling usdt-macro v0.5.0
30332026-08-05T19:43:35.275Z Compiling usdt v0.5.0
30342026-08-05T19:43:35.647Z Compiling toml v0.8.23
30352026-08-05T19:43:36.076Z Compiling cargo_toml v0.21.0
30362026-08-05T19:43:40.498Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30372026-08-05T19:43:43.723Z Finished `release` profile [optimized] target(s) in 16.37s
30382026-08-05T19:43:43.831Z
30392026-08-05T19:43:43.835Zreal 16.458466214
30402026-08-05T19:43:43.835Zuser 2:05.619349979
30412026-08-05T19:43:43.835Zsys 13.719640225
30422026-08-05T19:43:43.835Ztrap 0.067549840
30432026-08-05T19:43:43.835Ztflt 0.514926729
30442026-08-05T19:43:43.835Zdflt 1.287687836
30452026-08-05T19:43:43.835Zkflt 0.000051650
30462026-08-05T19:43:43.835Zlock 4:48.347244747
30472026-08-05T19:43:43.835Zslp 2:40.257940031
30482026-08-05T19:43:43.835Zlat 4.009970506
30492026-08-05T19:43:43.835Zstop 17.374862832
30502026-08-05T19:43:43.835Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30512026-08-05T19:43:43.835Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30522026-08-05T19:43:43.835Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30532026-08-05T19:43:43.835Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30542026-08-05T19:43:43.835Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30552026-08-05T19:43:44.772Z Compiling progenitor-client v0.14.0
30562026-08-05T19:43:44.772Z Compiling newtype-uuid-macros v0.1.0
30572026-08-05T19:43:44.772Z Compiling match_cfg v0.1.0
30582026-08-05T19:43:44.772Z Compiling slog-json v2.6.1
30592026-08-05T19:43:44.772Z Compiling sha1 v0.11.0
30602026-08-05T19:43:44.772Z Compiling multer v3.1.0
30612026-08-05T19:43:44.775Z Compiling debug-ignore v1.0.5
30622026-08-05T19:43:44.775Z Compiling compression-core v0.4.31
30632026-08-05T19:43:44.775Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30642026-08-05T19:43:44.955Z Compiling async-stream-impl v0.3.6
30652026-08-05T19:43:44.959Z Compiling toml_datetime v1.1.1+spec-1.1.0
30662026-08-05T19:43:44.959Z Compiling serde_spanned v1.1.1
30672026-08-05T19:43:44.959Z Compiling dropshot v0.17.1
30682026-08-05T19:43:44.959Z Compiling toml_writer v1.1.1+spec-1.1.0
30692026-08-05T19:43:44.959Z Compiling waitgroup v0.1.2
30702026-08-05T19:43:44.959Z Compiling rustls-pemfile v2.2.0
30712026-08-05T19:43:45.127Z Compiling compression-codecs v0.4.37
30722026-08-05T19:43:45.143Z Compiling dropshot_endpoint v0.17.1
30732026-08-05T19:43:45.209Z Compiling hostname v0.4.2
30742026-08-05T19:43:45.227Z Compiling serde_path_to_error v0.1.20
30752026-08-05T19:43:45.243Z Compiling atomicwrites v0.4.4
30762026-08-05T19:43:45.246Z Compiling macaddr v1.0.1
30772026-08-05T19:43:45.295Z Compiling hostname v0.3.1
30782026-08-05T19:43:45.332Z Compiling toml v1.1.2+spec-1.1.0
30792026-08-05T19:43:45.335Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30802026-08-05T19:43:45.335Z Compiling async-compression v0.4.41
30812026-08-05T19:43:45.415Z Compiling instant v0.1.13
30822026-08-05T19:43:45.451Z Compiling slog-bunyan v2.5.0
30832026-08-05T19:43:45.495Z Compiling itertools v0.14.0
30842026-08-05T19:43:45.498Z Compiling regress v0.10.5
30852026-08-05T19:43:45.498Z Compiling parse-display-derive v0.10.0
30862026-08-05T19:43:45.544Z Compiling backon v1.6.0
30872026-08-05T19:43:45.544Z Compiling backoff v0.4.0
30882026-08-05T19:43:45.581Z Compiling humantime v2.3.0
30892026-08-05T19:43:45.621Z Compiling half v2.7.1
30902026-08-05T19:43:45.624Z Compiling crucible-workspace-hack v0.1.0
30912026-08-05T19:43:45.679Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30922026-08-05T19:43:45.707Z Compiling ciborium-io v0.2.2
30932026-08-05T19:43:45.728Z Compiling async-stream v0.3.6
30942026-08-05T19:43:45.777Z Compiling progenitor-extras v0.2.0
30952026-08-05T19:43:45.797Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30962026-08-05T19:43:45.814Z Compiling convert_case v0.4.0
30972026-08-05T19:43:45.830Z Compiling regress v0.11.1
30982026-08-05T19:43:45.865Z Compiling secrecy v0.10.3
30992026-08-05T19:43:45.903Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31002026-08-05T19:43:45.924Z Compiling ciborium-ll v0.2.2
31012026-08-05T19:43:45.949Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31022026-08-05T19:43:45.969Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31032026-08-05T19:43:45.985Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31042026-08-05T19:43:46.006Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31052026-08-05T19:43:46.041Z Compiling inout v0.1.4
31062026-08-05T19:43:46.058Z Compiling thiserror-impl-no-std v2.0.2
31072026-08-05T19:43:46.131Z Compiling ciborium v0.2.2
31082026-08-05T19:43:46.166Z Compiling universal-hash v0.5.1
31092026-08-05T19:43:46.184Z Compiling cipher v0.4.4
31102026-08-05T19:43:46.204Z Compiling derive_more v0.99.20
31112026-08-05T19:43:46.225Z Compiling unsafe-libyaml v0.2.11
31122026-08-05T19:43:46.316Z Compiling opaque-debug v0.3.1
31132026-08-05T19:43:46.334Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31142026-08-05T19:43:46.351Z Compiling blake2 v0.10.6
31152026-08-05T19:43:46.402Z Compiling chacha20 v0.9.1
31162026-08-05T19:43:46.461Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31172026-08-05T19:43:46.660Z Compiling poly1305 v0.8.0
31182026-08-05T19:43:46.684Z Compiling aead v0.5.2
31192026-08-05T19:43:46.702Z Compiling password-hash v0.5.0
31202026-08-05T19:43:46.706Z Compiling toml_datetime v0.7.5+spec-1.1.0
31212026-08-05T19:43:46.737Z Compiling indent_write v2.2.0
31222026-08-05T19:43:46.815Z Compiling serde_yaml v0.9.34+deprecated
31232026-08-05T19:43:46.901Z Compiling toml_edit v0.23.10+spec-1.0.0
31242026-08-05T19:43:46.918Z Compiling itertools v0.15.0
31252026-08-05T19:43:46.934Z Compiling heapless v0.8.0
31262026-08-05T19:43:46.996Z Compiling argon2 v0.5.3
31272026-08-05T19:43:46.997Z Compiling chacha20poly1305 v0.10.1
31282026-08-05T19:43:47.139Z Compiling tabwriter v1.4.1
31292026-08-05T19:43:47.225Z Compiling hash32 v0.3.1
31302026-08-05T19:43:47.297Z Compiling thiserror-no-std v2.0.2
31312026-08-05T19:43:47.316Z Compiling parse-display v0.10.0
31322026-08-05T19:43:47.407Z Compiling vsss-rs v3.3.4
31332026-08-05T19:43:47.424Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31342026-08-05T19:43:47.428Z Compiling num-derive v0.4.2
31352026-08-05T19:43:47.457Z Compiling typify-impl v0.6.2
31362026-08-05T19:43:47.478Z Compiling smoltcp v0.11.0
31372026-08-05T19:43:47.644Z Compiling proc-macro-crate v3.4.0
31382026-08-05T19:43:47.714Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31392026-08-05T19:43:47.977Z Compiling cobs v0.3.0
31402026-08-05T19:43:48.021Z Compiling colored v3.1.1
31412026-08-05T19:43:48.207Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31422026-08-05T19:43:48.233Z Compiling num_enum_derive v0.7.6
31432026-08-05T19:43:48.250Z Compiling postcard v1.1.3
31442026-08-05T19:43:48.345Z Compiling ingot-macros v0.2.0
31452026-08-05T19:43:48.365Z Compiling proc-macro-error v1.0.4
31462026-08-05T19:43:48.413Z Compiling rand v0.10.1
31472026-08-05T19:43:48.429Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31482026-08-05T19:43:48.469Z Compiling proc-macro-crate v1.3.1
31492026-08-05T19:43:48.492Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31502026-08-05T19:43:48.550Z Compiling foreign-types-macros v0.2.3
31512026-08-05T19:43:48.620Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31522026-08-05T19:43:48.711Z Compiling rayon-core v1.13.0
31532026-08-05T19:43:48.728Z Compiling foreign-types-shared v0.3.1
31542026-08-05T19:43:48.897Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31552026-08-05T19:43:48.914Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31562026-08-05T19:43:48.932Z Compiling num_enum_derive v0.5.11
31572026-08-05T19:43:48.968Z Compiling crossbeam-deque v0.8.6
31582026-08-05T19:43:48.988Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31592026-08-05T19:43:49.006Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31602026-08-05T19:43:49.009Z Compiling cstr-argument v0.1.2
31612026-08-05T19:43:49.142Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31622026-08-05T19:43:49.193Z Compiling foreign-types v0.5.0
31632026-08-05T19:43:49.211Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31642026-08-05T19:43:49.276Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31652026-08-05T19:43:49.295Z Compiling cpubits v0.1.1
31662026-08-05T19:43:49.337Z Compiling num_enum v0.7.6
31672026-08-05T19:43:49.393Z Compiling zone_cfg_derive v0.3.1
31682026-08-05T19:43:49.397Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31692026-08-05T19:43:49.454Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31702026-08-05T19:43:49.488Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31712026-08-05T19:43:49.505Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31722026-08-05T19:43:49.522Z Compiling itertools v0.12.1
31732026-08-05T19:43:49.557Z Compiling sigpipe v0.1.3
31742026-08-05T19:43:49.575Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31752026-08-05T19:43:49.620Z Compiling rayon v1.11.0
31762026-08-05T19:43:49.671Z Compiling glob v0.3.3
31772026-08-05T19:43:49.690Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31782026-08-05T19:43:49.714Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31792026-08-05T19:43:49.817Z Compiling smf v0.2.3
31802026-08-05T19:43:49.906Z Compiling whoami v1.6.1
31812026-08-05T19:43:49.960Z Compiling usdt-attr-macro v0.5.0
31822026-08-05T19:43:50.040Z Compiling usdt-macro v0.5.0
31832026-08-05T19:43:50.059Z Compiling num_enum v0.5.11
31842026-08-05T19:43:50.093Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31852026-08-05T19:43:50.111Z Compiling gethostname v0.5.0
31862026-08-05T19:43:50.130Z Compiling num-rational v0.4.2
31872026-08-05T19:43:50.173Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31882026-08-05T19:43:50.206Z Compiling pem-rfc7468 v1.0.0
31892026-08-05T19:43:50.223Z Compiling num-complex v0.4.6
31902026-08-05T19:43:50.255Z Compiling derive-where v1.6.0
31912026-08-05T19:43:50.357Z Compiling memmap v0.7.0
31922026-08-05T19:43:50.530Z Compiling float-ord v0.3.2
31932026-08-05T19:43:50.572Z Compiling num v0.4.3
31942026-08-05T19:43:50.640Z Compiling toml v0.8.23
31952026-08-05T19:43:50.673Z Compiling zone v0.3.1
31962026-08-05T19:43:50.690Z Compiling hmac v0.13.0
31972026-08-05T19:43:50.736Z Compiling universal-hash v0.6.1
31982026-08-05T19:43:50.793Z Compiling resolv-conf v0.7.6
31992026-08-05T19:43:50.811Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32002026-08-05T19:43:50.858Z Compiling cancel-safe-futures v0.1.5
32012026-08-05T19:43:50.880Z Compiling usdt v0.5.0
32022026-08-05T19:43:50.898Z Compiling polyval v0.7.1
32032026-08-05T19:43:50.913Z Compiling der v0.8.0
32042026-08-05T19:43:50.973Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32052026-08-05T19:43:51.137Z Compiling prettyplease v0.2.37
32062026-08-05T19:43:51.176Z Compiling ghash v0.6.0
32072026-08-05T19:43:51.194Z Compiling pbkdf2 v0.13.0
32082026-08-05T19:43:51.213Z Compiling aes v0.9.1
32092026-08-05T19:43:51.273Z Compiling ingot-types v0.2.0
32102026-08-05T19:43:51.292Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32112026-08-05T19:43:51.339Z Compiling crypto-bigint v0.7.5
32122026-08-05T19:43:51.356Z Compiling console v0.15.11
32132026-08-05T19:43:51.399Z Compiling hickory-proto v0.24.4
32142026-08-05T19:43:51.424Z Compiling newline-converter v0.3.0
32152026-08-05T19:43:51.441Z Compiling ctr v0.10.1
32162026-08-05T19:43:51.483Z Compiling aead v0.6.1
32172026-08-05T19:43:51.568Z Compiling sha2 v0.11.0
32182026-08-05T19:43:51.618Z Compiling oxide-update-engine-types v0.1.2
32192026-08-05T19:43:51.673Z Compiling ingot v0.2.1
32202026-08-05T19:43:51.676Z Compiling libefi-sys v0.1.0
32212026-08-05T19:43:51.716Z Compiling linked-hash-map v0.5.6
32222026-08-05T19:43:51.896Z Compiling linear-map v1.2.0
32232026-08-05T19:43:51.932Z Compiling lru-cache v0.1.2
32242026-08-05T19:43:51.953Z Compiling spki v0.8.0
32252026-08-05T19:43:51.972Z Compiling expectorate v1.2.0
32262026-08-05T19:43:52.026Z Compiling typify-macro v0.6.2
32272026-08-05T19:43:52.094Z Compiling aes-gcm v0.11.0
32282026-08-05T19:43:52.164Z Compiling salsa20 v0.11.0
32292026-08-05T19:43:52.224Z Compiling bitfield-struct v0.6.2
32302026-08-05T19:43:52.269Z Compiling nom v8.0.0
32312026-08-05T19:43:52.327Z Compiling semver v0.1.20
32322026-08-05T19:43:52.359Z Compiling scrypt v0.12.0
32332026-08-05T19:43:52.634Z Compiling rustc_version v0.1.7
32342026-08-05T19:43:52.655Z Compiling tokio-dtrace v0.1.1
32352026-08-05T19:43:52.685Z Compiling cbc v0.2.1
32362026-08-05T19:43:52.766Z Compiling oxide-update-engine v0.1.2
32372026-08-05T19:43:52.877Z Compiling slog-dtrace v0.3.0
32382026-08-05T19:43:52.904Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32392026-08-05T19:43:52.929Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32402026-08-05T19:43:52.946Z Compiling minimal-lexical v0.2.1
32412026-08-05T19:43:52.964Z Compiling newtype_derive v0.1.6
32422026-08-05T19:43:53.006Z Compiling oxide-tokio-rt v0.1.4
32432026-08-05T19:43:53.168Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32442026-08-05T19:43:53.189Z Compiling nom v7.1.3
32452026-08-05T19:43:53.237Z Compiling pkcs5 v0.8.1
32462026-08-05T19:43:53.254Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32472026-08-05T19:43:53.300Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32482026-08-05T19:43:53.339Z Compiling phf_shared v0.12.1
32492026-08-05T19:43:53.357Z Compiling dropshot-api-manager-types v0.7.2
32502026-08-05T19:43:53.390Z Compiling csv-core v0.1.13
32512026-08-05T19:43:53.415Z Compiling unicode-xid v0.2.6
32522026-08-05T19:43:53.496Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32532026-08-05T19:43:53.549Z Compiling chrono-tz v0.10.4
32542026-08-05T19:43:53.570Z Compiling highway v1.3.0
32552026-08-05T19:43:53.588Z Compiling xshell-macros v0.2.7
32562026-08-05T19:43:53.687Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32572026-08-05T19:43:53.713Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32582026-08-05T19:43:53.732Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32592026-08-05T19:43:53.764Z Compiling hickory-resolver v0.24.4
32602026-08-05T19:43:53.793Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32612026-08-05T19:43:53.894Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32622026-08-05T19:43:53.928Z Compiling typify v0.6.2
32632026-08-05T19:43:53.949Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32642026-08-05T19:43:53.976Z Compiling csv v1.4.0
32652026-08-05T19:43:54.020Z Compiling xshell v0.2.7
32662026-08-05T19:43:54.078Z Compiling progenitor-impl v0.14.0
32672026-08-05T19:43:54.565Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32682026-08-05T19:43:54.583Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32692026-08-05T19:43:54.623Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32702026-08-05T19:43:54.658Z Compiling pkcs8 v0.11.0
32712026-08-05T19:43:54.676Z Compiling const_format_proc_macros v0.2.34
32722026-08-05T19:43:54.724Z Compiling phf v0.12.1
32732026-08-05T19:43:54.826Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32742026-08-05T19:43:54.900Z Compiling qorb v0.4.1
32752026-08-05T19:43:55.074Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32762026-08-05T19:43:55.161Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32772026-08-05T19:43:55.276Z Compiling ff v0.14.0
32782026-08-05T19:43:55.328Z Compiling owo-colors v4.3.0
32792026-08-05T19:43:55.542Z Compiling const_format v0.2.35
32802026-08-05T19:43:55.560Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32812026-08-05T19:43:55.686Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32822026-08-05T19:43:55.779Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32832026-08-05T19:43:55.797Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32842026-08-05T19:43:55.885Z Compiling tabled_derive v0.7.0
32852026-08-05T19:43:56.046Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32862026-08-05T19:43:56.067Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32872026-08-05T19:43:56.084Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32882026-08-05T19:43:56.228Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32892026-08-05T19:43:56.409Z Compiling bcs v0.1.6
32902026-08-05T19:43:56.587Z Compiling salty v0.3.0
32912026-08-05T19:43:56.697Z Compiling tagptr v0.2.0
32922026-08-05T19:43:56.772Z Compiling termtree v0.5.1
32932026-08-05T19:43:56.792Z Compiling progenitor-macro v0.14.0
32942026-08-05T19:43:56.882Z Compiling moka v0.12.13
32952026-08-05T19:43:56.905Z Compiling textwrap v0.16.2
32962026-08-05T19:43:56.932Z Compiling tabled v0.15.0
32972026-08-05T19:43:56.954Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32982026-08-05T19:43:57.010Z Compiling steno v0.4.1
32992026-08-05T19:43:57.061Z Compiling group v0.14.0
33002026-08-05T19:43:57.187Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33012026-08-05T19:43:57.240Z Compiling sha1 v0.10.6
33022026-08-05T19:43:57.281Z Compiling signature v3.0.0
33032026-08-05T19:43:57.356Z Compiling base16ct v1.0.0
33042026-08-05T19:43:57.496Z Compiling hkdf v0.13.0
33052026-08-05T19:43:57.513Z Compiling sec1 v0.8.1
33062026-08-05T19:43:57.576Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33072026-08-05T19:43:57.607Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33082026-08-05T19:43:57.698Z Compiling hickory-resolver v0.25.2
33092026-08-05T19:43:57.766Z Compiling rfc6979 v0.4.0
33102026-08-05T19:43:57.783Z Compiling elliptic-curve v0.14.1
33112026-08-05T19:43:57.855Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33122026-08-05T19:43:57.879Z Compiling primeorder v0.13.6
33132026-08-05T19:43:57.912Z Compiling ecdsa v0.16.9
33142026-08-05T19:43:57.932Z Compiling proc-macro-error-attr2 v2.0.0
33152026-08-05T19:43:58.168Z Compiling parking_lot_core v0.8.6
33162026-08-05T19:43:58.217Z Compiling utf-8 v0.7.6
33172026-08-05T19:43:58.379Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33182026-08-05T19:43:58.416Z Compiling proc-macro-error2 v2.0.1
33192026-08-05T19:43:58.419Z Compiling tungstenite v0.21.0
33202026-08-05T19:43:58.460Z Compiling p384 v0.13.1
33212026-08-05T19:43:58.516Z Compiling wnaf v0.14.0
33222026-08-05T19:43:58.638Z Compiling primefield v0.14.0
33232026-08-05T19:43:58.740Z Compiling rfc6979 v0.6.0
33242026-08-05T19:43:58.781Z Compiling git-stub v1.0.0
33252026-08-05T19:43:58.905Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33262026-08-05T19:43:58.924Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33272026-08-05T19:43:59.056Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33282026-08-05T19:43:59.073Z Compiling tokio-tungstenite v0.21.0
33292026-08-05T19:43:59.160Z Compiling git-stub-vcs v0.1.0
33302026-08-05T19:43:59.303Z Compiling ecdsa v0.17.0
33312026-08-05T19:43:59.306Z Compiling primeorder v0.14.0
33322026-08-05T19:43:59.409Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33332026-08-05T19:43:59.437Z Compiling tabled_derive v0.11.0
33342026-08-05T19:43:59.455Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33352026-08-05T19:43:59.636Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33362026-08-05T19:43:59.659Z Compiling progenitor-impl v0.13.0
33372026-08-05T19:43:59.687Z Compiling papergrid v0.17.0
33382026-08-05T19:43:59.744Z Compiling libscf-sys v1.2.0
33392026-08-05T19:43:59.785Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33402026-08-05T19:43:59.808Z Compiling testing_table v0.3.0
33412026-08-05T19:43:59.840Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33422026-08-05T19:43:59.920Z Compiling curve25519-dalek v5.0.0
33432026-08-05T19:43:59.938Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33442026-08-05T19:43:59.985Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33452026-08-05T19:44:00.009Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33462026-08-05T19:44:00.106Z Compiling illumos-nvpair-sys v0.2.0
33472026-08-05T19:44:00.181Z Compiling unicase v2.9.0
33482026-08-05T19:44:00.211Z Compiling corncobs v0.1.4
33492026-08-05T19:44:00.323Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33502026-08-05T19:44:00.360Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33512026-08-05T19:44:00.382Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33522026-08-05T19:44:00.416Z Compiling parking_lot v0.11.2
33532026-08-05T19:44:00.435Z Compiling mime_guess v2.0.5
33542026-08-05T19:44:00.465Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33552026-08-05T19:44:00.672Z Compiling tabled v0.20.0
33562026-08-05T19:44:00.719Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33572026-08-05T19:44:00.796Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33582026-08-05T19:44:00.834Z Compiling ssh-encoding v0.3.0
33592026-08-05T19:44:00.874Z Compiling progenitor-client v0.13.0
33602026-08-05T19:44:00.983Z Compiling prefix-trie v0.7.0
33612026-08-05T19:44:01.015Z Compiling fxhash v0.2.1
33622026-08-05T19:44:01.041Z Compiling secrecy v0.8.0
33632026-08-05T19:44:01.177Z Compiling keccak v0.2.0
33642026-08-05T19:44:01.195Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33652026-08-05T19:44:01.234Z Compiling sled v0.34.7
33662026-08-05T19:44:01.362Z Compiling hickory-server v0.25.2
33672026-08-05T19:44:01.404Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33682026-08-05T19:44:01.460Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33692026-08-05T19:44:01.490Z Compiling ed25519 v3.0.0
33702026-08-05T19:44:01.617Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33712026-08-05T19:44:02.026Z Compiling progenitor v0.14.0
33722026-08-05T19:44:02.103Z Compiling crypto-primes v0.7.2
33732026-08-05T19:44:02.122Z Compiling pkcs1 v0.8.0-rc.4
33742026-08-05T19:44:02.260Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33752026-08-05T19:44:02.288Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33762026-08-05T19:44:02.318Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33772026-08-05T19:44:02.361Z Compiling progenitor-macro v0.13.0
33782026-08-05T19:44:02.503Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33792026-08-05T19:44:02.681Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33802026-08-05T19:44:02.710Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33812026-08-05T19:44:02.846Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33822026-08-05T19:44:03.158Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33832026-08-05T19:44:03.182Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33842026-08-05T19:44:03.243Z Compiling poly1305 v0.9.0
33852026-08-05T19:44:03.346Z Compiling blowfish v0.10.0
33862026-08-05T19:44:03.407Z Compiling blake2 v0.11.0-rc.6
33872026-08-05T19:44:03.563Z Compiling crc8 v0.1.1
33882026-08-05T19:44:03.631Z Compiling half v1.8.3
33892026-08-05T19:44:03.709Z Compiling http-range v0.1.5
33902026-08-05T19:44:03.742Z Compiling argon2 v0.6.0-rc.8
33912026-08-05T19:44:03.793Z Compiling ssh-cipher v0.3.0
33922026-08-05T19:44:03.936Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33932026-08-05T19:44:04.036Z Compiling serde_cbor v0.11.2
33942026-08-05T19:44:04.054Z Compiling bcrypt-pbkdf v0.11.0
33952026-08-05T19:44:04.396Z Compiling rsa v0.10.0-rc.18
33962026-08-05T19:44:04.655Z Compiling ed25519-dalek v3.0.0
33972026-08-05T19:44:04.866Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33982026-08-05T19:44:04.906Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33992026-08-05T19:44:05.097Z Compiling illumos-nvpair v0.3.0
34002026-08-05T19:44:05.207Z Compiling sha3 v0.11.0
34012026-08-05T19:44:05.227Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34022026-08-05T19:44:05.351Z Compiling p521 v0.14.0
34032026-08-05T19:44:05.384Z Compiling p384 v0.14.0
34042026-08-05T19:44:05.447Z Compiling p256 v0.14.0
34052026-08-05T19:44:05.669Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34062026-08-05T19:44:05.839Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34072026-08-05T19:44:05.861Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34082026-08-05T19:44:05.977Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34092026-08-05T19:44:06.358Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34102026-08-05T19:44:06.420Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34112026-08-05T19:44:06.596Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34122026-08-05T19:44:06.614Z Compiling yasna v0.5.2
34132026-08-05T19:44:06.643Z Compiling kstat-rs v0.2.4
34142026-08-05T19:44:06.939Z Compiling headers-core v0.3.0
34152026-08-05T19:44:06.972Z Compiling kem v0.3.0
34162026-08-05T19:44:07.045Z Compiling module-lattice v0.2.3
34172026-08-05T19:44:07.107Z Compiling nanorand v0.7.0
34182026-08-05T19:44:07.158Z Compiling sponge-cursor v0.1.0
34192026-08-05T19:44:07.218Z Compiling rcgen v0.12.1
34202026-08-05T19:44:07.305Z Compiling sha3 v0.12.0
34212026-08-05T19:44:07.323Z Compiling ml-kem v0.3.2
34222026-08-05T19:44:07.339Z Compiling flume v0.11.1
34232026-08-05T19:44:07.339Z Compiling headers v0.4.1
34242026-08-05T19:44:07.420Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34252026-08-05T19:44:07.497Z Compiling progenitor v0.13.0
34262026-08-05T19:44:07.673Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34272026-08-05T19:44:07.691Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34282026-08-05T19:44:07.695Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34292026-08-05T19:44:07.752Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34302026-08-05T19:44:07.883Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34312026-08-05T19:44:08.124Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34322026-08-05T19:44:08.151Z Compiling hyper-staticfile v0.10.1
34332026-08-05T19:44:08.194Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34342026-08-05T19:44:08.226Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34352026-08-05T19:44:08.300Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34362026-08-05T19:44:08.373Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34372026-08-05T19:44:08.498Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34382026-08-05T19:44:08.541Z Compiling ssh-key v0.7.0-rc.11
34392026-08-05T19:44:08.585Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34402026-08-05T19:44:08.603Z Compiling russh-cryptovec v0.62.0
34412026-08-05T19:44:08.672Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34422026-08-05T19:44:08.695Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34432026-08-05T19:44:08.714Z Compiling internal-russh-num-bigint v0.5.0
34442026-08-05T19:44:08.786Z Compiling port-file v0.1.0
34452026-08-05T19:44:08.804Z Compiling num-bigint v0.4.6
34462026-08-05T19:44:08.854Z Compiling generic-array v1.4.3
34472026-08-05T19:44:08.891Z Compiling russh-util v0.52.0
34482026-08-05T19:44:08.934Z Compiling enum_dispatch v0.3.13
34492026-08-05T19:44:09.057Z Compiling delegate v0.13.5
34502026-08-05T19:44:09.076Z Compiling subprocess v0.2.15
34512026-08-05T19:44:09.117Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34522026-08-05T19:44:09.178Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34532026-08-05T19:44:09.353Z Compiling md5 v0.8.0
34542026-08-05T19:44:09.481Z Compiling hex-literal v1.1.0
34552026-08-05T19:44:09.568Z Compiling display-error-chain v0.2.2
34562026-08-05T19:44:09.572Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34572026-08-05T19:44:09.644Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34582026-08-05T19:44:09.661Z Compiling colored v2.2.0
34592026-08-05T19:44:09.739Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34602026-08-05T19:44:09.844Z Compiling socket2 v0.5.10
34612026-08-05T19:44:09.941Z Compiling internet-checksum v0.2.1
34622026-08-05T19:44:10.056Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34632026-08-05T19:44:10.108Z Compiling russh v0.62.4
34642026-08-05T19:44:11.088Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34652026-08-05T19:44:11.088Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34662026-08-05T19:44:13.731Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34672026-08-05T19:44:14.385Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34682026-08-05T19:44:14.451Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34692026-08-05T19:44:14.976Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34702026-08-05T19:44:16.539Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34712026-08-05T19:44:25.109Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34722026-08-05T19:44:25.109Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34732026-08-05T19:44:25.112Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34742026-08-05T19:44:25.112Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34752026-08-05T19:44:26.934Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34762026-08-05T19:44:26.949Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34772026-08-05T19:44:30.927Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34782026-08-05T19:45:12.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
34792026-08-05T19:45:12.637Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
34802026-08-05T19:45:12.637Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34812026-08-05T19:45:12.862Z
34822026-08-05T19:45:12.862Zreal 1:28.963079561
34832026-08-05T19:45:12.862Zuser 8:10.328886802
34842026-08-05T19:45:12.862Zsys 1:39.730391351
34852026-08-05T19:45:12.862Ztrap 0.240300549
34862026-08-05T19:45:12.862Ztflt 0.374935032
34872026-08-05T19:45:12.866Zdflt 2.072418926
34882026-08-05T19:45:12.866Zkflt 0.000348390
34892026-08-05T19:45:12.866Zlock 30:28.996060928
34902026-08-05T19:45:12.866Zslp 18:30.343924569
34912026-08-05T19:45:12.866Zlat 38.905520316
34922026-08-05T19:45:12.866Zstop 3:04.189770452
34932026-08-05T19:45:12.866Z+ mkdir tests
34942026-08-05T19:45:12.870Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34952026-08-05T19:45:12.870Z+ xargs -I '{}' -t cp '{}' tests/
34962026-08-05T19:45:12.890Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-fbfd2341e4ca5687 tests/
34972026-08-05T19:45:12.915Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-8e4f52378ac34800 tests/
34982026-08-05T19:45:12.937Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-a8bce67a4c235e80 tests/
34992026-08-05T19:45:12.960Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-d5d5af0907f317cc tests/
35002026-08-05T19:45:13.298Z+ 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)
35012026-08-05T19:45:13.302Z+ 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-8e4f52378ac34800 tests/commtest-a8bce67a4c235e80 tests/dhcp_server-fbfd2341e4ca5687 tests/end_to_end_tests-d5d5af0907f317cc 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
35022026-08-05T19:46:43.392ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35032026-08-05T19:46:43.392Za .github/buildomat/ci-env.sh 1K
35042026-08-05T19:46:43.392Za out/target/test 1K
35052026-08-05T19:46:43.392Za out/npuzone/npuzone 27402K
35062026-08-05T19:46:43.392Za package-manifest.toml 35K
35072026-08-05T19:46:43.393Za smf/sled-agent/non-gimlet/config.toml 6K
35082026-08-05T19:46:43.393Za target/release/omicron-package 49120K
35092026-08-05T19:46:43.393Za target/release/xtask 11722K
35102026-08-05T19:46:43.393Za target/debug/bootstrap 434604K
35112026-08-05T19:46:43.393Za tests/bootstrap-8e4f52378ac34800 34516K
35122026-08-05T19:46:43.393Za tests/commtest-a8bce67a4c235e80 34517K
35132026-08-05T19:46:43.393Za tests/dhcp_server-fbfd2341e4ca5687 34516K
35142026-08-05T19:46:43.393Za tests/end_to_end_tests-d5d5af0907f317cc 497490K
35152026-08-05T19:46:43.393Za tools/opte_version 1K
35162026-08-05T19:46:43.393Za tools/opte_version_override 2K
35172026-08-05T19:46:43.393Za out/clickhouse.tar.gz 329639K
35182026-08-05T19:46:43.393Za out/clickhouse_keeper.tar.gz 313638K
35192026-08-05T19:46:43.393Za out/clickhouse_server.tar.gz 329636K
35202026-08-05T19:46:43.394Za out/cockroachdb.tar.gz 169986K
35212026-08-05T19:46:43.394Za out/crucible-pantry-zone.tar.gz 41789K
35222026-08-05T19:46:43.394Za out/crucible-utils.tar 18900K
35232026-08-05T19:46:43.394Za out/crucible-zone.tar.gz 56601K
35242026-08-05T19:46:43.394Za out/external-dns.tar.gz 54778K
35252026-08-05T19:46:43.394Za out/internal-dns.tar.gz 54777K
35262026-08-05T19:46:43.394Za out/mg-ddm-gz.tar 100917K
35272026-08-05T19:46:43.394Za out/nexus.tar.gz 359396K
35282026-08-05T19:46:43.394Za out/ntp.tar.gz 35142K
35292026-08-05T19:46:43.394Za out/omicron-gateway-softnpu.tar.gz 29645K
35302026-08-05T19:46:43.394Za out/omicron-sled-agent.tar 239951K
35312026-08-05T19:46:43.394Za out/overlay.tar.gz 4K
35322026-08-05T19:46:43.394Za out/oximeter.tar.gz 72198K
35332026-08-05T19:46:43.394Za out/oxlog.tar 4066K
35342026-08-05T19:46:43.394Za out/probe.tar.gz 3037K
35352026-08-05T19:46:43.394Za out/propolis-server.tar.gz 34642K
35362026-08-05T19:46:43.394Za out/pumpkind-gz.tar 26647K
35372026-08-05T19:46:43.394Za out/switch-softnpu.tar.gz 503249K
35382026-08-05T19:46:43.399Z
35392026-08-05T19:46:43.399Zreal 1:30.085365001
35402026-08-05T19:46:43.399Zuser 1:27.057096352
35412026-08-05T19:46:43.399Zsys 5.043036267
35422026-08-05T19:46:43.399Ztrap 0.006909992
35432026-08-05T19:46:43.399Ztflt 0.000000000
35442026-08-05T19:46:43.399Zdflt 0.000000000
35452026-08-05T19:46:43.399Zkflt 0.000000000
35462026-08-05T19:46:43.399Zlock 0.000000000
35472026-08-05T19:46:43.399Zslp 1:26.936513207
35482026-08-05T19:46:43.399Zlat 1.122851381
35492026-08-05T19:46:43.399Zstop 0.000120610
35502026-08-05T19:46:43.399Zprocess exited: duration 1224764 ms, exit code 0
 
35512026-08-05T19:46:43.425Zfound 1 output files
35522026-08-05T19:46:43.425Zuploading: /work/package.tar.gz (2779440005 bytes)
35532026-08-05T19:47:18.523Zuploaded: /work/package.tar.gz