01KRBSE8ZW4W6Y538ZAJRTZ527: 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: 01KRBSEP4RXTWM6SERZYTE007G

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-11T15:11:53.425Zjob assigned to worker 01KRBSESCQ9CY2MWQTHCM6JBPJ [factory aws, i-0a7e8ef9ee8ed5343] (queued for 58 s)
 
22026-05-11T15:12:07.664Zstarting task 0: "setup"
32026-05-11T15:12:07.669Z++ uname -s
42026-05-11T15:12:07.672Z+ kern=SunOS
52026-05-11T15:12:07.672Z+ build_user=build
62026-05-11T15:12:07.672Z+ build_uid=12345
72026-05-11T15:12:07.672Z+ work_dir=/work
82026-05-11T15:12:07.672Z+ input_dir=/input
92026-05-11T15:12:07.672Z+ [[ 0 == 12345 ]]
102026-05-11T15:12:07.672Z+ case "$kern" in
112026-05-11T15:12:07.672Z+ groupadd -g 12345 build
122026-05-11T15:12:07.836Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-11T15:12:09.846Z+ zfs create -o mountpoint=/work rpool/work
142026-05-11T15:12:09.934Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-11T15:12:09.937Z+ home_fs=zfs
162026-05-11T15:12:09.937Z+ [[ zfs == autofs ]]
172026-05-11T15:12:09.937Z+ mkdir -p /home/build
182026-05-11T15:12:09.937Z+ chown build:build /home/build /work
192026-05-11T15:12:11.940Z+ chmod 0700 /home/build /work
202026-05-11T15:12:11.944Zprocess exited: duration 4282 ms, exit code 0
 
212026-05-11T15:12:11.950Zstarting task 1: "rust-toolchain"
222026-05-11T15:12:11.956Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-11T15:12:11.956Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-11T15:12:11.956Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-11T15:12:11.956Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-11T15:12:11.959Z * rust toolchain channel = "1.94.0"
272026-05-11T15:12:11.959Z * rust toolchain profile = "default"
282026-05-11T15:12:11.959Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-11T15:12:11.959Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-11T15:12:12.049Zinfo: downloading installer
312026-05-11T15:12:14.124Zwarn: It looks like you have an existing rustup settings file at:
322026-05-11T15:12:14.124Zwarn: /home/build/.rustup/settings.toml
332026-05-11T15:12:14.124Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-11T15:12:14.124Zwarn: instead of the one inferred from the default host triple.
352026-05-11T15:12:14.134Zinfo: profile set to default
362026-05-11T15:12:14.134Zinfo: default host triple is x86_64-unknown-illumos
372026-05-11T15:12:14.137Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-11T15:12:14.293Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-11T15:12:14.297Zinfo: downloading 6 components
402026-05-11T15:12:28.999Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-11T15:12:28.999Z
422026-05-11T15:12:29.027Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-11T15:12:29.027Z
442026-05-11T15:12:29.027Z
452026-05-11T15:12:29.027ZRust is installed now. Great!
462026-05-11T15:12:29.027Z
472026-05-11T15:12:29.027ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-11T15:12:29.027Zenvironment variable. This has not been done automatically.
492026-05-11T15:12:29.027Z
502026-05-11T15:12:29.027ZTo configure your current shell, you need to source
512026-05-11T15:12:29.027Zthe corresponding env file under $HOME/.cargo.
522026-05-11T15:12:29.027Z
532026-05-11T15:12:29.027ZThis is usually done by running one of the following (note the leading DOT):
542026-05-11T15:12:29.027Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-11T15:12:29.027Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-11T15:12:29.027Zsource "~/.cargo/env.nu" # For nushell
572026-05-11T15:12:29.027Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-11T15:12:29.031Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-11T15:12:29.031Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-11T15:12:29.031Zwarn: no default linker (`cc`) was found in your PATH
612026-05-11T15:12:29.031Zwarn: many Rust crates require a system C toolchain to build
622026-05-11T15:12:29.134Z+ rustup --version
632026-05-11T15:12:29.140Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-11T15:12:29.143Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-11T15:12:29.161Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-11T15:12:29.164Z+ cargo --version
672026-05-11T15:12:29.173Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-11T15:12:29.177Z+ rustc --version
692026-05-11T15:12:29.195Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-11T15:12:29.198Zprocess exited: duration 17246 ms, exit code 0
 
712026-05-11T15:12:29.204Zstarting task 2: "authentication"
722026-05-11T15:12:29.222Zprocess exited: duration 17 ms, exit code 0
 
732026-05-11T15:12:29.228Zstarting task 3: "clone repository"
742026-05-11T15:12:29.233Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-11T15:12:29.236Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-11T15:12:29.452ZCloning into '/work/oxidecomputer/omicron'...
772026-05-11T15:12:40.746Z+ cd /work/oxidecomputer/omicron
782026-05-11T15:12:40.746Z+ git fetch origin 2cdf20ed7ae7dd944166ec085c69ced8fc2932dd
792026-05-11T15:12:41.081ZFrom https://github.com/oxidecomputer/omicron
802026-05-11T15:12:41.081Z * branch 2cdf20ed7ae7dd944166ec085c69ced8fc2932dd -> FETCH_HEAD
812026-05-11T15:12:41.095Z+ [[ -n jmcarp/bump-clickhouse ]]
822026-05-11T15:12:41.099Z++ git branch --show-current
832026-05-11T15:12:41.102Z+ current=main
842026-05-11T15:12:41.102Z+ [[ main != jmcarp/bump-clickhouse ]]
852026-05-11T15:12:41.102Z+ git branch -f jmcarp/bump-clickhouse 2cdf20ed7ae7dd944166ec085c69ced8fc2932dd
862026-05-11T15:12:41.105Z+ git checkout -f jmcarp/bump-clickhouse
872026-05-11T15:12:41.339ZSwitched to branch 'jmcarp/bump-clickhouse'
882026-05-11T15:12:41.342Z+ git reset --hard 2cdf20ed7ae7dd944166ec085c69ced8fc2932dd
892026-05-11T15:12:41.354ZHEAD is now at 2cdf20ed7 Bump clickhouse to latest patch.
902026-05-11T15:12:41.358Zprocess exited: duration 12127 ms, exit code 0
 
