01KS6HWAYS6SAQ5M17JAW5EWCZ: 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: 01KS6HWQ1TZ4NB06T8X61VEP5J

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-22T00:39:06.360Zjob assigned to worker 01KS6HWZFS8Z3GZREGATTVMCQ1 [factory aws, i-0f60b159a69a0be1a] (queued for 50 s)
 
22026-05-22T00:39:13.722Zstarting task 0: "setup"
32026-05-22T00:39:13.726Z++ uname -s
42026-05-22T00:39:13.730Z+ kern=SunOS
52026-05-22T00:39:13.730Z+ build_user=build
62026-05-22T00:39:13.730Z+ build_uid=12345
72026-05-22T00:39:13.730Z+ work_dir=/work
82026-05-22T00:39:13.730Z+ input_dir=/input
92026-05-22T00:39:13.730Z+ [[ 0 == 12345 ]]
102026-05-22T00:39:13.730Z+ case "$kern" in
112026-05-22T00:39:13.730Z+ groupadd -g 12345 build
122026-05-22T00:39:13.743Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-22T00:39:15.752Z+ zfs create -o mountpoint=/work rpool/work
142026-05-22T00:39:15.826Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-22T00:39:15.830Z+ home_fs=zfs
162026-05-22T00:39:15.830Z+ [[ zfs == autofs ]]
172026-05-22T00:39:15.830Z+ mkdir -p /home/build
182026-05-22T00:39:15.834Z+ chown build:build /home/build /work
192026-05-22T00:39:17.832Z+ chmod 0700 /home/build /work
202026-05-22T00:39:17.836Zprocess exited: duration 4116 ms, exit code 0
 
212026-05-22T00:39:17.842Zstarting task 1: "rust-toolchain"
222026-05-22T00:39:17.848Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-22T00:39:17.848Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-22T00:39:17.848Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-22T00:39:17.848Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-22T00:39:17.848Z * rust toolchain channel = "1.94.0"
272026-05-22T00:39:17.848Z * rust toolchain profile = "default"
282026-05-22T00:39:17.852Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-22T00:39:17.852Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-22T00:39:17.928Zinfo: downloading installer
312026-05-22T00:39:19.322Zwarn: It looks like you have an existing rustup settings file at:
322026-05-22T00:39:19.322Zwarn: /home/build/.rustup/settings.toml
332026-05-22T00:39:19.322Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-22T00:39:19.322Zwarn: instead of the one inferred from the default host triple.
352026-05-22T00:39:19.336Zinfo: profile set to default
362026-05-22T00:39:19.336Zinfo: default host triple is x86_64-unknown-illumos
372026-05-22T00:39:19.340Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-22T00:39:19.473Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-22T00:39:19.477Zinfo: downloading 6 components
402026-05-22T00:39:33.728Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-22T00:39:33.728Z
422026-05-22T00:39:33.758Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-22T00:39:33.758Z
442026-05-22T00:39:33.758Z
452026-05-22T00:39:33.758ZRust is installed now. Great!
462026-05-22T00:39:33.758Z
472026-05-22T00:39:33.758ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-22T00:39:33.758Zenvironment variable. This has not been done automatically.
492026-05-22T00:39:33.758Z
502026-05-22T00:39:33.758ZTo configure your current shell, you need to source
512026-05-22T00:39:33.758Zthe corresponding env file under $HOME/.cargo.
522026-05-22T00:39:33.758Z
532026-05-22T00:39:33.758ZThis is usually done by running one of the following (note the leading DOT):
542026-05-22T00:39:33.761Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-22T00:39:33.761Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-22T00:39:33.761Zsource "~/.cargo/env.nu" # For nushell
572026-05-22T00:39:33.761Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-22T00:39:33.761Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-22T00:39:33.761Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-22T00:39:33.761Zwarn: no default linker (`cc`) was found in your PATH
612026-05-22T00:39:33.761Zwarn: many Rust crates require a system C toolchain to build
622026-05-22T00:39:33.850Z+ rustup --version
632026-05-22T00:39:33.856Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-22T00:39:33.859Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-22T00:39:33.879Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-22T00:39:33.882Z+ cargo --version
672026-05-22T00:39:33.890Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-22T00:39:33.893Z+ rustc --version
692026-05-22T00:39:33.913Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-22T00:39:33.916Zprocess exited: duration 16073 ms, exit code 0
 
712026-05-22T00:39:33.922Zstarting task 2: "authentication"
722026-05-22T00:39:33.939Zprocess exited: duration 17 ms, exit code 0
 
732026-05-22T00:39:33.945Zstarting task 3: "clone repository"
742026-05-22T00:39:33.950Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-22T00:39:33.953Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-22T00:39:34.002ZCloning into '/work/oxidecomputer/omicron'...
772026-05-22T00:39:44.196Z+ cd /work/oxidecomputer/omicron
782026-05-22T00:39:44.196Z+ git fetch origin 66f835675b62f95838d91d0b107b7207943af2f9
792026-05-22T00:39:44.466ZFrom https://github.com/oxidecomputer/omicron
802026-05-22T00:39:44.466Z * branch 66f835675b62f95838d91d0b107b7207943af2f9 -> FETCH_HEAD
812026-05-22T00:39:44.480Z+ [[ -n zl/ddm-internal-dns ]]
822026-05-22T00:39:44.483Z++ git branch --show-current
832026-05-22T00:39:44.483Z+ current=main
842026-05-22T00:39:44.483Z+ [[ main != zl/ddm-internal-dns ]]
852026-05-22T00:39:44.483Z+ git branch -f zl/ddm-internal-dns 66f835675b62f95838d91d0b107b7207943af2f9
862026-05-22T00:39:44.486Z+ git checkout -f zl/ddm-internal-dns
872026-05-22T00:39:44.725ZSwitched to branch 'zl/ddm-internal-dns'
882026-05-22T00:39:44.728Z+ git reset --hard 66f835675b62f95838d91d0b107b7207943af2f9
892026-05-22T00:39:44.742ZHEAD is now at 66f835675 [review] address feedback, todo self-reference oximeter/oxlog issue, one more mags update
902026-05-22T00:39:44.746Zprocess exited: duration 10798 ms, exit code 0
 
