01KRHG9YDQFFABENGYR269KCWY: 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: 01KRHGAC0XCNC95NWBMA9CGS7W

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-13T20:27:42.089Zjob assigned to worker 01KRHGAJC6RHQHJ0JGWCAZFSVJ [factory aws, i-01d69d0eab1a1f8fa] (queued for 58 s)
 
22026-05-13T20:27:49.194Zstarting task 0: "setup"
32026-05-13T20:27:49.198Z++ uname -s
42026-05-13T20:27:49.201Z+ kern=SunOS
52026-05-13T20:27:49.201Z+ build_user=build
62026-05-13T20:27:49.201Z+ build_uid=12345
72026-05-13T20:27:49.201Z+ work_dir=/work
82026-05-13T20:27:49.201Z+ input_dir=/input
92026-05-13T20:27:49.201Z+ [[ 0 == 12345 ]]
102026-05-13T20:27:49.201Z+ case "$kern" in
112026-05-13T20:27:49.201Z+ groupadd -g 12345 build
122026-05-13T20:27:49.204Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-13T20:27:51.209Z+ zfs create -o mountpoint=/work rpool/work
142026-05-13T20:27:51.325Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-13T20:27:51.328Z+ home_fs=zfs
162026-05-13T20:27:51.328Z+ [[ zfs == autofs ]]
172026-05-13T20:27:51.328Z+ mkdir -p /home/build
182026-05-13T20:27:51.330Z+ chown build:build /home/build /work
192026-05-13T20:27:53.330Z+ chmod 0700 /home/build /work
202026-05-13T20:27:53.334Zprocess exited: duration 4142 ms, exit code 0
 
212026-05-13T20:27:53.339Zstarting task 1: "rust-toolchain"
222026-05-13T20:27:53.344Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-13T20:27:53.345Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-13T20:27:53.345Z * rust toolchain channel = "1.94.0"
252026-05-13T20:27:53.345Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-13T20:27:53.345Z * rust toolchain profile = "default"
272026-05-13T20:27:53.345Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-13T20:27:53.347Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-13T20:27:53.347Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-13T20:27:53.432Zinfo: downloading installer
312026-05-13T20:27:54.742Zwarn: It looks like you have an existing rustup settings file at:
322026-05-13T20:27:54.742Zwarn: /home/build/.rustup/settings.toml
332026-05-13T20:27:54.742Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-13T20:27:54.742Zwarn: instead of the one inferred from the default host triple.
352026-05-13T20:27:54.753Zinfo: profile set to default
362026-05-13T20:27:54.753Zinfo: default host triple is x86_64-unknown-illumos
372026-05-13T20:27:54.756Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-13T20:27:54.886Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-13T20:27:54.889Zinfo: downloading 6 components
402026-05-13T20:28:10.410Z
412026-05-13T20:28:10.410Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-05-13T20:28:10.440Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-13T20:28:10.440Z
442026-05-13T20:28:10.440Z
452026-05-13T20:28:10.440ZRust is installed now. Great!
462026-05-13T20:28:10.440Z
472026-05-13T20:28:10.440ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-13T20:28:10.440Zenvironment variable. This has not been done automatically.
492026-05-13T20:28:10.440Z
502026-05-13T20:28:10.440ZTo configure your current shell, you need to source
512026-05-13T20:28:10.440Zthe corresponding env file under $HOME/.cargo.
522026-05-13T20:28:10.440Z
532026-05-13T20:28:10.440ZThis is usually done by running one of the following (note the leading DOT):
542026-05-13T20:28:10.443Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-13T20:28:10.443Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-13T20:28:10.443Zsource "~/.cargo/env.nu" # For nushell
572026-05-13T20:28:10.443Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-13T20:28:10.443Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-13T20:28:10.443Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-13T20:28:10.443Zwarn: no default linker (`cc`) was found in your PATH
612026-05-13T20:28:10.443Zwarn: many Rust crates require a system C toolchain to build
622026-05-13T20:28:10.533Z+ rustup --version
632026-05-13T20:28:10.539Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-13T20:28:10.542Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-13T20:28:10.560Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-13T20:28:10.563Z+ cargo --version
672026-05-13T20:28:10.571Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-13T20:28:10.574Z+ rustc --version
692026-05-13T20:28:10.594Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-13T20:28:10.597Zprocess exited: duration 17257 ms, exit code 0
 
712026-05-13T20:28:10.602Zstarting task 2: "authentication"
722026-05-13T20:28:10.620Zprocess exited: duration 17 ms, exit code 0
 
732026-05-13T20:28:10.626Zstarting task 3: "clone repository"
742026-05-13T20:28:10.631Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-13T20:28:10.633Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-13T20:28:10.665ZCloning into '/work/oxidecomputer/omicron'...
772026-05-13T20:28:20.129Z+ cd /work/oxidecomputer/omicron
782026-05-13T20:28:20.129Z+ git fetch origin 43a3cda15782b2253f6ee61929a709985d712e7c
792026-05-13T20:28:20.462ZFrom https://github.com/oxidecomputer/omicron
802026-05-13T20:28:20.462Z * branch 43a3cda15782b2253f6ee61929a709985d712e7c -> FETCH_HEAD
812026-05-13T20:28:20.476Z+ [[ -n token-cleanup-task ]]
822026-05-13T20:28:20.479Z++ git branch --show-current
832026-05-13T20:28:20.482Z+ current=main
842026-05-13T20:28:20.482Z+ [[ main != token-cleanup-task ]]
852026-05-13T20:28:20.482Z+ git branch -f token-cleanup-task 43a3cda15782b2253f6ee61929a709985d712e7c
862026-05-13T20:28:20.485Z+ git checkout -f token-cleanup-task
872026-05-13T20:28:20.721ZSwitched to branch 'token-cleanup-task'
882026-05-13T20:28:20.724Z+ git reset --hard 43a3cda15782b2253f6ee61929a709985d712e7c
892026-05-13T20:28:20.737ZHEAD is now at 43a3cda15 background task: delete expired tokens
902026-05-13T20:28:20.740Zprocess exited: duration 10113 ms, exit code 0
 
