01KY3D93BPR2HRP3X69VNHW3X5: 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: 01KY3D9N42AW0KVR8W55B9B3CH

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-21T22:39:39.630Zjob assigned to worker 01KY3D9RNHVH77TT42Q38ARS59 [factory aws, i-05f05e6c5f193b08c] (queued for 56 s)
 
22026-07-21T22:39:46.753Zstarting task 0: "setup"
32026-07-21T22:39:46.758Z++ uname -s
42026-07-21T22:39:46.758Z+ kern=SunOS
52026-07-21T22:39:46.758Z+ build_user=build
62026-07-21T22:39:46.758Z+ build_uid=12345
72026-07-21T22:39:46.758Z+ work_dir=/work
82026-07-21T22:39:46.758Z+ input_dir=/input
92026-07-21T22:39:46.770Z+ [[ 0 == 12345 ]]
102026-07-21T22:39:46.770Z+ case "$kern" in
112026-07-21T22:39:46.770Z+ groupadd -g 12345 build
122026-07-21T22:39:46.770Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-21T22:39:48.767Z+ zfs create -o mountpoint=/work rpool/work
142026-07-21T22:39:48.880Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-21T22:39:48.883Z+ home_fs=zfs
162026-07-21T22:39:48.884Z+ [[ zfs == autofs ]]
172026-07-21T22:39:48.884Z+ mkdir -p /home/build
182026-07-21T22:39:48.884Z+ chown build:build /home/build /work
192026-07-21T22:39:50.886Z+ chmod 0700 /home/build /work
202026-07-21T22:39:50.889Zprocess exited: duration 4140 ms, exit code 0
 
212026-07-21T22:39:50.895Zstarting task 1: "rust-toolchain"
222026-07-21T22:39:50.901Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-21T22:39:50.901Z * rust toolchain channel = "1.96.1"
242026-07-21T22:39:50.901Z * rust toolchain profile = "default"
252026-07-21T22:39:50.901Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-21T22:39:50.901Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-21T22:39:50.901Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-21T22:39:50.904Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-21T22:39:50.904Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-21T22:39:51.017Zinfo: downloading installer
312026-07-21T22:39:52.752Zwarn: It looks like you have an existing rustup settings file at:
322026-07-21T22:39:52.752Zwarn: /home/build/.rustup/settings.toml
332026-07-21T22:39:52.752Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-21T22:39:52.752Zwarn: instead of the one inferred from the default host triple.
352026-07-21T22:39:52.761Zinfo: profile set to default
362026-07-21T22:39:52.761Zinfo: default host triple is x86_64-unknown-illumos
372026-07-21T22:39:52.770Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-21T22:39:52.910Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-21T22:39:52.914Zinfo: downloading 6 components
402026-07-21T22:40:07.975Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-21T22:40:07.975Z
422026-07-21T22:40:08.003Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-21T22:40:08.004Z
442026-07-21T22:40:08.004Z
452026-07-21T22:40:08.004ZRust is installed now. Great!
462026-07-21T22:40:08.004Z
472026-07-21T22:40:08.004ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-21T22:40:08.004Zenvironment variable. This has not been done automatically.
492026-07-21T22:40:08.004Z
502026-07-21T22:40:08.004ZTo configure your current shell, you need to source
512026-07-21T22:40:08.004Zthe corresponding env file under $HOME/.cargo.
522026-07-21T22:40:08.004Z
532026-07-21T22:40:08.004ZThis is usually done by running one of the following (note the leading DOT):
542026-07-21T22:40:08.004Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-21T22:40:08.004Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-21T22:40:08.005Zsource "~/.cargo/env.nu" # For nushell
572026-07-21T22:40:08.005Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-21T22:40:08.005Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-21T22:40:08.005Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-21T22:40:08.013Zwarn: no default linker (`cc`) was found in your PATH
612026-07-21T22:40:08.013Zwarn: many Rust crates require a system C toolchain to build
622026-07-21T22:40:08.099Z+ rustup --version
632026-07-21T22:40:08.126Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-21T22:40:08.126Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-21T22:40:08.140Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-21T22:40:08.140Z+ cargo --version
672026-07-21T22:40:08.140Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-21T22:40:08.140Z+ rustc --version
692026-07-21T22:40:08.162Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-21T22:40:08.178Zprocess exited: duration 17264 ms, exit code 0
 
712026-07-21T22:40:08.209Zstarting task 2: "authentication"
722026-07-21T22:40:08.236Zprocess exited: duration 27 ms, exit code 0
 
732026-07-21T22:40:08.269Zstarting task 3: "clone repository"
742026-07-21T22:40:08.293Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-21T22:40:08.294Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-21T22:40:08.311ZCloning into '/work/oxidecomputer/omicron'...
772026-07-21T22:40:17.381Z+ cd /work/oxidecomputer/omicron
782026-07-21T22:40:17.381Z+ git fetch origin 099bba29402644c1af9b0ffd1629d9f32d3ac15e
792026-07-21T22:40:17.637ZFrom https://github.com/oxidecomputer/omicron
802026-07-21T22:40:17.637Z * branch 099bba29402644c1af9b0ffd1629d9f32d3ac15e -> FETCH_HEAD
812026-07-21T22:40:17.651Z+ [[ -n dependabot/cargo/openssl-0.10.80 ]]
822026-07-21T22:40:17.654Z++ git branch --show-current
832026-07-21T22:40:17.655Z+ current=main
842026-07-21T22:40:17.655Z+ [[ main != dependabot/cargo/openssl-0.10.80 ]]
852026-07-21T22:40:17.655Z+ git branch -f dependabot/cargo/openssl-0.10.80 099bba29402644c1af9b0ffd1629d9f32d3ac15e
862026-07-21T22:40:17.658Z+ git checkout -f dependabot/cargo/openssl-0.10.80
872026-07-21T22:40:17.723ZSwitched to branch 'dependabot/cargo/openssl-0.10.80'
882026-07-21T22:40:17.726Z+ git reset --hard 099bba29402644c1af9b0ffd1629d9f32d3ac15e
892026-07-21T22:40:17.785ZHEAD is now at 099bba294 Bump openssl from 0.10.79 to 0.10.80
902026-07-21T22:40:17.789Zprocess exited: duration 9527 ms, exit code 0
 
