01KRJ948YMR5FHB56SRMTGB7PH: 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: 01KRJ94PH48WRFN3PQDC6Z19HW

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-14T03:41:20.408Zjob assigned to worker 01KRJ94V50X380G5Q8SEYHPXPX [factory aws, i-0dd748228ca75746d] (queued for 48 s)
 
22026-05-14T03:41:27.915Zstarting task 0: "setup"
32026-05-14T03:41:27.921Z++ uname -s
42026-05-14T03:41:27.924Z+ kern=SunOS
52026-05-14T03:41:27.924Z+ build_user=build
62026-05-14T03:41:27.924Z+ build_uid=12345
72026-05-14T03:41:27.924Z+ work_dir=/work
82026-05-14T03:41:27.924Z+ input_dir=/input
92026-05-14T03:41:27.924Z+ [[ 0 == 12345 ]]
102026-05-14T03:41:27.924Z+ case "$kern" in
112026-05-14T03:41:27.924Z+ groupadd -g 12345 build
122026-05-14T03:41:27.927Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-14T03:41:29.935Z+ zfs create -o mountpoint=/work rpool/work
142026-05-14T03:41:30.035Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-14T03:41:30.038Z+ home_fs=zfs
162026-05-14T03:41:30.038Z+ [[ zfs == autofs ]]
172026-05-14T03:41:30.038Z+ mkdir -p /home/build
182026-05-14T03:41:30.041Z+ chown build:build /home/build /work
192026-05-14T03:41:32.041Z+ chmod 0700 /home/build /work
202026-05-14T03:41:32.045Zprocess exited: duration 4132 ms, exit code 0
 
212026-05-14T03:41:32.051Zstarting task 1: "rust-toolchain"
222026-05-14T03:41:32.057Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-14T03:41:32.057Z * rust toolchain channel = "1.94.0"
242026-05-14T03:41:32.057Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-14T03:41:32.057Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-14T03:41:32.057Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-14T03:41:32.057Z * rust toolchain profile = "default"
282026-05-14T03:41:32.060Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-14T03:41:32.060Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-14T03:41:32.184Zinfo: downloading installer
312026-05-14T03:41:33.561Zwarn: It looks like you have an existing rustup settings file at:
322026-05-14T03:41:33.561Zwarn: /home/build/.rustup/settings.toml
332026-05-14T03:41:33.561Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-14T03:41:33.561Zwarn: instead of the one inferred from the default host triple.
352026-05-14T03:41:33.573Zinfo: profile set to default
362026-05-14T03:41:33.573Zinfo: default host triple is x86_64-unknown-illumos
372026-05-14T03:41:33.576Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-14T03:41:33.711Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-14T03:41:33.711Zinfo: downloading 6 components
402026-05-14T03:41:48.130Z
412026-05-14T03:41:48.130Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-05-14T03:41:48.160Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-14T03:41:48.160Z
442026-05-14T03:41:48.160Z
452026-05-14T03:41:48.160ZRust is installed now. Great!
462026-05-14T03:41:48.160Z
472026-05-14T03:41:48.164ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-14T03:41:48.164Zenvironment variable. This has not been done automatically.
492026-05-14T03:41:48.164Z
502026-05-14T03:41:48.164ZTo configure your current shell, you need to source
512026-05-14T03:41:48.164Zthe corresponding env file under $HOME/.cargo.
522026-05-14T03:41:48.164Z
532026-05-14T03:41:48.164ZThis is usually done by running one of the following (note the leading DOT):
542026-05-14T03:41:48.164Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-14T03:41:48.164Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-14T03:41:48.164Zsource "~/.cargo/env.nu" # For nushell
572026-05-14T03:41:48.164Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-14T03:41:48.164Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-14T03:41:48.164Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-14T03:41:48.164Zwarn: no default linker (`cc`) was found in your PATH
612026-05-14T03:41:48.164Zwarn: many Rust crates require a system C toolchain to build
622026-05-14T03:41:48.267Z+ rustup --version
632026-05-14T03:41:48.273Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-14T03:41:48.273Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-14T03:41:48.297Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-14T03:41:48.300Z+ cargo --version
672026-05-14T03:41:48.312Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-14T03:41:48.316Z+ rustc --version
692026-05-14T03:41:48.338Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-14T03:41:48.341Zprocess exited: duration 16289 ms, exit code 0
 
712026-05-14T03:41:48.347Zstarting task 2: "authentication"
722026-05-14T03:41:48.366Zprocess exited: duration 19 ms, exit code 0
 
732026-05-14T03:41:48.374Zstarting task 3: "clone repository"
742026-05-14T03:41:48.378Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-14T03:41:48.381Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-14T03:41:48.413ZCloning into '/work/oxidecomputer/omicron'...
772026-05-14T03:41:59.344Z+ cd /work/oxidecomputer/omicron
782026-05-14T03:41:59.344Z+ git fetch origin 1e82c54d3736bccda72a0a4f3b07f3722c1a41f1
792026-05-14T03:41:59.619ZFrom https://github.com/oxidecomputer/omicron
802026-05-14T03:41:59.619Z * branch 1e82c54d3736bccda72a0a4f3b07f3722c1a41f1 -> FETCH_HEAD
812026-05-14T03:41:59.634Z+ [[ -n renovate/crucible-pantry-client-digest ]]
822026-05-14T03:41:59.638Z++ git branch --show-current
832026-05-14T03:41:59.641Z+ current=main
842026-05-14T03:41:59.641Z+ [[ main != renovate/crucible-pantry-client-digest ]]
852026-05-14T03:41:59.641Z+ git branch -f renovate/crucible-pantry-client-digest 1e82c54d3736bccda72a0a4f3b07f3722c1a41f1
862026-05-14T03:41:59.644Z+ git checkout -f renovate/crucible-pantry-client-digest
872026-05-14T03:41:59.675ZSwitched to branch 'renovate/crucible-pantry-client-digest'
882026-05-14T03:41:59.678Z+ git reset --hard 1e82c54d3736bccda72a0a4f3b07f3722c1a41f1
892026-05-14T03:41:59.712ZHEAD is now at 1e82c54d3 Update crucible-pantry-client digest to 33a3712
902026-05-14T03:41:59.715Zprocess exited: duration 11341 ms, exit code 0
 
