01KRH8C0TVASYFGBFAPZD431A0: 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: 01KRH8CKQ8VGM98SD2BDH9MTGB

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-13T18:09:07.470Zjob assigned to worker 01KRH8D3T0YY172FG2NT6KSQQN [factory aws, i-0b7b6db31832a3b37] (queued for 59 s)
 
22026-05-13T18:09:15.068Zstarting task 0: "setup"
32026-05-13T18:09:15.075Z++ uname -s
42026-05-13T18:09:15.078Z+ kern=SunOS
52026-05-13T18:09:15.078Z+ build_user=build
62026-05-13T18:09:15.078Z+ build_uid=12345
72026-05-13T18:09:15.078Z+ work_dir=/work
82026-05-13T18:09:15.078Z+ input_dir=/input
92026-05-13T18:09:15.078Z+ [[ 0 == 12345 ]]
102026-05-13T18:09:15.078Z+ case "$kern" in
112026-05-13T18:09:15.078Z+ groupadd -g 12345 build
122026-05-13T18:09:15.089Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-13T18:09:17.098Z+ zfs create -o mountpoint=/work rpool/work
142026-05-13T18:09:17.170Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-13T18:09:17.174Z+ home_fs=zfs
162026-05-13T18:09:17.174Z+ [[ zfs == autofs ]]
172026-05-13T18:09:17.174Z+ mkdir -p /home/build
182026-05-13T18:09:17.177Z+ chown build:build /home/build /work
192026-05-13T18:09:19.177Z+ chmod 0700 /home/build /work
202026-05-13T18:09:19.180Zprocess exited: duration 4115 ms, exit code 0
 
212026-05-13T18:09:19.188Zstarting task 1: "rust-toolchain"
222026-05-13T18:09:19.193Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-13T18:09:19.193Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-13T18:09:19.193Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-13T18:09:19.193Z * rust toolchain channel = "1.94.0"
262026-05-13T18:09:19.193Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-13T18:09:19.193Z * rust toolchain profile = "default"
282026-05-13T18:09:19.196Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-13T18:09:19.196Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-13T18:09:19.305Zinfo: downloading installer
312026-05-13T18:09:20.771Zwarn: It looks like you have an existing rustup settings file at:
322026-05-13T18:09:20.771Zwarn: /home/build/.rustup/settings.toml
332026-05-13T18:09:20.771Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-13T18:09:20.771Zwarn: instead of the one inferred from the default host triple.
352026-05-13T18:09:20.783Zinfo: profile set to default
362026-05-13T18:09:20.786Zinfo: default host triple is x86_64-unknown-illumos
372026-05-13T18:09:20.786Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-13T18:09:20.942Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-13T18:09:20.946Zinfo: downloading 6 components
402026-05-13T18:09:35.319Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-13T18:09:35.319Z
422026-05-13T18:09:35.350Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-13T18:09:35.350Z
442026-05-13T18:09:35.350Z
452026-05-13T18:09:35.350ZRust is installed now. Great!
462026-05-13T18:09:35.350Z
472026-05-13T18:09:35.350ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-13T18:09:35.350Zenvironment variable. This has not been done automatically.
492026-05-13T18:09:35.350Z
502026-05-13T18:09:35.351ZTo configure your current shell, you need to source
512026-05-13T18:09:35.351Zthe corresponding env file under $HOME/.cargo.
522026-05-13T18:09:35.351Z
532026-05-13T18:09:35.351ZThis is usually done by running one of the following (note the leading DOT):
542026-05-13T18:09:35.354Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-13T18:09:35.354Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-13T18:09:35.354Zsource "~/.cargo/env.nu" # For nushell
572026-05-13T18:09:35.354Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-13T18:09:35.354Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-13T18:09:35.354Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-13T18:09:35.354Zwarn: no default linker (`cc`) was found in your PATH
612026-05-13T18:09:35.354Zwarn: many Rust crates require a system C toolchain to build
622026-05-13T18:09:35.454Z+ rustup --version
632026-05-13T18:09:35.460Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-13T18:09:35.463Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-13T18:09:35.481Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-13T18:09:35.484Z+ cargo --version
672026-05-13T18:09:35.494Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-13T18:09:35.497Z+ rustc --version
692026-05-13T18:09:35.516Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-13T18:09:35.519Zprocess exited: duration 16331 ms, exit code 0
 
712026-05-13T18:09:35.526Zstarting task 2: "authentication"
722026-05-13T18:09:35.546Zprocess exited: duration 17 ms, exit code 0
 
732026-05-13T18:09:35.552Zstarting task 3: "clone repository"
742026-05-13T18:09:35.557Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-13T18:09:35.560Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-13T18:09:35.610ZCloning into '/work/oxidecomputer/omicron'...
772026-05-13T18:09:46.100Z+ cd /work/oxidecomputer/omicron
782026-05-13T18:09:46.100Z+ git fetch origin 80f1e2143255c7b1722902f4ddb57fa55096af5d
792026-05-13T18:09:46.413ZFrom https://github.com/oxidecomputer/omicron
802026-05-13T18:09:46.413Z * branch 80f1e2143255c7b1722902f4ddb57fa55096af5d -> FETCH_HEAD
812026-05-13T18:09:46.425Z+ [[ -n john/scrimlet-reconcilers-1 ]]
822026-05-13T18:09:46.428Z++ git branch --show-current
832026-05-13T18:09:46.433Z+ current=main
842026-05-13T18:09:46.433Z+ [[ main != john/scrimlet-reconcilers-1 ]]
852026-05-13T18:09:46.433Z+ git branch -f john/scrimlet-reconcilers-1 80f1e2143255c7b1722902f4ddb57fa55096af5d
862026-05-13T18:09:46.436Z+ git checkout -f john/scrimlet-reconcilers-1
872026-05-13T18:09:46.672ZSwitched to branch 'john/scrimlet-reconcilers-1'
882026-05-13T18:09:46.675Z+ git reset --hard 80f1e2143255c7b1722902f4ddb57fa55096af5d
892026-05-13T18:09:46.689ZHEAD is now at 80f1e2143 fixup after merging with main
902026-05-13T18:09:46.692Zprocess exited: duration 11138 ms, exit code 0
 
