01KY5QNJPJKTT4XQV24R8BYNC7: 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: 01KY5QP7ED11M8M1K2MC21XYGR

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-22T20:19:42.694Zjob assigned to worker 01KY5QPG5PP5XSCNVFRGYT9FCN [factory aws, i-0545ca41ad3ba04b0] (queued for 53 s)
 
22026-07-22T20:19:49.566Zstarting task 0: "setup"
32026-07-22T20:19:49.572Z++ uname -s
42026-07-22T20:19:49.572Z+ kern=SunOS
52026-07-22T20:19:49.573Z+ build_user=build
62026-07-22T20:19:49.573Z+ build_uid=12345
72026-07-22T20:19:49.573Z+ work_dir=/work
82026-07-22T20:19:49.573Z+ input_dir=/input
92026-07-22T20:19:49.573Z+ [[ 0 == 12345 ]]
102026-07-22T20:19:49.573Z+ case "$kern" in
112026-07-22T20:19:49.573Z+ groupadd -g 12345 build
122026-07-22T20:19:49.573Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-22T20:19:51.577Z+ zfs create -o mountpoint=/work rpool/work
142026-07-22T20:19:51.653Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-22T20:19:51.660Z+ home_fs=zfs
162026-07-22T20:19:51.660Z+ [[ zfs == autofs ]]
172026-07-22T20:19:51.661Z+ mkdir -p /home/build
182026-07-22T20:19:51.661Z+ chown build:build /home/build /work
192026-07-22T20:19:53.655Z+ chmod 0700 /home/build /work
202026-07-22T20:19:53.660Zprocess exited: duration 4102 ms, exit code 0
 
212026-07-22T20:19:53.668Zstarting task 1: "rust-toolchain"
222026-07-22T20:19:53.674Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-22T20:19:53.674Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-22T20:19:53.674Z * rust toolchain channel = "1.96.1"
252026-07-22T20:19:53.674Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-22T20:19:53.674Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-22T20:19:53.674Z * rust toolchain profile = "default"
282026-07-22T20:19:53.679Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-22T20:19:53.679Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-22T20:19:53.779Zinfo: downloading installer
312026-07-22T20:19:55.086Zwarn: It looks like you have an existing rustup settings file at:
322026-07-22T20:19:55.086Zwarn: /home/build/.rustup/settings.toml
332026-07-22T20:19:55.086Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-22T20:19:55.086Zwarn: instead of the one inferred from the default host triple.
352026-07-22T20:19:55.096Zinfo: profile set to default
362026-07-22T20:19:55.096Zinfo: default host triple is x86_64-unknown-illumos
372026-07-22T20:19:55.100Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-22T20:19:55.231Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-22T20:19:55.231Zinfo: downloading 6 components
402026-07-22T20:20:10.505Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-22T20:20:10.505Z
422026-07-22T20:20:10.533Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-22T20:20:10.533Z
442026-07-22T20:20:10.533Z
452026-07-22T20:20:10.533ZRust is installed now. Great!
462026-07-22T20:20:10.533Z
472026-07-22T20:20:10.533ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-22T20:20:10.533Zenvironment variable. This has not been done automatically.
492026-07-22T20:20:10.533Z
502026-07-22T20:20:10.533ZTo configure your current shell, you need to source
512026-07-22T20:20:10.533Zthe corresponding env file under $HOME/.cargo.
522026-07-22T20:20:10.533Z
532026-07-22T20:20:10.533ZThis is usually done by running one of the following (note the leading DOT):
542026-07-22T20:20:10.538Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-22T20:20:10.538Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-22T20:20:10.538Zsource "~/.cargo/env.nu" # For nushell
572026-07-22T20:20:10.538Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-22T20:20:10.538Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-22T20:20:10.538Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-22T20:20:10.538Zwarn: no default linker (`cc`) was found in your PATH
612026-07-22T20:20:10.538Zwarn: many Rust crates require a system C toolchain to build
622026-07-22T20:20:10.639Z+ rustup --version
632026-07-22T20:20:10.645Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-22T20:20:10.648Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-22T20:20:10.665Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-22T20:20:10.668Z+ cargo --version
672026-07-22T20:20:10.676Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-22T20:20:10.681Z+ rustc --version
692026-07-22T20:20:10.702Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-22T20:20:10.707Zprocess exited: duration 17034 ms, exit code 0
 
712026-07-22T20:20:10.714Zstarting task 2: "authentication"
722026-07-22T20:20:10.734Zprocess exited: duration 20 ms, exit code 0
 
732026-07-22T20:20:10.741Zstarting task 3: "clone repository"
742026-07-22T20:20:10.745Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-22T20:20:10.750Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-22T20:20:10.780ZCloning into '/work/oxidecomputer/omicron'...
772026-07-22T20:20:26.330Z+ cd /work/oxidecomputer/omicron
782026-07-22T20:20:26.330Z+ git fetch origin 05a8bcfe0b927ea4f88b0a399366e108403eab02
792026-07-22T20:20:26.635ZFrom https://github.com/oxidecomputer/omicron
802026-07-22T20:20:26.635Z * branch 05a8bcfe0b927ea4f88b0a399366e108403eab02 -> FETCH_HEAD
812026-07-22T20:20:26.650Z+ [[ -n john/disk-management-err-cleanup-1 ]]
822026-07-22T20:20:26.654Z++ git branch --show-current
832026-07-22T20:20:26.654Z+ current=main
842026-07-22T20:20:26.654Z+ [[ main != john/disk-management-err-cleanup-1 ]]
852026-07-22T20:20:26.654Z+ git branch -f john/disk-management-err-cleanup-1 05a8bcfe0b927ea4f88b0a399366e108403eab02
862026-07-22T20:20:26.658Z+ git checkout -f john/disk-management-err-cleanup-1
872026-07-22T20:20:26.901ZSwitched to branch 'john/disk-management-err-cleanup-1'
882026-07-22T20:20:26.905Z+ git reset --hard 05a8bcfe0b927ea4f88b0a399366e108403eab02
892026-07-22T20:20:26.919ZHEAD is now at 05a8bcfe0 move DiskManagementError to config-reconcilers
902026-07-22T20:20:26.922Zprocess exited: duration 16178 ms, exit code 0
 