912026-07-21T22:40:17.795Zstarting task 4: "build"
922026-07-21T22:40:17.800Z+ source .github/buildomat/ci-env.sh
932026-07-21T22:40:17.803Z++ export CARGO_TERM_COLOR=always
942026-07-21T22:40:17.803Z++ CARGO_TERM_COLOR=always
952026-07-21T22:40:17.804Z+++ uname -s
962026-07-21T22:40:17.804Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-21T22:40:17.804Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-21T22:40:17.808Z+ cargo --version
992026-07-21T22:40:17.815Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-21T22:40:17.819Z+ rustc --version
1012026-07-21T22:40:17.839Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-21T22:40:17.841Z+ WORK=/work
1032026-07-21T22:40:17.841Z+ pfexec mkdir -p /work
1042026-07-21T22:40:17.845Z+ pfexec chown build /work
1052026-07-21T22:40:17.848Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-07-21T22:40:19.682Z Startup: Refreshing catalog 'helios' ... Done
1072026-07-21T22:40:19.872Z Startup: Caching catalogs ... Done
1082026-07-21T22:40:20.795ZPlanning: Solver setup ... Done (0.853s)
1092026-07-21T22:40:20.834ZPlanning: Running solver ... Done (0.039s)
1102026-07-21T22:40:20.859ZPlanning: Finding local manifests ... Done (0.003s)
1112026-07-21T22:40:20.872ZPlanning: Fetching manifests: 0/2 0% complete
1122026-07-21T22:40:20.892ZPlanning: Fetching manifests: 2/2 100% complete
1132026-07-21T22:40:20.906ZPlanning: Package planning ... Done (0.014s)
1142026-07-21T22:40:20.909ZPlanning: Merging actions ... Done (0.001s)
1152026-07-21T22:40:21.126ZPlanning: Checking for conflicting actions ... Done (0.216s)
1162026-07-21T22:40:21.131ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-07-21T22:40:21.995ZPlanning: Evaluating mediators ... Done (0.870s)
1182026-07-21T22:40:21.999ZPlanning: Planning completed in 2.10 seconds
1192026-07-21T22:40:22.006Z Packages to install: 2
1202026-07-21T22:40:22.006Z Estimated space available: 156.06 GB
1212026-07-21T22:40:22.006ZEstimated space to be consumed: 46.64 MB
1222026-07-21T22:40:22.009Z Create boot environment: No
1232026-07-21T22:40:22.009ZCreate backup boot environment: No
1242026-07-21T22:40:22.009Z Rebuild boot archive: No
1252026-07-21T22:40:22.009Z
1262026-07-21T22:40:22.009ZChanged packages:
1272026-07-21T22:40:22.009Zhelios
1282026-07-21T22:40:22.009Z developer/build-essential
1292026-07-21T22:40:22.009Z None -> 11-3.0
1302026-07-21T22:40:22.009Z library/libxmlsec1
1312026-07-21T22:40:22.009Z None -> 1.2.35-3.0
1322026-07-21T22:40:22.032Z
1332026-07-21T22:40:22.032ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-07-21T22:40:22.101ZDownload: Completed 1.28 MB in 0.07 seconds (18.7M/s)
1352026-07-21T22:40:22.165Z Actions: 1/268 actions (Installing new actions)
1362026-07-21T22:40:22.205Z Actions: Completed 268 actions in 0.04 seconds.
1372026-07-21T22:40:22.226ZFinalize: Updating package state database ... Done (0.020s)
1382026-07-21T22:40:22.226ZFinalize: Updating package cache ... Done (0.000s)
1392026-07-21T22:40:22.273ZFinalize: Updating image state ... Done (0.047s)
1402026-07-21T22:40:24.928ZFinalize: Creating fast lookup database ... Done (2.616s)
1412026-07-21T22:40:24.996ZFinalize: Reading search index ... Done (0.013s)
1422026-07-21T22:40:24.999ZFinalize: Updating search index ... Done (0.000s)
1432026-07-21T22:40:25.130ZFinalize: Updating package cache ... Done (0.000s)
1442026-07-21T22:40:25.465ZPlanning: Evaluating mediator changes ... Done
1452026-07-21T22:40:25.571ZPlanning: Checking for conflicting actions ... Done
1462026-07-21T22:40:25.574ZPlanning: Consolidating action changes ... Done
1472026-07-21T22:40:25.727ZPlanning: Evaluating mediators ... Done
1482026-07-21T22:40:25.730ZPlanning: Planning completed in 0.26 seconds
1492026-07-21T22:40:25.751Z Mediators to change: 2
1502026-07-21T22:40:25.751Z Create boot environment: No
1512026-07-21T22:40:25.751ZCreate backup boot environment: No
1522026-07-21T22:40:25.796ZFinalize: Updating package state database ... Done
1532026-07-21T22:40:25.796ZFinalize: Updating package cache ... Done
1542026-07-21T22:40:25.825ZFinalize: Updating image state ... Done
1552026-07-21T22:40:27.752ZFinalize: Creating fast lookup database ... Done
1562026-07-21T22:40:27.815ZFinalize: Reading search index ... Done
1572026-07-21T22:40:27.818ZFinalize: Updating search index ... Done
1582026-07-21T22:40:27.891ZFinalize: Updating package cache ... Done
1592026-07-21T22:40:28.172ZPlanning: Evaluating mediator changes ... Done
1602026-07-21T22:40:28.278ZPlanning: Checking for conflicting actions ... Done
1612026-07-21T22:40:28.281ZPlanning: Consolidating action changes ... Done
1622026-07-21T22:40:28.450ZPlanning: Evaluating mediators ... Done
1632026-07-21T22:40:28.456ZPlanning: Planning completed in 0.26 seconds
1642026-07-21T22:40:28.465Z Mediators to change: 1
1652026-07-21T22:40:28.465Z Create boot environment: No
1662026-07-21T22:40:28.465ZCreate backup boot environment: No
1672026-07-21T22:40:28.508ZFinalize: Updating package state database ... Done
1682026-07-21T22:40:28.508ZFinalize: Updating package cache ... Done
1692026-07-21T22:40:28.539ZFinalize: Updating image state ... Done
1702026-07-21T22:40:30.488ZFinalize: Creating fast lookup database ... Done
1712026-07-21T22:40:30.547ZFinalize: Reading search index ... Done
1722026-07-21T22:40:30.550ZFinalize: Updating search index ... Done
1732026-07-21T22:40:30.613ZFinalize: Updating package cache ... Done
1742026-07-21T22:40:30.926ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-07-21T22:40:30.926Zapache system 2.4 system
1762026-07-21T22:40:30.926Zclang system 15 system
1772026-07-21T22:40:30.926Zcsh system system illumos
1782026-07-21T22:40:30.926Zctags system system illumos
1792026-07-21T22:40:30.926Zfile vendor vendor darwinsys
1802026-07-21T22:40:30.926Zfile system system illumos
1812026-07-21T22:40:30.926Zgcc vendor 14 vendor
1822026-07-21T22:40:30.926Zgcc system 13 system
1832026-07-21T22:40:30.926Zgcc system 10 system
1842026-07-21T22:40:30.927Zgo system 1.25 system
1852026-07-21T22:40:30.927Zllvm system 15 system
1862026-07-21T22:40:30.927Zmariadb system 11.4 system
1872026-07-21T22:40:30.927Zmta vendor vendor dma
1882026-07-21T22:40:30.927Zopenjdk system 17 system
1892026-07-21T22:40:30.927Zopenjdk system 11 system
1902026-07-21T22:40:30.927Zopenssl vendor 3 vendor
1912026-07-21T22:40:30.927Zperl system 5.40 system
1922026-07-21T22:40:30.927Zpostgresql system 18 system
1932026-07-21T22:40:30.927Zpostgresql system 17 system
1942026-07-21T22:40:30.927Zpython vendor 3 vendor
1952026-07-21T22:40:30.927Zpython system 2 system
1962026-07-21T22:40:30.927Zpython3 vendor 3.13 vendor
1972026-07-21T22:40:30.927Zruby system 3.4 system
1982026-07-21T22:40:30.927Zruby system 3.0 system
1992026-07-21T22:40:30.927Zwords vendor vendor american-english
2002026-07-21T22:40:30.927Zwords system system australian-english
2012026-07-21T22:40:30.927Zwords system system british-english
2022026-07-21T22:40:30.927Zwords system system canadian-english
2032026-07-21T22:40:30.927Zwords system system french
2042026-07-21T22:40:30.927Zwords system system italian
2052026-07-21T22:40:30.927Zwords system system ngerman
2062026-07-21T22:40:30.927Zwords system system ogerman
2072026-07-21T22:40:30.927Zwords system system spanish
2082026-07-21T22:40:31.180ZPUBLISHER TYPE STATUS P LOCATION
2092026-07-21T22:40:31.180Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-07-21T22:40:31.536ZFMRI IFO
2112026-07-21T22:40:31.536Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-07-21T22:40:31.536Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-07-21T22:40:31.536Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-07-21T22:40:31.536Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-07-21T22:40:31.536Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-07-21T22:40:31.536Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-07-21T22:40:31.536Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-07-21T22:40:31.536Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-07-21T22:40:31.536Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-07-21T22:40:31.814Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-07-21T22:40:32.119Z Updating crates.io index
2222026-07-21T22:40:32.122Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-07-21T22:40:32.352Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-07-21T22:40:32.609Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-07-21T22:40:33.577Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-07-21T22:40:34.097Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-07-21T22:40:35.617Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-07-21T22:40:36.397Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-07-21T22:40:36.626Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-07-21T22:40:36.913Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-07-21T22:40:38.204Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-07-21T22:40:38.606Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-07-21T22:40:38.917Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2342026-07-21T22:40:39.193Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-07-21T22:40:39.597Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2362026-07-21T22:40:40.060Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2372026-07-21T22:40:40.290Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-07-21T22:40:40.537Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-07-21T22:40:40.811Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-07-21T22:40:41.107Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2412026-07-21T22:40:41.341Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2422026-07-21T22:40:41.584Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2432026-07-21T22:40:41.867Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2442026-07-21T22:40:42.281Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2452026-07-21T22:40:42.581Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-07-21T22:40:42.772Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-07-21T22:40:43.174Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-07-21T22:40:43.400Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-07-21T22:40:43.765Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2502026-07-21T22:40:44.083Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-07-21T22:40:44.323Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2522026-07-21T22:40:44.562Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532026-07-21T22:40:44.894Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2542026-07-21T22:40:45.325Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552026-07-21T22:40:45.562Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2562026-07-21T22:40:45.819Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-07-21T22:40:46.069Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-07-21T22:40:46.351Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-07-21T22:40:46.635Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602026-07-21T22:40:46.857Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2612026-07-21T22:40:47.115Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2622026-07-21T22:40:47.340Z Updating git repository `https://github.com/illumos/smf-rs`
2632026-07-21T22:40:50.138Z Downloading crates ...
2642026-07-21T22:40:50.179Z Downloaded autocfg v1.5.0
2652026-07-21T22:40:50.187Z Downloaded crypto-common v0.1.7
2662026-07-21T22:40:50.190Z Downloaded bytecount v0.6.9
2672026-07-21T22:40:50.195Z Downloaded is_terminal_polyfill v1.70.2
2682026-07-21T22:40:50.195Z Downloaded anstream v1.0.0
2692026-07-21T22:40:50.195Z Downloaded clap v4.6.1
2702026-07-21T22:40:50.201Z Downloaded equivalent v1.0.2
2712026-07-21T22:40:50.204Z Downloaded zmij v1.0.21
2722026-07-21T22:40:50.204Z Downloaded errno v0.3.14
2732026-07-21T22:40:50.208Z Downloaded block-buffer v0.10.4
2742026-07-21T22:40:50.208Z Downloaded version_check v0.9.5
2752026-07-21T22:40:50.211Z Downloaded byteorder v1.5.0
2762026-07-21T22:40:50.211Z Downloaded unicode-linebreak v0.1.5
2772026-07-21T22:40:50.214Z Downloaded serde_tokenstream v0.2.3
2782026-07-21T22:40:50.217Z Downloaded pest_generator v2.8.6
2792026-07-21T22:40:50.217Z Downloaded macaddr v1.0.1
2802026-07-21T22:40:50.217Z Downloaded heck v0.5.0
2812026-07-21T22:40:50.220Z Downloaded cfg-if v1.0.4
2822026-07-21T22:40:50.220Z Downloaded dof v0.3.0
2832026-07-21T22:40:50.220Z Downloaded zerocopy v0.7.35
2842026-07-21T22:40:50.227Z Downloaded fastrand v2.3.0
2852026-07-21T22:40:50.230Z Downloaded clap_lex v1.0.0
2862026-07-21T22:40:50.230Z Downloaded heck v0.4.1
2872026-07-21T22:40:50.235Z Downloaded once_cell v1.21.3
2882026-07-21T22:40:50.240Z Downloaded memmap v0.7.0
2892026-07-21T22:40:50.243Z Downloaded plain v0.2.3
2902026-07-21T22:40:50.246Z Downloaded itoa v1.0.17
2912026-07-21T22:40:50.246Z Downloaded anstyle-query v1.1.5
2922026-07-21T22:40:50.249Z Downloaded fnv v1.0.7
2932026-07-21T22:40:50.252Z Downloaded anstyle-parse v1.0.0
2942026-07-21T22:40:50.252Z Downloaded tempfile v3.25.0
2952026-07-21T22:40:50.258Z Downloaded log v0.4.29
2962026-07-21T22:40:50.258Z Downloaded smawk v0.3.2
2972026-07-21T22:40:50.258Z Downloaded getrandom v0.4.1
2982026-07-21T22:40:50.261Z Downloaded anstyle v1.0.14
2992026-07-21T22:40:50.261Z Downloaded proc-macro-error-attr v1.0.4
3002026-07-21T22:40:50.261Z Downloaded dtrace-parser v0.2.0
3012026-07-21T22:40:50.264Z Downloaded generic-array v0.14.7
3022026-07-21T22:40:50.268Z Downloaded colorchoice v1.0.4
3032026-07-21T22:40:50.272Z Downloaded swrite v0.1.0
3042026-07-21T22:40:50.278Z Downloaded terminal_size v0.4.3
3052026-07-21T22:40:50.283Z Downloaded tabled_derive v0.7.0
3062026-07-21T22:40:50.283Z Downloaded scroll_derive v0.12.1
3072026-07-21T22:40:50.286Z Downloaded fs-err v3.3.0
3082026-07-21T22:40:50.286Z Downloaded pest_derive v2.8.6
3092026-07-21T22:40:50.290Z Downloaded thread-id v4.2.2
3102026-07-21T22:40:50.293Z Downloaded usdt-macro v0.5.0
3112026-07-21T22:40:50.296Z Downloaded cargo-platform v0.3.2
3122026-07-21T22:40:50.300Z Downloaded toml_datetime v0.6.11
3132026-07-21T22:40:50.307Z Downloaded serde_spanned v0.6.9
3142026-07-21T22:40:50.311Z Downloaded toml_write v0.1.2
3152026-07-21T22:40:50.311Z Downloaded usdt-attr-macro v0.5.0
3162026-07-21T22:40:50.311Z Downloaded strsim v0.11.1
3172026-07-21T22:40:50.314Z Downloaded camino-tempfile v1.4.1
3182026-07-21T22:40:50.317Z Downloaded cargo_metadata v0.23.1
3192026-07-21T22:40:50.317Z Downloaded bitflags v2.11.0
3202026-07-21T22:40:50.321Z Downloaded utf8parse v0.2.2
3212026-07-21T22:40:50.324Z Downloaded cpufeatures v0.2.17
3222026-07-21T22:40:50.324Z Downloaded proc-macro-error v1.0.4
3232026-07-21T22:40:50.330Z Downloaded cargo_toml v0.21.0
3242026-07-21T22:40:50.340Z Downloaded sha2 v0.10.9
3252026-07-21T22:40:50.343Z Downloaded usdt v0.5.0
3262026-07-21T22:40:50.346Z Downloaded thiserror-impl v1.0.69
3272026-07-21T22:40:50.349Z Downloaded scroll v0.12.0
3282026-07-21T22:40:50.350Z Downloaded pretty-hex v0.4.1
3292026-07-21T22:40:50.361Z Downloaded thiserror-impl v2.0.18
3302026-07-21T22:40:50.364Z Downloaded papergrid v0.11.0
3312026-07-21T22:40:50.364Z Downloaded digest v0.10.7
3322026-07-21T22:40:50.368Z Downloaded clap_derive v4.6.1
3332026-07-21T22:40:50.372Z Downloaded semver v1.0.28
3342026-07-21T22:40:50.375Z Downloaded thiserror v1.0.69
3352026-07-21T22:40:50.379Z Downloaded ucd-trie v0.1.7
3362026-07-21T22:40:50.382Z Downloaded usdt-impl v0.5.0
3372026-07-21T22:40:50.382Z Downloaded toml v0.8.23
3382026-07-21T22:40:50.382Z Downloaded quote v1.0.45
3392026-07-21T22:40:50.386Z Downloaded thiserror v2.0.18
3402026-07-21T22:40:50.390Z Downloaded zerocopy-derive v0.7.35
3412026-07-21T22:40:50.393Z Downloaded camino v1.2.2
3422026-07-21T22:40:50.397Z Downloaded serde_derive v1.0.228
3432026-07-21T22:40:50.402Z Downloaded textwrap v0.16.2
3442026-07-21T22:40:50.402Z Downloaded anyhow v1.0.102
3452026-07-21T22:40:50.424Z Downloaded unicode-ident v1.0.24
3462026-07-21T22:40:50.429Z Downloaded proc-macro2 v1.0.106
3472026-07-21T22:40:50.429Z Downloaded indexmap v2.14.0
3482026-07-21T22:40:50.432Z Downloaded serde_core v1.0.228
3492026-07-21T22:40:50.436Z Downloaded pest_meta v2.8.6
3502026-07-21T22:40:50.440Z Downloaded pest v2.8.6
3512026-07-21T22:40:50.443Z Downloaded memchr v2.8.0
3522026-07-21T22:40:50.447Z Downloaded toml_edit v0.22.27
3532026-07-21T22:40:50.450Z Downloaded serde v1.0.228
3542026-07-21T22:40:50.461Z Downloaded typenum v1.20.1
3552026-07-21T22:40:50.515Z Downloaded goblin v0.8.2
3562026-07-21T22:40:50.523Z Downloaded serde_json v1.0.150
3572026-07-21T22:40:50.523Z Downloaded hashbrown v0.17.0
3582026-07-21T22:40:50.523Z Downloaded clap_builder v4.6.0
3592026-07-21T22:40:50.535Z Downloaded winnow v0.7.14
3602026-07-21T22:40:50.545Z Downloaded syn v1.0.109
3612026-07-21T22:40:50.550Z Downloaded tabled v0.15.0
3622026-07-21T22:40:50.561Z Downloaded syn v2.0.117
3632026-07-21T22:40:50.565Z Downloaded unicode-width v0.1.14
3642026-07-21T22:40:50.573Z Downloaded unicode-width v0.2.0
3652026-07-21T22:40:50.582Z Downloaded rustix v1.1.3
3662026-07-21T22:40:50.610Z Downloaded libc v0.2.185
3672026-07-21T22:40:50.672Z Compiling proc-macro2 v1.0.106
3682026-07-21T22:40:50.675Z Compiling quote v1.0.45
3692026-07-21T22:40:50.675Z Compiling unicode-ident v1.0.24
3702026-07-21T22:40:50.675Z Compiling serde_core v1.0.228
3712026-07-21T22:40:50.676Z Compiling libc v0.2.185
3722026-07-21T22:40:50.676Z Compiling version_check v0.9.5
3732026-07-21T22:40:50.676Z Compiling memchr v2.8.0
3742026-07-21T22:40:50.854Z Compiling serde v1.0.228
3752026-07-21T22:40:50.870Z Compiling zmij v1.0.21
3762026-07-21T22:40:50.873Z Compiling ucd-trie v0.1.7
3772026-07-21T22:40:50.873Z Compiling itoa v1.0.17
3782026-07-21T22:40:50.873Z Compiling thiserror v1.0.69
3792026-07-21T22:40:50.873Z Compiling rustix v1.1.3
3802026-07-21T22:40:50.873Z Compiling byteorder v1.5.0
3812026-07-21T22:40:51.077Z Compiling serde_json v1.0.150
3822026-07-21T22:40:51.268Z Compiling bitflags v2.11.0
3832026-07-21T22:40:51.286Z Compiling pest v2.8.6
3842026-07-21T22:40:51.323Z Compiling usdt-impl v0.5.0
3852026-07-21T22:40:51.381Z Compiling proc-macro-error-attr v1.0.4
3862026-07-21T22:40:51.471Z Compiling syn v1.0.109
3872026-07-21T22:40:51.537Z Compiling camino v1.2.2
3882026-07-21T22:40:51.555Z Compiling proc-macro-error v1.0.4
3892026-07-21T22:40:51.635Z Compiling equivalent v1.0.2
3902026-07-21T22:40:51.639Z Compiling hashbrown v0.17.0
3912026-07-21T22:40:51.654Z Compiling plain v0.2.3
3922026-07-21T22:40:51.706Z Compiling log v0.4.29
3932026-07-21T22:40:51.785Z Compiling getrandom v0.4.1
3942026-07-21T22:40:51.806Z Compiling utf8parse v0.2.2
3952026-07-21T22:40:51.841Z Compiling winnow v0.7.14
3962026-07-21T22:40:51.846Z Compiling autocfg v1.5.0
3972026-07-21T22:40:51.959Z Compiling anstyle-parse v1.0.0
3982026-07-21T22:40:51.977Z Compiling anstyle v1.0.14
3992026-07-21T22:40:51.993Z Compiling toml_write v0.1.2
4002026-07-21T22:40:51.999Z Compiling cfg-if v1.0.4
4012026-07-21T22:40:52.030Z Compiling anstyle-query v1.1.5
4022026-07-21T22:40:52.033Z Compiling is_terminal_polyfill v1.70.2
4032026-07-21T22:40:52.084Z Compiling errno v0.3.14
4042026-07-21T22:40:52.101Z Compiling thread-id v4.2.2
4052026-07-21T22:40:52.120Z Compiling pretty-hex v0.4.1
4062026-07-21T22:40:52.167Z Compiling thiserror v2.0.18
4072026-07-21T22:40:52.220Z Compiling indexmap v2.14.0
4082026-07-21T22:40:52.238Z Compiling colorchoice v1.0.4
4092026-07-21T22:40:52.275Z Compiling clap_lex v1.0.0
4102026-07-21T22:40:52.294Z Compiling bytecount v0.6.9
4112026-07-21T22:40:52.297Z Compiling fnv v1.0.7
4122026-07-21T22:40:52.342Z Compiling pest_meta v2.8.6
4132026-07-21T22:40:52.346Z Compiling fs-err v3.3.0
4142026-07-21T22:40:52.377Z Compiling syn v2.0.117
4152026-07-21T22:40:52.440Z Compiling anstream v1.0.0
4162026-07-21T22:40:52.483Z Compiling strsim v0.11.1
4172026-07-21T22:40:52.546Z Compiling once_cell v1.21.3
4182026-07-21T22:40:52.583Z Compiling heck v0.5.0
4192026-07-21T22:40:52.605Z Compiling fastrand v2.3.0
4202026-07-21T22:40:52.662Z Compiling unicode-width v0.1.14
4212026-07-21T22:40:52.788Z Compiling anyhow v1.0.102
4222026-07-21T22:40:52.823Z Compiling heck v0.4.1
4232026-07-21T22:40:52.860Z Compiling memmap v0.7.0
4242026-07-21T22:40:52.876Z Compiling unicode-width v0.2.0
4252026-07-21T22:40:52.896Z Compiling smawk v0.3.2
4262026-07-21T22:40:52.900Z Compiling unicode-linebreak v0.1.5
4272026-07-21T22:40:52.954Z Compiling papergrid v0.11.0
4282026-07-21T22:40:52.986Z Compiling swrite v0.1.0
4292026-07-21T22:40:53.068Z Compiling terminal_size v0.4.3
4302026-07-21T22:40:53.086Z Compiling tempfile v3.25.0
4312026-07-21T22:40:53.185Z Compiling clap_builder v4.6.0
4322026-07-21T22:40:53.202Z Compiling textwrap v0.16.2
4332026-07-21T22:40:53.275Z Compiling semver v1.0.28
4342026-07-21T22:40:53.297Z Compiling cargo-platform v0.3.2
4352026-07-21T22:40:53.536Z Compiling camino-tempfile v1.4.1
4362026-07-21T22:40:53.850Z Compiling tabled_derive v0.7.0
4372026-07-21T22:40:54.525Z Compiling tabled v0.15.0
4382026-07-21T22:40:54.555Z Compiling pest_generator v2.8.6
4392026-07-21T22:40:55.045Z Compiling serde_derive v1.0.228
4402026-07-21T22:40:55.049Z Compiling thiserror-impl v1.0.69
4412026-07-21T22:40:55.049Z Compiling zerocopy-derive v0.7.35
4422026-07-21T22:40:55.049Z Compiling scroll_derive v0.12.1
4432026-07-21T22:40:55.049Z Compiling thiserror-impl v2.0.18
4442026-07-21T22:40:55.049Z Compiling clap_derive v4.6.1
4452026-07-21T22:40:55.147Z Compiling pest_derive v2.8.6
4462026-07-21T22:40:55.732Z Compiling scroll v0.12.0
4472026-07-21T22:40:55.792Z Compiling zerocopy v0.7.35
4482026-07-21T22:40:55.944Z Compiling goblin v0.8.2
4492026-07-21T22:40:56.122Z Compiling dtrace-parser v0.2.0
4502026-07-21T22:40:56.432Z Compiling clap v4.6.1
4512026-07-21T22:40:57.523Z Compiling dof v0.3.0
4522026-07-21T22:40:57.523Z Compiling serde_tokenstream v0.2.3
4532026-07-21T22:40:57.541Z Compiling toml_datetime v0.6.11
4542026-07-21T22:40:57.544Z Compiling serde_spanned v0.6.9
4552026-07-21T22:40:57.555Z Compiling cargo_metadata v0.23.1
4562026-07-21T22:40:57.559Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4572026-07-21T22:40:57.559Z Compiling macaddr v1.0.1
4582026-07-21T22:40:57.737Z Compiling toml_edit v0.22.27
4592026-07-21T22:40:58.178Z Compiling usdt-attr-macro v0.5.0
4602026-07-21T22:40:58.181Z Compiling usdt-macro v0.5.0
4612026-07-21T22:40:58.799Z Compiling usdt v0.5.0
4622026-07-21T22:40:58.994Z Compiling toml v0.8.23
4632026-07-21T22:40:59.314Z Compiling cargo_toml v0.21.0
4642026-07-21T22:41:00.596Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4652026-07-21T22:41:02.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.97s
4662026-07-21T22:41:02.864Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4672026-07-21T22:41:03.369Z Downloading crates ...
4682026-07-21T22:41:03.468Z Downloaded bitfield v0.19.4
4692026-07-21T22:41:03.472Z Downloaded bcs v0.1.6
4702026-07-21T22:41:03.475Z Downloaded anstyle-parse v0.2.7
4712026-07-21T22:41:03.481Z Downloaded cassowary v0.3.0
4722026-07-21T22:41:03.484Z Downloaded base64 v0.21.7
4732026-07-21T22:41:03.487Z Downloaded adler2 v2.0.1
4742026-07-21T22:41:03.490Z Downloaded crossbeam-deque v0.8.6
4752026-07-21T22:41:03.493Z Downloaded daft-derive v0.1.7
4762026-07-21T22:41:03.496Z Downloaded digest-io v0.1.0
4772026-07-21T22:41:03.496Z Downloaded critical-section v1.2.0
4782026-07-21T22:41:03.499Z Downloaded crc8 v0.1.1
4792026-07-21T22:41:03.499Z Downloaded cpubits v0.1.1
4802026-07-21T22:41:03.499Z Downloaded convert_case v0.4.0
4812026-07-21T22:41:03.499Z Downloaded bitfield-struct v0.6.2
4822026-07-21T22:41:03.499Z Downloaded bit-set v0.8.0
4832026-07-21T22:41:03.503Z Downloaded bcrypt-pbkdf v0.11.0
4842026-07-21T22:41:03.503Z Downloaded aes v0.9.1
4852026-07-21T22:41:03.507Z Downloaded crucible-workspace-hack v0.1.0
4862026-07-21T22:41:03.507Z Downloaded curve25519-dalek-derive v0.1.1
4872026-07-21T22:41:03.507Z Downloaded aho-corasick v1.1.4
4882026-07-21T22:41:03.510Z Downloaded csv-core v0.1.13
4892026-07-21T22:41:03.510Z Downloaded convert_case v0.10.0
4902026-07-21T22:41:03.514Z Downloaded crc-catalog v2.4.0
4912026-07-21T22:41:03.514Z Downloaded async-stream v0.3.6
4922026-07-21T22:41:03.514Z Downloaded bit-vec v0.8.0
4932026-07-21T22:41:03.517Z Downloaded ctr v0.10.1
4942026-07-21T22:41:03.517Z Downloaded debug-ignore v1.0.5
4952026-07-21T22:41:03.521Z Downloaded cstr-argument v0.1.2
4962026-07-21T22:41:03.521Z Downloaded crossbeam-utils v0.8.21
4972026-07-21T22:41:03.521Z Downloaded crc32fast v1.5.0
4982026-07-21T22:41:03.524Z Downloaded crc v3.4.0
4992026-07-21T22:41:03.524Z Downloaded base16ct v0.2.0
5002026-07-21T22:41:03.524Z Downloaded darling_macro v0.23.0
5012026-07-21T22:41:03.524Z Downloaded corncobs v0.1.4
5022026-07-21T22:41:03.528Z Downloaded bit-vec v0.6.3
5032026-07-21T22:41:03.528Z Downloaded anstream v0.6.21
5042026-07-21T22:41:03.531Z Downloaded backon v1.6.0
5052026-07-21T22:41:03.531Z Downloaded darling_macro v0.21.3
5062026-07-21T22:41:03.531Z Downloaded crunchy v0.2.4
5072026-07-21T22:41:03.534Z Downloaded base64 v0.22.1
5082026-07-21T22:41:03.534Z Downloaded cookie_store v0.22.1
5092026-07-21T22:41:03.537Z Downloaded castaway v0.2.4
5102026-07-21T22:41:03.537Z Downloaded block-padding v0.4.2
5112026-07-21T22:41:03.537Z Downloaded daft v0.1.7
5122026-07-21T22:41:03.541Z Downloaded atty v0.2.14
5132026-07-21T22:41:03.544Z Downloaded bb8 v0.8.6
5142026-07-21T22:41:03.544Z Downloaded arrayref v0.3.9
5152026-07-21T22:41:03.544Z Downloaded enum_dispatch v0.3.13
5162026-07-21T22:41:03.550Z Downloaded cpufeatures v0.3.0
5172026-07-21T22:41:03.550Z Downloaded assert_matches v1.5.0
5182026-07-21T22:41:03.550Z Downloaded data-encoding v2.10.0
5192026-07-21T22:41:03.553Z Downloaded ciborium-io v0.2.2
5202026-07-21T22:41:03.553Z Downloaded bit-set v0.5.3
5212026-07-21T22:41:03.554Z Downloaded darling v0.20.11
5222026-07-21T22:41:03.554Z Downloaded cfg_aliases v0.1.1
5232026-07-21T22:41:03.557Z Downloaded ascii-canvas v3.0.0
5242026-07-21T22:41:03.557Z Downloaded array-init v0.0.4
5252026-07-21T22:41:03.557Z Downloaded aead v0.5.2
5262026-07-21T22:41:03.560Z Downloaded ctutils v0.4.2
5272026-07-21T22:41:03.560Z Downloaded difflib v0.4.0
5282026-07-21T22:41:03.560Z Downloaded const_format_proc_macros v0.2.34
5292026-07-21T22:41:03.563Z Downloaded defmt-parser v1.0.0
5302026-07-21T22:41:03.563Z Downloaded dsl_auto_type v0.2.0
5312026-07-21T22:41:03.563Z Downloaded crypto-common v0.2.2
5322026-07-21T22:41:03.566Z Downloaded bitfield-macros v0.19.4
5332026-07-21T22:41:03.566Z Downloaded async-stream-impl v0.3.6
5342026-07-21T22:41:03.570Z Downloaded atomic-waker v1.1.2
5352026-07-21T22:41:03.570Z Downloaded base16ct v1.0.0
5362026-07-21T22:41:03.573Z Downloaded defmt v0.3.100
5372026-07-21T22:41:03.573Z Downloaded darling v0.23.0
5382026-07-21T22:41:03.576Z Downloaded compression-core v0.4.31
5392026-07-21T22:41:03.579Z Downloaded darling_macro v0.13.4
5402026-07-21T22:41:03.579Z Downloaded dyn-clone v1.0.20
5412026-07-21T22:41:03.579Z Downloaded dropshot-api-manager-types v0.7.2
5422026-07-21T22:41:03.582Z Downloaded async-recursion v1.1.1
5432026-07-21T22:41:03.582Z Downloaded atomicwrites v0.4.4
5442026-07-21T22:41:03.587Z Downloaded cobs v0.3.0
5452026-07-21T22:41:03.587Z Downloaded dtrace-parser v0.3.0
5462026-07-21T22:41:03.591Z Downloaded ciborium-ll v0.2.2
5472026-07-21T22:41:03.591Z Downloaded dof v0.4.0
5482026-07-21T22:41:03.591Z Downloaded derive_builder_macro v0.20.2
5492026-07-21T22:41:03.591Z Downloaded display-error-chain v0.2.2
5502026-07-21T22:41:03.591Z Downloaded darling_macro v0.20.11
5512026-07-21T22:41:03.591Z Downloaded block-buffer v0.12.1
5522026-07-21T22:41:03.594Z Downloaded base64ct v1.8.3
5532026-07-21T22:41:03.595Z Downloaded dunce v1.0.5
5542026-07-21T22:41:03.598Z Downloaded document-features v0.2.12
5552026-07-21T22:41:03.598Z Downloaded aead v0.6.1
5562026-07-21T22:41:03.598Z Downloaded bs58 v0.5.1
5572026-07-21T22:41:03.601Z Downloaded enum-as-inner v0.6.1
5582026-07-21T22:41:03.601Z Downloaded diesel_table_macro_syntax v0.3.0
5592026-07-21T22:41:03.601Z Downloaded endian-type v0.1.2
5602026-07-21T22:41:03.601Z Downloaded cfg_aliases v0.2.1
5612026-07-21T22:41:03.604Z Downloaded argon2 v0.5.3
5622026-07-21T22:41:03.604Z Downloaded arc-swap v1.8.2
5632026-07-21T22:41:03.607Z Downloaded embedded-io v0.4.0
5642026-07-21T22:41:03.611Z Downloaded cookie v0.18.1
5652026-07-21T22:41:03.611Z Downloaded embedded-io v0.6.1
5662026-07-21T22:41:03.614Z Downloaded env_filter v1.0.0
5672026-07-21T22:41:03.617Z Downloaded dirs-sys-next v0.1.2
5682026-07-21T22:41:03.617Z Downloaded ed25519 v2.2.3
5692026-07-21T22:41:03.620Z Downloaded async-trait v0.1.89
5702026-07-21T22:41:03.620Z Downloaded fd-lock v4.0.4
5712026-07-21T22:41:03.624Z Downloaded cmake v0.1.57
5722026-07-21T22:41:03.624Z Downloaded backoff v0.4.0
5732026-07-21T22:41:03.624Z Downloaded form_urlencoded v1.2.2
5742026-07-21T22:41:03.627Z Downloaded foreign-types v0.5.0
5752026-07-21T22:41:03.627Z Downloaded float-cmp v0.10.0
5762026-07-21T22:41:03.627Z Downloaded foreign-types-shared v0.3.1
5772026-07-21T22:41:03.627Z Downloaded fixedbitset v0.4.2
5782026-07-21T22:41:03.630Z Downloaded cbc v0.2.1
5792026-07-21T22:41:03.630Z Downloaded constant_time_eq v0.4.2
5802026-07-21T22:41:03.630Z Downloaded futures-io v0.3.32
5812026-07-21T22:41:03.633Z Downloaded foreign-types-macros v0.2.3
5822026-07-21T22:41:03.634Z Downloaded foreign-types v0.3.2
5832026-07-21T22:41:03.634Z Downloaded futures-macro v0.3.32
5842026-07-21T22:41:03.634Z Downloaded cancel-safe-futures v0.1.5
5852026-07-21T22:41:03.637Z Downloaded flagset v0.4.7
5862026-07-21T22:41:03.637Z Downloaded futures-core v0.3.32
5872026-07-21T22:41:03.638Z Downloaded gethostname v0.5.0
5882026-07-21T22:41:03.641Z Downloaded futures-task v0.3.32
5892026-07-21T22:41:03.641Z Downloaded foreign-types-shared v0.1.1
5902026-07-21T22:41:03.641Z Downloaded delegate v0.13.5
5912026-07-21T22:41:03.644Z Downloaded buf-list v1.1.2
5922026-07-21T22:41:03.644Z Downloaded cexpr v0.6.0
5932026-07-21T22:41:03.644Z Downloaded darling_core v0.13.4
5942026-07-21T22:41:03.647Z Downloaded either v1.15.0
5952026-07-21T22:41:03.650Z Downloaded downcast-rs v2.0.2
5962026-07-21T22:41:03.650Z Downloaded derive_builder_core v0.20.2
5972026-07-21T22:41:03.650Z Downloaded camino-tempfile-ext v0.3.3
5982026-07-21T22:41:03.653Z Downloaded deranged v0.5.8
5992026-07-21T22:41:03.653Z Downloaded ed25519 v3.0.0
6002026-07-21T22:41:03.656Z Downloaded ena v0.14.4
6012026-07-21T22:41:03.656Z Downloaded chacha20 v0.9.1
6022026-07-21T22:41:03.659Z Downloaded futures-sink v0.3.32
6032026-07-21T22:41:03.659Z Downloaded dirs-next v2.0.0
6042026-07-21T22:41:03.659Z Downloaded derive-ex v0.1.8
6052026-07-21T22:41:03.662Z Downloaded ghash v0.6.0
6062026-07-21T22:41:03.662Z Downloaded fxhash v0.2.1
6072026-07-21T22:41:03.662Z Downloaded git-stub v1.0.0
6082026-07-21T22:41:03.662Z Downloaded displaydoc v0.2.5
6092026-07-21T22:41:03.665Z Downloaded digest v0.11.3
6102026-07-21T22:41:03.665Z Downloaded darling v0.13.4
6112026-07-21T22:41:03.668Z Downloaded globwalk v0.9.1
6122026-07-21T22:41:03.668Z Downloaded cipher v0.5.2
6132026-07-21T22:41:03.672Z Downloaded der_derive v0.7.3
6142026-07-21T22:41:03.672Z Downloaded defmt v1.0.1
6152026-07-21T22:41:03.676Z Downloaded arrayvec v0.7.6
6162026-07-21T22:41:03.676Z Downloaded byte-wrapper v0.1.0
6172026-07-21T22:41:03.679Z Downloaded float-ord v0.3.2
6182026-07-21T22:41:03.679Z Downloaded fixedbitset v0.5.7
6192026-07-21T22:41:03.679Z Downloaded filetime v0.2.27
6202026-07-21T22:41:03.680Z Downloaded fallible-iterator v0.2.0
6212026-07-21T22:41:03.685Z Downloaded erased-serde v0.3.31
6222026-07-21T22:41:03.685Z Downloaded hex v0.4.3
6232026-07-21T22:41:03.688Z Downloaded crc-any v2.5.0
6242026-07-21T22:41:03.688Z Downloaded compression-codecs v0.4.37
6252026-07-21T22:41:03.688Z Downloaded async-bb8-diesel v0.2.1
6262026-07-21T22:41:03.688Z Downloaded find-msvc-tools v0.1.9
6272026-07-21T22:41:03.693Z Downloaded fs-err v2.11.0
6282026-07-21T22:41:03.693Z Downloaded hex-literal v1.1.0
6292026-07-21T22:41:03.694Z Downloaded foldhash v0.2.0
6302026-07-21T22:41:03.697Z Downloaded console v0.16.2
6312026-07-21T22:41:03.697Z Downloaded argon2 v0.6.0-rc.8
6322026-07-21T22:41:03.697Z Downloaded headers-core v0.3.0
6332026-07-21T22:41:03.697Z Downloaded http-range v0.1.5
6342026-07-21T22:41:03.697Z Downloaded futures-executor v0.3.32
6352026-07-21T22:41:03.701Z Downloaded foldhash v0.1.5
6362026-07-21T22:41:03.701Z Downloaded console v0.15.11
6372026-07-21T22:41:03.701Z Downloaded blake2 v0.11.0-rc.6
6382026-07-21T22:41:03.704Z Downloaded crossbeam-epoch v0.9.18
6392026-07-21T22:41:03.704Z Downloaded http-body v1.0.1
6402026-07-21T22:41:03.708Z Downloaded hostname v0.4.2
6412026-07-21T22:41:03.708Z Downloaded hash32 v0.3.1
6422026-07-21T22:41:03.708Z Downloaded des v0.9.0
6432026-07-21T22:41:03.711Z Downloaded cipher v0.4.4
6442026-07-21T22:41:03.711Z Downloaded const-oid v0.9.6
6452026-07-21T22:41:03.711Z Downloaded diff v0.1.13
6462026-07-21T22:41:03.714Z Downloaded colored v3.1.1
6472026-07-21T22:41:03.714Z Downloaded hostname v0.3.1
6482026-07-21T22:41:03.717Z Downloaded hubpack_derive v0.1.1
6492026-07-21T22:41:03.717Z Downloaded hubpack v0.1.2
6502026-07-21T22:41:03.717Z Downloaded home v0.5.12
6512026-07-21T22:41:03.721Z Downloaded bzip2 v0.4.4
6522026-07-21T22:41:03.721Z Downloaded ecdsa v0.17.0-rc.18
6532026-07-21T22:41:03.721Z Downloaded funty v2.0.0
6542026-07-21T22:41:03.724Z Downloaded cmov v0.5.4
6552026-07-21T22:41:03.724Z Downloaded derive_builder v0.20.2
6562026-07-21T22:41:03.727Z Downloaded glob v0.3.3
6572026-07-21T22:41:03.728Z Downloaded hyper-tls v0.6.0
6582026-07-21T22:41:03.731Z Downloaded ciborium v0.2.2
6592026-07-21T22:41:03.731Z Downloaded idna_adapter v1.2.1
6602026-07-21T22:41:03.731Z Downloaded ident_case v1.0.1
6612026-07-21T22:41:03.732Z Downloaded group v0.14.0
6622026-07-21T22:41:03.735Z Downloaded illumos-nvpair-sys v0.2.0
6632026-07-21T22:41:03.735Z Downloaded group v0.13.0
6642026-07-21T22:41:03.735Z Downloaded globset v0.4.18
6652026-07-21T22:41:03.738Z Downloaded clang-sys v1.8.1
6662026-07-21T22:41:03.738Z Downloaded git-stub-vcs v0.1.0
6672026-07-21T22:41:03.738Z Downloaded hash32 v0.2.1
6682026-07-21T22:41:03.742Z Downloaded ff v0.14.0
6692026-07-21T22:41:03.742Z Downloaded indoc v1.0.9
6702026-07-21T22:41:03.746Z Downloaded indent_write v2.2.0
6712026-07-21T22:41:03.746Z Downloaded blake2 v0.10.6
6722026-07-21T22:41:03.746Z Downloaded colored v2.2.0
6732026-07-21T22:41:03.749Z Downloaded instant v0.1.13
6742026-07-21T22:41:03.749Z Downloaded inout v0.1.4
6752026-07-21T22:41:03.749Z Downloaded ahash v0.8.12
6762026-07-21T22:41:03.753Z Downloaded highway v1.3.0
6772026-07-21T22:41:03.753Z Downloaded ff v0.13.1
6782026-07-21T22:41:03.753Z Downloaded env_logger v0.11.9
6792026-07-21T22:41:03.756Z Downloaded is_ci v1.2.0
6802026-07-21T22:41:03.756Z Downloaded internet-checksum v0.2.1
6812026-07-21T22:41:03.757Z Downloaded futures-channel v0.3.32
6822026-07-21T22:41:03.757Z Downloaded darling v0.21.3
6832026-07-21T22:41:03.760Z Downloaded keccak v0.1.6
6842026-07-21T22:41:03.763Z Downloaded instability v0.3.11
6852026-07-21T22:41:03.764Z Downloaded inout v0.2.2
6862026-07-21T22:41:03.764Z Downloaded diesel-dtrace v0.5.0
6872026-07-21T22:41:03.768Z Downloaded const-oid v0.10.2
6882026-07-21T22:41:03.768Z Downloaded defmt-macros v1.0.1
6892026-07-21T22:41:03.772Z Downloaded bzip2 v0.6.1
6902026-07-21T22:41:03.772Z Downloaded bitflags v1.3.2
6912026-07-21T22:41:03.772Z Downloaded blowfish v0.10.0
6922026-07-21T22:41:03.772Z Downloaded derive-where v1.6.0
6932026-07-21T22:41:03.775Z Downloaded kstat-rs v0.2.4
6942026-07-21T22:41:03.778Z Downloaded crossbeam-channel v0.5.15
6952026-07-21T22:41:03.778Z Downloaded bumpalo v3.20.2
6962026-07-21T22:41:03.781Z Downloaded httpdate v1.0.3
6972026-07-21T22:41:03.781Z Downloaded ecdsa v0.16.9
6982026-07-21T22:41:03.784Z Downloaded lalrpop-util v0.19.12
6992026-07-21T22:41:03.784Z Downloaded lazy_static v1.5.0
7002026-07-21T22:41:03.784Z Downloaded getrandom v0.2.17
7012026-07-21T22:41:03.789Z Downloaded kem v0.3.0
7022026-07-21T22:41:03.789Z Downloaded elliptic-curve v0.13.8
7032026-07-21T22:41:03.792Z Downloaded libscf-sys v1.1.0
7042026-07-21T22:41:03.792Z Downloaded managed v0.8.0
7052026-07-21T22:41:03.792Z Downloaded dropshot_endpoint v0.17.1
7062026-07-21T22:41:03.795Z Downloaded chacha20 v0.10.0
7072026-07-21T22:41:03.795Z Downloaded lzss v0.8.2
7082026-07-21T22:41:03.799Z Downloaded hyper-staticfile v0.10.1
7092026-07-21T22:41:03.799Z Downloaded lru-slab v0.1.2
7102026-07-21T22:41:03.799Z Downloaded lru-cache v0.1.2
7112026-07-21T22:41:03.799Z Downloaded derive_more v0.99.20
7122026-07-21T22:41:03.805Z Downloaded fatfs v0.3.6
7132026-07-21T22:41:03.809Z Downloaded mime v0.3.17
7142026-07-21T22:41:03.809Z Downloaded illumos-nvpair v0.3.0
7152026-07-21T22:41:03.810Z Downloaded memoffset v0.9.1
7162026-07-21T22:41:03.810Z Downloaded ingot v0.1.1
7172026-07-21T22:41:03.810Z Downloaded http-body-util v0.1.3
7182026-07-21T22:41:03.816Z Downloaded lru v0.12.5
7192026-07-21T22:41:03.816Z Downloaded half v1.8.3
7202026-07-21T22:41:03.819Z Downloaded drift v0.2.0
7212026-07-21T22:41:03.822Z Downloaded md5 v0.8.0
7222026-07-21T22:41:03.822Z Downloaded ingot-types v0.1.2
7232026-07-21T22:41:03.822Z Downloaded md-5 v0.10.6
7242026-07-21T22:41:03.823Z Downloaded maybe-uninit v2.0.0
7252026-07-21T22:41:03.826Z Downloaded multimap v0.10.1
7262026-07-21T22:41:03.826Z Downloaded indoc v2.0.7
7272026-07-21T22:41:03.826Z Downloaded match_cfg v0.1.0
7282026-07-21T22:41:03.829Z Downloaded maplit v1.0.2
7292026-07-21T22:41:03.829Z Downloaded impl-trait-for-tuples v0.2.3
7302026-07-21T22:41:03.829Z Downloaded newline-converter v0.3.0
7312026-07-21T22:41:03.833Z Downloaded hmac v0.13.0
7322026-07-21T22:41:03.836Z Downloaded jobserver v0.1.34
7332026-07-21T22:41:03.837Z Downloaded fs_extra v1.3.0
7342026-07-21T22:41:03.842Z Downloaded ipnet v2.11.0
7352026-07-21T22:41:03.842Z Downloaded allocator-api2 v0.2.21
7362026-07-21T22:41:03.842Z Downloaded is-terminal v0.4.17
7372026-07-21T22:41:03.842Z Downloaded chacha20poly1305 v0.10.1
7382026-07-21T22:41:03.846Z Downloaded nodrop v0.1.14
7392026-07-21T22:41:03.846Z Downloaded newtype_derive v0.1.6
7402026-07-21T22:41:03.846Z Downloaded new_debug_unreachable v1.0.6
7412026-07-21T22:41:03.846Z Downloaded normalize-line-endings v0.3.0
7422026-07-21T22:41:03.850Z Downloaded nonempty v0.12.0
7432026-07-21T22:41:03.850Z Downloaded darling_core v0.21.3
7442026-07-21T22:41:03.854Z Downloaded humantime v2.3.0
7452026-07-21T22:41:03.854Z Downloaded ed25519-dalek v2.2.0
7462026-07-21T22:41:03.857Z Downloaded libloading v0.8.9
7472026-07-21T22:41:03.857Z Downloaded keccak v0.2.0
7482026-07-21T22:41:03.857Z Downloaded linked-hash-map v0.5.6
7492026-07-21T22:41:03.857Z Downloaded libefi-sys v0.1.0
7502026-07-21T22:41:03.861Z Downloaded getrandom v0.3.4
7512026-07-21T22:41:03.861Z Downloaded num-derive v0.3.3
7522026-07-21T22:41:03.864Z Downloaded num-iter v0.1.45
7532026-07-21T22:41:03.864Z Downloaded num-derive v0.4.2
7542026-07-21T22:41:03.864Z Downloaded elliptic-curve v0.14.0-rc.33
7552026-07-21T22:41:03.867Z Downloaded hybrid-array v0.4.13
7562026-07-21T22:41:03.867Z Downloaded const_format v0.2.35
7572026-07-21T22:41:03.871Z Downloaded libsw-core v0.3.2
7582026-07-21T22:41:03.874Z Downloaded hyper-rustls v0.27.7
7592026-07-21T22:41:03.874Z Downloaded num-conv v0.2.0
7602026-07-21T22:41:03.874Z Downloaded num v0.4.3
7612026-07-21T22:41:03.874Z Downloaded linear-map v1.2.0
7622026-07-21T22:41:03.877Z Downloaded num_threads v0.1.7
7632026-07-21T22:41:03.877Z Downloaded libsw v3.5.0
7642026-07-21T22:41:03.877Z Downloaded compact_str v0.8.1
7652026-07-21T22:41:03.880Z Downloaded mime_guess v2.0.5
7662026-07-21T22:41:03.884Z Downloaded half v2.7.1
7672026-07-21T22:41:03.884Z Downloaded futures v0.3.32
7682026-07-21T22:41:03.889Z Downloaded generic-array v1.4.3
7692026-07-21T22:41:03.892Z Downloaded openssl-probe v0.2.1
7702026-07-21T22:41:03.892Z Downloaded openssl-macros v0.1.1
7712026-07-21T22:41:03.892Z Downloaded darling_core v0.20.11
7722026-07-21T22:41:03.895Z Downloaded multer v3.1.0
7732026-07-21T22:41:03.895Z Downloaded opaque-debug v0.3.1
7742026-07-21T22:41:03.895Z Downloaded oso-derive v0.27.3
7752026-07-21T22:41:03.898Z Downloaded module-lattice v0.2.3
7762026-07-21T22:41:03.898Z Downloaded openssl-probe v0.1.6
7772026-07-21T22:41:03.898Z Downloaded flume v0.11.1
7782026-07-21T22:41:03.902Z Downloaded olpc-cjson v0.1.4
7792026-07-21T22:41:03.902Z Downloaded ingot-macros v0.1.1
7802026-07-21T22:41:03.902Z Downloaded newtype-uuid v1.3.2
7812026-07-21T22:41:03.905Z Downloaded nanorand v0.7.0
7822026-07-21T22:41:03.905Z Downloaded native-tls v0.2.18
7832026-07-21T22:41:03.908Z Downloaded hmac v0.12.1
7842026-07-21T22:41:03.908Z Downloaded ar_archive_writer v0.5.1
7852026-07-21T22:41:03.912Z Downloaded nibble_vec v0.1.0
7862026-07-21T22:41:03.912Z Downloaded newtype-uuid-macros v0.1.0
7872026-07-21T22:41:03.912Z Downloaded darling_core v0.23.0
7882026-07-21T22:41:03.917Z Downloaded packed_struct_codegen v0.10.1
7892026-07-21T22:41:03.917Z Downloaded httparse v1.10.1
7902026-07-21T22:41:03.920Z Downloaded ipnetwork v0.21.1
7912026-07-21T22:41:03.924Z Downloaded num-complex v0.4.6
7922026-07-21T22:41:03.924Z Downloaded iana-time-zone v0.1.65
7932026-07-21T22:41:03.927Z Downloaded num-integer v0.1.46
7942026-07-21T22:41:03.930Z Downloaded litemap v0.8.1
7952026-07-21T22:41:03.944Z Downloaded peg-runtime v0.8.5
7962026-07-21T22:41:03.949Z Downloaded path-slash v0.1.5
7972026-07-21T22:41:03.950Z Downloaded password-hash v0.6.1
7982026-07-21T22:41:03.950Z Downloaded memmap2 v0.9.10
7992026-07-21T22:41:03.953Z Downloaded parse-size v1.1.0
8002026-07-21T22:41:03.953Z Downloaded num_enum_derive v0.5.11
8012026-07-21T22:41:03.953Z Downloaded parse-display v0.10.0
8022026-07-21T22:41:03.953Z Downloaded num_enum v0.5.11
8032026-07-21T22:41:03.956Z Downloaded num_enum_derive v0.7.6
8042026-07-21T22:41:03.956Z Downloaded cc v1.2.56
8052026-07-21T22:41:03.956Z Downloaded num-rational v0.4.2
8062026-07-21T22:41:03.959Z Downloaded nu-ansi-term v0.50.3
8072026-07-21T22:41:03.959Z Downloaded num_enum v0.7.6
8082026-07-21T22:41:03.962Z Downloaded phf_shared v0.13.1
8092026-07-21T22:41:03.966Z Downloaded percent-encoding v2.3.2
8102026-07-21T22:41:03.966Z Downloaded headers v0.4.1
8112026-07-21T22:41:03.969Z Downloaded heapless v0.7.17
8122026-07-21T22:41:03.972Z Downloaded indexmap v1.9.3
8132026-07-21T22:41:03.972Z Downloaded lock_api v0.4.14
8142026-07-21T22:41:03.976Z Downloaded oxide-update-engine-display v0.1.2
8152026-07-21T22:41:03.976Z Downloaded oxide-update-engine v0.1.2
8162026-07-21T22:41:03.976Z Downloaded owo-colors v4.3.0
8172026-07-21T22:41:03.979Z Downloaded async-compression v0.4.41
8182026-07-21T22:41:03.982Z Downloaded oxnet v0.1.6
8192026-07-21T22:41:03.982Z Downloaded potential_utf v0.1.4
8202026-07-21T22:41:03.985Z Downloaded oxide-tokio-rt v0.1.4
8212026-07-21T22:41:03.985Z Downloaded ignore v0.4.25
8222026-07-21T22:41:03.990Z Downloaded icu_provider v2.1.1
8232026-07-21T22:41:03.990Z Downloaded predicates-core v1.0.10
8242026-07-21T22:41:03.990Z Downloaded precomputed-hash v0.1.1
8252026-07-21T22:41:03.993Z Downloaded crypto-bigint v0.5.5
8262026-07-21T22:41:03.993Z Downloaded packed_struct v0.10.1
8272026-07-21T22:41:03.996Z Downloaded litrs v1.0.0
8282026-07-21T22:41:03.996Z Downloaded ed25519-dalek v3.0.0-rc.0
8292026-07-21T22:41:04.004Z Downloaded derive_more v2.1.1
8302026-07-21T22:41:04.008Z Downloaded proc-macro-crate v1.3.1
8312026-07-21T22:41:04.008Z Downloaded diesel_derives v2.3.7
8322026-07-21T22:41:04.013Z Downloaded paste v1.0.15
8332026-07-21T22:41:04.017Z Downloaded parse-display-derive v0.10.0
8342026-07-21T22:41:04.017Z Downloaded peg-macros v0.8.5
8352026-07-21T22:41:04.018Z Downloaded icu_normalizer_data v2.1.1
8362026-07-21T22:41:04.018Z Downloaded proc-macro-crate v3.4.0
8372026-07-21T22:41:04.048Z Downloaded proc-macro-error-attr2 v2.0.0
8382026-07-21T22:41:04.048Z Downloaded psl-types v2.0.11
8392026-07-21T22:41:04.048Z Downloaded progenitor-client v0.14.0
8402026-07-21T22:41:04.048Z Downloaded pem-rfc7468 v1.0.0
8412026-07-21T22:41:04.048Z Downloaded peg v0.8.5
8422026-07-21T22:41:04.048Z Downloaded progenitor-macro v0.14.0
8432026-07-21T22:41:04.048Z Downloaded phf v0.12.1
8442026-07-21T22:41:04.048Z Downloaded pem v3.0.6
8452026-07-21T22:41:04.048Z Downloaded ml-kem v0.3.2
8462026-07-21T22:41:04.048Z Downloaded indicatif v0.18.4
8472026-07-21T22:41:04.048Z Downloaded progenitor-macro v0.13.0
8482026-07-21T22:41:04.048Z Downloaded heapless v0.8.0
8492026-07-21T22:41:04.048Z Downloaded der v0.7.10
8502026-07-21T22:41:04.048Z Downloaded phf v0.13.1
8512026-07-21T22:41:04.048Z Downloaded quick-error v1.2.3
8522026-07-21T22:41:04.048Z Downloaded expectorate v1.2.0
8532026-07-21T22:41:04.052Z Downloaded flate2 v1.1.9
8542026-07-21T22:41:04.052Z Downloaded predicates-tree v1.0.13
8552026-07-21T22:41:04.052Z Downloaded hickory-resolver v0.25.2
8562026-07-21T22:41:04.052Z Downloaded hickory-resolver v0.24.4
8572026-07-21T22:41:04.052Z Downloaded pbkdf2 v0.13.0
8582026-07-21T22:41:04.052Z Downloaded parking_lot_core v0.8.6
8592026-07-21T22:41:04.052Z Downloaded rand_xorshift v0.4.0
8602026-07-21T22:41:04.057Z Downloaded phf_shared v0.12.1
8612026-07-21T22:41:04.057Z Downloaded powerfmt v0.2.0
8622026-07-21T22:41:04.057Z Downloaded pkcs8 v0.10.2
8632026-07-21T22:41:04.060Z Downloaded ppv-lite86 v0.2.21
8642026-07-21T22:41:04.060Z Downloaded pin-project-lite v0.2.17
8652026-07-21T22:41:04.064Z Downloaded icu_normalizer v2.1.1
8662026-07-21T22:41:04.064Z Downloaded radium v0.7.0
8672026-07-21T22:41:04.067Z Downloaded phf_shared v0.11.3
8682026-07-21T22:41:04.067Z Downloaded libbz2-rs-sys v0.2.2
8692026-07-21T22:41:04.067Z Downloaded pin-project-internal v1.1.11
8702026-07-21T22:41:04.067Z Downloaded pkg-config v0.3.32
8712026-07-21T22:41:04.070Z Downloaded icu_properties v2.1.2
8722026-07-21T22:41:04.070Z Downloaded poly1305 v0.8.0
8732026-07-21T22:41:04.074Z Downloaded parking_lot v0.12.5
8742026-07-21T22:41:04.077Z Downloaded ref-cast v1.0.25
8752026-07-21T22:41:04.077Z Downloaded recursive-proc-macro-impl v0.1.1
8762026-07-21T22:41:04.077Z Downloaded primeorder v0.14.0-rc.10
8772026-07-21T22:41:04.082Z Downloaded predicates v3.1.4
8782026-07-21T22:41:04.082Z Downloaded rand_chacha v0.3.1
8792026-07-21T22:41:04.082Z Downloaded progenitor v0.14.0
8802026-07-21T22:41:04.085Z Downloaded proc-macro-error2 v2.0.1
8812026-07-21T22:41:04.085Z Downloaded progenitor-extras v0.2.0
8822026-07-21T22:41:04.085Z Downloaded der v0.8.0
8832026-07-21T22:41:04.089Z Downloaded ref-cast-impl v1.0.25
8842026-07-21T22:41:04.092Z Downloaded recursive v0.1.1
8852026-07-21T22:41:04.092Z Downloaded miniz_oxide v0.8.9
8862026-07-21T22:41:04.095Z Downloaded primefield v0.14.0
8872026-07-21T22:41:04.095Z Downloaded progenitor-client v0.13.0
8882026-07-21T22:41:04.095Z Downloaded progenitor v0.13.0
8892026-07-21T22:41:04.098Z Downloaded psm v0.1.30
8902026-07-21T22:41:04.098Z Downloaded primeorder v0.13.6
8912026-07-21T22:41:04.102Z Downloaded pem-rfc7468 v0.7.0
8922026-07-21T22:41:04.102Z Downloaded rfc6979 v0.5.0
8932026-07-21T22:41:04.102Z Downloaded rfc6979 v0.4.0
8942026-07-21T22:41:04.106Z Downloaded phc v0.6.1
8952026-07-21T22:41:04.106Z Downloaded password-hash v0.5.0
8962026-07-21T22:41:04.106Z Downloaded icu_collections v2.1.1
8972026-07-21T22:41:04.109Z Downloaded oxide-update-engine-types v0.1.2
8982026-07-21T22:41:04.112Z Downloaded hashbrown v0.12.3
8992026-07-21T22:41:04.117Z Downloaded oso v0.27.3
9002026-07-21T22:41:04.117Z Downloaded rand_core v0.10.0
9012026-07-21T22:41:04.117Z Downloaded pkcs1 v0.7.5
9022026-07-21T22:41:04.120Z Downloaded jiff-static v0.2.21
9032026-07-21T22:41:04.120Z Downloaded postgres-types v0.2.12
9042026-07-21T22:41:04.124Z Downloaded russh-util v0.52.0
9052026-07-21T22:41:04.124Z Downloaded rustc_version v0.1.7
9062026-07-21T22:41:04.125Z Downloaded rustc-hash v2.1.1
9072026-07-21T22:41:04.125Z Downloaded rtoolbox v0.0.3
9082026-07-21T22:41:04.128Z Downloaded russh-cryptovec v0.61.0
9092026-07-21T22:41:04.128Z Downloaded rustc_version v0.4.1
9102026-07-21T22:41:04.128Z Downloaded port-file v0.1.0
9112026-07-21T22:41:04.128Z Downloaded rand_seeder v0.4.0
9122026-07-21T22:41:04.131Z Downloaded pkcs8 v0.11.0
9132026-07-21T22:41:04.131Z Downloaded pkcs1 v0.8.0-rc.4
9142026-07-21T22:41:04.134Z Downloaded crossterm v0.28.1
9152026-07-21T22:41:04.137Z Downloaded rand_core v0.6.4
9162026-07-21T22:41:04.141Z Downloaded postgres-protocol v0.6.10
9172026-07-21T22:41:04.141Z Downloaded poly1305 v0.9.0
9182026-07-21T22:41:04.145Z Downloaded same-file v1.0.6
9192026-07-21T22:41:04.145Z Downloaded postcard v1.1.3
9202026-07-21T22:41:04.145Z Downloaded parking_lot_core v0.9.12
9212026-07-21T22:41:04.150Z Downloaded parking_lot v0.11.2
9222026-07-21T22:41:04.150Z Downloaded rand_core v0.9.5
9232026-07-21T22:41:04.150Z Downloaded rand_chacha v0.9.0
9242026-07-21T22:41:04.153Z Downloaded crypto-primes v0.7.2
9252026-07-21T22:41:04.153Z Downloaded scheduled-thread-pool v0.2.7
9262026-07-21T22:41:04.153Z Downloaded scroll_derive v0.13.1
9272026-07-21T22:41:04.157Z Downloaded scopeguard v1.2.0
9282026-07-21T22:41:04.157Z Downloaded num-traits v0.2.19
9292026-07-21T22:41:04.161Z Downloaded hashbrown v0.13.2
9302026-07-21T22:41:04.161Z Downloaded sapling-renderdag v0.1.0
9312026-07-21T22:41:04.161Z Downloaded minimal-lexical v0.2.1
9322026-07-21T22:41:04.164Z Downloaded icu_locale_core v2.1.1
9332026-07-21T22:41:04.167Z Downloaded omicron-zone-package v0.12.3
9342026-07-21T22:41:04.171Z Downloaded resolv-conf v0.7.6
9352026-07-21T22:41:04.171Z Downloaded seq-macro v0.3.6
9362026-07-21T22:41:04.175Z Downloaded http v1.4.2
9372026-07-21T22:41:04.175Z Downloaded serde_bytes v0.11.19
9382026-07-21T22:41:04.178Z Downloaded semver v0.1.20
9392026-07-21T22:41:04.178Z Downloaded secrecy v0.8.0
9402026-07-21T22:41:04.178Z Downloaded openssl-sys v0.9.117
9412026-07-21T22:41:04.182Z Downloaded papergrid v0.17.0
9422026-07-21T22:41:04.186Z Downloaded pkcs5 v0.8.1
9432026-07-21T22:41:04.190Z Downloaded p384 v0.14.0-rc.10
9442026-07-21T22:41:04.190Z Downloaded secrecy v0.10.3
9452026-07-21T22:41:04.190Z Downloaded rpassword v7.5.4
9462026-07-21T22:41:04.193Z Downloaded serde_plain v1.0.2
9472026-07-21T22:41:04.193Z Downloaded rustls-pemfile v2.2.0
9482026-07-21T22:41:04.196Z Downloaded serde_repr v0.1.20
9492026-07-21T22:41:04.196Z Downloaded p256 v0.14.0-rc.10
9502026-07-21T22:41:04.200Z Downloaded signal-hook-mio v0.2.5
9512026-07-21T22:41:04.200Z Downloaded crossterm v0.29.0
9522026-07-21T22:41:04.203Z Downloaded rusty-fork v0.3.1
9532026-07-21T22:41:04.207Z Downloaded serde_urlencoded v0.7.1
9542026-07-21T22:41:04.207Z Downloaded sha1 v0.10.6
9552026-07-21T22:41:04.207Z Downloaded rustversion v1.0.22
9562026-07-21T22:41:04.211Z Downloaded hyper-util v0.1.20
9572026-07-21T22:41:04.214Z Downloaded shell-words v1.1.1
9582026-07-21T22:41:04.214Z Downloaded prefix-trie v0.7.0
9592026-07-21T22:41:04.217Z Downloaded quinn-udp v0.5.14
9602026-07-21T22:41:04.217Z Downloaded serde_spanned v1.1.1
9612026-07-21T22:41:04.217Z Downloaded r2d2 v0.8.10
9622026-07-21T22:41:04.221Z Downloaded polyval v0.7.1
9632026-07-21T22:41:04.221Z Downloaded hickory-server v0.25.2
9642026-07-21T22:41:04.224Z Downloaded signature v3.0.0
9652026-07-21T22:41:04.224Z Downloaded pin-project v1.1.11
9662026-07-21T22:41:04.232Z Downloaded sigpipe v0.1.3
9672026-07-21T22:41:04.235Z Downloaded signal-hook-tokio v0.3.1
9682026-07-21T22:41:04.235Z Downloaded dropshot-api-manager v0.7.2
9692026-07-21T22:41:04.238Z Downloaded derive_more-impl v2.1.1
9702026-07-21T22:41:04.241Z Downloaded bytes v1.11.1
9712026-07-21T22:41:04.241Z Downloaded slog-bunyan v2.5.0
9722026-07-21T22:41:04.244Z Downloaded siphasher v1.0.2
9732026-07-21T22:41:04.244Z Downloaded signature v2.2.0
9742026-07-21T22:41:04.244Z Downloaded sec1 v0.8.1
9752026-07-21T22:41:04.247Z Downloaded scroll v0.13.0
9762026-07-21T22:41:04.248Z Downloaded slog-envlogger v2.2.0
9772026-07-21T22:41:04.248Z Downloaded schemars_derive v0.8.22
9782026-07-21T22:41:04.252Z Downloaded mio v1.2.0
9792026-07-21T22:41:04.255Z Downloaded sec1 v0.7.3
9802026-07-21T22:41:04.255Z Downloaded scrypt v0.12.0
9812026-07-21T22:41:04.255Z Downloaded internal-russh-num-bigint v0.5.0
9822026-07-21T22:41:04.259Z Downloaded serde_path_to_error v0.1.20
9832026-07-21T22:41:04.269Z Downloaded serde-hex v0.1.0
9842026-07-21T22:41:04.272Z Downloaded serde-big-array v0.5.1
9852026-07-21T22:41:04.272Z Downloaded sqlparser_derive v0.5.0
9862026-07-21T22:41:04.275Z Downloaded serde_derive_internals v0.29.1
9872026-07-21T22:41:04.275Z Downloaded rustls-native-certs v0.8.3
9882026-07-21T22:41:04.275Z Downloaded num-bigint v0.4.6
9892026-07-21T22:41:04.278Z Downloaded shlex v1.3.0
9902026-07-21T22:41:04.279Z Downloaded salsa20 v0.11.0
9912026-07-21T22:41:04.283Z Downloaded pretty_assertions v1.4.1
9922026-07-21T22:41:04.283Z Downloaded sha1 v0.11.0
9932026-07-21T22:41:04.287Z Downloaded serdect v0.4.3
9942026-07-21T22:41:04.287Z Downloaded serde_with_macros v1.5.2
9952026-07-21T22:41:04.291Z Downloaded rcgen v0.12.1
9962026-07-21T22:41:04.295Z Downloaded rustls-pki-types v1.14.0
9972026-07-21T22:41:04.301Z Downloaded stable_deref_trait v1.2.1
9982026-07-21T22:41:04.301Z Downloaded strum v0.26.3
9992026-07-21T22:41:04.301Z Downloaded structmeta v0.3.0
10002026-07-21T22:41:04.301Z Downloaded signal-hook-registry v1.4.8
10012026-07-21T22:41:04.304Z Downloaded strum v0.27.2
10022026-07-21T22:41:04.304Z Downloaded strsim v0.10.0
10032026-07-21T22:41:04.304Z Downloaded progenitor-impl v0.14.0
10042026-07-21T22:41:04.304Z Downloaded progenitor-impl v0.13.0
10052026-07-21T22:41:04.308Z Downloaded simd-adler32 v0.3.8
10062026-07-21T22:41:04.308Z Downloaded tabled_derive v0.11.0
10072026-07-21T22:41:04.308Z Downloaded strip-ansi-escapes v0.2.1
10082026-07-21T22:41:04.311Z Downloaded supports-color v3.0.2
10092026-07-21T22:41:04.311Z Downloaded subtle v2.6.1
10102026-07-21T22:41:04.317Z Downloaded slog-dtrace v0.3.0
10112026-07-21T22:41:04.320Z Downloaded tabwriter v1.4.1
10122026-07-21T22:41:04.324Z Downloaded slog-scope v4.4.1
10132026-07-21T22:41:04.327Z Downloaded slab v0.4.12
10142026-07-21T22:41:04.327Z Downloaded hashbrown v0.16.1
10152026-07-21T22:41:04.331Z Downloaded take_mut v0.2.2
10162026-07-21T22:41:04.331Z Downloaded slog-term v2.9.2
10172026-07-21T22:41:04.334Z Downloaded slog-stdlog v4.1.1
10182026-07-21T22:41:04.334Z Downloaded spki v0.8.0
10192026-07-21T22:41:04.334Z Downloaded spki v0.7.3
10202026-07-21T22:41:04.338Z Downloaded snafu-derive v0.8.9
10212026-07-21T22:41:04.338Z Downloaded aes-gcm v0.11.0
10222026-07-21T22:41:04.341Z Downloaded tagptr v0.2.0
10232026-07-21T22:41:04.341Z Downloaded sync_wrapper v1.0.2
10242026-07-21T22:41:04.344Z Downloaded sync-ptr v0.1.4
10252026-07-21T22:41:04.344Z Downloaded smf v0.2.3
10262026-07-21T22:41:04.344Z Downloaded smallvec v0.6.14
10272026-07-21T22:41:04.344Z Downloaded ron v0.8.1
10282026-07-21T22:41:04.348Z Downloaded sha2 v0.11.0
10292026-07-21T22:41:04.355Z Downloaded serde_with_macros v3.21.0
10302026-07-21T22:41:04.355Z Downloaded slog-json v2.6.1
10312026-07-21T22:41:04.359Z Downloaded tap v1.0.1
10322026-07-21T22:41:04.359Z Downloaded serde_cbor v0.11.2
10332026-07-21T22:41:04.359Z Downloaded ssh-cipher v0.3.0-rc.9
10342026-07-21T22:41:04.359Z Downloaded ryu v1.0.23
10352026-07-21T22:41:04.359Z Downloaded blake3 v1.8.5
10362026-07-21T22:41:04.364Z Downloaded testing_table v0.3.0
10372026-07-21T22:41:04.368Z Downloaded thiserror-impl-no-std v2.0.2
10382026-07-21T22:41:04.368Z Downloaded bitvec v1.0.1
10392026-07-21T22:41:04.377Z Downloaded tokio-macros v2.7.0
10402026-07-21T22:41:04.380Z Downloaded thread-id v5.1.0
10412026-07-21T22:41:04.380Z Downloaded strum_macros v0.27.2
10422026-07-21T22:41:04.380Z Downloaded static_assertions v1.1.0
10432026-07-21T22:41:04.380Z Downloaded stacker v0.1.23
10442026-07-21T22:41:04.383Z Downloaded tinyvec_macros v0.1.1
10452026-07-21T22:41:04.384Z Downloaded structmeta-derive v0.3.0
10462026-07-21T22:41:04.384Z Downloaded qorb v0.4.1
10472026-07-21T22:41:04.388Z Downloaded strum_macros v0.26.4
10482026-07-21T22:41:04.391Z Downloaded slog-async v2.8.0
10492026-07-21T22:41:04.391Z Downloaded synstructure v0.13.2
10502026-07-21T22:41:04.391Z Downloaded support-bundle-viewer v0.1.2
10512026-07-21T22:41:04.391Z Downloaded strum_macros v0.24.3
10522026-07-21T22:41:04.395Z Downloaded itertools v0.13.0
10532026-07-21T22:41:04.400Z Downloaded spin v0.9.8
10542026-07-21T22:41:04.400Z Downloaded smallvec v1.15.1
10552026-07-21T22:41:04.404Z Downloaded tokio-test v0.4.5
10562026-07-21T22:41:04.404Z Downloaded iri-string v0.7.10
10572026-07-21T22:41:04.408Z Downloaded itertools v0.12.1
10582026-07-21T22:41:04.412Z Downloaded publicsuffix v2.3.0
10592026-07-21T22:41:04.412Z Downloaded quinn v0.11.9
10602026-07-21T22:41:04.415Z Downloaded itertools v0.10.5
10612026-07-21T22:41:04.419Z Downloaded termios v0.3.3
10622026-07-21T22:41:04.419Z Downloaded serde_yaml v0.9.34+deprecated
10632026-07-21T22:41:04.424Z Downloaded tower-service v0.3.3
10642026-07-21T22:41:04.424Z Downloaded topological-sort v0.2.2
10652026-07-21T22:41:04.424Z Downloaded signal-hook v0.3.18
10662026-07-21T22:41:04.427Z Downloaded tower-layer v0.3.3
10672026-07-21T22:41:04.427Z Downloaded thread_local v1.1.9
10682026-07-21T22:41:04.427Z Downloaded p521 v0.14.0-rc.10
10692026-07-21T22:41:04.430Z Downloaded nom v7.1.3
10702026-07-21T22:41:04.433Z Downloaded tinystr v0.8.2
10712026-07-21T22:41:04.436Z Downloaded time-macros v0.2.27
10722026-07-21T22:41:04.436Z Downloaded try-lock v0.2.5
10732026-07-21T22:41:04.436Z Downloaded time-core v0.1.8
10742026-07-21T22:41:04.440Z Downloaded thiserror-no-std v2.0.2
10752026-07-21T22:41:04.440Z Downloaded similar v2.7.0
10762026-07-21T22:41:04.445Z Downloaded schemars v0.8.22
10772026-07-21T22:41:04.450Z Downloaded unarray v0.1.4
10782026-07-21T22:41:04.453Z Downloaded unicode-xid v0.2.6
10792026-07-21T22:41:04.453Z Downloaded tls_codec_derive v0.4.2
10802026-07-21T22:41:04.453Z Downloaded tls_codec v0.4.2
10812026-07-21T22:41:04.456Z Downloaded typify-macro v0.6.2
10822026-07-21T22:41:04.456Z Downloaded tokio-native-tls v0.3.1
10832026-07-21T22:41:04.461Z Downloaded tiny-keccak v2.0.2
10842026-07-21T22:41:04.461Z Downloaded itertools v0.14.0
10852026-07-21T22:41:04.466Z Downloaded unicode-truncate v1.1.0
10862026-07-21T22:41:04.466Z Downloaded slog v2.8.2
10872026-07-21T22:41:04.469Z Downloaded usdt-macro v0.6.0
10882026-07-21T22:41:04.469Z Downloaded usdt v0.6.0
10892026-07-21T22:41:04.469Z Downloaded socket2 v0.5.10
10902026-07-21T22:41:04.469Z Downloaded unit-prefix v0.5.2
10912026-07-21T22:41:04.469Z Downloaded hkdf v0.13.0
10922026-07-21T22:41:04.472Z Downloaded idna v1.1.0
10932026-07-21T22:41:04.475Z Downloaded rsa v0.9.10
10942026-07-21T22:41:04.481Z Downloaded universal-hash v0.6.1
10952026-07-21T22:41:04.481Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10962026-07-21T22:41:04.481Z Downloaded tokio-tungstenite v0.21.0
10972026-07-21T22:41:04.484Z Downloaded untrusted v0.9.0
10982026-07-21T22:41:04.484Z Downloaded socket2 v0.6.3
10992026-07-21T22:41:04.484Z Downloaded rand v0.9.2
11002026-07-21T22:41:04.490Z Downloaded toml_writer v1.1.1+spec-1.1.0
11012026-07-21T22:41:04.490Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11022026-07-21T22:41:04.490Z Downloaded libm v0.2.16
11032026-07-21T22:41:04.493Z Downloaded waitgroup v0.1.2
11042026-07-21T22:41:04.496Z Downloaded utf8_iter v1.0.4
11052026-07-21T22:41:04.496Z Downloaded wait-timeout v0.2.1
11062026-07-21T22:41:04.496Z Downloaded usdt-attr-macro v0.6.0
11072026-07-21T22:41:04.496Z Downloaded term v1.2.1
11082026-07-21T22:41:04.499Z Downloaded samael v0.0.19
11092026-07-21T22:41:04.502Z Downloaded term v0.7.0
11102026-07-21T22:41:04.505Z Downloaded rustls-webpki v0.103.13
11112026-07-21T22:41:04.508Z Downloaded trait-variant v0.1.2
11122026-07-21T22:41:04.508Z Downloaded rayon-core v1.13.0
11132026-07-21T22:41:04.511Z Downloaded want v0.3.1
11142026-07-21T22:41:04.511Z Downloaded void v1.0.2
11152026-07-21T22:41:04.511Z Downloaded rand v0.10.1
11162026-07-21T22:41:04.514Z Downloaded hyper v1.10.1
11172026-07-21T22:41:04.519Z Downloaded universal-hash v0.5.1
11182026-07-21T22:41:04.519Z Downloaded unicase v2.9.0
11192026-07-21T22:41:04.523Z Downloaded tui-tree-widget v0.23.1
11202026-07-21T22:41:04.523Z Downloaded tokio-dtrace v0.1.1
11212026-07-21T22:41:04.523Z Downloaded xattr v1.6.1
11222026-07-21T22:41:04.523Z Downloaded schemars v0.9.0
11232026-07-21T22:41:04.529Z Downloaded tokio-rustls v0.26.4
11242026-07-21T22:41:04.532Z Downloaded schemars v1.2.1
11252026-07-21T22:41:04.538Z Downloaded zerofrom v0.1.6
11262026-07-21T22:41:04.541Z Downloaded zeroize_derive v1.4.3
11272026-07-21T22:41:04.541Z Downloaded hkdf v0.12.4
11282026-07-21T22:41:04.541Z Downloaded xshell-macros v0.2.7
11292026-07-21T22:41:04.544Z Downloaded untrusted v0.7.1
11302026-07-21T22:41:04.544Z Downloaded usdt-impl v0.6.0
11312026-07-21T22:41:04.544Z Downloaded icu_properties_data v2.1.2
11322026-07-21T22:41:04.552Z Downloaded tokio-tungstenite v0.23.1
11332026-07-21T22:41:04.556Z Downloaded rsa v0.10.0-rc.18
11342026-07-21T22:41:04.560Z Downloaded zerofrom-derive v0.1.6
11352026-07-21T22:41:04.560Z Downloaded vergen-git2 v9.1.0
11362026-07-21T22:41:04.560Z Downloaded yoke-derive v0.8.1
11372026-07-21T22:41:04.560Z Downloaded nom v8.0.0
11382026-07-21T22:41:04.564Z Downloaded vergen-lib v0.1.6
11392026-07-21T22:41:04.564Z Downloaded h2 v0.4.15
11402026-07-21T22:41:04.567Z Downloaded whoami v1.6.1
11412026-07-21T22:41:04.567Z Downloaded walkdir v2.5.0
11422026-07-21T22:41:04.571Z Downloaded rand v0.8.6
11432026-07-21T22:41:04.571Z Downloaded utf-8 v0.7.6
11442026-07-21T22:41:04.575Z Downloaded futures-util v0.3.32
11452026-07-21T22:41:04.578Z Downloaded zone_cfg_derive v0.3.1
11462026-07-21T22:41:04.581Z Downloaded zone v0.3.1
11472026-07-21T22:41:04.581Z Downloaded whoami v2.1.0
11482026-07-21T22:41:04.581Z Downloaded vergen-lib v9.1.0
11492026-07-21T22:41:04.584Z Downloaded uzers v0.12.2
11502026-07-21T22:41:04.584Z Downloaded tracing-attributes v0.1.31
11512026-07-21T22:41:04.587Z Downloaded vsss-rs v3.3.4
11522026-07-21T22:41:04.587Z Downloaded wyz v0.5.1
11532026-07-21T22:41:04.587Z Downloaded subprocess v0.2.15
11542026-07-21T22:41:04.590Z Downloaded iddqd v0.4.2
11552026-07-21T22:41:04.594Z Downloaded writeable v0.6.2
11562026-07-21T22:41:04.598Z Downloaded snafu v0.8.9
11572026-07-21T22:41:04.601Z Downloaded twox-hash v2.1.2
11582026-07-21T22:41:04.601Z Downloaded tinyvec v1.10.0
11592026-07-21T22:41:04.606Z Downloaded bindgen v0.71.1
11602026-07-21T22:41:04.608Z Downloaded yoke v0.8.1
11612026-07-21T22:41:04.609Z Downloaded tar v0.4.46
11622026-07-21T22:41:04.609Z Downloaded toml v1.1.2+spec-1.1.0
11632026-07-21T22:41:04.612Z Downloaded zeroize v1.8.2
11642026-07-21T22:41:04.615Z Downloaded unicode-properties v0.1.4
11652026-07-21T22:41:04.615Z Downloaded aws-lc-rs v1.16.3
11662026-07-21T22:41:04.619Z Downloaded zstd-safe v7.2.4
11672026-07-21T22:41:04.623Z Downloaded vergen v9.1.0
11682026-07-21T22:41:04.623Z Downloaded toml_parser v1.1.2+spec-1.1.0
11692026-07-21T22:41:04.627Z Downloaded zstd v0.13.3
11702026-07-21T22:41:04.627Z Downloaded toml v0.7.8
11712026-07-21T22:41:04.630Z Downloaded tokio-stream v0.1.18
11722026-07-21T22:41:04.630Z Downloaded rustls-platform-verifier v0.6.2
11732026-07-21T22:41:04.635Z Downloaded test-strategy v0.4.5
11742026-07-21T22:41:04.635Z Downloaded rustyline v14.0.0
11752026-07-21T22:41:04.638Z Downloaded steno v0.4.1
11762026-07-21T22:41:04.641Z Downloaded vergen-gitcl v1.0.8
11772026-07-21T22:41:04.641Z Downloaded tungstenite v0.21.0
11782026-07-21T22:41:04.644Z Downloaded tracing-core v0.1.36
11792026-07-21T22:41:04.644Z Downloaded num-bigint-dig v0.8.6
11802026-07-21T22:41:04.648Z Downloaded libxml v0.3.3
11812026-07-21T22:41:04.651Z Downloaded stringprep v0.1.5
11822026-07-21T22:41:04.651Z Downloaded string_cache v0.8.9
11832026-07-21T22:41:04.654Z Downloaded typify v0.6.2
11842026-07-21T22:41:04.654Z Downloaded unicode-bidi v0.3.18
11852026-07-21T22:41:04.657Z Downloaded chrono v0.4.45
11862026-07-21T22:41:04.660Z Downloaded yasna v0.5.2
11872026-07-21T22:41:04.660Z Downloaded zerocopy v0.6.6
11882026-07-21T22:41:04.663Z Downloaded unsafe-libyaml v0.2.11
11892026-07-21T22:41:04.665Z Downloaded crypto-bigint v0.7.5
11902026-07-21T22:41:04.673Z Downloaded xshell v0.2.7
11912026-07-21T22:41:04.675Z Downloaded vte v0.14.1
11922026-07-21T22:41:04.675Z Downloaded zerovec-derive v0.11.2
11932026-07-21T22:41:04.678Z Downloaded toml_edit v0.23.10+spec-1.0.0
11942026-07-21T22:41:04.681Z Downloaded ssh-encoding v0.3.0-rc.9
11952026-07-21T22:41:04.681Z Downloaded hashbrown v0.15.5
11962026-07-21T22:41:04.684Z Downloaded uuid v1.23.4
11972026-07-21T22:41:04.687Z Downloaded tungstenite v0.23.0
11982026-07-21T22:41:04.687Z Downloaded reedline v0.40.0
11992026-07-21T22:41:04.691Z Downloaded git2 v0.20.4
12002026-07-21T22:41:04.696Z Downloaded termtree v0.5.1
12012026-07-21T22:41:04.698Z Downloaded sqlformat v0.3.5
12022026-07-21T22:41:04.699Z Downloaded prettyplease v0.2.37
12032026-07-21T22:41:04.710Z Downloaded p384 v0.13.1
12042026-07-21T22:41:04.713Z Downloaded toml_edit v0.19.15
12052026-07-21T22:41:04.722Z Downloaded zopfli v0.8.3
12062026-07-21T22:41:04.726Z Downloaded serde_with v1.14.0
12072026-07-21T22:41:04.741Z Downloaded unicode_categories v0.1.1
12082026-07-21T22:41:04.744Z Downloaded tokio-postgres v0.7.16
12092026-07-21T22:41:04.747Z Downloaded regex v1.12.3
12102026-07-21T22:41:04.750Z Downloaded yansi v1.0.1
12112026-07-21T22:41:04.750Z Downloaded zip v0.6.6
12122026-07-21T22:41:04.755Z Downloaded url v2.5.8
12132026-07-21T22:41:04.762Z Downloaded rawzip v0.4.4
12142026-07-21T22:41:04.767Z Downloaded rayon v1.11.0
12152026-07-21T22:41:04.773Z Downloaded reqwest v0.12.28
12162026-07-21T22:41:04.776Z Downloaded reqwest v0.13.2
12172026-07-21T22:41:04.780Z Downloaded lalrpop v0.19.12
12182026-07-21T22:41:04.787Z Downloaded zerotrie v0.2.3
12192026-07-21T22:41:04.790Z Downloaded zerocopy-derive v0.8.40
12202026-07-21T22:41:04.795Z Downloaded tower v0.5.3
12212026-07-21T22:41:04.807Z Downloaded goblin v0.10.5
12222026-07-21T22:41:04.812Z Downloaded unicode-segmentation v1.12.0
12232026-07-21T22:41:04.815Z Downloaded typed-path v0.9.3
12242026-07-21T22:41:04.817Z Downloaded x509-cert v0.2.5
12252026-07-21T22:41:04.821Z Downloaded salty v0.3.0
12262026-07-21T22:41:04.826Z Downloaded portable-atomic v1.13.1
12272026-07-21T22:41:04.830Z Downloaded ssh-key v0.7.0-rc.10
12282026-07-21T22:41:04.835Z Downloaded quick-xml v0.37.5
12292026-07-21T22:41:04.843Z Downloaded zip v4.6.1
12302026-07-21T22:41:04.859Z Downloaded proptest v1.10.0
12312026-07-21T22:41:04.871Z Downloaded tough v0.22.0
12322026-07-21T22:41:04.877Z Downloaded zerovec v0.11.5
12332026-07-21T22:41:04.877Z Downloaded curve25519-dalek v5.0.0-rc.0
12342026-07-21T22:41:04.881Z Downloaded object v0.30.4
12352026-07-21T22:41:04.884Z Downloaded petname v2.0.2
12362026-07-21T22:41:04.887Z Downloaded unicode-normalization v0.1.25
12372026-07-21T22:41:04.890Z Downloaded moka v0.12.13
12382026-07-21T22:41:04.893Z Downloaded tower-http v0.6.8
12392026-07-21T22:41:04.897Z Downloaded nix v0.27.1
12402026-07-21T22:41:04.907Z Downloaded serde_with v3.21.0
12412026-07-21T22:41:04.911Z Downloaded winnow v0.5.40
12422026-07-21T22:41:04.916Z Downloaded russh v0.61.2
12432026-07-21T22:41:04.922Z Downloaded radix_trie v0.2.1
12442026-07-21T22:41:04.925Z Downloaded winnow v0.6.26
12452026-07-21T22:41:04.930Z Downloaded polar-core v0.27.3
12462026-07-21T22:41:04.935Z Downloaded curve25519-dalek v4.1.3
12472026-07-21T22:41:04.940Z Downloaded quinn-proto v0.11.13
12482026-07-21T22:41:04.944Z Downloaded winnow v1.0.3
12492026-07-21T22:41:04.950Z Downloaded dropshot v0.17.1
12502026-07-21T22:41:04.964Z Downloaded openssl v0.10.81
12512026-07-21T22:41:04.970Z Downloaded time v0.3.47
12522026-07-21T22:41:04.978Z Downloaded regex-syntax v0.6.29
12532026-07-21T22:41:04.981Z Downloaded smoltcp v0.9.1
12542026-07-21T22:41:04.989Z Downloaded nix v0.28.0
12552026-07-21T22:41:04.994Z Downloaded bstr v1.12.1
12562026-07-21T22:41:04.999Z Downloaded tokio-util v0.7.18
12572026-07-21T22:41:05.003Z Downloaded tabled v0.20.0
12582026-07-21T22:41:05.014Z Downloaded vcpkg v0.2.15
12592026-07-21T22:41:05.038Z Downloaded zlib-rs v0.6.2
12602026-07-21T22:41:05.042Z Downloaded regress v0.11.1
12612026-07-21T22:41:05.046Z Downloaded object v0.37.3
12622026-07-21T22:41:05.053Z Downloaded nix v0.31.2
12632026-07-21T22:41:05.061Z Downloaded hickory-proto v0.24.4
12642026-07-21T22:41:05.069Z Downloaded hickory-proto v0.25.2
12652026-07-21T22:41:05.078Z Downloaded diesel v2.3.7
12662026-07-21T22:41:05.090Z Downloaded zerocopy v0.8.40
12672026-07-21T22:41:05.095Z Downloaded smoltcp v0.11.0
12682026-07-21T22:41:05.102Z Downloaded regress v0.10.5
12692026-07-21T22:41:05.108Z Downloaded openapiv3 v2.2.0
12702026-07-21T22:41:05.114Z Downloaded regex-syntax v0.8.10
12712026-07-21T22:41:05.119Z Downloaded rustls v0.23.41
12722026-07-21T22:41:05.126Z Downloaded rustix v0.38.44
12732026-07-21T22:41:05.139Z Downloaded fiat-crypto v0.3.0
12742026-07-21T22:41:05.153Z Downloaded typify-impl v0.6.2
12752026-07-21T22:41:05.167Z Downloaded tracing v0.1.44
12762026-07-21T22:41:05.188Z Downloaded sqlparser v0.61.0
12772026-07-21T22:41:05.208Z Downloaded sled v0.34.7
12782026-07-21T22:41:05.227Z Downloaded petgraph v0.6.5
12792026-07-21T22:41:05.239Z Downloaded sha3 v0.11.0
12802026-07-21T22:41:05.243Z Downloaded jiff v0.2.21
12812026-07-21T22:41:05.251Z Downloaded csv v1.4.0
12822026-07-21T22:41:05.263Z Downloaded petgraph v0.8.3
12832026-07-21T22:41:05.276Z Downloaded ratatui v0.29.0
12842026-07-21T22:41:05.289Z Downloaded zerocopy-derive v0.6.6
12852026-07-21T22:41:05.293Z Downloaded bzip2-sys v0.1.13+1.0.8
12862026-07-21T22:41:05.300Z Downloaded regex-automata v0.4.14
12872026-07-21T22:41:05.309Z Downloaded sha3 v0.10.8
12882026-07-21T22:41:05.312Z Downloaded libz-sys v1.1.24
12892026-07-21T22:41:05.324Z Downloaded chrono-tz v0.10.4
12902026-07-21T22:41:05.357Z Downloaded ring v0.17.14
12912026-07-21T22:41:05.381Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12922026-07-21T22:41:05.413Z Downloaded tokio v1.52.1
12932026-07-21T22:41:05.485Z Downloaded encoding_rs v0.8.35
12942026-07-21T22:41:05.540Z Downloaded libgit2-sys v0.18.3+1.9.2
12952026-07-21T22:41:06.033Z Downloaded aws-lc-sys v0.40.0
12962026-07-21T22:41:06.291Z Compiling libc v0.2.185
12972026-07-21T22:41:06.291Z Compiling serde_core v1.0.228
12982026-07-21T22:41:06.291Z Compiling serde v1.0.228
12992026-07-21T22:41:06.295Z Compiling log v0.4.29
13002026-07-21T22:41:06.295Z Compiling smallvec v1.15.1
13012026-07-21T22:41:06.295Z Compiling find-msvc-tools v0.1.9
13022026-07-21T22:41:06.295Z Compiling shlex v1.3.0
13032026-07-21T22:41:06.295Z Compiling subtle v2.6.1
13042026-07-21T22:41:06.489Z Compiling stable_deref_trait v1.2.1
13052026-07-21T22:41:06.495Z Compiling scopeguard v1.2.0
13062026-07-21T22:41:06.495Z Compiling typenum v1.20.1
13072026-07-21T22:41:06.503Z Compiling serde_json v1.0.150
13082026-07-21T22:41:06.508Z Compiling portable-atomic v1.13.1
13092026-07-21T22:41:06.548Z Compiling zerocopy v0.8.40
13102026-07-21T22:41:06.561Z Compiling syn v2.0.117
13112026-07-21T22:41:06.574Z Compiling pin-project-lite v0.2.17
13122026-07-21T22:41:06.630Z Compiling lock_api v0.4.14
13132026-07-21T22:41:06.643Z Compiling parking_lot_core v0.9.12
13142026-07-21T22:41:06.658Z Compiling pkg-config v0.3.32
13152026-07-21T22:41:06.674Z Compiling libm v0.2.16
13162026-07-21T22:41:06.689Z Compiling getrandom v0.4.1
13172026-07-21T22:41:06.701Z Compiling critical-section v1.2.0
13182026-07-21T22:41:06.716Z Compiling num-traits v0.2.19
13192026-07-21T22:41:06.731Z Compiling rand_core v0.10.0
13202026-07-21T22:41:06.796Z Compiling futures-core v0.3.32
13212026-07-21T22:41:06.815Z Compiling generic-array v0.14.7
13222026-07-21T22:41:06.832Z Compiling percent-encoding v2.3.2
13232026-07-21T22:41:06.892Z Compiling writeable v0.6.2
13242026-07-21T22:41:06.924Z Compiling litemap v0.8.1
13252026-07-21T22:41:06.982Z Compiling const-oid v0.9.6
13262026-07-21T22:41:07.011Z Compiling icu_normalizer_data v2.1.1
13272026-07-21T22:41:07.045Z Compiling icu_properties_data v2.1.2
13282026-07-21T22:41:07.087Z Compiling futures-sink v0.3.32
13292026-07-21T22:41:07.132Z Compiling slab v0.4.12
13302026-07-21T22:41:07.136Z Compiling futures-io v0.3.32
13312026-07-21T22:41:07.147Z Compiling futures-task v0.3.32
13322026-07-21T22:41:07.161Z Compiling utf8_iter v1.0.4
13332026-07-21T22:41:07.190Z Compiling futures-channel v0.3.32
13342026-07-21T22:41:07.220Z Compiling form_urlencoded v1.2.2
13352026-07-21T22:41:07.265Z Compiling getrandom v0.3.4
13362026-07-21T22:41:07.323Z Compiling rustversion v1.0.22
13372026-07-21T22:41:07.336Z Compiling iana-time-zone v0.1.65
13382026-07-21T22:41:07.350Z Compiling fs_extra v1.3.0
13392026-07-21T22:41:07.353Z Compiling dunce v1.0.5
13402026-07-21T22:41:07.379Z Compiling rustix v1.1.3
13412026-07-21T22:41:07.409Z Compiling ident_case v1.0.1
13422026-07-21T22:41:07.423Z Compiling regex-syntax v0.8.10
13432026-07-21T22:41:07.453Z Compiling jobserver v0.1.34
13442026-07-21T22:41:07.456Z Compiling errno v0.3.14
13452026-07-21T22:41:07.482Z Compiling getrandom v0.2.17
13462026-07-21T22:41:07.549Z Compiling mio v1.2.0
13472026-07-21T22:41:07.701Z Compiling rand_core v0.6.4
13482026-07-21T22:41:07.715Z Compiling signal-hook-registry v1.4.8
13492026-07-21T22:41:07.761Z Compiling cc v1.2.56
13502026-07-21T22:41:07.804Z Compiling once_cell v1.21.3
13512026-07-21T22:41:07.842Z Compiling parking_lot v0.12.5
13522026-07-21T22:41:07.858Z Compiling socket2 v0.6.3
13532026-07-21T22:41:07.906Z Compiling vcpkg v0.2.15
13542026-07-21T22:41:07.932Z Compiling base64 v0.22.1
13552026-07-21T22:41:08.021Z Compiling base64ct v1.8.3
13562026-07-21T22:41:08.040Z Compiling tracing-core v0.1.36
13572026-07-21T22:41:08.102Z Compiling flagset v0.4.7
13582026-07-21T22:41:08.117Z Compiling aws-lc-rs v1.16.3
13592026-07-21T22:41:08.246Z Compiling rand_core v0.9.5
13602026-07-21T22:41:08.261Z Compiling schemars v0.8.22
13612026-07-21T22:41:08.277Z Compiling pem-rfc7468 v0.7.0
13622026-07-21T22:41:08.295Z Compiling tinyvec_macros v0.1.1
13632026-07-21T22:41:08.333Z Compiling openssl-probe v0.2.1
13642026-07-21T22:41:08.347Z Compiling cmov v0.5.4
13652026-07-21T22:41:08.372Z Compiling httparse v1.10.1
13662026-07-21T22:41:08.387Z Compiling dyn-clone v1.0.20
13672026-07-21T22:41:08.461Z Compiling tinyvec v1.10.0
13682026-07-21T22:41:08.529Z Compiling aho-corasick v1.1.4
13692026-07-21T22:41:08.543Z Compiling untrusted v0.7.1
13702026-07-21T22:41:08.546Z Compiling tower-service v0.3.3
13712026-07-21T22:41:08.571Z Compiling cmake v0.1.57
13722026-07-21T22:41:08.589Z Compiling ctutils v0.4.2
13732026-07-21T22:41:08.604Z Compiling atomic-waker v1.1.2
13742026-07-21T22:41:08.619Z Compiling try-lock v0.2.5
13752026-07-21T22:41:08.643Z Compiling tower-layer v0.3.3
13762026-07-21T22:41:08.658Z Compiling rustls v0.23.41
13772026-07-21T22:41:08.683Z Compiling foreign-types-shared v0.1.1
13782026-07-21T22:41:08.686Z Compiling httpdate v1.0.3
13792026-07-21T22:41:08.714Z Compiling want v0.3.1
13802026-07-21T22:41:08.747Z Compiling cpufeatures v0.2.17
13812026-07-21T22:41:08.762Z Compiling openssl v0.10.81
13822026-07-21T22:41:08.793Z Compiling bitflags v2.11.0
13832026-07-21T22:41:08.825Z Compiling semver v1.0.28
13842026-07-21T22:41:08.841Z Compiling indexmap v2.14.0
13852026-07-21T22:41:08.855Z Compiling uuid v1.23.4
13862026-07-21T22:41:08.885Z Compiling untrusted v0.9.0
13872026-07-21T22:41:08.902Z Compiling unicode-normalization v0.1.25
13882026-07-21T22:41:08.952Z Compiling foreign-types v0.3.2
13892026-07-21T22:41:08.957Z Compiling spin v0.9.8
13902026-07-21T22:41:09.027Z Compiling native-tls v0.2.18
13912026-07-21T22:41:09.042Z Compiling num-conv v0.2.0
13922026-07-21T22:41:09.061Z Compiling rustc_version v0.4.1
13932026-07-21T22:41:09.065Z Compiling time-core v0.1.8
13942026-07-21T22:41:09.178Z Compiling crc32fast v1.5.0
13952026-07-21T22:41:09.195Z Compiling powerfmt v0.2.0
13962026-07-21T22:41:09.222Z Compiling wait-timeout v0.2.1
13972026-07-21T22:41:09.233Z Compiling time-macros v0.2.27
13982026-07-21T22:41:09.259Z Compiling sync_wrapper v1.0.2
13992026-07-21T22:41:09.275Z Compiling quick-error v1.2.3
14002026-07-21T22:41:09.387Z Compiling regex-automata v0.4.14
14012026-07-21T22:41:09.401Z Compiling deranged v0.5.8
14022026-07-21T22:41:09.416Z Compiling crossbeam-utils v0.8.21
14032026-07-21T22:41:09.420Z Compiling bit-vec v0.8.0
14042026-07-21T22:41:09.448Z Compiling num_threads v0.1.7
14052026-07-21T22:41:09.464Z Compiling aws-lc-sys v0.40.0
14062026-07-21T22:41:09.508Z Compiling openssl-sys v0.9.117
14072026-07-21T22:41:09.522Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14082026-07-21T22:41:09.560Z Compiling synstructure v0.13.2
14092026-07-21T22:41:09.560Z Compiling serde_derive_internals v0.29.1
14102026-07-21T22:41:09.643Z Compiling pest_generator v2.8.6
14112026-07-21T22:41:09.691Z Compiling darling_core v0.20.11
14122026-07-21T22:41:09.812Z Compiling simd-adler32 v0.3.8
14132026-07-21T22:41:09.954Z Compiling tempfile v3.25.0
14142026-07-21T22:41:09.985Z Compiling unicode-segmentation v1.12.0
14152026-07-21T22:41:10.083Z Compiling siphasher v1.0.2
14162026-07-21T22:41:10.172Z Compiling usdt-impl v0.6.0
14172026-07-21T22:41:10.258Z Compiling syn v1.0.109
14182026-07-21T22:41:10.288Z Compiling rusty-fork v0.3.1
14192026-07-21T22:41:10.381Z Compiling bit-set v0.8.0
14202026-07-21T22:41:10.396Z Compiling darling_core v0.23.0
14212026-07-21T22:41:10.399Z Compiling time v0.3.47
14222026-07-21T22:41:10.399Z Compiling bzip2-sys v0.1.13+1.0.8
14232026-07-21T22:41:10.438Z Compiling heapless v0.7.17
14242026-07-21T22:41:10.471Z Compiling slog v2.8.2
14252026-07-21T22:41:10.486Z Compiling rand_xorshift v0.4.0
14262026-07-21T22:41:10.525Z Compiling thread-id v5.1.0
14272026-07-21T22:41:10.558Z Compiling cookie v0.18.1
14282026-07-21T22:41:10.656Z Compiling signal-hook v0.3.18
14292026-07-21T22:41:10.693Z Compiling iri-string v0.7.10
14302026-07-21T22:41:10.707Z Compiling unicode-bidi v0.3.18
14312026-07-21T22:41:10.710Z Compiling allocator-api2 v0.2.21
14322026-07-21T22:41:10.710Z Compiling unarray v0.1.4
14332026-07-21T22:41:10.752Z Compiling paste v1.0.15
14342026-07-21T22:41:10.771Z Compiling unicode-properties v0.1.4
14352026-07-21T22:41:10.823Z Compiling anyhow v1.0.102
14362026-07-21T22:41:10.867Z Compiling ryu v1.0.23
14372026-07-21T22:41:10.897Z Compiling adler2 v2.0.1
14382026-07-21T22:41:10.910Z Compiling zstd-safe v7.2.4
14392026-07-21T22:41:11.041Z Compiling miniz_oxide v0.8.9
14402026-07-21T22:41:11.120Z Compiling stringprep v0.1.5
14412026-07-21T22:41:11.210Z Compiling camino v1.2.2
14422026-07-21T22:41:11.294Z Compiling serde_derive v1.0.228
14432026-07-21T22:41:11.320Z Compiling zeroize_derive v1.4.3
14442026-07-21T22:41:11.425Z Compiling zerofrom-derive v0.1.6
14452026-07-21T22:41:11.595Z Compiling yoke-derive v0.8.1
14462026-07-21T22:41:11.620Z Compiling zerovec-derive v0.11.2
14472026-07-21T22:41:11.687Z Compiling displaydoc v0.2.5
14482026-07-21T22:41:11.701Z Compiling zerocopy-derive v0.8.40
14492026-07-21T22:41:11.909Z Compiling tokio-macros v2.7.0
14502026-07-21T22:41:12.026Z Compiling zeroize v1.8.2
14512026-07-21T22:41:12.130Z Compiling futures-macro v0.3.32
14522026-07-21T22:41:12.154Z Compiling der_derive v0.7.3
14532026-07-21T22:41:12.324Z Compiling tracing-attributes v0.1.31
14542026-07-21T22:41:12.490Z Compiling thiserror-impl v2.0.18
14552026-07-21T22:41:12.688Z Compiling rustls-pki-types v1.14.0
14562026-07-21T22:41:12.825Z Compiling block-buffer v0.10.4
14572026-07-21T22:41:12.825Z Compiling crypto-common v0.1.7
14582026-07-21T22:41:12.870Z Compiling schemars_derive v0.8.22
14592026-07-21T22:41:12.914Z Compiling zerofrom v0.1.6
14602026-07-21T22:41:12.994Z Compiling digest v0.10.7
14612026-07-21T22:41:13.014Z Compiling futures-util v0.3.32
14622026-07-21T22:41:13.036Z Compiling yoke v0.8.1
14632026-07-21T22:41:13.051Z Compiling hybrid-array v0.4.13
14642026-07-21T22:41:13.082Z Compiling pest_derive v2.8.6
14652026-07-21T22:41:13.171Z Compiling scroll_derive v0.13.1
14662026-07-21T22:41:13.192Z Compiling der v0.7.10
14672026-07-21T22:41:13.235Z Compiling zerovec v0.11.5
14682026-07-21T22:41:13.272Z Compiling zerotrie v0.2.3
14692026-07-21T22:41:13.579Z Compiling darling_macro v0.20.11
14702026-07-21T22:41:13.594Z Compiling openssl-macros v0.1.1
14712026-07-21T22:41:13.677Z Compiling sha2 v0.10.9
14722026-07-21T22:41:13.722Z Compiling tinystr v0.8.2
14732026-07-21T22:41:13.775Z Compiling potential_utf v0.1.4
14742026-07-21T22:41:13.869Z Compiling tracing v0.1.44
14752026-07-21T22:41:13.928Z Compiling icu_locale_core v2.1.1
14762026-07-21T22:41:13.946Z Compiling icu_collections v2.1.1
14772026-07-21T22:41:13.963Z Compiling thiserror v2.0.18
14782026-07-21T22:41:14.047Z Compiling spki v0.7.3
14792026-07-21T22:41:14.061Z Compiling scroll v0.13.0
14802026-07-21T22:41:14.123Z Compiling darling v0.20.11
14812026-07-21T22:41:14.166Z Compiling hmac v0.12.1
14822026-07-21T22:41:14.208Z Compiling pkcs8 v0.10.2
14832026-07-21T22:41:14.224Z Compiling derive_builder_core v0.20.2
14842026-07-21T22:41:14.273Z Compiling dtrace-parser v0.3.0
14852026-07-21T22:41:14.340Z Compiling goblin v0.10.5
14862026-07-21T22:41:14.356Z Compiling thiserror-impl v1.0.69
14872026-07-21T22:41:14.427Z Compiling scroll_derive v0.12.1
14882026-07-21T22:41:14.455Z Compiling block-padding v0.4.2
14892026-07-21T22:41:14.488Z Compiling block-buffer v0.12.1
14902026-07-21T22:41:14.634Z Compiling icu_provider v2.1.1
14912026-07-21T22:41:14.704Z Compiling crypto-common v0.2.2
14922026-07-21T22:41:14.821Z Compiling md-5 v0.10.6
14932026-07-21T22:41:14.901Z Compiling bytes v1.11.1
14942026-07-21T22:41:14.946Z Compiling icu_normalizer v2.1.1
14952026-07-21T22:41:15.010Z Compiling icu_properties v2.1.2
14962026-07-21T22:41:15.044Z Compiling chrono v0.4.45
14972026-07-21T22:41:15.098Z Compiling ipnet v2.11.0
14982026-07-21T22:41:15.113Z Compiling toml_datetime v0.6.11
14992026-07-21T22:41:15.130Z Compiling derive_builder_macro v0.20.2
15002026-07-21T22:41:15.144Z Compiling scroll v0.12.0
15012026-07-21T22:41:15.375Z Compiling serde_spanned v0.6.9
15022026-07-21T22:41:15.390Z Compiling tokio v1.52.1
15032026-07-21T22:41:15.430Z Compiling http v1.4.2
15042026-07-21T22:41:15.523Z Compiling erased-serde v0.3.31
15052026-07-21T22:41:15.543Z Compiling hex v0.4.3
15062026-07-21T22:41:15.559Z Compiling serde_urlencoded v0.7.1
15072026-07-21T22:41:15.651Z Compiling serde_tokenstream v0.2.3
15082026-07-21T22:41:15.670Z Compiling signature v2.2.0
15092026-07-21T22:41:15.735Z Compiling thiserror v1.0.69
15102026-07-21T22:41:15.846Z Compiling darling_macro v0.23.0
15112026-07-21T22:41:15.861Z Compiling rustls-native-certs v0.8.3
15122026-07-21T22:41:15.875Z Compiling bstr v1.12.1
15132026-07-21T22:41:15.889Z Compiling pin-project-internal v1.1.11
15142026-07-21T22:41:15.991Z Compiling idna_adapter v1.2.1
15152026-07-21T22:41:16.106Z Compiling idna v1.1.0
15162026-07-21T22:41:16.151Z Compiling zerocopy-derive v0.7.35
15172026-07-21T22:41:16.174Z Compiling http-body v1.0.1
15182026-07-21T22:41:16.217Z Compiling ppv-lite86 v0.2.21
15192026-07-21T22:41:16.348Z Compiling http-body-util v0.1.3
15202026-07-21T22:41:16.384Z Compiling async-trait v0.1.89
15212026-07-21T22:41:16.437Z Compiling url v2.5.8
15222026-07-21T22:41:16.542Z Compiling rand_chacha v0.9.0
15232026-07-21T22:41:16.559Z Compiling rand_chacha v0.3.1
15242026-07-21T22:41:16.573Z Compiling heck v0.4.1
15252026-07-21T22:41:16.577Z Compiling curve25519-dalek v4.1.3
15262026-07-21T22:41:16.617Z Compiling vergen-lib v9.1.0
15272026-07-21T22:41:16.799Z Compiling rand v0.9.2
15282026-07-21T22:41:16.813Z Compiling num-integer v0.1.46
15292026-07-21T22:41:16.829Z Compiling hash32 v0.2.1
15302026-07-21T22:41:16.843Z Compiling memoffset v0.9.1
15312026-07-21T22:41:17.046Z Compiling encoding_rs v0.8.35
15322026-07-21T22:41:17.075Z Compiling mime v0.3.17
15332026-07-21T22:41:17.087Z Compiling dof v0.4.0
15342026-07-21T22:41:17.103Z Compiling ref-cast v1.0.25
15352026-07-21T22:41:17.154Z Compiling psl-types v2.0.11
15362026-07-21T22:41:17.261Z Compiling cfg_aliases v0.2.1
15372026-07-21T22:41:17.277Z Compiling zlib-rs v0.6.2
15382026-07-21T22:41:17.293Z Compiling num-bigint-dig v0.8.6
15392026-07-21T22:41:17.296Z Compiling litrs v1.0.0
15402026-07-21T22:41:17.349Z Compiling smoltcp v0.9.1
15412026-07-21T22:41:17.365Z Compiling fallible-iterator v0.2.0
15422026-07-21T22:41:17.387Z Compiling proptest v1.10.0
15432026-07-21T22:41:17.449Z Compiling rustix v0.38.44
15442026-07-21T22:41:17.523Z Compiling nix v0.31.2
15452026-07-21T22:41:17.556Z Compiling publicsuffix v2.3.0
15462026-07-21T22:41:17.650Z Compiling postgres-protocol v0.6.10
15472026-07-21T22:41:17.697Z Compiling zerocopy v0.7.35
15482026-07-21T22:41:17.765Z Compiling ipnetwork v0.21.1
15492026-07-21T22:41:17.853Z Compiling document-features v0.2.12
15502026-07-21T22:41:17.956Z Compiling pin-project v1.1.11
15512026-07-21T22:41:17.970Z Compiling num-iter v0.1.45
15522026-07-21T22:41:18.088Z Compiling oxnet v0.1.6
15532026-07-21T22:41:18.260Z Compiling snafu-derive v0.8.9
15542026-07-21T22:41:18.277Z Compiling rand v0.8.6
15552026-07-21T22:41:18.291Z Compiling darling v0.23.0
15562026-07-21T22:41:18.326Z Compiling derive_builder v0.20.2
15572026-07-21T22:41:18.332Z Compiling goblin v0.8.2
15582026-07-21T22:41:18.391Z Compiling futures-executor v0.3.32
15592026-07-21T22:41:18.458Z Compiling hubpack_derive v0.1.1
15602026-07-21T22:41:18.476Z Compiling inout v0.2.2
15612026-07-21T22:41:18.550Z Compiling regex v1.12.3
15622026-07-21T22:41:18.626Z Compiling strum_macros v0.27.2
15632026-07-21T22:41:18.666Z Compiling curve25519-dalek-derive v0.1.1
15642026-07-21T22:41:18.669Z Compiling daft-derive v0.1.7
15652026-07-21T22:41:18.696Z Compiling ref-cast-impl v1.0.25
15662026-07-21T22:41:19.008Z Compiling phf_shared v0.13.1
15672026-07-21T22:41:19.023Z Compiling terminal_size v0.4.3
15682026-07-21T22:41:19.150Z Compiling lazy_static v1.5.0
15692026-07-21T22:41:19.169Z Compiling cargo-platform v0.3.2
15702026-07-21T22:41:19.184Z Compiling anstyle-parse v0.2.7
15712026-07-21T22:41:19.266Z Compiling vergen v9.1.0
15722026-07-21T22:41:19.278Z Compiling tokio-util v0.7.18
15732026-07-21T22:41:19.282Z Compiling tower v0.5.3
15742026-07-21T22:41:19.310Z Compiling tokio-native-tls v0.3.1
15752026-07-21T22:41:19.315Z Compiling ff v0.13.1
15762026-07-21T22:41:19.381Z Compiling ahash v0.8.12
15772026-07-21T22:41:19.394Z Compiling fs-err v3.3.0
15782026-07-21T22:41:19.456Z Compiling base16ct v0.2.0
15792026-07-21T22:41:19.471Z Compiling bumpalo v3.20.2
15802026-07-21T22:41:19.485Z Compiling winnow v0.5.40
15812026-07-21T22:41:19.488Z Compiling foldhash v0.1.5
15822026-07-21T22:41:19.511Z Compiling foldhash v0.2.0
15832026-07-21T22:41:19.623Z Compiling managed v0.8.0
15842026-07-21T22:41:19.637Z Compiling bitflags v1.3.2
15852026-07-21T22:41:19.652Z Compiling object v0.37.3
15862026-07-21T22:41:19.686Z Compiling same-file v1.0.6
15872026-07-21T22:41:19.722Z Compiling tower-http v0.6.8
15882026-07-21T22:41:19.740Z Compiling libbz2-rs-sys v0.2.2
15892026-07-21T22:41:19.755Z Compiling clap_builder v4.6.0
15902026-07-21T22:41:19.797Z Compiling newtype-uuid v1.3.2
15912026-07-21T22:41:19.870Z Compiling walkdir v2.5.0
15922026-07-21T22:41:20.017Z Compiling h2 v0.4.15
15932026-07-21T22:41:20.138Z Compiling daft v0.1.7
15942026-07-21T22:41:20.153Z Compiling bzip2 v0.6.1
15952026-07-21T22:41:20.200Z Compiling zopfli v0.8.3
15962026-07-21T22:41:20.214Z Compiling snafu v0.8.9
15972026-07-21T22:41:20.349Z Compiling flate2 v1.1.9
15982026-07-21T22:41:20.377Z Compiling hashbrown v0.16.1
15992026-07-21T22:41:20.489Z Compiling hashbrown v0.15.5
16002026-07-21T22:41:20.562Z Compiling sec1 v0.7.3
16012026-07-21T22:41:20.588Z Compiling dof v0.3.0
16022026-07-21T22:41:20.678Z Compiling group v0.13.0
16032026-07-21T22:41:20.693Z Compiling strum v0.27.2
16042026-07-21T22:41:20.815Z Compiling cargo_metadata v0.23.1
16052026-07-21T22:41:20.846Z Compiling toml_edit v0.19.15
16062026-07-21T22:41:20.877Z Compiling anstream v0.6.21
16072026-07-21T22:41:21.012Z Compiling phf v0.13.1
16082026-07-21T22:41:21.030Z Compiling signal-hook-mio v0.2.5
16092026-07-21T22:41:21.045Z Compiling hubpack v0.1.2
16102026-07-21T22:41:21.128Z Compiling cookie_store v0.22.1
16112026-07-21T22:41:21.191Z Compiling usdt-attr-macro v0.6.0
16122026-07-21T22:41:21.207Z Compiling usdt-macro v0.6.0
16132026-07-21T22:41:21.297Z Compiling cipher v0.5.2
16142026-07-21T22:41:21.314Z Compiling bzip2 v0.4.4
16152026-07-21T22:41:21.383Z Compiling futures v0.3.32
16162026-07-21T22:41:21.479Z Compiling serde_with_macros v3.21.0
16172026-07-21T22:41:21.548Z Compiling zstd v0.13.3
16182026-07-21T22:41:21.562Z Compiling postgres-types v0.2.12
16192026-07-21T22:41:21.844Z Compiling globset v0.4.18
16202026-07-21T22:41:21.927Z Compiling dtrace-parser v0.2.0
16212026-07-21T22:41:21.941Z Compiling ed25519 v2.2.3
16222026-07-21T22:41:22.025Z Compiling serde_plain v1.0.2
16232026-07-21T22:41:22.063Z Compiling olpc-cjson v0.1.4
16242026-07-21T22:41:22.154Z Compiling serde-big-array v0.5.1
16252026-07-21T22:41:22.232Z Compiling pkcs1 v0.7.5
16262026-07-21T22:41:22.246Z Compiling hkdf v0.12.4
16272026-07-21T22:41:22.246Z Compiling crypto-bigint v0.5.5
16282026-07-21T22:41:22.312Z Compiling serde_repr v0.1.20
16292026-07-21T22:41:22.434Z Compiling enum-as-inner v0.6.1
16302026-07-21T22:41:22.566Z Compiling async-recursion v1.1.1
16312026-07-21T22:41:22.660Z Compiling strum_macros v0.26.4
16322026-07-21T22:41:22.679Z Compiling clap_derive v4.6.1
16332026-07-21T22:41:22.711Z Compiling phf_shared v0.11.3
16342026-07-21T22:41:22.777Z Compiling float-cmp v0.10.0
16352026-07-21T22:41:22.866Z Compiling pem v3.0.6
16362026-07-21T22:41:22.885Z Compiling memmap2 v0.9.10
16372026-07-21T22:41:22.909Z Compiling thread-id v4.2.2
16382026-07-21T22:41:22.924Z Compiling env_filter v1.0.0
16392026-07-21T22:41:22.942Z Compiling data-encoding v2.10.0
16402026-07-21T22:41:23.005Z Compiling either v1.15.0
16412026-07-21T22:41:23.008Z Compiling predicates-core v1.0.10
16422026-07-21T22:41:23.116Z Compiling fixedbitset v0.5.7
16432026-07-21T22:41:23.211Z Compiling hyper v1.10.1
16442026-07-21T22:41:23.227Z Compiling difflib v0.4.0
16452026-07-21T22:41:23.241Z Compiling precomputed-hash v0.1.1
16462026-07-21T22:41:23.256Z Compiling cpufeatures v0.3.0
16472026-07-21T22:41:23.278Z Compiling keccak v0.1.6
16482026-07-21T22:41:23.343Z Compiling static_assertions v1.1.0
16492026-07-21T22:41:23.362Z Compiling new_debug_unreachable v1.0.6
16502026-07-21T22:41:23.432Z Compiling typed-path v0.9.3
16512026-07-21T22:41:23.447Z Compiling normalize-line-endings v0.3.0
16522026-07-21T22:41:23.466Z Compiling whoami v2.1.0
16532026-07-21T22:41:23.557Z Compiling winnow v1.0.3
16542026-07-21T22:41:23.572Z Compiling jiff v0.2.21
16552026-07-21T22:41:23.673Z Compiling fixedbitset v0.4.2
16562026-07-21T22:41:23.791Z Compiling const-oid v0.10.2
16572026-07-21T22:41:23.807Z Compiling tokio-postgres v0.7.16
16582026-07-21T22:41:23.863Z Compiling toml_parser v1.1.2+spec-1.1.0
16592026-07-21T22:41:23.912Z Compiling petgraph v0.6.5
16602026-07-21T22:41:23.930Z Compiling predicates v3.1.4
16612026-07-21T22:41:24.015Z Compiling digest v0.11.3
16622026-07-21T22:41:24.059Z Compiling sha3 v0.10.8
16632026-07-21T22:41:24.269Z Compiling toml_edit v0.22.27
16642026-07-21T22:41:24.286Z Compiling string_cache v0.8.9
16652026-07-21T22:41:24.434Z Compiling hyper-util v0.1.20
16662026-07-21T22:41:24.491Z Compiling strum v0.26.3
16672026-07-21T22:41:24.524Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16682026-07-21T22:41:24.527Z Compiling petgraph v0.8.3
16692026-07-21T22:41:24.554Z Compiling clap v4.6.1
16702026-07-21T22:41:24.557Z Compiling chacha20 v0.10.0
16712026-07-21T22:41:24.604Z Compiling elliptic-curve v0.13.8
16722026-07-21T22:41:24.634Z Compiling hickory-proto v0.25.2
16732026-07-21T22:41:24.656Z Compiling itertools v0.13.0
16742026-07-21T22:41:24.689Z Compiling env_logger v0.11.9
16752026-07-21T22:41:24.862Z Compiling usdt v0.6.0
16762026-07-21T22:41:24.963Z Compiling usdt-impl v0.5.0
16772026-07-21T22:41:25.031Z Compiling serde_with v3.21.0
16782026-07-21T22:41:25.070Z Compiling crossterm v0.28.1
16792026-07-21T22:41:25.150Z Compiling rsa v0.9.10
16802026-07-21T22:41:25.482Z Compiling toml v0.7.8
16812026-07-21T22:41:25.586Z Compiling ed25519-dalek v2.2.0
16822026-07-21T22:41:25.925Z Compiling hyper-tls v0.6.0
16832026-07-21T22:41:26.113Z Compiling reqwest v0.12.28
16842026-07-21T22:41:26.288Z Compiling zip v4.6.1
16852026-07-21T22:41:26.303Z Compiling zip v0.6.6
16862026-07-21T22:41:26.437Z Compiling iddqd v0.4.2
16872026-07-21T22:41:26.885Z Compiling tokio-stream v0.1.18
16882026-07-21T22:41:26.911Z Compiling buf-list v1.1.2
16892026-07-21T22:41:26.939Z Compiling byte-wrapper v0.1.0
16902026-07-21T22:41:27.056Z Compiling similar v2.7.0
16912026-07-21T22:41:27.095Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16922026-07-21T22:41:27.212Z Compiling openapiv3 v2.2.0
16932026-07-21T22:41:27.304Z Compiling x509-cert v0.2.5
16942026-07-21T22:41:27.337Z Compiling crossbeam-epoch v0.9.18
16952026-07-21T22:41:27.390Z Compiling peg-runtime v0.8.5
16962026-07-21T22:41:27.427Z Compiling lalrpop-util v0.19.12
16972026-07-21T22:41:27.507Z Compiling thread_local v1.1.9
16982026-07-21T22:41:27.635Z Compiling slog-async v2.8.0
16992026-07-21T22:41:27.687Z Compiling crossbeam-channel v0.5.15
17002026-07-21T22:41:27.699Z Compiling is-terminal v0.4.17
17012026-07-21T22:41:27.779Z Compiling filetime v0.2.27
17022026-07-21T22:41:27.793Z Compiling take_mut v0.2.2
17032026-07-21T22:41:27.814Z Compiling term v1.2.1
17042026-07-21T22:41:27.895Z Compiling xattr v1.6.1
17052026-07-21T22:41:27.911Z Compiling camino-tempfile v1.4.1
17062026-07-21T22:41:28.168Z Compiling slog-term v2.9.2
17072026-07-21T22:41:28.171Z Compiling tar v0.4.46
17082026-07-21T22:41:45.776Z Compiling rustls-webpki v0.103.13
17092026-07-21T22:41:48.457Z Compiling tokio-rustls v0.26.4
17102026-07-21T22:41:48.457Z Compiling rustls-platform-verifier v0.6.2
17112026-07-21T22:41:48.459Z Compiling tough v0.22.0
17122026-07-21T22:41:48.684Z Compiling hyper-rustls v0.27.7
17132026-07-21T22:41:48.913Z Compiling reqwest v0.13.2
17142026-07-21T22:41:51.000Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17152026-07-21T22:41:51.254Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17162026-07-21T22:41:54.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.15s
17172026-07-21T22:41:54.226Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17182026-07-21T22:41:54.282ZJul 21 22:41:53.983 INFO Starting download, target: Cockroach
17192026-07-21T22:41:54.283ZJul 21 22:41:53.983 INFO Starting download, target: Console
17202026-07-21T22:41:54.283ZJul 21 22:41:53.983 INFO Starting download, target: Clickhouse
17212026-07-21T22:41:54.283ZJul 21 22:41:53.983 INFO Starting download, target: DendriteStub
17222026-07-21T22:41:54.286ZJul 21 22:41:53.983 INFO Starting download, target: MaghemiteMgd
17232026-07-21T22:41:54.286ZJul 21 22:41:53.983 INFO Starting download, target: MaghemiteDdmd
17242026-07-21T22:41:54.286ZJul 21 22:41:53.983 INFO Starting download, target: TransceiverControl
17252026-07-21T22:41:54.286ZJul 21 22:41:53.984 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17262026-07-21T22:41:54.286ZJul 21 22:41:53.984 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17272026-07-21T22:41:54.286ZJul 21 22:41:53.984 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17282026-07-21T22:41:54.286ZJul 21 22:41:53.984 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17292026-07-21T22:41:54.286ZJul 21 22:41:53.984 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17302026-07-21T22:41:54.286ZJul 21 22:41:53.984 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17312026-07-21T22:41:54.286ZJul 21 22:41:53.984 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17322026-07-21T22:41:54.835ZJul 21 22:41:54.530 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17332026-07-21T22:41:55.057ZJul 21 22:41:54.747 INFO Download complete, target: TransceiverControl
17342026-07-21T22:41:56.113ZJul 21 22:41:55.796 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17352026-07-21T22:41:56.140ZJul 21 22:41:55.836 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17362026-07-21T22:41:56.372ZJul 21 22:41:56.060 INFO Download complete, target: Console
17372026-07-21T22:41:56.524ZJul 21 22:41:56.220 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17382026-07-21T22:41:56.572ZJul 21 22:41:56.259 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17392026-07-21T22:41:56.619ZJul 21 22:41:56.309 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17402026-07-21T22:41:57.280ZJul 21 22:41:56.980 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17412026-07-21T22:41:57.280ZJul 21 22:41:56.980 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17422026-07-21T22:41:58.964ZJul 21 22:41:58.648 INFO Download complete, target: MaghemiteDdmd
17432026-07-21T22:41:58.987ZJul 21 22:41:58.658 INFO Download complete, target: DendriteStub
17442026-07-21T22:41:59.226ZJul 21 22:41:58.920 INFO Download complete, target: MaghemiteMgd
17452026-07-21T22:42:02.100ZJul 21 22:42:01.800 INFO Checking that binary works, target: Cockroach
17462026-07-21T22:42:02.227ZJul 21 22:42:01.927 INFO Download complete, target: Cockroach
17472026-07-21T22:42:03.503ZJul 21 22:42:03.203 INFO Checking that binary works, target: Clickhouse
17482026-07-21T22:42:03.595ZJul 21 22:42:03.295 INFO Download complete, target: Clickhouse
17492026-07-21T22:42:03.602ZAll prerequisites installed successfully
17502026-07-21T22:42:03.605Z
17512026-07-21T22:42:03.605Zreal 1:45.750185880
17522026-07-21T22:42:03.605Zuser 6:41.523268939
17532026-07-21T22:42:03.605Zsys 1:40.351591499
17542026-07-21T22:42:03.605Ztrap 0.266546515
17552026-07-21T22:42:03.605Ztflt 0.777496341
17562026-07-21T22:42:03.605Zdflt 1.845044268
17572026-07-21T22:42:03.605Zkflt 0.032358221
17582026-07-21T22:42:03.606Zlock 23:43.309926597
17592026-07-21T22:42:03.606Zslp 18:17.080087749
17602026-07-21T22:42:03.606Zlat 24.144850007
17612026-07-21T22:42:03.606Zstop 2:42.929929600
17622026-07-21T22:42:03.606Z+ ptime -m cargo xtask download softnpu
17632026-07-21T22:42:04.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
17642026-07-21T22:42:04.082Z Running `target/debug/xtask download softnpu`
17652026-07-21T22:42:04.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
17662026-07-21T22:42:04.880Z Running `target/debug/xtask-downloader softnpu`
17672026-07-21T22:42:04.923ZJul 21 22:42:04.623 INFO Starting download, target: Softnpu
17682026-07-21T22:42:04.928ZJul 21 22:42:04.624 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17692026-07-21T22:42:05.522ZJul 21 22:42:05.223 INFO Download complete, target: Softnpu
17702026-07-21T22:42:05.525Z
17712026-07-21T22:42:05.528Zreal 1.919625915
17722026-07-21T22:42:05.528Zuser 1.283751262
17732026-07-21T22:42:05.528Zsys 0.606045579
17742026-07-21T22:42:05.528Ztrap 0.000612270
17752026-07-21T22:42:05.528Ztflt 0.000218320
17762026-07-21T22:42:05.528Zdflt 0.000288810
17772026-07-21T22:42:05.528Zkflt 0.000000000
17782026-07-21T22:42:05.528Zlock 11.181248749
17792026-07-21T22:42:05.529Zslp 0.454801379
17802026-07-21T22:42:05.529Zlat 0.078334513
17812026-07-21T22:42:05.529Zstop 0.000176360
17822026-07-21T22:42:05.529Z+ export CARGO_INCREMENTAL=0
17832026-07-21T22:42:05.529Z+ CARGO_INCREMENTAL=0
17842026-07-21T22:42:05.529Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17852026-07-21T22:42:06.402Z Compiling proc-macro2 v1.0.106
17862026-07-21T22:42:06.402Z Compiling quote v1.0.45
17872026-07-21T22:42:06.405Z Compiling unicode-ident v1.0.24
17882026-07-21T22:42:06.405Z Compiling libc v0.2.185
17892026-07-21T22:42:06.406Z Compiling serde_core v1.0.228
17902026-07-21T22:42:06.406Z Compiling serde v1.0.228
17912026-07-21T22:42:06.406Z Compiling cfg-if v1.0.4
17922026-07-21T22:42:06.406Z Compiling version_check v0.9.5
17932026-07-21T22:42:06.406Z Compiling find-msvc-tools v0.1.9
17942026-07-21T22:42:06.406Z Compiling shlex v1.3.0
17952026-07-21T22:42:06.550Z Compiling memchr v2.8.0
17962026-07-21T22:42:06.553Z Compiling zmij v1.0.21
17972026-07-21T22:42:06.554Z Compiling serde_json v1.0.150
17982026-07-21T22:42:06.554Z Compiling autocfg v1.5.0
17992026-07-21T22:42:06.701Z Compiling portable-atomic v1.13.1
18002026-07-21T22:42:06.770Z Compiling getrandom v0.4.1
18012026-07-21T22:42:06.805Z Compiling zerocopy v0.8.40
18022026-07-21T22:42:06.910Z Compiling libm v0.2.16
18032026-07-21T22:42:06.928Z Compiling parking_lot_core v0.9.12
18042026-07-21T22:42:06.943Z Compiling icu_normalizer_data v2.1.1
18052026-07-21T22:42:06.975Z Compiling icu_properties_data v2.1.2
18062026-07-21T22:42:07.117Z Compiling num-traits v0.2.19
18072026-07-21T22:42:07.166Z Compiling smallvec v1.15.1
18082026-07-21T22:42:07.180Z Compiling generic-array v0.14.7
18092026-07-21T22:42:07.198Z Compiling itoa v1.0.17
18102026-07-21T22:42:07.217Z Compiling log v0.4.29
18112026-07-21T22:42:07.264Z Compiling subtle v2.6.1
18122026-07-21T22:42:07.266Z Compiling pkg-config v0.3.32
18132026-07-21T22:42:07.366Z Compiling stable_deref_trait v1.2.1
18142026-07-21T22:42:07.421Z Compiling typenum v1.20.1
18152026-07-21T22:42:07.453Z Compiling jobserver v0.1.34
18162026-07-21T22:42:07.500Z Compiling errno v0.3.14
18172026-07-21T22:42:07.500Z Compiling scopeguard v1.2.0
18182026-07-21T22:42:07.593Z Compiling rand_core v0.10.0
18192026-07-21T22:42:07.609Z Compiling lock_api v0.4.14
18202026-07-21T22:42:07.676Z Compiling cc v1.2.56
18212026-07-21T22:42:07.692Z Compiling pin-project-lite v0.2.17
18222026-07-21T22:42:07.716Z Compiling getrandom v0.3.4
18232026-07-21T22:42:07.774Z Compiling thiserror v2.0.18
18242026-07-21T22:42:07.817Z Compiling fnv v1.0.7
18252026-07-21T22:42:07.832Z Compiling equivalent v1.0.2
18262026-07-21T22:42:07.846Z Compiling percent-encoding v2.3.2
18272026-07-21T22:42:07.849Z Compiling litemap v0.8.1
18282026-07-21T22:42:07.875Z Compiling syn v2.0.117
18292026-07-21T22:42:07.878Z Compiling writeable v0.6.2
18302026-07-21T22:42:07.926Z Compiling getrandom v0.2.17
18312026-07-21T22:42:07.929Z Compiling rustversion v1.0.22
18322026-07-21T22:42:08.062Z Compiling schemars v0.8.22
18332026-07-21T22:42:08.079Z Compiling rand_core v0.6.4
18342026-07-21T22:42:08.154Z Compiling rustix v1.1.3
18352026-07-21T22:42:08.154Z Compiling dunce v1.0.5
18362026-07-21T22:42:08.157Z Compiling fs_extra v1.3.0
18372026-07-21T22:42:08.225Z Compiling critical-section v1.2.0
18382026-07-21T22:42:08.354Z Compiling hashbrown v0.17.0
18392026-07-21T22:42:08.400Z Compiling signal-hook-registry v1.4.8
18402026-07-21T22:42:08.413Z Compiling cmake v0.1.57
18412026-07-21T22:42:08.548Z Compiling utf8_iter v1.0.4
18422026-07-21T22:42:08.561Z Compiling strsim v0.11.1
18432026-07-21T22:42:08.576Z Compiling form_urlencoded v1.2.2
18442026-07-21T22:42:08.806Z Compiling once_cell v1.21.3
18452026-07-21T22:42:08.882Z Compiling semver v1.0.28
18462026-07-21T22:42:08.885Z Compiling indexmap v2.14.0
18472026-07-21T22:42:08.945Z Compiling parking_lot v0.12.5
18482026-07-21T22:42:08.961Z Compiling socket2 v0.6.3
18492026-07-21T22:42:08.978Z Compiling mio v1.2.0
18502026-07-21T22:42:08.997Z Compiling futures-core v0.3.32
18512026-07-21T22:42:09.001Z Compiling aws-lc-sys v0.40.0
18522026-07-21T22:42:09.076Z Compiling bitflags v2.11.0
18532026-07-21T22:42:09.153Z Compiling ident_case v1.0.1
18542026-07-21T22:42:09.185Z Compiling aws-lc-rs v1.16.3
18552026-07-21T22:42:09.272Z Compiling httparse v1.10.1
18562026-07-21T22:42:09.551Z Compiling byteorder v1.5.0
18572026-07-21T22:42:09.585Z Compiling thiserror v1.0.69
18582026-07-21T22:42:09.618Z Compiling ucd-trie v0.1.7
18592026-07-21T22:42:09.739Z Compiling vcpkg v0.2.15
18602026-07-21T22:42:09.742Z Compiling const-oid v0.9.6
18612026-07-21T22:42:09.772Z Compiling pest v2.8.6
18622026-07-21T22:42:09.805Z Compiling iana-time-zone v0.1.65
18632026-07-21T22:42:09.820Z Compiling regex-syntax v0.8.10
18642026-07-21T22:42:09.823Z Compiling syn v1.0.109
18652026-07-21T22:42:09.932Z Compiling heck v0.5.0
18662026-07-21T22:42:10.132Z Compiling uuid v1.23.4
18672026-07-21T22:42:10.245Z Compiling rustc_version v0.4.1
18682026-07-21T22:42:10.291Z Compiling futures-sink v0.3.32
18692026-07-21T22:42:10.323Z Compiling openssl-sys v0.9.117
18702026-07-21T22:42:10.385Z Compiling rustls v0.23.41
18712026-07-21T22:42:10.419Z Compiling futures-channel v0.3.32
18722026-07-21T22:42:10.519Z Compiling aho-corasick v1.1.4
18732026-07-21T22:42:10.544Z Compiling futures-task v0.3.32
18742026-07-21T22:42:10.559Z Compiling futures-io v0.3.32
18752026-07-21T22:42:10.734Z Compiling slab v0.4.12
18762026-07-21T22:42:10.792Z Compiling synstructure v0.13.2
18772026-07-21T22:42:10.833Z Compiling serde_derive_internals v0.29.1
18782026-07-21T22:42:10.875Z Compiling pest_meta v2.8.6
18792026-07-21T22:42:10.947Z Compiling num-conv v0.2.0
18802026-07-21T22:42:10.964Z Compiling dyn-clone v1.0.20
18812026-07-21T22:42:10.979Z Compiling time-core v0.1.8
18822026-07-21T22:42:11.067Z Compiling crc32fast v1.5.0
18832026-07-21T22:42:11.091Z Compiling plain v0.2.3
18842026-07-21T22:42:11.169Z Compiling time-macros v0.2.27
18852026-07-21T22:42:11.205Z Compiling base64 v0.22.1
18862026-07-21T22:42:11.221Z Compiling crossbeam-utils v0.8.21
18872026-07-21T22:42:11.354Z Compiling regex-automata v0.4.14
18882026-07-21T22:42:11.369Z Compiling openssl v0.10.81
18892026-07-21T22:42:11.372Z Compiling pretty-hex v0.4.1
18902026-07-21T22:42:11.453Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18912026-07-21T22:42:11.531Z Compiling pest_generator v2.8.6
18922026-07-21T22:42:11.649Z Compiling anyhow v1.0.102
18932026-07-21T22:42:11.678Z Compiling native-tls v0.2.18
18942026-07-21T22:42:11.729Z Compiling rand_core v0.9.5
18952026-07-21T22:42:11.857Z Compiling tracing-core v0.1.36
18962026-07-21T22:42:11.939Z Compiling slog v2.8.2
18972026-07-21T22:42:12.009Z Compiling cookie v0.18.1
18982026-07-21T22:42:12.031Z Compiling serde_derive v1.0.228
18992026-07-21T22:42:12.034Z Compiling zeroize_derive v1.4.3
19002026-07-21T22:42:12.135Z Compiling zerofrom-derive v0.1.6
19012026-07-21T22:42:12.183Z Compiling yoke-derive v0.8.1
19022026-07-21T22:42:12.200Z Compiling zerovec-derive v0.11.2
19032026-07-21T22:42:12.203Z Compiling displaydoc v0.2.5
19042026-07-21T22:42:12.203Z Compiling zerocopy-derive v0.8.40
19052026-07-21T22:42:12.203Z Compiling tokio-macros v2.7.0
19062026-07-21T22:42:12.203Z Compiling futures-macro v0.3.32
19072026-07-21T22:42:12.274Z Compiling thiserror-impl v2.0.18
19082026-07-21T22:42:12.436Z Compiling schemars_derive v0.8.22
19092026-07-21T22:42:12.677Z Compiling zeroize v1.8.2
19102026-07-21T22:42:12.928Z Compiling tracing-attributes v0.1.31
19112026-07-21T22:42:12.944Z Compiling der_derive v0.7.3
19122026-07-21T22:42:13.042Z Compiling thiserror-impl v1.0.69
19132026-07-21T22:42:13.144Z Compiling pest_derive v2.8.6
19142026-07-21T22:42:13.269Z Compiling zerofrom v0.1.6
19152026-07-21T22:42:13.416Z Compiling yoke v0.8.1
19162026-07-21T22:42:13.461Z Compiling crypto-common v0.1.7
19172026-07-21T22:42:13.503Z Compiling futures-util v0.3.32
19182026-07-21T22:42:13.640Z Compiling zerovec v0.11.5
19192026-07-21T22:42:13.640Z Compiling zerotrie v0.2.3
19202026-07-21T22:42:13.888Z Compiling block-buffer v0.10.4
19212026-07-21T22:42:14.033Z Compiling digest v0.10.7
19222026-07-21T22:42:14.059Z Compiling scroll_derive v0.12.1
19232026-07-21T22:42:14.110Z Compiling scroll_derive v0.13.1
19242026-07-21T22:42:14.167Z Compiling tinystr v0.8.2
19252026-07-21T22:42:14.170Z Compiling potential_utf v0.1.4
19262026-07-21T22:42:14.310Z Compiling openssl-macros v0.1.1
19272026-07-21T22:42:14.392Z Compiling icu_locale_core v2.1.1
19282026-07-21T22:42:14.429Z Compiling icu_collections v2.1.1
19292026-07-21T22:42:14.475Z Compiling regex v1.12.3
19302026-07-21T22:42:14.885Z Compiling zerocopy-derive v0.7.35
19312026-07-21T22:42:14.904Z Compiling base64ct v1.8.3
19322026-07-21T22:42:14.920Z Compiling camino v1.2.2
19332026-07-21T22:42:14.952Z Compiling tracing v0.1.44
19342026-07-21T22:42:15.182Z Compiling icu_provider v2.1.1
19352026-07-21T22:42:15.204Z Compiling bytes v1.11.1
19362026-07-21T22:42:15.264Z Compiling chrono v0.4.45
19372026-07-21T22:42:15.293Z Compiling serde_tokenstream v0.2.3
19382026-07-21T22:42:15.379Z Compiling pem-rfc7468 v0.7.0
19392026-07-21T22:42:15.582Z Compiling icu_properties v2.1.2
19402026-07-21T22:42:15.599Z Compiling icu_normalizer v2.1.1
19412026-07-21T22:42:15.854Z Compiling tokio v1.52.1
19422026-07-21T22:42:16.123Z Compiling http v1.4.2
19432026-07-21T22:42:16.625Z Compiling idna_adapter v1.2.1
19442026-07-21T22:42:16.772Z Compiling idna v1.1.0
19452026-07-21T22:42:16.788Z Compiling ppv-lite86 v0.2.21
19462026-07-21T22:42:17.009Z Compiling flagset v0.4.7
19472026-07-21T22:42:17.056Z Compiling http-body v1.0.1
19482026-07-21T22:42:17.105Z Compiling rand_chacha v0.9.0
19492026-07-21T22:42:17.155Z Compiling url v2.5.8
19502026-07-21T22:42:17.169Z Compiling der v0.7.10
19512026-07-21T22:42:17.183Z Compiling rustls-pki-types v1.14.0
19522026-07-21T22:42:17.592Z Compiling usdt-impl v0.5.0
19532026-07-21T22:42:17.702Z Compiling cmov v0.5.4
19542026-07-21T22:42:17.842Z Compiling tinyvec_macros v0.1.1
19552026-07-21T22:42:18.022Z Compiling openssl-probe v0.2.1
19562026-07-21T22:42:18.073Z Compiling paste v1.0.15
19572026-07-21T22:42:18.101Z Compiling either v1.15.0
19582026-07-21T22:42:18.138Z Compiling fastrand v2.3.0
19592026-07-21T22:42:18.162Z Compiling unicode-segmentation v1.12.0
19602026-07-21T22:42:18.207Z Compiling usdt-impl v0.6.0
19612026-07-21T22:42:18.223Z Compiling ref-cast v1.0.25
19622026-07-21T22:42:18.297Z Compiling ctutils v0.4.2
19632026-07-21T22:42:18.322Z Compiling spki v0.7.3
19642026-07-21T22:42:18.422Z Compiling tinyvec v1.10.0
19652026-07-21T22:42:18.551Z Compiling rand v0.9.2
19662026-07-21T22:42:18.602Z Compiling toml_datetime v0.6.11
19672026-07-21T22:42:18.657Z Compiling serde_spanned v0.6.9
19682026-07-21T22:42:18.741Z Compiling scroll v0.13.0
19692026-07-21T22:42:18.764Z Compiling scroll v0.12.0
19702026-07-21T22:42:18.780Z Compiling async-trait v0.1.89
19712026-07-21T22:42:18.796Z Compiling heapless v0.7.17
19722026-07-21T22:42:18.862Z Compiling bzip2-sys v0.1.13+1.0.8
19732026-07-21T22:42:18.879Z Compiling tower-layer v0.3.3
19742026-07-21T22:42:18.908Z Compiling signal-hook v0.3.18
19752026-07-21T22:42:18.921Z Compiling atomic-waker v1.1.2
19762026-07-21T22:42:19.020Z Compiling winnow v1.0.3
19772026-07-21T22:42:19.047Z Compiling litrs v1.0.0
19782026-07-21T22:42:19.070Z Compiling zstd-safe v7.2.4
19792026-07-21T22:42:19.084Z Compiling tower-service v0.3.3
19802026-07-21T22:42:19.126Z Compiling rustix v0.38.44
19812026-07-21T22:42:19.145Z Compiling try-lock v0.2.5
19822026-07-21T22:42:19.185Z Compiling untrusted v0.7.1
19832026-07-21T22:42:19.202Z Compiling cpufeatures v0.2.17
19842026-07-21T22:42:19.238Z Compiling winnow v0.7.14
19852026-07-21T22:42:19.283Z Compiling want v0.3.1
19862026-07-21T22:42:19.318Z Compiling goblin v0.8.2
19872026-07-21T22:42:19.334Z Compiling toml_parser v1.1.2+spec-1.1.0
19882026-07-21T22:42:19.349Z Compiling goblin v0.10.5
19892026-07-21T22:42:19.545Z Compiling document-features v0.2.12
19902026-07-21T22:42:19.678Z Compiling tokio-util v0.7.18
19912026-07-21T22:42:19.727Z Compiling hybrid-array v0.4.13
19922026-07-21T22:42:19.924Z Compiling heck v0.4.1
19932026-07-21T22:42:20.105Z Compiling zerocopy v0.7.35
19942026-07-21T22:42:20.147Z Compiling ipnet v2.11.0
19952026-07-21T22:42:20.570Z Compiling h2 v0.4.15
19962026-07-21T22:42:20.587Z Compiling ref-cast-impl v1.0.25
19972026-07-21T22:42:20.612Z Compiling darling_core v0.20.11
19982026-07-21T22:42:20.642Z Compiling curve25519-dalek v4.1.3
19992026-07-21T22:42:20.679Z Compiling memoffset v0.9.1
20002026-07-21T22:42:20.770Z Compiling httpdate v1.0.3
20012026-07-21T22:42:20.931Z Compiling winnow v0.5.40
20022026-07-21T22:42:20.973Z Compiling untrusted v0.9.0
20032026-07-21T22:42:21.120Z Compiling foreign-types-shared v0.1.1
20042026-07-21T22:42:21.191Z Compiling utf8parse v0.2.2
20052026-07-21T22:42:21.260Z Compiling powerfmt v0.2.0
20062026-07-21T22:42:21.274Z Compiling foreign-types v0.3.2
20072026-07-21T22:42:21.481Z Compiling deranged v0.5.8
20082026-07-21T22:42:21.524Z Compiling tempfile v3.25.0
20092026-07-21T22:42:21.543Z Compiling unicode-normalization v0.1.25
20102026-07-21T22:42:21.874Z Compiling dof v0.3.0
20112026-07-21T22:42:21.938Z Compiling dtrace-parser v0.2.0
20122026-07-21T22:42:21.990Z Compiling pkcs8 v0.10.2
20132026-07-21T22:42:22.262Z Compiling toml_edit v0.19.15
20142026-07-21T22:42:22.363Z Compiling dof v0.4.0
20152026-07-21T22:42:22.646Z Compiling dtrace-parser v0.3.0
20162026-07-21T22:42:22.648Z Compiling darling_macro v0.20.11
20172026-07-21T22:42:22.676Z Compiling daft-derive v0.1.7
20182026-07-21T22:42:22.893Z Compiling pin-project-internal v1.1.11
20192026-07-21T22:42:22.997Z Compiling spin v0.9.8
20202026-07-21T22:42:23.137Z Compiling thread-id v4.2.2
20212026-07-21T22:42:23.152Z Compiling thread-id v5.1.0
20222026-07-21T22:42:23.179Z Compiling num-bigint-dig v0.8.6
20232026-07-21T22:42:23.260Z Compiling anstyle v1.0.14
20242026-07-21T22:42:23.411Z Compiling num_threads v0.1.7
20252026-07-21T22:42:23.443Z Compiling cfg_aliases v0.2.1
20262026-07-21T22:42:23.460Z Compiling smoltcp v0.9.1
20272026-07-21T22:42:23.537Z Compiling nix v0.31.2
20282026-07-21T22:42:23.571Z Compiling time v0.3.47
20292026-07-21T22:42:23.820Z Compiling hyper v1.10.1
20302026-07-21T22:42:23.836Z Compiling darling v0.20.11
20312026-07-21T22:42:23.955Z Compiling sha2 v0.10.9
20322026-07-21T22:42:24.070Z Compiling ipnetwork v0.21.1
20332026-07-21T22:42:24.150Z Compiling hmac v0.12.1
20342026-07-21T22:42:24.341Z Compiling curve25519-dalek-derive v0.1.1
20352026-07-21T22:42:24.357Z Compiling strum_macros v0.26.4
20362026-07-21T22:42:24.531Z Compiling darling_core v0.23.0
20372026-07-21T22:42:24.547Z Compiling sync_wrapper v1.0.2
20382026-07-21T22:42:24.667Z Compiling wait-timeout v0.2.1
20392026-07-21T22:42:24.731Z Compiling anstyle-query v1.1.5
20402026-07-21T22:42:24.923Z Compiling bit-vec v0.8.0
20412026-07-21T22:42:24.994Z Compiling hyper-util v0.1.20
20422026-07-21T22:42:25.081Z Compiling is_terminal_polyfill v1.70.2
20432026-07-21T22:42:25.180Z Compiling colorchoice v1.0.4
20442026-07-21T22:42:25.196Z Compiling simd-adler32 v0.3.8
20452026-07-21T22:42:25.352Z Compiling siphasher v1.0.2
20462026-07-21T22:42:25.450Z Compiling quick-error v1.2.3
20472026-07-21T22:42:25.557Z Compiling rusty-fork v0.3.1
20482026-07-21T22:42:25.857Z Compiling bit-set v0.8.0
20492026-07-21T22:42:26.035Z Compiling tower v0.5.3
20502026-07-21T22:42:26.544Z Compiling derive_builder_core v0.20.2
20512026-07-21T22:42:26.652Z Compiling snafu-derive v0.8.9
20522026-07-21T22:42:26.673Z Compiling http-body-util v0.1.3
20532026-07-21T22:42:26.699Z Compiling darling_macro v0.23.0
20542026-07-21T22:42:26.746Z Compiling hubpack_derive v0.1.1
20552026-07-21T22:42:26.817Z Compiling strum_macros v0.27.2
20562026-07-21T22:42:26.941Z Compiling rand_xorshift v0.4.0
20572026-07-21T22:42:27.103Z Compiling fs-err v3.3.0
20582026-07-21T22:42:27.131Z Compiling ahash v0.8.12
20592026-07-21T22:42:27.238Z Compiling ryu v1.0.23
20602026-07-21T22:42:27.272Z Compiling unicode-properties v0.1.4
20612026-07-21T22:42:27.349Z Compiling adler2 v2.0.1
20622026-07-21T22:42:27.366Z Compiling object v0.37.3
20632026-07-21T22:42:27.389Z Compiling iri-string v0.7.10
20642026-07-21T22:42:27.419Z Compiling unicode-bidi v0.3.18
20652026-07-21T22:42:27.509Z Compiling allocator-api2 v0.2.21
20662026-07-21T22:42:27.525Z Compiling unarray v0.1.4
20672026-07-21T22:42:27.655Z Compiling proptest v1.10.0
20682026-07-21T22:42:27.852Z Compiling stringprep v0.1.5
20692026-07-21T22:42:27.919Z Compiling miniz_oxide v0.8.9
20702026-07-21T22:42:28.127Z Compiling serde_urlencoded v0.7.1
20712026-07-21T22:42:28.163Z Compiling derive_builder_macro v0.20.2
20722026-07-21T22:42:28.250Z Compiling darling v0.23.0
20732026-07-21T22:42:28.362Z Compiling tokio-native-tls v0.3.1
20742026-07-21T22:42:28.397Z Compiling usdt-attr-macro v0.6.0
20752026-07-21T22:42:28.462Z Compiling usdt-macro v0.6.0
20762026-07-21T22:42:28.551Z Compiling tower-http v0.6.8
20772026-07-21T22:42:28.618Z Compiling anstyle-parse v1.0.0
20782026-07-21T22:42:28.634Z Compiling crypto-common v0.2.2
20792026-07-21T22:42:28.677Z Compiling block-buffer v0.12.1
20802026-07-21T22:42:28.773Z Compiling block-padding v0.4.2
20812026-07-21T22:42:29.116Z Compiling rustls-native-certs v0.8.3
20822026-07-21T22:42:29.142Z Compiling rand_chacha v0.3.1
20832026-07-21T22:42:29.219Z Compiling hex v0.4.3
20842026-07-21T22:42:29.235Z Compiling erased-serde v0.3.31
20852026-07-21T22:42:29.252Z Compiling md-5 v0.10.6
20862026-07-21T22:42:29.293Z Compiling signature v2.2.0
20872026-07-21T22:42:29.357Z Compiling bstr v1.12.1
20882026-07-21T22:42:29.454Z Compiling num-integer v0.1.46
20892026-07-21T22:42:29.469Z Compiling hash32 v0.2.1
20902026-07-21T22:42:29.499Z Compiling vergen-lib v9.1.0
20912026-07-21T22:42:29.615Z Compiling encoding_rs v0.8.35
20922026-07-21T22:42:29.685Z Compiling zlib-rs v0.6.2
20932026-07-21T22:42:29.727Z Compiling cpufeatures v0.3.0
20942026-07-21T22:42:29.772Z Compiling fallible-iterator v0.2.0
20952026-07-21T22:42:29.775Z Compiling psl-types v2.0.11
20962026-07-21T22:42:29.816Z Compiling mime v0.3.17
20972026-07-21T22:42:29.926Z Compiling publicsuffix v2.3.0
20982026-07-21T22:42:30.062Z Compiling postgres-protocol v0.6.10
20992026-07-21T22:42:30.150Z Compiling newtype-uuid v1.3.2
21002026-07-21T22:42:30.186Z Compiling num-iter v0.1.45
21012026-07-21T22:42:30.478Z Compiling rand v0.8.6
21022026-07-21T22:42:30.614Z Compiling oxnet v0.1.6
21032026-07-21T22:42:30.817Z Compiling inout v0.2.2
21042026-07-21T22:42:30.828Z Compiling anstream v1.0.0
21052026-07-21T22:42:30.923Z Compiling derive_builder v0.20.2
21062026-07-21T22:42:30.939Z Compiling hyper-tls v0.6.0
21072026-07-21T22:42:31.015Z Compiling serde_with_macros v3.21.0
21082026-07-21T22:42:31.051Z Compiling phf_shared v0.13.1
21092026-07-21T22:42:31.088Z Compiling pin-project v1.1.11
21102026-07-21T22:42:31.149Z Compiling lazy_static v1.5.0
21112026-07-21T22:42:31.165Z Compiling anstyle-parse v0.2.7
21122026-07-21T22:42:31.298Z Compiling terminal_size v0.4.3
21132026-07-21T22:42:31.301Z Compiling futures-executor v0.3.32
21142026-07-21T22:42:31.324Z Compiling async-recursion v1.1.1
21152026-07-21T22:42:31.357Z Compiling clap_derive v4.6.1
21162026-07-21T22:42:31.370Z Compiling serde_repr v0.1.20
21172026-07-21T22:42:31.442Z Compiling enum-as-inner v0.6.1
21182026-07-21T22:42:31.576Z Compiling ff v0.13.1
21192026-07-21T22:42:31.638Z Compiling vergen v9.1.0
21202026-07-21T22:42:31.682Z Compiling cargo-platform v0.3.2
21212026-07-21T22:42:31.832Z Compiling flate2 v1.1.9
21222026-07-21T22:42:31.931Z Compiling clap_lex v1.0.0
21232026-07-21T22:42:31.956Z Compiling bitflags v1.3.2
21242026-07-21T22:42:31.992Z Compiling foldhash v0.1.5
21252026-07-21T22:42:31.995Z Compiling libbz2-rs-sys v0.2.2
21262026-07-21T22:42:32.049Z Compiling base16ct v0.2.0
21272026-07-21T22:42:32.079Z Compiling managed v0.8.0
21282026-07-21T22:42:32.147Z Compiling bumpalo v3.20.2
21292026-07-21T22:42:32.220Z Compiling foldhash v0.2.0
21302026-07-21T22:42:32.355Z Compiling same-file v1.0.6
21312026-07-21T22:42:32.427Z Compiling bzip2 v0.6.1
21322026-07-21T22:42:32.467Z Compiling walkdir v2.5.0
21332026-07-21T22:42:32.485Z Compiling hashbrown v0.16.1
21342026-07-21T22:42:32.515Z Compiling zopfli v0.8.3
21352026-07-21T22:42:32.643Z Compiling sec1 v0.7.3
21362026-07-21T22:42:32.675Z Compiling hashbrown v0.15.5
21372026-07-21T22:42:32.762Z Compiling clap_builder v4.6.0
21382026-07-21T22:42:32.926Z Compiling cargo_metadata v0.23.1
21392026-07-21T22:42:33.021Z Compiling group v0.13.0
21402026-07-21T22:42:33.217Z Compiling futures v0.3.32
21412026-07-21T22:42:33.249Z Compiling anstream v0.6.21
21422026-07-21T22:42:33.530Z Compiling phf v0.13.1
21432026-07-21T22:42:33.550Z Compiling zstd v0.13.3
21442026-07-21T22:42:33.719Z Compiling snafu v0.8.9
21452026-07-21T22:42:33.817Z Compiling reqwest v0.12.28
21462026-07-21T22:42:34.154Z Compiling cipher v0.5.2
21472026-07-21T22:42:34.295Z Compiling signal-hook-mio v0.2.5
21482026-07-21T22:42:34.422Z Compiling daft v0.1.7
21492026-07-21T22:42:34.443Z Compiling cookie_store v0.22.1
21502026-07-21T22:42:34.457Z Compiling postgres-types v0.2.12
21512026-07-21T22:42:34.472Z Compiling bzip2 v0.4.4
21522026-07-21T22:42:34.595Z Compiling globset v0.4.18
21532026-07-21T22:42:34.622Z Compiling ed25519 v2.2.3
21542026-07-21T22:42:34.691Z Compiling strum v0.27.2
21552026-07-21T22:42:34.862Z Compiling hubpack v0.1.2
21562026-07-21T22:42:34.936Z Compiling phf_shared v0.11.3
21572026-07-21T22:42:34.971Z Compiling crossbeam-epoch v0.9.18
21582026-07-21T22:42:34.993Z Compiling hkdf v0.12.4
21592026-07-21T22:42:35.066Z Compiling pkcs1 v0.7.5
21602026-07-21T22:42:35.106Z Compiling olpc-cjson v0.1.4
21612026-07-21T22:42:35.339Z Compiling serde-big-array v0.5.1
21622026-07-21T22:42:35.358Z Compiling serde_plain v1.0.2
21632026-07-21T22:42:35.391Z Compiling pem v3.0.6
21642026-07-21T22:42:35.500Z Compiling crypto-bigint v0.5.5
21652026-07-21T22:42:35.588Z Compiling float-cmp v0.10.0
21662026-07-21T22:42:35.607Z Compiling memmap2 v0.9.10
21672026-07-21T22:42:35.629Z Compiling env_filter v1.0.0
21682026-07-21T22:42:35.698Z Compiling new_debug_unreachable v1.0.6
21692026-07-21T22:42:35.720Z Compiling whoami v2.1.0
21702026-07-21T22:42:35.752Z Compiling data-encoding v2.10.0
21712026-07-21T22:42:35.778Z Compiling fixedbitset v0.4.2
21722026-07-21T22:42:35.854Z Compiling typed-path v0.9.3
21732026-07-21T22:42:35.901Z Compiling difflib v0.4.0
21742026-07-21T22:42:35.927Z Compiling predicates-core v1.0.10
21752026-07-21T22:42:35.974Z Compiling precomputed-hash v0.1.1
21762026-07-21T22:42:36.080Z Compiling fixedbitset v0.5.7
21772026-07-21T22:42:36.108Z Compiling keccak v0.1.6
21782026-07-21T22:42:36.151Z Compiling toml_write v0.1.2
21792026-07-21T22:42:36.206Z Compiling static_assertions v1.1.0
21802026-07-21T22:42:36.316Z Compiling const-oid v0.10.2
21812026-07-21T22:42:36.319Z Compiling normalize-line-endings v0.3.0
21822026-07-21T22:42:36.364Z Compiling jiff v0.2.21
21832026-07-21T22:42:36.364Z Compiling chacha20 v0.10.0
21842026-07-21T22:42:36.395Z Compiling toml_edit v0.22.27
21852026-07-21T22:42:36.398Z Compiling petgraph v0.8.3
21862026-07-21T22:42:36.425Z Compiling predicates v3.1.4
21872026-07-21T22:42:36.443Z Compiling elliptic-curve v0.13.8
21882026-07-21T22:42:36.528Z Compiling digest v0.11.3
21892026-07-21T22:42:36.609Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21902026-07-21T22:42:36.652Z Compiling sha3 v0.10.8
21912026-07-21T22:42:36.683Z Compiling hickory-proto v0.25.2
21922026-07-21T22:42:36.760Z Compiling string_cache v0.8.9
21932026-07-21T22:42:36.834Z Compiling petgraph v0.6.5
21942026-07-21T22:42:36.874Z Compiling tokio-postgres v0.7.16
21952026-07-21T22:42:36.953Z Compiling env_logger v0.11.9
21962026-07-21T22:42:37.017Z Compiling usdt v0.6.0
21972026-07-21T22:42:37.375Z Compiling rsa v0.9.10
21982026-07-21T22:42:38.723Z Compiling ed25519-dalek v2.2.0
21992026-07-21T22:42:38.781Z Compiling iddqd v0.4.2
22002026-07-21T22:42:38.796Z Compiling zip v0.6.6
22012026-07-21T22:42:38.983Z Compiling crossterm v0.28.1
22022026-07-21T22:42:39.040Z Compiling zip v4.6.1
22032026-07-21T22:42:39.446Z Compiling clap v4.6.1
22042026-07-21T22:42:39.732Z Compiling serde_with v3.21.0
22052026-07-21T22:42:39.766Z Compiling similar v2.7.0
22062026-07-21T22:42:39.876Z Compiling byte-wrapper v0.1.0
22072026-07-21T22:42:39.991Z Compiling strum v0.26.3
22082026-07-21T22:42:40.041Z Compiling toml v0.7.8
22092026-07-21T22:42:40.142Z Compiling tokio-stream v0.1.18
22102026-07-21T22:42:40.158Z Compiling buf-list v1.1.2
22112026-07-21T22:42:40.210Z Compiling x509-cert v0.2.5
22122026-07-21T22:42:40.230Z Compiling itertools v0.13.0
22132026-07-21T22:42:40.525Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22142026-07-21T22:42:40.627Z Compiling openapiv3 v2.2.0
22152026-07-21T22:42:41.219Z Compiling lalrpop-util v0.19.12
22162026-07-21T22:42:41.434Z Compiling peg-runtime v0.8.5
22172026-07-21T22:42:57.473Z Compiling rustls-webpki v0.103.13
22182026-07-21T22:42:58.699Z Compiling macaddr v1.0.1
22192026-07-21T22:42:58.835Z Compiling structmeta-derive v0.3.0
22202026-07-21T22:42:58.851Z Compiling darling_core v0.21.3
22212026-07-21T22:42:58.963Z Compiling crucible-workspace-hack v0.1.0
22222026-07-21T22:42:59.003Z Compiling rayon-core v1.13.0
22232026-07-21T22:42:59.089Z Compiling itertools v0.14.0
22242026-07-21T22:42:59.207Z Compiling secrecy v0.10.3
22252026-07-21T22:42:59.301Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22262026-07-21T22:42:59.412Z Compiling heapless v0.8.0
22272026-07-21T22:42:59.427Z Compiling toml_datetime v0.7.5+spec-1.1.0
22282026-07-21T22:42:59.492Z Compiling crossbeam-deque v0.8.6
22292026-07-21T22:42:59.536Z Compiling inout v0.1.4
22302026-07-21T22:42:59.681Z Compiling toml_edit v0.23.10+spec-1.0.0
22312026-07-21T22:42:59.741Z Compiling hash32 v0.3.1
22322026-07-21T22:42:59.745Z Compiling multer v3.1.0
22332026-07-21T22:42:59.772Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22342026-07-21T22:42:59.874Z Compiling structmeta v0.3.0
22352026-07-21T22:42:59.916Z Compiling thread_local v1.1.9
22362026-07-21T22:42:59.932Z Compiling unicode-width v0.2.0
22372026-07-21T22:42:59.948Z Compiling slog-async v2.8.0
22382026-07-21T22:42:59.992Z Compiling smoltcp v0.11.0
22392026-07-21T22:43:00.102Z Compiling compression-core v0.4.31
22402026-07-21T22:43:00.127Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22412026-07-21T22:43:00.252Z Compiling match_cfg v0.1.0
22422026-07-21T22:43:00.299Z Compiling proc-macro-crate v3.4.0
22432026-07-21T22:43:00.319Z Compiling hostname v0.3.1
22442026-07-21T22:43:00.335Z Compiling compression-codecs v0.4.37
22452026-07-21T22:43:00.350Z Compiling derive-ex v0.1.8
22462026-07-21T22:43:00.454Z Compiling cipher v0.4.4
22472026-07-21T22:43:00.495Z Compiling atomicwrites v0.4.4
22482026-07-21T22:43:00.622Z Compiling slog-json v2.6.1
22492026-07-21T22:43:00.721Z Compiling crossbeam-channel v0.5.15
22502026-07-21T22:43:00.737Z Compiling half v2.7.1
22512026-07-21T22:43:00.762Z Compiling newtype-uuid-macros v0.1.0
22522026-07-21T22:43:00.793Z Compiling cobs v0.3.0
22532026-07-21T22:43:00.905Z Compiling thiserror-impl-no-std v2.0.2
22542026-07-21T22:43:00.931Z Compiling universal-hash v0.5.1
22552026-07-21T22:43:01.042Z Compiling darling_macro v0.21.3
22562026-07-21T22:43:01.090Z Compiling async-stream-impl v0.3.6
22572026-07-21T22:43:01.106Z Compiling toml_datetime v1.1.1+spec-1.1.0
22582026-07-21T22:43:01.123Z Compiling serde_spanned v1.1.1
22592026-07-21T22:43:01.292Z Compiling tokio-rustls v0.26.4
22602026-07-21T22:43:01.422Z Compiling rustls-platform-verifier v0.6.2
22612026-07-21T22:43:01.514Z Compiling tough v0.22.0
22622026-07-21T22:43:01.550Z Compiling hyper-rustls v0.27.7
22632026-07-21T22:43:01.570Z Compiling darling v0.21.3
22642026-07-21T22:43:01.586Z Compiling is-terminal v0.4.17
22652026-07-21T22:43:01.645Z Compiling proc-macro-error-attr v1.0.4
22662026-07-21T22:43:01.670Z Compiling ingot-macros v0.1.1
22672026-07-21T22:43:01.700Z Compiling dropshot v0.17.1
22682026-07-21T22:43:01.716Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22692026-07-21T22:43:01.877Z Compiling reqwest v0.13.2
22702026-07-21T22:43:01.895Z Compiling ciborium-io v0.2.2
22712026-07-21T22:43:01.912Z Compiling take_mut v0.2.2
22722026-07-21T22:43:01.944Z Compiling term v1.2.1
22732026-07-21T22:43:01.947Z Compiling opaque-debug v0.3.1
22742026-07-21T22:43:01.975Z Compiling convert_case v0.4.0
22752026-07-21T22:43:01.978Z Compiling toml_writer v1.1.1+spec-1.1.0
22762026-07-21T22:43:02.009Z Compiling ciborium-ll v0.2.2
22772026-07-21T22:43:02.044Z Compiling poly1305 v0.8.0
22782026-07-21T22:43:02.267Z Compiling slog-term v2.9.2
22792026-07-21T22:43:02.288Z Compiling toml v1.1.2+spec-1.1.0
22802026-07-21T22:43:02.303Z Compiling derive_more v0.99.20
22812026-07-21T22:43:02.578Z Compiling thiserror-no-std v2.0.2
22822026-07-21T22:43:02.728Z Compiling test-strategy v0.4.5
22832026-07-21T22:43:02.790Z Compiling async-stream v0.3.6
22842026-07-21T22:43:02.810Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22852026-07-21T22:43:03.001Z Compiling postcard v1.1.3
22862026-07-21T22:43:03.306Z Compiling slog-bunyan v2.5.0
22872026-07-21T22:43:03.392Z Compiling num_enum_derive v0.7.6
22882026-07-21T22:43:03.512Z Compiling chacha20 v0.9.1
22892026-07-21T22:43:03.546Z Compiling async-compression v0.4.41
22902026-07-21T22:43:03.784Z Compiling parse-display-derive v0.10.0
22912026-07-21T22:43:04.063Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22922026-07-21T22:43:04.078Z Compiling sha1 v0.11.0
22932026-07-21T22:43:04.305Z Compiling ingot-types v0.1.2
22942026-07-21T22:43:04.384Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22952026-07-21T22:43:04.545Z Compiling proc-macro-crate v1.3.1
22962026-07-21T22:43:04.560Z Compiling waitgroup v0.1.2
22972026-07-21T22:43:04.645Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22982026-07-21T22:43:04.661Z Compiling backon v1.6.0
22992026-07-21T22:43:04.735Z Compiling ingot v0.1.1
23002026-07-21T22:43:04.818Z Compiling password-hash v0.5.0
23012026-07-21T22:43:04.911Z Compiling rustls-pemfile v2.2.0
23022026-07-21T22:43:04.927Z Compiling dropshot_endpoint v0.17.1
23032026-07-21T22:43:04.943Z Compiling blake2 v0.10.6
23042026-07-21T22:43:04.975Z Compiling aead v0.5.2
23052026-07-21T22:43:05.147Z Compiling foreign-types-macros v0.2.3
23062026-07-21T22:43:05.191Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23072026-07-21T22:43:05.215Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23082026-07-21T22:43:05.234Z Compiling serde_path_to_error v0.1.20
23092026-07-21T22:43:05.333Z Compiling hostname v0.4.2
23102026-07-21T22:43:05.360Z Compiling proc-macro-error v1.0.4
23112026-07-21T22:43:05.486Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23122026-07-21T22:43:05.518Z Compiling instant v0.1.13
23132026-07-21T22:43:05.565Z Compiling foreign-types-shared v0.3.1
23142026-07-21T22:43:05.608Z Compiling debug-ignore v1.0.5
23152026-07-21T22:43:05.668Z Compiling backoff v0.4.0
23162026-07-21T22:43:05.685Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23172026-07-21T22:43:05.701Z Compiling parse-display v0.10.0
23182026-07-21T22:43:05.733Z Compiling argon2 v0.5.3
23192026-07-21T22:43:05.772Z Compiling foreign-types v0.5.0
23202026-07-21T22:43:05.776Z Compiling chacha20poly1305 v0.10.1
23212026-07-21T22:43:05.804Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23222026-07-21T22:43:05.819Z Compiling num_enum_derive v0.5.11
23232026-07-21T22:43:05.822Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23242026-07-21T22:43:05.900Z Compiling num_enum v0.7.6
23252026-07-21T22:43:06.019Z Compiling vsss-rs v3.3.4
23262026-07-21T22:43:06.087Z Compiling ciborium v0.2.2
23272026-07-21T22:43:06.259Z Compiling tabwriter v1.4.1
23282026-07-21T22:43:06.262Z Compiling regress v0.10.5
23292026-07-21T22:43:06.508Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23302026-07-21T22:43:06.513Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23312026-07-21T22:43:06.564Z Compiling cstr-argument v0.1.2
23322026-07-21T22:43:06.568Z Compiling humantime v2.3.0
23332026-07-21T22:43:06.643Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23342026-07-21T22:43:06.756Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23352026-07-21T22:43:06.769Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23362026-07-21T22:43:06.786Z Compiling num_enum v0.5.11
23372026-07-21T22:43:06.926Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23382026-07-21T22:43:06.967Z Compiling rayon v1.11.0
23392026-07-21T22:43:07.009Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23402026-07-21T22:43:07.022Z Compiling rand v0.10.1
23412026-07-21T22:43:07.041Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23422026-07-21T22:43:07.045Z Compiling indent_write v2.2.0
23432026-07-21T22:43:07.045Z Compiling libefi-sys v0.1.0
23442026-07-21T22:43:07.127Z Compiling colored v3.1.1
23452026-07-21T22:43:07.156Z Compiling zone_cfg_derive v0.3.1
23462026-07-21T22:43:07.182Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23472026-07-21T22:43:07.197Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23482026-07-21T22:43:07.226Z Compiling camino-tempfile v1.4.1
23492026-07-21T22:43:07.324Z Compiling itertools v0.12.1
23502026-07-21T22:43:07.382Z Compiling usdt-macro v0.5.0
23512026-07-21T22:43:07.422Z Compiling usdt-attr-macro v0.5.0
23522026-07-21T22:43:07.437Z Compiling num-derive v0.4.2
23532026-07-21T22:43:07.523Z Compiling bitfield-struct v0.6.2
23542026-07-21T22:43:07.733Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23552026-07-21T22:43:07.822Z Compiling blake3 v1.8.5
23562026-07-21T22:43:07.857Z Compiling memmap v0.7.0
23572026-07-21T22:43:07.873Z Compiling sigpipe v0.1.3
23582026-07-21T22:43:07.876Z Compiling swrite v0.1.0
23592026-07-21T22:43:08.003Z Compiling glob v0.3.3
23602026-07-21T22:43:08.019Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23612026-07-21T22:43:08.113Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23622026-07-21T22:43:08.178Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23632026-07-21T22:43:08.239Z Compiling usdt v0.5.0
23642026-07-21T22:43:08.373Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23652026-07-21T22:43:08.376Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23662026-07-21T22:43:08.482Z Compiling smf v0.2.3
23672026-07-21T22:43:08.510Z Compiling filetime v0.2.27
23682026-07-21T22:43:08.617Z Compiling arrayvec v0.7.6
23692026-07-21T22:43:08.681Z Compiling zone v0.3.1
23702026-07-21T22:43:08.697Z Compiling constant_time_eq v0.4.2
23712026-07-21T22:43:08.714Z Compiling xattr v1.6.1
23722026-07-21T22:43:08.729Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23732026-07-21T22:43:08.803Z Compiling arrayref v0.3.9
23742026-07-21T22:43:08.829Z Compiling whoami v1.6.1
23752026-07-21T22:43:08.867Z Compiling tar v0.4.46
23762026-07-21T22:43:08.898Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23772026-07-21T22:43:08.913Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23782026-07-21T22:43:08.930Z Compiling tokio-dtrace v0.1.1
23792026-07-21T22:43:08.933Z Compiling console v0.16.2
23802026-07-21T22:43:09.078Z Compiling gethostname v0.5.0
23812026-07-21T22:43:09.200Z Compiling unit-prefix v0.5.2
23822026-07-21T22:43:09.235Z Compiling topological-sort v0.2.2
23832026-07-21T22:43:09.275Z Compiling oxide-tokio-rt v0.1.4
23842026-07-21T22:43:09.327Z Compiling toml v0.8.23
23852026-07-21T22:43:09.405Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23862026-07-21T22:43:09.431Z Compiling indicatif v0.18.4
23872026-07-21T22:43:09.714Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23882026-07-21T22:43:09.798Z Compiling shell-words v1.1.1
23892026-07-21T22:43:19.045Z Compiling progenitor-client v0.14.0
23902026-07-21T22:43:19.045Z Compiling omicron-zone-package v0.12.3
23912026-07-21T22:43:19.286Z Compiling progenitor-extras v0.2.0
23922026-07-21T22:43:19.609Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23932026-07-21T22:43:19.634Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23942026-07-21T22:43:19.664Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23952026-07-21T22:43:19.738Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23962026-07-21T22:43:19.757Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23972026-07-21T22:43:19.811Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23982026-07-21T22:43:19.912Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23992026-07-21T22:43:20.076Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24002026-07-21T22:43:20.523Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24012026-07-21T22:43:24.499Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24022026-07-21T22:43:32.556Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24032026-07-21T22:43:35.772Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24042026-07-21T22:43:36.827Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24052026-07-21T22:43:46.170Z Finished `release` profile [optimized] target(s) in 1m 40s
24062026-07-21T22:43:46.316Z Running `target/release/omicron-package -t test target create -p dev`
24072026-07-21T22:43:46.375ZLogging to: /work/oxidecomputer/omicron/out/LOG
24082026-07-21T22:43:46.379ZCreated new build target 'test' and set it as active
24092026-07-21T22:43:46.379Z
24102026-07-21T22:43:46.379Zreal 1:40.847707973
24112026-07-21T22:43:46.379Zuser 16:31.056095984
24122026-07-21T22:43:46.379Zsys 2:37.449306094
24132026-07-21T22:43:46.379Ztrap 0.472407370
24142026-07-21T22:43:46.379Ztflt 2.211272420
24152026-07-21T22:43:46.379Zdflt 4.221026920
24162026-07-21T22:43:46.380Zkflt 0.000648580
24172026-07-21T22:43:46.380Zlock 52:11.622943706
24182026-07-21T22:43:46.380Zslp 42:43.307438575
24192026-07-21T22:43:46.380Zlat 43.455702475
24202026-07-21T22:43:46.380Zstop 5:10.728198509
24212026-07-21T22:43:46.380Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24222026-07-21T22:43:47.225Z Finished `release` profile [optimized] target(s) in 0.83s
24232026-07-21T22:43:47.293Z Running `target/release/omicron-package -t test package`
24242026-07-21T22:43:47.349ZLogging to: /work/oxidecomputer/omicron/out/LOG
24252026-07-21T22:43:48.733Z Compiling heck v0.5.0
24262026-07-21T22:43:48.733Z Compiling regress v0.11.1
24272026-07-21T22:43:48.965Z Compiling unsafe-libyaml v0.2.11
24282026-07-21T22:43:48.985Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24292026-07-21T22:43:49.013Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24302026-07-21T22:43:49.034Z Compiling derive-where v1.6.0
24312026-07-21T22:43:49.054Z Compiling bytecount v0.6.9
24322026-07-21T22:43:49.057Z Compiling atomicwrites v0.4.4
24332026-07-21T22:43:49.057Z Compiling is-terminal v0.4.17
24342026-07-21T22:43:49.057Z Compiling prettyplease v0.2.37
24352026-07-21T22:43:49.134Z Compiling console v0.15.11
24362026-07-21T22:43:49.137Z Compiling newline-converter v0.3.0
24372026-07-21T22:43:49.137Z Compiling slog-dtrace v0.3.0
24382026-07-21T22:43:49.156Z Compiling resolv-conf v0.7.6
24392026-07-21T22:43:49.176Z Compiling num-rational v0.4.2
24402026-07-21T22:43:49.243Z Compiling num-complex v0.4.6
24412026-07-21T22:43:49.265Z Compiling thread_local v1.1.9
24422026-07-21T22:43:49.269Z Compiling unicode-width v0.1.14
24432026-07-21T22:43:49.269Z Compiling match_cfg v0.1.0
24442026-07-21T22:43:49.327Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24452026-07-21T22:43:49.380Z Compiling cancel-safe-futures v0.1.5
24462026-07-21T22:43:49.402Z Compiling compression-core v0.4.31
24472026-07-21T22:43:49.519Z Compiling serde_yaml v0.9.34+deprecated
24482026-07-21T22:43:49.519Z Compiling hostname v0.3.1
24492026-07-21T22:43:49.597Z Compiling expectorate v1.2.0
24502026-07-21T22:43:49.671Z Compiling num v0.4.3
24512026-07-21T22:43:49.674Z Compiling compression-codecs v0.4.37
24522026-07-21T22:43:49.713Z Compiling multer v3.1.0
24532026-07-21T22:43:49.716Z Compiling slog-async v2.8.0
24542026-07-21T22:43:49.753Z Compiling crossbeam-channel v0.5.15
24552026-07-21T22:43:49.774Z Compiling slog-json v2.6.1
24562026-07-21T22:43:49.798Z Compiling toml_datetime v1.1.1+spec-1.1.0
24572026-07-21T22:43:49.802Z Compiling serde_spanned v1.1.1
24582026-07-21T22:43:49.845Z Compiling take_mut v0.2.2
24592026-07-21T22:43:49.864Z Compiling term v1.2.1
24602026-07-21T22:43:49.961Z Compiling float-ord v0.3.2
24612026-07-21T22:43:49.982Z Compiling toml_writer v1.1.1+spec-1.1.0
24622026-07-21T22:43:50.001Z Compiling linked-hash-map v0.5.6
24632026-07-21T22:43:50.023Z Compiling slog-bunyan v2.5.0
24642026-07-21T22:43:50.095Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24652026-07-21T22:43:50.095Z Compiling async-compression v0.4.41
24662026-07-21T22:43:50.172Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24672026-07-21T22:43:50.192Z Compiling slog-term v2.9.2
24682026-07-21T22:43:50.215Z Compiling toml v1.1.2+spec-1.1.0
24692026-07-21T22:43:50.262Z Compiling lru-cache v0.1.2
24702026-07-21T22:43:50.301Z Compiling oxide-update-engine-types v0.1.2
24712026-07-21T22:43:50.431Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24722026-07-21T22:43:50.452Z Compiling dropshot v0.17.1
24732026-07-21T22:43:50.485Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24742026-07-21T22:43:50.522Z Compiling typify-impl v0.6.2
24752026-07-21T22:43:50.647Z Compiling async-stream v0.3.6
24762026-07-21T22:43:50.667Z Compiling sha1 v0.11.0
24772026-07-21T22:43:50.704Z Compiling progenitor-client v0.14.0
24782026-07-21T22:43:50.743Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24792026-07-21T22:43:50.843Z Compiling waitgroup v0.1.2
24802026-07-21T22:43:50.864Z Compiling rustls-pemfile v2.2.0
24812026-07-21T22:43:50.951Z Compiling backon v1.6.0
24822026-07-21T22:43:50.971Z Compiling hostname v0.4.2
24832026-07-21T22:43:51.003Z Compiling serde_path_to_error v0.1.20
24842026-07-21T22:43:51.042Z Compiling instant v0.1.13
24852026-07-21T22:43:51.045Z Compiling linear-map v1.2.0
24862026-07-21T22:43:51.085Z Compiling debug-ignore v1.0.5
24872026-07-21T22:43:51.139Z Compiling minimal-lexical v0.2.1
24882026-07-21T22:43:51.170Z Compiling backoff v0.4.0
24892026-07-21T22:43:51.197Z Compiling progenitor-extras v0.2.0
24902026-07-21T22:43:51.218Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24912026-07-21T22:43:51.295Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24922026-07-21T22:43:51.381Z Compiling nom v7.1.3
24932026-07-21T22:43:51.403Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24942026-07-21T22:43:51.423Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24952026-07-21T22:43:51.426Z Compiling parse-display v0.10.0
24962026-07-21T22:43:51.489Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24972026-07-21T22:43:51.575Z Compiling oxide-update-engine v0.1.2
24982026-07-21T22:43:51.731Z Compiling hickory-proto v0.24.4
24992026-07-21T22:43:52.167Z Compiling regress v0.10.5
25002026-07-21T22:43:52.350Z Compiling macaddr v1.0.1
25012026-07-21T22:43:52.603Z Compiling unicode-xid v0.2.6
25022026-07-21T22:43:52.653Z Compiling humantime v2.3.0
25032026-07-21T22:43:52.864Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25042026-07-21T22:43:52.923Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25052026-07-21T22:43:52.953Z Compiling convert_case v0.10.0
25062026-07-21T22:43:53.124Z Compiling owo-colors v4.3.0
25072026-07-21T22:43:53.185Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25082026-07-21T22:43:53.248Z Compiling derive_more-impl v2.1.1
25092026-07-21T22:43:53.374Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25102026-07-21T22:43:53.402Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25112026-07-21T22:43:53.568Z Compiling toml v0.8.23
25122026-07-21T22:43:53.973Z Compiling typify-macro v0.6.2
25132026-07-21T22:43:54.061Z Compiling derive_more v2.1.1
25142026-07-21T22:43:54.088Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25152026-07-21T22:43:54.178Z Compiling papergrid v0.11.0
25162026-07-21T22:43:54.200Z Compiling tabled_derive v0.7.0
25172026-07-21T22:43:54.220Z Compiling termtree v0.5.1
25182026-07-21T22:43:54.254Z Compiling hickory-resolver v0.24.4
25192026-07-21T22:43:54.419Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25202026-07-21T22:43:54.700Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25212026-07-21T22:43:55.166Z Compiling tabled v0.15.0
25222026-07-21T22:43:55.337Z Compiling crossterm v0.29.0
25232026-07-21T22:43:55.598Z Compiling typify v0.6.2
25242026-07-21T22:43:55.879Z Compiling progenitor-impl v0.14.0
25252026-07-21T22:43:56.272Z Compiling qorb v0.4.1
25262026-07-21T22:43:56.493Z Compiling phf_shared v0.12.1
25272026-07-21T22:43:56.756Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25282026-07-21T22:43:57.303Z Compiling csv-core v0.1.13
25292026-07-21T22:43:57.742Z Compiling vte v0.14.1
25302026-07-21T22:43:57.995Z Compiling highway v1.3.0
25312026-07-21T22:43:58.131Z Compiling progenitor-macro v0.14.0
25322026-07-21T22:43:58.717Z Compiling chrono-tz v0.10.4
25332026-07-21T22:43:58.985Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25342026-07-21T22:43:59.281Z Compiling strip-ansi-escapes v0.2.1
25352026-07-21T22:43:59.366Z Compiling csv v1.4.0
25362026-07-21T22:43:59.477Z Compiling phf v0.12.1
25372026-07-21T22:43:59.684Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25382026-07-21T22:43:59.756Z Compiling const_format_proc_macros v0.2.34
25392026-07-21T22:43:59.863Z Compiling fd-lock v4.0.4
25402026-07-21T22:43:59.929Z Compiling peg-macros v0.8.5
25412026-07-21T22:44:00.136Z Compiling nu-ansi-term v0.50.3
25422026-07-21T22:44:00.195Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25432026-07-21T22:44:00.397Z Compiling reedline v0.40.0
25442026-07-21T22:44:00.555Z Compiling const_format v0.2.35
25452026-07-21T22:44:01.042Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25462026-07-21T22:44:01.269Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25472026-07-21T22:44:01.901Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25482026-07-21T22:44:02.221Z Compiling progenitor v0.14.0
25492026-07-21T22:44:02.290Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25502026-07-21T22:44:02.403Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25512026-07-21T22:44:02.425Z Compiling peg v0.8.5
25522026-07-21T22:44:02.482Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25532026-07-21T22:44:02.529Z Compiling bcs v0.1.6
25542026-07-21T22:44:02.979Z Compiling nom v8.0.0
25552026-07-21T22:44:03.216Z Compiling semver v0.1.20
25562026-07-21T22:44:03.535Z Compiling rustc_version v0.1.7
25572026-07-21T22:44:03.770Z Compiling newtype_derive v0.1.6
25582026-07-21T22:44:04.008Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25592026-07-21T22:44:04.257Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25602026-07-21T22:44:04.479Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25612026-07-21T22:44:04.586Z Compiling unicode-linebreak v0.1.5
25622026-07-21T22:44:04.907Z Compiling smawk v0.3.2
25632026-07-21T22:44:04.943Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25642026-07-21T22:44:04.964Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25652026-07-21T22:44:05.060Z Compiling textwrap v0.16.2
25662026-07-21T22:44:05.253Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25672026-07-21T22:44:05.275Z Compiling steno v0.4.1
25682026-07-21T22:44:05.386Z Compiling base64 v0.21.7
25692026-07-21T22:44:05.838Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25702026-07-21T22:44:05.939Z Compiling dropshot-api-manager-types v0.7.2
25712026-07-21T22:44:06.255Z Compiling sha1 v0.10.6
25722026-07-21T22:44:06.535Z Compiling tagptr v0.2.0
25732026-07-21T22:44:06.652Z Compiling utf-8 v0.7.6
25742026-07-21T22:44:06.691Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25752026-07-21T22:44:06.726Z Compiling moka v0.12.13
25762026-07-21T22:44:06.837Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25772026-07-21T22:44:06.895Z Compiling tungstenite v0.21.0
25782026-07-21T22:44:06.956Z Compiling display-error-chain v0.2.2
25792026-07-21T22:44:07.133Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25802026-07-21T22:44:07.188Z Compiling radium v0.7.0
25812026-07-21T22:44:07.312Z Compiling tap v1.0.1
25822026-07-21T22:44:07.461Z Compiling maybe-uninit v2.0.0
25832026-07-21T22:44:07.502Z Compiling tokio-tungstenite v0.21.0
25842026-07-21T22:44:07.894Z Compiling hickory-resolver v0.25.2
25852026-07-21T22:44:07.990Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25862026-07-21T22:44:08.159Z Compiling wyz v0.5.1
25872026-07-21T22:44:08.231Z Compiling vergen-lib v0.1.6
25882026-07-21T22:44:08.397Z Compiling zerocopy-derive v0.6.6
25892026-07-21T22:44:08.470Z Compiling diesel_derives v2.3.7
25902026-07-21T22:44:08.705Z Compiling crc-catalog v2.4.0
25912026-07-21T22:44:08.831Z Compiling packed_struct v0.10.1
25922026-07-21T22:44:09.037Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25932026-07-21T22:44:09.199Z Compiling funty v2.0.0
25942026-07-21T22:44:09.237Z Compiling zerocopy v0.6.6
25952026-07-21T22:44:09.673Z Compiling bitvec v1.0.1
25962026-07-21T22:44:10.074Z Compiling crc v3.4.0
25972026-07-21T22:44:10.396Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25982026-07-21T22:44:10.460Z Compiling dsl_auto_type v0.2.0
25992026-07-21T22:44:10.492Z Compiling scheduled-thread-pool v0.2.7
26002026-07-21T22:44:10.819Z Compiling packed_struct_codegen v0.10.1
26012026-07-21T22:44:11.005Z Compiling vergen-gitcl v1.0.8
26022026-07-21T22:44:11.090Z Compiling diesel_table_macro_syntax v0.3.0
26032026-07-21T22:44:11.246Z Compiling bitfield-macros v0.19.4
26042026-07-21T22:44:11.286Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26052026-07-21T22:44:11.321Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26062026-07-21T22:44:11.421Z Compiling proc-macro-error-attr2 v2.0.0
26072026-07-21T22:44:11.557Z Compiling dirs-sys-next v0.1.2
26082026-07-21T22:44:11.842Z Compiling indexmap v1.9.3
26092026-07-21T22:44:11.870Z Compiling maplit v1.0.2
26102026-07-21T22:44:11.920Z Compiling glob v0.3.3
26112026-07-21T22:44:11.993Z Compiling crunchy v0.2.4
26122026-07-21T22:44:12.014Z Compiling nodrop v0.1.14
26132026-07-21T22:44:12.131Z Compiling array-init v0.0.4
26142026-07-21T22:44:12.151Z Compiling bitfield v0.19.4
26152026-07-21T22:44:12.280Z Compiling clang-sys v1.8.1
26162026-07-21T22:44:12.334Z Compiling proc-macro-error2 v2.0.1
26172026-07-21T22:44:12.525Z Compiling dirs-next v2.0.0
26182026-07-21T22:44:12.709Z Compiling r2d2 v0.8.10
26192026-07-21T22:44:12.737Z Compiling smallvec v0.6.14
26202026-07-21T22:44:13.020Z Compiling num-derive v0.3.3
26212026-07-21T22:44:13.023Z Compiling hashbrown v0.12.3
26222026-07-21T22:44:13.326Z Compiling tiny-keccak v2.0.2
26232026-07-21T22:44:13.559Z Compiling downcast-rs v2.0.2
26242026-07-21T22:44:13.707Z Compiling serde-hex v0.1.0
26252026-07-21T22:44:13.812Z Compiling tabled_derive v0.11.0
26262026-07-21T22:44:13.834Z Compiling term v0.7.0
26272026-07-21T22:44:13.930Z Compiling libscf-sys v1.1.0
26282026-07-21T22:44:14.049Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26292026-07-21T22:44:14.121Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26302026-07-21T22:44:14.188Z Compiling ron v0.8.1
26312026-07-21T22:44:14.209Z Compiling papergrid v0.17.0
26322026-07-21T22:44:14.346Z Compiling testing_table v0.3.0
26332026-07-21T22:44:14.369Z Compiling hashbrown v0.13.2
26342026-07-21T22:44:14.388Z Compiling crc-any v2.5.0
26352026-07-21T22:44:14.788Z Compiling bit-vec v0.6.3
26362026-07-21T22:44:14.897Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26372026-07-21T22:44:15.024Z Compiling bit-set v0.5.3
26382026-07-21T22:44:15.041Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26392026-07-21T22:44:15.065Z Compiling object v0.30.4
26402026-07-21T22:44:15.207Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26412026-07-21T22:44:15.440Z Compiling tabled v0.20.0
26422026-07-21T22:44:15.701Z Compiling ascii-canvas v3.0.0
26432026-07-21T22:44:15.893Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26442026-07-21T22:44:15.963Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26452026-07-21T22:44:16.579Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26462026-07-21T22:44:16.610Z Compiling progenitor-impl v0.13.0
26472026-07-21T22:44:16.753Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26482026-07-21T22:44:16.836Zwarning: use of deprecated method `openssl::asn1::Asn1StringRef::as_utf8`: truncates at the first interior NUL byte; use `to_string` instead
26492026-07-21T22:44:16.836Z --> certificates/src/openssl_ext.rs:91:39
26502026-07-21T22:44:16.836Z |
26512026-07-21T22:44:16.836Z91 | .map(|entry| entry.data().as_utf8());
26522026-07-21T22:44:16.836Z | ^^^^^^^
26532026-07-21T22:44:16.836Z |
26542026-07-21T22:44:16.836Z = note: `#[warn(deprecated)]` on by default
26552026-07-21T22:44:16.836Z
26562026-07-21T22:44:17.008Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26572026-07-21T22:44:17.059Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26582026-07-21T22:44:17.232Zwarning: `omicron-certificates` (lib) generated 1 warning
26592026-07-21T22:44:17.240Z Compiling itertools v0.10.5
26602026-07-21T22:44:17.269Z Compiling ena v0.14.4
26612026-07-21T22:44:17.291Z Compiling libloading v0.8.9
26622026-07-21T22:44:17.386Z Compiling diesel v2.3.7
26632026-07-21T22:44:17.514Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26642026-07-21T22:44:17.536Z Compiling bindgen v0.71.1
26652026-07-21T22:44:17.769Z Compiling unicase v2.9.0
26662026-07-21T22:44:17.845Z Compiling path-slash v0.1.5
26672026-07-21T22:44:18.033Z Compiling xshell-macros v0.2.7
26682026-07-21T22:44:18.070Z Compiling regex-syntax v0.6.29
26692026-07-21T22:44:18.349Z Compiling diff v0.1.13
26702026-07-21T22:44:18.453Z Compiling xshell v0.2.7
26712026-07-21T22:44:18.531Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26722026-07-21T22:44:18.752Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26732026-07-21T22:44:18.778Z Compiling progenitor-macro v0.13.0
26742026-07-21T22:44:19.767Z Compiling lalrpop v0.19.12
26752026-07-21T22:44:19.973Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26762026-07-21T22:44:20.862Z Compiling cexpr v0.6.0
26772026-07-21T22:44:21.498Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26782026-07-21T22:44:21.734Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26792026-07-21T22:44:22.216Z Compiling progenitor-client v0.13.0
26802026-07-21T22:44:22.755Z Compiling rustc-hash v2.1.1
26812026-07-21T22:44:22.850Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26822026-07-21T22:44:22.948Z Compiling progenitor v0.13.0
26832026-07-21T22:44:23.173Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26842026-07-21T22:44:23.351Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26852026-07-21T22:44:23.854Z Compiling headers-core v0.3.0
26862026-07-21T22:44:24.018Z Compiling libxml v0.3.3
26872026-07-21T22:44:24.044Z Compiling crc8 v0.1.1
26882026-07-21T22:44:24.125Z Compiling headers v0.4.1
26892026-07-21T22:44:24.201Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26902026-07-21T22:44:24.363Z Compiling strum_macros v0.24.3
26912026-07-21T22:44:24.419Z Compiling indoc v1.0.9
26922026-07-21T22:44:24.617Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26932026-07-21T22:44:24.847Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26942026-07-21T22:44:24.881Z Compiling derive_builder v0.20.2
26952026-07-21T22:44:25.048Z Compiling oso-derive v0.27.3
26962026-07-21T22:44:25.082Z Compiling quick-xml v0.37.5
26972026-07-21T22:44:25.580Z Compiling impl-trait-for-tuples v0.2.3
26982026-07-21T22:44:25.641Z Compiling openssl-probe v0.1.6
26992026-07-21T22:44:25.694Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27002026-07-21T22:44:25.806Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27012026-07-21T22:44:25.936Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27022026-07-21T22:44:26.168Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27032026-07-21T22:44:26.385Z Compiling bb8 v0.8.6
27042026-07-21T22:44:26.434Z Compiling trait-variant v0.1.2
27052026-07-21T22:44:26.789Z Compiling half v1.8.3
27062026-07-21T22:44:26.913Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27072026-07-21T22:44:27.004Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27082026-07-21T22:44:27.200Z Compiling polar-core v0.27.3
27092026-07-21T22:44:27.238Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27102026-07-21T22:44:27.525Z Compiling samael v0.0.19
27112026-07-21T22:44:27.745Z Compiling serde_cbor v0.11.2
27122026-07-21T22:44:27.780Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27132026-07-21T22:44:28.060Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27142026-07-21T22:44:28.113Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27152026-07-21T22:44:28.227Z Compiling nonempty v0.12.0
27162026-07-21T22:44:28.449Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27172026-07-21T22:44:28.484Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27182026-07-21T22:44:28.762Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27192026-07-21T22:44:28.782Z Compiling fxhash v0.2.1
27202026-07-21T22:44:28.955Z Compiling libz-sys v1.1.24
27212026-07-21T22:44:29.029Z Compiling salty v0.3.0
27222026-07-21T22:44:29.503Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27232026-07-21T22:44:29.682Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27242026-07-21T22:44:30.178Z Compiling kstat-rs v0.2.4
27252026-07-21T22:44:30.309Z Compiling arc-swap v1.8.2
27262026-07-21T22:44:30.688Z Compiling fs-err v2.11.0
27272026-07-21T22:44:30.799Z Compiling slog-scope v4.4.1
27282026-07-21T22:44:30.942Z Compiling mime_guess v2.0.5
27292026-07-21T22:44:31.094Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27302026-07-21T22:44:31.119Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27312026-07-21T22:44:31.493Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27322026-07-21T22:44:31.805Z Compiling rfc6979 v0.4.0
27332026-07-21T22:44:31.916Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27342026-07-21T22:44:31.995Z Compiling nanorand v0.7.0
27352026-07-21T22:44:32.367Z Compiling libgit2-sys v0.18.3+1.9.2
27362026-07-21T22:44:32.388Z Compiling parking_lot_core v0.8.6
27372026-07-21T22:44:32.721Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27382026-07-21T22:44:32.815Z Compiling flume v0.11.1
27392026-07-21T22:44:33.026Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27402026-07-21T22:44:33.221Z Compiling ecdsa v0.16.9
27412026-07-21T22:44:34.186Z Compiling slog-stdlog v4.1.1
27422026-07-21T22:44:34.496Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27432026-07-21T22:44:34.680Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27442026-07-21T22:44:34.733Z Compiling primeorder v0.13.6
27452026-07-21T22:44:35.056Z Compiling diesel-dtrace v0.5.0
27462026-07-21T22:44:35.386Z Compiling async-bb8-diesel v0.2.1
27472026-07-21T22:44:35.431Z Compiling git-stub v1.0.0
27482026-07-21T22:44:35.708Z Compiling atty v0.2.14
27492026-07-21T22:44:35.829Z Compiling http-range v0.1.5
27502026-07-21T22:44:35.854Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27512026-07-21T22:44:35.927Z Compiling instability v0.3.11
27522026-07-21T22:44:36.110Z Compiling strsim v0.10.0
27532026-07-21T22:44:36.175Z Compiling parse-size v1.1.0
27542026-07-21T22:44:36.228Z Compiling oso v0.27.3
27552026-07-21T22:44:36.407Z Compiling darling_core v0.13.4
27562026-07-21T22:44:36.427Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27572026-07-21T22:44:38.098Z Compiling git-stub-vcs v0.1.0
27582026-07-21T22:44:38.333Z Compiling p384 v0.13.1
27592026-07-21T22:44:38.460Z Compiling slog-envlogger v2.2.0
27602026-07-21T22:44:40.498Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27612026-07-21T22:44:40.547Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27622026-07-21T22:44:40.655Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27632026-07-21T22:44:40.868Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27642026-07-21T22:44:42.057Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27652026-07-21T22:44:42.648Z Compiling ignore v0.4.25
27662026-07-21T22:44:42.747Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27672026-07-21T22:44:43.253Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27682026-07-21T22:44:43.277Z Compiling castaway v0.2.4
27692026-07-21T22:44:43.439Z Compiling vergen-git2 v9.1.0
27702026-07-21T22:44:43.690Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27712026-07-21T22:44:43.943Z Compiling indoc v2.0.7
27722026-07-21T22:44:44.702Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27732026-07-21T22:44:45.227Z Compiling compact_str v0.8.1
27742026-07-21T22:44:45.254Z Compiling globwalk v0.9.1
27752026-07-21T22:44:45.508Z Compiling parking_lot v0.11.2
27762026-07-21T22:44:45.582Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27772026-07-21T22:44:45.915Z Compiling hyper-staticfile v0.10.1
27782026-07-21T22:44:46.239Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27792026-07-21T22:44:46.462Z Compiling darling_macro v0.13.4
27802026-07-21T22:44:46.686Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27812026-07-21T22:44:46.732Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27822026-07-21T22:44:47.008Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27832026-07-21T22:44:47.083Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27842026-07-21T22:44:47.105Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27852026-07-21T22:44:47.349Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27862026-07-21T22:44:47.591Z Compiling predicates-tree v1.0.13
27872026-07-21T22:44:47.805Z Compiling unicode-truncate v1.1.0
27882026-07-21T22:44:48.022Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27892026-07-21T22:44:48.046Z Compiling lru v0.12.5
27902026-07-21T22:44:48.278Z Compiling rand_seeder v0.4.0
27912026-07-21T22:44:48.298Z Compiling prefix-trie v0.7.0
27922026-07-21T22:44:48.326Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27932026-07-21T22:44:48.539Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27942026-07-21T22:44:48.790Z Compiling corncobs v0.1.4
27952026-07-21T22:44:48.810Z Compiling cassowary v0.3.0
27962026-07-21T22:44:48.834Z Compiling illumos-nvpair-sys v0.2.0
27972026-07-21T22:44:48.976Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27982026-07-21T22:44:49.010Z Compiling hickory-server v0.25.2
27992026-07-21T22:44:49.077Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28002026-07-21T22:44:49.129Z Compiling ratatui v0.29.0
28012026-07-21T22:44:49.306Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
28022026-07-21T22:44:49.339Z Compiling camino-tempfile-ext v0.3.3
28032026-07-21T22:44:49.590Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28042026-07-21T22:44:49.706Z Compiling darling v0.13.4
28052026-07-21T22:44:49.821Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28062026-07-21T22:44:50.253Z Compiling sled v0.34.7
28072026-07-21T22:44:50.426Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28082026-07-21T22:44:50.564Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28092026-07-21T22:44:51.495Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28102026-07-21T22:44:52.555Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28112026-07-21T22:44:52.657Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28122026-07-21T22:44:52.895Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28132026-07-21T22:44:53.136Z Compiling secrecy v0.8.0
28142026-07-21T22:44:53.335Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28152026-07-21T22:44:54.094Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28162026-07-21T22:44:54.126Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28172026-07-21T22:44:54.575Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28182026-07-21T22:44:54.773Z Compiling serde_with_macros v1.5.2
28192026-07-21T22:44:55.604Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28202026-07-21T22:44:56.220Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28212026-07-21T22:44:56.679Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28222026-07-21T22:44:56.828Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28232026-07-21T22:44:57.074Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28242026-07-21T22:44:57.320Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28252026-07-21T22:44:57.499Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28262026-07-21T22:44:57.609Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28272026-07-21T22:44:57.756Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28282026-07-21T22:44:57.900Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28292026-07-21T22:44:58.011Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28302026-07-21T22:44:58.070Z Compiling git2 v0.20.4
28312026-07-21T22:44:58.097Z Compiling void v1.0.2
28322026-07-21T22:44:58.246Z Compiling lzss v0.8.2
28332026-07-21T22:44:58.602Z Compiling illumos-nvpair v0.3.0
28342026-07-21T22:44:58.880Z Compiling serde_with v1.14.0
28352026-07-21T22:44:59.110Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28362026-07-21T22:44:59.733Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28372026-07-21T22:45:00.081Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28382026-07-21T22:45:00.796Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28392026-07-21T22:45:01.133Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28402026-07-21T22:45:01.256Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
28412026-07-21T22:45:01.822Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28422026-07-21T22:45:02.122Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28432026-07-21T22:45:02.534Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28442026-07-21T22:45:02.782Z Compiling tungstenite v0.23.0
28452026-07-21T22:45:03.237Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28462026-07-21T22:45:04.004Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28472026-07-21T22:45:05.163Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28482026-07-21T22:45:05.232Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28492026-07-21T22:45:05.330Z Compiling nix v0.27.1
28502026-07-21T22:45:05.407Z Compiling twox-hash v2.1.2
28512026-07-21T22:45:05.481Z Compiling libsw-core v0.3.2
28522026-07-21T22:45:05.700Z Compiling serde_bytes v0.11.19
28532026-07-21T22:45:05.928Z Compiling libsw v3.5.0
28542026-07-21T22:45:06.004Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28552026-07-21T22:45:06.164Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28562026-07-21T22:45:06.216Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28572026-07-21T22:45:06.294Z Compiling tokio-tungstenite v0.23.1
28582026-07-21T22:45:06.501Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28592026-07-21T22:45:06.668Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28602026-07-21T22:45:07.406Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28612026-07-21T22:45:08.794Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28622026-07-21T22:45:09.468Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28632026-07-21T22:45:10.202Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28642026-07-21T22:45:10.630Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28652026-07-21T22:45:10.940Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28662026-07-21T22:45:11.105Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28672026-07-21T22:45:11.275Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28682026-07-21T22:45:11.688Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28692026-07-21T22:45:11.709Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28702026-07-21T22:45:12.035Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28712026-07-21T22:45:12.504Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28722026-07-21T22:45:12.951Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28732026-07-21T22:45:13.405Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28742026-07-21T22:45:15.139Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28752026-07-21T22:45:15.769Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28762026-07-21T22:45:16.937Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28772026-07-21T22:45:17.657Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28782026-07-21T22:45:17.681Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28792026-07-21T22:45:17.919Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28802026-07-21T22:45:18.125Z Compiling signal-hook-tokio v0.3.1
28812026-07-21T22:45:18.283Z Compiling fatfs v0.3.6
28822026-07-21T22:45:18.328Z Compiling yasna v0.5.2
28832026-07-21T22:45:18.667Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28842026-07-21T22:45:18.848Z Compiling assert_matches v1.5.0
28852026-07-21T22:45:18.964Z Compiling is_ci v1.2.0
28862026-07-21T22:45:19.180Z Compiling seq-macro v0.3.6
28872026-07-21T22:45:19.402Z Compiling supports-color v3.0.2
28882026-07-21T22:45:19.565Z Compiling rcgen v0.12.1
28892026-07-21T22:45:19.699Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28902026-07-21T22:45:19.966Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28912026-07-21T22:45:21.167Z Compiling oxide-update-engine-display v0.1.2
28922026-07-21T22:45:22.179Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28932026-07-21T22:45:22.469Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28942026-07-21T22:45:22.505Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28952026-07-21T22:45:22.723Z Compiling port-file v0.1.0
28962026-07-21T22:45:22.766Z Compiling rtoolbox v0.0.3
28972026-07-21T22:45:23.059Z Compiling subprocess v0.2.15
28982026-07-21T22:45:23.059Z Compiling rpassword v7.5.4
28992026-07-21T22:45:23.731Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29002026-07-21T22:45:24.195Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29012026-07-21T22:45:25.478Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29022026-07-21T22:45:25.615Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29032026-07-21T22:45:25.871Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29042026-07-21T22:45:26.057Z Compiling tui-tree-widget v0.23.1
29052026-07-21T22:45:26.359Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29062026-07-21T22:45:28.129Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29072026-07-21T22:45:28.478Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29082026-07-21T22:45:28.720Z Compiling uzers v0.12.2
29092026-07-21T22:45:29.197Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29102026-07-21T22:45:29.325Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29112026-07-21T22:45:30.389Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29122026-07-21T22:45:31.864Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29132026-07-21T22:45:32.952Z Compiling support-bundle-viewer v0.1.2
29142026-07-21T22:45:34.834Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29152026-07-21T22:45:35.201Z Compiling multimap v0.10.1
29162026-07-21T22:45:49.068Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29172026-07-21T22:45:52.519Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29182026-07-21T22:45:56.543Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29192026-07-21T22:45:57.715Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29202026-07-21T22:46:00.074Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29212026-07-21T22:52:14.109Z Finished `release` profile [optimized] target(s) in 8m 26s
29222026-07-21T22:53:00.550Z
29232026-07-21T22:53:00.550Zreal 9:14.146937350
29242026-07-21T22:53:00.550Zuser 1:18:50.742887196
29252026-07-21T22:53:00.550Zsys 3:31.530038680
29262026-07-21T22:53:00.551Ztrap 1.772480101
29272026-07-21T22:53:00.554Ztflt 2.366264589
29282026-07-21T22:53:00.554Zdflt 18.712885250
29292026-07-21T22:53:00.554Zkflt 0.028735909
29302026-07-21T22:53:00.554Zlock 6:39:05.114301530
29312026-07-21T22:53:00.554Zslp 2:11:00.198257497
29322026-07-21T22:53:00.554Zlat 2:18.252865332
29332026-07-21T22:53:00.554Zstop 5:05.676720069
29342026-07-21T22:53:00.554Z+ mapfile -t packages
29352026-07-21T22:53:00.554Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29362026-07-21T22:53:01.455Z Finished `release` profile [optimized] target(s) in 0.89s
29372026-07-21T22:53:01.522Z Running `target/release/omicron-package -t test list-outputs`
29382026-07-21T22:53:01.579ZLogging to: /work/oxidecomputer/omicron/out/LOG
29392026-07-21T22:53:01.582Z+ ptime -m cargo build --locked --release -p xtask
29402026-07-21T22:53:02.054Z Compiling libc v0.2.185
29412026-07-21T22:53:02.054Z Compiling serde_core v1.0.228
29422026-07-21T22:53:02.054Z Compiling serde v1.0.228
29432026-07-21T22:53:02.057Z Compiling rustix v1.1.3
29442026-07-21T22:53:02.057Z Compiling serde_json v1.0.150
29452026-07-21T22:53:02.150Z Compiling bitflags v2.11.0
29462026-07-21T22:53:02.208Z Compiling usdt-impl v0.5.0
29472026-07-21T22:53:02.221Z Compiling syn v2.0.117
29482026-07-21T22:53:02.224Z Compiling syn v1.0.109
29492026-07-21T22:53:02.242Z Compiling log v0.4.29
29502026-07-21T22:53:02.253Z Compiling getrandom v0.4.1
29512026-07-21T22:53:02.263Z Compiling indexmap v2.14.0
29522026-07-21T22:53:02.275Z Compiling fs-err v3.3.0
29532026-07-21T22:53:02.497Z Compiling anyhow v1.0.102
29542026-07-21T22:53:02.543Z Compiling once_cell v1.21.3
29552026-07-21T22:53:02.557Z Compiling heck v0.4.1
29562026-07-21T22:53:02.938Z Compiling thread-id v4.2.2
29572026-07-21T22:53:02.964Z Compiling errno v0.3.14
29582026-07-21T22:53:02.967Z Compiling memmap v0.7.0
29592026-07-21T22:53:03.692Z Compiling proc-macro-error v1.0.4
29602026-07-21T22:53:03.933Z Compiling terminal_size v0.4.3
29612026-07-21T22:53:03.933Z Compiling tempfile v3.25.0
29622026-07-21T22:53:03.955Z Compiling tabled_derive v0.7.0
29632026-07-21T22:53:04.040Z Compiling clap_builder v4.6.0
29642026-07-21T22:53:04.041Z Compiling textwrap v0.16.2
29652026-07-21T22:53:04.326Z Compiling camino v1.2.2
29662026-07-21T22:53:04.326Z Compiling semver v1.0.28
29672026-07-21T22:53:04.358Z Compiling cargo-platform v0.3.2
29682026-07-21T22:53:04.476Z Compiling pest_generator v2.8.6
29692026-07-21T22:53:04.633Z Compiling camino-tempfile v1.4.1
29702026-07-21T22:53:04.660Z Compiling tabled v0.15.0
29712026-07-21T22:53:04.935Z Compiling serde_derive v1.0.228
29722026-07-21T22:53:04.935Z Compiling thiserror-impl v1.0.69
29732026-07-21T22:53:04.938Z Compiling zerocopy-derive v0.7.35
29742026-07-21T22:53:04.938Z Compiling scroll_derive v0.12.1
29752026-07-21T22:53:04.938Z Compiling thiserror-impl v2.0.18
29762026-07-21T22:53:04.938Z Compiling clap_derive v4.6.1
29772026-07-21T22:53:05.002Z Compiling pest_derive v2.8.6
29782026-07-21T22:53:05.659Z Compiling scroll v0.12.0
29792026-07-21T22:53:05.802Z Compiling zerocopy v0.7.35
29802026-07-21T22:53:05.914Z Compiling goblin v0.8.2
29812026-07-21T22:53:06.111Z Compiling thiserror v1.0.69
29822026-07-21T22:53:06.221Z Compiling dtrace-parser v0.2.0
29832026-07-21T22:53:06.403Z Compiling thiserror v2.0.18
29842026-07-21T22:53:06.415Z Compiling clap v4.6.1
29852026-07-21T22:53:08.166Z Compiling dof v0.3.0
29862026-07-21T22:53:08.192Z Compiling serde_tokenstream v0.2.3
29872026-07-21T22:53:08.227Z Compiling toml_datetime v0.6.11
29882026-07-21T22:53:08.259Z Compiling serde_spanned v0.6.9
29892026-07-21T22:53:08.320Z Compiling cargo_metadata v0.23.1
29902026-07-21T22:53:08.366Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29912026-07-21T22:53:08.411Z Compiling macaddr v1.0.1
29922026-07-21T22:53:08.451Z Compiling toml_edit v0.22.27
29932026-07-21T22:53:08.890Z Compiling usdt-attr-macro v0.5.0
29942026-07-21T22:53:08.903Z Compiling usdt-macro v0.5.0
29952026-07-21T22:53:09.564Z Compiling usdt v0.5.0
29962026-07-21T22:53:09.980Z Compiling toml v0.8.23
29972026-07-21T22:53:10.412Z Compiling cargo_toml v0.21.0
29982026-07-21T22:53:14.859Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29992026-07-21T22:53:18.076Z Finished `release` profile [optimized] target(s) in 16.48s
30002026-07-21T22:53:18.220Z
30012026-07-21T22:53:18.220Zreal 16.600666822
30022026-07-21T22:53:18.223Zuser 2:05.535845016
30032026-07-21T22:53:18.223Zsys 14.221735372
30042026-07-21T22:53:18.223Ztrap 0.079231698
30052026-07-21T22:53:18.223Ztflt 0.378456947
30062026-07-21T22:53:18.223Zdflt 1.492563853
30072026-07-21T22:53:18.223Zkflt 0.000023350
30082026-07-21T22:53:18.223Zlock 4:35.088611675
30092026-07-21T22:53:18.223Zslp 2:47.788198629
30102026-07-21T22:53:18.223Zlat 4.238199958
30112026-07-21T22:53:18.223Zstop 14.653374194
30122026-07-21T22:53:18.223Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30132026-07-21T22:53:18.223Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30142026-07-21T22:53:18.223Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30152026-07-21T22:53:18.224Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30162026-07-21T22:53:18.224Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30172026-07-21T22:53:19.141Z Compiling progenitor-client v0.14.0
30182026-07-21T22:53:19.141Z Compiling newtype-uuid-macros v0.1.0
30192026-07-21T22:53:19.142Z Compiling match_cfg v0.1.0
30202026-07-21T22:53:19.145Z Compiling slog-json v2.6.1
30212026-07-21T22:53:19.145Z Compiling structmeta-derive v0.3.0
30222026-07-21T22:53:19.145Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30232026-07-21T22:53:19.289Z Compiling sha1 v0.11.0
30242026-07-21T22:53:19.292Z Compiling multer v3.1.0
30252026-07-21T22:53:19.293Z Compiling compression-core v0.4.31
30262026-07-21T22:53:19.306Z Compiling debug-ignore v1.0.5
30272026-07-21T22:53:19.309Z Compiling itertools v0.14.0
30282026-07-21T22:53:19.309Z Compiling async-stream-impl v0.3.6
30292026-07-21T22:53:19.309Z Compiling serde_spanned v1.1.1
30302026-07-21T22:53:19.309Z Compiling toml_datetime v1.1.1+spec-1.1.0
30312026-07-21T22:53:19.334Z Compiling dropshot v0.17.1
30322026-07-21T22:53:19.351Z Compiling hostname v0.3.1
30332026-07-21T22:53:19.366Z Compiling toml_writer v1.1.1+spec-1.1.0
30342026-07-21T22:53:19.446Z Compiling waitgroup v0.1.2
30352026-07-21T22:53:19.528Z Compiling rustls-pemfile v2.2.0
30362026-07-21T22:53:19.559Z Compiling dropshot_endpoint v0.17.1
30372026-07-21T22:53:19.590Z Compiling compression-codecs v0.4.37
30382026-07-21T22:53:19.622Z Compiling toml v1.1.2+spec-1.1.0
30392026-07-21T22:53:19.634Z Compiling hostname v0.4.2
30402026-07-21T22:53:19.735Z Compiling slog-bunyan v2.5.0
30412026-07-21T22:53:19.872Z Compiling async-compression v0.4.41
30422026-07-21T22:53:19.882Z Compiling serde_path_to_error v0.1.20
30432026-07-21T22:53:19.882Z Compiling atomicwrites v0.4.4
30442026-07-21T22:53:19.882Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30452026-07-21T22:53:19.882Z Compiling macaddr v1.0.1
30462026-07-21T22:53:19.882Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30472026-07-21T22:53:19.912Z Compiling instant v0.1.13
30482026-07-21T22:53:19.939Z Compiling regress v0.10.5
30492026-07-21T22:53:19.961Z Compiling backon v1.6.0
30502026-07-21T22:53:19.983Z Compiling async-stream v0.3.6
30512026-07-21T22:53:20.018Z Compiling backoff v0.4.0
30522026-07-21T22:53:20.037Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30532026-07-21T22:53:20.054Z Compiling humantime v2.3.0
30542026-07-21T22:53:20.100Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30552026-07-21T22:53:20.117Z Compiling half v2.7.1
30562026-07-21T22:53:20.135Z Compiling progenitor-extras v0.2.0
30572026-07-21T22:53:20.155Z Compiling ciborium-io v0.2.2
30582026-07-21T22:53:20.181Z Compiling crucible-workspace-hack v0.1.0
30592026-07-21T22:53:20.197Z Compiling regress v0.11.1
30602026-07-21T22:53:20.259Z Compiling convert_case v0.4.0
30612026-07-21T22:53:20.278Z Compiling secrecy v0.10.3
30622026-07-21T22:53:20.339Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30632026-07-21T22:53:20.356Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30642026-07-21T22:53:20.371Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30652026-07-21T22:53:20.427Z Compiling ciborium-ll v0.2.2
30662026-07-21T22:53:20.445Z Compiling inout v0.1.4
30672026-07-21T22:53:20.462Z Compiling unsafe-libyaml v0.2.11
30682026-07-21T22:53:20.507Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30692026-07-21T22:53:20.531Z Compiling thiserror-impl-no-std v2.0.2
30702026-07-21T22:53:20.569Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30712026-07-21T22:53:20.626Z Compiling structmeta v0.3.0
30722026-07-21T22:53:20.644Z Compiling ciborium v0.2.2
30732026-07-21T22:53:20.664Z Compiling derive_more v0.99.20
30742026-07-21T22:53:20.681Z Compiling cipher v0.4.4
30752026-07-21T22:53:20.709Z Compiling universal-hash v0.5.1
30762026-07-21T22:53:20.727Z Compiling opaque-debug v0.3.1
30772026-07-21T22:53:20.745Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30782026-07-21T22:53:20.780Z Compiling blake2 v0.10.6
30792026-07-21T22:53:20.798Z Compiling aead v0.5.2
30802026-07-21T22:53:20.822Z Compiling poly1305 v0.8.0
30812026-07-21T22:53:20.861Z Compiling password-hash v0.5.0
30822026-07-21T22:53:20.878Z Compiling derive-ex v0.1.8
30832026-07-21T22:53:21.011Z Compiling parse-display-derive v0.10.0
30842026-07-21T22:53:21.015Z Compiling chacha20 v0.9.1
30852026-07-21T22:53:21.020Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30862026-07-21T22:53:21.239Z Compiling serde_yaml v0.9.34+deprecated
30872026-07-21T22:53:21.257Z Compiling toml_datetime v0.7.5+spec-1.1.0
30882026-07-21T22:53:21.276Z Compiling indent_write v2.2.0
30892026-07-21T22:53:21.295Z Compiling chacha20poly1305 v0.10.1
30902026-07-21T22:53:21.295Z Compiling argon2 v0.5.3
30912026-07-21T22:53:21.375Z Compiling darling_core v0.21.3
30922026-07-21T22:53:21.439Z Compiling toml_edit v0.23.10+spec-1.0.0
30932026-07-21T22:53:21.476Z Compiling heapless v0.8.0
30942026-07-21T22:53:21.539Z Compiling tabwriter v1.4.1
30952026-07-21T22:53:21.599Z Compiling hash32 v0.3.1
30962026-07-21T22:53:21.783Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30972026-07-21T22:53:21.805Z Compiling typify-impl v0.6.2
30982026-07-21T22:53:21.809Z Compiling thiserror-no-std v2.0.2
30992026-07-21T22:53:21.936Z Compiling vsss-rs v3.3.4
31002026-07-21T22:53:22.073Z Compiling proc-macro-crate v3.4.0
31012026-07-21T22:53:22.082Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31022026-07-21T22:53:22.326Z Compiling smoltcp v0.11.0
31032026-07-21T22:53:22.552Z Compiling cobs v0.3.0
31042026-07-21T22:53:22.622Z Compiling num_enum_derive v0.7.6
31052026-07-21T22:53:22.672Z Compiling test-strategy v0.4.5
31062026-07-21T22:53:22.737Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31072026-07-21T22:53:22.763Z Compiling parse-display v0.10.0
31082026-07-21T22:53:22.781Z Compiling colored v3.1.1
31092026-07-21T22:53:22.820Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31102026-07-21T22:53:22.866Z Compiling postcard v1.1.3
31112026-07-21T22:53:23.102Z Compiling proc-macro-error v1.0.4
31122026-07-21T22:53:23.134Z Compiling proc-macro-crate v1.3.1
31132026-07-21T22:53:23.201Z Compiling rand v0.10.1
31142026-07-21T22:53:23.221Z Compiling foreign-types-macros v0.2.3
31152026-07-21T22:53:23.224Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31162026-07-21T22:53:23.258Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31172026-07-21T22:53:23.346Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31182026-07-21T22:53:23.450Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31192026-07-21T22:53:23.524Z Compiling foreign-types-shared v0.3.1
31202026-07-21T22:53:23.547Z Compiling rayon-core v1.13.0
31212026-07-21T22:53:23.602Z Compiling num_enum_derive v0.5.11
31222026-07-21T22:53:23.634Z Compiling crossbeam-deque v0.8.6
31232026-07-21T22:53:23.652Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31242026-07-21T22:53:23.725Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31252026-07-21T22:53:23.767Z Compiling cstr-argument v0.1.2
31262026-07-21T22:53:23.806Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31272026-07-21T22:53:23.823Z Compiling num_enum v0.7.6
31282026-07-21T22:53:23.908Z Compiling foreign-types v0.5.0
31292026-07-21T22:53:23.943Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31302026-07-21T22:53:23.973Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31312026-07-21T22:53:23.995Z Compiling darling_macro v0.21.3
31322026-07-21T22:53:24.014Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31332026-07-21T22:53:24.081Z Compiling zone_cfg_derive v0.3.1
31342026-07-21T22:53:24.164Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31352026-07-21T22:53:24.181Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31362026-07-21T22:53:24.201Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31372026-07-21T22:53:24.249Z Compiling itertools v0.12.1
31382026-07-21T22:53:24.290Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31392026-07-21T22:53:24.325Z Compiling rayon v1.11.0
31402026-07-21T22:53:24.361Z Compiling num-derive v0.4.2
31412026-07-21T22:53:24.392Z Compiling sigpipe v0.1.3
31422026-07-21T22:53:24.431Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31432026-07-21T22:53:24.503Z Compiling cpubits v0.1.1
31442026-07-21T22:53:24.521Z Compiling glob v0.3.3
31452026-07-21T22:53:24.576Z Compiling darling v0.21.3
31462026-07-21T22:53:24.595Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31472026-07-21T22:53:24.608Z Compiling smf v0.2.3
31482026-07-21T22:53:24.713Z Compiling ingot-macros v0.1.1
31492026-07-21T22:53:24.719Z Compiling whoami v1.6.1
31502026-07-21T22:53:24.760Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31512026-07-21T22:53:24.813Z Compiling num_enum v0.5.11
31522026-07-21T22:53:24.870Z Compiling usdt-attr-macro v0.5.0
31532026-07-21T22:53:24.904Z Compiling gethostname v0.5.0
31542026-07-21T22:53:24.921Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31552026-07-21T22:53:24.941Z Compiling usdt-macro v0.5.0
31562026-07-21T22:53:24.957Z Compiling num-rational v0.4.2
31572026-07-21T22:53:25.026Z Compiling pem-rfc7468 v1.0.0
31582026-07-21T22:53:25.055Z Compiling num-complex v0.4.6
31592026-07-21T22:53:25.248Z Compiling derive-where v1.6.0
31602026-07-21T22:53:25.355Z Compiling memmap v0.7.0
31612026-07-21T22:53:25.372Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31622026-07-21T22:53:25.423Z Compiling zone v0.3.1
31632026-07-21T22:53:25.474Z Compiling num v0.4.3
31642026-07-21T22:53:25.549Z Compiling float-ord v0.3.2
31652026-07-21T22:53:25.566Z Compiling toml v0.8.23
31662026-07-21T22:53:25.584Z Compiling hmac v0.13.0
31672026-07-21T22:53:25.587Z Compiling universal-hash v0.6.1
31682026-07-21T22:53:25.703Z Compiling resolv-conf v0.7.6
31692026-07-21T22:53:25.739Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31702026-07-21T22:53:25.758Z Compiling usdt v0.5.0
31712026-07-21T22:53:25.776Z Compiling cancel-safe-futures v0.1.5
31722026-07-21T22:53:25.791Z Compiling polyval v0.7.1
31732026-07-21T22:53:25.810Z Compiling der v0.8.0
31742026-07-21T22:53:25.897Z Compiling prettyplease v0.2.37
31752026-07-21T22:53:25.918Z Compiling pbkdf2 v0.13.0
31762026-07-21T22:53:26.034Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31772026-07-21T22:53:26.080Z Compiling ghash v0.6.0
31782026-07-21T22:53:26.083Z Compiling aes v0.9.1
31792026-07-21T22:53:26.083Z Compiling console v0.15.11
31802026-07-21T22:53:26.153Z Compiling hickory-proto v0.24.4
31812026-07-21T22:53:26.170Z Compiling newline-converter v0.3.0
31822026-07-21T22:53:26.214Z Compiling ctr v0.10.1
31832026-07-21T22:53:26.230Z Compiling aead v0.6.1
31842026-07-21T22:53:26.249Z Compiling sha2 v0.11.0
31852026-07-21T22:53:26.316Z Compiling libefi-sys v0.1.0
31862026-07-21T22:53:26.426Z Compiling linear-map v1.2.0
31872026-07-21T22:53:26.448Z Compiling linked-hash-map v0.5.6
31882026-07-21T22:53:26.466Z Compiling expectorate v1.2.0
31892026-07-21T22:53:26.482Z Compiling typify-macro v0.6.2
31902026-07-21T22:53:26.576Z Compiling aes-gcm v0.11.0
31912026-07-21T22:53:26.629Z Compiling oxide-update-engine-types v0.1.2
31922026-07-21T22:53:26.648Z Compiling lru-cache v0.1.2
31932026-07-21T22:53:26.685Z Compiling crypto-bigint v0.7.5
31942026-07-21T22:53:26.688Z Compiling cbc v0.2.1
31952026-07-21T22:53:26.735Z Compiling spki v0.8.0
31962026-07-21T22:53:26.802Z Compiling salsa20 v0.11.0
31972026-07-21T22:53:26.819Z Compiling bitfield-struct v0.6.2
31982026-07-21T22:53:26.890Z Compiling nom v8.0.0
31992026-07-21T22:53:26.981Z Compiling semver v0.1.20
32002026-07-21T22:53:26.996Z Compiling scrypt v0.12.0
32012026-07-21T22:53:27.120Z Compiling tokio-dtrace v0.1.1
32022026-07-21T22:53:27.249Z Compiling rustc_version v0.1.7
32032026-07-21T22:53:27.301Z Compiling dropshot-api-manager-types v0.7.2
32042026-07-21T22:53:27.322Z Compiling slog-dtrace v0.3.0
32052026-07-21T22:53:27.339Z Compiling minimal-lexical v0.2.1
32062026-07-21T22:53:27.443Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32072026-07-21T22:53:27.516Z Compiling newtype_derive v0.1.6
32082026-07-21T22:53:27.533Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32092026-07-21T22:53:27.552Z Compiling oxide-tokio-rt v0.1.4
32102026-07-21T22:53:27.632Z Compiling oxide-update-engine v0.1.2
32112026-07-21T22:53:27.649Z Compiling nom v7.1.3
32122026-07-21T22:53:27.667Z Compiling ingot-types v0.1.2
32132026-07-21T22:53:27.671Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32142026-07-21T22:53:27.754Z Compiling pkcs5 v0.8.1
32152026-07-21T22:53:27.847Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32162026-07-21T22:53:27.866Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32172026-07-21T22:53:27.884Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32182026-07-21T22:53:27.900Z Compiling phf_shared v0.12.1
32192026-07-21T22:53:27.916Z Compiling csv-core v0.1.13
32202026-07-21T22:53:28.120Z Compiling ingot v0.1.1
32212026-07-21T22:53:28.138Z Compiling xshell-macros v0.2.7
32222026-07-21T22:53:28.170Z Compiling chrono-tz v0.10.4
32232026-07-21T22:53:28.220Z Compiling highway v1.3.0
32242026-07-21T22:53:28.268Z Compiling unicode-xid v0.2.6
32252026-07-21T22:53:28.345Z Compiling hickory-resolver v0.24.4
32262026-07-21T22:53:28.364Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32272026-07-21T22:53:28.385Z Compiling typify v0.6.2
32282026-07-21T22:53:28.423Z Compiling const_format_proc_macros v0.2.34
32292026-07-21T22:53:28.443Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32302026-07-21T22:53:28.461Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32312026-07-21T22:53:28.495Z Compiling progenitor-impl v0.14.0
32322026-07-21T22:53:28.518Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32332026-07-21T22:53:28.585Z Compiling xshell v0.2.7
32342026-07-21T22:53:28.617Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32352026-07-21T22:53:29.112Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32362026-07-21T22:53:29.129Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32372026-07-21T22:53:29.299Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32382026-07-21T22:53:29.357Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32392026-07-21T22:53:29.476Z Compiling qorb v0.4.1
32402026-07-21T22:53:29.494Z Compiling csv v1.4.0
32412026-07-21T22:53:29.663Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32422026-07-21T22:53:29.844Z Compiling pkcs8 v0.11.0
32432026-07-21T22:53:29.885Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32442026-07-21T22:53:30.074Z Compiling phf v0.12.1
32452026-07-21T22:53:30.163Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32462026-07-21T22:53:30.210Z Compiling owo-colors v4.3.0
32472026-07-21T22:53:30.347Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32482026-07-21T22:53:30.380Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32492026-07-21T22:53:30.513Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32502026-07-21T22:53:30.602Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32512026-07-21T22:53:30.637Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32522026-07-21T22:53:30.759Z Compiling const_format v0.2.35
32532026-07-21T22:53:30.776Z Compiling tabled_derive v0.7.0
32542026-07-21T22:53:30.799Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32552026-07-21T22:53:31.104Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32562026-07-21T22:53:31.191Z Compiling progenitor-macro v0.14.0
32572026-07-21T22:53:31.250Z Compiling bcs v0.1.6
32582026-07-21T22:53:31.268Z Compiling ff v0.14.0
32592026-07-21T22:53:31.400Z Compiling salty v0.3.0
32602026-07-21T22:53:31.439Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32612026-07-21T22:53:31.573Z Compiling termtree v0.5.1
32622026-07-21T22:53:31.598Z Compiling tagptr v0.2.0
32632026-07-21T22:53:31.612Z Compiling textwrap v0.16.2
32642026-07-21T22:53:31.725Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32652026-07-21T22:53:31.780Z Compiling moka v0.12.13
32662026-07-21T22:53:31.826Z Compiling tabled v0.15.0
32672026-07-21T22:53:31.969Z Compiling steno v0.4.1
32682026-07-21T22:53:32.042Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32692026-07-21T22:53:32.059Z Compiling sha1 v0.10.6
32702026-07-21T22:53:32.082Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32712026-07-21T22:53:32.109Z Compiling signature v3.0.0
32722026-07-21T22:53:32.205Z Compiling radium v0.7.0
32732026-07-21T22:53:32.327Z Compiling base16ct v1.0.0
32742026-07-21T22:53:32.345Z Compiling base64 v0.21.7
32752026-07-21T22:53:32.525Z Compiling hickory-resolver v0.25.2
32762026-07-21T22:53:32.560Z Compiling sec1 v0.8.1
32772026-07-21T22:53:32.582Z Compiling group v0.14.0
32782026-07-21T22:53:32.600Z Compiling hkdf v0.13.0
32792026-07-21T22:53:32.699Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32802026-07-21T22:53:32.819Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32812026-07-21T22:53:32.836Z Compiling rfc6979 v0.4.0
32822026-07-21T22:53:32.837Z Compiling maybe-uninit v2.0.0
32832026-07-21T22:53:32.904Z Compiling tap v1.0.1
32842026-07-21T22:53:32.921Z Compiling elliptic-curve v0.14.0-rc.33
32852026-07-21T22:53:33.026Z Compiling ecdsa v0.16.9
32862026-07-21T22:53:33.085Z Compiling wyz v0.5.1
32872026-07-21T22:53:33.312Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32882026-07-21T22:53:33.467Z Compiling primeorder v0.13.6
32892026-07-21T22:53:33.521Z Compiling proc-macro-error-attr2 v2.0.0
32902026-07-21T22:53:33.646Z Compiling funty v2.0.0
32912026-07-21T22:53:33.672Z Compiling packed_struct v0.10.1
32922026-07-21T22:53:33.784Z Compiling parking_lot_core v0.8.6
32932026-07-21T22:53:33.790Z Compiling utf-8 v0.7.6
32942026-07-21T22:53:33.980Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32952026-07-21T22:53:33.998Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32962026-07-21T22:53:34.001Z Compiling proc-macro-error2 v2.0.1
32972026-07-21T22:53:34.088Z Compiling bitvec v1.0.1
32982026-07-21T22:53:34.136Z Compiling tungstenite v0.21.0
32992026-07-21T22:53:34.271Z Compiling p384 v0.13.1
33002026-07-21T22:53:34.305Z Compiling rfc6979 v0.5.0
33012026-07-21T22:53:34.378Z Compiling git-stub v1.0.0
33022026-07-21T22:53:34.396Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33032026-07-21T22:53:34.482Z Compiling num-derive v0.3.3
33042026-07-21T22:53:34.485Z Compiling packed_struct_codegen v0.10.1
33052026-07-21T22:53:34.568Z Compiling bitfield-macros v0.19.4
33062026-07-21T22:53:34.674Z Compiling zerocopy-derive v0.6.6
33072026-07-21T22:53:34.696Z Compiling indexmap v1.9.3
33082026-07-21T22:53:34.878Z Compiling nodrop v0.1.14
33092026-07-21T22:53:34.956Z Compiling crc-catalog v2.4.0
33102026-07-21T22:53:35.011Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33112026-07-21T22:53:35.029Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33122026-07-21T22:53:35.029Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33132026-07-21T22:53:35.037Z Compiling array-init v0.0.4
33142026-07-21T22:53:35.083Z Compiling crc v3.4.0
33152026-07-21T22:53:35.219Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33162026-07-21T22:53:35.278Z Compiling tokio-tungstenite v0.21.0
33172026-07-21T22:53:35.338Z Compiling git-stub-vcs v0.1.0
33182026-07-21T22:53:35.357Z Compiling bitfield v0.19.4
33192026-07-21T22:53:35.373Z Compiling ecdsa v0.17.0-rc.18
33202026-07-21T22:53:35.426Z Compiling tabled_derive v0.11.0
33212026-07-21T22:53:35.487Z Compiling libscf-sys v1.1.0
33222026-07-21T22:53:35.595Z Compiling zerocopy v0.6.6
33232026-07-21T22:53:35.613Z Compiling smallvec v0.6.14
33242026-07-21T22:53:35.673Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33252026-07-21T22:53:35.708Z Compiling primeorder v0.14.0-rc.10
33262026-07-21T22:53:35.729Z Compiling primefield v0.14.0
33272026-07-21T22:53:35.841Z Compiling progenitor-impl v0.13.0
33282026-07-21T22:53:35.856Z Compiling papergrid v0.17.0
33292026-07-21T22:53:35.873Z Compiling testing_table v0.3.0
33302026-07-21T22:53:35.959Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33312026-07-21T22:53:35.988Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33322026-07-21T22:53:35.988Z Compiling curve25519-dalek v5.0.0-rc.0
33332026-07-21T22:53:36.064Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33342026-07-21T22:53:36.067Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33352026-07-21T22:53:36.099Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33362026-07-21T22:53:36.154Z Compiling unicase v2.9.0
33372026-07-21T22:53:36.255Z Compiling hashbrown v0.12.3
33382026-07-21T22:53:36.309Z Compiling progenitor v0.14.0
33392026-07-21T22:53:36.331Z Compiling illumos-nvpair-sys v0.2.0
33402026-07-21T22:53:36.350Z Compiling corncobs v0.1.4
33412026-07-21T22:53:36.388Z Compiling mime_guess v2.0.5
33422026-07-21T22:53:36.481Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33432026-07-21T22:53:36.499Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33442026-07-21T22:53:36.515Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33452026-07-21T22:53:36.554Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33462026-07-21T22:53:36.600Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33472026-07-21T22:53:36.644Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33482026-07-21T22:53:36.673Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33492026-07-21T22:53:36.789Z Compiling parking_lot v0.11.2
33502026-07-21T22:53:36.896Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33512026-07-21T22:53:36.991Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33522026-07-21T22:53:36.994Z Compiling tabled v0.20.0
33532026-07-21T22:53:37.025Z Compiling serde-hex v0.1.0
33542026-07-21T22:53:37.029Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33552026-07-21T22:53:37.058Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33562026-07-21T22:53:37.212Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33572026-07-21T22:53:37.319Z Compiling ron v0.8.1
33582026-07-21T22:53:37.432Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33592026-07-21T22:53:37.450Z Compiling ssh-encoding v0.3.0-rc.9
33602026-07-21T22:53:37.559Z Compiling hashbrown v0.13.2
33612026-07-21T22:53:37.575Z Compiling progenitor-client v0.13.0
33622026-07-21T22:53:37.661Z Compiling prefix-trie v0.7.0
33632026-07-21T22:53:37.828Z Compiling fxhash v0.2.1
33642026-07-21T22:53:37.917Z Compiling secrecy v0.8.0
33652026-07-21T22:53:38.052Z Compiling crc-any v2.5.0
33662026-07-21T22:53:38.091Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33672026-07-21T22:53:38.110Z Compiling hickory-server v0.25.2
33682026-07-21T22:53:38.323Z Compiling sled v0.34.7
33692026-07-21T22:53:38.369Z Compiling object v0.30.4
33702026-07-21T22:53:38.386Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33712026-07-21T22:53:38.545Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33722026-07-21T22:53:38.726Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33732026-07-21T22:53:38.843Z Compiling progenitor-macro v0.13.0
33742026-07-21T22:53:39.294Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33752026-07-21T22:53:39.330Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33762026-07-21T22:53:39.700Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33772026-07-21T22:53:39.758Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33782026-07-21T22:53:39.889Z Compiling ed25519 v3.0.0
33792026-07-21T22:53:40.042Z Compiling crypto-primes v0.7.2
33802026-07-21T22:53:40.195Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33812026-07-21T22:53:40.328Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33822026-07-21T22:53:40.617Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33832026-07-21T22:53:40.930Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33842026-07-21T22:53:41.027Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33852026-07-21T22:53:41.155Z Compiling pkcs1 v0.8.0-rc.4
33862026-07-21T22:53:41.166Z Compiling poly1305 v0.9.0
33872026-07-21T22:53:41.404Z Compiling blowfish v0.10.0
33882026-07-21T22:53:41.421Z Compiling blake2 v0.11.0-rc.6
33892026-07-21T22:53:41.437Z Compiling keccak v0.2.0
33902026-07-21T22:53:41.497Z Compiling http-range v0.1.5
33912026-07-21T22:53:41.543Z Compiling crc8 v0.1.1
33922026-07-21T22:53:41.652Z Compiling fiat-crypto v0.3.0
33932026-07-21T22:53:41.681Z Compiling path-slash v0.1.5
33942026-07-21T22:53:41.696Z Compiling half v1.8.3
33952026-07-21T22:53:41.724Z Compiling argon2 v0.6.0-rc.8
33962026-07-21T22:53:41.783Z Compiling sha3 v0.11.0
33972026-07-21T22:53:41.853Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33982026-07-21T22:53:41.938Z Compiling serde_cbor v0.11.2
33992026-07-21T22:53:41.990Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34002026-07-21T22:53:42.036Z Compiling bcrypt-pbkdf v0.11.0
34012026-07-21T22:53:42.042Z Compiling ssh-cipher v0.3.0-rc.9
34022026-07-21T22:53:42.067Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34032026-07-21T22:53:42.238Z Compiling rsa v0.10.0-rc.18
34042026-07-21T22:53:42.364Z Compiling ed25519-dalek v3.0.0-rc.0
34052026-07-21T22:53:42.559Z Compiling illumos-nvpair v0.3.0
34062026-07-21T22:53:42.824Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34072026-07-21T22:53:42.849Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34082026-07-21T22:53:42.866Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34092026-07-21T22:53:42.915Z Compiling p521 v0.14.0-rc.10
34102026-07-21T22:53:42.971Z Compiling p256 v0.14.0-rc.10
34112026-07-21T22:53:43.095Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34122026-07-21T22:53:43.130Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34132026-07-21T22:53:43.146Z Compiling yasna v0.5.2
34142026-07-21T22:53:43.179Z Compiling kstat-rs v0.2.4
34152026-07-21T22:53:43.484Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34162026-07-21T22:53:43.504Z Compiling headers-core v0.3.0
34172026-07-21T22:53:43.666Z Compiling kem v0.3.0
34182026-07-21T22:53:43.676Z Compiling module-lattice v0.2.3
34192026-07-21T22:53:43.794Z Compiling nanorand v0.7.0
34202026-07-21T22:53:43.811Z Compiling atty v0.2.14
34212026-07-21T22:53:43.855Z Compiling headers v0.4.1
34222026-07-21T22:53:43.880Z Compiling rcgen v0.12.1
34232026-07-21T22:53:43.896Z Compiling progenitor v0.13.0
34242026-07-21T22:53:43.916Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34252026-07-21T22:53:43.957Z Compiling ml-kem v0.3.2
34262026-07-21T22:53:43.964Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34272026-07-21T22:53:44.073Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34282026-07-21T22:53:44.120Z Compiling flume v0.11.1
34292026-07-21T22:53:44.213Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34302026-07-21T22:53:44.354Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34312026-07-21T22:53:44.465Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34322026-07-21T22:53:44.649Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34332026-07-21T22:53:44.814Z Compiling hyper-staticfile v0.10.1
34342026-07-21T22:53:44.925Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34352026-07-21T22:53:44.957Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34362026-07-21T22:53:44.985Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34372026-07-21T22:53:45.350Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34382026-07-21T22:53:45.365Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
34392026-07-21T22:53:45.365Z Compiling russh-cryptovec v0.61.0
34402026-07-21T22:53:45.597Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34412026-07-21T22:53:45.612Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34422026-07-21T22:53:45.673Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34432026-07-21T22:53:45.719Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34442026-07-21T22:53:46.037Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34452026-07-21T22:53:46.141Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34462026-07-21T22:53:46.246Z Compiling internal-russh-num-bigint v0.5.0
34472026-07-21T22:53:46.273Z Compiling port-file v0.1.0
34482026-07-21T22:53:46.306Z Compiling num-bigint v0.4.6
34492026-07-21T22:53:46.521Z Compiling generic-array v1.4.3
34502026-07-21T22:53:46.540Z Compiling russh-util v0.52.0
34512026-07-21T22:53:46.559Z Compiling enum_dispatch v0.3.13
34522026-07-21T22:53:46.578Z Compiling delegate v0.13.5
34532026-07-21T22:53:46.723Z Compiling subprocess v0.2.15
34542026-07-21T22:53:46.880Z Compiling p384 v0.14.0-rc.10
34552026-07-21T22:53:47.020Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34562026-07-21T22:53:47.051Z Compiling hex-literal v1.1.0
34572026-07-21T22:53:47.232Z Compiling display-error-chain v0.2.2
34582026-07-21T22:53:47.354Z Compiling md5 v0.8.0
34592026-07-21T22:53:47.405Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34602026-07-21T22:53:47.531Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34612026-07-21T22:53:47.550Z Compiling colored v2.2.0
34622026-07-21T22:53:47.581Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34632026-07-21T22:53:47.601Z Compiling socket2 v0.5.10
34642026-07-21T22:53:47.623Z Compiling internet-checksum v0.2.1
34652026-07-21T22:53:48.486Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34662026-07-21T22:53:49.034Z Compiling ssh-key v0.7.0-rc.10
34672026-07-21T22:53:49.194Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34682026-07-21T22:53:49.663Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34692026-07-21T22:53:50.282Z Compiling russh v0.61.2
34702026-07-21T22:53:51.026Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34712026-07-21T22:53:51.560Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34722026-07-21T22:54:00.150Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34732026-07-21T22:54:00.151Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34742026-07-21T22:54:00.151Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34752026-07-21T22:54:00.154Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34762026-07-21T22:54:01.886Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34772026-07-21T22:54:02.031Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34782026-07-21T22:54:05.989Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34792026-07-21T22:54:45.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
34802026-07-21T22:54:45.836Z
34812026-07-21T22:54:45.836Zreal 1:27.555992386
34822026-07-21T22:54:45.836Zuser 8:45.792248789
34832026-07-21T22:54:45.836Zsys 1:44.875803637
34842026-07-21T22:54:45.836Ztrap 0.276312197
34852026-07-21T22:54:45.836Ztflt 0.361692820
34862026-07-21T22:54:45.836Zdflt 1.512208031
34872026-07-21T22:54:45.839Zkflt 0.000253380
34882026-07-21T22:54:45.839Zlock 31:08.154320542
34892026-07-21T22:54:45.839Zslp 20:04.986564248
34902026-07-21T22:54:45.839Zlat 42.807438467
34912026-07-21T22:54:45.839Zstop 3:02.703235409
34922026-07-21T22:54:45.839Z+ mkdir tests
34932026-07-21T22:54:45.842Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34942026-07-21T22:54:45.842Z+ xargs -I '{}' -t cp '{}' tests/
34952026-07-21T22:54:45.864Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-b1384f2dfb5b061c tests/
34962026-07-21T22:54:45.895Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-7917551804e2ffa9 tests/
34972026-07-21T22:54:45.923Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-739f5f9acde4c347 tests/
34982026-07-21T22:54:45.955Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-bf3e366caf40ffdc tests/
34992026-07-21T22:54:46.304Z+ 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)
35002026-07-21T22:54:46.307Z+ 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-7917551804e2ffa9 tests/commtest-739f5f9acde4c347 tests/dhcp_server-b1384f2dfb5b061c tests/end_to_end_tests-bf3e366caf40ffdc 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
35012026-07-21T22:56:06.793ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35022026-07-21T22:56:06.793Za .github/buildomat/ci-env.sh 1K
35032026-07-21T22:56:06.793Za out/target/test 1K
35042026-07-21T22:56:06.793Za out/npuzone/npuzone 27402K
35052026-07-21T22:56:06.793Za package-manifest.toml 35K
35062026-07-21T22:56:06.793Za smf/sled-agent/non-gimlet/config.toml 6K
35072026-07-21T22:56:06.799Za target/release/omicron-package 40729K
35082026-07-21T22:56:06.799Za target/release/xtask 10468K
35092026-07-21T22:56:06.799Za target/debug/bootstrap 349732K
35102026-07-21T22:56:06.799Za tests/bootstrap-7917551804e2ffa9 31974K
35112026-07-21T22:56:06.799Za tests/commtest-739f5f9acde4c347 32169K
35122026-07-21T22:56:06.799Za tests/dhcp_server-b1384f2dfb5b061c 31974K
35132026-07-21T22:56:06.799Za tests/end_to_end_tests-bf3e366caf40ffdc 399605K
35142026-07-21T22:56:06.799Za tools/opte_version 1K
35152026-07-21T22:56:06.799Za tools/opte_version_override 2K
35162026-07-21T22:56:06.799Za out/clickhouse.tar.gz 310713K
35172026-07-21T22:56:06.799Za out/clickhouse_keeper.tar.gz 297185K
35182026-07-21T22:56:06.799Za out/clickhouse_server.tar.gz 310710K
35192026-07-21T22:56:06.799Za out/cockroachdb.tar.gz 161731K
35202026-07-21T22:56:06.800Za out/crucible-pantry-zone.tar.gz 39109K
35212026-07-21T22:56:06.800Za out/crucible-utils.tar 18900K
35222026-07-21T22:56:06.800Za out/crucible-zone.tar.gz 53804K
35232026-07-21T22:56:06.800Za out/external-dns.tar.gz 46781K
35242026-07-21T22:56:06.800Za out/internal-dns.tar.gz 46781K
35252026-07-21T22:56:06.800Za out/mg-ddm-gz.tar 102717K
35262026-07-21T22:56:06.800Za out/nexus.tar.gz 274871K
35272026-07-21T22:56:06.800Za out/ntp.tar.gz 29907K
35282026-07-21T22:56:06.800Za out/omicron-gateway-softnpu.tar.gz 27728K
35292026-07-21T22:56:06.800Za out/omicron-sled-agent.tar 192663K
35302026-07-21T22:56:06.800Za out/overlay.tar.gz 4K
35312026-07-21T22:56:06.800Za out/oximeter.tar.gz 60442K
35322026-07-21T22:56:06.800Za out/oxlog.tar 3808K
35332026-07-21T22:56:06.800Za out/probe.tar.gz 3037K
35342026-07-21T22:56:06.800Za out/propolis-server.tar.gz 34372K
35352026-07-21T22:56:06.800Za out/pumpkind-gz.tar 26647K
35362026-07-21T22:56:06.800Za out/switch-softnpu.tar.gz 452226K
35372026-07-21T22:56:06.800Z
35382026-07-21T22:56:06.800Zreal 1:20.486790507
35392026-07-21T22:56:06.800Zuser 1:17.807415146
35402026-07-21T22:56:06.800Zsys 4.468798168
35412026-07-21T22:56:06.800Ztrap 0.005942654
35422026-07-21T22:56:06.800Ztflt 0.000000000
35432026-07-21T22:56:06.800Zdflt 0.000000000
35442026-07-21T22:56:06.801Zkflt 0.000000000
35452026-07-21T22:56:06.801Zlock 0.000000000
35462026-07-21T22:56:06.801Zslp 1:17.698033103
35472026-07-21T22:56:06.801Zlat 0.988235434
35482026-07-21T22:56:06.801Zstop 0.000415920
35492026-07-21T22:56:06.801Zprocess exited: duration 948998 ms, exit code 0
 
35502026-07-21T22:56:06.829Zfound 1 output files
35512026-07-21T22:56:06.829Zuploading: /work/package.tar.gz (2489343494 bytes)
35522026-07-21T22:56:45.304Zuploaded: /work/package.tar.gz