01KVEDAV2N6ZDZN52APKZBZQ46: 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: 01KVEDBC32MXX6M5XZYBVEGKKG

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-18T22:25:06.545Zjob assigned to worker 01KVEDBP6K5M0KAECTK4PEMXZS [factory aws, i-0c5d9a34ec0abf637] (queued for 54 s)
 
22026-06-18T22:25:13.789Zstarting task 0: "setup"
32026-06-18T22:25:13.794Z++ uname -s
42026-06-18T22:25:13.799Z+ kern=SunOS
52026-06-18T22:25:13.799Z+ build_user=build
62026-06-18T22:25:13.799Z+ build_uid=12345
72026-06-18T22:25:13.799Z+ work_dir=/work
82026-06-18T22:25:13.799Z+ input_dir=/input
92026-06-18T22:25:13.799Z+ [[ 0 == 12345 ]]
102026-06-18T22:25:13.799Z+ case "$kern" in
112026-06-18T22:25:13.799Z+ groupadd -g 12345 build
122026-06-18T22:25:13.802Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-18T22:25:15.806Z+ zfs create -o mountpoint=/work rpool/work
142026-06-18T22:25:15.910Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-18T22:25:15.913Z+ home_fs=zfs
162026-06-18T22:25:15.913Z+ [[ zfs == autofs ]]
172026-06-18T22:25:15.913Z+ mkdir -p /home/build
182026-06-18T22:25:15.916Z+ chown build:build /home/build /work
192026-06-18T22:25:17.916Z+ chmod 0700 /home/build /work
202026-06-18T22:25:17.920Zprocess exited: duration 4132 ms, exit code 0
 
212026-06-18T22:25:17.926Zstarting task 1: "rust-toolchain"
222026-06-18T22:25:17.931Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-18T22:25:17.931Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-18T22:25:17.931Z * rust toolchain channel = "1.94.0"
252026-06-18T22:25:17.931Z * rust toolchain profile = "default"
262026-06-18T22:25:17.931Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-18T22:25:17.931Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-18T22:25:17.934Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-18T22:25:17.934Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-18T22:25:17.994Zinfo: downloading installer
312026-06-18T22:25:19.574Zwarn: It looks like you have an existing rustup settings file at:
322026-06-18T22:25:19.574Zwarn: /home/build/.rustup/settings.toml
332026-06-18T22:25:19.574Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-18T22:25:19.574Zwarn: instead of the one inferred from the default host triple.
352026-06-18T22:25:19.586Zinfo: profile set to default
362026-06-18T22:25:19.586Zinfo: default host triple is x86_64-unknown-illumos
372026-06-18T22:25:19.589Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-18T22:25:19.762Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-18T22:25:19.765Zinfo: downloading 6 components
402026-06-18T22:25:35.881Z
412026-06-18T22:25:35.881Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-06-18T22:25:35.909Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-18T22:25:35.909Z
442026-06-18T22:25:35.909Z
452026-06-18T22:25:35.909ZRust is installed now. Great!
462026-06-18T22:25:35.909Z
472026-06-18T22:25:35.909ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-18T22:25:35.912Zenvironment variable. This has not been done automatically.
492026-06-18T22:25:35.912Z
502026-06-18T22:25:35.912ZTo configure your current shell, you need to source
512026-06-18T22:25:35.912Zthe corresponding env file under $HOME/.cargo.
522026-06-18T22:25:35.912Z
532026-06-18T22:25:35.912ZThis is usually done by running one of the following (note the leading DOT):
542026-06-18T22:25:35.912Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-18T22:25:35.912Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-18T22:25:35.912Zsource "~/.cargo/env.nu" # For nushell
572026-06-18T22:25:35.912Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-18T22:25:35.912Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-18T22:25:35.912Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-18T22:25:35.912Zwarn: no default linker (`cc`) was found in your PATH
612026-06-18T22:25:35.912Zwarn: many Rust crates require a system C toolchain to build
622026-06-18T22:25:36.006Z+ rustup --version
632026-06-18T22:25:36.012Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-18T22:25:36.015Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-18T22:25:36.033Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-18T22:25:36.036Z+ cargo --version
672026-06-18T22:25:36.044Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-18T22:25:36.047Z+ rustc --version
692026-06-18T22:25:36.067Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-18T22:25:36.070Zprocess exited: duration 18144 ms, exit code 0
 
712026-06-18T22:25:36.076Zstarting task 2: "authentication"
722026-06-18T22:25:36.094Zprocess exited: duration 18 ms, exit code 0
 
732026-06-18T22:25:36.100Zstarting task 3: "clone repository"
742026-06-18T22:25:36.105Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-18T22:25:36.108Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-18T22:25:36.143ZCloning into '/work/oxidecomputer/omicron'...
772026-06-18T22:25:46.754Z+ cd /work/oxidecomputer/omicron
782026-06-18T22:25:46.754Z+ git fetch origin 1f34068bbf7d92e3f80bdfd55a540c296643d7c6
792026-06-18T22:25:47.031ZFrom https://github.com/oxidecomputer/omicron
802026-06-18T22:25:47.031Z * branch 1f34068bbf7d92e3f80bdfd55a540c296643d7c6 -> FETCH_HEAD
812026-06-18T22:25:47.042Z+ [[ -n eliza/rectifier-i-hardly-knew-er ]]
822026-06-18T22:25:47.045Z++ git branch --show-current
832026-06-18T22:25:47.048Z+ current=main
842026-06-18T22:25:47.048Z+ [[ main != eliza/rectifier-i-hardly-knew-er ]]
852026-06-18T22:25:47.048Z+ git branch -f eliza/rectifier-i-hardly-knew-er 1f34068bbf7d92e3f80bdfd55a540c296643d7c6
862026-06-18T22:25:47.051Z+ git checkout -f eliza/rectifier-i-hardly-knew-er
872026-06-18T22:25:47.299ZSwitched to branch 'eliza/rectifier-i-hardly-knew-er'
882026-06-18T22:25:47.304Z+ git reset --hard 1f34068bbf7d92e3f80bdfd55a540c296643d7c6
892026-06-18T22:25:47.372ZHEAD is now at 1f34068bb Merge branch 'main' into eliza/rectifier-i-hardly-knew-er
902026-06-18T22:25:47.372Zprocess exited: duration 11220 ms, exit code 0
 
