01KS0VF82SZQFMHDY9JYEG418X: 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: 01KS0VFQS1V7TAR1PR26FRMTZ4

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-19T19:31:21.125Zjob assigned to worker 01KS0VFZW1KM1GCFMH6HZPDZB7 [factory aws, i-0b5dddc2703fe8b25] (queued for 51 s)
 
22026-05-19T19:31:29.361Zstarting task 0: "setup"
32026-05-19T19:31:29.365Z++ uname -s
42026-05-19T19:31:29.369Z+ kern=SunOS
52026-05-19T19:31:29.369Z+ build_user=build
62026-05-19T19:31:29.369Z+ build_uid=12345
72026-05-19T19:31:29.370Z+ work_dir=/work
82026-05-19T19:31:29.370Z+ input_dir=/input
92026-05-19T19:31:29.370Z+ [[ 0 == 12345 ]]
102026-05-19T19:31:29.370Z+ case "$kern" in
112026-05-19T19:31:29.370Z+ groupadd -g 12345 build
122026-05-19T19:31:29.373Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-19T19:31:31.378Z+ zfs create -o mountpoint=/work rpool/work
142026-05-19T19:31:31.555Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-19T19:31:31.558Z+ home_fs=zfs
162026-05-19T19:31:31.558Z+ [[ zfs == autofs ]]
172026-05-19T19:31:31.558Z+ mkdir -p /home/build
182026-05-19T19:31:31.561Z+ chown build:build /home/build /work
192026-05-19T19:31:33.561Z+ chmod 0700 /home/build /work
202026-05-19T19:31:33.564Zprocess exited: duration 4205 ms, exit code 0
 
212026-05-19T19:31:33.570Zstarting task 1: "rust-toolchain"
222026-05-19T19:31:33.575Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-19T19:31:33.575Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-19T19:31:33.575Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-19T19:31:33.576Z * rust toolchain channel = "1.94.0"
262026-05-19T19:31:33.576Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-19T19:31:33.576Z * rust toolchain profile = "default"
282026-05-19T19:31:33.578Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-19T19:31:33.578Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-19T19:31:33.715Zinfo: downloading installer
312026-05-19T19:31:35.130Zwarn: It looks like you have an existing rustup settings file at:
322026-05-19T19:31:35.130Zwarn: /home/build/.rustup/settings.toml
332026-05-19T19:31:35.130Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-19T19:31:35.130Zwarn: instead of the one inferred from the default host triple.
352026-05-19T19:31:35.143Zinfo: profile set to default
362026-05-19T19:31:35.143Zinfo: default host triple is x86_64-unknown-illumos
372026-05-19T19:31:35.146Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-19T19:31:35.291Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-19T19:31:35.294Zinfo: downloading 6 components
402026-05-19T19:31:49.883Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-19T19:31:49.883Z
422026-05-19T19:31:49.917Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-19T19:31:49.917Z
442026-05-19T19:31:49.917Z
452026-05-19T19:31:49.917ZRust is installed now. Great!
462026-05-19T19:31:49.917Z
472026-05-19T19:31:49.917ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-19T19:31:49.917Zenvironment variable. This has not been done automatically.
492026-05-19T19:31:49.917Z
502026-05-19T19:31:49.917ZTo configure your current shell, you need to source
512026-05-19T19:31:49.917Zthe corresponding env file under $HOME/.cargo.
522026-05-19T19:31:49.917Z
532026-05-19T19:31:49.917ZThis is usually done by running one of the following (note the leading DOT):
542026-05-19T19:31:49.921Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-19T19:31:49.921Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-19T19:31:49.921Zsource "~/.cargo/env.nu" # For nushell
572026-05-19T19:31:49.921Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-19T19:31:49.921Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-19T19:31:49.921Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-19T19:31:49.921Zwarn: no default linker (`cc`) was found in your PATH
612026-05-19T19:31:49.921Zwarn: many Rust crates require a system C toolchain to build
622026-05-19T19:31:50.028Z+ rustup --version
632026-05-19T19:31:50.034Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-19T19:31:50.037Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-19T19:31:50.057Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-19T19:31:50.060Z+ cargo --version
672026-05-19T19:31:50.069Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-19T19:31:50.072Z+ rustc --version
692026-05-19T19:31:50.093Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-19T19:31:50.096Zprocess exited: duration 16525 ms, exit code 0
 
712026-05-19T19:31:50.102Zstarting task 2: "authentication"
722026-05-19T19:31:50.121Zprocess exited: duration 18 ms, exit code 0
 
732026-05-19T19:31:50.127Zstarting task 3: "clone repository"
742026-05-19T19:31:50.132Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-19T19:31:50.135Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-19T19:31:50.174ZCloning into '/work/oxidecomputer/omicron'...
772026-05-19T19:32:00.274Z+ cd /work/oxidecomputer/omicron
782026-05-19T19:32:00.274Z+ git fetch origin 56e17a43771c30573e13a310c460b8034a1c02a3
792026-05-19T19:32:00.604ZFrom https://github.com/oxidecomputer/omicron
802026-05-19T19:32:00.604Z * branch 56e17a43771c30573e13a310c460b8034a1c02a3 -> FETCH_HEAD
812026-05-19T19:32:00.620Z+ [[ -n john/scrimlet-reconcilers-mgd-static-routes ]]
822026-05-19T19:32:00.623Z++ git branch --show-current
832026-05-19T19:32:00.626Z+ current=main
842026-05-19T19:32:00.626Z+ [[ main != john/scrimlet-reconcilers-mgd-static-routes ]]
852026-05-19T19:32:00.627Z+ git branch -f john/scrimlet-reconcilers-mgd-static-routes 56e17a43771c30573e13a310c460b8034a1c02a3
862026-05-19T19:32:00.630Z+ git checkout -f john/scrimlet-reconcilers-mgd-static-routes
872026-05-19T19:32:00.881ZSwitched to branch 'john/scrimlet-reconcilers-mgd-static-routes'
882026-05-19T19:32:00.884Z+ git reset --hard 56e17a43771c30573e13a310c460b8034a1c02a3
892026-05-19T19:32:01.126ZHEAD is now at 56e17a437 scrimlet-reconcilers: add mgd static route reconciler
902026-05-19T19:32:01.129Zprocess exited: duration 11000 ms, exit code 0
 
