01KY6AB71QDZDMXXSPGRH0MZ02: 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: 01KY6ABRTQCMM5V71VPW1CXMHC

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-23T01:46:03.132Zjob assigned to worker 01KY6AC21R0NG489R7R39GANY8 [factory aws, i-09257c243b6ae39b9] (queued for 53 s)
 
22026-07-23T01:46:10.552Zstarting task 0: "setup"
32026-07-23T01:46:10.559Z++ uname -s
42026-07-23T01:46:10.562Z+ kern=SunOS
52026-07-23T01:46:10.562Z+ build_user=build
62026-07-23T01:46:10.562Z+ build_uid=12345
72026-07-23T01:46:10.562Z+ work_dir=/work
82026-07-23T01:46:10.562Z+ input_dir=/input
92026-07-23T01:46:10.562Z+ [[ 0 == 12345 ]]
102026-07-23T01:46:10.562Z+ case "$kern" in
112026-07-23T01:46:10.562Z+ groupadd -g 12345 build
122026-07-23T01:46:10.565Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-23T01:46:12.575Z+ zfs create -o mountpoint=/work rpool/work
142026-07-23T01:46:12.655Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-23T01:46:12.659Z+ home_fs=zfs
162026-07-23T01:46:12.659Z+ [[ zfs == autofs ]]
172026-07-23T01:46:12.659Z+ mkdir -p /home/build
182026-07-23T01:46:12.689Z+ chown build:build /home/build /work
192026-07-23T01:46:14.661Z+ chmod 0700 /home/build /work
202026-07-23T01:46:14.665Zprocess exited: duration 4111 ms, exit code 0
 
212026-07-23T01:46:14.670Zstarting task 1: "rust-toolchain"
222026-07-23T01:46:14.676Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-23T01:46:14.676Z * rust toolchain channel = "1.96.1"
242026-07-23T01:46:14.676Z * rust toolchain profile = "default"
252026-07-23T01:46:14.676Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-23T01:46:14.676Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-23T01:46:14.676Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-23T01:46:14.680Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-23T01:46:14.680Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-23T01:46:14.786Zinfo: downloading installer
312026-07-23T01:46:16.266Zwarn: It looks like you have an existing rustup settings file at:
322026-07-23T01:46:16.266Zwarn: /home/build/.rustup/settings.toml
332026-07-23T01:46:16.266Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-23T01:46:16.266Zwarn: instead of the one inferred from the default host triple.
352026-07-23T01:46:16.278Zinfo: profile set to default
362026-07-23T01:46:16.278Zinfo: default host triple is x86_64-unknown-illumos
372026-07-23T01:46:16.281Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-23T01:46:16.440Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-23T01:46:16.444Zinfo: downloading 6 components
402026-07-23T01:46:31.818Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-23T01:46:31.818Z
422026-07-23T01:46:31.848Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-23T01:46:31.848Z
442026-07-23T01:46:31.848Z
452026-07-23T01:46:31.848ZRust is installed now. Great!
462026-07-23T01:46:31.848Z
472026-07-23T01:46:31.849ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-23T01:46:31.849Zenvironment variable. This has not been done automatically.
492026-07-23T01:46:31.849Z
502026-07-23T01:46:31.849ZTo configure your current shell, you need to source
512026-07-23T01:46:31.849Zthe corresponding env file under $HOME/.cargo.
522026-07-23T01:46:31.849Z
532026-07-23T01:46:31.849ZThis is usually done by running one of the following (note the leading DOT):
542026-07-23T01:46:31.856Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-23T01:46:31.856Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-23T01:46:31.856Zsource "~/.cargo/env.nu" # For nushell
572026-07-23T01:46:31.856Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-23T01:46:31.856Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-23T01:46:31.856Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-23T01:46:31.856Zwarn: no default linker (`cc`) was found in your PATH
612026-07-23T01:46:31.856Zwarn: many Rust crates require a system C toolchain to build
622026-07-23T01:46:31.952Z+ rustup --version
632026-07-23T01:46:31.973Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-23T01:46:31.980Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-23T01:46:31.986Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-23T01:46:31.987Z+ cargo --version
672026-07-23T01:46:32.001Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-23T01:46:32.008Z+ rustc --version
692026-07-23T01:46:32.019Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-23T01:46:32.027Zprocess exited: duration 17346 ms, exit code 0
 
712026-07-23T01:46:32.040Zstarting task 2: "authentication"
722026-07-23T01:46:32.058Zprocess exited: duration 19 ms, exit code 0
 
732026-07-23T01:46:32.069Zstarting task 3: "clone repository"
742026-07-23T01:46:32.074Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-23T01:46:32.078Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-23T01:46:32.124ZCloning into '/work/oxidecomputer/omicron'...
772026-07-23T01:46:41.569Z+ cd /work/oxidecomputer/omicron
782026-07-23T01:46:41.570Z+ git fetch origin ab3eab8d624e3a9338f3c8ff874bccbaa8ea89f6
792026-07-23T01:46:41.827ZFrom https://github.com/oxidecomputer/omicron
802026-07-23T01:46:41.827Z * branch ab3eab8d624e3a9338f3c8ff874bccbaa8ea89f6 -> FETCH_HEAD
812026-07-23T01:46:41.839Z+ [[ -n users_and_groups_endpoints ]]
822026-07-23T01:46:41.843Z++ git branch --show-current
832026-07-23T01:46:41.843Z+ current=main
842026-07-23T01:46:41.843Z+ [[ main != users_and_groups_endpoints ]]
852026-07-23T01:46:41.843Z+ git branch -f users_and_groups_endpoints ab3eab8d624e3a9338f3c8ff874bccbaa8ea89f6
862026-07-23T01:46:41.846Z+ git checkout -f users_and_groups_endpoints
872026-07-23T01:46:42.062ZSwitched to branch 'users_and_groups_endpoints'
882026-07-23T01:46:42.073Z+ git reset --hard ab3eab8d624e3a9338f3c8ff874bccbaa8ea89f6
892026-07-23T01:46:42.270ZHEAD is now at ab3eab8d6 test updates
902026-07-23T01:46:42.274Zprocess exited: duration 10200 ms, exit code 0
 