912026-05-11T15:12:41.364Zstarting task 4: "build"
922026-05-11T15:12:41.370Z+ source .github/buildomat/ci-env.sh
932026-05-11T15:12:41.370Z++ export CARGO_TERM_COLOR=always
942026-05-11T15:12:41.370Z++ CARGO_TERM_COLOR=always
952026-05-11T15:12:41.370Z+ cargo --version
962026-05-11T15:12:41.380Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-11T15:12:41.383Z+ rustc --version
982026-05-11T15:12:41.405Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-11T15:12:41.408Z+ WORK=/work
1002026-05-11T15:12:41.408Z+ pfexec mkdir -p /work
1012026-05-11T15:12:41.412Z+ pfexec chown build /work
1022026-05-11T15:12:41.415Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-11T15:12:52.501Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-11T15:12:52.765Z Startup: Caching catalogs ... Done
1052026-05-11T15:12:52.916ZPlanning: Solver setup ... Done (0.120s)
1062026-05-11T15:12:52.925ZPlanning: Running solver ... Done (0.009s)
1072026-05-11T15:12:52.929ZPlanning: Finding local manifests ... Done (0.002s)
1082026-05-11T15:12:52.941ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-11T15:12:52.966ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-11T15:12:52.980ZPlanning: Package planning ... Done (0.014s)
1112026-05-11T15:12:52.984ZPlanning: Merging actions ... Done (0.001s)
1122026-05-11T15:12:53.177ZPlanning: Checking for conflicting actions ... Done (0.194s)
1132026-05-11T15:12:53.180ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-11T15:13:02.131ZPlanning: Evaluating mediators ... Done (8.952s)
1152026-05-11T15:13:02.134ZPlanning: Planning completed in 9.35 seconds
1162026-05-11T15:13:02.140Z Packages to install: 2
1172026-05-11T15:13:02.140Z Estimated space available: 156.08 GB
1182026-05-11T15:13:02.140ZEstimated space to be consumed: 16.95 MB
1192026-05-11T15:13:02.140Z Create boot environment: No
1202026-05-11T15:13:02.140ZCreate backup boot environment: No
1212026-05-11T15:13:02.143Z Rebuild boot archive: No
1222026-05-11T15:13:02.143Z
1232026-05-11T15:13:02.143ZChanged packages:
1242026-05-11T15:13:02.143Zhelios
1252026-05-11T15:13:02.143Z developer/build-essential
1262026-05-11T15:13:02.143Z None -> 11-3.0
1272026-05-11T15:13:02.143Z library/libxmlsec1
1282026-05-11T15:13:02.143Z None -> 1.2.35-3.0
1292026-05-11T15:13:02.493Z
1302026-05-11T15:13:02.493ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-11T15:13:03.143ZDownload: Completed 1.28 MB in 0.65 seconds (2.0M/s)
1322026-05-11T15:13:03.225Z Actions: 1/268 actions (Installing new actions)
1332026-05-11T15:13:03.406Z Actions: Completed 268 actions in 0.18 seconds.
1342026-05-11T15:13:03.412ZFinalize: Updating package state database ... Done (0.006s)
1352026-05-11T15:13:03.412ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-11T15:13:03.424ZFinalize: Updating image state ... Done (0.011s)
1372026-05-11T15:13:09.287ZFinalize: Creating fast lookup database ... Done (5.843s)
1382026-05-11T15:13:09.540ZFinalize: Reading search index ... Done (0.195s)
1392026-05-11T15:13:09.545ZFinalize: Updating search index ... Done (0.000s)
1402026-05-11T15:13:09.633ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-11T15:13:09.929ZPlanning: Evaluating mediator changes ... Done
1422026-05-11T15:13:10.054ZPlanning: Checking for conflicting actions ... Done
1432026-05-11T15:13:10.074ZPlanning: Consolidating action changes ... Done
1442026-05-11T15:13:10.240ZPlanning: Evaluating mediators ... Done
1452026-05-11T15:13:10.261ZPlanning: Planning completed in 0.27 seconds
1462026-05-11T15:13:10.261Z Mediators to change: 2
1472026-05-11T15:13:10.261Z Create boot environment: No
1482026-05-11T15:13:10.261ZCreate backup boot environment: No
1492026-05-11T15:13:10.293ZFinalize: Updating package state database ... Done
1502026-05-11T15:13:10.293ZFinalize: Updating package cache ... Done
1512026-05-11T15:13:10.321ZFinalize: Updating image state ... Done
1522026-05-11T15:13:12.228ZFinalize: Creating fast lookup database ... Done
1532026-05-11T15:13:12.289ZFinalize: Reading search index ... Done
1542026-05-11T15:13:12.289ZFinalize: Updating search index ... Done
1552026-05-11T15:13:12.387ZFinalize: Updating package cache ... Done
1562026-05-11T15:13:12.679ZPlanning: Evaluating mediator changes ... Done
1572026-05-11T15:13:12.786ZPlanning: Checking for conflicting actions ... Done
1582026-05-11T15:13:12.790ZPlanning: Consolidating action changes ... Done
1592026-05-11T15:13:12.944ZPlanning: Evaluating mediators ... Done
1602026-05-11T15:13:12.953ZPlanning: Planning completed in 0.26 seconds
1612026-05-11T15:13:12.971Z Mediators to change: 1
1622026-05-11T15:13:12.971Z Create boot environment: No
1632026-05-11T15:13:12.971ZCreate backup boot environment: No
1642026-05-11T15:13:13.025ZFinalize: Updating package state database ... Done
1652026-05-11T15:13:13.025ZFinalize: Updating package cache ... Done
1662026-05-11T15:13:13.032ZFinalize: Updating image state ... Done
1672026-05-11T15:13:14.991ZFinalize: Creating fast lookup database ... Done
1682026-05-11T15:13:15.052ZFinalize: Reading search index ... Done
1692026-05-11T15:13:15.052ZFinalize: Updating search index ... Done
1702026-05-11T15:13:15.127ZFinalize: Updating package cache ... Done
1712026-05-11T15:13:15.438ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-11T15:13:15.438Zapache system 2.4 system
1732026-05-11T15:13:15.439Zclang system 15 system
1742026-05-11T15:13:15.439Zcsh system system illumos
1752026-05-11T15:13:15.439Zctags system system illumos
1762026-05-11T15:13:15.439Zfile vendor vendor darwinsys
1772026-05-11T15:13:15.439Zfile system system illumos
1782026-05-11T15:13:15.439Zgcc vendor 14 vendor
1792026-05-11T15:13:15.439Zgcc system 13 system
1802026-05-11T15:13:15.439Zgcc system 10 system
1812026-05-11T15:13:15.439Zgo system 1.25 system
1822026-05-11T15:13:15.439Zllvm system 15 system
1832026-05-11T15:13:15.439Zmariadb system 11.4 system
1842026-05-11T15:13:15.439Zmta vendor vendor dma
1852026-05-11T15:13:15.439Zopenjdk system 17 system
1862026-05-11T15:13:15.439Zopenjdk system 11 system
1872026-05-11T15:13:15.439Zopenssl vendor 3 vendor
1882026-05-11T15:13:15.439Zperl system 5.40 system
1892026-05-11T15:13:15.439Zpostgresql system 18 system
1902026-05-11T15:13:15.439Zpostgresql system 17 system
1912026-05-11T15:13:15.439Zpython vendor 3 vendor
1922026-05-11T15:13:15.439Zpython system 2 system
1932026-05-11T15:13:15.439Zpython3 vendor 3.13 vendor
1942026-05-11T15:13:15.439Zruby system 3.4 system
1952026-05-11T15:13:15.439Zruby system 3.0 system
1962026-05-11T15:13:15.439Zwords vendor vendor american-english
1972026-05-11T15:13:15.439Zwords system system australian-english
1982026-05-11T15:13:15.439Zwords system system british-english
1992026-05-11T15:13:15.439Zwords system system canadian-english
2002026-05-11T15:13:15.439Zwords system system french
2012026-05-11T15:13:15.439Zwords system system italian
2022026-05-11T15:13:15.439Zwords system system ngerman
2032026-05-11T15:13:15.439Zwords system system ogerman
2042026-05-11T15:13:15.439Zwords system system spanish
2052026-05-11T15:13:15.697ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-11T15:13:15.697Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-11T15:13:15.968ZFMRI IFO
2082026-05-11T15:13:15.968Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-11T15:13:15.968Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-11T15:13:15.968Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-11T15:13:15.968Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-11T15:13:15.968Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-11T15:13:15.968Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-11T15:13:15.968Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-11T15:13:15.968Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-11T15:13:15.968Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-11T15:13:16.198Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-11T15:13:16.518Z Updating crates.io index
2192026-05-11T15:13:16.522Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-11T15:13:17.160Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-11T15:13:17.672Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-11T15:13:18.199Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-11T15:13:18.981Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-11T15:13:19.543Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-11T15:13:21.052Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-11T15:13:21.869Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-11T15:13:22.143Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-11T15:13:23.202Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-11T15:13:23.716Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-11T15:13:24.078Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-11T15:13:24.500Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-11T15:13:25.516Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-11T15:13:26.066Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2342026-05-11T15:13:26.406Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2352026-05-11T15:13:26.792Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2362026-05-11T15:13:27.146Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2372026-05-11T15:13:27.724Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2382026-05-11T15:13:27.990Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2392026-05-11T15:13:28.273Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2402026-05-11T15:13:28.688Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2412026-05-11T15:13:29.047Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2422026-05-11T15:13:29.699Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2432026-05-11T15:13:29.978Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2442026-05-11T15:13:30.299Z Updating git repository `https://github.com/oxidecomputer/ispf`
2452026-05-11T15:13:31.461Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2462026-05-11T15:13:32.268Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-05-11T15:13:33.234Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2482026-05-11T15:13:33.703Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2492026-05-11T15:13:34.098Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2502026-05-11T15:13:34.442Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2512026-05-11T15:13:34.780Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2522026-05-11T15:13:35.505Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2532026-05-11T15:13:35.773Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2542026-05-11T15:13:36.025Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2552026-05-11T15:13:36.419Z Updating git repository `https://github.com/illumos/smf-rs`
2562026-05-11T15:13:36.738Z Updating git repository `https://github.com/oxidecomputer/omicron`
2572026-05-11T15:13:48.707Z Downloading crates ...
2582026-05-11T15:13:48.756Z Downloaded percent-encoding v2.3.2
2592026-05-11T15:13:48.759Z Downloaded colorchoice v1.0.4
2602026-05-11T15:13:48.759Z Downloaded memmap v0.7.0
2612026-05-11T15:13:48.766Z Downloaded anstyle v1.0.13
2622026-05-11T15:13:48.769Z Downloaded anstyle-query v1.1.5
2632026-05-11T15:13:48.769Z Downloaded anstream v0.6.21
2642026-05-11T15:13:48.772Z Downloaded cargo_metadata v0.21.0
2652026-05-11T15:13:48.777Z Downloaded cargo-util-schemas v0.8.2
2662026-05-11T15:13:48.780Z Downloaded toml_write v0.1.2
2672026-05-11T15:13:48.780Z Downloaded bitflags v2.11.0
2682026-05-11T15:13:48.783Z Downloaded unicode-xid v0.2.6
2692026-05-11T15:13:48.783Z Downloaded thread-id v4.2.2
2702026-05-11T15:13:48.783Z Downloaded anyhow v1.0.102
2712026-05-11T15:13:48.786Z Downloaded autocfg v1.5.0
2722026-05-11T15:13:48.786Z Downloaded cargo_toml v0.21.0
2732026-05-11T15:13:48.790Z Downloaded toml v0.8.23
2742026-05-11T15:13:48.790Z Downloaded fs-err v3.3.0
2752026-05-11T15:13:48.793Z Downloaded erased-serde v0.4.9
2762026-05-11T15:13:48.793Z Downloaded bytecount v0.6.9
2772026-05-11T15:13:48.793Z Downloaded camino v1.2.2
2782026-05-11T15:13:48.796Z Downloaded utf8_iter v1.0.4
2792026-05-11T15:13:48.796Z Downloaded toml_datetime v0.6.11
2802026-05-11T15:13:48.796Z Downloaded utf8parse v0.2.2
2812026-05-11T15:13:48.796Z Downloaded typeid v1.0.3
2822026-05-11T15:13:48.799Z Downloaded zerofrom-derive v0.1.6
2832026-05-11T15:13:48.799Z Downloaded unicode-linebreak v0.1.5
2842026-05-11T15:13:48.799Z Downloaded icu_properties v2.1.2
2852026-05-11T15:13:48.799Z Downloaded fnv v1.0.7
2862026-05-11T15:13:48.799Z Downloaded cargo-platform v0.2.0
2872026-05-11T15:13:48.803Z Downloaded heck v0.5.0
2882026-05-11T15:13:48.803Z Downloaded dtrace-parser v0.2.0
2892026-05-11T15:13:48.803Z Downloaded zerofrom v0.1.6
2902026-05-11T15:13:48.803Z Downloaded cpufeatures v0.2.17
2912026-05-11T15:13:48.806Z Downloaded usdt-macro v0.5.0
2922026-05-11T15:13:48.806Z Downloaded clap v4.5.60
2932026-05-11T15:13:48.810Z Downloaded yoke-derive v0.8.1
2942026-05-11T15:13:48.814Z Downloaded usdt v0.5.0
2952026-05-11T15:13:48.814Z Downloaded scroll v0.12.0
2962026-05-11T15:13:48.814Z Downloaded proc-macro-error-attr v1.0.4
2972026-05-11T15:13:48.817Z Downloaded serde_core v1.0.228
2982026-05-11T15:13:48.817Z Downloaded potential_utf v0.1.4
2992026-05-11T15:13:48.820Z Downloaded version_check v0.9.5
3002026-05-11T15:13:48.824Z Downloaded scroll_derive v0.12.1
3012026-05-11T15:13:48.824Z Downloaded clap_lex v1.0.0
3022026-05-11T15:13:48.824Z Downloaded tinystr v0.8.2
3032026-05-11T15:13:48.827Z Downloaded zerovec-derive v0.11.2
3042026-05-11T15:13:48.827Z Downloaded yoke v0.8.1
3052026-05-11T15:13:48.827Z Downloaded usdt-impl v0.5.0
3062026-05-11T15:13:48.827Z Downloaded usdt-attr-macro v0.5.0
3072026-05-11T15:13:48.830Z Downloaded heck v0.4.1
3082026-05-11T15:13:48.830Z Downloaded block-buffer v0.10.4
3092026-05-11T15:13:48.830Z Downloaded thiserror v1.0.69
3102026-05-11T15:13:48.833Z Downloaded thiserror-impl v1.0.69
3112026-05-11T15:13:48.833Z Downloaded terminal_size v0.4.3
3122026-05-11T15:13:48.833Z Downloaded thiserror-impl v2.0.18
3132026-05-11T15:13:48.836Z Downloaded serde_spanned v0.6.9
3142026-05-11T15:13:48.836Z Downloaded form_urlencoded v1.2.2
3152026-05-11T15:13:48.836Z Downloaded dof v0.3.0
3162026-05-11T15:13:48.836Z Downloaded is_terminal_polyfill v1.70.2
3172026-05-11T15:13:48.839Z Downloaded ordered-float v2.10.1
3182026-05-11T15:13:48.842Z Downloaded writeable v0.6.2
3192026-05-11T15:13:48.842Z Downloaded thiserror v2.0.18
3202026-05-11T15:13:48.846Z Downloaded crypto-common v0.1.7
3212026-05-11T15:13:48.846Z Downloaded tabled_derive v0.7.0
3222026-05-11T15:13:48.849Z Downloaded generic-array v0.14.7
3232026-05-11T15:13:48.852Z Downloaded ucd-trie v0.1.7
3242026-05-11T15:13:48.852Z Downloaded idna_adapter v1.2.1
3252026-05-11T15:13:48.852Z Downloaded zmij v1.0.21
3262026-05-11T15:13:48.856Z Downloaded swrite v0.1.0
3272026-05-11T15:13:48.856Z Downloaded stable_deref_trait v1.2.1
3282026-05-11T15:13:48.856Z Downloaded unicode-ident v1.0.24
3292026-05-11T15:13:48.859Z Downloaded strsim v0.11.1
3302026-05-11T15:13:48.862Z Downloaded pretty-hex v0.4.1
3312026-05-11T15:13:48.862Z Downloaded textwrap v0.16.2
3322026-05-11T15:13:48.862Z Downloaded errno v0.3.14
3332026-05-11T15:13:48.865Z Downloaded serde-value v0.7.0
3342026-05-11T15:13:48.869Z Downloaded zerocopy-derive v0.7.35
3352026-05-11T15:13:48.869Z Downloaded digest v0.10.7
3362026-05-11T15:13:48.872Z Downloaded toml_edit v0.22.27
3372026-05-11T15:13:48.875Z Downloaded zerotrie v0.2.3
3382026-05-11T15:13:48.878Z Downloaded url v2.5.8
3392026-05-11T15:13:48.878Z Downloaded smawk v0.3.2
3402026-05-11T15:13:48.881Z Downloaded itoa v1.0.17
3412026-05-11T15:13:48.881Z Downloaded plain v0.2.3
3422026-05-11T15:13:48.881Z Downloaded macaddr v1.0.1
3432026-05-11T15:13:48.881Z Downloaded equivalent v1.0.2
3442026-05-11T15:13:48.881Z Downloaded typenum v1.19.0
3452026-05-11T15:13:48.887Z Downloaded fastrand v2.3.0
3462026-05-11T15:13:48.890Z Downloaded icu_normalizer v2.1.1
3472026-05-11T15:13:48.890Z Downloaded byteorder v1.5.0
3482026-05-11T15:13:48.893Z Downloaded anstyle-parse v0.2.7
3492026-05-11T15:13:48.896Z Downloaded camino-tempfile v1.4.1
3502026-05-11T15:13:48.899Z Downloaded zerocopy v0.7.35
3512026-05-11T15:13:48.906Z Downloaded synstructure v0.13.2
3522026-05-11T15:13:48.910Z Downloaded zerovec v0.11.5
3532026-05-11T15:13:48.913Z Downloaded winnow v0.7.14
3542026-05-11T15:13:48.916Z Downloaded num-traits v0.2.19
3552026-05-11T15:13:48.919Z Downloaded serde-untagged v0.1.9
3562026-05-11T15:13:48.919Z Downloaded pest_generator v2.8.6
3572026-05-11T15:13:48.919Z Downloaded unicode-width v0.2.0
3582026-05-11T15:13:48.922Z Downloaded displaydoc v0.2.5
3592026-05-11T15:13:48.926Z Downloaded unicode-width v0.1.14
3602026-05-11T15:13:48.929Z Downloaded sha2 v0.10.9
3612026-05-11T15:13:48.929Z Downloaded semver v1.0.28
3622026-05-11T15:13:48.932Z Downloaded litemap v0.8.1
3632026-05-11T15:13:48.932Z Downloaded clap_derive v4.5.55
3642026-05-11T15:13:48.932Z Downloaded proc-macro-error v1.0.4
3652026-05-11T15:13:48.935Z Downloaded cfg-if v1.0.4
3662026-05-11T15:13:48.943Z Downloaded tempfile v3.25.0
3672026-05-11T15:13:48.946Z Downloaded quote v1.0.45
3682026-05-11T15:13:48.946Z Downloaded once_cell v1.21.3
3692026-05-11T15:13:48.951Z Downloaded serde_derive v1.0.228
3702026-05-11T15:13:48.957Z Downloaded log v0.4.29
3712026-05-11T15:13:48.960Z Downloaded serde_tokenstream v0.2.3
3722026-05-11T15:13:48.960Z Downloaded icu_provider v2.1.1
3732026-05-11T15:13:48.964Z Downloaded papergrid v0.11.0
3742026-05-11T15:13:48.967Z Downloaded pest_derive v2.8.6
3752026-05-11T15:13:48.971Z Downloaded getrandom v0.4.1
3762026-05-11T15:13:48.974Z Downloaded icu_locale_core v2.1.1
3772026-05-11T15:13:48.977Z Downloaded pest_meta v2.8.6
3782026-05-11T15:13:48.980Z Downloaded icu_normalizer_data v2.1.1
3792026-05-11T15:13:48.980Z Downloaded smallvec v1.15.1
3802026-05-11T15:13:48.991Z Downloaded serde v1.0.228
3812026-05-11T15:13:48.995Z Downloaded proc-macro2 v1.0.106
3822026-05-11T15:13:48.998Z Downloaded icu_collections v2.1.1
3832026-05-11T15:13:49.001Z Downloaded memchr v2.8.0
3842026-05-11T15:13:49.011Z Downloaded indexmap v2.14.0
3852026-05-11T15:13:49.032Z Downloaded pest v2.8.6
3862026-05-11T15:13:49.050Z Downloaded idna v1.1.0
3872026-05-11T15:13:49.053Z Downloaded icu_properties_data v2.1.2
3882026-05-11T15:13:49.058Z Downloaded serde_json v1.0.149
3892026-05-11T15:13:49.062Z Downloaded hashbrown v0.17.0
3902026-05-11T15:13:49.065Z Downloaded clap_builder v4.5.60
3912026-05-11T15:13:49.069Z Downloaded goblin v0.8.2
3922026-05-11T15:13:49.072Z Downloaded tabled v0.15.0
3932026-05-11T15:13:49.084Z Downloaded syn v1.0.109
3942026-05-11T15:13:49.097Z Downloaded syn v2.0.117
3952026-05-11T15:13:49.109Z Downloaded rustix v1.1.3
3962026-05-11T15:13:49.138Z Downloaded libc v0.2.185
3972026-05-11T15:13:49.204Z Compiling proc-macro2 v1.0.106
3982026-05-11T15:13:49.204Z Compiling unicode-ident v1.0.24
3992026-05-11T15:13:49.204Z Compiling quote v1.0.45
4002026-05-11T15:13:49.207Z Compiling serde_core v1.0.228
4012026-05-11T15:13:49.207Z Compiling libc v0.2.185
4022026-05-11T15:13:49.207Z Compiling version_check v0.9.5
4032026-05-11T15:13:49.207Z Compiling memchr v2.8.0
4042026-05-11T15:13:49.207Z Compiling stable_deref_trait v1.2.1
4052026-05-11T15:13:49.207Z Compiling serde v1.0.228
4062026-05-11T15:13:49.207Z Compiling zmij v1.0.21
4072026-05-11T15:13:49.207Z Compiling autocfg v1.5.0
4082026-05-11T15:13:49.208Z Compiling thiserror v1.0.69
4092026-05-11T15:13:49.389Z Compiling itoa v1.0.17
4102026-05-11T15:13:49.392Z Compiling ucd-trie v0.1.7
4112026-05-11T15:13:49.392Z Compiling writeable v0.6.2
4122026-05-11T15:13:49.596Z Compiling litemap v0.8.1
4132026-05-11T15:13:49.703Z Compiling byteorder v1.5.0
4142026-05-11T15:13:49.721Z Compiling icu_properties_data v2.1.2
4152026-05-11T15:13:49.768Z Compiling rustix v1.1.3
4162026-05-11T15:13:49.844Z Compiling icu_normalizer_data v2.1.1
4172026-05-11T15:13:49.940Z Compiling bitflags v2.11.0
4182026-05-11T15:13:49.963Z Compiling serde_json v1.0.149
4192026-05-11T15:13:49.979Z Compiling pest v2.8.6
4202026-05-11T15:13:50.175Z Compiling num-traits v0.2.19
4212026-05-11T15:13:50.192Z Compiling hashbrown v0.17.0
4222026-05-11T15:13:50.699Z Compiling smallvec v1.15.1
4232026-05-11T15:13:50.908Z Compiling typeid v1.0.3
4242026-05-11T15:13:51.148Z Compiling pest_meta v2.8.6
4252026-05-11T15:13:51.594Z Compiling equivalent v1.0.2
4262026-05-11T15:13:51.714Z Compiling indexmap v2.14.0
4272026-05-11T15:13:51.781Z Compiling usdt-impl v0.5.0
4282026-05-11T15:13:51.855Z Compiling proc-macro-error-attr v1.0.4
4292026-05-11T15:13:51.906Z Compiling winnow v0.7.14
4302026-05-11T15:13:51.942Z Compiling erased-serde v0.4.9
4312026-05-11T15:13:51.958Z Compiling toml_write v0.1.2
4322026-05-11T15:13:51.994Z Compiling syn v1.0.109
4332026-05-11T15:13:52.151Z Compiling proc-macro-error v1.0.4
4342026-05-11T15:13:52.201Z Compiling plain v0.2.3
4352026-05-11T15:13:52.221Z Compiling camino v1.2.2
4362026-05-11T15:13:52.221Z Compiling log v0.4.29
4372026-05-11T15:13:52.257Z Compiling utf8parse v0.2.2
4382026-05-11T15:13:52.260Z Compiling thiserror v2.0.18
4392026-05-11T15:13:52.293Z Compiling errno v0.3.14
4402026-05-11T15:13:52.333Z Compiling thread-id v4.2.2
4412026-05-11T15:13:52.394Z Compiling percent-encoding v2.3.2
4422026-05-11T15:13:52.415Z Compiling utf8_iter v1.0.4
4432026-05-11T15:13:52.448Z Compiling getrandom v0.4.1
4442026-05-11T15:13:52.466Z Compiling anstyle-parse v0.2.7
4452026-05-11T15:13:52.545Z Compiling form_urlencoded v1.2.2
4462026-05-11T15:13:52.607Z Compiling pretty-hex v0.4.1
4472026-05-11T15:13:52.627Z Compiling ordered-float v2.10.1
4482026-05-11T15:13:52.644Z Compiling anstyle v1.0.13
4492026-05-11T15:13:52.683Z Compiling is_terminal_polyfill v1.70.2
4502026-05-11T15:13:52.716Z Compiling syn v2.0.117
4512026-05-11T15:13:52.768Z Compiling cfg-if v1.0.4
4522026-05-11T15:13:52.772Z Compiling anstyle-query v1.1.5
4532026-05-11T15:13:52.785Z Compiling colorchoice v1.0.4
4542026-05-11T15:13:52.861Z Compiling fs-err v3.3.0
4552026-05-11T15:13:52.916Z Compiling anstream v0.6.21
4562026-05-11T15:13:52.920Z Compiling bytecount v0.6.9
4572026-05-11T15:13:52.920Z Compiling strsim v0.11.1
4582026-05-11T15:13:52.920Z Compiling unicode-xid v0.2.6
4592026-05-11T15:13:52.985Z Compiling unicode-width v0.1.14
4602026-05-11T15:13:53.007Z Compiling heck v0.5.0
4612026-05-11T15:13:53.111Z Compiling heck v0.4.1
4622026-05-11T15:13:53.135Z Compiling clap_lex v1.0.0
4632026-05-11T15:13:53.183Z Compiling fnv v1.0.7
4642026-05-11T15:13:53.253Z Compiling anyhow v1.0.102
4652026-05-11T15:13:53.295Z Compiling once_cell v1.21.3
4662026-05-11T15:13:53.312Z Compiling terminal_size v0.4.3
4672026-05-11T15:13:53.332Z Compiling fastrand v2.3.0
4682026-05-11T15:13:53.352Z Compiling papergrid v0.11.0
4692026-05-11T15:13:53.390Z Compiling memmap v0.7.0
4702026-05-11T15:13:53.408Z Compiling unicode-width v0.2.0
4712026-05-11T15:13:53.450Z Compiling clap_builder v4.5.60
4722026-05-11T15:13:53.473Z Compiling smawk v0.3.2
4732026-05-11T15:13:53.493Z Compiling unicode-linebreak v0.1.5
4742026-05-11T15:13:53.525Z Compiling tempfile v3.25.0
4752026-05-11T15:13:53.639Z Compiling swrite v0.1.0
4762026-05-11T15:13:53.643Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4772026-05-11T15:13:53.695Z Compiling textwrap v0.16.2
4782026-05-11T15:13:53.856Z Compiling semver v1.0.28
4792026-05-11T15:13:54.152Z Compiling camino-tempfile v1.4.1
4802026-05-11T15:13:54.280Z Compiling serde-untagged v0.1.9
4812026-05-11T15:13:54.300Z Compiling tabled_derive v0.7.0
4822026-05-11T15:13:54.955Z Compiling tabled v0.15.0
4832026-05-11T15:13:55.262Z Compiling synstructure v0.13.2
4842026-05-11T15:13:55.262Z Compiling pest_generator v2.8.6
4852026-05-11T15:13:55.773Z Compiling serde_derive v1.0.228
4862026-05-11T15:13:55.773Z Compiling zerofrom-derive v0.1.6
4872026-05-11T15:13:55.776Z Compiling yoke-derive v0.8.1
4882026-05-11T15:13:55.776Z Compiling zerovec-derive v0.11.2
4892026-05-11T15:13:55.776Z Compiling displaydoc v0.2.5
4902026-05-11T15:13:55.776Z Compiling thiserror-impl v1.0.69
4912026-05-11T15:13:55.776Z Compiling zerocopy-derive v0.7.35
4922026-05-11T15:13:55.776Z Compiling scroll_derive v0.12.1
4932026-05-11T15:13:55.776Z Compiling thiserror-impl v2.0.18
4942026-05-11T15:13:55.776Z Compiling clap_derive v4.5.55
4952026-05-11T15:13:55.895Z Compiling pest_derive v2.8.6
4962026-05-11T15:13:56.442Z Compiling scroll v0.12.0
4972026-05-11T15:13:56.670Z Compiling goblin v0.8.2
4982026-05-11T15:13:56.721Z Compiling zerocopy v0.7.35
4992026-05-11T15:13:56.889Z Compiling zerofrom v0.1.6
5002026-05-11T15:13:57.008Z Compiling yoke v0.8.1
5012026-05-11T15:13:57.039Z Compiling dtrace-parser v0.2.0
5022026-05-11T15:13:57.160Z Compiling zerovec v0.11.5
5032026-05-11T15:13:57.160Z Compiling zerotrie v0.2.3
5042026-05-11T15:13:57.250Z Compiling clap v4.5.60
5052026-05-11T15:13:57.567Z Compiling tinystr v0.8.2
5062026-05-11T15:13:57.567Z Compiling potential_utf v0.1.4
5072026-05-11T15:13:57.737Z Compiling icu_collections v2.1.1
5082026-05-11T15:13:57.779Z Compiling icu_locale_core v2.1.1
5092026-05-11T15:13:58.308Z Compiling icu_provider v2.1.1
5102026-05-11T15:13:58.330Z Compiling toml_datetime v0.6.11
5112026-05-11T15:13:58.333Z Compiling serde_spanned v0.6.9
5122026-05-11T15:13:58.333Z Compiling dof v0.3.0
5132026-05-11T15:13:58.333Z Compiling serde_tokenstream v0.2.3
5142026-05-11T15:13:58.333Z Compiling serde-value v0.7.0
5152026-05-11T15:13:58.333Z Compiling cargo-platform v0.2.0
5162026-05-11T15:13:58.333Z Compiling macaddr v1.0.1
5172026-05-11T15:13:58.500Z Compiling toml_edit v0.22.27
5182026-05-11T15:13:58.528Z Compiling icu_properties v2.1.2
5192026-05-11T15:13:58.531Z Compiling icu_normalizer v2.1.1
5202026-05-11T15:13:59.088Z Compiling usdt-macro v0.5.0
5212026-05-11T15:13:59.089Z Compiling usdt-attr-macro v0.5.0
5222026-05-11T15:13:59.343Z Compiling idna_adapter v1.2.1
5232026-05-11T15:13:59.445Z Compiling idna v1.1.0
5242026-05-11T15:13:59.657Z Compiling usdt v0.5.0
5252026-05-11T15:13:59.695Z Compiling url v2.5.8
5262026-05-11T15:13:59.756Z Compiling toml v0.8.23
5272026-05-11T15:14:00.084Z Compiling cargo_toml v0.21.0
5282026-05-11T15:14:00.108Z Compiling cargo-util-schemas v0.8.2
5292026-05-11T15:14:00.896Z Compiling cargo_metadata v0.21.0
5302026-05-11T15:14:01.820Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5312026-05-11T15:14:03.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.92s
5322026-05-11T15:14:04.210Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5332026-05-11T15:14:04.764Z Downloading crates ...
5342026-05-11T15:14:04.860Z Downloaded adler2 v2.0.1
5352026-05-11T15:14:04.868Z Downloaded allocator-api2 v0.2.21
5362026-05-11T15:14:04.871Z Downloaded convert_case v0.4.0
5372026-05-11T15:14:04.874Z Downloaded aead v0.5.2
5382026-05-11T15:14:04.878Z Downloaded chacha20 v0.10.0
5392026-05-11T15:14:04.882Z Downloaded ctr v0.9.2
5402026-05-11T15:14:04.882Z Downloaded crc8 v0.1.1
5412026-05-11T15:14:04.885Z Downloaded crossbeam-epoch v0.9.18
5422026-05-11T15:14:04.885Z Downloaded bzip2 v0.6.1
5432026-05-11T15:14:04.885Z Downloaded crc32fast v1.5.0
5442026-05-11T15:14:04.889Z Downloaded deranged v0.5.8
5452026-05-11T15:14:04.889Z Downloaded ar_archive_writer v0.5.1
5462026-05-11T15:14:04.892Z Downloaded ahash v0.8.12
5472026-05-11T15:14:04.895Z Downloaded castaway v0.2.4
5482026-05-11T15:14:04.898Z Downloaded cargo-platform v0.1.9
5492026-05-11T15:14:04.901Z Downloaded cfg_aliases v0.1.1
5502026-05-11T15:14:04.901Z Downloaded bb8 v0.8.6
5512026-05-11T15:14:04.905Z Downloaded curve25519-dalek v4.1.3
5522026-05-11T15:14:04.911Z Downloaded fixedbitset v0.5.7
5532026-05-11T15:14:04.914Z Downloaded cancel-safe-futures v0.1.5
5542026-05-11T15:14:04.917Z Downloaded cstr-argument v0.1.2
5552026-05-11T15:14:04.917Z Downloaded diesel_table_macro_syntax v0.3.0
5562026-05-11T15:14:04.917Z Downloaded defmt-parser v1.0.0
5572026-05-11T15:14:04.917Z Downloaded ciborium-ll v0.2.2
5582026-05-11T15:14:04.920Z Downloaded diff v0.1.13
5592026-05-11T15:14:04.920Z Downloaded bit-set v0.8.0
5602026-05-11T15:14:04.923Z Downloaded camino-tempfile-ext v0.3.3
5612026-05-11T15:14:04.923Z Downloaded bit-set v0.5.3
5622026-05-11T15:14:04.924Z Downloaded argon2 v0.5.3
5632026-05-11T15:14:04.927Z Downloaded derive-where v1.6.0
5642026-05-11T15:14:04.931Z Downloaded cpufeatures v0.3.0
5652026-05-11T15:14:04.931Z Downloaded compression-core v0.4.31
5662026-05-11T15:14:04.932Z Downloaded cobs v0.3.0
5672026-05-11T15:14:04.935Z Downloaded cfg_aliases v0.2.1
5682026-05-11T15:14:04.935Z Downloaded array-init v0.0.4
5692026-05-11T15:14:04.935Z Downloaded filetime v0.2.27
5702026-05-11T15:14:04.935Z Downloaded dtrace-parser v0.3.0
5712026-05-11T15:14:04.935Z Downloaded base16ct v0.2.0
5722026-05-11T15:14:04.935Z Downloaded bitfield v0.19.4
5732026-05-11T15:14:04.939Z Downloaded async-bb8-diesel v0.2.1
5742026-05-11T15:14:04.939Z Downloaded ascii-canvas v3.0.0
5752026-05-11T15:14:04.942Z Downloaded dirs-next v2.0.0
5762026-05-11T15:14:04.942Z Downloaded darling_macro v0.21.3
5772026-05-11T15:14:04.942Z Downloaded crunchy v0.2.4
5782026-05-11T15:14:04.942Z Downloaded atty v0.2.14
5792026-05-11T15:14:04.946Z Downloaded float-cmp v0.10.0
5802026-05-11T15:14:04.946Z Downloaded dunce v1.0.5
5812026-05-11T15:14:04.946Z Downloaded block-padding v0.3.3
5822026-05-11T15:14:04.949Z Downloaded atomicwrites v0.4.4
5832026-05-11T15:14:04.949Z Downloaded curve25519-dalek-derive v0.1.1
5842026-05-11T15:14:04.952Z Downloaded dsl_auto_type v0.2.0
5852026-05-11T15:14:04.955Z Downloaded dyn-clone v1.0.20
5862026-05-11T15:14:04.959Z Downloaded embedded-io v0.6.1
5872026-05-11T15:14:04.963Z Downloaded ciborium-io v0.2.2
5882026-05-11T15:14:04.967Z Downloaded display-error-chain v0.2.2
5892026-05-11T15:14:04.970Z Downloaded debug-ignore v1.0.5
5902026-05-11T15:14:04.970Z Downloaded flagset v0.4.7
5912026-05-11T15:14:04.970Z Downloaded bitfield-struct v0.6.2
5922026-05-11T15:14:04.974Z Downloaded async-stream v0.3.6
5932026-05-11T15:14:04.974Z Downloaded assert_matches v1.5.0
5942026-05-11T15:14:04.974Z Downloaded darling_macro v0.20.11
5952026-05-11T15:14:04.974Z Downloaded foreign-types v0.3.2
5962026-05-11T15:14:04.977Z Downloaded crc-catalog v2.4.0
5972026-05-11T15:14:04.977Z Downloaded crucible-workspace-hack v0.1.0
5982026-05-11T15:14:04.977Z Downloaded async-stream-impl v0.3.6
5992026-05-11T15:14:04.980Z Downloaded endian-type v0.1.2
6002026-05-11T15:14:04.980Z Downloaded foreign-types v0.5.0
6012026-05-11T15:14:04.980Z Downloaded derive_builder_macro v0.20.2
6022026-05-11T15:14:04.981Z Downloaded crc v3.4.0
6032026-05-11T15:14:04.985Z Downloaded document-features v0.2.12
6042026-05-11T15:14:04.985Z Downloaded bitfield-macros v0.19.4
6052026-05-11T15:14:04.985Z Downloaded arrayref v0.3.9
6062026-05-11T15:14:04.985Z Downloaded defmt v0.3.100
6072026-05-11T15:14:04.988Z Downloaded darling_macro v0.23.0
6082026-05-11T15:14:04.988Z Downloaded foreign-types-shared v0.3.1
6092026-05-11T15:14:04.988Z Downloaded cexpr v0.6.0
6102026-05-11T15:14:04.992Z Downloaded funty v2.0.0
6112026-05-11T15:14:04.992Z Downloaded foreign-types-shared v0.1.1
6122026-05-11T15:14:04.992Z Downloaded foreign-types-macros v0.2.3
6132026-05-11T15:14:04.992Z Downloaded bcs v0.1.6
6142026-05-11T15:14:04.996Z Downloaded backoff v0.4.0
6152026-05-11T15:14:04.999Z Downloaded float-ord v0.3.2
6162026-05-11T15:14:05.003Z Downloaded byte-wrapper v0.1.0
6172026-05-11T15:14:05.003Z Downloaded diesel-dtrace v0.5.0
6182026-05-11T15:14:05.006Z Downloaded fallible-iterator v0.2.0
6192026-05-11T15:14:05.006Z Downloaded compact_str v0.8.1
6202026-05-11T15:14:05.009Z Downloaded derive-ex v0.1.8
6212026-05-11T15:14:05.009Z Downloaded futures-macro v0.3.32
6222026-05-11T15:14:05.012Z Downloaded erased-serde v0.3.31
6232026-05-11T15:14:05.012Z Downloaded futures-task v0.3.32
6242026-05-11T15:14:05.012Z Downloaded futures-io v0.3.32
6252026-05-11T15:14:05.016Z Downloaded gethostname v0.5.0
6262026-05-11T15:14:05.016Z Downloaded fxhash v0.2.1
6272026-05-11T15:14:05.016Z Downloaded dof v0.4.0
6282026-05-11T15:14:05.019Z Downloaded git-stub v1.0.0
6292026-05-11T15:14:05.019Z Downloaded downcast-rs v2.0.2
6302026-05-11T15:14:05.023Z Downloaded globwalk v0.9.1
6312026-05-11T15:14:05.023Z Downloaded hash32 v0.3.1
6322026-05-11T15:14:05.023Z Downloaded futures-core v0.3.32
6332026-05-11T15:14:05.026Z Downloaded dirs-sys-next v0.1.2
6342026-05-11T15:14:05.026Z Downloaded hash32 v0.2.1
6352026-05-11T15:14:05.026Z Downloaded fixedbitset v0.4.2
6362026-05-11T15:14:05.027Z Downloaded fd-lock v4.0.4
6372026-05-11T15:14:05.030Z Downloaded dropshot-api-manager-types v0.7.1
6382026-05-11T15:14:05.033Z Downloaded cassowary v0.3.0
6392026-05-11T15:14:05.033Z Downloaded enum-as-inner v0.6.1
6402026-05-11T15:14:05.033Z Downloaded cmake v0.1.57
6412026-05-11T15:14:05.036Z Downloaded cbc v0.1.2
6422026-05-11T15:14:05.036Z Downloaded bit-vec v0.6.3
6432026-05-11T15:14:05.036Z Downloaded blowfish v0.9.1
6442026-05-11T15:14:05.040Z Downloaded difflib v0.4.0
6452026-05-11T15:14:05.040Z Downloaded bitflags v1.3.2
6462026-05-11T15:14:05.040Z Downloaded chacha20 v0.9.1
6472026-05-11T15:14:05.043Z Downloaded bit-vec v0.8.0
6482026-05-11T15:14:05.043Z Downloaded atomic-waker v1.1.2
6492026-05-11T15:14:05.043Z Downloaded bcrypt-pbkdf v0.10.0
6502026-05-11T15:14:05.047Z Downloaded arrayvec v0.7.6
6512026-05-11T15:14:05.047Z Downloaded base64ct v1.8.3
6522026-05-11T15:14:05.050Z Downloaded convert_case v0.10.0
6532026-05-11T15:14:05.050Z Downloaded hex v0.4.3
6542026-05-11T15:14:05.050Z Downloaded corncobs v0.1.4
6552026-05-11T15:14:05.053Z Downloaded constant_time_eq v0.4.2
6562026-05-11T15:14:05.053Z Downloaded cargo_metadata v0.19.2
6572026-05-11T15:14:05.053Z Downloaded const_format_proc_macros v0.2.34
6582026-05-11T15:14:05.057Z Downloaded headers-core v0.3.0
6592026-05-11T15:14:05.057Z Downloaded foldhash v0.1.5
6602026-05-11T15:14:05.057Z Downloaded csv-core v0.1.13
6612026-05-11T15:14:05.060Z Downloaded critical-section v1.2.0
6622026-05-11T15:14:05.060Z Downloaded hex-literal v0.4.1
6632026-05-11T15:14:05.060Z Downloaded darling_core v0.21.3
6642026-05-11T15:14:05.063Z Downloaded ff v0.13.1
6652026-05-11T15:14:05.067Z Downloaded ecdsa v0.16.9
6662026-05-11T15:14:05.067Z Downloaded der_derive v0.7.3
6672026-05-11T15:14:05.067Z Downloaded defmt v1.0.1
6682026-05-11T15:14:05.070Z Downloaded colored v3.1.1
6692026-05-11T15:14:05.074Z Downloaded ed25519 v2.2.3
6702026-05-11T15:14:05.074Z Downloaded backon v1.6.0
6712026-05-11T15:14:05.078Z Downloaded darling v0.21.3
6722026-05-11T15:14:05.081Z Downloaded hubpack v0.1.2
6732026-05-11T15:14:05.081Z Downloaded futures-sink v0.3.32
6742026-05-11T15:14:05.081Z Downloaded futures-executor v0.3.32
6752026-05-11T15:14:05.085Z Downloaded defmt-macros v1.0.1
6762026-05-11T15:14:05.085Z Downloaded darling v0.23.0
6772026-05-11T15:14:05.088Z Downloaded http-range v0.1.5
6782026-05-11T15:14:05.088Z Downloaded group v0.13.0
6792026-05-11T15:14:05.092Z Downloaded ident_case v1.0.1
6802026-05-11T15:14:05.092Z Downloaded hostname v0.4.2
6812026-05-11T15:14:05.092Z Downloaded hyper-tls v0.6.0
6822026-05-11T15:14:05.095Z Downloaded hubpack_derive v0.1.1
6832026-05-11T15:14:05.095Z Downloaded httpdate v1.0.3
6842026-05-11T15:14:05.095Z Downloaded git-stub-vcs v0.1.0
6852026-05-11T15:14:05.095Z Downloaded indent_write v2.2.0
6862026-05-11T15:14:05.098Z Downloaded http-body v1.0.1
6872026-05-11T15:14:05.098Z Downloaded hostname v0.3.1
6882026-05-11T15:14:05.098Z Downloaded cipher v0.4.4
6892026-05-11T15:14:05.102Z Downloaded inout v0.1.4
6902026-05-11T15:14:05.102Z Downloaded buf-list v1.1.2
6912026-05-11T15:14:05.102Z Downloaded foldhash v0.2.0
6922026-05-11T15:14:05.105Z Downloaded crossbeam-channel v0.5.15
6932026-05-11T15:14:05.105Z Downloaded cookie_store v0.22.1
6942026-05-11T15:14:05.109Z Downloaded glob v0.3.3
6952026-05-11T15:14:05.109Z Downloaded derive_builder_core v0.20.2
6962026-05-11T15:14:05.112Z Downloaded data-encoding v2.10.0
6972026-05-11T15:14:05.112Z Downloaded crossbeam-deque v0.8.6
6982026-05-11T15:14:05.112Z Downloaded console v0.15.11
6992026-05-11T15:14:05.116Z Downloaded find-msvc-tools v0.1.9
7002026-05-11T15:14:05.116Z Downloaded bzip2 v0.4.4
7012026-05-11T15:14:05.119Z Downloaded const-oid v0.9.6
7022026-05-11T15:14:05.119Z Downloaded ena v0.14.4
7032026-05-11T15:14:05.119Z Downloaded ghash v0.5.1
7042026-05-11T15:14:05.122Z Downloaded fs_extra v1.3.0
7052026-05-11T15:14:05.123Z Downloaded indoc v1.0.9
7062026-05-11T15:14:05.123Z Downloaded ciborium v0.2.2
7072026-05-11T15:14:05.126Z Downloaded either v1.15.0
7082026-05-11T15:14:05.139Z Downloaded internet-checksum v0.2.1
7092026-05-11T15:14:05.139Z Downloaded des v0.8.1
7102026-05-11T15:14:05.139Z Downloaded daft v0.1.5
7112026-05-11T15:14:05.139Z Downloaded blake2 v0.10.6
7122026-05-11T15:14:05.139Z Downloaded clang-sys v1.8.1
7132026-05-11T15:14:05.139Z Downloaded is_ci v1.2.0
7142026-05-11T15:14:05.139Z Downloaded home v0.5.12
7152026-05-11T15:14:05.139Z Downloaded crossbeam-utils v0.8.21
7162026-05-11T15:14:05.139Z Downloaded env_logger v0.11.9
7172026-05-11T15:14:05.139Z Downloaded libscf-sys v1.1.0
7182026-05-11T15:14:05.145Z Downloaded const_format v0.2.35
7192026-05-11T15:14:05.145Z Downloaded futures-channel v0.3.32
7202026-05-11T15:14:05.145Z Downloaded console v0.16.2
7212026-05-11T15:14:05.148Z Downloaded http-body-util v0.1.3
7222026-05-11T15:14:05.148Z Downloaded getrandom v0.2.17
7232026-05-11T15:14:05.148Z Downloaded fs-err v2.11.0
7242026-05-11T15:14:05.151Z Downloaded globset v0.4.18
7252026-05-11T15:14:05.151Z Downloaded async-trait v0.1.89
7262026-05-11T15:14:05.154Z Downloaded keccak v0.1.6
7272026-05-11T15:14:05.154Z Downloaded linked-hash-map v0.5.6
7282026-05-11T15:14:05.154Z Downloaded lalrpop-util v0.19.12
7292026-05-11T15:14:05.158Z Downloaded der v0.7.10
7302026-05-11T15:14:05.161Z Downloaded darling v0.20.11
7312026-05-11T15:14:05.165Z Downloaded match_cfg v0.1.0
7322026-05-11T15:14:05.165Z Downloaded lazy_static v1.5.0
7332026-05-11T15:14:05.165Z Downloaded is-terminal v0.4.17
7342026-05-11T15:14:05.165Z Downloaded maybe-uninit v2.0.0
7352026-05-11T15:14:05.168Z Downloaded maplit v1.0.2
7362026-05-11T15:14:05.168Z Downloaded lru-slab v0.1.2
7372026-05-11T15:14:05.168Z Downloaded lru-cache v0.1.2
7382026-05-11T15:14:05.168Z Downloaded lru v0.12.5
7392026-05-11T15:14:05.168Z Downloaded instant v0.1.13
7402026-05-11T15:14:05.171Z Downloaded newline-converter v0.3.0
7412026-05-11T15:14:05.171Z Downloaded managed v0.8.0
7422026-05-11T15:14:05.171Z Downloaded crc-any v2.5.0
7432026-05-11T15:14:05.175Z Downloaded instability v0.3.11
7442026-05-11T15:14:05.175Z Downloaded ingot v0.1.1
7452026-05-11T15:14:05.175Z Downloaded half v1.8.3
7462026-05-11T15:14:05.178Z Downloaded lzss v0.8.2
7472026-05-11T15:14:05.178Z Downloaded kstat-rs v0.2.4
7482026-05-11T15:14:05.181Z Downloaded indoc v2.0.7
7492026-05-11T15:14:05.181Z Downloaded memoffset v0.9.1
7502026-05-11T15:14:05.181Z Downloaded impl-trait-for-tuples v0.2.3
7512026-05-11T15:14:05.185Z Downloaded highway v1.3.0
7522026-05-11T15:14:05.185Z Downloaded mime v0.3.17
7532026-05-11T15:14:05.185Z Downloaded md5 v0.7.0
7542026-05-11T15:14:05.188Z Downloaded new_debug_unreachable v1.0.6
7552026-05-11T15:14:05.188Z Downloaded dropshot_endpoint v0.17.0
7562026-05-11T15:14:05.191Z Downloaded cookie v0.18.1
7572026-05-11T15:14:05.191Z Downloaded arc-swap v1.8.2
7582026-05-11T15:14:05.194Z Downloaded humantime v2.3.0
7592026-05-11T15:14:05.194Z Downloaded aes v0.8.4
7602026-05-11T15:14:05.197Z Downloaded nodrop v0.1.14
7612026-05-11T15:14:05.197Z Downloaded drift v0.1.4
7622026-05-11T15:14:05.203Z Downloaded ipnetwork v0.21.1
7632026-05-11T15:14:05.206Z Downloaded newtype_derive v0.1.6
7642026-05-11T15:14:05.206Z Downloaded jobserver v0.1.34
7652026-05-11T15:14:05.209Z Downloaded ipnet v2.11.0
7662026-05-11T15:14:05.209Z Downloaded nibble_vec v0.1.0
7672026-05-11T15:14:05.209Z Downloaded num v0.4.3
7682026-05-11T15:14:05.212Z Downloaded ingot-types v0.1.2
7692026-05-11T15:14:05.212Z Downloaded num-derive v0.4.2
7702026-05-11T15:14:05.212Z Downloaded num-iter v0.1.45
7712026-05-11T15:14:05.215Z Downloaded num-derive v0.3.3
7722026-05-11T15:14:05.215Z Downloaded multimap v0.10.1
7732026-05-11T15:14:05.215Z Downloaded num_threads v0.1.7
7742026-05-11T15:14:05.215Z Downloaded normalize-line-endings v0.3.0
7752026-05-11T15:14:05.219Z Downloaded nonempty v0.12.0
7762026-05-11T15:14:05.219Z Downloaded colored v2.2.0
7772026-05-11T15:14:05.219Z Downloaded daft-derive v0.1.5
7782026-05-11T15:14:05.222Z Downloaded httparse v1.10.1
7792026-05-11T15:14:05.226Z Downloaded fatfs v0.3.6
7802026-05-11T15:14:05.226Z Downloaded env_filter v1.0.0
7812026-05-11T15:14:05.226Z Downloaded embedded-io v0.4.0
7822026-05-11T15:14:05.229Z Downloaded linear-map v1.2.0
7832026-05-11T15:14:05.229Z Downloaded dropshot_endpoint v0.16.7
7842026-05-11T15:14:05.232Z Downloaded md-5 v0.10.6
7852026-05-11T15:14:05.232Z Downloaded lock_api v0.4.14
7862026-05-11T15:14:05.232Z Downloaded libsw-core v0.3.2
7872026-05-11T15:14:05.235Z Downloaded futures v0.3.32
7882026-05-11T15:14:05.239Z Downloaded libefi-sys v0.1.0
7892026-05-11T15:14:05.239Z Downloaded opaque-debug v0.3.1
7902026-05-11T15:14:05.239Z Downloaded newtype-uuid-macros v0.1.0
7912026-05-11T15:14:05.239Z Downloaded half v2.7.1
7922026-05-11T15:14:05.242Z Downloaded derive_more-impl v2.1.1
7932026-05-11T15:14:05.245Z Downloaded chacha20poly1305 v0.10.1
7942026-05-11T15:14:05.245Z Downloaded libloading v0.8.9
7952026-05-11T15:14:05.249Z Downloaded num-conv v0.2.0
7962026-05-11T15:14:05.249Z Downloaded compression-codecs v0.4.37
7972026-05-11T15:14:05.253Z Downloaded multer v3.1.0
7982026-05-11T15:14:05.253Z Downloaded async-recursion v1.1.1
7992026-05-11T15:14:05.256Z Downloaded packed_struct_codegen v0.10.1
8002026-05-11T15:14:05.256Z Downloaded olpc-cjson v0.1.4
8012026-05-11T15:14:05.256Z Downloaded darling_core v0.23.0
8022026-05-11T15:14:05.261Z Downloaded bumpalo v3.20.2
8032026-05-11T15:14:05.264Z Downloaded elliptic-curve v0.13.8
8042026-05-11T15:14:05.270Z Downloaded parse-display v0.10.0
8052026-05-11T15:14:05.274Z Downloaded base64 v0.22.1
8062026-05-11T15:14:05.278Z Downloaded nu-ansi-term v0.50.3
8072026-05-11T15:14:05.282Z Downloaded phf_shared v0.13.1
8082026-05-11T15:14:05.282Z Downloaded phf_shared v0.12.1
8092026-05-11T15:14:05.282Z Downloaded phf_shared v0.11.3
8102026-05-11T15:14:05.285Z Downloaded aes-gcm v0.10.3
8112026-05-11T15:14:05.299Z Downloaded num_enum_derive v0.5.11
8122026-05-11T15:14:05.302Z Downloaded num_enum v0.7.5
8132026-05-11T15:14:05.305Z Downloaded num-rational v0.4.2
8142026-05-11T15:14:05.305Z Downloaded libsw v3.5.0
8152026-05-11T15:14:05.305Z Downloaded indexmap v1.9.3
8162026-05-11T15:14:05.308Z Downloaded litrs v1.0.0
8172026-05-11T15:14:05.311Z Downloaded ignore v0.4.25
8182026-05-11T15:14:05.311Z Downloaded getrandom v0.3.4
8192026-05-11T15:14:05.314Z Downloaded openssl-macros v0.1.1
8202026-05-11T15:14:05.314Z Downloaded powerfmt v0.2.0
8212026-05-11T15:14:05.317Z Downloaded predicates-core v1.0.10
8222026-05-11T15:14:05.317Z Downloaded precomputed-hash v0.1.1
8232026-05-11T15:14:05.317Z Downloaded bytes v1.11.1
8242026-05-11T15:14:05.321Z Downloaded base64 v0.21.7
8252026-05-11T15:14:05.324Z Downloaded oso-derive v0.27.3
8262026-05-11T15:14:05.324Z Downloaded openssl-probe v0.2.1
8272026-05-11T15:14:05.324Z Downloaded predicates-tree v1.0.13
8282026-05-11T15:14:05.324Z Downloaded hyper-rustls v0.27.7
8292026-05-11T15:14:05.327Z Downloaded hmac v0.12.1
8302026-05-11T15:14:05.331Z Downloaded proc-macro-error-attr2 v2.0.0
8312026-05-11T15:14:05.331Z Downloaded proc-macro-crate v3.4.0
8322026-05-11T15:14:05.331Z Downloaded proc-macro-crate v1.3.1
8332026-05-11T15:14:05.334Z Downloaded cc v1.2.56
8342026-05-11T15:14:05.338Z Downloaded packed_struct v0.10.1
8352026-05-11T15:14:05.338Z Downloaded paste v1.0.15
8362026-05-11T15:14:05.341Z Downloaded password-hash v0.4.2
8372026-05-11T15:14:05.341Z Downloaded mime_guess v2.0.5
8382026-05-11T15:14:05.344Z Downloaded parse-display-derive v0.10.0
8392026-05-11T15:14:05.344Z Downloaded password-hash v0.5.0
8402026-05-11T15:14:05.344Z Downloaded progenitor-client v0.14.0
8412026-05-11T15:14:05.347Z Downloaded progenitor-client v0.10.0
8422026-05-11T15:14:05.347Z Downloaded parking_lot_core v0.8.6
8432026-05-11T15:14:05.351Z Downloaded path-slash v0.1.5
8442026-05-11T15:14:05.354Z Downloaded phf v0.13.1
8452026-05-11T15:14:05.358Z Downloaded derive_more v2.1.1
8462026-05-11T15:14:05.362Z Downloaded pin-project-lite v0.2.17
8472026-05-11T15:14:05.366Z Downloaded psl-types v2.0.11
8482026-05-11T15:14:05.369Z Downloaded pin-project-internal v1.1.11
8492026-05-11T15:14:05.369Z Downloaded progenitor-macro v0.13.0
8502026-05-11T15:14:05.369Z Downloaded progenitor-macro v0.10.0
8512026-05-11T15:14:05.369Z Downloaded derive_more v0.99.20
8522026-05-11T15:14:05.373Z Downloaded indicatif v0.18.4
8532026-05-11T15:14:05.376Z Downloaded phf v0.12.1
8542026-05-11T15:14:05.376Z Downloaded nanorand v0.7.0
8552026-05-11T15:14:05.379Z Downloaded omicron-zone-package v0.12.2
8562026-05-11T15:14:05.379Z Downloaded peg-runtime v0.8.5
8572026-05-11T15:14:05.379Z Downloaded parse-size v1.1.0
8582026-05-11T15:14:05.382Z Downloaded radium v0.7.0
8592026-05-11T15:14:05.382Z Downloaded pbkdf2 v0.11.0
8602026-05-11T15:14:05.387Z Downloaded native-tls v0.2.18
8612026-05-11T15:14:05.387Z Downloaded ingot-macros v0.1.1
8622026-05-11T15:14:05.387Z Downloaded hyper-staticfile v0.10.1
8632026-05-11T15:14:05.390Z Downloaded pin-utils v0.1.0
8642026-05-11T15:14:05.390Z Downloaded async-compression v0.4.41
8652026-05-11T15:14:05.395Z Downloaded predicates v3.1.4
8662026-05-11T15:14:05.395Z Downloaded headers v0.4.1
8672026-05-11T15:14:05.399Z Downloaded progenitor v0.10.0
8682026-05-11T15:14:05.399Z Downloaded newtype-uuid v1.3.2
8692026-05-11T15:14:05.399Z Downloaded iana-time-zone v0.1.65
8702026-05-11T15:14:05.402Z Downloaded rand_chacha v0.3.1
8712026-05-11T15:14:05.402Z Downloaded progenitor v0.11.2
8722026-05-11T15:14:05.405Z Downloaded hickory-resolver v0.24.4
8732026-05-11T15:14:05.405Z Downloaded derive_builder v0.20.2
8742026-05-11T15:14:05.408Z Downloaded progenitor v0.14.0
8752026-05-11T15:14:05.411Z Downloaded rand_xorshift v0.4.0
8762026-05-11T15:14:05.411Z Downloaded pem v3.0.6
8772026-05-11T15:14:05.411Z Downloaded parking_lot_core v0.9.12
8782026-05-11T15:14:05.415Z Downloaded libbz2-rs-sys v0.2.2
8792026-05-11T15:14:05.419Z Downloaded hickory-resolver v0.25.2
8802026-05-11T15:14:05.422Z Downloaded num-complex v0.4.6
8812026-05-11T15:14:05.425Z Downloaded progenitor-extras v0.2.0
8822026-05-11T15:14:05.430Z Downloaded ref-cast v1.0.25
8832026-05-11T15:14:05.433Z Downloaded num_enum v0.5.11
8842026-05-11T15:14:05.437Z Downloaded postcard v1.1.3
8852026-05-11T15:14:05.440Z Downloaded postgres-types v0.2.12
8862026-05-11T15:14:05.443Z Downloaded openssl-probe v0.1.6
8872026-05-11T15:14:05.444Z Downloaded num_enum_derive v0.7.5
8882026-05-11T15:14:05.450Z Downloaded owo-colors v4.3.0
8892026-05-11T15:14:05.454Z Downloaded r2d2 v0.8.10
8902026-05-11T15:14:05.458Z Downloaded memmap2 v0.9.10
8912026-05-11T15:14:05.458Z Downloaded oxnet v0.1.4
8922026-05-11T15:14:05.461Z Downloaded progenitor-macro v0.11.2
8932026-05-11T15:14:05.461Z Downloaded progenitor-client v0.11.2
8942026-05-11T15:14:05.461Z Downloaded p256 v0.13.2
8952026-05-11T15:14:05.464Z Downloaded progenitor-macro v0.14.0
8962026-05-11T15:14:05.468Z Downloaded rfc6979 v0.4.0
8972026-05-11T15:14:05.471Z Downloaded rtoolbox v0.0.3
8982026-05-11T15:14:05.474Z Downloaded parking_lot v0.12.5
8992026-05-11T15:14:05.474Z Downloaded pem-rfc7468 v0.7.0
9002026-05-11T15:14:05.478Z Downloaded rand_chacha v0.9.0
9012026-05-11T15:14:05.478Z Downloaded pkcs8 v0.10.2
9022026-05-11T15:14:05.481Z Downloaded peg-macros v0.8.5
9032026-05-11T15:14:05.481Z Downloaded ref-cast-impl v1.0.25
9042026-05-11T15:14:05.481Z Downloaded recursive-proc-macro-impl v0.1.1
9052026-05-11T15:14:05.481Z Downloaded russh-cryptovec v0.7.3
9062026-05-11T15:14:05.485Z Downloaded recursive v0.1.1
9072026-05-11T15:14:05.485Z Downloaded peg v0.8.5
9082026-05-11T15:14:05.488Z Downloaded pbkdf2 v0.12.2
9092026-05-11T15:14:05.488Z Downloaded flume v0.11.1
9102026-05-11T15:14:05.488Z Downloaded poly1305 v0.8.0
9112026-05-11T15:14:05.492Z Downloaded ed25519-dalek v2.2.0
9122026-05-11T15:14:05.492Z Downloaded rand_core v0.10.0
9132026-05-11T15:14:05.495Z Downloaded pin-project v1.1.11
9142026-05-11T15:14:05.502Z Downloaded polyval v0.6.2
9152026-05-11T15:14:05.505Z Downloaded rustc_version v0.1.7
9162026-05-11T15:14:05.505Z Downloaded rustc_version v0.4.1
9172026-05-11T15:14:05.505Z Downloaded rustc-hash v2.1.1
9182026-05-11T15:14:05.509Z Downloaded pkg-config v0.3.32
9192026-05-11T15:14:05.509Z Downloaded crypto-bigint v0.5.5
9202026-05-11T15:14:05.512Z Downloaded pkcs1 v0.7.5
9212026-05-11T15:14:05.515Z Downloaded minimal-lexical v0.2.1
9222026-05-11T15:14:05.515Z Downloaded openssl-sys v0.9.114
9232026-05-11T15:14:05.519Z Downloaded progenitor v0.13.0
9242026-05-11T15:14:05.523Z Downloaded primeorder v0.13.6
9252026-05-11T15:14:05.523Z Downloaded ppv-lite86 v0.2.21
9262026-05-11T15:14:05.524Z Downloaded num-integer v0.1.46
9272026-05-11T15:14:05.524Z Downloaded salsa20 v0.10.2
9282026-05-11T15:14:05.527Z Downloaded same-file v1.0.6
9292026-05-11T15:14:05.530Z Downloaded scopeguard v1.2.0
9302026-05-11T15:14:05.533Z Downloaded resolv-conf v0.7.6
9312026-05-11T15:14:05.537Z Downloaded progenitor-client v0.13.0
9322026-05-11T15:14:05.537Z Downloaded parking_lot v0.11.2
9332026-05-11T15:14:05.540Z Downloaded quinn-udp v0.5.14
9342026-05-11T15:14:05.540Z Downloaded psm v0.1.30
9352026-05-11T15:14:05.543Z Downloaded secrecy v0.8.0
9362026-05-11T15:14:05.544Z Downloaded scrypt v0.11.0
9372026-05-11T15:14:05.544Z Downloaded oxide-tokio-rt v0.1.4
9382026-05-11T15:14:05.547Z Downloaded flate2 v1.1.9
9392026-05-11T15:14:05.550Z Downloaded quick-error v1.2.3
9402026-05-11T15:14:05.550Z Downloaded rand_seeder v0.4.0
9412026-05-11T15:14:05.553Z Downloaded scroll_derive v0.13.1
9422026-05-11T15:14:05.553Z Downloaded scheduled-thread-pool v0.2.7
9432026-05-11T15:14:05.553Z Downloaded serde-big-array v0.5.1
9442026-05-11T15:14:05.557Z Downloaded semver v0.1.20
9452026-05-11T15:14:05.557Z Downloaded seq-macro v0.3.6
9462026-05-11T15:14:05.557Z Downloaded secrecy v0.10.3
9472026-05-11T15:14:05.560Z Downloaded crossterm v0.28.1
9482026-05-11T15:14:05.563Z Downloaded expectorate v1.2.0
9492026-05-11T15:14:05.566Z Downloaded progenitor-impl v0.11.2
9502026-05-11T15:14:05.566Z Downloaded rand_core v0.9.5
9512026-05-11T15:14:05.566Z Downloaded pkcs5 v0.7.1
9522026-05-11T15:14:05.569Z Downloaded postgres-protocol v0.6.10
9532026-05-11T15:14:05.573Z Downloaded darling_core v0.20.11
9542026-05-11T15:14:05.576Z Downloaded serde_spanned v1.0.4
9552026-05-11T15:14:05.576Z Downloaded aho-corasick v1.1.4
9562026-05-11T15:14:05.579Z Downloaded rustls-pemfile v2.2.0
9572026-05-11T15:14:05.582Z Downloaded rustls-pemfile v1.0.4
9582026-05-11T15:14:05.586Z Downloaded proc-macro-error2 v2.0.1
9592026-05-11T15:14:05.586Z Downloaded heapless v0.7.17
9602026-05-11T15:14:05.589Z Downloaded rusty-fork v0.3.1
9612026-05-11T15:14:05.589Z Downloaded rustls-native-certs v0.8.3
9622026-05-11T15:14:05.592Z Downloaded sha1 v0.10.6
9632026-05-11T15:14:05.595Z Downloaded sigpipe v0.1.3
9642026-05-11T15:14:05.595Z Downloaded shell-words v1.1.1
9652026-05-11T15:14:05.595Z Downloaded signal-hook-mio v0.2.5
9662026-05-11T15:14:05.599Z Downloaded diesel_derives v2.3.7
9672026-05-11T15:14:05.602Z Downloaded signature v2.2.0
9682026-05-11T15:14:05.602Z Downloaded miniz_oxide v0.8.9
9692026-05-11T15:14:05.605Z Downloaded signal-hook-tokio v0.3.1
9702026-05-11T15:14:05.605Z Downloaded papergrid v0.17.0
9712026-05-11T15:14:05.608Z Downloaded oso v0.27.3
9722026-05-11T15:14:05.612Z Downloaded rustversion v1.0.22
9732026-05-11T15:14:05.615Z Downloaded hyper-util v0.1.20
9742026-05-11T15:14:05.618Z Downloaded schemars_derive v0.8.22
9752026-05-11T15:14:05.618Z Downloaded sapling-renderdag v0.1.0
9762026-05-11T15:14:05.621Z Downloaded serde_repr v0.1.20
9772026-05-11T15:14:05.621Z Downloaded slog-envlogger v2.2.0
9782026-05-11T15:14:05.621Z Downloaded slog-bunyan v2.5.0
9792026-05-11T15:14:05.625Z Downloaded serde-hex v0.1.0
9802026-05-11T15:14:05.625Z Downloaded serde_plain v1.0.2
9812026-05-11T15:14:05.625Z Downloaded rand_core v0.6.4
9822026-05-11T15:14:05.629Z Downloaded scroll v0.13.0
9832026-05-11T15:14:05.629Z Downloaded hashbrown v0.12.3
9842026-05-11T15:14:05.634Z Downloaded prettyplease v0.2.37
9852026-05-11T15:14:05.640Z Downloaded serde_derive_internals v0.29.1
9862026-05-11T15:14:05.643Z Downloaded sct v0.7.1
9872026-05-11T15:14:05.649Z Downloaded rustls-pki-types v1.14.0
9882026-05-11T15:14:05.652Z Downloaded heapless v0.8.0
9892026-05-11T15:14:05.656Z Downloaded progenitor-impl v0.10.0
9902026-05-11T15:14:05.659Z Downloaded russh-keys v0.45.0
9912026-05-11T15:14:05.659Z Downloaded serde_bytes v0.11.19
9922026-05-11T15:14:05.662Z Downloaded signal-hook-registry v1.4.8
9932026-05-11T15:14:05.665Z Downloaded ssh-cipher v0.2.0
9942026-05-11T15:14:05.672Z Downloaded sqlparser_derive v0.5.0
9952026-05-11T15:14:05.672Z Downloaded progenitor-impl v0.14.0
9962026-05-11T15:14:05.676Z Downloaded structmeta-derive v0.3.0
9972026-05-11T15:14:05.676Z Downloaded serde_urlencoded v0.7.1
9982026-05-11T15:14:05.679Z Downloaded strum v0.27.2
9992026-05-11T15:14:05.679Z Downloaded simd-adler32 v0.3.8
10002026-05-11T15:14:05.682Z Downloaded structmeta v0.3.0
10012026-05-11T15:14:05.682Z Downloaded strum v0.26.3
10022026-05-11T15:14:05.682Z Downloaded strip-ansi-escapes v0.2.1
10032026-05-11T15:14:05.682Z Downloaded jiff-static v0.2.21
10042026-05-11T15:14:05.685Z Downloaded shlex v1.3.0
10052026-05-11T15:14:05.685Z Downloaded serde_path_to_error v0.1.20
10062026-05-11T15:14:05.688Z Downloaded slog-async v2.8.0
10072026-05-11T15:14:05.693Z Downloaded slog-scope v4.4.1
10082026-05-11T15:14:05.693Z Downloaded slog-json v2.6.1
10092026-05-11T15:14:05.697Z Downloaded sync-ptr v0.1.4
10102026-05-11T15:14:05.697Z Downloaded take_mut v0.2.2
10112026-05-11T15:14:05.697Z Downloaded supports-color v3.0.2
10122026-05-11T15:14:05.700Z Downloaded slab v0.4.12
10132026-05-11T15:14:05.700Z Downloaded tabled_derive v0.11.0
10142026-05-11T15:14:05.700Z Downloaded sync_wrapper v1.0.2
10152026-05-11T15:14:05.707Z Downloaded subtle v2.6.1
10162026-05-11T15:14:05.707Z Downloaded siphasher v1.0.2
10172026-05-11T15:14:05.714Z Downloaded prefix-trie v0.7.0
10182026-05-11T15:14:05.714Z Downloaded hashbrown v0.15.5
10192026-05-11T15:14:05.717Z Downloaded smf v0.2.3
10202026-05-11T15:14:05.717Z Downloaded smallvec v0.6.14
10212026-05-11T15:14:05.717Z Downloaded tabwriter v1.4.1
10222026-05-11T15:14:05.717Z Downloaded ron v0.8.1
10232026-05-11T15:14:05.721Z Downloaded tap v1.0.1
10242026-05-11T15:14:05.724Z Downloaded thiserror-impl-no-std v2.0.2
10252026-05-11T15:14:05.724Z Downloaded slog-dtrace v0.3.0
10262026-05-11T15:14:05.724Z Downloaded thread-id v5.1.0
10272026-05-11T15:14:05.724Z Downloaded serde_cbor v0.11.2
10282026-05-11T15:14:05.727Z Downloaded tinyvec_macros v0.1.1
10292026-05-11T15:14:05.727Z Downloaded slog-stdlog v4.1.1
10302026-05-11T15:14:05.727Z Downloaded spki v0.7.3
10312026-05-11T15:14:05.730Z Downloaded slog-term v2.9.2
10322026-05-11T15:14:05.730Z Downloaded sec1 v0.7.3
10332026-05-11T15:14:05.733Z Downloaded pretty_assertions v1.4.1
10342026-05-11T15:14:05.733Z Downloaded rustls-platform-verifier v0.6.2
10352026-05-11T15:14:05.736Z Downloaded ryu v1.0.23
10362026-05-11T15:14:05.740Z Downloaded time-core v0.1.8
10372026-05-11T15:14:05.740Z Downloaded snafu-derive v0.8.9
10382026-05-11T15:14:05.740Z Downloaded ssh-encoding v0.2.0
10392026-05-11T15:14:05.743Z Downloaded nom v7.1.3
10402026-05-11T15:14:05.743Z Downloaded string_cache v0.8.9
10412026-05-11T15:14:05.746Z Downloaded rcgen v0.12.1
10422026-05-11T15:14:05.746Z Downloaded hickory-server v0.25.2
10432026-05-11T15:14:05.749Z Downloaded strum_macros v0.24.3
10442026-05-11T15:14:05.753Z Downloaded progenitor-impl v0.13.0
10452026-05-11T15:14:05.753Z Downloaded tokio-macros v2.7.0
10462026-05-11T15:14:05.753Z Downloaded sqlformat v0.3.5
10472026-05-11T15:14:05.757Z Downloaded http v1.4.0
10482026-05-11T15:14:05.757Z Downloaded tagptr v0.2.0
10492026-05-11T15:14:05.757Z Downloaded support-bundle-viewer v0.1.2
10502026-05-11T15:14:05.760Z Downloaded stringprep v0.1.5
10512026-05-11T15:14:05.760Z Downloaded dropshot-api-manager v0.7.1
10522026-05-11T15:14:05.763Z Downloaded strum_macros v0.26.4
10532026-05-11T15:14:05.763Z Downloaded static_assertions v1.1.0
10542026-05-11T15:14:05.766Z Downloaded stacker v0.1.23
10552026-05-11T15:14:05.766Z Downloaded rayon-core v1.13.0
10562026-05-11T15:14:05.769Z Downloaded hashbrown v0.13.2
10572026-05-11T15:14:05.769Z Downloaded hashbrown v0.16.1
10582026-05-11T15:14:05.773Z Downloaded serde_with_macros v3.17.0
10592026-05-11T15:14:05.777Z Downloaded strum_macros v0.27.2
10602026-05-11T15:14:05.785Z Downloaded termtree v0.5.1
10612026-05-11T15:14:05.788Z Downloaded termios v0.3.3
10622026-05-11T15:14:05.788Z Downloaded spin v0.9.8
10632026-05-11T15:14:05.791Z Downloaded thiserror-no-std v2.0.2
10642026-05-11T15:14:05.794Z Downloaded tower-layer v0.3.3
10652026-05-11T15:14:05.794Z Downloaded testing_table v0.3.0
10662026-05-11T15:14:05.794Z Downloaded schemars v0.8.22
10672026-05-11T15:14:05.800Z Downloaded thread_local v1.1.9
10682026-05-11T15:14:05.803Z Downloaded itertools v0.10.5
10692026-05-11T15:14:05.806Z Downloaded serde_yaml v0.9.34+deprecated
10702026-05-11T15:14:05.809Z Downloaded tiny-keccak v2.0.2
10712026-05-11T15:14:05.812Z Downloaded signal-hook v0.3.18
10722026-05-11T15:14:05.816Z Downloaded tower-service v0.3.3
10732026-05-11T15:14:05.816Z Downloaded topological-sort v0.2.2
10742026-05-11T15:14:05.816Z Downloaded tls_codec_derive v0.4.2
10752026-05-11T15:14:05.819Z Downloaded similar v2.7.0
10762026-05-11T15:14:05.822Z Downloaded try-lock v0.2.5
10772026-05-11T15:14:05.822Z Downloaded tokio-dtrace v0.1.1
10782026-05-11T15:14:05.822Z Downloaded time-macros v0.2.27
10792026-05-11T15:14:05.826Z Downloaded num-bigint-dig v0.8.6
10802026-05-11T15:14:05.829Z Downloaded crossterm v0.29.0
10812026-05-11T15:14:05.832Z Downloaded tokio-native-tls v0.3.1
10822026-05-11T15:14:05.832Z Downloaded slog v2.8.2
10832026-05-11T15:14:05.836Z Downloaded typify-macro v0.6.2
10842026-05-11T15:14:05.836Z Downloaded mio v1.2.0
10852026-05-11T15:14:05.839Z Downloaded universal-hash v0.5.1
10862026-05-11T15:14:05.839Z Downloaded unicode-truncate v1.1.0
10872026-05-11T15:14:05.839Z Downloaded unit-prefix v0.5.2
10882026-05-11T15:14:05.843Z Downloaded libxml v0.3.3
10892026-05-11T15:14:05.846Z Downloaded utf-8 v0.7.6
10902026-05-11T15:14:05.846Z Downloaded usdt-macro v0.6.0
10912026-05-11T15:14:05.846Z Downloaded quinn v0.11.9
10922026-05-11T15:14:05.850Z Downloaded tokio-tungstenite v0.23.1
10932026-05-11T15:14:05.850Z Downloaded futures-util v0.3.32
10942026-05-11T15:14:05.856Z Downloaded qorb v0.4.1
10952026-05-11T15:14:05.859Z Downloaded untrusted v0.7.1
10962026-05-11T15:14:05.859Z Downloaded untrusted v0.9.0
10972026-05-11T15:14:05.859Z Downloaded tokio-rustls v0.25.0
10982026-05-11T15:14:05.863Z Downloaded schemars v0.9.0
10992026-05-11T15:14:05.868Z Downloaded toml_writer v1.0.6+spec-1.1.0
11002026-05-11T15:14:05.871Z Downloaded term v0.7.0
11012026-05-11T15:14:05.874Z Downloaded socket2 v0.6.3
11022026-05-11T15:14:05.874Z Downloaded usdt v0.6.0
11032026-05-11T15:14:05.874Z Downloaded tls_codec v0.4.2
11042026-05-11T15:14:05.878Z Downloaded typify-macro v0.4.3
11052026-05-11T15:14:05.878Z Downloaded usdt-attr-macro v0.6.0
11062026-05-11T15:14:05.881Z Downloaded term v1.2.1
11072026-05-11T15:14:05.881Z Downloaded rustls-webpki v0.103.9
11082026-05-11T15:14:05.884Z Downloaded void v1.0.2
11092026-05-11T15:14:05.888Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11102026-05-11T15:14:05.888Z Downloaded rand v0.9.2
11112026-05-11T15:14:05.891Z Downloaded wait-timeout v0.2.1
11122026-05-11T15:14:05.894Z Downloaded unarray v0.1.4
11132026-05-11T15:14:05.894Z Downloaded rand v0.8.5
11142026-05-11T15:14:05.897Z Downloaded waitgroup v0.1.2
11152026-05-11T15:14:05.897Z Downloaded subprocess v0.2.15
11162026-05-11T15:14:05.900Z Downloaded trait-variant v0.1.2
11172026-05-11T15:14:05.900Z Downloaded tokio-tungstenite v0.21.0
11182026-05-11T15:14:05.904Z Downloaded tui-tree-widget v0.23.1
11192026-05-11T15:14:05.904Z Downloaded tokio-stream v0.1.18
11202026-05-11T15:14:05.907Z Downloaded socket2 v0.5.10
11212026-05-11T15:14:05.907Z Downloaded unicase v2.9.0
11222026-05-11T15:14:05.907Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11232026-05-11T15:14:05.910Z Downloaded publicsuffix v2.3.0
11242026-05-11T15:14:05.910Z Downloaded iddqd v0.3.18
11252026-05-11T15:14:05.914Z Downloaded xshell-macros v0.2.7
11262026-05-11T15:14:05.918Z Downloaded xattr v1.6.1
11272026-05-11T15:14:05.918Z Downloaded want v0.3.1
11282026-05-11T15:14:05.922Z Downloaded libm v0.2.16
11292026-05-11T15:14:05.928Z Downloaded samael v0.0.19
11302026-05-11T15:14:05.931Z Downloaded itertools v0.12.1
11312026-05-11T15:14:05.935Z Downloaded zeroize_derive v1.4.3
11322026-05-11T15:14:05.938Z Downloaded iri-string v0.7.10
11332026-05-11T15:14:05.941Z Downloaded toml_parser v1.0.9+spec-1.1.0
11342026-05-11T15:14:05.944Z Downloaded vergen-gitcl v1.0.8
11352026-05-11T15:14:05.944Z Downloaded usdt-impl v0.6.0
11362026-05-11T15:14:05.944Z Downloaded tokio-rustls v0.26.4
11372026-05-11T15:14:05.948Z Downloaded num-bigint v0.4.6
11382026-05-11T15:14:05.958Z Downloaded zone_cfg_derive v0.3.1
11392026-05-11T15:14:05.961Z Downloaded vergen-lib v0.1.6
11402026-05-11T15:14:05.961Z Downloaded rsa v0.9.10
11412026-05-11T15:14:05.965Z Downloaded uzers v0.12.2
11422026-05-11T15:14:05.968Z Downloaded test-strategy v0.4.5
11432026-05-11T15:14:05.968Z Downloaded tinyvec v1.10.0
11442026-05-11T15:14:05.972Z Downloaded rand v0.10.0
11452026-05-11T15:14:05.975Z Downloaded walkdir v2.5.0
11462026-05-11T15:14:05.978Z Downloaded hyper v1.8.1
11472026-05-11T15:14:05.981Z Downloaded vergen-git2 v1.0.7
11482026-05-11T15:14:05.981Z Downloaded tracing-attributes v0.1.31
11492026-05-11T15:14:05.985Z Downloaded twox-hash v2.1.2
11502026-05-11T15:14:05.985Z Downloaded whoami v1.6.1
11512026-05-11T15:14:05.988Z Downloaded unicode-properties v0.1.4
11522026-05-11T15:14:05.991Z Downloaded wyz v0.5.1
11532026-05-11T15:14:05.994Z Downloaded xshell v0.2.7
11542026-05-11T15:14:05.997Z Downloaded zone v0.3.1
11552026-05-11T15:14:05.997Z Downloaded zeroize v1.8.2
11562026-05-11T15:14:05.997Z Downloaded tokio-rustls v0.24.1
11572026-05-11T15:14:06.001Z Downloaded toml v0.7.8
11582026-05-11T15:14:06.007Z Downloaded schemars v1.2.1
11592026-05-11T15:14:06.011Z Downloaded tar v0.4.45
11602026-05-11T15:14:06.014Z Downloaded vergen v9.0.6
11612026-05-11T15:14:06.014Z Downloaded vsss-rs v3.3.4
11622026-05-11T15:14:06.018Z Downloaded aws-lc-rs v1.16.0
11632026-05-11T15:14:06.021Z Downloaded zstd v0.13.3
11642026-05-11T15:14:06.024Z Downloaded zstd-safe v7.2.4
11652026-05-11T15:14:06.024Z Downloaded toml v0.9.12+spec-1.1.0
11662026-05-11T15:14:06.027Z Downloaded steno v0.4.1
11672026-05-11T15:14:06.028Z Downloaded toml v1.0.6+spec-1.1.0
11682026-05-11T15:14:06.031Z Downloaded blake3 v1.8.3
11692026-05-11T15:14:06.034Z Downloaded tungstenite v0.21.0
11702026-05-11T15:14:06.037Z Downloaded rustyline v14.0.0
11712026-05-11T15:14:06.041Z Downloaded typify v0.6.2
11722026-05-11T15:14:06.044Z Downloaded unicode-bidi v0.3.18
11732026-05-11T15:14:06.044Z Downloaded typify v0.4.3
11742026-05-11T15:14:06.047Z Downloaded tracing-core v0.1.36
11752026-05-11T15:14:06.047Z Downloaded zerocopy v0.6.6
11762026-05-11T15:14:06.050Z Downloaded whoami v2.1.0
11772026-05-11T15:14:06.050Z Downloaded yasna v0.5.2
11782026-05-11T15:14:06.053Z Downloaded unsafe-libyaml v0.2.11
11792026-05-11T15:14:06.053Z Downloaded h2 v0.4.13
11802026-05-11T15:14:06.056Z Downloaded snafu v0.8.9
11812026-05-11T15:14:06.060Z Downloaded itertools v0.13.0
11822026-05-11T15:14:06.063Z Downloaded uuid v1.23.0
11832026-05-11T15:14:06.074Z Downloaded itertools v0.14.0
11842026-05-11T15:14:06.074Z Downloaded russh v0.45.0
11852026-05-11T15:14:06.074Z Downloaded p521 v0.13.3
11862026-05-11T15:14:06.078Z Downloaded ssh-key v0.6.7
11872026-05-11T15:14:06.082Z Downloaded vte v0.14.1
11882026-05-11T15:14:06.087Z Downloaded hkdf v0.12.4
11892026-05-11T15:14:06.087Z Downloaded tungstenite v0.23.0
11902026-05-11T15:14:06.090Z Downloaded reedline v0.40.0
11912026-05-11T15:14:06.099Z Downloaded regex v1.12.3
11922026-05-11T15:14:06.102Z Downloaded bitvec v1.0.1
11932026-05-11T15:14:06.110Z Downloaded bindgen v0.71.1
11942026-05-11T15:14:06.133Z Downloaded tokio-postgres v0.7.16
11952026-05-11T15:14:06.137Z Downloaded unicode_categories v0.1.1
11962026-05-11T15:14:06.140Z Downloaded yansi v1.0.1
11972026-05-11T15:14:06.143Z Downloaded portable-atomic v1.13.1
11982026-05-11T15:14:06.148Z Downloaded toml_edit v0.23.10+spec-1.0.0
11992026-05-11T15:14:06.151Z Downloaded reqwest v0.12.28
12002026-05-11T15:14:06.155Z Downloaded zip v0.6.6
12012026-05-11T15:14:06.161Z Downloaded zopfli v0.8.3
12022026-05-11T15:14:06.161Z Downloaded rpassword v7.4.0
12032026-05-11T15:14:06.165Z Downloaded reqwest v0.13.2
12042026-05-11T15:14:06.165Z Downloaded p384 v0.13.1
12052026-05-11T15:14:06.169Z Downloaded toml_edit v0.19.15
12062026-05-11T15:14:06.182Z Downloaded git2 v0.20.4
12072026-05-11T15:14:06.187Z Downloaded zerocopy-derive v0.8.40
12082026-05-11T15:14:06.192Z Downloaded unicode-segmentation v1.12.0
12092026-05-11T15:14:06.198Z Downloaded rustls-webpki v0.101.7
12102026-05-11T15:14:06.213Z Downloaded rayon v1.11.0
12112026-05-11T15:14:06.219Z Downloaded goblin v0.10.5
12122026-05-11T15:14:06.222Z Downloaded typed-path v0.9.3
12132026-05-11T15:14:06.227Z Downloaded quick-xml v0.37.5
12142026-05-11T15:14:06.231Z Downloaded salty v0.3.0
12152026-05-11T15:14:06.234Z Downloaded tower v0.5.3
12162026-05-11T15:14:06.239Z Downloaded moka v0.12.13
12172026-05-11T15:14:06.243Z Downloaded lalrpop v0.19.12
12182026-05-11T15:14:06.250Z Downloaded zip v4.6.1
12192026-05-11T15:14:06.253Z Downloaded x509-cert v0.2.5
12202026-05-11T15:14:06.259Z Downloaded rustls-webpki v0.102.8
12212026-05-11T15:14:06.266Z Downloaded tower-http v0.6.8
12222026-05-11T15:14:06.271Z Downloaded unicode-normalization v0.1.25
12232026-05-11T15:14:06.274Z Downloaded tokio-util v0.7.18
12242026-05-11T15:14:06.277Z Downloaded petname v2.0.2
12252026-05-11T15:14:06.281Z Downloaded chrono v0.4.44
12262026-05-11T15:14:06.284Z Downloaded proptest v1.10.0
12272026-05-11T15:14:06.292Z Downloaded tough v0.20.0
12282026-05-11T15:14:06.316Z Downloaded object v0.30.4
12292026-05-11T15:14:06.322Z Downloaded radix_trie v0.2.1
12302026-05-11T15:14:06.325Z Downloaded quinn-proto v0.11.13
12312026-05-11T15:14:06.329Z Downloaded winnow v0.6.26
12322026-05-11T15:14:06.334Z Downloaded serde_with v3.17.0
12332026-05-11T15:14:06.341Z Downloaded winnow v0.5.40
12342026-05-11T15:14:06.346Z Downloaded nix v0.27.1
12352026-05-11T15:14:06.362Z Downloaded openssl v0.10.78
12362026-05-11T15:14:06.371Z Downloaded bstr v1.12.1
12372026-05-11T15:14:06.395Z Downloaded tabled v0.20.0
12382026-05-11T15:14:06.405Z Downloaded time v0.3.47
12392026-05-11T15:14:06.413Z Downloaded dropshot v0.16.7
12402026-05-11T15:14:06.426Z Downloaded rustls v0.21.12
12412026-05-11T15:14:06.432Z Downloaded nix v0.29.0
12422026-05-11T15:14:06.438Z Downloaded smoltcp v0.9.1
12432026-05-11T15:14:06.444Z Downloaded vcpkg v0.2.15
12442026-05-11T15:14:06.468Z Downloaded zlib-rs v0.6.2
12452026-05-11T15:14:06.471Z Downloaded object v0.37.3
12462026-05-11T15:14:06.477Z Downloaded hickory-proto v0.24.4
12472026-05-11T15:14:06.486Z Downloaded webpki-roots v1.0.6
12482026-05-11T15:14:06.489Z Downloaded regex-syntax v0.6.29
12492026-05-11T15:14:06.492Z Downloaded nix v0.31.2
12502026-05-11T15:14:06.499Z Downloaded zerocopy v0.8.40
12512026-05-11T15:14:06.504Z Downloaded hickory-proto v0.25.2
12522026-05-11T15:14:06.513Z Downloaded rustls v0.22.4
12532026-05-11T15:14:06.521Z Downloaded diesel v2.3.7
12542026-05-11T15:14:06.532Z Downloaded regex-syntax v0.8.10
12552026-05-11T15:14:06.537Z Downloaded rustls v0.23.37
12562026-05-11T15:14:06.544Z Downloaded smoltcp v0.11.0
12572026-05-11T15:14:06.550Z Downloaded regress v0.11.1
12582026-05-11T15:14:06.556Z Downloaded rustix v0.38.44
12592026-05-11T15:14:06.568Z Downloaded openapiv3 v2.2.0
12602026-05-11T15:14:06.575Z Downloaded regress v0.10.5
12612026-05-11T15:14:06.581Z Downloaded nix v0.28.0
12622026-05-11T15:14:06.587Z Downloaded sqlparser v0.61.0
12632026-05-11T15:14:06.594Z Downloaded dropshot v0.17.0
12642026-05-11T15:14:06.607Z Downloaded polar-core v0.27.3
12652026-05-11T15:14:06.624Z Downloaded typify-impl v0.6.2
12662026-05-11T15:14:06.657Z Downloaded sled v0.34.7
12672026-05-11T15:14:06.657Z Downloaded ratatui v0.29.0
12682026-05-11T15:14:06.657Z Downloaded bzip2-sys v0.1.13+1.0.8
12692026-05-11T15:14:06.657Z Downloaded tracing v0.1.44
12702026-05-11T15:14:06.668Z Downloaded typify-impl v0.4.3
12712026-05-11T15:14:06.686Z Downloaded regex-automata v0.4.14
12722026-05-11T15:14:06.695Z Downloaded zerocopy-derive v0.6.6
12732026-05-11T15:14:06.701Z Downloaded petgraph v0.6.5
12742026-05-11T15:14:06.713Z Downloaded chrono-tz v0.10.4
12752026-05-11T15:14:06.728Z Downloaded petgraph v0.8.3
12762026-05-11T15:14:06.741Z Downloaded jiff v0.2.21
12772026-05-11T15:14:06.757Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12782026-05-11T15:14:06.771Z Downloaded tokio v1.52.1
12792026-05-11T15:14:06.794Z Downloaded csv v1.4.0
12802026-05-11T15:14:06.822Z Downloaded libz-sys v1.1.24
12812026-05-11T15:14:06.847Z Downloaded sha3 v0.10.8
12822026-05-11T15:14:06.908Z Downloaded encoding_rs v0.8.35
12832026-05-11T15:14:06.935Z Downloaded ring v0.17.14
12842026-05-11T15:14:06.961Z Downloaded libgit2-sys v0.18.3+1.9.2
12852026-05-11T15:14:07.410Z Downloaded aws-lc-sys v0.37.1
12862026-05-11T15:14:07.657Z Compiling libc v0.2.185
12872026-05-11T15:14:07.657Z Compiling serde v1.0.228
12882026-05-11T15:14:07.679Z Compiling log v0.4.29
12892026-05-11T15:14:07.679Z Compiling shlex v1.3.0
12902026-05-11T15:14:07.679Z Compiling find-msvc-tools v0.1.9
12912026-05-11T15:14:07.679Z Compiling smallvec v1.15.1
12922026-05-11T15:14:07.679Z Compiling typenum v1.19.0
12932026-05-11T15:14:07.679Z Compiling subtle v2.6.1
12942026-05-11T15:14:07.679Z Compiling generic-array v0.14.7
12952026-05-11T15:14:07.679Z Compiling scopeguard v1.2.0
12962026-05-11T15:14:07.793Z Compiling const-oid v0.9.6
12972026-05-11T15:14:07.842Z Compiling portable-atomic v1.13.1
12982026-05-11T15:14:07.874Z Compiling syn v2.0.117
12992026-05-11T15:14:07.885Z Compiling zerocopy v0.8.40
13002026-05-11T15:14:07.901Z Compiling serde_json v1.0.149
13012026-05-11T15:14:07.910Z Compiling critical-section v1.2.0
13022026-05-11T15:14:07.979Z Compiling lock_api v0.4.14
13032026-05-11T15:14:07.990Z Compiling parking_lot_core v0.9.12
13042026-05-11T15:14:08.042Z Compiling pin-project-lite v0.2.17
13052026-05-11T15:14:08.067Z Compiling pkg-config v0.3.32
13062026-05-11T15:14:08.081Z Compiling bitflags v2.11.0
13072026-05-11T15:14:08.087Z Compiling libm v0.2.16
13082026-05-11T15:14:08.087Z Compiling num-traits v0.2.19
13092026-05-11T15:14:08.162Z Compiling futures-core v0.3.32
13102026-05-11T15:14:08.177Z Compiling percent-encoding v2.3.2
13112026-05-11T15:14:08.224Z Compiling cpufeatures v0.2.17
13122026-05-11T15:14:08.224Z Compiling futures-sink v0.3.32
13132026-05-11T15:14:08.304Z Compiling futures-task v0.3.32
13142026-05-11T15:14:08.352Z Compiling futures-channel v0.3.32
13152026-05-11T15:14:08.367Z Compiling futures-io v0.3.32
13162026-05-11T15:14:08.381Z Compiling slab v0.4.12
13172026-05-11T15:14:08.411Z Compiling getrandom v0.4.1
13182026-05-11T15:14:08.453Z Compiling getrandom v0.3.4
13192026-05-11T15:14:08.454Z Compiling rustversion v1.0.22
13202026-05-11T15:14:08.497Z Compiling rand_core v0.10.0
13212026-05-11T15:14:08.522Z Compiling indexmap v2.14.0
13222026-05-11T15:14:08.558Z Compiling form_urlencoded v1.2.2
13232026-05-11T15:14:08.572Z Compiling fs_extra v1.3.0
13242026-05-11T15:14:08.588Z Compiling ident_case v1.0.1
13252026-05-11T15:14:08.601Z Compiling base64ct v1.8.3
13262026-05-11T15:14:08.650Z Compiling dunce v1.0.5
13272026-05-11T15:14:08.692Z Compiling flagset v0.4.7
13282026-05-11T15:14:08.725Z Compiling rustix v1.1.3
13292026-05-11T15:14:08.740Z Compiling iana-time-zone v0.1.65
13302026-05-11T15:14:08.759Z Compiling rustc_version v0.4.1
13312026-05-11T15:14:08.795Z Compiling regex-syntax v0.8.10
13322026-05-11T15:14:08.817Z Compiling aws-lc-rs v1.16.0
13332026-05-11T15:14:08.847Z Compiling pem-rfc7468 v0.7.0
13342026-05-11T15:14:08.862Z Compiling getrandom v0.2.17
13352026-05-11T15:14:08.887Z Compiling jobserver v0.1.34
13362026-05-11T15:14:08.905Z Compiling errno v0.3.14
13372026-05-11T15:14:08.935Z Compiling once_cell v1.21.3
13382026-05-11T15:14:09.004Z Compiling rand_core v0.6.4
13392026-05-11T15:14:09.078Z Compiling signal-hook-registry v1.4.8
13402026-05-11T15:14:09.093Z Compiling cc v1.2.56
13412026-05-11T15:14:09.113Z Compiling mio v1.2.0
13422026-05-11T15:14:09.116Z Compiling socket2 v0.6.3
13432026-05-11T15:14:09.164Z Compiling parking_lot v0.12.5
13442026-05-11T15:14:09.259Z Compiling vcpkg v0.2.15
13452026-05-11T15:14:09.277Z Compiling uuid v1.23.0
13462026-05-11T15:14:09.368Z Compiling tracing-core v0.1.36
13472026-05-11T15:14:09.385Z Compiling base64 v0.22.1
13482026-05-11T15:14:09.406Z Compiling rand_core v0.9.5
13492026-05-11T15:14:09.478Z Compiling untrusted v0.9.0
13502026-05-11T15:14:09.542Z Compiling untrusted v0.7.1
13512026-05-11T15:14:09.558Z Compiling schemars v0.8.22
13522026-05-11T15:14:09.598Z Compiling openssl-probe v0.2.1
13532026-05-11T15:14:09.616Z Compiling httparse v1.10.1
13542026-05-11T15:14:09.677Z Compiling rustls v0.23.37
13552026-05-11T15:14:09.698Z Compiling try-lock v0.2.5
13562026-05-11T15:14:09.711Z Compiling atomic-waker v1.1.2
13572026-05-11T15:14:09.742Z Compiling dyn-clone v1.0.20
13582026-05-11T15:14:09.803Z Compiling tower-layer v0.3.3
13592026-05-11T15:14:09.817Z Compiling tinyvec_macros v0.1.1
13602026-05-11T15:14:09.843Z Compiling cmake v0.1.57
13612026-05-11T15:14:09.857Z Compiling tower-service v0.3.3
13622026-05-11T15:14:09.870Z Compiling want v0.3.1
13632026-05-11T15:14:09.873Z Compiling spin v0.9.8
13642026-05-11T15:14:09.899Z Compiling tinyvec v1.10.0
13652026-05-11T15:14:09.902Z Compiling aho-corasick v1.1.4
13662026-05-11T15:14:09.945Z Compiling pin-utils v0.1.0
13672026-05-11T15:14:09.966Z Compiling time-core v0.1.8
13682026-05-11T15:14:09.980Z Compiling foreign-types-shared v0.1.1
13692026-05-11T15:14:09.984Z Compiling crc32fast v1.5.0
13702026-05-11T15:14:10.010Z Compiling num-conv v0.2.0
13712026-05-11T15:14:10.027Z Compiling powerfmt v0.2.0
13722026-05-11T15:14:10.055Z Compiling httpdate v1.0.3
13732026-05-11T15:14:10.058Z Compiling openssl v0.10.78
13742026-05-11T15:14:10.166Z Compiling foreign-types v0.3.2
13752026-05-11T15:14:10.166Z Compiling wait-timeout v0.2.1
13762026-05-11T15:14:10.169Z Compiling num_threads v0.1.7
13772026-05-11T15:14:10.220Z Compiling time-macros v0.2.27
13782026-05-11T15:14:10.275Z Compiling deranged v0.5.8
13792026-05-11T15:14:10.325Z Compiling bit-vec v0.8.0
13802026-05-11T15:14:10.325Z Compiling siphasher v1.0.2
13812026-05-11T15:14:10.354Z Compiling native-tls v0.2.18
13822026-05-11T15:14:10.369Z Compiling usdt-impl v0.6.0
13832026-05-11T15:14:10.373Z Compiling quick-error v1.2.3
13842026-05-11T15:14:10.411Z Compiling crossbeam-utils v0.8.21
13852026-05-11T15:14:10.426Z Compiling syn v1.0.109
13862026-05-11T15:14:10.469Z Compiling tempfile v3.25.0
13872026-05-11T15:14:10.500Z Compiling simd-adler32 v0.3.8
13882026-05-11T15:14:10.599Z Compiling bit-set v0.8.0
13892026-05-11T15:14:10.631Z Compiling unicode-normalization v0.1.25
13902026-05-11T15:14:10.646Z Compiling slog v2.8.2
13912026-05-11T15:14:10.680Z Compiling rand_xorshift v0.4.0
13922026-05-11T15:14:10.766Z Compiling rusty-fork v0.3.1
13932026-05-11T15:14:10.797Z Compiling synstructure v0.13.2
13942026-05-11T15:14:10.815Z Compiling serde_derive_internals v0.29.1
13952026-05-11T15:14:10.830Z Compiling pest_generator v2.8.6
13962026-05-11T15:14:10.834Z Compiling darling_core v0.20.11
13972026-05-11T15:14:10.834Z Compiling aws-lc-sys v0.37.1
13982026-05-11T15:14:10.873Z Compiling ring v0.17.14
13992026-05-11T15:14:10.886Z Compiling openssl-sys v0.9.114
14002026-05-11T15:14:10.914Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14012026-05-11T15:14:10.929Z Compiling regex-automata v0.4.14
14022026-05-11T15:14:11.118Z Compiling bzip2-sys v0.1.13+1.0.8
14032026-05-11T15:14:11.132Z Compiling darling_core v0.21.3
14042026-05-11T15:14:11.314Z Compiling heapless v0.7.17
14052026-05-11T15:14:11.382Z Compiling thread-id v5.1.0
14062026-05-11T15:14:11.410Z Compiling time v0.3.47
14072026-05-11T15:14:11.439Z Compiling sync_wrapper v1.0.2
14082026-05-11T15:14:11.454Z Compiling cookie v0.18.1
14092026-05-11T15:14:11.485Z Compiling signal-hook v0.3.18
14102026-05-11T15:14:11.566Z Compiling anyhow v1.0.102
14112026-05-11T15:14:11.590Z Compiling allocator-api2 v0.2.21
14122026-05-11T15:14:11.604Z Compiling zstd-safe v7.2.4
14132026-05-11T15:14:11.660Z Compiling paste v1.0.15
14142026-05-11T15:14:11.691Z Compiling unicode-properties v0.1.4
14152026-05-11T15:14:11.775Z Compiling adler2 v2.0.1
14162026-05-11T15:14:11.819Z Compiling unicode-bidi v0.3.18
14172026-05-11T15:14:11.834Z Compiling unarray v0.1.4
14182026-05-11T15:14:11.915Z Compiling miniz_oxide v0.8.9
14192026-05-11T15:14:12.045Z Compiling num-integer v0.1.46
14202026-05-11T15:14:12.131Z Compiling vergen-lib v0.1.6
14212026-05-11T15:14:12.328Z Compiling stringprep v0.1.5
14222026-05-11T15:14:12.385Z Compiling ff v0.13.1
14232026-05-11T15:14:12.400Z Compiling curve25519-dalek v4.1.3
14242026-05-11T15:14:12.543Z Compiling hash32 v0.2.1
14252026-05-11T15:14:12.558Z Compiling memoffset v0.9.1
14262026-05-11T15:14:12.573Z Compiling ref-cast v1.0.25
14272026-05-11T15:14:12.609Z Compiling serde_derive v1.0.228
14282026-05-11T15:14:12.752Z Compiling zeroize_derive v1.4.3
14292026-05-11T15:14:12.755Z Compiling zerofrom-derive v0.1.6
14302026-05-11T15:14:12.780Z Compiling yoke-derive v0.8.1
14312026-05-11T15:14:12.796Z Compiling zerocopy-derive v0.8.40
14322026-05-11T15:14:12.891Z Compiling zerovec-derive v0.11.2
14332026-05-11T15:14:13.059Z Compiling displaydoc v0.2.5
14342026-05-11T15:14:13.243Z Compiling tokio-macros v2.7.0
14352026-05-11T15:14:13.441Z Compiling zeroize v1.8.2
14362026-05-11T15:14:13.774Z Compiling futures-macro v0.3.32
14372026-05-11T15:14:13.830Z Compiling der_derive v0.7.3
14382026-05-11T15:14:13.993Z Compiling thiserror-impl v2.0.18
14392026-05-11T15:14:13.996Z Compiling rustls-pki-types v1.14.0
14402026-05-11T15:14:14.039Z Compiling tracing-attributes v0.1.31
14412026-05-11T15:14:14.198Z Compiling crypto-common v0.1.7
14422026-05-11T15:14:14.223Z Compiling zerofrom v0.1.6
14432026-05-11T15:14:14.308Z Compiling block-buffer v0.10.4
14442026-05-11T15:14:14.358Z Compiling yoke v0.8.1
14452026-05-11T15:14:14.482Z Compiling digest v0.10.7
14462026-05-11T15:14:14.496Z Compiling block-padding v0.3.3
14472026-05-11T15:14:14.559Z Compiling zerovec v0.11.5
14482026-05-11T15:14:14.617Z Compiling zerotrie v0.2.3
14492026-05-11T15:14:14.670Z Compiling futures-util v0.3.32
14502026-05-11T15:14:14.744Z Compiling hmac v0.12.1
14512026-05-11T15:14:14.828Z Compiling inout v0.1.4
14522026-05-11T15:14:14.910Z Compiling sha2 v0.10.9
14532026-05-11T15:14:14.932Z Compiling der v0.7.10
14542026-05-11T15:14:15.005Z Compiling tinystr v0.8.2
14552026-05-11T15:14:15.066Z Compiling potential_utf v0.1.4
14562026-05-11T15:14:15.222Z Compiling icu_locale_core v2.1.1
14572026-05-11T15:14:15.250Z Compiling icu_collections v2.1.1
14582026-05-11T15:14:15.265Z Compiling cipher v0.4.4
14592026-05-11T15:14:15.384Z Compiling pbkdf2 v0.12.2
14602026-05-11T15:14:15.447Z Compiling thiserror v2.0.18
14612026-05-11T15:14:15.515Z Compiling salsa20 v0.10.2
14622026-05-11T15:14:15.544Z Compiling cbc v0.1.2
14632026-05-11T15:14:15.566Z Compiling aes v0.8.4
14642026-05-11T15:14:15.668Z Compiling scrypt v0.11.0
14652026-05-11T15:14:15.706Z Compiling tracing v0.1.44
14662026-05-11T15:14:15.738Z Compiling pest_derive v2.8.6
14672026-05-11T15:14:15.929Z Compiling icu_provider v2.1.1
14682026-05-11T15:14:15.944Z Compiling spki v0.7.3
14692026-05-11T15:14:15.989Z Compiling scroll_derive v0.13.1
14702026-05-11T15:14:16.110Z Compiling bytes v1.11.1
14712026-05-11T15:14:16.162Z Compiling icu_normalizer v2.1.1
14722026-05-11T15:14:16.176Z Compiling icu_properties v2.1.2
14732026-05-11T15:14:16.191Z Compiling chrono v0.4.44
14742026-05-11T15:14:16.207Z Compiling pkcs5 v0.7.1
14752026-05-11T15:14:16.240Z Compiling schemars_derive v0.8.22
14762026-05-11T15:14:16.337Z Compiling ipnet v2.11.0
14772026-05-11T15:14:16.627Z Compiling tokio v1.52.1
14782026-05-11T15:14:16.703Z Compiling http v1.4.0
14792026-05-11T15:14:16.706Z Compiling pkcs8 v0.10.2
14802026-05-11T15:14:16.731Z Compiling darling_macro v0.20.11
14812026-05-11T15:14:16.810Z Compiling scroll v0.13.0
14822026-05-11T15:14:16.869Z Compiling openssl-macros v0.1.1
14832026-05-11T15:14:16.989Z Compiling dtrace-parser v0.3.0
14842026-05-11T15:14:17.045Z Compiling idna_adapter v1.2.1
14852026-05-11T15:14:17.093Z Compiling goblin v0.10.5
14862026-05-11T15:14:17.212Z Compiling ppv-lite86 v0.2.21
14872026-05-11T15:14:17.243Z Compiling idna v1.1.0
14882026-05-11T15:14:17.310Z Compiling darling v0.20.11
14892026-05-11T15:14:17.354Z Compiling signature v2.2.0
14902026-05-11T15:14:17.410Z Compiling http-body v1.0.1
14912026-05-11T15:14:17.425Z Compiling derive_builder_core v0.20.2
14922026-05-11T15:14:17.550Z Compiling url v2.5.8
14932026-05-11T15:14:17.554Z Compiling rand_chacha v0.9.0
14942026-05-11T15:14:17.579Z Compiling rustls-native-certs v0.8.3
14952026-05-11T15:14:17.582Z Compiling scroll_derive v0.12.1
14962026-05-11T15:14:17.609Z Compiling thiserror-impl v1.0.69
14972026-05-11T15:14:17.651Z Compiling http-body-util v0.1.3
14982026-05-11T15:14:17.767Z Compiling rand v0.9.2
14992026-05-11T15:14:17.890Z Compiling rand_chacha v0.3.1
15002026-05-11T15:14:17.905Z Compiling serde_spanned v0.6.9
15012026-05-11T15:14:17.920Z Compiling serde_tokenstream v0.2.3
15022026-05-11T15:14:18.238Z Compiling toml_datetime v0.6.11
15032026-05-11T15:14:18.252Z Compiling erased-serde v0.3.31
15042026-05-11T15:14:18.256Z Compiling scroll v0.12.0
15052026-05-11T15:14:18.297Z Compiling derive_builder_macro v0.20.2
15062026-05-11T15:14:18.344Z Compiling proptest v1.10.0
15072026-05-11T15:14:18.510Z Compiling md-5 v0.10.6
15082026-05-11T15:14:18.524Z Compiling webpki-roots v1.0.6
15092026-05-11T15:14:18.550Z Compiling darling_macro v0.21.3
15102026-05-11T15:14:18.652Z Compiling zerocopy-derive v0.7.35
15112026-05-11T15:14:18.686Z Compiling psl-types v2.0.11
15122026-05-11T15:14:18.700Z Compiling ryu v1.0.23
15132026-05-11T15:14:18.753Z Compiling fallible-iterator v0.2.0
15142026-05-11T15:14:18.781Z Compiling iri-string v0.7.10
15152026-05-11T15:14:18.822Z Compiling ipnetwork v0.21.1
15162026-05-11T15:14:18.892Z Compiling thiserror v1.0.69
15172026-05-11T15:14:18.906Z Compiling num-bigint-dig v0.8.6
15182026-05-11T15:14:19.437Z Compiling rustix v0.38.44
15192026-05-11T15:14:19.441Z Compiling smoltcp v0.9.1
15202026-05-11T15:14:19.441Z Compiling base16ct v0.2.0
15212026-05-11T15:14:19.441Z Compiling cfg_aliases v0.2.1
15222026-05-11T15:14:19.441Z Compiling litrs v1.0.0
15232026-05-11T15:14:19.441Z Compiling zlib-rs v0.6.2
15242026-05-11T15:14:19.441Z Compiling sec1 v0.7.3
15252026-05-11T15:14:19.441Z Compiling nix v0.31.2
15262026-05-11T15:14:19.447Z Compiling darling v0.21.3
15272026-05-11T15:14:19.527Z Compiling oxnet v0.1.4
15282026-05-11T15:14:19.537Z Compiling postgres-protocol v0.6.10
15292026-05-11T15:14:19.547Z Compiling serde_urlencoded v0.7.1
15302026-05-11T15:14:19.566Z Compiling zerocopy v0.7.35
15312026-05-11T15:14:19.658Z Compiling document-features v0.2.12
15322026-05-11T15:14:19.674Z Compiling publicsuffix v2.3.0
15332026-05-11T15:14:19.807Z Compiling dof v0.4.0
15342026-05-11T15:14:19.822Z Compiling derive_builder v0.20.2
15352026-05-11T15:14:19.925Z Compiling goblin v0.8.2
15362026-05-11T15:14:19.964Z Compiling rand v0.8.5
15372026-05-11T15:14:20.098Z Compiling cargo-platform v0.1.9
15382026-05-11T15:14:20.136Z Compiling hubpack_derive v0.1.1
15392026-05-11T15:14:20.283Z Compiling hkdf v0.12.4
15402026-05-11T15:14:20.301Z Compiling crypto-bigint v0.5.5
15412026-05-11T15:14:20.314Z Compiling regex v1.12.3
15422026-05-11T15:14:20.403Z Compiling tokio-util v0.7.18
15432026-05-11T15:14:20.465Z Compiling tower v0.5.3
15442026-05-11T15:14:20.512Z Compiling tokio-native-tls v0.3.1
15452026-05-11T15:14:20.684Z Compiling newtype-uuid v1.3.2
15462026-05-11T15:14:20.859Z Compiling tower-http v0.6.8
15472026-05-11T15:14:21.045Z Compiling async-trait v0.1.89
15482026-05-11T15:14:21.059Z Compiling daft-derive v0.1.5
15492026-05-11T15:14:21.202Z Compiling h2 v0.4.13
15502026-05-11T15:14:21.274Z Compiling strum_macros v0.27.2
15512026-05-11T15:14:21.362Z Compiling ref-cast-impl v1.0.25
15522026-05-11T15:14:21.395Z Compiling curve25519-dalek-derive v0.1.1
15532026-05-11T15:14:21.467Z Compiling group v0.13.0
15542026-05-11T15:14:21.527Z Compiling num-iter v0.1.45
15552026-05-11T15:14:21.934Z Compiling phf_shared v0.13.1
15562026-05-11T15:14:22.030Z Compiling flate2 v1.1.9
15572026-05-11T15:14:22.063Z Compiling terminal_size v0.4.3
15582026-05-11T15:14:22.106Z Compiling lazy_static v1.5.0
15592026-05-11T15:14:22.121Z Compiling vergen v9.0.6
15602026-05-11T15:14:22.191Z Compiling fs-err v3.3.0
15612026-05-11T15:14:22.205Z Compiling ahash v0.8.12
15622026-05-11T15:14:22.219Z Compiling winnow v0.5.40
15632026-05-11T15:14:22.223Z Compiling bumpalo v3.20.2
15642026-05-11T15:14:22.328Z Compiling libbz2-rs-sys v0.2.2
15652026-05-11T15:14:22.394Z Compiling unicode-segmentation v1.12.0
15662026-05-11T15:14:22.409Z Compiling foldhash v0.1.5
15672026-05-11T15:14:22.427Z Compiling object v0.37.3
15682026-05-11T15:14:22.443Z Compiling foldhash v0.2.0
15692026-05-11T15:14:22.458Z Compiling managed v0.8.0
15702026-05-11T15:14:22.462Z Compiling bitflags v1.3.2
15712026-05-11T15:14:22.495Z Compiling clap_builder v4.5.60
15722026-05-11T15:14:22.561Z Compiling hashbrown v0.15.5
15732026-05-11T15:14:22.590Z Compiling hashbrown v0.16.1
15742026-05-11T15:14:22.743Z Compiling zopfli v0.8.3
15752026-05-11T15:14:22.764Z Compiling bzip2 v0.6.1
15762026-05-11T15:14:22.923Z Compiling daft v0.1.5
15772026-05-11T15:14:23.041Z Compiling dof v0.3.0
15782026-05-11T15:14:23.109Z Compiling phf v0.13.1
15792026-05-11T15:14:23.209Z Compiling signal-hook-mio v0.2.5
15802026-05-11T15:14:23.277Z Compiling strum v0.27.2
15812026-05-11T15:14:23.292Z Compiling cargo_metadata v0.19.2
15822026-05-11T15:14:23.439Z Compiling elliptic-curve v0.13.8
15832026-05-11T15:14:23.455Z Compiling usdt-macro v0.6.0
15842026-05-11T15:14:23.471Z Compiling toml_edit v0.19.15
15852026-05-11T15:14:23.485Z Compiling usdt-attr-macro v0.6.0
15862026-05-11T15:14:23.628Z Compiling cookie_store v0.22.1
15872026-05-11T15:14:23.772Z Compiling hubpack v0.1.2
15882026-05-11T15:14:23.848Z Compiling postgres-types v0.2.12
15892026-05-11T15:14:23.921Z Compiling serde_with_macros v3.17.0
15902026-05-11T15:14:24.234Z Compiling hyper v1.8.1
15912026-05-11T15:14:24.295Z Compiling bzip2 v0.4.4
15922026-05-11T15:14:24.330Z Compiling dtrace-parser v0.2.0
15932026-05-11T15:14:24.428Z Compiling ed25519 v2.2.3
15942026-05-11T15:14:24.515Z Compiling pkcs1 v0.7.5
15952026-05-11T15:14:24.668Z Compiling serde-big-array v0.5.1
15962026-05-11T15:14:24.764Z Compiling hex v0.4.3
15972026-05-11T15:14:24.827Z Compiling rfc6979 v0.4.0
15982026-05-11T15:14:24.928Z Compiling bstr v1.12.1
15992026-05-11T15:14:24.966Z Compiling clap_derive v4.5.55
16002026-05-11T15:14:25.049Z Compiling enum-as-inner v0.6.1
16012026-05-11T15:14:25.095Z Compiling serde_repr v0.1.20
16022026-05-11T15:14:25.140Z Compiling strum_macros v0.26.4
16032026-05-11T15:14:25.154Z Compiling phf_shared v0.11.3
16042026-05-11T15:14:25.179Z Compiling float-cmp v0.10.0
16052026-05-11T15:14:25.344Z Compiling hyper-util v0.1.20
16062026-05-11T15:14:25.360Z Compiling thread-id v4.2.2
16072026-05-11T15:14:25.399Z Compiling memmap2 v0.9.10
16082026-05-11T15:14:25.455Z Compiling env_filter v1.0.0
16092026-05-11T15:14:25.527Z Compiling encoding_rs v0.8.35
16102026-05-11T15:14:25.615Z Compiling jiff v0.2.21
16112026-05-11T15:14:25.639Z Compiling data-encoding v2.10.0
16122026-05-11T15:14:25.654Z Compiling predicates-core v1.0.10
16132026-05-11T15:14:25.686Z Compiling difflib v0.4.0
16142026-05-11T15:14:25.779Z Compiling whoami v2.1.0
16152026-05-11T15:14:25.849Z Compiling mime v0.3.17
16162026-05-11T15:14:25.876Z Compiling rustc-hash v2.1.1
16172026-05-11T15:14:26.013Z Compiling keccak v0.1.6
16182026-05-11T15:14:26.128Z Compiling zstd v0.13.3
16192026-05-11T15:14:26.154Z Compiling fixedbitset v0.5.7
16202026-05-11T15:14:26.169Z Compiling fixedbitset v0.4.2
16212026-05-11T15:14:26.189Z Compiling precomputed-hash v0.1.1
16222026-05-11T15:14:26.225Z Compiling normalize-line-endings v0.3.0
16232026-05-11T15:14:26.276Z Compiling either v1.15.0
16242026-05-11T15:14:26.300Z Compiling static_assertions v1.1.0
16252026-05-11T15:14:26.340Z Compiling new_debug_unreachable v1.0.6
16262026-05-11T15:14:26.373Z Compiling petgraph v0.8.3
16272026-05-11T15:14:26.391Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16282026-05-11T15:14:26.418Z Compiling string_cache v0.8.9
16292026-05-11T15:14:26.430Z Compiling petgraph v0.6.5
16302026-05-11T15:14:26.430Z Compiling predicates v3.1.4
16312026-05-11T15:14:26.473Z Compiling itertools v0.13.0
16322026-05-11T15:14:26.506Z Compiling sha3 v0.10.8
16332026-05-11T15:14:26.657Z Compiling toml_edit v0.22.27
16342026-05-11T15:14:26.842Z Compiling hyper-tls v0.6.0
16352026-05-11T15:14:26.853Z Compiling clap v4.5.60
16362026-05-11T15:14:26.933Z Compiling strum v0.26.3
16372026-05-11T15:14:26.953Z Compiling tokio-postgres v0.7.16
16382026-05-11T15:14:26.977Z Compiling iddqd v0.3.18
16392026-05-11T15:14:27.087Z Compiling hickory-proto v0.25.2
16402026-05-11T15:14:27.101Z Compiling env_logger v0.11.9
16412026-05-11T15:14:27.119Z Compiling usdt v0.6.0
16422026-05-11T15:14:27.147Z Compiling usdt-impl v0.5.0
16432026-05-11T15:14:27.157Z Compiling similar v2.7.0
16442026-05-11T15:14:27.401Z Compiling serde_with v3.17.0
16452026-05-11T15:14:27.468Z Compiling ecdsa v0.16.9
16462026-05-11T15:14:27.714Z Compiling crossterm v0.28.1
16472026-05-11T15:14:27.753Z Compiling toml v0.7.8
16482026-05-11T15:14:27.878Z Compiling rsa v0.9.10
16492026-05-11T15:14:27.924Z Compiling ed25519-dalek v2.2.0
16502026-05-11T15:14:28.052Z Compiling zip v0.6.6
16512026-05-11T15:14:28.316Z Compiling zip v4.6.1
16522026-05-11T15:14:28.650Z Compiling heck v0.4.1
16532026-05-11T15:14:28.883Z Compiling toml_parser v1.0.9+spec-1.1.0
16542026-05-11T15:14:28.897Z Compiling tokio-stream v0.1.18
16552026-05-11T15:14:28.970Z Compiling buf-list v1.1.2
16562026-05-11T15:14:28.992Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16572026-05-11T15:14:29.096Z Compiling x509-cert v0.2.5
16582026-05-11T15:14:29.182Z Compiling openapiv3 v2.2.0
16592026-05-11T15:14:29.201Z Compiling sha1 v0.10.6
16602026-05-11T15:14:29.270Z Compiling crossbeam-epoch v0.9.18
16612026-05-11T15:14:29.285Z Compiling toml_datetime v0.7.5+spec-1.1.0
16622026-05-11T15:14:29.316Z Compiling peg-runtime v0.8.5
16632026-05-11T15:14:29.357Z Compiling lalrpop-util v0.19.12
16642026-05-11T15:14:29.377Z Compiling thread_local v1.1.9
16652026-05-11T15:14:29.432Z Compiling slog-async v2.8.0
16662026-05-11T15:14:29.447Z Compiling futures-executor v0.3.32
16672026-05-11T15:14:29.535Z Compiling crossbeam-channel v0.5.15
16682026-05-11T15:14:29.561Z Compiling is-terminal v0.4.17
16692026-05-11T15:14:29.608Z Compiling filetime v0.2.27
16702026-05-11T15:14:29.623Z Compiling term v1.2.1
16712026-05-11T15:14:29.626Z Compiling take_mut v0.2.2
16722026-05-11T15:14:29.657Z Compiling xattr v1.6.1
16732026-05-11T15:14:29.671Z Compiling futures v0.3.32
16742026-05-11T15:14:29.782Z Compiling tar v0.4.45
16752026-05-11T15:14:30.000Z Compiling slog-term v2.9.2
16762026-05-11T15:14:47.519Z Compiling rustls-webpki v0.103.9
16772026-05-11T15:14:50.272Z Compiling tokio-rustls v0.26.4
16782026-05-11T15:14:50.272Z Compiling rustls-platform-verifier v0.6.2
16792026-05-11T15:14:50.473Z Compiling hyper-rustls v0.27.7
16802026-05-11T15:14:50.662Z Compiling reqwest v0.12.28
16812026-05-11T15:14:50.662Z Compiling reqwest v0.13.2
16822026-05-11T15:14:52.626Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16832026-05-11T15:14:52.853Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16842026-05-11T15:14:55.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.35s
16852026-05-11T15:14:55.774Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16862026-05-11T15:14:55.830ZMay 11 15:14:55.760 INFO Starting download, target: DendriteStub
16872026-05-11T15:14:55.830ZMay 11 15:14:55.761 INFO Starting download, target: Clickhouse
16882026-05-11T15:14:55.830ZMay 11 15:14:55.761 INFO Starting download, target: Cockroach
16892026-05-11T15:14:55.830ZMay 11 15:14:55.761 INFO Starting download, target: MaghemiteMgd
16902026-05-11T15:14:55.830ZMay 11 15:14:55.761 INFO Starting download, target: Console
16912026-05-11T15:14:55.834ZMay 11 15:14:55.761 INFO Starting download, target: TransceiverControl
16922026-05-11T15:14:55.834ZMay 11 15:14:55.761 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16932026-05-11T15:14:55.834ZMay 11 15:14:55.761 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16942026-05-11T15:14:55.834ZMay 11 15:14:55.761 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16952026-05-11T15:14:55.834ZMay 11 15:14:55.761 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16962026-05-11T15:14:55.834ZMay 11 15:14:55.761 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
16972026-05-11T15:14:55.834ZMay 11 15:14:55.761 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16982026-05-11T15:14:56.136ZMay 11 15:14:56.062 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16992026-05-11T15:14:56.449ZMay 11 15:14:56.268 INFO Download complete, target: TransceiverControl
17002026-05-11T15:14:56.846ZMay 11 15:14:56.775 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17012026-05-11T15:14:57.092ZMay 11 15:14:57.008 INFO Download complete, target: Console
17022026-05-11T15:14:57.819ZMay 11 15:14:57.746 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17032026-05-11T15:14:58.215ZMay 11 15:14:58.145 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17042026-05-11T15:14:58.688ZMay 11 15:14:58.619 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17052026-05-11T15:14:58.831ZMay 11 15:14:58.762 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17062026-05-11T15:14:58.831ZMay 11 15:14:58.762 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17072026-05-11T15:15:00.101ZMay 11 15:15:00.032 INFO Download complete, target: DendriteStub
17082026-05-11T15:15:00.616ZMay 11 15:15:00.545 INFO Download complete, target: MaghemiteMgd
17092026-05-11T15:15:03.540ZMay 11 15:15:03.471 INFO Checking that binary works, target: Cockroach
17102026-05-11T15:15:04.523ZMay 11 15:15:04.449 INFO Download complete, target: Cockroach
17112026-05-11T15:15:05.418ZMay 11 15:15:05.344 INFO Checking that binary works, target: Clickhouse
17122026-05-11T15:15:05.892ZMay 11 15:15:05.823 INFO Download complete, target: Clickhouse
17132026-05-11T15:15:05.898ZAll prerequisites installed successfully
17142026-05-11T15:15:05.902Z
17152026-05-11T15:15:05.902Zreal 2:24.338882143
17162026-05-11T15:15:05.902Zuser 6:43.372887354
17172026-05-11T15:15:05.902Zsys 1:39.136256892
17182026-05-11T15:15:05.903Ztrap 0.209142700
17192026-05-11T15:15:05.903Ztflt 17.965988269
17202026-05-11T15:15:05.903Zdflt 18.597310185
17212026-05-11T15:15:05.903Zkflt 0.409484632
17222026-05-11T15:15:05.903Zlock 23:25.377793007
17232026-05-11T15:15:05.903Zslp 22:50.597385927
17242026-05-11T15:15:05.903Zlat 18.040023548
17252026-05-11T15:15:05.903Zstop 2:45.904101227
17262026-05-11T15:15:05.903Z+ ptime -m cargo xtask download softnpu
17272026-05-11T15:15:06.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17282026-05-11T15:15:06.444Z Running `target/debug/xtask download softnpu`
17292026-05-11T15:15:07.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17302026-05-11T15:15:07.277Z Running `target/debug/xtask-downloader softnpu`
17312026-05-11T15:15:07.317ZMay 11 15:15:07.247 INFO Starting download, target: Softnpu
17322026-05-11T15:15:07.321ZMay 11 15:15:07.248 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17332026-05-11T15:15:08.084ZMay 11 15:15:08.014 INFO Download complete, target: Softnpu
17342026-05-11T15:15:08.087Z
17352026-05-11T15:15:08.090Zreal 2.183378684
17362026-05-11T15:15:08.090Zuser 1.341937266
17372026-05-11T15:15:08.090Zsys 0.656822289
17382026-05-11T15:15:08.090Ztrap 0.000437600
17392026-05-11T15:15:08.090Ztflt 0.000199800
17402026-05-11T15:15:08.091Zdflt 0.000203970
17412026-05-11T15:15:08.091Zkflt 0.000000000
17422026-05-11T15:15:08.091Zlock 14.354364798
17432026-05-11T15:15:08.091Zslp 0.622614002
17442026-05-11T15:15:08.091Zlat 0.092048356
17452026-05-11T15:15:08.091Zstop 0.000175000
17462026-05-11T15:15:08.091Z+ export CARGO_INCREMENTAL=0
17472026-05-11T15:15:08.091Z+ CARGO_INCREMENTAL=0
17482026-05-11T15:15:08.091Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17492026-05-11T15:15:08.979Z Compiling proc-macro2 v1.0.106
17502026-05-11T15:15:08.979Z Compiling quote v1.0.45
17512026-05-11T15:15:08.983Z Compiling unicode-ident v1.0.24
17522026-05-11T15:15:08.983Z Compiling libc v0.2.185
17532026-05-11T15:15:08.983Z Compiling serde_core v1.0.228
17542026-05-11T15:15:08.983Z Compiling serde v1.0.228
17552026-05-11T15:15:08.983Z Compiling cfg-if v1.0.4
17562026-05-11T15:15:08.983Z Compiling version_check v0.9.5
17572026-05-11T15:15:08.983Z Compiling shlex v1.3.0
17582026-05-11T15:15:08.983Z Compiling find-msvc-tools v0.1.9
17592026-05-11T15:15:09.123Z Compiling typenum v1.19.0
17602026-05-11T15:15:09.126Z Compiling autocfg v1.5.0
17612026-05-11T15:15:09.126Z Compiling zmij v1.0.21
17622026-05-11T15:15:09.126Z Compiling serde_json v1.0.149
17632026-05-11T15:15:09.127Z Compiling memchr v2.8.0
17642026-05-11T15:15:09.281Z Compiling portable-atomic v1.13.1
17652026-05-11T15:15:09.455Z Compiling zerocopy v0.8.40
17662026-05-11T15:15:09.500Z Compiling libm v0.2.16
17672026-05-11T15:15:09.516Z Compiling smallvec v1.15.1
17682026-05-11T15:15:09.549Z Compiling parking_lot_core v0.9.12
17692026-05-11T15:15:09.627Z Compiling num-traits v0.2.19
17702026-05-11T15:15:09.673Z Compiling icu_normalizer_data v2.1.1
17712026-05-11T15:15:09.707Z Compiling icu_properties_data v2.1.2
17722026-05-11T15:15:09.711Z Compiling generic-array v0.14.7
17732026-05-11T15:15:09.729Z Compiling itoa v1.0.17
17742026-05-11T15:15:09.804Z Compiling getrandom v0.4.1
17752026-05-11T15:15:09.837Z Compiling log v0.4.29
17762026-05-11T15:15:09.865Z Compiling stable_deref_trait v1.2.1
17772026-05-11T15:15:09.879Z Compiling pkg-config v0.3.32
17782026-05-11T15:15:09.925Z Compiling subtle v2.6.1
17792026-05-11T15:15:10.062Z Compiling scopeguard v1.2.0
17802026-05-11T15:15:10.128Z Compiling jobserver v0.1.34
17812026-05-11T15:15:10.132Z Compiling getrandom v0.2.17
17822026-05-11T15:15:10.203Z Compiling errno v0.3.14
17832026-05-11T15:15:10.217Z Compiling lock_api v0.4.14
17842026-05-11T15:15:10.273Z Compiling percent-encoding v2.3.2
17852026-05-11T15:15:10.372Z Compiling cc v1.2.56
17862026-05-11T15:15:10.388Z Compiling rand_core v0.6.4
17872026-05-11T15:15:10.478Z Compiling litemap v0.8.1
17882026-05-11T15:15:10.499Z Compiling writeable v0.6.2
17892026-05-11T15:15:10.522Z Compiling fnv v1.0.7
17902026-05-11T15:15:10.538Z Compiling pin-project-lite v0.2.17
17912026-05-11T15:15:10.561Z Compiling syn v2.0.117
17922026-05-11T15:15:10.577Z Compiling thiserror v2.0.18
17932026-05-11T15:15:10.684Z Compiling getrandom v0.3.4
17942026-05-11T15:15:10.748Z Compiling critical-section v1.2.0
17952026-05-11T15:15:10.838Z Compiling schemars v0.8.22
17962026-05-11T15:15:10.842Z Compiling rustversion v1.0.22
17972026-05-11T15:15:10.855Z Compiling equivalent v1.0.2
17982026-05-11T15:15:10.907Z Compiling rand_core v0.10.0
17992026-05-11T15:15:10.940Z Compiling dunce v1.0.5
18002026-05-11T15:15:10.967Z Compiling utf8_iter v1.0.4
18012026-05-11T15:15:11.030Z Compiling fs_extra v1.3.0
18022026-05-11T15:15:11.066Z Compiling form_urlencoded v1.2.2
18032026-05-11T15:15:11.133Z Compiling cmake v0.1.57
18042026-05-11T15:15:11.241Z Compiling signal-hook-registry v1.4.8
18052026-05-11T15:15:11.261Z Compiling once_cell v1.21.3
18062026-05-11T15:15:11.314Z Compiling const-oid v0.9.6
18072026-05-11T15:15:11.405Z Compiling hashbrown v0.17.0
18082026-05-11T15:15:11.507Z Compiling parking_lot v0.12.5
18092026-05-11T15:15:11.525Z Compiling socket2 v0.6.3
18102026-05-11T15:15:11.541Z Compiling mio v1.2.0
18112026-05-11T15:15:11.583Z Compiling semver v1.0.28
18122026-05-11T15:15:11.748Z Compiling bitflags v2.11.0
18132026-05-11T15:15:11.752Z Compiling ring v0.17.14
18142026-05-11T15:15:11.827Z Compiling aws-lc-sys v0.37.1
18152026-05-11T15:15:11.893Z Compiling rustix v1.1.3
18162026-05-11T15:15:11.909Z Compiling indexmap v2.14.0
18172026-05-11T15:15:11.936Z Compiling aws-lc-rs v1.16.0
18182026-05-11T15:15:11.985Z Compiling strsim v0.11.1
18192026-05-11T15:15:12.034Z Compiling thiserror v1.0.69
18202026-05-11T15:15:12.038Z Compiling futures-core v0.3.32
18212026-05-11T15:15:12.219Z Compiling byteorder v1.5.0
18222026-05-11T15:15:12.248Z Compiling ucd-trie v0.1.7
18232026-05-11T15:15:12.266Z Compiling httparse v1.10.1
18242026-05-11T15:15:12.330Z Compiling vcpkg v0.2.15
18252026-05-11T15:15:12.344Z Compiling heck v0.5.0
18262026-05-11T15:15:12.347Z Compiling ident_case v1.0.1
18272026-05-11T15:15:12.347Z Compiling iana-time-zone v0.1.65
18282026-05-11T15:15:12.435Z Compiling pest v2.8.6
18292026-05-11T15:15:12.492Z Compiling syn v1.0.109
18302026-05-11T15:15:12.547Z Compiling uuid v1.23.0
18312026-05-11T15:15:12.586Z Compiling cpufeatures v0.2.17
18322026-05-11T15:15:12.685Z Compiling regex-syntax v0.8.10
18332026-05-11T15:15:12.711Z Compiling rustc_version v0.4.1
18342026-05-11T15:15:12.890Z Compiling rustls v0.23.37
18352026-05-11T15:15:12.894Z Compiling openssl-sys v0.9.114
18362026-05-11T15:15:12.936Z Compiling futures-sink v0.3.32
18372026-05-11T15:15:13.025Z Compiling futures-channel v0.3.32
18382026-05-11T15:15:13.075Z Compiling slab v0.4.12
18392026-05-11T15:15:13.106Z Compiling futures-io v0.3.32
18402026-05-11T15:15:13.122Z Compiling futures-task v0.3.32
18412026-05-11T15:15:13.270Z Compiling crc32fast v1.5.0
18422026-05-11T15:15:13.286Z Compiling plain v0.2.3
18432026-05-11T15:15:13.302Z Compiling synstructure v0.13.2
18442026-05-11T15:15:13.321Z Compiling serde_derive_internals v0.29.1
18452026-05-11T15:15:13.321Z Compiling dyn-clone v1.0.20
18462026-05-11T15:15:13.370Z Compiling aho-corasick v1.1.4
18472026-05-11T15:15:13.385Z Compiling crossbeam-utils v0.8.21
18482026-05-11T15:15:13.412Z Compiling time-core v0.1.8
18492026-05-11T15:15:13.485Z Compiling pest_meta v2.8.6
18502026-05-11T15:15:13.598Z Compiling num-conv v0.2.0
18512026-05-11T15:15:13.756Z Compiling time-macros v0.2.27
18522026-05-11T15:15:13.843Z Compiling pretty-hex v0.4.1
18532026-05-11T15:15:13.892Z Compiling base64 v0.22.1
18542026-05-11T15:15:13.943Z Compiling openssl v0.10.78
18552026-05-11T15:15:14.062Z Compiling anyhow v1.0.102
18562026-05-11T15:15:14.084Z Compiling pest_generator v2.8.6
18572026-05-11T15:15:14.120Z Compiling base64ct v1.8.3
18582026-05-11T15:15:14.189Z Compiling darling_core v0.21.3
18592026-05-11T15:15:14.205Z Compiling regex-automata v0.4.14
18602026-05-11T15:15:14.208Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18612026-05-11T15:15:14.368Z Compiling pem-rfc7468 v0.7.0
18622026-05-11T15:15:14.422Z Compiling flagset v0.4.7
18632026-05-11T15:15:14.437Z Compiling native-tls v0.2.18
18642026-05-11T15:15:14.480Z Compiling rand_core v0.9.5
18652026-05-11T15:15:14.564Z Compiling serde_derive v1.0.228
18662026-05-11T15:15:14.581Z Compiling zeroize_derive v1.4.3
18672026-05-11T15:15:14.602Z Compiling zerofrom-derive v0.1.6
18682026-05-11T15:15:14.619Z Compiling yoke-derive v0.8.1
18692026-05-11T15:15:14.651Z Compiling zerovec-derive v0.11.2
18702026-05-11T15:15:14.679Z Compiling displaydoc v0.2.5
18712026-05-11T15:15:14.715Z Compiling zerocopy-derive v0.8.40
18722026-05-11T15:15:14.737Z Compiling tokio-macros v2.7.0
18732026-05-11T15:15:14.760Z Compiling futures-macro v0.3.32
18742026-05-11T15:15:14.771Z Compiling thiserror-impl v2.0.18
18752026-05-11T15:15:14.800Z Compiling schemars_derive v0.8.22
18762026-05-11T15:15:14.805Z Compiling tracing-attributes v0.1.31
18772026-05-11T15:15:15.200Z Compiling zeroize v1.8.2
18782026-05-11T15:15:15.470Z Compiling der_derive v0.7.3
18792026-05-11T15:15:15.610Z Compiling thiserror-impl v1.0.69
18802026-05-11T15:15:15.626Z Compiling pest_derive v2.8.6
18812026-05-11T15:15:15.683Z Compiling futures-util v0.3.32
18822026-05-11T15:15:15.730Z Compiling zerofrom v0.1.6
18832026-05-11T15:15:15.882Z Compiling yoke v0.8.1
18842026-05-11T15:15:15.996Z Compiling crypto-common v0.1.7
18852026-05-11T15:15:16.057Z Compiling block-buffer v0.10.4
18862026-05-11T15:15:16.091Z Compiling block-padding v0.3.3
18872026-05-11T15:15:16.109Z Compiling zerovec v0.11.5
18882026-05-11T15:15:16.126Z Compiling zerotrie v0.2.3
18892026-05-11T15:15:16.231Z Compiling digest v0.10.7
18902026-05-11T15:15:16.279Z Compiling inout v0.1.4
18912026-05-11T15:15:16.420Z Compiling cipher v0.4.4
18922026-05-11T15:15:16.449Z Compiling hmac v0.12.1
18932026-05-11T15:15:16.483Z Compiling sha2 v0.10.9
18942026-05-11T15:15:16.525Z Compiling rustls-pki-types v1.14.0
18952026-05-11T15:15:16.584Z Compiling scroll_derive v0.12.1
18962026-05-11T15:15:16.609Z Compiling scroll_derive v0.13.1
18972026-05-11T15:15:16.675Z Compiling tinystr v0.8.2
18982026-05-11T15:15:16.710Z Compiling potential_utf v0.1.4
18992026-05-11T15:15:16.840Z Compiling icu_collections v2.1.1
19002026-05-11T15:15:16.913Z Compiling icu_locale_core v2.1.1
19012026-05-11T15:15:16.929Z Compiling openssl-macros v0.1.1
19022026-05-11T15:15:17.268Z Compiling regex v1.12.3
19032026-05-11T15:15:17.368Z Compiling der v0.7.10
19042026-05-11T15:15:17.390Z Compiling darling_macro v0.21.3
19052026-05-11T15:15:17.529Z Compiling zerocopy-derive v0.7.35
19062026-05-11T15:15:17.610Z Compiling icu_provider v2.1.1
19072026-05-11T15:15:17.697Z Compiling bytes v1.11.1
19082026-05-11T15:15:17.757Z Compiling chrono v0.4.44
19092026-05-11T15:15:17.879Z Compiling icu_normalizer v2.1.1
19102026-05-11T15:15:17.960Z Compiling icu_properties v2.1.2
19112026-05-11T15:15:18.047Z Compiling serde_tokenstream v0.2.3
19122026-05-11T15:15:18.295Z Compiling tokio v1.52.1
19132026-05-11T15:15:18.352Z Compiling http v1.4.0
19142026-05-11T15:15:18.640Z Compiling slog v2.8.2
19152026-05-11T15:15:18.729Z Compiling tracing-core v0.1.36
19162026-05-11T15:15:18.836Z Compiling idna_adapter v1.2.1
19172026-05-11T15:15:18.853Z Compiling untrusted v0.9.0
19182026-05-11T15:15:18.990Z Compiling idna v1.1.0
19192026-05-11T15:15:19.065Z Compiling ppv-lite86 v0.2.21
19202026-05-11T15:15:19.352Z Compiling url v2.5.8
19212026-05-11T15:15:19.367Z Compiling tracing v0.1.44
19222026-05-11T15:15:19.523Z Compiling spki v0.7.3
19232026-05-11T15:15:19.632Z Compiling darling v0.21.3
19242026-05-11T15:15:19.726Z Compiling salsa20 v0.10.2
19252026-05-11T15:15:19.742Z Compiling pbkdf2 v0.12.2
19262026-05-11T15:15:19.898Z Compiling cookie v0.18.1
19272026-05-11T15:15:20.107Z Compiling camino v1.2.2
19282026-05-11T15:15:20.191Z Compiling scrypt v0.11.0
19292026-05-11T15:15:20.332Z Compiling rand_chacha v0.9.0
19302026-05-11T15:15:20.405Z Compiling aes v0.8.4
19312026-05-11T15:15:20.457Z Compiling cbc v0.1.2
19322026-05-11T15:15:20.942Z Compiling usdt-impl v0.5.0
19332026-05-11T15:15:20.996Z Compiling either v1.15.0
19342026-05-11T15:15:21.072Z Compiling winnow v0.7.14
19352026-05-11T15:15:21.112Z Compiling ref-cast v1.0.25
19362026-05-11T15:15:21.178Z Compiling usdt-impl v0.6.0
19372026-05-11T15:15:21.212Z Compiling paste v1.0.15
19382026-05-11T15:15:21.424Z Compiling pkcs5 v0.7.1
19392026-05-11T15:15:21.428Z Compiling rand v0.9.2
19402026-05-11T15:15:21.526Z Compiling http-body v1.0.1
19412026-05-11T15:15:21.699Z Compiling toml_datetime v0.6.11
19422026-05-11T15:15:21.764Z Compiling serde_spanned v0.6.9
19432026-05-11T15:15:21.835Z Compiling scroll v0.13.0
19442026-05-11T15:15:21.851Z Compiling scroll v0.12.0
19452026-05-11T15:15:21.922Z Compiling heapless v0.7.17
19462026-05-11T15:15:21.957Z Compiling bzip2-sys v0.1.13+1.0.8
19472026-05-11T15:15:21.999Z Compiling tokio-util v0.7.18
19482026-05-11T15:15:22.021Z Compiling zstd-safe v7.2.4
19492026-05-11T15:15:22.187Z Compiling atomic-waker v1.1.2
19502026-05-11T15:15:22.250Z Compiling untrusted v0.7.1
19512026-05-11T15:15:22.283Z Compiling signal-hook v0.3.18
19522026-05-11T15:15:22.287Z Compiling openssl-probe v0.2.1
19532026-05-11T15:15:22.339Z Compiling goblin v0.8.2
19542026-05-11T15:15:22.396Z Compiling toml_parser v1.0.9+spec-1.1.0
19552026-05-11T15:15:22.503Z Compiling goblin v0.10.5
19562026-05-11T15:15:22.590Z Compiling pkcs8 v0.10.2
19572026-05-11T15:15:22.953Z Compiling zerocopy v0.7.35
19582026-05-11T15:15:22.966Z Compiling ref-cast-impl v1.0.25
19592026-05-11T15:15:23.012Z Compiling darling_core v0.20.11
19602026-05-11T15:15:23.080Z Compiling curve25519-dalek v4.1.3
19612026-05-11T15:15:23.366Z Compiling toml_datetime v0.7.5+spec-1.1.0
19622026-05-11T15:15:23.407Z Compiling memoffset v0.9.1
19632026-05-11T15:15:23.508Z Compiling tower-service v0.3.3
19642026-05-11T15:15:23.524Z Compiling try-lock v0.2.5
19652026-05-11T15:15:23.627Z Compiling tower-layer v0.3.3
19662026-05-11T15:15:23.659Z Compiling winnow v0.5.40
19672026-05-11T15:15:23.663Z Compiling litrs v1.0.0
19682026-05-11T15:15:23.692Z Compiling fastrand v2.3.0
19692026-05-11T15:15:23.804Z Compiling rustix v0.38.44
19702026-05-11T15:15:24.182Z Compiling tinyvec_macros v0.1.1
19712026-05-11T15:15:24.266Z Compiling tinyvec v1.10.0
19722026-05-11T15:15:24.267Z Compiling want v0.3.1
19732026-05-11T15:15:24.311Z Compiling document-features v0.2.12
19742026-05-11T15:15:24.568Z Compiling dof v0.3.0
19752026-05-11T15:15:24.624Z Compiling h2 v0.4.13
19762026-05-11T15:15:24.929Z Compiling darling_macro v0.20.11
19772026-05-11T15:15:24.971Z Compiling toml_edit v0.19.15
19782026-05-11T15:15:25.182Z Compiling dof v0.4.0
19792026-05-11T15:15:25.200Z Compiling dtrace-parser v0.2.0
19802026-05-11T15:15:25.417Z Compiling ipnet v2.11.0
19812026-05-11T15:15:25.515Z Compiling dtrace-parser v0.3.0
19822026-05-11T15:15:25.908Z Compiling daft-derive v0.1.5
19832026-05-11T15:15:25.924Z Compiling async-trait v0.1.89
19842026-05-11T15:15:26.002Z Compiling spin v0.9.8
19852026-05-11T15:15:26.021Z Compiling thread-id v5.1.0
19862026-05-11T15:15:26.125Z Compiling thread-id v4.2.2
19872026-05-11T15:15:26.141Z Compiling pin-utils v0.1.0
19882026-05-11T15:15:26.218Z Compiling httpdate v1.0.3
19892026-05-11T15:15:26.235Z Compiling powerfmt v0.2.0
19902026-05-11T15:15:26.238Z Compiling smoltcp v0.9.1
19912026-05-11T15:15:26.296Z Compiling cfg_aliases v0.2.1
19922026-05-11T15:15:26.387Z Compiling foreign-types-shared v0.1.1
19932026-05-11T15:15:26.415Z Compiling num-bigint-dig v0.8.6
19942026-05-11T15:15:26.514Z Compiling foreign-types v0.3.2
19952026-05-11T15:15:26.532Z Compiling tempfile v3.25.0
19962026-05-11T15:15:26.548Z Compiling nix v0.31.2
19972026-05-11T15:15:26.582Z Compiling deranged v0.5.8
19982026-05-11T15:15:26.823Z Compiling darling v0.20.11
19992026-05-11T15:15:26.922Z Compiling ipnetwork v0.21.1
20002026-05-11T15:15:27.159Z Compiling strum_macros v0.26.4
20012026-05-11T15:15:27.163Z Compiling curve25519-dalek-derive v0.1.1
20022026-05-11T15:15:27.351Z Compiling wait-timeout v0.2.1
20032026-05-11T15:15:27.474Z Compiling bit-vec v0.8.0
20042026-05-11T15:15:27.594Z Compiling hyper v1.8.1
20052026-05-11T15:15:27.778Z Compiling quick-error v1.2.3
20062026-05-11T15:15:27.827Z Compiling simd-adler32 v0.3.8
20072026-05-11T15:15:27.900Z Compiling utf8parse v0.2.2
20082026-05-11T15:15:27.932Z Compiling siphasher v1.0.2
20092026-05-11T15:15:28.028Z Compiling num_threads v0.1.7
20102026-05-11T15:15:28.074Z Compiling anstyle v1.0.13
20112026-05-11T15:15:28.099Z Compiling anstyle-parse v0.2.7
20122026-05-11T15:15:28.113Z Compiling time v0.3.47
20132026-05-11T15:15:28.148Z Compiling rusty-fork v0.3.1
20142026-05-11T15:15:28.318Z Compiling bit-set v0.8.0
20152026-05-11T15:15:28.706Z Compiling hyper-util v0.1.20
20162026-05-11T15:15:28.721Z Compiling derive_builder_core v0.20.2
20172026-05-11T15:15:29.021Z Compiling unicode-normalization v0.1.25
20182026-05-11T15:15:29.523Z Compiling rustls-native-certs v0.8.3
20192026-05-11T15:15:29.568Z Compiling signature v2.2.0
20202026-05-11T15:15:29.698Z Compiling hubpack_derive v0.1.1
20212026-05-11T15:15:29.735Z Compiling rand_xorshift v0.4.0
20222026-05-11T15:15:29.787Z Compiling strum_macros v0.27.2
20232026-05-11T15:15:30.013Z Compiling sync_wrapper v1.0.2
20242026-05-11T15:15:30.046Z Compiling ahash v0.8.12
20252026-05-11T15:15:30.141Z Compiling fs-err v3.3.0
20262026-05-11T15:15:30.213Z Compiling adler2 v2.0.1
20272026-05-11T15:15:30.343Z Compiling anstyle-query v1.1.5
20282026-05-11T15:15:30.362Z Compiling allocator-api2 v0.2.21
20292026-05-11T15:15:30.366Z Compiling unicode-bidi v0.3.18
20302026-05-11T15:15:30.474Z Compiling object v0.37.3
20312026-05-11T15:15:30.610Z Compiling unicode-segmentation v1.12.0
20322026-05-11T15:15:30.741Z Compiling is_terminal_polyfill v1.70.2
20332026-05-11T15:15:30.774Z Compiling unicode-properties v0.1.4
20342026-05-11T15:15:30.869Z Compiling colorchoice v1.0.4
20352026-05-11T15:15:30.919Z Compiling unarray v0.1.4
20362026-05-11T15:15:30.998Z Compiling anstream v0.6.21
20372026-05-11T15:15:31.015Z Compiling stringprep v0.1.5
20382026-05-11T15:15:31.018Z Compiling miniz_oxide v0.8.9
20392026-05-11T15:15:31.062Z Compiling proptest v1.10.0
20402026-05-11T15:15:31.274Z Compiling tower v0.5.3
20412026-05-11T15:15:31.324Z Compiling derive_builder_macro v0.20.2
20422026-05-11T15:15:31.563Z Compiling usdt-attr-macro v0.6.0
20432026-05-11T15:15:31.579Z Compiling usdt-macro v0.6.0
20442026-05-11T15:15:31.971Z Compiling http-body-util v0.1.3
20452026-05-11T15:15:32.265Z Compiling webpki-roots v1.0.6
20462026-05-11T15:15:32.314Z Compiling rand_chacha v0.3.1
20472026-05-11T15:15:32.353Z Compiling erased-serde v0.3.31
20482026-05-11T15:15:32.369Z Compiling md-5 v0.10.6
20492026-05-11T15:15:32.526Z Compiling num-integer v0.1.46
20502026-05-11T15:15:32.543Z Compiling hash32 v0.2.1
20512026-05-11T15:15:32.560Z Compiling vergen-lib v0.1.6
20522026-05-11T15:15:32.592Z Compiling ff v0.13.1
20532026-05-11T15:15:32.656Z Compiling base16ct v0.2.0
20542026-05-11T15:15:32.686Z Compiling ryu v1.0.23
20552026-05-11T15:15:32.701Z Compiling zlib-rs v0.6.2
20562026-05-11T15:15:32.765Z Compiling iri-string v0.7.10
20572026-05-11T15:15:32.787Z Compiling psl-types v2.0.11
20582026-05-11T15:15:32.829Z Compiling fallible-iterator v0.2.0
20592026-05-11T15:15:32.844Z Compiling serde_urlencoded v0.7.1
20602026-05-11T15:15:32.909Z Compiling publicsuffix v2.3.0
20612026-05-11T15:15:32.982Z Compiling sec1 v0.7.3
20622026-05-11T15:15:33.001Z Compiling num-iter v0.1.45
20632026-05-11T15:15:33.017Z Compiling group v0.13.0
20642026-05-11T15:15:33.061Z Compiling newtype-uuid v1.3.2
20652026-05-11T15:15:33.118Z Compiling postgres-protocol v0.6.10
20662026-05-11T15:15:33.266Z Compiling rand v0.8.5
20672026-05-11T15:15:33.481Z Compiling oxnet v0.1.4
20682026-05-11T15:15:33.571Z Compiling derive_builder v0.20.2
20692026-05-11T15:15:33.730Z Compiling tokio-native-tls v0.3.1
20702026-05-11T15:15:33.746Z Compiling heck v0.4.1
20712026-05-11T15:15:33.797Z Compiling phf_shared v0.13.1
20722026-05-11T15:15:33.884Z Compiling tower-http v0.6.8
20732026-05-11T15:15:33.900Z Compiling lazy_static v1.5.0
20742026-05-11T15:15:33.980Z Compiling terminal_size v0.4.3
20752026-05-11T15:15:33.998Z Compiling serde_with_macros v3.17.0
20762026-05-11T15:15:34.029Z Compiling cargo-platform v0.1.9
20772026-05-11T15:15:34.061Z Compiling hkdf v0.12.4
20782026-05-11T15:15:34.077Z Compiling crypto-bigint v0.5.5
20792026-05-11T15:15:34.129Z Compiling serde_repr v0.1.20
20802026-05-11T15:15:34.145Z Compiling enum-as-inner v0.6.1
20812026-05-11T15:15:34.203Z Compiling clap_derive v4.5.55
20822026-05-11T15:15:34.242Z Compiling vergen v9.0.6
20832026-05-11T15:15:34.407Z Compiling managed v0.8.0
20842026-05-11T15:15:34.458Z Compiling clap_lex v1.0.0
20852026-05-11T15:15:34.644Z Compiling foldhash v0.1.5
20862026-05-11T15:15:34.660Z Compiling foldhash v0.2.0
20872026-05-11T15:15:34.679Z Compiling libbz2-rs-sys v0.2.2
20882026-05-11T15:15:34.693Z Compiling bitflags v1.3.2
20892026-05-11T15:15:34.697Z Compiling bumpalo v3.20.2
20902026-05-11T15:15:34.724Z Compiling flate2 v1.1.9
20912026-05-11T15:15:34.801Z Compiling hashbrown v0.15.5
20922026-05-11T15:15:34.829Z Compiling hashbrown v0.16.1
20932026-05-11T15:15:34.888Z Compiling clap_builder v4.5.60
20942026-05-11T15:15:34.956Z Compiling zopfli v0.8.3
20952026-05-11T15:15:34.984Z Compiling elliptic-curve v0.13.8
20962026-05-11T15:15:35.131Z Compiling bzip2 v0.6.1
20972026-05-11T15:15:35.358Z Compiling cargo_metadata v0.19.2
20982026-05-11T15:15:35.621Z Compiling phf v0.13.1
20992026-05-11T15:15:35.806Z Compiling zstd v0.13.3
21002026-05-11T15:15:35.822Z Compiling hyper-tls v0.6.0
21012026-05-11T15:15:35.839Z Compiling signal-hook-mio v0.2.5
21022026-05-11T15:15:35.974Z Compiling daft v0.1.5
21032026-05-11T15:15:36.079Z Compiling cookie_store v0.22.1
21042026-05-11T15:15:36.095Z Compiling postgres-types v0.2.12
21052026-05-11T15:15:36.278Z Compiling bzip2 v0.4.4
21062026-05-11T15:15:36.381Z Compiling strum v0.27.2
21072026-05-11T15:15:36.535Z Compiling hubpack v0.1.2
21082026-05-11T15:15:36.589Z Compiling ed25519 v2.2.3
21092026-05-11T15:15:36.605Z Compiling phf_shared v0.11.3
21102026-05-11T15:15:36.658Z Compiling crossbeam-epoch v0.9.18
21112026-05-11T15:15:36.695Z Compiling pkcs1 v0.7.5
21122026-05-11T15:15:36.794Z Compiling hex v0.4.3
21132026-05-11T15:15:36.830Z Compiling serde-big-array v0.5.1
21142026-05-11T15:15:36.935Z Compiling rfc6979 v0.4.0
21152026-05-11T15:15:36.993Z Compiling bstr v1.12.1
21162026-05-11T15:15:37.079Z Compiling float-cmp v0.10.0
21172026-05-11T15:15:37.094Z Compiling memmap2 v0.9.10
21182026-05-11T15:15:37.111Z Compiling env_filter v1.0.0
21192026-05-11T15:15:37.131Z Compiling encoding_rs v0.8.35
21202026-05-11T15:15:37.187Z Compiling rustc-hash v2.1.1
21212026-05-11T15:15:37.204Z Compiling static_assertions v1.1.0
21222026-05-11T15:15:37.237Z Compiling difflib v0.4.0
21232026-05-11T15:15:37.253Z Compiling jiff v0.2.21
21242026-05-11T15:15:37.295Z Compiling fixedbitset v0.4.2
21252026-05-11T15:15:37.321Z Compiling whoami v2.1.0
21262026-05-11T15:15:37.336Z Compiling new_debug_unreachable v1.0.6
21272026-05-11T15:15:37.340Z Compiling toml_write v0.1.2
21282026-05-11T15:15:37.430Z Compiling precomputed-hash v0.1.1
21292026-05-11T15:15:37.516Z Compiling fixedbitset v0.5.7
21302026-05-11T15:15:37.549Z Compiling predicates-core v1.0.10
21312026-05-11T15:15:37.568Z Compiling mime v0.3.17
21322026-05-11T15:15:37.593Z Compiling normalize-line-endings v0.3.0
21332026-05-11T15:15:37.671Z Compiling keccak v0.1.6
21342026-05-11T15:15:37.695Z Compiling data-encoding v2.10.0
21352026-05-11T15:15:37.710Z Compiling predicates v3.1.4
21362026-05-11T15:15:37.727Z Compiling petgraph v0.8.3
21372026-05-11T15:15:37.813Z Compiling tokio-postgres v0.7.16
21382026-05-11T15:15:37.828Z Compiling sha3 v0.10.8
21392026-05-11T15:15:37.886Z Compiling toml_edit v0.22.27
21402026-05-11T15:15:38.146Z Compiling hickory-proto v0.25.2
21412026-05-11T15:15:38.235Z Compiling string_cache v0.8.9
21422026-05-11T15:15:38.365Z Compiling petgraph v0.6.5
21432026-05-11T15:15:38.471Z Compiling similar v2.7.0
21442026-05-11T15:15:38.475Z Compiling iddqd v0.3.18
21452026-05-11T15:15:38.644Z Compiling env_logger v0.11.9
21462026-05-11T15:15:38.972Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21472026-05-11T15:15:39.196Z Compiling usdt v0.6.0
21482026-05-11T15:15:39.614Z Compiling serde_with v3.17.0
21492026-05-11T15:15:39.813Z Compiling zip v4.6.1
21502026-05-11T15:15:39.856Z Compiling ecdsa v0.16.9
21512026-05-11T15:15:39.872Z Compiling rsa v0.9.10
21522026-05-11T15:15:40.169Z Compiling ed25519-dalek v2.2.0
21532026-05-11T15:15:40.791Z Compiling zip v0.6.6
21542026-05-11T15:15:40.905Z Compiling crossterm v0.28.1
21552026-05-11T15:15:40.921Z Compiling clap v4.5.60
21562026-05-11T15:15:41.339Z Compiling strum v0.26.3
21572026-05-11T15:15:41.392Z Compiling toml v0.7.8
21582026-05-11T15:15:41.489Z Compiling tokio-stream v0.1.18
21592026-05-11T15:15:41.545Z Compiling buf-list v1.1.2
21602026-05-11T15:15:41.648Z Compiling itertools v0.13.0
21612026-05-11T15:15:41.785Z Compiling x509-cert v0.2.5
21622026-05-11T15:15:41.817Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21632026-05-11T15:15:41.966Z Compiling openapiv3 v2.2.0
21642026-05-11T15:15:42.125Z Compiling sha1 v0.10.6
21652026-05-11T15:15:42.680Z Compiling peg-runtime v0.8.5
21662026-05-11T15:15:42.692Z Compiling lalrpop-util v0.19.12
21672026-05-11T15:15:58.626Z Compiling macaddr v1.0.1
21682026-05-11T15:15:58.779Z Compiling structmeta-derive v0.3.0
21692026-05-11T15:15:58.921Z Compiling rayon-core v1.13.0
21702026-05-11T15:15:58.937Z Compiling crucible-workspace-hack v0.1.0
21712026-05-11T15:15:58.956Z Compiling itertools v0.14.0
21722026-05-11T15:15:59.168Z Compiling secrecy v0.10.3
21732026-05-11T15:15:59.200Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21742026-05-11T15:15:59.216Z Compiling heapless v0.8.0
21752026-05-11T15:15:59.369Z Compiling rustls v0.22.4
21762026-05-11T15:15:59.610Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21772026-05-11T15:15:59.648Z Compiling crossbeam-deque v0.8.6
21782026-05-11T15:15:59.665Z Compiling toml_edit v0.23.10+spec-1.0.0
21792026-05-11T15:15:59.687Z Compiling rustls-webpki v0.102.8
21802026-05-11T15:15:59.771Z Compiling structmeta v0.3.0
21812026-05-11T15:15:59.787Z Compiling futures-executor v0.3.32
21822026-05-11T15:15:59.894Z Compiling hash32 v0.3.1
21832026-05-11T15:15:59.956Z Compiling multer v3.1.0
21842026-05-11T15:15:59.995Z Compiling thread_local v1.1.9
21852026-05-11T15:16:00.011Z Compiling slog-async v2.8.0
21862026-05-11T15:16:00.077Z Compiling compression-core v0.4.31
21872026-05-11T15:16:00.178Z Compiling unicode-width v0.2.0
21882026-05-11T15:16:00.208Z Compiling ingot-macros v0.1.1
21892026-05-11T15:16:00.283Z Compiling match_cfg v0.1.0
21902026-05-11T15:16:00.300Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21912026-05-11T15:16:00.303Z Compiling smoltcp v0.11.0
21922026-05-11T15:16:00.364Z Compiling hostname v0.3.1
21932026-05-11T15:16:00.380Z Compiling compression-codecs v0.4.37
21942026-05-11T15:16:00.396Z Compiling proc-macro-crate v3.4.0
21952026-05-11T15:16:00.562Z Compiling rustls-webpki v0.103.9
21962026-05-11T15:16:00.630Z Compiling derive-ex v0.1.8
21972026-05-11T15:16:00.688Z Compiling futures v0.3.32
21982026-05-11T15:16:00.810Z Compiling slog-json v2.6.1
21992026-05-11T15:16:00.865Z Compiling crossbeam-channel v0.5.15
22002026-05-11T15:16:00.904Z Compiling half v2.7.1
22012026-05-11T15:16:00.920Z Compiling newtype-uuid-macros v0.1.0
22022026-05-11T15:16:01.136Z Compiling cobs v0.3.0
22032026-05-11T15:16:01.282Z Compiling thiserror-impl-no-std v2.0.2
22042026-05-11T15:16:01.382Z Compiling universal-hash v0.5.1
22052026-05-11T15:16:01.432Z Compiling async-stream-impl v0.3.6
22062026-05-11T15:16:01.523Z Compiling serde_spanned v1.0.4
22072026-05-11T15:16:01.553Z Compiling toml_datetime v1.0.0+spec-1.1.0
22082026-05-11T15:16:01.575Z Compiling is-terminal v0.4.17
22092026-05-11T15:16:01.656Z Compiling proc-macro-error-attr v1.0.4
22102026-05-11T15:16:01.695Z Compiling dropshot v0.17.0
22112026-05-11T15:16:01.712Z Compiling convert_case v0.4.0
22122026-05-11T15:16:01.869Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22132026-05-11T15:16:01.908Z Compiling term v1.2.1
22142026-05-11T15:16:01.995Z Compiling toml_writer v1.0.6+spec-1.1.0
22152026-05-11T15:16:02.010Z Compiling opaque-debug v0.3.1
22162026-05-11T15:16:02.028Z Compiling ciborium-io v0.2.2
22172026-05-11T15:16:02.081Z Compiling take_mut v0.2.2
22182026-05-11T15:16:02.126Z Compiling ciborium-ll v0.2.2
22192026-05-11T15:16:02.147Z Compiling poly1305 v0.8.0
22202026-05-11T15:16:02.167Z Compiling test-strategy v0.4.5
22212026-05-11T15:16:02.217Z Compiling toml v1.0.6+spec-1.1.0
22222026-05-11T15:16:02.273Z Compiling slog-term v2.9.2
22232026-05-11T15:16:02.305Z Compiling thiserror-no-std v2.0.2
22242026-05-11T15:16:02.309Z Compiling derive_more v0.99.20
22252026-05-11T15:16:02.409Z Compiling async-stream v0.3.6
22262026-05-11T15:16:02.538Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22272026-05-11T15:16:02.625Z Compiling tokio-rustls v0.25.0
22282026-05-11T15:16:02.785Z Compiling postcard v1.1.3
22292026-05-11T15:16:02.819Z Compiling ingot-types v0.1.2
22302026-05-11T15:16:03.173Z Compiling slog-bunyan v2.5.0
22312026-05-11T15:16:03.279Z Compiling ingot v0.1.1
22322026-05-11T15:16:03.370Z Compiling num_enum_derive v0.7.5
22332026-05-11T15:16:03.444Z Compiling async-compression v0.4.41
22342026-05-11T15:16:03.543Z Compiling parse-display-derive v0.10.0
22352026-05-11T15:16:03.733Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22362026-05-11T15:16:03.929Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22372026-05-11T15:16:04.184Z Compiling tokio-rustls v0.26.4
22382026-05-11T15:16:04.254Z Compiling rustls-platform-verifier v0.6.2
22392026-05-11T15:16:04.313Z Compiling proc-macro-crate v1.3.1
22402026-05-11T15:16:04.450Z Compiling hyper-rustls v0.27.7
22412026-05-11T15:16:04.466Z Compiling backon v1.6.0
22422026-05-11T15:16:04.483Z Compiling waitgroup v0.1.2
22432026-05-11T15:16:04.499Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22442026-05-11T15:16:04.660Z Compiling password-hash v0.5.0
22452026-05-11T15:16:04.675Z Compiling dropshot_endpoint v0.17.0
22462026-05-11T15:16:04.691Z Compiling reqwest v0.13.2
22472026-05-11T15:16:04.739Z Compiling reqwest v0.12.28
22482026-05-11T15:16:04.781Z Compiling chacha20 v0.9.1
22492026-05-11T15:16:05.024Z Compiling rustls-pemfile v2.2.0
22502026-05-11T15:16:05.054Z Compiling blake2 v0.10.6
22512026-05-11T15:16:05.320Z Compiling aead v0.5.2
22522026-05-11T15:16:05.335Z Compiling foreign-types-macros v0.2.3
22532026-05-11T15:16:05.514Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22542026-05-11T15:16:05.616Z Compiling serde_path_to_error v0.1.20
22552026-05-11T15:16:05.619Z Compiling hostname v0.4.2
22562026-05-11T15:16:05.648Z Compiling proc-macro-error v1.0.4
22572026-05-11T15:16:05.702Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22582026-05-11T15:16:05.719Z Compiling instant v0.1.13
22592026-05-11T15:16:05.807Z Compiling typeid v1.0.3
22602026-05-11T15:16:05.864Z Compiling debug-ignore v1.0.5
22612026-05-11T15:16:05.880Z Compiling foreign-types-shared v0.3.1
22622026-05-11T15:16:05.929Z Compiling cpufeatures v0.3.0
22632026-05-11T15:16:05.980Z Compiling foreign-types v0.5.0
22642026-05-11T15:16:06.021Z Compiling backoff v0.4.0
22652026-05-11T15:16:06.024Z Compiling chacha20 v0.10.0
22662026-05-11T15:16:06.053Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22672026-05-11T15:16:06.057Z Compiling chacha20poly1305 v0.10.1
22682026-05-11T15:16:06.092Z Compiling argon2 v0.5.3
22692026-05-11T15:16:06.126Z Compiling parse-display v0.10.0
22702026-05-11T15:16:06.142Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22712026-05-11T15:16:06.159Z Compiling num_enum_derive v0.5.11
22722026-05-11T15:16:06.182Z Compiling num_enum v0.7.5
22732026-05-11T15:16:06.253Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
22742026-05-11T15:16:06.295Z Compiling vsss-rs v3.3.4
22752026-05-11T15:16:06.332Z Compiling ciborium v0.2.2
22762026-05-11T15:16:06.640Z Compiling tabwriter v1.4.1
22772026-05-11T15:16:06.663Z Compiling regress v0.10.5
22782026-05-11T15:16:07.041Z Compiling byte-wrapper v0.1.0
22792026-05-11T15:16:07.083Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22802026-05-11T15:16:07.135Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22812026-05-11T15:16:07.176Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22822026-05-11T15:16:07.563Z Compiling cstr-argument v0.1.2
22832026-05-11T15:16:07.581Z Compiling erased-serde v0.4.9
22842026-05-11T15:16:07.640Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22852026-05-11T15:16:07.736Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22862026-05-11T15:16:07.779Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22872026-05-11T15:16:07.811Z Compiling num_enum v0.5.11
22882026-05-11T15:16:07.922Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22892026-05-11T15:16:07.938Z Compiling rand v0.10.0
22902026-05-11T15:16:07.974Z Compiling rayon v1.11.0
22912026-05-11T15:16:07.989Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
22922026-05-11T15:16:08.102Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22932026-05-11T15:16:08.118Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22942026-05-11T15:16:08.179Z Compiling indent_write v2.2.0
22952026-05-11T15:16:08.182Z Compiling libefi-sys v0.1.0
22962026-05-11T15:16:08.182Z Compiling colored v3.1.1
22972026-05-11T15:16:08.226Z Compiling zone_cfg_derive v0.3.1
22982026-05-11T15:16:08.368Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22992026-05-11T15:16:08.453Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23002026-05-11T15:16:08.501Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23012026-05-11T15:16:08.589Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23022026-05-11T15:16:08.722Z Compiling camino-tempfile v1.4.1
23032026-05-11T15:16:08.828Z Compiling itertools v0.12.1
23042026-05-11T15:16:08.852Z Compiling usdt-macro v0.5.0
23052026-05-11T15:16:08.898Z Compiling usdt-attr-macro v0.5.0
23062026-05-11T15:16:08.918Z Compiling num-derive v0.4.2
23072026-05-11T15:16:08.971Z Compiling bitfield-struct v0.6.2
23082026-05-11T15:16:09.008Z Compiling blake3 v1.8.3
23092026-05-11T15:16:09.134Z Compiling ordered-float v2.10.1
23102026-05-11T15:16:09.375Z Compiling memmap v0.7.0
23112026-05-11T15:16:09.436Z Compiling sigpipe v0.1.3
23122026-05-11T15:16:09.558Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23132026-05-11T15:16:09.579Z Compiling swrite v0.1.0
23142026-05-11T15:16:09.610Z Compiling glob v0.3.3
23152026-05-11T15:16:09.631Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23162026-05-11T15:16:09.652Z Compiling usdt v0.5.0
23172026-05-11T15:16:09.714Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23182026-05-11T15:16:09.829Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23192026-05-11T15:16:09.967Z Compiling serde-value v0.7.0
23202026-05-11T15:16:10.085Z Compiling serde-untagged v0.1.9
23212026-05-11T15:16:10.132Z Compiling zone v0.3.1
23222026-05-11T15:16:10.279Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23232026-05-11T15:16:10.481Z Compiling toml v0.8.23
23242026-05-11T15:16:10.549Z Compiling smf v0.2.3
23252026-05-11T15:16:10.565Z Compiling filetime v0.2.27
23262026-05-11T15:16:10.582Z Compiling unicode-xid v0.2.6
23272026-05-11T15:16:10.598Z Compiling whoami v1.6.1
23282026-05-11T15:16:10.634Z Compiling xattr v1.6.1
23292026-05-11T15:16:10.725Z Compiling arrayvec v0.7.6
23302026-05-11T15:16:10.745Z Compiling same-file v1.0.6
23312026-05-11T15:16:10.796Z Compiling constant_time_eq v0.4.2
23322026-05-11T15:16:10.847Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23332026-05-11T15:16:10.904Z Compiling arrayref v0.3.9
23342026-05-11T15:16:10.939Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23352026-05-11T15:16:10.955Z Compiling cargo-util-schemas v0.8.2
23362026-05-11T15:16:11.003Z Compiling walkdir v2.5.0
23372026-05-11T15:16:11.030Z Compiling tar v0.4.45
23382026-05-11T15:16:11.075Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23392026-05-11T15:16:11.333Z Compiling tokio-dtrace v0.1.1
23402026-05-11T15:16:11.380Z Compiling console v0.16.2
23412026-05-11T15:16:11.631Z Compiling gethostname v0.5.0
23422026-05-11T15:16:11.679Z Compiling cargo-platform v0.2.0
23432026-05-11T15:16:11.746Z Compiling topological-sort v0.2.2
23442026-05-11T15:16:11.762Z Compiling unit-prefix v0.5.2
23452026-05-11T15:16:11.766Z Compiling oxide-tokio-rt v0.1.4
23462026-05-11T15:16:11.794Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23472026-05-11T15:16:11.937Z Compiling indicatif v0.18.4
23482026-05-11T15:16:11.952Z Compiling shell-words v1.1.1
23492026-05-11T15:16:12.152Z Compiling cargo_metadata v0.21.0
23502026-05-11T15:16:21.432Z Compiling progenitor-client v0.14.0
23512026-05-11T15:16:21.448Z Compiling progenitor-client v0.10.0
23522026-05-11T15:16:21.448Z Compiling omicron-zone-package v0.12.2
23532026-05-11T15:16:21.522Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23542026-05-11T15:16:21.525Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23552026-05-11T15:16:21.525Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23562026-05-11T15:16:21.571Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23572026-05-11T15:16:21.589Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23582026-05-11T15:16:21.720Z Compiling progenitor-extras v0.2.0
23592026-05-11T15:16:21.870Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23602026-05-11T15:16:21.914Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23612026-05-11T15:16:21.931Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23622026-05-11T15:16:21.949Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23632026-05-11T15:16:26.317Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23642026-05-11T15:16:33.694Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23652026-05-11T15:16:36.749Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23662026-05-11T15:16:37.736Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23672026-05-11T15:16:46.915Z Finished `release` profile [optimized] target(s) in 1m 38s
23682026-05-11T15:16:47.066Z Running `target/release/omicron-package -t test target create -p dev`
23692026-05-11T15:16:47.130ZLogging to: /work/oxidecomputer/omicron/out/LOG
23702026-05-11T15:16:47.134ZCreated new build target 'test' and set it as active
23712026-05-11T15:16:47.134Z
23722026-05-11T15:16:47.134Zreal 1:39.041365036
23732026-05-11T15:16:47.134Zuser 16:23.637118085
23742026-05-11T15:16:47.134Zsys 2:33.176359785
23752026-05-11T15:16:47.134Ztrap 0.453159427
23762026-05-11T15:16:47.134Ztflt 2.752051763
23772026-05-11T15:16:47.134Zdflt 3.685327288
23782026-05-11T15:16:47.134Zkflt 0.001207930
23792026-05-11T15:16:47.134Zlock 51:24.549695043
23802026-05-11T15:16:47.134Zslp 42:03.398577986
23812026-05-11T15:16:47.134Zlat 45.482036146
23822026-05-11T15:16:47.134Zstop 5:23.327374640
23832026-05-11T15:16:47.137Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23842026-05-11T15:16:48.009Z Finished `release` profile [optimized] target(s) in 0.86s
23852026-05-11T15:16:48.085Z Running `target/release/omicron-package -t test package`
23862026-05-11T15:16:48.144ZLogging to: /work/oxidecomputer/omicron/out/LOG
23872026-05-11T15:16:49.537Z Compiling heck v0.5.0
23882026-05-11T15:16:49.537Z Compiling regress v0.11.1
23892026-05-11T15:16:49.537Z Compiling unsafe-libyaml v0.2.11
23902026-05-11T15:16:49.797Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23912026-05-11T15:16:49.823Z Compiling regress v0.10.5
23922026-05-11T15:16:49.848Z Compiling unicode-width v0.1.14
23932026-05-11T15:16:49.851Z Compiling is-terminal v0.4.17
23942026-05-11T15:16:49.887Z Compiling prettyplease v0.2.37
23952026-05-11T15:16:49.891Z Compiling bytecount v0.6.9
23962026-05-11T15:16:49.891Z Compiling rustls v0.22.4
23972026-05-11T15:16:49.891Z Compiling rustls-webpki v0.102.8
23982026-05-11T15:16:49.926Z Compiling derive-where v1.6.0
23992026-05-11T15:16:49.929Z Compiling thread_local v1.1.9
24002026-05-11T15:16:49.929Z Compiling compression-core v0.4.31
24012026-05-11T15:16:49.947Z Compiling match_cfg v0.1.0
24022026-05-11T15:16:50.048Z Compiling hostname v0.3.1
24032026-05-11T15:16:50.048Z Compiling multer v3.1.0
24042026-05-11T15:16:50.088Z Compiling slog-async v2.8.0
24052026-05-11T15:16:50.115Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24062026-05-11T15:16:50.136Z Compiling crossbeam-channel v0.5.15
24072026-05-11T15:16:50.140Z Compiling slog-json v2.6.1
24082026-05-11T15:16:50.156Z Compiling compression-codecs v0.4.37
24092026-05-11T15:16:50.200Z Compiling futures-executor v0.3.32
24102026-05-11T15:16:50.200Z Compiling serde_spanned v1.0.4
24112026-05-11T15:16:50.204Z Compiling toml_datetime v1.0.0+spec-1.1.0
24122026-05-11T15:16:50.258Z Compiling serde_yaml v0.9.34+deprecated
24132026-05-11T15:16:50.397Z Compiling toml_writer v1.0.6+spec-1.1.0
24142026-05-11T15:16:50.435Z Compiling take_mut v0.2.2
24152026-05-11T15:16:50.438Z Compiling term v1.2.1
24162026-05-11T15:16:50.438Z Compiling futures v0.3.32
24172026-05-11T15:16:50.496Z Compiling slog-bunyan v2.5.0
24182026-05-11T15:16:50.521Z Compiling async-compression v0.4.41
24192026-05-11T15:16:50.611Z Compiling toml v1.0.6+spec-1.1.0
24202026-05-11T15:16:50.657Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24212026-05-11T15:16:50.680Z Compiling dropshot v0.17.0
24222026-05-11T15:16:50.698Z Compiling async-stream v0.3.6
24232026-05-11T15:16:50.744Z Compiling num-rational v0.4.2
24242026-05-11T15:16:50.819Z Compiling slog-term v2.9.2
24252026-05-11T15:16:50.868Z Compiling progenitor-client v0.14.0
24262026-05-11T15:16:50.893Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24272026-05-11T15:16:50.985Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24282026-05-11T15:16:51.005Z Compiling waitgroup v0.1.2
24292026-05-11T15:16:51.028Z Compiling backon v1.6.0
24302026-05-11T15:16:51.098Z Compiling rustls-pemfile v2.2.0
24312026-05-11T15:16:51.135Z Compiling num-complex v0.4.6
24322026-05-11T15:16:51.163Z Compiling serde_path_to_error v0.1.20
24332026-05-11T15:16:51.187Z Compiling hostname v0.4.2
24342026-05-11T15:16:51.237Z Compiling instant v0.1.13
24352026-05-11T15:16:51.260Z Compiling typify-impl v0.6.2
24362026-05-11T15:16:51.320Z Compiling debug-ignore v1.0.5
24372026-05-11T15:16:51.341Z Compiling backoff v0.4.0
24382026-05-11T15:16:51.345Z Compiling progenitor-extras v0.2.0
24392026-05-11T15:16:51.385Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24402026-05-11T15:16:51.458Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24412026-05-11T15:16:51.575Z Compiling num v0.4.3
24422026-05-11T15:16:51.579Z Compiling parse-display v0.10.0
24432026-05-11T15:16:51.616Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24442026-05-11T15:16:51.638Z Compiling progenitor-client v0.13.0
24452026-05-11T15:16:51.679Z Compiling progenitor-client v0.10.0
24462026-05-11T15:16:51.741Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24472026-05-11T15:16:51.744Z Compiling macaddr v1.0.1
24482026-05-11T15:16:51.762Z Compiling float-ord v0.3.2
24492026-05-11T15:16:51.838Z Compiling console v0.15.11
24502026-05-11T15:16:51.951Z Compiling newline-converter v0.3.0
24512026-05-11T15:16:52.000Z Compiling atomicwrites v0.4.4
24522026-05-11T15:16:52.035Z Compiling slog-dtrace v0.3.0
24532026-05-11T15:16:52.173Z Compiling tokio-rustls v0.25.0
24542026-05-11T15:16:52.215Z Compiling expectorate v1.2.0
24552026-05-11T15:16:52.258Z Compiling async-recursion v1.1.1
24562026-05-11T15:16:52.339Z Compiling cancel-safe-futures v0.1.5
24572026-05-11T15:16:52.380Z Compiling owo-colors v4.3.0
24582026-05-11T15:16:52.442Z Compiling libsw-core v0.3.2
24592026-05-11T15:16:52.464Z Compiling resolv-conf v0.7.6
24602026-05-11T15:16:52.539Z Compiling toml v0.8.23
24612026-05-11T15:16:52.698Z Compiling libsw v3.5.0
24622026-05-11T15:16:52.868Z Compiling linear-map v1.2.0
24632026-05-11T15:16:52.916Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24642026-05-11T15:16:52.970Z Compiling minimal-lexical v0.2.1
24652026-05-11T15:16:53.019Z Compiling linked-hash-map v0.5.6
24662026-05-11T15:16:53.125Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24672026-05-11T15:16:53.149Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24682026-05-11T15:16:53.152Z Compiling unicode-xid v0.2.6
24692026-05-11T15:16:53.195Z Compiling nom v7.1.3
24702026-05-11T15:16:53.241Z Compiling lru-cache v0.1.2
24712026-05-11T15:16:53.262Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24722026-05-11T15:16:53.266Z Compiling globset v0.4.18
24732026-05-11T15:16:53.330Z Compiling hickory-proto v0.24.4
24742026-05-11T15:16:53.352Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24752026-05-11T15:16:53.416Z Compiling convert_case v0.10.0
24762026-05-11T15:16:53.715Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24772026-05-11T15:16:53.738Z Compiling derive_more-impl v2.1.1
24782026-05-11T15:16:54.183Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24792026-05-11T15:16:54.500Z Compiling pin-project-internal v1.1.11
24802026-05-11T15:16:54.542Z Compiling derive_more v2.1.1
24812026-05-11T15:16:54.617Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24822026-05-11T15:16:54.655Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24832026-05-11T15:16:54.746Z Compiling typify-macro v0.6.2
24842026-05-11T15:16:54.916Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24852026-05-11T15:16:55.171Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24862026-05-11T15:16:55.350Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24872026-05-11T15:16:55.546Z Compiling pin-project v1.1.11
24882026-05-11T15:16:55.683Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24892026-05-11T15:16:55.894Z Compiling hickory-resolver v0.24.4
24902026-05-11T15:16:56.006Z Compiling papergrid v0.11.0
24912026-05-11T15:16:56.032Z Compiling tabled_derive v0.7.0
24922026-05-11T15:16:56.299Z Compiling typify v0.6.2
24932026-05-11T15:16:56.592Z Compiling progenitor-impl v0.14.0
24942026-05-11T15:16:56.854Z Compiling progenitor-impl v0.13.0
24952026-05-11T15:16:57.079Z Compiling qorb v0.4.1
24962026-05-11T15:16:57.643Z Compiling pem v3.0.6
24972026-05-11T15:16:58.364Z Compiling snafu-derive v0.8.9
24982026-05-11T15:16:58.751Z Compiling progenitor-macro v0.14.0
24992026-05-11T15:16:58.988Z Compiling progenitor-macro v0.13.0
25002026-05-11T15:16:59.106Z Compiling termtree v0.5.1
25012026-05-11T15:16:59.307Z Compiling tabled v0.15.0
25022026-05-11T15:17:00.161Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25032026-05-11T15:17:00.804Z Compiling snafu v0.8.9
25042026-05-11T15:17:01.311Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25052026-05-11T15:17:01.412Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25062026-05-11T15:17:01.435Z Compiling crossterm v0.29.0
25072026-05-11T15:17:02.123Z Compiling phf_shared v0.12.1
25082026-05-11T15:17:02.384Z Compiling olpc-cjson v0.1.4
25092026-05-11T15:17:02.620Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25102026-05-11T15:17:02.650Z Compiling serde_plain v1.0.2
25112026-05-11T15:17:02.766Z Compiling progenitor v0.14.0
25122026-05-11T15:17:02.956Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25132026-05-11T15:17:02.977Z Compiling vte v0.14.1
25142026-05-11T15:17:03.038Z Compiling progenitor v0.13.0
25152026-05-11T15:17:03.161Z Compiling csv-core v0.1.13
25162026-05-11T15:17:03.235Z Compiling chrono-tz v0.10.4
25172026-05-11T15:17:03.256Z Compiling highway v1.3.0
25182026-05-11T15:17:03.364Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25192026-05-11T15:17:03.452Z Compiling typed-path v0.9.3
25202026-05-11T15:17:03.618Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25212026-05-11T15:17:04.008Z Compiling csv v1.4.0
25222026-05-11T15:17:04.100Z Compiling strip-ansi-escapes v0.2.1
25232026-05-11T15:17:04.347Z Compiling phf v0.12.1
25242026-05-11T15:17:04.553Z Compiling tough v0.20.0
25252026-05-11T15:17:04.661Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25262026-05-11T15:17:05.001Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25272026-05-11T15:17:05.496Z Compiling const_format_proc_macros v0.2.34
25282026-05-11T15:17:05.829Z Compiling fd-lock v4.0.4
25292026-05-11T15:17:06.010Z Compiling peg-macros v0.8.5
25302026-05-11T15:17:06.134Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25312026-05-11T15:17:06.289Z Compiling nu-ansi-term v0.50.3
25322026-05-11T15:17:06.453Z Compiling const_format v0.2.35
25332026-05-11T15:17:06.838Z Compiling reedline v0.40.0
25342026-05-11T15:17:06.954Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25352026-05-11T15:17:07.123Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25362026-05-11T15:17:07.286Z Compiling peg v0.8.5
25372026-05-11T15:17:07.388Z Compiling bcs v0.1.6
25382026-05-11T15:17:07.819Z Compiling semver v0.1.20
25392026-05-11T15:17:08.106Z Compiling rustc_version v0.1.7
25402026-05-11T15:17:08.345Z Compiling newtype_derive v0.1.6
25412026-05-11T15:17:08.452Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25422026-05-11T15:17:08.541Z Compiling unicode-linebreak v0.1.5
25432026-05-11T15:17:08.574Z Compiling smawk v0.3.2
25442026-05-11T15:17:08.710Z Compiling humantime v2.3.0
25452026-05-11T15:17:08.768Z Compiling textwrap v0.16.2
25462026-05-11T15:17:08.921Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25472026-05-11T15:17:09.215Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25482026-05-11T15:17:09.302Z Compiling dropshot-api-manager-types v0.7.1
25492026-05-11T15:17:09.584Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25502026-05-11T15:17:09.900Z Compiling base64 v0.21.7
25512026-05-11T15:17:10.179Z Compiling steno v0.4.1
25522026-05-11T15:17:10.290Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25532026-05-11T15:17:10.352Z Compiling tagptr v0.2.0
25542026-05-11T15:17:10.459Z Compiling utf-8 v0.7.6
25552026-05-11T15:17:10.580Z Compiling moka v0.12.13
25562026-05-11T15:17:10.691Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25572026-05-11T15:17:10.868Z Compiling tungstenite v0.21.0
25582026-05-11T15:17:11.133Z Compiling radium v0.7.0
25592026-05-11T15:17:11.491Z Compiling tokio-tungstenite v0.21.0
25602026-05-11T15:17:11.512Z Compiling maybe-uninit v2.0.0
25612026-05-11T15:17:11.783Z Compiling hickory-resolver v0.25.2
25622026-05-11T15:17:11.806Z Compiling tap v1.0.1
25632026-05-11T15:17:11.860Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25642026-05-11T15:17:11.933Z Compiling wyz v0.5.1
25652026-05-11T15:17:11.955Z Compiling zerocopy-derive v0.6.6
25662026-05-11T15:17:12.132Z Compiling display-error-chain v0.2.2
25672026-05-11T15:17:12.159Z Compiling funty v2.0.0
25682026-05-11T15:17:12.179Z Compiling crc-catalog v2.4.0
25692026-05-11T15:17:12.321Z Compiling packed_struct v0.10.1
25702026-05-11T15:17:12.341Z Compiling crc v3.4.0
25712026-05-11T15:17:12.578Z Compiling bitvec v1.0.1
25722026-05-11T15:17:12.721Z Compiling zerocopy v0.6.6
25732026-05-11T15:17:12.818Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25742026-05-11T15:17:13.090Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25752026-05-11T15:17:13.121Z Compiling num-derive v0.3.3
25762026-05-11T15:17:13.141Z Compiling packed_struct_codegen v0.10.1
25772026-05-11T15:17:13.657Z Compiling bitfield-macros v0.19.4
25782026-05-11T15:17:13.996Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25792026-05-11T15:17:14.146Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25802026-05-11T15:17:14.344Z Compiling proc-macro-error-attr2 v2.0.0
25812026-05-11T15:17:14.364Z Compiling indexmap v1.9.3
25822026-05-11T15:17:14.602Z Compiling nodrop v0.1.14
25832026-05-11T15:17:14.744Z Compiling proc-macro-error2 v2.0.1
25842026-05-11T15:17:14.803Z Compiling array-init v0.0.4
25852026-05-11T15:17:15.099Z Compiling bitfield v0.19.4
25862026-05-11T15:17:15.444Z Compiling libscf-sys v1.1.0
25872026-05-11T15:17:15.622Z Compiling smallvec v0.6.14
25882026-05-11T15:17:15.765Z Compiling typify-impl v0.4.3
25892026-05-11T15:17:15.896Z Compiling hashbrown v0.12.3
25902026-05-11T15:17:15.928Z Compiling serde-hex v0.1.0
25912026-05-11T15:17:16.774Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25922026-05-11T15:17:17.055Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25932026-05-11T15:17:17.059Z Compiling tabled_derive v0.11.0
25942026-05-11T15:17:17.680Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25952026-05-11T15:17:17.734Z Compiling ron v0.8.1
25962026-05-11T15:17:17.932Z Compiling papergrid v0.17.0
25972026-05-11T15:17:17.970Z Compiling testing_table v0.3.0
25982026-05-11T15:17:18.062Z Compiling hashbrown v0.13.2
25992026-05-11T15:17:18.102Z Compiling vergen-gitcl v1.0.8
26002026-05-11T15:17:18.131Z Compiling dirs-sys-next v0.1.2
26012026-05-11T15:17:18.194Z Compiling diesel_derives v2.3.7
26022026-05-11T15:17:18.334Z Compiling maplit v1.0.2
26032026-05-11T15:17:18.402Z Compiling crc-any v2.5.0
26042026-05-11T15:17:18.425Z Compiling glob v0.3.3
26052026-05-11T15:17:18.425Z Compiling crunchy v0.2.4
26062026-05-11T15:17:18.467Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26072026-05-11T15:17:18.673Z Compiling object v0.30.4
26082026-05-11T15:17:18.783Z Compiling dirs-next v2.0.0
26092026-05-11T15:17:18.807Z Compiling clang-sys v1.8.1
26102026-05-11T15:17:18.831Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26112026-05-11T15:17:18.831Z Compiling dsl_auto_type v0.2.0
26122026-05-11T15:17:18.938Z Compiling scheduled-thread-pool v0.2.7
26132026-05-11T15:17:19.149Z Compiling tabled v0.20.0
26142026-05-11T15:17:19.184Z Compiling typify-macro v0.4.3
26152026-05-11T15:17:19.204Z Compiling diesel_table_macro_syntax v0.3.0
26162026-05-11T15:17:19.388Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26172026-05-11T15:17:19.435Z Compiling path-slash v0.1.5
26182026-05-11T15:17:19.537Z Compiling tiny-keccak v2.0.2
26192026-05-11T15:17:19.624Z Compiling xshell-macros v0.2.7
26202026-05-11T15:17:19.789Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26212026-05-11T15:17:20.014Z Compiling xshell v0.2.7
26222026-05-11T15:17:20.121Z Compiling r2d2 v0.8.10
26232026-05-11T15:17:20.237Z Compiling term v0.7.0
26242026-05-11T15:17:20.264Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26252026-05-11T15:17:20.759Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26262026-05-11T15:17:20.782Z Compiling bit-vec v0.6.3
26272026-05-11T15:17:20.822Z Compiling downcast-rs v2.0.2
26282026-05-11T15:17:20.958Z Compiling ascii-canvas v3.0.0
26292026-05-11T15:17:21.186Z Compiling bit-set v0.5.3
26302026-05-11T15:17:21.219Z Compiling itertools v0.10.5
26312026-05-11T15:17:21.241Z Compiling ena v0.14.4
26322026-05-11T15:17:21.352Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26332026-05-11T15:17:21.384Z Compiling libloading v0.8.9
26342026-05-11T15:17:21.487Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26352026-05-11T15:17:21.614Z Compiling regex-syntax v0.6.29
26362026-05-11T15:17:22.292Z Compiling diff v0.1.13
26372026-05-11T15:17:22.561Z Compiling bindgen v0.71.1
26382026-05-11T15:17:22.700Z Compiling unicase v2.9.0
26392026-05-11T15:17:22.845Z Compiling crc8 v0.1.1
26402026-05-11T15:17:23.004Z Compiling lalrpop v0.19.12
26412026-05-11T15:17:23.504Z Compiling typify v0.4.3
26422026-05-11T15:17:23.533Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26432026-05-11T15:17:23.577Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26442026-05-11T15:17:23.650Z Compiling cexpr v0.6.0
26452026-05-11T15:17:23.686Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26462026-05-11T15:17:23.954Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26472026-05-11T15:17:24.164Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26482026-05-11T15:17:24.168Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26492026-05-11T15:17:24.264Z Compiling headers-core v0.3.0
26502026-05-11T15:17:24.402Z Compiling diesel v2.3.7
26512026-05-11T15:17:24.436Z Compiling libxml v0.3.3
26522026-05-11T15:17:24.468Z Compiling headers v0.4.1
26532026-05-11T15:17:24.827Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26542026-05-11T15:17:24.855Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26552026-05-11T15:17:25.075Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26562026-05-11T15:17:25.587Z Compiling strum_macros v0.24.3
26572026-05-11T15:17:26.040Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26582026-05-11T15:17:26.061Z Compiling indoc v1.0.9
26592026-05-11T15:17:26.643Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26602026-05-11T15:17:26.837Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26612026-05-11T15:17:26.877Z Compiling derive_builder v0.20.2
26622026-05-11T15:17:26.970Z Compiling oso-derive v0.27.3
26632026-05-11T15:17:27.069Z Compiling quick-xml v0.37.5
26642026-05-11T15:17:27.210Z Compiling impl-trait-for-tuples v0.2.3
26652026-05-11T15:17:27.362Z Compiling half v1.8.3
26662026-05-11T15:17:27.473Z Compiling openssl-probe v0.1.6
26672026-05-11T15:17:27.776Z Compiling serde_cbor v0.11.2
26682026-05-11T15:17:27.837Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26692026-05-11T15:17:28.024Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26702026-05-11T15:17:28.411Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26712026-05-11T15:17:28.465Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26722026-05-11T15:17:28.555Z Compiling bb8 v0.8.6
26732026-05-11T15:17:28.694Z Compiling trait-variant v0.1.2
26742026-05-11T15:17:28.780Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26752026-05-11T15:17:28.835Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26762026-05-11T15:17:28.930Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26772026-05-11T15:17:29.040Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26782026-05-11T15:17:29.170Z Compiling fxhash v0.2.1
26792026-05-11T15:17:29.235Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
26802026-05-11T15:17:29.265Z Compiling salty v0.3.0
26812026-05-11T15:17:29.418Z Compiling samael v0.0.19
26822026-05-11T15:17:29.446Z Compiling progenitor-impl v0.10.0
26832026-05-11T15:17:29.582Z Compiling progenitor-impl v0.11.2
26842026-05-11T15:17:29.705Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26852026-05-11T15:17:29.757Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26862026-05-11T15:17:30.288Z Compiling kstat-rs v0.2.4
26872026-05-11T15:17:30.367Z Compiling libz-sys v1.1.24
26882026-05-11T15:17:30.392Z Compiling polar-core v0.27.3
26892026-05-11T15:17:30.600Z Compiling nonempty v0.12.0
26902026-05-11T15:17:30.797Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26912026-05-11T15:17:30.837Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26922026-05-11T15:17:31.579Z Compiling progenitor-macro v0.10.0
26932026-05-11T15:17:31.737Z Compiling progenitor-macro v0.11.2
26942026-05-11T15:17:32.953Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
26952026-05-11T15:17:34.379Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26962026-05-11T15:17:34.505Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26972026-05-11T15:17:34.933Z Compiling progenitor-client v0.11.2
26982026-05-11T15:17:35.361Z Compiling darling_core v0.23.0
26992026-05-11T15:17:35.487Z Compiling nanorand v0.7.0
27002026-05-11T15:17:35.508Z Compiling arc-swap v1.8.2
27012026-05-11T15:17:35.635Z Compiling fs-err v2.11.0
27022026-05-11T15:17:35.853Z Compiling parking_lot_core v0.8.6
27032026-05-11T15:17:36.032Z Compiling slog-scope v4.4.1
27042026-05-11T15:17:36.110Z Compiling mime_guess v2.0.5
27052026-05-11T15:17:36.165Z Compiling flume v0.11.1
27062026-05-11T15:17:36.478Z Compiling progenitor v0.11.2
27072026-05-11T15:17:36.560Z Compiling progenitor v0.10.0
27082026-05-11T15:17:36.630Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27092026-05-11T15:17:36.664Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27102026-05-11T15:17:36.751Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27112026-05-11T15:17:37.530Z Compiling darling_macro v0.23.0
27122026-05-11T15:17:38.024Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27132026-05-11T15:17:39.018Z Compiling oso v0.27.3
27142026-05-11T15:17:40.162Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27152026-05-11T15:17:40.341Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
27162026-05-11T15:17:43.094Z Compiling diesel-dtrace v0.5.0
27172026-05-11T15:17:43.411Z Compiling async-bb8-diesel v0.2.1
27182026-05-11T15:17:43.772Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27192026-05-11T15:17:44.314Z Compiling primeorder v0.13.6
27202026-05-11T15:17:44.627Z Compiling git-stub v1.0.0
27212026-05-11T15:17:44.690Z Compiling libgit2-sys v0.18.3+1.9.2
27222026-05-11T15:17:44.898Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27232026-05-11T15:17:45.102Z Compiling instability v0.3.11
27242026-05-11T15:17:45.283Z Compiling git-stub-vcs v0.1.0
27252026-05-11T15:17:45.313Z Compiling p384 v0.13.1
27262026-05-11T15:17:45.388Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27272026-05-11T15:17:45.669Z Compiling darling v0.23.0
27282026-05-11T15:17:45.820Z Compiling slog-stdlog v4.1.1
27292026-05-11T15:17:46.702Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27302026-05-11T15:17:46.788Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27312026-05-11T15:17:46.827Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27322026-05-11T15:17:46.853Z Compiling ignore v0.4.25
27332026-05-11T15:17:47.267Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27342026-05-11T15:17:47.432Z Compiling castaway v0.2.4
27352026-05-11T15:17:47.593Z Compiling atty v0.2.14
27362026-05-11T15:17:47.746Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27372026-05-11T15:17:47.931Z Compiling parse-size v1.1.0
27382026-05-11T15:17:47.979Z Compiling http-range v0.1.5
27392026-05-11T15:17:48.156Z Compiling indoc v2.0.7
27402026-05-11T15:17:48.309Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27412026-05-11T15:17:48.619Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27422026-05-11T15:17:49.357Z Compiling compact_str v0.8.1
27432026-05-11T15:17:49.549Z Compiling globwalk v0.9.1
27442026-05-11T15:17:50.218Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27452026-05-11T15:17:50.486Z Compiling parking_lot v0.11.2
27462026-05-11T15:17:51.397Z Compiling slog-envlogger v2.2.0
27472026-05-11T15:17:52.535Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27482026-05-11T15:17:52.582Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27492026-05-11T15:17:52.632Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27502026-05-11T15:17:52.864Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27512026-05-11T15:17:52.867Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27522026-05-11T15:17:53.019Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27532026-05-11T15:17:53.637Z Compiling predicates-tree v1.0.13
27542026-05-11T15:17:53.705Z Compiling unicode-truncate v1.1.0
27552026-05-11T15:17:53.778Z Compiling lru v0.12.5
27562026-05-11T15:17:53.880Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27572026-05-11T15:17:53.916Z Compiling rand_seeder v0.4.0
27582026-05-11T15:17:54.012Z Compiling prefix-trie v0.7.0
27592026-05-11T15:17:54.094Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27602026-05-11T15:17:54.176Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27612026-05-11T15:17:54.352Z Compiling vergen-git2 v1.0.7
27622026-05-11T15:17:54.409Z Compiling cassowary v0.3.0
27632026-05-11T15:17:54.493Z Compiling corncobs v0.1.4
27642026-05-11T15:17:54.616Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27652026-05-11T15:17:54.636Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27662026-05-11T15:17:54.640Z Compiling hickory-server v0.25.2
27672026-05-11T15:17:54.743Z Compiling ratatui v0.29.0
27682026-05-11T15:17:54.990Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27692026-05-11T15:17:55.201Z Compiling camino-tempfile-ext v0.3.3
27702026-05-11T15:17:55.352Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27712026-05-11T15:17:55.566Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27722026-05-11T15:17:55.889Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27732026-05-11T15:17:55.966Z Compiling hyper-staticfile v0.10.1
27742026-05-11T15:17:55.992Z Compiling sled v0.34.7
27752026-05-11T15:17:57.181Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27762026-05-11T15:17:57.856Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27772026-05-11T15:17:58.287Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27782026-05-11T15:17:58.673Z Compiling secrecy v0.8.0
27792026-05-11T15:17:58.866Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27802026-05-11T15:17:59.091Z Compiling rustls v0.21.12
27812026-05-11T15:18:00.513Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27822026-05-11T15:18:01.434Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27832026-05-11T15:18:01.568Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27842026-05-11T15:18:01.723Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27852026-05-11T15:18:03.013Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27862026-05-11T15:18:03.455Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27872026-05-11T15:18:03.482Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27882026-05-11T15:18:04.480Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27892026-05-11T15:18:04.671Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27902026-05-11T15:18:04.723Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27912026-05-11T15:18:04.771Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27922026-05-11T15:18:04.901Z Compiling sct v0.7.1
27932026-05-11T15:18:04.951Z Compiling rustls-webpki v0.101.7
27942026-05-11T15:18:05.014Z Compiling nix v0.29.0
27952026-05-11T15:18:05.172Z Compiling dropshot v0.16.7
27962026-05-11T15:18:05.402Z Compiling void v1.0.2
27972026-05-11T15:18:05.537Z Compiling lzss v0.8.2
27982026-05-11T15:18:05.906Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27992026-05-11T15:18:06.082Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28002026-05-11T15:18:06.643Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28012026-05-11T15:18:07.444Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28022026-05-11T15:18:08.390Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28032026-05-11T15:18:08.926Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28042026-05-11T15:18:09.088Z Compiling tungstenite v0.23.0
28052026-05-11T15:18:09.174Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28062026-05-11T15:18:09.333Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28072026-05-11T15:18:09.555Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28082026-05-11T15:18:09.558Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28092026-05-11T15:18:09.788Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28102026-05-11T15:18:09.811Z Compiling toml v0.9.12+spec-1.1.0
28112026-05-11T15:18:10.010Z Compiling nix v0.27.1
28122026-05-11T15:18:10.420Z Compiling git2 v0.20.4
28132026-05-11T15:18:10.718Z Compiling dropshot_endpoint v0.16.7
28142026-05-11T15:18:11.154Z Compiling serde_bytes v0.11.19
28152026-05-11T15:18:11.299Z Compiling tokio-tungstenite v0.23.1
28162026-05-11T15:18:11.457Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28172026-05-11T15:18:11.510Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28182026-05-11T15:18:11.678Z Compiling tokio-rustls v0.24.1
28192026-05-11T15:18:12.406Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28202026-05-11T15:18:13.995Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28212026-05-11T15:18:14.028Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28222026-05-11T15:18:15.803Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28232026-05-11T15:18:16.228Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28242026-05-11T15:18:16.577Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28252026-05-11T15:18:16.657Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28262026-05-11T15:18:17.104Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28272026-05-11T15:18:18.607Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28282026-05-11T15:18:18.750Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28292026-05-11T15:18:19.520Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28302026-05-11T15:18:19.979Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28312026-05-11T15:18:20.315Z Compiling rustls-pemfile v1.0.4
28322026-05-11T15:18:20.753Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28332026-05-11T15:18:21.034Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28342026-05-11T15:18:21.419Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28352026-05-11T15:18:22.444Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28362026-05-11T15:18:22.964Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28372026-05-11T15:18:23.953Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28382026-05-11T15:18:23.988Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28392026-05-11T15:18:24.221Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28402026-05-11T15:18:24.667Z Compiling signal-hook-tokio v0.3.1
28412026-05-11T15:18:24.852Z Compiling twox-hash v2.1.2
28422026-05-11T15:18:25.057Z Compiling yasna v0.5.2
28432026-05-11T15:18:25.082Z Compiling is_ci v1.2.0
28442026-05-11T15:18:25.339Z Compiling supports-color v3.0.2
28452026-05-11T15:18:25.400Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28462026-05-11T15:18:25.629Z Compiling rcgen v0.12.1
28472026-05-11T15:18:26.088Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28482026-05-11T15:18:26.126Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28492026-05-11T15:18:26.618Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28502026-05-11T15:18:26.698Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28512026-05-11T15:18:26.739Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28522026-05-11T15:18:27.013Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28532026-05-11T15:18:28.237Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28542026-05-11T15:18:29.009Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28552026-05-11T15:18:29.922Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28562026-05-11T15:18:30.015Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28572026-05-11T15:18:30.267Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28582026-05-11T15:18:30.498Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28592026-05-11T15:18:30.660Z Compiling fatfs v0.3.6
28602026-05-11T15:18:30.726Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28612026-05-11T15:18:31.602Z Compiling rtoolbox v0.0.3
28622026-05-11T15:18:31.882Z Compiling subprocess v0.2.15
28632026-05-11T15:18:31.905Z Compiling assert_matches v1.5.0
28642026-05-11T15:18:31.978Z Compiling seq-macro v0.3.6
28652026-05-11T15:18:32.023Z Compiling rpassword v7.4.0
28662026-05-11T15:18:32.337Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28672026-05-11T15:18:32.486Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28682026-05-11T15:18:33.700Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28692026-05-11T15:18:34.068Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28702026-05-11T15:18:34.206Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28712026-05-11T15:18:34.359Z Compiling tui-tree-widget v0.23.1
28722026-05-11T15:18:34.651Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28732026-05-11T15:18:34.725Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28742026-05-11T15:18:35.241Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28752026-05-11T15:18:36.168Z Compiling uzers v0.12.2
28762026-05-11T15:18:36.603Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28772026-05-11T15:18:37.373Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28782026-05-11T15:18:37.933Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28792026-05-11T15:18:39.067Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28802026-05-11T15:18:41.470Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28812026-05-11T15:18:42.586Z Compiling support-bundle-viewer v0.1.2
28822026-05-11T15:18:43.664Z Compiling multimap v0.10.1
28832026-05-11T15:18:48.314Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28842026-05-11T15:19:02.428Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28852026-05-11T15:19:05.386Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28862026-05-11T15:19:07.313Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28872026-05-11T15:25:12.872Z Finished `release` profile [optimized] target(s) in 8m 24s
28882026-05-11T15:25:56.623Z
28892026-05-11T15:25:56.624Zreal 9:09.467065922
28902026-05-11T15:25:56.627Zuser 1:18:41.894140143
28912026-05-11T15:25:56.627Zsys 3:27.082719738
28922026-05-11T15:25:56.627Ztrap 1.715375469
28932026-05-11T15:25:56.627Ztflt 11.773043295
28942026-05-11T15:25:56.627Zdflt 22.405235743
28952026-05-11T15:25:56.627Zkflt 0.567698094
28962026-05-11T15:25:56.627Zlock 7:05:04.661313753
28972026-05-11T15:25:56.627Zslp 2:18:28.548823423
28982026-05-11T15:25:56.627Zlat 2:15.936971725
28992026-05-11T15:25:56.627Zstop 5:01.275073570
29002026-05-11T15:25:56.627Z+ mapfile -t packages
29012026-05-11T15:25:56.627Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29022026-05-11T15:25:57.598Z Finished `release` profile [optimized] target(s) in 0.95s
29032026-05-11T15:25:57.679Z Running `target/release/omicron-package -t test list-outputs`
29042026-05-11T15:25:57.738ZLogging to: /work/oxidecomputer/omicron/out/LOG
29052026-05-11T15:25:57.741Z+ ptime -m cargo build --locked --release -p xtask
29062026-05-11T15:25:58.270Z Compiling libc v0.2.185
29072026-05-11T15:25:58.271Z Compiling serde v1.0.228
29082026-05-11T15:25:58.274Z Compiling serde_core v1.0.228
29092026-05-11T15:25:58.274Z Compiling rustix v1.1.3
29102026-05-11T15:25:58.274Z Compiling serde_json v1.0.149
29112026-05-11T15:25:58.274Z Compiling bitflags v2.11.0
29122026-05-11T15:25:58.413Z Compiling num-traits v0.2.19
29132026-05-11T15:25:58.425Z Compiling syn v2.0.117
29142026-05-11T15:25:58.428Z Compiling smallvec v1.15.1
29152026-05-11T15:25:58.459Z Compiling indexmap v2.14.0
29162026-05-11T15:25:58.471Z Compiling usdt-impl v0.5.0
29172026-05-11T15:25:58.483Z Compiling syn v1.0.109
29182026-05-11T15:25:58.497Z Compiling percent-encoding v2.3.2
29192026-05-11T15:25:58.508Z Compiling log v0.4.29
29202026-05-11T15:25:58.620Z Compiling getrandom v0.4.1
29212026-05-11T15:25:58.743Z Compiling form_urlencoded v1.2.2
29222026-05-11T15:25:58.761Z Compiling fs-err v3.3.0
29232026-05-11T15:25:58.835Z Compiling heck v0.4.1
29242026-05-11T15:25:58.846Z Compiling anyhow v1.0.102
29252026-05-11T15:25:58.900Z Compiling once_cell v1.21.3
29262026-05-11T15:25:59.114Z Compiling thread-id v4.2.2
29272026-05-11T15:25:59.184Z Compiling errno v0.3.14
29282026-05-11T15:25:59.188Z Compiling memmap v0.7.0
29292026-05-11T15:25:59.479Z Compiling ordered-float v2.10.1
29302026-05-11T15:25:59.969Z Compiling proc-macro-error v1.0.4
29312026-05-11T15:26:00.180Z Compiling terminal_size v0.4.3
29322026-05-11T15:26:00.180Z Compiling tempfile v3.25.0
29332026-05-11T15:26:00.209Z Compiling tabled_derive v0.7.0
29342026-05-11T15:26:00.277Z Compiling clap_builder v4.5.60
29352026-05-11T15:26:00.278Z Compiling textwrap v0.16.2
29362026-05-11T15:26:00.417Z Compiling camino-tempfile v1.4.1
29372026-05-11T15:26:00.861Z Compiling tabled v0.15.0
29382026-05-11T15:26:00.924Z Compiling synstructure v0.13.2
29392026-05-11T15:26:00.924Z Compiling pest_generator v2.8.6
29402026-05-11T15:26:01.314Z Compiling serde_derive v1.0.228
29412026-05-11T15:26:01.314Z Compiling zerofrom-derive v0.1.6
29422026-05-11T15:26:01.318Z Compiling yoke-derive v0.8.1
29432026-05-11T15:26:01.318Z Compiling zerovec-derive v0.11.2
29442026-05-11T15:26:01.318Z Compiling displaydoc v0.2.5
29452026-05-11T15:26:01.318Z Compiling thiserror-impl v1.0.69
29462026-05-11T15:26:01.318Z Compiling zerocopy-derive v0.7.35
29472026-05-11T15:26:01.318Z Compiling scroll_derive v0.12.1
29482026-05-11T15:26:01.318Z Compiling thiserror-impl v2.0.18
29492026-05-11T15:26:01.387Z Compiling clap_derive v4.5.55
29502026-05-11T15:26:01.472Z Compiling pest_derive v2.8.6
29512026-05-11T15:26:01.981Z Compiling scroll v0.12.0
29522026-05-11T15:26:02.117Z Compiling zerocopy v0.7.35
29532026-05-11T15:26:02.304Z Compiling goblin v0.8.2
29542026-05-11T15:26:02.428Z Compiling thiserror v1.0.69
29552026-05-11T15:26:02.553Z Compiling zerofrom v0.1.6
29562026-05-11T15:26:02.564Z Compiling dtrace-parser v0.2.0
29572026-05-11T15:26:02.577Z Compiling thiserror v2.0.18
29582026-05-11T15:26:02.685Z Compiling yoke v0.8.1
29592026-05-11T15:26:02.880Z Compiling zerovec v0.11.5
29602026-05-11T15:26:02.903Z Compiling zerotrie v0.2.3
29612026-05-11T15:26:03.046Z Compiling clap v4.5.60
29622026-05-11T15:26:03.492Z Compiling tinystr v0.8.2
29632026-05-11T15:26:03.732Z Compiling icu_locale_core v2.1.1
29642026-05-11T15:26:04.132Z Compiling potential_utf v0.1.4
29652026-05-11T15:26:04.337Z Compiling icu_collections v2.1.1
29662026-05-11T15:26:04.550Z Compiling icu_provider v2.1.1
29672026-05-11T15:26:04.583Z Compiling serde_spanned v0.6.9
29682026-05-11T15:26:04.607Z Compiling toml_datetime v0.6.11
29692026-05-11T15:26:04.774Z Compiling serde-value v0.7.0
29702026-05-11T15:26:04.791Z Compiling cargo-platform v0.2.0
29712026-05-11T15:26:04.924Z Compiling icu_normalizer v2.1.1
29722026-05-11T15:26:04.943Z Compiling icu_properties v2.1.2
29732026-05-11T15:26:05.000Z Compiling dof v0.3.0
29742026-05-11T15:26:05.013Z Compiling toml_edit v0.22.27
29752026-05-11T15:26:05.017Z Compiling serde_tokenstream v0.2.3
29762026-05-11T15:26:05.136Z Compiling macaddr v1.0.1
29772026-05-11T15:26:05.829Z Compiling idna_adapter v1.2.1
29782026-05-11T15:26:05.886Z Compiling usdt-attr-macro v0.5.0
29792026-05-11T15:26:05.889Z Compiling usdt-macro v0.5.0
29802026-05-11T15:26:05.983Z Compiling idna v1.1.0
29812026-05-11T15:26:06.353Z Compiling url v2.5.8
29822026-05-11T15:26:06.531Z Compiling usdt v0.5.0
29832026-05-11T15:26:06.562Z Compiling toml v0.8.23
29842026-05-11T15:26:07.004Z Compiling cargo-util-schemas v0.8.2
29852026-05-11T15:26:07.021Z Compiling cargo_toml v0.21.0
29862026-05-11T15:26:08.008Z Compiling cargo_metadata v0.21.0
29872026-05-11T15:26:11.094Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29882026-05-11T15:26:14.095Z Finished `release` profile [optimized] target(s) in 16.34s
29892026-05-11T15:26:14.251Z
29902026-05-11T15:26:14.255Zreal 16.477518862
29912026-05-11T15:26:14.255Zuser 2:20.956704056
29922026-05-11T15:26:14.255Zsys 16.409529848
29932026-05-11T15:26:14.255Ztrap 0.097552494
29942026-05-11T15:26:14.255Ztflt 0.446625772
29952026-05-11T15:26:14.255Zdflt 1.359924823
29962026-05-11T15:26:14.255Zkflt 0.005404704
29972026-05-11T15:26:14.255Zlock 5:16.044171024
29982026-05-11T15:26:14.255Zslp 3:24.130194269
29992026-05-11T15:26:14.255Zlat 6.471609494
30002026-05-11T15:26:14.255Zstop 19.695294283
30012026-05-11T15:26:14.255Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30022026-05-11T15:26:14.255Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30032026-05-11T15:26:14.255Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30042026-05-11T15:26:14.255Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30052026-05-11T15:26:14.255Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30062026-05-11T15:26:15.186Z Compiling newtype-uuid-macros v0.1.0
30072026-05-11T15:26:15.189Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30082026-05-11T15:26:15.189Z Compiling regress v0.10.5
30092026-05-11T15:26:15.189Z Compiling structmeta-derive v0.3.0
30102026-05-11T15:26:15.372Z Compiling rustls v0.22.4
30112026-05-11T15:26:15.375Z Compiling rustls-webpki v0.102.8
30122026-05-11T15:26:15.375Z Compiling multer v3.1.0
30132026-05-11T15:26:15.375Z Compiling debug-ignore v1.0.5
30142026-05-11T15:26:15.385Z Compiling match_cfg v0.1.0
30152026-05-11T15:26:15.389Z Compiling compression-core v0.4.31
30162026-05-11T15:26:15.389Z Compiling slog-json v2.6.1
30172026-05-11T15:26:15.401Z Compiling async-stream-impl v0.3.6
30182026-05-11T15:26:15.405Z Compiling toml_datetime v1.0.0+spec-1.1.0
30192026-05-11T15:26:15.405Z Compiling serde_spanned v1.0.4
30202026-05-11T15:26:15.405Z Compiling dropshot v0.17.0
30212026-05-11T15:26:15.405Z Compiling toml_writer v1.0.6+spec-1.1.0
30222026-05-11T15:26:15.602Z Compiling itertools v0.14.0
30232026-05-11T15:26:15.658Z Compiling hostname v0.3.1
30242026-05-11T15:26:15.662Z Compiling waitgroup v0.1.2
30252026-05-11T15:26:15.692Z Compiling compression-codecs v0.4.37
30262026-05-11T15:26:15.695Z Compiling rustls-pemfile v2.2.0
30272026-05-11T15:26:15.756Z Compiling toml v1.0.6+spec-1.1.0
30282026-05-11T15:26:15.811Z Compiling slog-bunyan v2.5.0
30292026-05-11T15:26:15.814Z Compiling dropshot_endpoint v0.17.0
30302026-05-11T15:26:15.815Z Compiling hostname v0.4.2
30312026-05-11T15:26:15.843Z Compiling serde_path_to_error v0.1.20
30322026-05-11T15:26:15.902Z Compiling async-compression v0.4.41
30332026-05-11T15:26:15.921Z Compiling progenitor-client v0.14.0
30342026-05-11T15:26:15.957Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30352026-05-11T15:26:15.975Z Compiling macaddr v1.0.1
30362026-05-11T15:26:15.990Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30372026-05-11T15:26:16.096Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30382026-05-11T15:26:16.130Z Compiling instant v0.1.13
30392026-05-11T15:26:16.146Z Compiling async-stream v0.3.6
30402026-05-11T15:26:16.160Z Compiling progenitor-client v0.10.0
30412026-05-11T15:26:16.216Z Compiling backon v1.6.0
30422026-05-11T15:26:16.234Z Compiling backoff v0.4.0
30432026-05-11T15:26:16.237Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30442026-05-11T15:26:16.267Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30452026-05-11T15:26:16.270Z Compiling universal-hash v0.5.1
30462026-05-11T15:26:16.337Z Compiling opaque-debug v0.3.1
30472026-05-11T15:26:16.353Z Compiling half v2.7.1
30482026-05-11T15:26:16.417Z Compiling structmeta v0.3.0
30492026-05-11T15:26:16.417Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30502026-05-11T15:26:16.450Z Compiling progenitor-extras v0.2.0
30512026-05-11T15:26:16.453Z Compiling unsafe-libyaml v0.2.11
30522026-05-11T15:26:16.453Z Compiling ciborium-io v0.2.2
30532026-05-11T15:26:16.498Z Compiling crucible-workspace-hack v0.1.0
30542026-05-11T15:26:16.498Z Compiling convert_case v0.4.0
30552026-05-11T15:26:16.582Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30562026-05-11T15:26:16.604Z Compiling ciborium-ll v0.2.2
30572026-05-11T15:26:16.654Z Compiling derive-ex v0.1.8
30582026-05-11T15:26:16.672Z Compiling parse-display-derive v0.10.0
30592026-05-11T15:26:16.690Z Compiling regress v0.11.1
30602026-05-11T15:26:16.725Z Compiling aead v0.5.2
30612026-05-11T15:26:16.744Z Compiling secrecy v0.10.3
30622026-05-11T15:26:16.837Z Compiling ciborium v0.2.2
30632026-05-11T15:26:16.853Z Compiling poly1305 v0.8.0
30642026-05-11T15:26:16.872Z Compiling chacha20 v0.9.1
30652026-05-11T15:26:16.900Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30662026-05-11T15:26:16.904Z Compiling derive_more v0.99.20
30672026-05-11T15:26:16.933Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30682026-05-11T15:26:16.952Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30692026-05-11T15:26:17.059Z Compiling serde_yaml v0.9.34+deprecated
30702026-05-11T15:26:17.146Z Compiling thiserror-impl-no-std v2.0.2
30712026-05-11T15:26:17.205Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30722026-05-11T15:26:17.238Z Compiling byte-wrapper v0.1.0
30732026-05-11T15:26:17.298Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30742026-05-11T15:26:17.315Z Compiling password-hash v0.5.0
30752026-05-11T15:26:17.427Z Compiling blake2 v0.10.6
30762026-05-11T15:26:17.443Z Compiling chacha20poly1305 v0.10.1
30772026-05-11T15:26:17.602Z Compiling tokio-rustls v0.25.0
30782026-05-11T15:26:17.605Z Compiling indent_write v2.2.0
30792026-05-11T15:26:17.635Z Compiling heapless v0.8.0
30802026-05-11T15:26:17.638Z Compiling ingot-macros v0.1.1
30812026-05-11T15:26:17.746Z Compiling argon2 v0.5.3
30822026-05-11T15:26:17.766Z Compiling toml_edit v0.23.10+spec-1.0.0
30832026-05-11T15:26:18.002Z Compiling hash32 v0.3.1
30842026-05-11T15:26:18.153Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30852026-05-11T15:26:18.181Z Compiling smoltcp v0.11.0
30862026-05-11T15:26:18.371Z Compiling typify-impl v0.6.2
30872026-05-11T15:26:18.408Z Compiling test-strategy v0.4.5
30882026-05-11T15:26:18.439Z Compiling parse-display v0.10.0
30892026-05-11T15:26:18.457Z Compiling thiserror-no-std v2.0.2
30902026-05-11T15:26:18.502Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30912026-05-11T15:26:18.544Z Compiling vsss-rs v3.3.4
30922026-05-11T15:26:18.575Z Compiling proc-macro-crate v3.4.0
30932026-05-11T15:26:18.759Z Compiling tabwriter v1.4.1
30942026-05-11T15:26:18.775Z Compiling num-rational v0.4.2
30952026-05-11T15:26:18.862Z Compiling cobs v0.3.0
30962026-05-11T15:26:18.950Z Compiling num-complex v0.4.6
30972026-05-11T15:26:19.015Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30982026-05-11T15:26:19.052Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30992026-05-11T15:26:19.084Z Compiling postcard v1.1.3
31002026-05-11T15:26:19.139Z Compiling proc-macro-error v1.0.4
31012026-05-11T15:26:19.155Z Compiling num_enum_derive v0.7.5
31022026-05-11T15:26:19.285Z Compiling proc-macro-crate v1.3.1
31032026-05-11T15:26:19.366Z Compiling num v0.4.3
31042026-05-11T15:26:19.384Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31052026-05-11T15:26:19.454Z Compiling foreign-types-macros v0.2.3
31062026-05-11T15:26:19.472Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31072026-05-11T15:26:19.492Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31082026-05-11T15:26:19.492Z Compiling cpufeatures v0.3.0
31092026-05-11T15:26:19.526Z Compiling rayon-core v1.13.0
31102026-05-11T15:26:19.593Z Compiling float-ord v0.3.2
31112026-05-11T15:26:19.710Z Compiling foreign-types-shared v0.3.1
31122026-05-11T15:26:19.751Z Compiling colored v3.1.1
31132026-05-11T15:26:19.801Z Compiling num_enum_derive v0.5.11
31142026-05-11T15:26:19.823Z Compiling chacha20 v0.10.0
31152026-05-11T15:26:19.876Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31162026-05-11T15:26:19.979Z Compiling crossbeam-deque v0.8.6
31172026-05-11T15:26:19.998Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31182026-05-11T15:26:19.998Z Compiling camino-tempfile v1.4.1
31192026-05-11T15:26:20.029Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31202026-05-11T15:26:20.114Z Compiling foreign-types v0.5.0
31212026-05-11T15:26:20.137Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31222026-05-11T15:26:20.155Z Compiling cstr-argument v0.1.2
31232026-05-11T15:26:20.176Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31242026-05-11T15:26:20.219Z Compiling rand v0.10.0
31252026-05-11T15:26:20.260Z Compiling toml v0.8.23
31262026-05-11T15:26:20.292Z Compiling num_enum v0.7.5
31272026-05-11T15:26:20.338Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31282026-05-11T15:26:20.414Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31292026-05-11T15:26:20.442Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31302026-05-11T15:26:20.513Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31312026-05-11T15:26:20.582Z Compiling ingot-types v0.1.2
31322026-05-11T15:26:20.607Z Compiling rayon v1.11.0
31332026-05-11T15:26:20.623Z Compiling zone_cfg_derive v0.3.1
31342026-05-11T15:26:20.647Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31352026-05-11T15:26:20.665Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31362026-05-11T15:26:20.668Z Compiling itertools v0.12.1
31372026-05-11T15:26:20.698Z Compiling num-derive v0.4.2
31382026-05-11T15:26:20.797Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31392026-05-11T15:26:20.899Z Compiling sigpipe v0.1.3
31402026-05-11T15:26:20.917Z Compiling num_enum v0.5.11
31412026-05-11T15:26:20.921Z Compiling glob v0.3.3
31422026-05-11T15:26:20.952Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31432026-05-11T15:26:20.974Z Compiling ingot v0.1.1
31442026-05-11T15:26:21.010Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31452026-05-11T15:26:21.032Z Compiling smf v0.2.3
31462026-05-11T15:26:21.084Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31472026-05-11T15:26:21.166Z Compiling prettyplease v0.2.37
31482026-05-11T15:26:21.206Z Compiling whoami v1.6.1
31492026-05-11T15:26:21.270Z Compiling gethostname v0.5.0
31502026-05-11T15:26:21.347Z Compiling usdt-attr-macro v0.5.0
31512026-05-11T15:26:21.415Z Compiling atomicwrites v0.4.4
31522026-05-11T15:26:21.431Z Compiling usdt-macro v0.5.0
31532026-05-11T15:26:21.523Z Compiling memmap v0.7.0
31542026-05-11T15:26:21.588Z Compiling derive-where v1.6.0
31552026-05-11T15:26:21.616Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31562026-05-11T15:26:21.636Z Compiling progenitor-client v0.13.0
31572026-05-11T15:26:21.679Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31582026-05-11T15:26:21.738Z Compiling resolv-conf v0.7.6
31592026-05-11T15:26:21.778Z Compiling cancel-safe-futures v0.1.5
31602026-05-11T15:26:21.975Z Compiling zone v0.3.1
31612026-05-11T15:26:21.991Z Compiling owo-colors v4.3.0
31622026-05-11T15:26:22.044Z Compiling libsw-core v0.3.2
31632026-05-11T15:26:22.074Z Compiling async-recursion v1.1.1
31642026-05-11T15:26:22.214Z Compiling libsw v3.5.0
31652026-05-11T15:26:22.240Z Compiling console v0.15.11
31662026-05-11T15:26:22.244Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31672026-05-11T15:26:22.345Z Compiling usdt v0.5.0
31682026-05-11T15:26:22.430Z Compiling newline-converter v0.3.0
31692026-05-11T15:26:22.447Z Compiling linear-map v1.2.0
31702026-05-11T15:26:22.450Z Compiling libefi-sys v0.1.0
31712026-05-11T15:26:22.570Z Compiling expectorate v1.2.0
31722026-05-11T15:26:22.646Z Compiling hickory-proto v0.24.4
31732026-05-11T15:26:22.663Z Compiling bitfield-struct v0.6.2
31742026-05-11T15:26:22.672Z Compiling semver v0.1.20
31752026-05-11T15:26:22.680Z Compiling linked-hash-map v0.5.6
31762026-05-11T15:26:22.736Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31772026-05-11T15:26:22.785Z Compiling tokio-dtrace v0.1.1
31782026-05-11T15:26:22.848Z Compiling dropshot-api-manager-types v0.7.1
31792026-05-11T15:26:22.867Z Compiling lru-cache v0.1.2
31802026-05-11T15:26:22.914Z Compiling rustc_version v0.1.7
31812026-05-11T15:26:22.947Z Compiling pin-project-internal v1.1.11
31822026-05-11T15:26:22.973Z Compiling slog-dtrace v0.3.0
31832026-05-11T15:26:22.991Z Compiling minimal-lexical v0.2.1
31842026-05-11T15:26:23.009Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31852026-05-11T15:26:23.026Z Compiling oxide-tokio-rt v0.1.4
31862026-05-11T15:26:23.030Z Compiling typify-macro v0.6.2
31872026-05-11T15:26:23.084Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31882026-05-11T15:26:23.112Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31892026-05-11T15:26:23.173Z Compiling newtype_derive v0.1.6
31902026-05-11T15:26:23.191Z Compiling typify-impl v0.4.3
31912026-05-11T15:26:23.235Z Compiling nom v7.1.3
31922026-05-11T15:26:23.270Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31932026-05-11T15:26:23.286Z Compiling phf_shared v0.12.1
31942026-05-11T15:26:23.349Z Compiling snafu-derive v0.8.9
31952026-05-11T15:26:23.366Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31962026-05-11T15:26:23.370Z Compiling pem v3.0.6
31972026-05-11T15:26:23.401Z Compiling csv-core v0.1.13
31982026-05-11T15:26:23.420Z Compiling chrono-tz v0.10.4
31992026-05-11T15:26:23.479Z Compiling xshell-macros v0.2.7
32002026-05-11T15:26:23.684Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32012026-05-11T15:26:23.701Z Compiling same-file v1.0.6
32022026-05-11T15:26:23.720Z Compiling highway v1.3.0
32032026-05-11T15:26:23.832Z Compiling const_format_proc_macros v0.2.34
32042026-05-11T15:26:23.891Z Compiling xshell v0.2.7
32052026-05-11T15:26:23.895Z Compiling walkdir v2.5.0
32062026-05-11T15:26:23.945Z Compiling csv v1.4.0
32072026-05-11T15:26:24.098Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32082026-05-11T15:26:24.121Z Compiling pin-project v1.1.11
32092026-05-11T15:26:24.138Z Compiling phf v0.12.1
32102026-05-11T15:26:24.243Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32112026-05-11T15:26:24.257Z Compiling globset v0.4.18
32122026-05-11T15:26:24.309Z Compiling olpc-cjson v0.1.4
32132026-05-11T15:26:24.419Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32142026-05-11T15:26:24.507Z Compiling primeorder v0.13.6
32152026-05-11T15:26:24.525Z Compiling serde_plain v1.0.2
32162026-05-11T15:26:24.562Z Compiling typed-path v0.9.3
32172026-05-11T15:26:24.620Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32182026-05-11T15:26:24.687Z Compiling const_format v0.2.35
32192026-05-11T15:26:24.737Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32202026-05-11T15:26:24.860Z Compiling hickory-resolver v0.24.4
32212026-05-11T15:26:24.877Z Compiling typify v0.6.2
32222026-05-11T15:26:24.995Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32232026-05-11T15:26:25.014Z Compiling progenitor-impl v0.14.0
32242026-05-11T15:26:25.030Z Compiling progenitor-impl v0.13.0
32252026-05-11T15:26:25.067Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32262026-05-11T15:26:25.198Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32272026-05-11T15:26:25.375Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32282026-05-11T15:26:25.595Z Compiling snafu v0.8.9
32292026-05-11T15:26:25.622Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32302026-05-11T15:26:25.902Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32312026-05-11T15:26:25.954Z Compiling qorb v0.4.1
32322026-05-11T15:26:26.004Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32332026-05-11T15:26:26.138Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32342026-05-11T15:26:26.165Z Compiling tough v0.20.0
32352026-05-11T15:26:26.380Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32362026-05-11T15:26:26.403Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32372026-05-11T15:26:26.488Z Compiling tabled_derive v0.7.0
32382026-05-11T15:26:26.834Z Compiling bcs v0.1.6
32392026-05-11T15:26:27.002Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32402026-05-11T15:26:27.034Z Compiling termtree v0.5.1
32412026-05-11T15:26:27.188Z Compiling salty v0.3.0
32422026-05-11T15:26:27.191Z Compiling textwrap v0.16.2
32432026-05-11T15:26:27.222Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32442026-05-11T15:26:27.266Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32452026-05-11T15:26:27.490Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32462026-05-11T15:26:27.561Z Compiling tabled v0.15.0
32472026-05-11T15:26:27.673Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32482026-05-11T15:26:27.690Z Compiling steno v0.4.1
32492026-05-11T15:26:27.755Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32502026-05-11T15:26:27.776Z Compiling progenitor-macro v0.13.0
32512026-05-11T15:26:27.779Z Compiling progenitor-macro v0.14.0
32522026-05-11T15:26:27.808Z Compiling typify-macro v0.4.3
32532026-05-11T15:26:27.920Z Compiling humantime v2.3.0
32542026-05-11T15:26:27.937Z Compiling radium v0.7.0
32552026-05-11T15:26:28.059Z Compiling tagptr v0.2.0
32562026-05-11T15:26:28.076Z Compiling base64 v0.21.7
32572026-05-11T15:26:28.210Z Compiling moka v0.12.13
32582026-05-11T15:26:28.244Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32592026-05-11T15:26:28.286Z Compiling p384 v0.13.1
32602026-05-11T15:26:28.425Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32612026-05-11T15:26:28.655Z Compiling maybe-uninit v2.0.0
32622026-05-11T15:26:28.723Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32632026-05-11T15:26:28.849Z Compiling tap v1.0.1
32642026-05-11T15:26:28.865Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32652026-05-11T15:26:28.996Z Compiling wyz v0.5.1
32662026-05-11T15:26:29.017Z Compiling hickory-resolver v0.25.2
32672026-05-11T15:26:29.049Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32682026-05-11T15:26:29.222Z Compiling proc-macro-error-attr2 v2.0.0
32692026-05-11T15:26:29.257Z Compiling utf-8 v0.7.6
32702026-05-11T15:26:29.399Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32712026-05-11T15:26:29.469Z Compiling parking_lot_core v0.8.6
32722026-05-11T15:26:29.538Z Compiling packed_struct v0.10.1
32732026-05-11T15:26:29.591Z Compiling typify v0.4.3
32742026-05-11T15:26:29.632Z Compiling funty v2.0.0
32752026-05-11T15:26:29.666Z Compiling proc-macro-error2 v2.0.1
32762026-05-11T15:26:29.813Z Compiling tungstenite v0.21.0
32772026-05-11T15:26:29.888Z Compiling polyval v0.6.2
32782026-05-11T15:26:29.919Z Compiling git-stub v1.0.0
32792026-05-11T15:26:29.936Z Compiling packed_struct_codegen v0.10.1
32802026-05-11T15:26:30.049Z Compiling bitvec v1.0.1
32812026-05-11T15:26:30.154Z Compiling num-derive v0.3.3
32822026-05-11T15:26:30.178Z Compiling zerocopy-derive v0.6.6
32832026-05-11T15:26:30.214Z Compiling bitfield-macros v0.19.4
32842026-05-11T15:26:30.231Z Compiling indexmap v1.9.3
32852026-05-11T15:26:30.254Z Compiling nodrop v0.1.14
32862026-05-11T15:26:30.311Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32872026-05-11T15:26:30.379Z Compiling crc-catalog v2.4.0
32882026-05-11T15:26:30.491Z Compiling crc v3.4.0
32892026-05-11T15:26:30.507Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32902026-05-11T15:26:30.564Z Compiling array-init v0.0.4
32912026-05-11T15:26:30.706Z Compiling tokio-tungstenite v0.21.0
32922026-05-11T15:26:30.724Z Compiling git-stub-vcs v0.1.0
32932026-05-11T15:26:30.950Z Compiling ghash v0.5.1
32942026-05-11T15:26:30.977Z Compiling tabled_derive v0.11.0
32952026-05-11T15:26:31.005Z Compiling bitfield v0.19.4
32962026-05-11T15:26:31.072Z Compiling smallvec v0.6.14
32972026-05-11T15:26:31.107Z Compiling zerocopy v0.6.6
32982026-05-11T15:26:31.124Z Compiling libscf-sys v1.1.0
32992026-05-11T15:26:31.128Z Compiling progenitor-impl v0.11.2
33002026-05-11T15:26:31.313Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33012026-05-11T15:26:31.333Z Compiling papergrid v0.17.0
33022026-05-11T15:26:31.349Z Compiling testing_table v0.3.0
33032026-05-11T15:26:31.398Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33042026-05-11T15:26:31.479Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33052026-05-11T15:26:31.544Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33062026-05-11T15:26:31.562Z Compiling ctr v0.9.2
33072026-05-11T15:26:31.597Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33082026-05-11T15:26:31.784Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33092026-05-11T15:26:31.800Z Compiling corncobs v0.1.4
33102026-05-11T15:26:31.852Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33112026-05-11T15:26:31.886Z Compiling hashbrown v0.12.3
33122026-05-11T15:26:31.939Z Compiling unicase v2.9.0
33132026-05-11T15:26:32.004Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33142026-05-11T15:26:32.020Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33152026-05-11T15:26:32.081Z Compiling aes-gcm v0.10.3
33162026-05-11T15:26:32.154Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33172026-05-11T15:26:32.173Z Compiling mime_guess v2.0.5
33182026-05-11T15:26:32.210Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33192026-05-11T15:26:32.298Z Compiling tabled v0.20.0
33202026-05-11T15:26:32.436Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33212026-05-11T15:26:32.454Z Compiling parking_lot v0.11.2
33222026-05-11T15:26:32.486Z Compiling serde-hex v0.1.0
33232026-05-11T15:26:32.773Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33242026-05-11T15:26:32.791Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33252026-05-11T15:26:32.819Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33262026-05-11T15:26:32.886Z Compiling progenitor v0.14.0
33272026-05-11T15:26:32.924Z Compiling progenitor v0.13.0
33282026-05-11T15:26:33.029Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33292026-05-11T15:26:33.066Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33302026-05-11T15:26:33.095Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33312026-05-11T15:26:33.112Z Compiling progenitor-impl v0.10.0
33322026-05-11T15:26:33.181Z Compiling ron v0.8.1
33332026-05-11T15:26:33.185Z Compiling hashbrown v0.13.2
33342026-05-11T15:26:33.226Z Compiling progenitor-client v0.11.2
33352026-05-11T15:26:33.298Z Compiling ssh-encoding v0.2.0
33362026-05-11T15:26:33.572Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33372026-05-11T15:26:33.594Z Compiling blowfish v0.9.1
33382026-05-11T15:26:33.597Z Compiling prefix-trie v0.7.0
33392026-05-11T15:26:33.718Z Compiling fxhash v0.2.1
33402026-05-11T15:26:33.818Z Compiling progenitor-macro v0.11.2
33412026-05-11T15:26:33.870Z Compiling secrecy v0.8.0
33422026-05-11T15:26:33.894Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33432026-05-11T15:26:33.940Z Compiling crc-any v2.5.0
33442026-05-11T15:26:34.056Z Compiling hickory-server v0.25.2
33452026-05-11T15:26:34.146Z Compiling sled v0.34.7
33462026-05-11T15:26:34.177Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33472026-05-11T15:26:34.237Z Compiling bcrypt-pbkdf v0.10.0
33482026-05-11T15:26:34.593Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33492026-05-11T15:26:34.748Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33502026-05-11T15:26:35.157Z Compiling object v0.30.4
33512026-05-11T15:26:35.174Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33522026-05-11T15:26:35.477Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33532026-05-11T15:26:35.528Z Compiling ssh-cipher v0.2.0
33542026-05-11T15:26:35.832Z Compiling progenitor-macro v0.10.0
33552026-05-11T15:26:35.849Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33562026-05-11T15:26:35.870Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33572026-05-11T15:26:35.985Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33582026-05-11T15:26:36.080Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33592026-05-11T15:26:36.157Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33602026-05-11T15:26:36.636Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33612026-05-11T15:26:36.675Z Compiling password-hash v0.4.2
33622026-05-11T15:26:37.094Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33632026-05-11T15:26:37.160Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33642026-05-11T15:26:37.378Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33652026-05-11T15:26:37.415Z Compiling path-slash v0.1.5
33662026-05-11T15:26:37.464Z Compiling half v1.8.3
33672026-05-11T15:26:37.485Z Compiling crc8 v0.1.1
33682026-05-11T15:26:37.566Z Compiling http-range v0.1.5
33692026-05-11T15:26:37.591Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33702026-05-11T15:26:37.761Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33712026-05-11T15:26:37.782Z Compiling serde_cbor v0.11.2
33722026-05-11T15:26:37.850Z Compiling pbkdf2 v0.11.0
33732026-05-11T15:26:37.958Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33742026-05-11T15:26:38.112Z Compiling ssh-key v0.6.7
33752026-05-11T15:26:38.317Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33762026-05-11T15:26:38.379Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33772026-05-11T15:26:38.400Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33782026-05-11T15:26:38.403Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33792026-05-11T15:26:38.433Z Compiling p521 v0.13.3
33802026-05-11T15:26:38.557Z Compiling p256 v0.13.2
33812026-05-11T15:26:38.575Z Compiling yasna v0.5.2
33822026-05-11T15:26:38.924Z Compiling progenitor v0.11.2
33832026-05-11T15:26:38.959Z Compiling kstat-rs v0.2.4
33842026-05-11T15:26:38.982Z Compiling headers-core v0.3.0
33852026-05-11T15:26:38.999Z Compiling nanorand v0.7.0
33862026-05-11T15:26:39.045Z Compiling russh-cryptovec v0.7.3
33872026-05-11T15:26:39.104Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33882026-05-11T15:26:39.134Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33892026-05-11T15:26:39.189Z Compiling atty v0.2.14
33902026-05-11T15:26:39.262Z Compiling home v0.5.12
33912026-05-11T15:26:39.280Z Compiling md5 v0.7.0
33922026-05-11T15:26:39.299Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33932026-05-11T15:26:39.302Z Compiling flume v0.11.1
33942026-05-11T15:26:39.302Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33952026-05-11T15:26:39.347Z Compiling headers v0.4.1
33962026-05-11T15:26:39.351Z Compiling rcgen v0.12.1
33972026-05-11T15:26:39.405Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33982026-05-11T15:26:39.427Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33992026-05-11T15:26:39.579Z Compiling russh-keys v0.45.0
34002026-05-11T15:26:39.630Z Compiling hyper-staticfile v0.10.1
34012026-05-11T15:26:39.813Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34022026-05-11T15:26:39.855Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34032026-05-11T15:26:40.142Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34042026-05-11T15:26:40.160Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34052026-05-11T15:26:40.178Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34062026-05-11T15:26:40.248Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34072026-05-11T15:26:40.283Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34082026-05-11T15:26:40.490Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34092026-05-11T15:26:40.547Z Compiling num-bigint v0.4.6
34102026-05-11T15:26:40.763Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34112026-05-11T15:26:40.810Z Compiling progenitor v0.10.0
34122026-05-11T15:26:40.895Z Compiling des v0.8.1
34132026-05-11T15:26:40.942Z Compiling subprocess v0.2.15
34142026-05-11T15:26:40.965Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34152026-05-11T15:26:41.000Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34162026-05-11T15:26:41.117Z Compiling hex-literal v0.4.1
34172026-05-11T15:26:41.221Z Compiling display-error-chain v0.2.2
34182026-05-11T15:26:41.256Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34192026-05-11T15:26:41.260Z Compiling colored v2.2.0
34202026-05-11T15:26:41.290Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34212026-05-11T15:26:41.388Z Compiling socket2 v0.5.10
34222026-05-11T15:26:41.451Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34232026-05-11T15:26:41.558Z Compiling internet-checksum v0.2.1
34242026-05-11T15:26:41.732Z Compiling russh v0.45.0
34252026-05-11T15:26:41.749Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34262026-05-11T15:26:41.768Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34272026-05-11T15:26:44.335Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34282026-05-11T15:26:45.038Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34292026-05-11T15:26:45.517Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34302026-05-11T15:26:47.123Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34312026-05-11T15:26:54.932Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34322026-05-11T15:26:54.932Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34332026-05-11T15:26:54.935Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34342026-05-11T15:26:54.935Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34352026-05-11T15:26:56.627Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34362026-05-11T15:26:56.766Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34372026-05-11T15:27:00.788Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34382026-05-11T15:27:02.150Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34392026-05-11T15:27:21.020Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34402026-05-11T15:27:39.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34412026-05-11T15:27:39.591Z
34422026-05-11T15:27:39.595Zreal 1:25.276358079
34432026-05-11T15:27:39.595Zuser 8:16.228332886
34442026-05-11T15:27:39.595Zsys 1:41.141011266
34452026-05-11T15:27:39.595Ztrap 0.253632520
34462026-05-11T15:27:39.595Ztflt 0.504858576
34472026-05-11T15:27:39.595Zdflt 1.701240303
34482026-05-11T15:27:39.595Zkflt 0.000341000
34492026-05-11T15:27:39.595Zlock 29:30.488634857
34502026-05-11T15:27:39.595Zslp 19:12.521388108
34512026-05-11T15:27:39.595Zlat 41.060792705
34522026-05-11T15:27:39.595Zstop 2:53.490815136
34532026-05-11T15:27:39.595Z+ mkdir tests
34542026-05-11T15:27:39.598Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34552026-05-11T15:27:39.598Z+ xargs -I '{}' -t cp '{}' tests/
34562026-05-11T15:27:40.680Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-470a60e3d0e6ef24 tests/
34572026-05-11T15:27:40.700Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a30bd6ce46b8f667 tests/
34582026-05-11T15:27:40.721Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-6ff027522a55cd83 tests/
34592026-05-11T15:27:40.743Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-06879957ae11aa92 tests/
34602026-05-11T15:27:40.971Z+ 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/*)
34612026-05-11T15:27:40.975Z+ 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-a30bd6ce46b8f667 tests/commtest-6ff027522a55cd83 tests/dhcp_server-470a60e3d0e6ef24 tests/end_to_end_tests-06879957ae11aa92 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
34622026-05-11T15:28:59.866ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34632026-05-11T15:28:59.866Za .github/buildomat/ci-env.sh 1K
34642026-05-11T15:28:59.866Za out/target/test 1K
34652026-05-11T15:28:59.866Za out/npuzone/npuzone 27402K
34662026-05-11T15:28:59.866Za package-manifest.toml 35K
34672026-05-11T15:28:59.866Za smf/sled-agent/non-gimlet/config.toml 6K
34682026-05-11T15:28:59.866Za target/release/omicron-package 44860K
34692026-05-11T15:28:59.866Za target/release/xtask 11449K
34702026-05-11T15:28:59.866Za target/debug/bootstrap 352781K
34712026-05-11T15:28:59.866Za tests/bootstrap-a30bd6ce46b8f667 31215K
34722026-05-11T15:28:59.866Za tests/commtest-6ff027522a55cd83 32299K
34732026-05-11T15:28:59.866Za tests/dhcp_server-470a60e3d0e6ef24 31215K
34742026-05-11T15:28:59.866Za tests/end_to_end_tests-06879957ae11aa92 393895K
34752026-05-11T15:28:59.866Za out/clickhouse.tar.gz 318871K
34762026-05-11T15:28:59.866Za out/clickhouse_keeper.tar.gz 304236K
34772026-05-11T15:28:59.866Za out/clickhouse_server.tar.gz 318870K
34782026-05-11T15:28:59.866Za out/cockroachdb.tar.gz 164593K
34792026-05-11T15:28:59.866Za out/crucible-pantry-zone.tar.gz 43673K
34802026-05-11T15:28:59.867Za out/crucible-utils.tar 17744K
34812026-05-11T15:28:59.867Za out/crucible-zone.tar.gz 57811K
34822026-05-11T15:28:59.867Za out/external-dns.tar.gz 49251K
34832026-05-11T15:28:59.867Za out/internal-dns.tar.gz 49251K
34842026-05-11T15:28:59.867Za out/mg-ddm-gz.tar 95141K
34852026-05-11T15:28:59.867Za out/nexus.tar.gz 220383K
34862026-05-11T15:28:59.867Za out/ntp.tar.gz 31610K
34872026-05-11T15:28:59.867Za out/omicron-gateway-softnpu.tar.gz 28492K
34882026-05-11T15:28:59.867Za out/omicron-sled-agent.tar 198868K
34892026-05-11T15:28:59.867Za out/overlay.tar.gz 3K
34902026-05-11T15:28:59.867Za out/oximeter.tar.gz 65343K
34912026-05-11T15:28:59.867Za out/oxlog.tar 3782K
34922026-05-11T15:28:59.867Za out/probe.tar.gz 3037K
34932026-05-11T15:28:59.867Za out/propolis-server.tar.gz 38727K
34942026-05-11T15:28:59.867Za out/pumpkind-gz.tar 26647K
34952026-05-11T15:28:59.867Za out/switch-softnpu.tar.gz 392834K
34962026-05-11T15:28:59.870Z
34972026-05-11T15:28:59.871Zreal 1:18.892771785
34982026-05-11T15:28:59.871Zuser 1:16.229019505
34992026-05-11T15:28:59.871Zsys 4.376393739
35002026-05-11T15:28:59.871Ztrap 0.006487244
35012026-05-11T15:28:59.871Ztflt 0.000000000
35022026-05-11T15:28:59.871Zdflt 0.000000000
35032026-05-11T15:28:59.871Zkflt 0.000000000
35042026-05-11T15:28:59.871Zlock 0.000000000
35052026-05-11T15:28:59.871Zslp 1:16.219478099
35062026-05-11T15:28:59.871Zlat 0.948804025
35072026-05-11T15:28:59.871Zstop 0.000316950
35082026-05-11T15:28:59.871Zprocess exited: duration 978502 ms, exit code 0
 
35092026-05-11T15:28:59.886Zfound 1 output files
35102026-05-11T15:28:59.927Zuploading: /work/package.tar.gz (2430889421 bytes)
35112026-05-11T15:29:28.242Zuploaded: /work/package.tar.gz