01KY2VBP6MSFBARDZ6K379YJ60: 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: 01KY2VCP7JJ8VMP4C8BP3M1XFA

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-21T17:26:38.252Zjob assigned to worker 01KY2VCWTXAZ2G1BS9FTRBVFHS [factory aws, i-068b2b7e795237eaa] (queued for 50 s)
 
22026-07-21T17:26:45.134Zstarting task 0: "setup"
32026-07-21T17:26:45.142Z++ uname -s
42026-07-21T17:26:45.146Z+ kern=SunOS
52026-07-21T17:26:45.146Z+ build_user=build
62026-07-21T17:26:45.146Z+ build_uid=12345
72026-07-21T17:26:45.146Z+ work_dir=/work
82026-07-21T17:26:45.146Z+ input_dir=/input
92026-07-21T17:26:45.146Z+ [[ 0 == 12345 ]]
102026-07-21T17:26:45.146Z+ case "$kern" in
112026-07-21T17:26:45.146Z+ groupadd -g 12345 build
122026-07-21T17:26:45.146Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-21T17:26:47.151Z+ zfs create -o mountpoint=/work rpool/work
142026-07-21T17:26:47.327Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-21T17:26:47.330Z+ home_fs=zfs
162026-07-21T17:26:47.330Z+ [[ zfs == autofs ]]
172026-07-21T17:26:47.330Z+ mkdir -p /home/build
182026-07-21T17:26:47.333Z+ chown build:build /home/build /work
192026-07-21T17:26:49.339Z+ chmod 0700 /home/build /work
202026-07-21T17:26:49.345Zprocess exited: duration 4201 ms, exit code 0
 
212026-07-21T17:26:49.358Zstarting task 1: "rust-toolchain"
222026-07-21T17:26:49.364Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-21T17:26:49.364Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-21T17:26:49.364Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-21T17:26:49.364Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-21T17:26:49.364Z * rust toolchain channel = "1.96.1"
272026-07-21T17:26:49.364Z * rust toolchain profile = "default"
282026-07-21T17:26:49.367Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-21T17:26:49.367Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-21T17:26:49.461Zinfo: downloading installer
312026-07-21T17:26:50.763Zwarn: It looks like you have an existing rustup settings file at:
322026-07-21T17:26:50.763Zwarn: /home/build/.rustup/settings.toml
332026-07-21T17:26:50.763Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-21T17:26:50.763Zwarn: instead of the one inferred from the default host triple.
352026-07-21T17:26:50.774Zinfo: profile set to default
362026-07-21T17:26:50.775Zinfo: default host triple is x86_64-unknown-illumos
372026-07-21T17:26:50.778Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-21T17:26:50.906Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-21T17:26:50.909Zinfo: downloading 6 components
402026-07-21T17:27:06.665Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-21T17:27:06.665Z
422026-07-21T17:27:06.691Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-21T17:27:06.691Z
442026-07-21T17:27:06.691Z
452026-07-21T17:27:06.691ZRust is installed now. Great!
462026-07-21T17:27:06.691Z
472026-07-21T17:27:06.691ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-21T17:27:06.691Zenvironment variable. This has not been done automatically.
492026-07-21T17:27:06.691Z
502026-07-21T17:27:06.691ZTo configure your current shell, you need to source
512026-07-21T17:27:06.691Zthe corresponding env file under $HOME/.cargo.
522026-07-21T17:27:06.691Z
532026-07-21T17:27:06.691ZThis is usually done by running one of the following (note the leading DOT):
542026-07-21T17:27:06.696Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-21T17:27:06.696Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-21T17:27:06.696Zsource "~/.cargo/env.nu" # For nushell
572026-07-21T17:27:06.696Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-21T17:27:06.696Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-21T17:27:06.696Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-21T17:27:06.696Zwarn: no default linker (`cc`) was found in your PATH
612026-07-21T17:27:06.696Zwarn: many Rust crates require a system C toolchain to build
622026-07-21T17:27:06.794Z+ rustup --version
632026-07-21T17:27:06.801Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-21T17:27:06.804Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-21T17:27:06.821Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-21T17:27:06.824Z+ cargo --version
672026-07-21T17:27:06.832Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-21T17:27:06.835Z+ rustc --version
692026-07-21T17:27:06.855Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-21T17:27:06.857Zprocess exited: duration 17499 ms, exit code 0
 
712026-07-21T17:27:06.863Zstarting task 2: "authentication"
722026-07-21T17:27:06.881Zprocess exited: duration 17 ms, exit code 0
 
732026-07-21T17:27:06.887Zstarting task 3: "clone repository"
742026-07-21T17:27:06.891Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-21T17:27:06.893Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-21T17:27:06.926ZCloning into '/work/oxidecomputer/omicron'...
772026-07-21T17:27:15.832Z+ cd /work/oxidecomputer/omicron
782026-07-21T17:27:15.832Z+ git fetch origin 6abd5bd5c84a8cc10cd1cfa0a42327c7a6022496
792026-07-21T17:27:16.282ZFrom https://github.com/oxidecomputer/omicron
802026-07-21T17:27:16.282Z * branch 6abd5bd5c84a8cc10cd1cfa0a42327c7a6022496 -> FETCH_HEAD
812026-07-21T17:27:16.296Z+ [[ -n '' ]]
822026-07-21T17:27:16.296Z+ git reset --hard 6abd5bd5c84a8cc10cd1cfa0a42327c7a6022496
832026-07-21T17:27:16.546ZHEAD is now at 6abd5bd5c rebase
842026-07-21T17:27:16.550Zprocess exited: duration 9663 ms, exit code 0
 
