01KXQ4809P6MMMBTKHWVYH66ZB: 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: 01KXQ48YVQJ4AN44DARYQ46TD9

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-17T04:11:05.729Zjob assigned to worker 01KXQ493N5FVNGWV8K44K30VNZ [factory aws, i-00d925b64ec4b9e61] (queued for 56 s)
 
22026-07-17T04:11:13.294Zstarting task 0: "setup"
32026-07-17T04:11:13.314Z++ uname -s
42026-07-17T04:11:13.314Z+ kern=SunOS
52026-07-17T04:11:13.314Z+ build_user=build
62026-07-17T04:11:13.314Z+ build_uid=12345
72026-07-17T04:11:13.314Z+ work_dir=/work
82026-07-17T04:11:13.314Z+ input_dir=/input
92026-07-17T04:11:13.314Z+ [[ 0 == 12345 ]]
102026-07-17T04:11:13.314Z+ case "$kern" in
112026-07-17T04:11:13.314Z+ groupadd -g 12345 build
122026-07-17T04:11:13.314Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-17T04:11:15.304Z+ zfs create -o mountpoint=/work rpool/work
142026-07-17T04:11:15.474Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-17T04:11:15.480Z+ home_fs=zfs
162026-07-17T04:11:15.480Z+ [[ zfs == autofs ]]
172026-07-17T04:11:15.480Z+ mkdir -p /home/build
182026-07-17T04:11:15.480Z+ chown build:build /home/build /work
192026-07-17T04:11:17.471Z+ chmod 0700 /home/build /work
202026-07-17T04:11:17.519Zprocess exited: duration 4197 ms, exit code 0
 
212026-07-17T04:11:17.527Zstarting task 1: "rust-toolchain"
222026-07-17T04:11:17.533Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-17T04:11:17.533Z * rust toolchain channel = "1.96.1"
242026-07-17T04:11:17.533Z * rust toolchain profile = "default"
252026-07-17T04:11:17.533Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-17T04:11:17.533Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-17T04:11:17.533Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-17T04:11:17.752Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-17T04:11:17.752Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-17T04:11:17.761Zinfo: downloading installer
312026-07-17T04:11:20.451Zwarn: It looks like you have an existing rustup settings file at:
322026-07-17T04:11:20.451Zwarn: /home/build/.rustup/settings.toml
332026-07-17T04:11:20.452Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-17T04:11:20.479Zwarn: instead of the one inferred from the default host triple.
352026-07-17T04:11:20.480Zinfo: profile set to default
362026-07-17T04:11:20.480Zinfo: default host triple is x86_64-unknown-illumos
372026-07-17T04:11:20.480Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-17T04:11:20.480Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-17T04:11:20.480Zinfo: downloading 6 components
402026-07-17T04:11:33.756Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-17T04:11:33.756Z
422026-07-17T04:11:33.781Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-17T04:11:33.781Z
442026-07-17T04:11:33.781Z
452026-07-17T04:11:33.781ZRust is installed now. Great!
462026-07-17T04:11:33.781Z
472026-07-17T04:11:33.781ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-17T04:11:33.781Zenvironment variable. This has not been done automatically.
492026-07-17T04:11:33.781Z
502026-07-17T04:11:33.781ZTo configure your current shell, you need to source
512026-07-17T04:11:33.781Zthe corresponding env file under $HOME/.cargo.
522026-07-17T04:11:33.781Z
532026-07-17T04:11:33.793ZThis is usually done by running one of the following (note the leading DOT):
542026-07-17T04:11:33.793Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-17T04:11:33.793Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-17T04:11:33.794Zsource "~/.cargo/env.nu" # For nushell
572026-07-17T04:11:33.794Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-17T04:11:33.794Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-17T04:11:33.794Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-17T04:11:33.794Zwarn: no default linker (`cc`) was found in your PATH
612026-07-17T04:11:33.794Zwarn: many Rust crates require a system C toolchain to build
622026-07-17T04:11:33.874Z+ rustup --version
632026-07-17T04:11:33.880Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-17T04:11:33.884Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-17T04:11:33.904Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-17T04:11:33.915Z+ cargo --version
672026-07-17T04:11:33.922Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-17T04:11:33.922Z+ rustc --version
692026-07-17T04:11:33.939Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-17T04:11:33.954Zprocess exited: duration 16411 ms, exit code 0
 
712026-07-17T04:11:33.975Zstarting task 2: "authentication"
722026-07-17T04:11:33.988ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-07-17T04:11:46.116Zprocess exited: duration 12142 ms, exit code 0
 
742026-07-17T04:11:46.130Zstarting task 3: "clone repository"
752026-07-17T04:11:46.134Z+ mkdir -p /work/oxidecomputer/omicron
762026-07-17T04:11:46.139Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-07-17T04:11:46.171ZCloning into '/work/oxidecomputer/omicron'...
782026-07-17T04:11:58.551Z+ cd /work/oxidecomputer/omicron
792026-07-17T04:11:58.551Z+ git fetch origin 817eea72b242cc33d9b3c6c07fbb9d34eeb9eb70
802026-07-17T04:11:58.841ZFrom https://github.com/oxidecomputer/omicron
812026-07-17T04:11:58.841Z * branch 817eea72b242cc33d9b3c6c07fbb9d34eeb9eb70 -> FETCH_HEAD
822026-07-17T04:11:58.855Z+ [[ -n '' ]]
832026-07-17T04:11:58.855Z+ git reset --hard 817eea72b242cc33d9b3c6c07fbb9d34eeb9eb70
842026-07-17T04:11:59.098ZHEAD is now at 817eea72b Update apache/skywalking-eyes digest to 61275cc
852026-07-17T04:11:59.101Zprocess exited: duration 12973 ms, exit code 0
 