912026-05-14T03:41:59.721Zstarting task 4: "build"
922026-05-14T03:41:59.726Z+ source .github/buildomat/ci-env.sh
932026-05-14T03:41:59.726Z++ export CARGO_TERM_COLOR=always
942026-05-14T03:41:59.726Z++ CARGO_TERM_COLOR=always
952026-05-14T03:41:59.726Z+ cargo --version
962026-05-14T03:41:59.737Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-14T03:41:59.740Z+ rustc --version
982026-05-14T03:41:59.761Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-14T03:41:59.764Z+ WORK=/work
1002026-05-14T03:41:59.764Z+ pfexec mkdir -p /work
1012026-05-14T03:41:59.767Z+ pfexec chown build /work
1022026-05-14T03:41:59.770Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-14T03:42:01.354Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-14T03:42:01.416Z Startup: Caching catalogs ... Done
1052026-05-14T03:42:01.629ZPlanning: Solver setup ... Done (0.174s)
1062026-05-14T03:42:01.644ZPlanning: Running solver ... Done (0.016s)
1072026-05-14T03:42:01.652ZPlanning: Finding local manifests ... Done (0.004s)
1082026-05-14T03:42:01.662ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-14T03:42:01.683ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-14T03:42:01.698ZPlanning: Package planning ... Done (0.015s)
1112026-05-14T03:42:01.701ZPlanning: Merging actions ... Done (0.002s)
1122026-05-14T03:42:01.891ZPlanning: Checking for conflicting actions ... Done (0.191s)
1132026-05-14T03:42:01.894ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-14T03:42:02.870ZPlanning: Evaluating mediators ... Done (0.954s)
1152026-05-14T03:42:02.897ZPlanning: Planning completed in 1.41 seconds
1162026-05-14T03:42:02.897Z Packages to install: 2
1172026-05-14T03:42:02.897Z Estimated space available: 156.10 GB
1182026-05-14T03:42:02.898ZEstimated space to be consumed: 19.74 MB
1192026-05-14T03:42:02.898Z Create boot environment: No
1202026-05-14T03:42:02.898ZCreate backup boot environment: No
1212026-05-14T03:42:02.898Z Rebuild boot archive: No
1222026-05-14T03:42:02.898Z
1232026-05-14T03:42:02.898ZChanged packages:
1242026-05-14T03:42:02.898Zhelios
1252026-05-14T03:42:02.898Z developer/build-essential
1262026-05-14T03:42:02.898Z None -> 11-3.0
1272026-05-14T03:42:02.898Z library/libxmlsec1
1282026-05-14T03:42:02.898Z None -> 1.2.35-3.0
1292026-05-14T03:42:02.899Z
1302026-05-14T03:42:02.899ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-14T03:42:03.412ZDownload: Completed 1.28 MB in 0.51 seconds (2.5M/s)
1322026-05-14T03:42:03.464Z Actions: 1/268 actions (Installing new actions)
1332026-05-14T03:42:03.500Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-14T03:42:03.506ZFinalize: Updating package state database ... Done (0.006s)
1352026-05-14T03:42:03.506ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-14T03:42:03.519ZFinalize: Updating image state ... Done (0.015s)
1372026-05-14T03:42:06.227ZFinalize: Creating fast lookup database ... Done (2.687s)
1382026-05-14T03:42:06.296ZFinalize: Reading search index ... Done (0.013s)
1392026-05-14T03:42:06.299ZFinalize: Updating search index ... Done (0.000s)
1402026-05-14T03:42:06.402ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-14T03:42:06.701ZPlanning: Evaluating mediator changes ... Done
1422026-05-14T03:42:06.803ZPlanning: Checking for conflicting actions ... Done
1432026-05-14T03:42:06.806ZPlanning: Consolidating action changes ... Done
1442026-05-14T03:42:06.962ZPlanning: Evaluating mediators ... Done
1452026-05-14T03:42:06.965ZPlanning: Planning completed in 0.26 seconds
1462026-05-14T03:42:06.984Z Mediators to change: 2
1472026-05-14T03:42:06.985Z Create boot environment: No
1482026-05-14T03:42:06.985ZCreate backup boot environment: No
1492026-05-14T03:42:07.059ZFinalize: Updating package state database ... Done
1502026-05-14T03:42:07.059ZFinalize: Updating package cache ... Done
1512026-05-14T03:42:07.068ZFinalize: Updating image state ... Done
1522026-05-14T03:42:09.022ZFinalize: Creating fast lookup database ... Done
1532026-05-14T03:42:09.083ZFinalize: Reading search index ... Done
1542026-05-14T03:42:09.086ZFinalize: Updating search index ... Done
1552026-05-14T03:42:09.163ZFinalize: Updating package cache ... Done
1562026-05-14T03:42:09.452ZPlanning: Evaluating mediator changes ... Done
1572026-05-14T03:42:09.555ZPlanning: Checking for conflicting actions ... Done
1582026-05-14T03:42:09.559ZPlanning: Consolidating action changes ... Done
1592026-05-14T03:42:09.715ZPlanning: Evaluating mediators ... Done
1602026-05-14T03:42:09.718ZPlanning: Planning completed in 0.27 seconds
1612026-05-14T03:42:09.741Z Mediators to change: 1
1622026-05-14T03:42:09.741Z Create boot environment: No
1632026-05-14T03:42:09.741ZCreate backup boot environment: No
1642026-05-14T03:42:09.817ZFinalize: Updating package state database ... Done
1652026-05-14T03:42:09.817ZFinalize: Updating package cache ... Done
1662026-05-14T03:42:09.826ZFinalize: Updating image state ... Done
1672026-05-14T03:42:11.780ZFinalize: Creating fast lookup database ... Done
1682026-05-14T03:42:11.845ZFinalize: Reading search index ... Done
1692026-05-14T03:42:11.849ZFinalize: Updating search index ... Done
1702026-05-14T03:42:11.915ZFinalize: Updating package cache ... Done
1712026-05-14T03:42:12.235ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-14T03:42:12.235Zapache system 2.4 system
1732026-05-14T03:42:12.235Zclang system 15 system
1742026-05-14T03:42:12.235Zcsh system system illumos
1752026-05-14T03:42:12.235Zctags system system illumos
1762026-05-14T03:42:12.235Zfile vendor vendor darwinsys
1772026-05-14T03:42:12.235Zfile system system illumos
1782026-05-14T03:42:12.235Zgcc vendor 14 vendor
1792026-05-14T03:42:12.235Zgcc system 13 system
1802026-05-14T03:42:12.235Zgcc system 10 system
1812026-05-14T03:42:12.235Zgo system 1.25 system
1822026-05-14T03:42:12.235Zllvm system 15 system
1832026-05-14T03:42:12.235Zmariadb system 11.4 system
1842026-05-14T03:42:12.235Zmta vendor vendor dma
1852026-05-14T03:42:12.235Zopenjdk system 17 system
1862026-05-14T03:42:12.235Zopenjdk system 11 system
1872026-05-14T03:42:12.235Zopenssl vendor 3 vendor
1882026-05-14T03:42:12.235Zperl system 5.40 system
1892026-05-14T03:42:12.235Zpostgresql system 18 system
1902026-05-14T03:42:12.236Zpostgresql system 17 system
1912026-05-14T03:42:12.236Zpython vendor 3 vendor
1922026-05-14T03:42:12.236Zpython system 2 system
1932026-05-14T03:42:12.236Zpython3 vendor 3.13 vendor
1942026-05-14T03:42:12.236Zruby system 3.4 system
1952026-05-14T03:42:12.236Zruby system 3.0 system
1962026-05-14T03:42:12.236Zwords vendor vendor american-english
1972026-05-14T03:42:12.236Zwords system system australian-english
1982026-05-14T03:42:12.236Zwords system system british-english
1992026-05-14T03:42:12.236Zwords system system canadian-english
2002026-05-14T03:42:12.236Zwords system system french
2012026-05-14T03:42:12.236Zwords system system italian
2022026-05-14T03:42:12.236Zwords system system ngerman
2032026-05-14T03:42:12.236Zwords system system ogerman
2042026-05-14T03:42:12.236Zwords system system spanish
2052026-05-14T03:42:12.506ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-14T03:42:12.506Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-14T03:42:12.774ZFMRI IFO
2082026-05-14T03:42:12.774Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-14T03:42:12.774Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-14T03:42:12.774Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-14T03:42:12.774Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-14T03:42:12.774Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-14T03:42:12.774Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-14T03:42:12.774Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-14T03:42:12.774Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-14T03:42:12.774Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-14T03:42:13.011Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-14T03:42:13.262Z Updating crates.io index
2192026-05-14T03:42:13.295Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-14T03:42:13.996Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-14T03:42:14.284Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-14T03:42:14.705Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-14T03:42:15.782Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-14T03:42:16.260Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-14T03:42:17.589Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-14T03:42:18.364Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-14T03:42:18.639Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-14T03:42:19.481Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-14T03:42:19.948Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-14T03:42:20.368Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-14T03:42:20.696Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-14T03:42:21.648Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-14T03:42:22.205Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2342026-05-14T03:42:22.466Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2352026-05-14T03:42:22.876Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2362026-05-14T03:42:23.221Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2372026-05-14T03:42:23.431Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2382026-05-14T03:42:23.652Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2392026-05-14T03:42:23.880Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2402026-05-14T03:42:24.253Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2412026-05-14T03:42:24.588Z Updating git repository `https://github.com/oxidecomputer/crucible`
2422026-05-14T03:42:25.693Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2432026-05-14T03:42:26.159Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2442026-05-14T03:42:26.570Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2452026-05-14T03:42:27.074Z Updating git repository `https://github.com/oxidecomputer/ispf`
2462026-05-14T03:42:27.968Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2472026-05-14T03:42:28.650Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2482026-05-14T03:42:29.097Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2492026-05-14T03:42:29.322Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2502026-05-14T03:42:29.711Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2512026-05-14T03:42:29.982Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2522026-05-14T03:42:30.558Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2532026-05-14T03:42:30.981Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2542026-05-14T03:42:31.241Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2552026-05-14T03:42:31.518Z Updating git repository `https://github.com/illumos/smf-rs`
2562026-05-14T03:42:31.868Z Updating git repository `https://github.com/oxidecomputer/omicron`
2572026-05-14T03:42:44.118Z Downloading crates ...
2582026-05-14T03:42:44.200Z Downloaded anstream v0.6.21
2592026-05-14T03:42:44.292Z Downloaded zerofrom-derive v0.1.6
2602026-05-14T03:42:44.292Z Downloaded serde-untagged v0.1.9
2612026-05-14T03:42:44.292Z Downloaded scroll_derive v0.12.1
2622026-05-14T03:42:44.292Z Downloaded zerocopy v0.7.35
2632026-05-14T03:42:44.292Z Downloaded utf8_iter v1.0.4
2642026-05-14T03:42:44.292Z Downloaded textwrap v0.16.2
2652026-05-14T03:42:44.292Z Downloaded ordered-float v2.10.1
2662026-05-14T03:42:44.292Z Downloaded usdt-macro v0.5.0
2672026-05-14T03:42:44.292Z Downloaded toml_datetime v0.6.11
2682026-05-14T03:42:44.292Z Downloaded smallvec v1.15.1
2692026-05-14T03:42:44.293Z Downloaded proc-macro-error v1.0.4
2702026-05-14T03:42:44.293Z Downloaded potential_utf v0.1.4
2712026-05-14T03:42:44.293Z Downloaded thiserror v1.0.69
2722026-05-14T03:42:44.293Z Downloaded generic-array v0.14.7
2732026-05-14T03:42:44.293Z Downloaded plain v0.2.3
2742026-05-14T03:42:44.293Z Downloaded proc-macro-error-attr v1.0.4
2752026-05-14T03:42:44.293Z Downloaded papergrid v0.11.0
2762026-05-14T03:42:44.293Z Downloaded macaddr v1.0.1
2772026-05-14T03:42:44.293Z Downloaded usdt-attr-macro v0.5.0
2782026-05-14T03:42:44.293Z Downloaded cfg-if v1.0.4
2792026-05-14T03:42:44.293Z Downloaded anstyle v1.0.13
2802026-05-14T03:42:44.293Z Downloaded unicode-xid v0.2.6
2812026-05-14T03:42:44.293Z Downloaded memmap v0.7.0
2822026-05-14T03:42:44.293Z Downloaded anstyle-query v1.1.5
2832026-05-14T03:42:44.293Z Downloaded thiserror-impl v1.0.69
2842026-05-14T03:42:44.294Z Downloaded toml_write v0.1.2
2852026-05-14T03:42:44.294Z Downloaded thiserror-impl v2.0.18
2862026-05-14T03:42:44.294Z Downloaded fastrand v2.3.0
2872026-05-14T03:42:44.294Z Downloaded thread-id v4.2.2
2882026-05-14T03:42:44.294Z Downloaded yoke-derive v0.8.1
2892026-05-14T03:42:44.294Z Downloaded unicode-linebreak v0.1.5
2902026-05-14T03:42:44.294Z Downloaded zmij v1.0.21
2912026-05-14T03:42:44.294Z Downloaded zerofrom v0.1.6
2922026-05-14T03:42:44.294Z Downloaded zerovec-derive v0.11.2
2932026-05-14T03:42:44.294Z Downloaded serde_spanned v0.6.9
2942026-05-14T03:42:44.294Z Downloaded dtrace-parser v0.2.0
2952026-05-14T03:42:44.373Z Downloaded yoke v0.8.1
2962026-05-14T03:42:44.373Z Downloaded form_urlencoded v1.2.2
2972026-05-14T03:42:44.373Z Downloaded usdt v0.5.0
2982026-05-14T03:42:44.373Z Downloaded version_check v0.9.5
2992026-05-14T03:42:44.373Z Downloaded utf8parse v0.2.2
3002026-05-14T03:42:44.373Z Downloaded cpufeatures v0.2.17
3012026-05-14T03:42:44.373Z Downloaded writeable v0.6.2
3022026-05-14T03:42:44.373Z Downloaded usdt-impl v0.5.0
3032026-05-14T03:42:44.373Z Downloaded itoa v1.0.17
3042026-05-14T03:42:44.374Z Downloaded ucd-trie v0.1.7
3052026-05-14T03:42:44.374Z Downloaded is_terminal_polyfill v1.70.2
3062026-05-14T03:42:44.374Z Downloaded zerocopy-derive v0.7.35
3072026-05-14T03:42:44.374Z Downloaded typenum v1.19.0
3082026-05-14T03:42:44.374Z Downloaded serde-value v0.7.0
3092026-05-14T03:42:44.374Z Downloaded tinystr v0.8.2
3102026-05-14T03:42:44.374Z Downloaded errno v0.3.14
3112026-05-14T03:42:44.374Z Downloaded colorchoice v1.0.4
3122026-05-14T03:42:44.374Z Downloaded typeid v1.0.3
3132026-05-14T03:42:44.374Z Downloaded toml v0.8.23
3142026-05-14T03:42:44.374Z Downloaded thiserror v2.0.18
3152026-05-14T03:42:44.374Z Downloaded zerotrie v0.2.3
3162026-05-14T03:42:44.374Z Downloaded unicode-ident v1.0.24
3172026-05-14T03:42:44.379Z Downloaded url v2.5.8
3182026-05-14T03:42:44.379Z Downloaded pest_meta v2.8.6
3192026-05-14T03:42:44.379Z Downloaded stable_deref_trait v1.2.1
3202026-05-14T03:42:44.379Z Downloaded zerovec v0.11.5
3212026-05-14T03:42:44.379Z Downloaded terminal_size v0.4.3
3222026-05-14T03:42:44.379Z Downloaded toml_edit v0.22.27
3232026-05-14T03:42:44.379Z Downloaded getrandom v0.4.1
3242026-05-14T03:42:44.379Z Downloaded strsim v0.11.1
3252026-05-14T03:42:44.379Z Downloaded cargo_metadata v0.21.0
3262026-05-14T03:42:44.379Z Downloaded winnow v0.7.14
3272026-05-14T03:42:44.379Z Downloaded synstructure v0.13.2
3282026-05-14T03:42:44.379Z Downloaded sha2 v0.10.9
3292026-05-14T03:42:44.379Z Downloaded unicode-width v0.1.14
3302026-05-14T03:42:44.379Z Downloaded tabled_derive v0.7.0
3312026-05-14T03:42:44.379Z Downloaded smawk v0.3.2
3322026-05-14T03:42:44.379Z Downloaded pretty-hex v0.4.1
3332026-05-14T03:42:44.379Z Downloaded heck v0.4.1
3342026-05-14T03:42:44.380Z Downloaded equivalent v1.0.2
3352026-05-14T03:42:44.380Z Downloaded dof v0.3.0
3362026-05-14T03:42:44.380Z Downloaded block-buffer v0.10.4
3372026-05-14T03:42:44.380Z Downloaded unicode-width v0.2.0
3382026-05-14T03:42:44.380Z Downloaded tempfile v3.25.0
3392026-05-14T03:42:44.380Z Downloaded byteorder v1.5.0
3402026-05-14T03:42:44.380Z Downloaded cargo-util-schemas v0.8.2
3412026-05-14T03:42:44.380Z Downloaded autocfg v1.5.0
3422026-05-14T03:42:44.380Z Downloaded anstyle-parse v0.2.7
3432026-05-14T03:42:44.380Z Downloaded crypto-common v0.1.7
3442026-05-14T03:42:44.380Z Downloaded clap_lex v1.0.0
3452026-05-14T03:42:44.380Z Downloaded cargo-platform v0.2.0
3462026-05-14T03:42:44.381Z Downloaded fnv v1.0.7
3472026-05-14T03:42:44.463Z Downloaded percent-encoding v2.3.2
3482026-05-14T03:42:44.463Z Downloaded heck v0.5.0
3492026-05-14T03:42:44.463Z Downloaded quote v1.0.45
3502026-05-14T03:42:44.463Z Downloaded swrite v0.1.0
3512026-05-14T03:42:44.463Z Downloaded erased-serde v0.4.9
3522026-05-14T03:42:44.463Z Downloaded displaydoc v0.2.5
3532026-05-14T03:42:44.463Z Downloaded fs-err v3.3.0
3542026-05-14T03:42:44.464Z Downloaded scroll v0.12.0
3552026-05-14T03:42:44.464Z Downloaded camino-tempfile v1.4.1
3562026-05-14T03:42:44.464Z Downloaded log v0.4.29
3572026-05-14T03:42:44.464Z Downloaded rustix v1.1.3
3582026-05-14T03:42:44.464Z Downloaded serde_tokenstream v0.2.3
3592026-05-14T03:42:44.464Z Downloaded semver v1.0.28
3602026-05-14T03:42:44.464Z Downloaded idna_adapter v1.2.1
3612026-05-14T03:42:44.464Z Downloaded digest v0.10.7
3622026-05-14T03:42:44.464Z Downloaded once_cell v1.21.3
3632026-05-14T03:42:44.464Z Downloaded cargo_toml v0.21.0
3642026-05-14T03:42:44.465Z Downloaded camino v1.2.2
3652026-05-14T03:42:44.465Z Downloaded litemap v0.8.1
3662026-05-14T03:42:44.465Z Downloaded pest_generator v2.8.6
3672026-05-14T03:42:44.465Z Downloaded bitflags v2.11.0
3682026-05-14T03:42:44.465Z Downloaded bytecount v0.6.9
3692026-05-14T03:42:44.465Z Downloaded pest_derive v2.8.6
3702026-05-14T03:42:44.466Z Downloaded anyhow v1.0.102
3712026-05-14T03:42:44.466Z Downloaded proc-macro2 v1.0.106
3722026-05-14T03:42:44.466Z Downloaded icu_properties v2.1.2
3732026-05-14T03:42:44.466Z Downloaded clap v4.5.60
3742026-05-14T03:42:44.507Z Downloaded serde_derive v1.0.228
3752026-05-14T03:42:44.508Z Downloaded icu_provider v2.1.1
3762026-05-14T03:42:44.508Z Downloaded num-traits v0.2.19
3772026-05-14T03:42:44.508Z Downloaded clap_derive v4.5.55
3782026-05-14T03:42:44.508Z Downloaded icu_locale_core v2.1.1
3792026-05-14T03:42:44.508Z Downloaded serde_core v1.0.228
3802026-05-14T03:42:44.508Z Downloaded icu_normalizer v2.1.1
3812026-05-14T03:42:44.508Z Downloaded icu_normalizer_data v2.1.1
3822026-05-14T03:42:44.508Z Downloaded memchr v2.8.0
3832026-05-14T03:42:44.508Z Downloaded serde v1.0.228
3842026-05-14T03:42:44.509Z Downloaded icu_collections v2.1.1
3852026-05-14T03:42:44.560Z Downloaded indexmap v2.14.0
3862026-05-14T03:42:44.560Z Downloaded pest v2.8.6
3872026-05-14T03:42:44.560Z Downloaded hashbrown v0.17.0
3882026-05-14T03:42:44.565Z Downloaded serde_json v1.0.149
3892026-05-14T03:42:44.565Z Downloaded idna v1.1.0
3902026-05-14T03:42:44.565Z Downloaded goblin v0.8.2
3912026-05-14T03:42:44.565Z Downloaded clap_builder v4.5.60
3922026-05-14T03:42:44.566Z Downloaded icu_properties_data v2.1.2
3932026-05-14T03:42:44.612Z Downloaded tabled v0.15.0
3942026-05-14T03:42:44.613Z Downloaded syn v1.0.109
3952026-05-14T03:42:44.613Z Downloaded syn v2.0.117
3962026-05-14T03:42:44.613Z Downloaded libc v0.2.185
3972026-05-14T03:42:44.663Z Compiling proc-macro2 v1.0.106
3982026-05-14T03:42:44.682Z Compiling unicode-ident v1.0.24
3992026-05-14T03:42:44.682Z Compiling quote v1.0.45
4002026-05-14T03:42:44.682Z Compiling serde_core v1.0.228
4012026-05-14T03:42:44.682Z Compiling libc v0.2.185
4022026-05-14T03:42:44.682Z Compiling version_check v0.9.5
4032026-05-14T03:42:44.682Z Compiling serde v1.0.228
4042026-05-14T03:42:44.682Z Compiling memchr v2.8.0
4052026-05-14T03:42:44.682Z Compiling stable_deref_trait v1.2.1
4062026-05-14T03:42:44.682Z Compiling zmij v1.0.21
4072026-05-14T03:42:44.682Z Compiling ucd-trie v0.1.7
4082026-05-14T03:42:44.682Z Compiling itoa v1.0.17
4092026-05-14T03:42:44.683Z Compiling autocfg v1.5.0
4102026-05-14T03:42:44.831Z Compiling thiserror v1.0.69
4112026-05-14T03:42:44.835Z Compiling writeable v0.6.2
4122026-05-14T03:42:45.059Z Compiling litemap v0.8.1
4132026-05-14T03:42:45.184Z Compiling byteorder v1.5.0
4142026-05-14T03:42:45.203Z Compiling rustix v1.1.3
4152026-05-14T03:42:45.223Z Compiling icu_normalizer_data v2.1.1
4162026-05-14T03:42:45.333Z Compiling icu_properties_data v2.1.2
4172026-05-14T03:42:45.368Z Compiling serde_json v1.0.149
4182026-05-14T03:42:45.369Z Compiling bitflags v2.11.0
4192026-05-14T03:42:45.409Z Compiling pest v2.8.6
4202026-05-14T03:42:45.478Z Compiling smallvec v1.15.1
4212026-05-14T03:42:45.571Z Compiling num-traits v0.2.19
4222026-05-14T03:42:45.643Z Compiling equivalent v1.0.2
4232026-05-14T03:42:45.662Z Compiling typeid v1.0.3
4242026-05-14T03:42:45.700Z Compiling hashbrown v0.17.0
4252026-05-14T03:42:45.715Z Compiling usdt-impl v0.5.0
4262026-05-14T03:42:45.734Z Compiling proc-macro-error-attr v1.0.4
4272026-05-14T03:42:45.737Z Compiling syn v1.0.109
4282026-05-14T03:42:45.784Z Compiling winnow v0.7.14
4292026-05-14T03:42:45.803Z Compiling erased-serde v0.4.9
4302026-05-14T03:42:45.951Z Compiling errno v0.3.14
4312026-05-14T03:42:45.969Z Compiling thread-id v4.2.2
4322026-05-14T03:42:45.990Z Compiling toml_write v0.1.2
4332026-05-14T03:42:46.064Z Compiling proc-macro-error v1.0.4
4342026-05-14T03:42:46.154Z Compiling thiserror v2.0.18
4352026-05-14T03:42:46.193Z Compiling percent-encoding v2.3.2
4362026-05-14T03:42:46.247Z Compiling indexmap v2.14.0
4372026-05-14T03:42:46.247Z Compiling plain v0.2.3
4382026-05-14T03:42:46.286Z Compiling utf8_iter v1.0.4
4392026-05-14T03:42:46.289Z Compiling log v0.4.29
4402026-05-14T03:42:46.289Z Compiling camino v1.2.2
4412026-05-14T03:42:46.339Z Compiling getrandom v0.4.1
4422026-05-14T03:42:46.378Z Compiling syn v2.0.117
4432026-05-14T03:42:46.436Z Compiling utf8parse v0.2.2
4442026-05-14T03:42:46.480Z Compiling form_urlencoded v1.2.2
4452026-05-14T03:42:46.516Z Compiling pest_meta v2.8.6
4462026-05-14T03:42:46.569Z Compiling anstyle-parse v0.2.7
4472026-05-14T03:42:46.688Z Compiling ordered-float v2.10.1
4482026-05-14T03:42:46.778Z Compiling pretty-hex v0.4.1
4492026-05-14T03:42:46.782Z Compiling anstyle-query v1.1.5
4502026-05-14T03:42:46.782Z Compiling cfg-if v1.0.4
4512026-05-14T03:42:46.782Z Compiling is_terminal_polyfill v1.70.2
4522026-05-14T03:42:46.868Z Compiling anstyle v1.0.13
4532026-05-14T03:42:46.921Z Compiling colorchoice v1.0.4
4542026-05-14T03:42:46.980Z Compiling terminal_size v0.4.3
4552026-05-14T03:42:47.007Z Compiling fs-err v3.3.0
4562026-05-14T03:42:47.028Z Compiling once_cell v1.21.3
4572026-05-14T03:42:47.028Z Compiling fnv v1.0.7
4582026-05-14T03:42:47.063Z Compiling strsim v0.11.1
4592026-05-14T03:42:47.140Z Compiling semver v1.0.28
4602026-05-14T03:42:47.177Z Compiling anstream v0.6.21
4612026-05-14T03:42:47.239Z Compiling clap_lex v1.0.0
4622026-05-14T03:42:47.258Z Compiling bytecount v0.6.9
4632026-05-14T03:42:47.288Z Compiling anyhow v1.0.102
4642026-05-14T03:42:47.392Z Compiling fastrand v2.3.0
4652026-05-14T03:42:47.396Z Compiling unicode-xid v0.2.6
4662026-05-14T03:42:47.428Z Compiling unicode-width v0.1.14
4672026-05-14T03:42:47.458Z Compiling heck v0.4.1
4682026-05-14T03:42:47.504Z Compiling heck v0.5.0
4692026-05-14T03:42:47.522Z Compiling clap_builder v4.5.60
4702026-05-14T03:42:47.561Z Compiling serde-untagged v0.1.9
4712026-05-14T03:42:47.599Z Compiling tempfile v3.25.0
4722026-05-14T03:42:47.673Z Compiling papergrid v0.11.0
4732026-05-14T03:42:47.693Z Compiling memmap v0.7.0
4742026-05-14T03:42:47.714Z Compiling unicode-linebreak v0.1.5
4752026-05-14T03:42:47.742Z Compiling unicode-width v0.2.0
4762026-05-14T03:42:47.768Z Compiling smawk v0.3.2
4772026-05-14T03:42:47.843Z Compiling camino-tempfile v1.4.1
4782026-05-14T03:42:47.932Z Compiling swrite v0.1.0
4792026-05-14T03:42:47.992Z Compiling textwrap v0.16.2
4802026-05-14T03:42:48.015Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-05-14T03:42:48.432Z Compiling tabled_derive v0.7.0
4822026-05-14T03:42:49.058Z Compiling synstructure v0.13.2
4832026-05-14T03:42:49.058Z Compiling pest_generator v2.8.6
4842026-05-14T03:42:49.114Z Compiling tabled v0.15.0
4852026-05-14T03:42:49.600Z Compiling serde_derive v1.0.228
4862026-05-14T03:42:49.600Z Compiling zerofrom-derive v0.1.6
4872026-05-14T03:42:49.603Z Compiling yoke-derive v0.8.1
4882026-05-14T03:42:49.603Z Compiling zerovec-derive v0.11.2
4892026-05-14T03:42:49.604Z Compiling displaydoc v0.2.5
4902026-05-14T03:42:49.604Z Compiling thiserror-impl v1.0.69
4912026-05-14T03:42:49.604Z Compiling zerocopy-derive v0.7.35
4922026-05-14T03:42:49.618Z Compiling scroll_derive v0.12.1
4932026-05-14T03:42:49.637Z Compiling thiserror-impl v2.0.18
4942026-05-14T03:42:49.673Z Compiling pest_derive v2.8.6
4952026-05-14T03:42:49.690Z Compiling clap_derive v4.5.55
4962026-05-14T03:42:50.278Z Compiling scroll v0.12.0
4972026-05-14T03:42:50.508Z Compiling goblin v0.8.2
4982026-05-14T03:42:50.525Z Compiling zerocopy v0.7.35
4992026-05-14T03:42:50.744Z Compiling zerofrom v0.1.6
5002026-05-14T03:42:50.794Z Compiling dtrace-parser v0.2.0
5012026-05-14T03:42:50.847Z Compiling yoke v0.8.1
5022026-05-14T03:42:50.999Z Compiling zerovec v0.11.5
5032026-05-14T03:42:50.999Z Compiling zerotrie v0.2.3
5042026-05-14T03:42:51.087Z Compiling clap v4.5.60
5052026-05-14T03:42:51.414Z Compiling tinystr v0.8.2
5062026-05-14T03:42:51.414Z Compiling potential_utf v0.1.4
5072026-05-14T03:42:51.610Z Compiling icu_collections v2.1.1
5082026-05-14T03:42:51.636Z Compiling icu_locale_core v2.1.1
5092026-05-14T03:42:52.082Z Compiling dof v0.3.0
5102026-05-14T03:42:52.082Z Compiling serde_tokenstream v0.2.3
5112026-05-14T03:42:52.099Z Compiling toml_datetime v0.6.11
5122026-05-14T03:42:52.102Z Compiling serde_spanned v0.6.9
5132026-05-14T03:42:52.102Z Compiling serde-value v0.7.0
5142026-05-14T03:42:52.102Z Compiling cargo-platform v0.2.0
5152026-05-14T03:42:52.116Z Compiling macaddr v1.0.1
5162026-05-14T03:42:52.205Z Compiling icu_provider v2.1.1
5172026-05-14T03:42:52.308Z Compiling toml_edit v0.22.27
5182026-05-14T03:42:52.441Z Compiling icu_normalizer v2.1.1
5192026-05-14T03:42:52.441Z Compiling icu_properties v2.1.2
5202026-05-14T03:42:52.796Z Compiling usdt-attr-macro v0.5.0
5212026-05-14T03:42:52.796Z Compiling usdt-macro v0.5.0
5222026-05-14T03:42:53.278Z Compiling idna_adapter v1.2.1
5232026-05-14T03:42:53.385Z Compiling usdt v0.5.0
5242026-05-14T03:42:53.388Z Compiling idna v1.1.0
5252026-05-14T03:42:53.593Z Compiling toml v0.8.23
5262026-05-14T03:42:53.642Z Compiling url v2.5.8
5272026-05-14T03:42:53.923Z Compiling cargo_toml v0.21.0
5282026-05-14T03:42:54.038Z Compiling cargo-util-schemas v0.8.2
5292026-05-14T03:42:54.813Z Compiling cargo_metadata v0.21.0
5302026-05-14T03:42:55.733Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5312026-05-14T03:42:57.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.01s
5322026-05-14T03:42:58.117Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5332026-05-14T03:42:58.686Z Downloading crates ...
5342026-05-14T03:42:58.799Z Downloaded adler2 v2.0.1
5352026-05-14T03:42:58.804Z Downloaded compression-core v0.4.31
5362026-05-14T03:42:58.822Z Downloaded cargo-platform v0.1.9
5372026-05-14T03:42:58.827Z Downloaded bcrypt-pbkdf v0.10.0
5382026-05-14T03:42:58.830Z Downloaded cfg_aliases v0.2.1
5392026-05-14T03:42:58.830Z Downloaded bitfield-struct v0.6.2
5402026-05-14T03:42:58.837Z Downloaded async-stream-impl v0.3.6
5412026-05-14T03:42:58.840Z Downloaded ciborium-ll v0.2.2
5422026-05-14T03:42:58.843Z Downloaded crossterm v0.28.1
5432026-05-14T03:42:58.845Z Downloaded darling_macro v0.23.0
5442026-05-14T03:42:58.845Z Downloaded crc8 v0.1.1
5452026-05-14T03:42:58.846Z Downloaded crc v3.4.0
5462026-05-14T03:42:58.848Z Downloaded darling_macro v0.20.11
5472026-05-14T03:42:58.848Z Downloaded bit-set v0.5.3
5482026-05-14T03:42:58.848Z Downloaded defmt v0.3.100
5492026-05-14T03:42:58.851Z Downloaded crunchy v0.2.4
5502026-05-14T03:42:58.852Z Downloaded darling_core v0.21.3
5512026-05-14T03:42:58.854Z Downloaded crc32fast v1.5.0
5522026-05-14T03:42:58.855Z Downloaded crucible-workspace-hack v0.1.0
5532026-05-14T03:42:58.855Z Downloaded ascii-canvas v3.0.0
5542026-05-14T03:42:58.862Z Downloaded array-init v0.0.4
5552026-05-14T03:42:58.865Z Downloaded derive_builder_macro v0.20.2
5562026-05-14T03:42:58.865Z Downloaded bcs v0.1.6
5572026-05-14T03:42:58.873Z Downloaded ciborium-io v0.2.2
5582026-05-14T03:42:58.876Z Downloaded assert_matches v1.5.0
5592026-05-14T03:42:58.879Z Downloaded bb8 v0.8.6
5602026-05-14T03:42:58.879Z Downloaded async-stream v0.3.6
5612026-05-14T03:42:58.879Z Downloaded dunce v1.0.5
5622026-05-14T03:42:58.883Z Downloaded castaway v0.2.4
5632026-05-14T03:42:58.893Z Downloaded cstr-argument v0.1.2
5642026-05-14T03:42:58.896Z Downloaded env_filter v1.0.0
5652026-05-14T03:42:58.897Z Downloaded diesel_table_macro_syntax v0.3.0
5662026-05-14T03:42:58.897Z Downloaded cfg_aliases v0.1.1
5672026-05-14T03:42:58.897Z Downloaded bitfield v0.19.4
5682026-05-14T03:42:58.900Z Downloaded darling_core v0.20.11
5692026-05-14T03:42:58.902Z Downloaded bitfield-macros v0.19.4
5702026-05-14T03:42:58.906Z Downloaded atomicwrites v0.4.4
5712026-05-14T03:42:58.906Z Downloaded csv-core v0.1.13
5722026-05-14T03:42:58.906Z Downloaded chacha20 v0.9.1
5732026-05-14T03:42:58.909Z Downloaded float-ord v0.3.2
5742026-05-14T03:42:58.909Z Downloaded fixedbitset v0.4.2
5752026-05-14T03:42:58.910Z Downloaded embedded-io v0.6.1
5762026-05-14T03:42:58.910Z Downloaded display-error-chain v0.2.2
5772026-05-14T03:42:58.912Z Downloaded bzip2 v0.4.4
5782026-05-14T03:42:58.912Z Downloaded blowfish v0.9.1
5792026-05-14T03:42:58.913Z Downloaded backoff v0.4.0
5802026-05-14T03:42:58.916Z Downloaded document-features v0.2.12
5812026-05-14T03:42:58.916Z Downloaded bit-set v0.8.0
5822026-05-14T03:42:58.916Z Downloaded debug-ignore v1.0.5
5832026-05-14T03:42:58.920Z Downloaded ctr v0.9.2
5842026-05-14T03:42:58.920Z Downloaded curve25519-dalek-derive v0.1.1
5852026-05-14T03:42:58.920Z Downloaded cexpr v0.6.0
5862026-05-14T03:42:58.923Z Downloaded data-encoding v2.10.0
5872026-05-14T03:42:58.923Z Downloaded buf-list v1.1.2
5882026-05-14T03:42:58.923Z Downloaded byte-wrapper v0.1.0
5892026-05-14T03:42:58.928Z Downloaded darling_macro v0.21.3
5902026-05-14T03:42:58.935Z Downloaded difflib v0.4.0
5912026-05-14T03:42:58.938Z Downloaded foreign-types v0.5.0
5922026-05-14T03:42:58.938Z Downloaded convert_case v0.4.0
5932026-05-14T03:42:58.941Z Downloaded atty v0.2.14
5942026-05-14T03:42:58.941Z Downloaded aead v0.5.2
5952026-05-14T03:42:58.945Z Downloaded float-cmp v0.10.0
5962026-05-14T03:42:58.945Z Downloaded foreign-types v0.3.2
5972026-05-14T03:42:58.945Z Downloaded dtrace-parser v0.3.0
5982026-05-14T03:42:58.945Z Downloaded enum-as-inner v0.6.1
5992026-05-14T03:42:58.948Z Downloaded atomic-waker v1.1.2
6002026-05-14T03:42:58.948Z Downloaded cpufeatures v0.3.0
6012026-05-14T03:42:58.948Z Downloaded base16ct v0.2.0
6022026-05-14T03:42:58.949Z Downloaded dropshot-api-manager-types v0.7.1
6032026-05-14T03:42:58.951Z Downloaded dsl_auto_type v0.2.0
6042026-05-14T03:42:58.952Z Downloaded arrayref v0.3.9
6052026-05-14T03:42:58.952Z Downloaded block-padding v0.3.3
6062026-05-14T03:42:58.955Z Downloaded dirs-next v2.0.0
6072026-05-14T03:42:58.955Z Downloaded colored v2.2.0
6082026-05-14T03:42:58.955Z Downloaded chacha20 v0.10.0
6092026-05-14T03:42:58.959Z Downloaded defmt-parser v1.0.0
6102026-05-14T03:42:58.959Z Downloaded constant_time_eq v0.4.2
6112026-05-14T03:42:58.963Z Downloaded dof v0.4.0
6122026-05-14T03:42:58.963Z Downloaded bzip2 v0.6.1
6132026-05-14T03:42:58.963Z Downloaded dyn-clone v1.0.20
6142026-05-14T03:42:58.966Z Downloaded dirs-sys-next v0.1.2
6152026-05-14T03:42:58.966Z Downloaded argon2 v0.5.3
6162026-05-14T03:42:58.966Z Downloaded base64ct v1.8.3
6172026-05-14T03:42:58.969Z Downloaded foreign-types-shared v0.3.1
6182026-05-14T03:42:58.969Z Downloaded foreign-types-macros v0.2.3
6192026-05-14T03:42:58.969Z Downloaded flagset v0.4.7
6202026-05-14T03:42:58.969Z Downloaded crc-catalog v2.4.0
6212026-05-14T03:42:58.972Z Downloaded fallible-iterator v0.2.0
6222026-05-14T03:42:58.972Z Downloaded cmake v0.1.57
6232026-05-14T03:42:58.976Z Downloaded embedded-io v0.4.0
6242026-05-14T03:42:58.976Z Downloaded diesel-dtrace v0.5.0
6252026-05-14T03:42:58.976Z Downloaded daft-derive v0.1.5
6262026-05-14T03:42:58.981Z Downloaded endian-type v0.1.2
6272026-05-14T03:42:58.981Z Downloaded funty v2.0.0
6282026-05-14T03:42:58.981Z Downloaded derive_builder_core v0.20.2
6292026-05-14T03:42:58.984Z Downloaded gethostname v0.5.0
6302026-05-14T03:42:58.984Z Downloaded futures-macro v0.3.32
6312026-05-14T03:42:58.984Z Downloaded futures-core v0.3.32
6322026-05-14T03:42:58.984Z Downloaded downcast-rs v2.0.2
6332026-05-14T03:42:58.984Z Downloaded futures-task v0.3.32
6342026-05-14T03:42:58.987Z Downloaded convert_case v0.10.0
6352026-05-14T03:42:58.987Z Downloaded cbc v0.1.2
6362026-05-14T03:42:58.987Z Downloaded futures-io v0.3.32
6372026-05-14T03:42:58.990Z Downloaded des v0.8.1
6382026-05-14T03:42:58.990Z Downloaded darling v0.21.3
6392026-05-14T03:42:58.993Z Downloaded foreign-types-shared v0.1.1
6402026-05-14T03:42:58.993Z Downloaded futures-sink v0.3.32
6412026-05-14T03:42:58.996Z Downloaded ghash v0.5.1
6422026-05-14T03:42:58.996Z Downloaded bitflags v1.3.2
6432026-05-14T03:42:58.996Z Downloaded fxhash v0.2.1
6442026-05-14T03:42:58.999Z Downloaded cookie_store v0.22.1
6452026-05-14T03:42:58.999Z Downloaded globwalk v0.9.1
6462026-05-14T03:42:59.003Z Downloaded cargo_metadata v0.19.2
6472026-05-14T03:42:59.003Z Downloaded cookie v0.18.1
6482026-05-14T03:42:59.003Z Downloaded bit-vec v0.8.0
6492026-05-14T03:42:59.006Z Downloaded hex-literal v0.4.1
6502026-05-14T03:42:59.006Z Downloaded const-oid v0.9.6
6512026-05-14T03:42:59.006Z Downloaded ciborium v0.2.2
6522026-05-14T03:42:59.009Z Downloaded blake2 v0.10.6
6532026-05-14T03:42:59.009Z Downloaded corncobs v0.1.4
6542026-05-14T03:42:59.012Z Downloaded const_format_proc_macros v0.2.34
6552026-05-14T03:42:59.012Z Downloaded foldhash v0.2.0
6562026-05-14T03:42:59.014Z Downloaded crossbeam-deque v0.8.6
6572026-05-14T03:42:59.015Z Downloaded find-msvc-tools v0.1.9
6582026-05-14T03:42:59.015Z Downloaded critical-section v1.2.0
6592026-05-14T03:42:59.017Z Downloaded der_derive v0.7.3
6602026-05-14T03:42:59.017Z Downloaded camino-tempfile-ext v0.3.3
6612026-05-14T03:42:59.020Z Downloaded fs-err v2.11.0
6622026-05-14T03:42:59.020Z Downloaded fd-lock v4.0.4
6632026-05-14T03:42:59.025Z Downloaded ecdsa v0.16.9
6642026-05-14T03:42:59.025Z Downloaded env_logger v0.11.9
6652026-05-14T03:42:59.028Z Downloaded daft v0.1.5
6662026-05-14T03:42:59.028Z Downloaded arrayvec v0.7.6
6672026-05-14T03:42:59.028Z Downloaded cassowary v0.3.0
6682026-05-14T03:42:59.028Z Downloaded headers-core v0.3.0
6692026-05-14T03:42:59.031Z Downloaded ff v0.13.1
6702026-05-14T03:42:59.031Z Downloaded either v1.15.0
6712026-05-14T03:42:59.031Z Downloaded hash32 v0.3.1
6722026-05-14T03:42:59.034Z Downloaded ed25519 v2.2.3
6732026-05-14T03:42:59.034Z Downloaded cobs v0.3.0
6742026-05-14T03:42:59.039Z Downloaded cipher v0.4.4
6752026-05-14T03:42:59.039Z Downloaded filetime v0.2.27
6762026-05-14T03:42:59.039Z Downloaded http-body v1.0.1
6772026-05-14T03:42:59.042Z Downloaded hostname v0.3.1
6782026-05-14T03:42:59.042Z Downloaded http-range v0.1.5
6792026-05-14T03:42:59.042Z Downloaded fixedbitset v0.5.7
6802026-05-14T03:42:59.042Z Downloaded darling v0.23.0
6812026-05-14T03:42:59.045Z Downloaded foldhash v0.1.5
6822026-05-14T03:42:59.045Z Downloaded derive_more v0.99.20
6832026-05-14T03:42:59.049Z Downloaded hash32 v0.2.1
6842026-05-14T03:42:59.049Z Downloaded httpdate v1.0.3
6852026-05-14T03:42:59.052Z Downloaded crypto-bigint v0.5.5
6862026-05-14T03:42:59.055Z Downloaded hyper-tls v0.6.0
6872026-05-14T03:42:59.055Z Downloaded hubpack_derive v0.1.1
6882026-05-14T03:42:59.055Z Downloaded group v0.13.0
6892026-05-14T03:42:59.061Z Downloaded globset v0.4.18
6902026-05-14T03:42:59.061Z Downloaded glob v0.3.3
6912026-05-14T03:42:59.061Z Downloaded hubpack v0.1.2
6922026-05-14T03:42:59.064Z Downloaded futures-executor v0.3.32
6932026-05-14T03:42:59.064Z Downloaded indent_write v2.2.0
6942026-05-14T03:42:59.064Z Downloaded ahash v0.8.12
6952026-05-14T03:42:59.064Z Downloaded ident_case v1.0.1
6962026-05-14T03:42:59.064Z Downloaded fs_extra v1.3.0
6972026-05-14T03:42:59.068Z Downloaded is_ci v1.2.0
6982026-05-14T03:42:59.068Z Downloaded instant v0.1.13
6992026-05-14T03:42:59.068Z Downloaded console v0.15.11
7002026-05-14T03:42:59.070Z Downloaded keccak v0.1.6
7012026-05-14T03:42:59.070Z Downloaded clang-sys v1.8.1
7022026-05-14T03:42:59.073Z Downloaded cancel-safe-futures v0.1.5
7032026-05-14T03:42:59.073Z Downloaded drift v0.1.4
7042026-05-14T03:42:59.078Z Downloaded instability v0.3.11
7052026-05-14T03:42:59.081Z Downloaded inout v0.1.4
7062026-05-14T03:42:59.081Z Downloaded derive_builder v0.20.2
7072026-05-14T03:42:59.084Z Downloaded diff v0.1.13
7082026-05-14T03:42:59.087Z Downloaded is-terminal v0.4.17
7092026-05-14T03:42:59.087Z Downloaded internet-checksum v0.2.1
7102026-05-14T03:42:59.090Z Downloaded indoc v1.0.9
7112026-05-14T03:42:59.090Z Downloaded crossbeam-utils v0.8.21
7122026-05-14T03:42:59.093Z Downloaded backon v1.6.0
7132026-05-14T03:42:59.093Z Downloaded home v0.5.12
7142026-05-14T03:42:59.096Z Downloaded bit-vec v0.6.3
7152026-05-14T03:42:59.096Z Downloaded deranged v0.5.8
7162026-05-14T03:42:59.096Z Downloaded defmt-macros v1.0.1
7172026-05-14T03:42:59.099Z Downloaded colored v3.1.1
7182026-05-14T03:42:59.099Z Downloaded darling v0.20.11
7192026-05-14T03:42:59.102Z Downloaded lalrpop-util v0.19.12
7202026-05-14T03:42:59.105Z Downloaded highway v1.3.0
7212026-05-14T03:42:59.105Z Downloaded cc v1.2.56
7222026-05-14T03:42:59.108Z Downloaded hostname v0.4.2
7232026-05-14T03:42:59.108Z Downloaded git-stub-vcs v0.1.0
7242026-05-14T03:42:59.111Z Downloaded erased-serde v0.3.31
7252026-05-14T03:42:59.111Z Downloaded async-bb8-diesel v0.2.1
7262026-05-14T03:42:59.111Z Downloaded console v0.16.2
7272026-05-14T03:42:59.116Z Downloaded compression-codecs v0.4.37
7282026-05-14T03:42:59.119Z Downloaded managed v0.8.0
7292026-05-14T03:42:59.119Z Downloaded md5 v0.7.0
7302026-05-14T03:42:59.119Z Downloaded lru-slab v0.1.2
7312026-05-14T03:42:59.119Z Downloaded lzss v0.8.2
7322026-05-14T03:42:59.119Z Downloaded match_cfg v0.1.0
7332026-05-14T03:42:59.122Z Downloaded maplit v1.0.2
7342026-05-14T03:42:59.122Z Downloaded lru v0.12.5
7352026-05-14T03:42:59.122Z Downloaded maybe-uninit v2.0.0
7362026-05-14T03:42:59.122Z Downloaded md-5 v0.10.6
7372026-05-14T03:42:59.125Z Downloaded getrandom v0.2.17
7382026-05-14T03:42:59.125Z Downloaded mime v0.3.17
7392026-05-14T03:42:59.125Z Downloaded memoffset v0.9.1
7402026-05-14T03:42:59.128Z Downloaded futures-channel v0.3.32
7412026-05-14T03:42:59.128Z Downloaded lazy_static v1.5.0
7422026-05-14T03:42:59.131Z Downloaded ipnetwork v0.21.1
7432026-05-14T03:42:59.131Z Downloaded ingot v0.1.1
7442026-05-14T03:42:59.134Z Downloaded indoc v2.0.7
7452026-05-14T03:42:59.134Z Downloaded impl-trait-for-tuples v0.2.3
7462026-05-14T03:42:59.137Z Downloaded nibble_vec v0.1.0
7472026-05-14T03:42:59.137Z Downloaded newline-converter v0.3.0
7482026-05-14T03:42:59.137Z Downloaded new_debug_unreachable v1.0.6
7492026-05-14T03:42:59.140Z Downloaded newtype_derive v0.1.6
7502026-05-14T03:42:59.140Z Downloaded crc-any v2.5.0
7512026-05-14T03:42:59.142Z Downloaded chacha20poly1305 v0.10.1
7522026-05-14T03:42:59.142Z Downloaded allocator-api2 v0.2.21
7532026-05-14T03:42:59.145Z Downloaded multimap v0.10.1
7542026-05-14T03:42:59.145Z Downloaded libefi-sys v0.1.0
7552026-05-14T03:42:59.145Z Downloaded nodrop v0.1.14
7562026-05-14T03:42:59.145Z Downloaded crossbeam-epoch v0.9.18
7572026-05-14T03:42:59.148Z Downloaded normalize-line-endings v0.3.0
7582026-05-14T03:42:59.148Z Downloaded nonempty v0.12.0
7592026-05-14T03:42:59.149Z Downloaded derive-where v1.6.0
7602026-05-14T03:42:59.151Z Downloaded dropshot_endpoint v0.17.0
7612026-05-14T03:42:59.154Z Downloaded bumpalo v3.20.2
7622026-05-14T03:42:59.157Z Downloaded dropshot_endpoint v0.16.7
7632026-05-14T03:42:59.157Z Downloaded kstat-rs v0.2.4
7642026-05-14T03:42:59.160Z Downloaded jobserver v0.1.34
7652026-05-14T03:42:59.160Z Downloaded ipnet v2.11.0
7662026-05-14T03:42:59.160Z Downloaded arc-swap v1.8.2
7672026-05-14T03:42:59.163Z Downloaded num-derive v0.4.2
7682026-05-14T03:42:59.166Z Downloaded num-derive v0.3.3
7692026-05-14T03:42:59.166Z Downloaded ar_archive_writer v0.5.1
7702026-05-14T03:42:59.169Z Downloaded num-conv v0.2.0
7712026-05-14T03:42:59.169Z Downloaded num v0.4.3
7722026-05-14T03:42:59.169Z Downloaded compact_str v0.8.1
7732026-05-14T03:42:59.173Z Downloaded olpc-cjson v0.1.4
7742026-05-14T03:42:59.173Z Downloaded num_enum_derive v0.5.11
7752026-05-14T03:42:59.173Z Downloaded fatfs v0.3.6
7762026-05-14T03:42:59.176Z Downloaded hyper-staticfile v0.10.1
7772026-05-14T03:42:59.176Z Downloaded curve25519-dalek v4.1.3
7782026-05-14T03:42:59.181Z Downloaded oso-derive v0.27.3
7792026-05-14T03:42:59.184Z Downloaded openssl-macros v0.1.1
7802026-05-14T03:42:59.184Z Downloaded opaque-debug v0.3.1
7812026-05-14T03:42:59.184Z Downloaded openssl-probe v0.2.1
7822026-05-14T03:42:59.185Z Downloaded openssl-probe v0.1.6
7832026-05-14T03:42:59.188Z Downloaded num_threads v0.1.7
7842026-05-14T03:42:59.188Z Downloaded num-iter v0.1.45
7852026-05-14T03:42:59.188Z Downloaded libloading v0.8.9
7862026-05-14T03:42:59.188Z Downloaded httparse v1.10.1
7872026-05-14T03:42:59.206Z Downloaded native-tls v0.2.18
7882026-05-14T03:42:59.209Z Downloaded aes-gcm v0.10.3
7892026-05-14T03:42:59.212Z Downloaded nanorand v0.7.0
7902026-05-14T03:42:59.212Z Downloaded mime_guess v2.0.5
7912026-05-14T03:42:59.212Z Downloaded lru-cache v0.1.2
7922026-05-14T03:42:59.215Z Downloaded multer v3.1.0
7932026-05-14T03:42:59.215Z Downloaded parse-size v1.1.0
7942026-05-14T03:42:59.218Z Downloaded parse-display v0.10.0
7952026-05-14T03:42:59.218Z Downloaded packed_struct_codegen v0.10.1
7962026-05-14T03:42:59.218Z Downloaded half v2.7.1
7972026-05-14T03:42:59.221Z Downloaded libsw-core v0.3.2
7982026-05-14T03:42:59.221Z Downloaded darling_core v0.23.0
7992026-05-14T03:42:59.224Z Downloaded newtype-uuid v1.3.2
8002026-05-14T03:42:59.229Z Downloaded flume v0.11.1
8012026-05-14T03:42:59.229Z Downloaded libsw v3.5.0
8022026-05-14T03:42:59.232Z Downloaded hmac v0.12.1
8032026-05-14T03:42:59.233Z Downloaded pbkdf2 v0.12.2
8042026-05-14T03:42:59.233Z Downloaded pbkdf2 v0.11.0
8052026-05-14T03:42:59.233Z Downloaded newtype-uuid-macros v0.1.0
8062026-05-14T03:42:59.237Z Downloaded ingot-types v0.1.2
8072026-05-14T03:42:59.237Z Downloaded ingot-macros v0.1.1
8082026-05-14T03:42:59.237Z Downloaded iana-time-zone v0.1.65
8092026-05-14T03:42:59.240Z Downloaded phf_shared v0.13.1
8102026-05-14T03:42:59.240Z Downloaded phf_shared v0.12.1
8112026-05-14T03:42:59.240Z Downloaded num-integer v0.1.46
8122026-05-14T03:42:59.240Z Downloaded nu-ansi-term v0.50.3
8132026-05-14T03:42:59.243Z Downloaded hyper-rustls v0.27.7
8142026-05-14T03:42:59.243Z Downloaded derive_more v2.1.1
8152026-05-14T03:42:59.249Z Downloaded num_enum v0.7.5
8162026-05-14T03:42:59.252Z Downloaded pin-utils v0.1.0
8172026-05-14T03:42:59.255Z Downloaded phf_shared v0.11.3
8182026-05-14T03:42:59.255Z Downloaded peg-runtime v0.8.5
8192026-05-14T03:42:59.255Z Downloaded owo-colors v4.3.0
8202026-05-14T03:42:59.258Z Downloaded num_enum_derive v0.7.5
8212026-05-14T03:42:59.258Z Downloaded powerfmt v0.2.0
8222026-05-14T03:42:59.258Z Downloaded futures v0.3.32
8232026-05-14T03:42:59.261Z Downloaded predicates-tree v1.0.13
8242026-05-14T03:42:59.264Z Downloaded memmap2 v0.9.10
8252026-05-14T03:42:59.264Z Downloaded lock_api v0.4.14
8262026-05-14T03:42:59.264Z Downloaded base64 v0.22.1
8272026-05-14T03:42:59.267Z Downloaded predicates-core v1.0.10
8282026-05-14T03:42:59.270Z Downloaded linear-map v1.2.0
8292026-05-14T03:42:59.270Z Downloaded oxide-tokio-rt v0.1.4
8302026-05-14T03:42:59.271Z Downloaded num_enum v0.5.11
8312026-05-14T03:42:59.274Z Downloaded proc-macro-crate v3.4.0
8322026-05-14T03:42:59.274Z Downloaded proc-macro-crate v1.3.1
8332026-05-14T03:42:59.277Z Downloaded packed_struct v0.10.1
8342026-05-14T03:42:59.277Z Downloaded oxnet v0.1.4
8352026-05-14T03:42:59.277Z Downloaded password-hash v0.4.2
8362026-05-14T03:42:59.280Z Downloaded num-rational v0.4.2
8372026-05-14T03:42:59.280Z Downloaded heapless v0.8.0
8382026-05-14T03:42:59.283Z Downloaded litrs v1.0.0
8392026-05-14T03:42:59.287Z Downloaded der v0.7.10
8402026-05-14T03:42:59.290Z Downloaded proc-macro-error-attr2 v2.0.0
8412026-05-14T03:42:59.290Z Downloaded heapless v0.7.17
8422026-05-14T03:42:59.293Z Downloaded elliptic-curve v0.13.8
8432026-05-14T03:42:59.293Z Downloaded progenitor-client v0.10.0
8442026-05-14T03:42:59.295Z Downloaded parse-display-derive v0.10.0
8452026-05-14T03:42:59.295Z Downloaded flate2 v1.1.9
8462026-05-14T03:42:59.298Z Downloaded pem-rfc7468 v0.7.0
8472026-05-14T03:42:59.298Z Downloaded pem v3.0.6
8482026-05-14T03:42:59.301Z Downloaded num-complex v0.4.6
8492026-05-14T03:42:59.301Z Downloaded precomputed-hash v0.1.1
8502026-05-14T03:42:59.301Z Downloaded progenitor-client v0.11.2
8512026-05-14T03:42:59.305Z Downloaded peg-macros v0.8.5
8522026-05-14T03:42:59.306Z Downloaded path-slash v0.1.5
8532026-05-14T03:42:59.306Z Downloaded paste v1.0.15
8542026-05-14T03:42:59.309Z Downloaded password-hash v0.5.0
8552026-05-14T03:42:59.309Z Downloaded parking_lot_core v0.8.6
8562026-05-14T03:42:59.309Z Downloaded indexmap v1.9.3
8572026-05-14T03:42:59.313Z Downloaded libbz2-rs-sys v0.2.2
8582026-05-14T03:42:59.313Z Downloaded phf v0.12.1
8592026-05-14T03:42:59.316Z Downloaded headers v0.4.1
8602026-05-14T03:42:59.316Z Downloaded omicron-zone-package v0.12.2
8612026-05-14T03:42:59.319Z Downloaded progenitor-client v0.14.0
8622026-05-14T03:42:59.319Z Downloaded progenitor-macro v0.13.0
8632026-05-14T03:42:59.322Z Downloaded pkcs8 v0.10.2
8642026-05-14T03:42:59.322Z Downloaded quick-error v1.2.3
8652026-05-14T03:42:59.325Z Downloaded progenitor-macro v0.10.0
8662026-05-14T03:42:59.325Z Downloaded psl-types v2.0.11
8672026-05-14T03:42:59.325Z Downloaded polyval v0.6.2
8682026-05-14T03:42:59.329Z Downloaded ppv-lite86 v0.2.21
8692026-05-14T03:42:59.329Z Downloaded pin-project-internal v1.1.11
8702026-05-14T03:42:59.329Z Downloaded phf v0.13.1
8712026-05-14T03:42:59.329Z Downloaded rand_chacha v0.3.1
8722026-05-14T03:42:59.329Z Downloaded progenitor-macro v0.11.2
8732026-05-14T03:42:59.334Z Downloaded peg v0.8.5
8742026-05-14T03:42:59.334Z Downloaded base64 v0.21.7
8752026-05-14T03:42:59.340Z Downloaded half v1.8.3
8762026-05-14T03:42:59.340Z Downloaded bytes v1.11.1
8772026-05-14T03:42:59.344Z Downloaded getrandom v0.3.4
8782026-05-14T03:42:59.344Z Downloaded postgres-protocol v0.6.10
8792026-05-14T03:42:59.344Z Downloaded predicates v3.1.4
8802026-05-14T03:42:59.349Z Downloaded pin-project-lite v0.2.17
8812026-05-14T03:42:59.351Z Downloaded parking_lot_core v0.9.12
8822026-05-14T03:42:59.351Z Downloaded derive_more-impl v2.1.1
8832026-05-14T03:42:59.354Z Downloaded indicatif v0.18.4
8842026-05-14T03:42:59.357Z Downloaded rand_xorshift v0.4.0
8852026-05-14T03:42:59.357Z Downloaded parking_lot v0.11.2
8862026-05-14T03:42:59.357Z Downloaded proc-macro-error2 v2.0.1
8872026-05-14T03:42:59.360Z Downloaded progenitor v0.11.2
8882026-05-14T03:42:59.360Z Downloaded recursive-proc-macro-impl v0.1.1
8892026-05-14T03:42:59.365Z Downloaded recursive v0.1.1
8902026-05-14T03:42:59.365Z Downloaded radium v0.7.0
8912026-05-14T03:42:59.365Z Downloaded progenitor-client v0.13.0
8922026-05-14T03:42:59.365Z Downloaded progenitor v0.14.0
8932026-05-14T03:42:59.368Z Downloaded progenitor v0.10.0
8942026-05-14T03:42:59.368Z Downloaded parking_lot v0.12.5
8952026-05-14T03:42:59.368Z Downloaded aes v0.8.4
8962026-05-14T03:42:59.371Z Downloaded progenitor-macro v0.14.0
8972026-05-14T03:42:59.371Z Downloaded progenitor-extras v0.2.0
8982026-05-14T03:42:59.371Z Downloaded progenitor v0.13.0
8992026-05-14T03:42:59.374Z Downloaded poly1305 v0.8.0
9002026-05-14T03:42:59.374Z Downloaded async-compression v0.4.41
9012026-05-14T03:42:59.377Z Downloaded rtoolbox v0.0.3
9022026-05-14T03:42:59.380Z Downloaded rfc6979 v0.4.0
9032026-05-14T03:42:59.380Z Downloaded ref-cast-impl v1.0.25
9042026-05-14T03:42:59.380Z Downloaded pkcs1 v0.7.5
9052026-05-14T03:42:59.383Z Downloaded ignore v0.4.25
9062026-05-14T03:42:59.383Z Downloaded rustc_version v0.1.7
9072026-05-14T03:42:59.386Z Downloaded miniz_oxide v0.8.9
9082026-05-14T03:42:59.386Z Downloaded hickory-resolver v0.24.4
9092026-05-14T03:42:59.389Z Downloaded expectorate v1.2.0
9102026-05-14T03:42:59.392Z Downloaded hickory-resolver v0.25.2
9112026-05-14T03:42:59.394Z Downloaded diesel_derives v2.3.7
9122026-05-14T03:42:59.397Z Downloaded psm v0.1.30
9132026-05-14T03:42:59.400Z Downloaded ref-cast v1.0.25
9142026-05-14T03:42:59.400Z Downloaded rustc_version v0.4.1
9152026-05-14T03:42:59.404Z Downloaded ed25519-dalek v2.2.0
9162026-05-14T03:42:59.404Z Downloaded rand_core v0.9.5
9172026-05-14T03:42:59.407Z Downloaded rand_core v0.6.4
9182026-05-14T03:42:59.407Z Downloaded papergrid v0.17.0
9192026-05-14T03:42:59.409Z Downloaded rand_core v0.10.0
9202026-05-14T03:42:59.409Z Downloaded crossbeam-channel v0.5.15
9212026-05-14T03:42:59.412Z Downloaded const_format v0.2.35
9222026-05-14T03:42:59.415Z Downloaded postgres-types v0.2.12
9232026-05-14T03:42:59.418Z Downloaded pkcs5 v0.7.1
9242026-05-14T03:42:59.421Z Downloaded same-file v1.0.6
9252026-05-14T03:42:59.421Z Downloaded russh-cryptovec v0.7.3
9262026-05-14T03:42:59.421Z Downloaded dropshot-api-manager v0.7.1
9272026-05-14T03:42:59.423Z Downloaded r2d2 v0.8.10
9282026-05-14T03:42:59.423Z Downloaded pkg-config v0.3.32
9292026-05-14T03:42:59.426Z Downloaded primeorder v0.13.6
9302026-05-14T03:42:59.426Z Downloaded linked-hash-map v0.5.6
9312026-05-14T03:42:59.426Z Downloaded libscf-sys v1.1.0
9322026-05-14T03:42:59.429Z Downloaded humantime v2.3.0
9332026-05-14T03:42:59.429Z Downloaded http-body-util v0.1.3
9342026-05-14T03:42:59.429Z Downloaded ena v0.14.4
9352026-05-14T03:42:59.434Z Downloaded secrecy v0.10.3
9362026-05-14T03:42:59.434Z Downloaded postcard v1.1.3
9372026-05-14T03:42:59.438Z Downloaded salsa20 v0.10.2
9382026-05-14T03:42:59.438Z Downloaded hex v0.4.3
9392026-05-14T03:42:59.438Z Downloaded git-stub v1.0.0
9402026-05-14T03:42:59.438Z Downloaded async-trait v0.1.89
9412026-05-14T03:42:59.441Z Downloaded oso v0.27.3
9422026-05-14T03:42:59.441Z Downloaded scrypt v0.11.0
9432026-05-14T03:42:59.441Z Downloaded scopeguard v1.2.0
9442026-05-14T03:42:59.444Z Downloaded sapling-renderdag v0.1.0
9452026-05-14T03:42:59.444Z Downloaded rand_chacha v0.9.0
9462026-05-14T03:42:59.444Z Downloaded openssl-sys v0.9.115
9472026-05-14T03:42:59.447Z Downloaded derive-ex v0.1.8
9482026-05-14T03:42:59.452Z Downloaded defmt v1.0.1
9492026-05-14T03:42:59.452Z Downloaded async-recursion v1.1.1
9502026-05-14T03:42:59.455Z Downloaded minimal-lexical v0.2.1
9512026-05-14T03:42:59.457Z Downloaded secrecy v0.8.0
9522026-05-14T03:42:59.457Z Downloaded rustc-hash v2.1.1
9532026-05-14T03:42:59.460Z Downloaded pin-project v1.1.11
9542026-05-14T03:42:59.465Z Downloaded serde_urlencoded v0.7.1
9552026-05-14T03:42:59.468Z Downloaded serde_repr v0.1.20
9562026-05-14T03:42:59.469Z Downloaded quinn-udp v0.5.14
9572026-05-14T03:42:59.472Z Downloaded serde_spanned v1.0.4
9582026-05-14T03:42:59.472Z Downloaded jiff-static v0.2.21
9592026-05-14T03:42:59.472Z Downloaded rustls-pemfile v1.0.4
9602026-05-14T03:42:59.477Z Downloaded signal-hook-tokio v0.3.1
9612026-05-14T03:42:59.480Z Downloaded shell-words v1.1.1
9622026-05-14T03:42:59.480Z Downloaded serde_plain v1.0.2
9632026-05-14T03:42:59.483Z Downloaded rustls-pemfile v2.2.0
9642026-05-14T03:42:59.486Z Downloaded hickory-server v0.25.2
9652026-05-14T03:42:59.489Z Downloaded sigpipe v0.1.3
9662026-05-14T03:42:59.489Z Downloaded prefix-trie v0.7.0
9672026-05-14T03:42:59.492Z Downloaded rustls-native-certs v0.8.3
9682026-05-14T03:42:59.493Z Downloaded signal-hook-mio v0.2.5
9692026-05-14T03:42:59.536Z Downloaded seq-macro v0.3.6
9702026-05-14T03:42:59.536Z Downloaded scroll_derive v0.13.1
9712026-05-14T03:42:59.536Z Downloaded signature v2.2.0
9722026-05-14T03:42:59.536Z Downloaded resolv-conf v0.7.6
9732026-05-14T03:42:59.536Z Downloaded slog-bunyan v2.5.0
9742026-05-14T03:42:59.536Z Downloaded sha1 v0.10.6
9752026-05-14T03:42:59.536Z Downloaded semver v0.1.20
9762026-05-14T03:42:59.536Z Downloaded rusty-fork v0.3.1
9772026-05-14T03:42:59.536Z Downloaded serde-big-array v0.5.1
9782026-05-14T03:42:59.536Z Downloaded rand_seeder v0.4.0
9792026-05-14T03:42:59.536Z Downloaded p256 v0.13.2
9802026-05-14T03:42:59.536Z Downloaded slog-envlogger v2.2.0
9812026-05-14T03:42:59.536Z Downloaded rustversion v1.0.22
9822026-05-14T03:42:59.536Z Downloaded siphasher v1.0.2
9832026-05-14T03:42:59.536Z Downloaded scheduled-thread-pool v0.2.7
9842026-05-14T03:42:59.536Z Downloaded http v1.4.0
9852026-05-14T03:42:59.536Z Downloaded pretty_assertions v1.4.1
9862026-05-14T03:42:59.536Z Downloaded sct v0.7.1
9872026-05-14T03:42:59.536Z Downloaded serde_path_to_error v0.1.20
9882026-05-14T03:42:59.541Z Downloaded hashbrown v0.12.3
9892026-05-14T03:42:59.541Z Downloaded russh-keys v0.45.0
9902026-05-14T03:42:59.541Z Downloaded serde_bytes v0.11.19
9912026-05-14T03:42:59.541Z Downloaded serde-hex v0.1.0
9922026-05-14T03:42:59.541Z Downloaded progenitor-impl v0.11.2
9932026-05-14T03:42:59.545Z Downloaded itertools v0.10.5
9942026-05-14T03:42:59.550Z Downloaded progenitor-impl v0.10.0
9952026-05-14T03:42:59.550Z Downloaded ssh-encoding v0.2.0
9962026-05-14T03:42:59.550Z Downloaded progenitor-impl v0.14.0
9972026-05-14T03:42:59.553Z Downloaded ssh-cipher v0.2.0
9982026-05-14T03:42:59.553Z Downloaded hashbrown v0.13.2
9992026-05-14T03:42:59.556Z Downloaded progenitor-impl v0.13.0
10002026-05-14T03:42:59.556Z Downloaded crossterm v0.29.0
10012026-05-14T03:42:59.562Z Downloaded sqlparser_derive v0.5.0
10022026-05-14T03:42:59.565Z Downloaded signal-hook-registry v1.4.8
10032026-05-14T03:42:59.565Z Downloaded sec1 v0.7.3
10042026-05-14T03:42:59.569Z Downloaded schemars_derive v0.8.22
10052026-05-14T03:42:59.569Z Downloaded strum v0.27.2
10062026-05-14T03:42:59.569Z Downloaded strum v0.26.3
10072026-05-14T03:42:59.572Z Downloaded strip-ansi-escapes v0.2.1
10082026-05-14T03:42:59.577Z Downloaded slog-dtrace v0.3.0
10092026-05-14T03:42:59.580Z Downloaded structmeta v0.3.0
10102026-05-14T03:42:59.580Z Downloaded structmeta-derive v0.3.0
10112026-05-14T03:42:59.583Z Downloaded sync_wrapper v1.0.2
10122026-05-14T03:42:59.583Z Downloaded slab v0.4.12
10132026-05-14T03:42:59.588Z Downloaded sync-ptr v0.1.4
10142026-05-14T03:42:59.588Z Downloaded simd-adler32 v0.3.8
10152026-05-14T03:42:59.588Z Downloaded shlex v1.3.0
10162026-05-14T03:42:59.588Z Downloaded rustls-pki-types v1.14.0
10172026-05-14T03:42:59.594Z Downloaded prettyplease v0.2.37
10182026-05-14T03:42:59.594Z Downloaded slog-scope v4.4.1
10192026-05-14T03:42:59.594Z Downloaded hashbrown v0.15.5
10202026-05-14T03:42:59.597Z Downloaded rcgen v0.12.1
10212026-05-14T03:42:59.597Z Downloaded hyper-util v0.1.20
10222026-05-14T03:42:59.600Z Downloaded tap v1.0.1
10232026-05-14T03:42:59.603Z Downloaded slog-term v2.9.2
10242026-05-14T03:42:59.603Z Downloaded tagptr v0.2.0
10252026-05-14T03:42:59.603Z Downloaded tabwriter v1.4.1
10262026-05-14T03:42:59.607Z Downloaded subtle v2.6.1
10272026-05-14T03:42:59.607Z Downloaded smallvec v0.6.14
10282026-05-14T03:42:59.607Z Downloaded slog-stdlog v4.1.1
10292026-05-14T03:42:59.610Z Downloaded testing_table v0.3.0
10302026-05-14T03:42:59.610Z Downloaded tabled_derive v0.11.0
10312026-05-14T03:42:59.610Z Downloaded serde_with_macros v3.17.0
10322026-05-14T03:42:59.610Z Downloaded slog-async v2.8.0
10332026-05-14T03:42:59.613Z Downloaded take_mut v0.2.2
10342026-05-14T03:42:59.613Z Downloaded supports-color v3.0.2
10352026-05-14T03:42:59.617Z Downloaded hashbrown v0.16.1
10362026-05-14T03:42:59.620Z Downloaded termtree v0.5.1
10372026-05-14T03:42:59.620Z Downloaded sqlformat v0.3.5
10382026-05-14T03:42:59.623Z Downloaded spki v0.7.3
10392026-05-14T03:42:59.623Z Downloaded ron v0.8.1
10402026-05-14T03:42:59.626Z Downloaded static_assertions v1.1.0
10412026-05-14T03:42:59.628Z Downloaded num-bigint v0.4.6
10422026-05-14T03:42:59.631Z Downloaded stacker v0.1.23
10432026-05-14T03:42:59.635Z Downloaded thread-id v5.1.0
10442026-05-14T03:42:59.637Z Downloaded snafu-derive v0.8.9
10452026-05-14T03:42:59.637Z Downloaded time-core v0.1.8
10462026-05-14T03:42:59.637Z Downloaded tinyvec_macros v0.1.1
10472026-05-14T03:42:59.640Z Downloaded serde_cbor v0.11.2
10482026-05-14T03:42:59.640Z Downloaded serde_derive_internals v0.29.1
10492026-05-14T03:42:59.644Z Downloaded strum_macros v0.24.3
10502026-05-14T03:42:59.644Z Downloaded stringprep v0.1.5
10512026-05-14T03:42:59.644Z Downloaded scroll v0.13.0
10522026-05-14T03:42:59.649Z Downloaded string_cache v0.8.9
10532026-05-14T03:42:59.653Z Downloaded support-bundle-viewer v0.1.2
10542026-05-14T03:42:59.657Z Downloaded tokio-macros v2.7.0
10552026-05-14T03:42:59.661Z Downloaded slog-json v2.6.1
10562026-05-14T03:42:59.664Z Downloaded strum_macros v0.27.2
10572026-05-14T03:42:59.664Z Downloaded rustls-platform-verifier v0.6.2
10582026-05-14T03:42:59.667Z Downloaded quinn v0.11.9
10592026-05-14T03:42:59.668Z Downloaded ryu v1.0.23
10602026-05-14T03:42:59.671Z Downloaded mio v1.2.0
10612026-05-14T03:42:59.677Z Downloaded iri-string v0.7.10
10622026-05-14T03:42:59.680Z Downloaded thiserror-impl-no-std v2.0.2
10632026-05-14T03:42:59.683Z Downloaded strum_macros v0.26.4
10642026-05-14T03:42:59.686Z Downloaded spin v0.9.8
10652026-05-14T03:42:59.689Z Downloaded nom v7.1.3
10662026-05-14T03:42:59.693Z Downloaded itertools v0.13.0
10672026-05-14T03:42:59.697Z Downloaded tower-layer v0.3.3
10682026-05-14T03:42:59.701Z Downloaded termios v0.3.3
10692026-05-14T03:42:59.701Z Downloaded smf v0.2.3
10702026-05-14T03:42:59.701Z Downloaded thread_local v1.1.9
10712026-05-14T03:42:59.704Z Downloaded time-macros v0.2.27
10722026-05-14T03:42:59.708Z Downloaded rand v0.8.6
10732026-05-14T03:42:59.712Z Downloaded schemars v0.9.0
10742026-05-14T03:42:59.716Z Downloaded try-lock v0.2.5
10752026-05-14T03:42:59.719Z Downloaded trait-variant v0.1.2
10762026-05-14T03:42:59.719Z Downloaded futures-util v0.3.32
10772026-05-14T03:42:59.725Z Downloaded unarray v0.1.4
10782026-05-14T03:42:59.730Z Downloaded num-bigint-dig v0.8.6
10792026-05-14T03:42:59.734Z Downloaded tiny-keccak v2.0.2
10802026-05-14T03:42:59.734Z Downloaded thiserror-no-std v2.0.2
10812026-05-14T03:42:59.734Z Downloaded unicode-truncate v1.1.0
10822026-05-14T03:42:59.737Z Downloaded signal-hook v0.3.18
10832026-05-14T03:42:59.738Z Downloaded similar v2.7.0
10842026-05-14T03:42:59.741Z Downloaded usdt-attr-macro v0.6.0
10852026-05-14T03:42:59.741Z Downloaded unit-prefix v0.5.2
10862026-05-14T03:42:59.741Z Downloaded tokio-dtrace v0.1.1
10872026-05-14T03:42:59.741Z Downloaded tls_codec_derive v0.4.2
10882026-05-14T03:42:59.745Z Downloaded tls_codec v0.4.2
10892026-05-14T03:42:59.745Z Downloaded typify-macro v0.4.3
10902026-05-14T03:42:59.745Z Downloaded tokio-tungstenite v0.23.1
10912026-05-14T03:42:59.749Z Downloaded rayon-core v1.13.0
10922026-05-14T03:42:59.752Z Downloaded term v0.7.0
10932026-05-14T03:42:59.752Z Downloaded iddqd v0.3.18
10942026-05-14T03:42:59.755Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10952026-05-14T03:42:59.755Z Downloaded tokio-tungstenite v0.21.0
10962026-05-14T03:42:59.759Z Downloaded utf-8 v0.7.6
10972026-05-14T03:42:59.759Z Downloaded usdt-macro v0.6.0
10982026-05-14T03:42:59.762Z Downloaded tokio-rustls v0.25.0
10992026-05-14T03:42:59.762Z Downloaded tokio-native-tls v0.3.1
11002026-05-14T03:42:59.762Z Downloaded serde_yaml v0.9.34+deprecated
11012026-05-14T03:42:59.766Z Downloaded tower-service v0.3.3
11022026-05-14T03:42:59.766Z Downloaded qorb v0.4.1
11032026-05-14T03:42:59.770Z Downloaded universal-hash v0.5.1
11042026-05-14T03:42:59.770Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11052026-05-14T03:42:59.770Z Downloaded schemars v0.8.22
11062026-05-14T03:42:59.775Z Downloaded socket2 v0.6.3
11072026-05-14T03:42:59.777Z Downloaded topological-sort v0.2.2
11082026-05-14T03:42:59.778Z Downloaded itertools v0.12.1
11092026-05-14T03:42:59.781Z Downloaded untrusted v0.9.0
11102026-05-14T03:42:59.784Z Downloaded void v1.0.2
11112026-05-14T03:42:59.784Z Downloaded untrusted v0.7.1
11122026-05-14T03:42:59.786Z Downloaded term v1.2.1
11132026-05-14T03:42:59.795Z Downloaded waitgroup v0.1.2
11142026-05-14T03:42:59.798Z Downloaded wait-timeout v0.2.1
11152026-05-14T03:42:59.798Z Downloaded tui-tree-widget v0.23.1
11162026-05-14T03:42:59.801Z Downloaded want v0.3.1
11172026-05-14T03:42:59.801Z Downloaded libm v0.2.16
11182026-05-14T03:42:59.807Z Downloaded rand v0.9.2
11192026-05-14T03:42:59.810Z Downloaded unicase v2.9.0
11202026-05-14T03:42:59.813Z Downloaded tokio-rustls v0.24.1
11212026-05-14T03:42:59.813Z Downloaded hyper v1.8.1
11222026-05-14T03:42:59.816Z Downloaded tokio-rustls v0.26.4
11232026-05-14T03:42:59.819Z Downloaded xattr v1.6.1
11242026-05-14T03:42:59.819Z Downloaded typify-macro v0.6.2
11252026-05-14T03:42:59.819Z Downloaded xshell-macros v0.2.7
11262026-05-14T03:42:59.822Z Downloaded subprocess v0.2.15
11272026-05-14T03:42:59.822Z Downloaded rand v0.10.0
11282026-05-14T03:42:59.826Z Downloaded libxml v0.3.3
11292026-05-14T03:42:59.829Z Downloaded tokio-stream v0.1.18
11302026-05-14T03:42:59.833Z Downloaded test-strategy v0.4.5
11312026-05-14T03:42:59.837Z Downloaded toml_parser v1.0.9+spec-1.1.0
11322026-05-14T03:42:59.840Z Downloaded zeroize_derive v1.4.3
11332026-05-14T03:42:59.843Z Downloaded usdt v0.6.0
11342026-05-14T03:42:59.843Z Downloaded toml_writer v1.0.6+spec-1.1.0
11352026-05-14T03:42:59.846Z Downloaded usdt-impl v0.6.0
11362026-05-14T03:42:59.850Z Downloaded snafu v0.8.9
11372026-05-14T03:42:59.853Z Downloaded vergen-lib v0.1.6
11382026-05-14T03:42:59.853Z Downloaded uzers v0.12.2
11392026-05-14T03:42:59.856Z Downloaded zone_cfg_derive v0.3.1
11402026-05-14T03:42:59.856Z Downloaded rsa v0.9.10
11412026-05-14T03:42:59.859Z Downloaded socket2 v0.5.10
11422026-05-14T03:42:59.859Z Downloaded vergen-gitcl v1.0.8
11432026-05-14T03:42:59.862Z Downloaded publicsuffix v2.3.0
11442026-05-14T03:42:59.862Z Downloaded vsss-rs v3.3.4
11452026-05-14T03:42:59.865Z Downloaded vergen-git2 v1.0.7
11462026-05-14T03:42:59.865Z Downloaded itertools v0.14.0
11472026-05-14T03:42:59.868Z Downloaded zone v0.3.1
11482026-05-14T03:42:59.871Z Downloaded walkdir v2.5.0
11492026-05-14T03:42:59.871Z Downloaded tracing-attributes v0.1.31
11502026-05-14T03:42:59.875Z Downloaded wyz v0.5.1
11512026-05-14T03:42:59.878Z Downloaded tinyvec v1.10.0
11522026-05-14T03:42:59.878Z Downloaded twox-hash v2.1.2
11532026-05-14T03:42:59.909Z Downloaded whoami v2.1.0
11542026-05-14T03:42:59.936Z Downloaded whoami v1.6.1
11552026-05-14T03:42:59.936Z Downloaded slog v2.8.2
11562026-05-14T03:42:59.936Z Downloaded samael v0.0.19
11572026-05-14T03:42:59.936Z Downloaded xshell v0.2.7
11582026-05-14T03:42:59.936Z Downloaded blake3 v1.8.3
11592026-05-14T03:42:59.936Z Downloaded hkdf v0.12.4
11602026-05-14T03:42:59.936Z Downloaded rustls-webpki v0.103.9
11612026-05-14T03:42:59.936Z Downloaded toml v1.0.6+spec-1.1.0
11622026-05-14T03:42:59.936Z Downloaded zeroize v1.8.2
11632026-05-14T03:42:59.945Z Downloaded toml v0.9.12+spec-1.1.0
11642026-05-14T03:42:59.945Z Downloaded toml v0.7.8
11652026-05-14T03:42:59.945Z Downloaded p521 v0.13.3
11662026-05-14T03:42:59.945Z Downloaded russh v0.45.0
11672026-05-14T03:42:59.946Z Downloaded unicode-properties v0.1.4
11682026-05-14T03:42:59.946Z Downloaded tungstenite v0.21.0
11692026-05-14T03:42:59.946Z Downloaded unicode-bidi v0.3.18
11702026-05-14T03:42:59.951Z Downloaded schemars v1.2.1
11712026-05-14T03:42:59.954Z Downloaded zstd v0.13.3
11722026-05-14T03:42:59.954Z Downloaded yasna v0.5.2
11732026-05-14T03:42:59.956Z Downloaded tungstenite v0.23.0
11742026-05-14T03:42:59.959Z Downloaded h2 v0.4.13
11752026-05-14T03:42:59.965Z Downloaded zerocopy v0.6.6
11762026-05-14T03:42:59.971Z Downloaded tar v0.4.45
11772026-05-14T03:42:59.978Z Downloaded toml_edit v0.23.10+spec-1.0.0
11782026-05-14T03:42:59.991Z Downloaded uuid v1.23.0
11792026-05-14T03:42:59.992Z Downloaded typify v0.4.3
11802026-05-14T03:42:59.992Z Downloaded rpassword v7.4.0
11812026-05-14T03:43:00.005Z Downloaded tokio-postgres v0.7.16
11822026-05-14T03:43:00.005Z Downloaded ssh-key v0.6.7
11832026-05-14T03:43:00.005Z Downloaded vte v0.14.1
11842026-05-14T03:43:00.005Z Downloaded rustyline v14.0.0
11852026-05-14T03:43:00.017Z Downloaded zstd-safe v7.2.4
11862026-05-14T03:43:00.017Z Downloaded toml_edit v0.19.15
11872026-05-14T03:43:00.017Z Downloaded zopfli v0.8.3
11882026-05-14T03:43:00.017Z Downloaded typify v0.6.2
11892026-05-14T03:43:00.017Z Downloaded aho-corasick v1.1.4
11902026-05-14T03:43:00.028Z Downloaded vergen v9.0.6
11912026-05-14T03:43:00.028Z Downloaded steno v0.4.1
11922026-05-14T03:43:00.030Z Downloaded tracing-core v0.1.36
11932026-05-14T03:43:00.042Z Downloaded reedline v0.40.0
11942026-05-14T03:43:00.042Z Downloaded p384 v0.13.1
11952026-05-14T03:43:00.042Z Downloaded unsafe-libyaml v0.2.11
11962026-05-14T03:43:00.042Z Downloaded aws-lc-rs v1.16.3
11972026-05-14T03:43:00.048Z Downloaded bitvec v1.0.1
11982026-05-14T03:43:00.048Z Downloaded git2 v0.20.4
11992026-05-14T03:43:00.059Z Downloaded regex v1.12.3
12002026-05-14T03:43:00.076Z Downloaded reqwest v0.13.2
12012026-05-14T03:43:00.076Z Downloaded unicode_categories v0.1.1
12022026-05-14T03:43:00.082Z Downloaded rayon v1.11.0
12032026-05-14T03:43:00.103Z Downloaded reqwest v0.12.28
12042026-05-14T03:43:00.103Z Downloaded chrono v0.4.44
12052026-05-14T03:43:00.103Z Downloaded zip v0.6.6
12062026-05-14T03:43:00.103Z Downloaded lalrpop v0.19.12
12072026-05-14T03:43:00.112Z Downloaded bindgen v0.71.1
12082026-05-14T03:43:00.112Z Downloaded x509-cert v0.2.5
12092026-05-14T03:43:00.127Z Downloaded goblin v0.10.5
12102026-05-14T03:43:00.127Z Downloaded yansi v1.0.1
12112026-05-14T03:43:00.127Z Downloaded salty v0.3.0
12122026-05-14T03:43:00.133Z Downloaded quick-xml v0.37.5
12132026-05-14T03:43:00.133Z Downloaded zerocopy-derive v0.8.40
12142026-05-14T03:43:00.133Z Downloaded moka v0.12.13
12152026-05-14T03:43:00.139Z Downloaded tower v0.5.3
12162026-05-14T03:43:00.148Z Downloaded unicode-normalization v0.1.25
12172026-05-14T03:43:00.151Z Downloaded typed-path v0.9.3
12182026-05-14T03:43:00.151Z Downloaded unicode-segmentation v1.12.0
12192026-05-14T03:43:00.160Z Downloaded proptest v1.10.0
12202026-05-14T03:43:00.164Z Downloaded rustls-webpki v0.101.7
12212026-05-14T03:43:00.180Z Downloaded petname v2.0.2
12222026-05-14T03:43:00.193Z Downloaded tokio-util v0.7.18
12232026-05-14T03:43:00.197Z Downloaded zip v4.6.1
12242026-05-14T03:43:00.200Z Downloaded object v0.30.4
12252026-05-14T03:43:00.211Z Downloaded bstr v1.12.1
12262026-05-14T03:43:00.216Z Downloaded tower-http v0.6.8
12272026-05-14T03:43:00.229Z Downloaded rustls-webpki v0.102.8
12282026-05-14T03:43:00.241Z Downloaded tough v0.22.0
12292026-05-14T03:43:00.247Z Downloaded serde_with v3.17.0
12302026-05-14T03:43:00.254Z Downloaded winnow v0.6.26
12312026-05-14T03:43:00.258Z Downloaded nix v0.27.1
12322026-05-14T03:43:00.264Z Downloaded portable-atomic v1.13.1
12332026-05-14T03:43:00.269Z Downloaded radix_trie v0.2.1
12342026-05-14T03:43:00.272Z Downloaded quinn-proto v0.11.13
12352026-05-14T03:43:00.276Z Downloaded winnow v0.5.40
12362026-05-14T03:43:00.281Z Downloaded polar-core v0.27.3
12372026-05-14T03:43:00.293Z Downloaded openssl v0.10.79
12382026-05-14T03:43:00.298Z Downloaded time v0.3.47
12392026-05-14T03:43:00.309Z Downloaded zlib-rs v0.6.2
12402026-05-14T03:43:00.324Z Downloaded dropshot v0.16.7
12412026-05-14T03:43:00.337Z Downloaded tabled v0.20.0
12422026-05-14T03:43:00.346Z Downloaded vcpkg v0.2.15
12432026-05-14T03:43:00.369Z Downloaded webpki-roots v1.0.6
12442026-05-14T03:43:00.373Z Downloaded nix v0.29.0
12452026-05-14T03:43:00.378Z Downloaded nix v0.31.2
12462026-05-14T03:43:00.385Z Downloaded object v0.37.3
12472026-05-14T03:43:00.393Z Downloaded hickory-proto v0.24.4
12482026-05-14T03:43:00.400Z Downloaded zerocopy v0.8.40
12492026-05-14T03:43:00.409Z Downloaded regress v0.11.1
12502026-05-14T03:43:00.412Z Downloaded regex-syntax v0.8.10
12512026-05-14T03:43:00.416Z Downloaded regress v0.10.5
12522026-05-14T03:43:00.421Z Downloaded rustix v0.38.44
12532026-05-14T03:43:00.434Z Downloaded diesel v2.3.7
12542026-05-14T03:43:00.446Z Downloaded rustls v0.23.37
12552026-05-14T03:43:00.452Z Downloaded hickory-proto v0.25.2
12562026-05-14T03:43:00.463Z Downloaded rustls v0.22.4
12572026-05-14T03:43:00.468Z Downloaded smoltcp v0.11.0
12582026-05-14T03:43:00.475Z Downloaded regex-syntax v0.6.29
12592026-05-14T03:43:00.480Z Downloaded openapiv3 v2.2.0
12602026-05-14T03:43:00.486Z Downloaded dropshot v0.17.0
12612026-05-14T03:43:00.500Z Downloaded sqlparser v0.61.0
12622026-05-14T03:43:00.506Z Downloaded smoltcp v0.9.1
12632026-05-14T03:43:00.512Z Downloaded nix v0.28.0
12642026-05-14T03:43:00.518Z Downloaded rustls v0.21.12
12652026-05-14T03:43:00.572Z Downloaded sled v0.34.7
12662026-05-14T03:43:00.582Z Downloaded csv v1.4.0
12672026-05-14T03:43:00.582Z Downloaded typify-impl v0.6.2
12682026-05-14T03:43:00.582Z Downloaded typify-impl v0.4.3
12692026-05-14T03:43:00.582Z Downloaded zerocopy-derive v0.6.6
12702026-05-14T03:43:00.586Z Downloaded tracing v0.1.44
12712026-05-14T03:43:00.593Z Downloaded regex-automata v0.4.14
12722026-05-14T03:43:00.602Z Downloaded bzip2-sys v0.1.13+1.0.8
12732026-05-14T03:43:00.610Z Downloaded ratatui v0.29.0
12742026-05-14T03:43:00.621Z Downloaded jiff v0.2.21
12752026-05-14T03:43:00.633Z Downloaded chrono-tz v0.10.4
12762026-05-14T03:43:00.643Z Downloaded libz-sys v1.1.24
12772026-05-14T03:43:00.655Z Downloaded petgraph v0.6.5
12782026-05-14T03:43:00.666Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12792026-05-14T03:43:00.677Z Downloaded petgraph v0.8.3
12802026-05-14T03:43:00.689Z Downloaded sha3 v0.10.8
12812026-05-14T03:43:00.740Z Downloaded tokio v1.52.1
12822026-05-14T03:43:00.807Z Downloaded encoding_rs v0.8.35
12832026-05-14T03:43:00.828Z Downloaded ring v0.17.14
12842026-05-14T03:43:00.860Z Downloaded libgit2-sys v0.18.3+1.9.2
12852026-05-14T03:43:01.289Z Downloaded aws-lc-sys v0.40.0
12862026-05-14T03:43:01.540Z Compiling libc v0.2.185
12872026-05-14T03:43:01.540Z Compiling serde v1.0.228
12882026-05-14T03:43:01.543Z Compiling log v0.4.29
12892026-05-14T03:43:01.543Z Compiling shlex v1.3.0
12902026-05-14T03:43:01.543Z Compiling find-msvc-tools v0.1.9
12912026-05-14T03:43:01.543Z Compiling smallvec v1.15.1
12922026-05-14T03:43:01.543Z Compiling typenum v1.19.0
12932026-05-14T03:43:01.543Z Compiling subtle v2.6.1
12942026-05-14T03:43:01.693Z Compiling generic-array v0.14.7
12952026-05-14T03:43:01.700Z Compiling scopeguard v1.2.0
12962026-05-14T03:43:01.781Z Compiling const-oid v0.9.6
12972026-05-14T03:43:01.794Z Compiling serde_json v1.0.149
12982026-05-14T03:43:01.809Z Compiling syn v2.0.117
12992026-05-14T03:43:01.821Z Compiling zerocopy v0.8.40
13002026-05-14T03:43:01.826Z Compiling pin-project-lite v0.2.17
13012026-05-14T03:43:01.852Z Compiling portable-atomic v1.13.1
13022026-05-14T03:43:01.965Z Compiling lock_api v0.4.14
13032026-05-14T03:43:01.980Z Compiling parking_lot_core v0.9.12
13042026-05-14T03:43:02.011Z Compiling pkg-config v0.3.32
13052026-05-14T03:43:02.043Z Compiling bitflags v2.11.0
13062026-05-14T03:43:02.069Z Compiling critical-section v1.2.0
13072026-05-14T03:43:02.086Z Compiling futures-core v0.3.32
13082026-05-14T03:43:02.104Z Compiling libm v0.2.16
13092026-05-14T03:43:02.146Z Compiling num-traits v0.2.19
13102026-05-14T03:43:02.175Z Compiling percent-encoding v2.3.2
13112026-05-14T03:43:02.234Z Compiling futures-sink v0.3.32
13122026-05-14T03:43:02.250Z Compiling getrandom v0.4.1
13132026-05-14T03:43:02.296Z Compiling slab v0.4.12
13142026-05-14T03:43:02.299Z Compiling futures-task v0.3.32
13152026-05-14T03:43:02.327Z Compiling futures-io v0.3.32
13162026-05-14T03:43:02.351Z Compiling futures-channel v0.3.32
13172026-05-14T03:43:02.424Z Compiling cpufeatures v0.2.17
13182026-05-14T03:43:02.442Z Compiling rand_core v0.10.0
13192026-05-14T03:43:02.510Z Compiling indexmap v2.14.0
13202026-05-14T03:43:02.510Z Compiling getrandom v0.3.4
13212026-05-14T03:43:02.536Z Compiling rustversion v1.0.22
13222026-05-14T03:43:02.539Z Compiling form_urlencoded v1.2.2
13232026-05-14T03:43:02.568Z Compiling dunce v1.0.5
13242026-05-14T03:43:02.599Z Compiling fs_extra v1.3.0
13252026-05-14T03:43:02.614Z Compiling ident_case v1.0.1
13262026-05-14T03:43:02.633Z Compiling base64ct v1.8.3
13272026-05-14T03:43:02.664Z Compiling rustix v1.1.3
13282026-05-14T03:43:02.679Z Compiling iana-time-zone v0.1.65
13292026-05-14T03:43:02.682Z Compiling flagset v0.4.7
13302026-05-14T03:43:02.749Z Compiling getrandom v0.2.17
13312026-05-14T03:43:02.764Z Compiling jobserver v0.1.34
13322026-05-14T03:43:02.814Z Compiling errno v0.3.14
13332026-05-14T03:43:02.858Z Compiling mio v1.2.0
13342026-05-14T03:43:02.897Z Compiling rand_core v0.6.4
13352026-05-14T03:43:02.931Z Compiling socket2 v0.6.3
13362026-05-14T03:43:02.936Z Compiling once_cell v1.21.3
13372026-05-14T03:43:02.970Z Compiling signal-hook-registry v1.4.8
13382026-05-14T03:43:02.989Z Compiling cc v1.2.56
13392026-05-14T03:43:03.060Z Compiling parking_lot v0.12.5
13402026-05-14T03:43:03.163Z Compiling pem-rfc7468 v0.7.0
13412026-05-14T03:43:03.167Z Compiling regex-syntax v0.8.10
13422026-05-14T03:43:03.209Z Compiling vcpkg v0.2.15
13432026-05-14T03:43:03.223Z Compiling aws-lc-rs v1.16.3
13442026-05-14T03:43:03.257Z Compiling uuid v1.23.0
13452026-05-14T03:43:03.282Z Compiling tracing-core v0.1.36
13462026-05-14T03:43:03.367Z Compiling rustc_version v0.4.1
13472026-05-14T03:43:03.418Z Compiling base64 v0.22.1
13482026-05-14T03:43:03.476Z Compiling untrusted v0.9.0
13492026-05-14T03:43:03.496Z Compiling httparse v1.10.1
13502026-05-14T03:43:03.537Z Compiling rand_core v0.9.5
13512026-05-14T03:43:03.635Z Compiling openssl-probe v0.2.1
13522026-05-14T03:43:03.653Z Compiling tinyvec_macros v0.1.1
13532026-05-14T03:43:03.688Z Compiling untrusted v0.7.1
13542026-05-14T03:43:03.723Z Compiling aho-corasick v1.1.4
13552026-05-14T03:43:03.760Z Compiling tinyvec v1.10.0
13562026-05-14T03:43:03.780Z Compiling cmake v0.1.57
13572026-05-14T03:43:03.796Z Compiling dyn-clone v1.0.20
13582026-05-14T03:43:03.847Z Compiling schemars v0.8.22
13592026-05-14T03:43:03.850Z Compiling tower-service v0.3.3
13602026-05-14T03:43:03.876Z Compiling atomic-waker v1.1.2
13612026-05-14T03:43:03.925Z Compiling tower-layer v0.3.3
13622026-05-14T03:43:03.952Z Compiling try-lock v0.2.5
13632026-05-14T03:43:03.966Z Compiling rustls v0.23.37
13642026-05-14T03:43:03.993Z Compiling foreign-types-shared v0.1.1
13652026-05-14T03:43:04.010Z Compiling openssl v0.10.79
13662026-05-14T03:43:04.024Z Compiling pin-utils v0.1.0
13672026-05-14T03:43:04.028Z Compiling httpdate v1.0.3
13682026-05-14T03:43:04.079Z Compiling want v0.3.1
13692026-05-14T03:43:04.096Z Compiling unicode-normalization v0.1.25
13702026-05-14T03:43:04.110Z Compiling foreign-types v0.3.2
13712026-05-14T03:43:04.113Z Compiling spin v0.9.8
13722026-05-14T03:43:04.195Z Compiling native-tls v0.2.18
13732026-05-14T03:43:04.207Z Compiling time-core v0.1.8
13742026-05-14T03:43:04.207Z Compiling crc32fast v1.5.0
13752026-05-14T03:43:04.207Z Compiling powerfmt v0.2.0
13762026-05-14T03:43:04.228Z Compiling num-conv v0.2.0
13772026-05-14T03:43:04.262Z Compiling wait-timeout v0.2.1
13782026-05-14T03:43:04.265Z Compiling sync_wrapper v1.0.2
13792026-05-14T03:43:04.292Z Compiling quick-error v1.2.3
13802026-05-14T03:43:04.308Z Compiling bit-vec v0.8.0
13812026-05-14T03:43:04.341Z Compiling simd-adler32 v0.3.8
13822026-05-14T03:43:04.366Z Compiling deranged v0.5.8
13832026-05-14T03:43:04.382Z Compiling time-macros v0.2.27
13842026-05-14T03:43:04.385Z Compiling crossbeam-utils v0.8.21
13852026-05-14T03:43:04.412Z Compiling tempfile v3.25.0
13862026-05-14T03:43:04.426Z Compiling num_threads v0.1.7
13872026-05-14T03:43:04.429Z Compiling siphasher v1.0.2
13882026-05-14T03:43:04.546Z Compiling unicode-segmentation v1.12.0
13892026-05-14T03:43:04.561Z Compiling usdt-impl v0.6.0
13902026-05-14T03:43:04.564Z Compiling syn v1.0.109
13912026-05-14T03:43:04.605Z Compiling bit-set v0.8.0
13922026-05-14T03:43:04.619Z Compiling heapless v0.7.17
13932026-05-14T03:43:04.641Z Compiling rand_xorshift v0.4.0
13942026-05-14T03:43:04.676Z Compiling aws-lc-sys v0.40.0
13952026-05-14T03:43:04.710Z Compiling ring v0.17.14
13962026-05-14T03:43:04.726Z Compiling openssl-sys v0.9.115
13972026-05-14T03:43:04.785Z Compiling regex-automata v0.4.14
13982026-05-14T03:43:04.815Z Compiling synstructure v0.13.2
13992026-05-14T03:43:04.819Z Compiling serde_derive_internals v0.29.1
14002026-05-14T03:43:04.837Z Compiling pest_generator v2.8.6
14012026-05-14T03:43:04.851Z Compiling darling_core v0.20.11
14022026-05-14T03:43:04.897Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14032026-05-14T03:43:04.984Z Compiling darling_core v0.21.3
14042026-05-14T03:43:05.020Z Compiling bzip2-sys v0.1.13+1.0.8
14052026-05-14T03:43:05.351Z Compiling rusty-fork v0.3.1
14062026-05-14T03:43:05.447Z Compiling slog v2.8.2
14072026-05-14T03:43:05.474Z Compiling thread-id v5.1.0
14082026-05-14T03:43:05.575Z Compiling time v0.3.47
14092026-05-14T03:43:05.598Z Compiling cookie v0.18.1
14102026-05-14T03:43:05.625Z Compiling unarray v0.1.4
14112026-05-14T03:43:05.625Z Compiling unicode-bidi v0.3.18
14122026-05-14T03:43:05.659Z Compiling unicode-properties v0.1.4
14132026-05-14T03:43:05.711Z Compiling signal-hook v0.3.18
14142026-05-14T03:43:05.732Z Compiling allocator-api2 v0.2.21
14152026-05-14T03:43:05.807Z Compiling paste v1.0.15
14162026-05-14T03:43:05.838Z Compiling iri-string v0.7.10
14172026-05-14T03:43:05.838Z Compiling anyhow v1.0.102
14182026-05-14T03:43:05.884Z Compiling adler2 v2.0.1
14192026-05-14T03:43:05.884Z Compiling zstd-safe v7.2.4
14202026-05-14T03:43:05.999Z Compiling ryu v1.0.23
14212026-05-14T03:43:06.035Z Compiling miniz_oxide v0.8.9
14222026-05-14T03:43:06.058Z Compiling stringprep v0.1.5
14232026-05-14T03:43:06.304Z Compiling heck v0.4.1
14242026-05-14T03:43:06.433Z Compiling num-integer v0.1.46
14252026-05-14T03:43:06.544Z Compiling curve25519-dalek v4.1.3
14262026-05-14T03:43:06.592Z Compiling vergen-lib v0.1.6
14272026-05-14T03:43:06.616Z Compiling serde_derive v1.0.228
14282026-05-14T03:43:06.668Z Compiling zeroize_derive v1.4.3
14292026-05-14T03:43:06.727Z Compiling zerofrom-derive v0.1.6
14302026-05-14T03:43:06.749Z Compiling yoke-derive v0.8.1
14312026-05-14T03:43:06.793Z Compiling zerocopy-derive v0.8.40
14322026-05-14T03:43:06.905Z Compiling zerovec-derive v0.11.2
14332026-05-14T03:43:06.953Z Compiling displaydoc v0.2.5
14342026-05-14T03:43:07.255Z Compiling tokio-macros v2.7.0
14352026-05-14T03:43:07.277Z Compiling futures-macro v0.3.32
14362026-05-14T03:43:07.414Z Compiling der_derive v0.7.3
14372026-05-14T03:43:07.436Z Compiling zeroize v1.8.2
14382026-05-14T03:43:07.639Z Compiling rustls-pki-types v1.14.0
14392026-05-14T03:43:07.743Z Compiling thiserror-impl v2.0.18
14402026-05-14T03:43:07.979Z Compiling tracing-attributes v0.1.31
14412026-05-14T03:43:08.018Z Compiling pest_derive v2.8.6
14422026-05-14T03:43:08.079Z Compiling scroll_derive v0.13.1
14432026-05-14T03:43:08.131Z Compiling crypto-common v0.1.7
14442026-05-14T03:43:08.134Z Compiling block-buffer v0.10.4
14452026-05-14T03:43:08.183Z Compiling futures-util v0.3.32
14462026-05-14T03:43:08.223Z Compiling zerofrom v0.1.6
14472026-05-14T03:43:08.304Z Compiling digest v0.10.7
14482026-05-14T03:43:08.343Z Compiling yoke v0.8.1
14492026-05-14T03:43:08.363Z Compiling block-padding v0.3.3
14502026-05-14T03:43:08.393Z Compiling der v0.7.10
14512026-05-14T03:43:08.482Z Compiling schemars_derive v0.8.22
14522026-05-14T03:43:08.542Z Compiling zerovec v0.11.5
14532026-05-14T03:43:08.557Z Compiling zerotrie v0.2.3
14542026-05-14T03:43:08.575Z Compiling hmac v0.12.1
14552026-05-14T03:43:08.751Z Compiling inout v0.1.4
14562026-05-14T03:43:08.888Z Compiling sha2 v0.10.9
14572026-05-14T03:43:08.952Z Compiling cipher v0.4.4
14582026-05-14T03:43:08.967Z Compiling pbkdf2 v0.12.2
14592026-05-14T03:43:09.065Z Compiling tinystr v0.8.2
14602026-05-14T03:43:09.082Z Compiling potential_utf v0.1.4
14612026-05-14T03:43:09.099Z Compiling scroll v0.13.0
14622026-05-14T03:43:09.162Z Compiling thiserror v2.0.18
14632026-05-14T03:43:09.237Z Compiling icu_locale_core v2.1.1
14642026-05-14T03:43:09.265Z Compiling icu_collections v2.1.1
14652026-05-14T03:43:09.283Z Compiling spki v0.7.3
14662026-05-14T03:43:09.297Z Compiling salsa20 v0.10.2
14672026-05-14T03:43:09.369Z Compiling tracing v0.1.44
14682026-05-14T03:43:09.393Z Compiling aes v0.8.4
14692026-05-14T03:43:09.412Z Compiling cbc v0.1.2
14702026-05-14T03:43:09.464Z Compiling scrypt v0.11.0
14712026-05-14T03:43:09.583Z Compiling darling_macro v0.20.11
14722026-05-14T03:43:09.678Z Compiling openssl-macros v0.1.1
14732026-05-14T03:43:09.683Z Compiling goblin v0.10.5
14742026-05-14T03:43:09.740Z Compiling rustls-native-certs v0.8.3
14752026-05-14T03:43:09.794Z Compiling dtrace-parser v0.3.0
14762026-05-14T03:43:09.831Z Compiling pkcs5 v0.7.1
14772026-05-14T03:43:10.050Z Compiling icu_provider v2.1.1
14782026-05-14T03:43:10.114Z Compiling darling v0.20.11
14792026-05-14T03:43:10.150Z Compiling bytes v1.11.1
14802026-05-14T03:43:10.182Z Compiling chrono v0.4.44
14812026-05-14T03:43:10.212Z Compiling ipnet v2.11.0
14822026-05-14T03:43:10.246Z Compiling pkcs8 v0.10.2
14832026-05-14T03:43:10.309Z Compiling icu_properties v2.1.2
14842026-05-14T03:43:10.337Z Compiling icu_normalizer v2.1.1
14852026-05-14T03:43:10.376Z Compiling derive_builder_core v0.20.2
14862026-05-14T03:43:10.480Z Compiling signature v2.2.0
14872026-05-14T03:43:10.547Z Compiling webpki-roots v1.0.6
14882026-05-14T03:43:10.562Z Compiling thiserror-impl v1.0.69
14892026-05-14T03:43:10.583Z Compiling scroll_derive v0.12.1
14902026-05-14T03:43:10.675Z Compiling tokio v1.52.1
14912026-05-14T03:43:10.690Z Compiling http v1.4.0
14922026-05-14T03:43:10.735Z Compiling serde_tokenstream v0.2.3
14932026-05-14T03:43:10.785Z Compiling serde_urlencoded v0.7.1
14942026-05-14T03:43:10.908Z Compiling toml_datetime v0.6.11
14952026-05-14T03:43:11.043Z Compiling erased-serde v0.3.31
14962026-05-14T03:43:11.071Z Compiling serde_spanned v0.6.9
14972026-05-14T03:43:11.189Z Compiling idna_adapter v1.2.1
14982026-05-14T03:43:11.235Z Compiling ppv-lite86 v0.2.21
14992026-05-14T03:43:11.283Z Compiling derive_builder_macro v0.20.2
15002026-05-14T03:43:11.308Z Compiling scroll v0.12.0
15012026-05-14T03:43:11.348Z Compiling idna v1.1.0
15022026-05-14T03:43:11.363Z Compiling http-body v1.0.1
15032026-05-14T03:43:11.448Z Compiling md-5 v0.10.6
15042026-05-14T03:43:11.471Z Compiling darling_macro v0.21.3
15052026-05-14T03:43:11.539Z Compiling rand_chacha v0.9.0
15062026-05-14T03:43:11.556Z Compiling http-body-util v0.1.3
15072026-05-14T03:43:11.587Z Compiling rand_chacha v0.3.1
15082026-05-14T03:43:11.602Z Compiling bstr v1.12.1
15092026-05-14T03:43:11.622Z Compiling async-trait v0.1.89
15102026-05-14T03:43:11.637Z Compiling zerocopy-derive v0.7.35
15112026-05-14T03:43:11.651Z Compiling pin-project-internal v1.1.11
15122026-05-14T03:43:11.773Z Compiling url v2.5.8
15132026-05-14T03:43:11.817Z Compiling rand v0.9.2
15142026-05-14T03:43:11.865Z Compiling thiserror v1.0.69
15152026-05-14T03:43:11.985Z Compiling ff v0.13.1
15162026-05-14T03:43:12.016Z Compiling hash32 v0.2.1
15172026-05-14T03:43:12.090Z Compiling memoffset v0.9.1
15182026-05-14T03:43:12.137Z Compiling encoding_rs v0.8.35
15192026-05-14T03:43:12.225Z Compiling zlib-rs v0.6.2
15202026-05-14T03:43:12.305Z Compiling litrs v1.0.0
15212026-05-14T03:43:12.365Z Compiling ref-cast v1.0.25
15222026-05-14T03:43:12.496Z Compiling dof v0.4.0
15232026-05-14T03:43:12.656Z Compiling proptest v1.10.0
15242026-05-14T03:43:12.691Z Compiling cfg_aliases v0.2.1
15252026-05-14T03:43:12.702Z Compiling psl-types v2.0.11
15262026-05-14T03:43:12.733Z Compiling rustix v0.38.44
15272026-05-14T03:43:12.768Z Compiling smoltcp v0.9.1
15282026-05-14T03:43:12.832Z Compiling num-bigint-dig v0.8.6
15292026-05-14T03:43:12.835Z Compiling base16ct v0.2.0
15302026-05-14T03:43:12.868Z Compiling fallible-iterator v0.2.0
15312026-05-14T03:43:12.929Z Compiling mime v0.3.17
15322026-05-14T03:43:13.082Z Compiling sec1 v0.7.3
15332026-05-14T03:43:13.089Z Compiling document-features v0.2.12
15342026-05-14T03:43:13.176Z Compiling ipnetwork v0.21.1
15352026-05-14T03:43:13.222Z Compiling postgres-protocol v0.6.10
15362026-05-14T03:43:13.222Z Compiling pin-project v1.1.11
15372026-05-14T03:43:13.258Z Compiling publicsuffix v2.3.0
15382026-05-14T03:43:13.396Z Compiling nix v0.31.2
15392026-05-14T03:43:14.181Z Compiling oxnet v0.1.4
15402026-05-14T03:43:14.181Z Compiling zerocopy v0.7.35
15412026-05-14T03:43:14.209Z Compiling group v0.13.0
15422026-05-14T03:43:14.209Z Compiling darling v0.21.3
15432026-05-14T03:43:14.209Z Compiling rand v0.8.6
15442026-05-14T03:43:14.210Z Compiling derive_builder v0.20.2
15452026-05-14T03:43:14.210Z Compiling goblin v0.8.2
15462026-05-14T03:43:14.210Z Compiling futures-executor v0.3.32
15472026-05-14T03:43:14.210Z Compiling hubpack_derive v0.1.1
15482026-05-14T03:43:14.210Z Compiling cargo-platform v0.1.9
15492026-05-14T03:43:14.210Z Compiling hex v0.4.3
15502026-05-14T03:43:14.210Z Compiling hkdf v0.12.4
15512026-05-14T03:43:14.210Z Compiling crypto-bigint v0.5.5
15522026-05-14T03:43:14.210Z Compiling regex v1.12.3
15532026-05-14T03:43:14.210Z Compiling num-iter v0.1.45
15542026-05-14T03:43:14.210Z Compiling ref-cast-impl v1.0.25
15552026-05-14T03:43:14.210Z Compiling strum_macros v0.27.2
15562026-05-14T03:43:14.210Z Compiling daft-derive v0.1.5
15572026-05-14T03:43:14.211Z Compiling curve25519-dalek-derive v0.1.1
15582026-05-14T03:43:14.211Z Compiling snafu-derive v0.8.9
15592026-05-14T03:43:14.611Z Compiling tokio-util v0.7.18
15602026-05-14T03:43:14.639Z Compiling tower v0.5.3
15612026-05-14T03:43:14.639Z Compiling tokio-native-tls v0.3.1
15622026-05-14T03:43:14.686Z Compiling phf_shared v0.13.1
15632026-05-14T03:43:14.744Z Compiling terminal_size v0.4.3
15642026-05-14T03:43:14.841Z Compiling lazy_static v1.5.0
15652026-05-14T03:43:14.989Z Compiling vergen v9.0.6
15662026-05-14T03:43:14.989Z Compiling fs-err v3.3.0
15672026-05-14T03:43:14.989Z Compiling ahash v0.8.12
15682026-05-14T03:43:15.062Z Compiling object v0.37.3
15692026-05-14T03:43:15.062Z Compiling managed v0.8.0
15702026-05-14T03:43:15.062Z Compiling tower-http v0.6.8
15712026-05-14T03:43:15.124Z Compiling newtype-uuid v1.3.2
15722026-05-14T03:43:15.125Z Compiling flate2 v1.1.9
15732026-05-14T03:43:15.191Z Compiling foldhash v0.1.5
15742026-05-14T03:43:15.192Z Compiling same-file v1.0.6
15752026-05-14T03:43:15.261Z Compiling bumpalo v3.20.2
15762026-05-14T03:43:15.261Z Compiling bitflags v1.3.2
15772026-05-14T03:43:15.306Z Compiling h2 v0.4.13
15782026-05-14T03:43:15.389Z Compiling foldhash v0.2.0
15792026-05-14T03:43:15.389Z Compiling libbz2-rs-sys v0.2.2
15802026-05-14T03:43:15.555Z Compiling winnow v0.5.40
15812026-05-14T03:43:15.555Z Compiling clap_builder v4.5.60
15822026-05-14T03:43:15.555Z Compiling zopfli v0.8.3
15832026-05-14T03:43:15.555Z Compiling hashbrown v0.16.1
15842026-05-14T03:43:15.664Z Compiling daft v0.1.5
15852026-05-14T03:43:15.736Z Compiling walkdir v2.5.0
15862026-05-14T03:43:15.934Z Compiling bzip2 v0.6.1
15872026-05-14T03:43:16.062Z Compiling dof v0.3.0
15882026-05-14T03:43:16.103Z Compiling hashbrown v0.15.5
15892026-05-14T03:43:16.213Z Compiling strum v0.27.2
15902026-05-14T03:43:16.262Z Compiling snafu v0.8.9
15912026-05-14T03:43:16.263Z Compiling elliptic-curve v0.13.8
15922026-05-14T03:43:16.298Z Compiling phf v0.13.1
15932026-05-14T03:43:16.430Z Compiling cargo_metadata v0.19.2
15942026-05-14T03:43:16.490Z Compiling signal-hook-mio v0.2.5
15952026-05-14T03:43:16.553Z Compiling cookie_store v0.22.1
15962026-05-14T03:43:16.604Z Compiling hubpack v0.1.2
15972026-05-14T03:43:16.642Z Compiling bzip2 v0.4.4
15982026-05-14T03:43:16.708Z Compiling usdt-attr-macro v0.6.0
15992026-05-14T03:43:16.708Z Compiling usdt-macro v0.6.0
16002026-05-14T03:43:16.807Z Compiling toml_edit v0.19.15
16012026-05-14T03:43:16.892Z Compiling futures v0.3.32
16022026-05-14T03:43:16.943Z Compiling serde_with_macros v3.17.0
16032026-05-14T03:43:16.956Z Compiling postgres-types v0.2.12
16042026-05-14T03:43:16.956Z Compiling zstd v0.13.3
16052026-05-14T03:43:17.242Z Compiling globset v0.4.18
16062026-05-14T03:43:17.251Z Compiling dtrace-parser v0.2.0
16072026-05-14T03:43:17.336Z Compiling ed25519 v2.2.3
16082026-05-14T03:43:17.476Z Compiling pkcs1 v0.7.5
16092026-05-14T03:43:17.499Z Compiling serde-big-array v0.5.1
16102026-05-14T03:43:17.525Z Compiling olpc-cjson v0.1.4
16112026-05-14T03:43:17.653Z Compiling serde_plain v1.0.2
16122026-05-14T03:43:17.706Z Compiling rfc6979 v0.4.0
16132026-05-14T03:43:17.795Z Compiling async-recursion v1.1.1
16142026-05-14T03:43:17.855Z Compiling strum_macros v0.26.4
16152026-05-14T03:43:17.872Z Compiling enum-as-inner v0.6.1
16162026-05-14T03:43:17.921Z Compiling serde_repr v0.1.20
16172026-05-14T03:43:17.956Z Compiling clap_derive v4.5.55
16182026-05-14T03:43:18.031Z Compiling phf_shared v0.11.3
16192026-05-14T03:43:18.054Z Compiling float-cmp v0.10.0
16202026-05-14T03:43:18.167Z Compiling pem v3.0.6
16212026-05-14T03:43:18.218Z Compiling thread-id v4.2.2
16222026-05-14T03:43:18.238Z Compiling memmap2 v0.9.10
16232026-05-14T03:43:18.279Z Compiling env_filter v1.0.0
16242026-05-14T03:43:18.320Z Compiling either v1.15.0
16252026-05-14T03:43:18.407Z Compiling hyper v1.8.1
16262026-05-14T03:43:18.482Z Compiling predicates-core v1.0.10
16272026-05-14T03:43:18.498Z Compiling jiff v0.2.21
16282026-05-14T03:43:18.517Z Compiling fixedbitset v0.4.2
16292026-05-14T03:43:18.529Z Compiling difflib v0.4.0
16302026-05-14T03:43:18.556Z Compiling whoami v2.1.0
16312026-05-14T03:43:18.628Z Compiling new_debug_unreachable v1.0.6
16322026-05-14T03:43:18.641Z Compiling typed-path v0.9.3
16332026-05-14T03:43:18.687Z Compiling normalize-line-endings v0.3.0
16342026-05-14T03:43:18.702Z Compiling precomputed-hash v0.1.1
16352026-05-14T03:43:18.764Z Compiling keccak v0.1.6
16362026-05-14T03:43:18.802Z Compiling fixedbitset v0.5.7
16372026-05-14T03:43:18.816Z Compiling static_assertions v1.1.0
16382026-05-14T03:43:18.902Z Compiling data-encoding v2.10.0
16392026-05-14T03:43:18.963Z Compiling rustc-hash v2.1.1
16402026-05-14T03:43:19.103Z Compiling iddqd v0.3.18
16412026-05-14T03:43:19.127Z Compiling petgraph v0.8.3
16422026-05-14T03:43:19.143Z Compiling sha3 v0.10.8
16432026-05-14T03:43:19.293Z Compiling hickory-proto v0.25.2
16442026-05-14T03:43:19.402Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16452026-05-14T03:43:19.527Z Compiling hyper-util v0.1.20
16462026-05-14T03:43:19.626Z Compiling predicates v3.1.4
16472026-05-14T03:43:19.630Z Compiling tokio-postgres v0.7.16
16482026-05-14T03:43:19.655Z Compiling string_cache v0.8.9
16492026-05-14T03:43:19.698Z Compiling strum v0.26.3
16502026-05-14T03:43:19.819Z Compiling clap v4.5.60
16512026-05-14T03:43:19.850Z Compiling toml_edit v0.22.27
16522026-05-14T03:43:19.957Z Compiling petgraph v0.6.5
16532026-05-14T03:43:19.971Z Compiling itertools v0.13.0
16542026-05-14T03:43:19.971Z Compiling env_logger v0.11.9
16552026-05-14T03:43:20.080Z Compiling usdt v0.6.0
16562026-05-14T03:43:20.293Z Compiling usdt-impl v0.5.0
16572026-05-14T03:43:20.313Z Compiling toml v0.7.8
16582026-05-14T03:43:20.329Z Compiling serde_with v3.17.0
16592026-05-14T03:43:20.382Z Compiling crossterm v0.28.1
16602026-05-14T03:43:20.904Z Compiling hyper-tls v0.6.0
16612026-05-14T03:43:20.945Z Compiling ecdsa v0.16.9
16622026-05-14T03:43:21.109Z Compiling rsa v0.9.10
16632026-05-14T03:43:21.157Z Compiling zip v4.6.1
16642026-05-14T03:43:21.177Z Compiling ed25519-dalek v2.2.0
16652026-05-14T03:43:21.419Z Compiling zip v0.6.6
16662026-05-14T03:43:21.881Z Compiling tokio-stream v0.1.18
16672026-05-14T03:43:21.881Z Compiling toml_parser v1.0.9+spec-1.1.0
16682026-05-14T03:43:22.030Z Compiling buf-list v1.1.2
16692026-05-14T03:43:22.057Z Compiling similar v2.7.0
16702026-05-14T03:43:22.105Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16712026-05-14T03:43:22.161Z Compiling openapiv3 v2.2.0
16722026-05-14T03:43:22.212Z Compiling x509-cert v0.2.5
16732026-05-14T03:43:22.245Z Compiling sha1 v0.10.6
16742026-05-14T03:43:22.342Z Compiling crossbeam-epoch v0.9.18
16752026-05-14T03:43:22.402Z Compiling toml_datetime v0.7.5+spec-1.1.0
16762026-05-14T03:43:22.431Z Compiling lalrpop-util v0.19.12
16772026-05-14T03:43:22.512Z Compiling peg-runtime v0.8.5
16782026-05-14T03:43:22.592Z Compiling thread_local v1.1.9
16792026-05-14T03:43:22.639Z Compiling slog-async v2.8.0
16802026-05-14T03:43:22.652Z Compiling crossbeam-channel v0.5.15
16812026-05-14T03:43:22.708Z Compiling is-terminal v0.4.17
16822026-05-14T03:43:22.734Z Compiling filetime v0.2.27
16832026-05-14T03:43:22.782Z Compiling take_mut v0.2.2
16842026-05-14T03:43:22.811Z Compiling term v1.2.1
16852026-05-14T03:43:22.827Z Compiling xattr v1.6.1
16862026-05-14T03:43:22.977Z Compiling tar v0.4.45
16872026-05-14T03:43:23.101Z Compiling slog-term v2.9.2
16882026-05-14T03:43:40.667Z Compiling rustls-webpki v0.103.9
16892026-05-14T03:43:43.484Z Compiling tokio-rustls v0.26.4
16902026-05-14T03:43:43.484Z Compiling rustls-platform-verifier v0.6.2
16912026-05-14T03:43:43.687Z Compiling hyper-rustls v0.27.7
16922026-05-14T03:43:43.881Z Compiling reqwest v0.12.28
16932026-05-14T03:43:43.881Z Compiling reqwest v0.13.2
16942026-05-14T03:43:45.108Z Compiling tough v0.22.0
16952026-05-14T03:43:47.628Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16962026-05-14T03:43:47.863Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16972026-05-14T03:43:50.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.52s
16982026-05-14T03:43:50.868Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16992026-05-14T03:43:50.927ZMay 14 03:43:49.619 INFO Starting download, target: Cockroach
17002026-05-14T03:43:50.927ZMay 14 03:43:49.620 INFO Starting download, target: Console
17012026-05-14T03:43:50.927ZMay 14 03:43:49.620 INFO Starting download, target: DendriteStub
17022026-05-14T03:43:50.932ZMay 14 03:43:49.620 INFO Starting download, target: Clickhouse
17032026-05-14T03:43:50.933ZMay 14 03:43:49.620 INFO Starting download, target: MaghemiteMgd
17042026-05-14T03:43:50.933ZMay 14 03:43:49.620 INFO Starting download, target: TransceiverControl
17052026-05-14T03:43:50.933ZMay 14 03:43:49.621 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17062026-05-14T03:43:50.933ZMay 14 03:43:49.621 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17072026-05-14T03:43:50.933ZMay 14 03:43:49.621 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17082026-05-14T03:43:50.933ZMay 14 03:43:49.621 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17092026-05-14T03:43:50.933ZMay 14 03:43:49.621 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17102026-05-14T03:43:50.933ZMay 14 03:43:49.621 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17112026-05-14T03:43:51.418ZMay 14 03:43:50.102 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17122026-05-14T03:43:51.642ZMay 14 03:43:50.324 INFO Download complete, target: TransceiverControl
17132026-05-14T03:43:51.948ZMay 14 03:43:50.628 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17142026-05-14T03:43:52.213ZMay 14 03:43:50.892 INFO Download complete, target: Console
17152026-05-14T03:43:52.463ZMay 14 03:43:51.154 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17162026-05-14T03:43:52.490ZMay 14 03:43:51.179 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17172026-05-14T03:43:52.743ZMay 14 03:43:51.432 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17182026-05-14T03:43:52.889ZMay 14 03:43:51.583 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17192026-05-14T03:43:52.889ZMay 14 03:43:51.583 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17202026-05-14T03:43:54.951ZMay 14 03:43:53.645 INFO Download complete, target: DendriteStub
17212026-05-14T03:43:54.981ZMay 14 03:43:53.675 INFO Download complete, target: MaghemiteMgd
17222026-05-14T03:43:57.798ZMay 14 03:43:56.491 INFO Checking that binary works, target: Cockroach
17232026-05-14T03:43:57.923ZMay 14 03:43:56.617 INFO Download complete, target: Cockroach
17242026-05-14T03:43:59.660ZMay 14 03:43:58.352 INFO Checking that binary works, target: Clickhouse
17252026-05-14T03:43:59.746ZMay 14 03:43:58.440 INFO Download complete, target: Clickhouse
17262026-05-14T03:43:59.753ZAll prerequisites installed successfully
17272026-05-14T03:43:59.756Z
17282026-05-14T03:43:59.756Zreal 1:59.980998291
17292026-05-14T03:43:59.756Zuser 6:58.768594192
17302026-05-14T03:43:59.756Zsys 1:41.864118400
17312026-05-14T03:43:59.756Ztrap 0.273747708
17322026-05-14T03:43:59.756Ztflt 1.330472473
17332026-05-14T03:43:59.756Zdflt 2.002725127
17342026-05-14T03:43:59.756Zkflt 0.033300303
17352026-05-14T03:43:59.756Zlock 22:51.119422602
17362026-05-14T03:43:59.756Zslp 18:57.800494452
17372026-05-14T03:43:59.756Zlat 26.770144490
17382026-05-14T03:43:59.756Zstop 2:55.911378248
17392026-05-14T03:43:59.756Z+ ptime -m cargo xtask download softnpu
17402026-05-14T03:44:00.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17412026-05-14T03:44:00.323Z Running `target/debug/xtask download softnpu`
17422026-05-14T03:44:01.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
17432026-05-14T03:44:01.192Z Running `target/debug/xtask-downloader softnpu`
17442026-05-14T03:44:01.235ZMay 14 03:43:59.928 INFO Starting download, target: Softnpu
17452026-05-14T03:44:01.237ZMay 14 03:43:59.929 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17462026-05-14T03:44:01.808ZMay 14 03:44:00.502 INFO Download complete, target: Softnpu
17472026-05-14T03:44:01.812Z
17482026-05-14T03:44:01.815Zreal 2.052718796
17492026-05-14T03:44:01.815Zuser 1.376364876
17502026-05-14T03:44:01.815Zsys 0.677835849
17512026-05-14T03:44:01.816Ztrap 0.000770610
17522026-05-14T03:44:01.816Ztflt 0.000084580
17532026-05-14T03:44:01.816Zdflt 0.000168420
17542026-05-14T03:44:01.816Zkflt 0.000000000
17552026-05-14T03:44:01.816Zlock 10.203713166
17562026-05-14T03:44:01.817Zslp 0.439475696
17572026-05-14T03:44:01.817Zlat 0.088741328
17582026-05-14T03:44:01.817Zstop 0.000176090
17592026-05-14T03:44:01.817Z+ export CARGO_INCREMENTAL=0
17602026-05-14T03:44:01.817Z+ CARGO_INCREMENTAL=0
17612026-05-14T03:44:01.817Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17622026-05-14T03:44:02.724Z Compiling proc-macro2 v1.0.106
17632026-05-14T03:44:02.724Z Compiling quote v1.0.45
17642026-05-14T03:44:02.724Z Compiling unicode-ident v1.0.24
17652026-05-14T03:44:02.724Z Compiling libc v0.2.185
17662026-05-14T03:44:02.724Z Compiling serde_core v1.0.228
17672026-05-14T03:44:02.728Z Compiling serde v1.0.228
17682026-05-14T03:44:02.728Z Compiling cfg-if v1.0.4
17692026-05-14T03:44:02.728Z Compiling version_check v0.9.5
17702026-05-14T03:44:02.728Z Compiling find-msvc-tools v0.1.9
17712026-05-14T03:44:02.728Z Compiling shlex v1.3.0
17722026-05-14T03:44:02.728Z Compiling typenum v1.19.0
17732026-05-14T03:44:02.728Z Compiling zmij v1.0.21
17742026-05-14T03:44:02.873Z Compiling autocfg v1.5.0
17752026-05-14T03:44:02.876Z Compiling memchr v2.8.0
17762026-05-14T03:44:02.876Z Compiling serde_json v1.0.149
17772026-05-14T03:44:03.015Z Compiling portable-atomic v1.13.1
17782026-05-14T03:44:03.141Z Compiling libm v0.2.16
17792026-05-14T03:44:03.174Z Compiling zerocopy v0.8.40
17802026-05-14T03:44:03.263Z Compiling generic-array v0.14.7
17812026-05-14T03:44:03.266Z Compiling smallvec v1.15.1
17822026-05-14T03:44:03.294Z Compiling parking_lot_core v0.9.12
17832026-05-14T03:44:03.390Z Compiling icu_normalizer_data v2.1.1
17842026-05-14T03:44:03.452Z Compiling icu_properties_data v2.1.2
17852026-05-14T03:44:03.485Z Compiling itoa v1.0.17
17862026-05-14T03:44:03.499Z Compiling getrandom v0.4.1
17872026-05-14T03:44:03.517Z Compiling num-traits v0.2.19
17882026-05-14T03:44:03.520Z Compiling log v0.4.29
17892026-05-14T03:44:03.570Z Compiling stable_deref_trait v1.2.1
17902026-05-14T03:44:03.619Z Compiling pkg-config v0.3.32
17912026-05-14T03:44:03.667Z Compiling subtle v2.6.1
17922026-05-14T03:44:03.798Z Compiling scopeguard v1.2.0
17932026-05-14T03:44:03.846Z Compiling jobserver v0.1.34
17942026-05-14T03:44:03.860Z Compiling getrandom v0.2.17
17952026-05-14T03:44:03.892Z Compiling errno v0.3.14
17962026-05-14T03:44:03.908Z Compiling lock_api v0.4.14
17972026-05-14T03:44:03.973Z Compiling litemap v0.8.1
17982026-05-14T03:44:04.028Z Compiling rand_core v0.6.4
17992026-05-14T03:44:04.065Z Compiling cc v1.2.56
18002026-05-14T03:44:04.099Z Compiling percent-encoding v2.3.2
18012026-05-14T03:44:04.128Z Compiling writeable v0.6.2
18022026-05-14T03:44:04.212Z Compiling syn v2.0.117
18032026-05-14T03:44:04.226Z Compiling pin-project-lite v0.2.17
18042026-05-14T03:44:04.255Z Compiling fnv v1.0.7
18052026-05-14T03:44:04.325Z Compiling thiserror v2.0.18
18062026-05-14T03:44:04.405Z Compiling getrandom v0.3.4
18072026-05-14T03:44:04.408Z Compiling dunce v1.0.5
18082026-05-14T03:44:04.408Z Compiling equivalent v1.0.2
18092026-05-14T03:44:04.453Z Compiling fs_extra v1.3.0
18102026-05-14T03:44:04.467Z Compiling rustversion v1.0.22
18112026-05-14T03:44:04.536Z Compiling utf8_iter v1.0.4
18122026-05-14T03:44:04.536Z Compiling rand_core v0.10.0
18132026-05-14T03:44:04.550Z Compiling schemars v0.8.22
18142026-05-14T03:44:04.692Z Compiling form_urlencoded v1.2.2
18152026-05-14T03:44:04.780Z Compiling critical-section v1.2.0
18162026-05-14T03:44:04.821Z Compiling cmake v0.1.57
18172026-05-14T03:44:04.840Z Compiling signal-hook-registry v1.4.8
18182026-05-14T03:44:04.922Z Compiling hashbrown v0.17.0
18192026-05-14T03:44:04.937Z Compiling rustix v1.1.3
18202026-05-14T03:44:04.990Z Compiling mio v1.2.0
18212026-05-14T03:44:05.072Z Compiling socket2 v0.6.3
18222026-05-14T03:44:05.195Z Compiling once_cell v1.21.3
18232026-05-14T03:44:05.355Z Compiling bitflags v2.11.0
18242026-05-14T03:44:05.370Z Compiling semver v1.0.28
18252026-05-14T03:44:05.373Z Compiling parking_lot v0.12.5
18262026-05-14T03:44:05.417Z Compiling ring v0.17.14
18272026-05-14T03:44:05.479Z Compiling aws-lc-sys v0.40.0
18282026-05-14T03:44:05.491Z Compiling indexmap v2.14.0
18292026-05-14T03:44:05.507Z Compiling const-oid v0.9.6
18302026-05-14T03:44:05.614Z Compiling aws-lc-rs v1.16.3
18312026-05-14T03:44:05.705Z Compiling futures-core v0.3.32
18322026-05-14T03:44:05.744Z Compiling httparse v1.10.1
18332026-05-14T03:44:05.843Z Compiling thiserror v1.0.69
18342026-05-14T03:44:05.865Z Compiling strsim v0.11.1
18352026-05-14T03:44:05.908Z Compiling vcpkg v0.2.15
18362026-05-14T03:44:06.036Z Compiling byteorder v1.5.0
18372026-05-14T03:44:06.130Z Compiling iana-time-zone v0.1.65
18382026-05-14T03:44:06.182Z Compiling ucd-trie v0.1.7
18392026-05-14T03:44:06.238Z Compiling ident_case v1.0.1
18402026-05-14T03:44:06.238Z Compiling syn v1.0.109
18412026-05-14T03:44:06.285Z Compiling heck v0.5.0
18422026-05-14T03:44:06.321Z Compiling regex-syntax v0.8.10
18432026-05-14T03:44:06.340Z Compiling uuid v1.23.0
18442026-05-14T03:44:06.354Z Compiling pest v2.8.6
18452026-05-14T03:44:06.418Z Compiling rustls v0.23.37
18462026-05-14T03:44:06.439Z Compiling cpufeatures v0.2.17
18472026-05-14T03:44:06.513Z Compiling openssl-sys v0.9.115
18482026-05-14T03:44:06.654Z Compiling futures-sink v0.3.32
18492026-05-14T03:44:06.657Z Compiling rustc_version v0.4.1
18502026-05-14T03:44:06.778Z Compiling slab v0.4.12
18512026-05-14T03:44:06.783Z Compiling futures-channel v0.3.32
18522026-05-14T03:44:06.804Z Compiling futures-io v0.3.32
18532026-05-14T03:44:06.937Z Compiling futures-task v0.3.32
18542026-05-14T03:44:07.026Z Compiling aho-corasick v1.1.4
18552026-05-14T03:44:07.058Z Compiling synstructure v0.13.2
18562026-05-14T03:44:07.061Z Compiling serde_derive_internals v0.29.1
18572026-05-14T03:44:07.169Z Compiling dyn-clone v1.0.20
18582026-05-14T03:44:07.316Z Compiling plain v0.2.3
18592026-05-14T03:44:07.332Z Compiling openssl v0.10.79
18602026-05-14T03:44:07.348Z Compiling base64 v0.22.1
18612026-05-14T03:44:07.448Z Compiling pest_meta v2.8.6
18622026-05-14T03:44:07.492Z Compiling crc32fast v1.5.0
18632026-05-14T03:44:07.591Z Compiling num-conv v0.2.0
18642026-05-14T03:44:07.648Z Compiling time-core v0.1.8
18652026-05-14T03:44:07.665Z Compiling crossbeam-utils v0.8.21
18662026-05-14T03:44:07.791Z Compiling native-tls v0.2.18
18672026-05-14T03:44:07.824Z Compiling time-macros v0.2.27
18682026-05-14T03:44:07.841Z Compiling pretty-hex v0.4.1
18692026-05-14T03:44:07.860Z Compiling regex-automata v0.4.14
18702026-05-14T03:44:07.901Z Compiling base64ct v1.8.3
18712026-05-14T03:44:07.945Z Compiling anyhow v1.0.102
18722026-05-14T03:44:07.963Z Compiling darling_core v0.21.3
18732026-05-14T03:44:08.038Z Compiling pest_generator v2.8.6
18742026-05-14T03:44:08.090Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18752026-05-14T03:44:08.108Z Compiling tracing-core v0.1.36
18762026-05-14T03:44:08.205Z Compiling pem-rfc7468 v0.7.0
18772026-05-14T03:44:08.312Z Compiling serde_derive v1.0.228
18782026-05-14T03:44:08.450Z Compiling zeroize_derive v1.4.3
18792026-05-14T03:44:08.476Z Compiling zerofrom-derive v0.1.6
18802026-05-14T03:44:08.491Z Compiling yoke-derive v0.8.1
18812026-05-14T03:44:08.494Z Compiling zerovec-derive v0.11.2
18822026-05-14T03:44:08.494Z Compiling displaydoc v0.2.5
18832026-05-14T03:44:08.676Z Compiling zerocopy-derive v0.8.40
18842026-05-14T03:44:08.720Z Compiling tokio-macros v2.7.0
18852026-05-14T03:44:08.798Z Compiling futures-macro v0.3.32
18862026-05-14T03:44:09.052Z Compiling zeroize v1.8.2
18872026-05-14T03:44:09.193Z Compiling thiserror-impl v2.0.18
18882026-05-14T03:44:09.411Z Compiling schemars_derive v0.8.22
18892026-05-14T03:44:09.439Z Compiling tracing-attributes v0.1.31
18902026-05-14T03:44:09.560Z Compiling der_derive v0.7.3
18912026-05-14T03:44:09.586Z Compiling thiserror-impl v1.0.69
18922026-05-14T03:44:09.604Z Compiling zerofrom v0.1.6
18932026-05-14T03:44:09.747Z Compiling yoke v0.8.1
18942026-05-14T03:44:09.864Z Compiling crypto-common v0.1.7
18952026-05-14T03:44:09.963Z Compiling zerovec v0.11.5
18962026-05-14T03:44:10.028Z Compiling zerotrie v0.2.3
18972026-05-14T03:44:10.091Z Compiling block-buffer v0.10.4
18982026-05-14T03:44:10.405Z Compiling digest v0.10.7
18992026-05-14T03:44:10.482Z Compiling pest_derive v2.8.6
19002026-05-14T03:44:10.552Z Compiling tinystr v0.8.2
19012026-05-14T03:44:10.568Z Compiling potential_utf v0.1.4
19022026-05-14T03:44:10.608Z Compiling futures-util v0.3.32
19032026-05-14T03:44:10.677Z Compiling hmac v0.12.1
19042026-05-14T03:44:10.693Z Compiling icu_collections v2.1.1
19052026-05-14T03:44:10.773Z Compiling icu_locale_core v2.1.1
19062026-05-14T03:44:10.884Z Compiling block-padding v0.3.3
19072026-05-14T03:44:10.937Z Compiling rustls-pki-types v1.14.0
19082026-05-14T03:44:10.959Z Compiling openssl-macros v0.1.1
19092026-05-14T03:44:11.314Z Compiling inout v0.1.4
19102026-05-14T03:44:11.364Z Compiling sha2 v0.10.9
19112026-05-14T03:44:11.445Z Compiling cipher v0.4.4
19122026-05-14T03:44:11.488Z Compiling bytes v1.11.1
19132026-05-14T03:44:11.569Z Compiling icu_provider v2.1.1
19142026-05-14T03:44:11.607Z Compiling chrono v0.4.44
19152026-05-14T03:44:11.731Z Compiling serde_tokenstream v0.2.3
19162026-05-14T03:44:11.918Z Compiling icu_properties v2.1.2
19172026-05-14T03:44:11.975Z Compiling icu_normalizer v2.1.1
19182026-05-14T03:44:11.999Z Compiling tokio v1.52.1
19192026-05-14T03:44:12.442Z Compiling scroll_derive v0.13.1
19202026-05-14T03:44:12.663Z Compiling scroll_derive v0.12.1
19212026-05-14T03:44:13.031Z Compiling idna_adapter v1.2.1
19222026-05-14T03:44:13.160Z Compiling idna v1.1.0
19232026-05-14T03:44:13.196Z Compiling ppv-lite86 v0.2.21
19242026-05-14T03:44:13.227Z Compiling http v1.4.0
19252026-05-14T03:44:13.381Z Compiling flagset v0.4.7
19262026-05-14T03:44:13.440Z Compiling untrusted v0.9.0
19272026-05-14T03:44:13.617Z Compiling url v2.5.8
19282026-05-14T03:44:13.617Z Compiling der v0.7.10
19292026-05-14T03:44:13.660Z Compiling tracing v0.1.44
19302026-05-14T03:44:13.743Z Compiling darling_macro v0.21.3
19312026-05-14T03:44:13.804Z Compiling regex v1.12.3
19322026-05-14T03:44:13.833Z Compiling zerocopy-derive v0.7.35
19332026-05-14T03:44:14.012Z Compiling rand_core v0.9.5
19342026-05-14T03:44:14.232Z Compiling slog v2.8.2
19352026-05-14T03:44:14.484Z Compiling spki v0.7.3
19362026-05-14T03:44:14.675Z Compiling darling v0.21.3
19372026-05-14T03:44:14.704Z Compiling salsa20 v0.10.2
19382026-05-14T03:44:14.747Z Compiling pbkdf2 v0.12.2
19392026-05-14T03:44:15.235Z Compiling cookie v0.18.1
19402026-05-14T03:44:15.265Z Compiling camino v1.2.2
19412026-05-14T03:44:15.598Z Compiling scrypt v0.11.0
19422026-05-14T03:44:15.601Z Compiling http-body v1.0.1
19432026-05-14T03:44:15.629Z Compiling rand_chacha v0.9.0
19442026-05-14T03:44:15.690Z Compiling tokio-util v0.7.18
19452026-05-14T03:44:15.779Z Compiling aes v0.8.4
19462026-05-14T03:44:15.816Z Compiling cbc v0.1.2
19472026-05-14T03:44:15.977Z Compiling usdt-impl v0.5.0
19482026-05-14T03:44:16.011Z Compiling paste v1.0.15
19492026-05-14T03:44:16.042Z Compiling either v1.15.0
19502026-05-14T03:44:16.058Z Compiling winnow v0.7.14
19512026-05-14T03:44:16.161Z Compiling tinyvec_macros v0.1.1
19522026-05-14T03:44:16.167Z Compiling unicode-segmentation v1.12.0
19532026-05-14T03:44:16.217Z Compiling untrusted v0.7.1
19542026-05-14T03:44:16.272Z Compiling ref-cast v1.0.25
19552026-05-14T03:44:16.287Z Compiling atomic-waker v1.1.2
19562026-05-14T03:44:16.379Z Compiling usdt-impl v0.6.0
19572026-05-14T03:44:16.442Z Compiling openssl-probe v0.2.1
19582026-05-14T03:44:16.584Z Compiling tinyvec v1.10.0
19592026-05-14T03:44:16.619Z Compiling pkcs5 v0.7.1
19602026-05-14T03:44:16.711Z Compiling rand v0.9.2
19612026-05-14T03:44:17.054Z Compiling scroll v0.12.0
19622026-05-14T03:44:17.075Z Compiling scroll v0.13.0
19632026-05-14T03:44:17.117Z Compiling toml_datetime v0.6.11
19642026-05-14T03:44:17.150Z Compiling serde_spanned v0.6.9
19652026-05-14T03:44:17.284Z Compiling async-trait v0.1.89
19662026-05-14T03:44:17.312Z Compiling heapless v0.7.17
19672026-05-14T03:44:17.347Z Compiling bzip2-sys v0.1.13+1.0.8
19682026-05-14T03:44:17.384Z Compiling tower-service v0.3.3
19692026-05-14T03:44:17.554Z Compiling tower-layer v0.3.3
19702026-05-14T03:44:17.569Z Compiling fastrand v2.3.0
19712026-05-14T03:44:17.583Z Compiling try-lock v0.2.5
19722026-05-14T03:44:17.662Z Compiling zstd-safe v7.2.4
19732026-05-14T03:44:17.801Z Compiling signal-hook v0.3.18
19742026-05-14T03:44:17.825Z Compiling want v0.3.1
19752026-05-14T03:44:17.840Z Compiling h2 v0.4.13
19762026-05-14T03:44:17.905Z Compiling toml_parser v1.0.9+spec-1.1.0
19772026-05-14T03:44:18.003Z Compiling goblin v0.10.5
19782026-05-14T03:44:18.022Z Compiling goblin v0.8.2
19792026-05-14T03:44:18.178Z Compiling pkcs8 v0.10.2
19802026-05-14T03:44:18.324Z Compiling heck v0.4.1
19812026-05-14T03:44:18.397Z Compiling zerocopy v0.7.35
19822026-05-14T03:44:18.481Z Compiling ipnet v2.11.0
19832026-05-14T03:44:18.547Z Compiling ref-cast-impl v1.0.25
19842026-05-14T03:44:18.675Z Compiling darling_core v0.20.11
19852026-05-14T03:44:18.929Z Compiling curve25519-dalek v4.1.3
19862026-05-14T03:44:18.952Z Compiling toml_datetime v0.7.5+spec-1.1.0
19872026-05-14T03:44:19.108Z Compiling memoffset v0.9.1
19882026-05-14T03:44:19.200Z Compiling rustix v0.38.44
19892026-05-14T03:44:19.248Z Compiling pin-utils v0.1.0
19902026-05-14T03:44:19.329Z Compiling httpdate v1.0.3
19912026-05-14T03:44:19.696Z Compiling foreign-types-shared v0.1.1
19922026-05-14T03:44:19.736Z Compiling winnow v0.5.40
19932026-05-14T03:44:19.753Z Compiling litrs v1.0.0
19942026-05-14T03:44:19.806Z Compiling foreign-types v0.3.2
19952026-05-14T03:44:19.845Z Compiling tempfile v3.25.0
19962026-05-14T03:44:20.199Z Compiling dof v0.3.0
19972026-05-14T03:44:20.229Z Compiling document-features v0.2.12
19982026-05-14T03:44:20.587Z Compiling unicode-normalization v0.1.25
19992026-05-14T03:44:20.646Z Compiling darling_macro v0.20.11
20002026-05-14T03:44:20.768Z Compiling hyper v1.8.1
20012026-05-14T03:44:20.812Z Compiling dof v0.4.0
20022026-05-14T03:44:20.826Z Compiling dtrace-parser v0.2.0
20032026-05-14T03:44:21.060Z Compiling toml_edit v0.19.15
20042026-05-14T03:44:21.129Z Compiling dtrace-parser v0.3.0
20052026-05-14T03:44:21.188Z Compiling pin-project-internal v1.1.11
20062026-05-14T03:44:21.299Z Compiling daft-derive v0.1.5
20072026-05-14T03:44:21.457Z Compiling spin v0.9.8
20082026-05-14T03:44:21.462Z Compiling thread-id v5.1.0
20092026-05-14T03:44:21.472Z Compiling thread-id v4.2.2
20102026-05-14T03:44:21.560Z Compiling num-bigint-dig v0.8.6
20112026-05-14T03:44:21.578Z Compiling powerfmt v0.2.0
20122026-05-14T03:44:21.753Z Compiling smoltcp v0.9.1
20132026-05-14T03:44:21.780Z Compiling cfg_aliases v0.2.1
20142026-05-14T03:44:21.793Z Compiling deranged v0.5.8
20152026-05-14T03:44:21.885Z Compiling nix v0.31.2
20162026-05-14T03:44:21.903Z Compiling hyper-util v0.1.20
20172026-05-14T03:44:22.260Z Compiling darling v0.20.11
20182026-05-14T03:44:22.375Z Compiling rustls-native-certs v0.8.3
20192026-05-14T03:44:22.430Z Compiling ipnetwork v0.21.1
20202026-05-14T03:44:22.823Z Compiling strum_macros v0.26.4
20212026-05-14T03:44:23.008Z Compiling curve25519-dalek-derive v0.1.1
20222026-05-14T03:44:23.219Z Compiling sync_wrapper v1.0.2
20232026-05-14T03:44:23.244Z Compiling wait-timeout v0.2.1
20242026-05-14T03:44:23.381Z Compiling simd-adler32 v0.3.8
20252026-05-14T03:44:23.494Z Compiling anstyle v1.0.13
20262026-05-14T03:44:23.580Z Compiling siphasher v1.0.2
20272026-05-14T03:44:23.638Z Compiling bit-vec v0.8.0
20282026-05-14T03:44:23.758Z Compiling utf8parse v0.2.2
20292026-05-14T03:44:23.782Z Compiling num_threads v0.1.7
20302026-05-14T03:44:23.839Z Compiling quick-error v1.2.3
20312026-05-14T03:44:23.999Z Compiling rusty-fork v0.3.1
20322026-05-14T03:44:24.005Z Compiling time v0.3.47
20332026-05-14T03:44:24.107Z Compiling bit-set v0.8.0
20342026-05-14T03:44:24.293Z Compiling anstyle-parse v0.2.7
20352026-05-14T03:44:24.334Z Compiling tower v0.5.3
20362026-05-14T03:44:24.500Z Compiling derive_builder_core v0.20.2
20372026-05-14T03:44:24.545Z Compiling snafu-derive v0.8.9
20382026-05-14T03:44:24.823Z Compiling http-body-util v0.1.3
20392026-05-14T03:44:25.031Z Compiling webpki-roots v1.0.6
20402026-05-14T03:44:25.103Z Compiling rand_xorshift v0.4.0
20412026-05-14T03:44:25.125Z Compiling signature v2.2.0
20422026-05-14T03:44:25.169Z Compiling hubpack_derive v0.1.1
20432026-05-14T03:44:25.265Z Compiling strum_macros v0.27.2
20442026-05-14T03:44:25.355Z Compiling fs-err v3.3.0
20452026-05-14T03:44:25.415Z Compiling ahash v0.8.12
20462026-05-14T03:44:25.501Z Compiling encoding_rs v0.8.35
20472026-05-14T03:44:25.653Z Compiling allocator-api2 v0.2.21
20482026-05-14T03:44:25.657Z Compiling iri-string v0.7.10
20492026-05-14T03:44:25.718Z Compiling ryu v1.0.23
20502026-05-14T03:44:25.784Z Compiling unarray v0.1.4
20512026-05-14T03:44:25.934Z Compiling adler2 v2.0.1
20522026-05-14T03:44:25.950Z Compiling unicode-properties v0.1.4
20532026-05-14T03:44:25.966Z Compiling is_terminal_polyfill v1.70.2
20542026-05-14T03:44:26.039Z Compiling object v0.37.3
20552026-05-14T03:44:26.083Z Compiling unicode-bidi v0.3.18
20562026-05-14T03:44:26.099Z Compiling anstyle-query v1.1.5
20572026-05-14T03:44:26.102Z Compiling colorchoice v1.0.4
20582026-05-14T03:44:26.194Z Compiling mime v0.3.17
20592026-05-14T03:44:26.223Z Compiling anstream v0.6.21
20602026-05-14T03:44:26.274Z Compiling miniz_oxide v0.8.9
20612026-05-14T03:44:26.317Z Compiling serde_urlencoded v0.7.1
20622026-05-14T03:44:26.393Z Compiling proptest v1.10.0
20632026-05-14T03:44:26.531Z Compiling stringprep v0.1.5
20642026-05-14T03:44:26.852Z Compiling derive_builder_macro v0.20.2
20652026-05-14T03:44:26.868Z Compiling tower-http v0.6.8
20662026-05-14T03:44:26.927Z Compiling tokio-native-tls v0.3.1
20672026-05-14T03:44:26.994Z Compiling usdt-attr-macro v0.6.0
20682026-05-14T03:44:27.089Z Compiling usdt-macro v0.6.0
20692026-05-14T03:44:27.451Z Compiling rand_chacha v0.3.1
20702026-05-14T03:44:27.471Z Compiling erased-serde v0.3.31
20712026-05-14T03:44:27.560Z Compiling md-5 v0.10.6
20722026-05-14T03:44:27.563Z Compiling bstr v1.12.1
20732026-05-14T03:44:27.734Z Compiling num-integer v0.1.46
20742026-05-14T03:44:27.763Z Compiling hash32 v0.2.1
20752026-05-14T03:44:27.807Z Compiling vergen-lib v0.1.6
20762026-05-14T03:44:27.834Z Compiling ff v0.13.1
20772026-05-14T03:44:28.014Z Compiling fallible-iterator v0.2.0
20782026-05-14T03:44:28.078Z Compiling zlib-rs v0.6.2
20792026-05-14T03:44:28.094Z Compiling psl-types v2.0.11
20802026-05-14T03:44:28.111Z Compiling base16ct v0.2.0
20812026-05-14T03:44:28.210Z Compiling publicsuffix v2.3.0
20822026-05-14T03:44:28.237Z Compiling num-iter v0.1.45
20832026-05-14T03:44:28.289Z Compiling sec1 v0.7.3
20842026-05-14T03:44:28.304Z Compiling postgres-protocol v0.6.10
20852026-05-14T03:44:28.321Z Compiling group v0.13.0
20862026-05-14T03:44:28.402Z Compiling newtype-uuid v1.3.2
20872026-05-14T03:44:28.678Z Compiling rand v0.8.6
20882026-05-14T03:44:29.204Z Compiling oxnet v0.1.4
20892026-05-14T03:44:29.276Z Compiling derive_builder v0.20.2
20902026-05-14T03:44:29.293Z Compiling hyper-tls v0.6.0
20912026-05-14T03:44:29.425Z Compiling phf_shared v0.13.1
20922026-05-14T03:44:29.531Z Compiling pin-project v1.1.11
20932026-05-14T03:44:29.585Z Compiling lazy_static v1.5.0
20942026-05-14T03:44:29.698Z Compiling terminal_size v0.4.3
20952026-05-14T03:44:29.714Z Compiling serde_with_macros v3.17.0
20962026-05-14T03:44:29.731Z Compiling futures-executor v0.3.32
20972026-05-14T03:44:29.745Z Compiling cargo-platform v0.1.9
20982026-05-14T03:44:29.748Z Compiling hex v0.4.3
20992026-05-14T03:44:29.959Z Compiling hkdf v0.12.4
21002026-05-14T03:44:29.982Z Compiling crypto-bigint v0.5.5
21012026-05-14T03:44:30.004Z Compiling serde_repr v0.1.20
21022026-05-14T03:44:30.046Z Compiling clap_derive v4.5.55
21032026-05-14T03:44:30.128Z Compiling flate2 v1.1.9
21042026-05-14T03:44:30.186Z Compiling async-recursion v1.1.1
21052026-05-14T03:44:30.328Z Compiling enum-as-inner v0.6.1
21062026-05-14T03:44:30.365Z Compiling vergen v9.0.6
21072026-05-14T03:44:30.418Z Compiling foldhash v0.2.0
21082026-05-14T03:44:30.558Z Compiling foldhash v0.1.5
21092026-05-14T03:44:30.577Z Compiling same-file v1.0.6
21102026-05-14T03:44:30.644Z Compiling bumpalo v3.20.2
21112026-05-14T03:44:30.675Z Compiling bitflags v1.3.2
21122026-05-14T03:44:30.745Z Compiling libbz2-rs-sys v0.2.2
21132026-05-14T03:44:30.791Z Compiling managed v0.8.0
21142026-05-14T03:44:30.817Z Compiling clap_lex v1.0.0
21152026-05-14T03:44:30.899Z Compiling zopfli v0.8.3
21162026-05-14T03:44:30.945Z Compiling elliptic-curve v0.13.8
21172026-05-14T03:44:31.085Z Compiling clap_builder v4.5.60
21182026-05-14T03:44:31.147Z Compiling walkdir v2.5.0
21192026-05-14T03:44:31.200Z Compiling bzip2 v0.6.1
21202026-05-14T03:44:31.316Z Compiling hashbrown v0.15.5
21212026-05-14T03:44:31.410Z Compiling hashbrown v0.16.1
21222026-05-14T03:44:31.443Z Compiling cargo_metadata v0.19.2
21232026-05-14T03:44:31.487Z Compiling futures v0.3.32
21242026-05-14T03:44:31.918Z Compiling zstd v0.13.3
21252026-05-14T03:44:32.023Z Compiling snafu v0.8.9
21262026-05-14T03:44:32.193Z Compiling phf v0.13.1
21272026-05-14T03:44:32.209Z Compiling daft v0.1.5
21282026-05-14T03:44:32.211Z Compiling signal-hook-mio v0.2.5
21292026-05-14T03:44:32.372Z Compiling cookie_store v0.22.1
21302026-05-14T03:44:32.389Z Compiling postgres-types v0.2.12
21312026-05-14T03:44:32.494Z Compiling bzip2 v0.4.4
21322026-05-14T03:44:32.682Z Compiling globset v0.4.18
21332026-05-14T03:44:32.698Z Compiling strum v0.27.2
21342026-05-14T03:44:32.869Z Compiling hubpack v0.1.2
21352026-05-14T03:44:32.922Z Compiling ed25519 v2.2.3
21362026-05-14T03:44:32.956Z Compiling phf_shared v0.11.3
21372026-05-14T03:44:33.023Z Compiling crossbeam-epoch v0.9.18
21382026-05-14T03:44:33.129Z Compiling olpc-cjson v0.1.4
21392026-05-14T03:44:33.151Z Compiling pkcs1 v0.7.5
21402026-05-14T03:44:33.183Z Compiling pem v3.0.6
21412026-05-14T03:44:33.317Z Compiling serde-big-array v0.5.1
21422026-05-14T03:44:33.320Z Compiling serde_plain v1.0.2
21432026-05-14T03:44:33.413Z Compiling rfc6979 v0.4.0
21442026-05-14T03:44:33.488Z Compiling float-cmp v0.10.0
21452026-05-14T03:44:33.488Z Compiling memmap2 v0.9.10
21462026-05-14T03:44:33.545Z Compiling env_filter v1.0.0
21472026-05-14T03:44:33.548Z Compiling data-encoding v2.10.0
21482026-05-14T03:44:33.548Z Compiling predicates-core v1.0.10
21492026-05-14T03:44:33.594Z Compiling toml_write v0.1.2
21502026-05-14T03:44:33.597Z Compiling keccak v0.1.6
21512026-05-14T03:44:33.625Z Compiling static_assertions v1.1.0
21522026-05-14T03:44:33.715Z Compiling fixedbitset v0.5.7
21532026-05-14T03:44:33.734Z Compiling jiff v0.2.21
21542026-05-14T03:44:33.749Z Compiling whoami v2.1.0
21552026-05-14T03:44:33.814Z Compiling typed-path v0.9.3
21562026-05-14T03:44:33.831Z Compiling normalize-line-endings v0.3.0
21572026-05-14T03:44:33.846Z Compiling fixedbitset v0.4.2
21582026-05-14T03:44:33.860Z Compiling rustc-hash v2.1.1
21592026-05-14T03:44:33.897Z Compiling new_debug_unreachable v1.0.6
21602026-05-14T03:44:33.985Z Compiling precomputed-hash v0.1.1
21612026-05-14T03:44:34.002Z Compiling difflib v0.4.0
21622026-05-14T03:44:34.022Z Compiling petgraph v0.6.5
21632026-05-14T03:44:34.068Z Compiling string_cache v0.8.9
21642026-05-14T03:44:34.102Z Compiling tokio-postgres v0.7.16
21652026-05-14T03:44:34.105Z Compiling iddqd v0.3.18
21662026-05-14T03:44:34.136Z Compiling petgraph v0.8.3
21672026-05-14T03:44:34.302Z Compiling predicates v3.1.4
21682026-05-14T03:44:34.461Z Compiling hickory-proto v0.25.2
21692026-05-14T03:44:34.884Z Compiling toml_edit v0.22.27
21702026-05-14T03:44:34.931Z Compiling sha3 v0.10.8
21712026-05-14T03:44:34.971Z Compiling env_logger v0.11.9
21722026-05-14T03:44:35.065Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21732026-05-14T03:44:35.214Z Compiling usdt v0.6.0
21742026-05-14T03:44:35.307Z Compiling ecdsa v0.16.9
21752026-05-14T03:44:35.548Z Compiling rsa v0.9.10
21762026-05-14T03:44:35.599Z Compiling ed25519-dalek v2.2.0
21772026-05-14T03:44:36.166Z Compiling crossterm v0.28.1
21782026-05-14T03:44:36.206Z Compiling zip v0.6.6
21792026-05-14T03:44:36.222Z Compiling clap v4.5.60
21802026-05-14T03:44:36.539Z Compiling zip v4.6.1
21812026-05-14T03:44:36.747Z Compiling serde_with v3.17.0
21822026-05-14T03:44:36.959Z Compiling similar v2.7.0
21832026-05-14T03:44:36.977Z Compiling strum v0.26.3
21842026-05-14T03:44:37.127Z Compiling toml v0.7.8
21852026-05-14T03:44:37.366Z Compiling tokio-stream v0.1.18
21862026-05-14T03:44:37.381Z Compiling itertools v0.13.0
21872026-05-14T03:44:37.454Z Compiling buf-list v1.1.2
21882026-05-14T03:44:37.650Z Compiling x509-cert v0.2.5
21892026-05-14T03:44:37.860Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21902026-05-14T03:44:37.973Z Compiling openapiv3 v2.2.0
21912026-05-14T03:44:38.055Z Compiling sha1 v0.10.6
21922026-05-14T03:44:38.313Z Compiling lalrpop-util v0.19.12
21932026-05-14T03:44:38.542Z Compiling peg-runtime v0.8.5
21942026-05-14T03:44:52.918Z Compiling rustls-webpki v0.103.9
21952026-05-14T03:44:54.792Z Compiling macaddr v1.0.1
21962026-05-14T03:44:54.857Z Compiling structmeta-derive v0.3.0
21972026-05-14T03:44:54.990Z Compiling rayon-core v1.13.0
21982026-05-14T03:44:55.093Z Compiling crucible-workspace-hack v0.1.0
21992026-05-14T03:44:55.230Z Compiling itertools v0.14.0
22002026-05-14T03:44:55.306Z Compiling secrecy v0.10.3
22012026-05-14T03:44:55.343Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22022026-05-14T03:44:55.381Z Compiling heapless v0.8.0
22032026-05-14T03:44:55.516Z Compiling rustls v0.22.4
22042026-05-14T03:44:55.632Z Compiling crossbeam-deque v0.8.6
22052026-05-14T03:44:55.764Z Compiling toml_edit v0.23.10+spec-1.0.0
22062026-05-14T03:44:55.795Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22072026-05-14T03:44:55.812Z Compiling rustls-webpki v0.102.8
22082026-05-14T03:44:55.890Z Compiling hash32 v0.3.1
22092026-05-14T03:44:55.906Z Compiling multer v3.1.0
22102026-05-14T03:44:55.911Z Compiling structmeta v0.3.0
22112026-05-14T03:44:55.969Z Compiling thread_local v1.1.9
22122026-05-14T03:44:56.084Z Compiling compression-core v0.4.31
22132026-05-14T03:44:56.132Z Compiling match_cfg v0.1.0
22142026-05-14T03:44:56.156Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22152026-05-14T03:44:56.226Z Compiling slog-async v2.8.0
22162026-05-14T03:44:56.283Z Compiling smoltcp v0.11.0
22172026-05-14T03:44:56.307Z Compiling unicode-width v0.2.0
22182026-05-14T03:44:56.358Z Compiling proc-macro-crate v3.4.0
22192026-05-14T03:44:56.427Z Compiling compression-codecs v0.4.37
22202026-05-14T03:44:56.448Z Compiling hostname v0.3.1
22212026-05-14T03:44:56.539Z Compiling ingot-macros v0.1.1
22222026-05-14T03:44:56.568Z Compiling derive-ex v0.1.8
22232026-05-14T03:44:56.691Z Compiling slog-json v2.6.1
22242026-05-14T03:44:56.727Z Compiling tokio-rustls v0.26.4
22252026-05-14T03:44:56.814Z Compiling rustls-platform-verifier v0.6.2
22262026-05-14T03:44:56.841Z Compiling crossbeam-channel v0.5.15
22272026-05-14T03:44:56.999Z Compiling hyper-rustls v0.27.7
22282026-05-14T03:44:57.046Z Compiling half v2.7.1
22292026-05-14T03:44:57.062Z Compiling newtype-uuid-macros v0.1.0
22302026-05-14T03:44:57.161Z Compiling cobs v0.3.0
22312026-05-14T03:44:57.335Z Compiling reqwest v0.12.28
22322026-05-14T03:44:57.423Z Compiling reqwest v0.13.2
22332026-05-14T03:44:57.455Z Compiling thiserror-impl-no-std v2.0.2
22342026-05-14T03:44:57.530Z Compiling universal-hash v0.5.1
22352026-05-14T03:44:57.649Z Compiling async-stream-impl v0.3.6
22362026-05-14T03:44:57.702Z Compiling toml_datetime v1.0.0+spec-1.1.0
22372026-05-14T03:44:57.791Z Compiling serde_spanned v1.0.4
22382026-05-14T03:44:57.979Z Compiling is-terminal v0.4.17
22392026-05-14T03:44:58.093Z Compiling dropshot v0.17.0
22402026-05-14T03:44:58.109Z Compiling proc-macro-error-attr v1.0.4
22412026-05-14T03:44:58.161Z Compiling ciborium-io v0.2.2
22422026-05-14T03:44:58.187Z Compiling convert_case v0.4.0
22432026-05-14T03:44:58.236Z Compiling term v1.2.1
22442026-05-14T03:44:58.360Z Compiling take_mut v0.2.2
22452026-05-14T03:44:58.368Z Compiling opaque-debug v0.3.1
22462026-05-14T03:44:58.368Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22472026-05-14T03:44:58.417Z Compiling toml_writer v1.0.6+spec-1.1.0
22482026-05-14T03:44:58.451Z Compiling poly1305 v0.8.0
22492026-05-14T03:44:58.508Z Compiling thiserror-no-std v2.0.2
22502026-05-14T03:44:58.521Z Compiling derive_more v0.99.20
22512026-05-14T03:44:58.575Z Compiling slog-term v2.9.2
22522026-05-14T03:44:58.611Z Compiling tokio-rustls v0.25.0
22532026-05-14T03:44:58.687Z Compiling toml v1.0.6+spec-1.1.0
22542026-05-14T03:44:58.776Z Compiling ciborium-ll v0.2.2
22552026-05-14T03:44:58.882Z Compiling tough v0.22.0
22562026-05-14T03:44:59.059Z Compiling async-stream v0.3.6
22572026-05-14T03:44:59.096Z Compiling test-strategy v0.4.5
22582026-05-14T03:44:59.141Z Compiling ingot-types v0.1.2
22592026-05-14T03:44:59.278Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22602026-05-14T03:44:59.623Z Compiling ingot v0.1.1
22612026-05-14T03:44:59.700Z Compiling postcard v1.1.3
22622026-05-14T03:45:00.058Z Compiling slog-bunyan v2.5.0
22632026-05-14T03:45:00.105Z Compiling num_enum_derive v0.7.5
22642026-05-14T03:45:00.343Z Compiling async-compression v0.4.41
22652026-05-14T03:45:00.396Z Compiling parse-display-derive v0.10.0
22662026-05-14T03:45:00.739Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22672026-05-14T03:45:00.742Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22682026-05-14T03:45:00.781Z Compiling proc-macro-crate v1.3.1
22692026-05-14T03:45:00.866Z Compiling backon v1.6.0
22702026-05-14T03:45:01.048Z Compiling waitgroup v0.1.2
22712026-05-14T03:45:01.116Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22722026-05-14T03:45:01.147Z Compiling password-hash v0.5.0
22732026-05-14T03:45:01.167Z Compiling chacha20 v0.9.1
22742026-05-14T03:45:01.237Z Compiling dropshot_endpoint v0.17.0
22752026-05-14T03:45:01.255Z Compiling rustls-pemfile v2.2.0
22762026-05-14T03:45:01.481Z Compiling blake2 v0.10.6
22772026-05-14T03:45:01.497Z Compiling aead v0.5.2
22782026-05-14T03:45:01.591Z Compiling foreign-types-macros v0.2.3
22792026-05-14T03:45:01.718Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22802026-05-14T03:45:01.898Z Compiling serde_path_to_error v0.1.20
22812026-05-14T03:45:01.913Z Compiling hostname v0.4.2
22822026-05-14T03:45:02.014Z Compiling proc-macro-error v1.0.4
22832026-05-14T03:45:02.055Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22842026-05-14T03:45:02.107Z Compiling instant v0.1.13
22852026-05-14T03:45:02.144Z Compiling cpufeatures v0.3.0
22862026-05-14T03:45:02.160Z Compiling foreign-types-shared v0.3.1
22872026-05-14T03:45:02.206Z Compiling debug-ignore v1.0.5
22882026-05-14T03:45:02.240Z Compiling typeid v1.0.3
22892026-05-14T03:45:02.256Z Compiling foreign-types v0.5.0
22902026-05-14T03:45:02.287Z Compiling chacha20 v0.10.0
22912026-05-14T03:45:02.291Z Compiling backoff v0.4.0
22922026-05-14T03:45:02.338Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22932026-05-14T03:45:02.360Z Compiling parse-display v0.10.0
22942026-05-14T03:45:02.377Z Compiling argon2 v0.5.3
22952026-05-14T03:45:02.377Z Compiling chacha20poly1305 v0.10.1
22962026-05-14T03:45:02.407Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22972026-05-14T03:45:02.410Z Compiling num_enum_derive v0.5.11
22982026-05-14T03:45:02.521Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22992026-05-14T03:45:02.540Z Compiling num_enum v0.7.5
23002026-05-14T03:45:02.572Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23012026-05-14T03:45:02.601Z Compiling ciborium v0.2.2
23022026-05-14T03:45:02.705Z Compiling vsss-rs v3.3.4
23032026-05-14T03:45:02.906Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23042026-05-14T03:45:03.024Z Compiling tabwriter v1.4.1
23052026-05-14T03:45:03.119Z Compiling regress v0.10.5
23062026-05-14T03:45:03.262Z Compiling byte-wrapper v0.1.0
23072026-05-14T03:45:03.337Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23082026-05-14T03:45:03.363Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23092026-05-14T03:45:03.405Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23102026-05-14T03:45:03.414Z Compiling cstr-argument v0.1.2
23112026-05-14T03:45:03.444Z Compiling erased-serde v0.4.9
23122026-05-14T03:45:03.473Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23132026-05-14T03:45:03.607Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23142026-05-14T03:45:03.716Z Compiling num_enum v0.5.11
23152026-05-14T03:45:03.816Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23162026-05-14T03:45:03.864Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23172026-05-14T03:45:04.045Z Compiling rand v0.10.0
23182026-05-14T03:45:04.061Z Compiling rayon v1.11.0
23192026-05-14T03:45:04.080Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23202026-05-14T03:45:04.108Z Compiling colored v3.1.1
23212026-05-14T03:45:04.125Z Compiling indent_write v2.2.0
23222026-05-14T03:45:04.138Z Compiling libefi-sys v0.1.0
23232026-05-14T03:45:04.192Z Compiling zone_cfg_derive v0.3.1
23242026-05-14T03:45:04.297Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23252026-05-14T03:45:04.399Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23262026-05-14T03:45:04.421Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23272026-05-14T03:45:04.474Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23282026-05-14T03:45:04.736Z Compiling camino-tempfile v1.4.1
23292026-05-14T03:45:04.739Z Compiling itertools v0.12.1
23302026-05-14T03:45:04.797Z Compiling usdt-attr-macro v0.5.0
23312026-05-14T03:45:04.818Z Compiling usdt-macro v0.5.0
23322026-05-14T03:45:04.821Z Compiling bitfield-struct v0.6.2
23332026-05-14T03:45:04.853Z Compiling num-derive v0.4.2
23342026-05-14T03:45:04.984Z Compiling blake3 v1.8.3
23352026-05-14T03:45:05.152Z Compiling ordered-float v2.10.1
23362026-05-14T03:45:05.362Z Compiling sigpipe v0.1.3
23372026-05-14T03:45:05.455Z Compiling memmap v0.7.0
23382026-05-14T03:45:05.475Z Compiling glob v0.3.3
23392026-05-14T03:45:05.486Z Compiling swrite v0.1.0
23402026-05-14T03:45:05.523Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23412026-05-14T03:45:05.564Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23422026-05-14T03:45:05.614Z Compiling usdt v0.5.0
23432026-05-14T03:45:05.714Z Compiling serde-value v0.7.0
23442026-05-14T03:45:05.760Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23452026-05-14T03:45:05.806Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23462026-05-14T03:45:06.247Z Compiling zone v0.3.1
23472026-05-14T03:45:06.264Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23482026-05-14T03:45:06.286Z Compiling serde-untagged v0.1.9
23492026-05-14T03:45:06.429Z Compiling toml v0.8.23
23502026-05-14T03:45:06.458Z Compiling smf v0.2.3
23512026-05-14T03:45:06.501Z Compiling filetime v0.2.27
23522026-05-14T03:45:06.583Z Compiling unicode-xid v0.2.6
23532026-05-14T03:45:06.634Z Compiling arrayvec v0.7.6
23542026-05-14T03:45:06.651Z Compiling arrayref v0.3.9
23552026-05-14T03:45:06.669Z Compiling whoami v1.6.1
23562026-05-14T03:45:06.736Z Compiling xattr v1.6.1
23572026-05-14T03:45:06.751Z Compiling constant_time_eq v0.4.2
23582026-05-14T03:45:06.754Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23592026-05-14T03:45:06.870Z Compiling tar v0.4.45
23602026-05-14T03:45:06.954Z Compiling cargo-util-schemas v0.8.2
23612026-05-14T03:45:06.970Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23622026-05-14T03:45:06.985Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23632026-05-14T03:45:07.153Z Compiling tokio-dtrace v0.1.1
23642026-05-14T03:45:07.243Z Compiling console v0.16.2
23652026-05-14T03:45:07.499Z Compiling gethostname v0.5.0
23662026-05-14T03:45:07.637Z Compiling cargo-platform v0.2.0
23672026-05-14T03:45:07.662Z Compiling topological-sort v0.2.2
23682026-05-14T03:45:07.682Z Compiling unit-prefix v0.5.2
23692026-05-14T03:45:07.848Z Compiling indicatif v0.18.4
23702026-05-14T03:45:07.864Z Compiling oxide-tokio-rt v0.1.4
23712026-05-14T03:45:07.885Z Compiling shell-words v1.1.1
23722026-05-14T03:45:07.907Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23732026-05-14T03:45:08.120Z Compiling cargo_metadata v0.21.0
23742026-05-14T03:45:17.465Z Compiling progenitor-client v0.14.0
23752026-05-14T03:45:17.481Z Compiling progenitor-client v0.10.0
23762026-05-14T03:45:17.485Z Compiling omicron-zone-package v0.12.2
23772026-05-14T03:45:17.949Z Compiling progenitor-extras v0.2.0
23782026-05-14T03:45:20.283Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23792026-05-14T03:45:20.303Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23802026-05-14T03:45:20.367Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23812026-05-14T03:45:20.545Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23822026-05-14T03:45:20.553Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23832026-05-14T03:45:20.559Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23842026-05-14T03:45:20.570Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23852026-05-14T03:45:20.610Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23862026-05-14T03:45:20.696Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23872026-05-14T03:45:24.622Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23882026-05-14T03:45:32.109Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23892026-05-14T03:45:35.217Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23902026-05-14T03:45:36.215Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23912026-05-14T03:45:45.535Z Finished `release` profile [optimized] target(s) in 1m 43s
23922026-05-14T03:45:45.691Z Running `target/release/omicron-package -t test target create -p dev`
23932026-05-14T03:45:45.754ZLogging to: /work/oxidecomputer/omicron/out/LOG
23942026-05-14T03:45:45.757ZCreated new build target 'test' and set it as active
23952026-05-14T03:45:45.762Z
23962026-05-14T03:45:45.762Zreal 1:43.941724833
23972026-05-14T03:45:45.762Zuser 17:04.163766235
23982026-05-14T03:45:45.762Zsys 2:39.691145241
23992026-05-14T03:45:45.762Ztrap 0.471727302
24002026-05-14T03:45:45.762Ztflt 3.000576297
24012026-05-14T03:45:45.762Zdflt 4.168896229
24022026-05-14T03:45:45.762Zkflt 0.000723650
24032026-05-14T03:45:45.762Zlock 53:02.069451988
24042026-05-14T03:45:45.762Zslp 43:34.405507325
24052026-05-14T03:45:45.762Zlat 42.217506648
24062026-05-14T03:45:45.762Zstop 5:21.760041854
24072026-05-14T03:45:45.762Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24082026-05-14T03:45:46.659Z Finished `release` profile [optimized] target(s) in 0.88s
24092026-05-14T03:45:46.730Z Running `target/release/omicron-package -t test package`
24102026-05-14T03:45:46.789ZLogging to: /work/oxidecomputer/omicron/out/LOG
24112026-05-14T03:45:48.234Z Compiling heck v0.5.0
24122026-05-14T03:45:48.234Z Compiling regress v0.11.1
24132026-05-14T03:45:48.234Z Compiling unsafe-libyaml v0.2.11
24142026-05-14T03:45:48.495Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24152026-05-14T03:45:48.518Z Compiling regress v0.10.5
24162026-05-14T03:45:48.546Z Compiling unicode-width v0.1.14
24172026-05-14T03:45:48.548Z Compiling is-terminal v0.4.17
24182026-05-14T03:45:48.587Z Compiling prettyplease v0.2.37
24192026-05-14T03:45:48.590Z Compiling bytecount v0.6.9
24202026-05-14T03:45:48.590Z Compiling rustls v0.22.4
24212026-05-14T03:45:48.590Z Compiling rustls-webpki v0.102.8
24222026-05-14T03:45:48.590Z Compiling derive-where v1.6.0
24232026-05-14T03:45:48.590Z Compiling thread_local v1.1.9
24242026-05-14T03:45:48.590Z Compiling compression-core v0.4.31
24252026-05-14T03:45:48.605Z Compiling match_cfg v0.1.0
24262026-05-14T03:45:48.753Z Compiling hostname v0.3.1
24272026-05-14T03:45:48.773Z Compiling compression-codecs v0.4.37
24282026-05-14T03:45:48.776Z Compiling multer v3.1.0
24292026-05-14T03:45:48.815Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24302026-05-14T03:45:48.834Z Compiling slog-async v2.8.0
24312026-05-14T03:45:48.861Z Compiling crossbeam-channel v0.5.15
24322026-05-14T03:45:48.882Z Compiling slog-json v2.6.1
24332026-05-14T03:45:48.903Z Compiling serde_spanned v1.0.4
24342026-05-14T03:45:48.925Z Compiling toml_datetime v1.0.0+spec-1.1.0
24352026-05-14T03:45:48.925Z Compiling toml_writer v1.0.6+spec-1.1.0
24362026-05-14T03:45:48.966Z Compiling term v1.2.1
24372026-05-14T03:45:49.018Z Compiling serde_yaml v0.9.34+deprecated
24382026-05-14T03:45:49.040Z Compiling take_mut v0.2.2
24392026-05-14T03:45:49.082Z Compiling slog-bunyan v2.5.0
24402026-05-14T03:45:49.134Z Compiling async-compression v0.4.41
24412026-05-14T03:45:49.179Z Compiling toml v1.0.6+spec-1.1.0
24422026-05-14T03:45:49.244Z Compiling slog-term v2.9.2
24432026-05-14T03:45:49.317Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24442026-05-14T03:45:49.365Z Compiling dropshot v0.17.0
24452026-05-14T03:45:49.433Z Compiling async-stream v0.3.6
24462026-05-14T03:45:49.466Z Compiling num-rational v0.4.2
24472026-05-14T03:45:49.489Z Compiling progenitor-client v0.14.0
24482026-05-14T03:45:49.492Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24492026-05-14T03:45:49.631Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24502026-05-14T03:45:49.652Z Compiling waitgroup v0.1.2
24512026-05-14T03:45:49.692Z Compiling backon v1.6.0
24522026-05-14T03:45:49.714Z Compiling rustls-pemfile v2.2.0
24532026-05-14T03:45:49.761Z Compiling num-complex v0.4.6
24542026-05-14T03:45:49.803Z Compiling hostname v0.4.2
24552026-05-14T03:45:49.825Z Compiling serde_path_to_error v0.1.20
24562026-05-14T03:45:49.850Z Compiling instant v0.1.13
24572026-05-14T03:45:49.875Z Compiling debug-ignore v1.0.5
24582026-05-14T03:45:49.926Z Compiling progenitor-extras v0.2.0
24592026-05-14T03:45:49.948Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24602026-05-14T03:45:49.972Z Compiling typify-impl v0.6.2
24612026-05-14T03:45:49.997Z Compiling backoff v0.4.0
24622026-05-14T03:45:50.044Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24632026-05-14T03:45:50.224Z Compiling num v0.4.3
24642026-05-14T03:45:50.245Z Compiling parse-display v0.10.0
24652026-05-14T03:45:50.268Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24662026-05-14T03:45:50.306Z Compiling progenitor-client v0.13.0
24672026-05-14T03:45:50.331Z Compiling progenitor-client v0.10.0
24682026-05-14T03:45:50.334Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24692026-05-14T03:45:50.373Z Compiling macaddr v1.0.1
24702026-05-14T03:45:50.473Z Compiling float-ord v0.3.2
24712026-05-14T03:45:50.513Z Compiling console v0.15.11
24722026-05-14T03:45:50.615Z Compiling newline-converter v0.3.0
24732026-05-14T03:45:50.636Z Compiling atomicwrites v0.4.4
24742026-05-14T03:45:50.689Z Compiling slog-dtrace v0.3.0
24752026-05-14T03:45:50.837Z Compiling cancel-safe-futures v0.1.5
24762026-05-14T03:45:50.892Z Compiling owo-colors v4.3.0
24772026-05-14T03:45:50.960Z Compiling tokio-rustls v0.25.0
24782026-05-14T03:45:51.005Z Compiling expectorate v1.2.0
24792026-05-14T03:45:51.046Z Compiling libsw-core v0.3.2
24802026-05-14T03:45:51.089Z Compiling resolv-conf v0.7.6
24812026-05-14T03:45:51.226Z Compiling libsw v3.5.0
24822026-05-14T03:45:51.271Z Compiling toml v0.8.23
24832026-05-14T03:45:51.296Z Compiling linear-map v1.2.0
24842026-05-14T03:45:51.452Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24852026-05-14T03:45:51.553Z Compiling linked-hash-map v0.5.6
24862026-05-14T03:45:51.573Z Compiling minimal-lexical v0.2.1
24872026-05-14T03:45:51.730Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24882026-05-14T03:45:51.788Z Compiling lru-cache v0.1.2
24892026-05-14T03:45:51.809Z Compiling nom v7.1.3
24902026-05-14T03:45:51.853Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24912026-05-14T03:45:51.874Z Compiling unicode-xid v0.2.6
24922026-05-14T03:45:51.894Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24932026-05-14T03:45:51.963Z Compiling hickory-proto v0.24.4
24942026-05-14T03:45:52.032Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24952026-05-14T03:45:52.054Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24962026-05-14T03:45:52.076Z Compiling convert_case v0.10.0
24972026-05-14T03:45:52.272Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24982026-05-14T03:45:52.400Z Compiling derive_more-impl v2.1.1
24992026-05-14T03:45:52.911Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25002026-05-14T03:45:53.169Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25012026-05-14T03:45:53.191Z Compiling derive_more v2.1.1
25022026-05-14T03:45:53.304Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25032026-05-14T03:45:53.324Z Compiling papergrid v0.11.0
25042026-05-14T03:45:53.348Z Compiling tabled_derive v0.7.0
25052026-05-14T03:45:53.501Z Compiling typify-macro v0.6.2
25062026-05-14T03:45:53.555Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25072026-05-14T03:45:53.816Z Compiling termtree v0.5.1
25082026-05-14T03:45:54.020Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25092026-05-14T03:45:54.245Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25102026-05-14T03:45:54.465Z Compiling hickory-resolver v0.24.4
25112026-05-14T03:45:54.704Z Compiling tabled v0.15.0
25122026-05-14T03:45:54.728Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25132026-05-14T03:45:55.042Z Compiling typify v0.6.2
25142026-05-14T03:45:55.191Z Compiling progenitor-impl v0.14.0
25152026-05-14T03:45:55.811Z Compiling progenitor-impl v0.13.0
25162026-05-14T03:45:57.409Z Compiling progenitor-macro v0.14.0
25172026-05-14T03:45:57.819Z Compiling qorb v0.4.1
25182026-05-14T03:45:57.998Z Compiling progenitor-macro v0.13.0
25192026-05-14T03:45:59.097Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25202026-05-14T03:45:59.457Z Compiling crossterm v0.29.0
25212026-05-14T03:46:00.132Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25222026-05-14T03:46:00.271Z Compiling phf_shared v0.12.1
25232026-05-14T03:46:00.348Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25242026-05-14T03:46:00.622Z Compiling vte v0.14.1
25252026-05-14T03:46:00.905Z Compiling csv-core v0.1.13
25262026-05-14T03:46:00.928Z Compiling chrono-tz v0.10.4
25272026-05-14T03:46:01.156Z Compiling highway v1.3.0
25282026-05-14T03:46:01.355Z Compiling csv v1.4.0
25292026-05-14T03:46:01.378Z Compiling strip-ansi-escapes v0.2.1
25302026-05-14T03:46:01.502Z Compiling progenitor v0.14.0
25312026-05-14T03:46:01.685Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25322026-05-14T03:46:01.894Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25332026-05-14T03:46:01.953Z Compiling phf v0.12.1
25342026-05-14T03:46:02.057Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25352026-05-14T03:46:02.079Z Compiling progenitor v0.13.0
25362026-05-14T03:46:02.157Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25372026-05-14T03:46:02.254Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25382026-05-14T03:46:02.363Z Compiling const_format_proc_macros v0.2.34
25392026-05-14T03:46:02.413Z Compiling fd-lock v4.0.4
25402026-05-14T03:46:02.595Z Compiling peg-macros v0.8.5
25412026-05-14T03:46:02.759Z Compiling nu-ansi-term v0.50.3
25422026-05-14T03:46:03.057Z Compiling reedline v0.40.0
25432026-05-14T03:46:03.144Z Compiling const_format v0.2.35
25442026-05-14T03:46:03.643Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25452026-05-14T03:46:03.891Z Compiling peg v0.8.5
25462026-05-14T03:46:03.971Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25472026-05-14T03:46:04.886Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25482026-05-14T03:46:05.073Z Compiling bcs v0.1.6
25492026-05-14T03:46:05.186Z Compiling semver v0.1.20
25502026-05-14T03:46:05.482Z Compiling rustc_version v0.1.7
25512026-05-14T03:46:05.508Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25522026-05-14T03:46:05.720Z Compiling newtype_derive v0.1.6
25532026-05-14T03:46:05.765Z Compiling smawk v0.3.2
25542026-05-14T03:46:05.987Z Compiling humantime v2.3.0
25552026-05-14T03:46:05.990Z Compiling unicode-linebreak v0.1.5
25562026-05-14T03:46:06.100Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25572026-05-14T03:46:06.323Z Compiling textwrap v0.16.2
25582026-05-14T03:46:06.468Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25592026-05-14T03:46:06.734Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25602026-05-14T03:46:07.045Z Compiling dropshot-api-manager-types v0.7.1
25612026-05-14T03:46:07.689Z Compiling base64 v0.21.7
25622026-05-14T03:46:07.733Z Compiling steno v0.4.1
25632026-05-14T03:46:07.957Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25642026-05-14T03:46:07.980Z Compiling utf-8 v0.7.6
25652026-05-14T03:46:08.152Z Compiling tagptr v0.2.0
25662026-05-14T03:46:08.217Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25672026-05-14T03:46:08.240Z Compiling tungstenite v0.21.0
25682026-05-14T03:46:08.327Z Compiling moka v0.12.13
25692026-05-14T03:46:08.371Z Compiling radium v0.7.0
25702026-05-14T03:46:08.402Z Compiling tap v1.0.1
25712026-05-14T03:46:08.424Z Compiling maybe-uninit v2.0.0
25722026-05-14T03:46:08.559Z Compiling wyz v0.5.1
25732026-05-14T03:46:08.789Z Compiling zerocopy-derive v0.6.6
25742026-05-14T03:46:08.811Z Compiling packed_struct v0.10.1
25752026-05-14T03:46:08.962Z Compiling tokio-tungstenite v0.21.0
25762026-05-14T03:46:09.088Z Compiling crc-catalog v2.4.0
25772026-05-14T03:46:09.217Z Compiling display-error-chain v0.2.2
25782026-05-14T03:46:09.343Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25792026-05-14T03:46:09.450Z Compiling hickory-resolver v0.25.2
25802026-05-14T03:46:09.554Z Compiling funty v2.0.0
25812026-05-14T03:46:09.577Z Compiling zerocopy v0.6.6
25822026-05-14T03:46:09.966Z Compiling bitvec v1.0.1
25832026-05-14T03:46:10.380Z Compiling crc v3.4.0
25842026-05-14T03:46:10.501Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25852026-05-14T03:46:10.546Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25862026-05-14T03:46:10.617Z Compiling packed_struct_codegen v0.10.1
25872026-05-14T03:46:10.714Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25882026-05-14T03:46:11.370Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25892026-05-14T03:46:11.640Z Compiling num-derive v0.3.3
25902026-05-14T03:46:11.799Z Compiling bitfield-macros v0.19.4
25912026-05-14T03:46:12.519Z Compiling proc-macro-error-attr2 v2.0.0
25922026-05-14T03:46:12.596Z Compiling indexmap v1.9.3
25932026-05-14T03:46:12.620Z Compiling nodrop v0.1.14
25942026-05-14T03:46:12.756Z Compiling array-init v0.0.4
25952026-05-14T03:46:12.889Z Compiling libscf-sys v1.1.0
25962026-05-14T03:46:12.984Z Compiling proc-macro-error2 v2.0.1
25972026-05-14T03:46:13.067Z Compiling bitfield v0.19.4
25982026-05-14T03:46:13.290Z Compiling smallvec v0.6.14
25992026-05-14T03:46:13.311Z Compiling hashbrown v0.12.3
26002026-05-14T03:46:13.380Z Compiling tabled_derive v0.11.0
26012026-05-14T03:46:13.403Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26022026-05-14T03:46:13.426Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26032026-05-14T03:46:13.560Z Compiling serde-hex v0.1.0
26042026-05-14T03:46:13.665Z Compiling ron v0.8.1
26052026-05-14T03:46:14.111Z Compiling typify-impl v0.4.3
26062026-05-14T03:46:14.422Z Compiling papergrid v0.17.0
26072026-05-14T03:46:14.448Z Compiling testing_table v0.3.0
26082026-05-14T03:46:14.701Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26092026-05-14T03:46:14.884Z Compiling hashbrown v0.13.2
26102026-05-14T03:46:15.528Z Compiling vergen-gitcl v1.0.8
26112026-05-14T03:46:15.689Z Compiling dirs-sys-next v0.1.2
26122026-05-14T03:46:15.757Z Compiling diesel_derives v2.3.7
26132026-05-14T03:46:15.780Z Compiling maplit v1.0.2
26142026-05-14T03:46:15.911Z Compiling glob v0.3.3
26152026-05-14T03:46:15.934Z Compiling crunchy v0.2.4
26162026-05-14T03:46:15.986Z Compiling crc-any v2.5.0
26172026-05-14T03:46:16.041Z Compiling dirs-next v2.0.0
26182026-05-14T03:46:16.098Z Compiling tabled v0.20.0
26192026-05-14T03:46:16.201Z Compiling object v0.30.4
26202026-05-14T03:46:16.260Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26212026-05-14T03:46:16.292Z Compiling clang-sys v1.8.1
26222026-05-14T03:46:16.337Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26232026-05-14T03:46:16.435Z Compiling dsl_auto_type v0.2.0
26242026-05-14T03:46:16.685Z Compiling scheduled-thread-pool v0.2.7
26252026-05-14T03:46:16.708Z Compiling diesel_table_macro_syntax v0.3.0
26262026-05-14T03:46:16.933Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26272026-05-14T03:46:16.955Z Compiling path-slash v0.1.5
26282026-05-14T03:46:16.982Z Compiling xshell-macros v0.2.7
26292026-05-14T03:46:17.149Z Compiling tiny-keccak v2.0.2
26302026-05-14T03:46:17.283Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26312026-05-14T03:46:17.306Z Compiling r2d2 v0.8.10
26322026-05-14T03:46:17.367Z Compiling xshell v0.2.7
26332026-05-14T03:46:17.451Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26342026-05-14T03:46:17.563Z Compiling typify-macro v0.4.3
26352026-05-14T03:46:17.721Z Compiling term v0.7.0
26362026-05-14T03:46:18.233Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26372026-05-14T03:46:18.274Z Compiling downcast-rs v2.0.2
26382026-05-14T03:46:18.418Z Compiling bit-vec v0.6.3
26392026-05-14T03:46:18.462Z Compiling ascii-canvas v3.0.0
26402026-05-14T03:46:18.663Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26412026-05-14T03:46:18.699Z Compiling bit-set v0.5.3
26422026-05-14T03:46:18.895Z Compiling itertools v0.10.5
26432026-05-14T03:46:18.999Z Compiling ena v0.14.4
26442026-05-14T03:46:19.089Z Compiling libloading v0.8.9
26452026-05-14T03:46:19.246Z Compiling regex-syntax v0.6.29
26462026-05-14T03:46:19.325Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26472026-05-14T03:46:19.905Z Compiling diff v0.1.13
26482026-05-14T03:46:20.010Z Compiling unicase v2.9.0
26492026-05-14T03:46:20.119Z Compiling crc8 v0.1.1
26502026-05-14T03:46:20.196Z Compiling bindgen v0.71.1
26512026-05-14T03:46:20.342Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26522026-05-14T03:46:20.524Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26532026-05-14T03:46:20.995Z Compiling lalrpop v0.19.12
26542026-05-14T03:46:21.160Z Compiling cexpr v0.6.0
26552026-05-14T03:46:21.253Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26562026-05-14T03:46:21.308Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26572026-05-14T03:46:21.450Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26582026-05-14T03:46:21.502Z Compiling typify v0.4.3
26592026-05-14T03:46:21.652Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26602026-05-14T03:46:21.677Z Compiling headers-core v0.3.0
26612026-05-14T03:46:21.680Z Compiling libxml v0.3.3
26622026-05-14T03:46:21.721Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26632026-05-14T03:46:21.814Z Compiling headers v0.4.1
26642026-05-14T03:46:21.948Z Compiling diesel v2.3.7
26652026-05-14T03:46:22.029Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26662026-05-14T03:46:22.284Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26672026-05-14T03:46:22.767Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26682026-05-14T03:46:22.954Z Compiling strum_macros v0.24.3
26692026-05-14T03:46:23.366Z Compiling indoc v1.0.9
26702026-05-14T03:46:23.795Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26712026-05-14T03:46:23.885Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26722026-05-14T03:46:24.022Z Compiling derive_builder v0.20.2
26732026-05-14T03:46:24.205Z Compiling oso-derive v0.27.3
26742026-05-14T03:46:24.233Z Compiling quick-xml v0.37.5
26752026-05-14T03:46:24.873Z Compiling impl-trait-for-tuples v0.2.3
26762026-05-14T03:46:25.204Z Compiling openssl-probe v0.1.6
26772026-05-14T03:46:25.374Z Compiling half v1.8.3
26782026-05-14T03:46:25.545Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26792026-05-14T03:46:25.576Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26802026-05-14T03:46:25.838Z Compiling serde_cbor v0.11.2
26812026-05-14T03:46:25.865Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26822026-05-14T03:46:26.166Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26832026-05-14T03:46:26.263Z Compiling bb8 v0.8.6
26842026-05-14T03:46:26.397Z Compiling trait-variant v0.1.2
26852026-05-14T03:46:26.518Z Compiling samael v0.0.19
26862026-05-14T03:46:26.660Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26872026-05-14T03:46:26.883Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26882026-05-14T03:46:26.936Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26892026-05-14T03:46:26.958Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26902026-05-14T03:46:26.961Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
26912026-05-14T03:46:27.020Z Compiling fxhash v0.2.1
26922026-05-14T03:46:27.194Z Compiling salty v0.3.0
26932026-05-14T03:46:27.294Z Compiling progenitor-impl v0.11.2
26942026-05-14T03:46:27.505Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26952026-05-14T03:46:27.524Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26962026-05-14T03:46:27.572Z Compiling kstat-rs v0.2.4
26972026-05-14T03:46:27.840Z Compiling libz-sys v1.1.24
26982026-05-14T03:46:28.058Z Compiling nonempty v0.12.0
26992026-05-14T03:46:28.119Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27002026-05-14T03:46:28.294Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27012026-05-14T03:46:28.500Z Compiling polar-core v0.27.3
27022026-05-14T03:46:29.358Z Compiling progenitor-impl v0.10.0
27032026-05-14T03:46:29.456Z Compiling progenitor-macro v0.11.2
27042026-05-14T03:46:29.858Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27052026-05-14T03:46:30.680Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27062026-05-14T03:46:31.283Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27072026-05-14T03:46:31.508Z Compiling progenitor-client v0.11.2
27082026-05-14T03:46:31.798Z Compiling darling_core v0.23.0
27092026-05-14T03:46:32.080Z Compiling nanorand v0.7.0
27102026-05-14T03:46:32.162Z Compiling arc-swap v1.8.2
27112026-05-14T03:46:32.451Z Compiling fs-err v2.11.0
27122026-05-14T03:46:32.691Z Compiling parking_lot_core v0.8.6
27132026-05-14T03:46:32.777Z Compiling mime_guess v2.0.5
27142026-05-14T03:46:33.151Z Compiling slog-scope v4.4.1
27152026-05-14T03:46:33.193Z Compiling flume v0.11.1
27162026-05-14T03:46:33.348Z Compiling progenitor-macro v0.10.0
27172026-05-14T03:46:33.572Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27182026-05-14T03:46:33.608Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27192026-05-14T03:46:33.632Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27202026-05-14T03:46:33.989Z Compiling darling_macro v0.23.0
27212026-05-14T03:46:34.500Z Compiling progenitor v0.11.2
27222026-05-14T03:46:34.699Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27232026-05-14T03:46:36.078Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27242026-05-14T03:46:37.326Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27252026-05-14T03:46:37.883Z Compiling oso v0.27.3
27262026-05-14T03:46:38.098Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27272026-05-14T03:46:40.132Z Compiling diesel-dtrace v0.5.0
27282026-05-14T03:46:40.458Z Compiling async-bb8-diesel v0.2.1
27292026-05-14T03:46:41.504Z Compiling primeorder v0.13.6
27302026-05-14T03:46:42.088Z Compiling git-stub v1.0.0
27312026-05-14T03:46:42.359Z Compiling libgit2-sys v0.18.3+1.9.2
27322026-05-14T03:46:42.382Z Compiling instability v0.3.11
27332026-05-14T03:46:42.541Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27342026-05-14T03:46:42.565Z Compiling git-stub-vcs v0.1.0
27352026-05-14T03:46:42.660Z Compiling progenitor v0.10.0
27362026-05-14T03:46:42.837Z Compiling p384 v0.13.1
27372026-05-14T03:46:42.929Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27382026-05-14T03:46:43.646Z Compiling darling v0.23.0
27392026-05-14T03:46:43.670Z Compiling slog-stdlog v4.1.1
27402026-05-14T03:46:44.240Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27412026-05-14T03:46:44.335Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27422026-05-14T03:46:44.357Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27432026-05-14T03:46:44.559Z Compiling ignore v0.4.25
27442026-05-14T03:46:44.974Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27452026-05-14T03:46:45.525Z Compiling castaway v0.2.4
27462026-05-14T03:46:45.688Z Compiling atty v0.2.14
27472026-05-14T03:46:45.852Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27482026-05-14T03:46:46.091Z Compiling indoc v2.0.7
27492026-05-14T03:46:46.412Z Compiling parse-size v1.1.0
27502026-05-14T03:46:46.555Z Compiling http-range v0.1.5
27512026-05-14T03:46:46.647Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27522026-05-14T03:46:47.672Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-05-14T03:46:47.873Z Compiling compact_str v0.8.1
27542026-05-14T03:46:48.150Z Compiling globwalk v0.9.1
27552026-05-14T03:46:48.837Z Compiling parking_lot v0.11.2
27562026-05-14T03:46:48.999Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27572026-05-14T03:46:49.574Z Compiling slog-envlogger v2.2.0
27582026-05-14T03:46:49.762Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27592026-05-14T03:46:50.345Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27602026-05-14T03:46:50.480Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27612026-05-14T03:46:50.525Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27622026-05-14T03:46:50.766Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27632026-05-14T03:46:51.344Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27642026-05-14T03:46:51.439Z Compiling predicates-tree v1.0.13
27652026-05-14T03:46:51.607Z Compiling unicode-truncate v1.1.0
27662026-05-14T03:46:51.669Z Compiling lru v0.12.5
27672026-05-14T03:46:51.825Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27682026-05-14T03:46:51.900Z Compiling rand_seeder v0.4.0
27692026-05-14T03:46:51.922Z Compiling prefix-trie v0.7.0
27702026-05-14T03:46:51.988Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27712026-05-14T03:46:52.163Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27722026-05-14T03:46:52.251Z Compiling vergen-git2 v1.0.7
27732026-05-14T03:46:52.361Z Compiling cassowary v0.3.0
27742026-05-14T03:46:52.383Z Compiling corncobs v0.1.4
27752026-05-14T03:46:52.416Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27762026-05-14T03:46:52.521Z Compiling hickory-server v0.25.2
27772026-05-14T03:46:52.628Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27782026-05-14T03:46:52.649Z Compiling ratatui v0.29.0
27792026-05-14T03:46:52.758Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27802026-05-14T03:46:52.985Z Compiling camino-tempfile-ext v0.3.3
27812026-05-14T03:46:53.095Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27822026-05-14T03:46:53.376Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27832026-05-14T03:46:53.631Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27842026-05-14T03:46:53.697Z Compiling hyper-staticfile v0.10.1
27852026-05-14T03:46:53.902Z Compiling sled v0.34.7
27862026-05-14T03:46:54.564Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27872026-05-14T03:46:54.901Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27882026-05-14T03:46:55.238Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27892026-05-14T03:46:55.385Z Compiling secrecy v0.8.0
27902026-05-14T03:46:55.616Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27912026-05-14T03:46:55.880Z Compiling rustls v0.21.12
27922026-05-14T03:46:57.583Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27932026-05-14T03:46:57.608Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27942026-05-14T03:46:58.432Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27952026-05-14T03:46:58.456Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27962026-05-14T03:46:59.669Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27972026-05-14T03:46:59.695Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27982026-05-14T03:46:59.876Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27992026-05-14T03:47:01.008Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28002026-05-14T03:47:01.583Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28012026-05-14T03:47:01.813Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28022026-05-14T03:47:01.837Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28032026-05-14T03:47:02.041Z Compiling rustls-webpki v0.101.7
28042026-05-14T03:47:02.071Z Compiling sct v0.7.1
28052026-05-14T03:47:02.353Z Compiling nix v0.29.0
28062026-05-14T03:47:02.758Z Compiling dropshot v0.16.7
28072026-05-14T03:47:02.782Z Compiling void v1.0.2
28082026-05-14T03:47:02.937Z Compiling lzss v0.8.2
28092026-05-14T03:47:03.173Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28102026-05-14T03:47:03.210Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28112026-05-14T03:47:03.434Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28122026-05-14T03:47:03.735Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28132026-05-14T03:47:04.529Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28142026-05-14T03:47:04.596Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28152026-05-14T03:47:04.840Z Compiling tungstenite v0.23.0
28162026-05-14T03:47:05.247Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28172026-05-14T03:47:05.818Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28182026-05-14T03:47:06.032Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28192026-05-14T03:47:06.055Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28202026-05-14T03:47:06.267Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28212026-05-14T03:47:06.290Z Compiling toml v0.9.12+spec-1.1.0
28222026-05-14T03:47:06.493Z Compiling nix v0.27.1
28232026-05-14T03:47:07.197Z Compiling dropshot_endpoint v0.16.7
28242026-05-14T03:47:07.368Z Compiling serde_bytes v0.11.19
28252026-05-14T03:47:07.663Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28262026-05-14T03:47:07.806Z Compiling tokio-tungstenite v0.23.1
28272026-05-14T03:47:07.831Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28282026-05-14T03:47:08.071Z Compiling git2 v0.20.4
28292026-05-14T03:47:08.182Z Compiling tokio-rustls v0.24.1
28302026-05-14T03:47:08.921Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28312026-05-14T03:47:11.016Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28322026-05-14T03:47:11.158Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28332026-05-14T03:47:12.949Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28342026-05-14T03:47:13.033Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28352026-05-14T03:47:13.336Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28362026-05-14T03:47:13.444Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28372026-05-14T03:47:14.089Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28382026-05-14T03:47:15.333Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28392026-05-14T03:47:16.457Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28402026-05-14T03:47:16.544Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28412026-05-14T03:47:16.971Z Compiling rustls-pemfile v1.0.4
28422026-05-14T03:47:17.149Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28432026-05-14T03:47:17.405Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28442026-05-14T03:47:17.507Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28452026-05-14T03:47:18.813Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28462026-05-14T03:47:19.590Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28472026-05-14T03:47:20.432Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=33a37122dd39e02b555ff18ded1d71e35437a8fa#33a37122)
28482026-05-14T03:47:20.504Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28492026-05-14T03:47:21.306Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28502026-05-14T03:47:21.311Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28512026-05-14T03:47:21.548Z Compiling signal-hook-tokio v0.3.1
28522026-05-14T03:47:21.621Z Compiling twox-hash v2.1.2
28532026-05-14T03:47:21.740Z Compiling yasna v0.5.2
28542026-05-14T03:47:22.153Z Compiling is_ci v1.2.0
28552026-05-14T03:47:22.380Z Compiling supports-color v3.0.2
28562026-05-14T03:47:22.670Z Compiling rcgen v0.12.1
28572026-05-14T03:47:23.262Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28582026-05-14T03:47:23.321Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28592026-05-14T03:47:23.344Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28602026-05-14T03:47:23.758Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28612026-05-14T03:47:23.800Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28622026-05-14T03:47:24.011Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28632026-05-14T03:47:24.351Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28642026-05-14T03:47:25.775Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28652026-05-14T03:47:26.241Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28662026-05-14T03:47:26.917Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28672026-05-14T03:47:27.103Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28682026-05-14T03:47:27.286Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28692026-05-14T03:47:27.337Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28702026-05-14T03:47:27.523Z Compiling fatfs v0.3.6
28712026-05-14T03:47:27.566Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28722026-05-14T03:47:28.691Z Compiling subprocess v0.2.15
28732026-05-14T03:47:28.713Z Compiling rtoolbox v0.0.3
28742026-05-14T03:47:29.018Z Compiling seq-macro v0.3.6
28752026-05-14T03:47:29.312Z Compiling assert_matches v1.5.0
28762026-05-14T03:47:29.432Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28772026-05-14T03:47:29.532Z Compiling rpassword v7.4.0
28782026-05-14T03:47:29.879Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28792026-05-14T03:47:30.717Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28802026-05-14T03:47:30.887Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28812026-05-14T03:47:31.251Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28822026-05-14T03:47:31.392Z Compiling tui-tree-widget v0.23.1
28832026-05-14T03:47:31.686Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28842026-05-14T03:47:33.307Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28852026-05-14T03:47:33.421Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28862026-05-14T03:47:33.592Z Compiling uzers v0.12.2
28872026-05-14T03:47:33.867Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28882026-05-14T03:47:34.546Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28892026-05-14T03:47:35.616Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28902026-05-14T03:47:36.108Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28912026-05-14T03:47:38.239Z Compiling support-bundle-viewer v0.1.2
28922026-05-14T03:47:39.753Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28932026-05-14T03:47:40.168Z Compiling multimap v0.10.1
28942026-05-14T03:47:48.328Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28952026-05-14T03:47:48.985Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28962026-05-14T03:47:51.194Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28972026-05-14T03:47:59.080Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28982026-05-14T03:48:42.346Zerror[E0308]: mismatched types
28992026-05-14T03:48:42.346Z --> nexus/src/app/disk.rs:571:17
29002026-05-14T03:48:42.346Z |
29012026-05-14T03:48:42.346Z569 | let client = crucible_pantry_client::Client::new_with_client(
29022026-05-14T03:48:42.346Z | ----------------------------------------------- arguments to this function are incorrect
29032026-05-14T03:48:42.346Z570 | &format!("http://{}", endpoint),
29042026-05-14T03:48:42.346Z571 | self.reqwest012_client.clone(),
29052026-05-14T03:48:42.346Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `reqwest::Client`, found a different `reqwest::Client`
29062026-05-14T03:48:42.346Z |
29072026-05-14T03:48:42.346Znote: there are multiple different versions of crate `reqwest` in the dependency graph
29082026-05-14T03:48:42.346Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.13.2/src/async_impl/client.rs:93:1
29092026-05-14T03:48:42.347Z |
29102026-05-14T03:48:42.347Z 93 | pub struct Client {
29112026-05-14T03:48:42.347Z | ^^^^^^^^^^^^^^^^^ this is the expected type
29122026-05-14T03:48:42.347Z |
29132026-05-14T03:48:42.347Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/client.rs:93:1
29142026-05-14T03:48:42.347Z |
29152026-05-14T03:48:42.347Z 93 | pub struct Client {
29162026-05-14T03:48:42.347Z | ----------------- this is the found type
29172026-05-14T03:48:42.347Z = help: you can use `cargo tree` to explore your dependency tree
29182026-05-14T03:48:42.347Znote: associated function defined here
29192026-05-14T03:48:42.347Z --> /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/33a3712/pantry-client/src/lib.rs:5:1
29202026-05-14T03:48:42.347Z |
29212026-05-14T03:48:42.347Z 5 | / generate_api!(
29222026-05-14T03:48:42.347Z 6 | | spec = "../openapi/crucible-pantry/crucible-pantry-latest.json",
29232026-05-14T03:48:42.347Z 7 | | derives = [schemars::JsonSchema],
29242026-05-14T03:48:42.347Z 8 | | patch = {
29252026-05-14T03:48:42.347Z... |
29262026-05-14T03:48:42.347Z 11 | | },
29272026-05-14T03:48:42.347Z 12 | | );
29282026-05-14T03:48:42.347Z | |_^
29292026-05-14T03:48:42.347Z = note: this error originates in the macro `generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
29302026-05-14T03:48:42.347Z
29312026-05-14T03:48:46.331Zerror[E0271]: expected `{async block@nexus/src/app/sagas/snapshot_create.rs:1228:33: 1228:38}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<()>, Error<Error>>`
29322026-05-14T03:48:46.331Z --> nexus/src/app/sagas/snapshot_create.rs:1241:5
29332026-05-14T03:48:46.331Z |
29342026-05-14T03:48:46.331Z1241 | ProgenitorOperationRetry::new(snapshot_operation, gone_check)
29352026-05-14T03:48:46.331Z | ^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<ResponseValue<()>, Error<_>>`, found `Result<ResponseValue<()>, Error<Error>>`
29362026-05-14T03:48:46.331Z |
29372026-05-14T03:48:46.331Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
29382026-05-14T03:48:46.331Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
29392026-05-14T03:48:46.331Z |
29402026-05-14T03:48:46.331Z 224 | pub enum Error<E = ()> {
29412026-05-14T03:48:46.331Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
29422026-05-14T03:48:46.331Z |
29432026-05-14T03:48:46.331Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/progenitor_client.rs:327:1
29442026-05-14T03:48:46.331Z |
29452026-05-14T03:48:46.331Z 327 | pub enum Error<E = ()> {
29462026-05-14T03:48:46.331Z | ---------------------- this is the found type
29472026-05-14T03:48:46.332Z = help: you can use `cargo tree` to explore your dependency tree
29482026-05-14T03:48:46.332Znote: required by a bound in `ProgenitorOperationRetry`
29492026-05-14T03:48:46.332Z --> common/src/progenitor_operation_retry.rs:73:17
29502026-05-14T03:48:46.332Z |
29512026-05-14T03:48:46.332Z 69 | pub struct ProgenitorOperationRetry<
29522026-05-14T03:48:46.332Z | ------------------------ required by a bound in this struct
29532026-05-14T03:48:46.332Z...
29542026-05-14T03:48:46.332Z 73 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
29552026-05-14T03:48:46.332Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry`
29562026-05-14T03:48:46.332Z
29572026-05-14T03:48:46.332Zerror[E0271]: expected `{async block@nexus/src/app/sagas/snapshot_create.rs:1228:33: 1228:38}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<()>, Error<Error>>`
29582026-05-14T03:48:46.332Z --> nexus/src/app/sagas/snapshot_create.rs:1241:5
29592026-05-14T03:48:46.332Z |
29602026-05-14T03:48:46.332Z1241 | ProgenitorOperationRetry::new(snapshot_operation, gone_check)
29612026-05-14T03:48:46.332Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<ResponseValue<()>, Error<_>>`, found `Result<ResponseValue<()>, Error<Error>>`
29622026-05-14T03:48:46.332Z |
29632026-05-14T03:48:46.332Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
29642026-05-14T03:48:46.332Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
29652026-05-14T03:48:46.332Z |
29662026-05-14T03:48:46.332Z 224 | pub enum Error<E = ()> {
29672026-05-14T03:48:46.332Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
29682026-05-14T03:48:46.332Z |
29692026-05-14T03:48:46.332Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/progenitor_client.rs:327:1
29702026-05-14T03:48:46.332Z |
29712026-05-14T03:48:46.332Z 327 | pub enum Error<E = ()> {
29722026-05-14T03:48:46.332Z | ---------------------- this is the found type
29732026-05-14T03:48:46.332Z = help: you can use `cargo tree` to explore your dependency tree
29742026-05-14T03:48:46.332Znote: required by a bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
29752026-05-14T03:48:46.332Z --> common/src/progenitor_operation_retry.rs:88:17
29762026-05-14T03:48:46.332Z |
29772026-05-14T03:48:46.332Z 88 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
29782026-05-14T03:48:46.332Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
29792026-05-14T03:48:46.332Z...
29802026-05-14T03:48:46.332Z 92 | pub fn new(operation: F, gone_check: BF) -> Self {
29812026-05-14T03:48:46.332Z | --- required by a bound in this associated function
29822026-05-14T03:48:46.332Z
29832026-05-14T03:48:46.359Zerror[E0599]: the method `run` exists for struct `ProgenitorOperationRetry<_, _, {closure@...}, ..., ..., ...>`, but its trait bounds were not satisfied
29842026-05-14T03:48:46.359Z --> nexus/src/app/sagas/snapshot_create.rs:1242:10
29852026-05-14T03:48:46.359Z |
29862026-05-14T03:48:46.359Z1241 | / ProgenitorOperationRetry::new(snapshot_operation, gone_check)
29872026-05-14T03:48:46.360Z1242 | | .run(log)
29882026-05-14T03:48:46.360Z | | -^^^ method cannot be called due to unsatisfied trait bounds
29892026-05-14T03:48:46.360Z | |_________|
29902026-05-14T03:48:46.360Z |
29912026-05-14T03:48:46.360Z |
29922026-05-14T03:48:46.360Z = note: the following trait bounds were not satisfied:
29932026-05-14T03:48:46.360Z `<{async block@nexus/src/app/sagas/snapshot_create.rs:1228:33: 1228:38} as futures::Future>::Output = Result<_, crucible_agent_client::Error<_>>`
29942026-05-14T03:48:46.360Z = note: the full name for the type has been written to '/work/oxidecomputer/omicron/target/release/deps/omicron_nexus-2dce80a5987e91cd.long-type-227688738271882878.txt'
29952026-05-14T03:48:46.360Z = note: consider using `--verbose` to print the full type name to the console
29962026-05-14T03:48:46.360Z
29972026-05-14T03:48:46.363Zerror[E0282]: type annotations needed
29982026-05-14T03:48:46.363Z --> nexus/src/app/sagas/snapshot_create.rs:1241:5
29992026-05-14T03:48:46.363Z |
30002026-05-14T03:48:46.363Z1241 | / ProgenitorOperationRetry::new(snapshot_operation, gone_check)
30012026-05-14T03:48:46.363Z1242 | | .run(log)
30022026-05-14T03:48:46.363Z1243 | | .await
30032026-05-14T03:48:46.364Z | |______________^ cannot infer type
30042026-05-14T03:48:46.364Z
30052026-05-14T03:48:46.364Zerror[E0282]: type annotations needed
30062026-05-14T03:48:46.364Z --> nexus/src/app/sagas/snapshot_create.rs:1244:19
30072026-05-14T03:48:46.364Z |
30082026-05-14T03:48:46.364Z1244 | .map_err(|e| {
30092026-05-14T03:48:46.364Z | ^
30102026-05-14T03:48:46.364Z1245 | saga_action_failed(Error::internal_error(&e.to_string()))
30112026-05-14T03:48:46.364Z | - type must be known at this point
30122026-05-14T03:48:46.364Z |
30132026-05-14T03:48:46.364Zhelp: consider giving this closure parameter an explicit type
30142026-05-14T03:48:46.364Z |
30152026-05-14T03:48:46.364Z1244 | .map_err(|e: /* Type */| {
30162026-05-14T03:48:46.364Z | ++++++++++++
30172026-05-14T03:48:46.364Z
30182026-05-14T03:48:46.747Zerror[E0271]: expected `{async block@nexus/src/app/sagas/common_storage.rs:136:31: 136:36}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<AttachResult>, Error<Error>>`
30192026-05-14T03:48:46.747Z --> nexus/src/app/sagas/common_storage.rs:142:5
30202026-05-14T03:48:46.747Z |
30212026-05-14T03:48:46.747Z142 | ProgenitorOperationRetry::new(attach_operation, gone_check)
30222026-05-14T03:48:46.747Z | ^^^^^^^^^^^^^^^^^^^^^^^^ expected `crucible_agent_client::Error<_>`, found `Error<Error>`
30232026-05-14T03:48:46.747Z |
30242026-05-14T03:48:46.747Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
30252026-05-14T03:48:46.747Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
30262026-05-14T03:48:46.747Z |
30272026-05-14T03:48:46.747Z224 | pub enum Error<E = ()> {
30282026-05-14T03:48:46.747Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30292026-05-14T03:48:46.747Z |
30302026-05-14T03:48:46.747Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/progenitor_client.rs:327:1
30312026-05-14T03:48:46.747Z |
30322026-05-14T03:48:46.747Z327 | pub enum Error<E = ()> {
30332026-05-14T03:48:46.747Z | ---------------------- this is the found type
30342026-05-14T03:48:46.747Z = help: you can use `cargo tree` to explore your dependency tree
30352026-05-14T03:48:46.747Znote: required by a bound in `ProgenitorOperationRetry`
30362026-05-14T03:48:46.747Z --> common/src/progenitor_operation_retry.rs:73:17
30372026-05-14T03:48:46.747Z |
30382026-05-14T03:48:46.747Z 69 | pub struct ProgenitorOperationRetry<
30392026-05-14T03:48:46.748Z | ------------------------ required by a bound in this struct
30402026-05-14T03:48:46.748Z...
30412026-05-14T03:48:46.748Z 73 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
30422026-05-14T03:48:46.748Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry`
30432026-05-14T03:48:46.748Z
30442026-05-14T03:48:46.748Zerror[E0271]: expected `{async block@nexus/src/app/sagas/common_storage.rs:136:31: 136:36}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<AttachResult>, Error<Error>>`
30452026-05-14T03:48:46.748Z --> nexus/src/app/sagas/common_storage.rs:142:5
30462026-05-14T03:48:46.748Z |
30472026-05-14T03:48:46.748Z142 | ProgenitorOperationRetry::new(attach_operation, gone_check)
30482026-05-14T03:48:46.748Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `crucible_agent_client::Error<_>`, found `Error<Error>`
30492026-05-14T03:48:46.748Z |
30502026-05-14T03:48:46.748Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
30512026-05-14T03:48:46.748Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
30522026-05-14T03:48:46.748Z |
30532026-05-14T03:48:46.748Z224 | pub enum Error<E = ()> {
30542026-05-14T03:48:46.748Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30552026-05-14T03:48:46.748Z |
30562026-05-14T03:48:46.748Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/progenitor_client.rs:327:1
30572026-05-14T03:48:46.748Z |
30582026-05-14T03:48:46.748Z327 | pub enum Error<E = ()> {
30592026-05-14T03:48:46.748Z | ---------------------- this is the found type
30602026-05-14T03:48:46.748Z = help: you can use `cargo tree` to explore your dependency tree
30612026-05-14T03:48:46.748Znote: required by a bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
30622026-05-14T03:48:46.748Z --> common/src/progenitor_operation_retry.rs:88:17
30632026-05-14T03:48:46.748Z |
30642026-05-14T03:48:46.748Z 88 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
30652026-05-14T03:48:46.748Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
30662026-05-14T03:48:46.748Z...
30672026-05-14T03:48:46.748Z 92 | pub fn new(operation: F, gone_check: BF) -> Self {
30682026-05-14T03:48:46.748Z | --- required by a bound in this associated function
30692026-05-14T03:48:46.748Z
30702026-05-14T03:48:46.774Zerror[E0599]: the method `run` exists for struct `ProgenitorOperationRetry<_, _, {closure@...}, ..., ..., ...>`, but its trait bounds were not satisfied
30712026-05-14T03:48:46.774Z --> nexus/src/app/sagas/common_storage.rs:143:10
30722026-05-14T03:48:46.774Z |
30732026-05-14T03:48:46.774Z142 | / ProgenitorOperationRetry::new(attach_operation, gone_check)
30742026-05-14T03:48:46.774Z143 | | .run(log)
30752026-05-14T03:48:46.774Z | | -^^^ method cannot be called due to unsatisfied trait bounds
30762026-05-14T03:48:46.774Z | |_________|
30772026-05-14T03:48:46.774Z |
30782026-05-14T03:48:46.774Z |
30792026-05-14T03:48:46.774Z = note: the following trait bounds were not satisfied:
30802026-05-14T03:48:46.774Z `<{async block@nexus/src/app/sagas/common_storage.rs:136:31: 136:36} as futures::Future>::Output = Result<_, crucible_agent_client::Error<_>>`
30812026-05-14T03:48:46.774Z = note: the full name for the type has been written to '/work/oxidecomputer/omicron/target/release/deps/omicron_nexus-2dce80a5987e91cd.long-type-11862134025399483580.txt'
30822026-05-14T03:48:46.774Z = note: consider using `--verbose` to print the full type name to the console
30832026-05-14T03:48:46.774Z
30842026-05-14T03:48:46.777Zerror[E0282]: type annotations needed
30852026-05-14T03:48:46.777Z --> nexus/src/app/sagas/common_storage.rs:142:5
30862026-05-14T03:48:46.777Z |
30872026-05-14T03:48:46.777Z142 | / ProgenitorOperationRetry::new(attach_operation, gone_check)
30882026-05-14T03:48:46.777Z143 | | .run(log)
30892026-05-14T03:48:46.777Z144 | | .await
30902026-05-14T03:48:46.777Z | |______________^ cannot infer type
30912026-05-14T03:48:46.778Z
30922026-05-14T03:48:46.781Zerror[E0271]: expected `{async block@nexus/src/app/sagas/common_storage.rs:168:12: 168:17}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<()>, Error<Error>>`
30932026-05-14T03:48:46.781Z --> nexus/src/app/sagas/common_storage.rs:172:5
30942026-05-14T03:48:46.781Z |
30952026-05-14T03:48:46.781Z172 | ProgenitorOperationRetry::new(detach_operation, gone_check)
30962026-05-14T03:48:46.781Z | ^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<ResponseValue<()>, Error<_>>`, found `Result<ResponseValue<()>, Error<Error>>`
30972026-05-14T03:48:46.781Z |
30982026-05-14T03:48:46.781Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
30992026-05-14T03:48:46.781Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
31002026-05-14T03:48:46.781Z |
31012026-05-14T03:48:46.781Z224 | pub enum Error<E = ()> {
31022026-05-14T03:48:46.781Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31032026-05-14T03:48:46.781Z |
31042026-05-14T03:48:46.781Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/progenitor_client.rs:327:1
31052026-05-14T03:48:46.781Z |
31062026-05-14T03:48:46.781Z327 | pub enum Error<E = ()> {
31072026-05-14T03:48:46.782Z | ---------------------- this is the found type
31082026-05-14T03:48:46.782Z = help: you can use `cargo tree` to explore your dependency tree
31092026-05-14T03:48:46.782Znote: required by a bound in `ProgenitorOperationRetry`
31102026-05-14T03:48:46.782Z --> common/src/progenitor_operation_retry.rs:73:17
31112026-05-14T03:48:46.782Z |
31122026-05-14T03:48:46.782Z 69 | pub struct ProgenitorOperationRetry<
31132026-05-14T03:48:46.782Z | ------------------------ required by a bound in this struct
31142026-05-14T03:48:46.782Z...
31152026-05-14T03:48:46.782Z 73 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
31162026-05-14T03:48:46.782Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry`
31172026-05-14T03:48:46.782Z
31182026-05-14T03:48:46.782Zerror[E0271]: expected `{async block@nexus/src/app/sagas/common_storage.rs:168:12: 168:17}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<()>, Error<Error>>`
31192026-05-14T03:48:46.782Z --> nexus/src/app/sagas/common_storage.rs:172:5
31202026-05-14T03:48:46.782Z |
31212026-05-14T03:48:46.782Z172 | ProgenitorOperationRetry::new(detach_operation, gone_check)
31222026-05-14T03:48:46.782Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<ResponseValue<()>, Error<_>>`, found `Result<ResponseValue<()>, Error<Error>>`
31232026-05-14T03:48:46.782Z |
31242026-05-14T03:48:46.782Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
31252026-05-14T03:48:46.782Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
31262026-05-14T03:48:46.782Z |
31272026-05-14T03:48:46.782Z224 | pub enum Error<E = ()> {
31282026-05-14T03:48:46.782Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31292026-05-14T03:48:46.782Z |
31302026-05-14T03:48:46.782Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/progenitor_client.rs:327:1
31312026-05-14T03:48:46.782Z |
31322026-05-14T03:48:46.783Z327 | pub enum Error<E = ()> {
31332026-05-14T03:48:46.783Z | ---------------------- this is the found type
31342026-05-14T03:48:46.783Z = help: you can use `cargo tree` to explore your dependency tree
31352026-05-14T03:48:46.783Znote: required by a bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
31362026-05-14T03:48:46.783Z --> common/src/progenitor_operation_retry.rs:88:17
31372026-05-14T03:48:46.783Z |
31382026-05-14T03:48:46.783Z 88 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
31392026-05-14T03:48:46.783Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
31402026-05-14T03:48:46.783Z...
31412026-05-14T03:48:46.783Z 92 | pub fn new(operation: F, gone_check: BF) -> Self {
31422026-05-14T03:48:46.783Z | --- required by a bound in this associated function
31432026-05-14T03:48:46.783Z
31442026-05-14T03:48:46.800Zerror[E0599]: the method `run` exists for struct `ProgenitorOperationRetry<_, _, {closure@...}, ..., ..., ...>`, but its trait bounds were not satisfied
31452026-05-14T03:48:46.800Z --> nexus/src/app/sagas/common_storage.rs:173:10
31462026-05-14T03:48:46.800Z |
31472026-05-14T03:48:46.801Z172 | / ProgenitorOperationRetry::new(detach_operation, gone_check)
31482026-05-14T03:48:46.801Z173 | | .run(log)
31492026-05-14T03:48:46.801Z | | -^^^ method cannot be called due to unsatisfied trait bounds
31502026-05-14T03:48:46.801Z | |_________|
31512026-05-14T03:48:46.801Z |
31522026-05-14T03:48:46.801Z |
31532026-05-14T03:48:46.801Z = note: the following trait bounds were not satisfied:
31542026-05-14T03:48:46.801Z `<{async block@nexus/src/app/sagas/common_storage.rs:168:12: 168:17} as futures::Future>::Output = Result<_, crucible_agent_client::Error<_>>`
31552026-05-14T03:48:46.801Z = note: the full name for the type has been written to '/work/oxidecomputer/omicron/target/release/deps/omicron_nexus-2dce80a5987e91cd.long-type-12194859384677528886.txt'
31562026-05-14T03:48:46.801Z = note: consider using `--verbose` to print the full type name to the console
31572026-05-14T03:48:46.801Z
31582026-05-14T03:48:46.804Zerror[E0282]: type annotations needed
31592026-05-14T03:48:46.804Z --> nexus/src/app/sagas/common_storage.rs:172:5
31602026-05-14T03:48:46.804Z |
31612026-05-14T03:48:46.804Z172 | / ProgenitorOperationRetry::new(detach_operation, gone_check)
31622026-05-14T03:48:46.804Z173 | | .run(log)
31632026-05-14T03:48:46.804Z174 | | .await
31642026-05-14T03:48:46.804Z | |______________^ cannot infer type
31652026-05-14T03:48:46.804Z
31662026-05-14T03:48:54.995Zerror[E0027]: pattern does not mention field `info`
31672026-05-14T03:48:54.995Z --> dev-tools/omdb/src/bin/omdb/crucible_pantry.rs:104:9
31682026-05-14T03:48:54.995Z |
31692026-05-14T03:48:54.995Z104 | let VolumeStatus { active, num_job_handles, seen_active } =
31702026-05-14T03:48:54.995Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing field `info`
31712026-05-14T03:48:54.995Z |
31722026-05-14T03:48:54.995Zhelp: include the missing field in the pattern
31732026-05-14T03:48:54.995Z |
31742026-05-14T03:48:54.995Z104 | let VolumeStatus { active, num_job_handles, seen_active, info } =
31752026-05-14T03:48:54.995Z | ++++++
31762026-05-14T03:48:54.995Zhelp: if you don't care about this missing field, you can explicitly ignore it
31772026-05-14T03:48:54.995Z |
31782026-05-14T03:48:54.995Z104 | let VolumeStatus { active, num_job_handles, seen_active, info: _ } =
31792026-05-14T03:48:54.995Z | +++++++++
31802026-05-14T03:48:54.995Zhelp: or always ignore missing fields here
31812026-05-14T03:48:54.995Z |
31822026-05-14T03:48:54.995Z104 | let VolumeStatus { active, num_job_handles, seen_active, .. } =
31832026-05-14T03:48:54.996Z | ++++
31842026-05-14T03:48:54.996Z
31852026-05-14T03:49:01.149ZFor more information about this error, try `rustc --explain E0027`.
31862026-05-14T03:49:01.349Zerror: could not compile `omicron-omdb` (bin "omdb") due to 1 previous error
31872026-05-14T03:49:01.349Zwarning: build failed, waiting for other jobs to finish...
31882026-05-14T03:49:26.069ZSome errors have detailed explanations: E0271, E0282, E0308, E0599.
31892026-05-14T03:49:26.069ZFor more information about an error, try `rustc --explain E0271`.
31902026-05-14T03:49:26.455Zerror: could not compile `omicron-nexus` (lib) due to 14 previous errors
31912026-05-14T03:49:26.726ZError: Failed to build packages
31922026-05-14T03:49:26.729Z
31932026-05-14T03:49:26.733Zreal 3:40.963846823
31942026-05-14T03:49:26.733Zuser 48:43.806675957
31952026-05-14T03:49:26.733Zsys 2:40.826279432
31962026-05-14T03:49:26.733Ztrap 1.381097832
31972026-05-14T03:49:26.733Ztflt 2.435423366
31982026-05-14T03:49:26.733Zdflt 3.917692341
31992026-05-14T03:49:26.733Zkflt 0.005402086
32002026-05-14T03:49:26.733Zlock 4:00:53.946811243
32012026-05-14T03:49:26.733Zslp 1:56:59.030099989
32022026-05-14T03:49:26.733Zlat 2:20.793648478
32032026-05-14T03:49:26.733Zstop 5:01.471338210
32042026-05-14T03:49:26.733Zprocess exited: duration 447010 ms, exit code 1
 
32052026-05-14T03:49:26.740Zfound 0 output files
32062026-05-14T03:49:26.740Zupload error: rule "/work/package.tar.gz" required a match, but was not used