912026-05-19T19:32:01.135Zstarting task 4: "build"
922026-05-19T19:32:01.140Z+ source .github/buildomat/ci-env.sh
932026-05-19T19:32:01.143Z++ export CARGO_TERM_COLOR=always
942026-05-19T19:32:01.143Z++ CARGO_TERM_COLOR=always
952026-05-19T19:32:01.143Z+ cargo --version
962026-05-19T19:32:01.151Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-19T19:32:01.154Z+ rustc --version
982026-05-19T19:32:01.176Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-19T19:32:01.179Z+ WORK=/work
1002026-05-19T19:32:01.179Z+ pfexec mkdir -p /work
1012026-05-19T19:32:01.182Z+ pfexec chown build /work
1022026-05-19T19:32:01.185Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-19T19:32:02.804Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-19T19:32:02.869Z Startup: Caching catalogs ... Done
1052026-05-19T19:32:03.081ZPlanning: Solver setup ... Done (0.178s)
1062026-05-19T19:32:03.097ZPlanning: Running solver ... Done (0.016s)
1072026-05-19T19:32:03.103ZPlanning: Finding local manifests ... Done (0.003s)
1082026-05-19T19:32:03.113ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-19T19:32:03.137ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-19T19:32:03.151ZPlanning: Package planning ... Done (0.014s)
1112026-05-19T19:32:03.154ZPlanning: Merging actions ... Done (0.002s)
1122026-05-19T19:32:03.356ZPlanning: Checking for conflicting actions ... Done (0.203s)
1132026-05-19T19:32:03.359ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-19T19:32:04.272ZPlanning: Evaluating mediators ... Done (0.914s)
1152026-05-19T19:32:04.275ZPlanning: Planning completed in 1.38 seconds
1162026-05-19T19:32:04.282Z Packages to install: 2
1172026-05-19T19:32:04.282Z Estimated space available: 156.07 GB
1182026-05-19T19:32:04.282ZEstimated space to be consumed: 19.74 MB
1192026-05-19T19:32:04.282Z Create boot environment: No
1202026-05-19T19:32:04.282ZCreate backup boot environment: No
1212026-05-19T19:32:04.285Z Rebuild boot archive: No
1222026-05-19T19:32:04.285Z
1232026-05-19T19:32:04.285ZChanged packages:
1242026-05-19T19:32:04.285Zhelios
1252026-05-19T19:32:04.285Z developer/build-essential
1262026-05-19T19:32:04.285Z None -> 11-3.0
1272026-05-19T19:32:04.285Z library/libxmlsec1
1282026-05-19T19:32:04.285Z None -> 1.2.35-3.0
1292026-05-19T19:32:04.309Z
1302026-05-19T19:32:04.309ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-19T19:32:05.020ZDownload: Completed 1.28 MB in 0.71 seconds (1.8M/s)
1322026-05-19T19:32:05.102Z Actions: 1/268 actions (Installing new actions)
1332026-05-19T19:32:05.142Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-19T19:32:05.150ZFinalize: Updating package state database ... Done (0.007s)
1352026-05-19T19:32:05.150ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-19T19:32:05.165ZFinalize: Updating image state ... Done (0.015s)
1372026-05-19T19:32:07.812ZFinalize: Creating fast lookup database ... Done (2.625s)
1382026-05-19T19:32:07.884ZFinalize: Reading search index ... Done (0.012s)
1392026-05-19T19:32:07.888ZFinalize: Updating search index ... Done (0.000s)
1402026-05-19T19:32:07.979ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-19T19:32:08.295ZPlanning: Evaluating mediator changes ... Done
1422026-05-19T19:32:08.409ZPlanning: Checking for conflicting actions ... Done
1432026-05-19T19:32:08.412ZPlanning: Consolidating action changes ... Done
1442026-05-19T19:32:08.570ZPlanning: Evaluating mediators ... Done
1452026-05-19T19:32:08.574ZPlanning: Planning completed in 0.28 seconds
1462026-05-19T19:32:08.595Z Mediators to change: 2
1472026-05-19T19:32:08.595Z Create boot environment: No
1482026-05-19T19:32:08.595ZCreate backup boot environment: No
1492026-05-19T19:32:08.651ZFinalize: Updating package state database ... Done
1502026-05-19T19:32:08.651ZFinalize: Updating package cache ... Done
1512026-05-19T19:32:08.661ZFinalize: Updating image state ... Done
1522026-05-19T19:32:10.641ZFinalize: Creating fast lookup database ... Done
1532026-05-19T19:32:10.704ZFinalize: Reading search index ... Done
1542026-05-19T19:32:10.707ZFinalize: Updating search index ... Done
1552026-05-19T19:32:10.782ZFinalize: Updating package cache ... Done
1562026-05-19T19:32:11.072ZPlanning: Evaluating mediator changes ... Done
1572026-05-19T19:32:11.184ZPlanning: Checking for conflicting actions ... Done
1582026-05-19T19:32:11.187ZPlanning: Consolidating action changes ... Done
1592026-05-19T19:32:11.344ZPlanning: Evaluating mediators ... Done
1602026-05-19T19:32:11.347ZPlanning: Planning completed in 0.27 seconds
1612026-05-19T19:32:11.366Z Mediators to change: 1
1622026-05-19T19:32:11.366Z Create boot environment: No
1632026-05-19T19:32:11.366ZCreate backup boot environment: No
1642026-05-19T19:32:11.425ZFinalize: Updating package state database ... Done
1652026-05-19T19:32:11.425ZFinalize: Updating package cache ... Done
1662026-05-19T19:32:11.436ZFinalize: Updating image state ... Done
1672026-05-19T19:32:13.413ZFinalize: Creating fast lookup database ... Done
1682026-05-19T19:32:13.477ZFinalize: Reading search index ... Done
1692026-05-19T19:32:13.480ZFinalize: Updating search index ... Done
1702026-05-19T19:32:13.561ZFinalize: Updating package cache ... Done
1712026-05-19T19:32:13.883ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-19T19:32:13.883Zapache system 2.4 system
1732026-05-19T19:32:13.883Zclang system 15 system
1742026-05-19T19:32:13.883Zcsh system system illumos
1752026-05-19T19:32:13.883Zctags system system illumos
1762026-05-19T19:32:13.883Zfile vendor vendor darwinsys
1772026-05-19T19:32:13.883Zfile system system illumos
1782026-05-19T19:32:13.883Zgcc vendor 14 vendor
1792026-05-19T19:32:13.883Zgcc system 13 system
1802026-05-19T19:32:13.884Zgcc system 10 system
1812026-05-19T19:32:13.884Zgo system 1.25 system
1822026-05-19T19:32:13.884Zllvm system 15 system
1832026-05-19T19:32:13.884Zmariadb system 11.4 system
1842026-05-19T19:32:13.884Zmta vendor vendor dma
1852026-05-19T19:32:13.884Zopenjdk system 17 system
1862026-05-19T19:32:13.884Zopenjdk system 11 system
1872026-05-19T19:32:13.884Zopenssl vendor 3 vendor
1882026-05-19T19:32:13.884Zperl system 5.40 system
1892026-05-19T19:32:13.884Zpostgresql system 18 system
1902026-05-19T19:32:13.884Zpostgresql system 17 system
1912026-05-19T19:32:13.884Zpython vendor 3 vendor
1922026-05-19T19:32:13.884Zpython system 2 system
1932026-05-19T19:32:13.884Zpython3 vendor 3.13 vendor
1942026-05-19T19:32:13.884Zruby system 3.4 system
1952026-05-19T19:32:13.884Zruby system 3.0 system
1962026-05-19T19:32:13.884Zwords vendor vendor american-english
1972026-05-19T19:32:13.884Zwords system system australian-english
1982026-05-19T19:32:13.884Zwords system system british-english
1992026-05-19T19:32:13.884Zwords system system canadian-english
2002026-05-19T19:32:13.884Zwords system system french
2012026-05-19T19:32:13.884Zwords system system italian
2022026-05-19T19:32:13.884Zwords system system ngerman
2032026-05-19T19:32:13.884Zwords system system ogerman
2042026-05-19T19:32:13.884Zwords system system spanish
2052026-05-19T19:32:14.147ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-19T19:32:14.147Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-19T19:32:14.431ZFMRI IFO
2082026-05-19T19:32:14.431Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-19T19:32:14.431Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-19T19:32:14.431Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-19T19:32:14.431Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-19T19:32:14.431Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-19T19:32:14.431Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-19T19:32:14.431Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-19T19:32:14.431Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-19T19:32:14.431Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-19T19:32:14.683Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-19T19:32:14.999Z Updating crates.io index
2192026-05-19T19:32:15.032Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-19T19:32:15.294Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-19T19:32:16.105Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-19T19:32:19.502Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-19T19:32:19.594Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-19T19:32:19.594Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-19T19:32:19.655Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-19T19:32:20.456Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-19T19:32:20.751Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-19T19:32:21.491Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-19T19:32:22.103Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-19T19:32:22.541Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-19T19:32:22.819Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-19T19:32:23.839Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-19T19:32:24.356Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2342026-05-19T19:32:24.745Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2352026-05-19T19:32:24.987Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2362026-05-19T19:32:25.360Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2372026-05-19T19:32:25.691Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2382026-05-19T19:32:25.922Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2392026-05-19T19:32:26.193Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2402026-05-19T19:32:26.640Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2412026-05-19T19:32:27.082Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2422026-05-19T19:32:27.503Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2432026-05-19T19:32:27.831Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2442026-05-19T19:32:28.347Z Updating git repository `https://github.com/oxidecomputer/ispf`
2452026-05-19T19:32:28.623Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2462026-05-19T19:32:29.983Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-05-19T19:32:30.930Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2482026-05-19T19:32:31.385Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2492026-05-19T19:32:31.899Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2502026-05-19T19:32:32.250Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2512026-05-19T19:32:32.552Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2522026-05-19T19:32:32.903Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2532026-05-19T19:32:33.334Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2542026-05-19T19:32:33.582Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2552026-05-19T19:32:33.862Z Updating git repository `https://github.com/illumos/smf-rs`
2562026-05-19T19:32:34.198Z Updating git repository `https://github.com/oxidecomputer/omicron`
2572026-05-19T19:32:45.686Z Downloading crates ...
2582026-05-19T19:32:45.749Z Downloaded digest v0.10.7
2592026-05-19T19:32:45.752Z Downloaded proc-macro-error-attr v1.0.4
2602026-05-19T19:32:45.752Z Downloaded clap_derive v4.5.55
2612026-05-19T19:32:45.757Z Downloaded anstyle v1.0.13
2622026-05-19T19:32:45.761Z Downloaded cfg-if v1.0.4
2632026-05-19T19:32:45.765Z Downloaded zerofrom-derive v0.1.6
2642026-05-19T19:32:45.765Z Downloaded zerotrie v0.2.3
2652026-05-19T19:32:45.765Z Downloaded usdt-attr-macro v0.5.0
2662026-05-19T19:32:45.768Z Downloaded unicode-linebreak v0.1.5
2672026-05-19T19:32:45.768Z Downloaded cpufeatures v0.2.17
2682026-05-19T19:32:45.768Z Downloaded cargo_metadata v0.21.0
2692026-05-19T19:32:45.768Z Downloaded zerovec-derive v0.11.2
2702026-05-19T19:32:45.771Z Downloaded cargo_toml v0.21.0
2712026-05-19T19:32:45.771Z Downloaded usdt-impl v0.5.0
2722026-05-19T19:32:45.771Z Downloaded thiserror-impl v2.0.18
2732026-05-19T19:32:45.774Z Downloaded anstream v0.6.21
2742026-05-19T19:32:45.774Z Downloaded unicode-xid v0.2.6
2752026-05-19T19:32:45.775Z Downloaded heck v0.4.1
2762026-05-19T19:32:45.778Z Downloaded colorchoice v1.0.4
2772026-05-19T19:32:45.778Z Downloaded clap_lex v1.0.0
2782026-05-19T19:32:45.778Z Downloaded unicode-ident v1.0.24
2792026-05-19T19:32:45.781Z Downloaded is_terminal_polyfill v1.70.2
2802026-05-19T19:32:45.781Z Downloaded clap v4.5.60
2812026-05-19T19:32:45.785Z Downloaded scroll v0.12.0
2822026-05-19T19:32:45.785Z Downloaded thiserror v1.0.69
2832026-05-19T19:32:45.789Z Downloaded fastrand v2.3.0
2842026-05-19T19:32:45.789Z Downloaded textwrap v0.16.2
2852026-05-19T19:32:45.792Z Downloaded toml v0.8.23
2862026-05-19T19:32:45.792Z Downloaded yoke-derive v0.8.1
2872026-05-19T19:32:45.792Z Downloaded utf8parse v0.2.2
2882026-05-19T19:32:45.792Z Downloaded thiserror v2.0.18
2892026-05-19T19:32:45.795Z Downloaded usdt-macro v0.5.0
2902026-05-19T19:32:45.800Z Downloaded pretty-hex v0.4.1
2912026-05-19T19:32:45.800Z Downloaded potential_utf v0.1.4
2922026-05-19T19:32:45.800Z Downloaded fnv v1.0.7
2932026-05-19T19:32:45.800Z Downloaded dtrace-parser v0.2.0
2942026-05-19T19:32:45.800Z Downloaded equivalent v1.0.2
2952026-05-19T19:32:45.803Z Downloaded displaydoc v0.2.5
2962026-05-19T19:32:45.803Z Downloaded zerocopy-derive v0.7.35
2972026-05-19T19:32:45.803Z Downloaded writeable v0.6.2
2982026-05-19T19:32:45.806Z Downloaded stable_deref_trait v1.2.1
2992026-05-19T19:32:45.807Z Downloaded typenum v1.19.0
3002026-05-19T19:32:45.807Z Downloaded version_check v0.9.5
3012026-05-19T19:32:45.809Z Downloaded toml_datetime v0.6.11
3022026-05-19T19:32:45.810Z Downloaded usdt v0.5.0
3032026-05-19T19:32:45.810Z Downloaded generic-array v0.14.7
3042026-05-19T19:32:45.812Z Downloaded typeid v1.0.3
3052026-05-19T19:32:45.813Z Downloaded crypto-common v0.1.7
3062026-05-19T19:32:45.813Z Downloaded clap_builder v4.5.60
3072026-05-19T19:32:45.817Z Downloaded utf8_iter v1.0.4
3082026-05-19T19:32:45.820Z Downloaded toml_write v0.1.2
3092026-05-19T19:32:45.820Z Downloaded tinystr v0.8.2
3102026-05-19T19:32:45.820Z Downloaded zmij v1.0.21
3112026-05-19T19:32:45.820Z Downloaded zerofrom v0.1.6
3122026-05-19T19:32:45.820Z Downloaded thread-id v4.2.2
3132026-05-19T19:32:45.823Z Downloaded serde-value v0.7.0
3142026-05-19T19:32:45.823Z Downloaded plain v0.2.3
3152026-05-19T19:32:45.823Z Downloaded block-buffer v0.10.4
3162026-05-19T19:32:45.823Z Downloaded camino-tempfile v1.4.1
3172026-05-19T19:32:45.824Z Downloaded thiserror-impl v1.0.69
3182026-05-19T19:32:45.827Z Downloaded anstyle-query v1.1.5
3192026-05-19T19:32:45.827Z Downloaded memmap v0.7.0
3202026-05-19T19:32:45.827Z Downloaded errno v0.3.14
3212026-05-19T19:32:45.827Z Downloaded cargo-util-schemas v0.8.2
3222026-05-19T19:32:45.830Z Downloaded yoke v0.8.1
3232026-05-19T19:32:45.833Z Downloaded serde_spanned v0.6.9
3242026-05-19T19:32:45.833Z Downloaded url v2.5.8
3252026-05-19T19:32:45.833Z Downloaded terminal_size v0.4.3
3262026-05-19T19:32:45.836Z Downloaded cargo-platform v0.2.0
3272026-05-19T19:32:45.836Z Downloaded itoa v1.0.17
3282026-05-19T19:32:45.836Z Downloaded ucd-trie v0.1.7
3292026-05-19T19:32:45.845Z Downloaded idna_adapter v1.2.1
3302026-05-19T19:32:45.849Z Downloaded heck v0.5.0
3312026-05-19T19:32:45.849Z Downloaded form_urlencoded v1.2.2
3322026-05-19T19:32:45.849Z Downloaded macaddr v1.0.1
3332026-05-19T19:32:45.852Z Downloaded tabled_derive v0.7.0
3342026-05-19T19:32:45.855Z Downloaded scroll_derive v0.12.1
3352026-05-19T19:32:45.859Z Downloaded toml_edit v0.22.27
3362026-05-19T19:32:45.862Z Downloaded strsim v0.11.1
3372026-05-19T19:32:45.866Z Downloaded ordered-float v2.10.1
3382026-05-19T19:32:45.866Z Downloaded erased-serde v0.4.9
3392026-05-19T19:32:45.866Z Downloaded proc-macro-error v1.0.4
3402026-05-19T19:32:45.870Z Downloaded zerovec v0.11.5
3412026-05-19T19:32:45.874Z Downloaded smallvec v1.15.1
3422026-05-19T19:32:45.874Z Downloaded quote v1.0.45
3432026-05-19T19:32:45.880Z Downloaded smawk v0.3.2
3442026-05-19T19:32:45.883Z Downloaded swrite v0.1.0
3452026-05-19T19:32:45.883Z Downloaded percent-encoding v2.3.2
3462026-05-19T19:32:45.883Z Downloaded zerocopy v0.7.35
3472026-05-19T19:32:45.891Z Downloaded winnow v0.7.14
3482026-05-19T19:32:45.896Z Downloaded sha2 v0.10.9
3492026-05-19T19:32:45.900Z Downloaded bytecount v0.6.9
3502026-05-19T19:32:45.900Z Downloaded unicode-width v0.1.14
3512026-05-19T19:32:45.903Z Downloaded unicode-width v0.2.0
3522026-05-19T19:32:45.906Z Downloaded serde_tokenstream v0.2.3
3532026-05-19T19:32:45.909Z Downloaded fs-err v3.3.0
3542026-05-19T19:32:45.909Z Downloaded dof v0.3.0
3552026-05-19T19:32:45.918Z Downloaded synstructure v0.13.2
3562026-05-19T19:32:45.934Z Downloaded byteorder v1.5.0
3572026-05-19T19:32:45.940Z Downloaded pest_generator v2.8.6
3582026-05-19T19:32:45.943Z Downloaded semver v1.0.28
3592026-05-19T19:32:45.946Z Downloaded serde-untagged v0.1.9
3602026-05-19T19:32:45.946Z Downloaded autocfg v1.5.0
3612026-05-19T19:32:45.952Z Downloaded bitflags v2.11.0
3622026-05-19T19:32:45.955Z Downloaded litemap v0.8.1
3632026-05-19T19:32:45.955Z Downloaded pest_derive v2.8.6
3642026-05-19T19:32:45.958Z Downloaded anstyle-parse v0.2.7
3652026-05-19T19:32:45.958Z Downloaded num-traits v0.2.19
3662026-05-19T19:32:45.961Z Downloaded tempfile v3.25.0
3672026-05-19T19:32:45.964Z Downloaded once_cell v1.21.3
3682026-05-19T19:32:45.964Z Downloaded icu_properties v2.1.2
3692026-05-19T19:32:45.968Z Downloaded icu_collections v2.1.1
3702026-05-19T19:32:45.974Z Downloaded camino v1.2.2
3712026-05-19T19:32:45.978Z Downloaded log v0.4.29
3722026-05-19T19:32:45.981Z Downloaded anyhow v1.0.102
3732026-05-19T19:32:45.984Z Downloaded proc-macro2 v1.0.106
3742026-05-19T19:32:45.984Z Downloaded serde_core v1.0.228
3752026-05-19T19:32:45.987Z Downloaded icu_provider v2.1.1
3762026-05-19T19:32:45.990Z Downloaded getrandom v0.4.1
3772026-05-19T19:32:45.993Z Downloaded papergrid v0.11.0
3782026-05-19T19:32:46.003Z Downloaded icu_normalizer v2.1.1
3792026-05-19T19:32:46.006Z Downloaded serde_derive v1.0.228
3802026-05-19T19:32:46.009Z Downloaded icu_normalizer_data v2.1.1
3812026-05-19T19:32:46.009Z Downloaded pest_meta v2.8.6
3822026-05-19T19:32:46.023Z Downloaded serde v1.0.228
3832026-05-19T19:32:46.027Z Downloaded memchr v2.8.0
3842026-05-19T19:32:46.031Z Downloaded icu_locale_core v2.1.1
3852026-05-19T19:32:46.045Z Downloaded indexmap v2.14.0
3862026-05-19T19:32:46.063Z Downloaded pest v2.8.6
3872026-05-19T19:32:46.077Z Downloaded idna v1.1.0
3882026-05-19T19:32:46.080Z Downloaded hashbrown v0.17.0
3892026-05-19T19:32:46.087Z Downloaded serde_json v1.0.149
3902026-05-19T19:32:46.091Z Downloaded icu_properties_data v2.1.2
3912026-05-19T19:32:46.101Z Downloaded goblin v0.8.2
3922026-05-19T19:32:46.108Z Downloaded syn v1.0.109
3932026-05-19T19:32:46.114Z Downloaded tabled v0.15.0
3942026-05-19T19:32:46.134Z Downloaded syn v2.0.117
3952026-05-19T19:32:46.146Z Downloaded rustix v1.1.3
3962026-05-19T19:32:46.184Z Downloaded libc v0.2.185
3972026-05-19T19:32:46.254Z Compiling proc-macro2 v1.0.106
3982026-05-19T19:32:46.254Z Compiling quote v1.0.45
3992026-05-19T19:32:46.257Z Compiling unicode-ident v1.0.24
4002026-05-19T19:32:46.257Z Compiling serde_core v1.0.228
4012026-05-19T19:32:46.257Z Compiling libc v0.2.185
4022026-05-19T19:32:46.257Z Compiling version_check v0.9.5
4032026-05-19T19:32:46.257Z Compiling stable_deref_trait v1.2.1
4042026-05-19T19:32:46.257Z Compiling memchr v2.8.0
4052026-05-19T19:32:46.257Z Compiling serde v1.0.228
4062026-05-19T19:32:46.439Z Compiling zmij v1.0.21
4072026-05-19T19:32:46.444Z Compiling ucd-trie v0.1.7
4082026-05-19T19:32:46.444Z Compiling itoa v1.0.17
4092026-05-19T19:32:46.444Z Compiling thiserror v1.0.69
4102026-05-19T19:32:46.444Z Compiling autocfg v1.5.0
4112026-05-19T19:32:46.444Z Compiling litemap v0.8.1
4122026-05-19T19:32:46.651Z Compiling writeable v0.6.2
4132026-05-19T19:32:46.726Z Compiling icu_normalizer_data v2.1.1
4142026-05-19T19:32:46.752Z Compiling byteorder v1.5.0
4152026-05-19T19:32:46.878Z Compiling icu_properties_data v2.1.2
4162026-05-19T19:32:46.930Z Compiling rustix v1.1.3
4172026-05-19T19:32:47.068Z Compiling pest v2.8.6
4182026-05-19T19:32:47.088Z Compiling serde_json v1.0.149
4192026-05-19T19:32:47.161Z Compiling bitflags v2.11.0
4202026-05-19T19:32:47.214Z Compiling num-traits v0.2.19
4212026-05-19T19:32:47.297Z Compiling equivalent v1.0.2
4222026-05-19T19:32:47.369Z Compiling typeid v1.0.3
4232026-05-19T19:32:47.386Z Compiling hashbrown v0.17.0
4242026-05-19T19:32:47.491Z Compiling smallvec v1.15.1
4252026-05-19T19:32:47.528Z Compiling usdt-impl v0.5.0
4262026-05-19T19:32:47.545Z Compiling proc-macro-error-attr v1.0.4
4272026-05-19T19:32:47.656Z Compiling erased-serde v0.4.9
4282026-05-19T19:32:47.660Z Compiling syn v1.0.109
4292026-05-19T19:32:47.691Z Compiling winnow v0.7.14
4302026-05-19T19:32:47.752Z Compiling toml_write v0.1.2
4312026-05-19T19:32:47.772Z Compiling proc-macro-error v1.0.4
4322026-05-19T19:32:47.788Z Compiling percent-encoding v2.3.2
4332026-05-19T19:32:47.844Z Compiling errno v0.3.14
4342026-05-19T19:32:47.860Z Compiling thread-id v4.2.2
4352026-05-19T19:32:48.040Z Compiling plain v0.2.3
4362026-05-19T19:32:48.077Z Compiling indexmap v2.14.0
4372026-05-19T19:32:48.134Z Compiling thiserror v2.0.18
4382026-05-19T19:32:48.139Z Compiling utf8_iter v1.0.4
4392026-05-19T19:32:48.139Z Compiling log v0.4.29
4402026-05-19T19:32:48.152Z Compiling utf8parse v0.2.2
4412026-05-19T19:32:48.168Z Compiling camino v1.2.2
4422026-05-19T19:32:48.222Z Compiling getrandom v0.4.1
4432026-05-19T19:32:48.242Z Compiling pest_meta v2.8.6
4442026-05-19T19:32:48.315Z Compiling syn v2.0.117
4452026-05-19T19:32:48.372Z Compiling anstyle-parse v0.2.7
4462026-05-19T19:32:48.480Z Compiling ordered-float v2.10.1
4472026-05-19T19:32:48.583Z Compiling form_urlencoded v1.2.2
4482026-05-19T19:32:48.619Z Compiling anstyle-query v1.1.5
4492026-05-19T19:32:48.707Z Compiling is_terminal_polyfill v1.70.2
4502026-05-19T19:32:48.728Z Compiling anstyle v1.0.13
4512026-05-19T19:32:48.800Z Compiling colorchoice v1.0.4
4522026-05-19T19:32:48.818Z Compiling pretty-hex v0.4.1
4532026-05-19T19:32:48.837Z Compiling cfg-if v1.0.4
4542026-05-19T19:32:48.855Z Compiling fs-err v3.3.0
4552026-05-19T19:32:48.858Z Compiling bytecount v0.6.9
4562026-05-19T19:32:48.933Z Compiling anstream v0.6.21
4572026-05-19T19:32:48.968Z Compiling clap_lex v1.0.0
4582026-05-19T19:32:48.993Z Compiling unicode-xid v0.2.6
4592026-05-19T19:32:49.013Z Compiling once_cell v1.21.3
4602026-05-19T19:32:49.043Z Compiling heck v0.5.0
4612026-05-19T19:32:49.060Z Compiling heck v0.4.1
4622026-05-19T19:32:49.111Z Compiling terminal_size v0.4.3
4632026-05-19T19:32:49.152Z Compiling anyhow v1.0.102
4642026-05-19T19:32:49.155Z Compiling strsim v0.11.1
4652026-05-19T19:32:49.247Z Compiling fastrand v2.3.0
4662026-05-19T19:32:49.288Z Compiling fnv v1.0.7
4672026-05-19T19:32:49.305Z Compiling unicode-width v0.1.14
4682026-05-19T19:32:49.341Z Compiling memmap v0.7.0
4692026-05-19T19:32:49.409Z Compiling clap_builder v4.5.60
4702026-05-19T19:32:49.428Z Compiling unicode-linebreak v0.1.5
4712026-05-19T19:32:49.446Z Compiling unicode-width v0.2.0
4722026-05-19T19:32:49.465Z Compiling tempfile v3.25.0
4732026-05-19T19:32:49.468Z Compiling smawk v0.3.2
4742026-05-19T19:32:49.573Z Compiling semver v1.0.28
4752026-05-19T19:32:49.627Z Compiling papergrid v0.11.0
4762026-05-19T19:32:49.760Z Compiling textwrap v0.16.2
4772026-05-19T19:32:49.895Z Compiling camino-tempfile v1.4.1
4782026-05-19T19:32:49.954Z Compiling serde-untagged v0.1.9
4792026-05-19T19:32:50.001Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4802026-05-19T19:32:50.022Z Compiling swrite v0.1.0
4812026-05-19T19:32:50.329Z Compiling tabled_derive v0.7.0
4822026-05-19T19:32:50.990Z Compiling tabled v0.15.0
4832026-05-19T19:32:51.031Z Compiling synstructure v0.13.2
4842026-05-19T19:32:51.034Z Compiling pest_generator v2.8.6
4852026-05-19T19:32:51.604Z Compiling serde_derive v1.0.228
4862026-05-19T19:32:51.604Z Compiling zerofrom-derive v0.1.6
4872026-05-19T19:32:51.607Z Compiling yoke-derive v0.8.1
4882026-05-19T19:32:51.607Z Compiling zerovec-derive v0.11.2
4892026-05-19T19:32:51.607Z Compiling displaydoc v0.2.5
4902026-05-19T19:32:51.608Z Compiling thiserror-impl v1.0.69
4912026-05-19T19:32:51.608Z Compiling zerocopy-derive v0.7.35
4922026-05-19T19:32:51.608Z Compiling scroll_derive v0.12.1
4932026-05-19T19:32:51.608Z Compiling thiserror-impl v2.0.18
4942026-05-19T19:32:51.608Z Compiling clap_derive v4.5.55
4952026-05-19T19:32:51.697Z Compiling pest_derive v2.8.6
4962026-05-19T19:32:52.349Z Compiling scroll v0.12.0
4972026-05-19T19:32:52.378Z Compiling zerocopy v0.7.35
4982026-05-19T19:32:52.606Z Compiling goblin v0.8.2
4992026-05-19T19:32:52.834Z Compiling zerofrom v0.1.6
5002026-05-19T19:32:52.887Z Compiling dtrace-parser v0.2.0
5012026-05-19T19:32:52.955Z Compiling yoke v0.8.1
5022026-05-19T19:32:53.118Z Compiling zerovec v0.11.5
5032026-05-19T19:32:53.118Z Compiling zerotrie v0.2.3
5042026-05-19T19:32:53.228Z Compiling clap v4.5.60
5052026-05-19T19:32:53.507Z Compiling tinystr v0.8.2
5062026-05-19T19:32:53.507Z Compiling potential_utf v0.1.4
5072026-05-19T19:32:53.647Z Compiling icu_collections v2.1.1
5082026-05-19T19:32:53.695Z Compiling icu_locale_core v2.1.1
5092026-05-19T19:32:54.204Z Compiling serde_spanned v0.6.9
5102026-05-19T19:32:54.206Z Compiling toml_datetime v0.6.11
5112026-05-19T19:32:54.206Z Compiling serde-value v0.7.0
5122026-05-19T19:32:54.209Z Compiling cargo-platform v0.2.0
5132026-05-19T19:32:54.209Z Compiling macaddr v1.0.1
5142026-05-19T19:32:54.222Z Compiling icu_provider v2.1.1
5152026-05-19T19:32:54.225Z Compiling dof v0.3.0
5162026-05-19T19:32:54.225Z Compiling serde_tokenstream v0.2.3
5172026-05-19T19:32:54.432Z Compiling toml_edit v0.22.27
5182026-05-19T19:32:54.539Z Compiling icu_normalizer v2.1.1
5192026-05-19T19:32:54.539Z Compiling icu_properties v2.1.2
5202026-05-19T19:32:55.047Z Compiling usdt-attr-macro v0.5.0
5212026-05-19T19:32:55.047Z Compiling usdt-macro v0.5.0
5222026-05-19T19:32:55.396Z Compiling idna_adapter v1.2.1
5232026-05-19T19:32:55.514Z Compiling idna v1.1.0
5242026-05-19T19:32:55.661Z Compiling usdt v0.5.0
5252026-05-19T19:32:55.781Z Compiling toml v0.8.23
5262026-05-19T19:32:55.797Z Compiling url v2.5.8
5272026-05-19T19:32:56.128Z Compiling cargo_toml v0.21.0
5282026-05-19T19:32:56.205Z Compiling cargo-util-schemas v0.8.2
5292026-05-19T19:32:56.989Z Compiling cargo_metadata v0.21.0
5302026-05-19T19:32:57.942Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5312026-05-19T19:33:00.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.63s
5322026-05-19T19:33:00.405Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5332026-05-19T19:33:00.988Z Downloading crates ...
5342026-05-19T19:33:01.082Z Downloaded aead v0.5.2
5352026-05-19T19:33:01.088Z Downloaded adler2 v2.0.1
5362026-05-19T19:33:01.097Z Downloaded allocator-api2 v0.2.21
5372026-05-19T19:33:01.100Z Downloaded derive-ex v0.1.8
5382026-05-19T19:33:01.100Z Downloaded dirs-next v2.0.0
5392026-05-19T19:33:01.103Z Downloaded block-padding v0.3.3
5402026-05-19T19:33:01.103Z Downloaded cfg_aliases v0.1.1
5412026-05-19T19:33:01.103Z Downloaded bit-set v0.5.3
5422026-05-19T19:33:01.103Z Downloaded async-stream-impl v0.3.6
5432026-05-19T19:33:01.106Z Downloaded either v1.15.0
5442026-05-19T19:33:01.106Z Downloaded fixedbitset v0.5.7
5452026-05-19T19:33:01.106Z Downloaded base16ct v0.2.0
5462026-05-19T19:33:01.109Z Downloaded bitfield-macros v0.19.4
5472026-05-19T19:33:01.109Z Downloaded bcrypt-pbkdf v0.10.0
5482026-05-19T19:33:01.114Z Downloaded atomicwrites v0.4.4
5492026-05-19T19:33:01.114Z Downloaded crc32fast v1.5.0
5502026-05-19T19:33:01.114Z Downloaded cpufeatures v0.3.0
5512026-05-19T19:33:01.117Z Downloaded curve25519-dalek-derive v0.1.1
5522026-05-19T19:33:01.117Z Downloaded darling_macro v0.20.11
5532026-05-19T19:33:01.117Z Downloaded convert_case v0.4.0
5542026-05-19T19:33:01.117Z Downloaded crunchy v0.2.4
5552026-05-19T19:33:01.120Z Downloaded cbc v0.1.2
5562026-05-19T19:33:01.120Z Downloaded defmt v0.3.100
5572026-05-19T19:33:01.120Z Downloaded cobs v0.3.0
5582026-05-19T19:33:01.123Z Downloaded crucible-workspace-hack v0.1.0
5592026-05-19T19:33:01.123Z Downloaded argon2 v0.5.3
5602026-05-19T19:33:01.123Z Downloaded darling v0.21.3
5612026-05-19T19:33:01.126Z Downloaded chacha20 v0.9.1
5622026-05-19T19:33:01.130Z Downloaded cargo_metadata v0.19.2
5632026-05-19T19:33:01.130Z Downloaded const_format_proc_macros v0.2.34
5642026-05-19T19:33:01.130Z Downloaded byte-wrapper v0.1.0
5652026-05-19T19:33:01.133Z Downloaded darling_macro v0.23.0
5662026-05-19T19:33:01.133Z Downloaded cancel-safe-futures v0.1.5
5672026-05-19T19:33:01.136Z Downloaded arc-swap v1.8.2
5682026-05-19T19:33:01.136Z Downloaded endian-type v0.1.2
5692026-05-19T19:33:01.139Z Downloaded defmt-macros v1.0.1
5702026-05-19T19:33:01.139Z Downloaded cookie_store v0.22.1
5712026-05-19T19:33:01.142Z Downloaded console v0.16.2
5722026-05-19T19:33:01.142Z Downloaded darling_core v0.20.11
5732026-05-19T19:33:01.145Z Downloaded derive_builder_macro v0.20.2
5742026-05-19T19:33:01.149Z Downloaded compression-core v0.4.31
5752026-05-19T19:33:01.149Z Downloaded cfg_aliases v0.2.1
5762026-05-19T19:33:01.149Z Downloaded defmt-parser v1.0.0
5772026-05-19T19:33:01.149Z Downloaded ctr v0.9.2
5782026-05-19T19:33:01.152Z Downloaded ahash v0.8.12
5792026-05-19T19:33:01.152Z Downloaded base64ct v1.8.3
5802026-05-19T19:33:01.157Z Downloaded crc-any v2.5.0
5812026-05-19T19:33:01.157Z Downloaded enum-as-inner v0.6.1
5822026-05-19T19:33:01.157Z Downloaded embedded-io v0.6.1
5832026-05-19T19:33:01.157Z Downloaded bitfield-struct v0.6.2
5842026-05-19T19:33:01.161Z Downloaded foreign-types-macros v0.2.3
5852026-05-19T19:33:01.161Z Downloaded array-init v0.0.4
5862026-05-19T19:33:01.161Z Downloaded cargo-platform v0.1.9
5872026-05-19T19:33:01.164Z Downloaded bit-set v0.8.0
5882026-05-19T19:33:01.164Z Downloaded crc v3.4.0
5892026-05-19T19:33:01.167Z Downloaded ciborium-ll v0.2.2
5902026-05-19T19:33:01.172Z Downloaded atty v0.2.14
5912026-05-19T19:33:01.175Z Downloaded ciborium-io v0.2.2
5922026-05-19T19:33:01.175Z Downloaded bb8 v0.8.6
5932026-05-19T19:33:01.175Z Downloaded dyn-clone v1.0.20
5942026-05-19T19:33:01.178Z Downloaded bitflags v1.3.2
5952026-05-19T19:33:01.181Z Downloaded bcs v0.1.6
5962026-05-19T19:33:01.181Z Downloaded async-trait v0.1.89
5972026-05-19T19:33:01.184Z Downloaded debug-ignore v1.0.5
5982026-05-19T19:33:01.184Z Downloaded ascii-canvas v3.0.0
5992026-05-19T19:33:01.184Z Downloaded darling_macro v0.21.3
6002026-05-19T19:33:01.187Z Downloaded arrayref v0.3.9
6012026-05-19T19:33:01.194Z Downloaded futures-sink v0.3.32
6022026-05-19T19:33:01.197Z Downloaded crc-catalog v2.4.0
6032026-05-19T19:33:01.200Z Downloaded derive_builder_core v0.20.2
6042026-05-19T19:33:01.200Z Downloaded assert_matches v1.5.0
6052026-05-19T19:33:01.203Z Downloaded futures-io v0.3.32
6062026-05-19T19:33:01.206Z Downloaded castaway v0.2.4
6072026-05-19T19:33:01.209Z Downloaded foreign-types v0.5.0
6082026-05-19T19:33:01.212Z Downloaded async-recursion v1.1.1
6092026-05-19T19:33:01.212Z Downloaded foreign-types-shared v0.3.1
6102026-05-19T19:33:01.215Z Downloaded atomic-waker v1.1.2
6112026-05-19T19:33:01.215Z Downloaded dof v0.4.0
6122026-05-19T19:33:01.215Z Downloaded diesel_table_macro_syntax v0.3.0
6132026-05-19T19:33:01.219Z Downloaded cstr-argument v0.1.2
6142026-05-19T19:33:01.219Z Downloaded float-ord v0.3.2
6152026-05-19T19:33:01.219Z Downloaded flagset v0.4.7
6162026-05-19T19:33:01.219Z Downloaded difflib v0.4.0
6172026-05-19T19:33:01.223Z Downloaded foreign-types v0.3.2
6182026-05-19T19:33:01.226Z Downloaded futures-macro v0.3.32
6192026-05-19T19:33:01.226Z Downloaded git-stub v1.0.0
6202026-05-19T19:33:01.226Z Downloaded foreign-types-shared v0.1.1
6212026-05-19T19:33:01.229Z Downloaded ghash v0.5.1
6222026-05-19T19:33:01.229Z Downloaded fxhash v0.2.1
6232026-05-19T19:33:01.229Z Downloaded dtrace-parser v0.3.0
6242026-05-19T19:33:01.229Z Downloaded env_filter v1.0.0
6252026-05-19T19:33:01.232Z Downloaded document-features v0.2.12
6262026-05-19T19:33:01.232Z Downloaded blowfish v0.9.1
6272026-05-19T19:33:01.232Z Downloaded futures-core v0.3.32
6282026-05-19T19:33:01.232Z Downloaded fd-lock v4.0.4
6292026-05-19T19:33:01.236Z Downloaded fs_extra v1.3.0
6302026-05-19T19:33:01.236Z Downloaded constant_time_eq v0.4.2
6312026-05-19T19:33:01.238Z Downloaded embedded-io v0.4.0
6322026-05-19T19:33:01.238Z Downloaded globwalk v0.9.1
6332026-05-19T19:33:01.241Z Downloaded dunce v1.0.5
6342026-05-19T19:33:01.241Z Downloaded display-error-chain v0.2.2
6352026-05-19T19:33:01.241Z Downloaded colored v3.1.1
6362026-05-19T19:33:01.244Z Downloaded async-compression v0.4.41
6372026-05-19T19:33:01.247Z Downloaded hash32 v0.2.1
6382026-05-19T19:33:01.247Z Downloaded gethostname v0.5.0
6392026-05-19T19:33:01.250Z Downloaded dirs-sys-next v0.1.2
6402026-05-19T19:33:01.250Z Downloaded float-cmp v0.10.0
6412026-05-19T19:33:01.251Z Downloaded arrayvec v0.7.6
6422026-05-19T19:33:01.254Z Downloaded foldhash v0.1.5
6432026-05-19T19:33:01.254Z Downloaded dropshot-api-manager-types v0.7.1
6442026-05-19T19:33:01.254Z Downloaded der_derive v0.7.3
6452026-05-19T19:33:01.258Z Downloaded csv-core v0.1.13
6462026-05-19T19:33:01.258Z Downloaded hex-literal v0.4.1
6472026-05-19T19:33:01.258Z Downloaded home v0.5.12
6482026-05-19T19:33:01.262Z Downloaded filetime v0.2.27
6492026-05-19T19:33:01.262Z Downloaded camino-tempfile-ext v0.3.3
6502026-05-19T19:33:01.262Z Downloaded fixedbitset v0.4.2
6512026-05-19T19:33:01.262Z Downloaded bit-vec v0.8.0
6522026-05-19T19:33:01.262Z Downloaded fallible-iterator v0.2.0
6532026-05-19T19:33:01.265Z Downloaded ena v0.14.4
6542026-05-19T19:33:01.265Z Downloaded hex v0.4.3
6552026-05-19T19:33:01.265Z Downloaded headers-core v0.3.0
6562026-05-19T19:33:01.269Z Downloaded corncobs v0.1.4
6572026-05-19T19:33:01.269Z Downloaded compression-codecs v0.4.37
6582026-05-19T19:33:01.313Z Downloaded defmt v1.0.1
6592026-05-19T19:33:01.313Z Downloaded bit-vec v0.6.3
6602026-05-19T19:33:01.313Z Downloaded cassowary v0.3.0
6612026-05-19T19:33:01.313Z Downloaded ed25519 v2.2.3
6622026-05-19T19:33:01.313Z Downloaded diesel-dtrace v0.5.0
6632026-05-19T19:33:01.313Z Downloaded hash32 v0.3.1
6642026-05-19T19:33:01.313Z Downloaded erased-serde v0.3.31
6652026-05-19T19:33:01.313Z Downloaded http-range v0.1.5
6662026-05-19T19:33:01.313Z Downloaded funty v2.0.0
6672026-05-19T19:33:01.313Z Downloaded backoff v0.4.0
6682026-05-19T19:33:01.313Z Downloaded downcast-rs v2.0.2
6692026-05-19T19:33:01.313Z Downloaded find-msvc-tools v0.1.9
6702026-05-19T19:33:01.314Z Downloaded daft v0.1.5
6712026-05-19T19:33:01.314Z Downloaded cipher v0.4.4
6722026-05-19T19:33:01.314Z Downloaded http-body v1.0.1
6732026-05-19T19:33:01.314Z Downloaded hostname v0.4.2
6742026-05-19T19:33:01.314Z Downloaded ff v0.13.1
6752026-05-19T19:33:01.314Z Downloaded buf-list v1.1.2
6762026-05-19T19:33:01.314Z Downloaded daft-derive v0.1.5
6772026-05-19T19:33:01.314Z Downloaded hubpack_derive v0.1.1
6782026-05-19T19:33:01.314Z Downloaded foldhash v0.2.0
6792026-05-19T19:33:01.314Z Downloaded dsl_auto_type v0.2.0
6802026-05-19T19:33:01.314Z Downloaded hubpack v0.1.2
6812026-05-19T19:33:01.314Z Downloaded fs-err v2.11.0
6822026-05-19T19:33:01.314Z Downloaded critical-section v1.2.0
6832026-05-19T19:33:01.314Z Downloaded console v0.15.11
6842026-05-19T19:33:01.314Z Downloaded hyper-tls v0.6.0
6852026-05-19T19:33:01.314Z Downloaded git-stub-vcs v0.1.0
6862026-05-19T19:33:01.314Z Downloaded futures-task v0.3.32
6872026-05-19T19:33:01.314Z Downloaded ident_case v1.0.1
6882026-05-19T19:33:01.314Z Downloaded colored v2.2.0
6892026-05-19T19:33:01.314Z Downloaded bzip2 v0.6.1
6902026-05-19T19:33:01.318Z Downloaded crossbeam-epoch v0.9.18
6912026-05-19T19:33:01.318Z Downloaded group v0.13.0
6922026-05-19T19:33:01.318Z Downloaded env_logger v0.11.9
6932026-05-19T19:33:01.320Z Downloaded data-encoding v2.10.0
6942026-05-19T19:33:01.320Z Downloaded hostname v0.3.1
6952026-05-19T19:33:01.320Z Downloaded derive_builder v0.20.2
6962026-05-19T19:33:01.323Z Downloaded derive-where v1.6.0
6972026-05-19T19:33:01.324Z Downloaded glob v0.3.3
6982026-05-19T19:33:01.324Z Downloaded futures-executor v0.3.32
6992026-05-19T19:33:01.324Z Downloaded ecdsa v0.16.9
7002026-05-19T19:33:01.327Z Downloaded indent_write v2.2.0
7012026-05-19T19:33:01.328Z Downloaded crossbeam-deque v0.8.6
7022026-05-19T19:33:01.328Z Downloaded instability v0.3.11
7032026-05-19T19:33:01.330Z Downloaded chacha20poly1305 v0.10.1
7042026-05-19T19:33:01.330Z Downloaded keccak v0.1.6
7052026-05-19T19:33:01.330Z Downloaded indoc v1.0.9
7062026-05-19T19:33:01.333Z Downloaded kstat-rs v0.2.4
7072026-05-19T19:33:01.333Z Downloaded lalrpop-util v0.19.12
7082026-05-19T19:33:01.336Z Downloaded is_ci v1.2.0
7092026-05-19T19:33:01.336Z Downloaded instant v0.1.13
7102026-05-19T19:33:01.336Z Downloaded convert_case v0.10.0
7112026-05-19T19:33:01.339Z Downloaded ciborium v0.2.2
7122026-05-19T19:33:01.339Z Downloaded is-terminal v0.4.17
7132026-05-19T19:33:01.339Z Downloaded internet-checksum v0.2.1
7142026-05-19T19:33:01.342Z Downloaded const-oid v0.9.6
7152026-05-19T19:33:01.342Z Downloaded lazy_static v1.5.0
7162026-05-19T19:33:01.345Z Downloaded clang-sys v1.8.1
7172026-05-19T19:33:01.345Z Downloaded backon v1.6.0
7182026-05-19T19:33:01.348Z Downloaded bzip2 v0.4.4
7192026-05-19T19:33:01.348Z Downloaded humantime v2.3.0
7202026-05-19T19:33:01.348Z Downloaded blake2 v0.10.6
7212026-05-19T19:33:01.351Z Downloaded darling v0.20.11
7222026-05-19T19:33:01.354Z Downloaded bitfield v0.19.4
7232026-05-19T19:33:01.354Z Downloaded async-bb8-diesel v0.2.1
7242026-05-19T19:33:01.357Z Downloaded httpdate v1.0.3
7252026-05-19T19:33:01.357Z Downloaded deranged v0.5.8
7262026-05-19T19:33:01.360Z Downloaded http-body-util v0.1.3
7272026-05-19T19:33:01.360Z Downloaded cookie v0.18.1
7282026-05-19T19:33:01.360Z Downloaded crypto-bigint v0.5.5
7292026-05-19T19:33:01.364Z Downloaded getrandom v0.2.17
7302026-05-19T19:33:01.367Z Downloaded hyper-staticfile v0.10.1
7312026-05-19T19:33:01.372Z Downloaded libscf-sys v1.2.0
7322026-05-19T19:33:01.372Z Downloaded maplit v1.0.2
7332026-05-19T19:33:01.372Z Downloaded lru-cache v0.1.2
7342026-05-19T19:33:01.372Z Downloaded futures-channel v0.3.32
7352026-05-19T19:33:01.375Z Downloaded memoffset v0.9.1
7362026-05-19T19:33:01.375Z Downloaded lru v0.12.5
7372026-05-19T19:33:01.375Z Downloaded indoc v2.0.7
7382026-05-19T19:33:01.375Z Downloaded nibble_vec v0.1.0
7392026-05-19T19:33:01.378Z Downloaded new_debug_unreachable v1.0.6
7402026-05-19T19:33:01.378Z Downloaded globset v0.4.18
7412026-05-19T19:33:01.378Z Downloaded linked-hash-map v0.5.6
7422026-05-19T19:33:01.383Z Downloaded half v1.8.3
7432026-05-19T19:33:01.383Z Downloaded mime v0.3.17
7442026-05-19T19:33:01.383Z Downloaded md5 v0.7.0
7452026-05-19T19:33:01.383Z Downloaded md-5 v0.10.6
7462026-05-19T19:33:01.386Z Downloaded maybe-uninit v2.0.0
7472026-05-19T19:33:01.386Z Downloaded highway v1.3.0
7482026-05-19T19:33:01.389Z Downloaded match_cfg v0.1.0
7492026-05-19T19:33:01.389Z Downloaded lzss v0.8.2
7502026-05-19T19:33:01.389Z Downloaded multimap v0.10.1
7512026-05-19T19:33:01.393Z Downloaded crossbeam-utils v0.8.21
7522026-05-19T19:33:01.393Z Downloaded inout v0.1.4
7532026-05-19T19:33:01.393Z Downloaded impl-trait-for-tuples v0.2.3
7542026-05-19T19:33:01.399Z Downloaded ipnetwork v0.21.1
7552026-05-19T19:33:01.399Z Downloaded dropshot_endpoint v0.17.0
7562026-05-19T19:33:01.403Z Downloaded drift v0.1.4
7572026-05-19T19:33:01.406Z Downloaded num-conv v0.2.0
7582026-05-19T19:33:01.406Z Downloaded num v0.4.3
7592026-05-19T19:33:01.406Z Downloaded num-derive v0.4.2
7602026-05-19T19:33:01.406Z Downloaded normalize-line-endings v0.3.0
7612026-05-19T19:33:01.409Z Downloaded nodrop v0.1.14
7622026-05-19T19:33:01.409Z Downloaded newtype_derive v0.1.6
7632026-05-19T19:33:01.409Z Downloaded libefi-sys v0.1.0
7642026-05-19T19:33:01.409Z Downloaded jobserver v0.1.34
7652026-05-19T19:33:01.412Z Downloaded newline-converter v0.3.0
7662026-05-19T19:33:01.412Z Downloaded ingot-types v0.1.2
7672026-05-19T19:33:01.412Z Downloaded cmake v0.1.57
7682026-05-19T19:33:01.415Z Downloaded cexpr v0.6.0
7692026-05-19T19:33:01.415Z Downloaded num_enum_derive v0.5.11
7702026-05-19T19:33:01.418Z Downloaded num_threads v0.1.7
7712026-05-19T19:33:01.418Z Downloaded chacha20 v0.10.0
7722026-05-19T19:33:01.418Z Downloaded libsw-core v0.3.2
7732026-05-19T19:33:01.421Z Downloaded hmac v0.12.1
7742026-05-19T19:33:01.421Z Downloaded fatfs v0.3.6
7752026-05-19T19:33:01.424Z Downloaded libloading v0.8.9
7762026-05-19T19:33:01.424Z Downloaded dropshot_endpoint v0.16.7
7772026-05-19T19:33:01.427Z Downloaded darling v0.23.0
7782026-05-19T19:33:01.430Z Downloaded libsw v3.5.0
7792026-05-19T19:33:01.433Z Downloaded httparse v1.10.1
7802026-05-19T19:33:01.433Z Downloaded lru-slab v0.1.2
7812026-05-19T19:33:01.433Z Downloaded linear-map v1.2.0
7822026-05-19T19:33:01.436Z Downloaded getrandom v0.3.4
7832026-05-19T19:33:01.439Z Downloaded opaque-debug v0.3.1
7842026-05-19T19:33:01.439Z Downloaded olpc-cjson v0.1.4
7852026-05-19T19:33:01.439Z Downloaded multer v3.1.0
7862026-05-19T19:33:01.442Z Downloaded openssl-probe v0.2.1
7872026-05-19T19:33:01.443Z Downloaded nanorand v0.7.0
7882026-05-19T19:33:01.443Z Downloaded openssl-macros v0.1.1
7892026-05-19T19:33:01.446Z Downloaded managed v0.8.0
7902026-05-19T19:33:01.446Z Downloaded mime_guess v2.0.5
7912026-05-19T19:33:01.446Z Downloaded lock_api v0.4.14
7922026-05-19T19:33:01.449Z Downloaded oso-derive v0.27.3
7932026-05-19T19:33:01.449Z Downloaded openssl-probe v0.1.6
7942026-05-19T19:33:01.450Z Downloaded derive_more v0.99.20
7952026-05-19T19:33:01.453Z Downloaded iana-time-zone v0.1.65
7962026-05-19T19:33:01.456Z Downloaded packed_struct_codegen v0.10.1
7972026-05-19T19:33:01.456Z Downloaded hyper-rustls v0.27.7
7982026-05-19T19:33:01.460Z Downloaded futures v0.3.32
7992026-05-19T19:33:01.460Z Downloaded darling_core v0.21.3
8002026-05-19T19:33:01.464Z Downloaded parse-size v1.1.0
8012026-05-19T19:33:01.467Z Downloaded newtype-uuid-macros v0.1.0
8022026-05-19T19:33:01.467Z Downloaded newtype-uuid v1.3.2
8032026-05-19T19:33:01.467Z Downloaded native-tls v0.2.18
8042026-05-19T19:33:01.467Z Downloaded ingot-macros v0.1.1
8052026-05-19T19:33:01.467Z Downloaded ingot v0.1.1
8062026-05-19T19:33:01.472Z Downloaded elliptic-curve v0.13.8
8072026-05-19T19:33:01.475Z Downloaded ipnet v2.11.0
8082026-05-19T19:33:01.475Z Downloaded num_enum v0.7.5
8092026-05-19T19:33:01.478Z Downloaded num-complex v0.4.6
8102026-05-19T19:33:01.491Z Downloaded phf_shared v0.12.1
8112026-05-19T19:33:01.494Z Downloaded des v0.8.1
8122026-05-19T19:33:01.494Z Downloaded darling_core v0.23.0
8132026-05-19T19:33:01.497Z Downloaded crossterm v0.29.0
8142026-05-19T19:33:01.502Z Downloaded num-iter v0.1.45
8152026-05-19T19:33:01.505Z Downloaded bytes v1.11.1
8162026-05-19T19:33:01.505Z Downloaded peg-runtime v0.8.5
8172026-05-19T19:33:01.505Z Downloaded pin-utils v0.1.0
8182026-05-19T19:33:01.508Z Downloaded memmap2 v0.9.10
8192026-05-19T19:33:01.508Z Downloaded litrs v1.0.0
8202026-05-19T19:33:01.511Z Downloaded indexmap v1.9.3
8212026-05-19T19:33:01.511Z Downloaded diff v0.1.13
8222026-05-19T19:33:01.514Z Downloaded num-integer v0.1.46
8232026-05-19T19:33:01.514Z Downloaded num_enum v0.5.11
8242026-05-19T19:33:01.517Z Downloaded crossbeam-channel v0.5.15
8252026-05-19T19:33:01.520Z Downloaded powerfmt v0.2.0
8262026-05-19T19:33:01.523Z Downloaded predicates-core v1.0.10
8272026-05-19T19:33:01.523Z Downloaded parking_lot_core v0.8.6
8282026-05-19T19:33:01.526Z Downloaded oxnet v0.1.4
8292026-05-19T19:33:01.526Z Downloaded predicates-tree v1.0.13
8302026-05-19T19:33:01.526Z Downloaded owo-colors v4.3.0
8312026-05-19T19:33:01.530Z Downloaded proc-macro-error-attr2 v2.0.0
8322026-05-19T19:33:01.530Z Downloaded proc-macro-crate v3.4.0
8332026-05-19T19:33:01.530Z Downloaded precomputed-hash v0.1.1
8342026-05-19T19:33:01.530Z Downloaded packed_struct v0.10.1
8352026-05-19T19:33:01.533Z Downloaded nu-ansi-term v0.50.3
8362026-05-19T19:33:01.533Z Downloaded derive_more v2.1.1
8372026-05-19T19:33:01.539Z Downloaded paste v1.0.15
8382026-05-19T19:33:01.542Z Downloaded num_enum_derive v0.7.5
8392026-05-19T19:33:01.545Z Downloaded password-hash v0.5.0
8402026-05-19T19:33:01.545Z Downloaded libbz2-rs-sys v0.2.2
8412026-05-19T19:33:01.545Z Downloaded progenitor-client v0.11.2
8422026-05-19T19:33:01.548Z Downloaded phf v0.13.1
8432026-05-19T19:33:01.548Z Downloaded pem v3.0.6
8442026-05-19T19:33:01.548Z Downloaded progenitor-macro v0.13.0
8452026-05-19T19:33:01.552Z Downloaded progenitor-macro v0.10.0
8462026-05-19T19:33:01.552Z Downloaded progenitor-client v0.14.0
8472026-05-19T19:33:01.552Z Downloaded proc-macro-crate v1.3.1
8482026-05-19T19:33:01.555Z Downloaded pem-rfc7468 v0.7.0
8492026-05-19T19:33:01.555Z Downloaded ed25519-dalek v2.2.0
8502026-05-19T19:33:01.559Z Downloaded progenitor-macro v0.14.0
8512026-05-19T19:33:01.559Z Downloaded flate2 v1.1.9
8522026-05-19T19:33:01.565Z Downloaded peg v0.8.5
8532026-05-19T19:33:01.565Z Downloaded pin-project-internal v1.1.11
8542026-05-19T19:33:01.565Z Downloaded psl-types v2.0.11
8552026-05-19T19:33:01.568Z Downloaded progenitor-macro v0.11.2
8562026-05-19T19:33:01.568Z Downloaded compact_str v0.8.1
8572026-05-19T19:33:01.569Z Downloaded const_format v0.2.35
8582026-05-19T19:33:01.572Z Downloaded phf v0.12.1
8592026-05-19T19:33:01.572Z Downloaded poly1305 v0.8.0
8602026-05-19T19:33:01.575Z Downloaded peg-macros v0.8.5
8612026-05-19T19:33:01.575Z Downloaded base64 v0.22.1
8622026-05-19T19:33:01.579Z Downloaded quick-error v1.2.3
8632026-05-19T19:33:01.579Z Downloaded bumpalo v3.20.2
8642026-05-19T19:33:01.579Z Downloaded parse-display-derive v0.10.0
8652026-05-19T19:33:01.581Z Downloaded radium v0.7.0
8662026-05-19T19:33:01.581Z Downloaded pin-project-lite v0.2.17
8672026-05-19T19:33:01.584Z Downloaded pkg-config v0.3.32
8682026-05-19T19:33:01.587Z Downloaded parking_lot v0.12.5
8692026-05-19T19:33:01.587Z Downloaded indicatif v0.18.4
8702026-05-19T19:33:01.590Z Downloaded predicates v3.1.4
8712026-05-19T19:33:01.593Z Downloaded postgres-protocol v0.6.10
8722026-05-19T19:33:01.593Z Downloaded ppv-lite86 v0.2.21
8732026-05-19T19:33:01.597Z Downloaded ref-cast-impl v1.0.25
8742026-05-19T19:33:01.597Z Downloaded progenitor v0.10.0
8752026-05-19T19:33:01.597Z Downloaded rand_chacha v0.3.1
8762026-05-19T19:33:01.597Z Downloaded rfc6979 v0.4.0
8772026-05-19T19:33:01.600Z Downloaded recursive-proc-macro-impl v0.1.1
8782026-05-19T19:33:01.600Z Downloaded proc-macro-error2 v2.0.1
8792026-05-19T19:33:01.600Z Downloaded rand_xorshift v0.4.0
8802026-05-19T19:33:01.603Z Downloaded hickory-resolver v0.25.2
8812026-05-19T19:33:01.606Z Downloaded heapless v0.8.0
8822026-05-19T19:33:01.606Z Downloaded primeorder v0.13.6
8832026-05-19T19:33:01.609Z Downloaded ignore v0.4.25
8842026-05-19T19:33:01.609Z Downloaded ref-cast v1.0.25
8852026-05-19T19:33:01.613Z Downloaded progenitor v0.14.0
8862026-05-19T19:33:01.613Z Downloaded hickory-resolver v0.24.4
8872026-05-19T19:33:01.616Z Downloaded heapless v0.7.17
8882026-05-19T19:33:01.619Z Downloaded password-hash v0.4.2
8892026-05-19T19:33:01.619Z Downloaded parking_lot_core v0.9.12
8902026-05-19T19:33:01.619Z Downloaded progenitor-client v0.10.0
8912026-05-19T19:33:01.622Z Downloaded expectorate v1.2.0
8922026-05-19T19:33:01.622Z Downloaded progenitor-client v0.13.0
8932026-05-19T19:33:01.622Z Downloaded derive_more-impl v2.1.1
8942026-05-19T19:33:01.626Z Downloaded rustc-hash v2.1.1
8952026-05-19T19:33:01.629Z Downloaded cc v1.2.56
8962026-05-19T19:33:01.629Z Downloaded polyval v0.6.2
8972026-05-19T19:33:01.632Z Downloaded russh-cryptovec v0.7.3
8982026-05-19T19:33:01.632Z Downloaded rtoolbox v0.0.3
8992026-05-19T19:33:01.632Z Downloaded pkcs5 v0.7.1
9002026-05-19T19:33:01.635Z Downloaded r2d2 v0.8.10
9012026-05-19T19:33:01.638Z Downloaded pkcs1 v0.7.5
9022026-05-19T19:33:01.638Z Downloaded pkcs8 v0.10.2
9032026-05-19T19:33:01.641Z Downloaded omicron-zone-package v0.12.2
9042026-05-19T19:33:01.641Z Downloaded rustc_version v0.1.7
9052026-05-19T19:33:01.644Z Downloaded progenitor-extras v0.2.0
9062026-05-19T19:33:01.644Z Downloaded psm v0.1.30
9072026-05-19T19:33:01.647Z Downloaded oxide-tokio-rt v0.1.4
9082026-05-19T19:33:01.647Z Downloaded flume v0.11.1
9092026-05-19T19:33:01.650Z Downloaded miniz_oxide v0.8.9
9102026-05-19T19:33:01.653Z Downloaded headers v0.4.1
9112026-05-19T19:33:01.656Z Downloaded recursive v0.1.1
9122026-05-19T19:33:01.656Z Downloaded rand_core v0.10.0
9132026-05-19T19:33:01.658Z Downloaded rand_chacha v0.9.0
9142026-05-19T19:33:01.659Z Downloaded crossterm v0.28.1
9152026-05-19T19:33:01.662Z Downloaded scroll_derive v0.13.1
9162026-05-19T19:33:01.665Z Downloaded scheduled-thread-pool v0.2.7
9172026-05-19T19:33:01.665Z Downloaded sapling-renderdag v0.1.0
9182026-05-19T19:33:01.665Z Downloaded rand_seeder v0.4.0
9192026-05-19T19:33:01.668Z Downloaded salsa20 v0.10.2
9202026-05-19T19:33:01.668Z Downloaded rand_core v0.9.5
9212026-05-19T19:33:01.668Z Downloaded secrecy v0.10.3
9222026-05-19T19:33:01.671Z Downloaded same-file v1.0.6
9232026-05-19T19:33:01.671Z Downloaded curve25519-dalek v4.1.3
9242026-05-19T19:33:01.674Z Downloaded jiff-static v0.2.21
9252026-05-19T19:33:01.677Z Downloaded progenitor v0.13.0
9262026-05-19T19:33:01.677Z Downloaded oso v0.27.3
9272026-05-19T19:33:01.680Z Downloaded postcard v1.1.3
9282026-05-19T19:33:01.680Z Downloaded scrypt v0.11.0
9292026-05-19T19:33:01.683Z Downloaded scopeguard v1.2.0
9302026-05-19T19:33:01.683Z Downloaded secrecy v0.8.0
9312026-05-19T19:33:01.683Z Downloaded postgres-types v0.2.12
9322026-05-19T19:33:01.689Z Downloaded progenitor v0.11.2
9332026-05-19T19:33:01.689Z Downloaded parking_lot v0.11.2
9342026-05-19T19:33:01.693Z Downloaded resolv-conf v0.7.6
9352026-05-19T19:33:01.693Z Downloaded dropshot-api-manager v0.7.1
9362026-05-19T19:33:01.693Z Downloaded p256 v0.13.2
9372026-05-19T19:33:01.696Z Downloaded serde-big-array v0.5.1
9382026-05-19T19:33:01.696Z Downloaded serde_repr v0.1.20
9392026-05-19T19:33:01.696Z Downloaded seq-macro v0.3.6
9402026-05-19T19:33:01.699Z Downloaded pin-project v1.1.11
9412026-05-19T19:33:01.703Z Downloaded serde_urlencoded v0.7.1
9422026-05-19T19:33:01.707Z Downloaded sha1 v0.10.6
9432026-05-19T19:33:01.707Z Downloaded serde_spanned v1.0.4
9442026-05-19T19:33:01.710Z Downloaded openssl-sys v0.9.115
9452026-05-19T19:33:01.710Z Downloaded serde_plain v1.0.2
9462026-05-19T19:33:01.713Z Downloaded papergrid v0.17.0
9472026-05-19T19:33:01.716Z Downloaded serde_bytes v0.11.19
9482026-05-19T19:33:01.716Z Downloaded signal-hook-mio v0.2.5
9492026-05-19T19:33:01.716Z Downloaded rustc_version v0.4.1
9502026-05-19T19:33:01.719Z Downloaded hashbrown v0.12.3
9512026-05-19T19:33:01.722Z Downloaded diesel_derives v2.3.7
9522026-05-19T19:33:01.725Z Downloaded signature v2.2.0
9532026-05-19T19:33:01.725Z Downloaded signal-hook-tokio v0.3.1
9542026-05-19T19:33:01.728Z Downloaded rustls-pemfile v2.2.0
9552026-05-19T19:33:01.728Z Downloaded prefix-trie v0.7.0
9562026-05-19T19:33:01.731Z Downloaded rustls-pemfile v1.0.4
9572026-05-19T19:33:01.731Z Downloaded rustls-native-certs v0.8.3
9582026-05-19T19:33:01.734Z Downloaded siphasher v1.0.2
9592026-05-19T19:33:01.734Z Downloaded rusty-fork v0.3.1
9602026-05-19T19:33:01.734Z Downloaded slog-envlogger v2.2.0
9612026-05-19T19:33:01.737Z Downloaded rustversion v1.0.22
9622026-05-19T19:33:01.737Z Downloaded rand_core v0.6.4
9632026-05-19T19:33:01.740Z Downloaded half v2.7.1
9642026-05-19T19:33:01.740Z Downloaded der v0.7.10
9652026-05-19T19:33:01.743Z Downloaded hickory-server v0.25.2
9662026-05-19T19:33:01.746Z Downloaded scroll v0.13.0
9672026-05-19T19:33:01.749Z Downloaded hashbrown v0.13.2
9682026-05-19T19:33:01.749Z Downloaded base64 v0.21.7
9692026-05-19T19:33:01.752Z Downloaded slog-bunyan v2.5.0
9702026-05-19T19:33:01.752Z Downloaded ar_archive_writer v0.5.1
9712026-05-19T19:33:01.755Z Downloaded serde-hex v0.1.0
9722026-05-19T19:33:01.755Z Downloaded progenitor-impl v0.11.2
9732026-05-19T19:33:01.758Z Downloaded progenitor-impl v0.10.0
9742026-05-19T19:33:01.758Z Downloaded phf_shared v0.13.1
9752026-05-19T19:33:01.762Z Downloaded phf_shared v0.11.3
9762026-05-19T19:33:01.762Z Downloaded pbkdf2 v0.12.2
9772026-05-19T19:33:01.762Z Downloaded sec1 v0.7.3
9782026-05-19T19:33:01.762Z Downloaded sct v0.7.1
9792026-05-19T19:33:01.765Z Downloaded hyper-util v0.1.20
9802026-05-19T19:33:01.768Z Downloaded shell-words v1.1.1
9812026-05-19T19:33:01.771Z Downloaded strip-ansi-escapes v0.2.1
9822026-05-19T19:33:01.771Z Downloaded serde_path_to_error v0.1.20
9832026-05-19T19:33:01.771Z Downloaded pbkdf2 v0.11.0
9842026-05-19T19:33:01.774Z Downloaded path-slash v0.1.5
9852026-05-19T19:33:01.774Z Downloaded parse-display v0.10.0
9862026-05-19T19:33:01.777Z Downloaded shlex v1.3.0
9872026-05-19T19:33:01.777Z Downloaded num-rational v0.4.2
9882026-05-19T19:33:01.777Z Downloaded nonempty v0.12.0
9892026-05-19T19:33:01.777Z Downloaded async-stream v0.3.6
9902026-05-19T19:33:01.780Z Downloaded crc8 v0.1.1
9912026-05-19T19:33:01.785Z Downloaded quinn-udp v0.5.14
9922026-05-19T19:33:01.788Z Downloaded structmeta-derive v0.3.0
9932026-05-19T19:33:01.788Z Downloaded structmeta v0.3.0
9942026-05-19T19:33:01.791Z Downloaded sqlparser_derive v0.5.0
9952026-05-19T19:33:01.791Z Downloaded ssh-encoding v0.2.0
9962026-05-19T19:33:01.791Z Downloaded ssh-cipher v0.2.0
9972026-05-19T19:33:01.794Z Downloaded pretty_assertions v1.4.1
9982026-05-19T19:33:01.798Z Downloaded http v1.4.0
9992026-05-19T19:33:01.801Z Downloaded slab v0.4.12
10002026-05-19T19:33:01.801Z Downloaded rustls-pki-types v1.14.0
10012026-05-19T19:33:01.806Z Downloaded supports-color v3.0.2
10022026-05-19T19:33:01.806Z Downloaded sigpipe v0.1.3
10032026-05-19T19:33:01.806Z Downloaded strum v0.27.2
10042026-05-19T19:33:01.806Z Downloaded slog-dtrace v0.3.0
10052026-05-19T19:33:01.806Z Downloaded schemars_derive v0.8.22
10062026-05-19T19:33:01.809Z Downloaded minimal-lexical v0.2.1
10072026-05-19T19:33:01.809Z Downloaded rcgen v0.12.1
10082026-05-19T19:33:01.812Z Downloaded itertools v0.10.5
10092026-05-19T19:33:01.815Z Downloaded take_mut v0.2.2
10102026-05-19T19:33:01.817Z Downloaded tagptr v0.2.0
10112026-05-19T19:33:01.818Z Downloaded slog-term v2.9.2
10122026-05-19T19:33:01.818Z Downloaded tabwriter v1.4.1
10132026-05-19T19:33:01.820Z Downloaded tabled_derive v0.11.0
10142026-05-19T19:33:01.820Z Downloaded sync-ptr v0.1.4
10152026-05-19T19:33:01.820Z Downloaded slog-scope v4.4.1
10162026-05-19T19:33:01.824Z Downloaded progenitor-impl v0.13.0
10172026-05-19T19:33:01.824Z Downloaded subtle v2.6.1
10182026-05-19T19:33:01.826Z Downloaded smallvec v0.6.14
10192026-05-19T19:33:01.827Z Downloaded slog-stdlog v4.1.1
10202026-05-19T19:33:01.827Z Downloaded simd-adler32 v0.3.8
10212026-05-19T19:33:01.830Z Downloaded sync_wrapper v1.0.2
10222026-05-19T19:33:01.830Z Downloaded slog-json v2.6.1
10232026-05-19T19:33:01.830Z Downloaded signal-hook-registry v1.4.8
10242026-05-19T19:33:01.833Z Downloaded serde_derive_internals v0.29.1
10252026-05-19T19:33:01.833Z Downloaded aes v0.8.4
10262026-05-19T19:33:01.836Z Downloaded testing_table v0.3.0
10272026-05-19T19:33:01.836Z Downloaded termtree v0.5.1
10282026-05-19T19:33:01.836Z Downloaded tap v1.0.1
10292026-05-19T19:33:01.839Z Downloaded time-core v0.1.8
10302026-05-19T19:33:01.842Z Downloaded thiserror-impl-no-std v2.0.2
10312026-05-19T19:33:01.842Z Downloaded semver v0.1.20
10322026-05-19T19:33:01.845Z Downloaded ron v0.8.1
10332026-05-19T19:33:01.848Z Downloaded string_cache v0.8.9
10342026-05-19T19:33:01.848Z Downloaded stacker v0.1.23
10352026-05-19T19:33:01.851Z Downloaded serde_cbor v0.11.2
10362026-05-19T19:33:01.854Z Downloaded spki v0.7.3
10372026-05-19T19:33:01.855Z Downloaded aes-gcm v0.10.3
10382026-05-19T19:33:01.857Z Downloaded smf v0.2.3
10392026-05-19T19:33:01.857Z Downloaded russh-keys v0.45.0
10402026-05-19T19:33:01.860Z Downloaded strum v0.26.3
10412026-05-19T19:33:01.860Z Downloaded sqlformat v0.3.5
10422026-05-19T19:33:01.860Z Downloaded strum_macros v0.24.3
10432026-05-19T19:33:01.863Z Downloaded rayon-core v1.13.0
10442026-05-19T19:33:01.866Z Downloaded prettyplease v0.2.37
10452026-05-19T19:33:01.866Z Downloaded tinyvec_macros v0.1.1
10462026-05-19T19:33:01.870Z Downloaded strum_macros v0.26.4
10472026-05-19T19:33:01.870Z Downloaded serde_with_macros v3.17.0
10482026-05-19T19:33:01.874Z Downloaded snafu-derive v0.8.9
10492026-05-19T19:33:01.874Z Downloaded stringprep v0.1.5
10502026-05-19T19:33:01.874Z Downloaded mio v1.2.0
10512026-05-19T19:33:01.878Z Downloaded tokio-macros v2.7.0
10522026-05-19T19:33:01.878Z Downloaded nom v7.1.3
10532026-05-19T19:33:01.881Z Downloaded schemars v0.8.22
10542026-05-19T19:33:01.887Z Downloaded support-bundle-viewer v0.1.2
10552026-05-19T19:33:01.890Z Downloaded strum_macros v0.27.2
10562026-05-19T19:33:01.890Z Downloaded slog-async v2.8.0
10572026-05-19T19:33:01.893Z Downloaded ryu v1.0.23
10582026-05-19T19:33:01.896Z Downloaded hashbrown v0.15.5
10592026-05-19T19:33:01.899Z Downloaded publicsuffix v2.3.0
10602026-05-19T19:33:01.902Z Downloaded spin v0.9.8
10612026-05-19T19:33:01.905Z Downloaded thread_local v1.1.9
10622026-05-19T19:33:01.905Z Downloaded thread-id v5.1.0
10632026-05-19T19:33:01.905Z Downloaded thiserror-no-std v2.0.2
10642026-05-19T19:33:01.908Z Downloaded termios v0.3.3
10652026-05-19T19:33:01.912Z Downloaded topological-sort v0.2.2
10662026-05-19T19:33:01.920Z Downloaded quinn v0.11.9
10672026-05-19T19:33:01.923Z Downloaded rand v0.8.6
10682026-05-19T19:33:01.929Z Downloaded try-lock v0.2.5
10692026-05-19T19:33:01.932Z Downloaded tower-service v0.3.3
10702026-05-19T19:33:01.935Z Downloaded rustls-platform-verifier v0.6.2
10712026-05-19T19:33:01.939Z Downloaded trait-variant v0.1.2
10722026-05-19T19:33:01.944Z Downloaded typify-macro v0.6.2
10732026-05-19T19:33:01.949Z Downloaded hyper v1.8.1
10742026-05-19T19:33:01.953Z Downloaded static_assertions v1.1.0
10752026-05-19T19:33:01.953Z Downloaded schemars v0.9.0
10762026-05-19T19:33:01.958Z Downloaded tokio-rustls v0.25.0
10772026-05-19T19:33:01.962Z Downloaded unarray v0.1.4
10782026-05-19T19:33:01.962Z Downloaded tokio-native-tls v0.3.1
10792026-05-19T19:33:01.965Z Downloaded signal-hook v0.3.18
10802026-05-19T19:33:01.965Z Downloaded usdt-macro v0.6.0
10812026-05-19T19:33:01.965Z Downloaded universal-hash v0.5.1
10822026-05-19T19:33:01.965Z Downloaded unit-prefix v0.5.2
10832026-05-19T19:33:01.968Z Downloaded tls_codec_derive v0.4.2
10842026-05-19T19:33:01.968Z Downloaded typify-macro v0.4.3
10852026-05-19T19:33:01.971Z Downloaded tokio-dtrace v0.1.1
10862026-05-19T19:33:01.971Z Downloaded tls_codec v0.4.2
10872026-05-19T19:33:01.971Z Downloaded untrusted v0.7.1
10882026-05-19T19:33:01.974Z Downloaded untrusted v0.9.0
10892026-05-19T19:33:01.977Z Downloaded usdt v0.6.0
10902026-05-19T19:33:01.977Z Downloaded libxml v0.3.3
10912026-05-19T19:33:01.981Z Downloaded term v0.7.0
10922026-05-19T19:33:01.984Z Downloaded slog v2.8.2
10932026-05-19T19:33:01.988Z Downloaded tower-layer v0.3.3
10942026-05-19T19:33:01.988Z Downloaded itertools v0.12.1
10952026-05-19T19:33:01.991Z Downloaded iri-string v0.7.10
10962026-05-19T19:33:01.994Z Downloaded socket2 v0.6.3
10972026-05-19T19:33:01.999Z Downloaded utf-8 v0.7.6
10982026-05-19T19:33:01.999Z Downloaded wait-timeout v0.2.1
10992026-05-19T19:33:01.999Z Downloaded void v1.0.2
11002026-05-19T19:33:02.002Z Downloaded rand v0.9.2
11012026-05-19T19:33:02.002Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11022026-05-19T19:33:02.002Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11032026-05-19T19:33:02.002Z Downloaded time-macros v0.2.27
11042026-05-19T19:33:02.006Z Downloaded toml_writer v1.0.6+spec-1.1.0
11052026-05-19T19:33:02.006Z Downloaded term v1.2.1
11062026-05-19T19:33:02.009Z Downloaded futures-util v0.3.32
11072026-05-19T19:33:02.015Z Downloaded tui-tree-widget v0.23.1
11082026-05-19T19:33:02.018Z Downloaded num-bigint-dig v0.8.6
11092026-05-19T19:33:02.018Z Downloaded rsa v0.9.10
11102026-05-19T19:33:02.021Z Downloaded want v0.3.1
11112026-05-19T19:33:02.027Z Downloaded subprocess v0.2.15
11122026-05-19T19:33:02.027Z Downloaded waitgroup v0.1.2
11132026-05-19T19:33:02.031Z Downloaded socket2 v0.5.10
11142026-05-19T19:33:02.031Z Downloaded iddqd v0.3.18
11152026-05-19T19:33:02.034Z Downloaded unicode-truncate v1.1.0
11162026-05-19T19:33:02.034Z Downloaded unicase v2.9.0
11172026-05-19T19:33:02.034Z Downloaded tokio-stream v0.1.18
11182026-05-19T19:33:02.037Z Downloaded tokio-rustls v0.24.1
11192026-05-19T19:33:02.037Z Downloaded tiny-keccak v2.0.2
11202026-05-19T19:33:02.042Z Downloaded xshell-macros v0.2.7
11212026-05-19T19:33:02.042Z Downloaded similar v2.7.0
11222026-05-19T19:33:02.045Z Downloaded usdt-attr-macro v0.6.0
11232026-05-19T19:33:02.045Z Downloaded tokio-tungstenite v0.23.1
11242026-05-19T19:33:02.045Z Downloaded samael v0.0.19
11252026-05-19T19:33:02.048Z Downloaded xattr v1.6.1
11262026-05-19T19:33:02.051Z Downloaded uzers v0.12.2
11272026-05-19T19:33:02.051Z Downloaded itertools v0.13.0
11282026-05-19T19:33:02.054Z Downloaded h2 v0.4.13
11292026-05-19T19:33:02.060Z Downloaded test-strategy v0.4.5
11302026-05-19T19:33:02.063Z Downloaded serde_yaml v0.9.34+deprecated
11312026-05-19T19:33:02.066Z Downloaded zeroize_derive v1.4.3
11322026-05-19T19:33:02.066Z Downloaded walkdir v2.5.0
11332026-05-19T19:33:02.066Z Downloaded toml_parser v1.0.9+spec-1.1.0
11342026-05-19T19:33:02.069Z Downloaded aho-corasick v1.1.4
11352026-05-19T19:33:02.072Z Downloaded vergen-lib v0.1.6
11362026-05-19T19:33:02.072Z Downloaded tracing-attributes v0.1.31
11372026-05-19T19:33:02.075Z Downloaded qorb v0.4.1
11382026-05-19T19:33:02.079Z Downloaded hkdf v0.12.4
11392026-05-19T19:33:02.079Z Downloaded snafu v0.8.9
11402026-05-19T19:33:02.082Z Downloaded zone_cfg_derive v0.3.1
11412026-05-19T19:33:02.083Z Downloaded tinyvec v1.10.0
11422026-05-19T19:33:02.086Z Downloaded zone v0.3.1
11432026-05-19T19:33:02.086Z Downloaded twox-hash v2.1.2
11442026-05-19T19:33:02.086Z Downloaded num-bigint v0.4.6
11452026-05-19T19:33:02.089Z Downloaded vergen-gitcl v1.0.8
11462026-05-19T19:33:02.092Z Downloaded rand v0.10.0
11472026-05-19T19:33:02.092Z Downloaded rustls-webpki v0.103.9
11482026-05-19T19:33:02.095Z Downloaded wyz v0.5.1
11492026-05-19T19:33:02.095Z Downloaded whoami v1.6.1
11502026-05-19T19:33:02.098Z Downloaded schemars v1.2.1
11512026-05-19T19:33:02.146Z Downloaded whoami v2.1.0
11522026-05-19T19:33:02.152Z Downloaded toml v0.9.12+spec-1.1.0
11532026-05-19T19:33:02.152Z Downloaded tokio-rustls v0.26.4
11542026-05-19T19:33:02.152Z Downloaded vergen-git2 v1.0.7
11552026-05-19T19:33:02.152Z Downloaded itertools v0.14.0
11562026-05-19T19:33:02.152Z Downloaded unicode-properties v0.1.4
11572026-05-19T19:33:02.152Z Downloaded xshell v0.2.7
11582026-05-19T19:33:02.152Z Downloaded bitvec v1.0.1
11592026-05-19T19:33:02.152Z Downloaded vergen v9.0.6
11602026-05-19T19:33:02.152Z Downloaded tar v0.4.45
11612026-05-19T19:33:02.152Z Downloaded libm v0.2.16
11622026-05-19T19:33:02.152Z Downloaded toml v1.0.6+spec-1.1.0
11632026-05-19T19:33:02.152Z Downloaded tungstenite v0.21.0
11642026-05-19T19:33:02.152Z Downloaded p521 v0.13.3
11652026-05-19T19:33:02.152Z Downloaded steno v0.4.1
11662026-05-19T19:33:02.153Z Downloaded zeroize v1.8.2
11672026-05-19T19:33:02.153Z Downloaded toml v0.7.8
11682026-05-19T19:33:02.153Z Downloaded russh v0.45.0
11692026-05-19T19:33:02.156Z Downloaded vsss-rs v3.3.4
11702026-05-19T19:33:02.156Z Downloaded tokio-tungstenite v0.21.0
11712026-05-19T19:33:02.156Z Downloaded progenitor-impl v0.14.0
11722026-05-19T19:33:02.156Z Downloaded hashbrown v0.16.1
11732026-05-19T19:33:02.159Z Downloaded vte v0.14.1
11742026-05-19T19:33:02.162Z Downloaded typify v0.4.3
11752026-05-19T19:33:02.162Z Downloaded typify v0.6.2
11762026-05-19T19:33:02.166Z Downloaded tracing-core v0.1.36
11772026-05-19T19:33:02.169Z Downloaded zstd-safe v7.2.4
11782026-05-19T19:33:02.169Z Downloaded zstd v0.13.3
11792026-05-19T19:33:02.169Z Downloaded rpassword v7.4.0
11802026-05-19T19:33:02.172Z Downloaded tungstenite v0.23.0
11812026-05-19T19:33:02.176Z Downloaded unicode-bidi v0.3.18
11822026-05-19T19:33:02.182Z Downloaded rustyline v14.0.0
11832026-05-19T19:33:02.185Z Downloaded zerocopy v0.6.6
11842026-05-19T19:33:02.188Z Downloaded uuid v1.23.0
11852026-05-19T19:33:02.196Z Downloaded toml_edit v0.23.10+spec-1.0.0
11862026-05-19T19:33:02.200Z Downloaded zopfli v0.8.3
11872026-05-19T19:33:02.201Z Downloaded usdt-impl v0.6.0
11882026-05-19T19:33:02.205Z Downloaded aws-lc-rs v1.16.3
11892026-05-19T19:33:02.222Z Downloaded unicode_categories v0.1.1
11902026-05-19T19:33:02.225Z Downloaded reqwest v0.13.2
11912026-05-19T19:33:02.228Z Downloaded regex v1.12.3
11922026-05-19T19:33:02.231Z Downloaded blake3 v1.8.3
11932026-05-19T19:33:02.237Z Downloaded unsafe-libyaml v0.2.11
11942026-05-19T19:33:02.240Z Downloaded bindgen v0.71.1
11952026-05-19T19:33:02.244Z Downloaded reedline v0.40.0
11962026-05-19T19:33:02.252Z Downloaded toml_edit v0.19.15
11972026-05-19T19:33:02.260Z Downloaded tower v0.5.3
11982026-05-19T19:33:02.267Z Downloaded chrono v0.4.44
11992026-05-19T19:33:02.273Z Downloaded lalrpop v0.19.12
12002026-05-19T19:33:02.278Z Downloaded typed-path v0.9.3
12012026-05-19T19:33:02.281Z Downloaded tokio-postgres v0.7.16
12022026-05-19T19:33:02.286Z Downloaded rustls-webpki v0.101.7
12032026-05-19T19:33:02.292Z Downloaded yasna v0.5.2
12042026-05-19T19:33:02.296Z Downloaded yansi v1.0.1
12052026-05-19T19:33:02.296Z Downloaded git2 v0.20.4
12062026-05-19T19:33:02.300Z Downloaded ssh-key v0.6.7
12072026-05-19T19:33:02.305Z Downloaded p384 v0.13.1
12082026-05-19T19:33:02.309Z Downloaded reqwest v0.12.28
12092026-05-19T19:33:02.313Z Downloaded zerocopy-derive v0.8.40
12102026-05-19T19:33:02.316Z Downloaded zip v0.6.6
12112026-05-19T19:33:02.319Z Downloaded tough v0.22.0
12122026-05-19T19:33:02.324Z Downloaded tokio-util v0.7.18
12132026-05-19T19:33:02.330Z Downloaded unicode-segmentation v1.12.0
12142026-05-19T19:33:02.335Z Downloaded rayon v1.11.0
12152026-05-19T19:33:02.338Z Downloaded zip v4.6.1
12162026-05-19T19:33:02.338Z Downloaded goblin v0.10.5
12172026-05-19T19:33:02.342Z Downloaded tower-http v0.6.8
12182026-05-19T19:33:02.347Z Downloaded rustls-webpki v0.102.8
12192026-05-19T19:33:02.359Z Downloaded quick-xml v0.37.5
12202026-05-19T19:33:02.362Z Downloaded x509-cert v0.2.5
12212026-05-19T19:33:02.365Z Downloaded nix v0.27.1
12222026-05-19T19:33:02.370Z Downloaded salty v0.3.0
12232026-05-19T19:33:02.376Z Downloaded polar-core v0.27.3
12242026-05-19T19:33:02.381Z Downloaded petname v2.0.2
12252026-05-19T19:33:02.385Z Downloaded portable-atomic v1.13.1
12262026-05-19T19:33:02.388Z Downloaded moka v0.12.13
12272026-05-19T19:33:02.393Z Downloaded bstr v1.12.1
12282026-05-19T19:33:02.399Z Downloaded nix v0.28.0
12292026-05-19T19:33:02.413Z Downloaded unicode-normalization v0.1.25
12302026-05-19T19:33:02.419Z Downloaded smoltcp v0.9.1
12312026-05-19T19:33:02.423Z Downloaded rustls v0.21.12
12322026-05-19T19:33:02.430Z Downloaded serde_with v3.17.0
12332026-05-19T19:33:02.436Z Downloaded nix v0.31.2
12342026-05-19T19:33:02.443Z Downloaded webpki-roots v1.0.6
12352026-05-19T19:33:02.449Z Downloaded hickory-proto v0.24.4
12362026-05-19T19:33:02.455Z Downloaded openapiv3 v2.2.0
12372026-05-19T19:33:02.462Z Downloaded smoltcp v0.11.0
12382026-05-19T19:33:02.469Z Downloaded proptest v1.11.0
12392026-05-19T19:33:02.477Z Downloaded rustix v0.38.44
12402026-05-19T19:33:02.488Z Downloaded hickory-proto v0.25.2
12412026-05-19T19:33:02.497Z Downloaded object v0.30.4
12422026-05-19T19:33:02.503Z Downloaded quinn-proto v0.11.13
12432026-05-19T19:33:02.511Z Downloaded winnow v0.5.40
12442026-05-19T19:33:02.535Z Downloaded bzip2-sys v0.1.13+1.0.8
12452026-05-19T19:33:02.548Z Downloaded winnow v0.6.26
12462026-05-19T19:33:02.554Z Downloaded openssl v0.10.79
12472026-05-19T19:33:02.560Z Downloaded zerocopy-derive v0.6.6
12482026-05-19T19:33:02.567Z Downloaded radix_trie v0.2.1
12492026-05-19T19:33:02.583Z Downloaded dropshot v0.16.7
12502026-05-19T19:33:02.595Z Downloaded time v0.3.47
12512026-05-19T19:33:02.603Z Downloaded nix v0.29.0
12522026-05-19T19:33:02.609Z Downloaded jiff v0.2.21
12532026-05-19T19:33:02.621Z Downloaded chrono-tz v0.10.4
12542026-05-19T19:33:02.630Z Downloaded tabled v0.20.0
12552026-05-19T19:33:02.642Z Downloaded dropshot v0.17.0
12562026-05-19T19:33:02.654Z Downloaded zlib-rs v0.6.2
12572026-05-19T19:33:02.657Z Downloaded regex-syntax v0.6.29
12582026-05-19T19:33:02.661Z Downloaded object v0.37.3
12592026-05-19T19:33:02.667Z Downloaded vcpkg v0.2.15
12602026-05-19T19:33:02.712Z Downloaded zerocopy v0.8.40
12612026-05-19T19:33:02.718Z Downloaded rustls v0.22.4
12622026-05-19T19:33:02.727Z Downloaded regex-syntax v0.8.10
12632026-05-19T19:33:02.734Z Downloaded diesel v2.3.7
12642026-05-19T19:33:02.745Z Downloaded rustls v0.23.37
12652026-05-19T19:33:02.751Z Downloaded regress v0.11.1
12662026-05-19T19:33:02.757Z Downloaded regress v0.10.5
12672026-05-19T19:33:02.814Z Downloaded libgit2-sys v0.18.3+1.9.2
12682026-05-19T19:33:02.854Z Downloaded sqlparser v0.61.0
12692026-05-19T19:33:02.895Z Downloaded sled v0.34.7
12702026-05-19T19:33:02.903Z Downloaded csv v1.4.0
12712026-05-19T19:33:02.908Z Downloaded tracing v0.1.44
12722026-05-19T19:33:02.919Z Downloaded ratatui v0.29.0
12732026-05-19T19:33:02.931Z Downloaded typify-impl v0.6.2
12742026-05-19T19:33:02.940Z Downloaded typify-impl v0.4.3
12752026-05-19T19:33:02.959Z Downloaded regex-automata v0.4.14
12762026-05-19T19:33:02.989Z Downloaded petgraph v0.6.5
12772026-05-19T19:33:03.041Z Downloaded petgraph v0.8.3
12782026-05-19T19:33:03.055Z Downloaded libz-sys v1.1.24
12792026-05-19T19:33:03.076Z Downloaded sha3 v0.10.8
12802026-05-19T19:33:03.080Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12812026-05-19T19:33:03.092Z Downloaded tokio v1.52.1
12822026-05-19T19:33:03.151Z Downloaded encoding_rs v0.8.35
12832026-05-19T19:33:03.164Z Downloaded ring v0.17.14
12842026-05-19T19:33:03.413Z Downloaded aws-lc-sys v0.40.0
12852026-05-19T19:33:03.694Z Compiling libc v0.2.185
12862026-05-19T19:33:03.694Z Compiling serde v1.0.228
12872026-05-19T19:33:03.697Z Compiling log v0.4.29
12882026-05-19T19:33:03.697Z Compiling find-msvc-tools v0.1.9
12892026-05-19T19:33:03.697Z Compiling shlex v1.3.0
12902026-05-19T19:33:03.697Z Compiling smallvec v1.15.1
12912026-05-19T19:33:03.697Z Compiling typenum v1.19.0
12922026-05-19T19:33:03.697Z Compiling subtle v2.6.1
12932026-05-19T19:33:03.903Z Compiling generic-array v0.14.7
12942026-05-19T19:33:03.906Z Compiling scopeguard v1.2.0
12952026-05-19T19:33:03.963Z Compiling const-oid v0.9.6
12962026-05-19T19:33:03.967Z Compiling serde_json v1.0.149
12972026-05-19T19:33:03.980Z Compiling syn v2.0.117
12982026-05-19T19:33:03.992Z Compiling zerocopy v0.8.40
12992026-05-19T19:33:03.995Z Compiling portable-atomic v1.13.1
13002026-05-19T19:33:03.995Z Compiling parking_lot_core v0.9.12
13012026-05-19T19:33:04.076Z Compiling lock_api v0.4.14
13022026-05-19T19:33:04.097Z Compiling pin-project-lite v0.2.17
13032026-05-19T19:33:04.146Z Compiling pkg-config v0.3.32
13042026-05-19T19:33:04.164Z Compiling bitflags v2.11.0
13052026-05-19T19:33:04.167Z Compiling critical-section v1.2.0
13062026-05-19T19:33:04.197Z Compiling libm v0.2.16
13072026-05-19T19:33:04.247Z Compiling futures-core v0.3.32
13082026-05-19T19:33:04.281Z Compiling num-traits v0.2.19
13092026-05-19T19:33:04.333Z Compiling percent-encoding v2.3.2
13102026-05-19T19:33:04.380Z Compiling futures-sink v0.3.32
13112026-05-19T19:33:04.395Z Compiling getrandom v0.4.1
13122026-05-19T19:33:04.412Z Compiling slab v0.4.12
13132026-05-19T19:33:04.460Z Compiling cpufeatures v0.2.17
13142026-05-19T19:33:04.460Z Compiling futures-task v0.3.32
13152026-05-19T19:33:04.550Z Compiling futures-channel v0.3.32
13162026-05-19T19:33:04.563Z Compiling futures-io v0.3.32
13172026-05-19T19:33:04.580Z Compiling rand_core v0.10.0
13182026-05-19T19:33:04.583Z Compiling indexmap v2.14.0
13192026-05-19T19:33:04.667Z Compiling rustversion v1.0.22
13202026-05-19T19:33:04.707Z Compiling getrandom v0.3.4
13212026-05-19T19:33:04.759Z Compiling form_urlencoded v1.2.2
13222026-05-19T19:33:04.807Z Compiling fs_extra v1.3.0
13232026-05-19T19:33:04.810Z Compiling dunce v1.0.5
13242026-05-19T19:33:04.854Z Compiling ident_case v1.0.1
13252026-05-19T19:33:04.869Z Compiling base64ct v1.8.3
13262026-05-19T19:33:04.885Z Compiling rustix v1.1.3
13272026-05-19T19:33:04.920Z Compiling flagset v0.4.7
13282026-05-19T19:33:04.935Z Compiling regex-syntax v0.8.10
13292026-05-19T19:33:05.011Z Compiling getrandom v0.2.17
13302026-05-19T19:33:05.016Z Compiling jobserver v0.1.34
13312026-05-19T19:33:05.043Z Compiling errno v0.3.14
13322026-05-19T19:33:05.116Z Compiling mio v1.2.0
13332026-05-19T19:33:05.132Z Compiling socket2 v0.6.3
13342026-05-19T19:33:05.214Z Compiling rand_core v0.6.4
13352026-05-19T19:33:05.241Z Compiling signal-hook-registry v1.4.8
13362026-05-19T19:33:05.305Z Compiling cc v1.2.56
13372026-05-19T19:33:05.320Z Compiling parking_lot v0.12.5
13382026-05-19T19:33:05.362Z Compiling once_cell v1.21.3
13392026-05-19T19:33:05.433Z Compiling pem-rfc7468 v0.7.0
13402026-05-19T19:33:05.450Z Compiling iana-time-zone v0.1.65
13412026-05-19T19:33:05.596Z Compiling aws-lc-rs v1.16.3
13422026-05-19T19:33:05.633Z Compiling vcpkg v0.2.15
13432026-05-19T19:33:05.637Z Compiling tracing-core v0.1.36
13442026-05-19T19:33:05.700Z Compiling uuid v1.23.0
13452026-05-19T19:33:05.716Z Compiling rustc_version v0.4.1
13462026-05-19T19:33:05.732Z Compiling base64 v0.22.1
13472026-05-19T19:33:05.773Z Compiling untrusted v0.9.0
13482026-05-19T19:33:05.793Z Compiling rand_core v0.9.5
13492026-05-19T19:33:05.895Z Compiling tinyvec_macros v0.1.1
13502026-05-19T19:33:05.934Z Compiling untrusted v0.7.1
13512026-05-19T19:33:05.960Z Compiling httparse v1.10.1
13522026-05-19T19:33:05.988Z Compiling openssl-probe v0.2.1
13532026-05-19T19:33:06.004Z Compiling tinyvec v1.10.0
13542026-05-19T19:33:06.094Z Compiling aho-corasick v1.1.4
13552026-05-19T19:33:06.112Z Compiling tower-service v0.3.3
13562026-05-19T19:33:06.129Z Compiling rustls v0.23.37
13572026-05-19T19:33:06.145Z Compiling cmake v0.1.57
13582026-05-19T19:33:06.171Z Compiling atomic-waker v1.1.2
13592026-05-19T19:33:06.218Z Compiling dyn-clone v1.0.20
13602026-05-19T19:33:06.238Z Compiling try-lock v0.2.5
13612026-05-19T19:33:06.307Z Compiling schemars v0.8.22
13622026-05-19T19:33:06.324Z Compiling tower-layer v0.3.3
13632026-05-19T19:33:06.340Z Compiling openssl v0.10.79
13642026-05-19T19:33:06.355Z Compiling want v0.3.1
13652026-05-19T19:33:06.384Z Compiling httpdate v1.0.3
13662026-05-19T19:33:06.400Z Compiling pin-utils v0.1.0
13672026-05-19T19:33:06.432Z Compiling foreign-types-shared v0.1.1
13682026-05-19T19:33:06.494Z Compiling unicode-normalization v0.1.25
13692026-05-19T19:33:06.494Z Compiling spin v0.9.8
13702026-05-19T19:33:06.528Z Compiling foreign-types v0.3.2
13712026-05-19T19:33:06.544Z Compiling powerfmt v0.2.0
13722026-05-19T19:33:06.547Z Compiling time-core v0.1.8
13732026-05-19T19:33:06.574Z Compiling native-tls v0.2.18
13742026-05-19T19:33:06.613Z Compiling num-conv v0.2.0
13752026-05-19T19:33:06.629Z Compiling crc32fast v1.5.0
13762026-05-19T19:33:06.633Z Compiling wait-timeout v0.2.1
13772026-05-19T19:33:06.633Z Compiling sync_wrapper v1.0.2
13782026-05-19T19:33:06.674Z Compiling simd-adler32 v0.3.8
13792026-05-19T19:33:06.735Z Compiling deranged v0.5.8
13802026-05-19T19:33:06.764Z Compiling syn v1.0.109
13812026-05-19T19:33:06.782Z Compiling time-macros v0.2.27
13822026-05-19T19:33:06.797Z Compiling num_threads v0.1.7
13832026-05-19T19:33:06.797Z Compiling bit-vec v0.8.0
13842026-05-19T19:33:06.828Z Compiling siphasher v1.0.2
13852026-05-19T19:33:06.844Z Compiling tempfile v3.25.0
13862026-05-19T19:33:06.922Z Compiling quick-error v1.2.3
13872026-05-19T19:33:06.970Z Compiling usdt-impl v0.6.0
13882026-05-19T19:33:06.973Z Compiling unicode-segmentation v1.12.0
13892026-05-19T19:33:07.012Z Compiling crossbeam-utils v0.8.21
13902026-05-19T19:33:07.043Z Compiling regex-automata v0.4.14
13912026-05-19T19:33:07.059Z Compiling bit-set v0.8.0
13922026-05-19T19:33:07.095Z Compiling rusty-fork v0.3.1
13932026-05-19T19:33:07.110Z Compiling aws-lc-sys v0.40.0
13942026-05-19T19:33:07.140Z Compiling ring v0.17.14
13952026-05-19T19:33:07.156Z Compiling openssl-sys v0.9.115
13962026-05-19T19:33:07.237Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13972026-05-19T19:33:07.255Z Compiling synstructure v0.13.2
13982026-05-19T19:33:07.277Z Compiling pest_generator v2.8.6
13992026-05-19T19:33:07.293Z Compiling serde_derive_internals v0.29.1
14002026-05-19T19:33:07.345Z Compiling darling_core v0.20.11
14012026-05-19T19:33:07.507Z Compiling darling_core v0.21.3
14022026-05-19T19:33:07.603Z Compiling bzip2-sys v0.1.13+1.0.8
14032026-05-19T19:33:07.700Z Compiling slog v2.8.2
14042026-05-19T19:33:07.896Z Compiling heapless v0.7.17
14052026-05-19T19:33:07.921Z Compiling rand_xorshift v0.4.0
14062026-05-19T19:33:07.935Z Compiling thread-id v5.1.0
14072026-05-19T19:33:07.977Z Compiling cookie v0.18.1
14082026-05-19T19:33:08.026Z Compiling time v0.3.47
14092026-05-19T19:33:08.042Z Compiling unicode-properties v0.1.4
14102026-05-19T19:33:08.056Z Compiling iri-string v0.7.10
14112026-05-19T19:33:08.103Z Compiling unarray v0.1.4
14122026-05-19T19:33:08.103Z Compiling ryu v1.0.23
14132026-05-19T19:33:08.179Z Compiling paste v1.0.15
14142026-05-19T19:33:08.195Z Compiling allocator-api2 v0.2.21
14152026-05-19T19:33:08.231Z Compiling signal-hook v0.3.18
14162026-05-19T19:33:08.272Z Compiling zstd-safe v7.2.4
14172026-05-19T19:33:08.323Z Compiling adler2 v2.0.1
14182026-05-19T19:33:08.339Z Compiling unicode-bidi v0.3.18
14192026-05-19T19:33:08.457Z Compiling anyhow v1.0.102
14202026-05-19T19:33:08.566Z Compiling miniz_oxide v0.8.9
14212026-05-19T19:33:08.893Z Compiling stringprep v0.1.5
14222026-05-19T19:33:08.928Z Compiling heck v0.4.1
14232026-05-19T19:33:09.063Z Compiling num-integer v0.1.46
14242026-05-19T19:33:09.150Z Compiling serde_derive v1.0.228
14252026-05-19T19:33:09.176Z Compiling zeroize_derive v1.4.3
14262026-05-19T19:33:09.202Z Compiling zerofrom-derive v0.1.6
14272026-05-19T19:33:09.226Z Compiling yoke-derive v0.8.1
14282026-05-19T19:33:09.373Z Compiling zerovec-derive v0.11.2
14292026-05-19T19:33:09.387Z Compiling zerocopy-derive v0.8.40
14302026-05-19T19:33:09.417Z Compiling displaydoc v0.2.5
14312026-05-19T19:33:09.680Z Compiling tokio-macros v2.7.0
14322026-05-19T19:33:09.712Z Compiling futures-macro v0.3.32
14332026-05-19T19:33:09.880Z Compiling zeroize v1.8.2
14342026-05-19T19:33:09.899Z Compiling der_derive v0.7.3
14352026-05-19T19:33:10.167Z Compiling rustls-pki-types v1.14.0
14362026-05-19T19:33:10.234Z Compiling tracing-attributes v0.1.31
14372026-05-19T19:33:10.472Z Compiling thiserror-impl v2.0.18
14382026-05-19T19:33:10.494Z Compiling schemars_derive v0.8.22
14392026-05-19T19:33:10.578Z Compiling pest_derive v2.8.6
14402026-05-19T19:33:10.597Z Compiling futures-util v0.3.32
14412026-05-19T19:33:10.664Z Compiling crypto-common v0.1.7
14422026-05-19T19:33:10.681Z Compiling zerofrom v0.1.6
14432026-05-19T19:33:10.719Z Compiling block-buffer v0.10.4
14442026-05-19T19:33:10.829Z Compiling yoke v0.8.1
14452026-05-19T19:33:10.845Z Compiling block-padding v0.3.3
14462026-05-19T19:33:10.924Z Compiling digest v0.10.7
14472026-05-19T19:33:10.945Z Compiling der v0.7.10
14482026-05-19T19:33:11.040Z Compiling zerovec v0.11.5
14492026-05-19T19:33:11.055Z Compiling zerotrie v0.2.3
14502026-05-19T19:33:11.078Z Compiling inout v0.1.4
14512026-05-19T19:33:11.208Z Compiling hmac v0.12.1
14522026-05-19T19:33:11.275Z Compiling cipher v0.4.4
14532026-05-19T19:33:11.385Z Compiling sha2 v0.10.9
14542026-05-19T19:33:11.400Z Compiling pbkdf2 v0.12.2
14552026-05-19T19:33:11.475Z Compiling scroll_derive v0.13.1
14562026-05-19T19:33:11.542Z Compiling tinystr v0.8.2
14572026-05-19T19:33:11.561Z Compiling potential_utf v0.1.4
14582026-05-19T19:33:11.584Z Compiling salsa20 v0.10.2
14592026-05-19T19:33:11.643Z Compiling tracing v0.1.44
14602026-05-19T19:33:11.754Z Compiling icu_locale_core v2.1.1
14612026-05-19T19:33:11.769Z Compiling icu_collections v2.1.1
14622026-05-19T19:33:11.786Z Compiling scrypt v0.11.0
14632026-05-19T19:33:11.847Z Compiling spki v0.7.3
14642026-05-19T19:33:11.902Z Compiling thiserror v2.0.18
14652026-05-19T19:33:11.949Z Compiling cbc v0.1.2
14662026-05-19T19:33:12.035Z Compiling aes v0.8.4
14672026-05-19T19:33:12.074Z Compiling darling_macro v0.20.11
14682026-05-19T19:33:12.094Z Compiling openssl-macros v0.1.1
14692026-05-19T19:33:12.128Z Compiling rustls-native-certs v0.8.3
14702026-05-19T19:33:12.223Z Compiling dtrace-parser v0.3.0
14712026-05-19T19:33:12.313Z Compiling signature v2.2.0
14722026-05-19T19:33:12.373Z Compiling scroll v0.13.0
14732026-05-19T19:33:12.460Z Compiling icu_provider v2.1.1
14742026-05-19T19:33:12.531Z Compiling pkcs5 v0.7.1
14752026-05-19T19:33:12.633Z Compiling darling v0.20.11
14762026-05-19T19:33:12.685Z Compiling goblin v0.10.5
14772026-05-19T19:33:12.708Z Compiling webpki-roots v1.0.6
14782026-05-19T19:33:12.724Z Compiling icu_normalizer v2.1.1
14792026-05-19T19:33:12.751Z Compiling bytes v1.11.1
14802026-05-19T19:33:12.797Z Compiling icu_properties v2.1.2
14812026-05-19T19:33:12.840Z Compiling chrono v0.4.44
14822026-05-19T19:33:12.859Z Compiling pkcs8 v0.10.2
14832026-05-19T19:33:12.862Z Compiling ipnet v2.11.0
14842026-05-19T19:33:13.032Z Compiling derive_builder_core v0.20.2
14852026-05-19T19:33:13.049Z Compiling thiserror-impl v1.0.69
14862026-05-19T19:33:13.078Z Compiling scroll_derive v0.12.1
14872026-05-19T19:33:13.195Z Compiling serde_urlencoded v0.7.1
14882026-05-19T19:33:13.228Z Compiling serde_spanned v0.6.9
14892026-05-19T19:33:13.267Z Compiling tokio v1.52.1
14902026-05-19T19:33:13.401Z Compiling http v1.4.0
14912026-05-19T19:33:13.441Z Compiling erased-serde v0.3.31
14922026-05-19T19:33:13.445Z Compiling toml_datetime v0.6.11
14932026-05-19T19:33:13.471Z Compiling serde_tokenstream v0.2.3
14942026-05-19T19:33:13.786Z Compiling idna_adapter v1.2.1
14952026-05-19T19:33:13.852Z Compiling md-5 v0.10.6
14962026-05-19T19:33:13.867Z Compiling scroll v0.12.0
14972026-05-19T19:33:13.956Z Compiling idna v1.1.0
14982026-05-19T19:33:14.030Z Compiling ppv-lite86 v0.2.21
14992026-05-19T19:33:14.053Z Compiling darling_macro v0.21.3
15002026-05-19T19:33:14.069Z Compiling derive_builder_macro v0.20.2
15012026-05-19T19:33:14.086Z Compiling bstr v1.12.1
15022026-05-19T19:33:14.179Z Compiling http-body v1.0.1
15032026-05-19T19:33:14.265Z Compiling zerocopy-derive v0.7.35
15042026-05-19T19:33:14.382Z Compiling url v2.5.8
15052026-05-19T19:33:14.421Z Compiling rand_chacha v0.9.0
15062026-05-19T19:33:14.438Z Compiling http-body-util v0.1.3
15072026-05-19T19:33:14.471Z Compiling rand_chacha v0.3.1
15082026-05-19T19:33:14.508Z Compiling thiserror v1.0.69
15092026-05-19T19:33:14.624Z Compiling pin-project-internal v1.1.11
15102026-05-19T19:33:14.641Z Compiling async-trait v0.1.89
15112026-05-19T19:33:14.644Z Compiling vergen-lib v0.1.6
15122026-05-19T19:33:14.644Z Compiling curve25519-dalek v4.1.3
15132026-05-19T19:33:14.725Z Compiling rand v0.9.2
15142026-05-19T19:33:14.742Z Compiling ff v0.13.1
15152026-05-19T19:33:14.856Z Compiling hash32 v0.2.1
15162026-05-19T19:33:14.903Z Compiling memoffset v0.9.1
15172026-05-19T19:33:14.919Z Compiling num-bigint-dig v0.8.6
15182026-05-19T19:33:15.153Z Compiling cfg_aliases v0.2.1
15192026-05-19T19:33:15.170Z Compiling litrs v1.0.0
15202026-05-19T19:33:15.241Z Compiling psl-types v2.0.11
15212026-05-19T19:33:15.257Z Compiling zlib-rs v0.6.2
15222026-05-19T19:33:15.316Z Compiling base16ct v0.2.0
15232026-05-19T19:33:15.332Z Compiling smoltcp v0.9.1
15242026-05-19T19:33:15.407Z Compiling proptest v1.11.0
15252026-05-19T19:33:15.424Z Compiling ref-cast v1.0.25
15262026-05-19T19:33:15.488Z Compiling fallible-iterator v0.2.0
15272026-05-19T19:33:15.540Z Compiling rustix v0.38.44
15282026-05-19T19:33:15.670Z Compiling sec1 v0.7.3
15292026-05-19T19:33:15.761Z Compiling publicsuffix v2.3.0
15302026-05-19T19:33:15.777Z Compiling document-features v0.2.12
15312026-05-19T19:33:15.797Z Compiling dof v0.4.0
15322026-05-19T19:33:15.856Z Compiling postgres-protocol v0.6.10
15332026-05-19T19:33:15.935Z Compiling zerocopy v0.7.35
15342026-05-19T19:33:15.956Z Compiling pin-project v1.1.11
15352026-05-19T19:33:15.974Z Compiling ipnetwork v0.21.1
15362026-05-19T19:33:16.005Z Compiling nix v0.31.2
15372026-05-19T19:33:16.188Z Compiling group v0.13.0
15382026-05-19T19:33:16.207Z Compiling rand v0.8.6
15392026-05-19T19:33:16.407Z Compiling oxnet v0.1.4
15402026-05-19T19:33:16.428Z Compiling darling v0.21.3
15412026-05-19T19:33:16.444Z Compiling derive_builder v0.20.2
15422026-05-19T19:33:16.447Z Compiling goblin v0.8.2
15432026-05-19T19:33:16.544Z Compiling futures-executor v0.3.32
15442026-05-19T19:33:16.562Z Compiling hex v0.4.3
15452026-05-19T19:33:16.579Z Compiling cargo-platform v0.1.9
15462026-05-19T19:33:16.618Z Compiling hubpack_derive v0.1.1
15472026-05-19T19:33:16.633Z Compiling hkdf v0.12.4
15482026-05-19T19:33:16.831Z Compiling crypto-bigint v0.5.5
15492026-05-19T19:33:16.854Z Compiling regex v1.12.3
15502026-05-19T19:33:16.902Z Compiling num-iter v0.1.45
15512026-05-19T19:33:16.931Z Compiling snafu-derive v0.8.9
15522026-05-19T19:33:17.002Z Compiling strum_macros v0.27.2
15532026-05-19T19:33:17.058Z Compiling daft-derive v0.1.5
15542026-05-19T19:33:17.140Z Compiling ref-cast-impl v1.0.25
15552026-05-19T19:33:17.156Z Compiling curve25519-dalek-derive v0.1.1
15562026-05-19T19:33:17.507Z Compiling tokio-util v0.7.18
15572026-05-19T19:33:17.510Z Compiling tower v0.5.3
15582026-05-19T19:33:17.580Z Compiling tokio-native-tls v0.3.1
15592026-05-19T19:33:17.729Z Compiling phf_shared v0.13.1
15602026-05-19T19:33:17.773Z Compiling terminal_size v0.4.3
15612026-05-19T19:33:17.793Z Compiling lazy_static v1.5.0
15622026-05-19T19:33:17.858Z Compiling vergen v9.0.6
15632026-05-19T19:33:17.899Z Compiling fs-err v3.3.0
15642026-05-19T19:33:17.917Z Compiling encoding_rs v0.8.35
15652026-05-19T19:33:17.920Z Compiling ahash v0.8.12
15662026-05-19T19:33:17.949Z Compiling newtype-uuid v1.3.2
15672026-05-19T19:33:18.019Z Compiling tower-http v0.6.8
15682026-05-19T19:33:18.078Z Compiling object v0.37.3
15692026-05-19T19:33:18.094Z Compiling mime v0.3.17
15702026-05-19T19:33:18.142Z Compiling managed v0.8.0
15712026-05-19T19:33:18.189Z Compiling foldhash v0.1.5
15722026-05-19T19:33:18.350Z Compiling h2 v0.4.13
15732026-05-19T19:33:18.403Z Compiling flate2 v1.1.9
15742026-05-19T19:33:18.406Z Compiling bitflags v1.3.2
15752026-05-19T19:33:18.406Z Compiling bumpalo v3.20.2
15762026-05-19T19:33:18.453Z Compiling same-file v1.0.6
15772026-05-19T19:33:18.517Z Compiling winnow v0.5.40
15782026-05-19T19:33:18.583Z Compiling foldhash v0.2.0
15792026-05-19T19:33:18.717Z Compiling libbz2-rs-sys v0.2.2
15802026-05-19T19:33:18.766Z Compiling hashbrown v0.16.1
15812026-05-19T19:33:18.798Z Compiling zopfli v0.8.3
15822026-05-19T19:33:18.821Z Compiling walkdir v2.5.0
15832026-05-19T19:33:19.030Z Compiling dof v0.3.0
15842026-05-19T19:33:19.144Z Compiling snafu v0.8.9
15852026-05-19T19:33:19.218Z Compiling bzip2 v0.6.1
15862026-05-19T19:33:19.234Z Compiling hashbrown v0.15.5
15872026-05-19T19:33:19.298Z Compiling strum v0.27.2
15882026-05-19T19:33:19.485Z Compiling daft v0.1.5
15892026-05-19T19:33:19.488Z Compiling clap_builder v4.5.60
15902026-05-19T19:33:19.556Z Compiling phf v0.13.1
15912026-05-19T19:33:19.644Z Compiling elliptic-curve v0.13.8
15922026-05-19T19:33:19.738Z Compiling signal-hook-mio v0.2.5
15932026-05-19T19:33:19.754Z Compiling usdt-attr-macro v0.6.0
15942026-05-19T19:33:19.777Z Compiling usdt-macro v0.6.0
15952026-05-19T19:33:19.836Z Compiling cargo_metadata v0.19.2
15962026-05-19T19:33:19.839Z Compiling cookie_store v0.22.1
15972026-05-19T19:33:19.865Z Compiling hubpack v0.1.2
15982026-05-19T19:33:19.882Z Compiling bzip2 v0.4.4
15992026-05-19T19:33:20.098Z Compiling toml_edit v0.19.15
16002026-05-19T19:33:20.128Z Compiling futures v0.3.32
16012026-05-19T19:33:20.145Z Compiling serde_with_macros v3.17.0
16022026-05-19T19:33:20.204Z Compiling zstd v0.13.3
16032026-05-19T19:33:20.248Z Compiling postgres-types v0.2.12
16042026-05-19T19:33:20.398Z Compiling dtrace-parser v0.2.0
16052026-05-19T19:33:20.518Z Compiling globset v0.4.18
16062026-05-19T19:33:20.597Z Compiling ed25519 v2.2.3
16072026-05-19T19:33:20.624Z Compiling pkcs1 v0.7.5
16082026-05-19T19:33:20.678Z Compiling olpc-cjson v0.1.4
16092026-05-19T19:33:20.878Z Compiling serde_plain v1.0.2
16102026-05-19T19:33:20.894Z Compiling serde-big-array v0.5.1
16112026-05-19T19:33:21.069Z Compiling rfc6979 v0.4.0
16122026-05-19T19:33:21.095Z Compiling enum-as-inner v0.6.1
16132026-05-19T19:33:21.118Z Compiling serde_repr v0.1.20
16142026-05-19T19:33:21.237Z Compiling async-recursion v1.1.1
16152026-05-19T19:33:21.265Z Compiling strum_macros v0.26.4
16162026-05-19T19:33:21.295Z Compiling clap_derive v4.5.55
16172026-05-19T19:33:21.338Z Compiling phf_shared v0.11.3
16182026-05-19T19:33:21.430Z Compiling float-cmp v0.10.0
16192026-05-19T19:33:21.570Z Compiling pem v3.0.6
16202026-05-19T19:33:21.624Z Compiling thread-id v4.2.2
16212026-05-19T19:33:21.627Z Compiling memmap2 v0.9.10
16222026-05-19T19:33:21.659Z Compiling hyper v1.8.1
16232026-05-19T19:33:21.687Z Compiling env_filter v1.0.0
16242026-05-19T19:33:21.745Z Compiling rustc-hash v2.1.1
16252026-05-19T19:33:21.767Z Compiling precomputed-hash v0.1.1
16262026-05-19T19:33:21.885Z Compiling fixedbitset v0.5.7
16272026-05-19T19:33:21.905Z Compiling keccak v0.1.6
16282026-05-19T19:33:21.920Z Compiling jiff v0.2.21
16292026-05-19T19:33:21.968Z Compiling typed-path v0.9.3
16302026-05-19T19:33:22.030Z Compiling whoami v2.1.0
16312026-05-19T19:33:22.060Z Compiling new_debug_unreachable v1.0.6
16322026-05-19T19:33:22.155Z Compiling difflib v0.4.0
16332026-05-19T19:33:22.257Z Compiling either v1.15.0
16342026-05-19T19:33:22.477Z Compiling static_assertions v1.1.0
16352026-05-19T19:33:22.525Z Compiling data-encoding v2.10.0
16362026-05-19T19:33:22.578Z Compiling normalize-line-endings v0.3.0
16372026-05-19T19:33:22.706Z Compiling predicates-core v1.0.10
16382026-05-19T19:33:22.820Z Compiling fixedbitset v0.4.2
16392026-05-19T19:33:22.823Z Compiling toml_edit v0.22.27
16402026-05-19T19:33:22.857Z Compiling hickory-proto v0.25.2
16412026-05-19T19:33:22.876Z Compiling hyper-util v0.1.20
16422026-05-19T19:33:22.897Z Compiling predicates v3.1.4
16432026-05-19T19:33:22.927Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16442026-05-19T19:33:23.083Z Compiling petgraph v0.6.5
16452026-05-19T19:33:23.086Z Compiling itertools v0.13.0
16462026-05-19T19:33:23.301Z Compiling strum v0.26.3
16472026-05-19T19:33:23.325Z Compiling tokio-postgres v0.7.16
16482026-05-19T19:33:23.353Z Compiling string_cache v0.8.9
16492026-05-19T19:33:23.356Z Compiling clap v4.5.60
16502026-05-19T19:33:23.457Z Compiling petgraph v0.8.3
16512026-05-19T19:33:23.474Z Compiling sha3 v0.10.8
16522026-05-19T19:33:23.491Z Compiling env_logger v0.11.9
16532026-05-19T19:33:23.664Z Compiling iddqd v0.3.18
16542026-05-19T19:33:23.688Z Compiling usdt v0.6.0
16552026-05-19T19:33:23.893Z Compiling usdt-impl v0.5.0
16562026-05-19T19:33:23.996Z Compiling toml v0.7.8
16572026-05-19T19:33:24.023Z Compiling serde_with v3.17.0
16582026-05-19T19:33:24.459Z Compiling hyper-tls v0.6.0
16592026-05-19T19:33:24.549Z Compiling crossterm v0.28.1
16602026-05-19T19:33:24.671Z Compiling ecdsa v0.16.9
16612026-05-19T19:33:24.734Z Compiling rsa v0.9.10
16622026-05-19T19:33:24.763Z Compiling ed25519-dalek v2.2.0
16632026-05-19T19:33:24.864Z Compiling zip v4.6.1
16642026-05-19T19:33:25.388Z Compiling zip v0.6.6
16652026-05-19T19:33:25.751Z Compiling toml_parser v1.0.9+spec-1.1.0
16662026-05-19T19:33:25.836Z Compiling tokio-stream v0.1.18
16672026-05-19T19:33:25.897Z Compiling buf-list v1.1.2
16682026-05-19T19:33:25.927Z Compiling similar v2.7.0
16692026-05-19T19:33:25.946Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16702026-05-19T19:33:25.965Z Compiling openapiv3 v2.2.0
16712026-05-19T19:33:26.006Z Compiling x509-cert v0.2.5
16722026-05-19T19:33:26.042Z Compiling sha1 v0.10.6
16732026-05-19T19:33:26.073Z Compiling crossbeam-epoch v0.9.18
16742026-05-19T19:33:26.233Z Compiling toml_datetime v0.7.5+spec-1.1.0
16752026-05-19T19:33:26.303Z Compiling peg-runtime v0.8.5
16762026-05-19T19:33:26.321Z Compiling lalrpop-util v0.19.12
16772026-05-19T19:33:26.392Z Compiling thread_local v1.1.9
16782026-05-19T19:33:26.462Z Compiling slog-async v2.8.0
16792026-05-19T19:33:26.479Z Compiling crossbeam-channel v0.5.15
16802026-05-19T19:33:26.551Z Compiling filetime v0.2.27
16812026-05-19T19:33:26.578Z Compiling is-terminal v0.4.17
16822026-05-19T19:33:26.614Z Compiling take_mut v0.2.2
16832026-05-19T19:33:26.644Z Compiling term v1.2.1
16842026-05-19T19:33:26.698Z Compiling xattr v1.6.1
16852026-05-19T19:33:26.845Z Compiling tar v0.4.45
16862026-05-19T19:33:27.001Z Compiling slog-term v2.9.2
16872026-05-19T19:33:44.622Z Compiling rustls-webpki v0.103.9
16882026-05-19T19:33:47.474Z Compiling tokio-rustls v0.26.4
16892026-05-19T19:33:47.474Z Compiling rustls-platform-verifier v0.6.2
16902026-05-19T19:33:47.681Z Compiling hyper-rustls v0.27.7
16912026-05-19T19:33:47.879Z Compiling reqwest v0.12.28
16922026-05-19T19:33:47.879Z Compiling reqwest v0.13.2
16932026-05-19T19:33:49.172Z Compiling tough v0.22.0
16942026-05-19T19:33:51.747Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16952026-05-19T19:33:51.996Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16962026-05-19T19:33:54.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.43s
16972026-05-19T19:33:55.063Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16982026-05-19T19:33:55.120ZMay 19 19:33:54.188 INFO Starting download, target: Cockroach
16992026-05-19T19:33:55.120ZMay 19 19:33:54.189 INFO Starting download, target: Console
17002026-05-19T19:33:55.120ZMay 19 19:33:54.189 INFO Starting download, target: MaghemiteMgd
17012026-05-19T19:33:55.123ZMay 19 19:33:54.189 INFO Starting download, target: DendriteStub
17022026-05-19T19:33:55.123ZMay 19 19:33:54.189 INFO Starting download, target: Clickhouse
17032026-05-19T19:33:55.123ZMay 19 19:33:54.189 INFO Starting download, target: TransceiverControl
17042026-05-19T19:33:55.123ZMay 19 19:33:54.189 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17052026-05-19T19:33:55.123ZMay 19 19:33:54.189 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17062026-05-19T19:33:55.123ZMay 19 19:33:54.189 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17072026-05-19T19:33:55.124ZMay 19 19:33:54.189 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17082026-05-19T19:33:55.124ZMay 19 19:33:54.189 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17092026-05-19T19:33:55.124ZMay 19 19:33:54.189 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17102026-05-19T19:33:55.616ZMay 19 19:33:54.681 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17112026-05-19T19:33:55.826ZMay 19 19:33:54.894 INFO Download complete, target: TransceiverControl
17122026-05-19T19:33:56.177ZMay 19 19:33:55.245 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17132026-05-19T19:33:56.427ZMay 19 19:33:55.492 INFO Download complete, target: Console
17142026-05-19T19:33:56.700ZMay 19 19:33:55.769 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17152026-05-19T19:33:57.024ZMay 19 19:33:56.089 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17162026-05-19T19:33:57.455ZMay 19 19:33:56.525 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17172026-05-19T19:33:57.455ZMay 19 19:33:56.525 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17182026-05-19T19:33:57.858ZMay 19 19:33:56.927 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17192026-05-19T19:33:59.179ZMay 19 19:33:58.247 INFO Download complete, target: DendriteStub
17202026-05-19T19:33:59.622ZMay 19 19:33:58.690 INFO Download complete, target: MaghemiteMgd
17212026-05-19T19:34:02.405ZMay 19 19:34:01.474 INFO Checking that binary works, target: Cockroach
17222026-05-19T19:34:02.570ZMay 19 19:34:01.639 INFO Download complete, target: Cockroach
17232026-05-19T19:34:04.766ZMay 19 19:34:03.835 INFO Checking that binary works, target: Clickhouse
17242026-05-19T19:34:04.870ZMay 19 19:34:03.938 INFO Download complete, target: Clickhouse
17252026-05-19T19:34:04.875ZAll prerequisites installed successfully
17262026-05-19T19:34:04.878Z
17272026-05-19T19:34:04.878Zreal 2:03.680248736
17282026-05-19T19:34:04.878Zuser 7:22.242336970
17292026-05-19T19:34:04.878Zsys 1:50.339947409
17302026-05-19T19:34:04.879Ztrap 0.288645876
17312026-05-19T19:34:04.879Ztflt 2.121753731
17322026-05-19T19:34:04.879Zdflt 2.874068196
17332026-05-19T19:34:04.879Zkflt 0.035669865
17342026-05-19T19:34:04.879Zlock 24:26.242486230
17352026-05-19T19:34:04.879Zslp 20:20.156896988
17362026-05-19T19:34:04.879Zlat 27.158864660
17372026-05-19T19:34:04.879Zstop 3:03.483799470
17382026-05-19T19:34:04.879Z+ ptime -m cargo xtask download softnpu
17392026-05-19T19:34:05.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
17402026-05-19T19:34:05.464Z Running `target/debug/xtask download softnpu`
17412026-05-19T19:34:06.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
17422026-05-19T19:34:06.325Z Running `target/debug/xtask-downloader softnpu`
17432026-05-19T19:34:06.371ZMay 19 19:34:05.439 INFO Starting download, target: Softnpu
17442026-05-19T19:34:06.374ZMay 19 19:34:05.440 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17452026-05-19T19:34:07.108ZMay 19 19:34:06.175 INFO Download complete, target: Softnpu
17462026-05-19T19:34:07.112Z
17472026-05-19T19:34:07.112Zreal 2.227601455
17482026-05-19T19:34:07.112Zuser 1.366490047
17492026-05-19T19:34:07.112Zsys 0.700414512
17502026-05-19T19:34:07.112Ztrap 0.000555750
17512026-05-19T19:34:07.112Ztflt 0.000128780
17522026-05-19T19:34:07.112Zdflt 0.000246780
17532026-05-19T19:34:07.112Zkflt 0.000000000
17542026-05-19T19:34:07.112Zlock 13.297419605
17552026-05-19T19:34:07.112Zslp 0.611055871
17562026-05-19T19:34:07.112Zlat 0.102822053
17572026-05-19T19:34:07.112Zstop 0.000174540
17582026-05-19T19:34:07.112Z+ export CARGO_INCREMENTAL=0
17592026-05-19T19:34:07.112Z+ CARGO_INCREMENTAL=0
17602026-05-19T19:34:07.112Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17612026-05-19T19:34:08.033Z Compiling proc-macro2 v1.0.106
17622026-05-19T19:34:08.033Z Compiling quote v1.0.45
17632026-05-19T19:34:08.033Z Compiling unicode-ident v1.0.24
17642026-05-19T19:34:08.036Z Compiling libc v0.2.185
17652026-05-19T19:34:08.036Z Compiling serde_core v1.0.228
17662026-05-19T19:34:08.036Z Compiling serde v1.0.228
17672026-05-19T19:34:08.036Z Compiling cfg-if v1.0.4
17682026-05-19T19:34:08.036Z Compiling version_check v0.9.5
17692026-05-19T19:34:08.036Z Compiling shlex v1.3.0
17702026-05-19T19:34:08.036Z Compiling find-msvc-tools v0.1.9
17712026-05-19T19:34:08.036Z Compiling typenum v1.19.0
17722026-05-19T19:34:08.212Z Compiling zmij v1.0.21
17732026-05-19T19:34:08.253Z Compiling autocfg v1.5.0
17742026-05-19T19:34:08.253Z Compiling memchr v2.8.0
17752026-05-19T19:34:08.253Z Compiling serde_json v1.0.149
17762026-05-19T19:34:08.386Z Compiling portable-atomic v1.13.1
17772026-05-19T19:34:08.426Z Compiling libm v0.2.16
17782026-05-19T19:34:08.460Z Compiling zerocopy v0.8.40
17792026-05-19T19:34:08.589Z Compiling smallvec v1.15.1
17802026-05-19T19:34:08.619Z Compiling parking_lot_core v0.9.12
17812026-05-19T19:34:08.647Z Compiling icu_normalizer_data v2.1.1
17822026-05-19T19:34:08.715Z Compiling generic-array v0.14.7
17832026-05-19T19:34:08.716Z Compiling icu_properties_data v2.1.2
17842026-05-19T19:34:08.760Z Compiling num-traits v0.2.19
17852026-05-19T19:34:08.795Z Compiling itoa v1.0.17
17862026-05-19T19:34:08.855Z Compiling getrandom v0.4.1
17872026-05-19T19:34:08.883Z Compiling log v0.4.29
17882026-05-19T19:34:08.929Z Compiling stable_deref_trait v1.2.1
17892026-05-19T19:34:08.962Z Compiling pkg-config v0.3.32
17902026-05-19T19:34:08.981Z Compiling subtle v2.6.1
17912026-05-19T19:34:09.135Z Compiling scopeguard v1.2.0
17922026-05-19T19:34:09.177Z Compiling writeable v0.6.2
17932026-05-19T19:34:09.197Z Compiling litemap v0.8.1
17942026-05-19T19:34:09.231Z Compiling jobserver v0.1.34
17952026-05-19T19:34:09.243Z Compiling getrandom v0.2.17
17962026-05-19T19:34:09.323Z Compiling errno v0.3.14
17972026-05-19T19:34:09.363Z Compiling lock_api v0.4.14
17982026-05-19T19:34:09.405Z Compiling percent-encoding v2.3.2
17992026-05-19T19:34:09.507Z Compiling cc v1.2.56
18002026-05-19T19:34:09.521Z Compiling rand_core v0.6.4
18012026-05-19T19:34:09.574Z Compiling pin-project-lite v0.2.17
18022026-05-19T19:34:09.633Z Compiling fnv v1.0.7
18032026-05-19T19:34:09.697Z Compiling syn v2.0.117
18042026-05-19T19:34:09.716Z Compiling thiserror v2.0.18
18052026-05-19T19:34:09.773Z Compiling getrandom v0.3.4
18062026-05-19T19:34:09.816Z Compiling dunce v1.0.5
18072026-05-19T19:34:09.822Z Compiling equivalent v1.0.2
18082026-05-19T19:34:09.823Z Compiling fs_extra v1.3.0
18092026-05-19T19:34:09.896Z Compiling rand_core v0.10.0
18102026-05-19T19:34:09.900Z Compiling utf8_iter v1.0.4
18112026-05-19T19:34:09.929Z Compiling schemars v0.8.22
18122026-05-19T19:34:09.944Z Compiling rustversion v1.0.22
18132026-05-19T19:34:10.091Z Compiling form_urlencoded v1.2.2
18142026-05-19T19:34:10.133Z Compiling critical-section v1.2.0
18152026-05-19T19:34:10.176Z Compiling signal-hook-registry v1.4.8
18162026-05-19T19:34:10.240Z Compiling rustix v1.1.3
18172026-05-19T19:34:10.253Z Compiling hashbrown v0.17.0
18182026-05-19T19:34:10.333Z Compiling cmake v0.1.57
18192026-05-19T19:34:10.438Z Compiling semver v1.0.28
18202026-05-19T19:34:10.640Z Compiling bitflags v2.11.0
18212026-05-19T19:34:10.669Z Compiling once_cell v1.21.3
18222026-05-19T19:34:10.748Z Compiling parking_lot v0.12.5
18232026-05-19T19:34:10.766Z Compiling socket2 v0.6.3
18242026-05-19T19:34:10.781Z Compiling mio v1.2.0
18252026-05-19T19:34:10.817Z Compiling const-oid v0.9.6
18262026-05-19T19:34:10.849Z Compiling indexmap v2.14.0
18272026-05-19T19:34:10.982Z Compiling ring v0.17.14
18282026-05-19T19:34:11.036Z Compiling aws-lc-sys v0.40.0
18292026-05-19T19:34:11.052Z Compiling aws-lc-rs v1.16.3
18302026-05-19T19:34:11.099Z Compiling futures-core v0.3.32
18312026-05-19T19:34:11.136Z Compiling httparse v1.10.1
18322026-05-19T19:34:11.341Z Compiling thiserror v1.0.69
18332026-05-19T19:34:11.358Z Compiling strsim v0.11.1
18342026-05-19T19:34:11.374Z Compiling vcpkg v0.2.15
18352026-05-19T19:34:11.559Z Compiling iana-time-zone v0.1.65
18362026-05-19T19:34:11.577Z Compiling ucd-trie v0.1.7
18372026-05-19T19:34:11.580Z Compiling byteorder v1.5.0
18382026-05-19T19:34:11.706Z Compiling regex-syntax v0.8.10
18392026-05-19T19:34:11.739Z Compiling ident_case v1.0.1
18402026-05-19T19:34:11.757Z Compiling pest v2.8.6
18412026-05-19T19:34:11.779Z Compiling heck v0.5.0
18422026-05-19T19:34:11.803Z Compiling syn v1.0.109
18432026-05-19T19:34:11.825Z Compiling uuid v1.23.0
18442026-05-19T19:34:11.880Z Compiling rustls v0.23.37
18452026-05-19T19:34:11.934Z Compiling cpufeatures v0.2.17
18462026-05-19T19:34:12.010Z Compiling openssl-sys v0.9.115
18472026-05-19T19:34:12.111Z Compiling futures-sink v0.3.32
18482026-05-19T19:34:12.164Z Compiling rustc_version v0.4.1
18492026-05-19T19:34:12.226Z Compiling futures-channel v0.3.32
18502026-05-19T19:34:12.305Z Compiling futures-io v0.3.32
18512026-05-19T19:34:12.428Z Compiling slab v0.4.12
18522026-05-19T19:34:12.450Z Compiling futures-task v0.3.32
18532026-05-19T19:34:12.540Z Compiling aho-corasick v1.1.4
18542026-05-19T19:34:12.683Z Compiling dyn-clone v1.0.20
18552026-05-19T19:34:12.716Z Compiling synstructure v0.13.2
18562026-05-19T19:34:12.739Z Compiling serde_derive_internals v0.29.1
18572026-05-19T19:34:12.816Z Compiling base64 v0.22.1
18582026-05-19T19:34:12.865Z Compiling plain v0.2.3
18592026-05-19T19:34:12.883Z Compiling openssl v0.10.79
18602026-05-19T19:34:12.898Z Compiling crc32fast v1.5.0
18612026-05-19T19:34:13.010Z Compiling pest_meta v2.8.6
18622026-05-19T19:34:13.046Z Compiling num-conv v0.2.0
18632026-05-19T19:34:13.156Z Compiling time-core v0.1.8
18642026-05-19T19:34:13.231Z Compiling crossbeam-utils v0.8.21
18652026-05-19T19:34:13.352Z Compiling time-macros v0.2.27
18662026-05-19T19:34:13.400Z Compiling native-tls v0.2.18
18672026-05-19T19:34:13.417Z Compiling pretty-hex v0.4.1
18682026-05-19T19:34:13.497Z Compiling regex-automata v0.4.14
18692026-05-19T19:34:13.515Z Compiling base64ct v1.8.3
18702026-05-19T19:34:13.532Z Compiling anyhow v1.0.102
18712026-05-19T19:34:13.587Z Compiling darling_core v0.21.3
18722026-05-19T19:34:13.643Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18732026-05-19T19:34:13.661Z Compiling pest_generator v2.8.6
18742026-05-19T19:34:13.740Z Compiling tracing-core v0.1.36
18752026-05-19T19:34:13.840Z Compiling pem-rfc7468 v0.7.0
18762026-05-19T19:34:14.079Z Compiling flagset v0.4.7
18772026-05-19T19:34:14.111Z Compiling untrusted v0.9.0
18782026-05-19T19:34:14.129Z Compiling serde_derive v1.0.228
18792026-05-19T19:34:14.147Z Compiling zeroize_derive v1.4.3
18802026-05-19T19:34:14.163Z Compiling zerofrom-derive v0.1.6
18812026-05-19T19:34:14.194Z Compiling yoke-derive v0.8.1
18822026-05-19T19:34:14.235Z Compiling zerovec-derive v0.11.2
18832026-05-19T19:34:14.272Z Compiling displaydoc v0.2.5
18842026-05-19T19:34:14.404Z Compiling zerocopy-derive v0.8.40
18852026-05-19T19:34:14.421Z Compiling tokio-macros v2.7.0
18862026-05-19T19:34:14.437Z Compiling futures-macro v0.3.32
18872026-05-19T19:34:14.801Z Compiling zeroize v1.8.2
18882026-05-19T19:34:15.155Z Compiling thiserror-impl v2.0.18
18892026-05-19T19:34:15.192Z Compiling schemars_derive v0.8.22
18902026-05-19T19:34:15.254Z Compiling tracing-attributes v0.1.31
18912026-05-19T19:34:15.300Z Compiling der_derive v0.7.3
18922026-05-19T19:34:15.388Z Compiling thiserror-impl v1.0.69
18932026-05-19T19:34:15.410Z Compiling zerofrom v0.1.6
18942026-05-19T19:34:15.575Z Compiling yoke v0.8.1
18952026-05-19T19:34:15.673Z Compiling crypto-common v0.1.7
18962026-05-19T19:34:15.824Z Compiling zerovec v0.11.5
18972026-05-19T19:34:15.867Z Compiling zerotrie v0.2.3
18982026-05-19T19:34:16.041Z Compiling block-buffer v0.10.4
18992026-05-19T19:34:16.299Z Compiling digest v0.10.7
19002026-05-19T19:34:16.454Z Compiling tinystr v0.8.2
19012026-05-19T19:34:16.473Z Compiling potential_utf v0.1.4
19022026-05-19T19:34:16.508Z Compiling pest_derive v2.8.6
19032026-05-19T19:34:16.541Z Compiling futures-util v0.3.32
19042026-05-19T19:34:16.566Z Compiling hmac v0.12.1
19052026-05-19T19:34:16.635Z Compiling icu_collections v2.1.1
19062026-05-19T19:34:16.698Z Compiling icu_locale_core v2.1.1
19072026-05-19T19:34:16.748Z Compiling block-padding v0.3.3
19082026-05-19T19:34:16.874Z Compiling rustls-pki-types v1.14.0
19092026-05-19T19:34:16.923Z Compiling inout v0.1.4
19102026-05-19T19:34:17.114Z Compiling openssl-macros v0.1.1
19112026-05-19T19:34:17.339Z Compiling cipher v0.4.4
19122026-05-19T19:34:17.438Z Compiling sha2 v0.10.9
19132026-05-19T19:34:17.524Z Compiling bytes v1.11.1
19142026-05-19T19:34:17.557Z Compiling icu_provider v2.1.1
19152026-05-19T19:34:17.613Z Compiling chrono v0.4.44
19162026-05-19T19:34:17.631Z Compiling serde_tokenstream v0.2.3
19172026-05-19T19:34:17.924Z Compiling icu_normalizer v2.1.1
19182026-05-19T19:34:17.966Z Compiling icu_properties v2.1.2
19192026-05-19T19:34:18.060Z Compiling scroll_derive v0.13.1
19202026-05-19T19:34:18.063Z Compiling scroll_derive v0.12.1
19212026-05-19T19:34:18.134Z Compiling tokio v1.52.1
19222026-05-19T19:34:18.862Z Compiling http v1.4.0
19232026-05-19T19:34:19.182Z Compiling idna_adapter v1.2.1
19242026-05-19T19:34:19.228Z Compiling ppv-lite86 v0.2.21
19252026-05-19T19:34:19.339Z Compiling idna v1.1.0
19262026-05-19T19:34:19.584Z Compiling tracing v0.1.44
19272026-05-19T19:34:19.659Z Compiling der v0.7.10
19282026-05-19T19:34:19.685Z Compiling darling_macro v0.21.3
19292026-05-19T19:34:19.702Z Compiling url v2.5.8
19302026-05-19T19:34:19.744Z Compiling regex v1.12.3
19312026-05-19T19:34:19.861Z Compiling zerocopy-derive v0.7.35
19322026-05-19T19:34:20.210Z Compiling rand_core v0.9.5
19332026-05-19T19:34:20.228Z Compiling slog v2.8.2
19342026-05-19T19:34:20.728Z Compiling spki v0.7.3
19352026-05-19T19:34:20.846Z Compiling darling v0.21.3
19362026-05-19T19:34:20.877Z Compiling salsa20 v0.10.2
19372026-05-19T19:34:20.961Z Compiling pbkdf2 v0.12.2
19382026-05-19T19:34:21.462Z Compiling cookie v0.18.1
19392026-05-19T19:34:21.500Z Compiling camino v1.2.2
19402026-05-19T19:34:21.854Z Compiling scrypt v0.11.0
19412026-05-19T19:34:21.879Z Compiling rand_chacha v0.9.0
19422026-05-19T19:34:21.910Z Compiling http-body v1.0.1
19432026-05-19T19:34:22.017Z Compiling aes v0.8.4
19442026-05-19T19:34:22.105Z Compiling cbc v0.1.2
19452026-05-19T19:34:22.207Z Compiling usdt-impl v0.5.0
19462026-05-19T19:34:22.283Z Compiling tinyvec_macros v0.1.1
19472026-05-19T19:34:22.300Z Compiling either v1.15.0
19482026-05-19T19:34:22.318Z Compiling tokio-util v0.7.18
19492026-05-19T19:34:22.380Z Compiling openssl-probe v0.2.1
19502026-05-19T19:34:22.416Z Compiling unicode-segmentation v1.12.0
19512026-05-19T19:34:22.454Z Compiling ref-cast v1.0.25
19522026-05-19T19:34:22.480Z Compiling untrusted v0.7.1
19532026-05-19T19:34:22.559Z Compiling usdt-impl v0.6.0
19542026-05-19T19:34:22.576Z Compiling paste v1.0.15
19552026-05-19T19:34:22.594Z Compiling winnow v0.7.14
19562026-05-19T19:34:22.638Z Compiling atomic-waker v1.1.2
19572026-05-19T19:34:22.812Z Compiling pkcs5 v0.7.1
19582026-05-19T19:34:22.852Z Compiling tinyvec v1.10.0
19592026-05-19T19:34:22.966Z Compiling rand v0.9.2
19602026-05-19T19:34:23.422Z Compiling scroll v0.13.0
19612026-05-19T19:34:23.530Z Compiling scroll v0.12.0
19622026-05-19T19:34:23.640Z Compiling serde_spanned v0.6.9
19632026-05-19T19:34:23.674Z Compiling toml_datetime v0.6.11
19642026-05-19T19:34:23.741Z Compiling async-trait v0.1.89
19652026-05-19T19:34:23.762Z Compiling heapless v0.7.17
19662026-05-19T19:34:23.849Z Compiling bzip2-sys v0.1.13+1.0.8
19672026-05-19T19:34:23.891Z Compiling zstd-safe v7.2.4
19682026-05-19T19:34:23.969Z Compiling tower-service v0.3.3
19692026-05-19T19:34:24.030Z Compiling fastrand v2.3.0
19702026-05-19T19:34:24.063Z Compiling try-lock v0.2.5
19712026-05-19T19:34:24.101Z Compiling signal-hook v0.3.18
19722026-05-19T19:34:24.214Z Compiling tower-layer v0.3.3
19732026-05-19T19:34:24.403Z Compiling want v0.3.1
19742026-05-19T19:34:24.457Z Compiling toml_parser v1.0.9+spec-1.1.0
19752026-05-19T19:34:24.472Z Compiling h2 v0.4.13
19762026-05-19T19:34:24.607Z Compiling goblin v0.8.2
19772026-05-19T19:34:24.614Z Compiling goblin v0.10.5
19782026-05-19T19:34:24.712Z Compiling pkcs8 v0.10.2
19792026-05-19T19:34:24.952Z Compiling heck v0.4.1
19802026-05-19T19:34:25.042Z Compiling zerocopy v0.7.35
19812026-05-19T19:34:25.073Z Compiling ipnet v2.11.0
19822026-05-19T19:34:25.187Z Compiling ref-cast-impl v1.0.25
19832026-05-19T19:34:25.351Z Compiling darling_core v0.20.11
19842026-05-19T19:34:25.641Z Compiling curve25519-dalek v4.1.3
19852026-05-19T19:34:25.672Z Compiling toml_datetime v0.7.5+spec-1.1.0
19862026-05-19T19:34:25.820Z Compiling memoffset v0.9.1
19872026-05-19T19:34:25.832Z Compiling winnow v0.5.40
19882026-05-19T19:34:25.938Z Compiling pin-utils v0.1.0
19892026-05-19T19:34:26.069Z Compiling httpdate v1.0.3
19902026-05-19T19:34:26.336Z Compiling foreign-types-shared v0.1.1
19912026-05-19T19:34:26.454Z Compiling litrs v1.0.0
19922026-05-19T19:34:26.471Z Compiling rustix v0.38.44
19932026-05-19T19:34:26.507Z Compiling foreign-types v0.3.2
19942026-05-19T19:34:26.537Z Compiling tempfile v3.25.0
19952026-05-19T19:34:26.987Z Compiling unicode-normalization v0.1.25
19962026-05-19T19:34:27.035Z Compiling document-features v0.2.12
19972026-05-19T19:34:27.231Z Compiling dof v0.3.0
19982026-05-19T19:34:27.540Z Compiling toml_edit v0.19.15
19992026-05-19T19:34:27.545Z Compiling dtrace-parser v0.2.0
20002026-05-19T19:34:27.578Z Compiling darling_macro v0.20.11
20012026-05-19T19:34:27.608Z Compiling dof v0.4.0
20022026-05-19T19:34:27.795Z Compiling hyper v1.8.1
20032026-05-19T19:34:27.957Z Compiling dtrace-parser v0.3.0
20042026-05-19T19:34:28.134Z Compiling pin-project-internal v1.1.11
20052026-05-19T19:34:28.164Z Compiling daft-derive v0.1.5
20062026-05-19T19:34:28.221Z Compiling spin v0.9.8
20072026-05-19T19:34:28.222Z Compiling thread-id v4.2.2
20082026-05-19T19:34:28.301Z Compiling thread-id v5.1.0
20092026-05-19T19:34:28.338Z Compiling smoltcp v0.9.1
20102026-05-19T19:34:28.411Z Compiling cfg_aliases v0.2.1
20112026-05-19T19:34:28.583Z Compiling powerfmt v0.2.0
20122026-05-19T19:34:28.692Z Compiling num-bigint-dig v0.8.6
20132026-05-19T19:34:28.709Z Compiling nix v0.31.2
20142026-05-19T19:34:28.806Z Compiling deranged v0.5.8
20152026-05-19T19:34:28.957Z Compiling darling v0.20.11
20162026-05-19T19:34:29.078Z Compiling hyper-util v0.1.20
20172026-05-19T19:34:29.429Z Compiling rustls-native-certs v0.8.3
20182026-05-19T19:34:29.505Z Compiling ipnetwork v0.21.1
20192026-05-19T19:34:29.732Z Compiling curve25519-dalek-derive v0.1.1
20202026-05-19T19:34:29.766Z Compiling strum_macros v0.26.4
20212026-05-19T19:34:30.180Z Compiling sync_wrapper v1.0.2
20222026-05-19T19:34:30.204Z Compiling wait-timeout v0.2.1
20232026-05-19T19:34:30.343Z Compiling anstyle v1.0.13
20242026-05-19T19:34:30.492Z Compiling quick-error v1.2.3
20252026-05-19T19:34:30.764Z Compiling simd-adler32 v0.3.8
20262026-05-19T19:34:30.815Z Compiling siphasher v1.0.2
20272026-05-19T19:34:30.840Z Compiling utf8parse v0.2.2
20282026-05-19T19:34:30.969Z Compiling num_threads v0.1.7
20292026-05-19T19:34:30.996Z Compiling bit-vec v0.8.0
20302026-05-19T19:34:31.142Z Compiling time v0.3.47
20312026-05-19T19:34:31.152Z Compiling anstyle-parse v0.2.7
20322026-05-19T19:34:31.280Z Compiling bit-set v0.8.0
20332026-05-19T19:34:31.331Z Compiling rusty-fork v0.3.1
20342026-05-19T19:34:31.366Z Compiling tower v0.5.3
20352026-05-19T19:34:31.682Z Compiling derive_builder_core v0.20.2
20362026-05-19T19:34:31.814Z Compiling snafu-derive v0.8.9
20372026-05-19T19:34:32.076Z Compiling http-body-util v0.1.3
20382026-05-19T19:34:32.416Z Compiling webpki-roots v1.0.6
20392026-05-19T19:34:32.473Z Compiling rand_xorshift v0.4.0
20402026-05-19T19:34:32.571Z Compiling signature v2.2.0
20412026-05-19T19:34:32.591Z Compiling hubpack_derive v0.1.1
20422026-05-19T19:34:32.656Z Compiling strum_macros v0.27.2
20432026-05-19T19:34:32.755Z Compiling fs-err v3.3.0
20442026-05-19T19:34:32.820Z Compiling ahash v0.8.12
20452026-05-19T19:34:32.957Z Compiling adler2 v2.0.1
20462026-05-19T19:34:32.996Z Compiling unicode-bidi v0.3.18
20472026-05-19T19:34:33.014Z Compiling ryu v1.0.23
20482026-05-19T19:34:33.084Z Compiling colorchoice v1.0.4
20492026-05-19T19:34:33.120Z Compiling unarray v0.1.4
20502026-05-19T19:34:33.120Z Compiling anstyle-query v1.1.5
20512026-05-19T19:34:33.217Z Compiling is_terminal_polyfill v1.70.2
20522026-05-19T19:34:33.278Z Compiling allocator-api2 v0.2.21
20532026-05-19T19:34:33.302Z Compiling object v0.37.3
20542026-05-19T19:34:33.322Z Compiling unicode-properties v0.1.4
20552026-05-19T19:34:33.412Z Compiling iri-string v0.7.10
20562026-05-19T19:34:33.563Z Compiling stringprep v0.1.5
20572026-05-19T19:34:33.581Z Compiling serde_urlencoded v0.7.1
20582026-05-19T19:34:33.619Z Compiling anstream v0.6.21
20592026-05-19T19:34:33.623Z Compiling proptest v1.11.0
20602026-05-19T19:34:33.687Z Compiling miniz_oxide v0.8.9
20612026-05-19T19:34:33.982Z Compiling derive_builder_macro v0.20.2
20622026-05-19T19:34:34.095Z Compiling tokio-native-tls v0.3.1
20632026-05-19T19:34:34.275Z Compiling usdt-macro v0.6.0
20642026-05-19T19:34:34.298Z Compiling usdt-attr-macro v0.6.0
20652026-05-19T19:34:34.678Z Compiling tower-http v0.6.8
20662026-05-19T19:34:34.790Z Compiling rand_chacha v0.3.1
20672026-05-19T19:34:34.799Z Compiling erased-serde v0.3.31
20682026-05-19T19:34:34.842Z Compiling md-5 v0.10.6
20692026-05-19T19:34:34.937Z Compiling bstr v1.12.1
20702026-05-19T19:34:35.070Z Compiling num-integer v0.1.46
20712026-05-19T19:34:35.168Z Compiling hash32 v0.2.1
20722026-05-19T19:34:35.187Z Compiling vergen-lib v0.1.6
20732026-05-19T19:34:35.203Z Compiling ff v0.13.1
20742026-05-19T19:34:35.258Z Compiling fallible-iterator v0.2.0
20752026-05-19T19:34:35.277Z Compiling base16ct v0.2.0
20762026-05-19T19:34:35.300Z Compiling zlib-rs v0.6.2
20772026-05-19T19:34:35.395Z Compiling psl-types v2.0.11
20782026-05-19T19:34:35.426Z Compiling sec1 v0.7.3
20792026-05-19T19:34:35.506Z Compiling num-iter v0.1.45
20802026-05-19T19:34:35.524Z Compiling group v0.13.0
20812026-05-19T19:34:35.525Z Compiling publicsuffix v2.3.0
20822026-05-19T19:34:35.607Z Compiling postgres-protocol v0.6.10
20832026-05-19T19:34:35.738Z Compiling rand v0.8.6
20842026-05-19T19:34:35.984Z Compiling newtype-uuid v1.3.2
20852026-05-19T19:34:36.436Z Compiling oxnet v0.1.4
20862026-05-19T19:34:36.459Z Compiling derive_builder v0.20.2
20872026-05-19T19:34:36.459Z Compiling hyper-tls v0.6.0
20882026-05-19T19:34:36.496Z Compiling phf_shared v0.13.1
20892026-05-19T19:34:36.506Z Compiling pin-project v1.1.11
20902026-05-19T19:34:36.589Z Compiling lazy_static v1.5.0
20912026-05-19T19:34:36.749Z Compiling terminal_size v0.4.3
20922026-05-19T19:34:36.758Z Compiling serde_with_macros v3.17.0
20932026-05-19T19:34:36.775Z Compiling futures-executor v0.3.32
20942026-05-19T19:34:36.831Z Compiling hex v0.4.3
20952026-05-19T19:34:37.003Z Compiling cargo-platform v0.1.9
20962026-05-19T19:34:37.046Z Compiling hkdf v0.12.4
20972026-05-19T19:34:37.165Z Compiling crypto-bigint v0.5.5
20982026-05-19T19:34:37.230Z Compiling async-recursion v1.1.1
20992026-05-19T19:34:37.241Z Compiling serde_repr v0.1.20
21002026-05-19T19:34:37.286Z Compiling enum-as-inner v0.6.1
21012026-05-19T19:34:37.334Z Compiling clap_derive v4.5.55
21022026-05-19T19:34:37.384Z Compiling vergen v9.0.6
21032026-05-19T19:34:37.650Z Compiling flate2 v1.1.9
21042026-05-19T19:34:37.835Z Compiling encoding_rs v0.8.35
21052026-05-19T19:34:37.851Z Compiling managed v0.8.0
21062026-05-19T19:34:37.885Z Compiling same-file v1.0.6
21072026-05-19T19:34:38.034Z Compiling bitflags v1.3.2
21082026-05-19T19:34:38.059Z Compiling foldhash v0.1.5
21092026-05-19T19:34:38.080Z Compiling clap_lex v1.0.0
21102026-05-19T19:34:38.108Z Compiling mime v0.3.17
21112026-05-19T19:34:38.281Z Compiling foldhash v0.2.0
21122026-05-19T19:34:38.312Z Compiling libbz2-rs-sys v0.2.2
21132026-05-19T19:34:38.344Z Compiling bumpalo v3.20.2
21142026-05-19T19:34:38.365Z Compiling clap_builder v4.5.60
21152026-05-19T19:34:38.557Z Compiling hashbrown v0.16.1
21162026-05-19T19:34:38.629Z Compiling zopfli v0.8.3
21172026-05-19T19:34:38.636Z Compiling hashbrown v0.15.5
21182026-05-19T19:34:38.957Z Compiling bzip2 v0.6.1
21192026-05-19T19:34:39.100Z Compiling elliptic-curve v0.13.8
21202026-05-19T19:34:39.212Z Compiling walkdir v2.5.0
21212026-05-19T19:34:39.265Z Compiling zstd v0.13.3
21222026-05-19T19:34:39.275Z Compiling cargo_metadata v0.19.2
21232026-05-19T19:34:39.293Z Compiling futures v0.3.32
21242026-05-19T19:34:39.576Z Compiling phf v0.13.1
21252026-05-19T19:34:39.594Z Compiling snafu v0.8.9
21262026-05-19T19:34:39.767Z Compiling signal-hook-mio v0.2.5
21272026-05-19T19:34:39.788Z Compiling daft v0.1.5
21282026-05-19T19:34:39.979Z Compiling cookie_store v0.22.1
21292026-05-19T19:34:39.996Z Compiling postgres-types v0.2.12
21302026-05-19T19:34:40.096Z Compiling bzip2 v0.4.4
21312026-05-19T19:34:40.260Z Compiling globset v0.4.18
21322026-05-19T19:34:40.345Z Compiling strum v0.27.2
21332026-05-19T19:34:40.577Z Compiling hubpack v0.1.2
21342026-05-19T19:34:40.677Z Compiling ed25519 v2.2.3
21352026-05-19T19:34:40.696Z Compiling phf_shared v0.11.3
21362026-05-19T19:34:40.763Z Compiling crossbeam-epoch v0.9.18
21372026-05-19T19:34:40.852Z Compiling olpc-cjson v0.1.4
21382026-05-19T19:34:40.903Z Compiling pkcs1 v0.7.5
21392026-05-19T19:34:40.938Z Compiling pem v3.0.6
21402026-05-19T19:34:41.027Z Compiling serde-big-array v0.5.1
21412026-05-19T19:34:41.044Z Compiling serde_plain v1.0.2
21422026-05-19T19:34:41.117Z Compiling rfc6979 v0.4.0
21432026-05-19T19:34:41.167Z Compiling float-cmp v0.10.0
21442026-05-19T19:34:41.206Z Compiling memmap2 v0.9.10
21452026-05-19T19:34:41.269Z Compiling env_filter v1.0.0
21462026-05-19T19:34:41.286Z Compiling difflib v0.4.0
21472026-05-19T19:34:41.321Z Compiling rustc-hash v2.1.1
21482026-05-19T19:34:41.339Z Compiling typed-path v0.9.3
21492026-05-19T19:34:41.370Z Compiling toml_write v0.1.2
21502026-05-19T19:34:41.476Z Compiling fixedbitset v0.4.2
21512026-05-19T19:34:41.509Z Compiling keccak v0.1.6
21522026-05-19T19:34:41.568Z Compiling static_assertions v1.1.0
21532026-05-19T19:34:41.648Z Compiling whoami v2.1.0
21542026-05-19T19:34:41.652Z Compiling normalize-line-endings v0.3.0
21552026-05-19T19:34:41.666Z Compiling jiff v0.2.21
21562026-05-19T19:34:41.727Z Compiling data-encoding v2.10.0
21572026-05-19T19:34:41.747Z Compiling predicates-core v1.0.10
21582026-05-19T19:34:41.763Z Compiling fixedbitset v0.5.7
21592026-05-19T19:34:41.814Z Compiling new_debug_unreachable v1.0.6
21602026-05-19T19:34:41.911Z Compiling precomputed-hash v0.1.1
21612026-05-19T19:34:41.951Z Compiling predicates v3.1.4
21622026-05-19T19:34:41.985Z Compiling tokio-postgres v0.7.16
21632026-05-19T19:34:42.026Z Compiling string_cache v0.8.9
21642026-05-19T19:34:42.090Z Compiling hickory-proto v0.25.2
21652026-05-19T19:34:42.258Z Compiling petgraph v0.8.3
21662026-05-19T19:34:42.295Z Compiling sha3 v0.10.8
21672026-05-19T19:34:42.320Z Compiling petgraph v0.6.5
21682026-05-19T19:34:42.380Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21692026-05-19T19:34:42.604Z Compiling toml_edit v0.22.27
21702026-05-19T19:34:42.779Z Compiling env_logger v0.11.9
21712026-05-19T19:34:42.857Z Compiling iddqd v0.3.18
21722026-05-19T19:34:43.135Z Compiling usdt v0.6.0
21732026-05-19T19:34:43.351Z Compiling ecdsa v0.16.9
21742026-05-19T19:34:43.796Z Compiling rsa v0.9.10
21752026-05-19T19:34:43.932Z Compiling ed25519-dalek v2.2.0
21762026-05-19T19:34:44.525Z Compiling zip v4.6.1
21772026-05-19T19:34:44.542Z Compiling crossterm v0.28.1
21782026-05-19T19:34:44.697Z Compiling zip v0.6.6
21792026-05-19T19:34:45.299Z Compiling clap v4.5.60
21802026-05-19T19:34:45.577Z Compiling serde_with v3.17.0
21812026-05-19T19:34:45.599Z Compiling similar v2.7.0
21822026-05-19T19:34:45.630Z Compiling strum v0.26.3
21832026-05-19T19:34:45.737Z Compiling toml v0.7.8
21842026-05-19T19:34:45.773Z Compiling tokio-stream v0.1.18
21852026-05-19T19:34:45.817Z Compiling itertools v0.13.0
21862026-05-19T19:34:45.964Z Compiling buf-list v1.1.2
21872026-05-19T19:34:46.040Z Compiling x509-cert v0.2.5
21882026-05-19T19:34:46.328Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21892026-05-19T19:34:46.469Z Compiling openapiv3 v2.2.0
21902026-05-19T19:34:46.692Z Compiling sha1 v0.10.6
21912026-05-19T19:34:46.856Z Compiling peg-runtime v0.8.5
21922026-05-19T19:34:46.967Z Compiling lalrpop-util v0.19.12
21932026-05-19T19:35:04.237Z Compiling rustls-webpki v0.103.9
21942026-05-19T19:35:05.009Z Compiling macaddr v1.0.1
21952026-05-19T19:35:05.034Z Compiling structmeta-derive v0.3.0
21962026-05-19T19:35:05.121Z Compiling crucible-workspace-hack v0.1.0
21972026-05-19T19:35:05.306Z Compiling rayon-core v1.13.0
21982026-05-19T19:35:05.339Z Compiling itertools v0.14.0
21992026-05-19T19:35:05.381Z Compiling secrecy v0.10.3
22002026-05-19T19:35:05.396Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22012026-05-19T19:35:05.469Z Compiling heapless v0.8.0
22022026-05-19T19:35:05.585Z Compiling rustls v0.22.4
22032026-05-19T19:35:05.847Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22042026-05-19T19:35:05.893Z Compiling crossbeam-deque v0.8.6
22052026-05-19T19:35:05.967Z Compiling toml_edit v0.23.10+spec-1.0.0
22062026-05-19T19:35:06.016Z Compiling rustls-webpki v0.102.8
22072026-05-19T19:35:06.042Z Compiling hash32 v0.3.1
22082026-05-19T19:35:06.059Z Compiling multer v3.1.0
22092026-05-19T19:35:06.142Z Compiling structmeta v0.3.0
22102026-05-19T19:35:06.159Z Compiling thread_local v1.1.9
22112026-05-19T19:35:06.249Z Compiling compression-core v0.4.31
22122026-05-19T19:35:06.299Z Compiling slog-async v2.8.0
22132026-05-19T19:35:06.406Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22142026-05-19T19:35:06.424Z Compiling unicode-width v0.2.0
22152026-05-19T19:35:06.479Z Compiling match_cfg v0.1.0
22162026-05-19T19:35:06.589Z Compiling smoltcp v0.11.0
22172026-05-19T19:35:06.592Z Compiling hostname v0.3.1
22182026-05-19T19:35:06.652Z Compiling proc-macro-crate v3.4.0
22192026-05-19T19:35:06.727Z Compiling derive-ex v0.1.8
22202026-05-19T19:35:06.766Z Compiling ingot-macros v0.1.1
22212026-05-19T19:35:06.806Z Compiling compression-codecs v0.4.37
22222026-05-19T19:35:07.062Z Compiling slog-json v2.6.1
22232026-05-19T19:35:07.189Z Compiling crossbeam-channel v0.5.15
22242026-05-19T19:35:07.261Z Compiling half v2.7.1
22252026-05-19T19:35:07.384Z Compiling newtype-uuid-macros v0.1.0
22262026-05-19T19:35:07.504Z Compiling cobs v0.3.0
22272026-05-19T19:35:07.695Z Compiling thiserror-impl-no-std v2.0.2
22282026-05-19T19:35:07.906Z Compiling universal-hash v0.5.1
22292026-05-19T19:35:08.011Z Compiling async-stream-impl v0.3.6
22302026-05-19T19:35:08.093Z Compiling toml_datetime v1.0.0+spec-1.1.0
22312026-05-19T19:35:08.140Z Compiling serde_spanned v1.0.4
22322026-05-19T19:35:08.236Z Compiling tokio-rustls v0.26.4
22332026-05-19T19:35:08.384Z Compiling rustls-platform-verifier v0.6.2
22342026-05-19T19:35:08.390Z Compiling is-terminal v0.4.17
22352026-05-19T19:35:08.500Z Compiling dropshot v0.17.0
22362026-05-19T19:35:08.518Z Compiling proc-macro-error-attr v1.0.4
22372026-05-19T19:35:08.556Z Compiling hyper-rustls v0.27.7
22382026-05-19T19:35:08.591Z Compiling opaque-debug v0.3.1
22392026-05-19T19:35:08.616Z Compiling ciborium-io v0.2.2
22402026-05-19T19:35:08.696Z Compiling term v1.2.1
22412026-05-19T19:35:08.713Z Compiling convert_case v0.4.0
22422026-05-19T19:35:08.753Z Compiling take_mut v0.2.2
22432026-05-19T19:35:08.770Z Compiling toml_writer v1.0.6+spec-1.1.0
22442026-05-19T19:35:08.774Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22452026-05-19T19:35:08.873Z Compiling reqwest v0.12.28
22462026-05-19T19:35:08.909Z Compiling reqwest v0.13.2
22472026-05-19T19:35:08.912Z Compiling thiserror-no-std v2.0.2
22482026-05-19T19:35:09.038Z Compiling toml v1.0.6+spec-1.1.0
22492026-05-19T19:35:09.056Z Compiling slog-term v2.9.2
22502026-05-19T19:35:09.075Z Compiling ciborium-ll v0.2.2
22512026-05-19T19:35:09.093Z Compiling derive_more v0.99.20
22522026-05-19T19:35:09.093Z Compiling tokio-rustls v0.25.0
22532026-05-19T19:35:09.391Z Compiling async-stream v0.3.6
22542026-05-19T19:35:09.408Z Compiling poly1305 v0.8.0
22552026-05-19T19:35:09.628Z Compiling test-strategy v0.4.5
22562026-05-19T19:35:09.743Z Compiling ingot-types v0.1.2
22572026-05-19T19:35:10.102Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22582026-05-19T19:35:10.119Z Compiling postcard v1.1.3
22592026-05-19T19:35:10.261Z Compiling ingot v0.1.1
22602026-05-19T19:35:10.324Z Compiling slog-bunyan v2.5.0
22612026-05-19T19:35:10.408Z Compiling num_enum_derive v0.7.5
22622026-05-19T19:35:10.552Z Compiling tough v0.22.0
22632026-05-19T19:35:10.568Z Compiling async-compression v0.4.41
22642026-05-19T19:35:11.053Z Compiling parse-display-derive v0.10.0
22652026-05-19T19:35:11.621Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22662026-05-19T19:35:11.621Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22672026-05-19T19:35:11.621Z Compiling proc-macro-crate v1.3.1
22682026-05-19T19:35:11.701Z Compiling backon v1.6.0
22692026-05-19T19:35:11.831Z Compiling waitgroup v0.1.2
22702026-05-19T19:35:11.995Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22712026-05-19T19:35:12.026Z Compiling password-hash v0.5.0
22722026-05-19T19:35:12.116Z Compiling chacha20 v0.9.1
22732026-05-19T19:35:12.170Z Compiling dropshot_endpoint v0.17.0
22742026-05-19T19:35:12.370Z Compiling rustls-pemfile v2.2.0
22752026-05-19T19:35:12.433Z Compiling blake2 v0.10.6
22762026-05-19T19:35:12.475Z Compiling aead v0.5.2
22772026-05-19T19:35:12.627Z Compiling foreign-types-macros v0.2.3
22782026-05-19T19:35:12.664Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22792026-05-19T19:35:12.699Z Compiling serde_path_to_error v0.1.20
22802026-05-19T19:35:12.716Z Compiling hostname v0.4.2
22812026-05-19T19:35:12.781Z Compiling proc-macro-error v1.0.4
22822026-05-19T19:35:12.919Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22832026-05-19T19:35:12.982Z Compiling instant v0.1.13
22842026-05-19T19:35:13.015Z Compiling foreign-types-shared v0.3.1
22852026-05-19T19:35:13.061Z Compiling cpufeatures v0.3.0
22862026-05-19T19:35:13.078Z Compiling typeid v1.0.3
22872026-05-19T19:35:13.110Z Compiling debug-ignore v1.0.5
22882026-05-19T19:35:13.143Z Compiling chacha20 v0.10.0
22892026-05-19T19:35:13.147Z Compiling backoff v0.4.0
22902026-05-19T19:35:13.211Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22912026-05-19T19:35:13.214Z Compiling argon2 v0.5.3
22922026-05-19T19:35:13.247Z Compiling parse-display v0.10.0
22932026-05-19T19:35:13.253Z Compiling foreign-types v0.5.0
22942026-05-19T19:35:13.285Z Compiling chacha20poly1305 v0.10.1
22952026-05-19T19:35:13.363Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22962026-05-19T19:35:13.380Z Compiling num_enum_derive v0.5.11
22972026-05-19T19:35:13.444Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22982026-05-19T19:35:13.447Z Compiling num_enum v0.7.5
22992026-05-19T19:35:13.491Z Compiling ciborium v0.2.2
23002026-05-19T19:35:13.529Z Compiling vsss-rs v3.3.4
23012026-05-19T19:35:13.657Z Compiling tabwriter v1.4.1
23022026-05-19T19:35:13.800Z Compiling regress v0.10.5
23032026-05-19T19:35:14.093Z Compiling byte-wrapper v0.1.0
23042026-05-19T19:35:14.110Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23052026-05-19T19:35:14.306Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23062026-05-19T19:35:14.389Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23072026-05-19T19:35:14.429Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23082026-05-19T19:35:14.467Z Compiling cstr-argument v0.1.2
23092026-05-19T19:35:14.485Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23102026-05-19T19:35:14.710Z Compiling erased-serde v0.4.9
23112026-05-19T19:35:14.770Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23122026-05-19T19:35:14.822Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23132026-05-19T19:35:14.904Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23142026-05-19T19:35:15.001Z Compiling num_enum v0.5.11
23152026-05-19T19:35:15.167Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23162026-05-19T19:35:15.186Z Compiling rand v0.10.0
23172026-05-19T19:35:15.221Z Compiling rayon v1.11.0
23182026-05-19T19:35:15.275Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23192026-05-19T19:35:15.279Z Compiling indent_write v2.2.0
23202026-05-19T19:35:15.344Z Compiling libefi-sys v0.1.0
23212026-05-19T19:35:15.362Z Compiling colored v3.1.1
23222026-05-19T19:35:15.445Z Compiling zone_cfg_derive v0.3.1
23232026-05-19T19:35:15.463Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23242026-05-19T19:35:15.587Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23252026-05-19T19:35:15.724Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23262026-05-19T19:35:15.748Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23272026-05-19T19:35:15.811Z Compiling camino-tempfile v1.4.1
23282026-05-19T19:35:16.007Z Compiling itertools v0.12.1
23292026-05-19T19:35:16.102Z Compiling usdt-macro v0.5.0
23302026-05-19T19:35:16.122Z Compiling usdt-attr-macro v0.5.0
23312026-05-19T19:35:16.141Z Compiling num-derive v0.4.2
23322026-05-19T19:35:16.145Z Compiling bitfield-struct v0.6.2
23332026-05-19T19:35:16.259Z Compiling blake3 v1.8.3
23342026-05-19T19:35:16.332Z Compiling ordered-float v2.10.1
23352026-05-19T19:35:16.661Z Compiling memmap v0.7.0
23362026-05-19T19:35:16.661Z Compiling sigpipe v0.1.3
23372026-05-19T19:35:16.809Z Compiling swrite v0.1.0
23382026-05-19T19:35:16.857Z Compiling glob v0.3.3
23392026-05-19T19:35:16.874Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23402026-05-19T19:35:16.945Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23412026-05-19T19:35:16.965Z Compiling usdt v0.5.0
23422026-05-19T19:35:17.132Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23432026-05-19T19:35:17.154Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23442026-05-19T19:35:17.318Z Compiling serde-value v0.7.0
23452026-05-19T19:35:17.487Z Compiling zone v0.3.1
23462026-05-19T19:35:17.619Z Compiling serde-untagged v0.1.9
23472026-05-19T19:35:17.637Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23482026-05-19T19:35:17.849Z Compiling toml v0.8.23
23492026-05-19T19:35:17.905Z Compiling smf v0.2.3
23502026-05-19T19:35:17.923Z Compiling filetime v0.2.27
23512026-05-19T19:35:17.939Z Compiling arrayref v0.3.9
23522026-05-19T19:35:17.972Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23532026-05-19T19:35:18.032Z Compiling xattr v1.6.1
23542026-05-19T19:35:18.049Z Compiling constant_time_eq v0.4.2
23552026-05-19T19:35:18.086Z Compiling whoami v1.6.1
23562026-05-19T19:35:18.107Z Compiling arrayvec v0.7.6
23572026-05-19T19:35:18.124Z Compiling unicode-xid v0.2.6
23582026-05-19T19:35:18.182Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23592026-05-19T19:35:18.303Z Compiling tar v0.4.45
23602026-05-19T19:35:18.322Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23612026-05-19T19:35:18.339Z Compiling tokio-dtrace v0.1.1
23622026-05-19T19:35:18.621Z Compiling cargo-util-schemas v0.8.2
23632026-05-19T19:35:18.639Z Compiling console v0.16.2
23642026-05-19T19:35:18.725Z Compiling gethostname v0.5.0
23652026-05-19T19:35:18.904Z Compiling cargo-platform v0.2.0
23662026-05-19T19:35:18.975Z Compiling unit-prefix v0.5.2
23672026-05-19T19:35:19.070Z Compiling topological-sort v0.2.2
23682026-05-19T19:35:19.300Z Compiling indicatif v0.18.4
23692026-05-19T19:35:19.308Z Compiling oxide-tokio-rt v0.1.4
23702026-05-19T19:35:19.308Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23712026-05-19T19:35:19.312Z Compiling shell-words v1.1.1
23722026-05-19T19:35:19.939Z Compiling cargo_metadata v0.21.0
23732026-05-19T19:35:29.758Z Compiling progenitor-client v0.10.0
23742026-05-19T19:35:29.758Z Compiling omicron-zone-package v0.12.2
23752026-05-19T19:35:29.809Z Compiling progenitor-client v0.14.0
23762026-05-19T19:35:30.296Z Compiling progenitor-extras v0.2.0
23772026-05-19T19:35:32.706Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23782026-05-19T19:35:32.813Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23792026-05-19T19:35:32.919Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23802026-05-19T19:35:32.993Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23812026-05-19T19:35:33.069Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23822026-05-19T19:35:33.114Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23832026-05-19T19:35:33.136Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23842026-05-19T19:35:33.171Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23852026-05-19T19:35:33.272Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23862026-05-19T19:35:37.589Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23872026-05-19T19:35:45.530Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23882026-05-19T19:35:48.882Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23892026-05-19T19:35:49.966Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23902026-05-19T19:36:00.049Z Finished `release` profile [optimized] target(s) in 1m 52s
23912026-05-19T19:36:00.207Z Running `target/release/omicron-package -t test target create -p dev`
23922026-05-19T19:36:00.274ZLogging to: /work/oxidecomputer/omicron/out/LOG
23932026-05-19T19:36:00.277ZCreated new build target 'test' and set it as active
23942026-05-19T19:36:00.278Z
23952026-05-19T19:36:00.278Zreal 1:53.160699617
23962026-05-19T19:36:00.278Zuser 18:45.401623464
23972026-05-19T19:36:00.278Zsys 2:54.922591646
23982026-05-19T19:36:00.278Ztrap 0.528371552
23992026-05-19T19:36:00.278Ztflt 3.012934390
24002026-05-19T19:36:00.278Zdflt 4.697832415
24012026-05-19T19:36:00.278Zkflt 0.000553660
24022026-05-19T19:36:00.278Zlock 58:32.768240639
24032026-05-19T19:36:00.278Zslp 47:39.933504480
24042026-05-19T19:36:00.278Zlat 48.654554817
24052026-05-19T19:36:00.278Zstop 5:59.187632613
24062026-05-19T19:36:00.282Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24072026-05-19T19:36:01.195Z Finished `release` profile [optimized] target(s) in 0.90s
24082026-05-19T19:36:01.278Z Running `target/release/omicron-package -t test package`
24092026-05-19T19:36:01.339ZLogging to: /work/oxidecomputer/omicron/out/LOG
24102026-05-19T19:36:02.790Z Compiling heck v0.5.0
24112026-05-19T19:36:02.790Z Compiling regress v0.11.1
24122026-05-19T19:36:02.794Z Compiling unsafe-libyaml v0.2.11
24132026-05-19T19:36:03.055Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24142026-05-19T19:36:03.083Z Compiling regress v0.10.5
24152026-05-19T19:36:03.112Z Compiling unicode-width v0.1.14
24162026-05-19T19:36:03.135Z Compiling is-terminal v0.4.17
24172026-05-19T19:36:03.156Z Compiling prettyplease v0.2.37
24182026-05-19T19:36:03.159Z Compiling bytecount v0.6.9
24192026-05-19T19:36:03.159Z Compiling rustls v0.22.4
24202026-05-19T19:36:03.160Z Compiling rustls-webpki v0.102.8
24212026-05-19T19:36:03.160Z Compiling derive-where v1.6.0
24222026-05-19T19:36:03.160Z Compiling thread_local v1.1.9
24232026-05-19T19:36:03.160Z Compiling compression-core v0.4.31
24242026-05-19T19:36:03.180Z Compiling match_cfg v0.1.0
24252026-05-19T19:36:03.332Z Compiling hostname v0.3.1
24262026-05-19T19:36:03.354Z Compiling compression-codecs v0.4.37
24272026-05-19T19:36:03.357Z Compiling multer v3.1.0
24282026-05-19T19:36:03.399Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24292026-05-19T19:36:03.423Z Compiling slog-async v2.8.0
24302026-05-19T19:36:03.449Z Compiling crossbeam-channel v0.5.15
24312026-05-19T19:36:03.472Z Compiling slog-json v2.6.1
24322026-05-19T19:36:03.496Z Compiling serde_spanned v1.0.4
24332026-05-19T19:36:03.521Z Compiling toml_datetime v1.0.0+spec-1.1.0
24342026-05-19T19:36:03.524Z Compiling take_mut v0.2.2
24352026-05-19T19:36:03.565Z Compiling serde_yaml v0.9.34+deprecated
24362026-05-19T19:36:03.595Z Compiling term v1.2.1
24372026-05-19T19:36:03.685Z Compiling toml_writer v1.0.6+spec-1.1.0
24382026-05-19T19:36:03.710Z Compiling slog-bunyan v2.5.0
24392026-05-19T19:36:03.715Z Compiling async-compression v0.4.41
24402026-05-19T19:36:03.896Z Compiling toml v1.0.6+spec-1.1.0
24412026-05-19T19:36:03.923Z Compiling slog-term v2.9.2
24422026-05-19T19:36:03.966Z Compiling dropshot v0.17.0
24432026-05-19T19:36:03.997Z Compiling async-stream v0.3.6
24442026-05-19T19:36:04.041Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24452026-05-19T19:36:04.062Z Compiling num-rational v0.4.2
24462026-05-19T19:36:04.142Z Compiling progenitor-client v0.14.0
24472026-05-19T19:36:04.199Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24482026-05-19T19:36:04.222Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24492026-05-19T19:36:04.226Z Compiling waitgroup v0.1.2
24502026-05-19T19:36:04.271Z Compiling backon v1.6.0
24512026-05-19T19:36:04.465Z Compiling rustls-pemfile v2.2.0
24522026-05-19T19:36:04.501Z Compiling num-complex v0.4.6
24532026-05-19T19:36:04.505Z Compiling serde_path_to_error v0.1.20
24542026-05-19T19:36:04.547Z Compiling hostname v0.4.2
24552026-05-19T19:36:04.547Z Compiling instant v0.1.13
24562026-05-19T19:36:04.594Z Compiling debug-ignore v1.0.5
24572026-05-19T19:36:04.597Z Compiling progenitor-extras v0.2.0
24582026-05-19T19:36:04.715Z Compiling typify-impl v0.6.2
24592026-05-19T19:36:04.724Z Compiling backoff v0.4.0
24602026-05-19T19:36:04.747Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24612026-05-19T19:36:04.750Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24622026-05-19T19:36:04.933Z Compiling parse-display v0.10.0
24632026-05-19T19:36:04.981Z Compiling num v0.4.3
24642026-05-19T19:36:05.004Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24652026-05-19T19:36:05.028Z Compiling progenitor-client v0.13.0
24662026-05-19T19:36:05.083Z Compiling progenitor-client v0.10.0
24672026-05-19T19:36:05.104Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24682026-05-19T19:36:05.168Z Compiling macaddr v1.0.1
24692026-05-19T19:36:05.198Z Compiling float-ord v0.3.2
24702026-05-19T19:36:05.246Z Compiling console v0.15.11
24712026-05-19T19:36:05.387Z Compiling newline-converter v0.3.0
24722026-05-19T19:36:05.439Z Compiling atomicwrites v0.4.4
24732026-05-19T19:36:05.468Z Compiling slog-dtrace v0.3.0
24742026-05-19T19:36:05.618Z Compiling tokio-rustls v0.25.0
24752026-05-19T19:36:05.692Z Compiling expectorate v1.2.0
24762026-05-19T19:36:05.787Z Compiling owo-colors v4.3.0
24772026-05-19T19:36:05.812Z Compiling cancel-safe-futures v0.1.5
24782026-05-19T19:36:05.897Z Compiling libsw-core v0.3.2
24792026-05-19T19:36:05.935Z Compiling resolv-conf v0.7.6
24802026-05-19T19:36:05.965Z Compiling toml v0.8.23
24812026-05-19T19:36:06.023Z Compiling linear-map v1.2.0
24822026-05-19T19:36:06.156Z Compiling libsw v3.5.0
24832026-05-19T19:36:06.313Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24842026-05-19T19:36:06.406Z Compiling linked-hash-map v0.5.6
24852026-05-19T19:36:06.438Z Compiling minimal-lexical v0.2.1
24862026-05-19T19:36:06.643Z Compiling lru-cache v0.1.2
24872026-05-19T19:36:06.646Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24882026-05-19T19:36:06.692Z Compiling nom v7.1.3
24892026-05-19T19:36:06.696Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24902026-05-19T19:36:06.740Z Compiling unicode-xid v0.2.6
24912026-05-19T19:36:06.766Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24922026-05-19T19:36:06.835Z Compiling hickory-proto v0.24.4
24932026-05-19T19:36:06.860Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24942026-05-19T19:36:06.909Z Compiling convert_case v0.10.0
24952026-05-19T19:36:06.933Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24962026-05-19T19:36:07.276Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24972026-05-19T19:36:07.334Z Compiling derive_more-impl v2.1.1
24982026-05-19T19:36:07.876Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24992026-05-19T19:36:08.285Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25002026-05-19T19:36:08.308Z Compiling derive_more v2.1.1
25012026-05-19T19:36:08.349Z Compiling papergrid v0.11.0
25022026-05-19T19:36:08.435Z Compiling tabled_derive v0.7.0
25032026-05-19T19:36:08.497Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25042026-05-19T19:36:08.621Z Compiling typify-macro v0.6.2
25052026-05-19T19:36:08.783Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25062026-05-19T19:36:09.071Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25072026-05-19T19:36:09.326Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25082026-05-19T19:36:09.467Z Compiling termtree v0.5.1
25092026-05-19T19:36:09.733Z Compiling hickory-resolver v0.24.4
25102026-05-19T19:36:09.776Z Compiling tabled v0.15.0
25112026-05-19T19:36:09.942Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25122026-05-19T19:36:10.421Z Compiling typify v0.6.2
25132026-05-19T19:36:10.780Z Compiling progenitor-impl v0.14.0
25142026-05-19T19:36:11.198Z Compiling progenitor-impl v0.13.0
25152026-05-19T19:36:13.238Z Compiling progenitor-macro v0.14.0
25162026-05-19T19:36:13.384Z Compiling qorb v0.4.1
25172026-05-19T19:36:13.583Z Compiling progenitor-macro v0.13.0
25182026-05-19T19:36:14.891Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25192026-05-19T19:36:15.525Z Compiling crossterm v0.29.0
25202026-05-19T19:36:15.999Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25212026-05-19T19:36:16.002Z Compiling phf_shared v0.12.1
25222026-05-19T19:36:16.467Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25232026-05-19T19:36:17.387Z Compiling csv-core v0.1.13
25242026-05-19T19:36:17.430Z Compiling vte v0.14.1
25252026-05-19T19:36:17.430Z Compiling chrono-tz v0.10.4
25262026-05-19T19:36:17.430Z Compiling highway v1.3.0
25272026-05-19T19:36:17.430Z Compiling strip-ansi-escapes v0.2.1
25282026-05-19T19:36:17.430Z Compiling csv v1.4.0
25292026-05-19T19:36:17.672Z Compiling progenitor v0.14.0
25302026-05-19T19:36:17.872Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25312026-05-19T19:36:17.895Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25322026-05-19T19:36:17.921Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25332026-05-19T19:36:17.943Z Compiling phf v0.12.1
25342026-05-19T19:36:18.012Z Compiling progenitor v0.13.0
25352026-05-19T19:36:18.151Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25362026-05-19T19:36:18.205Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25372026-05-19T19:36:18.376Z Compiling const_format_proc_macros v0.2.34
25382026-05-19T19:36:18.398Z Compiling fd-lock v4.0.4
25392026-05-19T19:36:18.572Z Compiling peg-macros v0.8.5
25402026-05-19T19:36:18.635Z Compiling nu-ansi-term v0.50.3
25412026-05-19T19:36:18.974Z Compiling reedline v0.40.0
25422026-05-19T19:36:19.194Z Compiling const_format v0.2.35
25432026-05-19T19:36:19.709Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25442026-05-19T19:36:19.887Z Compiling peg v0.8.5
25452026-05-19T19:36:20.037Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25462026-05-19T19:36:20.880Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25472026-05-19T19:36:21.061Z Compiling bcs v0.1.6
25482026-05-19T19:36:21.195Z Compiling semver v0.1.20
25492026-05-19T19:36:21.500Z Compiling rustc_version v0.1.7
25502026-05-19T19:36:21.530Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25512026-05-19T19:36:21.756Z Compiling newtype_derive v0.1.6
25522026-05-19T19:36:21.801Z Compiling humantime v2.3.0
25532026-05-19T19:36:22.023Z Compiling unicode-linebreak v0.1.5
25542026-05-19T19:36:22.181Z Compiling smawk v0.3.2
25552026-05-19T19:36:22.360Z Compiling textwrap v0.16.2
25562026-05-19T19:36:22.393Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25572026-05-19T19:36:22.540Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25582026-05-19T19:36:22.621Z Compiling dropshot-api-manager-types v0.7.1
25592026-05-19T19:36:23.283Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25602026-05-19T19:36:23.317Z Compiling base64 v0.21.7
25612026-05-19T19:36:23.920Z Compiling steno v0.4.1
25622026-05-19T19:36:24.153Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25632026-05-19T19:36:24.178Z Compiling tagptr v0.2.0
25642026-05-19T19:36:24.395Z Compiling utf-8 v0.7.6
25652026-05-19T19:36:24.420Z Compiling moka v0.12.13
25662026-05-19T19:36:24.668Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25672026-05-19T19:36:24.671Z Compiling tungstenite v0.21.0
25682026-05-19T19:36:24.723Z Compiling radium v0.7.0
25692026-05-19T19:36:24.769Z Compiling maybe-uninit v2.0.0
25702026-05-19T19:36:24.864Z Compiling tap v1.0.1
25712026-05-19T19:36:25.030Z Compiling wyz v0.5.1
25722026-05-19T19:36:25.190Z Compiling zerocopy-derive v0.6.6
25732026-05-19T19:36:25.322Z Compiling funty v2.0.0
25742026-05-19T19:36:25.385Z Compiling tokio-tungstenite v0.21.0
25752026-05-19T19:36:25.762Z Compiling hickory-resolver v0.25.2
25762026-05-19T19:36:25.808Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25772026-05-19T19:36:26.029Z Compiling packed_struct v0.10.1
25782026-05-19T19:36:26.330Z Compiling display-error-chain v0.2.2
25792026-05-19T19:36:26.356Z Compiling crc-catalog v2.4.0
25802026-05-19T19:36:26.500Z Compiling crc v3.4.0
25812026-05-19T19:36:26.590Z Compiling zerocopy v0.6.6
25822026-05-19T19:36:26.732Z Compiling bitvec v1.0.1
25832026-05-19T19:36:26.878Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25842026-05-19T19:36:27.008Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25852026-05-19T19:36:27.040Z Compiling packed_struct_codegen v0.10.1
25862026-05-19T19:36:27.183Z Compiling bitfield-macros v0.19.4
25872026-05-19T19:36:27.719Z Compiling proc-macro-error-attr2 v2.0.0
25882026-05-19T19:36:27.986Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25892026-05-19T19:36:28.153Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25902026-05-19T19:36:28.176Z Compiling indexmap v1.9.3
25912026-05-19T19:36:28.477Z Compiling nodrop v0.1.14
25922026-05-19T19:36:28.737Z Compiling array-init v0.0.4
25932026-05-19T19:36:29.227Z Compiling proc-macro-error2 v2.0.1
25942026-05-19T19:36:29.268Z Compiling bitfield v0.19.4
25952026-05-19T19:36:29.590Z Compiling smallvec v0.6.14
25962026-05-19T19:36:29.638Z Compiling typify-impl v0.4.3
25972026-05-19T19:36:29.896Z Compiling libscf-sys v1.2.0
25982026-05-19T19:36:30.092Z Compiling hashbrown v0.12.3
25992026-05-19T19:36:30.120Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26002026-05-19T19:36:30.146Z Compiling serde-hex v0.1.0
26012026-05-19T19:36:30.149Z Compiling tabled_derive v0.11.0
26022026-05-19T19:36:30.376Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26032026-05-19T19:36:30.938Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26042026-05-19T19:36:31.219Z Compiling ron v0.8.1
26052026-05-19T19:36:31.382Z Compiling papergrid v0.17.0
26062026-05-19T19:36:31.405Z Compiling testing_table v0.3.0
26072026-05-19T19:36:31.874Z Compiling hashbrown v0.13.2
26082026-05-19T19:36:32.204Z Compiling vergen-gitcl v1.0.8
26092026-05-19T19:36:32.464Z Compiling dirs-sys-next v0.1.2
26102026-05-19T19:36:32.487Z Compiling glob v0.3.3
26112026-05-19T19:36:32.525Z Compiling crc-any v2.5.0
26122026-05-19T19:36:32.752Z Compiling crunchy v0.2.4
26132026-05-19T19:36:32.805Z Compiling diesel_derives v2.3.7
26142026-05-19T19:36:32.872Z Compiling maplit v1.0.2
26152026-05-19T19:36:32.974Z Compiling clang-sys v1.8.1
26162026-05-19T19:36:33.006Z Compiling dirs-next v2.0.0
26172026-05-19T19:36:33.097Z Compiling tabled v0.20.0
26182026-05-19T19:36:33.155Z Compiling object v0.30.4
26192026-05-19T19:36:33.179Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26202026-05-19T19:36:33.200Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26212026-05-19T19:36:33.346Z Compiling typify-macro v0.4.3
26222026-05-19T19:36:33.406Z Compiling dsl_auto_type v0.2.0
26232026-05-19T19:36:33.434Z Compiling scheduled-thread-pool v0.2.7
26242026-05-19T19:36:33.726Z Compiling diesel_table_macro_syntax v0.3.0
26252026-05-19T19:36:33.925Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26262026-05-19T19:36:33.973Z Compiling tiny-keccak v2.0.2
26272026-05-19T19:36:33.994Z Compiling path-slash v0.1.5
26282026-05-19T19:36:34.073Z Compiling xshell-macros v0.2.7
26292026-05-19T19:36:34.204Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26302026-05-19T19:36:34.279Z Compiling r2d2 v0.8.10
26312026-05-19T19:36:34.520Z Compiling xshell v0.2.7
26322026-05-19T19:36:34.632Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26332026-05-19T19:36:34.968Z Compiling term v0.7.0
26342026-05-19T19:36:35.065Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26352026-05-19T19:36:35.298Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26362026-05-19T19:36:35.465Z Compiling downcast-rs v2.0.2
26372026-05-19T19:36:35.513Z Compiling bit-vec v0.6.3
26382026-05-19T19:36:35.637Z Compiling ascii-canvas v3.0.0
26392026-05-19T19:36:35.783Z Compiling bit-set v0.5.3
26402026-05-19T19:36:35.904Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26412026-05-19T19:36:35.998Z Compiling itertools v0.10.5
26422026-05-19T19:36:36.194Z Compiling ena v0.14.4
26432026-05-19T19:36:36.474Z Compiling libloading v0.8.9
26442026-05-19T19:36:36.757Z Compiling bindgen v0.71.1
26452026-05-19T19:36:37.058Z Compiling regex-syntax v0.6.29
26462026-05-19T19:36:37.180Z Compiling unicase v2.9.0
26472026-05-19T19:36:37.204Z Compiling diff v0.1.13
26482026-05-19T19:36:37.368Z Compiling crc8 v0.1.1
26492026-05-19T19:36:37.553Z Compiling typify v0.4.3
26502026-05-19T19:36:37.576Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26512026-05-19T19:36:37.705Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26522026-05-19T19:36:38.206Z Compiling cexpr v0.6.0
26532026-05-19T19:36:38.294Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26542026-05-19T19:36:38.384Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26552026-05-19T19:36:38.586Z Compiling lalrpop v0.19.12
26562026-05-19T19:36:38.610Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26572026-05-19T19:36:38.874Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26582026-05-19T19:36:39.004Z Compiling headers-core v0.3.0
26592026-05-19T19:36:39.043Z Compiling libxml v0.3.3
26602026-05-19T19:36:39.195Z Compiling headers v0.4.1
26612026-05-19T19:36:39.376Z Compiling diesel v2.3.7
26622026-05-19T19:36:39.405Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26632026-05-19T19:36:39.586Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26642026-05-19T19:36:39.836Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26652026-05-19T19:36:40.391Z Compiling strum_macros v0.24.3
26662026-05-19T19:36:40.757Z Compiling indoc v1.0.9
26672026-05-19T19:36:40.918Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26682026-05-19T19:36:41.235Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26692026-05-19T19:36:41.493Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26702026-05-19T19:36:41.650Z Compiling derive_builder v0.20.2
26712026-05-19T19:36:41.677Z Compiling oso-derive v0.27.3
26722026-05-19T19:36:41.779Z Compiling quick-xml v0.37.5
26732026-05-19T19:36:41.849Z Compiling impl-trait-for-tuples v0.2.3
26742026-05-19T19:36:41.873Z Compiling half v1.8.3
26752026-05-19T19:36:42.250Z Compiling openssl-probe v0.1.6
26762026-05-19T19:36:42.369Z Compiling serde_cbor v0.11.2
26772026-05-19T19:36:42.637Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26782026-05-19T19:36:43.137Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26792026-05-19T19:36:43.270Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26802026-05-19T19:36:43.477Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26812026-05-19T19:36:43.505Z Compiling bb8 v0.8.6
26822026-05-19T19:36:43.652Z Compiling trait-variant v0.1.2
26832026-05-19T19:36:43.729Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26842026-05-19T19:36:43.946Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26852026-05-19T19:36:44.014Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26862026-05-19T19:36:44.247Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
26872026-05-19T19:36:44.314Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26882026-05-19T19:36:44.378Z Compiling samael v0.0.19
26892026-05-19T19:36:44.565Z Compiling fxhash v0.2.1
26902026-05-19T19:36:44.568Z Compiling salty v0.3.0
26912026-05-19T19:36:44.818Z Compiling progenitor-impl v0.11.2
26922026-05-19T19:36:44.915Z Compiling progenitor-impl v0.10.0
26932026-05-19T19:36:45.118Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26942026-05-19T19:36:45.231Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26952026-05-19T19:36:45.412Z Compiling kstat-rs v0.2.4
26962026-05-19T19:36:45.560Z Compiling libz-sys v1.1.24
26972026-05-19T19:36:45.653Z Compiling nonempty v0.12.0
26982026-05-19T19:36:45.913Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26992026-05-19T19:36:45.959Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27002026-05-19T19:36:46.809Z Compiling polar-core v0.27.3
27012026-05-19T19:36:47.232Z Compiling progenitor-macro v0.11.2
27022026-05-19T19:36:47.290Z Compiling progenitor-macro v0.10.0
27032026-05-19T19:36:48.747Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27042026-05-19T19:36:49.885Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27052026-05-19T19:36:50.539Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27062026-05-19T19:36:50.609Z Compiling progenitor-client v0.11.2
27072026-05-19T19:36:50.952Z Compiling darling_core v0.23.0
27082026-05-19T19:36:51.169Z Compiling nanorand v0.7.0
27092026-05-19T19:36:51.544Z Compiling arc-swap v1.8.2
27102026-05-19T19:36:51.686Z Compiling fs-err v2.11.0
27112026-05-19T19:36:51.709Z Compiling parking_lot_core v0.8.6
27122026-05-19T19:36:52.031Z Compiling slog-scope v4.4.1
27132026-05-19T19:36:52.092Z Compiling progenitor v0.11.2
27142026-05-19T19:36:52.163Z Compiling mime_guess v2.0.5
27152026-05-19T19:36:52.329Z Compiling progenitor v0.10.0
27162026-05-19T19:36:52.495Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27172026-05-19T19:36:52.524Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27182026-05-19T19:36:52.705Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27192026-05-19T19:36:53.210Z Compiling darling_macro v0.23.0
27202026-05-19T19:36:53.751Z Compiling flume v0.11.1
27212026-05-19T19:36:54.168Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27222026-05-19T19:36:55.156Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27232026-05-19T19:36:56.011Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27242026-05-19T19:36:56.682Z Compiling oso v0.27.3
27252026-05-19T19:36:57.155Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27262026-05-19T19:37:00.737Z Compiling async-bb8-diesel v0.2.1
27272026-05-19T19:37:01.063Z Compiling diesel-dtrace v0.5.0
27282026-05-19T19:37:01.467Z Compiling primeorder v0.13.6
27292026-05-19T19:37:01.838Z Compiling git-stub v1.0.0
27302026-05-19T19:37:02.024Z Compiling libgit2-sys v0.18.3+1.9.2
27312026-05-19T19:37:02.167Z Compiling instability v0.3.11
27322026-05-19T19:37:02.463Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27332026-05-19T19:37:02.542Z Compiling git-stub-vcs v0.1.0
27342026-05-19T19:37:02.763Z Compiling p384 v0.13.1
27352026-05-19T19:37:02.998Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27362026-05-19T19:37:03.032Z Compiling darling v0.23.0
27372026-05-19T19:37:03.116Z Compiling slog-stdlog v4.1.1
27382026-05-19T19:37:03.837Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27392026-05-19T19:37:03.958Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27402026-05-19T19:37:04.147Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27412026-05-19T19:37:04.336Z Compiling ignore v0.4.25
27422026-05-19T19:37:04.438Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27432026-05-19T19:37:05.224Z Compiling castaway v0.2.4
27442026-05-19T19:37:05.402Z Compiling atty v0.2.14
27452026-05-19T19:37:05.457Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27462026-05-19T19:37:05.573Z Compiling parse-size v1.1.0
27472026-05-19T19:37:05.716Z Compiling http-range v0.1.5
27482026-05-19T19:37:05.821Z Compiling indoc v2.0.7
27492026-05-19T19:37:06.008Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27502026-05-19T19:37:06.165Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27512026-05-19T19:37:07.063Z Compiling compact_str v0.8.1
27522026-05-19T19:37:07.107Z Compiling globwalk v0.9.1
27532026-05-19T19:37:07.825Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27542026-05-19T19:37:08.332Z Compiling parking_lot v0.11.2
27552026-05-19T19:37:08.384Z Compiling slog-envlogger v2.2.0
27562026-05-19T19:37:09.636Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27572026-05-19T19:37:10.086Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27582026-05-19T19:37:10.143Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27592026-05-19T19:37:10.168Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27602026-05-19T19:37:10.377Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27612026-05-19T19:37:10.415Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27622026-05-19T19:37:10.681Z Compiling predicates-tree v1.0.13
27632026-05-19T19:37:10.725Z Compiling unicode-truncate v1.1.0
27642026-05-19T19:37:10.954Z Compiling lru v0.12.5
27652026-05-19T19:37:10.996Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27662026-05-19T19:37:11.169Z Compiling rand_seeder v0.4.0
27672026-05-19T19:37:11.201Z Compiling prefix-trie v0.7.0
27682026-05-19T19:37:11.258Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27692026-05-19T19:37:11.450Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27702026-05-19T19:37:11.536Z Compiling vergen-git2 v1.0.7
27712026-05-19T19:37:11.563Z Compiling cassowary v0.3.0
27722026-05-19T19:37:11.718Z Compiling corncobs v0.1.4
27732026-05-19T19:37:11.818Z Compiling hickory-server v0.25.2
27742026-05-19T19:37:11.943Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27752026-05-19T19:37:11.981Z Compiling ratatui v0.29.0
27762026-05-19T19:37:12.177Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27772026-05-19T19:37:12.235Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27782026-05-19T19:37:12.454Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27792026-05-19T19:37:12.507Z Compiling camino-tempfile-ext v0.3.3
27802026-05-19T19:37:12.676Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27812026-05-19T19:37:13.093Z Compiling hyper-staticfile v0.10.1
27822026-05-19T19:37:13.202Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27832026-05-19T19:37:13.225Z Compiling sled v0.34.7
27842026-05-19T19:37:13.755Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27852026-05-19T19:37:14.464Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27862026-05-19T19:37:14.495Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27872026-05-19T19:37:15.914Z Compiling secrecy v0.8.0
27882026-05-19T19:37:16.136Z Compiling rustls v0.21.12
27892026-05-19T19:37:16.328Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27902026-05-19T19:37:17.302Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27912026-05-19T19:37:17.348Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27922026-05-19T19:37:17.941Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27932026-05-19T19:37:18.259Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27942026-05-19T19:37:19.692Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27952026-05-19T19:37:19.949Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27962026-05-19T19:37:21.114Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27972026-05-19T19:37:21.151Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27982026-05-19T19:37:21.481Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27992026-05-19T19:37:21.796Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28002026-05-19T19:37:22.070Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28012026-05-19T19:37:22.458Z Compiling sct v0.7.1
28022026-05-19T19:37:22.785Z Compiling rustls-webpki v0.101.7
28032026-05-19T19:37:23.120Z Compiling nix v0.29.0
28042026-05-19T19:37:23.279Z Compiling dropshot v0.16.7
28052026-05-19T19:37:23.552Z Compiling void v1.0.2
28062026-05-19T19:37:23.698Z Compiling lzss v0.8.2
28072026-05-19T19:37:23.766Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28082026-05-19T19:37:24.118Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28092026-05-19T19:37:24.560Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28102026-05-19T19:37:24.655Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28112026-05-19T19:37:25.021Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28122026-05-19T19:37:25.107Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28132026-05-19T19:37:25.377Z Compiling tungstenite v0.23.0
28142026-05-19T19:37:25.815Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28152026-05-19T19:37:26.507Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28162026-05-19T19:37:26.745Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28172026-05-19T19:37:26.998Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28182026-05-19T19:37:27.236Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28192026-05-19T19:37:27.472Z Compiling toml v0.9.12+spec-1.1.0
28202026-05-19T19:37:27.571Z Compiling nix v0.27.1
28212026-05-19T19:37:27.857Z Compiling dropshot_endpoint v0.16.7
28222026-05-19T19:37:28.050Z Compiling serde_bytes v0.11.19
28232026-05-19T19:37:28.291Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28242026-05-19T19:37:28.536Z Compiling tokio-tungstenite v0.23.1
28252026-05-19T19:37:28.857Z Compiling tokio-rustls v0.24.1
28262026-05-19T19:37:28.945Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28272026-05-19T19:37:29.649Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28282026-05-19T19:37:29.944Z Compiling git2 v0.20.4
28292026-05-19T19:37:31.986Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28302026-05-19T19:37:33.893Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28312026-05-19T19:37:34.522Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28322026-05-19T19:37:34.871Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28332026-05-19T19:37:35.187Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28342026-05-19T19:37:35.368Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28352026-05-19T19:37:35.444Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28362026-05-19T19:37:37.419Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28372026-05-19T19:37:38.394Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28382026-05-19T19:37:38.651Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28392026-05-19T19:37:38.943Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28402026-05-19T19:37:39.380Z Compiling rustls-pemfile v1.0.4
28412026-05-19T19:37:39.879Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28422026-05-19T19:37:40.061Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28432026-05-19T19:37:40.379Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28442026-05-19T19:37:41.503Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28452026-05-19T19:37:42.402Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28462026-05-19T19:37:43.584Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28472026-05-19T19:37:43.676Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28482026-05-19T19:37:43.813Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28492026-05-19T19:37:43.845Z Compiling signal-hook-tokio v0.3.1
28502026-05-19T19:37:43.967Z Compiling twox-hash v2.1.2
28512026-05-19T19:37:44.071Z Compiling yasna v0.5.2
28522026-05-19T19:37:44.569Z Compiling is_ci v1.2.0
28532026-05-19T19:37:44.778Z Compiling supports-color v3.0.2
28542026-05-19T19:37:44.818Z Compiling rcgen v0.12.1
28552026-05-19T19:37:45.109Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28562026-05-19T19:37:45.820Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28572026-05-19T19:37:45.846Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28582026-05-19T19:37:46.274Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28592026-05-19T19:37:46.453Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28602026-05-19T19:37:46.702Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28612026-05-19T19:37:47.511Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28622026-05-19T19:37:48.166Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28632026-05-19T19:37:49.714Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28642026-05-19T19:37:49.754Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28652026-05-19T19:37:49.990Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28662026-05-19T19:37:50.267Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28672026-05-19T19:37:50.542Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28682026-05-19T19:37:50.813Z Compiling fatfs v0.3.6
28692026-05-19T19:37:51.231Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28702026-05-19T19:37:52.157Z Compiling rtoolbox v0.0.3
28712026-05-19T19:37:52.247Z Compiling subprocess v0.2.15
28722026-05-19T19:37:52.489Z Compiling seq-macro v0.3.6
28732026-05-19T19:37:52.761Z Compiling assert_matches v1.5.0
28742026-05-19T19:37:52.889Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28752026-05-19T19:37:53.045Z Compiling rpassword v7.4.0
28762026-05-19T19:37:53.479Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28772026-05-19T19:37:54.107Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28782026-05-19T19:37:54.710Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28792026-05-19T19:37:54.875Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28802026-05-19T19:37:55.471Z Compiling tui-tree-widget v0.23.1
28812026-05-19T19:37:55.790Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28822026-05-19T19:37:55.820Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28832026-05-19T19:37:56.438Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28842026-05-19T19:37:57.650Z Compiling uzers v0.12.2
28852026-05-19T19:37:58.569Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28862026-05-19T19:37:58.644Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28872026-05-19T19:37:59.447Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28882026-05-19T19:38:00.794Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28892026-05-19T19:38:02.654Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28902026-05-19T19:38:04.139Z Compiling support-bundle-viewer v0.1.2
28912026-05-19T19:38:05.066Z Compiling multimap v0.10.1
28922026-05-19T19:38:14.926Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28932026-05-19T19:38:14.954Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28942026-05-19T19:38:16.812Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28952026-05-19T19:38:25.848Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28962026-05-19T19:44:51.007Z Finished `release` profile [optimized] target(s) in 8m 49s
28972026-05-19T19:45:35.586Z
28982026-05-19T19:45:35.586Zreal 9:35.280874273
28992026-05-19T19:45:35.586Zuser 1:25:25.822522045
29002026-05-19T19:45:35.593Zsys 3:47.625141384
29012026-05-19T19:45:35.593Ztrap 2.013213982
29022026-05-19T19:45:35.593Ztflt 3.802341226
29032026-05-19T19:45:35.593Zdflt 18.816060288
29042026-05-19T19:45:35.593Zkflt 0.020813975
29052026-05-19T19:45:35.593Zlock 7:16:58.505711733
29062026-05-19T19:45:35.593Zslp 2:26:59.965462949
29072026-05-19T19:45:35.593Zlat 2:36.450407894
29082026-05-19T19:45:35.593Zstop 5:18.170453496
29092026-05-19T19:45:35.593Z+ mapfile -t packages
29102026-05-19T19:45:35.594Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29112026-05-19T19:45:36.577Z Finished `release` profile [optimized] target(s) in 0.98s
29122026-05-19T19:45:36.654Z Running `target/release/omicron-package -t test list-outputs`
29132026-05-19T19:45:36.711ZLogging to: /work/oxidecomputer/omicron/out/LOG
29142026-05-19T19:45:36.715Z+ ptime -m cargo build --locked --release -p xtask
29152026-05-19T19:45:37.276Z Compiling libc v0.2.185
29162026-05-19T19:45:37.276Z Compiling serde v1.0.228
29172026-05-19T19:45:37.279Z Compiling serde_core v1.0.228
29182026-05-19T19:45:37.279Z Compiling rustix v1.1.3
29192026-05-19T19:45:37.391Z Compiling bitflags v2.11.0
29202026-05-19T19:45:37.394Z Compiling serde_json v1.0.149
29212026-05-19T19:45:37.432Z Compiling num-traits v0.2.19
29222026-05-19T19:45:37.441Z Compiling syn v2.0.117
29232026-05-19T19:45:37.465Z Compiling smallvec v1.15.1
29242026-05-19T19:45:37.476Z Compiling indexmap v2.14.0
29252026-05-19T19:45:37.486Z Compiling usdt-impl v0.5.0
29262026-05-19T19:45:37.497Z Compiling syn v1.0.109
29272026-05-19T19:45:37.509Z Compiling getrandom v0.4.1
29282026-05-19T19:45:37.512Z Compiling log v0.4.29
29292026-05-19T19:45:37.694Z Compiling percent-encoding v2.3.2
29302026-05-19T19:45:37.853Z Compiling form_urlencoded v1.2.2
29312026-05-19T19:45:37.929Z Compiling fs-err v3.3.0
29322026-05-19T19:45:37.933Z Compiling anyhow v1.0.102
29332026-05-19T19:45:37.963Z Compiling once_cell v1.21.3
29342026-05-19T19:45:37.976Z Compiling heck v0.4.1
29352026-05-19T19:45:38.221Z Compiling errno v0.3.14
29362026-05-19T19:45:38.224Z Compiling thread-id v4.2.2
29372026-05-19T19:45:38.224Z Compiling memmap v0.7.0
29382026-05-19T19:45:38.572Z Compiling ordered-float v2.10.1
29392026-05-19T19:45:39.136Z Compiling proc-macro-error v1.0.4
29402026-05-19T19:45:39.310Z Compiling terminal_size v0.4.3
29412026-05-19T19:45:39.310Z Compiling tempfile v3.25.0
29422026-05-19T19:45:39.402Z Compiling tabled_derive v0.7.0
29432026-05-19T19:45:39.414Z Compiling clap_builder v4.5.60
29442026-05-19T19:45:39.418Z Compiling textwrap v0.16.2
29452026-05-19T19:45:39.564Z Compiling camino-tempfile v1.4.1
29462026-05-19T19:45:40.143Z Compiling tabled v0.15.0
29472026-05-19T19:45:40.249Z Compiling synstructure v0.13.2
29482026-05-19T19:45:40.249Z Compiling pest_generator v2.8.6
29492026-05-19T19:45:40.674Z Compiling serde_derive v1.0.228
29502026-05-19T19:45:40.674Z Compiling zerofrom-derive v0.1.6
29512026-05-19T19:45:40.674Z Compiling yoke-derive v0.8.1
29522026-05-19T19:45:40.679Z Compiling zerovec-derive v0.11.2
29532026-05-19T19:45:40.679Z Compiling displaydoc v0.2.5
29542026-05-19T19:45:40.679Z Compiling thiserror-impl v1.0.69
29552026-05-19T19:45:40.679Z Compiling zerocopy-derive v0.7.35
29562026-05-19T19:45:40.679Z Compiling scroll_derive v0.12.1
29572026-05-19T19:45:40.756Z Compiling thiserror-impl v2.0.18
29582026-05-19T19:45:40.854Z Compiling pest_derive v2.8.6
29592026-05-19T19:45:41.365Z Compiling clap_derive v4.5.55
29602026-05-19T19:45:41.431Z Compiling scroll v0.12.0
29612026-05-19T19:45:41.601Z Compiling zerocopy v0.7.35
29622026-05-19T19:45:41.740Z Compiling goblin v0.8.2
29632026-05-19T19:45:42.010Z Compiling thiserror v1.0.69
29642026-05-19T19:45:42.074Z Compiling zerofrom v0.1.6
29652026-05-19T19:45:42.124Z Compiling dtrace-parser v0.2.0
29662026-05-19T19:45:42.193Z Compiling thiserror v2.0.18
29672026-05-19T19:45:42.232Z Compiling yoke v0.8.1
29682026-05-19T19:45:42.464Z Compiling zerovec v0.11.5
29692026-05-19T19:45:42.524Z Compiling zerotrie v0.2.3
29702026-05-19T19:45:43.135Z Compiling tinystr v0.8.2
29712026-05-19T19:45:43.209Z Compiling potential_utf v0.1.4
29722026-05-19T19:45:43.410Z Compiling icu_locale_core v2.1.1
29732026-05-19T19:45:43.427Z Compiling icu_collections v2.1.1
29742026-05-19T19:45:43.844Z Compiling clap v4.5.60
29752026-05-19T19:45:44.229Z Compiling icu_provider v2.1.1
29762026-05-19T19:45:44.324Z Compiling serde_spanned v0.6.9
29772026-05-19T19:45:44.345Z Compiling toml_datetime v0.6.11
29782026-05-19T19:45:44.425Z Compiling dof v0.3.0
29792026-05-19T19:45:44.439Z Compiling serde_tokenstream v0.2.3
29802026-05-19T19:45:44.527Z Compiling icu_properties v2.1.2
29812026-05-19T19:45:44.612Z Compiling icu_normalizer v2.1.1
29822026-05-19T19:45:44.649Z Compiling toml_edit v0.22.27
29832026-05-19T19:45:44.769Z Compiling serde-value v0.7.0
29842026-05-19T19:45:44.783Z Compiling cargo-platform v0.2.0
29852026-05-19T19:45:44.817Z Compiling macaddr v1.0.1
29862026-05-19T19:45:45.289Z Compiling usdt-attr-macro v0.5.0
29872026-05-19T19:45:45.366Z Compiling usdt-macro v0.5.0
29882026-05-19T19:45:45.493Z Compiling idna_adapter v1.2.1
29892026-05-19T19:45:45.730Z Compiling idna v1.1.0
29902026-05-19T19:45:45.983Z Compiling url v2.5.8
29912026-05-19T19:45:46.004Z Compiling usdt v0.5.0
29922026-05-19T19:45:46.302Z Compiling toml v0.8.23
29932026-05-19T19:45:46.802Z Compiling cargo-util-schemas v0.8.2
29942026-05-19T19:45:46.813Z Compiling cargo_toml v0.21.0
29952026-05-19T19:45:47.886Z Compiling cargo_metadata v0.21.0
29962026-05-19T19:45:51.151Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29972026-05-19T19:45:54.329Z Finished `release` profile [optimized] target(s) in 17.60s
29982026-05-19T19:45:54.496Z
29992026-05-19T19:45:54.496Zreal 17.744004325
30002026-05-19T19:45:54.496Zuser 2:32.424712022
30012026-05-19T19:45:54.496Zsys 18.286684515
30022026-05-19T19:45:54.496Ztrap 0.100455361
30032026-05-19T19:45:54.496Ztflt 0.595033739
30042026-05-19T19:45:54.499Zdflt 1.451908362
30052026-05-19T19:45:54.499Zkflt 0.000060790
30062026-05-19T19:45:54.499Zlock 5:47.886310688
30072026-05-19T19:45:54.499Zslp 3:46.781606161
30082026-05-19T19:45:54.500Zlat 7.151577615
30092026-05-19T19:45:54.500Zstop 21.391881238
30102026-05-19T19:45:54.500Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30112026-05-19T19:45:54.500Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30122026-05-19T19:45:54.500Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30132026-05-19T19:45:54.500Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30142026-05-19T19:45:54.500Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30152026-05-19T19:45:55.466Z Compiling newtype-uuid-macros v0.1.0
30162026-05-19T19:45:55.471Z Compiling regress v0.10.5
30172026-05-19T19:45:55.471Z Compiling structmeta-derive v0.3.0
30182026-05-19T19:45:55.471Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30192026-05-19T19:45:55.471Z Compiling rustls v0.22.4
30202026-05-19T19:45:55.632Z Compiling rustls-webpki v0.102.8
30212026-05-19T19:45:55.644Z Compiling multer v3.1.0
30222026-05-19T19:45:55.647Z Compiling debug-ignore v1.0.5
30232026-05-19T19:45:55.647Z Compiling compression-core v0.4.31
30242026-05-19T19:45:55.659Z Compiling match_cfg v0.1.0
30252026-05-19T19:45:55.663Z Compiling slog-json v2.6.1
30262026-05-19T19:45:55.663Z Compiling async-stream-impl v0.3.6
30272026-05-19T19:45:55.663Z Compiling serde_spanned v1.0.4
30282026-05-19T19:45:55.663Z Compiling toml_datetime v1.0.0+spec-1.1.0
30292026-05-19T19:45:55.663Z Compiling dropshot v0.17.0
30302026-05-19T19:45:55.663Z Compiling toml_writer v1.0.6+spec-1.1.0
30312026-05-19T19:45:55.839Z Compiling hostname v0.3.1
30322026-05-19T19:45:55.954Z Compiling itertools v0.14.0
30332026-05-19T19:45:55.958Z Compiling waitgroup v0.1.2
30342026-05-19T19:45:55.993Z Compiling compression-codecs v0.4.37
30352026-05-19T19:45:55.993Z Compiling toml v1.0.6+spec-1.1.0
30362026-05-19T19:45:56.042Z Compiling slog-bunyan v2.5.0
30372026-05-19T19:45:56.046Z Compiling rustls-pemfile v2.2.0
30382026-05-19T19:45:56.081Z Compiling dropshot_endpoint v0.17.0
30392026-05-19T19:45:56.084Z Compiling serde_path_to_error v0.1.20
30402026-05-19T19:45:56.119Z Compiling hostname v0.4.2
30412026-05-19T19:45:56.175Z Compiling progenitor-client v0.14.0
30422026-05-19T19:45:56.234Z Compiling async-compression v0.4.41
30432026-05-19T19:45:56.273Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30442026-05-19T19:45:56.293Z Compiling macaddr v1.0.1
30452026-05-19T19:45:56.314Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30462026-05-19T19:45:56.417Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30472026-05-19T19:45:56.468Z Compiling async-stream v0.3.6
30482026-05-19T19:45:56.489Z Compiling instant v0.1.13
30492026-05-19T19:45:56.492Z Compiling progenitor-client v0.10.0
30502026-05-19T19:45:56.533Z Compiling backon v1.6.0
30512026-05-19T19:45:56.562Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30522026-05-19T19:45:56.585Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30532026-05-19T19:45:56.631Z Compiling backoff v0.4.0
30542026-05-19T19:45:56.681Z Compiling universal-hash v0.5.1
30552026-05-19T19:45:56.716Z Compiling progenitor-extras v0.2.0
30562026-05-19T19:45:56.735Z Compiling opaque-debug v0.3.1
30572026-05-19T19:45:56.774Z Compiling half v2.7.1
30582026-05-19T19:45:56.791Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30592026-05-19T19:45:56.835Z Compiling structmeta v0.3.0
30602026-05-19T19:45:56.856Z Compiling crucible-workspace-hack v0.1.0
30612026-05-19T19:45:56.859Z Compiling unsafe-libyaml v0.2.11
30622026-05-19T19:45:56.893Z Compiling ciborium-io v0.2.2
30632026-05-19T19:45:56.913Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30642026-05-19T19:45:56.951Z Compiling convert_case v0.4.0
30652026-05-19T19:45:57.021Z Compiling regress v0.11.1
30662026-05-19T19:45:57.024Z Compiling aead v0.5.2
30672026-05-19T19:45:57.059Z Compiling ciborium-ll v0.2.2
30682026-05-19T19:45:57.095Z Compiling derive-ex v0.1.8
30692026-05-19T19:45:57.115Z Compiling parse-display-derive v0.10.0
30702026-05-19T19:45:57.133Z Compiling secrecy v0.10.3
30712026-05-19T19:45:57.225Z Compiling poly1305 v0.8.0
30722026-05-19T19:45:57.243Z Compiling ciborium v0.2.2
30732026-05-19T19:45:57.287Z Compiling chacha20 v0.9.1
30742026-05-19T19:45:57.314Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30752026-05-19T19:45:57.334Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30762026-05-19T19:45:57.353Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30772026-05-19T19:45:57.377Z Compiling derive_more v0.99.20
30782026-05-19T19:45:57.438Z Compiling thiserror-impl-no-std v2.0.2
30792026-05-19T19:45:57.572Z Compiling serde_yaml v0.9.34+deprecated
30802026-05-19T19:45:57.591Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30812026-05-19T19:45:57.694Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30822026-05-19T19:45:57.723Z Compiling byte-wrapper v0.1.0
30832026-05-19T19:45:57.763Z Compiling blake2 v0.10.6
30842026-05-19T19:45:57.854Z Compiling password-hash v0.5.0
30852026-05-19T19:45:57.887Z Compiling chacha20poly1305 v0.10.1
30862026-05-19T19:45:58.033Z Compiling indent_write v2.2.0
30872026-05-19T19:45:58.050Z Compiling heapless v0.8.0
30882026-05-19T19:45:58.083Z Compiling ingot-macros v0.1.1
30892026-05-19T19:45:58.124Z Compiling toml_edit v0.23.10+spec-1.0.0
30902026-05-19T19:45:58.208Z Compiling argon2 v0.5.3
30912026-05-19T19:45:58.326Z Compiling tokio-rustls v0.25.0
30922026-05-19T19:45:58.386Z Compiling hash32 v0.3.1
30932026-05-19T19:45:58.600Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30942026-05-19T19:45:58.619Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30952026-05-19T19:45:58.746Z Compiling typify-impl v0.6.2
30962026-05-19T19:45:58.877Z Compiling thiserror-no-std v2.0.2
30972026-05-19T19:45:58.927Z Compiling smoltcp v0.11.0
30982026-05-19T19:45:58.953Z Compiling test-strategy v0.4.5
30992026-05-19T19:45:58.993Z Compiling parse-display v0.10.0
31002026-05-19T19:45:59.015Z Compiling vsss-rs v3.3.4
31012026-05-19T19:45:59.077Z Compiling proc-macro-crate v3.4.0
31022026-05-19T19:45:59.333Z Compiling tabwriter v1.4.1
31032026-05-19T19:45:59.378Z Compiling num-rational v0.4.2
31042026-05-19T19:45:59.392Z Compiling cobs v0.3.0
31052026-05-19T19:45:59.522Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31062026-05-19T19:45:59.617Z Compiling num-complex v0.4.6
31072026-05-19T19:45:59.635Z Compiling num-derive v0.4.2
31082026-05-19T19:45:59.663Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31092026-05-19T19:45:59.719Z Compiling num_enum_derive v0.7.5
31102026-05-19T19:45:59.942Z Compiling postcard v1.1.3
31112026-05-19T19:45:59.973Z Compiling proc-macro-error v1.0.4
31122026-05-19T19:46:00.052Z Compiling num v0.4.3
31132026-05-19T19:46:00.074Z Compiling proc-macro-crate v1.3.1
31142026-05-19T19:46:00.092Z Compiling foreign-types-macros v0.2.3
31152026-05-19T19:46:00.166Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31162026-05-19T19:46:00.206Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31172026-05-19T19:46:00.373Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31182026-05-19T19:46:00.393Z Compiling cpufeatures v0.3.0
31192026-05-19T19:46:00.455Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31202026-05-19T19:46:00.508Z Compiling rayon-core v1.13.0
31212026-05-19T19:46:00.525Z Compiling float-ord v0.3.2
31222026-05-19T19:46:00.583Z Compiling foreign-types-shared v0.3.1
31232026-05-19T19:46:00.634Z Compiling colored v3.1.1
31242026-05-19T19:46:00.677Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31252026-05-19T19:46:00.698Z Compiling num_enum_derive v0.5.11
31262026-05-19T19:46:00.716Z Compiling chacha20 v0.10.0
31272026-05-19T19:46:00.794Z Compiling crossbeam-deque v0.8.6
31282026-05-19T19:46:00.811Z Compiling foreign-types v0.5.0
31292026-05-19T19:46:00.828Z Compiling camino-tempfile v1.4.1
31302026-05-19T19:46:00.892Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31312026-05-19T19:46:00.916Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31322026-05-19T19:46:00.934Z Compiling cstr-argument v0.1.2
31332026-05-19T19:46:00.951Z Compiling num_enum v0.7.5
31342026-05-19T19:46:01.038Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31352026-05-19T19:46:01.128Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31362026-05-19T19:46:01.135Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31372026-05-19T19:46:01.139Z Compiling rand v0.10.0
31382026-05-19T19:46:01.140Z Compiling toml v0.8.23
31392026-05-19T19:46:01.305Z Compiling ingot-types v0.1.2
31402026-05-19T19:46:01.309Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31412026-05-19T19:46:01.343Z Compiling zone_cfg_derive v0.3.1
31422026-05-19T19:46:01.362Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31432026-05-19T19:46:01.413Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31442026-05-19T19:46:01.438Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31452026-05-19T19:46:01.468Z Compiling itertools v0.12.1
31462026-05-19T19:46:01.487Z Compiling sigpipe v0.1.3
31472026-05-19T19:46:01.525Z Compiling rayon v1.11.0
31482026-05-19T19:46:01.581Z Compiling glob v0.3.3
31492026-05-19T19:46:01.615Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31502026-05-19T19:46:01.691Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31512026-05-19T19:46:01.727Z Compiling ingot v0.1.1
31522026-05-19T19:46:01.748Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31532026-05-19T19:46:01.794Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31542026-05-19T19:46:01.868Z Compiling smf v0.2.3
31552026-05-19T19:46:01.953Z Compiling num_enum v0.5.11
31562026-05-19T19:46:01.978Z Compiling whoami v1.6.1
31572026-05-19T19:46:02.073Z Compiling prettyplease v0.2.37
31582026-05-19T19:46:02.121Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31592026-05-19T19:46:02.140Z Compiling gethostname v0.5.0
31602026-05-19T19:46:02.161Z Compiling atomicwrites v0.4.4
31612026-05-19T19:46:02.236Z Compiling usdt-attr-macro v0.5.0
31622026-05-19T19:46:02.293Z Compiling usdt-macro v0.5.0
31632026-05-19T19:46:02.317Z Compiling memmap v0.7.0
31642026-05-19T19:46:02.337Z Compiling derive-where v1.6.0
31652026-05-19T19:46:02.503Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31662026-05-19T19:46:02.526Z Compiling progenitor-client v0.13.0
31672026-05-19T19:46:02.570Z Compiling cancel-safe-futures v0.1.5
31682026-05-19T19:46:02.683Z Compiling resolv-conf v0.7.6
31692026-05-19T19:46:02.709Z Compiling owo-colors v4.3.0
31702026-05-19T19:46:02.818Z Compiling zone v0.3.1
31712026-05-19T19:46:02.911Z Compiling libsw-core v0.3.2
31722026-05-19T19:46:03.104Z Compiling libsw v3.5.0
31732026-05-19T19:46:03.145Z Compiling console v0.15.11
31742026-05-19T19:46:03.175Z Compiling newline-converter v0.3.0
31752026-05-19T19:46:03.194Z Compiling usdt v0.5.0
31762026-05-19T19:46:03.290Z Compiling libefi-sys v0.1.0
31772026-05-19T19:46:03.332Z Compiling linear-map v1.2.0
31782026-05-19T19:46:03.332Z Compiling hickory-proto v0.24.4
31792026-05-19T19:46:03.528Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31802026-05-19T19:46:03.568Z Compiling expectorate v1.2.0
31812026-05-19T19:46:03.586Z Compiling bitfield-struct v0.6.2
31822026-05-19T19:46:03.603Z Compiling semver v0.1.20
31832026-05-19T19:46:03.603Z Compiling linked-hash-map v0.5.6
31842026-05-19T19:46:03.726Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31852026-05-19T19:46:03.780Z Compiling tokio-dtrace v0.1.1
31862026-05-19T19:46:03.823Z Compiling lru-cache v0.1.2
31872026-05-19T19:46:03.843Z Compiling rustc_version v0.1.7
31882026-05-19T19:46:03.861Z Compiling typify-macro v0.6.2
31892026-05-19T19:46:03.865Z Compiling dropshot-api-manager-types v0.7.1
31902026-05-19T19:46:03.910Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31912026-05-19T19:46:03.936Z Compiling slog-dtrace v0.3.0
31922026-05-19T19:46:03.954Z Compiling minimal-lexical v0.2.1
31932026-05-19T19:46:03.991Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31942026-05-19T19:46:04.018Z Compiling oxide-tokio-rt v0.1.4
31952026-05-19T19:46:04.095Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31962026-05-19T19:46:04.113Z Compiling typify-impl v0.4.3
31972026-05-19T19:46:04.132Z Compiling newtype_derive v0.1.6
31982026-05-19T19:46:04.197Z Compiling nom v7.1.3
31992026-05-19T19:46:04.245Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32002026-05-19T19:46:04.264Z Compiling phf_shared v0.12.1
32012026-05-19T19:46:04.269Z Compiling csv-core v0.1.13
32022026-05-19T19:46:04.313Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32032026-05-19T19:46:04.350Z Compiling highway v1.3.0
32042026-05-19T19:46:04.373Z Compiling xshell-macros v0.2.7
32052026-05-19T19:46:04.373Z Compiling chrono-tz v0.10.4
32062026-05-19T19:46:04.478Z Compiling const_format_proc_macros v0.2.34
32072026-05-19T19:46:04.584Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32082026-05-19T19:46:04.633Z Compiling csv v1.4.0
32092026-05-19T19:46:04.669Z Compiling phf v0.12.1
32102026-05-19T19:46:04.807Z Compiling xshell v0.2.7
32112026-05-19T19:46:04.853Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32122026-05-19T19:46:04.868Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32132026-05-19T19:46:04.956Z Compiling primeorder v0.13.6
32142026-05-19T19:46:05.025Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32152026-05-19T19:46:05.197Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32162026-05-19T19:46:05.256Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32172026-05-19T19:46:05.283Z Compiling tabled_derive v0.7.0
32182026-05-19T19:46:05.331Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32192026-05-19T19:46:05.361Z Compiling bcs v0.1.6
32202026-05-19T19:46:05.378Z Compiling const_format v0.2.35
32212026-05-19T19:46:05.619Z Compiling hickory-resolver v0.24.4
32222026-05-19T19:46:05.636Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32232026-05-19T19:46:05.727Z Compiling salty v0.3.0
32242026-05-19T19:46:05.746Z Compiling termtree v0.5.1
32252026-05-19T19:46:05.772Z Compiling typify v0.6.2
32262026-05-19T19:46:05.909Z Compiling progenitor-impl v0.14.0
32272026-05-19T19:46:05.925Z Compiling progenitor-impl v0.13.0
32282026-05-19T19:46:05.945Z Compiling textwrap v0.16.2
32292026-05-19T19:46:06.046Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32302026-05-19T19:46:06.080Z Compiling steno v0.4.1
32312026-05-19T19:46:06.187Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32322026-05-19T19:46:06.303Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32332026-05-19T19:46:06.353Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32342026-05-19T19:46:06.472Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32352026-05-19T19:46:06.491Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32362026-05-19T19:46:06.617Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32372026-05-19T19:46:06.722Z Compiling qorb v0.4.1
32382026-05-19T19:46:07.164Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32392026-05-19T19:46:07.240Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32402026-05-19T19:46:07.436Z Compiling tabled v0.15.0
32412026-05-19T19:46:07.463Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32422026-05-19T19:46:07.567Z Compiling humantime v2.3.0
32432026-05-19T19:46:07.653Z Compiling base64 v0.21.7
32442026-05-19T19:46:07.923Z Compiling radium v0.7.0
32452026-05-19T19:46:08.095Z Compiling tagptr v0.2.0
32462026-05-19T19:46:08.115Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32472026-05-19T19:46:08.272Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32482026-05-19T19:46:08.339Z Compiling moka v0.12.13
32492026-05-19T19:46:08.453Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32502026-05-19T19:46:08.589Z Compiling p384 v0.13.1
32512026-05-19T19:46:08.683Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32522026-05-19T19:46:08.765Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32532026-05-19T19:46:08.827Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32542026-05-19T19:46:08.946Z Compiling progenitor-macro v0.14.0
32552026-05-19T19:46:08.999Z Compiling progenitor-macro v0.13.0
32562026-05-19T19:46:09.045Z Compiling tap v1.0.1
32572026-05-19T19:46:09.059Z Compiling typify-macro v0.4.3
32582026-05-19T19:46:09.079Z Compiling maybe-uninit v2.0.0
32592026-05-19T19:46:09.156Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32602026-05-19T19:46:09.200Z Compiling hickory-resolver v0.25.2
32612026-05-19T19:46:09.318Z Compiling wyz v0.5.1
32622026-05-19T19:46:09.534Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32632026-05-19T19:46:09.582Z Compiling proc-macro-error-attr2 v2.0.0
32642026-05-19T19:46:09.606Z Compiling parking_lot_core v0.8.6
32652026-05-19T19:46:09.716Z Compiling funty v2.0.0
32662026-05-19T19:46:09.932Z Compiling utf-8 v0.7.6
32672026-05-19T19:46:09.953Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32682026-05-19T19:46:10.081Z Compiling packed_struct v0.10.1
32692026-05-19T19:46:10.187Z Compiling bitvec v1.0.1
32702026-05-19T19:46:10.256Z Compiling tungstenite v0.21.0
32712026-05-19T19:46:10.283Z Compiling proc-macro-error2 v2.0.1
32722026-05-19T19:46:10.497Z Compiling polyval v0.6.2
32732026-05-19T19:46:10.530Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32742026-05-19T19:46:10.590Z Compiling git-stub v1.0.0
32752026-05-19T19:46:10.653Z Compiling packed_struct_codegen v0.10.1
32762026-05-19T19:46:10.701Z Compiling bitfield-macros v0.19.4
32772026-05-19T19:46:10.807Z Compiling zerocopy-derive v0.6.6
32782026-05-19T19:46:10.838Z Compiling indexmap v1.9.3
32792026-05-19T19:46:10.859Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32802026-05-19T19:46:10.927Z Compiling crc-catalog v2.4.0
32812026-05-19T19:46:11.073Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32822026-05-19T19:46:11.111Z Compiling nodrop v0.1.14
32832026-05-19T19:46:11.148Z Compiling typify v0.4.3
32842026-05-19T19:46:11.203Z Compiling crc v3.4.0
32852026-05-19T19:46:11.251Z Compiling array-init v0.0.4
32862026-05-19T19:46:11.274Z Compiling progenitor-impl v0.11.2
32872026-05-19T19:46:11.308Z Compiling tokio-tungstenite v0.21.0
32882026-05-19T19:46:11.431Z Compiling git-stub-vcs v0.1.0
32892026-05-19T19:46:11.470Z Compiling tabled_derive v0.11.0
32902026-05-19T19:46:11.569Z Compiling bitfield v0.19.4
32912026-05-19T19:46:11.688Z Compiling ghash v0.5.1
32922026-05-19T19:46:11.708Z Compiling smallvec v0.6.14
32932026-05-19T19:46:11.850Z Compiling zerocopy v0.6.6
32942026-05-19T19:46:11.938Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32952026-05-19T19:46:11.973Z Compiling papergrid v0.17.0
32962026-05-19T19:46:12.005Z Compiling libscf-sys v1.2.0
32972026-05-19T19:46:12.172Z Compiling testing_table v0.3.0
32982026-05-19T19:46:12.191Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32992026-05-19T19:46:12.257Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33002026-05-19T19:46:12.275Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33012026-05-19T19:46:12.295Z Compiling ctr v0.9.2
33022026-05-19T19:46:12.381Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33032026-05-19T19:46:12.551Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33042026-05-19T19:46:12.566Z Compiling unicase v2.9.0
33052026-05-19T19:46:12.582Z Compiling corncobs v0.1.4
33062026-05-19T19:46:12.732Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33072026-05-19T19:46:12.758Z Compiling hashbrown v0.12.3
33082026-05-19T19:46:12.822Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33092026-05-19T19:46:12.826Z Compiling mime_guess v2.0.5
33102026-05-19T19:46:12.873Z Compiling aes-gcm v0.10.3
33112026-05-19T19:46:12.890Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33122026-05-19T19:46:12.893Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33132026-05-19T19:46:13.116Z Compiling tabled v0.20.0
33142026-05-19T19:46:13.142Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33152026-05-19T19:46:13.329Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33162026-05-19T19:46:13.354Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33172026-05-19T19:46:13.422Z Compiling parking_lot v0.11.2
33182026-05-19T19:46:13.463Z Compiling serde-hex v0.1.0
33192026-05-19T19:46:13.575Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33202026-05-19T19:46:13.767Z Compiling progenitor-impl v0.10.0
33212026-05-19T19:46:13.904Z Compiling ron v0.8.1
33222026-05-19T19:46:14.056Z Compiling hashbrown v0.13.2
33232026-05-19T19:46:14.156Z Compiling progenitor-client v0.11.2
33242026-05-19T19:46:14.174Z Compiling blowfish v0.9.1
33252026-05-19T19:46:14.265Z Compiling progenitor-macro v0.11.2
33262026-05-19T19:46:14.293Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33272026-05-19T19:46:14.494Z Compiling ssh-encoding v0.2.0
33282026-05-19T19:46:14.557Z Compiling prefix-trie v0.7.0
33292026-05-19T19:46:14.668Z Compiling fxhash v0.2.1
33302026-05-19T19:46:14.687Z Compiling progenitor v0.14.0
33312026-05-19T19:46:14.800Z Compiling progenitor v0.13.0
33322026-05-19T19:46:14.824Z Compiling secrecy v0.8.0
33332026-05-19T19:46:14.851Z Compiling crc-any v2.5.0
33342026-05-19T19:46:14.888Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33352026-05-19T19:46:14.985Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33362026-05-19T19:46:15.007Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33372026-05-19T19:46:15.025Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33382026-05-19T19:46:15.041Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33392026-05-19T19:46:15.045Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33402026-05-19T19:46:15.149Z Compiling hickory-server v0.25.2
33412026-05-19T19:46:15.307Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33422026-05-19T19:46:15.430Z Compiling sled v0.34.7
33432026-05-19T19:46:15.847Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33442026-05-19T19:46:15.962Z Compiling ssh-cipher v0.2.0
33452026-05-19T19:46:16.045Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33462026-05-19T19:46:16.282Z Compiling object v0.30.4
33472026-05-19T19:46:16.364Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33482026-05-19T19:46:16.412Z Compiling bcrypt-pbkdf v0.10.0
33492026-05-19T19:46:16.639Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33502026-05-19T19:46:16.741Z Compiling progenitor-macro v0.10.0
33512026-05-19T19:46:16.789Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33522026-05-19T19:46:16.807Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33532026-05-19T19:46:17.291Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33542026-05-19T19:46:17.569Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33552026-05-19T19:46:17.697Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33562026-05-19T19:46:18.151Z Compiling password-hash v0.4.2
33572026-05-19T19:46:18.352Z Compiling half v1.8.3
33582026-05-19T19:46:18.380Z Compiling path-slash v0.1.5
33592026-05-19T19:46:18.555Z Compiling crc8 v0.1.1
33602026-05-19T19:46:18.595Z Compiling http-range v0.1.5
33612026-05-19T19:46:18.598Z Compiling serde_cbor v0.11.2
33622026-05-19T19:46:18.658Z Compiling pbkdf2 v0.11.0
33632026-05-19T19:46:18.714Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33642026-05-19T19:46:18.828Z Compiling ssh-key v0.6.7
33652026-05-19T19:46:18.918Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33662026-05-19T19:46:19.229Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33672026-05-19T19:46:19.473Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33682026-05-19T19:46:19.517Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33692026-05-19T19:46:19.543Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33702026-05-19T19:46:19.652Z Compiling progenitor v0.11.2
33712026-05-19T19:46:19.684Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33722026-05-19T19:46:19.860Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33732026-05-19T19:46:20.035Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33742026-05-19T19:46:20.155Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33752026-05-19T19:46:20.372Z Compiling p256 v0.13.2
33762026-05-19T19:46:20.508Z Compiling p521 v0.13.3
33772026-05-19T19:46:20.611Z Compiling yasna v0.5.2
33782026-05-19T19:46:20.646Z Compiling kstat-rs v0.2.4
33792026-05-19T19:46:20.649Z Compiling headers-core v0.3.0
33802026-05-19T19:46:20.681Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33812026-05-19T19:46:20.707Z Compiling nanorand v0.7.0
33822026-05-19T19:46:20.803Z Compiling atty v0.2.14
33832026-05-19T19:46:20.825Z Compiling russh-cryptovec v0.7.3
33842026-05-19T19:46:20.951Z Compiling home v0.5.12
33852026-05-19T19:46:20.993Z Compiling md5 v0.7.0
33862026-05-19T19:46:21.017Z Compiling flume v0.11.1
33872026-05-19T19:46:21.043Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33882026-05-19T19:46:21.061Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33892026-05-19T19:46:21.129Z Compiling rcgen v0.12.1
33902026-05-19T19:46:21.265Z Compiling russh-keys v0.45.0
33912026-05-19T19:46:21.307Z Compiling headers v0.4.1
33922026-05-19T19:46:21.351Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33932026-05-19T19:46:21.370Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33942026-05-19T19:46:21.463Z Compiling hyper-staticfile v0.10.1
33952026-05-19T19:46:21.517Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33962026-05-19T19:46:21.701Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33972026-05-19T19:46:21.834Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33982026-05-19T19:46:22.069Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33992026-05-19T19:46:22.089Z Compiling progenitor v0.10.0
34002026-05-19T19:46:22.111Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34012026-05-19T19:46:22.131Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34022026-05-19T19:46:22.156Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34032026-05-19T19:46:22.283Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34042026-05-19T19:46:22.439Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34052026-05-19T19:46:22.469Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34062026-05-19T19:46:22.650Z Compiling num-bigint v0.4.6
34072026-05-19T19:46:22.673Z Compiling des v0.8.1
34082026-05-19T19:46:22.708Z Compiling subprocess v0.2.15
34092026-05-19T19:46:22.858Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34102026-05-19T19:46:22.878Z Compiling hex-literal v0.4.1
34112026-05-19T19:46:22.899Z Compiling display-error-chain v0.2.2
34122026-05-19T19:46:22.916Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34132026-05-19T19:46:22.953Z Compiling colored v2.2.0
34142026-05-19T19:46:23.035Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34152026-05-19T19:46:23.076Z Compiling socket2 v0.5.10
34162026-05-19T19:46:23.242Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34172026-05-19T19:46:23.294Z Compiling internet-checksum v0.2.1
34182026-05-19T19:46:23.325Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34192026-05-19T19:46:23.887Z Compiling russh v0.45.0
34202026-05-19T19:46:24.394Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34212026-05-19T19:46:24.598Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34222026-05-19T19:46:27.173Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34232026-05-19T19:46:27.888Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34242026-05-19T19:46:28.398Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34252026-05-19T19:46:30.163Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34262026-05-19T19:46:38.577Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34272026-05-19T19:46:38.577Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34282026-05-19T19:46:38.577Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34292026-05-19T19:46:38.580Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34302026-05-19T19:46:40.385Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34312026-05-19T19:46:40.444Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34322026-05-19T19:46:44.823Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34332026-05-19T19:46:46.319Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34342026-05-19T19:47:06.030Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34352026-05-19T19:47:25.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s
34362026-05-19T19:47:25.851Z
34372026-05-19T19:47:25.855Zreal 1:31.286656390
34382026-05-19T19:47:25.855Zuser 8:46.105493326
34392026-05-19T19:47:25.855Zsys 1:47.337202070
34402026-05-19T19:47:25.855Ztrap 0.282937161
34412026-05-19T19:47:25.855Ztflt 0.573069578
34422026-05-19T19:47:25.855Zdflt 1.989227052
34432026-05-19T19:47:25.855Zkflt 0.000153050
34442026-05-19T19:47:25.855Zlock 31:21.121013809
34452026-05-19T19:47:25.855Zslp 20:21.493004808
34462026-05-19T19:47:25.855Zlat 41.032660478
34472026-05-19T19:47:25.855Zstop 2:59.638381129
34482026-05-19T19:47:25.855Z+ mkdir tests
34492026-05-19T19:47:25.859Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34502026-05-19T19:47:25.859Z+ xargs -I '{}' -t cp '{}' tests/
34512026-05-19T19:47:25.893Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-8c3cdc5bc4545a52 tests/
34522026-05-19T19:47:25.923Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-81313a24f167cbc4 tests/
34532026-05-19T19:47:25.954Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-e5f5125793605204 tests/
34542026-05-19T19:47:25.985Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-4b38611f78b9786b tests/
34552026-05-19T19:47:26.229Z+ 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/*)
34562026-05-19T19:47:26.233Z+ 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-81313a24f167cbc4 tests/commtest-e5f5125793605204 tests/dhcp_server-8c3cdc5bc4545a52 tests/end_to_end_tests-4b38611f78b9786b 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
34572026-05-19T19:48:47.949ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34582026-05-19T19:48:47.949Za .github/buildomat/ci-env.sh 1K
34592026-05-19T19:48:47.949Za out/target/test 1K
34602026-05-19T19:48:47.949Za out/npuzone/npuzone 27402K
34612026-05-19T19:48:47.949Za package-manifest.toml 35K
34622026-05-19T19:48:47.950Za smf/sled-agent/non-gimlet/config.toml 6K
34632026-05-19T19:48:47.950Za target/release/omicron-package 45974K
34642026-05-19T19:48:47.950Za target/release/xtask 11449K
34652026-05-19T19:48:47.950Za target/debug/bootstrap 352630K
34662026-05-19T19:48:47.950Za tests/bootstrap-81313a24f167cbc4 31215K
34672026-05-19T19:48:47.950Za tests/commtest-e5f5125793605204 32299K
34682026-05-19T19:48:47.950Za tests/dhcp_server-8c3cdc5bc4545a52 31215K
34692026-05-19T19:48:47.950Za tests/end_to_end_tests-4b38611f78b9786b 394449K
34702026-05-19T19:48:47.950Za out/clickhouse.tar.gz 319612K
34712026-05-19T19:48:47.950Za out/clickhouse_keeper.tar.gz 304966K
34722026-05-19T19:48:47.950Za out/clickhouse_server.tar.gz 319611K
34732026-05-19T19:48:47.950Za out/cockroachdb.tar.gz 165156K
34742026-05-19T19:48:47.950Za out/crucible-pantry-zone.tar.gz 44195K
34752026-05-19T19:48:47.950Za out/crucible-utils.tar 17744K
34762026-05-19T19:48:47.950Za out/crucible-zone.tar.gz 58333K
34772026-05-19T19:48:47.950Za out/external-dns.tar.gz 49784K
34782026-05-19T19:48:47.950Za out/internal-dns.tar.gz 49784K
34792026-05-19T19:48:47.950Za out/mg-ddm-gz.tar 95141K
34802026-05-19T19:48:47.950Za out/nexus.tar.gz 217604K
34812026-05-19T19:48:47.950Za out/ntp.tar.gz 32135K
34822026-05-19T19:48:47.950Za out/omicron-gateway-softnpu.tar.gz 29745K
34832026-05-19T19:48:47.950Za out/omicron-sled-agent.tar 200421K
34842026-05-19T19:48:47.950Za out/overlay.tar.gz 3K
34852026-05-19T19:48:47.950Za out/oximeter.tar.gz 66157K
34862026-05-19T19:48:47.950Za out/oxlog.tar 3782K
34872026-05-19T19:48:47.950Za out/probe.tar.gz 3037K
34882026-05-19T19:48:47.950Za out/propolis-server.tar.gz 38727K
34892026-05-19T19:48:47.950Za out/pumpkind-gz.tar 26647K
34902026-05-19T19:48:47.950Za out/switch-softnpu.tar.gz 393295K
34912026-05-19T19:48:47.954Z
34922026-05-19T19:48:47.954Zreal 1:21.717817519
34932026-05-19T19:48:47.954Zuser 1:18.820199932
34942026-05-19T19:48:47.954Zsys 4.775020649
34952026-05-19T19:48:47.954Ztrap 0.007162852
34962026-05-19T19:48:47.954Ztflt 0.000000000
34972026-05-19T19:48:47.954Zdflt 0.000000000
34982026-05-19T19:48:47.954Zkflt 0.000000000
34992026-05-19T19:48:47.954Zlock 0.000000000
35002026-05-19T19:48:47.954Zslp 1:18.758384379
35012026-05-19T19:48:47.954Zlat 1.069622391
35022026-05-19T19:48:47.955Zstop 0.000222610
35032026-05-19T19:48:47.955Zprocess exited: duration 1006808 ms, exit code 0
 
35042026-05-19T19:48:47.971Zfound 1 output files
35052026-05-19T19:48:47.971Zuploading: /work/package.tar.gz (2437274602 bytes)
35062026-05-19T19:49:17.892Zuploaded: /work/package.tar.gz