862026-07-17T04:11:59.108Zstarting task 4: "build"
872026-07-17T04:11:59.114Z+ source .github/buildomat/ci-env.sh
882026-07-17T04:11:59.114Z++ export CARGO_TERM_COLOR=always
892026-07-17T04:11:59.114Z++ CARGO_TERM_COLOR=always
902026-07-17T04:11:59.118Z+++ uname -s
912026-07-17T04:11:59.118Z++ [[ SunOS == \S\u\n\O\S ]]
922026-07-17T04:11:59.118Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
932026-07-17T04:11:59.122Z+ cargo --version
942026-07-17T04:11:59.128Zcargo 1.96.1 (356927216 2026-06-26)
952026-07-17T04:11:59.132Z+ rustc --version
962026-07-17T04:11:59.151Zrustc 1.96.1 (31fca3adb 2026-06-26)
972026-07-17T04:11:59.154Z+ WORK=/work
982026-07-17T04:11:59.154Z+ pfexec mkdir -p /work
992026-07-17T04:11:59.158Z+ pfexec chown build /work
1002026-07-17T04:11:59.161Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1012026-07-17T04:12:00.857Z Startup: Refreshing catalog 'helios' ... Done
1022026-07-17T04:12:00.963Z Startup: Caching catalogs ... Done
1032026-07-17T04:12:01.539ZPlanning: Solver setup ... Done (0.516s)
1042026-07-17T04:12:01.568ZPlanning: Running solver ... Done (0.028s)
1052026-07-17T04:12:01.582ZPlanning: Finding local manifests ... Done (0.003s)
1062026-07-17T04:12:01.593ZPlanning: Fetching manifests: 0/2 0% complete
1072026-07-17T04:12:01.618ZPlanning: Fetching manifests: 2/2 100% complete
1082026-07-17T04:12:01.633ZPlanning: Package planning ... Done (0.015s)
1092026-07-17T04:12:01.636ZPlanning: Merging actions ... Done (0.001s)
1102026-07-17T04:12:01.799ZPlanning: Checking for conflicting actions ... Done (0.165s)
1112026-07-17T04:12:01.803ZPlanning: Consolidating action changes ... Done (0.001s)
1122026-07-17T04:12:02.789ZPlanning: Evaluating mediators ... Done (0.984s)
1132026-07-17T04:12:02.798ZPlanning: Planning completed in 1.79 seconds
1142026-07-17T04:12:02.798Z Packages to install: 2
1152026-07-17T04:12:02.798Z Estimated space available: 156.05 GB
1162026-07-17T04:12:02.798ZEstimated space to be consumed: 34.06 MB
1172026-07-17T04:12:02.798Z Create boot environment: No
1182026-07-17T04:12:02.798ZCreate backup boot environment: No
1192026-07-17T04:12:02.799Z Rebuild boot archive: No
1202026-07-17T04:12:02.799Z
1212026-07-17T04:12:02.799ZChanged packages:
1222026-07-17T04:12:02.799Zhelios
1232026-07-17T04:12:02.799Z developer/build-essential
1242026-07-17T04:12:02.799Z None -> 11-3.0
1252026-07-17T04:12:02.799Z library/libxmlsec1
1262026-07-17T04:12:02.799Z None -> 1.2.35-3.0
1272026-07-17T04:12:02.819Z
1282026-07-17T04:12:02.819ZDownload: 0/214 items 0.0/1.3MB 0% complete
1292026-07-17T04:12:03.300ZDownload: Completed 1.28 MB in 0.48 seconds (2.7M/s)
1302026-07-17T04:12:03.359Z Actions: 1/268 actions (Installing new actions)
1312026-07-17T04:12:03.398Z Actions: Completed 268 actions in 0.04 seconds.
1322026-07-17T04:12:03.411ZFinalize: Updating package state database ... Done (0.013s)
1332026-07-17T04:12:03.411ZFinalize: Updating package cache ... Done (0.000s)
1342026-07-17T04:12:03.455ZFinalize: Updating image state ... Done (0.032s)
1352026-07-17T04:12:05.960ZFinalize: Creating fast lookup database ... Done (2.489s)
1362026-07-17T04:12:06.034ZFinalize: Reading search index ... Done (0.013s)
1372026-07-17T04:12:06.039ZFinalize: Updating search index ... Done (0.000s)
1382026-07-17T04:12:06.129ZFinalize: Updating package cache ... Done (0.000s)
1392026-07-17T04:12:06.442ZPlanning: Evaluating mediator changes ... Done
1402026-07-17T04:12:06.546ZPlanning: Checking for conflicting actions ... Done
1412026-07-17T04:12:06.549ZPlanning: Consolidating action changes ... Done
1422026-07-17T04:12:06.714ZPlanning: Evaluating mediators ... Done
1432026-07-17T04:12:06.724ZPlanning: Planning completed in 0.26 seconds
1442026-07-17T04:12:06.729Z Mediators to change: 2
1452026-07-17T04:12:06.729Z Create boot environment: No
1462026-07-17T04:12:06.729ZCreate backup boot environment: No
1472026-07-17T04:12:06.777ZFinalize: Updating package state database ... Done
1482026-07-17T04:12:06.777ZFinalize: Updating package cache ... Done
1492026-07-17T04:12:06.798ZFinalize: Updating image state ... Done
1502026-07-17T04:12:08.744ZFinalize: Creating fast lookup database ... Done
1512026-07-17T04:12:08.803ZFinalize: Reading search index ... Done
1522026-07-17T04:12:08.808ZFinalize: Updating search index ... Done
1532026-07-17T04:12:08.874ZFinalize: Updating package cache ... Done
1542026-07-17T04:12:09.157ZPlanning: Evaluating mediator changes ... Done
1552026-07-17T04:12:09.262ZPlanning: Checking for conflicting actions ... Done
1562026-07-17T04:12:09.268ZPlanning: Consolidating action changes ... Done
1572026-07-17T04:12:09.418ZPlanning: Evaluating mediators ... Done
1582026-07-17T04:12:09.428ZPlanning: Planning completed in 0.26 seconds
1592026-07-17T04:12:09.442Z Mediators to change: 1
1602026-07-17T04:12:09.442Z Create boot environment: No
1612026-07-17T04:12:09.442ZCreate backup boot environment: No
1622026-07-17T04:12:09.492ZFinalize: Updating package state database ... Done
1632026-07-17T04:12:09.492ZFinalize: Updating package cache ... Done
1642026-07-17T04:12:09.501ZFinalize: Updating image state ... Done
1652026-07-17T04:12:11.426ZFinalize: Creating fast lookup database ... Done
1662026-07-17T04:12:11.485ZFinalize: Reading search index ... Done
1672026-07-17T04:12:11.498ZFinalize: Updating search index ... Done
1682026-07-17T04:12:11.570ZFinalize: Updating package cache ... Done
1692026-07-17T04:12:11.881ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1702026-07-17T04:12:11.881Zapache system 2.4 system
1712026-07-17T04:12:11.881Zclang system 15 system
1722026-07-17T04:12:11.881Zcsh system system illumos
1732026-07-17T04:12:11.881Zctags system system illumos
1742026-07-17T04:12:11.881Zfile vendor vendor darwinsys
1752026-07-17T04:12:11.881Zfile system system illumos
1762026-07-17T04:12:11.881Zgcc vendor 14 vendor
1772026-07-17T04:12:11.881Zgcc system 13 system
1782026-07-17T04:12:11.881Zgcc system 10 system
1792026-07-17T04:12:11.881Zgo system 1.25 system
1802026-07-17T04:12:11.881Zllvm system 15 system
1812026-07-17T04:12:11.882Zmariadb system 11.4 system
1822026-07-17T04:12:11.882Zmta vendor vendor dma
1832026-07-17T04:12:11.882Zopenjdk system 17 system
1842026-07-17T04:12:11.882Zopenjdk system 11 system
1852026-07-17T04:12:11.882Zopenssl vendor 3 vendor
1862026-07-17T04:12:11.882Zperl system 5.40 system
1872026-07-17T04:12:11.882Zpostgresql system 18 system
1882026-07-17T04:12:11.882Zpostgresql system 17 system
1892026-07-17T04:12:11.882Zpython vendor 3 vendor
1902026-07-17T04:12:11.882Zpython system 2 system
1912026-07-17T04:12:11.882Zpython3 vendor 3.13 vendor
1922026-07-17T04:12:11.882Zruby system 3.4 system
1932026-07-17T04:12:11.882Zruby system 3.0 system
1942026-07-17T04:12:11.882Zwords vendor vendor american-english
1952026-07-17T04:12:11.882Zwords system system australian-english
1962026-07-17T04:12:11.882Zwords system system british-english
1972026-07-17T04:12:11.882Zwords system system canadian-english
1982026-07-17T04:12:11.882Zwords system system french
1992026-07-17T04:12:11.882Zwords system system italian
2002026-07-17T04:12:11.882Zwords system system ngerman
2012026-07-17T04:12:11.882Zwords system system ogerman
2022026-07-17T04:12:11.882Zwords system system spanish
2032026-07-17T04:12:12.137ZPUBLISHER TYPE STATUS P LOCATION
2042026-07-17T04:12:12.137Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2052026-07-17T04:12:12.458ZFMRI IFO
2062026-07-17T04:12:12.458Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2072026-07-17T04:12:12.458Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2082026-07-17T04:12:12.458Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2092026-07-17T04:12:12.458Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2102026-07-17T04:12:12.458Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2112026-07-17T04:12:12.458Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2122026-07-17T04:12:12.458Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2132026-07-17T04:12:12.458Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2142026-07-17T04:12:12.458Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2152026-07-17T04:12:12.726Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2162026-07-17T04:12:13.052Z Updating crates.io index
2172026-07-17T04:12:13.138Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2182026-07-17T04:12:13.323Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2192026-07-17T04:12:13.639Z Updating git repository `https://github.com/oxidecomputer/propolis`
2202026-07-17T04:12:14.622Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2212026-07-17T04:12:15.114Z Updating git repository `https://github.com/oxidecomputer/crucible`
2222026-07-17T04:12:16.606Z Updating git repository `https://github.com/oxidecomputer/opte`
2232026-07-17T04:12:17.365Z Updating git repository `https://github.com/oxidecomputer/tofino`
2242026-07-17T04:12:17.619Z Updating git repository `https://github.com/oxidecomputer/lldp`
2252026-07-17T04:12:17.897Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2262026-07-17T04:12:18.993Z Updating git repository `https://github.com/oxidecomputer/clickward`
2272026-07-17T04:12:19.386Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2282026-07-17T04:12:19.688Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2292026-07-17T04:12:19.960Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2302026-07-17T04:12:20.367Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2312026-07-17T04:12:20.831Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2322026-07-17T04:12:21.038Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2332026-07-17T04:12:21.247Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2342026-07-17T04:12:21.491Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2352026-07-17T04:12:21.737Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2362026-07-17T04:12:21.955Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2372026-07-17T04:12:22.187Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2382026-07-17T04:12:22.460Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2392026-07-17T04:12:22.776Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2402026-07-17T04:12:23.137Z Updating git repository `https://github.com/oxidecomputer/erebor`
2412026-07-17T04:12:23.368Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2422026-07-17T04:12:23.716Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2432026-07-17T04:12:24.101Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-07-17T04:12:24.482Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2452026-07-17T04:12:24.769Z Updating git repository `https://github.com/oxidecomputer/ispf`
2462026-07-17T04:12:24.989Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2472026-07-17T04:12:25.225Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2482026-07-17T04:12:25.529Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2492026-07-17T04:12:25.899Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2502026-07-17T04:12:26.115Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2512026-07-17T04:12:26.349Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2522026-07-17T04:12:26.599Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2532026-07-17T04:12:26.869Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2542026-07-17T04:12:27.304Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2552026-07-17T04:12:27.543Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2562026-07-17T04:12:27.854Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2572026-07-17T04:12:28.092Z Updating git repository `https://github.com/illumos/smf-rs`
2582026-07-17T04:12:30.727Z Downloading crates ...
2592026-07-17T04:12:30.776Z Downloaded anyhow v1.0.102
2602026-07-17T04:12:30.781Z Downloaded serde_derive v1.0.228
2612026-07-17T04:12:30.785Z Downloaded bytecount v0.6.9
2622026-07-17T04:12:30.789Z Downloaded anstream v1.0.0
2632026-07-17T04:12:30.789Z Downloaded block-buffer v0.10.4
2642026-07-17T04:12:30.789Z Downloaded getrandom v0.4.1
2652026-07-17T04:12:30.792Z Downloaded anstyle v1.0.14
2662026-07-17T04:12:30.792Z Downloaded byteorder v1.5.0
2672026-07-17T04:12:30.795Z Downloaded bitflags v2.11.0
2682026-07-17T04:12:30.800Z Downloaded zerocopy v0.7.35
2692026-07-17T04:12:30.808Z Downloaded hashbrown v0.17.0
2702026-07-17T04:12:30.811Z Downloaded zmij v1.0.21
2712026-07-17T04:12:30.815Z Downloaded macaddr v1.0.1
2722026-07-17T04:12:30.815Z Downloaded zerocopy-derive v0.7.35
2732026-07-17T04:12:30.819Z Downloaded fs-err v3.3.0
2742026-07-17T04:12:30.819Z Downloaded pest v2.8.6
2752026-07-17T04:12:30.823Z Downloaded unicode-linebreak v0.1.5
2762026-07-17T04:12:30.823Z Downloaded autocfg v1.5.0
2772026-07-17T04:12:30.823Z Downloaded pest_generator v2.8.6
2782026-07-17T04:12:30.826Z Downloaded fastrand v2.3.0
2792026-07-17T04:12:30.827Z Downloaded fnv v1.0.7
2802026-07-17T04:12:30.827Z Downloaded cargo-platform v0.3.2
2812026-07-17T04:12:30.827Z Downloaded errno v0.3.14
2822026-07-17T04:12:30.827Z Downloaded dof v0.3.0
2832026-07-17T04:12:30.827Z Downloaded once_cell v1.21.3
2842026-07-17T04:12:30.830Z Downloaded dtrace-parser v0.2.0
2852026-07-17T04:12:30.830Z Downloaded cpufeatures v0.2.17
2862026-07-17T04:12:30.830Z Downloaded equivalent v1.0.2
2872026-07-17T04:12:30.830Z Downloaded itoa v1.0.17
2882026-07-17T04:12:30.833Z Downloaded digest v0.10.7
2892026-07-17T04:12:30.833Z Downloaded unicode-ident v1.0.24
2902026-07-17T04:12:30.836Z Downloaded toml_datetime v0.6.11
2912026-07-17T04:12:30.839Z Downloaded clap_lex v1.0.0
2922026-07-17T04:12:30.842Z Downloaded anstyle-query v1.1.5
2932026-07-17T04:12:30.845Z Downloaded colorchoice v1.0.4
2942026-07-17T04:12:30.845Z Downloaded cargo_toml v0.21.0
2952026-07-17T04:12:30.845Z Downloaded heck v0.4.1
2962026-07-17T04:12:30.849Z Downloaded smawk v0.3.2
2972026-07-17T04:12:30.852Z Downloaded cfg-if v1.0.4
2982026-07-17T04:12:30.852Z Downloaded toml_write v0.1.2
2992026-07-17T04:12:30.856Z Downloaded usdt-macro v0.5.0
3002026-07-17T04:12:30.860Z Downloaded utf8parse v0.2.2
3012026-07-17T04:12:30.863Z Downloaded scroll_derive v0.12.1
3022026-07-17T04:12:30.869Z Downloaded plain v0.2.3
3032026-07-17T04:12:30.873Z Downloaded crypto-common v0.1.7
3042026-07-17T04:12:30.876Z Downloaded strsim v0.11.1
3052026-07-17T04:12:30.876Z Downloaded is_terminal_polyfill v1.70.2
3062026-07-17T04:12:30.880Z Downloaded terminal_size v0.4.3
3072026-07-17T04:12:30.884Z Downloaded memmap v0.7.0
3082026-07-17T04:12:30.887Z Downloaded generic-array v0.14.7
3092026-07-17T04:12:30.890Z Downloaded camino-tempfile v1.4.1
3102026-07-17T04:12:30.890Z Downloaded anstyle-parse v1.0.0
3112026-07-17T04:12:30.894Z Downloaded thiserror v2.0.18
3122026-07-17T04:12:30.898Z Downloaded usdt-attr-macro v0.5.0
3132026-07-17T04:12:30.898Z Downloaded tabled_derive v0.7.0
3142026-07-17T04:12:30.898Z Downloaded pretty-hex v0.4.1
3152026-07-17T04:12:30.898Z Downloaded version_check v0.9.5
3162026-07-17T04:12:30.898Z Downloaded swrite v0.1.0
3172026-07-17T04:12:30.898Z Downloaded proc-macro-error-attr v1.0.4
3182026-07-17T04:12:30.898Z Downloaded thread-id v4.2.2
3192026-07-17T04:12:30.901Z Downloaded usdt v0.5.0
3202026-07-17T04:12:30.904Z Downloaded heck v0.5.0
3212026-07-17T04:12:30.904Z Downloaded clap_derive v4.6.1
3222026-07-17T04:12:30.912Z Downloaded serde_spanned v0.6.9
3232026-07-17T04:12:30.916Z Downloaded cargo_metadata v0.23.1
3242026-07-17T04:12:30.920Z Downloaded thiserror v1.0.69
3252026-07-17T04:12:30.924Z Downloaded usdt-impl v0.5.0
3262026-07-17T04:12:30.924Z Downloaded thiserror-impl v1.0.69
3272026-07-17T04:12:30.927Z Downloaded serde_tokenstream v0.2.3
3282026-07-17T04:12:30.932Z Downloaded proc-macro-error v1.0.4
3292026-07-17T04:12:30.937Z Downloaded log v0.4.29
3302026-07-17T04:12:30.940Z Downloaded pest_derive v2.8.6
3312026-07-17T04:12:30.940Z Downloaded scroll v0.12.0
3322026-07-17T04:12:30.944Z Downloaded ucd-trie v0.1.7
3332026-07-17T04:12:30.947Z Downloaded toml v0.8.23
3342026-07-17T04:12:30.947Z Downloaded semver v1.0.28
3352026-07-17T04:12:30.950Z Downloaded quote v1.0.45
3362026-07-17T04:12:30.950Z Downloaded camino v1.2.2
3372026-07-17T04:12:30.955Z Downloaded thiserror-impl v2.0.18
3382026-07-17T04:12:30.955Z Downloaded papergrid v0.11.0
3392026-07-17T04:12:30.959Z Downloaded tempfile v3.25.0
3402026-07-17T04:12:30.962Z Downloaded clap v4.6.1
3412026-07-17T04:12:30.966Z Downloaded serde_core v1.0.228
3422026-07-17T04:12:30.970Z Downloaded sha2 v0.10.9
3432026-07-17T04:12:30.970Z Downloaded proc-macro2 v1.0.106
3442026-07-17T04:12:30.987Z Downloaded toml_edit v0.22.27
3452026-07-17T04:12:30.990Z Downloaded textwrap v0.16.2
3462026-07-17T04:12:30.994Z Downloaded serde v1.0.228
3472026-07-17T04:12:31.001Z Downloaded pest_meta v2.8.6
3482026-07-17T04:12:31.005Z Downloaded indexmap v2.14.0
3492026-07-17T04:12:31.013Z Downloaded memchr v2.8.0
3502026-07-17T04:12:31.018Z Downloaded typenum v1.20.1
3512026-07-17T04:12:31.054Z Downloaded clap_builder v4.6.0
3522026-07-17T04:12:31.058Z Downloaded serde_json v1.0.150
3532026-07-17T04:12:31.063Z Downloaded winnow v0.7.14
3542026-07-17T04:12:31.068Z Downloaded goblin v0.8.2
3552026-07-17T04:12:31.072Z Downloaded tabled v0.15.0
3562026-07-17T04:12:31.091Z Downloaded unicode-width v0.1.14
3572026-07-17T04:12:31.094Z Downloaded syn v1.0.109
3582026-07-17T04:12:31.099Z Downloaded syn v2.0.117
3592026-07-17T04:12:31.107Z Downloaded unicode-width v0.2.0
3602026-07-17T04:12:31.119Z Downloaded rustix v1.1.3
3612026-07-17T04:12:31.140Z Downloaded libc v0.2.185
3622026-07-17T04:12:31.204Z Compiling proc-macro2 v1.0.106
3632026-07-17T04:12:31.204Z Compiling unicode-ident v1.0.24
3642026-07-17T04:12:31.204Z Compiling quote v1.0.45
3652026-07-17T04:12:31.208Z Compiling serde_core v1.0.228
3662026-07-17T04:12:31.208Z Compiling libc v0.2.185
3672026-07-17T04:12:31.208Z Compiling version_check v0.9.5
3682026-07-17T04:12:31.208Z Compiling memchr v2.8.0
3692026-07-17T04:12:31.208Z Compiling serde v1.0.228
3702026-07-17T04:12:31.208Z Compiling zmij v1.0.21
3712026-07-17T04:12:31.382Z Compiling thiserror v1.0.69
3722026-07-17T04:12:31.386Z Compiling itoa v1.0.17
3732026-07-17T04:12:31.386Z Compiling ucd-trie v0.1.7
3742026-07-17T04:12:31.386Z Compiling byteorder v1.5.0
3752026-07-17T04:12:31.396Z Compiling rustix v1.1.3
3762026-07-17T04:12:31.622Z Compiling serde_json v1.0.150
3772026-07-17T04:12:31.733Z Compiling bitflags v2.11.0
3782026-07-17T04:12:31.867Z Compiling camino v1.2.2
3792026-07-17T04:12:31.883Z Compiling syn v1.0.109
3802026-07-17T04:12:31.938Z Compiling hashbrown v0.17.0
3812026-07-17T04:12:31.955Z Compiling pest v2.8.6
3822026-07-17T04:12:32.059Z Compiling proc-macro-error-attr v1.0.4
3832026-07-17T04:12:32.062Z Compiling usdt-impl v0.5.0
3842026-07-17T04:12:32.170Z Compiling proc-macro-error v1.0.4
3852026-07-17T04:12:32.189Z Compiling log v0.4.29
3862026-07-17T04:12:32.220Z Compiling getrandom v0.4.1
3872026-07-17T04:12:32.224Z Compiling equivalent v1.0.2
3882026-07-17T04:12:32.314Z Compiling utf8parse v0.2.2
3892026-07-17T04:12:32.349Z Compiling plain v0.2.3
3902026-07-17T04:12:32.385Z Compiling errno v0.3.14
3912026-07-17T04:12:32.385Z Compiling thread-id v4.2.2
3922026-07-17T04:12:32.427Z Compiling anstyle-parse v1.0.0
3932026-07-17T04:12:32.471Z Compiling indexmap v2.14.0
3942026-07-17T04:12:32.475Z Compiling anstyle v1.0.14
3952026-07-17T04:12:32.475Z Compiling is_terminal_polyfill v1.70.2
3962026-07-17T04:12:32.524Z Compiling anstyle-query v1.1.5
3972026-07-17T04:12:32.575Z Compiling thiserror v2.0.18
3982026-07-17T04:12:32.575Z Compiling colorchoice v1.0.4
3992026-07-17T04:12:32.578Z Compiling pretty-hex v0.4.1
4002026-07-17T04:12:32.627Z Compiling cfg-if v1.0.4
4012026-07-17T04:12:32.666Z Compiling winnow v0.7.14
4022026-07-17T04:12:32.684Z Compiling autocfg v1.5.0
4032026-07-17T04:12:32.702Z Compiling toml_write v0.1.2
4042026-07-17T04:12:32.737Z Compiling anstream v1.0.0
4052026-07-17T04:12:32.773Z Compiling strsim v0.11.1
4062026-07-17T04:12:32.803Z Compiling syn v2.0.117
4072026-07-17T04:12:32.857Z Compiling bytecount v0.6.9
4082026-07-17T04:12:32.922Z Compiling anyhow v1.0.102
4092026-07-17T04:12:32.990Z Compiling heck v0.5.0
4102026-07-17T04:12:33.043Z Compiling fastrand v2.3.0
4112026-07-17T04:12:33.111Z Compiling pest_meta v2.8.6
4122026-07-17T04:12:33.176Z Compiling fs-err v3.3.0
4132026-07-17T04:12:33.194Z Compiling fnv v1.0.7
4142026-07-17T04:12:33.198Z Compiling once_cell v1.21.3
4152026-07-17T04:12:33.248Z Compiling unicode-width v0.1.14
4162026-07-17T04:12:33.267Z Compiling clap_lex v1.0.0
4172026-07-17T04:12:33.295Z Compiling heck v0.4.1
4182026-07-17T04:12:33.329Z Compiling memmap v0.7.0
4192026-07-17T04:12:33.334Z Compiling smawk v0.3.2
4202026-07-17T04:12:33.370Z Compiling unicode-linebreak v0.1.5
4212026-07-17T04:12:33.418Z Compiling terminal_size v0.4.3
4222026-07-17T04:12:33.504Z Compiling papergrid v0.11.0
4232026-07-17T04:12:33.523Z Compiling tempfile v3.25.0
4242026-07-17T04:12:33.540Z Compiling clap_builder v4.6.0
4252026-07-17T04:12:33.558Z Compiling unicode-width v0.2.0
4262026-07-17T04:12:33.562Z Compiling swrite v0.1.0
4272026-07-17T04:12:33.705Z Compiling semver v1.0.28
4282026-07-17T04:12:33.764Z Compiling cargo-platform v0.3.2
4292026-07-17T04:12:33.899Z Compiling textwrap v0.16.2
4302026-07-17T04:12:33.991Z Compiling camino-tempfile v1.4.1
4312026-07-17T04:12:34.359Z Compiling tabled_derive v0.7.0
4322026-07-17T04:12:34.975Z Compiling pest_generator v2.8.6
4332026-07-17T04:12:35.006Z Compiling tabled v0.15.0
4342026-07-17T04:12:35.475Z Compiling serde_derive v1.0.228
4352026-07-17T04:12:35.475Z Compiling thiserror-impl v1.0.69
4362026-07-17T04:12:35.478Z Compiling zerocopy-derive v0.7.35
4372026-07-17T04:12:35.478Z Compiling scroll_derive v0.12.1
4382026-07-17T04:12:35.478Z Compiling thiserror-impl v2.0.18
4392026-07-17T04:12:35.478Z Compiling clap_derive v4.6.1
4402026-07-17T04:12:35.572Z Compiling pest_derive v2.8.6
4412026-07-17T04:12:36.154Z Compiling scroll v0.12.0
4422026-07-17T04:12:36.279Z Compiling zerocopy v0.7.35
4432026-07-17T04:12:36.363Z Compiling goblin v0.8.2
4442026-07-17T04:12:36.553Z Compiling dtrace-parser v0.2.0
4452026-07-17T04:12:36.868Z Compiling clap v4.6.1
4462026-07-17T04:12:37.910Z Compiling toml_datetime v0.6.11
4472026-07-17T04:12:37.910Z Compiling serde_spanned v0.6.9
4482026-07-17T04:12:37.936Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4492026-07-17T04:12:37.936Z Compiling macaddr v1.0.1
4502026-07-17T04:12:37.937Z Compiling cargo_metadata v0.23.1
4512026-07-17T04:12:37.937Z Compiling dof v0.3.0
4522026-07-17T04:12:37.937Z Compiling serde_tokenstream v0.2.3
4532026-07-17T04:12:38.083Z Compiling toml_edit v0.22.27
4542026-07-17T04:12:38.631Z Compiling usdt-macro v0.5.0
4552026-07-17T04:12:38.631Z Compiling usdt-attr-macro v0.5.0
4562026-07-17T04:12:39.256Z Compiling usdt v0.5.0
4572026-07-17T04:12:39.350Z Compiling toml v0.8.23
4582026-07-17T04:12:39.686Z Compiling cargo_toml v0.21.0
4592026-07-17T04:12:40.949Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4602026-07-17T04:12:42.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.43s
4612026-07-17T04:12:43.199Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4622026-07-17T04:12:43.698Z Downloading crates ...
4632026-07-17T04:12:43.795Z Downloaded anstyle-parse v0.2.7
4642026-07-17T04:12:43.802Z Downloaded allocator-api2 v0.2.21
4652026-07-17T04:12:43.802Z Downloaded atomic-waker v1.1.2
4662026-07-17T04:12:43.812Z Downloaded adler2 v2.0.1
4672026-07-17T04:12:43.812Z Downloaded ar_archive_writer v0.5.1
4682026-07-17T04:12:43.813Z Downloaded bit-vec v0.6.3
4692026-07-17T04:12:43.821Z Downloaded async-compression v0.4.41
4702026-07-17T04:12:43.821Z Downloaded convert_case v0.10.0
4712026-07-17T04:12:43.822Z Downloaded convert_case v0.4.0
4722026-07-17T04:12:43.836Z Downloaded darling_macro v0.21.3
4732026-07-17T04:12:43.837Z Downloaded crossterm v0.28.1
4742026-07-17T04:12:43.843Z Downloaded bitfield-macros v0.19.4
4752026-07-17T04:12:43.844Z Downloaded darling_core v0.13.4
4762026-07-17T04:12:43.844Z Downloaded ctr v0.10.1
4772026-07-17T04:12:43.844Z Downloaded crc32fast v1.5.0
4782026-07-17T04:12:43.844Z Downloaded data-encoding v2.10.0
4792026-07-17T04:12:43.844Z Downloaded darling v0.20.11
4802026-07-17T04:12:43.844Z Downloaded crc8 v0.1.1
4812026-07-17T04:12:43.844Z Downloaded aead v0.5.2
4822026-07-17T04:12:43.844Z Downloaded crc-catalog v2.4.0
4832026-07-17T04:12:43.849Z Downloaded async-trait v0.1.89
4842026-07-17T04:12:43.849Z Downloaded aead v0.6.1
4852026-07-17T04:12:43.850Z Downloaded bb8 v0.8.6
4862026-07-17T04:12:43.850Z Downloaded atty v0.2.14
4872026-07-17T04:12:43.850Z Downloaded crc-any v2.5.0
4882026-07-17T04:12:43.850Z Downloaded dunce v1.0.5
4892026-07-17T04:12:43.856Z Downloaded cpubits v0.1.1
4902026-07-17T04:12:43.856Z Downloaded bitflags v1.3.2
4912026-07-17T04:12:43.856Z Downloaded async-recursion v1.1.1
4922026-07-17T04:12:43.856Z Downloaded bit-vec v0.8.0
4932026-07-17T04:12:43.863Z Downloaded array-init v0.0.4
4942026-07-17T04:12:43.863Z Downloaded bcrypt-pbkdf v0.11.0
4952026-07-17T04:12:43.863Z Downloaded aws-lc-rs v1.16.3
4962026-07-17T04:12:43.867Z Downloaded dsl_auto_type v0.2.0
4972026-07-17T04:12:43.868Z Downloaded argon2 v0.5.3
4982026-07-17T04:12:43.868Z Downloaded downcast-rs v2.0.2
4992026-07-17T04:12:43.868Z Downloaded const_format_proc_macros v0.2.34
5002026-07-17T04:12:43.875Z Downloaded aes-gcm v0.11.0
5012026-07-17T04:12:43.875Z Downloaded crc v3.4.0
5022026-07-17T04:12:43.875Z Downloaded arrayref v0.3.9
5032026-07-17T04:12:43.880Z Downloaded bitfield-struct v0.6.2
5042026-07-17T04:12:43.880Z Downloaded darling_macro v0.23.0
5052026-07-17T04:12:43.880Z Downloaded dropshot-api-manager-types v0.7.2
5062026-07-17T04:12:43.880Z Downloaded debug-ignore v1.0.5
5072026-07-17T04:12:43.880Z Downloaded darling_macro v0.20.11
5082026-07-17T04:12:43.880Z Downloaded curve25519-dalek-derive v0.1.1
5092026-07-17T04:12:43.880Z Downloaded cstr-argument v0.1.2
5102026-07-17T04:12:43.880Z Downloaded compression-core v0.4.31
5112026-07-17T04:12:43.880Z Downloaded cfg_aliases v0.1.1
5122026-07-17T04:12:43.884Z Downloaded bit-set v0.5.3
5132026-07-17T04:12:43.884Z Downloaded daft v0.1.7
5142026-07-17T04:12:43.884Z Downloaded dirs-next v2.0.0
5152026-07-17T04:12:43.884Z Downloaded ctutils v0.4.2
5162026-07-17T04:12:43.884Z Downloaded cfg_aliases v0.2.1
5172026-07-17T04:12:43.888Z Downloaded async-bb8-diesel v0.2.1
5182026-07-17T04:12:43.888Z Downloaded ascii-canvas v3.0.0
5192026-07-17T04:12:43.888Z Downloaded crunchy v0.2.4
5202026-07-17T04:12:43.893Z Downloaded castaway v0.2.4
5212026-07-17T04:12:43.893Z Downloaded crypto-common v0.2.2
5222026-07-17T04:12:43.893Z Downloaded ciborium-ll v0.2.2
5232026-07-17T04:12:43.893Z Downloaded block-buffer v0.12.1
5242026-07-17T04:12:43.897Z Downloaded bit-set v0.8.0
5252026-07-17T04:12:43.897Z Downloaded dyn-clone v1.0.20
5262026-07-17T04:12:43.897Z Downloaded difflib v0.4.0
5272026-07-17T04:12:43.897Z Downloaded diesel_table_macro_syntax v0.3.0
5282026-07-17T04:12:43.897Z Downloaded ciborium-io v0.2.2
5292026-07-17T04:12:43.901Z Downloaded bs58 v0.5.1
5302026-07-17T04:12:43.907Z Downloaded dtrace-parser v0.3.0
5312026-07-17T04:12:43.907Z Downloaded dirs-sys-next v0.1.2
5322026-07-17T04:12:43.907Z Downloaded display-error-chain v0.2.2
5332026-07-17T04:12:43.908Z Downloaded atomicwrites v0.4.4
5342026-07-17T04:12:43.908Z Downloaded darling_core v0.23.0
5352026-07-17T04:12:43.924Z Downloaded csv-core v0.1.13
5362026-07-17T04:12:43.924Z Downloaded embedded-io v0.6.1
5372026-07-17T04:12:43.924Z Downloaded cmake v0.1.57
5382026-07-17T04:12:43.924Z Downloaded ahash v0.8.12
5392026-07-17T04:12:43.924Z Downloaded document-features v0.2.12
5402026-07-17T04:12:43.924Z Downloaded digest-io v0.1.0
5412026-07-17T04:12:43.924Z Downloaded defmt-parser v1.0.0
5422026-07-17T04:12:43.934Z Downloaded cpufeatures v0.3.0
5432026-07-17T04:12:43.934Z Downloaded endian-type v0.1.2
5442026-07-17T04:12:43.935Z Downloaded async-stream v0.3.6
5452026-07-17T04:12:43.935Z Downloaded assert_matches v1.5.0
5462026-07-17T04:12:43.935Z Downloaded enum-as-inner v0.6.1
5472026-07-17T04:12:43.935Z Downloaded cobs v0.3.0
5482026-07-17T04:12:43.935Z Downloaded darling_macro v0.13.4
5492026-07-17T04:12:43.935Z Downloaded crossbeam-deque v0.8.6
5502026-07-17T04:12:43.935Z Downloaded base16ct v0.2.0
5512026-07-17T04:12:43.935Z Downloaded derive_builder_macro v0.20.2
5522026-07-17T04:12:43.935Z Downloaded crucible-workspace-hack v0.1.0
5532026-07-17T04:12:43.935Z Downloaded async-stream-impl v0.3.6
5542026-07-17T04:12:43.946Z Downloaded defmt v0.3.100
5552026-07-17T04:12:43.946Z Downloaded base16ct v1.0.0
5562026-07-17T04:12:43.946Z Downloaded embedded-io v0.4.0
5572026-07-17T04:12:43.946Z Downloaded fixedbitset v0.4.2
5582026-07-17T04:12:43.947Z Downloaded env_filter v1.0.0
5592026-07-17T04:12:43.947Z Downloaded arrayvec v0.7.6
5602026-07-17T04:12:43.966Z Downloaded foreign-types-macros v0.2.3
5612026-07-17T04:12:43.966Z Downloaded futures-sink v0.3.32
5622026-07-17T04:12:43.966Z Downloaded anstream v0.6.21
5632026-07-17T04:12:43.966Z Downloaded futures-core v0.3.32
5642026-07-17T04:12:43.966Z Downloaded bitfield v0.19.4
5652026-07-17T04:12:43.966Z Downloaded futures-io v0.3.32
5662026-07-17T04:12:43.966Z Downloaded chacha20 v0.9.1
5672026-07-17T04:12:43.966Z Downloaded displaydoc v0.2.5
5682026-07-17T04:12:43.966Z Downloaded crossbeam-utils v0.8.21
5692026-07-17T04:12:43.966Z Downloaded digest v0.11.3
5702026-07-17T04:12:43.967Z Downloaded byte-wrapper v0.1.0
5712026-07-17T04:12:43.967Z Downloaded foreign-types v0.3.2
5722026-07-17T04:12:43.967Z Downloaded form_urlencoded v1.2.2
5732026-07-17T04:12:43.967Z Downloaded clang-sys v1.8.1
5742026-07-17T04:12:43.967Z Downloaded foreign-types-shared v0.3.1
5752026-07-17T04:12:43.967Z Downloaded defmt v1.0.1
5762026-07-17T04:12:43.976Z Downloaded constant_time_eq v0.4.2
5772026-07-17T04:12:43.976Z Downloaded either v1.15.0
5782026-07-17T04:12:43.976Z Downloaded funty v2.0.0
5792026-07-17T04:12:43.976Z Downloaded block-padding v0.4.2
5802026-07-17T04:12:43.976Z Downloaded cmov v0.5.4
5812026-07-17T04:12:43.976Z Downloaded cexpr v0.6.0
5822026-07-17T04:12:43.976Z Downloaded gethostname v0.5.0
5832026-07-17T04:12:43.976Z Downloaded futures-macro v0.3.32
5842026-07-17T04:12:43.984Z Downloaded derive_builder_core v0.20.2
5852026-07-17T04:12:43.984Z Downloaded fxhash v0.2.1
5862026-07-17T04:12:43.984Z Downloaded futures-task v0.3.32
5872026-07-17T04:12:43.984Z Downloaded ena v0.14.4
5882026-07-17T04:12:43.984Z Downloaded deranged v0.5.8
5892026-07-17T04:12:43.984Z Downloaded cbc v0.2.1
5902026-07-17T04:12:43.984Z Downloaded ed25519 v3.0.0
5912026-07-17T04:12:43.984Z Downloaded globwalk v0.9.1
5922026-07-17T04:12:43.984Z Downloaded camino-tempfile-ext v0.3.3
5932026-07-17T04:12:43.984Z Downloaded git-stub v1.0.0
5942026-07-17T04:12:43.990Z Downloaded compression-codecs v0.4.37
5952026-07-17T04:12:43.990Z Downloaded cipher v0.5.2
5962026-07-17T04:12:43.990Z Downloaded hash32 v0.2.1
5972026-07-17T04:12:43.990Z Downloaded buf-list v1.1.2
5982026-07-17T04:12:43.995Z Downloaded cookie_store v0.22.1
5992026-07-17T04:12:43.995Z Downloaded backoff v0.4.0
6002026-07-17T04:12:43.995Z Downloaded float-cmp v0.10.0
6012026-07-17T04:12:43.995Z Downloaded ed25519 v2.2.3
6022026-07-17T04:12:43.995Z Downloaded env_logger v0.11.9
6032026-07-17T04:12:44.000Z Downloaded ff v0.14.0
6042026-07-17T04:12:44.000Z Downloaded headers-core v0.3.0
6052026-07-17T04:12:44.000Z Downloaded fallible-iterator v0.2.0
6062026-07-17T04:12:44.000Z Downloaded dof v0.4.0
6072026-07-17T04:12:44.005Z Downloaded erased-serde v0.3.31
6082026-07-17T04:12:44.005Z Downloaded flagset v0.4.7
6092026-07-17T04:12:44.005Z Downloaded find-msvc-tools v0.1.9
6102026-07-17T04:12:44.005Z Downloaded defmt-macros v1.0.1
6112026-07-17T04:12:44.008Z Downloaded filetime v0.2.27
6122026-07-17T04:12:44.008Z Downloaded ff v0.13.1
6132026-07-17T04:12:44.008Z Downloaded hostname v0.4.2
6142026-07-17T04:12:44.011Z Downloaded hostname v0.3.1
6152026-07-17T04:12:44.012Z Downloaded fd-lock v4.0.4
6162026-07-17T04:12:44.012Z Downloaded hex-literal v1.1.0
6172026-07-17T04:12:44.019Z Downloaded futures-executor v0.3.32
6182026-07-17T04:12:44.019Z Downloaded diff v0.1.13
6192026-07-17T04:12:44.019Z Downloaded crossbeam-epoch v0.9.18
6202026-07-17T04:12:44.023Z Downloaded backon v1.6.0
6212026-07-17T04:12:44.023Z Downloaded darling v0.23.0
6222026-07-17T04:12:44.023Z Downloaded foldhash v0.2.0
6232026-07-17T04:12:44.026Z Downloaded foldhash v0.1.5
6242026-07-17T04:12:44.026Z Downloaded console v0.16.2
6252026-07-17T04:12:44.026Z Downloaded ecdsa v0.17.0-rc.18
6262026-07-17T04:12:44.029Z Downloaded home v0.5.12
6272026-07-17T04:12:44.029Z Downloaded derive_builder v0.20.2
6282026-07-17T04:12:44.035Z Downloaded hubpack v0.1.2
6292026-07-17T04:12:44.035Z Downloaded http-range v0.1.5
6302026-07-17T04:12:44.035Z Downloaded fs_extra v1.3.0
6312026-07-17T04:12:44.045Z Downloaded fs-err v2.11.0
6322026-07-17T04:12:44.045Z Downloaded arc-swap v1.8.2
6332026-07-17T04:12:44.045Z Downloaded http-body v1.0.1
6342026-07-17T04:12:44.045Z Downloaded cookie v0.18.1
6352026-07-17T04:12:44.045Z Downloaded hyper-tls v0.6.0
6362026-07-17T04:12:44.045Z Downloaded hubpack_derive v0.1.1
6372026-07-17T04:12:44.045Z Downloaded git-stub-vcs v0.1.0
6382026-07-17T04:12:44.045Z Downloaded group v0.14.0
6392026-07-17T04:12:44.057Z Downloaded console v0.15.11
6402026-07-17T04:12:44.057Z Downloaded chacha20 v0.10.0
6412026-07-17T04:12:44.057Z Downloaded cancel-safe-futures v0.1.5
6422026-07-17T04:12:44.057Z Downloaded group v0.13.0
6432026-07-17T04:12:44.058Z Downloaded illumos-nvpair-sys v0.2.0
6442026-07-17T04:12:44.067Z Downloaded ident_case v1.0.1
6452026-07-17T04:12:44.067Z Downloaded hex v0.4.3
6462026-07-17T04:12:44.067Z Downloaded glob v0.3.3
6472026-07-17T04:12:44.067Z Downloaded des v0.9.0
6482026-07-17T04:12:44.067Z Downloaded globset v0.4.18
6492026-07-17T04:12:44.067Z Downloaded ghash v0.6.0
6502026-07-17T04:12:44.067Z Downloaded delegate v0.13.5
6512026-07-17T04:12:44.067Z Downloaded ciborium v0.2.2
6522026-07-17T04:12:44.068Z Downloaded diesel-dtrace v0.5.0
6532026-07-17T04:12:44.068Z Downloaded argon2 v0.6.0-rc.8
6542026-07-17T04:12:44.068Z Downloaded fixedbitset v0.5.7
6552026-07-17T04:12:44.079Z Downloaded hash32 v0.3.1
6562026-07-17T04:12:44.079Z Downloaded colored v3.1.1
6572026-07-17T04:12:44.079Z Downloaded colored v2.2.0
6582026-07-17T04:12:44.079Z Downloaded indoc v1.0.9
6592026-07-17T04:12:44.079Z Downloaded idna_adapter v1.2.1
6602026-07-17T04:12:44.079Z Downloaded illumos-nvpair v0.3.0
6612026-07-17T04:12:44.080Z Downloaded bzip2 v0.4.4
6622026-07-17T04:12:44.096Z Downloaded compact_str v0.8.1
6632026-07-17T04:12:44.096Z Downloaded indent_write v2.2.0
6642026-07-17T04:12:44.096Z Downloaded blake2 v0.11.0-rc.6
6652026-07-17T04:12:44.096Z Downloaded is-terminal v0.4.17
6662026-07-17T04:12:44.096Z Downloaded inout v0.1.4
6672026-07-17T04:12:44.096Z Downloaded highway v1.3.0
6682026-07-17T04:12:44.096Z Downloaded inout v0.2.2
6692026-07-17T04:12:44.096Z Downloaded futures-channel v0.3.32
6702026-07-17T04:12:44.096Z Downloaded internet-checksum v0.2.1
6712026-07-17T04:12:44.105Z Downloaded derive_more v0.99.20
6722026-07-17T04:12:44.105Z Downloaded is_ci v1.2.0
6732026-07-17T04:12:44.105Z Downloaded elliptic-curve v0.14.0-rc.33
6742026-07-17T04:12:44.105Z Downloaded derive-ex v0.1.8
6752026-07-17T04:12:44.105Z Downloaded instability v0.3.11
6762026-07-17T04:12:44.105Z Downloaded http-body-util v0.1.3
6772026-07-17T04:12:44.105Z Downloaded blake2 v0.10.6
6782026-07-17T04:12:44.105Z Downloaded bcs v0.1.6
6792026-07-17T04:12:44.105Z Downloaded keccak v0.1.6
6802026-07-17T04:12:44.105Z Downloaded httpdate v1.0.3
6812026-07-17T04:12:44.105Z Downloaded getrandom v0.2.17
6822026-07-17T04:12:44.105Z Downloaded lazy_static v1.5.0
6832026-07-17T04:12:44.105Z Downloaded lalrpop-util v0.19.12
6842026-07-17T04:12:44.111Z Downloaded darling v0.13.4
6852026-07-17T04:12:44.111Z Downloaded darling v0.21.3
6862026-07-17T04:12:44.111Z Downloaded kstat-rs v0.2.4
6872026-07-17T04:12:44.111Z Downloaded kem v0.3.0
6882026-07-17T04:12:44.111Z Downloaded derive-where v1.6.0
6892026-07-17T04:12:44.115Z Downloaded enum_dispatch v0.3.13
6902026-07-17T04:12:44.115Z Downloaded const-oid v0.10.2
6912026-07-17T04:12:44.116Z Downloaded const-oid v0.9.6
6922026-07-17T04:12:44.116Z Downloaded cassowary v0.3.0
6932026-07-17T04:12:44.121Z Downloaded base64ct v1.8.3
6942026-07-17T04:12:44.121Z Downloaded libscf-sys v1.1.0
6952026-07-17T04:12:44.121Z Downloaded cipher v0.4.4
6962026-07-17T04:12:44.121Z Downloaded lru-cache v0.1.2
6972026-07-17T04:12:44.121Z Downloaded maplit v1.0.2
6982026-07-17T04:12:44.140Z Downloaded memoffset v0.9.1
6992026-07-17T04:12:44.140Z Downloaded md-5 v0.10.6
7002026-07-17T04:12:44.140Z Downloaded lru v0.12.5
7012026-07-17T04:12:44.140Z Downloaded maybe-uninit v2.0.0
7022026-07-17T04:12:44.140Z Downloaded md5 v0.8.0
7032026-07-17T04:12:44.140Z Downloaded lzss v0.8.2
7042026-07-17T04:12:44.140Z Downloaded managed v0.8.0
7052026-07-17T04:12:44.140Z Downloaded base64 v0.22.1
7062026-07-17T04:12:44.153Z Downloaded hyper-staticfile v0.10.1
7072026-07-17T04:12:44.153Z Downloaded match_cfg v0.1.0
7082026-07-17T04:12:44.153Z Downloaded half v1.8.3
7092026-07-17T04:12:44.153Z Downloaded drift v0.2.0
7102026-07-17T04:12:44.153Z Downloaded elliptic-curve v0.13.8
7112026-07-17T04:12:44.153Z Downloaded mime v0.3.17
7122026-07-17T04:12:44.154Z Downloaded new_debug_unreachable v1.0.6
7132026-07-17T04:12:44.154Z Downloaded fatfs v0.3.6
7142026-07-17T04:12:44.158Z Downloaded dropshot_endpoint v0.17.1
7152026-07-17T04:12:44.158Z Downloaded multimap v0.10.1
7162026-07-17T04:12:44.158Z Downloaded nibble_vec v0.1.0
7172026-07-17T04:12:44.158Z Downloaded instant v0.1.13
7182026-07-17T04:12:44.158Z Downloaded ingot v0.1.1
7192026-07-17T04:12:44.158Z Downloaded indoc v2.0.7
7202026-07-17T04:12:44.158Z Downloaded ingot-types v0.1.2
7212026-07-17T04:12:44.158Z Downloaded crossbeam-channel v0.5.15
7222026-07-17T04:12:44.158Z Downloaded hmac v0.13.0
7232026-07-17T04:12:44.161Z Downloaded ipnetwork v0.21.1
7242026-07-17T04:12:44.161Z Downloaded nodrop v0.1.14
7252026-07-17T04:12:44.161Z Downloaded ipnet v2.11.0
7262026-07-17T04:12:44.161Z Downloaded bytes v1.11.1
7272026-07-17T04:12:44.164Z Downloaded blowfish v0.10.0
7282026-07-17T04:12:44.167Z Downloaded jobserver v0.1.34
7292026-07-17T04:12:44.167Z Downloaded generic-array v1.4.3
7302026-07-17T04:12:44.172Z Downloaded newtype-uuid-macros v0.1.0
7312026-07-17T04:12:44.172Z Downloaded num v0.4.3
7322026-07-17T04:12:44.179Z Downloaded newtype_derive v0.1.6
7332026-07-17T04:12:44.179Z Downloaded httparse v1.10.1
7342026-07-17T04:12:44.179Z Downloaded num_enum_derive v0.5.11
7352026-07-17T04:12:44.183Z Downloaded num-iter v0.1.45
7362026-07-17T04:12:44.183Z Downloaded num-derive v0.3.3
7372026-07-17T04:12:44.183Z Downloaded getrandom v0.3.4
7382026-07-17T04:12:44.183Z Downloaded iana-time-zone v0.1.65
7392026-07-17T04:12:44.188Z Downloaded linked-hash-map v0.5.6
7402026-07-17T04:12:44.188Z Downloaded linear-map v1.2.0
7412026-07-17T04:12:44.188Z Downloaded num-derive v0.4.2
7422026-07-17T04:12:44.192Z Downloaded lru-slab v0.1.2
7432026-07-17T04:12:44.192Z Downloaded openssl-probe v0.1.6
7442026-07-17T04:12:44.192Z Downloaded libsw-core v0.3.2
7452026-07-17T04:12:44.192Z Downloaded libsw v3.5.0
7462026-07-17T04:12:44.192Z Downloaded impl-trait-for-tuples v0.2.3
7472026-07-17T04:12:44.195Z Downloaded lock_api v0.4.14
7482026-07-17T04:12:44.200Z Downloaded olpc-cjson v0.1.4
7492026-07-17T04:12:44.200Z Downloaded chacha20poly1305 v0.10.1
7502026-07-17T04:12:44.200Z Downloaded hyper-rustls v0.27.7
7512026-07-17T04:12:44.207Z Downloaded openssl-macros v0.1.1
7522026-07-17T04:12:44.207Z Downloaded opaque-debug v0.3.1
7532026-07-17T04:12:44.207Z Downloaded darling_core v0.21.3
7542026-07-17T04:12:44.214Z Downloaded module-lattice v0.2.3
7552026-07-17T04:12:44.214Z Downloaded oso-derive v0.27.3
7562026-07-17T04:12:44.214Z Downloaded nanorand v0.7.0
7572026-07-17T04:12:44.214Z Downloaded half v2.7.1
7582026-07-17T04:12:44.239Z Downloaded multer v3.1.0
7592026-07-17T04:12:44.239Z Downloaded hmac v0.12.1
7602026-07-17T04:12:44.239Z Downloaded ingot-macros v0.1.1
7612026-07-17T04:12:44.239Z Downloaded darling_core v0.20.11
7622026-07-17T04:12:44.239Z Downloaded flume v0.11.1
7632026-07-17T04:12:44.246Z Downloaded packed_struct_codegen v0.10.1
7642026-07-17T04:12:44.246Z Downloaded der v0.7.10
7652026-07-17T04:12:44.246Z Downloaded nu-ansi-term v0.50.3
7662026-07-17T04:12:44.246Z Downloaded futures v0.3.32
7672026-07-17T04:12:44.246Z Downloaded newline-converter v0.3.0
7682026-07-17T04:12:44.246Z Downloaded libloading v0.8.9
7692026-07-17T04:12:44.246Z Downloaded libefi-sys v0.1.0
7702026-07-17T04:12:44.246Z Downloaded mime_guess v2.0.5
7712026-07-17T04:12:44.247Z Downloaded parse-size v1.1.0
7722026-07-17T04:12:44.247Z Downloaded num-integer v0.1.46
7732026-07-17T04:12:44.247Z Downloaded const_format v0.2.35
7742026-07-17T04:12:44.247Z Downloaded num-complex v0.4.6
7752026-07-17T04:12:44.252Z Downloaded derive_more v2.1.1
7762026-07-17T04:12:44.268Z Downloaded percent-encoding v2.3.2
7772026-07-17T04:12:44.268Z Downloaded litrs v1.0.0
7782026-07-17T04:12:44.268Z Downloaded litemap v0.8.1
7792026-07-17T04:12:44.268Z Downloaded heapless v0.8.0
7802026-07-17T04:12:44.284Z Downloaded crypto-bigint v0.5.5
7812026-07-17T04:12:44.295Z Downloaded phf_shared v0.13.1
7822026-07-17T04:12:44.295Z Downloaded phf_shared v0.12.1
7832026-07-17T04:12:44.295Z Downloaded phf_shared v0.11.3
7842026-07-17T04:12:44.295Z Downloaded oxide-tokio-rt v0.1.4
7852026-07-17T04:12:44.295Z Downloaded openssl-probe v0.2.1
7862026-07-17T04:12:44.295Z Downloaded num_enum_derive v0.7.6
7872026-07-17T04:12:44.295Z Downloaded num_enum v0.5.11
7882026-07-17T04:12:44.295Z Downloaded newtype-uuid v1.3.2
7892026-07-17T04:12:44.303Z Downloaded native-tls v0.2.18
7902026-07-17T04:12:44.303Z Downloaded indexmap v1.9.3
7912026-07-17T04:12:44.303Z Downloaded precomputed-hash v0.1.1
7922026-07-17T04:12:44.303Z Downloaded powerfmt v0.2.0
7932026-07-17T04:12:44.303Z Downloaded packed_struct v0.10.1
7942026-07-17T04:12:44.303Z Downloaded oxnet v0.1.6
7952026-07-17T04:12:44.303Z Downloaded owo-colors v4.3.0
7962026-07-17T04:12:44.308Z Downloaded predicates-tree v1.0.13
7972026-07-17T04:12:44.308Z Downloaded der v0.8.0
7982026-07-17T04:12:44.308Z Downloaded aes v0.9.1
7992026-07-17T04:12:44.312Z Downloaded parse-display-derive v0.10.0
8002026-07-17T04:12:44.312Z Downloaded predicates-core v1.0.10
8012026-07-17T04:12:44.312Z Downloaded potential_utf v0.1.4
8022026-07-17T04:12:44.312Z Downloaded ignore v0.4.25
8032026-07-17T04:12:44.318Z Downloaded peg v0.8.5
8042026-07-17T04:12:44.318Z Downloaded phf v0.13.1
8052026-07-17T04:12:44.322Z Downloaded pem-rfc7468 v0.7.0
8062026-07-17T04:12:44.322Z Downloaded proc-macro-error-attr2 v2.0.0
8072026-07-17T04:12:44.322Z Downloaded proc-macro-crate v3.4.0
8082026-07-17T04:12:44.322Z Downloaded pem v3.0.6
8092026-07-17T04:12:44.322Z Downloaded pbkdf2 v0.13.0
8102026-07-17T04:12:44.328Z Downloaded paste v1.0.15
8112026-07-17T04:12:44.328Z Downloaded progenitor-client v0.14.0
8122026-07-17T04:12:44.328Z Downloaded password-hash v0.5.0
8132026-07-17T04:12:44.332Z Downloaded progenitor-macro v0.13.0
8142026-07-17T04:12:44.332Z Downloaded phf v0.12.1
8152026-07-17T04:12:44.332Z Downloaded indicatif v0.18.4
8162026-07-17T04:12:44.336Z Downloaded icu_normalizer_data v2.1.1
8172026-07-17T04:12:44.336Z Downloaded poly1305 v0.8.0
8182026-07-17T04:12:44.342Z Downloaded progenitor-macro v0.14.0
8192026-07-17T04:12:44.342Z Downloaded num-rational v0.4.2
8202026-07-17T04:12:44.342Z Downloaded icu_normalizer v2.1.1
8212026-07-17T04:12:44.347Z Downloaded quick-error v1.2.3
8222026-07-17T04:12:44.348Z Downloaded hickory-resolver v0.25.2
8232026-07-17T04:12:44.348Z Downloaded ed25519-dalek v2.2.0
8242026-07-17T04:12:44.355Z Downloaded expectorate v1.2.0
8252026-07-17T04:12:44.355Z Downloaded ed25519-dalek v3.0.0-rc.0
8262026-07-17T04:12:44.355Z Downloaded derive_more-impl v2.1.1
8272026-07-17T04:12:44.370Z Downloaded pkg-config v0.3.32
8282026-07-17T04:12:44.370Z Downloaded pin-project-internal v1.1.11
8292026-07-17T04:12:44.371Z Downloaded parse-display v0.10.0
8302026-07-17T04:12:44.371Z Downloaded parking_lot_core v0.8.6
8312026-07-17T04:12:44.371Z Downloaded postgres-protocol v0.6.10
8322026-07-17T04:12:44.371Z Downloaded polyval v0.7.1
8332026-07-17T04:12:44.379Z Downloaded port-file v0.1.0
8342026-07-17T04:12:44.379Z Downloaded radium v0.7.0
8352026-07-17T04:12:44.380Z Downloaded primefield v0.14.0
8362026-07-17T04:12:44.380Z Downloaded ref-cast-impl v1.0.25
8372026-07-17T04:12:44.380Z Downloaded recursive-proc-macro-impl v0.1.1
8382026-07-17T04:12:44.380Z Downloaded hickory-resolver v0.24.4
8392026-07-17T04:12:44.380Z Downloaded primeorder v0.13.6
8402026-07-17T04:12:44.384Z Downloaded recursive v0.1.1
8412026-07-17T04:12:44.384Z Downloaded rand_chacha v0.3.1
8422026-07-17T04:12:44.384Z Downloaded ppv-lite86 v0.2.21
8432026-07-17T04:12:44.384Z Downloaded icu_locale_core v2.1.1
8442026-07-17T04:12:44.384Z Downloaded progenitor-client v0.13.0
8452026-07-17T04:12:44.387Z Downloaded progenitor v0.14.0
8462026-07-17T04:12:44.387Z Downloaded proc-macro-error2 v2.0.1
8472026-07-17T04:12:44.387Z Downloaded ref-cast v1.0.25
8482026-07-17T04:12:44.391Z Downloaded rand_xorshift v0.4.0
8492026-07-17T04:12:44.391Z Downloaded psl-types v2.0.11
8502026-07-17T04:12:44.396Z Downloaded progenitor-extras v0.2.0
8512026-07-17T04:12:44.396Z Downloaded rfc6979 v0.5.0
8522026-07-17T04:12:44.396Z Downloaded proc-macro-crate v1.3.1
8532026-07-17T04:12:44.396Z Downloaded primeorder v0.14.0-rc.10
8542026-07-17T04:12:44.400Z Downloaded parking_lot v0.11.2
8552026-07-17T04:12:44.400Z Downloaded progenitor v0.13.0
8562026-07-17T04:12:44.400Z Downloaded peg-macros v0.8.5
8572026-07-17T04:12:44.406Z Downloaded psm v0.1.30
8582026-07-17T04:12:44.406Z Downloaded num-traits v0.2.19
8592026-07-17T04:12:44.406Z Downloaded omicron-zone-package v0.12.3
8602026-07-17T04:12:44.414Z Downloaded russh-util v0.52.0
8612026-07-17T04:12:44.414Z Downloaded pkcs8 v0.11.0
8622026-07-17T04:12:44.414Z Downloaded pkcs8 v0.10.2
8632026-07-17T04:12:44.419Z Downloaded rtoolbox v0.0.3
8642026-07-17T04:12:44.419Z Downloaded parking_lot_core v0.9.12
8652026-07-17T04:12:44.419Z Downloaded parking_lot v0.12.5
8662026-07-17T04:12:44.419Z Downloaded pkcs1 v0.8.0-rc.4
8672026-07-17T04:12:44.419Z Downloaded libbz2-rs-sys v0.2.2
8682026-07-17T04:12:44.422Z Downloaded icu_provider v2.1.1
8692026-07-17T04:12:44.422Z Downloaded diesel_derives v2.3.7
8702026-07-17T04:12:44.432Z Downloaded rustc_version v0.4.1
8712026-07-17T04:12:44.436Z Downloaded postgres-types v0.2.12
8722026-07-17T04:12:44.436Z Downloaded predicates v3.1.4
8732026-07-17T04:12:44.436Z Downloaded postcard v1.1.3
8742026-07-17T04:12:44.436Z Downloaded rand_core v0.6.4
8752026-07-17T04:12:44.436Z Downloaded r2d2 v0.8.10
8762026-07-17T04:12:44.442Z Downloaded same-file v1.0.6
8772026-07-17T04:12:44.442Z Downloaded rand_seeder v0.4.0
8782026-07-17T04:12:44.442Z Downloaded scheduled-thread-pool v0.2.7
8792026-07-17T04:12:44.446Z Downloaded rustc_version v0.1.7
8802026-07-17T04:12:44.446Z Downloaded rand_chacha v0.9.0
8812026-07-17T04:12:44.446Z Downloaded jiff-static v0.2.21
8822026-07-17T04:12:44.446Z Downloaded rand_core v0.10.0
8832026-07-17T04:12:44.451Z Downloaded rustc-hash v2.1.1
8842026-07-17T04:12:44.451Z Downloaded phc v0.6.1
8852026-07-17T04:12:44.451Z Downloaded rand_core v0.9.5
8862026-07-17T04:12:44.452Z Downloaded heapless v0.7.17
8872026-07-17T04:12:44.458Z Downloaded headers v0.4.1
8882026-07-17T04:12:44.458Z Downloaded papergrid v0.17.0
8892026-07-17T04:12:44.465Z Downloaded scopeguard v1.2.0
8902026-07-17T04:12:44.465Z Downloaded resolv-conf v0.7.6
8912026-07-17T04:12:44.465Z Downloaded scroll_derive v0.13.1
8922026-07-17T04:12:44.466Z Downloaded pem-rfc7468 v1.0.0
8932026-07-17T04:12:44.472Z Downloaded flate2 v1.1.9
8942026-07-17T04:12:44.472Z Downloaded serde-big-array v0.5.1
8952026-07-17T04:12:44.472Z Downloaded secrecy v0.10.3
8962026-07-17T04:12:44.472Z Downloaded rfc6979 v0.4.0
8972026-07-17T04:12:44.477Z Downloaded pin-project v1.1.11
8982026-07-17T04:12:44.482Z Downloaded semver v0.1.20
8992026-07-17T04:12:44.482Z Downloaded seq-macro v0.3.6
9002026-07-17T04:12:44.482Z Downloaded poly1305 v0.9.0
9012026-07-17T04:12:44.487Z Downloaded pkcs1 v0.7.5
9022026-07-17T04:12:44.487Z Downloaded rpassword v7.5.4
9032026-07-17T04:12:44.487Z Downloaded openssl-sys v0.9.115
9042026-07-17T04:12:44.492Z Downloaded serde_plain v1.0.2
9052026-07-17T04:12:44.492Z Downloaded serde_bytes v0.11.19
9062026-07-17T04:12:44.496Z Downloaded serde_urlencoded v0.7.1
9072026-07-17T04:12:44.497Z Downloaded serde_repr v0.1.20
9082026-07-17T04:12:44.497Z Downloaded rustls-pemfile v2.2.0
9092026-07-17T04:12:44.521Z Downloaded rustls-native-certs v0.8.3
9102026-07-17T04:12:44.521Z Downloaded pkcs5 v0.8.1
9112026-07-17T04:12:44.528Z Downloaded sapling-renderdag v0.1.0
9122026-07-17T04:12:44.528Z Downloaded rustversion v1.0.22
9132026-07-17T04:12:44.528Z Downloaded prefix-trie v0.7.0
9142026-07-17T04:12:44.528Z Downloaded shell-words v1.1.1
9152026-07-17T04:12:44.528Z Downloaded signature v2.2.0
9162026-07-17T04:12:44.528Z Downloaded signal-hook-mio v0.2.5
9172026-07-17T04:12:44.528Z Downloaded signature v3.0.0
9182026-07-17T04:12:44.528Z Downloaded signal-hook-tokio v0.3.1
9192026-07-17T04:12:44.528Z Downloaded sha1 v0.11.0
9202026-07-17T04:12:44.528Z Downloaded scroll v0.13.0
9212026-07-17T04:12:44.528Z Downloaded schemars_derive v0.8.22
9222026-07-17T04:12:44.528Z Downloaded hyper-util v0.1.20
9232026-07-17T04:12:44.529Z Downloaded sha1 v0.10.6
9242026-07-17T04:12:44.529Z Downloaded serde_spanned v1.1.1
9252026-07-17T04:12:44.529Z Downloaded progenitor-impl v0.14.0
9262026-07-17T04:12:44.536Z Downloaded sigpipe v0.1.3
9272026-07-17T04:12:44.538Z Downloaded secrecy v0.8.0
9282026-07-17T04:12:44.538Z Downloaded progenitor-impl v0.13.0
9292026-07-17T04:12:44.538Z Downloaded slog-envlogger v2.2.0
9302026-07-17T04:12:44.538Z Downloaded siphasher v1.0.2
9312026-07-17T04:12:44.538Z Downloaded rusty-fork v0.3.1
9322026-07-17T04:12:44.546Z Downloaded quinn-udp v0.5.14
9332026-07-17T04:12:44.546Z Downloaded sec1 v0.8.1
9342026-07-17T04:12:44.546Z Downloaded sec1 v0.7.3
9352026-07-17T04:12:44.547Z Downloaded pin-project-lite v0.2.17
9362026-07-17T04:12:44.547Z Downloaded p256 v0.14.0-rc.10
9372026-07-17T04:12:44.547Z Downloaded slog-bunyan v2.5.0
9382026-07-17T04:12:44.547Z Downloaded russh-cryptovec v0.61.0
9392026-07-17T04:12:44.555Z Downloaded minimal-lexical v0.2.1
9402026-07-17T04:12:44.555Z Downloaded oso v0.27.3
9412026-07-17T04:12:44.555Z Downloaded serde_path_to_error v0.1.20
9422026-07-17T04:12:44.555Z Downloaded scrypt v0.12.0
9432026-07-17T04:12:44.565Z Downloaded serde_derive_internals v0.29.1
9442026-07-17T04:12:44.565Z Downloaded serde-hex v0.1.0
9452026-07-17T04:12:44.565Z Downloaded hashbrown v0.13.2
9462026-07-17T04:12:44.565Z Downloaded miniz_oxide v0.8.9
9472026-07-17T04:12:44.573Z Downloaded http v1.4.2
9482026-07-17T04:12:44.573Z Downloaded internal-russh-num-bigint v0.5.0
9492026-07-17T04:12:44.573Z Downloaded icu_collections v2.1.1
9502026-07-17T04:12:44.573Z Downloaded serde_with_macros v1.5.2
9512026-07-17T04:12:44.573Z Downloaded serdect v0.4.3
9522026-07-17T04:12:44.573Z Downloaded sqlparser_derive v0.5.0
9532026-07-17T04:12:44.583Z Downloaded shlex v1.3.0
9542026-07-17T04:12:44.583Z Downloaded stable_deref_trait v1.2.1
9552026-07-17T04:12:44.583Z Downloaded hickory-server v0.25.2
9562026-07-17T04:12:44.583Z Downloaded hashbrown v0.12.3
9572026-07-17T04:12:44.583Z Downloaded rustls-pki-types v1.14.0
9582026-07-17T04:12:44.583Z Downloaded p384 v0.14.0-rc.10
9592026-07-17T04:12:44.592Z Downloaded itertools v0.10.5
9602026-07-17T04:12:44.592Z Downloaded prettyplease v0.2.37
9612026-07-17T04:12:44.592Z Downloaded simd-adler32 v0.3.8
9622026-07-17T04:12:44.592Z Downloaded salsa20 v0.11.0
9632026-07-17T04:12:44.599Z Downloaded bumpalo v3.20.2
9642026-07-17T04:12:44.599Z Downloaded pretty_assertions v1.4.1
9652026-07-17T04:12:44.599Z Downloaded ml-kem v0.3.2
9662026-07-17T04:12:44.599Z Downloaded strum v0.27.2
9672026-07-17T04:12:44.599Z Downloaded strum v0.26.3
9682026-07-17T04:12:44.606Z Downloaded subtle v2.6.1
9692026-07-17T04:12:44.606Z Downloaded strip-ansi-escapes v0.2.1
9702026-07-17T04:12:44.606Z Downloaded signal-hook-registry v1.4.8
9712026-07-17T04:12:44.606Z Downloaded structmeta-derive v0.3.0
9722026-07-17T04:12:44.606Z Downloaded strsim v0.10.0
9732026-07-17T04:12:44.606Z Downloaded memmap2 v0.9.10
9742026-07-17T04:12:44.606Z Downloaded icu_properties v2.1.2
9752026-07-17T04:12:44.615Z Downloaded structmeta v0.3.0
9762026-07-17T04:12:44.616Z Downloaded slog-json v2.6.1
9772026-07-17T04:12:44.616Z Downloaded cc v1.2.56
9782026-07-17T04:12:44.616Z Downloaded crossterm v0.29.0
9792026-07-17T04:12:44.625Z Downloaded tabled_derive v0.11.0
9802026-07-17T04:12:44.625Z Downloaded tagptr v0.2.0
9812026-07-17T04:12:44.625Z Downloaded slog-async v2.8.0
9822026-07-17T04:12:44.625Z Downloaded dropshot-api-manager v0.7.2
9832026-07-17T04:12:44.625Z Downloaded tap v1.0.1
9842026-07-17T04:12:44.625Z Downloaded supports-color v3.0.2
9852026-07-17T04:12:44.644Z Downloaded smf v0.2.3
9862026-07-17T04:12:44.644Z Downloaded smallvec v0.6.14
9872026-07-17T04:12:44.644Z Downloaded serde_cbor v0.11.2
9882026-07-17T04:12:44.644Z Downloaded tabwriter v1.4.1
9892026-07-17T04:12:44.644Z Downloaded snafu-derive v0.8.9
9902026-07-17T04:12:44.644Z Downloaded testing_table v0.3.0
9912026-07-17T04:12:44.644Z Downloaded slab v0.4.12
9922026-07-17T04:12:44.644Z Downloaded sync_wrapper v1.0.2
9932026-07-17T04:12:44.644Z Downloaded sync-ptr v0.1.4
9942026-07-17T04:12:44.644Z Downloaded slog-dtrace v0.3.0
9952026-07-17T04:12:44.649Z Downloaded ron v0.8.1
9962026-07-17T04:12:44.649Z Downloaded slog-stdlog v4.1.1
9972026-07-17T04:12:44.649Z Downloaded thread-id v5.1.0
9982026-07-17T04:12:44.649Z Downloaded termtree v0.5.1
9992026-07-17T04:12:44.649Z Downloaded slog-scope v4.4.1
10002026-07-17T04:12:44.649Z Downloaded schemars v0.8.22
10012026-07-17T04:12:44.649Z Downloaded thiserror-impl-no-std v2.0.2
10022026-07-17T04:12:44.649Z Downloaded serde_with_macros v3.21.0
10032026-07-17T04:12:44.649Z Downloaded rustls-platform-verifier v0.6.2
10042026-07-17T04:12:44.664Z Downloaded time-core v0.1.8
10052026-07-17T04:12:44.664Z Downloaded stacker v0.1.23
10062026-07-17T04:12:44.664Z Downloaded ssh-cipher v0.3.0-rc.9
10072026-07-17T04:12:44.664Z Downloaded rcgen v0.12.1
10082026-07-17T04:12:44.670Z Downloaded spki v0.8.0
10092026-07-17T04:12:44.670Z Downloaded num-bigint v0.4.6
10102026-07-17T04:12:44.670Z Downloaded spki v0.7.3
10112026-07-17T04:12:44.670Z Downloaded sqlformat v0.3.5
10122026-07-17T04:12:44.671Z Downloaded static_assertions v1.1.0
10132026-07-17T04:12:44.671Z Downloaded ssh-encoding v0.3.0-rc.9
10142026-07-17T04:12:44.671Z Downloaded stringprep v0.1.5
10152026-07-17T04:12:44.671Z Downloaded tinyvec_macros v0.1.1
10162026-07-17T04:12:44.671Z Downloaded string_cache v0.8.9
10172026-07-17T04:12:44.671Z Downloaded strum_macros v0.26.4
10182026-07-17T04:12:44.700Z Downloaded crypto-primes v0.7.2
10192026-07-17T04:12:44.700Z Downloaded strum_macros v0.27.2
10202026-07-17T04:12:44.700Z Downloaded mio v1.2.0
10212026-07-17T04:12:44.700Z Downloaded ryu v1.0.23
10222026-07-17T04:12:44.700Z Downloaded sha2 v0.11.0
10232026-07-17T04:12:44.705Z Downloaded support-bundle-viewer v0.1.2
10242026-07-17T04:12:44.705Z Downloaded synstructure v0.13.2
10252026-07-17T04:12:44.705Z Downloaded slog-term v2.9.2
10262026-07-17T04:12:44.705Z Downloaded iri-string v0.7.10
10272026-07-17T04:12:44.705Z Downloaded termios v0.3.3
10282026-07-17T04:12:44.705Z Downloaded idna v1.1.0
10292026-07-17T04:12:44.705Z Downloaded qorb v0.4.1
10302026-07-17T04:12:44.705Z Downloaded take_mut v0.2.2
10312026-07-17T04:12:44.705Z Downloaded tokio-test v0.4.5
10322026-07-17T04:12:44.705Z Downloaded rand v0.8.6
10332026-07-17T04:12:44.706Z Downloaded nom v7.1.3
10342026-07-17T04:12:44.706Z Downloaded publicsuffix v2.3.0
10352026-07-17T04:12:44.714Z Downloaded hashbrown v0.16.1
10362026-07-17T04:12:44.714Z Downloaded thiserror-no-std v2.0.2
10372026-07-17T04:12:44.721Z Downloaded serde_yaml v0.9.34+deprecated
10382026-07-17T04:12:44.721Z Downloaded itertools v0.13.0
10392026-07-17T04:12:44.721Z Downloaded tower-layer v0.3.3
10402026-07-17T04:12:44.721Z Downloaded tinystr v0.8.2
10412026-07-17T04:12:44.727Z Downloaded hashbrown v0.15.5
10422026-07-17T04:12:44.727Z Downloaded topological-sort v0.2.2
10432026-07-17T04:12:44.727Z Downloaded time-macros v0.2.27
10442026-07-17T04:12:44.737Z Downloaded thread_local v1.1.9
10452026-07-17T04:12:44.737Z Downloaded base64 v0.21.7
10462026-07-17T04:12:44.737Z Downloaded spin v0.9.8
10472026-07-17T04:12:44.737Z Downloaded tls_codec v0.4.2
10482026-07-17T04:12:44.737Z Downloaded tiny-keccak v2.0.2
10492026-07-17T04:12:44.742Z Downloaded h2 v0.4.15
10502026-07-17T04:12:44.742Z Downloaded try-lock v0.2.5
10512026-07-17T04:12:44.742Z Downloaded trait-variant v0.1.2
10522026-07-17T04:12:44.742Z Downloaded typify-macro v0.6.2
10532026-07-17T04:12:44.742Z Downloaded tower-service v0.3.3
10542026-07-17T04:12:44.742Z Downloaded schemars v0.9.0
10552026-07-17T04:12:44.752Z Downloaded unarray v0.1.4
10562026-07-17T04:12:44.756Z Downloaded strum_macros v0.24.3
10572026-07-17T04:12:44.756Z Downloaded smallvec v1.15.1
10582026-07-17T04:12:44.756Z Downloaded slog v2.8.2
10592026-07-17T04:12:44.756Z Downloaded unit-prefix v0.5.2
10602026-07-17T04:12:44.756Z Downloaded hyper v1.10.1
10612026-07-17T04:12:44.779Z Downloaded universal-hash v0.6.1
10622026-07-17T04:12:44.779Z Downloaded tokio-tungstenite v0.21.0
10632026-07-17T04:12:44.790Z Downloaded term v0.7.0
10642026-07-17T04:12:44.790Z Downloaded untrusted v0.7.1
10652026-07-17T04:12:44.790Z Downloaded rsa v0.9.10
10662026-07-17T04:12:44.790Z Downloaded utf-8 v0.7.6
10672026-07-17T04:12:44.790Z Downloaded usdt-macro v0.6.0
10682026-07-17T04:12:44.790Z Downloaded nom v8.0.0
10692026-07-17T04:12:44.790Z Downloaded tokio-tungstenite v0.23.1
10702026-07-17T04:12:44.791Z Downloaded rustls-webpki v0.103.13
10712026-07-17T04:12:44.791Z Downloaded utf8_iter v1.0.4
10722026-07-17T04:12:44.791Z Downloaded usdt-attr-macro v0.6.0
10732026-07-17T04:12:44.791Z Downloaded schemars v1.2.1
10742026-07-17T04:12:44.802Z Downloaded toml_writer v1.1.1+spec-1.1.0
10752026-07-17T04:12:44.802Z Downloaded waitgroup v0.1.2
10762026-07-17T04:12:44.802Z Downloaded tls_codec_derive v0.4.2
10772026-07-17T04:12:44.803Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10782026-07-17T04:12:44.803Z Downloaded want v0.3.1
10792026-07-17T04:12:44.803Z Downloaded curve25519-dalek v4.1.3
10802026-07-17T04:12:44.812Z Downloaded num-bigint-dig v0.8.6
10812026-07-17T04:12:44.812Z Downloaded itertools v0.12.1
10822026-07-17T04:12:44.812Z Downloaded wait-timeout v0.2.1
10832026-07-17T04:12:44.812Z Downloaded void v1.0.2
10842026-07-17T04:12:44.812Z Downloaded icu_properties_data v2.1.2
10852026-07-17T04:12:44.828Z Downloaded unicase v2.9.0
10862026-07-17T04:12:44.828Z Downloaded tokio-native-tls v0.3.1
10872026-07-17T04:12:44.828Z Downloaded subprocess v0.2.15
10882026-07-17T04:12:44.828Z Downloaded tokio-stream v0.1.18
10892026-07-17T04:12:44.828Z Downloaded universal-hash v0.5.1
10902026-07-17T04:12:44.840Z Downloaded hkdf v0.13.0
10912026-07-17T04:12:44.840Z Downloaded itertools v0.14.0
10922026-07-17T04:12:44.840Z Downloaded futures-util v0.3.32
10932026-07-17T04:12:44.840Z Downloaded xattr v1.6.1
10942026-07-17T04:12:44.850Z Downloaded unicode-xid v0.2.6
10952026-07-17T04:12:44.850Z Downloaded tokio-rustls v0.26.4
10962026-07-17T04:12:44.850Z Downloaded usdt-impl v0.6.0
10972026-07-17T04:12:44.851Z Downloaded zeroize_derive v1.4.3
10982026-07-17T04:12:44.851Z Downloaded test-strategy v0.4.5
10992026-07-17T04:12:44.851Z Downloaded quinn v0.11.9
11002026-07-17T04:12:44.851Z Downloaded zerofrom v0.1.6
11012026-07-17T04:12:44.851Z Downloaded yoke-derive v0.8.1
11022026-07-17T04:12:44.851Z Downloaded uzers v0.12.2
11032026-07-17T04:12:44.851Z Downloaded samael v0.0.19
11042026-07-17T04:12:44.860Z Downloaded zerofrom-derive v0.1.6
11052026-07-17T04:12:44.860Z Downloaded toml_parser v1.1.2+spec-1.1.0
11062026-07-17T04:12:44.860Z Downloaded vergen-lib v9.1.0
11072026-07-17T04:12:44.860Z Downloaded vergen-lib v0.1.6
11082026-07-17T04:12:44.860Z Downloaded vergen-gitcl v1.0.8
11092026-07-17T04:12:44.860Z Downloaded zone v0.3.1
11102026-07-17T04:12:44.860Z Downloaded vergen-git2 v9.1.0
11112026-07-17T04:12:44.860Z Downloaded zone_cfg_derive v0.3.1
11122026-07-17T04:12:44.860Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11132026-07-17T04:12:44.871Z Downloaded hkdf v0.12.4
11142026-07-17T04:12:44.871Z Downloaded blake3 v1.8.5
11152026-07-17T04:12:44.871Z Downloaded walkdir v2.5.0
11162026-07-17T04:12:44.871Z Downloaded whoami v2.1.0
11172026-07-17T04:12:44.872Z Downloaded tui-tree-widget v0.23.1
11182026-07-17T04:12:44.879Z Downloaded tracing-attributes v0.1.31
11192026-07-17T04:12:44.879Z Downloaded xshell-macros v0.2.7
11202026-07-17T04:12:44.879Z Downloaded term v1.2.1
11212026-07-17T04:12:44.879Z Downloaded twox-hash v2.1.2
11222026-07-17T04:12:44.879Z Downloaded socket2 v0.6.3
11232026-07-17T04:12:44.879Z Downloaded rand v0.10.1
11242026-07-17T04:12:44.879Z Downloaded unicode-properties v0.1.4
11252026-07-17T04:12:44.888Z Downloaded rand v0.9.2
11262026-07-17T04:12:44.888Z Downloaded libm v0.2.16
11272026-07-17T04:12:44.897Z Downloaded yoke v0.8.1
11282026-07-17T04:12:44.897Z Downloaded rsa v0.10.0-rc.18
11292026-07-17T04:12:44.897Z Downloaded bitvec v1.0.1
11302026-07-17T04:12:44.905Z Downloaded vergen v9.1.0
11312026-07-17T04:12:44.905Z Downloaded rustyline v14.0.0
11322026-07-17T04:12:44.905Z Downloaded toml v1.1.2+spec-1.1.0
11332026-07-17T04:12:44.911Z Downloaded whoami v1.6.1
11342026-07-17T04:12:44.911Z Downloaded snafu v0.8.9
11352026-07-17T04:12:44.911Z Downloaded zerovec-derive v0.11.2
11362026-07-17T04:12:44.918Z Downloaded tinyvec v1.10.0
11372026-07-17T04:12:44.918Z Downloaded steno v0.4.1
11382026-07-17T04:12:44.919Z Downloaded typify v0.6.2
11392026-07-17T04:12:44.919Z Downloaded tungstenite v0.21.0
11402026-07-17T04:12:44.937Z Downloaded zstd v0.13.3
11412026-07-17T04:12:44.937Z Downloaded vsss-rs v3.3.4
11422026-07-17T04:12:44.937Z Downloaded tungstenite v0.23.0
11432026-07-17T04:12:44.937Z Downloaded bindgen v0.71.1
11442026-07-17T04:12:44.937Z Downloaded unicode-bidi v0.3.18
11452026-07-17T04:12:44.937Z Downloaded tracing-core v0.1.36
11462026-07-17T04:12:44.937Z Downloaded toml v0.7.8
11472026-07-17T04:12:44.937Z Downloaded tar v0.4.46
11482026-07-17T04:12:44.949Z Downloaded iddqd v0.4.2
11492026-07-17T04:12:44.949Z Downloaded zerocopy v0.6.6
11502026-07-17T04:12:44.949Z Downloaded xshell v0.2.7
11512026-07-17T04:12:44.949Z Downloaded wyz v0.5.1
11522026-07-17T04:12:44.954Z Downloaded writeable v0.6.2
11532026-07-17T04:12:44.954Z Downloaded toml_edit v0.23.10+spec-1.0.0
11542026-07-17T04:12:44.954Z Downloaded usdt v0.6.0
11552026-07-17T04:12:44.954Z Downloaded serde_with v1.14.0
11562026-07-17T04:12:44.954Z Downloaded yasna v0.5.2
11572026-07-17T04:12:44.954Z Downloaded untrusted v0.9.0
11582026-07-17T04:12:44.955Z Downloaded socket2 v0.5.10
11592026-07-17T04:12:44.964Z Downloaded zeroize v1.8.2
11602026-07-17T04:12:44.964Z Downloaded git2 v0.20.4
11612026-07-17T04:12:44.968Z Downloaded zstd-safe v7.2.4
11622026-07-17T04:12:44.968Z Downloaded unicode-truncate v1.1.0
11632026-07-17T04:12:44.968Z Downloaded tokio-macros v2.7.0
11642026-07-17T04:12:44.968Z Downloaded tokio-dtrace v0.1.1
11652026-07-17T04:12:44.968Z Downloaded similar v2.7.0
11662026-07-17T04:12:44.968Z Downloaded libxml v0.3.3
11672026-07-17T04:12:44.982Z Downloaded aho-corasick v1.1.4
11682026-07-17T04:12:44.982Z Downloaded rayon-core v1.13.0
11692026-07-17T04:12:44.982Z Downloaded signal-hook v0.3.18
11702026-07-17T04:12:44.982Z Downloaded p521 v0.14.0-rc.10
11712026-07-17T04:12:44.998Z Downloaded peg-runtime v0.8.5
11722026-07-17T04:12:44.998Z Downloaded path-slash v0.1.5
11732026-07-17T04:12:44.998Z Downloaded password-hash v0.6.1
11742026-07-17T04:12:44.998Z Downloaded num_threads v0.1.7
11752026-07-17T04:12:44.998Z Downloaded num_enum v0.7.6
11762026-07-17T04:12:44.998Z Downloaded unsafe-libyaml v0.2.11
11772026-07-17T04:12:44.998Z Downloaded hybrid-array v0.4.13
11782026-07-17T04:12:44.998Z Downloaded humantime v2.3.0
11792026-07-17T04:12:45.019Z Downloaded num-conv v0.2.0
11802026-07-17T04:12:45.019Z Downloaded normalize-line-endings v0.3.0
11812026-07-17T04:12:45.019Z Downloaded nonempty v0.12.0
11822026-07-17T04:12:45.019Z Downloaded keccak v0.2.0
11832026-07-17T04:12:45.020Z Downloaded bzip2 v0.6.1
11842026-07-17T04:12:45.020Z Downloaded float-ord v0.3.2
11852026-07-17T04:12:45.020Z Downloaded ecdsa v0.16.9
11862026-07-17T04:12:45.020Z Downloaded der_derive v0.7.3
11872026-07-17T04:12:45.020Z Downloaded daft-derive v0.1.7
11882026-07-17T04:12:45.020Z Downloaded uuid v1.23.4
11892026-07-17T04:12:45.020Z Downloaded toml_edit v0.19.15
11902026-07-17T04:12:45.034Z Downloaded reqwest v0.12.28
11912026-07-17T04:12:45.034Z Downloaded zopfli v0.8.3
11922026-07-17T04:12:45.034Z Downloaded chrono v0.4.45
11932026-07-17T04:12:45.034Z Downloaded reedline v0.40.0
11942026-07-17T04:12:45.034Z Downloaded vte v0.14.1
11952026-07-17T04:12:45.034Z Downloaded crypto-bigint v0.7.5
11962026-07-17T04:12:45.046Z Downloaded yansi v1.0.1
11972026-07-17T04:12:45.046Z Downloaded url v2.5.8
11982026-07-17T04:12:45.046Z Downloaded zerotrie v0.2.3
11992026-07-17T04:12:45.046Z Downloaded unicode_categories v0.1.1
12002026-07-17T04:12:45.051Z Downloaded tokio-postgres v0.7.16
12012026-07-17T04:12:45.051Z Downloaded p384 v0.13.1
12022026-07-17T04:12:45.052Z Downloaded critical-section v1.2.0
12032026-07-17T04:12:45.052Z Downloaded corncobs v0.1.4
12042026-07-17T04:12:45.052Z Downloaded foreign-types-shared v0.1.1
12052026-07-17T04:12:45.052Z Downloaded foreign-types v0.5.0
12062026-07-17T04:12:45.061Z Downloaded reqwest v0.13.2
12072026-07-17T04:12:45.061Z Downloaded zip v0.6.6
12082026-07-17T04:12:45.069Z Downloaded tower v0.5.3
12092026-07-17T04:12:45.069Z Downloaded regex v1.12.3
12102026-07-17T04:12:45.069Z Downloaded zerocopy-derive v0.8.40
12112026-07-17T04:12:45.075Z Downloaded unicode-segmentation v1.12.0
12122026-07-17T04:12:45.089Z Downloaded quick-xml v0.37.5
12132026-07-17T04:12:45.089Z Downloaded lalrpop v0.19.12
12142026-07-17T04:12:45.108Z Downloaded typed-path v0.9.3
12152026-07-17T04:12:45.108Z Downloaded x509-cert v0.2.5
12162026-07-17T04:12:45.108Z Downloaded ssh-key v0.7.0-rc.10
12172026-07-17T04:12:45.115Z Downloaded rayon v1.11.0
12182026-07-17T04:12:45.115Z Downloaded unicode-normalization v0.1.25
12192026-07-17T04:12:45.115Z Downloaded moka v0.12.13
12202026-07-17T04:12:45.115Z Downloaded goblin v0.10.5
12212026-07-17T04:12:45.115Z Downloaded portable-atomic v1.13.1
12222026-07-17T04:12:45.119Z Downloaded petname v2.0.2
12232026-07-17T04:12:45.119Z Downloaded rawzip v0.4.4
12242026-07-17T04:12:45.140Z Downloaded salty v0.3.0
12252026-07-17T04:12:45.147Z Downloaded zip v4.6.1
12262026-07-17T04:12:45.152Z Downloaded proptest v1.10.0
12272026-07-17T04:12:45.157Z Downloaded zerovec v0.11.5
12282026-07-17T04:12:45.157Z Downloaded nix v0.27.1
12292026-07-17T04:12:45.166Z Downloaded object v0.30.4
12302026-07-17T04:12:45.173Z Downloaded tower-http v0.6.8
12312026-07-17T04:12:45.173Z Downloaded tough v0.22.0
12322026-07-17T04:12:45.176Z Downloaded tokio-util v0.7.18
12332026-07-17T04:12:45.188Z Downloaded serde_with v3.21.0
12342026-07-17T04:12:45.193Z Downloaded winnow v0.5.40
12352026-07-17T04:12:45.197Z Downloaded quinn-proto v0.11.13
12362026-07-17T04:12:45.205Z Downloaded winnow v0.6.26
12372026-07-17T04:12:45.208Z Downloaded russh v0.61.2
12382026-07-17T04:12:45.208Z Downloaded polar-core v0.27.3
12392026-07-17T04:12:45.215Z Downloaded radix_trie v0.2.1
12402026-07-17T04:12:45.223Z Downloaded curve25519-dalek v5.0.0-rc.0
12412026-07-17T04:12:45.231Z Downloaded openssl v0.10.79
12422026-07-17T04:12:45.236Z Downloaded tabled v0.20.0
12432026-07-17T04:12:45.249Z Downloaded nix v0.28.0
12442026-07-17T04:12:45.265Z Downloaded bstr v1.12.1
12452026-07-17T04:12:45.265Z Downloaded winnow v1.0.3
12462026-07-17T04:12:45.308Z Downloaded nix v0.31.2
12472026-07-17T04:12:45.308Z Downloaded dropshot v0.17.1
12482026-07-17T04:12:45.320Z Downloaded vcpkg v0.2.15
12492026-07-17T04:12:45.320Z Downloaded zlib-rs v0.6.2
12502026-07-17T04:12:45.320Z Downloaded hickory-proto v0.24.4
12512026-07-17T04:12:45.339Z Downloaded time v0.3.47
12522026-07-17T04:12:45.339Z Downloaded diesel v2.3.7
12532026-07-17T04:12:45.405Z Downloaded zerocopy v0.8.40
12542026-07-17T04:12:45.405Z Downloaded hickory-proto v0.25.2
12552026-07-17T04:12:45.430Z Downloaded smoltcp v0.11.0
12562026-07-17T04:12:45.430Z Downloaded regress v0.11.1
12572026-07-17T04:12:45.430Z Downloaded regress v0.10.5
12582026-07-17T04:12:45.430Z Downloaded rustls v0.23.41
12592026-07-17T04:12:45.430Z Downloaded rustix v0.38.44
12602026-07-17T04:12:45.430Z Downloaded regex-syntax v0.8.10
12612026-07-17T04:12:45.431Z Downloaded smoltcp v0.9.1
12622026-07-17T04:12:45.431Z Downloaded regex-syntax v0.6.29
12632026-07-17T04:12:45.431Z Downloaded openapiv3 v2.2.0
12642026-07-17T04:12:45.431Z Downloaded object v0.37.3
12652026-07-17T04:12:45.457Z Downloaded sqlparser v0.61.0
12662026-07-17T04:12:45.458Z Downloaded sled v0.34.7
12672026-07-17T04:12:45.458Z Downloaded typify-impl v0.6.2
12682026-07-17T04:12:45.493Z Downloaded tracing v0.1.44
12692026-07-17T04:12:45.493Z Downloaded sha3 v0.11.0
12702026-07-17T04:12:45.493Z Downloaded fiat-crypto v0.3.0
12712026-07-17T04:12:45.493Z Downloaded bzip2-sys v0.1.13+1.0.8
12722026-07-17T04:12:45.493Z Downloaded zerocopy-derive v0.6.6
12732026-07-17T04:12:45.508Z Downloaded ratatui v0.29.0
12742026-07-17T04:12:45.523Z Downloaded petgraph v0.6.5
12752026-07-17T04:12:45.534Z Downloaded regex-automata v0.4.14
12762026-07-17T04:12:45.560Z Downloaded csv v1.4.0
12772026-07-17T04:12:45.573Z Downloaded petgraph v0.8.3
12782026-07-17T04:12:45.573Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12792026-07-17T04:12:45.583Z Downloaded jiff v0.2.21
12802026-07-17T04:12:45.598Z Downloaded chrono-tz v0.10.4
12812026-07-17T04:12:45.619Z Downloaded libz-sys v1.1.24
12822026-07-17T04:12:45.645Z Downloaded sha3 v0.10.8
12832026-07-17T04:12:45.657Z Downloaded libgit2-sys v0.18.3+1.9.2
12842026-07-17T04:12:45.683Z Downloaded tokio v1.52.1
12852026-07-17T04:12:45.800Z Downloaded encoding_rs v0.8.35
12862026-07-17T04:12:45.855Z Downloaded ring v0.17.14
12872026-07-17T04:12:46.397Z Downloaded aws-lc-sys v0.40.0
12882026-07-17T04:12:46.537Z Compiling syn v2.0.117
12892026-07-17T04:12:46.537Z Compiling libc v0.2.185
12902026-07-17T04:12:46.537Z Compiling serde_core v1.0.228
12912026-07-17T04:12:46.537Z Compiling serde v1.0.228
12922026-07-17T04:12:46.538Z Compiling log v0.4.29
12932026-07-17T04:12:46.538Z Compiling smallvec v1.15.1
12942026-07-17T04:12:46.538Z Compiling shlex v1.3.0
12952026-07-17T04:12:46.538Z Compiling find-msvc-tools v0.1.9
12962026-07-17T04:12:46.538Z Compiling subtle v2.6.1
12972026-07-17T04:12:46.538Z Compiling stable_deref_trait v1.2.1
12982026-07-17T04:12:46.538Z Compiling scopeguard v1.2.0
12992026-07-17T04:12:46.538Z Compiling typenum v1.20.1
13002026-07-17T04:12:46.538Z Compiling serde_json v1.0.150
13012026-07-17T04:12:46.538Z Compiling zerocopy v0.8.40
13022026-07-17T04:12:46.538Z Compiling portable-atomic v1.13.1
13032026-07-17T04:12:46.538Z Compiling parking_lot_core v0.9.12
13042026-07-17T04:12:46.927Z Compiling lock_api v0.4.14
13052026-07-17T04:12:46.950Z Compiling pin-project-lite v0.2.17
13062026-07-17T04:12:46.974Z Compiling pkg-config v0.3.32
13072026-07-17T04:12:47.068Z Compiling critical-section v1.2.0
13082026-07-17T04:12:47.182Z Compiling getrandom v0.4.1
13092026-07-17T04:12:47.182Z Compiling libm v0.2.16
13102026-07-17T04:12:47.182Z Compiling num-traits v0.2.19
13112026-07-17T04:12:47.182Z Compiling futures-core v0.3.32
13122026-07-17T04:12:47.218Z Compiling rand_core v0.10.0
13132026-07-17T04:12:47.218Z Compiling generic-array v0.14.7
13142026-07-17T04:12:47.218Z Compiling writeable v0.6.2
13152026-07-17T04:12:47.219Z Compiling litemap v0.8.1
13162026-07-17T04:12:47.377Z Compiling const-oid v0.9.6
13172026-07-17T04:12:47.396Z Compiling percent-encoding v2.3.2
13182026-07-17T04:12:47.396Z Compiling icu_properties_data v2.1.2
13192026-07-17T04:12:47.396Z Compiling icu_normalizer_data v2.1.1
13202026-07-17T04:12:47.408Z Compiling futures-sink v0.3.32
13212026-07-17T04:12:47.557Z Compiling futures-task v0.3.32
13222026-07-17T04:12:47.583Z Compiling slab v0.4.12
13232026-07-17T04:12:47.583Z Compiling futures-channel v0.3.32
13242026-07-17T04:12:47.583Z Compiling futures-io v0.3.32
13252026-07-17T04:12:47.583Z Compiling utf8_iter v1.0.4
13262026-07-17T04:12:47.583Z Compiling form_urlencoded v1.2.2
13272026-07-17T04:12:47.583Z Compiling getrandom v0.3.4
13282026-07-17T04:12:47.744Z Compiling rustversion v1.0.22
13292026-07-17T04:12:47.778Z Compiling rustix v1.1.3
13302026-07-17T04:12:47.778Z Compiling jobserver v0.1.34
13312026-07-17T04:12:47.778Z Compiling errno v0.3.14
13322026-07-17T04:12:47.778Z Compiling getrandom v0.2.17
13332026-07-17T04:12:47.778Z Compiling mio v1.2.0
13342026-07-17T04:12:47.798Z Compiling socket2 v0.6.3
13352026-07-17T04:12:47.798Z Compiling iana-time-zone v0.1.65
13362026-07-17T04:12:47.922Z Compiling rand_core v0.6.4
13372026-07-17T04:12:48.173Z Compiling cc v1.2.56
13382026-07-17T04:12:48.347Z Compiling signal-hook-registry v1.4.8
13392026-07-17T04:12:48.347Z Compiling once_cell v1.21.3
13402026-07-17T04:12:48.348Z Compiling parking_lot v0.12.5
13412026-07-17T04:12:48.348Z Compiling fs_extra v1.3.0
13422026-07-17T04:12:48.348Z Compiling dunce v1.0.5
13432026-07-17T04:12:48.348Z Compiling ident_case v1.0.1
13442026-07-17T04:12:48.348Z Compiling regex-syntax v0.8.10
13452026-07-17T04:12:48.348Z Compiling base64ct v1.8.3
13462026-07-17T04:12:48.348Z Compiling vcpkg v0.2.15
13472026-07-17T04:12:48.387Z Compiling base64 v0.22.1
13482026-07-17T04:12:48.387Z Compiling tracing-core v0.1.36
13492026-07-17T04:12:48.408Z Compiling flagset v0.4.7
13502026-07-17T04:12:48.408Z Compiling aws-lc-rs v1.16.3
13512026-07-17T04:12:48.408Z Compiling dyn-clone v1.0.20
13522026-07-17T04:12:48.448Z Compiling cmov v0.5.4
13532026-07-17T04:12:48.477Z Compiling tinyvec_macros v0.1.1
13542026-07-17T04:12:48.544Z Compiling pem-rfc7468 v0.7.0
13552026-07-17T04:12:48.564Z Compiling httparse v1.10.1
13562026-07-17T04:12:48.564Z Compiling rand_core v0.9.5
13572026-07-17T04:12:48.603Z Compiling openssl-probe v0.2.1
13582026-07-17T04:12:48.641Z Compiling schemars v0.8.22
13592026-07-17T04:12:48.704Z Compiling ctutils v0.4.2
13602026-07-17T04:12:48.704Z Compiling tinyvec v1.10.0
13612026-07-17T04:12:48.859Z Compiling aho-corasick v1.1.4
13622026-07-17T04:12:48.900Z Compiling cmake v0.1.57
13632026-07-17T04:12:48.900Z Compiling untrusted v0.7.1
13642026-07-17T04:12:48.900Z Compiling atomic-waker v1.1.2
13652026-07-17T04:12:48.900Z Compiling tower-layer v0.3.3
13662026-07-17T04:12:48.913Z Compiling try-lock v0.2.5
13672026-07-17T04:12:48.931Z Compiling tower-service v0.3.3
13682026-07-17T04:12:48.941Z Compiling cpufeatures v0.2.17
13692026-07-17T04:12:48.982Z Compiling foreign-types-shared v0.1.1
13702026-07-17T04:12:49.013Z Compiling want v0.3.1
13712026-07-17T04:12:49.034Z Compiling httpdate v1.0.3
13722026-07-17T04:12:49.067Z Compiling bitflags v2.11.0
13732026-07-17T04:12:49.067Z Compiling semver v1.0.28
13742026-07-17T04:12:49.067Z Compiling indexmap v2.14.0
13752026-07-17T04:12:49.155Z Compiling uuid v1.23.4
13762026-07-17T04:12:49.155Z Compiling openssl v0.10.79
13772026-07-17T04:12:49.360Z Compiling rustls v0.23.41
13782026-07-17T04:12:49.409Z Compiling untrusted v0.9.0
13792026-07-17T04:12:49.409Z Compiling foreign-types v0.3.2
13802026-07-17T04:12:49.409Z Compiling unicode-normalization v0.1.25
13812026-07-17T04:12:49.410Z Compiling rustc_version v0.4.1
13822026-07-17T04:12:49.410Z Compiling spin v0.9.8
13832026-07-17T04:12:49.410Z Compiling time-core v0.1.8
13842026-07-17T04:12:49.410Z Compiling crc32fast v1.5.0
13852026-07-17T04:12:49.410Z Compiling num-conv v0.2.0
13862026-07-17T04:12:49.427Z Compiling native-tls v0.2.18
13872026-07-17T04:12:49.468Z Compiling powerfmt v0.2.0
13882026-07-17T04:12:49.563Z Compiling wait-timeout v0.2.1
13892026-07-17T04:12:49.593Z Compiling time-macros v0.2.27
13902026-07-17T04:12:49.593Z Compiling sync_wrapper v1.0.2
13912026-07-17T04:12:49.593Z Compiling aws-lc-sys v0.40.0
13922026-07-17T04:12:49.667Z Compiling openssl-sys v0.9.115
13932026-07-17T04:12:49.684Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13942026-07-17T04:12:49.684Z Compiling deranged v0.5.8
13952026-07-17T04:12:49.684Z Compiling synstructure v0.13.2
13962026-07-17T04:12:49.797Z Compiling serde_derive_internals v0.29.1
13972026-07-17T04:12:49.835Z Compiling pest_generator v2.8.6
13982026-07-17T04:12:49.835Z Compiling regex-automata v0.4.14
13992026-07-17T04:12:49.835Z Compiling darling_core v0.20.11
14002026-07-17T04:12:49.904Z Compiling syn v1.0.109
14012026-07-17T04:12:50.275Z Compiling tempfile v3.25.0
14022026-07-17T04:12:50.296Z Compiling siphasher v1.0.2
14032026-07-17T04:12:50.428Z Compiling usdt-impl v0.6.0
14042026-07-17T04:12:50.486Z Compiling simd-adler32 v0.3.8
14052026-07-17T04:12:50.506Z Compiling num_threads v0.1.7
14062026-07-17T04:12:50.513Z Compiling crossbeam-utils v0.8.21
14072026-07-17T04:12:50.538Z Compiling bit-vec v0.8.0
14082026-07-17T04:12:50.634Z Compiling quick-error v1.2.3
14092026-07-17T04:12:50.735Z Compiling darling_core v0.23.0
14102026-07-17T04:12:50.749Z Compiling heapless v0.7.17
14112026-07-17T04:12:50.749Z Compiling rusty-fork v0.3.1
14122026-07-17T04:12:50.749Z Compiling time v0.3.47
14132026-07-17T04:12:50.806Z Compiling bit-set v0.8.0
14142026-07-17T04:12:50.807Z Compiling bzip2-sys v0.1.13+1.0.8
14152026-07-17T04:12:50.807Z Compiling slog v2.8.2
14162026-07-17T04:12:50.842Z Compiling rand_xorshift v0.4.0
14172026-07-17T04:12:50.852Z Compiling thread-id v5.1.0
14182026-07-17T04:12:50.879Z Compiling cookie v0.18.1
14192026-07-17T04:12:50.911Z Compiling ryu v1.0.23
14202026-07-17T04:12:50.922Z Compiling unicode-bidi v0.3.18
14212026-07-17T04:12:50.953Z Compiling unarray v0.1.4
14222026-07-17T04:12:50.979Z Compiling allocator-api2 v0.2.21
14232026-07-17T04:12:50.997Z Compiling signal-hook v0.3.18
14242026-07-17T04:12:51.016Z Compiling zstd-safe v7.2.4
14252026-07-17T04:12:51.074Z Compiling unicode-properties v0.1.4
14262026-07-17T04:12:51.083Z Compiling iri-string v0.7.10
14272026-07-17T04:12:51.092Z Compiling adler2 v2.0.1
14282026-07-17T04:12:51.098Z Compiling paste v1.0.15
14292026-07-17T04:12:51.111Z Compiling anyhow v1.0.102
14302026-07-17T04:12:51.241Z Compiling miniz_oxide v0.8.9
14312026-07-17T04:12:51.247Z Compiling stringprep v0.1.5
14322026-07-17T04:12:51.482Z Compiling serde_derive v1.0.228
14332026-07-17T04:12:51.496Z Compiling zeroize_derive v1.4.3
14342026-07-17T04:12:51.504Z Compiling zerofrom-derive v0.1.6
14352026-07-17T04:12:51.508Z Compiling yoke-derive v0.8.1
14362026-07-17T04:12:51.742Z Compiling zerovec-derive v0.11.2
14372026-07-17T04:12:51.863Z Compiling displaydoc v0.2.5
14382026-07-17T04:12:51.886Z Compiling zerocopy-derive v0.8.40
14392026-07-17T04:12:52.094Z Compiling tokio-macros v2.7.0
14402026-07-17T04:12:52.182Z Compiling zeroize v1.8.2
14412026-07-17T04:12:52.209Z Compiling futures-macro v0.3.32
14422026-07-17T04:12:52.398Z Compiling tracing-attributes v0.1.31
14432026-07-17T04:12:52.659Z Compiling thiserror-impl v2.0.18
14442026-07-17T04:12:52.681Z Compiling der_derive v0.7.3
14452026-07-17T04:12:52.775Z Compiling rustls-pki-types v1.14.0
14462026-07-17T04:12:52.890Z Compiling crypto-common v0.1.7
14472026-07-17T04:12:52.920Z Compiling block-buffer v0.10.4
14482026-07-17T04:12:52.945Z Compiling zerofrom v0.1.6
14492026-07-17T04:12:52.962Z Compiling schemars_derive v0.8.22
14502026-07-17T04:12:53.061Z Compiling hybrid-array v0.4.13
14512026-07-17T04:12:53.077Z Compiling yoke v0.8.1
14522026-07-17T04:12:53.097Z Compiling futures-util v0.3.32
14532026-07-17T04:12:53.118Z Compiling digest v0.10.7
14542026-07-17T04:12:53.261Z Compiling zerovec v0.11.5
14552026-07-17T04:12:53.282Z Compiling zerotrie v0.2.3
14562026-07-17T04:12:53.295Z Compiling scroll_derive v0.13.1
14572026-07-17T04:12:53.393Z Compiling pest_derive v2.8.6
14582026-07-17T04:12:53.606Z Compiling darling_macro v0.20.11
14592026-07-17T04:12:53.705Z Compiling der v0.7.10
14602026-07-17T04:12:53.790Z Compiling tinystr v0.8.2
14612026-07-17T04:12:53.804Z Compiling potential_utf v0.1.4
14622026-07-17T04:12:53.886Z Compiling tracing v0.1.44
14632026-07-17T04:12:53.886Z Compiling openssl-macros v0.1.1
14642026-07-17T04:12:53.980Z Compiling icu_locale_core v2.1.1
14652026-07-17T04:12:54.016Z Compiling icu_collections v2.1.1
14662026-07-17T04:12:54.047Z Compiling hmac v0.12.1
14672026-07-17T04:12:54.088Z Compiling thiserror v2.0.18
14682026-07-17T04:12:54.164Z Compiling darling v0.20.11
14692026-07-17T04:12:54.186Z Compiling sha2 v0.10.9
14702026-07-17T04:12:54.203Z Compiling scroll v0.13.0
14712026-07-17T04:12:54.215Z Compiling dtrace-parser v0.3.0
14722026-07-17T04:12:54.231Z Compiling thiserror-impl v1.0.69
14732026-07-17T04:12:54.259Z Compiling derive_builder_core v0.20.2
14742026-07-17T04:12:54.296Z Compiling scroll_derive v0.12.1
14752026-07-17T04:12:54.487Z Compiling goblin v0.10.5
14762026-07-17T04:12:54.523Z Compiling crypto-common v0.2.2
14772026-07-17T04:12:54.879Z Compiling icu_provider v2.1.1
14782026-07-17T04:12:54.935Z Compiling bytes v1.11.1
14792026-07-17T04:12:54.980Z Compiling chrono v0.4.45
14802026-07-17T04:12:54.999Z Compiling spki v0.7.3
14812026-07-17T04:12:55.014Z Compiling ipnet v2.11.0
14822026-07-17T04:12:55.130Z Compiling icu_properties v2.1.2
14832026-07-17T04:12:55.187Z Compiling icu_normalizer v2.1.1
14842026-07-17T04:12:55.228Z Compiling pkcs8 v0.10.2
14852026-07-17T04:12:55.309Z Compiling derive_builder_macro v0.20.2
14862026-07-17T04:12:55.428Z Compiling tokio v1.52.1
14872026-07-17T04:12:55.511Z Compiling http v1.4.2
14882026-07-17T04:12:55.528Z Compiling scroll v0.12.0
14892026-07-17T04:12:55.564Z Compiling thiserror v1.0.69
14902026-07-17T04:12:55.592Z Compiling hex v0.4.3
14912026-07-17T04:12:55.613Z Compiling serde_tokenstream v0.2.3
14922026-07-17T04:12:55.684Z Compiling serde_spanned v0.6.9
14932026-07-17T04:12:55.746Z Compiling toml_datetime v0.6.11
14942026-07-17T04:12:55.820Z Compiling serde_urlencoded v0.7.1
14952026-07-17T04:12:55.838Z Compiling erased-serde v0.3.31
14962026-07-17T04:12:55.849Z Compiling block-buffer v0.12.1
14972026-07-17T04:12:55.879Z Compiling block-padding v0.4.2
14982026-07-17T04:12:55.940Z Compiling signature v2.2.0
14992026-07-17T04:12:56.023Z Compiling idna_adapter v1.2.1
15002026-07-17T04:12:56.048Z Compiling md-5 v0.10.6
15012026-07-17T04:12:56.063Z Compiling darling_macro v0.23.0
15022026-07-17T04:12:56.084Z Compiling rustls-native-certs v0.8.3
15032026-07-17T04:12:56.136Z Compiling idna v1.1.0
15042026-07-17T04:12:56.176Z Compiling http-body v1.0.1
15052026-07-17T04:12:56.254Z Compiling bstr v1.12.1
15062026-07-17T04:12:56.270Z Compiling ppv-lite86 v0.2.21
15072026-07-17T04:12:56.354Z Compiling http-body-util v0.1.3
15082026-07-17T04:12:56.373Z Compiling pin-project-internal v1.1.11
15092026-07-17T04:12:56.415Z Compiling async-trait v0.1.89
15102026-07-17T04:12:56.429Z Compiling zerocopy-derive v0.7.35
15112026-07-17T04:12:56.472Z Compiling url v2.5.8
15122026-07-17T04:12:56.518Z Compiling camino v1.2.2
15132026-07-17T04:12:56.582Z Compiling curve25519-dalek v4.1.3
15142026-07-17T04:12:56.647Z Compiling rand_chacha v0.9.0
15152026-07-17T04:12:56.676Z Compiling rand_chacha v0.3.1
15162026-07-17T04:12:56.897Z Compiling rand v0.9.2
15172026-07-17T04:12:56.945Z Compiling num-integer v0.1.46
15182026-07-17T04:12:56.948Z Compiling vergen-lib v9.1.0
15192026-07-17T04:12:56.979Z Compiling hash32 v0.2.1
15202026-07-17T04:12:56.993Z Compiling encoding_rs v0.8.35
15212026-07-17T04:12:57.188Z Compiling memoffset v0.9.1
15222026-07-17T04:12:57.290Z Compiling dof v0.4.0
15232026-07-17T04:12:57.365Z Compiling ref-cast v1.0.25
15242026-07-17T04:12:57.381Z Compiling smoltcp v0.9.1
15252026-07-17T04:12:57.430Z Compiling zlib-rs v0.6.2
15262026-07-17T04:12:57.445Z Compiling mime v0.3.17
15272026-07-17T04:12:57.449Z Compiling fallible-iterator v0.2.0
15282026-07-17T04:12:57.521Z Compiling proptest v1.10.0
15292026-07-17T04:12:57.552Z Compiling litrs v1.0.0
15302026-07-17T04:12:57.599Z Compiling psl-types v2.0.11
15312026-07-17T04:12:57.709Z Compiling rustix v0.38.44
15322026-07-17T04:12:57.726Z Compiling cfg_aliases v0.2.1
15332026-07-17T04:12:57.743Z Compiling num-bigint-dig v0.8.6
15342026-07-17T04:12:57.746Z Compiling postgres-protocol v0.6.10
15352026-07-17T04:12:57.808Z Compiling publicsuffix v2.3.0
15362026-07-17T04:12:57.821Z Compiling nix v0.31.2
15372026-07-17T04:12:57.836Z Compiling pin-project v1.1.11
15382026-07-17T04:12:57.945Z Compiling zerocopy v0.7.35
15392026-07-17T04:12:57.980Z Compiling ipnetwork v0.21.1
15402026-07-17T04:12:58.072Z Compiling document-features v0.2.12
15412026-07-17T04:12:58.221Z Compiling oxnet v0.1.6
15422026-07-17T04:12:58.235Z Compiling num-iter v0.1.45
15432026-07-17T04:12:58.364Z Compiling rand v0.8.6
15442026-07-17T04:12:58.403Z Compiling darling v0.23.0
15452026-07-17T04:12:58.526Z Compiling inout v0.2.2
15462026-07-17T04:12:58.532Z Compiling derive_builder v0.20.2
15472026-07-17T04:12:58.555Z Compiling goblin v0.8.2
15482026-07-17T04:12:58.559Z Compiling hubpack_derive v0.1.1
15492026-07-17T04:12:58.639Z Compiling futures-executor v0.3.32
15502026-07-17T04:12:58.668Z Compiling regex v1.12.3
15512026-07-17T04:12:58.800Z Compiling strum_macros v0.27.2
15522026-07-17T04:12:58.815Z Compiling ref-cast-impl v1.0.25
15532026-07-17T04:12:58.821Z Compiling snafu-derive v0.8.9
15542026-07-17T04:12:58.844Z Compiling daft-derive v0.1.7
15552026-07-17T04:12:58.917Z Compiling curve25519-dalek-derive v0.1.1
15562026-07-17T04:12:59.055Z Compiling phf_shared v0.13.1
15572026-07-17T04:12:59.121Z Compiling terminal_size v0.4.3
15582026-07-17T04:12:59.243Z Compiling tokio-util v0.7.18
15592026-07-17T04:12:59.260Z Compiling tower v0.5.3
15602026-07-17T04:12:59.278Z Compiling tokio-native-tls v0.3.1
15612026-07-17T04:12:59.296Z Compiling lazy_static v1.5.0
15622026-07-17T04:12:59.307Z Compiling anstyle-parse v0.2.7
15632026-07-17T04:12:59.321Z Compiling cargo-platform v0.3.2
15642026-07-17T04:12:59.398Z Compiling vergen v9.1.0
15652026-07-17T04:12:59.413Z Compiling ff v0.13.1
15662026-07-17T04:12:59.467Z Compiling fs-err v3.3.0
15672026-07-17T04:12:59.520Z Compiling ahash v0.8.12
15682026-07-17T04:12:59.568Z Compiling bitflags v1.3.2
15692026-07-17T04:12:59.602Z Compiling bumpalo v3.20.2
15702026-07-17T04:12:59.616Z Compiling managed v0.8.0
15712026-07-17T04:12:59.620Z Compiling base16ct v0.2.0
15722026-07-17T04:12:59.645Z Compiling foldhash v0.1.5
15732026-07-17T04:12:59.665Z Compiling same-file v1.0.6
15742026-07-17T04:12:59.692Z Compiling tower-http v0.6.8
15752026-07-17T04:12:59.766Z Compiling unicode-segmentation v1.12.0
15762026-07-17T04:12:59.769Z Compiling libbz2-rs-sys v0.2.2
15772026-07-17T04:12:59.815Z Compiling winnow v0.5.40
15782026-07-17T04:12:59.828Z Compiling object v0.37.3
15792026-07-17T04:12:59.844Z Compiling foldhash v0.2.0
15802026-07-17T04:12:59.872Z Compiling zopfli v0.8.3
15812026-07-17T04:13:00.092Z Compiling h2 v0.4.15
15822026-07-17T04:13:00.115Z Compiling newtype-uuid v1.3.2
15832026-07-17T04:13:00.177Z Compiling hashbrown v0.16.1
15842026-07-17T04:13:00.194Z Compiling bzip2 v0.6.1
15852026-07-17T04:13:00.303Z Compiling hashbrown v0.15.5
15862026-07-17T04:13:00.412Z Compiling flate2 v1.1.9
15872026-07-17T04:13:00.465Z Compiling daft v0.1.7
15882026-07-17T04:13:00.479Z Compiling walkdir v2.5.0
15892026-07-17T04:13:00.603Z Compiling clap_builder v4.6.0
15902026-07-17T04:13:00.659Z Compiling sec1 v0.7.3
15912026-07-17T04:13:00.796Z Compiling snafu v0.8.9
15922026-07-17T04:13:00.796Z Compiling dof v0.3.0
15932026-07-17T04:13:00.799Z Compiling strum v0.27.2
15942026-07-17T04:13:00.799Z Compiling group v0.13.0
15952026-07-17T04:13:00.850Z Compiling cargo_metadata v0.23.1
15962026-07-17T04:13:00.867Z Compiling anstream v0.6.21
15972026-07-17T04:13:00.974Z Compiling phf v0.13.1
15982026-07-17T04:13:00.997Z Compiling signal-hook-mio v0.2.5
15992026-07-17T04:13:01.011Z Compiling hubpack v0.1.2
16002026-07-17T04:13:01.136Z Compiling toml_edit v0.19.15
16012026-07-17T04:13:01.155Z Compiling cookie_store v0.22.1
16022026-07-17T04:13:01.187Z Compiling usdt-attr-macro v0.6.0
16032026-07-17T04:13:01.192Z Compiling usdt-macro v0.6.0
16042026-07-17T04:13:01.223Z Compiling futures v0.3.32
16052026-07-17T04:13:01.244Z Compiling bzip2 v0.4.4
16062026-07-17T04:13:01.259Z Compiling cipher v0.5.2
16072026-07-17T04:13:01.467Z Compiling serde_with_macros v3.21.0
16082026-07-17T04:13:01.673Z Compiling zstd v0.13.3
16092026-07-17T04:13:01.746Z Compiling postgres-types v0.2.12
16102026-07-17T04:13:01.888Z Compiling globset v0.4.18
16112026-07-17T04:13:01.958Z Compiling ed25519 v2.2.3
16122026-07-17T04:13:02.046Z Compiling dtrace-parser v0.2.0
16132026-07-17T04:13:02.087Z Compiling pkcs1 v0.7.5
16142026-07-17T04:13:02.117Z Compiling olpc-cjson v0.1.4
16152026-07-17T04:13:02.298Z Compiling serde_plain v1.0.2
16162026-07-17T04:13:02.310Z Compiling serde-big-array v0.5.1
16172026-07-17T04:13:02.332Z Compiling hkdf v0.12.4
16182026-07-17T04:13:02.467Z Compiling crypto-bigint v0.5.5
16192026-07-17T04:13:02.507Z Compiling async-recursion v1.1.1
16202026-07-17T04:13:02.521Z Compiling enum-as-inner v0.6.1
16212026-07-17T04:13:02.524Z Compiling serde_repr v0.1.20
16222026-07-17T04:13:02.615Z Compiling clap_derive v4.6.1
16232026-07-17T04:13:02.671Z Compiling strum_macros v0.26.4
16242026-07-17T04:13:02.810Z Compiling phf_shared v0.11.3
16252026-07-17T04:13:02.833Z Compiling float-cmp v0.10.0
16262026-07-17T04:13:02.908Z Compiling pem v3.0.6
16272026-07-17T04:13:02.996Z Compiling thread-id v4.2.2
16282026-07-17T04:13:03.012Z Compiling memmap2 v0.9.10
16292026-07-17T04:13:03.083Z Compiling env_filter v1.0.0
16302026-07-17T04:13:03.113Z Compiling static_assertions v1.1.0
16312026-07-17T04:13:03.125Z Compiling normalize-line-endings v0.3.0
16322026-07-17T04:13:03.188Z Compiling new_debug_unreachable v1.0.6
16332026-07-17T04:13:03.217Z Compiling fixedbitset v0.5.7
16342026-07-17T04:13:03.235Z Compiling predicates-core v1.0.10
16352026-07-17T04:13:03.253Z Compiling hyper v1.10.1
16362026-07-17T04:13:03.269Z Compiling either v1.15.0
16372026-07-17T04:13:03.269Z Compiling keccak v0.1.6
16382026-07-17T04:13:03.425Z Compiling cpufeatures v0.3.0
16392026-07-17T04:13:03.439Z Compiling jiff v0.2.21
16402026-07-17T04:13:03.514Z Compiling fixedbitset v0.4.2
16412026-07-17T04:13:03.518Z Compiling difflib v0.4.0
16422026-07-17T04:13:03.549Z Compiling whoami v2.1.0
16432026-07-17T04:13:03.683Z Compiling const-oid v0.10.2
16442026-07-17T04:13:03.776Z Compiling typed-path v0.9.3
16452026-07-17T04:13:03.869Z Compiling precomputed-hash v0.1.1
16462026-07-17T04:13:03.890Z Compiling winnow v1.0.3
16472026-07-17T04:13:03.915Z Compiling data-encoding v2.10.0
16482026-07-17T04:13:03.954Z Compiling toml_edit v0.22.27
16492026-07-17T04:13:03.960Z Compiling string_cache v0.8.9
16502026-07-17T04:13:04.039Z Compiling digest v0.11.3
16512026-07-17T04:13:04.117Z Compiling predicates v3.1.4
16522026-07-17T04:13:04.221Z Compiling toml_parser v1.1.2+spec-1.1.0
16532026-07-17T04:13:04.251Z Compiling hickory-proto v0.25.2
16542026-07-17T04:13:04.275Z Compiling tokio-postgres v0.7.16
16552026-07-17T04:13:04.334Z Compiling petgraph v0.6.5
16562026-07-17T04:13:04.476Z Compiling hyper-util v0.1.20
16572026-07-17T04:13:04.504Z Compiling strum v0.26.3
16582026-07-17T04:13:04.622Z Compiling clap v4.6.1
16592026-07-17T04:13:04.641Z Compiling chacha20 v0.10.0
16602026-07-17T04:13:04.662Z Compiling itertools v0.13.0
16612026-07-17T04:13:04.715Z Compiling elliptic-curve v0.13.8
16622026-07-17T04:13:04.796Z Compiling petgraph v0.8.3
16632026-07-17T04:13:04.881Z Compiling sha3 v0.10.8
16642026-07-17T04:13:04.922Z Compiling env_logger v0.11.9
16652026-07-17T04:13:05.018Z Compiling usdt v0.6.0
16662026-07-17T04:13:05.036Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16672026-07-17T04:13:05.136Z Compiling usdt-impl v0.5.0
16682026-07-17T04:13:05.295Z Compiling serde_with v3.21.0
16692026-07-17T04:13:05.314Z Compiling toml v0.7.8
16702026-07-17T04:13:05.357Z Compiling crossterm v0.28.1
16712026-07-17T04:13:05.735Z Compiling rsa v0.9.10
16722026-07-17T04:13:05.858Z Compiling hyper-tls v0.6.0
16732026-07-17T04:13:05.927Z Compiling ed25519-dalek v2.2.0
16742026-07-17T04:13:06.111Z Compiling reqwest v0.12.28
16752026-07-17T04:13:06.241Z Compiling zip v4.6.1
16762026-07-17T04:13:06.516Z Compiling zip v0.6.6
16772026-07-17T04:13:06.619Z Compiling iddqd v0.4.2
16782026-07-17T04:13:06.788Z Compiling heck v0.4.1
16792026-07-17T04:13:06.984Z Compiling similar v2.7.0
16802026-07-17T04:13:07.029Z Compiling tokio-stream v0.1.18
16812026-07-17T04:13:07.119Z Compiling buf-list v1.1.2
16822026-07-17T04:13:07.136Z Compiling byte-wrapper v0.1.0
16832026-07-17T04:13:07.165Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16842026-07-17T04:13:07.289Z Compiling x509-cert v0.2.5
16852026-07-17T04:13:07.412Z Compiling openapiv3 v2.2.0
16862026-07-17T04:13:07.487Z Compiling crossbeam-epoch v0.9.18
16872026-07-17T04:13:07.507Z Compiling peg-runtime v0.8.5
16882026-07-17T04:13:07.523Z Compiling lalrpop-util v0.19.12
16892026-07-17T04:13:07.710Z Compiling thread_local v1.1.9
16902026-07-17T04:13:07.732Z Compiling slog-async v2.8.0
16912026-07-17T04:13:07.809Z Compiling crossbeam-channel v0.5.15
16922026-07-17T04:13:07.835Z Compiling filetime v0.2.27
16932026-07-17T04:13:07.873Z Compiling is-terminal v0.4.17
16942026-07-17T04:13:07.916Z Compiling xattr v1.6.1
16952026-07-17T04:13:07.950Z Compiling take_mut v0.2.2
16962026-07-17T04:13:07.987Z Compiling term v1.2.1
16972026-07-17T04:13:08.003Z Compiling camino-tempfile v1.4.1
16982026-07-17T04:13:08.041Z Compiling tar v0.4.46
16992026-07-17T04:13:08.269Z Compiling slog-term v2.9.2
17002026-07-17T04:13:25.840Z Compiling rustls-webpki v0.103.13
17012026-07-17T04:13:28.508Z Compiling tokio-rustls v0.26.4
17022026-07-17T04:13:28.508Z Compiling rustls-platform-verifier v0.6.2
17032026-07-17T04:13:28.520Z Compiling tough v0.22.0
17042026-07-17T04:13:28.695Z Compiling hyper-rustls v0.27.7
17052026-07-17T04:13:28.884Z Compiling reqwest v0.13.2
17062026-07-17T04:13:31.043Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17072026-07-17T04:13:31.299Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17082026-07-17T04:13:34.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.83s
17092026-07-17T04:13:34.245Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17102026-07-17T04:13:34.351ZJul 17 04:13:33.451 INFO Starting download, target: Clickhouse
17112026-07-17T04:13:34.351ZJul 17 04:13:33.452 INFO Starting download, target: Cockroach
17122026-07-17T04:13:34.351ZJul 17 04:13:33.452 INFO Starting download, target: Console
17132026-07-17T04:13:34.352ZJul 17 04:13:33.452 INFO Starting download, target: DendriteStub
17142026-07-17T04:13:34.352ZJul 17 04:13:33.452 INFO Starting download, target: MaghemiteMgd
17152026-07-17T04:13:34.361ZJul 17 04:13:33.452 INFO Starting download, target: MaghemiteDdmd
17162026-07-17T04:13:34.361ZJul 17 04:13:33.452 INFO Starting download, target: TransceiverControl
17172026-07-17T04:13:34.361ZJul 17 04:13:33.453 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17182026-07-17T04:13:34.362ZJul 17 04:13:33.453 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17192026-07-17T04:13:34.362ZJul 17 04:13:33.453 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17202026-07-17T04:13:34.362ZJul 17 04:13:33.453 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17212026-07-17T04:13:34.362ZJul 17 04:13:33.453 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17222026-07-17T04:13:34.362ZJul 17 04:13:33.453 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17232026-07-17T04:13:34.362ZJul 17 04:13:33.453 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17242026-07-17T04:13:34.860ZJul 17 04:13:33.999 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17252026-07-17T04:13:35.135ZJul 17 04:13:34.216 INFO Download complete, target: TransceiverControl
17262026-07-17T04:13:36.440ZJul 17 04:13:35.548 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17272026-07-17T04:13:36.520ZJul 17 04:13:35.662 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17282026-07-17T04:13:36.682ZJul 17 04:13:35.825 INFO Download complete, target: Console
17292026-07-17T04:13:37.183ZJul 17 04:13:36.330 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17302026-07-17T04:13:37.335ZJul 17 04:13:36.479 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17312026-07-17T04:13:37.773ZJul 17 04:13:36.919 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17322026-07-17T04:13:38.500ZJul 17 04:13:37.661 INFO Download complete, target: MaghemiteDdmd
17332026-07-17T04:13:38.548ZJul 17 04:13:37.714 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17342026-07-17T04:13:38.548ZJul 17 04:13:37.714 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17352026-07-17T04:13:39.896ZJul 17 04:13:39.062 INFO Download complete, target: DendriteStub
17362026-07-17T04:13:40.420ZJul 17 04:13:39.585 INFO Download complete, target: MaghemiteMgd
17372026-07-17T04:13:43.362ZJul 17 04:13:42.528 INFO Checking that binary works, target: Cockroach
17382026-07-17T04:13:43.487ZJul 17 04:13:42.653 INFO Download complete, target: Cockroach
17392026-07-17T04:13:44.164ZJul 17 04:13:43.330 INFO Checking that binary works, target: Clickhouse
17402026-07-17T04:13:44.253ZJul 17 04:13:43.416 INFO Download complete, target: Clickhouse
17412026-07-17T04:13:44.258ZAll prerequisites installed successfully
17422026-07-17T04:13:44.258Z
17432026-07-17T04:13:44.258Zreal 1:45.093645578
17442026-07-17T04:13:44.258Zuser 6:37.585284751
17452026-07-17T04:13:44.258Zsys 1:39.775125589
17462026-07-17T04:13:44.258Ztrap 0.265157684
17472026-07-17T04:13:44.258Ztflt 0.770965400
17482026-07-17T04:13:44.258Zdflt 1.845572912
17492026-07-17T04:13:44.258Zkflt 0.023251023
17502026-07-17T04:13:44.258Zlock 23:55.647855796
17512026-07-17T04:13:44.258Zslp 18:08.725345220
17522026-07-17T04:13:44.258Zlat 24.592918868
17532026-07-17T04:13:44.262Zstop 2:45.010557419
17542026-07-17T04:13:44.262Z+ ptime -m cargo xtask download softnpu
17552026-07-17T04:13:44.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17562026-07-17T04:13:44.720Z Running `target/debug/xtask download softnpu`
17572026-07-17T04:13:45.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
17582026-07-17T04:13:45.503Z Running `target/debug/xtask-downloader softnpu`
17592026-07-17T04:13:45.542ZJul 17 04:13:44.709 INFO Starting download, target: Softnpu
17602026-07-17T04:13:45.546ZJul 17 04:13:44.709 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17612026-07-17T04:13:46.098ZJul 17 04:13:45.264 INFO Download complete, target: Softnpu
17622026-07-17T04:13:46.101Z
17632026-07-17T04:13:46.101Zreal 1.839283194
17642026-07-17T04:13:46.101Zuser 1.261004105
17652026-07-17T04:13:46.102Zsys 0.579384551
17662026-07-17T04:13:46.102Ztrap 0.000648073
17672026-07-17T04:13:46.102Ztflt 0.000038993
17682026-07-17T04:13:46.102Zdflt 0.000435769
17692026-07-17T04:13:46.102Zkflt 0.000000000
17702026-07-17T04:13:46.102Zlock 9.899586056
17712026-07-17T04:13:46.102Zslp 0.428996251
17722026-07-17T04:13:46.102Zlat 0.081398483
17732026-07-17T04:13:46.102Zstop 0.000344450
17742026-07-17T04:13:46.105Z+ export CARGO_INCREMENTAL=0
17752026-07-17T04:13:46.105Z+ CARGO_INCREMENTAL=0
17762026-07-17T04:13:46.106Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17772026-07-17T04:13:46.950Z Compiling proc-macro2 v1.0.106
17782026-07-17T04:13:46.950Z Compiling quote v1.0.45
17792026-07-17T04:13:46.950Z Compiling unicode-ident v1.0.24
17802026-07-17T04:13:46.950Z Compiling libc v0.2.185
17812026-07-17T04:13:46.955Z Compiling serde_core v1.0.228
17822026-07-17T04:13:46.955Z Compiling serde v1.0.228
17832026-07-17T04:13:46.955Z Compiling cfg-if v1.0.4
17842026-07-17T04:13:46.955Z Compiling version_check v0.9.5
17852026-07-17T04:13:46.955Z Compiling find-msvc-tools v0.1.9
17862026-07-17T04:13:46.955Z Compiling shlex v1.3.0
17872026-07-17T04:13:46.955Z Compiling zmij v1.0.21
17882026-07-17T04:13:47.095Z Compiling memchr v2.8.0
17892026-07-17T04:13:47.098Z Compiling serde_json v1.0.150
17902026-07-17T04:13:47.098Z Compiling autocfg v1.5.0
17912026-07-17T04:13:47.257Z Compiling portable-atomic v1.13.1
17922026-07-17T04:13:47.261Z Compiling getrandom v0.4.1
17932026-07-17T04:13:47.438Z Compiling zerocopy v0.8.40
17942026-07-17T04:13:47.452Z Compiling libm v0.2.16
17952026-07-17T04:13:47.574Z Compiling parking_lot_core v0.9.12
17962026-07-17T04:13:47.582Z Compiling icu_properties_data v2.1.2
17972026-07-17T04:13:47.582Z Compiling icu_normalizer_data v2.1.1
17982026-07-17T04:13:47.582Z Compiling smallvec v1.15.1
17992026-07-17T04:13:47.654Z Compiling num-traits v0.2.19
18002026-07-17T04:13:47.657Z Compiling generic-array v0.14.7
18012026-07-17T04:13:47.780Z Compiling itoa v1.0.17
18022026-07-17T04:13:47.825Z Compiling log v0.4.29
18032026-07-17T04:13:47.868Z Compiling subtle v2.6.1
18042026-07-17T04:13:47.872Z Compiling pkg-config v0.3.32
18052026-07-17T04:13:47.883Z Compiling stable_deref_trait v1.2.1
18062026-07-17T04:13:47.928Z Compiling typenum v1.20.1
18072026-07-17T04:13:48.004Z Compiling scopeguard v1.2.0
18082026-07-17T04:13:48.086Z Compiling jobserver v0.1.34
18092026-07-17T04:13:48.089Z Compiling errno v0.3.14
18102026-07-17T04:13:48.135Z Compiling lock_api v0.4.14
18112026-07-17T04:13:48.148Z Compiling rand_core v0.10.0
18122026-07-17T04:13:48.216Z Compiling pin-project-lite v0.2.17
18132026-07-17T04:13:48.247Z Compiling getrandom v0.3.4
18142026-07-17T04:13:48.267Z Compiling thiserror v2.0.18
18152026-07-17T04:13:48.307Z Compiling cc v1.2.56
18162026-07-17T04:13:48.368Z Compiling writeable v0.6.2
18172026-07-17T04:13:48.392Z Compiling equivalent v1.0.2
18182026-07-17T04:13:48.396Z Compiling litemap v0.8.1
18192026-07-17T04:13:48.402Z Compiling syn v2.0.117
18202026-07-17T04:13:48.415Z Compiling percent-encoding v2.3.2
18212026-07-17T04:13:48.445Z Compiling fnv v1.0.7
18222026-07-17T04:13:48.476Z Compiling getrandom v0.2.17
18232026-07-17T04:13:48.549Z Compiling schemars v0.8.22
18242026-07-17T04:13:48.577Z Compiling rustversion v1.0.22
18252026-07-17T04:13:48.628Z Compiling rand_core v0.6.4
18262026-07-17T04:13:48.689Z Compiling fs_extra v1.3.0
18272026-07-17T04:13:48.702Z Compiling dunce v1.0.5
18282026-07-17T04:13:48.730Z Compiling critical-section v1.2.0
18292026-07-17T04:13:48.734Z Compiling rustix v1.1.3
18302026-07-17T04:13:48.846Z Compiling hashbrown v0.17.0
18312026-07-17T04:13:48.930Z Compiling signal-hook-registry v1.4.8
18322026-07-17T04:13:49.020Z Compiling heck v0.5.0
18332026-07-17T04:13:49.034Z Compiling utf8_iter v1.0.4
18342026-07-17T04:13:49.047Z Compiling strsim v0.11.1
18352026-07-17T04:13:49.122Z Compiling cmake v0.1.57
18362026-07-17T04:13:49.224Z Compiling once_cell v1.21.3
18372026-07-17T04:13:49.237Z Compiling parking_lot v0.12.5
18382026-07-17T04:13:49.364Z Compiling semver v1.0.28
18392026-07-17T04:13:49.419Z Compiling indexmap v2.14.0
18402026-07-17T04:13:49.447Z Compiling form_urlencoded v1.2.2
18412026-07-17T04:13:49.468Z Compiling mio v1.2.0
18422026-07-17T04:13:49.492Z Compiling socket2 v0.6.3
18432026-07-17T04:13:49.506Z Compiling aws-lc-rs v1.16.3
18442026-07-17T04:13:49.636Z Compiling bitflags v2.11.0
18452026-07-17T04:13:49.667Z Compiling aws-lc-sys v0.40.0
18462026-07-17T04:13:49.691Z Compiling futures-core v0.3.32
18472026-07-17T04:13:49.742Z Compiling ident_case v1.0.1
18482026-07-17T04:13:49.833Z Compiling httparse v1.10.1
18492026-07-17T04:13:50.184Z Compiling byteorder v1.5.0
18502026-07-17T04:13:50.242Z Compiling ucd-trie v0.1.7
18512026-07-17T04:13:50.242Z Compiling thiserror v1.0.69
18522026-07-17T04:13:50.282Z Compiling iana-time-zone v0.1.65
18532026-07-17T04:13:50.282Z Compiling syn v1.0.109
18542026-07-17T04:13:50.294Z Compiling regex-syntax v0.8.10
18552026-07-17T04:13:50.341Z Compiling pest v2.8.6
18562026-07-17T04:13:50.359Z Compiling vcpkg v0.2.15
18572026-07-17T04:13:50.425Z Compiling const-oid v0.9.6
18582026-07-17T04:13:50.567Z Compiling uuid v1.23.4
18592026-07-17T04:13:50.726Z Compiling rustc_version v0.4.1
18602026-07-17T04:13:50.795Z Compiling rustls v0.23.41
18612026-07-17T04:13:50.829Z Compiling futures-sink v0.3.32
18622026-07-17T04:13:50.916Z Compiling openssl-sys v0.9.115
18632026-07-17T04:13:50.933Z Compiling futures-channel v0.3.32
18642026-07-17T04:13:50.969Z Compiling aho-corasick v1.1.4
18652026-07-17T04:13:51.032Z Compiling futures-io v0.3.32
18662026-07-17T04:13:51.149Z Compiling slab v0.4.12
18672026-07-17T04:13:51.267Z Compiling futures-task v0.3.32
18682026-07-17T04:13:51.317Z Compiling synstructure v0.13.2
18692026-07-17T04:13:51.317Z Compiling serde_derive_internals v0.29.1
18702026-07-17T04:13:51.476Z Compiling pest_meta v2.8.6
18712026-07-17T04:13:51.520Z Compiling time-core v0.1.8
18722026-07-17T04:13:51.520Z Compiling crc32fast v1.5.0
18732026-07-17T04:13:51.547Z Compiling num-conv v0.2.0
18742026-07-17T04:13:51.617Z Compiling dyn-clone v1.0.20
18752026-07-17T04:13:51.681Z Compiling plain v0.2.3
18762026-07-17T04:13:51.705Z Compiling time-macros v0.2.27
18772026-07-17T04:13:51.813Z Compiling base64 v0.22.1
18782026-07-17T04:13:51.852Z Compiling crossbeam-utils v0.8.21
18792026-07-17T04:13:51.852Z Compiling openssl v0.10.79
18802026-07-17T04:13:51.887Z Compiling regex-automata v0.4.14
18812026-07-17T04:13:51.957Z Compiling pretty-hex v0.4.1
18822026-07-17T04:13:52.002Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18832026-07-17T04:13:52.127Z Compiling pest_generator v2.8.6
18842026-07-17T04:13:52.158Z Compiling anyhow v1.0.102
18852026-07-17T04:13:52.187Z Compiling native-tls v0.2.18
18862026-07-17T04:13:52.366Z Compiling rand_core v0.9.5
18872026-07-17T04:13:52.436Z Compiling slog v2.8.2
18882026-07-17T04:13:52.476Z Compiling tracing-core v0.1.36
18892026-07-17T04:13:52.555Z Compiling cookie v0.18.1
18902026-07-17T04:13:52.605Z Compiling serde_derive v1.0.228
18912026-07-17T04:13:52.619Z Compiling zeroize_derive v1.4.3
18922026-07-17T04:13:52.663Z Compiling zerofrom-derive v0.1.6
18932026-07-17T04:13:52.738Z Compiling yoke-derive v0.8.1
18942026-07-17T04:13:52.781Z Compiling zerovec-derive v0.11.2
18952026-07-17T04:13:52.781Z Compiling displaydoc v0.2.5
18962026-07-17T04:13:52.817Z Compiling zerocopy-derive v0.8.40
18972026-07-17T04:13:52.817Z Compiling tokio-macros v2.7.0
18982026-07-17T04:13:52.843Z Compiling futures-macro v0.3.32
18992026-07-17T04:13:52.843Z Compiling thiserror-impl v2.0.18
19002026-07-17T04:13:53.195Z Compiling schemars_derive v0.8.22
19012026-07-17T04:13:53.212Z Compiling zeroize v1.8.2
19022026-07-17T04:13:53.493Z Compiling tracing-attributes v0.1.31
19032026-07-17T04:13:53.541Z Compiling der_derive v0.7.3
19042026-07-17T04:13:53.622Z Compiling thiserror-impl v1.0.69
19052026-07-17T04:13:53.680Z Compiling pest_derive v2.8.6
19062026-07-17T04:13:53.831Z Compiling zerofrom v0.1.6
19072026-07-17T04:13:53.931Z Compiling yoke v0.8.1
19082026-07-17T04:13:54.006Z Compiling crypto-common v0.1.7
19092026-07-17T04:13:54.064Z Compiling futures-util v0.3.32
19102026-07-17T04:13:54.128Z Compiling zerovec v0.11.5
19112026-07-17T04:13:54.144Z Compiling zerotrie v0.2.3
19122026-07-17T04:13:54.336Z Compiling block-buffer v0.10.4
19132026-07-17T04:13:54.575Z Compiling digest v0.10.7
19142026-07-17T04:13:54.593Z Compiling scroll_derive v0.13.1
19152026-07-17T04:13:54.639Z Compiling scroll_derive v0.12.1
19162026-07-17T04:13:54.675Z Compiling tinystr v0.8.2
19172026-07-17T04:13:54.709Z Compiling potential_utf v0.1.4
19182026-07-17T04:13:54.815Z Compiling openssl-macros v0.1.1
19192026-07-17T04:13:54.893Z Compiling icu_locale_core v2.1.1
19202026-07-17T04:13:54.910Z Compiling icu_collections v2.1.1
19212026-07-17T04:13:55.014Z Compiling regex v1.12.3
19222026-07-17T04:13:55.323Z Compiling zerocopy-derive v0.7.35
19232026-07-17T04:13:55.380Z Compiling base64ct v1.8.3
19242026-07-17T04:13:55.432Z Compiling camino v1.2.2
19252026-07-17T04:13:55.444Z Compiling tracing v0.1.44
19262026-07-17T04:13:55.651Z Compiling bytes v1.11.1
19272026-07-17T04:13:55.713Z Compiling icu_provider v2.1.1
19282026-07-17T04:13:55.749Z Compiling chrono v0.4.45
19292026-07-17T04:13:55.779Z Compiling serde_tokenstream v0.2.3
19302026-07-17T04:13:55.857Z Compiling pem-rfc7468 v0.7.0
19312026-07-17T04:13:56.106Z Compiling icu_properties v2.1.2
19322026-07-17T04:13:56.127Z Compiling icu_normalizer v2.1.1
19332026-07-17T04:13:56.274Z Compiling tokio v1.52.1
19342026-07-17T04:13:56.586Z Compiling http v1.4.2
19352026-07-17T04:13:57.104Z Compiling idna_adapter v1.2.1
19362026-07-17T04:13:57.224Z Compiling idna v1.1.0
19372026-07-17T04:13:57.268Z Compiling ppv-lite86 v0.2.21
19382026-07-17T04:13:57.433Z Compiling flagset v0.4.7
19392026-07-17T04:13:57.489Z Compiling http-body v1.0.1
19402026-07-17T04:13:57.519Z Compiling rustls-pki-types v1.14.0
19412026-07-17T04:13:57.586Z Compiling url v2.5.8
19422026-07-17T04:13:57.613Z Compiling rand_chacha v0.9.0
19432026-07-17T04:13:57.643Z Compiling der v0.7.10
19442026-07-17T04:13:57.991Z Compiling usdt-impl v0.5.0
19452026-07-17T04:13:58.244Z Compiling cmov v0.5.4
19462026-07-17T04:13:58.513Z Compiling usdt-impl v0.6.0
19472026-07-17T04:13:58.528Z Compiling tinyvec_macros v0.1.1
19482026-07-17T04:13:58.529Z Compiling fastrand v2.3.0
19492026-07-17T04:13:58.553Z Compiling paste v1.0.15
19502026-07-17T04:13:58.580Z Compiling ref-cast v1.0.25
19512026-07-17T04:13:58.623Z Compiling openssl-probe v0.2.1
19522026-07-17T04:13:58.731Z Compiling either v1.15.0
19532026-07-17T04:13:58.758Z Compiling ctutils v0.4.2
19542026-07-17T04:13:58.778Z Compiling tinyvec v1.10.0
19552026-07-17T04:13:58.802Z Compiling spki v0.7.3
19562026-07-17T04:13:58.959Z Compiling rand v0.9.2
19572026-07-17T04:13:59.034Z Compiling serde_spanned v0.6.9
19582026-07-17T04:13:59.060Z Compiling toml_datetime v0.6.11
19592026-07-17T04:13:59.134Z Compiling scroll v0.13.0
19602026-07-17T04:13:59.150Z Compiling scroll v0.12.0
19612026-07-17T04:13:59.208Z Compiling async-trait v0.1.89
19622026-07-17T04:13:59.223Z Compiling heapless v0.7.17
19632026-07-17T04:13:59.328Z Compiling bzip2-sys v0.1.13+1.0.8
19642026-07-17T04:13:59.348Z Compiling litrs v1.0.0
19652026-07-17T04:13:59.363Z Compiling cpufeatures v0.2.17
19662026-07-17T04:13:59.377Z Compiling atomic-waker v1.1.2
19672026-07-17T04:13:59.419Z Compiling winnow v0.7.14
19682026-07-17T04:13:59.445Z Compiling tower-service v0.3.3
19692026-07-17T04:13:59.453Z Compiling tower-layer v0.3.3
19702026-07-17T04:13:59.528Z Compiling winnow v1.0.3
19712026-07-17T04:13:59.540Z Compiling signal-hook v0.3.18
19722026-07-17T04:13:59.560Z Compiling try-lock v0.2.5
19732026-07-17T04:13:59.561Z Compiling untrusted v0.7.1
19742026-07-17T04:13:59.632Z Compiling rustix v0.38.44
19752026-07-17T04:13:59.665Z Compiling zstd-safe v7.2.4
19762026-07-17T04:13:59.698Z Compiling want v0.3.1
19772026-07-17T04:13:59.807Z Compiling goblin v0.8.2
19782026-07-17T04:13:59.818Z Compiling document-features v0.2.12
19792026-07-17T04:13:59.872Z Compiling toml_parser v1.1.2+spec-1.1.0
19802026-07-17T04:13:59.910Z Compiling goblin v0.10.5
19812026-07-17T04:14:00.079Z Compiling hybrid-array v0.4.13
19822026-07-17T04:14:00.376Z Compiling tokio-util v0.7.18
19832026-07-17T04:14:00.454Z Compiling zerocopy v0.7.35
19842026-07-17T04:14:00.484Z Compiling ipnet v2.11.0
19852026-07-17T04:14:00.906Z Compiling ref-cast-impl v1.0.25
19862026-07-17T04:14:00.909Z Compiling darling_core v0.20.11
19872026-07-17T04:14:00.925Z Compiling curve25519-dalek v4.1.3
19882026-07-17T04:14:00.956Z Compiling memoffset v0.9.1
19892026-07-17T04:14:01.138Z Compiling h2 v0.4.15
19902026-07-17T04:14:01.260Z Compiling utf8parse v0.2.2
19912026-07-17T04:14:01.386Z Compiling untrusted v0.9.0
19922026-07-17T04:14:01.478Z Compiling httpdate v1.0.3
19932026-07-17T04:14:01.501Z Compiling foreign-types-shared v0.1.1
19942026-07-17T04:14:01.599Z Compiling powerfmt v0.2.0
19952026-07-17T04:14:01.639Z Compiling winnow v0.5.40
19962026-07-17T04:14:01.693Z Compiling foreign-types v0.3.2
19972026-07-17T04:14:01.723Z Compiling tempfile v3.25.0
19982026-07-17T04:14:01.769Z Compiling deranged v0.5.8
19992026-07-17T04:14:01.883Z Compiling unicode-normalization v0.1.25
20002026-07-17T04:14:02.084Z Compiling dof v0.3.0
20012026-07-17T04:14:02.384Z Compiling dtrace-parser v0.2.0
20022026-07-17T04:14:02.393Z Compiling pkcs8 v0.10.2
20032026-07-17T04:14:02.693Z Compiling dof v0.4.0
20042026-07-17T04:14:02.944Z Compiling darling_macro v0.20.11
20052026-07-17T04:14:02.960Z Compiling toml_edit v0.19.15
20062026-07-17T04:14:03.035Z Compiling dtrace-parser v0.3.0
20072026-07-17T04:14:03.101Z Compiling pin-project-internal v1.1.11
20082026-07-17T04:14:03.328Z Compiling daft-derive v0.1.7
20092026-07-17T04:14:03.391Z Compiling spin v0.9.8
20102026-07-17T04:14:03.406Z Compiling thread-id v5.1.0
20112026-07-17T04:14:03.447Z Compiling thread-id v4.2.2
20122026-07-17T04:14:03.514Z Compiling num-bigint-dig v0.8.6
20132026-07-17T04:14:03.638Z Compiling anstyle v1.0.14
20142026-07-17T04:14:03.682Z Compiling cfg_aliases v0.2.1
20152026-07-17T04:14:03.775Z Compiling num_threads v0.1.7
20162026-07-17T04:14:03.875Z Compiling smoltcp v0.9.1
20172026-07-17T04:14:03.890Z Compiling time v0.3.47
20182026-07-17T04:14:03.890Z Compiling nix v0.31.2
20192026-07-17T04:14:04.124Z Compiling darling v0.20.11
20202026-07-17T04:14:04.280Z Compiling hyper v1.10.1
20212026-07-17T04:14:04.301Z Compiling sha2 v0.10.9
20222026-07-17T04:14:04.467Z Compiling ipnetwork v0.21.1
20232026-07-17T04:14:04.588Z Compiling hmac v0.12.1
20242026-07-17T04:14:04.655Z Compiling strum_macros v0.26.4
20252026-07-17T04:14:04.741Z Compiling curve25519-dalek-derive v0.1.1
20262026-07-17T04:14:05.010Z Compiling darling_core v0.23.0
20272026-07-17T04:14:05.014Z Compiling sync_wrapper v1.0.2
20282026-07-17T04:14:05.014Z Compiling wait-timeout v0.2.1
20292026-07-17T04:14:05.379Z Compiling hyper-util v0.1.20
20302026-07-17T04:14:05.523Z Compiling quick-error v1.2.3
20312026-07-17T04:14:05.713Z Compiling is_terminal_polyfill v1.70.2
20322026-07-17T04:14:05.869Z Compiling bit-vec v0.8.0
20332026-07-17T04:14:06.013Z Compiling simd-adler32 v0.3.8
20342026-07-17T04:14:06.013Z Compiling siphasher v1.0.2
20352026-07-17T04:14:06.054Z Compiling colorchoice v1.0.4
20362026-07-17T04:14:06.093Z Compiling anstyle-query v1.1.5
20372026-07-17T04:14:06.140Z Compiling bit-set v0.8.0
20382026-07-17T04:14:06.227Z Compiling rusty-fork v0.3.1
20392026-07-17T04:14:06.343Z Compiling tower v0.5.3
20402026-07-17T04:14:06.890Z Compiling derive_builder_core v0.20.2
20412026-07-17T04:14:07.018Z Compiling http-body-util v0.1.3
20422026-07-17T04:14:07.107Z Compiling hubpack_derive v0.1.1
20432026-07-17T04:14:07.203Z Compiling snafu-derive v0.8.9
20442026-07-17T04:14:07.203Z Compiling strum_macros v0.27.2
20452026-07-17T04:14:07.298Z Compiling darling_macro v0.23.0
20462026-07-17T04:14:07.395Z Compiling rand_xorshift v0.4.0
20472026-07-17T04:14:07.462Z Compiling fs-err v3.3.0
20482026-07-17T04:14:07.462Z Compiling ahash v0.8.12
20492026-07-17T04:14:07.665Z Compiling adler2 v2.0.1
20502026-07-17T04:14:07.684Z Compiling unarray v0.1.4
20512026-07-17T04:14:07.684Z Compiling unicode-bidi v0.3.18
20522026-07-17T04:14:07.684Z Compiling unicode-segmentation v1.12.0
20532026-07-17T04:14:07.722Z Compiling object v0.37.3
20542026-07-17T04:14:07.771Z Compiling allocator-api2 v0.2.21
20552026-07-17T04:14:07.887Z Compiling unicode-properties v0.1.4
20562026-07-17T04:14:08.080Z Compiling iri-string v0.7.10
20572026-07-17T04:14:08.088Z Compiling ryu v1.0.23
20582026-07-17T04:14:08.141Z Compiling stringprep v0.1.5
20592026-07-17T04:14:08.216Z Compiling serde_urlencoded v0.7.1
20602026-07-17T04:14:08.257Z Compiling proptest v1.10.0
20612026-07-17T04:14:08.321Z Compiling miniz_oxide v0.8.9
20622026-07-17T04:14:08.480Z Compiling darling v0.23.0
20632026-07-17T04:14:08.524Z Compiling derive_builder_macro v0.20.2
20642026-07-17T04:14:08.621Z Compiling tokio-native-tls v0.3.1
20652026-07-17T04:14:08.774Z Compiling usdt-macro v0.6.0
20662026-07-17T04:14:08.818Z Compiling usdt-attr-macro v0.6.0
20672026-07-17T04:14:08.863Z Compiling anstyle-parse v1.0.0
20682026-07-17T04:14:08.878Z Compiling block-buffer v0.12.1
20692026-07-17T04:14:08.894Z Compiling block-padding v0.4.2
20702026-07-17T04:14:09.033Z Compiling crypto-common v0.2.2
20712026-07-17T04:14:09.273Z Compiling tower-http v0.6.8
20722026-07-17T04:14:09.503Z Compiling rustls-native-certs v0.8.3
20732026-07-17T04:14:09.518Z Compiling rand_chacha v0.3.1
20742026-07-17T04:14:09.590Z Compiling hex v0.4.3
20752026-07-17T04:14:09.605Z Compiling erased-serde v0.3.31
20762026-07-17T04:14:09.707Z Compiling md-5 v0.10.6
20772026-07-17T04:14:09.742Z Compiling signature v2.2.0
20782026-07-17T04:14:09.753Z Compiling bstr v1.12.1
20792026-07-17T04:14:09.828Z Compiling num-integer v0.1.46
20802026-07-17T04:14:09.861Z Compiling hash32 v0.2.1
20812026-07-17T04:14:09.874Z Compiling vergen-lib v9.1.0
20822026-07-17T04:14:10.001Z Compiling encoding_rs v0.8.35
20832026-07-17T04:14:10.030Z Compiling fallible-iterator v0.2.0
20842026-07-17T04:14:10.110Z Compiling mime v0.3.17
20852026-07-17T04:14:10.141Z Compiling cpufeatures v0.3.0
20862026-07-17T04:14:10.197Z Compiling psl-types v2.0.11
20872026-07-17T04:14:10.229Z Compiling zlib-rs v0.6.2
20882026-07-17T04:14:10.305Z Compiling publicsuffix v2.3.0
20892026-07-17T04:14:10.352Z Compiling postgres-protocol v0.6.10
20902026-07-17T04:14:10.369Z Compiling newtype-uuid v1.3.2
20912026-07-17T04:14:10.435Z Compiling num-iter v0.1.45
20922026-07-17T04:14:10.710Z Compiling rand v0.8.6
20932026-07-17T04:14:11.098Z Compiling oxnet v0.1.6
20942026-07-17T04:14:11.178Z Compiling derive_builder v0.20.2
20952026-07-17T04:14:11.194Z Compiling inout v0.2.2
20962026-07-17T04:14:11.209Z Compiling anstream v1.0.0
20972026-07-17T04:14:11.224Z Compiling hyper-tls v0.6.0
20982026-07-17T04:14:11.324Z Compiling serde_with_macros v3.21.0
20992026-07-17T04:14:11.343Z Compiling heck v0.4.1
21002026-07-17T04:14:11.376Z Compiling phf_shared v0.13.1
21012026-07-17T04:14:11.508Z Compiling pin-project v1.1.11
21022026-07-17T04:14:11.535Z Compiling lazy_static v1.5.0
21032026-07-17T04:14:11.554Z Compiling anstyle-parse v0.2.7
21042026-07-17T04:14:11.675Z Compiling terminal_size v0.4.3
21052026-07-17T04:14:11.731Z Compiling futures-executor v0.3.32
21062026-07-17T04:14:11.751Z Compiling clap_derive v4.6.1
21072026-07-17T04:14:11.782Z Compiling enum-as-inner v0.6.1
21082026-07-17T04:14:11.792Z Compiling async-recursion v1.1.1
21092026-07-17T04:14:11.832Z Compiling serde_repr v0.1.20
21102026-07-17T04:14:12.002Z Compiling ff v0.13.1
21112026-07-17T04:14:12.080Z Compiling vergen v9.1.0
21122026-07-17T04:14:12.190Z Compiling cargo-platform v0.3.2
21132026-07-17T04:14:12.206Z Compiling clap_lex v1.0.0
21142026-07-17T04:14:12.320Z Compiling flate2 v1.1.9
21152026-07-17T04:14:12.340Z Compiling managed v0.8.0
21162026-07-17T04:14:12.404Z Compiling bumpalo v3.20.2
21172026-07-17T04:14:12.415Z Compiling bitflags v1.3.2
21182026-07-17T04:14:12.429Z Compiling same-file v1.0.6
21192026-07-17T04:14:12.510Z Compiling libbz2-rs-sys v0.2.2
21202026-07-17T04:14:12.566Z Compiling base16ct v0.2.0
21212026-07-17T04:14:12.592Z Compiling foldhash v0.2.0
21222026-07-17T04:14:12.667Z Compiling foldhash v0.1.5
21232026-07-17T04:14:12.775Z Compiling hashbrown v0.16.1
21242026-07-17T04:14:12.849Z Compiling hashbrown v0.15.5
21252026-07-17T04:14:12.861Z Compiling sec1 v0.7.3
21262026-07-17T04:14:12.916Z Compiling bzip2 v0.6.1
21272026-07-17T04:14:13.097Z Compiling zopfli v0.8.3
21282026-07-17T04:14:13.140Z Compiling walkdir v2.5.0
21292026-07-17T04:14:13.216Z Compiling cargo_metadata v0.23.1
21302026-07-17T04:14:13.375Z Compiling clap_builder v4.6.0
21312026-07-17T04:14:13.445Z Compiling group v0.13.0
21322026-07-17T04:14:13.756Z Compiling futures v0.3.32
21332026-07-17T04:14:13.852Z Compiling zstd v0.13.3
21342026-07-17T04:14:13.982Z Compiling anstream v0.6.21
21352026-07-17T04:14:14.116Z Compiling snafu v0.8.9
21362026-07-17T04:14:14.283Z Compiling phf v0.13.1
21372026-07-17T04:14:14.415Z Compiling reqwest v0.12.28
21382026-07-17T04:14:14.573Z Compiling daft v0.1.7
21392026-07-17T04:14:14.573Z Compiling cipher v0.5.2
21402026-07-17T04:14:14.742Z Compiling signal-hook-mio v0.2.5
21412026-07-17T04:14:14.870Z Compiling cookie_store v0.22.1
21422026-07-17T04:14:14.870Z Compiling postgres-types v0.2.12
21432026-07-17T04:14:15.029Z Compiling bzip2 v0.4.4
21442026-07-17T04:14:15.029Z Compiling globset v0.4.18
21452026-07-17T04:14:15.144Z Compiling ed25519 v2.2.3
21462026-07-17T04:14:15.144Z Compiling strum v0.27.2
21472026-07-17T04:14:15.258Z Compiling hubpack v0.1.2
21482026-07-17T04:14:15.293Z Compiling phf_shared v0.11.3
21492026-07-17T04:14:15.320Z Compiling hkdf v0.12.4
21502026-07-17T04:14:15.340Z Compiling crossbeam-epoch v0.9.18
21512026-07-17T04:14:15.380Z Compiling pkcs1 v0.7.5
21522026-07-17T04:14:15.469Z Compiling olpc-cjson v0.1.4
21532026-07-17T04:14:15.684Z Compiling serde-big-array v0.5.1
21542026-07-17T04:14:15.712Z Compiling serde_plain v1.0.2
21552026-07-17T04:14:15.734Z Compiling pem v3.0.6
21562026-07-17T04:14:15.848Z Compiling crypto-bigint v0.5.5
21572026-07-17T04:14:15.911Z Compiling float-cmp v0.10.0
21582026-07-17T04:14:15.944Z Compiling memmap2 v0.9.10
21592026-07-17T04:14:15.978Z Compiling env_filter v1.0.0
21602026-07-17T04:14:16.049Z Compiling data-encoding v2.10.0
21612026-07-17T04:14:16.114Z Compiling fixedbitset v0.5.7
21622026-07-17T04:14:16.252Z Compiling keccak v0.1.6
21632026-07-17T04:14:16.269Z Compiling typed-path v0.9.3
21642026-07-17T04:14:16.285Z Compiling normalize-line-endings v0.3.0
21652026-07-17T04:14:16.316Z Compiling jiff v0.2.21
21662026-07-17T04:14:16.402Z Compiling toml_write v0.1.2
21672026-07-17T04:14:16.474Z Compiling precomputed-hash v0.1.1
21682026-07-17T04:14:16.550Z Compiling predicates-core v1.0.10
21692026-07-17T04:14:16.575Z Compiling whoami v2.1.0
21702026-07-17T04:14:16.595Z Compiling difflib v0.4.0
21712026-07-17T04:14:16.624Z Compiling fixedbitset v0.4.2
21722026-07-17T04:14:16.734Z Compiling const-oid v0.10.2
21732026-07-17T04:14:16.777Z Compiling new_debug_unreachable v1.0.6
21742026-07-17T04:14:16.867Z Compiling static_assertions v1.1.0
21752026-07-17T04:14:16.890Z Compiling string_cache v0.8.9
21762026-07-17T04:14:16.891Z Compiling predicates v3.1.4
21772026-07-17T04:14:16.942Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21782026-07-17T04:14:16.951Z Compiling digest v0.11.3
21792026-07-17T04:14:16.956Z Compiling tokio-postgres v0.7.16
21802026-07-17T04:14:16.999Z Compiling elliptic-curve v0.13.8
21812026-07-17T04:14:17.016Z Compiling petgraph v0.6.5
21822026-07-17T04:14:17.056Z Compiling toml_edit v0.22.27
21832026-07-17T04:14:17.099Z Compiling sha3 v0.10.8
21842026-07-17T04:14:17.178Z Compiling hickory-proto v0.25.2
21852026-07-17T04:14:17.324Z Compiling petgraph v0.8.3
21862026-07-17T04:14:17.371Z Compiling chacha20 v0.10.0
21872026-07-17T04:14:17.441Z Compiling env_logger v0.11.9
21882026-07-17T04:14:17.645Z Compiling usdt v0.6.0
21892026-07-17T04:14:18.071Z Compiling rsa v0.9.10
21902026-07-17T04:14:19.037Z Compiling zip v4.6.1
21912026-07-17T04:14:19.223Z Compiling ed25519-dalek v2.2.0
21922026-07-17T04:14:19.361Z Compiling zip v0.6.6
21932026-07-17T04:14:19.377Z Compiling clap v4.6.1
21942026-07-17T04:14:19.473Z Compiling crossterm v0.28.1
21952026-07-17T04:14:19.708Z Compiling iddqd v0.4.2
21962026-07-17T04:14:19.921Z Compiling serde_with v3.21.0
21972026-07-17T04:14:19.938Z Compiling similar v2.7.0
21982026-07-17T04:14:19.995Z Compiling byte-wrapper v0.1.0
21992026-07-17T04:14:20.134Z Compiling strum v0.26.3
22002026-07-17T04:14:20.217Z Compiling toml v0.7.8
22012026-07-17T04:14:20.279Z Compiling tokio-stream v0.1.18
22022026-07-17T04:14:20.303Z Compiling buf-list v1.1.2
22032026-07-17T04:14:20.596Z Compiling x509-cert v0.2.5
22042026-07-17T04:14:20.655Z Compiling itertools v0.13.0
22052026-07-17T04:14:20.768Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22062026-07-17T04:14:20.928Z Compiling openapiv3 v2.2.0
22072026-07-17T04:14:21.444Z Compiling peg-runtime v0.8.5
22082026-07-17T04:14:21.706Z Compiling lalrpop-util v0.19.12
22092026-07-17T04:14:38.004Z Compiling rustls-webpki v0.103.13
22102026-07-17T04:14:38.796Z Compiling macaddr v1.0.1
22112026-07-17T04:14:38.848Z Compiling structmeta-derive v0.3.0
22122026-07-17T04:14:38.867Z Compiling darling_core v0.21.3
22132026-07-17T04:14:39.003Z Compiling rayon-core v1.13.0
22142026-07-17T04:14:39.090Z Compiling crucible-workspace-hack v0.1.0
22152026-07-17T04:14:39.254Z Compiling itertools v0.14.0
22162026-07-17T04:14:39.296Z Compiling secrecy v0.10.3
22172026-07-17T04:14:39.336Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22182026-07-17T04:14:39.480Z Compiling toml_datetime v0.7.5+spec-1.1.0
22192026-07-17T04:14:39.544Z Compiling heapless v0.8.0
22202026-07-17T04:14:39.642Z Compiling crossbeam-deque v0.8.6
22212026-07-17T04:14:39.710Z Compiling toml_edit v0.23.10+spec-1.0.0
22222026-07-17T04:14:39.740Z Compiling inout v0.1.4
22232026-07-17T04:14:39.778Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22242026-07-17T04:14:39.857Z Compiling structmeta v0.3.0
22252026-07-17T04:14:39.887Z Compiling hash32 v0.3.1
22262026-07-17T04:14:39.918Z Compiling multer v3.1.0
22272026-07-17T04:14:39.944Z Compiling thread_local v1.1.9
22282026-07-17T04:14:40.059Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22292026-07-17T04:14:40.084Z Compiling slog-async v2.8.0
22302026-07-17T04:14:40.088Z Compiling unicode-width v0.2.0
22312026-07-17T04:14:40.153Z Compiling smoltcp v0.11.0
22322026-07-17T04:14:40.316Z Compiling match_cfg v0.1.0
22332026-07-17T04:14:40.330Z Compiling compression-core v0.4.31
22342026-07-17T04:14:40.402Z Compiling hostname v0.3.1
22352026-07-17T04:14:40.435Z Compiling proc-macro-crate v3.4.0
22362026-07-17T04:14:40.515Z Compiling compression-codecs v0.4.37
22372026-07-17T04:14:40.533Z Compiling derive-ex v0.1.8
22382026-07-17T04:14:40.561Z Compiling cipher v0.4.4
22392026-07-17T04:14:40.630Z Compiling atomicwrites v0.4.4
22402026-07-17T04:14:40.830Z Compiling slog-json v2.6.1
22412026-07-17T04:14:40.886Z Compiling crossbeam-channel v0.5.15
22422026-07-17T04:14:40.901Z Compiling half v2.7.1
22432026-07-17T04:14:40.923Z Compiling newtype-uuid-macros v0.1.0
22442026-07-17T04:14:41.007Z Compiling darling_macro v0.21.3
22452026-07-17T04:14:41.090Z Compiling cobs v0.3.0
22462026-07-17T04:14:41.118Z Compiling thiserror-impl-no-std v2.0.2
22472026-07-17T04:14:41.283Z Compiling universal-hash v0.5.1
22482026-07-17T04:14:41.311Z Compiling async-stream-impl v0.3.6
22492026-07-17T04:14:41.385Z Compiling tokio-rustls v0.26.4
22502026-07-17T04:14:41.444Z Compiling rustls-platform-verifier v0.6.2
22512026-07-17T04:14:41.547Z Compiling tough v0.22.0
22522026-07-17T04:14:41.612Z Compiling darling v0.21.3
22532026-07-17T04:14:41.667Z Compiling hyper-rustls v0.27.7
22542026-07-17T04:14:41.684Z Compiling toml_datetime v1.1.1+spec-1.1.0
22552026-07-17T04:14:41.707Z Compiling serde_spanned v1.1.1
22562026-07-17T04:14:41.723Z Compiling ingot-macros v0.1.1
22572026-07-17T04:14:41.879Z Compiling is-terminal v0.4.17
22582026-07-17T04:14:41.925Z Compiling reqwest v0.13.2
22592026-07-17T04:14:41.984Z Compiling proc-macro-error-attr v1.0.4
22602026-07-17T04:14:42.004Z Compiling dropshot v0.17.1
22612026-07-17T04:14:42.082Z Compiling ciborium-io v0.2.2
22622026-07-17T04:14:42.123Z Compiling convert_case v0.4.0
22632026-07-17T04:14:42.169Z Compiling term v1.2.1
22642026-07-17T04:14:42.192Z Compiling toml_writer v1.1.1+spec-1.1.0
22652026-07-17T04:14:42.230Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22662026-07-17T04:14:42.234Z Compiling opaque-debug v0.3.1
22672026-07-17T04:14:42.249Z Compiling take_mut v0.2.2
22682026-07-17T04:14:42.319Z Compiling poly1305 v0.8.0
22692026-07-17T04:14:42.455Z Compiling derive_more v0.99.20
22702026-07-17T04:14:42.469Z Compiling toml v1.1.2+spec-1.1.0
22712026-07-17T04:14:42.486Z Compiling slog-term v2.9.2
22722026-07-17T04:14:42.615Z Compiling thiserror-no-std v2.0.2
22732026-07-17T04:14:42.728Z Compiling ciborium-ll v0.2.2
22742026-07-17T04:14:42.769Z Compiling test-strategy v0.4.5
22752026-07-17T04:14:42.957Z Compiling async-stream v0.3.6
22762026-07-17T04:14:42.973Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22772026-07-17T04:14:43.007Z Compiling postcard v1.1.3
22782026-07-17T04:14:43.174Z Compiling slog-bunyan v2.5.0
22792026-07-17T04:14:43.421Z Compiling num_enum_derive v0.7.6
22802026-07-17T04:14:43.631Z Compiling chacha20 v0.9.1
22812026-07-17T04:14:43.756Z Compiling async-compression v0.4.41
22822026-07-17T04:14:43.941Z Compiling parse-display-derive v0.10.0
22832026-07-17T04:14:44.085Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22842026-07-17T04:14:44.243Z Compiling sha1 v0.11.0
22852026-07-17T04:14:44.406Z Compiling ingot-types v0.1.2
22862026-07-17T04:14:44.422Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22872026-07-17T04:14:44.674Z Compiling proc-macro-crate v1.3.1
22882026-07-17T04:14:44.688Z Compiling waitgroup v0.1.2
22892026-07-17T04:14:44.719Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22902026-07-17T04:14:44.768Z Compiling backon v1.6.0
22912026-07-17T04:14:44.861Z Compiling ingot v0.1.1
22922026-07-17T04:14:45.028Z Compiling password-hash v0.5.0
22932026-07-17T04:14:45.043Z Compiling rustls-pemfile v2.2.0
22942026-07-17T04:14:45.059Z Compiling dropshot_endpoint v0.17.1
22952026-07-17T04:14:45.074Z Compiling blake2 v0.10.6
22962026-07-17T04:14:45.123Z Compiling aead v0.5.2
22972026-07-17T04:14:45.141Z Compiling foreign-types-macros v0.2.3
22982026-07-17T04:14:45.183Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22992026-07-17T04:14:45.340Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23002026-07-17T04:14:45.356Z Compiling serde_path_to_error v0.1.20
23012026-07-17T04:14:45.440Z Compiling hostname v0.4.2
23022026-07-17T04:14:45.551Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23032026-07-17T04:14:45.596Z Compiling proc-macro-error v1.0.4
23042026-07-17T04:14:45.629Z Compiling instant v0.1.13
23052026-07-17T04:14:45.754Z Compiling foreign-types-shared v0.3.1
23062026-07-17T04:14:45.779Z Compiling debug-ignore v1.0.5
23072026-07-17T04:14:45.826Z Compiling backoff v0.4.0
23082026-07-17T04:14:45.841Z Compiling foreign-types v0.5.0
23092026-07-17T04:14:45.844Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23102026-07-17T04:14:45.857Z Compiling parse-display v0.10.0
23112026-07-17T04:14:45.905Z Compiling argon2 v0.5.3
23122026-07-17T04:14:45.922Z Compiling chacha20poly1305 v0.10.1
23132026-07-17T04:14:45.966Z Compiling num_enum_derive v0.5.11
23142026-07-17T04:14:45.981Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23152026-07-17T04:14:46.018Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23162026-07-17T04:14:46.107Z Compiling num_enum v0.7.6
23172026-07-17T04:14:46.121Z Compiling ciborium v0.2.2
23182026-07-17T04:14:46.216Z Compiling vsss-rs v3.3.4
23192026-07-17T04:14:46.611Z Compiling tabwriter v1.4.1
23202026-07-17T04:14:46.671Z Compiling regress v0.10.5
23212026-07-17T04:14:46.686Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23222026-07-17T04:14:46.715Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23232026-07-17T04:14:46.788Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23242026-07-17T04:14:46.938Z Compiling cstr-argument v0.1.2
23252026-07-17T04:14:46.973Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23262026-07-17T04:14:46.992Z Compiling humantime v2.3.0
23272026-07-17T04:14:47.006Z Compiling num_enum v0.5.11
23282026-07-17T04:14:47.137Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23292026-07-17T04:14:47.153Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23302026-07-17T04:14:47.170Z Compiling rayon v1.11.0
23312026-07-17T04:14:47.209Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23322026-07-17T04:14:47.224Z Compiling rand v0.10.1
23332026-07-17T04:14:47.254Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23342026-07-17T04:14:47.275Z Compiling indent_write v2.2.0
23352026-07-17T04:14:47.317Z Compiling libefi-sys v0.1.0
23362026-07-17T04:14:47.358Z Compiling colored v3.1.1
23372026-07-17T04:14:47.404Z Compiling zone_cfg_derive v0.3.1
23382026-07-17T04:14:47.449Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23392026-07-17T04:14:47.470Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23402026-07-17T04:14:47.583Z Compiling camino-tempfile v1.4.1
23412026-07-17T04:14:47.597Z Compiling itertools v0.12.1
23422026-07-17T04:14:47.646Z Compiling usdt-attr-macro v0.5.0
23432026-07-17T04:14:47.663Z Compiling usdt-macro v0.5.0
23442026-07-17T04:14:47.698Z Compiling num-derive v0.4.2
23452026-07-17T04:14:47.999Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23462026-07-17T04:14:48.058Z Compiling bitfield-struct v0.6.2
23472026-07-17T04:14:48.061Z Compiling blake3 v1.8.5
23482026-07-17T04:14:48.092Z Compiling sigpipe v0.1.3
23492026-07-17T04:14:48.121Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23502026-07-17T04:14:48.206Z Compiling memmap v0.7.0
23512026-07-17T04:14:48.262Z Compiling glob v0.3.3
23522026-07-17T04:14:48.393Z Compiling swrite v0.1.0
23532026-07-17T04:14:48.431Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23542026-07-17T04:14:48.481Z Compiling usdt v0.5.0
23552026-07-17T04:14:48.520Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23562026-07-17T04:14:48.638Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23572026-07-17T04:14:48.682Z Compiling smf v0.2.3
23582026-07-17T04:14:48.719Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23592026-07-17T04:14:48.814Z Compiling filetime v0.2.27
23602026-07-17T04:14:48.829Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23612026-07-17T04:14:48.921Z Compiling zone v0.3.1
23622026-07-17T04:14:48.963Z Compiling constant_time_eq v0.4.2
23632026-07-17T04:14:49.039Z Compiling xattr v1.6.1
23642026-07-17T04:14:49.055Z Compiling arrayref v0.3.9
23652026-07-17T04:14:49.058Z Compiling whoami v1.6.1
23662026-07-17T04:14:49.058Z Compiling arrayvec v0.7.6
23672026-07-17T04:14:49.114Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23682026-07-17T04:14:49.151Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23692026-07-17T04:14:49.182Z Compiling tokio-dtrace v0.1.1
23702026-07-17T04:14:49.199Z Compiling console v0.16.2
23712026-07-17T04:14:49.273Z Compiling tar v0.4.46
23722026-07-17T04:14:49.336Z Compiling gethostname v0.5.0
23732026-07-17T04:14:49.405Z Compiling unit-prefix v0.5.2
23742026-07-17T04:14:49.510Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23752026-07-17T04:14:49.528Z Compiling topological-sort v0.2.2
23762026-07-17T04:14:49.560Z Compiling oxide-tokio-rt v0.1.4
23772026-07-17T04:14:49.710Z Compiling indicatif v0.18.4
23782026-07-17T04:14:49.830Z Compiling toml v0.8.23
23792026-07-17T04:14:49.858Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23802026-07-17T04:14:49.927Z Compiling shell-words v1.1.1
23812026-07-17T04:14:59.257Z Compiling progenitor-client v0.14.0
23822026-07-17T04:14:59.257Z Compiling omicron-zone-package v0.12.3
23832026-07-17T04:14:59.459Z Compiling progenitor-extras v0.2.0
23842026-07-17T04:14:59.750Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23852026-07-17T04:14:59.768Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23862026-07-17T04:14:59.799Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23872026-07-17T04:14:59.951Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23882026-07-17T04:15:00.004Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23892026-07-17T04:15:00.030Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23902026-07-17T04:15:00.102Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23912026-07-17T04:15:00.148Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23922026-07-17T04:15:00.827Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23932026-07-17T04:15:04.741Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23942026-07-17T04:15:12.758Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23952026-07-17T04:15:15.928Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23962026-07-17T04:15:16.911Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23972026-07-17T04:15:26.250Z Finished `release` profile [optimized] target(s) in 1m 40s
23982026-07-17T04:15:26.391Z Running `target/release/omicron-package -t test target create -p dev`
23992026-07-17T04:15:26.454ZLogging to: /work/oxidecomputer/omicron/out/LOG
24002026-07-17T04:15:26.459ZCreated new build target 'test' and set it as active
24012026-07-17T04:15:26.459Z
24022026-07-17T04:15:26.460Zreal 1:40.347884725
24032026-07-17T04:15:26.460Zuser 16:24.915734147
24042026-07-17T04:15:26.460Zsys 2:38.292270985
24052026-07-17T04:15:26.460Ztrap 0.480138074
24062026-07-17T04:15:26.460Ztflt 2.480693675
24072026-07-17T04:15:26.460Zdflt 4.235225438
24082026-07-17T04:15:26.460Zkflt 0.000599819
24092026-07-17T04:15:26.460Zlock 51:51.436889664
24102026-07-17T04:15:26.460Zslp 42:37.238790024
24112026-07-17T04:15:26.460Zlat 42.173881181
24122026-07-17T04:15:26.460Zstop 5:02.520562505
24132026-07-17T04:15:26.460Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24142026-07-17T04:15:27.281Z Finished `release` profile [optimized] target(s) in 0.81s
24152026-07-17T04:15:27.348Z Running `target/release/omicron-package -t test package`
24162026-07-17T04:15:27.402ZLogging to: /work/oxidecomputer/omicron/out/LOG
24172026-07-17T04:15:28.783Z Compiling heck v0.5.0
24182026-07-17T04:15:28.783Z Compiling regress v0.11.1
24192026-07-17T04:15:29.020Z Compiling unsafe-libyaml v0.2.11
24202026-07-17T04:15:29.041Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24212026-07-17T04:15:29.070Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24222026-07-17T04:15:29.073Z Compiling unicode-width v0.1.14
24232026-07-17T04:15:29.111Z Compiling derive-where v1.6.0
24242026-07-17T04:15:29.114Z Compiling bytecount v0.6.9
24252026-07-17T04:15:29.114Z Compiling atomicwrites v0.4.4
24262026-07-17T04:15:29.135Z Compiling is-terminal v0.4.17
24272026-07-17T04:15:29.189Z Compiling prettyplease v0.2.37
24282026-07-17T04:15:29.192Z Compiling console v0.15.11
24292026-07-17T04:15:29.192Z Compiling newline-converter v0.3.0
24302026-07-17T04:15:29.192Z Compiling slog-dtrace v0.3.0
24312026-07-17T04:15:29.252Z Compiling cancel-safe-futures v0.1.5
24322026-07-17T04:15:29.294Z Compiling owo-colors v4.3.0
24332026-07-17T04:15:29.316Z Compiling resolv-conf v0.7.6
24342026-07-17T04:15:29.335Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24352026-07-17T04:15:29.367Z Compiling num-rational v0.4.2
24362026-07-17T04:15:29.414Z Compiling libsw-core v0.3.2
24372026-07-17T04:15:29.433Z Compiling num-complex v0.4.6
24382026-07-17T04:15:29.515Z Compiling thread_local v1.1.9
24392026-07-17T04:15:29.534Z Compiling serde_yaml v0.9.34+deprecated
24402026-07-17T04:15:29.581Z Compiling expectorate v1.2.0
24412026-07-17T04:15:29.665Z Compiling match_cfg v0.1.0
24422026-07-17T04:15:29.692Z Compiling compression-core v0.4.31
24432026-07-17T04:15:29.761Z Compiling hostname v0.3.1
24442026-07-17T04:15:29.817Z Compiling num v0.4.3
24452026-07-17T04:15:29.870Z Compiling compression-codecs v0.4.37
24462026-07-17T04:15:29.905Z Compiling libsw v3.5.0
24472026-07-17T04:15:29.927Z Compiling slog-async v2.8.0
24482026-07-17T04:15:29.927Z Compiling multer v3.1.0
24492026-07-17T04:15:29.967Z Compiling crossbeam-channel v0.5.15
24502026-07-17T04:15:29.995Z Compiling slog-json v2.6.1
24512026-07-17T04:15:30.022Z Compiling toml_datetime v1.1.1+spec-1.1.0
24522026-07-17T04:15:30.122Z Compiling serde_spanned v1.1.1
24532026-07-17T04:15:30.143Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24542026-07-17T04:15:30.188Z Compiling linear-map v1.2.0
24552026-07-17T04:15:30.229Z Compiling linked-hash-map v0.5.6
24562026-07-17T04:15:30.253Z Compiling toml_writer v1.1.1+spec-1.1.0
24572026-07-17T04:15:30.300Z Compiling take_mut v0.2.2
24582026-07-17T04:15:30.320Z Compiling term v1.2.1
24592026-07-17T04:15:30.326Z Compiling float-ord v0.3.2
24602026-07-17T04:15:30.366Z Compiling slog-bunyan v2.5.0
24612026-07-17T04:15:30.388Z Compiling async-compression v0.4.41
24622026-07-17T04:15:30.430Z Compiling lru-cache v0.1.2
24632026-07-17T04:15:30.450Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24642026-07-17T04:15:30.457Z Compiling toml v1.1.2+spec-1.1.0
24652026-07-17T04:15:30.488Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24662026-07-17T04:15:30.547Z Compiling typify-impl v0.6.2
24672026-07-17T04:15:30.600Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24682026-07-17T04:15:30.646Z Compiling slog-term v2.9.2
24692026-07-17T04:15:30.738Z Compiling dropshot v0.17.1
24702026-07-17T04:15:30.795Z Compiling async-stream v0.3.6
24712026-07-17T04:15:30.823Z Compiling sha1 v0.11.0
24722026-07-17T04:15:30.844Z Compiling progenitor-client v0.14.0
24732026-07-17T04:15:30.907Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24742026-07-17T04:15:30.946Z Compiling waitgroup v0.1.2
24752026-07-17T04:15:31.002Z Compiling rustls-pemfile v2.2.0
24762026-07-17T04:15:31.040Z Compiling backon v1.6.0
24772026-07-17T04:15:31.117Z Compiling hostname v0.4.2
24782026-07-17T04:15:31.118Z Compiling serde_path_to_error v0.1.20
24792026-07-17T04:15:31.160Z Compiling instant v0.1.13
24802026-07-17T04:15:31.183Z Compiling minimal-lexical v0.2.1
24812026-07-17T04:15:31.187Z Compiling debug-ignore v1.0.5
24822026-07-17T04:15:31.242Z Compiling progenitor-extras v0.2.0
24832026-07-17T04:15:31.276Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24842026-07-17T04:15:31.301Z Compiling backoff v0.4.0
24852026-07-17T04:15:31.320Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24862026-07-17T04:15:31.342Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24872026-07-17T04:15:31.540Z Compiling nom v7.1.3
24882026-07-17T04:15:31.563Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24892026-07-17T04:15:31.589Z Compiling parse-display v0.10.0
24902026-07-17T04:15:31.616Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24912026-07-17T04:15:31.634Z Compiling hickory-proto v0.24.4
24922026-07-17T04:15:31.855Z Compiling regress v0.10.5
24932026-07-17T04:15:32.210Z Compiling macaddr v1.0.1
24942026-07-17T04:15:32.256Z Compiling humantime v2.3.0
24952026-07-17T04:15:32.313Z Compiling unicode-xid v0.2.6
24962026-07-17T04:15:32.481Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24972026-07-17T04:15:32.556Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24982026-07-17T04:15:32.660Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24992026-07-17T04:15:32.900Z Compiling convert_case v0.10.0
25002026-07-17T04:15:32.929Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25012026-07-17T04:15:33.195Z Compiling derive_more-impl v2.1.1
25022026-07-17T04:15:33.458Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25032026-07-17T04:15:33.663Z Compiling toml v0.8.23
25042026-07-17T04:15:33.784Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25052026-07-17T04:15:33.886Z Compiling papergrid v0.11.0
25062026-07-17T04:15:33.943Z Compiling tabled_derive v0.7.0
25072026-07-17T04:15:33.992Z Compiling derive_more v2.1.1
25082026-07-17T04:15:34.034Z Compiling typify-macro v0.6.2
25092026-07-17T04:15:34.107Z Compiling termtree v0.5.1
25102026-07-17T04:15:34.195Z Compiling hickory-resolver v0.24.4
25112026-07-17T04:15:34.253Z Compiling crossterm v0.29.0
25122026-07-17T04:15:34.306Z Compiling phf_shared v0.12.1
25132026-07-17T04:15:34.552Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25142026-07-17T04:15:34.871Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25152026-07-17T04:15:35.106Z Compiling tabled v0.15.0
25162026-07-17T04:15:35.130Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25172026-07-17T04:15:35.573Z Compiling typify v0.6.2
25182026-07-17T04:15:35.860Z Compiling progenitor-impl v0.14.0
25192026-07-17T04:15:36.283Z Compiling qorb v0.4.1
25202026-07-17T04:15:37.260Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25212026-07-17T04:15:37.802Z Compiling csv-core v0.1.13
25222026-07-17T04:15:38.039Z Compiling progenitor-macro v0.14.0
25232026-07-17T04:15:38.259Z Compiling vte v0.14.1
25242026-07-17T04:15:38.520Z Compiling chrono-tz v0.10.4
25252026-07-17T04:15:38.744Z Compiling highway v1.3.0
25262026-07-17T04:15:39.072Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25272026-07-17T04:15:39.455Z Compiling strip-ansi-escapes v0.2.1
25282026-07-17T04:15:39.476Z Compiling csv v1.4.0
25292026-07-17T04:15:39.505Z Compiling phf v0.12.1
25302026-07-17T04:15:39.579Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25312026-07-17T04:15:39.702Z Compiling const_format_proc_macros v0.2.34
25322026-07-17T04:15:39.728Z Compiling fd-lock v4.0.4
25332026-07-17T04:15:39.895Z Compiling peg-macros v0.8.5
25342026-07-17T04:15:40.023Z Compiling nu-ansi-term v0.50.3
25352026-07-17T04:15:40.071Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25362026-07-17T04:15:40.501Z Compiling const_format v0.2.35
25372026-07-17T04:15:40.565Z Compiling reedline v0.40.0
25382026-07-17T04:15:40.892Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25392026-07-17T04:15:41.189Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25402026-07-17T04:15:42.013Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25412026-07-17T04:15:42.051Z Compiling progenitor v0.14.0
25422026-07-17T04:15:42.175Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25432026-07-17T04:15:42.235Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25442026-07-17T04:15:42.336Z Compiling peg v0.8.5
25452026-07-17T04:15:42.426Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25462026-07-17T04:15:42.617Z Compiling bcs v0.1.6
25472026-07-17T04:15:43.057Z Compiling nom v8.0.0
25482026-07-17T04:15:43.082Z Compiling semver v0.1.20
25492026-07-17T04:15:43.384Z Compiling rustc_version v0.1.7
25502026-07-17T04:15:43.617Z Compiling newtype_derive v0.1.6
25512026-07-17T04:15:43.901Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25522026-07-17T04:15:44.158Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25532026-07-17T04:15:44.187Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25542026-07-17T04:15:44.578Z Compiling unicode-linebreak v0.1.5
25552026-07-17T04:15:44.758Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25562026-07-17T04:15:44.844Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25572026-07-17T04:15:44.891Z Compiling smawk v0.3.2
25582026-07-17T04:15:45.026Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25592026-07-17T04:15:45.049Z Compiling textwrap v0.16.2
25602026-07-17T04:15:45.073Z Compiling base64 v0.21.7
25612026-07-17T04:15:45.198Z Compiling steno v0.4.1
25622026-07-17T04:15:45.658Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25632026-07-17T04:15:45.947Z Compiling dropshot-api-manager-types v0.7.2
25642026-07-17T04:15:45.983Z Compiling sha1 v0.10.6
25652026-07-17T04:15:46.451Z Compiling utf-8 v0.7.6
25662026-07-17T04:15:46.541Z Compiling tagptr v0.2.0
25672026-07-17T04:15:46.685Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25682026-07-17T04:15:46.704Z Compiling moka v0.12.13
25692026-07-17T04:15:46.738Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25702026-07-17T04:15:46.765Z Compiling tungstenite v0.21.0
25712026-07-17T04:15:46.934Z Compiling display-error-chain v0.2.2
25722026-07-17T04:15:48.038Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25732026-07-17T04:15:48.099Z Compiling radium v0.7.0
25742026-07-17T04:15:48.099Z Compiling tap v1.0.1
25752026-07-17T04:15:48.099Z Compiling maybe-uninit v2.0.0
25762026-07-17T04:15:48.099Z Compiling tokio-tungstenite v0.21.0
25772026-07-17T04:15:48.099Z Compiling hickory-resolver v0.25.2
25782026-07-17T04:15:48.099Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25792026-07-17T04:15:48.099Z Compiling wyz v0.5.1
25802026-07-17T04:15:48.108Z Compiling vergen-lib v0.1.6
25812026-07-17T04:15:48.270Z Compiling zerocopy-derive v0.6.6
25822026-07-17T04:15:48.301Z Compiling diesel_derives v2.3.7
25832026-07-17T04:15:48.539Z Compiling packed_struct v0.10.1
25842026-07-17T04:15:48.861Z Compiling funty v2.0.0
25852026-07-17T04:15:48.900Z Compiling crc-catalog v2.4.0
25862026-07-17T04:15:49.064Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25872026-07-17T04:15:49.093Z Compiling zerocopy v0.6.6
25882026-07-17T04:15:49.488Z Compiling bitvec v1.0.1
25892026-07-17T04:15:49.860Z Compiling crc v3.4.0
25902026-07-17T04:15:50.111Z Compiling dsl_auto_type v0.2.0
25912026-07-17T04:15:50.201Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25922026-07-17T04:15:50.260Z Compiling scheduled-thread-pool v0.2.7
25932026-07-17T04:15:50.653Z Compiling packed_struct_codegen v0.10.1
25942026-07-17T04:15:50.848Z Compiling vergen-gitcl v1.0.8
25952026-07-17T04:15:50.874Z Compiling diesel_table_macro_syntax v0.3.0
25962026-07-17T04:15:51.067Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25972026-07-17T04:15:51.096Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25982026-07-17T04:15:51.114Z Compiling bitfield-macros v0.19.4
25992026-07-17T04:15:51.260Z Compiling dirs-sys-next v0.1.2
26002026-07-17T04:15:51.356Z Compiling proc-macro-error-attr2 v2.0.0
26012026-07-17T04:15:51.569Z Compiling indexmap v1.9.3
26022026-07-17T04:15:51.691Z Compiling glob v0.3.3
26032026-07-17T04:15:51.783Z Compiling maplit v1.0.2
26042026-07-17T04:15:51.831Z Compiling nodrop v0.1.14
26052026-07-17T04:15:51.883Z Compiling crunchy v0.2.4
26062026-07-17T04:15:51.906Z Compiling bitfield v0.19.4
26072026-07-17T04:15:51.970Z Compiling array-init v0.0.4
26082026-07-17T04:15:52.060Z Compiling clang-sys v1.8.1
26092026-07-17T04:15:52.240Z Compiling proc-macro-error2 v2.0.1
26102026-07-17T04:15:52.364Z Compiling dirs-next v2.0.0
26112026-07-17T04:15:52.546Z Compiling r2d2 v0.8.10
26122026-07-17T04:15:52.562Z Compiling smallvec v0.6.14
26132026-07-17T04:15:52.838Z Compiling num-derive v0.3.3
26142026-07-17T04:15:52.863Z Compiling hashbrown v0.12.3
26152026-07-17T04:15:53.169Z Compiling tiny-keccak v2.0.2
26162026-07-17T04:15:53.372Z Compiling downcast-rs v2.0.2
26172026-07-17T04:15:53.520Z Compiling serde-hex v0.1.0
26182026-07-17T04:15:53.687Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26192026-07-17T04:15:53.754Z Compiling libscf-sys v1.1.0
26202026-07-17T04:15:53.774Z Compiling tabled_derive v0.11.0
26212026-07-17T04:15:53.858Z Compiling term v0.7.0
26222026-07-17T04:15:53.925Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26232026-07-17T04:15:54.021Z Compiling ron v0.8.1
26242026-07-17T04:15:54.043Z Compiling papergrid v0.17.0
26252026-07-17T04:15:54.166Z Compiling testing_table v0.3.0
26262026-07-17T04:15:54.220Z Compiling hashbrown v0.13.2
26272026-07-17T04:15:54.350Z Compiling bit-vec v0.6.3
26282026-07-17T04:15:54.590Z Compiling crc-any v2.5.0
26292026-07-17T04:15:54.612Z Compiling bit-set v0.5.3
26302026-07-17T04:15:54.810Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26312026-07-17T04:15:54.837Z Compiling object v0.30.4
26322026-07-17T04:15:54.856Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26332026-07-17T04:15:55.035Z Compiling ascii-canvas v3.0.0
26342026-07-17T04:15:55.274Z Compiling tabled v0.20.0
26352026-07-17T04:15:55.642Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26362026-07-17T04:15:55.769Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26372026-07-17T04:15:57.223Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26382026-07-17T04:15:57.271Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26392026-07-17T04:15:57.271Z Compiling progenitor-impl v0.13.0
26402026-07-17T04:15:57.271Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26412026-07-17T04:15:57.271Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26422026-07-17T04:15:57.271Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26432026-07-17T04:15:57.271Z Compiling itertools v0.10.5
26442026-07-17T04:15:57.271Z Compiling diesel v2.3.7
26452026-07-17T04:15:57.271Z Compiling ena v0.14.4
26462026-07-17T04:15:57.393Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26472026-07-17T04:15:57.523Z Compiling libloading v0.8.9
26482026-07-17T04:15:57.643Z Compiling path-slash v0.1.5
26492026-07-17T04:15:57.754Z Compiling diff v0.1.13
26502026-07-17T04:15:57.838Z Compiling bindgen v0.71.1
26512026-07-17T04:15:58.028Z Compiling unicase v2.9.0
26522026-07-17T04:15:58.128Z Compiling xshell-macros v0.2.7
26532026-07-17T04:15:58.149Z Compiling regex-syntax v0.6.29
26542026-07-17T04:15:58.343Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26552026-07-17T04:15:58.372Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26562026-07-17T04:15:58.545Z Compiling xshell v0.2.7
26572026-07-17T04:15:58.705Z Compiling progenitor-macro v0.13.0
26582026-07-17T04:15:59.661Z Compiling lalrpop v0.19.12
26592026-07-17T04:16:00.008Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26602026-07-17T04:16:00.381Z Compiling cexpr v0.6.0
26612026-07-17T04:16:01.019Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26622026-07-17T04:16:01.255Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26632026-07-17T04:16:01.744Z Compiling progenitor-client v0.13.0
26642026-07-17T04:16:02.284Z Compiling rustc-hash v2.1.1
26652026-07-17T04:16:02.692Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26662026-07-17T04:16:02.736Z Compiling progenitor v0.13.0
26672026-07-17T04:16:03.029Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26682026-07-17T04:16:03.135Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26692026-07-17T04:16:03.590Z Compiling headers-core v0.3.0
26702026-07-17T04:16:03.776Z Compiling libxml v0.3.3
26712026-07-17T04:16:03.919Z Compiling crc8 v0.1.1
26722026-07-17T04:16:04.075Z Compiling headers v0.4.1
26732026-07-17T04:16:04.091Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26742026-07-17T04:16:04.143Z Compiling strum_macros v0.24.3
26752026-07-17T04:16:04.237Z Compiling indoc v1.0.9
26762026-07-17T04:16:04.373Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26772026-07-17T04:16:04.395Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26782026-07-17T04:16:04.642Z Compiling derive_builder v0.20.2
26792026-07-17T04:16:04.686Z Compiling oso-derive v0.27.3
26802026-07-17T04:16:05.663Z Compiling quick-xml v0.37.5
26812026-07-17T04:16:05.706Z Compiling impl-trait-for-tuples v0.2.3
26822026-07-17T04:16:05.706Z Compiling openssl-probe v0.1.6
26832026-07-17T04:16:05.706Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26842026-07-17T04:16:05.706Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26852026-07-17T04:16:05.728Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26862026-07-17T04:16:05.936Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26872026-07-17T04:16:06.167Z Compiling bb8 v0.8.6
26882026-07-17T04:16:06.199Z Compiling trait-variant v0.1.2
26892026-07-17T04:16:06.513Z Compiling half v1.8.3
26902026-07-17T04:16:06.597Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26912026-07-17T04:16:06.783Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26922026-07-17T04:16:06.974Z Compiling serde_cbor v0.11.2
26932026-07-17T04:16:07.020Z Compiling samael v0.0.19
26942026-07-17T04:16:07.093Z Compiling polar-core v0.27.3
26952026-07-17T04:16:07.351Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26962026-07-17T04:16:07.554Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26972026-07-17T04:16:07.827Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26982026-07-17T04:16:07.926Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
26992026-07-17T04:16:08.009Z Compiling nonempty v0.12.0
27002026-07-17T04:16:08.024Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27012026-07-17T04:16:08.210Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27022026-07-17T04:16:08.412Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27032026-07-17T04:16:08.433Z Compiling fxhash v0.2.1
27042026-07-17T04:16:08.518Z Compiling libz-sys v1.1.24
27052026-07-17T04:16:08.631Z Compiling salty v0.3.0
27062026-07-17T04:16:09.031Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27072026-07-17T04:16:09.252Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27082026-07-17T04:16:09.600Z Compiling kstat-rs v0.2.4
27092026-07-17T04:16:10.052Z Compiling arc-swap v1.8.2
27102026-07-17T04:16:10.097Z Compiling fs-err v2.11.0
27112026-07-17T04:16:10.541Z Compiling slog-scope v4.4.1
27122026-07-17T04:16:10.690Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27132026-07-17T04:16:10.704Z Compiling mime_guess v2.0.5
27142026-07-17T04:16:10.704Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27152026-07-17T04:16:11.102Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27162026-07-17T04:16:11.265Z Compiling rfc6979 v0.4.0
27172026-07-17T04:16:11.451Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27182026-07-17T04:16:11.669Z Compiling nanorand v0.7.0
27192026-07-17T04:16:12.039Z Compiling libgit2-sys v0.18.3+1.9.2
27202026-07-17T04:16:12.085Z Compiling parking_lot_core v0.8.6
27212026-07-17T04:16:12.386Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27222026-07-17T04:16:12.415Z Compiling flume v0.11.1
27232026-07-17T04:16:12.736Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27242026-07-17T04:16:12.833Z Compiling ecdsa v0.16.9
27252026-07-17T04:16:13.507Z Compiling slog-stdlog v4.1.1
27262026-07-17T04:16:14.149Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27272026-07-17T04:16:14.199Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27282026-07-17T04:16:14.269Z Compiling primeorder v0.13.6
27292026-07-17T04:16:14.587Z Compiling diesel-dtrace v0.5.0
27302026-07-17T04:16:14.911Z Compiling async-bb8-diesel v0.2.1
27312026-07-17T04:16:16.351Z Compiling git-stub v1.0.0
27322026-07-17T04:16:16.429Z Compiling atty v0.2.14
27332026-07-17T04:16:16.429Z Compiling parse-size v1.1.0
27342026-07-17T04:16:16.429Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27352026-07-17T04:16:16.429Z Compiling http-range v0.1.5
27362026-07-17T04:16:16.429Z Compiling strsim v0.10.0
27372026-07-17T04:16:16.429Z Compiling instability v0.3.11
27382026-07-17T04:16:16.429Z Compiling darling_core v0.13.4
27392026-07-17T04:16:16.429Z Compiling oso v0.27.3
27402026-07-17T04:16:16.429Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27412026-07-17T04:16:17.612Z Compiling git-stub-vcs v0.1.0
27422026-07-17T04:16:17.984Z Compiling p384 v0.13.1
27432026-07-17T04:16:18.011Z Compiling slog-envlogger v2.2.0
27442026-07-17T04:16:20.020Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27452026-07-17T04:16:20.118Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27462026-07-17T04:16:20.301Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27472026-07-17T04:16:20.415Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27482026-07-17T04:16:21.619Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27492026-07-17T04:16:22.266Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27502026-07-17T04:16:22.481Z Compiling ignore v0.4.25
27512026-07-17T04:16:22.681Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27522026-07-17T04:16:22.791Z Compiling castaway v0.2.4
27532026-07-17T04:16:22.971Z Compiling vergen-git2 v9.1.0
27542026-07-17T04:16:23.195Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27552026-07-17T04:16:23.438Z Compiling indoc v2.0.7
27562026-07-17T04:16:24.090Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27572026-07-17T04:16:24.613Z Compiling globwalk v0.9.1
27582026-07-17T04:16:24.634Z Compiling compact_str v0.8.1
27592026-07-17T04:16:25.071Z Compiling parking_lot v0.11.2
27602026-07-17T04:16:25.266Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27612026-07-17T04:16:25.453Z Compiling hyper-staticfile v0.10.1
27622026-07-17T04:16:25.759Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27632026-07-17T04:16:25.899Z Compiling darling_macro v0.13.4
27642026-07-17T04:16:26.254Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27652026-07-17T04:16:26.299Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27662026-07-17T04:16:26.437Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27672026-07-17T04:16:26.618Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27682026-07-17T04:16:26.709Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27692026-07-17T04:16:26.919Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27702026-07-17T04:16:27.227Z Compiling predicates-tree v1.0.13
27712026-07-17T04:16:27.417Z Compiling unicode-truncate v1.1.0
27722026-07-17T04:16:27.629Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27732026-07-17T04:16:27.690Z Compiling lru v0.12.5
27742026-07-17T04:16:27.866Z Compiling rand_seeder v0.4.0
27752026-07-17T04:16:27.918Z Compiling prefix-trie v0.7.0
27762026-07-17T04:16:28.040Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27772026-07-17T04:16:28.126Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27782026-07-17T04:16:28.323Z Compiling corncobs v0.1.4
27792026-07-17T04:16:28.379Z Compiling illumos-nvpair-sys v0.2.0
27802026-07-17T04:16:28.425Z Compiling cassowary v0.3.0
27812026-07-17T04:16:28.512Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27822026-07-17T04:16:28.606Z Compiling hickory-server v0.25.2
27832026-07-17T04:16:28.636Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27842026-07-17T04:16:28.716Z Compiling ratatui v0.29.0
27852026-07-17T04:16:28.739Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27862026-07-17T04:16:28.842Z Compiling camino-tempfile-ext v0.3.3
27872026-07-17T04:16:29.002Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27882026-07-17T04:16:29.265Z Compiling darling v0.13.4
27892026-07-17T04:16:29.344Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27902026-07-17T04:16:29.505Z Compiling sled v0.34.7
27912026-07-17T04:16:29.819Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27922026-07-17T04:16:29.984Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27932026-07-17T04:16:30.575Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27942026-07-17T04:16:32.228Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27952026-07-17T04:16:32.307Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27962026-07-17T04:16:32.545Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27972026-07-17T04:16:32.782Z Compiling secrecy v0.8.0
27982026-07-17T04:16:32.852Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27992026-07-17T04:16:33.216Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28002026-07-17T04:16:33.611Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28012026-07-17T04:16:34.106Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28022026-07-17T04:16:34.148Z Compiling serde_with_macros v1.5.2
28032026-07-17T04:16:34.963Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28042026-07-17T04:16:35.936Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28052026-07-17T04:16:35.982Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28062026-07-17T04:16:36.012Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28072026-07-17T04:16:36.271Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28082026-07-17T04:16:36.503Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28092026-07-17T04:16:36.750Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28102026-07-17T04:16:36.977Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28112026-07-17T04:16:37.036Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28122026-07-17T04:16:37.233Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28132026-07-17T04:16:37.276Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28142026-07-17T04:16:37.478Z Compiling void v1.0.2
28152026-07-17T04:16:37.631Z Compiling lzss v0.8.2
28162026-07-17T04:16:37.852Z Compiling illumos-nvpair v0.3.0
28172026-07-17T04:16:37.931Z Compiling git2 v0.20.4
28182026-07-17T04:16:38.290Z Compiling serde_with v1.14.0
28192026-07-17T04:16:38.360Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28202026-07-17T04:16:38.935Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28212026-07-17T04:16:39.498Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28222026-07-17T04:16:39.531Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28232026-07-17T04:16:40.857Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
28242026-07-17T04:16:40.952Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28252026-07-17T04:16:41.261Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28262026-07-17T04:16:41.716Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28272026-07-17T04:16:42.426Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28282026-07-17T04:16:42.668Z Compiling tungstenite v0.23.0
28292026-07-17T04:16:42.804Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28302026-07-17T04:16:43.246Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28312026-07-17T04:16:43.975Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28322026-07-17T04:16:44.217Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28332026-07-17T04:16:44.468Z Compiling nix v0.27.1
28342026-07-17T04:16:44.863Z Compiling twox-hash v2.1.2
28352026-07-17T04:16:44.976Z Compiling serde_bytes v0.11.19
28362026-07-17T04:16:45.281Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28372026-07-17T04:16:45.385Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28382026-07-17T04:16:45.408Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28392026-07-17T04:16:45.430Z Compiling tokio-tungstenite v0.23.1
28402026-07-17T04:16:45.522Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28412026-07-17T04:16:45.643Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28422026-07-17T04:16:45.819Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28432026-07-17T04:16:47.221Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28442026-07-17T04:16:47.862Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28452026-07-17T04:16:49.585Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28462026-07-17T04:16:49.993Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28472026-07-17T04:16:50.096Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28482026-07-17T04:16:50.307Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28492026-07-17T04:16:50.410Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28502026-07-17T04:16:50.754Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28512026-07-17T04:16:51.037Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28522026-07-17T04:16:51.325Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28532026-07-17T04:16:51.575Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28542026-07-17T04:16:52.254Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28552026-07-17T04:16:52.717Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28562026-07-17T04:16:54.261Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28572026-07-17T04:16:55.356Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28582026-07-17T04:16:55.450Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28592026-07-17T04:16:56.085Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28602026-07-17T04:16:56.603Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28612026-07-17T04:16:57.563Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28622026-07-17T04:16:57.588Z Compiling signal-hook-tokio v0.3.1
28632026-07-17T04:16:57.621Z Compiling fatfs v0.3.6
28642026-07-17T04:16:57.786Z Compiling yasna v0.5.2
28652026-07-17T04:16:57.810Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28662026-07-17T04:16:58.530Z Compiling assert_matches v1.5.0
28672026-07-17T04:16:58.636Z Compiling is_ci v1.2.0
28682026-07-17T04:16:58.854Z Compiling seq-macro v0.3.6
28692026-07-17T04:16:58.875Z Compiling supports-color v3.0.2
28702026-07-17T04:16:59.024Z Compiling rcgen v0.12.1
28712026-07-17T04:16:59.156Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28722026-07-17T04:16:59.354Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28732026-07-17T04:16:59.462Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28742026-07-17T04:17:00.952Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28752026-07-17T04:17:01.208Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28762026-07-17T04:17:01.452Z Compiling port-file v0.1.0
28772026-07-17T04:17:01.682Z Compiling subprocess v0.2.15
28782026-07-17T04:17:01.815Z Compiling rtoolbox v0.0.3
28792026-07-17T04:17:02.077Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28802026-07-17T04:17:03.312Z Compiling rpassword v7.5.4
28812026-07-17T04:17:03.412Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28822026-07-17T04:17:03.854Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28832026-07-17T04:17:03.959Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28842026-07-17T04:17:04.096Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28852026-07-17T04:17:06.399Z Compiling tui-tree-widget v0.23.1
28862026-07-17T04:17:06.422Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28872026-07-17T04:17:06.685Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28882026-07-17T04:17:07.522Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28892026-07-17T04:17:07.764Z Compiling uzers v0.12.2
28902026-07-17T04:17:08.197Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28912026-07-17T04:17:08.222Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28922026-07-17T04:17:09.261Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28932026-07-17T04:17:10.819Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28942026-07-17T04:17:12.468Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28952026-07-17T04:17:13.003Z Compiling support-bundle-viewer v0.1.2
28962026-07-17T04:17:14.646Z Compiling multimap v0.10.1
28972026-07-17T04:17:28.415Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28982026-07-17T04:17:32.425Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
28992026-07-17T04:17:35.826Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29002026-07-17T04:17:36.154Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29012026-07-17T04:17:36.247Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29022026-07-17T04:23:51.726Z Finished `release` profile [optimized] target(s) in 8m 24s
29032026-07-17T04:24:37.836Z
29042026-07-17T04:24:37.836Zreal 9:11.353438444
29052026-07-17T04:24:37.836Zuser 1:18:34.929211026
29062026-07-17T04:24:37.836Zsys 3:29.637129585
29072026-07-17T04:24:37.836Ztrap 1.741310169
29082026-07-17T04:24:37.840Ztflt 2.248454796
29092026-07-17T04:24:37.840Zdflt 17.736764438
29102026-07-17T04:24:37.840Zkflt 0.005527706
29112026-07-17T04:24:37.840Zlock 6:42:50.527635603
29122026-07-17T04:24:37.840Zslp 2:10:22.460331378
29132026-07-17T04:24:37.840Zlat 2:18.885275101
29142026-07-17T04:24:37.840Zstop 5:05.461078216
29152026-07-17T04:24:37.840Z+ mapfile -t packages
29162026-07-17T04:24:37.840Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29172026-07-17T04:24:38.724Z Finished `release` profile [optimized] target(s) in 0.87s
29182026-07-17T04:24:38.791Z Running `target/release/omicron-package -t test list-outputs`
29192026-07-17T04:24:38.849ZLogging to: /work/oxidecomputer/omicron/out/LOG
29202026-07-17T04:24:38.853Z+ ptime -m cargo build --locked --release -p xtask
29212026-07-17T04:24:39.318Z Compiling libc v0.2.185
29222026-07-17T04:24:39.318Z Compiling serde_core v1.0.228
29232026-07-17T04:24:39.318Z Compiling serde v1.0.228
29242026-07-17T04:24:39.322Z Compiling rustix v1.1.3
29252026-07-17T04:24:39.322Z Compiling bitflags v2.11.0
29262026-07-17T04:24:39.322Z Compiling serde_json v1.0.150
29272026-07-17T04:24:39.476Z Compiling usdt-impl v0.5.0
29282026-07-17T04:24:39.502Z Compiling syn v2.0.117
29292026-07-17T04:24:39.502Z Compiling syn v1.0.109
29302026-07-17T04:24:39.509Z Compiling log v0.4.29
29312026-07-17T04:24:39.509Z Compiling getrandom v0.4.1
29322026-07-17T04:24:39.513Z Compiling indexmap v2.14.0
29332026-07-17T04:24:39.544Z Compiling fs-err v3.3.0
29342026-07-17T04:24:39.728Z Compiling once_cell v1.21.3
29352026-07-17T04:24:39.798Z Compiling anyhow v1.0.102
29362026-07-17T04:24:39.802Z Compiling heck v0.4.1
29372026-07-17T04:24:40.217Z Compiling errno v0.3.14
29382026-07-17T04:24:40.222Z Compiling thread-id v4.2.2
29392026-07-17T04:24:40.222Z Compiling memmap v0.7.0
29402026-07-17T04:24:40.979Z Compiling proc-macro-error v1.0.4
29412026-07-17T04:24:41.183Z Compiling terminal_size v0.4.3
29422026-07-17T04:24:41.183Z Compiling tempfile v3.25.0
29432026-07-17T04:24:41.229Z Compiling tabled_derive v0.7.0
29442026-07-17T04:24:41.278Z Compiling clap_builder v4.6.0
29452026-07-17T04:24:41.279Z Compiling textwrap v0.16.2
29462026-07-17T04:24:41.550Z Compiling camino v1.2.2
29472026-07-17T04:24:41.550Z Compiling cargo-platform v0.3.2
29482026-07-17T04:24:41.597Z Compiling semver v1.0.28
29492026-07-17T04:24:41.649Z Compiling pest_generator v2.8.6
29502026-07-17T04:24:41.871Z Compiling camino-tempfile v1.4.1
29512026-07-17T04:24:41.956Z Compiling tabled v0.15.0
29522026-07-17T04:24:42.216Z Compiling serde_derive v1.0.228
29532026-07-17T04:24:42.217Z Compiling thiserror-impl v1.0.69
29542026-07-17T04:24:42.220Z Compiling zerocopy-derive v0.7.35
29552026-07-17T04:24:42.220Z Compiling pest_derive v2.8.6
29562026-07-17T04:24:42.220Z Compiling scroll_derive v0.12.1
29572026-07-17T04:24:42.220Z Compiling thiserror-impl v2.0.18
29582026-07-17T04:24:42.240Z Compiling clap_derive v4.6.1
29592026-07-17T04:24:42.927Z Compiling scroll v0.12.0
29602026-07-17T04:24:43.070Z Compiling zerocopy v0.7.35
29612026-07-17T04:24:43.206Z Compiling goblin v0.8.2
29622026-07-17T04:24:43.289Z Compiling thiserror v1.0.69
29632026-07-17T04:24:43.406Z Compiling dtrace-parser v0.2.0
29642026-07-17T04:24:43.621Z Compiling thiserror v2.0.18
29652026-07-17T04:24:43.650Z Compiling clap v4.6.1
29662026-07-17T04:24:45.425Z Compiling dof v0.3.0
29672026-07-17T04:24:45.428Z Compiling serde_spanned v0.6.9
29682026-07-17T04:24:45.498Z Compiling toml_datetime v0.6.11
29692026-07-17T04:24:45.517Z Compiling serde_tokenstream v0.2.3
29702026-07-17T04:24:45.532Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29712026-07-17T04:24:45.550Z Compiling macaddr v1.0.1
29722026-07-17T04:24:45.603Z Compiling cargo_metadata v0.23.1
29732026-07-17T04:24:45.699Z Compiling toml_edit v0.22.27
29742026-07-17T04:24:46.109Z Compiling usdt-macro v0.5.0
29752026-07-17T04:24:46.112Z Compiling usdt-attr-macro v0.5.0
29762026-07-17T04:24:46.768Z Compiling usdt v0.5.0
29772026-07-17T04:24:47.244Z Compiling toml v0.8.23
29782026-07-17T04:24:47.695Z Compiling cargo_toml v0.21.0
29792026-07-17T04:24:52.113Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29802026-07-17T04:24:55.326Z Finished `release` profile [optimized] target(s) in 16.46s
29812026-07-17T04:24:55.431Z
29822026-07-17T04:24:55.431Zreal 16.543254215
29832026-07-17T04:24:55.431Zuser 2:05.255938564
29842026-07-17T04:24:55.431Zsys 14.196200616
29852026-07-17T04:24:55.431Ztrap 0.072916350
29862026-07-17T04:24:55.431Ztflt 0.500043461
29872026-07-17T04:24:55.431Zdflt 1.603621524
29882026-07-17T04:24:55.431Zkflt 0.000086196
29892026-07-17T04:24:55.431Zlock 4:24.385329856
29902026-07-17T04:24:55.431Zslp 2:40.836940918
29912026-07-17T04:24:55.434Zlat 4.888985279
29922026-07-17T04:24:55.434Zstop 15.653567339
29932026-07-17T04:24:55.434Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
29942026-07-17T04:24:55.434Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
29952026-07-17T04:24:55.434Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
29962026-07-17T04:24:55.434Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
29972026-07-17T04:24:55.434Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
29982026-07-17T04:24:56.326Z Compiling progenitor-client v0.14.0
29992026-07-17T04:24:56.326Z Compiling newtype-uuid-macros v0.1.0
30002026-07-17T04:24:56.326Z Compiling match_cfg v0.1.0
30012026-07-17T04:24:56.326Z Compiling slog-json v2.6.1
30022026-07-17T04:24:56.326Z Compiling structmeta-derive v0.3.0
30032026-07-17T04:24:56.330Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30042026-07-17T04:24:56.330Z Compiling sha1 v0.11.0
30052026-07-17T04:24:56.330Z Compiling multer v3.1.0
30062026-07-17T04:24:56.330Z Compiling compression-core v0.4.31
30072026-07-17T04:24:56.330Z Compiling debug-ignore v1.0.5
30082026-07-17T04:24:56.330Z Compiling itertools v0.14.0
30092026-07-17T04:24:56.474Z Compiling async-stream-impl v0.3.6
30102026-07-17T04:24:56.477Z Compiling toml_datetime v1.1.1+spec-1.1.0
30112026-07-17T04:24:56.477Z Compiling serde_spanned v1.1.1
30122026-07-17T04:24:56.493Z Compiling dropshot v0.17.1
30132026-07-17T04:24:56.496Z Compiling toml_writer v1.1.1+spec-1.1.0
30142026-07-17T04:24:56.625Z Compiling waitgroup v0.1.2
30152026-07-17T04:24:56.722Z Compiling rustls-pemfile v2.2.0
30162026-07-17T04:24:56.740Z Compiling dropshot_endpoint v0.17.1
30172026-07-17T04:24:56.807Z Compiling toml v1.1.2+spec-1.1.0
30182026-07-17T04:24:56.810Z Compiling hostname v0.3.1
30192026-07-17T04:24:56.843Z Compiling compression-codecs v0.4.37
30202026-07-17T04:24:56.862Z Compiling serde_path_to_error v0.1.20
30212026-07-17T04:24:56.901Z Compiling hostname v0.4.2
30222026-07-17T04:24:56.922Z Compiling slog-bunyan v2.5.0
30232026-07-17T04:24:56.957Z Compiling atomicwrites v0.4.4
30242026-07-17T04:24:56.975Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30252026-07-17T04:24:56.995Z Compiling macaddr v1.0.1
30262026-07-17T04:24:57.068Z Compiling async-compression v0.4.41
30272026-07-17T04:24:57.085Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30282026-07-17T04:24:57.104Z Compiling instant v0.1.13
30292026-07-17T04:24:57.124Z Compiling regress v0.10.5
30302026-07-17T04:24:57.148Z Compiling backon v1.6.0
30312026-07-17T04:24:57.184Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30322026-07-17T04:24:57.210Z Compiling backoff v0.4.0
30332026-07-17T04:24:57.237Z Compiling humantime v2.3.0
30342026-07-17T04:24:57.256Z Compiling half v2.7.1
30352026-07-17T04:24:57.271Z Compiling async-stream v0.3.6
30362026-07-17T04:24:57.286Z Compiling crucible-workspace-hack v0.1.0
30372026-07-17T04:24:57.375Z Compiling progenitor-extras v0.2.0
30382026-07-17T04:24:57.399Z Compiling ciborium-io v0.2.2
30392026-07-17T04:24:57.439Z Compiling regress v0.11.1
30402026-07-17T04:24:57.471Z Compiling convert_case v0.4.0
30412026-07-17T04:24:57.527Z Compiling ciborium-ll v0.2.2
30422026-07-17T04:24:57.545Z Compiling secrecy v0.10.3
30432026-07-17T04:24:57.549Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30442026-07-17T04:24:57.549Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30452026-07-17T04:24:57.613Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30462026-07-17T04:24:57.613Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30472026-07-17T04:24:57.649Z Compiling inout v0.1.4
30482026-07-17T04:24:57.667Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30492026-07-17T04:24:57.686Z Compiling unsafe-libyaml v0.2.11
30502026-07-17T04:24:57.719Z Compiling ciborium v0.2.2
30512026-07-17T04:24:57.774Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30522026-07-17T04:24:57.791Z Compiling cipher v0.4.4
30532026-07-17T04:24:57.832Z Compiling thiserror-impl-no-std v2.0.2
30542026-07-17T04:24:57.878Z Compiling derive_more v0.99.20
30552026-07-17T04:24:57.907Z Compiling universal-hash v0.5.1
30562026-07-17T04:24:57.933Z Compiling structmeta v0.3.0
30572026-07-17T04:24:57.973Z Compiling opaque-debug v0.3.1
30582026-07-17T04:24:57.991Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30592026-07-17T04:24:58.049Z Compiling poly1305 v0.8.0
30602026-07-17T04:24:58.066Z Compiling chacha20 v0.9.1
30612026-07-17T04:24:58.069Z Compiling blake2 v0.10.6
30622026-07-17T04:24:58.101Z Compiling aead v0.5.2
30632026-07-17T04:24:58.146Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30642026-07-17T04:24:58.173Z Compiling derive-ex v0.1.8
30652026-07-17T04:24:58.234Z Compiling parse-display-derive v0.10.0
30662026-07-17T04:24:58.330Z Compiling serde_yaml v0.9.34+deprecated
30672026-07-17T04:24:58.330Z Compiling password-hash v0.5.0
30682026-07-17T04:24:58.363Z Compiling toml_datetime v0.7.5+spec-1.1.0
30692026-07-17T04:24:58.382Z Compiling chacha20poly1305 v0.10.1
30702026-07-17T04:24:58.459Z Compiling indent_write v2.2.0
30712026-07-17T04:24:58.554Z Compiling darling_core v0.21.3
30722026-07-17T04:24:58.627Z Compiling argon2 v0.5.3
30732026-07-17T04:24:58.644Z Compiling toml_edit v0.23.10+spec-1.0.0
30742026-07-17T04:24:58.666Z Compiling heapless v0.8.0
30752026-07-17T04:24:58.762Z Compiling tabwriter v1.4.1
30762026-07-17T04:24:58.813Z Compiling hash32 v0.3.1
30772026-07-17T04:24:58.993Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30782026-07-17T04:24:59.030Z Compiling typify-impl v0.6.2
30792026-07-17T04:24:59.108Z Compiling thiserror-no-std v2.0.2
30802026-07-17T04:24:59.197Z Compiling vsss-rs v3.3.4
30812026-07-17T04:24:59.221Z Compiling proc-macro-crate v3.4.0
30822026-07-17T04:24:59.281Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30832026-07-17T04:24:59.536Z Compiling smoltcp v0.11.0
30842026-07-17T04:24:59.816Z Compiling cobs v0.3.0
30852026-07-17T04:24:59.833Z Compiling num_enum_derive v0.7.6
30862026-07-17T04:24:59.849Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30872026-07-17T04:24:59.949Z Compiling test-strategy v0.4.5
30882026-07-17T04:24:59.982Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30892026-07-17T04:25:00.007Z Compiling colored v3.1.1
30902026-07-17T04:25:00.023Z Compiling parse-display v0.10.0
30912026-07-17T04:25:00.041Z Compiling postcard v1.1.3
30922026-07-17T04:25:00.256Z Compiling proc-macro-error v1.0.4
30932026-07-17T04:25:00.318Z Compiling proc-macro-crate v1.3.1
30942026-07-17T04:25:00.350Z Compiling rand v0.10.1
30952026-07-17T04:25:00.397Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30962026-07-17T04:25:00.415Z Compiling foreign-types-macros v0.2.3
30972026-07-17T04:25:00.431Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30982026-07-17T04:25:00.536Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30992026-07-17T04:25:00.605Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31002026-07-17T04:25:00.679Z Compiling rayon-core v1.13.0
31012026-07-17T04:25:00.698Z Compiling foreign-types-shared v0.3.1
31022026-07-17T04:25:00.770Z Compiling num_enum_derive v0.5.11
31032026-07-17T04:25:00.802Z Compiling crossbeam-deque v0.8.6
31042026-07-17T04:25:00.819Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31052026-07-17T04:25:00.867Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31062026-07-17T04:25:00.939Z Compiling cstr-argument v0.1.2
31072026-07-17T04:25:00.963Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31082026-07-17T04:25:00.979Z Compiling num_enum v0.7.6
31092026-07-17T04:25:01.074Z Compiling foreign-types v0.5.0
31102026-07-17T04:25:01.121Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31112026-07-17T04:25:01.124Z Compiling darling_macro v0.21.3
31122026-07-17T04:25:01.157Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31132026-07-17T04:25:01.171Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31142026-07-17T04:25:01.212Z Compiling zone_cfg_derive v0.3.1
31152026-07-17T04:25:01.308Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31162026-07-17T04:25:01.323Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31172026-07-17T04:25:01.374Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31182026-07-17T04:25:01.388Z Compiling itertools v0.12.1
31192026-07-17T04:25:01.446Z Compiling rayon v1.11.0
31202026-07-17T04:25:01.563Z Compiling num-derive v0.4.2
31212026-07-17T04:25:01.591Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31222026-07-17T04:25:01.645Z Compiling sigpipe v0.1.3
31232026-07-17T04:25:01.663Z Compiling cpubits v0.1.1
31242026-07-17T04:25:01.702Z Compiling glob v0.3.3
31252026-07-17T04:25:01.739Z Compiling darling v0.21.3
31262026-07-17T04:25:01.762Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31272026-07-17T04:25:01.779Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31282026-07-17T04:25:01.811Z Compiling smf v0.2.3
31292026-07-17T04:25:01.849Z Compiling ingot-macros v0.1.1
31302026-07-17T04:25:01.906Z Compiling num_enum v0.5.11
31312026-07-17T04:25:01.946Z Compiling whoami v1.6.1
31322026-07-17T04:25:02.033Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31332026-07-17T04:25:02.051Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31342026-07-17T04:25:02.067Z Compiling usdt-macro v0.5.0
31352026-07-17T04:25:02.089Z Compiling usdt-attr-macro v0.5.0
31362026-07-17T04:25:02.130Z Compiling gethostname v0.5.0
31372026-07-17T04:25:02.197Z Compiling num-rational v0.4.2
31382026-07-17T04:25:02.285Z Compiling pem-rfc7468 v1.0.0
31392026-07-17T04:25:02.371Z Compiling num-complex v0.4.6
31402026-07-17T04:25:02.394Z Compiling memmap v0.7.0
31412026-07-17T04:25:02.555Z Compiling derive-where v1.6.0
31422026-07-17T04:25:02.577Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31432026-07-17T04:25:02.612Z Compiling zone v0.3.1
31442026-07-17T04:25:02.629Z Compiling float-ord v0.3.2
31452026-07-17T04:25:02.736Z Compiling toml v0.8.23
31462026-07-17T04:25:02.775Z Compiling num v0.4.3
31472026-07-17T04:25:02.810Z Compiling hmac v0.13.0
31482026-07-17T04:25:02.826Z Compiling universal-hash v0.6.1
31492026-07-17T04:25:02.879Z Compiling resolv-conf v0.7.6
31502026-07-17T04:25:02.896Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31512026-07-17T04:25:02.965Z Compiling usdt v0.5.0
31522026-07-17T04:25:02.997Z Compiling cancel-safe-futures v0.1.5
31532026-07-17T04:25:03.014Z Compiling owo-colors v4.3.0
31542026-07-17T04:25:03.030Z Compiling polyval v0.7.1
31552026-07-17T04:25:03.061Z Compiling der v0.8.0
31562026-07-17T04:25:03.107Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31572026-07-17T04:25:03.258Z Compiling libsw-core v0.3.2
31582026-07-17T04:25:03.297Z Compiling prettyplease v0.2.37
31592026-07-17T04:25:03.314Z Compiling ghash v0.6.0
31602026-07-17T04:25:03.318Z Compiling pbkdf2 v0.13.0
31612026-07-17T04:25:03.351Z Compiling aes v0.9.1
31622026-07-17T04:25:03.417Z Compiling libsw v3.5.0
31632026-07-17T04:25:03.461Z Compiling console v0.15.11
31642026-07-17T04:25:03.494Z Compiling hickory-proto v0.24.4
31652026-07-17T04:25:03.498Z Compiling newline-converter v0.3.0
31662026-07-17T04:25:03.576Z Compiling ctr v0.10.1
31672026-07-17T04:25:03.626Z Compiling aead v0.6.1
31682026-07-17T04:25:03.646Z Compiling typify-macro v0.6.2
31692026-07-17T04:25:03.662Z Compiling sha2 v0.11.0
31702026-07-17T04:25:03.706Z Compiling libefi-sys v0.1.0
31712026-07-17T04:25:03.724Z Compiling linear-map v1.2.0
31722026-07-17T04:25:03.814Z Compiling linked-hash-map v0.5.6
31732026-07-17T04:25:03.817Z Compiling aes-gcm v0.11.0
31742026-07-17T04:25:03.961Z Compiling expectorate v1.2.0
31752026-07-17T04:25:03.985Z Compiling crypto-bigint v0.7.5
31762026-07-17T04:25:04.032Z Compiling spki v0.8.0
31772026-07-17T04:25:04.058Z Compiling lru-cache v0.1.2
31782026-07-17T04:25:04.091Z Compiling salsa20 v0.11.0
31792026-07-17T04:25:04.153Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31802026-07-17T04:25:04.212Z Compiling cbc v0.2.1
31812026-07-17T04:25:04.246Z Compiling bitfield-struct v0.6.2
31822026-07-17T04:25:04.269Z Compiling nom v8.0.0
31832026-07-17T04:25:04.289Z Compiling semver v0.1.20
31842026-07-17T04:25:04.381Z Compiling tokio-dtrace v0.1.1
31852026-07-17T04:25:04.405Z Compiling scrypt v0.12.0
31862026-07-17T04:25:04.478Z Compiling dropshot-api-manager-types v0.7.2
31872026-07-17T04:25:04.561Z Compiling rustc_version v0.1.7
31882026-07-17T04:25:04.615Z Compiling slog-dtrace v0.3.0
31892026-07-17T04:25:04.684Z Compiling minimal-lexical v0.2.1
31902026-07-17T04:25:04.724Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31912026-07-17T04:25:04.824Z Compiling newtype_derive v0.1.6
31922026-07-17T04:25:04.841Z Compiling oxide-tokio-rt v0.1.4
31932026-07-17T04:25:04.844Z Compiling ingot-types v0.1.2
31942026-07-17T04:25:04.844Z Compiling pkcs5 v0.8.1
31952026-07-17T04:25:04.962Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31962026-07-17T04:25:04.965Z Compiling nom v7.1.3
31972026-07-17T04:25:04.994Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31982026-07-17T04:25:05.069Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31992026-07-17T04:25:05.162Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32002026-07-17T04:25:05.179Z Compiling phf_shared v0.12.1
32012026-07-17T04:25:05.232Z Compiling ingot v0.1.1
32022026-07-17T04:25:05.278Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32032026-07-17T04:25:05.307Z Compiling csv-core v0.1.13
32042026-07-17T04:25:05.371Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32052026-07-17T04:25:05.451Z Compiling xshell-macros v0.2.7
32062026-07-17T04:25:05.469Z Compiling unicode-xid v0.2.6
32072026-07-17T04:25:05.506Z Compiling typify v0.6.2
32082026-07-17T04:25:05.562Z Compiling highway v1.3.0
32092026-07-17T04:25:05.592Z Compiling chrono-tz v0.10.4
32102026-07-17T04:25:05.628Z Compiling progenitor-impl v0.14.0
32112026-07-17T04:25:05.647Z Compiling hickory-resolver v0.24.4
32122026-07-17T04:25:05.696Z Compiling const_format_proc_macros v0.2.34
32132026-07-17T04:25:05.761Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32142026-07-17T04:25:05.824Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32152026-07-17T04:25:05.842Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32162026-07-17T04:25:05.893Z Compiling xshell v0.2.7
32172026-07-17T04:25:05.987Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32182026-07-17T04:25:06.392Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32192026-07-17T04:25:06.440Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32202026-07-17T04:25:06.528Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32212026-07-17T04:25:06.615Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32222026-07-17T04:25:06.639Z Compiling csv v1.4.0
32232026-07-17T04:25:06.785Z Compiling qorb v0.4.1
32242026-07-17T04:25:06.847Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32252026-07-17T04:25:06.959Z Compiling phf v0.12.1
32262026-07-17T04:25:07.074Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32272026-07-17T04:25:07.148Z Compiling pkcs8 v0.11.0
32282026-07-17T04:25:07.285Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32292026-07-17T04:25:07.498Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32302026-07-17T04:25:07.587Z Compiling const_format v0.2.35
32312026-07-17T04:25:07.609Z Compiling tabled_derive v0.7.0
32322026-07-17T04:25:07.626Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32332026-07-17T04:25:07.916Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32342026-07-17T04:25:07.940Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32352026-07-17T04:25:07.973Z Compiling bcs v0.1.6
32362026-07-17T04:25:08.266Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32372026-07-17T04:25:08.327Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32382026-07-17T04:25:08.345Z Compiling ff v0.14.0
32392026-07-17T04:25:08.393Z Compiling progenitor-macro v0.14.0
32402026-07-17T04:25:08.527Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32412026-07-17T04:25:08.662Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32422026-07-17T04:25:08.756Z Compiling tagptr v0.2.0
32432026-07-17T04:25:08.787Z Compiling termtree v0.5.1
32442026-07-17T04:25:08.824Z Compiling salty v0.3.0
32452026-07-17T04:25:08.877Z Compiling textwrap v0.16.2
32462026-07-17T04:25:08.897Z Compiling tabled v0.15.0
32472026-07-17T04:25:08.897Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32482026-07-17T04:25:08.940Z Compiling moka v0.12.13
32492026-07-17T04:25:08.972Z Compiling steno v0.4.1
32502026-07-17T04:25:09.141Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32512026-07-17T04:25:09.161Z Compiling sha1 v0.10.6
32522026-07-17T04:25:09.258Z Compiling signature v3.0.0
32532026-07-17T04:25:09.315Z Compiling radium v0.7.0
32542026-07-17T04:25:09.384Z Compiling base16ct v1.0.0
32552026-07-17T04:25:09.420Z Compiling base64 v0.21.7
32562026-07-17T04:25:09.603Z Compiling sec1 v0.8.1
32572026-07-17T04:25:09.673Z Compiling hickory-resolver v0.25.2
32582026-07-17T04:25:09.750Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32592026-07-17T04:25:09.768Z Compiling group v0.14.0
32602026-07-17T04:25:09.786Z Compiling hkdf v0.13.0
32612026-07-17T04:25:09.898Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32622026-07-17T04:25:09.940Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32632026-07-17T04:25:09.980Z Compiling rfc6979 v0.4.0
32642026-07-17T04:25:09.998Z Compiling maybe-uninit v2.0.0
32652026-07-17T04:25:10.038Z Compiling tap v1.0.1
32662026-07-17T04:25:10.114Z Compiling elliptic-curve v0.14.0-rc.33
32672026-07-17T04:25:10.142Z Compiling ecdsa v0.16.9
32682026-07-17T04:25:10.182Z Compiling wyz v0.5.1
32692026-07-17T04:25:10.407Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32702026-07-17T04:25:10.571Z Compiling primeorder v0.13.6
32712026-07-17T04:25:10.629Z Compiling proc-macro-error-attr2 v2.0.0
32722026-07-17T04:25:10.763Z Compiling funty v2.0.0
32732026-07-17T04:25:10.826Z Compiling utf-8 v0.7.6
32742026-07-17T04:25:10.862Z Compiling parking_lot_core v0.8.6
32752026-07-17T04:25:10.895Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32762026-07-17T04:25:11.040Z Compiling packed_struct v0.10.1
32772026-07-17T04:25:11.088Z Compiling proc-macro-error2 v2.0.1
32782026-07-17T04:25:11.165Z Compiling bitvec v1.0.1
32792026-07-17T04:25:11.206Z Compiling tungstenite v0.21.0
32802026-07-17T04:25:11.293Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32812026-07-17T04:25:11.378Z Compiling p384 v0.13.1
32822026-07-17T04:25:11.426Z Compiling rfc6979 v0.5.0
32832026-07-17T04:25:11.446Z Compiling git-stub v1.0.0
32842026-07-17T04:25:11.526Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32852026-07-17T04:25:11.562Z Compiling num-derive v0.3.3
32862026-07-17T04:25:11.580Z Compiling packed_struct_codegen v0.10.1
32872026-07-17T04:25:11.624Z Compiling bitfield-macros v0.19.4
32882026-07-17T04:25:11.764Z Compiling zerocopy-derive v0.6.6
32892026-07-17T04:25:11.783Z Compiling indexmap v1.9.3
32902026-07-17T04:25:12.032Z Compiling nodrop v0.1.14
32912026-07-17T04:25:12.049Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32922026-07-17T04:25:12.118Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32932026-07-17T04:25:12.164Z Compiling crc-catalog v2.4.0
32942026-07-17T04:25:12.227Z Compiling array-init v0.0.4
32952026-07-17T04:25:12.293Z Compiling crc v3.4.0
32962026-07-17T04:25:12.353Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32972026-07-17T04:25:12.390Z Compiling tokio-tungstenite v0.21.0
32982026-07-17T04:25:12.413Z Compiling git-stub-vcs v0.1.0
32992026-07-17T04:25:12.438Z Compiling bitfield v0.19.4
33002026-07-17T04:25:12.538Z Compiling ecdsa v0.17.0-rc.18
33012026-07-17T04:25:12.564Z Compiling libscf-sys v1.1.0
33022026-07-17T04:25:12.614Z Compiling smallvec v0.6.14
33032026-07-17T04:25:12.734Z Compiling zerocopy v0.6.6
33042026-07-17T04:25:12.752Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33052026-07-17T04:25:12.755Z Compiling tabled_derive v0.11.0
33062026-07-17T04:25:12.818Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33072026-07-17T04:25:12.821Z Compiling primeorder v0.14.0-rc.10
33082026-07-17T04:25:12.867Z Compiling primefield v0.14.0
33092026-07-17T04:25:12.888Z Compiling progenitor-impl v0.13.0
33102026-07-17T04:25:13.008Z Compiling papergrid v0.17.0
33112026-07-17T04:25:13.082Z Compiling testing_table v0.3.0
33122026-07-17T04:25:13.106Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33132026-07-17T04:25:13.109Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33142026-07-17T04:25:13.143Z Compiling curve25519-dalek v5.0.0-rc.0
33152026-07-17T04:25:13.211Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33162026-07-17T04:25:13.267Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33172026-07-17T04:25:13.306Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33182026-07-17T04:25:13.394Z Compiling illumos-nvpair-sys v0.2.0
33192026-07-17T04:25:13.416Z Compiling hashbrown v0.12.3
33202026-07-17T04:25:13.473Z Compiling unicase v2.9.0
33212026-07-17T04:25:13.506Z Compiling progenitor v0.14.0
33222026-07-17T04:25:13.552Z Compiling corncobs v0.1.4
33232026-07-17T04:25:13.637Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33242026-07-17T04:25:13.640Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33252026-07-17T04:25:13.682Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33262026-07-17T04:25:13.708Z Compiling mime_guess v2.0.5
33272026-07-17T04:25:13.724Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33282026-07-17T04:25:13.779Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33292026-07-17T04:25:13.973Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33302026-07-17T04:25:14.008Z Compiling tabled v0.20.0
33312026-07-17T04:25:14.025Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33322026-07-17T04:25:14.140Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33332026-07-17T04:25:14.168Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33342026-07-17T04:25:14.186Z Compiling parking_lot v0.11.2
33352026-07-17T04:25:14.204Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33362026-07-17T04:25:14.320Z Compiling serde-hex v0.1.0
33372026-07-17T04:25:14.351Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33382026-07-17T04:25:14.506Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33392026-07-17T04:25:14.594Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33402026-07-17T04:25:14.622Z Compiling ron v0.8.1
33412026-07-17T04:25:14.704Z Compiling ssh-encoding v0.3.0-rc.9
33422026-07-17T04:25:14.725Z Compiling hashbrown v0.13.2
33432026-07-17T04:25:14.742Z Compiling progenitor-client v0.13.0
33442026-07-17T04:25:15.080Z Compiling prefix-trie v0.7.0
33452026-07-17T04:25:15.100Z Compiling fxhash v0.2.1
33462026-07-17T04:25:15.160Z Compiling secrecy v0.8.0
33472026-07-17T04:25:15.249Z Compiling crc-any v2.5.0
33482026-07-17T04:25:15.266Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33492026-07-17T04:25:15.499Z Compiling hickory-server v0.25.2
33502026-07-17T04:25:15.503Z Compiling sled v0.34.7
33512026-07-17T04:25:15.536Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33522026-07-17T04:25:15.539Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33532026-07-17T04:25:15.607Z Compiling progenitor-macro v0.13.0
33542026-07-17T04:25:16.238Z Compiling object v0.30.4
33552026-07-17T04:25:16.307Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33562026-07-17T04:25:16.459Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33572026-07-17T04:25:16.514Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33582026-07-17T04:25:16.761Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33592026-07-17T04:25:16.893Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33602026-07-17T04:25:17.075Z Compiling ed25519 v3.0.0
33612026-07-17T04:25:17.414Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33622026-07-17T04:25:17.492Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33632026-07-17T04:25:17.565Z Compiling crypto-primes v0.7.2
33642026-07-17T04:25:17.999Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33652026-07-17T04:25:18.094Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33662026-07-17T04:25:18.262Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33672026-07-17T04:25:18.329Z Compiling pkcs1 v0.8.0-rc.4
33682026-07-17T04:25:18.627Z Compiling poly1305 v0.9.0
33692026-07-17T04:25:18.649Z Compiling blowfish v0.10.0
33702026-07-17T04:25:18.725Z Compiling blake2 v0.11.0-rc.6
33712026-07-17T04:25:18.757Z Compiling keccak v0.2.0
33722026-07-17T04:25:18.771Z Compiling half v1.8.3
33732026-07-17T04:25:18.929Z Compiling http-range v0.1.5
33742026-07-17T04:25:18.966Z Compiling crc8 v0.1.1
33752026-07-17T04:25:19.028Z Compiling fiat-crypto v0.3.0
33762026-07-17T04:25:19.080Z Compiling path-slash v0.1.5
33772026-07-17T04:25:19.098Z Compiling argon2 v0.6.0-rc.8
33782026-07-17T04:25:19.114Z Compiling serde_cbor v0.11.2
33792026-07-17T04:25:19.154Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33802026-07-17T04:25:19.253Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33812026-07-17T04:25:19.298Z Compiling sha3 v0.11.0
33822026-07-17T04:25:19.316Z Compiling ssh-cipher v0.3.0-rc.9
33832026-07-17T04:25:19.334Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33842026-07-17T04:25:19.354Z Compiling bcrypt-pbkdf v0.11.0
33852026-07-17T04:25:19.704Z Compiling rsa v0.10.0-rc.18
33862026-07-17T04:25:19.730Z Compiling ed25519-dalek v3.0.0-rc.0
33872026-07-17T04:25:19.748Z Compiling illumos-nvpair v0.3.0
33882026-07-17T04:25:20.005Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33892026-07-17T04:25:20.024Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33902026-07-17T04:25:20.102Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33912026-07-17T04:25:20.127Z Compiling p521 v0.14.0-rc.10
33922026-07-17T04:25:20.146Z Compiling p256 v0.14.0-rc.10
33932026-07-17T04:25:20.282Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33942026-07-17T04:25:20.341Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33952026-07-17T04:25:20.446Z Compiling yasna v0.5.2
33962026-07-17T04:25:20.460Z Compiling kstat-rs v0.2.4
33972026-07-17T04:25:20.649Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33982026-07-17T04:25:20.751Z Compiling progenitor v0.13.0
33992026-07-17T04:25:20.762Z Compiling headers-core v0.3.0
34002026-07-17T04:25:20.836Z Compiling kem v0.3.0
34012026-07-17T04:25:20.904Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34022026-07-17T04:25:20.921Z Compiling module-lattice v0.2.3
34032026-07-17T04:25:20.925Z Compiling nanorand v0.7.0
34042026-07-17T04:25:20.982Z Compiling atty v0.2.14
34052026-07-17T04:25:21.031Z Compiling headers v0.4.1
34062026-07-17T04:25:21.098Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34072026-07-17T04:25:21.102Z Compiling rcgen v0.12.1
34082026-07-17T04:25:21.129Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34092026-07-17T04:25:21.195Z Compiling ml-kem v0.3.2
34102026-07-17T04:25:21.255Z Compiling flume v0.11.1
34112026-07-17T04:25:21.378Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34122026-07-17T04:25:21.626Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34132026-07-17T04:25:21.832Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34142026-07-17T04:25:21.849Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34152026-07-17T04:25:22.067Z Compiling hyper-staticfile v0.10.1
34162026-07-17T04:25:22.094Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34172026-07-17T04:25:22.195Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34182026-07-17T04:25:22.225Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34192026-07-17T04:25:22.235Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34202026-07-17T04:25:22.491Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
34212026-07-17T04:25:22.613Z Compiling russh-cryptovec v0.61.0
34222026-07-17T04:25:22.796Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34232026-07-17T04:25:22.871Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34242026-07-17T04:25:22.966Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34252026-07-17T04:25:22.993Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34262026-07-17T04:25:23.014Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34272026-07-17T04:25:23.252Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34282026-07-17T04:25:23.371Z Compiling internal-russh-num-bigint v0.5.0
34292026-07-17T04:25:23.452Z Compiling port-file v0.1.0
34302026-07-17T04:25:23.584Z Compiling num-bigint v0.4.6
34312026-07-17T04:25:23.730Z Compiling generic-array v1.4.3
34322026-07-17T04:25:23.761Z Compiling russh-util v0.52.0
34332026-07-17T04:25:23.783Z Compiling enum_dispatch v0.3.13
34342026-07-17T04:25:23.843Z Compiling delegate v0.13.5
34352026-07-17T04:25:23.956Z Compiling subprocess v0.2.15
34362026-07-17T04:25:24.003Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34372026-07-17T04:25:24.252Z Compiling p384 v0.14.0-rc.10
34382026-07-17T04:25:24.480Z Compiling hex-literal v1.1.0
34392026-07-17T04:25:24.506Z Compiling md5 v0.8.0
34402026-07-17T04:25:24.619Z Compiling display-error-chain v0.2.2
34412026-07-17T04:25:24.711Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34422026-07-17T04:25:24.744Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34432026-07-17T04:25:24.769Z Compiling colored v2.2.0
34442026-07-17T04:25:24.788Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34452026-07-17T04:25:24.807Z Compiling socket2 v0.5.10
34462026-07-17T04:25:24.827Z Compiling internet-checksum v0.2.1
34472026-07-17T04:25:25.625Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34482026-07-17T04:25:26.331Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34492026-07-17T04:25:26.358Z Compiling ssh-key v0.7.0-rc.10
34502026-07-17T04:25:26.820Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34512026-07-17T04:25:27.630Z Compiling russh v0.61.2
34522026-07-17T04:25:27.967Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34532026-07-17T04:25:28.778Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34542026-07-17T04:25:37.148Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34552026-07-17T04:25:37.148Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34562026-07-17T04:25:37.148Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34572026-07-17T04:25:37.152Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34582026-07-17T04:25:38.873Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34592026-07-17T04:25:38.961Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34602026-07-17T04:25:42.875Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34612026-07-17T04:26:22.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
34622026-07-17T04:26:22.710Z
34632026-07-17T04:26:22.711Zreal 1:27.216208543
34642026-07-17T04:26:22.711Zuser 8:44.272766596
34652026-07-17T04:26:22.714Zsys 1:43.881863302
34662026-07-17T04:26:22.714Ztrap 0.260672174
34672026-07-17T04:26:22.714Ztflt 0.369555737
34682026-07-17T04:26:22.714Zdflt 1.565298602
34692026-07-17T04:26:22.714Zkflt 0.000421711
34702026-07-17T04:26:22.714Zlock 31:02.275968998
34712026-07-17T04:26:22.715Zslp 19:58.990637958
34722026-07-17T04:26:22.715Zlat 42.118902797
34732026-07-17T04:26:22.715Zstop 3:07.398215557
34742026-07-17T04:26:22.715Z+ mkdir tests
34752026-07-17T04:26:22.718Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34762026-07-17T04:26:22.718Z+ xargs -I '{}' -t cp '{}' tests/
34772026-07-17T04:26:22.739Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-99e6296420c5702e tests/
34782026-07-17T04:26:22.761Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-b863580a25d975ef tests/
34792026-07-17T04:26:22.782Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-e54b251c283031be tests/
34802026-07-17T04:26:22.803Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-dfc191e63430a5a0 tests/
34812026-07-17T04:26:23.060Z+ 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)
34822026-07-17T04:26:23.064Z+ 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-b863580a25d975ef tests/commtest-e54b251c283031be tests/dhcp_server-99e6296420c5702e tests/end_to_end_tests-dfc191e63430a5a0 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
34832026-07-17T04:27:43.216ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34842026-07-17T04:27:43.217Za .github/buildomat/ci-env.sh 1K
34852026-07-17T04:27:43.217Za out/target/test 1K
34862026-07-17T04:27:43.217Za out/npuzone/npuzone 27402K
34872026-07-17T04:27:43.217Za package-manifest.toml 35K
34882026-07-17T04:27:43.217Za smf/sled-agent/non-gimlet/config.toml 6K
34892026-07-17T04:27:43.217Za target/release/omicron-package 40729K
34902026-07-17T04:27:43.217Za target/release/xtask 10468K
34912026-07-17T04:27:43.217Za target/debug/bootstrap 349571K
34922026-07-17T04:27:43.217Za tests/bootstrap-b863580a25d975ef 31974K
34932026-07-17T04:27:43.217Za tests/commtest-e54b251c283031be 32169K
34942026-07-17T04:27:43.217Za tests/dhcp_server-99e6296420c5702e 31974K
34952026-07-17T04:27:43.217Za tests/end_to_end_tests-dfc191e63430a5a0 399448K
34962026-07-17T04:27:43.217Za tools/opte_version 1K
34972026-07-17T04:27:43.217Za tools/opte_version_override 2K
34982026-07-17T04:27:43.217Za out/clickhouse.tar.gz 310742K
34992026-07-17T04:27:43.217Za out/clickhouse_keeper.tar.gz 297207K
35002026-07-17T04:27:43.217Za out/clickhouse_server.tar.gz 310739K
35012026-07-17T04:27:43.217Za out/cockroachdb.tar.gz 161743K
35022026-07-17T04:27:43.217Za out/crucible-pantry-zone.tar.gz 39111K
35032026-07-17T04:27:43.217Za out/crucible-utils.tar 18900K
35042026-07-17T04:27:43.217Za out/crucible-zone.tar.gz 53806K
35052026-07-17T04:27:43.217Za out/external-dns.tar.gz 46168K
35062026-07-17T04:27:43.217Za out/internal-dns.tar.gz 46167K
35072026-07-17T04:27:43.217Za out/mg-ddm-gz.tar 102717K
35082026-07-17T04:27:43.217Za out/nexus.tar.gz 273748K
35092026-07-17T04:27:43.217Za out/ntp.tar.gz 29914K
35102026-07-17T04:27:43.217Za out/omicron-gateway-softnpu.tar.gz 27716K
35112026-07-17T04:27:43.217Za out/omicron-sled-agent.tar 191289K
35122026-07-17T04:27:43.217Za out/overlay.tar.gz 4K
35132026-07-17T04:27:43.217Za out/oximeter.tar.gz 60187K
35142026-07-17T04:27:43.217Za out/oxlog.tar 3808K
35152026-07-17T04:27:43.217Za out/probe.tar.gz 3037K
35162026-07-17T04:27:43.217Za out/propolis-server.tar.gz 34372K
35172026-07-17T04:27:43.217Za out/pumpkind-gz.tar 26647K
35182026-07-17T04:27:43.217Za out/switch-softnpu.tar.gz 450052K
35192026-07-17T04:27:43.221Z
35202026-07-17T04:27:43.221Zreal 1:20.153089470
35212026-07-17T04:27:43.221Zuser 1:17.497126349
35222026-07-17T04:27:43.221Zsys 4.405358396
35232026-07-17T04:27:43.221Ztrap 0.006459826
35242026-07-17T04:27:43.221Ztflt 0.000000000
35252026-07-17T04:27:43.221Zdflt 0.000000000
35262026-07-17T04:27:43.221Zkflt 0.000000000
35272026-07-17T04:27:43.221Zlock 0.000000000
35282026-07-17T04:27:43.221Zslp 1:17.410351923
35292026-07-17T04:27:43.221Zlat 0.981656157
35302026-07-17T04:27:43.221Zstop 0.000221148
35312026-07-17T04:27:43.221Zprocess exited: duration 944102 ms, exit code 0
 
35322026-07-17T04:27:43.235Zfound 1 output files
35332026-07-17T04:27:43.249Zuploading: /work/package.tar.gz (2484119133 bytes)
35342026-07-17T04:28:11.629Zuploaded: /work/package.tar.gz