852026-07-21T17:27:16.557Zstarting task 4: "build"
862026-07-21T17:27:16.561Z+ source .github/buildomat/ci-env.sh
872026-07-21T17:27:16.561Z++ export CARGO_TERM_COLOR=always
882026-07-21T17:27:16.561Z++ CARGO_TERM_COLOR=always
892026-07-21T17:27:16.564Z+++ uname -s
902026-07-21T17:27:16.564Z++ [[ SunOS == \S\u\n\O\S ]]
912026-07-21T17:27:16.565Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-07-21T17:27:16.567Z+ cargo --version
932026-07-21T17:27:16.577Zcargo 1.96.1 (356927216 2026-06-26)
942026-07-21T17:27:16.580Z+ rustc --version
952026-07-21T17:27:16.602Zrustc 1.96.1 (31fca3adb 2026-06-26)
962026-07-21T17:27:16.606Z+ WORK=/work
972026-07-21T17:27:16.606Z+ pfexec mkdir -p /work
982026-07-21T17:27:16.609Z+ pfexec chown build /work
992026-07-21T17:27:16.609Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1002026-07-21T17:27:18.260Z Startup: Refreshing catalog 'helios' ... Done
1012026-07-21T17:27:18.449Z Startup: Caching catalogs ... Done
1022026-07-21T17:27:19.373ZPlanning: Solver setup ... Done (0.856s)
1032026-07-21T17:27:19.412ZPlanning: Running solver ... Done (0.039s)
1042026-07-21T17:27:19.434ZPlanning: Finding local manifests ... Done (0.003s)
1052026-07-21T17:27:19.444ZPlanning: Fetching manifests: 0/2 0% complete
1062026-07-21T17:27:19.466ZPlanning: Fetching manifests: 2/2 100% complete
1072026-07-21T17:27:19.480ZPlanning: Package planning ... Done (0.014s)
1082026-07-21T17:27:19.483ZPlanning: Merging actions ... Done (0.001s)
1092026-07-21T17:27:19.694ZPlanning: Checking for conflicting actions ... Done (0.211s)
1102026-07-21T17:27:19.696ZPlanning: Consolidating action changes ... Done (0.001s)
1112026-07-21T17:27:20.563ZPlanning: Evaluating mediators ... Done (0.869s)
1122026-07-21T17:27:20.566ZPlanning: Planning completed in 2.09 seconds
1132026-07-21T17:27:20.574Z Packages to install: 2
1142026-07-21T17:27:20.574Z Estimated space available: 156.06 GB
1152026-07-21T17:27:20.574ZEstimated space to be consumed: 46.64 MB
1162026-07-21T17:27:20.574Z Create boot environment: No
1172026-07-21T17:27:20.578ZCreate backup boot environment: No
1182026-07-21T17:27:20.578Z Rebuild boot archive: No
1192026-07-21T17:27:20.578Z
1202026-07-21T17:27:20.578ZChanged packages:
1212026-07-21T17:27:20.578Zhelios
1222026-07-21T17:27:20.578Z developer/build-essential
1232026-07-21T17:27:20.578Z None -> 11-3.0
1242026-07-21T17:27:20.578Z library/libxmlsec1
1252026-07-21T17:27:20.578Z None -> 1.2.35-3.0
1262026-07-21T17:27:20.598Z
1272026-07-21T17:27:20.598ZDownload: 0/214 items 0.0/1.3MB 0% complete
1282026-07-21T17:27:20.667ZDownload: Completed 1.28 MB in 0.07 seconds (18.7M/s)
1292026-07-21T17:27:20.743Z Actions: 1/268 actions (Installing new actions)
1302026-07-21T17:27:20.782Z Actions: Completed 268 actions in 0.04 seconds.
1312026-07-21T17:27:20.803ZFinalize: Updating package state database ... Done (0.021s)
1322026-07-21T17:27:20.803ZFinalize: Updating package cache ... Done (0.000s)
1332026-07-21T17:27:20.850ZFinalize: Updating image state ... Done (0.047s)
1342026-07-21T17:27:23.435ZFinalize: Creating fast lookup database ... Done (2.545s)
1352026-07-21T17:27:23.504ZFinalize: Reading search index ... Done (0.012s)
1362026-07-21T17:27:23.507ZFinalize: Updating search index ... Done (0.000s)
1372026-07-21T17:27:23.596ZFinalize: Updating package cache ... Done (0.000s)
1382026-07-21T17:27:23.923ZPlanning: Evaluating mediator changes ... Done
1392026-07-21T17:27:24.028ZPlanning: Checking for conflicting actions ... Done
1402026-07-21T17:27:24.031ZPlanning: Consolidating action changes ... Done
1412026-07-21T17:27:24.183ZPlanning: Evaluating mediators ... Done
1422026-07-21T17:27:24.186ZPlanning: Planning completed in 0.26 seconds
1432026-07-21T17:27:24.206Z Mediators to change: 2
1442026-07-21T17:27:24.206Z Create boot environment: No
1452026-07-21T17:27:24.206ZCreate backup boot environment: No
1462026-07-21T17:27:24.277ZFinalize: Updating package state database ... Done
1472026-07-21T17:27:24.277ZFinalize: Updating package cache ... Done
1482026-07-21T17:27:24.304ZFinalize: Updating image state ... Done
1492026-07-21T17:27:26.232ZFinalize: Creating fast lookup database ... Done
1502026-07-21T17:27:26.291ZFinalize: Reading search index ... Done
1512026-07-21T17:27:26.294ZFinalize: Updating search index ... Done
1522026-07-21T17:27:26.392ZFinalize: Updating package cache ... Done
1532026-07-21T17:27:26.676ZPlanning: Evaluating mediator changes ... Done
1542026-07-21T17:27:26.780ZPlanning: Checking for conflicting actions ... Done
1552026-07-21T17:27:26.783ZPlanning: Consolidating action changes ... Done
1562026-07-21T17:27:26.935ZPlanning: Evaluating mediators ... Done
1572026-07-21T17:27:26.938ZPlanning: Planning completed in 0.26 seconds
1582026-07-21T17:27:26.958Z Mediators to change: 1
1592026-07-21T17:27:26.958Z Create boot environment: No
1602026-07-21T17:27:26.958ZCreate backup boot environment: No
1612026-07-21T17:27:27.011ZFinalize: Updating package state database ... Done
1622026-07-21T17:27:27.011ZFinalize: Updating package cache ... Done
1632026-07-21T17:27:27.043ZFinalize: Updating image state ... Done
1642026-07-21T17:27:28.975ZFinalize: Creating fast lookup database ... Done
1652026-07-21T17:27:29.038ZFinalize: Reading search index ... Done
1662026-07-21T17:27:29.042ZFinalize: Updating search index ... Done
1672026-07-21T17:27:29.120ZFinalize: Updating package cache ... Done
1682026-07-21T17:27:29.435ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1692026-07-21T17:27:29.435Zapache system 2.4 system
1702026-07-21T17:27:29.435Zclang system 15 system
1712026-07-21T17:27:29.435Zcsh system system illumos
1722026-07-21T17:27:29.435Zctags system system illumos
1732026-07-21T17:27:29.435Zfile vendor vendor darwinsys
1742026-07-21T17:27:29.435Zfile system system illumos
1752026-07-21T17:27:29.435Zgcc vendor 14 vendor
1762026-07-21T17:27:29.435Zgcc system 13 system
1772026-07-21T17:27:29.435Zgcc system 10 system
1782026-07-21T17:27:29.435Zgo system 1.25 system
1792026-07-21T17:27:29.435Zllvm system 15 system
1802026-07-21T17:27:29.435Zmariadb system 11.4 system
1812026-07-21T17:27:29.435Zmta vendor vendor dma
1822026-07-21T17:27:29.435Zopenjdk system 17 system
1832026-07-21T17:27:29.435Zopenjdk system 11 system
1842026-07-21T17:27:29.435Zopenssl vendor 3 vendor
1852026-07-21T17:27:29.435Zperl system 5.40 system
1862026-07-21T17:27:29.435Zpostgresql system 18 system
1872026-07-21T17:27:29.435Zpostgresql system 17 system
1882026-07-21T17:27:29.435Zpython vendor 3 vendor
1892026-07-21T17:27:29.435Zpython system 2 system
1902026-07-21T17:27:29.435Zpython3 vendor 3.13 vendor
1912026-07-21T17:27:29.436Zruby system 3.4 system
1922026-07-21T17:27:29.436Zruby system 3.0 system
1932026-07-21T17:27:29.436Zwords vendor vendor american-english
1942026-07-21T17:27:29.436Zwords system system australian-english
1952026-07-21T17:27:29.436Zwords system system british-english
1962026-07-21T17:27:29.436Zwords system system canadian-english
1972026-07-21T17:27:29.436Zwords system system french
1982026-07-21T17:27:29.436Zwords system system italian
1992026-07-21T17:27:29.436Zwords system system ngerman
2002026-07-21T17:27:29.436Zwords system system ogerman
2012026-07-21T17:27:29.436Zwords system system spanish
2022026-07-21T17:27:29.688ZPUBLISHER TYPE STATUS P LOCATION
2032026-07-21T17:27:29.688Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2042026-07-21T17:27:30.043ZFMRI IFO
2052026-07-21T17:27:30.043Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2062026-07-21T17:27:30.043Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2072026-07-21T17:27:30.043Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2082026-07-21T17:27:30.043Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2092026-07-21T17:27:30.043Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2102026-07-21T17:27:30.043Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2112026-07-21T17:27:30.043Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2122026-07-21T17:27:30.043Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2132026-07-21T17:27:30.043Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2142026-07-21T17:27:30.321Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2152026-07-21T17:27:30.607Z Updating crates.io index
2162026-07-21T17:27:30.610Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2172026-07-21T17:27:30.835Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2182026-07-21T17:27:31.160Z Updating git repository `https://github.com/oxidecomputer/propolis`
2192026-07-21T17:27:32.104Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2202026-07-21T17:27:32.657Z Updating git repository `https://github.com/oxidecomputer/crucible`
2212026-07-21T17:27:34.866Z Updating git repository `https://github.com/oxidecomputer/opte`
2222026-07-21T17:27:35.754Z Updating git repository `https://github.com/oxidecomputer/tofino`
2232026-07-21T17:27:35.912Z Updating git repository `https://github.com/oxidecomputer/lldp`
2242026-07-21T17:27:36.230Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2252026-07-21T17:27:37.746Z Updating git repository `https://github.com/oxidecomputer/clickward`
2262026-07-21T17:27:38.019Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2272026-07-21T17:27:38.331Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2282026-07-21T17:27:38.664Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2292026-07-21T17:27:39.066Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2302026-07-21T17:27:39.591Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2312026-07-21T17:27:39.848Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2322026-07-21T17:27:40.159Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2332026-07-21T17:27:40.434Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2342026-07-21T17:27:40.841Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2352026-07-21T17:27:41.101Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2362026-07-21T17:27:41.333Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2372026-07-21T17:27:41.603Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2382026-07-21T17:27:41.960Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2392026-07-21T17:27:42.285Z Updating git repository `https://github.com/oxidecomputer/erebor`
2402026-07-21T17:27:42.537Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2412026-07-21T17:27:42.923Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2422026-07-21T17:27:43.180Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2432026-07-21T17:27:43.730Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2442026-07-21T17:27:44.175Z Updating git repository `https://github.com/oxidecomputer/ispf`
2452026-07-21T17:27:44.453Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2462026-07-21T17:27:44.678Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2472026-07-21T17:27:45.037Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2482026-07-21T17:27:45.401Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2492026-07-21T17:27:45.845Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2502026-07-21T17:27:46.166Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2512026-07-21T17:27:46.379Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2522026-07-21T17:27:46.662Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2532026-07-21T17:27:47.099Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2542026-07-21T17:27:47.344Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2552026-07-21T17:27:47.592Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2562026-07-21T17:27:47.825Z Updating git repository `https://github.com/illumos/smf-rs`
2572026-07-21T17:27:50.393Z Downloading crates ...
2582026-07-21T17:27:50.447Z Downloaded itoa v1.0.17
2592026-07-21T17:27:50.454Z Downloaded block-buffer v0.10.4
2602026-07-21T17:27:50.454Z Downloaded heck v0.5.0
2612026-07-21T17:27:50.454Z Downloaded crypto-common v0.1.7
2622026-07-21T17:27:50.454Z Downloaded autocfg v1.5.0
2632026-07-21T17:27:50.462Z Downloaded pest_meta v2.8.6
2642026-07-21T17:27:50.466Z Downloaded dtrace-parser v0.2.0
2652026-07-21T17:27:50.466Z Downloaded zmij v1.0.21
2662026-07-21T17:27:50.466Z Downloaded proc-macro-error-attr v1.0.4
2672026-07-21T17:27:50.469Z Downloaded anstyle-query v1.1.5
2682026-07-21T17:27:50.469Z Downloaded unicode-linebreak v0.1.5
2692026-07-21T17:27:50.478Z Downloaded tabled_derive v0.7.0
2702026-07-21T17:27:50.479Z Downloaded plain v0.2.3
2712026-07-21T17:27:50.487Z Downloaded cpufeatures v0.2.17
2722026-07-21T17:27:50.487Z Downloaded fastrand v2.3.0
2732026-07-21T17:27:50.487Z Downloaded clap_lex v1.0.0
2742026-07-21T17:27:50.487Z Downloaded byteorder v1.5.0
2752026-07-21T17:27:50.487Z Downloaded zerocopy v0.7.35
2762026-07-21T17:27:50.494Z Downloaded macaddr v1.0.1
2772026-07-21T17:27:50.494Z Downloaded is_terminal_polyfill v1.70.2
2782026-07-21T17:27:50.494Z Downloaded fs-err v3.3.0
2792026-07-21T17:27:50.494Z Downloaded fnv v1.0.7
2802026-07-21T17:27:50.494Z Downloaded bytecount v0.6.9
2812026-07-21T17:27:50.494Z Downloaded cargo-platform v0.3.2
2822026-07-21T17:27:50.494Z Downloaded anstream v1.0.0
2832026-07-21T17:27:50.519Z Downloaded anstyle-parse v1.0.0
2842026-07-21T17:27:50.519Z Downloaded cargo_metadata v0.23.1
2852026-07-21T17:27:50.519Z Downloaded errno v0.3.14
2862026-07-21T17:27:50.519Z Downloaded equivalent v1.0.2
2872026-07-21T17:27:50.519Z Downloaded anyhow v1.0.102
2882026-07-21T17:27:50.519Z Downloaded anstyle v1.0.14
2892026-07-21T17:27:50.526Z Downloaded memmap v0.7.0
2902026-07-21T17:27:50.526Z Downloaded heck v0.4.1
2912026-07-21T17:27:50.526Z Downloaded cfg-if v1.0.4
2922026-07-21T17:27:50.526Z Downloaded clap_derive v4.6.1
2932026-07-21T17:27:50.527Z Downloaded thread-id v4.2.2
2942026-07-21T17:27:50.527Z Downloaded dof v0.3.0
2952026-07-21T17:27:50.536Z Downloaded version_check v0.9.5
2962026-07-21T17:27:50.565Z Downloaded swrite v0.1.0
2972026-07-21T17:27:50.565Z Downloaded clap v4.6.1
2982026-07-21T17:27:50.565Z Downloaded camino v1.2.2
2992026-07-21T17:27:50.576Z Downloaded terminal_size v0.4.3
3002026-07-21T17:27:50.576Z Downloaded toml_write v0.1.2
3012026-07-21T17:27:50.577Z Downloaded utf8parse v0.2.2
3022026-07-21T17:27:50.577Z Downloaded toml_datetime v0.6.11
3032026-07-21T17:27:50.577Z Downloaded pretty-hex v0.4.1
3042026-07-21T17:27:50.577Z Downloaded serde_spanned v0.6.9
3052026-07-21T17:27:50.577Z Downloaded usdt-macro v0.5.0
3062026-07-21T17:27:50.577Z Downloaded colorchoice v1.0.4
3072026-07-21T17:27:50.577Z Downloaded generic-array v0.14.7
3082026-07-21T17:27:50.582Z Downloaded usdt-attr-macro v0.5.0
3092026-07-21T17:27:50.582Z Downloaded smawk v0.3.2
3102026-07-21T17:27:50.582Z Downloaded strsim v0.11.1
3112026-07-21T17:27:50.582Z Downloaded usdt v0.5.0
3122026-07-21T17:27:50.582Z Downloaded camino-tempfile v1.4.1
3132026-07-21T17:27:50.594Z Downloaded bitflags v2.11.0
3142026-07-21T17:27:50.599Z Downloaded scroll_derive v0.12.1
3152026-07-21T17:27:50.599Z Downloaded thiserror v1.0.69
3162026-07-21T17:27:50.599Z Downloaded digest v0.10.7
3172026-07-21T17:27:50.599Z Downloaded usdt-impl v0.5.0
3182026-07-21T17:27:50.599Z Downloaded cargo_toml v0.21.0
3192026-07-21T17:27:50.608Z Downloaded quote v1.0.45
3202026-07-21T17:27:50.609Z Downloaded proc-macro-error v1.0.4
3212026-07-21T17:27:50.612Z Downloaded scroll v0.12.0
3222026-07-21T17:27:50.612Z Downloaded sha2 v0.10.9
3232026-07-21T17:27:50.612Z Downloaded thiserror-impl v2.0.18
3242026-07-21T17:27:50.612Z Downloaded thiserror-impl v1.0.69
3252026-07-21T17:27:50.612Z Downloaded serde_tokenstream v0.2.3
3262026-07-21T17:27:50.631Z Downloaded pest_generator v2.8.6
3272026-07-21T17:27:50.631Z Downloaded thiserror v2.0.18
3282026-07-21T17:27:50.637Z Downloaded toml v0.8.23
3292026-07-21T17:27:50.637Z Downloaded pest_derive v2.8.6
3302026-07-21T17:27:50.637Z Downloaded once_cell v1.21.3
3312026-07-21T17:27:50.650Z Downloaded zerocopy-derive v0.7.35
3322026-07-21T17:27:50.656Z Downloaded ucd-trie v0.1.7
3332026-07-21T17:27:50.660Z Downloaded semver v1.0.28
3342026-07-21T17:27:50.672Z Downloaded getrandom v0.4.1
3352026-07-21T17:27:50.672Z Downloaded proc-macro2 v1.0.106
3362026-07-21T17:27:50.686Z Downloaded log v0.4.29
3372026-07-21T17:27:50.690Z Downloaded serde_core v1.0.228
3382026-07-21T17:27:50.691Z Downloaded tempfile v3.25.0
3392026-07-21T17:27:50.699Z Downloaded serde_derive v1.0.228
3402026-07-21T17:27:50.699Z Downloaded unicode-ident v1.0.24
3412026-07-21T17:27:50.699Z Downloaded indexmap v2.14.0
3422026-07-21T17:27:50.712Z Downloaded textwrap v0.16.2
3432026-07-21T17:27:50.725Z Downloaded toml_edit v0.22.27
3442026-07-21T17:27:50.725Z Downloaded serde v1.0.228
3452026-07-21T17:27:50.725Z Downloaded papergrid v0.11.0
3462026-07-21T17:27:50.732Z Downloaded memchr v2.8.0
3472026-07-21T17:27:50.742Z Downloaded typenum v1.20.1
3482026-07-21T17:27:50.747Z Downloaded pest v2.8.6
3492026-07-21T17:27:50.756Z Downloaded goblin v0.8.2
3502026-07-21T17:27:50.756Z Downloaded hashbrown v0.17.0
3512026-07-21T17:27:50.772Z Downloaded clap_builder v4.6.0
3522026-07-21T17:27:50.815Z Downloaded winnow v0.7.14
3532026-07-21T17:27:50.830Z Downloaded serde_json v1.0.150
3542026-07-21T17:27:50.830Z Downloaded tabled v0.15.0
3552026-07-21T17:27:50.848Z Downloaded syn v1.0.109
3562026-07-21T17:27:50.848Z Downloaded unicode-width v0.2.0
3572026-07-21T17:27:50.848Z Downloaded syn v2.0.117
3582026-07-21T17:27:50.854Z Downloaded unicode-width v0.1.14
3592026-07-21T17:27:50.869Z Downloaded rustix v1.1.3
3602026-07-21T17:27:50.889Z Downloaded libc v0.2.185
3612026-07-21T17:27:50.957Z Compiling proc-macro2 v1.0.106
3622026-07-21T17:27:50.957Z Compiling unicode-ident v1.0.24
3632026-07-21T17:27:50.975Z Compiling quote v1.0.45
3642026-07-21T17:27:50.975Z Compiling serde_core v1.0.228
3652026-07-21T17:27:50.975Z Compiling libc v0.2.185
3662026-07-21T17:27:50.975Z Compiling version_check v0.9.5
3672026-07-21T17:27:50.975Z Compiling memchr v2.8.0
3682026-07-21T17:27:50.975Z Compiling serde v1.0.228
3692026-07-21T17:27:50.975Z Compiling zmij v1.0.21
3702026-07-21T17:27:50.975Z Compiling thiserror v1.0.69
3712026-07-21T17:27:50.975Z Compiling itoa v1.0.17
3722026-07-21T17:27:51.125Z Compiling ucd-trie v0.1.7
3732026-07-21T17:27:51.128Z Compiling byteorder v1.5.0
3742026-07-21T17:27:51.128Z Compiling rustix v1.1.3
3752026-07-21T17:27:51.317Z Compiling serde_json v1.0.150
3762026-07-21T17:27:51.403Z Compiling bitflags v2.11.0
3772026-07-21T17:27:51.598Z Compiling syn v1.0.109
3782026-07-21T17:27:51.618Z Compiling camino v1.2.2
3792026-07-21T17:27:51.707Z Compiling hashbrown v0.17.0
3802026-07-21T17:27:51.728Z Compiling usdt-impl v0.5.0
3812026-07-21T17:27:51.735Z Compiling proc-macro-error-attr v1.0.4
3822026-07-21T17:27:51.739Z Compiling proc-macro-error v1.0.4
3832026-07-21T17:27:51.862Z Compiling pest v2.8.6
3842026-07-21T17:27:51.965Z Compiling equivalent v1.0.2
3852026-07-21T17:27:52.042Z Compiling plain v0.2.3
3862026-07-21T17:27:52.042Z Compiling getrandom v0.4.1
3872026-07-21T17:27:52.079Z Compiling utf8parse v0.2.2
3882026-07-21T17:27:52.097Z Compiling log v0.4.29
3892026-07-21T17:27:52.185Z Compiling autocfg v1.5.0
3902026-07-21T17:27:52.188Z Compiling cfg-if v1.0.4
3912026-07-21T17:27:52.204Z Compiling anstyle-parse v1.0.0
3922026-07-21T17:27:52.220Z Compiling is_terminal_polyfill v1.70.2
3932026-07-21T17:27:52.240Z Compiling thiserror v2.0.18
3942026-07-21T17:27:52.275Z Compiling errno v0.3.14
3952026-07-21T17:27:52.279Z Compiling thread-id v4.2.2
3962026-07-21T17:27:52.327Z Compiling indexmap v2.14.0
3972026-07-21T17:27:52.352Z Compiling toml_write v0.1.2
3982026-07-21T17:27:52.366Z Compiling anstyle-query v1.1.5
3992026-07-21T17:27:52.366Z Compiling colorchoice v1.0.4
4002026-07-21T17:27:52.443Z Compiling anstyle v1.0.14
4012026-07-21T17:27:52.443Z Compiling pretty-hex v0.4.1
4022026-07-21T17:27:52.480Z Compiling winnow v0.7.14
4032026-07-21T17:27:52.520Z Compiling syn v2.0.117
4042026-07-21T17:27:52.607Z Compiling heck v0.5.0
4052026-07-21T17:27:52.610Z Compiling clap_lex v1.0.0
4062026-07-21T17:27:52.641Z Compiling fs-err v3.3.0
4072026-07-21T17:27:52.696Z Compiling anstream v1.0.0
4082026-07-21T17:27:52.699Z Compiling fastrand v2.3.0
4092026-07-21T17:27:52.734Z Compiling fnv v1.0.7
4102026-07-21T17:27:52.854Z Compiling unicode-width v0.1.14
4112026-07-21T17:27:52.872Z Compiling heck v0.4.1
4122026-07-21T17:27:52.885Z Compiling strsim v0.11.1
4132026-07-21T17:27:52.905Z Compiling anyhow v1.0.102
4142026-07-21T17:27:52.908Z Compiling bytecount v0.6.9
4152026-07-21T17:27:52.986Z Compiling pest_meta v2.8.6
4162026-07-21T17:27:53.008Z Compiling once_cell v1.21.3
4172026-07-21T17:27:53.092Z Compiling memmap v0.7.0
4182026-07-21T17:27:53.108Z Compiling papergrid v0.11.0
4192026-07-21T17:27:53.141Z Compiling unicode-width v0.2.0
4202026-07-21T17:27:53.161Z Compiling smawk v0.3.2
4212026-07-21T17:27:53.178Z Compiling unicode-linebreak v0.1.5
4222026-07-21T17:27:53.258Z Compiling swrite v0.1.0
4232026-07-21T17:27:53.284Z Compiling terminal_size v0.4.3
4242026-07-21T17:27:53.319Z Compiling tempfile v3.25.0
4252026-07-21T17:27:53.452Z Compiling clap_builder v4.6.0
4262026-07-21T17:27:53.456Z Compiling cargo-platform v0.3.2
4272026-07-21T17:27:53.456Z Compiling semver v1.0.28
4282026-07-21T17:27:53.526Z Compiling textwrap v0.16.2
4292026-07-21T17:27:53.623Z Compiling camino-tempfile v1.4.1
4302026-07-21T17:27:54.083Z Compiling tabled_derive v0.7.0
4312026-07-21T17:27:54.700Z Compiling pest_generator v2.8.6
4322026-07-21T17:27:54.742Z Compiling tabled v0.15.0
4332026-07-21T17:27:55.191Z Compiling serde_derive v1.0.228
4342026-07-21T17:27:55.191Z Compiling thiserror-impl v1.0.69
4352026-07-21T17:27:55.194Z Compiling zerocopy-derive v0.7.35
4362026-07-21T17:27:55.194Z Compiling scroll_derive v0.12.1
4372026-07-21T17:27:55.194Z Compiling thiserror-impl v2.0.18
4382026-07-21T17:27:55.194Z Compiling clap_derive v4.6.1
4392026-07-21T17:27:55.292Z Compiling pest_derive v2.8.6
4402026-07-21T17:27:55.885Z Compiling scroll v0.12.0
4412026-07-21T17:27:55.915Z Compiling zerocopy v0.7.35
4422026-07-21T17:27:56.094Z Compiling goblin v0.8.2
4432026-07-21T17:27:56.214Z Compiling dtrace-parser v0.2.0
4442026-07-21T17:27:56.535Z Compiling clap v4.6.1
4452026-07-21T17:27:57.568Z Compiling dof v0.3.0
4462026-07-21T17:27:57.568Z Compiling serde_tokenstream v0.2.3
4472026-07-21T17:27:57.584Z Compiling toml_datetime v0.6.11
4482026-07-21T17:27:57.587Z Compiling serde_spanned v0.6.9
4492026-07-21T17:27:57.587Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4502026-07-21T17:27:57.587Z Compiling cargo_metadata v0.23.1
4512026-07-21T17:27:57.587Z Compiling macaddr v1.0.1
4522026-07-21T17:27:57.817Z Compiling toml_edit v0.22.27
4532026-07-21T17:27:58.233Z Compiling usdt-macro v0.5.0
4542026-07-21T17:27:58.238Z Compiling usdt-attr-macro v0.5.0
4552026-07-21T17:27:58.856Z Compiling usdt v0.5.0
4562026-07-21T17:27:59.054Z Compiling toml v0.8.23
4572026-07-21T17:27:59.374Z Compiling cargo_toml v0.21.0
4582026-07-21T17:28:00.651Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4592026-07-21T17:28:02.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.47s
4602026-07-21T17:28:02.849Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4612026-07-21T17:28:03.350Z Downloading crates ...
4622026-07-21T17:28:03.445Z Downloaded aead v0.6.1
4632026-07-21T17:28:03.461Z Downloaded adler2 v2.0.1
4642026-07-21T17:28:03.461Z Downloaded argon2 v0.5.3
4652026-07-21T17:28:03.461Z Downloaded base16ct v0.2.0
4662026-07-21T17:28:03.461Z Downloaded base16ct v1.0.0
4672026-07-21T17:28:03.469Z Downloaded critical-section v1.2.0
4682026-07-21T17:28:03.475Z Downloaded convert_case v0.4.0
4692026-07-21T17:28:03.478Z Downloaded atomicwrites v0.4.4
4702026-07-21T17:28:03.478Z Downloaded aes-gcm v0.11.0
4712026-07-21T17:28:03.478Z Downloaded cpufeatures v0.3.0
4722026-07-21T17:28:03.481Z Downloaded arrayref v0.3.9
4732026-07-21T17:28:03.481Z Downloaded aead v0.5.2
4742026-07-21T17:28:03.519Z Downloaded bit-vec v0.8.0
4752026-07-21T17:28:03.519Z Downloaded ahash v0.8.12
4762026-07-21T17:28:03.520Z Downloaded crossbeam-channel v0.5.15
4772026-07-21T17:28:03.520Z Downloaded crc-catalog v2.4.0
4782026-07-21T17:28:03.520Z Downloaded async-recursion v1.1.1
4792026-07-21T17:28:03.520Z Downloaded crossbeam-utils v0.8.21
4802026-07-21T17:28:03.520Z Downloaded crc8 v0.1.1
4812026-07-21T17:28:03.520Z Downloaded crunchy v0.2.4
4822026-07-21T17:28:03.520Z Downloaded convert_case v0.10.0
4832026-07-21T17:28:03.520Z Downloaded ascii-canvas v3.0.0
4842026-07-21T17:28:03.520Z Downloaded crc32fast v1.5.0
4852026-07-21T17:28:03.520Z Downloaded bitfield v0.19.4
4862026-07-21T17:28:03.520Z Downloaded backoff v0.4.0
4872026-07-21T17:28:03.520Z Downloaded crucible-workspace-hack v0.1.0
4882026-07-21T17:28:03.520Z Downloaded cpubits v0.1.1
4892026-07-21T17:28:03.520Z Downloaded array-init v0.0.4
4902026-07-21T17:28:03.520Z Downloaded bit-vec v0.6.3
4912026-07-21T17:28:03.520Z Downloaded defmt v0.3.100
4922026-07-21T17:28:03.520Z Downloaded bitflags v1.3.2
4932026-07-21T17:28:03.520Z Downloaded atomic-waker v1.1.2
4942026-07-21T17:28:03.520Z Downloaded anstyle-parse v0.2.7
4952026-07-21T17:28:03.520Z Downloaded darling_macro v0.21.3
4962026-07-21T17:28:03.521Z Downloaded debug-ignore v1.0.5
4972026-07-21T17:28:03.525Z Downloaded cfg_aliases v0.2.1
4982026-07-21T17:28:03.525Z Downloaded crypto-common v0.2.2
4992026-07-21T17:28:03.525Z Downloaded bit-set v0.8.0
5002026-07-21T17:28:03.525Z Downloaded bitfield-struct v0.6.2
5012026-07-21T17:28:03.525Z Downloaded async-stream v0.3.6
5022026-07-21T17:28:03.525Z Downloaded bitfield-macros v0.19.4
5032026-07-21T17:28:03.525Z Downloaded ciborium-ll v0.2.2
5042026-07-21T17:28:03.525Z Downloaded ctr v0.10.1
5052026-07-21T17:28:03.528Z Downloaded cfg_aliases v0.1.1
5062026-07-21T17:28:03.528Z Downloaded crossbeam-deque v0.8.6
5072026-07-21T17:28:03.528Z Downloaded bit-set v0.5.3
5082026-07-21T17:28:03.528Z Downloaded atty v0.2.14
5092026-07-21T17:28:03.532Z Downloaded bb8 v0.8.6
5102026-07-21T17:28:03.532Z Downloaded defmt-parser v1.0.0
5112026-07-21T17:28:03.535Z Downloaded darling_macro v0.23.0
5122026-07-21T17:28:03.535Z Downloaded bcs v0.1.6
5132026-07-21T17:28:03.535Z Downloaded anstream v0.6.21
5142026-07-21T17:28:03.539Z Downloaded darling_macro v0.20.11
5152026-07-21T17:28:03.539Z Downloaded cstr-argument v0.1.2
5162026-07-21T17:28:03.539Z Downloaded assert_matches v1.5.0
5172026-07-21T17:28:03.543Z Downloaded bcrypt-pbkdf v0.11.0
5182026-07-21T17:28:03.550Z Downloaded block-padding v0.4.2
5192026-07-21T17:28:03.555Z Downloaded dyn-clone v1.0.20
5202026-07-21T17:28:03.559Z Downloaded dtrace-parser v0.3.0
5212026-07-21T17:28:03.559Z Downloaded curve25519-dalek-derive v0.1.1
5222026-07-21T17:28:03.559Z Downloaded digest-io v0.1.0
5232026-07-21T17:28:03.559Z Downloaded dropshot-api-manager-types v0.7.2
5242026-07-21T17:28:03.559Z Downloaded dirs-sys-next v0.1.2
5252026-07-21T17:28:03.563Z Downloaded difflib v0.4.0
5262026-07-21T17:28:03.563Z Downloaded ciborium-io v0.2.2
5272026-07-21T17:28:03.564Z Downloaded display-error-chain v0.2.2
5282026-07-21T17:28:03.564Z Downloaded diesel_table_macro_syntax v0.3.0
5292026-07-21T17:28:03.564Z Downloaded block-buffer v0.12.1
5302026-07-21T17:28:03.568Z Downloaded darling_macro v0.13.4
5312026-07-21T17:28:03.568Z Downloaded crc v3.4.0
5322026-07-21T17:28:03.574Z Downloaded endian-type v0.1.2
5332026-07-21T17:28:03.574Z Downloaded darling v0.20.11
5342026-07-21T17:28:03.578Z Downloaded embedded-io v0.4.0
5352026-07-21T17:28:03.578Z Downloaded embedded-io v0.6.1
5362026-07-21T17:28:03.578Z Downloaded crc-any v2.5.0
5372026-07-21T17:28:03.591Z Downloaded document-features v0.2.12
5382026-07-21T17:28:03.591Z Downloaded downcast-rs v2.0.2
5392026-07-21T17:28:03.591Z Downloaded compression-core v0.4.31
5402026-07-21T17:28:03.591Z Downloaded cobs v0.3.0
5412026-07-21T17:28:03.591Z Downloaded castaway v0.2.4
5422026-07-21T17:28:03.591Z Downloaded darling v0.13.4
5432026-07-21T17:28:03.591Z Downloaded dof v0.4.0
5442026-07-21T17:28:03.595Z Downloaded dirs-next v2.0.0
5452026-07-21T17:28:03.595Z Downloaded dsl_auto_type v0.2.0
5462026-07-21T17:28:03.595Z Downloaded async-stream-impl v0.3.6
5472026-07-21T17:28:03.599Z Downloaded camino-tempfile-ext v0.3.3
5482026-07-21T17:28:03.599Z Downloaded derive_builder_macro v0.20.2
5492026-07-21T17:28:03.603Z Downloaded async-bb8-diesel v0.2.1
5502026-07-21T17:28:03.603Z Downloaded cipher v0.4.4
5512026-07-21T17:28:03.608Z Downloaded env_filter v1.0.0
5522026-07-21T17:28:03.608Z Downloaded dunce v1.0.5
5532026-07-21T17:28:03.608Z Downloaded fixedbitset v0.4.2
5542026-07-21T17:28:03.612Z Downloaded fd-lock v4.0.4
5552026-07-21T17:28:03.613Z Downloaded float-ord v0.3.2
5562026-07-21T17:28:03.613Z Downloaded enum-as-inner v0.6.1
5572026-07-21T17:28:03.613Z Downloaded foreign-types v0.5.0
5582026-07-21T17:28:03.613Z Downloaded darling v0.21.3
5592026-07-21T17:28:03.619Z Downloaded futures-core v0.3.32
5602026-07-21T17:28:03.637Z Downloaded arrayvec v0.7.6
5612026-07-21T17:28:03.637Z Downloaded diesel-dtrace v0.5.0
5622026-07-21T17:28:03.637Z Downloaded deranged v0.5.8
5632026-07-21T17:28:03.637Z Downloaded bs58 v0.5.1
5642026-07-21T17:28:03.637Z Downloaded foreign-types-macros v0.2.3
5652026-07-21T17:28:03.638Z Downloaded ecdsa v0.16.9
5662026-07-21T17:28:03.638Z Downloaded digest v0.11.3
5672026-07-21T17:28:03.638Z Downloaded derive-ex v0.1.8
5682026-07-21T17:28:03.638Z Downloaded futures-io v0.3.32
5692026-07-21T17:28:03.638Z Downloaded cipher v0.5.2
5702026-07-21T17:28:03.638Z Downloaded cmov v0.5.4
5712026-07-21T17:28:03.638Z Downloaded byte-wrapper v0.1.0
5722026-07-21T17:28:03.638Z Downloaded ed25519 v2.2.3
5732026-07-21T17:28:03.644Z Downloaded cexpr v0.6.0
5742026-07-21T17:28:03.644Z Downloaded fxhash v0.2.1
5752026-07-21T17:28:03.644Z Downloaded funty v2.0.0
5762026-07-21T17:28:03.644Z Downloaded cookie v0.18.1
5772026-07-21T17:28:03.644Z Downloaded ena v0.14.4
5782026-07-21T17:28:03.644Z Downloaded constant_time_eq v0.4.2
5792026-07-21T17:28:03.650Z Downloaded compression-codecs v0.4.37
5802026-07-21T17:28:03.650Z Downloaded chacha20 v0.9.1
5812026-07-21T17:28:03.650Z Downloaded ed25519 v3.0.0
5822026-07-21T17:28:03.654Z Downloaded futures-sink v0.3.32
5832026-07-21T17:28:03.654Z Downloaded futures-task v0.3.32
5842026-07-21T17:28:03.654Z Downloaded futures-macro v0.3.32
5852026-07-21T17:28:03.658Z Downloaded delegate v0.13.5
5862026-07-21T17:28:03.658Z Downloaded buf-list v1.1.2
5872026-07-21T17:28:03.658Z Downloaded cbc v0.2.1
5882026-07-21T17:28:03.665Z Downloaded env_logger v0.11.9
5892026-07-21T17:28:03.665Z Downloaded colored v3.1.1
5902026-07-21T17:28:03.665Z Downloaded hash32 v0.3.1
5912026-07-21T17:28:03.665Z Downloaded ciborium v0.2.2
5922026-07-21T17:28:03.665Z Downloaded chacha20 v0.10.0
5932026-07-21T17:28:03.672Z Downloaded gethostname v0.5.0
5942026-07-21T17:28:03.673Z Downloaded ff v0.13.1
5952026-07-21T17:28:03.681Z Downloaded flagset v0.4.7
5962026-07-21T17:28:03.681Z Downloaded filetime v0.2.27
5972026-07-21T17:28:03.681Z Downloaded defmt-macros v1.0.1
5982026-07-21T17:28:03.681Z Downloaded foldhash v0.1.5
5992026-07-21T17:28:03.681Z Downloaded hash32 v0.2.1
6002026-07-21T17:28:03.681Z Downloaded fixedbitset v0.5.7
6012026-07-21T17:28:03.681Z Downloaded find-msvc-tools v0.1.9
6022026-07-21T17:28:03.681Z Downloaded ff v0.14.0
6032026-07-21T17:28:03.681Z Downloaded hex-literal v1.1.0
6042026-07-21T17:28:03.686Z Downloaded fallible-iterator v0.2.0
6052026-07-21T17:28:03.686Z Downloaded foldhash v0.2.0
6062026-07-21T17:28:03.686Z Downloaded cookie_store v0.22.1
6072026-07-21T17:28:03.689Z Downloaded headers-core v0.3.0
6082026-07-21T17:28:03.689Z Downloaded displaydoc v0.2.5
6092026-07-21T17:28:03.689Z Downloaded console v0.15.11
6102026-07-21T17:28:03.694Z Downloaded hex v0.4.3
6112026-07-21T17:28:03.694Z Downloaded async-trait v0.1.89
6122026-07-21T17:28:03.694Z Downloaded console v0.16.2
6132026-07-21T17:28:03.696Z Downloaded blake2 v0.11.0-rc.6
6142026-07-21T17:28:03.696Z Downloaded cassowary v0.3.0
6152026-07-21T17:28:03.700Z Downloaded darling v0.23.0
6162026-07-21T17:28:03.705Z Downloaded darling_core v0.13.4
6172026-07-21T17:28:03.713Z Downloaded git-stub v1.0.0
6182026-07-21T17:28:03.713Z Downloaded futures-executor v0.3.32
6192026-07-21T17:28:03.713Z Downloaded fs_extra v1.3.0
6202026-07-21T17:28:03.713Z Downloaded fs-err v2.11.0
6212026-07-21T17:28:03.718Z Downloaded http-body v1.0.1
6222026-07-21T17:28:03.718Z Downloaded derive_builder_core v0.20.2
6232026-07-21T17:28:03.718Z Downloaded ecdsa v0.17.0-rc.18
6242026-07-21T17:28:03.718Z Downloaded clang-sys v1.8.1
6252026-07-21T17:28:03.719Z Downloaded home v0.5.12
6262026-07-21T17:28:03.719Z Downloaded const_format_proc_macros v0.2.34
6272026-07-21T17:28:03.722Z Downloaded hostname v0.4.2
6282026-07-21T17:28:03.723Z Downloaded globwalk v0.9.1
6292026-07-21T17:28:03.723Z Downloaded httpdate v1.0.3
6302026-07-21T17:28:03.723Z Downloaded hostname v0.3.1
6312026-07-21T17:28:03.727Z Downloaded git-stub-vcs v0.1.0
6322026-07-21T17:28:03.727Z Downloaded des v0.9.0
6332026-07-21T17:28:03.727Z Downloaded hubpack_derive v0.1.1
6342026-07-21T17:28:03.727Z Downloaded ident_case v1.0.1
6352026-07-21T17:28:03.746Z Downloaded hubpack v0.1.2
6362026-07-21T17:28:03.746Z Downloaded glob v0.3.3
6372026-07-21T17:28:03.746Z Downloaded http-range v0.1.5
6382026-07-21T17:28:03.746Z Downloaded derive_builder v0.20.2
6392026-07-21T17:28:03.747Z Downloaded group v0.14.0
6402026-07-21T17:28:03.747Z Downloaded enum_dispatch v0.3.13
6412026-07-21T17:28:03.747Z Downloaded corncobs v0.1.4
6422026-07-21T17:28:03.747Z Downloaded globset v0.4.18
6432026-07-21T17:28:03.747Z Downloaded idna_adapter v1.2.1
6442026-07-21T17:28:03.747Z Downloaded illumos-nvpair v0.3.0
6452026-07-21T17:28:03.750Z Downloaded inout v0.1.4
6462026-07-21T17:28:03.750Z Downloaded indent_write v2.2.0
6472026-07-21T17:28:03.750Z Downloaded group v0.13.0
6482026-07-21T17:28:03.750Z Downloaded hyper-tls v0.6.0
6492026-07-21T17:28:03.750Z Downloaded diff v0.1.13
6502026-07-21T17:28:03.750Z Downloaded const-oid v0.10.2
6512026-07-21T17:28:03.750Z Downloaded illumos-nvpair-sys v0.2.0
6522026-07-21T17:28:03.754Z Downloaded base64ct v1.8.3
6532026-07-21T17:28:03.754Z Downloaded colored v2.2.0
6542026-07-21T17:28:03.760Z Downloaded instant v0.1.13
6552026-07-21T17:28:03.760Z Downloaded indoc v1.0.9
6562026-07-21T17:28:03.760Z Downloaded inout v0.2.2
6572026-07-21T17:28:03.760Z Downloaded cancel-safe-futures v0.1.5
6582026-07-21T17:28:03.763Z Downloaded crossterm v0.28.1
6592026-07-21T17:28:03.769Z Downloaded highway v1.3.0
6602026-07-21T17:28:03.769Z Downloaded crypto-bigint v0.5.5
6612026-07-21T17:28:03.772Z Downloaded ghash v0.6.0
6622026-07-21T17:28:03.772Z Downloaded getrandom v0.2.17
6632026-07-21T17:28:03.777Z Downloaded lazy_static v1.5.0
6642026-07-21T17:28:03.777Z Downloaded blowfish v0.10.0
6652026-07-21T17:28:03.783Z Downloaded instability v0.3.11
6662026-07-21T17:28:03.783Z Downloaded kstat-rs v0.2.4
6672026-07-21T17:28:03.783Z Downloaded lalrpop-util v0.19.12
6682026-07-21T17:28:03.783Z Downloaded kem v0.3.0
6692026-07-21T17:28:03.783Z Downloaded keccak v0.1.6
6702026-07-21T17:28:03.787Z Downloaded internet-checksum v0.2.1
6712026-07-21T17:28:03.787Z Downloaded linked-hash-map v0.5.6
6722026-07-21T17:28:03.787Z Downloaded const-oid v0.9.6
6732026-07-21T17:28:03.787Z Downloaded is_ci v1.2.0
6742026-07-21T17:28:03.787Z Downloaded is-terminal v0.4.17
6752026-07-21T17:28:03.788Z Downloaded http-body-util v0.1.3
6762026-07-21T17:28:03.794Z Downloaded futures-channel v0.3.32
6772026-07-21T17:28:03.794Z Downloaded elliptic-curve v0.13.8
6782026-07-21T17:28:03.794Z Downloaded dropshot_endpoint v0.17.1
6792026-07-21T17:28:03.801Z Downloaded bzip2 v0.4.4
6802026-07-21T17:28:03.801Z Downloaded elliptic-curve v0.14.0-rc.33
6812026-07-21T17:28:03.801Z Downloaded async-compression v0.4.41
6822026-07-21T17:28:03.804Z Downloaded hyper-staticfile v0.10.1
6832026-07-21T17:28:03.804Z Downloaded darling_core v0.23.0
6842026-07-21T17:28:03.807Z Downloaded fatfs v0.3.6
6852026-07-21T17:28:03.811Z Downloaded half v1.8.3
6862026-07-21T17:28:03.815Z Downloaded erased-serde v0.3.31
6872026-07-21T17:28:03.815Z Downloaded bzip2 v0.6.1
6882026-07-21T17:28:03.815Z Downloaded csv-core v0.1.13
6892026-07-21T17:28:03.817Z Downloaded either v1.15.0
6902026-07-21T17:28:03.817Z Downloaded match_cfg v0.1.0
6912026-07-21T17:28:03.817Z Downloaded maplit v1.0.2
6922026-07-21T17:28:03.820Z Downloaded lru-cache v0.1.2
6932026-07-21T17:28:03.820Z Downloaded managed v0.8.0
6942026-07-21T17:28:03.826Z Downloaded lzss v0.8.2
6952026-07-21T17:28:03.826Z Downloaded derive-where v1.6.0
6962026-07-21T17:28:03.826Z Downloaded lru-slab v0.1.2
6972026-07-21T17:28:03.826Z Downloaded md5 v0.8.0
6982026-07-21T17:28:03.829Z Downloaded ingot v0.1.1
6992026-07-21T17:28:03.829Z Downloaded indoc v2.0.7
7002026-07-21T17:28:03.832Z Downloaded blake2 v0.10.6
7012026-07-21T17:28:03.832Z Downloaded nibble_vec v0.1.0
7022026-07-21T17:28:03.835Z Downloaded newtype-uuid-macros v0.1.0
7032026-07-21T17:28:03.835Z Downloaded const_format v0.2.35
7042026-07-21T17:28:03.838Z Downloaded ipnetwork v0.21.1
7052026-07-21T17:28:03.841Z Downloaded chacha20poly1305 v0.10.1
7062026-07-21T17:28:03.841Z Downloaded getrandom v0.3.4
7072026-07-21T17:28:03.844Z Downloaded bytes v1.11.1
7082026-07-21T17:28:03.851Z Downloaded libsw v3.5.0
7092026-07-21T17:28:03.854Z Downloaded memoffset v0.9.1
7102026-07-21T17:28:03.854Z Downloaded libscf-sys v1.1.0
7112026-07-21T17:28:03.854Z Downloaded ipnet v2.11.0
7122026-07-21T17:28:03.854Z Downloaded hmac v0.13.0
7132026-07-21T17:28:03.854Z Downloaded futures v0.3.32
7142026-07-21T17:28:03.858Z Downloaded newtype_derive v0.1.6
7152026-07-21T17:28:03.858Z Downloaded arc-swap v1.8.2
7162026-07-21T17:28:03.861Z Downloaded drift v0.2.0
7172026-07-21T17:28:03.869Z Downloaded nodrop v0.1.14
7182026-07-21T17:28:03.872Z Downloaded libloading v0.8.9
7192026-07-21T17:28:03.872Z Downloaded normalize-line-endings v0.3.0
7202026-07-21T17:28:03.872Z Downloaded num-derive v0.3.3
7212026-07-21T17:28:03.872Z Downloaded num v0.4.3
7222026-07-21T17:28:03.875Z Downloaded num-conv v0.2.0
7232026-07-21T17:28:03.875Z Downloaded num-iter v0.1.45
7242026-07-21T17:28:03.875Z Downloaded num-derive v0.4.2
7252026-07-21T17:28:03.879Z Downloaded base64 v0.22.1
7262026-07-21T17:28:03.879Z Downloaded linear-map v1.2.0
7272026-07-21T17:28:03.886Z Downloaded libefi-sys v0.1.0
7282026-07-21T17:28:03.886Z Downloaded keccak v0.2.0
7292026-07-21T17:28:03.886Z Downloaded jobserver v0.1.34
7302026-07-21T17:28:03.891Z Downloaded iana-time-zone v0.1.65
7312026-07-21T17:28:03.891Z Downloaded humantime v2.3.0
7322026-07-21T17:28:03.891Z Downloaded new_debug_unreachable v1.0.6
7332026-07-21T17:28:03.891Z Downloaded multimap v0.10.1
7342026-07-21T17:28:03.891Z Downloaded libsw-core v0.3.2
7352026-07-21T17:28:03.896Z Downloaded httparse v1.10.1
7362026-07-21T17:28:03.897Z Downloaded ingot-macros v0.1.1
7372026-07-21T17:28:03.897Z Downloaded hybrid-array v0.4.13
7382026-07-21T17:28:03.897Z Downloaded opaque-debug v0.3.1
7392026-07-21T17:28:03.897Z Downloaded openssl-macros v0.1.1
7402026-07-21T17:28:03.897Z Downloaded num_enum_derive v0.5.11
7412026-07-21T17:28:03.901Z Downloaded openssl-probe v0.1.6
7422026-07-21T17:28:03.901Z Downloaded olpc-cjson v0.1.4
7432026-07-21T17:28:03.901Z Downloaded num_threads v0.1.7
7442026-07-21T17:28:03.904Z Downloaded newtype-uuid v1.3.2
7452026-07-21T17:28:03.905Z Downloaded mime v0.3.17
7462026-07-21T17:28:03.905Z Downloaded openssl-probe v0.2.1
7472026-07-21T17:28:03.905Z Downloaded lock_api v0.4.14
7482026-07-21T17:28:03.905Z Downloaded mime_guess v2.0.5
7492026-07-21T17:28:03.909Z Downloaded oso-derive v0.27.3
7502026-07-21T17:28:03.909Z Downloaded derive_more v0.99.20
7512026-07-21T17:28:03.912Z Downloaded module-lattice v0.2.3
7522026-07-21T17:28:03.912Z Downloaded bumpalo v3.20.2
7532026-07-21T17:28:03.915Z Downloaded generic-array v1.4.3
7542026-07-21T17:28:03.932Z Downloaded nu-ansi-term v0.50.3
7552026-07-21T17:28:03.936Z Downloaded ar_archive_writer v0.5.1
7562026-07-21T17:28:03.936Z Downloaded nonempty v0.12.0
7572026-07-21T17:28:03.936Z Downloaded native-tls v0.2.18
7582026-07-21T17:28:03.936Z Downloaded nanorand v0.7.0
7592026-07-21T17:28:03.942Z Downloaded packed_struct_codegen v0.10.1
7602026-07-21T17:28:03.944Z Downloaded path-slash v0.1.5
7612026-07-21T17:28:03.944Z Downloaded num-integer v0.1.46
7622026-07-21T17:28:03.949Z Downloaded derive_more v2.1.1
7632026-07-21T17:28:03.951Z Downloaded num-rational v0.4.2
7642026-07-21T17:28:03.951Z Downloaded aes v0.9.1
7652026-07-21T17:28:03.955Z Downloaded flume v0.11.1
7662026-07-21T17:28:03.958Z Downloaded percent-encoding v2.3.2
7672026-07-21T17:28:03.958Z Downloaded password-hash v0.6.1
7682026-07-21T17:28:03.958Z Downloaded heapless v0.8.0
7692026-07-21T17:28:03.962Z Downloaded headers v0.4.1
7702026-07-21T17:28:03.975Z Downloaded parse-size v1.1.0
7712026-07-21T17:28:03.976Z Downloaded diesel_derives v2.3.7
7722026-07-21T17:28:03.980Z Downloaded peg-runtime v0.8.5
7732026-07-21T17:28:03.981Z Downloaded parse-display v0.10.0
7742026-07-21T17:28:03.981Z Downloaded num_enum v0.7.6
7752026-07-21T17:28:03.981Z Downloaded phf_shared v0.12.1
7762026-07-21T17:28:03.981Z Downloaded phf_shared v0.13.1
7772026-07-21T17:28:03.981Z Downloaded phf_shared v0.11.3
7782026-07-21T17:28:03.981Z Downloaded num_enum v0.5.11
7792026-07-21T17:28:03.981Z Downloaded litemap v0.8.1
7802026-07-21T17:28:03.987Z Downloaded memmap2 v0.9.10
7812026-07-21T17:28:03.987Z Downloaded num_enum_derive v0.7.6
7822026-07-21T17:28:03.987Z Downloaded base64 v0.21.7
7832026-07-21T17:28:03.992Z Downloaded aho-corasick v1.1.4
7842026-07-21T17:28:03.992Z Downloaded oxide-tokio-rt v0.1.4
7852026-07-21T17:28:03.993Z Downloaded ignore v0.4.25
7862026-07-21T17:28:03.998Z Downloaded num-complex v0.4.6
7872026-07-21T17:28:03.998Z Downloaded oxide-update-engine-display v0.1.2
7882026-07-21T17:28:03.998Z Downloaded precomputed-hash v0.1.1
7892026-07-21T17:28:04.002Z Downloaded predicates-core v1.0.10
7902026-07-21T17:28:04.002Z Downloaded powerfmt v0.2.0
7912026-07-21T17:28:04.002Z Downloaded potential_utf v0.1.4
7922026-07-21T17:28:04.002Z Downloaded hyper-rustls v0.27.7
7932026-07-21T17:28:04.002Z Downloaded heapless v0.7.17
7942026-07-21T17:28:04.005Z Downloaded oxnet v0.1.6
7952026-07-21T17:28:04.009Z Downloaded password-hash v0.5.0
7962026-07-21T17:28:04.009Z Downloaded oxide-update-engine v0.1.2
7972026-07-21T17:28:04.013Z Downloaded flate2 v1.1.9
7982026-07-21T17:28:04.016Z Downloaded libbz2-rs-sys v0.2.2
7992026-07-21T17:28:04.016Z Downloaded der v0.7.10
8002026-07-21T17:28:04.019Z Downloaded predicates-tree v1.0.13
8012026-07-21T17:28:04.019Z Downloaded multer v3.1.0
8022026-07-21T17:28:04.022Z Downloaded proc-macro-error-attr2 v2.0.0
8032026-07-21T17:28:04.022Z Downloaded icu_locale_core v2.1.1
8042026-07-21T17:28:04.025Z Downloaded packed_struct v0.10.1
8052026-07-21T17:28:04.031Z Downloaded icu_properties v2.1.2
8062026-07-21T17:28:04.039Z Downloaded pem-rfc7468 v0.7.0
8072026-07-21T17:28:04.039Z Downloaded pbkdf2 v0.13.0
8082026-07-21T17:28:04.041Z Downloaded parse-display-derive v0.10.0
8092026-07-21T17:28:04.041Z Downloaded expectorate v1.2.0
8102026-07-21T17:28:04.041Z Downloaded cc v1.2.56
8112026-07-21T17:28:04.041Z Downloaded progenitor-client v0.14.0
8122026-07-21T17:28:04.041Z Downloaded indicatif v0.18.4
8132026-07-21T17:28:04.045Z Downloaded phf v0.12.1
8142026-07-21T17:28:04.045Z Downloaded icu_normalizer_data v2.1.1
8152026-07-21T17:28:04.045Z Downloaded proc-macro-crate v3.4.0
8162026-07-21T17:28:04.049Z Downloaded phc v0.6.1
8172026-07-21T17:28:04.049Z Downloaded proc-macro-crate v1.3.1
8182026-07-21T17:28:04.049Z Downloaded psl-types v2.0.11
8192026-07-21T17:28:04.049Z Downloaded pin-project-lite v0.2.17
8202026-07-21T17:28:04.053Z Downloaded pem-rfc7468 v1.0.0
8212026-07-21T17:28:04.056Z Downloaded indexmap v1.9.3
8222026-07-21T17:28:04.056Z Downloaded half v2.7.1
8232026-07-21T17:28:04.060Z Downloaded pin-project-internal v1.1.11
8242026-07-21T17:28:04.060Z Downloaded ml-kem v0.3.2
8252026-07-21T17:28:04.065Z Downloaded polyval v0.7.1
8262026-07-21T17:28:04.075Z Downloaded quick-error v1.2.3
8272026-07-21T17:28:04.075Z Downloaded radium v0.7.0
8282026-07-21T17:28:04.075Z Downloaded progenitor-macro v0.13.0
8292026-07-21T17:28:04.075Z Downloaded ppv-lite86 v0.2.21
8302026-07-21T17:28:04.075Z Downloaded pkcs8 v0.10.2
8312026-07-21T17:28:04.079Z Downloaded port-file v0.1.0
8322026-07-21T17:28:04.079Z Downloaded poly1305 v0.8.0
8332026-07-21T17:28:04.079Z Downloaded ed25519-dalek v3.0.0-rc.0
8342026-07-21T17:28:04.083Z Downloaded parking_lot v0.11.2
8352026-07-21T17:28:04.083Z Downloaded owo-colors v4.3.0
8362026-07-21T17:28:04.088Z Downloaded peg-macros v0.8.5
8372026-07-21T17:28:04.088Z Downloaded pem v3.0.6
8382026-07-21T17:28:04.088Z Downloaded predicates v3.1.4
8392026-07-21T17:28:04.097Z Downloaded primeorder v0.13.6
8402026-07-21T17:28:04.097Z Downloaded postgres-protocol v0.6.10
8412026-07-21T17:28:04.097Z Downloaded pkg-config v0.3.32
8422026-07-21T17:28:04.097Z Downloaded paste v1.0.15
8432026-07-21T17:28:04.097Z Downloaded recursive-proc-macro-impl v0.1.1
8442026-07-21T17:28:04.097Z Downloaded primefield v0.14.0
8452026-07-21T17:28:04.097Z Downloaded rand_chacha v0.3.1
8462026-07-21T17:28:04.097Z Downloaded icu_provider v2.1.1
8472026-07-21T17:28:04.100Z Downloaded peg v0.8.5
8482026-07-21T17:28:04.100Z Downloaded ref-cast v1.0.25
8492026-07-21T17:28:04.109Z Downloaded rand_xorshift v0.4.0
8502026-07-21T17:28:04.109Z Downloaded progenitor v0.14.0
8512026-07-21T17:28:04.109Z Downloaded hickory-resolver v0.24.4
8522026-07-21T17:28:04.115Z Downloaded icu_collections v2.1.1
8532026-07-21T17:28:04.116Z Downloaded ref-cast-impl v1.0.25
8542026-07-21T17:28:04.116Z Downloaded recursive v0.1.1
8552026-07-21T17:28:04.117Z Downloaded progenitor-client v0.13.0
8562026-07-21T17:28:04.123Z Downloaded proc-macro-error2 v2.0.1
8572026-07-21T17:28:04.123Z Downloaded progenitor-extras v0.2.0
8582026-07-21T17:28:04.123Z Downloaded phf v0.13.1
8592026-07-21T17:28:04.123Z Downloaded parking_lot_core v0.9.12
8602026-07-21T17:28:04.123Z Downloaded parking_lot v0.12.5
8612026-07-21T17:28:04.123Z Downloaded num-traits v0.2.19
8622026-07-21T17:28:04.129Z Downloaded ed25519-dalek v2.2.0
8632026-07-21T17:28:04.129Z Downloaded derive_more-impl v2.1.1
8642026-07-21T17:28:04.133Z Downloaded rfc6979 v0.4.0
8652026-07-21T17:28:04.134Z Downloaded progenitor-macro v0.14.0
8662026-07-21T17:28:04.134Z Downloaded pkcs1 v0.7.5
8672026-07-21T17:28:04.134Z Downloaded oso v0.27.3
8682026-07-21T17:28:04.137Z Downloaded der v0.8.0
8692026-07-21T17:28:04.137Z Downloaded pkcs1 v0.8.0-rc.4
8702026-07-21T17:28:04.145Z Downloaded omicron-zone-package v0.12.3
8712026-07-21T17:28:04.145Z Downloaded rustc-hash v2.1.1
8722026-07-21T17:28:04.148Z Downloaded russh-util v0.52.0
8732026-07-21T17:28:04.148Z Downloaded rand_core v0.6.4
8742026-07-21T17:28:04.148Z Downloaded rand_chacha v0.9.0
8752026-07-21T17:28:04.148Z Downloaded rustc_version v0.4.1
8762026-07-21T17:28:04.148Z Downloaded rtoolbox v0.0.3
8772026-07-21T17:28:04.148Z Downloaded r2d2 v0.8.10
8782026-07-21T17:28:04.148Z Downloaded pkcs8 v0.11.0
8792026-07-21T17:28:04.153Z Downloaded oxide-update-engine-types v0.1.2
8802026-07-21T17:28:04.153Z Downloaded same-file v1.0.6
8812026-07-21T17:28:04.157Z Downloaded hickory-resolver v0.25.2
8822026-07-21T17:28:04.157Z Downloaded rand_core v0.9.5
8832026-07-21T17:28:04.157Z Downloaded primeorder v0.14.0-rc.10
8842026-07-21T17:28:04.160Z Downloaded postgres-types v0.2.12
8852026-07-21T17:28:04.160Z Downloaded postcard v1.1.3
8862026-07-21T17:28:04.163Z Downloaded poly1305 v0.9.0
8872026-07-21T17:28:04.163Z Downloaded rustc_version v0.1.7
8882026-07-21T17:28:04.163Z Downloaded rand_seeder v0.4.0
8892026-07-21T17:28:04.166Z Downloaded rand_core v0.10.0
8902026-07-21T17:28:04.166Z Downloaded crossterm v0.29.0
8912026-07-21T17:28:04.172Z Downloaded hickory-server v0.25.2
8922026-07-21T17:28:04.177Z Downloaded hashbrown v0.13.2
8932026-07-21T17:28:04.177Z Downloaded hashbrown v0.12.3
8942026-07-21T17:28:04.183Z Downloaded scheduled-thread-pool v0.2.7
8952026-07-21T17:28:04.183Z Downloaded sapling-renderdag v0.1.0
8962026-07-21T17:28:04.183Z Downloaded jiff-static v0.2.21
8972026-07-21T17:28:04.184Z Downloaded scopeguard v1.2.0
8982026-07-21T17:28:04.189Z Downloaded russh-cryptovec v0.61.0
8992026-07-21T17:28:04.189Z Downloaded rfc6979 v0.5.0
9002026-07-21T17:28:04.189Z Downloaded parking_lot_core v0.8.6
9012026-07-21T17:28:04.189Z Downloaded openssl-sys v0.9.115
9022026-07-21T17:28:04.189Z Downloaded miniz_oxide v0.8.9
9032026-07-21T17:28:04.192Z Downloaded progenitor v0.13.0
9042026-07-21T17:28:04.192Z Downloaded seq-macro v0.3.6
9052026-07-21T17:28:04.192Z Downloaded secrecy v0.10.3
9062026-07-21T17:28:04.195Z Downloaded scroll_derive v0.13.1
9072026-07-21T17:28:04.195Z Downloaded psm v0.1.30
9082026-07-21T17:28:04.195Z Downloaded pin-project v1.1.11
9092026-07-21T17:28:04.201Z Downloaded serde-big-array v0.5.1
9102026-07-21T17:28:04.204Z Downloaded resolv-conf v0.7.6
9112026-07-21T17:28:04.204Z Downloaded semver v0.1.20
9122026-07-21T17:28:04.207Z Downloaded serde_bytes v0.11.19
9132026-07-21T17:28:04.207Z Downloaded serde_repr v0.1.20
9142026-07-21T17:28:04.207Z Downloaded secrecy v0.8.0
9152026-07-21T17:28:04.212Z Downloaded minimal-lexical v0.2.1
9162026-07-21T17:28:04.212Z Downloaded rustls-pemfile v2.2.0
9172026-07-21T17:28:04.217Z Downloaded quinn-udp v0.5.14
9182026-07-21T17:28:04.217Z Downloaded rpassword v7.5.4
9192026-07-21T17:28:04.221Z Downloaded pkcs5 v0.8.1
9202026-07-21T17:28:04.221Z Downloaded papergrid v0.17.0
9212026-07-21T17:28:04.224Z Downloaded sha1 v0.10.6
9222026-07-21T17:28:04.225Z Downloaded serde_urlencoded v0.7.1
9232026-07-21T17:28:04.225Z Downloaded serde_plain v1.0.2
9242026-07-21T17:28:04.228Z Downloaded http v1.4.2
9252026-07-21T17:28:04.228Z Downloaded litrs v1.0.0
9262026-07-21T17:28:04.233Z Downloaded rustversion v1.0.22
9272026-07-21T17:28:04.233Z Downloaded rusty-fork v0.3.1
9282026-07-21T17:28:04.233Z Downloaded hyper-util v0.1.20
9292026-07-21T17:28:04.236Z Downloaded signal-hook-mio v0.2.5
9302026-07-21T17:28:04.236Z Downloaded shell-words v1.1.1
9312026-07-21T17:28:04.236Z Downloaded sha1 v0.11.0
9322026-07-21T17:28:04.239Z Downloaded serde_spanned v1.1.1
9332026-07-21T17:28:04.240Z Downloaded icu_normalizer v2.1.1
9342026-07-21T17:28:04.243Z Downloaded ingot-types v0.1.2
9352026-07-21T17:28:04.248Z Downloaded hmac v0.12.1
9362026-07-21T17:28:04.248Z Downloaded compact_str v0.8.1
9372026-07-21T17:28:04.248Z Downloaded newline-converter v0.3.0
9382026-07-21T17:28:04.252Z Downloaded md-5 v0.10.6
9392026-07-21T17:28:04.252Z Downloaded signature v2.2.0
9402026-07-21T17:28:04.252Z Downloaded signal-hook-tokio v0.3.1
9412026-07-21T17:28:04.252Z Downloaded scroll v0.13.0
9422026-07-21T17:28:04.255Z Downloaded internal-russh-num-bigint v0.5.0
9432026-07-21T17:28:04.264Z Downloaded p256 v0.14.0-rc.10
9442026-07-21T17:28:04.264Z Downloaded maybe-uninit v2.0.0
9452026-07-21T17:28:04.267Z Downloaded impl-trait-for-tuples v0.2.3
9462026-07-21T17:28:04.268Z Downloaded darling_core v0.21.3
9472026-07-21T17:28:04.268Z Downloaded slog-envlogger v2.2.0
9482026-07-21T17:28:04.268Z Downloaded siphasher v1.0.2
9492026-07-21T17:28:04.268Z Downloaded serde-hex v0.1.0
9502026-07-21T17:28:04.273Z Downloaded darling_core v0.20.11
9512026-07-21T17:28:04.273Z Downloaded sigpipe v0.1.3
9522026-07-21T17:28:04.273Z Downloaded progenitor-impl v0.14.0
9532026-07-21T17:28:04.277Z Downloaded progenitor-impl v0.13.0
9542026-07-21T17:28:04.277Z Downloaded prefix-trie v0.7.0
9552026-07-21T17:28:04.277Z Downloaded slog-bunyan v2.5.0
9562026-07-21T17:28:04.277Z Downloaded signature v3.0.0
9572026-07-21T17:28:04.281Z Downloaded serde_derive_internals v0.29.1
9582026-07-21T17:28:04.281Z Downloaded sec1 v0.7.3
9592026-07-21T17:28:04.287Z Downloaded rustls-pki-types v1.14.0
9602026-07-21T17:28:04.287Z Downloaded prettyplease v0.2.37
9612026-07-21T17:28:04.287Z Downloaded pretty_assertions v1.4.1
9622026-07-21T17:28:04.291Z Downloaded schemars_derive v0.8.22
9632026-07-21T17:28:04.291Z Downloaded lru v0.12.5
9642026-07-21T17:28:04.291Z Downloaded salsa20 v0.11.0
9652026-07-21T17:28:04.291Z Downloaded scrypt v0.12.0
9662026-07-21T17:28:04.291Z Downloaded backon v1.6.0
9672026-07-21T17:28:04.296Z Downloaded argon2 v0.6.0-rc.8
9682026-07-21T17:28:04.296Z Downloaded der_derive v0.7.3
9692026-07-21T17:28:04.298Z Downloaded cmake v0.1.57
9702026-07-21T17:28:04.303Z Downloaded sqlparser_derive v0.5.0
9712026-07-21T17:28:04.303Z Downloaded rcgen v0.12.1
9722026-07-21T17:28:04.303Z Downloaded defmt v1.0.1
9732026-07-21T17:28:04.303Z Downloaded shlex v1.3.0
9742026-07-21T17:28:04.303Z Downloaded serdect v0.4.3
9752026-07-21T17:28:04.306Z Downloaded serde_path_to_error v0.1.20
9762026-07-21T17:28:04.306Z Downloaded data-encoding v2.10.0
9772026-07-21T17:28:04.306Z Downloaded ctutils v0.4.2
9782026-07-21T17:28:04.306Z Downloaded form_urlencoded v1.2.2
9792026-07-21T17:28:04.310Z Downloaded foreign-types-shared v0.3.1
9802026-07-21T17:28:04.310Z Downloaded foreign-types-shared v0.1.1
9812026-07-21T17:28:04.310Z Downloaded foreign-types v0.3.2
9822026-07-21T17:28:04.310Z Downloaded float-cmp v0.10.0
9832026-07-21T17:28:04.311Z Downloaded daft-derive v0.1.7
9842026-07-21T17:28:04.316Z Downloaded daft v0.1.7
9852026-07-21T17:28:04.316Z Downloaded crossbeam-epoch v0.9.18
9862026-07-21T17:28:04.322Z Downloaded rustls-native-certs v0.8.3
9872026-07-21T17:28:04.322Z Downloaded allocator-api2 v0.2.21
9882026-07-21T17:28:04.324Z Downloaded strum v0.26.3
9892026-07-21T17:28:04.324Z Downloaded strsim v0.10.0
9902026-07-21T17:28:04.325Z Downloaded strip-ansi-escapes v0.2.1
9912026-07-21T17:28:04.325Z Downloaded stable_deref_trait v1.2.1
9922026-07-21T17:28:04.330Z Downloaded structmeta v0.3.0
9932026-07-21T17:28:04.333Z Downloaded itertools v0.10.5
9942026-07-21T17:28:04.333Z Downloaded ron v0.8.1
9952026-07-21T17:28:04.336Z Downloaded slab v0.4.12
9962026-07-21T17:28:04.339Z Downloaded simd-adler32 v0.3.8
9972026-07-21T17:28:04.339Z Downloaded slog-scope v4.4.1
9982026-07-21T17:28:04.342Z Downloaded slog-json v2.6.1
9992026-07-21T17:28:04.342Z Downloaded sync_wrapper v1.0.2
10002026-07-21T17:28:04.342Z Downloaded sync-ptr v0.1.4
10012026-07-21T17:28:04.342Z Downloaded supports-color v3.0.2
10022026-07-21T17:28:04.345Z Downloaded structmeta-derive v0.3.0
10032026-07-21T17:28:04.345Z Downloaded slog-dtrace v0.3.0
10042026-07-21T17:28:04.345Z Downloaded serde_cbor v0.11.2
10052026-07-21T17:28:04.349Z Downloaded subtle v2.6.1
10062026-07-21T17:28:04.349Z Downloaded strum v0.27.2
10072026-07-21T17:28:04.353Z Downloaded p384 v0.14.0-rc.10
10082026-07-21T17:28:04.395Z Downloaded smf v0.2.3
10092026-07-21T17:28:04.395Z Downloaded rustls-platform-verifier v0.6.2
10102026-07-21T17:28:04.395Z Downloaded take_mut v0.2.2
10112026-07-21T17:28:04.395Z Downloaded tabled_derive v0.11.0
10122026-07-21T17:28:04.395Z Downloaded slog-async v2.8.0
10132026-07-21T17:28:04.395Z Downloaded dropshot-api-manager v0.7.2
10142026-07-21T17:28:04.395Z Downloaded ryu v1.0.23
10152026-07-21T17:28:04.395Z Downloaded spki v0.8.0
10162026-07-21T17:28:04.396Z Downloaded slog-stdlog v4.1.1
10172026-07-21T17:28:04.396Z Downloaded slog-term v2.9.2
10182026-07-21T17:28:04.396Z Downloaded tap v1.0.1
10192026-07-21T17:28:04.396Z Downloaded tagptr v0.2.0
10202026-07-21T17:28:04.396Z Downloaded thread-id v5.1.0
10212026-07-21T17:28:04.396Z Downloaded termtree v0.5.1
10222026-07-21T17:28:04.396Z Downloaded tabwriter v1.4.1
10232026-07-21T17:28:04.396Z Downloaded sqlformat v0.3.5
10242026-07-21T17:28:04.396Z Downloaded ssh-cipher v0.3.0-rc.9
10252026-07-21T17:28:04.396Z Downloaded hashbrown v0.16.1
10262026-07-21T17:28:04.396Z Downloaded sec1 v0.8.1
10272026-07-21T17:28:04.418Z Downloaded futures-util v0.3.32
10282026-07-21T17:28:04.420Z Downloaded testing_table v0.3.0
10292026-07-21T17:28:04.421Z Downloaded static_assertions v1.1.0
10302026-07-21T17:28:04.422Z Downloaded stacker v0.1.23
10312026-07-21T17:28:04.423Z Downloaded publicsuffix v2.3.0
10322026-07-21T17:28:04.424Z Downloaded sha2 v0.11.0
10332026-07-21T17:28:04.424Z Downloaded stringprep v0.1.5
10342026-07-21T17:28:04.424Z Downloaded string_cache v0.8.9
10352026-07-21T17:28:04.424Z Downloaded qorb v0.4.1
10362026-07-21T17:28:04.433Z Downloaded serde_with_macros v1.5.2
10372026-07-21T17:28:04.433Z Downloaded ssh-encoding v0.3.0-rc.9
10382026-07-21T17:28:04.433Z Downloaded smallvec v1.15.1
10392026-07-21T17:28:04.435Z Downloaded signal-hook-registry v1.4.8
10402026-07-21T17:28:04.435Z Downloaded support-bundle-viewer v0.1.2
10412026-07-21T17:28:04.435Z Downloaded smallvec v0.6.14
10422026-07-21T17:28:04.436Z Downloaded time-core v0.1.8
10432026-07-21T17:28:04.436Z Downloaded strum_macros v0.26.4
10442026-07-21T17:28:04.436Z Downloaded tinyvec_macros v0.1.1
10452026-07-21T17:28:04.436Z Downloaded strum_macros v0.24.3
10462026-07-21T17:28:04.436Z Downloaded tokio-macros v2.7.0
10472026-07-21T17:28:04.441Z Downloaded mio v1.2.0
10482026-07-21T17:28:04.441Z Downloaded rand v0.8.6
10492026-07-21T17:28:04.441Z Downloaded synstructure v0.13.2
10502026-07-21T17:28:04.441Z Downloaded nom v7.1.3
10512026-07-21T17:28:04.441Z Downloaded serde_with_macros v3.21.0
10522026-07-21T17:28:04.441Z Downloaded spki v0.7.3
10532026-07-21T17:28:04.441Z Downloaded spin v0.9.8
10542026-07-21T17:28:04.488Z Downloaded snafu-derive v0.8.9
10552026-07-21T17:28:04.488Z Downloaded schemars v0.8.22
10562026-07-21T17:28:04.488Z Downloaded libxml v0.3.3
10572026-07-21T17:28:04.488Z Downloaded tokio-test v0.4.5
10582026-07-21T17:28:04.488Z Downloaded termios v0.3.3
10592026-07-21T17:28:04.488Z Downloaded idna v1.1.0
10602026-07-21T17:28:04.488Z Downloaded tower-service v0.3.3
10612026-07-21T17:28:04.488Z Downloaded hkdf v0.13.0
10622026-07-21T17:28:04.488Z Downloaded crypto-primes v0.7.2
10632026-07-21T17:28:04.488Z Downloaded hashbrown v0.15.5
10642026-07-21T17:28:04.488Z Downloaded thiserror-impl-no-std v2.0.2
10652026-07-21T17:28:04.488Z Downloaded strum_macros v0.27.2
10662026-07-21T17:28:04.488Z Downloaded quinn v0.11.9
10672026-07-21T17:28:04.488Z Downloaded tower-layer v0.3.3
10682026-07-21T17:28:04.488Z Downloaded signal-hook v0.3.18
10692026-07-21T17:28:04.488Z Downloaded serde_yaml v0.9.34+deprecated
10702026-07-21T17:28:04.488Z Downloaded tiny-keccak v2.0.2
10712026-07-21T17:28:04.488Z Downloaded thiserror-no-std v2.0.2
10722026-07-21T17:28:04.488Z Downloaded tokio-dtrace v0.1.1
10732026-07-21T17:28:04.488Z Downloaded tls_codec_derive v0.4.2
10742026-07-21T17:28:04.496Z Downloaded thread_local v1.1.9
10752026-07-21T17:28:04.496Z Downloaded topological-sort v0.2.2
10762026-07-21T17:28:04.496Z Downloaded time-macros v0.2.27
10772026-07-21T17:28:04.496Z Downloaded try-lock v0.2.5
10782026-07-21T17:28:04.496Z Downloaded itertools v0.12.1
10792026-07-21T17:28:04.499Z Downloaded tls_codec v0.4.2
10802026-07-21T17:28:04.500Z Downloaded itertools v0.13.0
10812026-07-21T17:28:04.500Z Downloaded socket2 v0.6.3
10822026-07-21T17:28:04.504Z Downloaded num-bigint v0.4.6
10832026-07-21T17:28:04.505Z Downloaded tokio-native-tls v0.3.1
10842026-07-21T17:28:04.505Z Downloaded unicode-xid v0.2.6
10852026-07-21T17:28:04.511Z Downloaded rayon-core v1.13.0
10862026-07-21T17:28:04.511Z Downloaded unicode-truncate v1.1.0
10872026-07-21T17:28:04.511Z Downloaded hyper v1.10.1
10882026-07-21T17:28:04.515Z Downloaded unarray v0.1.4
10892026-07-21T17:28:04.515Z Downloaded socket2 v0.5.10
10902026-07-21T17:28:04.521Z Downloaded term v1.2.1
10912026-07-21T17:28:04.521Z Downloaded usdt-macro v0.6.0
10922026-07-21T17:28:04.521Z Downloaded untrusted v0.9.0
10932026-07-21T17:28:04.521Z Downloaded universal-hash v0.5.1
10942026-07-21T17:28:04.521Z Downloaded unit-prefix v0.5.2
10952026-07-21T17:28:04.522Z Downloaded tokio-tungstenite v0.23.1
10962026-07-21T17:28:04.535Z Downloaded term v0.7.0
10972026-07-21T17:28:04.535Z Downloaded untrusted v0.7.1
10982026-07-21T17:28:04.535Z Downloaded h2 v0.4.15
10992026-07-21T17:28:04.541Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11002026-07-21T17:28:04.541Z Downloaded universal-hash v0.6.1
11012026-07-21T17:28:04.541Z Downloaded blake3 v1.8.5
11022026-07-21T17:28:04.541Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11032026-07-21T17:28:04.541Z Downloaded utf8_iter v1.0.4
11042026-07-21T17:28:04.541Z Downloaded toml_writer v1.1.1+spec-1.1.0
11052026-07-21T17:28:04.541Z Downloaded usdt-attr-macro v0.6.0
11062026-07-21T17:28:04.541Z Downloaded usdt v0.6.0
11072026-07-21T17:28:04.541Z Downloaded p521 v0.14.0-rc.10
11082026-07-21T17:28:04.544Z Downloaded slog v2.8.2
11092026-07-21T17:28:04.544Z Downloaded trait-variant v0.1.2
11102026-07-21T17:28:04.544Z Downloaded rand v0.9.2
11112026-07-21T17:28:04.547Z Downloaded rsa v0.9.10
11122026-07-21T17:28:04.550Z Downloaded tinystr v0.8.2
11132026-07-21T17:28:04.553Z Downloaded subprocess v0.2.15
11142026-07-21T17:28:04.556Z Downloaded bitvec v1.0.1
11152026-07-21T17:28:04.565Z Downloaded want v0.3.1
11162026-07-21T17:28:04.576Z Downloaded waitgroup v0.1.2
11172026-07-21T17:28:04.576Z Downloaded typify-macro v0.6.2
11182026-07-21T17:28:04.576Z Downloaded void v1.0.2
11192026-07-21T17:28:04.576Z Downloaded tui-tree-widget v0.23.1
11202026-07-21T17:28:04.576Z Downloaded itertools v0.14.0
11212026-07-21T17:28:04.576Z Downloaded unicase v2.9.0
11222026-07-21T17:28:04.582Z Downloaded hkdf v0.12.4
11232026-07-21T17:28:04.582Z Downloaded iri-string v0.7.10
11242026-07-21T17:28:04.582Z Downloaded similar v2.7.0
11252026-07-21T17:28:04.583Z Downloaded rustls-webpki v0.103.13
11262026-07-21T17:28:04.586Z Downloaded xshell-macros v0.2.7
11272026-07-21T17:28:04.586Z Downloaded samael v0.0.19
11282026-07-21T17:28:04.590Z Downloaded nom v8.0.0
11292026-07-21T17:28:04.593Z Downloaded yoke-derive v0.8.1
11302026-07-21T17:28:04.593Z Downloaded xattr v1.6.1
11312026-07-21T17:28:04.596Z Downloaded aws-lc-rs v1.16.3
11322026-07-21T17:28:04.601Z Downloaded zerofrom-derive v0.1.6
11332026-07-21T17:28:04.601Z Downloaded zerofrom v0.1.6
11342026-07-21T17:28:04.606Z Downloaded utf-8 v0.7.6
11352026-07-21T17:28:04.606Z Downloaded usdt-impl v0.6.0
11362026-07-21T17:28:04.606Z Downloaded num-bigint-dig v0.8.6
11372026-07-21T17:28:04.609Z Downloaded toml_parser v1.1.2+spec-1.1.0
11382026-07-21T17:28:04.609Z Downloaded wait-timeout v0.2.1
11392026-07-21T17:28:04.609Z Downloaded zeroize_derive v1.4.3
11402026-07-21T17:28:04.609Z Downloaded vergen-lib v9.1.0
11412026-07-21T17:28:04.612Z Downloaded vergen-lib v0.1.6
11422026-07-21T17:28:04.612Z Downloaded vergen-git2 v9.1.0
11432026-07-21T17:28:04.612Z Downloaded test-strategy v0.4.5
11442026-07-21T17:28:04.615Z Downloaded tracing-attributes v0.1.31
11452026-07-21T17:28:04.615Z Downloaded icu_properties_data v2.1.2
11462026-07-21T17:28:04.621Z Downloaded whoami v1.6.1
11472026-07-21T17:28:04.624Z Downloaded walkdir v2.5.0
11482026-07-21T17:28:04.624Z Downloaded zone_cfg_derive v0.3.1
11492026-07-21T17:28:04.627Z Downloaded zone v0.3.1
11502026-07-21T17:28:04.627Z Downloaded rand v0.10.1
11512026-07-21T17:28:04.627Z Downloaded vsss-rs v3.3.4
11522026-07-21T17:28:04.631Z Downloaded uzers v0.12.2
11532026-07-21T17:28:04.631Z Downloaded rsa v0.10.0-rc.18
11542026-07-21T17:28:04.636Z Downloaded tokio-rustls v0.26.4
11552026-07-21T17:28:04.640Z Downloaded tokio-tungstenite v0.21.0
11562026-07-21T17:28:04.643Z Downloaded twox-hash v2.1.2
11572026-07-21T17:28:04.643Z Downloaded tokio-stream v0.1.18
11582026-07-21T17:28:04.643Z Downloaded wyz v0.5.1
11592026-07-21T17:28:04.646Z Downloaded whoami v2.1.0
11602026-07-21T17:28:04.647Z Downloaded rustyline v14.0.0
11612026-07-21T17:28:04.650Z Downloaded xshell v0.2.7
11622026-07-21T17:28:04.650Z Downloaded schemars v1.2.1
11632026-07-21T17:28:04.658Z Downloaded zeroize v1.8.2
11642026-07-21T17:28:04.662Z Downloaded vergen-gitcl v1.0.8
11652026-07-21T17:28:04.662Z Downloaded writeable v0.6.2
11662026-07-21T17:28:04.662Z Downloaded unicode-properties v0.1.4
11672026-07-21T17:28:04.666Z Downloaded vergen v9.1.0
11682026-07-21T17:28:04.666Z Downloaded schemars v0.9.0
11692026-07-21T17:28:04.673Z Downloaded iddqd v0.4.2
11702026-07-21T17:28:04.685Z Downloaded zerovec-derive v0.11.2
11712026-07-21T17:28:04.686Z Downloaded libm v0.2.16
11722026-07-21T17:28:04.694Z Downloaded unicode-bidi v0.3.18
11732026-07-21T17:28:04.694Z Downloaded toml v1.1.2+spec-1.1.0
11742026-07-21T17:28:04.694Z Downloaded snafu v0.8.9
11752026-07-21T17:28:04.694Z Downloaded steno v0.4.1
11762026-07-21T17:28:04.695Z Downloaded zstd-safe v7.2.4
11772026-07-21T17:28:04.702Z Downloaded zstd v0.13.3
11782026-07-21T17:28:04.702Z Downloaded yasna v0.5.2
11792026-07-21T17:28:04.702Z Downloaded bindgen v0.71.1
11802026-07-21T17:28:04.702Z Downloaded unsafe-libyaml v0.2.11
11812026-07-21T17:28:04.714Z Downloaded chrono v0.4.45
11822026-07-21T17:28:04.715Z Downloaded tinyvec v1.10.0
11832026-07-21T17:28:04.730Z Downloaded tungstenite v0.21.0
11842026-07-21T17:28:04.730Z Downloaded tracing-core v0.1.36
11852026-07-21T17:28:04.730Z Downloaded tar v0.4.46
11862026-07-21T17:28:04.730Z Downloaded typify v0.6.2
11872026-07-21T17:28:04.748Z Downloaded reedline v0.40.0
11882026-07-21T17:28:04.748Z Downloaded zerocopy v0.6.6
11892026-07-21T17:28:04.748Z Downloaded yoke v0.8.1
11902026-07-21T17:28:04.748Z Downloaded toml_edit v0.23.10+spec-1.0.0
11912026-07-21T17:28:04.755Z Downloaded toml v0.7.8
11922026-07-21T17:28:04.755Z Downloaded vte v0.14.1
11932026-07-21T17:28:04.755Z Downloaded uuid v1.23.4
11942026-07-21T17:28:04.755Z Downloaded reqwest v0.12.28
11952026-07-21T17:28:04.765Z Downloaded tokio-postgres v0.7.16
11962026-07-21T17:28:04.765Z Downloaded zopfli v0.8.3
11972026-07-21T17:28:04.768Z Downloaded tungstenite v0.23.0
11982026-07-21T17:28:04.768Z Downloaded serde_with v1.14.0
11992026-07-21T17:28:04.774Z Downloaded url v2.5.8
12002026-07-21T17:28:04.774Z Downloaded crypto-bigint v0.7.5
12012026-07-21T17:28:04.780Z Downloaded zerotrie v0.2.3
12022026-07-21T17:28:04.786Z Downloaded zip v0.6.6
12032026-07-21T17:28:04.804Z Downloaded ssh-key v0.7.0-rc.10
12042026-07-21T17:28:04.815Z Downloaded tower v0.5.3
12052026-07-21T17:28:04.826Z Downloaded typed-path v0.9.3
12062026-07-21T17:28:04.829Z Downloaded p384 v0.13.1
12072026-07-21T17:28:04.833Z Downloaded toml_edit v0.19.15
12082026-07-21T17:28:04.845Z Downloaded unicode_categories v0.1.1
12092026-07-21T17:28:04.848Z Downloaded reqwest v0.13.2
12102026-07-21T17:28:04.848Z Downloaded regex v1.12.3
12112026-07-21T17:28:04.851Z Downloaded git2 v0.20.4
12122026-07-21T17:28:04.856Z Downloaded unicode-normalization v0.1.25
12132026-07-21T17:28:04.860Z Downloaded tokio-util v0.7.18
12142026-07-21T17:28:04.862Z Downloaded tough v0.22.0
12152026-07-21T17:28:04.867Z Downloaded proptest v1.10.0
12162026-07-21T17:28:04.873Z Downloaded unicode-segmentation v1.12.0
12172026-07-21T17:28:04.879Z Downloaded rayon v1.11.0
12182026-07-21T17:28:04.882Z Downloaded yansi v1.0.1
12192026-07-21T17:28:04.903Z Downloaded goblin v0.10.5
12202026-07-21T17:28:04.903Z Downloaded tower-http v0.6.8
12212026-07-21T17:28:04.910Z Downloaded zerovec v0.11.5
12222026-07-21T17:28:04.910Z Downloaded quick-xml v0.37.5
12232026-07-21T17:28:04.925Z Downloaded quinn-proto v0.11.13
12242026-07-21T17:28:04.925Z Downloaded lalrpop v0.19.12
12252026-07-21T17:28:04.931Z Downloaded moka v0.12.13
12262026-07-21T17:28:04.931Z Downloaded salty v0.3.0
12272026-07-21T17:28:04.931Z Downloaded rawzip v0.4.4
12282026-07-21T17:28:04.940Z Downloaded bstr v1.12.1
12292026-07-21T17:28:04.944Z Downloaded portable-atomic v1.13.1
12302026-07-21T17:28:04.944Z Downloaded winnow v0.6.26
12312026-07-21T17:28:04.955Z Downloaded x509-cert v0.2.5
12322026-07-21T17:28:05.000Z Downloaded zerocopy-derive v0.8.40
12332026-07-21T17:28:05.013Z Downloaded tabled v0.20.0
12342026-07-21T17:28:05.013Z Downloaded smoltcp v0.9.1
12352026-07-21T17:28:05.013Z Downloaded curve25519-dalek v4.1.3
12362026-07-21T17:28:05.013Z Downloaded hickory-proto v0.24.4
12372026-07-21T17:28:05.013Z Downloaded petname v2.0.2
12382026-07-21T17:28:05.013Z Downloaded vcpkg v0.2.15
12392026-07-21T17:28:05.032Z Downloaded zlib-rs v0.6.2
12402026-07-21T17:28:05.045Z Downloaded nix v0.27.1
12412026-07-21T17:28:05.045Z Downloaded curve25519-dalek v5.0.0-rc.0
12422026-07-21T17:28:05.051Z Downloaded openapiv3 v2.2.0
12432026-07-21T17:28:05.051Z Downloaded zip v4.6.1
12442026-07-21T17:28:05.051Z Downloaded serde_with v3.21.0
12452026-07-21T17:28:05.058Z Downloaded regress v0.10.5
12462026-07-21T17:28:05.067Z Downloaded regress v0.11.1
12472026-07-21T17:28:05.075Z Downloaded polar-core v0.27.3
12482026-07-21T17:28:05.080Z Downloaded russh v0.61.2
12492026-07-21T17:28:05.084Z Downloaded dropshot v0.17.1
12502026-07-21T17:28:05.099Z Downloaded radix_trie v0.2.1
12512026-07-21T17:28:05.107Z Downloaded nix v0.28.0
12522026-07-21T17:28:05.117Z Downloaded winnow v0.5.40
12532026-07-21T17:28:05.124Z Downloaded object v0.30.4
12542026-07-21T17:28:05.124Z Downloaded openssl v0.10.79
12552026-07-21T17:28:05.134Z Downloaded winnow v1.0.3
12562026-07-21T17:28:05.144Z Downloaded time v0.3.47
12572026-07-21T17:28:05.152Z Downloaded regex-syntax v0.6.29
12582026-07-21T17:28:05.152Z Downloaded nix v0.31.2
12592026-07-21T17:28:05.158Z Downloaded fiat-crypto v0.3.0
12602026-07-21T17:28:05.178Z Downloaded object v0.37.3
12612026-07-21T17:28:05.192Z Downloaded hickory-proto v0.25.2
12622026-07-21T17:28:05.202Z Downloaded bzip2-sys v0.1.13+1.0.8
12632026-07-21T17:28:05.210Z Downloaded diesel v2.3.7
12642026-07-21T17:28:05.215Z Downloaded zerocopy v0.8.40
12652026-07-21T17:28:05.220Z Downloaded regex-syntax v0.8.10
12662026-07-21T17:28:05.231Z Downloaded smoltcp v0.11.0
12672026-07-21T17:28:05.237Z Downloaded regex-automata v0.4.14
12682026-07-21T17:28:05.268Z Downloaded rustix v0.38.44
12692026-07-21T17:28:05.275Z Downloaded zerocopy-derive v0.6.6
12702026-07-21T17:28:05.275Z Downloaded jiff v0.2.21
12712026-07-21T17:28:05.283Z Downloaded chrono-tz v0.10.4
12722026-07-21T17:28:05.288Z Downloaded rustls v0.23.41
12732026-07-21T17:28:05.297Z Downloaded sqlparser v0.61.0
12742026-07-21T17:28:05.306Z Downloaded petgraph v0.8.3
12752026-07-21T17:28:05.318Z Downloaded sled v0.34.7
12762026-07-21T17:28:05.327Z Downloaded typify-impl v0.6.2
12772026-07-21T17:28:05.334Z Downloaded tracing v0.1.44
12782026-07-21T17:28:05.345Z Downloaded libz-sys v1.1.24
12792026-07-21T17:28:05.359Z Downloaded sha3 v0.11.0
12802026-07-21T17:28:05.365Z Downloaded ratatui v0.29.0
12812026-07-21T17:28:05.390Z Downloaded petgraph v0.6.5
12822026-07-21T17:28:05.401Z Downloaded tokio v1.52.1
12832026-07-21T17:28:05.432Z Downloaded csv v1.4.0
12842026-07-21T17:28:05.445Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12852026-07-21T17:28:05.460Z Downloaded encoding_rs v0.8.35
12862026-07-21T17:28:05.526Z Downloaded sha3 v0.10.8
12872026-07-21T17:28:05.548Z Downloaded ring v0.17.14
12882026-07-21T17:28:05.559Z Downloaded libgit2-sys v0.18.3+1.9.2
12892026-07-21T17:28:06.054Z Downloaded aws-lc-sys v0.40.0
12902026-07-21T17:28:06.309Z Compiling libc v0.2.185
12912026-07-21T17:28:06.316Z Compiling serde_core v1.0.228
12922026-07-21T17:28:06.316Z Compiling serde v1.0.228
12932026-07-21T17:28:06.316Z Compiling log v0.4.29
12942026-07-21T17:28:06.316Z Compiling smallvec v1.15.1
12952026-07-21T17:28:06.316Z Compiling find-msvc-tools v0.1.9
12962026-07-21T17:28:06.316Z Compiling shlex v1.3.0
12972026-07-21T17:28:06.316Z Compiling subtle v2.6.1
12982026-07-21T17:28:06.316Z Compiling stable_deref_trait v1.2.1
12992026-07-21T17:28:06.479Z Compiling scopeguard v1.2.0
13002026-07-21T17:28:06.486Z Compiling typenum v1.20.1
13012026-07-21T17:28:06.499Z Compiling serde_json v1.0.150
13022026-07-21T17:28:06.531Z Compiling zerocopy v0.8.40
13032026-07-21T17:28:06.535Z Compiling portable-atomic v1.13.1
13042026-07-21T17:28:06.544Z Compiling syn v2.0.117
13052026-07-21T17:28:06.549Z Compiling parking_lot_core v0.9.12
13062026-07-21T17:28:06.637Z Compiling lock_api v0.4.14
13072026-07-21T17:28:06.657Z Compiling pin-project-lite v0.2.17
13082026-07-21T17:28:06.663Z Compiling critical-section v1.2.0
13092026-07-21T17:28:06.713Z Compiling libm v0.2.16
13102026-07-21T17:28:06.726Z Compiling getrandom v0.4.1
13112026-07-21T17:28:06.741Z Compiling pkg-config v0.3.32
13122026-07-21T17:28:06.756Z Compiling num-traits v0.2.19
13132026-07-21T17:28:06.768Z Compiling rand_core v0.10.0
13142026-07-21T17:28:06.781Z Compiling futures-core v0.3.32
13152026-07-21T17:28:06.816Z Compiling generic-array v0.14.7
13162026-07-21T17:28:06.869Z Compiling writeable v0.6.2
13172026-07-21T17:28:06.894Z Compiling percent-encoding v2.3.2
13182026-07-21T17:28:06.954Z Compiling litemap v0.8.1
13192026-07-21T17:28:06.959Z Compiling const-oid v0.9.6
13202026-07-21T17:28:06.959Z Compiling icu_properties_data v2.1.2
13212026-07-21T17:28:07.101Z Compiling icu_normalizer_data v2.1.1
13222026-07-21T17:28:07.117Z Compiling futures-sink v0.3.32
13232026-07-21T17:28:07.123Z Compiling futures-task v0.3.32
13242026-07-21T17:28:07.145Z Compiling futures-io v0.3.32
13252026-07-21T17:28:07.199Z Compiling futures-channel v0.3.32
13262026-07-21T17:28:07.202Z Compiling slab v0.4.12
13272026-07-21T17:28:07.256Z Compiling utf8_iter v1.0.4
13282026-07-21T17:28:07.260Z Compiling form_urlencoded v1.2.2
13292026-07-21T17:28:07.332Z Compiling getrandom v0.3.4
13302026-07-21T17:28:07.336Z Compiling rustversion v1.0.22
13312026-07-21T17:28:07.357Z Compiling jobserver v0.1.34
13322026-07-21T17:28:07.366Z Compiling errno v0.3.14
13332026-07-21T17:28:07.386Z Compiling getrandom v0.2.17
13342026-07-21T17:28:07.439Z Compiling mio v1.2.0
13352026-07-21T17:28:07.447Z Compiling socket2 v0.6.3
13362026-07-21T17:28:07.464Z Compiling iana-time-zone v0.1.65
13372026-07-21T17:28:07.533Z Compiling rand_core v0.6.4
13382026-07-21T17:28:07.550Z Compiling signal-hook-registry v1.4.8
13392026-07-21T17:28:07.649Z Compiling cc v1.2.56
13402026-07-21T17:28:07.674Z Compiling once_cell v1.21.3
13412026-07-21T17:28:07.715Z Compiling parking_lot v0.12.5
13422026-07-21T17:28:07.744Z Compiling rustix v1.1.3
13432026-07-21T17:28:07.750Z Compiling ident_case v1.0.1
13442026-07-21T17:28:07.774Z Compiling fs_extra v1.3.0
13452026-07-21T17:28:07.788Z Compiling dunce v1.0.5
13462026-07-21T17:28:07.839Z Compiling regex-syntax v0.8.10
13472026-07-21T17:28:07.855Z Compiling vcpkg v0.2.15
13482026-07-21T17:28:07.884Z Compiling base64 v0.22.1
13492026-07-21T17:28:07.899Z Compiling base64ct v1.8.3
13502026-07-21T17:28:07.921Z Compiling tracing-core v0.1.36
13512026-07-21T17:28:07.922Z Compiling flagset v0.4.7
13522026-07-21T17:28:08.070Z Compiling aws-lc-rs v1.16.3
13532026-07-21T17:28:08.078Z Compiling dyn-clone v1.0.20
13542026-07-21T17:28:08.106Z Compiling httparse v1.10.1
13552026-07-21T17:28:08.204Z Compiling pem-rfc7468 v0.7.0
13562026-07-21T17:28:08.216Z Compiling schemars v0.8.22
13572026-07-21T17:28:08.230Z Compiling rand_core v0.9.5
13582026-07-21T17:28:08.290Z Compiling cmov v0.5.4
13592026-07-21T17:28:08.325Z Compiling openssl-probe v0.2.1
13602026-07-21T17:28:08.369Z Compiling tinyvec_macros v0.1.1
13612026-07-21T17:28:08.394Z Compiling cmake v0.1.57
13622026-07-21T17:28:08.424Z Compiling aho-corasick v1.1.4
13632026-07-21T17:28:08.451Z Compiling tinyvec v1.10.0
13642026-07-21T17:28:08.487Z Compiling ctutils v0.4.2
13652026-07-21T17:28:08.500Z Compiling tower-layer v0.3.3
13662026-07-21T17:28:08.535Z Compiling tower-service v0.3.3
13672026-07-21T17:28:08.541Z Compiling untrusted v0.7.1
13682026-07-21T17:28:08.542Z Compiling atomic-waker v1.1.2
13692026-07-21T17:28:08.570Z Compiling try-lock v0.2.5
13702026-07-21T17:28:08.602Z Compiling cpufeatures v0.2.17
13712026-07-21T17:28:08.650Z Compiling rustls v0.23.41
13722026-07-21T17:28:08.650Z Compiling foreign-types-shared v0.1.1
13732026-07-21T17:28:08.677Z Compiling want v0.3.1
13742026-07-21T17:28:08.694Z Compiling bitflags v2.11.0
13752026-07-21T17:28:08.694Z Compiling semver v1.0.28
13762026-07-21T17:28:08.697Z Compiling indexmap v2.14.0
13772026-07-21T17:28:08.754Z Compiling uuid v1.23.4
13782026-07-21T17:28:08.759Z Compiling httpdate v1.0.3
13792026-07-21T17:28:08.816Z Compiling openssl v0.10.79
13802026-07-21T17:28:08.831Z Compiling untrusted v0.9.0
13812026-07-21T17:28:08.831Z Compiling unicode-normalization v0.1.25
13822026-07-21T17:28:08.861Z Compiling foreign-types v0.3.2
13832026-07-21T17:28:08.891Z Compiling spin v0.9.8
13842026-07-21T17:28:08.939Z Compiling rustc_version v0.4.1
13852026-07-21T17:28:08.950Z Compiling powerfmt v0.2.0
13862026-07-21T17:28:08.966Z Compiling time-core v0.1.8
13872026-07-21T17:28:09.016Z Compiling num-conv v0.2.0
13882026-07-21T17:28:09.093Z Compiling crc32fast v1.5.0
13892026-07-21T17:28:09.105Z Compiling native-tls v0.2.18
13902026-07-21T17:28:09.237Z Compiling deranged v0.5.8
13912026-07-21T17:28:09.288Z Compiling wait-timeout v0.2.1
13922026-07-21T17:28:09.289Z Compiling sync_wrapper v1.0.2
13932026-07-21T17:28:09.289Z Compiling time-macros v0.2.27
13942026-07-21T17:28:09.289Z Compiling aws-lc-sys v0.40.0
13952026-07-21T17:28:09.348Z Compiling openssl-sys v0.9.115
13962026-07-21T17:28:09.371Z Compiling regex-automata v0.4.14
13972026-07-21T17:28:09.377Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13982026-07-21T17:28:09.405Z Compiling quick-error v1.2.3
13992026-07-21T17:28:09.425Z Compiling synstructure v0.13.2
14002026-07-21T17:28:09.505Z Compiling serde_derive_internals v0.29.1
14012026-07-21T17:28:09.518Z Compiling pest_generator v2.8.6
14022026-07-21T17:28:09.531Z Compiling darling_core v0.20.11
14032026-07-21T17:28:09.694Z Compiling usdt-impl v0.6.0
14042026-07-21T17:28:10.017Z Compiling tempfile v3.25.0
14052026-07-21T17:28:10.057Z Compiling simd-adler32 v0.3.8
14062026-07-21T17:28:10.201Z Compiling siphasher v1.0.2
14072026-07-21T17:28:10.317Z Compiling bit-vec v0.8.0
14082026-07-21T17:28:10.390Z Compiling num_threads v0.1.7
14092026-07-21T17:28:10.390Z Compiling crossbeam-utils v0.8.21
14102026-07-21T17:28:10.390Z Compiling syn v1.0.109
14112026-07-21T17:28:10.392Z Compiling rusty-fork v0.3.1
14122026-07-21T17:28:10.477Z Compiling darling_core v0.23.0
14132026-07-21T17:28:10.513Z Compiling bit-set v0.8.0
14142026-07-21T17:28:10.513Z Compiling heapless v0.7.17
14152026-07-21T17:28:10.513Z Compiling time v0.3.47
14162026-07-21T17:28:10.514Z Compiling bzip2-sys v0.1.13+1.0.8
14172026-07-21T17:28:10.534Z Compiling slog v2.8.2
14182026-07-21T17:28:10.577Z Compiling rand_xorshift v0.4.0
14192026-07-21T17:28:10.604Z Compiling thread-id v5.1.0
14202026-07-21T17:28:10.617Z Compiling cookie v0.18.1
14212026-07-21T17:28:10.716Z Compiling unicode-properties v0.1.4
14222026-07-21T17:28:10.746Z Compiling ryu v1.0.23
14232026-07-21T17:28:10.746Z Compiling zstd-safe v7.2.4
14242026-07-21T17:28:10.827Z Compiling allocator-api2 v0.2.21
14252026-07-21T17:28:10.827Z Compiling unicode-bidi v0.3.18
14262026-07-21T17:28:10.827Z Compiling adler2 v2.0.1
14272026-07-21T17:28:10.938Z Compiling unarray v0.1.4
14282026-07-21T17:28:10.938Z Compiling anyhow v1.0.102
14292026-07-21T17:28:10.938Z Compiling signal-hook v0.3.18
14302026-07-21T17:28:10.978Z Compiling paste v1.0.15
14312026-07-21T17:28:10.978Z Compiling iri-string v0.7.10
14322026-07-21T17:28:10.978Z Compiling miniz_oxide v0.8.9
14332026-07-21T17:28:11.120Z Compiling stringprep v0.1.5
14342026-07-21T17:28:11.258Z Compiling serde_derive v1.0.228
14352026-07-21T17:28:11.276Z Compiling zeroize_derive v1.4.3
14362026-07-21T17:28:11.346Z Compiling zerofrom-derive v0.1.6
14372026-07-21T17:28:11.441Z Compiling yoke-derive v0.8.1
14382026-07-21T17:28:12.038Z Compiling zerovec-derive v0.11.2
14392026-07-21T17:28:12.124Z Compiling displaydoc v0.2.5
14402026-07-21T17:28:12.124Z Compiling zerocopy-derive v0.8.40
14412026-07-21T17:28:12.124Z Compiling tokio-macros v2.7.0
14422026-07-21T17:28:12.125Z Compiling futures-macro v0.3.32
14432026-07-21T17:28:12.125Z Compiling zeroize v1.8.2
14442026-07-21T17:28:12.167Z Compiling thiserror-impl v2.0.18
14452026-07-21T17:28:12.419Z Compiling tracing-attributes v0.1.31
14462026-07-21T17:28:12.514Z Compiling der_derive v0.7.3
14472026-07-21T17:28:12.533Z Compiling rustls-pki-types v1.14.0
14482026-07-21T17:28:12.619Z Compiling schemars_derive v0.8.22
14492026-07-21T17:28:12.747Z Compiling crypto-common v0.1.7
14502026-07-21T17:28:12.778Z Compiling zerofrom v0.1.6
14512026-07-21T17:28:12.808Z Compiling block-buffer v0.10.4
14522026-07-21T17:28:12.842Z Compiling futures-util v0.3.32
14532026-07-21T17:28:12.912Z Compiling yoke v0.8.1
14542026-07-21T17:28:12.930Z Compiling hybrid-array v0.4.13
14552026-07-21T17:28:13.008Z Compiling digest v0.10.7
14562026-07-21T17:28:13.018Z Compiling pest_derive v2.8.6
14572026-07-21T17:28:13.035Z Compiling scroll_derive v0.13.1
14582026-07-21T17:28:13.117Z Compiling zerovec v0.11.5
14592026-07-21T17:28:13.287Z Compiling zerotrie v0.2.3
14602026-07-21T17:28:13.512Z Compiling darling_macro v0.20.11
14612026-07-21T17:28:13.531Z Compiling thiserror v2.0.18
14622026-07-21T17:28:13.544Z Compiling der v0.7.10
14632026-07-21T17:28:13.627Z Compiling tinystr v0.8.2
14642026-07-21T17:28:13.652Z Compiling potential_utf v0.1.4
14652026-07-21T17:28:13.666Z Compiling openssl-macros v0.1.1
14662026-07-21T17:28:13.703Z Compiling sha2 v0.10.9
14672026-07-21T17:28:13.767Z Compiling hmac v0.12.1
14682026-07-21T17:28:13.790Z Compiling icu_locale_core v2.1.1
14692026-07-21T17:28:13.831Z Compiling icu_collections v2.1.1
14702026-07-21T17:28:13.838Z Compiling tracing v0.1.44
14712026-07-21T17:28:13.921Z Compiling dtrace-parser v0.3.0
14722026-07-21T17:28:13.937Z Compiling scroll v0.13.0
14732026-07-21T17:28:13.987Z Compiling scroll_derive v0.12.1
14742026-07-21T17:28:14.045Z Compiling darling v0.20.11
14752026-07-21T17:28:14.187Z Compiling derive_builder_core v0.20.2
14762026-07-21T17:28:14.204Z Compiling thiserror-impl v1.0.69
14772026-07-21T17:28:14.302Z Compiling goblin v0.10.5
14782026-07-21T17:28:14.407Z Compiling block-padding v0.4.2
14792026-07-21T17:28:14.578Z Compiling icu_provider v2.1.1
14802026-07-21T17:28:14.694Z Compiling spki v0.7.3
14812026-07-21T17:28:14.767Z Compiling scroll v0.12.0
14822026-07-21T17:28:14.790Z Compiling crypto-common v0.2.2
14832026-07-21T17:28:14.805Z Compiling block-buffer v0.12.1
14842026-07-21T17:28:14.907Z Compiling bytes v1.11.1
14852026-07-21T17:28:14.907Z Compiling icu_normalizer v2.1.1
14862026-07-21T17:28:14.925Z Compiling icu_properties v2.1.2
14872026-07-21T17:28:15.019Z Compiling chrono v0.4.45
14882026-07-21T17:28:15.091Z Compiling ipnet v2.11.0
14892026-07-21T17:28:15.097Z Compiling pkcs8 v0.10.2
14902026-07-21T17:28:15.112Z Compiling derive_builder_macro v0.20.2
14912026-07-21T17:28:15.209Z Compiling serde_spanned v0.6.9
14922026-07-21T17:28:15.268Z Compiling serde_tokenstream v0.2.3
14932026-07-21T17:28:15.333Z Compiling erased-serde v0.3.31
14942026-07-21T17:28:15.365Z Compiling hex v0.4.3
14952026-07-21T17:28:15.395Z Compiling tokio v1.52.1
14962026-07-21T17:28:15.523Z Compiling http v1.4.2
14972026-07-21T17:28:15.536Z Compiling thiserror v1.0.69
14982026-07-21T17:28:15.557Z Compiling serde_urlencoded v0.7.1
14992026-07-21T17:28:15.610Z Compiling toml_datetime v0.6.11
15002026-07-21T17:28:15.619Z Compiling signature v2.2.0
15012026-07-21T17:28:15.658Z Compiling md-5 v0.10.6
15022026-07-21T17:28:15.669Z Compiling darling_macro v0.23.0
15032026-07-21T17:28:15.804Z Compiling idna_adapter v1.2.1
15042026-07-21T17:28:15.827Z Compiling rustls-native-certs v0.8.3
15052026-07-21T17:28:15.841Z Compiling bstr v1.12.1
15062026-07-21T17:28:15.855Z Compiling async-trait v0.1.89
15072026-07-21T17:28:15.892Z Compiling pin-project-internal v1.1.11
15082026-07-21T17:28:15.961Z Compiling idna v1.1.0
15092026-07-21T17:28:16.044Z Compiling zerocopy-derive v0.7.35
15102026-07-21T17:28:16.130Z Compiling ppv-lite86 v0.2.21
15112026-07-21T17:28:16.201Z Compiling http-body v1.0.1
15122026-07-21T17:28:16.322Z Compiling url v2.5.8
15132026-07-21T17:28:16.371Z Compiling http-body-util v0.1.3
15142026-07-21T17:28:16.465Z Compiling rand_chacha v0.9.0
15152026-07-21T17:28:16.496Z Compiling rand_chacha v0.3.1
15162026-07-21T17:28:16.525Z Compiling camino v1.2.2
15172026-07-21T17:28:16.560Z Compiling curve25519-dalek v4.1.3
15182026-07-21T17:28:16.632Z Compiling num-integer v0.1.46
15192026-07-21T17:28:16.649Z Compiling vergen-lib v9.1.0
15202026-07-21T17:28:16.819Z Compiling rand v0.9.2
15212026-07-21T17:28:16.970Z Compiling hash32 v0.2.1
15222026-07-21T17:28:17.037Z Compiling memoffset v0.9.1
15232026-07-21T17:28:17.038Z Compiling encoding_rs v0.8.35
15242026-07-21T17:28:17.038Z Compiling smoltcp v0.9.1
15252026-07-21T17:28:17.038Z Compiling ref-cast v1.0.25
15262026-07-21T17:28:17.143Z Compiling dof v0.4.0
15272026-07-21T17:28:17.172Z Compiling fallible-iterator v0.2.0
15282026-07-21T17:28:17.188Z Compiling psl-types v2.0.11
15292026-07-21T17:28:17.188Z Compiling litrs v1.0.0
15302026-07-21T17:28:17.196Z Compiling zlib-rs v0.6.2
15312026-07-21T17:28:17.232Z Compiling num-bigint-dig v0.8.6
15322026-07-21T17:28:17.301Z Compiling rustix v0.38.44
15332026-07-21T17:28:17.318Z Compiling cfg_aliases v0.2.1
15342026-07-21T17:28:17.349Z Compiling mime v0.3.17
15352026-07-21T17:28:17.430Z Compiling proptest v1.10.0
15362026-07-21T17:28:17.470Z Compiling postgres-protocol v0.6.10
15372026-07-21T17:28:17.509Z Compiling nix v0.31.2
15382026-07-21T17:28:17.587Z Compiling publicsuffix v2.3.0
15392026-07-21T17:28:17.726Z Compiling ipnetwork v0.21.1
15402026-07-21T17:28:17.805Z Compiling document-features v0.2.12
15412026-07-21T17:28:17.806Z Compiling pin-project v1.1.11
15422026-07-21T17:28:17.921Z Compiling zerocopy v0.7.35
15432026-07-21T17:28:18.002Z Compiling oxnet v0.1.6
15442026-07-21T17:28:18.002Z Compiling num-iter v0.1.45
15452026-07-21T17:28:18.093Z Compiling rand v0.8.6
15462026-07-21T17:28:18.169Z Compiling darling v0.23.0
15472026-07-21T17:28:18.190Z Compiling derive_builder v0.20.2
15482026-07-21T17:28:18.226Z Compiling hubpack_derive v0.1.1
15492026-07-21T17:28:18.227Z Compiling futures-executor v0.3.32
15502026-07-21T17:28:18.275Z Compiling goblin v0.8.2
15512026-07-21T17:28:18.321Z Compiling inout v0.2.2
15522026-07-21T17:28:18.331Z Compiling regex v1.12.3
15532026-07-21T17:28:18.514Z Compiling curve25519-dalek-derive v0.1.1
15542026-07-21T17:28:18.560Z Compiling daft-derive v0.1.7
15552026-07-21T17:28:18.560Z Compiling strum_macros v0.27.2
15562026-07-21T17:28:18.561Z Compiling ref-cast-impl v1.0.25
15572026-07-21T17:28:18.668Z Compiling snafu-derive v0.8.9
15582026-07-21T17:28:18.811Z Compiling phf_shared v0.13.1
15592026-07-21T17:28:18.828Z Compiling terminal_size v0.4.3
15602026-07-21T17:28:18.886Z Compiling lazy_static v1.5.0
15612026-07-21T17:28:18.929Z Compiling cargo-platform v0.3.2
15622026-07-21T17:28:18.962Z Compiling anstyle-parse v0.2.7
15632026-07-21T17:28:18.971Z Compiling vergen v9.1.0
15642026-07-21T17:28:18.995Z Compiling ff v0.13.1
15652026-07-21T17:28:19.040Z Compiling fs-err v3.3.0
15662026-07-21T17:28:19.068Z Compiling ahash v0.8.12
15672026-07-21T17:28:19.167Z Compiling tokio-util v0.7.18
15682026-07-21T17:28:19.183Z Compiling tower v0.5.3
15692026-07-21T17:28:19.201Z Compiling tokio-native-tls v0.3.1
15702026-07-21T17:28:19.220Z Compiling foldhash v0.2.0
15712026-07-21T17:28:19.237Z Compiling managed v0.8.0
15722026-07-21T17:28:19.261Z Compiling bumpalo v3.20.2
15732026-07-21T17:28:19.309Z Compiling base16ct v0.2.0
15742026-07-21T17:28:19.330Z Compiling bitflags v1.3.2
15752026-07-21T17:28:19.338Z Compiling object v0.37.3
15762026-07-21T17:28:19.390Z Compiling unicode-segmentation v1.12.0
15772026-07-21T17:28:19.405Z Compiling same-file v1.0.6
15782026-07-21T17:28:19.451Z Compiling libbz2-rs-sys v0.2.2
15792026-07-21T17:28:19.468Z Compiling foldhash v0.1.5
15802026-07-21T17:28:19.485Z Compiling winnow v0.5.40
15812026-07-21T17:28:19.529Z Compiling walkdir v2.5.0
15822026-07-21T17:28:19.580Z Compiling zopfli v0.8.3
15832026-07-21T17:28:19.639Z Compiling tower-http v0.6.8
15842026-07-21T17:28:19.685Z Compiling hashbrown v0.15.5
15852026-07-21T17:28:19.743Z Compiling sec1 v0.7.3
15862026-07-21T17:28:19.794Z Compiling newtype-uuid v1.3.2
15872026-07-21T17:28:19.861Z Compiling h2 v0.4.15
15882026-07-21T17:28:19.995Z Compiling bzip2 v0.6.1
15892026-07-21T17:28:20.060Z Compiling daft v0.1.7
15902026-07-21T17:28:20.172Z Compiling flate2 v1.1.9
15912026-07-21T17:28:20.223Z Compiling hashbrown v0.16.1
15922026-07-21T17:28:20.284Z Compiling clap_builder v4.6.0
15932026-07-21T17:28:20.416Z Compiling group v0.13.0
15942026-07-21T17:28:20.524Z Compiling dof v0.3.0
15952026-07-21T17:28:20.547Z Compiling strum v0.27.2
15962026-07-21T17:28:20.603Z Compiling cargo_metadata v0.23.1
15972026-07-21T17:28:20.628Z Compiling anstream v0.6.21
15982026-07-21T17:28:20.629Z Compiling snafu v0.8.9
15992026-07-21T17:28:20.629Z Compiling phf v0.13.1
16002026-07-21T17:28:20.797Z Compiling toml_edit v0.19.15
16012026-07-21T17:28:20.831Z Compiling signal-hook-mio v0.2.5
16022026-07-21T17:28:20.944Z Compiling hubpack v0.1.2
16032026-07-21T17:28:20.957Z Compiling cookie_store v0.22.1
16042026-07-21T17:28:21.003Z Compiling usdt-attr-macro v0.6.0
16052026-07-21T17:28:21.075Z Compiling usdt-macro v0.6.0
16062026-07-21T17:28:21.164Z Compiling cipher v0.5.2
16072026-07-21T17:28:21.185Z Compiling bzip2 v0.4.4
16082026-07-21T17:28:21.247Z Compiling futures v0.3.32
16092026-07-21T17:28:21.338Z Compiling serde_with_macros v3.21.0
16102026-07-21T17:28:21.372Z Compiling postgres-types v0.2.12
16112026-07-21T17:28:21.485Z Compiling zstd v0.13.3
16122026-07-21T17:28:21.739Z Compiling globset v0.4.18
16132026-07-21T17:28:21.770Z Compiling ed25519 v2.2.3
16142026-07-21T17:28:21.819Z Compiling dtrace-parser v0.2.0
16152026-07-21T17:28:21.834Z Compiling pkcs1 v0.7.5
16162026-07-21T17:28:21.867Z Compiling olpc-cjson v0.1.4
16172026-07-21T17:28:21.951Z Compiling serde-big-array v0.5.1
16182026-07-21T17:28:21.966Z Compiling serde_plain v1.0.2
16192026-07-21T17:28:22.040Z Compiling hkdf v0.12.4
16202026-07-21T17:28:22.109Z Compiling crypto-bigint v0.5.5
16212026-07-21T17:28:22.179Z Compiling async-recursion v1.1.1
16222026-07-21T17:28:22.230Z Compiling enum-as-inner v0.6.1
16232026-07-21T17:28:22.247Z Compiling serde_repr v0.1.20
16242026-07-21T17:28:22.433Z Compiling clap_derive v4.6.1
16252026-07-21T17:28:22.542Z Compiling strum_macros v0.26.4
16262026-07-21T17:28:22.551Z Compiling phf_shared v0.11.3
16272026-07-21T17:28:22.570Z Compiling float-cmp v0.10.0
16282026-07-21T17:28:22.688Z Compiling pem v3.0.6
16292026-07-21T17:28:22.736Z Compiling memmap2 v0.9.10
16302026-07-21T17:28:22.736Z Compiling thread-id v4.2.2
16312026-07-21T17:28:22.779Z Compiling env_filter v1.0.0
16322026-07-21T17:28:22.824Z Compiling const-oid v0.10.2
16332026-07-21T17:28:22.849Z Compiling difflib v0.4.0
16342026-07-21T17:28:22.867Z Compiling typed-path v0.9.3
16352026-07-21T17:28:22.974Z Compiling new_debug_unreachable v1.0.6
16362026-07-21T17:28:23.045Z Compiling hyper v1.10.1
16372026-07-21T17:28:23.051Z Compiling fixedbitset v0.4.2
16382026-07-21T17:28:23.074Z Compiling precomputed-hash v0.1.1
16392026-07-21T17:28:23.100Z Compiling normalize-line-endings v0.3.0
16402026-07-21T17:28:23.179Z Compiling fixedbitset v0.5.7
16412026-07-21T17:28:23.206Z Compiling whoami v2.1.0
16422026-07-21T17:28:23.293Z Compiling keccak v0.1.6
16432026-07-21T17:28:23.312Z Compiling static_assertions v1.1.0
16442026-07-21T17:28:23.334Z Compiling winnow v1.0.3
16452026-07-21T17:28:23.397Z Compiling jiff v0.2.21
16462026-07-21T17:28:23.455Z Compiling data-encoding v2.10.0
16472026-07-21T17:28:23.472Z Compiling cpufeatures v0.3.0
16482026-07-21T17:28:23.498Z Compiling either v1.15.0
16492026-07-21T17:28:23.555Z Compiling predicates-core v1.0.10
16502026-07-21T17:28:23.607Z Compiling chacha20 v0.10.0
16512026-07-21T17:28:23.712Z Compiling predicates v3.1.4
16522026-07-21T17:28:23.728Z Compiling itertools v0.13.0
16532026-07-21T17:28:23.752Z Compiling hickory-proto v0.25.2
16542026-07-21T17:28:24.009Z Compiling toml_parser v1.1.2+spec-1.1.0
16552026-07-21T17:28:24.046Z Compiling sha3 v0.10.8
16562026-07-21T17:28:24.099Z Compiling tokio-postgres v0.7.16
16572026-07-21T17:28:24.112Z Compiling petgraph v0.8.3
16582026-07-21T17:28:24.186Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16592026-07-21T17:28:24.243Z Compiling hyper-util v0.1.20
16602026-07-21T17:28:24.311Z Compiling clap v4.6.1
16612026-07-21T17:28:24.371Z Compiling strum v0.26.3
16622026-07-21T17:28:24.408Z Compiling toml_edit v0.22.27
16632026-07-21T17:28:24.429Z Compiling petgraph v0.6.5
16642026-07-21T17:28:24.517Z Compiling string_cache v0.8.9
16652026-07-21T17:28:24.581Z Compiling elliptic-curve v0.13.8
16662026-07-21T17:28:24.725Z Compiling digest v0.11.3
16672026-07-21T17:28:24.739Z Compiling env_logger v0.11.9
16682026-07-21T17:28:24.767Z Compiling usdt v0.6.0
16692026-07-21T17:28:24.972Z Compiling usdt-impl v0.5.0
16702026-07-21T17:28:25.015Z Compiling serde_with v3.21.0
16712026-07-21T17:28:25.045Z Compiling crossterm v0.28.1
16722026-07-21T17:28:25.055Z Compiling toml v0.7.8
16732026-07-21T17:28:25.118Z Compiling rsa v0.9.10
16742026-07-21T17:28:25.583Z Compiling ed25519-dalek v2.2.0
16752026-07-21T17:28:25.682Z Compiling hyper-tls v0.6.0
16762026-07-21T17:28:25.930Z Compiling reqwest v0.12.28
16772026-07-21T17:28:26.146Z Compiling zip v4.6.1
16782026-07-21T17:28:26.304Z Compiling zip v0.6.6
16792026-07-21T17:28:26.388Z Compiling iddqd v0.4.2
16802026-07-21T17:28:26.467Z Compiling tokio-stream v0.1.18
16812026-07-21T17:28:26.852Z Compiling heck v0.4.1
16822026-07-21T17:28:26.873Z Compiling similar v2.7.0
16832026-07-21T17:28:26.941Z Compiling buf-list v1.1.2
16842026-07-21T17:28:26.953Z Compiling byte-wrapper v0.1.0
16852026-07-21T17:28:27.095Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16862026-07-21T17:28:27.127Z Compiling x509-cert v0.2.5
16872026-07-21T17:28:27.168Z Compiling openapiv3 v2.2.0
16882026-07-21T17:28:27.182Z Compiling crossbeam-epoch v0.9.18
16892026-07-21T17:28:27.194Z Compiling lalrpop-util v0.19.12
16902026-07-21T17:28:27.307Z Compiling peg-runtime v0.8.5
16912026-07-21T17:28:27.365Z Compiling thread_local v1.1.9
16922026-07-21T17:28:27.385Z Compiling slog-async v2.8.0
16932026-07-21T17:28:27.505Z Compiling crossbeam-channel v0.5.15
16942026-07-21T17:28:27.591Z Compiling is-terminal v0.4.17
16952026-07-21T17:28:27.642Z Compiling filetime v0.2.27
16962026-07-21T17:28:27.697Z Compiling term v1.2.1
16972026-07-21T17:28:27.704Z Compiling xattr v1.6.1
16982026-07-21T17:28:27.720Z Compiling take_mut v0.2.2
16992026-07-21T17:28:27.720Z Compiling camino-tempfile v1.4.1
17002026-07-21T17:28:27.828Z Compiling tar v0.4.46
17012026-07-21T17:28:27.957Z Compiling slog-term v2.9.2
17022026-07-21T17:28:45.660Z Compiling rustls-webpki v0.103.13
17032026-07-21T17:28:48.414Z Compiling tokio-rustls v0.26.4
17042026-07-21T17:28:48.414Z Compiling rustls-platform-verifier v0.6.2
17052026-07-21T17:28:48.415Z Compiling tough v0.22.0
17062026-07-21T17:28:48.619Z Compiling hyper-rustls v0.27.7
17072026-07-21T17:28:48.803Z Compiling reqwest v0.13.2
17082026-07-21T17:28:50.968Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17092026-07-21T17:28:51.264Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17102026-07-21T17:28:54.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.10s
17112026-07-21T17:28:54.177Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17122026-07-21T17:28:54.244ZJul 21 17:28:53.252 INFO Starting download, target: Clickhouse
17132026-07-21T17:28:54.244ZJul 21 17:28:53.252 INFO Starting download, target: TransceiverControl
17142026-07-21T17:28:54.244ZJul 21 17:28:53.252 INFO Starting download, target: MaghemiteDdmd
17152026-07-21T17:28:54.244ZJul 21 17:28:53.252 INFO Starting download, target: MaghemiteMgd
17162026-07-21T17:28:54.244ZJul 21 17:28:53.252 INFO Starting download, target: Console
17172026-07-21T17:28:54.265ZJul 21 17:28:53.252 INFO Starting download, target: DendriteStub
17182026-07-21T17:28:54.265ZJul 21 17:28:53.252 INFO Starting download, target: Cockroach
17192026-07-21T17:28:54.265ZJul 21 17:28:53.252 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17202026-07-21T17:28:54.265ZJul 21 17:28:53.252 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17212026-07-21T17:28:54.265ZJul 21 17:28:53.253 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17222026-07-21T17:28:54.265ZJul 21 17:28:53.253 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17232026-07-21T17:28:54.266ZJul 21 17:28:53.253 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17242026-07-21T17:28:54.266ZJul 21 17:28:53.253 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17252026-07-21T17:28:54.266ZJul 21 17:28:53.253 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17262026-07-21T17:28:54.911ZJul 21 17:28:53.924 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17272026-07-21T17:28:55.107ZJul 21 17:28:54.136 INFO Download complete, target: TransceiverControl
17282026-07-21T17:28:56.024ZJul 21 17:28:55.007 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17292026-07-21T17:28:56.267ZJul 21 17:28:55.268 INFO Download complete, target: Console
17302026-07-21T17:28:56.521ZJul 21 17:28:55.506 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17312026-07-21T17:28:58.989ZJul 21 17:28:57.970 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17322026-07-21T17:28:59.063ZJul 21 17:28:58.083 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17332026-07-21T17:28:59.456ZJul 21 17:28:58.475 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17342026-07-21T17:29:00.601ZJul 21 17:28:59.612 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17352026-07-21T17:29:00.601ZJul 21 17:28:59.612 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17362026-07-21T17:29:01.001ZJul 21 17:29:00.033 INFO Download complete, target: MaghemiteDdmd
17372026-07-21T17:29:01.669ZJul 21 17:29:00.686 INFO Download complete, target: MaghemiteMgd
17382026-07-21T17:29:02.102ZJul 21 17:29:01.128 INFO Download complete, target: DendriteStub
17392026-07-21T17:29:03.427ZJul 21 17:29:02.437 INFO Checking that binary works, target: Clickhouse
17402026-07-21T17:29:03.506ZJul 21 17:29:02.524 INFO Download complete, target: Clickhouse
17412026-07-21T17:29:05.225ZJul 21 17:29:04.241 INFO Checking that binary works, target: Cockroach
17422026-07-21T17:29:05.472ZJul 21 17:29:04.364 INFO Download complete, target: Cockroach
17432026-07-21T17:29:05.497ZAll prerequisites installed successfully
17442026-07-21T17:29:05.497Z
17452026-07-21T17:29:05.497Zreal 1:48.722356713
17462026-07-21T17:29:05.497Zuser 6:37.918775226
17472026-07-21T17:29:05.497Zsys 1:38.780737806
17482026-07-21T17:29:05.497Ztrap 0.267178995
17492026-07-21T17:29:05.497Ztflt 0.747950786
17502026-07-21T17:29:05.497Zdflt 1.590614254
17512026-07-21T17:29:05.497Zkflt 0.022105355
17522026-07-21T17:29:05.497Zlock 23:50.496079849
17532026-07-21T17:29:05.498Zslp 18:11.727624378
17542026-07-21T17:29:05.498Zlat 23.799184440
17552026-07-21T17:29:05.498Zstop 2:48.547467453
17562026-07-21T17:29:05.498Z+ ptime -m cargo xtask download softnpu
17572026-07-21T17:29:05.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17582026-07-21T17:29:05.819Z Running `target/debug/xtask download softnpu`
17592026-07-21T17:29:06.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
17602026-07-21T17:29:06.603Z Running `target/debug/xtask-downloader softnpu`
17612026-07-21T17:29:06.684ZJul 21 17:29:05.671 INFO Starting download, target: Softnpu
17622026-07-21T17:29:06.704ZJul 21 17:29:05.671 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17632026-07-21T17:29:07.642ZJul 21 17:29:06.664 INFO Download complete, target: Softnpu
17642026-07-21T17:29:07.648Z
17652026-07-21T17:29:07.648Zreal 2.291845635
17662026-07-21T17:29:07.648Zuser 1.262370598
17672026-07-21T17:29:07.649Zsys 0.598122309
17682026-07-21T17:29:07.649Ztrap 0.000710881
17692026-07-21T17:29:07.649Ztflt 0.000093952
17702026-07-21T17:29:07.649Zdflt 0.000357559
17712026-07-21T17:29:07.649Zkflt 0.000000000
17722026-07-21T17:29:07.649Zlock 18.478321433
17732026-07-21T17:29:07.649Zslp 0.854081161
17742026-07-21T17:29:07.649Zlat 0.075767959
17752026-07-21T17:29:07.649Zstop 0.000165739
17762026-07-21T17:29:07.649Z+ export CARGO_INCREMENTAL=0
17772026-07-21T17:29:07.649Z+ CARGO_INCREMENTAL=0
17782026-07-21T17:29:07.649Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17792026-07-21T17:29:08.515Z Compiling proc-macro2 v1.0.106
17802026-07-21T17:29:08.515Z Compiling quote v1.0.45
17812026-07-21T17:29:08.515Z Compiling unicode-ident v1.0.24
17822026-07-21T17:29:08.519Z Compiling libc v0.2.185
17832026-07-21T17:29:08.520Z Compiling serde_core v1.0.228
17842026-07-21T17:29:08.520Z Compiling serde v1.0.228
17852026-07-21T17:29:08.520Z Compiling cfg-if v1.0.4
17862026-07-21T17:29:08.520Z Compiling version_check v0.9.5
17872026-07-21T17:29:08.520Z Compiling shlex v1.3.0
17882026-07-21T17:29:08.520Z Compiling find-msvc-tools v0.1.9
17892026-07-21T17:29:08.520Z Compiling memchr v2.8.0
17902026-07-21T17:29:08.662Z Compiling zmij v1.0.21
17912026-07-21T17:29:08.667Z Compiling serde_json v1.0.150
17922026-07-21T17:29:08.667Z Compiling autocfg v1.5.0
17932026-07-21T17:29:08.947Z Compiling portable-atomic v1.13.1
17942026-07-21T17:29:08.951Z Compiling getrandom v0.4.1
17952026-07-21T17:29:08.977Z Compiling zerocopy v0.8.40
17962026-07-21T17:29:08.995Z Compiling libm v0.2.16
17972026-07-21T17:29:09.010Z Compiling parking_lot_core v0.9.12
17982026-07-21T17:29:09.026Z Compiling icu_normalizer_data v2.1.1
17992026-07-21T17:29:09.194Z Compiling num-traits v0.2.19
18002026-07-21T17:29:09.246Z Compiling icu_properties_data v2.1.2
18012026-07-21T17:29:09.250Z Compiling smallvec v1.15.1
18022026-07-21T17:29:09.250Z Compiling generic-array v0.14.7
18032026-07-21T17:29:09.291Z Compiling itoa v1.0.17
18042026-07-21T17:29:09.294Z Compiling log v0.4.29
18052026-07-21T17:29:09.383Z Compiling subtle v2.6.1
18062026-07-21T17:29:09.409Z Compiling pkg-config v0.3.32
18072026-07-21T17:29:09.433Z Compiling stable_deref_trait v1.2.1
18082026-07-21T17:29:09.602Z Compiling typenum v1.20.1
18092026-07-21T17:29:09.635Z Compiling jobserver v0.1.34
18102026-07-21T17:29:09.653Z Compiling scopeguard v1.2.0
18112026-07-21T17:29:09.657Z Compiling errno v0.3.14
18122026-07-21T17:29:09.751Z Compiling rand_core v0.10.0
18132026-07-21T17:29:09.781Z Compiling lock_api v0.4.14
18142026-07-21T17:29:09.835Z Compiling thiserror v2.0.18
18152026-07-21T17:29:09.840Z Compiling getrandom v0.3.4
18162026-07-21T17:29:09.865Z Compiling cc v1.2.56
18172026-07-21T17:29:09.890Z Compiling pin-project-lite v0.2.17
18182026-07-21T17:29:09.987Z Compiling writeable v0.6.2
18192026-07-21T17:29:10.007Z Compiling fnv v1.0.7
18202026-07-21T17:29:10.144Z Compiling percent-encoding v2.3.2
18212026-07-21T17:29:10.144Z Compiling equivalent v1.0.2
18222026-07-21T17:29:10.241Z Compiling litemap v0.8.1
18232026-07-21T17:29:10.241Z Compiling getrandom v0.2.17
18242026-07-21T17:29:10.276Z Compiling schemars v0.8.22
18252026-07-21T17:29:10.276Z Compiling rustversion v1.0.22
18262026-07-21T17:29:10.285Z Compiling rand_core v0.6.4
18272026-07-21T17:29:10.285Z Compiling syn v2.0.117
18282026-07-21T17:29:10.326Z Compiling rustix v1.1.3
18292026-07-21T17:29:10.372Z Compiling critical-section v1.2.0
18302026-07-21T17:29:10.373Z Compiling dunce v1.0.5
18312026-07-21T17:29:10.479Z Compiling fs_extra v1.3.0
18322026-07-21T17:29:10.515Z Compiling hashbrown v0.17.0
18332026-07-21T17:29:10.574Z Compiling signal-hook-registry v1.4.8
18342026-07-21T17:29:10.613Z Compiling cmake v0.1.57
18352026-07-21T17:29:10.721Z Compiling strsim v0.11.1
18362026-07-21T17:29:10.759Z Compiling utf8_iter v1.0.4
18372026-07-21T17:29:10.774Z Compiling once_cell v1.21.3
18382026-07-21T17:29:11.057Z Compiling semver v1.0.28
18392026-07-21T17:29:11.060Z Compiling indexmap v2.14.0
18402026-07-21T17:29:11.060Z Compiling heck v0.5.0
18412026-07-21T17:29:11.107Z Compiling parking_lot v0.12.5
18422026-07-21T17:29:11.107Z Compiling form_urlencoded v1.2.2
18432026-07-21T17:29:11.137Z Compiling socket2 v0.6.3
18442026-07-21T17:29:11.201Z Compiling mio v1.2.0
18452026-07-21T17:29:11.237Z Compiling bitflags v2.11.0
18462026-07-21T17:29:11.266Z Compiling aws-lc-sys v0.40.0
18472026-07-21T17:29:11.321Z Compiling aws-lc-rs v1.16.3
18482026-07-21T17:29:11.400Z Compiling futures-core v0.3.32
18492026-07-21T17:29:11.418Z Compiling ident_case v1.0.1
18502026-07-21T17:29:11.570Z Compiling httparse v1.10.1
18512026-07-21T17:29:11.683Z Compiling byteorder v1.5.0
18522026-07-21T17:29:11.760Z Compiling ucd-trie v0.1.7
18532026-07-21T17:29:11.830Z Compiling thiserror v1.0.69
18542026-07-21T17:29:11.924Z Compiling pest v2.8.6
18552026-07-21T17:29:11.958Z Compiling vcpkg v0.2.15
18562026-07-21T17:29:12.018Z Compiling regex-syntax v0.8.10
18572026-07-21T17:29:12.051Z Compiling const-oid v0.9.6
18582026-07-21T17:29:12.125Z Compiling iana-time-zone v0.1.65
18592026-07-21T17:29:12.131Z Compiling syn v1.0.109
18602026-07-21T17:29:12.242Z Compiling uuid v1.23.4
18612026-07-21T17:29:12.400Z Compiling rustc_version v0.4.1
18622026-07-21T17:29:12.446Z Compiling rustls v0.23.41
18632026-07-21T17:29:12.480Z Compiling futures-sink v0.3.32
18642026-07-21T17:29:12.589Z Compiling openssl-sys v0.9.115
18652026-07-21T17:29:12.606Z Compiling futures-channel v0.3.32
18662026-07-21T17:29:12.659Z Compiling aho-corasick v1.1.4
18672026-07-21T17:29:12.674Z Compiling futures-task v0.3.32
18682026-07-21T17:29:12.692Z Compiling futures-io v0.3.32
18692026-07-21T17:29:12.845Z Compiling slab v0.4.12
18702026-07-21T17:29:13.017Z Compiling pest_meta v2.8.6
18712026-07-21T17:29:13.059Z Compiling dyn-clone v1.0.20
18722026-07-21T17:29:13.074Z Compiling num-conv v0.2.0
18732026-07-21T17:29:13.094Z Compiling synstructure v0.13.2
18742026-07-21T17:29:13.098Z Compiling serde_derive_internals v0.29.1
18752026-07-21T17:29:13.123Z Compiling time-core v0.1.8
18762026-07-21T17:29:13.141Z Compiling plain v0.2.3
18772026-07-21T17:29:13.220Z Compiling crc32fast v1.5.0
18782026-07-21T17:29:13.289Z Compiling crossbeam-utils v0.8.21
18792026-07-21T17:29:13.305Z Compiling time-macros v0.2.27
18802026-07-21T17:29:13.403Z Compiling base64 v0.22.1
18812026-07-21T17:29:13.451Z Compiling openssl v0.10.79
18822026-07-21T17:29:13.495Z Compiling pretty-hex v0.4.1
18832026-07-21T17:29:13.516Z Compiling regex-automata v0.4.14
18842026-07-21T17:29:13.624Z Compiling pest_generator v2.8.6
18852026-07-21T17:29:13.647Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18862026-07-21T17:29:13.845Z Compiling native-tls v0.2.18
18872026-07-21T17:29:13.869Z Compiling anyhow v1.0.102
18882026-07-21T17:29:13.886Z Compiling rand_core v0.9.5
18892026-07-21T17:29:14.085Z Compiling slog v2.8.2
18902026-07-21T17:29:14.117Z Compiling tracing-core v0.1.36
18912026-07-21T17:29:14.178Z Compiling cookie v0.18.1
18922026-07-21T17:29:14.318Z Compiling camino v1.2.2
18932026-07-21T17:29:14.382Z Compiling base64ct v1.8.3
18942026-07-21T17:29:14.427Z Compiling flagset v0.4.7
18952026-07-21T17:29:14.445Z Compiling serde_derive v1.0.228
18962026-07-21T17:29:14.593Z Compiling zeroize_derive v1.4.3
18972026-07-21T17:29:14.672Z Compiling zerofrom-derive v0.1.6
18982026-07-21T17:29:14.673Z Compiling yoke-derive v0.8.1
18992026-07-21T17:29:14.673Z Compiling zerovec-derive v0.11.2
19002026-07-21T17:29:14.695Z Compiling displaydoc v0.2.5
19012026-07-21T17:29:14.695Z Compiling zerocopy-derive v0.8.40
19022026-07-21T17:29:14.695Z Compiling tokio-macros v2.7.0
19032026-07-21T17:29:15.113Z Compiling futures-macro v0.3.32
19042026-07-21T17:29:15.140Z Compiling zeroize v1.8.2
19052026-07-21T17:29:15.396Z Compiling thiserror-impl v2.0.18
19062026-07-21T17:29:15.407Z Compiling schemars_derive v0.8.22
19072026-07-21T17:29:15.407Z Compiling tracing-attributes v0.1.31
19082026-07-21T17:29:15.530Z Compiling der_derive v0.7.3
19092026-07-21T17:29:15.550Z Compiling thiserror-impl v1.0.69
19102026-07-21T17:29:15.686Z Compiling zerofrom v0.1.6
19112026-07-21T17:29:15.836Z Compiling yoke v0.8.1
19122026-07-21T17:29:15.960Z Compiling crypto-common v0.1.7
19132026-07-21T17:29:16.075Z Compiling pest_derive v2.8.6
19142026-07-21T17:29:16.130Z Compiling zerovec v0.11.5
19152026-07-21T17:29:16.130Z Compiling zerotrie v0.2.3
19162026-07-21T17:29:16.498Z Compiling futures-util v0.3.32
19172026-07-21T17:29:16.606Z Compiling tinystr v0.8.2
19182026-07-21T17:29:16.672Z Compiling potential_utf v0.1.4
19192026-07-21T17:29:16.712Z Compiling block-buffer v0.10.4
19202026-07-21T17:29:16.752Z Compiling scroll_derive v0.13.1
19212026-07-21T17:29:16.818Z Compiling icu_locale_core v2.1.1
19222026-07-21T17:29:16.867Z Compiling icu_collections v2.1.1
19232026-07-21T17:29:16.979Z Compiling digest v0.10.7
19242026-07-21T17:29:16.979Z Compiling scroll_derive v0.12.1
19252026-07-21T17:29:17.076Z Compiling openssl-macros v0.1.1
19262026-07-21T17:29:17.232Z Compiling regex v1.12.3
19272026-07-21T17:29:17.315Z Compiling zerocopy-derive v0.7.35
19282026-07-21T17:29:17.607Z Compiling icu_provider v2.1.1
19292026-07-21T17:29:17.630Z Compiling tracing v0.1.44
19302026-07-21T17:29:17.630Z Compiling pem-rfc7468 v0.7.0
19312026-07-21T17:29:17.661Z Compiling bytes v1.11.1
19322026-07-21T17:29:17.680Z Compiling chrono v0.4.45
19332026-07-21T17:29:17.787Z Compiling icu_properties v2.1.2
19342026-07-21T17:29:17.872Z Compiling icu_normalizer v2.1.1
19352026-07-21T17:29:17.992Z Compiling serde_tokenstream v0.2.3
19362026-07-21T17:29:18.245Z Compiling tokio v1.52.1
19372026-07-21T17:29:18.412Z Compiling http v1.4.2
19382026-07-21T17:29:18.780Z Compiling idna_adapter v1.2.1
19392026-07-21T17:29:18.932Z Compiling idna v1.1.0
19402026-07-21T17:29:19.085Z Compiling ppv-lite86 v0.2.21
19412026-07-21T17:29:19.173Z Compiling http-body v1.0.1
19422026-07-21T17:29:19.191Z Compiling der v0.7.10
19432026-07-21T17:29:19.346Z Compiling url v2.5.8
19442026-07-21T17:29:19.384Z Compiling rand_chacha v0.9.0
19452026-07-21T17:29:19.405Z Compiling rustls-pki-types v1.14.0
19462026-07-21T17:29:19.642Z Compiling usdt-impl v0.5.0
19472026-07-21T17:29:19.749Z Compiling either v1.15.0
19482026-07-21T17:29:19.874Z Compiling cmov v0.5.4
19492026-07-21T17:29:19.912Z Compiling paste v1.0.15
19502026-07-21T17:29:20.093Z Compiling tinyvec_macros v0.1.1
19512026-07-21T17:29:20.108Z Compiling openssl-probe v0.2.1
19522026-07-21T17:29:20.150Z Compiling fastrand v2.3.0
19532026-07-21T17:29:20.177Z Compiling usdt-impl v0.6.0
19542026-07-21T17:29:20.208Z Compiling ref-cast v1.0.25
19552026-07-21T17:29:20.363Z Compiling tinyvec v1.10.0
19562026-07-21T17:29:20.378Z Compiling ctutils v0.4.2
19572026-07-21T17:29:20.436Z Compiling spki v0.7.3
19582026-07-21T17:29:20.620Z Compiling rand v0.9.2
19592026-07-21T17:29:20.716Z Compiling serde_spanned v0.6.9
19602026-07-21T17:29:20.723Z Compiling toml_datetime v0.6.11
19612026-07-21T17:29:20.723Z Compiling scroll v0.12.0
19622026-07-21T17:29:20.723Z Compiling scroll v0.13.0
19632026-07-21T17:29:20.831Z Compiling async-trait v0.1.89
19642026-07-21T17:29:20.846Z Compiling heapless v0.7.17
19652026-07-21T17:29:21.006Z Compiling bzip2-sys v0.1.13+1.0.8
19662026-07-21T17:29:21.040Z Compiling tower-service v0.3.3
19672026-07-21T17:29:21.052Z Compiling zstd-safe v7.2.4
19682026-07-21T17:29:21.068Z Compiling rustix v0.38.44
19692026-07-21T17:29:21.098Z Compiling litrs v1.0.0
19702026-07-21T17:29:21.123Z Compiling atomic-waker v1.1.2
19712026-07-21T17:29:21.177Z Compiling winnow v1.0.3
19722026-07-21T17:29:21.225Z Compiling signal-hook v0.3.18
19732026-07-21T17:29:21.267Z Compiling tower-layer v0.3.3
19742026-07-21T17:29:21.307Z Compiling untrusted v0.7.1
19752026-07-21T17:29:21.316Z Compiling cpufeatures v0.2.17
19762026-07-21T17:29:21.330Z Compiling try-lock v0.2.5
19772026-07-21T17:29:21.405Z Compiling winnow v0.7.14
19782026-07-21T17:29:21.431Z Compiling want v0.3.1
19792026-07-21T17:29:21.448Z Compiling goblin v0.10.5
19802026-07-21T17:29:21.547Z Compiling toml_parser v1.1.2+spec-1.1.0
19812026-07-21T17:29:21.573Z Compiling document-features v0.2.12
19822026-07-21T17:29:21.612Z Compiling goblin v0.8.2
19832026-07-21T17:29:21.751Z Compiling hybrid-array v0.4.13
19842026-07-21T17:29:21.990Z Compiling zerocopy v0.7.35
19852026-07-21T17:29:22.131Z Compiling ipnet v2.11.0
19862026-07-21T17:29:22.138Z Compiling ref-cast-impl v1.0.25
19872026-07-21T17:29:22.391Z Compiling tokio-util v0.7.18
19882026-07-21T17:29:22.610Z Compiling darling_core v0.20.11
19892026-07-21T17:29:22.632Z Compiling curve25519-dalek v4.1.3
19902026-07-21T17:29:22.632Z Compiling memoffset v0.9.1
19912026-07-21T17:29:22.701Z Compiling powerfmt v0.2.0
19922026-07-21T17:29:22.751Z Compiling utf8parse v0.2.2
19932026-07-21T17:29:22.867Z Compiling foreign-types-shared v0.1.1
19942026-07-21T17:29:22.896Z Compiling untrusted v0.9.0
19952026-07-21T17:29:22.929Z Compiling httpdate v1.0.3
19962026-07-21T17:29:23.120Z Compiling h2 v0.4.15
19972026-07-21T17:29:23.282Z Compiling winnow v0.5.40
19982026-07-21T17:29:23.329Z Compiling tempfile v3.25.0
19992026-07-21T17:29:23.342Z Compiling foreign-types v0.3.2
20002026-07-21T17:29:23.363Z Compiling deranged v0.5.8
20012026-07-21T17:29:23.516Z Compiling unicode-normalization v0.1.25
20022026-07-21T17:29:23.677Z Compiling dtrace-parser v0.2.0
20032026-07-21T17:29:24.004Z Compiling dof v0.3.0
20042026-07-21T17:29:24.110Z Compiling pkcs8 v0.10.2
20052026-07-21T17:29:24.276Z Compiling dof v0.4.0
20062026-07-21T17:29:24.479Z Compiling darling_macro v0.20.11
20072026-07-21T17:29:24.644Z Compiling toml_edit v0.19.15
20082026-07-21T17:29:24.677Z Compiling dtrace-parser v0.3.0
20092026-07-21T17:29:24.799Z Compiling daft-derive v0.1.7
20102026-07-21T17:29:24.931Z Compiling pin-project-internal v1.1.11
20112026-07-21T17:29:25.029Z Compiling spin v0.9.8
20122026-07-21T17:29:25.195Z Compiling thread-id v4.2.2
20132026-07-21T17:29:25.259Z Compiling thread-id v5.1.0
20142026-07-21T17:29:25.295Z Compiling cfg_aliases v0.2.1
20152026-07-21T17:29:25.304Z Compiling anstyle v1.0.14
20162026-07-21T17:29:25.317Z Compiling smoltcp v0.9.1
20172026-07-21T17:29:25.478Z Compiling num_threads v0.1.7
20182026-07-21T17:29:25.526Z Compiling num-bigint-dig v0.8.6
20192026-07-21T17:29:25.614Z Compiling time v0.3.47
20202026-07-21T17:29:25.619Z Compiling nix v0.31.2
20212026-07-21T17:29:25.971Z Compiling darling v0.20.11
20222026-07-21T17:29:26.023Z Compiling sha2 v0.10.9
20232026-07-21T17:29:26.067Z Compiling ipnetwork v0.21.1
20242026-07-21T17:29:26.203Z Compiling hmac v0.12.1
20252026-07-21T17:29:26.235Z Compiling strum_macros v0.26.4
20262026-07-21T17:29:26.356Z Compiling hyper v1.10.1
20272026-07-21T17:29:26.384Z Compiling curve25519-dalek-derive v0.1.1
20282026-07-21T17:29:26.630Z Compiling darling_core v0.23.0
20292026-07-21T17:29:26.763Z Compiling sync_wrapper v1.0.2
20302026-07-21T17:29:26.871Z Compiling wait-timeout v0.2.1
20312026-07-21T17:29:27.027Z Compiling bit-vec v0.8.0
20322026-07-21T17:29:27.313Z Compiling anstyle-query v1.1.5
20332026-07-21T17:29:27.335Z Compiling simd-adler32 v0.3.8
20342026-07-21T17:29:27.439Z Compiling quick-error v1.2.3
20352026-07-21T17:29:27.562Z Compiling hyper-util v0.1.20
20362026-07-21T17:29:27.587Z Compiling siphasher v1.0.2
20372026-07-21T17:29:27.649Z Compiling is_terminal_polyfill v1.70.2
20382026-07-21T17:29:27.757Z Compiling colorchoice v1.0.4
20392026-07-21T17:29:27.789Z Compiling rusty-fork v0.3.1
20402026-07-21T17:29:27.889Z Compiling bit-set v0.8.0
20412026-07-21T17:29:28.095Z Compiling tower v0.5.3
20422026-07-21T17:29:28.537Z Compiling derive_builder_core v0.20.2
20432026-07-21T17:29:28.563Z Compiling http-body-util v0.1.3
20442026-07-21T17:29:28.596Z Compiling hubpack_derive v0.1.1
20452026-07-21T17:29:28.746Z Compiling darling_macro v0.23.0
20462026-07-21T17:29:28.813Z Compiling strum_macros v0.27.2
20472026-07-21T17:29:28.837Z Compiling snafu-derive v0.8.9
20482026-07-21T17:29:28.875Z Compiling rand_xorshift v0.4.0
20492026-07-21T17:29:29.102Z Compiling ahash v0.8.12
20502026-07-21T17:29:29.148Z Compiling fs-err v3.3.0
20512026-07-21T17:29:29.276Z Compiling object v0.37.3
20522026-07-21T17:29:29.315Z Compiling adler2 v2.0.1
20532026-07-21T17:29:29.344Z Compiling unicode-segmentation v1.12.0
20542026-07-21T17:29:29.362Z Compiling ryu v1.0.23
20552026-07-21T17:29:29.389Z Compiling allocator-api2 v0.2.21
20562026-07-21T17:29:29.487Z Compiling unicode-properties v0.1.4
20572026-07-21T17:29:29.576Z Compiling unicode-bidi v0.3.18
20582026-07-21T17:29:29.591Z Compiling iri-string v0.7.10
20592026-07-21T17:29:29.594Z Compiling unarray v0.1.4
20602026-07-21T17:29:29.759Z Compiling proptest v1.10.0
20612026-07-21T17:29:29.897Z Compiling serde_urlencoded v0.7.1
20622026-07-21T17:29:30.089Z Compiling stringprep v0.1.5
20632026-07-21T17:29:30.175Z Compiling miniz_oxide v0.8.9
20642026-07-21T17:29:30.276Z Compiling derive_builder_macro v0.20.2
20652026-07-21T17:29:30.491Z Compiling darling v0.23.0
20662026-07-21T17:29:30.619Z Compiling tokio-native-tls v0.3.1
20672026-07-21T17:29:30.685Z Compiling usdt-macro v0.6.0
20682026-07-21T17:29:30.712Z Compiling usdt-attr-macro v0.6.0
20692026-07-21T17:29:30.743Z Compiling anstyle-parse v1.0.0
20702026-07-21T17:29:30.828Z Compiling block-padding v0.4.2
20712026-07-21T17:29:30.842Z Compiling tower-http v0.6.8
20722026-07-21T17:29:30.878Z Compiling block-buffer v0.12.1
20732026-07-21T17:29:30.958Z Compiling crypto-common v0.2.2
20742026-07-21T17:29:31.288Z Compiling rustls-native-certs v0.8.3
20752026-07-21T17:29:31.371Z Compiling rand_chacha v0.3.1
20762026-07-21T17:29:31.431Z Compiling erased-serde v0.3.31
20772026-07-21T17:29:31.453Z Compiling hex v0.4.3
20782026-07-21T17:29:31.468Z Compiling md-5 v0.10.6
20792026-07-21T17:29:31.490Z Compiling signature v2.2.0
20802026-07-21T17:29:31.538Z Compiling bstr v1.12.1
20812026-07-21T17:29:31.640Z Compiling num-integer v0.1.46
20822026-07-21T17:29:31.656Z Compiling hash32 v0.2.1
20832026-07-21T17:29:31.729Z Compiling vergen-lib v9.1.0
20842026-07-21T17:29:31.794Z Compiling encoding_rs v0.8.35
20852026-07-21T17:29:31.848Z Compiling mime v0.3.17
20862026-07-21T17:29:31.955Z Compiling psl-types v2.0.11
20872026-07-21T17:29:31.958Z Compiling fallible-iterator v0.2.0
20882026-07-21T17:29:31.986Z Compiling cpufeatures v0.3.0
20892026-07-21T17:29:31.989Z Compiling zlib-rs v0.6.2
20902026-07-21T17:29:32.095Z Compiling publicsuffix v2.3.0
20912026-07-21T17:29:32.289Z Compiling postgres-protocol v0.6.10
20922026-07-21T17:29:32.327Z Compiling num-iter v0.1.45
20932026-07-21T17:29:32.358Z Compiling newtype-uuid v1.3.2
20942026-07-21T17:29:32.710Z Compiling rand v0.8.6
20952026-07-21T17:29:32.727Z Compiling oxnet v0.1.6
20962026-07-21T17:29:32.943Z Compiling inout v0.2.2
20972026-07-21T17:29:32.986Z Compiling anstream v1.0.0
20982026-07-21T17:29:33.051Z Compiling derive_builder v0.20.2
20992026-07-21T17:29:33.073Z Compiling hyper-tls v0.6.0
21002026-07-21T17:29:33.120Z Compiling serde_with_macros v3.21.0
21012026-07-21T17:29:33.152Z Compiling heck v0.4.1
21022026-07-21T17:29:33.200Z Compiling phf_shared v0.13.1
21032026-07-21T17:29:33.295Z Compiling pin-project v1.1.11
21042026-07-21T17:29:33.350Z Compiling lazy_static v1.5.0
21052026-07-21T17:29:33.416Z Compiling anstyle-parse v0.2.7
21062026-07-21T17:29:33.484Z Compiling futures-executor v0.3.32
21072026-07-21T17:29:33.533Z Compiling terminal_size v0.4.3
21082026-07-21T17:29:33.553Z Compiling clap_derive v4.6.1
21092026-07-21T17:29:33.589Z Compiling enum-as-inner v0.6.1
21102026-07-21T17:29:33.619Z Compiling serde_repr v0.1.20
21112026-07-21T17:29:33.639Z Compiling async-recursion v1.1.1
21122026-07-21T17:29:33.761Z Compiling ff v0.13.1
21132026-07-21T17:29:33.841Z Compiling vergen v9.1.0
21142026-07-21T17:29:33.918Z Compiling cargo-platform v0.3.2
21152026-07-21T17:29:34.004Z Compiling bitflags v1.3.2
21162026-07-21T17:29:34.087Z Compiling same-file v1.0.6
21172026-07-21T17:29:34.103Z Compiling flate2 v1.1.9
21182026-07-21T17:29:34.142Z Compiling clap_lex v1.0.0
21192026-07-21T17:29:34.231Z Compiling foldhash v0.1.5
21202026-07-21T17:29:34.262Z Compiling base16ct v0.2.0
21212026-07-21T17:29:34.367Z Compiling managed v0.8.0
21222026-07-21T17:29:34.412Z Compiling libbz2-rs-sys v0.2.2
21232026-07-21T17:29:34.444Z Compiling bumpalo v3.20.2
21242026-07-21T17:29:34.541Z Compiling foldhash v0.2.0
21252026-07-21T17:29:34.725Z Compiling hashbrown v0.16.1
21262026-07-21T17:29:34.752Z Compiling zopfli v0.8.3
21272026-07-21T17:29:34.768Z Compiling sec1 v0.7.3
21282026-07-21T17:29:34.880Z Compiling bzip2 v0.6.1
21292026-07-21T17:29:35.048Z Compiling hashbrown v0.15.5
21302026-07-21T17:29:35.061Z Compiling clap_builder v4.6.0
21312026-07-21T17:29:35.106Z Compiling walkdir v2.5.0
21322026-07-21T17:29:35.270Z Compiling cargo_metadata v0.23.1
21332026-07-21T17:29:35.399Z Compiling group v0.13.0
21342026-07-21T17:29:35.451Z Compiling futures v0.3.32
21352026-07-21T17:29:35.523Z Compiling anstream v0.6.21
21362026-07-21T17:29:35.601Z Compiling zstd v0.13.3
21372026-07-21T17:29:35.890Z Compiling phf v0.13.1
21382026-07-21T17:29:35.915Z Compiling snafu v0.8.9
21392026-07-21T17:29:36.071Z Compiling reqwest v0.12.28
21402026-07-21T17:29:36.314Z Compiling signal-hook-mio v0.2.5
21412026-07-21T17:29:36.540Z Compiling cipher v0.5.2
21422026-07-21T17:29:36.608Z Compiling daft v0.1.7
21432026-07-21T17:29:36.651Z Compiling cookie_store v0.22.1
21442026-07-21T17:29:36.847Z Compiling postgres-types v0.2.12
21452026-07-21T17:29:36.863Z Compiling bzip2 v0.4.4
21462026-07-21T17:29:36.915Z Compiling globset v0.4.18
21472026-07-21T17:29:36.977Z Compiling ed25519 v2.2.3
21482026-07-21T17:29:37.044Z Compiling strum v0.27.2
21492026-07-21T17:29:37.255Z Compiling hubpack v0.1.2
21502026-07-21T17:29:37.258Z Compiling phf_shared v0.11.3
21512026-07-21T17:29:37.287Z Compiling hkdf v0.12.4
21522026-07-21T17:29:37.317Z Compiling crossbeam-epoch v0.9.18
21532026-07-21T17:29:37.411Z Compiling pkcs1 v0.7.5
21542026-07-21T17:29:37.472Z Compiling olpc-cjson v0.1.4
21552026-07-21T17:29:37.655Z Compiling serde_plain v1.0.2
21562026-07-21T17:29:37.708Z Compiling serde-big-array v0.5.1
21572026-07-21T17:29:37.811Z Compiling crypto-bigint v0.5.5
21582026-07-21T17:29:37.870Z Compiling pem v3.0.6
21592026-07-21T17:29:37.921Z Compiling float-cmp v0.10.0
21602026-07-21T17:29:37.941Z Compiling memmap2 v0.9.10
21612026-07-21T17:29:37.945Z Compiling env_filter v1.0.0
21622026-07-21T17:29:38.174Z Compiling jiff v0.2.21
21632026-07-21T17:29:38.190Z Compiling toml_write v0.1.2
21642026-07-21T17:29:38.235Z Compiling whoami v2.1.0
21652026-07-21T17:29:38.248Z Compiling new_debug_unreachable v1.0.6
21662026-07-21T17:29:38.316Z Compiling typed-path v0.9.3
21672026-07-21T17:29:38.338Z Compiling static_assertions v1.1.0
21682026-07-21T17:29:38.386Z Compiling normalize-line-endings v0.3.0
21692026-07-21T17:29:38.406Z Compiling data-encoding v2.10.0
21702026-07-21T17:29:38.462Z Compiling precomputed-hash v0.1.1
21712026-07-21T17:29:38.495Z Compiling fixedbitset v0.5.7
21722026-07-21T17:29:38.518Z Compiling difflib v0.4.0
21732026-07-21T17:29:38.568Z Compiling const-oid v0.10.2
21742026-07-21T17:29:38.600Z Compiling keccak v0.1.6
21752026-07-21T17:29:38.787Z Compiling fixedbitset v0.4.2
21762026-07-21T17:29:38.808Z Compiling predicates-core v1.0.10
21772026-07-21T17:29:38.825Z Compiling elliptic-curve v0.13.8
21782026-07-21T17:29:38.869Z Compiling sha3 v0.10.8
21792026-07-21T17:29:38.956Z Compiling petgraph v0.6.5
21802026-07-21T17:29:38.973Z Compiling predicates v3.1.4
21812026-07-21T17:29:38.991Z Compiling hickory-proto v0.25.2
21822026-07-21T17:29:39.007Z Compiling digest v0.11.3
21832026-07-21T17:29:39.025Z Compiling petgraph v0.8.3
21842026-07-21T17:29:39.068Z Compiling string_cache v0.8.9
21852026-07-21T17:29:39.072Z Compiling chacha20 v0.10.0
21862026-07-21T17:29:39.165Z Compiling tokio-postgres v0.7.16
21872026-07-21T17:29:39.203Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21882026-07-21T17:29:39.221Z Compiling toml_edit v0.22.27
21892026-07-21T17:29:39.400Z Compiling env_logger v0.11.9
21902026-07-21T17:29:39.558Z Compiling usdt v0.6.0
21912026-07-21T17:29:39.840Z Compiling rsa v0.9.10
21922026-07-21T17:29:41.010Z Compiling zip v4.6.1
21932026-07-21T17:29:41.316Z Compiling ed25519-dalek v2.2.0
21942026-07-21T17:29:41.319Z Compiling zip v0.6.6
21952026-07-21T17:29:41.633Z Compiling iddqd v0.4.2
21962026-07-21T17:29:41.651Z Compiling clap v4.6.1
21972026-07-21T17:29:41.855Z Compiling crossterm v0.28.1
21982026-07-21T17:29:42.017Z Compiling serde_with v3.21.0
21992026-07-21T17:29:42.099Z Compiling similar v2.7.0
22002026-07-21T17:29:42.116Z Compiling byte-wrapper v0.1.0
22012026-07-21T17:29:42.191Z Compiling strum v0.26.3
22022026-07-21T17:29:42.238Z Compiling toml v0.7.8
22032026-07-21T17:29:42.338Z Compiling tokio-stream v0.1.18
22042026-07-21T17:29:42.435Z Compiling buf-list v1.1.2
22052026-07-21T17:29:42.710Z Compiling x509-cert v0.2.5
22062026-07-21T17:29:42.809Z Compiling itertools v0.13.0
22072026-07-21T17:29:42.852Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22082026-07-21T17:29:43.201Z Compiling openapiv3 v2.2.0
22092026-07-21T17:29:43.651Z Compiling peg-runtime v0.8.5
22102026-07-21T17:29:43.821Z Compiling lalrpop-util v0.19.12
22112026-07-21T17:30:00.221Z Compiling rustls-webpki v0.103.13
22122026-07-21T17:30:01.058Z Compiling macaddr v1.0.1
22132026-07-21T17:30:01.093Z Compiling structmeta-derive v0.3.0
22142026-07-21T17:30:01.195Z Compiling darling_core v0.21.3
22152026-07-21T17:30:01.269Z Compiling rayon-core v1.13.0
22162026-07-21T17:30:01.373Z Compiling crucible-workspace-hack v0.1.0
22172026-07-21T17:30:01.512Z Compiling itertools v0.14.0
22182026-07-21T17:30:01.617Z Compiling secrecy v0.10.3
22192026-07-21T17:30:01.649Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22202026-07-21T17:30:01.804Z Compiling toml_datetime v0.7.5+spec-1.1.0
22212026-07-21T17:30:01.820Z Compiling heapless v0.8.0
22222026-07-21T17:30:02.063Z Compiling toml_edit v0.23.10+spec-1.0.0
22232026-07-21T17:30:02.102Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22242026-07-21T17:30:02.150Z Compiling structmeta v0.3.0
22252026-07-21T17:30:02.162Z Compiling crossbeam-deque v0.8.6
22262026-07-21T17:30:02.268Z Compiling inout v0.1.4
22272026-07-21T17:30:02.317Z Compiling hash32 v0.3.1
22282026-07-21T17:30:02.334Z Compiling multer v3.1.0
22292026-07-21T17:30:02.382Z Compiling thread_local v1.1.9
22302026-07-21T17:30:02.409Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22312026-07-21T17:30:02.447Z Compiling slog-async v2.8.0
22322026-07-21T17:30:02.483Z Compiling match_cfg v0.1.0
22332026-07-21T17:30:02.502Z Compiling compression-core v0.4.31
22342026-07-21T17:30:02.567Z Compiling unicode-width v0.2.0
22352026-07-21T17:30:02.585Z Compiling smoltcp v0.11.0
22362026-07-21T17:30:02.696Z Compiling compression-codecs v0.4.37
22372026-07-21T17:30:02.711Z Compiling proc-macro-crate v3.4.0
22382026-07-21T17:30:02.792Z Compiling hostname v0.3.1
22392026-07-21T17:30:02.819Z Compiling cipher v0.4.4
22402026-07-21T17:30:02.902Z Compiling derive-ex v0.1.8
22412026-07-21T17:30:02.980Z Compiling atomicwrites v0.4.4
22422026-07-21T17:30:02.995Z Compiling slog-json v2.6.1
22432026-07-21T17:30:03.077Z Compiling crossbeam-channel v0.5.15
22442026-07-21T17:30:03.095Z Compiling half v2.7.1
22452026-07-21T17:30:03.153Z Compiling newtype-uuid-macros v0.1.0
22462026-07-21T17:30:03.278Z Compiling cobs v0.3.0
22472026-07-21T17:30:03.294Z Compiling universal-hash v0.5.1
22482026-07-21T17:30:03.332Z Compiling thiserror-impl-no-std v2.0.2
22492026-07-21T17:30:03.346Z Compiling darling_macro v0.21.3
22502026-07-21T17:30:03.478Z Compiling async-stream-impl v0.3.6
22512026-07-21T17:30:03.485Z Compiling serde_spanned v1.1.1
22522026-07-21T17:30:03.579Z Compiling toml_datetime v1.1.1+spec-1.1.0
22532026-07-21T17:30:03.643Z Compiling tokio-rustls v0.26.4
22542026-07-21T17:30:03.771Z Compiling rustls-platform-verifier v0.6.2
22552026-07-21T17:30:03.873Z Compiling hyper-rustls v0.27.7
22562026-07-21T17:30:03.916Z Compiling tough v0.22.0
22572026-07-21T17:30:03.938Z Compiling darling v0.21.3
22582026-07-21T17:30:03.996Z Compiling is-terminal v0.4.17
22592026-07-21T17:30:04.020Z Compiling proc-macro-error-attr v1.0.4
22602026-07-21T17:30:04.042Z Compiling ingot-macros v0.1.1
22612026-07-21T17:30:04.061Z Compiling dropshot v0.17.1
22622026-07-21T17:30:04.116Z Compiling reqwest v0.13.2
22632026-07-21T17:30:04.185Z Compiling term v1.2.1
22642026-07-21T17:30:04.277Z Compiling opaque-debug v0.3.1
22652026-07-21T17:30:04.303Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22662026-07-21T17:30:04.340Z Compiling convert_case v0.4.0
22672026-07-21T17:30:04.393Z Compiling take_mut v0.2.2
22682026-07-21T17:30:04.452Z Compiling ciborium-io v0.2.2
22692026-07-21T17:30:04.541Z Compiling toml_writer v1.1.1+spec-1.1.0
22702026-07-21T17:30:04.558Z Compiling ciborium-ll v0.2.2
22712026-07-21T17:30:04.591Z Compiling slog-term v2.9.2
22722026-07-21T17:30:04.680Z Compiling derive_more v0.99.20
22732026-07-21T17:30:04.722Z Compiling test-strategy v0.4.5
22742026-07-21T17:30:04.821Z Compiling toml v1.1.2+spec-1.1.0
22752026-07-21T17:30:04.847Z Compiling thiserror-no-std v2.0.2
22762026-07-21T17:30:04.959Z Compiling poly1305 v0.8.0
22772026-07-21T17:30:05.242Z Compiling async-stream v0.3.6
22782026-07-21T17:30:05.258Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22792026-07-21T17:30:05.465Z Compiling postcard v1.1.3
22802026-07-21T17:30:05.871Z Compiling slog-bunyan v2.5.0
22812026-07-21T17:30:05.887Z Compiling num_enum_derive v0.7.6
22822026-07-21T17:30:05.891Z Compiling chacha20 v0.9.1
22832026-07-21T17:30:06.020Z Compiling async-compression v0.4.41
22842026-07-21T17:30:06.074Z Compiling parse-display-derive v0.10.0
22852026-07-21T17:30:06.167Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22862026-07-21T17:30:06.498Z Compiling sha1 v0.11.0
22872026-07-21T17:30:06.754Z Compiling ingot-types v0.1.2
22882026-07-21T17:30:06.833Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22892026-07-21T17:30:06.927Z Compiling proc-macro-crate v1.3.1
22902026-07-21T17:30:06.930Z Compiling waitgroup v0.1.2
22912026-07-21T17:30:07.096Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22922026-07-21T17:30:07.102Z Compiling password-hash v0.5.0
22932026-07-21T17:30:07.128Z Compiling backon v1.6.0
22942026-07-21T17:30:07.135Z Compiling rustls-pemfile v2.2.0
22952026-07-21T17:30:07.233Z Compiling ingot v0.1.1
22962026-07-21T17:30:07.261Z Compiling dropshot_endpoint v0.17.1
22972026-07-21T17:30:07.306Z Compiling blake2 v0.10.6
22982026-07-21T17:30:07.403Z Compiling aead v0.5.2
22992026-07-21T17:30:07.420Z Compiling foreign-types-macros v0.2.3
23002026-07-21T17:30:07.438Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23012026-07-21T17:30:07.533Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23022026-07-21T17:30:07.564Z Compiling serde_path_to_error v0.1.20
23032026-07-21T17:30:07.621Z Compiling hostname v0.4.2
23042026-07-21T17:30:07.816Z Compiling proc-macro-error v1.0.4
23052026-07-21T17:30:07.833Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23062026-07-21T17:30:07.875Z Compiling instant v0.1.13
23072026-07-21T17:30:07.894Z Compiling debug-ignore v1.0.5
23082026-07-21T17:30:08.034Z Compiling foreign-types-shared v0.3.1
23092026-07-21T17:30:08.045Z Compiling backoff v0.4.0
23102026-07-21T17:30:08.053Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23112026-07-21T17:30:08.081Z Compiling parse-display v0.10.0
23122026-07-21T17:30:08.118Z Compiling foreign-types v0.5.0
23132026-07-21T17:30:08.142Z Compiling chacha20poly1305 v0.10.1
23142026-07-21T17:30:08.160Z Compiling argon2 v0.5.3
23152026-07-21T17:30:08.173Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23162026-07-21T17:30:08.210Z Compiling num_enum_derive v0.5.11
23172026-07-21T17:30:08.225Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23182026-07-21T17:30:08.281Z Compiling num_enum v0.7.6
23192026-07-21T17:30:08.317Z Compiling vsss-rs v3.3.4
23202026-07-21T17:30:08.433Z Compiling ciborium v0.2.2
23212026-07-21T17:30:08.652Z Compiling tabwriter v1.4.1
23222026-07-21T17:30:08.762Z Compiling regress v0.10.5
23232026-07-21T17:30:08.870Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23242026-07-21T17:30:08.894Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23252026-07-21T17:30:08.954Z Compiling cstr-argument v0.1.2
23262026-07-21T17:30:08.984Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23272026-07-21T17:30:09.038Z Compiling humantime v2.3.0
23282026-07-21T17:30:09.081Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23292026-07-21T17:30:09.150Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23302026-07-21T17:30:09.179Z Compiling num_enum v0.5.11
23312026-07-21T17:30:09.236Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23322026-07-21T17:30:09.312Z Compiling rayon v1.11.0
23332026-07-21T17:30:09.334Z Compiling rand v0.10.1
23342026-07-21T17:30:09.349Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23352026-07-21T17:30:09.375Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23362026-07-21T17:30:09.484Z Compiling indent_write v2.2.0
23372026-07-21T17:30:09.526Z Compiling libefi-sys v0.1.0
23382026-07-21T17:30:09.540Z Compiling colored v3.1.1
23392026-07-21T17:30:09.543Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23402026-07-21T17:30:09.543Z Compiling zone_cfg_derive v0.3.1
23412026-07-21T17:30:09.543Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23422026-07-21T17:30:09.665Z Compiling camino-tempfile v1.4.1
23432026-07-21T17:30:09.782Z Compiling itertools v0.12.1
23442026-07-21T17:30:09.797Z Compiling usdt-attr-macro v0.5.0
23452026-07-21T17:30:09.812Z Compiling usdt-macro v0.5.0
23462026-07-21T17:30:09.830Z Compiling num-derive v0.4.2
23472026-07-21T17:30:09.874Z Compiling bitfield-struct v0.6.2
23482026-07-21T17:30:10.120Z Compiling blake3 v1.8.5
23492026-07-21T17:30:10.217Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23502026-07-21T17:30:10.271Z Compiling sigpipe v0.1.3
23512026-07-21T17:30:10.331Z Compiling memmap v0.7.0
23522026-07-21T17:30:10.380Z Compiling glob v0.3.3
23532026-07-21T17:30:10.443Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23542026-07-21T17:30:10.530Z Compiling swrite v0.1.0
23552026-07-21T17:30:10.546Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23562026-07-21T17:30:10.606Z Compiling usdt v0.5.0
23572026-07-21T17:30:10.659Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23582026-07-21T17:30:10.791Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23592026-07-21T17:30:10.810Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23602026-07-21T17:30:10.880Z Compiling smf v0.2.3
23612026-07-21T17:30:10.897Z Compiling filetime v0.2.27
23622026-07-21T17:30:11.091Z Compiling whoami v1.6.1
23632026-07-21T17:30:11.108Z Compiling zone v0.3.1
23642026-07-21T17:30:11.124Z Compiling arrayvec v0.7.6
23652026-07-21T17:30:11.127Z Compiling constant_time_eq v0.4.2
23662026-07-21T17:30:11.255Z Compiling arrayref v0.3.9
23672026-07-21T17:30:11.271Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23682026-07-21T17:30:11.300Z Compiling xattr v1.6.1
23692026-07-21T17:30:11.327Z Compiling tokio-dtrace v0.1.1
23702026-07-21T17:30:11.361Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23712026-07-21T17:30:11.381Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23722026-07-21T17:30:11.385Z Compiling console v0.16.2
23732026-07-21T17:30:11.493Z Compiling tar v0.4.46
23742026-07-21T17:30:11.515Z Compiling gethostname v0.5.0
23752026-07-21T17:30:11.593Z Compiling unit-prefix v0.5.2
23762026-07-21T17:30:11.657Z Compiling topological-sort v0.2.2
23772026-07-21T17:30:11.673Z Compiling oxide-tokio-rt v0.1.4
23782026-07-21T17:30:11.689Z Compiling toml v0.8.23
23792026-07-21T17:30:12.177Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23802026-07-21T17:30:12.181Z Compiling indicatif v0.18.4
23812026-07-21T17:30:12.181Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23822026-07-21T17:30:12.181Z Compiling shell-words v1.1.1
23832026-07-21T17:30:21.455Z Compiling progenitor-client v0.14.0
23842026-07-21T17:30:21.455Z Compiling omicron-zone-package v0.12.3
23852026-07-21T17:30:21.691Z Compiling progenitor-extras v0.2.0
23862026-07-21T17:30:21.989Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23872026-07-21T17:30:22.011Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23882026-07-21T17:30:22.060Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23892026-07-21T17:30:22.150Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23902026-07-21T17:30:22.251Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23912026-07-21T17:30:22.273Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23922026-07-21T17:30:22.317Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23932026-07-21T17:30:22.380Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23942026-07-21T17:30:22.805Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23952026-07-21T17:30:26.802Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23962026-07-21T17:30:34.952Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23972026-07-21T17:30:38.161Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23982026-07-21T17:30:39.197Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23992026-07-21T17:30:48.636Z Finished `release` profile [optimized] target(s) in 1m 40s
24002026-07-21T17:30:48.782Z Running `target/release/omicron-package -t test target create -p dev`
24012026-07-21T17:30:48.844ZLogging to: /work/oxidecomputer/omicron/out/LOG
24022026-07-21T17:30:48.847ZCreated new build target 'test' and set it as active
24032026-07-21T17:30:48.850Z
24042026-07-21T17:30:48.850Zreal 1:41.208597567
24052026-07-21T17:30:48.850Zuser 16:35.878565907
24062026-07-21T17:30:48.850Zsys 2:37.143834361
24072026-07-21T17:30:48.850Ztrap 0.471653729
24082026-07-21T17:30:48.850Ztflt 2.123863642
24092026-07-21T17:30:48.850Zdflt 4.246420906
24102026-07-21T17:30:48.850Zkflt 0.003017124
24112026-07-21T17:30:48.850Zlock 52:17.831791126
24122026-07-21T17:30:48.850Zslp 42:37.231913645
24132026-07-21T17:30:48.850Zlat 45.842626954
24142026-07-21T17:30:48.850Zstop 5:25.672777481
24152026-07-21T17:30:48.850Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24162026-07-21T17:30:49.697Z Finished `release` profile [optimized] target(s) in 0.83s
24172026-07-21T17:30:49.766Z Running `target/release/omicron-package -t test package`
24182026-07-21T17:30:49.822ZLogging to: /work/oxidecomputer/omicron/out/LOG
24192026-07-21T17:30:51.217Z Compiling heck v0.5.0
24202026-07-21T17:30:51.217Z Compiling regress v0.11.1
24212026-07-21T17:30:51.458Z Compiling unsafe-libyaml v0.2.11
24222026-07-21T17:30:51.461Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24232026-07-21T17:30:51.501Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24242026-07-21T17:30:51.520Z Compiling derive-where v1.6.0
24252026-07-21T17:30:51.537Z Compiling bytecount v0.6.9
24262026-07-21T17:30:51.542Z Compiling atomicwrites v0.4.4
24272026-07-21T17:30:51.542Z Compiling is-terminal v0.4.17
24282026-07-21T17:30:51.542Z Compiling prettyplease v0.2.37
24292026-07-21T17:30:51.619Z Compiling console v0.15.11
24302026-07-21T17:30:51.622Z Compiling newline-converter v0.3.0
24312026-07-21T17:30:51.622Z Compiling slog-dtrace v0.3.0
24322026-07-21T17:30:51.682Z Compiling resolv-conf v0.7.6
24332026-07-21T17:30:51.693Z Compiling num-rational v0.4.2
24342026-07-21T17:30:51.737Z Compiling num-complex v0.4.6
24352026-07-21T17:30:51.746Z Compiling thread_local v1.1.9
24362026-07-21T17:30:51.749Z Compiling compression-core v0.4.31
24372026-07-21T17:30:51.749Z Compiling cancel-safe-futures v0.1.5
24382026-07-21T17:30:51.813Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24392026-07-21T17:30:51.893Z Compiling match_cfg v0.1.0
24402026-07-21T17:30:51.962Z Compiling unicode-width v0.1.14
24412026-07-21T17:30:52.396Z Compiling serde_yaml v0.9.34+deprecated
24422026-07-21T17:30:52.400Z Compiling expectorate v1.2.0
24432026-07-21T17:30:52.400Z Compiling hostname v0.3.1
24442026-07-21T17:30:52.400Z Compiling compression-codecs v0.4.37
24452026-07-21T17:30:52.400Z Compiling num v0.4.3
24462026-07-21T17:30:52.400Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24472026-07-21T17:30:52.400Z Compiling multer v3.1.0
24482026-07-21T17:30:52.400Z Compiling slog-async v2.8.0
24492026-07-21T17:30:52.400Z Compiling crossbeam-channel v0.5.15
24502026-07-21T17:30:52.400Z Compiling slog-json v2.6.1
24512026-07-21T17:30:52.400Z Compiling toml_datetime v1.1.1+spec-1.1.0
24522026-07-21T17:30:52.400Z Compiling serde_spanned v1.1.1
24532026-07-21T17:30:52.400Z Compiling term v1.2.1
24542026-07-21T17:30:52.400Z Compiling linked-hash-map v0.5.6
24552026-07-21T17:30:52.518Z Compiling float-ord v0.3.2
24562026-07-21T17:30:52.539Z Compiling toml_writer v1.1.1+spec-1.1.0
24572026-07-21T17:30:52.635Z Compiling take_mut v0.2.2
24582026-07-21T17:30:52.651Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24592026-07-21T17:30:52.672Z Compiling slog-term v2.9.2
24602026-07-21T17:30:52.672Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24612026-07-21T17:30:52.715Z Compiling lru-cache v0.1.2
24622026-07-21T17:30:52.739Z Compiling toml v1.1.2+spec-1.1.0
24632026-07-21T17:30:52.762Z Compiling oxide-update-engine-types v0.1.2
24642026-07-21T17:30:52.784Z Compiling slog-bunyan v2.5.0
24652026-07-21T17:30:52.827Z Compiling async-compression v0.4.41
24662026-07-21T17:30:52.971Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24672026-07-21T17:30:53.123Z Compiling typify-impl v0.6.2
24682026-07-21T17:30:53.169Z Compiling dropshot v0.17.1
24692026-07-21T17:30:53.190Z Compiling async-stream v0.3.6
24702026-07-21T17:30:53.235Z Compiling sha1 v0.11.0
24712026-07-21T17:30:53.296Z Compiling progenitor-client v0.14.0
24722026-07-21T17:30:53.317Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24732026-07-21T17:30:53.320Z Compiling waitgroup v0.1.2
24742026-07-21T17:30:53.383Z Compiling rustls-pemfile v2.2.0
24752026-07-21T17:30:53.501Z Compiling backon v1.6.0
24762026-07-21T17:30:53.522Z Compiling hostname v0.4.2
24772026-07-21T17:30:53.546Z Compiling serde_path_to_error v0.1.20
24782026-07-21T17:30:53.550Z Compiling instant v0.1.13
24792026-07-21T17:30:53.598Z Compiling linear-map v1.2.0
24802026-07-21T17:30:53.629Z Compiling minimal-lexical v0.2.1
24812026-07-21T17:30:53.685Z Compiling debug-ignore v1.0.5
24822026-07-21T17:30:53.709Z Compiling progenitor-extras v0.2.0
24832026-07-21T17:30:53.740Z Compiling backoff v0.4.0
24842026-07-21T17:30:53.820Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24852026-07-21T17:30:53.848Z Compiling nom v7.1.3
24862026-07-21T17:30:53.911Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24872026-07-21T17:30:53.932Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24882026-07-21T17:30:53.968Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24892026-07-21T17:30:53.988Z Compiling oxide-update-engine v0.1.2
24902026-07-21T17:30:53.992Z Compiling parse-display v0.10.0
24912026-07-21T17:30:54.195Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24922026-07-21T17:30:54.305Z Compiling hickory-proto v0.24.4
24932026-07-21T17:30:54.614Z Compiling regress v0.10.5
24942026-07-21T17:30:54.934Z Compiling macaddr v1.0.1
24952026-07-21T17:30:55.190Z Compiling unicode-xid v0.2.6
24962026-07-21T17:30:55.271Z Compiling humantime v2.3.0
24972026-07-21T17:30:55.425Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24982026-07-21T17:30:55.508Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24992026-07-21T17:30:55.512Z Compiling convert_case v0.10.0
25002026-07-21T17:30:55.560Z Compiling owo-colors v4.3.0
25012026-07-21T17:30:55.740Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25022026-07-21T17:30:55.831Z Compiling derive_more-impl v2.1.1
25032026-07-21T17:30:55.912Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25042026-07-21T17:30:56.002Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25052026-07-21T17:30:56.187Z Compiling toml v0.8.23
25062026-07-21T17:30:56.647Z Compiling derive_more v2.1.1
25072026-07-21T17:30:56.675Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25082026-07-21T17:30:56.698Z Compiling papergrid v0.11.0
25092026-07-21T17:30:56.702Z Compiling typify-macro v0.6.2
25102026-07-21T17:30:56.754Z Compiling tabled_derive v0.7.0
25112026-07-21T17:30:56.838Z Compiling termtree v0.5.1
25122026-07-21T17:30:56.842Z Compiling hickory-resolver v0.24.4
25132026-07-21T17:30:56.973Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25142026-07-21T17:30:57.185Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25152026-07-21T17:30:57.684Z Compiling tabled v0.15.0
25162026-07-21T17:30:58.032Z Compiling crossterm v0.29.0
25172026-07-21T17:30:58.048Z Compiling phf_shared v0.12.1
25182026-07-21T17:30:58.272Z Compiling qorb v0.4.1
25192026-07-21T17:30:58.299Z Compiling typify v0.6.2
25202026-07-21T17:30:58.576Z Compiling progenitor-impl v0.14.0
25212026-07-21T17:30:58.836Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25222026-07-21T17:30:59.385Z Compiling csv-core v0.1.13
25232026-07-21T17:30:59.850Z Compiling vte v0.14.1
25242026-07-21T17:31:00.104Z Compiling chrono-tz v0.10.4
25252026-07-21T17:31:00.324Z Compiling highway v1.3.0
25262026-07-21T17:31:00.750Z Compiling progenitor-macro v0.14.0
25272026-07-21T17:31:01.053Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25282026-07-21T17:31:01.923Z Compiling strip-ansi-escapes v0.2.1
25292026-07-21T17:31:01.950Z Compiling csv v1.4.0
25302026-07-21T17:31:01.982Z Compiling phf v0.12.1
25312026-07-21T17:31:02.096Z Compiling const_format_proc_macros v0.2.34
25322026-07-21T17:31:02.184Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25332026-07-21T17:31:02.490Z Compiling fd-lock v4.0.4
25342026-07-21T17:31:02.516Z Compiling peg-macros v0.8.5
25352026-07-21T17:31:02.680Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25362026-07-21T17:31:02.706Z Compiling nu-ansi-term v0.50.3
25372026-07-21T17:31:02.891Z Compiling const_format v0.2.35
25382026-07-21T17:31:02.934Z Compiling reedline v0.40.0
25392026-07-21T17:31:03.448Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25402026-07-21T17:31:03.790Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25412026-07-21T17:31:04.436Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25422026-07-21T17:31:04.810Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25432026-07-21T17:31:04.846Z Compiling progenitor v0.14.0
25442026-07-21T17:31:05.015Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25452026-07-21T17:31:05.038Z Compiling peg v0.8.5
25462026-07-21T17:31:05.069Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25472026-07-21T17:31:05.148Z Compiling bcs v0.1.6
25482026-07-21T17:31:05.608Z Compiling nom v8.0.0
25492026-07-21T17:31:05.681Z Compiling semver v0.1.20
25502026-07-21T17:31:05.981Z Compiling rustc_version v0.1.7
25512026-07-21T17:31:06.229Z Compiling newtype_derive v0.1.6
25522026-07-21T17:31:06.478Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25532026-07-21T17:31:06.722Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25542026-07-21T17:31:06.801Z Compiling unicode-linebreak v0.1.5
25552026-07-21T17:31:06.852Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25562026-07-21T17:31:07.079Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25572026-07-21T17:31:07.133Z Compiling smawk v0.3.2
25582026-07-21T17:31:07.279Z Compiling textwrap v0.16.2
25592026-07-21T17:31:07.362Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25602026-07-21T17:31:07.442Z Compiling steno v0.4.1
25612026-07-21T17:31:07.482Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25622026-07-21T17:31:07.730Z Compiling dropshot-api-manager-types v0.7.2
25632026-07-21T17:31:08.304Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25642026-07-21T17:31:08.380Z Compiling base64 v0.21.7
25652026-07-21T17:31:08.544Z Compiling sha1 v0.10.6
25662026-07-21T17:31:08.880Z Compiling utf-8 v0.7.6
25672026-07-21T17:31:08.929Z Compiling tagptr v0.2.0
25682026-07-21T17:31:08.988Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25692026-07-21T17:31:09.120Z Compiling moka v0.12.13
25702026-07-21T17:31:09.147Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25712026-07-21T17:31:09.267Z Compiling tungstenite v0.21.0
25722026-07-21T17:31:09.313Z Compiling display-error-chain v0.2.2
25732026-07-21T17:31:09.525Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25742026-07-21T17:31:09.598Z Compiling radium v0.7.0
25752026-07-21T17:31:09.743Z Compiling maybe-uninit v2.0.0
25762026-07-21T17:31:09.949Z Compiling tokio-tungstenite v0.21.0
25772026-07-21T17:31:10.062Z Compiling tap v1.0.1
25782026-07-21T17:31:10.212Z Compiling wyz v0.5.1
25792026-07-21T17:31:10.337Z Compiling hickory-resolver v0.25.2
25802026-07-21T17:31:10.411Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25812026-07-21T17:31:10.706Z Compiling vergen-lib v0.1.6
25822026-07-21T17:31:10.810Z Compiling zerocopy-derive v0.6.6
25832026-07-21T17:31:10.915Z Compiling packed_struct v0.10.1
25842026-07-21T17:31:11.215Z Compiling diesel_derives v2.3.7
25852026-07-21T17:31:11.397Z Compiling crc-catalog v2.4.0
25862026-07-21T17:31:11.444Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25872026-07-21T17:31:11.581Z Compiling funty v2.0.0
25882026-07-21T17:31:11.635Z Compiling zerocopy v0.6.6
25892026-07-21T17:31:12.019Z Compiling bitvec v1.0.1
25902026-07-21T17:31:12.365Z Compiling crc v3.4.0
25912026-07-21T17:31:12.798Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25922026-07-21T17:31:12.815Z Compiling dsl_auto_type v0.2.0
25932026-07-21T17:31:12.928Z Compiling scheduled-thread-pool v0.2.7
25942026-07-21T17:31:13.321Z Compiling packed_struct_codegen v0.10.1
25952026-07-21T17:31:13.359Z Compiling vergen-gitcl v1.0.8
25962026-07-21T17:31:13.525Z Compiling bitfield-macros v0.19.4
25972026-07-21T17:31:13.616Z Compiling diesel_table_macro_syntax v0.3.0
25982026-07-21T17:31:13.694Z Compiling dirs-sys-next v0.1.2
25992026-07-21T17:31:13.903Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26002026-07-21T17:31:13.927Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26012026-07-21T17:31:13.961Z Compiling proc-macro-error-attr2 v2.0.0
26022026-07-21T17:31:14.041Z Compiling indexmap v1.9.3
26032026-07-21T17:31:14.284Z Compiling maplit v1.0.2
26042026-07-21T17:31:14.300Z Compiling nodrop v0.1.14
26052026-07-21T17:31:14.369Z Compiling glob v0.3.3
26062026-07-21T17:31:14.395Z Compiling crunchy v0.2.4
26072026-07-21T17:31:14.405Z Compiling proc-macro-error2 v2.0.1
26082026-07-21T17:31:14.434Z Compiling array-init v0.0.4
26092026-07-21T17:31:14.730Z Compiling clang-sys v1.8.1
26102026-07-21T17:31:14.807Z Compiling bitfield v0.19.4
26112026-07-21T17:31:15.142Z Compiling dirs-next v2.0.0
26122026-07-21T17:31:15.200Z Compiling r2d2 v0.8.10
26132026-07-21T17:31:15.361Z Compiling smallvec v0.6.14
26142026-07-21T17:31:15.541Z Compiling num-derive v0.3.3
26152026-07-21T17:31:15.590Z Compiling hashbrown v0.12.3
26162026-07-21T17:31:15.687Z Compiling downcast-rs v2.0.2
26172026-07-21T17:31:15.715Z Compiling tiny-keccak v2.0.2
26182026-07-21T17:31:15.916Z Compiling serde-hex v0.1.0
26192026-07-21T17:31:15.986Z Compiling term v0.7.0
26202026-07-21T17:31:16.174Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26212026-07-21T17:31:16.365Z Compiling tabled_derive v0.11.0
26222026-07-21T17:31:16.452Z Compiling libscf-sys v1.1.0
26232026-07-21T17:31:16.482Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26242026-07-21T17:31:16.501Z Compiling ron v0.8.1
26252026-07-21T17:31:16.632Z Compiling papergrid v0.17.0
26262026-07-21T17:31:16.732Z Compiling testing_table v0.3.0
26272026-07-21T17:31:16.742Z Compiling hashbrown v0.13.2
26282026-07-21T17:31:16.887Z Compiling crc-any v2.5.0
26292026-07-21T17:31:17.164Z Compiling bit-vec v0.6.3
26302026-07-21T17:31:17.280Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26312026-07-21T17:31:17.382Z Compiling bit-set v0.5.3
26322026-07-21T17:31:17.416Z Compiling object v0.30.4
26332026-07-21T17:31:17.452Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26342026-07-21T17:31:17.869Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26352026-07-21T17:31:18.048Z Compiling tabled v0.20.0
26362026-07-21T17:31:18.109Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26372026-07-21T17:31:18.162Z Compiling ascii-canvas v3.0.0
26382026-07-21T17:31:18.420Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26392026-07-21T17:31:18.619Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26402026-07-21T17:31:18.924Z Compiling progenitor-impl v0.13.0
26412026-07-21T17:31:19.232Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26422026-07-21T17:31:19.312Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26432026-07-21T17:31:19.373Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26442026-07-21T17:31:19.473Z Compiling itertools v0.10.5
26452026-07-21T17:31:19.544Z Compiling ena v0.14.4
26462026-07-21T17:31:19.663Z Compiling diesel v2.3.7
26472026-07-21T17:31:19.708Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26482026-07-21T17:31:19.806Z Compiling libloading v0.8.9
26492026-07-21T17:31:19.973Z Compiling xshell-macros v0.2.7
26502026-07-21T17:31:20.013Z Compiling bindgen v0.71.1
26512026-07-21T17:31:20.405Z Compiling diff v0.1.13
26522026-07-21T17:31:20.427Z Compiling regex-syntax v0.6.29
26532026-07-21T17:31:20.597Z Compiling unicase v2.9.0
26542026-07-21T17:31:20.614Z Compiling path-slash v0.1.5
26552026-07-21T17:31:20.797Z Compiling xshell v0.2.7
26562026-07-21T17:31:20.855Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26572026-07-21T17:31:20.892Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26582026-07-21T17:31:21.133Z Compiling progenitor-macro v0.13.0
26592026-07-21T17:31:22.084Z Compiling lalrpop v0.19.12
26602026-07-21T17:31:22.387Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26612026-07-21T17:31:23.464Z Compiling cexpr v0.6.0
26622026-07-21T17:31:24.102Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26632026-07-21T17:31:24.449Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26642026-07-21T17:31:24.883Z Compiling progenitor-client v0.13.0
26652026-07-21T17:31:25.163Z Compiling rustc-hash v2.1.1
26662026-07-21T17:31:25.226Z Compiling progenitor v0.13.0
26672026-07-21T17:31:25.275Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26682026-07-21T17:31:25.695Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26692026-07-21T17:31:25.825Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26702026-07-21T17:31:26.286Z Compiling headers-core v0.3.0
26712026-07-21T17:31:26.458Z Compiling libxml v0.3.3
26722026-07-21T17:31:26.485Z Compiling crc8 v0.1.1
26732026-07-21T17:31:26.609Z Compiling headers v0.4.1
26742026-07-21T17:31:26.638Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26752026-07-21T17:31:26.694Z Compiling strum_macros v0.24.3
26762026-07-21T17:31:26.797Z Compiling indoc v1.0.9
26772026-07-21T17:31:26.955Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26782026-07-21T17:31:27.004Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26792026-07-21T17:31:27.244Z Compiling derive_builder v0.20.2
26802026-07-21T17:31:27.248Z Compiling oso-derive v0.27.3
26812026-07-21T17:31:27.411Z Compiling quick-xml v0.37.5
26822026-07-21T17:31:27.793Z Compiling impl-trait-for-tuples v0.2.3
26832026-07-21T17:31:27.908Z Compiling openssl-probe v0.1.6
26842026-07-21T17:31:27.993Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26852026-07-21T17:31:28.206Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26862026-07-21T17:31:28.234Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26872026-07-21T17:31:28.421Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26882026-07-21T17:31:28.722Z Compiling bb8 v0.8.6
26892026-07-21T17:31:28.761Z Compiling trait-variant v0.1.2
26902026-07-21T17:31:29.075Z Compiling half v1.8.3
26912026-07-21T17:31:29.124Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26922026-07-21T17:31:29.318Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26932026-07-21T17:31:29.528Z Compiling serde_cbor v0.11.2
26942026-07-21T17:31:29.645Z Compiling polar-core v0.27.3
26952026-07-21T17:31:30.118Z Compiling samael v0.0.19
26962026-07-21T17:31:30.162Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26972026-07-21T17:31:30.200Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26982026-07-21T17:31:30.390Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26992026-07-21T17:31:30.474Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27002026-07-21T17:31:30.510Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27012026-07-21T17:31:30.600Z Compiling nonempty v0.12.0
27022026-07-21T17:31:30.788Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27032026-07-21T17:31:30.812Z Compiling fxhash v0.2.1
27042026-07-21T17:31:30.974Z Compiling libz-sys v1.1.24
27052026-07-21T17:31:31.026Z Compiling salty v0.3.0
27062026-07-21T17:31:31.155Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27072026-07-21T17:31:31.391Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27082026-07-21T17:31:31.633Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27092026-07-21T17:31:32.183Z Compiling kstat-rs v0.2.4
27102026-07-21T17:31:32.636Z Compiling arc-swap v1.8.2
27112026-07-21T17:31:32.672Z Compiling fs-err v2.11.0
27122026-07-21T17:31:33.154Z Compiling mime_guess v2.0.5
27132026-07-21T17:31:33.175Z Compiling slog-scope v4.4.1
27142026-07-21T17:31:33.181Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27152026-07-21T17:31:33.221Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27162026-07-21T17:31:33.691Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27172026-07-21T17:31:33.777Z Compiling rfc6979 v0.4.0
27182026-07-21T17:31:33.882Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27192026-07-21T17:31:34.307Z Compiling nanorand v0.7.0
27202026-07-21T17:31:34.694Z Compiling libgit2-sys v0.18.3+1.9.2
27212026-07-21T17:31:34.777Z Compiling parking_lot_core v0.8.6
27222026-07-21T17:31:34.799Z Compiling flume v0.11.1
27232026-07-21T17:31:35.131Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27242026-07-21T17:31:35.213Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27252026-07-21T17:31:35.415Z Compiling ecdsa v0.16.9
27262026-07-21T17:31:36.114Z Compiling slog-stdlog v4.1.1
27272026-07-21T17:31:36.796Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27282026-07-21T17:31:36.901Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27292026-07-21T17:31:36.930Z Compiling primeorder v0.13.6
27302026-07-21T17:31:37.013Z Compiling git-stub v1.0.0
27312026-07-21T17:31:37.294Z Compiling async-bb8-diesel v0.2.1
27322026-07-21T17:31:37.748Z Compiling diesel-dtrace v0.5.0
27332026-07-21T17:31:37.966Z Compiling atty v0.2.14
27342026-07-21T17:31:38.075Z Compiling http-range v0.1.5
27352026-07-21T17:31:38.084Z Compiling instability v0.3.11
27362026-07-21T17:31:38.163Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27372026-07-21T17:31:38.331Z Compiling parse-size v1.1.0
27382026-07-21T17:31:38.410Z Compiling strsim v0.10.0
27392026-07-21T17:31:38.471Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27402026-07-21T17:31:38.578Z Compiling oso v0.27.3
27412026-07-21T17:31:38.738Z Compiling darling_core v0.13.4
27422026-07-21T17:31:40.473Z Compiling git-stub-vcs v0.1.0
27432026-07-21T17:31:40.758Z Compiling p384 v0.13.1
27442026-07-21T17:31:40.843Z Compiling slog-envlogger v2.2.0
27452026-07-21T17:31:42.883Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27462026-07-21T17:31:42.928Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27472026-07-21T17:31:43.033Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27482026-07-21T17:31:43.138Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27492026-07-21T17:31:44.094Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27502026-07-21T17:31:45.161Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27512026-07-21T17:31:45.186Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27522026-07-21T17:31:45.510Z Compiling ignore v0.4.25
27532026-07-21T17:31:45.562Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-07-21T17:31:47.016Z Compiling castaway v0.2.4
27552026-07-21T17:31:47.180Z Compiling vergen-git2 v9.1.0
27562026-07-21T17:31:47.428Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27572026-07-21T17:31:47.571Z Compiling indoc v2.0.7
27582026-07-21T17:31:47.667Z Compiling compact_str v0.8.1
27592026-07-21T17:31:47.773Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27602026-07-21T17:31:48.787Z Compiling globwalk v0.9.1
27612026-07-21T17:31:48.811Z Compiling parking_lot v0.11.2
27622026-07-21T17:31:48.818Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27632026-07-21T17:31:49.449Z Compiling hyper-staticfile v0.10.1
27642026-07-21T17:31:49.480Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27652026-07-21T17:31:49.705Z Compiling darling_macro v0.13.4
27662026-07-21T17:31:49.963Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27672026-07-21T17:31:50.082Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27682026-07-21T17:31:50.248Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27692026-07-21T17:31:50.528Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27702026-07-21T17:31:50.654Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27712026-07-21T17:31:50.679Z Compiling predicates-tree v1.0.13
27722026-07-21T17:31:51.075Z Compiling unicode-truncate v1.1.0
27732026-07-21T17:31:51.117Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27742026-07-21T17:31:51.166Z Compiling lru v0.12.5
27752026-07-21T17:31:51.770Z Compiling rand_seeder v0.4.0
27762026-07-21T17:31:51.906Z Compiling prefix-trie v0.7.0
27772026-07-21T17:31:51.906Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27782026-07-21T17:31:51.906Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27792026-07-21T17:31:52.002Z Compiling illumos-nvpair-sys v0.2.0
27802026-07-21T17:31:52.002Z Compiling corncobs v0.1.4
27812026-07-21T17:31:52.002Z Compiling cassowary v0.3.0
27822026-07-21T17:31:52.153Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27832026-07-21T17:31:52.304Z Compiling hickory-server v0.25.2
27842026-07-21T17:31:52.304Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27852026-07-21T17:31:52.361Z Compiling ratatui v0.29.0
27862026-07-21T17:31:52.424Z Compiling camino-tempfile-ext v0.3.3
27872026-07-21T17:31:52.607Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27882026-07-21T17:31:52.719Z Compiling darling v0.13.4
27892026-07-21T17:31:52.857Z Compiling sled v0.34.7
27902026-07-21T17:31:52.976Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27912026-07-21T17:31:53.249Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27922026-07-21T17:31:54.050Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27932026-07-21T17:31:54.248Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27942026-07-21T17:31:54.248Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27952026-07-21T17:31:54.952Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27962026-07-21T17:31:55.405Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27972026-07-21T17:31:55.652Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27982026-07-21T17:31:56.262Z Compiling secrecy v0.8.0
27992026-07-21T17:31:56.393Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28002026-07-21T17:31:56.587Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28012026-07-21T17:31:57.258Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28022026-07-21T17:31:57.936Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28032026-07-21T17:31:58.595Z Compiling serde_with_macros v1.5.2
28042026-07-21T17:31:58.747Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28052026-07-21T17:31:59.213Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28062026-07-21T17:31:59.595Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28072026-07-21T17:31:59.733Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28082026-07-21T17:31:59.923Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28092026-07-21T17:32:00.194Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28102026-07-21T17:32:00.410Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28112026-07-21T17:32:00.654Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28122026-07-21T17:32:00.681Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28132026-07-21T17:32:00.692Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28142026-07-21T17:32:01.174Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28152026-07-21T17:32:05.154Z Compiling void v1.0.2
28162026-07-21T17:32:05.154Z Compiling git2 v0.20.4
28172026-07-21T17:32:05.154Z Compiling lzss v0.8.2
28182026-07-21T17:32:05.279Z Compiling illumos-nvpair v0.3.0
28192026-07-21T17:32:05.279Z Compiling serde_with v1.14.0
28202026-07-21T17:32:05.279Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28212026-07-21T17:32:05.279Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28222026-07-21T17:32:05.279Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28232026-07-21T17:32:05.279Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28242026-07-21T17:32:05.279Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
28252026-07-21T17:32:05.279Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28262026-07-21T17:32:05.279Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28272026-07-21T17:32:05.720Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28282026-07-21T17:32:06.166Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28292026-07-21T17:32:06.380Z Compiling tungstenite v0.23.0
28302026-07-21T17:32:06.449Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28312026-07-21T17:32:06.762Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28322026-07-21T17:32:07.915Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28332026-07-21T17:32:08.186Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28342026-07-21T17:32:08.417Z Compiling nix v0.27.1
28352026-07-21T17:32:08.529Z Compiling twox-hash v2.1.2
28362026-07-21T17:32:08.752Z Compiling libsw-core v0.3.2
28372026-07-21T17:32:08.908Z Compiling serde_bytes v0.11.19
28382026-07-21T17:32:08.962Z Compiling libsw v3.5.0
28392026-07-21T17:32:09.048Z Compiling tokio-tungstenite v0.23.1
28402026-07-21T17:32:09.077Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28412026-07-21T17:32:09.190Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28422026-07-21T17:32:09.231Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28432026-07-21T17:32:09.431Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28442026-07-21T17:32:09.656Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28452026-07-21T17:32:09.789Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28462026-07-21T17:32:11.188Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28472026-07-21T17:32:11.852Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28482026-07-21T17:32:13.366Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28492026-07-21T17:32:13.906Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28502026-07-21T17:32:13.971Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28512026-07-21T17:32:14.245Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28522026-07-21T17:32:14.499Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28532026-07-21T17:32:14.705Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28542026-07-21T17:32:14.983Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28552026-07-21T17:32:15.076Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28562026-07-21T17:32:15.759Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28572026-07-21T17:32:16.004Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28582026-07-21T17:32:16.719Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28592026-07-21T17:32:18.224Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28602026-07-21T17:32:20.042Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28612026-07-21T17:32:20.109Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28622026-07-21T17:32:20.416Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28632026-07-21T17:32:20.657Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28642026-07-21T17:32:21.214Z Compiling signal-hook-tokio v0.3.1
28652026-07-21T17:32:21.428Z Compiling fatfs v0.3.6
28662026-07-21T17:32:21.540Z Compiling yasna v0.5.2
28672026-07-21T17:32:21.566Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28682026-07-21T17:32:21.677Z Compiling assert_matches v1.5.0
28692026-07-21T17:32:21.792Z Compiling seq-macro v0.3.6
28702026-07-21T17:32:22.216Z Compiling is_ci v1.2.0
28712026-07-21T17:32:22.347Z Compiling rcgen v0.12.1
28722026-07-21T17:32:22.441Z Compiling supports-color v3.0.2
28732026-07-21T17:32:22.758Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28742026-07-21T17:32:23.181Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28752026-07-21T17:32:23.880Z Compiling oxide-update-engine-display v0.1.2
28762026-07-21T17:32:24.107Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28772026-07-21T17:32:25.007Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28782026-07-21T17:32:25.594Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28792026-07-21T17:32:25.857Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28802026-07-21T17:32:26.126Z Compiling port-file v0.1.0
28812026-07-21T17:32:26.584Z Compiling subprocess v0.2.15
28822026-07-21T17:32:27.297Z Compiling rtoolbox v0.0.3
28832026-07-21T17:32:27.604Z Compiling rpassword v7.5.4
28842026-07-21T17:32:28.194Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28852026-07-21T17:32:28.373Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28862026-07-21T17:32:28.914Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28872026-07-21T17:32:29.059Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28882026-07-21T17:32:29.720Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28892026-07-21T17:32:30.964Z Compiling tui-tree-widget v0.23.1
28902026-07-21T17:32:31.289Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
28912026-07-21T17:32:31.693Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28922026-07-21T17:32:32.672Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28932026-07-21T17:32:33.681Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28942026-07-21T17:32:33.888Z Compiling uzers v0.12.2
28952026-07-21T17:32:33.939Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28962026-07-21T17:32:35.328Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28972026-07-21T17:32:35.644Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28982026-07-21T17:32:36.392Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28992026-07-21T17:32:37.316Z Compiling support-bundle-viewer v0.1.2
29002026-07-21T17:32:39.265Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29012026-07-21T17:32:39.417Z Compiling multimap v0.10.1
29022026-07-21T17:32:52.299Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29032026-07-21T17:32:57.454Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29042026-07-21T17:33:02.235Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29052026-07-21T17:33:02.655Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29062026-07-21T17:33:04.730Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29072026-07-21T17:41:30.063Z Finished `release` profile [optimized] target(s) in 10m 40s
29082026-07-21T17:42:21.531Z
29092026-07-21T17:42:21.531Zreal 11:32.647696455
29102026-07-21T17:42:21.531Zuser 1:22:18.747747101
29112026-07-21T17:42:21.531Zsys 3:33.254169502
29122026-07-21T17:42:21.547Ztrap 1.869633833
29132026-07-21T17:42:21.547Ztflt 2.465941723
29142026-07-21T17:42:21.547Zdflt 16.076290822
29152026-07-21T17:42:21.547Zkflt 0.017405346
29162026-07-21T17:42:21.547Zlock 8:13:16.614039731
29172026-07-21T17:42:21.547Zslp 2:23:44.127602620
29182026-07-21T17:42:21.547Zlat 2:24.439429525
29192026-07-21T17:42:21.547Zstop 5:05.507819583
29202026-07-21T17:42:21.547Z+ mapfile -t packages
29212026-07-21T17:42:21.547Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29222026-07-21T17:42:22.418Z Finished `release` profile [optimized] target(s) in 0.87s
29232026-07-21T17:42:22.480Z Running `target/release/omicron-package -t test list-outputs`
29242026-07-21T17:42:22.550ZLogging to: /work/oxidecomputer/omicron/out/LOG
29252026-07-21T17:42:22.573Z+ ptime -m cargo build --locked --release -p xtask
29262026-07-21T17:42:23.007Z Compiling libc v0.2.185
29272026-07-21T17:42:23.007Z Compiling serde_core v1.0.228
29282026-07-21T17:42:23.007Z Compiling serde v1.0.228
29292026-07-21T17:42:23.020Z Compiling rustix v1.1.3
29302026-07-21T17:42:23.020Z Compiling bitflags v2.11.0
29312026-07-21T17:42:23.153Z Compiling serde_json v1.0.150
29322026-07-21T17:42:23.175Z Compiling usdt-impl v0.5.0
29332026-07-21T17:42:23.179Z Compiling syn v2.0.117
29342026-07-21T17:42:23.182Z Compiling syn v1.0.109
29352026-07-21T17:42:23.215Z Compiling getrandom v0.4.1
29362026-07-21T17:42:23.221Z Compiling log v0.4.29
29372026-07-21T17:42:23.221Z Compiling indexmap v2.14.0
29382026-07-21T17:42:23.241Z Compiling fs-err v3.3.0
29392026-07-21T17:42:23.472Z Compiling anyhow v1.0.102
29402026-07-21T17:42:23.567Z Compiling heck v0.4.1
29412026-07-21T17:42:23.595Z Compiling once_cell v1.21.3
29422026-07-21T17:42:23.892Z Compiling thread-id v4.2.2
29432026-07-21T17:42:23.924Z Compiling errno v0.3.14
29442026-07-21T17:42:23.938Z Compiling memmap v0.7.0
29452026-07-21T17:42:24.690Z Compiling proc-macro-error v1.0.4
29462026-07-21T17:42:24.916Z Compiling terminal_size v0.4.3
29472026-07-21T17:42:24.916Z Compiling tempfile v3.25.0
29482026-07-21T17:42:24.952Z Compiling tabled_derive v0.7.0
29492026-07-21T17:42:24.988Z Compiling clap_builder v4.6.0
29502026-07-21T17:42:24.988Z Compiling textwrap v0.16.2
29512026-07-21T17:42:25.516Z Compiling pest_generator v2.8.6
29522026-07-21T17:42:25.516Z Compiling camino v1.2.2
29532026-07-21T17:42:25.516Z Compiling cargo-platform v0.3.2
29542026-07-21T17:42:25.516Z Compiling semver v1.0.28
29552026-07-21T17:42:25.644Z Compiling tabled v0.15.0
29562026-07-21T17:42:25.694Z Compiling camino-tempfile v1.4.1
29572026-07-21T17:42:25.865Z Compiling serde_derive v1.0.228
29582026-07-21T17:42:25.890Z Compiling thiserror-impl v1.0.69
29592026-07-21T17:42:25.890Z Compiling zerocopy-derive v0.7.35
29602026-07-21T17:42:25.890Z Compiling scroll_derive v0.12.1
29612026-07-21T17:42:25.890Z Compiling thiserror-impl v2.0.18
29622026-07-21T17:42:25.890Z Compiling clap_derive v4.6.1
29632026-07-21T17:42:25.927Z Compiling pest_derive v2.8.6
29642026-07-21T17:42:26.594Z Compiling scroll v0.12.0
29652026-07-21T17:42:26.728Z Compiling zerocopy v0.7.35
29662026-07-21T17:42:26.869Z Compiling goblin v0.8.2
29672026-07-21T17:42:27.032Z Compiling thiserror v1.0.69
29682026-07-21T17:42:27.152Z Compiling thiserror v2.0.18
29692026-07-21T17:42:27.219Z Compiling dtrace-parser v0.2.0
29702026-07-21T17:42:27.398Z Compiling clap v4.6.1
29712026-07-21T17:42:28.951Z Compiling dof v0.3.0
29722026-07-21T17:42:29.009Z Compiling serde_tokenstream v0.2.3
29732026-07-21T17:42:29.023Z Compiling toml_datetime v0.6.11
29742026-07-21T17:42:29.023Z Compiling serde_spanned v0.6.9
29752026-07-21T17:42:29.091Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29762026-07-21T17:42:29.105Z Compiling cargo_metadata v0.23.1
29772026-07-21T17:42:29.105Z Compiling macaddr v1.0.1
29782026-07-21T17:42:29.205Z Compiling toml_edit v0.22.27
29792026-07-21T17:42:29.685Z Compiling usdt-macro v0.5.0
29802026-07-21T17:42:29.815Z Compiling usdt-attr-macro v0.5.0
29812026-07-21T17:42:30.463Z Compiling usdt v0.5.0
29822026-07-21T17:42:30.731Z Compiling toml v0.8.23
29832026-07-21T17:42:31.173Z Compiling cargo_toml v0.21.0
29842026-07-21T17:42:35.673Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29852026-07-21T17:42:38.889Z Finished `release` profile [optimized] target(s) in 16.30s
29862026-07-21T17:42:39.006Z
29872026-07-21T17:42:39.006Zreal 16.388728577
29882026-07-21T17:42:39.006Zuser 2:05.274985031
29892026-07-21T17:42:39.006Zsys 14.030676381
29902026-07-21T17:42:39.030Ztrap 0.063759328
29912026-07-21T17:42:39.031Ztflt 0.480442949
29922026-07-21T17:42:39.031Zdflt 1.518793792
29932026-07-21T17:42:39.031Zkflt 0.000026675
29942026-07-21T17:42:39.031Zlock 4:34.292331897
29952026-07-21T17:42:39.031Zslp 2:45.378335533
29962026-07-21T17:42:39.031Zlat 4.390819271
29972026-07-21T17:42:39.031Zstop 15.697824928
29982026-07-21T17:42:39.031Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
29992026-07-21T17:42:39.031Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30002026-07-21T17:42:39.031Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30012026-07-21T17:42:39.031Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30022026-07-21T17:42:39.031Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30032026-07-21T17:42:39.913Z Compiling progenitor-client v0.14.0
30042026-07-21T17:42:39.914Z Compiling newtype-uuid-macros v0.1.0
30052026-07-21T17:42:39.914Z Compiling match_cfg v0.1.0
30062026-07-21T17:42:39.920Z Compiling slog-json v2.6.1
30072026-07-21T17:42:39.953Z Compiling structmeta-derive v0.3.0
30082026-07-21T17:42:39.953Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30092026-07-21T17:42:39.953Z Compiling sha1 v0.11.0
30102026-07-21T17:42:39.953Z Compiling multer v3.1.0
30112026-07-21T17:42:40.035Z Compiling debug-ignore v1.0.5
30122026-07-21T17:42:40.049Z Compiling compression-core v0.4.31
30132026-07-21T17:42:40.049Z Compiling itertools v0.14.0
30142026-07-21T17:42:40.049Z Compiling async-stream-impl v0.3.6
30152026-07-21T17:42:40.057Z Compiling serde_spanned v1.1.1
30162026-07-21T17:42:40.057Z Compiling toml_datetime v1.1.1+spec-1.1.0
30172026-07-21T17:42:40.057Z Compiling dropshot v0.17.1
30182026-07-21T17:42:40.057Z Compiling toml_writer v1.1.1+spec-1.1.0
30192026-07-21T17:42:40.181Z Compiling waitgroup v0.1.2
30202026-07-21T17:42:40.274Z Compiling compression-codecs v0.4.37
30212026-07-21T17:42:40.319Z Compiling rustls-pemfile v2.2.0
30222026-07-21T17:42:40.345Z Compiling dropshot_endpoint v0.17.1
30232026-07-21T17:42:40.385Z Compiling hostname v0.3.1
30242026-07-21T17:42:40.398Z Compiling toml v1.1.2+spec-1.1.0
30252026-07-21T17:42:40.487Z Compiling serde_path_to_error v0.1.20
30262026-07-21T17:42:40.531Z Compiling hostname v0.4.2
30272026-07-21T17:42:40.554Z Compiling slog-bunyan v2.5.0
30282026-07-21T17:42:40.555Z Compiling async-compression v0.4.41
30292026-07-21T17:42:40.555Z Compiling atomicwrites v0.4.4
30302026-07-21T17:42:40.617Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30312026-07-21T17:42:40.617Z Compiling macaddr v1.0.1
30322026-07-21T17:42:40.632Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30332026-07-21T17:42:40.632Z Compiling instant v0.1.13
30342026-07-21T17:42:40.677Z Compiling regress v0.10.5
30352026-07-21T17:42:40.713Z Compiling backon v1.6.0
30362026-07-21T17:42:40.772Z Compiling backoff v0.4.0
30372026-07-21T17:42:40.811Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30382026-07-21T17:42:40.862Z Compiling humantime v2.3.0
30392026-07-21T17:42:40.862Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30402026-07-21T17:42:40.898Z Compiling half v2.7.1
30412026-07-21T17:42:40.898Z Compiling async-stream v0.3.6
30422026-07-21T17:42:40.898Z Compiling progenitor-extras v0.2.0
30432026-07-21T17:42:40.909Z Compiling crucible-workspace-hack v0.1.0
30442026-07-21T17:42:40.910Z Compiling ciborium-io v0.2.2
30452026-07-21T17:42:41.003Z Compiling regress v0.11.1
30462026-07-21T17:42:41.054Z Compiling convert_case v0.4.0
30472026-07-21T17:42:41.096Z Compiling secrecy v0.10.3
30482026-07-21T17:42:41.096Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30492026-07-21T17:42:41.147Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30502026-07-21T17:42:41.176Z Compiling ciborium-ll v0.2.2
30512026-07-21T17:42:41.176Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30522026-07-21T17:42:41.239Z Compiling inout v0.1.4
30532026-07-21T17:42:41.279Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30542026-07-21T17:42:41.279Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30552026-07-21T17:42:41.332Z Compiling unsafe-libyaml v0.2.11
30562026-07-21T17:42:41.332Z Compiling thiserror-impl-no-std v2.0.2
30572026-07-21T17:42:41.373Z Compiling ciborium v0.2.2
30582026-07-21T17:42:41.407Z Compiling cipher v0.4.4
30592026-07-21T17:42:41.471Z Compiling structmeta v0.3.0
30602026-07-21T17:42:41.499Z Compiling derive_more v0.99.20
30612026-07-21T17:42:41.499Z Compiling universal-hash v0.5.1
30622026-07-21T17:42:41.499Z Compiling opaque-debug v0.3.1
30632026-07-21T17:42:41.525Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30642026-07-21T17:42:41.525Z Compiling blake2 v0.10.6
30652026-07-21T17:42:41.548Z Compiling aead v0.5.2
30662026-07-21T17:42:41.568Z Compiling password-hash v0.5.0
30672026-07-21T17:42:41.648Z Compiling chacha20 v0.9.1
30682026-07-21T17:42:41.671Z Compiling poly1305 v0.8.0
30692026-07-21T17:42:41.699Z Compiling derive-ex v0.1.8
30702026-07-21T17:42:41.744Z Compiling parse-display-derive v0.10.0
30712026-07-21T17:42:41.783Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30722026-07-21T17:42:41.907Z Compiling serde_yaml v0.9.34+deprecated
30732026-07-21T17:42:41.939Z Compiling indent_write v2.2.0
30742026-07-21T17:42:41.949Z Compiling toml_datetime v0.7.5+spec-1.1.0
30752026-07-21T17:42:42.005Z Compiling chacha20poly1305 v0.10.1
30762026-07-21T17:42:42.035Z Compiling argon2 v0.5.3
30772026-07-21T17:42:42.114Z Compiling darling_core v0.21.3
30782026-07-21T17:42:42.130Z Compiling heapless v0.8.0
30792026-07-21T17:42:42.191Z Compiling toml_edit v0.23.10+spec-1.0.0
30802026-07-21T17:42:42.246Z Compiling tabwriter v1.4.1
30812026-07-21T17:42:42.405Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30822026-07-21T17:42:42.497Z Compiling hash32 v0.3.1
30832026-07-21T17:42:42.513Z Compiling thiserror-no-std v2.0.2
30842026-07-21T17:42:42.620Z Compiling typify-impl v0.6.2
30852026-07-21T17:42:42.652Z Compiling vsss-rs v3.3.4
30862026-07-21T17:42:42.699Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30872026-07-21T17:42:42.710Z Compiling smoltcp v0.11.0
30882026-07-21T17:42:42.924Z Compiling proc-macro-crate v3.4.0
30892026-07-21T17:42:43.262Z Compiling cobs v0.3.0
30902026-07-21T17:42:43.271Z Compiling colored v3.1.1
30912026-07-21T17:42:43.411Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30922026-07-21T17:42:43.447Z Compiling test-strategy v0.4.5
30932026-07-21T17:42:43.504Z Compiling parse-display v0.10.0
30942026-07-21T17:42:43.527Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30952026-07-21T17:42:43.562Z Compiling num_enum_derive v0.7.6
30962026-07-21T17:42:43.666Z Compiling postcard v1.1.3
30972026-07-21T17:42:43.688Z Compiling proc-macro-error v1.0.4
30982026-07-21T17:42:43.708Z Compiling proc-macro-crate v1.3.1
30992026-07-21T17:42:43.833Z Compiling rand v0.10.1
31002026-07-21T17:42:43.861Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31012026-07-21T17:42:43.964Z Compiling foreign-types-macros v0.2.3
31022026-07-21T17:42:44.032Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31032026-07-21T17:42:44.061Z Compiling foreign-types-shared v0.3.1
31042026-07-21T17:42:44.102Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31052026-07-21T17:42:44.152Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31062026-07-21T17:42:44.187Z Compiling rayon-core v1.13.0
31072026-07-21T17:42:44.208Z Compiling num_enum_derive v0.5.11
31082026-07-21T17:42:44.362Z Compiling crossbeam-deque v0.8.6
31092026-07-21T17:42:44.411Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31102026-07-21T17:42:44.411Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31112026-07-21T17:42:44.484Z Compiling cstr-argument v0.1.2
31122026-07-21T17:42:44.516Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31132026-07-21T17:42:44.627Z Compiling foreign-types v0.5.0
31142026-07-21T17:42:44.668Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31152026-07-21T17:42:44.706Z Compiling num_enum v0.7.6
31162026-07-21T17:42:44.740Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31172026-07-21T17:42:44.761Z Compiling darling_macro v0.21.3
31182026-07-21T17:42:44.779Z Compiling zone_cfg_derive v0.3.1
31192026-07-21T17:42:44.818Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31202026-07-21T17:42:44.865Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31212026-07-21T17:42:44.887Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31222026-07-21T17:42:44.925Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31232026-07-21T17:42:44.984Z Compiling itertools v0.12.1
31242026-07-21T17:42:45.050Z Compiling rayon v1.11.0
31252026-07-21T17:42:45.072Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31262026-07-21T17:42:45.072Z Compiling num-derive v0.4.2
31272026-07-21T17:42:45.102Z Compiling sigpipe v0.1.3
31282026-07-21T17:42:45.153Z Compiling glob v0.3.3
31292026-07-21T17:42:45.230Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31302026-07-21T17:42:45.270Z Compiling cpubits v0.1.1
31312026-07-21T17:42:45.315Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31322026-07-21T17:42:45.352Z Compiling num_enum v0.5.11
31332026-07-21T17:42:45.372Z Compiling darling v0.21.3
31342026-07-21T17:42:45.372Z Compiling smf v0.2.3
31352026-07-21T17:42:45.458Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31362026-07-21T17:42:45.510Z Compiling ingot-macros v0.1.1
31372026-07-21T17:42:45.532Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31382026-07-21T17:42:45.555Z Compiling whoami v1.6.1
31392026-07-21T17:42:45.566Z Compiling usdt-attr-macro v0.5.0
31402026-07-21T17:42:45.566Z Compiling usdt-macro v0.5.0
31412026-07-21T17:42:45.566Z Compiling gethostname v0.5.0
31422026-07-21T17:42:45.744Z Compiling num-rational v0.4.2
31432026-07-21T17:42:45.788Z Compiling pem-rfc7468 v1.0.0
31442026-07-21T17:42:45.866Z Compiling num-complex v0.4.6
31452026-07-21T17:42:45.908Z Compiling derive-where v1.6.0
31462026-07-21T17:42:45.951Z Compiling memmap v0.7.0
31472026-07-21T17:42:46.110Z Compiling float-ord v0.3.2
31482026-07-21T17:42:46.133Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31492026-07-21T17:42:46.168Z Compiling zone v0.3.1
31502026-07-21T17:42:46.274Z Compiling num v0.4.3
31512026-07-21T17:42:46.274Z Compiling toml v0.8.23
31522026-07-21T17:42:46.299Z Compiling hmac v0.13.0
31532026-07-21T17:42:46.367Z Compiling universal-hash v0.6.1
31542026-07-21T17:42:46.377Z Compiling resolv-conf v0.7.6
31552026-07-21T17:42:46.409Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31562026-07-21T17:42:46.439Z Compiling usdt v0.5.0
31572026-07-21T17:42:46.522Z Compiling cancel-safe-futures v0.1.5
31582026-07-21T17:42:46.537Z Compiling polyval v0.7.1
31592026-07-21T17:42:46.540Z Compiling der v0.8.0
31602026-07-21T17:42:46.572Z Compiling prettyplease v0.2.37
31612026-07-21T17:42:46.608Z Compiling pbkdf2 v0.13.0
31622026-07-21T17:42:46.737Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31632026-07-21T17:42:46.753Z Compiling ghash v0.6.0
31642026-07-21T17:42:46.790Z Compiling aes v0.9.1
31652026-07-21T17:42:46.853Z Compiling console v0.15.11
31662026-07-21T17:42:46.871Z Compiling hickory-proto v0.24.4
31672026-07-21T17:42:46.880Z Compiling newline-converter v0.3.0
31682026-07-21T17:42:46.896Z Compiling ctr v0.10.1
31692026-07-21T17:42:46.957Z Compiling aead v0.6.1
31702026-07-21T17:42:46.988Z Compiling sha2 v0.11.0
31712026-07-21T17:42:47.015Z Compiling libefi-sys v0.1.0
31722026-07-21T17:42:47.106Z Compiling linked-hash-map v0.5.6
31732026-07-21T17:42:47.136Z Compiling linear-map v1.2.0
31742026-07-21T17:42:47.247Z Compiling typify-macro v0.6.2
31752026-07-21T17:42:47.288Z Compiling lru-cache v0.1.2
31762026-07-21T17:42:47.311Z Compiling oxide-update-engine-types v0.1.2
31772026-07-21T17:42:47.369Z Compiling aes-gcm v0.11.0
31782026-07-21T17:42:47.406Z Compiling expectorate v1.2.0
31792026-07-21T17:42:47.406Z Compiling crypto-bigint v0.7.5
31802026-07-21T17:42:47.453Z Compiling salsa20 v0.11.0
31812026-07-21T17:42:47.465Z Compiling cbc v0.2.1
31822026-07-21T17:42:47.534Z Compiling spki v0.8.0
31832026-07-21T17:42:47.555Z Compiling bitfield-struct v0.6.2
31842026-07-21T17:42:47.627Z Compiling nom v8.0.0
31852026-07-21T17:42:47.644Z Compiling semver v0.1.20
31862026-07-21T17:42:47.904Z Compiling scrypt v0.12.0
31872026-07-21T17:42:47.976Z Compiling rustc_version v0.1.7
31882026-07-21T17:42:47.976Z Compiling tokio-dtrace v0.1.1
31892026-07-21T17:42:48.053Z Compiling dropshot-api-manager-types v0.7.2
31902026-07-21T17:42:48.110Z Compiling slog-dtrace v0.3.0
31912026-07-21T17:42:48.148Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31922026-07-21T17:42:48.148Z Compiling minimal-lexical v0.2.1
31932026-07-21T17:42:48.199Z Compiling newtype_derive v0.1.6
31942026-07-21T17:42:48.221Z Compiling oxide-tokio-rt v0.1.4
31952026-07-21T17:42:48.255Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31962026-07-21T17:42:48.330Z Compiling oxide-update-engine v0.1.2
31972026-07-21T17:42:48.345Z Compiling nom v7.1.3
31982026-07-21T17:42:48.418Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31992026-07-21T17:42:48.447Z Compiling pkcs5 v0.8.1
32002026-07-21T17:42:48.467Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32012026-07-21T17:42:48.545Z Compiling ingot-types v0.1.2
32022026-07-21T17:42:48.630Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32032026-07-21T17:42:48.652Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32042026-07-21T17:42:48.652Z Compiling phf_shared v0.12.1
32052026-07-21T17:42:48.685Z Compiling csv-core v0.1.13
32062026-07-21T17:42:48.832Z Compiling chrono-tz v0.10.4
32072026-07-21T17:42:48.894Z Compiling xshell-macros v0.2.7
32082026-07-21T17:42:48.912Z Compiling ingot v0.1.1
32092026-07-21T17:42:48.964Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32102026-07-21T17:42:49.008Z Compiling unicode-xid v0.2.6
32112026-07-21T17:42:49.061Z Compiling highway v1.3.0
32122026-07-21T17:42:49.061Z Compiling csv v1.4.0
32132026-07-21T17:42:49.076Z Compiling hickory-resolver v0.24.4
32142026-07-21T17:42:49.100Z Compiling phf v0.12.1
32152026-07-21T17:42:49.117Z Compiling const_format_proc_macros v0.2.34
32162026-07-21T17:42:49.170Z Compiling typify v0.6.2
32172026-07-21T17:42:49.228Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32182026-07-21T17:42:49.273Z Compiling progenitor-impl v0.14.0
32192026-07-21T17:42:49.294Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32202026-07-21T17:42:49.310Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32212026-07-21T17:42:49.395Z Compiling xshell v0.2.7
32222026-07-21T17:42:49.585Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32232026-07-21T17:42:49.810Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32242026-07-21T17:42:49.941Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32252026-07-21T17:42:50.020Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32262026-07-21T17:42:50.046Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32272026-07-21T17:42:50.189Z Compiling qorb v0.4.1
32282026-07-21T17:42:50.272Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32292026-07-21T17:42:50.373Z Compiling pkcs8 v0.11.0
32302026-07-21T17:42:50.563Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32312026-07-21T17:42:50.781Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32322026-07-21T17:42:50.816Z Compiling owo-colors v4.3.0
32332026-07-21T17:42:50.957Z Compiling const_format v0.2.35
32342026-07-21T17:42:50.998Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32352026-07-21T17:42:51.114Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32362026-07-21T17:42:51.235Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32372026-07-21T17:42:51.287Z Compiling tabled_derive v0.7.0
32382026-07-21T17:42:51.343Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32392026-07-21T17:42:51.417Z Compiling bcs v0.1.6
32402026-07-21T17:42:51.503Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32412026-07-21T17:42:51.779Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32422026-07-21T17:42:51.991Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32432026-07-21T17:42:52.035Z Compiling progenitor-macro v0.14.0
32442026-07-21T17:42:52.352Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32452026-07-21T17:42:52.391Z Compiling ff v0.14.0
32462026-07-21T17:42:52.391Z Compiling termtree v0.5.1
32472026-07-21T17:42:52.392Z Compiling tagptr v0.2.0
32482026-07-21T17:42:52.392Z Compiling salty v0.3.0
32492026-07-21T17:42:52.392Z Compiling textwrap v0.16.2
32502026-07-21T17:42:52.392Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32512026-07-21T17:42:52.392Z Compiling tabled v0.15.0
32522026-07-21T17:42:52.426Z Compiling moka v0.12.13
32532026-07-21T17:42:52.476Z Compiling steno v0.4.1
32542026-07-21T17:42:52.592Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32552026-07-21T17:42:52.672Z Compiling sha1 v0.10.6
32562026-07-21T17:42:52.717Z Compiling signature v3.0.0
32572026-07-21T17:42:52.819Z Compiling radium v0.7.0
32582026-07-21T17:42:52.907Z Compiling base16ct v1.0.0
32592026-07-21T17:42:52.958Z Compiling base64 v0.21.7
32602026-07-21T17:42:52.984Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32612026-07-21T17:42:53.088Z Compiling sec1 v0.8.1
32622026-07-21T17:42:53.139Z Compiling hickory-resolver v0.25.2
32632026-07-21T17:42:53.241Z Compiling group v0.14.0
32642026-07-21T17:42:53.300Z Compiling hkdf v0.13.0
32652026-07-21T17:42:53.439Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32662026-07-21T17:42:53.507Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32672026-07-21T17:42:53.538Z Compiling rfc6979 v0.4.0
32682026-07-21T17:42:53.549Z Compiling tap v1.0.1
32692026-07-21T17:42:53.617Z Compiling maybe-uninit v2.0.0
32702026-07-21T17:42:53.626Z Compiling ecdsa v0.16.9
32712026-07-21T17:42:53.661Z Compiling wyz v0.5.1
32722026-07-21T17:42:53.686Z Compiling elliptic-curve v0.14.0-rc.33
32732026-07-21T17:42:54.042Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32742026-07-21T17:42:54.122Z Compiling primeorder v0.13.6
32752026-07-21T17:42:54.177Z Compiling proc-macro-error-attr2 v2.0.0
32762026-07-21T17:42:54.397Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32772026-07-21T17:42:54.417Z Compiling parking_lot_core v0.8.6
32782026-07-21T17:42:54.440Z Compiling packed_struct v0.10.1
32792026-07-21T17:42:54.529Z Compiling utf-8 v0.7.6
32802026-07-21T17:42:54.641Z Compiling funty v2.0.0
32812026-07-21T17:42:54.707Z Compiling tungstenite v0.21.0
32822026-07-21T17:42:54.764Z Compiling proc-macro-error2 v2.0.1
32832026-07-21T17:42:54.779Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32842026-07-21T17:42:54.813Z Compiling p384 v0.13.1
32852026-07-21T17:42:54.903Z Compiling rfc6979 v0.5.0
32862026-07-21T17:42:54.933Z Compiling git-stub v1.0.0
32872026-07-21T17:42:55.060Z Compiling bitvec v1.0.1
32882026-07-21T17:42:55.080Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32892026-07-21T17:42:55.096Z Compiling packed_struct_codegen v0.10.1
32902026-07-21T17:42:55.164Z Compiling num-derive v0.3.3
32912026-07-21T17:42:55.227Z Compiling bitfield-macros v0.19.4
32922026-07-21T17:42:55.272Z Compiling zerocopy-derive v0.6.6
32932026-07-21T17:42:55.516Z Compiling indexmap v1.9.3
32942026-07-21T17:42:55.634Z Compiling crc-catalog v2.4.0
32952026-07-21T17:42:55.634Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32962026-07-21T17:42:55.676Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32972026-07-21T17:42:55.676Z Compiling nodrop v0.1.14
32982026-07-21T17:42:55.769Z Compiling array-init v0.0.4
32992026-07-21T17:42:55.805Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33002026-07-21T17:42:55.831Z Compiling crc v3.4.0
33012026-07-21T17:42:55.880Z Compiling tokio-tungstenite v0.21.0
33022026-07-21T17:42:55.915Z Compiling tabled_derive v0.11.0
33032026-07-21T17:42:56.001Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33042026-07-21T17:42:56.058Z Compiling bitfield v0.19.4
33052026-07-21T17:42:56.089Z Compiling git-stub-vcs v0.1.0
33062026-07-21T17:42:56.121Z Compiling ecdsa v0.17.0-rc.18
33072026-07-21T17:42:56.138Z Compiling libscf-sys v1.1.0
33082026-07-21T17:42:56.230Z Compiling zerocopy v0.6.6
33092026-07-21T17:42:56.270Z Compiling smallvec v0.6.14
33102026-07-21T17:42:56.325Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33112026-07-21T17:42:56.408Z Compiling primeorder v0.14.0-rc.10
33122026-07-21T17:42:56.495Z Compiling primefield v0.14.0
33132026-07-21T17:42:56.839Z Compiling progenitor-impl v0.13.0
33142026-07-21T17:42:56.881Z Compiling papergrid v0.17.0
33152026-07-21T17:42:56.881Z Compiling testing_table v0.3.0
33162026-07-21T17:42:56.881Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33172026-07-21T17:42:56.881Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33182026-07-21T17:42:56.881Z Compiling curve25519-dalek v5.0.0-rc.0
33192026-07-21T17:42:56.882Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33202026-07-21T17:42:56.882Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33212026-07-21T17:42:56.882Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33222026-07-21T17:42:56.930Z Compiling hashbrown v0.12.3
33232026-07-21T17:42:56.930Z Compiling unicase v2.9.0
33242026-07-21T17:42:57.023Z Compiling corncobs v0.1.4
33252026-07-21T17:42:57.076Z Compiling illumos-nvpair-sys v0.2.0
33262026-07-21T17:42:57.119Z Compiling progenitor v0.14.0
33272026-07-21T17:42:57.184Z Compiling mime_guess v2.0.5
33282026-07-21T17:42:57.184Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33292026-07-21T17:42:57.256Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33302026-07-21T17:42:57.301Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33312026-07-21T17:42:57.301Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33322026-07-21T17:42:57.331Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33332026-07-21T17:42:57.452Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33342026-07-21T17:42:57.511Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33352026-07-21T17:42:57.511Z Compiling parking_lot v0.11.2
33362026-07-21T17:42:57.553Z Compiling tabled v0.20.0
33372026-07-21T17:42:57.643Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33382026-07-21T17:42:57.705Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33392026-07-21T17:42:57.802Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33402026-07-21T17:42:57.815Z Compiling serde-hex v0.1.0
33412026-07-21T17:42:57.815Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33422026-07-21T17:42:57.877Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33432026-07-21T17:42:58.071Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33442026-07-21T17:42:58.136Z Compiling ron v0.8.1
33452026-07-21T17:42:58.169Z Compiling ssh-encoding v0.3.0-rc.9
33462026-07-21T17:42:58.237Z Compiling hashbrown v0.13.2
33472026-07-21T17:42:58.275Z Compiling progenitor-client v0.13.0
33482026-07-21T17:42:58.294Z Compiling prefix-trie v0.7.0
33492026-07-21T17:42:58.619Z Compiling fxhash v0.2.1
33502026-07-21T17:42:58.720Z Compiling secrecy v0.8.0
33512026-07-21T17:42:58.833Z Compiling crc-any v2.5.0
33522026-07-21T17:42:58.920Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33532026-07-21T17:42:58.920Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33542026-07-21T17:42:59.051Z Compiling sled v0.34.7
33552026-07-21T17:42:59.109Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33562026-07-21T17:42:59.187Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33572026-07-21T17:42:59.233Z Compiling progenitor-macro v0.13.0
33582026-07-21T17:42:59.673Z Compiling hickory-server v0.25.2
33592026-07-21T17:42:59.791Z Compiling object v0.30.4
33602026-07-21T17:42:59.931Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33612026-07-21T17:42:59.954Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33622026-07-21T17:43:00.288Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33632026-07-21T17:43:00.410Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33642026-07-21T17:43:00.476Z Compiling ed25519 v3.0.0
33652026-07-21T17:43:00.488Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33662026-07-21T17:43:01.035Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33672026-07-21T17:43:01.230Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33682026-07-21T17:43:01.455Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33692026-07-21T17:43:01.521Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33702026-07-21T17:43:01.553Z Compiling crypto-primes v0.7.2
33712026-07-21T17:43:01.594Z Compiling pkcs1 v0.8.0-rc.4
33722026-07-21T17:43:01.789Z Compiling poly1305 v0.9.0
33732026-07-21T17:43:02.035Z Compiling blowfish v0.10.0
33742026-07-21T17:43:02.059Z Compiling blake2 v0.11.0-rc.6
33752026-07-21T17:43:02.168Z Compiling keccak v0.2.0
33762026-07-21T17:43:02.289Z Compiling half v1.8.3
33772026-07-21T17:43:02.393Z Compiling http-range v0.1.5
33782026-07-21T17:43:02.805Z Compiling path-slash v0.1.5
33792026-07-21T17:43:03.002Z Compiling crc8 v0.1.1
33802026-07-21T17:43:03.002Z Compiling fiat-crypto v0.3.0
33812026-07-21T17:43:03.002Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33822026-07-21T17:43:03.002Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33832026-07-21T17:43:03.002Z Compiling rsa v0.10.0-rc.18
33842026-07-21T17:43:03.002Z Compiling serde_cbor v0.11.2
33852026-07-21T17:43:03.002Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33862026-07-21T17:43:03.002Z Compiling sha3 v0.11.0
33872026-07-21T17:43:03.002Z Compiling argon2 v0.6.0-rc.8
33882026-07-21T17:43:03.003Z Compiling bcrypt-pbkdf v0.11.0
33892026-07-21T17:43:03.003Z Compiling ssh-cipher v0.3.0-rc.9
33902026-07-21T17:43:03.192Z Compiling ed25519-dalek v3.0.0-rc.0
33912026-07-21T17:43:03.238Z Compiling illumos-nvpair v0.3.0
33922026-07-21T17:43:03.491Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33932026-07-21T17:43:03.518Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33942026-07-21T17:43:03.601Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33952026-07-21T17:43:03.632Z Compiling p521 v0.14.0-rc.10
33962026-07-21T17:43:03.632Z Compiling p256 v0.14.0-rc.10
33972026-07-21T17:43:03.812Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33982026-07-21T17:43:03.892Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33992026-07-21T17:43:03.892Z Compiling yasna v0.5.2
34002026-07-21T17:43:03.943Z Compiling kstat-rs v0.2.4
34012026-07-21T17:43:04.084Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34022026-07-21T17:43:04.269Z Compiling headers-core v0.3.0
34032026-07-21T17:43:04.309Z Compiling progenitor v0.13.0
34042026-07-21T17:43:04.358Z Compiling kem v0.3.0
34052026-07-21T17:43:04.401Z Compiling module-lattice v0.2.3
34062026-07-21T17:43:04.436Z Compiling nanorand v0.7.0
34072026-07-21T17:43:04.512Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34082026-07-21T17:43:04.556Z Compiling atty v0.2.14
34092026-07-21T17:43:04.556Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34102026-07-21T17:43:04.563Z Compiling headers v0.4.1
34112026-07-21T17:43:04.609Z Compiling rcgen v0.12.1
34122026-07-21T17:43:04.647Z Compiling flume v0.11.1
34132026-07-21T17:43:04.693Z Compiling ml-kem v0.3.2
34142026-07-21T17:43:04.869Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34152026-07-21T17:43:04.971Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34162026-07-21T17:43:04.999Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34172026-07-21T17:43:04.999Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34182026-07-21T17:43:05.328Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34192026-07-21T17:43:05.690Z Compiling hyper-staticfile v0.10.1
34202026-07-21T17:43:05.788Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34212026-07-21T17:43:05.789Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34222026-07-21T17:43:05.789Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34232026-07-21T17:43:05.904Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34242026-07-21T17:43:05.966Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
34252026-07-21T17:43:06.071Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34262026-07-21T17:43:06.232Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34272026-07-21T17:43:06.406Z Compiling russh-cryptovec v0.61.0
34282026-07-21T17:43:06.431Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34292026-07-21T17:43:06.655Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34302026-07-21T17:43:06.698Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34312026-07-21T17:43:06.911Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34322026-07-21T17:43:06.943Z Compiling internal-russh-num-bigint v0.5.0
34332026-07-21T17:43:07.102Z Compiling port-file v0.1.0
34342026-07-21T17:43:07.128Z Compiling num-bigint v0.4.6
34352026-07-21T17:43:07.161Z Compiling generic-array v1.4.3
34362026-07-21T17:43:07.186Z Compiling russh-util v0.52.0
34372026-07-21T17:43:07.244Z Compiling enum_dispatch v0.3.13
34382026-07-21T17:43:07.359Z Compiling delegate v0.13.5
34392026-07-21T17:43:07.392Z Compiling subprocess v0.2.15
34402026-07-21T17:43:07.404Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34412026-07-21T17:43:07.694Z Compiling display-error-chain v0.2.2
34422026-07-21T17:43:07.870Z Compiling hex-literal v1.1.0
34432026-07-21T17:43:07.926Z Compiling p384 v0.14.0-rc.10
34442026-07-21T17:43:07.926Z Compiling md5 v0.8.0
34452026-07-21T17:43:07.926Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34462026-07-21T17:43:08.061Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34472026-07-21T17:43:08.116Z Compiling colored v2.2.0
34482026-07-21T17:43:08.160Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34492026-07-21T17:43:08.214Z Compiling socket2 v0.5.10
34502026-07-21T17:43:08.293Z Compiling internet-checksum v0.2.1
34512026-07-21T17:43:08.867Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34522026-07-21T17:43:09.557Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34532026-07-21T17:43:09.961Z Compiling ssh-key v0.7.0-rc.10
34542026-07-21T17:43:10.052Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34552026-07-21T17:43:11.181Z Compiling russh v0.61.2
34562026-07-21T17:43:11.530Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34572026-07-21T17:43:12.303Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34582026-07-21T17:43:20.715Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34592026-07-21T17:43:20.715Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34602026-07-21T17:43:20.715Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34612026-07-21T17:43:20.724Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34622026-07-21T17:43:22.472Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34632026-07-21T17:43:22.525Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34642026-07-21T17:43:26.624Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34652026-07-21T17:44:08.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
34662026-07-21T17:44:08.886Z
34672026-07-21T17:44:08.886Zreal 1:28.327436544
34682026-07-21T17:44:08.886Zuser 8:44.434333270
34692026-07-21T17:44:08.886Zsys 1:43.480158058
34702026-07-21T17:44:08.886Ztrap 0.279435081
34712026-07-21T17:44:08.886Ztflt 0.360488593
34722026-07-21T17:44:08.887Zdflt 1.441156295
34732026-07-21T17:44:08.887Zkflt 0.000398483
34742026-07-21T17:44:08.887Zlock 31:08.516799761
34752026-07-21T17:44:08.887Zslp 20:06.250696295
34762026-07-21T17:44:08.887Zlat 41.420203985
34772026-07-21T17:44:08.887Zstop 3:02.992778267
34782026-07-21T17:44:08.887Z+ mkdir tests
34792026-07-21T17:44:08.887Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34802026-07-21T17:44:08.887Z+ xargs -I '{}' -t cp '{}' tests/
34812026-07-21T17:44:08.887Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e4c9c7ae0bb0dfef tests/
34822026-07-21T17:44:08.887Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ea78505dc2dc167f tests/
34832026-07-21T17:44:08.887Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-33515beb2d6ed64a tests/
34842026-07-21T17:44:08.887Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-fe05326eebb245d2 tests/
34852026-07-21T17:44:08.887Z+ 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)
34862026-07-21T17:44:08.887Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-ea78505dc2dc167f tests/commtest-33515beb2d6ed64a tests/dhcp_server-e4c9c7ae0bb0dfef tests/end_to_end_tests-fe05326eebb245d2 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34872026-07-21T17:45:27.597ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34882026-07-21T17:45:27.598Za .github/buildomat/ci-env.sh 1K
34892026-07-21T17:45:27.598Za out/target/test 1K
34902026-07-21T17:45:27.598Za out/npuzone/npuzone 27402K
34912026-07-21T17:45:27.598Za package-manifest.toml 35K
34922026-07-21T17:45:27.598Za smf/sled-agent/non-gimlet/config.toml 6K
34932026-07-21T17:45:27.598Za target/release/omicron-package 40729K
34942026-07-21T17:45:27.598Za target/release/xtask 10468K
34952026-07-21T17:45:27.598Za target/debug/bootstrap 349676K
34962026-07-21T17:45:27.598Za tests/bootstrap-ea78505dc2dc167f 31974K
34972026-07-21T17:45:27.598Za tests/commtest-33515beb2d6ed64a 32169K
34982026-07-21T17:45:27.598Za tests/dhcp_server-e4c9c7ae0bb0dfef 31974K
34992026-07-21T17:45:27.598Za tests/end_to_end_tests-fe05326eebb245d2 399544K
35002026-07-21T17:45:27.598Za tools/opte_version 1K
35012026-07-21T17:45:27.598Za tools/opte_version_override 2K
35022026-07-21T17:45:27.598Za out/clickhouse.tar.gz 310740K
35032026-07-21T17:45:27.598Za out/clickhouse_keeper.tar.gz 297205K
35042026-07-21T17:45:27.598Za out/clickhouse_server.tar.gz 310737K
35052026-07-21T17:45:27.598Za out/cockroachdb.tar.gz 161744K
35062026-07-21T17:45:27.598Za out/crucible-pantry-zone.tar.gz 39111K
35072026-07-21T17:45:27.598Za out/crucible-utils.tar 18900K
35082026-07-21T17:45:27.598Za out/crucible-zone.tar.gz 53806K
35092026-07-21T17:45:27.598Za out/external-dns.tar.gz 46167K
35102026-07-21T17:45:27.598Za out/internal-dns.tar.gz 46167K
35112026-07-21T17:45:27.598Za out/mg-ddm-gz.tar 102717K
35122026-07-21T17:45:27.598Za out/nexus.tar.gz 273582K
35132026-07-21T17:45:27.598Za out/ntp.tar.gz 29914K
35142026-07-21T17:45:27.599Za out/omicron-gateway-softnpu.tar.gz 27711K
35152026-07-21T17:45:27.599Za out/omicron-sled-agent.tar 191429K
35162026-07-21T17:45:27.599Za out/overlay.tar.gz 4K
35172026-07-21T17:45:27.599Za out/oximeter.tar.gz 59923K
35182026-07-21T17:45:27.599Za out/oxlog.tar 3808K
35192026-07-21T17:45:27.599Za out/probe.tar.gz 3037K
35202026-07-21T17:45:27.599Za out/propolis-server.tar.gz 34372K
35212026-07-21T17:45:27.599Za out/pumpkind-gz.tar 26647K
35222026-07-21T17:45:27.599Za out/switch-softnpu.tar.gz 450681K
35232026-07-21T17:45:27.605Z
35242026-07-21T17:45:27.606Zreal 1:19.782164841
35252026-07-21T17:45:27.606Zuser 1:17.183076704
35262026-07-21T17:45:27.606Zsys 4.340988903
35272026-07-21T17:45:27.606Ztrap 0.006535008
35282026-07-21T17:45:27.606Ztflt 0.000000000
35292026-07-21T17:45:27.606Zdflt 0.000000000
35302026-07-21T17:45:27.606Zkflt 0.000000000
35312026-07-21T17:45:27.606Zlock 0.000000000
35322026-07-21T17:45:27.606Zslp 1:17.078025675
35332026-07-21T17:45:27.606Zlat 0.950631818
35342026-07-21T17:45:27.606Zstop 0.000505738
35352026-07-21T17:45:27.606Zprocess exited: duration 1091035 ms, exit code 0
 
35362026-07-21T17:45:27.623Zfound 1 output files
35372026-07-21T17:45:27.634Zuploading: /work/package.tar.gz (2484371521 bytes)
35382026-07-21T17:46:42.560Zuploaded: /work/package.tar.gz