912026-07-22T20:20:26.930Zstarting task 4: "build"
922026-07-22T20:20:26.935Z+ source .github/buildomat/ci-env.sh
932026-07-22T20:20:26.935Z++ export CARGO_TERM_COLOR=always
942026-07-22T20:20:26.939Z++ CARGO_TERM_COLOR=always
952026-07-22T20:20:26.939Z+++ uname -s
962026-07-22T20:20:26.939Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-22T20:20:26.939Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-22T20:20:26.942Z+ cargo --version
992026-07-22T20:20:26.949Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-22T20:20:26.954Z+ rustc --version
1012026-07-22T20:20:26.973Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-22T20:20:26.976Z+ WORK=/work
1032026-07-22T20:20:26.976Z+ pfexec mkdir -p /work
1042026-07-22T20:20:26.980Z+ pfexec chown build /work
1052026-07-22T20:20:26.983Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-07-22T20:20:28.781Z Startup: Refreshing catalog 'helios' ... Done
1072026-07-22T20:20:29.002Z Startup: Caching catalogs ... Done
1082026-07-22T20:20:30.076ZPlanning: Solver setup ... Done (0.998s)
1092026-07-22T20:20:30.117ZPlanning: Running solver ... Done (0.042s)
1102026-07-22T20:20:30.147ZPlanning: Finding local manifests ... Done (0.004s)
1112026-07-22T20:20:30.159ZPlanning: Fetching manifests: 0/2 0% complete
1122026-07-22T20:20:30.182ZPlanning: Fetching manifests: 2/2 100% complete
1132026-07-22T20:20:30.197ZPlanning: Package planning ... Done (0.015s)
1142026-07-22T20:20:30.201ZPlanning: Merging actions ... Done (0.001s)
1152026-07-22T20:20:30.403ZPlanning: Checking for conflicting actions ... Done (0.203s)
1162026-07-22T20:20:30.407ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-07-22T20:20:31.323ZPlanning: Evaluating mediators ... Done (0.911s)
1182026-07-22T20:20:31.337ZPlanning: Planning completed in 2.29 seconds
1192026-07-22T20:20:31.337Z Packages to install: 2
1202026-07-22T20:20:31.337Z Estimated space available: 156.06 GB
1212026-07-22T20:20:31.337ZEstimated space to be consumed: 52.23 MB
1222026-07-22T20:20:31.337Z Create boot environment: No
1232026-07-22T20:20:31.337ZCreate backup boot environment: No
1242026-07-22T20:20:31.337Z Rebuild boot archive: No
1252026-07-22T20:20:31.337Z
1262026-07-22T20:20:31.338ZChanged packages:
1272026-07-22T20:20:31.338Zhelios
1282026-07-22T20:20:31.338Z developer/build-essential
1292026-07-22T20:20:31.338Z None -> 11-3.0
1302026-07-22T20:20:31.340Z library/libxmlsec1
1312026-07-22T20:20:31.340Z None -> 1.2.35-3.0
1322026-07-22T20:20:31.356Z
1332026-07-22T20:20:31.356ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-07-22T20:20:31.437ZDownload: Completed 1.28 MB in 0.07 seconds (18.4M/s)
1352026-07-22T20:20:31.507Z Actions: 1/268 actions (Installing new actions)
1362026-07-22T20:20:31.554Z Actions: Completed 268 actions in 0.04 seconds.
1372026-07-22T20:20:31.565ZFinalize: Updating package state database ... Done (0.023s)
1382026-07-22T20:20:31.565ZFinalize: Updating package cache ... Done (0.000s)
1392026-07-22T20:20:31.630ZFinalize: Updating image state ... Done (0.054s)
1402026-07-22T20:20:34.274ZFinalize: Creating fast lookup database ... Done (2.608s)
1412026-07-22T20:20:34.339ZFinalize: Reading search index ... Done (0.012s)
1422026-07-22T20:20:34.363ZFinalize: Updating search index ... Done (0.000s)
1432026-07-22T20:20:34.459ZFinalize: Updating package cache ... Done (0.000s)
1442026-07-22T20:20:34.785ZPlanning: Evaluating mediator changes ... Done
1452026-07-22T20:20:34.889ZPlanning: Checking for conflicting actions ... Done
1462026-07-22T20:20:34.924ZPlanning: Consolidating action changes ... Done
1472026-07-22T20:20:35.074ZPlanning: Evaluating mediators ... Done
1482026-07-22T20:20:35.131ZPlanning: Planning completed in 0.26 seconds
1492026-07-22T20:20:35.131Z Mediators to change: 2
1502026-07-22T20:20:35.131Z Create boot environment: No
1512026-07-22T20:20:35.131ZCreate backup boot environment: No
1522026-07-22T20:20:35.179ZFinalize: Updating package state database ... Done
1532026-07-22T20:20:35.181ZFinalize: Updating package cache ... Done
1542026-07-22T20:20:35.181ZFinalize: Updating image state ... Done
1552026-07-22T20:20:37.065ZFinalize: Creating fast lookup database ... Done
1562026-07-22T20:20:37.129ZFinalize: Reading search index ... Done
1572026-07-22T20:20:37.141ZFinalize: Updating search index ... Done
1582026-07-22T20:20:37.175ZFinalize: Updating package cache ... Done
1592026-07-22T20:20:37.470ZPlanning: Evaluating mediator changes ... Done
1602026-07-22T20:20:37.572ZPlanning: Checking for conflicting actions ... Done
1612026-07-22T20:20:37.590ZPlanning: Consolidating action changes ... Done
1622026-07-22T20:20:37.728ZPlanning: Evaluating mediators ... Done
1632026-07-22T20:20:37.733ZPlanning: Planning completed in 0.26 seconds
1642026-07-22T20:20:37.755Z Mediators to change: 1
1652026-07-22T20:20:37.755Z Create boot environment: No
1662026-07-22T20:20:37.756ZCreate backup boot environment: No
1672026-07-22T20:20:37.803ZFinalize: Updating package state database ... Done
1682026-07-22T20:20:37.804ZFinalize: Updating package cache ... Done
1692026-07-22T20:20:37.830ZFinalize: Updating image state ... Done
1702026-07-22T20:20:39.766ZFinalize: Creating fast lookup database ... Done
1712026-07-22T20:20:39.830ZFinalize: Reading search index ... Done
1722026-07-22T20:20:39.836ZFinalize: Updating search index ... Done
1732026-07-22T20:20:39.902ZFinalize: Updating package cache ... Done
1742026-07-22T20:20:40.213ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-07-22T20:20:40.213Zapache system 2.4 system
1762026-07-22T20:20:40.213Zclang system 15 system
1772026-07-22T20:20:40.213Zcsh system system illumos
1782026-07-22T20:20:40.213Zctags system system illumos
1792026-07-22T20:20:40.213Zfile vendor vendor darwinsys
1802026-07-22T20:20:40.213Zfile system system illumos
1812026-07-22T20:20:40.213Zgcc vendor 14 vendor
1822026-07-22T20:20:40.213Zgcc system 13 system
1832026-07-22T20:20:40.213Zgcc system 10 system
1842026-07-22T20:20:40.213Zgo system 1.25 system
1852026-07-22T20:20:40.213Zllvm system 15 system
1862026-07-22T20:20:40.213Zmariadb system 11.4 system
1872026-07-22T20:20:40.213Zmta vendor vendor dma
1882026-07-22T20:20:40.213Zopenjdk system 17 system
1892026-07-22T20:20:40.213Zopenjdk system 11 system
1902026-07-22T20:20:40.214Zopenssl vendor 3 vendor
1912026-07-22T20:20:40.214Zperl system 5.40 system
1922026-07-22T20:20:40.214Zpostgresql system 18 system
1932026-07-22T20:20:40.214Zpostgresql system 17 system
1942026-07-22T20:20:40.214Zpython vendor 3 vendor
1952026-07-22T20:20:40.214Zpython system 2 system
1962026-07-22T20:20:40.214Zpython3 vendor 3.13 vendor
1972026-07-22T20:20:40.214Zruby system 3.4 system
1982026-07-22T20:20:40.214Zruby system 3.0 system
1992026-07-22T20:20:40.214Zwords vendor vendor american-english
2002026-07-22T20:20:40.214Zwords system system australian-english
2012026-07-22T20:20:40.214Zwords system system british-english
2022026-07-22T20:20:40.214Zwords system system canadian-english
2032026-07-22T20:20:40.214Zwords system system french
2042026-07-22T20:20:40.214Zwords system system italian
2052026-07-22T20:20:40.214Zwords system system ngerman
2062026-07-22T20:20:40.214Zwords system system ogerman
2072026-07-22T20:20:40.214Zwords system system spanish
2082026-07-22T20:20:40.469ZPUBLISHER TYPE STATUS P LOCATION
2092026-07-22T20:20:40.469Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-07-22T20:20:40.857ZFMRI IFO
2112026-07-22T20:20:40.857Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-07-22T20:20:40.857Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-07-22T20:20:40.857Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-07-22T20:20:40.858Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-07-22T20:20:40.858Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-07-22T20:20:40.858Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-07-22T20:20:40.858Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-07-22T20:20:40.858Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-07-22T20:20:40.858Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-07-22T20:20:41.155Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-07-22T20:20:41.401Z Updating crates.io index
2222026-07-22T20:20:41.405Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-07-22T20:20:41.621Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-07-22T20:20:41.895Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-07-22T20:20:43.096Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-07-22T20:20:43.718Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-07-22T20:20:45.705Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-07-22T20:20:46.669Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-07-22T20:20:46.900Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-07-22T20:20:47.219Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-07-22T20:20:48.546Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-07-22T20:20:48.792Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-07-22T20:20:49.134Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2342026-07-22T20:20:49.354Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-07-22T20:20:49.864Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2362026-07-22T20:20:50.367Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2372026-07-22T20:20:50.591Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-07-22T20:20:50.832Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-07-22T20:20:51.088Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-07-22T20:20:51.368Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2412026-07-22T20:20:51.607Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2422026-07-22T20:20:51.821Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2432026-07-22T20:20:52.110Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2442026-07-22T20:20:52.442Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2452026-07-22T20:20:52.815Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-07-22T20:20:53.064Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-07-22T20:20:53.478Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-07-22T20:20:53.719Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-07-22T20:20:54.130Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2502026-07-22T20:20:54.472Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-07-22T20:20:54.722Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2522026-07-22T20:20:54.930Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532026-07-22T20:20:55.262Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2542026-07-22T20:20:55.641Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552026-07-22T20:20:55.860Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2562026-07-22T20:20:56.191Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-07-22T20:20:56.438Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-07-22T20:20:56.706Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-07-22T20:20:56.970Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602026-07-22T20:20:57.202Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2612026-07-22T20:20:57.460Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2622026-07-22T20:20:57.728Z Updating git repository `https://github.com/illumos/smf-rs`
2632026-07-22T20:21:00.444Z Downloading crates ...
2642026-07-22T20:21:00.516Z Downloaded anstyle v1.0.14
2652026-07-22T20:21:00.524Z Downloaded colorchoice v1.0.4
2662026-07-22T20:21:00.527Z Downloaded camino-tempfile v1.4.1
2672026-07-22T20:21:00.531Z Downloaded anstyle-query v1.1.5
2682026-07-22T20:21:00.535Z Downloaded bytecount v0.6.9
2692026-07-22T20:21:00.544Z Downloaded clap_derive v4.6.1
2702026-07-22T20:21:00.547Z Downloaded usdt-macro v0.5.0
2712026-07-22T20:21:00.552Z Downloaded heck v0.5.0
2722026-07-22T20:21:00.555Z Downloaded fnv v1.0.7
2732026-07-22T20:21:00.555Z Downloaded anstream v1.0.0
2742026-07-22T20:21:00.558Z Downloaded thiserror v2.0.18
2752026-07-22T20:21:00.563Z Downloaded serde_tokenstream v0.2.3
2762026-07-22T20:21:00.563Z Downloaded equivalent v1.0.2
2772026-07-22T20:21:00.563Z Downloaded zerocopy v0.7.35
2782026-07-22T20:21:00.571Z Downloaded log v0.4.29
2792026-07-22T20:21:00.575Z Downloaded cargo-platform v0.3.2
2802026-07-22T20:21:00.575Z Downloaded byteorder v1.5.0
2812026-07-22T20:21:00.575Z Downloaded tabled_derive v0.7.0
2822026-07-22T20:21:00.575Z Downloaded block-buffer v0.10.4
2832026-07-22T20:21:00.582Z Downloaded toml_write v0.1.2
2842026-07-22T20:21:00.589Z Downloaded generic-array v0.14.7
2852026-07-22T20:21:00.594Z Downloaded errno v0.3.14
2862026-07-22T20:21:00.597Z Downloaded cfg-if v1.0.4
2872026-07-22T20:21:00.607Z Downloaded getrandom v0.4.1
2882026-07-22T20:21:00.612Z Downloaded is_terminal_polyfill v1.70.2
2892026-07-22T20:21:00.616Z Downloaded heck v0.4.1
2902026-07-22T20:21:00.616Z Downloaded crypto-common v0.1.7
2912026-07-22T20:21:00.616Z Downloaded plain v0.2.3
2922026-07-22T20:21:00.620Z Downloaded clap_lex v1.0.0
2932026-07-22T20:21:00.625Z Downloaded macaddr v1.0.1
2942026-07-22T20:21:00.628Z Downloaded fastrand v2.3.0
2952026-07-22T20:21:00.631Z Downloaded toml_datetime v0.6.11
2962026-07-22T20:21:00.634Z Downloaded itoa v1.0.17
2972026-07-22T20:21:00.640Z Downloaded swrite v0.1.0
2982026-07-22T20:21:00.644Z Downloaded version_check v0.9.5
2992026-07-22T20:21:00.649Z Downloaded pretty-hex v0.4.1
3002026-07-22T20:21:00.649Z Downloaded dtrace-parser v0.2.0
3012026-07-22T20:21:00.652Z Downloaded terminal_size v0.4.3
3022026-07-22T20:21:00.652Z Downloaded thread-id v4.2.2
3032026-07-22T20:21:00.658Z Downloaded proc-macro-error-attr v1.0.4
3042026-07-22T20:21:00.663Z Downloaded serde_spanned v0.6.9
3052026-07-22T20:21:00.695Z Downloaded strsim v0.11.1
3062026-07-22T20:21:00.695Z Downloaded usdt-attr-macro v0.5.0
3072026-07-22T20:21:00.695Z Downloaded dof v0.3.0
3082026-07-22T20:21:00.695Z Downloaded scroll_derive v0.12.1
3092026-07-22T20:21:00.696Z Downloaded unicode-linebreak v0.1.5
3102026-07-22T20:21:00.696Z Downloaded memmap v0.7.0
3112026-07-22T20:21:00.696Z Downloaded zmij v1.0.21
3122026-07-22T20:21:00.696Z Downloaded proc-macro-error v1.0.4
3132026-07-22T20:21:00.696Z Downloaded autocfg v1.5.0
3142026-07-22T20:21:00.696Z Downloaded anstyle-parse v1.0.0
3152026-07-22T20:21:00.696Z Downloaded utf8parse v0.2.2
3162026-07-22T20:21:00.702Z Downloaded digest v0.10.7
3172026-07-22T20:21:00.702Z Downloaded cpufeatures v0.2.17
3182026-07-22T20:21:00.702Z Downloaded thiserror-impl v2.0.18
3192026-07-22T20:21:00.702Z Downloaded fs-err v3.3.0
3202026-07-22T20:21:00.707Z Downloaded smawk v0.3.2
3212026-07-22T20:21:00.707Z Downloaded sha2 v0.10.9
3222026-07-22T20:21:00.713Z Downloaded scroll v0.12.0
3232026-07-22T20:21:00.717Z Downloaded usdt v0.5.0
3242026-07-22T20:21:00.717Z Downloaded quote v1.0.45
3252026-07-22T20:21:00.721Z Downloaded thiserror v1.0.69
3262026-07-22T20:21:00.725Z Downloaded thiserror-impl v1.0.69
3272026-07-22T20:21:00.732Z Downloaded usdt-impl v0.5.0
3282026-07-22T20:21:00.738Z Downloaded bitflags v2.11.0
3292026-07-22T20:21:00.741Z Downloaded cargo_toml v0.21.0
3302026-07-22T20:21:00.747Z Downloaded pest v2.8.6
3312026-07-22T20:21:00.751Z Downloaded camino v1.2.2
3322026-07-22T20:21:00.760Z Downloaded pest_derive v2.8.6
3332026-07-22T20:21:00.763Z Downloaded once_cell v1.21.3
3342026-07-22T20:21:00.763Z Downloaded zerocopy-derive v0.7.35
3352026-07-22T20:21:00.769Z Downloaded semver v1.0.28
3362026-07-22T20:21:00.772Z Downloaded cargo_metadata v0.23.1
3372026-07-22T20:21:00.772Z Downloaded tempfile v3.25.0
3382026-07-22T20:21:00.772Z Downloaded pest_meta v2.8.6
3392026-07-22T20:21:00.777Z Downloaded anyhow v1.0.102
3402026-07-22T20:21:00.786Z Downloaded toml v0.8.23
3412026-07-22T20:21:00.789Z Downloaded memchr v2.8.0
3422026-07-22T20:21:00.796Z Downloaded serde_core v1.0.228
3432026-07-22T20:21:00.799Z Downloaded pest_generator v2.8.6
3442026-07-22T20:21:00.799Z Downloaded clap v4.6.1
3452026-07-22T20:21:00.802Z Downloaded ucd-trie v0.1.7
3462026-07-22T20:21:00.802Z Downloaded papergrid v0.11.0
3472026-07-22T20:21:00.806Z Downloaded unicode-ident v1.0.24
3482026-07-22T20:21:00.806Z Downloaded textwrap v0.16.2
3492026-07-22T20:21:00.810Z Downloaded serde_derive v1.0.228
3502026-07-22T20:21:00.810Z Downloaded proc-macro2 v1.0.106
3512026-07-22T20:21:00.821Z Downloaded indexmap v2.14.0
3522026-07-22T20:21:00.832Z Downloaded serde v1.0.228
3532026-07-22T20:21:00.838Z Downloaded toml_edit v0.22.27
3542026-07-22T20:21:00.845Z Downloaded typenum v1.20.1
3552026-07-22T20:21:00.876Z Downloaded winnow v0.7.14
3562026-07-22T20:21:00.883Z Downloaded goblin v0.8.2
3572026-07-22T20:21:00.891Z Downloaded serde_json v1.0.150
3582026-07-22T20:21:00.902Z Downloaded clap_builder v4.6.0
3592026-07-22T20:21:00.920Z Downloaded hashbrown v0.17.0
3602026-07-22T20:21:00.944Z Downloaded tabled v0.15.0
3612026-07-22T20:21:00.950Z Downloaded unicode-width v0.1.14
3622026-07-22T20:21:00.953Z Downloaded syn v1.0.109
3632026-07-22T20:21:00.957Z Downloaded unicode-width v0.2.0
3642026-07-22T20:21:00.968Z Downloaded syn v2.0.117
3652026-07-22T20:21:00.980Z Downloaded rustix v1.1.3
3662026-07-22T20:21:01.014Z Downloaded libc v0.2.185
3672026-07-22T20:21:01.075Z Compiling proc-macro2 v1.0.106
3682026-07-22T20:21:01.075Z Compiling quote v1.0.45
3692026-07-22T20:21:01.076Z Compiling unicode-ident v1.0.24
3702026-07-22T20:21:01.076Z Compiling serde_core v1.0.228
3712026-07-22T20:21:01.076Z Compiling libc v0.2.185
3722026-07-22T20:21:01.081Z Compiling version_check v0.9.5
3732026-07-22T20:21:01.081Z Compiling memchr v2.8.0
3742026-07-22T20:21:01.081Z Compiling serde v1.0.228
3752026-07-22T20:21:01.081Z Compiling zmij v1.0.21
3762026-07-22T20:21:01.081Z Compiling ucd-trie v0.1.7
3772026-07-22T20:21:01.081Z Compiling itoa v1.0.17
3782026-07-22T20:21:01.081Z Compiling thiserror v1.0.69
3792026-07-22T20:21:01.258Z Compiling byteorder v1.5.0
3802026-07-22T20:21:01.263Z Compiling rustix v1.1.3
3812026-07-22T20:21:01.493Z Compiling serde_json v1.0.150
3822026-07-22T20:21:01.652Z Compiling bitflags v2.11.0
3832026-07-22T20:21:01.737Z Compiling pest v2.8.6
3842026-07-22T20:21:01.759Z Compiling camino v1.2.2
3852026-07-22T20:21:01.841Z Compiling syn v1.0.109
3862026-07-22T20:21:01.862Z Compiling usdt-impl v0.5.0
3872026-07-22T20:21:01.892Z Compiling proc-macro-error-attr v1.0.4
3882026-07-22T20:21:01.914Z Compiling proc-macro-error v1.0.4
3892026-07-22T20:21:01.966Z Compiling log v0.4.29
3902026-07-22T20:21:01.983Z Compiling hashbrown v0.17.0
3912026-07-22T20:21:01.998Z Compiling plain v0.2.3
3922026-07-22T20:21:02.162Z Compiling equivalent v1.0.2
3932026-07-22T20:21:02.165Z Compiling utf8parse v0.2.2
3942026-07-22T20:21:02.217Z Compiling getrandom v0.4.1
3952026-07-22T20:21:02.317Z Compiling anstyle-parse v1.0.0
3962026-07-22T20:21:02.321Z Compiling cfg-if v1.0.4
3972026-07-22T20:21:02.337Z Compiling errno v0.3.14
3982026-07-22T20:21:02.337Z Compiling thread-id v4.2.2
3992026-07-22T20:21:02.340Z Compiling pretty-hex v0.4.1
4002026-07-22T20:21:02.399Z Compiling anstyle v1.0.14
4012026-07-22T20:21:02.452Z Compiling is_terminal_polyfill v1.70.2
4022026-07-22T20:21:02.472Z Compiling winnow v0.7.14
4032026-07-22T20:21:02.480Z Compiling colorchoice v1.0.4
4042026-07-22T20:21:02.534Z Compiling indexmap v2.14.0
4052026-07-22T20:21:02.565Z Compiling toml_write v0.1.2
4062026-07-22T20:21:02.569Z Compiling thiserror v2.0.18
4072026-07-22T20:21:02.603Z Compiling autocfg v1.5.0
4082026-07-22T20:21:02.607Z Compiling anstyle-query v1.1.5
4092026-07-22T20:21:02.654Z Compiling clap_lex v1.0.0
4102026-07-22T20:21:02.687Z Compiling unicode-width v0.1.14
4112026-07-22T20:21:02.731Z Compiling syn v2.0.117
4122026-07-22T20:21:02.795Z Compiling anstream v1.0.0
4132026-07-22T20:21:02.828Z Compiling pest_meta v2.8.6
4142026-07-22T20:21:02.913Z Compiling bytecount v0.6.9
4152026-07-22T20:21:02.985Z Compiling once_cell v1.21.3
4162026-07-22T20:21:03.000Z Compiling strsim v0.11.1
4172026-07-22T20:21:03.045Z Compiling heck v0.5.0
4182026-07-22T20:21:03.065Z Compiling anyhow v1.0.102
4192026-07-22T20:21:03.082Z Compiling fs-err v3.3.0
4202026-07-22T20:21:03.119Z Compiling fastrand v2.3.0
4212026-07-22T20:21:03.184Z Compiling fnv v1.0.7
4222026-07-22T20:21:03.203Z Compiling heck v0.4.1
4232026-07-22T20:21:03.221Z Compiling memmap v0.7.0
4242026-07-22T20:21:03.287Z Compiling papergrid v0.11.0
4252026-07-22T20:21:03.307Z Compiling unicode-linebreak v0.1.5
4262026-07-22T20:21:03.325Z Compiling smawk v0.3.2
4272026-07-22T20:21:03.370Z Compiling terminal_size v0.4.3
4282026-07-22T20:21:03.403Z Compiling tempfile v3.25.0
4292026-07-22T20:21:03.438Z Compiling unicode-width v0.2.0
4302026-07-22T20:21:03.454Z Compiling swrite v0.1.0
4312026-07-22T20:21:03.486Z Compiling clap_builder v4.6.0
4322026-07-22T20:21:03.606Z Compiling cargo-platform v0.3.2
4332026-07-22T20:21:03.633Z Compiling semver v1.0.28
4342026-07-22T20:21:03.693Z Compiling textwrap v0.16.2
4352026-07-22T20:21:03.832Z Compiling camino-tempfile v1.4.1
4362026-07-22T20:21:04.239Z Compiling tabled_derive v0.7.0
4372026-07-22T20:21:04.875Z Compiling pest_generator v2.8.6
4382026-07-22T20:21:04.894Z Compiling tabled v0.15.0
4392026-07-22T20:21:05.351Z Compiling serde_derive v1.0.228
4402026-07-22T20:21:05.354Z Compiling thiserror-impl v1.0.69
4412026-07-22T20:21:05.354Z Compiling zerocopy-derive v0.7.35
4422026-07-22T20:21:05.354Z Compiling scroll_derive v0.12.1
4432026-07-22T20:21:05.355Z Compiling thiserror-impl v2.0.18
4442026-07-22T20:21:05.355Z Compiling clap_derive v4.6.1
4452026-07-22T20:21:05.468Z Compiling pest_derive v2.8.6
4462026-07-22T20:21:06.066Z Compiling scroll v0.12.0
4472026-07-22T20:21:06.138Z Compiling zerocopy v0.7.35
4482026-07-22T20:21:06.278Z Compiling goblin v0.8.2
4492026-07-22T20:21:06.474Z Compiling dtrace-parser v0.2.0
4502026-07-22T20:21:06.763Z Compiling clap v4.6.1
4512026-07-22T20:21:07.823Z Compiling toml_datetime v0.6.11
4522026-07-22T20:21:07.823Z Compiling serde_spanned v0.6.9
4532026-07-22T20:21:07.823Z Compiling cargo_metadata v0.23.1
4542026-07-22T20:21:07.826Z Compiling macaddr v1.0.1
4552026-07-22T20:21:07.826Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4562026-07-22T20:21:07.842Z Compiling dof v0.3.0
4572026-07-22T20:21:07.845Z Compiling serde_tokenstream v0.2.3
4582026-07-22T20:21:08.087Z Compiling toml_edit v0.22.27
4592026-07-22T20:21:08.577Z Compiling usdt-macro v0.5.0
4602026-07-22T20:21:08.577Z Compiling usdt-attr-macro v0.5.0
4612026-07-22T20:21:09.178Z Compiling usdt v0.5.0
4622026-07-22T20:21:09.332Z Compiling toml v0.8.23
4632026-07-22T20:21:09.651Z Compiling cargo_toml v0.21.0
4642026-07-22T20:21:10.947Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4652026-07-22T20:21:12.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.95s
4662026-07-22T20:21:13.145Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4672026-07-22T20:21:13.651Z Downloading crates ...
4682026-07-22T20:21:13.749Z Downloaded adler2 v2.0.1
4692026-07-22T20:21:13.760Z Downloaded base64 v0.21.7
4702026-07-22T20:21:13.770Z Downloaded crc8 v0.1.1
4712026-07-22T20:21:13.774Z Downloaded downcast-rs v2.0.2
4722026-07-22T20:21:13.778Z Downloaded cpubits v0.1.1
4732026-07-22T20:21:13.780Z Downloaded corncobs v0.1.4
4742026-07-22T20:21:13.783Z Downloaded bb8 v0.8.6
4752026-07-22T20:21:13.787Z Downloaded base16ct v1.0.0
4762026-07-22T20:21:13.787Z Downloaded critical-section v1.2.0
4772026-07-22T20:21:13.792Z Downloaded async-stream v0.3.6
4782026-07-22T20:21:13.796Z Downloaded darling v0.20.11
4792026-07-22T20:21:13.796Z Downloaded crc32fast v1.5.0
4802026-07-22T20:21:13.800Z Downloaded convert_case v0.4.0
4812026-07-22T20:21:13.800Z Downloaded crunchy v0.2.4
4822026-07-22T20:21:13.800Z Downloaded crossbeam-utils v0.8.21
4832026-07-22T20:21:13.800Z Downloaded cpufeatures v0.3.0
4842026-07-22T20:21:13.803Z Downloaded crc v3.4.0
4852026-07-22T20:21:13.808Z Downloaded bit-set v0.5.3
4862026-07-22T20:21:13.808Z Downloaded atomic-waker v1.1.2
4872026-07-22T20:21:13.808Z Downloaded crucible-workspace-hack v0.1.0
4882026-07-22T20:21:13.811Z Downloaded crossterm v0.29.0
4892026-07-22T20:21:13.811Z Downloaded async-recursion v1.1.1
4902026-07-22T20:21:13.814Z Downloaded darling_macro v0.21.3
4912026-07-22T20:21:13.814Z Downloaded daft-derive v0.1.7
4922026-07-22T20:21:13.817Z Downloaded darling_macro v0.13.4
4932026-07-22T20:21:13.817Z Downloaded bitfield-struct v0.6.2
4942026-07-22T20:21:13.821Z Downloaded base16ct v0.2.0
4952026-07-22T20:21:13.821Z Downloaded curve25519-dalek-derive v0.1.1
4962026-07-22T20:21:13.821Z Downloaded bitfield-macros v0.19.4
4972026-07-22T20:21:13.825Z Downloaded aead v0.5.2
4982026-07-22T20:21:13.825Z Downloaded crypto-common v0.2.2
4992026-07-22T20:21:13.825Z Downloaded crossbeam-deque v0.8.6
5002026-07-22T20:21:13.825Z Downloaded assert_matches v1.5.0
5012026-07-22T20:21:13.825Z Downloaded bit-set v0.8.0
5022026-07-22T20:21:13.827Z Downloaded atomicwrites v0.4.4
5032026-07-22T20:21:13.827Z Downloaded arrayref v0.3.9
5042026-07-22T20:21:13.827Z Downloaded darling v0.13.4
5052026-07-22T20:21:13.832Z Downloaded array-init v0.0.4
5062026-07-22T20:21:13.835Z Downloaded block-buffer v0.12.1
5072026-07-22T20:21:13.835Z Downloaded cfg_aliases v0.1.1
5082026-07-22T20:21:13.835Z Downloaded darling_macro v0.23.0
5092026-07-22T20:21:13.835Z Downloaded debug-ignore v1.0.5
5102026-07-22T20:21:13.835Z Downloaded crc-catalog v2.4.0
5112026-07-22T20:21:13.838Z Downloaded ciborium-ll v0.2.2
5122026-07-22T20:21:13.838Z Downloaded display-error-chain v0.2.2
5132026-07-22T20:21:13.841Z Downloaded atty v0.2.14
5142026-07-22T20:21:13.841Z Downloaded ecdsa v0.16.9
5152026-07-22T20:21:13.844Z Downloaded daft v0.1.7
5162026-07-22T20:21:13.844Z Downloaded block-padding v0.4.2
5172026-07-22T20:21:13.844Z Downloaded async-stream-impl v0.3.6
5182026-07-22T20:21:13.844Z Downloaded ascii-canvas v3.0.0
5192026-07-22T20:21:13.847Z Downloaded bcrypt-pbkdf v0.11.0
5202026-07-22T20:21:13.847Z Downloaded embedded-io v0.6.1
5212026-07-22T20:21:13.850Z Downloaded castaway v0.2.4
5222026-07-22T20:21:13.850Z Downloaded cookie v0.18.1
5232026-07-22T20:21:13.853Z Downloaded cobs v0.3.0
5242026-07-22T20:21:13.859Z Downloaded dsl_auto_type v0.2.0
5252026-07-22T20:21:13.862Z Downloaded document-features v0.2.12
5262026-07-22T20:21:13.862Z Downloaded csv-core v0.1.13
5272026-07-22T20:21:13.862Z Downloaded compression-core v0.4.31
5282026-07-22T20:21:13.862Z Downloaded dropshot-api-manager-types v0.7.2
5292026-07-22T20:21:13.865Z Downloaded cstr-argument v0.1.2
5302026-07-22T20:21:13.865Z Downloaded cfg_aliases v0.2.1
5312026-07-22T20:21:13.865Z Downloaded darling_macro v0.20.11
5322026-07-22T20:21:13.868Z Downloaded dof v0.4.0
5332026-07-22T20:21:13.868Z Downloaded ciborium-io v0.2.2
5342026-07-22T20:21:13.871Z Downloaded defmt v0.3.100
5352026-07-22T20:21:13.871Z Downloaded convert_case v0.10.0
5362026-07-22T20:21:13.874Z Downloaded embedded-io v0.4.0
5372026-07-22T20:21:13.877Z Downloaded derive_builder_macro v0.20.2
5382026-07-22T20:21:13.877Z Downloaded backoff v0.4.0
5392026-07-22T20:21:13.880Z Downloaded anstream v0.6.21
5402026-07-22T20:21:13.880Z Downloaded digest-io v0.1.0
5412026-07-22T20:21:13.883Z Downloaded bitflags v1.3.2
5422026-07-22T20:21:13.884Z Downloaded bit-vec v0.8.0
5432026-07-22T20:21:13.889Z Downloaded dyn-clone v1.0.20
5442026-07-22T20:21:13.889Z Downloaded diesel_table_macro_syntax v0.3.0
5452026-07-22T20:21:13.889Z Downloaded difflib v0.4.0
5462026-07-22T20:21:13.889Z Downloaded env_filter v1.0.0
5472026-07-22T20:21:13.892Z Downloaded fixedbitset v0.4.2
5482026-07-22T20:21:13.892Z Downloaded dunce v1.0.5
5492026-07-22T20:21:13.892Z Downloaded dirs-sys-next v0.1.2
5502026-07-22T20:21:13.892Z Downloaded base64ct v1.8.3
5512026-07-22T20:21:13.895Z Downloaded flagset v0.4.7
5522026-07-22T20:21:13.895Z Downloaded dirs-next v2.0.0
5532026-07-22T20:21:13.895Z Downloaded defmt-parser v1.0.0
5542026-07-22T20:21:13.898Z Downloaded foreign-types-shared v0.1.1
5552026-07-22T20:21:13.898Z Downloaded foreign-types-macros v0.2.3
5562026-07-22T20:21:13.898Z Downloaded foreign-types v0.5.0
5572026-07-22T20:21:13.898Z Downloaded float-ord v0.3.2
5582026-07-22T20:21:13.901Z Downloaded cipher v0.5.2
5592026-07-22T20:21:13.901Z Downloaded arrayvec v0.7.6
5602026-07-22T20:21:13.904Z Downloaded async-trait v0.1.89
5612026-07-22T20:21:13.904Z Downloaded cassowary v0.3.0
5622026-07-22T20:21:13.907Z Downloaded buf-list v1.1.2
5632026-07-22T20:21:13.908Z Downloaded enum-as-inner v0.6.1
5642026-07-22T20:21:13.908Z Downloaded endian-type v0.1.2
5652026-07-22T20:21:13.911Z Downloaded bit-vec v0.6.3
5662026-07-22T20:21:13.911Z Downloaded cbc v0.2.1
5672026-07-22T20:21:13.911Z Downloaded dtrace-parser v0.3.0
5682026-07-22T20:21:13.911Z Downloaded bitfield v0.19.4
5692026-07-22T20:21:13.914Z Downloaded bcs v0.1.6
5702026-07-22T20:21:13.914Z Downloaded anstyle-parse v0.2.7
5712026-07-22T20:21:13.918Z Downloaded darling v0.21.3
5722026-07-22T20:21:13.920Z Downloaded cmov v0.5.4
5732026-07-22T20:21:13.920Z Downloaded cookie_store v0.22.1
5742026-07-22T20:21:13.923Z Downloaded ctutils v0.4.2
5752026-07-22T20:21:13.923Z Downloaded float-cmp v0.10.0
5762026-07-22T20:21:13.923Z Downloaded const_format_proc_macros v0.2.34
5772026-07-22T20:21:13.927Z Downloaded camino-tempfile-ext v0.3.3
5782026-07-22T20:21:13.927Z Downloaded cmake v0.1.57
5792026-07-22T20:21:13.930Z Downloaded cexpr v0.6.0
5802026-07-22T20:21:13.930Z Downloaded ecdsa v0.17.0-rc.18
5812026-07-22T20:21:13.933Z Downloaded ctr v0.10.1
5822026-07-22T20:21:13.933Z Downloaded crossbeam-epoch v0.9.18
5832026-07-22T20:21:13.933Z Downloaded foreign-types v0.3.2
5842026-07-22T20:21:13.936Z Downloaded compression-codecs v0.4.37
5852026-07-22T20:21:13.936Z Downloaded futures-task v0.3.32
5862026-07-22T20:21:13.941Z Downloaded form_urlencoded v1.2.2
5872026-07-22T20:21:13.941Z Downloaded foreign-types-shared v0.3.1
5882026-07-22T20:21:13.941Z Downloaded futures-sink v0.3.32
5892026-07-22T20:21:13.941Z Downloaded futures-io v0.3.32
5902026-07-22T20:21:13.944Z Downloaded constant_time_eq v0.4.2
5912026-07-22T20:21:13.944Z Downloaded futures-macro v0.3.32
5922026-07-22T20:21:13.944Z Downloaded argon2 v0.5.3
5932026-07-22T20:21:13.944Z Downloaded futures-core v0.3.32
5942026-07-22T20:21:13.947Z Downloaded globwalk v0.9.1
5952026-07-22T20:21:13.947Z Downloaded argon2 v0.6.0-rc.8
5962026-07-22T20:21:13.947Z Downloaded ahash v0.8.12
5972026-07-22T20:21:13.950Z Downloaded gethostname v0.5.0
5982026-07-22T20:21:13.950Z Downloaded env_logger v0.11.9
5992026-07-22T20:21:13.955Z Downloaded find-msvc-tools v0.1.9
6002026-07-22T20:21:13.955Z Downloaded enum_dispatch v0.3.13
6012026-07-22T20:21:13.958Z Downloaded darling v0.23.0
6022026-07-22T20:21:13.958Z Downloaded git-stub v1.0.0
6032026-07-22T20:21:13.962Z Downloaded hash32 v0.3.1
6042026-07-22T20:21:13.962Z Downloaded derive-ex v0.1.8
6052026-07-22T20:21:13.962Z Downloaded defmt v1.0.1
6062026-07-22T20:21:13.967Z Downloaded derive_builder_core v0.20.2
6072026-07-22T20:21:13.967Z Downloaded filetime v0.2.27
6082026-07-22T20:21:13.970Z Downloaded ed25519 v3.0.0
6092026-07-22T20:21:13.970Z Downloaded defmt-macros v1.0.1
6102026-07-22T20:21:13.970Z Downloaded fd-lock v4.0.4
6112026-07-22T20:21:13.970Z Downloaded cipher v0.4.4
6122026-07-22T20:21:13.973Z Downloaded ff v0.14.0
6132026-07-22T20:21:13.973Z Downloaded fallible-iterator v0.2.0
6142026-07-22T20:21:13.976Z Downloaded erased-serde v0.3.31
6152026-07-22T20:21:13.977Z Downloaded ff v0.13.1
6162026-07-22T20:21:13.977Z Downloaded darling_core v0.20.11
6172026-07-22T20:21:13.980Z Downloaded bzip2 v0.4.4
6182026-07-22T20:21:13.984Z Downloaded console v0.15.11
6192026-07-22T20:21:13.984Z Downloaded ena v0.14.4
6202026-07-22T20:21:13.987Z Downloaded clang-sys v1.8.1
6212026-07-22T20:21:13.987Z Downloaded funty v2.0.0
6222026-07-22T20:21:13.987Z Downloaded chacha20 v0.10.0
6232026-07-22T20:21:13.990Z Downloaded ed25519 v2.2.3
6242026-07-22T20:21:13.990Z Downloaded hex-literal v1.1.0
6252026-07-22T20:21:13.990Z Downloaded headers-core v0.3.0
6262026-07-22T20:21:13.990Z Downloaded hash32 v0.2.1
6272026-07-22T20:21:13.993Z Downloaded hostname v0.3.1
6282026-07-22T20:21:13.993Z Downloaded colored v2.2.0
6292026-07-22T20:21:13.996Z Downloaded diesel-dtrace v0.5.0
6302026-07-22T20:21:13.996Z Downloaded home v0.5.12
6312026-07-22T20:21:13.996Z Downloaded digest v0.11.3
6322026-07-22T20:21:13.999Z Downloaded fs_extra v1.3.0
6332026-07-22T20:21:13.999Z Downloaded backon v1.6.0
6342026-07-22T20:21:14.002Z Downloaded der_derive v0.7.3
6352026-07-22T20:21:14.002Z Downloaded const-oid v0.9.6
6362026-07-22T20:21:14.005Z Downloaded foldhash v0.2.0
6372026-07-22T20:21:14.005Z Downloaded foldhash v0.1.5
6382026-07-22T20:21:14.005Z Downloaded futures-executor v0.3.32
6392026-07-22T20:21:14.008Z Downloaded httpdate v1.0.3
6402026-07-22T20:21:14.008Z Downloaded http-body v1.0.1
6412026-07-22T20:21:14.008Z Downloaded hubpack_derive v0.1.1
6422026-07-22T20:21:14.014Z Downloaded hyper-tls v0.6.0
6432026-07-22T20:21:14.014Z Downloaded hubpack v0.1.2
6442026-07-22T20:21:14.014Z Downloaded http-range v0.1.5
6452026-07-22T20:21:14.014Z Downloaded hostname v0.4.2
6462026-07-22T20:21:14.014Z Downloaded hex v0.4.3
6472026-07-22T20:21:14.019Z Downloaded ghash v0.6.0
6482026-07-22T20:21:14.019Z Downloaded fixedbitset v0.5.7
6492026-07-22T20:21:14.019Z Downloaded group v0.14.0
6502026-07-22T20:21:14.019Z Downloaded git-stub-vcs v0.1.0
6512026-07-22T20:21:14.022Z Downloaded des v0.9.0
6522026-07-22T20:21:14.022Z Downloaded console v0.16.2
6532026-07-22T20:21:14.022Z Downloaded glob v0.3.3
6542026-07-22T20:21:14.027Z Downloaded deranged v0.5.8
6552026-07-22T20:21:14.027Z Downloaded delegate v0.13.5
6562026-07-22T20:21:14.027Z Downloaded data-encoding v2.10.0
6572026-07-22T20:21:14.027Z Downloaded aead v0.6.1
6582026-07-22T20:21:14.034Z Downloaded ciborium v0.2.2
6592026-07-22T20:21:14.034Z Downloaded bzip2 v0.6.1
6602026-07-22T20:21:14.034Z Downloaded idna_adapter v1.2.1
6612026-07-22T20:21:14.034Z Downloaded inout v0.1.4
6622026-07-22T20:21:14.038Z Downloaded indent_write v2.2.0
6632026-07-22T20:21:14.038Z Downloaded instability v0.3.11
6642026-07-22T20:21:14.038Z Downloaded displaydoc v0.2.5
6652026-07-22T20:21:14.038Z Downloaded illumos-nvpair v0.3.0
6662026-07-22T20:21:14.038Z Downloaded ident_case v1.0.1
6672026-07-22T20:21:14.038Z Downloaded illumos-nvpair-sys v0.2.0
6682026-07-22T20:21:14.038Z Downloaded diff v0.1.13
6692026-07-22T20:21:14.043Z Downloaded either v1.15.0
6702026-07-22T20:21:14.043Z Downloaded indoc v1.0.9
6712026-07-22T20:21:14.043Z Downloaded blake2 v0.10.6
6722026-07-22T20:21:14.043Z Downloaded colored v3.1.1
6732026-07-22T20:21:14.046Z Downloaded bs58 v0.5.1
6742026-07-22T20:21:14.046Z Downloaded fxhash v0.2.1
6752026-07-22T20:21:14.050Z Downloaded byte-wrapper v0.1.0
6762026-07-22T20:21:14.050Z Downloaded chacha20 v0.9.1
6772026-07-22T20:21:14.050Z Downloaded inout v0.2.2
6782026-07-22T20:21:14.053Z Downloaded async-bb8-diesel v0.2.1
6792026-07-22T20:21:14.053Z Downloaded crc-any v2.5.0
6802026-07-22T20:21:14.057Z Downloaded is-terminal v0.4.17
6812026-07-22T20:21:14.057Z Downloaded instant v0.1.13
6822026-07-22T20:21:14.057Z Downloaded blowfish v0.10.0
6832026-07-22T20:21:14.057Z Downloaded internet-checksum v0.2.1
6842026-07-22T20:21:14.061Z Downloaded is_ci v1.2.0
6852026-07-22T20:21:14.061Z Downloaded highway v1.3.0
6862026-07-22T20:21:14.064Z Downloaded blake2 v0.11.0-rc.6
6872026-07-22T20:21:14.064Z Downloaded http-body-util v0.1.3
6882026-07-22T20:21:14.067Z Downloaded futures-channel v0.3.32
6892026-07-22T20:21:14.067Z Downloaded elliptic-curve v0.13.8
6902026-07-22T20:21:14.070Z Downloaded fs-err v2.11.0
6912026-07-22T20:21:14.073Z Downloaded humantime v2.3.0
6922026-07-22T20:21:14.073Z Downloaded group v0.13.0
6932026-07-22T20:21:14.076Z Downloaded kem v0.3.0
6942026-07-22T20:21:14.080Z Downloaded keccak v0.1.6
6952026-07-22T20:21:14.080Z Downloaded lalrpop-util v0.19.12
6962026-07-22T20:21:14.083Z Downloaded libscf-sys v1.1.0
6972026-07-22T20:21:14.083Z Downloaded lazy_static v1.5.0
6982026-07-22T20:21:14.088Z Downloaded hyper-staticfile v0.10.1
6992026-07-22T20:21:14.091Z Downloaded derive_builder v0.20.2
7002026-07-22T20:21:14.094Z Downloaded elliptic-curve v0.14.0-rc.33
7012026-07-22T20:21:14.098Z Downloaded drift v0.2.0
7022026-07-22T20:21:14.102Z Downloaded maybe-uninit v2.0.0
7032026-07-22T20:21:14.105Z Downloaded md5 v0.8.0
7042026-07-22T20:21:14.105Z Downloaded match_cfg v0.1.0
7052026-07-22T20:21:14.105Z Downloaded lru v0.12.5
7062026-07-22T20:21:14.108Z Downloaded darling_core v0.23.0
7072026-07-22T20:21:14.111Z Downloaded globset v0.4.18
7082026-07-22T20:21:14.111Z Downloaded maplit v1.0.2
7092026-07-22T20:21:14.111Z Downloaded cancel-safe-futures v0.1.5
7102026-07-22T20:21:14.114Z Downloaded managed v0.8.0
7112026-07-22T20:21:14.114Z Downloaded compact_str v0.8.1
7122026-07-22T20:21:14.117Z Downloaded indoc v2.0.7
7132026-07-22T20:21:14.120Z Downloaded ingot v0.1.1
7142026-07-22T20:21:14.120Z Downloaded const-oid v0.10.2
7152026-07-22T20:21:14.120Z Downloaded newline-converter v0.3.0
7162026-07-22T20:21:14.123Z Downloaded mime v0.3.17
7172026-07-22T20:21:14.123Z Downloaded md-5 v0.10.6
7182026-07-22T20:21:14.123Z Downloaded normalize-line-endings v0.3.0
7192026-07-22T20:21:14.126Z Downloaded nibble_vec v0.1.0
7202026-07-22T20:21:14.126Z Downloaded ipnet v2.11.0
7212026-07-22T20:21:14.126Z Downloaded new_debug_unreachable v1.0.6
7222026-07-22T20:21:14.129Z Downloaded ingot-types v0.1.2
7232026-07-22T20:21:14.129Z Downloaded ipnetwork v0.21.1
7242026-07-22T20:21:14.129Z Downloaded keccak v0.2.0
7252026-07-22T20:21:14.134Z Downloaded ar_archive_writer v0.5.1
7262026-07-22T20:21:14.134Z Downloaded const_format v0.2.35
7272026-07-22T20:21:14.137Z Downloaded multimap v0.10.1
7282026-07-22T20:21:14.137Z Downloaded iana-time-zone v0.1.65
7292026-07-22T20:21:14.139Z Downloaded getrandom v0.3.4
7302026-07-22T20:21:14.142Z Downloaded newtype_derive v0.1.6
7312026-07-22T20:21:14.142Z Downloaded getrandom v0.2.17
7322026-07-22T20:21:14.146Z Downloaded libsw-core v0.3.2
7332026-07-22T20:21:14.146Z Downloaded libloading v0.8.9
7342026-07-22T20:21:14.146Z Downloaded futures v0.3.32
7352026-07-22T20:21:14.151Z Downloaded kstat-rs v0.2.4
7362026-07-22T20:21:14.154Z Downloaded crypto-bigint v0.5.5
7372026-07-22T20:21:14.154Z Downloaded nodrop v0.1.14
7382026-07-22T20:21:14.157Z Downloaded jobserver v0.1.34
7392026-07-22T20:21:14.158Z Downloaded num-iter v0.1.45
7402026-07-22T20:21:14.158Z Downloaded crossbeam-channel v0.5.15
7412026-07-22T20:21:14.161Z Downloaded num v0.4.3
7422026-07-22T20:21:14.161Z Downloaded generic-array v1.4.3
7432026-07-22T20:21:14.163Z Downloaded flume v0.11.1
7442026-07-22T20:21:14.167Z Downloaded num-conv v0.2.0
7452026-07-22T20:21:14.167Z Downloaded linear-map v1.2.0
7462026-07-22T20:21:14.167Z Downloaded libefi-sys v0.1.0
7472026-07-22T20:21:14.167Z Downloaded half v2.7.1
7482026-07-22T20:21:14.170Z Downloaded derive_more v0.99.20
7492026-07-22T20:21:14.173Z Downloaded olpc-cjson v0.1.4
7502026-07-22T20:21:14.177Z Downloaded lock_api v0.4.14
7512026-07-22T20:21:14.177Z Downloaded linked-hash-map v0.5.6
7522026-07-22T20:21:14.177Z Downloaded impl-trait-for-tuples v0.2.3
7532026-07-22T20:21:14.180Z Downloaded num-derive v0.3.3
7542026-07-22T20:21:14.180Z Downloaded opaque-debug v0.3.1
7552026-07-22T20:21:14.180Z Downloaded num_threads v0.1.7
7562026-07-22T20:21:14.183Z Downloaded num_enum_derive v0.5.11
7572026-07-22T20:21:14.183Z Downloaded memoffset v0.9.1
7582026-07-22T20:21:14.183Z Downloaded openssl-probe v0.2.1
7592026-07-22T20:21:14.186Z Downloaded hybrid-array v0.4.13
7602026-07-22T20:21:14.189Z Downloaded nanorand v0.7.0
7612026-07-22T20:21:14.189Z Downloaded mime_guess v2.0.5
7622026-07-22T20:21:14.193Z Downloaded ingot-macros v0.1.1
7632026-07-22T20:21:14.193Z Downloaded arc-swap v1.8.2
7642026-07-22T20:21:14.195Z Downloaded openssl-macros v0.1.1
7652026-07-22T20:21:14.195Z Downloaded hmac v0.13.0
7662026-07-22T20:21:14.198Z Downloaded chacha20poly1305 v0.10.1
7672026-07-22T20:21:14.201Z Downloaded half v1.8.3
7682026-07-22T20:21:14.201Z Downloaded module-lattice v0.2.3
7692026-07-22T20:21:14.204Z Downloaded dropshot_endpoint v0.17.1
7702026-07-22T20:21:14.204Z Downloaded num-complex v0.4.6
7712026-07-22T20:21:14.208Z Downloaded nu-ansi-term v0.50.3
7722026-07-22T20:21:14.212Z Downloaded openssl-probe v0.1.6
7732026-07-22T20:21:14.212Z Downloaded newtype-uuid-macros v0.1.0
7742026-07-22T20:21:14.212Z Downloaded newtype-uuid v1.3.2
7752026-07-22T20:21:14.212Z Downloaded multer v3.1.0
7762026-07-22T20:21:14.216Z Downloaded native-tls v0.2.18
7772026-07-22T20:21:14.216Z Downloaded bytes v1.11.1
7782026-07-22T20:21:14.230Z Downloaded parse-size v1.1.0
7792026-07-22T20:21:14.233Z Downloaded der v0.7.10
7802026-07-22T20:21:14.236Z Downloaded darling_core v0.13.4
7812026-07-22T20:21:14.239Z Downloaded percent-encoding v2.3.2
7822026-07-22T20:21:14.239Z Downloaded peg-runtime v0.8.5
7832026-07-22T20:21:14.243Z Downloaded path-slash v0.1.5
7842026-07-22T20:21:14.243Z Downloaded password-hash v0.6.1
7852026-07-22T20:21:14.243Z Downloaded num-derive v0.4.2
7862026-07-22T20:21:14.243Z Downloaded litemap v0.8.1
7872026-07-22T20:21:14.246Z Downloaded icu_provider v2.1.1
7882026-07-22T20:21:14.249Z Downloaded parse-display v0.10.0
7892026-07-22T20:21:14.249Z Downloaded packed_struct_codegen v0.10.1
7902026-07-22T20:21:14.249Z Downloaded oso-derive v0.27.3
7912026-07-22T20:21:14.252Z Downloaded nonempty v0.12.0
7922026-07-22T20:21:14.252Z Downloaded libsw v3.5.0
7932026-07-22T20:21:14.255Z Downloaded num_enum v0.7.6
7942026-07-22T20:21:14.255Z Downloaded num-integer v0.1.46
7952026-07-22T20:21:14.258Z Downloaded phf_shared v0.11.3
7962026-07-22T20:21:14.261Z Downloaded phf_shared v0.13.1
7972026-07-22T20:21:14.261Z Downloaded num_enum v0.5.11
7982026-07-22T20:21:14.264Z Downloaded num-rational v0.4.2
7992026-07-22T20:21:14.264Z Downloaded memmap2 v0.9.10
8002026-07-22T20:21:14.266Z Downloaded ignore v0.4.25
8012026-07-22T20:21:14.269Z Downloaded cc v1.2.56
8022026-07-22T20:21:14.269Z Downloaded bumpalo v3.20.2
8032026-07-22T20:21:14.274Z Downloaded flate2 v1.1.9
8042026-07-22T20:21:14.279Z Downloaded heapless v0.7.17
8052026-07-22T20:21:14.282Z Downloaded icu_properties v2.1.2
8062026-07-22T20:21:14.282Z Downloaded oxide-update-engine-display v0.1.2
8072026-07-22T20:21:14.282Z Downloaded ml-kem v0.3.2
8082026-07-22T20:21:14.285Z Downloaded async-compression v0.4.41
8092026-07-22T20:21:14.288Z Downloaded predicates-core v1.0.10
8102026-07-22T20:21:14.293Z Downloaded precomputed-hash v0.1.1
8112026-07-22T20:21:14.293Z Downloaded potential_utf v0.1.4
8122026-07-22T20:21:14.293Z Downloaded packed_struct v0.10.1
8132026-07-22T20:21:14.296Z Downloaded parse-display-derive v0.10.0
8142026-07-22T20:21:14.296Z Downloaded predicates-tree v1.0.13
8152026-07-22T20:21:14.296Z Downloaded powerfmt v0.2.0
8162026-07-22T20:21:14.296Z Downloaded oxnet v0.1.6
8172026-07-22T20:21:14.299Z Downloaded libbz2-rs-sys v0.2.2
8182026-07-22T20:21:14.299Z Downloaded pem v3.0.6
8192026-07-22T20:21:14.302Z Downloaded peg-macros v0.8.5
8202026-07-22T20:21:14.303Z Downloaded password-hash v0.5.0
8212026-07-22T20:21:14.311Z Downloaded paste v1.0.15
8222026-07-22T20:21:14.311Z Downloaded proc-macro-crate v3.4.0
8232026-07-22T20:21:14.315Z Downloaded phf v0.12.1
8242026-07-22T20:21:14.315Z Downloaded num_enum_derive v0.7.6
8252026-07-22T20:21:14.315Z Downloaded proc-macro-error-attr2 v2.0.0
8262026-07-22T20:21:14.315Z Downloaded parking_lot_core v0.8.6
8272026-07-22T20:21:14.315Z Downloaded hickory-resolver v0.25.2
8282026-07-22T20:21:14.315Z Downloaded pin-project-internal v1.1.11
8292026-07-22T20:21:14.318Z Downloaded headers v0.4.1
8302026-07-22T20:21:14.320Z Downloaded pkg-config v0.3.32
8312026-07-22T20:21:14.323Z Downloaded pin-project-lite v0.2.17
8322026-07-22T20:21:14.325Z Downloaded phc v0.6.1
8332026-07-22T20:21:14.329Z Downloaded radium v0.7.0
8342026-07-22T20:21:14.329Z Downloaded heapless v0.8.0
8352026-07-22T20:21:14.333Z Downloaded postgres-protocol v0.6.10
8362026-07-22T20:21:14.333Z Downloaded indexmap v1.9.3
8372026-07-22T20:21:14.338Z Downloaded hickory-resolver v0.24.4
8382026-07-22T20:21:14.341Z Downloaded poly1305 v0.8.0
8392026-07-22T20:21:14.341Z Downloaded psl-types v2.0.11
8402026-07-22T20:21:14.341Z Downloaded progenitor-macro v0.14.0
8412026-07-22T20:21:14.341Z Downloaded quick-error v1.2.3
8422026-07-22T20:21:14.344Z Downloaded progenitor-client v0.14.0
8432026-07-22T20:21:14.344Z Downloaded litrs v1.0.0
8442026-07-22T20:21:14.347Z Downloaded progenitor-macro v0.13.0
8452026-07-22T20:21:14.347Z Downloaded icu_normalizer v2.1.1
8462026-07-22T20:21:14.350Z Downloaded port-file v0.1.0
8472026-07-22T20:21:14.352Z Downloaded polyval v0.7.1
8482026-07-22T20:21:14.353Z Downloaded icu_locale_core v2.1.1
8492026-07-22T20:21:14.356Z Downloaded ppv-lite86 v0.2.21
8502026-07-22T20:21:14.360Z Downloaded crossterm v0.28.1
8512026-07-22T20:21:14.364Z Downloaded rand_xorshift v0.4.0
8522026-07-22T20:21:14.367Z Downloaded rand_chacha v0.3.1
8532026-07-22T20:21:14.367Z Downloaded parking_lot v0.11.2
8542026-07-22T20:21:14.367Z Downloaded oxide-tokio-rt v0.1.4
8552026-07-22T20:21:14.370Z Downloaded parking_lot v0.12.5
8562026-07-22T20:21:14.370Z Downloaded proc-macro-crate v1.3.1
8572026-07-22T20:21:14.373Z Downloaded recursive-proc-macro-impl v0.1.1
8582026-07-22T20:21:14.373Z Downloaded progenitor-client v0.13.0
8592026-07-22T20:21:14.373Z Downloaded recursive v0.1.1
8602026-07-22T20:21:14.376Z Downloaded primefield v0.14.0
8612026-07-22T20:21:14.376Z Downloaded pem-rfc7468 v0.7.0
8622026-07-22T20:21:14.376Z Downloaded progenitor v0.13.0
8632026-07-22T20:21:14.379Z Downloaded proc-macro-error2 v2.0.1
8642026-07-22T20:21:14.383Z Downloaded ref-cast v1.0.25
8652026-07-22T20:21:14.383Z Downloaded progenitor-extras v0.2.0
8662026-07-22T20:21:14.386Z Downloaded primeorder v0.13.6
8672026-07-22T20:21:14.386Z Downloaded rfc6979 v0.5.0
8682026-07-22T20:21:14.386Z Downloaded parking_lot_core v0.9.12
8692026-07-22T20:21:14.392Z Downloaded rtoolbox v0.0.3
8702026-07-22T20:21:14.392Z Downloaded ref-cast-impl v1.0.25
8712026-07-22T20:21:14.392Z Downloaded num-traits v0.2.19
8722026-07-22T20:21:14.395Z Downloaded hashbrown v0.12.3
8732026-07-22T20:21:14.395Z Downloaded miniz_oxide v0.8.9
8742026-07-22T20:21:14.400Z Downloaded owo-colors v4.3.0
8752026-07-22T20:21:14.403Z Downloaded icu_normalizer_data v2.1.1
8762026-07-22T20:21:14.403Z Downloaded omicron-zone-package v0.12.3
8772026-07-22T20:21:14.404Z Downloaded pkcs8 v0.11.0
8782026-07-22T20:21:14.407Z Downloaded rfc6979 v0.4.0
8792026-07-22T20:21:14.407Z Downloaded pkcs8 v0.10.2
8802026-07-22T20:21:14.410Z Downloaded rustc_version v0.1.7
8812026-07-22T20:21:14.410Z Downloaded russh-cryptovec v0.61.0
8822026-07-22T20:21:14.410Z Downloaded oso v0.27.3
8832026-07-22T20:21:14.413Z Downloaded rustc-hash v2.1.1
8842026-07-22T20:21:14.413Z Downloaded postcard v1.1.3
8852026-07-22T20:21:14.417Z Downloaded russh-util v0.52.0
8862026-07-22T20:21:14.417Z Downloaded r2d2 v0.8.10
8872026-07-22T20:21:14.417Z Downloaded postgres-types v0.2.12
8882026-07-22T20:21:14.420Z Downloaded papergrid v0.17.0
8892026-07-22T20:21:14.423Z Downloaded rand_chacha v0.9.0
8902026-07-22T20:21:14.423Z Downloaded rand_seeder v0.4.0
8912026-07-22T20:21:14.429Z Downloaded rand_core v0.10.0
8922026-07-22T20:21:14.429Z Downloaded scheduled-thread-pool v0.2.7
8932026-07-22T20:21:14.429Z Downloaded rand_core v0.6.4
8942026-07-22T20:21:14.432Z Downloaded primeorder v0.14.0-rc.10
8952026-07-22T20:21:14.432Z Downloaded http v1.4.2
8962026-07-22T20:21:14.432Z Downloaded aes v0.9.1
8972026-07-22T20:21:14.457Z Downloaded rustc_version v0.4.1
8982026-07-22T20:21:14.458Z Downloaded oxide-update-engine-types v0.1.2
8992026-07-22T20:21:14.469Z Downloaded hickory-server v0.25.2
9002026-07-22T20:21:14.469Z Downloaded predicates v3.1.4
9012026-07-22T20:21:14.469Z Downloaded sapling-renderdag v0.1.0
9022026-07-22T20:21:14.469Z Downloaded same-file v1.0.6
9032026-07-22T20:21:14.469Z Downloaded pkcs1 v0.8.0-rc.4
9042026-07-22T20:21:14.469Z Downloaded pkcs1 v0.7.5
9052026-07-22T20:21:14.469Z Downloaded scopeguard v1.2.0
9062026-07-22T20:21:14.469Z Downloaded icu_collections v2.1.1
9072026-07-22T20:21:14.469Z Downloaded pkcs5 v0.8.1
9082026-07-22T20:21:14.469Z Downloaded dropshot-api-manager v0.7.2
9092026-07-22T20:21:14.469Z Downloaded scroll_derive v0.13.1
9102026-07-22T20:21:14.469Z Downloaded semver v0.1.20
9112026-07-22T20:21:14.469Z Downloaded secrecy v0.8.0
9122026-07-22T20:21:14.469Z Downloaded pem-rfc7468 v1.0.0
9132026-07-22T20:21:14.469Z Downloaded diesel_derives v2.3.7
9142026-07-22T20:21:14.474Z Downloaded serde-big-array v0.5.1
9152026-07-22T20:21:14.474Z Downloaded rpassword v7.5.4
9162026-07-22T20:21:14.474Z Downloaded progenitor v0.14.0
9172026-07-22T20:21:14.474Z Downloaded der v0.8.0
9182026-07-22T20:21:14.474Z Downloaded psm v0.1.30
9192026-07-22T20:21:14.480Z Downloaded serde_bytes v0.11.19
9202026-07-22T20:21:14.480Z Downloaded poly1305 v0.9.0
9212026-07-22T20:21:14.480Z Downloaded phf_shared v0.12.1
9222026-07-22T20:21:14.484Z Downloaded phf v0.13.1
9232026-07-22T20:21:14.484Z Downloaded serde_repr v0.1.20
9242026-07-22T20:21:14.484Z Downloaded resolv-conf v0.7.6
9252026-07-22T20:21:14.484Z Downloaded p384 v0.14.0-rc.10
9262026-07-22T20:21:14.488Z Downloaded quinn-udp v0.5.14
9272026-07-22T20:21:14.488Z Downloaded secrecy v0.10.3
9282026-07-22T20:21:14.488Z Downloaded peg v0.8.5
9292026-07-22T20:21:14.494Z Downloaded sha1 v0.11.0
9302026-07-22T20:21:14.494Z Downloaded serde_urlencoded v0.7.1
9312026-07-22T20:21:14.497Z Downloaded sha1 v0.10.6
9322026-07-22T20:21:14.497Z Downloaded shell-words v1.1.1
9332026-07-22T20:21:14.497Z Downloaded serde_spanned v1.1.1
9342026-07-22T20:21:14.497Z Downloaded serde_plain v1.0.2
9352026-07-22T20:21:14.498Z Downloaded rustversion v1.0.22
9362026-07-22T20:21:14.501Z Downloaded rand_core v0.9.5
9372026-07-22T20:21:14.501Z Downloaded pbkdf2 v0.13.0
9382026-07-22T20:21:14.501Z Downloaded indicatif v0.18.4
9392026-07-22T20:21:14.504Z Downloaded jiff-static v0.2.21
9402026-07-22T20:21:14.507Z Downloaded expectorate v1.2.0
9412026-07-22T20:21:14.507Z Downloaded ed25519-dalek v3.0.0-rc.0
9422026-07-22T20:21:14.510Z Downloaded rusty-fork v0.3.1
9432026-07-22T20:21:14.510Z Downloaded oxide-update-engine v0.1.2
9442026-07-22T20:21:14.513Z Downloaded rustls-native-certs v0.8.3
9452026-07-22T20:21:14.513Z Downloaded signal-hook-mio v0.2.5
9462026-07-22T20:21:14.513Z Downloaded derive_more-impl v2.1.1
9472026-07-22T20:21:14.516Z Downloaded sigpipe v0.1.3
9482026-07-22T20:21:14.521Z Downloaded signature v3.0.0
9492026-07-22T20:21:14.521Z Downloaded signature v2.2.0
9502026-07-22T20:21:14.521Z Downloaded signal-hook-tokio v0.3.1
9512026-07-22T20:21:14.524Z Downloaded schemars_derive v0.8.22
9522026-07-22T20:21:14.524Z Downloaded scroll v0.13.0
9532026-07-22T20:21:14.524Z Downloaded hyper-util v0.1.20
9542026-07-22T20:21:14.527Z Downloaded hashbrown v0.13.2
9552026-07-22T20:21:14.530Z Downloaded scrypt v0.12.0
9562026-07-22T20:21:14.533Z Downloaded slog-bunyan v2.5.0
9572026-07-22T20:21:14.533Z Downloaded siphasher v1.0.2
9582026-07-22T20:21:14.533Z Downloaded sec1 v0.7.3
9592026-07-22T20:21:14.536Z Downloaded progenitor-impl v0.13.0
9602026-07-22T20:21:14.536Z Downloaded minimal-lexical v0.2.1
9612026-07-22T20:21:14.539Z Downloaded seq-macro v0.3.6
9622026-07-22T20:21:14.542Z Downloaded derive_more v2.1.1
9632026-07-22T20:21:14.551Z Downloaded slog-envlogger v2.2.0
9642026-07-22T20:21:14.554Z Downloaded aes-gcm v0.11.0
9652026-07-22T20:21:14.554Z Downloaded serde_derive_internals v0.29.1
9662026-07-22T20:21:14.554Z Downloaded openssl-sys v0.9.115
9672026-07-22T20:21:14.557Z Downloaded sec1 v0.8.1
9682026-07-22T20:21:14.565Z Downloaded internal-russh-num-bigint v0.5.0
9692026-07-22T20:21:14.565Z Downloaded hyper-rustls v0.27.7
9702026-07-22T20:21:14.565Z Downloaded httparse v1.10.1
9712026-07-22T20:21:14.565Z Downloaded p256 v0.14.0-rc.10
9722026-07-22T20:21:14.568Z Downloaded hmac v0.12.1
9732026-07-22T20:21:14.569Z Downloaded ed25519-dalek v2.2.0
9742026-07-22T20:21:14.572Z Downloaded sqlparser_derive v0.5.0
9752026-07-22T20:21:14.572Z Downloaded serde_path_to_error v0.1.20
9762026-07-22T20:21:14.572Z Downloaded serde-hex v0.1.0
9772026-07-22T20:21:14.576Z Downloaded base64 v0.22.1
9782026-07-22T20:21:14.576Z Downloaded prefix-trie v0.7.0
9792026-07-22T20:21:14.579Z Downloaded serde_with_macros v1.5.2
9802026-07-22T20:21:14.579Z Downloaded allocator-api2 v0.2.21
9812026-07-22T20:21:14.582Z Downloaded darling_core v0.21.3
9822026-07-22T20:21:14.585Z Downloaded lzss v0.8.2
9832026-07-22T20:21:14.585Z Downloaded stable_deref_trait v1.2.1
9842026-07-22T20:21:14.585Z Downloaded strsim v0.10.0
9852026-07-22T20:21:14.588Z Downloaded lru-slab v0.1.2
9862026-07-22T20:21:14.588Z Downloaded lru-cache v0.1.2
9872026-07-22T20:21:14.588Z Downloaded fatfs v0.3.6
9882026-07-22T20:21:14.591Z Downloaded subtle v2.6.1
9892026-07-22T20:21:14.592Z Downloaded rustls-pki-types v1.14.0
9902026-07-22T20:21:14.595Z Downloaded rustls-pemfile v2.2.0
9912026-07-22T20:21:14.595Z Downloaded strum v0.27.2
9922026-07-22T20:21:14.595Z Downloaded slab v0.4.12
9932026-07-22T20:21:14.597Z Downloaded strip-ansi-escapes v0.2.1
9942026-07-22T20:21:14.598Z Downloaded structmeta-derive v0.3.0
9952026-07-22T20:21:14.601Z Downloaded structmeta v0.3.0
9962026-07-22T20:21:14.602Z Downloaded slog-stdlog v4.1.1
9972026-07-22T20:21:14.602Z Downloaded slog-scope v4.4.1
9982026-07-22T20:21:14.602Z Downloaded salsa20 v0.11.0
9992026-07-22T20:21:14.605Z Downloaded slog-async v2.8.0
10002026-07-22T20:21:14.605Z Downloaded signal-hook-registry v1.4.8
10012026-07-22T20:21:14.605Z Downloaded strum v0.26.3
10022026-07-22T20:21:14.605Z Downloaded smf v0.2.3
10032026-07-22T20:21:14.608Z Downloaded supports-color v3.0.2
10042026-07-22T20:21:14.608Z Downloaded pin-project v1.1.11
10052026-07-22T20:21:14.614Z Downloaded slog-term v2.9.2
10062026-07-22T20:21:14.617Z Downloaded slog-json v2.6.1
10072026-07-22T20:21:14.617Z Downloaded snafu-derive v0.8.9
10082026-07-22T20:21:14.621Z Downloaded serde_cbor v0.11.2
10092026-07-22T20:21:14.621Z Downloaded tap v1.0.1
10102026-07-22T20:21:14.624Z Downloaded tabwriter v1.4.1
10112026-07-22T20:21:14.624Z Downloaded sync_wrapper v1.0.2
10122026-07-22T20:21:14.624Z Downloaded serdect v0.4.3
10132026-07-22T20:21:14.624Z Downloaded sync-ptr v0.1.4
10142026-07-22T20:21:14.628Z Downloaded shlex v1.3.0
10152026-07-22T20:21:14.628Z Downloaded prettyplease v0.2.37
10162026-07-22T20:21:14.631Z Downloaded pretty_assertions v1.4.1
10172026-07-22T20:21:14.631Z Downloaded derive-where v1.6.0
10182026-07-22T20:21:14.634Z Downloaded spki v0.8.0
10192026-07-22T20:21:14.640Z Downloaded itertools v0.10.5
10202026-07-22T20:21:14.643Z Downloaded tagptr v0.2.0
10212026-07-22T20:21:14.643Z Downloaded tabled_derive v0.11.0
10222026-07-22T20:21:14.643Z Downloaded thiserror-impl-no-std v2.0.2
10232026-07-22T20:21:14.647Z Downloaded termtree v0.5.1
10242026-07-22T20:21:14.647Z Downloaded testing_table v0.3.0
10252026-07-22T20:21:14.647Z Downloaded take_mut v0.2.2
10262026-07-22T20:21:14.650Z Downloaded spki v0.7.3
10272026-07-22T20:21:14.650Z Downloaded serde_with_macros v3.21.0
10282026-07-22T20:21:14.654Z Downloaded nom v7.1.3
10292026-07-22T20:21:14.657Z Downloaded ssh-cipher v0.3.0-rc.9
10302026-07-22T20:21:14.657Z Downloaded stacker v0.1.23
10312026-07-22T20:21:14.662Z Downloaded ssh-encoding v0.3.0-rc.9
10322026-07-22T20:21:14.662Z Downloaded string_cache v0.8.9
10332026-07-22T20:21:14.667Z Downloaded sqlformat v0.3.5
10342026-07-22T20:21:14.667Z Downloaded static_assertions v1.1.0
10352026-07-22T20:21:14.667Z Downloaded sha2 v0.11.0
10362026-07-22T20:21:14.667Z Downloaded time-core v0.1.8
10372026-07-22T20:21:14.670Z Downloaded thread-id v5.1.0
10382026-07-22T20:21:14.670Z Downloaded simd-adler32 v0.3.8
10392026-07-22T20:21:14.670Z Downloaded hashbrown v0.15.5
10402026-07-22T20:21:14.674Z Downloaded rcgen v0.12.1
10412026-07-22T20:21:14.674Z Downloaded tinyvec_macros v0.1.1
10422026-07-22T20:21:14.679Z Downloaded strum_macros v0.27.2
10432026-07-22T20:21:14.679Z Downloaded ryu v1.0.23
10442026-07-22T20:21:14.679Z Downloaded slog-dtrace v0.3.0
10452026-07-22T20:21:14.683Z Downloaded smallvec v1.15.1
10462026-07-22T20:21:14.683Z Downloaded mio v1.2.0
10472026-07-22T20:21:14.687Z Downloaded support-bundle-viewer v0.1.2
10482026-07-22T20:21:14.687Z Downloaded aho-corasick v1.1.4
10492026-07-22T20:21:14.691Z Downloaded smallvec v0.6.14
10502026-07-22T20:21:14.691Z Downloaded rayon-core v1.13.0
10512026-07-22T20:21:14.694Z Downloaded tokio-macros v2.7.0
10522026-07-22T20:21:14.694Z Downloaded strum_macros v0.26.4
10532026-07-22T20:21:14.701Z Downloaded strum_macros v0.24.3
10542026-07-22T20:21:14.701Z Downloaded tokio-test v0.4.5
10552026-07-22T20:21:14.701Z Downloaded libxml v0.3.3
10562026-07-22T20:21:14.704Z Downloaded synstructure v0.13.2
10572026-07-22T20:21:14.704Z Downloaded qorb v0.4.1
10582026-07-22T20:21:14.707Z Downloaded itertools v0.13.0
10592026-07-22T20:21:14.712Z Downloaded iri-string v0.7.10
10602026-07-22T20:21:14.717Z Downloaded rand v0.8.6
10612026-07-22T20:21:14.717Z Downloaded termios v0.3.3
10622026-07-22T20:21:14.720Z Downloaded num-bigint v0.4.6
10632026-07-22T20:21:14.720Z Downloaded tower-layer v0.3.3
10642026-07-22T20:21:14.723Z Downloaded spin v0.9.8
10652026-07-22T20:21:14.723Z Downloaded topological-sort v0.2.2
10662026-07-22T20:21:14.723Z Downloaded crypto-primes v0.7.2
10672026-07-22T20:21:14.728Z Downloaded num-bigint-dig v0.8.6
10682026-07-22T20:21:14.732Z Downloaded try-lock v0.2.5
10692026-07-22T20:21:14.732Z Downloaded ron v0.8.1
10702026-07-22T20:21:14.735Z Downloaded thiserror-no-std v2.0.2
10712026-07-22T20:21:14.738Z Downloaded schemars v0.9.0
10722026-07-22T20:21:14.744Z Downloaded trait-variant v0.1.2
10732026-07-22T20:21:14.749Z Downloaded tower-service v0.3.3
10742026-07-22T20:21:14.749Z Downloaded time-macros v0.2.27
10752026-07-22T20:21:14.752Z Downloaded tinystr v0.8.2
10762026-07-22T20:21:14.752Z Downloaded tiny-keccak v2.0.2
10772026-07-22T20:21:14.752Z Downloaded slog v2.8.2
10782026-07-22T20:21:14.755Z Downloaded idna v1.1.0
10792026-07-22T20:21:14.755Z Downloaded hyper v1.10.1
10802026-07-22T20:21:14.761Z Downloaded tls_codec_derive v0.4.2
10812026-07-22T20:21:14.765Z Downloaded universal-hash v0.5.1
10822026-07-22T20:21:14.765Z Downloaded tokio-native-tls v0.3.1
10832026-07-22T20:21:14.765Z Downloaded tls_codec v0.4.2
10842026-07-22T20:21:14.765Z Downloaded socket2 v0.5.10
10852026-07-22T20:21:14.768Z Downloaded unit-prefix v0.5.2
10862026-07-22T20:21:14.768Z Downloaded universal-hash v0.6.1
10872026-07-22T20:21:14.768Z Downloaded unicode-xid v0.2.6
10882026-07-22T20:21:14.771Z Downloaded unarray v0.1.4
10892026-07-22T20:21:14.771Z Downloaded typify-macro v0.6.2
10902026-07-22T20:21:14.771Z Downloaded usdt v0.6.0
10912026-07-22T20:21:14.771Z Downloaded tokio-tungstenite v0.21.0
10922026-07-22T20:21:14.774Z Downloaded untrusted v0.9.0
10932026-07-22T20:21:14.774Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10942026-07-22T20:21:14.777Z Downloaded hkdf v0.13.0
10952026-07-22T20:21:14.777Z Downloaded itertools v0.14.0
10962026-07-22T20:21:14.780Z Downloaded rand v0.9.2
10972026-07-22T20:21:14.784Z Downloaded hkdf v0.12.4
10982026-07-22T20:21:14.789Z Downloaded tokio-tungstenite v0.23.1
10992026-07-22T20:21:14.789Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11002026-07-22T20:21:14.789Z Downloaded socket2 v0.6.3
11012026-07-22T20:21:14.795Z Downloaded untrusted v0.7.1
11022026-07-22T20:21:14.795Z Downloaded term v1.2.1
11032026-07-22T20:21:14.795Z Downloaded term v0.7.0
11042026-07-22T20:21:14.795Z Downloaded blake3 v1.8.5
11052026-07-22T20:21:14.798Z Downloaded utf8_iter v1.0.4
11062026-07-22T20:21:14.801Z Downloaded utf-8 v0.7.6
11072026-07-22T20:21:14.801Z Downloaded usdt-macro v0.6.0
11082026-07-22T20:21:14.801Z Downloaded toml_writer v1.1.1+spec-1.1.0
11092026-07-22T20:21:14.805Z Downloaded p521 v0.14.0-rc.10
11102026-07-22T20:21:14.805Z Downloaded void v1.0.2
11112026-07-22T20:21:14.808Z Downloaded rustls-webpki v0.103.13
11122026-07-22T20:21:14.808Z Downloaded tui-tree-widget v0.23.1
11132026-07-22T20:21:14.808Z Downloaded samael v0.0.19
11142026-07-22T20:21:14.811Z Downloaded want v0.3.1
11152026-07-22T20:21:14.815Z Downloaded xattr v1.6.1
11162026-07-22T20:21:14.815Z Downloaded nom v8.0.0
11172026-07-22T20:21:14.818Z Downloaded wait-timeout v0.2.1
11182026-07-22T20:21:14.818Z Downloaded schemars v1.2.1
11192026-07-22T20:21:14.826Z Downloaded waitgroup v0.1.2
11202026-07-22T20:21:14.829Z Downloaded tokio-dtrace v0.1.1
11212026-07-22T20:21:14.829Z Downloaded subprocess v0.2.15
11222026-07-22T20:21:14.832Z Downloaded xshell-macros v0.2.7
11232026-07-22T20:21:14.832Z Downloaded unicase v2.9.0
11242026-07-22T20:21:14.832Z Downloaded snafu v0.8.9
11252026-07-22T20:21:14.835Z Downloaded rsa v0.9.10
11262026-07-22T20:21:14.841Z Downloaded libm v0.2.16
11272026-07-22T20:21:14.844Z Downloaded unicode-truncate v1.1.0
11282026-07-22T20:21:14.847Z Downloaded tokio-stream v0.1.18
11292026-07-22T20:21:14.864Z Downloaded zeroize_derive v1.4.3
11302026-07-22T20:21:14.864Z Downloaded yoke-derive v0.8.1
11312026-07-22T20:21:14.864Z Downloaded h2 v0.4.15
11322026-07-22T20:21:14.868Z Downloaded zone v0.3.1
11332026-07-22T20:21:14.868Z Downloaded aws-lc-rs v1.16.3
11342026-07-22T20:21:14.874Z Downloaded vergen-lib v9.1.0
11352026-07-22T20:21:14.877Z Downloaded zone_cfg_derive v0.3.1
11362026-07-22T20:21:14.877Z Downloaded zerofrom-derive v0.1.6
11372026-07-22T20:21:14.877Z Downloaded zerofrom v0.1.6
11382026-07-22T20:21:14.877Z Downloaded bindgen v0.71.1
11392026-07-22T20:21:14.880Z Downloaded whoami v2.1.0
11402026-07-22T20:21:14.883Z Downloaded tracing-attributes v0.1.31
11412026-07-22T20:21:14.883Z Downloaded whoami v1.6.1
11422026-07-22T20:21:14.889Z Downloaded walkdir v2.5.0
11432026-07-22T20:21:14.889Z Downloaded usdt-impl v0.6.0
11442026-07-22T20:21:14.889Z Downloaded usdt-attr-macro v0.6.0
11452026-07-22T20:21:14.889Z Downloaded vergen-gitcl v1.0.8
11462026-07-22T20:21:14.895Z Downloaded vergen-git2 v9.1.0
11472026-07-22T20:21:14.895Z Downloaded toml_parser v1.1.2+spec-1.1.0
11482026-07-22T20:21:14.895Z Downloaded serde_yaml v0.9.34+deprecated
11492026-07-22T20:21:14.900Z Downloaded rsa v0.10.0-rc.18
11502026-07-22T20:21:14.900Z Downloaded rand v0.10.1
11512026-07-22T20:21:14.908Z Downloaded wyz v0.5.1
11522026-07-22T20:21:14.908Z Downloaded writeable v0.6.2
11532026-07-22T20:21:14.908Z Downloaded toml v0.7.8
11542026-07-22T20:21:14.908Z Downloaded tokio-rustls v0.26.4
11552026-07-22T20:21:14.909Z Downloaded yoke v0.8.1
11562026-07-22T20:21:14.914Z Downloaded itertools v0.12.1
11572026-07-22T20:21:14.914Z Downloaded xshell v0.2.7
11582026-07-22T20:21:14.914Z Downloaded zeroize v1.8.2
11592026-07-22T20:21:14.923Z Downloaded bitvec v1.0.1
11602026-07-22T20:21:14.926Z Downloaded zstd-safe v7.2.4
11612026-07-22T20:21:14.926Z Downloaded vergen v9.1.0
11622026-07-22T20:21:14.934Z Downloaded zstd v0.13.3
11632026-07-22T20:21:14.934Z Downloaded vsss-rs v3.3.4
11642026-07-22T20:21:14.939Z Downloaded zerovec-derive v0.11.2
11652026-07-22T20:21:14.939Z Downloaded twox-hash v2.1.2
11662026-07-22T20:21:14.939Z Downloaded uzers v0.12.2
11672026-07-22T20:21:14.939Z Downloaded test-strategy v0.4.5
11682026-07-22T20:21:14.939Z Downloaded tar v0.4.46
11692026-07-22T20:21:14.951Z Downloaded iddqd v0.4.2
11702026-07-22T20:21:14.951Z Downloaded vergen-lib v0.1.6
11712026-07-22T20:21:14.951Z Downloaded tracing-core v0.1.36
11722026-07-22T20:21:14.951Z Downloaded steno v0.4.1
11732026-07-22T20:21:14.952Z Downloaded rustyline v14.0.0
11742026-07-22T20:21:14.959Z Downloaded tungstenite v0.23.0
11752026-07-22T20:21:14.959Z Downloaded chrono v0.4.45
11762026-07-22T20:21:14.959Z Downloaded zerocopy v0.6.6
11772026-07-22T20:21:14.960Z Downloaded tinyvec v1.10.0
11782026-07-22T20:21:14.970Z Downloaded yasna v0.5.2
11792026-07-22T20:21:14.970Z Downloaded uuid v1.23.4
11802026-07-22T20:21:14.971Z Downloaded typify v0.6.2
11812026-07-22T20:21:14.977Z Downloaded toml_edit v0.23.10+spec-1.0.0
11822026-07-22T20:21:14.977Z Downloaded toml v1.1.2+spec-1.1.0
11832026-07-22T20:21:14.977Z Downloaded git2 v0.20.4
11842026-07-22T20:21:14.977Z Downloaded unicode-properties v0.1.4
11852026-07-22T20:21:14.996Z Downloaded hashbrown v0.16.1
11862026-07-22T20:21:14.996Z Downloaded thread_local v1.1.9
11872026-07-22T20:21:14.996Z Downloaded stringprep v0.1.5
11882026-07-22T20:21:14.996Z Downloaded similar v2.7.0
11892026-07-22T20:21:14.996Z Downloaded signal-hook v0.3.18
11902026-07-22T20:21:15.022Z Downloaded futures-util v0.3.32
11912026-07-22T20:21:15.022Z Downloaded vte v0.14.1
11922026-07-22T20:21:15.022Z Downloaded p384 v0.13.1
11932026-07-22T20:21:15.022Z Downloaded unsafe-libyaml v0.2.11
11942026-07-22T20:21:15.022Z Downloaded tokio-postgres v0.7.16
11952026-07-22T20:21:15.023Z Downloaded toml_edit v0.19.15
11962026-07-22T20:21:15.031Z Downloaded serde_with v1.14.0
11972026-07-22T20:21:15.031Z Downloaded unicode-bidi v0.3.18
11982026-07-22T20:21:15.031Z Downloaded tungstenite v0.21.0
11992026-07-22T20:21:15.031Z Downloaded reedline v0.40.0
12002026-07-22T20:21:15.031Z Downloaded portable-atomic v1.13.1
12012026-07-22T20:21:15.031Z Downloaded reqwest v0.13.2
12022026-07-22T20:21:15.042Z Downloaded schemars v0.8.22
12032026-07-22T20:21:15.061Z Downloaded zopfli v0.8.3
12042026-07-22T20:21:15.061Z Downloaded yansi v1.0.1
12052026-07-22T20:21:15.061Z Downloaded zerotrie v0.2.3
12062026-07-22T20:21:15.062Z Downloaded reqwest v0.12.28
12072026-07-22T20:21:15.062Z Downloaded regex v1.12.3
12082026-07-22T20:21:15.062Z Downloaded unicode_categories v0.1.1
12092026-07-22T20:21:15.062Z Downloaded rayon v1.11.0
12102026-07-22T20:21:15.062Z Downloaded rustls-platform-verifier v0.6.2
12112026-07-22T20:21:15.076Z Downloaded icu_properties_data v2.1.2
12122026-07-22T20:21:15.076Z Downloaded zip v0.6.6
12132026-07-22T20:21:15.076Z Downloaded rawzip v0.4.4
12142026-07-22T20:21:15.077Z Downloaded url v2.5.8
12152026-07-22T20:21:15.077Z Downloaded lalrpop v0.19.12
12162026-07-22T20:21:15.087Z Downloaded quick-xml v0.37.5
12172026-07-22T20:21:15.087Z Downloaded crypto-bigint v0.7.5
12182026-07-22T20:21:15.102Z Downloaded unicode-segmentation v1.12.0
12192026-07-22T20:21:15.102Z Downloaded moka v0.12.13
12202026-07-22T20:21:15.120Z Downloaded goblin v0.10.5
12212026-07-22T20:21:15.120Z Downloaded curve25519-dalek v5.0.0-rc.0
12222026-07-22T20:21:15.121Z Downloaded quinn v0.11.9
12232026-07-22T20:21:15.130Z Downloaded ssh-key v0.7.0-rc.10
12242026-07-22T20:21:15.130Z Downloaded publicsuffix v2.3.0
12252026-07-22T20:21:15.130Z Downloaded progenitor-impl v0.14.0
12262026-07-22T20:21:15.130Z Downloaded typed-path v0.9.3
12272026-07-22T20:21:15.130Z Downloaded petname v2.0.2
12282026-07-22T20:21:15.141Z Downloaded tower v0.5.3
12292026-07-22T20:21:15.141Z Downloaded unicode-normalization v0.1.25
12302026-07-22T20:21:15.141Z Downloaded salty v0.3.0
12312026-07-22T20:21:15.162Z Downloaded proptest v1.10.0
12322026-07-22T20:21:15.167Z Downloaded zerocopy-derive v0.8.40
12332026-07-22T20:21:15.167Z Downloaded tower-http v0.6.8
12342026-07-22T20:21:15.167Z Downloaded zip v4.6.1
12352026-07-22T20:21:15.167Z Downloaded tough v0.22.0
12362026-07-22T20:21:15.184Z Downloaded tokio-util v0.7.18
12372026-07-22T20:21:15.224Z Downloaded x509-cert v0.2.5
12382026-07-22T20:21:15.224Z Downloaded object v0.30.4
12392026-07-22T20:21:15.224Z Downloaded nix v0.27.1
12402026-07-22T20:21:15.224Z Downloaded curve25519-dalek v4.1.3
12412026-07-22T20:21:15.224Z Downloaded radix_trie v0.2.1
12422026-07-22T20:21:15.238Z Downloaded serde_with v3.21.0
12432026-07-22T20:21:15.238Z Downloaded russh v0.61.2
12442026-07-22T20:21:15.238Z Downloaded zerovec v0.11.5
12452026-07-22T20:21:15.238Z Downloaded quinn-proto v0.11.13
12462026-07-22T20:21:15.238Z Downloaded winnow v0.6.26
12472026-07-22T20:21:15.238Z Downloaded winnow v0.5.40
12482026-07-22T20:21:15.245Z Downloaded dropshot v0.17.1
12492026-07-22T20:21:15.257Z Downloaded nix v0.28.0
12502026-07-22T20:21:15.273Z Downloaded openssl v0.10.79
12512026-07-22T20:21:15.273Z Downloaded polar-core v0.27.3
12522026-07-22T20:21:15.288Z Downloaded time v0.3.47
12532026-07-22T20:21:15.288Z Downloaded winnow v1.0.3
12542026-07-22T20:21:15.298Z Downloaded nix v0.31.2
12552026-07-22T20:21:15.298Z Downloaded regex-syntax v0.6.29
12562026-07-22T20:21:15.298Z Downloaded bstr v1.12.1
12572026-07-22T20:21:15.314Z Downloaded tabled v0.20.0
12582026-07-22T20:21:15.328Z Downloaded zlib-rs v0.6.2
12592026-07-22T20:21:15.328Z Downloaded hickory-proto v0.24.4
12602026-07-22T20:21:15.328Z Downloaded vcpkg v0.2.15
12612026-07-22T20:21:15.349Z Downloaded regress v0.10.5
12622026-07-22T20:21:15.374Z Downloaded openapiv3 v2.2.0
12632026-07-22T20:21:15.375Z Downloaded hickory-proto v0.25.2
12642026-07-22T20:21:15.398Z Downloaded zerocopy v0.8.40
12652026-07-22T20:21:15.398Z Downloaded regex-syntax v0.8.10
12662026-07-22T20:21:15.398Z Downloaded regress v0.11.1
12672026-07-22T20:21:15.398Z Downloaded rustix v0.38.44
12682026-07-22T20:21:15.406Z Downloaded smoltcp v0.11.0
12692026-07-22T20:21:15.406Z Downloaded rustls v0.23.41
12702026-07-22T20:21:15.414Z Downloaded diesel v2.3.7
12712026-07-22T20:21:15.427Z Downloaded object v0.37.3
12722026-07-22T20:21:15.427Z Downloaded smoltcp v0.9.1
12732026-07-22T20:21:15.461Z Downloaded sled v0.34.7
12742026-07-22T20:21:15.482Z Downloaded fiat-crypto v0.3.0
12752026-07-22T20:21:15.482Z Downloaded sqlparser v0.61.0
12762026-07-22T20:21:15.546Z Downloaded tracing v0.1.44
12772026-07-22T20:21:15.560Z Downloaded typify-impl v0.6.2
12782026-07-22T20:21:15.560Z Downloaded jiff v0.2.21
12792026-07-22T20:21:15.560Z Downloaded bzip2-sys v0.1.13+1.0.8
12802026-07-22T20:21:15.595Z Downloaded sha3 v0.11.0
12812026-07-22T20:21:15.595Z Downloaded regex-automata v0.4.14
12822026-07-22T20:21:15.596Z Downloaded zerocopy-derive v0.6.6
12832026-07-22T20:21:15.596Z Downloaded csv v1.4.0
12842026-07-22T20:21:15.648Z Downloaded ratatui v0.29.0
12852026-07-22T20:21:15.648Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12862026-07-22T20:21:15.667Z Downloaded sha3 v0.10.8
12872026-07-22T20:21:15.668Z Downloaded libz-sys v1.1.24
12882026-07-22T20:21:15.668Z Downloaded chrono-tz v0.10.4
12892026-07-22T20:21:15.668Z Downloaded petgraph v0.6.5
12902026-07-22T20:21:15.668Z Downloaded tokio v1.52.1
12912026-07-22T20:21:15.690Z Downloaded petgraph v0.8.3
12922026-07-22T20:21:15.712Z Downloaded encoding_rs v0.8.35
12932026-07-22T20:21:15.820Z Downloaded ring v0.17.14
12942026-07-22T20:21:15.867Z Downloaded libgit2-sys v0.18.3+1.9.2
12952026-07-22T20:21:16.385Z Downloaded aws-lc-sys v0.40.0
12962026-07-22T20:21:16.731Z Compiling libc v0.2.185
12972026-07-22T20:21:16.731Z Compiling serde_core v1.0.228
12982026-07-22T20:21:16.731Z Compiling serde v1.0.228
12992026-07-22T20:21:16.878Z Compiling log v0.4.29
13002026-07-22T20:21:16.878Z Compiling smallvec v1.15.1
13012026-07-22T20:21:16.878Z Compiling find-msvc-tools v0.1.9
13022026-07-22T20:21:16.878Z Compiling shlex v1.3.0
13032026-07-22T20:21:16.878Z Compiling subtle v2.6.1
13042026-07-22T20:21:16.878Z Compiling stable_deref_trait v1.2.1
13052026-07-22T20:21:16.952Z Compiling scopeguard v1.2.0
13062026-07-22T20:21:16.952Z Compiling typenum v1.20.1
13072026-07-22T20:21:16.952Z Compiling serde_json v1.0.150
13082026-07-22T20:21:16.952Z Compiling portable-atomic v1.13.1
13092026-07-22T20:21:16.952Z Compiling zerocopy v0.8.40
13102026-07-22T20:21:16.952Z Compiling syn v2.0.117
13112026-07-22T20:21:17.083Z Compiling pin-project-lite v0.2.17
13122026-07-22T20:21:17.083Z Compiling parking_lot_core v0.9.12
13132026-07-22T20:21:17.083Z Compiling lock_api v0.4.14
13142026-07-22T20:21:17.083Z Compiling critical-section v1.2.0
13152026-07-22T20:21:17.214Z Compiling getrandom v0.4.1
13162026-07-22T20:21:17.214Z Compiling libm v0.2.16
13172026-07-22T20:21:17.214Z Compiling pkg-config v0.3.32
13182026-07-22T20:21:17.214Z Compiling num-traits v0.2.19
13192026-07-22T20:21:17.214Z Compiling futures-core v0.3.32
13202026-07-22T20:21:17.403Z Compiling rand_core v0.10.0
13212026-07-22T20:21:17.403Z Compiling generic-array v0.14.7
13222026-07-22T20:21:17.403Z Compiling percent-encoding v2.3.2
13232026-07-22T20:21:17.404Z Compiling litemap v0.8.1
13242026-07-22T20:21:17.405Z Compiling const-oid v0.9.6
13252026-07-22T20:21:17.405Z Compiling writeable v0.6.2
13262026-07-22T20:21:17.501Z Compiling icu_normalizer_data v2.1.1
13272026-07-22T20:21:17.502Z Compiling icu_properties_data v2.1.2
13282026-07-22T20:21:17.502Z Compiling futures-sink v0.3.32
13292026-07-22T20:21:17.502Z Compiling futures-io v0.3.32
13302026-07-22T20:21:17.609Z Compiling slab v0.4.12
13312026-07-22T20:21:17.609Z Compiling futures-task v0.3.32
13322026-07-22T20:21:17.610Z Compiling utf8_iter v1.0.4
13332026-07-22T20:21:17.610Z Compiling futures-channel v0.3.32
13342026-07-22T20:21:17.762Z Compiling form_urlencoded v1.2.2
13352026-07-22T20:21:17.763Z Compiling getrandom v0.3.4
13362026-07-22T20:21:17.763Z Compiling rustversion v1.0.22
13372026-07-22T20:21:17.955Z Compiling jobserver v0.1.34
13382026-07-22T20:21:17.955Z Compiling errno v0.3.14
13392026-07-22T20:21:17.955Z Compiling getrandom v0.2.17
13402026-07-22T20:21:17.955Z Compiling mio v1.2.0
13412026-07-22T20:21:17.955Z Compiling socket2 v0.6.3
13422026-07-22T20:21:17.955Z Compiling iana-time-zone v0.1.65
13432026-07-22T20:21:17.955Z Compiling fs_extra v1.3.0
13442026-07-22T20:21:18.024Z Compiling rand_core v0.6.4
13452026-07-22T20:21:18.024Z Compiling cc v1.2.56
13462026-07-22T20:21:18.057Z Compiling signal-hook-registry v1.4.8
13472026-07-22T20:21:18.057Z Compiling once_cell v1.21.3
13482026-07-22T20:21:18.057Z Compiling parking_lot v0.12.5
13492026-07-22T20:21:18.057Z Compiling ident_case v1.0.1
13502026-07-22T20:21:18.079Z Compiling rustix v1.1.3
13512026-07-22T20:21:18.090Z Compiling dunce v1.0.5
13522026-07-22T20:21:18.117Z Compiling regex-syntax v0.8.10
13532026-07-22T20:21:18.136Z Compiling base64ct v1.8.3
13542026-07-22T20:21:18.162Z Compiling base64 v0.22.1
13552026-07-22T20:21:18.170Z Compiling vcpkg v0.2.15
13562026-07-22T20:21:18.195Z Compiling tracing-core v0.1.36
13572026-07-22T20:21:18.211Z Compiling flagset v0.4.7
13582026-07-22T20:21:18.273Z Compiling aws-lc-rs v1.16.3
13592026-07-22T20:21:18.361Z Compiling openssl-probe v0.2.1
13602026-07-22T20:21:18.588Z Compiling pem-rfc7468 v0.7.0
13612026-07-22T20:21:18.588Z Compiling cmov v0.5.4
13622026-07-22T20:21:18.637Z Compiling rand_core v0.9.5
13632026-07-22T20:21:18.637Z Compiling httparse v1.10.1
13642026-07-22T20:21:18.637Z Compiling dyn-clone v1.0.20
13652026-07-22T20:21:18.637Z Compiling tinyvec_macros v0.1.1
13662026-07-22T20:21:18.637Z Compiling schemars v0.8.22
13672026-07-22T20:21:18.737Z Compiling cmake v0.1.57
13682026-07-22T20:21:18.756Z Compiling tinyvec v1.10.0
13692026-07-22T20:21:18.756Z Compiling ctutils v0.4.2
13702026-07-22T20:21:18.756Z Compiling aho-corasick v1.1.4
13712026-07-22T20:21:18.756Z Compiling try-lock v0.2.5
13722026-07-22T20:21:18.756Z Compiling tower-service v0.3.3
13732026-07-22T20:21:18.790Z Compiling untrusted v0.7.1
13742026-07-22T20:21:18.790Z Compiling tower-layer v0.3.3
13752026-07-22T20:21:18.867Z Compiling bitflags v2.11.0
13762026-07-22T20:21:18.885Z Compiling semver v1.0.28
13772026-07-22T20:21:18.905Z Compiling indexmap v2.14.0
13782026-07-22T20:21:18.919Z Compiling uuid v1.23.4
13792026-07-22T20:21:18.928Z Compiling atomic-waker v1.1.2
13802026-07-22T20:21:18.947Z Compiling want v0.3.1
13812026-07-22T20:21:18.980Z Compiling untrusted v0.9.0
13822026-07-22T20:21:19.059Z Compiling rustls v0.23.41
13832026-07-22T20:21:19.065Z Compiling cpufeatures v0.2.17
13842026-07-22T20:21:19.083Z Compiling httpdate v1.0.3
13852026-07-22T20:21:19.114Z Compiling rustc_version v0.4.1
13862026-07-22T20:21:19.123Z Compiling openssl v0.10.79
13872026-07-22T20:21:19.131Z Compiling foreign-types-shared v0.1.1
13882026-07-22T20:21:19.162Z Compiling unicode-normalization v0.1.25
13892026-07-22T20:21:19.221Z Compiling foreign-types v0.3.2
13902026-07-22T20:21:19.236Z Compiling spin v0.9.8
13912026-07-22T20:21:19.258Z Compiling crc32fast v1.5.0
13922026-07-22T20:21:19.300Z Compiling powerfmt v0.2.0
13932026-07-22T20:21:19.316Z Compiling time-core v0.1.8
13942026-07-22T20:21:19.334Z Compiling num-conv v0.2.0
13952026-07-22T20:21:19.389Z Compiling native-tls v0.2.18
13962026-07-22T20:21:19.442Z Compiling wait-timeout v0.2.1
13972026-07-22T20:21:19.462Z Compiling deranged v0.5.8
13982026-07-22T20:21:19.478Z Compiling sync_wrapper v1.0.2
13992026-07-22T20:21:19.502Z Compiling time-macros v0.2.27
14002026-07-22T20:21:19.527Z Compiling aws-lc-sys v0.40.0
14012026-07-22T20:21:19.533Z Compiling openssl-sys v0.9.115
14022026-07-22T20:21:19.676Z Compiling regex-automata v0.4.14
14032026-07-22T20:21:19.704Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14042026-07-22T20:21:19.704Z Compiling num_threads v0.1.7
14052026-07-22T20:21:19.704Z Compiling quick-error v1.2.3
14062026-07-22T20:21:19.704Z Compiling simd-adler32 v0.3.8
14072026-07-22T20:21:19.704Z Compiling syn v1.0.109
14082026-07-22T20:21:19.790Z Compiling synstructure v0.13.2
14092026-07-22T20:21:19.816Z Compiling serde_derive_internals v0.29.1
14102026-07-22T20:21:19.816Z Compiling pest_generator v2.8.6
14112026-07-22T20:21:20.034Z Compiling tempfile v3.25.0
14122026-07-22T20:21:20.037Z Compiling darling_core v0.20.11
14132026-07-22T20:21:20.131Z Compiling usdt-impl v0.6.0
14142026-07-22T20:21:20.297Z Compiling siphasher v1.0.2
14152026-07-22T20:21:20.389Z Compiling bit-vec v0.8.0
14162026-07-22T20:21:20.407Z Compiling crossbeam-utils v0.8.21
14172026-07-22T20:21:20.469Z Compiling rusty-fork v0.3.1
14182026-07-22T20:21:20.559Z Compiling darling_core v0.23.0
14192026-07-22T20:21:20.626Z Compiling bit-set v0.8.0
14202026-07-22T20:21:20.635Z Compiling bzip2-sys v0.1.13+1.0.8
14212026-07-22T20:21:20.635Z Compiling heapless v0.7.17
14222026-07-22T20:21:20.649Z Compiling slog v2.8.2
14232026-07-22T20:21:20.786Z Compiling time v0.3.47
14242026-07-22T20:21:20.804Z Compiling rand_xorshift v0.4.0
14252026-07-22T20:21:20.811Z Compiling thread-id v5.1.0
14262026-07-22T20:21:20.811Z Compiling cookie v0.18.1
14272026-07-22T20:21:20.848Z Compiling unicode-bidi v0.3.18
14282026-07-22T20:21:20.852Z Compiling signal-hook v0.3.18
14292026-07-22T20:21:20.852Z Compiling ryu v1.0.23
14302026-07-22T20:21:20.907Z Compiling iri-string v0.7.10
14312026-07-22T20:21:20.922Z Compiling unarray v0.1.4
14322026-07-22T20:21:20.926Z Compiling adler2 v2.0.1
14332026-07-22T20:21:20.987Z Compiling anyhow v1.0.102
14342026-07-22T20:21:20.998Z Compiling paste v1.0.15
14352026-07-22T20:21:21.065Z Compiling allocator-api2 v0.2.21
14362026-07-22T20:21:21.078Z Compiling zstd-safe v7.2.4
14372026-07-22T20:21:21.091Z Compiling unicode-properties v0.1.4
14382026-07-22T20:21:21.140Z Compiling miniz_oxide v0.8.9
14392026-07-22T20:21:21.340Z Compiling stringprep v0.1.5
14402026-07-22T20:21:21.460Z Compiling camino v1.2.2
14412026-07-22T20:21:21.491Z Compiling curve25519-dalek v4.1.3
14422026-07-22T20:21:21.556Z Compiling serde_derive v1.0.228
14432026-07-22T20:21:21.643Z Compiling zeroize_derive v1.4.3
14442026-07-22T20:21:21.848Z Compiling zerofrom-derive v0.1.6
14452026-07-22T20:21:21.860Z Compiling yoke-derive v0.8.1
14462026-07-22T20:21:21.860Z Compiling zerovec-derive v0.11.2
14472026-07-22T20:21:21.860Z Compiling zerocopy-derive v0.8.40
14482026-07-22T20:21:21.932Z Compiling displaydoc v0.2.5
14492026-07-22T20:21:21.950Z Compiling tokio-macros v2.7.0
14502026-07-22T20:21:22.283Z Compiling zeroize v1.8.2
14512026-07-22T20:21:22.482Z Compiling futures-macro v0.3.32
14522026-07-22T20:21:22.496Z Compiling der_derive v0.7.3
14532026-07-22T20:21:22.500Z Compiling thiserror-impl v2.0.18
14542026-07-22T20:21:22.715Z Compiling tracing-attributes v0.1.31
14552026-07-22T20:21:22.730Z Compiling rustls-pki-types v1.14.0
14562026-07-22T20:21:22.992Z Compiling block-buffer v0.10.4
14572026-07-22T20:21:23.037Z Compiling crypto-common v0.1.7
14582026-07-22T20:21:23.040Z Compiling schemars_derive v0.8.22
14592026-07-22T20:21:23.179Z Compiling digest v0.10.7
14602026-07-22T20:21:23.193Z Compiling hybrid-array v0.4.13
14612026-07-22T20:21:23.207Z Compiling pest_derive v2.8.6
14622026-07-22T20:21:23.222Z Compiling scroll_derive v0.13.1
14632026-07-22T20:21:23.251Z Compiling zerofrom v0.1.6
14642026-07-22T20:21:23.359Z Compiling yoke v0.8.1
14652026-07-22T20:21:23.402Z Compiling futures-util v0.3.32
14662026-07-22T20:21:23.446Z Compiling darling_macro v0.20.11
14672026-07-22T20:21:23.535Z Compiling zerovec v0.11.5
14682026-07-22T20:21:23.567Z Compiling zerotrie v0.2.3
14692026-07-22T20:21:23.720Z Compiling der v0.7.10
14702026-07-22T20:21:23.918Z Compiling openssl-macros v0.1.1
14712026-07-22T20:21:23.964Z Compiling thiserror v2.0.18
14722026-07-22T20:21:24.008Z Compiling hmac v0.12.1
14732026-07-22T20:21:24.023Z Compiling darling v0.20.11
14742026-07-22T20:21:24.041Z Compiling tinystr v0.8.2
14752026-07-22T20:21:24.094Z Compiling potential_utf v0.1.4
14762026-07-22T20:21:24.110Z Compiling sha2 v0.10.9
14772026-07-22T20:21:24.125Z Compiling derive_builder_core v0.20.2
14782026-07-22T20:21:24.142Z Compiling tracing v0.1.44
14792026-07-22T20:21:24.142Z Compiling scroll v0.13.0
14802026-07-22T20:21:24.229Z Compiling dtrace-parser v0.3.0
14812026-07-22T20:21:24.260Z Compiling icu_locale_core v2.1.1
14822026-07-22T20:21:24.278Z Compiling icu_collections v2.1.1
14832026-07-22T20:21:24.428Z Compiling goblin v0.10.5
14842026-07-22T20:21:24.431Z Compiling scroll_derive v0.12.1
14852026-07-22T20:21:24.456Z Compiling thiserror-impl v1.0.69
14862026-07-22T20:21:24.771Z Compiling spki v0.7.3
14872026-07-22T20:21:24.993Z Compiling icu_provider v2.1.1
14882026-07-22T20:21:25.038Z Compiling pkcs8 v0.10.2
14892026-07-22T20:21:25.058Z Compiling block-buffer v0.12.1
14902026-07-22T20:21:25.072Z Compiling derive_builder_macro v0.20.2
14912026-07-22T20:21:25.170Z Compiling bytes v1.11.1
14922026-07-22T20:21:25.184Z Compiling chrono v0.4.45
14932026-07-22T20:21:25.213Z Compiling ipnet v2.11.0
14942026-07-22T20:21:25.266Z Compiling icu_normalizer v2.1.1
14952026-07-22T20:21:25.306Z Compiling icu_properties v2.1.2
14962026-07-22T20:21:25.321Z Compiling scroll v0.12.0
14972026-07-22T20:21:25.392Z Compiling serde_spanned v0.6.9
14982026-07-22T20:21:25.558Z Compiling hex v0.4.3
14992026-07-22T20:21:25.577Z Compiling serde_tokenstream v0.2.3
15002026-07-22T20:21:25.591Z Compiling erased-serde v0.3.31
15012026-07-22T20:21:25.614Z Compiling serde_urlencoded v0.7.1
15022026-07-22T20:21:25.665Z Compiling tokio v1.52.1
15032026-07-22T20:21:25.817Z Compiling http v1.4.2
15042026-07-22T20:21:25.832Z Compiling thiserror v1.0.69
15052026-07-22T20:21:25.846Z Compiling toml_datetime v0.6.11
15062026-07-22T20:21:25.852Z Compiling block-padding v0.4.2
15072026-07-22T20:21:25.876Z Compiling crypto-common v0.2.2
15082026-07-22T20:21:25.893Z Compiling signature v2.2.0
15092026-07-22T20:21:25.973Z Compiling md-5 v0.10.6
15102026-07-22T20:21:25.989Z Compiling darling_macro v0.23.0
15112026-07-22T20:21:26.036Z Compiling rustls-native-certs v0.8.3
15122026-07-22T20:21:26.088Z Compiling bstr v1.12.1
15132026-07-22T20:21:26.102Z Compiling async-trait v0.1.89
15142026-07-22T20:21:26.107Z Compiling zerocopy-derive v0.7.35
15152026-07-22T20:21:26.130Z Compiling pin-project-internal v1.1.11
15162026-07-22T20:21:26.343Z Compiling idna_adapter v1.2.1
15172026-07-22T20:21:26.427Z Compiling ppv-lite86 v0.2.21
15182026-07-22T20:21:26.471Z Compiling idna v1.1.0
15192026-07-22T20:21:26.506Z Compiling http-body v1.0.1
15202026-07-22T20:21:26.510Z Compiling num-integer v0.1.46
15212026-07-22T20:21:26.608Z Compiling vergen-lib v9.1.0
15222026-07-22T20:21:26.749Z Compiling rand_chacha v0.9.0
15232026-07-22T20:21:26.764Z Compiling url v2.5.8
15242026-07-22T20:21:26.779Z Compiling http-body-util v0.1.3
15252026-07-22T20:21:26.823Z Compiling rand_chacha v0.3.1
15262026-07-22T20:21:26.862Z Compiling hash32 v0.2.1
15272026-07-22T20:21:27.013Z Compiling rand v0.9.2
15282026-07-22T20:21:27.027Z Compiling memoffset v0.9.1
15292026-07-22T20:21:27.042Z Compiling encoding_rs v0.8.35
15302026-07-22T20:21:27.068Z Compiling zlib-rs v0.6.2
15312026-07-22T20:21:27.156Z Compiling smoltcp v0.9.1
15322026-07-22T20:21:27.189Z Compiling dof v0.4.0
15332026-07-22T20:21:27.260Z Compiling ref-cast v1.0.25
15342026-07-22T20:21:27.413Z Compiling fallible-iterator v0.2.0
15352026-07-22T20:21:27.458Z Compiling litrs v1.0.0
15362026-07-22T20:21:27.524Z Compiling rustix v0.38.44
15372026-07-22T20:21:27.599Z Compiling proptest v1.10.0
15382026-07-22T20:21:27.612Z Compiling num-bigint-dig v0.8.6
15392026-07-22T20:21:27.638Z Compiling psl-types v2.0.11
15402026-07-22T20:21:27.641Z Compiling mime v0.3.17
15412026-07-22T20:21:27.756Z Compiling cfg_aliases v0.2.1
15422026-07-22T20:21:27.785Z Compiling publicsuffix v2.3.0
15432026-07-22T20:21:27.852Z Compiling nix v0.31.2
15442026-07-22T20:21:27.880Z Compiling postgres-protocol v0.6.10
15452026-07-22T20:21:27.970Z Compiling pin-project v1.1.11
15462026-07-22T20:21:27.998Z Compiling document-features v0.2.12
15472026-07-22T20:21:28.044Z Compiling rand v0.8.6
15482026-07-22T20:21:28.074Z Compiling ipnetwork v0.21.1
15492026-07-22T20:21:28.088Z Compiling zerocopy v0.7.35
15502026-07-22T20:21:28.282Z Compiling num-iter v0.1.45
15512026-07-22T20:21:28.370Z Compiling oxnet v0.1.6
15522026-07-22T20:21:28.414Z Compiling darling v0.23.0
15532026-07-22T20:21:28.483Z Compiling inout v0.2.2
15542026-07-22T20:21:28.505Z Compiling derive_builder v0.20.2
15552026-07-22T20:21:28.520Z Compiling futures-executor v0.3.32
15562026-07-22T20:21:28.559Z Compiling goblin v0.8.2
15572026-07-22T20:21:28.578Z Compiling hubpack_derive v0.1.1
15582026-07-22T20:21:28.625Z Compiling regex v1.12.3
15592026-07-22T20:21:28.746Z Compiling daft-derive v0.1.7
15602026-07-22T20:21:28.762Z Compiling curve25519-dalek-derive v0.1.1
15612026-07-22T20:21:28.765Z Compiling snafu-derive v0.8.9
15622026-07-22T20:21:28.794Z Compiling ref-cast-impl v1.0.25
15632026-07-22T20:21:28.815Z Compiling strum_macros v0.27.2
15642026-07-22T20:21:29.043Z Compiling phf_shared v0.13.1
15652026-07-22T20:21:29.065Z Compiling terminal_size v0.4.3
15662026-07-22T20:21:29.082Z Compiling lazy_static v1.5.0
15672026-07-22T20:21:29.149Z Compiling anstyle-parse v0.2.7
15682026-07-22T20:21:29.177Z Compiling cargo-platform v0.3.2
15692026-07-22T20:21:29.192Z Compiling vergen v9.1.0
15702026-07-22T20:21:29.216Z Compiling ff v0.13.1
15712026-07-22T20:21:29.303Z Compiling fs-err v3.3.0
15722026-07-22T20:21:29.352Z Compiling ahash v0.8.12
15732026-07-22T20:21:29.368Z Compiling bitflags v1.3.2
15742026-07-22T20:21:29.383Z Compiling same-file v1.0.6
15752026-07-22T20:21:29.398Z Compiling tokio-util v0.7.18
15762026-07-22T20:21:29.417Z Compiling tower v0.5.3
15772026-07-22T20:21:29.457Z Compiling tokio-native-tls v0.3.1
15782026-07-22T20:21:29.457Z Compiling foldhash v0.1.5
15792026-07-22T20:21:29.483Z Compiling managed v0.8.0
15802026-07-22T20:21:29.517Z Compiling object v0.37.3
15812026-07-22T20:21:29.532Z Compiling bumpalo v3.20.2
15822026-07-22T20:21:29.563Z Compiling winnow v0.5.40
15832026-07-22T20:21:29.606Z Compiling unicode-segmentation v1.12.0
15842026-07-22T20:21:29.640Z Compiling base16ct v0.2.0
15852026-07-22T20:21:29.654Z Compiling foldhash v0.2.0
15862026-07-22T20:21:29.707Z Compiling libbz2-rs-sys v0.2.2
15872026-07-22T20:21:29.797Z Compiling hashbrown v0.16.1
15882026-07-22T20:21:29.830Z Compiling tower-http v0.6.8
15892026-07-22T20:21:29.889Z Compiling sec1 v0.7.3
15902026-07-22T20:21:29.927Z Compiling zopfli v0.8.3
15912026-07-22T20:21:29.977Z Compiling newtype-uuid v1.3.2
15922026-07-22T20:21:30.041Z Compiling flate2 v1.1.9
15932026-07-22T20:21:30.204Z Compiling h2 v0.4.15
15942026-07-22T20:21:30.286Z Compiling daft v0.1.7
15952026-07-22T20:21:30.329Z Compiling bzip2 v0.6.1
15962026-07-22T20:21:30.429Z Compiling clap_builder v4.6.0
15972026-07-22T20:21:30.471Z Compiling hashbrown v0.15.5
15982026-07-22T20:21:30.506Z Compiling walkdir v2.5.0
15992026-07-22T20:21:30.605Z Compiling cargo_metadata v0.23.1
16002026-07-22T20:21:30.608Z Compiling group v0.13.0
16012026-07-22T20:21:30.708Z Compiling anstream v0.6.21
16022026-07-22T20:21:30.761Z Compiling snafu v0.8.9
16032026-07-22T20:21:30.819Z Compiling phf v0.13.1
16042026-07-22T20:21:30.839Z Compiling dof v0.3.0
16052026-07-22T20:21:30.866Z Compiling strum v0.27.2
16062026-07-22T20:21:30.992Z Compiling toml_edit v0.19.15
16072026-07-22T20:21:31.027Z Compiling hubpack v0.1.2
16082026-07-22T20:21:31.042Z Compiling signal-hook-mio v0.2.5
16092026-07-22T20:21:31.133Z Compiling cookie_store v0.22.1
16102026-07-22T20:21:31.176Z Compiling usdt-attr-macro v0.6.0
16112026-07-22T20:21:31.190Z Compiling usdt-macro v0.6.0
16122026-07-22T20:21:31.264Z Compiling bzip2 v0.4.4
16132026-07-22T20:21:31.406Z Compiling futures v0.3.32
16142026-07-22T20:21:31.434Z Compiling cipher v0.5.2
16152026-07-22T20:21:31.487Z Compiling serde_with_macros v3.21.0
16162026-07-22T20:21:31.523Z Compiling postgres-types v0.2.12
16172026-07-22T20:21:31.758Z Compiling zstd v0.13.3
16182026-07-22T20:21:31.815Z Compiling globset v0.4.18
16192026-07-22T20:21:31.997Z Compiling ed25519 v2.2.3
16202026-07-22T20:21:32.010Z Compiling dtrace-parser v0.2.0
16212026-07-22T20:21:32.037Z Compiling pkcs1 v0.7.5
16222026-07-22T20:21:32.051Z Compiling olpc-cjson v0.1.4
16232026-07-22T20:21:32.151Z Compiling serde_plain v1.0.2
16242026-07-22T20:21:32.158Z Compiling serde-big-array v0.5.1
16252026-07-22T20:21:32.231Z Compiling hkdf v0.12.4
16262026-07-22T20:21:32.286Z Compiling crypto-bigint v0.5.5
16272026-07-22T20:21:32.319Z Compiling clap_derive v4.6.1
16282026-07-22T20:21:32.422Z Compiling serde_repr v0.1.20
16292026-07-22T20:21:32.449Z Compiling async-recursion v1.1.1
16302026-07-22T20:21:32.515Z Compiling strum_macros v0.26.4
16312026-07-22T20:21:32.664Z Compiling enum-as-inner v0.6.1
16322026-07-22T20:21:32.778Z Compiling phf_shared v0.11.3
16332026-07-22T20:21:32.809Z Compiling float-cmp v0.10.0
16342026-07-22T20:21:32.913Z Compiling pem v3.0.6
16352026-07-22T20:21:32.967Z Compiling thread-id v4.2.2
16362026-07-22T20:21:32.982Z Compiling memmap2 v0.9.10
16372026-07-22T20:21:33.003Z Compiling env_filter v1.0.0
16382026-07-22T20:21:33.065Z Compiling cpufeatures v0.3.0
16392026-07-22T20:21:33.151Z Compiling fixedbitset v0.4.2
16402026-07-22T20:21:33.151Z Compiling predicates-core v1.0.10
16412026-07-22T20:21:33.210Z Compiling new_debug_unreachable v1.0.6
16422026-07-22T20:21:33.224Z Compiling winnow v1.0.3
16432026-07-22T20:21:33.251Z Compiling static_assertions v1.1.0
16442026-07-22T20:21:33.291Z Compiling precomputed-hash v0.1.1
16452026-07-22T20:21:33.319Z Compiling jiff v0.2.21
16462026-07-22T20:21:33.335Z Compiling fixedbitset v0.5.7
16472026-07-22T20:21:33.358Z Compiling hyper v1.10.1
16482026-07-22T20:21:33.387Z Compiling data-encoding v2.10.0
16492026-07-22T20:21:33.401Z Compiling either v1.15.0
16502026-07-22T20:21:33.477Z Compiling keccak v0.1.6
16512026-07-22T20:21:33.570Z Compiling typed-path v0.9.3
16522026-07-22T20:21:33.590Z Compiling const-oid v0.10.2
16532026-07-22T20:21:33.634Z Compiling normalize-line-endings v0.3.0
16542026-07-22T20:21:33.663Z Compiling difflib v0.4.0
16552026-07-22T20:21:33.678Z Compiling whoami v2.1.0
16562026-07-22T20:21:33.750Z Compiling hickory-proto v0.25.2
16572026-07-22T20:21:33.811Z Compiling digest v0.11.3
16582026-07-22T20:21:34.065Z Compiling tokio-postgres v0.7.16
16592026-07-22T20:21:34.106Z Compiling predicates v3.1.4
16602026-07-22T20:21:34.178Z Compiling sha3 v0.10.8
16612026-07-22T20:21:34.212Z Compiling clap v4.6.1
16622026-07-22T20:21:34.234Z Compiling itertools v0.13.0
16632026-07-22T20:21:34.258Z Compiling petgraph v0.8.3
16642026-07-22T20:21:34.284Z Compiling toml_parser v1.1.2+spec-1.1.0
16652026-07-22T20:21:34.322Z Compiling strum v0.26.3
16662026-07-22T20:21:34.409Z Compiling toml_edit v0.22.27
16672026-07-22T20:21:34.421Z Compiling string_cache v0.8.9
16682026-07-22T20:21:34.456Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16692026-07-22T20:21:34.566Z Compiling hyper-util v0.1.20
16702026-07-22T20:21:34.667Z Compiling petgraph v0.6.5
16712026-07-22T20:21:34.758Z Compiling elliptic-curve v0.13.8
16722026-07-22T20:21:34.815Z Compiling env_logger v0.11.9
16732026-07-22T20:21:34.953Z Compiling usdt v0.6.0
16742026-07-22T20:21:35.018Z Compiling chacha20 v0.10.0
16752026-07-22T20:21:35.218Z Compiling usdt-impl v0.5.0
16762026-07-22T20:21:35.229Z Compiling serde_with v3.21.0
16772026-07-22T20:21:35.238Z Compiling crossterm v0.28.1
16782026-07-22T20:21:35.410Z Compiling toml v0.7.8
16792026-07-22T20:21:35.538Z Compiling rsa v0.9.10
16802026-07-22T20:21:35.826Z Compiling ed25519-dalek v2.2.0
16812026-07-22T20:21:36.021Z Compiling hyper-tls v0.6.0
16822026-07-22T20:21:36.222Z Compiling reqwest v0.12.28
16832026-07-22T20:21:36.270Z Compiling zip v4.6.1
16842026-07-22T20:21:36.397Z Compiling zip v0.6.6
16852026-07-22T20:21:36.496Z Compiling iddqd v0.4.2
16862026-07-22T20:21:36.795Z Compiling tokio-stream v0.1.18
16872026-07-22T20:21:36.954Z Compiling similar v2.7.0
16882026-07-22T20:21:36.987Z Compiling heck v0.4.1
16892026-07-22T20:21:37.068Z Compiling buf-list v1.1.2
16902026-07-22T20:21:38.038Z Compiling byte-wrapper v0.1.0
16912026-07-22T20:21:38.078Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16922026-07-22T20:21:38.078Z Compiling openapiv3 v2.2.0
16932026-07-22T20:21:38.078Z Compiling x509-cert v0.2.5
16942026-07-22T20:21:38.078Z Compiling crossbeam-epoch v0.9.18
16952026-07-22T20:21:38.078Z Compiling lalrpop-util v0.19.12
16962026-07-22T20:21:38.079Z Compiling peg-runtime v0.8.5
16972026-07-22T20:21:38.079Z Compiling thread_local v1.1.9
16982026-07-22T20:21:38.079Z Compiling slog-async v2.8.0
16992026-07-22T20:21:38.079Z Compiling crossbeam-channel v0.5.15
17002026-07-22T20:21:38.079Z Compiling filetime v0.2.27
17012026-07-22T20:21:38.079Z Compiling is-terminal v0.4.17
17022026-07-22T20:21:38.079Z Compiling term v1.2.1
17032026-07-22T20:21:38.079Z Compiling take_mut v0.2.2
17042026-07-22T20:21:38.079Z Compiling xattr v1.6.1
17052026-07-22T20:21:38.079Z Compiling camino-tempfile v1.4.1
17062026-07-22T20:21:38.079Z Compiling tar v0.4.46
17072026-07-22T20:21:38.151Z Compiling slog-term v2.9.2
17082026-07-22T20:21:55.697Z Compiling rustls-webpki v0.103.13
17092026-07-22T20:21:58.368Z Compiling tokio-rustls v0.26.4
17102026-07-22T20:21:58.368Z Compiling rustls-platform-verifier v0.6.2
17112026-07-22T20:21:58.368Z Compiling tough v0.22.0
17122026-07-22T20:21:58.568Z Compiling hyper-rustls v0.27.7
17132026-07-22T20:21:58.759Z Compiling reqwest v0.13.2
17142026-07-22T20:22:00.903Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17152026-07-22T20:22:01.144Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17162026-07-22T20:22:03.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.71s
17172026-07-22T20:22:04.088Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17182026-07-22T20:22:04.152ZJul 22 20:22:02.767 INFO Starting download, target: Console
17192026-07-22T20:22:04.152ZJul 22 20:22:02.768 INFO Starting download, target: Clickhouse
17202026-07-22T20:22:04.152ZJul 22 20:22:02.768 INFO Starting download, target: DendriteStub
17212026-07-22T20:22:04.166ZJul 22 20:22:02.768 INFO Starting download, target: Cockroach
17222026-07-22T20:22:04.166ZJul 22 20:22:02.768 INFO Starting download, target: MaghemiteMgd
17232026-07-22T20:22:04.166ZJul 22 20:22:02.768 INFO Starting download, target: MaghemiteDdmd
17242026-07-22T20:22:04.166ZJul 22 20:22:02.768 INFO Starting download, target: TransceiverControl
17252026-07-22T20:22:04.166ZJul 22 20:22:02.768 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17262026-07-22T20:22:04.166ZJul 22 20:22:02.768 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17272026-07-22T20:22:04.167ZJul 22 20:22:02.768 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17282026-07-22T20:22:04.167ZJul 22 20:22:02.768 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17292026-07-22T20:22:04.167ZJul 22 20:22:02.768 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17302026-07-22T20:22:04.167ZJul 22 20:22:02.768 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17312026-07-22T20:22:04.167ZJul 22 20:22:02.768 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17322026-07-22T20:22:04.781ZJul 22 20:22:03.397 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17332026-07-22T20:22:05.018ZJul 22 20:22:03.607 INFO Download complete, target: TransceiverControl
17342026-07-22T20:22:06.002ZJul 22 20:22:04.609 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17352026-07-22T20:22:06.113ZJul 22 20:22:04.741 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17362026-07-22T20:22:06.316ZJul 22 20:22:04.938 INFO Download complete, target: Console
17372026-07-22T20:22:06.385ZJul 22 20:22:05.015 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17382026-07-22T20:22:06.442ZJul 22 20:22:05.071 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17392026-07-22T20:22:06.508ZJul 22 20:22:05.141 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17402026-07-22T20:22:07.976ZJul 22 20:22:06.596 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17412026-07-22T20:22:07.976ZJul 22 20:22:06.596 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17422026-07-22T20:22:08.475ZJul 22 20:22:07.104 INFO Download complete, target: MaghemiteDdmd
17432026-07-22T20:22:09.081ZJul 22 20:22:07.688 INFO Download complete, target: DendriteStub
17442026-07-22T20:22:09.350ZJul 22 20:22:07.940 INFO Download complete, target: MaghemiteMgd
17452026-07-22T20:22:12.643ZJul 22 20:22:11.277 INFO Checking that binary works, target: Cockroach
17462026-07-22T20:22:12.768ZJul 22 20:22:11.402 INFO Download complete, target: Cockroach
17472026-07-22T20:22:12.958ZJul 22 20:22:11.593 INFO Checking that binary works, target: Clickhouse
17482026-07-22T20:22:13.042ZJul 22 20:22:11.676 INFO Download complete, target: Clickhouse
17492026-07-22T20:22:13.047ZAll prerequisites installed successfully
17502026-07-22T20:22:13.050Z
17512026-07-22T20:22:13.050Zreal 1:46.062474578
17522026-07-22T20:22:13.050Zuser 6:36.202212018
17532026-07-22T20:22:13.050Zsys 1:38.905578776
17542026-07-22T20:22:13.050Ztrap 0.262840808
17552026-07-22T20:22:13.051Ztflt 0.757836008
17562026-07-22T20:22:13.051Zdflt 1.512180365
17572026-07-22T20:22:13.051Zkflt 0.021945334
17582026-07-22T20:22:13.051Zlock 23:03.175411965
17592026-07-22T20:22:13.051Zslp 18:02.437383837
17602026-07-22T20:22:13.051Zlat 23.881353116
17612026-07-22T20:22:13.051Zstop 2:44.840340184
17622026-07-22T20:22:13.051Z+ ptime -m cargo xtask download softnpu
17632026-07-22T20:22:13.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17642026-07-22T20:22:13.521Z Running `target/debug/xtask download softnpu`
17652026-07-22T20:22:14.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
17662026-07-22T20:22:14.319Z Running `target/debug/xtask-downloader softnpu`
17672026-07-22T20:22:14.384ZJul 22 20:22:12.981 INFO Starting download, target: Softnpu
17682026-07-22T20:22:14.406ZJul 22 20:22:12.981 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17692026-07-22T20:22:15.630ZJul 22 20:22:14.237 INFO Download complete, target: Softnpu
17702026-07-22T20:22:15.671Z
17712026-07-22T20:22:15.671Zreal 2.551714291
17722026-07-22T20:22:15.671Zuser 1.272091102
17732026-07-22T20:22:15.672Zsys 0.612760975
17742026-07-22T20:22:15.672Ztrap 0.000672070
17752026-07-22T20:22:15.672Ztflt 0.000066630
17762026-07-22T20:22:15.672Zdflt 0.000134380
17772026-07-22T20:22:15.672Zkflt 0.000000000
17782026-07-22T20:22:15.672Zlock 23.293696941
17792026-07-22T20:22:15.672Zslp 1.088894387
17802026-07-22T20:22:15.672Zlat 0.089478731
17812026-07-22T20:22:15.672Zstop 0.000195660
17822026-07-22T20:22:15.672Z+ export CARGO_INCREMENTAL=0
17832026-07-22T20:22:15.672Z+ CARGO_INCREMENTAL=0
17842026-07-22T20:22:15.672Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17852026-07-22T20:22:16.469Z Compiling proc-macro2 v1.0.106
17862026-07-22T20:22:16.469Z Compiling quote v1.0.45
17872026-07-22T20:22:16.469Z Compiling unicode-ident v1.0.24
17882026-07-22T20:22:16.469Z Compiling libc v0.2.185
17892026-07-22T20:22:16.473Z Compiling serde_core v1.0.228
17902026-07-22T20:22:16.473Z Compiling serde v1.0.228
17912026-07-22T20:22:16.473Z Compiling cfg-if v1.0.4
17922026-07-22T20:22:16.473Z Compiling version_check v0.9.5
17932026-07-22T20:22:16.473Z Compiling find-msvc-tools v0.1.9
17942026-07-22T20:22:16.473Z Compiling shlex v1.3.0
17952026-07-22T20:22:16.614Z Compiling zmij v1.0.21
17962026-07-22T20:22:16.619Z Compiling memchr v2.8.0
17972026-07-22T20:22:16.619Z Compiling serde_json v1.0.150
17982026-07-22T20:22:16.619Z Compiling autocfg v1.5.0
17992026-07-22T20:22:16.758Z Compiling portable-atomic v1.13.1
18002026-07-22T20:22:16.812Z Compiling zerocopy v0.8.40
18012026-07-22T20:22:16.841Z Compiling getrandom v0.4.1
18022026-07-22T20:22:16.857Z Compiling libm v0.2.16
18032026-07-22T20:22:16.907Z Compiling parking_lot_core v0.9.12
18042026-07-22T20:22:16.923Z Compiling icu_properties_data v2.1.2
18052026-07-22T20:22:17.125Z Compiling icu_normalizer_data v2.1.1
18062026-07-22T20:22:17.157Z Compiling smallvec v1.15.1
18072026-07-22T20:22:17.160Z Compiling num-traits v0.2.19
18082026-07-22T20:22:17.160Z Compiling generic-array v0.14.7
18092026-07-22T20:22:17.198Z Compiling itoa v1.0.17
18102026-07-22T20:22:17.201Z Compiling log v0.4.29
18112026-07-22T20:22:17.259Z Compiling subtle v2.6.1
18122026-07-22T20:22:17.263Z Compiling pkg-config v0.3.32
18132026-07-22T20:22:17.372Z Compiling stable_deref_trait v1.2.1
18142026-07-22T20:22:17.422Z Compiling typenum v1.20.1
18152026-07-22T20:22:17.433Z Compiling scopeguard v1.2.0
18162026-07-22T20:22:17.513Z Compiling rand_core v0.10.0
18172026-07-22T20:22:17.553Z Compiling jobserver v0.1.34
18182026-07-22T20:22:17.614Z Compiling errno v0.3.14
18192026-07-22T20:22:17.702Z Compiling lock_api v0.4.14
18202026-07-22T20:22:17.747Z Compiling getrandom v0.3.4
18212026-07-22T20:22:17.747Z Compiling thiserror v2.0.18
18222026-07-22T20:22:17.776Z Compiling pin-project-lite v0.2.17
18232026-07-22T20:22:17.809Z Compiling cc v1.2.56
18242026-07-22T20:22:17.866Z Compiling writeable v0.6.2
18252026-07-22T20:22:17.884Z Compiling syn v2.0.117
18262026-07-22T20:22:17.900Z Compiling fnv v1.0.7
18272026-07-22T20:22:17.904Z Compiling percent-encoding v2.3.2
18282026-07-22T20:22:17.930Z Compiling equivalent v1.0.2
18292026-07-22T20:22:17.948Z Compiling litemap v0.8.1
18302026-07-22T20:22:17.953Z Compiling getrandom v0.2.17
18312026-07-22T20:22:18.059Z Compiling rustversion v1.0.22
18322026-07-22T20:22:18.092Z Compiling schemars v0.8.22
18332026-07-22T20:22:18.137Z Compiling rand_core v0.6.4
18342026-07-22T20:22:18.188Z Compiling dunce v1.0.5
18352026-07-22T20:22:18.198Z Compiling fs_extra v1.3.0
18362026-07-22T20:22:18.203Z Compiling critical-section v1.2.0
18372026-07-22T20:22:18.213Z Compiling rustix v1.1.3
18382026-07-22T20:22:18.391Z Compiling hashbrown v0.17.0
18392026-07-22T20:22:18.469Z Compiling signal-hook-registry v1.4.8
18402026-07-22T20:22:18.544Z Compiling strsim v0.11.1
18412026-07-22T20:22:18.560Z Compiling cmake v0.1.57
18422026-07-22T20:22:18.588Z Compiling utf8_iter v1.0.4
18432026-07-22T20:22:18.623Z Compiling once_cell v1.21.3
18442026-07-22T20:22:18.862Z Compiling semver v1.0.28
18452026-07-22T20:22:18.892Z Compiling indexmap v2.14.0
18462026-07-22T20:22:18.936Z Compiling bitflags v2.11.0
18472026-07-22T20:22:18.952Z Compiling heck v0.5.0
18482026-07-22T20:22:18.980Z Compiling parking_lot v0.12.5
18492026-07-22T20:22:18.996Z Compiling form_urlencoded v1.2.2
18502026-07-22T20:22:19.119Z Compiling mio v1.2.0
18512026-07-22T20:22:19.142Z Compiling aws-lc-sys v0.40.0
18522026-07-22T20:22:19.158Z Compiling socket2 v0.6.3
18532026-07-22T20:22:19.174Z Compiling ident_case v1.0.1
18542026-07-22T20:22:19.179Z Compiling aws-lc-rs v1.16.3
18552026-07-22T20:22:19.243Z Compiling futures-core v0.3.32
18562026-07-22T20:22:19.335Z Compiling httparse v1.10.1
18572026-07-22T20:22:19.501Z Compiling ucd-trie v0.1.7
18582026-07-22T20:22:19.558Z Compiling thiserror v1.0.69
18592026-07-22T20:22:19.649Z Compiling byteorder v1.5.0
18602026-07-22T20:22:19.682Z Compiling pest v2.8.6
18612026-07-22T20:22:19.759Z Compiling syn v1.0.109
18622026-07-22T20:22:19.775Z Compiling vcpkg v0.2.15
18632026-07-22T20:22:19.791Z Compiling const-oid v0.9.6
18642026-07-22T20:22:19.793Z Compiling regex-syntax v0.8.10
18652026-07-22T20:22:19.905Z Compiling iana-time-zone v0.1.65
18662026-07-22T20:22:20.106Z Compiling uuid v1.23.4
18672026-07-22T20:22:20.274Z Compiling rustc_version v0.4.1
18682026-07-22T20:22:20.293Z Compiling futures-sink v0.3.32
18692026-07-22T20:22:20.343Z Compiling openssl-sys v0.9.115
18702026-07-22T20:22:20.361Z Compiling rustls v0.23.41
18712026-07-22T20:22:20.410Z Compiling futures-channel v0.3.32
18722026-07-22T20:22:20.498Z Compiling aho-corasick v1.1.4
18732026-07-22T20:22:20.526Z Compiling slab v0.4.12
18742026-07-22T20:22:20.563Z Compiling futures-task v0.3.32
18752026-07-22T20:22:20.695Z Compiling synstructure v0.13.2
18762026-07-22T20:22:20.710Z Compiling serde_derive_internals v0.29.1
18772026-07-22T20:22:20.752Z Compiling futures-io v0.3.32
18782026-07-22T20:22:20.883Z Compiling pest_meta v2.8.6
18792026-07-22T20:22:20.916Z Compiling dyn-clone v1.0.20
18802026-07-22T20:22:21.110Z Compiling time-core v0.1.8
18812026-07-22T20:22:21.128Z Compiling plain v0.2.3
18822026-07-22T20:22:21.128Z Compiling num-conv v0.2.0
18832026-07-22T20:22:21.128Z Compiling crc32fast v1.5.0
18842026-07-22T20:22:21.162Z Compiling crossbeam-utils v0.8.21
18852026-07-22T20:22:21.179Z Compiling base64 v0.22.1
18862026-07-22T20:22:21.185Z Compiling time-macros v0.2.27
18872026-07-22T20:22:21.302Z Compiling openssl v0.10.79
18882026-07-22T20:22:21.369Z Compiling regex-automata v0.4.14
18892026-07-22T20:22:21.373Z Compiling pretty-hex v0.4.1
18902026-07-22T20:22:21.401Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18912026-07-22T20:22:21.490Z Compiling pest_generator v2.8.6
18922026-07-22T20:22:21.531Z Compiling native-tls v0.2.18
18932026-07-22T20:22:21.616Z Compiling anyhow v1.0.102
18942026-07-22T20:22:21.685Z Compiling rand_core v0.9.5
18952026-07-22T20:22:21.796Z Compiling slog v2.8.2
18962026-07-22T20:22:21.847Z Compiling tracing-core v0.1.36
18972026-07-22T20:22:21.967Z Compiling cookie v0.18.1
18982026-07-22T20:22:21.998Z Compiling serde_derive v1.0.228
18992026-07-22T20:22:22.012Z Compiling zeroize_derive v1.4.3
19002026-07-22T20:22:22.031Z Compiling zerofrom-derive v0.1.6
19012026-07-22T20:22:22.112Z Compiling yoke-derive v0.8.1
19022026-07-22T20:22:22.152Z Compiling zerovec-derive v0.11.2
19032026-07-22T20:22:22.164Z Compiling displaydoc v0.2.5
19042026-07-22T20:22:22.180Z Compiling zerocopy-derive v0.8.40
19052026-07-22T20:22:22.185Z Compiling tokio-macros v2.7.0
19062026-07-22T20:22:22.215Z Compiling futures-macro v0.3.32
19072026-07-22T20:22:22.228Z Compiling thiserror-impl v2.0.18
19082026-07-22T20:22:22.455Z Compiling schemars_derive v0.8.22
19092026-07-22T20:22:22.636Z Compiling zeroize v1.8.2
19102026-07-22T20:22:22.904Z Compiling tracing-attributes v0.1.31
19112026-07-22T20:22:22.920Z Compiling der_derive v0.7.3
19122026-07-22T20:22:23.007Z Compiling thiserror-impl v1.0.69
19132026-07-22T20:22:23.106Z Compiling pest_derive v2.8.6
19142026-07-22T20:22:23.173Z Compiling zerofrom v0.1.6
19152026-07-22T20:22:23.314Z Compiling yoke v0.8.1
19162026-07-22T20:22:23.411Z Compiling futures-util v0.3.32
19172026-07-22T20:22:23.522Z Compiling crypto-common v0.1.7
19182026-07-22T20:22:23.547Z Compiling zerovec v0.11.5
19192026-07-22T20:22:23.570Z Compiling zerotrie v0.2.3
19202026-07-22T20:22:23.651Z Compiling block-buffer v0.10.4
19212026-07-22T20:22:23.965Z Compiling digest v0.10.7
19222026-07-22T20:22:24.031Z Compiling scroll_derive v0.12.1
19232026-07-22T20:22:24.047Z Compiling tinystr v0.8.2
19242026-07-22T20:22:24.120Z Compiling potential_utf v0.1.4
19252026-07-22T20:22:24.136Z Compiling scroll_derive v0.13.1
19262026-07-22T20:22:24.197Z Compiling openssl-macros v0.1.1
19272026-07-22T20:22:24.255Z Compiling icu_locale_core v2.1.1
19282026-07-22T20:22:24.271Z Compiling icu_collections v2.1.1
19292026-07-22T20:22:24.333Z Compiling regex v1.12.3
19302026-07-22T20:22:24.741Z Compiling zerocopy-derive v0.7.35
19312026-07-22T20:22:24.760Z Compiling camino v1.2.2
19322026-07-22T20:22:24.808Z Compiling base64ct v1.8.3
19332026-07-22T20:22:24.922Z Compiling icu_provider v2.1.1
19342026-07-22T20:22:25.071Z Compiling bytes v1.11.1
19352026-07-22T20:22:25.109Z Compiling chrono v0.4.45
19362026-07-22T20:22:25.144Z Compiling serde_tokenstream v0.2.3
19372026-07-22T20:22:25.169Z Compiling icu_properties v2.1.2
19382026-07-22T20:22:25.196Z Compiling icu_normalizer v2.1.1
19392026-07-22T20:22:25.546Z Compiling pem-rfc7468 v0.7.0
19402026-07-22T20:22:25.639Z Compiling tokio v1.52.1
19412026-07-22T20:22:25.672Z Compiling http v1.4.2
19422026-07-22T20:22:25.980Z Compiling tracing v0.1.44
19432026-07-22T20:22:26.285Z Compiling idna_adapter v1.2.1
19442026-07-22T20:22:26.475Z Compiling idna v1.1.0
19452026-07-22T20:22:26.521Z Compiling ppv-lite86 v0.2.21
19462026-07-22T20:22:26.784Z Compiling url v2.5.8
19472026-07-22T20:22:26.854Z Compiling flagset v0.4.7
19482026-07-22T20:22:26.894Z Compiling rand_chacha v0.9.0
19492026-07-22T20:22:26.992Z Compiling der v0.7.10
19502026-07-22T20:22:27.008Z Compiling http-body v1.0.1
19512026-07-22T20:22:27.031Z Compiling rustls-pki-types v1.14.0
19522026-07-22T20:22:27.452Z Compiling usdt-impl v0.5.0
19532026-07-22T20:22:27.672Z Compiling usdt-impl v0.6.0
19542026-07-22T20:22:27.702Z Compiling either v1.15.0
19552026-07-22T20:22:27.702Z Compiling openssl-probe v0.2.1
19562026-07-22T20:22:27.725Z Compiling ref-cast v1.0.25
19572026-07-22T20:22:27.758Z Compiling paste v1.0.15
19582026-07-22T20:22:27.779Z Compiling fastrand v2.3.0
19592026-07-22T20:22:27.826Z Compiling cmov v0.5.4
19602026-07-22T20:22:28.026Z Compiling tinyvec_macros v0.1.1
19612026-07-22T20:22:28.106Z Compiling tinyvec v1.10.0
19622026-07-22T20:22:28.136Z Compiling ctutils v0.4.2
19632026-07-22T20:22:28.204Z Compiling spki v0.7.3
19642026-07-22T20:22:28.407Z Compiling rand v0.9.2
19652026-07-22T20:22:28.485Z Compiling serde_spanned v0.6.9
19662026-07-22T20:22:28.508Z Compiling toml_datetime v0.6.11
19672026-07-22T20:22:28.519Z Compiling scroll v0.13.0
19682026-07-22T20:22:28.603Z Compiling scroll v0.12.0
19692026-07-22T20:22:28.617Z Compiling async-trait v0.1.89
19702026-07-22T20:22:28.635Z Compiling heapless v0.7.17
19712026-07-22T20:22:28.710Z Compiling bzip2-sys v0.1.13+1.0.8
19722026-07-22T20:22:28.726Z Compiling tower-layer v0.3.3
19732026-07-22T20:22:28.765Z Compiling atomic-waker v1.1.2
19742026-07-22T20:22:28.779Z Compiling signal-hook v0.3.18
19752026-07-22T20:22:28.801Z Compiling untrusted v0.7.1
19762026-07-22T20:22:28.883Z Compiling rustix v0.38.44
19772026-07-22T20:22:28.897Z Compiling zstd-safe v7.2.4
19782026-07-22T20:22:28.911Z Compiling winnow v0.7.14
19792026-07-22T20:22:28.930Z Compiling litrs v1.0.0
19802026-07-22T20:22:28.944Z Compiling cpufeatures v0.2.17
19812026-07-22T20:22:28.991Z Compiling tower-service v0.3.3
19822026-07-22T20:22:29.001Z Compiling winnow v1.0.3
19832026-07-22T20:22:29.034Z Compiling try-lock v0.2.5
19842026-07-22T20:22:29.091Z Compiling goblin v0.8.2
19852026-07-22T20:22:29.142Z Compiling want v0.3.1
19862026-07-22T20:22:29.183Z Compiling goblin v0.10.5
19872026-07-22T20:22:29.311Z Compiling toml_parser v1.1.2+spec-1.1.0
19882026-07-22T20:22:29.391Z Compiling document-features v0.2.12
19892026-07-22T20:22:29.426Z Compiling hybrid-array v0.4.13
19902026-07-22T20:22:29.521Z Compiling tokio-util v0.7.18
19912026-07-22T20:22:29.888Z Compiling zerocopy v0.7.35
19922026-07-22T20:22:30.240Z Compiling h2 v0.4.15
19932026-07-22T20:22:30.287Z Compiling ipnet v2.11.0
19942026-07-22T20:22:30.325Z Compiling ref-cast-impl v1.0.25
19952026-07-22T20:22:30.343Z Compiling darling_core v0.20.11
19962026-07-22T20:22:30.362Z Compiling curve25519-dalek v4.1.3
19972026-07-22T20:22:30.444Z Compiling memoffset v0.9.1
19982026-07-22T20:22:30.637Z Compiling winnow v0.5.40
19992026-07-22T20:22:30.679Z Compiling powerfmt v0.2.0
20002026-07-22T20:22:30.904Z Compiling untrusted v0.9.0
20012026-07-22T20:22:31.027Z Compiling utf8parse v0.2.2
20022026-07-22T20:22:31.063Z Compiling httpdate v1.0.3
20032026-07-22T20:22:31.099Z Compiling foreign-types-shared v0.1.1
20042026-07-22T20:22:31.160Z Compiling tempfile v3.25.0
20052026-07-22T20:22:31.174Z Compiling foreign-types v0.3.2
20062026-07-22T20:22:31.193Z Compiling deranged v0.5.8
20072026-07-22T20:22:31.402Z Compiling dof v0.3.0
20082026-07-22T20:22:31.510Z Compiling unicode-normalization v0.1.25
20092026-07-22T20:22:31.745Z Compiling pkcs8 v0.10.2
20102026-07-22T20:22:31.896Z Compiling dtrace-parser v0.2.0
20112026-07-22T20:22:31.998Z Compiling toml_edit v0.19.15
20122026-07-22T20:22:32.007Z Compiling dof v0.4.0
20132026-07-22T20:22:32.353Z Compiling dtrace-parser v0.3.0
20142026-07-22T20:22:32.368Z Compiling darling_macro v0.20.11
20152026-07-22T20:22:32.469Z Compiling daft-derive v0.1.7
20162026-07-22T20:22:32.609Z Compiling pin-project-internal v1.1.11
20172026-07-22T20:22:32.766Z Compiling spin v0.9.8
20182026-07-22T20:22:32.873Z Compiling thread-id v5.1.0
20192026-07-22T20:22:32.926Z Compiling thread-id v4.2.2
20202026-07-22T20:22:32.949Z Compiling anstyle v1.0.14
20212026-07-22T20:22:32.964Z Compiling cfg_aliases v0.2.1
20222026-07-22T20:22:33.017Z Compiling smoltcp v0.9.1
20232026-07-22T20:22:33.067Z Compiling num_threads v0.1.7
20242026-07-22T20:22:33.139Z Compiling num-bigint-dig v0.8.6
20252026-07-22T20:22:33.189Z Compiling nix v0.31.2
20262026-07-22T20:22:33.280Z Compiling time v0.3.47
20272026-07-22T20:22:33.381Z Compiling hyper v1.10.1
20282026-07-22T20:22:33.445Z Compiling darling v0.20.11
20292026-07-22T20:22:33.636Z Compiling sha2 v0.10.9
20302026-07-22T20:22:33.837Z Compiling ipnetwork v0.21.1
20312026-07-22T20:22:33.909Z Compiling hmac v0.12.1
20322026-07-22T20:22:33.993Z Compiling strum_macros v0.26.4
20332026-07-22T20:22:34.074Z Compiling curve25519-dalek-derive v0.1.1
20342026-07-22T20:22:34.243Z Compiling darling_core v0.23.0
20352026-07-22T20:22:34.266Z Compiling sync_wrapper v1.0.2
20362026-07-22T20:22:34.281Z Compiling wait-timeout v0.2.1
20372026-07-22T20:22:34.387Z Compiling siphasher v1.0.2
20382026-07-22T20:22:34.528Z Compiling hyper-util v0.1.20
20392026-07-22T20:22:34.589Z Compiling simd-adler32 v0.3.8
20402026-07-22T20:22:34.679Z Compiling bit-vec v0.8.0
20412026-07-22T20:22:34.703Z Compiling colorchoice v1.0.4
20422026-07-22T20:22:34.835Z Compiling is_terminal_polyfill v1.70.2
20432026-07-22T20:22:34.923Z Compiling anstyle-query v1.1.5
20442026-07-22T20:22:34.986Z Compiling quick-error v1.2.3
20452026-07-22T20:22:35.101Z Compiling rusty-fork v0.3.1
20462026-07-22T20:22:35.571Z Compiling bit-set v0.8.0
20472026-07-22T20:22:35.630Z Compiling tower v0.5.3
20482026-07-22T20:22:36.146Z Compiling derive_builder_core v0.20.2
20492026-07-22T20:22:36.189Z Compiling http-body-util v0.1.3
20502026-07-22T20:22:36.192Z Compiling hubpack_derive v0.1.1
20512026-07-22T20:22:36.348Z Compiling snafu-derive v0.8.9
20522026-07-22T20:22:36.369Z Compiling strum_macros v0.27.2
20532026-07-22T20:22:36.382Z Compiling rand_xorshift v0.4.0
20542026-07-22T20:22:36.388Z Compiling darling_macro v0.23.0
20552026-07-22T20:22:36.560Z Compiling fs-err v3.3.0
20562026-07-22T20:22:36.635Z Compiling ahash v0.8.12
20572026-07-22T20:22:36.692Z Compiling unicode-bidi v0.3.18
20582026-07-22T20:22:36.810Z Compiling object v0.37.3
20592026-07-22T20:22:36.888Z Compiling unicode-properties v0.1.4
20602026-07-22T20:22:36.904Z Compiling adler2 v2.0.1
20612026-07-22T20:22:36.973Z Compiling ryu v1.0.23
20622026-07-22T20:22:37.061Z Compiling iri-string v0.7.10
20632026-07-22T20:22:37.104Z Compiling unicode-segmentation v1.12.0
20642026-07-22T20:22:37.156Z Compiling allocator-api2 v0.2.21
20652026-07-22T20:22:37.206Z Compiling unarray v0.1.4
20662026-07-22T20:22:37.334Z Compiling proptest v1.10.0
20672026-07-22T20:22:37.501Z Compiling serde_urlencoded v0.7.1
20682026-07-22T20:22:37.507Z Compiling stringprep v0.1.5
20692026-07-22T20:22:37.632Z Compiling miniz_oxide v0.8.9
20702026-07-22T20:22:37.745Z Compiling derive_builder_macro v0.20.2
20712026-07-22T20:22:37.867Z Compiling darling v0.23.0
20722026-07-22T20:22:38.000Z Compiling tokio-native-tls v0.3.1
20732026-07-22T20:22:38.030Z Compiling usdt-macro v0.6.0
20742026-07-22T20:22:38.157Z Compiling usdt-attr-macro v0.6.0
20752026-07-22T20:22:38.171Z Compiling anstyle-parse v1.0.0
20762026-07-22T20:22:38.175Z Compiling block-padding v0.4.2
20772026-07-22T20:22:38.203Z Compiling tower-http v0.6.8
20782026-07-22T20:22:38.250Z Compiling crypto-common v0.2.2
20792026-07-22T20:22:38.347Z Compiling block-buffer v0.12.1
20802026-07-22T20:22:38.744Z Compiling rustls-native-certs v0.8.3
20812026-07-22T20:22:38.758Z Compiling rand_chacha v0.3.1
20822026-07-22T20:22:38.777Z Compiling erased-serde v0.3.31
20832026-07-22T20:22:38.937Z Compiling hex v0.4.3
20842026-07-22T20:22:38.953Z Compiling signature v2.2.0
20852026-07-22T20:22:38.994Z Compiling md-5 v0.10.6
20862026-07-22T20:22:39.010Z Compiling bstr v1.12.1
20872026-07-22T20:22:39.085Z Compiling num-integer v0.1.46
20882026-07-22T20:22:39.093Z Compiling hash32 v0.2.1
20892026-07-22T20:22:39.146Z Compiling vergen-lib v9.1.0
20902026-07-22T20:22:39.239Z Compiling encoding_rs v0.8.35
20912026-07-22T20:22:39.305Z Compiling fallible-iterator v0.2.0
20922026-07-22T20:22:39.365Z Compiling psl-types v2.0.11
20932026-07-22T20:22:39.379Z Compiling mime v0.3.17
20942026-07-22T20:22:39.429Z Compiling zlib-rs v0.6.2
20952026-07-22T20:22:39.495Z Compiling cpufeatures v0.3.0
20962026-07-22T20:22:39.584Z Compiling postgres-protocol v0.6.10
20972026-07-22T20:22:39.636Z Compiling publicsuffix v2.3.0
20982026-07-22T20:22:39.703Z Compiling num-iter v0.1.45
20992026-07-22T20:22:39.801Z Compiling newtype-uuid v1.3.2
21002026-07-22T20:22:40.035Z Compiling rand v0.8.6
21012026-07-22T20:22:40.097Z Compiling oxnet v0.1.6
21022026-07-22T20:22:40.376Z Compiling anstream v1.0.0
21032026-07-22T20:22:40.424Z Compiling inout v0.2.2
21042026-07-22T20:22:40.429Z Compiling derive_builder v0.20.2
21052026-07-22T20:22:40.455Z Compiling hyper-tls v0.6.0
21062026-07-22T20:22:40.497Z Compiling serde_with_macros v3.21.0
21072026-07-22T20:22:40.564Z Compiling heck v0.4.1
21082026-07-22T20:22:40.605Z Compiling phf_shared v0.13.1
21092026-07-22T20:22:40.670Z Compiling pin-project v1.1.11
21102026-07-22T20:22:40.735Z Compiling lazy_static v1.5.0
21112026-07-22T20:22:40.752Z Compiling anstyle-parse v0.2.7
21122026-07-22T20:22:40.883Z Compiling terminal_size v0.4.3
21132026-07-22T20:22:40.896Z Compiling futures-executor v0.3.32
21142026-07-22T20:22:40.941Z Compiling async-recursion v1.1.1
21152026-07-22T20:22:40.941Z Compiling clap_derive v4.6.1
21162026-07-22T20:22:40.987Z Compiling enum-as-inner v0.6.1
21172026-07-22T20:22:41.049Z Compiling serde_repr v0.1.20
21182026-07-22T20:22:41.188Z Compiling ff v0.13.1
21192026-07-22T20:22:41.225Z Compiling vergen v9.1.0
21202026-07-22T20:22:41.286Z Compiling cargo-platform v0.3.2
21212026-07-22T20:22:41.417Z Compiling same-file v1.0.6
21222026-07-22T20:22:41.487Z Compiling flate2 v1.1.9
21232026-07-22T20:22:41.523Z Compiling libbz2-rs-sys v0.2.2
21242026-07-22T20:22:41.562Z Compiling base16ct v0.2.0
21252026-07-22T20:22:41.587Z Compiling clap_lex v1.0.0
21262026-07-22T20:22:41.624Z Compiling managed v0.8.0
21272026-07-22T20:22:41.702Z Compiling bitflags v1.3.2
21282026-07-22T20:22:41.740Z Compiling foldhash v0.1.5
21292026-07-22T20:22:41.811Z Compiling bumpalo v3.20.2
21302026-07-22T20:22:42.018Z Compiling foldhash v0.2.0
21312026-07-22T20:22:42.031Z Compiling zopfli v0.8.3
21322026-07-22T20:22:42.075Z Compiling hashbrown v0.16.1
21332026-07-22T20:22:42.126Z Compiling bzip2 v0.6.1
21342026-07-22T20:22:42.143Z Compiling hashbrown v0.15.5
21352026-07-22T20:22:42.341Z Compiling clap_builder v4.6.0
21362026-07-22T20:22:42.476Z Compiling sec1 v0.7.3
21372026-07-22T20:22:42.623Z Compiling walkdir v2.5.0
21382026-07-22T20:22:42.677Z Compiling cargo_metadata v0.23.1
21392026-07-22T20:22:42.708Z Compiling group v0.13.0
21402026-07-22T20:22:42.783Z Compiling futures v0.3.32
21412026-07-22T20:22:42.911Z Compiling anstream v0.6.21
21422026-07-22T20:22:42.983Z Compiling zstd v0.13.3
21432026-07-22T20:22:43.258Z Compiling phf v0.13.1
21442026-07-22T20:22:43.357Z Compiling snafu v0.8.9
21452026-07-22T20:22:43.430Z Compiling reqwest v0.12.28
21462026-07-22T20:22:43.591Z Compiling cipher v0.5.2
21472026-07-22T20:22:43.906Z Compiling daft v0.1.7
21482026-07-22T20:22:43.980Z Compiling signal-hook-mio v0.2.5
21492026-07-22T20:22:43.993Z Compiling cookie_store v0.22.1
21502026-07-22T20:22:44.084Z Compiling postgres-types v0.2.12
21512026-07-22T20:22:44.106Z Compiling bzip2 v0.4.4
21522026-07-22T20:22:44.218Z Compiling globset v0.4.18
21532026-07-22T20:22:44.284Z Compiling ed25519 v2.2.3
21542026-07-22T20:22:44.379Z Compiling strum v0.27.2
21552026-07-22T20:22:44.426Z Compiling hubpack v0.1.2
21562026-07-22T20:22:44.582Z Compiling phf_shared v0.11.3
21572026-07-22T20:22:44.605Z Compiling hkdf v0.12.4
21582026-07-22T20:22:44.605Z Compiling crossbeam-epoch v0.9.18
21592026-07-22T20:22:44.626Z Compiling pkcs1 v0.7.5
21602026-07-22T20:22:44.661Z Compiling olpc-cjson v0.1.4
21612026-07-22T20:22:44.835Z Compiling pem v3.0.6
21622026-07-22T20:22:44.878Z Compiling serde_plain v1.0.2
21632026-07-22T20:22:44.908Z Compiling serde-big-array v0.5.1
21642026-07-22T20:22:45.074Z Compiling crypto-bigint v0.5.5
21652026-07-22T20:22:45.120Z Compiling float-cmp v0.10.0
21662026-07-22T20:22:45.135Z Compiling memmap2 v0.9.10
21672026-07-22T20:22:45.151Z Compiling env_filter v1.0.0
21682026-07-22T20:22:45.158Z Compiling keccak v0.1.6
21692026-07-22T20:22:45.273Z Compiling jiff v0.2.21
21702026-07-22T20:22:45.357Z Compiling fixedbitset v0.4.2
21712026-07-22T20:22:45.376Z Compiling static_assertions v1.1.0
21722026-07-22T20:22:45.422Z Compiling data-encoding v2.10.0
21732026-07-22T20:22:45.462Z Compiling new_debug_unreachable v1.0.6
21742026-07-22T20:22:45.475Z Compiling toml_write v0.1.2
21752026-07-22T20:22:45.538Z Compiling predicates-core v1.0.10
21762026-07-22T20:22:45.717Z Compiling fixedbitset v0.5.7
21772026-07-22T20:22:45.768Z Compiling typed-path v0.9.3
21782026-07-22T20:22:45.768Z Compiling normalize-line-endings v0.3.0
21792026-07-22T20:22:45.768Z Compiling whoami v2.1.0
21802026-07-22T20:22:45.786Z Compiling difflib v0.4.0
21812026-07-22T20:22:45.804Z Compiling precomputed-hash v0.1.1
21822026-07-22T20:22:45.946Z Compiling const-oid v0.10.2
21832026-07-22T20:22:45.966Z Compiling tokio-postgres v0.7.16
21842026-07-22T20:22:45.983Z Compiling string_cache v0.8.9
21852026-07-22T20:22:45.998Z Compiling elliptic-curve v0.13.8
21862026-07-22T20:22:46.094Z Compiling predicates v3.1.4
21872026-07-22T20:22:46.168Z Compiling digest v0.11.3
21882026-07-22T20:22:46.178Z Compiling petgraph v0.8.3
21892026-07-22T20:22:46.196Z Compiling hickory-proto v0.25.2
21902026-07-22T20:22:46.234Z Compiling chacha20 v0.10.0
21912026-07-22T20:22:46.741Z Compiling toml_edit v0.22.27
21922026-07-22T20:22:46.884Z Compiling petgraph v0.6.5
21932026-07-22T20:22:46.884Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21942026-07-22T20:22:46.884Z Compiling env_logger v0.11.9
21952026-07-22T20:22:46.884Z Compiling sha3 v0.10.8
21962026-07-22T20:22:46.980Z Compiling usdt v0.6.0
21972026-07-22T20:22:47.330Z Compiling rsa v0.9.10
21982026-07-22T20:22:47.897Z Compiling zip v4.6.1
21992026-07-22T20:22:48.380Z Compiling ed25519-dalek v2.2.0
22002026-07-22T20:22:48.473Z Compiling zip v0.6.6
22012026-07-22T20:22:49.190Z Compiling iddqd v0.4.2
22022026-07-22T20:22:49.248Z Compiling crossterm v0.28.1
22032026-07-22T20:22:49.248Z Compiling clap v4.6.1
22042026-07-22T20:22:49.248Z Compiling serde_with v3.21.0
22052026-07-22T20:22:49.248Z Compiling similar v2.7.0
22062026-07-22T20:22:49.248Z Compiling byte-wrapper v0.1.0
22072026-07-22T20:22:49.375Z Compiling strum v0.26.3
22082026-07-22T20:22:49.517Z Compiling toml v0.7.8
22092026-07-22T20:22:49.548Z Compiling tokio-stream v0.1.18
22102026-07-22T20:22:49.548Z Compiling buf-list v1.1.2
22112026-07-22T20:22:49.797Z Compiling x509-cert v0.2.5
22122026-07-22T20:22:49.908Z Compiling itertools v0.13.0
22132026-07-22T20:22:49.931Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22142026-07-22T20:22:50.412Z Compiling openapiv3 v2.2.0
22152026-07-22T20:22:50.620Z Compiling peg-runtime v0.8.5
22162026-07-22T20:22:50.705Z Compiling lalrpop-util v0.19.12
22172026-07-22T20:23:06.140Z Compiling rustls-webpki v0.103.13
22182026-07-22T20:23:08.233Z Compiling macaddr v1.0.1
22192026-07-22T20:23:08.289Z Compiling structmeta-derive v0.3.0
22202026-07-22T20:23:08.305Z Compiling darling_core v0.21.3
22212026-07-22T20:23:08.373Z Compiling crucible-workspace-hack v0.1.0
22222026-07-22T20:23:08.531Z Compiling rayon-core v1.13.0
22232026-07-22T20:23:08.613Z Compiling itertools v0.14.0
22242026-07-22T20:23:08.664Z Compiling secrecy v0.10.3
22252026-07-22T20:23:08.769Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22262026-07-22T20:23:08.807Z Compiling heapless v0.8.0
22272026-07-22T20:23:08.859Z Compiling toml_datetime v0.7.5+spec-1.1.0
22282026-07-22T20:23:08.988Z Compiling crossbeam-deque v0.8.6
22292026-07-22T20:23:09.035Z Compiling toml_edit v0.23.10+spec-1.0.0
22302026-07-22T20:23:09.051Z Compiling inout v0.1.4
22312026-07-22T20:23:09.108Z Compiling hash32 v0.3.1
22322026-07-22T20:23:09.213Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22332026-07-22T20:23:09.228Z Compiling multer v3.1.0
22342026-07-22T20:23:09.244Z Compiling thread_local v1.1.9
22352026-07-22T20:23:09.308Z Compiling structmeta v0.3.0
22362026-07-22T20:23:09.323Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22372026-07-22T20:23:09.326Z Compiling compression-core v0.4.31
22382026-07-22T20:23:09.382Z Compiling match_cfg v0.1.0
22392026-07-22T20:23:09.466Z Compiling unicode-width v0.2.0
22402026-07-22T20:23:09.480Z Compiling smoltcp v0.11.0
22412026-07-22T20:23:09.529Z Compiling slog-async v2.8.0
22422026-07-22T20:23:09.546Z Compiling derive-ex v0.1.8
22432026-07-22T20:23:09.596Z Compiling proc-macro-crate v3.4.0
22442026-07-22T20:23:09.669Z Compiling compression-codecs v0.4.37
22452026-07-22T20:23:09.794Z Compiling hostname v0.3.1
22462026-07-22T20:23:09.825Z Compiling tokio-rustls v0.26.4
22472026-07-22T20:23:09.842Z Compiling rustls-platform-verifier v0.6.2
22482026-07-22T20:23:09.888Z Compiling tough v0.22.0
22492026-07-22T20:23:10.039Z Compiling cipher v0.4.4
22502026-07-22T20:23:10.054Z Compiling hyper-rustls v0.27.7
22512026-07-22T20:23:10.085Z Compiling atomicwrites v0.4.4
22522026-07-22T20:23:10.105Z Compiling slog-json v2.6.1
22532026-07-22T20:23:10.314Z Compiling reqwest v0.13.2
22542026-07-22T20:23:10.377Z Compiling crossbeam-channel v0.5.15
22552026-07-22T20:23:10.393Z Compiling half v2.7.1
22562026-07-22T20:23:10.396Z Compiling newtype-uuid-macros v0.1.0
22572026-07-22T20:23:10.427Z Compiling darling_macro v0.21.3
22582026-07-22T20:23:10.504Z Compiling cobs v0.3.0
22592026-07-22T20:23:10.776Z Compiling universal-hash v0.5.1
22602026-07-22T20:23:10.799Z Compiling thiserror-impl-no-std v2.0.2
22612026-07-22T20:23:10.936Z Compiling darling v0.21.3
22622026-07-22T20:23:10.939Z Compiling async-stream-impl v0.3.6
22632026-07-22T20:23:11.061Z Compiling ingot-macros v0.1.1
22642026-07-22T20:23:11.076Z Compiling serde_spanned v1.1.1
22652026-07-22T20:23:11.079Z Compiling toml_datetime v1.1.1+spec-1.1.0
22662026-07-22T20:23:11.157Z Compiling is-terminal v0.4.17
22672026-07-22T20:23:11.249Z Compiling dropshot v0.17.1
22682026-07-22T20:23:11.279Z Compiling proc-macro-error-attr v1.0.4
22692026-07-22T20:23:11.399Z Compiling ciborium-io v0.2.2
22702026-07-22T20:23:11.490Z Compiling take_mut v0.2.2
22712026-07-22T20:23:11.518Z Compiling toml_writer v1.1.1+spec-1.1.0
22722026-07-22T20:23:11.534Z Compiling opaque-debug v0.3.1
22732026-07-22T20:23:11.537Z Compiling convert_case v0.4.0
22742026-07-22T20:23:11.562Z Compiling term v1.2.1
22752026-07-22T20:23:11.621Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22762026-07-22T20:23:11.627Z Compiling poly1305 v0.8.0
22772026-07-22T20:23:11.808Z Compiling toml v1.1.2+spec-1.1.0
22782026-07-22T20:23:11.883Z Compiling derive_more v0.99.20
22792026-07-22T20:23:11.888Z Compiling slog-term v2.9.2
22802026-07-22T20:23:11.916Z Compiling thiserror-no-std v2.0.2
22812026-07-22T20:23:11.919Z Compiling async-stream v0.3.6
22822026-07-22T20:23:12.090Z Compiling ciborium-ll v0.2.2
22832026-07-22T20:23:12.107Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22842026-07-22T20:23:12.142Z Compiling test-strategy v0.4.5
22852026-07-22T20:23:12.291Z Compiling postcard v1.1.3
22862026-07-22T20:23:12.692Z Compiling slog-bunyan v2.5.0
22872026-07-22T20:23:12.895Z Compiling chacha20 v0.9.1
22882026-07-22T20:23:12.911Z Compiling num_enum_derive v0.7.6
22892026-07-22T20:23:13.159Z Compiling async-compression v0.4.41
22902026-07-22T20:23:13.351Z Compiling parse-display-derive v0.10.0
22912026-07-22T20:23:13.458Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22922026-07-22T20:23:13.480Z Compiling sha1 v0.11.0
22932026-07-22T20:23:13.595Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22942026-07-22T20:23:13.685Z Compiling ingot-types v0.1.2
22952026-07-22T20:23:13.724Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22962026-07-22T20:23:13.894Z Compiling proc-macro-crate v1.3.1
22972026-07-22T20:23:13.933Z Compiling waitgroup v0.1.2
22982026-07-22T20:23:13.954Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22992026-07-22T20:23:13.977Z Compiling password-hash v0.5.0
23002026-07-22T20:23:14.039Z Compiling backon v1.6.0
23012026-07-22T20:23:14.069Z Compiling rustls-pemfile v2.2.0
23022026-07-22T20:23:14.111Z Compiling ingot v0.1.1
23032026-07-22T20:23:14.174Z Compiling dropshot_endpoint v0.17.1
23042026-07-22T20:23:14.191Z Compiling blake2 v0.10.6
23052026-07-22T20:23:14.251Z Compiling aead v0.5.2
23062026-07-22T20:23:14.271Z Compiling foreign-types-macros v0.2.3
23072026-07-22T20:23:14.312Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23082026-07-22T20:23:14.367Z Compiling serde_path_to_error v0.1.20
23092026-07-22T20:23:14.388Z Compiling hostname v0.4.2
23102026-07-22T20:23:14.464Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23112026-07-22T20:23:14.568Z Compiling proc-macro-error v1.0.4
23122026-07-22T20:23:14.712Z Compiling instant v0.1.13
23132026-07-22T20:23:14.712Z Compiling debug-ignore v1.0.5
23142026-07-22T20:23:14.771Z Compiling foreign-types-shared v0.3.1
23152026-07-22T20:23:14.842Z Compiling backoff v0.4.0
23162026-07-22T20:23:14.860Z Compiling parse-display v0.10.0
23172026-07-22T20:23:14.888Z Compiling argon2 v0.5.3
23182026-07-22T20:23:14.907Z Compiling chacha20poly1305 v0.10.1
23192026-07-22T20:23:14.922Z Compiling foreign-types v0.5.0
23202026-07-22T20:23:14.926Z Compiling num_enum_derive v0.5.11
23212026-07-22T20:23:14.957Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23222026-07-22T20:23:14.961Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23232026-07-22T20:23:15.020Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23242026-07-22T20:23:15.051Z Compiling num_enum v0.7.6
23252026-07-22T20:23:15.072Z Compiling ciborium v0.2.2
23262026-07-22T20:23:15.241Z Compiling vsss-rs v3.3.4
23272026-07-22T20:23:15.497Z Compiling tabwriter v1.4.1
23282026-07-22T20:23:15.573Z Compiling regress v0.10.5
23292026-07-22T20:23:15.695Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23302026-07-22T20:23:15.729Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23312026-07-22T20:23:15.779Z Compiling cstr-argument v0.1.2
23322026-07-22T20:23:15.855Z Compiling humantime v2.3.0
23332026-07-22T20:23:15.882Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23342026-07-22T20:23:15.900Z Compiling num_enum v0.5.11
23352026-07-22T20:23:15.917Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23362026-07-22T20:23:15.935Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23372026-07-22T20:23:16.009Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23382026-07-22T20:23:16.068Z Compiling rayon v1.11.0
23392026-07-22T20:23:16.167Z Compiling rand v0.10.1
23402026-07-22T20:23:16.171Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23412026-07-22T20:23:16.201Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23422026-07-22T20:23:16.253Z Compiling colored v3.1.1
23432026-07-22T20:23:16.277Z Compiling libefi-sys v0.1.0
23442026-07-22T20:23:16.338Z Compiling indent_write v2.2.0
23452026-07-22T20:23:16.353Z Compiling zone_cfg_derive v0.3.1
23462026-07-22T20:23:16.396Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23472026-07-22T20:23:16.412Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23482026-07-22T20:23:16.511Z Compiling camino-tempfile v1.4.1
23492026-07-22T20:23:16.549Z Compiling itertools v0.12.1
23502026-07-22T20:23:16.586Z Compiling usdt-macro v0.5.0
23512026-07-22T20:23:16.615Z Compiling usdt-attr-macro v0.5.0
23522026-07-22T20:23:16.644Z Compiling bitfield-struct v0.6.2
23532026-07-22T20:23:16.719Z Compiling num-derive v0.4.2
23542026-07-22T20:23:16.951Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23552026-07-22T20:23:16.968Z Compiling blake3 v1.8.5
23562026-07-22T20:23:17.013Z Compiling sigpipe v0.1.3
23572026-07-22T20:23:17.068Z Compiling memmap v0.7.0
23582026-07-22T20:23:17.125Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23592026-07-22T20:23:17.203Z Compiling glob v0.3.3
23602026-07-22T20:23:17.317Z Compiling swrite v0.1.0
23612026-07-22T20:23:17.340Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23622026-07-22T20:23:17.360Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23632026-07-22T20:23:17.408Z Compiling usdt v0.5.0
23642026-07-22T20:23:17.443Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23652026-07-22T20:23:17.657Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23662026-07-22T20:23:17.715Z Compiling smf v0.2.3
23672026-07-22T20:23:17.749Z Compiling filetime v0.2.27
23682026-07-22T20:23:17.827Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23692026-07-22T20:23:17.880Z Compiling zone v0.3.1
23702026-07-22T20:23:17.897Z Compiling constant_time_eq v0.4.2
23712026-07-22T20:23:17.922Z Compiling xattr v1.6.1
23722026-07-22T20:23:17.978Z Compiling arrayvec v0.7.6
23732026-07-22T20:23:17.993Z Compiling whoami v1.6.1
23742026-07-22T20:23:18.026Z Compiling arrayref v0.3.9
23752026-07-22T20:23:18.040Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23762026-07-22T20:23:18.118Z Compiling tar v0.4.46
23772026-07-22T20:23:18.134Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23782026-07-22T20:23:18.138Z Compiling tokio-dtrace v0.1.1
23792026-07-22T20:23:18.138Z Compiling console v0.16.2
23802026-07-22T20:23:18.292Z Compiling gethostname v0.5.0
23812026-07-22T20:23:18.387Z Compiling topological-sort v0.2.2
23822026-07-22T20:23:18.447Z Compiling unit-prefix v0.5.2
23832026-07-22T20:23:18.463Z Compiling oxide-tokio-rt v0.1.4
23842026-07-22T20:23:18.491Z Compiling toml v0.8.23
23852026-07-22T20:23:18.573Z Compiling indicatif v0.18.4
23862026-07-22T20:23:18.708Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23872026-07-22T20:23:18.850Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23882026-07-22T20:23:18.914Z Compiling shell-words v1.1.1
23892026-07-22T20:23:28.137Z Compiling progenitor-client v0.14.0
23902026-07-22T20:23:28.137Z Compiling omicron-zone-package v0.12.3
23912026-07-22T20:23:28.866Z Compiling progenitor-extras v0.2.0
23922026-07-22T20:23:29.003Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23932026-07-22T20:23:29.003Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23942026-07-22T20:23:29.003Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23952026-07-22T20:23:29.003Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23962026-07-22T20:23:29.003Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23972026-07-22T20:23:29.003Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23982026-07-22T20:23:29.290Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23992026-07-22T20:23:29.358Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24002026-07-22T20:23:29.816Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24012026-07-22T20:23:33.443Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24022026-07-22T20:23:41.343Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24032026-07-22T20:23:44.514Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24042026-07-22T20:23:45.642Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24052026-07-22T20:23:54.861Z Finished `release` profile [optimized] target(s) in 1m 39s
24062026-07-22T20:23:54.995Z Running `target/release/omicron-package -t test target create -p dev`
24072026-07-22T20:23:55.052ZLogging to: /work/oxidecomputer/omicron/out/LOG
24082026-07-22T20:23:55.054ZCreated new build target 'test' and set it as active
24092026-07-22T20:23:55.054Z
24102026-07-22T20:23:55.054Zreal 1:39.405820929
24112026-07-22T20:23:55.054Zuser 16:18.523630344
24122026-07-22T20:23:55.054Zsys 2:36.093937075
24132026-07-22T20:23:55.055Ztrap 0.467938360
24142026-07-22T20:23:55.055Ztflt 2.374481321
24152026-07-22T20:23:55.055Zdflt 4.075961798
24162026-07-22T20:23:55.055Zkflt 0.002355561
24172026-07-22T20:23:55.055Zlock 51:23.156013089
24182026-07-22T20:23:55.055Zslp 42:08.953445298
24192026-07-22T20:23:55.055Zlat 41.528389416
24202026-07-22T20:23:55.055Zstop 5:05.091430947
24212026-07-22T20:23:55.055Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24222026-07-22T20:23:55.866Z Finished `release` profile [optimized] target(s) in 0.83s
24232026-07-22T20:23:55.932Z Running `target/release/omicron-package -t test package`
24242026-07-22T20:23:55.997ZLogging to: /work/oxidecomputer/omicron/out/LOG
24252026-07-22T20:23:57.360Z Compiling heck v0.5.0
24262026-07-22T20:23:57.360Z Compiling regress v0.11.1
24272026-07-22T20:23:57.374Z Compiling unsafe-libyaml v0.2.11
24282026-07-22T20:23:57.374Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24292026-07-22T20:23:57.630Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24302026-07-22T20:23:57.668Z Compiling derive-where v1.6.0
24312026-07-22T20:23:57.719Z Compiling bytecount v0.6.9
24322026-07-22T20:23:57.720Z Compiling atomicwrites v0.4.4
24332026-07-22T20:23:57.720Z Compiling is-terminal v0.4.17
24342026-07-22T20:23:57.720Z Compiling prettyplease v0.2.37
24352026-07-22T20:23:57.778Z Compiling console v0.15.11
24362026-07-22T20:23:57.796Z Compiling newline-converter v0.3.0
24372026-07-22T20:23:57.796Z Compiling slog-dtrace v0.3.0
24382026-07-22T20:23:57.937Z Compiling resolv-conf v0.7.6
24392026-07-22T20:23:57.937Z Compiling num-rational v0.4.2
24402026-07-22T20:23:57.984Z Compiling num-complex v0.4.6
24412026-07-22T20:23:57.984Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24422026-07-22T20:23:57.984Z Compiling thread_local v1.1.9
24432026-07-22T20:23:57.984Z Compiling cancel-safe-futures v0.1.5
24442026-07-22T20:23:57.984Z Compiling compression-core v0.4.31
24452026-07-22T20:23:58.008Z Compiling unicode-width v0.1.14
24462026-07-22T20:23:58.096Z Compiling serde_yaml v0.9.34+deprecated
24472026-07-22T20:23:58.137Z Compiling match_cfg v0.1.0
24482026-07-22T20:23:58.137Z Compiling compression-codecs v0.4.37
24492026-07-22T20:23:58.177Z Compiling expectorate v1.2.0
24502026-07-22T20:23:58.232Z Compiling hostname v0.3.1
24512026-07-22T20:23:58.254Z Compiling num v0.4.3
24522026-07-22T20:23:58.353Z Compiling slog-async v2.8.0
24532026-07-22T20:23:58.383Z Compiling multer v3.1.0
24542026-07-22T20:23:58.406Z Compiling crossbeam-channel v0.5.15
24552026-07-22T20:23:58.407Z Compiling slog-json v2.6.1
24562026-07-22T20:23:58.423Z Compiling serde_spanned v1.1.1
24572026-07-22T20:23:58.442Z Compiling toml_datetime v1.1.1+spec-1.1.0
24582026-07-22T20:23:58.471Z Compiling toml_writer v1.1.1+spec-1.1.0
24592026-07-22T20:23:58.471Z Compiling take_mut v0.2.2
24602026-07-22T20:23:58.484Z Compiling term v1.2.1
24612026-07-22T20:23:58.613Z Compiling float-ord v0.3.2
24622026-07-22T20:23:58.641Z Compiling linked-hash-map v0.5.6
24632026-07-22T20:23:58.660Z Compiling slog-bunyan v2.5.0
24642026-07-22T20:23:58.756Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24652026-07-22T20:23:58.757Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24662026-07-22T20:23:58.820Z Compiling slog-term v2.9.2
24672026-07-22T20:23:58.825Z Compiling toml v1.1.2+spec-1.1.0
24682026-07-22T20:23:58.859Z Compiling lru-cache v0.1.2
24692026-07-22T20:23:58.864Z Compiling oxide-update-engine-types v0.1.2
24702026-07-22T20:23:58.922Z Compiling async-compression v0.4.41
24712026-07-22T20:23:59.042Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24722026-07-22T20:23:59.063Z Compiling typify-impl v0.6.2
24732026-07-22T20:23:59.216Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24742026-07-22T20:23:59.258Z Compiling dropshot v0.17.1
24752026-07-22T20:23:59.321Z Compiling async-stream v0.3.6
24762026-07-22T20:23:59.326Z Compiling sha1 v0.11.0
24772026-07-22T20:23:59.381Z Compiling progenitor-client v0.14.0
24782026-07-22T20:23:59.385Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24792026-07-22T20:23:59.430Z Compiling waitgroup v0.1.2
24802026-07-22T20:23:59.513Z Compiling rustls-pemfile v2.2.0
24812026-07-22T20:23:59.576Z Compiling backon v1.6.0
24822026-07-22T20:23:59.599Z Compiling hostname v0.4.2
24832026-07-22T20:23:59.622Z Compiling serde_path_to_error v0.1.20
24842026-07-22T20:23:59.628Z Compiling instant v0.1.13
24852026-07-22T20:23:59.709Z Compiling linear-map v1.2.0
24862026-07-22T20:23:59.735Z Compiling debug-ignore v1.0.5
24872026-07-22T20:23:59.757Z Compiling minimal-lexical v0.2.1
24882026-07-22T20:23:59.791Z Compiling backoff v0.4.0
24892026-07-22T20:23:59.826Z Compiling progenitor-extras v0.2.0
24902026-07-22T20:23:59.860Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24912026-07-22T20:23:59.977Z Compiling nom v7.1.3
24922026-07-22T20:24:00.001Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24932026-07-22T20:24:00.022Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24942026-07-22T20:24:00.041Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24952026-07-22T20:24:00.052Z Compiling parse-display v0.10.0
24962026-07-22T20:24:00.090Z Compiling oxide-update-engine v0.1.2
24972026-07-22T20:24:00.309Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24982026-07-22T20:24:00.351Z Compiling hickory-proto v0.24.4
24992026-07-22T20:24:00.674Z Compiling regress v0.10.5
25002026-07-22T20:24:00.959Z Compiling macaddr v1.0.1
25012026-07-22T20:24:01.215Z Compiling humantime v2.3.0
25022026-07-22T20:24:01.332Z Compiling unicode-xid v0.2.6
25032026-07-22T20:24:01.489Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25042026-07-22T20:24:01.511Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25052026-07-22T20:24:01.613Z Compiling convert_case v0.10.0
25062026-07-22T20:24:01.636Z Compiling owo-colors v4.3.0
25072026-07-22T20:24:01.809Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25082026-07-22T20:24:01.914Z Compiling derive_more-impl v2.1.1
25092026-07-22T20:24:02.002Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25102026-07-22T20:24:02.025Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25112026-07-22T20:24:02.116Z Compiling toml v0.8.23
25122026-07-22T20:24:02.466Z Compiling typify-macro v0.6.2
25132026-07-22T20:24:02.655Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25142026-07-22T20:24:02.817Z Compiling papergrid v0.11.0
25152026-07-22T20:24:02.841Z Compiling tabled_derive v0.7.0
25162026-07-22T20:24:02.841Z Compiling derive_more v2.1.1
25172026-07-22T20:24:02.841Z Compiling hickory-resolver v0.24.4
25182026-07-22T20:24:02.878Z Compiling termtree v0.5.1
25192026-07-22T20:24:03.065Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25202026-07-22T20:24:03.310Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25212026-07-22T20:24:03.670Z Compiling tabled v0.15.0
25222026-07-22T20:24:03.960Z Compiling crossterm v0.29.0
25232026-07-22T20:24:04.016Z Compiling typify v0.6.2
25242026-07-22T20:24:04.279Z Compiling progenitor-impl v0.14.0
25252026-07-22T20:24:04.735Z Compiling qorb v0.4.1
25262026-07-22T20:24:05.212Z Compiling phf_shared v0.12.1
25272026-07-22T20:24:05.320Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25282026-07-22T20:24:05.869Z Compiling csv-core v0.1.13
25292026-07-22T20:24:06.340Z Compiling vte v0.14.1
25302026-07-22T20:24:06.459Z Compiling progenitor-macro v0.14.0
25312026-07-22T20:24:06.889Z Compiling chrono-tz v0.10.4
25322026-07-22T20:24:07.108Z Compiling highway v1.3.0
25332026-07-22T20:24:07.777Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25342026-07-22T20:24:07.831Z Compiling strip-ansi-escapes v0.2.1
25352026-07-22T20:24:07.839Z Compiling csv v1.4.0
25362026-07-22T20:24:07.896Z Compiling phf v0.12.1
25372026-07-22T20:24:08.096Z Compiling const_format_proc_macros v0.2.34
25382026-07-22T20:24:08.123Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25392026-07-22T20:24:08.340Z Compiling fd-lock v4.0.4
25402026-07-22T20:24:08.510Z Compiling peg-macros v0.8.5
25412026-07-22T20:24:08.578Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25422026-07-22T20:24:08.599Z Compiling nu-ansi-term v0.50.3
25432026-07-22T20:24:08.861Z Compiling const_format v0.2.35
25442026-07-22T20:24:09.172Z Compiling reedline v0.40.0
25452026-07-22T20:24:09.220Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25462026-07-22T20:24:09.771Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25472026-07-22T20:24:09.932Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25482026-07-22T20:24:10.426Z Compiling progenitor v0.14.0
25492026-07-22T20:24:10.613Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25502026-07-22T20:24:10.757Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25512026-07-22T20:24:10.884Z Compiling peg v0.8.5
25522026-07-22T20:24:10.898Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25532026-07-22T20:24:10.988Z Compiling bcs v0.1.6
25542026-07-22T20:24:11.481Z Compiling nom v8.0.0
25552026-07-22T20:24:11.596Z Compiling semver v0.1.20
25562026-07-22T20:24:11.894Z Compiling rustc_version v0.1.7
25572026-07-22T20:24:12.135Z Compiling newtype_derive v0.1.6
25582026-07-22T20:24:12.383Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25592026-07-22T20:24:12.531Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25602026-07-22T20:24:12.874Z Compiling unicode-linebreak v0.1.5
25612026-07-22T20:24:12.955Z Compiling smawk v0.3.2
25622026-07-22T20:24:13.151Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25632026-07-22T20:24:13.278Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25642026-07-22T20:24:13.339Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25652026-07-22T20:24:13.413Z Compiling textwrap v0.16.2
25662026-07-22T20:24:13.617Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25672026-07-22T20:24:13.758Z Compiling steno v0.4.1
25682026-07-22T20:24:13.820Z Compiling base64 v0.21.7
25692026-07-22T20:24:14.209Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25702026-07-22T20:24:14.314Z Compiling dropshot-api-manager-types v0.7.2
25712026-07-22T20:24:14.332Z Compiling sha1 v0.10.6
25722026-07-22T20:24:14.888Z Compiling tagptr v0.2.0
25732026-07-22T20:24:14.934Z Compiling utf-8 v0.7.6
25742026-07-22T20:24:14.954Z Compiling moka v0.12.13
25752026-07-22T20:24:14.987Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25762026-07-22T20:24:15.205Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25772026-07-22T20:24:15.225Z Compiling tungstenite v0.21.0
25782026-07-22T20:24:15.307Z Compiling display-error-chain v0.2.2
25792026-07-22T20:24:15.437Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25802026-07-22T20:24:15.520Z Compiling radium v0.7.0
25812026-07-22T20:24:15.546Z Compiling maybe-uninit v2.0.0
25822026-07-22T20:24:15.823Z Compiling tokio-tungstenite v0.21.0
25832026-07-22T20:24:15.891Z Compiling tap v1.0.1
25842026-07-22T20:24:16.088Z Compiling hickory-resolver v0.25.2
25852026-07-22T20:24:16.187Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25862026-07-22T20:24:16.245Z Compiling wyz v0.5.1
25872026-07-22T20:24:16.605Z Compiling vergen-lib v0.1.6
25882026-07-22T20:24:16.621Z Compiling zerocopy-derive v0.6.6
25892026-07-22T20:24:16.783Z Compiling crc-catalog v2.4.0
25902026-07-22T20:24:16.923Z Compiling packed_struct v0.10.1
25912026-07-22T20:24:17.225Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25922026-07-22T20:24:17.345Z Compiling funty v2.0.0
25932026-07-22T20:24:17.427Z Compiling diesel_derives v2.3.7
25942026-07-22T20:24:17.681Z Compiling zerocopy v0.6.6
25952026-07-22T20:24:18.069Z Compiling bitvec v1.0.1
25962026-07-22T20:24:18.262Z Compiling crc v3.4.0
25972026-07-22T20:24:18.463Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25982026-07-22T20:24:18.683Z Compiling dsl_auto_type v0.2.0
25992026-07-22T20:24:18.758Z Compiling scheduled-thread-pool v0.2.7
26002026-07-22T20:24:19.164Z Compiling packed_struct_codegen v0.10.1
26012026-07-22T20:24:19.320Z Compiling vergen-gitcl v1.0.8
26022026-07-22T20:24:19.454Z Compiling diesel_table_macro_syntax v0.3.0
26032026-07-22T20:24:19.641Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26042026-07-22T20:24:19.656Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26052026-07-22T20:24:19.666Z Compiling bitfield-macros v0.19.4
26062026-07-22T20:24:19.754Z Compiling proc-macro-error-attr2 v2.0.0
26072026-07-22T20:24:19.985Z Compiling dirs-sys-next v0.1.2
26082026-07-22T20:24:20.173Z Compiling indexmap v1.9.3
26092026-07-22T20:24:20.251Z Compiling crunchy v0.2.4
26102026-07-22T20:24:20.256Z Compiling maplit v1.0.2
26112026-07-22T20:24:20.370Z Compiling nodrop v0.1.14
26122026-07-22T20:24:20.402Z Compiling glob v0.3.3
26132026-07-22T20:24:20.461Z Compiling bitfield v0.19.4
26142026-07-22T20:24:20.520Z Compiling array-init v0.0.4
26152026-07-22T20:24:20.540Z Compiling proc-macro-error2 v2.0.1
26162026-07-22T20:24:20.739Z Compiling clang-sys v1.8.1
26172026-07-22T20:24:20.852Z Compiling dirs-next v2.0.0
26182026-07-22T20:24:21.110Z Compiling r2d2 v0.8.10
26192026-07-22T20:24:21.130Z Compiling smallvec v0.6.14
26202026-07-22T20:24:21.346Z Compiling num-derive v0.3.3
26212026-07-22T20:24:21.370Z Compiling hashbrown v0.12.3
26222026-07-22T20:24:21.511Z Compiling downcast-rs v2.0.2
26232026-07-22T20:24:21.638Z Compiling tiny-keccak v2.0.2
26242026-07-22T20:24:21.982Z Compiling serde-hex v0.1.0
26252026-07-22T20:24:22.200Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26262026-07-22T20:24:22.259Z Compiling libscf-sys v1.1.0
26272026-07-22T20:24:22.329Z Compiling term v0.7.0
26282026-07-22T20:24:22.344Z Compiling tabled_derive v0.11.0
26292026-07-22T20:24:22.433Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26302026-07-22T20:24:22.457Z Compiling ron v0.8.1
26312026-07-22T20:24:22.484Z Compiling papergrid v0.17.0
26322026-07-22T20:24:22.511Z Compiling testing_table v0.3.0
26332026-07-22T20:24:22.801Z Compiling hashbrown v0.13.2
26342026-07-22T20:24:22.881Z Compiling crc-any v2.5.0
26352026-07-22T20:24:22.938Z Compiling bit-vec v0.6.3
26362026-07-22T20:24:23.294Z Compiling bit-set v0.5.3
26372026-07-22T20:24:23.338Z Compiling object v0.30.4
26382026-07-22T20:24:23.363Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26392026-07-22T20:24:23.408Z Compiling ascii-canvas v3.0.0
26402026-07-22T20:24:23.430Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26412026-07-22T20:24:23.639Z Compiling tabled v0.20.0
26422026-07-22T20:24:24.081Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26432026-07-22T20:24:24.219Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26442026-07-22T20:24:24.763Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26452026-07-22T20:24:24.784Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26462026-07-22T20:24:24.809Z Compiling progenitor-impl v0.13.0
26472026-07-22T20:24:24.947Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26482026-07-22T20:24:25.024Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26492026-07-22T20:24:25.186Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26502026-07-22T20:24:25.370Z Compiling itertools v0.10.5
26512026-07-22T20:24:25.391Z Compiling ena v0.14.4
26522026-07-22T20:24:25.564Z Compiling diesel v2.3.7
26532026-07-22T20:24:25.699Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26542026-07-22T20:24:25.953Z Compiling libloading v0.8.9
26552026-07-22T20:24:26.047Z Compiling diff v0.1.13
26562026-07-22T20:24:26.194Z Compiling bindgen v0.71.1
26572026-07-22T20:24:26.307Z Compiling unicase v2.9.0
26582026-07-22T20:24:26.488Z Compiling xshell-macros v0.2.7
26592026-07-22T20:24:26.520Z Compiling path-slash v0.1.5
26602026-07-22T20:24:26.534Z Compiling regex-syntax v0.6.29
26612026-07-22T20:24:26.707Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26622026-07-22T20:24:26.906Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26632026-07-22T20:24:26.995Z Compiling progenitor-macro v0.13.0
26642026-07-22T20:24:28.029Z Compiling lalrpop v0.19.12
26652026-07-22T20:24:28.086Z Compiling xshell v0.2.7
26662026-07-22T20:24:28.635Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26672026-07-22T20:24:29.377Z Compiling cexpr v0.6.0
26682026-07-22T20:24:29.623Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26692026-07-22T20:24:29.895Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26702026-07-22T20:24:30.067Z Compiling progenitor-client v0.13.0
26712026-07-22T20:24:30.363Z Compiling rustc-hash v2.1.1
26722026-07-22T20:24:30.591Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26732026-07-22T20:24:30.980Z Compiling progenitor v0.13.0
26742026-07-22T20:24:31.333Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26752026-07-22T20:24:31.467Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26762026-07-22T20:24:31.804Z Compiling headers-core v0.3.0
26772026-07-22T20:24:31.931Z Compiling libxml v0.3.3
26782026-07-22T20:24:31.956Z Compiling crc8 v0.1.1
26792026-07-22T20:24:32.090Z Compiling headers v0.4.1
26802026-07-22T20:24:32.252Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26812026-07-22T20:24:32.490Z Compiling strum_macros v0.24.3
26822026-07-22T20:24:32.572Z Compiling indoc v1.0.9
26832026-07-22T20:24:32.758Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26842026-07-22T20:24:32.865Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26852026-07-22T20:24:33.063Z Compiling derive_builder v0.20.2
26862026-07-22T20:24:33.115Z Compiling oso-derive v0.27.3
26872026-07-22T20:24:33.510Z Compiling quick-xml v0.37.5
26882026-07-22T20:24:33.633Z Compiling impl-trait-for-tuples v0.2.3
26892026-07-22T20:24:33.663Z Compiling openssl-probe v0.1.6
26902026-07-22T20:24:33.741Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26912026-07-22T20:24:33.753Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26922026-07-22T20:24:33.968Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26932026-07-22T20:24:34.189Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26942026-07-22T20:24:34.460Z Compiling bb8 v0.8.6
26952026-07-22T20:24:34.496Z Compiling trait-variant v0.1.2
26962026-07-22T20:24:34.856Z Compiling half v1.8.3
26972026-07-22T20:24:34.948Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26982026-07-22T20:24:35.109Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26992026-07-22T20:24:35.148Z Compiling samael v0.0.19
27002026-07-22T20:24:35.301Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27012026-07-22T20:24:35.452Z Compiling polar-core v0.27.3
27022026-07-22T20:24:35.717Z Compiling serde_cbor v0.11.2
27032026-07-22T20:24:35.851Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27042026-07-22T20:24:36.146Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27052026-07-22T20:24:36.190Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27062026-07-22T20:24:36.255Z Compiling nonempty v0.12.0
27072026-07-22T20:24:36.489Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27082026-07-22T20:24:36.532Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27092026-07-22T20:24:36.608Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27102026-07-22T20:24:36.725Z Compiling fxhash v0.2.1
27112026-07-22T20:24:36.896Z Compiling libz-sys v1.1.24
27122026-07-22T20:24:36.911Z Compiling salty v0.3.0
27132026-07-22T20:24:37.319Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27142026-07-22T20:24:37.516Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27152026-07-22T20:24:38.011Z Compiling kstat-rs v0.2.4
27162026-07-22T20:24:38.382Z Compiling arc-swap v1.8.2
27172026-07-22T20:24:38.507Z Compiling fs-err v2.11.0
27182026-07-22T20:24:38.734Z Compiling slog-scope v4.4.1
27192026-07-22T20:24:38.857Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27202026-07-22T20:24:38.901Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27212026-07-22T20:24:38.980Z Compiling mime_guess v2.0.5
27222026-07-22T20:24:39.481Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27232026-07-22T20:24:39.557Z Compiling rfc6979 v0.4.0
27242026-07-22T20:24:39.741Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27252026-07-22T20:24:39.793Z Compiling nanorand v0.7.0
27262026-07-22T20:24:40.249Z Compiling libgit2-sys v0.18.3+1.9.2
27272026-07-22T20:24:40.268Z Compiling parking_lot_core v0.8.6
27282026-07-22T20:24:40.601Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27292026-07-22T20:24:40.690Z Compiling flume v0.11.1
27302026-07-22T20:24:41.048Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27312026-07-22T20:24:41.359Z Compiling ecdsa v0.16.9
27322026-07-22T20:24:42.036Z Compiling slog-stdlog v4.1.1
27332026-07-22T20:24:42.500Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27342026-07-22T20:24:42.534Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27352026-07-22T20:24:42.552Z Compiling primeorder v0.13.6
27362026-07-22T20:24:42.894Z Compiling diesel-dtrace v0.5.0
27372026-07-22T20:24:43.213Z Compiling async-bb8-diesel v0.2.1
27382026-07-22T20:24:43.646Z Compiling git-stub v1.0.0
27392026-07-22T20:24:43.754Z Compiling atty v0.2.14
27402026-07-22T20:24:43.899Z Compiling strsim v0.10.0
27412026-07-22T20:24:43.945Z Compiling parse-size v1.1.0
27422026-07-22T20:24:44.168Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27432026-07-22T20:24:44.201Z Compiling instability v0.3.11
27442026-07-22T20:24:44.280Z Compiling http-range v0.1.5
27452026-07-22T20:24:44.412Z Compiling oso v0.27.3
27462026-07-22T20:24:44.516Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27472026-07-22T20:24:44.629Z Compiling darling_core v0.13.4
27482026-07-22T20:24:46.190Z Compiling git-stub-vcs v0.1.0
27492026-07-22T20:24:46.282Z Compiling p384 v0.13.1
27502026-07-22T20:24:46.555Z Compiling slog-envlogger v2.2.0
27512026-07-22T20:24:48.421Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27522026-07-22T20:24:48.533Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27532026-07-22T20:24:48.555Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27542026-07-22T20:24:48.770Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27552026-07-22T20:24:49.871Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27562026-07-22T20:24:49.926Z Compiling ignore v0.4.25
27572026-07-22T20:24:50.878Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27582026-07-22T20:24:50.922Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-07-22T20:24:51.124Z Compiling castaway v0.2.4
27602026-07-22T20:24:51.284Z Compiling vergen-git2 v9.1.0
27612026-07-22T20:24:51.539Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-07-22T20:24:51.788Z Compiling indoc v2.0.7
27632026-07-22T20:24:52.455Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27642026-07-22T20:24:53.011Z Compiling compact_str v0.8.1
27652026-07-22T20:24:53.042Z Compiling globwalk v0.9.1
27662026-07-22T20:24:53.330Z Compiling parking_lot v0.11.2
27672026-07-22T20:24:53.364Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27682026-07-22T20:24:53.694Z Compiling hyper-staticfile v0.10.1
27692026-07-22T20:24:54.018Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27702026-07-22T20:24:54.146Z Compiling darling_macro v0.13.4
27712026-07-22T20:24:54.504Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27722026-07-22T20:24:54.541Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27732026-07-22T20:24:54.675Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27742026-07-22T20:24:54.821Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27752026-07-22T20:24:54.853Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27762026-07-22T20:24:54.896Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27772026-07-22T20:24:55.151Z Compiling predicates-tree v1.0.13
27782026-07-22T20:24:55.457Z Compiling unicode-truncate v1.1.0
27792026-07-22T20:24:55.608Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27802026-07-22T20:24:55.744Z Compiling lru v0.12.5
27812026-07-22T20:24:55.856Z Compiling rand_seeder v0.4.0
27822026-07-22T20:24:55.913Z Compiling prefix-trie v0.7.0
27832026-07-22T20:24:56.131Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27842026-07-22T20:24:56.287Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27852026-07-22T20:24:56.408Z Compiling cassowary v0.3.0
27862026-07-22T20:24:56.555Z Compiling corncobs v0.1.4
27872026-07-22T20:24:56.620Z Compiling illumos-nvpair-sys v0.2.0
27882026-07-22T20:24:56.661Z Compiling hickory-server v0.25.2
27892026-07-22T20:24:56.759Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27902026-07-22T20:24:56.797Z Compiling ratatui v0.29.0
27912026-07-22T20:24:56.882Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27922026-07-22T20:24:57.088Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27932026-07-22T20:24:57.113Z Compiling camino-tempfile-ext v0.3.3
27942026-07-22T20:24:57.364Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27952026-07-22T20:24:57.475Z Compiling darling v0.13.4
27962026-07-22T20:24:57.881Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27972026-07-22T20:24:57.903Z Compiling sled v0.34.7
27982026-07-22T20:24:57.968Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27992026-07-22T20:24:58.004Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28002026-07-22T20:24:59.156Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28012026-07-22T20:25:00.212Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28022026-07-22T20:25:00.571Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28032026-07-22T20:25:00.805Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28042026-07-22T20:25:00.985Z Compiling secrecy v0.8.0
28052026-07-22T20:25:01.071Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28062026-07-22T20:25:01.675Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28072026-07-22T20:25:01.743Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28082026-07-22T20:25:02.323Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28092026-07-22T20:25:02.470Z Compiling serde_with_macros v1.5.2
28102026-07-22T20:25:03.320Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28112026-07-22T20:25:03.938Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28122026-07-22T20:25:04.068Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28132026-07-22T20:25:04.089Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28142026-07-22T20:25:04.329Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28152026-07-22T20:25:04.574Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28162026-07-22T20:25:04.809Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28172026-07-22T20:25:05.040Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28182026-07-22T20:25:05.080Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28192026-07-22T20:25:05.290Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28202026-07-22T20:25:05.337Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28212026-07-22T20:25:05.576Z Compiling void v1.0.2
28222026-07-22T20:25:05.713Z Compiling lzss v0.8.2
28232026-07-22T20:25:06.035Z Compiling illumos-nvpair v0.3.0
28242026-07-22T20:25:06.135Z Compiling git2 v0.20.4
28252026-07-22T20:25:06.523Z Compiling serde_with v1.14.0
28262026-07-22T20:25:06.546Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28272026-07-22T20:25:07.064Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28282026-07-22T20:25:07.544Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28292026-07-22T20:25:07.744Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28302026-07-22T20:25:09.300Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
28312026-07-22T20:25:09.518Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28322026-07-22T20:25:09.787Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28332026-07-22T20:25:10.000Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28342026-07-22T20:25:10.677Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28352026-07-22T20:25:10.905Z Compiling tungstenite v0.23.0
28362026-07-22T20:25:11.072Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28372026-07-22T20:25:11.401Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28382026-07-22T20:25:12.475Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28392026-07-22T20:25:12.714Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28402026-07-22T20:25:12.967Z Compiling nix v0.27.1
28412026-07-22T20:25:13.114Z Compiling twox-hash v2.1.2
28422026-07-22T20:25:13.267Z Compiling libsw-core v0.3.2
28432026-07-22T20:25:13.450Z Compiling serde_bytes v0.11.19
28442026-07-22T20:25:13.484Z Compiling libsw v3.5.0
28452026-07-22T20:25:13.662Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28462026-07-22T20:25:13.741Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28472026-07-22T20:25:13.775Z Compiling tokio-tungstenite v0.23.1
28482026-07-22T20:25:13.940Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28492026-07-22T20:25:13.987Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28502026-07-22T20:25:14.138Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28512026-07-22T20:25:14.152Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28522026-07-22T20:25:15.515Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28532026-07-22T20:25:16.176Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28542026-07-22T20:25:17.708Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28552026-07-22T20:25:18.107Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28562026-07-22T20:25:18.389Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28572026-07-22T20:25:18.422Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28582026-07-22T20:25:18.629Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28592026-07-22T20:25:19.121Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28602026-07-22T20:25:19.215Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28612026-07-22T20:25:19.590Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28622026-07-22T20:25:20.137Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28632026-07-22T20:25:20.505Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28642026-07-22T20:25:20.897Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28652026-07-22T20:25:22.768Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28662026-07-22T20:25:23.201Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28672026-07-22T20:25:23.932Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28682026-07-22T20:25:24.089Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28692026-07-22T20:25:24.407Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28702026-07-22T20:25:24.659Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28712026-07-22T20:25:25.531Z Compiling signal-hook-tokio v0.3.1
28722026-07-22T20:25:25.727Z Compiling fatfs v0.3.6
28732026-07-22T20:25:25.735Z Compiling yasna v0.5.2
28742026-07-22T20:25:25.858Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28752026-07-22T20:25:26.860Z Compiling seq-macro v0.3.6
28762026-07-22T20:25:27.025Z Compiling is_ci v1.2.0
28772026-07-22T20:25:27.244Z Compiling assert_matches v1.5.0
28782026-07-22T20:25:27.308Z Compiling supports-color v3.0.2
28792026-07-22T20:25:27.354Z Compiling rcgen v0.12.1
28802026-07-22T20:25:27.376Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28812026-07-22T20:25:27.658Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28822026-07-22T20:25:28.050Z Compiling oxide-update-engine-display v0.1.2
28832026-07-22T20:25:32.313Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28842026-07-22T20:25:32.313Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28852026-07-22T20:25:32.397Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28862026-07-22T20:25:32.397Z Compiling port-file v0.1.0
28872026-07-22T20:25:32.397Z Compiling subprocess v0.2.15
28882026-07-22T20:25:32.398Z Compiling rtoolbox v0.0.3
28892026-07-22T20:25:32.398Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28902026-07-22T20:25:32.398Z Compiling rpassword v7.5.4
28912026-07-22T20:25:32.398Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28922026-07-22T20:25:32.685Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28932026-07-22T20:25:32.839Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28942026-07-22T20:25:35.375Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28952026-07-22T20:25:35.402Z Compiling tui-tree-widget v0.23.1
28962026-07-22T20:25:35.512Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28972026-07-22T20:25:35.630Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28982026-07-22T20:25:35.696Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28992026-07-22T20:25:35.785Z Compiling uzers v0.12.2
29002026-07-22T20:25:35.946Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29012026-07-22T20:25:36.392Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29022026-07-22T20:25:37.241Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29032026-07-22T20:25:39.983Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29042026-07-22T20:25:40.889Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29052026-07-22T20:25:41.665Z Compiling support-bundle-viewer v0.1.2
29062026-07-22T20:25:43.050Z Compiling multimap v0.10.1
29072026-07-22T20:25:53.529Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29082026-07-22T20:25:58.553Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29092026-07-22T20:26:04.261Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29102026-07-22T20:26:05.272Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29112026-07-22T20:26:06.776Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29122026-07-22T20:32:15.890Z Finished `release` profile [optimized] target(s) in 8m 19s
29132026-07-22T20:33:02.755Z
29142026-07-22T20:33:02.755Zreal 9:07.706113223
29152026-07-22T20:33:02.755Zuser 1:18:01.233192919
29162026-07-22T20:33:02.755Zsys 3:27.764989576
29172026-07-22T20:33:02.759Ztrap 1.751926237
29182026-07-22T20:33:02.759Ztflt 2.122435234
29192026-07-22T20:33:02.760Zdflt 17.351807257
29202026-07-22T20:33:02.760Zkflt 0.006038892
29212026-07-22T20:33:02.760Zlock 6:36:33.347906599
29222026-07-22T20:33:02.760Zslp 2:11:02.476785719
29232026-07-22T20:33:02.760Zlat 2:21.404845570
29242026-07-22T20:33:02.760Zstop 5:06.867141533
29252026-07-22T20:33:02.760Z+ mapfile -t packages
29262026-07-22T20:33:02.760Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29272026-07-22T20:33:03.689Z Finished `release` profile [optimized] target(s) in 0.91s
29282026-07-22T20:33:03.764Z Running `target/release/omicron-package -t test list-outputs`
29292026-07-22T20:33:03.824ZLogging to: /work/oxidecomputer/omicron/out/LOG
29302026-07-22T20:33:03.827Z+ ptime -m cargo build --locked --release -p xtask
29312026-07-22T20:33:04.292Z Compiling libc v0.2.185
29322026-07-22T20:33:04.293Z Compiling serde_core v1.0.228
29332026-07-22T20:33:04.293Z Compiling serde v1.0.228
29342026-07-22T20:33:04.296Z Compiling rustix v1.1.3
29352026-07-22T20:33:04.296Z Compiling bitflags v2.11.0
29362026-07-22T20:33:04.296Z Compiling serde_json v1.0.150
29372026-07-22T20:33:04.455Z Compiling syn v2.0.117
29382026-07-22T20:33:04.460Z Compiling usdt-impl v0.5.0
29392026-07-22T20:33:04.467Z Compiling syn v1.0.109
29402026-07-22T20:33:04.489Z Compiling getrandom v0.4.1
29412026-07-22T20:33:04.501Z Compiling log v0.4.29
29422026-07-22T20:33:04.510Z Compiling indexmap v2.14.0
29432026-07-22T20:33:04.526Z Compiling fs-err v3.3.0
29442026-07-22T20:33:04.738Z Compiling once_cell v1.21.3
29452026-07-22T20:33:04.760Z Compiling anyhow v1.0.102
29462026-07-22T20:33:04.808Z Compiling heck v0.4.1
29472026-07-22T20:33:05.166Z Compiling thread-id v4.2.2
29482026-07-22T20:33:05.181Z Compiling errno v0.3.14
29492026-07-22T20:33:05.184Z Compiling memmap v0.7.0
29502026-07-22T20:33:05.932Z Compiling proc-macro-error v1.0.4
29512026-07-22T20:33:06.161Z Compiling terminal_size v0.4.3
29522026-07-22T20:33:06.161Z Compiling tempfile v3.25.0
29532026-07-22T20:33:06.184Z Compiling tabled_derive v0.7.0
29542026-07-22T20:33:06.257Z Compiling clap_builder v4.6.0
29552026-07-22T20:33:06.257Z Compiling textwrap v0.16.2
29562026-07-22T20:33:06.507Z Compiling camino v1.2.2
29572026-07-22T20:33:06.528Z Compiling cargo-platform v0.3.2
29582026-07-22T20:33:06.541Z Compiling semver v1.0.28
29592026-07-22T20:33:06.607Z Compiling pest_generator v2.8.6
29602026-07-22T20:33:06.843Z Compiling camino-tempfile v1.4.1
29612026-07-22T20:33:06.905Z Compiling tabled v0.15.0
29622026-07-22T20:33:07.131Z Compiling serde_derive v1.0.228
29632026-07-22T20:33:07.131Z Compiling thiserror-impl v1.0.69
29642026-07-22T20:33:07.134Z Compiling zerocopy-derive v0.7.35
29652026-07-22T20:33:07.135Z Compiling scroll_derive v0.12.1
29662026-07-22T20:33:07.135Z Compiling thiserror-impl v2.0.18
29672026-07-22T20:33:07.135Z Compiling clap_derive v4.6.1
29682026-07-22T20:33:07.196Z Compiling pest_derive v2.8.6
29692026-07-22T20:33:07.801Z Compiling scroll v0.12.0
29702026-07-22T20:33:07.970Z Compiling zerocopy v0.7.35
29712026-07-22T20:33:08.062Z Compiling goblin v0.8.2
29722026-07-22T20:33:08.307Z Compiling thiserror v2.0.18
29732026-07-22T20:33:08.353Z Compiling thiserror v1.0.69
29742026-07-22T20:33:08.438Z Compiling dtrace-parser v0.2.0
29752026-07-22T20:33:08.623Z Compiling clap v4.6.1
29762026-07-22T20:33:10.208Z Compiling dof v0.3.0
29772026-07-22T20:33:10.237Z Compiling serde_tokenstream v0.2.3
29782026-07-22T20:33:10.265Z Compiling toml_datetime v0.6.11
29792026-07-22T20:33:10.282Z Compiling serde_spanned v0.6.9
29802026-07-22T20:33:10.310Z Compiling cargo_metadata v0.23.1
29812026-07-22T20:33:10.326Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29822026-07-22T20:33:10.336Z Compiling macaddr v1.0.1
29832026-07-22T20:33:10.575Z Compiling toml_edit v0.22.27
29842026-07-22T20:33:11.000Z Compiling usdt-attr-macro v0.5.0
29852026-07-22T20:33:11.028Z Compiling usdt-macro v0.5.0
29862026-07-22T20:33:11.661Z Compiling usdt v0.5.0
29872026-07-22T20:33:12.136Z Compiling toml v0.8.23
29882026-07-22T20:33:12.563Z Compiling cargo_toml v0.21.0
29892026-07-22T20:33:16.991Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29902026-07-22T20:33:20.203Z Finished `release` profile [optimized] target(s) in 16.36s
29912026-07-22T20:33:20.346Z
29922026-07-22T20:33:20.346Zreal 16.482412595
29932026-07-22T20:33:20.346Zuser 2:04.667073555
29942026-07-22T20:33:20.349Zsys 14.052920415
29952026-07-22T20:33:20.349Ztrap 0.070660014
29962026-07-22T20:33:20.349Ztflt 0.407864357
29972026-07-22T20:33:20.349Zdflt 1.584839640
29982026-07-22T20:33:20.349Zkflt 0.000042680
29992026-07-22T20:33:20.349Zlock 4:27.593031836
30002026-07-22T20:33:20.349Zslp 2:43.677651352
30012026-07-22T20:33:20.349Zlat 4.107163371
30022026-07-22T20:33:20.349Zstop 15.067515553
30032026-07-22T20:33:20.349Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30042026-07-22T20:33:20.349Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30052026-07-22T20:33:20.349Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30062026-07-22T20:33:20.349Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30072026-07-22T20:33:20.349Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30082026-07-22T20:33:21.251Z Compiling progenitor-client v0.14.0
30092026-07-22T20:33:21.251Z Compiling newtype-uuid-macros v0.1.0
30102026-07-22T20:33:21.251Z Compiling match_cfg v0.1.0
30112026-07-22T20:33:21.251Z Compiling slog-json v2.6.1
30122026-07-22T20:33:21.254Z Compiling structmeta-derive v0.3.0
30132026-07-22T20:33:21.254Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30142026-07-22T20:33:21.399Z Compiling sha1 v0.11.0
30152026-07-22T20:33:21.408Z Compiling multer v3.1.0
30162026-07-22T20:33:21.413Z Compiling debug-ignore v1.0.5
30172026-07-22T20:33:21.413Z Compiling compression-core v0.4.31
30182026-07-22T20:33:21.413Z Compiling itertools v0.14.0
30192026-07-22T20:33:21.425Z Compiling async-stream-impl v0.3.6
30202026-07-22T20:33:21.428Z Compiling serde_spanned v1.1.1
30212026-07-22T20:33:21.428Z Compiling toml_datetime v1.1.1+spec-1.1.0
30222026-07-22T20:33:21.468Z Compiling dropshot v0.17.1
30232026-07-22T20:33:21.484Z Compiling hostname v0.3.1
30242026-07-22T20:33:21.487Z Compiling toml_writer v1.1.1+spec-1.1.0
30252026-07-22T20:33:21.613Z Compiling compression-codecs v0.4.37
30262026-07-22T20:33:21.666Z Compiling waitgroup v0.1.2
30272026-07-22T20:33:21.684Z Compiling rustls-pemfile v2.2.0
30282026-07-22T20:33:21.734Z Compiling toml v1.1.2+spec-1.1.0
30292026-07-22T20:33:21.768Z Compiling dropshot_endpoint v0.17.1
30302026-07-22T20:33:21.771Z Compiling serde_path_to_error v0.1.20
30312026-07-22T20:33:21.805Z Compiling hostname v0.4.2
30322026-07-22T20:33:21.842Z Compiling slog-bunyan v2.5.0
30332026-07-22T20:33:21.905Z Compiling async-compression v0.4.41
30342026-07-22T20:33:21.908Z Compiling atomicwrites v0.4.4
30352026-07-22T20:33:21.941Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30362026-07-22T20:33:21.977Z Compiling macaddr v1.0.1
30372026-07-22T20:33:21.997Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30382026-07-22T20:33:22.028Z Compiling instant v0.1.13
30392026-07-22T20:33:22.031Z Compiling regress v0.10.5
30402026-07-22T20:33:22.062Z Compiling backon v1.6.0
30412026-07-22T20:33:22.089Z Compiling async-stream v0.3.6
30422026-07-22T20:33:22.129Z Compiling backoff v0.4.0
30432026-07-22T20:33:22.148Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30442026-07-22T20:33:22.151Z Compiling humantime v2.3.0
30452026-07-22T20:33:22.180Z Compiling half v2.7.1
30462026-07-22T20:33:22.230Z Compiling crucible-workspace-hack v0.1.0
30472026-07-22T20:33:22.245Z Compiling progenitor-extras v0.2.0
30482026-07-22T20:33:22.281Z Compiling ciborium-io v0.2.2
30492026-07-22T20:33:22.298Z Compiling regress v0.11.1
30502026-07-22T20:33:22.353Z Compiling convert_case v0.4.0
30512026-07-22T20:33:22.395Z Compiling secrecy v0.10.3
30522026-07-22T20:33:22.449Z Compiling ciborium-ll v0.2.2
30532026-07-22T20:33:22.483Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30542026-07-22T20:33:22.486Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30552026-07-22T20:33:22.486Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30562026-07-22T20:33:22.534Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30572026-07-22T20:33:22.537Z Compiling structmeta v0.3.0
30582026-07-22T20:33:22.537Z Compiling inout v0.1.4
30592026-07-22T20:33:22.600Z Compiling unsafe-libyaml v0.2.11
30602026-07-22T20:33:22.621Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30612026-07-22T20:33:22.639Z Compiling ciborium v0.2.2
30622026-07-22T20:33:22.655Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30632026-07-22T20:33:22.680Z Compiling thiserror-impl-no-std v2.0.2
30642026-07-22T20:33:22.744Z Compiling derive_more v0.99.20
30652026-07-22T20:33:22.770Z Compiling cipher v0.4.4
30662026-07-22T20:33:22.808Z Compiling derive-ex v0.1.8
30672026-07-22T20:33:22.859Z Compiling parse-display-derive v0.10.0
30682026-07-22T20:33:22.877Z Compiling universal-hash v0.5.1
30692026-07-22T20:33:22.897Z Compiling opaque-debug v0.3.1
30702026-07-22T20:33:22.914Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30712026-07-22T20:33:22.985Z Compiling chacha20 v0.9.1
30722026-07-22T20:33:23.034Z Compiling poly1305 v0.8.0
30732026-07-22T20:33:23.051Z Compiling blake2 v0.10.6
30742026-07-22T20:33:23.069Z Compiling aead v0.5.2
30752026-07-22T20:33:23.180Z Compiling serde_yaml v0.9.34+deprecated
30762026-07-22T20:33:23.229Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30772026-07-22T20:33:23.259Z Compiling password-hash v0.5.0
30782026-07-22T20:33:23.294Z Compiling toml_datetime v0.7.5+spec-1.1.0
30792026-07-22T20:33:23.347Z Compiling indent_write v2.2.0
30802026-07-22T20:33:23.378Z Compiling chacha20poly1305 v0.10.1
30812026-07-22T20:33:23.508Z Compiling argon2 v0.5.3
30822026-07-22T20:33:23.552Z Compiling toml_edit v0.23.10+spec-1.0.0
30832026-07-22T20:33:23.573Z Compiling darling_core v0.21.3
30842026-07-22T20:33:23.628Z Compiling heapless v0.8.0
30852026-07-22T20:33:23.695Z Compiling tabwriter v1.4.1
30862026-07-22T20:33:23.786Z Compiling hash32 v0.3.1
30872026-07-22T20:33:23.922Z Compiling typify-impl v0.6.2
30882026-07-22T20:33:23.950Z Compiling thiserror-no-std v2.0.2
30892026-07-22T20:33:23.978Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30902026-07-22T20:33:24.063Z Compiling vsss-rs v3.3.4
30912026-07-22T20:33:24.189Z Compiling proc-macro-crate v3.4.0
30922026-07-22T20:33:24.265Z Compiling smoltcp v0.11.0
30932026-07-22T20:33:24.571Z Compiling test-strategy v0.4.5
30942026-07-22T20:33:24.627Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30952026-07-22T20:33:24.657Z Compiling parse-display v0.10.0
30962026-07-22T20:33:24.695Z Compiling cobs v0.3.0
30972026-07-22T20:33:24.732Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30982026-07-22T20:33:24.765Z Compiling num_enum_derive v0.7.6
30992026-07-22T20:33:24.903Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31002026-07-22T20:33:24.932Z Compiling colored v3.1.1
31012026-07-22T20:33:24.980Z Compiling postcard v1.1.3
31022026-07-22T20:33:25.004Z Compiling proc-macro-error v1.0.4
31032026-07-22T20:33:25.027Z Compiling proc-macro-crate v1.3.1
31042026-07-22T20:33:25.230Z Compiling rand v0.10.1
31052026-07-22T20:33:25.315Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31062026-07-22T20:33:25.333Z Compiling foreign-types-macros v0.2.3
31072026-07-22T20:33:25.349Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31082026-07-22T20:33:25.368Z Compiling foreign-types-shared v0.3.1
31092026-07-22T20:33:25.372Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31102026-07-22T20:33:25.464Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31112026-07-22T20:33:25.486Z Compiling rayon-core v1.13.0
31122026-07-22T20:33:25.596Z Compiling num_enum_derive v0.5.11
31132026-07-22T20:33:25.678Z Compiling crossbeam-deque v0.8.6
31142026-07-22T20:33:25.743Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31152026-07-22T20:33:25.790Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31162026-07-22T20:33:25.820Z Compiling cstr-argument v0.1.2
31172026-07-22T20:33:25.837Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31182026-07-22T20:33:25.938Z Compiling num_enum v0.7.6
31192026-07-22T20:33:25.998Z Compiling foreign-types v0.5.0
31202026-07-22T20:33:26.017Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31212026-07-22T20:33:26.096Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31222026-07-22T20:33:26.115Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31232026-07-22T20:33:26.130Z Compiling zone_cfg_derive v0.3.1
31242026-07-22T20:33:26.161Z Compiling darling_macro v0.21.3
31252026-07-22T20:33:26.195Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31262026-07-22T20:33:26.195Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31272026-07-22T20:33:26.267Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31282026-07-22T20:33:26.314Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31292026-07-22T20:33:26.350Z Compiling itertools v0.12.1
31302026-07-22T20:33:26.366Z Compiling rayon v1.11.0
31312026-07-22T20:33:26.415Z Compiling num-derive v0.4.2
31322026-07-22T20:33:26.427Z Compiling sigpipe v0.1.3
31332026-07-22T20:33:26.540Z Compiling glob v0.3.3
31342026-07-22T20:33:26.557Z Compiling cpubits v0.1.1
31352026-07-22T20:33:26.580Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31362026-07-22T20:33:26.664Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31372026-07-22T20:33:26.681Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31382026-07-22T20:33:26.717Z Compiling darling v0.21.3
31392026-07-22T20:33:26.764Z Compiling num_enum v0.5.11
31402026-07-22T20:33:26.791Z Compiling smf v0.2.3
31412026-07-22T20:33:26.831Z Compiling ingot-macros v0.1.1
31422026-07-22T20:33:26.851Z Compiling whoami v1.6.1
31432026-07-22T20:33:26.866Z Compiling usdt-macro v0.5.0
31442026-07-22T20:33:26.912Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31452026-07-22T20:33:26.943Z Compiling usdt-attr-macro v0.5.0
31462026-07-22T20:33:26.972Z Compiling gethostname v0.5.0
31472026-07-22T20:33:27.008Z Compiling num-rational v0.4.2
31482026-07-22T20:33:27.171Z Compiling pem-rfc7468 v1.0.0
31492026-07-22T20:33:27.246Z Compiling num-complex v0.4.6
31502026-07-22T20:33:27.340Z Compiling derive-where v1.6.0
31512026-07-22T20:33:27.402Z Compiling memmap v0.7.0
31522026-07-22T20:33:27.426Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31532026-07-22T20:33:27.505Z Compiling zone v0.3.1
31542026-07-22T20:33:27.622Z Compiling num v0.4.3
31552026-07-22T20:33:27.626Z Compiling float-ord v0.3.2
31562026-07-22T20:33:27.657Z Compiling toml v0.8.23
31572026-07-22T20:33:27.678Z Compiling hmac v0.13.0
31582026-07-22T20:33:27.704Z Compiling universal-hash v0.6.1
31592026-07-22T20:33:27.726Z Compiling resolv-conf v0.7.6
31602026-07-22T20:33:27.787Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31612026-07-22T20:33:27.827Z Compiling usdt v0.5.0
31622026-07-22T20:33:27.846Z Compiling cancel-safe-futures v0.1.5
31632026-07-22T20:33:27.867Z Compiling polyval v0.7.1
31642026-07-22T20:33:27.896Z Compiling der v0.8.0
31652026-07-22T20:33:27.950Z Compiling prettyplease v0.2.37
31662026-07-22T20:33:27.968Z Compiling pbkdf2 v0.13.0
31672026-07-22T20:33:28.099Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31682026-07-22T20:33:28.116Z Compiling ghash v0.6.0
31692026-07-22T20:33:28.150Z Compiling aes v0.9.1
31702026-07-22T20:33:28.153Z Compiling console v0.15.11
31712026-07-22T20:33:28.209Z Compiling newline-converter v0.3.0
31722026-07-22T20:33:28.243Z Compiling hickory-proto v0.24.4
31732026-07-22T20:33:28.287Z Compiling ctr v0.10.1
31742026-07-22T20:33:28.292Z Compiling aead v0.6.1
31752026-07-22T20:33:28.313Z Compiling sha2 v0.11.0
31762026-07-22T20:33:28.368Z Compiling linked-hash-map v0.5.6
31772026-07-22T20:33:28.469Z Compiling linear-map v1.2.0
31782026-07-22T20:33:28.493Z Compiling libefi-sys v0.1.0
31792026-07-22T20:33:28.519Z Compiling expectorate v1.2.0
31802026-07-22T20:33:28.574Z Compiling typify-macro v0.6.2
31812026-07-22T20:33:28.591Z Compiling aes-gcm v0.11.0
31822026-07-22T20:33:28.683Z Compiling lru-cache v0.1.2
31832026-07-22T20:33:28.725Z Compiling crypto-bigint v0.7.5
31842026-07-22T20:33:28.758Z Compiling oxide-update-engine-types v0.1.2
31852026-07-22T20:33:28.775Z Compiling cbc v0.2.1
31862026-07-22T20:33:28.779Z Compiling salsa20 v0.11.0
31872026-07-22T20:33:28.816Z Compiling spki v0.8.0
31882026-07-22T20:33:28.840Z Compiling bitfield-struct v0.6.2
31892026-07-22T20:33:28.958Z Compiling nom v8.0.0
31902026-07-22T20:33:28.974Z Compiling semver v0.1.20
31912026-07-22T20:33:29.065Z Compiling scrypt v0.12.0
31922026-07-22T20:33:29.173Z Compiling rustc_version v0.1.7
31932026-07-22T20:33:29.277Z Compiling tokio-dtrace v0.1.1
31942026-07-22T20:33:29.295Z Compiling dropshot-api-manager-types v0.7.2
31952026-07-22T20:33:29.380Z Compiling slog-dtrace v0.3.0
31962026-07-22T20:33:29.437Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31972026-07-22T20:33:29.474Z Compiling minimal-lexical v0.2.1
31982026-07-22T20:33:29.538Z Compiling oxide-tokio-rt v0.1.4
31992026-07-22T20:33:29.562Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32002026-07-22T20:33:29.582Z Compiling newtype_derive v0.1.6
32012026-07-22T20:33:29.646Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32022026-07-22T20:33:29.688Z Compiling nom v7.1.3
32032026-07-22T20:33:29.757Z Compiling oxide-update-engine v0.1.2
32042026-07-22T20:33:29.776Z Compiling ingot-types v0.1.2
32052026-07-22T20:33:29.821Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32062026-07-22T20:33:29.871Z Compiling pkcs5 v0.8.1
32072026-07-22T20:33:29.889Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32082026-07-22T20:33:29.892Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32092026-07-22T20:33:29.923Z Compiling phf_shared v0.12.1
32102026-07-22T20:33:29.988Z Compiling csv-core v0.1.13
32112026-07-22T20:33:30.130Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32122026-07-22T20:33:30.183Z Compiling ingot v0.1.1
32132026-07-22T20:33:30.212Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32142026-07-22T20:33:30.232Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32152026-07-22T20:33:30.273Z Compiling chrono-tz v0.10.4
32162026-07-22T20:33:30.290Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32172026-07-22T20:33:30.383Z Compiling hickory-resolver v0.24.4
32182026-07-22T20:33:30.437Z Compiling unicode-xid v0.2.6
32192026-07-22T20:33:30.454Z Compiling typify v0.6.2
32202026-07-22T20:33:30.502Z Compiling xshell-macros v0.2.7
32212026-07-22T20:33:30.505Z Compiling highway v1.3.0
32222026-07-22T20:33:30.582Z Compiling progenitor-impl v0.14.0
32232026-07-22T20:33:30.600Z Compiling const_format_proc_macros v0.2.34
32242026-07-22T20:33:30.980Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32252026-07-22T20:33:31.009Z Compiling xshell v0.2.7
32262026-07-22T20:33:31.095Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32272026-07-22T20:33:31.187Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32282026-07-22T20:33:31.350Z Compiling pkcs8 v0.11.0
32292026-07-22T20:33:31.522Z Compiling qorb v0.4.1
32302026-07-22T20:33:31.562Z Compiling csv v1.4.0
32312026-07-22T20:33:31.579Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32322026-07-22T20:33:31.646Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32332026-07-22T20:33:31.760Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32342026-07-22T20:33:31.780Z Compiling phf v0.12.1
32352026-07-22T20:33:31.959Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32362026-07-22T20:33:32.025Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32372026-07-22T20:33:32.139Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32382026-07-22T20:33:32.158Z Compiling owo-colors v4.3.0
32392026-07-22T20:33:32.211Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32402026-07-22T20:33:32.366Z Compiling const_format v0.2.35
32412026-07-22T20:33:32.466Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32422026-07-22T20:33:32.541Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32432026-07-22T20:33:32.636Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32442026-07-22T20:33:32.654Z Compiling tabled_derive v0.7.0
32452026-07-22T20:33:32.714Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32462026-07-22T20:33:33.183Z Compiling bcs v0.1.6
32472026-07-22T20:33:33.201Z Compiling ff v0.14.0
32482026-07-22T20:33:33.290Z Compiling progenitor-macro v0.14.0
32492026-07-22T20:33:33.377Z Compiling salty v0.3.0
32502026-07-22T20:33:33.540Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32512026-07-22T20:33:33.587Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32522026-07-22T20:33:33.610Z Compiling termtree v0.5.1
32532026-07-22T20:33:33.647Z Compiling tagptr v0.2.0
32542026-07-22T20:33:33.706Z Compiling tabled v0.15.0
32552026-07-22T20:33:33.723Z Compiling textwrap v0.16.2
32562026-07-22T20:33:33.797Z Compiling moka v0.12.13
32572026-07-22T20:33:33.826Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32582026-07-22T20:33:33.864Z Compiling steno v0.4.1
32592026-07-22T20:33:33.944Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32602026-07-22T20:33:34.065Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32612026-07-22T20:33:34.232Z Compiling sha1 v0.10.6
32622026-07-22T20:33:34.262Z Compiling signature v3.0.0
32632026-07-22T20:33:34.285Z Compiling radium v0.7.0
32642026-07-22T20:33:34.288Z Compiling base16ct v1.0.0
32652026-07-22T20:33:34.485Z Compiling base64 v0.21.7
32662026-07-22T20:33:34.502Z Compiling sec1 v0.8.1
32672026-07-22T20:33:34.527Z Compiling hickory-resolver v0.25.2
32682026-07-22T20:33:34.622Z Compiling group v0.14.0
32692026-07-22T20:33:34.655Z Compiling hkdf v0.13.0
32702026-07-22T20:33:34.831Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32712026-07-22T20:33:34.836Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32722026-07-22T20:33:34.864Z Compiling rfc6979 v0.4.0
32732026-07-22T20:33:34.867Z Compiling maybe-uninit v2.0.0
32742026-07-22T20:33:34.932Z Compiling tap v1.0.1
32752026-07-22T20:33:35.015Z Compiling ecdsa v0.16.9
32762026-07-22T20:33:35.056Z Compiling wyz v0.5.1
32772026-07-22T20:33:35.074Z Compiling elliptic-curve v0.14.0-rc.33
32782026-07-22T20:33:35.285Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32792026-07-22T20:33:35.449Z Compiling primeorder v0.13.6
32802026-07-22T20:33:35.504Z Compiling proc-macro-error-attr2 v2.0.0
32812026-07-22T20:33:35.648Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32822026-07-22T20:33:35.754Z Compiling packed_struct v0.10.1
32832026-07-22T20:33:35.804Z Compiling funty v2.0.0
32842026-07-22T20:33:35.850Z Compiling utf-8 v0.7.6
32852026-07-22T20:33:35.894Z Compiling parking_lot_core v0.8.6
32862026-07-22T20:33:35.974Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32872026-07-22T20:33:36.067Z Compiling tungstenite v0.21.0
32882026-07-22T20:33:36.110Z Compiling proc-macro-error2 v2.0.1
32892026-07-22T20:33:36.147Z Compiling p384 v0.13.1
32902026-07-22T20:33:36.168Z Compiling bitvec v1.0.1
32912026-07-22T20:33:36.311Z Compiling rfc6979 v0.5.0
32922026-07-22T20:33:36.411Z Compiling git-stub v1.0.0
32932026-07-22T20:33:36.430Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32942026-07-22T20:33:36.463Z Compiling num-derive v0.3.3
32952026-07-22T20:33:36.489Z Compiling packed_struct_codegen v0.10.1
32962026-07-22T20:33:36.492Z Compiling bitfield-macros v0.19.4
32972026-07-22T20:33:36.691Z Compiling zerocopy-derive v0.6.6
32982026-07-22T20:33:36.709Z Compiling indexmap v1.9.3
32992026-07-22T20:33:36.762Z Compiling crc-catalog v2.4.0
33002026-07-22T20:33:36.886Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33012026-07-22T20:33:36.912Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33022026-07-22T20:33:36.970Z Compiling nodrop v0.1.14
33032026-07-22T20:33:36.986Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33042026-07-22T20:33:37.055Z Compiling array-init v0.0.4
33052026-07-22T20:33:37.088Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33062026-07-22T20:33:37.193Z Compiling crc v3.4.0
33072026-07-22T20:33:37.226Z Compiling tokio-tungstenite v0.21.0
33082026-07-22T20:33:37.272Z Compiling git-stub-vcs v0.1.0
33092026-07-22T20:33:37.315Z Compiling bitfield v0.19.4
33102026-07-22T20:33:37.426Z Compiling tabled_derive v0.11.0
33112026-07-22T20:33:37.430Z Compiling ecdsa v0.17.0-rc.18
33122026-07-22T20:33:37.462Z Compiling libscf-sys v1.1.0
33132026-07-22T20:33:37.524Z Compiling smallvec v0.6.14
33142026-07-22T20:33:37.633Z Compiling zerocopy v0.6.6
33152026-07-22T20:33:37.651Z Compiling primeorder v0.14.0-rc.10
33162026-07-22T20:33:37.687Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33172026-07-22T20:33:37.725Z Compiling primefield v0.14.0
33182026-07-22T20:33:37.757Z Compiling progenitor-impl v0.13.0
33192026-07-22T20:33:37.878Z Compiling papergrid v0.17.0
33202026-07-22T20:33:37.901Z Compiling testing_table v0.3.0
33212026-07-22T20:33:37.919Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33222026-07-22T20:33:37.989Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33232026-07-22T20:33:38.007Z Compiling curve25519-dalek v5.0.0-rc.0
33242026-07-22T20:33:38.024Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33252026-07-22T20:33:38.045Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33262026-07-22T20:33:38.088Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33272026-07-22T20:33:38.115Z Compiling illumos-nvpair-sys v0.2.0
33282026-07-22T20:33:38.267Z Compiling unicase v2.9.0
33292026-07-22T20:33:38.294Z Compiling corncobs v0.1.4
33302026-07-22T20:33:38.342Z Compiling hashbrown v0.12.3
33312026-07-22T20:33:38.421Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33322026-07-22T20:33:38.424Z Compiling progenitor v0.14.0
33332026-07-22T20:33:38.483Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33342026-07-22T20:33:38.500Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33352026-07-22T20:33:38.503Z Compiling parking_lot v0.11.2
33362026-07-22T20:33:38.503Z Compiling mime_guess v2.0.5
33372026-07-22T20:33:38.611Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33382026-07-22T20:33:38.648Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33392026-07-22T20:33:38.667Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33402026-07-22T20:33:38.685Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33412026-07-22T20:33:38.737Z Compiling serde-hex v0.1.0
33422026-07-22T20:33:38.850Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33432026-07-22T20:33:38.864Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33442026-07-22T20:33:38.903Z Compiling tabled v0.20.0
33452026-07-22T20:33:39.021Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33462026-07-22T20:33:39.128Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33472026-07-22T20:33:39.173Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33482026-07-22T20:33:39.450Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33492026-07-22T20:33:39.489Z Compiling ron v0.8.1
33502026-07-22T20:33:39.565Z Compiling ssh-encoding v0.3.0-rc.9
33512026-07-22T20:33:39.582Z Compiling hashbrown v0.13.2
33522026-07-22T20:33:39.622Z Compiling progenitor-client v0.13.0
33532026-07-22T20:33:39.638Z Compiling prefix-trie v0.7.0
33542026-07-22T20:33:39.928Z Compiling fxhash v0.2.1
33552026-07-22T20:33:40.053Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33562026-07-22T20:33:40.098Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33572026-07-22T20:33:40.116Z Compiling secrecy v0.8.0
33582026-07-22T20:33:40.288Z Compiling crc-any v2.5.0
33592026-07-22T20:33:40.346Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33602026-07-22T20:33:40.371Z Compiling progenitor-macro v0.13.0
33612026-07-22T20:33:40.558Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33622026-07-22T20:33:40.608Z Compiling sled v0.34.7
33632026-07-22T20:33:40.960Z Compiling object v0.30.4
33642026-07-22T20:33:41.125Z Compiling hickory-server v0.25.2
33652026-07-22T20:33:41.245Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33662026-07-22T20:33:41.295Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33672026-07-22T20:33:41.372Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33682026-07-22T20:33:41.391Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33692026-07-22T20:33:41.828Z Compiling ed25519 v3.0.0
33702026-07-22T20:33:41.884Z Compiling crypto-primes v0.7.2
33712026-07-22T20:33:41.986Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33722026-07-22T20:33:42.458Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33732026-07-22T20:33:42.568Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33742026-07-22T20:33:42.747Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33752026-07-22T20:33:42.945Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33762026-07-22T20:33:42.970Z Compiling pkcs1 v0.8.0-rc.4
33772026-07-22T20:33:43.006Z Compiling poly1305 v0.9.0
33782026-07-22T20:33:43.031Z Compiling blowfish v0.10.0
33792026-07-22T20:33:43.049Z Compiling blake2 v0.11.0-rc.6
33802026-07-22T20:33:43.302Z Compiling keccak v0.2.0
33812026-07-22T20:33:43.335Z Compiling crc8 v0.1.1
33822026-07-22T20:33:43.385Z Compiling half v1.8.3
33832026-07-22T20:33:43.475Z Compiling path-slash v0.1.5
33842026-07-22T20:33:43.515Z Compiling fiat-crypto v0.3.0
33852026-07-22T20:33:43.620Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33862026-07-22T20:33:43.644Z Compiling http-range v0.1.5
33872026-07-22T20:33:43.662Z Compiling serde_cbor v0.11.2
33882026-07-22T20:33:43.681Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33892026-07-22T20:33:43.741Z Compiling sha3 v0.11.0
33902026-07-22T20:33:43.776Z Compiling argon2 v0.6.0-rc.8
33912026-07-22T20:33:43.858Z Compiling ssh-cipher v0.3.0-rc.9
33922026-07-22T20:33:43.906Z Compiling rsa v0.10.0-rc.18
33932026-07-22T20:33:43.959Z Compiling bcrypt-pbkdf v0.11.0
33942026-07-22T20:33:44.092Z Compiling ed25519-dalek v3.0.0-rc.0
33952026-07-22T20:33:44.221Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33962026-07-22T20:33:44.299Z Compiling illumos-nvpair v0.3.0
33972026-07-22T20:33:44.347Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33982026-07-22T20:33:44.545Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33992026-07-22T20:33:44.570Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34002026-07-22T20:33:44.761Z Compiling p521 v0.14.0-rc.10
34012026-07-22T20:33:44.779Z Compiling p256 v0.14.0-rc.10
34022026-07-22T20:33:44.893Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34032026-07-22T20:33:44.912Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34042026-07-22T20:33:44.960Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34052026-07-22T20:33:45.035Z Compiling yasna v0.5.2
34062026-07-22T20:33:45.353Z Compiling kstat-rs v0.2.4
34072026-07-22T20:33:45.438Z Compiling headers-core v0.3.0
34082026-07-22T20:33:45.454Z Compiling kem v0.3.0
34092026-07-22T20:33:45.470Z Compiling progenitor v0.13.0
34102026-07-22T20:33:45.583Z Compiling module-lattice v0.2.3
34112026-07-22T20:33:45.599Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34122026-07-22T20:33:45.643Z Compiling nanorand v0.7.0
34132026-07-22T20:33:45.663Z Compiling atty v0.2.14
34142026-07-22T20:33:45.683Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34152026-07-22T20:33:45.686Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34162026-07-22T20:33:45.733Z Compiling headers v0.4.1
34172026-07-22T20:33:45.827Z Compiling ml-kem v0.3.2
34182026-07-22T20:33:45.861Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34192026-07-22T20:33:45.966Z Compiling flume v0.11.1
34202026-07-22T20:33:46.056Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34212026-07-22T20:33:46.096Z Compiling rcgen v0.12.1
34222026-07-22T20:33:46.306Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34232026-07-22T20:33:46.419Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34242026-07-22T20:33:46.573Z Compiling hyper-staticfile v0.10.1
34252026-07-22T20:33:46.757Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34262026-07-22T20:33:46.803Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34272026-07-22T20:33:47.013Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34282026-07-22T20:33:47.123Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34292026-07-22T20:33:47.155Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
34302026-07-22T20:33:47.348Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34312026-07-22T20:33:47.451Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34322026-07-22T20:33:47.573Z Compiling russh-cryptovec v0.61.0
34332026-07-22T20:33:47.820Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34342026-07-22T20:33:47.838Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34352026-07-22T20:33:48.088Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34362026-07-22T20:33:48.107Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34372026-07-22T20:33:48.168Z Compiling internal-russh-num-bigint v0.5.0
34382026-07-22T20:33:48.290Z Compiling port-file v0.1.0
34392026-07-22T20:33:48.308Z Compiling num-bigint v0.4.6
34402026-07-22T20:33:48.331Z Compiling generic-array v1.4.3
34412026-07-22T20:33:48.349Z Compiling russh-util v0.52.0
34422026-07-22T20:33:48.528Z Compiling enum_dispatch v0.3.13
34432026-07-22T20:33:48.560Z Compiling delegate v0.13.5
34442026-07-22T20:33:48.608Z Compiling subprocess v0.2.15
34452026-07-22T20:33:48.644Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34462026-07-22T20:33:48.770Z Compiling p384 v0.14.0-rc.10
34472026-07-22T20:33:48.842Z Compiling hex-literal v1.1.0
34482026-07-22T20:33:48.859Z Compiling display-error-chain v0.2.2
34492026-07-22T20:33:48.983Z Compiling md5 v0.8.0
34502026-07-22T20:33:49.055Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34512026-07-22T20:33:49.121Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34522026-07-22T20:33:49.212Z Compiling colored v2.2.0
34532026-07-22T20:33:49.278Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34542026-07-22T20:33:49.367Z Compiling socket2 v0.5.10
34552026-07-22T20:33:49.489Z Compiling internet-checksum v0.2.1
34562026-07-22T20:33:49.820Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34572026-07-22T20:33:50.544Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34582026-07-22T20:33:50.901Z Compiling ssh-key v0.7.0-rc.10
34592026-07-22T20:33:51.082Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34602026-07-22T20:33:52.133Z Compiling russh v0.61.2
34612026-07-22T20:33:52.589Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34622026-07-22T20:33:53.728Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34632026-07-22T20:34:02.105Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34642026-07-22T20:34:02.105Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34652026-07-22T20:34:02.105Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34662026-07-22T20:34:02.108Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34672026-07-22T20:34:03.825Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34682026-07-22T20:34:03.889Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34692026-07-22T20:34:07.830Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34702026-07-22T20:34:47.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34712026-07-22T20:34:47.482Z
34722026-07-22T20:34:47.482Zreal 1:27.071792793
34732026-07-22T20:34:47.482Zuser 8:40.186755388
34742026-07-22T20:34:47.482Zsys 1:43.016358442
34752026-07-22T20:34:47.482Ztrap 0.264261048
34762026-07-22T20:34:47.483Ztflt 0.398751079
34772026-07-22T20:34:47.483Zdflt 1.723154803
34782026-07-22T20:34:47.483Zkflt 0.000306390
34792026-07-22T20:34:47.483Zlock 30:51.985002779
34802026-07-22T20:34:47.486Zslp 19:53.556942792
34812026-07-22T20:34:47.486Zlat 43.128111062
34822026-07-22T20:34:47.486Zstop 3:01.802160882
34832026-07-22T20:34:47.486Z+ mkdir tests
34842026-07-22T20:34:47.489Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34852026-07-22T20:34:47.489Z+ xargs -I '{}' -t cp '{}' tests/
34862026-07-22T20:34:47.511Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e4c9c7ae0bb0dfef tests/
34872026-07-22T20:34:47.540Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ea78505dc2dc167f tests/
34882026-07-22T20:34:47.568Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-33515beb2d6ed64a tests/
34892026-07-22T20:34:47.598Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-fe05326eebb245d2 tests/
34902026-07-22T20:34:47.930Z+ 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-22T20:34:47.933Z+ 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-22T20:36:07.668ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34932026-07-22T20:36:07.668Za .github/buildomat/ci-env.sh 1K
34942026-07-22T20:36:07.668Za out/target/test 1K
34952026-07-22T20:36:07.668Za out/npuzone/npuzone 27402K
34962026-07-22T20:36:07.668Za package-manifest.toml 35K
34972026-07-22T20:36:07.668Za smf/sled-agent/non-gimlet/config.toml 6K
34982026-07-22T20:36:07.668Za target/release/omicron-package 40669K
34992026-07-22T20:36:07.668Za target/release/xtask 10468K
35002026-07-22T20:36:07.668Za target/debug/bootstrap 349526K
35012026-07-22T20:36:07.668Za tests/bootstrap-ea78505dc2dc167f 31974K
35022026-07-22T20:36:07.668Za tests/commtest-33515beb2d6ed64a 32169K
35032026-07-22T20:36:07.668Za tests/dhcp_server-e4c9c7ae0bb0dfef 31974K
35042026-07-22T20:36:07.668Za tests/end_to_end_tests-fe05326eebb245d2 399403K
35052026-07-22T20:36:07.668Za tools/opte_version 1K
35062026-07-22T20:36:07.668Za tools/opte_version_override 2K
35072026-07-22T20:36:07.668Za out/clickhouse.tar.gz 310632K
35082026-07-22T20:36:07.668Za out/clickhouse_keeper.tar.gz 297119K
35092026-07-22T20:36:07.668Za out/clickhouse_server.tar.gz 310629K
35102026-07-22T20:36:07.668Za out/cockroachdb.tar.gz 161693K
35112026-07-22T20:36:07.668Za out/crucible-pantry-zone.tar.gz 39093K
35122026-07-22T20:36:07.668Za out/crucible-utils.tar 18900K
35132026-07-22T20:36:07.668Za out/crucible-zone.tar.gz 53788K
35142026-07-22T20:36:07.669Za out/external-dns.tar.gz 46113K
35152026-07-22T20:36:07.669Za out/internal-dns.tar.gz 46113K
35162026-07-22T20:36:07.669Za out/mg-ddm-gz.tar 102717K
35172026-07-22T20:36:07.669Za out/nexus.tar.gz 273553K
35182026-07-22T20:36:07.669Za out/ntp.tar.gz 29877K
35192026-07-22T20:36:07.669Za out/omicron-gateway-softnpu.tar.gz 27690K
35202026-07-22T20:36:07.669Za out/omicron-sled-agent.tar 191308K
35212026-07-22T20:36:07.669Za out/overlay.tar.gz 4K
35222026-07-22T20:36:07.669Za out/oximeter.tar.gz 59866K
35232026-07-22T20:36:07.669Za out/oxlog.tar 3808K
35242026-07-22T20:36:07.669Za out/probe.tar.gz 3037K
35252026-07-22T20:36:07.669Za out/propolis-server.tar.gz 34372K
35262026-07-22T20:36:07.669Za out/pumpkind-gz.tar 26647K
35272026-07-22T20:36:07.669Za out/switch-softnpu.tar.gz 450104K
35282026-07-22T20:36:07.675Z
35292026-07-22T20:36:07.675Zreal 1:19.734640488
35302026-07-22T20:36:07.675Zuser 1:17.106217877
35312026-07-22T20:36:07.675Zsys 4.399005976
35322026-07-22T20:36:07.675Ztrap 0.006935645
35332026-07-22T20:36:07.675Ztflt 0.000000000
35342026-07-22T20:36:07.675Zdflt 0.000000000
35352026-07-22T20:36:07.675Zkflt 0.000000000
35362026-07-22T20:36:07.675Zlock 0.000000000
35372026-07-22T20:36:07.675Zslp 1:16.973861667
35382026-07-22T20:36:07.675Zlat 0.978397837
35392026-07-22T20:36:07.675Zstop 0.000460550
35402026-07-22T20:36:07.675Zprocess exited: duration 940730 ms, exit code 0
 
35412026-07-22T20:36:07.699Zfound 1 output files
35422026-07-22T20:36:07.743Zuploading: /work/package.tar.gz (2482938511 bytes)
35432026-07-22T20:37:15.402Zuploaded: /work/package.tar.gz