912026-05-13T18:09:46.698Zstarting task 4: "build"
922026-05-13T18:09:46.704Z+ source .github/buildomat/ci-env.sh
932026-05-13T18:09:46.704Z++ export CARGO_TERM_COLOR=always
942026-05-13T18:09:46.704Z++ CARGO_TERM_COLOR=always
952026-05-13T18:09:46.704Z+ cargo --version
962026-05-13T18:09:46.715Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-13T18:09:46.718Z+ rustc --version
982026-05-13T18:09:46.739Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-13T18:09:46.742Z+ WORK=/work
1002026-05-13T18:09:46.742Z+ pfexec mkdir -p /work
1012026-05-13T18:09:46.745Z+ pfexec chown build /work
1022026-05-13T18:09:46.748Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-13T18:09:49.111Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-13T18:09:49.187Z Startup: Caching catalogs ... Done
1052026-05-13T18:09:49.399ZPlanning: Solver setup ... Done (0.174s)
1062026-05-13T18:09:49.415ZPlanning: Running solver ... Done (0.016s)
1072026-05-13T18:09:49.421ZPlanning: Finding local manifests ... Done (0.004s)
1082026-05-13T18:09:49.433ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-13T18:09:49.450ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-13T18:09:49.464ZPlanning: Package planning ... Done (0.014s)
1112026-05-13T18:09:49.467ZPlanning: Merging actions ... Done (0.001s)
1122026-05-13T18:09:49.653ZPlanning: Checking for conflicting actions ... Done (0.187s)
1132026-05-13T18:09:49.658ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-13T18:09:50.954ZPlanning: Evaluating mediators ... Done (1.300s)
1152026-05-13T18:09:50.958ZPlanning: Planning completed in 1.75 seconds
1162026-05-13T18:09:50.964Z Packages to install: 2
1172026-05-13T18:09:50.964Z Estimated space available: 156.08 GB
1182026-05-13T18:09:50.964ZEstimated space to be consumed: 19.74 MB
1192026-05-13T18:09:50.964Z Create boot environment: No
1202026-05-13T18:09:50.964ZCreate backup boot environment: No
1212026-05-13T18:09:50.964Z Rebuild boot archive: No
1222026-05-13T18:09:50.967Z
1232026-05-13T18:09:50.967ZChanged packages:
1242026-05-13T18:09:50.967Zhelios
1252026-05-13T18:09:50.967Z developer/build-essential
1262026-05-13T18:09:50.967Z None -> 11-3.0
1272026-05-13T18:09:50.967Z library/libxmlsec1
1282026-05-13T18:09:50.967Z None -> 1.2.35-3.0
1292026-05-13T18:09:51.011Z
1302026-05-13T18:09:51.011ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-13T18:09:51.484ZDownload: Completed 1.28 MB in 0.47 seconds (2.7M/s)
1322026-05-13T18:09:51.563Z Actions: 1/268 actions (Installing new actions)
1332026-05-13T18:09:51.614Z Actions: Completed 268 actions in 0.05 seconds.
1342026-05-13T18:09:51.623ZFinalize: Updating package state database ... Done (0.007s)
1352026-05-13T18:09:51.623ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-13T18:09:51.640ZFinalize: Updating image state ... Done (0.015s)
1372026-05-13T18:09:54.440ZFinalize: Creating fast lookup database ... Done (2.781s)
1382026-05-13T18:09:54.527ZFinalize: Reading search index ... Done (0.026s)
1392026-05-13T18:09:54.531ZFinalize: Updating search index ... Done (0.000s)
1402026-05-13T18:09:54.616ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-13T18:09:54.912ZPlanning: Evaluating mediator changes ... Done
1422026-05-13T18:09:55.018ZPlanning: Checking for conflicting actions ... Done
1432026-05-13T18:09:55.021ZPlanning: Consolidating action changes ... Done
1442026-05-13T18:09:55.179ZPlanning: Evaluating mediators ... Done
1452026-05-13T18:09:55.183ZPlanning: Planning completed in 0.27 seconds
1462026-05-13T18:09:55.205Z Mediators to change: 2
1472026-05-13T18:09:55.205Z Create boot environment: No
1482026-05-13T18:09:55.205ZCreate backup boot environment: No
1492026-05-13T18:09:55.275ZFinalize: Updating package state database ... Done
1502026-05-13T18:09:55.275ZFinalize: Updating package cache ... Done
1512026-05-13T18:09:55.285ZFinalize: Updating image state ... Done
1522026-05-13T18:09:57.234ZFinalize: Creating fast lookup database ... Done
1532026-05-13T18:09:57.296ZFinalize: Reading search index ... Done
1542026-05-13T18:09:57.299ZFinalize: Updating search index ... Done
1552026-05-13T18:09:57.388ZFinalize: Updating package cache ... Done
1562026-05-13T18:09:57.674ZPlanning: Evaluating mediator changes ... Done
1572026-05-13T18:09:57.779ZPlanning: Checking for conflicting actions ... Done
1582026-05-13T18:09:57.782ZPlanning: Consolidating action changes ... Done
1592026-05-13T18:09:57.936ZPlanning: Evaluating mediators ... Done
1602026-05-13T18:09:57.939ZPlanning: Planning completed in 0.26 seconds
1612026-05-13T18:09:57.960Z Mediators to change: 1
1622026-05-13T18:09:57.960Z Create boot environment: No
1632026-05-13T18:09:57.960ZCreate backup boot environment: No
1642026-05-13T18:09:58.019ZFinalize: Updating package state database ... Done
1652026-05-13T18:09:58.019ZFinalize: Updating package cache ... Done
1662026-05-13T18:09:58.029ZFinalize: Updating image state ... Done
1672026-05-13T18:09:59.983ZFinalize: Creating fast lookup database ... Done
1682026-05-13T18:10:00.043ZFinalize: Reading search index ... Done
1692026-05-13T18:10:00.046ZFinalize: Updating search index ... Done
1702026-05-13T18:10:00.108ZFinalize: Updating package cache ... Done
1712026-05-13T18:10:00.420ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-13T18:10:00.420Zapache system 2.4 system
1732026-05-13T18:10:00.420Zclang system 15 system
1742026-05-13T18:10:00.420Zcsh system system illumos
1752026-05-13T18:10:00.420Zctags system system illumos
1762026-05-13T18:10:00.420Zfile vendor vendor darwinsys
1772026-05-13T18:10:00.421Zfile system system illumos
1782026-05-13T18:10:00.421Zgcc vendor 14 vendor
1792026-05-13T18:10:00.421Zgcc system 13 system
1802026-05-13T18:10:00.421Zgcc system 10 system
1812026-05-13T18:10:00.421Zgo system 1.25 system
1822026-05-13T18:10:00.421Zllvm system 15 system
1832026-05-13T18:10:00.421Zmariadb system 11.4 system
1842026-05-13T18:10:00.421Zmta vendor vendor dma
1852026-05-13T18:10:00.421Zopenjdk system 17 system
1862026-05-13T18:10:00.421Zopenjdk system 11 system
1872026-05-13T18:10:00.421Zopenssl vendor 3 vendor
1882026-05-13T18:10:00.421Zperl system 5.40 system
1892026-05-13T18:10:00.421Zpostgresql system 18 system
1902026-05-13T18:10:00.421Zpostgresql system 17 system
1912026-05-13T18:10:00.421Zpython vendor 3 vendor
1922026-05-13T18:10:00.421Zpython system 2 system
1932026-05-13T18:10:00.421Zpython3 vendor 3.13 vendor
1942026-05-13T18:10:00.421Zruby system 3.4 system
1952026-05-13T18:10:00.421Zruby system 3.0 system
1962026-05-13T18:10:00.421Zwords vendor vendor american-english
1972026-05-13T18:10:00.421Zwords system system australian-english
1982026-05-13T18:10:00.421Zwords system system british-english
1992026-05-13T18:10:00.421Zwords system system canadian-english
2002026-05-13T18:10:00.421Zwords system system french
2012026-05-13T18:10:00.421Zwords system system italian
2022026-05-13T18:10:00.421Zwords system system ngerman
2032026-05-13T18:10:00.421Zwords system system ogerman
2042026-05-13T18:10:00.421Zwords system system spanish
2052026-05-13T18:10:00.676ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-13T18:10:00.676Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-13T18:10:00.950ZFMRI IFO
2082026-05-13T18:10:00.950Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-13T18:10:00.950Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-13T18:10:00.950Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-13T18:10:00.950Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-13T18:10:00.950Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-13T18:10:00.950Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-13T18:10:00.950Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-13T18:10:00.950Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-13T18:10:00.950Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-13T18:10:01.186Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-13T18:10:01.571Z Updating crates.io index
2192026-05-13T18:10:01.575Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-13T18:10:02.266Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-13T18:10:02.956Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-13T18:10:03.530Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-13T18:10:04.578Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-13T18:10:05.449Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-13T18:10:07.160Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-13T18:10:07.898Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-13T18:10:08.247Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-13T18:10:09.096Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-13T18:10:09.612Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-13T18:10:09.955Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-13T18:10:10.306Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-13T18:10:11.352Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-13T18:10:11.956Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2342026-05-13T18:10:12.242Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2352026-05-13T18:10:12.601Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2362026-05-13T18:10:12.935Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2372026-05-13T18:10:13.249Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2382026-05-13T18:10:13.484Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2392026-05-13T18:10:13.737Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2402026-05-13T18:10:14.194Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2412026-05-13T18:10:14.653Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2422026-05-13T18:10:15.088Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2432026-05-13T18:10:15.376Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2442026-05-13T18:10:15.684Z Updating git repository `https://github.com/oxidecomputer/ispf`
2452026-05-13T18:10:16.624Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2462026-05-13T18:10:16.846Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-05-13T18:10:17.606Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2482026-05-13T18:10:18.027Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2492026-05-13T18:10:18.328Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2502026-05-13T18:10:18.693Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2512026-05-13T18:10:19.002Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2522026-05-13T18:10:19.585Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2532026-05-13T18:10:19.831Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2542026-05-13T18:10:20.090Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2552026-05-13T18:10:20.345Z Updating git repository `https://github.com/illumos/smf-rs`
2562026-05-13T18:10:20.715Z Updating git repository `https://github.com/oxidecomputer/omicron`
2572026-05-13T18:10:37.835Z Downloading crates ...
2582026-05-13T18:10:37.887Z Downloaded anstream v0.6.21
2592026-05-13T18:10:37.907Z Downloaded utf8_iter v1.0.4
2602026-05-13T18:10:37.911Z Downloaded thread-id v4.2.2
2612026-05-13T18:10:37.911Z Downloaded ucd-trie v0.1.7
2622026-05-13T18:10:37.911Z Downloaded typenum v1.19.0
2632026-05-13T18:10:37.914Z Downloaded thiserror v2.0.18
2642026-05-13T18:10:37.917Z Downloaded zmij v1.0.21
2652026-05-13T18:10:37.920Z Downloaded zerocopy-derive v0.7.35
2662026-05-13T18:10:37.923Z Downloaded toml_datetime v0.6.11
2672026-05-13T18:10:37.923Z Downloaded zerofrom v0.1.6
2682026-05-13T18:10:37.927Z Downloaded textwrap v0.16.2
2692026-05-13T18:10:37.927Z Downloaded usdt-attr-macro v0.5.0
2702026-05-13T18:10:37.931Z Downloaded usdt v0.5.0
2712026-05-13T18:10:37.935Z Downloaded yoke-derive v0.8.1
2722026-05-13T18:10:37.935Z Downloaded utf8parse v0.2.2
2732026-05-13T18:10:37.935Z Downloaded plain v0.2.3
2742026-05-13T18:10:37.935Z Downloaded yoke v0.8.1
2752026-05-13T18:10:37.938Z Downloaded tinystr v0.8.2
2762026-05-13T18:10:37.938Z Downloaded usdt-impl v0.5.0
2772026-05-13T18:10:37.941Z Downloaded zerovec-derive v0.11.2
2782026-05-13T18:10:37.948Z Downloaded writeable v0.6.2
2792026-05-13T18:10:37.951Z Downloaded unicode-linebreak v0.1.5
2802026-05-13T18:10:37.954Z Downloaded url v2.5.8
2812026-05-13T18:10:37.954Z Downloaded unicode-ident v1.0.24
2822026-05-13T18:10:37.957Z Downloaded semver v1.0.28
2832026-05-13T18:10:37.957Z Downloaded zerofrom-derive v0.1.6
2842026-05-13T18:10:37.957Z Downloaded typeid v1.0.3
2852026-05-13T18:10:37.960Z Downloaded toml v0.8.23
2862026-05-13T18:10:37.960Z Downloaded thiserror-impl v1.0.69
2872026-05-13T18:10:37.960Z Downloaded version_check v0.9.5
2882026-05-13T18:10:37.963Z Downloaded smawk v0.3.2
2892026-05-13T18:10:37.967Z Downloaded unicode-xid v0.2.6
2902026-05-13T18:10:37.967Z Downloaded log v0.4.29
2912026-05-13T18:10:37.971Z Downloaded zerotrie v0.2.3
2922026-05-13T18:10:37.971Z Downloaded usdt-macro v0.5.0
2932026-05-13T18:10:37.971Z Downloaded toml_write v0.1.2
2942026-05-13T18:10:37.971Z Downloaded cfg-if v1.0.4
2952026-05-13T18:10:37.975Z Downloaded toml_edit v0.22.27
2962026-05-13T18:10:37.975Z Downloaded cpufeatures v0.2.17
2972026-05-13T18:10:37.978Z Downloaded thiserror-impl v2.0.18
2982026-05-13T18:10:37.978Z Downloaded thiserror v1.0.69
2992026-05-13T18:10:37.978Z Downloaded ordered-float v2.10.1
3002026-05-13T18:10:37.981Z Downloaded pest_generator v2.8.6
3012026-05-13T18:10:37.984Z Downloaded itoa v1.0.17
3022026-05-13T18:10:37.990Z Downloaded dof v0.3.0
3032026-05-13T18:10:37.994Z Downloaded zerocopy v0.7.35
3042026-05-13T18:10:38.004Z Downloaded swrite v0.1.0
3052026-05-13T18:10:38.008Z Downloaded potential_utf v0.1.4
3062026-05-13T18:10:38.008Z Downloaded winnow v0.7.14
3072026-05-13T18:10:38.013Z Downloaded zerovec v0.11.5
3082026-05-13T18:10:38.013Z Downloaded scroll_derive v0.12.1
3092026-05-13T18:10:38.013Z Downloaded errno v0.3.14
3102026-05-13T18:10:38.017Z Downloaded unicode-width v0.1.14
3112026-05-13T18:10:38.017Z Downloaded strsim v0.11.1
3122026-05-13T18:10:38.017Z Downloaded unicode-width v0.2.0
3132026-05-13T18:10:38.020Z Downloaded generic-array v0.14.7
3142026-05-13T18:10:38.027Z Downloaded percent-encoding v2.3.2
3152026-05-13T18:10:38.031Z Downloaded autocfg v1.5.0
3162026-05-13T18:10:38.031Z Downloaded block-buffer v0.10.4
3172026-05-13T18:10:38.048Z Downloaded equivalent v1.0.2
3182026-05-13T18:10:38.051Z Downloaded cargo-platform v0.2.0
3192026-05-13T18:10:38.051Z Downloaded pretty-hex v0.4.1
3202026-05-13T18:10:38.054Z Downloaded dtrace-parser v0.2.0
3212026-05-13T18:10:38.063Z Downloaded fnv v1.0.7
3222026-05-13T18:10:38.071Z Downloaded idna_adapter v1.2.1
3232026-05-13T18:10:38.076Z Downloaded serde-value v0.7.0
3242026-05-13T18:10:38.083Z Downloaded terminal_size v0.4.3
3252026-05-13T18:10:38.090Z Downloaded heck v0.5.0
3262026-05-13T18:10:38.095Z Downloaded memmap v0.7.0
3272026-05-13T18:10:38.098Z Downloaded fastrand v2.3.0
3282026-05-13T18:10:38.103Z Downloaded stable_deref_trait v1.2.1
3292026-05-13T18:10:38.106Z Downloaded is_terminal_polyfill v1.70.2
3302026-05-13T18:10:38.110Z Downloaded bytecount v0.6.9
3312026-05-13T18:10:38.114Z Downloaded erased-serde v0.4.9
3322026-05-13T18:10:38.114Z Downloaded anstyle-parse v0.2.7
3332026-05-13T18:10:38.115Z Downloaded anstyle v1.0.13
3342026-05-13T18:10:38.119Z Downloaded proc-macro-error-attr v1.0.4
3352026-05-13T18:10:38.124Z Downloaded macaddr v1.0.1
3362026-05-13T18:10:38.124Z Downloaded clap_lex v1.0.0
3372026-05-13T18:10:38.131Z Downloaded crypto-common v0.1.7
3382026-05-13T18:10:38.139Z Downloaded colorchoice v1.0.4
3392026-05-13T18:10:38.146Z Downloaded tabled_derive v0.7.0
3402026-05-13T18:10:38.150Z Downloaded heck v0.4.1
3412026-05-13T18:10:38.153Z Downloaded serde_spanned v0.6.9
3422026-05-13T18:10:38.161Z Downloaded synstructure v0.13.2
3432026-05-13T18:10:38.165Z Downloaded serde-untagged v0.1.9
3442026-05-13T18:10:38.168Z Downloaded scroll v0.12.0
3452026-05-13T18:10:38.174Z Downloaded cargo_toml v0.21.0
3462026-05-13T18:10:38.177Z Downloaded anstyle-query v1.1.5
3472026-05-13T18:10:38.186Z Downloaded camino-tempfile v1.4.1
3482026-05-13T18:10:38.194Z Downloaded displaydoc v0.2.5
3492026-05-13T18:10:38.205Z Downloaded digest v0.10.7
3502026-05-13T18:10:38.210Z Downloaded proc-macro-error v1.0.4
3512026-05-13T18:10:38.217Z Downloaded sha2 v0.10.9
3522026-05-13T18:10:38.220Z Downloaded serde_tokenstream v0.2.3
3532026-05-13T18:10:38.226Z Downloaded form_urlencoded v1.2.2
3542026-05-13T18:10:38.232Z Downloaded byteorder v1.5.0
3552026-05-13T18:10:38.240Z Downloaded litemap v0.8.1
3562026-05-13T18:10:38.246Z Downloaded fs-err v3.3.0
3572026-05-13T18:10:38.246Z Downloaded quote v1.0.45
3582026-05-13T18:10:38.251Z Downloaded anyhow v1.0.102
3592026-05-13T18:10:38.255Z Downloaded cargo_metadata v0.21.0
3602026-05-13T18:10:38.259Z Downloaded smallvec v1.15.1
3612026-05-13T18:10:38.263Z Downloaded clap_derive v4.5.55
3622026-05-13T18:10:38.263Z Downloaded serde_core v1.0.228
3632026-05-13T18:10:38.266Z Downloaded once_cell v1.21.3
3642026-05-13T18:10:38.266Z Downloaded tempfile v3.25.0
3652026-05-13T18:10:38.266Z Downloaded bitflags v2.11.0
3662026-05-13T18:10:38.286Z Downloaded camino v1.2.2
3672026-05-13T18:10:38.291Z Downloaded icu_properties v2.1.2
3682026-05-13T18:10:38.299Z Downloaded serde_derive v1.0.228
3692026-05-13T18:10:38.308Z Downloaded clap v4.5.60
3702026-05-13T18:10:38.313Z Downloaded papergrid v0.11.0
3712026-05-13T18:10:38.316Z Downloaded cargo-util-schemas v0.8.2
3722026-05-13T18:10:38.321Z Downloaded num-traits v0.2.19
3732026-05-13T18:10:38.324Z Downloaded pest_derive v2.8.6
3742026-05-13T18:10:38.328Z Downloaded getrandom v0.4.1
3752026-05-13T18:10:38.329Z Downloaded proc-macro2 v1.0.106
3762026-05-13T18:10:38.333Z Downloaded icu_normalizer_data v2.1.1
3772026-05-13T18:10:38.338Z Downloaded icu_locale_core v2.1.1
3782026-05-13T18:10:38.342Z Downloaded serde v1.0.228
3792026-05-13T18:10:38.355Z Downloaded icu_provider v2.1.1
3802026-05-13T18:10:38.359Z Downloaded icu_normalizer v2.1.1
3812026-05-13T18:10:38.363Z Downloaded memchr v2.8.0
3822026-05-13T18:10:38.367Z Downloaded pest_meta v2.8.6
3832026-05-13T18:10:38.367Z Downloaded icu_collections v2.1.1
3842026-05-13T18:10:38.403Z Downloaded pest v2.8.6
3852026-05-13T18:10:38.406Z Downloaded indexmap v2.14.0
3862026-05-13T18:10:38.412Z Downloaded icu_properties_data v2.1.2
3872026-05-13T18:10:38.430Z Downloaded hashbrown v0.17.0
3882026-05-13T18:10:38.433Z Downloaded idna v1.1.0
3892026-05-13T18:10:38.437Z Downloaded serde_json v1.0.149
3902026-05-13T18:10:38.440Z Downloaded clap_builder v4.5.60
3912026-05-13T18:10:38.449Z Downloaded goblin v0.8.2
3922026-05-13T18:10:38.464Z Downloaded tabled v0.15.0
3932026-05-13T18:10:38.473Z Downloaded syn v1.0.109
3942026-05-13T18:10:38.480Z Downloaded syn v2.0.117
3952026-05-13T18:10:38.492Z Downloaded rustix v1.1.3
3962026-05-13T18:10:38.526Z Downloaded libc v0.2.185
3972026-05-13T18:10:38.592Z Compiling proc-macro2 v1.0.106
3982026-05-13T18:10:38.595Z Compiling quote v1.0.45
3992026-05-13T18:10:38.595Z Compiling unicode-ident v1.0.24
4002026-05-13T18:10:38.595Z Compiling serde_core v1.0.228
4012026-05-13T18:10:38.595Z Compiling libc v0.2.185
4022026-05-13T18:10:38.595Z Compiling version_check v0.9.5
4032026-05-13T18:10:38.595Z Compiling serde v1.0.228
4042026-05-13T18:10:38.595Z Compiling stable_deref_trait v1.2.1
4052026-05-13T18:10:38.595Z Compiling memchr v2.8.0
4062026-05-13T18:10:38.595Z Compiling zmij v1.0.21
4072026-05-13T18:10:38.595Z Compiling itoa v1.0.17
4082026-05-13T18:10:38.595Z Compiling ucd-trie v0.1.7
4092026-05-13T18:10:38.776Z Compiling autocfg v1.5.0
4102026-05-13T18:10:38.779Z Compiling thiserror v1.0.69
4112026-05-13T18:10:38.779Z Compiling litemap v0.8.1
4122026-05-13T18:10:39.011Z Compiling writeable v0.6.2
4132026-05-13T18:10:39.034Z Compiling icu_properties_data v2.1.2
4142026-05-13T18:10:39.086Z Compiling icu_normalizer_data v2.1.1
4152026-05-13T18:10:39.118Z Compiling rustix v1.1.3
4162026-05-13T18:10:39.215Z Compiling pest v2.8.6
4172026-05-13T18:10:39.247Z Compiling byteorder v1.5.0
4182026-05-13T18:10:39.475Z Compiling bitflags v2.11.0
4192026-05-13T18:10:39.538Z Compiling serde_json v1.0.149
4202026-05-13T18:10:39.542Z Compiling num-traits v0.2.19
4212026-05-13T18:10:39.542Z Compiling smallvec v1.15.1
4222026-05-13T18:10:39.741Z Compiling equivalent v1.0.2
4232026-05-13T18:10:39.778Z Compiling hashbrown v0.17.0
4242026-05-13T18:10:39.794Z Compiling typeid v1.0.3
4252026-05-13T18:10:39.810Z Compiling proc-macro-error-attr v1.0.4
4262026-05-13T18:10:39.862Z Compiling usdt-impl v0.5.0
4272026-05-13T18:10:39.934Z Compiling syn v1.0.109
4282026-05-13T18:10:39.939Z Compiling toml_write v0.1.2
4292026-05-13T18:10:39.968Z Compiling winnow v0.7.14
4302026-05-13T18:10:39.971Z Compiling erased-serde v0.4.9
4312026-05-13T18:10:40.001Z Compiling proc-macro-error v1.0.4
4322026-05-13T18:10:40.061Z Compiling camino v1.2.2
4332026-05-13T18:10:40.168Z Compiling thiserror v2.0.18
4342026-05-13T18:10:40.202Z Compiling log v0.4.29
4352026-05-13T18:10:40.250Z Compiling errno v0.3.14
4362026-05-13T18:10:40.253Z Compiling thread-id v4.2.2
4372026-05-13T18:10:40.303Z Compiling utf8_iter v1.0.4
4382026-05-13T18:10:40.322Z Compiling indexmap v2.14.0
4392026-05-13T18:10:40.365Z Compiling pest_meta v2.8.6
4402026-05-13T18:10:40.416Z Compiling getrandom v0.4.1
4412026-05-13T18:10:40.416Z Compiling percent-encoding v2.3.2
4422026-05-13T18:10:40.462Z Compiling utf8parse v0.2.2
4432026-05-13T18:10:40.466Z Compiling plain v0.2.3
4442026-05-13T18:10:40.615Z Compiling form_urlencoded v1.2.2
4452026-05-13T18:10:40.631Z Compiling anstyle-parse v0.2.7
4462026-05-13T18:10:40.663Z Compiling is_terminal_polyfill v1.70.2
4472026-05-13T18:10:40.680Z Compiling cfg-if v1.0.4
4482026-05-13T18:10:40.771Z Compiling syn v2.0.117
4492026-05-13T18:10:40.808Z Compiling anstyle-query v1.1.5
4502026-05-13T18:10:40.825Z Compiling ordered-float v2.10.1
4512026-05-13T18:10:40.863Z Compiling pretty-hex v0.4.1
4522026-05-13T18:10:40.881Z Compiling colorchoice v1.0.4
4532026-05-13T18:10:40.914Z Compiling anstyle v1.0.13
4542026-05-13T18:10:41.004Z Compiling fs-err v3.3.0
4552026-05-13T18:10:41.022Z Compiling bytecount v0.6.9
4562026-05-13T18:10:41.041Z Compiling unicode-xid v0.2.6
4572026-05-13T18:10:41.044Z Compiling heck v0.5.0
4582026-05-13T18:10:41.114Z Compiling anstream v0.6.21
4592026-05-13T18:10:41.141Z Compiling once_cell v1.21.3
4602026-05-13T18:10:41.175Z Compiling clap_lex v1.0.0
4612026-05-13T18:10:41.180Z Compiling fnv v1.0.7
4622026-05-13T18:10:41.209Z Compiling unicode-width v0.1.14
4632026-05-13T18:10:41.227Z Compiling fastrand v2.3.0
4642026-05-13T18:10:41.315Z Compiling terminal_size v0.4.3
4652026-05-13T18:10:41.332Z Compiling heck v0.4.1
4662026-05-13T18:10:41.350Z Compiling strsim v0.11.1
4672026-05-13T18:10:41.375Z Compiling anyhow v1.0.102
4682026-05-13T18:10:41.432Z Compiling tempfile v3.25.0
4692026-05-13T18:10:41.470Z Compiling papergrid v0.11.0
4702026-05-13T18:10:41.531Z Compiling memmap v0.7.0
4712026-05-13T18:10:41.560Z Compiling clap_builder v4.5.60
4722026-05-13T18:10:41.578Z Compiling smawk v0.3.2
4732026-05-13T18:10:41.581Z Compiling unicode-linebreak v0.1.5
4742026-05-13T18:10:41.612Z Compiling unicode-width v0.2.0
4752026-05-13T18:10:41.748Z Compiling semver v1.0.28
4762026-05-13T18:10:41.847Z Compiling textwrap v0.16.2
4772026-05-13T18:10:41.881Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4782026-05-13T18:10:41.909Z Compiling swrite v0.1.0
4792026-05-13T18:10:42.095Z Compiling camino-tempfile v1.4.1
4802026-05-13T18:10:42.113Z Compiling serde-untagged v0.1.9
4812026-05-13T18:10:42.469Z Compiling tabled_derive v0.7.0
4822026-05-13T18:10:43.128Z Compiling tabled v0.15.0
4832026-05-13T18:10:43.290Z Compiling synstructure v0.13.2
4842026-05-13T18:10:43.290Z Compiling pest_generator v2.8.6
4852026-05-13T18:10:43.809Z Compiling serde_derive v1.0.228
4862026-05-13T18:10:43.809Z Compiling zerofrom-derive v0.1.6
4872026-05-13T18:10:43.809Z Compiling yoke-derive v0.8.1
4882026-05-13T18:10:43.812Z Compiling zerovec-derive v0.11.2
4892026-05-13T18:10:43.812Z Compiling displaydoc v0.2.5
4902026-05-13T18:10:43.812Z Compiling thiserror-impl v1.0.69
4912026-05-13T18:10:43.812Z Compiling zerocopy-derive v0.7.35
4922026-05-13T18:10:43.812Z Compiling scroll_derive v0.12.1
4932026-05-13T18:10:43.812Z Compiling thiserror-impl v2.0.18
4942026-05-13T18:10:43.812Z Compiling clap_derive v4.5.55
4952026-05-13T18:10:43.858Z Compiling pest_derive v2.8.6
4962026-05-13T18:10:44.548Z Compiling zerocopy v0.7.35
4972026-05-13T18:10:44.581Z Compiling scroll v0.12.0
4982026-05-13T18:10:44.800Z Compiling goblin v0.8.2
4992026-05-13T18:10:44.899Z Compiling zerofrom v0.1.6
5002026-05-13T18:10:44.968Z Compiling dtrace-parser v0.2.0
5012026-05-13T18:10:45.001Z Compiling yoke v0.8.1
5022026-05-13T18:10:45.162Z Compiling zerovec v0.11.5
5032026-05-13T18:10:45.163Z Compiling zerotrie v0.2.3
5042026-05-13T18:10:45.195Z Compiling clap v4.5.60
5052026-05-13T18:10:45.574Z Compiling tinystr v0.8.2
5062026-05-13T18:10:45.574Z Compiling potential_utf v0.1.4
5072026-05-13T18:10:45.697Z Compiling icu_collections v2.1.1
5082026-05-13T18:10:45.726Z Compiling icu_locale_core v2.1.1
5092026-05-13T18:10:46.305Z Compiling dof v0.3.0
5102026-05-13T18:10:46.305Z Compiling serde_tokenstream v0.2.3
5112026-05-13T18:10:46.321Z Compiling icu_provider v2.1.1
5122026-05-13T18:10:46.324Z Compiling serde_spanned v0.6.9
5132026-05-13T18:10:46.324Z Compiling toml_datetime v0.6.11
5142026-05-13T18:10:46.339Z Compiling serde-value v0.7.0
5152026-05-13T18:10:46.344Z Compiling cargo-platform v0.2.0
5162026-05-13T18:10:46.344Z Compiling macaddr v1.0.1
5172026-05-13T18:10:46.561Z Compiling icu_normalizer v2.1.1
5182026-05-13T18:10:46.566Z Compiling icu_properties v2.1.2
5192026-05-13T18:10:46.577Z Compiling toml_edit v0.22.27
5202026-05-13T18:10:46.986Z Compiling usdt-attr-macro v0.5.0
5212026-05-13T18:10:46.989Z Compiling usdt-macro v0.5.0
5222026-05-13T18:10:47.387Z Compiling idna_adapter v1.2.1
5232026-05-13T18:10:47.491Z Compiling idna v1.1.0
5242026-05-13T18:10:47.563Z Compiling usdt v0.5.0
5252026-05-13T18:10:47.745Z Compiling url v2.5.8
5262026-05-13T18:10:47.856Z Compiling toml v0.8.23
5272026-05-13T18:10:48.180Z Compiling cargo-util-schemas v0.8.2
5282026-05-13T18:10:48.180Z Compiling cargo_toml v0.21.0
5292026-05-13T18:10:48.961Z Compiling cargo_metadata v0.21.0
5302026-05-13T18:10:49.867Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5312026-05-13T18:10:51.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.96s
5322026-05-13T18:10:52.236Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5332026-05-13T18:10:52.791Z Downloading crates ...
5342026-05-13T18:10:52.893Z Downloaded array-init v0.0.4
5352026-05-13T18:10:52.903Z Downloaded darling_macro v0.23.0
5362026-05-13T18:10:52.907Z Downloaded cfg_aliases v0.2.1
5372026-05-13T18:10:52.907Z Downloaded defmt-parser v1.0.0
5382026-05-13T18:10:52.907Z Downloaded darling_macro v0.20.11
5392026-05-13T18:10:52.910Z Downloaded adler2 v2.0.1
5402026-05-13T18:10:52.910Z Downloaded block-padding v0.3.3
5412026-05-13T18:10:52.910Z Downloaded base16ct v0.2.0
5422026-05-13T18:10:52.913Z Downloaded defmt v0.3.100
5432026-05-13T18:10:52.913Z Downloaded crossbeam-utils v0.8.21
5442026-05-13T18:10:52.913Z Downloaded deranged v0.5.8
5452026-05-13T18:10:52.916Z Downloaded bcrypt-pbkdf v0.10.0
5462026-05-13T18:10:52.920Z Downloaded defmt-macros v1.0.1
5472026-05-13T18:10:52.920Z Downloaded der_derive v0.7.3
5482026-05-13T18:10:52.925Z Downloaded defmt v1.0.1
5492026-05-13T18:10:52.925Z Downloaded darling_macro v0.21.3
5502026-05-13T18:10:52.925Z Downloaded crucible-workspace-hack v0.1.0
5512026-05-13T18:10:52.925Z Downloaded convert_case v0.4.0
5522026-05-13T18:10:52.928Z Downloaded debug-ignore v1.0.5
5532026-05-13T18:10:52.928Z Downloaded cpufeatures v0.3.0
5542026-05-13T18:10:52.928Z Downloaded downcast-rs v2.0.2
5552026-05-13T18:10:52.931Z Downloaded buf-list v1.1.2
5562026-05-13T18:10:52.931Z Downloaded bit-vec v0.8.0
5572026-05-13T18:10:52.934Z Downloaded dirs-sys-next v0.1.2
5582026-05-13T18:10:52.934Z Downloaded diesel_table_macro_syntax v0.3.0
5592026-05-13T18:10:52.934Z Downloaded dropshot_endpoint v0.17.0
5602026-05-13T18:10:52.937Z Downloaded cargo-platform v0.1.9
5612026-05-13T18:10:52.937Z Downloaded const_format_proc_macros v0.2.34
5622026-05-13T18:10:52.940Z Downloaded base64ct v1.8.3
5632026-05-13T18:10:52.940Z Downloaded compression-codecs v0.4.37
5642026-05-13T18:10:52.943Z Downloaded env_logger v0.11.9
5652026-05-13T18:10:52.946Z Downloaded derive_builder_macro v0.20.2
5662026-05-13T18:10:52.946Z Downloaded derive_builder v0.20.2
5672026-05-13T18:10:52.950Z Downloaded embedded-io v0.4.0
5682026-05-13T18:10:52.950Z Downloaded document-features v0.2.12
5692026-05-13T18:10:52.950Z Downloaded dunce v1.0.5
5702026-05-13T18:10:52.953Z Downloaded daft v0.1.5
5712026-05-13T18:10:52.953Z Downloaded des v0.8.1
5722026-05-13T18:10:52.953Z Downloaded foreign-types v0.3.2
5732026-05-13T18:10:52.957Z Downloaded critical-section v1.2.0
5742026-05-13T18:10:52.957Z Downloaded filetime v0.2.27
5752026-05-13T18:10:52.958Z Downloaded console v0.16.2
5762026-05-13T18:10:52.958Z Downloaded flagset v0.4.7
5772026-05-13T18:10:52.961Z Downloaded cfg_aliases v0.1.1
5782026-05-13T18:10:52.961Z Downloaded crossbeam-epoch v0.9.18
5792026-05-13T18:10:52.961Z Downloaded aead v0.5.2
5802026-05-13T18:10:52.964Z Downloaded fallible-iterator v0.2.0
5812026-05-13T18:10:52.964Z Downloaded erased-serde v0.3.31
5822026-05-13T18:10:52.964Z Downloaded dropshot_endpoint v0.16.7
5832026-05-13T18:10:52.967Z Downloaded ctr v0.9.2
5842026-05-13T18:10:52.970Z Downloaded derive_builder_core v0.20.2
5852026-05-13T18:10:52.970Z Downloaded atty v0.2.14
5862026-05-13T18:10:52.970Z Downloaded async-recursion v1.1.1
5872026-05-13T18:10:52.974Z Downloaded dropshot-api-manager-types v0.7.1
5882026-05-13T18:10:52.974Z Downloaded difflib v0.4.0
5892026-05-13T18:10:52.974Z Downloaded crc8 v0.1.1
5902026-05-13T18:10:52.977Z Downloaded crossbeam-deque v0.8.6
5912026-05-13T18:10:52.977Z Downloaded dof v0.4.0
5922026-05-13T18:10:52.977Z Downloaded cobs v0.3.0
5932026-05-13T18:10:52.982Z Downloaded bzip2 v0.6.1
5942026-05-13T18:10:52.982Z Downloaded crunchy v0.2.4
5952026-05-13T18:10:52.982Z Downloaded endian-type v0.1.2
5962026-05-13T18:10:52.982Z Downloaded assert_matches v1.5.0
5972026-05-13T18:10:52.985Z Downloaded float-ord v0.3.2
5982026-05-13T18:10:52.985Z Downloaded fixedbitset v0.4.2
5992026-05-13T18:10:52.985Z Downloaded curve25519-dalek-derive v0.1.1
6002026-05-13T18:10:52.985Z Downloaded embedded-io v0.6.1
6012026-05-13T18:10:52.985Z Downloaded darling v0.21.3
6022026-05-13T18:10:52.989Z Downloaded fd-lock v4.0.4
6032026-05-13T18:10:52.992Z Downloaded enum-as-inner v0.6.1
6042026-05-13T18:10:52.992Z Downloaded dirs-next v2.0.0
6052026-05-13T18:10:52.992Z Downloaded dtrace-parser v0.3.0
6062026-05-13T18:10:52.995Z Downloaded colored v3.1.1
6072026-05-13T18:10:52.995Z Downloaded argon2 v0.5.3
6082026-05-13T18:10:52.998Z Downloaded compression-core v0.4.31
6092026-05-13T18:10:52.998Z Downloaded ciborium-io v0.2.2
6102026-05-13T18:10:52.998Z Downloaded der v0.7.10
6112026-05-13T18:10:53.001Z Downloaded display-error-chain v0.2.2
6122026-05-13T18:10:53.001Z Downloaded cstr-argument v0.1.2
6132026-05-13T18:10:53.004Z Downloaded crc32fast v1.5.0
6142026-05-13T18:10:53.004Z Downloaded cmake v0.1.57
6152026-05-13T18:10:53.004Z Downloaded allocator-api2 v0.2.21
6162026-05-13T18:10:53.016Z Downloaded ciborium-ll v0.2.2
6172026-05-13T18:10:53.016Z Downloaded data-encoding v2.10.0
6182026-05-13T18:10:53.016Z Downloaded float-cmp v0.10.0
6192026-05-13T18:10:53.016Z Downloaded env_filter v1.0.0
6202026-05-13T18:10:53.016Z Downloaded dyn-clone v1.0.20
6212026-05-13T18:10:53.016Z Downloaded atomicwrites v0.4.4
6222026-05-13T18:10:53.016Z Downloaded foreign-types-shared v0.3.1
6232026-05-13T18:10:53.016Z Downloaded funty v2.0.0
6242026-05-13T18:10:53.020Z Downloaded bit-set v0.5.3
6252026-05-13T18:10:53.020Z Downloaded async-stream v0.3.6
6262026-05-13T18:10:53.020Z Downloaded ascii-canvas v3.0.0
6272026-05-13T18:10:53.020Z Downloaded dsl_auto_type v0.2.0
6282026-05-13T18:10:53.020Z Downloaded crc-catalog v2.4.0
6292026-05-13T18:10:53.020Z Downloaded bitfield-struct v0.6.2
6302026-05-13T18:10:53.020Z Downloaded crc v3.4.0
6312026-05-13T18:10:53.023Z Downloaded castaway v0.2.4
6322026-05-13T18:10:53.023Z Downloaded futures-macro v0.3.32
6332026-05-13T18:10:53.023Z Downloaded expectorate v1.2.0
6342026-05-13T18:10:53.026Z Downloaded diesel-dtrace v0.5.0
6352026-05-13T18:10:53.026Z Downloaded darling v0.20.11
6362026-05-13T18:10:53.029Z Downloaded bit-set v0.8.0
6372026-05-13T18:10:53.029Z Downloaded atomic-waker v1.1.2
6382026-05-13T18:10:53.033Z Downloaded futures-core v0.3.32
6392026-05-13T18:10:53.033Z Downloaded ghash v0.5.1
6402026-05-13T18:10:53.033Z Downloaded async-stream-impl v0.3.6
6412026-05-13T18:10:53.033Z Downloaded bb8 v0.8.6
6422026-05-13T18:10:53.036Z Downloaded foreign-types-macros v0.2.3
6432026-05-13T18:10:53.036Z Downloaded futures-io v0.3.32
6442026-05-13T18:10:53.036Z Downloaded futures-sink v0.3.32
6452026-05-13T18:10:53.040Z Downloaded globwalk v0.9.1
6462026-05-13T18:10:53.040Z Downloaded hash32 v0.2.1
6472026-05-13T18:10:53.040Z Downloaded hash32 v0.3.1
6482026-05-13T18:10:53.044Z Downloaded fxhash v0.2.1
6492026-05-13T18:10:53.044Z Downloaded futures-task v0.3.32
6502026-05-13T18:10:53.044Z Downloaded camino-tempfile-ext v0.3.3
6512026-05-13T18:10:53.044Z Downloaded foreign-types-shared v0.1.1
6522026-05-13T18:10:53.044Z Downloaded bitfield-macros v0.19.4
6532026-05-13T18:10:53.044Z Downloaded headers-core v0.3.0
6542026-05-13T18:10:53.044Z Downloaded blowfish v0.9.1
6552026-05-13T18:10:53.048Z Downloaded hex-literal v0.4.1
6562026-05-13T18:10:53.048Z Downloaded bitfield v0.19.4
6572026-05-13T18:10:53.048Z Downloaded bitflags v1.3.2
6582026-05-13T18:10:53.053Z Downloaded async-trait v0.1.89
6592026-05-13T18:10:53.053Z Downloaded http-range v0.1.5
6602026-05-13T18:10:53.053Z Downloaded csv-core v0.1.13
6612026-05-13T18:10:53.053Z Downloaded http-body v1.0.1
6622026-05-13T18:10:53.057Z Downloaded ecdsa v0.16.9
6632026-05-13T18:10:53.057Z Downloaded chacha20 v0.9.1
6642026-05-13T18:10:53.057Z Downloaded cexpr v0.6.0
6652026-05-13T18:10:53.061Z Downloaded git-stub v1.0.0
6662026-05-13T18:10:53.061Z Downloaded cookie_store v0.22.1
6672026-05-13T18:10:53.061Z Downloaded console v0.15.11
6682026-05-13T18:10:53.064Z Downloaded fixedbitset v0.5.7
6692026-05-13T18:10:53.064Z Downloaded foreign-types v0.5.0
6702026-05-13T18:10:53.064Z Downloaded find-msvc-tools v0.1.9
6712026-05-13T18:10:53.067Z Downloaded home v0.5.12
6722026-05-13T18:10:53.067Z Downloaded either v1.15.0
6732026-05-13T18:10:53.067Z Downloaded ff v0.13.1
6742026-05-13T18:10:53.070Z Downloaded ena v0.14.4
6752026-05-13T18:10:53.070Z Downloaded hubpack_derive v0.1.1
6762026-05-13T18:10:53.070Z Downloaded hubpack v0.1.2
6772026-05-13T18:10:53.074Z Downloaded httpdate v1.0.3
6782026-05-13T18:10:53.074Z Downloaded derive-ex v0.1.8
6792026-05-13T18:10:53.074Z Downloaded gethostname v0.5.0
6802026-05-13T18:10:53.074Z Downloaded foldhash v0.1.5
6812026-05-13T18:10:53.077Z Downloaded ed25519 v2.2.3
6822026-05-13T18:10:53.077Z Downloaded cargo_metadata v0.19.2
6832026-05-13T18:10:53.080Z Downloaded darling v0.23.0
6842026-05-13T18:10:53.083Z Downloaded indent_write v2.2.0
6852026-05-13T18:10:53.083Z Downloaded ident_case v1.0.1
6862026-05-13T18:10:53.083Z Downloaded hyper-tls v0.6.0
6872026-05-13T18:10:53.087Z Downloaded indoc v1.0.9
6882026-05-13T18:10:53.090Z Downloaded hostname v0.3.1
6892026-05-13T18:10:53.094Z Downloaded foldhash v0.2.0
6902026-05-13T18:10:53.097Z Downloaded globset v0.4.18
6912026-05-13T18:10:53.100Z Downloaded bcs v0.1.6
6922026-05-13T18:10:53.100Z Downloaded hex v0.4.3
6932026-05-13T18:10:53.103Z Downloaded arrayvec v0.7.6
6942026-05-13T18:10:53.106Z Downloaded arc-swap v1.8.2
6952026-05-13T18:10:53.109Z Downloaded convert_case v0.10.0
6962026-05-13T18:10:53.112Z Downloaded arrayref v0.3.9
6972026-05-13T18:10:53.112Z Downloaded constant_time_eq v0.4.2
6982026-05-13T18:10:53.114Z Downloaded instability v0.3.11
6992026-05-13T18:10:53.117Z Downloaded inout v0.1.4
7002026-05-13T18:10:53.117Z Downloaded is_ci v1.2.0
7012026-05-13T18:10:53.117Z Downloaded bit-vec v0.6.3
7022026-05-13T18:10:53.117Z Downloaded byte-wrapper v0.1.0
7032026-05-13T18:10:53.120Z Downloaded corncobs v0.1.4
7042026-05-13T18:10:53.120Z Downloaded backoff v0.4.0
7052026-05-13T18:10:53.125Z Downloaded const-oid v0.9.6
7062026-05-13T18:10:53.128Z Downloaded drift v0.1.4
7072026-05-13T18:10:53.134Z Downloaded futures-executor v0.3.32
7082026-05-13T18:10:53.136Z Downloaded humantime v2.3.0
7092026-05-13T18:10:53.136Z Downloaded is-terminal v0.4.17
7102026-05-13T18:10:53.140Z Downloaded instant v0.1.13
7112026-05-13T18:10:53.141Z Downloaded cookie v0.18.1
7122026-05-13T18:10:53.141Z Downloaded chacha20poly1305 v0.10.1
7132026-05-13T18:10:53.144Z Downloaded lazy_static v1.5.0
7142026-05-13T18:10:53.144Z Downloaded lalrpop-util v0.19.12
7152026-05-13T18:10:53.145Z Downloaded bzip2 v0.4.4
7162026-05-13T18:10:53.145Z Downloaded diff v0.1.13
7172026-05-13T18:10:53.147Z Downloaded cipher v0.4.4
7182026-05-13T18:10:53.148Z Downloaded chacha20 v0.10.0
7192026-05-13T18:10:53.151Z Downloaded keccak v0.1.6
7202026-05-13T18:10:53.151Z Downloaded ingot v0.1.1
7212026-05-13T18:10:53.151Z Downloaded indoc v2.0.7
7222026-05-13T18:10:53.154Z Downloaded impl-trait-for-tuples v0.2.3
7232026-05-13T18:10:53.154Z Downloaded maplit v1.0.2
7242026-05-13T18:10:53.157Z Downloaded md5 v0.7.0
7252026-05-13T18:10:53.157Z Downloaded new_debug_unreachable v1.0.6
7262026-05-13T18:10:53.157Z Downloaded mime v0.3.17
7272026-05-13T18:10:53.158Z Downloaded memoffset v0.9.1
7282026-05-13T18:10:53.161Z Downloaded fs-err v2.11.0
7292026-05-13T18:10:53.161Z Downloaded blake2 v0.10.6
7302026-05-13T18:10:53.165Z Downloaded ar_archive_writer v0.5.1
7312026-05-13T18:10:53.165Z Downloaded multimap v0.10.1
7322026-05-13T18:10:53.165Z Downloaded group v0.13.0
7332026-05-13T18:10:53.168Z Downloaded cassowary v0.3.0
7342026-05-13T18:10:53.168Z Downloaded http-body-util v0.1.3
7352026-05-13T18:10:53.168Z Downloaded cbc v0.1.2
7362026-05-13T18:10:53.171Z Downloaded highway v1.3.0
7372026-05-13T18:10:53.171Z Downloaded half v1.8.3
7382026-05-13T18:10:53.174Z Downloaded glob v0.3.3
7392026-05-13T18:10:53.174Z Downloaded futures-channel v0.3.32
7402026-05-13T18:10:53.174Z Downloaded git-stub-vcs v0.1.0
7412026-05-13T18:10:53.177Z Downloaded cancel-safe-futures v0.1.5
7422026-05-13T18:10:53.177Z Downloaded lru-slab v0.1.2
7432026-05-13T18:10:53.180Z Downloaded ipnet v2.11.0
7442026-05-13T18:10:53.180Z Downloaded match_cfg v0.1.0
7452026-05-13T18:10:53.180Z Downloaded lzss v0.8.2
7462026-05-13T18:10:53.187Z Downloaded lru-cache v0.1.2
7472026-05-13T18:10:53.187Z Downloaded ipnetwork v0.21.1
7482026-05-13T18:10:53.187Z Downloaded nibble_vec v0.1.0
7492026-05-13T18:10:53.187Z Downloaded newtype-uuid-macros v0.1.0
7502026-05-13T18:10:53.193Z Downloaded fatfs v0.3.6
7512026-05-13T18:10:53.193Z Downloaded md-5 v0.10.6
7522026-05-13T18:10:53.193Z Downloaded maybe-uninit v2.0.0
7532026-05-13T18:10:53.193Z Downloaded newline-converter v0.3.0
7542026-05-13T18:10:53.194Z Downloaded daft-derive v0.1.5
7552026-05-13T18:10:53.197Z Downloaded elliptic-curve v0.13.8
7562026-05-13T18:10:53.197Z Downloaded colored v2.2.0
7572026-05-13T18:10:53.197Z Downloaded normalize-line-endings v0.3.0
7582026-05-13T18:10:53.200Z Downloaded newtype_derive v0.1.6
7592026-05-13T18:10:53.200Z Downloaded derive-where v1.6.0
7602026-05-13T18:10:53.203Z Downloaded nonempty v0.12.0
7612026-05-13T18:10:53.203Z Downloaded nodrop v0.1.14
7622026-05-13T18:10:53.203Z Downloaded darling_core v0.23.0
7632026-05-13T18:10:53.206Z Downloaded num-conv v0.2.0
7642026-05-13T18:10:53.206Z Downloaded linked-hash-map v0.5.6
7652026-05-13T18:10:53.212Z Downloaded iana-time-zone v0.1.65
7662026-05-13T18:10:53.212Z Downloaded libsw-core v0.3.2
7672026-05-13T18:10:53.215Z Downloaded libefi-sys v0.1.0
7682026-05-13T18:10:53.215Z Downloaded aes-gcm v0.10.3
7692026-05-13T18:10:53.215Z Downloaded managed v0.8.0
7702026-05-13T18:10:53.216Z Downloaded lock_api v0.4.14
7712026-05-13T18:10:53.216Z Downloaded linear-map v1.2.0
7722026-05-13T18:10:53.219Z Downloaded num_threads v0.1.7
7732026-05-13T18:10:53.219Z Downloaded num_enum_derive v0.5.11
7742026-05-13T18:10:53.219Z Downloaded ingot-types v0.1.2
7752026-05-13T18:10:53.219Z Downloaded hyper-staticfile v0.10.1
7762026-05-13T18:10:53.222Z Downloaded fs_extra v1.3.0
7772026-05-13T18:10:53.222Z Downloaded ahash v0.8.12
7782026-05-13T18:10:53.225Z Downloaded nanorand v0.7.0
7792026-05-13T18:10:53.225Z Downloaded crc-any v2.5.0
7802026-05-13T18:10:53.228Z Downloaded num v0.4.3
7812026-05-13T18:10:53.228Z Downloaded backon v1.6.0
7822026-05-13T18:10:53.231Z Downloaded getrandom v0.3.4
7832026-05-13T18:10:53.231Z Downloaded jobserver v0.1.34
7842026-05-13T18:10:53.234Z Downloaded futures v0.3.32
7852026-05-13T18:10:53.237Z Downloaded derive_more v0.99.20
7862026-05-13T18:10:53.240Z Downloaded num-iter v0.1.45
7872026-05-13T18:10:53.240Z Downloaded num-derive v0.4.2
7882026-05-13T18:10:53.243Z Downloaded openssl-probe v0.2.1
7892026-05-13T18:10:53.243Z Downloaded olpc-cjson v0.1.4
7902026-05-13T18:10:53.243Z Downloaded native-tls v0.2.18
7912026-05-13T18:10:53.243Z Downloaded libscf-sys v1.2.0
7922026-05-13T18:10:53.246Z Downloaded internet-checksum v0.2.1
7932026-05-13T18:10:53.246Z Downloaded hostname v0.4.2
7942026-05-13T18:10:53.246Z Downloaded hmac v0.12.1
7952026-05-13T18:10:53.249Z Downloaded darling_core v0.20.11
7962026-05-13T18:10:53.252Z Downloaded getrandom v0.2.17
7972026-05-13T18:10:53.255Z Downloaded clang-sys v1.8.1
7982026-05-13T18:10:53.255Z Downloaded packed_struct_codegen v0.10.1
7992026-05-13T18:10:53.258Z Downloaded flume v0.11.1
8002026-05-13T18:10:53.261Z Downloaded oso-derive v0.27.3
8012026-05-13T18:10:53.261Z Downloaded opaque-debug v0.3.1
8022026-05-13T18:10:53.261Z Downloaded lru v0.12.5
8032026-05-13T18:10:53.265Z Downloaded libsw v3.5.0
8042026-05-13T18:10:53.265Z Downloaded libloading v0.8.9
8052026-05-13T18:10:53.265Z Downloaded parse-size v1.1.0
8062026-05-13T18:10:53.268Z Downloaded openssl-macros v0.1.1
8072026-05-13T18:10:53.268Z Downloaded openssl-probe v0.1.6
8082026-05-13T18:10:53.268Z Downloaded mime_guess v2.0.5
8092026-05-13T18:10:53.271Z Downloaded darling_core v0.21.3
8102026-05-13T18:10:53.274Z Downloaded multer v3.1.0
8112026-05-13T18:10:53.274Z Downloaded hyper-rustls v0.27.7
8122026-05-13T18:10:53.278Z Downloaded cc v1.2.56
8132026-05-13T18:10:53.278Z Downloaded bytes v1.11.1
8142026-05-13T18:10:53.283Z Downloaded memmap2 v0.9.10
8152026-05-13T18:10:53.286Z Downloaded async-bb8-diesel v0.2.1
8162026-05-13T18:10:53.292Z Downloaded parse-display v0.10.0
8172026-05-13T18:10:53.296Z Downloaded const_format v0.2.35
8182026-05-13T18:10:53.296Z Downloaded ciborium v0.2.2
8192026-05-13T18:10:53.299Z Downloaded nu-ansi-term v0.50.3
8202026-05-13T18:10:53.299Z Downloaded ingot-macros v0.1.1
8212026-05-13T18:10:53.302Z Downloaded newtype-uuid v1.3.2
8222026-05-13T18:10:53.316Z Downloaded pin-utils v0.1.0
8232026-05-13T18:10:53.320Z Downloaded phf_shared v0.11.3
8242026-05-13T18:10:53.320Z Downloaded num-complex v0.4.6
8252026-05-13T18:10:53.320Z Downloaded flate2 v1.1.9
8262026-05-13T18:10:53.325Z Downloaded peg-runtime v0.8.5
8272026-05-13T18:10:53.325Z Downloaded pbkdf2 v0.12.2
8282026-05-13T18:10:53.325Z Downloaded crossbeam-channel v0.5.15
8292026-05-13T18:10:53.329Z Downloaded phf_shared v0.13.1
8302026-05-13T18:10:53.329Z Downloaded phf_shared v0.12.1
8312026-05-13T18:10:53.329Z Downloaded half v2.7.1
8322026-05-13T18:10:53.333Z Downloaded predicates-tree v1.0.13
8332026-05-13T18:10:53.333Z Downloaded precomputed-hash v0.1.1
8342026-05-13T18:10:53.333Z Downloaded derive_more v2.1.1
8352026-05-13T18:10:53.338Z Downloaded proc-macro-crate v3.4.0
8362026-05-13T18:10:53.342Z Downloaded proc-macro-crate v1.3.1
8372026-05-13T18:10:53.342Z Downloaded httparse v1.10.1
8382026-05-13T18:10:53.346Z Downloaded predicates-core v1.0.10
8392026-05-13T18:10:53.346Z Downloaded indicatif v0.18.4
8402026-05-13T18:10:53.346Z Downloaded parking_lot_core v0.8.6
8412026-05-13T18:10:53.350Z Downloaded omicron-zone-package v0.12.2
8422026-05-13T18:10:53.350Z Downloaded litrs v1.0.0
8432026-05-13T18:10:53.353Z Downloaded progenitor-client v0.11.2
8442026-05-13T18:10:53.353Z Downloaded progenitor-client v0.10.0
8452026-05-13T18:10:53.353Z Downloaded progenitor-client v0.14.0
8462026-05-13T18:10:53.358Z Downloaded powerfmt v0.2.0
8472026-05-13T18:10:53.358Z Downloaded compact_str v0.8.1
8482026-05-13T18:10:53.361Z Downloaded peg-macros v0.8.5
8492026-05-13T18:10:53.361Z Downloaded proc-macro-error-attr2 v2.0.0
8502026-05-13T18:10:53.361Z Downloaded password-hash v0.4.2
8512026-05-13T18:10:53.361Z Downloaded phf v0.13.1
8522026-05-13T18:10:53.361Z Downloaded indexmap v1.9.3
8532026-05-13T18:10:53.364Z Downloaded pem v3.0.6
8542026-05-13T18:10:53.364Z Downloaded paste v1.0.15
8552026-05-13T18:10:53.367Z Downloaded oxide-tokio-rt v0.1.4
8562026-05-13T18:10:53.367Z Downloaded owo-colors v4.3.0
8572026-05-13T18:10:53.371Z Downloaded progenitor-macro v0.13.0
8582026-05-13T18:10:53.371Z Downloaded progenitor-macro v0.10.0
8592026-05-13T18:10:53.371Z Downloaded heapless v0.7.17
8602026-05-13T18:10:53.374Z Downloaded num_enum v0.7.5
8612026-05-13T18:10:53.377Z Downloaded hickory-resolver v0.25.2
8622026-05-13T18:10:53.380Z Downloaded phf v0.12.1
8632026-05-13T18:10:53.380Z Downloaded hickory-resolver v0.24.4
8642026-05-13T18:10:53.384Z Downloaded pkcs8 v0.10.2
8652026-05-13T18:10:53.384Z Downloaded quick-error v1.2.3
8662026-05-13T18:10:53.387Z Downloaded password-hash v0.5.0
8672026-05-13T18:10:53.387Z Downloaded poly1305 v0.8.0
8682026-05-13T18:10:53.390Z Downloaded pin-project-lite v0.2.17
8692026-05-13T18:10:53.390Z Downloaded radium v0.7.0
8702026-05-13T18:10:53.393Z Downloaded base64 v0.22.1
8712026-05-13T18:10:53.393Z Downloaded progenitor-macro v0.11.2
8722026-05-13T18:10:53.397Z Downloaded ignore v0.4.25
8732026-05-13T18:10:53.397Z Downloaded psl-types v2.0.11
8742026-05-13T18:10:53.397Z Downloaded ed25519-dalek v2.2.0
8752026-05-13T18:10:53.400Z Downloaded diesel_derives v2.3.7
8762026-05-13T18:10:53.403Z Downloaded num-rational v0.4.2
8772026-05-13T18:10:53.405Z Downloaded progenitor-macro v0.14.0
8782026-05-13T18:10:53.405Z Downloaded num_enum_derive v0.7.5
8792026-05-13T18:10:53.405Z Downloaded num_enum v0.5.11
8802026-05-13T18:10:53.410Z Downloaded rand_chacha v0.3.1
8812026-05-13T18:10:53.412Z Downloaded pkg-config v0.3.32
8822026-05-13T18:10:53.413Z Downloaded derive_more-impl v2.1.1
8832026-05-13T18:10:53.415Z Downloaded num-integer v0.1.46
8842026-05-13T18:10:53.415Z Downloaded pbkdf2 v0.11.0
8852026-05-13T18:10:53.419Z Downloaded headers v0.4.1
8862026-05-13T18:10:53.422Z Downloaded primeorder v0.13.6
8872026-05-13T18:10:53.422Z Downloaded polyval v0.6.2
8882026-05-13T18:10:53.422Z Downloaded parking_lot_core v0.9.12
8892026-05-13T18:10:53.425Z Downloaded parse-display-derive v0.10.0
8902026-05-13T18:10:53.425Z Downloaded libbz2-rs-sys v0.2.2
8912026-05-13T18:10:53.428Z Downloaded proc-macro-error2 v2.0.1
8922026-05-13T18:10:53.428Z Downloaded crypto-bigint v0.5.5
8932026-05-13T18:10:53.431Z Downloaded progenitor-extras v0.2.0
8942026-05-13T18:10:53.434Z Downloaded ref-cast-impl v1.0.25
8952026-05-13T18:10:53.434Z Downloaded rand_xorshift v0.4.0
8962026-05-13T18:10:53.434Z Downloaded progenitor-client v0.13.0
8972026-05-13T18:10:53.437Z Downloaded progenitor v0.13.0
8982026-05-13T18:10:53.437Z Downloaded rfc6979 v0.4.0
8992026-05-13T18:10:53.437Z Downloaded progenitor v0.11.2
9002026-05-13T18:10:53.440Z Downloaded ref-cast v1.0.25
9012026-05-13T18:10:53.440Z Downloaded progenitor v0.10.0
9022026-05-13T18:10:53.445Z Downloaded recursive v0.1.1
9032026-05-13T18:10:53.445Z Downloaded predicates v3.1.4
9042026-05-13T18:10:53.445Z Downloaded heapless v0.8.0
9052026-05-13T18:10:53.448Z Downloaded postgres-protocol v0.6.10
9062026-05-13T18:10:53.448Z Downloaded peg v0.8.5
9072026-05-13T18:10:53.451Z Downloaded progenitor v0.14.0
9082026-05-13T18:10:53.451Z Downloaded miniz_oxide v0.8.9
9092026-05-13T18:10:53.454Z Downloaded hickory-server v0.25.2
9102026-05-13T18:10:53.457Z Downloaded pin-project-internal v1.1.11
9112026-05-13T18:10:53.457Z Downloaded psm v0.1.30
9122026-05-13T18:10:53.460Z Downloaded oxnet v0.1.4
9132026-05-13T18:10:53.460Z Downloaded rtoolbox v0.0.3
9142026-05-13T18:10:53.460Z Downloaded base64 v0.21.7
9152026-05-13T18:10:53.464Z Downloaded path-slash v0.1.5
9162026-05-13T18:10:53.464Z Downloaded kstat-rs v0.2.4
9172026-05-13T18:10:53.469Z Downloaded recursive-proc-macro-impl v0.1.1
9182026-05-13T18:10:53.471Z Downloaded rustc-hash v2.1.1
9192026-05-13T18:10:53.471Z Downloaded rustc_version v0.4.1
9202026-05-13T18:10:53.474Z Downloaded parking_lot v0.11.2
9212026-05-13T18:10:53.474Z Downloaded ppv-lite86 v0.2.21
9222026-05-13T18:10:53.477Z Downloaded pem-rfc7468 v0.7.0
9232026-05-13T18:10:53.477Z Downloaded packed_struct v0.10.1
9242026-05-13T18:10:53.480Z Downloaded rustc_version v0.1.7
9252026-05-13T18:10:53.483Z Downloaded r2d2 v0.8.10
9262026-05-13T18:10:53.489Z Downloaded rand_chacha v0.9.0
9272026-05-13T18:10:53.492Z Downloaded postcard v1.1.3
9282026-05-13T18:10:53.492Z Downloaded papergrid v0.17.0
9292026-05-13T18:10:53.495Z Downloaded same-file v1.0.6
9302026-05-13T18:10:53.498Z Downloaded sapling-renderdag v0.1.0
9312026-05-13T18:10:53.498Z Downloaded russh-cryptovec v0.7.3
9322026-05-13T18:10:53.501Z Downloaded scheduled-thread-pool v0.2.7
9332026-05-13T18:10:53.504Z Downloaded secrecy v0.8.0
9342026-05-13T18:10:53.504Z Downloaded scroll_derive v0.13.1
9352026-05-13T18:10:53.504Z Downloaded scopeguard v1.2.0
9362026-05-13T18:10:53.507Z Downloaded scrypt v0.11.0
9372026-05-13T18:10:53.507Z Downloaded salsa20 v0.10.2
9382026-05-13T18:10:53.511Z Downloaded openssl-sys v0.9.115
9392026-05-13T18:10:53.514Z Downloaded rand_core v0.6.4
9402026-05-13T18:10:53.517Z Downloaded postgres-types v0.2.12
9412026-05-13T18:10:53.517Z Downloaded async-compression v0.4.41
9422026-05-13T18:10:53.520Z Downloaded pkcs5 v0.7.1
9432026-05-13T18:10:53.523Z Downloaded seq-macro v0.3.6
9442026-05-13T18:10:53.528Z Downloaded serde-big-array v0.5.1
9452026-05-13T18:10:53.531Z Downloaded p256 v0.13.2
9462026-05-13T18:10:53.534Z Downloaded rand_seeder v0.4.0
9472026-05-13T18:10:53.534Z Downloaded http v1.4.0
9482026-05-13T18:10:53.537Z Downloaded rand_core v0.9.5
9492026-05-13T18:10:53.537Z Downloaded serde_bytes v0.11.19
9502026-05-13T18:10:53.537Z Downloaded crossterm v0.29.0
9512026-05-13T18:10:53.540Z Downloaded serde_repr v0.1.20
9522026-05-13T18:10:53.547Z Downloaded serde_spanned v1.0.4
9532026-05-13T18:10:53.550Z Downloaded resolv-conf v0.7.6
9542026-05-13T18:10:53.550Z Downloaded signal-hook-mio v0.2.5
9552026-05-13T18:10:53.553Z Downloaded shell-words v1.1.1
9562026-05-13T18:10:53.553Z Downloaded oso v0.27.3
9572026-05-13T18:10:53.556Z Downloaded sigpipe v0.1.3
9582026-05-13T18:10:53.556Z Downloaded sha1 v0.10.6
9592026-05-13T18:10:53.559Z Downloaded secrecy v0.10.3
9602026-05-13T18:10:53.559Z Downloaded semver v0.1.20
9612026-05-13T18:10:53.559Z Downloaded rustls-native-certs v0.8.3
9622026-05-13T18:10:53.562Z Downloaded hyper-util v0.1.20
9632026-05-13T18:10:53.565Z Downloaded parking_lot v0.12.5
9642026-05-13T18:10:53.568Z Downloaded serde_urlencoded v0.7.1
9652026-05-13T18:10:53.568Z Downloaded siphasher v1.0.2
9662026-05-13T18:10:53.571Z Downloaded schemars_derive v0.8.22
9672026-05-13T18:10:53.571Z Downloaded rustls-pemfile v2.2.0
9682026-05-13T18:10:53.571Z Downloaded rustls-pemfile v1.0.4
9692026-05-13T18:10:53.574Z Downloaded slog-bunyan v2.5.0
9702026-05-13T18:10:53.574Z Downloaded mio v1.2.0
9712026-05-13T18:10:53.577Z Downloaded sct v0.7.1
9722026-05-13T18:10:53.580Z Downloaded signal-hook-tokio v0.3.1
9732026-05-13T18:10:53.580Z Downloaded dropshot-api-manager v0.7.1
9742026-05-13T18:10:53.583Z Downloaded pin-project v1.1.11
9752026-05-13T18:10:53.589Z Downloaded slog-envlogger v2.2.0
9762026-05-13T18:10:53.592Z Downloaded progenitor-impl v0.14.0
9772026-05-13T18:10:53.592Z Downloaded jiff-static v0.2.21
9782026-05-13T18:10:53.595Z Downloaded bumpalo v3.20.2
9792026-05-13T18:10:53.598Z Downloaded rusty-fork v0.3.1
9802026-05-13T18:10:53.598Z Downloaded rustversion v1.0.22
9812026-05-13T18:10:53.598Z Downloaded serde_plain v1.0.2
9822026-05-13T18:10:53.601Z Downloaded signature v2.2.0
9832026-05-13T18:10:53.604Z Downloaded pkcs1 v0.7.5
9842026-05-13T18:10:53.607Z Downloaded serde_path_to_error v0.1.20
9852026-05-13T18:10:53.607Z Downloaded serde_derive_internals v0.29.1
9862026-05-13T18:10:53.610Z Downloaded hashbrown v0.13.2
9872026-05-13T18:10:53.613Z Downloaded signal-hook-registry v1.4.8
9882026-05-13T18:10:53.613Z Downloaded quinn-udp v0.5.14
9892026-05-13T18:10:53.613Z Downloaded hashbrown v0.12.3
9902026-05-13T18:10:53.616Z Downloaded ssh-encoding v0.2.0
9912026-05-13T18:10:53.619Z Downloaded prefix-trie v0.7.0
9922026-05-13T18:10:53.619Z Downloaded sqlparser_derive v0.5.0
9932026-05-13T18:10:53.622Z Downloaded rustls-pki-types v1.14.0
9942026-05-13T18:10:53.622Z Downloaded shlex v1.3.0
9952026-05-13T18:10:53.626Z Downloaded pretty_assertions v1.4.1
9962026-05-13T18:10:53.626Z Downloaded rand_core v0.10.0
9972026-05-13T18:10:53.629Z Downloaded scroll v0.13.0
9982026-05-13T18:10:53.632Z Downloaded strip-ansi-escapes v0.2.1
9992026-05-13T18:10:53.635Z Downloaded structmeta-derive v0.3.0
10002026-05-13T18:10:53.638Z Downloaded ron v0.8.1
10012026-05-13T18:10:53.641Z Downloaded minimal-lexical v0.2.1
10022026-05-13T18:10:53.644Z Downloaded structmeta v0.3.0
10032026-05-13T18:10:53.647Z Downloaded progenitor-impl v0.11.2
10042026-05-13T18:10:53.650Z Downloaded progenitor-impl v0.10.0
10052026-05-13T18:10:53.655Z Downloaded serde-hex v0.1.0
10062026-05-13T18:10:53.660Z Downloaded ssh-cipher v0.2.0
10072026-05-13T18:10:53.663Z Downloaded slog-json v2.6.1
10082026-05-13T18:10:53.664Z Downloaded strum v0.27.2
10092026-05-13T18:10:53.667Z Downloaded sec1 v0.7.3
10102026-05-13T18:10:53.670Z Downloaded crossterm v0.28.1
10112026-05-13T18:10:53.673Z Downloaded tagptr v0.2.0
10122026-05-13T18:10:53.674Z Downloaded tabwriter v1.4.1
10132026-05-13T18:10:53.674Z Downloaded sync_wrapper v1.0.2
10142026-05-13T18:10:53.676Z Downloaded tabled_derive v0.11.0
10152026-05-13T18:10:53.676Z Downloaded subtle v2.6.1
10162026-05-13T18:10:53.676Z Downloaded smf v0.2.3
10172026-05-13T18:10:53.680Z Downloaded spki v0.7.3
10182026-05-13T18:10:53.680Z Downloaded snafu-derive v0.8.9
10192026-05-13T18:10:53.683Z Downloaded smallvec v0.6.14
10202026-05-13T18:10:53.683Z Downloaded russh-keys v0.45.0
10212026-05-13T18:10:53.683Z Downloaded serde_with_macros v3.17.0
10222026-05-13T18:10:53.686Z Downloaded serde_cbor v0.11.2
10232026-05-13T18:10:53.686Z Downloaded simd-adler32 v0.3.8
10242026-05-13T18:10:53.689Z Downloaded sqlformat v0.3.5
10252026-05-13T18:10:53.689Z Downloaded tap v1.0.1
10262026-05-13T18:10:53.692Z Downloaded take_mut v0.2.2
10272026-05-13T18:10:53.692Z Downloaded sync-ptr v0.1.4
10282026-05-13T18:10:53.692Z Downloaded supports-color v3.0.2
10292026-05-13T18:10:53.692Z Downloaded thread-id v5.1.0
10302026-05-13T18:10:53.695Z Downloaded testing_table v0.3.0
10312026-05-13T18:10:53.695Z Downloaded termtree v0.5.1
10322026-05-13T18:10:53.695Z Downloaded slog-dtrace v0.3.0
10332026-05-13T18:10:53.695Z Downloaded slab v0.4.12
10342026-05-13T18:10:53.698Z Downloaded num-bigint v0.4.6
10352026-05-13T18:10:53.701Z Downloaded slog-scope v4.4.1
10362026-05-13T18:10:53.705Z Downloaded stringprep v0.1.5
10372026-05-13T18:10:53.708Z Downloaded libxml v0.3.3
10382026-05-13T18:10:53.711Z Downloaded rcgen v0.12.1
10392026-05-13T18:10:53.714Z Downloaded slog-stdlog v4.1.1
10402026-05-13T18:10:53.714Z Downloaded strum_macros v0.24.3
10412026-05-13T18:10:53.717Z Downloaded string_cache v0.8.9
10422026-05-13T18:10:53.717Z Downloaded time-core v0.1.8
10432026-05-13T18:10:53.717Z Downloaded thiserror-impl-no-std v2.0.2
10442026-05-13T18:10:53.725Z Downloaded aes v0.8.4
10452026-05-13T18:10:53.728Z Downloaded rand v0.8.6
10462026-05-13T18:10:53.731Z Downloaded strum_macros v0.26.4
10472026-05-13T18:10:53.731Z Downloaded tokio-macros v2.7.0
10482026-05-13T18:10:53.734Z Downloaded progenitor-impl v0.13.0
10492026-05-13T18:10:53.734Z Downloaded tinyvec_macros v0.1.1
10502026-05-13T18:10:53.734Z Downloaded strum_macros v0.27.2
10512026-05-13T18:10:53.738Z Downloaded slog-term v2.9.2
10522026-05-13T18:10:53.743Z Downloaded static_assertions v1.1.0
10532026-05-13T18:10:53.746Z Downloaded stacker v0.1.23
10542026-05-13T18:10:53.746Z Downloaded strum v0.26.3
10552026-05-13T18:10:53.751Z Downloaded spin v0.9.8
10562026-05-13T18:10:53.754Z Downloaded nom v7.1.3
10572026-05-13T18:10:53.757Z Downloaded itertools v0.10.5
10582026-05-13T18:10:53.766Z Downloaded serde_yaml v0.9.34+deprecated
10592026-05-13T18:10:53.769Z Downloaded rustls-platform-verifier v0.6.2
10602026-05-13T18:10:53.775Z Downloaded thiserror-no-std v2.0.2
10612026-05-13T18:10:53.778Z Downloaded thread_local v1.1.9
10622026-05-13T18:10:53.781Z Downloaded termios v0.3.3
10632026-05-13T18:10:53.781Z Downloaded support-bundle-viewer v0.1.2
10642026-05-13T18:10:53.781Z Downloaded topological-sort v0.2.2
10652026-05-13T18:10:53.784Z Downloaded tower-layer v0.3.3
10662026-05-13T18:10:53.784Z Downloaded try-lock v0.2.5
10672026-05-13T18:10:53.784Z Downloaded tiny-keccak v2.0.2
10682026-05-13T18:10:53.787Z Downloaded schemars v0.8.22
10692026-05-13T18:10:53.791Z Downloaded slog v2.8.2
10702026-05-13T18:10:53.794Z Downloaded prettyplease v0.2.37
10712026-05-13T18:10:53.797Z Downloaded similar v2.7.0
10722026-05-13T18:10:53.800Z Downloaded ryu v1.0.23
10732026-05-13T18:10:53.803Z Downloaded tokio-native-tls v0.3.1
10742026-05-13T18:10:53.803Z Downloaded rsa v0.9.10
10752026-05-13T18:10:53.806Z Downloaded rayon-core v1.13.0
10762026-05-13T18:10:53.809Z Downloaded futures-util v0.3.32
10772026-05-13T18:10:53.815Z Downloaded unit-prefix v0.5.2
10782026-05-13T18:10:53.817Z Downloaded unicode-truncate v1.1.0
10792026-05-13T18:10:53.817Z Downloaded iri-string v0.7.10
10802026-05-13T18:10:53.821Z Downloaded typify-macro v0.4.3
10812026-05-13T18:10:53.825Z Downloaded time-macros v0.2.27
10822026-05-13T18:10:53.825Z Downloaded typify-macro v0.6.2
10832026-05-13T18:10:53.825Z Downloaded tokio-tungstenite v0.23.1
10842026-05-13T18:10:53.831Z Downloaded untrusted v0.7.1
10852026-05-13T18:10:53.831Z Downloaded qorb v0.4.1
10862026-05-13T18:10:53.831Z Downloaded tls_codec_derive v0.4.2
10872026-05-13T18:10:53.831Z Downloaded term v0.7.0
10882026-05-13T18:10:53.836Z Downloaded signal-hook v0.3.18
10892026-05-13T18:10:53.836Z Downloaded toml_datetime v1.0.0+spec-1.1.0
10902026-05-13T18:10:53.836Z Downloaded tokio-dtrace v0.1.1
10912026-05-13T18:10:53.839Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10922026-05-13T18:10:53.839Z Downloaded socket2 v0.5.10
10932026-05-13T18:10:53.839Z Downloaded tokio-tungstenite v0.21.0
10942026-05-13T18:10:53.839Z Downloaded usdt-attr-macro v0.6.0
10952026-05-13T18:10:53.842Z Downloaded slog-async v2.8.0
10962026-05-13T18:10:53.842Z Downloaded usdt v0.6.0
10972026-05-13T18:10:53.845Z Downloaded utf-8 v0.7.6
10982026-05-13T18:10:53.845Z Downloaded usdt-macro v0.6.0
10992026-05-13T18:10:53.845Z Downloaded quinn v0.11.9
11002026-05-13T18:10:53.850Z Downloaded rustls-webpki v0.103.9
11012026-05-13T18:10:53.850Z Downloaded universal-hash v0.5.1
11022026-05-13T18:10:53.852Z Downloaded aho-corasick v1.1.4
11032026-05-13T18:10:53.852Z Downloaded waitgroup v0.1.2
11042026-05-13T18:10:53.856Z Downloaded void v1.0.2
11052026-05-13T18:10:53.856Z Downloaded tui-tree-widget v0.23.1
11062026-05-13T18:10:53.856Z Downloaded trait-variant v0.1.2
11072026-05-13T18:10:53.859Z Downloaded schemars v0.9.0
11082026-05-13T18:10:53.864Z Downloaded term v1.2.1
11092026-05-13T18:10:53.867Z Downloaded untrusted v0.9.0
11102026-05-13T18:10:53.867Z Downloaded tokio-rustls v0.25.0
11112026-05-13T18:10:53.873Z Downloaded wait-timeout v0.2.1
11122026-05-13T18:10:53.876Z Downloaded toml_writer v1.0.6+spec-1.1.0
11132026-05-13T18:10:53.883Z Downloaded hashbrown v0.15.5
11142026-05-13T18:10:53.891Z Downloaded tower-service v0.3.3
11152026-05-13T18:10:53.894Z Downloaded want v0.3.1
11162026-05-13T18:10:53.894Z Downloaded subprocess v0.2.15
11172026-05-13T18:10:53.897Z Downloaded xshell-macros v0.2.7
11182026-05-13T18:10:53.900Z Downloaded iddqd v0.3.18
11192026-05-13T18:10:53.905Z Downloaded toml_parser v1.0.9+spec-1.1.0
11202026-05-13T18:10:53.908Z Downloaded tls_codec v0.4.2
11212026-05-13T18:10:53.911Z Downloaded xattr v1.6.1
11222026-05-13T18:10:53.916Z Downloaded vergen-git2 v1.0.7
11232026-05-13T18:10:53.919Z Downloaded test-strategy v0.4.5
11242026-05-13T18:10:53.919Z Downloaded usdt-impl v0.6.0
11252026-05-13T18:10:53.922Z Downloaded tinyvec v1.10.0
11262026-05-13T18:10:53.925Z Downloaded tokio-rustls v0.26.4
11272026-05-13T18:10:53.928Z Downloaded vergen-lib v0.1.6
11282026-05-13T18:10:53.928Z Downloaded zone v0.3.1
11292026-05-13T18:10:53.930Z Downloaded unarray v0.1.4
11302026-05-13T18:10:53.934Z Downloaded walkdir v2.5.0
11312026-05-13T18:10:53.934Z Downloaded zeroize_derive v1.4.3
11322026-05-13T18:10:53.941Z Downloaded publicsuffix v2.3.0
11332026-05-13T18:10:53.941Z Downloaded twox-hash v2.1.2
11342026-05-13T18:10:53.941Z Downloaded unicase v2.9.0
11352026-05-13T18:10:53.948Z Downloaded rand v0.9.2
11362026-05-13T18:10:53.948Z Downloaded itertools v0.12.1
11372026-05-13T18:10:53.952Z Downloaded num-bigint-dig v0.8.6
11382026-05-13T18:10:53.952Z Downloaded uzers v0.12.2
11392026-05-13T18:10:53.952Z Downloaded zone_cfg_derive v0.3.1
11402026-05-13T18:10:53.952Z Downloaded tokio-rustls v0.24.1
11412026-05-13T18:10:53.952Z Downloaded samael v0.0.19
11422026-05-13T18:10:53.955Z Downloaded tracing-attributes v0.1.31
11432026-05-13T18:10:53.958Z Downloaded schemars v1.2.1
11442026-05-13T18:10:53.965Z Downloaded whoami v1.6.1
11452026-05-13T18:10:53.969Z Downloaded vsss-rs v3.3.4
11462026-05-13T18:10:53.969Z Downloaded hyper v1.8.1
11472026-05-13T18:10:53.973Z Downloaded wyz v0.5.1
11482026-05-13T18:10:53.978Z Downloaded toml v0.7.8
11492026-05-13T18:10:53.978Z Downloaded snafu v0.8.9
11502026-05-13T18:10:53.983Z Downloaded tokio-stream v0.1.18
11512026-05-13T18:10:53.983Z Downloaded tar v0.4.45
11522026-05-13T18:10:53.992Z Downloaded whoami v2.1.0
11532026-05-13T18:10:53.996Z Downloaded xshell v0.2.7
11542026-05-13T18:10:53.999Z Downloaded vergen v9.0.6
11552026-05-13T18:10:54.003Z Downloaded unicode-properties v0.1.4
11562026-05-13T18:10:54.006Z Downloaded toml v1.0.6+spec-1.1.0
11572026-05-13T18:10:54.009Z Downloaded toml v0.9.12+spec-1.1.0
11582026-05-13T18:10:54.014Z Downloaded zeroize v1.8.2
11592026-05-13T18:10:54.017Z Downloaded itertools v0.14.0
11602026-05-13T18:10:54.028Z Downloaded tracing-core v0.1.36
11612026-05-13T18:10:54.028Z Downloaded typify v0.6.2
11622026-05-13T18:10:54.028Z Downloaded tungstenite v0.21.0
11632026-05-13T18:10:54.028Z Downloaded rpassword v7.4.0
11642026-05-13T18:10:54.028Z Downloaded zstd-safe v7.2.4
11652026-05-13T18:10:54.028Z Downloaded typify v0.4.3
11662026-05-13T18:10:54.032Z Downloaded zstd v0.13.3
11672026-05-13T18:10:54.032Z Downloaded vergen-gitcl v1.0.8
11682026-05-13T18:10:54.032Z Downloaded rand v0.10.0
11692026-05-13T18:10:54.034Z Downloaded hashbrown v0.16.1
11702026-05-13T18:10:54.037Z Downloaded russh v0.45.0
11712026-05-13T18:10:54.040Z Downloaded libm v0.2.16
11722026-05-13T18:10:54.045Z Downloaded unsafe-libyaml v0.2.11
11732026-05-13T18:10:54.049Z Downloaded socket2 v0.6.3
11742026-05-13T18:10:54.052Z Downloaded zerocopy v0.6.6
11752026-05-13T18:10:54.052Z Downloaded yasna v0.5.2
11762026-05-13T18:10:54.055Z Downloaded p521 v0.13.3
11772026-05-13T18:10:54.058Z Downloaded rustyline v14.0.0
11782026-05-13T18:10:54.068Z Downloaded steno v0.4.1
11792026-05-13T18:10:54.078Z Downloaded itertools v0.13.0
11802026-05-13T18:10:54.082Z Downloaded tungstenite v0.23.0
11812026-05-13T18:10:54.086Z Downloaded p384 v0.13.1
11822026-05-13T18:10:54.090Z Downloaded hkdf v0.12.4
11832026-05-13T18:10:54.093Z Downloaded h2 v0.4.13
11842026-05-13T18:10:54.096Z Downloaded ssh-key v0.6.7
11852026-05-13T18:10:54.099Z Downloaded toml_edit v0.19.15
11862026-05-13T18:10:54.110Z Downloaded vte v0.14.1
11872026-05-13T18:10:54.122Z Downloaded unicode-bidi v0.3.18
11882026-05-13T18:10:54.126Z Downloaded tokio-postgres v0.7.16
11892026-05-13T18:10:54.129Z Downloaded toml_edit v0.23.10+spec-1.0.0
11902026-05-13T18:10:54.133Z Downloaded zopfli v0.8.3
11912026-05-13T18:10:54.140Z Downloaded uuid v1.23.0
11922026-05-13T18:10:54.144Z Downloaded rayon v1.11.0
11932026-05-13T18:10:54.147Z Downloaded blake3 v1.8.3
11942026-05-13T18:10:54.161Z Downloaded zip v0.6.6
11952026-05-13T18:10:54.166Z Downloaded reedline v0.40.0
11962026-05-13T18:10:54.174Z Downloaded unicode_categories v0.1.1
11972026-05-13T18:10:54.178Z Downloaded yansi v1.0.1
11982026-05-13T18:10:54.178Z Downloaded lalrpop v0.19.12
11992026-05-13T18:10:54.187Z Downloaded rustls-webpki v0.101.7
12002026-05-13T18:10:54.195Z Downloaded goblin v0.10.5
12012026-05-13T18:10:54.207Z Downloaded aws-lc-rs v1.16.3
12022026-05-13T18:10:54.211Z Downloaded regex v1.12.3
12032026-05-13T18:10:54.215Z Downloaded portable-atomic v1.13.1
12042026-05-13T18:10:54.219Z Downloaded reqwest v0.12.28
12052026-05-13T18:10:54.230Z Downloaded reqwest v0.13.2
12062026-05-13T18:10:54.242Z Downloaded bitvec v1.0.1
12072026-05-13T18:10:54.251Z Downloaded typed-path v0.9.3
12082026-05-13T18:10:54.256Z Downloaded x509-cert v0.2.5
12092026-05-13T18:10:54.260Z Downloaded rustls-webpki v0.102.8
12102026-05-13T18:10:54.268Z Downloaded zip v4.6.1
12112026-05-13T18:10:54.271Z Downloaded zerocopy-derive v0.8.40
12122026-05-13T18:10:54.277Z Downloaded tokio-util v0.7.18
12132026-05-13T18:10:54.284Z Downloaded chrono v0.4.44
12142026-05-13T18:10:54.288Z Downloaded petname v2.0.2
12152026-05-13T18:10:54.292Z Downloaded tower-http v0.6.8
12162026-05-13T18:10:54.295Z Downloaded quick-xml v0.37.5
12172026-05-13T18:10:54.298Z Downloaded git2 v0.20.4
12182026-05-13T18:10:54.302Z Downloaded tower v0.5.3
12192026-05-13T18:10:54.307Z Downloaded unicode-segmentation v1.12.0
12202026-05-13T18:10:54.310Z Downloaded quinn-proto v0.11.13
12212026-05-13T18:10:54.313Z Downloaded salty v0.3.0
12222026-05-13T18:10:54.317Z Downloaded bindgen v0.71.1
12232026-05-13T18:10:54.321Z Downloaded tough v0.22.0
12242026-05-13T18:10:54.325Z Downloaded nix v0.27.1
12252026-05-13T18:10:54.335Z Downloaded unicode-normalization v0.1.25
12262026-05-13T18:10:54.350Z Downloaded moka v0.12.13
12272026-05-13T18:10:54.357Z Downloaded curve25519-dalek v4.1.3
12282026-05-13T18:10:54.361Z Downloaded proptest v1.11.0
12292026-05-13T18:10:54.367Z Downloaded nix v0.28.0
12302026-05-13T18:10:54.373Z Downloaded object v0.30.4
12312026-05-13T18:10:54.383Z Downloaded winnow v0.5.40
12322026-05-13T18:10:54.386Z Downloaded serde_with v3.17.0
12332026-05-13T18:10:54.392Z Downloaded dropshot v0.16.7
12342026-05-13T18:10:54.405Z Downloaded winnow v0.6.26
12352026-05-13T18:10:54.412Z Downloaded regex-syntax v0.6.29
12362026-05-13T18:10:54.417Z Downloaded radix_trie v0.2.1
12372026-05-13T18:10:54.421Z Downloaded hickory-proto v0.24.4
12382026-05-13T18:10:54.428Z Downloaded nix v0.31.2
12392026-05-13T18:10:54.435Z Downloaded time v0.3.47
12402026-05-13T18:10:54.442Z Downloaded polar-core v0.27.3
12412026-05-13T18:10:54.446Z Downloaded tabled v0.20.0
12422026-05-13T18:10:54.456Z Downloaded openssl v0.10.79
12432026-05-13T18:10:54.463Z Downloaded vcpkg v0.2.15
12442026-05-13T18:10:54.485Z Downloaded rustls v0.21.12
12452026-05-13T18:10:54.491Z Downloaded object v0.37.3
12462026-05-13T18:10:54.499Z Downloaded zlib-rs v0.6.2
12472026-05-13T18:10:54.506Z Downloaded webpki-roots v1.0.6
12482026-05-13T18:10:54.506Z Downloaded hickory-proto v0.25.2
12492026-05-13T18:10:54.512Z Downloaded smoltcp v0.9.1
12502026-05-13T18:10:54.518Z Downloaded rustls v0.22.4
12512026-05-13T18:10:54.525Z Downloaded zerocopy v0.8.40
12522026-05-13T18:10:54.531Z Downloaded diesel v2.3.7
12532026-05-13T18:10:54.543Z Downloaded smoltcp v0.11.0
12542026-05-13T18:10:54.549Z Downloaded rustls v0.23.37
12552026-05-13T18:10:54.556Z Downloaded regress v0.11.1
12562026-05-13T18:10:54.561Z Downloaded regress v0.10.5
12572026-05-13T18:10:54.566Z Downloaded regex-syntax v0.8.10
12582026-05-13T18:10:54.571Z Downloaded rustix v0.38.44
12592026-05-13T18:10:54.584Z Downloaded openapiv3 v2.2.0
12602026-05-13T18:10:54.593Z Downloaded nix v0.29.0
12612026-05-13T18:10:54.599Z Downloaded bstr v1.12.1
12622026-05-13T18:10:54.604Z Downloaded dropshot v0.17.0
12632026-05-13T18:10:54.616Z Downloaded ratatui v0.29.0
12642026-05-13T18:10:54.644Z Downloaded sqlparser v0.61.0
12652026-05-13T18:10:54.651Z Downloaded sled v0.34.7
12662026-05-13T18:10:54.661Z Downloaded bzip2-sys v0.1.13+1.0.8
12672026-05-13T18:10:54.678Z Downloaded jiff v0.2.21
12682026-05-13T18:10:54.691Z Downloaded tracing v0.1.44
12692026-05-13T18:10:54.704Z Downloaded typify-impl v0.6.2
12702026-05-13T18:10:54.712Z Downloaded typify-impl v0.4.3
12712026-05-13T18:10:54.721Z Downloaded chrono-tz v0.10.4
12722026-05-13T18:10:54.742Z Downloaded tokio v1.52.1
12732026-05-13T18:10:54.765Z Downloaded zerocopy-derive v0.6.6
12742026-05-13T18:10:54.773Z Downloaded regex-automata v0.4.14
12752026-05-13T18:10:54.792Z Downloaded petgraph v0.6.5
12762026-05-13T18:10:54.841Z Downloaded petgraph v0.8.3
12772026-05-13T18:10:54.869Z Downloaded libz-sys v1.1.24
12782026-05-13T18:10:54.883Z Downloaded csv v1.4.0
12792026-05-13T18:10:54.895Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12802026-05-13T18:10:54.912Z Downloaded sha3 v0.10.8
12812026-05-13T18:10:54.983Z Downloaded encoding_rs v0.8.35
12822026-05-13T18:10:55.003Z Downloaded ring v0.17.14
12832026-05-13T18:10:55.035Z Downloaded libgit2-sys v0.18.3+1.9.2
12842026-05-13T18:10:55.438Z Downloaded aws-lc-sys v0.40.0
12852026-05-13T18:10:55.682Z Compiling libc v0.2.185
12862026-05-13T18:10:55.682Z Compiling serde v1.0.228
12872026-05-13T18:10:55.686Z Compiling log v0.4.29
12882026-05-13T18:10:55.686Z Compiling find-msvc-tools v0.1.9
12892026-05-13T18:10:55.686Z Compiling shlex v1.3.0
12902026-05-13T18:10:55.686Z Compiling smallvec v1.15.1
12912026-05-13T18:10:55.686Z Compiling typenum v1.19.0
12922026-05-13T18:10:55.686Z Compiling subtle v2.6.1
12932026-05-13T18:10:55.686Z Compiling generic-array v0.14.7
12942026-05-13T18:10:55.686Z Compiling scopeguard v1.2.0
12952026-05-13T18:10:55.887Z Compiling const-oid v0.9.6
12962026-05-13T18:10:55.899Z Compiling serde_json v1.0.149
12972026-05-13T18:10:55.925Z Compiling syn v2.0.117
12982026-05-13T18:10:55.938Z Compiling zerocopy v0.8.40
12992026-05-13T18:10:55.948Z Compiling parking_lot_core v0.9.12
13002026-05-13T18:10:55.951Z Compiling lock_api v0.4.14
13012026-05-13T18:10:56.001Z Compiling pin-project-lite v0.2.17
13022026-05-13T18:10:56.034Z Compiling portable-atomic v1.13.1
13032026-05-13T18:10:56.090Z Compiling pkg-config v0.3.32
13042026-05-13T18:10:56.120Z Compiling bitflags v2.11.0
13052026-05-13T18:10:56.134Z Compiling critical-section v1.2.0
13062026-05-13T18:10:56.138Z Compiling futures-core v0.3.32
13072026-05-13T18:10:56.149Z Compiling libm v0.2.16
13082026-05-13T18:10:56.163Z Compiling num-traits v0.2.19
13092026-05-13T18:10:56.235Z Compiling percent-encoding v2.3.2
13102026-05-13T18:10:56.279Z Compiling futures-sink v0.3.32
13112026-05-13T18:10:56.282Z Compiling getrandom v0.4.1
13122026-05-13T18:10:56.306Z Compiling cpufeatures v0.2.17
13132026-05-13T18:10:56.348Z Compiling futures-task v0.3.32
13142026-05-13T18:10:56.379Z Compiling slab v0.4.12
13152026-05-13T18:10:56.413Z Compiling futures-channel v0.3.32
13162026-05-13T18:10:56.429Z Compiling futures-io v0.3.32
13172026-05-13T18:10:56.465Z Compiling rand_core v0.10.0
13182026-05-13T18:10:56.521Z Compiling indexmap v2.14.0
13192026-05-13T18:10:56.582Z Compiling getrandom v0.3.4
13202026-05-13T18:10:56.596Z Compiling rustversion v1.0.22
13212026-05-13T18:10:56.610Z Compiling form_urlencoded v1.2.2
13222026-05-13T18:10:56.610Z Compiling dunce v1.0.5
13232026-05-13T18:10:56.668Z Compiling fs_extra v1.3.0
13242026-05-13T18:10:56.682Z Compiling base64ct v1.8.3
13252026-05-13T18:10:56.696Z Compiling ident_case v1.0.1
13262026-05-13T18:10:56.725Z Compiling getrandom v0.2.17
13272026-05-13T18:10:56.741Z Compiling jobserver v0.1.34
13282026-05-13T18:10:56.744Z Compiling errno v0.3.14
13292026-05-13T18:10:56.823Z Compiling mio v1.2.0
13302026-05-13T18:10:56.854Z Compiling socket2 v0.6.3
13312026-05-13T18:10:56.930Z Compiling rand_core v0.6.4
13322026-05-13T18:10:56.967Z Compiling cc v1.2.56
13332026-05-13T18:10:56.970Z Compiling signal-hook-registry v1.4.8
13342026-05-13T18:10:57.024Z Compiling parking_lot v0.12.5
13352026-05-13T18:10:57.066Z Compiling once_cell v1.21.3
13362026-05-13T18:10:57.177Z Compiling pem-rfc7468 v0.7.0
13372026-05-13T18:10:57.191Z Compiling rustix v1.1.3
13382026-05-13T18:10:57.225Z Compiling iana-time-zone v0.1.65
13392026-05-13T18:10:57.240Z Compiling flagset v0.4.7
13402026-05-13T18:10:57.255Z Compiling regex-syntax v0.8.10
13412026-05-13T18:10:57.293Z Compiling vcpkg v0.2.15
13422026-05-13T18:10:57.307Z Compiling aws-lc-rs v1.16.3
13432026-05-13T18:10:57.322Z Compiling tracing-core v0.1.36
13442026-05-13T18:10:57.389Z Compiling uuid v1.23.0
13452026-05-13T18:10:57.434Z Compiling rustc_version v0.4.1
13462026-05-13T18:10:57.448Z Compiling base64 v0.22.1
13472026-05-13T18:10:57.462Z Compiling untrusted v0.7.1
13482026-05-13T18:10:57.514Z Compiling rand_core v0.9.5
13492026-05-13T18:10:57.602Z Compiling httparse v1.10.1
13502026-05-13T18:10:57.618Z Compiling untrusted v0.9.0
13512026-05-13T18:10:57.632Z Compiling tinyvec_macros v0.1.1
13522026-05-13T18:10:57.716Z Compiling openssl-probe v0.2.1
13532026-05-13T18:10:57.738Z Compiling cmake v0.1.57
13542026-05-13T18:10:57.759Z Compiling tinyvec v1.10.0
13552026-05-13T18:10:57.773Z Compiling aho-corasick v1.1.4
13562026-05-13T18:10:57.797Z Compiling tower-service v0.3.3
13572026-05-13T18:10:57.800Z Compiling tower-layer v0.3.3
13582026-05-13T18:10:57.825Z Compiling dyn-clone v1.0.20
13592026-05-13T18:10:57.908Z Compiling atomic-waker v1.1.2
13602026-05-13T18:10:57.922Z Compiling schemars v0.8.22
13612026-05-13T18:10:57.922Z Compiling rustls v0.23.37
13622026-05-13T18:10:57.982Z Compiling try-lock v0.2.5
13632026-05-13T18:10:58.008Z Compiling openssl v0.10.79
13642026-05-13T18:10:58.024Z Compiling httpdate v1.0.3
13652026-05-13T18:10:58.063Z Compiling pin-utils v0.1.0
13662026-05-13T18:10:58.085Z Compiling want v0.3.1
13672026-05-13T18:10:58.104Z Compiling foreign-types-shared v0.1.1
13682026-05-13T18:10:58.119Z Compiling unicode-normalization v0.1.25
13692026-05-13T18:10:58.136Z Compiling spin v0.9.8
13702026-05-13T18:10:58.151Z Compiling time-core v0.1.8
13712026-05-13T18:10:58.155Z Compiling powerfmt v0.2.0
13722026-05-13T18:10:58.194Z Compiling foreign-types v0.3.2
13732026-05-13T18:10:58.207Z Compiling native-tls v0.2.18
13742026-05-13T18:10:58.219Z Compiling num-conv v0.2.0
13752026-05-13T18:10:58.275Z Compiling crc32fast v1.5.0
13762026-05-13T18:10:58.282Z Compiling wait-timeout v0.2.1
13772026-05-13T18:10:58.302Z Compiling sync_wrapper v1.0.2
13782026-05-13T18:10:58.307Z Compiling unicode-segmentation v1.12.0
13792026-05-13T18:10:58.331Z Compiling deranged v0.5.8
13802026-05-13T18:10:58.373Z Compiling time-macros v0.2.27
13812026-05-13T18:10:58.388Z Compiling quick-error v1.2.3
13822026-05-13T18:10:58.403Z Compiling simd-adler32 v0.3.8
13832026-05-13T18:10:58.406Z Compiling crossbeam-utils v0.8.21
13842026-05-13T18:10:58.430Z Compiling usdt-impl v0.6.0
13852026-05-13T18:10:58.444Z Compiling num_threads v0.1.7
13862026-05-13T18:10:58.511Z Compiling syn v1.0.109
13872026-05-13T18:10:58.557Z Compiling bit-vec v0.8.0
13882026-05-13T18:10:58.597Z Compiling siphasher v1.0.2
13892026-05-13T18:10:58.651Z Compiling heapless v0.7.17
13902026-05-13T18:10:58.654Z Compiling aws-lc-sys v0.40.0
13912026-05-13T18:10:58.680Z Compiling ring v0.17.14
13922026-05-13T18:10:58.683Z Compiling openssl-sys v0.9.115
13932026-05-13T18:10:58.735Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13942026-05-13T18:10:58.769Z Compiling tempfile v3.25.0
13952026-05-13T18:10:58.815Z Compiling regex-automata v0.4.14
13962026-05-13T18:10:58.830Z Compiling bit-set v0.8.0
13972026-05-13T18:10:58.860Z Compiling synstructure v0.13.2
13982026-05-13T18:10:58.878Z Compiling pest_generator v2.8.6
13992026-05-13T18:10:58.922Z Compiling serde_derive_internals v0.29.1
14002026-05-13T18:10:59.049Z Compiling darling_core v0.20.11
14012026-05-13T18:10:59.099Z Compiling rusty-fork v0.3.1
14022026-05-13T18:10:59.275Z Compiling darling_core v0.21.3
14032026-05-13T18:10:59.409Z Compiling bzip2-sys v0.1.13+1.0.8
14042026-05-13T18:10:59.435Z Compiling slog v2.8.2
14052026-05-13T18:10:59.531Z Compiling rand_xorshift v0.4.0
14062026-05-13T18:10:59.545Z Compiling time v0.3.47
14072026-05-13T18:10:59.638Z Compiling thread-id v5.1.0
14082026-05-13T18:10:59.651Z Compiling cookie v0.18.1
14092026-05-13T18:10:59.655Z Compiling signal-hook v0.3.18
14102026-05-13T18:10:59.710Z Compiling iri-string v0.7.10
14112026-05-13T18:10:59.725Z Compiling unicode-bidi v0.3.18
14122026-05-13T18:10:59.741Z Compiling unicode-properties v0.1.4
14132026-05-13T18:10:59.745Z Compiling anyhow v1.0.102
14142026-05-13T18:10:59.862Z Compiling ryu v1.0.23
14152026-05-13T18:10:59.889Z Compiling allocator-api2 v0.2.21
14162026-05-13T18:10:59.903Z Compiling adler2 v2.0.1
14172026-05-13T18:10:59.969Z Compiling unarray v0.1.4
14182026-05-13T18:11:00.050Z Compiling paste v1.0.15
14192026-05-13T18:11:00.074Z Compiling zstd-safe v7.2.4
14202026-05-13T18:11:00.113Z Compiling stringprep v0.1.5
14212026-05-13T18:11:00.272Z Compiling miniz_oxide v0.8.9
14222026-05-13T18:11:00.436Z Compiling heck v0.4.1
14232026-05-13T18:11:00.452Z Compiling num-integer v0.1.46
14242026-05-13T18:11:00.599Z Compiling curve25519-dalek v4.1.3
14252026-05-13T18:11:00.645Z Compiling serde_derive v1.0.228
14262026-05-13T18:11:00.676Z Compiling zeroize_derive v1.4.3
14272026-05-13T18:11:00.795Z Compiling zerofrom-derive v0.1.6
14282026-05-13T18:11:00.913Z Compiling yoke-derive v0.8.1
14292026-05-13T18:11:00.927Z Compiling zerocopy-derive v0.8.40
14302026-05-13T18:11:00.954Z Compiling zerovec-derive v0.11.2
14312026-05-13T18:11:01.104Z Compiling displaydoc v0.2.5
14322026-05-13T18:11:01.197Z Compiling tokio-macros v2.7.0
14332026-05-13T18:11:01.289Z Compiling futures-macro v0.3.32
14342026-05-13T18:11:01.362Z Compiling zeroize v1.8.2
14352026-05-13T18:11:01.420Z Compiling der_derive v0.7.3
14362026-05-13T18:11:01.854Z Compiling rustls-pki-types v1.14.0
14372026-05-13T18:11:01.883Z Compiling tracing-attributes v0.1.31
14382026-05-13T18:11:01.963Z Compiling thiserror-impl v2.0.18
14392026-05-13T18:11:02.137Z Compiling crypto-common v0.1.7
14402026-05-13T18:11:02.152Z Compiling block-buffer v0.10.4
14412026-05-13T18:11:02.155Z Compiling futures-util v0.3.32
14422026-05-13T18:11:02.181Z Compiling block-padding v0.3.3
14432026-05-13T18:11:02.235Z Compiling zerofrom v0.1.6
14442026-05-13T18:11:02.306Z Compiling digest v0.10.7
14452026-05-13T18:11:02.341Z Compiling inout v0.1.4
14462026-05-13T18:11:02.344Z Compiling scroll_derive v0.13.1
14472026-05-13T18:11:02.369Z Compiling yoke v0.8.1
14482026-05-13T18:11:02.381Z Compiling schemars_derive v0.8.22
14492026-05-13T18:11:02.435Z Compiling der v0.7.10
14502026-05-13T18:11:02.543Z Compiling zerovec v0.11.5
14512026-05-13T18:11:02.568Z Compiling zerotrie v0.2.3
14522026-05-13T18:11:02.581Z Compiling hmac v0.12.1
14532026-05-13T18:11:02.755Z Compiling sha2 v0.10.9
14542026-05-13T18:11:02.882Z Compiling cipher v0.4.4
14552026-05-13T18:11:03.072Z Compiling tinystr v0.8.2
14562026-05-13T18:11:03.104Z Compiling potential_utf v0.1.4
14572026-05-13T18:11:03.169Z Compiling salsa20 v0.10.2
14582026-05-13T18:11:03.190Z Compiling pbkdf2 v0.12.2
14592026-05-13T18:11:03.261Z Compiling icu_locale_core v2.1.1
14602026-05-13T18:11:03.284Z Compiling icu_collections v2.1.1
14612026-05-13T18:11:03.299Z Compiling spki v0.7.3
14622026-05-13T18:11:03.325Z Compiling scrypt v0.11.0
14632026-05-13T18:11:03.328Z Compiling tracing v0.1.44
14642026-05-13T18:11:03.354Z Compiling thiserror v2.0.18
14652026-05-13T18:11:03.477Z Compiling cbc v0.1.2
14662026-05-13T18:11:03.523Z Compiling aes v0.8.4
14672026-05-13T18:11:03.625Z Compiling pest_derive v2.8.6
14682026-05-13T18:11:03.657Z Compiling scroll v0.13.0
14692026-05-13T18:11:03.672Z Compiling darling_macro v0.20.11
14702026-05-13T18:11:03.702Z Compiling openssl-macros v0.1.1
14712026-05-13T18:11:03.729Z Compiling rustls-native-certs v0.8.3
14722026-05-13T18:11:03.801Z Compiling signature v2.2.0
14732026-05-13T18:11:03.948Z Compiling icu_provider v2.1.1
14742026-05-13T18:11:04.005Z Compiling pkcs5 v0.7.1
14752026-05-13T18:11:04.043Z Compiling goblin v0.10.5
14762026-05-13T18:11:04.080Z Compiling dtrace-parser v0.3.0
14772026-05-13T18:11:04.162Z Compiling bytes v1.11.1
14782026-05-13T18:11:04.191Z Compiling icu_properties v2.1.2
14792026-05-13T18:11:04.205Z Compiling icu_normalizer v2.1.1
14802026-05-13T18:11:04.255Z Compiling chrono v0.4.44
14812026-05-13T18:11:04.268Z Compiling ipnet v2.11.0
14822026-05-13T18:11:04.306Z Compiling darling v0.20.11
14832026-05-13T18:11:04.403Z Compiling pkcs8 v0.10.2
14842026-05-13T18:11:04.486Z Compiling derive_builder_core v0.20.2
14852026-05-13T18:11:04.517Z Compiling webpki-roots v1.0.6
14862026-05-13T18:11:04.645Z Compiling tokio v1.52.1
14872026-05-13T18:11:04.659Z Compiling http v1.4.0
14882026-05-13T18:11:04.731Z Compiling thiserror-impl v1.0.69
14892026-05-13T18:11:04.772Z Compiling scroll_derive v0.12.1
14902026-05-13T18:11:04.791Z Compiling serde_tokenstream v0.2.3
14912026-05-13T18:11:04.795Z Compiling serde_urlencoded v0.7.1
14922026-05-13T18:11:04.846Z Compiling serde_spanned v0.6.9
14932026-05-13T18:11:05.003Z Compiling erased-serde v0.3.31
14942026-05-13T18:11:05.061Z Compiling idna_adapter v1.2.1
14952026-05-13T18:11:05.163Z Compiling toml_datetime v0.6.11
14962026-05-13T18:11:05.239Z Compiling idna v1.1.0
14972026-05-13T18:11:05.355Z Compiling ppv-lite86 v0.2.21
14982026-05-13T18:11:05.443Z Compiling http-body v1.0.1
14992026-05-13T18:11:05.483Z Compiling derive_builder_macro v0.20.2
15002026-05-13T18:11:05.498Z Compiling scroll v0.12.0
15012026-05-13T18:11:05.522Z Compiling md-5 v0.10.6
15022026-05-13T18:11:05.535Z Compiling darling_macro v0.21.3
15032026-05-13T18:11:05.620Z Compiling url v2.5.8
15042026-05-13T18:11:05.634Z Compiling http-body-util v0.1.3
15052026-05-13T18:11:05.698Z Compiling rand_chacha v0.9.0
15062026-05-13T18:11:05.714Z Compiling rand_chacha v0.3.1
15072026-05-13T18:11:05.714Z Compiling bstr v1.12.1
15082026-05-13T18:11:05.791Z Compiling zerocopy-derive v0.7.35
15092026-05-13T18:11:05.896Z Compiling pin-project-internal v1.1.11
15102026-05-13T18:11:05.941Z Compiling rand v0.9.2
15112026-05-13T18:11:05.982Z Compiling async-trait v0.1.89
15122026-05-13T18:11:06.047Z Compiling thiserror v1.0.69
15132026-05-13T18:11:06.060Z Compiling vergen-lib v0.1.6
15142026-05-13T18:11:06.235Z Compiling ff v0.13.1
15152026-05-13T18:11:06.263Z Compiling hash32 v0.2.1
15162026-05-13T18:11:06.397Z Compiling memoffset v0.9.1
15172026-05-13T18:11:06.430Z Compiling num-bigint-dig v0.8.6
15182026-05-13T18:11:06.449Z Compiling litrs v1.0.0
15192026-05-13T18:11:06.473Z Compiling fallible-iterator v0.2.0
15202026-05-13T18:11:06.564Z Compiling proptest v1.11.0
15212026-05-13T18:11:06.609Z Compiling cfg_aliases v0.2.1
15222026-05-13T18:11:06.638Z Compiling smoltcp v0.9.1
15232026-05-13T18:11:06.693Z Compiling zlib-rs v0.6.2
15242026-05-13T18:11:06.707Z Compiling base16ct v0.2.0
15252026-05-13T18:11:06.751Z Compiling psl-types v2.0.11
15262026-05-13T18:11:06.784Z Compiling ref-cast v1.0.25
15272026-05-13T18:11:06.807Z Compiling rustix v0.38.44
15282026-05-13T18:11:06.893Z Compiling dof v0.4.0
15292026-05-13T18:11:06.907Z Compiling publicsuffix v2.3.0
15302026-05-13T18:11:06.985Z Compiling ipnetwork v0.21.1
15312026-05-13T18:11:07.023Z Compiling document-features v0.2.12
15322026-05-13T18:11:07.058Z Compiling sec1 v0.7.3
15332026-05-13T18:11:07.080Z Compiling pin-project v1.1.11
15342026-05-13T18:11:07.102Z Compiling postgres-protocol v0.6.10
15352026-05-13T18:11:07.174Z Compiling zerocopy v0.7.35
15362026-05-13T18:11:07.203Z Compiling nix v0.31.2
15372026-05-13T18:11:07.220Z Compiling oxnet v0.1.4
15382026-05-13T18:11:07.407Z Compiling group v0.13.0
15392026-05-13T18:11:07.471Z Compiling darling v0.21.3
15402026-05-13T18:11:07.512Z Compiling derive_builder v0.20.2
15412026-05-13T18:11:07.568Z Compiling rand v0.8.6
15422026-05-13T18:11:07.595Z Compiling goblin v0.8.2
15432026-05-13T18:11:07.641Z Compiling hubpack_derive v0.1.1
15442026-05-13T18:11:07.668Z Compiling futures-executor v0.3.32
15452026-05-13T18:11:07.682Z Compiling cargo-platform v0.1.9
15462026-05-13T18:11:07.696Z Compiling hex v0.4.3
15472026-05-13T18:11:07.747Z Compiling hkdf v0.12.4
15482026-05-13T18:11:07.862Z Compiling crypto-bigint v0.5.5
15492026-05-13T18:11:07.925Z Compiling regex v1.12.3
15502026-05-13T18:11:08.012Z Compiling num-iter v0.1.45
15512026-05-13T18:11:08.043Z Compiling snafu-derive v0.8.9
15522026-05-13T18:11:08.057Z Compiling curve25519-dalek-derive v0.1.1
15532026-05-13T18:11:08.113Z Compiling daft-derive v0.1.5
15542026-05-13T18:11:08.127Z Compiling ref-cast-impl v1.0.25
15552026-05-13T18:11:08.147Z Compiling strum_macros v0.27.2
15562026-05-13T18:11:08.433Z Compiling tokio-util v0.7.18
15572026-05-13T18:11:08.448Z Compiling tower v0.5.3
15582026-05-13T18:11:08.524Z Compiling tokio-native-tls v0.3.1
15592026-05-13T18:11:08.713Z Compiling terminal_size v0.4.3
15602026-05-13T18:11:08.729Z Compiling phf_shared v0.13.1
15612026-05-13T18:11:08.766Z Compiling lazy_static v1.5.0
15622026-05-13T18:11:08.787Z Compiling vergen v9.0.6
15632026-05-13T18:11:08.861Z Compiling tower-http v0.6.8
15642026-05-13T18:11:08.875Z Compiling fs-err v3.3.0
15652026-05-13T18:11:08.879Z Compiling encoding_rs v0.8.35
15662026-05-13T18:11:08.942Z Compiling newtype-uuid v1.3.2
15672026-05-13T18:11:08.987Z Compiling ahash v0.8.12
15682026-05-13T18:11:09.002Z Compiling object v0.37.3
15692026-05-13T18:11:09.018Z Compiling mime v0.3.17
15702026-05-13T18:11:09.090Z Compiling bitflags v1.3.2
15712026-05-13T18:11:09.179Z Compiling h2 v0.4.13
15722026-05-13T18:11:09.215Z Compiling managed v0.8.0
15732026-05-13T18:11:09.292Z Compiling foldhash v0.2.0
15742026-05-13T18:11:09.296Z Compiling libbz2-rs-sys v0.2.2
15752026-05-13T18:11:09.310Z Compiling winnow v0.5.40
15762026-05-13T18:11:09.334Z Compiling foldhash v0.1.5
15772026-05-13T18:11:09.445Z Compiling same-file v1.0.6
15782026-05-13T18:11:09.504Z Compiling bumpalo v3.20.2
15792026-05-13T18:11:09.525Z Compiling flate2 v1.1.9
15802026-05-13T18:11:09.539Z Compiling hashbrown v0.15.5
15812026-05-13T18:11:09.627Z Compiling walkdir v2.5.0
15822026-05-13T18:11:09.795Z Compiling bzip2 v0.6.1
15832026-05-13T18:11:09.932Z Compiling dof v0.3.0
15842026-05-13T18:11:09.988Z Compiling zopfli v0.8.3
15852026-05-13T18:11:10.002Z Compiling hashbrown v0.16.1
15862026-05-13T18:11:10.017Z Compiling snafu v0.8.9
15872026-05-13T18:11:10.047Z Compiling clap_builder v4.5.60
15882026-05-13T18:11:10.189Z Compiling daft v0.1.5
15892026-05-13T18:11:10.203Z Compiling strum v0.27.2
15902026-05-13T18:11:10.357Z Compiling phf v0.13.1
15912026-05-13T18:11:10.371Z Compiling signal-hook-mio v0.2.5
15922026-05-13T18:11:10.469Z Compiling elliptic-curve v0.13.8
15932026-05-13T18:11:10.514Z Compiling cargo_metadata v0.19.2
15942026-05-13T18:11:10.642Z Compiling usdt-macro v0.6.0
15952026-05-13T18:11:10.659Z Compiling usdt-attr-macro v0.6.0
15962026-05-13T18:11:10.723Z Compiling toml_edit v0.19.15
15972026-05-13T18:11:10.752Z Compiling cookie_store v0.22.1
15982026-05-13T18:11:10.841Z Compiling hubpack v0.1.2
15992026-05-13T18:11:10.892Z Compiling bzip2 v0.4.4
16002026-05-13T18:11:10.906Z Compiling futures v0.3.32
16012026-05-13T18:11:10.937Z Compiling zstd v0.13.3
16022026-05-13T18:11:11.024Z Compiling serde_with_macros v3.17.0
16032026-05-13T18:11:11.083Z Compiling postgres-types v0.2.12
16042026-05-13T18:11:11.219Z Compiling globset v0.4.18
16052026-05-13T18:11:11.234Z Compiling dtrace-parser v0.2.0
16062026-05-13T18:11:11.441Z Compiling pkcs1 v0.7.5
16072026-05-13T18:11:11.454Z Compiling ed25519 v2.2.3
16082026-05-13T18:11:11.504Z Compiling serde-big-array v0.5.1
16092026-05-13T18:11:11.665Z Compiling olpc-cjson v0.1.4
16102026-05-13T18:11:11.679Z Compiling serde_plain v1.0.2
16112026-05-13T18:11:11.847Z Compiling rfc6979 v0.4.0
16122026-05-13T18:11:11.868Z Compiling strum_macros v0.26.4
16132026-05-13T18:11:11.888Z Compiling serde_repr v0.1.20
16142026-05-13T18:11:11.902Z Compiling enum-as-inner v0.6.1
16152026-05-13T18:11:11.930Z Compiling clap_derive v4.5.55
16162026-05-13T18:11:11.999Z Compiling async-recursion v1.1.1
16172026-05-13T18:11:12.014Z Compiling phf_shared v0.11.3
16182026-05-13T18:11:12.201Z Compiling float-cmp v0.10.0
16192026-05-13T18:11:12.221Z Compiling hyper v1.8.1
16202026-05-13T18:11:12.341Z Compiling pem v3.0.6
16212026-05-13T18:11:12.371Z Compiling memmap2 v0.9.10
16222026-05-13T18:11:12.386Z Compiling thread-id v4.2.2
16232026-05-13T18:11:12.448Z Compiling env_filter v1.0.0
16242026-05-13T18:11:12.476Z Compiling difflib v0.4.0
16252026-05-13T18:11:12.490Z Compiling fixedbitset v0.4.2
16262026-05-13T18:11:12.612Z Compiling static_assertions v1.1.0
16272026-05-13T18:11:12.692Z Compiling jiff v0.2.21
16282026-05-13T18:11:12.696Z Compiling data-encoding v2.10.0
16292026-05-13T18:11:12.708Z Compiling either v1.15.0
16302026-05-13T18:11:12.737Z Compiling whoami v2.1.0
16312026-05-13T18:11:12.776Z Compiling rustc-hash v2.1.1
16322026-05-13T18:11:12.920Z Compiling normalize-line-endings v0.3.0
16332026-05-13T18:11:12.952Z Compiling fixedbitset v0.5.7
16342026-05-13T18:11:13.033Z Compiling typed-path v0.9.3
16352026-05-13T18:11:13.069Z Compiling predicates-core v1.0.10
16362026-05-13T18:11:13.128Z Compiling new_debug_unreachable v1.0.6
16372026-05-13T18:11:13.158Z Compiling keccak v0.1.6
16382026-05-13T18:11:13.217Z Compiling precomputed-hash v0.1.1
16392026-05-13T18:11:13.277Z Compiling predicates v3.1.4
16402026-05-13T18:11:13.292Z Compiling petgraph v0.8.3
16412026-05-13T18:11:13.295Z Compiling hickory-proto v0.25.2
16422026-05-13T18:11:13.322Z Compiling hyper-util v0.1.20
16432026-05-13T18:11:13.437Z Compiling sha3 v0.10.8
16442026-05-13T18:11:13.452Z Compiling string_cache v0.8.9
16452026-05-13T18:11:13.563Z Compiling tokio-postgres v0.7.16
16462026-05-13T18:11:13.689Z Compiling strum v0.26.3
16472026-05-13T18:11:13.700Z Compiling itertools v0.13.0
16482026-05-13T18:11:13.795Z Compiling clap v4.5.60
16492026-05-13T18:11:13.840Z Compiling iddqd v0.3.18
16502026-05-13T18:11:13.864Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16512026-05-13T18:11:13.893Z Compiling petgraph v0.6.5
16522026-05-13T18:11:13.912Z Compiling env_logger v0.11.9
16532026-05-13T18:11:13.946Z Compiling usdt v0.6.0
16542026-05-13T18:11:13.989Z Compiling toml_edit v0.22.27
16552026-05-13T18:11:14.232Z Compiling usdt-impl v0.5.0
16562026-05-13T18:11:14.275Z Compiling serde_with v3.17.0
16572026-05-13T18:11:14.294Z Compiling toml v0.7.8
16582026-05-13T18:11:14.835Z Compiling hyper-tls v0.6.0
16592026-05-13T18:11:14.917Z Compiling crossterm v0.28.1
16602026-05-13T18:11:14.947Z Compiling ecdsa v0.16.9
16612026-05-13T18:11:15.025Z Compiling rsa v0.9.10
16622026-05-13T18:11:15.067Z Compiling ed25519-dalek v2.2.0
16632026-05-13T18:11:15.321Z Compiling zip v4.6.1
16642026-05-13T18:11:15.424Z Compiling zip v0.6.6
16652026-05-13T18:11:15.973Z Compiling toml_parser v1.0.9+spec-1.1.0
16662026-05-13T18:11:16.049Z Compiling tokio-stream v0.1.18
16672026-05-13T18:11:16.066Z Compiling buf-list v1.1.2
16682026-05-13T18:11:16.094Z Compiling similar v2.7.0
16692026-05-13T18:11:16.109Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16702026-05-13T18:11:16.307Z Compiling openapiv3 v2.2.0
16712026-05-13T18:11:16.323Z Compiling x509-cert v0.2.5
16722026-05-13T18:11:16.370Z Compiling sha1 v0.10.6
16732026-05-13T18:11:16.440Z Compiling crossbeam-epoch v0.9.18
16742026-05-13T18:11:16.545Z Compiling toml_datetime v0.7.5+spec-1.1.0
16752026-05-13T18:11:16.624Z Compiling peg-runtime v0.8.5
16762026-05-13T18:11:16.637Z Compiling lalrpop-util v0.19.12
16772026-05-13T18:11:16.758Z Compiling thread_local v1.1.9
16782026-05-13T18:11:16.762Z Compiling slog-async v2.8.0
16792026-05-13T18:11:16.795Z Compiling crossbeam-channel v0.5.15
16802026-05-13T18:11:16.854Z Compiling is-terminal v0.4.17
16812026-05-13T18:11:16.868Z Compiling filetime v0.2.27
16822026-05-13T18:11:16.871Z Compiling term v1.2.1
16832026-05-13T18:11:16.934Z Compiling xattr v1.6.1
16842026-05-13T18:11:16.961Z Compiling take_mut v0.2.2
16852026-05-13T18:11:17.081Z Compiling tar v0.4.45
16862026-05-13T18:11:17.270Z Compiling slog-term v2.9.2
16872026-05-13T18:11:34.804Z Compiling rustls-webpki v0.103.9
16882026-05-13T18:11:37.602Z Compiling tokio-rustls v0.26.4
16892026-05-13T18:11:37.602Z Compiling rustls-platform-verifier v0.6.2
16902026-05-13T18:11:37.790Z Compiling hyper-rustls v0.27.7
16912026-05-13T18:11:37.983Z Compiling reqwest v0.12.28
16922026-05-13T18:11:37.983Z Compiling reqwest v0.13.2
16932026-05-13T18:11:39.221Z Compiling tough v0.22.0
16942026-05-13T18:11:41.734Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16952026-05-13T18:11:41.968Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16962026-05-13T18:11:44.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.47s
16972026-05-13T18:11:44.920Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16982026-05-13T18:11:44.976ZMay 13 18:11:44.319 INFO Starting download, target: Clickhouse
16992026-05-13T18:11:44.976ZMay 13 18:11:44.320 INFO Starting download, target: Console
17002026-05-13T18:11:44.976ZMay 13 18:11:44.320 INFO Starting download, target: Cockroach
17012026-05-13T18:11:44.976ZMay 13 18:11:44.320 INFO Starting download, target: DendriteStub
17022026-05-13T18:11:44.977ZMay 13 18:11:44.320 INFO Starting download, target: MaghemiteMgd
17032026-05-13T18:11:44.977ZMay 13 18:11:44.320 INFO Starting download, target: TransceiverControl
17042026-05-13T18:11:44.983ZMay 13 18:11:44.320 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17052026-05-13T18:11:44.983ZMay 13 18:11:44.320 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17062026-05-13T18:11:44.983ZMay 13 18:11:44.320 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17072026-05-13T18:11:44.983ZMay 13 18:11:44.321 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17082026-05-13T18:11:44.983ZMay 13 18:11:44.321 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17092026-05-13T18:11:44.983ZMay 13 18:11:44.321 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17102026-05-13T18:11:45.303ZMay 13 18:11:44.647 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17112026-05-13T18:11:45.520ZMay 13 18:11:44.862 INFO Download complete, target: TransceiverControl
17122026-05-13T18:11:45.923ZMay 13 18:11:45.261 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17132026-05-13T18:11:46.156ZMay 13 18:11:45.495 INFO Download complete, target: Console
17142026-05-13T18:11:46.916ZMay 13 18:11:46.257 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17152026-05-13T18:11:47.053ZMay 13 18:11:46.364 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17162026-05-13T18:11:47.414ZMay 13 18:11:46.758 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17172026-05-13T18:11:47.469ZMay 13 18:11:46.812 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17182026-05-13T18:11:47.476ZMay 13 18:11:46.812 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17192026-05-13T18:11:49.278ZMay 13 18:11:48.622 INFO Download complete, target: DendriteStub
17202026-05-13T18:11:49.397ZMay 13 18:11:48.741 INFO Download complete, target: MaghemiteMgd
17212026-05-13T18:11:52.210ZMay 13 18:11:51.551 INFO Checking that binary works, target: Cockroach
17222026-05-13T18:11:52.443ZMay 13 18:11:51.787 INFO Download complete, target: Cockroach
17232026-05-13T18:11:54.219ZMay 13 18:11:53.557 INFO Checking that binary works, target: Clickhouse
17242026-05-13T18:11:54.348ZMay 13 18:11:53.669 INFO Download complete, target: Clickhouse
17252026-05-13T18:11:54.368ZAll prerequisites installed successfully
17262026-05-13T18:11:54.369Z
17272026-05-13T18:11:54.369Zreal 2:07.569849591
17282026-05-13T18:11:54.369Zuser 6:56.283646531
17292026-05-13T18:11:54.369Zsys 1:41.678702976
17302026-05-13T18:11:54.369Ztrap 0.268496306
17312026-05-13T18:11:54.369Ztflt 1.922286060
17322026-05-13T18:11:54.369Zdflt 2.852406270
17332026-05-13T18:11:54.369Zkflt 0.062224679
17342026-05-13T18:11:54.369Zlock 22:53.084458600
17352026-05-13T18:11:54.370Zslp 19:37.651177556
17362026-05-13T18:11:54.370Zlat 21.387509612
17372026-05-13T18:11:54.370Zstop 2:41.296687682
17382026-05-13T18:11:54.370Z+ ptime -m cargo xtask download softnpu
17392026-05-13T18:11:54.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17402026-05-13T18:11:54.891Z Running `target/debug/xtask download softnpu`
17412026-05-13T18:11:55.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
17422026-05-13T18:11:55.739Z Running `target/debug/xtask-downloader softnpu`
17432026-05-13T18:11:55.786ZMay 13 18:11:55.120 INFO Starting download, target: Softnpu
17442026-05-13T18:11:55.794ZMay 13 18:11:55.121 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17452026-05-13T18:11:56.428ZMay 13 18:11:55.773 INFO Download complete, target: Softnpu
17462026-05-13T18:11:56.432Z
17472026-05-13T18:11:56.432Zreal 2.094689538
17482026-05-13T18:11:56.432Zuser 1.357764099
17492026-05-13T18:11:56.432Zsys 0.662292142
17502026-05-13T18:11:56.432Ztrap 0.000562720
17512026-05-13T18:11:56.432Ztflt 0.000209200
17522026-05-13T18:11:56.432Zdflt 0.000153890
17532026-05-13T18:11:56.432Zkflt 0.000000000
17542026-05-13T18:11:56.432Zlock 11.892343017
17552026-05-13T18:11:56.432Zslp 0.518171635
17562026-05-13T18:11:56.432Zlat 0.081535597
17572026-05-13T18:11:56.432Zstop 0.000158570
17582026-05-13T18:11:56.436Z+ export CARGO_INCREMENTAL=0
17592026-05-13T18:11:56.436Z+ CARGO_INCREMENTAL=0
17602026-05-13T18:11:56.436Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17612026-05-13T18:11:57.330Z Compiling proc-macro2 v1.0.106
17622026-05-13T18:11:57.330Z Compiling quote v1.0.45
17632026-05-13T18:11:57.330Z Compiling unicode-ident v1.0.24
17642026-05-13T18:11:57.330Z Compiling libc v0.2.185
17652026-05-13T18:11:57.334Z Compiling serde_core v1.0.228
17662026-05-13T18:11:57.334Z Compiling serde v1.0.228
17672026-05-13T18:11:57.334Z Compiling cfg-if v1.0.4
17682026-05-13T18:11:57.334Z Compiling version_check v0.9.5
17692026-05-13T18:11:57.476Z Compiling find-msvc-tools v0.1.9
17702026-05-13T18:11:57.479Z Compiling shlex v1.3.0
17712026-05-13T18:11:57.479Z Compiling typenum v1.19.0
17722026-05-13T18:11:57.479Z Compiling zmij v1.0.21
17732026-05-13T18:11:57.479Z Compiling autocfg v1.5.0
17742026-05-13T18:11:57.479Z Compiling serde_json v1.0.149
17752026-05-13T18:11:57.479Z Compiling memchr v2.8.0
17762026-05-13T18:11:57.692Z Compiling portable-atomic v1.13.1
17772026-05-13T18:11:57.868Z Compiling libm v0.2.16
17782026-05-13T18:11:57.889Z Compiling zerocopy v0.8.40
17792026-05-13T18:11:57.906Z Compiling smallvec v1.15.1
17802026-05-13T18:11:57.923Z Compiling parking_lot_core v0.9.12
17812026-05-13T18:11:57.956Z Compiling generic-array v0.14.7
17822026-05-13T18:11:57.956Z Compiling num-traits v0.2.19
17832026-05-13T18:11:58.005Z Compiling icu_properties_data v2.1.2
17842026-05-13T18:11:58.169Z Compiling icu_normalizer_data v2.1.1
17852026-05-13T18:11:58.200Z Compiling itoa v1.0.17
17862026-05-13T18:11:58.204Z Compiling getrandom v0.4.1
17872026-05-13T18:11:58.204Z Compiling log v0.4.29
17882026-05-13T18:11:58.213Z Compiling stable_deref_trait v1.2.1
17892026-05-13T18:11:58.261Z Compiling pkg-config v0.3.32
17902026-05-13T18:11:58.279Z Compiling subtle v2.6.1
17912026-05-13T18:11:58.461Z Compiling jobserver v0.1.34
17922026-05-13T18:11:58.476Z Compiling getrandom v0.2.17
17932026-05-13T18:11:58.508Z Compiling errno v0.3.14
17942026-05-13T18:11:58.537Z Compiling scopeguard v1.2.0
17952026-05-13T18:11:58.656Z Compiling rand_core v0.6.4
17962026-05-13T18:11:58.669Z Compiling lock_api v0.4.14
17972026-05-13T18:11:58.695Z Compiling cc v1.2.56
17982026-05-13T18:11:58.750Z Compiling litemap v0.8.1
17992026-05-13T18:11:58.759Z Compiling percent-encoding v2.3.2
18002026-05-13T18:11:58.770Z Compiling writeable v0.6.2
18012026-05-13T18:11:58.909Z Compiling syn v2.0.117
18022026-05-13T18:11:58.962Z Compiling pin-project-lite v0.2.17
18032026-05-13T18:11:58.992Z Compiling fnv v1.0.7
18042026-05-13T18:11:59.049Z Compiling thiserror v2.0.18
18052026-05-13T18:11:59.057Z Compiling getrandom v0.3.4
18062026-05-13T18:11:59.133Z Compiling equivalent v1.0.2
18072026-05-13T18:11:59.146Z Compiling fs_extra v1.3.0
18082026-05-13T18:11:59.169Z Compiling dunce v1.0.5
18092026-05-13T18:11:59.261Z Compiling rustversion v1.0.22
18102026-05-13T18:11:59.277Z Compiling rand_core v0.10.0
18112026-05-13T18:11:59.288Z Compiling utf8_iter v1.0.4
18122026-05-13T18:11:59.313Z Compiling schemars v0.8.22
18132026-05-13T18:11:59.388Z Compiling form_urlencoded v1.2.2
18142026-05-13T18:11:59.472Z Compiling cmake v0.1.57
18152026-05-13T18:11:59.482Z Compiling critical-section v1.2.0
18162026-05-13T18:11:59.534Z Compiling signal-hook-registry v1.4.8
18172026-05-13T18:11:59.620Z Compiling rustix v1.1.3
18182026-05-13T18:11:59.620Z Compiling hashbrown v0.17.0
18192026-05-13T18:11:59.684Z Compiling socket2 v0.6.3
18202026-05-13T18:11:59.714Z Compiling mio v1.2.0
18212026-05-13T18:11:59.838Z Compiling parking_lot v0.12.5
18222026-05-13T18:11:59.976Z Compiling semver v1.0.28
18232026-05-13T18:12:00.064Z Compiling bitflags v2.11.0
18242026-05-13T18:12:00.089Z Compiling ring v0.17.14
18252026-05-13T18:12:00.148Z Compiling aws-lc-sys v0.40.0
18262026-05-13T18:12:00.182Z Compiling once_cell v1.21.3
18272026-05-13T18:12:00.216Z Compiling indexmap v2.14.0
18282026-05-13T18:12:00.227Z Compiling const-oid v0.9.6
18292026-05-13T18:12:00.397Z Compiling aws-lc-rs v1.16.3
18302026-05-13T18:12:00.415Z Compiling futures-core v0.3.32
18312026-05-13T18:12:00.463Z Compiling httparse v1.10.1
18322026-05-13T18:12:00.530Z Compiling thiserror v1.0.69
18332026-05-13T18:12:00.551Z Compiling vcpkg v0.2.15
18342026-05-13T18:12:00.589Z Compiling strsim v0.11.1
18352026-05-13T18:12:00.783Z Compiling iana-time-zone v0.1.65
18362026-05-13T18:12:00.799Z Compiling byteorder v1.5.0
18372026-05-13T18:12:00.835Z Compiling ucd-trie v0.1.7
18382026-05-13T18:12:00.891Z Compiling heck v0.5.0
18392026-05-13T18:12:00.894Z Compiling ident_case v1.0.1
18402026-05-13T18:12:00.920Z Compiling regex-syntax v0.8.10
18412026-05-13T18:12:00.948Z Compiling syn v1.0.109
18422026-05-13T18:12:00.983Z Compiling uuid v1.23.0
18432026-05-13T18:12:01.001Z Compiling pest v2.8.6
18442026-05-13T18:12:01.040Z Compiling cpufeatures v0.2.17
18452026-05-13T18:12:01.056Z Compiling rustls v0.23.37
18462026-05-13T18:12:01.128Z Compiling openssl-sys v0.9.115
18472026-05-13T18:12:01.289Z Compiling futures-sink v0.3.32
18482026-05-13T18:12:01.305Z Compiling rustc_version v0.4.1
18492026-05-13T18:12:01.398Z Compiling futures-channel v0.3.32
18502026-05-13T18:12:01.430Z Compiling slab v0.4.12
18512026-05-13T18:12:01.540Z Compiling futures-io v0.3.32
18522026-05-13T18:12:01.555Z Compiling futures-task v0.3.32
18532026-05-13T18:12:01.656Z Compiling aho-corasick v1.1.4
18542026-05-13T18:12:01.686Z Compiling dyn-clone v1.0.20
18552026-05-13T18:12:01.729Z Compiling synstructure v0.13.2
18562026-05-13T18:12:01.745Z Compiling serde_derive_internals v0.29.1
18572026-05-13T18:12:01.919Z Compiling crc32fast v1.5.0
18582026-05-13T18:12:01.968Z Compiling openssl v0.10.79
18592026-05-13T18:12:01.985Z Compiling plain v0.2.3
18602026-05-13T18:12:02.086Z Compiling pest_meta v2.8.6
18612026-05-13T18:12:02.108Z Compiling base64 v0.22.1
18622026-05-13T18:12:02.218Z Compiling crossbeam-utils v0.8.21
18632026-05-13T18:12:02.257Z Compiling num-conv v0.2.0
18642026-05-13T18:12:02.272Z Compiling time-core v0.1.8
18652026-05-13T18:12:02.371Z Compiling pretty-hex v0.4.1
18662026-05-13T18:12:02.410Z Compiling native-tls v0.2.18
18672026-05-13T18:12:02.439Z Compiling time-macros v0.2.27
18682026-05-13T18:12:02.486Z Compiling regex-automata v0.4.14
18692026-05-13T18:12:02.504Z Compiling anyhow v1.0.102
18702026-05-13T18:12:02.537Z Compiling base64ct v1.8.3
18712026-05-13T18:12:02.540Z Compiling darling_core v0.21.3
18722026-05-13T18:12:02.696Z Compiling pest_generator v2.8.6
18732026-05-13T18:12:02.742Z Compiling tracing-core v0.1.36
18742026-05-13T18:12:02.760Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18752026-05-13T18:12:02.839Z Compiling pem-rfc7468 v0.7.0
18762026-05-13T18:12:02.985Z Compiling serde_derive v1.0.228
18772026-05-13T18:12:03.021Z Compiling zeroize_derive v1.4.3
18782026-05-13T18:12:03.047Z Compiling zerofrom-derive v0.1.6
18792026-05-13T18:12:03.088Z Compiling yoke-derive v0.8.1
18802026-05-13T18:12:03.126Z Compiling zerovec-derive v0.11.2
18812026-05-13T18:12:03.142Z Compiling displaydoc v0.2.5
18822026-05-13T18:12:03.334Z Compiling zerocopy-derive v0.8.40
18832026-05-13T18:12:03.355Z Compiling tokio-macros v2.7.0
18842026-05-13T18:12:03.407Z Compiling futures-macro v0.3.32
18852026-05-13T18:12:03.633Z Compiling zeroize v1.8.2
18862026-05-13T18:12:03.896Z Compiling thiserror-impl v2.0.18
18872026-05-13T18:12:04.043Z Compiling schemars_derive v0.8.22
18882026-05-13T18:12:04.059Z Compiling tracing-attributes v0.1.31
18892026-05-13T18:12:04.186Z Compiling zerofrom v0.1.6
18902026-05-13T18:12:04.664Z Compiling der_derive v0.7.3
18912026-05-13T18:12:04.664Z Compiling yoke v0.8.1
18922026-05-13T18:12:04.664Z Compiling crypto-common v0.1.7
18932026-05-13T18:12:04.664Z Compiling zerovec v0.11.5
18942026-05-13T18:12:04.664Z Compiling zerotrie v0.2.3
18952026-05-13T18:12:04.664Z Compiling block-buffer v0.10.4
18962026-05-13T18:12:04.768Z Compiling digest v0.10.7
18972026-05-13T18:12:04.998Z Compiling thiserror-impl v1.0.69
18982026-05-13T18:12:05.132Z Compiling tinystr v0.8.2
18992026-05-13T18:12:05.150Z Compiling potential_utf v0.1.4
19002026-05-13T18:12:05.179Z Compiling pest_derive v2.8.6
19012026-05-13T18:12:05.217Z Compiling futures-util v0.3.32
19022026-05-13T18:12:05.232Z Compiling hmac v0.12.1
19032026-05-13T18:12:05.306Z Compiling icu_collections v2.1.1
19042026-05-13T18:12:05.322Z Compiling icu_locale_core v2.1.1
19052026-05-13T18:12:05.541Z Compiling block-padding v0.3.3
19062026-05-13T18:12:05.639Z Compiling rustls-pki-types v1.14.0
19072026-05-13T18:12:05.972Z Compiling inout v0.1.4
19082026-05-13T18:12:05.988Z Compiling openssl-macros v0.1.1
19092026-05-13T18:12:06.064Z Compiling icu_provider v2.1.1
19102026-05-13T18:12:06.142Z Compiling bytes v1.11.1
19112026-05-13T18:12:06.259Z Compiling chrono v0.4.44
19122026-05-13T18:12:06.303Z Compiling serde_tokenstream v0.2.3
19132026-05-13T18:12:06.385Z Compiling icu_normalizer v2.1.1
19142026-05-13T18:12:06.421Z Compiling icu_properties v2.1.2
19152026-05-13T18:12:06.609Z Compiling cipher v0.4.4
19162026-05-13T18:12:06.786Z Compiling tokio v1.52.1
19172026-05-13T18:12:06.985Z Compiling sha2 v0.10.9
19182026-05-13T18:12:07.245Z Compiling scroll_derive v0.12.1
19192026-05-13T18:12:07.339Z Compiling idna_adapter v1.2.1
19202026-05-13T18:12:07.499Z Compiling idna v1.1.0
19212026-05-13T18:12:07.585Z Compiling ppv-lite86 v0.2.21
19222026-05-13T18:12:07.602Z Compiling scroll_derive v0.13.1
19232026-05-13T18:12:07.843Z Compiling url v2.5.8
19242026-05-13T18:12:07.901Z Compiling http v1.4.0
19252026-05-13T18:12:07.955Z Compiling untrusted v0.9.0
19262026-05-13T18:12:07.999Z Compiling flagset v0.4.7
19272026-05-13T18:12:08.117Z Compiling der v0.7.10
19282026-05-13T18:12:08.150Z Compiling tracing v0.1.44
19292026-05-13T18:12:08.349Z Compiling darling_macro v0.21.3
19302026-05-13T18:12:08.364Z Compiling regex v1.12.3
19312026-05-13T18:12:08.385Z Compiling zerocopy-derive v0.7.35
19322026-05-13T18:12:08.684Z Compiling rand_core v0.9.5
19332026-05-13T18:12:08.788Z Compiling slog v2.8.2
19342026-05-13T18:12:09.191Z Compiling spki v0.7.3
19352026-05-13T18:12:09.255Z Compiling darling v0.21.3
19362026-05-13T18:12:09.285Z Compiling salsa20 v0.10.2
19372026-05-13T18:12:09.350Z Compiling pbkdf2 v0.12.2
19382026-05-13T18:12:09.728Z Compiling cookie v0.18.1
19392026-05-13T18:12:09.845Z Compiling camino v1.2.2
19402026-05-13T18:12:10.158Z Compiling scrypt v0.11.0
19412026-05-13T18:12:10.189Z Compiling rand_chacha v0.9.0
19422026-05-13T18:12:10.206Z Compiling http-body v1.0.1
19432026-05-13T18:12:10.351Z Compiling cbc v0.1.2
19442026-05-13T18:12:10.380Z Compiling aes v0.8.4
19452026-05-13T18:12:10.466Z Compiling usdt-impl v0.5.0
19462026-05-13T18:12:10.469Z Compiling openssl-probe v0.2.1
19472026-05-13T18:12:10.520Z Compiling atomic-waker v1.1.2
19482026-05-13T18:12:10.571Z Compiling tokio-util v0.7.18
19492026-05-13T18:12:10.620Z Compiling tinyvec_macros v0.1.1
19502026-05-13T18:12:10.650Z Compiling unicode-segmentation v1.12.0
19512026-05-13T18:12:10.667Z Compiling untrusted v0.7.1
19522026-05-13T18:12:10.667Z Compiling either v1.15.0
19532026-05-13T18:12:10.695Z Compiling paste v1.0.15
19542026-05-13T18:12:10.726Z Compiling usdt-impl v0.6.0
19552026-05-13T18:12:10.807Z Compiling ref-cast v1.0.25
19562026-05-13T18:12:10.866Z Compiling winnow v0.7.14
19572026-05-13T18:12:10.907Z Compiling pkcs5 v0.7.1
19582026-05-13T18:12:11.041Z Compiling tinyvec v1.10.0
19592026-05-13T18:12:11.179Z Compiling rand v0.9.2
19602026-05-13T18:12:11.542Z Compiling scroll v0.13.0
19612026-05-13T18:12:11.602Z Compiling scroll v0.12.0
19622026-05-13T18:12:11.706Z Compiling toml_datetime v0.6.11
19632026-05-13T18:12:11.759Z Compiling serde_spanned v0.6.9
19642026-05-13T18:12:11.830Z Compiling async-trait v0.1.89
19652026-05-13T18:12:11.852Z Compiling heapless v0.7.17
19662026-05-13T18:12:11.925Z Compiling bzip2-sys v0.1.13+1.0.8
19672026-05-13T18:12:11.960Z Compiling signal-hook v0.3.18
19682026-05-13T18:12:11.976Z Compiling try-lock v0.2.5
19692026-05-13T18:12:12.105Z Compiling zstd-safe v7.2.4
19702026-05-13T18:12:12.225Z Compiling fastrand v2.3.0
19712026-05-13T18:12:12.232Z Compiling tower-service v0.3.3
19722026-05-13T18:12:12.272Z Compiling tower-layer v0.3.3
19732026-05-13T18:12:12.379Z Compiling want v0.3.1
19742026-05-13T18:12:12.433Z Compiling toml_parser v1.0.9+spec-1.1.0
19752026-05-13T18:12:12.478Z Compiling h2 v0.4.13
19762026-05-13T18:12:12.577Z Compiling goblin v0.8.2
19772026-05-13T18:12:12.581Z Compiling goblin v0.10.5
19782026-05-13T18:12:12.719Z Compiling pkcs8 v0.10.2
19792026-05-13T18:12:12.853Z Compiling heck v0.4.1
19802026-05-13T18:12:13.004Z Compiling zerocopy v0.7.35
19812026-05-13T18:12:13.026Z Compiling ipnet v2.11.0
19822026-05-13T18:12:13.098Z Compiling ref-cast-impl v1.0.25
19832026-05-13T18:12:13.234Z Compiling darling_core v0.20.11
19842026-05-13T18:12:13.481Z Compiling curve25519-dalek v4.1.3
19852026-05-13T18:12:13.584Z Compiling toml_datetime v0.7.5+spec-1.1.0
19862026-05-13T18:12:13.661Z Compiling memoffset v0.9.1
19872026-05-13T18:12:13.746Z Compiling winnow v0.5.40
19882026-05-13T18:12:13.880Z Compiling pin-utils v0.1.0
19892026-05-13T18:12:14.162Z Compiling rustix v0.38.44
19902026-05-13T18:12:14.270Z Compiling httpdate v1.0.3
19912026-05-13T18:12:14.340Z Compiling foreign-types-shared v0.1.1
19922026-05-13T18:12:14.352Z Compiling litrs v1.0.0
19932026-05-13T18:12:14.498Z Compiling foreign-types v0.3.2
19942026-05-13T18:12:14.534Z Compiling tempfile v3.25.0
19952026-05-13T18:12:14.829Z Compiling document-features v0.2.12
19962026-05-13T18:12:14.854Z Compiling dof v0.3.0
19972026-05-13T18:12:15.191Z Compiling toml_edit v0.19.15
19982026-05-13T18:12:15.255Z Compiling unicode-normalization v0.1.25
19992026-05-13T18:12:15.272Z Compiling darling_macro v0.20.11
20002026-05-13T18:12:15.353Z Compiling dtrace-parser v0.2.0
20012026-05-13T18:12:15.374Z Compiling dof v0.4.0
20022026-05-13T18:12:15.476Z Compiling hyper v1.8.1
20032026-05-13T18:12:15.805Z Compiling dtrace-parser v0.3.0
20042026-05-13T18:12:15.853Z Compiling daft-derive v0.1.5
20052026-05-13T18:12:15.963Z Compiling pin-project-internal v1.1.11
20062026-05-13T18:12:16.017Z Compiling spin v0.9.8
20072026-05-13T18:12:16.055Z Compiling thread-id v5.1.0
20082026-05-13T18:12:16.175Z Compiling thread-id v4.2.2
20092026-05-13T18:12:16.197Z Compiling powerfmt v0.2.0
20102026-05-13T18:12:16.278Z Compiling num-bigint-dig v0.8.6
20112026-05-13T18:12:16.383Z Compiling smoltcp v0.9.1
20122026-05-13T18:12:16.416Z Compiling cfg_aliases v0.2.1
20132026-05-13T18:12:16.445Z Compiling deranged v0.5.8
20142026-05-13T18:12:16.513Z Compiling nix v0.31.2
20152026-05-13T18:12:16.544Z Compiling hyper-util v0.1.20
20162026-05-13T18:12:16.935Z Compiling darling v0.20.11
20172026-05-13T18:12:17.027Z Compiling rustls-native-certs v0.8.3
20182026-05-13T18:12:17.064Z Compiling ipnetwork v0.21.1
20192026-05-13T18:12:17.454Z Compiling strum_macros v0.26.4
20202026-05-13T18:12:17.508Z Compiling curve25519-dalek-derive v0.1.1
20212026-05-13T18:12:17.628Z Compiling sync_wrapper v1.0.2
20222026-05-13T18:12:17.742Z Compiling wait-timeout v0.2.1
20232026-05-13T18:12:17.867Z Compiling utf8parse v0.2.2
20242026-05-13T18:12:18.015Z Compiling bit-vec v0.8.0
20252026-05-13T18:12:18.159Z Compiling siphasher v1.0.2
20262026-05-13T18:12:18.203Z Compiling simd-adler32 v0.3.8
20272026-05-13T18:12:18.260Z Compiling num_threads v0.1.7
20282026-05-13T18:12:18.337Z Compiling anstyle v1.0.13
20292026-05-13T18:12:18.360Z Compiling quick-error v1.2.3
20302026-05-13T18:12:18.451Z Compiling rusty-fork v0.3.1
20312026-05-13T18:12:18.486Z Compiling time v0.3.47
20322026-05-13T18:12:18.663Z Compiling bit-set v0.8.0
20332026-05-13T18:12:18.843Z Compiling anstyle-parse v0.2.7
20342026-05-13T18:12:18.886Z Compiling tower v0.5.3
20352026-05-13T18:12:19.063Z Compiling derive_builder_core v0.20.2
20362026-05-13T18:12:19.144Z Compiling snafu-derive v0.8.9
20372026-05-13T18:12:19.338Z Compiling http-body-util v0.1.3
20382026-05-13T18:12:19.416Z Compiling webpki-roots v1.0.6
20392026-05-13T18:12:19.556Z Compiling rand_xorshift v0.4.0
20402026-05-13T18:12:19.638Z Compiling signature v2.2.0
20412026-05-13T18:12:19.668Z Compiling hubpack_derive v0.1.1
20422026-05-13T18:12:19.720Z Compiling strum_macros v0.27.2
20432026-05-13T18:12:19.935Z Compiling fs-err v3.3.0
20442026-05-13T18:12:19.995Z Compiling ahash v0.8.12
20452026-05-13T18:12:20.084Z Compiling allocator-api2 v0.2.21
20462026-05-13T18:12:20.159Z Compiling ryu v1.0.23
20472026-05-13T18:12:20.175Z Compiling unicode-bidi v0.3.18
20482026-05-13T18:12:20.199Z Compiling anstyle-query v1.1.5
20492026-05-13T18:12:20.302Z Compiling colorchoice v1.0.4
20502026-05-13T18:12:20.329Z Compiling unarray v0.1.4
20512026-05-13T18:12:20.344Z Compiling iri-string v0.7.10
20522026-05-13T18:12:20.379Z Compiling adler2 v2.0.1
20532026-05-13T18:12:20.444Z Compiling unicode-properties v0.1.4
20542026-05-13T18:12:20.473Z Compiling object v0.37.3
20552026-05-13T18:12:20.564Z Compiling is_terminal_polyfill v1.70.2
20562026-05-13T18:12:20.622Z Compiling serde_urlencoded v0.7.1
20572026-05-13T18:12:20.666Z Compiling anstream v0.6.21
20582026-05-13T18:12:20.682Z Compiling stringprep v0.1.5
20592026-05-13T18:12:20.700Z Compiling miniz_oxide v0.8.9
20602026-05-13T18:12:20.776Z Compiling proptest v1.11.0
20612026-05-13T18:12:21.068Z Compiling derive_builder_macro v0.20.2
20622026-05-13T18:12:21.152Z Compiling tokio-native-tls v0.3.1
20632026-05-13T18:12:21.272Z Compiling usdt-macro v0.6.0
20642026-05-13T18:12:21.340Z Compiling usdt-attr-macro v0.6.0
20652026-05-13T18:12:21.480Z Compiling tower-http v0.6.8
20662026-05-13T18:12:21.740Z Compiling rand_chacha v0.3.1
20672026-05-13T18:12:21.764Z Compiling erased-serde v0.3.31
20682026-05-13T18:12:21.852Z Compiling md-5 v0.10.6
20692026-05-13T18:12:21.881Z Compiling bstr v1.12.1
20702026-05-13T18:12:22.001Z Compiling num-integer v0.1.46
20712026-05-13T18:12:22.026Z Compiling hash32 v0.2.1
20722026-05-13T18:12:22.105Z Compiling vergen-lib v0.1.6
20732026-05-13T18:12:22.122Z Compiling ff v0.13.1
20742026-05-13T18:12:22.281Z Compiling psl-types v2.0.11
20752026-05-13T18:12:22.297Z Compiling fallible-iterator v0.2.0
20762026-05-13T18:12:22.317Z Compiling zlib-rs v0.6.2
20772026-05-13T18:12:22.333Z Compiling base16ct v0.2.0
20782026-05-13T18:12:22.399Z Compiling publicsuffix v2.3.0
20792026-05-13T18:12:22.403Z Compiling group v0.13.0
20802026-05-13T18:12:22.431Z Compiling num-iter v0.1.45
20812026-05-13T18:12:22.494Z Compiling sec1 v0.7.3
20822026-05-13T18:12:22.589Z Compiling postgres-protocol v0.6.10
20832026-05-13T18:12:22.624Z Compiling rand v0.8.6
20842026-05-13T18:12:22.768Z Compiling newtype-uuid v1.3.2
20852026-05-13T18:12:22.785Z Compiling oxnet v0.1.4
20862026-05-13T18:12:23.104Z Compiling derive_builder v0.20.2
20872026-05-13T18:12:23.172Z Compiling hyper-tls v0.6.0
20882026-05-13T18:12:23.270Z Compiling phf_shared v0.13.1
20892026-05-13T18:12:23.273Z Compiling pin-project v1.1.11
20902026-05-13T18:12:23.408Z Compiling lazy_static v1.5.0
20912026-05-13T18:12:23.534Z Compiling terminal_size v0.4.3
20922026-05-13T18:12:23.559Z Compiling serde_with_macros v3.17.0
20932026-05-13T18:12:23.579Z Compiling futures-executor v0.3.32
20942026-05-13T18:12:23.582Z Compiling cargo-platform v0.1.9
20952026-05-13T18:12:23.630Z Compiling hex v0.4.3
20962026-05-13T18:12:23.850Z Compiling hkdf v0.12.4
20972026-05-13T18:12:23.871Z Compiling crypto-bigint v0.5.5
20982026-05-13T18:12:23.912Z Compiling clap_derive v4.5.55
20992026-05-13T18:12:24.036Z Compiling serde_repr v0.1.20
21002026-05-13T18:12:24.147Z Compiling async-recursion v1.1.1
21012026-05-13T18:12:24.257Z Compiling enum-as-inner v0.6.1
21022026-05-13T18:12:24.339Z Compiling vergen v9.0.6
21032026-05-13T18:12:24.557Z Compiling flate2 v1.1.9
21042026-05-13T18:12:24.633Z Compiling encoding_rs v0.8.35
21052026-05-13T18:12:24.649Z Compiling bitflags v1.3.2
21062026-05-13T18:12:24.653Z Compiling managed v0.8.0
21072026-05-13T18:12:24.752Z Compiling bumpalo v3.20.2
21082026-05-13T18:12:24.772Z Compiling foldhash v0.1.5
21092026-05-13T18:12:24.788Z Compiling foldhash v0.2.0
21102026-05-13T18:12:24.948Z Compiling clap_lex v1.0.0
21112026-05-13T18:12:24.965Z Compiling same-file v1.0.6
21122026-05-13T18:12:25.001Z Compiling libbz2-rs-sys v0.2.2
21132026-05-13T18:12:25.049Z Compiling mime v0.3.17
21142026-05-13T18:12:25.097Z Compiling walkdir v2.5.0
21152026-05-13T18:12:25.129Z Compiling clap_builder v4.5.60
21162026-05-13T18:12:25.208Z Compiling zopfli v0.8.3
21172026-05-13T18:12:25.306Z Compiling hashbrown v0.16.1
21182026-05-13T18:12:25.593Z Compiling bzip2 v0.6.1
21192026-05-13T18:12:25.608Z Compiling hashbrown v0.15.5
21202026-05-13T18:12:25.784Z Compiling elliptic-curve v0.13.8
21212026-05-13T18:12:25.913Z Compiling zstd v0.13.3
21222026-05-13T18:12:25.964Z Compiling cargo_metadata v0.19.2
21232026-05-13T18:12:26.052Z Compiling futures v0.3.32
21242026-05-13T18:12:26.181Z Compiling phf v0.13.1
21252026-05-13T18:12:26.184Z Compiling snafu v0.8.9
21262026-05-13T18:12:26.286Z Compiling signal-hook-mio v0.2.5
21272026-05-13T18:12:26.402Z Compiling daft v0.1.5
21282026-05-13T18:12:26.445Z Compiling postgres-types v0.2.12
21292026-05-13T18:12:26.551Z Compiling cookie_store v0.22.1
21302026-05-13T18:12:26.629Z Compiling bzip2 v0.4.4
21312026-05-13T18:12:26.692Z Compiling globset v0.4.18
21322026-05-13T18:12:26.850Z Compiling strum v0.27.2
21332026-05-13T18:12:27.120Z Compiling hubpack v0.1.2
21342026-05-13T18:12:27.169Z Compiling ed25519 v2.2.3
21352026-05-13T18:12:27.232Z Compiling phf_shared v0.11.3
21362026-05-13T18:12:27.278Z Compiling crossbeam-epoch v0.9.18
21372026-05-13T18:12:27.332Z Compiling olpc-cjson v0.1.4
21382026-05-13T18:12:27.351Z Compiling pkcs1 v0.7.5
21392026-05-13T18:12:27.439Z Compiling pem v3.0.6
21402026-05-13T18:12:27.508Z Compiling serde-big-array v0.5.1
21412026-05-13T18:12:27.511Z Compiling serde_plain v1.0.2
21422026-05-13T18:12:27.609Z Compiling rfc6979 v0.4.0
21432026-05-13T18:12:27.679Z Compiling float-cmp v0.10.0
21442026-05-13T18:12:27.699Z Compiling memmap2 v0.9.10
21452026-05-13T18:12:27.739Z Compiling env_filter v1.0.0
21462026-05-13T18:12:27.742Z Compiling toml_write v0.1.2
21472026-05-13T18:12:27.790Z Compiling keccak v0.1.6
21482026-05-13T18:12:27.807Z Compiling data-encoding v2.10.0
21492026-05-13T18:12:27.822Z Compiling typed-path v0.9.3
21502026-05-13T18:12:27.840Z Compiling predicates-core v1.0.10
21512026-05-13T18:12:27.932Z Compiling precomputed-hash v0.1.1
21522026-05-13T18:12:27.995Z Compiling whoami v2.1.0
21532026-05-13T18:12:28.010Z Compiling jiff v0.2.21
21542026-05-13T18:12:28.026Z Compiling fixedbitset v0.5.7
21552026-05-13T18:12:28.057Z Compiling rustc-hash v2.1.1
21562026-05-13T18:12:28.181Z Compiling new_debug_unreachable v1.0.6
21572026-05-13T18:12:28.264Z Compiling static_assertions v1.1.0
21582026-05-13T18:12:28.322Z Compiling difflib v0.4.0
21592026-05-13T18:12:28.337Z Compiling fixedbitset v0.4.2
21602026-05-13T18:12:28.354Z Compiling normalize-line-endings v0.3.0
21612026-05-13T18:12:28.358Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21622026-05-13T18:12:28.358Z Compiling string_cache v0.8.9
21632026-05-13T18:12:28.473Z Compiling petgraph v0.8.3
21642026-05-13T18:12:28.559Z Compiling predicates v3.1.4
21652026-05-13T18:12:28.621Z Compiling petgraph v0.6.5
21662026-05-13T18:12:28.705Z Compiling tokio-postgres v0.7.16
21672026-05-13T18:12:28.779Z Compiling iddqd v0.3.18
21682026-05-13T18:12:28.974Z Compiling hickory-proto v0.25.2
21692026-05-13T18:12:29.222Z Compiling sha3 v0.10.8
21702026-05-13T18:12:29.507Z Compiling toml_edit v0.22.27
21712026-05-13T18:12:29.544Z Compiling env_logger v0.11.9
21722026-05-13T18:12:29.580Z Compiling usdt v0.6.0
21732026-05-13T18:12:29.880Z Compiling ecdsa v0.16.9
21742026-05-13T18:12:29.934Z Compiling rsa v0.9.10
21752026-05-13T18:12:30.107Z Compiling ed25519-dalek v2.2.0
21762026-05-13T18:12:30.679Z Compiling zip v4.6.1
21772026-05-13T18:12:30.793Z Compiling crossterm v0.28.1
21782026-05-13T18:12:31.173Z Compiling zip v0.6.6
21792026-05-13T18:12:31.206Z Compiling clap v4.5.60
21802026-05-13T18:12:31.647Z Compiling serde_with v3.17.0
21812026-05-13T18:12:31.663Z Compiling similar v2.7.0
21822026-05-13T18:12:31.727Z Compiling strum v0.26.3
21832026-05-13T18:12:31.762Z Compiling toml v0.7.8
21842026-05-13T18:12:31.810Z Compiling tokio-stream v0.1.18
21852026-05-13T18:12:31.876Z Compiling itertools v0.13.0
21862026-05-13T18:12:31.891Z Compiling buf-list v1.1.2
21872026-05-13T18:12:32.110Z Compiling x509-cert v0.2.5
21882026-05-13T18:12:32.315Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21892026-05-13T18:12:32.392Z Compiling openapiv3 v2.2.0
21902026-05-13T18:12:32.490Z Compiling sha1 v0.10.6
21912026-05-13T18:12:33.079Z Compiling peg-runtime v0.8.5
21922026-05-13T18:12:33.123Z Compiling lalrpop-util v0.19.12
21932026-05-13T18:12:48.249Z Compiling rustls-webpki v0.103.9
21942026-05-13T18:12:49.052Z Compiling macaddr v1.0.1
21952026-05-13T18:12:49.091Z Compiling structmeta-derive v0.3.0
21962026-05-13T18:12:49.311Z Compiling rayon-core v1.13.0
21972026-05-13T18:12:49.327Z Compiling crucible-workspace-hack v0.1.0
21982026-05-13T18:12:49.386Z Compiling itertools v0.14.0
21992026-05-13T18:12:49.522Z Compiling secrecy v0.10.3
22002026-05-13T18:12:49.570Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22012026-05-13T18:12:49.585Z Compiling heapless v0.8.0
22022026-05-13T18:12:49.714Z Compiling rustls v0.22.4
22032026-05-13T18:12:49.987Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22042026-05-13T18:12:50.051Z Compiling crossbeam-deque v0.8.6
22052026-05-13T18:12:50.074Z Compiling toml_edit v0.23.10+spec-1.0.0
22062026-05-13T18:12:50.090Z Compiling structmeta v0.3.0
22072026-05-13T18:12:50.110Z Compiling rustls-webpki v0.102.8
22082026-05-13T18:12:50.153Z Compiling hash32 v0.3.1
22092026-05-13T18:12:50.243Z Compiling multer v3.1.0
22102026-05-13T18:12:50.298Z Compiling thread_local v1.1.9
22112026-05-13T18:12:50.319Z Compiling unicode-width v0.2.0
22122026-05-13T18:12:50.344Z Compiling smoltcp v0.11.0
22132026-05-13T18:12:50.442Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22142026-05-13T18:12:50.460Z Compiling compression-core v0.4.31
22152026-05-13T18:12:50.576Z Compiling match_cfg v0.1.0
22162026-05-13T18:12:50.655Z Compiling slog-async v2.8.0
22172026-05-13T18:12:50.671Z Compiling hostname v0.3.1
22182026-05-13T18:12:50.674Z Compiling proc-macro-crate v3.4.0
22192026-05-13T18:12:50.705Z Compiling compression-codecs v0.4.37
22202026-05-13T18:12:50.724Z Compiling ingot-macros v0.1.1
22212026-05-13T18:12:50.805Z Compiling derive-ex v0.1.8
22222026-05-13T18:12:50.985Z Compiling slog-json v2.6.1
22232026-05-13T18:12:51.005Z Compiling crossbeam-channel v0.5.15
22242026-05-13T18:12:51.093Z Compiling half v2.7.1
22252026-05-13T18:12:51.118Z Compiling newtype-uuid-macros v0.1.0
22262026-05-13T18:12:51.253Z Compiling cobs v0.3.0
22272026-05-13T18:12:51.359Z Compiling thiserror-impl-no-std v2.0.2
22282026-05-13T18:12:51.461Z Compiling universal-hash v0.5.1
22292026-05-13T18:12:51.548Z Compiling async-stream-impl v0.3.6
22302026-05-13T18:12:51.626Z Compiling toml_datetime v1.0.0+spec-1.1.0
22312026-05-13T18:12:51.707Z Compiling serde_spanned v1.0.4
22322026-05-13T18:12:51.847Z Compiling tokio-rustls v0.26.4
22332026-05-13T18:12:51.894Z Compiling rustls-platform-verifier v0.6.2
22342026-05-13T18:12:51.940Z Compiling is-terminal v0.4.17
22352026-05-13T18:12:52.061Z Compiling proc-macro-error-attr v1.0.4
22362026-05-13T18:12:52.077Z Compiling dropshot v0.17.0
22372026-05-13T18:12:52.122Z Compiling hyper-rustls v0.27.7
22382026-05-13T18:12:52.138Z Compiling term v1.2.1
22392026-05-13T18:12:52.141Z Compiling ciborium-io v0.2.2
22402026-05-13T18:12:52.276Z Compiling take_mut v0.2.2
22412026-05-13T18:12:52.293Z Compiling opaque-debug v0.3.1
22422026-05-13T18:12:52.309Z Compiling toml_writer v1.0.6+spec-1.1.0
22432026-05-13T18:12:52.343Z Compiling convert_case v0.4.0
22442026-05-13T18:12:52.387Z Compiling reqwest v0.12.28
22452026-05-13T18:12:52.404Z Compiling reqwest v0.13.2
22462026-05-13T18:12:52.408Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22472026-05-13T18:12:52.436Z Compiling thiserror-no-std v2.0.2
22482026-05-13T18:12:52.458Z Compiling slog-term v2.9.2
22492026-05-13T18:12:52.552Z Compiling toml v1.0.6+spec-1.1.0
22502026-05-13T18:12:52.640Z Compiling poly1305 v0.8.0
22512026-05-13T18:12:52.675Z Compiling derive_more v0.99.20
22522026-05-13T18:12:52.698Z Compiling test-strategy v0.4.5
22532026-05-13T18:12:53.280Z Compiling tokio-rustls v0.25.0
22542026-05-13T18:12:53.333Z Compiling ingot-types v0.1.2
22552026-05-13T18:12:53.592Z Compiling ciborium-ll v0.2.2
22562026-05-13T18:12:53.608Z Compiling async-stream v0.3.6
22572026-05-13T18:12:53.690Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22582026-05-13T18:12:53.807Z Compiling ingot v0.1.1
22592026-05-13T18:12:53.829Z Compiling postcard v1.1.3
22602026-05-13T18:12:53.892Z Compiling slog-bunyan v2.5.0
22612026-05-13T18:12:53.951Z Compiling tough v0.22.0
22622026-05-13T18:12:54.022Z Compiling num_enum_derive v0.7.5
22632026-05-13T18:12:54.134Z Compiling async-compression v0.4.41
22642026-05-13T18:12:54.650Z Compiling parse-display-derive v0.10.0
22652026-05-13T18:12:54.666Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22662026-05-13T18:12:54.853Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22672026-05-13T18:12:55.029Z Compiling proc-macro-crate v1.3.1
22682026-05-13T18:12:55.110Z Compiling backon v1.6.0
22692026-05-13T18:12:55.397Z Compiling waitgroup v0.1.2
22702026-05-13T18:12:55.414Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22712026-05-13T18:12:55.465Z Compiling password-hash v0.5.0
22722026-05-13T18:12:55.595Z Compiling chacha20 v0.9.1
22732026-05-13T18:12:55.710Z Compiling dropshot_endpoint v0.17.0
22742026-05-13T18:12:55.744Z Compiling rustls-pemfile v2.2.0
22752026-05-13T18:12:55.786Z Compiling blake2 v0.10.6
22762026-05-13T18:12:55.978Z Compiling aead v0.5.2
22772026-05-13T18:12:56.072Z Compiling foreign-types-macros v0.2.3
22782026-05-13T18:12:56.107Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22792026-05-13T18:12:56.137Z Compiling serde_path_to_error v0.1.20
22802026-05-13T18:12:56.194Z Compiling hostname v0.4.2
22812026-05-13T18:12:56.272Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22822026-05-13T18:12:56.334Z Compiling proc-macro-error v1.0.4
22832026-05-13T18:12:56.376Z Compiling instant v0.1.13
22842026-05-13T18:12:56.432Z Compiling typeid v1.0.3
22852026-05-13T18:12:56.488Z Compiling cpufeatures v0.3.0
22862026-05-13T18:12:56.520Z Compiling foreign-types-shared v0.3.1
22872026-05-13T18:12:56.537Z Compiling debug-ignore v1.0.5
22882026-05-13T18:12:56.587Z Compiling chacha20 v0.10.0
22892026-05-13T18:12:56.608Z Compiling backoff v0.4.0
22902026-05-13T18:12:56.624Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22912026-05-13T18:12:56.641Z Compiling parse-display v0.10.0
22922026-05-13T18:12:56.671Z Compiling foreign-types v0.5.0
22932026-05-13T18:12:56.687Z Compiling chacha20poly1305 v0.10.1
22942026-05-13T18:12:56.705Z Compiling argon2 v0.5.3
22952026-05-13T18:12:56.723Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22962026-05-13T18:12:56.771Z Compiling num_enum_derive v0.5.11
22972026-05-13T18:12:56.798Z Compiling num_enum v0.7.5
22982026-05-13T18:12:56.855Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22992026-05-13T18:12:56.862Z Compiling ciborium v0.2.2
23002026-05-13T18:12:57.085Z Compiling vsss-rs v3.3.4
23012026-05-13T18:12:57.287Z Compiling tabwriter v1.4.1
23022026-05-13T18:12:57.323Z Compiling regress v0.10.5
23032026-05-13T18:12:57.600Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23042026-05-13T18:12:57.682Z Compiling byte-wrapper v0.1.0
23052026-05-13T18:12:57.706Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23062026-05-13T18:12:57.721Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23072026-05-13T18:12:57.737Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23082026-05-13T18:12:57.803Z Compiling cstr-argument v0.1.2
23092026-05-13T18:12:57.873Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23102026-05-13T18:12:57.952Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23112026-05-13T18:12:57.993Z Compiling erased-serde v0.4.9
23122026-05-13T18:12:58.122Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23132026-05-13T18:12:58.180Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23142026-05-13T18:12:58.333Z Compiling num_enum v0.5.11
23152026-05-13T18:12:58.349Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23162026-05-13T18:12:58.381Z Compiling rand v0.10.0
23172026-05-13T18:12:58.482Z Compiling rayon v1.11.0
23182026-05-13T18:12:58.540Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23192026-05-13T18:12:58.569Z Compiling libefi-sys v0.1.0
23202026-05-13T18:12:58.592Z Compiling colored v3.1.1
23212026-05-13T18:12:58.595Z Compiling indent_write v2.2.0
23222026-05-13T18:12:58.625Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23232026-05-13T18:12:58.648Z Compiling zone_cfg_derive v0.3.1
23242026-05-13T18:12:58.741Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23252026-05-13T18:12:58.833Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23262026-05-13T18:12:58.898Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23272026-05-13T18:12:59.057Z Compiling camino-tempfile v1.4.1
23282026-05-13T18:12:59.176Z Compiling itertools v0.12.1
23292026-05-13T18:12:59.217Z Compiling usdt-attr-macro v0.5.0
23302026-05-13T18:12:59.310Z Compiling usdt-macro v0.5.0
23312026-05-13T18:12:59.328Z Compiling bitfield-struct v0.6.2
23322026-05-13T18:12:59.390Z Compiling num-derive v0.4.2
23332026-05-13T18:12:59.443Z Compiling blake3 v1.8.3
23342026-05-13T18:12:59.501Z Compiling ordered-float v2.10.1
23352026-05-13T18:12:59.805Z Compiling memmap v0.7.0
23362026-05-13T18:12:59.821Z Compiling sigpipe v0.1.3
23372026-05-13T18:12:59.944Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23382026-05-13T18:12:59.963Z Compiling swrite v0.1.0
23392026-05-13T18:12:59.980Z Compiling glob v0.3.3
23402026-05-13T18:13:00.026Z Compiling usdt v0.5.0
23412026-05-13T18:13:00.073Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23422026-05-13T18:13:00.197Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23432026-05-13T18:13:00.294Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23442026-05-13T18:13:00.415Z Compiling serde-value v0.7.0
23452026-05-13T18:13:00.604Z Compiling zone v0.3.1
23462026-05-13T18:13:00.650Z Compiling serde-untagged v0.1.9
23472026-05-13T18:13:00.682Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23482026-05-13T18:13:00.939Z Compiling toml v0.8.23
23492026-05-13T18:13:00.968Z Compiling smf v0.2.3
23502026-05-13T18:13:00.984Z Compiling filetime v0.2.27
23512026-05-13T18:13:01.006Z Compiling unicode-xid v0.2.6
23522026-05-13T18:13:01.011Z Compiling arrayref v0.3.9
23532026-05-13T18:13:01.039Z Compiling xattr v1.6.1
23542026-05-13T18:13:01.116Z Compiling constant_time_eq v0.4.2
23552026-05-13T18:13:01.132Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23562026-05-13T18:13:01.172Z Compiling whoami v1.6.1
23572026-05-13T18:13:01.215Z Compiling arrayvec v0.7.6
23582026-05-13T18:13:01.237Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23592026-05-13T18:13:01.258Z Compiling tar v0.4.45
23602026-05-13T18:13:01.300Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23612026-05-13T18:13:01.332Z Compiling tokio-dtrace v0.1.1
23622026-05-13T18:13:01.552Z Compiling cargo-util-schemas v0.8.2
23632026-05-13T18:13:01.643Z Compiling console v0.16.2
23642026-05-13T18:13:01.678Z Compiling gethostname v0.5.0
23652026-05-13T18:13:01.839Z Compiling cargo-platform v0.2.0
23662026-05-13T18:13:01.935Z Compiling unit-prefix v0.5.2
23672026-05-13T18:13:02.067Z Compiling topological-sort v0.2.2
23682026-05-13T18:13:02.126Z Compiling indicatif v0.18.4
23692026-05-13T18:13:02.143Z Compiling oxide-tokio-rt v0.1.4
23702026-05-13T18:13:02.173Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23712026-05-13T18:13:02.260Z Compiling shell-words v1.1.1
23722026-05-13T18:13:02.708Z Compiling cargo_metadata v0.21.0
23732026-05-13T18:13:11.778Z Compiling progenitor-client v0.14.0
23742026-05-13T18:13:11.794Z Compiling progenitor-client v0.10.0
23752026-05-13T18:13:11.798Z Compiling omicron-zone-package v0.12.2
23762026-05-13T18:13:12.267Z Compiling progenitor-extras v0.2.0
23772026-05-13T18:13:14.626Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23782026-05-13T18:13:14.641Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23792026-05-13T18:13:14.659Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23802026-05-13T18:13:14.724Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23812026-05-13T18:13:14.740Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23822026-05-13T18:13:14.752Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23832026-05-13T18:13:14.889Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23842026-05-13T18:13:14.968Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23852026-05-13T18:13:15.058Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23862026-05-13T18:13:18.929Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23872026-05-13T18:13:26.387Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23882026-05-13T18:13:29.452Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23892026-05-13T18:13:30.439Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23902026-05-13T18:13:39.801Z Finished `release` profile [optimized] target(s) in 1m 43s
23912026-05-13T18:13:39.951Z Running `target/release/omicron-package -t test target create -p dev`
23922026-05-13T18:13:40.014ZLogging to: /work/oxidecomputer/omicron/out/LOG
23932026-05-13T18:13:40.018ZCreated new build target 'test' and set it as active
23942026-05-13T18:13:40.018Z
23952026-05-13T18:13:40.018Zreal 1:43.581065871
23962026-05-13T18:13:40.018Zuser 17:00.968302653
23972026-05-13T18:13:40.018Zsys 2:37.605264615
23982026-05-13T18:13:40.018Ztrap 0.472594322
23992026-05-13T18:13:40.018Ztflt 2.667003372
24002026-05-13T18:13:40.018Zdflt 4.241302210
24012026-05-13T18:13:40.018Zkflt 0.001140380
24022026-05-13T18:13:40.018Zlock 52:51.417631166
24032026-05-13T18:13:40.018Zslp 43:23.597777223
24042026-05-13T18:13:40.018Zlat 41.963435448
24052026-05-13T18:13:40.018Zstop 5:26.934420078
24062026-05-13T18:13:40.021Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24072026-05-13T18:13:40.905Z Finished `release` profile [optimized] target(s) in 0.87s
24082026-05-13T18:13:40.975Z Running `target/release/omicron-package -t test package`
24092026-05-13T18:13:41.033ZLogging to: /work/oxidecomputer/omicron/out/LOG
24102026-05-13T18:13:42.435Z Compiling heck v0.5.0
24112026-05-13T18:13:42.435Z Compiling regress v0.11.1
24122026-05-13T18:13:42.435Z Compiling unsafe-libyaml v0.2.11
24132026-05-13T18:13:42.686Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24142026-05-13T18:13:42.711Z Compiling regress v0.10.5
24152026-05-13T18:13:42.737Z Compiling unicode-width v0.1.14
24162026-05-13T18:13:42.758Z Compiling is-terminal v0.4.17
24172026-05-13T18:13:42.777Z Compiling prettyplease v0.2.37
24182026-05-13T18:13:42.781Z Compiling bytecount v0.6.9
24192026-05-13T18:13:42.781Z Compiling rustls v0.22.4
24202026-05-13T18:13:42.781Z Compiling rustls-webpki v0.102.8
24212026-05-13T18:13:42.781Z Compiling derive-where v1.6.0
24222026-05-13T18:13:42.781Z Compiling thread_local v1.1.9
24232026-05-13T18:13:42.781Z Compiling compression-core v0.4.31
24242026-05-13T18:13:42.796Z Compiling match_cfg v0.1.0
24252026-05-13T18:13:42.943Z Compiling hostname v0.3.1
24262026-05-13T18:13:42.943Z Compiling multer v3.1.0
24272026-05-13T18:13:42.986Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24282026-05-13T18:13:42.986Z Compiling compression-codecs v0.4.37
24292026-05-13T18:13:43.028Z Compiling slog-async v2.8.0
24302026-05-13T18:13:43.050Z Compiling crossbeam-channel v0.5.15
24312026-05-13T18:13:43.074Z Compiling slog-json v2.6.1
24322026-05-13T18:13:43.078Z Compiling serde_spanned v1.0.4
24332026-05-13T18:13:43.118Z Compiling toml_datetime v1.0.0+spec-1.1.0
24342026-05-13T18:13:43.136Z Compiling toml_writer v1.0.6+spec-1.1.0
24352026-05-13T18:13:43.139Z Compiling take_mut v0.2.2
24362026-05-13T18:13:43.216Z Compiling serde_yaml v0.9.34+deprecated
24372026-05-13T18:13:43.258Z Compiling term v1.2.1
24382026-05-13T18:13:43.277Z Compiling slog-bunyan v2.5.0
24392026-05-13T18:13:43.296Z Compiling async-compression v0.4.41
24402026-05-13T18:13:43.340Z Compiling toml v1.0.6+spec-1.1.0
24412026-05-13T18:13:43.447Z Compiling async-stream v0.3.6
24422026-05-13T18:13:43.505Z Compiling dropshot v0.17.0
24432026-05-13T18:13:43.573Z Compiling slog-term v2.9.2
24442026-05-13T18:13:43.594Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24452026-05-13T18:13:43.630Z Compiling num-rational v0.4.2
24462026-05-13T18:13:43.633Z Compiling progenitor-client v0.14.0
24472026-05-13T18:13:43.754Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24482026-05-13T18:13:43.779Z Compiling waitgroup v0.1.2
24492026-05-13T18:13:43.812Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24502026-05-13T18:13:43.843Z Compiling backon v1.6.0
24512026-05-13T18:13:43.937Z Compiling rustls-pemfile v2.2.0
24522026-05-13T18:13:43.957Z Compiling num-complex v0.4.6
24532026-05-13T18:13:43.979Z Compiling hostname v0.4.2
24542026-05-13T18:13:44.029Z Compiling serde_path_to_error v0.1.20
24552026-05-13T18:13:44.082Z Compiling instant v0.1.13
24562026-05-13T18:13:44.104Z Compiling debug-ignore v1.0.5
24572026-05-13T18:13:44.123Z Compiling progenitor-extras v0.2.0
24582026-05-13T18:13:44.157Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24592026-05-13T18:13:44.177Z Compiling typify-impl v0.6.2
24602026-05-13T18:13:44.220Z Compiling backoff v0.4.0
24612026-05-13T18:13:44.240Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24622026-05-13T18:13:44.405Z Compiling num v0.4.3
24632026-05-13T18:13:44.450Z Compiling parse-display v0.10.0
24642026-05-13T18:13:44.472Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24652026-05-13T18:13:44.506Z Compiling progenitor-client v0.13.0
24662026-05-13T18:13:44.528Z Compiling progenitor-client v0.10.0
24672026-05-13T18:13:44.552Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24682026-05-13T18:13:44.556Z Compiling macaddr v1.0.1
24692026-05-13T18:13:44.651Z Compiling float-ord v0.3.2
24702026-05-13T18:13:44.724Z Compiling console v0.15.11
24712026-05-13T18:13:44.801Z Compiling atomicwrites v0.4.4
24722026-05-13T18:13:44.827Z Compiling newline-converter v0.3.0
24732026-05-13T18:13:44.853Z Compiling slog-dtrace v0.3.0
24742026-05-13T18:13:45.039Z Compiling owo-colors v4.3.0
24752026-05-13T18:13:45.111Z Compiling cancel-safe-futures v0.1.5
24762026-05-13T18:13:45.114Z Compiling expectorate v1.2.0
24772026-05-13T18:13:45.196Z Compiling tokio-rustls v0.25.0
24782026-05-13T18:13:45.261Z Compiling libsw-core v0.3.2
24792026-05-13T18:13:45.301Z Compiling resolv-conf v0.7.6
24802026-05-13T18:13:45.383Z Compiling toml v0.8.23
24812026-05-13T18:13:45.474Z Compiling libsw v3.5.0
24822026-05-13T18:13:45.478Z Compiling linear-map v1.2.0
24832026-05-13T18:13:45.711Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24842026-05-13T18:13:45.756Z Compiling linked-hash-map v0.5.6
24852026-05-13T18:13:45.782Z Compiling minimal-lexical v0.2.1
24862026-05-13T18:13:45.890Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24872026-05-13T18:13:45.935Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24882026-05-13T18:13:45.973Z Compiling lru-cache v0.1.2
24892026-05-13T18:13:45.999Z Compiling nom v7.1.3
24902026-05-13T18:13:46.021Z Compiling unicode-xid v0.2.6
24912026-05-13T18:13:46.056Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24922026-05-13T18:13:46.115Z Compiling hickory-proto v0.24.4
24932026-05-13T18:13:46.153Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24942026-05-13T18:13:46.177Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24952026-05-13T18:13:46.288Z Compiling convert_case v0.10.0
24962026-05-13T18:13:46.488Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24972026-05-13T18:13:46.582Z Compiling derive_more-impl v2.1.1
24982026-05-13T18:13:47.156Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24992026-05-13T18:13:47.371Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25002026-05-13T18:13:47.392Z Compiling derive_more v2.1.1
25012026-05-13T18:13:47.500Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25022026-05-13T18:13:47.526Z Compiling papergrid v0.11.0
25032026-05-13T18:13:47.548Z Compiling tabled_derive v0.7.0
25042026-05-13T18:13:47.701Z Compiling typify-macro v0.6.2
25052026-05-13T18:13:47.758Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25062026-05-13T18:13:48.011Z Compiling termtree v0.5.1
25072026-05-13T18:13:48.219Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25082026-05-13T18:13:48.442Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25092026-05-13T18:13:48.660Z Compiling hickory-resolver v0.24.4
25102026-05-13T18:13:48.841Z Compiling tabled v0.15.0
25112026-05-13T18:13:49.017Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25122026-05-13T18:13:49.255Z Compiling typify v0.6.2
25132026-05-13T18:13:49.404Z Compiling progenitor-impl v0.14.0
25142026-05-13T18:13:50.054Z Compiling progenitor-impl v0.13.0
25152026-05-13T18:13:51.606Z Compiling progenitor-macro v0.14.0
25162026-05-13T18:13:51.999Z Compiling qorb v0.4.1
25172026-05-13T18:13:52.224Z Compiling progenitor-macro v0.13.0
25182026-05-13T18:13:53.197Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25192026-05-13T18:13:53.700Z Compiling crossterm v0.29.0
25202026-05-13T18:13:54.401Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25212026-05-13T18:13:54.554Z Compiling phf_shared v0.12.1
25222026-05-13T18:13:54.808Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25232026-05-13T18:13:54.961Z Compiling vte v0.14.1
25242026-05-13T18:13:55.255Z Compiling csv-core v0.1.13
25252026-05-13T18:13:55.356Z Compiling chrono-tz v0.10.4
25262026-05-13T18:13:55.500Z Compiling highway v1.3.0
25272026-05-13T18:13:55.635Z Compiling csv v1.4.0
25282026-05-13T18:13:55.646Z Compiling progenitor v0.14.0
25292026-05-13T18:13:55.674Z Compiling strip-ansi-escapes v0.2.1
25302026-05-13T18:13:55.834Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25312026-05-13T18:13:56.226Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25322026-05-13T18:13:56.250Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25332026-05-13T18:13:56.253Z Compiling phf v0.12.1
25342026-05-13T18:13:56.292Z Compiling progenitor v0.13.0
25352026-05-13T18:13:56.703Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25362026-05-13T18:13:56.731Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25372026-05-13T18:13:56.731Z Compiling const_format_proc_macros v0.2.34
25382026-05-13T18:13:56.731Z Compiling fd-lock v4.0.4
25392026-05-13T18:13:56.770Z Compiling peg-macros v0.8.5
25402026-05-13T18:13:56.844Z Compiling nu-ansi-term v0.50.3
25412026-05-13T18:13:57.387Z Compiling const_format v0.2.35
25422026-05-13T18:13:57.391Z Compiling reedline v0.40.0
25432026-05-13T18:13:57.876Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25442026-05-13T18:13:58.022Z Compiling peg v0.8.5
25452026-05-13T18:13:58.146Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25462026-05-13T18:13:59.073Z Compiling bcs v0.1.6
25472026-05-13T18:13:59.080Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25482026-05-13T18:13:59.361Z Compiling semver v0.1.20
25492026-05-13T18:13:59.464Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25502026-05-13T18:13:59.662Z Compiling rustc_version v0.1.7
25512026-05-13T18:13:59.726Z Compiling humantime v2.3.0
25522026-05-13T18:13:59.896Z Compiling newtype_derive v0.1.6
25532026-05-13T18:14:00.139Z Compiling smawk v0.3.2
25542026-05-13T18:14:00.225Z Compiling unicode-linebreak v0.1.5
25552026-05-13T18:14:00.470Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25562026-05-13T18:14:00.511Z Compiling textwrap v0.16.2
25572026-05-13T18:14:00.532Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25582026-05-13T18:14:00.837Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25592026-05-13T18:14:01.277Z Compiling dropshot-api-manager-types v0.7.1
25602026-05-13T18:14:01.930Z Compiling base64 v0.21.7
25612026-05-13T18:14:02.010Z Compiling steno v0.4.1
25622026-05-13T18:14:02.146Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25632026-05-13T18:14:02.211Z Compiling tagptr v0.2.0
25642026-05-13T18:14:02.321Z Compiling utf-8 v0.7.6
25652026-05-13T18:14:02.446Z Compiling moka v0.12.13
25662026-05-13T18:14:02.473Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25672026-05-13T18:14:02.525Z Compiling tungstenite v0.21.0
25682026-05-13T18:14:02.570Z Compiling radium v0.7.0
25692026-05-13T18:14:02.643Z Compiling tap v1.0.1
25702026-05-13T18:14:02.718Z Compiling maybe-uninit v2.0.0
25712026-05-13T18:14:02.790Z Compiling wyz v0.5.1
25722026-05-13T18:14:03.056Z Compiling zerocopy-derive v0.6.6
25732026-05-13T18:14:03.092Z Compiling funty v2.0.0
25742026-05-13T18:14:03.148Z Compiling tokio-tungstenite v0.21.0
25752026-05-13T18:14:03.525Z Compiling hickory-resolver v0.25.2
25762026-05-13T18:14:03.693Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25772026-05-13T18:14:03.835Z Compiling crc-catalog v2.4.0
25782026-05-13T18:14:03.964Z Compiling packed_struct v0.10.1
25792026-05-13T18:14:04.025Z Compiling display-error-chain v0.2.2
25802026-05-13T18:14:04.209Z Compiling crc v3.4.0
25812026-05-13T18:14:04.308Z Compiling zerocopy v0.6.6
25822026-05-13T18:14:04.446Z Compiling bitvec v1.0.1
25832026-05-13T18:14:04.930Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25842026-05-13T18:14:04.931Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25852026-05-13T18:14:04.931Z Compiling packed_struct_codegen v0.10.1
25862026-05-13T18:14:04.931Z Compiling bitfield-macros v0.19.4
25872026-05-13T18:14:05.407Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25882026-05-13T18:14:05.608Z Compiling proc-macro-error-attr2 v2.0.0
25892026-05-13T18:14:05.715Z Compiling indexmap v1.9.3
25902026-05-13T18:14:05.944Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25912026-05-13T18:14:06.018Z Compiling nodrop v0.1.14
25922026-05-13T18:14:06.195Z Compiling array-init v0.0.4
25932026-05-13T18:14:06.615Z Compiling proc-macro-error2 v2.0.1
25942026-05-13T18:14:06.773Z Compiling bitfield v0.19.4
25952026-05-13T18:14:06.943Z Compiling smallvec v0.6.14
25962026-05-13T18:14:07.104Z Compiling typify-impl v0.4.3
25972026-05-13T18:14:07.221Z Compiling libscf-sys v1.2.0
25982026-05-13T18:14:07.397Z Compiling hashbrown v0.12.3
25992026-05-13T18:14:07.445Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26002026-05-13T18:14:07.700Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26012026-05-13T18:14:07.744Z Compiling serde-hex v0.1.0
26022026-05-13T18:14:07.783Z Compiling tabled_derive v0.11.0
26032026-05-13T18:14:08.137Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26042026-05-13T18:14:08.381Z Compiling ron v0.8.1
26052026-05-13T18:14:08.518Z Compiling papergrid v0.17.0
26062026-05-13T18:14:08.817Z Compiling testing_table v0.3.0
26072026-05-13T18:14:09.266Z Compiling hashbrown v0.13.2
26082026-05-13T18:14:09.427Z Compiling vergen-gitcl v1.0.8
26092026-05-13T18:14:09.653Z Compiling dirs-sys-next v0.1.2
26102026-05-13T18:14:09.865Z Compiling crc-any v2.5.0
26112026-05-13T18:14:09.902Z Compiling glob v0.3.3
26122026-05-13T18:14:09.929Z Compiling diesel_derives v2.3.7
26132026-05-13T18:14:10.017Z Compiling maplit v1.0.2
26142026-05-13T18:14:10.138Z Compiling crunchy v0.2.4
26152026-05-13T18:14:10.193Z Compiling object v0.30.4
26162026-05-13T18:14:10.268Z Compiling clang-sys v1.8.1
26172026-05-13T18:14:10.292Z Compiling dirs-next v2.0.0
26182026-05-13T18:14:10.452Z Compiling tabled v0.20.0
26192026-05-13T18:14:10.514Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26202026-05-13T18:14:10.537Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26212026-05-13T18:14:10.577Z Compiling typify-macro v0.4.3
26222026-05-13T18:14:10.656Z Compiling dsl_auto_type v0.2.0
26232026-05-13T18:14:10.716Z Compiling scheduled-thread-pool v0.2.7
26242026-05-13T18:14:10.808Z Compiling diesel_table_macro_syntax v0.3.0
26252026-05-13T18:14:11.038Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26262026-05-13T18:14:11.210Z Compiling tiny-keccak v2.0.2
26272026-05-13T18:14:11.231Z Compiling xshell-macros v0.2.7
26282026-05-13T18:14:11.275Z Compiling path-slash v0.1.5
26292026-05-13T18:14:11.464Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26302026-05-13T18:14:11.484Z Compiling r2d2 v0.8.10
26312026-05-13T18:14:11.634Z Compiling xshell v0.2.7
26322026-05-13T18:14:11.705Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26332026-05-13T18:14:12.067Z Compiling term v0.7.0
26342026-05-13T18:14:12.088Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26352026-05-13T18:14:12.322Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26362026-05-13T18:14:12.508Z Compiling downcast-rs v2.0.2
26372026-05-13T18:14:12.573Z Compiling bit-vec v0.6.3
26382026-05-13T18:14:12.593Z Compiling ascii-canvas v3.0.0
26392026-05-13T18:14:12.813Z Compiling bit-set v0.5.3
26402026-05-13T18:14:12.859Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26412026-05-13T18:14:12.999Z Compiling itertools v0.10.5
26422026-05-13T18:14:13.211Z Compiling ena v0.14.4
26432026-05-13T18:14:13.455Z Compiling libloading v0.8.9
26442026-05-13T18:14:13.687Z Compiling regex-syntax v0.6.29
26452026-05-13T18:14:14.041Z Compiling crc8 v0.1.1
26462026-05-13T18:14:14.083Z Compiling diff v0.1.13
26472026-05-13T18:14:14.200Z Compiling unicase v2.9.0
26482026-05-13T18:14:14.223Z Compiling bindgen v0.71.1
26492026-05-13T18:14:14.512Z Compiling typify v0.4.3
26502026-05-13T18:14:14.567Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26512026-05-13T18:14:14.680Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26522026-05-13T18:14:14.999Z Compiling cexpr v0.6.0
26532026-05-13T18:14:15.181Z Compiling lalrpop v0.19.12
26542026-05-13T18:14:15.296Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26552026-05-13T18:14:15.539Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26562026-05-13T18:14:15.655Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26572026-05-13T18:14:15.686Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26582026-05-13T18:14:15.780Z Compiling headers-core v0.3.0
26592026-05-13T18:14:15.845Z Compiling libxml v0.3.3
26602026-05-13T18:14:15.937Z Compiling headers v0.4.1
26612026-05-13T18:14:16.085Z Compiling diesel v2.3.7
26622026-05-13T18:14:16.150Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26632026-05-13T18:14:16.307Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26642026-05-13T18:14:16.536Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26652026-05-13T18:14:17.022Z Compiling strum_macros v0.24.3
26662026-05-13T18:14:17.352Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26672026-05-13T18:14:17.413Z Compiling indoc v1.0.9
26682026-05-13T18:14:17.989Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26692026-05-13T18:14:18.132Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26702026-05-13T18:14:18.218Z Compiling derive_builder v0.20.2
26712026-05-13T18:14:18.280Z Compiling oso-derive v0.27.3
26722026-05-13T18:14:18.318Z Compiling quick-xml v0.37.5
26732026-05-13T18:14:18.347Z Compiling impl-trait-for-tuples v0.2.3
26742026-05-13T18:14:18.403Z Compiling openssl-probe v0.1.6
26752026-05-13T18:14:18.706Z Compiling half v1.8.3
26762026-05-13T18:14:18.821Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26772026-05-13T18:14:19.198Z Compiling serde_cbor v0.11.2
26782026-05-13T18:14:19.469Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26792026-05-13T18:14:19.566Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26802026-05-13T18:14:19.636Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26812026-05-13T18:14:19.908Z Compiling bb8 v0.8.6
26822026-05-13T18:14:20.140Z Compiling trait-variant v0.1.2
26832026-05-13T18:14:20.218Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26842026-05-13T18:14:20.329Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26852026-05-13T18:14:20.487Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26862026-05-13T18:14:20.509Z Compiling samael v0.0.19
26872026-05-13T18:14:20.659Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26882026-05-13T18:14:20.689Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
26892026-05-13T18:14:20.880Z Compiling fxhash v0.2.1
26902026-05-13T18:14:20.901Z Compiling salty v0.3.0
26912026-05-13T18:14:21.049Z Compiling progenitor-impl v0.10.0
26922026-05-13T18:14:21.208Z Compiling progenitor-impl v0.11.2
26932026-05-13T18:14:21.337Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26942026-05-13T18:14:21.776Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26952026-05-13T18:14:21.800Z Compiling kstat-rs v0.2.4
26962026-05-13T18:14:21.909Z Compiling libz-sys v1.1.24
26972026-05-13T18:14:22.114Z Compiling nonempty v0.12.0
26982026-05-13T18:14:22.281Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26992026-05-13T18:14:22.335Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27002026-05-13T18:14:22.675Z Compiling polar-core v0.27.3
27012026-05-13T18:14:23.177Z Compiling progenitor-macro v0.10.0
27022026-05-13T18:14:23.364Z Compiling progenitor-macro v0.11.2
27032026-05-13T18:14:24.949Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27042026-05-13T18:14:25.916Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27052026-05-13T18:14:26.525Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27062026-05-13T18:14:26.617Z Compiling progenitor-client v0.11.2
27072026-05-13T18:14:26.782Z Compiling darling_core v0.23.0
27082026-05-13T18:14:27.159Z Compiling nanorand v0.7.0
27092026-05-13T18:14:27.241Z Compiling arc-swap v1.8.2
27102026-05-13T18:14:27.409Z Compiling fs-err v2.11.0
27112026-05-13T18:14:27.551Z Compiling parking_lot_core v0.8.6
27122026-05-13T18:14:27.792Z Compiling slog-scope v4.4.1
27132026-05-13T18:14:27.853Z Compiling mime_guess v2.0.5
27142026-05-13T18:14:27.887Z Compiling progenitor v0.11.2
27152026-05-13T18:14:28.075Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27162026-05-13T18:14:28.235Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27172026-05-13T18:14:28.376Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27182026-05-13T18:14:28.918Z Compiling darling_macro v0.23.0
27192026-05-13T18:14:29.446Z Compiling flume v0.11.1
27202026-05-13T18:14:29.843Z Compiling progenitor v0.10.0
27212026-05-13T18:14:30.033Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27222026-05-13T18:14:31.121Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27232026-05-13T18:14:31.834Z Compiling oso v0.27.3
27242026-05-13T18:14:32.394Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27252026-05-13T18:14:32.521Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27262026-05-13T18:14:36.016Z Compiling diesel-dtrace v0.5.0
27272026-05-13T18:14:36.222Z Compiling async-bb8-diesel v0.2.1
27282026-05-13T18:14:36.563Z Compiling primeorder v0.13.6
27292026-05-13T18:14:36.883Z Compiling git-stub v1.0.0
27302026-05-13T18:14:36.913Z Compiling libgit2-sys v0.18.3+1.9.2
27312026-05-13T18:14:37.021Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27322026-05-13T18:14:37.152Z Compiling instability v0.3.11
27332026-05-13T18:14:37.318Z Compiling git-stub-vcs v0.1.0
27342026-05-13T18:14:37.418Z Compiling p384 v0.13.1
27352026-05-13T18:14:37.886Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27362026-05-13T18:14:37.964Z Compiling darling v0.23.0
27372026-05-13T18:14:38.044Z Compiling slog-stdlog v4.1.1
27382026-05-13T18:14:38.527Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27392026-05-13T18:14:38.652Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27402026-05-13T18:14:38.740Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27412026-05-13T18:14:38.863Z Compiling ignore v0.4.25
27422026-05-13T18:14:39.158Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27432026-05-13T18:14:39.563Z Compiling castaway v0.2.4
27442026-05-13T18:14:39.722Z Compiling atty v0.2.14
27452026-05-13T18:14:39.856Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27462026-05-13T18:14:39.877Z Compiling http-range v0.1.5
27472026-05-13T18:14:40.091Z Compiling parse-size v1.1.0
27482026-05-13T18:14:40.207Z Compiling indoc v2.0.7
27492026-05-13T18:14:40.311Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27502026-05-13T18:14:40.664Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27512026-05-13T18:14:41.351Z Compiling compact_str v0.8.1
27522026-05-13T18:14:41.510Z Compiling globwalk v0.9.1
27532026-05-13T18:14:42.242Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27542026-05-13T18:14:42.503Z Compiling parking_lot v0.11.2
27552026-05-13T18:14:42.697Z Compiling slog-envlogger v2.2.0
27562026-05-13T18:14:43.844Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27572026-05-13T18:14:44.194Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27582026-05-13T18:14:44.197Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27592026-05-13T18:14:44.330Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27602026-05-13T18:14:44.592Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27612026-05-13T18:14:44.889Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27622026-05-13T18:14:44.966Z Compiling predicates-tree v1.0.13
27632026-05-13T18:14:45.136Z Compiling unicode-truncate v1.1.0
27642026-05-13T18:14:45.355Z Compiling lru v0.12.5
27652026-05-13T18:14:45.427Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27662026-05-13T18:14:45.478Z Compiling rand_seeder v0.4.0
27672026-05-13T18:14:45.586Z Compiling prefix-trie v0.7.0
27682026-05-13T18:14:45.662Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27692026-05-13T18:14:45.743Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27702026-05-13T18:14:45.931Z Compiling vergen-git2 v1.0.7
27712026-05-13T18:14:45.988Z Compiling corncobs v0.1.4
27722026-05-13T18:14:46.080Z Compiling cassowary v0.3.0
27732026-05-13T18:14:46.184Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27742026-05-13T18:14:46.206Z Compiling hickory-server v0.25.2
27752026-05-13T18:14:46.227Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27762026-05-13T18:14:46.272Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27772026-05-13T18:14:46.301Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27782026-05-13T18:14:46.482Z Compiling ratatui v0.29.0
27792026-05-13T18:14:46.525Z Compiling camino-tempfile-ext v0.3.3
27802026-05-13T18:14:46.842Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27812026-05-13T18:14:46.928Z Compiling hyper-staticfile v0.10.1
27822026-05-13T18:14:47.194Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27832026-05-13T18:14:47.669Z Compiling sled v0.34.7
27842026-05-13T18:14:48.093Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27852026-05-13T18:14:48.138Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27862026-05-13T18:14:48.782Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27872026-05-13T18:14:50.249Z Compiling secrecy v0.8.0
27882026-05-13T18:14:50.449Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27892026-05-13T18:14:50.646Z Compiling rustls v0.21.12
27902026-05-13T18:14:50.897Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27912026-05-13T18:14:51.299Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27922026-05-13T18:14:51.920Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27932026-05-13T18:14:51.955Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27942026-05-13T18:14:53.269Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27952026-05-13T18:14:53.337Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27962026-05-13T18:14:54.752Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27972026-05-13T18:14:54.818Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27982026-05-13T18:14:55.854Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27992026-05-13T18:14:56.062Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28002026-05-13T18:14:56.085Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28012026-05-13T18:14:56.294Z Compiling rustls-webpki v0.101.7
28022026-05-13T18:14:56.322Z Compiling sct v0.7.1
28032026-05-13T18:14:56.402Z Compiling nix v0.29.0
28042026-05-13T18:14:56.590Z Compiling dropshot v0.16.7
28052026-05-13T18:14:56.709Z Compiling void v1.0.2
28062026-05-13T18:14:56.824Z Compiling lzss v0.8.2
28072026-05-13T18:14:57.013Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28082026-05-13T18:14:57.103Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28092026-05-13T18:14:57.524Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28102026-05-13T18:14:57.698Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28112026-05-13T18:14:58.302Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28122026-05-13T18:14:58.455Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28132026-05-13T18:14:58.704Z Compiling tungstenite v0.23.0
28142026-05-13T18:14:59.020Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28152026-05-13T18:14:59.147Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28162026-05-13T18:14:59.384Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28172026-05-13T18:14:59.614Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28182026-05-13T18:14:59.840Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28192026-05-13T18:15:00.074Z Compiling toml v0.9.12+spec-1.1.0
28202026-05-13T18:15:00.706Z Compiling nix v0.27.1
28212026-05-13T18:15:01.071Z Compiling dropshot_endpoint v0.16.7
28222026-05-13T18:15:01.137Z Compiling serde_bytes v0.11.19
28232026-05-13T18:15:01.444Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28242026-05-13T18:15:01.601Z Compiling tokio-tungstenite v0.23.1
28252026-05-13T18:15:01.868Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28262026-05-13T18:15:01.977Z Compiling tokio-rustls v0.24.1
28272026-05-13T18:15:02.699Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28282026-05-13T18:15:02.828Z Compiling git2 v0.20.4
28292026-05-13T18:15:04.262Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28302026-05-13T18:15:06.389Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28312026-05-13T18:15:06.974Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28322026-05-13T18:15:07.166Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28332026-05-13T18:15:07.541Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28342026-05-13T18:15:07.597Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28352026-05-13T18:15:09.589Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28362026-05-13T18:15:10.089Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28372026-05-13T18:15:10.473Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28382026-05-13T18:15:10.620Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28392026-05-13T18:15:10.646Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28402026-05-13T18:15:11.582Z Compiling rustls-pemfile v1.0.4
28412026-05-13T18:15:11.822Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28422026-05-13T18:15:11.997Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28432026-05-13T18:15:12.409Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28442026-05-13T18:15:13.177Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28452026-05-13T18:15:14.511Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28462026-05-13T18:15:14.731Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28472026-05-13T18:15:15.044Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28482026-05-13T18:15:15.148Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28492026-05-13T18:15:15.279Z Compiling signal-hook-tokio v0.3.1
28502026-05-13T18:15:15.364Z Compiling twox-hash v2.1.2
28512026-05-13T18:15:15.472Z Compiling yasna v0.5.2
28522026-05-13T18:15:15.897Z Compiling is_ci v1.2.0
28532026-05-13T18:15:16.124Z Compiling supports-color v3.0.2
28542026-05-13T18:15:16.341Z Compiling rcgen v0.12.1
28552026-05-13T18:15:16.429Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28562026-05-13T18:15:16.487Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28572026-05-13T18:15:16.999Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28582026-05-13T18:15:17.279Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28592026-05-13T18:15:17.360Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28602026-05-13T18:15:17.920Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28612026-05-13T18:15:18.277Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28622026-05-13T18:15:19.532Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28632026-05-13T18:15:20.390Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28642026-05-13T18:15:20.751Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28652026-05-13T18:15:20.820Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28662026-05-13T18:15:21.048Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28672026-05-13T18:15:21.278Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28682026-05-13T18:15:21.511Z Compiling fatfs v0.3.6
28692026-05-13T18:15:21.551Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28702026-05-13T18:15:22.350Z Compiling rtoolbox v0.0.3
28712026-05-13T18:15:22.643Z Compiling subprocess v0.2.15
28722026-05-13T18:15:22.763Z Compiling seq-macro v0.3.6
28732026-05-13T18:15:23.184Z Compiling assert_matches v1.5.0
28742026-05-13T18:15:23.251Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28752026-05-13T18:15:23.305Z Compiling rpassword v7.4.0
28762026-05-13T18:15:23.646Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28772026-05-13T18:15:24.524Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28782026-05-13T18:15:24.900Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28792026-05-13T18:15:25.057Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28802026-05-13T18:15:25.184Z Compiling tui-tree-widget v0.23.1
28812026-05-13T18:15:25.473Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28822026-05-13T18:15:26.822Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28832026-05-13T18:15:27.373Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28842026-05-13T18:15:27.435Z Compiling uzers v0.12.2
28852026-05-13T18:15:28.113Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28862026-05-13T18:15:28.277Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28872026-05-13T18:15:29.388Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28882026-05-13T18:15:29.979Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28892026-05-13T18:15:31.744Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28902026-05-13T18:15:33.523Z Compiling support-bundle-viewer v0.1.2
28912026-05-13T18:15:33.993Z Compiling multimap v0.10.1
28922026-05-13T18:15:42.856Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28932026-05-13T18:15:43.292Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28942026-05-13T18:15:53.810Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28952026-05-13T18:15:54.381Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28962026-05-13T18:21:52.046Z Finished `release` profile [optimized] target(s) in 8m 10s
28972026-05-13T18:22:36.567Z
28982026-05-13T18:22:36.567Zreal 8:56.528201814
28992026-05-13T18:22:36.570Zuser 1:18:37.620849728
29002026-05-13T18:22:36.571Zsys 3:24.846574234
29012026-05-13T18:22:36.571Ztrap 1.755795597
29022026-05-13T18:22:36.571Ztflt 3.548950844
29032026-05-13T18:22:36.571Zdflt 17.223600398
29042026-05-13T18:22:36.571Zkflt 0.044441191
29052026-05-13T18:22:36.571Zlock 6:49:51.871770280
29062026-05-13T18:22:36.571Zslp 2:17:03.023076966
29072026-05-13T18:22:36.571Zlat 2:24.471234512
29082026-05-13T18:22:36.571Zstop 5:01.875890152
29092026-05-13T18:22:36.571Z+ mapfile -t packages
29102026-05-13T18:22:36.571Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29112026-05-13T18:22:37.516Z Finished `release` profile [optimized] target(s) in 0.93s
29122026-05-13T18:22:37.594Z Running `target/release/omicron-package -t test list-outputs`
29132026-05-13T18:22:37.647ZLogging to: /work/oxidecomputer/omicron/out/LOG
29142026-05-13T18:22:37.650Z+ ptime -m cargo build --locked --release -p xtask
29152026-05-13T18:22:38.176Z Compiling libc v0.2.185
29162026-05-13T18:22:38.176Z Compiling serde v1.0.228
29172026-05-13T18:22:38.180Z Compiling serde_core v1.0.228
29182026-05-13T18:22:38.180Z Compiling rustix v1.1.3
29192026-05-13T18:22:38.180Z Compiling bitflags v2.11.0
29202026-05-13T18:22:38.180Z Compiling serde_json v1.0.149
29212026-05-13T18:22:38.319Z Compiling num-traits v0.2.19
29222026-05-13T18:22:38.330Z Compiling syn v2.0.117
29232026-05-13T18:22:38.339Z Compiling smallvec v1.15.1
29242026-05-13T18:22:38.358Z Compiling usdt-impl v0.5.0
29252026-05-13T18:22:38.361Z Compiling indexmap v2.14.0
29262026-05-13T18:22:38.377Z Compiling syn v1.0.109
29272026-05-13T18:22:38.387Z Compiling getrandom v0.4.1
29282026-05-13T18:22:38.390Z Compiling log v0.4.29
29292026-05-13T18:22:38.527Z Compiling percent-encoding v2.3.2
29302026-05-13T18:22:38.675Z Compiling form_urlencoded v1.2.2
29312026-05-13T18:22:38.733Z Compiling fs-err v3.3.0
29322026-05-13T18:22:38.764Z Compiling once_cell v1.21.3
29332026-05-13T18:22:38.767Z Compiling anyhow v1.0.102
29342026-05-13T18:22:38.797Z Compiling heck v0.4.1
29352026-05-13T18:22:39.003Z Compiling errno v0.3.14
29362026-05-13T18:22:39.006Z Compiling thread-id v4.2.2
29372026-05-13T18:22:39.032Z Compiling memmap v0.7.0
29382026-05-13T18:22:39.340Z Compiling ordered-float v2.10.1
29392026-05-13T18:22:39.833Z Compiling proc-macro-error v1.0.4
29402026-05-13T18:22:39.993Z Compiling terminal_size v0.4.3
29412026-05-13T18:22:39.993Z Compiling tempfile v3.25.0
29422026-05-13T18:22:40.076Z Compiling tabled_derive v0.7.0
29432026-05-13T18:22:40.102Z Compiling clap_builder v4.5.60
29442026-05-13T18:22:40.102Z Compiling textwrap v0.16.2
29452026-05-13T18:22:40.218Z Compiling camino-tempfile v1.4.1
29462026-05-13T18:22:40.740Z Compiling tabled v0.15.0
29472026-05-13T18:22:40.815Z Compiling synstructure v0.13.2
29482026-05-13T18:22:40.815Z Compiling pest_generator v2.8.6
29492026-05-13T18:22:41.202Z Compiling serde_derive v1.0.228
29502026-05-13T18:22:41.202Z Compiling zerofrom-derive v0.1.6
29512026-05-13T18:22:41.202Z Compiling yoke-derive v0.8.1
29522026-05-13T18:22:41.206Z Compiling zerovec-derive v0.11.2
29532026-05-13T18:22:41.206Z Compiling displaydoc v0.2.5
29542026-05-13T18:22:41.206Z Compiling thiserror-impl v1.0.69
29552026-05-13T18:22:41.206Z Compiling zerocopy-derive v0.7.35
29562026-05-13T18:22:41.206Z Compiling scroll_derive v0.12.1
29572026-05-13T18:22:41.216Z Compiling thiserror-impl v2.0.18
29582026-05-13T18:22:41.220Z Compiling clap_derive v4.5.55
29592026-05-13T18:22:41.343Z Compiling pest_derive v2.8.6
29602026-05-13T18:22:41.912Z Compiling scroll v0.12.0
29612026-05-13T18:22:42.050Z Compiling zerocopy v0.7.35
29622026-05-13T18:22:42.232Z Compiling goblin v0.8.2
29632026-05-13T18:22:42.363Z Compiling zerofrom v0.1.6
29642026-05-13T18:22:42.374Z Compiling thiserror v1.0.69
29652026-05-13T18:22:42.403Z Compiling thiserror v2.0.18
29662026-05-13T18:22:42.487Z Compiling yoke v0.8.1
29672026-05-13T18:22:42.498Z Compiling dtrace-parser v0.2.0
29682026-05-13T18:22:42.701Z Compiling zerovec v0.11.5
29692026-05-13T18:22:42.895Z Compiling zerotrie v0.2.3
29702026-05-13T18:22:42.906Z Compiling clap v4.5.60
29712026-05-13T18:22:43.310Z Compiling tinystr v0.8.2
29722026-05-13T18:22:43.369Z Compiling potential_utf v0.1.4
29732026-05-13T18:22:43.544Z Compiling icu_locale_core v2.1.1
29742026-05-13T18:22:43.576Z Compiling icu_collections v2.1.1
29752026-05-13T18:22:44.367Z Compiling icu_provider v2.1.1
29762026-05-13T18:22:44.584Z Compiling serde_spanned v0.6.9
29772026-05-13T18:22:44.763Z Compiling icu_properties v2.1.2
29782026-05-13T18:22:44.800Z Compiling icu_normalizer v2.1.1
29792026-05-13T18:22:44.916Z Compiling toml_datetime v0.6.11
29802026-05-13T18:22:44.993Z Compiling dof v0.3.0
29812026-05-13T18:22:45.030Z Compiling serde_tokenstream v0.2.3
29822026-05-13T18:22:45.057Z Compiling serde-value v0.7.0
29832026-05-13T18:22:45.145Z Compiling toml_edit v0.22.27
29842026-05-13T18:22:45.157Z Compiling cargo-platform v0.2.0
29852026-05-13T18:22:45.270Z Compiling macaddr v1.0.1
29862026-05-13T18:22:45.680Z Compiling idna_adapter v1.2.1
29872026-05-13T18:22:45.790Z Compiling idna v1.1.0
29882026-05-13T18:22:45.802Z Compiling usdt-macro v0.5.0
29892026-05-13T18:22:45.802Z Compiling usdt-attr-macro v0.5.0
29902026-05-13T18:22:46.271Z Compiling url v2.5.8
29912026-05-13T18:22:46.472Z Compiling usdt v0.5.0
29922026-05-13T18:22:46.687Z Compiling toml v0.8.23
29932026-05-13T18:22:47.118Z Compiling cargo-util-schemas v0.8.2
29942026-05-13T18:22:47.118Z Compiling cargo_toml v0.21.0
29952026-05-13T18:22:48.137Z Compiling cargo_metadata v0.21.0
29962026-05-13T18:22:51.182Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29972026-05-13T18:22:54.189Z Finished `release` profile [optimized] target(s) in 16.52s
29982026-05-13T18:22:54.351Z
29992026-05-13T18:22:54.354Zreal 16.663591895
30002026-05-13T18:22:54.354Zuser 2:21.937753072
30012026-05-13T18:22:54.354Zsys 16.364479891
30022026-05-13T18:22:54.354Ztrap 0.098570788
30032026-05-13T18:22:54.354Ztflt 0.580112616
30042026-05-13T18:22:54.354Zdflt 1.455515698
30052026-05-13T18:22:54.354Zkflt 0.000033480
30062026-05-13T18:22:54.354Zlock 5:20.986682115
30072026-05-13T18:22:54.354Zslp 3:27.097660739
30082026-05-13T18:22:54.354Zlat 5.582966358
30092026-05-13T18:22:54.354Zstop 17.875910583
30102026-05-13T18:22:54.354Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30112026-05-13T18:22:54.354Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30122026-05-13T18:22:54.354Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30132026-05-13T18:22:54.354Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30142026-05-13T18:22:54.354Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30152026-05-13T18:22:55.284Z Compiling newtype-uuid-macros v0.1.0
30162026-05-13T18:22:55.287Z Compiling regress v0.10.5
30172026-05-13T18:22:55.287Z Compiling structmeta-derive v0.3.0
30182026-05-13T18:22:55.287Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30192026-05-13T18:22:55.287Z Compiling rustls v0.22.4
30202026-05-13T18:22:55.287Z Compiling rustls-webpki v0.102.8
30212026-05-13T18:22:55.287Z Compiling multer v3.1.0
30222026-05-13T18:22:55.287Z Compiling debug-ignore v1.0.5
30232026-05-13T18:22:55.287Z Compiling compression-core v0.4.31
30242026-05-13T18:22:55.428Z Compiling match_cfg v0.1.0
30252026-05-13T18:22:55.432Z Compiling slog-json v2.6.1
30262026-05-13T18:22:55.432Z Compiling async-stream-impl v0.3.6
30272026-05-13T18:22:55.480Z Compiling serde_spanned v1.0.4
30282026-05-13T18:22:55.494Z Compiling toml_datetime v1.0.0+spec-1.1.0
30292026-05-13T18:22:55.496Z Compiling dropshot v0.17.0
30302026-05-13T18:22:55.508Z Compiling toml_writer v1.0.6+spec-1.1.0
30312026-05-13T18:22:55.527Z Compiling hostname v0.3.1
30322026-05-13T18:22:55.547Z Compiling itertools v0.14.0
30332026-05-13T18:22:55.704Z Compiling slog-bunyan v2.5.0
30342026-05-13T18:22:55.740Z Compiling toml v1.0.6+spec-1.1.0
30352026-05-13T18:22:55.778Z Compiling compression-codecs v0.4.37
30362026-05-13T18:22:55.796Z Compiling waitgroup v0.1.2
30372026-05-13T18:22:55.814Z Compiling rustls-pemfile v2.2.0
30382026-05-13T18:22:55.849Z Compiling dropshot_endpoint v0.17.0
30392026-05-13T18:22:55.900Z Compiling serde_path_to_error v0.1.20
30402026-05-13T18:22:55.942Z Compiling hostname v0.4.2
30412026-05-13T18:22:55.978Z Compiling async-compression v0.4.41
30422026-05-13T18:22:56.038Z Compiling progenitor-client v0.14.0
30432026-05-13T18:22:56.041Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30442026-05-13T18:22:56.070Z Compiling async-stream v0.3.6
30452026-05-13T18:22:56.095Z Compiling macaddr v1.0.1
30462026-05-13T18:22:56.112Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30472026-05-13T18:22:56.185Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30482026-05-13T18:22:56.251Z Compiling instant v0.1.13
30492026-05-13T18:22:56.253Z Compiling progenitor-client v0.10.0
30502026-05-13T18:22:56.283Z Compiling backon v1.6.0
30512026-05-13T18:22:56.301Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30522026-05-13T18:22:56.301Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30532026-05-13T18:22:56.333Z Compiling universal-hash v0.5.1
30542026-05-13T18:22:56.349Z Compiling backoff v0.4.0
30552026-05-13T18:22:56.371Z Compiling opaque-debug v0.3.1
30562026-05-13T18:22:56.388Z Compiling half v2.7.1
30572026-05-13T18:22:56.462Z Compiling progenitor-extras v0.2.0
30582026-05-13T18:22:56.486Z Compiling ciborium-io v0.2.2
30592026-05-13T18:22:56.512Z Compiling unsafe-libyaml v0.2.11
30602026-05-13T18:22:56.544Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30612026-05-13T18:22:56.577Z Compiling crucible-workspace-hack v0.1.0
30622026-05-13T18:22:56.595Z Compiling convert_case v0.4.0
30632026-05-13T18:22:56.613Z Compiling regress v0.11.1
30642026-05-13T18:22:56.704Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30652026-05-13T18:22:56.728Z Compiling ciborium-ll v0.2.2
30662026-05-13T18:22:56.746Z Compiling aead v0.5.2
30672026-05-13T18:22:56.770Z Compiling secrecy v0.10.3
30682026-05-13T18:22:56.844Z Compiling poly1305 v0.8.0
30692026-05-13T18:22:56.860Z Compiling structmeta v0.3.0
30702026-05-13T18:22:56.903Z Compiling ciborium v0.2.2
30712026-05-13T18:22:56.945Z Compiling chacha20 v0.9.1
30722026-05-13T18:22:56.973Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30732026-05-13T18:22:56.976Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30742026-05-13T18:22:57.006Z Compiling derive_more v0.99.20
30752026-05-13T18:22:57.009Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30762026-05-13T18:22:57.035Z Compiling thiserror-impl-no-std v2.0.2
30772026-05-13T18:22:57.090Z Compiling serde_yaml v0.9.34+deprecated
30782026-05-13T18:22:57.106Z Compiling derive-ex v0.1.8
30792026-05-13T18:22:57.210Z Compiling parse-display-derive v0.10.0
30802026-05-13T18:22:57.227Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30812026-05-13T18:22:57.308Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30822026-05-13T18:22:57.369Z Compiling byte-wrapper v0.1.0
30832026-05-13T18:22:57.385Z Compiling password-hash v0.5.0
30842026-05-13T18:22:57.473Z Compiling blake2 v0.10.6
30852026-05-13T18:22:57.508Z Compiling chacha20poly1305 v0.10.1
30862026-05-13T18:22:57.639Z Compiling indent_write v2.2.0
30872026-05-13T18:22:57.679Z Compiling heapless v0.8.0
30882026-05-13T18:22:57.695Z Compiling ingot-macros v0.1.1
30892026-05-13T18:22:57.740Z Compiling tokio-rustls v0.25.0
30902026-05-13T18:22:57.805Z Compiling argon2 v0.5.3
30912026-05-13T18:22:57.820Z Compiling toml_edit v0.23.10+spec-1.0.0
30922026-05-13T18:22:58.057Z Compiling hash32 v0.3.1
30932026-05-13T18:22:58.200Z Compiling typify-impl v0.6.2
30942026-05-13T18:22:58.240Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30952026-05-13T18:22:58.279Z Compiling thiserror-no-std v2.0.2
30962026-05-13T18:22:58.391Z Compiling vsss-rs v3.3.4
30972026-05-13T18:22:58.533Z Compiling smoltcp v0.11.0
30982026-05-13T18:22:58.591Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30992026-05-13T18:22:58.861Z Compiling test-strategy v0.4.5
31002026-05-13T18:22:58.864Z Compiling proc-macro-crate v3.4.0
31012026-05-13T18:22:58.928Z Compiling tabwriter v1.4.1
31022026-05-13T18:22:58.950Z Compiling num-rational v0.4.2
31032026-05-13T18:22:58.966Z Compiling parse-display v0.10.0
31042026-05-13T18:22:59.038Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31052026-05-13T18:22:59.185Z Compiling cobs v0.3.0
31062026-05-13T18:22:59.201Z Compiling num-complex v0.4.6
31072026-05-13T18:22:59.293Z Compiling num-derive v0.4.2
31082026-05-13T18:22:59.325Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31092026-05-13T18:22:59.391Z Compiling postcard v1.1.3
31102026-05-13T18:22:59.502Z Compiling num_enum_derive v0.7.5
31112026-05-13T18:22:59.567Z Compiling num v0.4.3
31122026-05-13T18:22:59.609Z Compiling proc-macro-error v1.0.4
31132026-05-13T18:22:59.626Z Compiling proc-macro-crate v1.3.1
31142026-05-13T18:22:59.642Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31152026-05-13T18:22:59.645Z Compiling foreign-types-macros v0.2.3
31162026-05-13T18:22:59.676Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31172026-05-13T18:22:59.772Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31182026-05-13T18:22:59.873Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31192026-05-13T18:22:59.929Z Compiling cpufeatures v0.3.0
31202026-05-13T18:22:59.965Z Compiling rayon-core v1.13.0
31212026-05-13T18:22:59.993Z Compiling colored v3.1.1
31222026-05-13T18:23:00.009Z Compiling float-ord v0.3.2
31232026-05-13T18:23:00.032Z Compiling foreign-types-shared v0.3.1
31242026-05-13T18:23:00.079Z Compiling num_enum_derive v0.5.11
31252026-05-13T18:23:00.152Z Compiling chacha20 v0.10.0
31262026-05-13T18:23:00.223Z Compiling crossbeam-deque v0.8.6
31272026-05-13T18:23:00.282Z Compiling camino-tempfile v1.4.1
31282026-05-13T18:23:00.314Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31292026-05-13T18:23:00.331Z Compiling foreign-types v0.5.0
31302026-05-13T18:23:00.331Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31312026-05-13T18:23:00.385Z Compiling cstr-argument v0.1.2
31322026-05-13T18:23:00.439Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31332026-05-13T18:23:00.477Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31342026-05-13T18:23:00.518Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31352026-05-13T18:23:00.549Z Compiling rand v0.10.0
31362026-05-13T18:23:00.571Z Compiling toml v0.8.23
31372026-05-13T18:23:00.641Z Compiling num_enum v0.7.5
31382026-05-13T18:23:00.681Z Compiling ingot-types v0.1.2
31392026-05-13T18:23:00.702Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31402026-05-13T18:23:00.791Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31412026-05-13T18:23:00.808Z Compiling zone_cfg_derive v0.3.1
31422026-05-13T18:23:00.811Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31432026-05-13T18:23:00.840Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31442026-05-13T18:23:00.854Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31452026-05-13T18:23:00.956Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31462026-05-13T18:23:01.011Z Compiling rayon v1.11.0
31472026-05-13T18:23:01.026Z Compiling itertools v0.12.1
31482026-05-13T18:23:01.067Z Compiling ingot v0.1.1
31492026-05-13T18:23:01.084Z Compiling sigpipe v0.1.3
31502026-05-13T18:23:01.087Z Compiling glob v0.3.3
31512026-05-13T18:23:01.132Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31522026-05-13T18:23:01.199Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31532026-05-13T18:23:01.217Z Compiling num_enum v0.5.11
31542026-05-13T18:23:01.237Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31552026-05-13T18:23:01.255Z Compiling smf v0.2.3
31562026-05-13T18:23:01.347Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31572026-05-13T18:23:01.385Z Compiling whoami v1.6.1
31582026-05-13T18:23:01.465Z Compiling prettyplease v0.2.37
31592026-05-13T18:23:01.494Z Compiling gethostname v0.5.0
31602026-05-13T18:23:01.511Z Compiling atomicwrites v0.4.4
31612026-05-13T18:23:01.526Z Compiling usdt-macro v0.5.0
31622026-05-13T18:23:01.656Z Compiling usdt-attr-macro v0.5.0
31632026-05-13T18:23:01.690Z Compiling memmap v0.7.0
31642026-05-13T18:23:01.705Z Compiling derive-where v1.6.0
31652026-05-13T18:23:01.735Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31662026-05-13T18:23:01.806Z Compiling progenitor-client v0.13.0
31672026-05-13T18:23:01.901Z Compiling owo-colors v4.3.0
31682026-05-13T18:23:01.917Z Compiling cancel-safe-futures v0.1.5
31692026-05-13T18:23:01.933Z Compiling resolv-conf v0.7.6
31702026-05-13T18:23:02.146Z Compiling zone v0.3.1
31712026-05-13T18:23:02.186Z Compiling libsw-core v0.3.2
31722026-05-13T18:23:02.309Z Compiling console v0.15.11
31732026-05-13T18:23:02.329Z Compiling newline-converter v0.3.0
31742026-05-13T18:23:02.388Z Compiling libsw v3.5.0
31752026-05-13T18:23:02.473Z Compiling linear-map v1.2.0
31762026-05-13T18:23:02.489Z Compiling usdt v0.5.0
31772026-05-13T18:23:02.593Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31782026-05-13T18:23:02.596Z Compiling libefi-sys v0.1.0
31792026-05-13T18:23:02.684Z Compiling expectorate v1.2.0
31802026-05-13T18:23:02.712Z Compiling hickory-proto v0.24.4
31812026-05-13T18:23:02.776Z Compiling bitfield-struct v0.6.2
31822026-05-13T18:23:02.779Z Compiling linked-hash-map v0.5.6
31832026-05-13T18:23:02.813Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31842026-05-13T18:23:02.875Z Compiling semver v0.1.20
31852026-05-13T18:23:02.892Z Compiling typify-macro v0.6.2
31862026-05-13T18:23:02.926Z Compiling tokio-dtrace v0.1.1
31872026-05-13T18:23:02.946Z Compiling dropshot-api-manager-types v0.7.1
31882026-05-13T18:23:03.011Z Compiling lru-cache v0.1.2
31892026-05-13T18:23:03.028Z Compiling slog-dtrace v0.3.0
31902026-05-13T18:23:03.084Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31912026-05-13T18:23:03.105Z Compiling rustc_version v0.1.7
31922026-05-13T18:23:03.121Z Compiling minimal-lexical v0.2.1
31932026-05-13T18:23:03.166Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31942026-05-13T18:23:03.193Z Compiling oxide-tokio-rt v0.1.4
31952026-05-13T18:23:03.216Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31962026-05-13T18:23:03.235Z Compiling typify-impl v0.4.3
31972026-05-13T18:23:03.272Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31982026-05-13T18:23:03.293Z Compiling phf_shared v0.12.1
31992026-05-13T18:23:03.318Z Compiling csv-core v0.1.13
32002026-05-13T18:23:03.363Z Compiling newtype_derive v0.1.6
32012026-05-13T18:23:03.411Z Compiling nom v7.1.3
32022026-05-13T18:23:03.455Z Compiling chrono-tz v0.10.4
32032026-05-13T18:23:03.479Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32042026-05-13T18:23:03.497Z Compiling xshell-macros v0.2.7
32052026-05-13T18:23:03.515Z Compiling highway v1.3.0
32062026-05-13T18:23:03.539Z Compiling csv v1.4.0
32072026-05-13T18:23:03.599Z Compiling const_format_proc_macros v0.2.34
32082026-05-13T18:23:03.639Z Compiling phf v0.12.1
32092026-05-13T18:23:03.802Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32102026-05-13T18:23:03.849Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32112026-05-13T18:23:03.910Z Compiling xshell v0.2.7
32122026-05-13T18:23:03.913Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32132026-05-13T18:23:03.965Z Compiling primeorder v0.13.6
32142026-05-13T18:23:04.109Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32152026-05-13T18:23:04.176Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32162026-05-13T18:23:04.289Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32172026-05-13T18:23:04.372Z Compiling tabled_derive v0.7.0
32182026-05-13T18:23:04.388Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32192026-05-13T18:23:04.515Z Compiling const_format v0.2.35
32202026-05-13T18:23:04.531Z Compiling bcs v0.1.6
32212026-05-13T18:23:04.788Z Compiling typify v0.6.2
32222026-05-13T18:23:04.823Z Compiling salty v0.3.0
32232026-05-13T18:23:04.864Z Compiling termtree v0.5.1
32242026-05-13T18:23:04.881Z Compiling hickory-resolver v0.24.4
32252026-05-13T18:23:04.884Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32262026-05-13T18:23:04.919Z Compiling progenitor-impl v0.14.0
32272026-05-13T18:23:04.937Z Compiling progenitor-impl v0.13.0
32282026-05-13T18:23:05.033Z Compiling textwrap v0.16.2
32292026-05-13T18:23:05.050Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32302026-05-13T18:23:05.096Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32312026-05-13T18:23:05.294Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32322026-05-13T18:23:05.411Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32332026-05-13T18:23:05.427Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32342026-05-13T18:23:05.525Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32352026-05-13T18:23:05.551Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32362026-05-13T18:23:05.624Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32372026-05-13T18:23:05.871Z Compiling tabled v0.15.0
32382026-05-13T18:23:06.023Z Compiling qorb v0.4.1
32392026-05-13T18:23:06.071Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32402026-05-13T18:23:06.133Z Compiling steno v0.4.1
32412026-05-13T18:23:06.400Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32422026-05-13T18:23:06.423Z Compiling base64 v0.21.7
32432026-05-13T18:23:06.587Z Compiling humantime v2.3.0
32442026-05-13T18:23:06.805Z Compiling tagptr v0.2.0
32452026-05-13T18:23:06.888Z Compiling radium v0.7.0
32462026-05-13T18:23:06.984Z Compiling moka v0.12.13
32472026-05-13T18:23:07.162Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32482026-05-13T18:23:07.203Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32492026-05-13T18:23:07.244Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32502026-05-13T18:23:07.342Z Compiling p384 v0.13.1
32512026-05-13T18:23:07.420Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32522026-05-13T18:23:07.455Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32532026-05-13T18:23:07.669Z Compiling progenitor-macro v0.14.0
32542026-05-13T18:23:07.686Z Compiling progenitor-macro v0.13.0
32552026-05-13T18:23:07.766Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32562026-05-13T18:23:07.804Z Compiling tap v1.0.1
32572026-05-13T18:23:07.848Z Compiling typify-macro v0.4.3
32582026-05-13T18:23:07.864Z Compiling maybe-uninit v2.0.0
32592026-05-13T18:23:07.921Z Compiling wyz v0.5.1
32602026-05-13T18:23:07.953Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32612026-05-13T18:23:08.100Z Compiling hickory-resolver v0.25.2
32622026-05-13T18:23:08.239Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32632026-05-13T18:23:08.275Z Compiling proc-macro-error-attr2 v2.0.0
32642026-05-13T18:23:08.293Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32652026-05-13T18:23:08.379Z Compiling packed_struct v0.10.1
32662026-05-13T18:23:08.516Z Compiling utf-8 v0.7.6
32672026-05-13T18:23:08.601Z Compiling funty v2.0.0
32682026-05-13T18:23:08.670Z Compiling parking_lot_core v0.8.6
32692026-05-13T18:23:08.718Z Compiling proc-macro-error2 v2.0.1
32702026-05-13T18:23:08.750Z Compiling tungstenite v0.21.0
32712026-05-13T18:23:08.890Z Compiling polyval v0.6.2
32722026-05-13T18:23:08.910Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32732026-05-13T18:23:08.990Z Compiling bitvec v1.0.1
32742026-05-13T18:23:09.007Z Compiling git-stub v1.0.0
32752026-05-13T18:23:09.085Z Compiling packed_struct_codegen v0.10.1
32762026-05-13T18:23:09.152Z Compiling bitfield-macros v0.19.4
32772026-05-13T18:23:09.170Z Compiling zerocopy-derive v0.6.6
32782026-05-13T18:23:09.267Z Compiling indexmap v1.9.3
32792026-05-13T18:23:09.342Z Compiling nodrop v0.1.14
32802026-05-13T18:23:09.469Z Compiling crc-catalog v2.4.0
32812026-05-13T18:23:09.504Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32822026-05-13T18:23:09.595Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32832026-05-13T18:23:09.634Z Compiling crc v3.4.0
32842026-05-13T18:23:09.672Z Compiling typify v0.4.3
32852026-05-13T18:23:09.716Z Compiling array-init v0.0.4
32862026-05-13T18:23:09.761Z Compiling tokio-tungstenite v0.21.0
32872026-05-13T18:23:09.816Z Compiling progenitor-impl v0.11.2
32882026-05-13T18:23:09.870Z Compiling git-stub-vcs v0.1.0
32892026-05-13T18:23:09.927Z Compiling bitfield v0.19.4
32902026-05-13T18:23:10.051Z Compiling tabled_derive v0.11.0
32912026-05-13T18:23:10.081Z Compiling zerocopy v0.6.6
32922026-05-13T18:23:10.105Z Compiling ghash v0.5.1
32932026-05-13T18:23:10.245Z Compiling smallvec v0.6.14
32942026-05-13T18:23:10.265Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32952026-05-13T18:23:10.294Z Compiling papergrid v0.17.0
32962026-05-13T18:23:10.473Z Compiling libscf-sys v1.2.0
32972026-05-13T18:23:10.491Z Compiling testing_table v0.3.0
32982026-05-13T18:23:10.506Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32992026-05-13T18:23:10.525Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33002026-05-13T18:23:10.651Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33012026-05-13T18:23:10.676Z Compiling ctr v0.9.2
33022026-05-13T18:23:10.690Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33032026-05-13T18:23:10.860Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33042026-05-13T18:23:10.896Z Compiling corncobs v0.1.4
33052026-05-13T18:23:10.911Z Compiling hashbrown v0.12.3
33062026-05-13T18:23:11.037Z Compiling unicase v2.9.0
33072026-05-13T18:23:11.086Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33082026-05-13T18:23:11.139Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33092026-05-13T18:23:11.160Z Compiling aes-gcm v0.10.3
33102026-05-13T18:23:11.177Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33112026-05-13T18:23:11.278Z Compiling mime_guess v2.0.5
33122026-05-13T18:23:11.295Z Compiling tabled v0.20.0
33132026-05-13T18:23:11.424Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33142026-05-13T18:23:11.517Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33152026-05-13T18:23:11.545Z Compiling serde-hex v0.1.0
33162026-05-13T18:23:11.812Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33172026-05-13T18:23:11.859Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33182026-05-13T18:23:11.876Z Compiling parking_lot v0.11.2
33192026-05-13T18:23:11.918Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33202026-05-13T18:23:12.079Z Compiling progenitor-impl v0.10.0
33212026-05-13T18:23:12.235Z Compiling ron v0.8.1
33222026-05-13T18:23:12.290Z Compiling hashbrown v0.13.2
33232026-05-13T18:23:12.327Z Compiling progenitor-client v0.11.2
33242026-05-13T18:23:12.406Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33252026-05-13T18:23:12.424Z Compiling blowfish v0.9.1
33262026-05-13T18:23:12.557Z Compiling progenitor-macro v0.11.2
33272026-05-13T18:23:12.703Z Compiling prefix-trie v0.7.0
33282026-05-13T18:23:12.721Z Compiling ssh-encoding v0.2.0
33292026-05-13T18:23:12.810Z Compiling fxhash v0.2.1
33302026-05-13T18:23:12.862Z Compiling progenitor v0.14.0
33312026-05-13T18:23:12.924Z Compiling progenitor v0.13.0
33322026-05-13T18:23:12.959Z Compiling secrecy v0.8.0
33332026-05-13T18:23:12.981Z Compiling crc-any v2.5.0
33342026-05-13T18:23:13.016Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33352026-05-13T18:23:13.044Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33362026-05-13T18:23:13.098Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33372026-05-13T18:23:13.122Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33382026-05-13T18:23:13.215Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33392026-05-13T18:23:13.234Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33402026-05-13T18:23:13.251Z Compiling hickory-server v0.25.2
33412026-05-13T18:23:13.323Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33422026-05-13T18:23:13.381Z Compiling sled v0.34.7
33432026-05-13T18:23:13.558Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33442026-05-13T18:23:13.766Z Compiling ssh-cipher v0.2.0
33452026-05-13T18:23:13.969Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33462026-05-13T18:23:14.287Z Compiling object v0.30.4
33472026-05-13T18:23:14.350Z Compiling bcrypt-pbkdf v0.10.0
33482026-05-13T18:23:14.458Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33492026-05-13T18:23:14.537Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33502026-05-13T18:23:14.773Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33512026-05-13T18:23:14.806Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33522026-05-13T18:23:15.194Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33532026-05-13T18:23:15.325Z Compiling progenitor-macro v0.10.0
33542026-05-13T18:23:15.606Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33552026-05-13T18:23:15.836Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33562026-05-13T18:23:15.987Z Compiling password-hash v0.4.2
33572026-05-13T18:23:16.021Z Compiling http-range v0.1.5
33582026-05-13T18:23:16.248Z Compiling crc8 v0.1.1
33592026-05-13T18:23:16.346Z Compiling half v1.8.3
33602026-05-13T18:23:16.399Z Compiling path-slash v0.1.5
33612026-05-13T18:23:16.575Z Compiling serde_cbor v0.11.2
33622026-05-13T18:23:16.607Z Compiling pbkdf2 v0.11.0
33632026-05-13T18:23:16.631Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33642026-05-13T18:23:16.854Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33652026-05-13T18:23:17.128Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33662026-05-13T18:23:17.189Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33672026-05-13T18:23:17.205Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33682026-05-13T18:23:17.309Z Compiling ssh-key v0.6.7
33692026-05-13T18:23:17.326Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33702026-05-13T18:23:17.642Z Compiling progenitor v0.11.2
33712026-05-13T18:23:17.737Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33722026-05-13T18:23:17.766Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33732026-05-13T18:23:17.829Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33742026-05-13T18:23:17.867Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33752026-05-13T18:23:18.134Z Compiling p521 v0.13.3
33762026-05-13T18:23:18.210Z Compiling p256 v0.13.2
33772026-05-13T18:23:18.336Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33782026-05-13T18:23:18.362Z Compiling yasna v0.5.2
33792026-05-13T18:23:18.422Z Compiling kstat-rs v0.2.4
33802026-05-13T18:23:18.607Z Compiling headers-core v0.3.0
33812026-05-13T18:23:18.676Z Compiling nanorand v0.7.0
33822026-05-13T18:23:18.692Z Compiling atty v0.2.14
33832026-05-13T18:23:18.747Z Compiling russh-cryptovec v0.7.3
33842026-05-13T18:23:18.766Z Compiling md5 v0.7.0
33852026-05-13T18:23:18.830Z Compiling home v0.5.12
33862026-05-13T18:23:18.849Z Compiling rcgen v0.12.1
33872026-05-13T18:23:18.962Z Compiling russh-keys v0.45.0
33882026-05-13T18:23:18.992Z Compiling flume v0.11.1
33892026-05-13T18:23:19.011Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33902026-05-13T18:23:19.015Z Compiling headers v0.4.1
33912026-05-13T18:23:19.044Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33922026-05-13T18:23:19.071Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33932026-05-13T18:23:19.071Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33942026-05-13T18:23:19.127Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33952026-05-13T18:23:19.313Z Compiling hyper-staticfile v0.10.1
33962026-05-13T18:23:19.364Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33972026-05-13T18:23:19.545Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33982026-05-13T18:23:19.767Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33992026-05-13T18:23:19.799Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34002026-05-13T18:23:19.845Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34012026-05-13T18:23:19.848Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34022026-05-13T18:23:20.155Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34032026-05-13T18:23:20.171Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34042026-05-13T18:23:20.188Z Compiling num-bigint v0.4.6
34052026-05-13T18:23:20.383Z Compiling progenitor v0.10.0
34062026-05-13T18:23:20.385Z Compiling des v0.8.1
34072026-05-13T18:23:20.536Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34082026-05-13T18:23:20.572Z Compiling subprocess v0.2.15
34092026-05-13T18:23:20.590Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34102026-05-13T18:23:20.594Z Compiling display-error-chain v0.2.2
34112026-05-13T18:23:20.627Z Compiling hex-literal v0.4.1
34122026-05-13T18:23:20.643Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34132026-05-13T18:23:20.664Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34142026-05-13T18:23:20.762Z Compiling colored v2.2.0
34152026-05-13T18:23:20.783Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34162026-05-13T18:23:20.903Z Compiling socket2 v0.5.10
34172026-05-13T18:23:21.041Z Compiling internet-checksum v0.2.1
34182026-05-13T18:23:21.057Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34192026-05-13T18:23:21.356Z Compiling russh v0.45.0
34202026-05-13T18:23:21.657Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34212026-05-13T18:23:21.689Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34222026-05-13T18:23:24.208Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34232026-05-13T18:23:24.885Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34242026-05-13T18:23:25.349Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34252026-05-13T18:23:27.152Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34262026-05-13T18:23:35.094Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34272026-05-13T18:23:35.094Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34282026-05-13T18:23:35.094Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34292026-05-13T18:23:35.103Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34302026-05-13T18:23:36.814Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34312026-05-13T18:23:36.948Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34322026-05-13T18:23:41.005Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34332026-05-13T18:23:42.415Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34342026-05-13T18:24:01.380Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34352026-05-13T18:24:19.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34362026-05-13T18:24:20.077Z
34372026-05-13T18:24:20.077Zreal 1:25.665293222
34382026-05-13T18:24:20.077Zuser 8:12.194921418
34392026-05-13T18:24:20.077Zsys 1:38.601770957
34402026-05-13T18:24:20.080Ztrap 0.260695119
34412026-05-13T18:24:20.080Ztflt 0.497804018
34422026-05-13T18:24:20.080Zdflt 1.730237064
34432026-05-13T18:24:20.080Zkflt 0.000458020
34442026-05-13T18:24:20.080Zlock 29:14.599346792
34452026-05-13T18:24:20.080Zslp 19:07.380605120
34462026-05-13T18:24:20.080Zlat 37.181249646
34472026-05-13T18:24:20.080Zstop 2:36.720925886
34482026-05-13T18:24:20.080Z+ mkdir tests
34492026-05-13T18:24:20.083Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34502026-05-13T18:24:20.083Z+ xargs -I '{}' -t cp '{}' tests/
34512026-05-13T18:24:20.176Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-8c3cdc5bc4545a52 tests/
34522026-05-13T18:24:20.197Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-81313a24f167cbc4 tests/
34532026-05-13T18:24:20.217Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-e5f5125793605204 tests/
34542026-05-13T18:24:20.238Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-4b38611f78b9786b tests/
34552026-05-13T18:24:20.465Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*)
34562026-05-13T18:24:20.468Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-81313a24f167cbc4 tests/commtest-e5f5125793605204 tests/dhcp_server-8c3cdc5bc4545a52 tests/end_to_end_tests-4b38611f78b9786b out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34572026-05-13T18:25:39.947ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34582026-05-13T18:25:39.947Za .github/buildomat/ci-env.sh 1K
34592026-05-13T18:25:39.947Za out/target/test 1K
34602026-05-13T18:25:39.947Za out/npuzone/npuzone 27402K
34612026-05-13T18:25:39.947Za package-manifest.toml 35K
34622026-05-13T18:25:39.947Za smf/sled-agent/non-gimlet/config.toml 6K
34632026-05-13T18:25:39.947Za target/release/omicron-package 45974K
34642026-05-13T18:25:39.947Za target/release/xtask 11449K
34652026-05-13T18:25:39.947Za target/debug/bootstrap 352629K
34662026-05-13T18:25:39.947Za tests/bootstrap-81313a24f167cbc4 31215K
34672026-05-13T18:25:39.947Za tests/commtest-e5f5125793605204 32299K
34682026-05-13T18:25:39.947Za tests/dhcp_server-8c3cdc5bc4545a52 31215K
34692026-05-13T18:25:39.947Za tests/end_to_end_tests-4b38611f78b9786b 394449K
34702026-05-13T18:25:39.947Za out/clickhouse.tar.gz 319628K
34712026-05-13T18:25:39.947Za out/clickhouse_keeper.tar.gz 304982K
34722026-05-13T18:25:39.947Za out/clickhouse_server.tar.gz 319626K
34732026-05-13T18:25:39.947Za out/cockroachdb.tar.gz 165157K
34742026-05-13T18:25:39.947Za out/crucible-pantry-zone.tar.gz 44195K
34752026-05-13T18:25:39.947Za out/crucible-utils.tar 17744K
34762026-05-13T18:25:39.947Za out/crucible-zone.tar.gz 58333K
34772026-05-13T18:25:39.947Za out/external-dns.tar.gz 49784K
34782026-05-13T18:25:39.947Za out/internal-dns.tar.gz 49784K
34792026-05-13T18:25:39.947Za out/mg-ddm-gz.tar 95141K
34802026-05-13T18:25:39.947Za out/nexus.tar.gz 217610K
34812026-05-13T18:25:39.948Za out/ntp.tar.gz 32136K
34822026-05-13T18:25:39.948Za out/omicron-gateway-softnpu.tar.gz 29745K
34832026-05-13T18:25:39.948Za out/omicron-sled-agent.tar 200425K
34842026-05-13T18:25:39.948Za out/overlay.tar.gz 3K
34852026-05-13T18:25:39.948Za out/oximeter.tar.gz 66157K
34862026-05-13T18:25:39.948Za out/oxlog.tar 3782K
34872026-05-13T18:25:39.948Za out/probe.tar.gz 3037K
34882026-05-13T18:25:39.948Za out/propolis-server.tar.gz 38727K
34892026-05-13T18:25:39.948Za out/pumpkind-gz.tar 26647K
34902026-05-13T18:25:39.948Za out/switch-softnpu.tar.gz 393294K
34912026-05-13T18:25:39.951Z
34922026-05-13T18:25:39.951Zreal 1:19.480041711
34932026-05-13T18:25:39.951Zuser 1:16.775548057
34942026-05-13T18:25:39.951Zsys 4.453381687
34952026-05-13T18:25:39.951Ztrap 0.006387634
34962026-05-13T18:25:39.951Ztflt 0.000000000
34972026-05-13T18:25:39.951Zdflt 0.000000000
34982026-05-13T18:25:39.951Zkflt 0.000000000
34992026-05-13T18:25:39.951Zlock 0.000000000
35002026-05-13T18:25:39.951Zslp 1:16.725430510
35012026-05-13T18:25:39.951Zlat 0.994466629
35022026-05-13T18:25:39.951Zstop 0.000202540
35032026-05-13T18:25:39.951Zprocess exited: duration 953249 ms, exit code 0
 
35042026-05-13T18:25:39.965Zfound 1 output files
35052026-05-13T18:25:39.965Zuploading: /work/package.tar.gz (2437323150 bytes)
35062026-05-13T18:26:09.177Zuploaded: /work/package.tar.gz