01KRQDHC44F8PAF52N9508HRSK: 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: 01KRQDJXYRZX0HF2B5J7SHZ4ET

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-16T03:35:16.526Zjob assigned to worker 01KRQDK7QPJR845KBM9TZTZTVE [factory aws, i-01e8f22f6addc5ddc] (queued for 52 s)
 
22026-05-16T03:35:23.879Zstarting task 0: "setup"
32026-05-16T03:35:24.052Z++ uname -s
42026-05-16T03:35:24.052Z+ kern=SunOS
52026-05-16T03:35:24.052Z+ build_user=build
62026-05-16T03:35:24.053Z+ build_uid=12345
72026-05-16T03:35:24.053Z+ work_dir=/work
82026-05-16T03:35:24.053Z+ input_dir=/input
92026-05-16T03:35:24.053Z+ [[ 0 == 12345 ]]
102026-05-16T03:35:24.053Z+ case "$kern" in
112026-05-16T03:35:24.053Z+ groupadd -g 12345 build
122026-05-16T03:35:24.053Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-16T03:35:25.852Z+ zfs create -o mountpoint=/work rpool/work
142026-05-16T03:35:25.931Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-16T03:35:25.945Z+ home_fs=zfs
162026-05-16T03:35:25.945Z+ [[ zfs == autofs ]]
172026-05-16T03:35:25.945Z+ mkdir -p /home/build
182026-05-16T03:35:25.945Z+ chown build:build /home/build /work
192026-05-16T03:35:27.938Z+ chmod 0700 /home/build /work
202026-05-16T03:35:27.989Zprocess exited: duration 4122 ms, exit code 0
 
212026-05-16T03:35:28.064Zstarting task 1: "rust-toolchain"
222026-05-16T03:35:28.074Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-16T03:35:28.074Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-16T03:35:28.074Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-16T03:35:28.074Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-16T03:35:28.074Z * rust toolchain channel = "1.94.0"
272026-05-16T03:35:28.074Z * rust toolchain profile = "default"
282026-05-16T03:35:28.074Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-16T03:35:28.074Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-16T03:35:28.194Zinfo: downloading installer
312026-05-16T03:35:29.475Zwarn: It looks like you have an existing rustup settings file at:
322026-05-16T03:35:29.475Zwarn: /home/build/.rustup/settings.toml
332026-05-16T03:35:29.475Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-16T03:35:29.475Zwarn: instead of the one inferred from the default host triple.
352026-05-16T03:35:29.488Zinfo: profile set to default
362026-05-16T03:35:29.488Zinfo: default host triple is x86_64-unknown-illumos
372026-05-16T03:35:29.494Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-16T03:35:29.631Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-16T03:35:29.652Zinfo: downloading 6 components
402026-05-16T03:35:43.922Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-16T03:35:43.923Z
422026-05-16T03:35:44.021Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-16T03:35:44.021Z
442026-05-16T03:35:44.022Z
452026-05-16T03:35:44.022ZRust is installed now. Great!
462026-05-16T03:35:44.022Z
472026-05-16T03:35:44.022ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-16T03:35:44.022Zenvironment variable. This has not been done automatically.
492026-05-16T03:35:44.022Z
502026-05-16T03:35:44.022ZTo configure your current shell, you need to source
512026-05-16T03:35:44.022Zthe corresponding env file under $HOME/.cargo.
522026-05-16T03:35:44.022Z
532026-05-16T03:35:44.022ZThis is usually done by running one of the following (note the leading DOT):
542026-05-16T03:35:44.022Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-16T03:35:44.022Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-16T03:35:44.022Zsource "~/.cargo/env.nu" # For nushell
572026-05-16T03:35:44.022Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-16T03:35:44.023Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-16T03:35:44.023Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-16T03:35:44.023Zwarn: no default linker (`cc`) was found in your PATH
612026-05-16T03:35:44.023Zwarn: many Rust crates require a system C toolchain to build
622026-05-16T03:35:44.132Z+ rustup --version
632026-05-16T03:35:44.132Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-16T03:35:44.132Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-16T03:35:44.132Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-16T03:35:44.132Z+ cargo --version
672026-05-16T03:35:44.132Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-16T03:35:44.132Z+ rustc --version
692026-05-16T03:35:44.143Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-16T03:35:44.143Zprocess exited: duration 15984 ms, exit code 0
 
712026-05-16T03:35:44.186Zstarting task 2: "authentication"
722026-05-16T03:35:44.213Zprocess exited: duration 33 ms, exit code 0
 
732026-05-16T03:35:44.307Zstarting task 3: "clone repository"
742026-05-16T03:35:44.344Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-16T03:35:44.344Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-16T03:35:44.344ZCloning into '/work/oxidecomputer/omicron'...
772026-05-16T03:35:54.301Z+ cd /work/oxidecomputer/omicron
782026-05-16T03:35:54.302Z+ git fetch origin 52f5e87f704e15add883d5128d8f033e80711755
792026-05-16T03:35:54.555ZFrom https://github.com/oxidecomputer/omicron
802026-05-16T03:35:54.555Z * branch 52f5e87f704e15add883d5128d8f033e80711755 -> FETCH_HEAD
812026-05-16T03:35:54.574Z+ [[ -n renovate/crucible-pantry-client-digest ]]
822026-05-16T03:35:54.579Z++ git branch --show-current
832026-05-16T03:35:54.579Z+ current=main
842026-05-16T03:35:54.580Z+ [[ main != renovate/crucible-pantry-client-digest ]]
852026-05-16T03:35:54.580Z+ git branch -f renovate/crucible-pantry-client-digest 52f5e87f704e15add883d5128d8f033e80711755
862026-05-16T03:35:54.580Z+ git checkout -f renovate/crucible-pantry-client-digest
872026-05-16T03:35:54.817ZSwitched to branch 'renovate/crucible-pantry-client-digest'
882026-05-16T03:35:54.833Z+ git reset --hard 52f5e87f704e15add883d5128d8f033e80711755
892026-05-16T03:35:54.843ZHEAD is now at 52f5e87f7 Update crucible-pantry-client digest to c59a136
902026-05-16T03:35:54.843Zprocess exited: duration 10575 ms, exit code 0
 