912026-07-23T01:46:42.281Zstarting task 4: "build"
922026-07-23T01:46:42.289Z+ source .github/buildomat/ci-env.sh
932026-07-23T01:46:42.289Z++ export CARGO_TERM_COLOR=always
942026-07-23T01:46:42.289Z++ CARGO_TERM_COLOR=always
952026-07-23T01:46:42.289Z+++ uname -s
962026-07-23T01:46:42.289Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-23T01:46:42.289Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-23T01:46:42.293Z+ cargo --version
992026-07-23T01:46:42.302Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-23T01:46:42.306Z+ rustc --version
1012026-07-23T01:46:42.324Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-23T01:46:42.330Z+ WORK=/work
1032026-07-23T01:46:42.330Z+ pfexec mkdir -p /work
1042026-07-23T01:46:42.334Z+ pfexec chown build /work
1052026-07-23T01:46:42.334Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-07-23T01:46:44.058Z Startup: Refreshing catalog 'helios' ... Done
1072026-07-23T01:46:44.277Z Startup: Caching catalogs ... Done
1082026-07-23T01:46:45.380ZPlanning: Solver setup ... Done (1.012s)
1092026-07-23T01:46:45.459ZPlanning: Running solver ... Done (0.042s)
1102026-07-23T01:46:45.477ZPlanning: Finding local manifests ... Done (0.003s)
1112026-07-23T01:46:45.477ZPlanning: Fetching manifests: 0/2 0% complete
1122026-07-23T01:46:45.477ZPlanning: Fetching manifests: 2/2 100% complete
1132026-07-23T01:46:45.491ZPlanning: Package planning ... Done (0.014s)
1142026-07-23T01:46:45.491ZPlanning: Merging actions ... Done (0.001s)
1152026-07-23T01:46:45.710ZPlanning: Checking for conflicting actions ... Done (0.210s)
1162026-07-23T01:46:45.715ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-07-23T01:46:46.537ZPlanning: Evaluating mediators ... Done (0.847s)
1182026-07-23T01:46:46.543ZPlanning: Planning completed in 2.23 seconds
1192026-07-23T01:46:46.548Z Packages to install: 2
1202026-07-23T01:46:46.548Z Estimated space available: 156.05 GB
1212026-07-23T01:46:46.548ZEstimated space to be consumed: 52.23 MB
1222026-07-23T01:46:46.548Z Create boot environment: No
1232026-07-23T01:46:46.548ZCreate backup boot environment: No
1242026-07-23T01:46:46.548Z Rebuild boot archive: No
1252026-07-23T01:46:46.548Z
1262026-07-23T01:46:46.548ZChanged packages:
1272026-07-23T01:46:46.548Zhelios
1282026-07-23T01:46:46.548Z developer/build-essential
1292026-07-23T01:46:46.548Z None -> 11-3.0
1302026-07-23T01:46:46.548Z library/libxmlsec1
1312026-07-23T01:46:46.548Z None -> 1.2.35-3.0
1322026-07-23T01:46:46.576Z
1332026-07-23T01:46:46.576ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-07-23T01:46:46.643ZDownload: Completed 1.28 MB in 0.07 seconds (18.3M/s)
1352026-07-23T01:46:46.733Z Actions: 1/268 actions (Installing new actions)
1362026-07-23T01:46:46.772Z Actions: Completed 268 actions in 0.04 seconds.
1372026-07-23T01:46:46.794ZFinalize: Updating package state database ... Done (0.023s)
1382026-07-23T01:46:46.794ZFinalize: Updating package cache ... Done (0.000s)
1392026-07-23T01:46:46.851ZFinalize: Updating image state ... Done (0.056s)
1402026-07-23T01:46:49.445ZFinalize: Creating fast lookup database ... Done (2.558s)
1412026-07-23T01:46:49.539ZFinalize: Reading search index ... Done (0.011s)
1422026-07-23T01:46:49.627ZFinalize: Updating search index ... Done (0.000s)
1432026-07-23T01:46:49.662ZFinalize: Updating package cache ... Done (0.000s)
1442026-07-23T01:46:49.972ZPlanning: Evaluating mediator changes ... Done
1452026-07-23T01:46:50.075ZPlanning: Checking for conflicting actions ... Done
1462026-07-23T01:46:50.081ZPlanning: Consolidating action changes ... Done
1472026-07-23T01:46:50.235ZPlanning: Evaluating mediators ... Done
1482026-07-23T01:46:50.248ZPlanning: Planning completed in 0.26 seconds
1492026-07-23T01:46:50.255Z Mediators to change: 2
1502026-07-23T01:46:50.255Z Create boot environment: No
1512026-07-23T01:46:50.255ZCreate backup boot environment: No
1522026-07-23T01:46:50.624ZFinalize: Updating package state database ... Done
1532026-07-23T01:46:50.624ZFinalize: Updating package cache ... Done
1542026-07-23T01:46:50.688ZFinalize: Updating image state ... Done
1552026-07-23T01:46:52.295ZFinalize: Creating fast lookup database ... Done
1562026-07-23T01:46:52.361ZFinalize: Reading search index ... Done
1572026-07-23T01:46:52.379ZFinalize: Updating search index ... Done
1582026-07-23T01:46:52.443ZFinalize: Updating package cache ... Done
1592026-07-23T01:46:52.728ZPlanning: Evaluating mediator changes ... Done
1602026-07-23T01:46:52.832ZPlanning: Checking for conflicting actions ... Done
1612026-07-23T01:46:52.841ZPlanning: Consolidating action changes ... Done
1622026-07-23T01:46:52.993ZPlanning: Evaluating mediators ... Done
1632026-07-23T01:46:52.997ZPlanning: Planning completed in 0.26 seconds
1642026-07-23T01:46:53.011Z Mediators to change: 1
1652026-07-23T01:46:53.011Z Create boot environment: No
1662026-07-23T01:46:53.011ZCreate backup boot environment: No
1672026-07-23T01:46:53.072ZFinalize: Updating package state database ... Done
1682026-07-23T01:46:53.072ZFinalize: Updating package cache ... Done
1692026-07-23T01:46:53.118ZFinalize: Updating image state ... Done
1702026-07-23T01:46:55.028ZFinalize: Creating fast lookup database ... Done
1712026-07-23T01:46:55.201ZFinalize: Reading search index ... Done
1722026-07-23T01:46:55.207ZFinalize: Updating search index ... Done
1732026-07-23T01:46:55.208ZFinalize: Updating package cache ... Done
1742026-07-23T01:46:55.481ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-07-23T01:46:55.481Zapache system 2.4 system
1762026-07-23T01:46:55.481Zclang system 15 system
1772026-07-23T01:46:55.481Zcsh system system illumos
1782026-07-23T01:46:55.481Zctags system system illumos
1792026-07-23T01:46:55.482Zfile vendor vendor darwinsys
1802026-07-23T01:46:55.482Zfile system system illumos
1812026-07-23T01:46:55.482Zgcc vendor 14 vendor
1822026-07-23T01:46:55.482Zgcc system 13 system
1832026-07-23T01:46:55.482Zgcc system 10 system
1842026-07-23T01:46:55.482Zgo system 1.25 system
1852026-07-23T01:46:55.482Zllvm system 15 system
1862026-07-23T01:46:55.482Zmariadb system 11.4 system
1872026-07-23T01:46:55.482Zmta vendor vendor dma
1882026-07-23T01:46:55.482Zopenjdk system 17 system
1892026-07-23T01:46:55.482Zopenjdk system 11 system
1902026-07-23T01:46:55.482Zopenssl vendor 3 vendor
1912026-07-23T01:46:55.482Zperl system 5.40 system
1922026-07-23T01:46:55.482Zpostgresql system 18 system
1932026-07-23T01:46:55.482Zpostgresql system 17 system
1942026-07-23T01:46:55.482Zpython vendor 3 vendor
1952026-07-23T01:46:55.482Zpython system 2 system
1962026-07-23T01:46:55.482Zpython3 vendor 3.13 vendor
1972026-07-23T01:46:55.482Zruby system 3.4 system
1982026-07-23T01:46:55.482Zruby system 3.0 system
1992026-07-23T01:46:55.482Zwords vendor vendor american-english
2002026-07-23T01:46:55.482Zwords system system australian-english
2012026-07-23T01:46:55.483Zwords system system british-english
2022026-07-23T01:46:55.483Zwords system system canadian-english
2032026-07-23T01:46:55.483Zwords system system french
2042026-07-23T01:46:55.483Zwords system system italian
2052026-07-23T01:46:55.483Zwords system system ngerman
2062026-07-23T01:46:55.483Zwords system system ogerman
2072026-07-23T01:46:55.483Zwords system system spanish
2082026-07-23T01:46:55.731ZPUBLISHER TYPE STATUS P LOCATION
2092026-07-23T01:46:55.731Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-07-23T01:46:59.867ZFMRI IFO
2112026-07-23T01:46:59.867Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-07-23T01:46:59.867Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-07-23T01:46:59.867Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-07-23T01:46:59.868Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-07-23T01:46:59.868Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-07-23T01:46:59.868Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-07-23T01:46:59.868Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-07-23T01:46:59.869Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-07-23T01:46:59.869Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-07-23T01:46:59.922Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-07-23T01:46:59.922Z Updating crates.io index
2222026-07-23T01:46:59.922Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-07-23T01:46:59.922Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-07-23T01:46:59.922Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-07-23T01:46:59.922Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-07-23T01:46:59.922Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-07-23T01:47:00.095Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-07-23T01:47:00.833Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-07-23T01:47:01.158Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-07-23T01:47:01.441Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-07-23T01:47:02.516Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-07-23T01:47:02.754Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-07-23T01:47:03.047Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2342026-07-23T01:47:03.323Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-07-23T01:47:03.726Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2362026-07-23T01:47:04.479Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2372026-07-23T01:47:04.728Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-07-23T01:47:04.938Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-07-23T01:47:05.188Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-07-23T01:47:05.460Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2412026-07-23T01:47:05.679Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2422026-07-23T01:47:05.905Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2432026-07-23T01:47:06.143Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2442026-07-23T01:47:06.483Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2452026-07-23T01:47:06.767Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-07-23T01:47:06.993Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-07-23T01:47:07.368Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-07-23T01:47:07.599Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-07-23T01:47:07.968Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2502026-07-23T01:47:08.257Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-07-23T01:47:08.469Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2522026-07-23T01:47:08.717Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532026-07-23T01:47:09.024Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2542026-07-23T01:47:09.424Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552026-07-23T01:47:09.647Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2562026-07-23T01:47:09.897Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-07-23T01:47:10.134Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-07-23T01:47:10.398Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-07-23T01:47:10.642Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602026-07-23T01:47:10.883Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2612026-07-23T01:47:11.139Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2622026-07-23T01:47:11.374Z Updating git repository `https://github.com/illumos/smf-rs`
2632026-07-23T01:47:14.675Z Downloading crates ...
2642026-07-23T01:47:14.737Z Downloaded cargo-platform v0.3.2
2652026-07-23T01:47:14.742Z Downloaded cfg-if v1.0.4
2662026-07-23T01:47:14.752Z Downloaded plain v0.2.3
2672026-07-23T01:47:14.752Z Downloaded serde_core v1.0.228
2682026-07-23T01:47:14.757Z Downloaded zmij v1.0.21
2692026-07-23T01:47:14.757Z Downloaded usdt-impl v0.5.0
2702026-07-23T01:47:14.757Z Downloaded ucd-trie v0.1.7
2712026-07-23T01:47:14.757Z Downloaded anstream v1.0.0
2722026-07-23T01:47:14.761Z Downloaded cargo_metadata v0.23.1
2732026-07-23T01:47:14.761Z Downloaded macaddr v1.0.1
2742026-07-23T01:47:14.762Z Downloaded bytecount v0.6.9
2752026-07-23T01:47:14.762Z Downloaded pest_derive v2.8.6
2762026-07-23T01:47:14.767Z Downloaded zerocopy v0.7.35
2772026-07-23T01:47:14.772Z Downloaded colorchoice v1.0.4
2782026-07-23T01:47:14.776Z Downloaded zerocopy-derive v0.7.35
2792026-07-23T01:47:14.776Z Downloaded pest_generator v2.8.6
2802026-07-23T01:47:14.780Z Downloaded fnv v1.0.7
2812026-07-23T01:47:14.780Z Downloaded clap_builder v4.6.0
2822026-07-23T01:47:14.780Z Downloaded memmap v0.7.0
2832026-07-23T01:47:14.789Z Downloaded digest v0.10.7
2842026-07-23T01:47:14.789Z Downloaded is_terminal_polyfill v1.70.2
2852026-07-23T01:47:14.789Z Downloaded heck v0.4.1
2862026-07-23T01:47:14.797Z Downloaded block-buffer v0.10.4
2872026-07-23T01:47:14.797Z Downloaded equivalent v1.0.2
2882026-07-23T01:47:14.797Z Downloaded version_check v0.9.5
2892026-07-23T01:47:14.807Z Downloaded crypto-common v0.1.7
2902026-07-23T01:47:14.814Z Downloaded itoa v1.0.17
2912026-07-23T01:47:14.814Z Downloaded anstyle v1.0.14
2922026-07-23T01:47:14.814Z Downloaded clap_derive v4.6.1
2932026-07-23T01:47:14.814Z Downloaded proc-macro-error-attr v1.0.4
2942026-07-23T01:47:14.817Z Downloaded dtrace-parser v0.2.0
2952026-07-23T01:47:14.817Z Downloaded pretty-hex v0.4.1
2962026-07-23T01:47:14.817Z Downloaded usdt-macro v0.5.0
2972026-07-23T01:47:14.817Z Downloaded errno v0.3.14
2982026-07-23T01:47:14.817Z Downloaded toml_write v0.1.2
2992026-07-23T01:47:14.822Z Downloaded autocfg v1.5.0
3002026-07-23T01:47:14.822Z Downloaded camino-tempfile v1.4.1
3012026-07-23T01:47:14.822Z Downloaded anstyle-parse v1.0.0
3022026-07-23T01:47:14.828Z Downloaded utf8parse v0.2.2
3032026-07-23T01:47:14.834Z Downloaded dof v0.3.0
3042026-07-23T01:47:14.834Z Downloaded swrite v0.1.0
3052026-07-23T01:47:14.838Z Downloaded cpufeatures v0.2.17
3062026-07-23T01:47:14.839Z Downloaded usdt-attr-macro v0.5.0
3072026-07-23T01:47:14.848Z Downloaded heck v0.5.0
3082026-07-23T01:47:14.848Z Downloaded generic-array v0.14.7
3092026-07-23T01:47:14.849Z Downloaded anstyle-query v1.1.5
3102026-07-23T01:47:14.849Z Downloaded scroll_derive v0.12.1
3112026-07-23T01:47:14.859Z Downloaded cargo_toml v0.21.0
3122026-07-23T01:47:14.880Z Downloaded clap_lex v1.0.0
3132026-07-23T01:47:14.880Z Downloaded terminal_size v0.4.3
3142026-07-23T01:47:14.886Z Downloaded thread-id v4.2.2
3152026-07-23T01:47:14.886Z Downloaded fastrand v2.3.0
3162026-07-23T01:47:14.886Z Downloaded thiserror-impl v1.0.69
3172026-07-23T01:47:14.886Z Downloaded smawk v0.3.2
3182026-07-23T01:47:14.886Z Downloaded unicode-linebreak v0.1.5
3192026-07-23T01:47:14.886Z Downloaded tabled_derive v0.7.0
3202026-07-23T01:47:14.886Z Downloaded usdt v0.5.0
3212026-07-23T01:47:14.886Z Downloaded strsim v0.11.1
3222026-07-23T01:47:14.886Z Downloaded thiserror v2.0.18
3232026-07-23T01:47:14.893Z Downloaded serde_spanned v0.6.9
3242026-07-23T01:47:14.897Z Downloaded serde_tokenstream v0.2.3
3252026-07-23T01:47:14.898Z Downloaded thiserror v1.0.69
3262026-07-23T01:47:14.898Z Downloaded thiserror-impl v2.0.18
3272026-07-23T01:47:14.898Z Downloaded fs-err v3.3.0
3282026-07-23T01:47:14.907Z Downloaded bitflags v2.11.0
3292026-07-23T01:47:14.907Z Downloaded byteorder v1.5.0
3302026-07-23T01:47:14.907Z Downloaded getrandom v0.4.1
3312026-07-23T01:47:14.912Z Downloaded toml_datetime v0.6.11
3322026-07-23T01:47:14.912Z Downloaded sha2 v0.10.9
3332026-07-23T01:47:14.912Z Downloaded proc-macro-error v1.0.4
3342026-07-23T01:47:14.913Z Downloaded scroll v0.12.0
3352026-07-23T01:47:14.918Z Downloaded log v0.4.29
3362026-07-23T01:47:14.923Z Downloaded semver v1.0.28
3372026-07-23T01:47:14.926Z Downloaded camino v1.2.2
3382026-07-23T01:47:14.926Z Downloaded quote v1.0.45
3392026-07-23T01:47:14.936Z Downloaded toml v0.8.23
3402026-07-23T01:47:14.936Z Downloaded papergrid v0.11.0
3412026-07-23T01:47:14.939Z Downloaded textwrap v0.16.2
3422026-07-23T01:47:14.939Z Downloaded anyhow v1.0.102
3432026-07-23T01:47:14.940Z Downloaded once_cell v1.21.3
3442026-07-23T01:47:14.940Z Downloaded tempfile v3.25.0
3452026-07-23T01:47:14.947Z Downloaded serde_derive v1.0.228
3462026-07-23T01:47:14.955Z Downloaded proc-macro2 v1.0.106
3472026-07-23T01:47:14.955Z Downloaded pest_meta v2.8.6
3482026-07-23T01:47:14.959Z Downloaded unicode-ident v1.0.24
3492026-07-23T01:47:14.964Z Downloaded memchr v2.8.0
3502026-07-23T01:47:14.972Z Downloaded clap v4.6.1
3512026-07-23T01:47:14.977Z Downloaded hashbrown v0.17.0
3522026-07-23T01:47:14.977Z Downloaded toml_edit v0.22.27
3532026-07-23T01:47:14.989Z Downloaded indexmap v2.14.0
3542026-07-23T01:47:14.999Z Downloaded typenum v1.20.1
3552026-07-23T01:47:15.007Z Downloaded serde v1.0.228
3562026-07-23T01:47:15.013Z Downloaded pest v2.8.6
3572026-07-23T01:47:15.033Z Downloaded serde_json v1.0.150
3582026-07-23T01:47:15.042Z Downloaded goblin v0.8.2
3592026-07-23T01:47:15.050Z Downloaded tabled v0.15.0
3602026-07-23T01:47:15.060Z Downloaded winnow v0.7.14
3612026-07-23T01:47:15.084Z Downloaded syn v1.0.109
3622026-07-23T01:47:15.093Z Downloaded unicode-width v0.2.0
3632026-07-23T01:47:15.093Z Downloaded unicode-width v0.1.14
3642026-07-23T01:47:15.101Z Downloaded syn v2.0.117
3652026-07-23T01:47:15.109Z Downloaded rustix v1.1.3
3662026-07-23T01:47:15.132Z Downloaded libc v0.2.185
3672026-07-23T01:47:15.196Z Compiling proc-macro2 v1.0.106
3682026-07-23T01:47:15.196Z Compiling quote v1.0.45
3692026-07-23T01:47:15.209Z Compiling unicode-ident v1.0.24
3702026-07-23T01:47:15.209Z Compiling serde_core v1.0.228
3712026-07-23T01:47:15.209Z Compiling libc v0.2.185
3722026-07-23T01:47:15.210Z Compiling version_check v0.9.5
3732026-07-23T01:47:15.210Z Compiling memchr v2.8.0
3742026-07-23T01:47:15.210Z Compiling serde v1.0.228
3752026-07-23T01:47:15.210Z Compiling zmij v1.0.21
3762026-07-23T01:47:15.210Z Compiling ucd-trie v0.1.7
3772026-07-23T01:47:15.210Z Compiling thiserror v1.0.69
3782026-07-23T01:47:15.210Z Compiling itoa v1.0.17
3792026-07-23T01:47:15.379Z Compiling rustix v1.1.3
3802026-07-23T01:47:15.385Z Compiling byteorder v1.5.0
3812026-07-23T01:47:15.576Z Compiling bitflags v2.11.0
3822026-07-23T01:47:15.821Z Compiling serde_json v1.0.150
3832026-07-23T01:47:15.883Z Compiling pest v2.8.6
3842026-07-23T01:47:15.922Z Compiling proc-macro-error-attr v1.0.4
3852026-07-23T01:47:15.944Z Compiling usdt-impl v0.5.0
3862026-07-23T01:47:15.966Z Compiling camino v1.2.2
3872026-07-23T01:47:15.973Z Compiling syn v1.0.109
3882026-07-23T01:47:15.990Z Compiling proc-macro-error v1.0.4
3892026-07-23T01:47:16.181Z Compiling getrandom v0.4.1
3902026-07-23T01:47:16.190Z Compiling equivalent v1.0.2
3912026-07-23T01:47:16.227Z Compiling plain v0.2.3
3922026-07-23T01:47:16.296Z Compiling hashbrown v0.17.0
3932026-07-23T01:47:16.303Z Compiling utf8parse v0.2.2
3942026-07-23T01:47:16.345Z Compiling log v0.4.29
3952026-07-23T01:47:16.350Z Compiling pretty-hex v0.4.1
3962026-07-23T01:47:16.416Z Compiling is_terminal_polyfill v1.70.2
3972026-07-23T01:47:16.435Z Compiling anstyle-parse v1.0.0
3982026-07-23T01:47:16.468Z Compiling errno v0.3.14
3992026-07-23T01:47:16.468Z Compiling thread-id v4.2.2
4002026-07-23T01:47:16.538Z Compiling colorchoice v1.0.4
4012026-07-23T01:47:16.570Z Compiling cfg-if v1.0.4
4022026-07-23T01:47:16.570Z Compiling winnow v0.7.14
4032026-07-23T01:47:16.592Z Compiling anstyle-query v1.1.5
4042026-07-23T01:47:16.611Z Compiling thiserror v2.0.18
4052026-07-23T01:47:16.611Z Compiling autocfg v1.5.0
4062026-07-23T01:47:16.611Z Compiling anstyle v1.0.14
4072026-07-23T01:47:16.679Z Compiling toml_write v0.1.2
4082026-07-23T01:47:16.738Z Compiling unicode-width v0.1.14
4092026-07-23T01:47:16.752Z Compiling anyhow v1.0.102
4102026-07-23T01:47:16.834Z Compiling syn v2.0.117
4112026-07-23T01:47:16.876Z Compiling indexmap v2.14.0
4122026-07-23T01:47:16.899Z Compiling anstream v1.0.0
4132026-07-23T01:47:16.919Z Compiling bytecount v0.6.9
4142026-07-23T01:47:16.940Z Compiling pest_meta v2.8.6
4152026-07-23T01:47:17.038Z Compiling fastrand v2.3.0
4162026-07-23T01:47:17.062Z Compiling fs-err v3.3.0
4172026-07-23T01:47:17.079Z Compiling strsim v0.11.1
4182026-07-23T01:47:17.129Z Compiling clap_lex v1.0.0
4192026-07-23T01:47:17.172Z Compiling fnv v1.0.7
4202026-07-23T01:47:17.206Z Compiling once_cell v1.21.3
4212026-07-23T01:47:17.229Z Compiling heck v0.5.0
4222026-07-23T01:47:17.293Z Compiling heck v0.4.1
4232026-07-23T01:47:17.404Z Compiling papergrid v0.11.0
4242026-07-23T01:47:17.459Z Compiling memmap v0.7.0
4252026-07-23T01:47:17.480Z Compiling smawk v0.3.2
4262026-07-23T01:47:17.498Z Compiling unicode-linebreak v0.1.5
4272026-07-23T01:47:17.516Z Compiling unicode-width v0.2.0
4282026-07-23T01:47:17.555Z Compiling terminal_size v0.4.3
4292026-07-23T01:47:17.581Z Compiling tempfile v3.25.0
4302026-07-23T01:47:17.641Z Compiling swrite v0.1.0
4312026-07-23T01:47:17.712Z Compiling clap_builder v4.6.0
4322026-07-23T01:47:17.753Z Compiling cargo-platform v0.3.2
4332026-07-23T01:47:17.769Z Compiling semver v1.0.28
4342026-07-23T01:47:17.838Z Compiling textwrap v0.16.2
4352026-07-23T01:47:17.950Z Compiling camino-tempfile v1.4.1
4362026-07-23T01:47:18.363Z Compiling tabled_derive v0.7.0
4372026-07-23T01:47:19.045Z Compiling pest_generator v2.8.6
4382026-07-23T01:47:19.078Z Compiling tabled v0.15.0
4392026-07-23T01:47:19.531Z Compiling serde_derive v1.0.228
4402026-07-23T01:47:19.531Z Compiling thiserror-impl v1.0.69
4412026-07-23T01:47:19.531Z Compiling zerocopy-derive v0.7.35
4422026-07-23T01:47:19.537Z Compiling scroll_derive v0.12.1
4432026-07-23T01:47:19.537Z Compiling thiserror-impl v2.0.18
4442026-07-23T01:47:19.537Z Compiling clap_derive v4.6.1
4452026-07-23T01:47:19.629Z Compiling pest_derive v2.8.6
4462026-07-23T01:47:20.185Z Compiling scroll v0.12.0
4472026-07-23T01:47:20.268Z Compiling zerocopy v0.7.35
4482026-07-23T01:47:20.401Z Compiling goblin v0.8.2
4492026-07-23T01:47:20.579Z Compiling dtrace-parser v0.2.0
4502026-07-23T01:47:20.912Z Compiling clap v4.6.1
4512026-07-23T01:47:22.002Z Compiling toml_datetime v0.6.11
4522026-07-23T01:47:22.002Z Compiling serde_spanned v0.6.9
4532026-07-23T01:47:22.009Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4542026-07-23T01:47:22.009Z Compiling macaddr v1.0.1
4552026-07-23T01:47:22.009Z Compiling cargo_metadata v0.23.1
4562026-07-23T01:47:22.009Z Compiling dof v0.3.0
4572026-07-23T01:47:22.009Z Compiling serde_tokenstream v0.2.3
4582026-07-23T01:47:22.218Z Compiling toml_edit v0.22.27
4592026-07-23T01:47:22.691Z Compiling usdt-attr-macro v0.5.0
4602026-07-23T01:47:22.691Z Compiling usdt-macro v0.5.0
4612026-07-23T01:47:23.299Z Compiling usdt v0.5.0
4622026-07-23T01:47:23.457Z Compiling toml v0.8.23
4632026-07-23T01:47:23.783Z Compiling cargo_toml v0.21.0
4642026-07-23T01:47:25.038Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4652026-07-23T01:47:27.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.81s
4662026-07-23T01:47:27.283Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4672026-07-23T01:47:27.776Z Downloading crates ...
4682026-07-23T01:47:27.879Z Downloaded ascii-canvas v3.0.0
4692026-07-23T01:47:27.891Z Downloaded adler2 v2.0.1
4702026-07-23T01:47:27.891Z Downloaded defmt v0.3.100
4712026-07-23T01:47:27.891Z Downloaded darling_macro v0.23.0
4722026-07-23T01:47:27.912Z Downloaded convert_case v0.4.0
4732026-07-23T01:47:27.912Z Downloaded bit-vec v0.8.0
4742026-07-23T01:47:27.912Z Downloaded crypto-common v0.2.2
4752026-07-23T01:47:27.912Z Downloaded crossbeam-epoch v0.9.18
4762026-07-23T01:47:27.912Z Downloaded critical-section v1.2.0
4772026-07-23T01:47:27.912Z Downloaded ctutils v0.4.2
4782026-07-23T01:47:27.912Z Downloaded either v1.15.0
4792026-07-23T01:47:27.912Z Downloaded dof v0.4.0
4802026-07-23T01:47:27.965Z Downloaded curve25519-dalek-derive v0.1.1
4812026-07-23T01:47:27.965Z Downloaded constant_time_eq v0.4.2
4822026-07-23T01:47:27.965Z Downloaded crunchy v0.2.4
4832026-07-23T01:47:27.965Z Downloaded anstream v0.6.21
4842026-07-23T01:47:27.965Z Downloaded cipher v0.4.4
4852026-07-23T01:47:27.965Z Downloaded ciborium v0.2.2
4862026-07-23T01:47:27.965Z Downloaded console v0.15.11
4872026-07-23T01:47:27.965Z Downloaded cstr-argument v0.1.2
4882026-07-23T01:47:27.965Z Downloaded crc-catalog v2.4.0
4892026-07-23T01:47:27.965Z Downloaded atomic-waker v1.1.2
4902026-07-23T01:47:27.965Z Downloaded bzip2 v0.6.1
4912026-07-23T01:47:27.965Z Downloaded cancel-safe-futures v0.1.5
4922026-07-23T01:47:27.965Z Downloaded darling_macro v0.13.4
4932026-07-23T01:47:27.965Z Downloaded arc-swap v1.8.2
4942026-07-23T01:47:27.965Z Downloaded base64 v0.21.7
4952026-07-23T01:47:27.965Z Downloaded crucible-workspace-hack v0.1.0
4962026-07-23T01:47:27.965Z Downloaded crc32fast v1.5.0
4972026-07-23T01:47:27.966Z Downloaded chacha20poly1305 v0.10.1
4982026-07-23T01:47:27.966Z Downloaded darling v0.13.4
4992026-07-23T01:47:27.966Z Downloaded darling v0.23.0
5002026-07-23T01:47:27.966Z Downloaded arrayvec v0.7.6
5012026-07-23T01:47:27.966Z Downloaded crossbeam-deque v0.8.6
5022026-07-23T01:47:27.966Z Downloaded derive-where v1.6.0
5032026-07-23T01:47:27.966Z Downloaded bb8 v0.8.6
5042026-07-23T01:47:27.966Z Downloaded arrayref v0.3.9
5052026-07-23T01:47:27.966Z Downloaded darling_macro v0.21.3
5062026-07-23T01:47:27.966Z Downloaded atty v0.2.14
5072026-07-23T01:47:27.966Z Downloaded async-stream v0.3.6
5082026-07-23T01:47:27.966Z Downloaded downcast-rs v2.0.2
5092026-07-23T01:47:27.966Z Downloaded bitfield-struct v0.6.2
5102026-07-23T01:47:27.966Z Downloaded bitfield-macros v0.19.4
5112026-07-23T01:47:27.966Z Downloaded diesel_table_macro_syntax v0.3.0
5122026-07-23T01:47:27.966Z Downloaded darling_macro v0.20.11
5132026-07-23T01:47:27.966Z Downloaded crc8 v0.1.1
5142026-07-23T01:47:27.966Z Downloaded debug-ignore v1.0.5
5152026-07-23T01:47:27.966Z Downloaded data-encoding v2.10.0
5162026-07-23T01:47:27.967Z Downloaded atomicwrites v0.4.4
5172026-07-23T01:47:27.967Z Downloaded aead v0.6.1
5182026-07-23T01:47:27.967Z Downloaded cookie v0.18.1
5192026-07-23T01:47:27.998Z Downloaded cpufeatures v0.3.0
5202026-07-23T01:47:27.999Z Downloaded dsl_auto_type v0.2.0
5212026-07-23T01:47:27.999Z Downloaded bit-set v0.5.3
5222026-07-23T01:47:27.999Z Downloaded crc v3.4.0
5232026-07-23T01:47:27.999Z Downloaded aead v0.5.2
5242026-07-23T01:47:27.999Z Downloaded assert_matches v1.5.0
5252026-07-23T01:47:27.999Z Downloaded document-features v0.2.12
5262026-07-23T01:47:27.999Z Downloaded cpubits v0.1.1
5272026-07-23T01:47:27.999Z Downloaded cobs v0.3.0
5282026-07-23T01:47:27.999Z Downloaded async-recursion v1.1.1
5292026-07-23T01:47:27.999Z Downloaded dirs-next v2.0.0
5302026-07-23T01:47:27.999Z Downloaded bit-vec v0.6.3
5312026-07-23T01:47:27.999Z Downloaded deranged v0.5.8
5322026-07-23T01:47:28.038Z Downloaded convert_case v0.10.0
5332026-07-23T01:47:28.038Z Downloaded base16ct v0.2.0
5342026-07-23T01:47:28.039Z Downloaded digest-io v0.1.0
5352026-07-23T01:47:28.039Z Downloaded difflib v0.4.0
5362026-07-23T01:47:28.039Z Downloaded dunce v1.0.5
5372026-07-23T01:47:28.039Z Downloaded dirs-sys-next v0.1.2
5382026-07-23T01:47:28.039Z Downloaded bcrypt-pbkdf v0.11.0
5392026-07-23T01:47:28.039Z Downloaded embedded-io v0.4.0
5402026-07-23T01:47:28.039Z Downloaded async-stream-impl v0.3.6
5412026-07-23T01:47:28.039Z Downloaded cfg_aliases v0.2.1
5422026-07-23T01:47:28.039Z Downloaded bit-set v0.8.0
5432026-07-23T01:47:28.039Z Downloaded dtrace-parser v0.3.0
5442026-07-23T01:47:28.039Z Downloaded block-padding v0.4.2
5452026-07-23T01:47:28.039Z Downloaded display-error-chain v0.2.2
5462026-07-23T01:47:28.039Z Downloaded compression-core v0.4.31
5472026-07-23T01:47:28.039Z Downloaded env_logger v0.11.9
5482026-07-23T01:47:28.039Z Downloaded crossbeam-utils v0.8.21
5492026-07-23T01:47:28.040Z Downloaded ed25519 v2.2.3
5502026-07-23T01:47:28.040Z Downloaded ctr v0.10.1
5512026-07-23T01:47:28.040Z Downloaded ciborium-ll v0.2.2
5522026-07-23T01:47:28.040Z Downloaded env_filter v1.0.0
5532026-07-23T01:47:28.040Z Downloaded enum-as-inner v0.6.1
5542026-07-23T01:47:28.040Z Downloaded dropshot-api-manager-types v0.7.2
5552026-07-23T01:47:28.040Z Downloaded endian-type v0.1.2
5562026-07-23T01:47:28.040Z Downloaded cfg_aliases v0.1.1
5572026-07-23T01:47:28.040Z Downloaded derive_builder_macro v0.20.2
5582026-07-23T01:47:28.040Z Downloaded bitfield v0.19.4
5592026-07-23T01:47:28.040Z Downloaded block-buffer v0.12.1
5602026-07-23T01:47:28.040Z Downloaded backoff v0.4.0
5612026-07-23T01:47:28.040Z Downloaded float-cmp v0.10.0
5622026-07-23T01:47:28.040Z Downloaded array-init v0.0.4
5632026-07-23T01:47:28.062Z Downloaded fd-lock v4.0.4
5642026-07-23T01:47:28.062Z Downloaded daft v0.1.7
5652026-07-23T01:47:28.062Z Downloaded fixedbitset v0.4.2
5662026-07-23T01:47:28.062Z Downloaded defmt-parser v1.0.0
5672026-07-23T01:47:28.062Z Downloaded flagset v0.4.7
5682026-07-23T01:47:28.062Z Downloaded form_urlencoded v1.2.2
5692026-07-23T01:47:28.062Z Downloaded float-ord v0.3.2
5702026-07-23T01:47:28.062Z Downloaded foreign-types v0.5.0
5712026-07-23T01:47:28.062Z Downloaded foreign-types v0.3.2
5722026-07-23T01:47:28.062Z Downloaded anstyle-parse v0.2.7
5732026-07-23T01:47:28.062Z Downloaded foreign-types-shared v0.3.1
5742026-07-23T01:47:28.062Z Downloaded foreign-types-shared v0.1.1
5752026-07-23T01:47:28.062Z Downloaded bcs v0.1.6
5762026-07-23T01:47:28.062Z Downloaded futures-task v0.3.32
5772026-07-23T01:47:28.063Z Downloaded futures-macro v0.3.32
5782026-07-23T01:47:28.063Z Downloaded bitflags v1.3.2
5792026-07-23T01:47:28.063Z Downloaded ecdsa v0.16.9
5802026-07-23T01:47:28.063Z Downloaded async-trait v0.1.89
5812026-07-23T01:47:28.091Z Downloaded corncobs v0.1.4
5822026-07-23T01:47:28.091Z Downloaded cbc v0.2.1
5832026-07-23T01:47:28.091Z Downloaded cmov v0.5.4
5842026-07-23T01:47:28.091Z Downloaded daft-derive v0.1.7
5852026-07-23T01:47:28.091Z Downloaded dyn-clone v1.0.20
5862026-07-23T01:47:28.091Z Downloaded const_format_proc_macros v0.2.34
5872026-07-23T01:47:28.091Z Downloaded base64ct v1.8.3
5882026-07-23T01:47:28.091Z Downloaded defmt v1.0.1
5892026-07-23T01:47:28.091Z Downloaded fxhash v0.2.1
5902026-07-23T01:47:28.092Z Downloaded ena v0.14.4
5912026-07-23T01:47:28.092Z Downloaded futures-io v0.3.32
5922026-07-23T01:47:28.092Z Downloaded bzip2 v0.4.4
5932026-07-23T01:47:28.092Z Downloaded backon v1.6.0
5942026-07-23T01:47:28.092Z Downloaded ghash v0.6.0
5952026-07-23T01:47:28.092Z Downloaded darling v0.20.11
5962026-07-23T01:47:28.092Z Downloaded gethostname v0.5.0
5972026-07-23T01:47:28.132Z Downloaded diesel-dtrace v0.5.0
5982026-07-23T01:47:28.132Z Downloaded cexpr v0.6.0
5992026-07-23T01:47:28.132Z Downloaded castaway v0.2.4
6002026-07-23T01:47:28.132Z Downloaded globwalk v0.9.1
6012026-07-23T01:47:28.132Z Downloaded git-stub v1.0.0
6022026-07-23T01:47:28.132Z Downloaded camino-tempfile-ext v0.3.3
6032026-07-23T01:47:28.132Z Downloaded hash32 v0.3.1
6042026-07-23T01:47:28.132Z Downloaded argon2 v0.5.3
6052026-07-23T01:47:28.132Z Downloaded hash32 v0.2.1
6062026-07-23T01:47:28.132Z Downloaded darling_core v0.21.3
6072026-07-23T01:47:28.133Z Downloaded fallible-iterator v0.2.0
6082026-07-23T01:47:28.133Z Downloaded embedded-io v0.6.1
6092026-07-23T01:47:28.133Z Downloaded enum_dispatch v0.3.13
6102026-07-23T01:47:28.133Z Downloaded derive_builder_core v0.20.2
6112026-07-23T01:47:28.133Z Downloaded ff v0.14.0
6122026-07-23T01:47:28.133Z Downloaded headers-core v0.3.0
6132026-07-23T01:47:28.133Z Downloaded foldhash v0.1.5
6142026-07-23T01:47:28.148Z Downloaded filetime v0.2.27
6152026-07-23T01:47:28.148Z Downloaded crc-any v2.5.0
6162026-07-23T01:47:28.148Z Downloaded erased-serde v0.3.31
6172026-07-23T01:47:28.148Z Downloaded hex-literal v1.1.0
6182026-07-23T01:47:28.148Z Downloaded fixedbitset v0.5.7
6192026-07-23T01:47:28.148Z Downloaded find-msvc-tools v0.1.9
6202026-07-23T01:47:28.148Z Downloaded funty v2.0.0
6212026-07-23T01:47:28.148Z Downloaded async-bb8-diesel v0.2.1
6222026-07-23T01:47:28.148Z Downloaded fs-err v2.11.0
6232026-07-23T01:47:28.148Z Downloaded hex v0.4.3
6242026-07-23T01:47:28.148Z Downloaded console v0.16.2
6252026-07-23T01:47:28.148Z Downloaded cassowary v0.3.0
6262026-07-23T01:47:28.148Z Downloaded home v0.5.12
6272026-07-23T01:47:28.148Z Downloaded buf-list v1.1.2
6282026-07-23T01:47:28.148Z Downloaded hostname v0.4.2
6292026-07-23T01:47:28.148Z Downloaded darling v0.21.3
6302026-07-23T01:47:28.148Z Downloaded fs_extra v1.3.0
6312026-07-23T01:47:28.148Z Downloaded const-oid v0.9.6
6322026-07-23T01:47:28.149Z Downloaded http-body v1.0.1
6332026-07-23T01:47:28.149Z Downloaded foldhash v0.2.0
6342026-07-23T01:47:28.149Z Downloaded des v0.9.0
6352026-07-23T01:47:28.149Z Downloaded ecdsa v0.17.0-rc.18
6362026-07-23T01:47:28.149Z Downloaded diff v0.1.13
6372026-07-23T01:47:28.149Z Downloaded digest v0.11.3
6382026-07-23T01:47:28.149Z Downloaded hubpack v0.1.2
6392026-07-23T01:47:28.149Z Downloaded http-range v0.1.5
6402026-07-23T01:47:28.149Z Downloaded hostname v0.3.1
6412026-07-23T01:47:28.149Z Downloaded blake2 v0.11.0-rc.6
6422026-07-23T01:47:28.149Z Downloaded hubpack_derive v0.1.1
6432026-07-23T01:47:28.149Z Downloaded httpdate v1.0.3
6442026-07-23T01:47:28.149Z Downloaded globset v0.4.18
6452026-07-23T01:47:28.149Z Downloaded futures-executor v0.3.32
6462026-07-23T01:47:28.149Z Downloaded crossbeam-channel v0.5.15
6472026-07-23T01:47:28.174Z Downloaded git-stub-vcs v0.1.0
6482026-07-23T01:47:28.175Z Downloaded hyper-tls v0.6.0
6492026-07-23T01:47:28.175Z Downloaded derive_builder v0.20.2
6502026-07-23T01:47:28.175Z Downloaded illumos-nvpair-sys v0.2.0
6512026-07-23T01:47:28.175Z Downloaded ff v0.13.1
6522026-07-23T01:47:28.175Z Downloaded displaydoc v0.2.5
6532026-07-23T01:47:28.175Z Downloaded illumos-nvpair v0.3.0
6542026-07-23T01:47:28.175Z Downloaded idna_adapter v1.2.1
6552026-07-23T01:47:28.175Z Downloaded derive-ex v0.1.8
6562026-07-23T01:47:28.175Z Downloaded indoc v1.0.9
6572026-07-23T01:47:28.175Z Downloaded indent_write v2.2.0
6582026-07-23T01:47:28.175Z Downloaded allocator-api2 v0.2.21
6592026-07-23T01:47:28.175Z Downloaded inout v0.2.2
6602026-07-23T01:47:28.201Z Downloaded ident_case v1.0.1
6612026-07-23T01:47:28.201Z Downloaded group v0.14.0
6622026-07-23T01:47:28.201Z Downloaded darling_core v0.13.4
6632026-07-23T01:47:28.201Z Downloaded aho-corasick v1.1.4
6642026-07-23T01:47:28.201Z Downloaded inout v0.1.4
6652026-07-23T01:47:28.201Z Downloaded colored v3.1.1
6662026-07-23T01:47:28.201Z Downloaded instability v0.3.11
6672026-07-23T01:47:28.201Z Downloaded is_ci v1.2.0
6682026-07-23T01:47:28.201Z Downloaded is-terminal v0.4.17
6692026-07-23T01:47:28.201Z Downloaded keccak v0.1.6
6702026-07-23T01:47:28.201Z Downloaded colored v2.2.0
6712026-07-23T01:47:28.201Z Downloaded const-oid v0.10.2
6722026-07-23T01:47:28.201Z Downloaded kstat-rs v0.2.4
6732026-07-23T01:47:28.201Z Downloaded clang-sys v1.8.1
6742026-07-23T01:47:28.201Z Downloaded fatfs v0.3.6
6752026-07-23T01:47:28.201Z Downloaded ahash v0.8.12
6762026-07-23T01:47:28.201Z Downloaded derive_more v0.99.20
6772026-07-23T01:47:28.201Z Downloaded internet-checksum v0.2.1
6782026-07-23T01:47:28.201Z Downloaded instant v0.1.13
6792026-07-23T01:47:28.202Z Downloaded dropshot_endpoint v0.17.1
6802026-07-23T01:47:28.202Z Downloaded cookie_store v0.22.1
6812026-07-23T01:47:28.202Z Downloaded lalrpop-util v0.19.12
6822026-07-23T01:47:28.202Z Downloaded cipher v0.5.2
6832026-07-23T01:47:28.248Z Downloaded ciborium-io v0.2.2
6842026-07-23T01:47:28.248Z Downloaded getrandom v0.2.17
6852026-07-23T01:47:28.248Z Downloaded der_derive v0.7.3
6862026-07-23T01:47:28.248Z Downloaded half v1.8.3
6872026-07-23T01:47:28.248Z Downloaded delegate v0.13.5
6882026-07-23T01:47:28.248Z Downloaded lazy_static v1.5.0
6892026-07-23T01:47:28.248Z Downloaded http-body-util v0.1.3
6902026-07-23T01:47:28.248Z Downloaded glob v0.3.3
6912026-07-23T01:47:28.248Z Downloaded crypto-bigint v0.5.5
6922026-07-23T01:47:28.248Z Downloaded memoffset v0.9.1
6932026-07-23T01:47:28.248Z Downloaded hyper-staticfile v0.10.1
6942026-07-23T01:47:28.249Z Downloaded libscf-sys v1.1.0
6952026-07-23T01:47:28.299Z Downloaded humantime v2.3.0
6962026-07-23T01:47:28.299Z Downloaded group v0.13.0
6972026-07-23T01:47:28.299Z Downloaded futures-core v0.3.32
6982026-07-23T01:47:28.299Z Downloaded lru-slab v0.1.2
6992026-07-23T01:47:28.299Z Downloaded maplit v1.0.2
7002026-07-23T01:47:28.299Z Downloaded md5 v0.8.0
7012026-07-23T01:47:28.299Z Downloaded match_cfg v0.1.0
7022026-07-23T01:47:28.299Z Downloaded managed v0.8.0
7032026-07-23T01:47:28.299Z Downloaded lru-cache v0.1.2
7042026-07-23T01:47:28.300Z Downloaded linked-hash-map v0.5.6
7052026-07-23T01:47:28.300Z Downloaded lru v0.12.5
7062026-07-23T01:47:28.300Z Downloaded drift v0.2.0
7072026-07-23T01:47:28.300Z Downloaded newline-converter v0.3.0
7082026-07-23T01:47:28.300Z Downloaded new_debug_unreachable v1.0.6
7092026-07-23T01:47:28.300Z Downloaded newtype-uuid-macros v0.1.0
7102026-07-23T01:47:28.300Z Downloaded mime v0.3.17
7112026-07-23T01:47:28.300Z Downloaded md-5 v0.10.6
7122026-07-23T01:47:28.300Z Downloaded ingot v0.1.1
7132026-07-23T01:47:28.300Z Downloaded indoc v2.0.7
7142026-07-23T01:47:28.300Z Downloaded darling_core v0.20.11
7152026-07-23T01:47:28.300Z Downloaded newtype_derive v0.1.6
7162026-07-23T01:47:28.300Z Downloaded multimap v0.10.1
7172026-07-23T01:47:28.301Z Downloaded impl-trait-for-tuples v0.2.3
7182026-07-23T01:47:28.301Z Downloaded nibble_vec v0.1.0
7192026-07-23T01:47:28.301Z Downloaded futures-channel v0.3.32
7202026-07-23T01:47:28.301Z Downloaded ipnetwork v0.21.1
7212026-07-23T01:47:28.301Z Downloaded futures v0.3.32
7222026-07-23T01:47:28.301Z Downloaded ingot-types v0.1.2
7232026-07-23T01:47:28.301Z Downloaded defmt-macros v1.0.1
7242026-07-23T01:47:28.301Z Downloaded normalize-line-endings v0.3.0
7252026-07-23T01:47:28.312Z Downloaded hmac v0.13.0
7262026-07-23T01:47:28.313Z Downloaded compact_str v0.8.1
7272026-07-23T01:47:28.313Z Downloaded elliptic-curve v0.13.8
7282026-07-23T01:47:28.313Z Downloaded ipnet v2.11.0
7292026-07-23T01:47:28.313Z Downloaded num v0.4.3
7302026-07-23T01:47:28.313Z Downloaded nodrop v0.1.14
7312026-07-23T01:47:28.313Z Downloaded kem v0.3.0
7322026-07-23T01:47:28.313Z Downloaded httparse v1.10.1
7332026-07-23T01:47:28.313Z Downloaded num-iter v0.1.45
7342026-07-23T01:47:28.313Z Downloaded hybrid-array v0.4.13
7352026-07-23T01:47:28.313Z Downloaded aws-lc-rs v1.16.3
7362026-07-23T01:47:28.313Z Downloaded libsw v3.5.0
7372026-07-23T01:47:28.313Z Downloaded maybe-uninit v2.0.0
7382026-07-23T01:47:28.313Z Downloaded libloading v0.8.9
7392026-07-23T01:47:28.313Z Downloaded lzss v0.8.2
7402026-07-23T01:47:28.313Z Downloaded lock_api v0.4.14
7412026-07-23T01:47:28.313Z Downloaded linear-map v1.2.0
7422026-07-23T01:47:28.313Z Downloaded openssl-probe v0.1.6
7432026-07-23T01:47:28.335Z Downloaded num_threads v0.1.7
7442026-07-23T01:47:28.335Z Downloaded num_enum_derive v0.5.11
7452026-07-23T01:47:28.335Z Downloaded num-derive v0.3.3
7462026-07-23T01:47:28.335Z Downloaded hyper-rustls v0.27.7
7472026-07-23T01:47:28.335Z Downloaded getrandom v0.3.4
7482026-07-23T01:47:28.335Z Downloaded half v2.7.1
7492026-07-23T01:47:28.335Z Downloaded libsw-core v0.3.2
7502026-07-23T01:47:28.335Z Downloaded bytes v1.11.1
7512026-07-23T01:47:28.335Z Downloaded iana-time-zone v0.1.65
7522026-07-23T01:47:28.335Z Downloaded module-lattice v0.2.3
7532026-07-23T01:47:28.335Z Downloaded mime_guess v2.0.5
7542026-07-23T01:47:28.335Z Downloaded olpc-cjson v0.1.4
7552026-07-23T01:47:28.335Z Downloaded nanorand v0.7.0
7562026-07-23T01:47:28.336Z Downloaded openssl-probe v0.2.1
7572026-07-23T01:47:28.336Z Downloaded opaque-debug v0.3.1
7582026-07-23T01:47:28.336Z Downloaded openssl-macros v0.1.1
7592026-07-23T01:47:28.336Z Downloaded ar_archive_writer v0.5.1
7602026-07-23T01:47:28.336Z Downloaded ingot-macros v0.1.1
7612026-07-23T01:47:28.336Z Downloaded num-derive v0.4.2
7622026-07-23T01:47:28.336Z Downloaded nu-ansi-term v0.50.3
7632026-07-23T01:47:28.336Z Downloaded native-tls v0.2.18
7642026-07-23T01:47:28.336Z Downloaded cc v1.2.56
7652026-07-23T01:47:28.336Z Downloaded num-conv v0.2.0
7662026-07-23T01:47:28.336Z Downloaded jobserver v0.1.34
7672026-07-23T01:47:28.336Z Downloaded hmac v0.12.1
7682026-07-23T01:47:28.336Z Downloaded highway v1.3.0
7692026-07-23T01:47:28.336Z Downloaded generic-array v1.4.3
7702026-07-23T01:47:28.336Z Downloaded base64 v0.22.1
7712026-07-23T01:47:28.336Z Downloaded keccak v0.2.0
7722026-07-23T01:47:28.336Z Downloaded elliptic-curve v0.14.0-rc.33
7732026-07-23T01:47:28.352Z Downloaded nonempty v0.12.0
7742026-07-23T01:47:28.352Z Downloaded argon2 v0.6.0-rc.8
7752026-07-23T01:47:28.353Z Downloaded aes-gcm v0.11.0
7762026-07-23T01:47:28.353Z Downloaded ed25519 v3.0.0
7772026-07-23T01:47:28.353Z Downloaded bs58 v0.5.1
7782026-07-23T01:47:28.353Z Downloaded parse-display v0.10.0
7792026-07-23T01:47:28.353Z Downloaded compression-codecs v0.4.37
7802026-07-23T01:47:28.353Z Downloaded cmake v0.1.57
7812026-07-23T01:47:28.353Z Downloaded num-rational v0.4.2
7822026-07-23T01:47:28.353Z Downloaded libefi-sys v0.1.0
7832026-07-23T01:47:28.353Z Downloaded icu_properties v2.1.2
7842026-07-23T01:47:28.353Z Downloaded litrs v1.0.0
7852026-07-23T01:47:28.353Z Downloaded blowfish v0.10.0
7862026-07-23T01:47:28.353Z Downloaded num-complex v0.4.6
7872026-07-23T01:47:28.353Z Downloaded chacha20 v0.9.1
7882026-07-23T01:47:28.369Z Downloaded peg-runtime v0.8.5
7892026-07-23T01:47:28.369Z Downloaded password-hash v0.6.1
7902026-07-23T01:47:28.369Z Downloaded parse-size v1.1.0
7912026-07-23T01:47:28.369Z Downloaded packed_struct_codegen v0.10.1
7922026-07-23T01:47:28.369Z Downloaded num_enum_derive v0.7.6
7932026-07-23T01:47:28.369Z Downloaded num-integer v0.1.46
7942026-07-23T01:47:28.369Z Downloaded litemap v0.8.1
7952026-07-23T01:47:28.389Z Downloaded phf_shared v0.13.1
7962026-07-23T01:47:28.389Z Downloaded phf_shared v0.11.3
7972026-07-23T01:47:28.389Z Downloaded percent-encoding v2.3.2
7982026-07-23T01:47:28.389Z Downloaded path-slash v0.1.5
7992026-07-23T01:47:28.389Z Downloaded owo-colors v4.3.0
8002026-07-23T01:47:28.389Z Downloaded newtype-uuid v1.3.2
8012026-07-23T01:47:28.389Z Downloaded multer v3.1.0
8022026-07-23T01:47:28.389Z Downloaded oxide-tokio-rt v0.1.4
8032026-07-23T01:47:28.389Z Downloaded num_enum v0.5.11
8042026-07-23T01:47:28.389Z Downloaded indexmap v1.9.3
8052026-07-23T01:47:28.389Z Downloaded ignore v0.4.25
8062026-07-23T01:47:28.389Z Downloaded phf_shared v0.12.1
8072026-07-23T01:47:28.399Z Downloaded memmap2 v0.9.10
8082026-07-23T01:47:28.399Z Downloaded ml-kem v0.3.2
8092026-07-23T01:47:28.399Z Downloaded heapless v0.7.17
8102026-07-23T01:47:28.399Z Downloaded oxide-update-engine v0.1.2
8112026-07-23T01:47:28.399Z Downloaded oso-derive v0.27.3
8122026-07-23T01:47:28.399Z Downloaded headers v0.4.1
8132026-07-23T01:47:28.399Z Downloaded const_format v0.2.35
8142026-07-23T01:47:28.399Z Downloaded precomputed-hash v0.1.1
8152026-07-23T01:47:28.399Z Downloaded potential_utf v0.1.4
8162026-07-23T01:47:28.399Z Downloaded packed_struct v0.10.1
8172026-07-23T01:47:28.399Z Downloaded oxnet v0.1.6
8182026-07-23T01:47:28.399Z Downloaded flume v0.11.1
8192026-07-23T01:47:28.411Z Downloaded predicates-tree v1.0.13
8202026-07-23T01:47:28.411Z Downloaded predicates-core v1.0.10
8212026-07-23T01:47:28.411Z Downloaded flate2 v1.1.9
8222026-07-23T01:47:28.411Z Downloaded derive_more-impl v2.1.1
8232026-07-23T01:47:28.411Z Downloaded powerfmt v0.2.0
8242026-07-23T01:47:28.411Z Downloaded parse-display-derive v0.10.0
8252026-07-23T01:47:28.411Z Downloaded oxide-update-engine-display v0.1.2
8262026-07-23T01:47:28.411Z Downloaded parking_lot_core v0.8.6
8272026-07-23T01:47:28.425Z Downloaded derive_more v2.1.1
8282026-07-23T01:47:28.426Z Downloaded proc-macro-error-attr2 v2.0.0
8292026-07-23T01:47:28.426Z Downloaded peg-macros v0.8.5
8302026-07-23T01:47:28.426Z Downloaded password-hash v0.5.0
8312026-07-23T01:47:28.426Z Downloaded heapless v0.8.0
8322026-07-23T01:47:28.426Z Downloaded peg v0.8.5
8332026-07-23T01:47:28.446Z Downloaded progenitor-macro v0.14.0
8342026-07-23T01:47:28.446Z Downloaded indicatif v0.18.4
8352026-07-23T01:47:28.446Z Downloaded progenitor-client v0.14.0
8362026-07-23T01:47:28.446Z Downloaded pem v3.0.6
8372026-07-23T01:47:28.446Z Downloaded num_enum v0.7.6
8382026-07-23T01:47:28.446Z Downloaded phf v0.12.1
8392026-07-23T01:47:28.446Z Downloaded pem-rfc7468 v0.7.0
8402026-07-23T01:47:28.446Z Downloaded async-compression v0.4.41
8412026-07-23T01:47:28.462Z Downloaded psl-types v2.0.11
8422026-07-23T01:47:28.463Z Downloaded pkg-config v0.3.32
8432026-07-23T01:47:28.463Z Downloaded pin-project-lite v0.2.17
8442026-07-23T01:47:28.463Z Downloaded pin-project-internal v1.1.11
8452026-07-23T01:47:28.463Z Downloaded phf v0.13.1
8462026-07-23T01:47:28.463Z Downloaded phc v0.6.1
8472026-07-23T01:47:28.463Z Downloaded icu_normalizer_data v2.1.1
8482026-07-23T01:47:28.463Z Downloaded libbz2-rs-sys v0.2.2
8492026-07-23T01:47:28.463Z Downloaded rand_chacha v0.3.1
8502026-07-23T01:47:28.463Z Downloaded port-file v0.1.0
8512026-07-23T01:47:28.480Z Downloaded poly1305 v0.8.0
8522026-07-23T01:47:28.480Z Downloaded ppv-lite86 v0.2.21
8532026-07-23T01:47:28.480Z Downloaded pkcs8 v0.10.2
8542026-07-23T01:47:28.480Z Downloaded quick-error v1.2.3
8552026-07-23T01:47:28.480Z Downloaded parking_lot_core v0.9.12
8562026-07-23T01:47:28.480Z Downloaded primefield v0.14.0
8572026-07-23T01:47:28.481Z Downloaded icu_collections v2.1.1
8582026-07-23T01:47:28.481Z Downloaded proc-macro-error2 v2.0.1
8592026-07-23T01:47:28.481Z Downloaded radium v0.7.0
8602026-07-23T01:47:28.481Z Downloaded predicates v3.1.4
8612026-07-23T01:47:28.481Z Downloaded bumpalo v3.20.2
8622026-07-23T01:47:28.526Z Downloaded primeorder v0.13.6
8632026-07-23T01:47:28.526Z Downloaded progenitor v0.14.0
8642026-07-23T01:47:28.526Z Downloaded progenitor-client v0.13.0
8652026-07-23T01:47:28.526Z Downloaded primeorder v0.14.0-rc.10
8662026-07-23T01:47:28.526Z Downloaded pbkdf2 v0.13.0
8672026-07-23T01:47:28.526Z Downloaded ref-cast-impl v1.0.25
8682026-07-23T01:47:28.527Z Downloaded progenitor v0.13.0
8692026-07-23T01:47:28.527Z Downloaded hashbrown v0.12.3
8702026-07-23T01:47:28.527Z Downloaded ref-cast v1.0.25
8712026-07-23T01:47:28.527Z Downloaded recursive v0.1.1
8722026-07-23T01:47:28.527Z Downloaded progenitor-macro v0.13.0
8732026-07-23T01:47:28.527Z Downloaded num-traits v0.2.19
8742026-07-23T01:47:28.527Z Downloaded rand_xorshift v0.4.0
8752026-07-23T01:47:28.527Z Downloaded omicron-zone-package v0.12.3
8762026-07-23T01:47:28.527Z Downloaded recursive-proc-macro-impl v0.1.1
8772026-07-23T01:47:28.527Z Downloaded oso v0.27.3
8782026-07-23T01:47:28.527Z Downloaded progenitor-extras v0.2.0
8792026-07-23T01:47:28.545Z Downloaded hickory-resolver v0.24.4
8802026-07-23T01:47:28.545Z Downloaded ed25519-dalek v2.2.0
8812026-07-23T01:47:28.545Z Downloaded miniz_oxide v0.8.9
8822026-07-23T01:47:28.545Z Downloaded icu_locale_core v2.1.1
8832026-07-23T01:47:28.545Z Downloaded polyval v0.7.1
8842026-07-23T01:47:28.545Z Downloaded poly1305 v0.9.0
8852026-07-23T01:47:28.545Z Downloaded pkcs8 v0.11.0
8862026-07-23T01:47:28.545Z Downloaded oxide-update-engine-types v0.1.2
8872026-07-23T01:47:28.545Z Downloaded rustc-hash v2.1.1
8882026-07-23T01:47:28.545Z Downloaded postgres-protocol v0.6.10
8892026-07-23T01:47:28.545Z Downloaded rustc_version v0.1.7
8902026-07-23T01:47:28.545Z Downloaded postgres-types v0.2.12
8912026-07-23T01:47:28.545Z Downloaded postcard v1.1.3
8922026-07-23T01:47:28.545Z Downloaded rtoolbox v0.0.3
8932026-07-23T01:47:28.545Z Downloaded crossterm v0.28.1
8942026-07-23T01:47:28.545Z Downloaded parking_lot v0.12.5
8952026-07-23T01:47:28.545Z Downloaded papergrid v0.17.0
8962026-07-23T01:47:28.545Z Downloaded jiff-static v0.2.21
8972026-07-23T01:47:28.545Z Downloaded russh-util v0.52.0
8982026-07-23T01:47:28.546Z Downloaded rfc6979 v0.5.0
8992026-07-23T01:47:28.546Z Downloaded russh-cryptovec v0.61.0
9002026-07-23T01:47:28.546Z Downloaded http v1.4.2
9012026-07-23T01:47:28.578Z Downloaded rustc_version v0.4.1
9022026-07-23T01:47:28.578Z Downloaded rfc6979 v0.4.0
9032026-07-23T01:47:28.578Z Downloaded hickory-resolver v0.25.2
9042026-07-23T01:47:28.578Z Downloaded r2d2 v0.8.10
9052026-07-23T01:47:28.578Z Downloaded parking_lot v0.11.2
9062026-07-23T01:47:28.578Z Downloaded pkcs1 v0.8.0-rc.4
9072026-07-23T01:47:28.578Z Downloaded pkcs1 v0.7.5
9082026-07-23T01:47:28.578Z Downloaded rand_core v0.9.5
9092026-07-23T01:47:28.578Z Downloaded der v0.8.0
9102026-07-23T01:47:28.578Z Downloaded rand_seeder v0.4.0
9112026-07-23T01:47:28.578Z Downloaded rand_core v0.10.0
9122026-07-23T01:47:28.594Z Downloaded rand_chacha v0.9.0
9132026-07-23T01:47:28.595Z Downloaded icu_normalizer v2.1.1
9142026-07-23T01:47:28.595Z Downloaded scheduled-thread-pool v0.2.7
9152026-07-23T01:47:28.595Z Downloaded expectorate v1.2.0
9162026-07-23T01:47:28.595Z Downloaded rand_core v0.6.4
9172026-07-23T01:47:28.595Z Downloaded paste v1.0.15
9182026-07-23T01:47:28.595Z Downloaded rpassword v7.5.4
9192026-07-23T01:47:28.595Z Downloaded proc-macro-crate v3.4.0
9202026-07-23T01:47:28.595Z Downloaded proc-macro-crate v1.3.1
9212026-07-23T01:47:28.595Z Downloaded scroll_derive v0.13.1
9222026-07-23T01:47:28.595Z Downloaded scopeguard v1.2.0
9232026-07-23T01:47:28.595Z Downloaded serde_bytes v0.11.19
9242026-07-23T01:47:28.595Z Downloaded hashbrown v0.13.2
9252026-07-23T01:47:28.595Z Downloaded dropshot-api-manager v0.7.2
9262026-07-23T01:47:28.595Z Downloaded secrecy v0.10.3
9272026-07-23T01:47:28.595Z Downloaded secrecy v0.8.0
9282026-07-23T01:47:28.595Z Downloaded pin-project v1.1.11
9292026-07-23T01:47:28.606Z Downloaded serde_plain v1.0.2
9302026-07-23T01:47:28.606Z Downloaded sha1 v0.10.6
9312026-07-23T01:47:28.607Z Downloaded serde_urlencoded v0.7.1
9322026-07-23T01:47:28.607Z Downloaded rusty-fork v0.3.1
9332026-07-23T01:47:28.607Z Downloaded hickory-server v0.25.2
9342026-07-23T01:47:28.607Z Downloaded psm v0.1.30
9352026-07-23T01:47:28.607Z Downloaded serde_spanned v1.1.1
9362026-07-23T01:47:28.607Z Downloaded seq-macro v0.3.6
9372026-07-23T01:47:28.607Z Downloaded resolv-conf v0.7.6
9382026-07-23T01:47:28.608Z Downloaded serde-big-array v0.5.1
9392026-07-23T01:47:28.608Z Downloaded serde_repr v0.1.20
9402026-07-23T01:47:28.608Z Downloaded semver v0.1.20
9412026-07-23T01:47:28.608Z Downloaded rustls-native-certs v0.8.3
9422026-07-23T01:47:28.626Z Downloaded pkcs5 v0.8.1
9432026-07-23T01:47:28.626Z Downloaded openssl-sys v0.9.115
9442026-07-23T01:47:28.626Z Downloaded sha1 v0.11.0
9452026-07-23T01:47:28.626Z Downloaded rustversion v1.0.22
9462026-07-23T01:47:28.626Z Downloaded quinn-udp v0.5.14
9472026-07-23T01:47:28.626Z Downloaded minimal-lexical v0.2.1
9482026-07-23T01:47:28.636Z Downloaded same-file v1.0.6
9492026-07-23T01:47:28.636Z Downloaded aes v0.9.1
9502026-07-23T01:47:28.636Z Downloaded sigpipe v0.1.3
9512026-07-23T01:47:28.636Z Downloaded signature v3.0.0
9522026-07-23T01:47:28.636Z Downloaded signature v2.2.0
9532026-07-23T01:47:28.636Z Downloaded signal-hook-tokio v0.3.1
9542026-07-23T01:47:28.636Z Downloaded signal-hook-mio v0.2.5
9552026-07-23T01:47:28.637Z Downloaded shell-words v1.1.1
9562026-07-23T01:47:28.637Z Downloaded rustls-pemfile v2.2.0
9572026-07-23T01:47:28.637Z Downloaded sec1 v0.7.3
9582026-07-23T01:47:28.637Z Downloaded scrypt v0.12.0
9592026-07-23T01:47:28.637Z Downloaded scroll v0.13.0
9602026-07-23T01:47:28.637Z Downloaded progenitor-impl v0.13.0
9612026-07-23T01:47:28.637Z Downloaded pem-rfc7468 v1.0.0
9622026-07-23T01:47:28.650Z Downloaded siphasher v1.0.2
9632026-07-23T01:47:28.650Z Downloaded itertools v0.10.5
9642026-07-23T01:47:28.650Z Downloaded internal-russh-num-bigint v0.5.0
9652026-07-23T01:47:28.650Z Downloaded slog-envlogger v2.2.0
9662026-07-23T01:47:28.650Z Downloaded slog-bunyan v2.5.0
9672026-07-23T01:47:28.650Z Downloaded sec1 v0.8.1
9682026-07-23T01:47:28.650Z Downloaded schemars_derive v0.8.22
9692026-07-23T01:47:28.650Z Downloaded num-bigint v0.4.6
9702026-07-23T01:47:28.666Z Downloaded pretty_assertions v1.4.1
9712026-07-23T01:47:28.666Z Downloaded p384 v0.14.0-rc.10
9722026-07-23T01:47:28.666Z Downloaded diesel_derives v2.3.7
9732026-07-23T01:47:28.666Z Downloaded icu_provider v2.1.1
9742026-07-23T01:47:28.666Z Downloaded ed25519-dalek v3.0.0-rc.0
9752026-07-23T01:47:28.667Z Downloaded der v0.7.10
9762026-07-23T01:47:28.679Z Downloaded serde_path_to_error v0.1.20
9772026-07-23T01:47:28.679Z Downloaded serde_derive_internals v0.29.1
9782026-07-23T01:47:28.679Z Downloaded darling_core v0.23.0
9792026-07-23T01:47:28.679Z Downloaded p256 v0.14.0-rc.10
9802026-07-23T01:47:28.679Z Downloaded csv-core v0.1.13
9812026-07-23T01:47:28.679Z Downloaded rcgen v0.12.1
9822026-07-23T01:47:28.679Z Downloaded progenitor-impl v0.14.0
9832026-07-23T01:47:28.679Z Downloaded crossterm v0.29.0
9842026-07-23T01:47:28.720Z Downloaded stable_deref_trait v1.2.1
9852026-07-23T01:47:28.720Z Downloaded serde_with_macros v1.5.2
9862026-07-23T01:47:28.720Z Downloaded rustls-pki-types v1.14.0
9872026-07-23T01:47:28.720Z Downloaded prettyplease v0.2.37
9882026-07-23T01:47:28.720Z Downloaded sqlparser_derive v0.5.0
9892026-07-23T01:47:28.720Z Downloaded byte-wrapper v0.1.0
9902026-07-23T01:47:28.720Z Downloaded futures-sink v0.3.32
9912026-07-23T01:47:28.731Z Downloaded chacha20 v0.10.0
9922026-07-23T01:47:28.731Z Downloaded shlex v1.3.0
9932026-07-23T01:47:28.731Z Downloaded simd-adler32 v0.3.8
9942026-07-23T01:47:28.731Z Downloaded signal-hook-registry v1.4.8
9952026-07-23T01:47:28.731Z Downloaded strum v0.27.2
9962026-07-23T01:47:28.731Z Downloaded structmeta-derive v0.3.0
9972026-07-23T01:47:28.731Z Downloaded strsim v0.10.0
9982026-07-23T01:47:28.732Z Downloaded structmeta v0.3.0
9992026-07-23T01:47:28.732Z Downloaded sapling-renderdag v0.1.0
10002026-07-23T01:47:28.732Z Downloaded strip-ansi-escapes v0.2.1
10012026-07-23T01:47:28.732Z Downloaded blake2 v0.10.6
10022026-07-23T01:47:28.732Z Downloaded strum v0.26.3
10032026-07-23T01:47:28.732Z Downloaded salsa20 v0.11.0
10042026-07-23T01:47:28.732Z Downloaded subtle v2.6.1
10052026-07-23T01:47:28.732Z Downloaded slog-dtrace v0.3.0
10062026-07-23T01:47:28.732Z Downloaded slab v0.4.12
10072026-07-23T01:47:28.732Z Downloaded slog-scope v4.4.1
10082026-07-23T01:47:28.732Z Downloaded hyper-util v0.1.20
10092026-07-23T01:47:28.732Z Downloaded foreign-types-macros v0.2.3
10102026-07-23T01:47:28.732Z Downloaded slog-stdlog v4.1.1
10112026-07-23T01:47:28.732Z Downloaded prefix-trie v0.7.0
10122026-07-23T01:47:28.732Z Downloaded base16ct v1.0.0
10132026-07-23T01:47:28.732Z Downloaded sync_wrapper v1.0.2
10142026-07-23T01:47:28.732Z Downloaded sync-ptr v0.1.4
10152026-07-23T01:47:28.732Z Downloaded supports-color v3.0.2
10162026-07-23T01:47:28.732Z Downloaded smallvec v0.6.14
10172026-07-23T01:47:28.732Z Downloaded slog-json v2.6.1
10182026-07-23T01:47:28.732Z Downloaded tabwriter v1.4.1
10192026-07-23T01:47:28.732Z Downloaded hashbrown v0.15.5
10202026-07-23T01:47:28.733Z Downloaded serde_cbor v0.11.2
10212026-07-23T01:47:28.759Z Downloaded hashbrown v0.16.1
10222026-07-23T01:47:28.759Z Downloaded tap v1.0.1
10232026-07-23T01:47:28.759Z Downloaded take_mut v0.2.2
10242026-07-23T01:47:28.759Z Downloaded tagptr v0.2.0
10252026-07-23T01:47:28.759Z Downloaded thiserror-impl-no-std v2.0.2
10262026-07-23T01:47:28.759Z Downloaded testing_table v0.3.0
10272026-07-23T01:47:28.759Z Downloaded snafu-derive v0.8.9
10282026-07-23T01:47:28.759Z Downloaded serdect v0.4.3
10292026-07-23T01:47:28.759Z Downloaded mio v1.2.0
10302026-07-23T01:47:28.816Z Downloaded thread-id v5.1.0
10312026-07-23T01:47:28.816Z Downloaded spki v0.8.0
10322026-07-23T01:47:28.816Z Downloaded spki v0.7.3
10332026-07-23T01:47:28.816Z Downloaded tabled_derive v0.11.0
10342026-07-23T01:47:28.816Z Downloaded smf v0.2.3
10352026-07-23T01:47:28.816Z Downloaded serde-hex v0.1.0
10362026-07-23T01:47:28.816Z Downloaded idna v1.1.0
10372026-07-23T01:47:28.816Z Downloaded rayon-core v1.13.0
10382026-07-23T01:47:28.816Z Downloaded string_cache v0.8.9
10392026-07-23T01:47:28.816Z Downloaded termtree v0.5.1
10402026-07-23T01:47:28.816Z Downloaded stacker v0.1.23
10412026-07-23T01:47:28.816Z Downloaded ssh-cipher v0.3.0-rc.9
10422026-07-23T01:47:28.816Z Downloaded sha2 v0.11.0
10432026-07-23T01:47:28.816Z Downloaded static_assertions v1.1.0
10442026-07-23T01:47:28.816Z Downloaded nom v7.1.3
10452026-07-23T01:47:28.816Z Downloaded serde_with_macros v3.21.0
10462026-07-23T01:47:28.816Z Downloaded ryu v1.0.23
10472026-07-23T01:47:28.816Z Downloaded time-core v0.1.8
10482026-07-23T01:47:28.817Z Downloaded strum_macros v0.27.2
10492026-07-23T01:47:28.839Z Downloaded strum_macros v0.26.4
10502026-07-23T01:47:28.839Z Downloaded schemars v0.8.22
10512026-07-23T01:47:28.839Z Downloaded tinyvec_macros v0.1.1
10522026-07-23T01:47:28.839Z Downloaded libxml v0.3.3
10532026-07-23T01:47:28.839Z Downloaded synstructure v0.13.2
10542026-07-23T01:47:28.839Z Downloaded ron v0.8.1
10552026-07-23T01:47:28.840Z Downloaded tokio-macros v2.7.0
10562026-07-23T01:47:28.840Z Downloaded support-bundle-viewer v0.1.2
10572026-07-23T01:47:28.840Z Downloaded quinn v0.11.9
10582026-07-23T01:47:28.840Z Downloaded tokio-test v0.4.5
10592026-07-23T01:47:28.840Z Downloaded publicsuffix v2.3.0
10602026-07-23T01:47:28.840Z Downloaded spin v0.9.8
10612026-07-23T01:47:28.840Z Downloaded smallvec v1.15.1
10622026-07-23T01:47:28.840Z Downloaded slog-term v2.9.2
10632026-07-23T01:47:28.840Z Downloaded slog-async v2.8.0
10642026-07-23T01:47:28.840Z Downloaded itertools v0.12.1
10652026-07-23T01:47:28.840Z Downloaded icu_properties_data v2.1.2
10662026-07-23T01:47:28.840Z Downloaded topological-sort v0.2.2
10672026-07-23T01:47:28.840Z Downloaded tower-service v0.3.3
10682026-07-23T01:47:28.840Z Downloaded tower-layer v0.3.3
10692026-07-23T01:47:28.840Z Downloaded stringprep v0.1.5
10702026-07-23T01:47:28.840Z Downloaded sqlformat v0.3.5
10712026-07-23T01:47:28.841Z Downloaded thiserror-no-std v2.0.2
10722026-07-23T01:47:28.841Z Downloaded rand v0.8.6
10732026-07-23T01:47:28.856Z Downloaded iri-string v0.7.10
10742026-07-23T01:47:28.856Z Downloaded try-lock v0.2.5
10752026-07-23T01:47:28.856Z Downloaded serde_yaml v0.9.34+deprecated
10762026-07-23T01:47:28.856Z Downloaded thread_local v1.1.9
10772026-07-23T01:47:28.857Z Downloaded ssh-encoding v0.3.0-rc.9
10782026-07-23T01:47:28.857Z Downloaded libm v0.2.16
10792026-07-23T01:47:28.857Z Downloaded typify-macro v0.6.2
10802026-07-23T01:47:28.857Z Downloaded strum_macros v0.24.3
10812026-07-23T01:47:28.857Z Downloaded signal-hook v0.3.18
10822026-07-23T01:47:28.857Z Downloaded tls_codec v0.4.2
10832026-07-23T01:47:28.857Z Downloaded p521 v0.14.0-rc.10
10842026-07-23T01:47:28.857Z Downloaded unit-prefix v0.5.2
10852026-07-23T01:47:28.857Z Downloaded unicode-xid v0.2.6
10862026-07-23T01:47:28.888Z Downloaded qorb v0.4.1
10872026-07-23T01:47:28.888Z Downloaded tokio-dtrace v0.1.1
10882026-07-23T01:47:28.888Z Downloaded hyper v1.10.1
10892026-07-23T01:47:28.888Z Downloaded tokio-native-tls v0.3.1
10902026-07-23T01:47:28.888Z Downloaded tokio-tungstenite v0.21.0
10912026-07-23T01:47:28.888Z Downloaded tls_codec_derive v0.4.2
10922026-07-23T01:47:28.889Z Downloaded untrusted v0.7.1
10932026-07-23T01:47:28.889Z Downloaded untrusted v0.9.0
10942026-07-23T01:47:28.889Z Downloaded universal-hash v0.5.1
10952026-07-23T01:47:28.911Z Downloaded h2 v0.4.15
10962026-07-23T01:47:28.911Z Downloaded socket2 v0.5.10
10972026-07-23T01:47:28.911Z Downloaded universal-hash v0.6.1
10982026-07-23T01:47:28.911Z Downloaded tokio-tungstenite v0.23.1
10992026-07-23T01:47:28.911Z Downloaded utf8_iter v1.0.4
11002026-07-23T01:47:28.911Z Downloaded utf-8 v0.7.6
11012026-07-23T01:47:28.911Z Downloaded unicode-truncate v1.1.0
11022026-07-23T01:47:28.911Z Downloaded unarray v0.1.4
11032026-07-23T01:47:28.911Z Downloaded num-bigint-dig v0.8.6
11042026-07-23T01:47:28.911Z Downloaded trait-variant v0.1.2
11052026-07-23T01:47:28.912Z Downloaded tinystr v0.8.2
11062026-07-23T01:47:28.912Z Downloaded rsa v0.9.10
11072026-07-23T01:47:28.912Z Downloaded usdt v0.6.0
11082026-07-23T01:47:28.912Z Downloaded toml_writer v1.1.1+spec-1.1.0
11092026-07-23T01:47:28.912Z Downloaded usdt-macro v0.6.0
11102026-07-23T01:47:28.912Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11112026-07-23T01:47:28.912Z Downloaded term v1.2.1
11122026-07-23T01:47:28.912Z Downloaded time-macros v0.2.27
11132026-07-23T01:47:28.912Z Downloaded slog v2.8.2
11142026-07-23T01:47:28.912Z Downloaded similar v2.7.0
11152026-07-23T01:47:28.939Z Downloaded void v1.0.2
11162026-07-23T01:47:28.939Z Downloaded tiny-keccak v2.0.2
11172026-07-23T01:47:28.939Z Downloaded nom v8.0.0
11182026-07-23T01:47:28.939Z Downloaded itertools v0.14.0
11192026-07-23T01:47:28.939Z Downloaded waitgroup v0.1.2
11202026-07-23T01:47:28.939Z Downloaded want v0.3.1
11212026-07-23T01:47:28.939Z Downloaded rustls-webpki v0.103.13
11222026-07-23T01:47:28.939Z Downloaded wait-timeout v0.2.1
11232026-07-23T01:47:28.939Z Downloaded futures-util v0.3.32
11242026-07-23T01:47:28.939Z Downloaded unicase v2.9.0
11252026-07-23T01:47:29.020Z Downloaded tui-tree-widget v0.23.1
11262026-07-23T01:47:29.020Z Downloaded snafu v0.8.9
11272026-07-23T01:47:29.020Z Downloaded yoke-derive v0.8.1
11282026-07-23T01:47:29.020Z Downloaded test-strategy v0.4.5
11292026-07-23T01:47:29.020Z Downloaded toml_parser v1.1.2+spec-1.1.0
11302026-07-23T01:47:29.020Z Downloaded crypto-primes v0.7.2
11312026-07-23T01:47:29.020Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11322026-07-23T01:47:29.020Z Downloaded bitvec v1.0.1
11332026-07-23T01:47:29.020Z Downloaded usdt-impl v0.6.0
11342026-07-23T01:47:29.020Z Downloaded socket2 v0.6.3
11352026-07-23T01:47:29.020Z Downloaded xshell-macros v0.2.7
11362026-07-23T01:47:29.020Z Downloaded usdt-attr-macro v0.6.0
11372026-07-23T01:47:29.020Z Downloaded tokio-stream v0.1.18
11382026-07-23T01:47:29.020Z Downloaded zeroize_derive v1.4.3
11392026-07-23T01:47:29.020Z Downloaded xattr v1.6.1
11402026-07-23T01:47:29.020Z Downloaded tracing-attributes v0.1.31
11412026-07-23T01:47:29.021Z Downloaded samael v0.0.19
11422026-07-23T01:47:29.021Z Downloaded zerofrom-derive v0.1.6
11432026-07-23T01:47:29.021Z Downloaded zerofrom v0.1.6
11442026-07-23T01:47:29.066Z Downloaded schemars v0.9.0
11452026-07-23T01:47:29.066Z Downloaded zone v0.3.1
11462026-07-23T01:47:29.066Z Downloaded schemars v1.2.1
11472026-07-23T01:47:29.066Z Downloaded whoami v1.6.1
11482026-07-23T01:47:29.066Z Downloaded zone_cfg_derive v0.3.1
11492026-07-23T01:47:29.066Z Downloaded vergen-gitcl v1.0.8
11502026-07-23T01:47:29.066Z Downloaded unicode-properties v0.1.4
11512026-07-23T01:47:29.066Z Downloaded vergen-git2 v9.1.0
11522026-07-23T01:47:29.066Z Downloaded uzers v0.12.2
11532026-07-23T01:47:29.066Z Downloaded walkdir v2.5.0
11542026-07-23T01:47:29.066Z Downloaded vergen-lib v0.1.6
11552026-07-23T01:47:29.066Z Downloaded rand v0.9.2
11562026-07-23T01:47:29.067Z Downloaded rand v0.10.1
11572026-07-23T01:47:29.067Z Downloaded vergen-lib v9.1.0
11582026-07-23T01:47:29.067Z Downloaded twox-hash v2.1.2
11592026-07-23T01:47:29.067Z Downloaded tinyvec v1.10.0
11602026-07-23T01:47:29.067Z Downloaded whoami v2.1.0
11612026-07-23T01:47:29.067Z Downloaded bindgen v0.71.1
11622026-07-23T01:47:29.067Z Downloaded tar v0.4.46
11632026-07-23T01:47:29.067Z Downloaded rustls-platform-verifier v0.6.2
11642026-07-23T01:47:29.067Z Downloaded yoke v0.8.1
11652026-07-23T01:47:29.067Z Downloaded hkdf v0.12.4
11662026-07-23T01:47:29.067Z Downloaded term v0.7.0
11672026-07-23T01:47:29.067Z Downloaded writeable v0.6.2
11682026-07-23T01:47:29.067Z Downloaded wyz v0.5.1
11692026-07-23T01:47:29.067Z Downloaded termios v0.3.3
11702026-07-23T01:47:29.067Z Downloaded itertools v0.13.0
11712026-07-23T01:47:29.067Z Downloaded vergen v9.1.0
11722026-07-23T01:47:29.067Z Downloaded steno v0.4.1
11732026-07-23T01:47:29.067Z Downloaded zeroize v1.8.2
11742026-07-23T01:47:29.067Z Downloaded tokio-rustls v0.26.4
11752026-07-23T01:47:29.067Z Downloaded zstd-safe v7.2.4
11762026-07-23T01:47:29.067Z Downloaded iddqd v0.4.2
11772026-07-23T01:47:29.068Z Downloaded vsss-rs v3.3.4
11782026-07-23T01:47:29.068Z Downloaded toml v0.7.8
11792026-07-23T01:47:29.093Z Downloaded hkdf v0.13.0
11802026-07-23T01:47:29.093Z Downloaded unicode-bidi v0.3.18
11812026-07-23T01:47:29.093Z Downloaded rsa v0.10.0-rc.18
11822026-07-23T01:47:29.093Z Downloaded zstd v0.13.3
11832026-07-23T01:47:29.093Z Downloaded git2 v0.20.4
11842026-07-23T01:47:29.094Z Downloaded tungstenite v0.23.0
11852026-07-23T01:47:29.094Z Downloaded blake3 v1.8.5
11862026-07-23T01:47:29.094Z Downloaded toml_edit v0.23.10+spec-1.0.0
11872026-07-23T01:47:29.094Z Downloaded typify v0.6.2
11882026-07-23T01:47:29.094Z Downloaded yasna v0.5.2
11892026-07-23T01:47:29.094Z Downloaded tungstenite v0.21.0
11902026-07-23T01:47:29.094Z Downloaded serde_with v1.14.0
11912026-07-23T01:47:29.094Z Downloaded xshell v0.2.7
11922026-07-23T01:47:29.094Z Downloaded subprocess v0.2.15
11932026-07-23T01:47:29.094Z Downloaded rustyline v14.0.0
11942026-07-23T01:47:29.094Z Downloaded vte v0.14.1
11952026-07-23T01:47:29.094Z Downloaded tracing-core v0.1.36
11962026-07-23T01:47:29.094Z Downloaded p384 v0.13.1
11972026-07-23T01:47:29.094Z Downloaded zerocopy v0.6.6
11982026-07-23T01:47:29.094Z Downloaded chrono v0.4.45
11992026-07-23T01:47:29.131Z Downloaded zerovec-derive v0.11.2
12002026-07-23T01:47:29.131Z Downloaded unsafe-libyaml v0.2.11
12012026-07-23T01:47:29.131Z Downloaded uuid v1.23.4
12022026-07-23T01:47:29.131Z Downloaded toml v1.1.2+spec-1.1.0
12032026-07-23T01:47:29.131Z Downloaded regex v1.12.3
12042026-07-23T01:47:29.131Z Downloaded url v2.5.8
12052026-07-23T01:47:29.166Z Downloaded tokio-postgres v0.7.16
12062026-07-23T01:47:29.166Z Downloaded curve25519-dalek v4.1.3
12072026-07-23T01:47:29.166Z Downloaded rayon v1.11.0
12082026-07-23T01:47:29.166Z Downloaded zip v0.6.6
12092026-07-23T01:47:29.166Z Downloaded zopfli v0.8.3
12102026-07-23T01:47:29.166Z Downloaded lalrpop v0.19.12
12112026-07-23T01:47:29.194Z Downloaded unicode-segmentation v1.12.0
12122026-07-23T01:47:29.194Z Downloaded reedline v0.40.0
12132026-07-23T01:47:29.194Z Downloaded unicode_categories v0.1.1
12142026-07-23T01:47:29.194Z Downloaded ssh-key v0.7.0-rc.10
12152026-07-23T01:47:29.194Z Downloaded zerotrie v0.2.3
12162026-07-23T01:47:29.214Z Downloaded portable-atomic v1.13.1
12172026-07-23T01:47:29.214Z Downloaded rawzip v0.4.4
12182026-07-23T01:47:29.214Z Downloaded goblin v0.10.5
12192026-07-23T01:47:29.240Z Downloaded reqwest v0.12.28
12202026-07-23T01:47:29.240Z Downloaded yansi v1.0.1
12212026-07-23T01:47:29.240Z Downloaded toml_edit v0.19.15
12222026-07-23T01:47:29.240Z Downloaded zerocopy-derive v0.8.40
12232026-07-23T01:47:29.252Z Downloaded zip v4.6.1
12242026-07-23T01:47:29.252Z Downloaded serde_with v3.21.0
12252026-07-23T01:47:29.252Z Downloaded x509-cert v0.2.5
12262026-07-23T01:47:29.252Z Downloaded tough v0.22.0
12272026-07-23T01:47:29.267Z Downloaded quick-xml v0.37.5
12282026-07-23T01:47:29.267Z Downloaded object v0.30.4
12292026-07-23T01:47:29.286Z Downloaded moka v0.12.13
12302026-07-23T01:47:29.287Z Downloaded quinn-proto v0.11.13
12312026-07-23T01:47:29.287Z Downloaded typed-path v0.9.3
12322026-07-23T01:47:29.287Z Downloaded curve25519-dalek v5.0.0-rc.0
12332026-07-23T01:47:29.296Z Downloaded petname v2.0.2
12342026-07-23T01:47:29.296Z Downloaded dropshot v0.17.1
12352026-07-23T01:47:29.314Z Downloaded tower-http v0.6.8
12362026-07-23T01:47:29.315Z Downloaded unicode-normalization v0.1.25
12372026-07-23T01:47:29.315Z Downloaded salty v0.3.0
12382026-07-23T01:47:29.332Z Downloaded proptest v1.10.0
12392026-07-23T01:47:29.332Z Downloaded zerovec v0.11.5
12402026-07-23T01:47:29.332Z Downloaded crypto-bigint v0.7.5
12412026-07-23T01:47:29.332Z Downloaded polar-core v0.27.3
12422026-07-23T01:47:29.350Z Downloaded bstr v1.12.1
12432026-07-23T01:47:29.350Z Downloaded winnow v1.0.3
12442026-07-23T01:47:29.350Z Downloaded tokio-util v0.7.18
12452026-07-23T01:47:29.368Z Downloaded winnow v0.6.26
12462026-07-23T01:47:29.369Z Downloaded winnow v0.5.40
12472026-07-23T01:47:29.369Z Downloaded tabled v0.20.0
12482026-07-23T01:47:29.790Z Downloaded russh v0.61.2
12492026-07-23T01:47:29.790Z Downloaded time v0.3.47
12502026-07-23T01:47:29.790Z Downloaded zlib-rs v0.6.2
12512026-07-23T01:47:29.790Z Downloaded nix v0.28.0
12522026-07-23T01:47:29.790Z Downloaded radix_trie v0.2.1
12532026-07-23T01:47:29.790Z Downloaded reqwest v0.13.2
12542026-07-23T01:47:29.790Z Downloaded nix v0.27.1
12552026-07-23T01:47:29.790Z Downloaded openssl v0.10.79
12562026-07-23T01:47:29.790Z Downloaded openapiv3 v2.2.0
12572026-07-23T01:47:29.790Z Downloaded smoltcp v0.11.0
12582026-07-23T01:47:29.790Z Downloaded regex-syntax v0.6.29
12592026-07-23T01:47:29.790Z Downloaded tower v0.5.3
12602026-07-23T01:47:29.790Z Downloaded nix v0.31.2
12612026-07-23T01:47:29.790Z Downloaded hickory-proto v0.24.4
12622026-07-23T01:47:29.790Z Downloaded smoltcp v0.9.1
12632026-07-23T01:47:29.790Z Downloaded object v0.37.3
12642026-07-23T01:47:29.790Z Downloaded zerocopy v0.8.40
12652026-07-23T01:47:29.790Z Downloaded regress v0.10.5
12662026-07-23T01:47:29.791Z Downloaded vcpkg v0.2.15
12672026-07-23T01:47:29.791Z Downloaded regex-syntax v0.8.10
12682026-07-23T01:47:29.791Z Downloaded hickory-proto v0.25.2
12692026-07-23T01:47:29.791Z Downloaded diesel v2.3.7
12702026-07-23T01:47:29.791Z Downloaded rustls v0.23.41
12712026-07-23T01:47:29.791Z Downloaded rustix v0.38.44
12722026-07-23T01:47:29.791Z Downloaded fiat-crypto v0.3.0
12732026-07-23T01:47:29.791Z Downloaded regress v0.11.1
12742026-07-23T01:47:29.791Z Downloaded ratatui v0.29.0
12752026-07-23T01:47:29.791Z Downloaded sqlparser v0.61.0
12762026-07-23T01:47:29.791Z Downloaded sled v0.34.7
12772026-07-23T01:47:29.791Z Downloaded tracing v0.1.44
12782026-07-23T01:47:29.791Z Downloaded typify-impl v0.6.2
12792026-07-23T01:47:29.791Z Downloaded sha3 v0.11.0
12802026-07-23T01:47:29.791Z Downloaded bzip2-sys v0.1.13+1.0.8
12812026-07-23T01:47:29.791Z Downloaded zerocopy-derive v0.6.6
12822026-07-23T01:47:29.791Z Downloaded regex-automata v0.4.14
12832026-07-23T01:47:29.791Z Downloaded jiff v0.2.21
12842026-07-23T01:47:29.791Z Downloaded petgraph v0.8.3
12852026-07-23T01:47:29.791Z Downloaded petgraph v0.6.5
12862026-07-23T01:47:29.791Z Downloaded chrono-tz v0.10.4
12872026-07-23T01:47:29.791Z Downloaded libz-sys v1.1.24
12882026-07-23T01:47:29.791Z Downloaded csv v1.4.0
12892026-07-23T01:47:29.791Z Downloaded encoding_rs v0.8.35
12902026-07-23T01:47:29.791Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12912026-07-23T01:47:29.852Z Downloaded sha3 v0.10.8
12922026-07-23T01:47:29.852Z Downloaded tokio v1.52.1
12932026-07-23T01:47:29.908Z Downloaded ring v0.17.14
12942026-07-23T01:47:29.979Z Downloaded libgit2-sys v0.18.3+1.9.2
12952026-07-23T01:47:30.490Z Downloaded aws-lc-sys v0.40.0
12962026-07-23T01:47:30.695Z Compiling libc v0.2.185
12972026-07-23T01:47:30.695Z Compiling serde_core v1.0.228
12982026-07-23T01:47:30.695Z Compiling serde v1.0.228
12992026-07-23T01:47:30.761Z Compiling log v0.4.29
13002026-07-23T01:47:30.761Z Compiling smallvec v1.15.1
13012026-07-23T01:47:30.761Z Compiling find-msvc-tools v0.1.9
13022026-07-23T01:47:30.761Z Compiling shlex v1.3.0
13032026-07-23T01:47:30.761Z Compiling subtle v2.6.1
13042026-07-23T01:47:30.859Z Compiling scopeguard v1.2.0
13052026-07-23T01:47:30.875Z Compiling stable_deref_trait v1.2.1
13062026-07-23T01:47:30.875Z Compiling typenum v1.20.1
13072026-07-23T01:47:30.875Z Compiling serde_json v1.0.150
13082026-07-23T01:47:30.875Z Compiling zerocopy v0.8.40
13092026-07-23T01:47:30.894Z Compiling portable-atomic v1.13.1
13102026-07-23T01:47:30.905Z Compiling syn v2.0.117
13112026-07-23T01:47:30.927Z Compiling parking_lot_core v0.9.12
13122026-07-23T01:47:35.095Z Compiling pin-project-lite v0.2.17
13132026-07-23T01:47:35.146Z Compiling getrandom v0.4.1
13142026-07-23T01:47:35.146Z Compiling lock_api v0.4.14
13152026-07-23T01:47:35.146Z Compiling libm v0.2.16
13162026-07-23T01:47:35.146Z Compiling pkg-config v0.3.32
13172026-07-23T01:47:35.146Z Compiling critical-section v1.2.0
13182026-07-23T01:47:35.146Z Compiling num-traits v0.2.19
13192026-07-23T01:47:35.146Z Compiling rand_core v0.10.0
13202026-07-23T01:47:35.146Z Compiling futures-core v0.3.32
13212026-07-23T01:47:35.146Z Compiling generic-array v0.14.7
13222026-07-23T01:47:35.146Z Compiling const-oid v0.9.6
13232026-07-23T01:47:35.146Z Compiling percent-encoding v2.3.2
13242026-07-23T01:47:35.146Z Compiling writeable v0.6.2
13252026-07-23T01:47:35.147Z Compiling litemap v0.8.1
13262026-07-23T01:47:35.147Z Compiling icu_normalizer_data v2.1.1
13272026-07-23T01:47:35.147Z Compiling icu_properties_data v2.1.2
13282026-07-23T01:47:35.147Z Compiling futures-sink v0.3.32
13292026-07-23T01:47:35.147Z Compiling futures-task v0.3.32
13302026-07-23T01:47:35.147Z Compiling slab v0.4.12
13312026-07-23T01:47:35.147Z Compiling futures-io v0.3.32
13322026-07-23T01:47:35.147Z Compiling utf8_iter v1.0.4
13332026-07-23T01:47:35.147Z Compiling futures-channel v0.3.32
13342026-07-23T01:47:35.147Z Compiling form_urlencoded v1.2.2
13352026-07-23T01:47:35.147Z Compiling rustversion v1.0.22
13362026-07-23T01:47:35.147Z Compiling getrandom v0.3.4
13372026-07-23T01:47:35.147Z Compiling dunce v1.0.5
13382026-07-23T01:47:35.147Z Compiling jobserver v0.1.34
13392026-07-23T01:47:35.147Z Compiling errno v0.3.14
13402026-07-23T01:47:35.147Z Compiling getrandom v0.2.17
13412026-07-23T01:47:35.147Z Compiling mio v1.2.0
13422026-07-23T01:47:35.147Z Compiling socket2 v0.6.3
13432026-07-23T01:47:35.147Z Compiling fs_extra v1.3.0
13442026-07-23T01:47:35.147Z Compiling signal-hook-registry v1.4.8
13452026-07-23T01:47:35.147Z Compiling rand_core v0.6.4
13462026-07-23T01:47:35.147Z Compiling cc v1.2.56
13472026-07-23T01:47:35.147Z Compiling once_cell v1.21.3
13482026-07-23T01:47:35.147Z Compiling parking_lot v0.12.5
13492026-07-23T01:47:35.148Z Compiling iana-time-zone v0.1.65
13502026-07-23T01:47:35.148Z Compiling rustix v1.1.3
13512026-07-23T01:47:35.148Z Compiling ident_case v1.0.1
13522026-07-23T01:47:35.148Z Compiling regex-syntax v0.8.10
13532026-07-23T01:47:35.148Z Compiling base64ct v1.8.3
13542026-07-23T01:47:35.148Z Compiling base64 v0.22.1
13552026-07-23T01:47:35.148Z Compiling vcpkg v0.2.15
13562026-07-23T01:47:35.148Z Compiling tracing-core v0.1.36
13572026-07-23T01:47:35.148Z Compiling aws-lc-rs v1.16.3
13582026-07-23T01:47:35.148Z Compiling flagset v0.4.7
13592026-07-23T01:47:35.148Z Compiling pem-rfc7468 v0.7.0
13602026-07-23T01:47:35.148Z Compiling schemars v0.8.22
13612026-07-23T01:47:35.148Z Compiling cmov v0.5.4
13622026-07-23T01:47:35.148Z Compiling dyn-clone v1.0.20
13632026-07-23T01:47:35.148Z Compiling rand_core v0.9.5
13642026-07-23T01:47:35.148Z Compiling httparse v1.10.1
13652026-07-23T01:47:35.148Z Compiling tinyvec_macros v0.1.1
13662026-07-23T01:47:35.148Z Compiling openssl-probe v0.2.1
13672026-07-23T01:47:35.148Z Compiling ctutils v0.4.2
13682026-07-23T01:47:35.148Z Compiling cmake v0.1.57
13692026-07-23T01:47:35.148Z Compiling tinyvec v1.10.0
13702026-07-23T01:47:35.148Z Compiling aho-corasick v1.1.4
13712026-07-23T01:47:35.148Z Compiling try-lock v0.2.5
13722026-07-23T01:47:35.148Z Compiling tower-layer v0.3.3
13732026-07-23T01:47:35.148Z Compiling untrusted v0.7.1
13742026-07-23T01:47:35.148Z Compiling tower-service v0.3.3
13752026-07-23T01:47:35.148Z Compiling atomic-waker v1.1.2
13762026-07-23T01:47:35.148Z Compiling want v0.3.1
13772026-07-23T01:47:35.149Z Compiling httpdate v1.0.3
13782026-07-23T01:47:35.149Z Compiling openssl v0.10.79
13792026-07-23T01:47:35.149Z Compiling cpufeatures v0.2.17
13802026-07-23T01:47:35.149Z Compiling rustls v0.23.41
13812026-07-23T01:47:35.149Z Compiling foreign-types-shared v0.1.1
13822026-07-23T01:47:35.149Z Compiling untrusted v0.9.0
13832026-07-23T01:47:35.149Z Compiling bitflags v2.11.0
13842026-07-23T01:47:35.149Z Compiling semver v1.0.28
13852026-07-23T01:47:35.149Z Compiling indexmap v2.14.0
13862026-07-23T01:47:35.149Z Compiling uuid v1.23.4
13872026-07-23T01:47:35.149Z Compiling foreign-types v0.3.2
13882026-07-23T01:47:35.149Z Compiling unicode-normalization v0.1.25
13892026-07-23T01:47:35.149Z Compiling spin v0.9.8
13902026-07-23T01:47:35.149Z Compiling native-tls v0.2.18
13912026-07-23T01:47:35.149Z Compiling num-conv v0.2.0
13922026-07-23T01:47:35.149Z Compiling crc32fast v1.5.0
13932026-07-23T01:47:35.149Z Compiling rustc_version v0.4.1
13942026-07-23T01:47:35.149Z Compiling powerfmt v0.2.0
13952026-07-23T01:47:35.149Z Compiling time-core v0.1.8
13962026-07-23T01:47:35.149Z Compiling wait-timeout v0.2.1
13972026-07-23T01:47:35.149Z Compiling sync_wrapper v1.0.2
13982026-07-23T01:47:35.149Z Compiling simd-adler32 v0.3.8
13992026-07-23T01:47:35.150Z Compiling time-macros v0.2.27
14002026-07-23T01:47:35.150Z Compiling deranged v0.5.8
14012026-07-23T01:47:35.150Z Compiling aws-lc-sys v0.40.0
14022026-07-23T01:47:35.150Z Compiling openssl-sys v0.9.115
14032026-07-23T01:47:35.150Z Compiling regex-automata v0.4.14
14042026-07-23T01:47:35.150Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14052026-07-23T01:47:35.150Z Compiling siphasher v1.0.2
14062026-07-23T01:47:35.150Z Compiling usdt-impl v0.6.0
14072026-07-23T01:47:35.150Z Compiling synstructure v0.13.2
14082026-07-23T01:47:35.150Z Compiling serde_derive_internals v0.29.1
14092026-07-23T01:47:35.150Z Compiling pest_generator v2.8.6
14102026-07-23T01:47:35.150Z Compiling darling_core v0.20.11
14112026-07-23T01:47:35.150Z Compiling syn v1.0.109
14122026-07-23T01:47:35.150Z Compiling tempfile v3.25.0
14132026-07-23T01:47:35.279Z Compiling quick-error v1.2.3
14142026-07-23T01:47:35.279Z Compiling num_threads v0.1.7
14152026-07-23T01:47:35.279Z Compiling crossbeam-utils v0.8.21
14162026-07-23T01:47:35.279Z Compiling bit-vec v0.8.0
14172026-07-23T01:47:35.279Z Compiling rusty-fork v0.3.1
14182026-07-23T01:47:35.279Z Compiling darling_core v0.23.0
14192026-07-23T01:47:35.279Z Compiling heapless v0.7.17
14202026-07-23T01:47:35.279Z Compiling bzip2-sys v0.1.13+1.0.8
14212026-07-23T01:47:35.279Z Compiling bit-set v0.8.0
14222026-07-23T01:47:35.279Z Compiling rand_xorshift v0.4.0
14232026-07-23T01:47:35.279Z Compiling slog v2.8.2
14242026-07-23T01:47:35.279Z Compiling time v0.3.47
14252026-07-23T01:47:35.280Z Compiling thread-id v5.1.0
14262026-07-23T01:47:35.280Z Compiling cookie v0.18.1
14272026-07-23T01:47:35.280Z Compiling unicode-bidi v0.3.18
14282026-07-23T01:47:35.280Z Compiling ryu v1.0.23
14292026-07-23T01:47:35.280Z Compiling zstd-safe v7.2.4
14302026-07-23T01:47:35.280Z Compiling signal-hook v0.3.18
14312026-07-23T01:47:35.280Z Compiling adler2 v2.0.1
14322026-07-23T01:47:35.280Z Compiling unicode-properties v0.1.4
14332026-07-23T01:47:35.280Z Compiling allocator-api2 v0.2.21
14342026-07-23T01:47:35.280Z Compiling anyhow v1.0.102
14352026-07-23T01:47:35.280Z Compiling paste v1.0.15
14362026-07-23T01:47:35.288Z Compiling iri-string v0.7.10
14372026-07-23T01:47:35.288Z Compiling unarray v0.1.4
14382026-07-23T01:47:35.288Z Compiling miniz_oxide v0.8.9
14392026-07-23T01:47:35.294Z Compiling stringprep v0.1.5
14402026-07-23T01:47:35.512Z Compiling camino v1.2.2
14412026-07-23T01:47:35.542Z Compiling curve25519-dalek v4.1.3
14422026-07-23T01:47:35.561Z Compiling serde_derive v1.0.228
14432026-07-23T01:47:35.653Z Compiling zeroize_derive v1.4.3
14442026-07-23T01:47:35.762Z Compiling zerofrom-derive v0.1.6
14452026-07-23T01:47:35.889Z Compiling yoke-derive v0.8.1
14462026-07-23T01:47:35.916Z Compiling zerovec-derive v0.11.2
14472026-07-23T01:47:35.922Z Compiling displaydoc v0.2.5
14482026-07-23T01:47:35.945Z Compiling zerocopy-derive v0.8.40
14492026-07-23T01:47:36.030Z Compiling tokio-macros v2.7.0
14502026-07-23T01:47:36.337Z Compiling futures-macro v0.3.32
14512026-07-23T01:47:36.352Z Compiling zeroize v1.8.2
14522026-07-23T01:47:36.470Z Compiling tracing-attributes v0.1.31
14532026-07-23T01:47:36.723Z Compiling der_derive v0.7.3
14542026-07-23T01:47:36.778Z Compiling thiserror-impl v2.0.18
14552026-07-23T01:47:36.807Z Compiling rustls-pki-types v1.14.0
14562026-07-23T01:47:37.114Z Compiling block-buffer v0.10.4
14572026-07-23T01:47:37.118Z Compiling crypto-common v0.1.7
14582026-07-23T01:47:37.143Z Compiling schemars_derive v0.8.22
14592026-07-23T01:47:37.198Z Compiling futures-util v0.3.32
14602026-07-23T01:47:37.221Z Compiling zerofrom v0.1.6
14612026-07-23T01:47:37.269Z Compiling digest v0.10.7
14622026-07-23T01:47:37.287Z Compiling hybrid-array v0.4.13
14632026-07-23T01:47:37.302Z Compiling scroll_derive v0.13.1
14642026-07-23T01:47:37.316Z Compiling pest_derive v2.8.6
14652026-07-23T01:47:37.362Z Compiling yoke v0.8.1
14662026-07-23T01:47:37.540Z Compiling zerovec v0.11.5
14672026-07-23T01:47:37.563Z Compiling zerotrie v0.2.3
14682026-07-23T01:47:37.747Z Compiling der v0.7.10
14692026-07-23T01:47:37.808Z Compiling darling_macro v0.20.11
14702026-07-23T01:47:37.869Z Compiling tracing v0.1.44
14712026-07-23T01:47:37.885Z Compiling openssl-macros v0.1.1
14722026-07-23T01:47:37.944Z Compiling sha2 v0.10.9
14732026-07-23T01:47:38.069Z Compiling tinystr v0.8.2
14742026-07-23T01:47:38.089Z Compiling potential_utf v0.1.4
14752026-07-23T01:47:38.165Z Compiling hmac v0.12.1
14762026-07-23T01:47:38.180Z Compiling thiserror v2.0.18
14772026-07-23T01:47:38.195Z Compiling scroll v0.13.0
14782026-07-23T01:47:38.268Z Compiling icu_locale_core v2.1.1
14792026-07-23T01:47:38.288Z Compiling icu_collections v2.1.1
14802026-07-23T01:47:38.303Z Compiling dtrace-parser v0.3.0
14812026-07-23T01:47:38.338Z Compiling thiserror-impl v1.0.69
14822026-07-23T01:47:38.365Z Compiling darling v0.20.11
14832026-07-23T01:47:38.461Z Compiling goblin v0.10.5
14842026-07-23T01:47:38.488Z Compiling derive_builder_core v0.20.2
14852026-07-23T01:47:38.491Z Compiling scroll_derive v0.12.1
14862026-07-23T01:47:38.788Z Compiling spki v0.7.3
14872026-07-23T01:47:38.993Z Compiling icu_provider v2.1.1
14882026-07-23T01:47:39.010Z Compiling pkcs8 v0.10.2
14892026-07-23T01:47:39.081Z Compiling bytes v1.11.1
14902026-07-23T01:47:39.118Z Compiling chrono v0.4.45
14912026-07-23T01:47:39.142Z Compiling ipnet v2.11.0
14922026-07-23T01:47:39.223Z Compiling scroll v0.12.0
14932026-07-23T01:47:39.293Z Compiling icu_normalizer v2.1.1
14942026-07-23T01:47:39.312Z Compiling icu_properties v2.1.2
14952026-07-23T01:47:39.327Z Compiling serde_tokenstream v0.2.3
14962026-07-23T01:47:39.345Z Compiling serde_urlencoded v0.7.1
14972026-07-23T01:47:39.376Z Compiling derive_builder_macro v0.20.2
14982026-07-23T01:47:39.502Z Compiling toml_datetime v0.6.11
14992026-07-23T01:47:39.565Z Compiling tokio v1.52.1
15002026-07-23T01:47:39.604Z Compiling http v1.4.2
15012026-07-23T01:47:39.652Z Compiling serde_spanned v0.6.9
15022026-07-23T01:47:39.668Z Compiling hex v0.4.3
15032026-07-23T01:47:39.696Z Compiling thiserror v1.0.69
15042026-07-23T01:47:39.713Z Compiling erased-serde v0.3.31
15052026-07-23T01:47:39.774Z Compiling crypto-common v0.2.2
15062026-07-23T01:47:39.808Z Compiling block-padding v0.4.2
15072026-07-23T01:47:39.808Z Compiling block-buffer v0.12.1
15082026-07-23T01:47:39.846Z Compiling md-5 v0.10.6
15092026-07-23T01:47:39.898Z Compiling signature v2.2.0
15102026-07-23T01:47:39.945Z Compiling darling_macro v0.23.0
15112026-07-23T01:47:39.986Z Compiling rustls-native-certs v0.8.3
15122026-07-23T01:47:40.020Z Compiling bstr v1.12.1
15132026-07-23T01:47:40.020Z Compiling async-trait v0.1.89
15142026-07-23T01:47:40.094Z Compiling pin-project-internal v1.1.11
15152026-07-23T01:47:40.285Z Compiling idna_adapter v1.2.1
15162026-07-23T01:47:40.399Z Compiling http-body v1.0.1
15172026-07-23T01:47:40.468Z Compiling idna v1.1.0
15182026-07-23T01:47:40.475Z Compiling ppv-lite86 v0.2.21
15192026-07-23T01:47:40.543Z Compiling http-body-util v0.1.3
15202026-07-23T01:47:40.586Z Compiling zerocopy-derive v0.7.35
15212026-07-23T01:47:40.605Z Compiling num-integer v0.1.46
15222026-07-23T01:47:40.686Z Compiling vergen-lib v9.1.0
15232026-07-23T01:47:40.767Z Compiling url v2.5.8
15242026-07-23T01:47:40.805Z Compiling rand_chacha v0.9.0
15252026-07-23T01:47:40.816Z Compiling rand_chacha v0.3.1
15262026-07-23T01:47:40.844Z Compiling hash32 v0.2.1
15272026-07-23T01:47:40.929Z Compiling memoffset v0.9.1
15282026-07-23T01:47:41.032Z Compiling encoding_rs v0.8.35
15292026-07-23T01:47:41.059Z Compiling rand v0.9.2
15302026-07-23T01:47:41.134Z Compiling psl-types v2.0.11
15312026-07-23T01:47:41.151Z Compiling cfg_aliases v0.2.1
15322026-07-23T01:47:41.163Z Compiling litrs v1.0.0
15332026-07-23T01:47:41.233Z Compiling zlib-rs v0.6.2
15342026-07-23T01:47:41.379Z Compiling dof v0.4.0
15352026-07-23T01:47:41.430Z Compiling rustix v0.38.44
15362026-07-23T01:47:41.481Z Compiling smoltcp v0.9.1
15372026-07-23T01:47:41.529Z Compiling fallible-iterator v0.2.0
15382026-07-23T01:47:41.593Z Compiling ref-cast v1.0.25
15392026-07-23T01:47:41.651Z Compiling proptest v1.10.0
15402026-07-23T01:47:41.671Z Compiling num-bigint-dig v0.8.6
15412026-07-23T01:47:41.695Z Compiling mime v0.3.17
15422026-07-23T01:47:41.904Z Compiling postgres-protocol v0.6.10
15432026-07-23T01:47:41.916Z Compiling document-features v0.2.12
15442026-07-23T01:47:41.916Z Compiling zerocopy v0.7.35
15452026-07-23T01:47:41.916Z Compiling pin-project v1.1.11
15462026-07-23T01:47:41.948Z Compiling publicsuffix v2.3.0
15472026-07-23T01:47:42.007Z Compiling nix v0.31.2
15482026-07-23T01:47:42.053Z Compiling ipnetwork v0.21.1
15492026-07-23T01:47:42.147Z Compiling rand v0.8.6
15502026-07-23T01:47:42.391Z Compiling oxnet v0.1.6
15512026-07-23T01:47:42.478Z Compiling num-iter v0.1.45
15522026-07-23T01:47:42.490Z Compiling darling v0.23.0
15532026-07-23T01:47:42.525Z Compiling inout v0.2.2
15542026-07-23T01:47:42.544Z Compiling derive_builder v0.20.2
15552026-07-23T01:47:42.582Z Compiling goblin v0.8.2
15562026-07-23T01:47:42.597Z Compiling hubpack_derive v0.1.1
15572026-07-23T01:47:42.601Z Compiling futures-executor v0.3.32
15582026-07-23T01:47:42.698Z Compiling regex v1.12.3
15592026-07-23T01:47:42.794Z Compiling snafu-derive v0.8.9
15602026-07-23T01:47:42.809Z Compiling ref-cast-impl v1.0.25
15612026-07-23T01:47:42.812Z Compiling strum_macros v0.27.2
15622026-07-23T01:47:42.843Z Compiling daft-derive v0.1.7
15632026-07-23T01:47:42.891Z Compiling curve25519-dalek-derive v0.1.1
15642026-07-23T01:47:43.088Z Compiling terminal_size v0.4.3
15652026-07-23T01:47:43.107Z Compiling phf_shared v0.13.1
15662026-07-23T01:47:43.149Z Compiling lazy_static v1.5.0
15672026-07-23T01:47:43.179Z Compiling cargo-platform v0.3.2
15682026-07-23T01:47:43.241Z Compiling anstyle-parse v0.2.7
15692026-07-23T01:47:43.256Z Compiling vergen v9.1.0
15702026-07-23T01:47:43.322Z Compiling ff v0.13.1
15712026-07-23T01:47:43.365Z Compiling ahash v0.8.12
15722026-07-23T01:47:43.399Z Compiling fs-err v3.3.0
15732026-07-23T01:47:43.439Z Compiling tokio-util v0.7.18
15742026-07-23T01:47:43.468Z Compiling tower v0.5.3
15752026-07-23T01:47:43.483Z Compiling tokio-native-tls v0.3.1
15762026-07-23T01:47:43.487Z Compiling winnow v0.5.40
15772026-07-23T01:47:43.487Z Compiling object v0.37.3
15782026-07-23T01:47:43.589Z Compiling foldhash v0.1.5
15792026-07-23T01:47:43.611Z Compiling bitflags v1.3.2
15802026-07-23T01:47:43.615Z Compiling managed v0.8.0
15812026-07-23T01:47:43.640Z Compiling unicode-segmentation v1.12.0
15822026-07-23T01:47:43.668Z Compiling same-file v1.0.6
15832026-07-23T01:47:43.698Z Compiling base16ct v0.2.0
15842026-07-23T01:47:43.777Z Compiling bumpalo v3.20.2
15852026-07-23T01:47:43.828Z Compiling foldhash v0.2.0
15862026-07-23T01:47:43.844Z Compiling libbz2-rs-sys v0.2.2
15872026-07-23T01:47:43.889Z Compiling tower-http v0.6.8
15882026-07-23T01:47:43.912Z Compiling sec1 v0.7.3
15892026-07-23T01:47:43.963Z Compiling newtype-uuid v1.3.2
15902026-07-23T01:47:44.044Z Compiling zopfli v0.8.3
15912026-07-23T01:47:44.044Z Compiling hashbrown v0.16.1
15922026-07-23T01:47:44.197Z Compiling h2 v0.4.15
15932026-07-23T01:47:44.309Z Compiling flate2 v1.1.9
15942026-07-23T01:47:44.323Z Compiling bzip2 v0.6.1
15952026-07-23T01:47:44.497Z Compiling daft v0.1.7
15962026-07-23T01:47:44.507Z Compiling walkdir v2.5.0
15972026-07-23T01:47:44.551Z Compiling hashbrown v0.15.5
15982026-07-23T01:47:44.558Z Compiling clap_builder v4.6.0
15992026-07-23T01:47:44.752Z Compiling snafu v0.8.9
16002026-07-23T01:47:44.776Z Compiling toml_edit v0.19.15
16012026-07-23T01:47:44.806Z Compiling dof v0.3.0
16022026-07-23T01:47:44.822Z Compiling strum v0.27.2
16032026-07-23T01:47:44.835Z Compiling group v0.13.0
16042026-07-23T01:47:44.866Z Compiling anstream v0.6.21
16052026-07-23T01:47:44.939Z Compiling cargo_metadata v0.23.1
16062026-07-23T01:47:44.963Z Compiling phf v0.13.1
16072026-07-23T01:47:45.026Z Compiling signal-hook-mio v0.2.5
16082026-07-23T01:47:45.111Z Compiling hubpack v0.1.2
16092026-07-23T01:47:45.194Z Compiling cookie_store v0.22.1
16102026-07-23T01:47:45.205Z Compiling usdt-attr-macro v0.6.0
16112026-07-23T01:47:45.218Z Compiling usdt-macro v0.6.0
16122026-07-23T01:47:45.349Z Compiling futures v0.3.32
16132026-07-23T01:47:45.415Z Compiling bzip2 v0.4.4
16142026-07-23T01:47:45.444Z Compiling cipher v0.5.2
16152026-07-23T01:47:45.561Z Compiling serde_with_macros v3.21.0
16162026-07-23T01:47:45.595Z Compiling postgres-types v0.2.12
16172026-07-23T01:47:45.635Z Compiling zstd v0.13.3
16182026-07-23T01:47:45.875Z Compiling globset v0.4.18
16192026-07-23T01:47:45.927Z Compiling ed25519 v2.2.3
16202026-07-23T01:47:46.010Z Compiling dtrace-parser v0.2.0
16212026-07-23T01:47:46.060Z Compiling pkcs1 v0.7.5
16222026-07-23T01:47:46.152Z Compiling serde-big-array v0.5.1
16232026-07-23T01:47:46.169Z Compiling olpc-cjson v0.1.4
16242026-07-23T01:47:46.309Z Compiling serde_plain v1.0.2
16252026-07-23T01:47:46.352Z Compiling hkdf v0.12.4
16262026-07-23T01:47:46.370Z Compiling crypto-bigint v0.5.5
16272026-07-23T01:47:46.491Z Compiling strum_macros v0.26.4
16282026-07-23T01:47:46.525Z Compiling clap_derive v4.6.1
16292026-07-23T01:47:46.537Z Compiling async-recursion v1.1.1
16302026-07-23T01:47:46.584Z Compiling serde_repr v0.1.20
16312026-07-23T01:47:46.734Z Compiling enum-as-inner v0.6.1
16322026-07-23T01:47:46.776Z Compiling phf_shared v0.11.3
16332026-07-23T01:47:46.865Z Compiling float-cmp v0.10.0
16342026-07-23T01:47:46.981Z Compiling pem v3.0.6
16352026-07-23T01:47:46.996Z Compiling memmap2 v0.9.10
16362026-07-23T01:47:47.032Z Compiling thread-id v4.2.2
16372026-07-23T01:47:47.153Z Compiling env_filter v1.0.0
16382026-07-23T01:47:47.185Z Compiling fixedbitset v0.5.7
16392026-07-23T01:47:47.253Z Compiling winnow v1.0.3
16402026-07-23T01:47:47.268Z Compiling precomputed-hash v0.1.1
16412026-07-23T01:47:47.308Z Compiling cpufeatures v0.3.0
16422026-07-23T01:47:47.347Z Compiling difflib v0.4.0
16432026-07-23T01:47:47.372Z Compiling keccak v0.1.6
16442026-07-23T01:47:47.397Z Compiling hyper v1.10.1
16452026-07-23T01:47:47.480Z Compiling whoami v2.1.0
16462026-07-23T01:47:47.518Z Compiling static_assertions v1.1.0
16472026-07-23T01:47:47.533Z Compiling either v1.15.0
16482026-07-23T01:47:47.602Z Compiling predicates-core v1.0.10
16492026-07-23T01:47:47.647Z Compiling fixedbitset v0.4.2
16502026-07-23T01:47:47.663Z Compiling normalize-line-endings v0.3.0
16512026-07-23T01:47:47.754Z Compiling data-encoding v2.10.0
16522026-07-23T01:47:47.771Z Compiling typed-path v0.9.3
16532026-07-23T01:47:47.798Z Compiling const-oid v0.10.2
16542026-07-23T01:47:47.814Z Compiling new_debug_unreachable v1.0.6
16552026-07-23T01:47:47.879Z Compiling jiff v0.2.21
16562026-07-23T01:47:47.894Z Compiling string_cache v0.8.9
16572026-07-23T01:47:47.908Z Compiling toml_edit v0.22.27
16582026-07-23T01:47:47.942Z Compiling petgraph v0.6.5
16592026-07-23T01:47:48.014Z Compiling digest v0.11.3
16602026-07-23T01:47:48.126Z Compiling hickory-proto v0.25.2
16612026-07-23T01:47:48.140Z Compiling predicates v3.1.4
16622026-07-23T01:47:48.257Z Compiling itertools v0.13.0
16632026-07-23T01:47:48.303Z Compiling strum v0.26.3
16642026-07-23T01:47:48.390Z Compiling clap v4.6.1
16652026-07-23T01:47:48.451Z Compiling tokio-postgres v0.7.16
16662026-07-23T01:47:48.465Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16672026-07-23T01:47:48.481Z Compiling toml_parser v1.1.2+spec-1.1.0
16682026-07-23T01:47:48.498Z Compiling sha3 v0.10.8
16692026-07-23T01:47:48.554Z Compiling hyper-util v0.1.20
16702026-07-23T01:47:48.805Z Compiling petgraph v0.8.3
16712026-07-23T01:47:48.984Z Compiling chacha20 v0.10.0
16722026-07-23T01:47:49.012Z Compiling elliptic-curve v0.13.8
16732026-07-23T01:47:49.050Z Compiling env_logger v0.11.9
16742026-07-23T01:47:49.150Z Compiling usdt v0.6.0
16752026-07-23T01:47:49.363Z Compiling usdt-impl v0.5.0
16762026-07-23T01:47:49.417Z Compiling serde_with v3.21.0
16772026-07-23T01:47:49.432Z Compiling crossterm v0.28.1
16782026-07-23T01:47:49.435Z Compiling rsa v0.9.10
16792026-07-23T01:47:49.461Z Compiling toml v0.7.8
16802026-07-23T01:47:49.522Z Compiling ed25519-dalek v2.2.0
16812026-07-23T01:47:49.963Z Compiling hyper-tls v0.6.0
16822026-07-23T01:47:50.249Z Compiling reqwest v0.12.28
16832026-07-23T01:47:50.318Z Compiling zip v0.6.6
16842026-07-23T01:47:50.539Z Compiling zip v4.6.1
16852026-07-23T01:47:50.684Z Compiling iddqd v0.4.2
16862026-07-23T01:47:50.777Z Compiling tokio-stream v0.1.18
16872026-07-23T01:47:50.793Z Compiling heck v0.4.1
16882026-07-23T01:47:50.921Z Compiling similar v2.7.0
16892026-07-23T01:47:51.038Z Compiling buf-list v1.1.2
16902026-07-23T01:47:51.170Z Compiling byte-wrapper v0.1.0
16912026-07-23T01:47:51.258Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16922026-07-23T01:47:51.262Z Compiling openapiv3 v2.2.0
16932026-07-23T01:47:51.344Z Compiling x509-cert v0.2.5
16942026-07-23T01:47:51.383Z Compiling crossbeam-epoch v0.9.18
16952026-07-23T01:47:51.539Z Compiling peg-runtime v0.8.5
16962026-07-23T01:47:51.554Z Compiling lalrpop-util v0.19.12
16972026-07-23T01:47:51.581Z Compiling thread_local v1.1.9
16982026-07-23T01:47:51.736Z Compiling slog-async v2.8.0
16992026-07-23T01:47:51.767Z Compiling crossbeam-channel v0.5.15
17002026-07-23T01:47:51.821Z Compiling is-terminal v0.4.17
17012026-07-23T01:47:51.907Z Compiling filetime v0.2.27
17022026-07-23T01:47:51.908Z Compiling take_mut v0.2.2
17032026-07-23T01:47:51.933Z Compiling xattr v1.6.1
17042026-07-23T01:47:51.982Z Compiling term v1.2.1
17052026-07-23T01:47:52.017Z Compiling camino-tempfile v1.4.1
17062026-07-23T01:47:52.103Z Compiling tar v0.4.46
17072026-07-23T01:47:52.248Z Compiling slog-term v2.9.2
17082026-07-23T01:48:09.820Z Compiling rustls-webpki v0.103.13
17092026-07-23T01:48:12.508Z Compiling tokio-rustls v0.26.4
17102026-07-23T01:48:12.508Z Compiling rustls-platform-verifier v0.6.2
17112026-07-23T01:48:12.508Z Compiling tough v0.22.0
17122026-07-23T01:48:12.708Z Compiling hyper-rustls v0.27.7
17132026-07-23T01:48:12.895Z Compiling reqwest v0.13.2
17142026-07-23T01:48:15.076Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17152026-07-23T01:48:15.304Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17162026-07-23T01:48:18.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.77s
17172026-07-23T01:48:18.262Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17182026-07-23T01:48:18.323ZJul 23 01:48:17.979 INFO Starting download, target: Cockroach
17192026-07-23T01:48:18.323ZJul 23 01:48:17.980 INFO Starting download, target: Console
17202026-07-23T01:48:18.323ZJul 23 01:48:17.980 INFO Starting download, target: Clickhouse
17212026-07-23T01:48:18.323ZJul 23 01:48:17.980 INFO Starting download, target: MaghemiteMgd
17222026-07-23T01:48:18.323ZJul 23 01:48:17.980 INFO Starting download, target: DendriteStub
17232026-07-23T01:48:18.324ZJul 23 01:48:17.980 INFO Starting download, target: MaghemiteDdmd
17242026-07-23T01:48:18.328ZJul 23 01:48:17.980 INFO Starting download, target: TransceiverControl
17252026-07-23T01:48:18.328ZJul 23 01:48:17.980 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17262026-07-23T01:48:18.328ZJul 23 01:48:17.980 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17272026-07-23T01:48:18.328ZJul 23 01:48:17.980 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17282026-07-23T01:48:18.328ZJul 23 01:48:17.980 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17292026-07-23T01:48:18.328ZJul 23 01:48:17.980 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17302026-07-23T01:48:18.328ZJul 23 01:48:17.980 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17312026-07-23T01:48:18.328ZJul 23 01:48:17.980 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17322026-07-23T01:48:18.849ZJul 23 01:48:18.512 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17332026-07-23T01:48:19.103ZJul 23 01:48:18.762 INFO Download complete, target: TransceiverControl
17342026-07-23T01:48:20.191ZJul 23 01:48:19.853 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17352026-07-23T01:48:20.467ZJul 23 01:48:20.128 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17362026-07-23T01:48:20.727ZJul 23 01:48:20.383 INFO Download complete, target: Console
17372026-07-23T01:48:20.815ZJul 23 01:48:20.477 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17382026-07-23T01:48:20.865ZJul 23 01:48:20.528 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17392026-07-23T01:48:21.032ZJul 23 01:48:20.687 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17402026-07-23T01:48:22.888ZJul 23 01:48:22.551 INFO Download complete, target: MaghemiteDdmd
17412026-07-23T01:48:23.550ZJul 23 01:48:23.213 INFO Download complete, target: DendriteStub
17422026-07-23T01:48:23.836ZJul 23 01:48:23.499 INFO Download complete, target: MaghemiteMgd
17432026-07-23T01:48:24.778ZJul 23 01:48:24.441 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17442026-07-23T01:48:24.778ZJul 23 01:48:24.441 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17452026-07-23T01:48:27.234ZJul 23 01:48:26.858 INFO Checking that binary works, target: Clickhouse
17462026-07-23T01:48:27.278ZJul 23 01:48:26.939 INFO Download complete, target: Clickhouse
17472026-07-23T01:48:29.416ZJul 23 01:48:29.062 INFO Checking that binary works, target: Cockroach
17482026-07-23T01:48:29.533ZJul 23 01:48:29.188 INFO Download complete, target: Cockroach
17492026-07-23T01:48:29.559ZAll prerequisites installed successfully
17502026-07-23T01:48:29.559Z
17512026-07-23T01:48:29.559Zreal 1:47.195168408
17522026-07-23T01:48:29.559Zuser 6:38.421605695
17532026-07-23T01:48:29.559Zsys 1:37.844588104
17542026-07-23T01:48:29.559Ztrap 0.249088241
17552026-07-23T01:48:29.559Ztflt 0.857169082
17562026-07-23T01:48:29.560Zdflt 1.557171225
17572026-07-23T01:48:29.560Zkflt 0.028110589
17582026-07-23T01:48:29.560Zlock 23:53.959962527
17592026-07-23T01:48:29.560Zslp 18:05.767029426
17602026-07-23T01:48:29.560Zlat 23.141413144
17612026-07-23T01:48:29.560Zstop 2:45.855402676
17622026-07-23T01:48:29.560Z+ ptime -m cargo xtask download softnpu
17632026-07-23T01:48:29.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17642026-07-23T01:48:29.999Z Running `target/debug/xtask download softnpu`
17652026-07-23T01:48:30.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
17662026-07-23T01:48:30.814Z Running `target/debug/xtask-downloader softnpu`
17672026-07-23T01:48:30.855ZJul 23 01:48:30.492 INFO Starting download, target: Softnpu
17682026-07-23T01:48:30.883ZJul 23 01:48:30.492 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17692026-07-23T01:48:32.599ZJul 23 01:48:32.253 INFO Download complete, target: Softnpu
17702026-07-23T01:48:32.603Z
17712026-07-23T01:48:32.603Zreal 3.057488902
17722026-07-23T01:48:32.603Zuser 1.269794162
17732026-07-23T01:48:32.603Zsys 0.611005185
17742026-07-23T01:48:32.603Ztrap 0.000758210
17752026-07-23T01:48:32.603Ztflt 0.000121380
17762026-07-23T01:48:32.604Zdflt 0.000125030
17772026-07-23T01:48:32.604Zkflt 0.000000000
17782026-07-23T01:48:32.604Zlock 34.842624050
17792026-07-23T01:48:32.604Zslp 1.612726541
17802026-07-23T01:48:32.604Zlat 0.099900270
17812026-07-23T01:48:32.604Zstop 0.000199650
17822026-07-23T01:48:32.604Z+ export CARGO_INCREMENTAL=0
17832026-07-23T01:48:32.604Z+ CARGO_INCREMENTAL=0
17842026-07-23T01:48:32.604Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17852026-07-23T01:48:33.467Z Compiling proc-macro2 v1.0.106
17862026-07-23T01:48:33.467Z Compiling quote v1.0.45
17872026-07-23T01:48:33.467Z Compiling unicode-ident v1.0.24
17882026-07-23T01:48:33.467Z Compiling libc v0.2.185
17892026-07-23T01:48:33.467Z Compiling serde_core v1.0.228
17902026-07-23T01:48:33.483Z Compiling serde v1.0.228
17912026-07-23T01:48:33.483Z Compiling cfg-if v1.0.4
17922026-07-23T01:48:33.483Z Compiling version_check v0.9.5
17932026-07-23T01:48:33.483Z Compiling find-msvc-tools v0.1.9
17942026-07-23T01:48:33.483Z Compiling shlex v1.3.0
17952026-07-23T01:48:33.484Z Compiling memchr v2.8.0
17962026-07-23T01:48:33.484Z Compiling zmij v1.0.21
17972026-07-23T01:48:33.484Z Compiling serde_json v1.0.150
17982026-07-23T01:48:33.654Z Compiling autocfg v1.5.0
17992026-07-23T01:48:33.757Z Compiling portable-atomic v1.13.1
18002026-07-23T01:48:33.857Z Compiling getrandom v0.4.1
18012026-07-23T01:48:33.902Z Compiling zerocopy v0.8.40
18022026-07-23T01:48:33.925Z Compiling libm v0.2.16
18032026-07-23T01:48:34.003Z Compiling parking_lot_core v0.9.12
18042026-07-23T01:48:34.003Z Compiling icu_normalizer_data v2.1.1
18052026-07-23T01:48:34.040Z Compiling icu_properties_data v2.1.2
18062026-07-23T01:48:34.086Z Compiling smallvec v1.15.1
18072026-07-23T01:48:34.089Z Compiling num-traits v0.2.19
18082026-07-23T01:48:34.089Z Compiling generic-array v0.14.7
18092026-07-23T01:48:34.256Z Compiling itoa v1.0.17
18102026-07-23T01:48:34.256Z Compiling log v0.4.29
18112026-07-23T01:48:34.301Z Compiling subtle v2.6.1
18122026-07-23T01:48:34.328Z Compiling pkg-config v0.3.32
18132026-07-23T01:48:34.360Z Compiling stable_deref_trait v1.2.1
18142026-07-23T01:48:34.388Z Compiling typenum v1.20.1
18152026-07-23T01:48:34.472Z Compiling scopeguard v1.2.0
18162026-07-23T01:48:34.518Z Compiling rand_core v0.10.0
18172026-07-23T01:48:34.561Z Compiling thiserror v2.0.18
18182026-07-23T01:48:34.575Z Compiling lock_api v0.4.14
18192026-07-23T01:48:34.606Z Compiling getrandom v0.3.4
18202026-07-23T01:48:34.622Z Compiling jobserver v0.1.34
18212026-07-23T01:48:34.692Z Compiling errno v0.3.14
18222026-07-23T01:48:34.801Z Compiling pin-project-lite v0.2.17
18232026-07-23T01:48:34.842Z Compiling cc v1.2.56
18242026-07-23T01:48:34.872Z Compiling percent-encoding v2.3.2
18252026-07-23T01:48:34.885Z Compiling fnv v1.0.7
18262026-07-23T01:48:34.889Z Compiling equivalent v1.0.2
18272026-07-23T01:48:34.889Z Compiling litemap v0.8.1
18282026-07-23T01:48:34.928Z Compiling syn v2.0.117
18292026-07-23T01:48:34.947Z Compiling writeable v0.6.2
18302026-07-23T01:48:34.966Z Compiling getrandom v0.2.17
18312026-07-23T01:48:35.106Z Compiling schemars v0.8.22
18322026-07-23T01:48:35.114Z Compiling rustversion v1.0.22
18332026-07-23T01:48:35.154Z Compiling rand_core v0.6.4
18342026-07-23T01:48:35.198Z Compiling rustix v1.1.3
18352026-07-23T01:48:35.213Z Compiling dunce v1.0.5
18362026-07-23T01:48:35.218Z Compiling critical-section v1.2.0
18372026-07-23T01:48:35.244Z Compiling fs_extra v1.3.0
18382026-07-23T01:48:35.358Z Compiling hashbrown v0.17.0
18392026-07-23T01:48:35.415Z Compiling signal-hook-registry v1.4.8
18402026-07-23T01:48:35.564Z Compiling once_cell v1.21.3
18412026-07-23T01:48:35.568Z Compiling heck v0.5.0
18422026-07-23T01:48:35.596Z Compiling strsim v0.11.1
18432026-07-23T01:48:35.599Z Compiling cmake v0.1.57
18442026-07-23T01:48:35.852Z Compiling semver v1.0.28
18452026-07-23T01:48:35.909Z Compiling indexmap v2.14.0
18462026-07-23T01:48:35.928Z Compiling utf8_iter v1.0.4
18472026-07-23T01:48:35.948Z Compiling parking_lot v0.12.5
18482026-07-23T01:48:35.990Z Compiling bitflags v2.11.0
18492026-07-23T01:48:35.994Z Compiling form_urlencoded v1.2.2
18502026-07-23T01:48:36.064Z Compiling socket2 v0.6.3
18512026-07-23T01:48:36.105Z Compiling mio v1.2.0
18522026-07-23T01:48:36.135Z Compiling aws-lc-rs v1.16.3
18532026-07-23T01:48:36.164Z Compiling ident_case v1.0.1
18542026-07-23T01:48:36.181Z Compiling futures-core v0.3.32
18552026-07-23T01:48:36.197Z Compiling aws-lc-sys v0.40.0
18562026-07-23T01:48:36.339Z Compiling httparse v1.10.1
18572026-07-23T01:48:36.451Z Compiling byteorder v1.5.0
18582026-07-23T01:48:36.604Z Compiling ucd-trie v0.1.7
18592026-07-23T01:48:36.618Z Compiling thiserror v1.0.69
18602026-07-23T01:48:36.745Z Compiling syn v1.0.109
18612026-07-23T01:48:36.773Z Compiling pest v2.8.6
18622026-07-23T01:48:36.788Z Compiling vcpkg v0.2.15
18632026-07-23T01:48:36.854Z Compiling iana-time-zone v0.1.65
18642026-07-23T01:48:36.915Z Compiling regex-syntax v0.8.10
18652026-07-23T01:48:36.935Z Compiling const-oid v0.9.6
18662026-07-23T01:48:37.085Z Compiling uuid v1.23.4
18672026-07-23T01:48:37.240Z Compiling rustc_version v0.4.1
18682026-07-23T01:48:37.244Z Compiling futures-sink v0.3.32
18692026-07-23T01:48:37.377Z Compiling rustls v0.23.41
18702026-07-23T01:48:37.394Z Compiling openssl-sys v0.9.115
18712026-07-23T01:48:37.397Z Compiling futures-channel v0.3.32
18722026-07-23T01:48:37.496Z Compiling aho-corasick v1.1.4
18732026-07-23T01:48:37.527Z Compiling slab v0.4.12
18742026-07-23T01:48:37.600Z Compiling futures-task v0.3.32
18752026-07-23T01:48:37.699Z Compiling futures-io v0.3.32
18762026-07-23T01:48:37.800Z Compiling synstructure v0.13.2
18772026-07-23T01:48:37.833Z Compiling serde_derive_internals v0.29.1
18782026-07-23T01:48:37.871Z Compiling pest_meta v2.8.6
18792026-07-23T01:48:37.930Z Compiling plain v0.2.3
18802026-07-23T01:48:37.947Z Compiling crc32fast v1.5.0
18812026-07-23T01:48:37.961Z Compiling time-core v0.1.8
18822026-07-23T01:48:37.989Z Compiling dyn-clone v1.0.20
18832026-07-23T01:48:38.052Z Compiling num-conv v0.2.0
18842026-07-23T01:48:38.188Z Compiling base64 v0.22.1
18852026-07-23T01:48:38.207Z Compiling time-macros v0.2.27
18862026-07-23T01:48:38.227Z Compiling crossbeam-utils v0.8.21
18872026-07-23T01:48:38.337Z Compiling openssl v0.10.79
18882026-07-23T01:48:38.344Z Compiling pretty-hex v0.4.1
18892026-07-23T01:48:38.396Z Compiling regex-automata v0.4.14
18902026-07-23T01:48:38.437Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18912026-07-23T01:48:38.486Z Compiling pest_generator v2.8.6
18922026-07-23T01:48:38.539Z Compiling anyhow v1.0.102
18932026-07-23T01:48:38.678Z Compiling native-tls v0.2.18
18942026-07-23T01:48:38.703Z Compiling rand_core v0.9.5
18952026-07-23T01:48:38.841Z Compiling slog v2.8.2
18962026-07-23T01:48:38.883Z Compiling tracing-core v0.1.36
18972026-07-23T01:48:38.971Z Compiling cookie v0.18.1
18982026-07-23T01:48:39.016Z Compiling serde_derive v1.0.228
18992026-07-23T01:48:39.032Z Compiling zeroize_derive v1.4.3
19002026-07-23T01:48:39.082Z Compiling zerofrom-derive v0.1.6
19012026-07-23T01:48:39.127Z Compiling yoke-derive v0.8.1
19022026-07-23T01:48:39.143Z Compiling zerovec-derive v0.11.2
19032026-07-23T01:48:39.148Z Compiling displaydoc v0.2.5
19042026-07-23T01:48:39.173Z Compiling zerocopy-derive v0.8.40
19052026-07-23T01:48:39.190Z Compiling tokio-macros v2.7.0
19062026-07-23T01:48:39.205Z Compiling futures-macro v0.3.32
19072026-07-23T01:48:39.208Z Compiling thiserror-impl v2.0.18
19082026-07-23T01:48:39.431Z Compiling schemars_derive v0.8.22
19092026-07-23T01:48:39.663Z Compiling zeroize v1.8.2
19102026-07-23T01:48:39.889Z Compiling tracing-attributes v0.1.31
19112026-07-23T01:48:39.942Z Compiling der_derive v0.7.3
19122026-07-23T01:48:39.992Z Compiling thiserror-impl v1.0.69
19132026-07-23T01:48:40.093Z Compiling pest_derive v2.8.6
19142026-07-23T01:48:40.215Z Compiling zerofrom v0.1.6
19152026-07-23T01:48:40.363Z Compiling yoke v0.8.1
19162026-07-23T01:48:40.410Z Compiling futures-util v0.3.32
19172026-07-23T01:48:40.498Z Compiling crypto-common v0.1.7
19182026-07-23T01:48:40.581Z Compiling zerovec v0.11.5
19192026-07-23T01:48:40.581Z Compiling zerotrie v0.2.3
19202026-07-23T01:48:40.827Z Compiling block-buffer v0.10.4
19212026-07-23T01:48:40.989Z Compiling digest v0.10.7
19222026-07-23T01:48:41.062Z Compiling scroll_derive v0.12.1
19232026-07-23T01:48:41.066Z Compiling scroll_derive v0.13.1
19242026-07-23T01:48:41.066Z Compiling openssl-macros v0.1.1
19252026-07-23T01:48:41.114Z Compiling tinystr v0.8.2
19262026-07-23T01:48:41.155Z Compiling potential_utf v0.1.4
19272026-07-23T01:48:41.386Z Compiling icu_locale_core v2.1.1
19282026-07-23T01:48:41.390Z Compiling icu_collections v2.1.1
19292026-07-23T01:48:41.390Z Compiling regex v1.12.3
19302026-07-23T01:48:41.652Z Compiling zerocopy-derive v0.7.35
19312026-07-23T01:48:41.858Z Compiling camino v1.2.2
19322026-07-23T01:48:41.872Z Compiling base64ct v1.8.3
19332026-07-23T01:48:41.890Z Compiling tracing v0.1.44
19342026-07-23T01:48:42.132Z Compiling icu_provider v2.1.1
19352026-07-23T01:48:42.177Z Compiling bytes v1.11.1
19362026-07-23T01:48:42.212Z Compiling chrono v0.4.45
19372026-07-23T01:48:42.260Z Compiling serde_tokenstream v0.2.3
19382026-07-23T01:48:42.319Z Compiling pem-rfc7468 v0.7.0
19392026-07-23T01:48:42.460Z Compiling icu_properties v2.1.2
19402026-07-23T01:48:42.524Z Compiling icu_normalizer v2.1.1
19412026-07-23T01:48:42.781Z Compiling tokio v1.52.1
19422026-07-23T01:48:43.066Z Compiling http v1.4.2
19432026-07-23T01:48:43.589Z Compiling idna_adapter v1.2.1
19442026-07-23T01:48:43.682Z Compiling ppv-lite86 v0.2.21
19452026-07-23T01:48:43.725Z Compiling idna v1.1.0
19462026-07-23T01:48:43.830Z Compiling flagset v0.4.7
19472026-07-23T01:48:43.937Z Compiling http-body v1.0.1
19482026-07-23T01:48:43.976Z Compiling rand_chacha v0.9.0
19492026-07-23T01:48:43.979Z Compiling der v0.7.10
19502026-07-23T01:48:44.018Z Compiling rustls-pki-types v1.14.0
19512026-07-23T01:48:44.096Z Compiling url v2.5.8
19522026-07-23T01:48:44.451Z Compiling usdt-impl v0.5.0
19532026-07-23T01:48:44.576Z Compiling ref-cast v1.0.25
19542026-07-23T01:48:44.596Z Compiling usdt-impl v0.6.0
19552026-07-23T01:48:44.824Z Compiling either v1.15.0
19562026-07-23T01:48:44.843Z Compiling tinyvec_macros v0.1.1
19572026-07-23T01:48:44.885Z Compiling cmov v0.5.4
19582026-07-23T01:48:44.970Z Compiling paste v1.0.15
19592026-07-23T01:48:44.974Z Compiling openssl-probe v0.2.1
19602026-07-23T01:48:45.043Z Compiling fastrand v2.3.0
19612026-07-23T01:48:45.119Z Compiling ctutils v0.4.2
19622026-07-23T01:48:45.133Z Compiling tinyvec v1.10.0
19632026-07-23T01:48:45.147Z Compiling spki v0.7.3
19642026-07-23T01:48:45.365Z Compiling rand v0.9.2
19652026-07-23T01:48:45.396Z Compiling toml_datetime v0.6.11
19662026-07-23T01:48:45.441Z Compiling serde_spanned v0.6.9
19672026-07-23T01:48:45.489Z Compiling scroll v0.13.0
19682026-07-23T01:48:45.551Z Compiling scroll v0.12.0
19692026-07-23T01:48:45.595Z Compiling async-trait v0.1.89
19702026-07-23T01:48:45.611Z Compiling heapless v0.7.17
19712026-07-23T01:48:45.697Z Compiling bzip2-sys v0.1.13+1.0.8
19722026-07-23T01:48:45.731Z Compiling zstd-safe v7.2.4
19732026-07-23T01:48:45.757Z Compiling signal-hook v0.3.18
19742026-07-23T01:48:45.773Z Compiling litrs v1.0.0
19752026-07-23T01:48:45.800Z Compiling winnow v0.7.14
19762026-07-23T01:48:45.834Z Compiling tower-service v0.3.3
19772026-07-23T01:48:45.890Z Compiling atomic-waker v1.1.2
19782026-07-23T01:48:45.948Z Compiling rustix v0.38.44
19792026-07-23T01:48:45.962Z Compiling try-lock v0.2.5
19802026-07-23T01:48:45.977Z Compiling untrusted v0.7.1
19812026-07-23T01:48:45.980Z Compiling winnow v1.0.3
19822026-07-23T01:48:46.009Z Compiling cpufeatures v0.2.17
19832026-07-23T01:48:46.082Z Compiling tower-layer v0.3.3
19842026-07-23T01:48:46.097Z Compiling want v0.3.1
19852026-07-23T01:48:46.121Z Compiling goblin v0.8.2
19862026-07-23T01:48:46.239Z Compiling document-features v0.2.12
19872026-07-23T01:48:46.301Z Compiling toml_parser v1.1.2+spec-1.1.0
19882026-07-23T01:48:46.355Z Compiling goblin v0.10.5
19892026-07-23T01:48:46.528Z Compiling hybrid-array v0.4.13
19902026-07-23T01:48:46.790Z Compiling tokio-util v0.7.18
19912026-07-23T01:48:46.821Z Compiling zerocopy v0.7.35
19922026-07-23T01:48:46.916Z Compiling ipnet v2.11.0
19932026-07-23T01:48:47.310Z Compiling ref-cast-impl v1.0.25
19942026-07-23T01:48:47.352Z Compiling darling_core v0.20.11
19952026-07-23T01:48:47.374Z Compiling curve25519-dalek v4.1.3
19962026-07-23T01:48:47.390Z Compiling memoffset v0.9.1
19972026-07-23T01:48:47.432Z Compiling utf8parse v0.2.2
19982026-07-23T01:48:47.617Z Compiling h2 v0.4.15
19992026-07-23T01:48:47.763Z Compiling httpdate v1.0.3
20002026-07-23T01:48:47.779Z Compiling foreign-types-shared v0.1.1
20012026-07-23T01:48:47.795Z Compiling powerfmt v0.2.0
20022026-07-23T01:48:47.946Z Compiling winnow v0.5.40
20032026-07-23T01:48:48.001Z Compiling untrusted v0.9.0
20042026-07-23T01:48:48.087Z Compiling deranged v0.5.8
20052026-07-23T01:48:48.137Z Compiling tempfile v3.25.0
20062026-07-23T01:48:48.200Z Compiling foreign-types v0.3.2
20072026-07-23T01:48:48.420Z Compiling dof v0.3.0
20082026-07-23T01:48:48.484Z Compiling unicode-normalization v0.1.25
20092026-07-23T01:48:48.864Z Compiling dtrace-parser v0.2.0
20102026-07-23T01:48:48.903Z Compiling pkcs8 v0.10.2
20112026-07-23T01:48:49.162Z Compiling dof v0.4.0
20122026-07-23T01:48:49.237Z Compiling toml_edit v0.19.15
20132026-07-23T01:48:49.324Z Compiling darling_macro v0.20.11
20142026-07-23T01:48:49.389Z Compiling dtrace-parser v0.3.0
20152026-07-23T01:48:49.453Z Compiling pin-project-internal v1.1.11
20162026-07-23T01:48:49.743Z Compiling daft-derive v0.1.7
20172026-07-23T01:48:49.795Z Compiling spin v0.9.8
20182026-07-23T01:48:49.809Z Compiling thread-id v4.2.2
20192026-07-23T01:48:49.831Z Compiling thread-id v5.1.0
20202026-07-23T01:48:49.910Z Compiling cfg_aliases v0.2.1
20212026-07-23T01:48:49.935Z Compiling anstyle v1.0.14
20222026-07-23T01:48:50.157Z Compiling num-bigint-dig v0.8.6
20232026-07-23T01:48:50.205Z Compiling smoltcp v0.9.1
20242026-07-23T01:48:50.304Z Compiling num_threads v0.1.7
20252026-07-23T01:48:50.336Z Compiling nix v0.31.2
20262026-07-23T01:48:50.385Z Compiling time v0.3.47
20272026-07-23T01:48:50.457Z Compiling darling v0.20.11
20282026-07-23T01:48:50.664Z Compiling sha2 v0.10.9
20292026-07-23T01:48:50.733Z Compiling hyper v1.10.1
20302026-07-23T01:48:50.920Z Compiling ipnetwork v0.21.1
20312026-07-23T01:48:50.967Z Compiling hmac v0.12.1
20322026-07-23T01:48:51.008Z Compiling strum_macros v0.26.4
20332026-07-23T01:48:51.128Z Compiling curve25519-dalek-derive v0.1.1
20342026-07-23T01:48:51.346Z Compiling darling_core v0.23.0
20352026-07-23T01:48:51.364Z Compiling sync_wrapper v1.0.2
20362026-07-23T01:48:51.420Z Compiling wait-timeout v0.2.1
20372026-07-23T01:48:51.504Z Compiling siphasher v1.0.2
20382026-07-23T01:48:51.668Z Compiling is_terminal_polyfill v1.70.2
20392026-07-23T01:48:51.707Z Compiling quick-error v1.2.3
20402026-07-23T01:48:51.830Z Compiling bit-vec v0.8.0
20412026-07-23T01:48:52.072Z Compiling hyper-util v0.1.20
20422026-07-23T01:48:52.087Z Compiling colorchoice v1.0.4
20432026-07-23T01:48:52.222Z Compiling anstyle-query v1.1.5
20442026-07-23T01:48:52.352Z Compiling simd-adler32 v0.3.8
20452026-07-23T01:48:52.395Z Compiling bit-set v0.8.0
20462026-07-23T01:48:52.609Z Compiling rusty-fork v0.3.1
20472026-07-23T01:48:52.626Z Compiling tower v0.5.3
20482026-07-23T01:48:53.327Z Compiling derive_builder_core v0.20.2
20492026-07-23T01:48:53.344Z Compiling http-body-util v0.1.3
20502026-07-23T01:48:53.384Z Compiling hubpack_derive v0.1.1
20512026-07-23T01:48:53.527Z Compiling darling_macro v0.23.0
20522026-07-23T01:48:53.545Z Compiling strum_macros v0.27.2
20532026-07-23T01:48:53.580Z Compiling snafu-derive v0.8.9
20542026-07-23T01:48:53.608Z Compiling rand_xorshift v0.4.0
20552026-07-23T01:48:53.801Z Compiling fs-err v3.3.0
20562026-07-23T01:48:53.827Z Compiling ahash v0.8.12
20572026-07-23T01:48:53.937Z Compiling unicode-bidi v0.3.18
20582026-07-23T01:48:54.033Z Compiling unarray v0.1.4
20592026-07-23T01:48:54.051Z Compiling adler2 v2.0.1
20602026-07-23T01:48:54.162Z Compiling allocator-api2 v0.2.21
20612026-07-23T01:48:54.191Z Compiling object v0.37.3
20622026-07-23T01:48:54.206Z Compiling unicode-segmentation v1.12.0
20632026-07-23T01:48:54.369Z Compiling unicode-properties v0.1.4
20642026-07-23T01:48:54.433Z Compiling iri-string v0.7.10
20652026-07-23T01:48:54.447Z Compiling ryu v1.0.23
20662026-07-23T01:48:54.601Z Compiling serde_urlencoded v0.7.1
20672026-07-23T01:48:54.604Z Compiling stringprep v0.1.5
20682026-07-23T01:48:54.632Z Compiling miniz_oxide v0.8.9
20692026-07-23T01:48:54.645Z Compiling proptest v1.10.0
20702026-07-23T01:48:54.862Z Compiling derive_builder_macro v0.20.2
20712026-07-23T01:48:54.963Z Compiling darling v0.23.0
20722026-07-23T01:48:55.120Z Compiling tokio-native-tls v0.3.1
20732026-07-23T01:48:55.208Z Compiling usdt-attr-macro v0.6.0
20742026-07-23T01:48:55.271Z Compiling usdt-macro v0.6.0
20752026-07-23T01:48:55.312Z Compiling anstyle-parse v1.0.0
20762026-07-23T01:48:55.327Z Compiling block-buffer v0.12.1
20772026-07-23T01:48:55.343Z Compiling crypto-common v0.2.2
20782026-07-23T01:48:55.380Z Compiling block-padding v0.4.2
20792026-07-23T01:48:55.703Z Compiling tower-http v0.6.8
20802026-07-23T01:48:55.930Z Compiling rustls-native-certs v0.8.3
20812026-07-23T01:48:55.946Z Compiling rand_chacha v0.3.1
20822026-07-23T01:48:56.010Z Compiling hex v0.4.3
20832026-07-23T01:48:56.038Z Compiling erased-serde v0.3.31
20842026-07-23T01:48:56.040Z Compiling md-5 v0.10.6
20852026-07-23T01:48:56.067Z Compiling signature v2.2.0
20862026-07-23T01:48:56.136Z Compiling bstr v1.12.1
20872026-07-23T01:48:56.234Z Compiling num-integer v0.1.46
20882026-07-23T01:48:56.263Z Compiling hash32 v0.2.1
20892026-07-23T01:48:56.293Z Compiling vergen-lib v9.1.0
20902026-07-23T01:48:56.398Z Compiling encoding_rs v0.8.35
20912026-07-23T01:48:56.492Z Compiling cpufeatures v0.3.0
20922026-07-23T01:48:56.548Z Compiling psl-types v2.0.11
20932026-07-23T01:48:56.563Z Compiling fallible-iterator v0.2.0
20942026-07-23T01:48:56.600Z Compiling mime v0.3.17
20952026-07-23T01:48:56.653Z Compiling zlib-rs v0.6.2
20962026-07-23T01:48:56.668Z Compiling publicsuffix v2.3.0
20972026-07-23T01:48:56.685Z Compiling newtype-uuid v1.3.2
20982026-07-23T01:48:56.849Z Compiling postgres-protocol v0.6.10
20992026-07-23T01:48:56.887Z Compiling num-iter v0.1.45
21002026-07-23T01:48:57.112Z Compiling rand v0.8.6
21012026-07-23T01:48:57.538Z Compiling oxnet v0.1.6
21022026-07-23T01:48:57.553Z Compiling inout v0.2.2
21032026-07-23T01:48:57.574Z Compiling anstream v1.0.0
21042026-07-23T01:48:57.612Z Compiling derive_builder v0.20.2
21052026-07-23T01:48:57.644Z Compiling hyper-tls v0.6.0
21062026-07-23T01:48:57.754Z Compiling serde_with_macros v3.21.0
21072026-07-23T01:48:57.771Z Compiling heck v0.4.1
21082026-07-23T01:48:57.838Z Compiling phf_shared v0.13.1
21092026-07-23T01:48:57.884Z Compiling pin-project v1.1.11
21102026-07-23T01:48:57.944Z Compiling lazy_static v1.5.0
21112026-07-23T01:48:58.015Z Compiling anstyle-parse v0.2.7
21122026-07-23T01:48:58.092Z Compiling terminal_size v0.4.3
21132026-07-23T01:48:58.115Z Compiling futures-executor v0.3.32
21142026-07-23T01:48:58.143Z Compiling async-recursion v1.1.1
21152026-07-23T01:48:58.160Z Compiling clap_derive v4.6.1
21162026-07-23T01:48:58.211Z Compiling serde_repr v0.1.20
21172026-07-23T01:48:58.241Z Compiling enum-as-inner v0.6.1
21182026-07-23T01:48:58.386Z Compiling ff v0.13.1
21192026-07-23T01:48:58.448Z Compiling vergen v9.1.0
21202026-07-23T01:48:58.498Z Compiling cargo-platform v0.3.2
21212026-07-23T01:48:58.677Z Compiling managed v0.8.0
21222026-07-23T01:48:58.779Z Compiling flate2 v1.1.9
21232026-07-23T01:48:58.783Z Compiling bitflags v1.3.2
21242026-07-23T01:48:58.809Z Compiling clap_lex v1.0.0
21252026-07-23T01:48:58.836Z Compiling base16ct v0.2.0
21262026-07-23T01:48:58.964Z Compiling foldhash v0.2.0
21272026-07-23T01:48:58.980Z Compiling bumpalo v3.20.2
21282026-07-23T01:48:59.004Z Compiling libbz2-rs-sys v0.2.2
21292026-07-23T01:48:59.040Z Compiling foldhash v0.1.5
21302026-07-23T01:48:59.055Z Compiling same-file v1.0.6
21312026-07-23T01:48:59.225Z Compiling zopfli v0.8.3
21322026-07-23T01:48:59.229Z Compiling hashbrown v0.15.5
21332026-07-23T01:48:59.267Z Compiling walkdir v2.5.0
21342026-07-23T01:48:59.419Z Compiling bzip2 v0.6.1
21352026-07-23T01:48:59.560Z Compiling hashbrown v0.16.1
21362026-07-23T01:48:59.634Z Compiling clap_builder v4.6.0
21372026-07-23T01:48:59.780Z Compiling sec1 v0.7.3
21382026-07-23T01:48:59.794Z Compiling cargo_metadata v0.23.1
21392026-07-23T01:48:59.846Z Compiling group v0.13.0
21402026-07-23T01:49:00.061Z Compiling futures v0.3.32
21412026-07-23T01:49:00.110Z Compiling anstream v0.6.21
21422026-07-23T01:49:00.270Z Compiling zstd v0.13.3
21432026-07-23T01:49:00.411Z Compiling phf v0.13.1
21442026-07-23T01:49:00.506Z Compiling snafu v0.8.9
21452026-07-23T01:49:00.595Z Compiling reqwest v0.12.28
21462026-07-23T01:49:00.851Z Compiling daft v0.1.7
21472026-07-23T01:49:01.018Z Compiling signal-hook-mio v0.2.5
21482026-07-23T01:49:01.153Z Compiling cipher v0.5.2
21492026-07-23T01:49:01.188Z Compiling cookie_store v0.22.1
21502026-07-23T01:49:01.259Z Compiling postgres-types v0.2.12
21512026-07-23T01:49:01.360Z Compiling bzip2 v0.4.4
21522026-07-23T01:49:01.461Z Compiling globset v0.4.18
21532026-07-23T01:49:01.477Z Compiling ed25519 v2.2.3
21542026-07-23T01:49:01.538Z Compiling strum v0.27.2
21552026-07-23T01:49:01.685Z Compiling hubpack v0.1.2
21562026-07-23T01:49:01.754Z Compiling phf_shared v0.11.3
21572026-07-23T01:49:01.786Z Compiling hkdf v0.12.4
21582026-07-23T01:49:01.802Z Compiling crossbeam-epoch v0.9.18
21592026-07-23T01:49:01.844Z Compiling pkcs1 v0.7.5
21602026-07-23T01:49:01.918Z Compiling olpc-cjson v0.1.4
21612026-07-23T01:49:02.151Z Compiling serde-big-array v0.5.1
21622026-07-23T01:49:02.184Z Compiling serde_plain v1.0.2
21632026-07-23T01:49:02.201Z Compiling pem v3.0.6
21642026-07-23T01:49:02.327Z Compiling crypto-bigint v0.5.5
21652026-07-23T01:49:02.407Z Compiling float-cmp v0.10.0
21662026-07-23T01:49:02.423Z Compiling memmap2 v0.9.10
21672026-07-23T01:49:02.439Z Compiling env_filter v1.0.0
21682026-07-23T01:49:02.575Z Compiling whoami v2.1.0
21692026-07-23T01:49:02.668Z Compiling const-oid v0.10.2
21702026-07-23T01:49:02.689Z Compiling fixedbitset v0.5.7
21712026-07-23T01:49:02.715Z Compiling fixedbitset v0.4.2
21722026-07-23T01:49:02.795Z Compiling difflib v0.4.0
21732026-07-23T01:49:02.838Z Compiling data-encoding v2.10.0
21742026-07-23T01:49:02.874Z Compiling normalize-line-endings v0.3.0
21752026-07-23T01:49:02.889Z Compiling toml_write v0.1.2
21762026-07-23T01:49:02.931Z Compiling typed-path v0.9.3
21772026-07-23T01:49:02.934Z Compiling precomputed-hash v0.1.1
21782026-07-23T01:49:02.959Z Compiling keccak v0.1.6
21792026-07-23T01:49:02.982Z Compiling predicates-core v1.0.10
21802026-07-23T01:49:02.998Z Compiling new_debug_unreachable v1.0.6
21812026-07-23T01:49:03.045Z Compiling jiff v0.2.21
21822026-07-23T01:49:03.108Z Compiling static_assertions v1.1.0
21832026-07-23T01:49:03.168Z Compiling hickory-proto v0.25.2
21842026-07-23T01:49:03.183Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21852026-07-23T01:49:03.232Z Compiling elliptic-curve v0.13.8
21862026-07-23T01:49:03.248Z Compiling sha3 v0.10.8
21872026-07-23T01:49:03.264Z Compiling predicates v3.1.4
21882026-07-23T01:49:03.374Z Compiling toml_edit v0.22.27
21892026-07-23T01:49:03.406Z Compiling string_cache v0.8.9
21902026-07-23T01:49:03.424Z Compiling petgraph v0.8.3
21912026-07-23T01:49:03.472Z Compiling petgraph v0.6.5
21922026-07-23T01:49:03.532Z Compiling digest v0.11.3
21932026-07-23T01:49:03.598Z Compiling chacha20 v0.10.0
21942026-07-23T01:49:03.615Z Compiling tokio-postgres v0.7.16
21952026-07-23T01:49:03.748Z Compiling env_logger v0.11.9
21962026-07-23T01:49:03.840Z Compiling usdt v0.6.0
21972026-07-23T01:49:04.485Z Compiling rsa v0.9.10
21982026-07-23T01:49:05.553Z Compiling ed25519-dalek v2.2.0
21992026-07-23T01:49:05.604Z Compiling zip v4.6.1
22002026-07-23T01:49:05.708Z Compiling zip v0.6.6
22012026-07-23T01:49:05.867Z Compiling clap v4.6.1
22022026-07-23T01:49:05.964Z Compiling crossterm v0.28.1
22032026-07-23T01:49:05.979Z Compiling iddqd v0.4.2
22042026-07-23T01:49:06.232Z Compiling serde_with v3.21.0
22052026-07-23T01:49:06.411Z Compiling similar v2.7.0
22062026-07-23T01:49:06.528Z Compiling byte-wrapper v0.1.0
22072026-07-23T01:49:06.612Z Compiling strum v0.26.3
22082026-07-23T01:49:06.722Z Compiling toml v0.7.8
22092026-07-23T01:49:06.762Z Compiling tokio-stream v0.1.18
22102026-07-23T01:49:06.853Z Compiling buf-list v1.1.2
22112026-07-23T01:49:07.130Z Compiling x509-cert v0.2.5
22122026-07-23T01:49:07.165Z Compiling itertools v0.13.0
22132026-07-23T01:49:07.255Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22142026-07-23T01:49:07.285Z Compiling openapiv3 v2.2.0
22152026-07-23T01:49:07.906Z Compiling peg-runtime v0.8.5
22162026-07-23T01:49:08.072Z Compiling lalrpop-util v0.19.12
22172026-07-23T01:49:24.164Z Compiling rustls-webpki v0.103.13
22182026-07-23T01:49:25.321Z Compiling macaddr v1.0.1
22192026-07-23T01:49:25.377Z Compiling structmeta-derive v0.3.0
22202026-07-23T01:49:25.416Z Compiling darling_core v0.21.3
22212026-07-23T01:49:25.499Z Compiling rayon-core v1.13.0
22222026-07-23T01:49:25.607Z Compiling crucible-workspace-hack v0.1.0
22232026-07-23T01:49:25.630Z Compiling itertools v0.14.0
22242026-07-23T01:49:25.695Z Compiling secrecy v0.10.3
22252026-07-23T01:49:25.846Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22262026-07-23T01:49:25.882Z Compiling toml_datetime v0.7.5+spec-1.1.0
22272026-07-23T01:49:25.994Z Compiling heapless v0.8.0
22282026-07-23T01:49:26.137Z Compiling toml_edit v0.23.10+spec-1.0.0
22292026-07-23T01:49:26.152Z Compiling crossbeam-deque v0.8.6
22302026-07-23T01:49:26.228Z Compiling inout v0.1.4
22312026-07-23T01:49:26.310Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22322026-07-23T01:49:26.385Z Compiling hash32 v0.3.1
22332026-07-23T01:49:26.406Z Compiling multer v3.1.0
22342026-07-23T01:49:26.443Z Compiling structmeta v0.3.0
22352026-07-23T01:49:26.457Z Compiling thread_local v1.1.9
22362026-07-23T01:49:26.492Z Compiling slog-async v2.8.0
22372026-07-23T01:49:26.527Z Compiling unicode-width v0.2.0
22382026-07-23T01:49:26.578Z Compiling match_cfg v0.1.0
22392026-07-23T01:49:26.639Z Compiling smoltcp v0.11.0
22402026-07-23T01:49:26.682Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22412026-07-23T01:49:26.707Z Compiling compression-core v0.4.31
22422026-07-23T01:49:26.811Z Compiling compression-codecs v0.4.37
22432026-07-23T01:49:26.827Z Compiling proc-macro-crate v3.4.0
22442026-07-23T01:49:26.849Z Compiling derive-ex v0.1.8
22452026-07-23T01:49:26.918Z Compiling hostname v0.3.1
22462026-07-23T01:49:26.949Z Compiling cipher v0.4.4
22472026-07-23T01:49:27.104Z Compiling atomicwrites v0.4.4
22482026-07-23T01:49:27.115Z Compiling slog-json v2.6.1
22492026-07-23T01:49:27.202Z Compiling crossbeam-channel v0.5.15
22502026-07-23T01:49:27.225Z Compiling half v2.7.1
22512026-07-23T01:49:27.286Z Compiling newtype-uuid-macros v0.1.0
22522026-07-23T01:49:27.394Z Compiling cobs v0.3.0
22532026-07-23T01:49:27.409Z Compiling universal-hash v0.5.1
22542026-07-23T01:49:27.467Z Compiling thiserror-impl-no-std v2.0.2
22552026-07-23T01:49:27.582Z Compiling async-stream-impl v0.3.6
22562026-07-23T01:49:27.597Z Compiling darling_macro v0.21.3
22572026-07-23T01:49:27.612Z Compiling serde_spanned v1.1.1
22582026-07-23T01:49:27.688Z Compiling toml_datetime v1.1.1+spec-1.1.0
22592026-07-23T01:49:27.782Z Compiling tokio-rustls v0.26.4
22602026-07-23T01:49:27.912Z Compiling rustls-platform-verifier v0.6.2
22612026-07-23T01:49:28.042Z Compiling hyper-rustls v0.27.7
22622026-07-23T01:49:28.075Z Compiling tough v0.22.0
22632026-07-23T01:49:28.117Z Compiling darling v0.21.3
22642026-07-23T01:49:28.133Z Compiling is-terminal v0.4.17
22652026-07-23T01:49:28.150Z Compiling dropshot v0.17.1
22662026-07-23T01:49:28.180Z Compiling proc-macro-error-attr v1.0.4
22672026-07-23T01:49:28.219Z Compiling ingot-macros v0.1.1
22682026-07-23T01:49:28.255Z Compiling term v1.2.1
22692026-07-23T01:49:28.360Z Compiling reqwest v0.13.2
22702026-07-23T01:49:28.378Z Compiling opaque-debug v0.3.1
22712026-07-23T01:49:28.392Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22722026-07-23T01:49:28.414Z Compiling convert_case v0.4.0
22732026-07-23T01:49:28.479Z Compiling toml_writer v1.1.1+spec-1.1.0
22742026-07-23T01:49:28.519Z Compiling take_mut v0.2.2
22752026-07-23T01:49:28.549Z Compiling ciborium-io v0.2.2
22762026-07-23T01:49:28.641Z Compiling ciborium-ll v0.2.2
22772026-07-23T01:49:28.677Z Compiling toml v1.1.2+spec-1.1.0
22782026-07-23T01:49:28.734Z Compiling derive_more v0.99.20
22792026-07-23T01:49:28.754Z Compiling slog-term v2.9.2
22802026-07-23T01:49:28.926Z Compiling thiserror-no-std v2.0.2
22812026-07-23T01:49:29.034Z Compiling poly1305 v0.8.0
22822026-07-23T01:49:29.288Z Compiling test-strategy v0.4.5
22832026-07-23T01:49:29.323Z Compiling async-stream v0.3.6
22842026-07-23T01:49:29.377Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22852026-07-23T01:49:29.544Z Compiling postcard v1.1.3
22862026-07-23T01:49:29.925Z Compiling slog-bunyan v2.5.0
22872026-07-23T01:49:29.945Z Compiling num_enum_derive v0.7.6
22882026-07-23T01:49:30.023Z Compiling chacha20 v0.9.1
22892026-07-23T01:49:30.049Z Compiling async-compression v0.4.41
22902026-07-23T01:49:30.295Z Compiling parse-display-derive v0.10.0
22912026-07-23T01:49:30.582Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22922026-07-23T01:49:30.598Z Compiling sha1 v0.11.0
22932026-07-23T01:49:30.875Z Compiling ingot-types v0.1.2
22942026-07-23T01:49:30.919Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22952026-07-23T01:49:30.934Z Compiling proc-macro-crate v1.3.1
22962026-07-23T01:49:31.050Z Compiling waitgroup v0.1.2
22972026-07-23T01:49:31.196Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22982026-07-23T01:49:31.228Z Compiling backon v1.6.0
22992026-07-23T01:49:31.243Z Compiling password-hash v0.5.0
23002026-07-23T01:49:31.279Z Compiling ingot v0.1.1
23012026-07-23T01:49:31.295Z Compiling rustls-pemfile v2.2.0
23022026-07-23T01:49:31.329Z Compiling dropshot_endpoint v0.17.1
23032026-07-23T01:49:31.351Z Compiling blake2 v0.10.6
23042026-07-23T01:49:31.534Z Compiling aead v0.5.2
23052026-07-23T01:49:31.619Z Compiling foreign-types-macros v0.2.3
23062026-07-23T01:49:31.644Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23072026-07-23T01:49:31.661Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23082026-07-23T01:49:31.757Z Compiling serde_path_to_error v0.1.20
23092026-07-23T01:49:31.800Z Compiling hostname v0.4.2
23102026-07-23T01:49:31.895Z Compiling proc-macro-error v1.0.4
23112026-07-23T01:49:31.983Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23122026-07-23T01:49:32.027Z Compiling instant v0.1.13
23132026-07-23T01:49:32.103Z Compiling foreign-types-shared v0.3.1
23142026-07-23T01:49:32.137Z Compiling debug-ignore v1.0.5
23152026-07-23T01:49:32.169Z Compiling backoff v0.4.0
23162026-07-23T01:49:32.235Z Compiling foreign-types v0.5.0
23172026-07-23T01:49:32.241Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23182026-07-23T01:49:32.280Z Compiling parse-display v0.10.0
23192026-07-23T01:49:32.283Z Compiling chacha20poly1305 v0.10.1
23202026-07-23T01:49:32.284Z Compiling argon2 v0.5.3
23212026-07-23T01:49:32.325Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23222026-07-23T01:49:32.344Z Compiling num_enum_derive v0.5.11
23232026-07-23T01:49:32.380Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23242026-07-23T01:49:32.497Z Compiling num_enum v0.7.6
23252026-07-23T01:49:32.565Z Compiling vsss-rs v3.3.4
23262026-07-23T01:49:32.704Z Compiling ciborium v0.2.2
23272026-07-23T01:49:32.898Z Compiling tabwriter v1.4.1
23282026-07-23T01:49:32.914Z Compiling regress v0.10.5
23292026-07-23T01:49:32.975Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23302026-07-23T01:49:32.989Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23312026-07-23T01:49:33.143Z Compiling cstr-argument v0.1.2
23322026-07-23T01:49:33.257Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23332026-07-23T01:49:33.280Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23342026-07-23T01:49:33.314Z Compiling humantime v2.3.0
23352026-07-23T01:49:33.329Z Compiling num_enum v0.5.11
23362026-07-23T01:49:33.332Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23372026-07-23T01:49:33.443Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23382026-07-23T01:49:33.464Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23392026-07-23T01:49:33.485Z Compiling rayon v1.11.0
23402026-07-23T01:49:33.543Z Compiling rand v0.10.1
23412026-07-23T01:49:33.571Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23422026-07-23T01:49:33.571Z Compiling libefi-sys v0.1.0
23432026-07-23T01:49:33.600Z Compiling indent_write v2.2.0
23442026-07-23T01:49:33.692Z Compiling colored v3.1.1
23452026-07-23T01:49:33.708Z Compiling zone_cfg_derive v0.3.1
23462026-07-23T01:49:33.770Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23472026-07-23T01:49:33.786Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23482026-07-23T01:49:33.786Z Compiling camino-tempfile v1.4.1
23492026-07-23T01:49:33.840Z Compiling itertools v0.12.1
23502026-07-23T01:49:33.918Z Compiling usdt-macro v0.5.0
23512026-07-23T01:49:33.942Z Compiling usdt-attr-macro v0.5.0
23522026-07-23T01:49:34.021Z Compiling bitfield-struct v0.6.2
23532026-07-23T01:49:34.054Z Compiling num-derive v0.4.2
23542026-07-23T01:49:34.323Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23552026-07-23T01:49:34.387Z Compiling blake3 v1.8.5
23562026-07-23T01:49:34.402Z Compiling memmap v0.7.0
23572026-07-23T01:49:34.444Z Compiling sigpipe v0.1.3
23582026-07-23T01:49:34.496Z Compiling swrite v0.1.0
23592026-07-23T01:49:34.558Z Compiling glob v0.3.3
23602026-07-23T01:49:34.617Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23612026-07-23T01:49:34.648Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23622026-07-23T01:49:34.690Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23632026-07-23T01:49:34.729Z Compiling usdt v0.5.0
23642026-07-23T01:49:34.893Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23652026-07-23T01:49:34.970Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23662026-07-23T01:49:35.025Z Compiling smf v0.2.3
23672026-07-23T01:49:35.058Z Compiling filetime v0.2.27
23682026-07-23T01:49:35.174Z Compiling zone v0.3.1
23692026-07-23T01:49:35.205Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23702026-07-23T01:49:35.222Z Compiling whoami v1.6.1
23712026-07-23T01:49:35.275Z Compiling xattr v1.6.1
23722026-07-23T01:49:35.292Z Compiling constant_time_eq v0.4.2
23732026-07-23T01:49:35.308Z Compiling arrayvec v0.7.6
23742026-07-23T01:49:35.324Z Compiling arrayref v0.3.9
23752026-07-23T01:49:35.364Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23762026-07-23T01:49:35.421Z Compiling tar v0.4.46
23772026-07-23T01:49:35.490Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23782026-07-23T01:49:35.501Z Compiling tokio-dtrace v0.1.1
23792026-07-23T01:49:35.505Z Compiling console v0.16.2
23802026-07-23T01:49:35.656Z Compiling gethostname v0.5.0
23812026-07-23T01:49:35.733Z Compiling topological-sort v0.2.2
23822026-07-23T01:49:35.745Z Compiling unit-prefix v0.5.2
23832026-07-23T01:49:35.831Z Compiling oxide-tokio-rt v0.1.4
23842026-07-23T01:49:35.847Z Compiling toml v0.8.23
23852026-07-23T01:49:35.928Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23862026-07-23T01:49:36.063Z Compiling indicatif v0.18.4
23872026-07-23T01:49:36.187Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23882026-07-23T01:49:36.233Z Compiling shell-words v1.1.1
23892026-07-23T01:49:45.543Z Compiling progenitor-client v0.14.0
23902026-07-23T01:49:45.543Z Compiling omicron-zone-package v0.12.3
23912026-07-23T01:49:45.772Z Compiling progenitor-extras v0.2.0
23922026-07-23T01:49:46.124Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23932026-07-23T01:49:46.147Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23942026-07-23T01:49:46.252Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23952026-07-23T01:49:46.309Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23962026-07-23T01:49:46.309Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23972026-07-23T01:49:46.411Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23982026-07-23T01:49:46.450Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23992026-07-23T01:49:46.651Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24002026-07-23T01:49:47.042Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24012026-07-23T01:49:50.922Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24022026-07-23T01:49:58.896Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24032026-07-23T01:50:02.041Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24042026-07-23T01:50:03.082Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24052026-07-23T01:50:12.497Z Finished `release` profile [optimized] target(s) in 1m 39s
24062026-07-23T01:50:12.639Z Running `target/release/omicron-package -t test target create -p dev`
24072026-07-23T01:50:12.699ZLogging to: /work/oxidecomputer/omicron/out/LOG
24082026-07-23T01:50:12.702ZCreated new build target 'test' and set it as active
24092026-07-23T01:50:12.702Z
24102026-07-23T01:50:12.702Zreal 1:40.102555160
24112026-07-23T01:50:12.702Zuser 16:26.658309546
24122026-07-23T01:50:12.702Zsys 2:35.531894471
24132026-07-23T01:50:12.702Ztrap 0.466532678
24142026-07-23T01:50:12.702Ztflt 2.308710285
24152026-07-23T01:50:12.702Zdflt 4.097799969
24162026-07-23T01:50:12.702Zkflt 0.000840880
24172026-07-23T01:50:12.702Zlock 51:52.946232844
24182026-07-23T01:50:12.702Zslp 42:30.674569256
24192026-07-23T01:50:12.703Zlat 43.171493383
24202026-07-23T01:50:12.703Zstop 5:06.750894933
24212026-07-23T01:50:12.703Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24222026-07-23T01:50:13.545Z Finished `release` profile [optimized] target(s) in 0.83s
24232026-07-23T01:50:13.615Z Running `target/release/omicron-package -t test package`
24242026-07-23T01:50:13.671ZLogging to: /work/oxidecomputer/omicron/out/LOG
24252026-07-23T01:50:15.047Z Compiling heck v0.5.0
24262026-07-23T01:50:15.047Z Compiling regress v0.11.1
24272026-07-23T01:50:15.282Z Compiling unsafe-libyaml v0.2.11
24282026-07-23T01:50:15.301Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24292026-07-23T01:50:15.329Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24302026-07-23T01:50:15.350Z Compiling derive-where v1.6.0
24312026-07-23T01:50:15.369Z Compiling bytecount v0.6.9
24322026-07-23T01:50:15.376Z Compiling atomicwrites v0.4.4
24332026-07-23T01:50:15.376Z Compiling is-terminal v0.4.17
24342026-07-23T01:50:15.376Z Compiling prettyplease v0.2.37
24352026-07-23T01:50:15.450Z Compiling console v0.15.11
24362026-07-23T01:50:15.453Z Compiling newline-converter v0.3.0
24372026-07-23T01:50:15.454Z Compiling slog-dtrace v0.3.0
24382026-07-23T01:50:15.491Z Compiling resolv-conf v0.7.6
24392026-07-23T01:50:15.508Z Compiling num-rational v0.4.2
24402026-07-23T01:50:15.548Z Compiling num-complex v0.4.6
24412026-07-23T01:50:15.571Z Compiling thread_local v1.1.9
24422026-07-23T01:50:15.576Z Compiling cancel-safe-futures v0.1.5
24432026-07-23T01:50:15.615Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24442026-07-23T01:50:15.637Z Compiling match_cfg v0.1.0
24452026-07-23T01:50:15.704Z Compiling unicode-width v0.1.14
24462026-07-23T01:50:15.742Z Compiling compression-core v0.4.31
24472026-07-23T01:50:15.788Z Compiling serde_yaml v0.9.34+deprecated
24482026-07-23T01:50:15.839Z Compiling expectorate v1.2.0
24492026-07-23T01:50:15.890Z Compiling compression-codecs v0.4.37
24502026-07-23T01:50:15.923Z Compiling hostname v0.3.1
24512026-07-23T01:50:15.944Z Compiling multer v3.1.0
24522026-07-23T01:50:16.011Z Compiling num v0.4.3
24532026-07-23T01:50:16.035Z Compiling slog-async v2.8.0
24542026-07-23T01:50:16.056Z Compiling crossbeam-channel v0.5.15
24552026-07-23T01:50:16.079Z Compiling slog-json v2.6.1
24562026-07-23T01:50:16.083Z Compiling toml_datetime v1.1.1+spec-1.1.0
24572026-07-23T01:50:16.121Z Compiling serde_spanned v1.1.1
24582026-07-23T01:50:16.124Z Compiling term v1.2.1
24592026-07-23T01:50:16.165Z Compiling linked-hash-map v0.5.6
24602026-07-23T01:50:16.168Z Compiling take_mut v0.2.2
24612026-07-23T01:50:16.300Z Compiling float-ord v0.3.2
24622026-07-23T01:50:16.321Z Compiling toml_writer v1.1.1+spec-1.1.0
24632026-07-23T01:50:16.324Z Compiling slog-bunyan v2.5.0
24642026-07-23T01:50:16.411Z Compiling lru-cache v0.1.2
24652026-07-23T01:50:16.415Z Compiling async-compression v0.4.41
24662026-07-23T01:50:16.453Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24672026-07-23T01:50:16.508Z Compiling slog-term v2.9.2
24682026-07-23T01:50:16.534Z Compiling toml v1.1.2+spec-1.1.0
24692026-07-23T01:50:16.599Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24702026-07-23T01:50:16.612Z Compiling oxide-update-engine-types v0.1.2
24712026-07-23T01:50:16.688Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24722026-07-23T01:50:16.758Z Compiling dropshot v0.17.1
24732026-07-23T01:50:16.778Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24742026-07-23T01:50:16.827Z Compiling async-stream v0.3.6
24752026-07-23T01:50:16.943Z Compiling typify-impl v0.6.2
24762026-07-23T01:50:16.964Z Compiling sha1 v0.11.0
24772026-07-23T01:50:17.041Z Compiling progenitor-client v0.14.0
24782026-07-23T01:50:17.044Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24792026-07-23T01:50:17.085Z Compiling waitgroup v0.1.2
24802026-07-23T01:50:17.111Z Compiling rustls-pemfile v2.2.0
24812026-07-23T01:50:17.244Z Compiling backon v1.6.0
24822026-07-23T01:50:17.264Z Compiling serde_path_to_error v0.1.20
24832026-07-23T01:50:17.283Z Compiling hostname v0.4.2
24842026-07-23T01:50:17.323Z Compiling instant v0.1.13
24852026-07-23T01:50:17.374Z Compiling linear-map v1.2.0
24862026-07-23T01:50:17.394Z Compiling minimal-lexical v0.2.1
24872026-07-23T01:50:17.443Z Compiling debug-ignore v1.0.5
24882026-07-23T01:50:17.463Z Compiling backoff v0.4.0
24892026-07-23T01:50:17.485Z Compiling progenitor-extras v0.2.0
24902026-07-23T01:50:17.632Z Compiling nom v7.1.3
24912026-07-23T01:50:17.635Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24922026-07-23T01:50:17.675Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24932026-07-23T01:50:17.698Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24942026-07-23T01:50:17.719Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24952026-07-23T01:50:17.742Z Compiling parse-display v0.10.0
24962026-07-23T01:50:17.764Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24972026-07-23T01:50:17.957Z Compiling oxide-update-engine v0.1.2
24982026-07-23T01:50:18.030Z Compiling hickory-proto v0.24.4
24992026-07-23T01:50:18.433Z Compiling regress v0.10.5
25002026-07-23T01:50:18.806Z Compiling macaddr v1.0.1
25012026-07-23T01:50:18.998Z Compiling unicode-xid v0.2.6
25022026-07-23T01:50:18.998Z Compiling humantime v2.3.0
25032026-07-23T01:50:19.170Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25042026-07-23T01:50:19.288Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25052026-07-23T01:50:19.313Z Compiling convert_case v0.10.0
25062026-07-23T01:50:19.354Z Compiling owo-colors v4.3.0
25072026-07-23T01:50:19.487Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25082026-07-23T01:50:19.608Z Compiling derive_more-impl v2.1.1
25092026-07-23T01:50:19.689Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25102026-07-23T01:50:19.733Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25112026-07-23T01:50:19.810Z Compiling toml v0.8.23
25122026-07-23T01:50:20.392Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25132026-07-23T01:50:20.414Z Compiling derive_more v2.1.1
25142026-07-23T01:50:20.414Z Compiling papergrid v0.11.0
25152026-07-23T01:50:20.462Z Compiling typify-macro v0.6.2
25162026-07-23T01:50:20.483Z Compiling tabled_derive v0.7.0
25172026-07-23T01:50:20.541Z Compiling termtree v0.5.1
25182026-07-23T01:50:20.563Z Compiling hickory-resolver v0.24.4
25192026-07-23T01:50:20.740Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25202026-07-23T01:50:20.993Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25212026-07-23T01:50:21.401Z Compiling tabled v0.15.0
25222026-07-23T01:50:21.772Z Compiling qorb v0.4.1
25232026-07-23T01:50:22.064Z Compiling typify v0.6.2
25242026-07-23T01:50:22.344Z Compiling progenitor-impl v0.14.0
25252026-07-23T01:50:22.443Z Compiling crossterm v0.29.0
25262026-07-23T01:50:22.788Z Compiling phf_shared v0.12.1
25272026-07-23T01:50:23.041Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25282026-07-23T01:50:23.572Z Compiling vte v0.14.1
25292026-07-23T01:50:23.827Z Compiling csv-core v0.1.13
25302026-07-23T01:50:24.255Z Compiling highway v1.3.0
25312026-07-23T01:50:24.466Z Compiling progenitor-macro v0.14.0
25322026-07-23T01:50:25.339Z Compiling chrono-tz v0.10.4
25332026-07-23T01:50:25.513Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25342026-07-23T01:50:25.608Z Compiling csv v1.4.0
25352026-07-23T01:50:25.650Z Compiling strip-ansi-escapes v0.2.1
25362026-07-23T01:50:25.679Z Compiling phf v0.12.1
25372026-07-23T01:50:25.814Z Compiling const_format_proc_macros v0.2.34
25382026-07-23T01:50:25.872Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25392026-07-23T01:50:26.142Z Compiling fd-lock v4.0.4
25402026-07-23T01:50:26.215Z Compiling peg-macros v0.8.5
25412026-07-23T01:50:26.321Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25422026-07-23T01:50:26.383Z Compiling nu-ansi-term v0.50.3
25432026-07-23T01:50:26.613Z Compiling const_format v0.2.35
25442026-07-23T01:50:26.930Z Compiling reedline v0.40.0
25452026-07-23T01:50:27.120Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25462026-07-23T01:50:27.560Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25472026-07-23T01:50:27.586Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25482026-07-23T01:50:28.294Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25492026-07-23T01:50:28.425Z Compiling peg v0.8.5
25502026-07-23T01:50:28.501Z Compiling progenitor v0.14.0
25512026-07-23T01:50:28.531Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25522026-07-23T01:50:28.680Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25532026-07-23T01:50:28.702Z Compiling bcs v0.1.6
25542026-07-23T01:50:29.140Z Compiling nom v8.0.0
25552026-07-23T01:50:29.351Z Compiling semver v0.1.20
25562026-07-23T01:50:29.648Z Compiling rustc_version v0.1.7
25572026-07-23T01:50:29.882Z Compiling newtype_derive v0.1.6
25582026-07-23T01:50:30.118Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25592026-07-23T01:50:30.357Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25602026-07-23T01:50:30.382Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25612026-07-23T01:50:30.445Z Compiling smawk v0.3.2
25622026-07-23T01:50:30.648Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25632026-07-23T01:50:30.749Z Compiling unicode-linebreak v0.1.5
25642026-07-23T01:50:30.891Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25652026-07-23T01:50:31.029Z Compiling textwrap v0.16.2
25662026-07-23T01:50:31.059Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25672026-07-23T01:50:31.161Z Compiling steno v0.4.1
25682026-07-23T01:50:31.496Z Compiling base64 v0.21.7
25692026-07-23T01:50:31.519Z Compiling dropshot-api-manager-types v0.7.2
25702026-07-23T01:50:31.878Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25712026-07-23T01:50:32.031Z Compiling sha1 v0.10.6
25722026-07-23T01:50:32.130Z Compiling utf-8 v0.7.6
25732026-07-23T01:50:32.374Z Compiling tagptr v0.2.0
25742026-07-23T01:50:32.486Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25752026-07-23T01:50:32.614Z Compiling moka v0.12.13
25762026-07-23T01:50:32.656Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25772026-07-23T01:50:32.755Z Compiling tungstenite v0.21.0
25782026-07-23T01:50:32.829Z Compiling display-error-chain v0.2.2
25792026-07-23T01:50:33.218Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25802026-07-23T01:50:33.435Z Compiling tokio-tungstenite v0.21.0
25812026-07-23T01:50:33.504Z Compiling radium v0.7.0
25822026-07-23T01:50:33.817Z Compiling hickory-resolver v0.25.2
25832026-07-23T01:50:33.837Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25842026-07-23T01:50:33.909Z Compiling maybe-uninit v2.0.0
25852026-07-23T01:50:34.261Z Compiling tap v1.0.1
25862026-07-23T01:50:34.413Z Compiling wyz v0.5.1
25872026-07-23T01:50:34.658Z Compiling vergen-lib v0.1.6
25882026-07-23T01:50:34.735Z Compiling zerocopy-derive v0.6.6
25892026-07-23T01:50:34.864Z Compiling crc-catalog v2.4.0
25902026-07-23T01:50:34.918Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25912026-07-23T01:50:34.995Z Compiling diesel_derives v2.3.7
25922026-07-23T01:50:35.222Z Compiling packed_struct v0.10.1
25932026-07-23T01:50:35.522Z Compiling funty v2.0.0
25942026-07-23T01:50:35.586Z Compiling zerocopy v0.6.6
25952026-07-23T01:50:35.965Z Compiling bitvec v1.0.1
25962026-07-23T01:50:36.047Z Compiling crc v3.4.0
25972026-07-23T01:50:36.273Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25982026-07-23T01:50:36.555Z Compiling dsl_auto_type v0.2.0
25992026-07-23T01:50:36.644Z Compiling scheduled-thread-pool v0.2.7
26002026-07-23T01:50:37.137Z Compiling packed_struct_codegen v0.10.1
26012026-07-23T01:50:37.258Z Compiling vergen-gitcl v1.0.8
26022026-07-23T01:50:37.289Z Compiling bitfield-macros v0.19.4
26032026-07-23T01:50:37.293Z Compiling diesel_table_macro_syntax v0.3.0
26042026-07-23T01:50:37.518Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26052026-07-23T01:50:37.540Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26062026-07-23T01:50:37.676Z Compiling proc-macro-error-attr2 v2.0.0
26072026-07-23T01:50:37.864Z Compiling dirs-sys-next v0.1.2
26082026-07-23T01:50:38.018Z Compiling indexmap v1.9.3
26092026-07-23T01:50:38.108Z Compiling crunchy v0.2.4
26102026-07-23T01:50:38.152Z Compiling maplit v1.0.2
26112026-07-23T01:50:38.172Z Compiling glob v0.3.3
26122026-07-23T01:50:38.270Z Compiling nodrop v0.1.14
26132026-07-23T01:50:38.400Z Compiling array-init v0.0.4
26142026-07-23T01:50:38.455Z Compiling proc-macro-error2 v2.0.1
26152026-07-23T01:50:38.527Z Compiling clang-sys v1.8.1
26162026-07-23T01:50:38.757Z Compiling dirs-next v2.0.0
26172026-07-23T01:50:38.777Z Compiling bitfield v0.19.4
26182026-07-23T01:50:38.956Z Compiling r2d2 v0.8.10
26192026-07-23T01:50:38.982Z Compiling smallvec v0.6.14
26202026-07-23T01:50:39.250Z Compiling num-derive v0.3.3
26212026-07-23T01:50:39.271Z Compiling downcast-rs v2.0.2
26222026-07-23T01:50:39.388Z Compiling hashbrown v0.12.3
26232026-07-23T01:50:39.408Z Compiling tiny-keccak v2.0.2
26242026-07-23T01:50:39.676Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26252026-07-23T01:50:39.783Z Compiling serde-hex v0.1.0
26262026-07-23T01:50:39.878Z Compiling term v0.7.0
26272026-07-23T01:50:39.997Z Compiling tabled_derive v0.11.0
26282026-07-23T01:50:40.127Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26292026-07-23T01:50:40.155Z Compiling ron v0.8.1
26302026-07-23T01:50:40.183Z Compiling libscf-sys v1.1.0
26312026-07-23T01:50:40.356Z Compiling papergrid v0.17.0
26322026-07-23T01:50:40.377Z Compiling testing_table v0.3.0
26332026-07-23T01:50:40.396Z Compiling hashbrown v0.13.2
26342026-07-23T01:50:40.495Z Compiling bit-vec v0.6.3
26352026-07-23T01:50:40.737Z Compiling crc-any v2.5.0
26362026-07-23T01:50:40.813Z Compiling bit-set v0.5.3
26372026-07-23T01:50:41.001Z Compiling object v0.30.4
26382026-07-23T01:50:41.021Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26392026-07-23T01:50:41.094Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26402026-07-23T01:50:41.160Z Compiling ascii-canvas v3.0.0
26412026-07-23T01:50:41.424Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26422026-07-23T01:50:41.703Z Compiling tabled v0.20.0
26432026-07-23T01:50:41.961Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26442026-07-23T01:50:42.023Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26452026-07-23T01:50:42.517Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26462026-07-23T01:50:42.539Z Compiling progenitor-impl v0.13.0
26472026-07-23T01:50:42.814Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26482026-07-23T01:50:42.971Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26492026-07-23T01:50:43.059Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26502026-07-23T01:50:43.117Z Compiling itertools v0.10.5
26512026-07-23T01:50:43.290Z Compiling ena v0.14.4
26522026-07-23T01:50:43.345Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26532026-07-23T01:50:43.451Z Compiling diesel v2.3.7
26542026-07-23T01:50:43.530Z Compiling libloading v0.8.9
26552026-07-23T01:50:43.599Z Compiling bindgen v0.71.1
26562026-07-23T01:50:43.768Z Compiling path-slash v0.1.5
26572026-07-23T01:50:43.904Z Compiling regex-syntax v0.6.29
26582026-07-23T01:50:43.959Z Compiling diff v0.1.13
26592026-07-23T01:50:44.225Z Compiling unicase v2.9.0
26602026-07-23T01:50:44.246Z Compiling xshell-macros v0.2.7
26612026-07-23T01:50:44.441Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26622026-07-23T01:50:44.525Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26632026-07-23T01:50:44.649Z Compiling xshell v0.2.7
26642026-07-23T01:50:44.676Z Compiling progenitor-macro v0.13.0
26652026-07-23T01:50:45.805Z Compiling lalrpop v0.19.12
26662026-07-23T01:50:46.107Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26672026-07-23T01:50:46.920Z Compiling cexpr v0.6.0
26682026-07-23T01:50:47.597Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26692026-07-23T01:50:47.919Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26702026-07-23T01:50:48.318Z Compiling progenitor-client v0.13.0
26712026-07-23T01:50:48.663Z Compiling rustc-hash v2.1.1
26722026-07-23T01:50:48.847Z Compiling progenitor v0.13.0
26732026-07-23T01:50:48.870Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26742026-07-23T01:50:49.190Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26752026-07-23T01:50:49.631Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26762026-07-23T01:50:50.059Z Compiling headers-core v0.3.0
26772026-07-23T01:50:50.092Z Compiling libxml v0.3.3
26782026-07-23T01:50:50.196Z Compiling crc8 v0.1.1
26792026-07-23T01:50:50.220Z Compiling headers v0.4.1
26802026-07-23T01:50:50.256Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26812026-07-23T01:50:50.335Z Compiling strum_macros v0.24.3
26822026-07-23T01:50:50.412Z Compiling indoc v1.0.9
26832026-07-23T01:50:50.412Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26842026-07-23T01:50:50.529Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26852026-07-23T01:50:50.797Z Compiling derive_builder v0.20.2
26862026-07-23T01:50:50.892Z Compiling oso-derive v0.27.3
26872026-07-23T01:50:50.971Z Compiling quick-xml v0.37.5
26882026-07-23T01:50:51.442Z Compiling impl-trait-for-tuples v0.2.3
26892026-07-23T01:50:51.462Z Compiling openssl-probe v0.1.6
26902026-07-23T01:50:51.634Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26912026-07-23T01:50:51.768Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26922026-07-23T01:50:51.914Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26932026-07-23T01:50:52.154Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26942026-07-23T01:50:52.310Z Compiling bb8 v0.8.6
26952026-07-23T01:50:52.390Z Compiling trait-variant v0.1.2
26962026-07-23T01:50:52.689Z Compiling half v1.8.3
26972026-07-23T01:50:52.756Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26982026-07-23T01:50:52.943Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26992026-07-23T01:50:53.133Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27002026-07-23T01:50:53.237Z Compiling polar-core v0.27.3
27012026-07-23T01:50:53.533Z Compiling samael v0.0.19
27022026-07-23T01:50:53.557Z Compiling serde_cbor v0.11.2
27032026-07-23T01:50:53.706Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27042026-07-23T01:50:54.025Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27052026-07-23T01:50:54.046Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27062026-07-23T01:50:54.069Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27072026-07-23T01:50:54.330Z Compiling nonempty v0.12.0
27082026-07-23T01:50:54.420Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27092026-07-23T01:50:54.576Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27102026-07-23T01:50:54.598Z Compiling fxhash v0.2.1
27112026-07-23T01:50:54.663Z Compiling libz-sys v1.1.24
27122026-07-23T01:50:54.763Z Compiling salty v0.3.0
27132026-07-23T01:50:55.169Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27142026-07-23T01:50:55.414Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27152026-07-23T01:50:55.828Z Compiling kstat-rs v0.2.4
27162026-07-23T01:50:56.211Z Compiling arc-swap v1.8.2
27172026-07-23T01:50:56.318Z Compiling fs-err v2.11.0
27182026-07-23T01:50:56.664Z Compiling slog-scope v4.4.1
27192026-07-23T01:50:56.737Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27202026-07-23T01:50:56.780Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27212026-07-23T01:50:56.835Z Compiling mime_guess v2.0.5
27222026-07-23T01:50:57.405Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27232026-07-23T01:50:57.458Z Compiling rfc6979 v0.4.0
27242026-07-23T01:50:57.652Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27252026-07-23T01:50:57.820Z Compiling nanorand v0.7.0
27262026-07-23T01:50:58.188Z Compiling libgit2-sys v0.18.3+1.9.2
27272026-07-23T01:50:58.240Z Compiling parking_lot_core v0.8.6
27282026-07-23T01:50:58.546Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27292026-07-23T01:50:58.568Z Compiling flume v0.11.1
27302026-07-23T01:50:58.981Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27312026-07-23T01:50:59.003Z Compiling ecdsa v0.16.9
27322026-07-23T01:50:59.700Z Compiling slog-stdlog v4.1.1
27332026-07-23T01:51:00.304Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27342026-07-23T01:51:00.351Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27352026-07-23T01:51:00.432Z Compiling primeorder v0.13.6
27362026-07-23T01:51:00.616Z Compiling git-stub v1.0.0
27372026-07-23T01:51:00.898Z Compiling async-bb8-diesel v0.2.1
27382026-07-23T01:51:01.348Z Compiling diesel-dtrace v0.5.0
27392026-07-23T01:51:01.433Z Compiling atty v0.2.14
27402026-07-23T01:51:01.584Z Compiling strsim v0.10.0
27412026-07-23T01:51:01.631Z Compiling parse-size v1.1.0
27422026-07-23T01:51:01.698Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27432026-07-23T01:51:01.852Z Compiling instability v0.3.11
27442026-07-23T01:51:01.904Z Compiling http-range v0.1.5
27452026-07-23T01:51:01.978Z Compiling darling_core v0.13.4
27462026-07-23T01:51:02.139Z Compiling oso v0.27.3
27472026-07-23T01:51:02.300Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27482026-07-23T01:51:03.659Z Compiling git-stub-vcs v0.1.0
27492026-07-23T01:51:04.015Z Compiling p384 v0.13.1
27502026-07-23T01:51:04.260Z Compiling slog-envlogger v2.2.0
27512026-07-23T01:51:06.210Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27522026-07-23T01:51:06.306Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27532026-07-23T01:51:06.476Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27542026-07-23T01:51:06.682Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27552026-07-23T01:51:07.861Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27562026-07-23T01:51:08.620Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27572026-07-23T01:51:08.924Z Compiling ignore v0.4.25
27582026-07-23T01:51:09.160Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-07-23T01:51:09.363Z Compiling vergen-git2 v9.1.0
27602026-07-23T01:51:09.609Z Compiling castaway v0.2.4
27612026-07-23T01:51:10.120Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-07-23T01:51:10.120Z Compiling indoc v2.0.7
27632026-07-23T01:51:10.599Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27642026-07-23T01:51:10.782Z Compiling compact_str v0.8.1
27652026-07-23T01:51:11.237Z Compiling globwalk v0.9.1
27662026-07-23T01:51:11.308Z Compiling parking_lot v0.11.2
27672026-07-23T01:51:11.348Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27682026-07-23T01:51:11.915Z Compiling hyper-staticfile v0.10.1
27692026-07-23T01:51:11.934Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27702026-07-23T01:51:12.038Z Compiling darling_macro v0.13.4
27712026-07-23T01:51:12.266Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27722026-07-23T01:51:12.550Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27732026-07-23T01:51:12.706Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27742026-07-23T01:51:13.082Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27752026-07-23T01:51:13.088Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27762026-07-23T01:51:13.088Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27772026-07-23T01:51:15.686Z Compiling predicates-tree v1.0.13
27782026-07-23T01:51:15.713Z Compiling unicode-truncate v1.1.0
27792026-07-23T01:51:15.713Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27802026-07-23T01:51:15.713Z Compiling lru v0.12.5
27812026-07-23T01:51:15.713Z Compiling rand_seeder v0.4.0
27822026-07-23T01:51:15.713Z Compiling prefix-trie v0.7.0
27832026-07-23T01:51:15.713Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27842026-07-23T01:51:15.713Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27852026-07-23T01:51:15.713Z Compiling corncobs v0.1.4
27862026-07-23T01:51:15.713Z Compiling illumos-nvpair-sys v0.2.0
27872026-07-23T01:51:15.713Z Compiling cassowary v0.3.0
27882026-07-23T01:51:15.713Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27892026-07-23T01:51:15.713Z Compiling hickory-server v0.25.2
27902026-07-23T01:51:15.713Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27912026-07-23T01:51:15.713Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27922026-07-23T01:51:15.713Z Compiling ratatui v0.29.0
27932026-07-23T01:51:15.713Z Compiling camino-tempfile-ext v0.3.3
27942026-07-23T01:51:15.713Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27952026-07-23T01:51:15.713Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27962026-07-23T01:51:17.360Z Compiling darling v0.13.4
27972026-07-23T01:51:17.388Z Compiling sled v0.34.7
27982026-07-23T01:51:17.388Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27992026-07-23T01:51:17.388Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28002026-07-23T01:51:17.388Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28012026-07-23T01:51:19.014Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28022026-07-23T01:51:19.050Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28032026-07-23T01:51:19.050Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28042026-07-23T01:51:19.050Z Compiling secrecy v0.8.0
28052026-07-23T01:51:19.220Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28062026-07-23T01:51:19.866Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28072026-07-23T01:51:19.890Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28082026-07-23T01:51:20.297Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28092026-07-23T01:51:20.394Z Compiling serde_with_macros v1.5.2
28102026-07-23T01:51:21.214Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28112026-07-23T01:51:22.114Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28122026-07-23T01:51:22.364Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28132026-07-23T01:51:22.428Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28142026-07-23T01:51:22.630Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28152026-07-23T01:51:22.855Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28162026-07-23T01:51:23.066Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28172026-07-23T01:51:23.300Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28182026-07-23T01:51:23.421Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28192026-07-23T01:51:23.558Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28202026-07-23T01:51:23.702Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28212026-07-23T01:51:23.757Z Compiling void v1.0.2
28222026-07-23T01:51:23.865Z Compiling lzss v0.8.2
28232026-07-23T01:51:24.082Z Compiling git2 v0.20.4
28242026-07-23T01:51:24.231Z Compiling illumos-nvpair v0.3.0
28252026-07-23T01:51:24.676Z Compiling serde_with v1.14.0
28262026-07-23T01:51:24.744Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28272026-07-23T01:51:25.310Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28282026-07-23T01:51:25.829Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28292026-07-23T01:51:25.857Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28302026-07-23T01:51:26.965Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
28312026-07-23T01:51:27.116Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28322026-07-23T01:51:27.605Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28332026-07-23T01:51:27.867Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28342026-07-23T01:51:28.578Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28352026-07-23T01:51:28.834Z Compiling tungstenite v0.23.0
28362026-07-23T01:51:28.939Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28372026-07-23T01:51:29.748Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28382026-07-23T01:51:30.663Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28392026-07-23T01:51:30.897Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28402026-07-23T01:51:30.971Z Compiling nix v0.27.1
28412026-07-23T01:51:31.138Z Compiling twox-hash v2.1.2
28422026-07-23T01:51:31.190Z Compiling libsw-core v0.3.2
28432026-07-23T01:51:31.414Z Compiling serde_bytes v0.11.19
28442026-07-23T01:51:31.674Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28452026-07-23T01:51:31.721Z Compiling libsw v3.5.0
28462026-07-23T01:51:31.892Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28472026-07-23T01:51:31.916Z Compiling tokio-tungstenite v0.23.1
28482026-07-23T01:51:31.952Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28492026-07-23T01:51:32.182Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28502026-07-23T01:51:32.300Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28512026-07-23T01:51:32.398Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28522026-07-23T01:51:33.762Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28532026-07-23T01:51:34.403Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28542026-07-23T01:51:35.756Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28552026-07-23T01:51:36.167Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28562026-07-23T01:51:36.650Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28572026-07-23T01:51:36.684Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28582026-07-23T01:51:36.877Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28592026-07-23T01:51:37.236Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28602026-07-23T01:51:37.342Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28612026-07-23T01:51:37.645Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28622026-07-23T01:51:37.984Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28632026-07-23T01:51:38.541Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28642026-07-23T01:51:39.037Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28652026-07-23T01:51:40.730Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28662026-07-23T01:51:41.096Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28672026-07-23T01:51:42.612Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28682026-07-23T01:51:43.268Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28692026-07-23T01:51:43.466Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28702026-07-23T01:51:43.704Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28712026-07-23T01:51:43.731Z Compiling signal-hook-tokio v0.3.1
28722026-07-23T01:51:43.943Z Compiling fatfs v0.3.6
28732026-07-23T01:51:44.123Z Compiling yasna v0.5.2
28742026-07-23T01:51:44.270Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28752026-07-23T01:51:44.630Z Compiling assert_matches v1.5.0
28762026-07-23T01:51:44.738Z Compiling seq-macro v0.3.6
28772026-07-23T01:51:45.175Z Compiling is_ci v1.2.0
28782026-07-23T01:51:45.262Z Compiling rcgen v0.12.1
28792026-07-23T01:51:45.411Z Compiling supports-color v3.0.2
28802026-07-23T01:51:45.707Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28812026-07-23T01:51:45.898Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28822026-07-23T01:51:47.085Z Compiling oxide-update-engine-display v0.1.2
28832026-07-23T01:51:47.116Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28842026-07-23T01:51:47.667Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28852026-07-23T01:51:49.867Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28862026-07-23T01:51:49.898Z Compiling port-file v0.1.0
28872026-07-23T01:51:49.898Z Compiling rtoolbox v0.0.3
28882026-07-23T01:51:49.898Z Compiling subprocess v0.2.15
28892026-07-23T01:51:49.898Z Compiling rpassword v7.5.4
28902026-07-23T01:51:49.898Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28912026-07-23T01:51:49.923Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28922026-07-23T01:51:50.715Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28932026-07-23T01:51:50.809Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28942026-07-23T01:51:50.871Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28952026-07-23T01:51:51.737Z Compiling tui-tree-widget v0.23.1
28962026-07-23T01:51:52.038Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28972026-07-23T01:51:53.306Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28982026-07-23T01:51:54.440Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28992026-07-23T01:51:54.568Z Compiling uzers v0.12.2
29002026-07-23T01:51:54.713Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29012026-07-23T01:51:55.076Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29022026-07-23T01:51:56.040Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29032026-07-23T01:51:57.489Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29042026-07-23T01:51:58.438Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29052026-07-23T01:52:00.101Z Compiling support-bundle-viewer v0.1.2
29062026-07-23T01:52:00.602Z Compiling multimap v0.10.1
29072026-07-23T01:52:15.044Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29082026-07-23T01:52:23.155Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29092026-07-23T01:52:23.233Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29102026-07-23T01:52:23.233Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29112026-07-23T01:52:23.285Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29122026-07-23T01:58:44.389Z Finished `release` profile [optimized] target(s) in 8m 30s
29132026-07-23T01:59:30.833Z
29142026-07-23T01:59:30.839Zreal 9:18.103515673
29152026-07-23T01:59:30.839Zuser 1:18:29.620353596
29162026-07-23T01:59:30.839Zsys 3:28.119648103
29172026-07-23T01:59:30.839Ztrap 1.742933741
29182026-07-23T01:59:30.839Ztflt 2.176914584
29192026-07-23T01:59:30.839Zdflt 18.213429672
29202026-07-23T01:59:30.839Zkflt 0.079435327
29212026-07-23T01:59:30.839Zlock 6:48:03.289379395
29222026-07-23T01:59:30.839Zslp 2:10:55.360842078
29232026-07-23T01:59:30.839Zlat 2:19.133906580
29242026-07-23T01:59:30.839Zstop 5:05.239954445
29252026-07-23T01:59:30.839Z+ mapfile -t packages
29262026-07-23T01:59:30.839Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29272026-07-23T01:59:31.749Z Finished `release` profile [optimized] target(s) in 0.90s
29282026-07-23T01:59:31.824Z Running `target/release/omicron-package -t test list-outputs`
29292026-07-23T01:59:31.884ZLogging to: /work/oxidecomputer/omicron/out/LOG
29302026-07-23T01:59:31.887Z+ ptime -m cargo build --locked --release -p xtask
29312026-07-23T01:59:32.360Z Compiling libc v0.2.185
29322026-07-23T01:59:32.361Z Compiling serde_core v1.0.228
29332026-07-23T01:59:32.364Z Compiling serde v1.0.228
29342026-07-23T01:59:32.364Z Compiling rustix v1.1.3
29352026-07-23T01:59:32.364Z Compiling bitflags v2.11.0
29362026-07-23T01:59:32.488Z Compiling serde_json v1.0.150
29372026-07-23T01:59:32.508Z Compiling usdt-impl v0.5.0
29382026-07-23T01:59:32.511Z Compiling syn v2.0.117
29392026-07-23T01:59:32.529Z Compiling syn v1.0.109
29402026-07-23T01:59:32.540Z Compiling log v0.4.29
29412026-07-23T01:59:32.551Z Compiling getrandom v0.4.1
29422026-07-23T01:59:32.551Z Compiling indexmap v2.14.0
29432026-07-23T01:59:32.573Z Compiling fs-err v3.3.0
29442026-07-23T01:59:32.773Z Compiling heck v0.4.1
29452026-07-23T01:59:32.822Z Compiling anyhow v1.0.102
29462026-07-23T01:59:32.935Z Compiling once_cell v1.21.3
29472026-07-23T01:59:33.229Z Compiling errno v0.3.14
29482026-07-23T01:59:33.232Z Compiling thread-id v4.2.2
29492026-07-23T01:59:33.232Z Compiling memmap v0.7.0
29502026-07-23T01:59:34.019Z Compiling proc-macro-error v1.0.4
29512026-07-23T01:59:34.197Z Compiling terminal_size v0.4.3
29522026-07-23T01:59:34.197Z Compiling tempfile v3.25.0
29532026-07-23T01:59:34.256Z Compiling tabled_derive v0.7.0
29542026-07-23T01:59:34.291Z Compiling clap_builder v4.6.0
29552026-07-23T01:59:34.291Z Compiling textwrap v0.16.2
29562026-07-23T01:59:34.625Z Compiling camino v1.2.2
29572026-07-23T01:59:34.640Z Compiling cargo-platform v0.3.2
29582026-07-23T01:59:34.658Z Compiling semver v1.0.28
29592026-07-23T01:59:34.688Z Compiling pest_generator v2.8.6
29602026-07-23T01:59:34.922Z Compiling camino-tempfile v1.4.1
29612026-07-23T01:59:34.964Z Compiling tabled v0.15.0
29622026-07-23T01:59:35.204Z Compiling serde_derive v1.0.228
29632026-07-23T01:59:35.204Z Compiling thiserror-impl v1.0.69
29642026-07-23T01:59:35.207Z Compiling zerocopy-derive v0.7.35
29652026-07-23T01:59:35.207Z Compiling scroll_derive v0.12.1
29662026-07-23T01:59:35.207Z Compiling thiserror-impl v2.0.18
29672026-07-23T01:59:35.207Z Compiling clap_derive v4.6.1
29682026-07-23T01:59:35.271Z Compiling pest_derive v2.8.6
29692026-07-23T01:59:35.915Z Compiling scroll v0.12.0
29702026-07-23T01:59:36.043Z Compiling zerocopy v0.7.35
29712026-07-23T01:59:36.187Z Compiling goblin v0.8.2
29722026-07-23T01:59:36.339Z Compiling thiserror v1.0.69
29732026-07-23T01:59:36.455Z Compiling dtrace-parser v0.2.0
29742026-07-23T01:59:36.619Z Compiling thiserror v2.0.18
29752026-07-23T01:59:36.879Z Compiling clap v4.6.1
29762026-07-23T01:59:38.366Z Compiling dof v0.3.0
29772026-07-23T01:59:38.423Z Compiling serde_spanned v0.6.9
29782026-07-23T01:59:38.466Z Compiling toml_datetime v0.6.11
29792026-07-23T01:59:38.477Z Compiling serde_tokenstream v0.2.3
29802026-07-23T01:59:38.597Z Compiling cargo_metadata v0.23.1
29812026-07-23T01:59:38.636Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29822026-07-23T01:59:38.646Z Compiling macaddr v1.0.1
29832026-07-23T01:59:38.680Z Compiling toml_edit v0.22.27
29842026-07-23T01:59:39.106Z Compiling usdt-macro v0.5.0
29852026-07-23T01:59:39.109Z Compiling usdt-attr-macro v0.5.0
29862026-07-23T01:59:39.754Z Compiling usdt v0.5.0
29872026-07-23T01:59:40.211Z Compiling toml v0.8.23
29882026-07-23T01:59:40.645Z Compiling cargo_toml v0.21.0
29892026-07-23T01:59:45.081Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29902026-07-23T01:59:48.302Z Finished `release` profile [optimized] target(s) in 16.40s
29912026-07-23T01:59:48.403Z
29922026-07-23T01:59:48.407Zreal 16.483559057
29932026-07-23T01:59:48.407Zuser 2:05.304874626
29942026-07-23T01:59:48.407Zsys 13.852057452
29952026-07-23T01:59:48.407Ztrap 0.076406745
29962026-07-23T01:59:48.407Ztflt 0.413903626
29972026-07-23T01:59:48.407Zdflt 1.640132204
29982026-07-23T01:59:48.407Zkflt 0.000050110
29992026-07-23T01:59:48.407Zlock 4:27.439153129
30002026-07-23T01:59:48.407Zslp 2:42.232941024
30012026-07-23T01:59:48.407Zlat 4.834647633
30022026-07-23T01:59:48.407Zstop 15.156473021
30032026-07-23T01:59:48.407Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30042026-07-23T01:59:48.407Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30052026-07-23T01:59:48.407Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30062026-07-23T01:59:48.407Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30072026-07-23T01:59:48.407Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30082026-07-23T01:59:49.307Z Compiling progenitor-client v0.14.0
30092026-07-23T01:59:49.307Z Compiling newtype-uuid-macros v0.1.0
30102026-07-23T01:59:49.307Z Compiling match_cfg v0.1.0
30112026-07-23T01:59:49.307Z Compiling slog-json v2.6.1
30122026-07-23T01:59:49.310Z Compiling structmeta-derive v0.3.0
30132026-07-23T01:59:49.311Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30142026-07-23T01:59:49.465Z Compiling sha1 v0.11.0
30152026-07-23T01:59:49.469Z Compiling multer v3.1.0
30162026-07-23T01:59:49.469Z Compiling debug-ignore v1.0.5
30172026-07-23T01:59:49.469Z Compiling compression-core v0.4.31
30182026-07-23T01:59:49.469Z Compiling itertools v0.14.0
30192026-07-23T01:59:49.469Z Compiling async-stream-impl v0.3.6
30202026-07-23T01:59:49.469Z Compiling serde_spanned v1.1.1
30212026-07-23T01:59:49.469Z Compiling toml_datetime v1.1.1+spec-1.1.0
30222026-07-23T01:59:49.485Z Compiling dropshot v0.17.1
30232026-07-23T01:59:49.489Z Compiling toml_writer v1.1.1+spec-1.1.0
30242026-07-23T01:59:49.729Z Compiling waitgroup v0.1.2
30252026-07-23T01:59:49.733Z Compiling rustls-pemfile v2.2.0
30262026-07-23T01:59:49.764Z Compiling hostname v0.3.1
30272026-07-23T01:59:49.768Z Compiling compression-codecs v0.4.37
30282026-07-23T01:59:49.800Z Compiling toml v1.1.2+spec-1.1.0
30292026-07-23T01:59:49.804Z Compiling dropshot_endpoint v0.17.1
30302026-07-23T01:59:49.820Z Compiling serde_path_to_error v0.1.20
30312026-07-23T01:59:49.870Z Compiling slog-bunyan v2.5.0
30322026-07-23T01:59:49.908Z Compiling hostname v0.4.2
30332026-07-23T01:59:49.928Z Compiling atomicwrites v0.4.4
30342026-07-23T01:59:49.950Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30352026-07-23T01:59:49.954Z Compiling macaddr v1.0.1
30362026-07-23T01:59:50.016Z Compiling async-compression v0.4.41
30372026-07-23T01:59:50.038Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30382026-07-23T01:59:50.072Z Compiling instant v0.1.13
30392026-07-23T01:59:50.091Z Compiling regress v0.10.5
30402026-07-23T01:59:50.141Z Compiling backon v1.6.0
30412026-07-23T01:59:50.163Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30422026-07-23T01:59:50.182Z Compiling async-stream v0.3.6
30432026-07-23T01:59:50.198Z Compiling backoff v0.4.0
30442026-07-23T01:59:50.216Z Compiling humantime v2.3.0
30452026-07-23T01:59:50.220Z Compiling half v2.7.1
30462026-07-23T01:59:50.235Z Compiling ciborium-io v0.2.2
30472026-07-23T01:59:50.353Z Compiling progenitor-extras v0.2.0
30482026-07-23T01:59:50.370Z Compiling crucible-workspace-hack v0.1.0
30492026-07-23T01:59:50.374Z Compiling regress v0.11.1
30502026-07-23T01:59:50.402Z Compiling convert_case v0.4.0
30512026-07-23T01:59:50.430Z Compiling secrecy v0.10.3
30522026-07-23T01:59:50.447Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30532026-07-23T01:59:50.489Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30542026-07-23T01:59:50.506Z Compiling ciborium-ll v0.2.2
30552026-07-23T01:59:50.538Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30562026-07-23T01:59:50.566Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30572026-07-23T01:59:50.581Z Compiling structmeta v0.3.0
30582026-07-23T01:59:50.600Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30592026-07-23T01:59:50.635Z Compiling inout v0.1.4
30602026-07-23T01:59:50.653Z Compiling unsafe-libyaml v0.2.11
30612026-07-23T01:59:50.657Z Compiling thiserror-impl-no-std v2.0.2
30622026-07-23T01:59:50.736Z Compiling ciborium v0.2.2
30632026-07-23T01:59:50.772Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30642026-07-23T01:59:50.807Z Compiling derive_more v0.99.20
30652026-07-23T01:59:50.824Z Compiling cipher v0.4.4
30662026-07-23T01:59:50.828Z Compiling derive-ex v0.1.8
30672026-07-23T01:59:50.860Z Compiling parse-display-derive v0.10.0
30682026-07-23T01:59:50.880Z Compiling universal-hash v0.5.1
30692026-07-23T01:59:50.899Z Compiling opaque-debug v0.3.1
30702026-07-23T01:59:50.914Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30712026-07-23T01:59:50.986Z Compiling blake2 v0.10.6
30722026-07-23T01:59:51.035Z Compiling poly1305 v0.8.0
30732026-07-23T01:59:51.094Z Compiling chacha20 v0.9.1
30742026-07-23T01:59:51.169Z Compiling aead v0.5.2
30752026-07-23T01:59:51.209Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30762026-07-23T01:59:51.337Z Compiling serde_yaml v0.9.34+deprecated
30772026-07-23T01:59:51.366Z Compiling password-hash v0.5.0
30782026-07-23T01:59:51.393Z Compiling toml_datetime v0.7.5+spec-1.1.0
30792026-07-23T01:59:51.413Z Compiling indent_write v2.2.0
30802026-07-23T01:59:51.447Z Compiling chacha20poly1305 v0.10.1
30812026-07-23T01:59:51.569Z Compiling darling_core v0.21.3
30822026-07-23T01:59:51.586Z Compiling toml_edit v0.23.10+spec-1.0.0
30832026-07-23T01:59:51.621Z Compiling argon2 v0.5.3
30842026-07-23T01:59:51.675Z Compiling heapless v0.8.0
30852026-07-23T01:59:51.787Z Compiling tabwriter v1.4.1
30862026-07-23T01:59:51.804Z Compiling hash32 v0.3.1
30872026-07-23T01:59:51.911Z Compiling thiserror-no-std v2.0.2
30882026-07-23T01:59:51.985Z Compiling typify-impl v0.6.2
30892026-07-23T01:59:52.021Z Compiling vsss-rs v3.3.4
30902026-07-23T01:59:52.038Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30912026-07-23T01:59:52.248Z Compiling proc-macro-crate v3.4.0
30922026-07-23T01:59:52.331Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30932026-07-23T01:59:52.588Z Compiling smoltcp v0.11.0
30942026-07-23T01:59:52.612Z Compiling test-strategy v0.4.5
30952026-07-23T01:59:52.642Z Compiling parse-display v0.10.0
30962026-07-23T01:59:52.806Z Compiling cobs v0.3.0
30972026-07-23T01:59:52.829Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30982026-07-23T01:59:52.847Z Compiling num_enum_derive v0.7.6
30992026-07-23T01:59:52.977Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31002026-07-23T01:59:53.019Z Compiling colored v3.1.1
31012026-07-23T01:59:53.058Z Compiling postcard v1.1.3
31022026-07-23T01:59:53.082Z Compiling proc-macro-error v1.0.4
31032026-07-23T01:59:53.107Z Compiling proc-macro-crate v1.3.1
31042026-07-23T01:59:53.296Z Compiling rand v0.10.1
31052026-07-23T01:59:53.355Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31062026-07-23T01:59:53.404Z Compiling foreign-types-macros v0.2.3
31072026-07-23T01:59:53.422Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31082026-07-23T01:59:53.422Z Compiling rayon-core v1.13.0
31092026-07-23T01:59:53.475Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31102026-07-23T01:59:53.545Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31112026-07-23T01:59:53.628Z Compiling foreign-types-shared v0.3.1
31122026-07-23T01:59:53.728Z Compiling num_enum_derive v0.5.11
31132026-07-23T01:59:53.778Z Compiling crossbeam-deque v0.8.6
31142026-07-23T01:59:53.782Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31152026-07-23T01:59:53.782Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31162026-07-23T01:59:53.901Z Compiling cstr-argument v0.1.2
31172026-07-23T01:59:53.919Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31182026-07-23T01:59:53.978Z Compiling num_enum v0.7.6
31192026-07-23T01:59:54.088Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31202026-07-23T01:59:54.127Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31212026-07-23T01:59:54.151Z Compiling foreign-types v0.5.0
31222026-07-23T01:59:54.154Z Compiling darling_macro v0.21.3
31232026-07-23T01:59:54.211Z Compiling zone_cfg_derive v0.3.1
31242026-07-23T01:59:54.235Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31252026-07-23T01:59:54.268Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31262026-07-23T01:59:54.286Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31272026-07-23T01:59:54.306Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31282026-07-23T01:59:54.324Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31292026-07-23T01:59:54.342Z Compiling itertools v0.12.1
31302026-07-23T01:59:54.430Z Compiling num-derive v0.4.2
31312026-07-23T01:59:54.530Z Compiling rayon v1.11.0
31322026-07-23T01:59:54.547Z Compiling sigpipe v0.1.3
31332026-07-23T01:59:54.565Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31342026-07-23T01:59:54.649Z Compiling cpubits v0.1.1
31352026-07-23T01:59:54.667Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31362026-07-23T01:59:54.718Z Compiling darling v0.21.3
31372026-07-23T01:59:54.752Z Compiling glob v0.3.3
31382026-07-23T01:59:54.755Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31392026-07-23T01:59:54.827Z Compiling smf v0.2.3
31402026-07-23T01:59:54.844Z Compiling ingot-macros v0.1.1
31412026-07-23T01:59:54.847Z Compiling whoami v1.6.1
31422026-07-23T01:59:54.879Z Compiling num_enum v0.5.11
31432026-07-23T01:59:54.937Z Compiling usdt-attr-macro v0.5.0
31442026-07-23T01:59:55.030Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31452026-07-23T01:59:55.047Z Compiling usdt-macro v0.5.0
31462026-07-23T01:59:55.070Z Compiling gethostname v0.5.0
31472026-07-23T01:59:55.175Z Compiling num-rational v0.4.2
31482026-07-23T01:59:55.192Z Compiling pem-rfc7468 v1.0.0
31492026-07-23T01:59:55.213Z Compiling num-complex v0.4.6
31502026-07-23T01:59:55.394Z Compiling derive-where v1.6.0
31512026-07-23T01:59:55.452Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31522026-07-23T01:59:55.523Z Compiling memmap v0.7.0
31532026-07-23T01:59:55.644Z Compiling zone v0.3.1
31542026-07-23T01:59:55.662Z Compiling num v0.4.3
31552026-07-23T01:59:55.680Z Compiling float-ord v0.3.2
31562026-07-23T01:59:55.740Z Compiling toml v0.8.23
31572026-07-23T01:59:55.762Z Compiling hmac v0.13.0
31582026-07-23T01:59:55.800Z Compiling universal-hash v0.6.1
31592026-07-23T01:59:55.826Z Compiling resolv-conf v0.7.6
31602026-07-23T01:59:55.830Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31612026-07-23T01:59:55.865Z Compiling cancel-safe-futures v0.1.5
31622026-07-23T01:59:55.886Z Compiling usdt v0.5.0
31632026-07-23T01:59:55.963Z Compiling polyval v0.7.1
31642026-07-23T01:59:55.981Z Compiling der v0.8.0
31652026-07-23T01:59:55.999Z Compiling prettyplease v0.2.37
31662026-07-23T01:59:56.055Z Compiling pbkdf2 v0.13.0
31672026-07-23T01:59:56.180Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31682026-07-23T01:59:56.200Z Compiling ghash v0.6.0
31692026-07-23T01:59:56.219Z Compiling aes v0.9.1
31702026-07-23T01:59:56.236Z Compiling console v0.15.11
31712026-07-23T01:59:56.283Z Compiling hickory-proto v0.24.4
31722026-07-23T01:59:56.360Z Compiling newline-converter v0.3.0
31732026-07-23T01:59:56.363Z Compiling ctr v0.10.1
31742026-07-23T01:59:56.393Z Compiling aead v0.6.1
31752026-07-23T01:59:56.419Z Compiling sha2 v0.11.0
31762026-07-23T01:59:56.493Z Compiling libefi-sys v0.1.0
31772026-07-23T01:59:56.509Z Compiling linked-hash-map v0.5.6
31782026-07-23T01:59:56.584Z Compiling linear-map v1.2.0
31792026-07-23T01:59:56.624Z Compiling expectorate v1.2.0
31802026-07-23T01:59:56.659Z Compiling typify-macro v0.6.2
31812026-07-23T01:59:56.747Z Compiling lru-cache v0.1.2
31822026-07-23T01:59:56.771Z Compiling aes-gcm v0.11.0
31832026-07-23T01:59:56.809Z Compiling crypto-bigint v0.7.5
31842026-07-23T01:59:56.812Z Compiling oxide-update-engine-types v0.1.2
31852026-07-23T01:59:56.844Z Compiling cbc v0.2.1
31862026-07-23T01:59:56.865Z Compiling salsa20 v0.11.0
31872026-07-23T01:59:56.900Z Compiling spki v0.8.0
31882026-07-23T01:59:56.997Z Compiling bitfield-struct v0.6.2
31892026-07-23T01:59:57.031Z Compiling nom v8.0.0
31902026-07-23T01:59:57.047Z Compiling semver v0.1.20
31912026-07-23T01:59:57.275Z Compiling rustc_version v0.1.7
31922026-07-23T01:59:57.356Z Compiling scrypt v0.12.0
31932026-07-23T01:59:57.373Z Compiling tokio-dtrace v0.1.1
31942026-07-23T01:59:57.376Z Compiling dropshot-api-manager-types v0.7.2
31952026-07-23T01:59:57.376Z Compiling slog-dtrace v0.3.0
31962026-07-23T01:59:57.533Z Compiling minimal-lexical v0.2.1
31972026-07-23T01:59:57.672Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31982026-07-23T01:59:57.708Z Compiling oxide-tokio-rt v0.1.4
31992026-07-23T01:59:57.731Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32002026-07-23T01:59:57.752Z Compiling nom v7.1.3
32012026-07-23T01:59:57.769Z Compiling pkcs5 v0.8.1
32022026-07-23T01:59:57.772Z Compiling newtype_derive v0.1.6
32032026-07-23T01:59:57.825Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32042026-07-23T01:59:57.842Z Compiling ingot-types v0.1.2
32052026-07-23T01:59:57.991Z Compiling oxide-update-engine v0.1.2
32062026-07-23T01:59:58.020Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32072026-07-23T01:59:58.038Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32082026-07-23T01:59:58.056Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32092026-07-23T01:59:58.074Z Compiling phf_shared v0.12.1
32102026-07-23T01:59:58.092Z Compiling csv-core v0.1.13
32112026-07-23T01:59:58.274Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32122026-07-23T01:59:58.297Z Compiling ingot v0.1.1
32132026-07-23T01:59:58.315Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32142026-07-23T01:59:58.343Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32152026-07-23T01:59:58.379Z Compiling unicode-xid v0.2.6
32162026-07-23T01:59:58.439Z Compiling chrono-tz v0.10.4
32172026-07-23T01:59:58.514Z Compiling hickory-resolver v0.24.4
32182026-07-23T01:59:58.531Z Compiling typify v0.6.2
32192026-07-23T01:59:58.549Z Compiling highway v1.3.0
32202026-07-23T01:59:58.687Z Compiling progenitor-impl v0.14.0
32212026-07-23T01:59:58.705Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32222026-07-23T01:59:58.746Z Compiling xshell-macros v0.2.7
32232026-07-23T01:59:58.828Z Compiling const_format_proc_macros v0.2.34
32242026-07-23T01:59:59.010Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32252026-07-23T01:59:59.198Z Compiling xshell v0.2.7
32262026-07-23T01:59:59.214Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32272026-07-23T01:59:59.333Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32282026-07-23T01:59:59.455Z Compiling csv v1.4.0
32292026-07-23T01:59:59.669Z Compiling qorb v0.4.1
32302026-07-23T01:59:59.731Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32312026-07-23T01:59:59.747Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32322026-07-23T01:59:59.774Z Compiling phf v0.12.1
32332026-07-23T01:59:59.925Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32342026-07-23T01:59:59.959Z Compiling pkcs8 v0.11.0
32352026-07-23T02:00:00.096Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32362026-07-23T02:00:00.160Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32372026-07-23T02:00:00.226Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32382026-07-23T02:00:00.341Z Compiling owo-colors v4.3.0
32392026-07-23T02:00:00.420Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32402026-07-23T02:00:00.472Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32412026-07-23T02:00:00.540Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32422026-07-23T02:00:00.769Z Compiling const_format v0.2.35
32432026-07-23T02:00:00.788Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32442026-07-23T02:00:00.836Z Compiling tabled_derive v0.7.0
32452026-07-23T02:00:01.279Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32462026-07-23T02:00:01.324Z Compiling bcs v0.1.6
32472026-07-23T02:00:01.342Z Compiling ff v0.14.0
32482026-07-23T02:00:01.407Z Compiling progenitor-macro v0.14.0
32492026-07-23T02:00:01.520Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32502026-07-23T02:00:01.647Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32512026-07-23T02:00:01.674Z Compiling termtree v0.5.1
32522026-07-23T02:00:01.779Z Compiling tagptr v0.2.0
32532026-07-23T02:00:01.864Z Compiling salty v0.3.0
32542026-07-23T02:00:01.893Z Compiling textwrap v0.16.2
32552026-07-23T02:00:01.910Z Compiling tabled v0.15.0
32562026-07-23T02:00:01.964Z Compiling moka v0.12.13
32572026-07-23T02:00:01.984Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32582026-07-23T02:00:02.015Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32592026-07-23T02:00:02.236Z Compiling steno v0.4.1
32602026-07-23T02:00:02.256Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32612026-07-23T02:00:02.303Z Compiling sha1 v0.10.6
32622026-07-23T02:00:02.383Z Compiling signature v3.0.0
32632026-07-23T02:00:02.419Z Compiling radium v0.7.0
32642026-07-23T02:00:02.437Z Compiling base64 v0.21.7
32652026-07-23T02:00:02.564Z Compiling base16ct v1.0.0
32662026-07-23T02:00:02.758Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32672026-07-23T02:00:02.818Z Compiling sec1 v0.8.1
32682026-07-23T02:00:02.836Z Compiling hickory-resolver v0.25.2
32692026-07-23T02:00:02.854Z Compiling group v0.14.0
32702026-07-23T02:00:02.948Z Compiling hkdf v0.13.0
32712026-07-23T02:00:02.978Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32722026-07-23T02:00:03.056Z Compiling rfc6979 v0.4.0
32732026-07-23T02:00:03.075Z Compiling tap v1.0.1
32742026-07-23T02:00:03.140Z Compiling maybe-uninit v2.0.0
32752026-07-23T02:00:03.156Z Compiling elliptic-curve v0.14.0-rc.33
32762026-07-23T02:00:03.204Z Compiling wyz v0.5.1
32772026-07-23T02:00:03.208Z Compiling ecdsa v0.16.9
32782026-07-23T02:00:03.527Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32792026-07-23T02:00:03.693Z Compiling primeorder v0.13.6
32802026-07-23T02:00:03.693Z Compiling proc-macro-error-attr2 v2.0.0
32812026-07-23T02:00:03.769Z Compiling packed_struct v0.10.1
32822026-07-23T02:00:03.874Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32832026-07-23T02:00:03.911Z Compiling utf-8 v0.7.6
32842026-07-23T02:00:04.004Z Compiling parking_lot_core v0.8.6
32852026-07-23T02:00:04.104Z Compiling funty v2.0.0
32862026-07-23T02:00:04.166Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32872026-07-23T02:00:04.182Z Compiling tungstenite v0.21.0
32882026-07-23T02:00:04.199Z Compiling proc-macro-error2 v2.0.1
32892026-07-23T02:00:04.302Z Compiling p384 v0.13.1
32902026-07-23T02:00:04.366Z Compiling rfc6979 v0.5.0
32912026-07-23T02:00:04.447Z Compiling git-stub v1.0.0
32922026-07-23T02:00:04.554Z Compiling bitvec v1.0.1
32932026-07-23T02:00:04.570Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32942026-07-23T02:00:04.736Z Compiling num-derive v0.3.3
32952026-07-23T02:00:04.754Z Compiling packed_struct_codegen v0.10.1
32962026-07-23T02:00:04.799Z Compiling zerocopy-derive v0.6.6
32972026-07-23T02:00:04.819Z Compiling bitfield-macros v0.19.4
32982026-07-23T02:00:04.842Z Compiling indexmap v1.9.3
32992026-07-23T02:00:04.914Z Compiling crc-catalog v2.4.0
33002026-07-23T02:00:04.929Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33012026-07-23T02:00:05.030Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33022026-07-23T02:00:05.095Z Compiling nodrop v0.1.14
33032026-07-23T02:00:05.112Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33042026-07-23T02:00:05.226Z Compiling array-init v0.0.4
33052026-07-23T02:00:05.300Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33062026-07-23T02:00:05.317Z Compiling crc v3.4.0
33072026-07-23T02:00:05.379Z Compiling tokio-tungstenite v0.21.0
33082026-07-23T02:00:05.395Z Compiling git-stub-vcs v0.1.0
33092026-07-23T02:00:05.552Z Compiling tabled_derive v0.11.0
33102026-07-23T02:00:05.602Z Compiling ecdsa v0.17.0-rc.18
33112026-07-23T02:00:05.619Z Compiling bitfield v0.19.4
33122026-07-23T02:00:05.731Z Compiling libscf-sys v1.1.0
33132026-07-23T02:00:05.749Z Compiling smallvec v0.6.14
33142026-07-23T02:00:05.753Z Compiling zerocopy v0.6.6
33152026-07-23T02:00:05.904Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33162026-07-23T02:00:05.923Z Compiling primeorder v0.14.0-rc.10
33172026-07-23T02:00:05.953Z Compiling primefield v0.14.0
33182026-07-23T02:00:06.023Z Compiling progenitor-impl v0.13.0
33192026-07-23T02:00:06.060Z Compiling papergrid v0.17.0
33202026-07-23T02:00:06.078Z Compiling testing_table v0.3.0
33212026-07-23T02:00:06.095Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33222026-07-23T02:00:06.143Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33232026-07-23T02:00:06.209Z Compiling curve25519-dalek v5.0.0-rc.0
33242026-07-23T02:00:06.228Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33252026-07-23T02:00:06.257Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33262026-07-23T02:00:06.276Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33272026-07-23T02:00:06.294Z Compiling illumos-nvpair-sys v0.2.0
33282026-07-23T02:00:06.484Z Compiling hashbrown v0.12.3
33292026-07-23T02:00:06.502Z Compiling unicase v2.9.0
33302026-07-23T02:00:06.528Z Compiling corncobs v0.1.4
33312026-07-23T02:00:06.592Z Compiling progenitor v0.14.0
33322026-07-23T02:00:06.647Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33332026-07-23T02:00:06.665Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33342026-07-23T02:00:06.732Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33352026-07-23T02:00:06.734Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33362026-07-23T02:00:06.768Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33372026-07-23T02:00:06.788Z Compiling mime_guess v2.0.5
33382026-07-23T02:00:06.815Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33392026-07-23T02:00:06.833Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33402026-07-23T02:00:06.851Z Compiling parking_lot v0.11.2
33412026-07-23T02:00:06.985Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33422026-07-23T02:00:07.048Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33432026-07-23T02:00:07.091Z Compiling tabled v0.20.0
33442026-07-23T02:00:07.157Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33452026-07-23T02:00:07.300Z Compiling serde-hex v0.1.0
33462026-07-23T02:00:07.336Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33472026-07-23T02:00:07.397Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33482026-07-23T02:00:07.654Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33492026-07-23T02:00:07.672Z Compiling ron v0.8.1
33502026-07-23T02:00:07.719Z Compiling ssh-encoding v0.3.0-rc.9
33512026-07-23T02:00:07.762Z Compiling hashbrown v0.13.2
33522026-07-23T02:00:07.783Z Compiling progenitor-client v0.13.0
33532026-07-23T02:00:07.893Z Compiling prefix-trie v0.7.0
33542026-07-23T02:00:08.127Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33552026-07-23T02:00:08.282Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33562026-07-23T02:00:08.310Z Compiling fxhash v0.2.1
33572026-07-23T02:00:08.476Z Compiling secrecy v0.8.0
33582026-07-23T02:00:08.494Z Compiling crc-any v2.5.0
33592026-07-23T02:00:08.705Z Compiling progenitor-macro v0.13.0
33602026-07-23T02:00:08.723Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33612026-07-23T02:00:08.998Z Compiling sled v0.34.7
33622026-07-23T02:00:09.145Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33632026-07-23T02:00:09.164Z Compiling hickory-server v0.25.2
33642026-07-23T02:00:09.301Z Compiling object v0.30.4
33652026-07-23T02:00:09.462Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33662026-07-23T02:00:09.481Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33672026-07-23T02:00:09.624Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33682026-07-23T02:00:09.949Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33692026-07-23T02:00:10.021Z Compiling ed25519 v3.0.0
33702026-07-23T02:00:10.178Z Compiling crypto-primes v0.7.2
33712026-07-23T02:00:10.488Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33722026-07-23T02:00:10.579Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33732026-07-23T02:00:10.765Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33742026-07-23T02:00:11.096Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33752026-07-23T02:00:11.162Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33762026-07-23T02:00:11.181Z Compiling pkcs1 v0.8.0-rc.4
33772026-07-23T02:00:11.249Z Compiling poly1305 v0.9.0
33782026-07-23T02:00:11.268Z Compiling blowfish v0.10.0
33792026-07-23T02:00:11.544Z Compiling blake2 v0.11.0-rc.6
33802026-07-23T02:00:11.582Z Compiling keccak v0.2.0
33812026-07-23T02:00:11.625Z Compiling crc8 v0.1.1
33822026-07-23T02:00:11.766Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33832026-07-23T02:00:11.792Z Compiling half v1.8.3
33842026-07-23T02:00:11.796Z Compiling fiat-crypto v0.3.0
33852026-07-23T02:00:11.939Z Compiling path-slash v0.1.5
33862026-07-23T02:00:11.990Z Compiling http-range v0.1.5
33872026-07-23T02:00:12.030Z Compiling serde_cbor v0.11.2
33882026-07-23T02:00:12.094Z Compiling argon2 v0.6.0-rc.8
33892026-07-23T02:00:12.116Z Compiling sha3 v0.11.0
33902026-07-23T02:00:12.128Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33912026-07-23T02:00:12.209Z Compiling ssh-cipher v0.3.0-rc.9
33922026-07-23T02:00:12.237Z Compiling rsa v0.10.0-rc.18
33932026-07-23T02:00:12.334Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33942026-07-23T02:00:12.484Z Compiling bcrypt-pbkdf v0.11.0
33952026-07-23T02:00:12.600Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33962026-07-23T02:00:12.631Z Compiling ed25519-dalek v3.0.0-rc.0
33972026-07-23T02:00:12.709Z Compiling illumos-nvpair v0.3.0
33982026-07-23T02:00:12.893Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33992026-07-23T02:00:12.929Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34002026-07-23T02:00:12.991Z Compiling p521 v0.14.0-rc.10
34012026-07-23T02:00:13.046Z Compiling p256 v0.14.0-rc.10
34022026-07-23T02:00:13.227Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34032026-07-23T02:00:13.243Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34042026-07-23T02:00:13.308Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34052026-07-23T02:00:13.327Z Compiling yasna v0.5.2
34062026-07-23T02:00:13.622Z Compiling kstat-rs v0.2.4
34072026-07-23T02:00:13.743Z Compiling progenitor v0.13.0
34082026-07-23T02:00:13.811Z Compiling headers-core v0.3.0
34092026-07-23T02:00:13.824Z Compiling kem v0.3.0
34102026-07-23T02:00:13.846Z Compiling module-lattice v0.2.3
34112026-07-23T02:00:13.932Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34122026-07-23T02:00:13.944Z Compiling nanorand v0.7.0
34132026-07-23T02:00:13.963Z Compiling atty v0.2.14
34142026-07-23T02:00:13.983Z Compiling headers v0.4.1
34152026-07-23T02:00:14.071Z Compiling ml-kem v0.3.2
34162026-07-23T02:00:14.093Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34172026-07-23T02:00:14.112Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34182026-07-23T02:00:14.115Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34192026-07-23T02:00:14.258Z Compiling flume v0.11.1
34202026-07-23T02:00:14.312Z Compiling rcgen v0.12.1
34212026-07-23T02:00:14.603Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34222026-07-23T02:00:14.683Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34232026-07-23T02:00:14.765Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34242026-07-23T02:00:15.089Z Compiling hyper-staticfile v0.10.1
34252026-07-23T02:00:15.107Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34262026-07-23T02:00:15.127Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34272026-07-23T02:00:15.226Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34282026-07-23T02:00:15.500Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
34292026-07-23T02:00:15.641Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34302026-07-23T02:00:15.665Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34312026-07-23T02:00:15.808Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34322026-07-23T02:00:15.951Z Compiling russh-cryptovec v0.61.0
34332026-07-23T02:00:16.176Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34342026-07-23T02:00:16.203Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34352026-07-23T02:00:16.306Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34362026-07-23T02:00:16.408Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34372026-07-23T02:00:16.426Z Compiling internal-russh-num-bigint v0.5.0
34382026-07-23T02:00:16.523Z Compiling port-file v0.1.0
34392026-07-23T02:00:16.541Z Compiling num-bigint v0.4.6
34402026-07-23T02:00:16.622Z Compiling generic-array v1.4.3
34412026-07-23T02:00:16.651Z Compiling russh-util v0.52.0
34422026-07-23T02:00:16.791Z Compiling enum_dispatch v0.3.13
34432026-07-23T02:00:16.832Z Compiling delegate v0.13.5
34442026-07-23T02:00:16.997Z Compiling subprocess v0.2.15
34452026-07-23T02:00:17.031Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34462026-07-23T02:00:17.138Z Compiling p384 v0.14.0-rc.10
34472026-07-23T02:00:17.170Z Compiling display-error-chain v0.2.2
34482026-07-23T02:00:17.232Z Compiling hex-literal v1.1.0
34492026-07-23T02:00:17.335Z Compiling md5 v0.8.0
34502026-07-23T02:00:17.400Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34512026-07-23T02:00:17.509Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34522026-07-23T02:00:17.560Z Compiling colored v2.2.0
34532026-07-23T02:00:17.633Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34542026-07-23T02:00:17.750Z Compiling socket2 v0.5.10
34552026-07-23T02:00:17.773Z Compiling internet-checksum v0.2.1
34562026-07-23T02:00:17.937Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34572026-07-23T02:00:18.887Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34582026-07-23T02:00:19.274Z Compiling ssh-key v0.7.0-rc.10
34592026-07-23T02:00:19.399Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34602026-07-23T02:00:20.494Z Compiling russh v0.61.2
34612026-07-23T02:00:20.899Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34622026-07-23T02:00:21.826Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34632026-07-23T02:00:30.259Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34642026-07-23T02:00:30.260Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34652026-07-23T02:00:30.263Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34662026-07-23T02:00:30.263Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34672026-07-23T02:00:31.982Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34682026-07-23T02:00:32.039Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34692026-07-23T02:00:36.062Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34702026-07-23T02:01:15.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
34712026-07-23T02:01:16.064Z
34722026-07-23T02:01:16.068Zreal 1:27.596575296
34732026-07-23T02:01:16.068Zuser 8:45.065577600
34742026-07-23T02:01:16.068Zsys 1:43.083590308
34752026-07-23T02:01:16.068Ztrap 0.273292027
34762026-07-23T02:01:16.068Ztflt 0.443615888
34772026-07-23T02:01:16.068Zdflt 1.568768342
34782026-07-23T02:01:16.068Zkflt 0.000274830
34792026-07-23T02:01:16.068Zlock 31:12.000310196
34802026-07-23T02:01:16.068Zslp 20:06.552323533
34812026-07-23T02:01:16.068Zlat 43.194708709
34822026-07-23T02:01:16.068Zstop 3:03.369531107
34832026-07-23T02:01:16.068Z+ mkdir tests
34842026-07-23T02:01:16.072Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34852026-07-23T02:01:16.072Z+ xargs -I '{}' -t cp '{}' tests/
34862026-07-23T02:01:16.093Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e4c9c7ae0bb0dfef tests/
34872026-07-23T02:01:16.123Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ea78505dc2dc167f tests/
34882026-07-23T02:01:16.154Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-33515beb2d6ed64a tests/
34892026-07-23T02:01:16.182Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-fe05326eebb245d2 tests/
34902026-07-23T02:01:16.506Z+ 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)
34912026-07-23T02:01:16.510Z+ 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-ea78505dc2dc167f tests/commtest-33515beb2d6ed64a tests/dhcp_server-e4c9c7ae0bb0dfef tests/end_to_end_tests-fe05326eebb245d2 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
34922026-07-23T02:02:36.651ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34932026-07-23T02:02:36.651Za .github/buildomat/ci-env.sh 1K
34942026-07-23T02:02:36.651Za out/target/test 1K
34952026-07-23T02:02:36.651Za out/npuzone/npuzone 27402K
34962026-07-23T02:02:36.651Za package-manifest.toml 35K
34972026-07-23T02:02:36.651Za smf/sled-agent/non-gimlet/config.toml 6K
34982026-07-23T02:02:36.651Za target/release/omicron-package 40702K
34992026-07-23T02:02:36.651Za target/release/xtask 10468K
35002026-07-23T02:02:36.651Za target/debug/bootstrap 349604K
35012026-07-23T02:02:36.651Za tests/bootstrap-ea78505dc2dc167f 31974K
35022026-07-23T02:02:36.651Za tests/commtest-33515beb2d6ed64a 32169K
35032026-07-23T02:02:36.651Za tests/dhcp_server-e4c9c7ae0bb0dfef 31974K
35042026-07-23T02:02:36.651Za tests/end_to_end_tests-fe05326eebb245d2 399480K
35052026-07-23T02:02:36.651Za tools/opte_version 1K
35062026-07-23T02:02:36.651Za tools/opte_version_override 2K
35072026-07-23T02:02:36.651Za out/clickhouse.tar.gz 310685K
35082026-07-23T02:02:36.651Za out/clickhouse_keeper.tar.gz 297157K
35092026-07-23T02:02:36.652Za out/clickhouse_server.tar.gz 310683K
35102026-07-23T02:02:36.652Za out/cockroachdb.tar.gz 161716K
35112026-07-23T02:02:36.652Za out/crucible-pantry-zone.tar.gz 39101K
35122026-07-23T02:02:36.652Za out/crucible-utils.tar 18900K
35132026-07-23T02:02:36.652Za out/crucible-zone.tar.gz 53797K
35142026-07-23T02:02:36.652Za out/external-dns.tar.gz 46144K
35152026-07-23T02:02:36.652Za out/internal-dns.tar.gz 46143K
35162026-07-23T02:02:36.652Za out/mg-ddm-gz.tar 102717K
35172026-07-23T02:02:36.652Za out/nexus.tar.gz 273372K
35182026-07-23T02:02:36.652Za out/ntp.tar.gz 29898K
35192026-07-23T02:02:36.652Za out/omicron-gateway-softnpu.tar.gz 27701K
35202026-07-23T02:02:36.652Za out/omicron-sled-agent.tar 191393K
35212026-07-23T02:02:36.652Za out/overlay.tar.gz 4K
35222026-07-23T02:02:36.652Za out/oximeter.tar.gz 59897K
35232026-07-23T02:02:36.652Za out/oxlog.tar 3808K
35242026-07-23T02:02:36.652Za out/probe.tar.gz 3037K
35252026-07-23T02:02:36.652Za out/propolis-server.tar.gz 34372K
35262026-07-23T02:02:36.652Za out/pumpkind-gz.tar 26647K
35272026-07-23T02:02:36.652Za out/switch-softnpu.tar.gz 450056K
35282026-07-23T02:02:36.655Z
35292026-07-23T02:02:36.655Zreal 1:20.142544017
35302026-07-23T02:02:36.655Zuser 1:17.583671167
35312026-07-23T02:02:36.655Zsys 4.358446025
35322026-07-23T02:02:36.655Ztrap 0.005639424
35332026-07-23T02:02:36.655Ztflt 0.000000000
35342026-07-23T02:02:36.655Zdflt 0.000000000
35352026-07-23T02:02:36.656Zkflt 0.000000000
35362026-07-23T02:02:36.656Zlock 0.000000000
35372026-07-23T02:02:36.656Zslp 1:17.435260605
35382026-07-23T02:02:36.656Zlat 0.897269526
35392026-07-23T02:02:36.656Zstop 0.000488530
35402026-07-23T02:02:36.656Zprocess exited: duration 954364 ms, exit code 0
 
35412026-07-23T02:02:36.669Zfound 1 output files
35422026-07-23T02:02:36.669Zuploading: /work/package.tar.gz (2483085773 bytes)
35432026-07-23T02:03:06.753Zuploaded: /work/package.tar.gz