912026-05-13T20:28:20.746Zstarting task 4: "build"
922026-05-13T20:28:20.751Z+ source .github/buildomat/ci-env.sh
932026-05-13T20:28:20.754Z++ export CARGO_TERM_COLOR=always
942026-05-13T20:28:20.754Z++ CARGO_TERM_COLOR=always
952026-05-13T20:28:20.754Z+ cargo --version
962026-05-13T20:28:20.763Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-13T20:28:20.766Z+ rustc --version
982026-05-13T20:28:20.787Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-13T20:28:20.790Z+ WORK=/work
1002026-05-13T20:28:20.790Z+ pfexec mkdir -p /work
1012026-05-13T20:28:20.798Z+ pfexec chown build /work
1022026-05-13T20:28:20.798Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-13T20:28:22.285Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-13T20:28:22.348Z Startup: Caching catalogs ... Done
1052026-05-13T20:28:22.559ZPlanning: Solver setup ... Done (0.174s)
1062026-05-13T20:28:22.575ZPlanning: Running solver ... Done (0.016s)
1072026-05-13T20:28:22.580ZPlanning: Finding local manifests ... Done (0.003s)
1082026-05-13T20:28:22.590ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-13T20:28:22.607ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-13T20:28:22.621ZPlanning: Package planning ... Done (0.014s)
1112026-05-13T20:28:22.624ZPlanning: Merging actions ... Done (0.002s)
1122026-05-13T20:28:22.813ZPlanning: Checking for conflicting actions ... Done (0.190s)
1132026-05-13T20:28:22.816ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-13T20:28:23.684ZPlanning: Evaluating mediators ... Done (0.870s)
1152026-05-13T20:28:23.687ZPlanning: Planning completed in 1.32 seconds
1162026-05-13T20:28:23.693Z Packages to install: 2
1172026-05-13T20:28:23.693Z Estimated space available: 156.08 GB
1182026-05-13T20:28:23.696ZEstimated space to be consumed: 19.74 MB
1192026-05-13T20:28:23.696Z Create boot environment: No
1202026-05-13T20:28:23.696ZCreate backup boot environment: No
1212026-05-13T20:28:23.696Z Rebuild boot archive: No
1222026-05-13T20:28:23.696Z
1232026-05-13T20:28:23.696ZChanged packages:
1242026-05-13T20:28:23.696Zhelios
1252026-05-13T20:28:23.696Z developer/build-essential
1262026-05-13T20:28:23.696Z None -> 11-3.0
1272026-05-13T20:28:23.696Z library/libxmlsec1
1282026-05-13T20:28:23.696Z None -> 1.2.35-3.0
1292026-05-13T20:28:23.719Z
1302026-05-13T20:28:23.719ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-13T20:28:24.308ZDownload: Completed 1.28 MB in 0.59 seconds (2.2M/s)
1322026-05-13T20:28:24.372Z Actions: 1/268 actions (Installing new actions)
1332026-05-13T20:28:24.411Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-13T20:28:24.418ZFinalize: Updating package state database ... Done (0.007s)
1352026-05-13T20:28:24.418ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-13T20:28:24.433ZFinalize: Updating image state ... Done (0.015s)
1372026-05-13T20:28:26.963ZFinalize: Creating fast lookup database ... Done (2.507s)
1382026-05-13T20:28:27.029ZFinalize: Reading search index ... Done (0.012s)
1392026-05-13T20:28:27.032ZFinalize: Updating search index ... Done (0.000s)
1402026-05-13T20:28:27.118ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-13T20:28:27.412ZPlanning: Evaluating mediator changes ... Done
1422026-05-13T20:28:27.515ZPlanning: Checking for conflicting actions ... Done
1432026-05-13T20:28:27.518ZPlanning: Consolidating action changes ... Done
1442026-05-13T20:28:27.674ZPlanning: Evaluating mediators ... Done
1452026-05-13T20:28:27.677ZPlanning: Planning completed in 0.26 seconds
1462026-05-13T20:28:27.697Z Mediators to change: 2
1472026-05-13T20:28:27.697Z Create boot environment: No
1482026-05-13T20:28:27.697ZCreate backup boot environment: No
1492026-05-13T20:28:27.761ZFinalize: Updating package state database ... Done
1502026-05-13T20:28:27.761ZFinalize: Updating package cache ... Done
1512026-05-13T20:28:27.770ZFinalize: Updating image state ... Done
1522026-05-13T20:28:29.680ZFinalize: Creating fast lookup database ... Done
1532026-05-13T20:28:29.740ZFinalize: Reading search index ... Done
1542026-05-13T20:28:29.743ZFinalize: Updating search index ... Done
1552026-05-13T20:28:29.836ZFinalize: Updating package cache ... Done
1562026-05-13T20:28:30.124ZPlanning: Evaluating mediator changes ... Done
1572026-05-13T20:28:30.227ZPlanning: Checking for conflicting actions ... Done
1582026-05-13T20:28:30.230ZPlanning: Consolidating action changes ... Done
1592026-05-13T20:28:30.383ZPlanning: Evaluating mediators ... Done
1602026-05-13T20:28:30.386ZPlanning: Planning completed in 0.26 seconds
1612026-05-13T20:28:30.406Z Mediators to change: 1
1622026-05-13T20:28:30.406Z Create boot environment: No
1632026-05-13T20:28:30.406ZCreate backup boot environment: No
1642026-05-13T20:28:30.459ZFinalize: Updating package state database ... Done
1652026-05-13T20:28:30.459ZFinalize: Updating package cache ... Done
1662026-05-13T20:28:30.468ZFinalize: Updating image state ... Done
1672026-05-13T20:28:32.406ZFinalize: Creating fast lookup database ... Done
1682026-05-13T20:28:32.467ZFinalize: Reading search index ... Done
1692026-05-13T20:28:32.470ZFinalize: Updating search index ... Done
1702026-05-13T20:28:32.538ZFinalize: Updating package cache ... Done
1712026-05-13T20:28:32.849ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-13T20:28:32.849Zapache system 2.4 system
1732026-05-13T20:28:32.849Zclang system 15 system
1742026-05-13T20:28:32.849Zcsh system system illumos
1752026-05-13T20:28:32.849Zctags system system illumos
1762026-05-13T20:28:32.849Zfile vendor vendor darwinsys
1772026-05-13T20:28:32.849Zfile system system illumos
1782026-05-13T20:28:32.849Zgcc vendor 14 vendor
1792026-05-13T20:28:32.849Zgcc system 13 system
1802026-05-13T20:28:32.849Zgcc system 10 system
1812026-05-13T20:28:32.849Zgo system 1.25 system
1822026-05-13T20:28:32.849Zllvm system 15 system
1832026-05-13T20:28:32.849Zmariadb system 11.4 system
1842026-05-13T20:28:32.849Zmta vendor vendor dma
1852026-05-13T20:28:32.849Zopenjdk system 17 system
1862026-05-13T20:28:32.849Zopenjdk system 11 system
1872026-05-13T20:28:32.849Zopenssl vendor 3 vendor
1882026-05-13T20:28:32.849Zperl system 5.40 system
1892026-05-13T20:28:32.849Zpostgresql system 18 system
1902026-05-13T20:28:32.849Zpostgresql system 17 system
1912026-05-13T20:28:32.849Zpython vendor 3 vendor
1922026-05-13T20:28:32.849Zpython system 2 system
1932026-05-13T20:28:32.849Zpython3 vendor 3.13 vendor
1942026-05-13T20:28:32.849Zruby system 3.4 system
1952026-05-13T20:28:32.849Zruby system 3.0 system
1962026-05-13T20:28:32.849Zwords vendor vendor american-english
1972026-05-13T20:28:32.849Zwords system system australian-english
1982026-05-13T20:28:32.849Zwords system system british-english
1992026-05-13T20:28:32.850Zwords system system canadian-english
2002026-05-13T20:28:32.850Zwords system system french
2012026-05-13T20:28:32.850Zwords system system italian
2022026-05-13T20:28:32.850Zwords system system ngerman
2032026-05-13T20:28:32.850Zwords system system ogerman
2042026-05-13T20:28:32.850Zwords system system spanish
2052026-05-13T20:28:33.100ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-13T20:28:33.100Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-13T20:28:33.378ZFMRI IFO
2082026-05-13T20:28:33.378Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-13T20:28:33.378Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-13T20:28:33.378Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-13T20:28:33.378Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-13T20:28:33.378Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-13T20:28:33.378Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-13T20:28:33.378Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-13T20:28:33.378Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-13T20:28:33.378Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-13T20:28:33.600Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-13T20:28:33.869Z Updating crates.io index
2192026-05-13T20:28:33.872Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-13T20:28:34.148Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-13T20:28:34.999Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-13T20:28:35.460Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-13T20:28:36.643Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-13T20:28:37.164Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-13T20:28:38.493Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-13T20:28:39.247Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-13T20:28:39.772Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-13T20:28:40.685Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-13T20:28:40.924Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-13T20:28:41.374Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-13T20:28:41.692Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-13T20:28:42.746Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-13T20:28:43.297Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2342026-05-13T20:28:43.614Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2352026-05-13T20:28:43.849Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2362026-05-13T20:28:44.334Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2372026-05-13T20:28:44.581Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2382026-05-13T20:28:44.842Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2392026-05-13T20:28:45.113Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2402026-05-13T20:28:45.532Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2412026-05-13T20:28:46.025Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2422026-05-13T20:28:46.411Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2432026-05-13T20:28:46.903Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2442026-05-13T20:28:47.426Z Updating git repository `https://github.com/oxidecomputer/ispf`
2452026-05-13T20:28:48.392Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2462026-05-13T20:28:48.649Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-05-13T20:28:49.574Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2482026-05-13T20:28:50.052Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2492026-05-13T20:28:50.518Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2502026-05-13T20:28:51.010Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2512026-05-13T20:28:51.286Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2522026-05-13T20:28:51.653Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2532026-05-13T20:28:52.141Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2542026-05-13T20:28:52.384Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2552026-05-13T20:28:52.633Z Updating git repository `https://github.com/illumos/smf-rs`
2562026-05-13T20:28:53.012Z Updating git repository `https://github.com/oxidecomputer/omicron`
2572026-05-13T20:29:05.285Z Downloading crates ...
2582026-05-13T20:29:05.332Z Downloaded cpufeatures v0.2.17
2592026-05-13T20:29:05.339Z Downloaded cargo-util-schemas v0.8.2
2602026-05-13T20:29:05.342Z Downloaded macaddr v1.0.1
2612026-05-13T20:29:05.342Z Downloaded plain v0.2.3
2622026-05-13T20:29:05.345Z Downloaded cargo_toml v0.21.0
2632026-05-13T20:29:05.363Z Downloaded utf8parse v0.2.2
2642026-05-13T20:29:05.366Z Downloaded cargo-platform v0.2.0
2652026-05-13T20:29:05.366Z Downloaded cfg-if v1.0.4
2662026-05-13T20:29:05.369Z Downloaded is_terminal_polyfill v1.70.2
2672026-05-13T20:29:05.372Z Downloaded heck v0.5.0
2682026-05-13T20:29:05.374Z Downloaded unicode-linebreak v0.1.5
2692026-05-13T20:29:05.377Z Downloaded unicode-xid v0.2.6
2702026-05-13T20:29:05.379Z Downloaded scroll_derive v0.12.1
2712026-05-13T20:29:05.380Z Downloaded dtrace-parser v0.2.0
2722026-05-13T20:29:05.380Z Downloaded zerofrom v0.1.6
2732026-05-13T20:29:05.382Z Downloaded thread-id v4.2.2
2742026-05-13T20:29:05.385Z Downloaded toml_datetime v0.6.11
2752026-05-13T20:29:05.388Z Downloaded version_check v0.9.5
2762026-05-13T20:29:05.388Z Downloaded fastrand v2.3.0
2772026-05-13T20:29:05.391Z Downloaded smawk v0.3.2
2782026-05-13T20:29:05.391Z Downloaded usdt-attr-macro v0.5.0
2792026-05-13T20:29:05.391Z Downloaded typeid v1.0.3
2802026-05-13T20:29:05.391Z Downloaded toml_write v0.1.2
2812026-05-13T20:29:05.394Z Downloaded crypto-common v0.1.7
2822026-05-13T20:29:05.394Z Downloaded serde_spanned v0.6.9
2832026-05-13T20:29:05.394Z Downloaded yoke-derive v0.8.1
2842026-05-13T20:29:05.396Z Downloaded serde-value v0.7.0
2852026-05-13T20:29:05.396Z Downloaded dof v0.3.0
2862026-05-13T20:29:05.399Z Downloaded ordered-float v2.10.1
2872026-05-13T20:29:05.399Z Downloaded writeable v0.6.2
2882026-05-13T20:29:05.402Z Downloaded stable_deref_trait v1.2.1
2892026-05-13T20:29:05.402Z Downloaded thiserror-impl v2.0.18
2902026-05-13T20:29:05.402Z Downloaded thiserror-impl v1.0.69
2912026-05-13T20:29:05.402Z Downloaded heck v0.4.1
2922026-05-13T20:29:05.405Z Downloaded colorchoice v1.0.4
2932026-05-13T20:29:05.405Z Downloaded usdt v0.5.0
2942026-05-13T20:29:05.405Z Downloaded equivalent v1.0.2
2952026-05-13T20:29:05.408Z Downloaded percent-encoding v2.3.2
2962026-05-13T20:29:05.408Z Downloaded block-buffer v0.10.4
2972026-05-13T20:29:05.409Z Downloaded zerofrom-derive v0.1.6
2982026-05-13T20:29:05.409Z Downloaded usdt-macro v0.5.0
2992026-05-13T20:29:05.412Z Downloaded errno v0.3.14
3002026-05-13T20:29:05.412Z Downloaded potential_utf v0.1.4
3012026-05-13T20:29:05.412Z Downloaded fnv v1.0.7
3022026-05-13T20:29:05.415Z Downloaded pretty-hex v0.4.1
3032026-05-13T20:29:05.415Z Downloaded zerovec-derive v0.11.2
3042026-05-13T20:29:05.415Z Downloaded form_urlencoded v1.2.2
3052026-05-13T20:29:05.415Z Downloaded anstyle-query v1.1.5
3062026-05-13T20:29:05.418Z Downloaded yoke v0.8.1
3072026-05-13T20:29:05.418Z Downloaded ucd-trie v0.1.7
3082026-05-13T20:29:05.421Z Downloaded toml v0.8.23
3092026-05-13T20:29:05.421Z Downloaded tabled_derive v0.7.0
3102026-05-13T20:29:05.424Z Downloaded utf8_iter v1.0.4
3112026-05-13T20:29:05.424Z Downloaded thiserror v1.0.69
3122026-05-13T20:29:05.424Z Downloaded thiserror v2.0.18
3132026-05-13T20:29:05.427Z Downloaded zerocopy-derive v0.7.35
3142026-05-13T20:29:05.430Z Downloaded proc-macro-error-attr v1.0.4
3152026-05-13T20:29:05.432Z Downloaded generic-array v0.14.7
3162026-05-13T20:29:05.432Z Downloaded clap_lex v1.0.0
3172026-05-13T20:29:05.432Z Downloaded terminal_size v0.4.3
3182026-05-13T20:29:05.432Z Downloaded scroll v0.12.0
3192026-05-13T20:29:05.435Z Downloaded anstream v0.6.21
3202026-05-13T20:29:05.435Z Downloaded zmij v1.0.21
3212026-05-13T20:29:05.438Z Downloaded cargo_metadata v0.21.0
3222026-05-13T20:29:05.438Z Downloaded anstyle v1.0.13
3232026-05-13T20:29:05.438Z Downloaded swrite v0.1.0
3242026-05-13T20:29:05.438Z Downloaded proc-macro-error v1.0.4
3252026-05-13T20:29:05.441Z Downloaded memmap v0.7.0
3262026-05-13T20:29:05.441Z Downloaded tinystr v0.8.2
3272026-05-13T20:29:05.444Z Downloaded usdt-impl v0.5.0
3282026-05-13T20:29:05.447Z Downloaded strsim v0.11.1
3292026-05-13T20:29:05.447Z Downloaded serde_tokenstream v0.2.3
3302026-05-13T20:29:05.447Z Downloaded quote v1.0.45
3312026-05-13T20:29:05.449Z Downloaded textwrap v0.16.2
3322026-05-13T20:29:05.453Z Downloaded idna_adapter v1.2.1
3332026-05-13T20:29:05.456Z Downloaded sha2 v0.10.9
3342026-05-13T20:29:05.457Z Downloaded camino-tempfile v1.4.1
3352026-05-13T20:29:05.460Z Downloaded unicode-ident v1.0.24
3362026-05-13T20:29:05.460Z Downloaded synstructure v0.13.2
3372026-05-13T20:29:05.460Z Downloaded zerotrie v0.2.3
3382026-05-13T20:29:05.464Z Downloaded url v2.5.8
3392026-05-13T20:29:05.467Z Downloaded toml_edit v0.22.27
3402026-05-13T20:29:05.467Z Downloaded erased-serde v0.4.9
3412026-05-13T20:29:05.470Z Downloaded anstyle-parse v0.2.7
3422026-05-13T20:29:05.470Z Downloaded fs-err v3.3.0
3432026-05-13T20:29:05.470Z Downloaded autocfg v1.5.0
3442026-05-13T20:29:05.473Z Downloaded typenum v1.19.0
3452026-05-13T20:29:05.476Z Downloaded zerovec v0.11.5
3462026-05-13T20:29:05.479Z Downloaded bytecount v0.6.9
3472026-05-13T20:29:05.482Z Downloaded digest v0.10.7
3482026-05-13T20:29:05.485Z Downloaded itoa v1.0.17
3492026-05-13T20:29:05.492Z Downloaded winnow v0.7.14
3502026-05-13T20:29:05.497Z Downloaded zerocopy v0.7.35
3512026-05-13T20:29:05.506Z Downloaded tempfile v3.25.0
3522026-05-13T20:29:05.509Z Downloaded clap_derive v4.5.55
3532026-05-13T20:29:05.509Z Downloaded unicode-width v0.2.0
3542026-05-13T20:29:05.512Z Downloaded unicode-width v0.1.14
3552026-05-13T20:29:05.516Z Downloaded pest_generator v2.8.6
3562026-05-13T20:29:05.518Z Downloaded byteorder v1.5.0
3572026-05-13T20:29:05.518Z Downloaded displaydoc v0.2.5
3582026-05-13T20:29:05.521Z Downloaded serde_core v1.0.228
3592026-05-13T20:29:05.521Z Downloaded bitflags v2.11.0
3602026-05-13T20:29:05.524Z Downloaded proc-macro2 v1.0.106
3612026-05-13T20:29:05.527Z Downloaded getrandom v0.4.1
3622026-05-13T20:29:05.528Z Downloaded smallvec v1.15.1
3632026-05-13T20:29:05.530Z Downloaded semver v1.0.28
3642026-05-13T20:29:05.530Z Downloaded once_cell v1.21.3
3652026-05-13T20:29:05.530Z Downloaded clap v4.5.60
3662026-05-13T20:29:05.535Z Downloaded log v0.4.29
3672026-05-13T20:29:05.537Z Downloaded camino v1.2.2
3682026-05-13T20:29:05.537Z Downloaded serde-untagged v0.1.9
3692026-05-13T20:29:05.540Z Downloaded litemap v0.8.1
3702026-05-13T20:29:05.540Z Downloaded icu_provider v2.1.1
3712026-05-13T20:29:05.544Z Downloaded icu_properties v2.1.2
3722026-05-13T20:29:05.544Z Downloaded anyhow v1.0.102
3732026-05-13T20:29:05.546Z Downloaded icu_locale_core v2.1.1
3742026-05-13T20:29:05.549Z Downloaded papergrid v0.11.0
3752026-05-13T20:29:05.552Z Downloaded pest_meta v2.8.6
3762026-05-13T20:29:05.555Z Downloaded icu_normalizer_data v2.1.1
3772026-05-13T20:29:05.558Z Downloaded pest_derive v2.8.6
3782026-05-13T20:29:05.562Z Downloaded icu_normalizer v2.1.1
3792026-05-13T20:29:05.566Z Downloaded serde v1.0.228
3802026-05-13T20:29:05.566Z Downloaded memchr v2.8.0
3812026-05-13T20:29:05.569Z Downloaded num-traits v0.2.19
3822026-05-13T20:29:05.572Z Downloaded serde_derive v1.0.228
3832026-05-13T20:29:05.578Z Downloaded icu_collections v2.1.1
3842026-05-13T20:29:05.588Z Downloaded indexmap v2.14.0
3852026-05-13T20:29:05.608Z Downloaded pest v2.8.6
3862026-05-13T20:29:05.612Z Downloaded idna v1.1.0
3872026-05-13T20:29:05.616Z Downloaded hashbrown v0.17.0
3882026-05-13T20:29:05.622Z Downloaded serde_json v1.0.149
3892026-05-13T20:29:05.626Z Downloaded icu_properties_data v2.1.2
3902026-05-13T20:29:05.631Z Downloaded goblin v0.8.2
3912026-05-13T20:29:05.635Z Downloaded clap_builder v4.5.60
3922026-05-13T20:29:05.651Z Downloaded tabled v0.15.0
3932026-05-13T20:29:05.659Z Downloaded syn v1.0.109
3942026-05-13T20:29:05.670Z Downloaded syn v2.0.117
3952026-05-13T20:29:05.686Z Downloaded rustix v1.1.3
3962026-05-13T20:29:05.708Z Downloaded libc v0.2.185
3972026-05-13T20:29:05.775Z Compiling proc-macro2 v1.0.106
3982026-05-13T20:29:05.775Z Compiling unicode-ident v1.0.24
3992026-05-13T20:29:05.777Z Compiling quote v1.0.45
4002026-05-13T20:29:05.777Z Compiling serde_core v1.0.228
4012026-05-13T20:29:05.777Z Compiling libc v0.2.185
4022026-05-13T20:29:05.777Z Compiling version_check v0.9.5
4032026-05-13T20:29:05.778Z Compiling memchr v2.8.0
4042026-05-13T20:29:05.778Z Compiling serde v1.0.228
4052026-05-13T20:29:05.778Z Compiling stable_deref_trait v1.2.1
4062026-05-13T20:29:05.778Z Compiling zmij v1.0.21
4072026-05-13T20:29:05.960Z Compiling itoa v1.0.17
4082026-05-13T20:29:05.963Z Compiling thiserror v1.0.69
4092026-05-13T20:29:05.963Z Compiling ucd-trie v0.1.7
4102026-05-13T20:29:05.963Z Compiling autocfg v1.5.0
4112026-05-13T20:29:05.972Z Compiling litemap v0.8.1
4122026-05-13T20:29:06.222Z Compiling writeable v0.6.2
4132026-05-13T20:29:06.324Z Compiling byteorder v1.5.0
4142026-05-13T20:29:06.456Z Compiling rustix v1.1.3
4152026-05-13T20:29:06.459Z Compiling icu_normalizer_data v2.1.1
4162026-05-13T20:29:06.492Z Compiling icu_properties_data v2.1.2
4172026-05-13T20:29:06.533Z Compiling serde_json v1.0.149
4182026-05-13T20:29:06.539Z Compiling bitflags v2.11.0
4192026-05-13T20:29:06.601Z Compiling pest v2.8.6
4202026-05-13T20:29:06.622Z Compiling num-traits v0.2.19
4212026-05-13T20:29:06.693Z Compiling equivalent v1.0.2
4222026-05-13T20:29:06.804Z Compiling typeid v1.0.3
4232026-05-13T20:29:06.807Z Compiling smallvec v1.15.1
4242026-05-13T20:29:06.862Z Compiling hashbrown v0.17.0
4252026-05-13T20:29:06.882Z Compiling usdt-impl v0.5.0
4262026-05-13T20:29:06.901Z Compiling proc-macro-error-attr v1.0.4
4272026-05-13T20:29:07.043Z Compiling syn v1.0.109
4282026-05-13T20:29:07.043Z Compiling winnow v0.7.14
4292026-05-13T20:29:07.079Z Compiling erased-serde v0.4.9
4302026-05-13T20:29:07.099Z Compiling toml_write v0.1.2
4312026-05-13T20:29:07.164Z Compiling proc-macro-error v1.0.4
4322026-05-13T20:29:07.300Z Compiling errno v0.3.14
4332026-05-13T20:29:07.347Z Compiling thread-id v4.2.2
4342026-05-13T20:29:07.366Z Compiling log v0.4.29
4352026-05-13T20:29:07.383Z Compiling plain v0.2.3
4362026-05-13T20:29:07.403Z Compiling camino v1.2.2
4372026-05-13T20:29:07.424Z Compiling indexmap v2.14.0
4382026-05-13T20:29:07.479Z Compiling syn v2.0.117
4392026-05-13T20:29:07.534Z Compiling percent-encoding v2.3.2
4402026-05-13T20:29:07.572Z Compiling getrandom v0.4.1
4412026-05-13T20:29:07.575Z Compiling utf8_iter v1.0.4
4422026-05-13T20:29:07.575Z Compiling utf8parse v0.2.2
4432026-05-13T20:29:07.627Z Compiling thiserror v2.0.18
4442026-05-13T20:29:07.748Z Compiling pest_meta v2.8.6
4452026-05-13T20:29:07.769Z Compiling anstyle-parse v0.2.7
4462026-05-13T20:29:07.789Z Compiling form_urlencoded v1.2.2
4472026-05-13T20:29:07.866Z Compiling ordered-float v2.10.1
4482026-05-13T20:29:08.012Z Compiling colorchoice v1.0.4
4492026-05-13T20:29:08.016Z Compiling anstyle v1.0.13
4502026-05-13T20:29:08.017Z Compiling anstyle-query v1.1.5
4512026-05-13T20:29:08.090Z Compiling is_terminal_polyfill v1.70.2
4522026-05-13T20:29:08.108Z Compiling cfg-if v1.0.4
4532026-05-13T20:29:08.127Z Compiling pretty-hex v0.4.1
4542026-05-13T20:29:08.159Z Compiling fs-err v3.3.0
4552026-05-13T20:29:08.211Z Compiling heck v0.5.0
4562026-05-13T20:29:08.229Z Compiling heck v0.4.1
4572026-05-13T20:29:08.319Z Compiling semver v1.0.28
4582026-05-13T20:29:08.415Z Compiling anstream v0.6.21
4592026-05-13T20:29:08.438Z Compiling terminal_size v0.4.3
4602026-05-13T20:29:08.481Z Compiling unicode-width v0.1.14
4612026-05-13T20:29:08.484Z Compiling fnv v1.0.7
4622026-05-13T20:29:08.577Z Compiling clap_lex v1.0.0
4632026-05-13T20:29:08.604Z Compiling bytecount v0.6.9
4642026-05-13T20:29:08.626Z Compiling once_cell v1.21.3
4652026-05-13T20:29:08.642Z Compiling strsim v0.11.1
4662026-05-13T20:29:08.684Z Compiling anyhow v1.0.102
4672026-05-13T20:29:08.707Z Compiling unicode-xid v0.2.6
4682026-05-13T20:29:08.746Z Compiling serde-untagged v0.1.9
4692026-05-13T20:29:08.765Z Compiling fastrand v2.3.0
4702026-05-13T20:29:08.820Z Compiling papergrid v0.11.0
4712026-05-13T20:29:08.858Z Compiling clap_builder v4.5.60
4722026-05-13T20:29:08.879Z Compiling memmap v0.7.0
4732026-05-13T20:29:08.882Z Compiling smawk v0.3.2
4742026-05-13T20:29:08.966Z Compiling tempfile v3.25.0
4752026-05-13T20:29:09.017Z Compiling unicode-width v0.2.0
4762026-05-13T20:29:09.037Z Compiling unicode-linebreak v0.1.5
4772026-05-13T20:29:09.076Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4782026-05-13T20:29:09.114Z Compiling swrite v0.1.0
4792026-05-13T20:29:09.199Z Compiling camino-tempfile v1.4.1
4802026-05-13T20:29:09.268Z Compiling textwrap v0.16.2
4812026-05-13T20:29:09.540Z Compiling tabled_derive v0.7.0
4822026-05-13T20:29:10.055Z Compiling synstructure v0.13.2
4832026-05-13T20:29:10.056Z Compiling pest_generator v2.8.6
4842026-05-13T20:29:10.211Z Compiling tabled v0.15.0
4852026-05-13T20:29:10.579Z Compiling serde_derive v1.0.228
4862026-05-13T20:29:10.579Z Compiling zerofrom-derive v0.1.6
4872026-05-13T20:29:10.582Z Compiling yoke-derive v0.8.1
4882026-05-13T20:29:10.582Z Compiling zerovec-derive v0.11.2
4892026-05-13T20:29:10.582Z Compiling displaydoc v0.2.5
4902026-05-13T20:29:10.582Z Compiling thiserror-impl v1.0.69
4912026-05-13T20:29:10.582Z Compiling zerocopy-derive v0.7.35
4922026-05-13T20:29:10.582Z Compiling scroll_derive v0.12.1
4932026-05-13T20:29:10.668Z Compiling pest_derive v2.8.6
4942026-05-13T20:29:10.753Z Compiling thiserror-impl v2.0.18
4952026-05-13T20:29:10.777Z Compiling clap_derive v4.5.55
4962026-05-13T20:29:11.306Z Compiling scroll v0.12.0
4972026-05-13T20:29:11.389Z Compiling zerocopy v0.7.35
4982026-05-13T20:29:11.538Z Compiling goblin v0.8.2
4992026-05-13T20:29:11.622Z Compiling zerofrom v0.1.6
5002026-05-13T20:29:11.735Z Compiling yoke v0.8.1
5012026-05-13T20:29:11.752Z Compiling dtrace-parser v0.2.0
5022026-05-13T20:29:11.888Z Compiling zerovec v0.11.5
5032026-05-13T20:29:11.888Z Compiling zerotrie v0.2.3
5042026-05-13T20:29:12.118Z Compiling clap v4.5.60
5052026-05-13T20:29:12.334Z Compiling tinystr v0.8.2
5062026-05-13T20:29:12.334Z Compiling potential_utf v0.1.4
5072026-05-13T20:29:12.461Z Compiling icu_collections v2.1.1
5082026-05-13T20:29:12.487Z Compiling icu_locale_core v2.1.1
5092026-05-13T20:29:13.012Z Compiling icu_provider v2.1.1
5102026-05-13T20:29:13.146Z Compiling serde_spanned v0.6.9
5112026-05-13T20:29:13.146Z Compiling toml_datetime v0.6.11
5122026-05-13T20:29:13.149Z Compiling dof v0.3.0
5132026-05-13T20:29:13.149Z Compiling serde_tokenstream v0.2.3
5142026-05-13T20:29:13.149Z Compiling serde-value v0.7.0
5152026-05-13T20:29:13.149Z Compiling cargo-platform v0.2.0
5162026-05-13T20:29:13.149Z Compiling macaddr v1.0.1
5172026-05-13T20:29:13.236Z Compiling icu_properties v2.1.2
5182026-05-13T20:29:13.239Z Compiling icu_normalizer v2.1.1
5192026-05-13T20:29:13.378Z Compiling toml_edit v0.22.27
5202026-05-13T20:29:13.847Z Compiling usdt-attr-macro v0.5.0
5212026-05-13T20:29:13.847Z Compiling usdt-macro v0.5.0
5222026-05-13T20:29:14.109Z Compiling idna_adapter v1.2.1
5232026-05-13T20:29:14.216Z Compiling idna v1.1.0
5242026-05-13T20:29:14.441Z Compiling usdt v0.5.0
5252026-05-13T20:29:14.481Z Compiling url v2.5.8
5262026-05-13T20:29:14.670Z Compiling toml v0.8.23
5272026-05-13T20:29:15.000Z Compiling cargo-util-schemas v0.8.2
5282026-05-13T20:29:15.000Z Compiling cargo_toml v0.21.0
5292026-05-13T20:29:15.795Z Compiling cargo_metadata v0.21.0
5302026-05-13T20:29:16.714Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5312026-05-13T20:29:18.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.37s
5322026-05-13T20:29:19.075Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5332026-05-13T20:29:19.633Z Downloading crates ...
5342026-05-13T20:29:19.737Z Downloaded adler2 v2.0.1
5352026-05-13T20:29:19.750Z Downloaded async-trait v0.1.89
5362026-05-13T20:29:19.750Z Downloaded backoff v0.4.0
5372026-05-13T20:29:19.750Z Downloaded atty v0.2.14
5382026-05-13T20:29:19.750Z Downloaded ciborium-ll v0.2.2
5392026-05-13T20:29:19.750Z Downloaded base64ct v1.8.3
5402026-05-13T20:29:19.750Z Downloaded const_format_proc_macros v0.2.34
5412026-05-13T20:29:19.762Z Downloaded constant_time_eq v0.4.2
5422026-05-13T20:29:19.762Z Downloaded chacha20 v0.10.0
5432026-05-13T20:29:19.763Z Downloaded crc32fast v1.5.0
5442026-05-13T20:29:19.763Z Downloaded endian-type v0.1.2
5452026-05-13T20:29:19.763Z Downloaded embedded-io v0.6.1
5462026-05-13T20:29:19.763Z Downloaded dyn-clone v1.0.20
5472026-05-13T20:29:19.763Z Downloaded fallible-iterator v0.2.0
5482026-05-13T20:29:19.771Z Downloaded env_logger v0.11.9
5492026-05-13T20:29:19.771Z Downloaded either v1.15.0
5502026-05-13T20:29:19.771Z Downloaded diesel_table_macro_syntax v0.3.0
5512026-05-13T20:29:19.771Z Downloaded darling_macro v0.21.3
5522026-05-13T20:29:19.776Z Downloaded find-msvc-tools v0.1.9
5532026-05-13T20:29:19.776Z Downloaded async-stream v0.3.6
5542026-05-13T20:29:19.776Z Downloaded dirs-sys-next v0.1.2
5552026-05-13T20:29:19.776Z Downloaded data-encoding v2.10.0
5562026-05-13T20:29:19.777Z Downloaded downcast-rs v2.0.2
5572026-05-13T20:29:19.777Z Downloaded defmt v0.3.100
5582026-05-13T20:29:19.777Z Downloaded curve25519-dalek-derive v0.1.1
5592026-05-13T20:29:19.785Z Downloaded atomic-waker v1.1.2
5602026-05-13T20:29:19.785Z Downloaded ascii-canvas v3.0.0
5612026-05-13T20:29:19.785Z Downloaded crossterm v0.29.0
5622026-05-13T20:29:19.786Z Downloaded embedded-io v0.4.0
5632026-05-13T20:29:19.786Z Downloaded array-init v0.0.4
5642026-05-13T20:29:19.796Z Downloaded darling_macro v0.23.0
5652026-05-13T20:29:19.796Z Downloaded assert_matches v1.5.0
5662026-05-13T20:29:19.796Z Downloaded argon2 v0.5.3
5672026-05-13T20:29:19.804Z Downloaded derive_builder_macro v0.20.2
5682026-05-13T20:29:19.804Z Downloaded derive-ex v0.1.8
5692026-05-13T20:29:19.804Z Downloaded erased-serde v0.3.31
5702026-05-13T20:29:19.804Z Downloaded foreign-types-shared v0.1.1
5712026-05-13T20:29:19.804Z Downloaded debug-ignore v1.0.5
5722026-05-13T20:29:19.804Z Downloaded cargo-platform v0.1.9
5732026-05-13T20:29:19.805Z Downloaded block-padding v0.3.3
5742026-05-13T20:29:19.805Z Downloaded darling v0.20.11
5752026-05-13T20:29:19.817Z Downloaded diesel-dtrace v0.5.0
5762026-05-13T20:29:19.817Z Downloaded async-stream-impl v0.3.6
5772026-05-13T20:29:19.817Z Downloaded elliptic-curve v0.13.8
5782026-05-13T20:29:19.817Z Downloaded cfg_aliases v0.1.1
5792026-05-13T20:29:19.818Z Downloaded crunchy v0.2.4
5802026-05-13T20:29:19.818Z Downloaded compression-core v0.4.31
5812026-05-13T20:29:19.818Z Downloaded bit-set v0.8.0
5822026-05-13T20:29:19.818Z Downloaded aead v0.5.2
5832026-05-13T20:29:19.818Z Downloaded bcrypt-pbkdf v0.10.0
5842026-05-13T20:29:19.818Z Downloaded castaway v0.2.4
5852026-05-13T20:29:19.851Z Downloaded base16ct v0.2.0
5862026-05-13T20:29:19.851Z Downloaded bitfield-struct v0.6.2
5872026-05-13T20:29:19.852Z Downloaded cobs v0.3.0
5882026-05-13T20:29:19.852Z Downloaded dunce v1.0.5
5892026-05-13T20:29:19.852Z Downloaded crc8 v0.1.1
5902026-05-13T20:29:19.852Z Downloaded bit-set v0.5.3
5912026-05-13T20:29:19.852Z Downloaded async-recursion v1.1.1
5922026-05-13T20:29:19.873Z Downloaded darling_macro v0.20.11
5932026-05-13T20:29:19.873Z Downloaded convert_case v0.4.0
5942026-05-13T20:29:19.873Z Downloaded ciborium v0.2.2
5952026-05-13T20:29:19.873Z Downloaded camino-tempfile-ext v0.3.3
5962026-05-13T20:29:19.873Z Downloaded blake3 v1.8.3
5972026-05-13T20:29:19.873Z Downloaded dsl_auto_type v0.2.0
5982026-05-13T20:29:19.873Z Downloaded dropshot-api-manager-types v0.7.1
5992026-05-13T20:29:19.874Z Downloaded arrayref v0.3.9
6002026-05-13T20:29:19.874Z Downloaded bitfield-macros v0.19.4
6012026-05-13T20:29:19.874Z Downloaded crucible-workspace-hack v0.1.0
6022026-05-13T20:29:19.874Z Downloaded document-features v0.2.12
6032026-05-13T20:29:19.874Z Downloaded cpufeatures v0.3.0
6042026-05-13T20:29:19.874Z Downloaded crc-catalog v2.4.0
6052026-05-13T20:29:19.874Z Downloaded enum-as-inner v0.6.1
6062026-05-13T20:29:19.874Z Downloaded ciborium-io v0.2.2
6072026-05-13T20:29:19.874Z Downloaded float-cmp v0.10.0
6082026-05-13T20:29:19.874Z Downloaded cfg_aliases v0.2.1
6092026-05-13T20:29:19.874Z Downloaded foreign-types v0.3.2
6102026-05-13T20:29:19.874Z Downloaded daft v0.1.5
6112026-05-13T20:29:19.874Z Downloaded bb8 v0.8.6
6122026-05-13T20:29:19.874Z Downloaded ena v0.14.4
6132026-05-13T20:29:19.874Z Downloaded defmt-macros v1.0.1
6142026-05-13T20:29:19.874Z Downloaded atomicwrites v0.4.4
6152026-05-13T20:29:19.874Z Downloaded ctr v0.9.2
6162026-05-13T20:29:19.880Z Downloaded foreign-types-shared v0.3.1
6172026-05-13T20:29:19.880Z Downloaded crc v3.4.0
6182026-05-13T20:29:19.880Z Downloaded fixedbitset v0.4.2
6192026-05-13T20:29:19.880Z Downloaded difflib v0.4.0
6202026-05-13T20:29:19.880Z Downloaded cstr-argument v0.1.2
6212026-05-13T20:29:19.880Z Downloaded foreign-types-macros v0.2.3
6222026-05-13T20:29:19.880Z Downloaded fxhash v0.2.1
6232026-05-13T20:29:19.911Z Downloaded futures-core v0.3.32
6242026-05-13T20:29:19.911Z Downloaded foreign-types v0.5.0
6252026-05-13T20:29:19.911Z Downloaded fd-lock v4.0.4
6262026-05-13T20:29:19.911Z Downloaded flagset v0.4.7
6272026-05-13T20:29:19.911Z Downloaded dof v0.4.0
6282026-05-13T20:29:19.911Z Downloaded display-error-chain v0.2.2
6292026-05-13T20:29:19.911Z Downloaded env_filter v1.0.0
6302026-05-13T20:29:19.912Z Downloaded dirs-next v2.0.0
6312026-05-13T20:29:19.912Z Downloaded compression-codecs v0.4.37
6322026-05-13T20:29:19.912Z Downloaded corncobs v0.1.4
6332026-05-13T20:29:19.912Z Downloaded chacha20 v0.9.1
6342026-05-13T20:29:19.912Z Downloaded futures-io v0.3.32
6352026-05-13T20:29:19.912Z Downloaded cexpr v0.6.0
6362026-05-13T20:29:19.912Z Downloaded globwalk v0.9.1
6372026-05-13T20:29:19.912Z Downloaded byte-wrapper v0.1.0
6382026-05-13T20:29:19.912Z Downloaded gethostname v0.5.0
6392026-05-13T20:29:19.913Z Downloaded bitfield v0.19.4
6402026-05-13T20:29:19.913Z Downloaded defmt-parser v1.0.0
6412026-05-13T20:29:19.928Z Downloaded cbc v0.1.2
6422026-05-13T20:29:19.928Z Downloaded blowfish v0.9.1
6432026-05-13T20:29:19.928Z Downloaded hash32 v0.3.1
6442026-05-13T20:29:19.928Z Downloaded ghash v0.5.1
6452026-05-13T20:29:19.929Z Downloaded cargo_metadata v0.19.2
6462026-05-13T20:29:19.929Z Downloaded daft-derive v0.1.5
6472026-05-13T20:29:19.929Z Downloaded funty v2.0.0
6482026-05-13T20:29:19.929Z Downloaded futures-task v0.3.32
6492026-05-13T20:29:19.929Z Downloaded headers-core v0.3.0
6502026-05-13T20:29:19.929Z Downloaded crossbeam-deque v0.8.6
6512026-05-13T20:29:19.929Z Downloaded hex v0.4.3
6522026-05-13T20:29:19.929Z Downloaded defmt v1.0.1
6532026-05-13T20:29:19.929Z Downloaded foldhash v0.1.5
6542026-05-13T20:29:19.929Z Downloaded darling_core v0.23.0
6552026-05-13T20:29:19.949Z Downloaded home v0.5.12
6562026-05-13T20:29:19.949Z Downloaded hash32 v0.2.1
6572026-05-13T20:29:19.950Z Downloaded darling v0.23.0
6582026-05-13T20:29:19.950Z Downloaded derive_builder_core v0.20.2
6592026-05-13T20:29:19.950Z Downloaded buf-list v1.1.2
6602026-05-13T20:29:19.950Z Downloaded foldhash v0.2.0
6612026-05-13T20:29:19.950Z Downloaded ecdsa v0.16.9
6622026-05-13T20:29:19.950Z Downloaded futures-macro v0.3.32
6632026-05-13T20:29:19.950Z Downloaded des v0.8.1
6642026-05-13T20:29:19.967Z Downloaded cmake v0.1.57
6652026-05-13T20:29:19.967Z Downloaded hex-literal v0.4.1
6662026-05-13T20:29:19.967Z Downloaded bit-vec v0.6.3
6672026-05-13T20:29:19.967Z Downloaded cassowary v0.3.0
6682026-05-13T20:29:19.967Z Downloaded cipher v0.4.4
6692026-05-13T20:29:19.968Z Downloaded hostname v0.3.1
6702026-05-13T20:29:19.968Z Downloaded hostname v0.4.2
6712026-05-13T20:29:19.985Z Downloaded fs-err v2.11.0
6722026-05-13T20:29:19.985Z Downloaded hubpack v0.1.2
6732026-05-13T20:29:19.985Z Downloaded httpdate v1.0.3
6742026-05-13T20:29:19.986Z Downloaded http-range v0.1.5
6752026-05-13T20:29:19.986Z Downloaded fs_extra v1.3.0
6762026-05-13T20:29:19.986Z Downloaded http-body v1.0.1
6772026-05-13T20:29:19.986Z Downloaded float-ord v0.3.2
6782026-05-13T20:29:19.986Z Downloaded critical-section v1.2.0
6792026-05-13T20:29:19.986Z Downloaded futures-sink v0.3.32
6802026-05-13T20:29:19.986Z Downloaded fixedbitset v0.5.7
6812026-05-13T20:29:19.986Z Downloaded ff v0.13.1
6822026-05-13T20:29:19.986Z Downloaded convert_case v0.10.0
6832026-05-13T20:29:19.987Z Downloaded cancel-safe-futures v0.1.5
6842026-05-13T20:29:19.987Z Downloaded bzip2 v0.6.1
6852026-05-13T20:29:19.987Z Downloaded glob v0.3.3
6862026-05-13T20:29:19.987Z Downloaded instant v0.1.13
6872026-05-13T20:29:19.987Z Downloaded instability v0.3.11
6882026-05-13T20:29:19.987Z Downloaded cookie_store v0.22.1
6892026-05-13T20:29:19.987Z Downloaded ahash v0.8.12
6902026-05-13T20:29:19.987Z Downloaded ident_case v1.0.1
6912026-05-13T20:29:19.987Z Downloaded hubpack_derive v0.1.1
6922026-05-13T20:29:19.987Z Downloaded derive_builder v0.20.2
6932026-05-13T20:29:19.987Z Downloaded indent_write v2.2.0
6942026-05-13T20:29:19.996Z Downloaded darling_core v0.21.3
6952026-05-13T20:29:19.996Z Downloaded git-stub v1.0.0
6962026-05-13T20:29:19.997Z Downloaded darling v0.21.3
6972026-05-13T20:29:19.997Z Downloaded filetime v0.2.27
6982026-05-13T20:29:19.997Z Downloaded drift v0.1.4
6992026-05-13T20:29:20.006Z Downloaded internet-checksum v0.2.1
7002026-05-13T20:29:20.006Z Downloaded inout v0.1.4
7012026-05-13T20:29:20.007Z Downloaded indoc v1.0.9
7022026-05-13T20:29:20.007Z Downloaded diff v0.1.13
7032026-05-13T20:29:20.007Z Downloaded crossbeam-utils v0.8.21
7042026-05-13T20:29:20.007Z Downloaded is_ci v1.2.0
7052026-05-13T20:29:20.026Z Downloaded lazy_static v1.5.0
7062026-05-13T20:29:20.026Z Downloaded kstat-rs v0.2.4
7072026-05-13T20:29:20.026Z Downloaded lalrpop-util v0.19.12
7082026-05-13T20:29:20.026Z Downloaded arrayvec v0.7.6
7092026-05-13T20:29:20.026Z Downloaded keccak v0.1.6
7102026-05-13T20:29:20.026Z Downloaded highway v1.3.0
7112026-05-13T20:29:20.027Z Downloaded is-terminal v0.4.17
7122026-05-13T20:29:20.027Z Downloaded group v0.13.0
7132026-05-13T20:29:20.027Z Downloaded futures-executor v0.3.32
7142026-05-13T20:29:20.027Z Downloaded humantime v2.3.0
7152026-05-13T20:29:20.027Z Downloaded bcs v0.1.6
7162026-05-13T20:29:20.038Z Downloaded hyper-tls v0.6.0
7172026-05-13T20:29:20.038Z Downloaded http-body-util v0.1.3
7182026-05-13T20:29:20.038Z Downloaded async-bb8-diesel v0.2.1
7192026-05-13T20:29:20.039Z Downloaded libscf-sys v1.1.0
7202026-05-13T20:29:20.039Z Downloaded git-stub-vcs v0.1.0
7212026-05-13T20:29:20.039Z Downloaded cookie v0.18.1
7222026-05-13T20:29:20.039Z Downloaded colored v2.2.0
7232026-05-13T20:29:20.039Z Downloaded lru-cache v0.1.2
7242026-05-13T20:29:20.039Z Downloaded bitflags v1.3.2
7252026-05-13T20:29:20.039Z Downloaded lzss v0.8.2
7262026-05-13T20:29:20.039Z Downloaded lru-slab v0.1.2
7272026-05-13T20:29:20.039Z Downloaded bit-vec v0.8.0
7282026-05-13T20:29:20.039Z Downloaded bzip2 v0.4.4
7292026-05-13T20:29:20.039Z Downloaded console v0.16.2
7302026-05-13T20:29:20.039Z Downloaded hyper-staticfile v0.10.1
7312026-05-13T20:29:20.046Z Downloaded futures-channel v0.3.32
7322026-05-13T20:29:20.046Z Downloaded dtrace-parser v0.3.0
7332026-05-13T20:29:20.046Z Downloaded console v0.15.11
7342026-05-13T20:29:20.046Z Downloaded colored v3.1.1
7352026-05-13T20:29:20.046Z Downloaded managed v0.8.0
7362026-05-13T20:29:20.046Z Downloaded match_cfg v0.1.0
7372026-05-13T20:29:20.046Z Downloaded maplit v1.0.2
7382026-05-13T20:29:20.046Z Downloaded globset v0.4.18
7392026-05-13T20:29:20.046Z Downloaded getrandom v0.2.17
7402026-05-13T20:29:20.052Z Downloaded md-5 v0.10.6
7412026-05-13T20:29:20.052Z Downloaded memoffset v0.9.1
7422026-05-13T20:29:20.052Z Downloaded maybe-uninit v2.0.0
7432026-05-13T20:29:20.057Z Downloaded der_derive v0.7.3
7442026-05-13T20:29:20.057Z Downloaded linked-hash-map v0.5.6
7452026-05-13T20:29:20.057Z Downloaded crossbeam-epoch v0.9.18
7462026-05-13T20:29:20.057Z Downloaded deranged v0.5.8
7472026-05-13T20:29:20.061Z Downloaded md5 v0.7.0
7482026-05-13T20:29:20.061Z Downloaded lru v0.12.5
7492026-05-13T20:29:20.061Z Downloaded ed25519 v2.2.3
7502026-05-13T20:29:20.061Z Downloaded ar_archive_writer v0.5.1
7512026-05-13T20:29:20.065Z Downloaded csv-core v0.1.13
7522026-05-13T20:29:20.065Z Downloaded mime v0.3.17
7532026-05-13T20:29:20.065Z Downloaded indoc v2.0.7
7542026-05-13T20:29:20.069Z Downloaded fatfs v0.3.6
7552026-05-13T20:29:20.072Z Downloaded dropshot_endpoint v0.17.0
7562026-05-13T20:29:20.072Z Downloaded half v1.8.3
7572026-05-13T20:29:20.077Z Downloaded ipnetwork v0.21.1
7582026-05-13T20:29:20.082Z Downloaded jobserver v0.1.34
7592026-05-13T20:29:20.085Z Downloaded nibble_vec v0.1.0
7602026-05-13T20:29:20.085Z Downloaded ingot-types v0.1.2
7612026-05-13T20:29:20.088Z Downloaded newline-converter v0.3.0
7622026-05-13T20:29:20.088Z Downloaded new_debug_unreachable v1.0.6
7632026-05-13T20:29:20.091Z Downloaded nonempty v0.12.0
7642026-05-13T20:29:20.093Z Downloaded num-iter v0.1.45
7652026-05-13T20:29:20.093Z Downloaded newtype_derive v0.1.6
7662026-05-13T20:29:20.094Z Downloaded newtype-uuid-macros v0.1.0
7672026-05-13T20:29:20.096Z Downloaded num v0.4.3
7682026-05-13T20:29:20.096Z Downloaded nodrop v0.1.14
7692026-05-13T20:29:20.097Z Downloaded multimap v0.10.1
7702026-05-13T20:29:20.099Z Downloaded num-derive v0.3.3
7712026-05-13T20:29:20.099Z Downloaded num-derive v0.4.2
7722026-05-13T20:29:20.099Z Downloaded const-oid v0.9.6
7732026-05-13T20:29:20.103Z Downloaded linear-map v1.2.0
7742026-05-13T20:29:20.107Z Downloaded libefi-sys v0.1.0
7752026-05-13T20:29:20.107Z Downloaded ingot v0.1.1
7762026-05-13T20:29:20.107Z Downloaded libsw v3.5.0
7772026-05-13T20:29:20.107Z Downloaded num-conv v0.2.0
7782026-05-13T20:29:20.110Z Downloaded clang-sys v1.8.1
7792026-05-13T20:29:20.110Z Downloaded num_threads v0.1.7
7802026-05-13T20:29:20.110Z Downloaded derive_more v0.99.20
7812026-05-13T20:29:20.113Z Downloaded derive-where v1.6.0
7822026-05-13T20:29:20.116Z Downloaded dropshot_endpoint v0.16.7
7832026-05-13T20:29:20.119Z Downloaded libloading v0.8.9
7842026-05-13T20:29:20.119Z Downloaded httparse v1.10.1
7852026-05-13T20:29:20.122Z Downloaded libsw-core v0.3.2
7862026-05-13T20:29:20.122Z Downloaded futures v0.3.32
7872026-05-13T20:29:20.125Z Downloaded opaque-debug v0.3.1
7882026-05-13T20:29:20.128Z Downloaded openssl-macros v0.1.1
7892026-05-13T20:29:20.128Z Downloaded olpc-cjson v0.1.4
7902026-05-13T20:29:20.128Z Downloaded crc-any v2.5.0
7912026-05-13T20:29:20.131Z Downloaded blake2 v0.10.6
7922026-05-13T20:29:20.131Z Downloaded num_enum_derive v0.5.11
7932026-05-13T20:29:20.131Z Downloaded hyper-rustls v0.27.7
7942026-05-13T20:29:20.134Z Downloaded openssl-probe v0.2.1
7952026-05-13T20:29:20.134Z Downloaded flume v0.11.1
7962026-05-13T20:29:20.137Z Downloaded const_format v0.2.35
7972026-05-13T20:29:20.142Z Downloaded oso-derive v0.27.3
7982026-05-13T20:29:20.142Z Downloaded openssl-probe v0.1.6
7992026-05-13T20:29:20.142Z Downloaded mime_guess v2.0.5
8002026-05-13T20:29:20.145Z Downloaded iana-time-zone v0.1.65
8012026-05-13T20:29:20.167Z Downloaded path-slash v0.1.5
8022026-05-13T20:29:20.179Z Downloaded multer v3.1.0
8032026-05-13T20:29:20.179Z Downloaded parse-size v1.1.0
8042026-05-13T20:29:20.179Z Downloaded packed_struct_codegen v0.10.1
8052026-05-13T20:29:20.179Z Downloaded impl-trait-for-tuples v0.2.3
8062026-05-13T20:29:20.179Z Downloaded half v2.7.1
8072026-05-13T20:29:20.179Z Downloaded getrandom v0.3.4
8082026-05-13T20:29:20.179Z Downloaded ipnet v2.11.0
8092026-05-13T20:29:20.179Z Downloaded backon v1.6.0
8102026-05-13T20:29:20.179Z Downloaded allocator-api2 v0.2.21
8112026-05-13T20:29:20.179Z Downloaded native-tls v0.2.18
8122026-05-13T20:29:20.187Z Downloaded pbkdf2 v0.12.2
8132026-05-13T20:29:20.187Z Downloaded phf_shared v0.13.1
8142026-05-13T20:29:20.187Z Downloaded phf_shared v0.12.1
8152026-05-13T20:29:20.187Z Downloaded phf_shared v0.11.3
8162026-05-13T20:29:20.187Z Downloaded parse-display v0.10.0
8172026-05-13T20:29:20.187Z Downloaded pbkdf2 v0.11.0
8182026-05-13T20:29:20.187Z Downloaded num-integer v0.1.46
8192026-05-13T20:29:20.187Z Downloaded normalize-line-endings v0.3.0
8202026-05-13T20:29:20.187Z Downloaded hmac v0.12.1
8212026-05-13T20:29:20.188Z Downloaded num-complex v0.4.6
8222026-05-13T20:29:20.198Z Downloaded nu-ansi-term v0.50.3
8232026-05-13T20:29:20.198Z Downloaded chacha20poly1305 v0.10.1
8242026-05-13T20:29:20.198Z Downloaded nanorand v0.7.0
8252026-05-13T20:29:20.198Z Downloaded peg-runtime v0.8.5
8262026-05-13T20:29:20.235Z Downloaded compact_str v0.8.1
8272026-05-13T20:29:20.235Z Downloaded num_enum v0.7.5
8282026-05-13T20:29:20.235Z Downloaded base64 v0.22.1
8292026-05-13T20:29:20.235Z Downloaded darling_core v0.20.11
8302026-05-13T20:29:20.235Z Downloaded pin-utils v0.1.0
8312026-05-13T20:29:20.236Z Downloaded num_enum_derive v0.7.5
8322026-05-13T20:29:20.236Z Downloaded num-rational v0.4.2
8332026-05-13T20:29:20.236Z Downloaded litrs v1.0.0
8342026-05-13T20:29:20.236Z Downloaded bytes v1.11.1
8352026-05-13T20:29:20.236Z Downloaded precomputed-hash v0.1.1
8362026-05-13T20:29:20.236Z Downloaded memmap2 v0.9.10
8372026-05-13T20:29:20.236Z Downloaded derive_more v2.1.1
8382026-05-13T20:29:20.246Z Downloaded oxnet v0.1.4
8392026-05-13T20:29:20.246Z Downloaded owo-colors v4.3.0
8402026-05-13T20:29:20.247Z Downloaded flate2 v1.1.9
8412026-05-13T20:29:20.248Z Downloaded powerfmt v0.2.0
8422026-05-13T20:29:20.248Z Downloaded predicates-tree v1.0.13
8432026-05-13T20:29:20.248Z Downloaded predicates-core v1.0.10
8442026-05-13T20:29:20.248Z Downloaded proc-macro-crate v3.4.0
8452026-05-13T20:29:20.248Z Downloaded password-hash v0.4.2
8462026-05-13T20:29:20.248Z Downloaded packed_struct v0.10.1
8472026-05-13T20:29:20.248Z Downloaded proc-macro-error-attr2 v2.0.0
8482026-05-13T20:29:20.248Z Downloaded oxide-tokio-rt v0.1.4
8492026-05-13T20:29:20.248Z Downloaded progenitor-client v0.10.0
8502026-05-13T20:29:20.248Z Downloaded async-compression v0.4.41
8512026-05-13T20:29:20.248Z Downloaded proc-macro-crate v1.3.1
8522026-05-13T20:29:20.248Z Downloaded password-hash v0.5.0
8532026-05-13T20:29:20.248Z Downloaded headers v0.4.1
8542026-05-13T20:29:20.257Z Downloaded ingot-macros v0.1.1
8552026-05-13T20:29:20.257Z Downloaded indexmap v1.9.3
8562026-05-13T20:29:20.257Z Downloaded arc-swap v1.8.2
8572026-05-13T20:29:20.257Z Downloaded paste v1.0.15
8582026-05-13T20:29:20.257Z Downloaded peg v0.8.5
8592026-05-13T20:29:20.269Z Downloaded progenitor-macro v0.11.2
8602026-05-13T20:29:20.269Z Downloaded progenitor-client v0.14.0
8612026-05-13T20:29:20.269Z Downloaded progenitor-client v0.11.2
8622026-05-13T20:29:20.269Z Downloaded parse-display-derive v0.10.0
8632026-05-13T20:29:20.269Z Downloaded num_enum v0.5.11
8642026-05-13T20:29:20.278Z Downloaded progenitor-macro v0.14.0
8652026-05-13T20:29:20.278Z Downloaded progenitor-macro v0.13.0
8662026-05-13T20:29:20.278Z Downloaded newtype-uuid v1.3.2
8672026-05-13T20:29:20.278Z Downloaded bumpalo v3.20.2
8682026-05-13T20:29:20.278Z Downloaded expectorate v1.2.0
8692026-05-13T20:29:20.279Z Downloaded derive_more-impl v2.1.1
8702026-05-13T20:29:20.279Z Downloaded progenitor-macro v0.10.0
8712026-05-13T20:29:20.279Z Downloaded phf v0.12.1
8722026-05-13T20:29:20.279Z Downloaded heapless v0.7.17
8732026-05-13T20:29:20.307Z Downloaded psl-types v2.0.11
8742026-05-13T20:29:20.307Z Downloaded lock_api v0.4.14
8752026-05-13T20:29:20.307Z Downloaded pin-project-internal v1.1.11
8762026-05-13T20:29:20.307Z Downloaded phf v0.13.1
8772026-05-13T20:29:20.307Z Downloaded pem-rfc7468 v0.7.0
8782026-05-13T20:29:20.307Z Downloaded libbz2-rs-sys v0.2.2
8792026-05-13T20:29:20.307Z Downloaded quick-error v1.2.3
8802026-05-13T20:29:20.307Z Downloaded radium v0.7.0
8812026-05-13T20:29:20.308Z Downloaded pkcs8 v0.10.2
8822026-05-13T20:29:20.308Z Downloaded cc v1.2.56
8832026-05-13T20:29:20.308Z Downloaded poly1305 v0.8.0
8842026-05-13T20:29:20.308Z Downloaded pem v3.0.6
8852026-05-13T20:29:20.327Z Downloaded postgres-protocol v0.6.10
8862026-05-13T20:29:20.327Z Downloaded der v0.7.10
8872026-05-13T20:29:20.327Z Downloaded ppv-lite86 v0.2.21
8882026-05-13T20:29:20.327Z Downloaded parking_lot_core v0.8.6
8892026-05-13T20:29:20.328Z Downloaded rand_xorshift v0.4.0
8902026-05-13T20:29:20.328Z Downloaded parking_lot v0.12.5
8912026-05-13T20:29:20.328Z Downloaded predicates v3.1.4
8922026-05-13T20:29:20.328Z Downloaded parking_lot v0.11.2
8932026-05-13T20:29:20.328Z Downloaded pkg-config v0.3.32
8942026-05-13T20:29:20.328Z Downloaded ed25519-dalek v2.2.0
8952026-05-13T20:29:20.328Z Downloaded rand_chacha v0.3.1
8962026-05-13T20:29:20.328Z Downloaded crypto-bigint v0.5.5
8972026-05-13T20:29:20.348Z Downloaded omicron-zone-package v0.12.2
8982026-05-13T20:29:20.348Z Downloaded recursive-proc-macro-impl v0.1.1
8992026-05-13T20:29:20.348Z Downloaded heapless v0.8.0
9002026-05-13T20:29:20.348Z Downloaded hickory-resolver v0.25.2
9012026-05-13T20:29:20.348Z Downloaded parking_lot_core v0.9.12
9022026-05-13T20:29:20.348Z Downloaded progenitor-client v0.13.0
9032026-05-13T20:29:20.349Z Downloaded ref-cast v1.0.25
9042026-05-13T20:29:20.377Z Downloaded progenitor-extras v0.2.0
9052026-05-13T20:29:20.377Z Downloaded ref-cast-impl v1.0.25
9062026-05-13T20:29:20.377Z Downloaded recursive v0.1.1
9072026-05-13T20:29:20.377Z Downloaded progenitor v0.14.0
9082026-05-13T20:29:20.377Z Downloaded progenitor v0.13.0
9092026-05-13T20:29:20.377Z Downloaded ignore v0.4.25
9102026-05-13T20:29:20.377Z Downloaded progenitor v0.11.2
9112026-05-13T20:29:20.377Z Downloaded progenitor v0.10.0
9122026-05-13T20:29:20.377Z Downloaded psm v0.1.30
9132026-05-13T20:29:20.377Z Downloaded rtoolbox v0.0.3
9142026-05-13T20:29:20.387Z Downloaded rustc_version v0.4.1
9152026-05-13T20:29:20.387Z Downloaded russh-cryptovec v0.7.3
9162026-05-13T20:29:20.387Z Downloaded rfc6979 v0.4.0
9172026-05-13T20:29:20.387Z Downloaded pkcs1 v0.7.5
9182026-05-13T20:29:20.387Z Downloaded hickory-resolver v0.24.4
9192026-05-13T20:29:20.387Z Downloaded postgres-types v0.2.12
9202026-05-13T20:29:20.387Z Downloaded polyval v0.6.2
9212026-05-13T20:29:20.387Z Downloaded peg-macros v0.8.5
9222026-05-13T20:29:20.387Z Downloaded rustc_version v0.1.7
9232026-05-13T20:29:20.387Z Downloaded rustc-hash v2.1.1
9242026-05-13T20:29:20.387Z Downloaded r2d2 v0.8.10
9252026-05-13T20:29:20.399Z Downloaded oso v0.27.3
9262026-05-13T20:29:20.399Z Downloaded pkcs5 v0.7.1
9272026-05-13T20:29:20.399Z Downloaded rand_core v0.6.4
9282026-05-13T20:29:20.400Z Downloaded papergrid v0.17.0
9292026-05-13T20:29:20.400Z Downloaded rand_core v0.10.0
9302026-05-13T20:29:20.400Z Downloaded postcard v1.1.3
9312026-05-13T20:29:20.416Z Downloaded sapling-renderdag v0.1.0
9322026-05-13T20:29:20.416Z Downloaded same-file v1.0.6
9332026-05-13T20:29:20.416Z Downloaded pin-project-lite v0.2.17
9342026-05-13T20:29:20.416Z Downloaded salsa20 v0.10.2
9352026-05-13T20:29:20.416Z Downloaded rand_chacha v0.9.0
9362026-05-13T20:29:20.416Z Downloaded indicatif v0.18.4
9372026-05-13T20:29:20.416Z Downloaded miniz_oxide v0.8.9
9382026-05-13T20:29:20.430Z Downloaded hashbrown v0.13.2
9392026-05-13T20:29:20.430Z Downloaded crossbeam-channel v0.5.15
9402026-05-13T20:29:20.430Z Downloaded p256 v0.13.2
9412026-05-13T20:29:20.430Z Downloaded primeorder v0.13.6
9422026-05-13T20:29:20.430Z Downloaded scheduled-thread-pool v0.2.7
9432026-05-13T20:29:20.430Z Downloaded scroll_derive v0.13.1
9442026-05-13T20:29:20.459Z Downloaded serde-big-array v0.5.1
9452026-05-13T20:29:20.459Z Downloaded seq-macro v0.3.6
9462026-05-13T20:29:20.459Z Downloaded semver v0.1.20
9472026-05-13T20:29:20.459Z Downloaded secrecy v0.10.3
9482026-05-13T20:29:20.459Z Downloaded scrypt v0.11.0
9492026-05-13T20:29:20.459Z Downloaded resolv-conf v0.7.6
9502026-05-13T20:29:20.459Z Downloaded diesel_derives v2.3.7
9512026-05-13T20:29:20.459Z Downloaded jiff-static v0.2.21
9522026-05-13T20:29:20.466Z Downloaded serde_spanned v1.0.4
9532026-05-13T20:29:20.466Z Downloaded serde_repr v0.1.20
9542026-05-13T20:29:20.466Z Downloaded serde_bytes v0.11.19
9552026-05-13T20:29:20.466Z Downloaded serde_plain v1.0.2
9562026-05-13T20:29:20.466Z Downloaded quinn-udp v0.5.14
9572026-05-13T20:29:20.466Z Downloaded serde_urlencoded v0.7.1
9582026-05-13T20:29:20.483Z Downloaded rand_core v0.9.5
9592026-05-13T20:29:20.483Z Downloaded rustls-native-certs v0.8.3
9602026-05-13T20:29:20.483Z Downloaded dropshot-api-manager v0.7.1
9612026-05-13T20:29:20.483Z Downloaded rusty-fork v0.3.1
9622026-05-13T20:29:20.483Z Downloaded rustls-pemfile v1.0.4
9632026-05-13T20:29:20.483Z Downloaded signal-hook-mio v0.2.5
9642026-05-13T20:29:20.493Z Downloaded shell-words v1.1.1
9652026-05-13T20:29:20.494Z Downloaded openssl-sys v0.9.115
9662026-05-13T20:29:20.494Z Downloaded signal-hook-tokio v0.3.1
9672026-05-13T20:29:20.494Z Downloaded proc-macro-error2 v2.0.1
9682026-05-13T20:29:20.494Z Downloaded rand_seeder v0.4.0
9692026-05-13T20:29:20.501Z Downloaded sigpipe v0.1.3
9702026-05-13T20:29:20.501Z Downloaded siphasher v1.0.2
9712026-05-13T20:29:20.502Z Downloaded crossterm v0.28.1
9722026-05-13T20:29:20.502Z Downloaded slog-envlogger v2.2.0
9732026-05-13T20:29:20.502Z Downloaded rustversion v1.0.22
9742026-05-13T20:29:20.514Z Downloaded hashbrown v0.12.3
9752026-05-13T20:29:20.514Z Downloaded progenitor-impl v0.10.0
9762026-05-13T20:29:20.514Z Downloaded scopeguard v1.2.0
9772026-05-13T20:29:20.515Z Downloaded scroll v0.13.0
9782026-05-13T20:29:20.515Z Downloaded schemars_derive v0.8.22
9792026-05-13T20:29:20.515Z Downloaded prefix-trie v0.7.0
9802026-05-13T20:29:20.526Z Downloaded slog-bunyan v2.5.0
9812026-05-13T20:29:20.526Z Downloaded secrecy v0.8.0
9822026-05-13T20:29:20.526Z Downloaded sct v0.7.1
9832026-05-13T20:29:20.536Z Downloaded aes v0.8.4
9842026-05-13T20:29:20.536Z Downloaded serde-hex v0.1.0
9852026-05-13T20:29:20.536Z Downloaded base64 v0.21.7
9862026-05-13T20:29:20.542Z Downloaded sha1 v0.10.6
9872026-05-13T20:29:20.552Z Downloaded ssh-encoding v0.2.0
9882026-05-13T20:29:20.553Z Downloaded russh-keys v0.45.0
9892026-05-13T20:29:20.553Z Downloaded serde_path_to_error v0.1.20
9902026-05-13T20:29:20.553Z Downloaded sec1 v0.7.3
9912026-05-13T20:29:20.563Z Downloaded ssh-cipher v0.2.0
9922026-05-13T20:29:20.563Z Downloaded hickory-server v0.25.2
9932026-05-13T20:29:20.563Z Downloaded sqlparser_derive v0.5.0
9942026-05-13T20:29:20.563Z Downloaded strum v0.27.2
9952026-05-13T20:29:20.563Z Downloaded strip-ansi-escapes v0.2.1
9962026-05-13T20:29:20.574Z Downloaded strum v0.26.3
9972026-05-13T20:29:20.574Z Downloaded shlex v1.3.0
9982026-05-13T20:29:20.582Z Downloaded signal-hook-registry v1.4.8
9992026-05-13T20:29:20.583Z Downloaded rustls-pki-types v1.14.0
10002026-05-13T20:29:20.583Z Downloaded simd-adler32 v0.3.8
10012026-05-13T20:29:20.583Z Downloaded structmeta-derive v0.3.0
10022026-05-13T20:29:20.583Z Downloaded structmeta v0.3.0
10032026-05-13T20:29:20.583Z Downloaded signature v2.2.0
10042026-05-13T20:29:20.583Z Downloaded rustls-pemfile v2.2.0
10052026-05-13T20:29:20.583Z Downloaded hyper-util v0.1.20
10062026-05-13T20:29:20.604Z Downloaded subtle v2.6.1
10072026-05-13T20:29:20.604Z Downloaded slab v0.4.12
10082026-05-13T20:29:20.604Z Downloaded pretty_assertions v1.4.1
10092026-05-13T20:29:20.618Z Downloaded minimal-lexical v0.2.1
10102026-05-13T20:29:20.618Z Downloaded rcgen v0.12.1
10112026-05-13T20:29:20.618Z Downloaded progenitor-impl v0.11.2
10122026-05-13T20:29:20.618Z Downloaded slog-term v2.9.2
10132026-05-13T20:29:20.618Z Downloaded supports-color v3.0.2
10142026-05-13T20:29:20.618Z Downloaded tabled_derive v0.11.0
10152026-05-13T20:29:20.618Z Downloaded sync_wrapper v1.0.2
10162026-05-13T20:29:20.618Z Downloaded tap v1.0.1
10172026-05-13T20:29:20.618Z Downloaded take_mut v0.2.2
10182026-05-13T20:29:20.618Z Downloaded sync-ptr v0.1.4
10192026-05-13T20:29:20.619Z Downloaded smallvec v0.6.14
10202026-05-13T20:29:20.619Z Downloaded slog-stdlog v4.1.1
10212026-05-13T20:29:20.619Z Downloaded slog-scope v4.4.1
10222026-05-13T20:29:20.619Z Downloaded tabwriter v1.4.1
10232026-05-13T20:29:20.619Z Downloaded progenitor-impl v0.13.0
10242026-05-13T20:29:20.619Z Downloaded smf v0.2.3
10252026-05-13T20:29:20.619Z Downloaded slog-json v2.6.1
10262026-05-13T20:29:20.619Z Downloaded num-bigint v0.4.6
10272026-05-13T20:29:20.631Z Downloaded itertools v0.10.5
10282026-05-13T20:29:20.632Z Downloaded progenitor-impl v0.14.0
10292026-05-13T20:29:20.632Z Downloaded aes-gcm v0.10.3
10302026-05-13T20:29:20.632Z Downloaded slog-dtrace v0.3.0
10312026-05-13T20:29:20.632Z Downloaded slog-async v2.8.0
10322026-05-13T20:29:20.676Z Downloaded serde_with_macros v3.17.0
10332026-05-13T20:29:20.676Z Downloaded termtree v0.5.1
10342026-05-13T20:29:20.676Z Downloaded sqlformat v0.3.5
10352026-05-13T20:29:20.676Z Downloaded thiserror-impl-no-std v2.0.2
10362026-05-13T20:29:20.676Z Downloaded testing_table v0.3.0
10372026-05-13T20:29:20.676Z Downloaded spki v0.7.3
10382026-05-13T20:29:20.676Z Downloaded thread-id v5.1.0
10392026-05-13T20:29:20.676Z Downloaded pin-project v1.1.11
10402026-05-13T20:29:20.709Z Downloaded string_cache v0.8.9
10412026-05-13T20:29:20.709Z Downloaded bstr v1.12.1
10422026-05-13T20:29:20.709Z Downloaded time-core v0.1.8
10432026-05-13T20:29:20.709Z Downloaded tinyvec_macros v0.1.1
10442026-05-13T20:29:20.709Z Downloaded snafu-derive v0.8.9
10452026-05-13T20:29:20.709Z Downloaded static_assertions v1.1.0
10462026-05-13T20:29:20.709Z Downloaded stacker v0.1.23
10472026-05-13T20:29:20.709Z Downloaded serde_derive_internals v0.29.1
10482026-05-13T20:29:20.709Z Downloaded rustls-platform-verifier v0.6.2
10492026-05-13T20:29:20.709Z Downloaded strum_macros v0.26.4
10502026-05-13T20:29:20.709Z Downloaded strum_macros v0.24.3
10512026-05-13T20:29:20.710Z Downloaded schemars v0.8.22
10522026-05-13T20:29:20.710Z Downloaded stringprep v0.1.5
10532026-05-13T20:29:20.710Z Downloaded ryu v1.0.23
10542026-05-13T20:29:20.710Z Downloaded tokio-macros v2.7.0
10552026-05-13T20:29:20.710Z Downloaded rayon-core v1.13.0
10562026-05-13T20:29:20.710Z Downloaded support-bundle-viewer v0.1.2
10572026-05-13T20:29:20.710Z Downloaded strum_macros v0.27.2
10582026-05-13T20:29:20.710Z Downloaded hashbrown v0.15.5
10592026-05-13T20:29:20.710Z Downloaded tagptr v0.2.0
10602026-05-13T20:29:20.762Z Downloaded mio v1.2.0
10612026-05-13T20:29:20.762Z Downloaded serde_cbor v0.11.2
10622026-05-13T20:29:20.762Z Downloaded qorb v0.4.1
10632026-05-13T20:29:20.762Z Downloaded http v1.4.0
10642026-05-13T20:29:20.762Z Downloaded topological-sort v0.2.2
10652026-05-13T20:29:20.762Z Downloaded ron v0.8.1
10662026-05-13T20:29:20.762Z Downloaded publicsuffix v2.3.0
10672026-05-13T20:29:20.762Z Downloaded termios v0.3.3
10682026-05-13T20:29:20.762Z Downloaded tower-service v0.3.3
10692026-05-13T20:29:20.763Z Downloaded thiserror-no-std v2.0.2
10702026-05-13T20:29:20.799Z Downloaded quinn v0.11.9
10712026-05-13T20:29:20.800Z Downloaded trait-variant v0.1.2
10722026-05-13T20:29:20.800Z Downloaded tower-layer v0.3.3
10732026-05-13T20:29:20.800Z Downloaded time-macros v0.2.27
10742026-05-13T20:29:20.800Z Downloaded typify-macro v0.4.3
10752026-05-13T20:29:20.800Z Downloaded libxml v0.3.3
10762026-05-13T20:29:20.800Z Downloaded thread_local v1.1.9
10772026-05-13T20:29:20.800Z Downloaded typify-macro v0.6.2
10782026-05-13T20:29:20.800Z Downloaded unarray v0.1.4
10792026-05-13T20:29:20.800Z Downloaded tiny-keccak v2.0.2
10802026-05-13T20:29:20.800Z Downloaded try-lock v0.2.5
10812026-05-13T20:29:20.800Z Downloaded signal-hook v0.3.18
10822026-05-13T20:29:20.800Z Downloaded rand v0.8.6
10832026-05-13T20:29:20.801Z Downloaded tokio-dtrace v0.1.1
10842026-05-13T20:29:20.801Z Downloaded unit-prefix v0.5.2
10852026-05-13T20:29:20.801Z Downloaded tls_codec_derive v0.4.2
10862026-05-13T20:29:20.801Z Downloaded tls_codec v0.4.2
10872026-05-13T20:29:20.801Z Downloaded prettyplease v0.2.37
10882026-05-13T20:29:20.801Z Downloaded unicode-truncate v1.1.0
10892026-05-13T20:29:20.801Z Downloaded slog v2.8.2
10902026-05-13T20:29:20.801Z Downloaded untrusted v0.7.1
10912026-05-13T20:29:20.801Z Downloaded iddqd v0.3.18
10922026-05-13T20:29:20.801Z Downloaded itertools v0.13.0
10932026-05-13T20:29:20.801Z Downloaded tokio-tungstenite v0.21.0
10942026-05-13T20:29:20.802Z Downloaded hashbrown v0.16.1
10952026-05-13T20:29:20.802Z Downloaded untrusted v0.9.0
10962026-05-13T20:29:20.802Z Downloaded tokio-rustls v0.25.0
10972026-05-13T20:29:20.802Z Downloaded utf-8 v0.7.6
10982026-05-13T20:29:20.802Z Downloaded usdt-macro v0.6.0
10992026-05-13T20:29:20.802Z Downloaded usdt-attr-macro v0.6.0
11002026-05-13T20:29:20.802Z Downloaded usdt v0.6.0
11012026-05-13T20:29:20.802Z Downloaded itertools v0.12.1
11022026-05-13T20:29:20.811Z Downloaded iri-string v0.7.10
11032026-05-13T20:29:20.811Z Downloaded term v0.7.0
11042026-05-13T20:29:20.811Z Downloaded spin v0.9.8
11052026-05-13T20:29:20.811Z Downloaded socket2 v0.6.3
11062026-05-13T20:29:20.811Z Downloaded tokio-native-tls v0.3.1
11072026-05-13T20:29:20.811Z Downloaded universal-hash v0.5.1
11082026-05-13T20:29:20.811Z Downloaded rsa v0.9.10
11092026-05-13T20:29:20.811Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11102026-05-13T20:29:20.812Z Downloaded term v1.2.1
11112026-05-13T20:29:20.812Z Downloaded toml_writer v1.0.6+spec-1.1.0
11122026-05-13T20:29:20.812Z Downloaded serde_yaml v0.9.34+deprecated
11132026-05-13T20:29:20.828Z Downloaded void v1.0.2
11142026-05-13T20:29:20.828Z Downloaded waitgroup v0.1.2
11152026-05-13T20:29:20.828Z Downloaded rand v0.9.2
11162026-05-13T20:29:20.828Z Downloaded rustls-webpki v0.103.9
11172026-05-13T20:29:20.828Z Downloaded aho-corasick v1.1.4
11182026-05-13T20:29:20.850Z Downloaded unicase v2.9.0
11192026-05-13T20:29:20.852Z Downloaded want v0.3.1
11202026-05-13T20:29:20.852Z Downloaded tui-tree-widget v0.23.1
11212026-05-13T20:29:20.852Z Downloaded wait-timeout v0.2.1
11222026-05-13T20:29:20.852Z Downloaded rand v0.10.0
11232026-05-13T20:29:20.868Z Downloaded similar v2.7.0
11242026-05-13T20:29:20.868Z Downloaded num-bigint-dig v0.8.6
11252026-05-13T20:29:20.868Z Downloaded futures-util v0.3.32
11262026-05-13T20:29:20.868Z Downloaded tokio-rustls v0.26.4
11272026-05-13T20:29:20.868Z Downloaded h2 v0.4.13
11282026-05-13T20:29:20.869Z Downloaded subprocess v0.2.15
11292026-05-13T20:29:20.869Z Downloaded xattr v1.6.1
11302026-05-13T20:29:20.869Z Downloaded xshell-macros v0.2.7
11312026-05-13T20:29:20.883Z Downloaded tokio-tungstenite v0.23.1
11322026-05-13T20:29:20.883Z Downloaded tokio-stream v0.1.18
11332026-05-13T20:29:20.883Z Downloaded schemars v0.9.0
11342026-05-13T20:29:20.883Z Downloaded zone v0.3.1
11352026-05-13T20:29:20.883Z Downloaded zeroize_derive v1.4.3
11362026-05-13T20:29:20.883Z Downloaded usdt-impl v0.6.0
11372026-05-13T20:29:20.883Z Downloaded nom v7.1.3
11382026-05-13T20:29:20.883Z Downloaded tokio-rustls v0.24.1
11392026-05-13T20:29:20.883Z Downloaded itertools v0.14.0
11402026-05-13T20:29:20.892Z Downloaded libm v0.2.16
11412026-05-13T20:29:20.892Z Downloaded toml_parser v1.0.9+spec-1.1.0
11422026-05-13T20:29:20.892Z Downloaded uzers v0.12.2
11432026-05-13T20:29:20.919Z Downloaded zone_cfg_derive v0.3.1
11442026-05-13T20:29:20.919Z Downloaded vergen-gitcl v1.0.8
11452026-05-13T20:29:20.919Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11462026-05-13T20:29:20.919Z Downloaded vsss-rs v3.3.4
11472026-05-13T20:29:20.919Z Downloaded vergen-lib v0.1.6
11482026-05-13T20:29:20.920Z Downloaded test-strategy v0.4.5
11492026-05-13T20:29:20.920Z Downloaded hyper v1.8.1
11502026-05-13T20:29:20.920Z Downloaded vergen-git2 v1.0.7
11512026-05-13T20:29:20.930Z Downloaded socket2 v0.5.10
11522026-05-13T20:29:20.931Z Downloaded whoami v1.6.1
11532026-05-13T20:29:20.931Z Downloaded twox-hash v2.1.2
11542026-05-13T20:29:20.931Z Downloaded walkdir v2.5.0
11552026-05-13T20:29:20.931Z Downloaded tracing-attributes v0.1.31
11562026-05-13T20:29:20.931Z Downloaded tinyvec v1.10.0
11572026-05-13T20:29:20.931Z Downloaded samael v0.0.19
11582026-05-13T20:29:20.931Z Downloaded hkdf v0.12.4
11592026-05-13T20:29:20.931Z Downloaded whoami v2.1.0
11602026-05-13T20:29:20.931Z Downloaded xshell v0.2.7
11612026-05-13T20:29:20.944Z Downloaded wyz v0.5.1
11622026-05-13T20:29:20.944Z Downloaded schemars v1.2.1
11632026-05-13T20:29:20.945Z Downloaded toml v0.7.8
11642026-05-13T20:29:20.958Z Downloaded tar v0.4.45
11652026-05-13T20:29:20.958Z Downloaded zeroize v1.8.2
11662026-05-13T20:29:20.958Z Downloaded vergen v9.0.6
11672026-05-13T20:29:20.958Z Downloaded p521 v0.13.3
11682026-05-13T20:29:20.965Z Downloaded snafu v0.8.9
11692026-05-13T20:29:20.965Z Downloaded toml v1.0.6+spec-1.1.0
11702026-05-13T20:29:20.965Z Downloaded russh v0.45.0
11712026-05-13T20:29:20.965Z Downloaded zstd v0.13.3
11722026-05-13T20:29:20.970Z Downloaded steno v0.4.1
11732026-05-13T20:29:20.970Z Downloaded rustyline v14.0.0
11742026-05-13T20:29:20.970Z Downloaded tracing-core v0.1.36
11752026-05-13T20:29:20.974Z Downloaded tungstenite v0.23.0
11762026-05-13T20:29:20.974Z Downloaded tungstenite v0.21.0
11772026-05-13T20:29:20.979Z Downloaded typify v0.6.2
11782026-05-13T20:29:20.982Z Downloaded unicode-properties v0.1.4
11792026-05-13T20:29:20.985Z Downloaded unicode-bidi v0.3.18
11802026-05-13T20:29:20.993Z Downloaded zerocopy v0.6.6
11812026-05-13T20:29:21.004Z Downloaded yasna v0.5.2
11822026-05-13T20:29:21.004Z Downloaded uuid v1.23.0
11832026-05-13T20:29:21.004Z Downloaded unsafe-libyaml v0.2.11
11842026-05-13T20:29:21.004Z Downloaded toml v0.9.12+spec-1.1.0
11852026-05-13T20:29:21.011Z Downloaded vte v0.14.1
11862026-05-13T20:29:21.017Z Downloaded toml_edit v0.23.10+spec-1.0.0
11872026-05-13T20:29:21.021Z Downloaded zstd-safe v7.2.4
11882026-05-13T20:29:21.038Z Downloaded typify v0.4.3
11892026-05-13T20:29:21.041Z Downloaded reedline v0.40.0
11902026-05-13T20:29:21.052Z Downloaded aws-lc-rs v1.16.3
11912026-05-13T20:29:21.058Z Downloaded bitvec v1.0.1
11922026-05-13T20:29:21.066Z Downloaded toml_edit v0.19.15
11932026-05-13T20:29:21.076Z Downloaded rpassword v7.4.0
11942026-05-13T20:29:21.093Z Downloaded tokio-postgres v0.7.16
11952026-05-13T20:29:21.098Z Downloaded yansi v1.0.1
11962026-05-13T20:29:21.101Z Downloaded unicode_categories v0.1.1
11972026-05-13T20:29:21.101Z Downloaded p384 v0.13.1
11982026-05-13T20:29:21.104Z Downloaded curve25519-dalek v4.1.3
11992026-05-13T20:29:21.107Z Downloaded zip v0.6.6
12002026-05-13T20:29:21.110Z Downloaded reqwest v0.13.2
12012026-05-13T20:29:21.113Z Downloaded reqwest v0.12.28
12022026-05-13T20:29:21.117Z Downloaded zopfli v0.8.3
12032026-05-13T20:29:21.119Z Downloaded chrono v0.4.44
12042026-05-13T20:29:21.122Z Downloaded bindgen v0.71.1
12052026-05-13T20:29:21.125Z Downloaded git2 v0.20.4
12062026-05-13T20:29:21.130Z Downloaded regex v1.12.3
12072026-05-13T20:29:21.133Z Downloaded rayon v1.11.0
12082026-05-13T20:29:21.139Z Downloaded ssh-key v0.6.7
12092026-05-13T20:29:21.154Z Downloaded typed-path v0.9.3
12102026-05-13T20:29:21.157Z Downloaded quick-xml v0.37.5
12112026-05-13T20:29:21.160Z Downloaded tower v0.5.3
12122026-05-13T20:29:21.166Z Downloaded rustls-webpki v0.101.7
12132026-05-13T20:29:21.174Z Downloaded x509-cert v0.2.5
12142026-05-13T20:29:21.177Z Downloaded salty v0.3.0
12152026-05-13T20:29:21.181Z Downloaded lalrpop v0.19.12
12162026-05-13T20:29:21.187Z Downloaded goblin v0.10.5
12172026-05-13T20:29:21.194Z Downloaded portable-atomic v1.13.1
12182026-05-13T20:29:21.198Z Downloaded unicode-normalization v0.1.25
12192026-05-13T20:29:21.201Z Downloaded moka v0.12.13
12202026-05-13T20:29:21.205Z Downloaded unicode-segmentation v1.12.0
12212026-05-13T20:29:21.208Z Downloaded zip v4.6.1
12222026-05-13T20:29:21.211Z Downloaded tower-http v0.6.8
12232026-05-13T20:29:21.219Z Downloaded rustls-webpki v0.102.8
12242026-05-13T20:29:21.234Z Downloaded zerocopy-derive v0.8.40
12252026-05-13T20:29:21.254Z Downloaded tough v0.22.0
12262026-05-13T20:29:21.257Z Downloaded serde_with v3.17.0
12272026-05-13T20:29:21.266Z Downloaded petname v2.0.2
12282026-05-13T20:29:21.278Z Downloaded winnow v0.5.40
12292026-05-13T20:29:21.283Z Downloaded tokio-util v0.7.18
12302026-05-13T20:29:21.288Z Downloaded quinn-proto v0.11.13
12312026-05-13T20:29:21.306Z Downloaded proptest v1.10.0
12322026-05-13T20:29:21.322Z Downloaded winnow v0.6.26
12332026-05-13T20:29:21.333Z Downloaded radix_trie v0.2.1
12342026-05-13T20:29:21.342Z Downloaded tabled v0.20.0
12352026-05-13T20:29:21.353Z Downloaded regex-syntax v0.6.29
12362026-05-13T20:29:21.357Z Downloaded rustls v0.21.12
12372026-05-13T20:29:21.364Z Downloaded object v0.30.4
12382026-05-13T20:29:21.378Z Downloaded polar-core v0.27.3
12392026-05-13T20:29:21.382Z Downloaded object v0.37.3
12402026-05-13T20:29:21.394Z Downloaded nix v0.27.1
12412026-05-13T20:29:21.401Z Downloaded zlib-rs v0.6.2
12422026-05-13T20:29:21.404Z Downloaded webpki-roots v1.0.6
12432026-05-13T20:29:21.410Z Downloaded rustls v0.22.4
12442026-05-13T20:29:21.421Z Downloaded openssl v0.10.79
12452026-05-13T20:29:21.426Z Downloaded hickory-proto v0.25.2
12462026-05-13T20:29:21.442Z Downloaded nix v0.29.0
12472026-05-13T20:29:21.451Z Downloaded time v0.3.47
12482026-05-13T20:29:21.458Z Downloaded dropshot v0.16.7
12492026-05-13T20:29:21.469Z Downloaded nix v0.28.0
12502026-05-13T20:29:21.475Z Downloaded rustix v0.38.44
12512026-05-13T20:29:21.489Z Downloaded smoltcp v0.9.1
12522026-05-13T20:29:21.495Z Downloaded vcpkg v0.2.15
12532026-05-13T20:29:21.519Z Downloaded nix v0.31.2
12542026-05-13T20:29:21.526Z Downloaded hickory-proto v0.24.4
12552026-05-13T20:29:21.542Z Downloaded sqlparser v0.61.0
12562026-05-13T20:29:21.550Z Downloaded dropshot v0.17.0
12572026-05-13T20:29:21.564Z Downloaded zerocopy v0.8.40
12582026-05-13T20:29:21.569Z Downloaded typify-impl v0.6.2
12592026-05-13T20:29:21.577Z Downloaded ratatui v0.29.0
12602026-05-13T20:29:21.588Z Downloaded regress v0.10.5
12612026-05-13T20:29:21.593Z Downloaded diesel v2.3.7
12622026-05-13T20:29:21.605Z Downloaded bzip2-sys v0.1.13+1.0.8
12632026-05-13T20:29:21.612Z Downloaded smoltcp v0.11.0
12642026-05-13T20:29:21.619Z Downloaded regress v0.11.1
12652026-05-13T20:29:21.625Z Downloaded openapiv3 v2.2.0
12662026-05-13T20:29:21.632Z Downloaded rustls v0.23.37
12672026-05-13T20:29:21.638Z Downloaded regex-syntax v0.8.10
12682026-05-13T20:29:21.643Z Downloaded chrono-tz v0.10.4
12692026-05-13T20:29:21.654Z Downloaded sled v0.34.7
12702026-05-13T20:29:21.688Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12712026-05-13T20:29:21.709Z Downloaded tokio v1.52.1
12722026-05-13T20:29:21.748Z Downloaded typify-impl v0.4.3
12732026-05-13T20:29:21.757Z Downloaded tracing v0.1.44
12742026-05-13T20:29:21.798Z Downloaded zerocopy-derive v0.6.6
12752026-05-13T20:29:21.804Z Downloaded ring v0.17.14
12762026-05-13T20:29:21.828Z Downloaded regex-automata v0.4.14
12772026-05-13T20:29:21.861Z Downloaded jiff v0.2.21
12782026-05-13T20:29:21.872Z Downloaded petgraph v0.6.5
12792026-05-13T20:29:21.894Z Downloaded petgraph v0.8.3
12802026-05-13T20:29:21.918Z Downloaded libz-sys v1.1.24
12812026-05-13T20:29:21.931Z Downloaded csv v1.4.0
12822026-05-13T20:29:21.943Z Downloaded sha3 v0.10.8
12832026-05-13T20:29:21.997Z Downloaded encoding_rs v0.8.35
12842026-05-13T20:29:22.030Z Downloaded libgit2-sys v0.18.3+1.9.2
12852026-05-13T20:29:22.431Z Downloaded aws-lc-sys v0.40.0
12862026-05-13T20:29:22.694Z Compiling libc v0.2.185
12872026-05-13T20:29:22.694Z Compiling serde v1.0.228
12882026-05-13T20:29:22.701Z Compiling log v0.4.29
12892026-05-13T20:29:22.701Z Compiling find-msvc-tools v0.1.9
12902026-05-13T20:29:22.701Z Compiling shlex v1.3.0
12912026-05-13T20:29:22.701Z Compiling smallvec v1.15.1
12922026-05-13T20:29:22.701Z Compiling typenum v1.19.0
12932026-05-13T20:29:22.701Z Compiling subtle v2.6.1
12942026-05-13T20:29:22.864Z Compiling generic-array v0.14.7
12952026-05-13T20:29:22.868Z Compiling scopeguard v1.2.0
12962026-05-13T20:29:22.879Z Compiling const-oid v0.9.6
12972026-05-13T20:29:22.949Z Compiling serde_json v1.0.149
12982026-05-13T20:29:22.980Z Compiling syn v2.0.117
12992026-05-13T20:29:22.992Z Compiling zerocopy v0.8.40
13002026-05-13T20:29:22.993Z Compiling parking_lot_core v0.9.12
13012026-05-13T20:29:23.011Z Compiling portable-atomic v1.13.1
13022026-05-13T20:29:23.065Z Compiling lock_api v0.4.14
13032026-05-13T20:29:23.083Z Compiling pin-project-lite v0.2.17
13042026-05-13T20:29:23.083Z Compiling pkg-config v0.3.32
13052026-05-13T20:29:23.110Z Compiling bitflags v2.11.0
13062026-05-13T20:29:23.141Z Compiling critical-section v1.2.0
13072026-05-13T20:29:23.158Z Compiling futures-core v0.3.32
13082026-05-13T20:29:23.187Z Compiling libm v0.2.16
13092026-05-13T20:29:23.216Z Compiling num-traits v0.2.19
13102026-05-13T20:29:23.231Z Compiling percent-encoding v2.3.2
13112026-05-13T20:29:23.295Z Compiling futures-sink v0.3.32
13122026-05-13T20:29:23.325Z Compiling futures-task v0.3.32
13132026-05-13T20:29:23.328Z Compiling slab v0.4.12
13142026-05-13T20:29:23.386Z Compiling futures-io v0.3.32
13152026-05-13T20:29:23.389Z Compiling getrandom v0.4.1
13162026-05-13T20:29:23.434Z Compiling futures-channel v0.3.32
13172026-05-13T20:29:23.464Z Compiling cpufeatures v0.2.17
13182026-05-13T20:29:23.479Z Compiling rand_core v0.10.0
13192026-05-13T20:29:23.554Z Compiling indexmap v2.14.0
13202026-05-13T20:29:23.569Z Compiling getrandom v0.3.4
13212026-05-13T20:29:23.569Z Compiling rustversion v1.0.22
13222026-05-13T20:29:23.572Z Compiling form_urlencoded v1.2.2
13232026-05-13T20:29:23.626Z Compiling dunce v1.0.5
13242026-05-13T20:29:23.666Z Compiling fs_extra v1.3.0
13252026-05-13T20:29:23.686Z Compiling base64ct v1.8.3
13262026-05-13T20:29:23.702Z Compiling ident_case v1.0.1
13272026-05-13T20:29:23.732Z Compiling regex-syntax v0.8.10
13282026-05-13T20:29:23.747Z Compiling flagset v0.4.7
13292026-05-13T20:29:23.775Z Compiling getrandom v0.2.17
13302026-05-13T20:29:23.794Z Compiling jobserver v0.1.34
13312026-05-13T20:29:23.844Z Compiling errno v0.3.14
13322026-05-13T20:29:23.892Z Compiling mio v1.2.0
13332026-05-13T20:29:23.956Z Compiling rand_core v0.6.4
13342026-05-13T20:29:23.972Z Compiling socket2 v0.6.3
13352026-05-13T20:29:23.988Z Compiling signal-hook-registry v1.4.8
13362026-05-13T20:29:24.022Z Compiling cc v1.2.56
13372026-05-13T20:29:24.051Z Compiling once_cell v1.21.3
13382026-05-13T20:29:24.151Z Compiling parking_lot v0.12.5
13392026-05-13T20:29:24.201Z Compiling pem-rfc7468 v0.7.0
13402026-05-13T20:29:24.244Z Compiling rustix v1.1.3
13412026-05-13T20:29:24.259Z Compiling iana-time-zone v0.1.65
13422026-05-13T20:29:24.283Z Compiling vcpkg v0.2.15
13432026-05-13T20:29:24.283Z Compiling aws-lc-rs v1.16.3
13442026-05-13T20:29:24.312Z Compiling tracing-core v0.1.36
13452026-05-13T20:29:24.418Z Compiling uuid v1.23.0
13462026-05-13T20:29:24.461Z Compiling rustc_version v0.4.1
13472026-05-13T20:29:24.499Z Compiling base64 v0.22.1
13482026-05-13T20:29:24.566Z Compiling rand_core v0.9.5
13492026-05-13T20:29:24.579Z Compiling openssl-probe v0.2.1
13502026-05-13T20:29:24.601Z Compiling untrusted v0.9.0
13512026-05-13T20:29:24.619Z Compiling tinyvec_macros v0.1.1
13522026-05-13T20:29:24.701Z Compiling untrusted v0.7.1
13532026-05-13T20:29:24.741Z Compiling httparse v1.10.1
13542026-05-13T20:29:24.781Z Compiling cmake v0.1.57
13552026-05-13T20:29:24.801Z Compiling tinyvec v1.10.0
13562026-05-13T20:29:24.818Z Compiling aho-corasick v1.1.4
13572026-05-13T20:29:24.849Z Compiling atomic-waker v1.1.2
13582026-05-13T20:29:24.865Z Compiling dyn-clone v1.0.20
13592026-05-13T20:29:24.879Z Compiling schemars v0.8.22
13602026-05-13T20:29:24.882Z Compiling tower-layer v0.3.3
13612026-05-13T20:29:24.910Z Compiling try-lock v0.2.5
13622026-05-13T20:29:24.996Z Compiling rustls v0.23.37
13632026-05-13T20:29:25.020Z Compiling tower-service v0.3.3
13642026-05-13T20:29:25.055Z Compiling want v0.3.1
13652026-05-13T20:29:25.073Z Compiling pin-utils v0.1.0
13662026-05-13T20:29:25.076Z Compiling foreign-types-shared v0.1.1
13672026-05-13T20:29:25.076Z Compiling openssl v0.10.79
13682026-05-13T20:29:25.154Z Compiling httpdate v1.0.3
13692026-05-13T20:29:25.174Z Compiling foreign-types v0.3.2
13702026-05-13T20:29:25.191Z Compiling unicode-normalization v0.1.25
13712026-05-13T20:29:25.194Z Compiling spin v0.9.8
13722026-05-13T20:29:25.194Z Compiling crc32fast v1.5.0
13732026-05-13T20:29:25.194Z Compiling time-core v0.1.8
13742026-05-13T20:29:25.248Z Compiling native-tls v0.2.18
13752026-05-13T20:29:25.262Z Compiling powerfmt v0.2.0
13762026-05-13T20:29:25.265Z Compiling num-conv v0.2.0
13772026-05-13T20:29:25.276Z Compiling wait-timeout v0.2.1
13782026-05-13T20:29:25.331Z Compiling sync_wrapper v1.0.2
13792026-05-13T20:29:25.393Z Compiling simd-adler32 v0.3.8
13802026-05-13T20:29:25.396Z Compiling bit-vec v0.8.0
13812026-05-13T20:29:25.424Z Compiling time-macros v0.2.27
13822026-05-13T20:29:25.441Z Compiling crossbeam-utils v0.8.21
13832026-05-13T20:29:25.456Z Compiling deranged v0.5.8
13842026-05-13T20:29:25.498Z Compiling siphasher v1.0.2
13852026-05-13T20:29:25.533Z Compiling usdt-impl v0.6.0
13862026-05-13T20:29:25.533Z Compiling quick-error v1.2.3
13872026-05-13T20:29:25.577Z Compiling syn v1.0.109
13882026-05-13T20:29:25.598Z Compiling unicode-segmentation v1.12.0
13892026-05-13T20:29:25.636Z Compiling aws-lc-sys v0.40.0
13902026-05-13T20:29:25.655Z Compiling ring v0.17.14
13912026-05-13T20:29:25.673Z Compiling openssl-sys v0.9.115
13922026-05-13T20:29:25.673Z Compiling regex-automata v0.4.14
13932026-05-13T20:29:25.709Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13942026-05-13T20:29:25.743Z Compiling num_threads v0.1.7
13952026-05-13T20:29:25.803Z Compiling synstructure v0.13.2
13962026-05-13T20:29:25.818Z Compiling serde_derive_internals v0.29.1
13972026-05-13T20:29:25.859Z Compiling pest_generator v2.8.6
13982026-05-13T20:29:25.910Z Compiling darling_core v0.20.11
13992026-05-13T20:29:26.032Z Compiling tempfile v3.25.0
14002026-05-13T20:29:26.197Z Compiling darling_core v0.21.3
14012026-05-13T20:29:26.212Z Compiling bzip2-sys v0.1.13+1.0.8
14022026-05-13T20:29:26.460Z Compiling rusty-fork v0.3.1
14032026-05-13T20:29:26.475Z Compiling bit-set v0.8.0
14042026-05-13T20:29:26.525Z Compiling slog v2.8.2
14052026-05-13T20:29:26.587Z Compiling time v0.3.47
14062026-05-13T20:29:26.612Z Compiling heapless v0.7.17
14072026-05-13T20:29:26.626Z Compiling rand_xorshift v0.4.0
14082026-05-13T20:29:26.654Z Compiling thread-id v5.1.0
14092026-05-13T20:29:26.710Z Compiling cookie v0.18.1
14102026-05-13T20:29:26.736Z Compiling unicode-properties v0.1.4
14112026-05-13T20:29:26.752Z Compiling paste v1.0.15
14122026-05-13T20:29:26.783Z Compiling unicode-bidi v0.3.18
14132026-05-13T20:29:26.802Z Compiling anyhow v1.0.102
14142026-05-13T20:29:26.817Z Compiling iri-string v0.7.10
14152026-05-13T20:29:26.866Z Compiling adler2 v2.0.1
14162026-05-13T20:29:26.882Z Compiling allocator-api2 v0.2.21
14172026-05-13T20:29:26.924Z Compiling unarray v0.1.4
14182026-05-13T20:29:26.972Z Compiling ryu v1.0.23
14192026-05-13T20:29:27.015Z Compiling signal-hook v0.3.18
14202026-05-13T20:29:27.044Z Compiling zstd-safe v7.2.4
14212026-05-13T20:29:27.111Z Compiling stringprep v0.1.5
14222026-05-13T20:29:27.167Z Compiling miniz_oxide v0.8.9
14232026-05-13T20:29:27.313Z Compiling heck v0.4.1
14242026-05-13T20:29:27.374Z Compiling num-integer v0.1.46
14252026-05-13T20:29:27.561Z Compiling serde_derive v1.0.228
14262026-05-13T20:29:27.598Z Compiling zeroize_derive v1.4.3
14272026-05-13T20:29:27.621Z Compiling zerofrom-derive v0.1.6
14282026-05-13T20:29:27.773Z Compiling yoke-derive v0.8.1
14292026-05-13T20:29:27.842Z Compiling zerocopy-derive v0.8.40
14302026-05-13T20:29:27.875Z Compiling zerovec-derive v0.11.2
14312026-05-13T20:29:28.048Z Compiling displaydoc v0.2.5
14322026-05-13T20:29:28.244Z Compiling tokio-macros v2.7.0
14332026-05-13T20:29:28.285Z Compiling zeroize v1.8.2
14342026-05-13T20:29:28.306Z Compiling futures-macro v0.3.32
14352026-05-13T20:29:28.405Z Compiling der_derive v0.7.3
14362026-05-13T20:29:28.794Z Compiling rustls-pki-types v1.14.0
14372026-05-13T20:29:28.840Z Compiling thiserror-impl v2.0.18
14382026-05-13T20:29:29.009Z Compiling tracing-attributes v0.1.31
14392026-05-13T20:29:29.009Z Compiling schemars_derive v0.8.22
14402026-05-13T20:29:29.052Z Compiling crypto-common v0.1.7
14412026-05-13T20:29:29.085Z Compiling block-buffer v0.10.4
14422026-05-13T20:29:29.098Z Compiling zerofrom v0.1.6
14432026-05-13T20:29:29.156Z Compiling futures-util v0.3.32
14442026-05-13T20:29:29.221Z Compiling yoke v0.8.1
14452026-05-13T20:29:29.243Z Compiling digest v0.10.7
14462026-05-13T20:29:29.275Z Compiling block-padding v0.3.3
14472026-05-13T20:29:29.278Z Compiling scroll_derive v0.13.1
14482026-05-13T20:29:29.429Z Compiling zerovec v0.11.5
14492026-05-13T20:29:29.444Z Compiling zerotrie v0.2.3
14502026-05-13T20:29:29.460Z Compiling hmac v0.12.1
14512026-05-13T20:29:29.515Z Compiling inout v0.1.4
14522026-05-13T20:29:29.634Z Compiling sha2 v0.10.9
14532026-05-13T20:29:29.703Z Compiling cipher v0.4.4
14542026-05-13T20:29:29.764Z Compiling der v0.7.10
14552026-05-13T20:29:29.897Z Compiling tinystr v0.8.2
14562026-05-13T20:29:29.956Z Compiling potential_utf v0.1.4
14572026-05-13T20:29:29.992Z Compiling salsa20 v0.10.2
14582026-05-13T20:29:30.125Z Compiling icu_locale_core v2.1.1
14592026-05-13T20:29:30.142Z Compiling icu_collections v2.1.1
14602026-05-13T20:29:30.158Z Compiling pbkdf2 v0.12.2
14612026-05-13T20:29:30.161Z Compiling aes v0.8.4
14622026-05-13T20:29:30.243Z Compiling thiserror v2.0.18
14632026-05-13T20:29:30.295Z Compiling scrypt v0.11.0
14642026-05-13T20:29:30.311Z Compiling cbc v0.1.2
14652026-05-13T20:29:30.367Z Compiling pest_derive v2.8.6
14662026-05-13T20:29:30.394Z Compiling tracing v0.1.44
14672026-05-13T20:29:30.474Z Compiling scroll v0.13.0
14682026-05-13T20:29:30.573Z Compiling darling_macro v0.20.11
14692026-05-13T20:29:30.642Z Compiling spki v0.7.3
14702026-05-13T20:29:30.681Z Compiling openssl-macros v0.1.1
14712026-05-13T20:29:30.770Z Compiling icu_provider v2.1.1
14722026-05-13T20:29:30.829Z Compiling pkcs5 v0.7.1
14732026-05-13T20:29:30.874Z Compiling goblin v0.10.5
14742026-05-13T20:29:31.002Z Compiling rustls-native-certs v0.8.3
14752026-05-13T20:29:31.033Z Compiling icu_properties v2.1.2
14762026-05-13T20:29:31.066Z Compiling bytes v1.11.1
14772026-05-13T20:29:31.087Z Compiling icu_normalizer v2.1.1
14782026-05-13T20:29:31.102Z Compiling chrono v0.4.44
14792026-05-13T20:29:31.118Z Compiling ipnet v2.11.0
14802026-05-13T20:29:31.140Z Compiling pkcs8 v0.10.2
14812026-05-13T20:29:31.276Z Compiling darling v0.20.11
14822026-05-13T20:29:31.313Z Compiling dtrace-parser v0.3.0
14832026-05-13T20:29:31.339Z Compiling signature v2.2.0
14842026-05-13T20:29:31.372Z Compiling derive_builder_core v0.20.2
14852026-05-13T20:29:31.469Z Compiling webpki-roots v1.0.6
14862026-05-13T20:29:31.485Z Compiling scroll_derive v0.12.1
14872026-05-13T20:29:31.545Z Compiling thiserror-impl v1.0.69
14882026-05-13T20:29:31.575Z Compiling tokio v1.52.1
14892026-05-13T20:29:31.635Z Compiling http v1.4.0
14902026-05-13T20:29:31.639Z Compiling toml_datetime v0.6.11
14912026-05-13T20:29:31.705Z Compiling serde_tokenstream v0.2.3
14922026-05-13T20:29:31.930Z Compiling idna_adapter v1.2.1
14932026-05-13T20:29:32.046Z Compiling idna v1.1.0
14942026-05-13T20:29:32.092Z Compiling serde_spanned v0.6.9
14952026-05-13T20:29:32.107Z Compiling serde_urlencoded v0.7.1
14962026-05-13T20:29:32.173Z Compiling erased-serde v0.3.31
14972026-05-13T20:29:32.189Z Compiling md-5 v0.10.6
14982026-05-13T20:29:32.204Z Compiling ppv-lite86 v0.2.21
14992026-05-13T20:29:32.263Z Compiling scroll v0.12.0
15002026-05-13T20:29:32.279Z Compiling derive_builder_macro v0.20.2
15012026-05-13T20:29:32.370Z Compiling url v2.5.8
15022026-05-13T20:29:32.370Z Compiling http-body v1.0.1
15032026-05-13T20:29:32.420Z Compiling darling_macro v0.21.3
15042026-05-13T20:29:32.530Z Compiling rand_chacha v0.9.0
15052026-05-13T20:29:32.580Z Compiling http-body-util v0.1.3
15062026-05-13T20:29:32.595Z Compiling rand_chacha v0.3.1
15072026-05-13T20:29:32.598Z Compiling bstr v1.12.1
15082026-05-13T20:29:32.647Z Compiling async-trait v0.1.89
15092026-05-13T20:29:32.749Z Compiling zerocopy-derive v0.7.35
15102026-05-13T20:29:32.766Z Compiling rand v0.9.2
15112026-05-13T20:29:32.822Z Compiling pin-project-internal v1.1.11
15122026-05-13T20:29:32.845Z Compiling vergen-lib v0.1.6
15132026-05-13T20:29:32.982Z Compiling thiserror v1.0.69
15142026-05-13T20:29:33.054Z Compiling curve25519-dalek v4.1.3
15152026-05-13T20:29:33.104Z Compiling ff v0.13.1
15162026-05-13T20:29:33.239Z Compiling hash32 v0.2.1
15172026-05-13T20:29:33.263Z Compiling memoffset v0.9.1
15182026-05-13T20:29:33.278Z Compiling zlib-rs v0.6.2
15192026-05-13T20:29:33.293Z Compiling litrs v1.0.0
15202026-05-13T20:29:33.415Z Compiling proptest v1.10.0
15212026-05-13T20:29:33.451Z Compiling base16ct v0.2.0
15222026-05-13T20:29:33.454Z Compiling psl-types v2.0.11
15232026-05-13T20:29:33.485Z Compiling rustix v0.38.44
15242026-05-13T20:29:33.610Z Compiling fallible-iterator v0.2.0
15252026-05-13T20:29:33.646Z Compiling dof v0.4.0
15262026-05-13T20:29:33.680Z Compiling ref-cast v1.0.25
15272026-05-13T20:29:33.731Z Compiling ipnetwork v0.21.1
15282026-05-13T20:29:33.803Z Compiling smoltcp v0.9.1
15292026-05-13T20:29:33.828Z Compiling num-bigint-dig v0.8.6
15302026-05-13T20:29:33.868Z Compiling cfg_aliases v0.2.1
15312026-05-13T20:29:33.948Z Compiling postgres-protocol v0.6.10
15322026-05-13T20:29:33.980Z Compiling nix v0.31.2
15332026-05-13T20:29:33.997Z Compiling pin-project v1.1.11
15342026-05-13T20:29:34.060Z Compiling oxnet v0.1.4
15352026-05-13T20:29:34.074Z Compiling document-features v0.2.12
15362026-05-13T20:29:34.114Z Compiling zerocopy v0.7.35
15372026-05-13T20:29:34.170Z Compiling sec1 v0.7.3
15382026-05-13T20:29:34.207Z Compiling publicsuffix v2.3.0
15392026-05-13T20:29:34.394Z Compiling group v0.13.0
15402026-05-13T20:29:34.411Z Compiling darling v0.21.3
15412026-05-13T20:29:34.443Z Compiling rand v0.8.6
15422026-05-13T20:29:34.468Z Compiling derive_builder v0.20.2
15432026-05-13T20:29:34.518Z Compiling goblin v0.8.2
15442026-05-13T20:29:34.536Z Compiling hubpack_derive v0.1.1
15452026-05-13T20:29:34.589Z Compiling futures-executor v0.3.32
15462026-05-13T20:29:34.616Z Compiling hex v0.4.3
15472026-05-13T20:29:34.687Z Compiling cargo-platform v0.1.9
15482026-05-13T20:29:34.703Z Compiling hkdf v0.12.4
15492026-05-13T20:29:34.811Z Compiling crypto-bigint v0.5.5
15502026-05-13T20:29:34.881Z Compiling regex v1.12.3
15512026-05-13T20:29:34.912Z Compiling num-iter v0.1.45
15522026-05-13T20:29:34.915Z Compiling snafu-derive v0.8.9
15532026-05-13T20:29:34.969Z Compiling daft-derive v0.1.5
15542026-05-13T20:29:34.984Z Compiling curve25519-dalek-derive v0.1.1
15552026-05-13T20:29:35.002Z Compiling ref-cast-impl v1.0.25
15562026-05-13T20:29:35.019Z Compiling strum_macros v0.27.2
15572026-05-13T20:29:35.334Z Compiling terminal_size v0.4.3
15582026-05-13T20:29:35.412Z Compiling tokio-util v0.7.18
15592026-05-13T20:29:35.456Z Compiling tower v0.5.3
15602026-05-13T20:29:35.489Z Compiling tokio-native-tls v0.3.1
15612026-05-13T20:29:35.542Z Compiling phf_shared v0.13.1
15622026-05-13T20:29:35.577Z Compiling lazy_static v1.5.0
15632026-05-13T20:29:35.675Z Compiling vergen v9.0.6
15642026-05-13T20:29:35.689Z Compiling fs-err v3.3.0
15652026-05-13T20:29:35.705Z Compiling ahash v0.8.12
15662026-05-13T20:29:35.724Z Compiling encoding_rs v0.8.35
15672026-05-13T20:29:35.807Z Compiling newtype-uuid v1.3.2
15682026-05-13T20:29:35.845Z Compiling foldhash v0.2.0
15692026-05-13T20:29:35.890Z Compiling tower-http v0.6.8
15702026-05-13T20:29:35.909Z Compiling foldhash v0.1.5
15712026-05-13T20:29:35.938Z Compiling managed v0.8.0
15722026-05-13T20:29:35.959Z Compiling bumpalo v3.20.2
15732026-05-13T20:29:36.089Z Compiling winnow v0.5.40
15742026-05-13T20:29:36.104Z Compiling h2 v0.4.13
15752026-05-13T20:29:36.159Z Compiling flate2 v1.1.9
15762026-05-13T20:29:36.173Z Compiling libbz2-rs-sys v0.2.2
15772026-05-13T20:29:36.228Z Compiling same-file v1.0.6
15782026-05-13T20:29:36.323Z Compiling object v0.37.3
15792026-05-13T20:29:36.412Z Compiling bitflags v1.3.2
15802026-05-13T20:29:36.488Z Compiling mime v0.3.17
15812026-05-13T20:29:36.523Z Compiling walkdir v2.5.0
15822026-05-13T20:29:36.597Z Compiling zopfli v0.8.3
15832026-05-13T20:29:36.692Z Compiling bzip2 v0.6.1
15842026-05-13T20:29:36.771Z Compiling dof v0.3.0
15852026-05-13T20:29:36.858Z Compiling hashbrown v0.15.5
15862026-05-13T20:29:36.892Z Compiling snafu v0.8.9
15872026-05-13T20:29:36.907Z Compiling daft v0.1.5
15882026-05-13T20:29:36.925Z Compiling hashbrown v0.16.1
15892026-05-13T20:29:37.058Z Compiling strum v0.27.2
15902026-05-13T20:29:37.154Z Compiling clap_builder v4.5.60
15912026-05-13T20:29:37.208Z Compiling elliptic-curve v0.13.8
15922026-05-13T20:29:37.224Z Compiling phf v0.13.1
15932026-05-13T20:29:37.341Z Compiling signal-hook-mio v0.2.5
15942026-05-13T20:29:37.382Z Compiling toml_edit v0.19.15
15952026-05-13T20:29:37.405Z Compiling cargo_metadata v0.19.2
15962026-05-13T20:29:37.437Z Compiling usdt-macro v0.6.0
15972026-05-13T20:29:37.475Z Compiling usdt-attr-macro v0.6.0
15982026-05-13T20:29:37.532Z Compiling cookie_store v0.22.1
15992026-05-13T20:29:37.570Z Compiling hubpack v0.1.2
16002026-05-13T20:29:37.591Z Compiling bzip2 v0.4.4
16012026-05-13T20:29:37.658Z Compiling futures v0.3.32
16022026-05-13T20:29:37.754Z Compiling serde_with_macros v3.17.0
16032026-05-13T20:29:37.844Z Compiling postgres-types v0.2.12
16042026-05-13T20:29:37.856Z Compiling zstd v0.13.3
16052026-05-13T20:29:38.078Z Compiling dtrace-parser v0.2.0
16062026-05-13T20:29:38.147Z Compiling globset v0.4.18
16072026-05-13T20:29:38.243Z Compiling ed25519 v2.2.3
16082026-05-13T20:29:38.243Z Compiling pkcs1 v0.7.5
16092026-05-13T20:29:38.371Z Compiling serde-big-array v0.5.1
16102026-05-13T20:29:38.431Z Compiling serde_plain v1.0.2
16112026-05-13T20:29:38.534Z Compiling olpc-cjson v0.1.4
16122026-05-13T20:29:38.651Z Compiling rfc6979 v0.4.0
16132026-05-13T20:29:38.686Z Compiling async-recursion v1.1.1
16142026-05-13T20:29:38.718Z Compiling strum_macros v0.26.4
16152026-05-13T20:29:38.794Z Compiling enum-as-inner v0.6.1
16162026-05-13T20:29:38.825Z Compiling clap_derive v4.5.55
16172026-05-13T20:29:38.873Z Compiling serde_repr v0.1.20
16182026-05-13T20:29:38.876Z Compiling phf_shared v0.11.3
16192026-05-13T20:29:38.924Z Compiling float-cmp v0.10.0
16202026-05-13T20:29:39.054Z Compiling pem v3.0.6
16212026-05-13T20:29:39.098Z Compiling thread-id v4.2.2
16222026-05-13T20:29:39.101Z Compiling memmap2 v0.9.10
16232026-05-13T20:29:39.169Z Compiling hyper v1.8.1
16242026-05-13T20:29:39.199Z Compiling env_filter v1.0.0
16252026-05-13T20:29:39.346Z Compiling fixedbitset v0.4.2
16262026-05-13T20:29:39.362Z Compiling precomputed-hash v0.1.1
16272026-05-13T20:29:39.386Z Compiling jiff v0.2.21
16282026-05-13T20:29:39.411Z Compiling either v1.15.0
16292026-05-13T20:29:39.452Z Compiling data-encoding v2.10.0
16302026-05-13T20:29:39.467Z Compiling predicates-core v1.0.10
16312026-05-13T20:29:39.532Z Compiling normalize-line-endings v0.3.0
16322026-05-13T20:29:39.595Z Compiling static_assertions v1.1.0
16332026-05-13T20:29:39.640Z Compiling keccak v0.1.6
16342026-05-13T20:29:39.655Z Compiling fixedbitset v0.5.7
16352026-05-13T20:29:39.670Z Compiling rustc-hash v2.1.1
16362026-05-13T20:29:39.688Z Compiling difflib v0.4.0
16372026-05-13T20:29:39.812Z Compiling new_debug_unreachable v1.0.6
16382026-05-13T20:29:39.898Z Compiling whoami v2.1.0
16392026-05-13T20:29:39.984Z Compiling typed-path v0.9.3
16402026-05-13T20:29:40.094Z Compiling predicates v3.1.4
16412026-05-13T20:29:40.208Z Compiling tokio-postgres v0.7.16
16422026-05-13T20:29:40.224Z Compiling string_cache v0.8.9
16432026-05-13T20:29:40.250Z Compiling petgraph v0.8.3
16442026-05-13T20:29:40.288Z Compiling hyper-util v0.1.20
16452026-05-13T20:29:40.302Z Compiling sha3 v0.10.8
16462026-05-13T20:29:40.366Z Compiling iddqd v0.3.18
16472026-05-13T20:29:40.469Z Compiling hickory-proto v0.25.2
16482026-05-13T20:29:40.490Z Compiling toml_edit v0.22.27
16492026-05-13T20:29:40.535Z Compiling strum v0.26.3
16502026-05-13T20:29:40.677Z Compiling clap v4.5.60
16512026-05-13T20:29:40.693Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16522026-05-13T20:29:40.776Z Compiling itertools v0.13.0
16532026-05-13T20:29:40.793Z Compiling petgraph v0.6.5
16542026-05-13T20:29:40.796Z Compiling env_logger v0.11.9
16552026-05-13T20:29:40.825Z Compiling usdt v0.6.0
16562026-05-13T20:29:41.108Z Compiling usdt-impl v0.5.0
16572026-05-13T20:29:41.179Z Compiling serde_with v3.17.0
16582026-05-13T20:29:41.221Z Compiling crossterm v0.28.1
16592026-05-13T20:29:41.543Z Compiling ecdsa v0.16.9
16602026-05-13T20:29:41.723Z Compiling hyper-tls v0.6.0
16612026-05-13T20:29:41.958Z Compiling toml v0.7.8
16622026-05-13T20:29:41.986Z Compiling zip v4.6.1
16632026-05-13T20:29:42.014Z Compiling rsa v0.9.10
16642026-05-13T20:29:42.060Z Compiling ed25519-dalek v2.2.0
16652026-05-13T20:29:42.402Z Compiling zip v0.6.6
16662026-05-13T20:29:42.757Z Compiling tokio-stream v0.1.18
16672026-05-13T20:29:42.876Z Compiling toml_parser v1.0.9+spec-1.1.0
16682026-05-13T20:29:42.936Z Compiling buf-list v1.1.2
16692026-05-13T20:29:42.952Z Compiling similar v2.7.0
16702026-05-13T20:29:42.969Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16712026-05-13T20:29:42.998Z Compiling openapiv3 v2.2.0
16722026-05-13T20:29:43.038Z Compiling x509-cert v0.2.5
16732026-05-13T20:29:43.237Z Compiling sha1 v0.10.6
16742026-05-13T20:29:43.268Z Compiling crossbeam-epoch v0.9.18
16752026-05-13T20:29:43.283Z Compiling toml_datetime v0.7.5+spec-1.1.0
16762026-05-13T20:29:43.299Z Compiling peg-runtime v0.8.5
16772026-05-13T20:29:43.488Z Compiling lalrpop-util v0.19.12
16782026-05-13T20:29:43.539Z Compiling thread_local v1.1.9
16792026-05-13T20:29:43.564Z Compiling slog-async v2.8.0
16802026-05-13T20:29:43.600Z Compiling crossbeam-channel v0.5.15
16812026-05-13T20:29:43.616Z Compiling is-terminal v0.4.17
16822026-05-13T20:29:43.631Z Compiling filetime v0.2.27
16832026-05-13T20:29:43.672Z Compiling xattr v1.6.1
16842026-05-13T20:29:43.703Z Compiling take_mut v0.2.2
16852026-05-13T20:29:43.728Z Compiling term v1.2.1
16862026-05-13T20:29:43.800Z Compiling tar v0.4.45
16872026-05-13T20:29:44.051Z Compiling slog-term v2.9.2
16882026-05-13T20:30:01.504Z Compiling rustls-webpki v0.103.9
16892026-05-13T20:30:04.304Z Compiling tokio-rustls v0.26.4
16902026-05-13T20:30:04.304Z Compiling rustls-platform-verifier v0.6.2
16912026-05-13T20:30:04.493Z Compiling hyper-rustls v0.27.7
16922026-05-13T20:30:04.693Z Compiling reqwest v0.12.28
16932026-05-13T20:30:04.693Z Compiling reqwest v0.13.2
16942026-05-13T20:30:05.912Z Compiling tough v0.22.0
16952026-05-13T20:30:08.396Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16962026-05-13T20:30:08.634Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16972026-05-13T20:30:11.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.25s
16982026-05-13T20:30:11.549Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16992026-05-13T20:30:11.607ZMay 13 20:30:09.934 INFO Starting download, target: Console
17002026-05-13T20:30:11.607ZMay 13 20:30:09.935 INFO Starting download, target: Clickhouse
17012026-05-13T20:30:11.607ZMay 13 20:30:09.935 INFO Starting download, target: MaghemiteMgd
17022026-05-13T20:30:11.607ZMay 13 20:30:09.935 INFO Starting download, target: Cockroach
17032026-05-13T20:30:11.610ZMay 13 20:30:09.935 INFO Starting download, target: DendriteStub
17042026-05-13T20:30:11.610ZMay 13 20:30:09.935 INFO Starting download, target: TransceiverControl
17052026-05-13T20:30:11.610ZMay 13 20:30:09.935 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17062026-05-13T20:30:11.610ZMay 13 20:30:09.935 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17072026-05-13T20:30:11.610ZMay 13 20:30:09.935 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17082026-05-13T20:30:11.610ZMay 13 20:30:09.935 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17092026-05-13T20:30:11.610ZMay 13 20:30:09.935 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17102026-05-13T20:30:11.610ZMay 13 20:30:09.935 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17112026-05-13T20:30:11.919ZMay 13 20:30:10.247 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17122026-05-13T20:30:12.140ZMay 13 20:30:10.460 INFO Download complete, target: TransceiverControl
17132026-05-13T20:30:12.652ZMay 13 20:30:10.960 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17142026-05-13T20:30:12.872ZMay 13 20:30:11.195 INFO Download complete, target: Console
17152026-05-13T20:30:13.555ZMay 13 20:30:11.879 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17162026-05-13T20:30:13.664ZMay 13 20:30:11.987 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17172026-05-13T20:30:13.794ZMay 13 20:30:12.118 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17182026-05-13T20:30:14.204ZMay 13 20:30:12.532 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17192026-05-13T20:30:14.204ZMay 13 20:30:12.532 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17202026-05-13T20:30:15.899ZMay 13 20:30:14.227 INFO Download complete, target: DendriteStub
17212026-05-13T20:30:16.166ZMay 13 20:30:14.494 INFO Download complete, target: MaghemiteMgd
17222026-05-13T20:30:19.012ZMay 13 20:30:17.339 INFO Checking that binary works, target: Cockroach
17232026-05-13T20:30:19.133ZMay 13 20:30:17.461 INFO Download complete, target: Cockroach
17242026-05-13T20:30:20.598ZMay 13 20:30:18.925 INFO Checking that binary works, target: Clickhouse
17252026-05-13T20:30:20.682ZMay 13 20:30:19.010 INFO Download complete, target: Clickhouse
17262026-05-13T20:30:20.694ZAll prerequisites installed successfully
17272026-05-13T20:30:20.697Z
17282026-05-13T20:30:20.697Zreal 1:59.889010064
17292026-05-13T20:30:20.697Zuser 6:54.618051215
17302026-05-13T20:30:20.697Zsys 1:41.889665668
17312026-05-13T20:30:20.697Ztrap 0.262052165
17322026-05-13T20:30:20.697Ztflt 1.238454927
17332026-05-13T20:30:20.697Zdflt 1.764815379
17342026-05-13T20:30:20.697Zkflt 0.024233630
17352026-05-13T20:30:20.697Zlock 23:19.828187674
17362026-05-13T20:30:20.697Zslp 18:48.391197068
17372026-05-13T20:30:20.697Zlat 25.057165333
17382026-05-13T20:30:20.698Zstop 2:56.116979631
17392026-05-13T20:30:20.698Z+ ptime -m cargo xtask download softnpu
17402026-05-13T20:30:21.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17412026-05-13T20:30:21.240Z Running `target/debug/xtask download softnpu`
17422026-05-13T20:30:21.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17432026-05-13T20:30:22.069Z Running `target/debug/xtask-downloader softnpu`
17442026-05-13T20:30:22.113ZMay 13 20:30:20.440 INFO Starting download, target: Softnpu
17452026-05-13T20:30:22.116ZMay 13 20:30:20.441 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17462026-05-13T20:30:22.682ZMay 13 20:30:21.010 INFO Download complete, target: Softnpu
17472026-05-13T20:30:22.685Z
17482026-05-13T20:30:22.688Zreal 1.991711572
17492026-05-13T20:30:22.688Zuser 1.338130231
17502026-05-13T20:30:22.689Zsys 0.661406247
17512026-05-13T20:30:22.689Ztrap 0.000604150
17522026-05-13T20:30:22.689Ztflt 0.000065320
17532026-05-13T20:30:22.689Zdflt 0.000121230
17542026-05-13T20:30:22.689Zkflt 0.000000000
17552026-05-13T20:30:22.689Zlock 10.096430552
17562026-05-13T20:30:22.689Zslp 0.441077198
17572026-05-13T20:30:22.689Zlat 0.093694332
17582026-05-13T20:30:22.689Zstop 0.000163330
17592026-05-13T20:30:22.689Z+ export CARGO_INCREMENTAL=0
17602026-05-13T20:30:22.689Z+ CARGO_INCREMENTAL=0
17612026-05-13T20:30:22.689Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17622026-05-13T20:30:23.576Z Compiling proc-macro2 v1.0.106
17632026-05-13T20:30:23.577Z Compiling quote v1.0.45
17642026-05-13T20:30:23.577Z Compiling unicode-ident v1.0.24
17652026-05-13T20:30:23.580Z Compiling libc v0.2.185
17662026-05-13T20:30:23.580Z Compiling serde_core v1.0.228
17672026-05-13T20:30:23.580Z Compiling serde v1.0.228
17682026-05-13T20:30:23.580Z Compiling cfg-if v1.0.4
17692026-05-13T20:30:23.580Z Compiling version_check v0.9.5
17702026-05-13T20:30:23.580Z Compiling find-msvc-tools v0.1.9
17712026-05-13T20:30:23.580Z Compiling shlex v1.3.0
17722026-05-13T20:30:23.580Z Compiling typenum v1.19.0
17732026-05-13T20:30:23.580Z Compiling zmij v1.0.21
17742026-05-13T20:30:23.725Z Compiling autocfg v1.5.0
17752026-05-13T20:30:23.728Z Compiling serde_json v1.0.149
17762026-05-13T20:30:23.728Z Compiling memchr v2.8.0
17772026-05-13T20:30:23.948Z Compiling portable-atomic v1.13.1
17782026-05-13T20:30:23.965Z Compiling libm v0.2.16
17792026-05-13T20:30:24.140Z Compiling zerocopy v0.8.40
17802026-05-13T20:30:24.155Z Compiling smallvec v1.15.1
17812026-05-13T20:30:24.172Z Compiling parking_lot_core v0.9.12
17822026-05-13T20:30:24.206Z Compiling num-traits v0.2.19
17832026-05-13T20:30:24.234Z Compiling icu_properties_data v2.1.2
17842026-05-13T20:30:24.251Z Compiling generic-array v0.14.7
17852026-05-13T20:30:24.281Z Compiling icu_normalizer_data v2.1.1
17862026-05-13T20:30:24.329Z Compiling itoa v1.0.17
17872026-05-13T20:30:24.418Z Compiling getrandom v0.4.1
17882026-05-13T20:30:24.443Z Compiling log v0.4.29
17892026-05-13T20:30:24.484Z Compiling stable_deref_trait v1.2.1
17902026-05-13T20:30:24.487Z Compiling pkg-config v0.3.32
17912026-05-13T20:30:24.528Z Compiling subtle v2.6.1
17922026-05-13T20:30:24.668Z Compiling scopeguard v1.2.0
17932026-05-13T20:30:24.737Z Compiling writeable v0.6.2
17942026-05-13T20:30:24.737Z Compiling litemap v0.8.1
17952026-05-13T20:30:24.770Z Compiling lock_api v0.4.14
17962026-05-13T20:30:24.799Z Compiling jobserver v0.1.34
17972026-05-13T20:30:24.845Z Compiling getrandom v0.2.17
17982026-05-13T20:30:24.923Z Compiling errno v0.3.14
17992026-05-13T20:30:24.952Z Compiling syn v2.0.117
18002026-05-13T20:30:24.989Z Compiling rand_core v0.6.4
18012026-05-13T20:30:25.006Z Compiling percent-encoding v2.3.2
18022026-05-13T20:30:25.057Z Compiling cc v1.2.56
18032026-05-13T20:30:25.109Z Compiling pin-project-lite v0.2.17
18042026-05-13T20:30:25.139Z Compiling fnv v1.0.7
18052026-05-13T20:30:25.205Z Compiling thiserror v2.0.18
18062026-05-13T20:30:25.255Z Compiling getrandom v0.3.4
18072026-05-13T20:30:25.258Z Compiling fs_extra v1.3.0
18082026-05-13T20:30:25.300Z Compiling equivalent v1.0.2
18092026-05-13T20:30:25.342Z Compiling dunce v1.0.5
18102026-05-13T20:30:25.394Z Compiling schemars v0.8.22
18112026-05-13T20:30:25.411Z Compiling utf8_iter v1.0.4
18122026-05-13T20:30:25.429Z Compiling rustversion v1.0.22
18132026-05-13T20:30:25.432Z Compiling rand_core v0.10.0
18142026-05-13T20:30:25.532Z Compiling form_urlencoded v1.2.2
18152026-05-13T20:30:25.602Z Compiling critical-section v1.2.0
18162026-05-13T20:30:25.636Z Compiling signal-hook-registry v1.4.8
18172026-05-13T20:30:25.686Z Compiling hashbrown v0.17.0
18182026-05-13T20:30:25.690Z Compiling rustix v1.1.3
18192026-05-13T20:30:25.735Z Compiling socket2 v0.6.3
18202026-05-13T20:30:25.758Z Compiling mio v1.2.0
18212026-05-13T20:30:25.821Z Compiling cmake v0.1.57
18222026-05-13T20:30:26.155Z Compiling bitflags v2.11.0
18232026-05-13T20:30:26.204Z Compiling semver v1.0.28
18242026-05-13T20:30:26.227Z Compiling once_cell v1.21.3
18252026-05-13T20:30:26.243Z Compiling indexmap v2.14.0
18262026-05-13T20:30:26.260Z Compiling parking_lot v0.12.5
18272026-05-13T20:30:26.277Z Compiling const-oid v0.9.6
18282026-05-13T20:30:26.458Z Compiling ring v0.17.14
18292026-05-13T20:30:26.499Z Compiling aws-lc-sys v0.40.0
18302026-05-13T20:30:26.562Z Compiling aws-lc-rs v1.16.3
18312026-05-13T20:30:26.604Z Compiling futures-core v0.3.32
18322026-05-13T20:30:26.622Z Compiling httparse v1.10.1
18332026-05-13T20:30:26.678Z Compiling vcpkg v0.2.15
18342026-05-13T20:30:26.758Z Compiling strsim v0.11.1
18352026-05-13T20:30:26.774Z Compiling thiserror v1.0.69
18362026-05-13T20:30:26.923Z Compiling iana-time-zone v0.1.65
18372026-05-13T20:30:26.963Z Compiling byteorder v1.5.0
18382026-05-13T20:30:27.079Z Compiling ucd-trie v0.1.7
18392026-05-13T20:30:27.114Z Compiling ident_case v1.0.1
18402026-05-13T20:30:27.117Z Compiling heck v0.5.0
18412026-05-13T20:30:27.164Z Compiling regex-syntax v0.8.10
18422026-05-13T20:30:27.184Z Compiling syn v1.0.109
18432026-05-13T20:30:27.202Z Compiling uuid v1.23.0
18442026-05-13T20:30:27.253Z Compiling pest v2.8.6
18452026-05-13T20:30:27.256Z Compiling cpufeatures v0.2.17
18462026-05-13T20:30:27.256Z Compiling openssl-sys v0.9.115
18472026-05-13T20:30:27.339Z Compiling rustls v0.23.37
18482026-05-13T20:30:27.517Z Compiling futures-sink v0.3.32
18492026-05-13T20:30:27.567Z Compiling rustc_version v0.4.1
18502026-05-13T20:30:27.629Z Compiling futures-channel v0.3.32
18512026-05-13T20:30:27.644Z Compiling futures-task v0.3.32
18522026-05-13T20:30:27.647Z Compiling slab v0.4.12
18532026-05-13T20:30:27.791Z Compiling synstructure v0.13.2
18542026-05-13T20:30:27.811Z Compiling serde_derive_internals v0.29.1
18552026-05-13T20:30:27.827Z Compiling futures-io v0.3.32
18562026-05-13T20:30:27.901Z Compiling aho-corasick v1.1.4
18572026-05-13T20:30:28.017Z Compiling dyn-clone v1.0.20
18582026-05-13T20:30:28.272Z Compiling base64 v0.22.1
18592026-05-13T20:30:28.288Z Compiling crc32fast v1.5.0
18602026-05-13T20:30:28.303Z Compiling plain v0.2.3
18612026-05-13T20:30:28.378Z Compiling openssl v0.10.79
18622026-05-13T20:30:28.401Z Compiling pest_meta v2.8.6
18632026-05-13T20:30:28.486Z Compiling num-conv v0.2.0
18642026-05-13T20:30:28.575Z Compiling crossbeam-utils v0.8.21
18652026-05-13T20:30:28.628Z Compiling time-core v0.1.8
18662026-05-13T20:30:28.645Z Compiling pretty-hex v0.4.1
18672026-05-13T20:30:28.709Z Compiling native-tls v0.2.18
18682026-05-13T20:30:28.787Z Compiling regex-automata v0.4.14
18692026-05-13T20:30:28.804Z Compiling time-macros v0.2.27
18702026-05-13T20:30:28.819Z Compiling anyhow v1.0.102
18712026-05-13T20:30:28.838Z Compiling base64ct v1.8.3
18722026-05-13T20:30:28.838Z Compiling darling_core v0.21.3
18732026-05-13T20:30:28.915Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18742026-05-13T20:30:28.950Z Compiling tracing-core v0.1.36
18752026-05-13T20:30:29.072Z Compiling serde_derive v1.0.228
18762026-05-13T20:30:29.133Z Compiling zeroize_derive v1.4.3
18772026-05-13T20:30:29.151Z Compiling zerofrom-derive v0.1.6
18782026-05-13T20:30:29.206Z Compiling yoke-derive v0.8.1
18792026-05-13T20:30:29.310Z Compiling zerovec-derive v0.11.2
18802026-05-13T20:30:29.334Z Compiling displaydoc v0.2.5
18812026-05-13T20:30:29.376Z Compiling zerocopy-derive v0.8.40
18822026-05-13T20:30:29.656Z Compiling tokio-macros v2.7.0
18832026-05-13T20:30:29.747Z Compiling zeroize v1.8.2
18842026-05-13T20:30:29.983Z Compiling futures-macro v0.3.32
18852026-05-13T20:30:30.035Z Compiling thiserror-impl v2.0.18
18862026-05-13T20:30:30.151Z Compiling schemars_derive v0.8.22
18872026-05-13T20:30:30.269Z Compiling zerofrom v0.1.6
18882026-05-13T20:30:30.333Z Compiling tracing-attributes v0.1.31
18892026-05-13T20:30:30.413Z Compiling yoke v0.8.1
18902026-05-13T20:30:30.494Z Compiling crypto-common v0.1.7
18912026-05-13T20:30:30.629Z Compiling zerovec v0.11.5
18922026-05-13T20:30:30.657Z Compiling zerotrie v0.2.3
18932026-05-13T20:30:30.677Z Compiling der_derive v0.7.3
18942026-05-13T20:30:30.773Z Compiling block-buffer v0.10.4
18952026-05-13T20:30:30.980Z Compiling digest v0.10.7
18962026-05-13T20:30:31.135Z Compiling thiserror-impl v1.0.69
18972026-05-13T20:30:31.239Z Compiling tinystr v0.8.2
18982026-05-13T20:30:31.239Z Compiling potential_utf v0.1.4
18992026-05-13T20:30:31.336Z Compiling pest_generator v2.8.6
19002026-05-13T20:30:31.352Z Compiling futures-util v0.3.32
19012026-05-13T20:30:31.461Z Compiling icu_locale_core v2.1.1
19022026-05-13T20:30:31.481Z Compiling icu_collections v2.1.1
19032026-05-13T20:30:31.577Z Compiling hmac v0.12.1
19042026-05-13T20:30:32.026Z Compiling pest_derive v2.8.6
19052026-05-13T20:30:32.214Z Compiling bytes v1.11.1
19062026-05-13T20:30:32.232Z Compiling icu_provider v2.1.1
19072026-05-13T20:30:32.267Z Compiling chrono v0.4.44
19082026-05-13T20:30:32.299Z Compiling block-padding v0.3.3
19092026-05-13T20:30:32.431Z Compiling inout v0.1.4
19102026-05-13T20:30:32.461Z Compiling rustls-pki-types v1.14.0
19112026-05-13T20:30:32.590Z Compiling icu_properties v2.1.2
19122026-05-13T20:30:32.614Z Compiling icu_normalizer v2.1.1
19132026-05-13T20:30:32.721Z Compiling tokio v1.52.1
19142026-05-13T20:30:33.298Z Compiling openssl-macros v0.1.1
19152026-05-13T20:30:33.610Z Compiling idna_adapter v1.2.1
19162026-05-13T20:30:33.725Z Compiling idna v1.1.0
19172026-05-13T20:30:33.762Z Compiling ppv-lite86 v0.2.21
19182026-05-13T20:30:33.797Z Compiling cipher v0.4.4
19192026-05-13T20:30:33.894Z Compiling serde_tokenstream v0.2.3
19202026-05-13T20:30:33.950Z Compiling sha2 v0.10.9
19212026-05-13T20:30:33.986Z Compiling scroll_derive v0.13.1
19222026-05-13T20:30:34.047Z Compiling scroll_derive v0.12.1
19232026-05-13T20:30:34.095Z Compiling url v2.5.8
19242026-05-13T20:30:34.136Z Compiling http v1.4.0
19252026-05-13T20:30:34.299Z Compiling pem-rfc7468 v0.7.0
19262026-05-13T20:30:34.314Z Compiling flagset v0.4.7
19272026-05-13T20:30:34.328Z Compiling untrusted v0.9.0
19282026-05-13T20:30:34.473Z Compiling der v0.7.10
19292026-05-13T20:30:34.577Z Compiling tracing v0.1.44
19302026-05-13T20:30:34.751Z Compiling darling_macro v0.21.3
19312026-05-13T20:30:34.825Z Compiling regex v1.12.3
19322026-05-13T20:30:34.926Z Compiling zerocopy-derive v0.7.35
19332026-05-13T20:30:35.000Z Compiling rand_core v0.9.5
19342026-05-13T20:30:35.223Z Compiling slog v2.8.2
19352026-05-13T20:30:35.470Z Compiling spki v0.7.3
19362026-05-13T20:30:35.655Z Compiling darling v0.21.3
19372026-05-13T20:30:35.686Z Compiling salsa20 v0.10.2
19382026-05-13T20:30:35.702Z Compiling pbkdf2 v0.12.2
19392026-05-13T20:30:36.011Z Compiling cookie v0.18.1
19402026-05-13T20:30:36.187Z Compiling camino v1.2.2
19412026-05-13T20:30:36.387Z Compiling tokio-util v0.7.18
19422026-05-13T20:30:36.522Z Compiling scrypt v0.11.0
19432026-05-13T20:30:36.537Z Compiling rand_chacha v0.9.0
19442026-05-13T20:30:36.551Z Compiling http-body v1.0.1
19452026-05-13T20:30:36.634Z Compiling cbc v0.1.2
19462026-05-13T20:30:36.710Z Compiling aes v0.8.4
19472026-05-13T20:30:36.784Z Compiling usdt-impl v0.5.0
19482026-05-13T20:30:36.817Z Compiling atomic-waker v1.1.2
19492026-05-13T20:30:36.921Z Compiling openssl-probe v0.2.1
19502026-05-13T20:30:36.980Z Compiling unicode-segmentation v1.12.0
19512026-05-13T20:30:36.983Z Compiling untrusted v0.7.1
19522026-05-13T20:30:37.010Z Compiling usdt-impl v0.6.0
19532026-05-13T20:30:37.042Z Compiling winnow v0.7.14
19542026-05-13T20:30:37.099Z Compiling paste v1.0.15
19552026-05-13T20:30:37.140Z Compiling either v1.15.0
19562026-05-13T20:30:37.201Z Compiling ref-cast v1.0.25
19572026-05-13T20:30:37.249Z Compiling tinyvec_macros v0.1.1
19582026-05-13T20:30:37.357Z Compiling tinyvec v1.10.0
19592026-05-13T20:30:37.373Z Compiling pkcs5 v0.7.1
19602026-05-13T20:30:37.512Z Compiling rand v0.9.2
19612026-05-13T20:30:37.760Z Compiling scroll v0.13.0
19622026-05-13T20:30:37.816Z Compiling scroll v0.12.0
19632026-05-13T20:30:37.840Z Compiling serde_spanned v0.6.9
19642026-05-13T20:30:37.968Z Compiling toml_datetime v0.6.11
19652026-05-13T20:30:37.999Z Compiling async-trait v0.1.89
19662026-05-13T20:30:38.052Z Compiling heapless v0.7.17
19672026-05-13T20:30:38.112Z Compiling bzip2-sys v0.1.13+1.0.8
19682026-05-13T20:30:38.127Z Compiling try-lock v0.2.5
19692026-05-13T20:30:38.228Z Compiling tower-layer v0.3.3
19702026-05-13T20:30:38.281Z Compiling tower-service v0.3.3
19712026-05-13T20:30:38.308Z Compiling zstd-safe v7.2.4
19722026-05-13T20:30:38.448Z Compiling signal-hook v0.3.18
19732026-05-13T20:30:38.545Z Compiling fastrand v2.3.0
19742026-05-13T20:30:38.631Z Compiling h2 v0.4.13
19752026-05-13T20:30:38.654Z Compiling toml_parser v1.0.9+spec-1.1.0
19762026-05-13T20:30:38.670Z Compiling want v0.3.1
19772026-05-13T20:30:38.813Z Compiling goblin v0.8.2
19782026-05-13T20:30:38.850Z Compiling goblin v0.10.5
19792026-05-13T20:30:38.906Z Compiling pkcs8 v0.10.2
19802026-05-13T20:30:39.002Z Compiling heck v0.4.1
19812026-05-13T20:30:39.087Z Compiling zerocopy v0.7.35
19822026-05-13T20:30:39.215Z Compiling ipnet v2.11.0
19832026-05-13T20:30:39.233Z Compiling ref-cast-impl v1.0.25
19842026-05-13T20:30:39.380Z Compiling curve25519-dalek v4.1.3
19852026-05-13T20:30:39.644Z Compiling darling_core v0.20.11
19862026-05-13T20:30:39.660Z Compiling toml_datetime v0.7.5+spec-1.1.0
19872026-05-13T20:30:39.696Z Compiling memoffset v0.9.1
19882026-05-13T20:30:39.773Z Compiling foreign-types-shared v0.1.1
19892026-05-13T20:30:39.951Z Compiling winnow v0.5.40
19902026-05-13T20:30:40.036Z Compiling rustix v0.38.44
19912026-05-13T20:30:40.183Z Compiling pin-utils v0.1.0
19922026-05-13T20:30:40.312Z Compiling httpdate v1.0.3
19932026-05-13T20:30:40.462Z Compiling litrs v1.0.0
19942026-05-13T20:30:40.535Z Compiling tempfile v3.25.0
19952026-05-13T20:30:40.651Z Compiling foreign-types v0.3.2
19962026-05-13T20:30:40.978Z Compiling document-features v0.2.12
19972026-05-13T20:30:41.226Z Compiling dof v0.3.0
19982026-05-13T20:30:41.419Z Compiling toml_edit v0.19.15
19992026-05-13T20:30:41.464Z Compiling unicode-normalization v0.1.25
20002026-05-13T20:30:41.506Z Compiling dtrace-parser v0.2.0
20012026-05-13T20:30:41.564Z Compiling dof v0.4.0
20022026-05-13T20:30:41.583Z Compiling hyper v1.8.1
20032026-05-13T20:30:41.657Z Compiling darling_macro v0.20.11
20042026-05-13T20:30:41.972Z Compiling dtrace-parser v0.3.0
20052026-05-13T20:30:42.128Z Compiling pin-project-internal v1.1.11
20062026-05-13T20:30:42.157Z Compiling daft-derive v0.1.5
20072026-05-13T20:30:42.206Z Compiling spin v0.9.8
20082026-05-13T20:30:43.244Z Compiling thread-id v5.1.0
20092026-05-13T20:30:43.248Z Compiling thread-id v4.2.2
20102026-05-13T20:30:43.248Z Compiling cfg_aliases v0.2.1
20112026-05-13T20:30:43.248Z Compiling powerfmt v0.2.0
20122026-05-13T20:30:43.248Z Compiling num-bigint-dig v0.8.6
20132026-05-13T20:30:43.248Z Compiling smoltcp v0.9.1
20142026-05-13T20:30:43.248Z Compiling deranged v0.5.8
20152026-05-13T20:30:43.248Z Compiling nix v0.31.2
20162026-05-13T20:30:43.248Z Compiling hyper-util v0.1.20
20172026-05-13T20:30:43.248Z Compiling darling v0.20.11
20182026-05-13T20:30:43.248Z Compiling rustls-native-certs v0.8.3
20192026-05-13T20:30:43.270Z Compiling ipnetwork v0.21.1
20202026-05-13T20:30:43.643Z Compiling strum_macros v0.26.4
20212026-05-13T20:30:43.733Z Compiling curve25519-dalek-derive v0.1.1
20222026-05-13T20:30:43.905Z Compiling sync_wrapper v1.0.2
20232026-05-13T20:30:43.994Z Compiling wait-timeout v0.2.1
20242026-05-13T20:30:44.160Z Compiling anstyle v1.0.13
20252026-05-13T20:30:44.243Z Compiling siphasher v1.0.2
20262026-05-13T20:30:44.356Z Compiling num_threads v0.1.7
20272026-05-13T20:30:44.371Z Compiling simd-adler32 v0.3.8
20282026-05-13T20:30:44.443Z Compiling bit-vec v0.8.0
20292026-05-13T20:30:44.599Z Compiling utf8parse v0.2.2
20302026-05-13T20:30:44.614Z Compiling quick-error v1.2.3
20312026-05-13T20:30:44.632Z Compiling bit-set v0.8.0
20322026-05-13T20:30:44.727Z Compiling rusty-fork v0.3.1
20332026-05-13T20:30:44.829Z Compiling anstyle-parse v0.2.7
20342026-05-13T20:30:44.860Z Compiling time v0.3.47
20352026-05-13T20:30:45.030Z Compiling tower v0.5.3
20362026-05-13T20:30:45.227Z Compiling derive_builder_core v0.20.2
20372026-05-13T20:30:45.243Z Compiling snafu-derive v0.8.9
20382026-05-13T20:30:45.514Z Compiling http-body-util v0.1.3
20392026-05-13T20:30:45.671Z Compiling webpki-roots v1.0.6
20402026-05-13T20:30:45.812Z Compiling rand_xorshift v0.4.0
20412026-05-13T20:30:45.828Z Compiling signature v2.2.0
20422026-05-13T20:30:45.922Z Compiling hubpack_derive v0.1.1
20432026-05-13T20:30:45.974Z Compiling strum_macros v0.27.2
20442026-05-13T20:30:46.056Z Compiling ahash v0.8.12
20452026-05-13T20:30:46.143Z Compiling fs-err v3.3.0
20462026-05-13T20:30:46.309Z Compiling iri-string v0.7.10
20472026-05-13T20:30:46.391Z Compiling unicode-bidi v0.3.18
20482026-05-13T20:30:46.407Z Compiling adler2 v2.0.1
20492026-05-13T20:30:46.430Z Compiling ryu v1.0.23
20502026-05-13T20:30:46.454Z Compiling anstyle-query v1.1.5
20512026-05-13T20:30:46.509Z Compiling allocator-api2 v0.2.21
20522026-05-13T20:30:46.525Z Compiling unicode-properties v0.1.4
20532026-05-13T20:30:46.583Z Compiling unarray v0.1.4
20542026-05-13T20:30:46.705Z Compiling object v0.37.3
20552026-05-13T20:30:46.720Z Compiling is_terminal_polyfill v1.70.2
20562026-05-13T20:30:46.739Z Compiling colorchoice v1.0.4
20572026-05-13T20:30:46.847Z Compiling anstream v0.6.21
20582026-05-13T20:30:46.883Z Compiling stringprep v0.1.5
20592026-05-13T20:30:46.898Z Compiling serde_urlencoded v0.7.1
20602026-05-13T20:30:46.901Z Compiling proptest v1.10.0
20612026-05-13T20:30:46.966Z Compiling miniz_oxide v0.8.9
20622026-05-13T20:30:47.267Z Compiling derive_builder_macro v0.20.2
20632026-05-13T20:30:47.353Z Compiling tokio-native-tls v0.3.1
20642026-05-13T20:30:47.520Z Compiling tower-http v0.6.8
20652026-05-13T20:30:47.537Z Compiling usdt-attr-macro v0.6.0
20662026-05-13T20:30:47.551Z Compiling usdt-macro v0.6.0
20672026-05-13T20:30:47.947Z Compiling rand_chacha v0.3.1
20682026-05-13T20:30:47.980Z Compiling erased-serde v0.3.31
20692026-05-13T20:30:48.018Z Compiling md-5 v0.10.6
20702026-05-13T20:30:48.107Z Compiling bstr v1.12.1
20712026-05-13T20:30:48.201Z Compiling num-integer v0.1.46
20722026-05-13T20:30:48.275Z Compiling hash32 v0.2.1
20732026-05-13T20:30:48.312Z Compiling vergen-lib v0.1.6
20742026-05-13T20:30:48.339Z Compiling ff v0.13.1
20752026-05-13T20:30:48.429Z Compiling base16ct v0.2.0
20762026-05-13T20:30:48.481Z Compiling zlib-rs v0.6.2
20772026-05-13T20:30:48.499Z Compiling psl-types v2.0.11
20782026-05-13T20:30:48.532Z Compiling fallible-iterator v0.2.0
20792026-05-13T20:30:48.582Z Compiling sec1 v0.7.3
20802026-05-13T20:30:48.612Z Compiling group v0.13.0
20812026-05-13T20:30:48.616Z Compiling num-iter v0.1.45
20822026-05-13T20:30:48.662Z Compiling publicsuffix v2.3.0
20832026-05-13T20:30:48.852Z Compiling postgres-protocol v0.6.10
20842026-05-13T20:30:48.876Z Compiling newtype-uuid v1.3.2
20852026-05-13T20:30:48.891Z Compiling rand v0.8.6
20862026-05-13T20:30:49.162Z Compiling oxnet v0.1.4
20872026-05-13T20:30:49.361Z Compiling derive_builder v0.20.2
20882026-05-13T20:30:49.458Z Compiling hyper-tls v0.6.0
20892026-05-13T20:30:49.520Z Compiling phf_shared v0.13.1
20902026-05-13T20:30:49.538Z Compiling pin-project v1.1.11
20912026-05-13T20:30:49.591Z Compiling lazy_static v1.5.0
20922026-05-13T20:30:49.733Z Compiling terminal_size v0.4.3
20932026-05-13T20:30:49.752Z Compiling serde_with_macros v3.17.0
20942026-05-13T20:30:49.769Z Compiling futures-executor v0.3.32
20952026-05-13T20:30:49.772Z Compiling cargo-platform v0.1.9
20962026-05-13T20:30:49.798Z Compiling hex v0.4.3
20972026-05-13T20:30:50.039Z Compiling hkdf v0.12.4
20982026-05-13T20:30:50.091Z Compiling crypto-bigint v0.5.5
20992026-05-13T20:30:50.121Z Compiling async-recursion v1.1.1
21002026-05-13T20:30:50.195Z Compiling clap_derive v4.5.55
21012026-05-13T20:30:50.211Z Compiling serde_repr v0.1.20
21022026-05-13T20:30:50.389Z Compiling enum-as-inner v0.6.1
21032026-05-13T20:30:50.522Z Compiling flate2 v1.1.9
21042026-05-13T20:30:50.754Z Compiling vergen v9.0.6
21052026-05-13T20:30:50.786Z Compiling encoding_rs v0.8.35
21062026-05-13T20:30:50.807Z Compiling managed v0.8.0
21072026-05-13T20:30:50.898Z Compiling bitflags v1.3.2
21082026-05-13T20:30:50.915Z Compiling clap_lex v1.0.0
21092026-05-13T20:30:50.939Z Compiling foldhash v0.1.5
21102026-05-13T20:30:50.954Z Compiling same-file v1.0.6
21112026-05-13T20:30:50.987Z Compiling bumpalo v3.20.2
21122026-05-13T20:30:51.116Z Compiling foldhash v0.2.0
21132026-05-13T20:30:51.167Z Compiling mime v0.3.17
21142026-05-13T20:30:51.167Z Compiling libbz2-rs-sys v0.2.2
21152026-05-13T20:30:51.247Z Compiling zopfli v0.8.3
21162026-05-13T20:30:51.403Z Compiling hashbrown v0.16.1
21172026-05-13T20:30:51.458Z Compiling clap_builder v4.5.60
21182026-05-13T20:30:51.580Z Compiling walkdir v2.5.0
21192026-05-13T20:30:51.795Z Compiling bzip2 v0.6.1
21202026-05-13T20:30:51.800Z Compiling hashbrown v0.15.5
21212026-05-13T20:30:51.913Z Compiling elliptic-curve v0.13.8
21222026-05-13T20:30:52.037Z Compiling zstd v0.13.3
21232026-05-13T20:30:52.055Z Compiling cargo_metadata v0.19.2
21242026-05-13T20:30:52.131Z Compiling futures v0.3.32
21252026-05-13T20:30:52.331Z Compiling phf v0.13.1
21262026-05-13T20:30:52.421Z Compiling snafu v0.8.9
21272026-05-13T20:30:52.492Z Compiling signal-hook-mio v0.2.5
21282026-05-13T20:30:52.611Z Compiling daft v0.1.5
21292026-05-13T20:30:52.627Z Compiling postgres-types v0.2.12
21302026-05-13T20:30:52.773Z Compiling cookie_store v0.22.1
21312026-05-13T20:30:52.843Z Compiling bzip2 v0.4.4
21322026-05-13T20:30:52.908Z Compiling globset v0.4.18
21332026-05-13T20:30:53.058Z Compiling strum v0.27.2
21342026-05-13T20:30:53.204Z Compiling hubpack v0.1.2
21352026-05-13T20:30:53.321Z Compiling ed25519 v2.2.3
21362026-05-13T20:30:53.337Z Compiling phf_shared v0.11.3
21372026-05-13T20:30:53.439Z Compiling crossbeam-epoch v0.9.18
21382026-05-13T20:30:53.482Z Compiling olpc-cjson v0.1.4
21392026-05-13T20:30:53.499Z Compiling pkcs1 v0.7.5
21402026-05-13T20:30:53.575Z Compiling pem v3.0.6
21412026-05-13T20:30:53.725Z Compiling serde_plain v1.0.2
21422026-05-13T20:30:53.741Z Compiling serde-big-array v0.5.1
21432026-05-13T20:30:53.794Z Compiling rfc6979 v0.4.0
21442026-05-13T20:30:53.875Z Compiling float-cmp v0.10.0
21452026-05-13T20:30:53.891Z Compiling memmap2 v0.9.10
21462026-05-13T20:30:53.911Z Compiling env_filter v1.0.0
21472026-05-13T20:30:53.944Z Compiling difflib v0.4.0
21482026-05-13T20:30:53.944Z Compiling predicates-core v1.0.10
21492026-05-13T20:30:53.996Z Compiling whoami v2.1.0
21502026-05-13T20:30:54.042Z Compiling data-encoding v2.10.0
21512026-05-13T20:30:54.119Z Compiling typed-path v0.9.3
21522026-05-13T20:30:54.135Z Compiling keccak v0.1.6
21532026-05-13T20:30:54.135Z Compiling new_debug_unreachable v1.0.6
21542026-05-13T20:30:54.188Z Compiling normalize-line-endings v0.3.0
21552026-05-13T20:30:54.203Z Compiling static_assertions v1.1.0
21562026-05-13T20:30:54.229Z Compiling jiff v0.2.21
21572026-05-13T20:30:54.309Z Compiling precomputed-hash v0.1.1
21582026-05-13T20:30:54.344Z Compiling fixedbitset v0.5.7
21592026-05-13T20:30:54.369Z Compiling fixedbitset v0.4.2
21602026-05-13T20:30:54.426Z Compiling toml_write v0.1.2
21612026-05-13T20:30:54.581Z Compiling rustc-hash v2.1.1
21622026-05-13T20:30:54.603Z Compiling toml_edit v0.22.27
21632026-05-13T20:30:54.632Z Compiling petgraph v0.8.3
21642026-05-13T20:30:54.648Z Compiling petgraph v0.6.5
21652026-05-13T20:30:54.652Z Compiling string_cache v0.8.9
21662026-05-13T20:30:54.729Z Compiling iddqd v0.3.18
21672026-05-13T20:30:54.783Z Compiling hickory-proto v0.25.2
21682026-05-13T20:30:54.887Z Compiling sha3 v0.10.8
21692026-05-13T20:30:54.903Z Compiling predicates v3.1.4
21702026-05-13T20:30:55.167Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21712026-05-13T20:30:55.259Z Compiling tokio-postgres v0.7.16
21722026-05-13T20:30:55.489Z Compiling env_logger v0.11.9
21732026-05-13T20:30:55.820Z Compiling usdt v0.6.0
21742026-05-13T20:30:55.852Z Compiling ecdsa v0.16.9
21752026-05-13T20:30:56.089Z Compiling rsa v0.9.10
21762026-05-13T20:30:56.130Z Compiling ed25519-dalek v2.2.0
21772026-05-13T20:30:56.742Z Compiling crossterm v0.28.1
21782026-05-13T20:30:56.926Z Compiling zip v4.6.1
21792026-05-13T20:30:56.953Z Compiling zip v0.6.6
21802026-05-13T20:30:57.355Z Compiling clap v4.5.60
21812026-05-13T20:30:57.815Z Compiling serde_with v3.17.0
21822026-05-13T20:30:57.818Z Compiling similar v2.7.0
21832026-05-13T20:30:57.818Z Compiling strum v0.26.3
21842026-05-13T20:30:57.863Z Compiling toml v0.7.8
21852026-05-13T20:30:57.935Z Compiling itertools v0.13.0
21862026-05-13T20:30:57.954Z Compiling tokio-stream v0.1.18
21872026-05-13T20:30:57.991Z Compiling buf-list v1.1.2
21882026-05-13T20:30:58.269Z Compiling x509-cert v0.2.5
21892026-05-13T20:30:58.446Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21902026-05-13T20:30:58.580Z Compiling openapiv3 v2.2.0
21912026-05-13T20:30:58.605Z Compiling sha1 v0.10.6
21922026-05-13T20:30:58.988Z Compiling peg-runtime v0.8.5
21932026-05-13T20:30:59.076Z Compiling lalrpop-util v0.19.12
21942026-05-13T20:31:13.526Z Compiling rustls-webpki v0.103.9
21952026-05-13T20:31:15.182Z Compiling macaddr v1.0.1
21962026-05-13T20:31:15.216Z Compiling structmeta-derive v0.3.0
21972026-05-13T20:31:15.248Z Compiling crucible-workspace-hack v0.1.0
21982026-05-13T20:31:15.303Z Compiling rayon-core v1.13.0
21992026-05-13T20:31:15.476Z Compiling itertools v0.14.0
22002026-05-13T20:31:15.489Z Compiling secrecy v0.10.3
22012026-05-13T20:31:15.541Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22022026-05-13T20:31:15.675Z Compiling rustls v0.22.4
22032026-05-13T20:31:15.716Z Compiling heapless v0.8.0
22042026-05-13T20:31:15.973Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22052026-05-13T20:31:15.999Z Compiling crossbeam-deque v0.8.6
22062026-05-13T20:31:16.017Z Compiling toml_edit v0.23.10+spec-1.0.0
22072026-05-13T20:31:16.141Z Compiling rustls-webpki v0.102.8
22082026-05-13T20:31:16.166Z Compiling hash32 v0.3.1
22092026-05-13T20:31:16.204Z Compiling structmeta v0.3.0
22102026-05-13T20:31:16.276Z Compiling multer v3.1.0
22112026-05-13T20:31:16.289Z Compiling thread_local v1.1.9
22122026-05-13T20:31:16.359Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22132026-05-13T20:31:16.440Z Compiling slog-async v2.8.0
22142026-05-13T20:31:16.473Z Compiling match_cfg v0.1.0
22152026-05-13T20:31:16.500Z Compiling unicode-width v0.2.0
22162026-05-13T20:31:16.563Z Compiling smoltcp v0.11.0
22172026-05-13T20:31:16.600Z Compiling compression-core v0.4.31
22182026-05-13T20:31:16.686Z Compiling proc-macro-crate v3.4.0
22192026-05-13T20:31:16.705Z Compiling hostname v0.3.1
22202026-05-13T20:31:16.758Z Compiling ingot-macros v0.1.1
22212026-05-13T20:31:16.780Z Compiling compression-codecs v0.4.37
22222026-05-13T20:31:16.829Z Compiling derive-ex v0.1.8
22232026-05-13T20:31:16.927Z Compiling slog-json v2.6.1
22242026-05-13T20:31:16.978Z Compiling crossbeam-channel v0.5.15
22252026-05-13T20:31:17.134Z Compiling newtype-uuid-macros v0.1.0
22262026-05-13T20:31:17.171Z Compiling half v2.7.1
22272026-05-13T20:31:17.207Z Compiling cobs v0.3.0
22282026-05-13T20:31:17.365Z Compiling tokio-rustls v0.26.4
22292026-05-13T20:31:17.504Z Compiling rustls-platform-verifier v0.6.2
22302026-05-13T20:31:17.534Z Compiling thiserror-impl-no-std v2.0.2
22312026-05-13T20:31:17.650Z Compiling hyper-rustls v0.27.7
22322026-05-13T20:31:17.679Z Compiling universal-hash v0.5.1
22332026-05-13T20:31:17.733Z Compiling async-stream-impl v0.3.6
22342026-05-13T20:31:17.846Z Compiling toml_datetime v1.0.0+spec-1.1.0
22352026-05-13T20:31:17.860Z Compiling serde_spanned v1.0.4
22362026-05-13T20:31:17.984Z Compiling reqwest v0.12.28
22372026-05-13T20:31:18.001Z Compiling reqwest v0.13.2
22382026-05-13T20:31:18.040Z Compiling is-terminal v0.4.17
22392026-05-13T20:31:18.159Z Compiling dropshot v0.17.0
22402026-05-13T20:31:18.287Z Compiling proc-macro-error-attr v1.0.4
22412026-05-13T20:31:18.308Z Compiling opaque-debug v0.3.1
22422026-05-13T20:31:18.363Z Compiling convert_case v0.4.0
22432026-05-13T20:31:18.382Z Compiling toml_writer v1.0.6+spec-1.1.0
22442026-05-13T20:31:18.398Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22452026-05-13T20:31:18.414Z Compiling term v1.2.1
22462026-05-13T20:31:18.517Z Compiling take_mut v0.2.2
22472026-05-13T20:31:18.585Z Compiling ciborium-io v0.2.2
22482026-05-13T20:31:18.659Z Compiling thiserror-no-std v2.0.2
22492026-05-13T20:31:18.677Z Compiling ciborium-ll v0.2.2
22502026-05-13T20:31:18.698Z Compiling derive_more v0.99.20
22512026-05-13T20:31:18.714Z Compiling tokio-rustls v0.25.0
22522026-05-13T20:31:18.717Z Compiling toml v1.0.6+spec-1.1.0
22532026-05-13T20:31:18.777Z Compiling slog-term v2.9.2
22542026-05-13T20:31:19.023Z Compiling poly1305 v0.8.0
22552026-05-13T20:31:19.042Z Compiling test-strategy v0.4.5
22562026-05-13T20:31:19.059Z Compiling async-stream v0.3.6
22572026-05-13T20:31:19.274Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22582026-05-13T20:31:19.359Z Compiling ingot-types v0.1.2
22592026-05-13T20:31:19.656Z Compiling tough v0.22.0
22602026-05-13T20:31:19.819Z Compiling ingot v0.1.1
22612026-05-13T20:31:19.879Z Compiling postcard v1.1.3
22622026-05-13T20:31:20.040Z Compiling num_enum_derive v0.7.5
22632026-05-13T20:31:20.223Z Compiling slog-bunyan v2.5.0
22642026-05-13T20:31:20.272Z Compiling async-compression v0.4.41
22652026-05-13T20:31:20.428Z Compiling parse-display-derive v0.10.0
22662026-05-13T20:31:20.755Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22672026-05-13T20:31:20.838Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22682026-05-13T20:31:20.980Z Compiling proc-macro-crate v1.3.1
22692026-05-13T20:31:21.091Z Compiling backon v1.6.0
22702026-05-13T20:31:21.186Z Compiling waitgroup v0.1.2
22712026-05-13T20:31:21.265Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22722026-05-13T20:31:21.308Z Compiling password-hash v0.5.0
22732026-05-13T20:31:21.364Z Compiling chacha20 v0.9.1
22742026-05-13T20:31:21.384Z Compiling dropshot_endpoint v0.17.0
22752026-05-13T20:31:21.387Z Compiling rustls-pemfile v2.2.0
22762026-05-13T20:31:21.511Z Compiling blake2 v0.10.6
22772026-05-13T20:31:21.645Z Compiling aead v0.5.2
22782026-05-13T20:31:21.712Z Compiling foreign-types-macros v0.2.3
22792026-05-13T20:31:21.921Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22802026-05-13T20:31:22.038Z Compiling serde_path_to_error v0.1.20
22812026-05-13T20:31:22.043Z Compiling hostname v0.4.2
22822026-05-13T20:31:22.081Z Compiling proc-macro-error v1.0.4
22832026-05-13T20:31:22.246Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22842026-05-13T20:31:22.290Z Compiling instant v0.1.13
22852026-05-13T20:31:22.307Z Compiling debug-ignore v1.0.5
22862026-05-13T20:31:22.332Z Compiling typeid v1.0.3
22872026-05-13T20:31:22.373Z Compiling foreign-types-shared v0.3.1
22882026-05-13T20:31:22.382Z Compiling cpufeatures v0.3.0
22892026-05-13T20:31:22.398Z Compiling backoff v0.4.0
22902026-05-13T20:31:22.438Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22912026-05-13T20:31:22.487Z Compiling foreign-types v0.5.0
22922026-05-13T20:31:22.491Z Compiling chacha20 v0.10.0
22932026-05-13T20:31:22.527Z Compiling parse-display v0.10.0
22942026-05-13T20:31:22.547Z Compiling chacha20poly1305 v0.10.1
22952026-05-13T20:31:22.556Z Compiling argon2 v0.5.3
22962026-05-13T20:31:22.609Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22972026-05-13T20:31:22.643Z Compiling num_enum_derive v0.5.11
22982026-05-13T20:31:22.686Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22992026-05-13T20:31:22.715Z Compiling num_enum v0.7.5
23002026-05-13T20:31:22.846Z Compiling ciborium v0.2.2
23012026-05-13T20:31:22.866Z Compiling vsss-rs v3.3.4
23022026-05-13T20:31:23.243Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23032026-05-13T20:31:23.305Z Compiling tabwriter v1.4.1
23042026-05-13T20:31:23.410Z Compiling regress v0.10.5
23052026-05-13T20:31:23.574Z Compiling byte-wrapper v0.1.0
23062026-05-13T20:31:23.577Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23072026-05-13T20:31:23.611Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23082026-05-13T20:31:23.685Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23092026-05-13T20:31:23.701Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23102026-05-13T20:31:23.874Z Compiling cstr-argument v0.1.2
23112026-05-13T20:31:23.960Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23122026-05-13T20:31:24.032Z Compiling erased-serde v0.4.9
23132026-05-13T20:31:24.064Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23142026-05-13T20:31:24.146Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23152026-05-13T20:31:24.165Z Compiling num_enum v0.5.11
23162026-05-13T20:31:24.204Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23172026-05-13T20:31:24.302Z Compiling rand v0.10.0
23182026-05-13T20:31:24.355Z Compiling rayon v1.11.0
23192026-05-13T20:31:24.398Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23202026-05-13T20:31:24.460Z Compiling libefi-sys v0.1.0
23212026-05-13T20:31:24.475Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23222026-05-13T20:31:24.490Z Compiling indent_write v2.2.0
23232026-05-13T20:31:24.512Z Compiling colored v3.1.1
23242026-05-13T20:31:24.533Z Compiling zone_cfg_derive v0.3.1
23252026-05-13T20:31:24.593Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23262026-05-13T20:31:24.720Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23272026-05-13T20:31:24.784Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23282026-05-13T20:31:25.022Z Compiling camino-tempfile v1.4.1
23292026-05-13T20:31:25.043Z Compiling itertools v0.12.1
23302026-05-13T20:31:25.096Z Compiling usdt-macro v0.5.0
23312026-05-13T20:31:25.172Z Compiling usdt-attr-macro v0.5.0
23322026-05-13T20:31:25.202Z Compiling num-derive v0.4.2
23332026-05-13T20:31:25.266Z Compiling bitfield-struct v0.6.2
23342026-05-13T20:31:25.281Z Compiling blake3 v1.8.3
23352026-05-13T20:31:25.440Z Compiling ordered-float v2.10.1
23362026-05-13T20:31:25.652Z Compiling sigpipe v0.1.3
23372026-05-13T20:31:25.735Z Compiling memmap v0.7.0
23382026-05-13T20:31:25.773Z Compiling swrite v0.1.0
23392026-05-13T20:31:25.806Z Compiling glob v0.3.3
23402026-05-13T20:31:25.907Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23412026-05-13T20:31:25.918Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23422026-05-13T20:31:25.935Z Compiling usdt v0.5.0
23432026-05-13T20:31:25.991Z Compiling serde-value v0.7.0
23442026-05-13T20:31:26.101Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23452026-05-13T20:31:26.141Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23462026-05-13T20:31:26.573Z Compiling zone v0.3.1
23472026-05-13T20:31:26.588Z Compiling serde-untagged v0.1.9
23482026-05-13T20:31:26.614Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23492026-05-13T20:31:26.764Z Compiling toml v0.8.23
23502026-05-13T20:31:26.780Z Compiling smf v0.2.3
23512026-05-13T20:31:26.821Z Compiling filetime v0.2.27
23522026-05-13T20:31:26.858Z Compiling whoami v1.6.1
23532026-05-13T20:31:26.915Z Compiling unicode-xid v0.2.6
23542026-05-13T20:31:26.970Z Compiling arrayvec v0.7.6
23552026-05-13T20:31:26.988Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23562026-05-13T20:31:27.053Z Compiling xattr v1.6.1
23572026-05-13T20:31:27.084Z Compiling constant_time_eq v0.4.2
23582026-05-13T20:31:27.104Z Compiling arrayref v0.3.9
23592026-05-13T20:31:27.187Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23602026-05-13T20:31:27.197Z Compiling tar v0.4.45
23612026-05-13T20:31:27.234Z Compiling cargo-util-schemas v0.8.2
23622026-05-13T20:31:27.305Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23632026-05-13T20:31:27.335Z Compiling tokio-dtrace v0.1.1
23642026-05-13T20:31:27.577Z Compiling console v0.16.2
23652026-05-13T20:31:27.674Z Compiling gethostname v0.5.0
23662026-05-13T20:31:27.832Z Compiling cargo-platform v0.2.0
23672026-05-13T20:31:27.886Z Compiling unit-prefix v0.5.2
23682026-05-13T20:31:27.935Z Compiling topological-sort v0.2.2
23692026-05-13T20:31:28.068Z Compiling indicatif v0.18.4
23702026-05-13T20:31:28.132Z Compiling oxide-tokio-rt v0.1.4
23712026-05-13T20:31:28.144Z Compiling shell-words v1.1.1
23722026-05-13T20:31:28.160Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23732026-05-13T20:31:28.367Z Compiling cargo_metadata v0.21.0
23742026-05-13T20:31:37.601Z Compiling progenitor-client v0.10.0
23752026-05-13T20:31:37.601Z Compiling omicron-zone-package v0.12.2
23762026-05-13T20:31:37.617Z Compiling progenitor-client v0.14.0
23772026-05-13T20:31:38.136Z Compiling progenitor-extras v0.2.0
23782026-05-13T20:31:40.393Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23792026-05-13T20:31:40.412Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23802026-05-13T20:31:40.431Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23812026-05-13T20:31:40.516Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23822026-05-13T20:31:40.597Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23832026-05-13T20:31:40.626Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23842026-05-13T20:31:40.644Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23852026-05-13T20:31:40.709Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23862026-05-13T20:31:40.729Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23872026-05-13T20:31:44.706Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23882026-05-13T20:31:52.169Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23892026-05-13T20:31:55.239Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23902026-05-13T20:31:56.194Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23912026-05-13T20:32:05.475Z Finished `release` profile [optimized] target(s) in 1m 42s
23922026-05-13T20:32:05.627Z Running `target/release/omicron-package -t test target create -p dev`
23932026-05-13T20:32:05.689ZLogging to: /work/oxidecomputer/omicron/out/LOG
23942026-05-13T20:32:05.692ZCreated new build target 'test' and set it as active
23952026-05-13T20:32:05.692Z
23962026-05-13T20:32:05.692Zreal 1:43.001255684
23972026-05-13T20:32:05.692Zuser 16:53.567176748
23982026-05-13T20:32:05.692Zsys 2:38.191015484
23992026-05-13T20:32:05.692Ztrap 0.467035358
24002026-05-13T20:32:05.692Ztflt 2.931857859
24012026-05-13T20:32:05.692Zdflt 4.622918278
24022026-05-13T20:32:05.692Zkflt 0.000424050
24032026-05-13T20:32:05.692Zlock 52:29.846932860
24042026-05-13T20:32:05.692Zslp 43:02.252002613
24052026-05-13T20:32:05.692Zlat 43.440035196
24062026-05-13T20:32:05.692Zstop 5:31.212004332
24072026-05-13T20:32:05.695Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24082026-05-13T20:32:06.580Z Finished `release` profile [optimized] target(s) in 0.87s
24092026-05-13T20:32:06.653Z Running `target/release/omicron-package -t test package`
24102026-05-13T20:32:06.710ZLogging to: /work/oxidecomputer/omicron/out/LOG
24112026-05-13T20:32:08.100Z Compiling heck v0.5.0
24122026-05-13T20:32:08.100Z Compiling regress v0.11.1
24132026-05-13T20:32:08.103Z Compiling unsafe-libyaml v0.2.11
24142026-05-13T20:32:08.358Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24152026-05-13T20:32:08.381Z Compiling regress v0.10.5
24162026-05-13T20:32:08.405Z Compiling unicode-width v0.1.14
24172026-05-13T20:32:08.424Z Compiling is-terminal v0.4.17
24182026-05-13T20:32:08.443Z Compiling prettyplease v0.2.37
24192026-05-13T20:32:08.446Z Compiling bytecount v0.6.9
24202026-05-13T20:32:08.446Z Compiling rustls v0.22.4
24212026-05-13T20:32:08.446Z Compiling rustls-webpki v0.102.8
24222026-05-13T20:32:08.446Z Compiling derive-where v1.6.0
24232026-05-13T20:32:08.446Z Compiling thread_local v1.1.9
24242026-05-13T20:32:08.461Z Compiling compression-core v0.4.31
24252026-05-13T20:32:08.481Z Compiling match_cfg v0.1.0
24262026-05-13T20:32:08.588Z Compiling multer v3.1.0
24272026-05-13T20:32:08.590Z Compiling slog-async v2.8.0
24282026-05-13T20:32:08.651Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24292026-05-13T20:32:08.674Z Compiling hostname v0.3.1
24302026-05-13T20:32:08.674Z Compiling crossbeam-channel v0.5.15
24312026-05-13T20:32:08.716Z Compiling compression-codecs v0.4.37
24322026-05-13T20:32:08.741Z Compiling slog-json v2.6.1
24332026-05-13T20:32:08.744Z Compiling toml_datetime v1.0.0+spec-1.1.0
24342026-05-13T20:32:08.783Z Compiling serde_yaml v0.9.34+deprecated
24352026-05-13T20:32:08.803Z Compiling serde_spanned v1.0.4
24362026-05-13T20:32:08.826Z Compiling toml_writer v1.0.6+spec-1.1.0
24372026-05-13T20:32:08.922Z Compiling term v1.2.1
24382026-05-13T20:32:08.944Z Compiling take_mut v0.2.2
24392026-05-13T20:32:08.989Z Compiling slog-bunyan v2.5.0
24402026-05-13T20:32:08.992Z Compiling async-compression v0.4.41
24412026-05-13T20:32:09.091Z Compiling toml v1.0.6+spec-1.1.0
24422026-05-13T20:32:09.176Z Compiling dropshot v0.17.0
24432026-05-13T20:32:09.207Z Compiling slog-term v2.9.2
24442026-05-13T20:32:09.229Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24452026-05-13T20:32:09.251Z Compiling async-stream v0.3.6
24462026-05-13T20:32:09.342Z Compiling num-rational v0.4.2
24472026-05-13T20:32:09.399Z Compiling progenitor-client v0.14.0
24482026-05-13T20:32:09.440Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24492026-05-13T20:32:09.462Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24502026-05-13T20:32:09.488Z Compiling waitgroup v0.1.2
24512026-05-13T20:32:09.539Z Compiling backon v1.6.0
24522026-05-13T20:32:09.650Z Compiling rustls-pemfile v2.2.0
24532026-05-13T20:32:09.677Z Compiling num-complex v0.4.6
24542026-05-13T20:32:09.704Z Compiling serde_path_to_error v0.1.20
24552026-05-13T20:32:09.728Z Compiling hostname v0.4.2
24562026-05-13T20:32:09.749Z Compiling instant v0.1.13
24572026-05-13T20:32:09.752Z Compiling debug-ignore v1.0.5
24582026-05-13T20:32:09.795Z Compiling progenitor-extras v0.2.0
24592026-05-13T20:32:09.866Z Compiling typify-impl v0.6.2
24602026-05-13T20:32:09.892Z Compiling backoff v0.4.0
24612026-05-13T20:32:09.892Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24622026-05-13T20:32:09.934Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24632026-05-13T20:32:10.074Z Compiling num v0.4.3
24642026-05-13T20:32:10.114Z Compiling parse-display v0.10.0
24652026-05-13T20:32:10.136Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24662026-05-13T20:32:10.159Z Compiling progenitor-client v0.13.0
24672026-05-13T20:32:10.194Z Compiling progenitor-client v0.10.0
24682026-05-13T20:32:10.227Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24692026-05-13T20:32:10.250Z Compiling macaddr v1.0.1
24702026-05-13T20:32:10.360Z Compiling float-ord v0.3.2
24712026-05-13T20:32:10.383Z Compiling console v0.15.11
24722026-05-13T20:32:10.500Z Compiling newline-converter v0.3.0
24732026-05-13T20:32:10.523Z Compiling atomicwrites v0.4.4
24742026-05-13T20:32:10.523Z Compiling slog-dtrace v0.3.0
24752026-05-13T20:32:10.688Z Compiling cancel-safe-futures v0.1.5
24762026-05-13T20:32:10.758Z Compiling owo-colors v4.3.0
24772026-05-13T20:32:10.781Z Compiling tokio-rustls v0.25.0
24782026-05-13T20:32:10.834Z Compiling expectorate v1.2.0
24792026-05-13T20:32:10.922Z Compiling libsw-core v0.3.2
24802026-05-13T20:32:10.968Z Compiling resolv-conf v0.7.6
24812026-05-13T20:32:11.059Z Compiling toml v0.8.23
24822026-05-13T20:32:11.084Z Compiling libsw v3.5.0
24832026-05-13T20:32:11.131Z Compiling linear-map v1.2.0
24842026-05-13T20:32:11.333Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24852026-05-13T20:32:11.448Z Compiling linked-hash-map v0.5.6
24862026-05-13T20:32:11.476Z Compiling minimal-lexical v0.2.1
24872026-05-13T20:32:11.647Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24882026-05-13T20:32:11.697Z Compiling nom v7.1.3
24892026-05-13T20:32:11.718Z Compiling lru-cache v0.1.2
24902026-05-13T20:32:11.752Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24912026-05-13T20:32:11.774Z Compiling unicode-xid v0.2.6
24922026-05-13T20:32:11.778Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24932026-05-13T20:32:11.905Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24942026-05-13T20:32:11.908Z Compiling hickory-proto v0.24.4
24952026-05-13T20:32:11.948Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24962026-05-13T20:32:11.952Z Compiling convert_case v0.10.0
24972026-05-13T20:32:12.191Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24982026-05-13T20:32:12.277Z Compiling derive_more-impl v2.1.1
24992026-05-13T20:32:12.710Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25002026-05-13T20:32:13.078Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25012026-05-13T20:32:13.099Z Compiling derive_more v2.1.1
25022026-05-13T20:32:13.181Z Compiling papergrid v0.11.0
25032026-05-13T20:32:13.217Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25042026-05-13T20:32:13.250Z Compiling tabled_derive v0.7.0
25052026-05-13T20:32:13.396Z Compiling typify-macro v0.6.2
25062026-05-13T20:32:13.476Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25072026-05-13T20:32:13.721Z Compiling termtree v0.5.1
25082026-05-13T20:32:13.922Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25092026-05-13T20:32:14.153Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25102026-05-13T20:32:14.385Z Compiling hickory-resolver v0.24.4
25112026-05-13T20:32:14.574Z Compiling tabled v0.15.0
25122026-05-13T20:32:14.699Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25132026-05-13T20:32:14.947Z Compiling typify v0.6.2
25142026-05-13T20:32:15.094Z Compiling progenitor-impl v0.14.0
25152026-05-13T20:32:15.660Z Compiling progenitor-impl v0.13.0
25162026-05-13T20:32:17.255Z Compiling progenitor-macro v0.14.0
25172026-05-13T20:32:17.635Z Compiling qorb v0.4.1
25182026-05-13T20:32:17.839Z Compiling progenitor-macro v0.13.0
25192026-05-13T20:32:18.934Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25202026-05-13T20:32:19.387Z Compiling crossterm v0.29.0
25212026-05-13T20:32:20.032Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25222026-05-13T20:32:20.197Z Compiling phf_shared v0.12.1
25232026-05-13T20:32:20.494Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25242026-05-13T20:32:20.494Z Compiling csv-core v0.1.13
25252026-05-13T20:32:20.964Z Compiling vte v0.14.1
25262026-05-13T20:32:21.057Z Compiling chrono-tz v0.10.4
25272026-05-13T20:32:21.083Z Compiling highway v1.3.0
25282026-05-13T20:32:21.276Z Compiling strip-ansi-escapes v0.2.1
25292026-05-13T20:32:21.299Z Compiling progenitor v0.14.0
25302026-05-13T20:32:21.348Z Compiling csv v1.4.0
25312026-05-13T20:32:21.501Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25322026-05-13T20:32:21.757Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25332026-05-13T20:32:21.857Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25342026-05-13T20:32:21.879Z Compiling phf v0.12.1
25352026-05-13T20:32:21.882Z Compiling progenitor v0.13.0
25362026-05-13T20:32:22.077Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25372026-05-13T20:32:22.113Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25382026-05-13T20:32:22.346Z Compiling const_format_proc_macros v0.2.34
25392026-05-13T20:32:22.382Z Compiling fd-lock v4.0.4
25402026-05-13T20:32:22.445Z Compiling peg-macros v0.8.5
25412026-05-13T20:32:22.598Z Compiling nu-ansi-term v0.50.3
25422026-05-13T20:32:22.937Z Compiling reedline v0.40.0
25432026-05-13T20:32:23.130Z Compiling const_format v0.2.35
25442026-05-13T20:32:23.627Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25452026-05-13T20:32:23.699Z Compiling peg v0.8.5
25462026-05-13T20:32:23.812Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25472026-05-13T20:32:24.568Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25482026-05-13T20:32:24.868Z Compiling bcs v0.1.6
25492026-05-13T20:32:24.892Z Compiling semver v0.1.20
25502026-05-13T20:32:25.189Z Compiling rustc_version v0.1.7
25512026-05-13T20:32:25.365Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25522026-05-13T20:32:25.420Z Compiling newtype_derive v0.1.6
25532026-05-13T20:32:25.622Z Compiling humantime v2.3.0
25542026-05-13T20:32:25.650Z Compiling smawk v0.3.2
25552026-05-13T20:32:25.839Z Compiling unicode-linebreak v0.1.5
25562026-05-13T20:32:26.038Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25572026-05-13T20:32:26.088Z Compiling textwrap v0.16.2
25582026-05-13T20:32:26.292Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25592026-05-13T20:32:26.354Z Compiling dropshot-api-manager-types v0.7.1
25602026-05-13T20:32:26.992Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25612026-05-13T20:32:27.258Z Compiling base64 v0.21.7
25622026-05-13T20:32:27.524Z Compiling steno v0.4.1
25632026-05-13T20:32:27.745Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25642026-05-13T20:32:27.805Z Compiling utf-8 v0.7.6
25652026-05-13T20:32:27.828Z Compiling tagptr v0.2.0
25662026-05-13T20:32:27.891Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25672026-05-13T20:32:28.022Z Compiling moka v0.12.13
25682026-05-13T20:32:28.045Z Compiling tungstenite v0.21.0
25692026-05-13T20:32:28.066Z Compiling radium v0.7.0
25702026-05-13T20:32:28.141Z Compiling tap v1.0.1
25712026-05-13T20:32:28.175Z Compiling maybe-uninit v2.0.0
25722026-05-13T20:32:28.289Z Compiling wyz v0.5.1
25732026-05-13T20:32:28.535Z Compiling zerocopy-derive v0.6.6
25742026-05-13T20:32:28.557Z Compiling crc-catalog v2.4.0
25752026-05-13T20:32:28.656Z Compiling tokio-tungstenite v0.21.0
25762026-05-13T20:32:28.682Z Compiling funty v2.0.0
25772026-05-13T20:32:29.042Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25782026-05-13T20:32:29.241Z Compiling hickory-resolver v0.25.2
25792026-05-13T20:32:29.312Z Compiling packed_struct v0.10.1
25802026-05-13T20:32:29.604Z Compiling display-error-chain v0.2.2
25812026-05-13T20:32:29.673Z Compiling zerocopy v0.6.6
25822026-05-13T20:32:29.778Z Compiling bitvec v1.0.1
25832026-05-13T20:32:30.057Z Compiling crc v3.4.0
25842026-05-13T20:32:30.223Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25852026-05-13T20:32:30.283Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25862026-05-13T20:32:30.303Z Compiling num-derive v0.3.3
25872026-05-13T20:32:30.387Z Compiling packed_struct_codegen v0.10.1
25882026-05-13T20:32:31.040Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25892026-05-13T20:32:31.188Z Compiling bitfield-macros v0.19.4
25902026-05-13T20:32:31.381Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25912026-05-13T20:32:31.577Z Compiling proc-macro-error-attr2 v2.0.0
25922026-05-13T20:32:31.886Z Compiling indexmap v1.9.3
25932026-05-13T20:32:32.038Z Compiling nodrop v0.1.14
25942026-05-13T20:32:32.157Z Compiling array-init v0.0.4
25952026-05-13T20:32:32.179Z Compiling proc-macro-error2 v2.0.1
25962026-05-13T20:32:32.461Z Compiling bitfield v0.19.4
25972026-05-13T20:32:32.550Z Compiling libscf-sys v1.1.0
25982026-05-13T20:32:32.727Z Compiling smallvec v0.6.14
25992026-05-13T20:32:32.807Z Compiling typify-impl v0.4.3
26002026-05-13T20:32:32.965Z Compiling hashbrown v0.12.3
26012026-05-13T20:32:32.996Z Compiling serde-hex v0.1.0
26022026-05-13T20:32:33.075Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26032026-05-13T20:32:33.298Z Compiling tabled_derive v0.11.0
26042026-05-13T20:32:33.775Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26052026-05-13T20:32:33.996Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26062026-05-13T20:32:34.017Z Compiling ron v0.8.1
26072026-05-13T20:32:34.087Z Compiling papergrid v0.17.0
26082026-05-13T20:32:34.370Z Compiling testing_table v0.3.0
26092026-05-13T20:32:34.804Z Compiling hashbrown v0.13.2
26102026-05-13T20:32:35.109Z Compiling vergen-gitcl v1.0.8
26112026-05-13T20:32:35.211Z Compiling dirs-sys-next v0.1.2
26122026-05-13T20:32:35.338Z Compiling glob v0.3.3
26132026-05-13T20:32:35.412Z Compiling maplit v1.0.2
26142026-05-13T20:32:35.478Z Compiling crunchy v0.2.4
26152026-05-13T20:32:35.535Z Compiling diesel_derives v2.3.7
26162026-05-13T20:32:35.688Z Compiling crc-any v2.5.0
26172026-05-13T20:32:35.710Z Compiling clang-sys v1.8.1
26182026-05-13T20:32:35.807Z Compiling dirs-next v2.0.0
26192026-05-13T20:32:35.862Z Compiling object v0.30.4
26202026-05-13T20:32:35.963Z Compiling tabled v0.20.0
26212026-05-13T20:32:36.005Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26222026-05-13T20:32:36.103Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26232026-05-13T20:32:36.122Z Compiling dsl_auto_type v0.2.0
26242026-05-13T20:32:36.263Z Compiling typify-macro v0.4.3
26252026-05-13T20:32:36.292Z Compiling scheduled-thread-pool v0.2.7
26262026-05-13T20:32:36.420Z Compiling diesel_table_macro_syntax v0.3.0
26272026-05-13T20:32:36.657Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26282026-05-13T20:32:36.694Z Compiling path-slash v0.1.5
26292026-05-13T20:32:36.715Z Compiling tiny-keccak v2.0.2
26302026-05-13T20:32:36.878Z Compiling xshell-macros v0.2.7
26312026-05-13T20:32:36.969Z Compiling r2d2 v0.8.10
26322026-05-13T20:32:36.996Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26332026-05-13T20:32:37.259Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26342026-05-13T20:32:37.279Z Compiling xshell v0.2.7
26352026-05-13T20:32:37.615Z Compiling term v0.7.0
26362026-05-13T20:32:37.903Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26372026-05-13T20:32:38.114Z Compiling downcast-rs v2.0.2
26382026-05-13T20:32:38.181Z Compiling bit-vec v0.6.3
26392026-05-13T20:32:38.246Z Compiling ascii-canvas v3.0.0
26402026-05-13T20:32:38.313Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26412026-05-13T20:32:38.372Z Compiling bit-set v0.5.3
26422026-05-13T20:32:38.500Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26432026-05-13T20:32:38.610Z Compiling itertools v0.10.5
26442026-05-13T20:32:38.672Z Compiling ena v0.14.4
26452026-05-13T20:32:38.912Z Compiling libloading v0.8.9
26462026-05-13T20:32:39.144Z Compiling crc8 v0.1.1
26472026-05-13T20:32:39.281Z Compiling regex-syntax v0.6.29
26482026-05-13T20:32:39.536Z Compiling unicase v2.9.0
26492026-05-13T20:32:39.732Z Compiling bindgen v0.71.1
26502026-05-13T20:32:39.754Z Compiling diff v0.1.13
26512026-05-13T20:32:40.024Z Compiling typify v0.4.3
26522026-05-13T20:32:40.079Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26532026-05-13T20:32:40.210Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26542026-05-13T20:32:40.644Z Compiling lalrpop v0.19.12
26552026-05-13T20:32:40.817Z Compiling cexpr v0.6.0
26562026-05-13T20:32:41.080Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26572026-05-13T20:32:41.103Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26582026-05-13T20:32:41.177Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26592026-05-13T20:32:41.293Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26602026-05-13T20:32:41.473Z Compiling headers-core v0.3.0
26612026-05-13T20:32:41.592Z Compiling diesel v2.3.7
26622026-05-13T20:32:41.624Z Compiling libxml v0.3.3
26632026-05-13T20:32:41.655Z Compiling headers v0.4.1
26642026-05-13T20:32:41.933Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26652026-05-13T20:32:41.955Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26662026-05-13T20:32:42.183Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26672026-05-13T20:32:42.661Z Compiling strum_macros v0.24.3
26682026-05-13T20:32:42.908Z Compiling indoc v1.0.9
26692026-05-13T20:32:43.134Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26702026-05-13T20:32:43.364Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26712026-05-13T20:32:43.733Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26722026-05-13T20:32:43.775Z Compiling derive_builder v0.20.2
26732026-05-13T20:32:43.923Z Compiling oso-derive v0.27.3
26742026-05-13T20:32:43.943Z Compiling quick-xml v0.37.5
26752026-05-13T20:32:44.289Z Compiling impl-trait-for-tuples v0.2.3
26762026-05-13T20:32:44.425Z Compiling half v1.8.3
26772026-05-13T20:32:44.586Z Compiling openssl-probe v0.1.6
26782026-05-13T20:32:44.868Z Compiling serde_cbor v0.11.2
26792026-05-13T20:32:44.935Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26802026-05-13T20:32:45.182Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26812026-05-13T20:32:45.547Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26822026-05-13T20:32:45.670Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26832026-05-13T20:32:45.692Z Compiling bb8 v0.8.6
26842026-05-13T20:32:45.894Z Compiling trait-variant v0.1.2
26852026-05-13T20:32:45.897Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26862026-05-13T20:32:45.983Z Compiling samael v0.0.19
26872026-05-13T20:32:46.109Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26882026-05-13T20:32:46.210Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26892026-05-13T20:32:46.455Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26902026-05-13T20:32:46.477Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
26912026-05-13T20:32:46.524Z Compiling fxhash v0.2.1
26922026-05-13T20:32:46.578Z Compiling salty v0.3.0
26932026-05-13T20:32:46.745Z Compiling progenitor-impl v0.11.2
26942026-05-13T20:32:46.903Z Compiling progenitor-impl v0.10.0
26952026-05-13T20:32:47.030Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26962026-05-13T20:32:47.314Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26972026-05-13T20:32:47.433Z Compiling kstat-rs v0.2.4
26982026-05-13T20:32:47.607Z Compiling libz-sys v1.1.24
26992026-05-13T20:32:47.805Z Compiling nonempty v0.12.0
27002026-05-13T20:32:47.912Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27012026-05-13T20:32:48.046Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27022026-05-13T20:32:48.104Z Compiling polar-core v0.27.3
27032026-05-13T20:32:48.940Z Compiling progenitor-macro v0.11.2
27042026-05-13T20:32:49.103Z Compiling progenitor-macro v0.10.0
27052026-05-13T20:32:50.480Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27062026-05-13T20:32:51.389Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27072026-05-13T20:32:51.735Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27082026-05-13T20:32:51.976Z Compiling progenitor-client v0.11.2
27092026-05-13T20:32:52.580Z Compiling darling_core v0.23.0
27102026-05-13T20:32:52.713Z Compiling nanorand v0.7.0
27112026-05-13T20:32:52.986Z Compiling arc-swap v1.8.2
27122026-05-13T20:32:53.091Z Compiling fs-err v2.11.0
27132026-05-13T20:32:53.188Z Compiling parking_lot_core v0.8.6
27142026-05-13T20:32:53.494Z Compiling slog-scope v4.4.1
27152026-05-13T20:32:53.513Z Compiling progenitor v0.10.0
27162026-05-13T20:32:53.544Z Compiling mime_guess v2.0.5
27172026-05-13T20:32:53.697Z Compiling flume v0.11.1
27182026-05-13T20:32:53.939Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27192026-05-13T20:32:54.055Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27202026-05-13T20:32:54.097Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27212026-05-13T20:32:54.767Z Compiling darling_macro v0.23.0
27222026-05-13T20:32:55.263Z Compiling progenitor v0.11.2
27232026-05-13T20:32:55.451Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27242026-05-13T20:32:56.775Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27252026-05-13T20:32:57.549Z Compiling oso v0.27.3
27262026-05-13T20:32:57.875Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27272026-05-13T20:32:58.403Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27282026-05-13T20:33:01.210Z Compiling diesel-dtrace v0.5.0
27292026-05-13T20:33:01.541Z Compiling async-bb8-diesel v0.2.1
27302026-05-13T20:33:01.984Z Compiling primeorder v0.13.6
27312026-05-13T20:33:02.291Z Compiling git-stub v1.0.0
27322026-05-13T20:33:02.313Z Compiling libgit2-sys v0.18.3+1.9.2
27332026-05-13T20:33:02.571Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27342026-05-13T20:33:02.732Z Compiling instability v0.3.11
27352026-05-13T20:33:02.989Z Compiling git-stub-vcs v0.1.0
27362026-05-13T20:33:03.351Z Compiling p384 v0.13.1
27372026-05-13T20:33:03.376Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27382026-05-13T20:33:03.419Z Compiling darling v0.23.0
27392026-05-13T20:33:03.572Z Compiling slog-stdlog v4.1.1
27402026-05-13T20:33:04.118Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27412026-05-13T20:33:04.166Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27422026-05-13T20:33:04.410Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27432026-05-13T20:33:04.609Z Compiling ignore v0.4.25
27442026-05-13T20:33:04.658Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27452026-05-13T20:33:05.321Z Compiling castaway v0.2.4
27462026-05-13T20:33:05.475Z Compiling atty v0.2.14
27472026-05-13T20:33:05.496Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27482026-05-13T20:33:05.637Z Compiling parse-size v1.1.0
27492026-05-13T20:33:05.733Z Compiling indoc v2.0.7
27502026-05-13T20:33:05.873Z Compiling http-range v0.1.5
27512026-05-13T20:33:06.043Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27522026-05-13T20:33:06.298Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-05-13T20:33:06.880Z Compiling compact_str v0.8.1
27542026-05-13T20:33:07.148Z Compiling globwalk v0.9.1
27552026-05-13T20:33:07.927Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27562026-05-13T20:33:08.013Z Compiling parking_lot v0.11.2
27572026-05-13T20:33:08.610Z Compiling slog-envlogger v2.2.0
27582026-05-13T20:33:08.939Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27592026-05-13T20:33:09.628Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27602026-05-13T20:33:09.668Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27612026-05-13T20:33:09.714Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27622026-05-13T20:33:09.781Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27632026-05-13T20:33:10.146Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27642026-05-13T20:33:10.517Z Compiling predicates-tree v1.0.13
27652026-05-13T20:33:10.594Z Compiling unicode-truncate v1.1.0
27662026-05-13T20:33:10.670Z Compiling lru v0.12.5
27672026-05-13T20:33:10.678Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27682026-05-13T20:33:10.814Z Compiling rand_seeder v0.4.0
27692026-05-13T20:33:10.848Z Compiling prefix-trie v0.7.0
27702026-05-13T20:33:10.981Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27712026-05-13T20:33:11.072Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27722026-05-13T20:33:11.228Z Compiling vergen-git2 v1.0.7
27732026-05-13T20:33:11.250Z Compiling cassowary v0.3.0
27742026-05-13T20:33:11.359Z Compiling corncobs v0.1.4
27752026-05-13T20:33:11.489Z Compiling hickory-server v0.25.2
27762026-05-13T20:33:11.556Z Compiling ratatui v0.29.0
27772026-05-13T20:33:11.614Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27782026-05-13T20:33:11.670Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27792026-05-13T20:33:11.764Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27802026-05-13T20:33:11.984Z Compiling camino-tempfile-ext v0.3.3
27812026-05-13T20:33:12.006Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27822026-05-13T20:33:12.329Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27832026-05-13T20:33:12.570Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27842026-05-13T20:33:12.701Z Compiling hyper-staticfile v0.10.1
27852026-05-13T20:33:12.840Z Compiling sled v0.34.7
27862026-05-13T20:33:13.404Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27872026-05-13T20:33:13.918Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27882026-05-13T20:33:14.075Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27892026-05-13T20:33:15.823Z Compiling secrecy v0.8.0
27902026-05-13T20:33:15.989Z Compiling rustls v0.21.12
27912026-05-13T20:33:16.015Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27922026-05-13T20:33:16.526Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27932026-05-13T20:33:16.565Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27942026-05-13T20:33:17.201Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27952026-05-13T20:33:17.382Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27962026-05-13T20:33:18.587Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27972026-05-13T20:33:18.611Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27982026-05-13T20:33:19.782Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27992026-05-13T20:33:20.301Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28002026-05-13T20:33:20.458Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28012026-05-13T20:33:21.500Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28022026-05-13T20:33:21.642Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28032026-05-13T20:33:21.664Z Compiling rustls-webpki v0.101.7
28042026-05-13T20:33:21.733Z Compiling sct v0.7.1
28052026-05-13T20:33:21.876Z Compiling nix v0.29.0
28062026-05-13T20:33:22.013Z Compiling dropshot v0.16.7
28072026-05-13T20:33:22.268Z Compiling void v1.0.2
28082026-05-13T20:33:22.390Z Compiling lzss v0.8.2
28092026-05-13T20:33:22.483Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28102026-05-13T20:33:22.684Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28112026-05-13T20:33:22.806Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28122026-05-13T20:33:23.115Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28132026-05-13T20:33:23.654Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28142026-05-13T20:33:23.918Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28152026-05-13T20:33:24.166Z Compiling tungstenite v0.23.0
28162026-05-13T20:33:24.392Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28172026-05-13T20:33:24.924Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28182026-05-13T20:33:25.150Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28192026-05-13T20:33:25.374Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28202026-05-13T20:33:25.604Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28212026-05-13T20:33:25.676Z Compiling toml v0.9.12+spec-1.1.0
28222026-05-13T20:33:25.836Z Compiling nix v0.27.1
28232026-05-13T20:33:26.508Z Compiling dropshot_endpoint v0.16.7
28242026-05-13T20:33:26.533Z Compiling serde_bytes v0.11.19
28252026-05-13T20:33:26.684Z Compiling tokio-tungstenite v0.23.1
28262026-05-13T20:33:26.827Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28272026-05-13T20:33:27.012Z Compiling tokio-rustls v0.24.1
28282026-05-13T20:33:27.063Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28292026-05-13T20:33:27.720Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28302026-05-13T20:33:28.398Z Compiling git2 v0.20.4
28312026-05-13T20:33:29.867Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28322026-05-13T20:33:32.030Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28332026-05-13T20:33:32.165Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28342026-05-13T20:33:32.628Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28352026-05-13T20:33:32.905Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28362026-05-13T20:33:32.991Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28372026-05-13T20:33:33.056Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28382026-05-13T20:33:34.888Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28392026-05-13T20:33:35.683Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28402026-05-13T20:33:35.716Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28412026-05-13T20:33:35.793Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28422026-05-13T20:33:36.649Z Compiling rustls-pemfile v1.0.4
28432026-05-13T20:33:36.801Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28442026-05-13T20:33:37.093Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28452026-05-13T20:33:37.888Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28462026-05-13T20:33:38.510Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28472026-05-13T20:33:39.683Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28482026-05-13T20:33:40.249Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28492026-05-13T20:33:40.525Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28502026-05-13T20:33:40.615Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28512026-05-13T20:33:40.749Z Compiling signal-hook-tokio v0.3.1
28522026-05-13T20:33:40.941Z Compiling twox-hash v2.1.2
28532026-05-13T20:33:41.226Z Compiling yasna v0.5.2
28542026-05-13T20:33:41.455Z Compiling is_ci v1.2.0
28552026-05-13T20:33:41.678Z Compiling supports-color v3.0.2
28562026-05-13T20:33:41.968Z Compiling rcgen v0.12.1
28572026-05-13T20:33:42.472Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28582026-05-13T20:33:42.537Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28592026-05-13T20:33:42.592Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28602026-05-13T20:33:42.755Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28612026-05-13T20:33:42.787Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28622026-05-13T20:33:43.094Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28632026-05-13T20:33:43.504Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28642026-05-13T20:33:44.824Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28652026-05-13T20:33:45.980Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28662026-05-13T20:33:46.222Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28672026-05-13T20:33:46.409Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28682026-05-13T20:33:46.638Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28692026-05-13T20:33:46.870Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28702026-05-13T20:33:46.955Z Compiling fatfs v0.3.6
28712026-05-13T20:33:47.127Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28722026-05-13T20:33:47.688Z Compiling subprocess v0.2.15
28732026-05-13T20:33:48.130Z Compiling rtoolbox v0.0.3
28742026-05-13T20:33:48.354Z Compiling assert_matches v1.5.0
28752026-05-13T20:33:48.420Z Compiling seq-macro v0.3.6
28762026-05-13T20:33:48.476Z Compiling rpassword v7.4.0
28772026-05-13T20:33:48.761Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28782026-05-13T20:33:48.947Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28792026-05-13T20:33:49.937Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28802026-05-13T20:33:49.965Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28812026-05-13T20:33:50.794Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28822026-05-13T20:33:50.937Z Compiling tui-tree-widget v0.23.1
28832026-05-13T20:33:51.209Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28842026-05-13T20:33:51.231Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28852026-05-13T20:33:51.771Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28862026-05-13T20:33:52.210Z Compiling uzers v0.12.2
28872026-05-13T20:33:52.361Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28882026-05-13T20:33:53.673Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28892026-05-13T20:33:54.479Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28902026-05-13T20:33:55.711Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28912026-05-13T20:33:56.970Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28922026-05-13T20:33:58.887Z Compiling support-bundle-viewer v0.1.2
28932026-05-13T20:33:59.189Z Compiling multimap v0.10.1
28942026-05-13T20:34:08.574Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28952026-05-13T20:34:08.669Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28962026-05-13T20:34:10.027Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28972026-05-13T20:34:18.566Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28982026-05-13T20:39:34.370Z Finished `release` profile [optimized] target(s) in 7m 27s
28992026-05-13T20:40:17.678Z
29002026-05-13T20:40:17.681Zreal 8:11.963087380
29012026-05-13T20:40:17.681Zuser 1:17:25.259537166
29022026-05-13T20:40:17.681Zsys 3:26.529941304
29032026-05-13T20:40:17.682Ztrap 1.732031732
29042026-05-13T20:40:17.682Ztflt 2.263355812
29052026-05-13T20:40:17.682Zdflt 17.214476878
29062026-05-13T20:40:17.682Zkflt 0.086852315
29072026-05-13T20:40:17.682Zlock 6:16:14.678137509
29082026-05-13T20:40:17.682Zslp 2:11:11.207569817
29092026-05-13T20:40:17.682Zlat 2:27.138268640
29102026-05-13T20:40:17.682Zstop 5:13.142249707
29112026-05-13T20:40:17.682Z+ mapfile -t packages
29122026-05-13T20:40:17.682Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29132026-05-13T20:40:18.617Z Finished `release` profile [optimized] target(s) in 0.92s
29142026-05-13T20:40:18.693Z Running `target/release/omicron-package -t test list-outputs`
29152026-05-13T20:40:18.747ZLogging to: /work/oxidecomputer/omicron/out/LOG
29162026-05-13T20:40:18.750Z+ ptime -m cargo build --locked --release -p xtask
29172026-05-13T20:40:19.275Z Compiling libc v0.2.185
29182026-05-13T20:40:19.275Z Compiling serde v1.0.228
29192026-05-13T20:40:19.277Z Compiling serde_core v1.0.228
29202026-05-13T20:40:19.381Z Compiling rustix v1.1.3
29212026-05-13T20:40:19.384Z Compiling bitflags v2.11.0
29222026-05-13T20:40:19.386Z Compiling serde_json v1.0.149
29232026-05-13T20:40:19.413Z Compiling num-traits v0.2.19
29242026-05-13T20:40:19.420Z Compiling syn v2.0.117
29252026-05-13T20:40:19.430Z Compiling smallvec v1.15.1
29262026-05-13T20:40:19.449Z Compiling indexmap v2.14.0
29272026-05-13T20:40:19.460Z Compiling usdt-impl v0.5.0
29282026-05-13T20:40:19.471Z Compiling syn v1.0.109
29292026-05-13T20:40:19.481Z Compiling percent-encoding v2.3.2
29302026-05-13T20:40:19.481Z Compiling getrandom v0.4.1
29312026-05-13T20:40:19.654Z Compiling log v0.4.29
29322026-05-13T20:40:19.743Z Compiling form_urlencoded v1.2.2
29332026-05-13T20:40:19.868Z Compiling fs-err v3.3.0
29342026-05-13T20:40:19.871Z Compiling heck v0.4.1
29352026-05-13T20:40:19.902Z Compiling anyhow v1.0.102
29362026-05-13T20:40:19.902Z Compiling once_cell v1.21.3
29372026-05-13T20:40:20.133Z Compiling errno v0.3.14
29382026-05-13T20:40:20.137Z Compiling thread-id v4.2.2
29392026-05-13T20:40:20.137Z Compiling memmap v0.7.0
29402026-05-13T20:40:20.422Z Compiling ordered-float v2.10.1
29412026-05-13T20:40:20.953Z Compiling proc-macro-error v1.0.4
29422026-05-13T20:40:21.125Z Compiling terminal_size v0.4.3
29432026-05-13T20:40:21.125Z Compiling tempfile v3.25.0
29442026-05-13T20:40:21.198Z Compiling tabled_derive v0.7.0
29452026-05-13T20:40:21.221Z Compiling clap_builder v4.5.60
29462026-05-13T20:40:21.221Z Compiling textwrap v0.16.2
29472026-05-13T20:40:21.350Z Compiling camino-tempfile v1.4.1
29482026-05-13T20:40:21.869Z Compiling tabled v0.15.0
29492026-05-13T20:40:21.962Z Compiling synstructure v0.13.2
29502026-05-13T20:40:21.962Z Compiling pest_generator v2.8.6
29512026-05-13T20:40:22.340Z Compiling serde_derive v1.0.228
29522026-05-13T20:40:22.340Z Compiling zerovec-derive v0.11.2
29532026-05-13T20:40:22.343Z Compiling displaydoc v0.2.5
29542026-05-13T20:40:22.343Z Compiling thiserror-impl v1.0.69
29552026-05-13T20:40:22.343Z Compiling zerocopy-derive v0.7.35
29562026-05-13T20:40:22.351Z Compiling scroll_derive v0.12.1
29572026-05-13T20:40:22.353Z Compiling thiserror-impl v2.0.18
29582026-05-13T20:40:22.353Z Compiling clap_derive v4.5.55
29592026-05-13T20:40:22.382Z Compiling zerofrom-derive v0.1.6
29602026-05-13T20:40:22.384Z Compiling yoke-derive v0.8.1
29612026-05-13T20:40:22.481Z Compiling pest_derive v2.8.6
29622026-05-13T20:40:23.077Z Compiling scroll v0.12.0
29632026-05-13T20:40:23.220Z Compiling zerocopy v0.7.35
29642026-05-13T20:40:23.407Z Compiling goblin v0.8.2
29652026-05-13T20:40:23.424Z Compiling zerofrom v0.1.6
29662026-05-13T20:40:23.490Z Compiling thiserror v1.0.69
29672026-05-13T20:40:23.558Z Compiling yoke v0.8.1
29682026-05-13T20:40:23.591Z Compiling thiserror v2.0.18
29692026-05-13T20:40:23.609Z Compiling dtrace-parser v0.2.0
29702026-05-13T20:40:23.767Z Compiling zerovec v0.11.5
29712026-05-13T20:40:23.789Z Compiling zerotrie v0.2.3
29722026-05-13T20:40:23.985Z Compiling clap v4.5.60
29732026-05-13T20:40:24.356Z Compiling tinystr v0.8.2
29742026-05-13T20:40:24.589Z Compiling icu_locale_core v2.1.1
29752026-05-13T20:40:25.258Z Compiling potential_utf v0.1.4
29762026-05-13T20:40:25.488Z Compiling icu_collections v2.1.1
29772026-05-13T20:40:25.572Z Compiling icu_provider v2.1.1
29782026-05-13T20:40:25.765Z Compiling serde_spanned v0.6.9
29792026-05-13T20:40:25.879Z Compiling icu_properties v2.1.2
29802026-05-13T20:40:25.892Z Compiling icu_normalizer v2.1.1
29812026-05-13T20:40:25.941Z Compiling toml_datetime v0.6.11
29822026-05-13T20:40:26.003Z Compiling dof v0.3.0
29832026-05-13T20:40:26.238Z Compiling toml_edit v0.22.27
29842026-05-13T20:40:26.250Z Compiling serde_tokenstream v0.2.3
29852026-05-13T20:40:26.297Z Compiling serde-value v0.7.0
29862026-05-13T20:40:26.332Z Compiling cargo-platform v0.2.0
29872026-05-13T20:40:26.398Z Compiling macaddr v1.0.1
29882026-05-13T20:40:26.801Z Compiling idna_adapter v1.2.1
29892026-05-13T20:40:26.920Z Compiling idna v1.1.0
29902026-05-13T20:40:27.056Z Compiling usdt-macro v0.5.0
29912026-05-13T20:40:27.148Z Compiling usdt-attr-macro v0.5.0
29922026-05-13T20:40:27.320Z Compiling url v2.5.8
29932026-05-13T20:40:27.761Z Compiling usdt v0.5.0
29942026-05-13T20:40:27.839Z Compiling toml v0.8.23
29952026-05-13T20:40:28.271Z Compiling cargo-util-schemas v0.8.2
29962026-05-13T20:40:28.271Z Compiling cargo_toml v0.21.0
29972026-05-13T20:40:29.278Z Compiling cargo_metadata v0.21.0
29982026-05-13T20:40:32.308Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29992026-05-13T20:40:35.273Z Finished `release` profile [optimized] target(s) in 16.51s
30002026-05-13T20:40:35.432Z
30012026-05-13T20:40:35.432Zreal 16.648811726
30022026-05-13T20:40:35.432Zuser 2:21.085963317
30032026-05-13T20:40:35.432Zsys 16.524906918
30042026-05-13T20:40:35.435Ztrap 0.100010888
30052026-05-13T20:40:35.435Ztflt 0.623929685
30062026-05-13T20:40:35.435Zdflt 1.487686485
30072026-05-13T20:40:35.435Zkflt 0.003168293
30082026-05-13T20:40:35.436Zlock 5:13.009262267
30092026-05-13T20:40:35.436Zslp 3:22.916198732
30102026-05-13T20:40:35.436Zlat 6.091283595
30112026-05-13T20:40:35.436Zstop 17.168255134
30122026-05-13T20:40:35.436Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30132026-05-13T20:40:35.436Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30142026-05-13T20:40:35.436Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30152026-05-13T20:40:35.436Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30162026-05-13T20:40:35.436Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30172026-05-13T20:40:36.366Z Compiling newtype-uuid-macros v0.1.0
30182026-05-13T20:40:36.386Z Compiling regress v0.10.5
30192026-05-13T20:40:36.386Z Compiling structmeta-derive v0.3.0
30202026-05-13T20:40:36.386Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30212026-05-13T20:40:36.525Z Compiling rustls v0.22.4
30222026-05-13T20:40:36.529Z Compiling rustls-webpki v0.102.8
30232026-05-13T20:40:36.529Z Compiling multer v3.1.0
30242026-05-13T20:40:36.529Z Compiling compression-core v0.4.31
30252026-05-13T20:40:36.529Z Compiling debug-ignore v1.0.5
30262026-05-13T20:40:36.529Z Compiling match_cfg v0.1.0
30272026-05-13T20:40:36.529Z Compiling slog-json v2.6.1
30282026-05-13T20:40:36.529Z Compiling async-stream-impl v0.3.6
30292026-05-13T20:40:36.545Z Compiling serde_spanned v1.0.4
30302026-05-13T20:40:36.548Z Compiling toml_datetime v1.0.0+spec-1.1.0
30312026-05-13T20:40:36.548Z Compiling dropshot v0.17.0
30322026-05-13T20:40:36.548Z Compiling toml_writer v1.0.6+spec-1.1.0
30332026-05-13T20:40:36.783Z Compiling hostname v0.3.1
30342026-05-13T20:40:36.786Z Compiling itertools v0.14.0
30352026-05-13T20:40:36.817Z Compiling waitgroup v0.1.2
30362026-05-13T20:40:36.820Z Compiling rustls-pemfile v2.2.0
30372026-05-13T20:40:36.876Z Compiling compression-codecs v0.4.37
30382026-05-13T20:40:36.895Z Compiling slog-bunyan v2.5.0
30392026-05-13T20:40:36.899Z Compiling toml v1.0.6+spec-1.1.0
30402026-05-13T20:40:36.956Z Compiling dropshot_endpoint v0.17.0
30412026-05-13T20:40:36.956Z Compiling serde_path_to_error v0.1.20
30422026-05-13T20:40:36.990Z Compiling hostname v0.4.2
30432026-05-13T20:40:37.060Z Compiling async-compression v0.4.41
30442026-05-13T20:40:37.060Z Compiling progenitor-client v0.14.0
30452026-05-13T20:40:37.092Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30462026-05-13T20:40:37.141Z Compiling macaddr v1.0.1
30472026-05-13T20:40:37.144Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30482026-05-13T20:40:37.281Z Compiling async-stream v0.3.6
30492026-05-13T20:40:37.297Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30502026-05-13T20:40:37.298Z Compiling instant v0.1.13
30512026-05-13T20:40:37.335Z Compiling progenitor-client v0.10.0
30522026-05-13T20:40:37.389Z Compiling backon v1.6.0
30532026-05-13T20:40:37.407Z Compiling backoff v0.4.0
30542026-05-13T20:40:37.412Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30552026-05-13T20:40:37.443Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30562026-05-13T20:40:37.476Z Compiling universal-hash v0.5.1
30572026-05-13T20:40:37.500Z Compiling opaque-debug v0.3.1
30582026-05-13T20:40:37.524Z Compiling half v2.7.1
30592026-05-13T20:40:37.576Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30602026-05-13T20:40:37.592Z Compiling progenitor-extras v0.2.0
30612026-05-13T20:40:37.616Z Compiling crucible-workspace-hack v0.1.0
30622026-05-13T20:40:37.634Z Compiling structmeta v0.3.0
30632026-05-13T20:40:37.637Z Compiling ciborium-io v0.2.2
30642026-05-13T20:40:37.670Z Compiling unsafe-libyaml v0.2.11
30652026-05-13T20:40:37.673Z Compiling convert_case v0.4.0
30662026-05-13T20:40:37.732Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30672026-05-13T20:40:37.768Z Compiling regress v0.11.1
30682026-05-13T20:40:37.848Z Compiling ciborium-ll v0.2.2
30692026-05-13T20:40:37.867Z Compiling aead v0.5.2
30702026-05-13T20:40:37.899Z Compiling derive-ex v0.1.8
30712026-05-13T20:40:37.917Z Compiling parse-display-derive v0.10.0
30722026-05-13T20:40:37.953Z Compiling secrecy v0.10.3
30732026-05-13T20:40:37.956Z Compiling poly1305 v0.8.0
30742026-05-13T20:40:38.010Z Compiling chacha20 v0.9.1
30752026-05-13T20:40:38.078Z Compiling ciborium v0.2.2
30762026-05-13T20:40:38.095Z Compiling derive_more v0.99.20
30772026-05-13T20:40:38.098Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30782026-05-13T20:40:38.127Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30792026-05-13T20:40:38.141Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30802026-05-13T20:40:38.217Z Compiling serde_yaml v0.9.34+deprecated
30812026-05-13T20:40:38.284Z Compiling thiserror-impl-no-std v2.0.2
30822026-05-13T20:40:38.354Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30832026-05-13T20:40:38.445Z Compiling byte-wrapper v0.1.0
30842026-05-13T20:40:38.478Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30852026-05-13T20:40:38.509Z Compiling password-hash v0.5.0
30862026-05-13T20:40:38.591Z Compiling blake2 v0.10.6
30872026-05-13T20:40:38.679Z Compiling chacha20poly1305 v0.10.1
30882026-05-13T20:40:38.740Z Compiling indent_write v2.2.0
30892026-05-13T20:40:38.762Z Compiling heapless v0.8.0
30902026-05-13T20:40:38.819Z Compiling ingot-macros v0.1.1
30912026-05-13T20:40:38.855Z Compiling argon2 v0.5.3
30922026-05-13T20:40:38.905Z Compiling toml_edit v0.23.10+spec-1.0.0
30932026-05-13T20:40:38.938Z Compiling hash32 v0.3.1
30942026-05-13T20:40:39.079Z Compiling tokio-rustls v0.25.0
30952026-05-13T20:40:39.175Z Compiling smoltcp v0.11.0
30962026-05-13T20:40:39.330Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30972026-05-13T20:40:39.527Z Compiling typify-impl v0.6.2
30982026-05-13T20:40:39.569Z Compiling thiserror-no-std v2.0.2
30992026-05-13T20:40:39.624Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31002026-05-13T20:40:39.642Z Compiling test-strategy v0.4.5
31012026-05-13T20:40:39.681Z Compiling parse-display v0.10.0
31022026-05-13T20:40:39.701Z Compiling vsss-rs v3.3.4
31032026-05-13T20:40:39.743Z Compiling proc-macro-crate v3.4.0
31042026-05-13T20:40:39.892Z Compiling tabwriter v1.4.1
31052026-05-13T20:40:40.014Z Compiling num-rational v0.4.2
31062026-05-13T20:40:40.030Z Compiling cobs v0.3.0
31072026-05-13T20:40:40.077Z Compiling num-complex v0.4.6
31082026-05-13T20:40:40.147Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31092026-05-13T20:40:40.231Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31102026-05-13T20:40:40.252Z Compiling postcard v1.1.3
31112026-05-13T20:40:40.325Z Compiling num_enum_derive v0.7.5
31122026-05-13T20:40:40.397Z Compiling proc-macro-error v1.0.4
31132026-05-13T20:40:40.482Z Compiling num v0.4.3
31142026-05-13T20:40:40.559Z Compiling proc-macro-crate v1.3.1
31152026-05-13T20:40:40.575Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31162026-05-13T20:40:40.613Z Compiling foreign-types-macros v0.2.3
31172026-05-13T20:40:40.636Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31182026-05-13T20:40:40.665Z Compiling colored v3.1.1
31192026-05-13T20:40:40.739Z Compiling float-ord v0.3.2
31202026-05-13T20:40:40.743Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31212026-05-13T20:40:40.845Z Compiling rayon-core v1.13.0
31222026-05-13T20:40:40.885Z Compiling cpufeatures v0.3.0
31232026-05-13T20:40:40.900Z Compiling foreign-types-shared v0.3.1
31242026-05-13T20:40:40.987Z Compiling chacha20 v0.10.0
31252026-05-13T20:40:41.019Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31262026-05-13T20:40:41.021Z Compiling num_enum_derive v0.5.11
31272026-05-13T20:40:41.133Z Compiling crossbeam-deque v0.8.6
31282026-05-13T20:40:41.154Z Compiling camino-tempfile v1.4.1
31292026-05-13T20:40:41.194Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31302026-05-13T20:40:41.219Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31312026-05-13T20:40:41.236Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31322026-05-13T20:40:41.257Z Compiling foreign-types v0.5.0
31332026-05-13T20:40:41.286Z Compiling cstr-argument v0.1.2
31342026-05-13T20:40:41.334Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31352026-05-13T20:40:41.373Z Compiling rand v0.10.0
31362026-05-13T20:40:41.417Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31372026-05-13T20:40:41.435Z Compiling num_enum v0.7.5
31382026-05-13T20:40:41.459Z Compiling toml v0.8.23
31392026-05-13T20:40:41.573Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31402026-05-13T20:40:41.589Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31412026-05-13T20:40:41.721Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31422026-05-13T20:40:41.739Z Compiling ingot-types v0.1.2
31432026-05-13T20:40:41.755Z Compiling zone_cfg_derive v0.3.1
31442026-05-13T20:40:41.773Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31452026-05-13T20:40:41.852Z Compiling rayon v1.11.0
31462026-05-13T20:40:41.869Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31472026-05-13T20:40:41.888Z Compiling itertools v0.12.1
31482026-05-13T20:40:41.919Z Compiling num-derive v0.4.2
31492026-05-13T20:40:41.938Z Compiling sigpipe v0.1.3
31502026-05-13T20:40:42.049Z Compiling glob v0.3.3
31512026-05-13T20:40:42.081Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31522026-05-13T20:40:42.101Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31532026-05-13T20:40:42.158Z Compiling ingot v0.1.1
31542026-05-13T20:40:42.189Z Compiling smf v0.2.3
31552026-05-13T20:40:42.205Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31562026-05-13T20:40:42.225Z Compiling num_enum v0.5.11
31572026-05-13T20:40:42.319Z Compiling whoami v1.6.1
31582026-05-13T20:40:42.366Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31592026-05-13T20:40:42.369Z Compiling prettyplease v0.2.37
31602026-05-13T20:40:42.400Z Compiling gethostname v0.5.0
31612026-05-13T20:40:42.458Z Compiling atomicwrites v0.4.4
31622026-05-13T20:40:42.476Z Compiling usdt-attr-macro v0.5.0
31632026-05-13T20:40:42.542Z Compiling usdt-macro v0.5.0
31642026-05-13T20:40:42.682Z Compiling memmap v0.7.0
31652026-05-13T20:40:42.699Z Compiling derive-where v1.6.0
31662026-05-13T20:40:42.758Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31672026-05-13T20:40:42.898Z Compiling progenitor-client v0.13.0
31682026-05-13T20:40:42.914Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31692026-05-13T20:40:42.917Z Compiling owo-colors v4.3.0
31702026-05-13T20:40:42.950Z Compiling resolv-conf v0.7.6
31712026-05-13T20:40:43.157Z Compiling zone v0.3.1
31722026-05-13T20:40:43.245Z Compiling cancel-safe-futures v0.1.5
31732026-05-13T20:40:43.323Z Compiling libsw-core v0.3.2
31742026-05-13T20:40:43.328Z Compiling console v0.15.11
31752026-05-13T20:40:43.356Z Compiling newline-converter v0.3.0
31762026-05-13T20:40:43.359Z Compiling usdt v0.5.0
31772026-05-13T20:40:43.484Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31782026-05-13T20:40:43.530Z Compiling libsw v3.5.0
31792026-05-13T20:40:43.617Z Compiling linear-map v1.2.0
31802026-05-13T20:40:43.662Z Compiling libefi-sys v0.1.0
31812026-05-13T20:40:43.681Z Compiling expectorate v1.2.0
31822026-05-13T20:40:43.736Z Compiling hickory-proto v0.24.4
31832026-05-13T20:40:43.837Z Compiling bitfield-struct v0.6.2
31842026-05-13T20:40:43.874Z Compiling linked-hash-map v0.5.6
31852026-05-13T20:40:43.876Z Compiling semver v0.1.20
31862026-05-13T20:40:43.891Z Compiling tokio-dtrace v0.1.1
31872026-05-13T20:40:43.922Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31882026-05-13T20:40:43.962Z Compiling dropshot-api-manager-types v0.7.1
31892026-05-13T20:40:44.100Z Compiling rustc_version v0.1.7
31902026-05-13T20:40:44.117Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31912026-05-13T20:40:44.120Z Compiling lru-cache v0.1.2
31922026-05-13T20:40:44.137Z Compiling slog-dtrace v0.3.0
31932026-05-13T20:40:44.155Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31942026-05-13T20:40:44.193Z Compiling typify-macro v0.6.2
31952026-05-13T20:40:44.201Z Compiling minimal-lexical v0.2.1
31962026-05-13T20:40:44.226Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31972026-05-13T20:40:44.229Z Compiling oxide-tokio-rt v0.1.4
31982026-05-13T20:40:44.277Z Compiling typify-impl v0.4.3
31992026-05-13T20:40:44.294Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32002026-05-13T20:40:44.342Z Compiling phf_shared v0.12.1
32012026-05-13T20:40:44.360Z Compiling newtype_derive v0.1.6
32022026-05-13T20:40:44.447Z Compiling nom v7.1.3
32032026-05-13T20:40:44.465Z Compiling csv-core v0.1.13
32042026-05-13T20:40:44.487Z Compiling highway v1.3.0
32052026-05-13T20:40:44.532Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32062026-05-13T20:40:44.549Z Compiling xshell-macros v0.2.7
32072026-05-13T20:40:44.566Z Compiling chrono-tz v0.10.4
32082026-05-13T20:40:44.650Z Compiling phf v0.12.1
32092026-05-13T20:40:44.758Z Compiling csv v1.4.0
32102026-05-13T20:40:44.785Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32112026-05-13T20:40:44.871Z Compiling const_format_proc_macros v0.2.34
32122026-05-13T20:40:44.906Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32132026-05-13T20:40:44.924Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32142026-05-13T20:40:44.962Z Compiling xshell v0.2.7
32152026-05-13T20:40:45.118Z Compiling primeorder v0.13.6
32162026-05-13T20:40:45.201Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32172026-05-13T20:40:45.235Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32182026-05-13T20:40:45.357Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32192026-05-13T20:40:45.401Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32202026-05-13T20:40:45.425Z Compiling tabled_derive v0.7.0
32212026-05-13T20:40:45.501Z Compiling bcs v0.1.6
32222026-05-13T20:40:45.736Z Compiling const_format v0.2.35
32232026-05-13T20:40:45.765Z Compiling salty v0.3.0
32242026-05-13T20:40:45.841Z Compiling hickory-resolver v0.24.4
32252026-05-13T20:40:45.844Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32262026-05-13T20:40:45.969Z Compiling termtree v0.5.1
32272026-05-13T20:40:46.041Z Compiling typify v0.6.2
32282026-05-13T20:40:46.081Z Compiling textwrap v0.16.2
32292026-05-13T20:40:46.084Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32302026-05-13T20:40:46.116Z Compiling steno v0.4.1
32312026-05-13T20:40:46.147Z Compiling progenitor-impl v0.14.0
32322026-05-13T20:40:46.180Z Compiling progenitor-impl v0.13.0
32332026-05-13T20:40:46.341Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32342026-05-13T20:40:46.367Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32352026-05-13T20:40:46.455Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32362026-05-13T20:40:46.591Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32372026-05-13T20:40:46.608Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32382026-05-13T20:40:46.623Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32392026-05-13T20:40:47.037Z Compiling qorb v0.4.1
32402026-05-13T20:40:47.128Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32412026-05-13T20:40:47.195Z Compiling tabled v0.15.0
32422026-05-13T20:40:47.346Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32432026-05-13T20:40:47.531Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32442026-05-13T20:40:47.598Z Compiling radium v0.7.0
32452026-05-13T20:40:47.765Z Compiling base64 v0.21.7
32462026-05-13T20:40:47.975Z Compiling tagptr v0.2.0
32472026-05-13T20:40:48.131Z Compiling humantime v2.3.0
32482026-05-13T20:40:48.156Z Compiling moka v0.12.13
32492026-05-13T20:40:48.259Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32502026-05-13T20:40:48.303Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32512026-05-13T20:40:48.438Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32522026-05-13T20:40:48.528Z Compiling p384 v0.13.1
32532026-05-13T20:40:48.694Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32542026-05-13T20:40:48.796Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32552026-05-13T20:40:48.816Z Compiling typify-macro v0.4.3
32562026-05-13T20:40:48.904Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32572026-05-13T20:40:48.928Z Compiling tap v1.0.1
32582026-05-13T20:40:48.976Z Compiling maybe-uninit v2.0.0
32592026-05-13T20:40:48.997Z Compiling hickory-resolver v0.25.2
32602026-05-13T20:40:49.018Z Compiling progenitor-macro v0.13.0
32612026-05-13T20:40:49.036Z Compiling progenitor-macro v0.14.0
32622026-05-13T20:40:49.070Z Compiling wyz v0.5.1
32632026-05-13T20:40:49.136Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32642026-05-13T20:40:49.310Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32652026-05-13T20:40:49.355Z Compiling proc-macro-error-attr2 v2.0.0
32662026-05-13T20:40:49.418Z Compiling parking_lot_core v0.8.6
32672026-05-13T20:40:49.455Z Compiling funty v2.0.0
32682026-05-13T20:40:49.675Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32692026-05-13T20:40:49.693Z Compiling utf-8 v0.7.6
32702026-05-13T20:40:49.710Z Compiling packed_struct v0.10.1
32712026-05-13T20:40:49.790Z Compiling proc-macro-error2 v2.0.1
32722026-05-13T20:40:49.923Z Compiling tungstenite v0.21.0
32732026-05-13T20:40:49.941Z Compiling bitvec v1.0.1
32742026-05-13T20:40:50.089Z Compiling polyval v0.6.2
32752026-05-13T20:40:50.144Z Compiling git-stub v1.0.0
32762026-05-13T20:40:50.160Z Compiling packed_struct_codegen v0.10.1
32772026-05-13T20:40:50.179Z Compiling num-derive v0.3.3
32782026-05-13T20:40:50.207Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32792026-05-13T20:40:50.353Z Compiling zerocopy-derive v0.6.6
32802026-05-13T20:40:50.431Z Compiling bitfield-macros v0.19.4
32812026-05-13T20:40:50.507Z Compiling indexmap v1.9.3
32822026-05-13T20:40:50.618Z Compiling typify v0.4.3
32832026-05-13T20:40:50.728Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32842026-05-13T20:40:50.747Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32852026-05-13T20:40:50.765Z Compiling crc-catalog v2.4.0
32862026-05-13T20:40:50.786Z Compiling nodrop v0.1.14
32872026-05-13T20:40:50.888Z Compiling array-init v0.0.4
32882026-05-13T20:40:50.906Z Compiling crc v3.4.0
32892026-05-13T20:40:50.942Z Compiling progenitor-impl v0.11.2
32902026-05-13T20:40:50.979Z Compiling tokio-tungstenite v0.21.0
32912026-05-13T20:40:51.110Z Compiling libscf-sys v1.1.0
32922026-05-13T20:40:51.147Z Compiling git-stub-vcs v0.1.0
32932026-05-13T20:40:51.197Z Compiling bitfield v0.19.4
32942026-05-13T20:40:51.263Z Compiling zerocopy v0.6.6
32952026-05-13T20:40:51.279Z Compiling ghash v0.5.1
32962026-05-13T20:40:51.297Z Compiling tabled_derive v0.11.0
32972026-05-13T20:40:51.330Z Compiling smallvec v0.6.14
32982026-05-13T20:40:51.534Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32992026-05-13T20:40:51.552Z Compiling papergrid v0.17.0
33002026-05-13T20:40:51.570Z Compiling testing_table v0.3.0
33012026-05-13T20:40:51.628Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33022026-05-13T20:40:51.687Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33032026-05-13T20:40:51.778Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33042026-05-13T20:40:51.801Z Compiling ctr v0.9.2
33052026-05-13T20:40:51.845Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33062026-05-13T20:40:52.023Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33072026-05-13T20:40:52.040Z Compiling unicase v2.9.0
33082026-05-13T20:40:52.136Z Compiling hashbrown v0.12.3
33092026-05-13T20:40:52.193Z Compiling corncobs v0.1.4
33102026-05-13T20:40:52.282Z Compiling aes-gcm v0.10.3
33112026-05-13T20:40:52.286Z Compiling mime_guess v2.0.5
33122026-05-13T20:40:52.317Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33132026-05-13T20:40:52.336Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33142026-05-13T20:40:52.397Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33152026-05-13T20:40:52.516Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33162026-05-13T20:40:52.534Z Compiling tabled v0.20.0
33172026-05-13T20:40:52.714Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33182026-05-13T20:40:52.755Z Compiling parking_lot v0.11.2
33192026-05-13T20:40:52.806Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33202026-05-13T20:40:52.888Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33212026-05-13T20:40:53.089Z Compiling serde-hex v0.1.0
33222026-05-13T20:40:53.120Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33232026-05-13T20:40:53.343Z Compiling progenitor-impl v0.10.0
33242026-05-13T20:40:53.452Z Compiling ron v0.8.1
33252026-05-13T20:40:53.481Z Compiling hashbrown v0.13.2
33262026-05-13T20:40:53.556Z Compiling progenitor-client v0.11.2
33272026-05-13T20:40:53.572Z Compiling blowfish v0.9.1
33282026-05-13T20:40:53.698Z Compiling progenitor-macro v0.11.2
33292026-05-13T20:40:53.843Z Compiling ssh-encoding v0.2.0
33302026-05-13T20:40:53.917Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33312026-05-13T20:40:53.971Z Compiling prefix-trie v0.7.0
33322026-05-13T20:40:54.015Z Compiling fxhash v0.2.1
33332026-05-13T20:40:54.144Z Compiling secrecy v0.8.0
33342026-05-13T20:40:54.248Z Compiling crc-any v2.5.0
33352026-05-13T20:40:54.309Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33362026-05-13T20:40:54.325Z Compiling hickory-server v0.25.2
33372026-05-13T20:40:54.339Z Compiling progenitor v0.13.0
33382026-05-13T20:40:54.388Z Compiling progenitor v0.14.0
33392026-05-13T20:40:54.436Z Compiling sled v0.34.7
33402026-05-13T20:40:54.454Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33412026-05-13T20:40:54.511Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33422026-05-13T20:40:54.530Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33432026-05-13T20:40:54.545Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33442026-05-13T20:40:54.594Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33452026-05-13T20:40:54.781Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33462026-05-13T20:40:54.903Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33472026-05-13T20:40:55.006Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33482026-05-13T20:40:55.085Z Compiling ssh-cipher v0.2.0
33492026-05-13T20:40:55.592Z Compiling object v0.30.4
33502026-05-13T20:40:55.748Z Compiling bcrypt-pbkdf v0.10.0
33512026-05-13T20:40:55.981Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33522026-05-13T20:40:56.064Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33532026-05-13T20:40:56.113Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33542026-05-13T20:40:56.338Z Compiling progenitor-macro v0.10.0
33552026-05-13T20:40:56.417Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33562026-05-13T20:40:56.470Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33572026-05-13T20:40:57.071Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33582026-05-13T20:40:57.206Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33592026-05-13T20:40:57.330Z Compiling password-hash v0.4.2
33602026-05-13T20:40:57.345Z Compiling http-range v0.1.5
33612026-05-13T20:40:57.573Z Compiling path-slash v0.1.5
33622026-05-13T20:40:57.600Z Compiling half v1.8.3
33632026-05-13T20:40:57.749Z Compiling crc8 v0.1.1
33642026-05-13T20:40:57.893Z Compiling serde_cbor v0.11.2
33652026-05-13T20:40:57.894Z Compiling pbkdf2 v0.11.0
33662026-05-13T20:40:58.147Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33672026-05-13T20:40:58.250Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33682026-05-13T20:40:58.461Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33692026-05-13T20:40:58.471Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33702026-05-13T20:40:58.543Z Compiling ssh-key v0.6.7
33712026-05-13T20:40:58.630Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33722026-05-13T20:40:58.641Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33732026-05-13T20:40:58.791Z Compiling progenitor v0.11.2
33742026-05-13T20:40:58.859Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33752026-05-13T20:40:58.977Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33762026-05-13T20:40:59.064Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33772026-05-13T20:40:59.080Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33782026-05-13T20:40:59.469Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33792026-05-13T20:40:59.577Z Compiling p256 v0.13.2
33802026-05-13T20:40:59.635Z Compiling p521 v0.13.3
33812026-05-13T20:40:59.638Z Compiling yasna v0.5.2
33822026-05-13T20:40:59.784Z Compiling kstat-rs v0.2.4
33832026-05-13T20:40:59.833Z Compiling headers-core v0.3.0
33842026-05-13T20:40:59.894Z Compiling nanorand v0.7.0
33852026-05-13T20:40:59.969Z Compiling atty v0.2.14
33862026-05-13T20:40:59.992Z Compiling russh-cryptovec v0.7.3
33872026-05-13T20:40:59.992Z Compiling md5 v0.7.0
33882026-05-13T20:41:00.116Z Compiling home v0.5.12
33892026-05-13T20:41:00.131Z Compiling flume v0.11.1
33902026-05-13T20:41:00.146Z Compiling rcgen v0.12.1
33912026-05-13T20:41:00.217Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33922026-05-13T20:41:00.227Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33932026-05-13T20:41:00.269Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33942026-05-13T20:41:00.287Z Compiling headers v0.4.1
33952026-05-13T20:41:00.297Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33962026-05-13T20:41:00.351Z Compiling russh-keys v0.45.0
33972026-05-13T20:41:00.463Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33982026-05-13T20:41:00.480Z Compiling hyper-staticfile v0.10.1
33992026-05-13T20:41:00.644Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34002026-05-13T20:41:00.888Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34012026-05-13T20:41:01.022Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34022026-05-13T20:41:01.040Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34032026-05-13T20:41:01.054Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34042026-05-13T20:41:01.099Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34052026-05-13T20:41:01.295Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34062026-05-13T20:41:01.327Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34072026-05-13T20:41:01.416Z Compiling progenitor v0.10.0
34082026-05-13T20:41:01.565Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34092026-05-13T20:41:01.600Z Compiling num-bigint v0.4.6
34102026-05-13T20:41:01.617Z Compiling des v0.8.1
34112026-05-13T20:41:01.799Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34122026-05-13T20:41:01.817Z Compiling subprocess v0.2.15
34132026-05-13T20:41:01.858Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34142026-05-13T20:41:01.876Z Compiling hex-literal v0.4.1
34152026-05-13T20:41:01.890Z Compiling display-error-chain v0.2.2
34162026-05-13T20:41:01.985Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34172026-05-13T20:41:02.018Z Compiling colored v2.2.0
34182026-05-13T20:41:02.054Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34192026-05-13T20:41:02.082Z Compiling socket2 v0.5.10
34202026-05-13T20:41:02.305Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34212026-05-13T20:41:02.325Z Compiling internet-checksum v0.2.1
34222026-05-13T20:41:02.806Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34232026-05-13T20:41:02.871Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34242026-05-13T20:41:02.886Z Compiling russh v0.45.0
34252026-05-13T20:41:05.396Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34262026-05-13T20:41:06.065Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34272026-05-13T20:41:06.527Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34282026-05-13T20:41:08.548Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34292026-05-13T20:41:16.500Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34302026-05-13T20:41:16.500Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34312026-05-13T20:41:16.504Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34322026-05-13T20:41:16.504Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34332026-05-13T20:41:18.268Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34342026-05-13T20:41:18.283Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34352026-05-13T20:41:22.447Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34362026-05-13T20:41:23.889Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34372026-05-13T20:41:42.892Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34382026-05-13T20:42:01.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34392026-05-13T20:42:01.547Z
34402026-05-13T20:42:01.550Zreal 1:26.051702395
34412026-05-13T20:42:01.550Zuser 8:09.677716960
34422026-05-13T20:42:01.550Zsys 1:40.711221714
34432026-05-13T20:42:01.550Ztrap 0.252418859
34442026-05-13T20:42:01.550Ztflt 0.657182049
34452026-05-13T20:42:01.551Zdflt 1.560016740
34462026-05-13T20:42:01.551Zkflt 0.000341120
34472026-05-13T20:42:01.551Zlock 29:18.457533663
34482026-05-13T20:42:01.551Zslp 19:09.654873535
34492026-05-13T20:42:01.551Zlat 37.551391510
34502026-05-13T20:42:01.551Zstop 2:43.717468926
34512026-05-13T20:42:01.551Z+ mkdir tests
34522026-05-13T20:42:01.553Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34532026-05-13T20:42:01.553Z+ xargs -I '{}' -t cp '{}' tests/
34542026-05-13T20:42:01.579Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e072880c2a7d63d3 tests/
34552026-05-13T20:42:01.604Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-9d8793c19ea6ea46 tests/
34562026-05-13T20:42:01.634Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-f0fc3b5b6aa039d9 tests/
34572026-05-13T20:42:01.665Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-df2026db7b5a8e48 tests/
34582026-05-13T20:42:01.886Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*)
34592026-05-13T20:42:01.889Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-9d8793c19ea6ea46 tests/commtest-f0fc3b5b6aa039d9 tests/dhcp_server-e072880c2a7d63d3 tests/end_to_end_tests-df2026db7b5a8e48 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34602026-05-13T20:43:21.915ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34612026-05-13T20:43:21.915Za .github/buildomat/ci-env.sh 1K
34622026-05-13T20:43:21.915Za out/target/test 1K
34632026-05-13T20:43:21.915Za out/npuzone/npuzone 27402K
34642026-05-13T20:43:21.915Za package-manifest.toml 35K
34652026-05-13T20:43:21.915Za smf/sled-agent/non-gimlet/config.toml 6K
34662026-05-13T20:43:21.915Za target/release/omicron-package 45975K
34672026-05-13T20:43:21.915Za target/release/xtask 11449K
34682026-05-13T20:43:21.915Za target/debug/bootstrap 352571K
34692026-05-13T20:43:21.915Za tests/bootstrap-9d8793c19ea6ea46 31215K
34702026-05-13T20:43:21.915Za tests/commtest-f0fc3b5b6aa039d9 32299K
34712026-05-13T20:43:21.915Za tests/dhcp_server-e072880c2a7d63d3 31215K
34722026-05-13T20:43:21.915Za tests/end_to_end_tests-df2026db7b5a8e48 394388K
34732026-05-13T20:43:21.915Za out/clickhouse.tar.gz 319648K
34742026-05-13T20:43:21.915Za out/clickhouse_keeper.tar.gz 305003K
34752026-05-13T20:43:21.915Za out/clickhouse_server.tar.gz 319648K
34762026-05-13T20:43:21.915Za out/cockroachdb.tar.gz 165172K
34772026-05-13T20:43:21.915Za out/crucible-pantry-zone.tar.gz 44203K
34782026-05-13T20:43:21.915Za out/crucible-utils.tar 17744K
34792026-05-13T20:43:21.915Za out/crucible-zone.tar.gz 58341K
34802026-05-13T20:43:21.915Za out/external-dns.tar.gz 49795K
34812026-05-13T20:43:21.915Za out/internal-dns.tar.gz 49794K
34822026-05-13T20:43:21.915Za out/mg-ddm-gz.tar 95141K
34832026-05-13T20:43:21.915Za out/nexus.tar.gz 221167K
34842026-05-13T20:43:21.915Za out/ntp.tar.gz 32147K
34852026-05-13T20:43:21.915Za out/omicron-gateway-softnpu.tar.gz 29628K
34862026-05-13T20:43:21.915Za out/omicron-sled-agent.tar 204098K
34872026-05-13T20:43:21.915Za out/overlay.tar.gz 3K
34882026-05-13T20:43:21.915Za out/oximeter.tar.gz 67852K
34892026-05-13T20:43:21.915Za out/oxlog.tar 3782K
34902026-05-13T20:43:21.915Za out/probe.tar.gz 3037K
34912026-05-13T20:43:21.915Za out/propolis-server.tar.gz 38727K
34922026-05-13T20:43:21.915Za out/pumpkind-gz.tar 26647K
34932026-05-13T20:43:21.915Za out/switch-softnpu.tar.gz 396961K
34942026-05-13T20:43:21.919Z
34952026-05-13T20:43:21.919Zreal 1:20.026854641
34962026-05-13T20:43:21.919Zuser 1:17.412946180
34972026-05-13T20:43:21.919Zsys 4.298002335
34982026-05-13T20:43:21.920Ztrap 0.006220937
34992026-05-13T20:43:21.920Ztflt 0.000000000
35002026-05-13T20:43:21.920Zdflt 0.000000000
35012026-05-13T20:43:21.920Zkflt 0.000000000
35022026-05-13T20:43:21.920Zlock 0.000000000
35032026-05-13T20:43:21.920Zslp 1:17.377687750
35042026-05-13T20:43:21.920Zlat 0.953772627
35052026-05-13T20:43:21.920Zstop 0.000245950
35062026-05-13T20:43:21.922Zprocess exited: duration 901168 ms, exit code 0
 
35072026-05-13T20:43:21.935Zfound 1 output files
35082026-05-13T20:43:21.935Zuploading: /work/package.tar.gz (2447126634 bytes)
35092026-05-13T20:43:50.996Zuploaded: /work/package.tar.gz