912026-05-16T03:35:54.885Zstarting task 4: "build"
922026-05-16T03:35:54.902Z+ source .github/buildomat/ci-env.sh
932026-05-16T03:35:54.902Z++ export CARGO_TERM_COLOR=always
942026-05-16T03:35:54.902Z++ CARGO_TERM_COLOR=always
952026-05-16T03:35:54.902Z+ cargo --version
962026-05-16T03:35:54.902Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-16T03:35:54.902Z+ rustc --version
982026-05-16T03:35:54.922Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-16T03:35:54.962Z+ WORK=/work
1002026-05-16T03:35:54.963Z+ pfexec mkdir -p /work
1012026-05-16T03:35:54.963Z+ pfexec chown build /work
1022026-05-16T03:35:54.964Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-16T03:35:56.375Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-16T03:35:56.433Z Startup: Caching catalogs ... Done
1052026-05-16T03:35:56.637ZPlanning: Solver setup ... Done (0.173s)
1062026-05-16T03:35:56.652ZPlanning: Running solver ... Done (0.016s)
1072026-05-16T03:35:56.658ZPlanning: Finding local manifests ... Done (0.003s)
1082026-05-16T03:35:56.669ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-16T03:35:56.685ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-16T03:35:56.703ZPlanning: Package planning ... Done (0.014s)
1112026-05-16T03:35:56.714ZPlanning: Merging actions ... Done (0.001s)
1122026-05-16T03:35:56.911ZPlanning: Checking for conflicting actions ... Done (0.190s)
1132026-05-16T03:35:56.931ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-16T03:35:57.780ZPlanning: Evaluating mediators ... Done (0.887s)
1152026-05-16T03:35:57.784ZPlanning: Planning completed in 1.33 seconds
1162026-05-16T03:35:57.791Z Packages to install: 2
1172026-05-16T03:35:57.791Z Estimated space available: 156.10 GB
1182026-05-16T03:35:57.791ZEstimated space to be consumed: 19.74 MB
1192026-05-16T03:35:57.797Z Create boot environment: No
1202026-05-16T03:35:57.797ZCreate backup boot environment: No
1212026-05-16T03:35:57.797Z Rebuild boot archive: No
1222026-05-16T03:35:57.797Z
1232026-05-16T03:35:57.797ZChanged packages:
1242026-05-16T03:35:57.797Zhelios
1252026-05-16T03:35:57.797Z developer/build-essential
1262026-05-16T03:35:57.797Z None -> 11-3.0
1272026-05-16T03:35:57.797Z library/libxmlsec1
1282026-05-16T03:35:57.797Z None -> 1.2.35-3.0
1292026-05-16T03:35:57.821Z
1302026-05-16T03:35:57.821ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-16T03:35:58.494ZDownload: Completed 1.28 MB in 0.68 seconds (1.9M/s)
1322026-05-16T03:35:58.554Z Actions: 1/268 actions (Installing new actions)
1332026-05-16T03:35:58.593Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-16T03:35:58.601ZFinalize: Updating package state database ... Done (0.006s)
1352026-05-16T03:35:58.601ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-16T03:35:58.614ZFinalize: Updating image state ... Done (0.015s)
1372026-05-16T03:36:01.193ZFinalize: Creating fast lookup database ... Done (2.546s)
1382026-05-16T03:36:01.253ZFinalize: Reading search index ... Done (0.011s)
1392026-05-16T03:36:01.276ZFinalize: Updating search index ... Done (0.000s)
1402026-05-16T03:36:01.340ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-16T03:36:01.630ZPlanning: Evaluating mediator changes ... Done
1422026-05-16T03:36:01.735ZPlanning: Checking for conflicting actions ... Done
1432026-05-16T03:36:01.738ZPlanning: Consolidating action changes ... Done
1442026-05-16T03:36:01.897ZPlanning: Evaluating mediators ... Done
1452026-05-16T03:36:01.900ZPlanning: Planning completed in 0.27 seconds
1462026-05-16T03:36:01.921Z Mediators to change: 2
1472026-05-16T03:36:01.921Z Create boot environment: No
1482026-05-16T03:36:01.921ZCreate backup boot environment: No
1492026-05-16T03:36:01.977ZFinalize: Updating package state database ... Done
1502026-05-16T03:36:01.977ZFinalize: Updating package cache ... Done
1512026-05-16T03:36:01.994ZFinalize: Updating image state ... Done
1522026-05-16T03:36:03.942ZFinalize: Creating fast lookup database ... Done
1532026-05-16T03:36:04.009ZFinalize: Reading search index ... Done
1542026-05-16T03:36:04.016ZFinalize: Updating search index ... Done
1552026-05-16T03:36:04.109ZFinalize: Updating package cache ... Done
1562026-05-16T03:36:04.406ZPlanning: Evaluating mediator changes ... Done
1572026-05-16T03:36:04.476ZPlanning: Checking for conflicting actions ... Done
1582026-05-16T03:36:04.499ZPlanning: Consolidating action changes ... Done
1592026-05-16T03:36:04.634ZPlanning: Evaluating mediators ... Done
1602026-05-16T03:36:04.638ZPlanning: Planning completed in 0.26 seconds
1612026-05-16T03:36:04.657Z Mediators to change: 1
1622026-05-16T03:36:04.657Z Create boot environment: No
1632026-05-16T03:36:04.657ZCreate backup boot environment: No
1642026-05-16T03:36:04.718ZFinalize: Updating package state database ... Done
1652026-05-16T03:36:04.718ZFinalize: Updating package cache ... Done
1662026-05-16T03:36:04.777ZFinalize: Updating image state ... Done
1672026-05-16T03:36:06.654ZFinalize: Creating fast lookup database ... Done
1682026-05-16T03:36:06.714ZFinalize: Reading search index ... Done
1692026-05-16T03:36:06.717ZFinalize: Updating search index ... Done
1702026-05-16T03:36:06.801ZFinalize: Updating package cache ... Done
1712026-05-16T03:36:07.110ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-16T03:36:07.110Zapache system 2.4 system
1732026-05-16T03:36:07.111Zclang system 15 system
1742026-05-16T03:36:07.111Zcsh system system illumos
1752026-05-16T03:36:07.111Zctags system system illumos
1762026-05-16T03:36:07.111Zfile vendor vendor darwinsys
1772026-05-16T03:36:07.111Zfile system system illumos
1782026-05-16T03:36:07.111Zgcc vendor 14 vendor
1792026-05-16T03:36:07.111Zgcc system 13 system
1802026-05-16T03:36:07.111Zgcc system 10 system
1812026-05-16T03:36:07.111Zgo system 1.25 system
1822026-05-16T03:36:07.111Zllvm system 15 system
1832026-05-16T03:36:07.111Zmariadb system 11.4 system
1842026-05-16T03:36:07.111Zmta vendor vendor dma
1852026-05-16T03:36:07.111Zopenjdk system 17 system
1862026-05-16T03:36:07.111Zopenjdk system 11 system
1872026-05-16T03:36:07.111Zopenssl vendor 3 vendor
1882026-05-16T03:36:07.111Zperl system 5.40 system
1892026-05-16T03:36:07.111Zpostgresql system 18 system
1902026-05-16T03:36:07.111Zpostgresql system 17 system
1912026-05-16T03:36:07.111Zpython vendor 3 vendor
1922026-05-16T03:36:07.111Zpython system 2 system
1932026-05-16T03:36:07.111Zpython3 vendor 3.13 vendor
1942026-05-16T03:36:07.111Zruby system 3.4 system
1952026-05-16T03:36:07.111Zruby system 3.0 system
1962026-05-16T03:36:07.111Zwords vendor vendor american-english
1972026-05-16T03:36:07.111Zwords system system australian-english
1982026-05-16T03:36:07.111Zwords system system british-english
1992026-05-16T03:36:07.111Zwords system system canadian-english
2002026-05-16T03:36:07.111Zwords system system french
2012026-05-16T03:36:07.111Zwords system system italian
2022026-05-16T03:36:07.111Zwords system system ngerman
2032026-05-16T03:36:07.111Zwords system system ogerman
2042026-05-16T03:36:07.111Zwords system system spanish
2052026-05-16T03:36:07.362ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-16T03:36:07.363Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-16T03:36:07.635ZFMRI IFO
2082026-05-16T03:36:07.635Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-16T03:36:07.635Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-16T03:36:07.635Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-16T03:36:07.635Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-16T03:36:07.635Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-16T03:36:07.635Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-16T03:36:07.635Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-16T03:36:07.635Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-16T03:36:07.635Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-16T03:36:07.873Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-16T03:36:08.111Z Updating crates.io index
2192026-05-16T03:36:08.142Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-16T03:36:08.822Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-16T03:36:09.291Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-16T03:36:10.024Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-16T03:36:10.822Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-16T03:36:11.316Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-16T03:36:12.791Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-16T03:36:13.707Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-16T03:36:13.939Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-16T03:36:14.969Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-16T03:36:15.498Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-16T03:36:15.944Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-16T03:36:16.275Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-16T03:36:17.126Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-16T03:36:17.567Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-05-16T03:36:17.791Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-05-16T03:36:18.206Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-05-16T03:36:18.582Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-05-16T03:36:18.842Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-05-16T03:36:19.154Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-05-16T03:36:19.376Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-05-16T03:36:19.621Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-05-16T03:36:19.945Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-05-16T03:36:20.268Z Updating git repository `https://github.com/oxidecomputer/crucible`
2432026-05-16T03:36:21.344Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-05-16T03:36:21.731Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-05-16T03:36:22.064Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-05-16T03:36:22.401Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-05-16T03:36:22.619Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-05-16T03:36:24.039Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-05-16T03:36:24.435Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2502026-05-16T03:36:24.930Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2512026-05-16T03:36:25.321Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2522026-05-16T03:36:25.581Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2532026-05-16T03:36:26.074Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2542026-05-16T03:36:26.282Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2552026-05-16T03:36:26.537Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2562026-05-16T03:36:26.775Z Updating git repository `https://github.com/illumos/smf-rs`
2572026-05-16T03:36:27.107Z Updating git repository `https://github.com/oxidecomputer/omicron`
2582026-05-16T03:36:38.681Z Downloading crates ...
2592026-05-16T03:36:38.734Z Downloaded anstream v0.6.21
2602026-05-16T03:36:38.754Z Downloaded typenum v1.19.0
2612026-05-16T03:36:38.757Z Downloaded toml_write v0.1.2
2622026-05-16T03:36:38.757Z Downloaded is_terminal_polyfill v1.70.2
2632026-05-16T03:36:38.757Z Downloaded fs-err v3.3.0
2642026-05-16T03:36:38.760Z Downloaded unicode-ident v1.0.24
2652026-05-16T03:36:38.760Z Downloaded version_check v0.9.5
2662026-05-16T03:36:38.760Z Downloaded unicode-xid v0.2.6
2672026-05-16T03:36:38.765Z Downloaded papergrid v0.11.0
2682026-05-16T03:36:38.769Z Downloaded thiserror-impl v2.0.18
2692026-05-16T03:36:38.769Z Downloaded toml v0.8.23
2702026-05-16T03:36:38.769Z Downloaded zerovec-derive v0.11.2
2712026-05-16T03:36:38.773Z Downloaded usdt-impl v0.5.0
2722026-05-16T03:36:38.773Z Downloaded scroll_derive v0.12.1
2732026-05-16T03:36:38.773Z Downloaded itoa v1.0.17
2742026-05-16T03:36:38.774Z Downloaded unicode-linebreak v0.1.5
2752026-05-16T03:36:38.777Z Downloaded form_urlencoded v1.2.2
2762026-05-16T03:36:38.777Z Downloaded zerocopy-derive v0.7.35
2772026-05-16T03:36:38.777Z Downloaded usdt v0.5.0
2782026-05-16T03:36:38.777Z Downloaded strsim v0.11.1
2792026-05-16T03:36:38.780Z Downloaded thiserror v1.0.69
2802026-05-16T03:36:38.784Z Downloaded utf8parse v0.2.2
2812026-05-16T03:36:38.784Z Downloaded smawk v0.3.2
2822026-05-16T03:36:38.784Z Downloaded plain v0.2.3
2832026-05-16T03:36:38.784Z Downloaded ucd-trie v0.1.7
2842026-05-16T03:36:38.787Z Downloaded heck v0.5.0
2852026-05-16T03:36:38.787Z Downloaded thread-id v4.2.2
2862026-05-16T03:36:38.787Z Downloaded terminal_size v0.4.3
2872026-05-16T03:36:38.787Z Downloaded typeid v1.0.3
2882026-05-16T03:36:38.792Z Downloaded zerofrom v0.1.6
2892026-05-16T03:36:38.792Z Downloaded cpufeatures v0.2.17
2902026-05-16T03:36:38.796Z Downloaded yoke-derive v0.8.1
2912026-05-16T03:36:38.796Z Downloaded usdt-attr-macro v0.5.0
2922026-05-16T03:36:38.796Z Downloaded clap_lex v1.0.0
2932026-05-16T03:36:38.800Z Downloaded usdt-macro v0.5.0
2942026-05-16T03:36:38.800Z Downloaded yoke v0.8.1
2952026-05-16T03:36:38.800Z Downloaded toml_edit v0.22.27
2962026-05-16T03:36:38.803Z Downloaded idna_adapter v1.2.1
2972026-05-16T03:36:38.803Z Downloaded pretty-hex v0.4.1
2982026-05-16T03:36:38.803Z Downloaded writeable v0.6.2
2992026-05-16T03:36:38.803Z Downloaded toml_datetime v0.6.11
3002026-05-16T03:36:38.806Z Downloaded ordered-float v2.10.1
3012026-05-16T03:36:38.806Z Downloaded fastrand v2.3.0
3022026-05-16T03:36:38.809Z Downloaded zerofrom-derive v0.1.6
3032026-05-16T03:36:38.809Z Downloaded tinystr v0.8.2
3042026-05-16T03:36:38.809Z Downloaded utf8_iter v1.0.4
3052026-05-16T03:36:38.813Z Downloaded camino-tempfile v1.4.1
3062026-05-16T03:36:38.813Z Downloaded proc-macro-error v1.0.4
3072026-05-16T03:36:38.822Z Downloaded zmij v1.0.21
3082026-05-16T03:36:38.822Z Downloaded macaddr v1.0.1
3092026-05-16T03:36:38.822Z Downloaded stable_deref_trait v1.2.1
3102026-05-16T03:36:38.822Z Downloaded generic-array v0.14.7
3112026-05-16T03:36:38.822Z Downloaded fnv v1.0.7
3122026-05-16T03:36:38.822Z Downloaded equivalent v1.0.2
3132026-05-16T03:36:38.827Z Downloaded thiserror-impl v1.0.69
3142026-05-16T03:36:38.827Z Downloaded thiserror v2.0.18
3152026-05-16T03:36:38.829Z Downloaded serde_spanned v0.6.9
3162026-05-16T03:36:38.829Z Downloaded proc-macro-error-attr v1.0.4
3172026-05-16T03:36:38.829Z Downloaded crypto-common v0.1.7
3182026-05-16T03:36:38.830Z Downloaded textwrap v0.16.2
3192026-05-16T03:36:38.830Z Downloaded zerotrie v0.2.3
3202026-05-16T03:36:38.833Z Downloaded tabled_derive v0.7.0
3212026-05-16T03:36:38.833Z Downloaded dtrace-parser v0.2.0
3222026-05-16T03:36:38.833Z Downloaded percent-encoding v2.3.2
3232026-05-16T03:36:38.835Z Downloaded anstyle-query v1.1.5
3242026-05-16T03:36:38.846Z Downloaded cargo-platform v0.2.0
3252026-05-16T03:36:38.851Z Downloaded swrite v0.1.0
3262026-05-16T03:36:38.851Z Downloaded block-buffer v0.10.4
3272026-05-16T03:36:38.851Z Downloaded heck v0.4.1
3282026-05-16T03:36:38.851Z Downloaded memmap v0.7.0
3292026-05-16T03:36:38.851Z Downloaded serde-value v0.7.0
3302026-05-16T03:36:38.851Z Downloaded url v2.5.8
3312026-05-16T03:36:38.854Z Downloaded zerovec v0.11.5
3322026-05-16T03:36:38.857Z Downloaded cfg-if v1.0.4
3332026-05-16T03:36:38.860Z Downloaded potential_utf v0.1.4
3342026-05-16T03:36:38.862Z Downloaded errno v0.3.14
3352026-05-16T03:36:38.862Z Downloaded colorchoice v1.0.4
3362026-05-16T03:36:38.866Z Downloaded zerocopy v0.7.35
3372026-05-16T03:36:38.872Z Downloaded digest v0.10.7
3382026-05-16T03:36:38.875Z Downloaded winnow v0.7.14
3392026-05-16T03:36:38.878Z Downloaded sha2 v0.10.9
3402026-05-16T03:36:38.882Z Downloaded once_cell v1.21.3
3412026-05-16T03:36:38.882Z Downloaded unicode-width v0.2.0
3422026-05-16T03:36:38.885Z Downloaded quote v1.0.45
3432026-05-16T03:36:38.889Z Downloaded anstyle-parse v0.2.7
3442026-05-16T03:36:38.889Z Downloaded anstyle v1.0.13
3452026-05-16T03:36:38.892Z Downloaded proc-macro2 v1.0.106
3462026-05-16T03:36:38.892Z Downloaded serde_tokenstream v0.2.3
3472026-05-16T03:36:38.892Z Downloaded dof v0.3.0
3482026-05-16T03:36:38.892Z Downloaded byteorder v1.5.0
3492026-05-16T03:36:38.893Z Downloaded unicode-width v0.1.14
3502026-05-16T03:36:38.895Z Downloaded bytecount v0.6.9
3512026-05-16T03:36:38.898Z Downloaded synstructure v0.13.2
3522026-05-16T03:36:38.898Z Downloaded erased-serde v0.4.9
3532026-05-16T03:36:38.904Z Downloaded scroll v0.12.0
3542026-05-16T03:36:38.907Z Downloaded cargo_toml v0.21.0
3552026-05-16T03:36:38.910Z Downloaded litemap v0.8.1
3562026-05-16T03:36:38.914Z Downloaded pest_generator v2.8.6
3572026-05-16T03:36:38.918Z Downloaded serde-untagged v0.1.9
3582026-05-16T03:36:38.918Z Downloaded displaydoc v0.2.5
3592026-05-16T03:36:38.962Z Downloaded pest_derive v2.8.6
3602026-05-16T03:36:38.962Z Downloaded tempfile v3.25.0
3612026-05-16T03:36:38.962Z Downloaded num-traits v0.2.19
3622026-05-16T03:36:38.977Z Downloaded camino v1.2.2
3632026-05-16T03:36:38.977Z Downloaded semver v1.0.28
3642026-05-16T03:36:38.977Z Downloaded cargo_metadata v0.21.0
3652026-05-16T03:36:38.977Z Downloaded clap_derive v4.5.55
3662026-05-16T03:36:38.977Z Downloaded anyhow v1.0.102
3672026-05-16T03:36:38.977Z Downloaded cargo-util-schemas v0.8.2
3682026-05-16T03:36:38.977Z Downloaded bitflags v2.11.0
3692026-05-16T03:36:38.977Z Downloaded autocfg v1.5.0
3702026-05-16T03:36:38.977Z Downloaded smallvec v1.15.1
3712026-05-16T03:36:38.977Z Downloaded icu_provider v2.1.1
3722026-05-16T03:36:38.977Z Downloaded getrandom v0.4.1
3732026-05-16T03:36:38.977Z Downloaded log v0.4.29
3742026-05-16T03:36:38.977Z Downloaded serde_derive v1.0.228
3752026-05-16T03:36:38.977Z Downloaded serde_core v1.0.228
3762026-05-16T03:36:38.986Z Downloaded clap v4.5.60
3772026-05-16T03:36:38.986Z Downloaded pest_meta v2.8.6
3782026-05-16T03:36:38.986Z Downloaded icu_normalizer_data v2.1.1
3792026-05-16T03:36:38.989Z Downloaded icu_properties v2.1.2
3802026-05-16T03:36:38.998Z Downloaded memchr v2.8.0
3812026-05-16T03:36:39.003Z Downloaded icu_locale_core v2.1.1
3822026-05-16T03:36:39.006Z Downloaded serde v1.0.228
3832026-05-16T03:36:39.012Z Downloaded indexmap v2.14.0
3842026-05-16T03:36:39.015Z Downloaded icu_normalizer v2.1.1
3852026-05-16T03:36:39.018Z Downloaded icu_collections v2.1.1
3862026-05-16T03:36:39.038Z Downloaded goblin v0.8.2
3872026-05-16T03:36:39.041Z Downloaded hashbrown v0.17.0
3882026-05-16T03:36:39.041Z Downloaded pest v2.8.6
3892026-05-16T03:36:39.061Z Downloaded icu_properties_data v2.1.2
3902026-05-16T03:36:39.064Z Downloaded serde_json v1.0.149
3912026-05-16T03:36:39.069Z Downloaded clap_builder v4.5.60
3922026-05-16T03:36:39.074Z Downloaded idna v1.1.0
3932026-05-16T03:36:39.077Z Downloaded tabled v0.15.0
3942026-05-16T03:36:39.084Z Downloaded syn v1.0.109
3952026-05-16T03:36:39.097Z Downloaded syn v2.0.117
3962026-05-16T03:36:39.114Z Downloaded rustix v1.1.3
3972026-05-16T03:36:39.146Z Downloaded libc v0.2.185
3982026-05-16T03:36:39.209Z Compiling proc-macro2 v1.0.106
3992026-05-16T03:36:39.209Z Compiling unicode-ident v1.0.24
4002026-05-16T03:36:39.214Z Compiling quote v1.0.45
4012026-05-16T03:36:39.214Z Compiling serde_core v1.0.228
4022026-05-16T03:36:39.214Z Compiling libc v0.2.185
4032026-05-16T03:36:39.214Z Compiling version_check v0.9.5
4042026-05-16T03:36:39.214Z Compiling stable_deref_trait v1.2.1
4052026-05-16T03:36:39.214Z Compiling memchr v2.8.0
4062026-05-16T03:36:39.214Z Compiling serde v1.0.228
4072026-05-16T03:36:39.214Z Compiling zmij v1.0.21
4082026-05-16T03:36:39.395Z Compiling itoa v1.0.17
4092026-05-16T03:36:39.412Z Compiling ucd-trie v0.1.7
4102026-05-16T03:36:39.414Z Compiling autocfg v1.5.0
4112026-05-16T03:36:39.453Z Compiling thiserror v1.0.69
4122026-05-16T03:36:39.467Z Compiling writeable v0.6.2
4132026-05-16T03:36:39.663Z Compiling litemap v0.8.1
4142026-05-16T03:36:39.669Z Compiling icu_properties_data v2.1.2
4152026-05-16T03:36:39.711Z Compiling rustix v1.1.3
4162026-05-16T03:36:39.830Z Compiling byteorder v1.5.0
4172026-05-16T03:36:39.907Z Compiling icu_normalizer_data v2.1.1
4182026-05-16T03:36:39.944Z Compiling pest v2.8.6
4192026-05-16T03:36:40.018Z Compiling bitflags v2.11.0
4202026-05-16T03:36:40.020Z Compiling serde_json v1.0.149
4212026-05-16T03:36:40.123Z Compiling num-traits v0.2.19
4222026-05-16T03:36:40.199Z Compiling equivalent v1.0.2
4232026-05-16T03:36:40.252Z Compiling hashbrown v0.17.0
4242026-05-16T03:36:40.262Z Compiling typeid v1.0.3
4252026-05-16T03:36:40.364Z Compiling smallvec v1.15.1
4262026-05-16T03:36:40.367Z Compiling usdt-impl v0.5.0
4272026-05-16T03:36:40.398Z Compiling proc-macro-error-attr v1.0.4
4282026-05-16T03:36:40.415Z Compiling erased-serde v0.4.9
4292026-05-16T03:36:40.437Z Compiling errno v0.3.14
4302026-05-16T03:36:40.458Z Compiling thread-id v4.2.2
4312026-05-16T03:36:40.510Z Compiling toml_write v0.1.2
4322026-05-16T03:36:40.513Z Compiling winnow v0.7.14
4332026-05-16T03:36:40.548Z Compiling syn v1.0.109
4342026-05-16T03:36:40.648Z Compiling proc-macro-error v1.0.4
4352026-05-16T03:36:40.655Z Compiling plain v0.2.3
4362026-05-16T03:36:40.757Z Compiling utf8parse v0.2.2
4372026-05-16T03:36:40.870Z Compiling indexmap v2.14.0
4382026-05-16T03:36:40.887Z Compiling percent-encoding v2.3.2
4392026-05-16T03:36:40.892Z Compiling log v0.4.29
4402026-05-16T03:36:40.924Z Compiling getrandom v0.4.1
4412026-05-16T03:36:40.944Z Compiling utf8_iter v1.0.4
4422026-05-16T03:36:40.980Z Compiling syn v2.0.117
4432026-05-16T03:36:40.998Z Compiling camino v1.2.2
4442026-05-16T03:36:41.026Z Compiling thiserror v2.0.18
4452026-05-16T03:36:41.058Z Compiling form_urlencoded v1.2.2
4462026-05-16T03:36:41.119Z Compiling anstyle-parse v0.2.7
4472026-05-16T03:36:41.258Z Compiling pest_meta v2.8.6
4482026-05-16T03:36:41.344Z Compiling anstyle-query v1.1.5
4492026-05-16T03:36:41.360Z Compiling is_terminal_polyfill v1.70.2
4502026-05-16T03:36:41.500Z Compiling ordered-float v2.10.1
4512026-05-16T03:36:41.530Z Compiling cfg-if v1.0.4
4522026-05-16T03:36:41.530Z Compiling colorchoice v1.0.4
4532026-05-16T03:36:41.530Z Compiling anstyle v1.0.13
4542026-05-16T03:36:41.530Z Compiling pretty-hex v0.4.1
4552026-05-16T03:36:41.596Z Compiling terminal_size v0.4.3
4562026-05-16T03:36:41.622Z Compiling fs-err v3.3.0
4572026-05-16T03:36:41.643Z Compiling strsim v0.11.1
4582026-05-16T03:36:41.702Z Compiling anstream v0.6.21
4592026-05-16T03:36:41.709Z Compiling anyhow v1.0.102
4602026-05-16T03:36:41.709Z Compiling fnv v1.0.7
4612026-05-16T03:36:41.742Z Compiling clap_lex v1.0.0
4622026-05-16T03:36:41.751Z Compiling once_cell v1.21.3
4632026-05-16T03:36:41.804Z Compiling heck v0.4.1
4642026-05-16T03:36:41.876Z Compiling heck v0.5.0
4652026-05-16T03:36:41.945Z Compiling bytecount v0.6.9
4662026-05-16T03:36:42.074Z Compiling unicode-width v0.1.14
4672026-05-16T03:36:42.585Z Compiling semver v1.0.28
4682026-05-16T03:36:42.585Z Compiling unicode-xid v0.2.6
4692026-05-16T03:36:42.585Z Compiling fastrand v2.3.0
4702026-05-16T03:36:42.625Z Compiling clap_builder v4.5.60
4712026-05-16T03:36:42.625Z Compiling memmap v0.7.0
4722026-05-16T03:36:42.625Z Compiling papergrid v0.11.0
4732026-05-16T03:36:42.625Z Compiling unicode-width v0.2.0
4742026-05-16T03:36:42.625Z Compiling tempfile v3.25.0
4752026-05-16T03:36:42.625Z Compiling smawk v0.3.2
4762026-05-16T03:36:42.625Z Compiling unicode-linebreak v0.1.5
4772026-05-16T03:36:42.625Z Compiling serde-untagged v0.1.9
4782026-05-16T03:36:42.625Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4792026-05-16T03:36:42.647Z Compiling swrite v0.1.0
4802026-05-16T03:36:42.647Z Compiling camino-tempfile v1.4.1
4812026-05-16T03:36:42.712Z Compiling textwrap v0.16.2
4822026-05-16T03:36:43.060Z Compiling tabled_derive v0.7.0
4832026-05-16T03:36:43.596Z Compiling synstructure v0.13.2
4842026-05-16T03:36:43.596Z Compiling pest_generator v2.8.6
4852026-05-16T03:36:43.790Z Compiling tabled v0.15.0
4862026-05-16T03:36:44.114Z Compiling serde_derive v1.0.228
4872026-05-16T03:36:44.114Z Compiling zerofrom-derive v0.1.6
4882026-05-16T03:36:44.135Z Compiling yoke-derive v0.8.1
4892026-05-16T03:36:44.135Z Compiling zerovec-derive v0.11.2
4902026-05-16T03:36:44.135Z Compiling displaydoc v0.2.5
4912026-05-16T03:36:44.135Z Compiling thiserror-impl v1.0.69
4922026-05-16T03:36:44.135Z Compiling zerocopy-derive v0.7.35
4932026-05-16T03:36:44.135Z Compiling scroll_derive v0.12.1
4942026-05-16T03:36:44.135Z Compiling thiserror-impl v2.0.18
4952026-05-16T03:36:44.197Z Compiling clap_derive v4.5.55
4962026-05-16T03:36:44.210Z Compiling pest_derive v2.8.6
4972026-05-16T03:36:44.834Z Compiling scroll v0.12.0
4982026-05-16T03:36:45.077Z Compiling goblin v0.8.2
4992026-05-16T03:36:45.089Z Compiling zerocopy v0.7.35
5002026-05-16T03:36:45.089Z Compiling zerofrom v0.1.6
5012026-05-16T03:36:45.207Z Compiling yoke v0.8.1
5022026-05-16T03:36:45.278Z Compiling dtrace-parser v0.2.0
5032026-05-16T03:36:45.360Z Compiling zerovec v0.11.5
5042026-05-16T03:36:45.364Z Compiling zerotrie v0.2.3
5052026-05-16T03:36:45.588Z Compiling clap v4.5.60
5062026-05-16T03:36:45.786Z Compiling tinystr v0.8.2
5072026-05-16T03:36:45.786Z Compiling potential_utf v0.1.4
5082026-05-16T03:36:45.897Z Compiling icu_collections v2.1.1
5092026-05-16T03:36:45.953Z Compiling icu_locale_core v2.1.1
5102026-05-16T03:36:46.476Z Compiling icu_provider v2.1.1
5112026-05-16T03:36:46.578Z Compiling dof v0.3.0
5122026-05-16T03:36:46.578Z Compiling serde_tokenstream v0.2.3
5132026-05-16T03:36:46.609Z Compiling toml_datetime v0.6.11
5142026-05-16T03:36:46.612Z Compiling serde_spanned v0.6.9
5152026-05-16T03:36:46.612Z Compiling serde-value v0.7.0
5162026-05-16T03:36:46.612Z Compiling cargo-platform v0.2.0
5172026-05-16T03:36:46.612Z Compiling macaddr v1.0.1
5182026-05-16T03:36:47.183Z Compiling icu_normalizer v2.1.1
5192026-05-16T03:36:47.183Z Compiling icu_properties v2.1.2
5202026-05-16T03:36:47.187Z Compiling toml_edit v0.22.27
5212026-05-16T03:36:47.702Z Compiling usdt-attr-macro v0.5.0
5222026-05-16T03:36:47.702Z Compiling usdt-macro v0.5.0
5232026-05-16T03:36:47.705Z Compiling idna_adapter v1.2.1
5242026-05-16T03:36:47.705Z Compiling idna v1.1.0
5252026-05-16T03:36:47.912Z Compiling usdt v0.5.0
5262026-05-16T03:36:47.969Z Compiling url v2.5.8
5272026-05-16T03:36:48.144Z Compiling toml v0.8.23
5282026-05-16T03:36:48.474Z Compiling cargo-util-schemas v0.8.2
5292026-05-16T03:36:48.475Z Compiling cargo_toml v0.21.0
5302026-05-16T03:36:49.723Z Compiling cargo_metadata v0.21.0
5312026-05-16T03:36:50.236Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5322026-05-16T03:36:52.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.58s
5332026-05-16T03:36:52.613Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5342026-05-16T03:36:53.187Z Downloading crates ...
5352026-05-16T03:36:53.254Z Downloaded camino-tempfile-ext v0.3.3
5362026-05-16T03:36:53.279Z Downloaded blake2 v0.10.6
5372026-05-16T03:36:53.279Z Downloaded array-init v0.0.4
5382026-05-16T03:36:53.279Z Downloaded atomicwrites v0.4.4
5392026-05-16T03:36:53.279Z Downloaded allocator-api2 v0.2.21
5402026-05-16T03:36:53.279Z Downloaded crc32fast v1.5.0
5412026-05-16T03:36:53.279Z Downloaded convert_case v0.4.0
5422026-05-16T03:36:53.279Z Downloaded block-padding v0.3.3
5432026-05-16T03:36:53.279Z Downloaded arrayref v0.3.9
5442026-05-16T03:36:53.279Z Downloaded async-stream-impl v0.3.6
5452026-05-16T03:36:53.280Z Downloaded async-stream v0.3.6
5462026-05-16T03:36:53.280Z Downloaded bcrypt-pbkdf v0.10.0
5472026-05-16T03:36:53.303Z Downloaded assert_matches v1.5.0
5482026-05-16T03:36:53.303Z Downloaded cfg_aliases v0.1.1
5492026-05-16T03:36:53.303Z Downloaded cstr-argument v0.1.2
5502026-05-16T03:36:53.304Z Downloaded dropshot-api-manager-types v0.7.1
5512026-05-16T03:36:53.304Z Downloaded chacha20 v0.9.1
5522026-05-16T03:36:53.304Z Downloaded compression-core v0.4.31
5532026-05-16T03:36:53.304Z Downloaded darling v0.20.11
5542026-05-16T03:36:53.304Z Downloaded ctr v0.9.2
5552026-05-16T03:36:53.304Z Downloaded either v1.15.0
5562026-05-16T03:36:53.304Z Downloaded csv-core v0.1.13
5572026-05-16T03:36:53.304Z Downloaded float-cmp v0.10.0
5582026-05-16T03:36:53.304Z Downloaded endian-type v0.1.2
5592026-05-16T03:36:53.317Z Downloaded dof v0.4.0
5602026-05-16T03:36:53.317Z Downloaded cargo-platform v0.1.9
5612026-05-16T03:36:53.317Z Downloaded base16ct v0.2.0
5622026-05-16T03:36:53.317Z Downloaded cobs v0.3.0
5632026-05-16T03:36:53.317Z Downloaded crc-catalog v2.4.0
5642026-05-16T03:36:53.318Z Downloaded defmt v0.3.100
5652026-05-16T03:36:53.318Z Downloaded adler2 v2.0.1
5662026-05-16T03:36:53.318Z Downloaded bitflags v1.3.2
5672026-05-16T03:36:53.318Z Downloaded embedded-io v0.6.1
5682026-05-16T03:36:53.318Z Downloaded atomic-waker v1.1.2
5692026-05-16T03:36:53.318Z Downloaded downcast-rs v2.0.2
5702026-05-16T03:36:53.318Z Downloaded flagset v0.4.7
5712026-05-16T03:36:53.318Z Downloaded env_logger v0.11.9
5722026-05-16T03:36:53.318Z Downloaded atty v0.2.14
5732026-05-16T03:36:53.318Z Downloaded bit-vec v0.6.3
5742026-05-16T03:36:53.318Z Downloaded crc8 v0.1.1
5752026-05-16T03:36:53.318Z Downloaded fatfs v0.3.6
5762026-05-16T03:36:53.318Z Downloaded fallible-iterator v0.2.0
5772026-05-16T03:36:53.318Z Downloaded crossbeam-epoch v0.9.18
5782026-05-16T03:36:53.318Z Downloaded cancel-safe-futures v0.1.5
5792026-05-16T03:36:53.751Z Downloaded colored v3.1.1
5802026-05-16T03:36:53.751Z Downloaded embedded-io v0.4.0
5812026-05-16T03:36:53.751Z Downloaded cpufeatures v0.3.0
5822026-05-16T03:36:53.751Z Downloaded difflib v0.4.0
5832026-05-16T03:36:53.751Z Downloaded bitfield-macros v0.19.4
5842026-05-16T03:36:53.751Z Downloaded bit-set v0.8.0
5852026-05-16T03:36:53.751Z Downloaded ciborium-io v0.2.2
5862026-05-16T03:36:53.751Z Downloaded cfg_aliases v0.2.1
5872026-05-16T03:36:53.751Z Downloaded find-msvc-tools v0.1.9
5882026-05-16T03:36:53.751Z Downloaded dtrace-parser v0.3.0
5892026-05-16T03:36:53.751Z Downloaded darling_macro v0.21.3
5902026-05-16T03:36:53.751Z Downloaded aead v0.5.2
5912026-05-16T03:36:53.751Z Downloaded bitfield-struct v0.6.2
5922026-05-16T03:36:53.751Z Downloaded debug-ignore v1.0.5
5932026-05-16T03:36:53.794Z Downloaded defmt-macros v1.0.1
5942026-05-16T03:36:53.794Z Downloaded deranged v0.5.8
5952026-05-16T03:36:53.794Z Downloaded bitfield v0.19.4
5962026-05-16T03:36:53.794Z Downloaded argon2 v0.5.3
5972026-05-16T03:36:53.794Z Downloaded der_derive v0.7.3
5982026-05-16T03:36:53.794Z Downloaded crc v3.4.0
5992026-05-16T03:36:53.794Z Downloaded enum-as-inner v0.6.1
6002026-05-16T03:36:53.794Z Downloaded display-error-chain v0.2.2
6012026-05-16T03:36:53.794Z Downloaded document-features v0.2.12
6022026-05-16T03:36:53.794Z Downloaded async-recursion v1.1.1
6032026-05-16T03:36:53.794Z Downloaded ed25519 v2.2.3
6042026-05-16T03:36:53.794Z Downloaded foreign-types-macros v0.2.3
6052026-05-16T03:36:53.794Z Downloaded dropshot_endpoint v0.17.0
6062026-05-16T03:36:53.794Z Downloaded ciborium-ll v0.2.2
6072026-05-16T03:36:53.794Z Downloaded ciborium v0.2.2
6082026-05-16T03:36:53.794Z Downloaded dunce v1.0.5
6092026-05-16T03:36:53.794Z Downloaded dirs-next v2.0.0
6102026-05-16T03:36:53.794Z Downloaded constant_time_eq v0.4.2
6112026-05-16T03:36:53.794Z Downloaded async-trait v0.1.89
6122026-05-16T03:36:53.795Z Downloaded diesel_table_macro_syntax v0.3.0
6132026-05-16T03:36:53.795Z Downloaded crunchy v0.2.4
6142026-05-16T03:36:53.795Z Downloaded float-ord v0.3.2
6152026-05-16T03:36:53.795Z Downloaded diesel-dtrace v0.5.0
6162026-05-16T03:36:53.795Z Downloaded darling_core v0.20.11
6172026-05-16T03:36:53.795Z Downloaded foreign-types v0.5.0
6182026-05-16T03:36:53.795Z Downloaded castaway v0.2.4
6192026-05-16T03:36:53.795Z Downloaded curve25519-dalek-derive v0.1.1
6202026-05-16T03:36:53.795Z Downloaded dyn-clone v1.0.20
6212026-05-16T03:36:53.795Z Downloaded derive_builder_macro v0.20.2
6222026-05-16T03:36:53.795Z Downloaded ascii-canvas v3.0.0
6232026-05-16T03:36:53.795Z Downloaded foreign-types-shared v0.1.1
6242026-05-16T03:36:53.795Z Downloaded fixedbitset v0.4.2
6252026-05-16T03:36:53.795Z Downloaded fd-lock v4.0.4
6262026-05-16T03:36:53.795Z Downloaded data-encoding v2.10.0
6272026-05-16T03:36:53.795Z Downloaded compression-codecs v0.4.37
6282026-05-16T03:36:53.795Z Downloaded foreign-types-shared v0.3.1
6292026-05-16T03:36:53.796Z Downloaded crucible-workspace-hack v0.1.0
6302026-05-16T03:36:53.796Z Downloaded derive-ex v0.1.8
6312026-05-16T03:36:53.796Z Downloaded futures-io v0.3.32
6322026-05-16T03:36:53.796Z Downloaded futures-core v0.3.32
6332026-05-16T03:36:53.796Z Downloaded funty v2.0.0
6342026-05-16T03:36:53.796Z Downloaded futures-sink v0.3.32
6352026-05-16T03:36:53.796Z Downloaded futures-task v0.3.32
6362026-05-16T03:36:53.796Z Downloaded blowfish v0.9.1
6372026-05-16T03:36:53.796Z Downloaded env_filter v1.0.0
6382026-05-16T03:36:53.796Z Downloaded convert_case v0.10.0
6392026-05-16T03:36:53.796Z Downloaded buf-list v1.1.2
6402026-05-16T03:36:53.796Z Downloaded darling_macro v0.23.0
6412026-05-16T03:36:53.796Z Downloaded backoff v0.4.0
6422026-05-16T03:36:53.796Z Downloaded dirs-sys-next v0.1.2
6432026-05-16T03:36:53.796Z Downloaded ecdsa v0.16.9
6442026-05-16T03:36:53.796Z Downloaded cmake v0.1.57
6452026-05-16T03:36:53.796Z Downloaded darling_macro v0.20.11
6462026-05-16T03:36:53.796Z Downloaded ghash v0.5.1
6472026-05-16T03:36:53.796Z Downloaded arrayvec v0.7.6
6482026-05-16T03:36:53.796Z Downloaded hash32 v0.3.1
6492026-05-16T03:36:53.796Z Downloaded gethostname v0.5.0
6502026-05-16T03:36:53.796Z Downloaded defmt-parser v1.0.0
6512026-05-16T03:36:53.796Z Downloaded headers-core v0.3.0
6522026-05-16T03:36:53.796Z Downloaded console v0.15.11
6532026-05-16T03:36:53.796Z Downloaded globwalk v0.9.1
6542026-05-16T03:36:53.796Z Downloaded fxhash v0.2.1
6552026-05-16T03:36:53.796Z Downloaded cargo_metadata v0.19.2
6562026-05-16T03:36:53.797Z Downloaded bb8 v0.8.6
6572026-05-16T03:36:53.797Z Downloaded base64ct v1.8.3
6582026-05-16T03:36:53.797Z Downloaded hex v0.4.3
6592026-05-16T03:36:53.797Z Downloaded hex-literal v0.4.1
6602026-05-16T03:36:53.797Z Downloaded bit-vec v0.8.0
6612026-05-16T03:36:53.797Z Downloaded bit-set v0.5.3
6622026-05-16T03:36:53.797Z Downloaded dsl_auto_type v0.2.0
6632026-05-16T03:36:53.797Z Downloaded cipher v0.4.4
6642026-05-16T03:36:53.797Z Downloaded cbc v0.1.2
6652026-05-16T03:36:53.797Z Downloaded corncobs v0.1.4
6662026-05-16T03:36:53.797Z Downloaded cassowary v0.3.0
6672026-05-16T03:36:53.797Z Downloaded critical-section v1.2.0
6682026-05-16T03:36:53.797Z Downloaded daft-derive v0.1.5
6692026-05-16T03:36:53.797Z Downloaded foldhash v0.2.0
6702026-05-16T03:36:53.797Z Downloaded fixedbitset v0.5.7
6712026-05-16T03:36:53.797Z Downloaded hash32 v0.2.1
6722026-05-16T03:36:53.797Z Downloaded hostname v0.4.2
6732026-05-16T03:36:53.797Z Downloaded foreign-types v0.3.2
6742026-05-16T03:36:53.797Z Downloaded cexpr v0.6.0
6752026-05-16T03:36:53.797Z Downloaded http-range v0.1.5
6762026-05-16T03:36:53.797Z Downloaded http-body v1.0.1
6772026-05-16T03:36:53.797Z Downloaded ff v0.13.1
6782026-05-16T03:36:53.798Z Downloaded erased-serde v0.3.31
6792026-05-16T03:36:53.798Z Downloaded derive_builder_core v0.20.2
6802026-05-16T03:36:53.798Z Downloaded hubpack v0.1.2
6812026-05-16T03:36:53.798Z Downloaded drift v0.1.4
6822026-05-16T03:36:53.798Z Downloaded git-stub v1.0.0
6832026-05-16T03:36:53.798Z Downloaded hubpack_derive v0.1.1
6842026-05-16T03:36:53.798Z Downloaded futures-macro v0.3.32
6852026-05-16T03:36:53.798Z Downloaded cookie v0.18.1
6862026-05-16T03:36:53.798Z Downloaded console v0.16.2
6872026-05-16T03:36:53.798Z Downloaded group v0.13.0
6882026-05-16T03:36:53.798Z Downloaded futures-executor v0.3.32
6892026-05-16T03:36:53.798Z Downloaded globset v0.4.18
6902026-05-16T03:36:53.798Z Downloaded git-stub-vcs v0.1.0
6912026-05-16T03:36:53.798Z Downloaded backon v1.6.0
6922026-05-16T03:36:53.798Z Downloaded fs-err v2.11.0
6932026-05-16T03:36:53.831Z Downloaded darling v0.21.3
6942026-05-16T03:36:53.831Z Downloaded illumos-nvpair-sys v0.2.0
6952026-05-16T03:36:53.832Z Downloaded indoc v1.0.9
6962026-05-16T03:36:53.832Z Downloaded indent_write v2.2.0
6972026-05-16T03:36:53.832Z Downloaded illumos-nvpair v0.3.0
6982026-05-16T03:36:53.832Z Downloaded chacha20 v0.10.0
6992026-05-16T03:36:53.832Z Downloaded bzip2 v0.6.1
7002026-05-16T03:36:53.832Z Downloaded bcs v0.1.6
7012026-05-16T03:36:53.832Z Downloaded instant v0.1.13
7022026-05-16T03:36:53.832Z Downloaded filetime v0.2.27
7032026-05-16T03:36:53.832Z Downloaded inout v0.1.4
7042026-05-16T03:36:53.832Z Downloaded glob v0.3.3
7052026-05-16T03:36:53.832Z Downloaded async-bb8-diesel v0.2.1
7062026-05-16T03:36:53.832Z Downloaded colored v2.2.0
7072026-05-16T03:36:53.832Z Downloaded lalrpop-util v0.19.12
7082026-05-16T03:36:53.832Z Downloaded keccak v0.1.6
7092026-05-16T03:36:53.832Z Downloaded hostname v0.3.1
7102026-05-16T03:36:53.832Z Downloaded instability v0.3.11
7112026-05-16T03:36:53.832Z Downloaded is_ci v1.2.0
7122026-05-16T03:36:53.832Z Downloaded is-terminal v0.4.17
7132026-05-16T03:36:53.832Z Downloaded internet-checksum v0.2.1
7142026-05-16T03:36:53.832Z Downloaded clang-sys v1.8.1
7152026-05-16T03:36:53.832Z Downloaded bzip2 v0.4.4
7162026-05-16T03:36:53.833Z Downloaded byte-wrapper v0.1.0
7172026-05-16T03:36:53.833Z Downloaded des v0.8.1
7182026-05-16T03:36:53.833Z Downloaded ident_case v1.0.1
7192026-05-16T03:36:53.833Z Downloaded hyper-tls v0.6.0
7202026-05-16T03:36:53.833Z Downloaded crossbeam-deque v0.8.6
7212026-05-16T03:36:53.833Z Downloaded foldhash v0.1.5
7222026-05-16T03:36:53.833Z Downloaded darling v0.23.0
7232026-05-16T03:36:53.833Z Downloaded home v0.5.12
7242026-05-16T03:36:53.833Z Downloaded kstat-rs v0.2.4
7252026-05-16T03:36:53.833Z Downloaded highway v1.3.0
7262026-05-16T03:36:53.833Z Downloaded ahash v0.8.12
7272026-05-16T03:36:53.833Z Downloaded httpdate v1.0.3
7282026-05-16T03:36:53.833Z Downloaded fs_extra v1.3.0
7292026-05-16T03:36:53.833Z Downloaded daft v0.1.5
7302026-05-16T03:36:53.833Z Downloaded libscf-sys v1.1.0
7312026-05-16T03:36:53.833Z Downloaded http-body-util v0.1.3
7322026-05-16T03:36:53.833Z Downloaded crc-any v2.5.0
7332026-05-16T03:36:53.833Z Downloaded base64 v0.22.1
7342026-05-16T03:36:53.833Z Downloaded getrandom v0.2.17
7352026-05-16T03:36:53.833Z Downloaded ena v0.14.4
7362026-05-16T03:36:53.833Z Downloaded derive_builder v0.20.2
7372026-05-16T03:36:53.833Z Downloaded match_cfg v0.1.0
7382026-05-16T03:36:53.833Z Downloaded lzss v0.8.2
7392026-05-16T03:36:53.833Z Downloaded md5 v0.7.0
7402026-05-16T03:36:53.833Z Downloaded linked-hash-map v0.5.6
7412026-05-16T03:36:53.833Z Downloaded md-5 v0.10.6
7422026-05-16T03:36:53.833Z Downloaded derive-where v1.6.0
7432026-05-16T03:36:53.834Z Downloaded darling_core v0.23.0
7442026-05-16T03:36:53.834Z Downloaded maplit v1.0.2
7452026-05-16T03:36:53.834Z Downloaded lru-slab v0.1.2
7462026-05-16T03:36:53.834Z Downloaded impl-trait-for-tuples v0.2.3
7472026-05-16T03:36:53.834Z Downloaded memoffset v0.9.1
7482026-05-16T03:36:53.834Z Downloaded managed v0.8.0
7492026-05-16T03:36:53.834Z Downloaded ingot v0.1.1
7502026-05-16T03:36:53.834Z Downloaded mime v0.3.17
7512026-05-16T03:36:53.834Z Downloaded maybe-uninit v2.0.0
7522026-05-16T03:36:53.834Z Downloaded half v1.8.3
7532026-05-16T03:36:53.834Z Downloaded cookie_store v0.22.1
7542026-05-16T03:36:53.834Z Downloaded const-oid v0.9.6
7552026-05-16T03:36:53.834Z Downloaded newtype_derive v0.1.6
7562026-05-16T03:36:53.834Z Downloaded ingot-types v0.1.2
7572026-05-16T03:36:53.834Z Downloaded hyper-staticfile v0.10.1
7582026-05-16T03:36:53.834Z Downloaded num v0.4.3
7592026-05-16T03:36:53.834Z Downloaded lru-cache v0.1.2
7602026-05-16T03:36:53.834Z Downloaded nibble_vec v0.1.0
7612026-05-16T03:36:53.834Z Downloaded lru v0.12.5
7622026-05-16T03:36:53.834Z Downloaded normalize-line-endings v0.3.0
7632026-05-16T03:36:53.834Z Downloaded ipnetwork v0.21.1
7642026-05-16T03:36:53.834Z Downloaded humantime v2.3.0
7652026-05-16T03:36:53.834Z Downloaded defmt v1.0.1
7662026-05-16T03:36:53.834Z Downloaded newtype-uuid-macros v0.1.0
7672026-05-16T03:36:53.834Z Downloaded newline-converter v0.3.0
7682026-05-16T03:36:53.834Z Downloaded jobserver v0.1.34
7692026-05-16T03:36:53.834Z Downloaded new_debug_unreachable v1.0.6
7702026-05-16T03:36:53.834Z Downloaded nodrop v0.1.14
7712026-05-16T03:36:53.834Z Downloaded elliptic-curve v0.13.8
7722026-05-16T03:36:53.835Z Downloaded dropshot_endpoint v0.16.7
7732026-05-16T03:36:53.835Z Downloaded chacha20poly1305 v0.10.1
7742026-05-16T03:36:53.835Z Downloaded multimap v0.10.1
7752026-05-16T03:36:53.835Z Downloaded hmac v0.12.1
7762026-05-16T03:36:53.835Z Downloaded const_format_proc_macros v0.2.34
7772026-05-16T03:36:53.835Z Downloaded futures-channel v0.3.32
7782026-05-16T03:36:53.835Z Downloaded lazy_static v1.5.0
7792026-05-16T03:36:53.835Z Downloaded libefi-sys v0.1.0
7802026-05-16T03:36:53.835Z Downloaded libloading v0.8.9
7812026-05-16T03:36:53.835Z Downloaded futures v0.3.32
7822026-05-16T03:36:53.835Z Downloaded num-conv v0.2.0
7832026-05-16T03:36:53.835Z Downloaded libsw v3.5.0
7842026-05-16T03:36:53.835Z Downloaded openssl-macros v0.1.1
7852026-05-16T03:36:53.835Z Downloaded num_threads v0.1.7
7862026-05-16T03:36:53.835Z Downloaded num-derive v0.3.3
7872026-05-16T03:36:53.835Z Downloaded opaque-debug v0.3.1
7882026-05-16T03:36:53.835Z Downloaded openssl-probe v0.2.1
7892026-05-16T03:36:53.835Z Downloaded openssl-probe v0.1.6
7902026-05-16T03:36:53.835Z Downloaded olpc-cjson v0.1.4
7912026-05-16T03:36:53.835Z Downloaded nonempty v0.12.0
7922026-05-16T03:36:53.835Z Downloaded lock_api v0.4.14
7932026-05-16T03:36:53.882Z Downloaded diff v0.1.13
7942026-05-16T03:36:53.882Z Downloaded crossbeam-utils v0.8.21
7952026-05-16T03:36:53.882Z Downloaded ar_archive_writer v0.5.1
7962026-05-16T03:36:53.882Z Downloaded httparse v1.10.1
7972026-05-16T03:36:53.882Z Downloaded half v2.7.1
7982026-05-16T03:36:53.882Z Downloaded num-iter v0.1.45
7992026-05-16T03:36:53.882Z Downloaded hyper-rustls v0.27.7
8002026-05-16T03:36:53.882Z Downloaded num_enum_derive v0.5.11
8012026-05-16T03:36:53.882Z Downloaded getrandom v0.3.4
8022026-05-16T03:36:53.882Z Downloaded iana-time-zone v0.1.65
8032026-05-16T03:36:53.882Z Downloaded oso-derive v0.27.3
8042026-05-16T03:36:53.882Z Downloaded packed_struct_codegen v0.10.1
8052026-05-16T03:36:53.882Z Downloaded indoc v2.0.7
8062026-05-16T03:36:53.882Z Downloaded base64 v0.21.7
8072026-05-16T03:36:53.882Z Downloaded ingot-macros v0.1.1
8082026-05-16T03:36:53.882Z Downloaded nanorand v0.7.0
8092026-05-16T03:36:53.882Z Downloaded ipnet v2.11.0
8102026-05-16T03:36:53.882Z Downloaded mime_guess v2.0.5
8112026-05-16T03:36:53.882Z Downloaded num-complex v0.4.6
8122026-05-16T03:36:53.882Z Downloaded crossterm v0.29.0
8132026-05-16T03:36:53.882Z Downloaded async-compression v0.4.41
8142026-05-16T03:36:53.882Z Downloaded phf_shared v0.11.3
8152026-05-16T03:36:53.882Z Downloaded phf_shared v0.12.1
8162026-05-16T03:36:53.882Z Downloaded peg-runtime v0.8.5
8172026-05-16T03:36:53.883Z Downloaded parse-size v1.1.0
8182026-05-16T03:36:53.883Z Downloaded parse-display v0.10.0
8192026-05-16T03:36:53.883Z Downloaded num-derive v0.4.2
8202026-05-16T03:36:53.883Z Downloaded path-slash v0.1.5
8212026-05-16T03:36:53.883Z Downloaded num_enum_derive v0.7.5
8222026-05-16T03:36:53.883Z Downloaded phf_shared v0.13.1
8232026-05-16T03:36:53.883Z Downloaded pin-utils v0.1.0
8242026-05-16T03:36:53.883Z Downloaded native-tls v0.2.18
8252026-05-16T03:36:53.883Z Downloaded libsw-core v0.3.2
8262026-05-16T03:36:53.883Z Downloaded newtype-uuid v1.3.2
8272026-05-16T03:36:53.883Z Downloaded derive_more-impl v2.1.1
8282026-05-16T03:36:53.883Z Downloaded num_enum v0.7.5
8292026-05-16T03:36:53.883Z Downloaded litrs v1.0.0
8302026-05-16T03:36:53.883Z Downloaded pbkdf2 v0.12.2
8312026-05-16T03:36:53.883Z Downloaded oxide-tokio-rt v0.1.4
8322026-05-16T03:36:53.883Z Downloaded powerfmt v0.2.0
8332026-05-16T03:36:53.883Z Downloaded owo-colors v4.3.0
8342026-05-16T03:36:53.883Z Downloaded num-rational v0.4.2
8352026-05-16T03:36:53.883Z Downloaded der v0.7.10
8362026-05-16T03:36:53.883Z Downloaded memmap2 v0.9.10
8372026-05-16T03:36:53.883Z Downloaded linear-map v1.2.0
8382026-05-16T03:36:53.883Z Downloaded headers v0.4.1
8392026-05-16T03:36:53.883Z Downloaded proc-macro-crate v3.4.0
8402026-05-16T03:36:53.883Z Downloaded proc-macro-crate v1.3.1
8412026-05-16T03:36:53.883Z Downloaded predicates-tree v1.0.13
8422026-05-16T03:36:53.883Z Downloaded predicates-core v1.0.10
8432026-05-16T03:36:53.883Z Downloaded precomputed-hash v0.1.1
8442026-05-16T03:36:53.883Z Downloaded num-integer v0.1.46
8452026-05-16T03:36:53.883Z Downloaded compact_str v0.8.1
8462026-05-16T03:36:53.884Z Downloaded packed_struct v0.10.1
8472026-05-16T03:36:53.884Z Downloaded progenitor-client v0.11.2
8482026-05-16T03:36:53.884Z Downloaded progenitor-client v0.10.0
8492026-05-16T03:36:53.884Z Downloaded proc-macro-error-attr2 v2.0.0
8502026-05-16T03:36:53.884Z Downloaded indexmap v1.9.3
8512026-05-16T03:36:53.884Z Downloaded heapless v0.8.0
8522026-05-16T03:36:53.884Z Downloaded phf v0.13.1
8532026-05-16T03:36:53.884Z Downloaded pem v3.0.6
8542026-05-16T03:36:53.884Z Downloaded peg-macros v0.8.5
8552026-05-16T03:36:53.884Z Downloaded paste v1.0.15
8562026-05-16T03:36:53.884Z Downloaded password-hash v0.4.2
8572026-05-16T03:36:53.884Z Downloaded parking_lot_core v0.8.6
8582026-05-16T03:36:53.884Z Downloaded cc v1.2.56
8592026-05-16T03:36:53.884Z Downloaded progenitor-macro v0.11.2
8602026-05-16T03:36:53.884Z Downloaded psl-types v2.0.11
8612026-05-16T03:36:53.884Z Downloaded crossbeam-channel v0.5.15
8622026-05-16T03:36:53.884Z Downloaded progenitor-macro v0.13.0
8632026-05-16T03:36:53.884Z Downloaded crypto-bigint v0.5.5
8642026-05-16T03:36:53.884Z Downloaded parse-display-derive v0.10.0
8652026-05-16T03:36:53.884Z Downloaded phf v0.12.1
8662026-05-16T03:36:53.884Z Downloaded password-hash v0.5.0
8672026-05-16T03:36:53.884Z Downloaded pkcs8 v0.10.2
8682026-05-16T03:36:53.884Z Downloaded pin-project-lite v0.2.17
8692026-05-16T03:36:53.884Z Downloaded peg v0.8.5
8702026-05-16T03:36:53.884Z Downloaded quick-error v1.2.3
8712026-05-16T03:36:53.884Z Downloaded pin-project-internal v1.1.11
8722026-05-16T03:36:53.884Z Downloaded poly1305 v0.8.0
8732026-05-16T03:36:53.884Z Downloaded pkg-config v0.3.32
8742026-05-16T03:36:53.885Z Downloaded pem-rfc7468 v0.7.0
8752026-05-16T03:36:53.885Z Downloaded derive_more v2.1.1
8762026-05-16T03:36:53.885Z Downloaded postgres-protocol v0.6.10
8772026-05-16T03:36:53.885Z Downloaded omicron-zone-package v0.12.2
8782026-05-16T03:36:53.885Z Downloaded radium v0.7.0
8792026-05-16T03:36:53.885Z Downloaded ignore v0.4.25
8802026-05-16T03:36:53.885Z Downloaded predicates v3.1.4
8812026-05-16T03:36:53.885Z Downloaded rand_chacha v0.3.1
8822026-05-16T03:36:53.885Z Downloaded hickory-resolver v0.25.2
8832026-05-16T03:36:53.885Z Downloaded heapless v0.7.17
8842026-05-16T03:36:53.885Z Downloaded ref-cast-impl v1.0.25
8852026-05-16T03:36:53.885Z Downloaded ref-cast v1.0.25
8862026-05-16T03:36:53.885Z Downloaded progenitor-client v0.14.0
8872026-05-16T03:36:53.885Z Downloaded progenitor v0.14.0
8882026-05-16T03:36:53.885Z Downloaded primeorder v0.13.6
8892026-05-16T03:36:53.885Z Downloaded parking_lot v0.12.5
8902026-05-16T03:36:53.885Z Downloaded recursive-proc-macro-impl v0.1.1
8912026-05-16T03:36:53.885Z Downloaded recursive v0.1.1
8922026-05-16T03:36:53.885Z Downloaded rand_xorshift v0.4.0
8932026-05-16T03:36:54.297Z Downloaded progenitor v0.10.0
8942026-05-16T03:36:54.297Z Downloaded proc-macro-error2 v2.0.1
8952026-05-16T03:36:54.297Z Downloaded ed25519-dalek v2.2.0
8962026-05-16T03:36:54.297Z Downloaded num_enum v0.5.11
8972026-05-16T03:36:54.297Z Downloaded parking_lot v0.11.2
8982026-05-16T03:36:54.297Z Downloaded pbkdf2 v0.11.0
8992026-05-16T03:36:54.297Z Downloaded progenitor v0.11.2
9002026-05-16T03:36:54.297Z Downloaded libbz2-rs-sys v0.2.2
9012026-05-16T03:36:54.297Z Downloaded progenitor-extras v0.2.0
9022026-05-16T03:36:54.297Z Downloaded progenitor-macro v0.14.0
9032026-05-16T03:36:54.297Z Downloaded progenitor-client v0.13.0
9042026-05-16T03:36:54.297Z Downloaded progenitor v0.13.0
9052026-05-16T03:36:54.297Z Downloaded expectorate v1.2.0
9062026-05-16T03:36:54.297Z Downloaded flate2 v1.1.9
9072026-05-16T03:36:54.297Z Downloaded rfc6979 v0.4.0
9082026-05-16T03:36:54.297Z Downloaded bumpalo v3.20.2
9092026-05-16T03:36:54.298Z Downloaded oxnet v0.1.4
9102026-05-16T03:36:54.298Z Downloaded bytes v1.11.1
9112026-05-16T03:36:54.298Z Downloaded progenitor-macro v0.10.0
9122026-05-16T03:36:54.298Z Downloaded pkcs5 v0.7.1
9132026-05-16T03:36:54.298Z Downloaded pkcs1 v0.7.5
9142026-05-16T03:36:54.298Z Downloaded arc-swap v1.8.2
9152026-05-16T03:36:54.298Z Downloaded psm v0.1.30
9162026-05-16T03:36:54.298Z Downloaded polyval v0.6.2
9172026-05-16T03:36:54.298Z Downloaded diesel_derives v2.3.7
9182026-05-16T03:36:54.298Z Downloaded rtoolbox v0.0.3
9192026-05-16T03:36:54.298Z Downloaded postgres-types v0.2.12
9202026-05-16T03:36:54.298Z Downloaded rustc_version v0.1.7
9212026-05-16T03:36:54.298Z Downloaded russh-cryptovec v0.7.3
9222026-05-16T03:36:54.298Z Downloaded r2d2 v0.8.10
9232026-05-16T03:36:54.298Z Downloaded ppv-lite86 v0.2.21
9242026-05-16T03:36:54.298Z Downloaded postcard v1.1.3
9252026-05-16T03:36:54.298Z Downloaded darling_core v0.21.3
9262026-05-16T03:36:54.298Z Downloaded rand_chacha v0.9.0
9272026-05-16T03:36:54.298Z Downloaded crossterm v0.28.1
9282026-05-16T03:36:54.298Z Downloaded rand_seeder v0.4.0
9292026-05-16T03:36:54.298Z Downloaded rand_core v0.10.0
9302026-05-16T03:36:54.298Z Downloaded same-file v1.0.6
9312026-05-16T03:36:54.298Z Downloaded salsa20 v0.10.2
9322026-05-16T03:36:54.298Z Downloaded rustc_version v0.4.1
9332026-05-16T03:36:54.299Z Downloaded parking_lot_core v0.9.12
9342026-05-16T03:36:54.299Z Downloaded nu-ansi-term v0.50.3
9352026-05-16T03:36:54.299Z Downloaded scrypt v0.11.0
9362026-05-16T03:36:54.299Z Downloaded secrecy v0.8.0
9372026-05-16T03:36:54.299Z Downloaded sapling-renderdag v0.1.0
9382026-05-16T03:36:54.299Z Downloaded p256 v0.13.2
9392026-05-16T03:36:54.299Z Downloaded aes v0.8.4
9402026-05-16T03:36:54.299Z Downloaded miniz_oxide v0.8.9
9412026-05-16T03:36:54.299Z Downloaded indicatif v0.18.4
9422026-05-16T03:36:54.299Z Downloaded hickory-resolver v0.24.4
9432026-05-16T03:36:54.299Z Downloaded hashbrown v0.13.2
9442026-05-16T03:36:54.299Z Downloaded scheduled-thread-pool v0.2.7
9452026-05-16T03:36:54.299Z Downloaded rand_core v0.6.4
9462026-05-16T03:36:54.299Z Downloaded multer v3.1.0
9472026-05-16T03:36:54.299Z Downloaded derive_more v0.99.20
9482026-05-16T03:36:54.299Z Downloaded jiff-static v0.2.21
9492026-05-16T03:36:54.299Z Downloaded const_format v0.2.35
9502026-05-16T03:36:54.299Z Downloaded serde_bytes v0.11.19
9512026-05-16T03:36:54.299Z Downloaded serde-big-array v0.5.1
9522026-05-16T03:36:54.299Z Downloaded semver v0.1.20
9532026-05-16T03:36:54.299Z Downloaded secrecy v0.10.3
9542026-05-16T03:36:54.299Z Downloaded scopeguard v1.2.0
9552026-05-16T03:36:54.299Z Downloaded scroll_derive v0.13.1
9562026-05-16T03:36:54.299Z Downloaded resolv-conf v0.7.6
9572026-05-16T03:36:54.299Z Downloaded serde_urlencoded v0.7.1
9582026-05-16T03:36:54.299Z Downloaded openssl-sys v0.9.115
9592026-05-16T03:36:54.299Z Downloaded pin-project v1.1.11
9602026-05-16T03:36:54.299Z Downloaded sha1 v0.10.6
9612026-05-16T03:36:54.299Z Downloaded serde_spanned v1.0.4
9622026-05-16T03:36:54.299Z Downloaded seq-macro v0.3.6
9632026-05-16T03:36:54.299Z Downloaded serde_repr v0.1.20
9642026-05-16T03:36:54.299Z Downloaded serde_plain v1.0.2
9652026-05-16T03:36:54.299Z Downloaded shell-words v1.1.1
9662026-05-16T03:36:54.299Z Downloaded hashbrown v0.12.3
9672026-05-16T03:36:54.299Z Downloaded signal-hook-tokio v0.3.1
9682026-05-16T03:36:54.299Z Downloaded rusty-fork v0.3.1
9692026-05-16T03:36:54.299Z Downloaded rustls-pemfile v2.2.0
9702026-05-16T03:36:54.811Z Downloaded quinn-udp v0.5.14
9712026-05-16T03:36:54.811Z Downloaded rustls-pemfile v1.0.4
9722026-05-16T03:36:54.811Z Downloaded rand_core v0.9.5
9732026-05-16T03:36:54.811Z Downloaded rustls-native-certs v0.8.3
9742026-05-16T03:36:54.811Z Downloaded rustc-hash v2.1.1
9752026-05-16T03:36:54.811Z Downloaded signal-hook-mio v0.2.5
9762026-05-16T03:36:54.811Z Downloaded flume v0.11.1
9772026-05-16T03:36:54.812Z Downloaded rustversion v1.0.22
9782026-05-16T03:36:54.812Z Downloaded progenitor-impl v0.10.0
9792026-05-16T03:36:54.812Z Downloaded progenitor-impl v0.11.2
9802026-05-16T03:36:54.812Z Downloaded slog-envlogger v2.2.0
9812026-05-16T03:36:54.812Z Downloaded slog-bunyan v2.5.0
9822026-05-16T03:36:54.812Z Downloaded progenitor-impl v0.13.0
9832026-05-16T03:36:54.812Z Downloaded siphasher v1.0.2
9842026-05-16T03:36:54.812Z Downloaded dropshot-api-manager v0.7.1
9852026-05-16T03:36:54.812Z Downloaded sec1 v0.7.3
9862026-05-16T03:36:54.812Z Downloaded schemars_derive v0.8.22
9872026-05-16T03:36:54.812Z Downloaded aes-gcm v0.10.3
9882026-05-16T03:36:54.812Z Downloaded sigpipe v0.1.3
9892026-05-16T03:36:54.812Z Downloaded signature v2.2.0
9902026-05-16T03:36:54.812Z Downloaded papergrid v0.17.0
9912026-05-16T03:36:54.812Z Downloaded sct v0.7.1
9922026-05-16T03:36:54.812Z Downloaded scroll v0.13.0
9932026-05-16T03:36:54.812Z Downloaded http v1.4.0
9942026-05-16T03:36:54.812Z Downloaded aho-corasick v1.1.4
9952026-05-16T03:36:54.812Z Downloaded serde_derive_internals v0.29.1
9962026-05-16T03:36:54.813Z Downloaded russh-keys v0.45.0
9972026-05-16T03:36:54.813Z Downloaded strip-ansi-escapes v0.2.1
9982026-05-16T03:36:54.813Z Downloaded serde_path_to_error v0.1.20
9992026-05-16T03:36:54.813Z Downloaded serde-hex v0.1.0
10002026-05-16T03:36:54.813Z Downloaded oso v0.27.3
10012026-05-16T03:36:54.813Z Downloaded hyper-util v0.1.20
10022026-05-16T03:36:54.813Z Downloaded shlex v1.3.0
10032026-05-16T03:36:54.813Z Downloaded sqlparser_derive v0.5.0
10042026-05-16T03:36:54.813Z Downloaded ssh-cipher v0.2.0
10052026-05-16T03:36:54.813Z Downloaded strum v0.26.3
10062026-05-16T03:36:54.813Z Downloaded structmeta-derive v0.3.0
10072026-05-16T03:36:54.813Z Downloaded simd-adler32 v0.3.8
10082026-05-16T03:36:54.813Z Downloaded subtle v2.6.1
10092026-05-16T03:36:54.813Z Downloaded structmeta v0.3.0
10102026-05-16T03:36:54.813Z Downloaded prettyplease v0.2.37
10112026-05-16T03:36:54.813Z Downloaded prefix-trie v0.7.0
10122026-05-16T03:36:54.813Z Downloaded rcgen v0.12.1
10132026-05-16T03:36:54.813Z Downloaded pretty_assertions v1.4.1
10142026-05-16T03:36:54.813Z Downloaded rustls-pki-types v1.14.0
10152026-05-16T03:36:54.813Z Downloaded minimal-lexical v0.2.1
10162026-05-16T03:36:54.813Z Downloaded strum v0.27.2
10172026-05-16T03:36:54.813Z Downloaded tagptr v0.2.0
10182026-05-16T03:36:54.813Z Downloaded slab v0.4.12
10192026-05-16T03:36:54.814Z Downloaded slog-stdlog v4.1.1
10202026-05-16T03:36:54.814Z Downloaded slog-json v2.6.1
10212026-05-16T03:36:54.814Z Downloaded smf v0.2.3
10222026-05-16T03:36:54.814Z Downloaded supports-color v3.0.2
10232026-05-16T03:36:54.814Z Downloaded progenitor-impl v0.14.0
10242026-05-16T03:36:54.814Z Downloaded spki v0.7.3
10252026-05-16T03:36:54.814Z Downloaded serde_cbor v0.11.2
10262026-05-16T03:36:54.814Z Downloaded sync-ptr v0.1.4
10272026-05-16T03:36:54.814Z Downloaded tap v1.0.1
10282026-05-16T03:36:54.814Z Downloaded take_mut v0.2.2
10292026-05-16T03:36:54.814Z Downloaded tabwriter v1.4.1
10302026-05-16T03:36:54.814Z Downloaded termtree v0.5.1
10312026-05-16T03:36:54.814Z Downloaded sqlformat v0.3.5
10322026-05-16T03:36:54.814Z Downloaded slog-term v2.9.2
10332026-05-16T03:36:54.814Z Downloaded smallvec v0.6.14
10342026-05-16T03:36:54.814Z Downloaded slog-scope v4.4.1
10352026-05-16T03:36:54.814Z Downloaded sync_wrapper v1.0.2
10362026-05-16T03:36:54.814Z Downloaded slog-dtrace v0.3.0
10372026-05-16T03:36:54.814Z Downloaded testing_table v0.3.0
10382026-05-16T03:36:54.814Z Downloaded tabled_derive v0.11.0
10392026-05-16T03:36:54.814Z Downloaded stringprep v0.1.5
10402026-05-16T03:36:54.814Z Downloaded time-core v0.1.8
10412026-05-16T03:36:54.814Z Downloaded thiserror-impl-no-std v2.0.2
10422026-05-16T03:36:54.814Z Downloaded thread-id v5.1.0
10432026-05-16T03:36:54.814Z Downloaded tokio-macros v2.7.0
10442026-05-16T03:36:54.814Z Downloaded string_cache v0.8.9
10452026-05-16T03:36:54.814Z Downloaded static_assertions v1.1.0
10462026-05-16T03:36:54.814Z Downloaded stacker v0.1.23
10472026-05-16T03:36:54.814Z Downloaded serde_with_macros v3.17.0
10482026-05-16T03:36:54.814Z Downloaded tinyvec_macros v0.1.1
10492026-05-16T03:36:54.814Z Downloaded ssh-encoding v0.2.0
10502026-05-16T03:36:54.814Z Downloaded ryu v1.0.23
10512026-05-16T03:36:54.814Z Downloaded signal-hook-registry v1.4.8
10522026-05-16T03:36:54.814Z Downloaded strum_macros v0.24.3
10532026-05-16T03:36:54.814Z Downloaded itertools v0.10.5
10542026-05-16T03:36:54.814Z Downloaded support-bundle-viewer v0.1.2
10552026-05-16T03:36:54.814Z Downloaded rustls-platform-verifier v0.6.2
10562026-05-16T03:36:54.815Z Downloaded mio v1.2.0
10572026-05-16T03:36:54.815Z Downloaded slog-async v2.8.0
10582026-05-16T03:36:54.815Z Downloaded snafu-derive v0.8.9
10592026-05-16T03:36:54.815Z Downloaded rayon-core v1.13.0
10602026-05-16T03:36:54.815Z Downloaded num-bigint v0.4.6
10612026-05-16T03:36:54.815Z Downloaded hickory-server v0.25.2
10622026-05-16T03:36:54.815Z Downloaded ron v0.8.1
10632026-05-16T03:36:54.815Z Downloaded serde_yaml v0.9.34+deprecated
10642026-05-16T03:36:54.815Z Downloaded thiserror-no-std v2.0.2
10652026-05-16T03:36:54.815Z Downloaded tower-layer v0.3.3
10662026-05-16T03:36:54.815Z Downloaded topological-sort v0.2.2
10672026-05-16T03:36:54.815Z Downloaded thread_local v1.1.9
10682026-05-16T03:36:54.815Z Downloaded tokio-dtrace v0.1.1
10692026-05-16T03:36:54.815Z Downloaded rand v0.8.6
10702026-05-16T03:36:54.829Z Downloaded qorb v0.4.1
10712026-05-16T03:36:54.829Z Downloaded quinn v0.11.9
10722026-05-16T03:36:54.829Z Downloaded iddqd v0.3.18
10732026-05-16T03:36:54.829Z Downloaded tower-service v0.3.3
10742026-05-16T03:36:54.830Z Downloaded hashbrown v0.16.1
10752026-05-16T03:36:54.830Z Downloaded tls_codec v0.4.2
10762026-05-16T03:36:54.830Z Downloaded tiny-keccak v2.0.2
10772026-05-16T03:36:54.830Z Downloaded try-lock v0.2.5
10782026-05-16T03:36:54.830Z Downloaded unicode-truncate v1.1.0
10792026-05-16T03:36:54.830Z Downloaded unarray v0.1.4
10802026-05-16T03:36:54.830Z Downloaded typify-macro v0.6.2
10812026-05-16T03:36:54.830Z Downloaded itertools v0.12.1
10822026-05-16T03:36:54.830Z Downloaded tokio-native-tls v0.3.1
10832026-05-16T03:36:54.830Z Downloaded nom v7.1.3
10842026-05-16T03:36:54.830Z Downloaded typify-macro v0.4.3
10852026-05-16T03:36:54.830Z Downloaded trait-variant v0.1.2
10862026-05-16T03:36:54.830Z Downloaded time-macros v0.2.27
10872026-05-16T03:36:54.830Z Downloaded strum_macros v0.26.4
10882026-05-16T03:36:54.830Z Downloaded similar v2.7.0
10892026-05-16T03:36:54.830Z Downloaded iri-string v0.7.10
10902026-05-16T03:36:54.830Z Downloaded usdt v0.6.0
10912026-05-16T03:36:54.830Z Downloaded utf-8 v0.7.6
10922026-05-16T03:36:54.830Z Downloaded usdt-macro v0.6.0
10932026-05-16T03:36:54.830Z Downloaded untrusted v0.7.1
10942026-05-16T03:36:54.830Z Downloaded unit-prefix v0.5.2
10952026-05-16T03:36:54.830Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10962026-05-16T03:36:54.830Z Downloaded tokio-tungstenite v0.23.1
10972026-05-16T03:36:54.830Z Downloaded untrusted v0.9.0
10982026-05-16T03:36:54.830Z Downloaded schemars v0.8.22
10992026-05-16T03:36:54.830Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11002026-05-16T03:36:54.830Z Downloaded spin v0.9.8
11012026-05-16T03:36:54.830Z Downloaded socket2 v0.5.10
11022026-05-16T03:36:54.830Z Downloaded term v0.7.0
11032026-05-16T03:36:54.831Z Downloaded itertools v0.14.0
11042026-05-16T03:36:54.831Z Downloaded num-bigint-dig v0.8.6
11052026-05-16T03:36:54.831Z Downloaded void v1.0.2
11062026-05-16T03:36:54.831Z Downloaded universal-hash v0.5.1
11072026-05-16T03:36:54.831Z Downloaded tokio-tungstenite v0.21.0
11082026-05-16T03:36:54.831Z Downloaded tui-tree-widget v0.23.1
11092026-05-16T03:36:54.831Z Downloaded termios v0.3.3
11102026-05-16T03:36:54.831Z Downloaded tokio-rustls v0.25.0
11112026-05-16T03:36:54.831Z Downloaded rand v0.9.2
11122026-05-16T03:36:54.831Z Downloaded publicsuffix v2.3.0
11132026-05-16T03:36:54.831Z Downloaded rsa v0.9.10
11142026-05-16T03:36:54.831Z Downloaded wait-timeout v0.2.1
11152026-05-16T03:36:54.831Z Downloaded libxml v0.3.3
11162026-05-16T03:36:54.831Z Downloaded strum_macros v0.27.2
11172026-05-16T03:36:54.831Z Downloaded h2 v0.4.13
11182026-05-16T03:36:54.831Z Downloaded futures-util v0.3.32
11192026-05-16T03:36:54.831Z Downloaded want v0.3.1
11202026-05-16T03:36:54.831Z Downloaded waitgroup v0.1.2
11212026-05-16T03:36:54.831Z Downloaded term v1.2.1
11222026-05-16T03:36:54.831Z Downloaded signal-hook v0.3.18
11232026-05-16T03:36:54.831Z Downloaded libm v0.2.16
11242026-05-16T03:36:54.831Z Downloaded tokio-rustls v0.24.1
11252026-05-16T03:36:54.831Z Downloaded tls_codec_derive v0.4.2
11262026-05-16T03:36:54.831Z Downloaded socket2 v0.6.3
11272026-05-16T03:36:54.831Z Downloaded rand v0.10.0
11282026-05-16T03:36:54.831Z Downloaded usdt-attr-macro v0.6.0
11292026-05-16T03:36:54.831Z Downloaded toml_writer v1.0.6+spec-1.1.0
11302026-05-16T03:36:54.831Z Downloaded xattr v1.6.1
11312026-05-16T03:36:54.831Z Downloaded tokio-stream v0.1.18
11322026-05-16T03:36:54.831Z Downloaded xshell-macros v0.2.7
11332026-05-16T03:36:54.831Z Downloaded tokio-rustls v0.26.4
11342026-05-16T03:36:54.831Z Downloaded samael v0.0.19
11352026-05-16T03:36:54.831Z Downloaded hashbrown v0.15.5
11362026-05-16T03:36:54.831Z Downloaded unicase v2.9.0
11372026-05-16T03:36:54.832Z Downloaded test-strategy v0.4.5
11382026-05-16T03:36:54.832Z Downloaded toml_parser v1.0.9+spec-1.1.0
11392026-05-16T03:36:54.832Z Downloaded subprocess v0.2.15
11402026-05-16T03:36:54.832Z Downloaded hkdf v0.12.4
11412026-05-16T03:36:54.832Z Downloaded blake3 v1.8.3
11422026-05-16T03:36:54.832Z Downloaded zone_cfg_derive v0.3.1
11432026-05-16T03:36:54.832Z Downloaded zeroize_derive v1.4.3
11442026-05-16T03:36:54.832Z Downloaded schemars v1.2.1
11452026-05-16T03:36:54.832Z Downloaded uzers v0.12.2
11462026-05-16T03:36:54.832Z Downloaded zone v0.3.1
11472026-05-16T03:36:54.832Z Downloaded tracing-attributes v0.1.31
11482026-05-16T03:36:54.832Z Downloaded snafu v0.8.9
11492026-05-16T03:36:54.832Z Downloaded vergen-git2 v1.0.7
11502026-05-16T03:36:54.832Z Downloaded twox-hash v2.1.2
11512026-05-16T03:36:54.832Z Downloaded whoami v1.6.1
11522026-05-16T03:36:54.832Z Downloaded whoami v2.1.0
11532026-05-16T03:36:54.832Z Downloaded p521 v0.13.3
11542026-05-16T03:36:54.832Z Downloaded wyz v0.5.1
11552026-05-16T03:36:54.832Z Downloaded itertools v0.13.0
11562026-05-16T03:36:54.832Z Downloaded slog v2.8.2
11572026-05-16T03:36:54.832Z Downloaded hyper v1.8.1
11582026-05-16T03:36:54.832Z Downloaded vsss-rs v3.3.4
11592026-05-16T03:36:54.832Z Downloaded toml v0.9.12+spec-1.1.0
11602026-05-16T03:36:54.832Z Downloaded xshell v0.2.7
11612026-05-16T03:36:54.832Z Downloaded unicode-properties v0.1.4
11622026-05-16T03:36:54.832Z Downloaded walkdir v2.5.0
11632026-05-16T03:36:54.832Z Downloaded usdt-impl v0.6.0
11642026-05-16T03:36:54.832Z Downloaded russh v0.45.0
11652026-05-16T03:36:54.832Z Downloaded toml v0.7.8
11662026-05-16T03:36:54.832Z Downloaded tinyvec v1.10.0
11672026-05-16T03:36:54.832Z Downloaded vergen v9.0.6
11682026-05-16T03:36:54.832Z Downloaded zeroize v1.8.2
11692026-05-16T03:36:54.833Z Downloaded zstd v0.13.3
11702026-05-16T03:36:54.861Z Downloaded vergen-lib v0.1.6
11712026-05-16T03:36:54.861Z Downloaded rustyline v14.0.0
11722026-05-16T03:36:54.861Z Downloaded schemars v0.9.0
11732026-05-16T03:36:54.861Z Downloaded typify v0.6.2
11742026-05-16T03:36:54.861Z Downloaded typify v0.4.3
11752026-05-16T03:36:54.861Z Downloaded tungstenite v0.21.0
11762026-05-16T03:36:54.861Z Downloaded zstd-safe v7.2.4
11772026-05-16T03:36:54.861Z Downloaded vergen-gitcl v1.0.8
11782026-05-16T03:36:54.861Z Downloaded tar v0.4.45
11792026-05-16T03:36:54.861Z Downloaded steno v0.4.1
11802026-05-16T03:36:54.861Z Downloaded tracing-core v0.1.36
11812026-05-16T03:36:54.861Z Downloaded uuid v1.23.0
11822026-05-16T03:36:54.861Z Downloaded rustls-webpki v0.103.9
11832026-05-16T03:36:54.861Z Downloaded toml v1.0.6+spec-1.1.0
11842026-05-16T03:36:54.861Z Downloaded vte v0.14.1
11852026-05-16T03:36:54.861Z Downloaded yasna v0.5.2
11862026-05-16T03:36:54.861Z Downloaded bitvec v1.0.1
11872026-05-16T03:36:54.862Z Downloaded zerocopy v0.6.6
11882026-05-16T03:36:54.862Z Downloaded toml_edit v0.23.10+spec-1.0.0
11892026-05-16T03:36:54.862Z Downloaded rpassword v7.4.0
11902026-05-16T03:36:54.862Z Downloaded tokio-postgres v0.7.16
11912026-05-16T03:36:54.862Z Downloaded p384 v0.13.1
11922026-05-16T03:36:54.862Z Downloaded tungstenite v0.23.0
11932026-05-16T03:36:54.862Z Downloaded reedline v0.40.0
11942026-05-16T03:36:54.862Z Downloaded unicode_categories v0.1.1
11952026-05-16T03:36:54.862Z Downloaded chrono v0.4.44
11962026-05-16T03:36:54.862Z Downloaded git2 v0.20.4
11972026-05-16T03:36:54.862Z Downloaded unsafe-libyaml v0.2.11
11982026-05-16T03:36:54.862Z Downloaded aws-lc-rs v1.16.3
11992026-05-16T03:36:54.862Z Downloaded reqwest v0.12.28
12002026-05-16T03:36:54.862Z Downloaded ssh-key v0.6.7
12012026-05-16T03:36:54.862Z Downloaded unicode-bidi v0.3.18
12022026-05-16T03:36:54.862Z Downloaded yansi v1.0.1
12032026-05-16T03:36:54.862Z Downloaded toml_edit v0.19.15
12042026-05-16T03:36:54.862Z Downloaded zopfli v0.8.3
12052026-05-16T03:36:54.862Z Downloaded salty v0.3.0
12062026-05-16T03:36:54.862Z Downloaded reqwest v0.13.2
12072026-05-16T03:36:54.862Z Downloaded zip v0.6.6
12082026-05-16T03:36:54.862Z Downloaded bindgen v0.71.1
12092026-05-16T03:36:54.863Z Downloaded typed-path v0.9.3
12102026-05-16T03:36:54.863Z Downloaded x509-cert v0.2.5
12112026-05-16T03:36:54.863Z Downloaded regex v1.12.3
12122026-05-16T03:36:54.863Z Downloaded zerocopy-derive v0.8.40
12132026-05-16T03:36:54.863Z Downloaded rayon v1.11.0
12142026-05-16T03:36:54.863Z Downloaded lalrpop v0.19.12
12152026-05-16T03:36:54.863Z Downloaded quick-xml v0.37.5
12162026-05-16T03:36:54.863Z Downloaded goblin v0.10.5
12172026-05-16T03:36:54.863Z Downloaded tokio-util v0.7.18
12182026-05-16T03:36:54.863Z Downloaded portable-atomic v1.13.1
12192026-05-16T03:36:54.863Z Downloaded curve25519-dalek v4.1.3
12202026-05-16T03:36:54.863Z Downloaded tower v0.5.3
12212026-05-16T03:36:54.863Z Downloaded unicode-segmentation v1.12.0
12222026-05-16T03:36:54.863Z Downloaded tough v0.22.0
12232026-05-16T03:36:54.863Z Downloaded moka v0.12.13
12242026-05-16T03:36:54.863Z Downloaded rustls-webpki v0.101.7
12252026-05-16T03:36:54.863Z Downloaded zip v4.6.1
12262026-05-16T03:36:54.863Z Downloaded tower-http v0.6.8
12272026-05-16T03:36:54.863Z Downloaded proptest v1.10.0
12282026-05-16T03:36:54.863Z Downloaded unicode-normalization v0.1.25
12292026-05-16T03:36:54.864Z Downloaded serde_with v3.17.0
12302026-05-16T03:36:54.864Z Downloaded rustls-webpki v0.102.8
12312026-05-16T03:36:54.864Z Downloaded petname v2.0.2
12322026-05-16T03:36:54.864Z Downloaded quinn-proto v0.11.13
12332026-05-16T03:36:54.864Z Downloaded object v0.30.4
12342026-05-16T03:36:54.864Z Downloaded bstr v1.12.1
12352026-05-16T03:36:54.864Z Downloaded winnow v0.6.26
12362026-05-16T03:36:54.864Z Downloaded tabled v0.20.0
12372026-05-16T03:36:54.864Z Downloaded winnow v0.5.40
12382026-05-16T03:36:54.864Z Downloaded dropshot v0.16.7
12392026-05-16T03:36:54.864Z Downloaded time v0.3.47
12402026-05-16T03:36:54.864Z Downloaded polar-core v0.27.3
12412026-05-16T03:36:54.864Z Downloaded nix v0.29.0
12422026-05-16T03:36:54.864Z Downloaded dropshot v0.17.0
12432026-05-16T03:36:54.864Z Downloaded smoltcp v0.9.1
12442026-05-16T03:36:54.864Z Downloaded openssl v0.10.79
12452026-05-16T03:36:54.864Z Downloaded vcpkg v0.2.15
12462026-05-16T03:36:54.864Z Downloaded webpki-roots v1.0.6
12472026-05-16T03:36:54.864Z Downloaded hickory-proto v0.24.4
12482026-05-16T03:36:54.864Z Downloaded diesel v2.3.7
12492026-05-16T03:36:54.864Z Downloaded regex-syntax v0.6.29
12502026-05-16T03:36:54.864Z Downloaded object v0.37.3
12512026-05-16T03:36:54.864Z Downloaded nix v0.31.2
12522026-05-16T03:36:54.864Z Downloaded zlib-rs v0.6.2
12532026-05-16T03:36:54.864Z Downloaded zerocopy v0.8.40
12542026-05-16T03:36:54.864Z Downloaded rustls v0.21.12
12552026-05-16T03:36:54.864Z Downloaded rustix v0.38.44
12562026-05-16T03:36:54.864Z Downloaded rustls v0.22.4
12572026-05-16T03:36:54.864Z Downloaded hickory-proto v0.25.2
12582026-05-16T03:36:54.864Z Downloaded regress v0.10.5
12592026-05-16T03:36:54.864Z Downloaded openapiv3 v2.2.0
12602026-05-16T03:36:54.864Z Downloaded smoltcp v0.11.0
12612026-05-16T03:36:54.885Z Downloaded rustls v0.23.37
12622026-05-16T03:36:54.885Z Downloaded regex-syntax v0.8.10
12632026-05-16T03:36:54.885Z Downloaded regress v0.11.1
12642026-05-16T03:36:54.886Z Downloaded nix v0.28.0
12652026-05-16T03:36:54.886Z Downloaded radix_trie v0.2.1
12662026-05-16T03:36:54.906Z Downloaded nix v0.27.1
12672026-05-16T03:36:54.925Z Downloaded sqlparser v0.61.0
12682026-05-16T03:36:54.925Z Downloaded typify-impl v0.6.2
12692026-05-16T03:36:54.941Z Downloaded tracing v0.1.44
12702026-05-16T03:36:54.963Z Downloaded sled v0.34.7
12712026-05-16T03:36:54.963Z Downloaded typify-impl v0.4.3
12722026-05-16T03:36:54.971Z Downloaded bzip2-sys v0.1.13+1.0.8
12732026-05-16T03:36:54.972Z Downloaded zerocopy-derive v0.6.6
12742026-05-16T03:36:54.972Z Downloaded ratatui v0.29.0
12752026-05-16T03:36:54.985Z Downloaded regex-automata v0.4.14
12762026-05-16T03:36:55.013Z Downloaded jiff v0.2.21
12772026-05-16T03:36:55.040Z Downloaded petgraph v0.6.5
12782026-05-16T03:36:55.041Z Downloaded chrono-tz v0.10.4
12792026-05-16T03:36:55.069Z Downloaded petgraph v0.8.3
12802026-05-16T03:36:55.069Z Downloaded sha3 v0.10.8
12812026-05-16T03:36:55.075Z Downloaded csv v1.4.0
12822026-05-16T03:36:55.075Z Downloaded libz-sys v1.1.24
12832026-05-16T03:36:55.092Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12842026-05-16T03:36:55.113Z Downloaded tokio v1.52.1
12852026-05-16T03:36:55.185Z Downloaded encoding_rs v0.8.35
12862026-05-16T03:36:55.198Z Downloaded ring v0.17.14
12872026-05-16T03:36:55.233Z Downloaded libgit2-sys v0.18.3+1.9.2
12882026-05-16T03:36:55.638Z Downloaded aws-lc-sys v0.40.0
12892026-05-16T03:36:55.886Z Compiling libc v0.2.185
12902026-05-16T03:36:55.890Z Compiling serde v1.0.228
12912026-05-16T03:36:55.890Z Compiling log v0.4.29
12922026-05-16T03:36:55.890Z Compiling find-msvc-tools v0.1.9
12932026-05-16T03:36:55.890Z Compiling shlex v1.3.0
12942026-05-16T03:36:55.890Z Compiling smallvec v1.15.1
12952026-05-16T03:36:55.890Z Compiling typenum v1.19.0
12962026-05-16T03:36:55.890Z Compiling subtle v2.6.1
12972026-05-16T03:36:56.047Z Compiling generic-array v0.14.7
12982026-05-16T03:36:56.073Z Compiling scopeguard v1.2.0
12992026-05-16T03:36:56.482Z Compiling const-oid v0.9.6
13002026-05-16T03:36:56.486Z Compiling serde_json v1.0.149
13012026-05-16T03:36:56.486Z Compiling syn v2.0.117
13022026-05-16T03:36:56.486Z Compiling zerocopy v0.8.40
13032026-05-16T03:36:56.487Z Compiling portable-atomic v1.13.1
13042026-05-16T03:36:56.487Z Compiling lock_api v0.4.14
13052026-05-16T03:36:56.487Z Compiling pin-project-lite v0.2.17
13062026-05-16T03:36:56.487Z Compiling parking_lot_core v0.9.12
13072026-05-16T03:36:56.487Z Compiling pkg-config v0.3.32
13082026-05-16T03:36:56.487Z Compiling bitflags v2.11.0
13092026-05-16T03:36:56.487Z Compiling futures-core v0.3.32
13102026-05-16T03:36:56.487Z Compiling critical-section v1.2.0
13112026-05-16T03:36:56.487Z Compiling libm v0.2.16
13122026-05-16T03:36:56.487Z Compiling num-traits v0.2.19
13132026-05-16T03:36:56.490Z Compiling percent-encoding v2.3.2
13142026-05-16T03:36:56.511Z Compiling futures-sink v0.3.32
13152026-05-16T03:36:56.524Z Compiling futures-io v0.3.32
13162026-05-16T03:36:56.524Z Compiling slab v0.4.12
13172026-05-16T03:36:56.581Z Compiling futures-task v0.3.32
13182026-05-16T03:36:56.627Z Compiling futures-channel v0.3.32
13192026-05-16T03:36:56.645Z Compiling cpufeatures v0.2.17
13202026-05-16T03:36:56.716Z Compiling getrandom v0.4.1
13212026-05-16T03:36:56.719Z Compiling rand_core v0.10.0
13222026-05-16T03:36:56.785Z Compiling indexmap v2.14.0
13232026-05-16T03:36:56.805Z Compiling rustversion v1.0.22
13242026-05-16T03:36:56.855Z Compiling getrandom v0.3.4
13252026-05-16T03:36:56.872Z Compiling form_urlencoded v1.2.2
13262026-05-16T03:36:56.883Z Compiling fs_extra v1.3.0
13272026-05-16T03:36:56.932Z Compiling dunce v1.0.5
13282026-05-16T03:36:56.946Z Compiling base64ct v1.8.3
13292026-05-16T03:36:56.960Z Compiling ident_case v1.0.1
13302026-05-16T03:36:56.963Z Compiling regex-syntax v0.8.10
13312026-05-16T03:36:57.042Z Compiling getrandom v0.2.17
13322026-05-16T03:36:57.086Z Compiling jobserver v0.1.34
13332026-05-16T03:36:57.104Z Compiling errno v0.3.14
13342026-05-16T03:36:57.150Z Compiling mio v1.2.0
13352026-05-16T03:36:57.202Z Compiling rand_core v0.6.4
13362026-05-16T03:36:57.291Z Compiling socket2 v0.6.3
13372026-05-16T03:36:57.314Z Compiling signal-hook-registry v1.4.8
13382026-05-16T03:36:57.324Z Compiling cc v1.2.56
13392026-05-16T03:36:57.324Z Compiling once_cell v1.21.3
13402026-05-16T03:36:57.346Z Compiling parking_lot v0.12.5
13412026-05-16T03:36:57.503Z Compiling pem-rfc7468 v0.7.0
13422026-05-16T03:36:57.503Z Compiling flagset v0.4.7
13432026-05-16T03:36:57.533Z Compiling rustix v1.1.3
13442026-05-16T03:36:57.556Z Compiling iana-time-zone v0.1.65
13452026-05-16T03:36:57.578Z Compiling aws-lc-rs v1.16.3
13462026-05-16T03:36:57.662Z Compiling vcpkg v0.2.15
13472026-05-16T03:36:57.665Z Compiling uuid v1.23.0
13482026-05-16T03:36:57.694Z Compiling tracing-core v0.1.36
13492026-05-16T03:36:57.733Z Compiling rustc_version v0.4.1
13502026-05-16T03:36:57.741Z Compiling base64 v0.22.1
13512026-05-16T03:36:57.776Z Compiling httparse v1.10.1
13522026-05-16T03:36:57.836Z Compiling rand_core v0.9.5
13532026-05-16T03:36:57.904Z Compiling untrusted v0.9.0
13542026-05-16T03:36:57.909Z Compiling openssl-probe v0.2.1
13552026-05-16T03:36:58.049Z Compiling tinyvec_macros v0.1.1
13562026-05-16T03:36:58.080Z Compiling cmake v0.1.57
13572026-05-16T03:36:58.094Z Compiling untrusted v0.7.1
13582026-05-16T03:36:58.111Z Compiling aho-corasick v1.1.4
13592026-05-16T03:36:58.129Z Compiling tinyvec v1.10.0
13602026-05-16T03:36:58.134Z Compiling schemars v0.8.22
13612026-05-16T03:36:58.147Z Compiling try-lock v0.2.5
13622026-05-16T03:36:58.181Z Compiling rustls v0.23.37
13632026-05-16T03:36:58.242Z Compiling tower-layer v0.3.3
13642026-05-16T03:36:58.257Z Compiling atomic-waker v1.1.2
13652026-05-16T03:36:58.292Z Compiling dyn-clone v1.0.20
13662026-05-16T03:36:58.316Z Compiling tower-service v0.3.3
13672026-05-16T03:36:58.423Z Compiling want v0.3.1
13682026-05-16T03:36:58.445Z Compiling foreign-types-shared v0.1.1
13692026-05-16T03:36:58.453Z Compiling openssl v0.10.79
13702026-05-16T03:36:58.453Z Compiling pin-utils v0.1.0
13712026-05-16T03:36:58.453Z Compiling httpdate v1.0.3
13722026-05-16T03:36:58.453Z Compiling spin v0.9.8
13732026-05-16T03:36:58.487Z Compiling unicode-normalization v0.1.25
13742026-05-16T03:36:58.502Z Compiling powerfmt v0.2.0
13752026-05-16T03:36:58.519Z Compiling foreign-types v0.3.2
13762026-05-16T03:36:58.538Z Compiling time-core v0.1.8
13772026-05-16T03:36:58.544Z Compiling native-tls v0.2.18
13782026-05-16T03:36:58.544Z Compiling crc32fast v1.5.0
13792026-05-16T03:36:58.582Z Compiling num-conv v0.2.0
13802026-05-16T03:36:58.612Z Compiling wait-timeout v0.2.1
13812026-05-16T03:36:58.704Z Compiling deranged v0.5.8
13822026-05-16T03:36:58.721Z Compiling sync_wrapper v1.0.2
13832026-05-16T03:36:58.736Z Compiling unicode-segmentation v1.12.0
13842026-05-16T03:36:58.739Z Compiling siphasher v1.0.2
13852026-05-16T03:36:58.769Z Compiling bit-vec v0.8.0
13862026-05-16T03:36:58.769Z Compiling time-macros v0.2.27
13872026-05-16T03:36:58.774Z Compiling usdt-impl v0.6.0
13882026-05-16T03:36:58.818Z Compiling quick-error v1.2.3
13892026-05-16T03:36:58.864Z Compiling num_threads v0.1.7
13902026-05-16T03:36:58.933Z Compiling syn v1.0.109
13912026-05-16T03:36:58.954Z Compiling simd-adler32 v0.3.8
13922026-05-16T03:36:58.972Z Compiling crossbeam-utils v0.8.21
13932026-05-16T03:36:58.989Z Compiling bit-set v0.8.0
13942026-05-16T03:36:59.022Z Compiling aws-lc-sys v0.40.0
13952026-05-16T03:36:59.443Z Compiling ring v0.17.14
13962026-05-16T03:36:59.449Z Compiling openssl-sys v0.9.115
13972026-05-16T03:36:59.449Z Compiling regex-automata v0.4.14
13982026-05-16T03:36:59.449Z Compiling synstructure v0.13.2
13992026-05-16T03:36:59.449Z Compiling pest_generator v2.8.6
14002026-05-16T03:36:59.449Z Compiling serde_derive_internals v0.29.1
14012026-05-16T03:36:59.449Z Compiling darling_core v0.20.11
14022026-05-16T03:36:59.449Z Compiling tempfile v3.25.0
14032026-05-16T03:36:59.449Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14042026-05-16T03:36:59.500Z Compiling darling_core v0.21.3
14052026-05-16T03:36:59.537Z Compiling rusty-fork v0.3.1
14062026-05-16T03:36:59.720Z Compiling bzip2-sys v0.1.13+1.0.8
14072026-05-16T03:36:59.764Z Compiling slog v2.8.2
14082026-05-16T03:36:59.872Z Compiling heapless v0.7.17
14092026-05-16T03:36:59.950Z Compiling rand_xorshift v0.4.0
14102026-05-16T03:36:59.962Z Compiling thread-id v5.1.0
14112026-05-16T03:36:59.973Z Compiling time v0.3.47
14122026-05-16T03:36:59.983Z Compiling cookie v0.18.1
14132026-05-16T03:36:59.998Z Compiling anyhow v1.0.102
14142026-05-16T03:37:00.051Z Compiling signal-hook v0.3.18
14152026-05-16T03:37:00.064Z Compiling allocator-api2 v0.2.21
14162026-05-16T03:37:00.092Z Compiling unicode-bidi v0.3.18
14172026-05-16T03:37:00.135Z Compiling unicode-properties v0.1.4
14182026-05-16T03:37:00.191Z Compiling paste v1.0.15
14192026-05-16T03:37:00.207Z Compiling adler2 v2.0.1
14202026-05-16T03:37:00.250Z Compiling ryu v1.0.23
14212026-05-16T03:37:00.306Z Compiling unarray v0.1.4
14222026-05-16T03:37:00.351Z Compiling zstd-safe v7.2.4
14232026-05-16T03:37:00.369Z Compiling iri-string v0.7.10
14242026-05-16T03:37:00.429Z Compiling miniz_oxide v0.8.9
14252026-05-16T03:37:00.441Z Compiling stringprep v0.1.5
14262026-05-16T03:37:00.631Z Compiling heck v0.4.1
14272026-05-16T03:37:00.678Z Compiling num-integer v0.1.46
14282026-05-16T03:37:00.890Z Compiling vergen-lib v0.1.6
14292026-05-16T03:37:00.933Z Compiling serde_derive v1.0.228
14302026-05-16T03:37:01.353Z Compiling zeroize_derive v1.4.3
14312026-05-16T03:37:01.356Z Compiling zerofrom-derive v0.1.6
14322026-05-16T03:37:01.356Z Compiling yoke-derive v0.8.1
14332026-05-16T03:37:01.356Z Compiling zerocopy-derive v0.8.40
14342026-05-16T03:37:01.356Z Compiling zerovec-derive v0.11.2
14352026-05-16T03:37:01.356Z Compiling displaydoc v0.2.5
14362026-05-16T03:37:01.628Z Compiling zeroize v1.8.2
14372026-05-16T03:37:01.632Z Compiling tokio-macros v2.7.0
14382026-05-16T03:37:01.660Z Compiling futures-macro v0.3.32
14392026-05-16T03:37:01.998Z Compiling der_derive v0.7.3
14402026-05-16T03:37:02.133Z Compiling rustls-pki-types v1.14.0
14412026-05-16T03:37:02.148Z Compiling tracing-attributes v0.1.31
14422026-05-16T03:37:02.324Z Compiling thiserror-impl v2.0.18
14432026-05-16T03:37:02.347Z Compiling pest_derive v2.8.6
14442026-05-16T03:37:02.462Z Compiling crypto-common v0.1.7
14452026-05-16T03:37:02.497Z Compiling block-buffer v0.10.4
14462026-05-16T03:37:02.528Z Compiling zerofrom v0.1.6
14472026-05-16T03:37:02.559Z Compiling futures-util v0.3.32
14482026-05-16T03:37:03.031Z Compiling block-padding v0.3.3
14492026-05-16T03:37:03.044Z Compiling scroll_derive v0.13.1
14502026-05-16T03:37:03.044Z Compiling yoke v0.8.1
14512026-05-16T03:37:03.044Z Compiling digest v0.10.7
14522026-05-16T03:37:03.044Z Compiling inout v0.1.4
14532026-05-16T03:37:03.044Z Compiling schemars_derive v0.8.22
14542026-05-16T03:37:03.044Z Compiling zerovec v0.11.5
14552026-05-16T03:37:03.044Z Compiling zerotrie v0.2.3
14562026-05-16T03:37:03.044Z Compiling hmac v0.12.1
14572026-05-16T03:37:03.045Z Compiling cipher v0.4.4
14582026-05-16T03:37:03.171Z Compiling sha2 v0.10.9
14592026-05-16T03:37:03.279Z Compiling der v0.7.10
14602026-05-16T03:37:03.303Z Compiling salsa20 v0.10.2
14612026-05-16T03:37:03.797Z Compiling tinystr v0.8.2
14622026-05-16T03:37:03.811Z Compiling potential_utf v0.1.4
14632026-05-16T03:37:03.811Z Compiling pbkdf2 v0.12.2
14642026-05-16T03:37:03.811Z Compiling cbc v0.1.2
14652026-05-16T03:37:03.811Z Compiling tracing v0.1.44
14662026-05-16T03:37:03.811Z Compiling icu_locale_core v2.1.1
14672026-05-16T03:37:03.811Z Compiling icu_collections v2.1.1
14682026-05-16T03:37:03.811Z Compiling scrypt v0.11.0
14692026-05-16T03:37:03.811Z Compiling aes v0.8.4
14702026-05-16T03:37:03.811Z Compiling thiserror v2.0.18
14712026-05-16T03:37:03.840Z Compiling scroll v0.13.0
14722026-05-16T03:37:03.872Z Compiling darling_macro v0.20.11
14732026-05-16T03:37:03.952Z Compiling openssl-macros v0.1.1
14742026-05-16T03:37:04.542Z Compiling goblin v0.10.5
14752026-05-16T03:37:04.548Z Compiling spki v0.7.3
14762026-05-16T03:37:04.548Z Compiling rustls-native-certs v0.8.3
14772026-05-16T03:37:04.548Z Compiling icu_provider v2.1.1
14782026-05-16T03:37:04.548Z Compiling pkcs5 v0.7.1
14792026-05-16T03:37:04.549Z Compiling darling v0.20.11
14802026-05-16T03:37:04.549Z Compiling bytes v1.11.1
14812026-05-16T03:37:04.549Z Compiling chrono v0.4.44
14822026-05-16T03:37:04.549Z Compiling ipnet v2.11.0
14832026-05-16T03:37:04.587Z Compiling derive_builder_core v0.20.2
14842026-05-16T03:37:04.599Z Compiling dtrace-parser v0.3.0
14852026-05-16T03:37:04.623Z Compiling signature v2.2.0
14862026-05-16T03:37:04.762Z Compiling icu_properties v2.1.2
14872026-05-16T03:37:05.182Z Compiling icu_normalizer v2.1.1
14882026-05-16T03:37:05.692Z Compiling pkcs8 v0.10.2
14892026-05-16T03:37:05.692Z Compiling webpki-roots v1.0.6
14902026-05-16T03:37:05.692Z Compiling thiserror-impl v1.0.69
14912026-05-16T03:37:05.692Z Compiling tokio v1.52.1
14922026-05-16T03:37:05.693Z Compiling http v1.4.0
14932026-05-16T03:37:05.693Z Compiling scroll_derive v0.12.1
14942026-05-16T03:37:05.693Z Compiling serde_tokenstream v0.2.3
14952026-05-16T03:37:05.702Z Compiling toml_datetime v0.6.11
14962026-05-16T03:37:05.702Z Compiling serde_urlencoded v0.7.1
14972026-05-16T03:37:05.702Z Compiling derive_builder_macro v0.20.2
14982026-05-16T03:37:05.702Z Compiling serde_spanned v0.6.9
14992026-05-16T03:37:05.702Z Compiling idna_adapter v1.2.1
15002026-05-16T03:37:05.702Z Compiling ppv-lite86 v0.2.21
15012026-05-16T03:37:05.702Z Compiling erased-serde v0.3.31
15022026-05-16T03:37:05.702Z Compiling md-5 v0.10.6
15032026-05-16T03:37:05.789Z Compiling idna v1.1.0
15042026-05-16T03:37:05.805Z Compiling http-body v1.0.1
15052026-05-16T03:37:05.871Z Compiling scroll v0.12.0
15062026-05-16T03:37:05.893Z Compiling darling_macro v0.21.3
15072026-05-16T03:37:05.893Z Compiling bstr v1.12.1
15082026-05-16T03:37:05.948Z Compiling rand_chacha v0.9.0
15092026-05-16T03:37:05.965Z Compiling http-body-util v0.1.3
15102026-05-16T03:37:05.986Z Compiling rand_chacha v0.3.1
15112026-05-16T03:37:06.007Z Compiling async-trait v0.1.89
15122026-05-16T03:37:06.028Z Compiling zerocopy-derive v0.7.35
15132026-05-16T03:37:06.115Z Compiling url v2.5.8
15142026-05-16T03:37:06.163Z Compiling rand v0.9.2
15152026-05-16T03:37:06.243Z Compiling pin-project-internal v1.1.11
15162026-05-16T03:37:06.263Z Compiling thiserror v1.0.69
15172026-05-16T03:37:06.788Z Compiling curve25519-dalek v4.1.3
15182026-05-16T03:37:06.796Z Compiling ff v0.13.1
15192026-05-16T03:37:06.797Z Compiling hash32 v0.2.1
15202026-05-16T03:37:06.797Z Compiling memoffset v0.9.1
15212026-05-16T03:37:06.797Z Compiling encoding_rs v0.8.35
15222026-05-16T03:37:06.797Z Compiling smoltcp v0.9.1
15232026-05-16T03:37:06.797Z Compiling proptest v1.10.0
15242026-05-16T03:37:06.797Z Compiling base16ct v0.2.0
15252026-05-16T03:37:06.833Z Compiling litrs v1.0.0
15262026-05-16T03:37:07.018Z Compiling dof v0.4.0
15272026-05-16T03:37:07.035Z Compiling psl-types v2.0.11
15282026-05-16T03:37:07.035Z Compiling rustix v0.38.44
15292026-05-16T03:37:07.100Z Compiling num-bigint-dig v0.8.6
15302026-05-16T03:37:07.130Z Compiling fallible-iterator v0.2.0
15312026-05-16T03:37:07.195Z Compiling cfg_aliases v0.2.1
15322026-05-16T03:37:07.214Z Compiling zlib-rs v0.6.2
15332026-05-16T03:37:07.707Z Compiling ref-cast v1.0.25
15342026-05-16T03:37:07.720Z Compiling mime v0.3.17
15352026-05-16T03:37:07.720Z Compiling nix v0.31.2
15362026-05-16T03:37:07.720Z Compiling document-features v0.2.12
15372026-05-16T03:37:07.720Z Compiling postgres-protocol v0.6.10
15382026-05-16T03:37:07.720Z Compiling pin-project v1.1.11
15392026-05-16T03:37:07.720Z Compiling ipnetwork v0.21.1
15402026-05-16T03:37:07.720Z Compiling publicsuffix v2.3.0
15412026-05-16T03:37:07.721Z Compiling zerocopy v0.7.35
15422026-05-16T03:37:07.729Z Compiling sec1 v0.7.3
15432026-05-16T03:37:07.821Z Compiling oxnet v0.1.4
15442026-05-16T03:37:07.971Z Compiling group v0.13.0
15452026-05-16T03:37:07.996Z Compiling darling v0.21.3
15462026-05-16T03:37:08.024Z Compiling rand v0.8.6
15472026-05-16T03:37:08.072Z Compiling goblin v0.8.2
15482026-05-16T03:37:08.527Z Compiling derive_builder v0.20.2
15492026-05-16T03:37:08.545Z Compiling futures-executor v0.3.32
15502026-05-16T03:37:08.546Z Compiling hubpack_derive v0.1.1
15512026-05-16T03:37:08.546Z Compiling cargo-platform v0.1.9
15522026-05-16T03:37:08.546Z Compiling hex v0.4.3
15532026-05-16T03:37:08.546Z Compiling hkdf v0.12.4
15542026-05-16T03:37:08.546Z Compiling crypto-bigint v0.5.5
15552026-05-16T03:37:08.546Z Compiling regex v1.12.3
15562026-05-16T03:37:08.546Z Compiling snafu-derive v0.8.9
15572026-05-16T03:37:08.546Z Compiling strum_macros v0.27.2
15582026-05-16T03:37:08.560Z Compiling daft-derive v0.1.5
15592026-05-16T03:37:08.561Z Compiling curve25519-dalek-derive v0.1.1
15602026-05-16T03:37:08.571Z Compiling ref-cast-impl v1.0.25
15612026-05-16T03:37:08.582Z Compiling num-iter v0.1.45
15622026-05-16T03:37:08.883Z Compiling tokio-util v0.7.18
15632026-05-16T03:37:08.899Z Compiling tower v0.5.3
15642026-05-16T03:37:09.039Z Compiling tokio-native-tls v0.3.1
15652026-05-16T03:37:09.147Z Compiling newtype-uuid v1.3.2
15662026-05-16T03:37:09.241Z Compiling terminal_size v0.4.3
15672026-05-16T03:37:09.254Z Compiling phf_shared v0.13.1
15682026-05-16T03:37:09.272Z Compiling lazy_static v1.5.0
15692026-05-16T03:37:09.303Z Compiling vergen v9.0.6
15702026-05-16T03:37:09.378Z Compiling tower-http v0.6.8
15712026-05-16T03:37:09.396Z Compiling fs-err v3.3.0
15722026-05-16T03:37:09.412Z Compiling ahash v0.8.12
15732026-05-16T03:37:09.416Z Compiling foldhash v0.2.0
15742026-05-16T03:37:09.513Z Compiling libbz2-rs-sys v0.2.2
15752026-05-16T03:37:09.513Z Compiling managed v0.8.0
15762026-05-16T03:37:09.544Z Compiling same-file v1.0.6
15772026-05-16T03:37:09.615Z Compiling h2 v0.4.13
15782026-05-16T03:37:10.055Z Compiling bitflags v1.3.2
15792026-05-16T03:37:10.061Z Compiling winnow v0.5.40
15802026-05-16T03:37:10.061Z Compiling bumpalo v3.20.2
15812026-05-16T03:37:10.061Z Compiling object v0.37.3
15822026-05-16T03:37:10.061Z Compiling foldhash v0.1.5
15832026-05-16T03:37:10.061Z Compiling zopfli v0.8.3
15842026-05-16T03:37:10.061Z Compiling bzip2 v0.6.1
15852026-05-16T03:37:10.061Z Compiling hashbrown v0.15.5
15862026-05-16T03:37:10.094Z Compiling flate2 v1.1.9
15872026-05-16T03:37:10.201Z Compiling clap_builder v4.5.60
15882026-05-16T03:37:10.255Z Compiling walkdir v2.5.0
15892026-05-16T03:37:10.462Z Compiling dof v0.3.0
15902026-05-16T03:37:10.516Z Compiling snafu v0.8.9
15912026-05-16T03:37:10.555Z Compiling strum v0.27.2
15922026-05-16T03:37:10.571Z Compiling hashbrown v0.16.1
15932026-05-16T03:37:10.588Z Compiling phf v0.13.1
15942026-05-16T03:37:10.626Z Compiling daft v0.1.5
15952026-05-16T03:37:10.642Z Compiling signal-hook-mio v0.2.5
15962026-05-16T03:37:10.658Z Compiling elliptic-curve v0.13.8
15972026-05-16T03:37:10.804Z Compiling cargo_metadata v0.19.2
15982026-05-16T03:37:10.892Z Compiling cookie_store v0.22.1
15992026-05-16T03:37:10.913Z Compiling hubpack v0.1.2
16002026-05-16T03:37:10.929Z Compiling bzip2 v0.4.4
16012026-05-16T03:37:11.518Z Compiling toml_edit v0.19.15
16022026-05-16T03:37:11.547Z Compiling usdt-attr-macro v0.6.0
16032026-05-16T03:37:11.547Z Compiling usdt-macro v0.6.0
16042026-05-16T03:37:11.547Z Compiling futures v0.3.32
16052026-05-16T03:37:11.547Z Compiling serde_with_macros v3.17.0
16062026-05-16T03:37:11.547Z Compiling postgres-types v0.2.12
16072026-05-16T03:37:11.547Z Compiling zstd v0.13.3
16082026-05-16T03:37:11.586Z Compiling dtrace-parser v0.2.0
16092026-05-16T03:37:11.593Z Compiling globset v0.4.18
16102026-05-16T03:37:11.618Z Compiling pkcs1 v0.7.5
16112026-05-16T03:37:11.846Z Compiling ed25519 v2.2.3
16122026-05-16T03:37:11.972Z Compiling olpc-cjson v0.1.4
16132026-05-16T03:37:12.012Z Compiling serde-big-array v0.5.1
16142026-05-16T03:37:12.071Z Compiling serde_plain v1.0.2
16152026-05-16T03:37:12.154Z Compiling rfc6979 v0.4.0
16162026-05-16T03:37:12.180Z Compiling async-recursion v1.1.1
16172026-05-16T03:37:12.194Z Compiling clap_derive v4.5.55
16182026-05-16T03:37:12.296Z Compiling enum-as-inner v0.6.1
16192026-05-16T03:37:12.312Z Compiling strum_macros v0.26.4
16202026-05-16T03:37:12.364Z Compiling serde_repr v0.1.20
16212026-05-16T03:37:12.381Z Compiling phf_shared v0.11.3
16222026-05-16T03:37:12.400Z Compiling float-cmp v0.10.0
16232026-05-16T03:37:12.493Z Compiling pem v3.0.6
16242026-05-16T03:37:12.569Z Compiling thread-id v4.2.2
16252026-05-16T03:37:12.589Z Compiling memmap2 v0.9.10
16262026-05-16T03:37:12.667Z Compiling hyper v1.8.1
16272026-05-16T03:37:12.792Z Compiling env_filter v1.0.0
16282026-05-16T03:37:12.830Z Compiling data-encoding v2.10.0
16292026-05-16T03:37:12.854Z Compiling whoami v2.1.0
16302026-05-16T03:37:12.870Z Compiling keccak v0.1.6
16312026-05-16T03:37:12.890Z Compiling predicates-core v1.0.10
16322026-05-16T03:37:12.989Z Compiling either v1.15.0
16332026-05-16T03:37:13.087Z Compiling difflib v0.4.0
16342026-05-16T03:37:13.125Z Compiling static_assertions v1.1.0
16352026-05-16T03:37:13.178Z Compiling fixedbitset v0.4.2
16362026-05-16T03:37:13.212Z Compiling normalize-line-endings v0.3.0
16372026-05-16T03:37:13.259Z Compiling typed-path v0.9.3
16382026-05-16T03:37:13.275Z Compiling rustc-hash v2.1.1
16392026-05-16T03:37:13.338Z Compiling new_debug_unreachable v1.0.6
16402026-05-16T03:37:13.428Z Compiling fixedbitset v0.5.7
16412026-05-16T03:37:13.467Z Compiling precomputed-hash v0.1.1
16422026-05-16T03:37:13.467Z Compiling jiff v0.2.21
16432026-05-16T03:37:13.580Z Compiling string_cache v0.8.9
16442026-05-16T03:37:13.600Z Compiling iddqd v0.3.18
16452026-05-16T03:37:13.693Z Compiling petgraph v0.8.3
16462026-05-16T03:37:13.721Z Compiling petgraph v0.6.5
16472026-05-16T03:37:13.741Z Compiling predicates v3.1.4
16482026-05-16T03:37:13.752Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16492026-05-16T03:37:13.785Z Compiling hickory-proto v0.25.2
16502026-05-16T03:37:13.844Z Compiling hyper-util v0.1.20
16512026-05-16T03:37:13.874Z Compiling itertools v0.13.0
16522026-05-16T03:37:14.080Z Compiling clap v4.5.60
16532026-05-16T03:37:14.162Z Compiling strum v0.26.3
16542026-05-16T03:37:14.175Z Compiling toml_edit v0.22.27
16552026-05-16T03:37:14.305Z Compiling tokio-postgres v0.7.16
16562026-05-16T03:37:14.344Z Compiling sha3 v0.10.8
16572026-05-16T03:37:14.411Z Compiling env_logger v0.11.9
16582026-05-16T03:37:14.552Z Compiling usdt v0.6.0
16592026-05-16T03:37:15.194Z Compiling usdt-impl v0.5.0
16602026-05-16T03:37:15.205Z Compiling toml v0.7.8
16612026-05-16T03:37:15.205Z Compiling serde_with v3.17.0
16622026-05-16T03:37:15.205Z Compiling ecdsa v0.16.9
16632026-05-16T03:37:15.205Z Compiling crossterm v0.28.1
16642026-05-16T03:37:15.225Z Compiling hyper-tls v0.6.0
16652026-05-16T03:37:15.249Z Compiling ed25519-dalek v2.2.0
16662026-05-16T03:37:15.407Z Compiling rsa v0.9.10
16672026-05-16T03:37:15.581Z Compiling zip v0.6.6
16682026-05-16T03:37:16.083Z Compiling zip v4.6.1
16692026-05-16T03:37:16.091Z Compiling toml_parser v1.0.9+spec-1.1.0
16702026-05-16T03:37:16.172Z Compiling tokio-stream v0.1.18
16712026-05-16T03:37:16.323Z Compiling buf-list v1.1.2
16722026-05-16T03:37:16.440Z Compiling similar v2.7.0
16732026-05-16T03:37:16.538Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16742026-05-16T03:37:16.555Z Compiling openapiv3 v2.2.0
16752026-05-16T03:37:16.586Z Compiling x509-cert v0.2.5
16762026-05-16T03:37:16.627Z Compiling sha1 v0.10.6
16772026-05-16T03:37:16.658Z Compiling crossbeam-epoch v0.9.18
16782026-05-16T03:37:16.736Z Compiling toml_datetime v0.7.5+spec-1.1.0
16792026-05-16T03:37:16.920Z Compiling peg-runtime v0.8.5
16802026-05-16T03:37:16.923Z Compiling lalrpop-util v0.19.12
16812026-05-16T03:37:16.952Z Compiling thread_local v1.1.9
16822026-05-16T03:37:16.952Z Compiling slog-async v2.8.0
16832026-05-16T03:37:17.049Z Compiling crossbeam-channel v0.5.15
16842026-05-16T03:37:17.493Z Compiling filetime v0.2.27
16852026-05-16T03:37:17.498Z Compiling is-terminal v0.4.17
16862026-05-16T03:37:17.498Z Compiling take_mut v0.2.2
16872026-05-16T03:37:17.498Z Compiling term v1.2.1
16882026-05-16T03:37:17.498Z Compiling xattr v1.6.1
16892026-05-16T03:37:17.498Z Compiling tar v0.4.45
16902026-05-16T03:37:17.536Z Compiling slog-term v2.9.2
16912026-05-16T03:37:35.082Z Compiling rustls-webpki v0.103.9
16922026-05-16T03:37:37.872Z Compiling tokio-rustls v0.26.4
16932026-05-16T03:37:37.872Z Compiling rustls-platform-verifier v0.6.2
16942026-05-16T03:37:38.071Z Compiling hyper-rustls v0.27.7
16952026-05-16T03:37:38.267Z Compiling reqwest v0.12.28
16962026-05-16T03:37:38.267Z Compiling reqwest v0.13.2
16972026-05-16T03:37:39.514Z Compiling tough v0.22.0
16982026-05-16T03:37:41.984Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16992026-05-16T03:37:42.219Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17002026-05-16T03:37:45.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.45s
17012026-05-16T03:37:45.236Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17022026-05-16T03:37:45.295ZMay 16 03:37:44.711 INFO Starting download, target: Clickhouse
17032026-05-16T03:37:45.295ZMay 16 03:37:44.711 INFO Starting download, target: DendriteStub
17042026-05-16T03:37:45.295ZMay 16 03:37:44.711 INFO Starting download, target: Console
17052026-05-16T03:37:45.295ZMay 16 03:37:44.711 INFO Starting download, target: Cockroach
17062026-05-16T03:37:45.298ZMay 16 03:37:44.711 INFO Starting download, target: MaghemiteMgd
17072026-05-16T03:37:45.298ZMay 16 03:37:44.711 INFO Starting download, target: TransceiverControl
17082026-05-16T03:37:45.298ZMay 16 03:37:44.711 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17092026-05-16T03:37:45.298ZMay 16 03:37:44.711 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17102026-05-16T03:37:45.298ZMay 16 03:37:44.711 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17112026-05-16T03:37:45.298ZMay 16 03:37:44.712 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17122026-05-16T03:37:45.298ZMay 16 03:37:44.712 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17132026-05-16T03:37:45.298ZMay 16 03:37:44.712 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17142026-05-16T03:37:46.211ZMay 16 03:37:45.614 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17152026-05-16T03:37:46.270ZMay 16 03:37:45.666 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17162026-05-16T03:37:46.431ZMay 16 03:37:45.844 INFO Download complete, target: TransceiverControl
17172026-05-16T03:37:46.519ZMay 16 03:37:45.917 INFO Download complete, target: Console
17182026-05-16T03:37:46.780ZMay 16 03:37:46.191 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17192026-05-16T03:37:46.932ZMay 16 03:37:46.347 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17202026-05-16T03:37:47.289ZMay 16 03:37:46.707 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17212026-05-16T03:37:47.289ZMay 16 03:37:46.707 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17222026-05-16T03:37:47.316ZMay 16 03:37:46.734 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17232026-05-16T03:37:49.418ZMay 16 03:37:48.835 INFO Download complete, target: DendriteStub
17242026-05-16T03:37:50.022ZMay 16 03:37:49.034 INFO Download complete, target: MaghemiteMgd
17252026-05-16T03:37:52.303ZMay 16 03:37:51.710 INFO Checking that binary works, target: Cockroach
17262026-05-16T03:37:52.452ZMay 16 03:37:51.830 INFO Download complete, target: Cockroach
17272026-05-16T03:37:54.434ZMay 16 03:37:53.851 INFO Checking that binary works, target: Clickhouse
17282026-05-16T03:37:54.546ZMay 16 03:37:53.941 INFO Download complete, target: Clickhouse
17292026-05-16T03:37:54.558ZAll prerequisites installed successfully
17302026-05-16T03:37:54.558Z
17312026-05-16T03:37:54.558Zreal 1:59.613241198
17322026-05-16T03:37:54.558Zuser 6:56.041017390
17332026-05-16T03:37:54.558Zsys 1:45.047067134
17342026-05-16T03:37:54.558Ztrap 0.271569823
17352026-05-16T03:37:54.558Ztflt 1.152122880
17362026-05-16T03:37:54.558Zdflt 1.860789610
17372026-05-16T03:37:54.558Zkflt 0.026142265
17382026-05-16T03:37:54.558Zlock 22:51.394989126
17392026-05-16T03:37:54.558Zslp 18:54.851958545
17402026-05-16T03:37:54.558Zlat 27.198014669
17412026-05-16T03:37:54.558Zstop 2:58.504846838
17422026-05-16T03:37:54.558Z+ ptime -m cargo xtask download softnpu
17432026-05-16T03:37:55.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17442026-05-16T03:37:55.491Z Running `target/debug/xtask download softnpu`
17452026-05-16T03:37:55.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17462026-05-16T03:37:55.925Z Running `target/debug/xtask-downloader softnpu`
17472026-05-16T03:37:55.961ZMay 16 03:37:55.380 INFO Starting download, target: Softnpu
17482026-05-16T03:37:55.964ZMay 16 03:37:55.380 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17492026-05-16T03:37:56.597ZMay 16 03:37:55.986 INFO Download complete, target: Softnpu
17502026-05-16T03:37:56.624Z
17512026-05-16T03:37:56.624Zreal 2.035404615
17522026-05-16T03:37:56.624Zuser 1.327696841
17532026-05-16T03:37:56.624Zsys 0.659150077
17542026-05-16T03:37:56.624Ztrap 0.000901300
17552026-05-16T03:37:56.624Ztflt 0.000061310
17562026-05-16T03:37:56.624Zdflt 0.000145110
17572026-05-16T03:37:56.624Zkflt 0.000000000
17582026-05-16T03:37:56.625Zlock 11.230176063
17592026-05-16T03:37:56.625Zslp 0.481362473
17602026-05-16T03:37:56.625Zlat 0.089896237
17612026-05-16T03:37:56.625Zstop 0.000165290
17622026-05-16T03:37:56.625Z+ export CARGO_INCREMENTAL=0
17632026-05-16T03:37:56.625Z+ CARGO_INCREMENTAL=0
17642026-05-16T03:37:56.625Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17652026-05-16T03:37:57.489Z Compiling proc-macro2 v1.0.106
17662026-05-16T03:37:57.489Z Compiling quote v1.0.45
17672026-05-16T03:37:57.489Z Compiling unicode-ident v1.0.24
17682026-05-16T03:37:57.489Z Compiling libc v0.2.185
17692026-05-16T03:37:57.499Z Compiling serde_core v1.0.228
17702026-05-16T03:37:57.499Z Compiling serde v1.0.228
17712026-05-16T03:37:57.499Z Compiling cfg-if v1.0.4
17722026-05-16T03:37:57.499Z Compiling version_check v0.9.5
17732026-05-16T03:37:57.499Z Compiling shlex v1.3.0
17742026-05-16T03:37:57.499Z Compiling find-msvc-tools v0.1.9
17752026-05-16T03:37:57.499Z Compiling typenum v1.19.0
17762026-05-16T03:37:57.629Z Compiling zmij v1.0.21
17772026-05-16T03:37:57.642Z Compiling autocfg v1.5.0
17782026-05-16T03:37:57.642Z Compiling memchr v2.8.0
17792026-05-16T03:37:57.642Z Compiling serde_json v1.0.149
17802026-05-16T03:37:57.768Z Compiling portable-atomic v1.13.1
17812026-05-16T03:37:57.928Z Compiling libm v0.2.16
17822026-05-16T03:37:57.928Z Compiling zerocopy v0.8.40
17832026-05-16T03:37:58.007Z Compiling generic-array v0.14.7
17842026-05-16T03:37:58.134Z Compiling smallvec v1.15.1
17852026-05-16T03:37:58.202Z Compiling parking_lot_core v0.9.12
17862026-05-16T03:37:58.202Z Compiling icu_normalizer_data v2.1.1
17872026-05-16T03:37:58.205Z Compiling num-traits v0.2.19
17882026-05-16T03:37:58.252Z Compiling icu_properties_data v2.1.2
17892026-05-16T03:37:58.268Z Compiling itoa v1.0.17
17902026-05-16T03:37:58.680Z Compiling getrandom v0.4.1
17912026-05-16T03:37:59.100Z Compiling log v0.4.29
17922026-05-16T03:37:59.100Z Compiling stable_deref_trait v1.2.1
17932026-05-16T03:37:59.100Z Compiling pkg-config v0.3.32
17942026-05-16T03:37:59.101Z Compiling subtle v2.6.1
17952026-05-16T03:37:59.101Z Compiling scopeguard v1.2.0
17962026-05-16T03:37:59.101Z Compiling jobserver v0.1.34
17972026-05-16T03:37:59.101Z Compiling getrandom v0.2.17
17982026-05-16T03:37:59.101Z Compiling errno v0.3.14
17992026-05-16T03:37:59.153Z Compiling lock_api v0.4.14
18002026-05-16T03:37:59.154Z Compiling rand_core v0.6.4
18012026-05-16T03:37:59.154Z Compiling cc v1.2.56
18022026-05-16T03:37:59.154Z Compiling percent-encoding v2.3.2
18032026-05-16T03:37:59.154Z Compiling litemap v0.8.1
18042026-05-16T03:37:59.154Z Compiling writeable v0.6.2
18052026-05-16T03:37:59.154Z Compiling syn v2.0.117
18062026-05-16T03:37:59.154Z Compiling fnv v1.0.7
18072026-05-16T03:37:59.154Z Compiling pin-project-lite v0.2.17
18082026-05-16T03:37:59.616Z Compiling thiserror v2.0.18
18092026-05-16T03:37:59.616Z Compiling getrandom v0.3.4
18102026-05-16T03:37:59.684Z Compiling dunce v1.0.5
18112026-05-16T03:37:59.684Z Compiling fs_extra v1.3.0
18122026-05-16T03:37:59.684Z Compiling equivalent v1.0.2
18132026-05-16T03:37:59.684Z Compiling schemars v0.8.22
18142026-05-16T03:37:59.684Z Compiling rand_core v0.10.0
18152026-05-16T03:37:59.684Z Compiling utf8_iter v1.0.4
18162026-05-16T03:37:59.684Z Compiling rustversion v1.0.22
18172026-05-16T03:37:59.684Z Compiling form_urlencoded v1.2.2
18182026-05-16T03:37:59.684Z Compiling critical-section v1.2.0
18192026-05-16T03:37:59.684Z Compiling cmake v0.1.57
18202026-05-16T03:37:59.685Z Compiling signal-hook-registry v1.4.8
18212026-05-16T03:37:59.742Z Compiling hashbrown v0.17.0
18222026-05-16T03:37:59.742Z Compiling rustix v1.1.3
18232026-05-16T03:37:59.827Z Compiling mio v1.2.0
18242026-05-16T03:38:00.061Z Compiling bitflags v2.11.0
18252026-05-16T03:38:00.095Z Compiling semver v1.0.28
18262026-05-16T03:38:00.096Z Compiling once_cell v1.21.3
18272026-05-16T03:38:00.152Z Compiling parking_lot v0.12.5
18282026-05-16T03:38:00.312Z Compiling socket2 v0.6.3
18292026-05-16T03:38:00.312Z Compiling const-oid v0.9.6
18302026-05-16T03:38:00.312Z Compiling ring v0.17.14
18312026-05-16T03:38:00.312Z Compiling aws-lc-sys v0.40.0
18322026-05-16T03:38:00.332Z Compiling indexmap v2.14.0
18332026-05-16T03:38:00.388Z Compiling aws-lc-rs v1.16.3
18342026-05-16T03:38:00.531Z Compiling futures-core v0.3.32
18352026-05-16T03:38:00.597Z Compiling httparse v1.10.1
18362026-05-16T03:38:00.653Z Compiling vcpkg v0.2.15
18372026-05-16T03:38:00.681Z Compiling strsim v0.11.1
18382026-05-16T03:38:00.681Z Compiling thiserror v1.0.69
18392026-05-16T03:38:00.824Z Compiling byteorder v1.5.0
18402026-05-16T03:38:00.914Z Compiling ucd-trie v0.1.7
18412026-05-16T03:38:00.971Z Compiling iana-time-zone v0.1.65
18422026-05-16T03:38:01.019Z Compiling heck v0.5.0
18432026-05-16T03:38:01.110Z Compiling ident_case v1.0.1
18442026-05-16T03:38:01.133Z Compiling pest v2.8.6
18452026-05-16T03:38:01.134Z Compiling regex-syntax v0.8.10
18462026-05-16T03:38:01.134Z Compiling syn v1.0.109
18472026-05-16T03:38:01.134Z Compiling uuid v1.23.0
18482026-05-16T03:38:01.141Z Compiling cpufeatures v0.2.17
18492026-05-16T03:38:01.169Z Compiling openssl-sys v0.9.115
18502026-05-16T03:38:01.234Z Compiling rustls v0.23.37
18512026-05-16T03:38:01.441Z Compiling futures-sink v0.3.32
18522026-05-16T03:38:01.479Z Compiling rustc_version v0.4.1
18532026-05-16T03:38:01.597Z Compiling futures-channel v0.3.32
18542026-05-16T03:38:01.617Z Compiling futures-task v0.3.32
18552026-05-16T03:38:01.702Z Compiling slab v0.4.12
18562026-05-16T03:38:01.720Z Compiling futures-io v0.3.32
18572026-05-16T03:38:01.763Z Compiling synstructure v0.13.2
18582026-05-16T03:38:01.780Z Compiling serde_derive_internals v0.29.1
18592026-05-16T03:38:01.838Z Compiling aho-corasick v1.1.4
18602026-05-16T03:38:01.967Z Compiling dyn-clone v1.0.20
18612026-05-16T03:38:02.152Z Compiling crc32fast v1.5.0
18622026-05-16T03:38:02.185Z Compiling openssl v0.10.79
18632026-05-16T03:38:02.204Z Compiling pest_meta v2.8.6
18642026-05-16T03:38:02.214Z Compiling plain v0.2.3
18652026-05-16T03:38:02.253Z Compiling base64 v0.22.1
18662026-05-16T03:38:02.300Z Compiling time-core v0.1.8
18672026-05-16T03:38:02.380Z Compiling crossbeam-utils v0.8.21
18682026-05-16T03:38:02.470Z Compiling num-conv v0.2.0
18692026-05-16T03:38:02.611Z Compiling native-tls v0.2.18
18702026-05-16T03:38:02.635Z Compiling pretty-hex v0.4.1
18712026-05-16T03:38:02.664Z Compiling time-macros v0.2.27
18722026-05-16T03:38:02.708Z Compiling regex-automata v0.4.14
18732026-05-16T03:38:02.773Z Compiling base64ct v1.8.3
18742026-05-16T03:38:02.773Z Compiling anyhow v1.0.102
18752026-05-16T03:38:02.804Z Compiling darling_core v0.21.3
18762026-05-16T03:38:02.832Z Compiling pest_generator v2.8.6
18772026-05-16T03:38:02.874Z Compiling tracing-core v0.1.36
18782026-05-16T03:38:03.060Z Compiling pem-rfc7468 v0.7.0
18792026-05-16T03:38:03.107Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18802026-05-16T03:38:03.107Z Compiling serde_derive v1.0.228
18812026-05-16T03:38:03.256Z Compiling zeroize_derive v1.4.3
18822026-05-16T03:38:03.286Z Compiling zerofrom-derive v0.1.6
18832026-05-16T03:38:03.321Z Compiling yoke-derive v0.8.1
18842026-05-16T03:38:03.321Z Compiling zerovec-derive v0.11.2
18852026-05-16T03:38:03.892Z Compiling displaydoc v0.2.5
18862026-05-16T03:38:03.929Z Compiling zerocopy-derive v0.8.40
18872026-05-16T03:38:03.929Z Compiling tokio-macros v2.7.0
18882026-05-16T03:38:03.929Z Compiling futures-macro v0.3.32
18892026-05-16T03:38:03.949Z Compiling zeroize v1.8.2
18902026-05-16T03:38:04.147Z Compiling thiserror-impl v2.0.18
18912026-05-16T03:38:04.162Z Compiling schemars_derive v0.8.22
18922026-05-16T03:38:04.230Z Compiling tracing-attributes v0.1.31
18932026-05-16T03:38:04.324Z Compiling der_derive v0.7.3
18942026-05-16T03:38:04.381Z Compiling thiserror-impl v1.0.69
18952026-05-16T03:38:04.409Z Compiling zerofrom v0.1.6
18962026-05-16T03:38:04.552Z Compiling yoke v0.8.1
18972026-05-16T03:38:04.664Z Compiling crypto-common v0.1.7
18982026-05-16T03:38:04.761Z Compiling zerovec v0.11.5
18992026-05-16T03:38:04.781Z Compiling zerotrie v0.2.3
19002026-05-16T03:38:05.310Z Compiling block-buffer v0.10.4
19012026-05-16T03:38:05.315Z Compiling digest v0.10.7
19022026-05-16T03:38:05.320Z Compiling tinystr v0.8.2
19032026-05-16T03:38:05.346Z Compiling potential_utf v0.1.4
19042026-05-16T03:38:05.370Z Compiling pest_derive v2.8.6
19052026-05-16T03:38:05.394Z Compiling futures-util v0.3.32
19062026-05-16T03:38:05.473Z Compiling icu_collections v2.1.1
19072026-05-16T03:38:05.490Z Compiling hmac v0.12.1
19082026-05-16T03:38:05.518Z Compiling icu_locale_core v2.1.1
19092026-05-16T03:38:05.585Z Compiling block-padding v0.3.3
19102026-05-16T03:38:05.752Z Compiling inout v0.1.4
19112026-05-16T03:38:06.210Z Compiling rustls-pki-types v1.14.0
19122026-05-16T03:38:06.213Z Compiling openssl-macros v0.1.1
19132026-05-16T03:38:06.213Z Compiling bytes v1.11.1
19142026-05-16T03:38:06.241Z Compiling icu_provider v2.1.1
19152026-05-16T03:38:06.268Z Compiling chrono v0.4.44
19162026-05-16T03:38:06.335Z Compiling serde_tokenstream v0.2.3
19172026-05-16T03:38:06.351Z Compiling cipher v0.4.4
19182026-05-16T03:38:06.605Z Compiling icu_normalizer v2.1.1
19192026-05-16T03:38:06.650Z Compiling icu_properties v2.1.2
19202026-05-16T03:38:06.667Z Compiling tokio v1.52.1
19212026-05-16T03:38:06.728Z Compiling sha2 v0.10.9
19222026-05-16T03:38:07.183Z Compiling scroll_derive v0.13.1
19232026-05-16T03:38:07.544Z Compiling scroll_derive v0.12.1
19242026-05-16T03:38:07.883Z Compiling idna_adapter v1.2.1
19252026-05-16T03:38:07.946Z Compiling ppv-lite86 v0.2.21
19262026-05-16T03:38:08.043Z Compiling idna v1.1.0
19272026-05-16T03:38:08.507Z Compiling http v1.4.0
19282026-05-16T03:38:08.524Z Compiling untrusted v0.9.0
19292026-05-16T03:38:08.524Z Compiling flagset v0.4.7
19302026-05-16T03:38:08.524Z Compiling tracing v0.1.44
19312026-05-16T03:38:08.524Z Compiling darling_macro v0.21.3
19322026-05-16T03:38:08.524Z Compiling regex v1.12.3
19332026-05-16T03:38:08.524Z Compiling url v2.5.8
19342026-05-16T03:38:08.525Z Compiling der v0.7.10
19352026-05-16T03:38:08.698Z Compiling zerocopy-derive v0.7.35
19362026-05-16T03:38:08.735Z Compiling rand_core v0.9.5
19372026-05-16T03:38:08.750Z Compiling slog v2.8.2
19382026-05-16T03:38:09.242Z Compiling spki v0.7.3
19392026-05-16T03:38:09.461Z Compiling darling v0.21.3
19402026-05-16T03:38:09.482Z Compiling salsa20 v0.10.2
19412026-05-16T03:38:09.535Z Compiling pbkdf2 v0.12.2
19422026-05-16T03:38:10.011Z Compiling cookie v0.18.1
19432026-05-16T03:38:10.028Z Compiling camino v1.2.2
19442026-05-16T03:38:10.734Z Compiling scrypt v0.11.0
19452026-05-16T03:38:10.738Z Compiling rand_chacha v0.9.0
19462026-05-16T03:38:10.738Z Compiling tokio-util v0.7.18
19472026-05-16T03:38:10.738Z Compiling http-body v1.0.1
19482026-05-16T03:38:10.738Z Compiling aes v0.8.4
19492026-05-16T03:38:10.738Z Compiling cbc v0.1.2
19502026-05-16T03:38:10.738Z Compiling usdt-impl v0.5.0
19512026-05-16T03:38:10.747Z Compiling unicode-segmentation v1.12.0
19522026-05-16T03:38:10.786Z Compiling usdt-impl v0.6.0
19532026-05-16T03:38:10.863Z Compiling openssl-probe v0.2.1
19542026-05-16T03:38:10.876Z Compiling paste v1.0.15
19552026-05-16T03:38:10.959Z Compiling untrusted v0.7.1
19562026-05-16T03:38:11.022Z Compiling ref-cast v1.0.25
19572026-05-16T03:38:11.057Z Compiling tinyvec_macros v0.1.1
19582026-05-16T03:38:11.107Z Compiling atomic-waker v1.1.2
19592026-05-16T03:38:11.620Z Compiling either v1.15.0
19602026-05-16T03:38:12.030Z Compiling winnow v0.7.14
19612026-05-16T03:38:12.030Z Compiling tinyvec v1.10.0
19622026-05-16T03:38:12.030Z Compiling pkcs5 v0.7.1
19632026-05-16T03:38:12.031Z Compiling rand v0.9.2
19642026-05-16T03:38:12.068Z Compiling scroll v0.12.0
19652026-05-16T03:38:12.068Z Compiling scroll v0.13.0
19662026-05-16T03:38:12.068Z Compiling serde_spanned v0.6.9
19672026-05-16T03:38:12.068Z Compiling toml_datetime v0.6.11
19682026-05-16T03:38:12.068Z Compiling async-trait v0.1.89
19692026-05-16T03:38:12.068Z Compiling heapless v0.7.17
19702026-05-16T03:38:12.068Z Compiling bzip2-sys v0.1.13+1.0.8
19712026-05-16T03:38:12.068Z Compiling try-lock v0.2.5
19722026-05-16T03:38:12.108Z Compiling tower-service v0.3.3
19732026-05-16T03:38:12.182Z Compiling signal-hook v0.3.18
19742026-05-16T03:38:12.345Z Compiling tower-layer v0.3.3
19752026-05-16T03:38:12.381Z Compiling zstd-safe v7.2.4
19762026-05-16T03:38:12.497Z Compiling fastrand v2.3.0
19772026-05-16T03:38:12.547Z Compiling h2 v0.4.13
19782026-05-16T03:38:12.563Z Compiling toml_parser v1.0.9+spec-1.1.0
19792026-05-16T03:38:12.579Z Compiling want v0.3.1
19802026-05-16T03:38:12.884Z Compiling goblin v0.10.5
19812026-05-16T03:38:12.902Z Compiling goblin v0.8.2
19822026-05-16T03:38:12.902Z Compiling pkcs8 v0.10.2
19832026-05-16T03:38:13.147Z Compiling heck v0.4.1
19842026-05-16T03:38:13.178Z Compiling zerocopy v0.7.35
19852026-05-16T03:38:13.191Z Compiling ipnet v2.11.0
19862026-05-16T03:38:13.366Z Compiling ref-cast-impl v1.0.25
19872026-05-16T03:38:13.459Z Compiling curve25519-dalek v4.1.3
19882026-05-16T03:38:13.684Z Compiling darling_core v0.20.11
19892026-05-16T03:38:13.698Z Compiling toml_datetime v0.7.5+spec-1.1.0
19902026-05-16T03:38:13.766Z Compiling memoffset v0.9.1
19912026-05-16T03:38:13.987Z Compiling pin-utils v0.1.0
19922026-05-16T03:38:14.002Z Compiling httpdate v1.0.3
19932026-05-16T03:38:14.160Z Compiling rustix v0.38.44
19942026-05-16T03:38:14.344Z Compiling litrs v1.0.0
19952026-05-16T03:38:14.404Z Compiling winnow v0.5.40
19962026-05-16T03:38:14.524Z Compiling foreign-types-shared v0.1.1
19972026-05-16T03:38:14.549Z Compiling tempfile v3.25.0
19982026-05-16T03:38:14.622Z Compiling foreign-types v0.3.2
19992026-05-16T03:38:14.794Z Compiling document-features v0.2.12
20002026-05-16T03:38:15.006Z Compiling unicode-normalization v0.1.25
20012026-05-16T03:38:15.370Z Compiling dof v0.3.0
20022026-05-16T03:38:15.383Z Compiling dtrace-parser v0.2.0
20032026-05-16T03:38:15.516Z Compiling dof v0.4.0
20042026-05-16T03:38:15.550Z Compiling hyper v1.8.1
20052026-05-16T03:38:15.647Z Compiling darling_macro v0.20.11
20062026-05-16T03:38:15.860Z Compiling toml_edit v0.19.15
20072026-05-16T03:38:15.929Z Compiling dtrace-parser v0.3.0
20082026-05-16T03:38:15.970Z Compiling daft-derive v0.1.5
20092026-05-16T03:38:16.100Z Compiling pin-project-internal v1.1.11
20102026-05-16T03:38:16.167Z Compiling spin v0.9.8
20112026-05-16T03:38:16.214Z Compiling thread-id v5.1.0
20122026-05-16T03:38:16.248Z Compiling thread-id v4.2.2
20132026-05-16T03:38:16.265Z Compiling smoltcp v0.9.1
20142026-05-16T03:38:16.406Z Compiling powerfmt v0.2.0
20152026-05-16T03:38:16.556Z Compiling num-bigint-dig v0.8.6
20162026-05-16T03:38:16.570Z Compiling cfg_aliases v0.2.1
20172026-05-16T03:38:16.586Z Compiling deranged v0.5.8
20182026-05-16T03:38:16.663Z Compiling nix v0.31.2
20192026-05-16T03:38:16.716Z Compiling hyper-util v0.1.20
20202026-05-16T03:38:16.773Z Compiling darling v0.20.11
20212026-05-16T03:38:17.162Z Compiling rustls-native-certs v0.8.3
20222026-05-16T03:38:17.201Z Compiling ipnetwork v0.21.1
20232026-05-16T03:38:17.546Z Compiling curve25519-dalek-derive v0.1.1
20242026-05-16T03:38:17.757Z Compiling strum_macros v0.26.4
20252026-05-16T03:38:17.872Z Compiling sync_wrapper v1.0.2
20262026-05-16T03:38:17.993Z Compiling wait-timeout v0.2.1
20272026-05-16T03:38:18.173Z Compiling bit-vec v0.8.0
20282026-05-16T03:38:18.249Z Compiling anstyle v1.0.13
20292026-05-16T03:38:18.403Z Compiling siphasher v1.0.2
20302026-05-16T03:38:18.417Z Compiling quick-error v1.2.3
20312026-05-16T03:38:18.426Z Compiling simd-adler32 v0.3.8
20322026-05-16T03:38:18.430Z Compiling utf8parse v0.2.2
20332026-05-16T03:38:18.488Z Compiling num_threads v0.1.7
20342026-05-16T03:38:18.570Z Compiling anstyle-parse v0.2.7
20352026-05-16T03:38:18.594Z Compiling rusty-fork v0.3.1
20362026-05-16T03:38:18.709Z Compiling time v0.3.47
20372026-05-16T03:38:18.772Z Compiling bit-set v0.8.0
20382026-05-16T03:38:18.896Z Compiling tower v0.5.3
20392026-05-16T03:38:19.153Z Compiling derive_builder_core v0.20.2
20402026-05-16T03:38:19.217Z Compiling snafu-derive v0.8.9
20412026-05-16T03:38:19.671Z Compiling http-body-util v0.1.3
20422026-05-16T03:38:19.871Z Compiling webpki-roots v1.0.6
20432026-05-16T03:38:19.955Z Compiling rand_xorshift v0.4.0
20442026-05-16T03:38:19.971Z Compiling signature v2.2.0
20452026-05-16T03:38:20.016Z Compiling hubpack_derive v0.1.1
20462026-05-16T03:38:20.068Z Compiling strum_macros v0.27.2
20472026-05-16T03:38:20.173Z Compiling fs-err v3.3.0
20482026-05-16T03:38:20.189Z Compiling ahash v0.8.12
20492026-05-16T03:38:20.328Z Compiling encoding_rs v0.8.35
20502026-05-16T03:38:20.386Z Compiling iri-string v0.7.10
20512026-05-16T03:38:20.450Z Compiling adler2 v2.0.1
20522026-05-16T03:38:20.546Z Compiling anstyle-query v1.1.5
20532026-05-16T03:38:20.551Z Compiling mime v0.3.17
20542026-05-16T03:38:20.596Z Compiling is_terminal_polyfill v1.70.2
20552026-05-16T03:38:20.626Z Compiling object v0.37.3
20562026-05-16T03:38:20.641Z Compiling ryu v1.0.23
20572026-05-16T03:38:20.659Z Compiling colorchoice v1.0.4
20582026-05-16T03:38:20.796Z Compiling unicode-properties v0.1.4
20592026-05-16T03:38:20.796Z Compiling unicode-bidi v0.3.18
20602026-05-16T03:38:20.834Z Compiling unarray v0.1.4
20612026-05-16T03:38:20.838Z Compiling allocator-api2 v0.2.21
20622026-05-16T03:38:20.962Z Compiling proptest v1.10.0
20632026-05-16T03:38:20.976Z Compiling serde_urlencoded v0.7.1
20642026-05-16T03:38:21.197Z Compiling stringprep v0.1.5
20652026-05-16T03:38:21.218Z Compiling anstream v0.6.21
20662026-05-16T03:38:21.315Z Compiling miniz_oxide v0.8.9
20672026-05-16T03:38:21.541Z Compiling tower-http v0.6.8
20682026-05-16T03:38:21.588Z Compiling derive_builder_macro v0.20.2
20692026-05-16T03:38:21.641Z Compiling tokio-native-tls v0.3.1
20702026-05-16T03:38:21.808Z Compiling usdt-macro v0.6.0
20712026-05-16T03:38:21.843Z Compiling usdt-attr-macro v0.6.0
20722026-05-16T03:38:22.150Z Compiling rand_chacha v0.3.1
20732026-05-16T03:38:22.214Z Compiling erased-serde v0.3.31
20742026-05-16T03:38:22.287Z Compiling md-5 v0.10.6
20752026-05-16T03:38:22.318Z Compiling bstr v1.12.1
20762026-05-16T03:38:22.466Z Compiling num-integer v0.1.46
20772026-05-16T03:38:22.553Z Compiling hash32 v0.2.1
20782026-05-16T03:38:22.570Z Compiling vergen-lib v0.1.6
20792026-05-16T03:38:22.580Z Compiling ff v0.13.1
20802026-05-16T03:38:22.739Z Compiling zlib-rs v0.6.2
20812026-05-16T03:38:22.766Z Compiling fallible-iterator v0.2.0
20822026-05-16T03:38:22.818Z Compiling base16ct v0.2.0
20832026-05-16T03:38:22.852Z Compiling psl-types v2.0.11
20842026-05-16T03:38:22.996Z Compiling newtype-uuid v1.3.2
20852026-05-16T03:38:23.015Z Compiling publicsuffix v2.3.0
20862026-05-16T03:38:23.036Z Compiling sec1 v0.7.3
20872026-05-16T03:38:23.051Z Compiling group v0.13.0
20882026-05-16T03:38:23.099Z Compiling postgres-protocol v0.6.10
20892026-05-16T03:38:23.211Z Compiling num-iter v0.1.45
20902026-05-16T03:38:23.358Z Compiling rand v0.8.6
20912026-05-16T03:38:23.846Z Compiling oxnet v0.1.4
20922026-05-16T03:38:23.928Z Compiling derive_builder v0.20.2
20932026-05-16T03:38:24.022Z Compiling hyper-tls v0.6.0
20942026-05-16T03:38:24.072Z Compiling phf_shared v0.13.1
20952026-05-16T03:38:24.257Z Compiling pin-project v1.1.11
20962026-05-16T03:38:24.294Z Compiling lazy_static v1.5.0
20972026-05-16T03:38:24.383Z Compiling terminal_size v0.4.3
20982026-05-16T03:38:24.445Z Compiling serde_with_macros v3.17.0
20992026-05-16T03:38:24.526Z Compiling futures-executor v0.3.32
21002026-05-16T03:38:24.539Z Compiling hex v0.4.3
21012026-05-16T03:38:24.629Z Compiling cargo-platform v0.1.9
21022026-05-16T03:38:25.092Z Compiling hkdf v0.12.4
21032026-05-16T03:38:25.502Z Compiling crypto-bigint v0.5.5
21042026-05-16T03:38:25.502Z Compiling flate2 v1.1.9
21052026-05-16T03:38:25.503Z Compiling async-recursion v1.1.1
21062026-05-16T03:38:25.503Z Compiling serde_repr v0.1.20
21072026-05-16T03:38:25.503Z Compiling clap_derive v4.5.55
21082026-05-16T03:38:25.503Z Compiling enum-as-inner v0.6.1
21092026-05-16T03:38:25.503Z Compiling vergen v9.0.6
21102026-05-16T03:38:25.507Z Compiling clap_lex v1.0.0
21112026-05-16T03:38:25.507Z Compiling libbz2-rs-sys v0.2.2
21122026-05-16T03:38:25.507Z Compiling same-file v1.0.6
21132026-05-16T03:38:25.507Z Compiling managed v0.8.0
21142026-05-16T03:38:25.507Z Compiling bitflags v1.3.2
21152026-05-16T03:38:25.577Z Compiling foldhash v0.2.0
21162026-05-16T03:38:25.598Z Compiling foldhash v0.1.5
21172026-05-16T03:38:25.717Z Compiling bumpalo v3.20.2
21182026-05-16T03:38:25.851Z Compiling hashbrown v0.16.1
21192026-05-16T03:38:25.856Z Compiling hashbrown v0.15.5
21202026-05-16T03:38:25.857Z Compiling bzip2 v0.6.1
21212026-05-16T03:38:25.857Z Compiling elliptic-curve v0.13.8
21222026-05-16T03:38:25.998Z Compiling zopfli v0.8.3
21232026-05-16T03:38:26.037Z Compiling clap_builder v4.5.60
21242026-05-16T03:38:26.061Z Compiling walkdir v2.5.0
21252026-05-16T03:38:26.425Z Compiling cargo_metadata v0.19.2
21262026-05-16T03:38:26.445Z Compiling futures v0.3.32
21272026-05-16T03:38:26.724Z Compiling snafu v0.8.9
21282026-05-16T03:38:26.777Z Compiling zstd v0.13.3
21292026-05-16T03:38:27.276Z Compiling phf v0.13.1
21302026-05-16T03:38:27.295Z Compiling signal-hook-mio v0.2.5
21312026-05-16T03:38:27.295Z Compiling daft v0.1.5
21322026-05-16T03:38:27.296Z Compiling cookie_store v0.22.1
21332026-05-16T03:38:27.296Z Compiling postgres-types v0.2.12
21342026-05-16T03:38:27.310Z Compiling bzip2 v0.4.4
21352026-05-16T03:38:27.382Z Compiling globset v0.4.18
21362026-05-16T03:38:27.529Z Compiling strum v0.27.2
21372026-05-16T03:38:27.611Z Compiling hubpack v0.1.2
21382026-05-16T03:38:27.693Z Compiling ed25519 v2.2.3
21392026-05-16T03:38:27.750Z Compiling phf_shared v0.11.3
21402026-05-16T03:38:27.790Z Compiling crossbeam-epoch v0.9.18
21412026-05-16T03:38:27.878Z Compiling olpc-cjson v0.1.4
21422026-05-16T03:38:27.894Z Compiling pkcs1 v0.7.5
21432026-05-16T03:38:27.927Z Compiling pem v3.0.6
21442026-05-16T03:38:28.045Z Compiling serde-big-array v0.5.1
21452026-05-16T03:38:28.663Z Compiling serde_plain v1.0.2
21462026-05-16T03:38:28.855Z Compiling rfc6979 v0.4.0
21472026-05-16T03:38:28.855Z Compiling float-cmp v0.10.0
21482026-05-16T03:38:28.855Z Compiling memmap2 v0.9.10
21492026-05-16T03:38:28.855Z Compiling env_filter v1.0.0
21502026-05-16T03:38:28.855Z Compiling data-encoding v2.10.0
21512026-05-16T03:38:28.855Z Compiling jiff v0.2.21
21522026-05-16T03:38:28.855Z Compiling toml_write v0.1.2
21532026-05-16T03:38:28.855Z Compiling static_assertions v1.1.0
21542026-05-16T03:38:28.855Z Compiling normalize-line-endings v0.3.0
21552026-05-16T03:38:28.855Z Compiling keccak v0.1.6
21562026-05-16T03:38:28.855Z Compiling precomputed-hash v0.1.1
21572026-05-16T03:38:28.855Z Compiling whoami v2.1.0
21582026-05-16T03:38:28.855Z Compiling typed-path v0.9.3
21592026-05-16T03:38:28.855Z Compiling fixedbitset v0.4.2
21602026-05-16T03:38:28.855Z Compiling difflib v0.4.0
21612026-05-16T03:38:28.855Z Compiling predicates-core v1.0.10
21622026-05-16T03:38:28.855Z Compiling new_debug_unreachable v1.0.6
21632026-05-16T03:38:28.906Z Compiling rustc-hash v2.1.1
21642026-05-16T03:38:28.906Z Compiling fixedbitset v0.5.7
21652026-05-16T03:38:28.906Z Compiling string_cache v0.8.9
21662026-05-16T03:38:28.906Z Compiling tokio-postgres v0.7.16
21672026-05-16T03:38:28.906Z Compiling predicates v3.1.4
21682026-05-16T03:38:28.934Z Compiling iddqd v0.3.18
21692026-05-16T03:38:28.934Z Compiling petgraph v0.6.5
21702026-05-16T03:38:29.043Z Compiling petgraph v0.8.3
21712026-05-16T03:38:29.068Z Compiling sha3 v0.10.8
21722026-05-16T03:38:29.084Z Compiling hickory-proto v0.25.2
21732026-05-16T03:38:29.348Z Compiling toml_edit v0.22.27
21742026-05-16T03:38:29.430Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21752026-05-16T03:38:29.632Z Compiling env_logger v0.11.9
21762026-05-16T03:38:29.725Z Compiling usdt v0.6.0
21772026-05-16T03:38:29.967Z Compiling ecdsa v0.16.9
21782026-05-16T03:38:30.011Z Compiling rsa v0.9.10
21792026-05-16T03:38:30.388Z Compiling ed25519-dalek v2.2.0
21802026-05-16T03:38:30.823Z Compiling clap v4.5.60
21812026-05-16T03:38:30.855Z Compiling zip v4.6.1
21822026-05-16T03:38:30.890Z Compiling zip v0.6.6
21832026-05-16T03:38:30.924Z Compiling crossterm v0.28.1
21842026-05-16T03:38:31.514Z Compiling serde_with v3.17.0
21852026-05-16T03:38:31.654Z Compiling similar v2.7.0
21862026-05-16T03:38:31.669Z Compiling strum v0.26.3
21872026-05-16T03:38:32.092Z Compiling toml v0.7.8
21882026-05-16T03:38:32.106Z Compiling itertools v0.13.0
21892026-05-16T03:38:32.106Z Compiling tokio-stream v0.1.18
21902026-05-16T03:38:32.106Z Compiling buf-list v1.1.2
21912026-05-16T03:38:32.248Z Compiling x509-cert v0.2.5
21922026-05-16T03:38:32.369Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21932026-05-16T03:38:32.417Z Compiling openapiv3 v2.2.0
21942026-05-16T03:38:32.685Z Compiling sha1 v0.10.6
21952026-05-16T03:38:32.858Z Compiling peg-runtime v0.8.5
21962026-05-16T03:38:33.032Z Compiling lalrpop-util v0.19.12
21972026-05-16T03:38:48.082Z Compiling rustls-webpki v0.103.9
21982026-05-16T03:38:49.463Z Compiling macaddr v1.0.1
21992026-05-16T03:38:49.475Z Compiling structmeta-derive v0.3.0
22002026-05-16T03:38:49.553Z Compiling rayon-core v1.13.0
22012026-05-16T03:38:49.570Z Compiling crucible-workspace-hack v0.1.0
22022026-05-16T03:38:49.672Z Compiling itertools v0.14.0
22032026-05-16T03:38:49.747Z Compiling secrecy v0.10.3
22042026-05-16T03:38:49.793Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22052026-05-16T03:38:49.797Z Compiling heapless v0.8.0
22062026-05-16T03:38:49.797Z Compiling rustls v0.22.4
22072026-05-16T03:38:49.974Z Compiling crossbeam-deque v0.8.6
22082026-05-16T03:38:50.015Z Compiling toml_edit v0.23.10+spec-1.0.0
22092026-05-16T03:38:50.146Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22102026-05-16T03:38:50.620Z Compiling rustls-webpki v0.102.8
22112026-05-16T03:38:50.623Z Compiling hash32 v0.3.1
22122026-05-16T03:38:50.623Z Compiling multer v3.1.0
22132026-05-16T03:38:50.623Z Compiling thread_local v1.1.9
22142026-05-16T03:38:50.623Z Compiling structmeta v0.3.0
22152026-05-16T03:38:50.623Z Compiling slog-async v2.8.0
22162026-05-16T03:38:50.623Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22172026-05-16T03:38:50.656Z Compiling compression-core v0.4.31
22182026-05-16T03:38:50.678Z Compiling match_cfg v0.1.0
22192026-05-16T03:38:50.776Z Compiling unicode-width v0.2.0
22202026-05-16T03:38:51.191Z Compiling smoltcp v0.11.0
22212026-05-16T03:38:51.195Z Compiling hostname v0.3.1
22222026-05-16T03:38:51.195Z Compiling compression-codecs v0.4.37
22232026-05-16T03:38:51.195Z Compiling derive-ex v0.1.8
22242026-05-16T03:38:51.196Z Compiling proc-macro-crate v3.4.0
22252026-05-16T03:38:51.196Z Compiling ingot-macros v0.1.1
22262026-05-16T03:38:51.196Z Compiling slog-json v2.6.1
22272026-05-16T03:38:51.196Z Compiling crossbeam-channel v0.5.15
22282026-05-16T03:38:51.240Z Compiling half v2.7.1
22292026-05-16T03:38:51.398Z Compiling newtype-uuid-macros v0.1.0
22302026-05-16T03:38:51.424Z Compiling cobs v0.3.0
22312026-05-16T03:38:51.523Z Compiling thiserror-impl-no-std v2.0.2
22322026-05-16T03:38:51.613Z Compiling universal-hash v0.5.1
22332026-05-16T03:38:51.761Z Compiling async-stream-impl v0.3.6
22342026-05-16T03:38:51.791Z Compiling serde_spanned v1.0.4
22352026-05-16T03:38:51.839Z Compiling toml_datetime v1.0.0+spec-1.1.0
22362026-05-16T03:38:51.970Z Compiling tokio-rustls v0.26.4
22372026-05-16T03:38:52.085Z Compiling rustls-platform-verifier v0.6.2
22382026-05-16T03:38:52.138Z Compiling is-terminal v0.4.17
22392026-05-16T03:38:52.257Z Compiling hyper-rustls v0.27.7
22402026-05-16T03:38:52.275Z Compiling proc-macro-error-attr v1.0.4
22412026-05-16T03:38:52.297Z Compiling dropshot v0.17.0
22422026-05-16T03:38:52.312Z Compiling take_mut v0.2.2
22432026-05-16T03:38:52.330Z Compiling toml_writer v1.0.6+spec-1.1.0
22442026-05-16T03:38:52.427Z Compiling ciborium-io v0.2.2
22452026-05-16T03:38:52.458Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22462026-05-16T03:38:52.497Z Compiling reqwest v0.12.28
22472026-05-16T03:38:52.524Z Compiling reqwest v0.13.2
22482026-05-16T03:38:52.551Z Compiling convert_case v0.4.0
22492026-05-16T03:38:52.566Z Compiling opaque-debug v0.3.1
22502026-05-16T03:38:52.592Z Compiling term v1.2.1
22512026-05-16T03:38:52.611Z Compiling thiserror-no-std v2.0.2
22522026-05-16T03:38:52.624Z Compiling toml v1.0.6+spec-1.1.0
22532026-05-16T03:38:52.654Z Compiling poly1305 v0.8.0
22542026-05-16T03:38:52.731Z Compiling ciborium-ll v0.2.2
22552026-05-16T03:38:52.815Z Compiling test-strategy v0.4.5
22562026-05-16T03:38:52.950Z Compiling derive_more v0.99.20
22572026-05-16T03:38:52.967Z Compiling tokio-rustls v0.25.0
22582026-05-16T03:38:53.030Z Compiling slog-term v2.9.2
22592026-05-16T03:38:53.325Z Compiling async-stream v0.3.6
22602026-05-16T03:38:53.948Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22612026-05-16T03:38:53.956Z Compiling ingot-types v0.1.2
22622026-05-16T03:38:53.956Z Compiling postcard v1.1.3
22632026-05-16T03:38:54.141Z Compiling tough v0.22.0
22642026-05-16T03:38:54.192Z Compiling ingot v0.1.1
22652026-05-16T03:38:54.267Z Compiling num_enum_derive v0.7.5
22662026-05-16T03:38:54.411Z Compiling slog-bunyan v2.5.0
22672026-05-16T03:38:54.518Z Compiling async-compression v0.4.41
22682026-05-16T03:38:54.620Z Compiling parse-display-derive v0.10.0
22692026-05-16T03:38:55.081Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22702026-05-16T03:38:55.106Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22712026-05-16T03:38:55.214Z Compiling proc-macro-crate v1.3.1
22722026-05-16T03:38:55.277Z Compiling backon v1.6.0
22732026-05-16T03:38:55.514Z Compiling waitgroup v0.1.2
22742026-05-16T03:38:55.558Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22752026-05-16T03:38:55.609Z Compiling password-hash v0.5.0
22762026-05-16T03:38:55.686Z Compiling chacha20 v0.9.1
22772026-05-16T03:38:55.758Z Compiling dropshot_endpoint v0.17.0
22782026-05-16T03:38:55.772Z Compiling rustls-pemfile v2.2.0
22792026-05-16T03:38:55.996Z Compiling blake2 v0.10.6
22802026-05-16T03:38:56.033Z Compiling aead v0.5.2
22812026-05-16T03:38:56.110Z Compiling foreign-types-macros v0.2.3
22822026-05-16T03:38:56.242Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22832026-05-16T03:38:56.351Z Compiling serde_path_to_error v0.1.20
22842026-05-16T03:38:56.401Z Compiling hostname v0.4.2
22852026-05-16T03:38:56.557Z Compiling proc-macro-error v1.0.4
22862026-05-16T03:38:56.580Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22872026-05-16T03:38:56.593Z Compiling instant v0.1.13
22882026-05-16T03:38:56.615Z Compiling foreign-types-shared v0.3.1
22892026-05-16T03:38:57.078Z Compiling cpufeatures v0.3.0
22902026-05-16T03:38:57.132Z Compiling typeid v1.0.3
22912026-05-16T03:38:57.132Z Compiling debug-ignore v1.0.5
22922026-05-16T03:38:57.132Z Compiling chacha20 v0.10.0
22932026-05-16T03:38:57.132Z Compiling foreign-types v0.5.0
22942026-05-16T03:38:57.132Z Compiling backoff v0.4.0
22952026-05-16T03:38:57.132Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22962026-05-16T03:38:57.132Z Compiling argon2 v0.5.3
22972026-05-16T03:38:57.132Z Compiling chacha20poly1305 v0.10.1
22982026-05-16T03:38:57.132Z Compiling parse-display v0.10.0
22992026-05-16T03:38:57.132Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23002026-05-16T03:38:57.132Z Compiling num_enum_derive v0.5.11
23012026-05-16T03:38:57.132Z Compiling num_enum v0.7.5
23022026-05-16T03:38:57.133Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23032026-05-16T03:38:57.133Z Compiling ciborium v0.2.2
23042026-05-16T03:38:57.319Z Compiling vsss-rs v3.3.4
23052026-05-16T03:38:57.430Z Compiling tabwriter v1.4.1
23062026-05-16T03:38:57.625Z Compiling regress v0.10.5
23072026-05-16T03:38:57.683Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23082026-05-16T03:38:58.138Z Compiling byte-wrapper v0.1.0
23092026-05-16T03:38:58.213Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23102026-05-16T03:38:58.213Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23112026-05-16T03:38:58.213Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23122026-05-16T03:38:58.213Z Compiling cstr-argument v0.1.2
23132026-05-16T03:38:58.213Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23142026-05-16T03:38:58.213Z Compiling erased-serde v0.4.9
23152026-05-16T03:38:58.213Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23162026-05-16T03:38:58.327Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23172026-05-16T03:38:58.467Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23182026-05-16T03:38:58.495Z Compiling num_enum v0.5.11
23192026-05-16T03:38:58.518Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23202026-05-16T03:38:58.552Z Compiling rand v0.10.0
23212026-05-16T03:38:58.619Z Compiling rayon v1.11.0
23222026-05-16T03:38:58.682Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23232026-05-16T03:38:58.760Z Compiling libefi-sys v0.1.0
23242026-05-16T03:38:58.773Z Compiling indent_write v2.2.0
23252026-05-16T03:38:58.805Z Compiling colored v3.1.1
23262026-05-16T03:38:58.824Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23272026-05-16T03:38:58.889Z Compiling zone_cfg_derive v0.3.1
23282026-05-16T03:38:59.024Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23292026-05-16T03:38:59.034Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23302026-05-16T03:38:59.098Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23312026-05-16T03:38:59.251Z Compiling camino-tempfile v1.4.1
23322026-05-16T03:38:59.330Z Compiling itertools v0.12.1
23332026-05-16T03:38:59.373Z Compiling usdt-attr-macro v0.5.0
23342026-05-16T03:38:59.490Z Compiling usdt-macro v0.5.0
23352026-05-16T03:38:59.566Z Compiling num-derive v0.4.2
23362026-05-16T03:38:59.611Z Compiling bitfield-struct v0.6.2
23372026-05-16T03:38:59.632Z Compiling blake3 v1.8.3
23382026-05-16T03:38:59.651Z Compiling ordered-float v2.10.1
23392026-05-16T03:38:59.950Z Compiling memmap v0.7.0
23402026-05-16T03:38:59.990Z Compiling sigpipe v0.1.3
23412026-05-16T03:39:00.123Z Compiling glob v0.3.3
23422026-05-16T03:39:00.191Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23432026-05-16T03:39:00.237Z Compiling swrite v0.1.0
23442026-05-16T03:39:00.237Z Compiling usdt v0.5.0
23452026-05-16T03:39:00.327Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23462026-05-16T03:39:00.354Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23472026-05-16T03:39:00.416Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23482026-05-16T03:39:00.627Z Compiling serde-value v0.7.0
23492026-05-16T03:39:00.800Z Compiling zone v0.3.1
23502026-05-16T03:39:00.822Z Compiling serde-untagged v0.1.9
23512026-05-16T03:39:00.859Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23522026-05-16T03:39:01.071Z Compiling toml v0.8.23
23532026-05-16T03:39:01.162Z Compiling smf v0.2.3
23542026-05-16T03:39:01.204Z Compiling filetime v0.2.27
23552026-05-16T03:39:01.204Z Compiling xattr v1.6.1
23562026-05-16T03:39:01.204Z Compiling whoami v1.6.1
23572026-05-16T03:39:01.226Z Compiling arrayref v0.3.9
23582026-05-16T03:39:01.356Z Compiling arrayvec v0.7.6
23592026-05-16T03:39:01.372Z Compiling constant_time_eq v0.4.2
23602026-05-16T03:39:01.382Z Compiling unicode-xid v0.2.6
23612026-05-16T03:39:01.402Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23622026-05-16T03:39:01.493Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23632026-05-16T03:39:01.509Z Compiling tar v0.4.45
23642026-05-16T03:39:01.563Z Compiling cargo-util-schemas v0.8.2
23652026-05-16T03:39:01.578Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23662026-05-16T03:39:01.667Z Compiling tokio-dtrace v0.1.1
23672026-05-16T03:39:01.842Z Compiling console v0.16.2
23682026-05-16T03:39:02.004Z Compiling gethostname v0.5.0
23692026-05-16T03:39:02.163Z Compiling cargo-platform v0.2.0
23702026-05-16T03:39:02.166Z Compiling topological-sort v0.2.2
23712026-05-16T03:39:02.291Z Compiling unit-prefix v0.5.2
23722026-05-16T03:39:02.367Z Compiling oxide-tokio-rt v0.1.4
23732026-05-16T03:39:02.384Z Compiling shell-words v1.1.1
23742026-05-16T03:39:02.403Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23752026-05-16T03:39:02.479Z Compiling indicatif v0.18.4
23762026-05-16T03:39:02.733Z Compiling cargo_metadata v0.21.0
23772026-05-16T03:39:12.043Z Compiling progenitor-client v0.14.0
23782026-05-16T03:39:12.468Z Compiling progenitor-client v0.10.0
23792026-05-16T03:39:12.468Z Compiling omicron-zone-package v0.12.2
23802026-05-16T03:39:12.524Z Compiling progenitor-extras v0.2.0
23812026-05-16T03:39:14.792Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23822026-05-16T03:39:14.813Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23832026-05-16T03:39:14.869Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23842026-05-16T03:39:15.031Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23852026-05-16T03:39:15.058Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23862026-05-16T03:39:15.135Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23872026-05-16T03:39:15.152Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23882026-05-16T03:39:15.152Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23892026-05-16T03:39:15.628Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23902026-05-16T03:39:19.128Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23912026-05-16T03:39:26.682Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23922026-05-16T03:39:29.792Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23932026-05-16T03:39:30.781Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23942026-05-16T03:39:41.089Z Finished `release` profile [optimized] target(s) in 1m 43s
23952026-05-16T03:39:41.139Z Running `target/release/omicron-package -t test target create -p dev`
23962026-05-16T03:39:41.139ZLogging to: /work/oxidecomputer/omicron/out/LOG
23972026-05-16T03:39:41.139ZCreated new build target 'test' and set it as active
23982026-05-16T03:39:41.139Z
23992026-05-16T03:39:41.139Zreal 1:44.060647906
24002026-05-16T03:39:41.139Zuser 16:56.093005426
24012026-05-16T03:39:41.139Zsys 2:40.653695320
24022026-05-16T03:39:41.139Ztrap 0.453681651
24032026-05-16T03:39:41.139Ztflt 2.813764177
24042026-05-16T03:39:41.139Zdflt 4.426935834
24052026-05-16T03:39:41.140Zkflt 0.000761770
24062026-05-16T03:39:41.140Zlock 52:36.968206264
24072026-05-16T03:39:41.140Zslp 43:10.163293830
24082026-05-16T03:39:41.140Zlat 42.740663642
24092026-05-16T03:39:41.140Zstop 5:35.526074448
24102026-05-16T03:39:41.140Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24112026-05-16T03:39:41.589Z Finished `release` profile [optimized] target(s) in 0.89s
24122026-05-16T03:39:41.724Z Running `target/release/omicron-package -t test package`
24132026-05-16T03:39:41.848ZLogging to: /work/oxidecomputer/omicron/out/LOG
24142026-05-16T03:39:43.136Z Compiling heck v0.5.0
24152026-05-16T03:39:43.136Z Compiling regress v0.11.1
24162026-05-16T03:39:43.217Z Compiling unsafe-libyaml v0.2.11
24172026-05-16T03:39:43.449Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24182026-05-16T03:39:43.535Z Compiling regress v0.10.5
24192026-05-16T03:39:43.535Z Compiling is-terminal v0.4.17
24202026-05-16T03:39:43.535Z Compiling unicode-width v0.1.14
24212026-05-16T03:39:43.588Z Compiling prettyplease v0.2.37
24222026-05-16T03:39:43.588Z Compiling bytecount v0.6.9
24232026-05-16T03:39:43.588Z Compiling rustls v0.22.4
24242026-05-16T03:39:43.588Z Compiling rustls-webpki v0.102.8
24252026-05-16T03:39:43.589Z Compiling derive-where v1.6.0
24262026-05-16T03:39:43.589Z Compiling thread_local v1.1.9
24272026-05-16T03:39:43.589Z Compiling match_cfg v0.1.0
24282026-05-16T03:39:43.589Z Compiling compression-core v0.4.31
24292026-05-16T03:39:43.625Z Compiling multer v3.1.0
24302026-05-16T03:39:43.649Z Compiling hostname v0.3.1
24312026-05-16T03:39:43.649Z Compiling slog-async v2.8.0
24322026-05-16T03:39:43.730Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24332026-05-16T03:39:43.780Z Compiling compression-codecs v0.4.37
24342026-05-16T03:39:43.780Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24352026-05-16T03:39:43.834Z Compiling crossbeam-channel v0.5.15
24362026-05-16T03:39:43.835Z Compiling slog-json v2.6.1
24372026-05-16T03:39:43.898Z Compiling serde_yaml v0.9.34+deprecated
24382026-05-16T03:39:43.921Z Compiling toml_datetime v1.0.0+spec-1.1.0
24392026-05-16T03:39:43.921Z Compiling serde_spanned v1.0.4
24402026-05-16T03:39:43.922Z Compiling take_mut v0.2.2
24412026-05-16T03:39:44.002Z Compiling toml_writer v1.0.6+spec-1.1.0
24422026-05-16T03:39:44.036Z Compiling term v1.2.1
24432026-05-16T03:39:44.082Z Compiling slog-bunyan v2.5.0
24442026-05-16T03:39:44.082Z Compiling async-compression v0.4.41
24452026-05-16T03:39:44.250Z Compiling toml v1.0.6+spec-1.1.0
24462026-05-16T03:39:44.398Z Compiling dropshot v0.17.0
24472026-05-16T03:39:44.398Z Compiling async-stream v0.3.6
24482026-05-16T03:39:44.431Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24492026-05-16T03:39:44.432Z Compiling slog-term v2.9.2
24502026-05-16T03:39:44.432Z Compiling num-rational v0.4.2
24512026-05-16T03:39:44.471Z Compiling progenitor-client v0.14.0
24522026-05-16T03:39:44.517Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24532026-05-16T03:39:44.588Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24542026-05-16T03:39:44.588Z Compiling waitgroup v0.1.2
24552026-05-16T03:39:44.633Z Compiling backon v1.6.0
24562026-05-16T03:39:44.712Z Compiling rustls-pemfile v2.2.0
24572026-05-16T03:39:44.817Z Compiling num-complex v0.4.6
24582026-05-16T03:39:44.817Z Compiling hostname v0.4.2
24592026-05-16T03:39:44.871Z Compiling serde_path_to_error v0.1.20
24602026-05-16T03:39:44.907Z Compiling instant v0.1.13
24612026-05-16T03:39:44.907Z Compiling debug-ignore v1.0.5
24622026-05-16T03:39:44.907Z Compiling progenitor-extras v0.2.0
24632026-05-16T03:39:44.958Z Compiling typify-impl v0.6.2
24642026-05-16T03:39:44.958Z Compiling backoff v0.4.0
24652026-05-16T03:39:45.025Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24662026-05-16T03:39:45.025Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24672026-05-16T03:39:45.186Z Compiling num v0.4.3
24682026-05-16T03:39:45.278Z Compiling parse-display v0.10.0
24692026-05-16T03:39:45.279Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24702026-05-16T03:39:45.390Z Compiling progenitor-client v0.13.0
24712026-05-16T03:39:45.390Z Compiling progenitor-client v0.10.0
24722026-05-16T03:39:45.390Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24732026-05-16T03:39:45.607Z Compiling macaddr v1.0.1
24742026-05-16T03:39:45.607Z Compiling float-ord v0.3.2
24752026-05-16T03:39:45.730Z Compiling console v0.15.11
24762026-05-16T03:39:45.827Z Compiling atomicwrites v0.4.4
24772026-05-16T03:39:45.827Z Compiling newline-converter v0.3.0
24782026-05-16T03:39:45.827Z Compiling tokio-rustls v0.25.0
24792026-05-16T03:39:45.940Z Compiling slog-dtrace v0.3.0
24802026-05-16T03:39:45.940Z Compiling owo-colors v4.3.0
24812026-05-16T03:39:45.940Z Compiling cancel-safe-futures v0.1.5
24822026-05-16T03:39:46.085Z Compiling expectorate v1.2.0
24832026-05-16T03:39:46.164Z Compiling resolv-conf v0.7.6
24842026-05-16T03:39:46.164Z Compiling toml v0.8.23
24852026-05-16T03:39:46.227Z Compiling libsw-core v0.3.2
24862026-05-16T03:39:46.394Z Compiling libsw v3.5.0
24872026-05-16T03:39:46.445Z Compiling linked-hash-map v0.5.6
24882026-05-16T03:39:46.523Z Compiling linear-map v1.2.0
24892026-05-16T03:39:46.619Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24902026-05-16T03:39:46.645Z Compiling lru-cache v0.1.2
24912026-05-16T03:39:46.796Z Compiling minimal-lexical v0.2.1
24922026-05-16T03:39:46.907Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24932026-05-16T03:39:46.907Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24942026-05-16T03:39:46.949Z Compiling hickory-proto v0.24.4
24952026-05-16T03:39:46.949Z Compiling unicode-xid v0.2.6
24962026-05-16T03:39:46.949Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24972026-05-16T03:39:46.949Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24982026-05-16T03:39:47.055Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24992026-05-16T03:39:47.128Z Compiling nom v7.1.3
25002026-05-16T03:39:47.294Z Compiling convert_case v0.10.0
25012026-05-16T03:39:47.600Z Compiling derive_more-impl v2.1.1
25022026-05-16T03:39:47.830Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25032026-05-16T03:39:48.352Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25042026-05-16T03:39:48.415Z Compiling derive_more v2.1.1
25052026-05-16T03:39:48.458Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25062026-05-16T03:39:48.499Z Compiling typify-macro v0.6.2
25072026-05-16T03:39:48.520Z Compiling papergrid v0.11.0
25082026-05-16T03:39:48.575Z Compiling tabled_derive v0.7.0
25092026-05-16T03:39:48.618Z Compiling termtree v0.5.1
25102026-05-16T03:39:48.795Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25112026-05-16T03:39:49.416Z Compiling hickory-resolver v0.24.4
25122026-05-16T03:39:49.500Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25132026-05-16T03:39:49.608Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25142026-05-16T03:39:49.729Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25152026-05-16T03:39:49.893Z Compiling tabled v0.15.0
25162026-05-16T03:39:50.010Z Compiling typify v0.6.2
25172026-05-16T03:39:50.157Z Compiling progenitor-impl v0.14.0
25182026-05-16T03:39:50.602Z Compiling progenitor-impl v0.13.0
25192026-05-16T03:39:52.527Z Compiling progenitor-macro v0.14.0
25202026-05-16T03:39:53.653Z Compiling qorb v0.4.1
25212026-05-16T03:39:53.692Z Compiling progenitor-macro v0.13.0
25222026-05-16T03:39:54.028Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25232026-05-16T03:39:54.290Z Compiling crossterm v0.29.0
25242026-05-16T03:39:54.968Z Compiling phf_shared v0.12.1
25252026-05-16T03:39:55.163Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25262026-05-16T03:39:55.244Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25272026-05-16T03:39:55.261Z Compiling csv-core v0.1.13
25282026-05-16T03:39:55.774Z Compiling vte v0.14.1
25292026-05-16T03:39:55.846Z Compiling highway v1.3.0
25302026-05-16T03:39:56.025Z Compiling chrono-tz v0.10.4
25312026-05-16T03:39:56.331Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25322026-05-16T03:39:56.349Z Compiling strip-ansi-escapes v0.2.1
25332026-05-16T03:39:56.400Z Compiling progenitor v0.14.0
25342026-05-16T03:39:56.594Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25352026-05-16T03:39:56.623Z Compiling csv v1.4.0
25362026-05-16T03:39:56.910Z Compiling progenitor v0.13.0
25372026-05-16T03:39:56.957Z Compiling phf v0.12.1
25382026-05-16T03:39:57.060Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25392026-05-16T03:39:57.119Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25402026-05-16T03:39:57.216Z Compiling const_format_proc_macros v0.2.34
25412026-05-16T03:39:57.281Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25422026-05-16T03:39:57.609Z Compiling fd-lock v4.0.4
25432026-05-16T03:39:57.781Z Compiling peg-macros v0.8.5
25442026-05-16T03:39:57.856Z Compiling nu-ansi-term v0.50.3
25452026-05-16T03:39:57.867Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25462026-05-16T03:39:57.992Z Compiling const_format v0.2.35
25472026-05-16T03:39:58.252Z Compiling reedline v0.40.0
25482026-05-16T03:39:58.902Z Compiling peg v0.8.5
25492026-05-16T03:39:59.240Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25502026-05-16T03:39:59.800Z Compiling bcs v0.1.6
25512026-05-16T03:40:01.104Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25522026-05-16T03:40:01.202Z Compiling semver v0.1.20
25532026-05-16T03:40:01.202Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25542026-05-16T03:40:01.202Z Compiling rustc_version v0.1.7
25552026-05-16T03:40:01.202Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25562026-05-16T03:40:01.202Z Compiling newtype_derive v0.1.6
25572026-05-16T03:40:01.202Z Compiling smawk v0.3.2
25582026-05-16T03:40:01.202Z Compiling humantime v2.3.0
25592026-05-16T03:40:01.202Z Compiling unicode-linebreak v0.1.5
25602026-05-16T03:40:01.278Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25612026-05-16T03:40:01.337Z Compiling textwrap v0.16.2
25622026-05-16T03:40:01.489Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25632026-05-16T03:40:01.495Z Compiling dropshot-api-manager-types v0.7.1
25642026-05-16T03:40:01.834Z Compiling base64 v0.21.7
25652026-05-16T03:40:02.109Z Compiling steno v0.4.1
25662026-05-16T03:40:02.351Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25672026-05-16T03:40:02.366Z Compiling tagptr v0.2.0
25682026-05-16T03:40:02.555Z Compiling moka v0.12.13
25692026-05-16T03:40:02.774Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25702026-05-16T03:40:03.084Z Compiling utf-8 v0.7.6
25712026-05-16T03:40:03.133Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25722026-05-16T03:40:03.205Z Compiling tungstenite v0.21.0
25732026-05-16T03:40:03.315Z Compiling radium v0.7.0
25742026-05-16T03:40:03.364Z Compiling maybe-uninit v2.0.0
25752026-05-16T03:40:03.517Z Compiling tap v1.0.1
25762026-05-16T03:40:03.646Z Compiling hickory-resolver v0.25.2
25772026-05-16T03:40:03.699Z Compiling wyz v0.5.1
25782026-05-16T03:40:03.773Z Compiling zerocopy-derive v0.6.6
25792026-05-16T03:40:03.938Z Compiling tokio-tungstenite v0.21.0
25802026-05-16T03:40:04.023Z Compiling display-error-chain v0.2.2
25812026-05-16T03:40:04.254Z Compiling crc-catalog v2.4.0
25822026-05-16T03:40:04.564Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25832026-05-16T03:40:04.655Z Compiling packed_struct v0.10.1
25842026-05-16T03:40:04.655Z Compiling funty v2.0.0
25852026-05-16T03:40:04.718Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25862026-05-16T03:40:05.194Z Compiling bitvec v1.0.1
25872026-05-16T03:40:05.266Z Compiling zerocopy v0.6.6
25882026-05-16T03:40:05.342Z Compiling crc v3.4.0
25892026-05-16T03:40:05.629Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25902026-05-16T03:40:05.686Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25912026-05-16T03:40:05.818Z Compiling packed_struct_codegen v0.10.1
25922026-05-16T03:40:07.389Z Compiling num-derive v0.3.3
25932026-05-16T03:40:07.474Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25942026-05-16T03:40:07.474Z Compiling bitfield-macros v0.19.4
25952026-05-16T03:40:07.474Z Compiling proc-macro-error-attr2 v2.0.0
25962026-05-16T03:40:07.475Z Compiling indexmap v1.9.3
25972026-05-16T03:40:07.654Z Compiling nodrop v0.1.14
25982026-05-16T03:40:07.708Z Compiling bitfield v0.19.4
25992026-05-16T03:40:07.777Z Compiling array-init v0.0.4
26002026-05-16T03:40:07.842Z Compiling proc-macro-error2 v2.0.1
26012026-05-16T03:40:08.106Z Compiling libscf-sys v1.1.0
26022026-05-16T03:40:08.181Z Compiling smallvec v0.6.14
26032026-05-16T03:40:08.205Z Compiling hashbrown v0.12.3
26042026-05-16T03:40:08.276Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26052026-05-16T03:40:08.469Z Compiling serde-hex v0.1.0
26062026-05-16T03:40:08.496Z Compiling tabled_derive v0.11.0
26072026-05-16T03:40:08.528Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26082026-05-16T03:40:09.004Z Compiling ron v0.8.1
26092026-05-16T03:40:09.139Z Compiling typify-impl v0.4.3
26102026-05-16T03:40:09.345Z Compiling papergrid v0.17.0
26112026-05-16T03:40:09.564Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26122026-05-16T03:40:09.698Z Compiling testing_table v0.3.0
26132026-05-16T03:40:10.081Z Compiling hashbrown v0.13.2
26142026-05-16T03:40:10.115Z Compiling vergen-gitcl v1.0.8
26152026-05-16T03:40:10.334Z Compiling dirs-sys-next v0.1.2
26162026-05-16T03:40:10.488Z Compiling crc-any v2.5.0
26172026-05-16T03:40:10.567Z Compiling diesel_derives v2.3.7
26182026-05-16T03:40:10.598Z Compiling maplit v1.0.2
26192026-05-16T03:40:10.627Z Compiling glob v0.3.3
26202026-05-16T03:40:10.713Z Compiling crunchy v0.2.4
26212026-05-16T03:40:10.740Z Compiling object v0.30.4
26222026-05-16T03:40:10.807Z Compiling dirs-next v2.0.0
26232026-05-16T03:40:10.835Z Compiling tabled v0.20.0
26242026-05-16T03:40:10.999Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26252026-05-16T03:40:11.043Z Compiling clang-sys v1.8.1
26262026-05-16T03:40:11.075Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26272026-05-16T03:40:11.215Z Compiling dsl_auto_type v0.2.0
26282026-05-16T03:40:11.459Z Compiling scheduled-thread-pool v0.2.7
26292026-05-16T03:40:11.485Z Compiling diesel_table_macro_syntax v0.3.0
26302026-05-16T03:40:11.684Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26312026-05-16T03:40:11.794Z Compiling xshell-macros v0.2.7
26322026-05-16T03:40:11.851Z Compiling tiny-keccak v2.0.2
26332026-05-16T03:40:11.943Z Compiling path-slash v0.1.5
26342026-05-16T03:40:12.012Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26352026-05-16T03:40:12.119Z Compiling xshell v0.2.7
26362026-05-16T03:40:12.168Z Compiling r2d2 v0.8.10
26372026-05-16T03:40:12.205Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26382026-05-16T03:40:12.455Z Compiling typify-macro v0.4.3
26392026-05-16T03:40:12.559Z Compiling term v0.7.0
26402026-05-16T03:40:12.579Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26412026-05-16T03:40:13.031Z Compiling bit-vec v0.6.3
26422026-05-16T03:40:13.054Z Compiling downcast-rs v2.0.2
26432026-05-16T03:40:13.070Z Compiling ascii-canvas v3.0.0
26442026-05-16T03:40:13.210Z Compiling bit-set v0.5.3
26452026-05-16T03:40:13.381Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26462026-05-16T03:40:13.419Z Compiling itertools v0.10.5
26472026-05-16T03:40:13.604Z Compiling ena v0.14.4
26482026-05-16T03:40:13.893Z Compiling libloading v0.8.9
26492026-05-16T03:40:13.973Z Compiling unicase v2.9.0
26502026-05-16T03:40:14.097Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26512026-05-16T03:40:14.294Z Compiling crc8 v0.1.1
26522026-05-16T03:40:14.465Z Compiling regex-syntax v0.6.29
26532026-05-16T03:40:14.515Z Compiling diff v0.1.13
26542026-05-16T03:40:14.621Z Compiling bindgen v0.71.1
26552026-05-16T03:40:14.975Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26562026-05-16T03:40:15.010Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26572026-05-16T03:40:15.750Z Compiling cexpr v0.6.0
26582026-05-16T03:40:15.839Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26592026-05-16T03:40:15.919Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26602026-05-16T03:40:15.981Z Compiling lalrpop v0.19.12
26612026-05-16T03:40:16.035Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26622026-05-16T03:40:16.135Z Compiling typify v0.4.3
26632026-05-16T03:40:16.288Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26642026-05-16T03:40:16.585Z Compiling headers-core v0.3.0
26652026-05-16T03:40:16.735Z Compiling git-stub v1.0.0
26662026-05-16T03:40:16.735Z Compiling libxml v0.3.3
26672026-05-16T03:40:16.735Z Compiling headers v0.4.1
26682026-05-16T03:40:16.852Z Compiling git-stub-vcs v0.1.0
26692026-05-16T03:40:17.012Z Compiling diesel v2.3.7
26702026-05-16T03:40:17.012Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26712026-05-16T03:40:17.097Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26722026-05-16T03:40:17.229Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26732026-05-16T03:40:18.671Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26742026-05-16T03:40:18.790Z Compiling strum_macros v0.24.3
26752026-05-16T03:40:18.790Z Compiling indoc v1.0.9
26762026-05-16T03:40:18.790Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26772026-05-16T03:40:18.790Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26782026-05-16T03:40:18.977Z Compiling derive_builder v0.20.2
26792026-05-16T03:40:19.066Z Compiling oso-derive v0.27.3
26802026-05-16T03:40:19.478Z Compiling quick-xml v0.37.5
26812026-05-16T03:40:19.546Z Compiling impl-trait-for-tuples v0.2.3
26822026-05-16T03:40:19.907Z Compiling half v1.8.3
26832026-05-16T03:40:20.106Z Compiling openssl-probe v0.1.6
26842026-05-16T03:40:20.188Z Compiling serde_cbor v0.11.2
26852026-05-16T03:40:20.395Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26862026-05-16T03:40:20.500Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26872026-05-16T03:40:20.972Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26882026-05-16T03:40:21.251Z Compiling bb8 v0.8.6
26892026-05-16T03:40:21.251Z Compiling trait-variant v0.1.2
26902026-05-16T03:40:21.251Z Compiling samael v0.0.19
26912026-05-16T03:40:21.380Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26922026-05-16T03:40:21.380Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26932026-05-16T03:40:21.429Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26942026-05-16T03:40:21.444Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
26952026-05-16T03:40:21.444Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26962026-05-16T03:40:21.748Z Compiling fxhash v0.2.1
26972026-05-16T03:40:21.829Z Compiling salty v0.3.0
26982026-05-16T03:40:22.032Z Compiling progenitor-impl v0.11.2
26992026-05-16T03:40:22.266Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27002026-05-16T03:40:22.399Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27012026-05-16T03:40:22.399Z Compiling kstat-rs v0.2.4
27022026-05-16T03:40:22.693Z Compiling libz-sys v1.1.24
27032026-05-16T03:40:22.938Z Compiling nonempty v0.12.0
27042026-05-16T03:40:23.017Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27052026-05-16T03:40:23.017Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27062026-05-16T03:40:23.465Z Compiling polar-core v0.27.3
27072026-05-16T03:40:24.569Z Compiling progenitor-macro v0.11.2
27082026-05-16T03:40:24.569Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27092026-05-16T03:40:24.569Z Compiling progenitor-impl v0.10.0
27102026-05-16T03:40:24.777Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27112026-05-16T03:40:25.427Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27122026-05-16T03:40:26.367Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27132026-05-16T03:40:26.563Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27142026-05-16T03:40:26.605Z Compiling progenitor-client v0.11.2
27152026-05-16T03:40:26.960Z Compiling darling_core v0.23.0
27162026-05-16T03:40:27.200Z Compiling nanorand v0.7.0
27172026-05-16T03:40:27.365Z Compiling arc-swap v1.8.2
27182026-05-16T03:40:27.565Z Compiling fs-err v2.11.0
27192026-05-16T03:40:27.633Z Compiling parking_lot_core v0.8.6
27202026-05-16T03:40:27.938Z Compiling slog-scope v4.4.1
27212026-05-16T03:40:27.977Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27222026-05-16T03:40:28.010Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27232026-05-16T03:40:28.190Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27242026-05-16T03:40:28.400Z Compiling progenitor v0.11.2
27252026-05-16T03:40:28.611Z Compiling mime_guess v2.0.5
27262026-05-16T03:40:29.325Z Compiling flume v0.11.1
27272026-05-16T03:40:29.380Z Compiling darling_macro v0.23.0
27282026-05-16T03:40:29.556Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27292026-05-16T03:40:29.705Z Compiling progenitor-macro v0.10.0
27302026-05-16T03:40:30.918Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27312026-05-16T03:40:31.977Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27322026-05-16T03:40:32.487Z Compiling oso v0.27.3
27332026-05-16T03:40:32.619Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27342026-05-16T03:40:36.806Z Compiling diesel-dtrace v0.5.0
27352026-05-16T03:40:36.819Z Compiling async-bb8-diesel v0.2.1
27362026-05-16T03:40:36.819Z Compiling primeorder v0.13.6
27372026-05-16T03:40:36.819Z Compiling libgit2-sys v0.18.3+1.9.2
27382026-05-16T03:40:37.037Z Compiling instability v0.3.11
27392026-05-16T03:40:37.235Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27402026-05-16T03:40:37.529Z Compiling p384 v0.13.1
27412026-05-16T03:40:37.932Z Compiling progenitor v0.10.0
27422026-05-16T03:40:38.621Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27432026-05-16T03:40:39.060Z Compiling darling v0.23.0
27442026-05-16T03:40:39.125Z Compiling slog-stdlog v4.1.1
27452026-05-16T03:40:39.555Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27462026-05-16T03:40:39.632Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27472026-05-16T03:40:39.680Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27482026-05-16T03:40:39.822Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27492026-05-16T03:40:39.876Z Compiling ignore v0.4.25
27502026-05-16T03:40:40.430Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27512026-05-16T03:40:40.790Z Compiling castaway v0.2.4
27522026-05-16T03:40:41.026Z Compiling atty v0.2.14
27532026-05-16T03:40:41.130Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-05-16T03:40:41.386Z Compiling indoc v2.0.7
27552026-05-16T03:40:41.941Z Compiling http-range v0.1.5
27562026-05-16T03:40:41.997Z Compiling parse-size v1.1.0
27572026-05-16T03:40:42.111Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27582026-05-16T03:40:42.820Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-05-16T03:40:42.924Z Compiling compact_str v0.8.1
27602026-05-16T03:40:43.022Z Compiling globwalk v0.9.1
27612026-05-16T03:40:43.697Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27622026-05-16T03:40:43.806Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27632026-05-16T03:40:43.906Z Compiling slog-envlogger v2.2.0
27642026-05-16T03:40:44.106Z Compiling parking_lot v0.11.2
27652026-05-16T03:40:44.925Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27662026-05-16T03:40:45.034Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27672026-05-16T03:40:45.377Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27682026-05-16T03:40:45.614Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27692026-05-16T03:40:45.798Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27702026-05-16T03:40:46.115Z Compiling predicates-tree v1.0.13
27712026-05-16T03:40:46.261Z Compiling unicode-truncate v1.1.0
27722026-05-16T03:40:47.495Z Compiling lru v0.12.5
27732026-05-16T03:40:47.553Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27742026-05-16T03:40:47.553Z Compiling rand_seeder v0.4.0
27752026-05-16T03:40:47.553Z Compiling prefix-trie v0.7.0
27762026-05-16T03:40:47.553Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27772026-05-16T03:40:47.553Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27782026-05-16T03:40:47.553Z Compiling vergen-git2 v1.0.7
27792026-05-16T03:40:47.553Z Compiling illumos-nvpair-sys v0.2.0
27802026-05-16T03:40:47.553Z Compiling corncobs v0.1.4
27812026-05-16T03:40:47.554Z Compiling cassowary v0.3.0
27822026-05-16T03:40:47.554Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27832026-05-16T03:40:47.554Z Compiling hickory-server v0.25.2
27842026-05-16T03:40:47.554Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27852026-05-16T03:40:47.554Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27862026-05-16T03:40:47.617Z Compiling ratatui v0.29.0
27872026-05-16T03:40:47.649Z Compiling camino-tempfile-ext v0.3.3
27882026-05-16T03:40:47.933Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27892026-05-16T03:40:48.443Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27902026-05-16T03:40:48.958Z Compiling hyper-staticfile v0.10.1
27912026-05-16T03:40:49.029Z Compiling sled v0.34.7
27922026-05-16T03:40:49.504Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27932026-05-16T03:40:50.048Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27942026-05-16T03:40:50.189Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27952026-05-16T03:40:50.276Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27962026-05-16T03:40:50.463Z Compiling secrecy v0.8.0
27972026-05-16T03:40:50.679Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27982026-05-16T03:40:50.921Z Compiling rustls v0.21.12
27992026-05-16T03:40:52.269Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28002026-05-16T03:40:52.655Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28012026-05-16T03:40:53.157Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28022026-05-16T03:40:53.255Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28032026-05-16T03:40:54.116Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28042026-05-16T03:40:54.471Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28052026-05-16T03:40:54.679Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28062026-05-16T03:40:55.788Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28072026-05-16T03:40:57.393Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28082026-05-16T03:40:57.441Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28092026-05-16T03:40:57.441Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28102026-05-16T03:40:57.441Z Compiling sct v0.7.1
28112026-05-16T03:40:57.441Z Compiling rustls-webpki v0.101.7
28122026-05-16T03:40:57.441Z Compiling nix v0.29.0
28132026-05-16T03:40:57.441Z Compiling dropshot v0.16.7
28142026-05-16T03:40:57.441Z Compiling void v1.0.2
28152026-05-16T03:40:57.531Z Compiling lzss v0.8.2
28162026-05-16T03:40:57.872Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28172026-05-16T03:40:57.908Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28182026-05-16T03:40:58.282Z Compiling illumos-nvpair v0.3.0
28192026-05-16T03:40:58.776Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28202026-05-16T03:40:59.315Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28212026-05-16T03:40:59.378Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28222026-05-16T03:40:59.608Z Compiling tungstenite v0.23.0
28232026-05-16T03:41:00.023Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28242026-05-16T03:41:00.630Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28252026-05-16T03:41:00.663Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28262026-05-16T03:41:00.866Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28272026-05-16T03:41:00.895Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28282026-05-16T03:41:01.129Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28292026-05-16T03:41:01.145Z Compiling toml v0.9.12+spec-1.1.0
28302026-05-16T03:41:01.343Z Compiling nix v0.27.1
28312026-05-16T03:41:01.960Z Compiling dropshot_endpoint v0.16.7
28322026-05-16T03:41:02.139Z Compiling serde_bytes v0.11.19
28332026-05-16T03:41:02.407Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28342026-05-16T03:41:02.449Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28352026-05-16T03:41:02.692Z Compiling git2 v0.20.4
28362026-05-16T03:41:02.729Z Compiling tokio-tungstenite v0.23.1
28372026-05-16T03:41:03.121Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28382026-05-16T03:41:05.711Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28392026-05-16T03:41:05.864Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28402026-05-16T03:41:08.878Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28412026-05-16T03:41:09.035Z Compiling tokio-rustls v0.24.1
28422026-05-16T03:41:09.035Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28432026-05-16T03:41:09.035Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28442026-05-16T03:41:09.035Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28452026-05-16T03:41:09.035Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28462026-05-16T03:41:09.035Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28472026-05-16T03:41:09.177Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28482026-05-16T03:41:10.773Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28492026-05-16T03:41:10.921Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28502026-05-16T03:41:11.378Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28512026-05-16T03:41:11.816Z Compiling rustls-pemfile v1.0.4
28522026-05-16T03:41:12.053Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28532026-05-16T03:41:12.339Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28542026-05-16T03:41:12.433Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28552026-05-16T03:41:12.569Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28562026-05-16T03:41:13.534Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28572026-05-16T03:41:14.313Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c59a1362a3ac332443c1dd8110d87a25d056ee8a#c59a1362)
28582026-05-16T03:41:15.487Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28592026-05-16T03:41:15.729Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28602026-05-16T03:41:15.879Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28612026-05-16T03:41:16.027Z Compiling signal-hook-tokio v0.3.1
28622026-05-16T03:41:16.331Z Compiling twox-hash v2.1.2
28632026-05-16T03:41:16.364Z Compiling yasna v0.5.2
28642026-05-16T03:41:16.384Z Compiling is_ci v1.2.0
28652026-05-16T03:41:16.638Z Compiling supports-color v3.0.2
28662026-05-16T03:41:16.897Z Compiling rcgen v0.12.1
28672026-05-16T03:41:16.976Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28682026-05-16T03:41:17.659Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28692026-05-16T03:41:17.696Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28702026-05-16T03:41:18.119Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28712026-05-16T03:41:18.619Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28722026-05-16T03:41:20.201Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28732026-05-16T03:41:20.276Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28742026-05-16T03:41:21.230Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28752026-05-16T03:41:21.255Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28762026-05-16T03:41:22.257Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28772026-05-16T03:41:22.404Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28782026-05-16T03:41:22.678Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28792026-05-16T03:41:22.856Z Compiling fatfs v0.3.6
28802026-05-16T03:41:22.950Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28812026-05-16T03:41:23.640Z Compiling rtoolbox v0.0.3
28822026-05-16T03:41:23.664Z Compiling subprocess v0.2.15
28832026-05-16T03:41:23.953Z Compiling seq-macro v0.3.6
28842026-05-16T03:41:24.059Z Compiling assert_matches v1.5.0
28852026-05-16T03:41:24.177Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28862026-05-16T03:41:24.531Z Compiling rpassword v7.4.0
28872026-05-16T03:41:25.041Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28882026-05-16T03:41:25.045Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28892026-05-16T03:41:25.841Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28902026-05-16T03:41:25.981Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28912026-05-16T03:41:26.704Z Compiling tui-tree-widget v0.23.1
28922026-05-16T03:41:26.948Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28932026-05-16T03:41:27.444Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28942026-05-16T03:41:28.005Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28952026-05-16T03:41:28.425Z Compiling uzers v0.12.2
28962026-05-16T03:41:28.545Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28972026-05-16T03:41:29.192Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28982026-05-16T03:41:30.329Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28992026-05-16T03:41:31.392Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29002026-05-16T03:41:32.618Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29012026-05-16T03:41:33.857Z Compiling support-bundle-viewer v0.1.2
29022026-05-16T03:41:34.846Z Compiling multimap v0.10.1
29032026-05-16T03:41:43.552Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29042026-05-16T03:41:44.354Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29052026-05-16T03:41:55.145Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29062026-05-16T03:41:56.306Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29072026-05-16T03:42:35.035Zerror[E0308]: mismatched types
29082026-05-16T03:42:35.035Z --> nexus/src/app/disk.rs:571:17
29092026-05-16T03:42:35.035Z |
29102026-05-16T03:42:35.035Z569 | let client = crucible_pantry_client::Client::new_with_client(
29112026-05-16T03:42:35.035Z | ----------------------------------------------- arguments to this function are incorrect
29122026-05-16T03:42:35.035Z570 | &format!("http://{}", endpoint),
29132026-05-16T03:42:35.035Z571 | self.reqwest012_client.clone(),
29142026-05-16T03:42:35.035Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `reqwest::Client`, found a different `reqwest::Client`
29152026-05-16T03:42:35.035Z |
29162026-05-16T03:42:35.035Znote: there are multiple different versions of crate `reqwest` in the dependency graph
29172026-05-16T03:42:35.036Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.13.2/src/async_impl/client.rs:93:1
29182026-05-16T03:42:35.036Z |
29192026-05-16T03:42:35.036Z 93 | pub struct Client {
29202026-05-16T03:42:35.036Z | ^^^^^^^^^^^^^^^^^ this is the expected type
29212026-05-16T03:42:35.036Z |
29222026-05-16T03:42:35.036Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/client.rs:93:1
29232026-05-16T03:42:35.036Z |
29242026-05-16T03:42:35.036Z 93 | pub struct Client {
29252026-05-16T03:42:35.036Z | ----------------- this is the found type
29262026-05-16T03:42:35.036Z = help: you can use `cargo tree` to explore your dependency tree
29272026-05-16T03:42:35.036Znote: associated function defined here
29282026-05-16T03:42:35.036Z --> /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/c59a136/pantry-client/src/lib.rs:5:1
29292026-05-16T03:42:35.036Z |
29302026-05-16T03:42:35.036Z 5 | / generate_api!(
29312026-05-16T03:42:35.036Z 6 | | spec = "../openapi/crucible-pantry/crucible-pantry-latest.json",
29322026-05-16T03:42:35.036Z 7 | | derives = [schemars::JsonSchema],
29332026-05-16T03:42:35.036Z 8 | | patch = {
29342026-05-16T03:42:35.036Z... |
29352026-05-16T03:42:35.037Z 11 | | },
29362026-05-16T03:42:35.037Z 12 | | );
29372026-05-16T03:42:35.037Z | |_^
29382026-05-16T03:42:35.037Z = note: this error originates in the macro `generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
29392026-05-16T03:42:35.037Z
29402026-05-16T03:42:39.045Zerror[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>>`
29412026-05-16T03:42:39.046Z --> nexus/src/app/sagas/snapshot_create.rs:1241:5
29422026-05-16T03:42:39.046Z |
29432026-05-16T03:42:39.046Z1241 | ProgenitorOperationRetry::new(snapshot_operation, gone_check)
29442026-05-16T03:42:39.046Z | ^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<ResponseValue<()>, Error<_>>`, found `Result<ResponseValue<()>, Error<Error>>`
29452026-05-16T03:42:39.046Z |
29462026-05-16T03:42:39.046Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
29472026-05-16T03:42:39.046Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
29482026-05-16T03:42:39.046Z |
29492026-05-16T03:42:39.046Z 224 | pub enum Error<E = ()> {
29502026-05-16T03:42:39.046Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
29512026-05-16T03:42:39.046Z |
29522026-05-16T03:42:39.046Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/progenitor_client.rs:327:1
29532026-05-16T03:42:39.046Z |
29542026-05-16T03:42:39.046Z 327 | pub enum Error<E = ()> {
29552026-05-16T03:42:39.047Z | ---------------------- this is the found type
29562026-05-16T03:42:39.047Z = help: you can use `cargo tree` to explore your dependency tree
29572026-05-16T03:42:39.047Znote: required by a bound in `ProgenitorOperationRetry`
29582026-05-16T03:42:39.047Z --> common/src/progenitor_operation_retry.rs:73:17
29592026-05-16T03:42:39.047Z |
29602026-05-16T03:42:39.047Z 69 | pub struct ProgenitorOperationRetry<
29612026-05-16T03:42:39.047Z | ------------------------ required by a bound in this struct
29622026-05-16T03:42:39.047Z...
29632026-05-16T03:42:39.047Z 73 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
29642026-05-16T03:42:39.047Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry`
29652026-05-16T03:42:39.047Z
29662026-05-16T03:42:39.047Zerror[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>>`
29672026-05-16T03:42:39.047Z --> nexus/src/app/sagas/snapshot_create.rs:1241:5
29682026-05-16T03:42:39.047Z |
29692026-05-16T03:42:39.048Z1241 | ProgenitorOperationRetry::new(snapshot_operation, gone_check)
29702026-05-16T03:42:39.048Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<ResponseValue<()>, Error<_>>`, found `Result<ResponseValue<()>, Error<Error>>`
29712026-05-16T03:42:39.048Z |
29722026-05-16T03:42:39.048Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
29732026-05-16T03:42:39.048Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
29742026-05-16T03:42:39.048Z |
29752026-05-16T03:42:39.048Z 224 | pub enum Error<E = ()> {
29762026-05-16T03:42:39.048Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
29772026-05-16T03:42:39.048Z |
29782026-05-16T03:42:39.048Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/progenitor_client.rs:327:1
29792026-05-16T03:42:39.048Z |
29802026-05-16T03:42:39.048Z 327 | pub enum Error<E = ()> {
29812026-05-16T03:42:39.048Z | ---------------------- this is the found type
29822026-05-16T03:42:39.049Z = help: you can use `cargo tree` to explore your dependency tree
29832026-05-16T03:42:39.049Znote: required by a bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
29842026-05-16T03:42:39.049Z --> common/src/progenitor_operation_retry.rs:88:17
29852026-05-16T03:42:39.049Z |
29862026-05-16T03:42:39.049Z 88 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
29872026-05-16T03:42:39.049Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
29882026-05-16T03:42:39.049Z...
29892026-05-16T03:42:39.049Z 92 | pub fn new(operation: F, gone_check: BF) -> Self {
29902026-05-16T03:42:39.049Z | --- required by a bound in this associated function
29912026-05-16T03:42:39.049Z
29922026-05-16T03:42:39.088Zerror[E0599]: the method `run` exists for struct `ProgenitorOperationRetry<_, _, {closure@...}, ..., ..., ...>`, but its trait bounds were not satisfied
29932026-05-16T03:42:39.088Z --> nexus/src/app/sagas/snapshot_create.rs:1242:10
29942026-05-16T03:42:39.088Z |
29952026-05-16T03:42:39.089Z1241 | / ProgenitorOperationRetry::new(snapshot_operation, gone_check)
29962026-05-16T03:42:39.089Z1242 | | .run(log)
29972026-05-16T03:42:39.089Z | | -^^^ method cannot be called due to unsatisfied trait bounds
29982026-05-16T03:42:39.089Z | |_________|
29992026-05-16T03:42:39.089Z |
30002026-05-16T03:42:39.089Z |
30012026-05-16T03:42:39.089Z = note: the following trait bounds were not satisfied:
30022026-05-16T03:42:39.089Z `<{async block@nexus/src/app/sagas/snapshot_create.rs:1228:33: 1228:38} as futures::Future>::Output = Result<_, crucible_agent_client::Error<_>>`
30032026-05-16T03:42:39.089Z = note: the full name for the type has been written to '/work/oxidecomputer/omicron/target/release/deps/omicron_nexus-cfa939e2281150fe.long-type-3053659395966340156.txt'
30042026-05-16T03:42:39.089Z = note: consider using `--verbose` to print the full type name to the console
30052026-05-16T03:42:39.089Z
30062026-05-16T03:42:39.104Zerror[E0282]: type annotations needed
30072026-05-16T03:42:39.104Z --> nexus/src/app/sagas/snapshot_create.rs:1241:5
30082026-05-16T03:42:39.104Z |
30092026-05-16T03:42:39.104Z1241 | / ProgenitorOperationRetry::new(snapshot_operation, gone_check)
30102026-05-16T03:42:39.104Z1242 | | .run(log)
30112026-05-16T03:42:39.104Z1243 | | .await
30122026-05-16T03:42:39.104Z | |______________^ cannot infer type
30132026-05-16T03:42:39.105Z
30142026-05-16T03:42:39.105Zerror[E0282]: type annotations needed
30152026-05-16T03:42:39.105Z --> nexus/src/app/sagas/snapshot_create.rs:1244:19
30162026-05-16T03:42:39.105Z |
30172026-05-16T03:42:39.105Z1244 | .map_err(|e| {
30182026-05-16T03:42:39.105Z | ^
30192026-05-16T03:42:39.105Z1245 | saga_action_failed(Error::internal_error(&e.to_string()))
30202026-05-16T03:42:39.106Z | - type must be known at this point
30212026-05-16T03:42:39.106Z |
30222026-05-16T03:42:39.106Zhelp: consider giving this closure parameter an explicit type
30232026-05-16T03:42:39.106Z |
30242026-05-16T03:42:39.106Z1244 | .map_err(|e: /* Type */| {
30252026-05-16T03:42:39.106Z | ++++++++++++
30262026-05-16T03:42:39.106Z
30272026-05-16T03:42:39.450Zerror[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>>`
30282026-05-16T03:42:39.450Z --> nexus/src/app/sagas/common_storage.rs:142:5
30292026-05-16T03:42:39.450Z |
30302026-05-16T03:42:39.450Z142 | ProgenitorOperationRetry::new(attach_operation, gone_check)
30312026-05-16T03:42:39.450Z | ^^^^^^^^^^^^^^^^^^^^^^^^ expected `crucible_agent_client::Error<_>`, found `Error<Error>`
30322026-05-16T03:42:39.450Z |
30332026-05-16T03:42:39.450Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
30342026-05-16T03:42:39.450Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
30352026-05-16T03:42:39.450Z |
30362026-05-16T03:42:39.450Z224 | pub enum Error<E = ()> {
30372026-05-16T03:42:39.450Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30382026-05-16T03:42:39.451Z |
30392026-05-16T03:42:39.451Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/progenitor_client.rs:327:1
30402026-05-16T03:42:39.451Z |
30412026-05-16T03:42:39.451Z327 | pub enum Error<E = ()> {
30422026-05-16T03:42:39.451Z | ---------------------- this is the found type
30432026-05-16T03:42:39.451Z = help: you can use `cargo tree` to explore your dependency tree
30442026-05-16T03:42:39.451Znote: required by a bound in `ProgenitorOperationRetry`
30452026-05-16T03:42:39.451Z --> common/src/progenitor_operation_retry.rs:73:17
30462026-05-16T03:42:39.451Z |
30472026-05-16T03:42:39.451Z 69 | pub struct ProgenitorOperationRetry<
30482026-05-16T03:42:39.451Z | ------------------------ required by a bound in this struct
30492026-05-16T03:42:39.451Z...
30502026-05-16T03:42:39.452Z 73 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
30512026-05-16T03:42:39.452Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry`
30522026-05-16T03:42:39.452Z
30532026-05-16T03:42:39.452Zerror[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>>`
30542026-05-16T03:42:39.452Z --> nexus/src/app/sagas/common_storage.rs:142:5
30552026-05-16T03:42:39.452Z |
30562026-05-16T03:42:39.452Z142 | ProgenitorOperationRetry::new(attach_operation, gone_check)
30572026-05-16T03:42:39.452Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `crucible_agent_client::Error<_>`, found `Error<Error>`
30582026-05-16T03:42:39.452Z |
30592026-05-16T03:42:39.452Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
30602026-05-16T03:42:39.452Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
30612026-05-16T03:42:39.452Z |
30622026-05-16T03:42:39.452Z224 | pub enum Error<E = ()> {
30632026-05-16T03:42:39.453Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30642026-05-16T03:42:39.453Z |
30652026-05-16T03:42:39.453Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/progenitor_client.rs:327:1
30662026-05-16T03:42:39.453Z |
30672026-05-16T03:42:39.453Z327 | pub enum Error<E = ()> {
30682026-05-16T03:42:39.453Z | ---------------------- this is the found type
30692026-05-16T03:42:39.453Z = help: you can use `cargo tree` to explore your dependency tree
30702026-05-16T03:42:39.453Znote: required by a bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
30712026-05-16T03:42:39.453Z --> common/src/progenitor_operation_retry.rs:88:17
30722026-05-16T03:42:39.453Z |
30732026-05-16T03:42:39.454Z 88 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
30742026-05-16T03:42:39.454Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
30752026-05-16T03:42:39.454Z...
30762026-05-16T03:42:39.454Z 92 | pub fn new(operation: F, gone_check: BF) -> Self {
30772026-05-16T03:42:39.454Z | --- required by a bound in this associated function
30782026-05-16T03:42:39.454Z
30792026-05-16T03:42:39.472Zerror[E0599]: the method `run` exists for struct `ProgenitorOperationRetry<_, _, {closure@...}, ..., ..., ...>`, but its trait bounds were not satisfied
30802026-05-16T03:42:39.472Z --> nexus/src/app/sagas/common_storage.rs:143:10
30812026-05-16T03:42:39.472Z |
30822026-05-16T03:42:39.473Z142 | / ProgenitorOperationRetry::new(attach_operation, gone_check)
30832026-05-16T03:42:39.473Z143 | | .run(log)
30842026-05-16T03:42:39.473Z | | -^^^ method cannot be called due to unsatisfied trait bounds
30852026-05-16T03:42:39.473Z | |_________|
30862026-05-16T03:42:39.473Z |
30872026-05-16T03:42:39.473Z |
30882026-05-16T03:42:39.473Z = note: the following trait bounds were not satisfied:
30892026-05-16T03:42:39.473Z `<{async block@nexus/src/app/sagas/common_storage.rs:136:31: 136:36} as futures::Future>::Output = Result<_, crucible_agent_client::Error<_>>`
30902026-05-16T03:42:39.473Z = note: the full name for the type has been written to '/work/oxidecomputer/omicron/target/release/deps/omicron_nexus-cfa939e2281150fe.long-type-16981117160602192932.txt'
30912026-05-16T03:42:39.473Z = note: consider using `--verbose` to print the full type name to the console
30922026-05-16T03:42:39.473Z
30932026-05-16T03:42:39.478Zerror[E0282]: type annotations needed
30942026-05-16T03:42:39.478Z --> nexus/src/app/sagas/common_storage.rs:142:5
30952026-05-16T03:42:39.478Z |
30962026-05-16T03:42:39.478Z142 | / ProgenitorOperationRetry::new(attach_operation, gone_check)
30972026-05-16T03:42:39.478Z143 | | .run(log)
30982026-05-16T03:42:39.478Z144 | | .await
30992026-05-16T03:42:39.478Z | |______________^ cannot infer type
31002026-05-16T03:42:39.478Z
31012026-05-16T03:42:39.478Zerror[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>>`
31022026-05-16T03:42:39.478Z --> nexus/src/app/sagas/common_storage.rs:172:5
31032026-05-16T03:42:39.478Z |
31042026-05-16T03:42:39.478Z172 | ProgenitorOperationRetry::new(detach_operation, gone_check)
31052026-05-16T03:42:39.478Z | ^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<ResponseValue<()>, Error<_>>`, found `Result<ResponseValue<()>, Error<Error>>`
31062026-05-16T03:42:39.479Z |
31072026-05-16T03:42:39.479Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
31082026-05-16T03:42:39.479Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
31092026-05-16T03:42:39.479Z |
31102026-05-16T03:42:39.479Z224 | pub enum Error<E = ()> {
31112026-05-16T03:42:39.479Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31122026-05-16T03:42:39.479Z |
31132026-05-16T03:42:39.479Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/progenitor_client.rs:327:1
31142026-05-16T03:42:39.479Z |
31152026-05-16T03:42:39.479Z327 | pub enum Error<E = ()> {
31162026-05-16T03:42:39.479Z | ---------------------- this is the found type
31172026-05-16T03:42:39.479Z = help: you can use `cargo tree` to explore your dependency tree
31182026-05-16T03:42:39.480Znote: required by a bound in `ProgenitorOperationRetry`
31192026-05-16T03:42:39.480Z --> common/src/progenitor_operation_retry.rs:73:17
31202026-05-16T03:42:39.480Z |
31212026-05-16T03:42:39.480Z 69 | pub struct ProgenitorOperationRetry<
31222026-05-16T03:42:39.480Z | ------------------------ required by a bound in this struct
31232026-05-16T03:42:39.480Z...
31242026-05-16T03:42:39.480Z 73 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
31252026-05-16T03:42:39.480Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry`
31262026-05-16T03:42:39.480Z
31272026-05-16T03:42:39.480Zerror[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>>`
31282026-05-16T03:42:39.480Z --> nexus/src/app/sagas/common_storage.rs:172:5
31292026-05-16T03:42:39.480Z |
31302026-05-16T03:42:39.481Z172 | ProgenitorOperationRetry::new(detach_operation, gone_check)
31312026-05-16T03:42:39.481Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<ResponseValue<()>, Error<_>>`, found `Result<ResponseValue<()>, Error<Error>>`
31322026-05-16T03:42:39.481Z |
31332026-05-16T03:42:39.481Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
31342026-05-16T03:42:39.481Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
31352026-05-16T03:42:39.481Z |
31362026-05-16T03:42:39.481Z224 | pub enum Error<E = ()> {
31372026-05-16T03:42:39.481Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31382026-05-16T03:42:39.481Z |
31392026-05-16T03:42:39.481Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/progenitor_client.rs:327:1
31402026-05-16T03:42:39.481Z |
31412026-05-16T03:42:39.481Z327 | pub enum Error<E = ()> {
31422026-05-16T03:42:39.481Z | ---------------------- this is the found type
31432026-05-16T03:42:39.481Z = help: you can use `cargo tree` to explore your dependency tree
31442026-05-16T03:42:39.481Znote: required by a bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
31452026-05-16T03:42:39.481Z --> common/src/progenitor_operation_retry.rs:88:17
31462026-05-16T03:42:39.481Z |
31472026-05-16T03:42:39.481Z 88 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
31482026-05-16T03:42:39.481Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
31492026-05-16T03:42:39.481Z...
31502026-05-16T03:42:39.482Z 92 | pub fn new(operation: F, gone_check: BF) -> Self {
31512026-05-16T03:42:39.482Z | --- required by a bound in this associated function
31522026-05-16T03:42:39.482Z
31532026-05-16T03:42:39.498Zerror[E0599]: the method `run` exists for struct `ProgenitorOperationRetry<_, _, {closure@...}, ..., ..., ...>`, but its trait bounds were not satisfied
31542026-05-16T03:42:39.498Z --> nexus/src/app/sagas/common_storage.rs:173:10
31552026-05-16T03:42:39.498Z |
31562026-05-16T03:42:39.498Z172 | / ProgenitorOperationRetry::new(detach_operation, gone_check)
31572026-05-16T03:42:39.498Z173 | | .run(log)
31582026-05-16T03:42:39.498Z | | -^^^ method cannot be called due to unsatisfied trait bounds
31592026-05-16T03:42:39.498Z | |_________|
31602026-05-16T03:42:39.498Z |
31612026-05-16T03:42:39.498Z |
31622026-05-16T03:42:39.498Z = note: the following trait bounds were not satisfied:
31632026-05-16T03:42:39.498Z `<{async block@nexus/src/app/sagas/common_storage.rs:168:12: 168:17} as futures::Future>::Output = Result<_, crucible_agent_client::Error<_>>`
31642026-05-16T03:42:39.498Z = note: the full name for the type has been written to '/work/oxidecomputer/omicron/target/release/deps/omicron_nexus-cfa939e2281150fe.long-type-13034211204255958745.txt'
31652026-05-16T03:42:39.499Z = note: consider using `--verbose` to print the full type name to the console
31662026-05-16T03:42:39.499Z
31672026-05-16T03:42:39.502Zerror[E0282]: type annotations needed
31682026-05-16T03:42:39.502Z --> nexus/src/app/sagas/common_storage.rs:172:5
31692026-05-16T03:42:39.502Z |
31702026-05-16T03:42:39.502Z172 | / ProgenitorOperationRetry::new(detach_operation, gone_check)
31712026-05-16T03:42:39.503Z173 | | .run(log)
31722026-05-16T03:42:39.503Z174 | | .await
31732026-05-16T03:42:39.503Z | |______________^ cannot infer type
31742026-05-16T03:42:39.503Z
31752026-05-16T03:42:47.780Zerror[E0027]: pattern does not mention field `info`
31762026-05-16T03:42:47.780Z --> dev-tools/omdb/src/bin/omdb/crucible_pantry.rs:104:9
31772026-05-16T03:42:47.780Z |
31782026-05-16T03:42:47.780Z104 | let VolumeStatus { active, num_job_handles, seen_active } =
31792026-05-16T03:42:47.780Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing field `info`
31802026-05-16T03:42:47.780Z |
31812026-05-16T03:42:47.780Zhelp: include the missing field in the pattern
31822026-05-16T03:42:47.780Z |
31832026-05-16T03:42:47.780Z104 | let VolumeStatus { active, num_job_handles, seen_active, info } =
31842026-05-16T03:42:47.780Z | ++++++
31852026-05-16T03:42:47.780Zhelp: if you don't care about this missing field, you can explicitly ignore it
31862026-05-16T03:42:47.780Z |
31872026-05-16T03:42:47.780Z104 | let VolumeStatus { active, num_job_handles, seen_active, info: _ } =
31882026-05-16T03:42:47.780Z | +++++++++
31892026-05-16T03:42:47.780Zhelp: or always ignore missing fields here
31902026-05-16T03:42:47.781Z |
31912026-05-16T03:42:47.781Z104 | let VolumeStatus { active, num_job_handles, seen_active, .. } =
31922026-05-16T03:42:47.781Z | ++++
31932026-05-16T03:42:47.781Z
31942026-05-16T03:42:53.997ZFor more information about this error, try `rustc --explain E0027`.
31952026-05-16T03:42:54.201Zerror: could not compile `omicron-omdb` (bin "omdb") due to 1 previous error
31962026-05-16T03:42:54.201Zwarning: build failed, waiting for other jobs to finish...
31972026-05-16T03:43:19.269ZSome errors have detailed explanations: E0271, E0282, E0308, E0599.
31982026-05-16T03:43:19.269ZFor more information about an error, try `rustc --explain E0271`.
31992026-05-16T03:43:19.656Zerror: could not compile `omicron-nexus` (lib) due to 14 previous errors
32002026-05-16T03:43:19.926ZError: Failed to build packages
32012026-05-16T03:43:19.930Z
32022026-05-16T03:43:19.930Zreal 3:39.284274898
32032026-05-16T03:43:19.930Zuser 48:25.680121637
32042026-05-16T03:43:19.930Zsys 2:44.813089310
32052026-05-16T03:43:19.930Ztrap 1.362030814
32062026-05-16T03:43:19.930Ztflt 2.474442536
32072026-05-16T03:43:19.930Zdflt 4.028716703
32082026-05-16T03:43:19.930Zkflt 0.005158810
32092026-05-16T03:43:19.930Zlock 3:59:54.898534251
32102026-05-16T03:43:19.930Zslp 1:57:18.597635750
32112026-05-16T03:43:19.930Zlat 2:20.252385494
32122026-05-16T03:43:19.930Zstop 5:05.372078081
32132026-05-16T03:43:19.933Zprocess exited: duration 445061 ms, exit code 1
 
32142026-05-16T03:43:19.939Zfound 0 output files
32152026-05-16T03:43:19.939Zupload error: rule "/work/package.tar.gz" required a match, but was not used