912026-06-18T22:25:47.379Zstarting task 4: "build"
922026-06-18T22:25:47.384Z+ source .github/buildomat/ci-env.sh
932026-06-18T22:25:47.384Z++ export CARGO_TERM_COLOR=always
942026-06-18T22:25:47.385Z++ CARGO_TERM_COLOR=always
952026-06-18T22:25:47.385Z+ cargo --version
962026-06-18T22:25:47.395Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-18T22:25:47.398Z+ rustc --version
982026-06-18T22:25:47.418Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-18T22:25:47.421Z+ WORK=/work
1002026-06-18T22:25:47.421Z+ pfexec mkdir -p /work
1012026-06-18T22:25:47.424Z+ pfexec chown build /work
1022026-06-18T22:25:47.428Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-06-18T22:25:49.274Z Startup: Refreshing catalog 'helios' ... Done
1042026-06-18T22:25:49.364Z Startup: Caching catalogs ... Done
1052026-06-18T22:25:49.729ZPlanning: Solver setup ... Done (0.315s)
1062026-06-18T22:25:49.751ZPlanning: Running solver ... Done (0.022s)
1072026-06-18T22:25:49.759ZPlanning: Finding local manifests ... Done (0.003s)
1082026-06-18T22:25:49.770ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-18T22:25:49.786ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-18T22:25:49.801ZPlanning: Package planning ... Done (0.015s)
1112026-06-18T22:25:49.804ZPlanning: Merging actions ... Done (0.001s)
1122026-06-18T22:25:50.000ZPlanning: Checking for conflicting actions ... Done (0.197s)
1132026-06-18T22:25:50.003ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-06-18T22:25:50.882ZPlanning: Evaluating mediators ... Done (0.881s)
1152026-06-18T22:25:50.885ZPlanning: Planning completed in 1.49 seconds
1162026-06-18T22:25:50.894Z Packages to install: 2
1172026-06-18T22:25:50.894Z Estimated space available: 156.07 GB
1182026-06-18T22:25:50.894ZEstimated space to be consumed: 26.78 MB
1192026-06-18T22:25:50.894Z Create boot environment: No
1202026-06-18T22:25:50.894ZCreate backup boot environment: No
1212026-06-18T22:25:50.894Z Rebuild boot archive: No
1222026-06-18T22:25:50.897Z
1232026-06-18T22:25:50.897ZChanged packages:
1242026-06-18T22:25:50.897Zhelios
1252026-06-18T22:25:50.897Z developer/build-essential
1262026-06-18T22:25:50.897Z None -> 11-3.0
1272026-06-18T22:25:50.897Z library/libxmlsec1
1282026-06-18T22:25:50.897Z None -> 1.2.35-3.0
1292026-06-18T22:25:50.919Z
1302026-06-18T22:25:50.919ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-06-18T22:25:51.413ZDownload: Completed 1.28 MB in 0.49 seconds (2.6M/s)
1322026-06-18T22:25:51.485Z Actions: 1/268 actions (Installing new actions)
1332026-06-18T22:25:51.522Z Actions: Completed 268 actions in 0.04 seconds.
1342026-06-18T22:25:51.533ZFinalize: Updating package state database ... Done (0.009s)
1352026-06-18T22:25:51.533ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-18T22:25:51.557ZFinalize: Updating image state ... Done (0.025s)
1372026-06-18T22:25:54.106ZFinalize: Creating fast lookup database ... Done (2.524s)
1382026-06-18T22:25:54.177ZFinalize: Reading search index ... Done (0.013s)
1392026-06-18T22:25:54.180ZFinalize: Updating search index ... Done (0.000s)
1402026-06-18T22:25:54.269ZFinalize: Updating package cache ... Done (0.000s)
1412026-06-18T22:25:54.580ZPlanning: Evaluating mediator changes ... Done
1422026-06-18T22:25:54.687ZPlanning: Checking for conflicting actions ... Done
1432026-06-18T22:25:54.690ZPlanning: Consolidating action changes ... Done
1442026-06-18T22:25:54.850ZPlanning: Evaluating mediators ... Done
1452026-06-18T22:25:54.853ZPlanning: Planning completed in 0.27 seconds
1462026-06-18T22:25:54.873Z Mediators to change: 2
1472026-06-18T22:25:54.873Z Create boot environment: No
1482026-06-18T22:25:54.873ZCreate backup boot environment: No
1492026-06-18T22:25:54.920ZFinalize: Updating package state database ... Done
1502026-06-18T22:25:54.920ZFinalize: Updating package cache ... Done
1512026-06-18T22:25:54.933ZFinalize: Updating image state ... Done
1522026-06-18T22:25:56.903ZFinalize: Creating fast lookup database ... Done
1532026-06-18T22:25:56.970ZFinalize: Reading search index ... Done
1542026-06-18T22:25:56.973ZFinalize: Updating search index ... Done
1552026-06-18T22:25:57.032ZFinalize: Updating package cache ... Done
1562026-06-18T22:25:57.318ZPlanning: Evaluating mediator changes ... Done
1572026-06-18T22:25:57.423ZPlanning: Checking for conflicting actions ... Done
1582026-06-18T22:25:57.426ZPlanning: Consolidating action changes ... Done
1592026-06-18T22:25:57.583ZPlanning: Evaluating mediators ... Done
1602026-06-18T22:25:57.587ZPlanning: Planning completed in 0.26 seconds
1612026-06-18T22:25:57.603Z Mediators to change: 1
1622026-06-18T22:25:57.603Z Create boot environment: No
1632026-06-18T22:25:57.603ZCreate backup boot environment: No
1642026-06-18T22:25:57.642ZFinalize: Updating package state database ... Done
1652026-06-18T22:25:57.642ZFinalize: Updating package cache ... Done
1662026-06-18T22:25:57.655ZFinalize: Updating image state ... Done
1672026-06-18T22:25:59.608ZFinalize: Creating fast lookup database ... Done
1682026-06-18T22:25:59.672ZFinalize: Reading search index ... Done
1692026-06-18T22:25:59.676ZFinalize: Updating search index ... Done
1702026-06-18T22:25:59.738ZFinalize: Updating package cache ... Done
1712026-06-18T22:26:00.054ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-06-18T22:26:00.054Zapache system 2.4 system
1732026-06-18T22:26:00.054Zclang system 15 system
1742026-06-18T22:26:00.054Zcsh system system illumos
1752026-06-18T22:26:00.054Zctags system system illumos
1762026-06-18T22:26:00.054Zfile vendor vendor darwinsys
1772026-06-18T22:26:00.054Zfile system system illumos
1782026-06-18T22:26:00.054Zgcc vendor 14 vendor
1792026-06-18T22:26:00.054Zgcc system 13 system
1802026-06-18T22:26:00.054Zgcc system 10 system
1812026-06-18T22:26:00.054Zgo system 1.25 system
1822026-06-18T22:26:00.055Zllvm system 15 system
1832026-06-18T22:26:00.055Zmariadb system 11.4 system
1842026-06-18T22:26:00.055Zmta vendor vendor dma
1852026-06-18T22:26:00.055Zopenjdk system 17 system
1862026-06-18T22:26:00.055Zopenjdk system 11 system
1872026-06-18T22:26:00.055Zopenssl vendor 3 vendor
1882026-06-18T22:26:00.055Zperl system 5.40 system
1892026-06-18T22:26:00.055Zpostgresql system 18 system
1902026-06-18T22:26:00.055Zpostgresql system 17 system
1912026-06-18T22:26:00.055Zpython vendor 3 vendor
1922026-06-18T22:26:00.055Zpython system 2 system
1932026-06-18T22:26:00.055Zpython3 vendor 3.13 vendor
1942026-06-18T22:26:00.055Zruby system 3.4 system
1952026-06-18T22:26:00.055Zruby system 3.0 system
1962026-06-18T22:26:00.055Zwords vendor vendor american-english
1972026-06-18T22:26:00.055Zwords system system australian-english
1982026-06-18T22:26:00.055Zwords system system british-english
1992026-06-18T22:26:00.055Zwords system system canadian-english
2002026-06-18T22:26:00.055Zwords system system french
2012026-06-18T22:26:00.055Zwords system system italian
2022026-06-18T22:26:00.055Zwords system system ngerman
2032026-06-18T22:26:00.056Zwords system system ogerman
2042026-06-18T22:26:00.056Zwords system system spanish
2052026-06-18T22:26:00.310ZPUBLISHER TYPE STATUS P LOCATION
2062026-06-18T22:26:00.310Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-06-18T22:26:00.605ZFMRI IFO
2082026-06-18T22:26:00.605Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-06-18T22:26:00.605Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-06-18T22:26:00.605Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-06-18T22:26:00.605Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-06-18T22:26:00.605Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-06-18T22:26:00.605Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-06-18T22:26:00.606Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-06-18T22:26:00.606Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-06-18T22:26:00.606Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-06-18T22:26:00.848Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-06-18T22:26:01.134Z Updating crates.io index
2192026-06-18T22:26:01.170Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-06-18T22:26:01.934Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-06-18T22:26:02.398Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-06-18T22:26:03.193Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-06-18T22:26:04.134Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-06-18T22:26:04.626Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-06-18T22:26:06.180Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-06-18T22:26:06.917Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-06-18T22:26:07.448Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-06-18T22:26:08.655Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-06-18T22:26:09.020Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-06-18T22:26:09.370Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-06-18T22:26:09.596Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-06-18T22:26:10.095Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-06-18T22:26:10.608Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-06-18T22:26:11.018Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-06-18T22:26:11.371Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-06-18T22:26:11.769Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-06-18T22:26:12.066Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-06-18T22:26:12.418Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-06-18T22:26:12.661Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-06-18T22:26:12.943Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-06-18T22:26:13.360Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-06-18T22:26:13.829Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-06-18T22:26:14.065Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-06-18T22:26:14.513Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-06-18T22:26:14.775Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-06-18T22:26:15.061Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-06-18T22:26:15.345Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-06-18T22:26:16.703Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-06-18T22:26:17.143Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-06-18T22:26:17.540Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-06-18T22:26:17.915Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-06-18T22:26:18.263Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-06-18T22:26:18.587Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-06-18T22:26:18.950Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2552026-06-18T22:26:19.490Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-06-18T22:26:19.730Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-06-18T22:26:19.988Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-06-18T22:26:20.278Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-06-18T22:26:22.164Z Downloading crates ...
2602026-06-18T22:26:22.220Z Downloaded anstyle-query v1.1.5
2612026-06-18T22:26:22.229Z Downloaded thiserror v2.0.18
2622026-06-18T22:26:22.234Z Downloaded bitflags v2.11.0
2632026-06-18T22:26:22.237Z Downloaded anyhow v1.0.102
2642026-06-18T22:26:22.239Z Downloaded unicode-xid v0.2.6
2652026-06-18T22:26:22.239Z Downloaded textwrap v0.16.2
2662026-06-18T22:26:22.242Z Downloaded cpufeatures v0.2.17
2672026-06-18T22:26:22.242Z Downloaded fnv v1.0.7
2682026-06-18T22:26:22.242Z Downloaded anstyle-parse v1.0.0
2692026-06-18T22:26:22.245Z Downloaded crypto-common v0.1.7
2702026-06-18T22:26:22.245Z Downloaded cfg-if v1.0.4
2712026-06-18T22:26:22.245Z Downloaded utf8parse v0.2.2
2722026-06-18T22:26:22.245Z Downloaded autocfg v1.5.0
2732026-06-18T22:26:22.250Z Downloaded cargo_metadata v0.21.0
2742026-06-18T22:26:22.250Z Downloaded block-buffer v0.10.4
2752026-06-18T22:26:22.254Z Downloaded zerofrom-derive v0.1.6
2762026-06-18T22:26:22.254Z Downloaded usdt v0.5.0
2772026-06-18T22:26:22.254Z Downloaded unicode-ident v1.0.24
2782026-06-18T22:26:22.254Z Downloaded clap v4.6.1
2792026-06-18T22:26:22.257Z Downloaded typeid v1.0.3
2802026-06-18T22:26:22.257Z Downloaded toml_write v0.1.2
2812026-06-18T22:26:22.261Z Downloaded usdt-attr-macro v0.5.0
2822026-06-18T22:26:22.261Z Downloaded usdt-macro v0.5.0
2832026-06-18T22:26:22.261Z Downloaded heck v0.5.0
2842026-06-18T22:26:22.266Z Downloaded yoke-derive v0.8.1
2852026-06-18T22:26:22.269Z Downloaded tinystr v0.8.2
2862026-06-18T22:26:22.269Z Downloaded generic-array v0.14.7
2872026-06-18T22:26:22.272Z Downloaded thread-id v4.2.2
2882026-06-18T22:26:22.272Z Downloaded errno v0.3.14
2892026-06-18T22:26:22.275Z Downloaded dof v0.3.0
2902026-06-18T22:26:22.275Z Downloaded colorchoice v1.0.4
2912026-06-18T22:26:22.275Z Downloaded zerofrom v0.1.6
2922026-06-18T22:26:22.275Z Downloaded version_check v0.9.5
2932026-06-18T22:26:22.275Z Downloaded utf8_iter v1.0.4
2942026-06-18T22:26:22.278Z Downloaded usdt-impl v0.5.0
2952026-06-18T22:26:22.278Z Downloaded cargo_toml v0.21.0
2962026-06-18T22:26:22.278Z Downloaded byteorder v1.5.0
2972026-06-18T22:26:22.278Z Downloaded anstyle v1.0.14
2982026-06-18T22:26:22.281Z Downloaded bytecount v0.6.9
2992026-06-18T22:26:22.281Z Downloaded camino v1.2.2
3002026-06-18T22:26:22.281Z Downloaded yoke v0.8.1
3012026-06-18T22:26:22.285Z Downloaded writeable v0.6.2
3022026-06-18T22:26:22.285Z Downloaded unicode-linebreak v0.1.5
3032026-06-18T22:26:22.285Z Downloaded toml_datetime v0.6.11
3042026-06-18T22:26:22.288Z Downloaded clap_lex v1.0.0
3052026-06-18T22:26:22.288Z Downloaded fs-err v3.3.0
3062026-06-18T22:26:22.288Z Downloaded camino-tempfile v1.4.1
3072026-06-18T22:26:22.288Z Downloaded zerovec-derive v0.11.2
3082026-06-18T22:26:22.291Z Downloaded thiserror-impl v2.0.18
3092026-06-18T22:26:22.291Z Downloaded thiserror-impl v1.0.69
3102026-06-18T22:26:22.291Z Downloaded thiserror v1.0.69
3112026-06-18T22:26:22.294Z Downloaded erased-serde v0.4.9
3122026-06-18T22:26:22.297Z Downloaded toml v0.8.23
3132026-06-18T22:26:22.297Z Downloaded zmij v1.0.21
3142026-06-18T22:26:22.300Z Downloaded fastrand v2.3.0
3152026-06-18T22:26:22.300Z Downloaded zerocopy-derive v0.7.35
3162026-06-18T22:26:22.303Z Downloaded ucd-trie v0.1.7
3172026-06-18T22:26:22.303Z Downloaded smawk v0.3.2
3182026-06-18T22:26:22.303Z Downloaded url v2.5.8
3192026-06-18T22:26:22.307Z Downloaded digest v0.10.7
3202026-06-18T22:26:22.307Z Downloaded equivalent v1.0.2
3212026-06-18T22:26:22.310Z Downloaded dtrace-parser v0.2.0
3222026-06-18T22:26:22.310Z Downloaded cargo-util-schemas v0.8.2
3232026-06-18T22:26:22.310Z Downloaded zerotrie v0.2.3
3242026-06-18T22:26:22.313Z Downloaded form_urlencoded v1.2.2
3252026-06-18T22:26:22.316Z Downloaded potential_utf v0.1.4
3262026-06-18T22:26:22.319Z Downloaded typenum v1.19.0
3272026-06-18T22:26:22.319Z Downloaded heck v0.4.1
3282026-06-18T22:26:22.322Z Downloaded cargo-platform v0.2.0
3292026-06-18T22:26:22.322Z Downloaded toml_edit v0.22.27
3302026-06-18T22:26:22.325Z Downloaded idna_adapter v1.2.1
3312026-06-18T22:26:22.325Z Downloaded terminal_size v0.4.3
3322026-06-18T22:26:22.328Z Downloaded serde_spanned v0.6.9
3332026-06-18T22:26:22.331Z Downloaded percent-encoding v2.3.2
3342026-06-18T22:26:22.331Z Downloaded strsim v0.11.1
3352026-06-18T22:26:22.337Z Downloaded tabled_derive v0.7.0
3362026-06-18T22:26:22.337Z Downloaded scroll_derive v0.12.1
3372026-06-18T22:26:22.337Z Downloaded memmap v0.7.0
3382026-06-18T22:26:22.341Z Downloaded tempfile v3.25.0
3392026-06-18T22:26:22.341Z Downloaded zerovec v0.11.5
3402026-06-18T22:26:22.344Z Downloaded icu_properties v2.1.2
3412026-06-18T22:26:22.347Z Downloaded zerocopy v0.7.35
3422026-06-18T22:26:22.353Z Downloaded proc-macro-error-attr v1.0.4
3432026-06-18T22:26:22.356Z Downloaded icu_locale_core v2.1.1
3442026-06-18T22:26:22.358Z Downloaded macaddr v1.0.1
3452026-06-18T22:26:22.358Z Downloaded icu_collections v2.1.1
3462026-06-18T22:26:22.361Z Downloaded winnow v0.7.14
3472026-06-18T22:26:22.366Z Downloaded unicode-width v0.2.0
3482026-06-18T22:26:22.369Z Downloaded plain v0.2.3
3492026-06-18T22:26:22.372Z Downloaded unicode-width v0.1.14
3502026-06-18T22:26:22.376Z Downloaded swrite v0.1.0
3512026-06-18T22:26:22.376Z Downloaded scroll v0.12.0
3522026-06-18T22:26:22.376Z Downloaded anstream v1.0.0
3532026-06-18T22:26:22.379Z Downloaded displaydoc v0.2.5
3542026-06-18T22:26:22.379Z Downloaded serde_tokenstream v0.2.3
3552026-06-18T22:26:22.379Z Downloaded clap_derive v4.6.1
3562026-06-18T22:26:22.381Z Downloaded serde-untagged v0.1.9
3572026-06-18T22:26:22.392Z Downloaded is_terminal_polyfill v1.70.2
3582026-06-18T22:26:22.394Z Downloaded stable_deref_trait v1.2.1
3592026-06-18T22:26:22.397Z Downloaded pretty-hex v0.4.1
3602026-06-18T22:26:22.397Z Downloaded itoa v1.0.17
3612026-06-18T22:26:22.400Z Downloaded proc-macro-error v1.0.4
3622026-06-18T22:26:22.403Z Downloaded quote v1.0.45
3632026-06-18T22:26:22.409Z Downloaded semver v1.0.28
3642026-06-18T22:26:22.412Z Downloaded smallvec v1.15.1
3652026-06-18T22:26:22.418Z Downloaded icu_provider v2.1.1
3662026-06-18T22:26:22.421Z Downloaded litemap v0.8.1
3672026-06-18T22:26:22.426Z Downloaded serde-value v0.7.0
3682026-06-18T22:26:22.429Z Downloaded getrandom v0.4.1
3692026-06-18T22:26:22.429Z Downloaded synstructure v0.13.2
3702026-06-18T22:26:22.433Z Downloaded ordered-float v2.10.1
3712026-06-18T22:26:22.433Z Downloaded sha2 v0.10.9
3722026-06-18T22:26:22.436Z Downloaded once_cell v1.21.3
3732026-06-18T22:26:22.439Z Downloaded icu_normalizer v2.1.1
3742026-06-18T22:26:22.442Z Downloaded serde_derive v1.0.228
3752026-06-18T22:26:22.442Z Downloaded log v0.4.29
3762026-06-18T22:26:22.445Z Downloaded pest_derive v2.8.6
3772026-06-18T22:26:22.448Z Downloaded num-traits v0.2.19
3782026-06-18T22:26:22.457Z Downloaded pest_generator v2.8.6
3792026-06-18T22:26:22.460Z Downloaded papergrid v0.11.0
3802026-06-18T22:26:22.464Z Downloaded icu_normalizer_data v2.1.1
3812026-06-18T22:26:22.469Z Downloaded pest_meta v2.8.6
3822026-06-18T22:26:22.483Z Downloaded proc-macro2 v1.0.106
3832026-06-18T22:26:22.489Z Downloaded memchr v2.8.0
3842026-06-18T22:26:22.497Z Downloaded serde_core v1.0.228
3852026-06-18T22:26:22.511Z Downloaded serde v1.0.228
3862026-06-18T22:26:22.514Z Downloaded icu_properties_data v2.1.2
3872026-06-18T22:26:22.523Z Downloaded clap_builder v4.6.0
3882026-06-18T22:26:22.530Z Downloaded indexmap v2.14.0
3892026-06-18T22:26:22.535Z Downloaded pest v2.8.6
3902026-06-18T22:26:22.538Z Downloaded idna v1.1.0
3912026-06-18T22:26:22.541Z Downloaded hashbrown v0.17.0
3922026-06-18T22:26:22.544Z Downloaded goblin v0.8.2
3932026-06-18T22:26:22.547Z Downloaded serde_json v1.0.149
3942026-06-18T22:26:22.567Z Downloaded tabled v0.15.0
3952026-06-18T22:26:22.591Z Downloaded syn v1.0.109
3962026-06-18T22:26:22.597Z Downloaded syn v2.0.117
3972026-06-18T22:26:22.611Z Downloaded rustix v1.1.3
3982026-06-18T22:26:22.640Z Downloaded libc v0.2.185
3992026-06-18T22:26:22.704Z Compiling proc-macro2 v1.0.106
4002026-06-18T22:26:22.707Z Compiling unicode-ident v1.0.24
4012026-06-18T22:26:22.707Z Compiling quote v1.0.45
4022026-06-18T22:26:22.707Z Compiling serde_core v1.0.228
4032026-06-18T22:26:22.707Z Compiling libc v0.2.185
4042026-06-18T22:26:22.707Z Compiling version_check v0.9.5
4052026-06-18T22:26:22.707Z Compiling stable_deref_trait v1.2.1
4062026-06-18T22:26:22.707Z Compiling memchr v2.8.0
4072026-06-18T22:26:22.707Z Compiling serde v1.0.228
4082026-06-18T22:26:22.868Z Compiling zmij v1.0.21
4092026-06-18T22:26:22.874Z Compiling ucd-trie v0.1.7
4102026-06-18T22:26:22.874Z Compiling itoa v1.0.17
4112026-06-18T22:26:22.874Z Compiling autocfg v1.5.0
4122026-06-18T22:26:22.874Z Compiling thiserror v1.0.69
4132026-06-18T22:26:22.874Z Compiling writeable v0.6.2
4142026-06-18T22:26:23.079Z Compiling litemap v0.8.1
4152026-06-18T22:26:23.178Z Compiling icu_normalizer_data v2.1.1
4162026-06-18T22:26:23.333Z Compiling rustix v1.1.3
4172026-06-18T22:26:23.369Z Compiling byteorder v1.5.0
4182026-06-18T22:26:23.372Z Compiling icu_properties_data v2.1.2
4192026-06-18T22:26:23.388Z Compiling pest v2.8.6
4202026-06-18T22:26:23.433Z Compiling serde_json v1.0.149
4212026-06-18T22:26:23.447Z Compiling bitflags v2.11.0
4222026-06-18T22:26:23.580Z Compiling num-traits v0.2.19
4232026-06-18T22:26:23.648Z Compiling smallvec v1.15.1
4242026-06-18T22:26:23.648Z Compiling hashbrown v0.17.0
4252026-06-18T22:26:23.712Z Compiling equivalent v1.0.2
4262026-06-18T22:26:23.761Z Compiling typeid v1.0.3
4272026-06-18T22:26:23.813Z Compiling usdt-impl v0.5.0
4282026-06-18T22:26:23.817Z Compiling proc-macro-error-attr v1.0.4
4292026-06-18T22:26:23.817Z Compiling toml_write v0.1.2
4302026-06-18T22:26:23.879Z Compiling winnow v0.7.14
4312026-06-18T22:26:23.882Z Compiling erased-serde v0.4.9
4322026-06-18T22:26:23.914Z Compiling syn v1.0.109
4332026-06-18T22:26:23.954Z Compiling errno v0.3.14
4342026-06-18T22:26:24.011Z Compiling thread-id v4.2.2
4352026-06-18T22:26:24.129Z Compiling proc-macro-error v1.0.4
4362026-06-18T22:26:24.159Z Compiling indexmap v2.14.0
4372026-06-18T22:26:24.191Z Compiling utf8parse v0.2.2
4382026-06-18T22:26:24.214Z Compiling log v0.4.29
4392026-06-18T22:26:24.246Z Compiling utf8_iter v1.0.4
4402026-06-18T22:26:24.289Z Compiling syn v2.0.117
4412026-06-18T22:26:24.337Z Compiling getrandom v0.4.1
4422026-06-18T22:26:24.353Z Compiling camino v1.2.2
4432026-06-18T22:26:24.374Z Compiling percent-encoding v2.3.2
4442026-06-18T22:26:24.392Z Compiling plain v0.2.3
4452026-06-18T22:26:24.414Z Compiling thiserror v2.0.18
4462026-06-18T22:26:24.525Z Compiling pest_meta v2.8.6
4472026-06-18T22:26:24.572Z Compiling form_urlencoded v1.2.2
4482026-06-18T22:26:24.589Z Compiling anstyle-parse v1.0.0
4492026-06-18T22:26:24.783Z Compiling ordered-float v2.10.1
4502026-06-18T22:26:24.832Z Compiling anstyle v1.0.14
4512026-06-18T22:26:24.854Z Compiling anstyle-query v1.1.5
4522026-06-18T22:26:24.887Z Compiling colorchoice v1.0.4
4532026-06-18T22:26:24.890Z Compiling is_terminal_polyfill v1.70.2
4542026-06-18T22:26:24.923Z Compiling pretty-hex v0.4.1
4552026-06-18T22:26:24.926Z Compiling cfg-if v1.0.4
4562026-06-18T22:26:25.018Z Compiling anstream v1.0.0
4572026-06-18T22:26:25.037Z Compiling fs-err v3.3.0
4582026-06-18T22:26:25.073Z Compiling terminal_size v0.4.3
4592026-06-18T22:26:25.108Z Compiling fnv v1.0.7
4602026-06-18T22:26:25.111Z Compiling bytecount v0.6.9
4612026-06-18T22:26:25.111Z Compiling once_cell v1.21.3
4622026-06-18T22:26:25.214Z Compiling anyhow v1.0.102
4632026-06-18T22:26:25.235Z Compiling heck v0.4.1
4642026-06-18T22:26:25.253Z Compiling fastrand v2.3.0
4652026-06-18T22:26:25.272Z Compiling clap_lex v1.0.0
4662026-06-18T22:26:25.289Z Compiling unicode-xid v0.2.6
4672026-06-18T22:26:25.334Z Compiling heck v0.5.0
4682026-06-18T22:26:25.438Z Compiling semver v1.0.28
4692026-06-18T22:26:25.492Z Compiling strsim v0.11.1
4702026-06-18T22:26:25.528Z Compiling unicode-width v0.1.14
4712026-06-18T22:26:25.544Z Compiling tempfile v3.25.0
4722026-06-18T22:26:25.563Z Compiling memmap v0.7.0
4732026-06-18T22:26:25.615Z Compiling smawk v0.3.2
4742026-06-18T22:26:25.780Z Compiling papergrid v0.11.0
4752026-06-18T22:26:25.794Z Compiling serde-untagged v0.1.9
4762026-06-18T22:26:25.813Z Compiling clap_builder v4.6.0
4772026-06-18T22:26:25.837Z Compiling unicode-linebreak v0.1.5
4782026-06-18T22:26:25.854Z Compiling unicode-width v0.2.0
4792026-06-18T22:26:25.895Z Compiling camino-tempfile v1.4.1
4802026-06-18T22:26:25.951Z Compiling swrite v0.1.0
4812026-06-18T22:26:26.024Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-06-18T22:26:26.098Z Compiling textwrap v0.16.2
4832026-06-18T22:26:26.390Z Compiling tabled_derive v0.7.0
4842026-06-18T22:26:26.969Z Compiling synstructure v0.13.2
4852026-06-18T22:26:26.969Z Compiling pest_generator v2.8.6
4862026-06-18T22:26:27.115Z Compiling tabled v0.15.0
4872026-06-18T22:26:27.539Z Compiling serde_derive v1.0.228
4882026-06-18T22:26:27.539Z Compiling zerofrom-derive v0.1.6
4892026-06-18T22:26:27.564Z Compiling yoke-derive v0.8.1
4902026-06-18T22:26:27.564Z Compiling zerovec-derive v0.11.2
4912026-06-18T22:26:27.564Z Compiling displaydoc v0.2.5
4922026-06-18T22:26:27.593Z Compiling thiserror-impl v1.0.69
4932026-06-18T22:26:27.601Z Compiling zerocopy-derive v0.7.35
4942026-06-18T22:26:27.601Z Compiling scroll_derive v0.12.1
4952026-06-18T22:26:27.634Z Compiling thiserror-impl v2.0.18
4962026-06-18T22:26:27.685Z Compiling clap_derive v4.6.1
4972026-06-18T22:26:27.736Z Compiling pest_derive v2.8.6
4982026-06-18T22:26:28.257Z Compiling scroll v0.12.0
4992026-06-18T22:26:28.419Z Compiling zerocopy v0.7.35
5002026-06-18T22:26:28.488Z Compiling goblin v0.8.2
5012026-06-18T22:26:28.556Z Compiling zerofrom v0.1.6
5022026-06-18T22:26:28.661Z Compiling yoke v0.8.1
5032026-06-18T22:26:28.707Z Compiling dtrace-parser v0.2.0
5042026-06-18T22:26:28.815Z Compiling zerovec v0.11.5
5052026-06-18T22:26:28.818Z Compiling zerotrie v0.2.3
5062026-06-18T22:26:29.030Z Compiling clap v4.6.1
5072026-06-18T22:26:29.238Z Compiling tinystr v0.8.2
5082026-06-18T22:26:29.238Z Compiling potential_utf v0.1.4
5092026-06-18T22:26:29.347Z Compiling icu_collections v2.1.1
5102026-06-18T22:26:29.402Z Compiling icu_locale_core v2.1.1
5112026-06-18T22:26:29.938Z Compiling icu_provider v2.1.1
5122026-06-18T22:26:30.012Z Compiling dof v0.3.0
5132026-06-18T22:26:30.012Z Compiling serde_tokenstream v0.2.3
5142026-06-18T22:26:30.041Z Compiling serde_spanned v0.6.9
5152026-06-18T22:26:30.056Z Compiling toml_datetime v0.6.11
5162026-06-18T22:26:30.056Z Compiling serde-value v0.7.0
5172026-06-18T22:26:30.056Z Compiling cargo-platform v0.2.0
5182026-06-18T22:26:30.056Z Compiling macaddr v1.0.1
5192026-06-18T22:26:30.219Z Compiling icu_normalizer v2.1.1
5202026-06-18T22:26:30.219Z Compiling icu_properties v2.1.2
5212026-06-18T22:26:30.320Z Compiling toml_edit v0.22.27
5222026-06-18T22:26:30.780Z Compiling usdt-macro v0.5.0
5232026-06-18T22:26:30.845Z Compiling usdt-attr-macro v0.5.0
5242026-06-18T22:26:31.053Z Compiling idna_adapter v1.2.1
5252026-06-18T22:26:31.161Z Compiling idna v1.1.0
5262026-06-18T22:26:31.373Z Compiling usdt v0.5.0
5272026-06-18T22:26:31.430Z Compiling url v2.5.8
5282026-06-18T22:26:31.597Z Compiling toml v0.8.23
5292026-06-18T22:26:31.928Z Compiling cargo-util-schemas v0.8.2
5302026-06-18T22:26:31.928Z Compiling cargo_toml v0.21.0
5312026-06-18T22:26:32.719Z Compiling cargo_metadata v0.21.0
5322026-06-18T22:26:33.630Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5332026-06-18T22:26:35.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.07s
5342026-06-18T22:26:35.987Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5352026-06-18T22:26:36.468Z Downloading crates ...
5362026-06-18T22:26:36.573Z Downloaded array-init v0.0.4
5372026-06-18T22:26:36.576Z Downloaded adler2 v2.0.1
5382026-06-18T22:26:36.579Z Downloaded aead v0.5.2
5392026-06-18T22:26:36.581Z Downloaded arrayref v0.3.9
5402026-06-18T22:26:36.586Z Downloaded anstyle-parse v0.2.7
5412026-06-18T22:26:36.588Z Downloaded argon2 v0.5.3
5422026-06-18T22:26:36.588Z Downloaded anstream v0.6.21
5432026-06-18T22:26:36.596Z Downloaded allocator-api2 v0.2.21
5442026-06-18T22:26:36.599Z Downloaded crc-any v2.5.0
5452026-06-18T22:26:36.606Z Downloaded darling v0.23.0
5462026-06-18T22:26:36.609Z Downloaded defmt v1.0.1
5472026-06-18T22:26:36.612Z Downloaded derive_builder_macro v0.20.2
5482026-06-18T22:26:36.615Z Downloaded arc-swap v1.8.2
5492026-06-18T22:26:36.615Z Downloaded ar_archive_writer v0.5.1
5502026-06-18T22:26:36.618Z Downloaded derive_builder_core v0.20.2
5512026-06-18T22:26:36.622Z Downloaded defmt-macros v1.0.1
5522026-06-18T22:26:36.625Z Downloaded darling_macro v0.21.3
5532026-06-18T22:26:36.625Z Downloaded base16ct v0.2.0
5542026-06-18T22:26:36.625Z Downloaded dirs-next v2.0.0
5552026-06-18T22:26:36.625Z Downloaded darling_core v0.20.11
5562026-06-18T22:26:36.630Z Downloaded ciborium-ll v0.2.2
5572026-06-18T22:26:36.630Z Downloaded castaway v0.2.4
5582026-06-18T22:26:36.635Z Downloaded bcrypt-pbkdf v0.10.0
5592026-06-18T22:26:36.635Z Downloaded bitfield-struct v0.6.2
5602026-06-18T22:26:36.635Z Downloaded enum-as-inner v0.6.1
5612026-06-18T22:26:36.635Z Downloaded defmt-parser v1.0.0
5622026-06-18T22:26:36.635Z Downloaded async-trait v0.1.89
5632026-06-18T22:26:36.638Z Downloaded critical-section v1.2.0
5642026-06-18T22:26:36.638Z Downloaded cpufeatures v0.3.0
5652026-06-18T22:26:36.638Z Downloaded bitfield-macros v0.19.4
5662026-06-18T22:26:36.638Z Downloaded atomicwrites v0.4.4
5672026-06-18T22:26:36.641Z Downloaded compression-core v0.4.31
5682026-06-18T22:26:36.641Z Downloaded darling_core v0.13.4
5692026-06-18T22:26:36.644Z Downloaded arrayvec v0.7.6
5702026-06-18T22:26:36.644Z Downloaded deranged v0.5.8
5712026-06-18T22:26:36.647Z Downloaded elliptic-curve v0.13.8
5722026-06-18T22:26:36.650Z Downloaded defmt v0.3.100
5732026-06-18T22:26:36.650Z Downloaded bitflags v1.3.2
5742026-06-18T22:26:36.656Z Downloaded bcs v0.1.6
5752026-06-18T22:26:36.656Z Downloaded crc-catalog v2.4.0
5762026-06-18T22:26:36.657Z Downloaded block-padding v0.3.3
5772026-06-18T22:26:36.657Z Downloaded darling v0.13.4
5782026-06-18T22:26:36.657Z Downloaded drift v0.2.0
5792026-06-18T22:26:36.661Z Downloaded ciborium-io v0.2.2
5802026-06-18T22:26:36.665Z Downloaded cargo-platform v0.3.2
5812026-06-18T22:26:36.665Z Downloaded embedded-io v0.4.0
5822026-06-18T22:26:36.665Z Downloaded bit-set v0.5.3
5832026-06-18T22:26:36.665Z Downloaded des v0.8.1
5842026-06-18T22:26:36.671Z Downloaded darling_macro v0.20.11
5852026-06-18T22:26:36.671Z Downloaded darling v0.21.3
5862026-06-18T22:26:36.674Z Downloaded document-features v0.2.12
5872026-06-18T22:26:36.674Z Downloaded dyn-clone v1.0.20
5882026-06-18T22:26:36.675Z Downloaded curve25519-dalek-derive v0.1.1
5892026-06-18T22:26:36.675Z Downloaded bb8 v0.8.6
5902026-06-18T22:26:36.675Z Downloaded convert_case v0.4.0
5912026-06-18T22:26:36.675Z Downloaded dof v0.4.0
5922026-06-18T22:26:36.679Z Downloaded crc v3.4.0
5932026-06-18T22:26:36.679Z Downloaded bit-set v0.8.0
5942026-06-18T22:26:36.679Z Downloaded diesel_table_macro_syntax v0.3.0
5952026-06-18T22:26:36.679Z Downloaded dtrace-parser v0.3.0
5962026-06-18T22:26:36.679Z Downloaded display-error-chain v0.2.2
5972026-06-18T22:26:36.682Z Downloaded ecdsa v0.16.9
5982026-06-18T22:26:36.682Z Downloaded diesel-dtrace v0.5.0
5992026-06-18T22:26:36.682Z Downloaded cfg_aliases v0.2.1
6002026-06-18T22:26:36.685Z Downloaded async-stream v0.3.6
6012026-06-18T22:26:36.685Z Downloaded der_derive v0.7.3
6022026-06-18T22:26:36.685Z Downloaded dunce v1.0.5
6032026-06-18T22:26:36.689Z Downloaded cobs v0.3.0
6042026-06-18T22:26:36.689Z Downloaded dropshot-api-manager-types v0.7.2
6052026-06-18T22:26:36.689Z Downloaded async-recursion v1.1.1
6062026-06-18T22:26:36.692Z Downloaded assert_matches v1.5.0
6072026-06-18T22:26:36.692Z Downloaded ascii-canvas v3.0.0
6082026-06-18T22:26:36.692Z Downloaded async-stream-impl v0.3.6
6092026-06-18T22:26:36.695Z Downloaded dirs-sys-next v0.1.2
6102026-06-18T22:26:36.695Z Downloaded crunchy v0.2.4
6112026-06-18T22:26:36.695Z Downloaded fd-lock v4.0.4
6122026-06-18T22:26:36.697Z Downloaded embedded-io v0.6.1
6132026-06-18T22:26:36.698Z Downloaded cfg_aliases v0.1.1
6142026-06-18T22:26:36.698Z Downloaded cargo_metadata v0.23.1
6152026-06-18T22:26:36.700Z Downloaded bitfield v0.19.4
6162026-06-18T22:26:36.700Z Downloaded atty v0.2.14
6172026-06-18T22:26:36.701Z Downloaded aho-corasick v1.1.4
6182026-06-18T22:26:36.703Z Downloaded data-encoding v2.10.0
6192026-06-18T22:26:36.706Z Downloaded darling_macro v0.23.0
6202026-06-18T22:26:36.706Z Downloaded aes v0.8.4
6212026-06-18T22:26:36.709Z Downloaded foreign-types-macros v0.2.3
6222026-06-18T22:26:36.709Z Downloaded foreign-types v0.3.2
6232026-06-18T22:26:36.709Z Downloaded env_filter v1.0.0
6242026-06-18T22:26:36.713Z Downloaded darling_macro v0.13.4
6252026-06-18T22:26:36.713Z Downloaded flagset v0.4.7
6262026-06-18T22:26:36.713Z Downloaded difflib v0.4.0
6272026-06-18T22:26:36.716Z Downloaded float-ord v0.3.2
6282026-06-18T22:26:36.716Z Downloaded fixedbitset v0.4.2
6292026-06-18T22:26:36.716Z Downloaded foreign-types-shared v0.1.1
6302026-06-18T22:26:36.716Z Downloaded foreign-types v0.5.0
6312026-06-18T22:26:36.719Z Downloaded foreign-types-shared v0.3.1
6322026-06-18T22:26:36.719Z Downloaded backon v1.6.0
6332026-06-18T22:26:36.719Z Downloaded float-cmp v0.10.0
6342026-06-18T22:26:36.722Z Downloaded futures-macro v0.3.32
6352026-06-18T22:26:36.722Z Downloaded debug-ignore v1.0.5
6362026-06-18T22:26:36.722Z Downloaded cstr-argument v0.1.2
6372026-06-18T22:26:36.722Z Downloaded cipher v0.4.4
6382026-06-18T22:26:36.726Z Downloaded ahash v0.8.12
6392026-06-18T22:26:36.726Z Downloaded hash32 v0.3.1
6402026-06-18T22:26:36.729Z Downloaded git-stub v1.0.0
6412026-06-18T22:26:36.729Z Downloaded ghash v0.5.1
6422026-06-18T22:26:36.729Z Downloaded futures-sink v0.3.32
6432026-06-18T22:26:36.729Z Downloaded ed25519 v2.2.3
6442026-06-18T22:26:36.736Z Downloaded derive_more v2.1.1
6452026-06-18T22:26:36.740Z Downloaded dsl_auto_type v0.2.0
6462026-06-18T22:26:36.741Z Downloaded find-msvc-tools v0.1.9
6472026-06-18T22:26:36.741Z Downloaded crucible-workspace-hack v0.1.0
6482026-06-18T22:26:36.741Z Downloaded cbc v0.1.2
6492026-06-18T22:26:36.746Z Downloaded byte-wrapper v0.1.0
6502026-06-18T22:26:36.746Z Downloaded atomic-waker v1.1.2
6512026-06-18T22:26:36.746Z Downloaded crossbeam-channel v0.5.15
6522026-06-18T22:26:36.749Z Downloaded funty v2.0.0
6532026-06-18T22:26:36.749Z Downloaded compression-codecs v0.4.37
6542026-06-18T22:26:36.750Z Downloaded fxhash v0.2.1
6552026-06-18T22:26:36.750Z Downloaded camino-tempfile-ext v0.3.3
6562026-06-18T22:26:36.752Z Downloaded bit-vec v0.6.3
6572026-06-18T22:26:36.752Z Downloaded futures-io v0.3.32
6582026-06-18T22:26:36.752Z Downloaded futures-core v0.3.32
6592026-06-18T22:26:36.752Z Downloaded gethostname v0.5.0
6602026-06-18T22:26:36.755Z Downloaded buf-list v1.1.2
6612026-06-18T22:26:36.755Z Downloaded globwalk v0.9.1
6622026-06-18T22:26:36.758Z Downloaded cmake v0.1.57
6632026-06-18T22:26:36.758Z Downloaded foldhash v0.1.5
6642026-06-18T22:26:36.758Z Downloaded bit-vec v0.8.0
6652026-06-18T22:26:36.761Z Downloaded backoff v0.4.0
6662026-06-18T22:26:36.761Z Downloaded filetime v0.2.27
6672026-06-18T22:26:36.765Z Downloaded fallible-iterator v0.2.0
6682026-06-18T22:26:36.765Z Downloaded derive_builder v0.20.2
6692026-06-18T22:26:36.768Z Downloaded downcast-rs v2.0.2
6702026-06-18T22:26:36.768Z Downloaded constant_time_eq v0.4.2
6712026-06-18T22:26:36.768Z Downloaded blowfish v0.9.1
6722026-06-18T22:26:36.771Z Downloaded hex-literal v0.4.1
6732026-06-18T22:26:36.771Z Downloaded fixedbitset v0.5.7
6742026-06-18T22:26:36.771Z Downloaded ff v0.13.1
6752026-06-18T22:26:36.774Z Downloaded env_logger v0.11.9
6762026-06-18T22:26:36.774Z Downloaded hex v0.4.3
6772026-06-18T22:26:36.777Z Downloaded blake2 v0.10.6
6782026-06-18T22:26:36.777Z Downloaded derive-ex v0.1.8
6792026-06-18T22:26:36.780Z Downloaded hash32 v0.2.1
6802026-06-18T22:26:36.780Z Downloaded darling v0.20.11
6812026-06-18T22:26:36.783Z Downloaded ena v0.14.4
6822026-06-18T22:26:36.783Z Downloaded csv-core v0.1.13
6832026-06-18T22:26:36.783Z Downloaded daft v0.1.7
6842026-06-18T22:26:36.785Z Downloaded home v0.5.12
6852026-06-18T22:26:36.786Z Downloaded crossbeam-deque v0.8.6
6862026-06-18T22:26:36.788Z Downloaded http-body v1.0.1
6872026-06-18T22:26:36.788Z Downloaded cexpr v0.6.0
6882026-06-18T22:26:36.788Z Downloaded foldhash v0.2.0
6892026-06-18T22:26:36.791Z Downloaded base64ct v1.8.3
6902026-06-18T22:26:36.791Z Downloaded endian-type v0.1.2
6912026-06-18T22:26:36.791Z Downloaded hostname v0.4.2
6922026-06-18T22:26:36.794Z Downloaded hostname v0.3.1
6932026-06-18T22:26:36.794Z Downloaded either v1.15.0
6942026-06-18T22:26:36.798Z Downloaded group v0.13.0
6952026-06-18T22:26:36.798Z Downloaded futures-task v0.3.32
6962026-06-18T22:26:36.798Z Downloaded httpdate v1.0.3
6972026-06-18T22:26:36.798Z Downloaded http-range v0.1.5
6982026-06-18T22:26:36.801Z Downloaded git-stub-vcs v0.1.0
6992026-06-18T22:26:36.802Z Downloaded illumos-nvpair v0.3.0
7002026-06-18T22:26:36.802Z Downloaded ident_case v1.0.1
7012026-06-18T22:26:36.802Z Downloaded hubpack_derive v0.1.1
7022026-06-18T22:26:36.802Z Downloaded corncobs v0.1.4
7032026-06-18T22:26:36.805Z Downloaded indoc v1.0.9
7042026-06-18T22:26:36.805Z Downloaded hyper-tls v0.6.0
7052026-06-18T22:26:36.805Z Downloaded crc8 v0.1.1
7062026-06-18T22:26:36.807Z Downloaded async-bb8-diesel v0.2.1
7072026-06-18T22:26:36.810Z Downloaded fs-err v2.11.0
7082026-06-18T22:26:36.815Z Downloaded glob v0.3.3
7092026-06-18T22:26:36.815Z Downloaded fs_extra v1.3.0
7102026-06-18T22:26:36.815Z Downloaded globset v0.4.18
7112026-06-18T22:26:36.818Z Downloaded cookie v0.18.1
7122026-06-18T22:26:36.818Z Downloaded cancel-safe-futures v0.1.5
7132026-06-18T22:26:36.821Z Downloaded console v0.15.11
7142026-06-18T22:26:36.821Z Downloaded indent_write v2.2.0
7152026-06-18T22:26:36.823Z Downloaded const-oid v0.9.6
7162026-06-18T22:26:36.824Z Downloaded diff v0.1.13
7172026-06-18T22:26:36.826Z Downloaded chacha20 v0.9.1
7182026-06-18T22:26:36.826Z Downloaded cassowary v0.3.0
7192026-06-18T22:26:36.826Z Downloaded const_format_proc_macros v0.2.34
7202026-06-18T22:26:36.829Z Downloaded colored v2.2.0
7212026-06-18T22:26:36.832Z Downloaded cookie_store v0.22.1
7222026-06-18T22:26:36.832Z Downloaded inout v0.1.4
7232026-06-18T22:26:36.832Z Downloaded illumos-nvpair-sys v0.2.0
7242026-06-18T22:26:36.835Z Downloaded ctr v0.9.2
7252026-06-18T22:26:36.835Z Downloaded crossbeam-epoch v0.9.18
7262026-06-18T22:26:36.838Z Downloaded ciborium v0.2.2
7272026-06-18T22:26:36.838Z Downloaded kstat-rs v0.2.4
7282026-06-18T22:26:36.841Z Downloaded is_ci v1.2.0
7292026-06-18T22:26:36.841Z Downloaded instant v0.1.13
7302026-06-18T22:26:36.841Z Downloaded headers-core v0.3.0
7312026-06-18T22:26:36.841Z Downloaded console v0.16.2
7322026-06-18T22:26:36.844Z Downloaded darling_core v0.23.0
7332026-06-18T22:26:36.847Z Downloaded internet-checksum v0.2.1
7342026-06-18T22:26:36.850Z Downloaded lazy_static v1.5.0
7352026-06-18T22:26:36.850Z Downloaded lalrpop-util v0.19.12
7362026-06-18T22:26:36.850Z Downloaded keccak v0.1.6
7372026-06-18T22:26:36.853Z Downloaded instability v0.3.11
7382026-06-18T22:26:36.853Z Downloaded clang-sys v1.8.1
7392026-06-18T22:26:36.855Z Downloaded bzip2 v0.4.4
7402026-06-18T22:26:36.856Z Downloaded colored v3.1.1
7412026-06-18T22:26:36.861Z Downloaded crc32fast v1.5.0
7422026-06-18T22:26:36.864Z Downloaded lru v0.12.5
7432026-06-18T22:26:36.868Z Downloaded md-5 v0.10.6
7442026-06-18T22:26:36.872Z Downloaded hubpack v0.1.2
7452026-06-18T22:26:36.872Z Downloaded http-body-util v0.1.3
7462026-06-18T22:26:36.872Z Downloaded is-terminal v0.4.17
7472026-06-18T22:26:36.872Z Downloaded ingot-types v0.1.2
7482026-06-18T22:26:36.872Z Downloaded futures-channel v0.3.32
7492026-06-18T22:26:36.874Z Downloaded libscf-sys v1.1.0
7502026-06-18T22:26:36.874Z Downloaded managed v0.8.0
7512026-06-18T22:26:36.874Z Downloaded maybe-uninit v2.0.0
7522026-06-18T22:26:36.877Z Downloaded match_cfg v0.1.0
7532026-06-18T22:26:36.880Z Downloaded humantime v2.3.0
7542026-06-18T22:26:36.880Z Downloaded crossbeam-utils v0.8.21
7552026-06-18T22:26:36.884Z Downloaded newtype-uuid-macros v0.1.0
7562026-06-18T22:26:36.884Z Downloaded hyper-staticfile v0.10.1
7572026-06-18T22:26:36.887Z Downloaded multimap v0.10.1
7582026-06-18T22:26:36.887Z Downloaded futures-executor v0.3.32
7592026-06-18T22:26:36.890Z Downloaded erased-serde v0.3.31
7602026-06-18T22:26:36.890Z Downloaded maplit v1.0.2
7612026-06-18T22:26:36.894Z Downloaded lru-slab v0.1.2
7622026-06-18T22:26:36.894Z Downloaded mime v0.3.17
7632026-06-18T22:26:36.894Z Downloaded memoffset v0.9.1
7642026-06-18T22:26:36.894Z Downloaded lru-cache v0.1.2
7652026-06-18T22:26:36.895Z Downloaded bzip2 v0.6.1
7662026-06-18T22:26:36.895Z Downloaded convert_case v0.10.0
7672026-06-18T22:26:36.898Z Downloaded daft-derive v0.1.7
7682026-06-18T22:26:36.900Z Downloaded impl-trait-for-tuples v0.2.3
7692026-06-18T22:26:36.900Z Downloaded derive_more v0.99.20
7702026-06-18T22:26:36.903Z Downloaded indoc v2.0.7
7712026-06-18T22:26:36.906Z Downloaded derive-where v1.6.0
7722026-06-18T22:26:36.909Z Downloaded normalize-line-endings v0.3.0
7732026-06-18T22:26:36.909Z Downloaded nonempty v0.12.0
7742026-06-18T22:26:36.909Z Downloaded newtype_derive v0.1.6
7752026-06-18T22:26:36.912Z Downloaded new_debug_unreachable v1.0.6
7762026-06-18T22:26:36.912Z Downloaded chacha20 v0.10.0
7772026-06-18T22:26:36.915Z Downloaded num-derive v0.4.2
7782026-06-18T22:26:36.917Z Downloaded num-iter v0.1.45
7792026-06-18T22:26:36.917Z Downloaded num-derive v0.3.3
7802026-06-18T22:26:36.917Z Downloaded ingot v0.1.1
7812026-06-18T22:26:36.922Z Downloaded ipnetwork v0.21.1
7822026-06-18T22:26:36.922Z Downloaded nibble_vec v0.1.0
7832026-06-18T22:26:36.925Z Downloaded nodrop v0.1.14
7842026-06-18T22:26:36.925Z Downloaded jobserver v0.1.34
7852026-06-18T22:26:36.925Z Downloaded num v0.4.3
7862026-06-18T22:26:36.928Z Downloaded num-conv v0.2.0
7872026-06-18T22:26:36.928Z Downloaded fatfs v0.3.6
7882026-06-18T22:26:36.931Z Downloaded num_enum_derive v0.5.11
7892026-06-18T22:26:36.931Z Downloaded hmac v0.12.1
7902026-06-18T22:26:36.931Z Downloaded highway v1.3.0
7912026-06-18T22:26:36.934Z Downloaded base64 v0.21.7
7922026-06-18T22:26:36.938Z Downloaded dropshot_endpoint v0.17.0
7932026-06-18T22:26:36.938Z Downloaded linked-hash-map v0.5.6
7942026-06-18T22:26:36.942Z Downloaded num_threads v0.1.7
7952026-06-18T22:26:36.942Z Downloaded libloading v0.8.9
7962026-06-18T22:26:36.942Z Downloaded libefi-sys v0.1.0
7972026-06-18T22:26:36.947Z Downloaded opaque-debug v0.3.1
7982026-06-18T22:26:36.947Z Downloaded openssl-probe v0.1.6
7992026-06-18T22:26:36.947Z Downloaded getrandom v0.3.4
8002026-06-18T22:26:36.950Z Downloaded futures v0.3.32
8012026-06-18T22:26:36.954Z Downloaded linear-map v1.2.0
8022026-06-18T22:26:36.954Z Downloaded ingot-macros v0.1.1
8032026-06-18T22:26:36.954Z Downloaded oso-derive v0.27.3
8042026-06-18T22:26:36.955Z Downloaded openssl-probe v0.2.1
8052026-06-18T22:26:36.959Z Downloaded openssl-macros v0.1.1
8062026-06-18T22:26:36.959Z Downloaded nanorand v0.7.0
8072026-06-18T22:26:36.959Z Downloaded packed_struct_codegen v0.10.1
8082026-06-18T22:26:36.959Z Downloaded iana-time-zone v0.1.65
8092026-06-18T22:26:36.959Z Downloaded multer v3.1.0
8102026-06-18T22:26:36.963Z Downloaded parse-display v0.10.0
8112026-06-18T22:26:36.963Z Downloaded half v2.7.1
8122026-06-18T22:26:36.966Z Downloaded md5 v0.7.0
8132026-06-18T22:26:36.966Z Downloaded lzss v0.8.2
8142026-06-18T22:26:36.966Z Downloaded newline-converter v0.3.0
8152026-06-18T22:26:36.969Z Downloaded mime_guess v2.0.5
8162026-06-18T22:26:36.969Z Downloaded hyper-rustls v0.27.7
8172026-06-18T22:26:36.971Z Downloaded base64 v0.22.1
8182026-06-18T22:26:36.971Z Downloaded newtype-uuid v1.3.2
8192026-06-18T22:26:36.974Z Downloaded parse-size v1.1.0
8202026-06-18T22:26:36.974Z Downloaded expectorate v1.2.0
8212026-06-18T22:26:36.977Z Downloaded native-tls v0.2.18
8222026-06-18T22:26:36.977Z Downloaded compact_str v0.8.1
8232026-06-18T22:26:36.980Z Downloaded bytes v1.11.1
8242026-06-18T22:26:36.983Z Downloaded getrandom v0.2.17
8252026-06-18T22:26:36.983Z Downloaded half v1.8.3
8262026-06-18T22:26:36.985Z Downloaded nu-ansi-term v0.50.3
8272026-06-18T22:26:36.986Z Downloaded olpc-cjson v0.1.4
8282026-06-18T22:26:36.989Z Downloaded num-complex v0.4.6
8292026-06-18T22:26:36.991Z Downloaded pbkdf2 v0.11.0
8302026-06-18T22:26:36.994Z Downloaded num_enum v0.5.11
8312026-06-18T22:26:36.997Z Downloaded num-rational v0.4.2
8322026-06-18T22:26:36.997Z Downloaded httparse v1.10.1
8332026-06-18T22:26:37.000Z Downloaded peg-runtime v0.8.5
8342026-06-18T22:26:37.000Z Downloaded pbkdf2 v0.12.2
8352026-06-18T22:26:37.003Z Downloaded path-slash v0.1.5
8362026-06-18T22:26:37.003Z Downloaded libsw v3.5.0
8372026-06-18T22:26:37.003Z Downloaded num_enum_derive v0.7.6
8382026-06-18T22:26:37.006Z Downloaded phf_shared v0.13.1
8392026-06-18T22:26:37.006Z Downloaded phf_shared v0.12.1
8402026-06-18T22:26:37.006Z Downloaded libsw-core v0.3.2
8412026-06-18T22:26:37.009Z Downloaded darling_core v0.21.3
8422026-06-18T22:26:37.012Z Downloaded oxide-tokio-rt v0.1.4
8432026-06-18T22:26:37.012Z Downloaded lock_api v0.4.14
8442026-06-18T22:26:37.015Z Downloaded flume v0.11.1
8452026-06-18T22:26:37.015Z Downloaded litrs v1.0.0
8462026-06-18T22:26:37.017Z Downloaded num_enum v0.7.6
8472026-06-18T22:26:37.020Z Downloaded pin-utils v0.1.0
8482026-06-18T22:26:37.023Z Downloaded num-integer v0.1.46
8492026-06-18T22:26:37.023Z Downloaded der v0.7.10
8502026-06-18T22:26:37.026Z Downloaded powerfmt v0.2.0
8512026-06-18T22:26:37.026Z Downloaded crypto-bigint v0.5.5
8522026-06-18T22:26:37.031Z Downloaded ignore v0.4.25
8532026-06-18T22:26:37.034Z Downloaded owo-colors v4.3.0
8542026-06-18T22:26:37.034Z Downloaded precomputed-hash v0.1.1
8552026-06-18T22:26:37.034Z Downloaded packed_struct v0.10.1
8562026-06-18T22:26:37.038Z Downloaded oxnet v0.1.6
8572026-06-18T22:26:37.038Z Downloaded password-hash v0.4.2
8582026-06-18T22:26:37.038Z Downloaded parse-display-derive v0.10.0
8592026-06-18T22:26:37.042Z Downloaded memmap2 v0.9.10
8602026-06-18T22:26:37.042Z Downloaded predicates-core v1.0.10
8612026-06-18T22:26:37.042Z Downloaded ipnet v2.11.0
8622026-06-18T22:26:37.045Z Downloaded heapless v0.8.0
8632026-06-18T22:26:37.057Z Downloaded proc-macro-crate v3.4.0
8642026-06-18T22:26:37.061Z Downloaded proc-macro-crate v1.3.1
8652026-06-18T22:26:37.061Z Downloaded libbz2-rs-sys v0.2.2
8662026-06-18T22:26:37.061Z Downloaded password-hash v0.5.0
8672026-06-18T22:26:37.066Z Downloaded parking_lot_core v0.8.6
8682026-06-18T22:26:37.066Z Downloaded const_format v0.2.35
8692026-06-18T22:26:37.066Z Downloaded progenitor-macro v0.13.0
8702026-06-18T22:26:37.072Z Downloaded progenitor-client v0.14.0
8712026-06-18T22:26:37.072Z Downloaded proc-macro-error-attr2 v2.0.0
8722026-06-18T22:26:37.072Z Downloaded psl-types v2.0.11
8732026-06-18T22:26:37.072Z Downloaded progenitor-macro v0.14.0
8742026-06-18T22:26:37.072Z Downloaded phf v0.12.1
8752026-06-18T22:26:37.076Z Downloaded peg-macros v0.8.5
8762026-06-18T22:26:37.077Z Downloaded chacha20poly1305 v0.10.1
8772026-06-18T22:26:37.077Z Downloaded radium v0.7.0
8782026-06-18T22:26:37.077Z Downloaded pem-rfc7468 v0.7.0
8792026-06-18T22:26:37.077Z Downloaded bumpalo v3.20.2
8802026-06-18T22:26:37.080Z Downloaded phf v0.13.1
8812026-06-18T22:26:37.080Z Downloaded peg v0.8.5
8822026-06-18T22:26:37.080Z Downloaded pkcs8 v0.10.2
8832026-06-18T22:26:37.083Z Downloaded phf_shared v0.11.3
8842026-06-18T22:26:37.083Z Downloaded pin-project-lite v0.2.17
8852026-06-18T22:26:37.086Z Downloaded quick-error v1.2.3
8862026-06-18T22:26:37.086Z Downloaded headers v0.4.1
8872026-06-18T22:26:37.089Z Downloaded cc v1.2.56
8882026-06-18T22:26:37.092Z Downloaded rand_xorshift v0.4.0
8892026-06-18T22:26:37.092Z Downloaded heapless v0.7.17
8902026-06-18T22:26:37.095Z Downloaded recursive v0.1.1
8912026-06-18T22:26:37.095Z Downloaded flate2 v1.1.9
8922026-06-18T22:26:37.099Z Downloaded paste v1.0.15
8932026-06-18T22:26:37.102Z Downloaded derive_more-impl v2.1.1
8942026-06-18T22:26:37.105Z Downloaded pin-project-internal v1.1.11
8952026-06-18T22:26:37.107Z Downloaded postgres-protocol v0.6.10
8962026-06-18T22:26:37.108Z Downloaded recursive-proc-macro-impl v0.1.1
8972026-06-18T22:26:37.110Z Downloaded ppv-lite86 v0.2.21
8982026-06-18T22:26:37.114Z Downloaded ref-cast v1.0.25
8992026-06-18T22:26:37.114Z Downloaded omicron-zone-package v0.12.2
9002026-06-18T22:26:37.117Z Downloaded pem v3.0.6
9012026-06-18T22:26:37.117Z Downloaded indicatif v0.18.4
9022026-06-18T22:26:37.120Z Downloaded parking_lot_core v0.9.12
9032026-06-18T22:26:37.120Z Downloaded indexmap v1.9.3
9042026-06-18T22:26:37.123Z Downloaded predicates-tree v1.0.13
9052026-06-18T22:26:37.123Z Downloaded progenitor-client v0.13.0
9062026-06-18T22:26:37.126Z Downloaded hickory-resolver v0.24.4
9072026-06-18T22:26:37.129Z Downloaded progenitor-extras v0.2.0
9082026-06-18T22:26:37.129Z Downloaded proc-macro-error2 v2.0.1
9092026-06-18T22:26:37.132Z Downloaded rustc_version v0.1.7
9102026-06-18T22:26:37.132Z Downloaded psm v0.1.30
9112026-06-18T22:26:37.135Z Downloaded rustc-hash v2.1.1
9122026-06-18T22:26:37.135Z Downloaded russh-cryptovec v0.7.3
9132026-06-18T22:26:37.135Z Downloaded rfc6979 v0.4.0
9142026-06-18T22:26:37.138Z Downloaded progenitor v0.14.0
9152026-06-18T22:26:37.142Z Downloaded async-compression v0.4.41
9162026-06-18T22:26:37.145Z Downloaded parking_lot v0.12.5
9172026-06-18T22:26:37.148Z Downloaded pkcs5 v0.7.1
9182026-06-18T22:26:37.151Z Downloaded rand_chacha v0.3.1
9192026-06-18T22:26:37.153Z Downloaded rand_chacha v0.9.0
9202026-06-18T22:26:37.153Z Downloaded postcard v1.1.3
9212026-06-18T22:26:37.156Z Downloaded rtoolbox v0.0.3
9222026-06-18T22:26:37.156Z Downloaded rand_core v0.6.4
9232026-06-18T22:26:37.156Z Downloaded rand_seeder v0.4.0
9242026-06-18T22:26:37.159Z Downloaded polyval v0.6.2
9252026-06-18T22:26:37.159Z Downloaded pkcs1 v0.7.5
9262026-06-18T22:26:37.163Z Downloaded miniz_oxide v0.8.9
9272026-06-18T22:26:37.166Z Downloaded ed25519-dalek v2.2.0
9282026-06-18T22:26:37.171Z Downloaded ref-cast-impl v1.0.25
9292026-06-18T22:26:37.173Z Downloaded hickory-server v0.25.2
9302026-06-18T22:26:37.176Z Downloaded primeorder v0.13.6
9312026-06-18T22:26:37.176Z Downloaded rand_core v0.10.0
9322026-06-18T22:26:37.179Z Downloaded rand_core v0.9.5
9332026-06-18T22:26:37.179Z Downloaded r2d2 v0.8.10
9342026-06-18T22:26:37.182Z Downloaded hickory-resolver v0.25.2
9352026-06-18T22:26:37.182Z Downloaded pkg-config v0.3.32
9362026-06-18T22:26:37.184Z Downloaded progenitor v0.13.0
9372026-06-18T22:26:37.184Z Downloaded salsa20 v0.10.2
9382026-06-18T22:26:37.188Z Downloaded scheduled-thread-pool v0.2.7
9392026-06-18T22:26:37.188Z Downloaded sapling-renderdag v0.1.0
9402026-06-18T22:26:37.188Z Downloaded same-file v1.0.6
9412026-06-18T22:26:37.217Z Downloaded papergrid v0.17.0
9422026-06-18T22:26:37.217Z Downloaded seq-macro v0.3.6
9432026-06-18T22:26:37.217Z Downloaded scrypt v0.11.0
9442026-06-18T22:26:37.217Z Downloaded scroll_derive v0.13.1
9452026-06-18T22:26:37.217Z Downloaded postgres-types v0.2.12
9462026-06-18T22:26:37.217Z Downloaded poly1305 v0.8.0
9472026-06-18T22:26:37.217Z Downloaded oso v0.27.3
9482026-06-18T22:26:37.218Z Downloaded resolv-conf v0.7.6
9492026-06-18T22:26:37.218Z Downloaded diesel_derives v2.3.7
9502026-06-18T22:26:37.218Z Downloaded serde-big-array v0.5.1
9512026-06-18T22:26:37.218Z Downloaded semver v0.1.20
9522026-06-18T22:26:37.218Z Downloaded rustc_version v0.4.1
9532026-06-18T22:26:37.218Z Downloaded serde_bytes v0.11.19
9542026-06-18T22:26:37.218Z Downloaded secrecy v0.8.0
9552026-06-18T22:26:37.218Z Downloaded predicates v3.1.4
9562026-06-18T22:26:37.218Z Downloaded pin-project v1.1.11
9572026-06-18T22:26:37.221Z Downloaded secrecy v0.10.3
9582026-06-18T22:26:37.221Z Downloaded hashbrown v0.12.3
9592026-06-18T22:26:37.231Z Downloaded serde_repr v0.1.20
9602026-06-18T22:26:37.233Z Downloaded serde_spanned v1.0.4
9612026-06-18T22:26:37.236Z Downloaded rusty-fork v0.3.1
9622026-06-18T22:26:37.236Z Downloaded sha1 v0.10.6
9632026-06-18T22:26:37.236Z Downloaded prefix-trie v0.7.0
9642026-06-18T22:26:37.239Z Downloaded rustls-pemfile v2.2.0
9652026-06-18T22:26:37.240Z Downloaded rustls-pemfile v1.0.4
9662026-06-18T22:26:37.242Z Downloaded serde_plain v1.0.2
9672026-06-18T22:26:37.245Z Downloaded serde_urlencoded v0.7.1
9682026-06-18T22:26:37.245Z Downloaded signal-hook-mio v0.2.5
9692026-06-18T22:26:37.245Z Downloaded shell-words v1.1.1
9702026-06-18T22:26:37.248Z Downloaded jiff-static v0.2.21
9712026-06-18T22:26:37.251Z Downloaded crossterm v0.28.1
9722026-06-18T22:26:37.255Z Downloaded scopeguard v1.2.0
9732026-06-18T22:26:37.258Z Downloaded scroll v0.13.0
9742026-06-18T22:26:37.258Z Downloaded schemars_derive v0.8.22
9752026-06-18T22:26:37.263Z Downloaded sigpipe v0.1.3
9762026-06-18T22:26:37.263Z Downloaded signal-hook-tokio v0.3.1
9772026-06-18T22:26:37.266Z Downloaded signature v2.2.0
9782026-06-18T22:26:37.269Z Downloaded rustls-native-certs v0.8.3
9792026-06-18T22:26:37.272Z Downloaded http v1.4.0
9802026-06-18T22:26:37.275Z Downloaded siphasher v1.0.2
9812026-06-18T22:26:37.278Z Downloaded russh-keys v0.45.0
9822026-06-18T22:26:37.282Z Downloaded slog-envlogger v2.2.0
9832026-06-18T22:26:37.285Z Downloaded slog-bunyan v2.5.0
9842026-06-18T22:26:37.288Z Downloaded sct v0.7.1
9852026-06-18T22:26:37.288Z Downloaded sec1 v0.7.3
9862026-06-18T22:26:37.291Z Downloaded hyper-util v0.1.20
9872026-06-18T22:26:37.295Z Downloaded openssl-sys v0.9.115
9882026-06-18T22:26:37.298Z Downloaded parking_lot v0.11.2
9892026-06-18T22:26:37.302Z Downloaded hashbrown v0.13.2
9902026-06-18T22:26:37.305Z Downloaded serde_path_to_error v0.1.20
9912026-06-18T22:26:37.308Z Downloaded p256 v0.13.2
9922026-06-18T22:26:37.311Z Downloaded crossterm v0.29.0
9932026-06-18T22:26:37.313Z Downloaded rustls-pki-types v1.14.0
9942026-06-18T22:26:37.317Z Downloaded sqlparser_derive v0.5.0
9952026-06-18T22:26:37.317Z Downloaded minimal-lexical v0.2.1
9962026-06-18T22:26:37.320Z Downloaded serde_derive_internals v0.29.1
9972026-06-18T22:26:37.320Z Downloaded serde-hex v0.1.0
9982026-06-18T22:26:37.320Z Downloaded ssh-encoding v0.2.0
9992026-06-18T22:26:37.323Z Downloaded pretty_assertions v1.4.1
10002026-06-18T22:26:37.326Z Downloaded prettyplease v0.2.37
10012026-06-18T22:26:37.328Z Downloaded signal-hook-registry v1.4.8
10022026-06-18T22:26:37.331Z Downloaded ssh-cipher v0.2.0
10032026-06-18T22:26:37.334Z Downloaded serde_with_macros v1.5.2
10042026-06-18T22:26:37.342Z Downloaded strum v0.27.2
10052026-06-18T22:26:37.344Z Downloaded subtle v2.6.1
10062026-06-18T22:26:37.347Z Downloaded quinn-udp v0.5.14
10072026-06-18T22:26:37.351Z Downloaded ron v0.8.1
10082026-06-18T22:26:37.354Z Downloaded structmeta v0.3.0
10092026-06-18T22:26:37.357Z Downloaded strum v0.26.3
10102026-06-18T22:26:37.357Z Downloaded strip-ansi-escapes v0.2.1
10112026-06-18T22:26:37.357Z Downloaded slog-scope v4.4.1
10122026-06-18T22:26:37.360Z Downloaded slog-json v2.6.1
10132026-06-18T22:26:37.360Z Downloaded dropshot-api-manager v0.7.2
10142026-06-18T22:26:37.362Z Downloaded slab v0.4.12
10152026-06-18T22:26:37.365Z Downloaded rustversion v1.0.22
10162026-06-18T22:26:37.365Z Downloaded slog-dtrace v0.3.0
10172026-06-18T22:26:37.368Z Downloaded rcgen v0.12.1
10182026-06-18T22:26:37.368Z Downloaded rayon-core v1.13.0
10192026-06-18T22:26:37.372Z Downloaded tap v1.0.1
10202026-06-18T22:26:37.372Z Downloaded tabled_derive v0.11.0
10212026-06-18T22:26:37.372Z Downloaded tabwriter v1.4.1
10222026-06-18T22:26:37.375Z Downloaded sync-ptr v0.1.4
10232026-06-18T22:26:37.375Z Downloaded supports-color v3.0.2
10242026-06-18T22:26:37.375Z Downloaded itertools v0.10.5
10252026-06-18T22:26:37.378Z Downloaded termtree v0.5.1
10262026-06-18T22:26:37.381Z Downloaded strsim v0.10.0
10272026-06-18T22:26:37.381Z Downloaded smallvec v0.6.14
10282026-06-18T22:26:37.384Z Downloaded rustls-platform-verifier v0.6.2
10292026-06-18T22:26:37.384Z Downloaded slog-async v2.8.0
10302026-06-18T22:26:37.387Z Downloaded take_mut v0.2.2
10312026-06-18T22:26:37.387Z Downloaded smf v0.2.3
10322026-06-18T22:26:37.387Z Downloaded sync_wrapper v1.0.2
10332026-06-18T22:26:37.389Z Downloaded simd-adler32 v0.3.8
10342026-06-18T22:26:37.389Z Downloaded thiserror-impl-no-std v2.0.2
10352026-06-18T22:26:37.389Z Downloaded testing_table v0.3.0
10362026-06-18T22:26:37.392Z Downloaded stacker v0.1.23
10372026-06-18T22:26:37.392Z Downloaded time-core v0.1.8
10382026-06-18T22:26:37.392Z Downloaded mio v1.2.0
10392026-06-18T22:26:37.396Z Downloaded hashbrown v0.15.5
10402026-06-18T22:26:37.400Z Downloaded schemars v0.8.22
10412026-06-18T22:26:37.406Z Downloaded strum_macros v0.27.2
10422026-06-18T22:26:37.409Z Downloaded spki v0.7.3
10432026-06-18T22:26:37.409Z Downloaded slog-stdlog v4.1.1
10442026-06-18T22:26:37.412Z Downloaded strum_macros v0.26.4
10452026-06-18T22:26:37.412Z Downloaded tinyvec_macros v0.1.1
10462026-06-18T22:26:37.412Z Downloaded progenitor-impl v0.14.0
10472026-06-18T22:26:37.415Z Downloaded structmeta-derive v0.3.0
10482026-06-18T22:26:37.415Z Downloaded strum_macros v0.24.3
10492026-06-18T22:26:37.418Z Downloaded stringprep v0.1.5
10502026-06-18T22:26:37.418Z Downloaded string_cache v0.8.9
10512026-06-18T22:26:37.420Z Downloaded progenitor-impl v0.13.0
10522026-06-18T22:26:37.420Z Downloaded num-bigint v0.4.6
10532026-06-18T22:26:37.423Z Downloaded slog-term v2.9.2
10542026-06-18T22:26:37.426Z Downloaded snafu-derive v0.8.9
10552026-06-18T22:26:37.429Z Downloaded serde_with_macros v3.17.0
10562026-06-18T22:26:37.432Z Downloaded quinn v0.11.9
10572026-06-18T22:26:37.434Z Downloaded static_assertions v1.1.0
10582026-06-18T22:26:37.437Z Downloaded shlex v1.3.0
10592026-06-18T22:26:37.437Z Downloaded tagptr v0.2.0
10602026-06-18T22:26:37.450Z Downloaded ryu v1.0.23
10612026-06-18T22:26:37.454Z Downloaded thread-id v5.1.0
10622026-06-18T22:26:37.458Z Downloaded tokio-macros v2.7.0
10632026-06-18T22:26:37.467Z Downloaded thiserror-no-std v2.0.2
10642026-06-18T22:26:37.471Z Downloaded support-bundle-viewer v0.1.2
10652026-06-18T22:26:37.474Z Downloaded similar v2.7.0
10662026-06-18T22:26:37.477Z Downloaded termios v0.3.3
10672026-06-18T22:26:37.480Z Downloaded serde_cbor v0.11.2
10682026-06-18T22:26:37.480Z Downloaded aes-gcm v0.10.3
10692026-06-18T22:26:37.484Z Downloaded tiny-keccak v2.0.2
10702026-06-18T22:26:37.487Z Downloaded nom v7.1.3
10712026-06-18T22:26:37.487Z Downloaded tower-service v0.3.3
10722026-06-18T22:26:37.490Z Downloaded tower-layer v0.3.3
10732026-06-18T22:26:37.490Z Downloaded schemars v0.9.0
10742026-06-18T22:26:37.495Z Downloaded trait-variant v0.1.2
10752026-06-18T22:26:37.498Z Downloaded tokio-rustls v0.25.0
10762026-06-18T22:26:37.498Z Downloaded thread_local v1.1.9
10772026-06-18T22:26:37.501Z Downloaded rand v0.9.2
10782026-06-18T22:26:37.501Z Downloaded try-lock v0.2.5
10792026-06-18T22:26:37.504Z Downloaded futures-util v0.3.32
10802026-06-18T22:26:37.509Z Downloaded unit-prefix v0.5.2
10812026-06-18T22:26:37.512Z Downloaded unarray v0.1.4
10822026-06-18T22:26:37.512Z Downloaded typify-macro v0.6.2
10832026-06-18T22:26:37.512Z Downloaded sqlformat v0.3.5
10842026-06-18T22:26:37.515Z Downloaded publicsuffix v2.3.0
10852026-06-18T22:26:37.515Z Downloaded signal-hook v0.3.18
10862026-06-18T22:26:37.517Z Downloaded qorb v0.4.1
10872026-06-18T22:26:37.520Z Downloaded hyper v1.8.1
10882026-06-18T22:26:37.523Z Downloaded term v1.2.1
10892026-06-18T22:26:37.527Z Downloaded rand v0.8.6
10902026-06-18T22:26:37.530Z Downloaded term v0.7.0
10912026-06-18T22:26:37.530Z Downloaded tokio-tungstenite v0.23.1
10922026-06-18T22:26:37.530Z Downloaded libxml v0.3.3
10932026-06-18T22:26:37.533Z Downloaded universal-hash v0.5.1
10942026-06-18T22:26:37.536Z Downloaded untrusted v0.9.0
10952026-06-18T22:26:37.539Z Downloaded untrusted v0.7.1
10962026-06-18T22:26:37.539Z Downloaded tls_codec v0.4.2
10972026-06-18T22:26:37.542Z Downloaded toml_datetime v1.0.0+spec-1.1.0
10982026-06-18T22:26:37.544Z Downloaded unicode-truncate v1.1.0
10992026-06-18T22:26:37.544Z Downloaded schemars v1.2.1
11002026-06-18T22:26:37.553Z Downloaded usdt-macro v0.6.0
11012026-06-18T22:26:37.555Z Downloaded subprocess v0.2.15
11022026-06-18T22:26:37.555Z Downloaded void v1.0.2
11032026-06-18T22:26:37.558Z Downloaded rsa v0.9.10
11042026-06-18T22:26:37.561Z Downloaded slog v2.8.2
11052026-06-18T22:26:37.561Z Downloaded utf-8 v0.7.6
11062026-06-18T22:26:37.565Z Downloaded samael v0.0.19
11072026-06-18T22:26:37.568Z Downloaded toml_writer v1.0.6+spec-1.1.0
11082026-06-18T22:26:37.568Z Downloaded time-macros v0.2.27
11092026-06-18T22:26:37.571Z Downloaded hkdf v0.12.4
11102026-06-18T22:26:37.572Z Downloaded tokio-native-tls v0.3.1
11112026-06-18T22:26:37.572Z Downloaded tokio-dtrace v0.1.1
11122026-06-18T22:26:37.574Z Downloaded wait-timeout v0.2.1
11132026-06-18T22:26:37.574Z Downloaded tokio-rustls v0.26.4
11142026-06-18T22:26:37.574Z Downloaded itertools v0.12.1
11152026-06-18T22:26:37.578Z Downloaded rand v0.10.0
11162026-06-18T22:26:37.580Z Downloaded tls_codec_derive v0.4.2
11172026-06-18T22:26:37.583Z Downloaded waitgroup v0.1.2
11182026-06-18T22:26:37.583Z Downloaded unicase v2.9.0
11192026-06-18T22:26:37.583Z Downloaded want v0.3.1
11202026-06-18T22:26:37.583Z Downloaded tokio-tungstenite v0.21.0
11212026-06-18T22:26:37.586Z Downloaded topological-sort v0.2.2
11222026-06-18T22:26:37.586Z Downloaded spin v0.9.8
11232026-06-18T22:26:37.589Z Downloaded socket2 v0.5.10
11242026-06-18T22:26:37.589Z Downloaded socket2 v0.6.3
11252026-06-18T22:26:37.592Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11262026-06-18T22:26:37.592Z Downloaded tokio-stream v0.1.18
11272026-06-18T22:26:37.594Z Downloaded tokio-rustls v0.24.1
11282026-06-18T22:26:37.601Z Downloaded snafu v0.8.9
11292026-06-18T22:26:37.606Z Downloaded usdt v0.6.0
11302026-06-18T22:26:37.614Z Downloaded test-strategy v0.4.5
11312026-06-18T22:26:37.614Z Downloaded serde_yaml v0.9.34+deprecated
11322026-06-18T22:26:37.617Z Downloaded tui-tree-widget v0.23.1
11332026-06-18T22:26:37.617Z Downloaded itertools v0.13.0
11342026-06-18T22:26:37.617Z Downloaded usdt-impl v0.6.0
11352026-06-18T22:26:37.617Z Downloaded iri-string v0.7.10
11362026-06-18T22:26:37.620Z Downloaded vergen-gitcl v1.0.8
11372026-06-18T22:26:37.623Z Downloaded vergen-git2 v9.1.0
11382026-06-18T22:26:37.626Z Downloaded uzers v0.12.2
11392026-06-18T22:26:37.630Z Downloaded usdt-attr-macro v0.6.0
11402026-06-18T22:26:37.633Z Downloaded tinyvec v1.10.0
11412026-06-18T22:26:37.633Z Downloaded xshell-macros v0.2.7
11422026-06-18T22:26:37.636Z Downloaded toml_parser v1.0.9+spec-1.1.0
11432026-06-18T22:26:37.636Z Downloaded vsss-rs v3.3.4
11442026-06-18T22:26:37.640Z Downloaded zone v0.3.1
11452026-06-18T22:26:37.643Z Downloaded vergen-lib v0.1.6
11462026-06-18T22:26:37.649Z Downloaded vergen-lib v9.1.0
11472026-06-18T22:26:37.653Z Downloaded whoami v1.6.1
11482026-06-18T22:26:37.653Z Downloaded twox-hash v2.1.2
11492026-06-18T22:26:37.656Z Downloaded zone_cfg_derive v0.3.1
11502026-06-18T22:26:37.656Z Downloaded wyz v0.5.1
11512026-06-18T22:26:37.659Z Downloaded unicode-properties v0.1.4
11522026-06-18T22:26:37.661Z Downloaded toml v1.0.6+spec-1.1.0
11532026-06-18T22:26:37.661Z Downloaded nom v8.0.0
11542026-06-18T22:26:37.665Z Downloaded zeroize_derive v1.4.3
11552026-06-18T22:26:37.668Z Downloaded toml v0.7.8
11562026-06-18T22:26:37.668Z Downloaded tar v0.4.45
11572026-06-18T22:26:37.670Z Downloaded xattr v1.6.1
11582026-06-18T22:26:37.671Z Downloaded iddqd v0.4.2
11592026-06-18T22:26:37.676Z Downloaded tracing-attributes v0.1.31
11602026-06-18T22:26:37.679Z Downloaded vergen v9.1.0
11612026-06-18T22:26:37.681Z Downloaded steno v0.4.1
11622026-06-18T22:26:37.681Z Downloaded itertools v0.14.0
11632026-06-18T22:26:37.685Z Downloaded rustls-webpki v0.103.9
11642026-06-18T22:26:37.692Z Downloaded hashbrown v0.16.1
11652026-06-18T22:26:37.697Z Downloaded whoami v2.1.0
11662026-06-18T22:26:37.697Z Downloaded libm v0.2.16
11672026-06-18T22:26:37.702Z Downloaded walkdir v2.5.0
11682026-06-18T22:26:37.712Z Downloaded p521 v0.13.3
11692026-06-18T22:26:37.723Z Downloaded xshell v0.2.7
11702026-06-18T22:26:37.726Z Downloaded unicode-bidi v0.3.18
11712026-06-18T22:26:37.728Z Downloaded unsafe-libyaml v0.2.11
11722026-06-18T22:26:37.728Z Downloaded h2 v0.4.13
11732026-06-18T22:26:37.732Z Downloaded zerocopy v0.6.6
11742026-06-18T22:26:37.735Z Downloaded yasna v0.5.2
11752026-06-18T22:26:37.738Z Downloaded zeroize v1.8.2
11762026-06-18T22:26:37.738Z Downloaded vte v0.14.1
11772026-06-18T22:26:37.738Z Downloaded rustyline v14.0.0
11782026-06-18T22:26:37.741Z Downloaded zstd-safe v7.2.4
11792026-06-18T22:26:37.744Z Downloaded zstd v0.13.3
11802026-06-18T22:26:37.753Z Downloaded tungstenite v0.21.0
11812026-06-18T22:26:37.756Z Downloaded typify v0.6.2
11822026-06-18T22:26:37.759Z Downloaded tungstenite v0.23.0
11832026-06-18T22:26:37.762Z Downloaded tokio-postgres v0.7.16
11842026-06-18T22:26:37.772Z Downloaded ssh-key v0.6.7
11852026-06-18T22:26:37.777Z Downloaded russh v0.45.0
11862026-06-18T22:26:37.780Z Downloaded bindgen v0.71.1
11872026-06-18T22:26:37.784Z Downloaded uuid v1.23.0
11882026-06-18T22:26:37.788Z Downloaded toml_edit v0.23.10+spec-1.0.0
11892026-06-18T22:26:37.794Z Downloaded zopfli v0.8.3
11902026-06-18T22:26:37.794Z Downloaded blake3 v1.8.3
11912026-06-18T22:26:37.798Z Downloaded reqwest v0.13.2
11922026-06-18T22:26:37.801Z Downloaded serde_with v1.14.0
11932026-06-18T22:26:37.803Z Downloaded portable-atomic v1.13.1
11942026-06-18T22:26:37.808Z Downloaded num-bigint-dig v0.8.6
11952026-06-18T22:26:37.811Z Downloaded tracing-core v0.1.36
11962026-06-18T22:26:37.814Z Downloaded rayon v1.11.0
11972026-06-18T22:26:37.818Z Downloaded rpassword v7.4.0
11982026-06-18T22:26:37.823Z Downloaded reedline v0.40.0
11992026-06-18T22:26:37.835Z Downloaded zip v0.6.6
12002026-06-18T22:26:37.838Z Downloaded toml_edit v0.19.15
12012026-06-18T22:26:37.850Z Downloaded unicode-segmentation v1.12.0
12022026-06-18T22:26:37.867Z Downloaded quick-xml v0.37.5
12032026-06-18T22:26:37.880Z Downloaded unicode_categories v0.1.1
12042026-06-18T22:26:37.883Z Downloaded moka v0.12.13
12052026-06-18T22:26:37.887Z Downloaded regex v1.12.3
12062026-06-18T22:26:37.890Z Downloaded zerocopy-derive v0.8.40
12072026-06-18T22:26:37.895Z Downloaded chrono v0.4.44
12082026-06-18T22:26:37.899Z Downloaded bitvec v1.0.1
12092026-06-18T22:26:37.908Z Downloaded tower v0.5.3
12102026-06-18T22:26:37.914Z Downloaded petname v2.0.2
12112026-06-18T22:26:37.917Z Downloaded aws-lc-rs v1.16.3
12122026-06-18T22:26:37.923Z Downloaded tokio-util v0.7.18
12132026-06-18T22:26:37.927Z Downloaded yansi v1.0.1
12142026-06-18T22:26:37.933Z Downloaded reqwest v0.12.28
12152026-06-18T22:26:37.938Z Downloaded zip v4.6.1
12162026-06-18T22:26:37.938Z Downloaded git2 v0.20.4
12172026-06-18T22:26:37.943Z Downloaded tower-http v0.6.8
12182026-06-18T22:26:37.947Z Downloaded rustls-webpki v0.101.7
12192026-06-18T22:26:37.953Z Downloaded serde_with v3.17.0
12202026-06-18T22:26:37.959Z Downloaded tough v0.22.0
12212026-06-18T22:26:37.964Z Downloaded x509-cert v0.2.5
12222026-06-18T22:26:37.968Z Downloaded typed-path v0.9.3
12232026-06-18T22:26:37.973Z Downloaded nix v0.27.1
12242026-06-18T22:26:37.977Z Downloaded goblin v0.10.5
12252026-06-18T22:26:37.982Z Downloaded salty v0.3.0
12262026-06-18T22:26:37.986Z Downloaded lalrpop v0.19.12
12272026-06-18T22:26:37.992Z Downloaded curve25519-dalek v4.1.3
12282026-06-18T22:26:37.998Z Downloaded p384 v0.13.1
12292026-06-18T22:26:38.003Z Downloaded winnow v0.5.40
12302026-06-18T22:26:38.013Z Downloaded rustls-webpki v0.102.8
12312026-06-18T22:26:38.021Z Downloaded polar-core v0.27.3
12322026-06-18T22:26:38.026Z Downloaded unicode-normalization v0.1.25
12332026-06-18T22:26:38.034Z Downloaded diesel v2.3.7
12342026-06-18T22:26:38.046Z Downloaded proptest v1.10.0
12352026-06-18T22:26:38.052Z Downloaded dropshot v0.17.0
12362026-06-18T22:26:38.065Z Downloaded smoltcp v0.9.1
12372026-06-18T22:26:38.071Z Downloaded regex-syntax v0.6.29
12382026-06-18T22:26:38.075Z Downloaded rustls v0.21.12
12392026-06-18T22:26:38.081Z Downloaded object v0.30.4
12402026-06-18T22:26:38.088Z Downloaded winnow v0.6.26
12412026-06-18T22:26:38.094Z Downloaded zlib-rs v0.6.2
12422026-06-18T22:26:38.099Z Downloaded vcpkg v0.2.15
12432026-06-18T22:26:38.120Z Downloaded radix_trie v0.2.1
12442026-06-18T22:26:38.123Z Downloaded rustls v0.22.4
12452026-06-18T22:26:38.130Z Downloaded openapiv3 v2.2.0
12462026-06-18T22:26:38.137Z Downloaded quinn-proto v0.11.13
12472026-06-18T22:26:38.142Z Downloaded nix v0.31.2
12482026-06-18T22:26:38.151Z Downloaded nix v0.28.0
12492026-06-18T22:26:38.157Z Downloaded rustls v0.23.37
12502026-06-18T22:26:38.164Z Downloaded regex-syntax v0.8.10
12512026-06-18T22:26:38.169Z Downloaded tabled v0.20.0
12522026-06-18T22:26:38.179Z Downloaded time v0.3.47
12532026-06-18T22:26:38.187Z Downloaded bstr v1.12.1
12542026-06-18T22:26:38.195Z Downloaded object v0.37.3
12552026-06-18T22:26:38.204Z Downloaded hickory-proto v0.24.4
12562026-06-18T22:26:38.213Z Downloaded openssl v0.10.79
12572026-06-18T22:26:38.225Z Downloaded sqlparser v0.61.0
12582026-06-18T22:26:38.235Z Downloaded webpki-roots v1.0.6
12592026-06-18T22:26:38.240Z Downloaded typify-impl v0.6.2
12602026-06-18T22:26:38.248Z Downloaded zerocopy v0.8.40
12612026-06-18T22:26:38.254Z Downloaded smoltcp v0.11.0
12622026-06-18T22:26:38.261Z Downloaded tracing v0.1.44
12632026-06-18T22:26:38.274Z Downloaded regress v0.10.5
12642026-06-18T22:26:38.279Z Downloaded regress v0.11.1
12652026-06-18T22:26:38.284Z Downloaded hickory-proto v0.25.2
12662026-06-18T22:26:38.293Z Downloaded zerocopy-derive v0.6.6
12672026-06-18T22:26:38.299Z Downloaded rustix v0.38.44
12682026-06-18T22:26:38.360Z Downloaded csv v1.4.0
12692026-06-18T22:26:38.373Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12702026-06-18T22:26:38.389Z Downloaded sled v0.34.7
12712026-06-18T22:26:38.396Z Downloaded ratatui v0.29.0
12722026-06-18T22:26:38.408Z Downloaded bzip2-sys v0.1.13+1.0.8
12732026-06-18T22:26:38.464Z Downloaded encoding_rs v0.8.35
12742026-06-18T22:26:38.477Z Downloaded regex-automata v0.4.14
12752026-06-18T22:26:38.486Z Downloaded petgraph v0.6.5
12762026-06-18T22:26:38.497Z Downloaded jiff v0.2.21
12772026-06-18T22:26:38.508Z Downloaded chrono-tz v0.10.4
12782026-06-18T22:26:38.535Z Downloaded ring v0.17.14
12792026-06-18T22:26:38.560Z Downloaded petgraph v0.8.3
12802026-06-18T22:26:38.573Z Downloaded libz-sys v1.1.24
12812026-06-18T22:26:38.586Z Downloaded libgit2-sys v0.18.3+1.9.2
12822026-06-18T22:26:38.618Z Downloaded sha3 v0.10.8
12832026-06-18T22:26:38.621Z Downloaded tokio v1.52.1
12842026-06-18T22:26:39.255Z Downloaded aws-lc-sys v0.40.0
12852026-06-18T22:26:39.509Z Compiling libc v0.2.185
12862026-06-18T22:26:39.512Z Compiling serde v1.0.228
12872026-06-18T22:26:39.512Z Compiling log v0.4.29
12882026-06-18T22:26:39.512Z Compiling find-msvc-tools v0.1.9
12892026-06-18T22:26:39.512Z Compiling shlex v1.3.0
12902026-06-18T22:26:39.512Z Compiling smallvec v1.15.1
12912026-06-18T22:26:39.512Z Compiling typenum v1.19.0
12922026-06-18T22:26:39.638Z Compiling subtle v2.6.1
12932026-06-18T22:26:39.659Z Compiling generic-array v0.14.7
12942026-06-18T22:26:39.670Z Compiling scopeguard v1.2.0
12952026-06-18T22:26:39.805Z Compiling const-oid v0.9.6
12962026-06-18T22:26:39.810Z Compiling serde_json v1.0.149
12972026-06-18T22:26:39.821Z Compiling syn v2.0.117
12982026-06-18T22:26:39.832Z Compiling zerocopy v0.8.40
12992026-06-18T22:26:39.837Z Compiling parking_lot_core v0.9.12
13002026-06-18T22:26:39.844Z Compiling pin-project-lite v0.2.17
13012026-06-18T22:26:39.884Z Compiling lock_api v0.4.14
13022026-06-18T22:26:39.901Z Compiling portable-atomic v1.13.1
13032026-06-18T22:26:39.917Z Compiling pkg-config v0.3.32
13042026-06-18T22:26:39.931Z Compiling bitflags v2.11.0
13052026-06-18T22:26:39.934Z Compiling libm v0.2.16
13062026-06-18T22:26:39.965Z Compiling futures-core v0.3.32
13072026-06-18T22:26:39.981Z Compiling critical-section v1.2.0
13082026-06-18T22:26:40.049Z Compiling num-traits v0.2.19
13092026-06-18T22:26:40.077Z Compiling percent-encoding v2.3.2
13102026-06-18T22:26:40.121Z Compiling futures-sink v0.3.32
13112026-06-18T22:26:40.150Z Compiling slab v0.4.12
13122026-06-18T22:26:40.154Z Compiling futures-io v0.3.32
13132026-06-18T22:26:40.191Z Compiling getrandom v0.4.1
13142026-06-18T22:26:40.194Z Compiling futures-task v0.3.32
13152026-06-18T22:26:40.272Z Compiling futures-channel v0.3.32
13162026-06-18T22:26:40.331Z Compiling cpufeatures v0.2.17
13172026-06-18T22:26:40.374Z Compiling rand_core v0.10.0
13182026-06-18T22:26:40.388Z Compiling indexmap v2.14.0
13192026-06-18T22:26:40.392Z Compiling rustversion v1.0.22
13202026-06-18T22:26:40.418Z Compiling getrandom v0.3.4
13212026-06-18T22:26:40.435Z Compiling form_urlencoded v1.2.2
13222026-06-18T22:26:40.500Z Compiling dunce v1.0.5
13232026-06-18T22:26:40.519Z Compiling fs_extra v1.3.0
13242026-06-18T22:26:40.558Z Compiling ident_case v1.0.1
13252026-06-18T22:26:40.570Z Compiling getrandom v0.2.17
13262026-06-18T22:26:40.603Z Compiling jobserver v0.1.34
13272026-06-18T22:26:40.618Z Compiling errno v0.3.14
13282026-06-18T22:26:40.649Z Compiling mio v1.2.0
13292026-06-18T22:26:40.661Z Compiling socket2 v0.6.3
13302026-06-18T22:26:40.733Z Compiling rand_core v0.6.4
13312026-06-18T22:26:40.785Z Compiling signal-hook-registry v1.4.8
13322026-06-18T22:26:40.834Z Compiling cc v1.2.56
13332026-06-18T22:26:40.849Z Compiling parking_lot v0.12.5
13342026-06-18T22:26:40.929Z Compiling once_cell v1.21.3
13352026-06-18T22:26:41.036Z Compiling base64ct v1.8.3
13362026-06-18T22:26:41.052Z Compiling iana-time-zone v0.1.65
13372026-06-18T22:26:41.065Z Compiling regex-syntax v0.8.10
13382026-06-18T22:26:41.080Z Compiling flagset v0.4.7
13392026-06-18T22:26:41.100Z Compiling rustix v1.1.3
13402026-06-18T22:26:41.113Z Compiling aws-lc-rs v1.16.3
13412026-06-18T22:26:41.132Z Compiling vcpkg v0.2.15
13422026-06-18T22:26:41.179Z Compiling tracing-core v0.1.36
13432026-06-18T22:26:41.229Z Compiling uuid v1.23.0
13442026-06-18T22:26:41.260Z Compiling rustc_version v0.4.1
13452026-06-18T22:26:41.276Z Compiling base64 v0.22.1
13462026-06-18T22:26:41.343Z Compiling pem-rfc7468 v0.7.0
13472026-06-18T22:26:41.368Z Compiling untrusted v0.9.0
13482026-06-18T22:26:41.441Z Compiling rand_core v0.9.5
13492026-06-18T22:26:41.500Z Compiling untrusted v0.7.1
13502026-06-18T22:26:41.518Z Compiling openssl-probe v0.2.1
13512026-06-18T22:26:41.533Z Compiling tinyvec_macros v0.1.1
13522026-06-18T22:26:41.588Z Compiling httparse v1.10.1
13532026-06-18T22:26:41.615Z Compiling tinyvec v1.10.0
13542026-06-18T22:26:41.632Z Compiling cmake v0.1.57
13552026-06-18T22:26:41.641Z Compiling aho-corasick v1.1.4
13562026-06-18T22:26:41.645Z Compiling tower-service v0.3.3
13572026-06-18T22:26:41.689Z Compiling tower-layer v0.3.3
13582026-06-18T22:26:41.721Z Compiling dyn-clone v1.0.20
13592026-06-18T22:26:41.771Z Compiling schemars v0.8.22
13602026-06-18T22:26:41.772Z Compiling rustls v0.23.37
13612026-06-18T22:26:41.799Z Compiling atomic-waker v1.1.2
13622026-06-18T22:26:41.844Z Compiling try-lock v0.2.5
13632026-06-18T22:26:41.876Z Compiling openssl v0.10.79
13642026-06-18T22:26:41.892Z Compiling foreign-types-shared v0.1.1
13652026-06-18T22:26:41.947Z Compiling want v0.3.1
13662026-06-18T22:26:41.956Z Compiling pin-utils v0.1.0
13672026-06-18T22:26:41.970Z Compiling httpdate v1.0.3
13682026-06-18T22:26:42.001Z Compiling foreign-types v0.3.2
13692026-06-18T22:26:42.004Z Compiling unicode-normalization v0.1.25
13702026-06-18T22:26:42.004Z Compiling socket2 v0.5.10
13712026-06-18T22:26:42.044Z Compiling spin v0.9.8
13722026-06-18T22:26:42.084Z Compiling num-conv v0.2.0
13732026-06-18T22:26:42.087Z Compiling crc32fast v1.5.0
13742026-06-18T22:26:42.113Z Compiling powerfmt v0.2.0
13752026-06-18T22:26:42.113Z Compiling time-core v0.1.8
13762026-06-18T22:26:42.142Z Compiling native-tls v0.2.18
13772026-06-18T22:26:42.156Z Compiling wait-timeout v0.2.1
13782026-06-18T22:26:42.220Z Compiling sync_wrapper v1.0.2
13792026-06-18T22:26:42.234Z Compiling unicode-segmentation v1.12.0
13802026-06-18T22:26:42.290Z Compiling deranged v0.5.8
13812026-06-18T22:26:42.314Z Compiling time-macros v0.2.27
13822026-06-18T22:26:42.356Z Compiling usdt-impl v0.6.0
13832026-06-18T22:26:42.370Z Compiling crossbeam-utils v0.8.21
13842026-06-18T22:26:42.385Z Compiling syn v1.0.109
13852026-06-18T22:26:42.400Z Compiling simd-adler32 v0.3.8
13862026-06-18T22:26:42.464Z Compiling siphasher v1.0.2
13872026-06-18T22:26:42.480Z Compiling num_threads v0.1.7
13882026-06-18T22:26:42.485Z Compiling quick-error v1.2.3
13892026-06-18T22:26:42.536Z Compiling aws-lc-sys v0.40.0
13902026-06-18T22:26:42.550Z Compiling ring v0.17.14
13912026-06-18T22:26:42.595Z Compiling openssl-sys v0.9.115
13922026-06-18T22:26:42.609Z Compiling regex-automata v0.4.14
13932026-06-18T22:26:42.622Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13942026-06-18T22:26:42.672Z Compiling bit-vec v0.8.0
13952026-06-18T22:26:42.694Z Compiling bzip2-sys v0.1.13+1.0.8
13962026-06-18T22:26:42.715Z Compiling tempfile v3.25.0
13972026-06-18T22:26:42.798Z Compiling rand_xorshift v0.4.0
13982026-06-18T22:26:42.938Z Compiling synstructure v0.13.2
13992026-06-18T22:26:42.973Z Compiling pest_generator v2.8.6
14002026-06-18T22:26:42.991Z Compiling serde_derive_internals v0.29.1
14012026-06-18T22:26:43.008Z Compiling darling_core v0.20.11
14022026-06-18T22:26:43.022Z Compiling rusty-fork v0.3.1
14032026-06-18T22:26:43.131Z Compiling bit-set v0.8.0
14042026-06-18T22:26:43.389Z Compiling darling_core v0.21.3
14052026-06-18T22:26:43.403Z Compiling heapless v0.7.17
14062026-06-18T22:26:43.418Z Compiling slog v2.8.2
14072026-06-18T22:26:43.481Z Compiling time v0.3.47
14082026-06-18T22:26:43.502Z Compiling thread-id v5.1.0
14092026-06-18T22:26:43.601Z Compiling cookie v0.18.1
14102026-06-18T22:26:43.618Z Compiling paste v1.0.15
14112026-06-18T22:26:43.635Z Compiling unarray v0.1.4
14122026-06-18T22:26:43.650Z Compiling iri-string v0.7.10
14132026-06-18T22:26:43.689Z Compiling anyhow v1.0.102
14142026-06-18T22:26:43.762Z Compiling unicode-properties v0.1.4
14152026-06-18T22:26:43.778Z Compiling zstd-safe v7.2.4
14162026-06-18T22:26:43.820Z Compiling signal-hook v0.3.18
14172026-06-18T22:26:43.837Z Compiling allocator-api2 v0.2.21
14182026-06-18T22:26:43.934Z Compiling adler2 v2.0.1
14192026-06-18T22:26:44.001Z Compiling ryu v1.0.23
14202026-06-18T22:26:44.015Z Compiling unicode-bidi v0.3.18
14212026-06-18T22:26:44.074Z Compiling miniz_oxide v0.8.9
14222026-06-18T22:26:44.202Z Compiling heck v0.4.1
14232026-06-18T22:26:44.301Z Compiling num-integer v0.1.46
14242026-06-18T22:26:44.438Z Compiling stringprep v0.1.5
14252026-06-18T22:26:44.583Z Compiling curve25519-dalek v4.1.3
14262026-06-18T22:26:44.642Z Compiling vergen-lib v9.1.0
14272026-06-18T22:26:44.683Z Compiling serde_derive v1.0.228
14282026-06-18T22:26:44.753Z Compiling zeroize_derive v1.4.3
14292026-06-18T22:26:44.769Z Compiling zerofrom-derive v0.1.6
14302026-06-18T22:26:44.882Z Compiling yoke-derive v0.8.1
14312026-06-18T22:26:44.942Z Compiling zerocopy-derive v0.8.40
14322026-06-18T22:26:44.963Z Compiling zerovec-derive v0.11.2
14332026-06-18T22:26:44.979Z Compiling displaydoc v0.2.5
14342026-06-18T22:26:45.168Z Compiling tokio-macros v2.7.0
14352026-06-18T22:26:45.257Z Compiling futures-macro v0.3.32
14362026-06-18T22:26:45.438Z Compiling zeroize v1.8.2
14372026-06-18T22:26:45.502Z Compiling der_derive v0.7.3
14382026-06-18T22:26:45.763Z Compiling rustls-pki-types v1.14.0
14392026-06-18T22:26:45.939Z Compiling thiserror-impl v2.0.18
14402026-06-18T22:26:46.093Z Compiling tracing-attributes v0.1.31
14412026-06-18T22:26:46.113Z Compiling pest_derive v2.8.6
14422026-06-18T22:26:46.125Z Compiling futures-util v0.3.32
14432026-06-18T22:26:46.146Z Compiling schemars_derive v0.8.22
14442026-06-18T22:26:46.249Z Compiling crypto-common v0.1.7
14452026-06-18T22:26:46.253Z Compiling zerofrom v0.1.6
14462026-06-18T22:26:46.276Z Compiling block-buffer v0.10.4
14472026-06-18T22:26:46.403Z Compiling yoke v0.8.1
14482026-06-18T22:26:46.418Z Compiling digest v0.10.7
14492026-06-18T22:26:46.470Z Compiling block-padding v0.3.3
14502026-06-18T22:26:46.535Z Compiling der v0.7.10
14512026-06-18T22:26:46.591Z Compiling zerovec v0.11.5
14522026-06-18T22:26:46.610Z Compiling zerotrie v0.2.3
14532026-06-18T22:26:46.657Z Compiling hmac v0.12.1
14542026-06-18T22:26:46.693Z Compiling inout v0.1.4
14552026-06-18T22:26:46.832Z Compiling cipher v0.4.4
14562026-06-18T22:26:46.883Z Compiling sha2 v0.10.9
14572026-06-18T22:26:46.942Z Compiling pbkdf2 v0.12.2
14582026-06-18T22:26:46.955Z Compiling scroll_derive v0.13.1
14592026-06-18T22:26:47.064Z Compiling tinystr v0.8.2
14602026-06-18T22:26:47.113Z Compiling potential_utf v0.1.4
14612026-06-18T22:26:47.125Z Compiling salsa20 v0.10.2
14622026-06-18T22:26:47.212Z Compiling cbc v0.1.2
14632026-06-18T22:26:47.289Z Compiling icu_locale_core v2.1.1
14642026-06-18T22:26:47.292Z Compiling icu_collections v2.1.1
14652026-06-18T22:26:47.320Z Compiling scrypt v0.11.0
14662026-06-18T22:26:47.368Z Compiling thiserror v2.0.18
14672026-06-18T22:26:47.382Z Compiling spki v0.7.3
14682026-06-18T22:26:47.492Z Compiling aes v0.8.4
14692026-06-18T22:26:47.520Z Compiling tracing v0.1.44
14702026-06-18T22:26:47.599Z Compiling darling_macro v0.20.11
14712026-06-18T22:26:47.614Z Compiling openssl-macros v0.1.1
14722026-06-18T22:26:47.803Z Compiling rustls-native-certs v0.8.3
14732026-06-18T22:26:47.803Z Compiling dtrace-parser v0.3.0
14742026-06-18T22:26:47.833Z Compiling scroll v0.13.0
14752026-06-18T22:26:47.836Z Compiling signature v2.2.0
14762026-06-18T22:26:48.045Z Compiling icu_provider v2.1.1
14772026-06-18T22:26:48.060Z Compiling pkcs5 v0.7.1
14782026-06-18T22:26:48.123Z Compiling darling v0.20.11
14792026-06-18T22:26:48.123Z Compiling goblin v0.10.5
14802026-06-18T22:26:48.182Z Compiling webpki-roots v1.0.6
14812026-06-18T22:26:48.232Z Compiling bytes v1.11.1
14822026-06-18T22:26:48.246Z Compiling chrono v0.4.44
14832026-06-18T22:26:48.298Z Compiling icu_properties v2.1.2
14842026-06-18T22:26:48.318Z Compiling icu_normalizer v2.1.1
14852026-06-18T22:26:48.325Z Compiling ipnet v2.11.0
14862026-06-18T22:26:48.364Z Compiling pkcs8 v0.10.2
14872026-06-18T22:26:48.490Z Compiling derive_builder_core v0.20.2
14882026-06-18T22:26:48.574Z Compiling thiserror-impl v1.0.69
14892026-06-18T22:26:48.609Z Compiling scroll_derive v0.12.1
14902026-06-18T22:26:48.609Z Compiling serde_spanned v0.6.9
14912026-06-18T22:26:48.708Z Compiling serde_urlencoded v0.7.1
14922026-06-18T22:26:48.774Z Compiling tokio v1.52.1
14932026-06-18T22:26:48.855Z Compiling http v1.4.0
14942026-06-18T22:26:48.871Z Compiling toml_datetime v0.6.11
14952026-06-18T22:26:48.887Z Compiling erased-serde v0.3.31
14962026-06-18T22:26:48.962Z Compiling serde_tokenstream v0.2.3
14972026-06-18T22:26:49.143Z Compiling md-5 v0.10.6
14982026-06-18T22:26:49.303Z Compiling idna_adapter v1.2.1
14992026-06-18T22:26:49.334Z Compiling ppv-lite86 v0.2.21
15002026-06-18T22:26:49.350Z Compiling scroll v0.12.0
15012026-06-18T22:26:49.353Z Compiling darling_macro v0.21.3
15022026-06-18T22:26:49.388Z Compiling bstr v1.12.1
15032026-06-18T22:26:49.405Z Compiling derive_builder_macro v0.20.2
15042026-06-18T22:26:49.428Z Compiling idna v1.1.0
15052026-06-18T22:26:49.459Z Compiling pin-project-internal v1.1.11
15062026-06-18T22:26:49.556Z Compiling http-body v1.0.1
15072026-06-18T22:26:49.637Z Compiling rand_chacha v0.9.0
15082026-06-18T22:26:49.673Z Compiling rand_chacha v0.3.1
15092026-06-18T22:26:49.687Z Compiling http-body-util v0.1.3
15102026-06-18T22:26:49.749Z Compiling async-trait v0.1.89
15112026-06-18T22:26:49.853Z Compiling url v2.5.8
15122026-06-18T22:26:49.935Z Compiling rand v0.9.2
15132026-06-18T22:26:49.950Z Compiling thiserror v1.0.69
15142026-06-18T22:26:49.966Z Compiling zerocopy-derive v0.7.35
15152026-06-18T22:26:49.969Z Compiling ff v0.13.1
15162026-06-18T22:26:50.072Z Compiling hash32 v0.2.1
15172026-06-18T22:26:50.094Z Compiling memoffset v0.9.1
15182026-06-18T22:26:50.133Z Compiling encoding_rs v0.8.35
15192026-06-18T22:26:50.180Z Compiling litrs v1.0.0
15202026-06-18T22:26:50.282Z Compiling base16ct v0.2.0
15212026-06-18T22:26:50.306Z Compiling smoltcp v0.9.1
15222026-06-18T22:26:50.547Z Compiling proptest v1.10.0
15232026-06-18T22:26:50.591Z Compiling zlib-rs v0.6.2
15242026-06-18T22:26:50.679Z Compiling psl-types v2.0.11
15252026-06-18T22:26:50.682Z Compiling ref-cast v1.0.25
15262026-06-18T22:26:50.709Z Compiling mime v0.3.17
15272026-06-18T22:26:50.722Z Compiling num-bigint-dig v0.8.6
15282026-06-18T22:26:50.780Z Compiling fallible-iterator v0.2.0
15292026-06-18T22:26:50.824Z Compiling rustix v0.38.44
15302026-06-18T22:26:50.838Z Compiling cfg_aliases v0.2.1
15312026-06-18T22:26:50.874Z Compiling publicsuffix v2.3.0
15322026-06-18T22:26:50.906Z Compiling zerocopy v0.7.35
15332026-06-18T22:26:50.923Z Compiling dof v0.4.0
15342026-06-18T22:26:50.962Z Compiling nix v0.31.2
15352026-06-18T22:26:50.990Z Compiling document-features v0.2.12
15362026-06-18T22:26:51.062Z Compiling pin-project v1.1.11
15372026-06-18T22:26:51.088Z Compiling postgres-protocol v0.6.10
15382026-06-18T22:26:51.173Z Compiling ipnetwork v0.21.1
15392026-06-18T22:26:51.276Z Compiling sec1 v0.7.3
15402026-06-18T22:26:51.377Z Compiling group v0.13.0
15412026-06-18T22:26:51.427Z Compiling oxnet v0.1.6
15422026-06-18T22:26:51.486Z Compiling darling v0.21.3
15432026-06-18T22:26:51.579Z Compiling derive_builder v0.20.2
15442026-06-18T22:26:51.595Z Compiling rand v0.8.6
15452026-06-18T22:26:51.598Z Compiling goblin v0.8.2
15462026-06-18T22:26:51.636Z Compiling futures-executor v0.3.32
15472026-06-18T22:26:51.713Z Compiling hex v0.4.3
15482026-06-18T22:26:51.815Z Compiling hubpack_derive v0.1.1
15492026-06-18T22:26:51.815Z Compiling hkdf v0.12.4
15502026-06-18T22:26:51.859Z Compiling crypto-bigint v0.5.5
15512026-06-18T22:26:51.901Z Compiling regex v1.12.3
15522026-06-18T22:26:52.034Z Compiling ref-cast-impl v1.0.25
15532026-06-18T22:26:52.049Z Compiling strum_macros v0.27.2
15542026-06-18T22:26:52.053Z Compiling snafu-derive v0.8.9
15552026-06-18T22:26:52.161Z Compiling daft-derive v0.1.7
15562026-06-18T22:26:52.214Z Compiling curve25519-dalek-derive v0.1.1
15572026-06-18T22:26:52.289Z Compiling num-iter v0.1.45
15582026-06-18T22:26:52.545Z Compiling terminal_size v0.4.3
15592026-06-18T22:26:52.587Z Compiling phf_shared v0.13.1
15602026-06-18T22:26:52.626Z Compiling tokio-util v0.7.18
15612026-06-18T22:26:52.702Z Compiling tower v0.5.3
15622026-06-18T22:26:52.742Z Compiling tokio-native-tls v0.3.1
15632026-06-18T22:26:52.812Z Compiling lazy_static v1.5.0
15642026-06-18T22:26:52.845Z Compiling anstyle-parse v0.2.7
15652026-06-18T22:26:52.889Z Compiling vergen v9.1.0
15662026-06-18T22:26:52.920Z Compiling newtype-uuid v1.3.2
15672026-06-18T22:26:52.941Z Compiling cargo-platform v0.3.2
15682026-06-18T22:26:52.957Z Compiling fs-err v3.3.0
15692026-06-18T22:26:52.974Z Compiling ahash v0.8.12
15702026-06-18T22:26:53.046Z Compiling libbz2-rs-sys v0.2.2
15712026-06-18T22:26:53.093Z Compiling bitflags v1.3.2
15722026-06-18T22:26:53.166Z Compiling tower-http v0.6.8
15732026-06-18T22:26:53.183Z Compiling foldhash v0.1.5
15742026-06-18T22:26:53.199Z Compiling winnow v0.5.40
15752026-06-18T22:26:53.215Z Compiling foldhash v0.2.0
15762026-06-18T22:26:53.230Z Compiling same-file v1.0.6
15772026-06-18T22:26:53.286Z Compiling bumpalo v3.20.2
15782026-06-18T22:26:53.372Z Compiling h2 v0.4.13
15792026-06-18T22:26:53.416Z Compiling object v0.37.3
15802026-06-18T22:26:53.454Z Compiling flate2 v1.1.9
15812026-06-18T22:26:53.558Z Compiling managed v0.8.0
15822026-06-18T22:26:53.591Z Compiling zopfli v0.8.3
15832026-06-18T22:26:53.699Z Compiling bzip2 v0.6.1
15842026-06-18T22:26:53.774Z Compiling hashbrown v0.16.1
15852026-06-18T22:26:53.791Z Compiling walkdir v2.5.0
15862026-06-18T22:26:53.839Z Compiling dof v0.3.0
15872026-06-18T22:26:53.889Z Compiling hashbrown v0.15.5
15882026-06-18T22:26:54.042Z Compiling snafu v0.8.9
15892026-06-18T22:26:54.066Z Compiling daft v0.1.7
15902026-06-18T22:26:54.108Z Compiling cargo_metadata v0.23.1
15912026-06-18T22:26:54.111Z Compiling strum v0.27.2
15922026-06-18T22:26:54.157Z Compiling clap_builder v4.6.0
15932026-06-18T22:26:54.273Z Compiling anstream v0.6.21
15942026-06-18T22:26:54.388Z Compiling elliptic-curve v0.13.8
15952026-06-18T22:26:54.416Z Compiling phf v0.13.1
15962026-06-18T22:26:54.454Z Compiling signal-hook-mio v0.2.5
15972026-06-18T22:26:54.595Z Compiling toml_edit v0.19.15
15982026-06-18T22:26:54.623Z Compiling usdt-attr-macro v0.6.0
15992026-06-18T22:26:54.650Z Compiling usdt-macro v0.6.0
16002026-06-18T22:26:54.667Z Compiling cookie_store v0.22.1
16012026-06-18T22:26:54.683Z Compiling hubpack v0.1.2
16022026-06-18T22:26:54.769Z Compiling bzip2 v0.4.4
16032026-06-18T22:26:54.857Z Compiling futures v0.3.32
16042026-06-18T22:26:54.951Z Compiling serde_with_macros v3.17.0
16052026-06-18T22:26:54.965Z Compiling postgres-types v0.2.12
16062026-06-18T22:26:55.103Z Compiling zstd v0.13.3
16072026-06-18T22:26:55.167Z Compiling dtrace-parser v0.2.0
16082026-06-18T22:26:55.372Z Compiling globset v0.4.18
16092026-06-18T22:26:55.395Z Compiling ed25519 v2.2.3
16102026-06-18T22:26:55.517Z Compiling pkcs1 v0.7.5
16112026-06-18T22:26:55.517Z Compiling serde-big-array v0.5.1
16122026-06-18T22:26:55.562Z Compiling olpc-cjson v0.1.4
16132026-06-18T22:26:55.565Z Compiling serde_plain v1.0.2
16142026-06-18T22:26:55.692Z Compiling rfc6979 v0.4.0
16152026-06-18T22:26:55.743Z Compiling enum-as-inner v0.6.1
16162026-06-18T22:26:55.801Z Compiling serde_repr v0.1.20
16172026-06-18T22:26:55.834Z Compiling strum_macros v0.26.4
16182026-06-18T22:26:55.957Z Compiling async-recursion v1.1.1
16192026-06-18T22:26:55.973Z Compiling clap_derive v4.6.1
16202026-06-18T22:26:56.104Z Compiling phf_shared v0.11.3
16212026-06-18T22:26:56.141Z Compiling float-cmp v0.10.0
16222026-06-18T22:26:56.232Z Compiling pem v3.0.6
16232026-06-18T22:26:56.309Z Compiling memmap2 v0.9.10
16242026-06-18T22:26:56.323Z Compiling thread-id v4.2.2
16252026-06-18T22:26:56.327Z Compiling env_filter v1.0.0
16262026-06-18T22:26:56.353Z Compiling static_assertions v1.1.0
16272026-06-18T22:26:56.398Z Compiling keccak v0.1.6
16282026-06-18T22:26:56.426Z Compiling jiff v0.2.21
16292026-06-18T22:26:56.442Z Compiling precomputed-hash v0.1.1
16302026-06-18T22:26:56.549Z Compiling hyper v1.8.1
16312026-06-18T22:26:56.564Z Compiling new_debug_unreachable v1.0.6
16322026-06-18T22:26:56.591Z Compiling difflib v0.4.0
16332026-06-18T22:26:56.651Z Compiling either v1.15.0
16342026-06-18T22:26:56.664Z Compiling fixedbitset v0.5.7
16352026-06-18T22:26:56.677Z Compiling typed-path v0.9.3
16362026-06-18T22:26:56.880Z Compiling data-encoding v2.10.0
16372026-06-18T22:26:57.005Z Compiling normalize-line-endings v0.3.0
16382026-06-18T22:26:57.115Z Compiling predicates-core v1.0.10
16392026-06-18T22:26:57.203Z Compiling fixedbitset v0.4.2
16402026-06-18T22:26:57.254Z Compiling whoami v2.1.0
16412026-06-18T22:26:57.307Z Compiling predicates v3.1.4
16422026-06-18T22:26:57.340Z Compiling hickory-proto v0.25.2
16432026-06-18T22:26:57.402Z Compiling petgraph v0.6.5
16442026-06-18T22:26:57.417Z Compiling petgraph v0.8.3
16452026-06-18T22:26:57.451Z Compiling itertools v0.13.0
16462026-06-18T22:26:57.564Z Compiling tokio-postgres v0.7.16
16472026-06-18T22:26:57.635Z Compiling toml_edit v0.22.27
16482026-06-18T22:26:57.660Z Compiling string_cache v0.8.9
16492026-06-18T22:26:57.709Z Compiling hyper-util v0.1.20
16502026-06-18T22:26:57.851Z Compiling clap v4.6.1
16512026-06-18T22:26:57.911Z Compiling strum v0.26.3
16522026-06-18T22:26:57.945Z Compiling sha3 v0.10.8
16532026-06-18T22:26:57.974Z Compiling env_logger v0.11.9
16542026-06-18T22:26:57.991Z Compiling usdt v0.6.0
16552026-06-18T22:26:58.066Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16562026-06-18T22:26:58.226Z Compiling usdt-impl v0.5.0
16572026-06-18T22:26:58.277Z Compiling serde_with v3.17.0
16582026-06-18T22:26:58.350Z Compiling toml v0.7.8
16592026-06-18T22:26:58.444Z Compiling crossterm v0.28.1
16602026-06-18T22:26:58.728Z Compiling ecdsa v0.16.9
16612026-06-18T22:26:58.848Z Compiling rsa v0.9.10
16622026-06-18T22:26:58.932Z Compiling ed25519-dalek v2.2.0
16632026-06-18T22:26:59.142Z Compiling hyper-tls v0.6.0
16642026-06-18T22:26:59.390Z Compiling zip v4.6.1
16652026-06-18T22:26:59.470Z Compiling zip v0.6.6
16662026-06-18T22:26:59.617Z Compiling iddqd v0.4.2
16672026-06-18T22:27:00.049Z Compiling tokio-stream v0.1.18
16682026-06-18T22:27:00.105Z Compiling toml_parser v1.0.9+spec-1.1.0
16692026-06-18T22:27:00.109Z Compiling buf-list v1.1.2
16702026-06-18T22:27:00.190Z Compiling similar v2.7.0
16712026-06-18T22:27:00.286Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16722026-06-18T22:27:00.402Z Compiling openapiv3 v2.2.0
16732026-06-18T22:27:00.441Z Compiling x509-cert v0.2.5
16742026-06-18T22:27:00.454Z Compiling sha1 v0.10.6
16752026-06-18T22:27:00.539Z Compiling crossbeam-epoch v0.9.18
16762026-06-18T22:27:00.554Z Compiling lalrpop-util v0.19.12
16772026-06-18T22:27:00.617Z Compiling peg-runtime v0.8.5
16782026-06-18T22:27:00.703Z Compiling thread_local v1.1.9
16792026-06-18T22:27:00.779Z Compiling slog-async v2.8.0
16802026-06-18T22:27:00.794Z Compiling crossbeam-channel v0.5.15
16812026-06-18T22:27:00.797Z Compiling filetime v0.2.27
16822026-06-18T22:27:00.888Z Compiling is-terminal v0.4.17
16832026-06-18T22:27:00.931Z Compiling take_mut v0.2.2
16842026-06-18T22:27:00.965Z Compiling xattr v1.6.1
16852026-06-18T22:27:00.980Z Compiling term v1.2.1
16862026-06-18T22:27:01.106Z Compiling tar v0.4.45
16872026-06-18T22:27:01.275Z Compiling slog-term v2.9.2
16882026-06-18T22:27:18.745Z Compiling rustls-webpki v0.103.9
16892026-06-18T22:27:21.552Z Compiling tokio-rustls v0.26.4
16902026-06-18T22:27:21.552Z Compiling rustls-platform-verifier v0.6.2
16912026-06-18T22:27:21.744Z Compiling hyper-rustls v0.27.7
16922026-06-18T22:27:21.938Z Compiling reqwest v0.12.28
16932026-06-18T22:27:21.941Z Compiling reqwest v0.13.2
16942026-06-18T22:27:23.168Z Compiling tough v0.22.0
16952026-06-18T22:27:25.680Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16962026-06-18T22:27:25.910Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16972026-06-18T22:27:28.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.74s
16982026-06-18T22:27:28.917Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
16992026-06-18T22:27:28.970ZJun 18 22:27:28.881 INFO Starting download, target: Cockroach
17002026-06-18T22:27:28.970ZJun 18 22:27:28.882 INFO Starting download, target: Console
17012026-06-18T22:27:28.970ZJun 18 22:27:28.882 INFO Starting download, target: Clickhouse
17022026-06-18T22:27:28.973ZJun 18 22:27:28.882 INFO Starting download, target: DendriteStub
17032026-06-18T22:27:28.973ZJun 18 22:27:28.882 INFO Starting download, target: MaghemiteMgd
17042026-06-18T22:27:28.973ZJun 18 22:27:28.882 INFO Starting download, target: MaghemiteDdmd
17052026-06-18T22:27:28.974ZJun 18 22:27:28.882 INFO Starting download, target: TransceiverControl
17062026-06-18T22:27:28.974ZJun 18 22:27:28.882 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17072026-06-18T22:27:28.974ZJun 18 22:27:28.882 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17082026-06-18T22:27:28.974ZJun 18 22:27:28.882 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17092026-06-18T22:27:28.974ZJun 18 22:27:28.882 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17102026-06-18T22:27:28.974ZJun 18 22:27:28.882 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17112026-06-18T22:27:28.974ZJun 18 22:27:28.882 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17122026-06-18T22:27:28.974ZJun 18 22:27:28.882 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17132026-06-18T22:27:29.904ZJun 18 22:27:29.815 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17142026-06-18T22:27:30.141ZJun 18 22:27:30.043 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17152026-06-18T22:27:30.156ZJun 18 22:27:30.051 INFO Download complete, target: Console
17162026-06-18T22:27:30.356ZJun 18 22:27:30.259 INFO Download complete, target: TransceiverControl
17172026-06-18T22:27:30.801ZJun 18 22:27:30.707 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17182026-06-18T22:27:31.639ZJun 18 22:27:31.542 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17192026-06-18T22:27:32.331ZJun 18 22:27:32.240 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17202026-06-18T22:27:32.433ZJun 18 22:27:32.341 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17212026-06-18T22:27:32.946ZJun 18 22:27:32.858 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17222026-06-18T22:27:32.946ZJun 18 22:27:32.858 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17232026-06-18T22:27:34.039ZJun 18 22:27:33.952 INFO Download complete, target: MaghemiteMgd
17242026-06-18T22:27:34.450ZJun 18 22:27:34.347 INFO Download complete, target: MaghemiteDdmd
17252026-06-18T22:27:34.916ZJun 18 22:27:34.816 INFO Download complete, target: DendriteStub
17262026-06-18T22:27:37.685ZJun 18 22:27:37.596 INFO Checking that binary works, target: Clickhouse
17272026-06-18T22:27:37.704ZJun 18 22:27:37.611 INFO Checking that binary works, target: Cockroach
17282026-06-18T22:27:37.784ZJun 18 22:27:37.697 INFO Download complete, target: Clickhouse
17292026-06-18T22:27:37.830ZJun 18 22:27:37.743 INFO Download complete, target: Cockroach
17302026-06-18T22:27:37.837ZAll prerequisites installed successfully
17312026-06-18T22:27:37.842Z
17322026-06-18T22:27:37.842Zreal 1:50.406828679
17332026-06-18T22:27:37.842Zuser 6:56.720807537
17342026-06-18T22:27:37.843Zsys 1:44.697105878
17352026-06-18T22:27:37.843Ztrap 0.275898794
17362026-06-18T22:27:37.843Ztflt 1.181701496
17372026-06-18T22:27:37.843Zdflt 1.695389389
17382026-06-18T22:27:37.843Zkflt 0.023287175
17392026-06-18T22:27:37.843Zlock 22:54.245582831
17402026-06-18T22:27:37.843Zslp 19:01.171779338
17412026-06-18T22:27:37.843Zlat 26.909536988
17422026-06-18T22:27:37.843Zstop 2:46.261702671
17432026-06-18T22:27:37.843Z+ ptime -m cargo xtask download softnpu
17442026-06-18T22:27:38.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
17452026-06-18T22:27:38.354Z Running `target/debug/xtask download softnpu`
17462026-06-18T22:27:39.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
17472026-06-18T22:27:39.090Z Running `target/debug/xtask-downloader softnpu`
17482026-06-18T22:27:39.146ZJun 18 22:27:39.033 INFO Starting download, target: Softnpu
17492026-06-18T22:27:39.168ZJun 18 22:27:39.034 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17502026-06-18T22:27:39.994ZJun 18 22:27:39.902 INFO Download complete, target: Softnpu
17512026-06-18T22:27:40.002Z
17522026-06-18T22:27:40.003Zreal 2.149228566
17532026-06-18T22:27:40.003Zuser 1.265448868
17542026-06-18T22:27:40.003Zsys 0.599007136
17552026-06-18T22:27:40.003Ztrap 0.000725830
17562026-06-18T22:27:40.003Ztflt 0.000302690
17572026-06-18T22:27:40.003Zdflt 0.000146080
17582026-06-18T22:27:40.003Zkflt 0.000000000
17592026-06-18T22:27:40.003Zlock 15.795245503
17602026-06-18T22:27:40.003Zslp 0.728620844
17612026-06-18T22:27:40.003Zlat 0.085120977
17622026-06-18T22:27:40.003Zstop 0.000163860
17632026-06-18T22:27:40.003Z+ export CARGO_INCREMENTAL=0
17642026-06-18T22:27:40.003Z+ CARGO_INCREMENTAL=0
17652026-06-18T22:27:40.003Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17662026-06-18T22:27:40.869Z Compiling proc-macro2 v1.0.106
17672026-06-18T22:27:40.869Z Compiling quote v1.0.45
17682026-06-18T22:27:40.869Z Compiling unicode-ident v1.0.24
17692026-06-18T22:27:40.907Z Compiling libc v0.2.185
17702026-06-18T22:27:40.907Z Compiling serde_core v1.0.228
17712026-06-18T22:27:40.907Z Compiling serde v1.0.228
17722026-06-18T22:27:40.907Z Compiling cfg-if v1.0.4
17732026-06-18T22:27:40.907Z Compiling version_check v0.9.5
17742026-06-18T22:27:40.907Z Compiling find-msvc-tools v0.1.9
17752026-06-18T22:27:40.907Z Compiling shlex v1.3.0
17762026-06-18T22:27:41.006Z Compiling typenum v1.19.0
17772026-06-18T22:27:41.094Z Compiling zmij v1.0.21
17782026-06-18T22:27:41.094Z Compiling autocfg v1.5.0
17792026-06-18T22:27:41.094Z Compiling memchr v2.8.0
17802026-06-18T22:27:41.094Z Compiling serde_json v1.0.149
17812026-06-18T22:27:41.243Z Compiling portable-atomic v1.13.1
17822026-06-18T22:27:41.270Z Compiling generic-array v0.14.7
17832026-06-18T22:27:41.334Z Compiling libm v0.2.16
17842026-06-18T22:27:41.397Z Compiling zerocopy v0.8.40
17852026-06-18T22:27:41.409Z Compiling parking_lot_core v0.9.12
17862026-06-18T22:27:41.419Z Compiling smallvec v1.15.1
17872026-06-18T22:27:41.482Z Compiling icu_normalizer_data v2.1.1
17882026-06-18T22:27:41.516Z Compiling icu_properties_data v2.1.2
17892026-06-18T22:27:41.591Z Compiling num-traits v0.2.19
17902026-06-18T22:27:41.606Z Compiling itoa v1.0.17
17912026-06-18T22:27:41.731Z Compiling getrandom v0.4.1
17922026-06-18T22:27:41.736Z Compiling log v0.4.29
17932026-06-18T22:27:41.736Z Compiling stable_deref_trait v1.2.1
17942026-06-18T22:27:41.736Z Compiling pkg-config v0.3.32
17952026-06-18T22:27:41.782Z Compiling subtle v2.6.1
17962026-06-18T22:27:41.970Z Compiling jobserver v0.1.34
17972026-06-18T22:27:41.983Z Compiling getrandom v0.2.17
17982026-06-18T22:27:42.058Z Compiling scopeguard v1.2.0
17992026-06-18T22:27:42.083Z Compiling errno v0.3.14
18002026-06-18T22:27:42.187Z Compiling cc v1.2.56
18012026-06-18T22:27:42.204Z Compiling lock_api v0.4.14
18022026-06-18T22:27:42.248Z Compiling rand_core v0.6.4
18032026-06-18T22:27:42.340Z Compiling percent-encoding v2.3.2
18042026-06-18T22:27:42.340Z Compiling fnv v1.0.7
18052026-06-18T22:27:42.368Z Compiling syn v2.0.117
18062026-06-18T22:27:42.387Z Compiling litemap v0.8.1
18072026-06-18T22:27:42.441Z Compiling writeable v0.6.2
18082026-06-18T22:27:42.476Z Compiling thiserror v2.0.18
18092026-06-18T22:27:42.504Z Compiling pin-project-lite v0.2.17
18102026-06-18T22:27:42.583Z Compiling getrandom v0.3.4
18112026-06-18T22:27:42.645Z Compiling equivalent v1.0.2
18122026-06-18T22:27:42.650Z Compiling rand_core v0.10.0
18132026-06-18T22:27:42.707Z Compiling fs_extra v1.3.0
18142026-06-18T22:27:42.719Z Compiling rustversion v1.0.22
18152026-06-18T22:27:42.778Z Compiling dunce v1.0.5
18162026-06-18T22:27:42.795Z Compiling schemars v0.8.22
18172026-06-18T22:27:42.940Z Compiling critical-section v1.2.0
18182026-06-18T22:27:42.977Z Compiling utf8_iter v1.0.4
18192026-06-18T22:27:42.977Z Compiling rustix v1.1.3
18202026-06-18T22:27:42.977Z Compiling cmake v0.1.57
18212026-06-18T22:27:43.043Z Compiling form_urlencoded v1.2.2
18222026-06-18T22:27:43.076Z Compiling hashbrown v0.17.0
18232026-06-18T22:27:43.148Z Compiling signal-hook-registry v1.4.8
18242026-06-18T22:27:43.151Z Compiling const-oid v0.9.6
18252026-06-18T22:27:43.337Z Compiling bitflags v2.11.0
18262026-06-18T22:27:43.489Z Compiling semver v1.0.28
18272026-06-18T22:27:43.504Z Compiling once_cell v1.21.3
18282026-06-18T22:27:43.554Z Compiling ring v0.17.14
18292026-06-18T22:27:43.576Z Compiling aws-lc-sys v0.40.0
18302026-06-18T22:27:43.640Z Compiling indexmap v2.14.0
18312026-06-18T22:27:43.707Z Compiling parking_lot v0.12.5
18322026-06-18T22:27:43.736Z Compiling mio v1.2.0
18332026-06-18T22:27:43.798Z Compiling socket2 v0.6.3
18342026-06-18T22:27:43.812Z Compiling aws-lc-rs v1.16.3
18352026-06-18T22:27:43.872Z Compiling futures-core v0.3.32
18362026-06-18T22:27:43.975Z Compiling thiserror v1.0.69
18372026-06-18T22:27:43.994Z Compiling strsim v0.11.1
18382026-06-18T22:27:44.034Z Compiling httparse v1.10.1
18392026-06-18T22:27:44.146Z Compiling ucd-trie v0.1.7
18402026-06-18T22:27:44.309Z Compiling iana-time-zone v0.1.65
18412026-06-18T22:27:44.372Z Compiling byteorder v1.5.0
18422026-06-18T22:27:44.403Z Compiling vcpkg v0.2.15
18432026-06-18T22:27:44.403Z Compiling pest v2.8.6
18442026-06-18T22:27:44.403Z Compiling heck v0.5.0
18452026-06-18T22:27:44.425Z Compiling syn v1.0.109
18462026-06-18T22:27:44.425Z Compiling ident_case v1.0.1
18472026-06-18T22:27:44.447Z Compiling regex-syntax v0.8.10
18482026-06-18T22:27:44.463Z Compiling uuid v1.23.0
18492026-06-18T22:27:44.574Z Compiling cpufeatures v0.2.17
18502026-06-18T22:27:44.769Z Compiling rustls v0.23.37
18512026-06-18T22:27:44.813Z Compiling rustc_version v0.4.1
18522026-06-18T22:27:44.876Z Compiling futures-sink v0.3.32
18532026-06-18T22:27:44.962Z Compiling openssl-sys v0.9.115
18542026-06-18T22:27:44.984Z Compiling futures-channel v0.3.32
18552026-06-18T22:27:45.060Z Compiling aho-corasick v1.1.4
18562026-06-18T22:27:45.104Z Compiling slab v0.4.12
18572026-06-18T22:27:45.135Z Compiling futures-io v0.3.32
18582026-06-18T22:27:45.144Z Compiling futures-task v0.3.32
18592026-06-18T22:27:45.216Z Compiling dyn-clone v1.0.20
18602026-06-18T22:27:45.303Z Compiling synstructure v0.13.2
18612026-06-18T22:27:45.340Z Compiling serde_derive_internals v0.29.1
18622026-06-18T22:27:45.464Z Compiling pest_meta v2.8.6
18632026-06-18T22:27:45.482Z Compiling crc32fast v1.5.0
18642026-06-18T22:27:45.534Z Compiling plain v0.2.3
18652026-06-18T22:27:45.636Z Compiling time-core v0.1.8
18662026-06-18T22:27:45.683Z Compiling crossbeam-utils v0.8.21
18672026-06-18T22:27:45.738Z Compiling base64 v0.22.1
18682026-06-18T22:27:45.738Z Compiling openssl v0.10.79
18692026-06-18T22:27:45.798Z Compiling num-conv v0.2.0
18702026-06-18T22:27:45.932Z Compiling time-macros v0.2.27
18712026-06-18T22:27:45.941Z Compiling regex-automata v0.4.14
18722026-06-18T22:27:45.962Z Compiling pretty-hex v0.4.1
18732026-06-18T22:27:46.055Z Compiling pest_generator v2.8.6
18742026-06-18T22:27:46.081Z Compiling native-tls v0.2.18
18752026-06-18T22:27:46.097Z Compiling anyhow v1.0.102
18762026-06-18T22:27:46.120Z Compiling base64ct v1.8.3
18772026-06-18T22:27:46.151Z Compiling darling_core v0.21.3
18782026-06-18T22:27:46.222Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18792026-06-18T22:27:46.417Z Compiling pem-rfc7468 v0.7.0
18802026-06-18T22:27:46.430Z Compiling flagset v0.4.7
18812026-06-18T22:27:46.430Z Compiling rand_core v0.9.5
18822026-06-18T22:27:46.544Z Compiling serde_derive v1.0.228
18832026-06-18T22:27:46.560Z Compiling zeroize_derive v1.4.3
18842026-06-18T22:27:46.580Z Compiling zerofrom-derive v0.1.6
18852026-06-18T22:27:46.593Z Compiling yoke-derive v0.8.1
18862026-06-18T22:27:46.621Z Compiling zerovec-derive v0.11.2
18872026-06-18T22:27:46.664Z Compiling displaydoc v0.2.5
18882026-06-18T22:27:46.700Z Compiling zerocopy-derive v0.8.40
18892026-06-18T22:27:46.710Z Compiling tokio-macros v2.7.0
18902026-06-18T22:27:46.739Z Compiling futures-macro v0.3.32
18912026-06-18T22:27:46.947Z Compiling thiserror-impl v2.0.18
18922026-06-18T22:27:47.231Z Compiling zeroize v1.8.2
18932026-06-18T22:27:47.472Z Compiling schemars_derive v0.8.22
18942026-06-18T22:27:47.629Z Compiling tracing-attributes v0.1.31
18952026-06-18T22:27:47.653Z Compiling der_derive v0.7.3
18962026-06-18T22:27:47.734Z Compiling thiserror-impl v1.0.69
18972026-06-18T22:27:47.778Z Compiling zerofrom v0.1.6
18982026-06-18T22:27:47.927Z Compiling yoke v0.8.1
18992026-06-18T22:27:48.015Z Compiling crypto-common v0.1.7
19002026-06-18T22:27:48.128Z Compiling zerovec v0.11.5
19012026-06-18T22:27:48.171Z Compiling zerotrie v0.2.3
19022026-06-18T22:27:48.378Z Compiling block-buffer v0.10.4
19032026-06-18T22:27:48.536Z Compiling digest v0.10.7
19042026-06-18T22:27:48.602Z Compiling pest_derive v2.8.6
19052026-06-18T22:27:48.646Z Compiling futures-util v0.3.32
19062026-06-18T22:27:48.716Z Compiling tinystr v0.8.2
19072026-06-18T22:27:48.811Z Compiling potential_utf v0.1.4
19082026-06-18T22:27:48.835Z Compiling hmac v0.12.1
19092026-06-18T22:27:48.895Z Compiling block-padding v0.3.3
19102026-06-18T22:27:48.955Z Compiling icu_locale_core v2.1.1
19112026-06-18T22:27:48.972Z Compiling icu_collections v2.1.1
19122026-06-18T22:27:49.019Z Compiling inout v0.1.4
19132026-06-18T22:27:49.045Z Compiling sha2 v0.10.9
19142026-06-18T22:27:49.225Z Compiling cipher v0.4.4
19152026-06-18T22:27:49.469Z Compiling rustls-pki-types v1.14.0
19162026-06-18T22:27:49.478Z Compiling scroll_derive v0.12.1
19172026-06-18T22:27:49.510Z Compiling scroll_derive v0.13.1
19182026-06-18T22:27:49.645Z Compiling icu_provider v2.1.1
19192026-06-18T22:27:49.715Z Compiling bytes v1.11.1
19202026-06-18T22:27:49.828Z Compiling chrono v0.4.44
19212026-06-18T22:27:49.993Z Compiling icu_properties v2.1.2
19222026-06-18T22:27:50.070Z Compiling icu_normalizer v2.1.1
19232026-06-18T22:27:50.239Z Compiling tokio v1.52.1
19242026-06-18T22:27:50.659Z Compiling serde_tokenstream v0.2.3
19252026-06-18T22:27:50.864Z Compiling openssl-macros v0.1.1
19262026-06-18T22:27:50.954Z Compiling idna_adapter v1.2.1
19272026-06-18T22:27:51.090Z Compiling idna v1.1.0
19282026-06-18T22:27:51.163Z Compiling ppv-lite86 v0.2.21
19292026-06-18T22:27:51.437Z Compiling url v2.5.8
19302026-06-18T22:27:51.488Z Compiling http v1.4.0
19312026-06-18T22:27:51.506Z Compiling der v0.7.10
19322026-06-18T22:27:51.536Z Compiling darling_macro v0.21.3
19332026-06-18T22:27:51.556Z Compiling regex v1.12.3
19342026-06-18T22:27:51.774Z Compiling zerocopy-derive v0.7.35
19352026-06-18T22:27:52.019Z Compiling slog v2.8.2
19362026-06-18T22:27:52.068Z Compiling tracing-core v0.1.36
19372026-06-18T22:27:52.534Z Compiling untrusted v0.9.0
19382026-06-18T22:27:52.915Z Compiling tracing v0.1.44
19392026-06-18T22:27:52.949Z Compiling spki v0.7.3
19402026-06-18T22:27:53.137Z Compiling darling v0.21.3
19412026-06-18T22:27:53.146Z Compiling salsa20 v0.10.2
19422026-06-18T22:27:53.238Z Compiling pbkdf2 v0.12.2
19432026-06-18T22:27:53.573Z Compiling cookie v0.18.1
19442026-06-18T22:27:53.734Z Compiling camino v1.2.2
19452026-06-18T22:27:53.904Z Compiling scrypt v0.11.0
19462026-06-18T22:27:53.956Z Compiling http-body v1.0.1
19472026-06-18T22:27:54.023Z Compiling rand_chacha v0.9.0
19482026-06-18T22:27:54.066Z Compiling cbc v0.1.2
19492026-06-18T22:27:54.079Z Compiling aes v0.8.4
19502026-06-18T22:27:54.080Z Compiling tokio-util v0.7.18
19512026-06-18T22:27:54.148Z Compiling usdt-impl v0.5.0
19522026-06-18T22:27:54.197Z Compiling openssl-probe v0.2.1
19532026-06-18T22:27:54.230Z Compiling fastrand v2.3.0
19542026-06-18T22:27:54.358Z Compiling unicode-segmentation v1.12.0
19552026-06-18T22:27:54.378Z Compiling usdt-impl v0.6.0
19562026-06-18T22:27:54.398Z Compiling untrusted v0.7.1
19572026-06-18T22:27:54.535Z Compiling ref-cast v1.0.25
19582026-06-18T22:27:54.581Z Compiling paste v1.0.15
19592026-06-18T22:27:54.610Z Compiling tinyvec_macros v0.1.1
19602026-06-18T22:27:54.611Z Compiling winnow v0.7.14
19612026-06-18T22:27:54.656Z Compiling either v1.15.0
19622026-06-18T22:27:54.735Z Compiling tinyvec v1.10.0
19632026-06-18T22:27:54.755Z Compiling pkcs5 v0.7.1
19642026-06-18T22:27:54.879Z Compiling rand v0.9.2
19652026-06-18T22:27:55.088Z Compiling scroll v0.13.0
19662026-06-18T22:27:55.204Z Compiling scroll v0.12.0
19672026-06-18T22:27:55.261Z Compiling serde_spanned v0.6.9
19682026-06-18T22:27:55.261Z Compiling toml_datetime v0.6.11
19692026-06-18T22:27:55.386Z Compiling async-trait v0.1.89
19702026-06-18T22:27:55.408Z Compiling heapless v0.7.17
19712026-06-18T22:27:55.491Z Compiling bzip2-sys v0.1.13+1.0.8
19722026-06-18T22:27:55.524Z Compiling rustix v0.38.44
19732026-06-18T22:27:55.525Z Compiling signal-hook v0.3.18
19742026-06-18T22:27:55.530Z Compiling atomic-waker v1.1.2
19752026-06-18T22:27:55.675Z Compiling tower-layer v0.3.3
19762026-06-18T22:27:55.708Z Compiling tower-service v0.3.3
19772026-06-18T22:27:55.800Z Compiling try-lock v0.2.5
19782026-06-18T22:27:55.822Z Compiling zstd-safe v7.2.4
19792026-06-18T22:27:55.842Z Compiling h2 v0.4.13
19802026-06-18T22:27:55.917Z Compiling want v0.3.1
19812026-06-18T22:27:56.045Z Compiling toml_parser v1.0.9+spec-1.1.0
19822026-06-18T22:27:56.062Z Compiling goblin v0.8.2
19832026-06-18T22:27:56.095Z Compiling goblin v0.10.5
19842026-06-18T22:27:56.178Z Compiling pkcs8 v0.10.2
19852026-06-18T22:27:56.276Z Compiling heck v0.4.1
19862026-06-18T22:27:56.334Z Compiling zerocopy v0.7.35
19872026-06-18T22:27:56.491Z Compiling ipnet v2.11.0
19882026-06-18T22:27:56.499Z Compiling ref-cast-impl v1.0.25
19892026-06-18T22:27:56.701Z Compiling darling_core v0.20.11
19902026-06-18T22:27:56.717Z Compiling curve25519-dalek v4.1.3
19912026-06-18T22:27:56.746Z Compiling memoffset v0.9.1
19922026-06-18T22:27:56.942Z Compiling utf8parse v0.2.2
19932026-06-18T22:27:56.978Z Compiling litrs v1.0.0
19942026-06-18T22:27:56.991Z Compiling httpdate v1.0.3
19952026-06-18T22:27:57.300Z Compiling pin-utils v0.1.0
19962026-06-18T22:27:57.328Z Compiling foreign-types-shared v0.1.1
19972026-06-18T22:27:57.328Z Compiling winnow v0.5.40
19982026-06-18T22:27:57.459Z Compiling document-features v0.2.12
19992026-06-18T22:27:57.471Z Compiling foreign-types v0.3.2
20002026-06-18T22:27:57.533Z Compiling tempfile v3.25.0
20012026-06-18T22:27:57.994Z Compiling unicode-normalization v0.1.25
20022026-06-18T22:27:58.082Z Compiling dtrace-parser v0.2.0
20032026-06-18T22:27:58.484Z Compiling dof v0.3.0
20042026-06-18T22:27:58.661Z Compiling darling_macro v0.20.11
20052026-06-18T22:27:58.685Z Compiling toml_edit v0.19.15
20062026-06-18T22:27:58.893Z Compiling hyper v1.8.1
20072026-06-18T22:27:58.928Z Compiling dof v0.4.0
20082026-06-18T22:27:59.016Z Compiling dtrace-parser v0.3.0
20092026-06-18T22:27:59.276Z Compiling daft-derive v0.1.7
20102026-06-18T22:27:59.313Z Compiling pin-project-internal v1.1.11
20112026-06-18T22:27:59.415Z Compiling spin v0.9.8
20122026-06-18T22:27:59.433Z Compiling thread-id v4.2.2
20132026-06-18T22:27:59.537Z Compiling socket2 v0.5.10
20142026-06-18T22:27:59.565Z Compiling thread-id v5.1.0
20152026-06-18T22:27:59.912Z Compiling cfg_aliases v0.2.1
20162026-06-18T22:27:59.926Z Compiling powerfmt v0.2.0
20172026-06-18T22:27:59.926Z Compiling num-bigint-dig v0.8.6
20182026-06-18T22:27:59.927Z Compiling anstyle v1.0.14
20192026-06-18T22:28:00.936Z Compiling smoltcp v0.9.1
20202026-06-18T22:28:00.941Z Compiling deranged v0.5.8
20212026-06-18T22:28:00.941Z Compiling hyper-util v0.1.20
20222026-06-18T22:28:00.941Z Compiling nix v0.31.2
20232026-06-18T22:28:00.941Z Compiling darling v0.20.11
20242026-06-18T22:28:00.941Z Compiling rustls-native-certs v0.8.3
20252026-06-18T22:28:00.941Z Compiling ipnetwork v0.21.1
20262026-06-18T22:28:00.941Z Compiling strum_macros v0.26.4
20272026-06-18T22:28:00.941Z Compiling curve25519-dalek-derive v0.1.1
20282026-06-18T22:28:00.944Z Compiling sync_wrapper v1.0.2
20292026-06-18T22:28:01.072Z Compiling wait-timeout v0.2.1
20302026-06-18T22:28:01.130Z Compiling colorchoice v1.0.4
20312026-06-18T22:28:01.264Z Compiling bit-vec v0.8.0
20322026-06-18T22:28:01.267Z Compiling siphasher v1.0.2
20332026-06-18T22:28:01.319Z Compiling simd-adler32 v0.3.8
20342026-06-18T22:28:01.497Z Compiling quick-error v1.2.3
20352026-06-18T22:28:01.594Z Compiling anstyle-query v1.1.5
20362026-06-18T22:28:01.621Z Compiling num_threads v0.1.7
20372026-06-18T22:28:01.656Z Compiling is_terminal_polyfill v1.70.2
20382026-06-18T22:28:01.735Z Compiling rusty-fork v0.3.1
20392026-06-18T22:28:01.836Z Compiling bit-set v0.8.0
20402026-06-18T22:28:01.901Z Compiling time v0.3.47
20412026-06-18T22:28:02.055Z Compiling tower v0.5.3
20422026-06-18T22:28:02.235Z Compiling derive_builder_core v0.20.2
20432026-06-18T22:28:02.312Z Compiling snafu-derive v0.8.9
20442026-06-18T22:28:02.376Z Compiling http-body-util v0.1.3
20452026-06-18T22:28:02.636Z Compiling webpki-roots v1.0.6
20462026-06-18T22:28:02.773Z Compiling signature v2.2.0
20472026-06-18T22:28:02.780Z Compiling hubpack_derive v0.1.1
20482026-06-18T22:28:02.828Z Compiling rand_xorshift v0.4.0
20492026-06-18T22:28:02.939Z Compiling strum_macros v0.27.2
20502026-06-18T22:28:03.046Z Compiling fs-err v3.3.0
20512026-06-18T22:28:03.117Z Compiling ahash v0.8.12
20522026-06-18T22:28:03.124Z Compiling allocator-api2 v0.2.21
20532026-06-18T22:28:03.259Z Compiling unicode-bidi v0.3.18
20542026-06-18T22:28:03.275Z Compiling ryu v1.0.23
20552026-06-18T22:28:03.478Z Compiling unarray v0.1.4
20562026-06-18T22:28:03.592Z Compiling adler2 v2.0.1
20572026-06-18T22:28:03.603Z Compiling object v0.37.3
20582026-06-18T22:28:03.661Z Compiling unicode-properties v0.1.4
20592026-06-18T22:28:03.727Z Compiling iri-string v0.7.10
20602026-06-18T22:28:03.766Z Compiling miniz_oxide v0.8.9
20612026-06-18T22:28:03.871Z Compiling stringprep v0.1.5
20622026-06-18T22:28:03.887Z Compiling proptest v1.10.0
20632026-06-18T22:28:04.013Z Compiling serde_urlencoded v0.7.1
20642026-06-18T22:28:04.275Z Compiling derive_builder_macro v0.20.2
20652026-06-18T22:28:04.443Z Compiling tokio-native-tls v0.3.1
20662026-06-18T22:28:04.640Z Compiling usdt-macro v0.6.0
20672026-06-18T22:28:04.738Z Compiling usdt-attr-macro v0.6.0
20682026-06-18T22:28:05.112Z Compiling tower-http v0.6.8
20692026-06-18T22:28:05.133Z Compiling anstyle-parse v1.0.0
20702026-06-18T22:28:05.407Z Compiling rand_chacha v0.3.1
20712026-06-18T22:28:05.422Z Compiling erased-serde v0.3.31
20722026-06-18T22:28:05.438Z Compiling md-5 v0.10.6
20732026-06-18T22:28:05.620Z Compiling bstr v1.12.1
20742026-06-18T22:28:05.633Z Compiling num-integer v0.1.46
20752026-06-18T22:28:05.648Z Compiling hash32 v0.2.1
20762026-06-18T22:28:05.695Z Compiling vergen-lib v9.1.0
20772026-06-18T22:28:05.733Z Compiling ff v0.13.1
20782026-06-18T22:28:05.810Z Compiling encoding_rs v0.8.35
20792026-06-18T22:28:05.857Z Compiling base16ct v0.2.0
20802026-06-18T22:28:05.924Z Compiling zlib-rs v0.6.2
20812026-06-18T22:28:05.978Z Compiling mime v0.3.17
20822026-06-18T22:28:06.905Z Compiling psl-types v2.0.11
20832026-06-18T22:28:07.130Z Compiling fallible-iterator v0.2.0
20842026-06-18T22:28:07.130Z Compiling publicsuffix v2.3.0
20852026-06-18T22:28:07.130Z Compiling sec1 v0.7.3
20862026-06-18T22:28:07.130Z Compiling postgres-protocol v0.6.10
20872026-06-18T22:28:07.131Z Compiling newtype-uuid v1.3.2
20882026-06-18T22:28:07.131Z Compiling num-iter v0.1.45
20892026-06-18T22:28:07.131Z Compiling group v0.13.0
20902026-06-18T22:28:07.131Z Compiling rand v0.8.6
20912026-06-18T22:28:07.164Z Compiling anstream v1.0.0
20922026-06-18T22:28:07.172Z Compiling oxnet v0.1.6
20932026-06-18T22:28:07.214Z Compiling derive_builder v0.20.2
20942026-06-18T22:28:07.230Z Compiling hyper-tls v0.6.0
20952026-06-18T22:28:07.332Z Compiling phf_shared v0.13.1
20962026-06-18T22:28:07.363Z Compiling pin-project v1.1.11
20972026-06-18T22:28:07.428Z Compiling lazy_static v1.5.0
20982026-06-18T22:28:07.443Z Compiling anstyle-parse v0.2.7
20992026-06-18T22:28:07.731Z Compiling terminal_size v0.4.3
21002026-06-18T22:28:07.738Z Compiling serde_with_macros v3.17.0
21012026-06-18T22:28:07.738Z Compiling futures-executor v0.3.32
21022026-06-18T22:28:07.738Z Compiling hex v0.4.3
21032026-06-18T22:28:07.824Z Compiling hkdf v0.12.4
21042026-06-18T22:28:07.852Z Compiling crypto-bigint v0.5.5
21052026-06-18T22:28:07.876Z Compiling clap_derive v4.6.1
21062026-06-18T22:28:07.959Z Compiling async-recursion v1.1.1
21072026-06-18T22:28:08.417Z Compiling enum-as-inner v0.6.1
21082026-06-18T22:28:08.483Z Compiling serde_repr v0.1.20
21092026-06-18T22:28:08.484Z Compiling flate2 v1.1.9
21102026-06-18T22:28:08.484Z Compiling vergen v9.1.0
21112026-06-18T22:28:08.484Z Compiling cargo-platform v0.3.2
21122026-06-18T22:28:08.484Z Compiling clap_lex v1.0.0
21132026-06-18T22:28:08.484Z Compiling foldhash v0.2.0
21142026-06-18T22:28:08.500Z Compiling same-file v1.0.6
21152026-06-18T22:28:08.536Z Compiling managed v0.8.0
21162026-06-18T22:28:08.611Z Compiling bitflags v1.3.2
21172026-06-18T22:28:08.621Z Compiling foldhash v0.1.5
21182026-06-18T22:28:08.679Z Compiling libbz2-rs-sys v0.2.2
21192026-06-18T22:28:08.695Z Compiling bumpalo v3.20.2
21202026-06-18T22:28:08.898Z Compiling zopfli v0.8.3
21212026-06-18T22:28:08.979Z Compiling elliptic-curve v0.13.8
21222026-06-18T22:28:09.050Z Compiling hashbrown v0.15.5
21232026-06-18T22:28:09.174Z Compiling bzip2 v0.6.1
21242026-06-18T22:28:09.265Z Compiling walkdir v2.5.0
21252026-06-18T22:28:09.346Z Compiling hashbrown v0.16.1
21262026-06-18T22:28:09.399Z Compiling clap_builder v4.6.0
21272026-06-18T22:28:09.488Z Compiling cargo_metadata v0.23.1
21282026-06-18T22:28:09.563Z Compiling futures v0.3.32
21292026-06-18T22:28:09.609Z Compiling zstd v0.13.3
21302026-06-18T22:28:09.983Z Compiling anstream v0.6.21
21312026-06-18T22:28:10.005Z Compiling phf v0.13.1
21322026-06-18T22:28:10.273Z Compiling snafu v0.8.9
21332026-06-18T22:28:10.289Z Compiling daft v0.1.7
21342026-06-18T22:28:10.627Z Compiling signal-hook-mio v0.2.5
21352026-06-18T22:28:10.771Z Compiling cookie_store v0.22.1
21362026-06-18T22:28:10.828Z Compiling postgres-types v0.2.12
21372026-06-18T22:28:10.906Z Compiling bzip2 v0.4.4
21382026-06-18T22:28:10.921Z Compiling globset v0.4.18
21392026-06-18T22:28:10.972Z Compiling strum v0.27.2
21402026-06-18T22:28:11.195Z Compiling hubpack v0.1.2
21412026-06-18T22:28:11.209Z Compiling ed25519 v2.2.3
21422026-06-18T22:28:11.434Z Compiling phf_shared v0.11.3
21432026-06-18T22:28:11.454Z Compiling crossbeam-epoch v0.9.18
21442026-06-18T22:28:11.454Z Compiling olpc-cjson v0.1.4
21452026-06-18T22:28:11.454Z Compiling pkcs1 v0.7.5
21462026-06-18T22:28:11.520Z Compiling pem v3.0.6
21472026-06-18T22:28:11.579Z Compiling serde-big-array v0.5.1
21482026-06-18T22:28:11.614Z Compiling serde_plain v1.0.2
21492026-06-18T22:28:12.029Z Compiling rfc6979 v0.4.0
21502026-06-18T22:28:12.129Z Compiling float-cmp v0.10.0
21512026-06-18T22:28:12.130Z Compiling env_filter v1.0.0
21522026-06-18T22:28:12.130Z Compiling memmap2 v0.9.10
21532026-06-18T22:28:12.130Z Compiling data-encoding v2.10.0
21542026-06-18T22:28:12.130Z Compiling whoami v2.1.0
21552026-06-18T22:28:12.130Z Compiling fixedbitset v0.4.2
21562026-06-18T22:28:12.130Z Compiling normalize-line-endings v0.3.0
21572026-06-18T22:28:12.130Z Compiling predicates-core v1.0.10
21582026-06-18T22:28:12.130Z Compiling typed-path v0.9.3
21592026-06-18T22:28:12.130Z Compiling fixedbitset v0.5.7
21602026-06-18T22:28:12.130Z Compiling new_debug_unreachable v1.0.6
21612026-06-18T22:28:12.130Z Compiling toml_write v0.1.2
21622026-06-18T22:28:12.188Z Compiling jiff v0.2.21
21632026-06-18T22:28:12.188Z Compiling precomputed-hash v0.1.1
21642026-06-18T22:28:12.188Z Compiling difflib v0.4.0
21652026-06-18T22:28:12.249Z Compiling keccak v0.1.6
21662026-06-18T22:28:12.285Z Compiling static_assertions v1.1.0
21672026-06-18T22:28:12.336Z Compiling predicates v3.1.4
21682026-06-18T22:28:12.361Z Compiling sha3 v0.10.8
21692026-06-18T22:28:12.375Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21702026-06-18T22:28:12.426Z Compiling toml_edit v0.22.27
21712026-06-18T22:28:12.441Z Compiling petgraph v0.8.3
21722026-06-18T22:28:12.574Z Compiling string_cache v0.8.9
21732026-06-18T22:28:12.813Z Compiling hickory-proto v0.25.2
21742026-06-18T22:28:12.824Z Compiling tokio-postgres v0.7.16
21752026-06-18T22:28:12.936Z Compiling petgraph v0.6.5
21762026-06-18T22:28:13.082Z Compiling usdt v0.6.0
21772026-06-18T22:28:13.273Z Compiling env_logger v0.11.9
21782026-06-18T22:28:13.374Z Compiling ecdsa v0.16.9
21792026-06-18T22:28:13.607Z Compiling rsa v0.9.10
21802026-06-18T22:28:14.280Z Compiling ed25519-dalek v2.2.0
21812026-06-18T22:28:14.726Z Compiling zip v4.6.1
21822026-06-18T22:28:14.823Z Compiling zip v0.6.6
21832026-06-18T22:28:14.833Z Compiling clap v4.6.1
21842026-06-18T22:28:14.929Z Compiling crossterm v0.28.1
21852026-06-18T22:28:15.213Z Compiling iddqd v0.4.2
21862026-06-18T22:28:15.293Z Compiling serde_with v3.17.0
21872026-06-18T22:28:15.354Z Compiling similar v2.7.0
21882026-06-18T22:28:20.081Z Compiling strum v0.26.3
21892026-06-18T22:28:20.136Z Compiling toml v0.7.8
21902026-06-18T22:28:20.136Z Compiling itertools v0.13.0
21912026-06-18T22:28:20.136Z Compiling tokio-stream v0.1.18
21922026-06-18T22:28:20.136Z Compiling buf-list v1.1.2
21932026-06-18T22:28:20.136Z Compiling x509-cert v0.2.5
21942026-06-18T22:28:20.136Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21952026-06-18T22:28:20.137Z Compiling openapiv3 v2.2.0
21962026-06-18T22:28:20.137Z Compiling sha1 v0.10.6
21972026-06-18T22:28:20.137Z Compiling peg-runtime v0.8.5
21982026-06-18T22:28:20.137Z Compiling lalrpop-util v0.19.12
21992026-06-18T22:28:32.449Z Compiling rustls-webpki v0.103.9
22002026-06-18T22:28:33.522Z Compiling macaddr v1.0.1
22012026-06-18T22:28:33.540Z Compiling structmeta-derive v0.3.0
22022026-06-18T22:28:33.584Z Compiling rayon-core v1.13.0
22032026-06-18T22:28:33.792Z Compiling crucible-workspace-hack v0.1.0
22042026-06-18T22:28:33.850Z Compiling itertools v0.14.0
22052026-06-18T22:28:33.872Z Compiling secrecy v0.10.3
22062026-06-18T22:28:33.919Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22072026-06-18T22:28:33.962Z Compiling toml_datetime v0.7.5+spec-1.1.0
22082026-06-18T22:28:34.024Z Compiling heapless v0.8.0
22092026-06-18T22:28:34.069Z Compiling rustls v0.22.4
22102026-06-18T22:28:34.219Z Compiling toml_edit v0.23.10+spec-1.0.0
22112026-06-18T22:28:34.295Z Compiling crossbeam-deque v0.8.6
22122026-06-18T22:28:34.321Z Compiling rustls-webpki v0.102.8
22132026-06-18T22:28:34.353Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22142026-06-18T22:28:34.524Z Compiling hash32 v0.3.1
22152026-06-18T22:28:34.539Z Compiling multer v3.1.0
22162026-06-18T22:28:34.543Z Compiling thread_local v1.1.9
22172026-06-18T22:28:34.543Z Compiling smoltcp v0.11.0
22182026-06-18T22:28:34.584Z Compiling structmeta v0.3.0
22192026-06-18T22:28:34.654Z Compiling slog-async v2.8.0
22202026-06-18T22:28:34.686Z Compiling match_cfg v0.1.0
22212026-06-18T22:28:34.712Z Compiling unicode-width v0.2.0
22222026-06-18T22:28:34.755Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22232026-06-18T22:28:34.779Z Compiling compression-core v0.4.31
22242026-06-18T22:28:34.820Z Compiling derive-ex v0.1.8
22252026-06-18T22:28:34.914Z Compiling compression-codecs v0.4.37
22262026-06-18T22:28:34.980Z Compiling proc-macro-crate v3.4.0
22272026-06-18T22:28:35.036Z Compiling hostname v0.3.1
22282026-06-18T22:28:35.123Z Compiling ingot-macros v0.1.1
22292026-06-18T22:28:35.154Z Compiling atomicwrites v0.4.4
22302026-06-18T22:28:35.217Z Compiling slog-json v2.6.1
22312026-06-18T22:28:35.294Z Compiling crossbeam-channel v0.5.15
22322026-06-18T22:28:35.429Z Compiling half v2.7.1
22332026-06-18T22:28:35.464Z Compiling newtype-uuid-macros v0.1.0
22342026-06-18T22:28:35.490Z Compiling cobs v0.3.0
22352026-06-18T22:28:35.561Z Compiling thiserror-impl-no-std v2.0.2
22362026-06-18T22:28:35.786Z Compiling universal-hash v0.5.1
22372026-06-18T22:28:35.801Z Compiling async-stream-impl v0.3.6
22382026-06-18T22:28:35.951Z Compiling serde_spanned v1.0.4
22392026-06-18T22:28:36.002Z Compiling toml_datetime v1.0.0+spec-1.1.0
22402026-06-18T22:28:36.176Z Compiling is-terminal v0.4.17
22412026-06-18T22:28:36.182Z Compiling proc-macro-error-attr v1.0.4
22422026-06-18T22:28:36.205Z Compiling tokio-rustls v0.26.4
22432026-06-18T22:28:36.261Z Compiling rustls-platform-verifier v0.6.2
22442026-06-18T22:28:36.357Z Compiling dropshot v0.17.0
22452026-06-18T22:28:36.398Z Compiling take_mut v0.2.2
22462026-06-18T22:28:36.414Z Compiling convert_case v0.4.0
22472026-06-18T22:28:36.454Z Compiling hyper-rustls v0.27.7
22482026-06-18T22:28:36.489Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22492026-06-18T22:28:36.504Z Compiling opaque-debug v0.3.1
22502026-06-18T22:28:36.538Z Compiling ciborium-io v0.2.2
22512026-06-18T22:28:36.582Z Compiling term v1.2.1
22522026-06-18T22:28:36.599Z Compiling toml_writer v1.0.6+spec-1.1.0
22532026-06-18T22:28:36.630Z Compiling thiserror-no-std v2.0.2
22542026-06-18T22:28:36.657Z Compiling ciborium-ll v0.2.2
22552026-06-18T22:28:36.672Z Compiling poly1305 v0.8.0
22562026-06-18T22:28:36.701Z Compiling reqwest v0.12.28
22572026-06-18T22:28:36.742Z Compiling reqwest v0.13.2
22582026-06-18T22:28:36.742Z Compiling derive_more v0.99.20
22592026-06-18T22:28:36.793Z Compiling toml v1.0.6+spec-1.1.0
22602026-06-18T22:28:36.957Z Compiling slog-term v2.9.2
22612026-06-18T22:28:36.973Z Compiling async-stream v0.3.6
22622026-06-18T22:28:37.186Z Compiling tokio-rustls v0.25.0
22632026-06-18T22:28:37.342Z Compiling test-strategy v0.4.5
22642026-06-18T22:28:37.460Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22652026-06-18T22:28:37.766Z Compiling ingot-types v0.1.2
22662026-06-18T22:28:37.934Z Compiling postcard v1.1.3
22672026-06-18T22:28:38.248Z Compiling ingot v0.1.1
22682026-06-18T22:28:38.261Z Compiling num_enum_derive v0.7.6
22692026-06-18T22:28:38.331Z Compiling tough v0.22.0
22702026-06-18T22:28:38.448Z Compiling slog-bunyan v2.5.0
22712026-06-18T22:28:38.654Z Compiling async-compression v0.4.41
22722026-06-18T22:28:38.969Z Compiling parse-display-derive v0.10.0
22732026-06-18T22:28:39.074Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22742026-06-18T22:28:39.145Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22752026-06-18T22:28:39.235Z Compiling proc-macro-crate v1.3.1
22762026-06-18T22:28:39.272Z Compiling waitgroup v0.1.2
22772026-06-18T22:28:39.402Z Compiling backon v1.6.0
22782026-06-18T22:28:39.450Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22792026-06-18T22:28:39.594Z Compiling password-hash v0.5.0
22802026-06-18T22:28:39.678Z Compiling chacha20 v0.9.1
22812026-06-18T22:28:39.881Z Compiling dropshot_endpoint v0.17.0
22822026-06-18T22:28:39.953Z Compiling rustls-pemfile v2.2.0
22832026-06-18T22:28:40.158Z Compiling blake2 v0.10.6
22842026-06-18T22:28:40.183Z Compiling aead v0.5.2
22852026-06-18T22:28:40.256Z Compiling foreign-types-macros v0.2.3
22862026-06-18T22:28:40.484Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22872026-06-18T22:28:40.505Z Compiling serde_path_to_error v0.1.20
22882026-06-18T22:28:40.523Z Compiling hostname v0.4.2
22892026-06-18T22:28:40.575Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22902026-06-18T22:28:40.601Z Compiling proc-macro-error v1.0.4
22912026-06-18T22:28:40.708Z Compiling instant v0.1.13
22922026-06-18T22:28:40.724Z Compiling typeid v1.0.3
22932026-06-18T22:28:40.798Z Compiling foreign-types-shared v0.3.1
22942026-06-18T22:28:40.826Z Compiling cpufeatures v0.3.0
22952026-06-18T22:28:40.853Z Compiling debug-ignore v1.0.5
22962026-06-18T22:28:40.907Z Compiling chacha20 v0.10.0
22972026-06-18T22:28:40.924Z Compiling foreign-types v0.5.0
22982026-06-18T22:28:40.938Z Compiling backoff v0.4.0
22992026-06-18T22:28:40.991Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23002026-06-18T22:28:40.994Z Compiling parse-display v0.10.0
23012026-06-18T22:28:41.006Z Compiling argon2 v0.5.3
23022026-06-18T22:28:41.038Z Compiling chacha20poly1305 v0.10.1
23032026-06-18T22:28:41.041Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23042026-06-18T22:28:41.095Z Compiling num_enum_derive v0.5.11
23052026-06-18T22:28:41.177Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23062026-06-18T22:28:41.221Z Compiling num_enum v0.7.6
23072026-06-18T22:28:41.238Z Compiling ciborium v0.2.2
23082026-06-18T22:28:41.400Z Compiling vsss-rs v3.3.4
23092026-06-18T22:28:41.519Z Compiling tabwriter v1.4.1
23102026-06-18T22:28:41.628Z Compiling regress v0.10.5
23112026-06-18T22:28:41.925Z Compiling byte-wrapper v0.1.0
23122026-06-18T22:28:41.945Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23132026-06-18T22:28:41.968Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23142026-06-18T22:28:42.076Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23152026-06-18T22:28:42.091Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23162026-06-18T22:28:42.134Z Compiling cstr-argument v0.1.2
23172026-06-18T22:28:42.323Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23182026-06-18T22:28:42.339Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23192026-06-18T22:28:42.485Z Compiling humantime v2.3.0
23202026-06-18T22:28:42.543Z Compiling erased-serde v0.4.9
23212026-06-18T22:28:42.599Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23222026-06-18T22:28:42.717Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23232026-06-18T22:28:42.748Z Compiling num_enum v0.5.11
23242026-06-18T22:28:42.781Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23252026-06-18T22:28:42.862Z Compiling rand v0.10.0
23262026-06-18T22:28:42.905Z Compiling rayon v1.11.0
23272026-06-18T22:28:42.939Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23282026-06-18T22:28:42.963Z Compiling colored v3.1.1
23292026-06-18T22:28:43.037Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23302026-06-18T22:28:43.052Z Compiling libefi-sys v0.1.0
23312026-06-18T22:28:43.076Z Compiling indent_write v2.2.0
23322026-06-18T22:28:43.162Z Compiling zone_cfg_derive v0.3.1
23332026-06-18T22:28:43.256Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23342026-06-18T22:28:43.271Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23352026-06-18T22:28:43.309Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23362026-06-18T22:28:43.324Z Compiling camino-tempfile v1.4.1
23372026-06-18T22:28:43.429Z Compiling itertools v0.12.1
23382026-06-18T22:28:43.693Z Compiling usdt-attr-macro v0.5.0
23392026-06-18T22:28:43.702Z Compiling usdt-macro v0.5.0
23402026-06-18T22:28:43.747Z Compiling bitfield-struct v0.6.2
23412026-06-18T22:28:43.776Z Compiling num-derive v0.4.2
23422026-06-18T22:28:43.794Z Compiling ordered-float v2.10.1
23432026-06-18T22:28:43.836Z Compiling blake3 v1.8.3
23442026-06-18T22:28:44.086Z Compiling memmap v0.7.0
23452026-06-18T22:28:44.198Z Compiling sigpipe v0.1.3
23462026-06-18T22:28:44.317Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23472026-06-18T22:28:44.346Z Compiling swrite v0.1.0
23482026-06-18T22:28:44.397Z Compiling glob v0.3.3
23492026-06-18T22:28:44.412Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23502026-06-18T22:28:44.450Z Compiling usdt v0.5.0
23512026-06-18T22:28:44.560Z Compiling serde-value v0.7.0
23522026-06-18T22:28:44.697Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23532026-06-18T22:28:44.749Z Compiling zone v0.3.1
23542026-06-18T22:28:44.889Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23552026-06-18T22:28:44.995Z Compiling serde-untagged v0.1.9
23562026-06-18T22:28:45.010Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23572026-06-18T22:28:45.275Z Compiling toml v0.8.23
23582026-06-18T22:28:45.316Z Compiling smf v0.2.3
23592026-06-18T22:28:45.341Z Compiling filetime v0.2.27
23602026-06-18T22:28:45.371Z Compiling xattr v1.6.1
23612026-06-18T22:28:45.374Z Compiling unicode-xid v0.2.6
23622026-06-18T22:28:45.404Z Compiling constant_time_eq v0.4.2
23632026-06-18T22:28:45.444Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23642026-06-18T22:28:45.545Z Compiling arrayvec v0.7.6
23652026-06-18T22:28:45.561Z Compiling whoami v1.6.1
23662026-06-18T22:28:45.576Z Compiling arrayref v0.3.9
23672026-06-18T22:28:45.596Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23682026-06-18T22:28:45.626Z Compiling tar v0.4.45
23692026-06-18T22:28:45.645Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23702026-06-18T22:28:45.671Z Compiling tokio-dtrace v0.1.1
23712026-06-18T22:28:45.897Z Compiling cargo-util-schemas v0.8.2
23722026-06-18T22:28:46.013Z Compiling console v0.16.2
23732026-06-18T22:28:46.029Z Compiling gethostname v0.5.0
23742026-06-18T22:28:46.191Z Compiling cargo-platform v0.2.0
23752026-06-18T22:28:46.285Z Compiling topological-sort v0.2.2
23762026-06-18T22:28:46.348Z Compiling unit-prefix v0.5.2
23772026-06-18T22:28:46.405Z Compiling oxide-tokio-rt v0.1.4
23782026-06-18T22:28:46.487Z Compiling indicatif v0.18.4
23792026-06-18T22:28:46.490Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23802026-06-18T22:28:46.527Z Compiling shell-words v1.1.1
23812026-06-18T22:28:47.110Z Compiling cargo_metadata v0.21.0
23822026-06-18T22:28:56.248Z Compiling omicron-zone-package v0.12.2
23832026-06-18T22:28:56.285Z Compiling progenitor-client v0.14.0
23842026-06-18T22:28:56.771Z Compiling progenitor-extras v0.2.0
23852026-06-18T22:28:59.105Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23862026-06-18T22:28:59.119Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23872026-06-18T22:28:59.123Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23882026-06-18T22:28:59.151Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23892026-06-18T22:28:59.187Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23902026-06-18T22:28:59.223Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23912026-06-18T22:28:59.320Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23922026-06-18T22:28:59.439Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23932026-06-18T22:28:59.494Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23942026-06-18T22:29:03.164Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23952026-06-18T22:29:10.915Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23962026-06-18T22:29:14.009Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23972026-06-18T22:29:15.008Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23982026-06-18T22:29:24.824Z Finished `release` profile [optimized] target(s) in 1m 44s
23992026-06-18T22:29:24.958Z Running `target/release/omicron-package -t test target create -p dev`
24002026-06-18T22:29:25.020ZLogging to: /work/oxidecomputer/omicron/out/LOG
24012026-06-18T22:29:25.023ZCreated new build target 'test' and set it as active
24022026-06-18T22:29:25.023Z
24032026-06-18T22:29:25.023Zreal 1:45.023633558
24042026-06-18T22:29:25.023Zuser 17:12.636641263
24052026-06-18T22:29:25.023Zsys 2:39.764271218
24062026-06-18T22:29:25.023Ztrap 0.483652653
24072026-06-18T22:29:25.023Ztflt 2.803496535
24082026-06-18T22:29:25.024Zdflt 4.305300537
24092026-06-18T22:29:25.024Zkflt 0.000474730
24102026-06-18T22:29:25.024Zlock 53:43.350218565
24112026-06-18T22:29:25.024Zslp 44:10.358520735
24122026-06-18T22:29:25.024Zlat 45.225295081
24132026-06-18T22:29:25.024Zstop 5:18.368585607
24142026-06-18T22:29:25.024Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24152026-06-18T22:29:25.864Z Finished `release` profile [optimized] target(s) in 0.83s
24162026-06-18T22:29:25.929Z Running `target/release/omicron-package -t test package`
24172026-06-18T22:29:25.993ZLogging to: /work/oxidecomputer/omicron/out/LOG
24182026-06-18T22:29:27.343Z Compiling heck v0.5.0
24192026-06-18T22:29:27.346Z Compiling regress v0.11.1
24202026-06-18T22:29:27.558Z Compiling unsafe-libyaml v0.2.11
24212026-06-18T22:29:27.594Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24222026-06-18T22:29:27.625Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24232026-06-18T22:29:27.625Z Compiling unicode-width v0.1.14
24242026-06-18T22:29:27.629Z Compiling atomicwrites v0.4.4
24252026-06-18T22:29:27.686Z Compiling derive-where v1.6.0
24262026-06-18T22:29:27.689Z Compiling bytecount v0.6.9
24272026-06-18T22:29:27.689Z Compiling is-terminal v0.4.17
24282026-06-18T22:29:27.748Z Compiling prettyplease v0.2.37
24292026-06-18T22:29:27.748Z Compiling console v0.15.11
24302026-06-18T22:29:27.752Z Compiling newline-converter v0.3.0
24312026-06-18T22:29:27.752Z Compiling slog-dtrace v0.3.0
24322026-06-18T22:29:27.790Z Compiling owo-colors v4.3.0
24332026-06-18T22:29:27.857Z Compiling cancel-safe-futures v0.1.5
24342026-06-18T22:29:27.860Z Compiling resolv-conf v0.7.6
24352026-06-18T22:29:27.901Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24362026-06-18T22:29:27.925Z Compiling rustls v0.22.4
24372026-06-18T22:29:27.957Z Compiling num-rational v0.4.2
24382026-06-18T22:29:27.980Z Compiling libsw-core v0.3.2
24392026-06-18T22:29:27.998Z Compiling rustls-webpki v0.102.8
24402026-06-18T22:29:28.070Z Compiling num-complex v0.4.6
24412026-06-18T22:29:28.101Z Compiling serde_yaml v0.9.34+deprecated
24422026-06-18T22:29:28.160Z Compiling expectorate v1.2.0
24432026-06-18T22:29:28.203Z Compiling thread_local v1.1.9
24442026-06-18T22:29:28.241Z Compiling compression-core v0.4.31
24452026-06-18T22:29:28.263Z Compiling match_cfg v0.1.0
24462026-06-18T22:29:28.357Z Compiling hostname v0.3.1
24472026-06-18T22:29:28.395Z Compiling compression-codecs v0.4.37
24482026-06-18T22:29:28.475Z Compiling num v0.4.3
24492026-06-18T22:29:28.560Z Compiling libsw v3.5.0
24502026-06-18T22:29:28.597Z Compiling multer v3.1.0
24512026-06-18T22:29:28.659Z Compiling slog-async v2.8.0
24522026-06-18T22:29:28.680Z Compiling crossbeam-channel v0.5.15
24532026-06-18T22:29:28.704Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24542026-06-18T22:29:28.726Z Compiling slog-json v2.6.1
24552026-06-18T22:29:28.769Z Compiling serde_spanned v1.0.4
24562026-06-18T22:29:28.857Z Compiling toml_datetime v1.0.0+spec-1.1.0
24572026-06-18T22:29:28.929Z Compiling term v1.2.1
24582026-06-18T22:29:28.953Z Compiling linear-map v1.2.0
24592026-06-18T22:29:28.976Z Compiling take_mut v0.2.2
24602026-06-18T22:29:28.979Z Compiling linked-hash-map v0.5.6
24612026-06-18T22:29:28.979Z Compiling float-ord v0.3.2
24622026-06-18T22:29:29.036Z Compiling toml_writer v1.0.6+spec-1.1.0
24632026-06-18T22:29:29.063Z Compiling slog-bunyan v2.5.0
24642026-06-18T22:29:29.120Z Compiling typify-impl v0.6.2
24652026-06-18T22:29:29.180Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24662026-06-18T22:29:29.187Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24672026-06-18T22:29:29.204Z Compiling lru-cache v0.1.2
24682026-06-18T22:29:29.229Z Compiling slog-term v2.9.2
24692026-06-18T22:29:29.250Z Compiling toml v1.0.6+spec-1.1.0
24702026-06-18T22:29:29.393Z Compiling async-compression v0.4.41
24712026-06-18T22:29:29.466Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24722026-06-18T22:29:29.611Z Compiling dropshot v0.17.0
24732026-06-18T22:29:29.634Z Compiling async-stream v0.3.6
24742026-06-18T22:29:29.638Z Compiling progenitor-client v0.14.0
24752026-06-18T22:29:29.682Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24762026-06-18T22:29:29.753Z Compiling waitgroup v0.1.2
24772026-06-18T22:29:29.774Z Compiling backon v1.6.0
24782026-06-18T22:29:29.809Z Compiling rustls-pemfile v2.2.0
24792026-06-18T22:29:29.837Z Compiling hostname v0.4.2
24802026-06-18T22:29:29.889Z Compiling serde_path_to_error v0.1.20
24812026-06-18T22:29:29.918Z Compiling instant v0.1.13
24822026-06-18T22:29:29.990Z Compiling debug-ignore v1.0.5
24832026-06-18T22:29:30.008Z Compiling minimal-lexical v0.2.1
24842026-06-18T22:29:30.012Z Compiling progenitor-extras v0.2.0
24852026-06-18T22:29:30.051Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24862026-06-18T22:29:30.055Z Compiling backoff v0.4.0
24872026-06-18T22:29:30.132Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24882026-06-18T22:29:30.259Z Compiling nom v7.1.3
24892026-06-18T22:29:30.289Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24902026-06-18T22:29:30.311Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24912026-06-18T22:29:30.315Z Compiling parse-display v0.10.0
24922026-06-18T22:29:30.411Z Compiling tokio-rustls v0.25.0
24932026-06-18T22:29:30.432Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24942026-06-18T22:29:30.465Z Compiling hickory-proto v0.24.4
24952026-06-18T22:29:30.684Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24962026-06-18T22:29:31.072Z Compiling regress v0.10.5
24972026-06-18T22:29:31.425Z Compiling macaddr v1.0.1
24982026-06-18T22:29:31.512Z Compiling unicode-xid v0.2.6
24992026-06-18T22:29:31.589Z Compiling humantime v2.3.0
25002026-06-18T22:29:31.663Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25012026-06-18T22:29:31.769Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25022026-06-18T22:29:31.854Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25032026-06-18T22:29:31.886Z Compiling convert_case v0.10.0
25042026-06-18T22:29:31.943Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25052026-06-18T22:29:32.165Z Compiling toml v0.8.23
25062026-06-18T22:29:32.192Z Compiling derive_more-impl v2.1.1
25072026-06-18T22:29:32.318Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25082026-06-18T22:29:32.582Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25092026-06-18T22:29:32.643Z Compiling typify-macro v0.6.2
25102026-06-18T22:29:32.751Z Compiling papergrid v0.11.0
25112026-06-18T22:29:32.776Z Compiling tabled_derive v0.7.0
25122026-06-18T22:29:32.991Z Compiling derive_more v2.1.1
25132026-06-18T22:29:33.100Z Compiling hickory-resolver v0.24.4
25142026-06-18T22:29:33.125Z Compiling termtree v0.5.1
25152026-06-18T22:29:33.153Z Compiling crossterm v0.29.0
25162026-06-18T22:29:33.333Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25172026-06-18T22:29:33.702Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25182026-06-18T22:29:34.210Z Compiling typify v0.6.2
25192026-06-18T22:29:34.360Z Compiling progenitor-impl v0.14.0
25202026-06-18T22:29:34.998Z Compiling qorb v0.4.1
25212026-06-18T22:29:35.361Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25222026-06-18T22:29:35.579Z Compiling tabled v0.15.0
25232026-06-18T22:29:36.194Z Compiling phf_shared v0.12.1
25242026-06-18T22:29:36.445Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25252026-06-18T22:29:36.536Z Compiling progenitor-macro v0.14.0
25262026-06-18T22:29:36.990Z Compiling csv-core v0.1.13
25272026-06-18T22:29:37.436Z Compiling vte v0.14.1
25282026-06-18T22:29:37.709Z Compiling chrono-tz v0.10.4
25292026-06-18T22:29:37.923Z Compiling highway v1.3.0
25302026-06-18T22:29:38.126Z Compiling strip-ansi-escapes v0.2.1
25312026-06-18T22:29:38.471Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25322026-06-18T22:29:38.630Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25332026-06-18T22:29:38.653Z Compiling csv v1.4.0
25342026-06-18T22:29:38.703Z Compiling phf v0.12.1
25352026-06-18T22:29:38.814Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25362026-06-18T22:29:38.913Z Compiling const_format_proc_macros v0.2.34
25372026-06-18T22:29:38.944Z Compiling fd-lock v4.0.4
25382026-06-18T22:29:38.962Z Compiling peg-macros v0.8.5
25392026-06-18T22:29:39.290Z Compiling nu-ansi-term v0.50.3
25402026-06-18T22:29:39.468Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25412026-06-18T22:29:39.710Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25422026-06-18T22:29:39.837Z Compiling const_format v0.2.35
25432026-06-18T22:29:40.233Z Compiling peg v0.8.5
25442026-06-18T22:29:40.276Z Compiling reedline v0.40.0
25452026-06-18T22:29:40.385Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25462026-06-18T22:29:40.700Z Compiling progenitor v0.14.0
25472026-06-18T22:29:40.906Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25482026-06-18T22:29:41.233Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25492026-06-18T22:29:41.485Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25502026-06-18T22:29:42.098Z Compiling bcs v0.1.6
25512026-06-18T22:29:42.558Z Compiling nom v8.0.0
25522026-06-18T22:29:43.566Z Compiling semver v0.1.20
25532026-06-18T22:29:43.683Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25542026-06-18T22:29:43.761Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25552026-06-18T22:29:43.834Z Compiling rustc_version v0.1.7
25562026-06-18T22:29:43.855Z Compiling smawk v0.3.2
25572026-06-18T22:29:43.876Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25582026-06-18T22:29:43.941Z Compiling unicode-linebreak v0.1.5
25592026-06-18T22:29:44.048Z Compiling base64 v0.21.7
25602026-06-18T22:29:44.069Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25612026-06-18T22:29:44.090Z Compiling newtype_derive v0.1.6
25622026-06-18T22:29:44.259Z Compiling textwrap v0.16.2
25632026-06-18T22:29:44.340Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25642026-06-18T22:29:44.367Z Compiling dropshot-api-manager-types v0.7.2
25652026-06-18T22:29:44.502Z Compiling steno v0.4.1
25662026-06-18T22:29:44.588Z Compiling utf-8 v0.7.6
25672026-06-18T22:29:44.725Z Compiling tagptr v0.2.0
25682026-06-18T22:29:44.883Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25692026-06-18T22:29:44.915Z Compiling moka v0.12.13
25702026-06-18T22:29:45.020Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25712026-06-18T22:29:45.139Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25722026-06-18T22:29:45.254Z Compiling tungstenite v0.21.0
25732026-06-18T22:29:45.318Z Compiling radium v0.7.0
25742026-06-18T22:29:45.615Z Compiling display-error-chain v0.2.2
25752026-06-18T22:29:45.905Z Compiling tokio-tungstenite v0.21.0
25762026-06-18T22:29:45.992Z Compiling hickory-resolver v0.25.2
25772026-06-18T22:29:46.324Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25782026-06-18T22:29:46.348Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25792026-06-18T22:29:46.368Z Compiling tap v1.0.1
25802026-06-18T22:29:46.518Z Compiling maybe-uninit v2.0.0
25812026-06-18T22:29:46.908Z Compiling wyz v0.5.1
25822026-06-18T22:29:47.164Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25832026-06-18T22:29:47.409Z Compiling zerocopy-derive v0.6.6
25842026-06-18T22:29:47.608Z Compiling packed_struct v0.10.1
25852026-06-18T22:29:47.892Z Compiling funty v2.0.0
25862026-06-18T22:29:48.228Z Compiling crc-catalog v2.4.0
25872026-06-18T22:29:48.359Z Compiling crc v3.4.0
25882026-06-18T22:29:48.591Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25892026-06-18T22:29:48.857Z Compiling bitvec v1.0.1
25902026-06-18T22:29:49.052Z Compiling zerocopy v0.6.6
25912026-06-18T22:29:49.369Z Compiling packed_struct_codegen v0.10.1
25922026-06-18T22:29:49.469Z Compiling vergen-lib v0.1.6
25932026-06-18T22:29:49.702Z Compiling bitfield-macros v0.19.4
25942026-06-18T22:29:49.759Z Compiling proc-macro-error-attr2 v2.0.0
25952026-06-18T22:29:50.213Z Compiling indexmap v1.9.3
25962026-06-18T22:29:50.411Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25972026-06-18T22:29:50.432Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25982026-06-18T22:29:50.460Z Compiling nodrop v0.1.14
25992026-06-18T22:29:50.568Z Compiling diesel_derives v2.3.7
26002026-06-18T22:29:50.615Z Compiling array-init v0.0.4
26012026-06-18T22:29:50.780Z Compiling bitfield v0.19.4
26022026-06-18T22:29:50.832Z Compiling proc-macro-error2 v2.0.1
26032026-06-18T22:29:51.040Z Compiling smallvec v0.6.14
26042026-06-18T22:29:51.155Z Compiling scheduled-thread-pool v0.2.7
26052026-06-18T22:29:51.319Z Compiling dsl_auto_type v0.2.0
26062026-06-18T22:29:51.323Z Compiling num-derive v0.3.3
26072026-06-18T22:29:51.378Z Compiling vergen-gitcl v1.0.8
26082026-06-18T22:29:51.609Z Compiling diesel_table_macro_syntax v0.3.0
26092026-06-18T22:29:51.778Z Compiling dirs-sys-next v0.1.2
26102026-06-18T22:29:51.852Z Compiling glob v0.3.3
26112026-06-18T22:29:51.901Z Compiling crunchy v0.2.4
26122026-06-18T22:29:52.071Z Compiling hashbrown v0.12.3
26132026-06-18T22:29:52.093Z Compiling maplit v1.0.2
26142026-06-18T22:29:52.210Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26152026-06-18T22:29:52.255Z Compiling dirs-next v2.0.0
26162026-06-18T22:29:52.259Z Compiling clang-sys v1.8.1
26172026-06-18T22:29:52.273Z Compiling libscf-sys v1.1.0
26182026-06-18T22:29:52.435Z Compiling r2d2 v0.8.10
26192026-06-18T22:29:52.477Z Compiling serde-hex v0.1.0
26202026-06-18T22:29:52.552Z Compiling tabled_derive v0.11.0
26212026-06-18T22:29:52.733Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26222026-06-18T22:29:52.838Z Compiling ron v0.8.1
26232026-06-18T22:29:52.977Z Compiling papergrid v0.17.0
26242026-06-18T22:29:53.032Z Compiling testing_table v0.3.0
26252026-06-18T22:29:53.179Z Compiling hashbrown v0.13.2
26262026-06-18T22:29:53.200Z Compiling downcast-rs v2.0.2
26272026-06-18T22:29:53.330Z Compiling crc-any v2.5.0
26282026-06-18T22:29:53.473Z Compiling tiny-keccak v2.0.2
26292026-06-18T22:29:53.593Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26302026-06-18T22:29:53.724Z Compiling object v0.30.4
26312026-06-18T22:29:53.824Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26322026-06-18T22:29:54.283Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26332026-06-18T22:29:54.287Z Compiling tabled v0.20.0
26342026-06-18T22:29:54.519Z Compiling term v0.7.0
26352026-06-18T22:29:54.750Z Compiling progenitor-impl v0.13.0
26362026-06-18T22:29:55.054Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26372026-06-18T22:29:55.212Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26382026-06-18T22:29:55.246Z Compiling bit-vec v0.6.3
26392026-06-18T22:29:55.450Z Compiling path-slash v0.1.5
26402026-06-18T22:29:55.498Z Compiling xshell-macros v0.2.7
26412026-06-18T22:29:55.719Z Compiling bit-set v0.5.3
26422026-06-18T22:29:55.895Z Compiling xshell v0.2.7
26432026-06-18T22:29:55.918Z Compiling ascii-canvas v3.0.0
26442026-06-18T22:29:56.198Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26452026-06-18T22:29:56.219Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26462026-06-18T22:29:56.515Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26472026-06-18T22:29:56.767Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26482026-06-18T22:29:57.003Z Compiling progenitor-macro v0.13.0
26492026-06-18T22:29:57.034Z Compiling diesel v2.3.7
26502026-06-18T22:29:57.263Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26512026-06-18T22:29:58.582Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26522026-06-18T22:29:58.731Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26532026-06-18T22:29:58.955Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26542026-06-18T22:29:59.189Z Compiling progenitor-client v0.13.0
26552026-06-18T22:29:59.431Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26562026-06-18T22:29:59.647Z Compiling itertools v0.10.5
26572026-06-18T22:29:59.748Z Compiling ena v0.14.4
26582026-06-18T22:30:00.023Z Compiling libloading v0.8.9
26592026-06-18T22:30:00.104Z Compiling unicase v2.9.0
26602026-06-18T22:30:00.265Z Compiling bindgen v0.71.1
26612026-06-18T22:30:00.445Z Compiling regex-syntax v0.6.29
26622026-06-18T22:30:00.545Z Compiling diff v0.1.13
26632026-06-18T22:30:00.726Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26642026-06-18T22:30:00.920Z Compiling cexpr v0.6.0
26652026-06-18T22:30:01.142Z Compiling progenitor v0.13.0
26662026-06-18T22:30:01.347Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26672026-06-18T22:30:01.553Z Compiling rustc-hash v2.1.1
26682026-06-18T22:30:01.576Z Compiling crc8 v0.1.1
26692026-06-18T22:30:01.772Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26702026-06-18T22:30:01.948Z Compiling lalrpop v0.19.12
26712026-06-18T22:30:02.015Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26722026-06-18T22:30:02.362Z Compiling headers-core v0.3.0
26732026-06-18T22:30:02.514Z Compiling libxml v0.3.3
26742026-06-18T22:30:02.536Z Compiling headers v0.4.1
26752026-06-18T22:30:02.702Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26762026-06-18T22:30:02.828Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26772026-06-18T22:30:02.945Z Compiling git-stub v1.0.0
26782026-06-18T22:30:03.006Z Compiling strum_macros v0.24.3
26792026-06-18T22:30:03.064Z Compiling indoc v1.0.9
26802026-06-18T22:30:03.221Z Compiling git-stub-vcs v0.1.0
26812026-06-18T22:30:03.496Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26822026-06-18T22:30:03.590Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26832026-06-18T22:30:03.668Z Compiling derive_builder v0.20.2
26842026-06-18T22:30:03.813Z Compiling quick-xml v0.37.5
26852026-06-18T22:30:03.845Z Compiling oso-derive v0.27.3
26862026-06-18T22:30:04.245Z Compiling impl-trait-for-tuples v0.2.3
26872026-06-18T22:30:04.309Z Compiling openssl-probe v0.1.6
26882026-06-18T22:30:04.395Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26892026-06-18T22:30:04.616Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26902026-06-18T22:30:05.107Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26912026-06-18T22:30:05.288Z Compiling half v1.8.3
26922026-06-18T22:30:05.528Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26932026-06-18T22:30:05.735Z Compiling serde_cbor v0.11.2
26942026-06-18T22:30:05.789Z Compiling bb8 v0.8.6
26952026-06-18T22:30:06.177Z Compiling trait-variant v0.1.2
26962026-06-18T22:30:06.523Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26972026-06-18T22:30:06.613Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26982026-06-18T22:30:06.735Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26992026-06-18T22:30:06.753Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27002026-06-18T22:30:06.972Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27012026-06-18T22:30:07.001Z Compiling samael v0.0.19
27022026-06-18T22:30:07.038Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27032026-06-18T22:30:07.328Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27042026-06-18T22:30:07.349Z Compiling fxhash v0.2.1
27052026-06-18T22:30:07.413Z Compiling libz-sys v1.1.24
27062026-06-18T22:30:07.526Z Compiling salty v0.3.0
27072026-06-18T22:30:07.807Z Compiling nonempty v0.12.0
27082026-06-18T22:30:08.033Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27092026-06-18T22:30:08.302Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27102026-06-18T22:30:08.773Z Compiling kstat-rs v0.2.4
27112026-06-18T22:30:08.834Z Compiling arc-swap v1.8.2
27122026-06-18T22:30:08.940Z Compiling fs-err v2.11.0
27132026-06-18T22:30:09.278Z Compiling slog-scope v4.4.1
27142026-06-18T22:30:09.361Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27152026-06-18T22:30:09.394Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27162026-06-18T22:30:09.416Z Compiling mime_guess v2.0.5
27172026-06-18T22:30:09.570Z Compiling polar-core v0.27.3
27182026-06-18T22:30:09.850Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27192026-06-18T22:30:09.940Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27202026-06-18T22:30:10.354Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27212026-06-18T22:30:10.397Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27222026-06-18T22:30:10.785Z Compiling nanorand v0.7.0
27232026-06-18T22:30:11.174Z Compiling darling_core v0.23.0
27242026-06-18T22:30:11.283Z Compiling libgit2-sys v0.18.3+1.9.2
27252026-06-18T22:30:11.493Z Compiling parking_lot_core v0.8.6
27262026-06-18T22:30:11.870Z Compiling flume v0.11.1
27272026-06-18T22:30:12.283Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27282026-06-18T22:30:12.846Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27292026-06-18T22:30:13.112Z Compiling slog-stdlog v4.1.1
27302026-06-18T22:30:13.408Z Compiling darling_macro v0.23.0
27312026-06-18T22:30:13.716Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27322026-06-18T22:30:13.818Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27332026-06-18T22:30:13.855Z Compiling primeorder v0.13.6
27342026-06-18T22:30:13.911Z Compiling atty v0.2.14
27352026-06-18T22:30:14.063Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27362026-06-18T22:30:14.224Z Compiling diesel-dtrace v0.5.0
27372026-06-18T22:30:14.301Z Compiling async-bb8-diesel v0.2.1
27382026-06-18T22:30:14.550Z Compiling http-range v0.1.5
27392026-06-18T22:30:14.754Z Compiling parse-size v1.1.0
27402026-06-18T22:30:14.892Z Compiling strsim v0.10.0
27412026-06-18T22:30:14.977Z Compiling instability v0.3.11
27422026-06-18T22:30:14.999Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27432026-06-18T22:30:15.225Z Compiling darling_core v0.13.4
27442026-06-18T22:30:15.303Z Compiling p384 v0.13.1
27452026-06-18T22:30:16.916Z Compiling darling v0.23.0
27462026-06-18T22:30:17.035Z Compiling slog-envlogger v2.2.0
27472026-06-18T22:30:18.251Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27482026-06-18T22:30:18.280Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27492026-06-18T22:30:19.114Z Compiling oso v0.27.3
27502026-06-18T22:30:19.873Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27512026-06-18T22:30:20.040Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27522026-06-18T22:30:20.786Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27532026-06-18T22:30:22.396Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27542026-06-18T22:30:22.640Z Compiling ignore v0.4.25
27552026-06-18T22:30:22.676Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-06-18T22:30:23.279Z Compiling castaway v0.2.4
27572026-06-18T22:30:23.441Z Compiling vergen-git2 v9.1.0
27582026-06-18T22:30:23.607Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-06-18T22:30:23.687Z Compiling indoc v2.0.7
27602026-06-18T22:30:23.935Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27612026-06-18T22:30:24.077Z Compiling compact_str v0.8.1
27622026-06-18T22:30:24.830Z Compiling globwalk v0.9.1
27632026-06-18T22:30:25.220Z Compiling parking_lot v0.11.2
27642026-06-18T22:30:25.515Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27652026-06-18T22:30:25.690Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27662026-06-18T22:30:25.923Z Compiling hyper-staticfile v0.10.1
27672026-06-18T22:30:26.118Z Compiling darling_macro v0.13.4
27682026-06-18T22:30:26.184Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27692026-06-18T22:30:26.364Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27702026-06-18T22:30:26.461Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27712026-06-18T22:30:26.633Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27722026-06-18T22:30:26.854Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27732026-06-18T22:30:26.949Z Compiling predicates-tree v1.0.13
27742026-06-18T22:30:27.182Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27752026-06-18T22:30:27.203Z Compiling unicode-truncate v1.1.0
27762026-06-18T22:30:27.422Z Compiling lru v0.12.5
27772026-06-18T22:30:27.443Z Compiling rand_seeder v0.4.0
27782026-06-18T22:30:27.446Z Compiling prefix-trie v0.7.0
27792026-06-18T22:30:27.603Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27802026-06-18T22:30:27.657Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27812026-06-18T22:30:27.705Z Compiling cassowary v0.3.0
27822026-06-18T22:30:27.738Z Compiling illumos-nvpair-sys v0.2.0
27832026-06-18T22:30:27.920Z Compiling corncobs v0.1.4
27842026-06-18T22:30:27.967Z Compiling rustls v0.21.12
27852026-06-18T22:30:28.021Z Compiling ratatui v0.29.0
27862026-06-18T22:30:28.069Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27872026-06-18T22:30:28.223Z Compiling hickory-server v0.25.2
27882026-06-18T22:30:28.244Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27892026-06-18T22:30:28.367Z Compiling camino-tempfile-ext v0.3.3
27902026-06-18T22:30:28.502Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27912026-06-18T22:30:28.768Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27922026-06-18T22:30:28.795Z Compiling darling v0.13.4
27932026-06-18T22:30:28.926Z Compiling sled v0.34.7
27942026-06-18T22:30:29.297Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27952026-06-18T22:30:29.869Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27962026-06-18T22:30:30.283Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27972026-06-18T22:30:31.543Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27982026-06-18T22:30:31.641Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27992026-06-18T22:30:31.886Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28002026-06-18T22:30:32.112Z Compiling rustls-webpki v0.101.7
28012026-06-18T22:30:32.466Z Compiling sct v0.7.1
28022026-06-18T22:30:32.753Z Compiling secrecy v0.8.0
28032026-06-18T22:30:32.948Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28042026-06-18T22:30:33.386Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28052026-06-18T22:30:33.662Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28062026-06-18T22:30:33.815Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28072026-06-18T22:30:34.752Z Compiling serde_with_macros v1.5.2
28082026-06-18T22:30:35.649Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28092026-06-18T22:30:36.136Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28102026-06-18T22:30:36.261Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28112026-06-18T22:30:36.406Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28122026-06-18T22:30:36.641Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28132026-06-18T22:30:36.892Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28142026-06-18T22:30:37.127Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28152026-06-18T22:30:37.363Z Compiling git2 v0.20.4
28162026-06-18T22:30:37.388Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28172026-06-18T22:30:37.623Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28182026-06-18T22:30:37.896Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28192026-06-18T22:30:38.176Z Compiling void v1.0.2
28202026-06-18T22:30:38.329Z Compiling lzss v0.8.2
28212026-06-18T22:30:38.697Z Compiling illumos-nvpair v0.3.0
28222026-06-18T22:30:39.199Z Compiling serde_with v1.14.0
28232026-06-18T22:30:39.387Z Compiling tokio-rustls v0.24.1
28242026-06-18T22:30:39.934Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28252026-06-18T22:30:40.404Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28262026-06-18T22:30:40.453Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28272026-06-18T22:30:40.552Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28282026-06-18T22:30:42.310Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28292026-06-18T22:30:42.884Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28302026-06-18T22:30:43.781Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28312026-06-18T22:30:44.523Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28322026-06-18T22:30:44.738Z Compiling tungstenite v0.23.0
28332026-06-18T22:30:44.790Z Compiling rustls-pemfile v1.0.4
28342026-06-18T22:30:44.812Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28352026-06-18T22:30:44.870Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28362026-06-18T22:30:45.107Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28372026-06-18T22:30:45.197Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28382026-06-18T22:30:45.347Z Compiling nix v0.27.1
28392026-06-18T22:30:45.395Z Compiling twox-hash v2.1.2
28402026-06-18T22:30:45.900Z Compiling serde_bytes v0.11.19
28412026-06-18T22:30:46.215Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28422026-06-18T22:30:46.492Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28432026-06-18T22:30:46.948Z Compiling tokio-tungstenite v0.23.1
28442026-06-18T22:30:47.143Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28452026-06-18T22:30:47.319Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28462026-06-18T22:30:47.360Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28472026-06-18T22:30:47.501Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28482026-06-18T22:30:48.870Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28492026-06-18T22:30:49.515Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28502026-06-18T22:30:50.769Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28512026-06-18T22:30:50.773Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28522026-06-18T22:30:51.204Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28532026-06-18T22:30:51.226Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28542026-06-18T22:30:51.347Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28552026-06-18T22:30:51.822Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28562026-06-18T22:30:51.864Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28572026-06-18T22:30:52.302Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28582026-06-18T22:30:52.514Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28592026-06-18T22:30:53.233Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28602026-06-18T22:30:53.623Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28612026-06-18T22:30:55.325Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28622026-06-18T22:30:56.440Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28632026-06-18T22:30:56.828Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28642026-06-18T22:30:57.313Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28652026-06-18T22:30:58.623Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28662026-06-18T22:30:58.701Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28672026-06-18T22:30:58.935Z Compiling signal-hook-tokio v0.3.1
28682026-06-18T22:30:59.130Z Compiling fatfs v0.3.6
28692026-06-18T22:30:59.236Z Compiling yasna v0.5.2
28702026-06-18T22:30:59.576Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28712026-06-18T22:30:59.822Z Compiling assert_matches v1.5.0
28722026-06-18T22:30:59.863Z Compiling is_ci v1.2.0
28732026-06-18T22:30:59.939Z Compiling seq-macro v0.3.6
28742026-06-18T22:31:00.088Z Compiling supports-color v3.0.2
28752026-06-18T22:31:00.370Z Compiling rcgen v0.12.1
28762026-06-18T22:31:00.440Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28772026-06-18T22:31:00.823Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28782026-06-18T22:31:01.312Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28792026-06-18T22:31:03.494Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28802026-06-18T22:31:03.731Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28812026-06-18T22:31:03.852Z Compiling rtoolbox v0.0.3
28822026-06-18T22:31:03.973Z Compiling subprocess v0.2.15
28832026-06-18T22:31:04.135Z Compiling rpassword v7.4.0
28842026-06-18T22:31:04.435Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28852026-06-18T22:31:04.544Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28862026-06-18T22:31:05.175Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28872026-06-18T22:31:05.799Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28882026-06-18T22:31:05.952Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28892026-06-18T22:31:06.209Z Compiling tui-tree-widget v0.23.1
28902026-06-18T22:31:06.508Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28912026-06-18T22:31:07.723Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28922026-06-18T22:31:08.357Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28932026-06-18T22:31:08.588Z Compiling uzers v0.12.2
28942026-06-18T22:31:09.614Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28952026-06-18T22:31:09.653Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28962026-06-18T22:31:10.315Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28972026-06-18T22:31:11.088Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28982026-06-18T22:31:13.400Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28992026-06-18T22:31:15.072Z Compiling support-bundle-viewer v0.1.2
29002026-06-18T22:31:15.624Z Compiling multimap v0.10.1
29012026-06-18T22:31:22.330Zerror[E0425]: cannot find type `SitrepBuilder` in this scope
29022026-06-18T22:31:22.330Z --> nexus/fm/src/diagnosis/mod.rs:13:30
29032026-06-18T22:31:22.330Z |
29042026-06-18T22:31:22.330Z13 | pub fn analyze(builder: &mut SitrepBuilder<'_>) -> anyhow::Result<()> {
29052026-06-18T22:31:22.331Z | ^^^^^^^^^^^^^ not found in this scope
29062026-06-18T22:31:22.331Z |
29072026-06-18T22:31:22.331Zhelp: consider importing this struct through its public re-export
29082026-06-18T22:31:22.331Z |
29092026-06-18T22:31:22.331Z10 + use crate::SitrepBuilder;
29102026-06-18T22:31:22.331Z |
29112026-06-18T22:31:22.331Z
29122026-06-18T22:31:22.337Zwarning: unused import: `crate::analysis_input::Input`
29132026-06-18T22:31:22.337Z --> nexus/fm/src/diagnosis/power_shelf.rs:6:5
29142026-06-18T22:31:22.337Z |
29152026-06-18T22:31:22.337Z6 | use crate::analysis_input::Input;
29162026-06-18T22:31:22.337Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
29172026-06-18T22:31:22.337Z |
29182026-06-18T22:31:22.337Z = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
29192026-06-18T22:31:22.337Z
29202026-06-18T22:31:22.918ZFor more information about this error, try `rustc --explain E0425`.
29212026-06-18T22:31:23.005Zwarning: `nexus-fm` (lib) generated 1 warning
29222026-06-18T22:31:23.005Zerror: could not compile `nexus-fm` (lib) due to 1 previous error; 1 warning emitted
29232026-06-18T22:31:23.005Zwarning: build failed, waiting for other jobs to finish...
29242026-06-18T22:32:17.042ZError: Failed to build packages
29252026-06-18T22:32:17.045Z
29262026-06-18T22:32:17.045Zreal 2:52.017260578
29272026-06-18T22:32:17.045Zuser 37:55.863703411
29282026-06-18T22:32:17.045Zsys 2:10.048124625
29292026-06-18T22:32:17.045Ztrap 1.158884467
29302026-06-18T22:32:17.045Ztflt 2.215563067
29312026-06-18T22:32:17.045Zdflt 2.234616803
29322026-06-18T22:32:17.045Zkflt 0.005267330
29332026-06-18T22:32:17.045Zlock 3:09:18.534810421
29342026-06-18T22:32:17.045Zslp 1:31:25.051624786
29352026-06-18T22:32:17.045Zlat 1:55.298856304
29362026-06-18T22:32:17.045Zstop 4:42.161063334
29372026-06-18T22:32:17.048Zprocess exited: duration 389664 ms, exit code 1
 
29382026-06-18T22:32:17.054Zfound 0 output files
29392026-06-18T22:32:17.054Zupload error: rule "/work/package.tar.gz" required a match, but was not used