912026-05-22T00:39:44.752Zstarting task 4: "build"
922026-05-22T00:39:44.758Z+ source .github/buildomat/ci-env.sh
932026-05-22T00:39:44.758Z++ export CARGO_TERM_COLOR=always
942026-05-22T00:39:44.758Z++ CARGO_TERM_COLOR=always
952026-05-22T00:39:44.758Z+ cargo --version
962026-05-22T00:39:44.769Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-22T00:39:44.772Z+ rustc --version
982026-05-22T00:39:44.793Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-22T00:39:44.796Z+ WORK=/work
1002026-05-22T00:39:44.796Z+ pfexec mkdir -p /work
1012026-05-22T00:39:44.799Z+ pfexec chown build /work
1022026-05-22T00:39:44.802Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-22T00:39:47.171Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-22T00:39:47.246Z Startup: Caching catalogs ... Done
1052026-05-22T00:39:47.481ZPlanning: Solver setup ... Done (0.201s)
1062026-05-22T00:39:47.500ZPlanning: Running solver ... Done (0.018s)
1072026-05-22T00:39:47.513ZPlanning: Finding local manifests ... Done (0.012s)
1082026-05-22T00:39:47.529ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-22T00:39:47.974ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-22T00:39:47.989ZPlanning: Package planning ... Done (0.015s)
1112026-05-22T00:39:47.992ZPlanning: Merging actions ... Done (0.002s)
1122026-05-22T00:39:48.189ZPlanning: Checking for conflicting actions ... Done (0.198s)
1132026-05-22T00:39:48.192ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-22T00:39:49.899ZPlanning: Evaluating mediators ... Done (1.708s)
1152026-05-22T00:39:49.902ZPlanning: Planning completed in 2.64 seconds
1162026-05-22T00:39:49.909Z Packages to install: 2
1172026-05-22T00:39:49.909Z Estimated space available: 156.07 GB
1182026-05-22T00:39:49.909ZEstimated space to be consumed: 21.14 MB
1192026-05-22T00:39:49.909Z Create boot environment: No
1202026-05-22T00:39:49.909ZCreate backup boot environment: No
1212026-05-22T00:39:49.909Z Rebuild boot archive: No
1222026-05-22T00:39:49.912Z
1232026-05-22T00:39:49.912ZChanged packages:
1242026-05-22T00:39:49.912Zhelios
1252026-05-22T00:39:49.912Z developer/build-essential
1262026-05-22T00:39:49.912Z None -> 11-3.0
1272026-05-22T00:39:49.912Z library/libxmlsec1
1282026-05-22T00:39:49.912Z None -> 1.2.35-3.0
1292026-05-22T00:39:49.966Z
1302026-05-22T00:39:49.966ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-22T00:39:50.472ZDownload: Completed 1.28 MB in 0.51 seconds (2.5M/s)
1322026-05-22T00:39:50.515Z Actions: 1/268 actions (Installing new actions)
1332026-05-22T00:39:50.564Z Actions: Completed 268 actions in 0.05 seconds.
1342026-05-22T00:39:50.572ZFinalize: Updating package state database ... Done (0.008s)
1352026-05-22T00:39:50.572ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-22T00:39:50.590ZFinalize: Updating image state ... Done (0.017s)
1372026-05-22T00:39:53.557ZFinalize: Creating fast lookup database ... Done (2.945s)
1382026-05-22T00:39:53.635ZFinalize: Reading search index ... Done (0.018s)
1392026-05-22T00:39:53.638ZFinalize: Updating search index ... Done (0.000s)
1402026-05-22T00:39:53.700ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-22T00:39:53.994ZPlanning: Evaluating mediator changes ... Done
1422026-05-22T00:39:54.098ZPlanning: Checking for conflicting actions ... Done
1432026-05-22T00:39:54.101ZPlanning: Consolidating action changes ... Done
1442026-05-22T00:39:54.257ZPlanning: Evaluating mediators ... Done
1452026-05-22T00:39:54.261ZPlanning: Planning completed in 0.26 seconds
1462026-05-22T00:39:54.281Z Mediators to change: 2
1472026-05-22T00:39:54.281Z Create boot environment: No
1482026-05-22T00:39:54.281ZCreate backup boot environment: No
1492026-05-22T00:39:54.322ZFinalize: Updating package state database ... Done
1502026-05-22T00:39:54.322ZFinalize: Updating package cache ... Done
1512026-05-22T00:39:54.331ZFinalize: Updating image state ... Done
1522026-05-22T00:39:56.282ZFinalize: Creating fast lookup database ... Done
1532026-05-22T00:39:56.343ZFinalize: Reading search index ... Done
1542026-05-22T00:39:56.347ZFinalize: Updating search index ... Done
1552026-05-22T00:39:56.405ZFinalize: Updating package cache ... Done
1562026-05-22T00:39:56.689ZPlanning: Evaluating mediator changes ... Done
1572026-05-22T00:39:56.795ZPlanning: Checking for conflicting actions ... Done
1582026-05-22T00:39:56.798ZPlanning: Consolidating action changes ... Done
1592026-05-22T00:39:56.954ZPlanning: Evaluating mediators ... Done
1602026-05-22T00:39:56.957ZPlanning: Planning completed in 0.27 seconds
1612026-05-22T00:39:56.980Z Mediators to change: 1
1622026-05-22T00:39:56.980Z Create boot environment: No
1632026-05-22T00:39:56.980ZCreate backup boot environment: No
1642026-05-22T00:39:57.022ZFinalize: Updating package state database ... Done
1652026-05-22T00:39:57.022ZFinalize: Updating package cache ... Done
1662026-05-22T00:39:57.034ZFinalize: Updating image state ... Done
1672026-05-22T00:39:58.976ZFinalize: Creating fast lookup database ... Done
1682026-05-22T00:39:59.036ZFinalize: Reading search index ... Done
1692026-05-22T00:39:59.040ZFinalize: Updating search index ... Done
1702026-05-22T00:39:59.083ZFinalize: Updating package cache ... Done
1712026-05-22T00:39:59.395ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-22T00:39:59.395Zapache system 2.4 system
1732026-05-22T00:39:59.395Zclang system 15 system
1742026-05-22T00:39:59.395Zcsh system system illumos
1752026-05-22T00:39:59.395Zctags system system illumos
1762026-05-22T00:39:59.395Zfile vendor vendor darwinsys
1772026-05-22T00:39:59.395Zfile system system illumos
1782026-05-22T00:39:59.395Zgcc vendor 14 vendor
1792026-05-22T00:39:59.395Zgcc system 13 system
1802026-05-22T00:39:59.395Zgcc system 10 system
1812026-05-22T00:39:59.395Zgo system 1.25 system
1822026-05-22T00:39:59.395Zllvm system 15 system
1832026-05-22T00:39:59.395Zmariadb system 11.4 system
1842026-05-22T00:39:59.395Zmta vendor vendor dma
1852026-05-22T00:39:59.395Zopenjdk system 17 system
1862026-05-22T00:39:59.395Zopenjdk system 11 system
1872026-05-22T00:39:59.395Zopenssl vendor 3 vendor
1882026-05-22T00:39:59.395Zperl system 5.40 system
1892026-05-22T00:39:59.395Zpostgresql system 18 system
1902026-05-22T00:39:59.395Zpostgresql system 17 system
1912026-05-22T00:39:59.395Zpython vendor 3 vendor
1922026-05-22T00:39:59.395Zpython system 2 system
1932026-05-22T00:39:59.395Zpython3 vendor 3.13 vendor
1942026-05-22T00:39:59.395Zruby system 3.4 system
1952026-05-22T00:39:59.395Zruby system 3.0 system
1962026-05-22T00:39:59.395Zwords vendor vendor american-english
1972026-05-22T00:39:59.395Zwords system system australian-english
1982026-05-22T00:39:59.395Zwords system system british-english
1992026-05-22T00:39:59.395Zwords system system canadian-english
2002026-05-22T00:39:59.395Zwords system system french
2012026-05-22T00:39:59.395Zwords system system italian
2022026-05-22T00:39:59.395Zwords system system ngerman
2032026-05-22T00:39:59.395Zwords system system ogerman
2042026-05-22T00:39:59.395Zwords system system spanish
2052026-05-22T00:39:59.655ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-22T00:39:59.655Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-22T00:39:59.925ZFMRI IFO
2082026-05-22T00:39:59.925Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-22T00:39:59.925Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-22T00:39:59.925Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-22T00:39:59.925Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-22T00:39:59.925Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-22T00:39:59.925Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-22T00:39:59.925Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-22T00:39:59.925Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-22T00:39:59.925Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-22T00:40:00.157Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-22T00:40:00.439Z Updating crates.io index
2192026-05-22T00:40:00.442Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-22T00:40:00.960Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-22T00:40:01.281Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-22T00:40:01.677Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-22T00:40:02.863Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-22T00:40:03.350Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-22T00:40:05.060Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-22T00:40:05.779Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-22T00:40:06.167Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-22T00:40:07.123Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-22T00:40:07.466Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-22T00:40:07.853Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-22T00:40:08.136Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-22T00:40:09.315Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-22T00:40:09.936Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-05-22T00:40:10.154Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-05-22T00:40:10.518Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-05-22T00:40:10.892Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-05-22T00:40:11.305Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-05-22T00:40:11.677Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-05-22T00:40:11.911Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-05-22T00:40:12.158Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-05-22T00:40:12.519Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-05-22T00:40:12.909Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2432026-05-22T00:40:13.558Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2442026-05-22T00:40:13.875Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2452026-05-22T00:40:14.130Z Updating git repository `https://github.com/oxidecomputer/ispf`
2462026-05-22T00:40:14.413Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2472026-05-22T00:40:15.319Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482026-05-22T00:40:16.182Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-05-22T00:40:16.591Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-05-22T00:40:16.966Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-05-22T00:40:17.207Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-05-22T00:40:17.556Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-05-22T00:40:17.902Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-05-22T00:40:18.475Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2552026-05-22T00:40:18.705Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2562026-05-22T00:40:18.950Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2572026-05-22T00:40:19.179Z Updating git repository `https://github.com/oxidecomputer/omicron`
2582026-05-22T00:40:31.531Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-05-22T00:40:32.035Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2602026-05-22T00:40:33.696Z Downloading crates ...
2612026-05-22T00:40:33.743Z Downloaded camino-tempfile v1.4.1
2622026-05-22T00:40:33.748Z Downloaded cargo-util-schemas v0.8.2
2632026-05-22T00:40:33.751Z Downloaded bytecount v0.6.9
2642026-05-22T00:40:33.751Z Downloaded cargo-platform v0.2.0
2652026-05-22T00:40:33.756Z Downloaded cfg-if v1.0.4
2662026-05-22T00:40:33.761Z Downloaded clap_lex v1.0.0
2672026-05-22T00:40:33.764Z Downloaded block-buffer v0.10.4
2682026-05-22T00:40:33.764Z Downloaded byteorder v1.5.0
2692026-05-22T00:40:33.764Z Downloaded cargo_toml v0.21.0
2702026-05-22T00:40:33.767Z Downloaded cargo_metadata v0.21.0
2712026-05-22T00:40:33.771Z Downloaded autocfg v1.5.0
2722026-05-22T00:40:33.771Z Downloaded anstream v1.0.0
2732026-05-22T00:40:33.771Z Downloaded version_check v0.9.5
2742026-05-22T00:40:33.774Z Downloaded camino v1.2.2
2752026-05-22T00:40:33.777Z Downloaded usdt-macro v0.5.0
2762026-05-22T00:40:33.777Z Downloaded zerofrom-derive v0.1.6
2772026-05-22T00:40:33.777Z Downloaded utf8parse v0.2.2
2782026-05-22T00:40:33.780Z Downloaded unicode-linebreak v0.1.5
2792026-05-22T00:40:33.780Z Downloaded usdt v0.5.0
2802026-05-22T00:40:33.780Z Downloaded potential_utf v0.1.4
2812026-05-22T00:40:33.780Z Downloaded percent-encoding v2.3.2
2822026-05-22T00:40:33.783Z Downloaded zerocopy-derive v0.7.35
2832026-05-22T00:40:33.785Z Downloaded utf8_iter v1.0.4
2842026-05-22T00:40:33.785Z Downloaded usdt-attr-macro v0.5.0
2852026-05-22T00:40:33.785Z Downloaded toml_datetime v0.6.11
2862026-05-22T00:40:33.785Z Downloaded plain v0.2.3
2872026-05-22T00:40:33.789Z Downloaded heck v0.4.1
2882026-05-22T00:40:33.789Z Downloaded crypto-common v0.1.7
2892026-05-22T00:40:33.789Z Downloaded clap_derive v4.6.1
2902026-05-22T00:40:33.789Z Downloaded typeid v1.0.3
2912026-05-22T00:40:33.792Z Downloaded litemap v0.8.1
2922026-05-22T00:40:33.792Z Downloaded form_urlencoded v1.2.2
2932026-05-22T00:40:33.792Z Downloaded fastrand v2.3.0
2942026-05-22T00:40:33.793Z Downloaded toml_write v0.1.2
2952026-05-22T00:40:33.797Z Downloaded dtrace-parser v0.2.0
2962026-05-22T00:40:33.797Z Downloaded erased-serde v0.4.9
2972026-05-22T00:40:33.797Z Downloaded zerofrom v0.1.6
2982026-05-22T00:40:33.797Z Downloaded clap_builder v4.6.0
2992026-05-22T00:40:33.800Z Downloaded thread-id v4.2.2
3002026-05-22T00:40:33.800Z Downloaded idna_adapter v1.2.1
3012026-05-22T00:40:33.800Z Downloaded yoke-derive v0.8.1
3022026-05-22T00:40:33.803Z Downloaded unicode-xid v0.2.6
3032026-05-22T00:40:33.803Z Downloaded colorchoice v1.0.4
3042026-05-22T00:40:33.803Z Downloaded tabled_derive v0.7.0
3052026-05-22T00:40:33.806Z Downloaded memmap v0.7.0
3062026-05-22T00:40:33.806Z Downloaded equivalent v1.0.2
3072026-05-22T00:40:33.809Z Downloaded generic-array v0.14.7
3082026-05-22T00:40:33.812Z Downloaded serde-value v0.7.0
3092026-05-22T00:40:33.812Z Downloaded fnv v1.0.7
3102026-05-22T00:40:33.812Z Downloaded dof v0.3.0
3112026-05-22T00:40:33.815Z Downloaded thiserror v2.0.18
3122026-05-22T00:40:33.818Z Downloaded thiserror-impl v2.0.18
3132026-05-22T00:40:33.818Z Downloaded thiserror v1.0.69
3142026-05-22T00:40:33.821Z Downloaded is_terminal_polyfill v1.70.2
3152026-05-22T00:40:33.821Z Downloaded thiserror-impl v1.0.69
3162026-05-22T00:40:33.824Z Downloaded yoke v0.8.1
3172026-05-22T00:40:33.824Z Downloaded tinystr v0.8.2
3182026-05-22T00:40:33.827Z Downloaded terminal_size v0.4.3
3192026-05-22T00:40:33.827Z Downloaded swrite v0.1.0
3202026-05-22T00:40:33.827Z Downloaded strsim v0.11.1
3212026-05-22T00:40:33.827Z Downloaded macaddr v1.0.1
3222026-05-22T00:40:33.827Z Downloaded stable_deref_trait v1.2.1
3232026-05-22T00:40:33.830Z Downloaded scroll_derive v0.12.1
3242026-05-22T00:40:33.830Z Downloaded itoa v1.0.17
3252026-05-22T00:40:33.830Z Downloaded heck v0.5.0
3262026-05-22T00:40:33.830Z Downloaded writeable v0.6.2
3272026-05-22T00:40:33.831Z Downloaded usdt-impl v0.5.0
3282026-05-22T00:40:33.833Z Downloaded ucd-trie v0.1.7
3292026-05-22T00:40:33.834Z Downloaded cpufeatures v0.2.17
3302026-05-22T00:40:33.834Z Downloaded serde_spanned v0.6.9
3312026-05-22T00:40:33.834Z Downloaded pretty-hex v0.4.1
3322026-05-22T00:40:33.837Z Downloaded zmij v1.0.21
3332026-05-22T00:40:33.840Z Downloaded toml v0.8.23
3342026-05-22T00:40:33.840Z Downloaded textwrap v0.16.2
3352026-05-22T00:40:33.843Z Downloaded anstyle-query v1.1.5
3362026-05-22T00:40:33.846Z Downloaded zerovec-derive v0.11.2
3372026-05-22T00:40:33.846Z Downloaded unicode-ident v1.0.24
3382026-05-22T00:40:33.848Z Downloaded ordered-float v2.10.1
3392026-05-22T00:40:33.849Z Downloaded smawk v0.3.2
3402026-05-22T00:40:33.851Z Downloaded sha2 v0.10.9
3412026-05-22T00:40:33.854Z Downloaded zerotrie v0.2.3
3422026-05-22T00:40:33.857Z Downloaded serde-untagged v0.1.9
3432026-05-22T00:40:33.857Z Downloaded typenum v1.19.0
3442026-05-22T00:40:33.861Z Downloaded errno v0.3.14
3452026-05-22T00:40:33.861Z Downloaded fs-err v3.3.0
3462026-05-22T00:40:33.861Z Downloaded digest v0.10.7
3472026-05-22T00:40:33.861Z Downloaded proc-macro-error-attr v1.0.4
3482026-05-22T00:40:33.864Z Downloaded scroll v0.12.0
3492026-05-22T00:40:33.864Z Downloaded url v2.5.8
3502026-05-22T00:40:33.864Z Downloaded quote v1.0.45
3512026-05-22T00:40:33.867Z Downloaded toml_edit v0.22.27
3522026-05-22T00:40:33.870Z Downloaded icu_normalizer_data v2.1.1
3532026-05-22T00:40:33.878Z Downloaded anstyle-parse v1.0.0
3542026-05-22T00:40:33.881Z Downloaded zerovec v0.11.5
3552026-05-22T00:40:33.884Z Downloaded serde_tokenstream v0.2.3
3562026-05-22T00:40:33.884Z Downloaded anstyle v1.0.14
3572026-05-22T00:40:33.884Z Downloaded zerocopy v0.7.35
3582026-05-22T00:40:33.891Z Downloaded synstructure v0.13.2
3592026-05-22T00:40:33.894Z Downloaded winnow v0.7.14
3602026-05-22T00:40:33.897Z Downloaded smallvec v1.15.1
3612026-05-22T00:40:33.900Z Downloaded serde v1.0.228
3622026-05-22T00:40:33.903Z Downloaded pest_generator v2.8.6
3632026-05-22T00:40:33.903Z Downloaded pest_derive v2.8.6
3642026-05-22T00:40:33.903Z Downloaded unicode-width v0.2.0
3652026-05-22T00:40:33.906Z Downloaded semver v1.0.28
3662026-05-22T00:40:33.909Z Downloaded displaydoc v0.2.5
3672026-05-22T00:40:33.909Z Downloaded unicode-width v0.1.14
3682026-05-22T00:40:33.917Z Downloaded bitflags v2.11.0
3692026-05-22T00:40:33.920Z Downloaded tempfile v3.25.0
3702026-05-22T00:40:33.924Z Downloaded once_cell v1.21.3
3712026-05-22T00:40:33.928Z Downloaded papergrid v0.11.0
3722026-05-22T00:40:33.931Z Downloaded serde_derive v1.0.228
3732026-05-22T00:40:33.934Z Downloaded proc-macro-error v1.0.4
3742026-05-22T00:40:33.934Z Downloaded num-traits v0.2.19
3752026-05-22T00:40:33.937Z Downloaded icu_provider v2.1.1
3762026-05-22T00:40:33.937Z Downloaded icu_properties v2.1.2
3772026-05-22T00:40:33.940Z Downloaded log v0.4.29
3782026-05-22T00:40:33.943Z Downloaded getrandom v0.4.1
3792026-05-22T00:40:33.943Z Downloaded serde_core v1.0.228
3802026-05-22T00:40:33.946Z Downloaded proc-macro2 v1.0.106
3812026-05-22T00:40:33.951Z Downloaded anyhow v1.0.102
3822026-05-22T00:40:33.955Z Downloaded icu_locale_core v2.1.1
3832026-05-22T00:40:33.961Z Downloaded clap v4.6.1
3842026-05-22T00:40:33.968Z Downloaded memchr v2.8.0
3852026-05-22T00:40:33.971Z Downloaded icu_collections v2.1.1
3862026-05-22T00:40:33.974Z Downloaded pest_meta v2.8.6
3872026-05-22T00:40:33.978Z Downloaded icu_normalizer v2.1.1
3882026-05-22T00:40:33.985Z Downloaded indexmap v2.14.0
3892026-05-22T00:40:34.001Z Downloaded goblin v0.8.2
3902026-05-22T00:40:34.010Z Downloaded idna v1.1.0
3912026-05-22T00:40:34.013Z Downloaded hashbrown v0.17.0
3922026-05-22T00:40:34.019Z Downloaded serde_json v1.0.149
3932026-05-22T00:40:34.023Z Downloaded pest v2.8.6
3942026-05-22T00:40:34.032Z Downloaded icu_properties_data v2.1.2
3952026-05-22T00:40:34.039Z Downloaded tabled v0.15.0
3962026-05-22T00:40:34.053Z Downloaded syn v1.0.109
3972026-05-22T00:40:34.066Z Downloaded syn v2.0.117
3982026-05-22T00:40:34.079Z Downloaded rustix v1.1.3
3992026-05-22T00:40:34.099Z Downloaded libc v0.2.185
4002026-05-22T00:40:34.167Z Compiling proc-macro2 v1.0.106
4012026-05-22T00:40:34.170Z Compiling quote v1.0.45
4022026-05-22T00:40:34.170Z Compiling unicode-ident v1.0.24
4032026-05-22T00:40:34.170Z Compiling serde_core v1.0.228
4042026-05-22T00:40:34.170Z Compiling libc v0.2.185
4052026-05-22T00:40:34.170Z Compiling version_check v0.9.5
4062026-05-22T00:40:34.170Z Compiling memchr v2.8.0
4072026-05-22T00:40:34.170Z Compiling serde v1.0.228
4082026-05-22T00:40:34.170Z Compiling stable_deref_trait v1.2.1
4092026-05-22T00:40:34.170Z Compiling zmij v1.0.21
4102026-05-22T00:40:34.170Z Compiling thiserror v1.0.69
4112026-05-22T00:40:34.170Z Compiling ucd-trie v0.1.7
4122026-05-22T00:40:34.170Z Compiling itoa v1.0.17
4132026-05-22T00:40:34.352Z Compiling autocfg v1.5.0
4142026-05-22T00:40:34.355Z Compiling writeable v0.6.2
4152026-05-22T00:40:34.571Z Compiling litemap v0.8.1
4162026-05-22T00:40:34.721Z Compiling byteorder v1.5.0
4172026-05-22T00:40:34.744Z Compiling rustix v1.1.3
4182026-05-22T00:40:34.761Z Compiling icu_normalizer_data v2.1.1
4192026-05-22T00:40:34.831Z Compiling pest v2.8.6
4202026-05-22T00:40:34.875Z Compiling icu_properties_data v2.1.2
4212026-05-22T00:40:35.053Z Compiling serde_json v1.0.149
4222026-05-22T00:40:35.072Z Compiling bitflags v2.11.0
4232026-05-22T00:40:35.132Z Compiling num-traits v0.2.19
4242026-05-22T00:40:35.150Z Compiling typeid v1.0.3
4252026-05-22T00:40:35.184Z Compiling equivalent v1.0.2
4262026-05-22T00:40:35.320Z Compiling smallvec v1.15.1
4272026-05-22T00:40:35.404Z Compiling hashbrown v0.17.0
4282026-05-22T00:40:35.408Z Compiling proc-macro-error-attr v1.0.4
4292026-05-22T00:40:35.468Z Compiling usdt-impl v0.5.0
4302026-05-22T00:40:35.472Z Compiling winnow v0.7.14
4312026-05-22T00:40:35.521Z Compiling syn v1.0.109
4322026-05-22T00:40:35.562Z Compiling toml_write v0.1.2
4332026-05-22T00:40:35.597Z Compiling erased-serde v0.4.9
4342026-05-22T00:40:35.617Z Compiling proc-macro-error v1.0.4
4352026-05-22T00:40:35.652Z Compiling camino v1.2.2
4362026-05-22T00:40:35.715Z Compiling utf8_iter v1.0.4
4372026-05-22T00:40:35.768Z Compiling errno v0.3.14
4382026-05-22T00:40:35.784Z Compiling thread-id v4.2.2
4392026-05-22T00:40:35.809Z Compiling log v0.4.29
4402026-05-22T00:40:35.852Z Compiling percent-encoding v2.3.2
4412026-05-22T00:40:35.871Z Compiling getrandom v0.4.1
4422026-05-22T00:40:35.908Z Compiling indexmap v2.14.0
4432026-05-22T00:40:35.941Z Compiling plain v0.2.3
4442026-05-22T00:40:35.958Z Compiling utf8parse v0.2.2
4452026-05-22T00:40:35.995Z Compiling pest_meta v2.8.6
4462026-05-22T00:40:36.014Z Compiling thiserror v2.0.18
4472026-05-22T00:40:36.017Z Compiling form_urlencoded v1.2.2
4482026-05-22T00:40:36.103Z Compiling anstyle-parse v1.0.0
4492026-05-22T00:40:36.222Z Compiling pretty-hex v0.4.1
4502026-05-22T00:40:36.242Z Compiling is_terminal_polyfill v1.70.2
4512026-05-22T00:40:36.259Z Compiling anstyle v1.0.14
4522026-05-22T00:40:36.278Z Compiling syn v2.0.117
4532026-05-22T00:40:36.311Z Compiling ordered-float v2.10.1
4542026-05-22T00:40:36.385Z Compiling cfg-if v1.0.4
4552026-05-22T00:40:36.420Z Compiling anstyle-query v1.1.5
4562026-05-22T00:40:36.423Z Compiling colorchoice v1.0.4
4572026-05-22T00:40:36.563Z Compiling anstream v1.0.0
4582026-05-22T00:40:36.582Z Compiling fs-err v3.3.0
4592026-05-22T00:40:36.582Z Compiling fnv v1.0.7
4602026-05-22T00:40:36.615Z Compiling heck v0.4.1
4612026-05-22T00:40:36.618Z Compiling once_cell v1.21.3
4622026-05-22T00:40:36.699Z Compiling clap_lex v1.0.0
4632026-05-22T00:40:36.717Z Compiling unicode-xid v0.2.6
4642026-05-22T00:40:36.721Z Compiling bytecount v0.6.9
4652026-05-22T00:40:36.814Z Compiling terminal_size v0.4.3
4662026-05-22T00:40:36.872Z Compiling strsim v0.11.1
4672026-05-22T00:40:36.891Z Compiling fastrand v2.3.0
4682026-05-22T00:40:36.894Z Compiling anyhow v1.0.102
4692026-05-22T00:40:36.894Z Compiling heck v0.5.0
4702026-05-22T00:40:36.999Z Compiling semver v1.0.28
4712026-05-22T00:40:37.002Z Compiling unicode-width v0.1.14
4722026-05-22T00:40:37.092Z Compiling tempfile v3.25.0
4732026-05-22T00:40:37.175Z Compiling clap_builder v4.6.0
4742026-05-22T00:40:37.212Z Compiling memmap v0.7.0
4752026-05-22T00:40:37.264Z Compiling smawk v0.3.2
4762026-05-22T00:40:37.310Z Compiling papergrid v0.11.0
4772026-05-22T00:40:37.328Z Compiling unicode-linebreak v0.1.5
4782026-05-22T00:40:37.344Z Compiling serde-untagged v0.1.9
4792026-05-22T00:40:37.382Z Compiling unicode-width v0.2.0
4802026-05-22T00:40:37.431Z Compiling camino-tempfile v1.4.1
4812026-05-22T00:40:37.446Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-05-22T00:40:37.587Z Compiling swrite v0.1.0
4832026-05-22T00:40:37.615Z Compiling textwrap v0.16.2
4842026-05-22T00:40:37.968Z Compiling tabled_derive v0.7.0
4852026-05-22T00:40:38.630Z Compiling tabled v0.15.0
4862026-05-22T00:40:38.758Z Compiling synstructure v0.13.2
4872026-05-22T00:40:38.759Z Compiling pest_generator v2.8.6
4882026-05-22T00:40:39.318Z Compiling serde_derive v1.0.228
4892026-05-22T00:40:39.318Z Compiling zerofrom-derive v0.1.6
4902026-05-22T00:40:39.321Z Compiling yoke-derive v0.8.1
4912026-05-22T00:40:39.321Z Compiling zerovec-derive v0.11.2
4922026-05-22T00:40:39.321Z Compiling displaydoc v0.2.5
4932026-05-22T00:40:39.321Z Compiling thiserror-impl v1.0.69
4942026-05-22T00:40:39.321Z Compiling zerocopy-derive v0.7.35
4952026-05-22T00:40:39.321Z Compiling scroll_derive v0.12.1
4962026-05-22T00:40:39.321Z Compiling thiserror-impl v2.0.18
4972026-05-22T00:40:39.321Z Compiling clap_derive v4.6.1
4982026-05-22T00:40:39.403Z Compiling pest_derive v2.8.6
4992026-05-22T00:40:39.960Z Compiling scroll v0.12.0
5002026-05-22T00:40:40.177Z Compiling goblin v0.8.2
5012026-05-22T00:40:40.207Z Compiling zerocopy v0.7.35
5022026-05-22T00:40:40.345Z Compiling zerofrom v0.1.6
5032026-05-22T00:40:40.452Z Compiling yoke v0.8.1
5042026-05-22T00:40:40.559Z Compiling dtrace-parser v0.2.0
5052026-05-22T00:40:40.607Z Compiling zerovec v0.11.5
5062026-05-22T00:40:40.607Z Compiling zerotrie v0.2.3
5072026-05-22T00:40:40.774Z Compiling clap v4.6.1
5082026-05-22T00:40:41.030Z Compiling tinystr v0.8.2
5092026-05-22T00:40:41.030Z Compiling potential_utf v0.1.4
5102026-05-22T00:40:41.149Z Compiling icu_collections v2.1.1
5112026-05-22T00:40:41.179Z Compiling icu_locale_core v2.1.1
5122026-05-22T00:40:41.736Z Compiling icu_provider v2.1.1
5132026-05-22T00:40:41.844Z Compiling dof v0.3.0
5142026-05-22T00:40:41.847Z Compiling serde_tokenstream v0.2.3
5152026-05-22T00:40:41.861Z Compiling serde_spanned v0.6.9
5162026-05-22T00:40:41.865Z Compiling toml_datetime v0.6.11
5172026-05-22T00:40:41.865Z Compiling serde-value v0.7.0
5182026-05-22T00:40:41.865Z Compiling cargo-platform v0.2.0
5192026-05-22T00:40:41.878Z Compiling macaddr v1.0.1
5202026-05-22T00:40:41.964Z Compiling icu_normalizer v2.1.1
5212026-05-22T00:40:41.967Z Compiling icu_properties v2.1.2
5222026-05-22T00:40:42.083Z Compiling toml_edit v0.22.27
5232026-05-22T00:40:42.602Z Compiling usdt-attr-macro v0.5.0
5242026-05-22T00:40:42.658Z Compiling usdt-macro v0.5.0
5252026-05-22T00:40:42.830Z Compiling idna_adapter v1.2.1
5262026-05-22T00:40:42.950Z Compiling idna v1.1.0
5272026-05-22T00:40:43.167Z Compiling usdt v0.5.0
5282026-05-22T00:40:43.246Z Compiling url v2.5.8
5292026-05-22T00:40:43.352Z Compiling toml v0.8.23
5302026-05-22T00:40:43.648Z Compiling cargo-util-schemas v0.8.2
5312026-05-22T00:40:43.648Z Compiling cargo_toml v0.21.0
5322026-05-22T00:40:44.420Z Compiling cargo_metadata v0.21.0
5332026-05-22T00:40:45.342Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5342026-05-22T00:40:47.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.44s
5352026-05-22T00:40:47.685Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5362026-05-22T00:40:48.253Z Downloading crates ...
5372026-05-22T00:40:48.358Z Downloaded async-recursion v1.1.1
5382026-05-22T00:40:48.361Z Downloaded base16ct v0.2.0
5392026-05-22T00:40:48.364Z Downloaded aes v0.8.4
5402026-05-22T00:40:48.364Z Downloaded crc-any v2.5.0
5412026-05-22T00:40:48.368Z Downloaded aho-corasick v1.1.4
5422026-05-22T00:40:48.371Z Downloaded document-features v0.2.12
5432026-05-22T00:40:48.375Z Downloaded crc8 v0.1.1
5442026-05-22T00:40:48.376Z Downloaded darling v0.20.11
5452026-05-22T00:40:48.379Z Downloaded crunchy v0.2.4
5462026-05-22T00:40:48.379Z Downloaded crossbeam-epoch v0.9.18
5472026-05-22T00:40:48.379Z Downloaded async-stream-impl v0.3.6
5482026-05-22T00:40:48.382Z Downloaded embedded-io v0.4.0
5492026-05-22T00:40:48.382Z Downloaded ascii-canvas v3.0.0
5502026-05-22T00:40:48.385Z Downloaded async-trait v0.1.89
5512026-05-22T00:40:48.388Z Downloaded atomicwrites v0.4.4
5522026-05-22T00:40:48.388Z Downloaded argon2 v0.5.3
5532026-05-22T00:40:48.388Z Downloaded assert_matches v1.5.0
5542026-05-22T00:40:48.391Z Downloaded ahash v0.8.12
5552026-05-22T00:40:48.394Z Downloaded anstyle-parse v0.2.7
5562026-05-22T00:40:48.394Z Downloaded ctr v0.9.2
5572026-05-22T00:40:48.397Z Downloaded atty v0.2.14
5582026-05-22T00:40:48.397Z Downloaded critical-section v1.2.0
5592026-05-22T00:40:48.400Z Downloaded float-ord v0.3.2
5602026-05-22T00:40:48.400Z Downloaded endian-type v0.1.2
5612026-05-22T00:40:48.403Z Downloaded backoff v0.4.0
5622026-05-22T00:40:48.403Z Downloaded ed25519-dalek v2.2.0
5632026-05-22T00:40:48.406Z Downloaded defmt v0.3.100
5642026-05-22T00:40:48.406Z Downloaded dof v0.4.0
5652026-05-22T00:40:48.406Z Downloaded csv-core v0.1.13
5662026-05-22T00:40:48.410Z Downloaded fd-lock v4.0.4
5672026-05-22T00:40:48.410Z Downloaded anstream v0.6.21
5682026-05-22T00:40:48.413Z Downloaded dirs-sys-next v0.1.2
5692026-05-22T00:40:48.413Z Downloaded diesel_table_macro_syntax v0.3.0
5702026-05-22T00:40:48.413Z Downloaded bcrypt-pbkdf v0.10.0
5712026-05-22T00:40:48.417Z Downloaded bb8 v0.8.6
5722026-05-22T00:40:48.420Z Downloaded defmt-parser v1.0.0
5732026-05-22T00:40:48.423Z Downloaded dyn-clone v1.0.20
5742026-05-22T00:40:48.423Z Downloaded debug-ignore v1.0.5
5752026-05-22T00:40:48.426Z Downloaded bit-set v0.5.3
5762026-05-22T00:40:48.426Z Downloaded ciborium-ll v0.2.2
5772026-05-22T00:40:48.426Z Downloaded darling_macro v0.20.11
5782026-05-22T00:40:48.426Z Downloaded enum-as-inner v0.6.1
5792026-05-22T00:40:48.430Z Downloaded dunce v1.0.5
5802026-05-22T00:40:48.430Z Downloaded derive_builder_macro v0.20.2
5812026-05-22T00:40:48.430Z Downloaded array-init v0.0.4
5822026-05-22T00:40:48.433Z Downloaded atomic-waker v1.1.2
5832026-05-22T00:40:48.433Z Downloaded cpufeatures v0.3.0
5842026-05-22T00:40:48.433Z Downloaded cfg_aliases v0.2.1
5852026-05-22T00:40:48.437Z Downloaded arrayref v0.3.9
5862026-05-22T00:40:48.437Z Downloaded float-cmp v0.10.0
5872026-05-22T00:40:48.440Z Downloaded cobs v0.3.0
5882026-05-22T00:40:48.440Z Downloaded bcs v0.1.6
5892026-05-22T00:40:48.440Z Downloaded adler2 v2.0.1
5902026-05-22T00:40:48.440Z Downloaded ciborium-io v0.2.2
5912026-05-22T00:40:48.443Z Downloaded base64 v0.22.1
5922026-05-22T00:40:48.443Z Downloaded dirs-next v2.0.0
5932026-05-22T00:40:48.447Z Downloaded fallible-iterator v0.2.0
5942026-05-22T00:40:48.447Z Downloaded ed25519 v2.2.3
5952026-05-22T00:40:48.450Z Downloaded crc-catalog v2.4.0
5962026-05-22T00:40:48.450Z Downloaded backon v1.6.0
5972026-05-22T00:40:48.450Z Downloaded castaway v0.2.4
5982026-05-22T00:40:48.453Z Downloaded foreign-types-shared v0.1.1
5992026-05-22T00:40:48.453Z Downloaded display-error-chain v0.2.2
6002026-05-22T00:40:48.453Z Downloaded cstr-argument v0.1.2
6012026-05-22T00:40:48.453Z Downloaded cfg_aliases v0.1.1
6022026-05-22T00:40:48.456Z Downloaded async-stream v0.3.6
6032026-05-22T00:40:48.456Z Downloaded either v1.15.0
6042026-05-22T00:40:48.456Z Downloaded daft v0.1.7
6052026-05-22T00:40:48.459Z Downloaded defmt v1.0.1
6062026-05-22T00:40:48.462Z Downloaded foreign-types v0.3.2
6072026-05-22T00:40:48.462Z Downloaded convert_case v0.4.0
6082026-05-22T00:40:48.462Z Downloaded bitfield-macros v0.19.4
6092026-05-22T00:40:48.462Z Downloaded difflib v0.4.0
6102026-05-22T00:40:48.468Z Downloaded compression-core v0.4.31
6112026-05-22T00:40:48.468Z Downloaded funty v2.0.0
6122026-05-22T00:40:48.468Z Downloaded dsl_auto_type v0.2.0
6132026-05-22T00:40:48.471Z Downloaded downcast-rs v2.0.2
6142026-05-22T00:40:48.471Z Downloaded darling_macro v0.21.3
6152026-05-22T00:40:48.471Z Downloaded curve25519-dalek-derive v0.1.1
6162026-05-22T00:40:48.471Z Downloaded crucible-workspace-hack v0.1.0
6172026-05-22T00:40:48.471Z Downloaded bitfield-struct v0.6.2
6182026-05-22T00:40:48.475Z Downloaded cargo-platform v0.1.9
6192026-05-22T00:40:48.475Z Downloaded gethostname v0.5.0
6202026-05-22T00:40:48.484Z Downloaded dtrace-parser v0.3.0
6212026-05-22T00:40:48.487Z Downloaded flagset v0.4.7
6222026-05-22T00:40:48.487Z Downloaded foreign-types-macros v0.2.3
6232026-05-22T00:40:48.487Z Downloaded block-padding v0.3.3
6242026-05-22T00:40:48.490Z Downloaded darling_macro v0.23.0
6252026-05-22T00:40:48.490Z Downloaded crossterm v0.28.1
6262026-05-22T00:40:48.492Z Downloaded env_logger v0.11.9
6272026-05-22T00:40:48.498Z Downloaded camino-tempfile-ext v0.3.3
6282026-05-22T00:40:48.498Z Downloaded bit-vec v0.8.0
6292026-05-22T00:40:48.501Z Downloaded aead v0.5.2
6302026-05-22T00:40:48.501Z Downloaded fixedbitset v0.4.2
6312026-05-22T00:40:48.501Z Downloaded bitfield v0.19.4
6322026-05-22T00:40:48.501Z Downloaded cexpr v0.6.0
6332026-05-22T00:40:48.501Z Downloaded futures-macro v0.3.32
6342026-05-22T00:40:48.501Z Downloaded futures-core v0.3.32
6352026-05-22T00:40:48.505Z Downloaded futures-sink v0.3.32
6362026-05-22T00:40:48.505Z Downloaded futures-io v0.3.32
6372026-05-22T00:40:48.505Z Downloaded corncobs v0.1.4
6382026-05-22T00:40:48.508Z Downloaded bitflags v1.3.2
6392026-05-22T00:40:48.508Z Downloaded foreign-types-shared v0.3.1
6402026-05-22T00:40:48.508Z Downloaded fxhash v0.2.1
6412026-05-22T00:40:48.508Z Downloaded futures-task v0.3.32
6422026-05-22T00:40:48.512Z Downloaded git-stub v1.0.0
6432026-05-22T00:40:48.512Z Downloaded foreign-types v0.5.0
6442026-05-22T00:40:48.512Z Downloaded fixedbitset v0.5.7
6452026-05-22T00:40:48.515Z Downloaded env_filter v1.0.0
6462026-05-22T00:40:48.515Z Downloaded der v0.7.10
6472026-05-22T00:40:48.518Z Downloaded crossbeam-deque v0.8.6
6482026-05-22T00:40:48.518Z Downloaded crypto-bigint v0.5.5
6492026-05-22T00:40:48.521Z Downloaded ghash v0.5.1
6502026-05-22T00:40:48.524Z Downloaded cipher v0.4.4
6512026-05-22T00:40:48.524Z Downloaded hash32 v0.2.1
6522026-05-22T00:40:48.524Z Downloaded globwalk v0.9.1
6532026-05-22T00:40:48.527Z Downloaded hash32 v0.3.1
6542026-05-22T00:40:48.527Z Downloaded chacha20 v0.9.1
6552026-05-22T00:40:48.527Z Downloaded headers-core v0.3.0
6562026-05-22T00:40:48.530Z Downloaded cbc v0.1.2
6572026-05-22T00:40:48.530Z Downloaded foldhash v0.2.0
6582026-05-22T00:40:48.530Z Downloaded cargo_metadata v0.19.2
6592026-05-22T00:40:48.533Z Downloaded bit-set v0.8.0
6602026-05-22T00:40:48.533Z Downloaded diff v0.1.13
6612026-05-22T00:40:48.536Z Downloaded darling v0.23.0
6622026-05-22T00:40:48.539Z Downloaded cassowary v0.3.0
6632026-05-22T00:40:48.539Z Downloaded cmake v0.1.57
6642026-05-22T00:40:48.539Z Downloaded blowfish v0.9.1
6652026-05-22T00:40:48.542Z Downloaded buf-list v1.1.2
6662026-05-22T00:40:48.543Z Downloaded crc v3.4.0
6672026-05-22T00:40:48.545Z Downloaded hex-literal v0.4.1
6682026-05-22T00:40:48.545Z Downloaded constant_time_eq v0.4.2
6692026-05-22T00:40:48.545Z Downloaded hex v0.4.3
6702026-05-22T00:40:48.548Z Downloaded hostname v0.4.2
6712026-05-22T00:40:48.548Z Downloaded ena v0.14.4
6722026-05-22T00:40:48.548Z Downloaded ff v0.13.1
6732026-05-22T00:40:48.551Z Downloaded erased-serde v0.3.31
6742026-05-22T00:40:48.551Z Downloaded foldhash v0.1.5
6752026-05-22T00:40:48.555Z Downloaded const_format_proc_macros v0.2.34
6762026-05-22T00:40:48.555Z Downloaded derive_builder_core v0.20.2
6772026-05-22T00:40:48.558Z Downloaded base64 v0.21.7
6782026-05-22T00:40:48.558Z Downloaded cookie v0.18.1
6792026-05-22T00:40:48.562Z Downloaded fs_extra v1.3.0
6802026-05-22T00:40:48.562Z Downloaded hubpack_derive v0.1.1
6812026-05-22T00:40:48.562Z Downloaded http-body v1.0.1
6822026-05-22T00:40:48.565Z Downloaded http-range v0.1.5
6832026-05-22T00:40:48.565Z Downloaded ecdsa v0.16.9
6842026-05-22T00:40:48.565Z Downloaded deranged v0.5.8
6852026-05-22T00:40:48.565Z Downloaded git-stub-vcs v0.1.0
6862026-05-22T00:40:48.568Z Downloaded httpdate v1.0.3
6872026-05-22T00:40:48.568Z Downloaded group v0.13.0
6882026-05-22T00:40:48.568Z Downloaded futures-executor v0.3.32
6892026-05-22T00:40:48.571Z Downloaded filetime v0.2.27
6902026-05-22T00:40:48.571Z Downloaded hyper-tls v0.6.0
6912026-05-22T00:40:48.572Z Downloaded cookie_store v0.22.1
6922026-05-22T00:40:48.574Z Downloaded indent_write v2.2.0
6932026-05-22T00:40:48.574Z Downloaded inout v0.1.4
6942026-05-22T00:40:48.574Z Downloaded indoc v1.0.9
6952026-05-22T00:40:48.579Z Downloaded illumos-nvpair-sys v0.2.0
6962026-05-22T00:40:48.579Z Downloaded is_ci v1.2.0
6972026-05-22T00:40:48.579Z Downloaded is-terminal v0.4.17
6982026-05-22T00:40:48.583Z Downloaded fs-err v2.11.0
6992026-05-22T00:40:48.583Z Downloaded der_derive v0.7.3
7002026-05-22T00:40:48.583Z Downloaded convert_case v0.10.0
7012026-05-22T00:40:48.583Z Downloaded colored v3.1.1
7022026-05-22T00:40:48.586Z Downloaded find-msvc-tools v0.1.9
7032026-05-22T00:40:48.587Z Downloaded colored v2.2.0
7042026-05-22T00:40:48.587Z Downloaded glob v0.3.3
7052026-05-22T00:40:48.590Z Downloaded blake2 v0.10.6
7062026-05-22T00:40:48.590Z Downloaded clang-sys v1.8.1
7072026-05-22T00:40:48.593Z Downloaded console v0.15.11
7082026-05-22T00:40:48.593Z Downloaded compression-codecs v0.4.37
7092026-05-22T00:40:48.595Z Downloaded console v0.16.2
7102026-05-22T00:40:48.595Z Downloaded ciborium v0.2.2
7112026-05-22T00:40:48.599Z Downloaded bzip2 v0.4.4
7122026-05-22T00:40:48.599Z Downloaded illumos-nvpair v0.3.0
7132026-05-22T00:40:48.602Z Downloaded ident_case v1.0.1
7142026-05-22T00:40:48.602Z Downloaded lazy_static v1.5.0
7152026-05-22T00:40:48.602Z Downloaded kstat-rs v0.2.4
7162026-05-22T00:40:48.605Z Downloaded internet-checksum v0.2.1
7172026-05-22T00:40:48.605Z Downloaded instant v0.1.13
7182026-05-22T00:40:48.605Z Downloaded instability v0.3.11
7192026-05-22T00:40:48.605Z Downloaded home v0.5.12
7202026-05-22T00:40:48.608Z Downloaded const-oid v0.9.6
7212026-05-22T00:40:48.608Z Downloaded keccak v0.1.6
7222026-05-22T00:40:48.608Z Downloaded async-compression v0.4.41
7232026-05-22T00:40:48.611Z Downloaded futures-channel v0.3.32
7242026-05-22T00:40:48.614Z Downloaded async-bb8-diesel v0.2.1
7252026-05-22T00:40:48.614Z Downloaded lalrpop-util v0.19.12
7262026-05-22T00:40:48.617Z Downloaded drift v0.1.4
7272026-05-22T00:40:48.620Z Downloaded lru-slab v0.1.2
7282026-05-22T00:40:48.623Z Downloaded md5 v0.7.0
7292026-05-22T00:40:48.623Z Downloaded lzss v0.8.2
7302026-05-22T00:40:48.623Z Downloaded libscf-sys v1.1.0
7312026-05-22T00:40:48.626Z Downloaded lru-cache v0.1.2
7322026-05-22T00:40:48.626Z Downloaded humantime v2.3.0
7332026-05-22T00:40:48.626Z Downloaded hostname v0.3.1
7342026-05-22T00:40:48.629Z Downloaded md-5 v0.10.6
7352026-05-22T00:40:48.629Z Downloaded lru v0.12.5
7362026-05-22T00:40:48.629Z Downloaded match_cfg v0.1.0
7372026-05-22T00:40:48.632Z Downloaded managed v0.8.0
7382026-05-22T00:40:48.632Z Downloaded getrandom v0.2.17
7392026-05-22T00:40:48.635Z Downloaded defmt-macros v1.0.1
7402026-05-22T00:40:48.635Z Downloaded hyper-staticfile v0.10.1
7412026-05-22T00:40:48.638Z Downloaded impl-trait-for-tuples v0.2.3
7422026-05-22T00:40:48.638Z Downloaded ingot-types v0.1.2
7432026-05-22T00:40:48.641Z Downloaded hubpack v0.1.2
7442026-05-22T00:40:48.641Z Downloaded http-body-util v0.1.3
7452026-05-22T00:40:48.641Z Downloaded memoffset v0.9.1
7462026-05-22T00:40:48.644Z Downloaded mime v0.3.17
7472026-05-22T00:40:48.644Z Downloaded derive_more v0.99.20
7482026-05-22T00:40:48.647Z Downloaded derive_builder v0.20.2
7492026-05-22T00:40:48.650Z Downloaded multimap v0.10.1
7502026-05-22T00:40:48.650Z Downloaded darling v0.21.3
7512026-05-22T00:40:48.653Z Downloaded half v1.8.3
7522026-05-22T00:40:48.656Z Downloaded globset v0.4.18
7532026-05-22T00:40:48.656Z Downloaded maybe-uninit v2.0.0
7542026-05-22T00:40:48.656Z Downloaded ipnet v2.11.0
7552026-05-22T00:40:48.659Z Downloaded chacha20 v0.10.0
7562026-05-22T00:40:48.659Z Downloaded cancel-safe-futures v0.1.5
7572026-05-22T00:40:48.662Z Downloaded ingot v0.1.1
7582026-05-22T00:40:48.662Z Downloaded new_debug_unreachable v1.0.6
7592026-05-22T00:40:48.665Z Downloaded newline-converter v0.3.0
7602026-05-22T00:40:48.665Z Downloaded ipnetwork v0.21.1
7612026-05-22T00:40:48.665Z Downloaded highway v1.3.0
7622026-05-22T00:40:48.668Z Downloaded num v0.4.3
7632026-05-22T00:40:48.668Z Downloaded allocator-api2 v0.2.21
7642026-05-22T00:40:48.671Z Downloaded num-conv v0.2.0
7652026-05-22T00:40:48.671Z Downloaded newtype-uuid-macros v0.1.0
7662026-05-22T00:40:48.671Z Downloaded hmac v0.12.1
7672026-05-22T00:40:48.674Z Downloaded dropshot-api-manager v0.7.1
7682026-05-22T00:40:48.674Z Downloaded chacha20poly1305 v0.10.1
7692026-05-22T00:40:48.677Z Downloaded diesel-dtrace v0.5.0
7702026-05-22T00:40:48.677Z Downloaded crc32fast v1.5.0
7712026-05-22T00:40:48.680Z Downloaded dropshot_endpoint v0.17.0
7722026-05-22T00:40:48.680Z Downloaded flume v0.11.1
7732026-05-22T00:40:48.684Z Downloaded num_enum_derive v0.5.11
7742026-05-22T00:40:48.684Z Downloaded normalize-line-endings v0.3.0
7752026-05-22T00:40:48.687Z Downloaded num-iter v0.1.45
7762026-05-22T00:40:48.687Z Downloaded num-derive v0.3.3
7772026-05-22T00:40:48.687Z Downloaded linked-hash-map v0.5.6
7782026-05-22T00:40:48.687Z Downloaded libsw v3.5.0
7792026-05-22T00:40:48.687Z Downloaded libsw-core v0.3.2
7802026-05-22T00:40:48.690Z Downloaded libloading v0.8.9
7812026-05-22T00:40:48.690Z Downloaded nodrop v0.1.14
7822026-05-22T00:40:48.690Z Downloaded newtype_derive v0.1.6
7832026-05-22T00:40:48.694Z Downloaded derive-where v1.6.0
7842026-05-22T00:40:48.694Z Downloaded openssl-probe v0.1.6
7852026-05-22T00:40:48.698Z Downloaded opaque-debug v0.3.1
7862026-05-22T00:40:48.698Z Downloaded num_threads v0.1.7
7872026-05-22T00:40:48.698Z Downloaded libefi-sys v0.1.0
7882026-05-22T00:40:48.698Z Downloaded olpc-cjson v0.1.4
7892026-05-22T00:40:48.698Z Downloaded oso-derive v0.27.3
7902026-05-22T00:40:48.701Z Downloaded openssl-probe v0.2.1
7912026-05-22T00:40:48.701Z Downloaded getrandom v0.3.4
7922026-05-22T00:40:48.701Z Downloaded lock_api v0.4.14
7932026-05-22T00:40:48.704Z Downloaded maplit v1.0.2
7942026-05-22T00:40:48.704Z Downloaded linear-map v1.2.0
7952026-05-22T00:40:48.704Z Downloaded aes-gcm v0.10.3
7962026-05-22T00:40:48.707Z Downloaded dropshot_endpoint v0.16.7
7972026-05-22T00:40:48.710Z Downloaded openssl-macros v0.1.1
7982026-05-22T00:40:48.710Z Downloaded parse-size v1.1.0
7992026-05-22T00:40:48.710Z Downloaded parse-display v0.10.0
8002026-05-22T00:40:48.710Z Downloaded des v0.8.1
8012026-05-22T00:40:48.713Z Downloaded daft-derive v0.1.7
8022026-05-22T00:40:48.716Z Downloaded hyper-rustls v0.27.7
8032026-05-22T00:40:48.716Z Downloaded nibble_vec v0.1.0
8042026-05-22T00:40:48.719Z Downloaded mime_guess v2.0.5
8052026-05-22T00:40:48.719Z Downloaded crossbeam-utils v0.8.21
8062026-05-22T00:40:48.728Z Downloaded elliptic-curve v0.13.8
8072026-05-22T00:40:48.731Z Downloaded ingot-macros v0.1.1
8082026-05-22T00:40:48.731Z Downloaded nonempty v0.12.0
8092026-05-22T00:40:48.731Z Downloaded bytes v1.11.1
8102026-05-22T00:40:48.731Z Downloaded native-tls v0.2.18
8112026-05-22T00:40:48.731Z Downloaded nanorand v0.7.0
8122026-05-22T00:40:48.731Z Downloaded peg-runtime v0.8.5
8132026-05-22T00:40:48.731Z Downloaded pbkdf2 v0.11.0
8142026-05-22T00:40:48.734Z Downloaded phf_shared v0.12.1
8152026-05-22T00:40:48.734Z Downloaded phf_shared v0.11.3
8162026-05-22T00:40:48.734Z Downloaded path-slash v0.1.5
8172026-05-22T00:40:48.736Z Downloaded multer v3.1.0
8182026-05-22T00:40:48.736Z Downloaded phf_shared v0.13.1
8192026-05-22T00:40:48.739Z Downloaded flate2 v1.1.9
8202026-05-22T00:40:48.742Z Downloaded pbkdf2 v0.12.2
8212026-05-22T00:40:48.742Z Downloaded packed_struct_codegen v0.10.1
8222026-05-22T00:40:48.742Z Downloaded derive_more v2.1.1
8232026-05-22T00:40:48.762Z Downloaded pin-utils v0.1.0
8242026-05-22T00:40:48.764Z Downloaded num_enum v0.7.6
8252026-05-22T00:40:48.767Z Downloaded num-rational v0.4.2
8262026-05-22T00:40:48.767Z Downloaded num-integer v0.1.46
8272026-05-22T00:40:48.770Z Downloaded num-derive v0.4.2
8282026-05-22T00:40:48.770Z Downloaded nu-ansi-term v0.50.3
8292026-05-22T00:40:48.773Z Downloaded precomputed-hash v0.1.1
8302026-05-22T00:40:48.773Z Downloaded memmap2 v0.9.10
8312026-05-22T00:40:48.773Z Downloaded litrs v1.0.0
8322026-05-22T00:40:48.775Z Downloaded ignore v0.4.25
8332026-05-22T00:40:48.776Z Downloaded oxnet v0.1.5
8342026-05-22T00:40:48.778Z Downloaded proc-macro-crate v3.4.0
8352026-05-22T00:40:48.778Z Downloaded predicates-core v1.0.10
8362026-05-22T00:40:48.778Z Downloaded parking_lot_core v0.8.6
8372026-05-22T00:40:48.781Z Downloaded num_enum v0.5.11
8382026-05-22T00:40:48.784Z Downloaded proc-macro-error-attr2 v2.0.0
8392026-05-22T00:40:48.787Z Downloaded progenitor-client v0.14.0
8402026-05-22T00:40:48.787Z Downloaded predicates-tree v1.0.13
8412026-05-22T00:40:48.787Z Downloaded futures v0.3.32
8422026-05-22T00:40:48.789Z Downloaded indexmap v1.9.3
8432026-05-22T00:40:48.792Z Downloaded parse-display-derive v0.10.0
8442026-05-22T00:40:48.799Z Downloaded oxide-tokio-rt v0.1.4
8452026-05-22T00:40:48.799Z Downloaded owo-colors v4.3.0
8462026-05-22T00:40:48.799Z Downloaded half v2.7.1
8472026-05-22T00:40:48.799Z Downloaded progenitor-client v0.11.2
8482026-05-22T00:40:48.799Z Downloaded paste v1.0.15
8492026-05-22T00:40:48.802Z Downloaded progenitor-client v0.10.0
8502026-05-22T00:40:48.802Z Downloaded proc-macro-crate v1.3.1
8512026-05-22T00:40:48.802Z Downloaded powerfmt v0.2.0
8522026-05-22T00:40:48.802Z Downloaded heapless v0.8.0
8532026-05-22T00:40:48.805Z Downloaded quick-error v1.2.3
8542026-05-22T00:40:48.808Z Downloaded crossterm v0.29.0
8552026-05-22T00:40:48.810Z Downloaded num-complex v0.4.6
8562026-05-22T00:40:48.810Z Downloaded headers v0.4.1
8572026-05-22T00:40:48.813Z Downloaded psl-types v2.0.11
8582026-05-22T00:40:48.817Z Downloaded progenitor-macro v0.13.0
8592026-05-22T00:40:48.817Z Downloaded progenitor-macro v0.10.0
8602026-05-22T00:40:48.817Z Downloaded phf v0.13.1
8612026-05-22T00:40:48.820Z Downloaded libbz2-rs-sys v0.2.2
8622026-05-22T00:40:48.820Z Downloaded progenitor-macro v0.14.0
8632026-05-22T00:40:48.820Z Downloaded pkg-config v0.3.32
8642026-05-22T00:40:48.823Z Downloaded password-hash v0.5.0
8652026-05-22T00:40:48.823Z Downloaded poly1305 v0.8.0
8662026-05-22T00:40:48.823Z Downloaded pkcs8 v0.10.2
8672026-05-22T00:40:48.826Z Downloaded derive_more-impl v2.1.1
8682026-05-22T00:40:48.829Z Downloaded rand_chacha v0.3.1
8692026-05-22T00:40:48.829Z Downloaded phf v0.12.1
8702026-05-22T00:40:48.829Z Downloaded rand_xorshift v0.4.0
8712026-05-22T00:40:48.831Z Downloaded password-hash v0.4.2
8722026-05-22T00:40:48.832Z Downloaded packed_struct v0.10.1
8732026-05-22T00:40:48.834Z Downloaded radium v0.7.0
8742026-05-22T00:40:48.835Z Downloaded peg-macros v0.8.5
8752026-05-22T00:40:48.835Z Downloaded recursive-proc-macro-impl v0.1.1
8762026-05-22T00:40:48.835Z Downloaded num_enum_derive v0.7.6
8772026-05-22T00:40:48.837Z Downloaded pem-rfc7468 v0.7.0
8782026-05-22T00:40:48.837Z Downloaded pin-project-lite v0.2.17
8792026-05-22T00:40:48.840Z Downloaded postgres-protocol v0.6.10
8802026-05-22T00:40:48.843Z Downloaded pem v3.0.6
8812026-05-22T00:40:48.843Z Downloaded peg v0.8.5
8822026-05-22T00:40:48.846Z Downloaded primeorder v0.13.6
8832026-05-22T00:40:48.846Z Downloaded progenitor v0.14.0
8842026-05-22T00:40:48.849Z Downloaded recursive v0.1.1
8852026-05-22T00:40:48.849Z Downloaded progenitor v0.13.0
8862026-05-22T00:40:48.849Z Downloaded proc-macro-error2 v2.0.1
8872026-05-22T00:40:48.852Z Downloaded ref-cast v1.0.25
8882026-05-22T00:40:48.855Z Downloaded predicates v3.1.4
8892026-05-22T00:40:48.855Z Downloaded progenitor-macro v0.11.2
8902026-05-22T00:40:48.857Z Downloaded ppv-lite86 v0.2.21
8912026-05-22T00:40:48.857Z Downloaded httparse v1.10.1
8922026-05-22T00:40:48.860Z Downloaded heapless v0.7.17
8932026-05-22T00:40:48.860Z Downloaded indicatif v0.18.4
8942026-05-22T00:40:48.863Z Downloaded iana-time-zone v0.1.65
8952026-05-22T00:40:48.866Z Downloaded newtype-uuid v1.3.2
8962026-05-22T00:40:48.866Z Downloaded jobserver v0.1.34
8972026-05-22T00:40:48.868Z Downloaded fatfs v0.3.6
8982026-05-22T00:40:48.868Z Downloaded darling_core v0.23.0
8992026-05-22T00:40:48.871Z Downloaded psm v0.1.30
9002026-05-22T00:40:48.874Z Downloaded rfc6979 v0.4.0
9012026-05-22T00:40:48.874Z Downloaded progenitor-client v0.13.0
9022026-05-22T00:40:48.877Z Downloaded progenitor v0.11.2
9032026-05-22T00:40:48.877Z Downloaded pin-project-internal v1.1.11
9042026-05-22T00:40:48.877Z Downloaded parking_lot v0.11.2
9052026-05-22T00:40:48.880Z Downloaded cc v1.2.56
9062026-05-22T00:40:48.882Z Downloaded rtoolbox v0.0.3
9072026-05-22T00:40:48.882Z Downloaded darling_core v0.21.3
9082026-05-22T00:40:48.885Z Downloaded ref-cast-impl v1.0.25
9092026-05-22T00:40:48.885Z Downloaded rustc_version v0.4.1
9102026-05-22T00:40:48.888Z Downloaded bzip2 v0.6.1
9112026-05-22T00:40:48.888Z Downloaded indoc v2.0.7
9122026-05-22T00:40:48.890Z Downloaded rustc_version v0.1.7
9132026-05-22T00:40:48.890Z Downloaded polyval v0.6.2
9142026-05-22T00:40:48.890Z Downloaded rustc-hash v2.1.1
9152026-05-22T00:40:48.893Z Downloaded bumpalo v3.20.2
9162026-05-22T00:40:48.893Z Downloaded parking_lot_core v0.9.12
9172026-05-22T00:40:48.896Z Downloaded pkcs1 v0.7.5
9182026-05-22T00:40:48.896Z Downloaded rand_seeder v0.4.0
9192026-05-22T00:40:48.899Z Downloaded rand_core v0.6.4
9202026-05-22T00:40:48.899Z Downloaded rand_chacha v0.9.0
9212026-05-22T00:40:48.899Z Downloaded parking_lot v0.12.5
9222026-05-22T00:40:48.901Z Downloaded const_format v0.2.35
9232026-05-22T00:40:48.904Z Downloaded compact_str v0.8.1
9242026-05-22T00:40:48.907Z Downloaded postgres-types v0.2.12
9252026-05-22T00:40:48.909Z Downloaded progenitor-extras v0.2.0
9262026-05-22T00:40:48.909Z Downloaded arc-swap v1.8.2
9272026-05-22T00:40:48.912Z Downloaded ar_archive_writer v0.5.1
9282026-05-22T00:40:48.917Z Downloaded dropshot-api-manager-types v0.7.1
9292026-05-22T00:40:48.917Z Downloaded data-encoding v2.10.0
9302026-05-22T00:40:48.917Z Downloaded base64ct v1.8.3
9312026-05-22T00:40:48.920Z Downloaded embedded-io v0.6.1
9322026-05-22T00:40:48.920Z Downloaded omicron-zone-package v0.12.2
9332026-05-22T00:40:48.920Z Downloaded byte-wrapper v0.1.0
9342026-05-22T00:40:48.923Z Downloaded pkcs5 v0.7.1
9352026-05-22T00:40:48.923Z Downloaded hickory-resolver v0.24.4
9362026-05-22T00:40:48.925Z Downloaded salsa20 v0.10.2
9372026-05-22T00:40:48.928Z Downloaded sapling-renderdag v0.1.0
9382026-05-22T00:40:48.928Z Downloaded scheduled-thread-pool v0.2.7
9392026-05-22T00:40:48.928Z Downloaded scroll_derive v0.13.1
9402026-05-22T00:40:48.931Z Downloaded scopeguard v1.2.0
9412026-05-22T00:40:48.931Z Downloaded secrecy v0.8.0
9422026-05-22T00:40:48.931Z Downloaded postcard v1.1.3
9432026-05-22T00:40:48.934Z Downloaded scrypt v0.11.0
9442026-05-22T00:40:48.934Z Downloaded same-file v1.0.6
9452026-05-22T00:40:48.934Z Downloaded rand_core v0.10.0
9462026-05-22T00:40:48.937Z Downloaded bit-vec v0.6.3
9472026-05-22T00:40:48.937Z Downloaded arrayvec v0.7.6
9482026-05-22T00:40:48.939Z Downloaded miniz_oxide v0.8.9
9492026-05-22T00:40:48.939Z Downloaded oso v0.27.3
9502026-05-22T00:40:48.942Z Downloaded crossbeam-channel v0.5.15
9512026-05-22T00:40:48.945Z Downloaded russh-cryptovec v0.7.3
9522026-05-22T00:40:48.945Z Downloaded derive-ex v0.1.8
9532026-05-22T00:40:48.945Z Downloaded darling_core v0.20.11
9542026-05-22T00:40:48.948Z Downloaded semver v0.1.20
9552026-05-22T00:40:48.951Z Downloaded secrecy v0.10.3
9562026-05-22T00:40:48.954Z Downloaded hickory-resolver v0.25.2
9572026-05-22T00:40:48.956Z Downloaded quinn-udp v0.5.14
9582026-05-22T00:40:48.959Z Downloaded rustls-native-certs v0.8.3
9592026-05-22T00:40:48.959Z Downloaded rand_core v0.9.5
9602026-05-22T00:40:48.962Z Downloaded serde-big-array v0.5.1
9612026-05-22T00:40:48.964Z Downloaded serde_urlencoded v0.7.1
9622026-05-22T00:40:48.964Z Downloaded serde_bytes v0.11.19
9632026-05-22T00:40:48.967Z Downloaded p256 v0.13.2
9642026-05-22T00:40:48.967Z Downloaded signal-hook-mio v0.2.5
9652026-05-22T00:40:48.970Z Downloaded papergrid v0.17.0
9662026-05-22T00:40:48.973Z Downloaded rustls-pemfile v1.0.4
9672026-05-22T00:40:48.975Z Downloaded jiff-static v0.2.21
9682026-05-22T00:40:48.975Z Downloaded prefix-trie v0.7.0
9692026-05-22T00:40:48.978Z Downloaded shell-words v1.1.1
9702026-05-22T00:40:48.978Z Downloaded sha1 v0.10.6
9712026-05-22T00:40:48.981Z Downloaded serde_spanned v1.0.4
9722026-05-22T00:40:48.981Z Downloaded serde_repr v0.1.20
9732026-05-22T00:40:48.983Z Downloaded expectorate v1.2.0
9742026-05-22T00:40:48.983Z Downloaded rustls-pemfile v2.2.0
9752026-05-22T00:40:48.986Z Downloaded r2d2 v0.8.10
9762026-05-22T00:40:48.986Z Downloaded serde_plain v1.0.2
9772026-05-22T00:40:48.989Z Downloaded rustversion v1.0.22
9782026-05-22T00:40:48.992Z Downloaded hashbrown v0.13.2
9792026-05-22T00:40:48.994Z Downloaded scroll v0.13.0
9802026-05-22T00:40:48.994Z Downloaded siphasher v1.0.2
9812026-05-22T00:40:48.997Z Downloaded signal-hook-tokio v0.3.1
9822026-05-22T00:40:48.998Z Downloaded rusty-fork v0.3.1
9832026-05-22T00:40:48.998Z Downloaded signature v2.2.0
9842026-05-22T00:40:49.001Z Downloaded progenitor-impl v0.13.0
9852026-05-22T00:40:49.001Z Downloaded sigpipe v0.1.3
9862026-05-22T00:40:49.001Z Downloaded progenitor-impl v0.11.2
9872026-05-22T00:40:49.004Z Downloaded pin-project v1.1.11
9882026-05-22T00:40:49.007Z Downloaded sec1 v0.7.3
9892026-05-22T00:40:49.010Z Downloaded russh-keys v0.45.0
9902026-05-22T00:40:49.010Z Downloaded openssl-sys v0.9.115
9912026-05-22T00:40:49.013Z Downloaded minimal-lexical v0.2.1
9922026-05-22T00:40:49.017Z Downloaded slog-envlogger v2.2.0
9932026-05-22T00:40:49.019Z Downloaded progenitor v0.10.0
9942026-05-22T00:40:49.019Z Downloaded http v1.4.0
9952026-05-22T00:40:49.022Z Downloaded slog-bunyan v2.5.0
9962026-05-22T00:40:49.022Z Downloaded sct v0.7.1
9972026-05-22T00:40:49.025Z Downloaded resolv-conf v0.7.6
9982026-05-22T00:40:49.025Z Downloaded serde-hex v0.1.0
9992026-05-22T00:40:49.027Z Downloaded seq-macro v0.3.6
10002026-05-22T00:40:49.027Z Downloaded hashbrown v0.12.3
10012026-05-22T00:40:49.031Z Downloaded serde_derive_internals v0.29.1
10022026-05-22T00:40:49.034Z Downloaded shlex v1.3.0
10032026-05-22T00:40:49.037Z Downloaded rcgen v0.12.1
10042026-05-22T00:40:49.041Z Downloaded serde_path_to_error v0.1.20
10052026-05-22T00:40:49.044Z Downloaded progenitor-impl v0.10.0
10062026-05-22T00:40:49.047Z Downloaded diesel_derives v2.3.7
10072026-05-22T00:40:49.051Z Downloaded progenitor-impl v0.14.0
10082026-05-22T00:40:49.056Z Downloaded sqlparser_derive v0.5.0
10092026-05-22T00:40:49.065Z Downloaded signal-hook-registry v1.4.8
10102026-05-22T00:40:49.067Z Downloaded strum v0.26.3
10112026-05-22T00:40:49.067Z Downloaded structmeta-derive v0.3.0
10122026-05-22T00:40:49.070Z Downloaded ssh-encoding v0.2.0
10132026-05-22T00:40:49.073Z Downloaded slab v0.4.12
10142026-05-22T00:40:49.073Z Downloaded slog-json v2.6.1
10152026-05-22T00:40:49.076Z Downloaded simd-adler32 v0.3.8
10162026-05-22T00:40:49.076Z Downloaded sync-ptr v0.1.4
10172026-05-22T00:40:49.079Z Downloaded take_mut v0.2.2
10182026-05-22T00:40:49.079Z Downloaded tabwriter v1.4.1
10192026-05-22T00:40:49.079Z Downloaded supports-color v3.0.2
10202026-05-22T00:40:49.082Z Downloaded subtle v2.6.1
10212026-05-22T00:40:49.082Z Downloaded ssh-cipher v0.2.0
10222026-05-22T00:40:49.082Z Downloaded hickory-server v0.25.2
10232026-05-22T00:40:49.085Z Downloaded prettyplease v0.2.37
10242026-05-22T00:40:49.087Z Downloaded strum v0.27.2
10252026-05-22T00:40:49.090Z Downloaded structmeta v0.3.0
10262026-05-22T00:40:49.090Z Downloaded slog-dtrace v0.3.0
10272026-05-22T00:40:49.090Z Downloaded slog-async v2.8.0
10282026-05-22T00:40:49.093Z Downloaded termtree v0.5.1
10292026-05-22T00:40:49.093Z Downloaded slog-stdlog v4.1.1
10302026-05-22T00:40:49.093Z Downloaded slog-scope v4.4.1
10312026-05-22T00:40:49.095Z Downloaded smallvec v0.6.14
10322026-05-22T00:40:49.100Z Downloaded tagptr v0.2.0
10332026-05-22T00:40:49.103Z Downloaded tabled_derive v0.11.0
10342026-05-22T00:40:49.108Z Downloaded rayon-core v1.13.0
10352026-05-22T00:40:49.111Z Downloaded itertools v0.10.5
10362026-05-22T00:40:49.114Z Downloaded snafu-derive v0.8.9
10372026-05-22T00:40:49.117Z Downloaded tinyvec_macros v0.1.1
10382026-05-22T00:40:49.117Z Downloaded time-core v0.1.8
10392026-05-22T00:40:49.117Z Downloaded serde_with_macros v3.17.0
10402026-05-22T00:40:49.120Z Downloaded rustls-platform-verifier v0.6.2
10412026-05-22T00:40:49.122Z Downloaded thiserror-impl-no-std v2.0.2
10422026-05-22T00:40:49.122Z Downloaded static_assertions v1.1.0
10432026-05-22T00:40:49.125Z Downloaded spki v0.7.3
10442026-05-22T00:40:49.125Z Downloaded testing_table v0.3.0
10452026-05-22T00:40:49.128Z Downloaded nom v7.1.3
10462026-05-22T00:40:49.134Z Downloaded ryu v1.0.23
10472026-05-22T00:40:49.136Z Downloaded stacker v0.1.23
10482026-05-22T00:40:49.139Z Downloaded sqlformat v0.3.5
10492026-05-22T00:40:49.139Z Downloaded stringprep v0.1.5
10502026-05-22T00:40:49.142Z Downloaded schemars_derive v0.8.22
10512026-05-22T00:40:49.142Z Downloaded tokio-macros v2.7.0
10522026-05-22T00:40:49.142Z Downloaded thread-id v5.1.0
10532026-05-22T00:40:49.145Z Downloaded strip-ansi-escapes v0.2.1
10542026-05-22T00:40:49.145Z Downloaded string_cache v0.8.9
10552026-05-22T00:40:49.148Z Downloaded rustls-pki-types v1.14.0
10562026-05-22T00:40:49.150Z Downloaded sync_wrapper v1.0.2
10572026-05-22T00:40:49.153Z Downloaded slog-term v2.9.2
10582026-05-22T00:40:49.159Z Downloaded pretty_assertions v1.4.1
10592026-05-22T00:40:49.161Z Downloaded hyper-util v0.1.20
10602026-05-22T00:40:49.164Z Downloaded smf v0.2.3
10612026-05-22T00:40:49.167Z Downloaded quinn v0.11.9
10622026-05-22T00:40:49.167Z Downloaded libxml v0.3.3
10632026-05-22T00:40:49.170Z Downloaded termios v0.3.3
10642026-05-22T00:40:49.172Z Downloaded support-bundle-viewer v0.1.2
10652026-05-22T00:40:49.172Z Downloaded strum_macros v0.27.2
10662026-05-22T00:40:49.175Z Downloaded strum_macros v0.26.4
10672026-05-22T00:40:49.175Z Downloaded strum_macros v0.24.3
10682026-05-22T00:40:49.178Z Downloaded mio v1.2.0
10692026-05-22T00:40:49.182Z Downloaded tap v1.0.1
10702026-05-22T00:40:49.185Z Downloaded serde_cbor v0.11.2
10712026-05-22T00:40:49.185Z Downloaded topological-sort v0.2.2
10722026-05-22T00:40:49.188Z Downloaded serde_yaml v0.9.34+deprecated
10732026-05-22T00:40:49.190Z Downloaded thiserror-no-std v2.0.2
10742026-05-22T00:40:49.193Z Downloaded trait-variant v0.1.2
10752026-05-22T00:40:49.193Z Downloaded tower-service v0.3.3
10762026-05-22T00:40:49.196Z Downloaded try-lock v0.2.5
10772026-05-22T00:40:49.196Z Downloaded qorb v0.4.1
10782026-05-22T00:40:49.198Z Downloaded itertools v0.12.1
10792026-05-22T00:40:49.201Z Downloaded tls_codec v0.4.2
10802026-05-22T00:40:49.204Z Downloaded spin v0.9.8
10812026-05-22T00:40:49.204Z Downloaded thread_local v1.1.9
10822026-05-22T00:40:49.206Z Downloaded ron v0.8.1
10832026-05-22T00:40:49.209Z Downloaded publicsuffix v2.3.0
10842026-05-22T00:40:49.212Z Downloaded tokio-dtrace v0.1.1
10852026-05-22T00:40:49.212Z Downloaded tokio-native-tls v0.3.1
10862026-05-22T00:40:49.215Z Downloaded tokio-rustls v0.25.0
10872026-05-22T00:40:49.215Z Downloaded tls_codec_derive v0.4.2
10882026-05-22T00:40:49.215Z Downloaded rand v0.8.6
10892026-05-22T00:40:49.217Z Downloaded signal-hook v0.3.18
10902026-05-22T00:40:49.220Z Downloaded tower-layer v0.3.3
10912026-05-22T00:40:49.220Z Downloaded num-bigint v0.4.6
10922026-05-22T00:40:49.223Z Downloaded slog v2.8.2
10932026-05-22T00:40:49.226Z Downloaded similar v2.7.0
10942026-05-22T00:40:49.229Z Downloaded typify-macro v0.6.2
10952026-05-22T00:40:49.229Z Downloaded typify-macro v0.4.3
10962026-05-22T00:40:49.229Z Downloaded hashbrown v0.16.1
10972026-05-22T00:40:49.232Z Downloaded tiny-keccak v2.0.2
10982026-05-22T00:40:49.236Z Downloaded tokio-tungstenite v0.21.0
10992026-05-22T00:40:49.238Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11002026-05-22T00:40:49.238Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11012026-05-22T00:40:49.238Z Downloaded tokio-tungstenite v0.23.1
11022026-05-22T00:40:49.238Z Downloaded schemars v0.9.0
11032026-05-22T00:40:49.246Z Downloaded universal-hash v0.5.1
11042026-05-22T00:40:49.249Z Downloaded unit-prefix v0.5.2
11052026-05-22T00:40:49.249Z Downloaded unarray v0.1.4
11062026-05-22T00:40:49.249Z Downloaded schemars v0.8.22
11072026-05-22T00:40:49.255Z Downloaded toml_writer v1.0.6+spec-1.1.0
11082026-05-22T00:40:49.257Z Downloaded iri-string v0.7.10
11092026-05-22T00:40:49.260Z Downloaded untrusted v0.7.1
11102026-05-22T00:40:49.263Z Downloaded term v1.2.1
11112026-05-22T00:40:49.263Z Downloaded term v0.7.0
11122026-05-22T00:40:49.266Z Downloaded samael v0.0.19
11132026-05-22T00:40:49.270Z Downloaded socket2 v0.6.3
11142026-05-22T00:40:49.272Z Downloaded time-macros v0.2.27
11152026-05-22T00:40:49.275Z Downloaded usdt-attr-macro v0.6.0
11162026-05-22T00:40:49.275Z Downloaded untrusted v0.9.0
11172026-05-22T00:40:49.277Z Downloaded utf-8 v0.7.6
11182026-05-22T00:40:49.280Z Downloaded void v1.0.2
11192026-05-22T00:40:49.280Z Downloaded tui-tree-widget v0.23.1
11202026-05-22T00:40:49.283Z Downloaded tokio-rustls v0.24.1
11212026-05-22T00:40:49.286Z Downloaded nom v8.0.0
11222026-05-22T00:40:49.288Z Downloaded wait-timeout v0.2.1
11232026-05-22T00:40:49.288Z Downloaded schemars v1.2.1
11242026-05-22T00:40:49.296Z Downloaded want v0.3.1
11252026-05-22T00:40:49.299Z Downloaded waitgroup v0.1.2
11262026-05-22T00:40:49.299Z Downloaded tokio-stream v0.1.18
11272026-05-22T00:40:49.302Z Downloaded russh v0.45.0
11282026-05-22T00:40:49.305Z Downloaded hyper v1.8.1
11292026-05-22T00:40:49.307Z Downloaded unicode-truncate v1.1.0
11302026-05-22T00:40:49.310Z Downloaded xattr v1.6.1
11312026-05-22T00:40:49.310Z Downloaded unicase v2.9.0
11322026-05-22T00:40:49.313Z Downloaded itertools v0.13.0
11332026-05-22T00:40:49.315Z Downloaded p521 v0.13.3
11342026-05-22T00:40:49.318Z Downloaded hashbrown v0.15.5
11352026-05-22T00:40:49.320Z Downloaded zone_cfg_derive v0.3.1
11362026-05-22T00:40:49.320Z Downloaded h2 v0.4.13
11372026-05-22T00:40:49.323Z Downloaded snafu v0.8.9
11382026-05-22T00:40:49.327Z Downloaded xshell-macros v0.2.7
11392026-05-22T00:40:49.330Z Downloaded zeroize_derive v1.4.3
11402026-05-22T00:40:49.330Z Downloaded test-strategy v0.4.5
11412026-05-22T00:40:49.332Z Downloaded usdt-impl v0.6.0
11422026-05-22T00:40:49.333Z Downloaded futures-util v0.3.32
11432026-05-22T00:40:49.338Z Downloaded usdt-macro v0.6.0
11442026-05-22T00:40:49.341Z Downloaded uzers v0.12.2
11452026-05-22T00:40:49.341Z Downloaded usdt v0.6.0
11462026-05-22T00:40:49.341Z Downloaded toml_parser v1.0.9+spec-1.1.0
11472026-05-22T00:40:49.344Z Downloaded zone v0.3.1
11482026-05-22T00:40:49.344Z Downloaded twox-hash v2.1.2
11492026-05-22T00:40:49.344Z Downloaded tinyvec v1.10.0
11502026-05-22T00:40:49.347Z Downloaded socket2 v0.5.10
11512026-05-22T00:40:49.347Z Downloaded tracing-attributes v0.1.31
11522026-05-22T00:40:49.350Z Downloaded hkdf v0.12.4
11532026-05-22T00:40:49.353Z Downloaded rand v0.9.2
11542026-05-22T00:40:49.353Z Downloaded vergen-git2 v1.0.7
11552026-05-22T00:40:49.355Z Downloaded rsa v0.9.10
11562026-05-22T00:40:49.358Z Downloaded walkdir v2.5.0
11572026-05-22T00:40:49.361Z Downloaded vsss-rs v3.3.4
11582026-05-22T00:40:49.363Z Downloaded vergen-lib v0.1.6
11592026-05-22T00:40:49.363Z Downloaded vergen-gitcl v1.0.8
11602026-05-22T00:40:49.366Z Downloaded num-bigint-dig v0.8.6
11612026-05-22T00:40:49.366Z Downloaded subprocess v0.2.15
11622026-05-22T00:40:49.369Z Downloaded rand v0.10.1
11632026-05-22T00:40:49.372Z Downloaded whoami v2.1.0
11642026-05-22T00:40:49.372Z Downloaded tokio-rustls v0.26.4
11652026-05-22T00:40:49.375Z Downloaded rustls-webpki v0.103.9
11662026-05-22T00:40:49.375Z Downloaded toml v1.0.6+spec-1.1.0
11672026-05-22T00:40:49.377Z Downloaded unicode-properties v0.1.4
11682026-05-22T00:40:49.380Z Downloaded toml v0.9.12+spec-1.1.0
11692026-05-22T00:40:49.380Z Downloaded xshell v0.2.7
11702026-05-22T00:40:49.383Z Downloaded tar v0.4.45
11712026-05-22T00:40:49.383Z Downloaded zeroize v1.8.2
11722026-05-22T00:40:49.386Z Downloaded wyz v0.5.1
11732026-05-22T00:40:49.386Z Downloaded rustyline v14.0.0
11742026-05-22T00:40:49.389Z Downloaded toml v0.7.8
11752026-05-22T00:40:49.392Z Downloaded blake3 v1.8.3
11762026-05-22T00:40:49.395Z Downloaded tungstenite v0.23.0
11772026-05-22T00:40:49.397Z Downloaded tungstenite v0.21.0
11782026-05-22T00:40:49.400Z Downloaded tracing-core v0.1.36
11792026-05-22T00:40:49.402Z Downloaded itertools v0.14.0
11802026-05-22T00:40:49.405Z Downloaded iddqd v0.4.1
11812026-05-22T00:40:49.412Z Downloaded vergen v9.0.6
11822026-05-22T00:40:49.414Z Downloaded libm v0.2.16
11832026-05-22T00:40:49.418Z Downloaded unicode-bidi v0.3.18
11842026-05-22T00:40:49.421Z Downloaded steno v0.4.1
11852026-05-22T00:40:49.429Z Downloaded typify v0.6.2
11862026-05-22T00:40:49.431Z Downloaded typify v0.4.3
11872026-05-22T00:40:49.434Z Downloaded whoami v1.6.1
11882026-05-22T00:40:49.434Z Downloaded zerocopy v0.6.6
11892026-05-22T00:40:49.437Z Downloaded yasna v0.5.2
11902026-05-22T00:40:49.440Z Downloaded aws-lc-rs v1.16.3
11912026-05-22T00:40:49.446Z Downloaded uuid v1.23.0
11922026-05-22T00:40:49.455Z Downloaded zstd v0.13.3
11932026-05-22T00:40:49.458Z Downloaded zstd-safe v7.2.4
11942026-05-22T00:40:49.461Z Downloaded vte v0.14.1
11952026-05-22T00:40:49.470Z Downloaded reedline v0.40.0
11962026-05-22T00:40:49.475Z Downloaded toml_edit v0.19.15
11972026-05-22T00:40:49.487Z Downloaded zopfli v0.8.3
11982026-05-22T00:40:49.491Z Downloaded unsafe-libyaml v0.2.11
11992026-05-22T00:40:49.491Z Downloaded p384 v0.13.1
12002026-05-22T00:40:49.494Z Downloaded git2 v0.20.4
12012026-05-22T00:40:49.498Z Downloaded toml_edit v0.23.10+spec-1.0.0
12022026-05-22T00:40:49.501Z Downloaded bitvec v1.0.1
12032026-05-22T00:40:49.510Z Downloaded tokio-postgres v0.7.16
12042026-05-22T00:40:49.513Z Downloaded portable-atomic v1.13.1
12052026-05-22T00:40:49.517Z Downloaded reqwest v0.13.2
12062026-05-22T00:40:49.520Z Downloaded reqwest v0.12.28
12072026-05-22T00:40:49.525Z Downloaded yansi v1.0.1
12082026-05-22T00:40:49.528Z Downloaded rayon v1.11.0
12092026-05-22T00:40:49.532Z Downloaded rpassword v7.4.0
12102026-05-22T00:40:49.535Z Downloaded regex v1.12.3
12112026-05-22T00:40:49.538Z Downloaded zip v0.6.6
12122026-05-22T00:40:49.562Z Downloaded chrono v0.4.44
12132026-05-22T00:40:49.566Z Downloaded unicode_categories v0.1.1
12142026-05-22T00:40:49.569Z Downloaded rustls-webpki v0.101.7
12152026-05-22T00:40:49.575Z Downloaded ssh-key v0.6.7
12162026-05-22T00:40:49.581Z Downloaded tower v0.5.3
12172026-05-22T00:40:49.585Z Downloaded lalrpop v0.19.12
12182026-05-22T00:40:49.591Z Downloaded x509-cert v0.2.5
12192026-05-22T00:40:49.594Z Downloaded zerocopy-derive v0.8.40
12202026-05-22T00:40:49.599Z Downloaded typed-path v0.9.3
12212026-05-22T00:40:49.602Z Downloaded quick-xml v0.37.5
12222026-05-22T00:40:49.606Z Downloaded goblin v0.10.5
12232026-05-22T00:40:49.610Z Downloaded dropshot v0.16.7
12242026-05-22T00:40:49.622Z Downloaded moka v0.12.13
12252026-05-22T00:40:49.626Z Downloaded unicode-segmentation v1.12.0
12262026-05-22T00:40:49.631Z Downloaded unicode-normalization v0.1.25
12272026-05-22T00:40:49.634Z Downloaded salty v0.3.0
12282026-05-22T00:40:49.637Z Downloaded zip v4.6.1
12292026-05-22T00:40:49.637Z Downloaded bindgen v0.71.1
12302026-05-22T00:40:49.643Z Downloaded tower-http v0.6.8
12312026-05-22T00:40:49.646Z Downloaded rustls-webpki v0.102.8
12322026-05-22T00:40:49.662Z Downloaded curve25519-dalek v4.1.3
12332026-05-22T00:40:49.666Z Downloaded tokio-util v0.7.18
12342026-05-22T00:40:49.666Z Downloaded tough v0.22.0
12352026-05-22T00:40:49.669Z Downloaded proptest v1.10.0
12362026-05-22T00:40:49.681Z Downloaded quinn-proto v0.11.13
12372026-05-22T00:40:49.684Z Downloaded radix_trie v0.2.1
12382026-05-22T00:40:49.687Z Downloaded petname v2.0.2
12392026-05-22T00:40:49.690Z Downloaded serde_with v3.17.0
12402026-05-22T00:40:49.696Z Downloaded object v0.30.4
12412026-05-22T00:40:49.711Z Downloaded polar-core v0.27.3
12422026-05-22T00:40:49.716Z Downloaded winnow v0.6.26
12432026-05-22T00:40:49.721Z Downloaded nix v0.28.0
12442026-05-22T00:40:49.733Z Downloaded nix v0.27.1
12452026-05-22T00:40:49.739Z Downloaded tabled v0.20.0
12462026-05-22T00:40:49.748Z Downloaded winnow v0.5.40
12472026-05-22T00:40:49.754Z Downloaded nix v0.29.0
12482026-05-22T00:40:49.760Z Downloaded bstr v1.12.1
12492026-05-22T00:40:49.766Z Downloaded openssl v0.10.79
12502026-05-22T00:40:49.771Z Downloaded nix v0.31.2
12512026-05-22T00:40:49.777Z Downloaded zlib-rs v0.6.2
12522026-05-22T00:40:49.780Z Downloaded winnow v1.0.3
12532026-05-22T00:40:49.786Z Downloaded hickory-proto v0.24.4
12542026-05-22T00:40:49.794Z Downloaded dropshot v0.17.0
12552026-05-22T00:40:49.807Z Downloaded smoltcp v0.9.1
12562026-05-22T00:40:49.813Z Downloaded object v0.37.3
12572026-05-22T00:40:49.819Z Downloaded regex-syntax v0.6.29
12582026-05-22T00:40:49.823Z Downloaded zerocopy v0.8.40
12592026-05-22T00:40:49.830Z Downloaded rustls v0.22.4
12602026-05-22T00:40:49.839Z Downloaded vcpkg v0.2.15
12612026-05-22T00:40:49.862Z Downloaded webpki-roots v1.0.6
12622026-05-22T00:40:49.865Z Downloaded openapiv3 v2.2.0
12632026-05-22T00:40:49.870Z Downloaded regress v0.10.5
12642026-05-22T00:40:49.875Z Downloaded smoltcp v0.11.0
12652026-05-22T00:40:49.882Z Downloaded regress v0.11.1
12662026-05-22T00:40:49.888Z Downloaded regex-syntax v0.8.10
12672026-05-22T00:40:49.893Z Downloaded diesel v2.3.7
12682026-05-22T00:40:49.905Z Downloaded hickory-proto v0.25.2
12692026-05-22T00:40:49.914Z Downloaded time v0.3.47
12702026-05-22T00:40:49.921Z Downloaded rustls v0.23.37
12712026-05-22T00:40:49.929Z Downloaded rustix v0.38.44
12722026-05-22T00:40:49.942Z Downloaded tracing v0.1.44
12732026-05-22T00:40:49.955Z Downloaded rustls v0.21.12
12742026-05-22T00:40:49.975Z Downloaded bzip2-sys v0.1.13+1.0.8
12752026-05-22T00:40:49.989Z Downloaded zerocopy-derive v0.6.6
12762026-05-22T00:40:49.995Z Downloaded sqlparser v0.61.0
12772026-05-22T00:40:50.005Z Downloaded regex-automata v0.4.14
12782026-05-22T00:40:50.013Z Downloaded sled v0.34.7
12792026-05-22T00:40:50.019Z Downloaded typify-impl v0.6.2
12802026-05-22T00:40:50.028Z Downloaded typify-impl v0.4.3
12812026-05-22T00:40:50.037Z Downloaded ratatui v0.29.0
12822026-05-22T00:40:50.049Z Downloaded jiff v0.2.21
12832026-05-22T00:40:50.059Z Downloaded chrono-tz v0.10.4
12842026-05-22T00:40:50.092Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12852026-05-22T00:40:50.124Z Downloaded petgraph v0.6.5
12862026-05-22T00:40:50.144Z Downloaded petgraph v0.8.3
12872026-05-22T00:40:50.158Z Downloaded csv v1.4.0
12882026-05-22T00:40:50.171Z Downloaded sha3 v0.10.8
12892026-05-22T00:40:50.174Z Downloaded libz-sys v1.1.24
12902026-05-22T00:40:50.187Z Downloaded tokio v1.52.1
12912026-05-22T00:40:50.225Z Downloaded encoding_rs v0.8.35
12922026-05-22T00:40:50.239Z Downloaded ring v0.17.14
12932026-05-22T00:40:50.292Z Downloaded libgit2-sys v0.18.3+1.9.2
12942026-05-22T00:40:50.784Z Downloaded aws-lc-sys v0.40.0
12952026-05-22T00:40:51.037Z Compiling libc v0.2.185
12962026-05-22T00:40:51.037Z Compiling serde v1.0.228
12972026-05-22T00:40:51.042Z Compiling log v0.4.29
12982026-05-22T00:40:51.042Z Compiling shlex v1.3.0
12992026-05-22T00:40:51.042Z Compiling find-msvc-tools v0.1.9
13002026-05-22T00:40:51.042Z Compiling smallvec v1.15.1
13012026-05-22T00:40:51.042Z Compiling typenum v1.19.0
13022026-05-22T00:40:51.042Z Compiling subtle v2.6.1
13032026-05-22T00:40:51.042Z Compiling generic-array v0.14.7
13042026-05-22T00:40:51.042Z Compiling scopeguard v1.2.0
13052026-05-22T00:40:51.185Z Compiling const-oid v0.9.6
13062026-05-22T00:40:51.244Z Compiling serde_json v1.0.149
13072026-05-22T00:40:51.268Z Compiling syn v2.0.117
13082026-05-22T00:40:51.281Z Compiling zerocopy v0.8.40
13092026-05-22T00:40:51.283Z Compiling pin-project-lite v0.2.17
13102026-05-22T00:40:51.294Z Compiling portable-atomic v1.13.1
13112026-05-22T00:40:51.371Z Compiling lock_api v0.4.14
13122026-05-22T00:40:51.396Z Compiling parking_lot_core v0.9.12
13132026-05-22T00:40:51.410Z Compiling pkg-config v0.3.32
13142026-05-22T00:40:51.413Z Compiling bitflags v2.11.0
13152026-05-22T00:40:51.439Z Compiling critical-section v1.2.0
13162026-05-22T00:40:51.439Z Compiling libm v0.2.16
13172026-05-22T00:40:51.465Z Compiling futures-core v0.3.32
13182026-05-22T00:40:51.554Z Compiling num-traits v0.2.19
13192026-05-22T00:40:51.598Z Compiling percent-encoding v2.3.2
13202026-05-22T00:40:51.612Z Compiling futures-sink v0.3.32
13212026-05-22T00:40:51.629Z Compiling slab v0.4.12
13222026-05-22T00:40:51.657Z Compiling futures-task v0.3.32
13232026-05-22T00:40:51.671Z Compiling getrandom v0.4.1
13242026-05-22T00:40:51.703Z Compiling futures-channel v0.3.32
13252026-05-22T00:40:51.735Z Compiling cpufeatures v0.2.17
13262026-05-22T00:40:51.778Z Compiling futures-io v0.3.32
13272026-05-22T00:40:51.806Z Compiling rand_core v0.10.0
13282026-05-22T00:40:51.835Z Compiling indexmap v2.14.0
13292026-05-22T00:40:51.835Z Compiling rustversion v1.0.22
13302026-05-22T00:40:51.863Z Compiling getrandom v0.3.4
13312026-05-22T00:40:51.939Z Compiling form_urlencoded v1.2.2
13322026-05-22T00:40:51.953Z Compiling fs_extra v1.3.0
13332026-05-22T00:40:51.968Z Compiling dunce v1.0.5
13342026-05-22T00:40:51.983Z Compiling ident_case v1.0.1
13352026-05-22T00:40:51.988Z Compiling base64ct v1.8.3
13362026-05-22T00:40:52.014Z Compiling flagset v0.4.7
13372026-05-22T00:40:52.057Z Compiling getrandom v0.2.17
13382026-05-22T00:40:52.080Z Compiling jobserver v0.1.34
13392026-05-22T00:40:52.130Z Compiling errno v0.3.14
13402026-05-22T00:40:52.160Z Compiling mio v1.2.0
13412026-05-22T00:40:52.175Z Compiling socket2 v0.6.3
13422026-05-22T00:40:52.191Z Compiling rand_core v0.6.4
13432026-05-22T00:40:52.241Z Compiling signal-hook-registry v1.4.8
13442026-05-22T00:40:52.300Z Compiling cc v1.2.56
13452026-05-22T00:40:52.315Z Compiling pem-rfc7468 v0.7.0
13462026-05-22T00:40:52.368Z Compiling parking_lot v0.12.5
13472026-05-22T00:40:52.430Z Compiling once_cell v1.21.3
13482026-05-22T00:40:52.446Z Compiling regex-syntax v0.8.10
13492026-05-22T00:40:52.476Z Compiling iana-time-zone v0.1.65
13502026-05-22T00:40:52.490Z Compiling rustix v1.1.3
13512026-05-22T00:40:52.506Z Compiling vcpkg v0.2.15
13522026-05-22T00:40:52.533Z Compiling aws-lc-rs v1.16.3
13532026-05-22T00:40:52.647Z Compiling tracing-core v0.1.36
13542026-05-22T00:40:52.662Z Compiling uuid v1.23.0
13552026-05-22T00:40:52.666Z Compiling rustc_version v0.4.1
13562026-05-22T00:40:52.689Z Compiling base64 v0.22.1
13572026-05-22T00:40:52.692Z Compiling openssl-probe v0.2.1
13582026-05-22T00:40:52.750Z Compiling untrusted v0.9.0
13592026-05-22T00:40:52.838Z Compiling rand_core v0.9.5
13602026-05-22T00:40:52.884Z Compiling httparse v1.10.1
13612026-05-22T00:40:52.900Z Compiling tinyvec_macros v0.1.1
13622026-05-22T00:40:52.903Z Compiling untrusted v0.7.1
13632026-05-22T00:40:52.930Z Compiling aho-corasick v1.1.4
13642026-05-22T00:40:52.979Z Compiling tinyvec v1.10.0
13652026-05-22T00:40:53.019Z Compiling dyn-clone v1.0.20
13662026-05-22T00:40:53.033Z Compiling cmake v0.1.57
13672026-05-22T00:40:53.053Z Compiling tower-layer v0.3.3
13682026-05-22T00:40:53.069Z Compiling try-lock v0.2.5
13692026-05-22T00:40:53.131Z Compiling rustls v0.23.37
13702026-05-22T00:40:53.168Z Compiling tower-service v0.3.3
13712026-05-22T00:40:53.192Z Compiling atomic-waker v1.1.2
13722026-05-22T00:40:53.218Z Compiling schemars v0.8.22
13732026-05-22T00:40:53.232Z Compiling want v0.3.1
13742026-05-22T00:40:53.236Z Compiling openssl v0.10.79
13752026-05-22T00:40:53.261Z Compiling httpdate v1.0.3
13762026-05-22T00:40:53.289Z Compiling pin-utils v0.1.0
13772026-05-22T00:40:53.314Z Compiling foreign-types-shared v0.1.1
13782026-05-22T00:40:53.329Z Compiling unicode-normalization v0.1.25
13792026-05-22T00:40:53.356Z Compiling spin v0.9.8
13802026-05-22T00:40:53.371Z Compiling native-tls v0.2.18
13812026-05-22T00:40:53.385Z Compiling powerfmt v0.2.0
13822026-05-22T00:40:53.414Z Compiling foreign-types v0.3.2
13832026-05-22T00:40:53.431Z Compiling crc32fast v1.5.0
13842026-05-22T00:40:53.461Z Compiling time-core v0.1.8
13852026-05-22T00:40:53.478Z Compiling num-conv v0.2.0
13862026-05-22T00:40:53.493Z Compiling wait-timeout v0.2.1
13872026-05-22T00:40:53.508Z Compiling sync_wrapper v1.0.2
13882026-05-22T00:40:53.511Z Compiling bit-vec v0.8.0
13892026-05-22T00:40:53.583Z Compiling deranged v0.5.8
13902026-05-22T00:40:53.598Z Compiling simd-adler32 v0.3.8
13912026-05-22T00:40:53.612Z Compiling quick-error v1.2.3
13922026-05-22T00:40:53.627Z Compiling crossbeam-utils v0.8.21
13932026-05-22T00:40:53.630Z Compiling time-macros v0.2.27
13942026-05-22T00:40:53.656Z Compiling syn v1.0.109
13952026-05-22T00:40:53.659Z Compiling siphasher v1.0.2
13962026-05-22T00:40:53.741Z Compiling num_threads v0.1.7
13972026-05-22T00:40:53.780Z Compiling usdt-impl v0.6.0
13982026-05-22T00:40:53.795Z Compiling bit-set v0.8.0
13992026-05-22T00:40:53.834Z Compiling slog v2.8.2
14002026-05-22T00:40:53.849Z Compiling heapless v0.7.17
14012026-05-22T00:40:53.867Z Compiling rand_xorshift v0.4.0
14022026-05-22T00:40:53.881Z Compiling thread-id v5.1.0
14032026-05-22T00:40:53.896Z Compiling aws-lc-sys v0.40.0
14042026-05-22T00:40:53.937Z Compiling ring v0.17.14
14052026-05-22T00:40:53.978Z Compiling openssl-sys v0.9.115
14062026-05-22T00:40:53.993Z Compiling regex-automata v0.4.14
14072026-05-22T00:40:53.996Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14082026-05-22T00:40:54.022Z Compiling synstructure v0.13.2
14092026-05-22T00:40:54.025Z Compiling serde_derive_internals v0.29.1
14102026-05-22T00:40:54.053Z Compiling pest_generator v2.8.6
14112026-05-22T00:40:54.056Z Compiling darling_core v0.20.11
14122026-05-22T00:40:54.188Z Compiling tempfile v3.25.0
14132026-05-22T00:40:54.407Z Compiling darling_core v0.21.3
14142026-05-22T00:40:54.592Z Compiling rusty-fork v0.3.1
14152026-05-22T00:40:54.732Z Compiling bzip2-sys v0.1.13+1.0.8
14162026-05-22T00:40:54.765Z Compiling cookie v0.18.1
14172026-05-22T00:40:54.795Z Compiling paste v1.0.15
14182026-05-22T00:40:54.848Z Compiling unarray v0.1.4
14192026-05-22T00:40:54.869Z Compiling time v0.3.47
14202026-05-22T00:40:54.940Z Compiling anyhow v1.0.102
14212026-05-22T00:40:54.955Z Compiling unicode-bidi v0.3.18
14222026-05-22T00:40:54.968Z Compiling unicode-properties v0.1.4
14232026-05-22T00:40:54.983Z Compiling allocator-api2 v0.2.21
14242026-05-22T00:40:55.080Z Compiling signal-hook v0.3.18
14252026-05-22T00:40:55.095Z Compiling ryu v1.0.23
14262026-05-22T00:40:55.120Z Compiling iri-string v0.7.10
14272026-05-22T00:40:55.278Z Compiling zstd-safe v7.2.4
14282026-05-22T00:40:55.292Z Compiling adler2 v2.0.1
14292026-05-22T00:40:55.339Z Compiling stringprep v0.1.5
14302026-05-22T00:40:55.398Z Compiling miniz_oxide v0.8.9
14312026-05-22T00:40:55.624Z Compiling num-integer v0.1.46
14322026-05-22T00:40:55.643Z Compiling vergen-lib v0.1.6
14332026-05-22T00:40:55.813Z Compiling curve25519-dalek v4.1.3
14342026-05-22T00:40:55.843Z Compiling ff v0.13.1
14352026-05-22T00:40:55.956Z Compiling serde_derive v1.0.228
14362026-05-22T00:40:55.970Z Compiling zeroize_derive v1.4.3
14372026-05-22T00:40:55.999Z Compiling zerofrom-derive v0.1.6
14382026-05-22T00:40:56.037Z Compiling yoke-derive v0.8.1
14392026-05-22T00:40:56.085Z Compiling zerocopy-derive v0.8.40
14402026-05-22T00:40:56.172Z Compiling zerovec-derive v0.11.2
14412026-05-22T00:40:56.257Z Compiling displaydoc v0.2.5
14422026-05-22T00:40:56.548Z Compiling tokio-macros v2.7.0
14432026-05-22T00:40:56.570Z Compiling futures-macro v0.3.32
14442026-05-22T00:40:56.647Z Compiling zeroize v1.8.2
14452026-05-22T00:40:56.708Z Compiling der_derive v0.7.3
14462026-05-22T00:40:57.063Z Compiling rustls-pki-types v1.14.0
14472026-05-22T00:40:57.077Z Compiling tracing-attributes v0.1.31
14482026-05-22T00:40:57.260Z Compiling thiserror-impl v2.0.18
14492026-05-22T00:40:57.327Z Compiling scroll_derive v0.13.1
14502026-05-22T00:40:57.358Z Compiling schemars_derive v0.8.22
14512026-05-22T00:40:57.434Z Compiling crypto-common v0.1.7
14522026-05-22T00:40:57.474Z Compiling block-buffer v0.10.4
14532026-05-22T00:40:57.489Z Compiling zerofrom v0.1.6
14542026-05-22T00:40:57.546Z Compiling futures-util v0.3.32
14552026-05-22T00:40:57.600Z Compiling yoke v0.8.1
14562026-05-22T00:40:57.630Z Compiling digest v0.10.7
14572026-05-22T00:40:57.660Z Compiling block-padding v0.3.3
14582026-05-22T00:40:57.731Z Compiling der v0.7.10
14592026-05-22T00:40:57.796Z Compiling zerovec v0.11.5
14602026-05-22T00:40:57.836Z Compiling zerotrie v0.2.3
14612026-05-22T00:40:57.887Z Compiling hmac v0.12.1
14622026-05-22T00:40:58.061Z Compiling inout v0.1.4
14632026-05-22T00:40:58.153Z Compiling sha2 v0.10.9
14642026-05-22T00:40:58.153Z Compiling pbkdf2 v0.12.2
14652026-05-22T00:40:58.298Z Compiling tinystr v0.8.2
14662026-05-22T00:40:58.352Z Compiling potential_utf v0.1.4
14672026-05-22T00:40:58.372Z Compiling cipher v0.4.4
14682026-05-22T00:40:58.387Z Compiling pest_derive v2.8.6
14692026-05-22T00:40:58.496Z Compiling icu_locale_core v2.1.1
14702026-05-22T00:40:58.524Z Compiling icu_collections v2.1.1
14712026-05-22T00:40:58.537Z Compiling tracing v0.1.44
14722026-05-22T00:40:58.656Z Compiling spki v0.7.3
14732026-05-22T00:40:58.706Z Compiling salsa20 v0.10.2
14742026-05-22T00:40:58.734Z Compiling thiserror v2.0.18
14752026-05-22T00:40:58.824Z Compiling scrypt v0.11.0
14762026-05-22T00:40:58.858Z Compiling cbc v0.1.2
14772026-05-22T00:40:58.874Z Compiling aes v0.8.4
14782026-05-22T00:40:58.877Z Compiling scroll v0.13.0
14792026-05-22T00:40:58.901Z Compiling darling_macro v0.20.11
14802026-05-22T00:40:59.014Z Compiling openssl-macros v0.1.1
14812026-05-22T00:40:59.030Z Compiling rustls-native-certs v0.8.3
14822026-05-22T00:40:59.032Z Compiling dtrace-parser v0.3.0
14832026-05-22T00:40:59.155Z Compiling signature v2.2.0
14842026-05-22T00:40:59.224Z Compiling icu_provider v2.1.1
14852026-05-22T00:40:59.350Z Compiling pkcs5 v0.7.1
14862026-05-22T00:40:59.363Z Compiling goblin v0.10.5
14872026-05-22T00:40:59.469Z Compiling icu_normalizer v2.1.1
14882026-05-22T00:40:59.485Z Compiling icu_properties v2.1.2
14892026-05-22T00:40:59.499Z Compiling bytes v1.11.1
14902026-05-22T00:40:59.532Z Compiling chrono v0.4.44
14912026-05-22T00:40:59.550Z Compiling ipnet v2.11.0
14922026-05-22T00:40:59.636Z Compiling darling v0.20.11
14932026-05-22T00:40:59.729Z Compiling pkcs8 v0.10.2
14942026-05-22T00:40:59.852Z Compiling derive_builder_core v0.20.2
14952026-05-22T00:40:59.868Z Compiling webpki-roots v1.0.6
14962026-05-22T00:40:59.960Z Compiling thiserror-impl v1.0.69
14972026-05-22T00:40:59.977Z Compiling tokio v1.52.1
14982026-05-22T00:41:00.009Z Compiling http v1.4.0
14992026-05-22T00:41:00.042Z Compiling scroll_derive v0.12.1
15002026-05-22T00:41:00.064Z Compiling serde_urlencoded v0.7.1
15012026-05-22T00:41:00.087Z Compiling erased-serde v0.3.31
15022026-05-22T00:41:00.138Z Compiling serde_tokenstream v0.2.3
15032026-05-22T00:41:00.319Z Compiling toml_datetime v0.6.11
15042026-05-22T00:41:00.466Z Compiling idna_adapter v1.2.1
15052026-05-22T00:41:00.588Z Compiling idna v1.1.0
15062026-05-22T00:41:00.588Z Compiling ppv-lite86 v0.2.21
15072026-05-22T00:41:00.616Z Compiling serde_spanned v0.6.9
15082026-05-22T00:41:00.630Z Compiling md-5 v0.10.6
15092026-05-22T00:41:00.762Z Compiling http-body v1.0.1
15102026-05-22T00:41:00.777Z Compiling scroll v0.12.0
15112026-05-22T00:41:00.780Z Compiling derive_builder_macro v0.20.2
15122026-05-22T00:41:00.780Z Compiling darling_macro v0.21.3
15132026-05-22T00:41:00.822Z Compiling bstr v1.12.1
15142026-05-22T00:41:00.930Z Compiling url v2.5.8
15152026-05-22T00:41:00.945Z Compiling rand_chacha v0.9.0
15162026-05-22T00:41:00.961Z Compiling http-body-util v0.1.3
15172026-05-22T00:41:00.976Z Compiling rand_chacha v0.3.1
15182026-05-22T00:41:01.077Z Compiling async-trait v0.1.89
15192026-05-22T00:41:01.225Z Compiling rand v0.9.2
15202026-05-22T00:41:01.278Z Compiling pin-project-internal v1.1.11
15212026-05-22T00:41:01.278Z Compiling zerocopy-derive v0.7.35
15222026-05-22T00:41:01.306Z Compiling thiserror v1.0.69
15232026-05-22T00:41:01.326Z Compiling hash32 v0.2.1
15242026-05-22T00:41:01.423Z Compiling memoffset v0.9.1
15252026-05-22T00:41:01.538Z Compiling encoding_rs v0.8.35
15262026-05-22T00:41:01.580Z Compiling psl-types v2.0.11
15272026-05-22T00:41:01.637Z Compiling base16ct v0.2.0
15282026-05-22T00:41:01.674Z Compiling cfg_aliases v0.2.1
15292026-05-22T00:41:01.718Z Compiling fallible-iterator v0.2.0
15302026-05-22T00:41:01.761Z Compiling smoltcp v0.9.1
15312026-05-22T00:41:01.775Z Compiling mime v0.3.17
15322026-05-22T00:41:01.810Z Compiling proptest v1.10.0
15332026-05-22T00:41:01.832Z Compiling num-bigint-dig v0.8.6
15342026-05-22T00:41:02.041Z Compiling ref-cast v1.0.25
15352026-05-22T00:41:02.069Z Compiling dof v0.4.0
15362026-05-22T00:41:02.072Z Compiling litrs v1.0.0
15372026-05-22T00:41:02.118Z Compiling zlib-rs v0.6.2
15382026-05-22T00:41:02.140Z Compiling rustix v0.38.44
15392026-05-22T00:41:02.191Z Compiling zerocopy v0.7.35
15402026-05-22T00:41:02.375Z Compiling ipnetwork v0.21.1
15412026-05-22T00:41:02.446Z Compiling pin-project v1.1.11
15422026-05-22T00:41:02.498Z Compiling postgres-protocol v0.6.10
15432026-05-22T00:41:02.574Z Compiling nix v0.31.2
15442026-05-22T00:41:02.619Z Compiling oxnet v0.1.5
15452026-05-22T00:41:02.632Z Compiling document-features v0.2.12
15462026-05-22T00:41:02.647Z Compiling sec1 v0.7.3
15472026-05-22T00:41:02.744Z Compiling publicsuffix v2.3.0
15482026-05-22T00:41:02.911Z Compiling darling v0.21.3
15492026-05-22T00:41:02.925Z Compiling derive_builder v0.20.2
15502026-05-22T00:41:02.941Z Compiling rand v0.8.6
15512026-05-22T00:41:02.957Z Compiling goblin v0.8.2
15522026-05-22T00:41:03.043Z Compiling futures-executor v0.3.32
15532026-05-22T00:41:03.068Z Compiling hubpack_derive v0.1.1
15542026-05-22T00:41:03.083Z Compiling hex v0.4.3
15552026-05-22T00:41:03.086Z Compiling cargo-platform v0.1.9
15562026-05-22T00:41:03.243Z Compiling hkdf v0.12.4
15572026-05-22T00:41:03.267Z Compiling crypto-bigint v0.5.5
15582026-05-22T00:41:03.302Z Compiling regex v1.12.3
15592026-05-22T00:41:03.400Z Compiling group v0.13.0
15602026-05-22T00:41:03.415Z Compiling snafu-derive v0.8.9
15612026-05-22T00:41:03.428Z Compiling ref-cast-impl v1.0.25
15622026-05-22T00:41:03.432Z Compiling curve25519-dalek-derive v0.1.1
15632026-05-22T00:41:03.458Z Compiling strum_macros v0.27.2
15642026-05-22T00:41:03.543Z Compiling daft-derive v0.1.7
15652026-05-22T00:41:03.594Z Compiling num-iter v0.1.45
15662026-05-22T00:41:03.729Z Compiling tokio-util v0.7.18
15672026-05-22T00:41:03.749Z Compiling tower v0.5.3
15682026-05-22T00:41:03.790Z Compiling tokio-native-tls v0.3.1
15692026-05-22T00:41:04.004Z Compiling terminal_size v0.4.3
15702026-05-22T00:41:04.020Z Compiling phf_shared v0.13.1
15712026-05-22T00:41:04.160Z Compiling newtype-uuid v1.3.2
15722026-05-22T00:41:04.203Z Compiling lazy_static v1.5.0
15732026-05-22T00:41:04.304Z Compiling tower-http v0.6.8
15742026-05-22T00:41:04.318Z Compiling anstyle-parse v0.2.7
15752026-05-22T00:41:04.334Z Compiling vergen v9.0.6
15762026-05-22T00:41:04.337Z Compiling fs-err v3.3.0
15772026-05-22T00:41:04.363Z Compiling ahash v0.8.12
15782026-05-22T00:41:04.467Z Compiling h2 v0.4.13
15792026-05-22T00:41:04.521Z Compiling managed v0.8.0
15802026-05-22T00:41:04.535Z Compiling unicode-segmentation v1.12.0
15812026-05-22T00:41:04.549Z Compiling bitflags v1.3.2
15822026-05-22T00:41:04.564Z Compiling object v0.37.3
15832026-05-22T00:41:04.590Z Compiling foldhash v0.1.5
15842026-05-22T00:41:04.638Z Compiling foldhash v0.2.0
15852026-05-22T00:41:04.731Z Compiling same-file v1.0.6
15862026-05-22T00:41:04.749Z Compiling libbz2-rs-sys v0.2.2
15872026-05-22T00:41:04.776Z Compiling winnow v0.5.40
15882026-05-22T00:41:04.858Z Compiling bumpalo v3.20.2
15892026-05-22T00:41:04.887Z Compiling walkdir v2.5.0
15902026-05-22T00:41:04.914Z Compiling hashbrown v0.16.1
15912026-05-22T00:41:04.927Z Compiling hashbrown v0.15.5
15922026-05-22T00:41:05.125Z Compiling flate2 v1.1.9
15932026-05-22T00:41:05.238Z Compiling dof v0.3.0
15942026-05-22T00:41:05.371Z Compiling bzip2 v0.6.1
15952026-05-22T00:41:05.400Z Compiling snafu v0.8.9
15962026-05-22T00:41:05.450Z Compiling zopfli v0.8.3
15972026-05-22T00:41:05.483Z Compiling strum v0.27.2
15982026-05-22T00:41:05.533Z Compiling clap_builder v4.6.0
15992026-05-22T00:41:05.552Z Compiling daft v0.1.7
16002026-05-22T00:41:05.567Z Compiling anstream v0.6.21
16012026-05-22T00:41:05.621Z Compiling phf v0.13.1
16022026-05-22T00:41:05.636Z Compiling elliptic-curve v0.13.8
16032026-05-22T00:41:05.759Z Compiling signal-hook-mio v0.2.5
16042026-05-22T00:41:05.791Z Compiling cargo_metadata v0.19.2
16052026-05-22T00:41:05.892Z Compiling cookie_store v0.22.1
16062026-05-22T00:41:05.895Z Compiling usdt-macro v0.6.0
16072026-05-22T00:41:05.922Z Compiling usdt-attr-macro v0.6.0
16082026-05-22T00:41:05.994Z Compiling hubpack v0.1.2
16092026-05-22T00:41:06.058Z Compiling bzip2 v0.4.4
16102026-05-22T00:41:06.143Z Compiling toml_edit v0.19.15
16112026-05-22T00:41:06.236Z Compiling futures v0.3.32
16122026-05-22T00:41:06.251Z Compiling serde_with_macros v3.17.0
16132026-05-22T00:41:06.299Z Compiling postgres-types v0.2.12
16142026-05-22T00:41:06.328Z Compiling zstd v0.13.3
16152026-05-22T00:41:06.521Z Compiling dtrace-parser v0.2.0
16162026-05-22T00:41:06.573Z Compiling globset v0.4.18
16172026-05-22T00:41:06.618Z Compiling ed25519 v2.2.3
16182026-05-22T00:41:06.693Z Compiling pkcs1 v0.7.5
16192026-05-22T00:41:06.768Z Compiling serde_plain v1.0.2
16202026-05-22T00:41:06.875Z Compiling serde-big-array v0.5.1
16212026-05-22T00:41:06.985Z Compiling olpc-cjson v0.1.4
16222026-05-22T00:41:07.034Z Compiling rfc6979 v0.4.0
16232026-05-22T00:41:07.116Z Compiling strum_macros v0.26.4
16242026-05-22T00:41:07.149Z Compiling serde_repr v0.1.20
16252026-05-22T00:41:07.164Z Compiling async-recursion v1.1.1
16262026-05-22T00:41:07.178Z Compiling clap_derive v4.6.1
16272026-05-22T00:41:07.281Z Compiling enum-as-inner v0.6.1
16282026-05-22T00:41:07.298Z Compiling phf_shared v0.11.3
16292026-05-22T00:41:07.403Z Compiling float-cmp v0.10.0
16302026-05-22T00:41:07.503Z Compiling hyper v1.8.1
16312026-05-22T00:41:07.518Z Compiling pem v3.0.6
16322026-05-22T00:41:07.536Z Compiling thread-id v4.2.2
16332026-05-22T00:41:07.569Z Compiling memmap2 v0.9.10
16342026-05-22T00:41:07.634Z Compiling env_filter v1.0.0
16352026-05-22T00:41:07.722Z Compiling whoami v2.1.0
16362026-05-22T00:41:07.805Z Compiling normalize-line-endings v0.3.0
16372026-05-22T00:41:07.826Z Compiling difflib v0.4.0
16382026-05-22T00:41:07.858Z Compiling data-encoding v2.10.0
16392026-05-22T00:41:07.873Z Compiling static_assertions v1.1.0
16402026-05-22T00:41:07.917Z Compiling predicates-core v1.0.10
16412026-05-22T00:41:07.956Z Compiling precomputed-hash v0.1.1
16422026-05-22T00:41:07.970Z Compiling new_debug_unreachable v1.0.6
16432026-05-22T00:41:08.052Z Compiling either v1.15.0
16442026-05-22T00:41:08.067Z Compiling typed-path v0.9.3
16452026-05-22T00:41:08.116Z Compiling fixedbitset v0.5.7
16462026-05-22T00:41:08.131Z Compiling jiff v0.2.21
16472026-05-22T00:41:08.279Z Compiling keccak v0.1.6
16482026-05-22T00:41:08.425Z Compiling fixedbitset v0.4.2
16492026-05-22T00:41:08.443Z Compiling sha3 v0.10.8
16502026-05-22T00:41:08.506Z Compiling petgraph v0.8.3
16512026-05-22T00:41:08.566Z Compiling itertools v0.13.0
16522026-05-22T00:41:08.581Z Compiling hyper-util v0.1.20
16532026-05-22T00:41:08.664Z Compiling petgraph v0.6.5
16542026-05-22T00:41:08.795Z Compiling hickory-proto v0.25.2
16552026-05-22T00:41:08.826Z Compiling predicates v3.1.4
16562026-05-22T00:41:08.904Z Compiling string_cache v0.8.9
16572026-05-22T00:41:08.919Z Compiling strum v0.26.3
16582026-05-22T00:41:09.014Z Compiling clap v4.6.1
16592026-05-22T00:41:09.065Z Compiling tokio-postgres v0.7.16
16602026-05-22T00:41:09.130Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16612026-05-22T00:41:09.133Z Compiling toml_edit v0.22.27
16622026-05-22T00:41:09.162Z Compiling env_logger v0.11.9
16632026-05-22T00:41:09.194Z Compiling usdt v0.6.0
16642026-05-22T00:41:09.361Z Compiling usdt-impl v0.5.0
16652026-05-22T00:41:09.476Z Compiling toml v0.7.8
16662026-05-22T00:41:09.503Z Compiling serde_with v3.17.0
16672026-05-22T00:41:09.534Z Compiling crossterm v0.28.1
16682026-05-22T00:41:09.862Z Compiling ecdsa v0.16.9
16692026-05-22T00:41:09.966Z Compiling rsa v0.9.10
16702026-05-22T00:41:10.102Z Compiling hyper-tls v0.6.0
16712026-05-22T00:41:10.209Z Compiling ed25519-dalek v2.2.0
16722026-05-22T00:41:10.415Z Compiling zip v0.6.6
16732026-05-22T00:41:10.539Z Compiling iddqd v0.4.1
16742026-05-22T00:41:10.877Z Compiling zip v4.6.1
16752026-05-22T00:41:11.144Z Compiling similar v2.7.0
16762026-05-22T00:41:11.160Z Compiling heck v0.4.1
16772026-05-22T00:41:11.254Z Compiling toml_parser v1.0.9+spec-1.1.0
16782026-05-22T00:41:11.269Z Compiling tokio-stream v0.1.18
16792026-05-22T00:41:11.411Z Compiling buf-list v1.1.2
16802026-05-22T00:41:11.426Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16812026-05-22T00:41:11.706Z Compiling openapiv3 v2.2.0
16822026-05-22T00:41:11.747Z Compiling x509-cert v0.2.5
16832026-05-22T00:41:11.762Z Compiling sha1 v0.10.6
16842026-05-22T00:41:11.817Z Compiling crossbeam-epoch v0.9.18
16852026-05-22T00:41:11.833Z Compiling toml_datetime v0.7.5+spec-1.1.0
16862026-05-22T00:41:11.871Z Compiling peg-runtime v0.8.5
16872026-05-22T00:41:11.904Z Compiling lalrpop-util v0.19.12
16882026-05-22T00:41:11.931Z Compiling thread_local v1.1.9
16892026-05-22T00:41:12.005Z Compiling slog-async v2.8.0
16902026-05-22T00:41:12.020Z Compiling crossbeam-channel v0.5.15
16912026-05-22T00:41:12.053Z Compiling is-terminal v0.4.17
16922026-05-22T00:41:12.115Z Compiling filetime v0.2.27
16932026-05-22T00:41:12.147Z Compiling take_mut v0.2.2
16942026-05-22T00:41:12.166Z Compiling xattr v1.6.1
16952026-05-22T00:41:12.169Z Compiling term v1.2.1
16962026-05-22T00:41:12.306Z Compiling tar v0.4.45
16972026-05-22T00:41:12.484Z Compiling slog-term v2.9.2
16982026-05-22T00:41:30.045Z Compiling rustls-webpki v0.103.9
16992026-05-22T00:41:32.809Z Compiling tokio-rustls v0.26.4
17002026-05-22T00:41:32.809Z Compiling rustls-platform-verifier v0.6.2
17012026-05-22T00:41:33.014Z Compiling hyper-rustls v0.27.7
17022026-05-22T00:41:33.197Z Compiling reqwest v0.12.28
17032026-05-22T00:41:33.218Z Compiling reqwest v0.13.2
17042026-05-22T00:41:34.418Z Compiling tough v0.22.0
17052026-05-22T00:41:36.921Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17062026-05-22T00:41:37.150Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17072026-05-22T00:41:40.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.24s
17082026-05-22T00:41:40.141Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17092026-05-22T00:41:40.194ZMay 22 00:41:39.517 INFO Starting download, target: Cockroach
17102026-05-22T00:41:40.194ZMay 22 00:41:39.518 INFO Starting download, target: Clickhouse
17112026-05-22T00:41:40.194ZMay 22 00:41:39.518 INFO Starting download, target: Console
17122026-05-22T00:41:40.194ZMay 22 00:41:39.518 INFO Starting download, target: DendriteStub
17132026-05-22T00:41:40.194ZMay 22 00:41:39.518 INFO Starting download, target: MaghemiteMgd
17142026-05-22T00:41:40.197ZMay 22 00:41:39.518 INFO Starting download, target: MaghemiteDdmd
17152026-05-22T00:41:40.197ZMay 22 00:41:39.518 INFO Starting download, target: TransceiverControl
17162026-05-22T00:41:40.197ZMay 22 00:41:39.518 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17172026-05-22T00:41:40.197ZMay 22 00:41:39.518 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17182026-05-22T00:41:40.197ZMay 22 00:41:39.518 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17192026-05-22T00:41:40.197ZMay 22 00:41:39.518 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17202026-05-22T00:41:40.197ZMay 22 00:41:39.518 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17212026-05-22T00:41:40.198ZMay 22 00:41:39.518 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17222026-05-22T00:41:40.198ZMay 22 00:41:39.519 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17232026-05-22T00:41:40.545ZMay 22 00:41:39.867 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17242026-05-22T00:41:40.788ZMay 22 00:41:40.097 INFO Download complete, target: TransceiverControl
17252026-05-22T00:41:41.185ZMay 22 00:41:40.506 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17262026-05-22T00:41:41.443ZMay 22 00:41:40.750 INFO Download complete, target: Console
17272026-05-22T00:41:42.704ZMay 22 00:41:42.010 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17282026-05-22T00:41:43.094ZMay 22 00:41:42.374 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17292026-05-22T00:41:43.216ZMay 22 00:41:42.401 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17302026-05-22T00:41:43.372ZMay 22 00:41:42.633 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17312026-05-22T00:41:43.947ZMay 22 00:41:43.270 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17322026-05-22T00:41:43.947ZMay 22 00:41:43.270 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17332026-05-22T00:41:45.093ZMay 22 00:41:44.415 INFO Download complete, target: MaghemiteDdmd
17342026-05-22T00:41:45.728ZMay 22 00:41:45.053 INFO Download complete, target: MaghemiteMgd
17352026-05-22T00:41:45.983ZMay 22 00:41:45.308 INFO Download complete, target: DendriteStub
17362026-05-22T00:41:48.776ZMay 22 00:41:48.101 INFO Checking that binary works, target: Cockroach
17372026-05-22T00:41:48.978ZMay 22 00:41:48.302 INFO Download complete, target: Cockroach
17382026-05-22T00:41:49.597ZMay 22 00:41:48.921 INFO Checking that binary works, target: Clickhouse
17392026-05-22T00:41:49.715ZMay 22 00:41:49.039 INFO Download complete, target: Clickhouse
17402026-05-22T00:41:49.720ZAll prerequisites installed successfully
17412026-05-22T00:41:49.724Z
17422026-05-22T00:41:49.724Zreal 2:04.903004454
17432026-05-22T00:41:49.724Zuser 6:57.996216559
17442026-05-22T00:41:49.724Zsys 1:42.077124754
17452026-05-22T00:41:49.724Ztrap 0.258907282
17462026-05-22T00:41:49.724Ztflt 2.255835573
17472026-05-22T00:41:49.724Zdflt 3.051490049
17482026-05-22T00:41:49.724Zkflt 0.060845831
17492026-05-22T00:41:49.724Zlock 22:47.563912727
17502026-05-22T00:41:49.724Zslp 19:16.138574672
17512026-05-22T00:41:49.724Zlat 21.939225367
17522026-05-22T00:41:49.724Zstop 2:49.151889638
17532026-05-22T00:41:49.724Z+ ptime -m cargo xtask download softnpu
17542026-05-22T00:41:50.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
17552026-05-22T00:41:50.306Z Running `target/debug/xtask download softnpu`
17562026-05-22T00:41:51.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
17572026-05-22T00:41:51.182Z Running `target/debug/xtask-downloader softnpu`
17582026-05-22T00:41:51.223ZMay 22 00:41:50.543 INFO Starting download, target: Softnpu
17592026-05-22T00:41:51.227ZMay 22 00:41:50.544 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17602026-05-22T00:41:52.491ZMay 22 00:41:51.813 INFO Download complete, target: Softnpu
17612026-05-22T00:41:52.508Z
17622026-05-22T00:41:52.508Zreal 2.765408015
17632026-05-22T00:41:52.508Zuser 1.385254695
17642026-05-22T00:41:52.508Zsys 0.664791333
17652026-05-22T00:41:52.508Ztrap 0.000528440
17662026-05-22T00:41:52.509Ztflt 0.000101170
17672026-05-22T00:41:52.509Zdflt 0.000049190
17682026-05-22T00:41:52.509Zkflt 0.000000000
17692026-05-22T00:41:52.509Zlock 23.448436690
17702026-05-22T00:41:52.509Zslp 1.146865762
17712026-05-22T00:41:52.509Zlat 0.081175026
17722026-05-22T00:41:52.509Zstop 0.000197520
17732026-05-22T00:41:52.509Z+ export CARGO_INCREMENTAL=0
17742026-05-22T00:41:52.509Z+ CARGO_INCREMENTAL=0
17752026-05-22T00:41:52.509Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17762026-05-22T00:41:53.422Z Compiling proc-macro2 v1.0.106
17772026-05-22T00:41:53.422Z Compiling quote v1.0.45
17782026-05-22T00:41:53.422Z Compiling unicode-ident v1.0.24
17792026-05-22T00:41:53.422Z Compiling libc v0.2.185
17802026-05-22T00:41:53.422Z Compiling serde_core v1.0.228
17812026-05-22T00:41:53.453Z Compiling serde v1.0.228
17822026-05-22T00:41:53.453Z Compiling cfg-if v1.0.4
17832026-05-22T00:41:53.453Z Compiling version_check v0.9.5
17842026-05-22T00:41:53.454Z Compiling find-msvc-tools v0.1.9
17852026-05-22T00:41:53.574Z Compiling shlex v1.3.0
17862026-05-22T00:41:53.611Z Compiling typenum v1.19.0
17872026-05-22T00:41:53.611Z Compiling zmij v1.0.21
17882026-05-22T00:41:53.611Z Compiling autocfg v1.5.0
17892026-05-22T00:41:53.611Z Compiling serde_json v1.0.149
17902026-05-22T00:41:53.611Z Compiling memchr v2.8.0
17912026-05-22T00:41:53.716Z Compiling portable-atomic v1.13.1
17922026-05-22T00:41:53.835Z Compiling libm v0.2.16
17932026-05-22T00:41:53.855Z Compiling zerocopy v0.8.40
17942026-05-22T00:41:53.944Z Compiling parking_lot_core v0.9.12
17952026-05-22T00:41:53.980Z Compiling smallvec v1.15.1
17962026-05-22T00:41:54.072Z Compiling generic-array v0.14.7
17972026-05-22T00:41:54.079Z Compiling icu_normalizer_data v2.1.1
17982026-05-22T00:41:54.099Z Compiling icu_properties_data v2.1.2
17992026-05-22T00:41:54.117Z Compiling num-traits v0.2.19
18002026-05-22T00:41:54.196Z Compiling itoa v1.0.17
18012026-05-22T00:41:54.212Z Compiling getrandom v0.4.1
18022026-05-22T00:41:54.270Z Compiling log v0.4.29
18032026-05-22T00:41:54.274Z Compiling stable_deref_trait v1.2.1
18042026-05-22T00:41:54.274Z Compiling pkg-config v0.3.32
18052026-05-22T00:41:54.380Z Compiling subtle v2.6.1
18062026-05-22T00:41:54.494Z Compiling scopeguard v1.2.0
18072026-05-22T00:41:54.575Z Compiling writeable v0.6.2
18082026-05-22T00:41:54.583Z Compiling percent-encoding v2.3.2
18092026-05-22T00:41:54.604Z Compiling litemap v0.8.1
18102026-05-22T00:41:54.652Z Compiling jobserver v0.1.34
18112026-05-22T00:41:54.749Z Compiling getrandom v0.2.17
18122026-05-22T00:41:54.779Z Compiling errno v0.3.14
18132026-05-22T00:41:54.796Z Compiling lock_api v0.4.14
18142026-05-22T00:41:54.876Z Compiling cc v1.2.56
18152026-05-22T00:41:54.919Z Compiling syn v2.0.117
18162026-05-22T00:41:54.940Z Compiling rand_core v0.6.4
18172026-05-22T00:41:54.986Z Compiling pin-project-lite v0.2.17
18182026-05-22T00:41:55.004Z Compiling fnv v1.0.7
18192026-05-22T00:41:55.070Z Compiling thiserror v2.0.18
18202026-05-22T00:41:55.139Z Compiling getrandom v0.3.4
18212026-05-22T00:41:55.184Z Compiling dunce v1.0.5
18222026-05-22T00:41:55.209Z Compiling fs_extra v1.3.0
18232026-05-22T00:41:55.215Z Compiling equivalent v1.0.2
18242026-05-22T00:41:55.254Z Compiling rustversion v1.0.22
18252026-05-22T00:41:55.289Z Compiling utf8_iter v1.0.4
18262026-05-22T00:41:55.305Z Compiling schemars v0.8.22
18272026-05-22T00:41:55.335Z Compiling rand_core v0.10.0
18282026-05-22T00:41:55.449Z Compiling form_urlencoded v1.2.2
18292026-05-22T00:41:55.489Z Compiling critical-section v1.2.0
18302026-05-22T00:41:55.521Z Compiling signal-hook-registry v1.4.8
18312026-05-22T00:41:55.616Z Compiling cmake v0.1.57
18322026-05-22T00:41:55.640Z Compiling hashbrown v0.17.0
18332026-05-22T00:41:55.667Z Compiling rustix v1.1.3
18342026-05-22T00:41:55.734Z Compiling mio v1.2.0
18352026-05-22T00:41:55.770Z Compiling socket2 v0.6.3
18362026-05-22T00:41:56.015Z Compiling bitflags v2.11.0
18372026-05-22T00:41:56.049Z Compiling semver v1.0.28
18382026-05-22T00:41:56.058Z Compiling once_cell v1.21.3
18392026-05-22T00:41:56.092Z Compiling parking_lot v0.12.5
18402026-05-22T00:41:56.217Z Compiling ring v0.17.14
18412026-05-22T00:41:56.235Z Compiling aws-lc-sys v0.40.0
18422026-05-22T00:41:56.238Z Compiling indexmap v2.14.0
18432026-05-22T00:41:56.238Z Compiling const-oid v0.9.6
18442026-05-22T00:41:56.373Z Compiling heck v0.5.0
18452026-05-22T00:41:56.393Z Compiling aws-lc-rs v1.16.3
18462026-05-22T00:41:56.411Z Compiling futures-core v0.3.32
18472026-05-22T00:41:56.458Z Compiling httparse v1.10.1
18482026-05-22T00:41:56.602Z Compiling vcpkg v0.2.15
18492026-05-22T00:41:56.609Z Compiling strsim v0.11.1
18502026-05-22T00:41:56.624Z Compiling thiserror v1.0.69
18512026-05-22T00:41:56.724Z Compiling iana-time-zone v0.1.65
18522026-05-22T00:41:56.788Z Compiling ucd-trie v0.1.7
18532026-05-22T00:41:56.916Z Compiling byteorder v1.5.0
18542026-05-22T00:41:56.957Z Compiling pest v2.8.6
18552026-05-22T00:41:56.984Z Compiling regex-syntax v0.8.10
18562026-05-22T00:41:56.988Z Compiling syn v1.0.109
18572026-05-22T00:41:57.027Z Compiling ident_case v1.0.1
18582026-05-22T00:41:57.043Z Compiling uuid v1.23.0
18592026-05-22T00:41:57.110Z Compiling cpufeatures v0.2.17
18602026-05-22T00:41:57.143Z Compiling rustls v0.23.37
18612026-05-22T00:41:57.177Z Compiling openssl-sys v0.9.115
18622026-05-22T00:41:57.351Z Compiling futures-sink v0.3.32
18632026-05-22T00:41:57.368Z Compiling rustc_version v0.4.1
18642026-05-22T00:41:57.447Z Compiling futures-task v0.3.32
18652026-05-22T00:41:57.475Z Compiling futures-channel v0.3.32
18662026-05-22T00:41:57.616Z Compiling slab v0.4.12
18672026-05-22T00:41:57.633Z Compiling futures-io v0.3.32
18682026-05-22T00:41:57.722Z Compiling aho-corasick v1.1.4
18692026-05-22T00:41:57.754Z Compiling synstructure v0.13.2
18702026-05-22T00:41:57.770Z Compiling serde_derive_internals v0.29.1
18712026-05-22T00:41:57.842Z Compiling dyn-clone v1.0.20
18722026-05-22T00:41:58.031Z Compiling pest_meta v2.8.6
18732026-05-22T00:41:58.051Z Compiling crc32fast v1.5.0
18742026-05-22T00:41:58.067Z Compiling base64 v0.22.1
18752026-05-22T00:41:58.070Z Compiling plain v0.2.3
18762026-05-22T00:41:58.209Z Compiling openssl v0.10.79
18772026-05-22T00:41:58.226Z Compiling crossbeam-utils v0.8.21
18782026-05-22T00:41:58.241Z Compiling time-core v0.1.8
18792026-05-22T00:41:58.302Z Compiling num-conv v0.2.0
18802026-05-22T00:41:58.457Z Compiling time-macros v0.2.27
18812026-05-22T00:41:58.544Z Compiling pretty-hex v0.4.1
18822026-05-22T00:41:58.548Z Compiling native-tls v0.2.18
18832026-05-22T00:41:58.593Z Compiling regex-automata v0.4.14
18842026-05-22T00:41:58.627Z Compiling anyhow v1.0.102
18852026-05-22T00:41:58.646Z Compiling pest_generator v2.8.6
18862026-05-22T00:41:58.669Z Compiling base64ct v1.8.3
18872026-05-22T00:41:58.717Z Compiling darling_core v0.21.3
18882026-05-22T00:41:58.813Z Compiling tracing-core v0.1.36
18892026-05-22T00:41:58.829Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18902026-05-22T00:41:58.939Z Compiling pem-rfc7468 v0.7.0
18912026-05-22T00:41:59.006Z Compiling serde_derive v1.0.228
18922026-05-22T00:41:59.119Z Compiling zeroize_derive v1.4.3
18932026-05-22T00:41:59.167Z Compiling zerofrom-derive v0.1.6
18942026-05-22T00:41:59.189Z Compiling yoke-derive v0.8.1
18952026-05-22T00:41:59.217Z Compiling zerovec-derive v0.11.2
18962026-05-22T00:41:59.220Z Compiling displaydoc v0.2.5
18972026-05-22T00:41:59.278Z Compiling zerocopy-derive v0.8.40
18982026-05-22T00:41:59.321Z Compiling tokio-macros v2.7.0
18992026-05-22T00:41:59.441Z Compiling futures-macro v0.3.32
19002026-05-22T00:41:59.728Z Compiling zeroize v1.8.2
19012026-05-22T00:41:59.984Z Compiling thiserror-impl v2.0.18
19022026-05-22T00:42:00.004Z Compiling schemars_derive v0.8.22
19032026-05-22T00:42:00.130Z Compiling tracing-attributes v0.1.31
19042026-05-22T00:42:00.211Z Compiling der_derive v0.7.3
19052026-05-22T00:42:00.247Z Compiling thiserror-impl v1.0.69
19062026-05-22T00:42:00.287Z Compiling zerofrom v0.1.6
19072026-05-22T00:42:00.430Z Compiling yoke v0.8.1
19082026-05-22T00:42:00.470Z Compiling crypto-common v0.1.7
19092026-05-22T00:42:00.604Z Compiling zerovec v0.11.5
19102026-05-22T00:42:00.633Z Compiling zerotrie v0.2.3
19112026-05-22T00:42:00.838Z Compiling block-buffer v0.10.4
19122026-05-22T00:42:01.099Z Compiling digest v0.10.7
19132026-05-22T00:42:01.119Z Compiling tinystr v0.8.2
19142026-05-22T00:42:01.145Z Compiling potential_utf v0.1.4
19152026-05-22T00:42:01.198Z Compiling pest_derive v2.8.6
19162026-05-22T00:42:01.304Z Compiling icu_locale_core v2.1.1
19172026-05-22T00:42:01.337Z Compiling icu_collections v2.1.1
19182026-05-22T00:42:01.354Z Compiling futures-util v0.3.32
19192026-05-22T00:42:01.358Z Compiling hmac v0.12.1
19202026-05-22T00:42:01.478Z Compiling block-padding v0.3.3
19212026-05-22T00:42:01.520Z Compiling rustls-pki-types v1.14.0
19222026-05-22T00:42:01.661Z Compiling inout v0.1.4
19232026-05-22T00:42:01.829Z Compiling openssl-macros v0.1.1
19242026-05-22T00:42:02.073Z Compiling icu_provider v2.1.1
19252026-05-22T00:42:02.090Z Compiling bytes v1.11.1
19262026-05-22T00:42:02.218Z Compiling chrono v0.4.44
19272026-05-22T00:42:02.234Z Compiling serde_tokenstream v0.2.3
19282026-05-22T00:42:02.238Z Compiling cipher v0.4.4
19292026-05-22T00:42:02.350Z Compiling icu_normalizer v2.1.1
19302026-05-22T00:42:02.506Z Compiling icu_properties v2.1.2
19312026-05-22T00:42:02.577Z Compiling sha2 v0.10.9
19322026-05-22T00:42:02.620Z Compiling tokio v1.52.1
19332026-05-22T00:42:03.254Z Compiling scroll_derive v0.13.1
19342026-05-22T00:42:03.447Z Compiling idna_adapter v1.2.1
19352026-05-22T00:42:03.595Z Compiling idna v1.1.0
19362026-05-22T00:42:03.612Z Compiling ppv-lite86 v0.2.21
19372026-05-22T00:42:03.855Z Compiling scroll_derive v0.12.1
19382026-05-22T00:42:03.947Z Compiling url v2.5.8
19392026-05-22T00:42:03.963Z Compiling http v1.4.0
19402026-05-22T00:42:04.048Z Compiling flagset v0.4.7
19412026-05-22T00:42:04.084Z Compiling untrusted v0.9.0
19422026-05-22T00:42:04.203Z Compiling der v0.7.10
19432026-05-22T00:42:04.243Z Compiling tracing v0.1.44
19442026-05-22T00:42:04.465Z Compiling darling_macro v0.21.3
19452026-05-22T00:42:04.508Z Compiling regex v1.12.3
19462026-05-22T00:42:04.523Z Compiling zerocopy-derive v0.7.35
19472026-05-22T00:42:04.939Z Compiling rand_core v0.9.5
19482026-05-22T00:42:04.955Z Compiling slog v2.8.2
19492026-05-22T00:42:05.198Z Compiling spki v0.7.3
19502026-05-22T00:42:05.330Z Compiling darling v0.21.3
19512026-05-22T00:42:05.414Z Compiling salsa20 v0.10.2
19522026-05-22T00:42:05.430Z Compiling pbkdf2 v0.12.2
19532026-05-22T00:42:05.775Z Compiling cookie v0.18.1
19542026-05-22T00:42:05.956Z Compiling camino v1.2.2
19552026-05-22T00:42:06.197Z Compiling scrypt v0.11.0
19562026-05-22T00:42:06.263Z Compiling rand_chacha v0.9.0
19572026-05-22T00:42:06.292Z Compiling http-body v1.0.1
19582026-05-22T00:42:06.388Z Compiling tokio-util v0.7.18
19592026-05-22T00:42:06.437Z Compiling aes v0.8.4
19602026-05-22T00:42:06.453Z Compiling cbc v0.1.2
19612026-05-22T00:42:06.525Z Compiling usdt-impl v0.5.0
19622026-05-22T00:42:06.554Z Compiling tinyvec_macros v0.1.1
19632026-05-22T00:42:06.609Z Compiling atomic-waker v1.1.2
19642026-05-22T00:42:06.635Z Compiling untrusted v0.7.1
19652026-05-22T00:42:06.651Z Compiling either v1.15.0
19662026-05-22T00:42:06.771Z Compiling ref-cast v1.0.25
19672026-05-22T00:42:06.775Z Compiling paste v1.0.15
19682026-05-22T00:42:06.806Z Compiling openssl-probe v0.2.1
19692026-05-22T00:42:06.892Z Compiling usdt-impl v0.6.0
19702026-05-22T00:42:06.914Z Compiling winnow v0.7.14
19712026-05-22T00:42:06.981Z Compiling pkcs5 v0.7.1
19722026-05-22T00:42:07.122Z Compiling tinyvec v1.10.0
19732026-05-22T00:42:07.196Z Compiling rand v0.9.2
19742026-05-22T00:42:07.518Z Compiling scroll v0.12.0
19752026-05-22T00:42:07.625Z Compiling scroll v0.13.0
19762026-05-22T00:42:07.668Z Compiling serde_spanned v0.6.9
19772026-05-22T00:42:07.711Z Compiling toml_datetime v0.6.11
19782026-05-22T00:42:07.802Z Compiling async-trait v0.1.89
19792026-05-22T00:42:07.818Z Compiling heapless v0.7.17
19802026-05-22T00:42:07.890Z Compiling bzip2-sys v0.1.13+1.0.8
19812026-05-22T00:42:07.928Z Compiling tower-service v0.3.3
19822026-05-22T00:42:07.974Z Compiling zstd-safe v7.2.4
19832026-05-22T00:42:08.047Z Compiling signal-hook v0.3.18
19842026-05-22T00:42:08.063Z Compiling tower-layer v0.3.3
19852026-05-22T00:42:08.091Z Compiling try-lock v0.2.5
19862026-05-22T00:42:08.348Z Compiling fastrand v2.3.0
19872026-05-22T00:42:08.365Z Compiling want v0.3.1
19882026-05-22T00:42:08.397Z Compiling h2 v0.4.13
19892026-05-22T00:42:08.446Z Compiling toml_parser v1.0.9+spec-1.1.0
19902026-05-22T00:42:08.589Z Compiling goblin v0.10.5
19912026-05-22T00:42:08.696Z Compiling goblin v0.8.2
19922026-05-22T00:42:08.714Z Compiling pkcs8 v0.10.2
19932026-05-22T00:42:08.846Z Compiling zerocopy v0.7.35
19942026-05-22T00:42:09.020Z Compiling ipnet v2.11.0
19952026-05-22T00:42:09.053Z Compiling ref-cast-impl v1.0.25
19962026-05-22T00:42:09.264Z Compiling darling_core v0.20.11
19972026-05-22T00:42:09.404Z Compiling curve25519-dalek v4.1.3
19982026-05-22T00:42:09.484Z Compiling toml_datetime v0.7.5+spec-1.1.0
19992026-05-22T00:42:09.616Z Compiling memoffset v0.9.1
20002026-05-22T00:42:09.662Z Compiling litrs v1.0.0
20012026-05-22T00:42:09.771Z Compiling foreign-types-shared v0.1.1
20022026-05-22T00:42:09.831Z Compiling pin-utils v0.1.0
20032026-05-22T00:42:09.874Z Compiling winnow v0.5.40
20042026-05-22T00:42:10.074Z Compiling httpdate v1.0.3
20052026-05-22T00:42:10.312Z Compiling rustix v0.38.44
20062026-05-22T00:42:10.347Z Compiling utf8parse v0.2.2
20072026-05-22T00:42:10.524Z Compiling document-features v0.2.12
20082026-05-22T00:42:10.543Z Compiling foreign-types v0.3.2
20092026-05-22T00:42:10.739Z Compiling tempfile v3.25.0
20102026-05-22T00:42:10.952Z Compiling dof v0.3.0
20112026-05-22T00:42:11.098Z Compiling unicode-normalization v0.1.25
20122026-05-22T00:42:11.226Z Compiling darling_macro v0.20.11
20132026-05-22T00:42:11.243Z Compiling toml_edit v0.19.15
20142026-05-22T00:42:11.313Z Compiling dof v0.4.0
20152026-05-22T00:42:11.329Z Compiling hyper v1.8.1
20162026-05-22T00:42:11.574Z Compiling dtrace-parser v0.2.0
20172026-05-22T00:42:11.710Z Compiling dtrace-parser v0.3.0
20182026-05-22T00:42:11.802Z Compiling pin-project-internal v1.1.11
20192026-05-22T00:42:11.917Z Compiling daft-derive v0.1.7
20202026-05-22T00:42:12.015Z Compiling spin v0.9.8
20212026-05-22T00:42:12.055Z Compiling thread-id v5.1.0
20222026-05-22T00:42:12.167Z Compiling thread-id v4.2.2
20232026-05-22T00:42:12.179Z Compiling num-bigint-dig v0.8.6
20242026-05-22T00:42:12.258Z Compiling anstyle v1.0.14
20252026-05-22T00:42:12.308Z Compiling powerfmt v0.2.0
20262026-05-22T00:42:12.325Z Compiling smoltcp v0.9.1
20272026-05-22T00:42:12.367Z Compiling cfg_aliases v0.2.1
20282026-05-22T00:42:12.452Z Compiling nix v0.31.2
20292026-05-22T00:42:12.533Z Compiling deranged v0.5.8
20302026-05-22T00:42:12.609Z Compiling hyper-util v0.1.20
20312026-05-22T00:42:12.857Z Compiling darling v0.20.11
20322026-05-22T00:42:12.958Z Compiling rustls-native-certs v0.8.3
20332026-05-22T00:42:13.002Z Compiling ipnetwork v0.21.1
20342026-05-22T00:42:13.439Z Compiling curve25519-dalek-derive v0.1.1
20352026-05-22T00:42:13.555Z Compiling strum_macros v0.26.4
20362026-05-22T00:42:13.670Z Compiling sync_wrapper v1.0.2
20372026-05-22T00:42:13.683Z Compiling wait-timeout v0.2.1
20382026-05-22T00:42:13.821Z Compiling simd-adler32 v0.3.8
20392026-05-22T00:42:13.954Z Compiling colorchoice v1.0.4
20402026-05-22T00:42:14.081Z Compiling quick-error v1.2.3
20412026-05-22T00:42:14.303Z Compiling anstyle-query v1.1.5
20422026-05-22T00:42:14.322Z Compiling is_terminal_polyfill v1.70.2
20432026-05-22T00:42:14.337Z Compiling bit-vec v0.8.0
20442026-05-22T00:42:14.359Z Compiling siphasher v1.0.2
20452026-05-22T00:42:14.376Z Compiling num_threads v0.1.7
20462026-05-22T00:42:14.489Z Compiling time v0.3.47
20472026-05-22T00:42:14.555Z Compiling bit-set v0.8.0
20482026-05-22T00:42:14.611Z Compiling rusty-fork v0.3.1
20492026-05-22T00:42:14.650Z Compiling tower v0.5.3
20502026-05-22T00:42:15.093Z Compiling derive_builder_core v0.20.2
20512026-05-22T00:42:15.172Z Compiling http-body-util v0.1.3
20522026-05-22T00:42:15.473Z Compiling webpki-roots v1.0.6
20532026-05-22T00:42:15.483Z Compiling rand_xorshift v0.4.0
20542026-05-22T00:42:15.486Z Compiling signature v2.2.0
20552026-05-22T00:42:15.516Z Compiling hubpack_derive v0.1.1
20562026-05-22T00:42:15.602Z Compiling snafu-derive v0.8.9
20572026-05-22T00:42:15.649Z Compiling strum_macros v0.27.2
20582026-05-22T00:42:15.854Z Compiling fs-err v3.3.0
20592026-05-22T00:42:15.889Z Compiling ahash v0.8.12
20602026-05-22T00:42:15.976Z Compiling encoding_rs v0.8.35
20612026-05-22T00:42:16.003Z Compiling iri-string v0.7.10
20622026-05-22T00:42:16.062Z Compiling allocator-api2 v0.2.21
20632026-05-22T00:42:16.113Z Compiling mime v0.3.17
20642026-05-22T00:42:16.289Z Compiling unarray v0.1.4
20652026-05-22T00:42:16.294Z Compiling object v0.37.3
20662026-05-22T00:42:16.341Z Compiling unicode-segmentation v1.12.0
20672026-05-22T00:42:16.357Z Compiling ryu v1.0.23
20682026-05-22T00:42:16.453Z Compiling unicode-bidi v0.3.18
20692026-05-22T00:42:16.590Z Compiling unicode-properties v0.1.4
20702026-05-22T00:42:16.617Z Compiling adler2 v2.0.1
20712026-05-22T00:42:16.628Z Compiling serde_urlencoded v0.7.1
20722026-05-22T00:42:16.716Z Compiling miniz_oxide v0.8.9
20732026-05-22T00:42:16.827Z Compiling stringprep v0.1.5
20742026-05-22T00:42:16.848Z Compiling proptest v1.10.0
20752026-05-22T00:42:16.979Z Compiling derive_builder_macro v0.20.2
20762026-05-22T00:42:17.211Z Compiling tower-http v0.6.8
20772026-05-22T00:42:17.361Z Compiling tokio-native-tls v0.3.1
20782026-05-22T00:42:17.379Z Compiling usdt-attr-macro v0.6.0
20792026-05-22T00:42:17.403Z Compiling usdt-macro v0.6.0
20802026-05-22T00:42:17.547Z Compiling anstyle-parse v1.0.0
20812026-05-22T00:42:17.734Z Compiling rand_chacha v0.3.1
20822026-05-22T00:42:17.751Z Compiling erased-serde v0.3.31
20832026-05-22T00:42:17.825Z Compiling md-5 v0.10.6
20842026-05-22T00:42:17.871Z Compiling bstr v1.12.1
20852026-05-22T00:42:17.994Z Compiling num-integer v0.1.46
20862026-05-22T00:42:18.125Z Compiling hash32 v0.2.1
20872026-05-22T00:42:18.145Z Compiling vergen-lib v0.1.6
20882026-05-22T00:42:18.161Z Compiling ff v0.13.1
20892026-05-22T00:42:18.332Z Compiling zlib-rs v0.6.2
20902026-05-22T00:42:18.350Z Compiling fallible-iterator v0.2.0
20912026-05-22T00:42:18.367Z Compiling psl-types v2.0.11
20922026-05-22T00:42:18.416Z Compiling base16ct v0.2.0
20932026-05-22T00:42:18.530Z Compiling publicsuffix v2.3.0
20942026-05-22T00:42:18.545Z Compiling sec1 v0.7.3
20952026-05-22T00:42:18.586Z Compiling group v0.13.0
20962026-05-22T00:42:18.653Z Compiling postgres-protocol v0.6.10
20972026-05-22T00:42:18.681Z Compiling num-iter v0.1.45
20982026-05-22T00:42:19.088Z Compiling newtype-uuid v1.3.2
20992026-05-22T00:42:19.181Z Compiling rand v0.8.6
21002026-05-22T00:42:19.344Z Compiling oxnet v0.1.5
21012026-05-22T00:42:19.461Z Compiling anstream v1.0.0
21022026-05-22T00:42:19.768Z Compiling hyper-tls v0.6.0
21032026-05-22T00:42:19.784Z Compiling derive_builder v0.20.2
21042026-05-22T00:42:19.818Z Compiling heck v0.4.1
21052026-05-22T00:42:19.858Z Compiling phf_shared v0.13.1
21062026-05-22T00:42:19.918Z Compiling pin-project v1.1.11
21072026-05-22T00:42:20.011Z Compiling lazy_static v1.5.0
21082026-05-22T00:42:20.081Z Compiling anstyle-parse v0.2.7
21092026-05-22T00:42:20.151Z Compiling terminal_size v0.4.3
21102026-05-22T00:42:20.181Z Compiling serde_with_macros v3.17.0
21112026-05-22T00:42:20.203Z Compiling futures-executor v0.3.32
21122026-05-22T00:42:20.219Z Compiling hex v0.4.3
21132026-05-22T00:42:20.407Z Compiling flate2 v1.1.9
21142026-05-22T00:42:20.450Z Compiling cargo-platform v0.1.9
21152026-05-22T00:42:20.480Z Compiling hkdf v0.12.4
21162026-05-22T00:42:20.537Z Compiling crypto-bigint v0.5.5
21172026-05-22T00:42:20.609Z Compiling clap_derive v4.6.1
21182026-05-22T00:42:20.626Z Compiling enum-as-inner v0.6.1
21192026-05-22T00:42:20.643Z Compiling serde_repr v0.1.20
21202026-05-22T00:42:20.690Z Compiling async-recursion v1.1.1
21212026-05-22T00:42:20.731Z Compiling vergen v9.0.6
21222026-05-22T00:42:20.817Z Compiling libbz2-rs-sys v0.2.2
21232026-05-22T00:42:21.140Z Compiling foldhash v0.2.0
21242026-05-22T00:42:21.178Z Compiling foldhash v0.1.5
21252026-05-22T00:42:21.321Z Compiling managed v0.8.0
21262026-05-22T00:42:21.371Z Compiling bumpalo v3.20.2
21272026-05-22T00:42:21.374Z Compiling bitflags v1.3.2
21282026-05-22T00:42:21.406Z Compiling same-file v1.0.6
21292026-05-22T00:42:21.477Z Compiling clap_lex v1.0.0
21302026-05-22T00:42:21.495Z Compiling elliptic-curve v0.13.8
21312026-05-22T00:42:21.585Z Compiling zopfli v0.8.3
21322026-05-22T00:42:21.618Z Compiling walkdir v2.5.0
21332026-05-22T00:42:21.652Z Compiling clap_builder v4.6.0
21342026-05-22T00:42:21.710Z Compiling hashbrown v0.15.5
21352026-05-22T00:42:21.922Z Compiling hashbrown v0.16.1
21362026-05-22T00:42:22.154Z Compiling bzip2 v0.6.1
21372026-05-22T00:42:22.367Z Compiling cargo_metadata v0.19.2
21382026-05-22T00:42:22.370Z Compiling futures v0.3.32
21392026-05-22T00:42:22.468Z Compiling anstream v0.6.21
21402026-05-22T00:42:22.471Z Compiling zstd v0.13.3
21412026-05-22T00:42:22.759Z Compiling phf v0.13.1
21422026-05-22T00:42:22.780Z Compiling snafu v0.8.9
21432026-05-22T00:42:23.118Z Compiling signal-hook-mio v0.2.5
21442026-05-22T00:42:23.141Z Compiling daft v0.1.7
21452026-05-22T00:42:23.162Z Compiling cookie_store v0.22.1
21462026-05-22T00:42:23.259Z Compiling postgres-types v0.2.12
21472026-05-22T00:42:23.444Z Compiling bzip2 v0.4.4
21482026-05-22T00:42:23.485Z Compiling globset v0.4.18
21492026-05-22T00:42:23.515Z Compiling strum v0.27.2
21502026-05-22T00:42:23.703Z Compiling hubpack v0.1.2
21512026-05-22T00:42:23.721Z Compiling ed25519 v2.2.3
21522026-05-22T00:42:23.738Z Compiling phf_shared v0.11.3
21532026-05-22T00:42:23.786Z Compiling crossbeam-epoch v0.9.18
21542026-05-22T00:42:23.821Z Compiling olpc-cjson v0.1.4
21552026-05-22T00:42:23.840Z Compiling pkcs1 v0.7.5
21562026-05-22T00:42:23.955Z Compiling pem v3.0.6
21572026-05-22T00:42:24.016Z Compiling serde_plain v1.0.2
21582026-05-22T00:42:24.081Z Compiling serde-big-array v0.5.1
21592026-05-22T00:42:24.122Z Compiling rfc6979 v0.4.0
21602026-05-22T00:42:24.137Z Compiling float-cmp v0.10.0
21612026-05-22T00:42:24.220Z Compiling memmap2 v0.9.10
21622026-05-22T00:42:24.237Z Compiling env_filter v1.0.0
21632026-05-22T00:42:24.256Z Compiling data-encoding v2.10.0
21642026-05-22T00:42:24.273Z Compiling difflib v0.4.0
21652026-05-22T00:42:24.273Z Compiling fixedbitset v0.5.7
21662026-05-22T00:42:24.343Z Compiling precomputed-hash v0.1.1
21672026-05-22T00:42:24.441Z Compiling keccak v0.1.6
21682026-05-22T00:42:24.465Z Compiling new_debug_unreachable v1.0.6
21692026-05-22T00:42:24.469Z Compiling toml_write v0.1.2
21702026-05-22T00:42:24.535Z Compiling typed-path v0.9.3
21712026-05-22T00:42:24.553Z Compiling normalize-line-endings v0.3.0
21722026-05-22T00:42:24.582Z Compiling predicates-core v1.0.10
21732026-05-22T00:42:24.617Z Compiling jiff v0.2.21
21742026-05-22T00:42:24.670Z Compiling static_assertions v1.1.0
21752026-05-22T00:42:24.685Z Compiling fixedbitset v0.4.2
21762026-05-22T00:42:24.700Z Compiling whoami v2.1.0
21772026-05-22T00:42:24.742Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21782026-05-22T00:42:24.758Z Compiling predicates v3.1.4
21792026-05-22T00:42:24.761Z Compiling toml_edit v0.22.27
21802026-05-22T00:42:24.789Z Compiling sha3 v0.10.8
21812026-05-22T00:42:24.805Z Compiling hickory-proto v0.25.2
21822026-05-22T00:42:24.905Z Compiling petgraph v0.6.5
21832026-05-22T00:42:24.984Z Compiling tokio-postgres v0.7.16
21842026-05-22T00:42:25.054Z Compiling string_cache v0.8.9
21852026-05-22T00:42:25.073Z Compiling petgraph v0.8.3
21862026-05-22T00:42:25.354Z Compiling env_logger v0.11.9
21872026-05-22T00:42:25.669Z Compiling usdt v0.6.0
21882026-05-22T00:42:25.703Z Compiling ecdsa v0.16.9
21892026-05-22T00:42:25.852Z Compiling rsa v0.9.10
21902026-05-22T00:42:25.942Z Compiling ed25519-dalek v2.2.0
21912026-05-22T00:42:26.613Z Compiling zip v0.6.6
21922026-05-22T00:42:26.650Z Compiling crossterm v0.28.1
21932026-05-22T00:42:26.984Z Compiling iddqd v0.4.1
21942026-05-22T00:42:27.083Z Compiling clap v4.6.1
21952026-05-22T00:42:27.163Z Compiling zip v4.6.1
21962026-05-22T00:42:27.445Z Compiling serde_with v3.17.0
21972026-05-22T00:42:27.490Z Compiling similar v2.7.0
21982026-05-22T00:42:27.529Z Compiling strum v0.26.3
21992026-05-22T00:42:27.643Z Compiling toml v0.7.8
22002026-05-22T00:42:27.754Z Compiling tokio-stream v0.1.18
22012026-05-22T00:42:27.837Z Compiling itertools v0.13.0
22022026-05-22T00:42:28.098Z Compiling buf-list v1.1.2
22032026-05-22T00:42:28.293Z Compiling x509-cert v0.2.5
22042026-05-22T00:42:28.328Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
22052026-05-22T00:42:28.377Z Compiling openapiv3 v2.2.0
22062026-05-22T00:42:28.602Z Compiling sha1 v0.10.6
22072026-05-22T00:42:28.955Z Compiling peg-runtime v0.8.5
22082026-05-22T00:42:29.194Z Compiling lalrpop-util v0.19.12
22092026-05-22T00:42:43.983Z Compiling rustls-webpki v0.103.9
22102026-05-22T00:42:45.323Z Compiling macaddr v1.0.1
22112026-05-22T00:42:45.367Z Compiling structmeta-derive v0.3.0
22122026-05-22T00:42:45.461Z Compiling crucible-workspace-hack v0.1.0
22132026-05-22T00:42:45.498Z Compiling rayon-core v1.13.0
22142026-05-22T00:42:45.623Z Compiling itertools v0.14.0
22152026-05-22T00:42:45.682Z Compiling secrecy v0.10.3
22162026-05-22T00:42:45.698Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22172026-05-22T00:42:45.738Z Compiling rustls v0.22.4
22182026-05-22T00:42:45.903Z Compiling heapless v0.8.0
22192026-05-22T00:42:45.967Z Compiling crossbeam-deque v0.8.6
22202026-05-22T00:42:46.012Z Compiling toml_edit v0.23.10+spec-1.0.0
22212026-05-22T00:42:46.036Z Compiling rustls-webpki v0.102.8
22222026-05-22T00:42:46.112Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22232026-05-22T00:42:46.223Z Compiling hash32 v0.3.1
22242026-05-22T00:42:46.281Z Compiling multer v3.1.0
22252026-05-22T00:42:46.363Z Compiling structmeta v0.3.0
22262026-05-22T00:42:46.397Z Compiling thread_local v1.1.9
22272026-05-22T00:42:46.414Z Compiling smoltcp v0.11.0
22282026-05-22T00:42:46.447Z Compiling slog-async v2.8.0
22292026-05-22T00:42:46.506Z Compiling match_cfg v0.1.0
22302026-05-22T00:42:46.522Z Compiling unicode-width v0.2.0
22312026-05-22T00:42:46.586Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22322026-05-22T00:42:46.608Z Compiling compression-core v0.4.31
22332026-05-22T00:42:46.769Z Compiling compression-codecs v0.4.37
22342026-05-22T00:42:46.789Z Compiling derive-ex v0.1.8
22352026-05-22T00:42:46.806Z Compiling hostname v0.3.1
22362026-05-22T00:42:46.824Z Compiling proc-macro-crate v3.4.0
22372026-05-22T00:42:46.905Z Compiling ingot-macros v0.1.1
22382026-05-22T00:42:46.939Z Compiling slog-json v2.6.1
22392026-05-22T00:42:46.987Z Compiling crossbeam-channel v0.5.15
22402026-05-22T00:42:47.156Z Compiling half v2.7.1
22412026-05-22T00:42:47.210Z Compiling newtype-uuid-macros v0.1.0
22422026-05-22T00:42:47.269Z Compiling cobs v0.3.0
22432026-05-22T00:42:47.399Z Compiling thiserror-impl-no-std v2.0.2
22442026-05-22T00:42:47.542Z Compiling universal-hash v0.5.1
22452026-05-22T00:42:47.602Z Compiling async-stream-impl v0.3.6
22462026-05-22T00:42:47.710Z Compiling serde_spanned v1.0.4
22472026-05-22T00:42:47.730Z Compiling toml_datetime v1.0.0+spec-1.1.0
22482026-05-22T00:42:47.889Z Compiling tokio-rustls v0.26.4
22492026-05-22T00:42:47.910Z Compiling rustls-platform-verifier v0.6.2
22502026-05-22T00:42:47.961Z Compiling is-terminal v0.4.17
22512026-05-22T00:42:48.082Z Compiling dropshot v0.17.0
22522026-05-22T00:42:48.144Z Compiling hyper-rustls v0.27.7
22532026-05-22T00:42:48.185Z Compiling proc-macro-error-attr v1.0.4
22542026-05-22T00:42:48.188Z Compiling toml_writer v1.0.6+spec-1.1.0
22552026-05-22T00:42:48.188Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
22562026-05-22T00:42:48.319Z Compiling term v1.2.1
22572026-05-22T00:42:48.336Z Compiling opaque-debug v0.3.1
22582026-05-22T00:42:48.400Z Compiling reqwest v0.12.28
22592026-05-22T00:42:48.424Z Compiling reqwest v0.13.2
22602026-05-22T00:42:48.440Z Compiling convert_case v0.4.0
22612026-05-22T00:42:48.487Z Compiling take_mut v0.2.2
22622026-05-22T00:42:48.503Z Compiling ciborium-io v0.2.2
22632026-05-22T00:42:48.519Z Compiling thiserror-no-std v2.0.2
22642026-05-22T00:42:48.578Z Compiling toml v1.0.6+spec-1.1.0
22652026-05-22T00:42:48.619Z Compiling ciborium-ll v0.2.2
22662026-05-22T00:42:48.672Z Compiling slog-term v2.9.2
22672026-05-22T00:42:48.773Z Compiling derive_more v0.99.20
22682026-05-22T00:42:48.910Z Compiling poly1305 v0.8.0
22692026-05-22T00:42:48.996Z Compiling tokio-rustls v0.25.0
22702026-05-22T00:42:49.259Z Compiling test-strategy v0.4.5
22712026-05-22T00:42:49.534Z Compiling ingot-types v0.1.2
22722026-05-22T00:42:49.553Z Compiling async-stream v0.3.6
22732026-05-22T00:42:49.576Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22742026-05-22T00:42:49.772Z Compiling postcard v1.1.3
22752026-05-22T00:42:49.919Z Compiling num_enum_derive v0.7.6
22762026-05-22T00:42:50.002Z Compiling tough v0.22.0
22772026-05-22T00:42:50.133Z Compiling ingot v0.1.1
22782026-05-22T00:42:50.167Z Compiling slog-bunyan v2.5.0
22792026-05-22T00:42:50.369Z Compiling async-compression v0.4.41
22802026-05-22T00:42:50.848Z Compiling parse-display-derive v0.10.0
22812026-05-22T00:42:50.891Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22822026-05-22T00:42:50.955Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22832026-05-22T00:42:50.974Z Compiling proc-macro-crate v1.3.1
22842026-05-22T00:42:51.229Z Compiling backon v1.6.0
22852026-05-22T00:42:51.329Z Compiling waitgroup v0.1.2
22862026-05-22T00:42:51.348Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22872026-05-22T00:42:51.519Z Compiling password-hash v0.5.0
22882026-05-22T00:42:51.590Z Compiling chacha20 v0.9.1
22892026-05-22T00:42:51.654Z Compiling dropshot_endpoint v0.17.0
22902026-05-22T00:42:51.767Z Compiling rustls-pemfile v2.2.0
22912026-05-22T00:42:51.857Z Compiling blake2 v0.10.6
22922026-05-22T00:42:51.903Z Compiling aead v0.5.2
22932026-05-22T00:42:52.071Z Compiling foreign-types-macros v0.2.3
22942026-05-22T00:42:52.118Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22952026-05-22T00:42:52.360Z Compiling serde_path_to_error v0.1.20
22962026-05-22T00:42:52.363Z Compiling hostname v0.4.2
22972026-05-22T00:42:52.384Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22982026-05-22T00:42:52.470Z Compiling proc-macro-error v1.0.4
22992026-05-22T00:42:52.492Z Compiling instant v0.1.13
23002026-05-22T00:42:52.508Z Compiling cpufeatures v0.3.0
23012026-05-22T00:42:52.561Z Compiling typeid v1.0.3
23022026-05-22T00:42:52.564Z Compiling debug-ignore v1.0.5
23032026-05-22T00:42:52.607Z Compiling foreign-types-shared v0.3.1
23042026-05-22T00:42:52.642Z Compiling chacha20 v0.10.0
23052026-05-22T00:42:52.684Z Compiling backoff v0.4.0
23062026-05-22T00:42:52.700Z Compiling foreign-types v0.5.0
23072026-05-22T00:42:52.703Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23082026-05-22T00:42:52.716Z Compiling parse-display v0.10.0
23092026-05-22T00:42:52.749Z Compiling argon2 v0.5.3
23102026-05-22T00:42:52.804Z Compiling chacha20poly1305 v0.10.1
23112026-05-22T00:42:52.820Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23122026-05-22T00:42:52.836Z Compiling num_enum_derive v0.5.11
23132026-05-22T00:42:52.851Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23142026-05-22T00:42:52.927Z Compiling num_enum v0.7.6
23152026-05-22T00:42:52.942Z Compiling ciborium v0.2.2
23162026-05-22T00:42:52.979Z Compiling vsss-rs v3.3.4
23172026-05-22T00:42:53.193Z Compiling tabwriter v1.4.1
23182026-05-22T00:42:53.235Z Compiling regress v0.10.5
23192026-05-22T00:42:53.585Z Compiling byte-wrapper v0.1.0
23202026-05-22T00:42:53.624Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23212026-05-22T00:42:53.651Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
23222026-05-22T00:42:53.795Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23232026-05-22T00:42:53.812Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23242026-05-22T00:42:53.815Z Compiling cstr-argument v0.1.2
23252026-05-22T00:42:53.847Z Compiling erased-serde v0.4.9
23262026-05-22T00:42:53.987Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23272026-05-22T00:42:54.023Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ca2cb23e)
23282026-05-22T00:42:54.194Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23292026-05-22T00:42:54.252Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23302026-05-22T00:42:54.273Z Compiling num_enum v0.5.11
23312026-05-22T00:42:54.411Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
23322026-05-22T00:42:54.448Z Compiling rand v0.10.1
23332026-05-22T00:42:54.466Z Compiling rayon v1.11.0
23342026-05-22T00:42:54.494Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
23352026-05-22T00:42:54.510Z Compiling libefi-sys v0.1.0
23362026-05-22T00:42:54.574Z Compiling colored v3.1.1
23372026-05-22T00:42:54.633Z Compiling winnow v1.0.3
23382026-05-22T00:42:54.665Z Compiling indent_write v2.2.0
23392026-05-22T00:42:54.668Z Compiling zone_cfg_derive v0.3.1
23402026-05-22T00:42:54.744Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23412026-05-22T00:42:54.840Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23422026-05-22T00:42:54.878Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23432026-05-22T00:42:54.975Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23442026-05-22T00:42:55.109Z Compiling camino-tempfile v1.4.1
23452026-05-22T00:42:55.217Z Compiling itertools v0.12.1
23462026-05-22T00:42:55.260Z Compiling usdt-attr-macro v0.5.0
23472026-05-22T00:42:55.276Z Compiling usdt-macro v0.5.0
23482026-05-22T00:42:55.313Z Compiling num-derive v0.4.2
23492026-05-22T00:42:55.436Z Compiling bitfield-struct v0.6.2
23502026-05-22T00:42:55.452Z Compiling blake3 v1.8.3
23512026-05-22T00:42:55.521Z Compiling ordered-float v2.10.1
23522026-05-22T00:42:55.823Z Compiling memmap v0.7.0
23532026-05-22T00:42:55.971Z Compiling sigpipe v0.1.3
23542026-05-22T00:42:56.018Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23552026-05-22T00:42:56.074Z Compiling glob v0.3.3
23562026-05-22T00:42:56.090Z Compiling swrite v0.1.0
23572026-05-22T00:42:56.107Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23582026-05-22T00:42:56.124Z Compiling usdt v0.5.0
23592026-05-22T00:42:56.208Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23602026-05-22T00:42:56.266Z Compiling serde-value v0.7.0
23612026-05-22T00:42:56.442Z Compiling serde-untagged v0.1.9
23622026-05-22T00:42:56.612Z Compiling zone v0.3.1
23632026-05-22T00:42:56.662Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23642026-05-22T00:42:56.786Z Compiling toml v0.8.23
23652026-05-22T00:42:56.813Z Compiling smf v0.2.3
23662026-05-22T00:42:56.910Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23672026-05-22T00:42:56.960Z Compiling filetime v0.2.27
23682026-05-22T00:42:56.981Z Compiling arrayref v0.3.9
23692026-05-22T00:42:56.998Z Compiling arrayvec v0.7.6
23702026-05-22T00:42:57.013Z Compiling whoami v1.6.1
23712026-05-22T00:42:57.016Z Compiling unicode-xid v0.2.6
23722026-05-22T00:42:57.077Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23732026-05-22T00:42:57.178Z Compiling constant_time_eq v0.4.2
23742026-05-22T00:42:57.193Z Compiling xattr v1.6.1
23752026-05-22T00:42:57.211Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23762026-05-22T00:42:57.245Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23772026-05-22T00:42:57.261Z Compiling cargo-util-schemas v0.8.2
23782026-05-22T00:42:57.393Z Compiling tar v0.4.45
23792026-05-22T00:42:57.509Z Compiling tokio-dtrace v0.1.1
23802026-05-22T00:42:57.526Z Compiling console v0.16.2
23812026-05-22T00:42:57.863Z Compiling gethostname v0.5.0
23822026-05-22T00:42:57.933Z Compiling cargo-platform v0.2.0
23832026-05-22T00:42:57.957Z Compiling topological-sort v0.2.2
23842026-05-22T00:42:57.982Z Compiling unit-prefix v0.5.2
23852026-05-22T00:42:58.025Z Compiling oxide-tokio-rt v0.1.4
23862026-05-22T00:42:58.148Z Compiling indicatif v0.18.4
23872026-05-22T00:42:58.164Z Compiling shell-words v1.1.1
23882026-05-22T00:42:58.216Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23892026-05-22T00:42:58.508Z Compiling cargo_metadata v0.21.0
23902026-05-22T00:43:07.943Z Compiling progenitor-client v0.10.0
23912026-05-22T00:43:07.944Z Compiling omicron-zone-package v0.12.2
23922026-05-22T00:43:07.961Z Compiling progenitor-client v0.14.0
23932026-05-22T00:43:08.466Z Compiling progenitor-extras v0.2.0
23942026-05-22T00:43:10.621Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23952026-05-22T00:43:10.639Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23962026-05-22T00:43:10.681Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23972026-05-22T00:43:10.708Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23982026-05-22T00:43:10.805Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23992026-05-22T00:43:10.866Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24002026-05-22T00:43:10.934Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24012026-05-22T00:43:10.953Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24022026-05-22T00:43:11.051Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24032026-05-22T00:43:15.025Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24042026-05-22T00:43:22.601Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24052026-05-22T00:43:25.675Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24062026-05-22T00:43:26.646Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24072026-05-22T00:43:36.419Z Finished `release` profile [optimized] target(s) in 1m 43s
24082026-05-22T00:43:36.581Z Running `target/release/omicron-package -t test target create -p dev`
24092026-05-22T00:43:36.650ZLogging to: /work/oxidecomputer/omicron/out/LOG
24102026-05-22T00:43:36.653ZCreated new build target 'test' and set it as active
24112026-05-22T00:43:36.656Z
24122026-05-22T00:43:36.656Zreal 1:44.154436761
24132026-05-22T00:43:36.656Zuser 17:00.383607108
24142026-05-22T00:43:36.656Zsys 2:38.121789258
24152026-05-22T00:43:36.656Ztrap 0.467907350
24162026-05-22T00:43:36.656Ztflt 2.863848539
24172026-05-22T00:43:36.656Zdflt 4.240977151
24182026-05-22T00:43:36.656Zkflt 0.000632620
24192026-05-22T00:43:36.656Zlock 52:52.103830313
24202026-05-22T00:43:36.657Zslp 43:16.930013535
24212026-05-22T00:43:36.657Zlat 41.755492472
24222026-05-22T00:43:36.657Zstop 5:33.407909896
24232026-05-22T00:43:36.657Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24242026-05-22T00:43:37.581Z Finished `release` profile [optimized] target(s) in 0.91s
24252026-05-22T00:43:37.662Z Running `target/release/omicron-package -t test package`
24262026-05-22T00:43:37.722ZLogging to: /work/oxidecomputer/omicron/out/LOG
24272026-05-22T00:43:39.272Z Compiling heck v0.5.0
24282026-05-22T00:43:39.276Z Compiling regress v0.11.1
24292026-05-22T00:43:39.276Z Compiling unsafe-libyaml v0.2.11
24302026-05-22T00:43:39.552Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24312026-05-22T00:43:39.552Z Compiling regress v0.10.5
24322026-05-22T00:43:39.598Z Compiling unicode-width v0.1.14
24332026-05-22T00:43:39.620Z Compiling is-terminal v0.4.17
24342026-05-22T00:43:39.623Z Compiling prettyplease v0.2.37
24352026-05-22T00:43:39.623Z Compiling derive-where v1.6.0
24362026-05-22T00:43:39.661Z Compiling num-rational v0.4.2
24372026-05-22T00:43:39.664Z Compiling num-complex v0.4.6
24382026-05-22T00:43:39.682Z Compiling rustls v0.22.4
24392026-05-22T00:43:39.685Z Compiling rustls-webpki v0.102.8
24402026-05-22T00:43:39.685Z Compiling thread_local v1.1.9
24412026-05-22T00:43:39.685Z Compiling compression-core v0.4.31
24422026-05-22T00:43:39.771Z Compiling match_cfg v0.1.0
24432026-05-22T00:43:39.793Z Compiling bytecount v0.6.9
24442026-05-22T00:43:39.867Z Compiling float-ord v0.3.2
24452026-05-22T00:43:39.926Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24462026-05-22T00:43:39.949Z Compiling hostname v0.3.1
24472026-05-22T00:43:39.953Z Compiling compression-codecs v0.4.37
24482026-05-22T00:43:39.992Z Compiling multer v3.1.0
24492026-05-22T00:43:40.013Z Compiling serde_yaml v0.9.34+deprecated
24502026-05-22T00:43:40.036Z Compiling slog-async v2.8.0
24512026-05-22T00:43:40.060Z Compiling crossbeam-channel v0.5.15
24522026-05-22T00:43:40.083Z Compiling slog-json v2.6.1
24532026-05-22T00:43:40.105Z Compiling toml_datetime v1.0.0+spec-1.1.0
24542026-05-22T00:43:40.129Z Compiling serde_spanned v1.0.4
24552026-05-22T00:43:40.178Z Compiling term v1.2.1
24562026-05-22T00:43:40.223Z Compiling num v0.4.3
24572026-05-22T00:43:40.313Z Compiling toml_writer v1.0.6+spec-1.1.0
24582026-05-22T00:43:40.335Z Compiling take_mut v0.2.2
24592026-05-22T00:43:40.339Z Compiling slog-bunyan v2.5.0
24602026-05-22T00:43:40.412Z Compiling async-compression v0.4.41
24612026-05-22T00:43:40.495Z Compiling slog-term v2.9.2
24622026-05-22T00:43:40.515Z Compiling toml v1.0.6+spec-1.1.0
24632026-05-22T00:43:40.594Z Compiling console v0.15.11
24642026-05-22T00:43:40.691Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24652026-05-22T00:43:40.713Z Compiling dropshot v0.17.0
24662026-05-22T00:43:40.744Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24672026-05-22T00:43:40.781Z Compiling async-stream v0.3.6
24682026-05-22T00:43:40.855Z Compiling progenitor-client v0.14.0
24692026-05-22T00:43:40.886Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24702026-05-22T00:43:40.908Z Compiling waitgroup v0.1.2
24712026-05-22T00:43:40.937Z Compiling backon v1.6.0
24722026-05-22T00:43:40.968Z Compiling rustls-pemfile v2.2.0
24732026-05-22T00:43:40.992Z Compiling serde_path_to_error v0.1.20
24742026-05-22T00:43:41.017Z Compiling typify-impl v0.6.2
24752026-05-22T00:43:41.074Z Compiling hostname v0.4.2
24762026-05-22T00:43:41.096Z Compiling instant v0.1.13
24772026-05-22T00:43:41.175Z Compiling debug-ignore v1.0.5
24782026-05-22T00:43:41.197Z Compiling backoff v0.4.0
24792026-05-22T00:43:41.197Z Compiling progenitor-extras v0.2.0
24802026-05-22T00:43:41.243Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24812026-05-22T00:43:41.314Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24822026-05-22T00:43:41.366Z Compiling parse-display v0.10.0
24832026-05-22T00:43:41.366Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24842026-05-22T00:43:41.481Z Compiling newline-converter v0.3.0
24852026-05-22T00:43:41.507Z Compiling atomicwrites v0.4.4
24862026-05-22T00:43:41.550Z Compiling progenitor-client v0.10.0
24872026-05-22T00:43:41.628Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
24882026-05-22T00:43:41.679Z Compiling macaddr v1.0.1
24892026-05-22T00:43:41.719Z Compiling expectorate v1.2.0
24902026-05-22T00:43:41.872Z Compiling slog-dtrace v0.3.0
24912026-05-22T00:43:41.924Z Compiling progenitor-client v0.13.0
24922026-05-22T00:43:41.947Z Compiling cancel-safe-futures v0.1.5
24932026-05-22T00:43:41.972Z Compiling resolv-conf v0.7.6
24942026-05-22T00:43:41.998Z Compiling owo-colors v4.3.0
24952026-05-22T00:43:42.022Z Compiling libsw-core v0.3.2
24962026-05-22T00:43:42.114Z Compiling tokio-rustls v0.25.0
24972026-05-22T00:43:42.192Z Compiling minimal-lexical v0.2.1
24982026-05-22T00:43:42.261Z Compiling libsw v3.5.0
24992026-05-22T00:43:42.475Z Compiling nom v7.1.3
25002026-05-22T00:43:42.479Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25012026-05-22T00:43:42.524Z Compiling toml v0.8.23
25022026-05-22T00:43:42.527Z Compiling num-derive v0.3.3
25032026-05-22T00:43:42.627Z Compiling linear-map v1.2.0
25042026-05-22T00:43:42.691Z Compiling linked-hash-map v0.5.6
25052026-05-22T00:43:42.866Z Compiling hickory-proto v0.24.4
25062026-05-22T00:43:42.887Z Compiling unicode-xid v0.2.6
25072026-05-22T00:43:42.941Z Compiling lru-cache v0.1.2
25082026-05-22T00:43:42.964Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25092026-05-22T00:43:43.045Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25102026-05-22T00:43:43.123Z Compiling csv-core v0.1.13
25112026-05-22T00:43:43.147Z Compiling termtree v0.5.1
25122026-05-22T00:43:43.196Z Compiling highway v1.3.0
25132026-05-22T00:43:43.349Z Compiling csv v1.4.0
25142026-05-22T00:43:43.431Z Compiling papergrid v0.11.0
25152026-05-22T00:43:43.454Z Compiling libscf-sys v1.1.0
25162026-05-22T00:43:43.567Z Compiling tabled_derive v0.7.0
25172026-05-22T00:43:43.628Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25182026-05-22T00:43:43.853Z Compiling phf_shared v0.12.1
25192026-05-22T00:43:43.925Z Compiling tagptr v0.2.0
25202026-05-22T00:43:43.983Z Compiling chrono-tz v0.10.4
25212026-05-22T00:43:44.050Z Compiling phf v0.12.1
25222026-05-22T00:43:44.102Z Compiling moka v0.12.13
25232026-05-22T00:43:44.125Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25242026-05-22T00:43:44.232Z Compiling const_format_proc_macros v0.2.34
25252026-05-22T00:43:44.253Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25262026-05-22T00:43:44.472Z Compiling tabled v0.15.0
25272026-05-22T00:43:44.551Z Compiling typify-macro v0.6.2
25282026-05-22T00:43:44.696Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25292026-05-22T00:43:44.989Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25302026-05-22T00:43:45.016Z Compiling const_format v0.2.35
25312026-05-22T00:43:45.248Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25322026-05-22T00:43:45.359Z Compiling hickory-resolver v0.24.4
25332026-05-22T00:43:45.519Z Compiling hickory-resolver v0.25.2
25342026-05-22T00:43:46.098Z Compiling typify v0.6.2
25352026-05-22T00:43:46.335Z Compiling progenitor-impl v0.14.0
25362026-05-22T00:43:46.981Z Compiling progenitor-impl v0.13.0
25372026-05-22T00:43:48.542Z Compiling progenitor-macro v0.14.0
25382026-05-22T00:43:48.746Z Compiling qorb v0.4.1
25392026-05-22T00:43:49.213Z Compiling progenitor-macro v0.13.0
25402026-05-22T00:43:49.305Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25412026-05-22T00:43:50.685Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25422026-05-22T00:43:51.497Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25432026-05-22T00:43:52.054Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25442026-05-22T00:43:52.236Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25452026-05-22T00:43:52.365Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25462026-05-22T00:43:52.490Z Compiling bcs v0.1.6
25472026-05-22T00:43:52.638Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25482026-05-22T00:43:52.661Z Compiling progenitor v0.14.0
25492026-05-22T00:43:52.837Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25502026-05-22T00:43:53.179Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25512026-05-22T00:43:53.294Z Compiling progenitor v0.13.0
25522026-05-22T00:43:53.472Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25532026-05-22T00:43:53.721Z Compiling semver v0.1.20
25542026-05-22T00:43:54.005Z Compiling rustc_version v0.1.7
25552026-05-22T00:43:54.190Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25562026-05-22T00:43:54.246Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25572026-05-22T00:43:54.439Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25582026-05-22T00:43:54.787Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25592026-05-22T00:43:55.074Z Compiling newtype_derive v0.1.6
25602026-05-22T00:43:55.335Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25612026-05-22T00:43:56.244Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25622026-05-22T00:43:56.769Z Compiling convert_case v0.10.0
25632026-05-22T00:43:57.075Z Compiling humantime v2.3.0
25642026-05-22T00:43:57.240Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25652026-05-22T00:43:57.484Z Compiling smawk v0.3.2
25662026-05-22T00:43:57.582Z Compiling unicode-linebreak v0.1.5
25672026-05-22T00:43:57.689Z Compiling derive_more-impl v2.1.1
25682026-05-22T00:43:57.869Z Compiling textwrap v0.16.2
25692026-05-22T00:43:57.899Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25702026-05-22T00:43:58.194Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25712026-05-22T00:43:58.238Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25722026-05-22T00:43:58.484Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25732026-05-22T00:43:58.751Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25742026-05-22T00:43:58.972Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25752026-05-22T00:43:59.312Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25762026-05-22T00:43:59.492Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2220683020225d822150ded8d87c87d3bcddfded#22206830)
25772026-05-22T00:44:00.007Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25782026-05-22T00:44:00.104Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25792026-05-22T00:44:00.365Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25802026-05-22T00:44:00.626Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25812026-05-22T00:44:00.806Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25822026-05-22T00:44:01.178Z Compiling derive_more v2.1.1
25832026-05-22T00:44:01.211Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25842026-05-22T00:44:01.274Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25852026-05-22T00:44:01.297Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25862026-05-22T00:44:01.346Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25872026-05-22T00:44:01.435Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25882026-05-22T00:44:01.478Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25892026-05-22T00:44:01.516Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25902026-05-22T00:44:01.645Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25912026-05-22T00:44:01.746Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25922026-05-22T00:44:01.798Z Compiling steno v0.4.1
25932026-05-22T00:44:02.237Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25942026-05-22T00:44:02.562Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25952026-05-22T00:44:03.555Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25962026-05-22T00:44:03.841Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25972026-05-22T00:44:04.252Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25982026-05-22T00:44:04.439Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25992026-05-22T00:44:04.509Z Compiling crossterm v0.29.0
26002026-05-22T00:44:05.100Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
26012026-05-22T00:44:05.988Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
26022026-05-22T00:44:07.446Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26032026-05-22T00:44:07.588Z Compiling vte v0.14.1
26042026-05-22T00:44:07.662Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26052026-05-22T00:44:07.687Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26062026-05-22T00:44:07.877Z Compiling strip-ansi-escapes v0.2.1
26072026-05-22T00:44:07.988Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26082026-05-22T00:44:08.319Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26092026-05-22T00:44:08.452Z Compiling fd-lock v4.0.4
26102026-05-22T00:44:08.632Z Compiling peg-macros v0.8.5
26112026-05-22T00:44:08.802Z Compiling nu-ansi-term v0.50.3
26122026-05-22T00:44:09.150Z Compiling reedline v0.40.0
26132026-05-22T00:44:09.384Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
26142026-05-22T00:44:09.888Z Compiling peg v0.8.5
26152026-05-22T00:44:09.999Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
26162026-05-22T00:44:10.311Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26172026-05-22T00:44:10.806Z Compiling nom v8.0.0
26182026-05-22T00:44:10.831Z Compiling ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2220683020225d822150ded8d87c87d3bcddfded#22206830)
26192026-05-22T00:44:11.372Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
26202026-05-22T00:44:11.610Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26212026-05-22T00:44:11.876Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26222026-05-22T00:44:11.997Z Compiling dropshot-api-manager-types v0.7.1
26232026-05-22T00:44:12.065Z Compiling base64 v0.21.7
26242026-05-22T00:44:12.614Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26252026-05-22T00:44:12.638Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26262026-05-22T00:44:12.763Z Compiling utf-8 v0.7.6
26272026-05-22T00:44:12.912Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26282026-05-22T00:44:13.029Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26292026-05-22T00:44:13.089Z Compiling tungstenite v0.21.0
26302026-05-22T00:44:13.202Z Compiling radium v0.7.0
26312026-05-22T00:44:13.210Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2220683020225d822150ded8d87c87d3bcddfded#22206830)
26322026-05-22T00:44:13.501Z Compiling tap v1.0.1
26332026-05-22T00:44:13.524Z Compiling maybe-uninit v2.0.0
26342026-05-22T00:44:13.660Z Compiling wyz v0.5.1
26352026-05-22T00:44:13.685Z Compiling tokio-tungstenite v0.21.0
26362026-05-22T00:44:13.898Z Compiling zerocopy-derive v0.6.6
26372026-05-22T00:44:13.924Z Compiling packed_struct v0.10.1
26382026-05-22T00:44:13.975Z Compiling crc-catalog v2.4.0
26392026-05-22T00:44:14.104Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26402026-05-22T00:44:14.127Z Compiling funty v2.0.0
26412026-05-22T00:44:14.214Z Compiling display-error-chain v0.2.2
26422026-05-22T00:44:14.447Z Compiling crc v3.4.0
26432026-05-22T00:44:14.691Z Compiling bitvec v1.0.1
26442026-05-22T00:44:14.716Z Compiling zerocopy v0.6.6
26452026-05-22T00:44:15.192Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26462026-05-22T00:44:15.214Z Compiling packed_struct_codegen v0.10.1
26472026-05-22T00:44:15.301Z Compiling bitfield-macros v0.19.4
26482026-05-22T00:44:16.002Z Compiling proc-macro-error-attr2 v2.0.0
26492026-05-22T00:44:16.229Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26502026-05-22T00:44:16.409Z Compiling indexmap v1.9.3
26512026-05-22T00:44:16.412Z Compiling nodrop v0.1.14
26522026-05-22T00:44:16.568Z Compiling array-init v0.0.4
26532026-05-22T00:44:16.689Z Compiling proc-macro-error2 v2.0.1
26542026-05-22T00:44:16.975Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
26552026-05-22T00:44:17.054Z Compiling bitfield v0.19.4
26562026-05-22T00:44:17.259Z Compiling smallvec v0.6.14
26572026-05-22T00:44:17.395Z Compiling hashbrown v0.12.3
26582026-05-22T00:44:17.546Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2220683020225d822150ded8d87c87d3bcddfded#22206830)
26592026-05-22T00:44:17.690Z Compiling serde-hex v0.1.0
26602026-05-22T00:44:18.066Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26612026-05-22T00:44:18.102Z Compiling tabled_derive v0.11.0
26622026-05-22T00:44:18.124Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26632026-05-22T00:44:18.540Z Compiling ron v0.8.1
26642026-05-22T00:44:18.563Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26652026-05-22T00:44:18.586Z Compiling typify-impl v0.4.3
26662026-05-22T00:44:19.160Z Compiling papergrid v0.17.0
26672026-05-22T00:44:19.257Z Compiling testing_table v0.3.0
26682026-05-22T00:44:19.528Z Compiling hashbrown v0.13.2
26692026-05-22T00:44:19.694Z Compiling vergen-gitcl v1.0.8
26702026-05-22T00:44:19.819Z Compiling dirs-sys-next v0.1.2
26712026-05-22T00:44:19.938Z Compiling crunchy v0.2.4
26722026-05-22T00:44:20.092Z Compiling crc-any v2.5.0
26732026-05-22T00:44:20.162Z Compiling glob v0.3.3
26742026-05-22T00:44:20.239Z Compiling diesel_derives v2.3.7
26752026-05-22T00:44:20.311Z Compiling maplit v1.0.2
26762026-05-22T00:44:20.435Z Compiling tabled v0.20.0
26772026-05-22T00:44:20.524Z Compiling object v0.30.4
26782026-05-22T00:44:20.550Z Compiling clang-sys v1.8.1
26792026-05-22T00:44:20.571Z Compiling dirs-next v2.0.0
26802026-05-22T00:44:20.759Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26812026-05-22T00:44:20.915Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26822026-05-22T00:44:20.948Z Compiling dsl_auto_type v0.2.0
26832026-05-22T00:44:20.973Z Compiling scheduled-thread-pool v0.2.7
26842026-05-22T00:44:21.447Z Compiling diesel_table_macro_syntax v0.3.0
26852026-05-22T00:44:21.511Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26862026-05-22T00:44:21.586Z Compiling path-slash v0.1.5
26872026-05-22T00:44:21.685Z Compiling xshell-macros v0.2.7
26882026-05-22T00:44:21.756Z Compiling tiny-keccak v2.0.2
26892026-05-22T00:44:21.866Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26902026-05-22T00:44:22.035Z Compiling typify-macro v0.4.3
26912026-05-22T00:44:22.084Z Compiling xshell v0.2.7
26922026-05-22T00:44:22.376Z Compiling r2d2 v0.8.10
26932026-05-22T00:44:22.742Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26942026-05-22T00:44:23.444Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26952026-05-22T00:44:24.109Z Compiling term v0.7.0
26962026-05-22T00:44:24.748Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26972026-05-22T00:44:24.814Z Compiling bit-vec v0.6.3
26982026-05-22T00:44:25.018Z Compiling downcast-rs v2.0.2
26992026-05-22T00:44:25.057Z Compiling bit-set v0.5.3
27002026-05-22T00:44:25.154Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27012026-05-22T00:44:25.255Z Compiling ascii-canvas v3.0.0
27022026-05-22T00:44:25.473Z Compiling itertools v0.10.5
27032026-05-22T00:44:25.522Z Compiling ena v0.14.4
27042026-05-22T00:44:25.766Z Compiling libloading v0.8.9
27052026-05-22T00:44:26.008Z Compiling regex-syntax v0.6.29
27062026-05-22T00:44:26.270Z Compiling bindgen v0.71.1
27072026-05-22T00:44:26.384Z Compiling unicase v2.9.0
27082026-05-22T00:44:26.514Z Compiling diff v0.1.13
27092026-05-22T00:44:26.593Z Compiling crc8 v0.1.1
27102026-05-22T00:44:26.752Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27112026-05-22T00:44:26.755Z Compiling diesel v2.3.7
27122026-05-22T00:44:26.799Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27132026-05-22T00:44:27.408Z Compiling lalrpop v0.19.12
27142026-05-22T00:44:27.517Z Compiling cexpr v0.6.0
27152026-05-22T00:44:27.969Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
27162026-05-22T00:44:27.991Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27172026-05-22T00:44:28.062Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27182026-05-22T00:44:28.151Z Compiling rustc-hash v2.1.1
27192026-05-22T00:44:28.174Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27202026-05-22T00:44:28.253Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
27212026-05-22T00:44:28.274Z Compiling typify v0.4.3
27222026-05-22T00:44:28.419Z Compiling headers-core v0.3.0
27232026-05-22T00:44:28.581Z Compiling git-stub v1.0.0
27242026-05-22T00:44:28.724Z Compiling libxml v0.3.3
27252026-05-22T00:44:28.764Z Compiling git-stub-vcs v0.1.0
27262026-05-22T00:44:28.856Z Compiling headers v0.4.1
27272026-05-22T00:44:28.882Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27282026-05-22T00:44:29.092Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27292026-05-22T00:44:29.336Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27302026-05-22T00:44:29.728Z Compiling strum_macros v0.24.3
27312026-05-22T00:44:29.815Z Compiling indoc v1.0.9
27322026-05-22T00:44:30.075Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
27332026-05-22T00:44:30.507Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27342026-05-22T00:44:30.691Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27352026-05-22T00:44:30.733Z Compiling derive_builder v0.20.2
27362026-05-22T00:44:30.909Z Compiling oso-derive v0.27.3
27372026-05-22T00:44:30.983Z Compiling quick-xml v0.37.5
27382026-05-22T00:44:31.190Z Compiling impl-trait-for-tuples v0.2.3
27392026-05-22T00:44:31.588Z Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2220683020225d822150ded8d87c87d3bcddfded#22206830)
27402026-05-22T00:44:32.161Z Compiling half v1.8.3
27412026-05-22T00:44:32.508Z Compiling openssl-probe v0.1.6
27422026-05-22T00:44:32.629Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2220683020225d822150ded8d87c87d3bcddfded#22206830)
27432026-05-22T00:44:32.670Z Compiling serde_cbor v0.11.2
27442026-05-22T00:44:32.855Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27452026-05-22T00:44:32.910Z Compiling samael v0.0.19
27462026-05-22T00:44:33.590Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27472026-05-22T00:44:33.689Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27482026-05-22T00:44:33.712Z Compiling bb8 v0.8.6
27492026-05-22T00:44:33.919Z Compiling trait-variant v0.1.2
27502026-05-22T00:44:34.104Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27512026-05-22T00:44:34.404Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27522026-05-22T00:44:34.437Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27532026-05-22T00:44:34.471Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27542026-05-22T00:44:34.747Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27552026-05-22T00:44:34.867Z Compiling polar-core v0.27.3
27562026-05-22T00:44:34.982Z Compiling fxhash v0.2.1
27572026-05-22T00:44:35.160Z Compiling salty v0.3.0
27582026-05-22T00:44:35.791Z Compiling progenitor-impl v0.10.0
27592026-05-22T00:44:35.815Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27602026-05-22T00:44:35.861Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27612026-05-22T00:44:35.898Z Compiling kstat-rs v0.2.4
27622026-05-22T00:44:36.376Z Compiling libz-sys v1.1.24
27632026-05-22T00:44:36.775Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27642026-05-22T00:44:36.817Z Compiling nonempty v0.12.0
27652026-05-22T00:44:36.941Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27662026-05-22T00:44:37.058Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27672026-05-22T00:44:37.931Z Compiling progenitor-macro v0.10.0
27682026-05-22T00:44:38.320Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27692026-05-22T00:44:38.797Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27702026-05-22T00:44:39.095Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27712026-05-22T00:44:40.414Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27722026-05-22T00:44:40.588Z Compiling darling_core v0.23.0
27732026-05-22T00:44:40.612Z Compiling nanorand v0.7.0
27742026-05-22T00:44:40.989Z Compiling arc-swap v1.8.2
27752026-05-22T00:44:41.375Z Compiling fs-err v2.11.0
27762026-05-22T00:44:41.886Z Compiling parking_lot_core v0.8.6
27772026-05-22T00:44:41.957Z Compiling progenitor v0.10.0
27782026-05-22T00:44:42.158Z Compiling mime_guess v2.0.5
27792026-05-22T00:44:42.380Z Compiling slog-scope v4.4.1
27802026-05-22T00:44:42.705Z Compiling flume v0.11.1
27812026-05-22T00:44:42.731Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27822026-05-22T00:44:42.810Z Compiling darling_macro v0.23.0
27832026-05-22T00:44:42.893Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27842026-05-22T00:44:43.133Z Compiling primeorder v0.13.6
27852026-05-22T00:44:43.316Z Compiling libgit2-sys v0.18.3+1.9.2
27862026-05-22T00:44:43.460Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27872026-05-22T00:44:43.703Z Compiling instability v0.3.11
27882026-05-22T00:44:43.746Z Compiling oso v0.27.3
27892026-05-22T00:44:45.013Z Compiling async-bb8-diesel v0.2.1
27902026-05-22T00:44:45.480Z Compiling diesel-dtrace v0.5.0
27912026-05-22T00:44:46.665Z Compiling p384 v0.13.1
27922026-05-22T00:44:47.186Z Compiling darling v0.23.0
27932026-05-22T00:44:47.461Z Compiling slog-stdlog v4.1.1
27942026-05-22T00:44:48.794Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27952026-05-22T00:44:48.818Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27962026-05-22T00:44:48.854Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2220683020225d822150ded8d87c87d3bcddfded#22206830)
27972026-05-22T00:44:49.666Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27982026-05-22T00:44:49.974Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27992026-05-22T00:44:50.243Z Compiling ignore v0.4.25
28002026-05-22T00:44:51.150Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28012026-05-22T00:44:52.579Z Compiling castaway v0.2.4
28022026-05-22T00:44:52.671Z Compiling atty v0.2.14
28032026-05-22T00:44:52.750Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28042026-05-22T00:44:52.854Z Compiling http-range v0.1.5
28052026-05-22T00:44:52.993Z Compiling parse-size v1.1.0
28062026-05-22T00:44:53.190Z Compiling indoc v2.0.7
28072026-05-22T00:44:53.216Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28082026-05-22T00:44:53.272Z Compiling compact_str v0.8.1
28092026-05-22T00:44:53.308Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28102026-05-22T00:44:53.999Z Compiling globwalk v0.9.1
28112026-05-22T00:44:54.348Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28122026-05-22T00:44:54.422Z Compiling parking_lot v0.11.2
28132026-05-22T00:44:54.694Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28142026-05-22T00:44:54.895Z Compiling slog-envlogger v2.2.0
28152026-05-22T00:44:55.269Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28162026-05-22T00:44:55.359Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28172026-05-22T00:44:55.417Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28182026-05-22T00:44:55.700Z Compiling progenitor-impl v0.11.2
28192026-05-22T00:44:55.888Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28202026-05-22T00:44:56.081Z Compiling predicates-tree v1.0.13
28212026-05-22T00:44:56.147Z Compiling unicode-truncate v1.1.0
28222026-05-22T00:44:56.365Z Compiling lru v0.12.5
28232026-05-22T00:44:56.539Z Compiling rand_seeder v0.4.0
28242026-05-22T00:44:56.592Z Compiling prefix-trie v0.7.0
28252026-05-22T00:44:56.798Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28262026-05-22T00:44:57.086Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28272026-05-22T00:44:57.242Z Compiling vergen-git2 v1.0.7
28282026-05-22T00:44:57.265Z Compiling illumos-nvpair-sys v0.2.0
28292026-05-22T00:44:57.337Z Compiling corncobs v0.1.4
28302026-05-22T00:44:57.491Z Compiling cassowary v0.3.0
28312026-05-22T00:44:57.570Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28322026-05-22T00:44:57.599Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28332026-05-22T00:44:57.655Z Compiling hickory-server v0.25.2
28342026-05-22T00:44:57.776Z Compiling ratatui v0.29.0
28352026-05-22T00:44:57.860Z Compiling progenitor-macro v0.11.2
28362026-05-22T00:44:58.297Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28372026-05-22T00:44:58.519Z Compiling camino-tempfile-ext v0.3.3
28382026-05-22T00:44:59.126Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28392026-05-22T00:44:59.159Z Compiling hyper-staticfile v0.10.1
28402026-05-22T00:44:59.183Z Compiling sled v0.34.7
28412026-05-22T00:45:00.366Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28422026-05-22T00:45:01.026Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28432026-05-22T00:45:01.837Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28442026-05-22T00:45:02.693Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28452026-05-22T00:45:03.374Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28462026-05-22T00:45:05.075Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28472026-05-22T00:45:05.078Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28482026-05-22T00:45:06.015Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28492026-05-22T00:45:06.258Z Compiling progenitor-client v0.11.2
28502026-05-22T00:45:06.815Z Compiling secrecy v0.8.0
28512026-05-22T00:45:07.023Z Compiling rustls v0.21.12
28522026-05-22T00:45:07.250Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28532026-05-22T00:45:07.728Z Compiling progenitor v0.11.2
28542026-05-22T00:45:08.271Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28552026-05-22T00:45:08.583Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28562026-05-22T00:45:08.680Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28572026-05-22T00:45:09.094Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28582026-05-22T00:45:09.673Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28592026-05-22T00:45:09.820Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28602026-05-22T00:45:10.788Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#85d6fc96)
28612026-05-22T00:45:11.159Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28622026-05-22T00:45:11.402Z Compiling git2 v0.20.4
28632026-05-22T00:45:12.758Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28642026-05-22T00:45:12.841Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28652026-05-22T00:45:12.925Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28662026-05-22T00:45:12.997Z Compiling sct v0.7.1
28672026-05-22T00:45:13.090Z Compiling rustls-webpki v0.101.7
28682026-05-22T00:45:13.198Z Compiling nix v0.29.0
28692026-05-22T00:45:13.280Z Compiling dropshot v0.16.7
28702026-05-22T00:45:13.519Z Compiling void v1.0.2
28712026-05-22T00:45:13.675Z Compiling lzss v0.8.2
28722026-05-22T00:45:14.269Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#85d6fc96)
28732026-05-22T00:45:14.475Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28742026-05-22T00:45:14.775Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28752026-05-22T00:45:14.800Z Compiling illumos-nvpair v0.3.0
28762026-05-22T00:45:15.210Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28772026-05-22T00:45:15.614Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28782026-05-22T00:45:15.645Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28792026-05-22T00:45:15.894Z Compiling tungstenite v0.23.0
28802026-05-22T00:45:16.335Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28812026-05-22T00:45:16.668Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28822026-05-22T00:45:16.923Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28832026-05-22T00:45:16.975Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28842026-05-22T00:45:17.152Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28852026-05-22T00:45:17.203Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28862026-05-22T00:45:17.389Z Compiling toml v0.9.12+spec-1.1.0
28872026-05-22T00:45:17.443Z Compiling nix v0.27.1
28882026-05-22T00:45:18.256Z Compiling dropshot_endpoint v0.16.7
28892026-05-22T00:45:18.538Z Compiling serde_bytes v0.11.19
28902026-05-22T00:45:18.782Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
28912026-05-22T00:45:18.888Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28922026-05-22T00:45:19.654Z Compiling tokio-tungstenite v0.23.1
28932026-05-22T00:45:20.059Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28942026-05-22T00:45:20.320Z Compiling tokio-rustls v0.24.1
28952026-05-22T00:45:21.635Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28962026-05-22T00:45:22.294Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
28972026-05-22T00:45:24.530Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28982026-05-22T00:45:25.183Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28992026-05-22T00:45:25.483Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29002026-05-22T00:45:25.517Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
29012026-05-22T00:45:25.763Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
29022026-05-22T00:45:25.899Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
29032026-05-22T00:45:27.317Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29042026-05-22T00:45:27.509Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29052026-05-22T00:45:27.814Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29062026-05-22T00:45:28.013Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29072026-05-22T00:45:28.398Z Compiling rustls-pemfile v1.0.4
29082026-05-22T00:45:28.829Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29092026-05-22T00:45:28.944Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29102026-05-22T00:45:28.968Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29112026-05-22T00:45:29.287Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29122026-05-22T00:45:29.876Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29132026-05-22T00:45:30.577Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29142026-05-22T00:45:31.667Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29152026-05-22T00:45:31.904Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
29162026-05-22T00:45:32.594Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29172026-05-22T00:45:32.771Z Compiling signal-hook-tokio v0.3.1
29182026-05-22T00:45:32.973Z Compiling twox-hash v2.1.2
29192026-05-22T00:45:32.999Z Compiling yasna v0.5.2
29202026-05-22T00:45:33.055Z Compiling is_ci v1.2.0
29212026-05-22T00:45:33.142Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29222026-05-22T00:45:33.299Z Compiling supports-color v3.0.2
29232026-05-22T00:45:33.593Z Compiling rcgen v0.12.1
29242026-05-22T00:45:33.616Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
29252026-05-22T00:45:34.051Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29262026-05-22T00:45:34.346Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29272026-05-22T00:45:34.518Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29282026-05-22T00:45:36.733Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29292026-05-22T00:45:37.373Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29302026-05-22T00:45:37.982Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29312026-05-22T00:45:38.229Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29322026-05-22T00:45:38.360Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29332026-05-22T00:45:38.606Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29342026-05-22T00:45:38.838Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29352026-05-22T00:45:39.055Z Compiling fatfs v0.3.6
29362026-05-22T00:45:39.144Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29372026-05-22T00:45:40.069Z Compiling rtoolbox v0.0.3
29382026-05-22T00:45:40.264Z Compiling subprocess v0.2.15
29392026-05-22T00:45:40.366Z Compiling assert_matches v1.5.0
29402026-05-22T00:45:40.480Z Compiling seq-macro v0.3.6
29412026-05-22T00:45:41.001Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29422026-05-22T00:45:42.002Z Compiling rpassword v7.4.0
29432026-05-22T00:45:42.364Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29442026-05-22T00:45:42.465Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29452026-05-22T00:45:42.605Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29462026-05-22T00:45:42.905Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29472026-05-22T00:45:44.623Z Compiling tui-tree-widget v0.23.1
29482026-05-22T00:45:44.921Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29492026-05-22T00:45:45.084Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29502026-05-22T00:45:45.609Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29512026-05-22T00:45:45.669Z Compiling uzers v0.12.2
29522026-05-22T00:45:46.330Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29532026-05-22T00:45:46.900Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29542026-05-22T00:45:47.921Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29552026-05-22T00:45:48.207Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29562026-05-22T00:45:51.916Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29572026-05-22T00:45:54.133Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29582026-05-22T00:45:55.068Z Compiling support-bundle-viewer v0.1.2
29592026-05-22T00:45:56.968Z Compiling multimap v0.10.1
29602026-05-22T00:46:12.914Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29612026-05-22T00:46:16.177Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29622026-05-22T00:46:17.213Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29632026-05-22T00:51:32.629Z Finished `release` profile [optimized] target(s) in 7m 54s
29642026-05-22T00:52:18.638Z
29652026-05-22T00:52:18.638Zreal 8:41.957814364
29662026-05-22T00:52:18.638Zuser 1:22:40.659990221
29672026-05-22T00:52:18.641Zsys 3:48.935728291
29682026-05-22T00:52:18.641Ztrap 1.891177712
29692026-05-22T00:52:18.641Ztflt 3.679886898
29702026-05-22T00:52:18.641Zdflt 16.385247227
29712026-05-22T00:52:18.641Zkflt 0.038275710
29722026-05-22T00:52:18.641Zlock 7:05:11.742628667
29732026-05-22T00:52:18.641Zslp 2:29:21.042335979
29742026-05-22T00:52:18.641Zlat 2:47.117353896
29752026-05-22T00:52:18.641Zstop 6:02.023903689
29762026-05-22T00:52:18.641Z+ mapfile -t packages
29772026-05-22T00:52:18.641Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29782026-05-22T00:52:19.624Z Finished `release` profile [optimized] target(s) in 0.97s
29792026-05-22T00:52:19.703Z Running `target/release/omicron-package -t test list-outputs`
29802026-05-22T00:52:19.762ZLogging to: /work/oxidecomputer/omicron/out/LOG
29812026-05-22T00:52:19.766Z+ ptime -m cargo build --locked --release -p xtask
29822026-05-22T00:52:20.323Z Compiling libc v0.2.185
29832026-05-22T00:52:20.323Z Compiling serde v1.0.228
29842026-05-22T00:52:20.326Z Compiling serde_core v1.0.228
29852026-05-22T00:52:20.326Z Compiling rustix v1.1.3
29862026-05-22T00:52:20.419Z Compiling bitflags v2.11.0
29872026-05-22T00:52:20.423Z Compiling serde_json v1.0.149
29882026-05-22T00:52:20.474Z Compiling num-traits v0.2.19
29892026-05-22T00:52:20.484Z Compiling syn v2.0.117
29902026-05-22T00:52:20.495Z Compiling smallvec v1.15.1
29912026-05-22T00:52:20.506Z Compiling indexmap v2.14.0
29922026-05-22T00:52:20.528Z Compiling usdt-impl v0.5.0
29932026-05-22T00:52:20.531Z Compiling syn v1.0.109
29942026-05-22T00:52:20.551Z Compiling percent-encoding v2.3.2
29952026-05-22T00:52:20.556Z Compiling getrandom v0.4.1
29962026-05-22T00:52:20.716Z Compiling log v0.4.29
29972026-05-22T00:52:20.764Z Compiling form_urlencoded v1.2.2
29982026-05-22T00:52:20.923Z Compiling fs-err v3.3.0
29992026-05-22T00:52:20.923Z Compiling heck v0.4.1
30002026-05-22T00:52:20.935Z Compiling once_cell v1.21.3
30012026-05-22T00:52:20.967Z Compiling anyhow v1.0.102
30022026-05-22T00:52:21.143Z Compiling thread-id v4.2.2
30032026-05-22T00:52:21.194Z Compiling errno v0.3.14
30042026-05-22T00:52:21.228Z Compiling memmap v0.7.0
30052026-05-22T00:52:21.487Z Compiling ordered-float v2.10.1
30062026-05-22T00:52:22.025Z Compiling proc-macro-error v1.0.4
30072026-05-22T00:52:22.212Z Compiling terminal_size v0.4.3
30082026-05-22T00:52:22.214Z Compiling tempfile v3.25.0
30092026-05-22T00:52:22.275Z Compiling tabled_derive v0.7.0
30102026-05-22T00:52:22.313Z Compiling clap_builder v4.6.0
30112026-05-22T00:52:22.313Z Compiling textwrap v0.16.2
30122026-05-22T00:52:22.448Z Compiling camino-tempfile v1.4.1
30132026-05-22T00:52:22.958Z Compiling tabled v0.15.0
30142026-05-22T00:52:22.980Z Compiling synstructure v0.13.2
30152026-05-22T00:52:22.980Z Compiling pest_generator v2.8.6
30162026-05-22T00:52:23.378Z Compiling serde_derive v1.0.228
30172026-05-22T00:52:23.381Z Compiling zerofrom-derive v0.1.6
30182026-05-22T00:52:23.381Z Compiling yoke-derive v0.8.1
30192026-05-22T00:52:23.381Z Compiling zerovec-derive v0.11.2
30202026-05-22T00:52:23.381Z Compiling displaydoc v0.2.5
30212026-05-22T00:52:23.381Z Compiling thiserror-impl v1.0.69
30222026-05-22T00:52:23.381Z Compiling zerocopy-derive v0.7.35
30232026-05-22T00:52:23.390Z Compiling scroll_derive v0.12.1
30242026-05-22T00:52:23.394Z Compiling thiserror-impl v2.0.18
30252026-05-22T00:52:23.394Z Compiling clap_derive v4.6.1
30262026-05-22T00:52:23.494Z Compiling pest_derive v2.8.6
30272026-05-22T00:52:24.116Z Compiling scroll v0.12.0
30282026-05-22T00:52:24.219Z Compiling zerocopy v0.7.35
30292026-05-22T00:52:24.398Z Compiling zerofrom v0.1.6
30302026-05-22T00:52:24.439Z Compiling goblin v0.8.2
30312026-05-22T00:52:24.558Z Compiling yoke v0.8.1
30322026-05-22T00:52:24.615Z Compiling thiserror v1.0.69
30332026-05-22T00:52:24.644Z Compiling thiserror v2.0.18
30342026-05-22T00:52:24.733Z Compiling zerovec v0.11.5
30352026-05-22T00:52:24.745Z Compiling zerotrie v0.2.3
30362026-05-22T00:52:24.763Z Compiling dtrace-parser v0.2.0
30372026-05-22T00:52:25.091Z Compiling clap v4.6.1
30382026-05-22T00:52:25.371Z Compiling tinystr v0.8.2
30392026-05-22T00:52:25.386Z Compiling potential_utf v0.1.4
30402026-05-22T00:52:25.588Z Compiling icu_locale_core v2.1.1
30412026-05-22T00:52:25.615Z Compiling icu_collections v2.1.1
30422026-05-22T00:52:26.362Z Compiling icu_provider v2.1.1
30432026-05-22T00:52:26.700Z Compiling icu_properties v2.1.2
30442026-05-22T00:52:26.792Z Compiling icu_normalizer v2.1.1
30452026-05-22T00:52:26.994Z Compiling toml_datetime v0.6.11
30462026-05-22T00:52:27.009Z Compiling serde_spanned v0.6.9
30472026-05-22T00:52:27.052Z Compiling dof v0.3.0
30482026-05-22T00:52:27.095Z Compiling serde_tokenstream v0.2.3
30492026-05-22T00:52:27.192Z Compiling serde-value v0.7.0
30502026-05-22T00:52:27.233Z Compiling toml_edit v0.22.27
30512026-05-22T00:52:27.244Z Compiling cargo-platform v0.2.0
30522026-05-22T00:52:27.428Z Compiling macaddr v1.0.1
30532026-05-22T00:52:27.672Z Compiling idna_adapter v1.2.1
30542026-05-22T00:52:27.807Z Compiling idna v1.1.0
30552026-05-22T00:52:27.984Z Compiling usdt-macro v0.5.0
30562026-05-22T00:52:28.099Z Compiling usdt-attr-macro v0.5.0
30572026-05-22T00:52:28.204Z Compiling url v2.5.8
30582026-05-22T00:52:28.742Z Compiling usdt v0.5.0
30592026-05-22T00:52:28.822Z Compiling toml v0.8.23
30602026-05-22T00:52:29.259Z Compiling cargo-util-schemas v0.8.2
30612026-05-22T00:52:29.259Z Compiling cargo_toml v0.21.0
30622026-05-22T00:52:30.280Z Compiling cargo_metadata v0.21.0
30632026-05-22T00:52:33.377Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30642026-05-22T00:52:36.379Z Finished `release` profile [optimized] target(s) in 16.60s
30652026-05-22T00:52:36.510Z
30662026-05-22T00:52:36.510Zreal 16.708787305
30672026-05-22T00:52:36.510Zuser 2:21.945857385
30682026-05-22T00:52:36.510Zsys 16.803671262
30692026-05-22T00:52:36.510Ztrap 0.096715231
30702026-05-22T00:52:36.513Ztflt 0.552049981
30712026-05-22T00:52:36.513Zdflt 1.332436369
30722026-05-22T00:52:36.513Zkflt 0.000075180
30732026-05-22T00:52:36.513Zlock 5:22.535406923
30742026-05-22T00:52:36.513Zslp 3:29.790217528
30752026-05-22T00:52:36.513Zlat 6.167741270
30762026-05-22T00:52:36.513Zstop 19.428669573
30772026-05-22T00:52:36.513Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30782026-05-22T00:52:36.513Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30792026-05-22T00:52:36.513Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30802026-05-22T00:52:36.513Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30812026-05-22T00:52:36.513Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30822026-05-22T00:52:37.582Z Compiling newtype-uuid-macros v0.1.0
30832026-05-22T00:52:37.585Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30842026-05-22T00:52:37.585Z Compiling rustls v0.22.4
30852026-05-22T00:52:37.585Z Compiling debug-ignore v1.0.5
30862026-05-22T00:52:37.585Z Compiling rustls-webpki v0.102.8
30872026-05-22T00:52:37.585Z Compiling structmeta-derive v0.3.0
30882026-05-22T00:52:37.585Z Compiling multer v3.1.0
30892026-05-22T00:52:37.741Z Compiling match_cfg v0.1.0
30902026-05-22T00:52:37.744Z Compiling compression-core v0.4.31
30912026-05-22T00:52:37.744Z Compiling slog-json v2.6.1
30922026-05-22T00:52:37.744Z Compiling async-stream-impl v0.3.6
30932026-05-22T00:52:37.755Z Compiling serde_spanned v1.0.4
30942026-05-22T00:52:37.758Z Compiling toml_datetime v1.0.0+spec-1.1.0
30952026-05-22T00:52:37.813Z Compiling dropshot v0.17.0
30962026-05-22T00:52:37.862Z Compiling toml_writer v1.0.6+spec-1.1.0
30972026-05-22T00:52:37.865Z Compiling waitgroup v0.1.2
30982026-05-22T00:52:37.950Z Compiling hostname v0.3.1
30992026-05-22T00:52:38.002Z Compiling compression-codecs v0.4.37
31002026-05-22T00:52:38.005Z Compiling rustls-pemfile v2.2.0
31012026-05-22T00:52:38.056Z Compiling dropshot_endpoint v0.17.0
31022026-05-22T00:52:38.056Z Compiling serde_path_to_error v0.1.20
31032026-05-22T00:52:38.093Z Compiling slog-bunyan v2.5.0
31042026-05-22T00:52:38.144Z Compiling toml v1.0.6+spec-1.1.0
31052026-05-22T00:52:38.147Z Compiling hostname v0.4.2
31062026-05-22T00:52:38.147Z Compiling regress v0.10.5
31072026-05-22T00:52:38.198Z Compiling async-compression v0.4.41
31082026-05-22T00:52:38.257Z Compiling progenitor-client v0.14.0
31092026-05-22T00:52:38.277Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31102026-05-22T00:52:38.315Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
31112026-05-22T00:52:38.347Z Compiling itertools v0.14.0
31122026-05-22T00:52:38.370Z Compiling async-stream v0.3.6
31132026-05-22T00:52:38.428Z Compiling macaddr v1.0.1
31142026-05-22T00:52:38.446Z Compiling instant v0.1.13
31152026-05-22T00:52:38.517Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31162026-05-22T00:52:38.535Z Compiling progenitor-client v0.10.0
31172026-05-22T00:52:38.539Z Compiling backon v1.6.0
31182026-05-22T00:52:38.572Z Compiling backoff v0.4.0
31192026-05-22T00:52:38.590Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31202026-05-22T00:52:38.610Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
31212026-05-22T00:52:38.616Z Compiling convert_case v0.4.0
31222026-05-22T00:52:38.645Z Compiling secrecy v0.10.3
31232026-05-22T00:52:38.678Z Compiling universal-hash v0.5.1
31242026-05-22T00:52:38.731Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31252026-05-22T00:52:38.787Z Compiling progenitor-extras v0.2.0
31262026-05-22T00:52:38.810Z Compiling opaque-debug v0.3.1
31272026-05-22T00:52:38.829Z Compiling half v2.7.1
31282026-05-22T00:52:38.848Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31292026-05-22T00:52:38.868Z Compiling ciborium-io v0.2.2
31302026-05-22T00:52:38.888Z Compiling crucible-workspace-hack v0.1.0
31312026-05-22T00:52:38.906Z Compiling aead v0.5.2
31322026-05-22T00:52:38.959Z Compiling structmeta v0.3.0
31332026-05-22T00:52:38.993Z Compiling poly1305 v0.8.0
31342026-05-22T00:52:39.026Z Compiling derive_more v0.99.20
31352026-05-22T00:52:39.045Z Compiling chacha20 v0.9.1
31362026-05-22T00:52:39.065Z Compiling unsafe-libyaml v0.2.11
31372026-05-22T00:52:39.093Z Compiling ciborium-ll v0.2.2
31382026-05-22T00:52:39.160Z Compiling byte-wrapper v0.1.0
31392026-05-22T00:52:39.180Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31402026-05-22T00:52:39.213Z Compiling regress v0.11.1
31412026-05-22T00:52:39.235Z Compiling derive-ex v0.1.8
31422026-05-22T00:52:39.320Z Compiling parse-display-derive v0.10.0
31432026-05-22T00:52:39.329Z Compiling ciborium v0.2.2
31442026-05-22T00:52:39.341Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
31452026-05-22T00:52:39.475Z Compiling thiserror-impl-no-std v2.0.2
31462026-05-22T00:52:39.520Z Compiling password-hash v0.5.0
31472026-05-22T00:52:39.524Z Compiling blake2 v0.10.6
31482026-05-22T00:52:39.557Z Compiling chacha20poly1305 v0.10.1
31492026-05-22T00:52:39.651Z Compiling serde_yaml v0.9.34+deprecated
31502026-05-22T00:52:39.732Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31512026-05-22T00:52:39.766Z Compiling indent_write v2.2.0
31522026-05-22T00:52:39.846Z Compiling argon2 v0.5.3
31532026-05-22T00:52:39.863Z Compiling toml_edit v0.23.10+spec-1.0.0
31542026-05-22T00:52:39.898Z Compiling num-rational v0.4.2
31552026-05-22T00:52:39.930Z Compiling num-complex v0.4.6
31562026-05-22T00:52:39.961Z Compiling atomicwrites v0.4.4
31572026-05-22T00:52:39.981Z Compiling heapless v0.8.0
31582026-05-22T00:52:40.141Z Compiling tokio-rustls v0.25.0
31592026-05-22T00:52:40.180Z Compiling float-ord v0.3.2
31602026-05-22T00:52:40.319Z Compiling num v0.4.3
31612026-05-22T00:52:40.405Z Compiling ingot-macros v0.1.1
31622026-05-22T00:52:40.423Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31632026-05-22T00:52:40.537Z Compiling proc-macro-crate v3.4.0
31642026-05-22T00:52:40.561Z Compiling camino-tempfile v1.4.1
31652026-05-22T00:52:40.723Z Compiling thiserror-no-std v2.0.2
31662026-05-22T00:52:40.823Z Compiling vsss-rs v3.3.4
31672026-05-22T00:52:40.841Z Compiling hash32 v0.3.1
31682026-05-22T00:52:40.859Z Compiling typify-impl v0.6.2
31692026-05-22T00:52:41.069Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31702026-05-22T00:52:41.073Z Compiling smoltcp v0.11.0
31712026-05-22T00:52:41.073Z Compiling test-strategy v0.4.5
31722026-05-22T00:52:41.082Z Compiling parse-display v0.10.0
31732026-05-22T00:52:41.139Z Compiling num_enum_derive v0.7.6
31742026-05-22T00:52:41.201Z Compiling tabwriter v1.4.1
31752026-05-22T00:52:41.292Z Compiling cobs v0.3.0
31762026-05-22T00:52:41.429Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
31772026-05-22T00:52:41.433Z Compiling proc-macro-error v1.0.4
31782026-05-22T00:52:41.463Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31792026-05-22T00:52:41.479Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31802026-05-22T00:52:41.574Z Compiling postcard v1.1.3
31812026-05-22T00:52:41.608Z Compiling proc-macro-crate v1.3.1
31822026-05-22T00:52:41.674Z Compiling foreign-types-macros v0.2.3
31832026-05-22T00:52:41.695Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31842026-05-22T00:52:41.715Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31852026-05-22T00:52:41.800Z Compiling cpufeatures v0.3.0
31862026-05-22T00:52:41.902Z Compiling colored v3.1.1
31872026-05-22T00:52:41.944Z Compiling rayon-core v1.13.0
31882026-05-22T00:52:41.963Z Compiling foreign-types-shared v0.3.1
31892026-05-22T00:52:42.068Z Compiling num_enum_derive v0.5.11
31902026-05-22T00:52:42.085Z Compiling chacha20 v0.10.0
31912026-05-22T00:52:42.088Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31922026-05-22T00:52:42.252Z Compiling num_enum v0.7.6
31932026-05-22T00:52:42.326Z Compiling crossbeam-deque v0.8.6
31942026-05-22T00:52:42.346Z Compiling foreign-types v0.5.0
31952026-05-22T00:52:42.349Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31962026-05-22T00:52:42.402Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31972026-05-22T00:52:42.437Z Compiling cstr-argument v0.1.2
31982026-05-22T00:52:42.441Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ca2cb23e)
31992026-05-22T00:52:42.473Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
32002026-05-22T00:52:42.478Z Compiling rand v0.10.1
32012026-05-22T00:52:42.609Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32022026-05-22T00:52:42.627Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
32032026-05-22T00:52:42.627Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32042026-05-22T00:52:42.701Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
32052026-05-22T00:52:42.720Z Compiling toml v0.8.23
32062026-05-22T00:52:42.818Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32072026-05-22T00:52:42.893Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
32082026-05-22T00:52:42.914Z Compiling winnow v1.0.3
32092026-05-22T00:52:42.966Z Compiling rayon v1.11.0
32102026-05-22T00:52:42.993Z Compiling zone_cfg_derive v0.3.1
32112026-05-22T00:52:43.180Z Compiling num_enum v0.5.11
32122026-05-22T00:52:43.225Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32132026-05-22T00:52:43.247Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
32142026-05-22T00:52:43.266Z Compiling itertools v0.12.1
32152026-05-22T00:52:43.297Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32162026-05-22T00:52:43.333Z Compiling num-derive v0.4.2
32172026-05-22T00:52:43.351Z Compiling ingot-types v0.1.2
32182026-05-22T00:52:43.372Z Compiling sigpipe v0.1.3
32192026-05-22T00:52:43.389Z Compiling glob v0.3.3
32202026-05-22T00:52:43.431Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
32212026-05-22T00:52:43.476Z Compiling smf v0.2.3
32222026-05-22T00:52:43.654Z Compiling whoami v1.6.1
32232026-05-22T00:52:43.695Z Compiling prettyplease v0.2.37
32242026-05-22T00:52:43.698Z Compiling gethostname v0.5.0
32252026-05-22T00:52:43.785Z Compiling ingot v0.1.1
32262026-05-22T00:52:43.804Z Compiling usdt-attr-macro v0.5.0
32272026-05-22T00:52:43.822Z Compiling usdt-macro v0.5.0
32282026-05-22T00:52:43.864Z Compiling derive-where v1.6.0
32292026-05-22T00:52:43.966Z Compiling memmap v0.7.0
32302026-05-22T00:52:44.037Z Compiling resolv-conf v0.7.6
32312026-05-22T00:52:44.041Z Compiling console v0.15.11
32322026-05-22T00:52:44.183Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32332026-05-22T00:52:44.314Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
32342026-05-22T00:52:44.387Z Compiling newline-converter v0.3.0
32352026-05-22T00:52:44.538Z Compiling zone v0.3.1
32362026-05-22T00:52:44.557Z Compiling owo-colors v4.3.0
32372026-05-22T00:52:44.601Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32382026-05-22T00:52:44.625Z Compiling cancel-safe-futures v0.1.5
32392026-05-22T00:52:44.656Z Compiling expectorate v1.2.0
32402026-05-22T00:52:44.672Z Compiling usdt v0.5.0
32412026-05-22T00:52:44.727Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32422026-05-22T00:52:44.784Z Compiling libsw-core v0.3.2
32432026-05-22T00:52:44.847Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32442026-05-22T00:52:45.029Z Compiling libsw v3.5.0
32452026-05-22T00:52:45.036Z Compiling hickory-proto v0.24.4
32462026-05-22T00:52:45.199Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32472026-05-22T00:52:45.220Z Compiling linked-hash-map v0.5.6
32482026-05-22T00:52:45.236Z Compiling linear-map v1.2.0
32492026-05-22T00:52:45.272Z Compiling minimal-lexical v0.2.1
32502026-05-22T00:52:45.295Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32512026-05-22T00:52:45.316Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32522026-05-22T00:52:45.333Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32532026-05-22T00:52:45.430Z Compiling typify-macro v0.6.2
32542026-05-22T00:52:45.450Z Compiling lru-cache v0.1.2
32552026-05-22T00:52:45.453Z Compiling progenitor-client v0.13.0
32562026-05-22T00:52:45.453Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32572026-05-22T00:52:45.504Z Compiling nom v7.1.3
32582026-05-22T00:52:45.571Z Compiling tokio-dtrace v0.1.1
32592026-05-22T00:52:45.612Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32602026-05-22T00:52:45.630Z Compiling csv-core v0.1.13
32612026-05-22T00:52:45.767Z Compiling slog-dtrace v0.3.0
32622026-05-22T00:52:45.794Z Compiling tagptr v0.2.0
32632026-05-22T00:52:45.826Z Compiling highway v1.3.0
32642026-05-22T00:52:45.844Z Compiling semver v0.1.20
32652026-05-22T00:52:45.866Z Compiling csv v1.4.0
32662026-05-22T00:52:45.897Z Compiling oxide-tokio-rt v0.1.4
32672026-05-22T00:52:45.921Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32682026-05-22T00:52:45.986Z Compiling moka v0.12.13
32692026-05-22T00:52:46.018Z Compiling phf_shared v0.12.1
32702026-05-22T00:52:46.162Z Compiling rustc_version v0.1.7
32712026-05-22T00:52:46.230Z Compiling chrono-tz v0.10.4
32722026-05-22T00:52:46.246Z Compiling const_format_proc_macros v0.2.34
32732026-05-22T00:52:46.246Z Compiling phf v0.12.1
32742026-05-22T00:52:46.420Z Compiling newtype_derive v0.1.6
32752026-05-22T00:52:46.438Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32762026-05-22T00:52:46.454Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32772026-05-22T00:52:46.703Z Compiling hickory-resolver v0.25.2
32782026-05-22T00:52:46.720Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32792026-05-22T00:52:46.796Z Compiling bcs v0.1.6
32802026-05-22T00:52:46.821Z Compiling num-derive v0.3.3
32812026-05-22T00:52:46.906Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32822026-05-22T00:52:47.042Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32832026-05-22T00:52:47.129Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32842026-05-22T00:52:47.133Z Compiling const_format v0.2.35
32852026-05-22T00:52:47.166Z Compiling termtree v0.5.1
32862026-05-22T00:52:47.286Z Compiling hickory-resolver v0.24.4
32872026-05-22T00:52:47.309Z Compiling typify v0.6.2
32882026-05-22T00:52:47.354Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32892026-05-22T00:52:47.397Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32902026-05-22T00:52:47.450Z Compiling progenitor-impl v0.14.0
32912026-05-22T00:52:47.493Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32922026-05-22T00:52:47.564Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32932026-05-22T00:52:47.583Z Compiling progenitor-impl v0.13.0
32942026-05-22T00:52:47.731Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32952026-05-22T00:52:47.778Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32962026-05-22T00:52:48.215Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32972026-05-22T00:52:48.342Z Compiling qorb v0.4.1
32982026-05-22T00:52:48.346Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32992026-05-22T00:52:48.658Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33002026-05-22T00:52:48.694Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33012026-05-22T00:52:48.919Z Compiling libscf-sys v1.1.0
33022026-05-22T00:52:49.096Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33032026-05-22T00:52:49.257Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33042026-05-22T00:52:49.350Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33052026-05-22T00:52:49.378Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33062026-05-22T00:52:49.522Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33072026-05-22T00:52:49.574Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33082026-05-22T00:52:49.637Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33092026-05-22T00:52:49.690Z Compiling tabled_derive v0.7.0
33102026-05-22T00:52:49.980Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33112026-05-22T00:52:50.000Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33122026-05-22T00:52:50.149Z Compiling textwrap v0.16.2
33132026-05-22T00:52:50.181Z Compiling progenitor-macro v0.14.0
33142026-05-22T00:52:50.240Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33152026-05-22T00:52:50.343Z Compiling progenitor-macro v0.13.0
33162026-05-22T00:52:50.467Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33172026-05-22T00:52:50.486Z Compiling steno v0.4.1
33182026-05-22T00:52:50.502Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33192026-05-22T00:52:50.526Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2220683020225d822150ded8d87c87d3bcddfded#22206830)
33202026-05-22T00:52:50.677Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33212026-05-22T00:52:50.770Z Compiling tabled v0.15.0
33222026-05-22T00:52:50.946Z Compiling humantime v2.3.0
33232026-05-22T00:52:51.041Z Compiling libefi-sys v0.1.0
33242026-05-22T00:52:51.143Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33252026-05-22T00:52:51.235Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33262026-05-22T00:52:51.257Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33272026-05-22T00:52:51.304Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33282026-05-22T00:52:51.410Z Compiling git-stub v1.0.0
33292026-05-22T00:52:51.451Z Compiling bitfield-struct v0.6.2
33302026-05-22T00:52:51.679Z Compiling nom v8.0.0
33312026-05-22T00:52:51.723Z Compiling git-stub-vcs v0.1.0
33322026-05-22T00:52:52.128Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33332026-05-22T00:52:52.150Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33342026-05-22T00:52:52.181Z Compiling ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2220683020225d822150ded8d87c87d3bcddfded#22206830)
33352026-05-22T00:52:52.288Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33362026-05-22T00:52:52.307Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
33372026-05-22T00:52:52.467Z Compiling dropshot-api-manager-types v0.7.1
33382026-05-22T00:52:52.703Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33392026-05-22T00:52:52.812Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33402026-05-22T00:52:52.830Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
33412026-05-22T00:52:52.977Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33422026-05-22T00:52:52.996Z Compiling typify-impl v0.4.3
33432026-05-22T00:52:53.043Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33442026-05-22T00:52:53.073Z Compiling xshell-macros v0.2.7
33452026-05-22T00:52:53.179Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33462026-05-22T00:52:53.182Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33472026-05-22T00:52:53.242Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33482026-05-22T00:52:53.511Z Compiling xshell v0.2.7
33492026-05-22T00:52:53.633Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33502026-05-22T00:52:53.707Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33512026-05-22T00:52:53.814Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2220683020225d822150ded8d87c87d3bcddfded#22206830)
33522026-05-22T00:52:53.949Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33532026-05-22T00:52:54.068Z Compiling primeorder v0.13.6
33542026-05-22T00:52:54.212Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33552026-05-22T00:52:54.357Z Compiling salty v0.3.0
33562026-05-22T00:52:54.378Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33572026-05-22T00:52:54.484Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33582026-05-22T00:52:54.551Z Compiling radium v0.7.0
33592026-05-22T00:52:54.682Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33602026-05-22T00:52:54.865Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33612026-05-22T00:52:54.898Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33622026-05-22T00:52:54.933Z Compiling base64 v0.21.7
33632026-05-22T00:52:55.186Z Compiling p384 v0.13.1
33642026-05-22T00:52:55.211Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33652026-05-22T00:52:55.281Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33662026-05-22T00:52:55.340Z Compiling tap v1.0.1
33672026-05-22T00:52:55.372Z Compiling progenitor v0.14.0
33682026-05-22T00:52:55.492Z Compiling maybe-uninit v2.0.0
33692026-05-22T00:52:55.523Z Compiling wyz v0.5.1
33702026-05-22T00:52:55.563Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33712026-05-22T00:52:55.598Z Compiling progenitor v0.13.0
33722026-05-22T00:52:55.629Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33732026-05-22T00:52:55.766Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33742026-05-22T00:52:55.807Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33752026-05-22T00:52:55.807Z Compiling proc-macro-error-attr2 v2.0.0
33762026-05-22T00:52:55.888Z Compiling utf-8 v0.7.6
33772026-05-22T00:52:55.999Z Compiling parking_lot_core v0.8.6
33782026-05-22T00:52:56.073Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33792026-05-22T00:52:56.091Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33802026-05-22T00:52:56.147Z Compiling packed_struct v0.10.1
33812026-05-22T00:52:56.241Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33822026-05-22T00:52:56.287Z Compiling funty v2.0.0
33832026-05-22T00:52:56.396Z Compiling proc-macro-error2 v2.0.1
33842026-05-22T00:52:56.477Z Compiling tungstenite v0.21.0
33852026-05-22T00:52:56.759Z Compiling bitvec v1.0.1
33862026-05-22T00:52:57.218Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33872026-05-22T00:52:57.354Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33882026-05-22T00:52:57.398Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33892026-05-22T00:52:58.248Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2220683020225d822150ded8d87c87d3bcddfded#22206830)
33902026-05-22T00:52:58.298Z Compiling typify-macro v0.4.3
33912026-05-22T00:52:58.366Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33922026-05-22T00:52:58.389Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33932026-05-22T00:52:58.571Z Compiling polyval v0.6.2
33942026-05-22T00:52:58.593Z Compiling packed_struct_codegen v0.10.1
33952026-05-22T00:52:58.593Z Compiling bitfield-macros v0.19.4
33962026-05-22T00:52:58.733Z Compiling zerocopy-derive v0.6.6
33972026-05-22T00:52:58.841Z Compiling indexmap v1.9.3
33982026-05-22T00:52:58.920Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33992026-05-22T00:52:59.075Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
34002026-05-22T00:52:59.143Z Compiling crc-catalog v2.4.0
34012026-05-22T00:52:59.277Z Compiling nodrop v0.1.14
34022026-05-22T00:52:59.340Z Compiling crc v3.4.0
34032026-05-22T00:52:59.389Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34042026-05-22T00:52:59.408Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34052026-05-22T00:52:59.578Z Compiling bitfield v0.19.4
34062026-05-22T00:52:59.659Z Compiling zerocopy v0.6.6
34072026-05-22T00:52:59.758Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
34082026-05-22T00:52:59.906Z Compiling array-init v0.0.4
34092026-05-22T00:53:00.041Z Compiling ghash v0.5.1
34102026-05-22T00:53:00.109Z Compiling typify v0.4.3
34112026-05-22T00:53:00.126Z Compiling smallvec v0.6.14
34122026-05-22T00:53:00.224Z Compiling progenitor-impl v0.11.2
34132026-05-22T00:53:00.251Z Compiling tokio-tungstenite v0.21.0
34142026-05-22T00:53:00.270Z Compiling tabled_derive v0.11.0
34152026-05-22T00:53:00.383Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34162026-05-22T00:53:00.412Z Compiling papergrid v0.17.0
34172026-05-22T00:53:00.502Z Compiling testing_table v0.3.0
34182026-05-22T00:53:00.598Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34192026-05-22T00:53:00.619Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34202026-05-22T00:53:00.656Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
34212026-05-22T00:53:00.701Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
34222026-05-22T00:53:00.865Z Compiling ctr v0.9.2
34232026-05-22T00:53:00.881Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34242026-05-22T00:53:00.952Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
34252026-05-22T00:53:00.970Z Compiling unicase v2.9.0
34262026-05-22T00:53:01.042Z Compiling corncobs v0.1.4
34272026-05-22T00:53:01.068Z Compiling hashbrown v0.12.3
34282026-05-22T00:53:01.115Z Compiling illumos-nvpair-sys v0.2.0
34292026-05-22T00:53:01.215Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34302026-05-22T00:53:01.232Z Compiling mime_guess v2.0.5
34312026-05-22T00:53:01.250Z Compiling aes-gcm v0.10.3
34322026-05-22T00:53:01.254Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
34332026-05-22T00:53:01.316Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34342026-05-22T00:53:01.335Z Compiling parking_lot v0.11.2
34352026-05-22T00:53:01.382Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34362026-05-22T00:53:01.482Z Compiling serde-hex v0.1.0
34372026-05-22T00:53:01.518Z Compiling tabled v0.20.0
34382026-05-22T00:53:01.597Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
34392026-05-22T00:53:01.656Z Compiling progenitor-impl v0.10.0
34402026-05-22T00:53:01.715Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
34412026-05-22T00:53:01.813Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2220683020225d822150ded8d87c87d3bcddfded#22206830)
34422026-05-22T00:53:01.829Z Compiling ron v0.8.1
34432026-05-22T00:53:01.943Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34442026-05-22T00:53:02.002Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34452026-05-22T00:53:02.020Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34462026-05-22T00:53:02.162Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34472026-05-22T00:53:02.349Z Compiling hashbrown v0.13.2
34482026-05-22T00:53:02.423Z Compiling progenitor-client v0.11.2
34492026-05-22T00:53:02.513Z Compiling ssh-encoding v0.2.0
34502026-05-22T00:53:02.569Z Compiling prefix-trie v0.7.0
34512026-05-22T00:53:02.602Z Compiling blowfish v0.9.1
34522026-05-22T00:53:02.779Z Compiling fxhash v0.2.1
34532026-05-22T00:53:02.815Z Compiling secrecy v0.8.0
34542026-05-22T00:53:02.858Z Compiling crc-any v2.5.0
34552026-05-22T00:53:02.886Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34562026-05-22T00:53:02.889Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
34572026-05-22T00:53:02.954Z Compiling progenitor-macro v0.11.2
34582026-05-22T00:53:02.995Z Compiling hickory-server v0.25.2
34592026-05-22T00:53:03.013Z Compiling sled v0.34.7
34602026-05-22T00:53:03.154Z Compiling object v0.30.4
34612026-05-22T00:53:03.173Z Compiling bcrypt-pbkdf v0.10.0
34622026-05-22T00:53:03.284Z Compiling ssh-cipher v0.2.0
34632026-05-22T00:53:03.494Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
34642026-05-22T00:53:03.553Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34652026-05-22T00:53:03.714Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34662026-05-22T00:53:03.927Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34672026-05-22T00:53:03.987Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34682026-05-22T00:53:04.025Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34692026-05-22T00:53:04.088Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34702026-05-22T00:53:04.106Z Compiling password-hash v0.4.2
34712026-05-22T00:53:04.124Z Compiling path-slash v0.1.5
34722026-05-22T00:53:04.294Z Compiling crc8 v0.1.1
34732026-05-22T00:53:04.341Z Compiling progenitor-macro v0.10.0
34742026-05-22T00:53:04.387Z Compiling half v1.8.3
34752026-05-22T00:53:04.444Z Compiling http-range v0.1.5
34762026-05-22T00:53:04.537Z Compiling pbkdf2 v0.11.0
34772026-05-22T00:53:04.664Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
34782026-05-22T00:53:04.700Z Compiling serde_cbor v0.11.2
34792026-05-22T00:53:04.775Z Compiling illumos-nvpair v0.3.0
34802026-05-22T00:53:04.903Z Compiling ssh-key v0.6.7
34812026-05-22T00:53:05.132Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34822026-05-22T00:53:05.360Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34832026-05-22T00:53:05.378Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34842026-05-22T00:53:05.381Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34852026-05-22T00:53:05.481Z Compiling p256 v0.13.2
34862026-05-22T00:53:05.727Z Compiling p521 v0.13.3
34872026-05-22T00:53:05.887Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34882026-05-22T00:53:05.912Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34892026-05-22T00:53:05.930Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34902026-05-22T00:53:06.047Z Compiling yasna v0.5.2
34912026-05-22T00:53:06.152Z Compiling kstat-rs v0.2.4
34922026-05-22T00:53:06.275Z Compiling headers-core v0.3.0
34932026-05-22T00:53:06.322Z Compiling nanorand v0.7.0
34942026-05-22T00:53:06.435Z Compiling atty v0.2.14
34952026-05-22T00:53:06.483Z Compiling russh-cryptovec v0.7.3
34962026-05-22T00:53:06.581Z Compiling home v0.5.12
34972026-05-22T00:53:06.690Z Compiling md5 v0.7.0
34982026-05-22T00:53:06.697Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34992026-05-22T00:53:06.716Z Compiling flume v0.11.1
35002026-05-22T00:53:06.728Z Compiling rcgen v0.12.1
35012026-05-22T00:53:06.748Z Compiling headers v0.4.1
35022026-05-22T00:53:06.763Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
35032026-05-22T00:53:06.784Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35042026-05-22T00:53:06.850Z Compiling russh-keys v0.45.0
35052026-05-22T00:53:06.956Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
35062026-05-22T00:53:07.065Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35072026-05-22T00:53:07.393Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
35082026-05-22T00:53:07.440Z Compiling hyper-staticfile v0.10.1
35092026-05-22T00:53:07.529Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35102026-05-22T00:53:07.632Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
35112026-05-22T00:53:07.742Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35122026-05-22T00:53:07.987Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
35132026-05-22T00:53:08.048Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35142026-05-22T00:53:08.067Z Compiling progenitor v0.11.2
35152026-05-22T00:53:08.115Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35162026-05-22T00:53:08.257Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
35172026-05-22T00:53:08.280Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
35182026-05-22T00:53:08.298Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
35192026-05-22T00:53:08.318Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
35202026-05-22T00:53:08.340Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35212026-05-22T00:53:08.470Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35222026-05-22T00:53:08.498Z Compiling num-bigint v0.4.6
35232026-05-22T00:53:08.699Z Compiling des v0.8.1
35242026-05-22T00:53:08.823Z Compiling subprocess v0.2.15
35252026-05-22T00:53:08.936Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35262026-05-22T00:53:09.022Z Compiling hex-literal v0.4.1
35272026-05-22T00:53:09.094Z Compiling display-error-chain v0.2.2
35282026-05-22T00:53:09.140Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35292026-05-22T00:53:09.170Z Compiling colored v2.2.0
35302026-05-22T00:53:09.217Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35312026-05-22T00:53:09.272Z Compiling socket2 v0.5.10
35322026-05-22T00:53:09.298Z Compiling internet-checksum v0.2.1
35332026-05-22T00:53:09.402Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35342026-05-22T00:53:09.432Z Compiling progenitor v0.10.0
35352026-05-22T00:53:09.600Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
35362026-05-22T00:53:09.730Z Compiling russh v0.45.0
35372026-05-22T00:53:10.379Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
35382026-05-22T00:53:18.550Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
35392026-05-22T00:53:20.221Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
35402026-05-22T00:53:21.205Z Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2220683020225d822150ded8d87c87d3bcddfded#22206830)
35412026-05-22T00:53:21.996Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2220683020225d822150ded8d87c87d3bcddfded#22206830)
35422026-05-22T00:53:25.105Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
35432026-05-22T00:53:25.105Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
35442026-05-22T00:53:34.144Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35452026-05-22T00:53:42.021Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35462026-05-22T00:53:42.021Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35472026-05-22T00:53:42.021Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35482026-05-22T00:53:42.024Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35492026-05-22T00:53:43.897Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35502026-05-22T00:53:43.916Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35512026-05-22T00:53:48.019Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35522026-05-22T00:54:28.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 52s
35532026-05-22T00:54:28.909Z
35542026-05-22T00:54:28.909Zreal 1:52.327281076
35552026-05-22T00:54:28.909Zuser 9:50.951101466
35562026-05-22T00:54:28.909Zsys 1:58.539444495
35572026-05-22T00:54:28.912Ztrap 0.301751984
35582026-05-22T00:54:28.912Ztflt 0.494744924
35592026-05-22T00:54:28.912Zdflt 1.755374806
35602026-05-22T00:54:28.912Zkflt 0.000311550
35612026-05-22T00:54:28.912Zlock 34:59.005170894
35622026-05-22T00:54:28.912Zslp 23:08.680244155
35632026-05-22T00:54:28.912Zlat 46.402200096
35642026-05-22T00:54:28.912Zstop 3:17.096818471
35652026-05-22T00:54:28.912Z+ mkdir tests
35662026-05-22T00:54:28.915Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35672026-05-22T00:54:28.918Z+ xargs -I '{}' -t cp '{}' tests/
35682026-05-22T00:54:29.023Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-943020ced87f80a6 tests/
35692026-05-22T00:54:29.053Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a61c74111735eeca tests/
35702026-05-22T00:54:29.082Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-b81659c58c740d2b tests/
35712026-05-22T00:54:29.106Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a4cdaee5a648e13a tests/
35722026-05-22T00:54:29.378Z+ 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)
35732026-05-22T00:54:29.381Z+ 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-a61c74111735eeca tests/commtest-b81659c58c740d2b tests/dhcp_server-943020ced87f80a6 tests/end_to_end_tests-a4cdaee5a648e13a 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
35742026-05-22T00:55:53.663ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35752026-05-22T00:55:53.663Za .github/buildomat/ci-env.sh 1K
35762026-05-22T00:55:53.663Za out/target/test 1K
35772026-05-22T00:55:53.663Za out/npuzone/npuzone 27402K
35782026-05-22T00:55:53.663Za package-manifest.toml 35K
35792026-05-22T00:55:53.663Za smf/sled-agent/non-gimlet/config.toml 6K
35802026-05-22T00:55:53.663Za target/release/omicron-package 45981K
35812026-05-22T00:55:53.663Za target/release/xtask 11453K
35822026-05-22T00:55:53.663Za target/debug/bootstrap 414598K
35832026-05-22T00:55:53.663Za tests/bootstrap-a61c74111735eeca 31215K
35842026-05-22T00:55:53.663Za tests/commtest-b81659c58c740d2b 32300K
35852026-05-22T00:55:53.663Za tests/dhcp_server-943020ced87f80a6 31215K
35862026-05-22T00:55:53.663Za tests/end_to_end_tests-a4cdaee5a648e13a 475614K
35872026-05-22T00:55:53.663Za tools/opte_version 1K
35882026-05-22T00:55:53.663Za tools/opte_version_override 2K
35892026-05-22T00:55:53.663Za out/clickhouse.tar.gz 321187K
35902026-05-22T00:55:53.663Za out/clickhouse_keeper.tar.gz 306276K
35912026-05-22T00:55:53.663Za out/clickhouse_server.tar.gz 321184K
35922026-05-22T00:55:53.663Za out/cockroachdb.tar.gz 165941K
35932026-05-22T00:55:53.663Za out/crucible-pantry-zone.tar.gz 44455K
35942026-05-22T00:55:53.663Za out/crucible-utils.tar 17744K
35952026-05-22T00:55:53.664Za out/crucible-zone.tar.gz 58593K
35962026-05-22T00:55:53.664Za out/external-dns.tar.gz 51129K
35972026-05-22T00:55:53.664Za out/internal-dns.tar.gz 51128K
35982026-05-22T00:55:53.664Za out/mg-ddm-gz.tar 102917K
35992026-05-22T00:55:53.664Za out/nexus.tar.gz 239808K
36002026-05-22T00:55:53.664Za out/ntp.tar.gz 32685K
36012026-05-22T00:55:53.664Za out/omicron-gateway-softnpu.tar.gz 33483K
36022026-05-22T00:55:53.664Za out/omicron-sled-agent.tar 225260K
36032026-05-22T00:55:53.664Za out/overlay.tar.gz 3K
36042026-05-22T00:55:53.664Za out/oximeter.tar.gz 76041K
36052026-05-22T00:55:53.664Za out/oxlog.tar 3782K
36062026-05-22T00:55:53.664Za out/probe.tar.gz 3037K
36072026-05-22T00:55:53.664Za out/propolis-server.tar.gz 38727K
36082026-05-22T00:55:53.664Za out/pumpkind-gz.tar 26647K
36092026-05-22T00:55:53.664Za out/switch-softnpu.tar.gz 414819K
36102026-05-22T00:55:53.668Z
36112026-05-22T00:55:53.668Zreal 1:24.282151546
36122026-05-22T00:55:53.668Zuser 1:21.488244452
36132026-05-22T00:55:53.668Zsys 4.637404242
36142026-05-22T00:55:53.668Ztrap 0.007717898
36152026-05-22T00:55:53.668Ztflt 0.000000000
36162026-05-22T00:55:53.668Zdflt 0.000000000
36172026-05-22T00:55:53.668Zkflt 0.000000000
36182026-05-22T00:55:53.668Zlock 0.000000000
36192026-05-22T00:55:53.668Zslp 1:21.353104158
36202026-05-22T00:55:53.668Zlat 1.071791392
36212026-05-22T00:55:53.668Zstop 0.000221750
36222026-05-22T00:55:53.668Zprocess exited: duration 968904 ms, exit code 0
 
36232026-05-22T00:55:53.682Zfound 1 output files
36242026-05-22T00:55:53.682Zuploading: /work/package.tar.gz (2544805068 bytes)
36252026-05-22T00:56:23.798Zuploaded: /work/package.tar.gz