01KVKQ4P2XES2NCNFNQ88YXNMF: 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: 01KVKQ5D2SH6AGAM8KER6TV529

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-20T23:53:29.190Zjob assigned to worker 01KVKQ5XY767DEK7CB0NWGNR6J [factory aws, i-0f417f72abc318114] (queued for 1 m 34 s)
 
22026-06-20T23:53:36.510Zstarting task 0: "setup"
32026-06-20T23:53:36.516Z++ uname -s
42026-06-20T23:53:36.516Z+ kern=SunOS
52026-06-20T23:53:36.516Z+ build_user=build
62026-06-20T23:53:36.516Z+ build_uid=12345
72026-06-20T23:53:36.516Z+ work_dir=/work
82026-06-20T23:53:36.516Z+ input_dir=/input
92026-06-20T23:53:36.516Z+ [[ 0 == 12345 ]]
102026-06-20T23:53:36.516Z+ case "$kern" in
112026-06-20T23:53:36.516Z+ groupadd -g 12345 build
122026-06-20T23:53:36.516Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-20T23:53:38.522Z+ zfs create -o mountpoint=/work rpool/work
142026-06-20T23:53:38.601Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-20T23:53:38.603Z+ home_fs=zfs
162026-06-20T23:53:38.603Z+ [[ zfs == autofs ]]
172026-06-20T23:53:38.603Z+ mkdir -p /home/build
182026-06-20T23:53:38.606Z+ chown build:build /home/build /work
192026-06-20T23:53:40.608Z+ chmod 0700 /home/build /work
202026-06-20T23:53:40.611Zprocess exited: duration 4105 ms, exit code 0
 
212026-06-20T23:53:40.616Zstarting task 1: "rust-toolchain"
222026-06-20T23:53:40.621Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-20T23:53:40.621Z * rust toolchain channel = "1.94.0"
242026-06-20T23:53:40.621Z * rust toolchain profile = "default"
252026-06-20T23:53:40.621Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-20T23:53:40.621Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-20T23:53:40.622Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-20T23:53:40.628Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-20T23:53:40.628Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-20T23:53:40.709Zinfo: downloading installer
312026-06-20T23:53:42.356Zwarn: It looks like you have an existing rustup settings file at:
322026-06-20T23:53:42.356Zwarn: /home/build/.rustup/settings.toml
332026-06-20T23:53:42.356Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-20T23:53:42.357Zwarn: instead of the one inferred from the default host triple.
352026-06-20T23:53:42.370Zinfo: profile set to default
362026-06-20T23:53:42.370Zinfo: default host triple is x86_64-unknown-illumos
372026-06-20T23:53:42.374Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-20T23:53:42.518Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-20T23:53:42.521Zinfo: downloading 6 components
402026-06-20T23:53:57.353Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-20T23:53:57.353Z
422026-06-20T23:53:57.386Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-20T23:53:57.386Z
442026-06-20T23:53:57.386Z
452026-06-20T23:53:57.386ZRust is installed now. Great!
462026-06-20T23:53:57.386Z
472026-06-20T23:53:57.387ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-20T23:53:57.387Zenvironment variable. This has not been done automatically.
492026-06-20T23:53:57.389Z
502026-06-20T23:53:57.390ZTo configure your current shell, you need to source
512026-06-20T23:53:57.390Zthe corresponding env file under $HOME/.cargo.
522026-06-20T23:53:57.390Z
532026-06-20T23:53:57.390ZThis is usually done by running one of the following (note the leading DOT):
542026-06-20T23:53:57.390Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-20T23:53:57.390Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-20T23:53:57.390Zsource "~/.cargo/env.nu" # For nushell
572026-06-20T23:53:57.390Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-20T23:53:57.390Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-20T23:53:57.390Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-20T23:53:57.390Zwarn: no default linker (`cc`) was found in your PATH
612026-06-20T23:53:57.390Zwarn: many Rust crates require a system C toolchain to build
622026-06-20T23:53:57.489Z+ rustup --version
632026-06-20T23:53:57.495Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-20T23:53:57.498Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-20T23:53:57.516Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-20T23:53:57.519Z+ cargo --version
672026-06-20T23:53:57.527Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-20T23:53:57.531Z+ rustc --version
692026-06-20T23:53:57.550Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-20T23:53:57.552Zprocess exited: duration 16935 ms, exit code 0
 
712026-06-20T23:53:57.558Zstarting task 2: "authentication"
722026-06-20T23:53:57.576Zprocess exited: duration 17 ms, exit code 0
 
732026-06-20T23:53:57.581Zstarting task 3: "clone repository"
742026-06-20T23:53:57.586Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-20T23:53:57.589Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-20T23:53:57.626ZCloning into '/work/oxidecomputer/omicron'...
772026-06-20T23:54:07.054Z+ cd /work/oxidecomputer/omicron
782026-06-20T23:54:07.054Z+ git fetch origin d561ec033125f9d209a4bba80eb6ece280ee3c69
792026-06-20T23:54:07.309ZFrom https://github.com/oxidecomputer/omicron
802026-06-20T23:54:07.309Z * branch d561ec033125f9d209a4bba80eb6ece280ee3c69 -> FETCH_HEAD
812026-06-20T23:54:07.322Z+ [[ -n sunshowers/spr/7n-sync-switch-add-single-transaction-switch-config-read-not-yet-wired-up ]]
822026-06-20T23:54:07.325Z++ git branch --show-current
832026-06-20T23:54:07.326Z+ current=main
842026-06-20T23:54:07.326Z+ [[ main != sunshowers/spr/7n-sync-switch-add-single-transaction-switch-config-read-not-yet-wired-up ]]
852026-06-20T23:54:07.332Z+ git branch -f sunshowers/spr/7n-sync-switch-add-single-transaction-switch-config-read-not-yet-wired-up d561ec033125f9d209a4bba80eb6ece280ee3c69
862026-06-20T23:54:07.332Z+ git checkout -f sunshowers/spr/7n-sync-switch-add-single-transaction-switch-config-read-not-yet-wired-up
872026-06-20T23:54:07.571ZSwitched to branch 'sunshowers/spr/7n-sync-switch-add-single-transaction-switch-config-read-not-yet-wired-up'
882026-06-20T23:54:07.575Z+ git reset --hard d561ec033125f9d209a4bba80eb6ece280ee3c69
892026-06-20T23:54:07.591ZHEAD is now at d561ec033 [spr] initial version
902026-06-20T23:54:07.593Zprocess exited: duration 10010 ms, exit code 0
 
912026-06-20T23:54:07.600Zstarting task 4: "build"
922026-06-20T23:54:07.605Z+ source .github/buildomat/ci-env.sh
932026-06-20T23:54:07.606Z++ export CARGO_TERM_COLOR=always
942026-06-20T23:54:07.606Z++ CARGO_TERM_COLOR=always
952026-06-20T23:54:07.606Z+ cargo --version
962026-06-20T23:54:07.615Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-20T23:54:07.618Z+ rustc --version
982026-06-20T23:54:07.639Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-20T23:54:07.642Z+ WORK=/work
1002026-06-20T23:54:07.642Z+ pfexec mkdir -p /work
1012026-06-20T23:54:07.645Z+ pfexec chown build /work
1022026-06-20T23:54:07.648Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-06-20T23:54:09.208Z Startup: Refreshing catalog 'helios' ... Done
1042026-06-20T23:54:09.313Z Startup: Caching catalogs ... Done
1052026-06-20T23:54:09.650ZPlanning: Solver setup ... Done (0.309s)
1062026-06-20T23:54:09.672ZPlanning: Running solver ... Done (0.022s)
1072026-06-20T23:54:09.680ZPlanning: Finding local manifests ... Done (0.003s)
1082026-06-20T23:54:09.703ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-20T23:54:10.143ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-20T23:54:10.157ZPlanning: Package planning ... Done (0.014s)
1112026-06-20T23:54:10.159ZPlanning: Merging actions ... Done (0.002s)
1122026-06-20T23:54:10.347ZPlanning: Checking for conflicting actions ... Done (0.189s)
1132026-06-20T23:54:10.350ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-06-20T23:54:11.228ZPlanning: Evaluating mediators ... Done (0.880s)
1152026-06-20T23:54:11.231ZPlanning: Planning completed in 1.91 seconds
1162026-06-20T23:54:11.238Z Packages to install: 2
1172026-06-20T23:54:11.238Z Estimated space available: 156.07 GB
1182026-06-20T23:54:11.239ZEstimated space to be consumed: 26.78 MB
1192026-06-20T23:54:11.239Z Create boot environment: No
1202026-06-20T23:54:11.239ZCreate backup boot environment: No
1212026-06-20T23:54:11.239Z Rebuild boot archive: No
1222026-06-20T23:54:11.243Z
1232026-06-20T23:54:11.243ZChanged packages:
1242026-06-20T23:54:11.243Zhelios
1252026-06-20T23:54:11.243Z developer/build-essential
1262026-06-20T23:54:11.243Z None -> 11-3.0
1272026-06-20T23:54:11.243Z library/libxmlsec1
1282026-06-20T23:54:11.243Z None -> 1.2.35-3.0
1292026-06-20T23:54:11.263Z
1302026-06-20T23:54:11.263ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-06-20T23:54:11.785ZDownload: Completed 1.28 MB in 0.52 seconds (2.5M/s)
1322026-06-20T23:54:11.855Z Actions: 1/268 actions (Installing new actions)
1332026-06-20T23:54:11.895Z Actions: Completed 268 actions in 0.04 seconds.
1342026-06-20T23:54:11.906ZFinalize: Updating package state database ... Done (0.011s)
1352026-06-20T23:54:11.906ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-20T23:54:11.930ZFinalize: Updating image state ... Done (0.024s)
1372026-06-20T23:54:14.486ZFinalize: Creating fast lookup database ... Done (2.532s)
1382026-06-20T23:54:14.555ZFinalize: Reading search index ... Done (0.013s)
1392026-06-20T23:54:14.558ZFinalize: Updating search index ... Done (0.000s)
1402026-06-20T23:54:14.647ZFinalize: Updating package cache ... Done (0.000s)
1412026-06-20T23:54:14.958ZPlanning: Evaluating mediator changes ... Done
1422026-06-20T23:54:15.070ZPlanning: Checking for conflicting actions ... Done
1432026-06-20T23:54:15.073ZPlanning: Consolidating action changes ... Done
1442026-06-20T23:54:15.231ZPlanning: Evaluating mediators ... Done
1452026-06-20T23:54:15.238ZPlanning: Planning completed in 0.27 seconds
1462026-06-20T23:54:15.256Z Mediators to change: 2
1472026-06-20T23:54:15.256Z Create boot environment: No
1482026-06-20T23:54:15.256ZCreate backup boot environment: No
1492026-06-20T23:54:15.302ZFinalize: Updating package state database ... Done
1502026-06-20T23:54:15.302ZFinalize: Updating package cache ... Done
1512026-06-20T23:54:15.317ZFinalize: Updating image state ... Done
1522026-06-20T23:54:17.275ZFinalize: Creating fast lookup database ... Done
1532026-06-20T23:54:17.339ZFinalize: Reading search index ... Done
1542026-06-20T23:54:17.344ZFinalize: Updating search index ... Done
1552026-06-20T23:54:17.410ZFinalize: Updating package cache ... Done
1562026-06-20T23:54:17.694ZPlanning: Evaluating mediator changes ... Done
1572026-06-20T23:54:17.804ZPlanning: Checking for conflicting actions ... Done
1582026-06-20T23:54:17.809ZPlanning: Consolidating action changes ... Done
1592026-06-20T23:54:17.960ZPlanning: Evaluating mediators ... Done
1602026-06-20T23:54:17.963ZPlanning: Planning completed in 0.27 seconds
1612026-06-20T23:54:17.988Z Mediators to change: 1
1622026-06-20T23:54:17.988Z Create boot environment: No
1632026-06-20T23:54:17.988ZCreate backup boot environment: No
1642026-06-20T23:54:18.028ZFinalize: Updating package state database ... Done
1652026-06-20T23:54:18.028ZFinalize: Updating package cache ... Done
1662026-06-20T23:54:18.041ZFinalize: Updating image state ... Done
1672026-06-20T23:54:19.973ZFinalize: Creating fast lookup database ... Done
1682026-06-20T23:54:20.039ZFinalize: Reading search index ... Done
1692026-06-20T23:54:20.043ZFinalize: Updating search index ... Done
1702026-06-20T23:54:20.131ZFinalize: Updating package cache ... Done
1712026-06-20T23:54:20.451ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-06-20T23:54:20.451Zapache system 2.4 system
1732026-06-20T23:54:20.451Zclang system 15 system
1742026-06-20T23:54:20.451Zcsh system system illumos
1752026-06-20T23:54:20.451Zctags system system illumos
1762026-06-20T23:54:20.451Zfile vendor vendor darwinsys
1772026-06-20T23:54:20.451Zfile system system illumos
1782026-06-20T23:54:20.451Zgcc vendor 14 vendor
1792026-06-20T23:54:20.451Zgcc system 13 system
1802026-06-20T23:54:20.451Zgcc system 10 system
1812026-06-20T23:54:20.451Zgo system 1.25 system
1822026-06-20T23:54:20.451Zllvm system 15 system
1832026-06-20T23:54:20.451Zmariadb system 11.4 system
1842026-06-20T23:54:20.451Zmta vendor vendor dma
1852026-06-20T23:54:20.451Zopenjdk system 17 system
1862026-06-20T23:54:20.451Zopenjdk system 11 system
1872026-06-20T23:54:20.451Zopenssl vendor 3 vendor
1882026-06-20T23:54:20.451Zperl system 5.40 system
1892026-06-20T23:54:20.451Zpostgresql system 18 system
1902026-06-20T23:54:20.451Zpostgresql system 17 system
1912026-06-20T23:54:20.451Zpython vendor 3 vendor
1922026-06-20T23:54:20.451Zpython system 2 system
1932026-06-20T23:54:20.451Zpython3 vendor 3.13 vendor
1942026-06-20T23:54:20.451Zruby system 3.4 system
1952026-06-20T23:54:20.451Zruby system 3.0 system
1962026-06-20T23:54:20.451Zwords vendor vendor american-english
1972026-06-20T23:54:20.452Zwords system system australian-english
1982026-06-20T23:54:20.452Zwords system system british-english
1992026-06-20T23:54:20.452Zwords system system canadian-english
2002026-06-20T23:54:20.452Zwords system system french
2012026-06-20T23:54:20.452Zwords system system italian
2022026-06-20T23:54:20.452Zwords system system ngerman
2032026-06-20T23:54:20.452Zwords system system ogerman
2042026-06-20T23:54:20.452Zwords system system spanish
2052026-06-20T23:54:20.703ZPUBLISHER TYPE STATUS P LOCATION
2062026-06-20T23:54:20.703Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-06-20T23:54:21.001ZFMRI IFO
2082026-06-20T23:54:21.001Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-06-20T23:54:21.001Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-06-20T23:54:21.001Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-06-20T23:54:21.002Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-06-20T23:54:21.002Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-06-20T23:54:21.002Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-06-20T23:54:21.002Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-06-20T23:54:21.002Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-06-20T23:54:21.002Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-06-20T23:54:21.251Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-06-20T23:54:21.521Z Updating crates.io index
2192026-06-20T23:54:21.524Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-06-20T23:54:22.018Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-06-20T23:54:22.310Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-06-20T23:54:22.671Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-06-20T23:54:23.745Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-06-20T23:54:24.200Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-06-20T23:54:25.724Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-06-20T23:54:26.439Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-06-20T23:54:26.780Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-06-20T23:54:27.839Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-06-20T23:55:26.027Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-06-20T23:55:26.113Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-06-20T23:55:26.113Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-06-20T23:55:26.113Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-06-20T23:55:26.113Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-06-20T23:55:26.113Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-06-20T23:55:26.114Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-06-20T23:55:26.114Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-06-20T23:55:26.114Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-06-20T23:55:26.114Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-06-20T23:55:26.295Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-06-20T23:55:26.295Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-06-20T23:55:26.295Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-06-20T23:55:26.295Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-06-20T23:55:26.295Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-06-20T23:55:26.295Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-06-20T23:55:26.295Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-06-20T23:55:26.295Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-06-20T23:55:26.295Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-06-20T23:55:26.295Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-06-20T23:55:26.295Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-06-20T23:55:26.295Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-06-20T23:55:26.295Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-06-20T23:55:26.295Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-06-20T23:55:26.295Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-06-20T23:55:26.295Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2552026-06-20T23:55:26.296Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-06-20T23:55:26.296Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-06-20T23:55:26.296Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-06-20T23:55:26.296Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-06-20T23:55:26.296Z Downloading crates ...
2602026-06-20T23:55:26.296Z Downloaded anstyle v1.0.14
2612026-06-20T23:55:26.296Z Downloaded anstream v1.0.0
2622026-06-20T23:55:26.296Z Downloaded pest_derive v2.8.6
2632026-06-20T23:55:26.296Z Downloaded byteorder v1.5.0
2642026-06-20T23:55:26.296Z Downloaded crypto-common v0.1.7
2652026-06-20T23:55:26.296Z Downloaded proc-macro-error v1.0.4
2662026-06-20T23:55:26.296Z Downloaded toml_datetime v0.6.11
2672026-06-20T23:55:26.296Z Downloaded potential_utf v0.1.4
2682026-06-20T23:55:26.296Z Downloaded colorchoice v1.0.4
2692026-06-20T23:55:26.296Z Downloaded ordered-float v2.10.1
2702026-06-20T23:55:26.296Z Downloaded anyhow v1.0.102
2712026-06-20T23:55:26.296Z Downloaded quote v1.0.45
2722026-06-20T23:55:26.296Z Downloaded writeable v0.6.2
2732026-06-20T23:55:26.296Z Downloaded serde-untagged v0.1.9
2742026-06-20T23:55:26.296Z Downloaded proc-macro-error-attr v1.0.4
2752026-06-20T23:55:26.297Z Downloaded block-buffer v0.10.4
2762026-06-20T23:55:26.297Z Downloaded anstyle-parse v1.0.0
2772026-06-20T23:55:26.297Z Downloaded textwrap v0.16.2
2782026-06-20T23:55:26.297Z Downloaded icu_locale_core v2.1.1
2792026-06-20T23:55:26.297Z Downloaded utf8_iter v1.0.4
2802026-06-20T23:55:26.297Z Downloaded url v2.5.8
2812026-06-20T23:55:26.297Z Downloaded version_check v0.9.5
2822026-06-20T23:55:26.297Z Downloaded utf8parse v0.2.2
2832026-06-20T23:55:26.297Z Downloaded heck v0.4.1
2842026-06-20T23:55:26.298Z Downloaded typeid v1.0.3
2852026-06-20T23:55:26.298Z Downloaded plain v0.2.3
2862026-06-20T23:55:26.298Z Downloaded percent-encoding v2.3.2
2872026-06-20T23:55:26.298Z Downloaded cfg-if v1.0.4
2882026-06-20T23:55:26.298Z Downloaded cargo-platform v0.2.0
2892026-06-20T23:55:26.298Z Downloaded camino-tempfile v1.4.1
2902026-06-20T23:55:26.298Z Downloaded toml_write v0.1.2
2912026-06-20T23:55:26.298Z Downloaded zerofrom v0.1.6
2922026-06-20T23:55:26.298Z Downloaded clap_lex v1.0.0
2932026-06-20T23:55:26.298Z Downloaded thread-id v4.2.2
2942026-06-20T23:55:26.298Z Downloaded usdt-attr-macro v0.5.0
2952026-06-20T23:55:26.298Z Downloaded stable_deref_trait v1.2.1
2962026-06-20T23:55:26.298Z Downloaded serde-value v0.7.0
2972026-06-20T23:55:26.298Z Downloaded yoke-derive v0.8.1
2982026-06-20T23:55:26.298Z Downloaded usdt-macro v0.5.0
2992026-06-20T23:55:26.298Z Downloaded dtrace-parser v0.2.0
3002026-06-20T23:55:26.298Z Downloaded bytecount v0.6.9
3012026-06-20T23:55:26.298Z Downloaded bitflags v2.11.0
3022026-06-20T23:55:26.298Z Downloaded smawk v0.3.2
3032026-06-20T23:55:26.298Z Downloaded usdt v0.5.0
3042026-06-20T23:55:26.298Z Downloaded unicode-xid v0.2.6
3052026-06-20T23:55:26.313Z Downloaded zerofrom-derive v0.1.6
3062026-06-20T23:55:26.313Z Downloaded thiserror-impl v2.0.18
3072026-06-20T23:55:26.313Z Downloaded fnv v1.0.7
3082026-06-20T23:55:26.313Z Downloaded heck v0.5.0
3092026-06-20T23:55:26.313Z Downloaded itoa v1.0.17
3102026-06-20T23:55:26.313Z Downloaded pretty-hex v0.4.1
3112026-06-20T23:55:26.313Z Downloaded is_terminal_polyfill v1.70.2
3122026-06-20T23:55:26.313Z Downloaded anstyle-query v1.1.5
3132026-06-20T23:55:26.313Z Downloaded zmij v1.0.21
3142026-06-20T23:55:26.313Z Downloaded generic-array v0.14.7
3152026-06-20T23:55:26.313Z Downloaded sha2 v0.10.9
3162026-06-20T23:55:26.314Z Downloaded usdt-impl v0.5.0
3172026-06-20T23:55:26.314Z Downloaded thiserror v1.0.69
3182026-06-20T23:55:26.314Z Downloaded thiserror-impl v1.0.69
3192026-06-20T23:55:26.314Z Downloaded displaydoc v0.2.5
3202026-06-20T23:55:26.314Z Downloaded autocfg v1.5.0
3212026-06-20T23:55:26.314Z Downloaded unicode-linebreak v0.1.5
3222026-06-20T23:55:26.314Z Downloaded zerovec-derive v0.11.2
3232026-06-20T23:55:26.314Z Downloaded thiserror v2.0.18
3242026-06-20T23:55:26.314Z Downloaded semver v1.0.28
3252026-06-20T23:55:26.314Z Downloaded proc-macro2 v1.0.106
3262026-06-20T23:55:26.314Z Downloaded tabled_derive v0.7.0
3272026-06-20T23:55:26.314Z Downloaded tinystr v0.8.2
3282026-06-20T23:55:26.314Z Downloaded dof v0.3.0
3292026-06-20T23:55:26.314Z Downloaded strsim v0.11.1
3302026-06-20T23:55:26.314Z Downloaded yoke v0.8.1
3312026-06-20T23:55:26.314Z Downloaded toml v0.8.23
3322026-06-20T23:55:26.314Z Downloaded scroll_derive v0.12.1
3332026-06-20T23:55:26.314Z Downloaded macaddr v1.0.1
3342026-06-20T23:55:26.314Z Downloaded zerocopy-derive v0.7.35
3352026-06-20T23:55:26.314Z Downloaded ucd-trie v0.1.7
3362026-06-20T23:55:26.314Z Downloaded terminal_size v0.4.3
3372026-06-20T23:55:26.314Z Downloaded swrite v0.1.0
3382026-06-20T23:55:26.314Z Downloaded equivalent v1.0.2
3392026-06-20T23:55:26.448Z Downloaded fastrand v2.3.0
3402026-06-20T23:55:26.448Z Downloaded form_urlencoded v1.2.2
3412026-06-20T23:55:26.448Z Downloaded unicode-ident v1.0.24
3422026-06-20T23:55:26.448Z Downloaded errno v0.3.14
3432026-06-20T23:55:26.448Z Downloaded serde_spanned v0.6.9
3442026-06-20T23:55:26.448Z Downloaded idna_adapter v1.2.1
3452026-06-20T23:55:26.448Z Downloaded cpufeatures v0.2.17
3462026-06-20T23:55:26.448Z Downloaded fs-err v3.3.0
3472026-06-20T23:55:26.448Z Downloaded cargo_metadata v0.21.0
3482026-06-20T23:55:26.448Z Downloaded toml_edit v0.22.27
3492026-06-20T23:55:26.448Z Downloaded cargo_toml v0.21.0
3502026-06-20T23:55:26.448Z Downloaded typenum v1.19.0
3512026-06-20T23:55:26.448Z Downloaded once_cell v1.21.3
3522026-06-20T23:55:26.448Z Downloaded litemap v0.8.1
3532026-06-20T23:55:26.448Z Downloaded zerotrie v0.2.3
3542026-06-20T23:55:26.448Z Downloaded serde_tokenstream v0.2.3
3552026-06-20T23:55:26.448Z Downloaded serde_core v1.0.228
3562026-06-20T23:55:26.448Z Downloaded scroll v0.12.0
3572026-06-20T23:55:26.448Z Downloaded memmap v0.7.0
3582026-06-20T23:55:26.448Z Downloaded erased-serde v0.4.9
3592026-06-20T23:55:26.448Z Downloaded zerovec v0.11.5
3602026-06-20T23:55:26.448Z Downloaded synstructure v0.13.2
3612026-06-20T23:55:26.448Z Downloaded zerocopy v0.7.35
3622026-06-20T23:55:26.448Z Downloaded winnow v0.7.14
3632026-06-20T23:55:26.448Z Downloaded icu_properties v2.1.2
3642026-06-20T23:55:26.449Z Downloaded cargo-util-schemas v0.8.2
3652026-06-20T23:55:26.449Z Downloaded unicode-width v0.2.0
3662026-06-20T23:55:26.449Z Downloaded serde v1.0.228
3672026-06-20T23:55:26.449Z Downloaded unicode-width v0.1.14
3682026-06-20T23:55:26.449Z Downloaded digest v0.10.7
3692026-06-20T23:55:26.449Z Downloaded pest_generator v2.8.6
3702026-06-20T23:55:26.449Z Downloaded clap_derive v4.6.1
3712026-06-20T23:55:26.449Z Downloaded tempfile v3.25.0
3722026-06-20T23:55:26.449Z Downloaded smallvec v1.15.1
3732026-06-20T23:55:26.449Z Downloaded papergrid v0.11.0
3742026-06-20T23:55:26.450Z Downloaded icu_provider v2.1.1
3752026-06-20T23:55:26.450Z Downloaded camino v1.2.2
3762026-06-20T23:55:26.450Z Downloaded pest_meta v2.8.6
3772026-06-20T23:55:26.450Z Downloaded log v0.4.29
3782026-06-20T23:55:26.450Z Downloaded serde_derive v1.0.228
3792026-06-20T23:55:26.450Z Downloaded num-traits v0.2.19
3802026-06-20T23:55:26.450Z Downloaded clap v4.6.1
3812026-06-20T23:55:26.450Z Downloaded pest v2.8.6
3822026-06-20T23:55:26.450Z Downloaded icu_collections v2.1.1
3832026-06-20T23:55:26.450Z Downloaded getrandom v0.4.1
3842026-06-20T23:55:26.450Z Downloaded icu_normalizer_data v2.1.1
3852026-06-20T23:55:26.450Z Downloaded icu_normalizer v2.1.1
3862026-06-20T23:55:26.450Z Downloaded indexmap v2.14.0
3872026-06-20T23:55:26.450Z Downloaded memchr v2.8.0
3882026-06-20T23:55:26.450Z Downloaded idna v1.1.0
3892026-06-20T23:55:26.450Z Downloaded clap_builder v4.6.0
3902026-06-20T23:55:26.450Z Downloaded icu_properties_data v2.1.2
3912026-06-20T23:55:26.450Z Downloaded hashbrown v0.17.0
3922026-06-20T23:55:26.450Z Downloaded serde_json v1.0.149
3932026-06-20T23:55:26.450Z Downloaded goblin v0.8.2
3942026-06-20T23:55:26.450Z Downloaded tabled v0.15.0
3952026-06-20T23:55:26.450Z Downloaded syn v1.0.109
3962026-06-20T23:55:26.450Z Downloaded syn v2.0.117
3972026-06-20T23:55:26.450Z Downloaded rustix v1.1.3
3982026-06-20T23:55:26.450Z Downloaded libc v0.2.185
3992026-06-20T23:55:26.450Z Compiling proc-macro2 v1.0.106
4002026-06-20T23:55:26.450Z Compiling quote v1.0.45
4012026-06-20T23:55:26.450Z Compiling unicode-ident v1.0.24
4022026-06-20T23:55:26.450Z Compiling serde_core v1.0.228
4032026-06-20T23:55:26.450Z Compiling libc v0.2.185
4042026-06-20T23:55:26.450Z Compiling version_check v0.9.5
4052026-06-20T23:55:26.450Z Compiling serde v1.0.228
4062026-06-20T23:55:26.450Z Compiling memchr v2.8.0
4072026-06-20T23:55:26.450Z Compiling stable_deref_trait v1.2.1
4082026-06-20T23:55:26.450Z Compiling zmij v1.0.21
4092026-06-20T23:55:26.450Z Compiling thiserror v1.0.69
4102026-06-20T23:55:26.450Z Compiling ucd-trie v0.1.7
4112026-06-20T23:55:26.451Z Compiling itoa v1.0.17
4122026-06-20T23:55:26.451Z Compiling autocfg v1.5.0
4132026-06-20T23:55:26.451Z Compiling writeable v0.6.2
4142026-06-20T23:55:26.451Z Compiling litemap v0.8.1
4152026-06-20T23:55:26.451Z Compiling rustix v1.1.3
4162026-06-20T23:55:26.451Z Compiling icu_normalizer_data v2.1.1
4172026-06-20T23:55:26.451Z Compiling byteorder v1.5.0
4182026-06-20T23:55:26.451Z Compiling icu_properties_data v2.1.2
4192026-06-20T23:55:26.451Z Compiling bitflags v2.11.0
4202026-06-20T23:55:26.451Z Compiling serde_json v1.0.149
4212026-06-20T23:55:26.451Z Compiling pest v2.8.6
4222026-06-20T23:55:26.451Z Compiling num-traits v0.2.19
4232026-06-20T23:55:26.451Z Compiling typeid v1.0.3
4242026-06-20T23:55:26.451Z Compiling hashbrown v0.17.0
4252026-06-20T23:55:26.451Z Compiling smallvec v1.15.1
4262026-06-20T23:55:26.451Z Compiling equivalent v1.0.2
4272026-06-20T23:55:26.451Z Compiling usdt-impl v0.5.0
4282026-06-20T23:55:26.451Z Compiling proc-macro-error-attr v1.0.4
4292026-06-20T23:55:26.451Z Compiling toml_write v0.1.2
4302026-06-20T23:55:26.451Z Compiling syn v1.0.109
4312026-06-20T23:55:26.451Z Compiling erased-serde v0.4.9
4322026-06-20T23:55:26.451Z Compiling winnow v0.7.14
4332026-06-20T23:55:26.451Z Compiling errno v0.3.14
4342026-06-20T23:55:26.451Z Compiling thread-id v4.2.2
4352026-06-20T23:55:26.451Z Compiling indexmap v2.14.0
4362026-06-20T23:55:26.451Z Compiling proc-macro-error v1.0.4
4372026-06-20T23:55:26.451Z Compiling plain v0.2.3
4382026-06-20T23:55:26.451Z Compiling utf8_iter v1.0.4
4392026-06-20T23:55:26.577Z Compiling camino v1.2.2
4402026-06-20T23:55:26.577Z Compiling getrandom v0.4.1
4412026-06-20T23:55:26.577Z Compiling utf8parse v0.2.2
4422026-06-20T23:55:26.577Z Compiling log v0.4.29
4432026-06-20T23:55:26.577Z Compiling percent-encoding v2.3.2
4442026-06-20T23:55:26.577Z Compiling thiserror v2.0.18
4452026-06-20T23:55:26.577Z Compiling anstyle-parse v1.0.0
4462026-06-20T23:55:26.577Z Compiling pest_meta v2.8.6
4472026-06-20T23:55:26.577Z Compiling form_urlencoded v1.2.2
4482026-06-20T23:55:26.577Z Compiling syn v2.0.117
4492026-06-20T23:55:26.578Z Compiling ordered-float v2.10.1
4502026-06-20T23:55:26.578Z Compiling anstyle v1.0.14
4512026-06-20T23:55:26.578Z Compiling cfg-if v1.0.4
4522026-06-20T23:55:26.578Z Compiling is_terminal_polyfill v1.70.2
4532026-06-20T23:55:26.578Z Compiling anstyle-query v1.1.5
4542026-06-20T23:55:26.578Z Compiling colorchoice v1.0.4
4552026-06-20T23:55:26.578Z Compiling pretty-hex v0.4.1
4562026-06-20T23:55:26.578Z Compiling anstream v1.0.0
4572026-06-20T23:55:26.578Z Compiling fs-err v3.3.0
4582026-06-20T23:55:26.578Z Compiling heck v0.5.0
4592026-06-20T23:55:26.578Z Compiling once_cell v1.21.3
4602026-06-20T23:55:26.578Z Compiling unicode-width v0.1.14
4612026-06-20T23:55:26.578Z Compiling heck v0.4.1
4622026-06-20T23:55:26.578Z Compiling terminal_size v0.4.3
4632026-06-20T23:55:26.578Z Compiling semver v1.0.28
4642026-06-20T23:55:26.578Z Compiling unicode-xid v0.2.6
4652026-06-20T23:55:26.578Z Compiling fnv v1.0.7
4662026-06-20T23:55:26.578Z Compiling fastrand v2.3.0
4672026-06-20T23:55:26.578Z Compiling bytecount v0.6.9
4682026-06-20T23:55:26.578Z Compiling clap_lex v1.0.0
4692026-06-20T23:55:26.578Z Compiling anyhow v1.0.102
4702026-06-20T23:55:26.578Z Compiling strsim v0.11.1
4712026-06-20T23:55:26.579Z Compiling papergrid v0.11.0
4722026-06-20T23:55:26.579Z Compiling memmap v0.7.0
4732026-06-20T23:55:26.579Z Compiling tempfile v3.25.0
4742026-06-20T23:55:26.579Z Compiling smawk v0.3.2
4752026-06-20T23:55:26.579Z Compiling unicode-width v0.2.0
4762026-06-20T23:55:26.579Z Compiling serde-untagged v0.1.9
4772026-06-20T23:55:26.579Z Compiling clap_builder v4.6.0
4782026-06-20T23:55:26.579Z Compiling unicode-linebreak v0.1.5
4792026-06-20T23:55:26.579Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4802026-06-20T23:55:26.579Z Compiling textwrap v0.16.2
4812026-06-20T23:55:26.579Z Compiling camino-tempfile v1.4.1
4822026-06-20T23:55:26.579Z Compiling swrite v0.1.0
4832026-06-20T23:55:26.579Z Compiling tabled_derive v0.7.0
4842026-06-20T23:55:26.579Z Compiling tabled v0.15.0
4852026-06-20T23:55:26.579Z Compiling synstructure v0.13.2
4862026-06-20T23:55:26.579Z Compiling pest_generator v2.8.6
4872026-06-20T23:55:26.579Z Compiling serde_derive v1.0.228
4882026-06-20T23:55:26.580Z Compiling zerofrom-derive v0.1.6
4892026-06-20T23:55:26.580Z Compiling yoke-derive v0.8.1
4902026-06-20T23:55:26.580Z Compiling zerovec-derive v0.11.2
4912026-06-20T23:55:26.580Z Compiling displaydoc v0.2.5
4922026-06-20T23:55:26.580Z Compiling thiserror-impl v1.0.69
4932026-06-20T23:55:26.580Z Compiling zerocopy-derive v0.7.35
4942026-06-20T23:55:26.580Z Compiling scroll_derive v0.12.1
4952026-06-20T23:55:26.580Z Compiling thiserror-impl v2.0.18
4962026-06-20T23:55:26.580Z Compiling clap_derive v4.6.1
4972026-06-20T23:55:26.580Z Compiling pest_derive v2.8.6
4982026-06-20T23:55:26.580Z Compiling scroll v0.12.0
4992026-06-20T23:55:26.580Z Compiling zerocopy v0.7.35
5002026-06-20T23:55:26.580Z Compiling goblin v0.8.2
5012026-06-20T23:55:26.580Z Compiling zerofrom v0.1.6
5022026-06-20T23:55:26.580Z Compiling yoke v0.8.1
5032026-06-20T23:55:26.580Z Compiling dtrace-parser v0.2.0
5042026-06-20T23:55:26.580Z Compiling zerovec v0.11.5
5052026-06-20T23:55:26.581Z Compiling zerotrie v0.2.3
5062026-06-20T23:55:26.581Z Compiling clap v4.6.1
5072026-06-20T23:55:26.581Z Compiling tinystr v0.8.2
5082026-06-20T23:55:26.581Z Compiling potential_utf v0.1.4
5092026-06-20T23:55:26.581Z Compiling icu_collections v2.1.1
5102026-06-20T23:55:26.581Z Compiling icu_locale_core v2.1.1
5112026-06-20T23:55:26.581Z Compiling dof v0.3.0
5122026-06-20T23:55:26.581Z Compiling serde_tokenstream v0.2.3
5132026-06-20T23:55:26.581Z Compiling toml_datetime v0.6.11
5142026-06-20T23:55:26.581Z Compiling serde_spanned v0.6.9
5152026-06-20T23:55:26.582Z Compiling serde-value v0.7.0
5162026-06-20T23:55:26.582Z Compiling cargo-platform v0.2.0
5172026-06-20T23:55:26.582Z Compiling macaddr v1.0.1
5182026-06-20T23:55:26.582Z Compiling icu_provider v2.1.1
5192026-06-20T23:55:26.582Z Compiling toml_edit v0.22.27
5202026-06-20T23:55:26.582Z Compiling icu_properties v2.1.2
5212026-06-20T23:55:26.582Z Compiling icu_normalizer v2.1.1
5222026-06-20T23:55:26.582Z Compiling usdt-attr-macro v0.5.0
5232026-06-20T23:55:26.582Z Compiling usdt-macro v0.5.0
5242026-06-20T23:55:26.582Z Compiling idna_adapter v1.2.1
5252026-06-20T23:55:26.582Z Compiling idna v1.1.0
5262026-06-20T23:55:26.582Z Compiling usdt v0.5.0
5272026-06-20T23:55:26.582Z Compiling url v2.5.8
5282026-06-20T23:55:26.582Z Compiling toml v0.8.23
5292026-06-20T23:55:26.582Z Compiling cargo_toml v0.21.0
5302026-06-20T23:55:26.582Z Compiling cargo-util-schemas v0.8.2
5312026-06-20T23:55:26.582Z Compiling cargo_metadata v0.21.0
5322026-06-20T23:55:26.582Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5332026-06-20T23:55:26.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.87s
5342026-06-20T23:55:26.582Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5352026-06-20T23:55:26.582Z Downloading crates ...
5362026-06-20T23:55:26.582Z Downloaded backoff v0.4.0
5372026-06-20T23:55:26.582Z Downloaded bb8 v0.8.6
5382026-06-20T23:55:26.582Z Downloaded castaway v0.2.4
5392026-06-20T23:55:27.107Z Downloaded chacha20 v0.9.1
5402026-06-20T23:55:27.107Z Downloaded aead v0.5.2
5412026-06-20T23:55:27.107Z Downloaded debug-ignore v1.0.5
5422026-06-20T23:55:27.107Z Downloaded crc-catalog v2.4.0
5432026-06-20T23:55:27.107Z Downloaded crunchy v0.2.4
5442026-06-20T23:55:27.107Z Downloaded darling_macro v0.21.3
5452026-06-20T23:55:27.108Z Downloaded crc8 v0.1.1
5462026-06-20T23:55:27.108Z Downloaded arrayref v0.3.9
5472026-06-20T23:55:27.108Z Downloaded crc-any v2.5.0
5482026-06-20T23:55:27.108Z Downloaded atomic-waker v1.1.2
5492026-06-20T23:55:27.108Z Downloaded async-recursion v1.1.1
5502026-06-20T23:55:27.108Z Downloaded ascii-canvas v3.0.0
5512026-06-20T23:55:27.108Z Downloaded async-stream v0.3.6
5522026-06-20T23:55:27.108Z Downloaded array-init v0.0.4
5532026-06-20T23:55:27.108Z Downloaded crc32fast v1.5.0
5542026-06-20T23:55:27.109Z Downloaded async-stream-impl v0.3.6
5552026-06-20T23:55:27.109Z Downloaded derive-ex v0.1.8
5562026-06-20T23:55:27.109Z Downloaded atomicwrites v0.4.4
5572026-06-20T23:55:27.109Z Downloaded bcrypt-pbkdf v0.10.0
5582026-06-20T23:55:27.109Z Downloaded der v0.7.10
5592026-06-20T23:55:27.109Z Downloaded async-trait v0.1.89
5602026-06-20T23:55:27.109Z Downloaded ahash v0.8.12
5612026-06-20T23:55:27.109Z Downloaded atty v0.2.14
5622026-06-20T23:55:27.109Z Downloaded cfg_aliases v0.2.1
5632026-06-20T23:55:27.109Z Downloaded convert_case v0.4.0
5642026-06-20T23:55:27.109Z Downloaded ciborium-io v0.2.2
5652026-06-20T23:55:27.109Z Downloaded embedded-io v0.4.0
5662026-06-20T23:55:27.109Z Downloaded dropshot-api-manager-types v0.7.2
5672026-06-20T23:55:27.109Z Downloaded env_filter v1.0.0
5682026-06-20T23:55:27.109Z Downloaded dyn-clone v1.0.20
5692026-06-20T23:55:27.109Z Downloaded cargo-platform v0.3.2
5702026-06-20T23:55:27.109Z Downloaded bit-set v0.8.0
5712026-06-20T23:55:27.109Z Downloaded adler2 v2.0.1
5722026-06-20T23:55:27.109Z Downloaded derive_builder_macro v0.20.2
5732026-06-20T23:55:27.109Z Downloaded foreign-types-shared v0.3.1
5742026-06-20T23:55:27.109Z Downloaded darling_macro v0.20.11
5752026-06-20T23:55:27.109Z Downloaded argon2 v0.5.3
5762026-06-20T23:55:27.109Z Downloaded dof v0.4.0
5772026-06-20T23:55:27.110Z Downloaded erased-serde v0.3.31
5782026-06-20T23:55:27.110Z Downloaded ciborium-ll v0.2.2
5792026-06-20T23:55:27.110Z Downloaded cobs v0.3.0
5802026-06-20T23:55:27.110Z Downloaded endian-type v0.1.2
5812026-06-20T23:55:27.110Z Downloaded block-padding v0.3.3
5822026-06-20T23:55:27.110Z Downloaded ctr v0.9.2
5832026-06-20T23:55:27.110Z Downloaded des v0.8.1
5842026-06-20T23:55:27.110Z Downloaded csv-core v0.1.13
5852026-06-20T23:55:27.110Z Downloaded daft-derive v0.1.7
5862026-06-20T23:55:27.110Z Downloaded deranged v0.5.8
5872026-06-20T23:55:27.110Z Downloaded assert_matches v1.5.0
5882026-06-20T23:55:27.110Z Downloaded crc v3.4.0
5892026-06-20T23:55:27.110Z Downloaded cstr-argument v0.1.2
5902026-06-20T23:55:27.111Z Downloaded bit-vec v0.8.0
5912026-06-20T23:55:27.111Z Downloaded dirs-next v2.0.0
5922026-06-20T23:55:27.111Z Downloaded arc-swap v1.8.2
5932026-06-20T23:55:27.111Z Downloaded difflib v0.4.0
5942026-06-20T23:55:27.111Z Downloaded anstream v0.6.21
5952026-06-20T23:55:27.111Z Downloaded display-error-chain v0.2.2
5962026-06-20T23:55:27.111Z Downloaded enum-as-inner v0.6.1
5972026-06-20T23:55:27.111Z Downloaded compression-core v0.4.31
5982026-06-20T23:55:27.111Z Downloaded darling_macro v0.23.0
5992026-06-20T23:55:27.111Z Downloaded bitfield-macros v0.19.4
6002026-06-20T23:55:27.111Z Downloaded bit-set v0.5.3
6012026-06-20T23:55:27.111Z Downloaded float-ord v0.3.2
6022026-06-20T23:55:27.111Z Downloaded defmt-parser v1.0.0
6032026-06-20T23:55:27.111Z Downloaded cpufeatures v0.3.0
6042026-06-20T23:55:27.111Z Downloaded dirs-sys-next v0.1.2
6052026-06-20T23:55:27.111Z Downloaded darling v0.23.0
6062026-06-20T23:55:27.111Z Downloaded cfg_aliases v0.1.1
6072026-06-20T23:55:27.111Z Downloaded base16ct v0.2.0
6082026-06-20T23:55:27.111Z Downloaded bitflags v1.3.2
6092026-06-20T23:55:27.111Z Downloaded dsl_auto_type v0.2.0
6102026-06-20T23:55:27.111Z Downloaded downcast-rs v2.0.2
6112026-06-20T23:55:27.111Z Downloaded cargo_metadata v0.23.1
6122026-06-20T23:55:27.111Z Downloaded bitfield-struct v0.6.2
6132026-06-20T23:55:27.111Z Downloaded foreign-types-shared v0.1.1
6142026-06-20T23:55:27.111Z Downloaded float-cmp v0.10.0
6152026-06-20T23:55:27.112Z Downloaded foreign-types-macros v0.2.3
6162026-06-20T23:55:27.112Z Downloaded foreign-types v0.5.0
6172026-06-20T23:55:27.112Z Downloaded futures-macro v0.3.32
6182026-06-20T23:55:27.112Z Downloaded foreign-types v0.3.2
6192026-06-20T23:55:27.112Z Downloaded darling_macro v0.13.4
6202026-06-20T23:55:27.112Z Downloaded crucible-workspace-hack v0.1.0
6212026-06-20T23:55:27.112Z Downloaded embedded-io v0.6.1
6222026-06-20T23:55:27.112Z Downloaded defmt v0.3.100
6232026-06-20T23:55:27.112Z Downloaded flagset v0.4.7
6242026-06-20T23:55:27.112Z Downloaded dtrace-parser v0.3.0
6252026-06-20T23:55:27.112Z Downloaded funty v2.0.0
6262026-06-20T23:55:27.112Z Downloaded document-features v0.2.12
6272026-06-20T23:55:27.113Z Downloaded fd-lock v4.0.4
6282026-06-20T23:55:27.113Z Downloaded curve25519-dalek-derive v0.1.1
6292026-06-20T23:55:27.113Z Downloaded byte-wrapper v0.1.0
6302026-06-20T23:55:27.113Z Downloaded base64ct v1.8.3
6312026-06-20T23:55:27.113Z Downloaded cassowary v0.3.0
6322026-06-20T23:55:27.113Z Downloaded compression-codecs v0.4.37
6332026-06-20T23:55:27.113Z Downloaded futures-task v0.3.32
6342026-06-20T23:55:27.113Z Downloaded futures-io v0.3.32
6352026-06-20T23:55:27.113Z Downloaded futures-core v0.3.32
6362026-06-20T23:55:27.113Z Downloaded diesel_table_macro_syntax v0.3.0
6372026-06-20T23:55:27.113Z Downloaded futures-sink v0.3.32
6382026-06-20T23:55:27.113Z Downloaded dunce v1.0.5
6392026-06-20T23:55:27.262Z Downloaded buf-list v1.1.2
6402026-06-20T23:55:27.262Z Downloaded fixedbitset v0.4.2
6412026-06-20T23:55:27.262Z Downloaded ciborium v0.2.2
6422026-06-20T23:55:27.262Z Downloaded either v1.15.0
6432026-06-20T23:55:27.262Z Downloaded data-encoding v2.10.0
6442026-06-20T23:55:27.262Z Downloaded crossbeam-deque v0.8.6
6452026-06-20T23:55:27.264Z Downloaded critical-section v1.2.0
6462026-06-20T23:55:27.264Z Downloaded const_format_proc_macros v0.2.34
6472026-06-20T23:55:27.265Z Downloaded gethostname v0.5.0
6482026-06-20T23:55:27.265Z Downloaded ghash v0.5.1
6492026-06-20T23:55:27.265Z Downloaded git-stub v1.0.0
6502026-06-20T23:55:27.265Z Downloaded aho-corasick v1.1.4
6512026-06-20T23:55:27.265Z Downloaded diff v0.1.13
6522026-06-20T23:55:27.265Z Downloaded cbc v0.1.2
6532026-06-20T23:55:27.265Z Downloaded crossbeam-utils v0.8.21
6542026-06-20T23:55:27.265Z Downloaded anstyle-parse v0.2.7
6552026-06-20T23:55:27.265Z Downloaded hash32 v0.2.1
6562026-06-20T23:55:27.266Z Downloaded globwalk v0.9.1
6572026-06-20T23:55:27.266Z Downloaded der_derive v0.7.3
6582026-06-20T23:55:27.267Z Downloaded camino-tempfile-ext v0.3.3
6592026-06-20T23:55:27.267Z Downloaded arrayvec v0.7.6
6602026-06-20T23:55:27.267Z Downloaded hex v0.4.3
6612026-06-20T23:55:27.267Z Downloaded headers-core v0.3.0
6622026-06-20T23:55:27.267Z Downloaded colored v2.2.0
6632026-06-20T23:55:27.267Z Downloaded hex-literal v0.4.1
6642026-06-20T23:55:27.267Z Downloaded cmake v0.1.57
6652026-06-20T23:55:27.268Z Downloaded bzip2 v0.6.1
6662026-06-20T23:55:27.268Z Downloaded cipher v0.4.4
6672026-06-20T23:55:27.268Z Downloaded cexpr v0.6.0
6682026-06-20T23:55:27.268Z Downloaded constant_time_eq v0.4.2
6692026-06-20T23:55:27.268Z Downloaded blowfish v0.9.1
6702026-06-20T23:55:27.268Z Downloaded bitfield v0.19.4
6712026-06-20T23:55:27.268Z Downloaded hostname v0.4.2
6722026-06-20T23:55:27.269Z Downloaded bit-vec v0.6.3
6732026-06-20T23:55:27.269Z Downloaded fallible-iterator v0.2.0
6742026-06-20T23:55:27.269Z Downloaded foldhash v0.2.0
6752026-06-20T23:55:27.269Z Downloaded convert_case v0.10.0
6762026-06-20T23:55:27.269Z Downloaded defmt-macros v1.0.1
6772026-06-20T23:55:27.269Z Downloaded bcs v0.1.6
6782026-06-20T23:55:27.269Z Downloaded foldhash v0.1.5
6792026-06-20T23:55:27.269Z Downloaded ff v0.13.1
6802026-06-20T23:55:27.269Z Downloaded find-msvc-tools v0.1.9
6812026-06-20T23:55:27.269Z Downloaded hostname v0.3.1
6822026-06-20T23:55:27.269Z Downloaded const-oid v0.9.6
6832026-06-20T23:55:27.269Z Downloaded allocator-api2 v0.2.21
6842026-06-20T23:55:27.269Z Downloaded async-bb8-diesel v0.2.1
6852026-06-20T23:55:27.269Z Downloaded ed25519 v2.2.3
6862026-06-20T23:55:27.269Z Downloaded filetime v0.2.27
6872026-06-20T23:55:27.269Z Downloaded env_logger v0.11.9
6882026-06-20T23:55:27.269Z Downloaded httpdate v1.0.3
6892026-06-20T23:55:27.269Z Downloaded http-range v0.1.5
6902026-06-20T23:55:27.269Z Downloaded http-body v1.0.1
6912026-06-20T23:55:27.269Z Downloaded cookie_store v0.22.1
6922026-06-20T23:55:27.270Z Downloaded derive_builder_core v0.20.2
6932026-06-20T23:55:27.270Z Downloaded hubpack_derive v0.1.1
6942026-06-20T23:55:27.270Z Downloaded hubpack v0.1.2
6952026-06-20T23:55:27.271Z Downloaded fs_extra v1.3.0
6962026-06-20T23:55:27.271Z Downloaded fxhash v0.2.1
6972026-06-20T23:55:27.271Z Downloaded darling v0.13.4
6982026-06-20T23:55:27.271Z Downloaded home v0.5.12
6992026-06-20T23:55:27.271Z Downloaded diesel-dtrace v0.5.0
7002026-06-20T23:55:27.271Z Downloaded crossbeam-epoch v0.9.18
7012026-06-20T23:55:27.272Z Downloaded ecdsa v0.16.9
7022026-06-20T23:55:27.272Z Downloaded hyper-tls v0.6.0
7032026-06-20T23:55:27.272Z Downloaded ident_case v1.0.1
7042026-06-20T23:55:27.272Z Downloaded darling v0.21.3
7052026-06-20T23:55:27.272Z Downloaded is_ci v1.2.0
7062026-06-20T23:55:27.272Z Downloaded internet-checksum v0.2.1
7072026-06-20T23:55:27.272Z Downloaded instant v0.1.13
7082026-06-20T23:55:27.273Z Downloaded indoc v1.0.9
7092026-06-20T23:55:27.274Z Downloaded illumos-nvpair-sys v0.2.0
7102026-06-20T23:55:27.274Z Downloaded illumos-nvpair v0.3.0
7112026-06-20T23:55:27.274Z Downloaded hash32 v0.3.1
7122026-06-20T23:55:27.274Z Downloaded group v0.13.0
7132026-06-20T23:55:27.274Z Downloaded globset v0.4.18
7142026-06-20T23:55:27.274Z Downloaded git-stub-vcs v0.1.0
7152026-06-20T23:55:27.274Z Downloaded cookie v0.18.1
7162026-06-20T23:55:27.274Z Downloaded indent_write v2.2.0
7172026-06-20T23:55:27.275Z Downloaded bzip2 v0.4.4
7182026-06-20T23:55:27.275Z Downloaded fs-err v2.11.0
7192026-06-20T23:55:27.275Z Downloaded darling_core v0.13.4
7202026-06-20T23:55:27.275Z Downloaded inout v0.1.4
7212026-06-20T23:55:27.275Z Downloaded corncobs v0.1.4
7222026-06-20T23:55:27.275Z Downloaded clang-sys v1.8.1
7232026-06-20T23:55:27.275Z Downloaded lazy_static v1.5.0
7242026-06-20T23:55:27.275Z Downloaded is-terminal v0.4.17
7252026-06-20T23:55:27.275Z Downloaded darling v0.20.11
7262026-06-20T23:55:27.275Z Downloaded lalrpop-util v0.19.12
7272026-06-20T23:55:27.275Z Downloaded keccak v0.1.6
7282026-06-20T23:55:27.276Z Downloaded console v0.16.2
7292026-06-20T23:55:27.276Z Downloaded futures-executor v0.3.32
7302026-06-20T23:55:27.276Z Downloaded futures-channel v0.3.32
7312026-06-20T23:55:27.276Z Downloaded console v0.15.11
7322026-06-20T23:55:27.276Z Downloaded colored v3.1.1
7332026-06-20T23:55:27.276Z Downloaded kstat-rs v0.2.4
7342026-06-20T23:55:27.276Z Downloaded fixedbitset v0.5.7
7352026-06-20T23:55:27.276Z Downloaded libscf-sys v1.1.0
7362026-06-20T23:55:27.276Z Downloaded daft v0.1.7
7372026-06-20T23:55:27.276Z Downloaded linked-hash-map v0.5.6
7382026-06-20T23:55:27.276Z Downloaded http-body-util v0.1.3
7392026-06-20T23:55:27.324Z Downloaded highway v1.3.0
7402026-06-20T23:55:27.324Z Downloaded chacha20 v0.10.0
7412026-06-20T23:55:27.324Z Downloaded cancel-safe-futures v0.1.5
7422026-06-20T23:55:27.324Zwarning: spurious network error (3 tries remaining): [28] Timeout was reached (download of `aes-gcm v0.10.3` failed to transfer more than 10 bytes in 30s)
7432026-06-20T23:55:27.324Zwarning: spurious network error (3 tries remaining): [28] Timeout was reached (failed to download any data for `aes v0.8.4` within 30s)
7442026-06-20T23:55:27.324Z Downloaded defmt v1.0.1
7452026-06-20T23:55:27.324Z Downloaded ena v0.14.4
7462026-06-20T23:55:27.324Z Downloaded humantime v2.3.0
7472026-06-20T23:55:27.324Z Downloaded match_cfg v0.1.0
7482026-06-20T23:55:27.324Z Downloaded lru v0.12.5
7492026-06-20T23:55:27.324Z Downloaded lzss v0.8.2
7502026-06-20T23:55:27.324Z Downloaded memoffset v0.9.1
7512026-06-20T23:55:27.324Z Downloaded md-5 v0.10.6
7522026-06-20T23:55:27.324Z Downloaded lru-slab v0.1.2
7532026-06-20T23:55:27.324Z Downloaded hyper-staticfile v0.10.1
7542026-06-20T23:55:27.325Z Downloaded dropshot_endpoint v0.17.0
7552026-06-20T23:55:27.325Z Downloaded half v1.8.3
7562026-06-20T23:55:27.325Z Downloaded backon v1.6.0
7572026-06-20T23:55:27.325Z Downloaded glob v0.3.3
7582026-06-20T23:55:27.325Z Downloaded getrandom v0.2.17
7592026-06-20T23:55:27.325Z Downloaded indoc v2.0.7
7602026-06-20T23:55:27.325Z Downloaded md5 v0.7.0
7612026-06-20T23:55:27.325Z Downloaded maybe-uninit v2.0.0
7622026-06-20T23:55:27.325Z Downloaded maplit v1.0.2
7632026-06-20T23:55:27.325Z Downloaded managed v0.8.0
7642026-06-20T23:55:27.325Z Downloaded impl-trait-for-tuples v0.2.3
7652026-06-20T23:55:27.325Z Downloaded derive_builder v0.20.2
7662026-06-20T23:55:27.325Z Downloaded newtype-uuid-macros v0.1.0
7672026-06-20T23:55:27.325Z Downloaded newline-converter v0.3.0
7682026-06-20T23:55:27.325Z Downloaded multimap v0.10.1
7692026-06-20T23:55:27.325Z Downloaded dropshot-api-manager v0.7.2
7702026-06-20T23:55:27.325Z Downloaded chacha20poly1305 v0.10.1
7712026-06-20T23:55:27.325Z Downloaded derive-where v1.6.0
7722026-06-20T23:55:27.325Z Downloaded ipnetwork v0.21.1
7732026-06-20T23:55:27.325Z Downloaded instability v0.3.11
7742026-06-20T23:55:27.325Z Downloaded ingot-types v0.1.2
7752026-06-20T23:55:27.325Z Downloaded ipnet v2.11.0
7762026-06-20T23:55:27.325Z Downloaded nodrop v0.1.14
7772026-06-20T23:55:27.325Z Downloaded new_debug_unreachable v1.0.6
7782026-06-20T23:55:27.325Z Downloaded nonempty v0.12.0
7792026-06-20T23:55:27.325Z Downloaded nibble_vec v0.1.0
7802026-06-20T23:55:27.325Z Downloaded num-conv v0.2.0
7812026-06-20T23:55:27.325Z Downloaded num v0.4.3
7822026-06-20T23:55:27.325Z Downloaded newtype_derive v0.1.6
7832026-06-20T23:55:27.325Z Downloaded num-derive v0.3.3
7842026-06-20T23:55:27.325Z Downloaded ar_archive_writer v0.5.1
7852026-06-20T23:55:27.325Z Downloaded num-iter v0.1.45
7862026-06-20T23:55:27.325Z Downloaded num-derive v0.4.2
7872026-06-20T23:55:27.325Z Downloaded derive_more v0.99.20
7882026-06-20T23:55:27.325Z Downloaded libsw-core v0.3.2
7892026-06-20T23:55:27.325Z Downloaded normalize-line-endings v0.3.0
7902026-06-20T23:55:27.325Z Downloaded jobserver v0.1.34
7912026-06-20T23:55:27.325Z Downloaded hmac v0.12.1
7922026-06-20T23:55:27.326Z Downloaded elliptic-curve v0.13.8
7932026-06-20T23:55:27.326Z Downloaded libsw v3.5.0
7942026-06-20T23:55:27.326Z Downloaded base64 v0.21.7
7952026-06-20T23:55:27.326Z Downloaded const_format v0.2.35
7962026-06-20T23:55:27.326Z Downloaded linear-map v1.2.0
7972026-06-20T23:55:27.326Z Downloaded opaque-debug v0.3.1
7982026-06-20T23:55:27.326Z Downloaded libefi-sys v0.1.0
7992026-06-20T23:55:27.326Z Downloaded getrandom v0.3.4
8002026-06-20T23:55:27.326Z Downloaded num_threads v0.1.7
8012026-06-20T23:55:27.326Z Downloaded openssl-probe v0.1.6
8022026-06-20T23:55:27.326Z Downloaded async-compression v0.4.41
8032026-06-20T23:55:27.326Z Downloaded num_enum_derive v0.5.11
8042026-06-20T23:55:27.326Z Downloaded futures v0.3.32
8052026-06-20T23:55:27.326Z Downloaded half v2.7.1
8062026-06-20T23:55:27.326Z Downloaded darling_core v0.21.3
8072026-06-20T23:55:27.326Z Downloaded hyper-rustls v0.27.7
8082026-06-20T23:55:27.326Z Downloaded multer v3.1.0
8092026-06-20T23:55:27.326Z Downloaded mime v0.3.17
8102026-06-20T23:55:27.326Z Downloaded oso-derive v0.27.3
8112026-06-20T23:55:27.326Z Downloaded openssl-macros v0.1.1
8122026-06-20T23:55:27.326Z Downloaded olpc-cjson v0.1.4
8132026-06-20T23:55:27.326Z Downloaded mime_guess v2.0.5
8142026-06-20T23:55:27.326Z Downloaded iana-time-zone v0.1.65
8152026-06-20T23:55:27.326Z Downloaded packed_struct_codegen v0.10.1
8162026-06-20T23:55:27.326Z Downloaded openssl-probe v0.2.1
8172026-06-20T23:55:27.326Z Downloaded lock_api v0.4.14
8182026-06-20T23:55:27.326Z Downloaded parse-display v0.10.0
8192026-06-20T23:55:27.326Z Downloaded nanorand v0.7.0
8202026-06-20T23:55:27.326Z Downloaded path-slash v0.1.5
8212026-06-20T23:55:27.326Z Downloaded ingot v0.1.1
8222026-06-20T23:55:27.326Z Downloaded bumpalo v3.20.2
8232026-06-20T23:55:27.326Z Downloaded blake2 v0.10.6
8242026-06-20T23:55:27.326Z Downloaded compact_str v0.8.1
8252026-06-20T23:55:27.326Z Downloaded pbkdf2 v0.12.2
8262026-06-20T23:55:27.326Z Downloaded flume v0.11.1
8272026-06-20T23:55:27.326Z Downloaded bytes v1.11.1
8282026-06-20T23:55:27.327Z Downloaded parse-size v1.1.0
8292026-06-20T23:55:27.327Z Downloaded newtype-uuid v1.3.2
8302026-06-20T23:55:27.327Z Downloaded ingot-macros v0.1.1
8312026-06-20T23:55:27.327Z Downloaded num-complex v0.4.6
8322026-06-20T23:55:27.327Z Downloaded num_enum v0.5.11
8332026-06-20T23:55:27.327Z Downloaded phf_shared v0.11.3
8342026-06-20T23:55:27.327Z Downloaded peg-runtime v0.8.5
8352026-06-20T23:55:27.327Z Downloaded darling_core v0.20.11
8362026-06-20T23:55:27.327Z Downloaded lru-cache v0.1.2
8372026-06-20T23:55:27.327Z Downloaded num_enum_derive v0.7.6
8382026-06-20T23:55:27.327Z Downloaded num_enum v0.7.6
8392026-06-20T23:55:27.395Z Downloaded libloading v0.8.9
8402026-06-20T23:55:27.395Z Downloaded phf_shared v0.13.1
8412026-06-20T23:55:27.395Z Downloaded phf_shared v0.12.1
8422026-06-20T23:55:27.395Z Downloaded num-rational v0.4.2
8432026-06-20T23:55:27.395Z Downloaded pin-utils v0.1.0
8442026-06-20T23:55:27.395Z Downloaded drift v0.2.0
8452026-06-20T23:55:27.395Z Downloaded predicates-tree v1.0.13
8462026-06-20T23:55:27.395Z Downloaded oxide-tokio-rt v0.1.4
8472026-06-20T23:55:27.395Z Downloaded memmap2 v0.9.10
8482026-06-20T23:55:27.395Z Downloaded owo-colors v4.3.0
8492026-06-20T23:55:27.395Z Downloaded crossbeam-channel v0.5.15
8502026-06-20T23:55:27.395Z Downloaded ignore v0.4.25
8512026-06-20T23:55:27.395Z Downloaded powerfmt v0.2.0
8522026-06-20T23:55:27.395Z Downloaded proc-macro-error-attr2 v2.0.0
8532026-06-20T23:55:27.395Z Downloaded oxnet v0.1.6
8542026-06-20T23:55:27.395Z Downloaded indexmap v1.9.3
8552026-06-20T23:55:27.395Z Downloaded proc-macro-crate v1.3.1
8562026-06-20T23:55:27.395Z Downloaded native-tls v0.2.18
8572026-06-20T23:55:27.395Z Downloaded proc-macro-crate v3.4.0
8582026-06-20T23:55:27.395Z Downloaded password-hash v0.4.2
8592026-06-20T23:55:27.395Z Downloaded packed_struct v0.10.1
8602026-06-20T23:55:27.395Z Downloaded pbkdf2 v0.11.0
8612026-06-20T23:55:27.395Z Downloaded paste v1.0.15
8622026-06-20T23:55:27.395Z Downloaded predicates-core v1.0.10
8632026-06-20T23:55:27.395Z Downloaded precomputed-hash v0.1.1
8642026-06-20T23:55:27.395Z Downloaded parse-display-derive v0.10.0
8652026-06-20T23:55:27.395Z Downloaded derive_more v2.1.1
8662026-06-20T23:55:27.395Z Downloaded heapless v0.8.0
8672026-06-20T23:55:27.395Z Downloaded password-hash v0.5.0
8682026-06-20T23:55:27.395Z Downloaded base64 v0.22.1
8692026-06-20T23:55:27.395Z Downloaded headers v0.4.1
8702026-06-20T23:55:27.395Z Downloaded peg v0.8.5
8712026-06-20T23:55:27.395Z Downloaded num-integer v0.1.46
8722026-06-20T23:55:27.395Z Downloaded quick-error v1.2.3
8732026-06-20T23:55:27.395Z Downloaded progenitor-macro v0.13.0
8742026-06-20T23:55:27.396Z Downloaded psl-types v2.0.11
8752026-06-20T23:55:27.396Z Downloaded pem v3.0.6
8762026-06-20T23:55:27.396Z Downloaded pem-rfc7468 v0.7.0
8772026-06-20T23:55:27.396Z Downloaded peg-macros v0.8.5
8782026-06-20T23:55:27.396Z Downloaded httparse v1.10.1
8792026-06-20T23:55:27.396Z Downloaded radium v0.7.0
8802026-06-20T23:55:27.396Z Downloaded crypto-bigint v0.5.5
8812026-06-20T23:55:27.396Z Downloaded nu-ansi-term v0.50.3
8822026-06-20T23:55:27.396Z Downloaded darling_core v0.23.0
8832026-06-20T23:55:27.396Z Downloaded flate2 v1.1.9
8842026-06-20T23:55:27.396Z Downloaded libbz2-rs-sys v0.2.2
8852026-06-20T23:55:27.396Z Downloaded pkg-config v0.3.32
8862026-06-20T23:55:27.396Z Downloaded cc v1.2.56
8872026-06-20T23:55:27.396Z Downloaded pin-project-lite v0.2.17
8882026-06-20T23:55:27.396Z Downloaded phf v0.12.1
8892026-06-20T23:55:27.396Z Downloaded rand_xorshift v0.4.0
8902026-06-20T23:55:27.396Z Downloaded poly1305 v0.8.0
8912026-06-20T23:55:27.396Z Downloaded ref-cast v1.0.25
8922026-06-20T23:55:27.396Z Downloaded rand_chacha v0.3.1
8932026-06-20T23:55:27.396Z Downloaded pin-project-internal v1.1.11
8942026-06-20T23:55:27.396Z Downloaded phf v0.13.1
8952026-06-20T23:55:27.396Z Downloaded litrs v1.0.0
8962026-06-20T23:55:27.396Z Downloaded ref-cast-impl v1.0.25
8972026-06-20T23:55:27.396Z Downloaded recursive-proc-macro-impl v0.1.1
8982026-06-20T23:55:27.396Z Downloaded recursive v0.1.1
8992026-06-20T23:55:27.396Z Downloaded polyval v0.6.2
9002026-06-20T23:55:27.396Z Downloaded postgres-protocol v0.6.10
9012026-06-20T23:55:27.396Z Downloaded proc-macro-error2 v2.0.1
9022026-06-20T23:55:27.396Z Downloaded ppv-lite86 v0.2.21
9032026-06-20T23:55:27.396Z Downloaded primeorder v0.13.6
9042026-06-20T23:55:27.396Z Downloaded predicates v3.1.4
9052026-06-20T23:55:27.396Z Downloaded progenitor-client v0.14.0
9062026-06-20T23:55:27.396Z Downloaded parking_lot_core v0.9.12
9072026-06-20T23:55:27.396Z Downloaded parking_lot v0.11.2
9082026-06-20T23:55:27.396Z Downloaded hickory-resolver v0.25.2
9092026-06-20T23:55:27.396Z Downloaded parking_lot_core v0.8.6
9102026-06-20T23:55:27.396Z Downloaded progenitor-client v0.13.0
9112026-06-20T23:55:27.397Z Downloaded progenitor-extras v0.2.0
9122026-06-20T23:55:27.397Z Downloaded progenitor v0.14.0
9132026-06-20T23:55:27.397Z Downloaded heapless v0.7.17
9142026-06-20T23:55:27.397Z Downloaded rfc6979 v0.4.0
9152026-06-20T23:55:27.397Z Downloaded progenitor-macro v0.14.0
9162026-06-20T23:55:27.397Z Downloaded psm v0.1.30
9172026-06-20T23:55:27.397Z Downloaded r2d2 v0.8.10
9182026-06-20T23:55:27.397Z Downloaded rtoolbox v0.0.3
9192026-06-20T23:55:27.397Z Downloaded rustc_version v0.1.7
9202026-06-20T23:55:27.397Z Downloaded rustc_version v0.4.1
9212026-06-20T23:55:27.397Z Downloaded russh-cryptovec v0.7.3
9222026-06-20T23:55:27.397Z Downloaded rustc-hash v2.1.1
9232026-06-20T23:55:27.397Z Downloaded rand_core v0.9.5
9242026-06-20T23:55:27.397Z Downloaded fatfs v0.3.6
9252026-06-20T23:55:27.397Z Downloaded rand_chacha v0.9.0
9262026-06-20T23:55:27.397Z Downloaded oso v0.27.3
9272026-06-20T23:55:27.397Z Downloaded omicron-zone-package v0.12.2
9282026-06-20T23:55:27.397Z Downloaded rand_core v0.6.4
9292026-06-20T23:55:27.397Z Downloaded pkcs8 v0.10.2
9302026-06-20T23:55:27.397Z Downloaded pkcs5 v0.7.1
9312026-06-20T23:55:27.397Z Downloaded rand_seeder v0.4.0
9322026-06-20T23:55:27.397Z Downloaded derive_more-impl v2.1.1
9332026-06-20T23:55:27.397Z Downloaded diesel_derives v2.3.7
9342026-06-20T23:55:27.397Z Downloaded rand_core v0.10.0
9352026-06-20T23:55:27.398Z Downloaded pkcs1 v0.7.5
9362026-06-20T23:55:27.398Z Downloaded postgres-types v0.2.12
9372026-06-20T23:55:27.398Z Downloaded indicatif v0.18.4
9382026-06-20T23:55:27.398Z Downloaded same-file v1.0.6
9392026-06-20T23:55:27.878Z Downloaded salsa20 v0.10.2
9402026-06-20T23:55:27.878Z Downloaded parking_lot v0.12.5
9412026-06-20T23:55:27.878Z Downloaded scroll_derive v0.13.1
9422026-06-20T23:55:27.878Z Downloaded progenitor v0.13.0
9432026-06-20T23:55:27.878Z Downloaded scopeguard v1.2.0
9442026-06-20T23:55:27.878Z Downloaded scheduled-thread-pool v0.2.7
9452026-06-20T23:55:27.878Z Downloaded sapling-renderdag v0.1.0
9462026-06-20T23:55:27.878Z Downloaded miniz_oxide v0.8.9
9472026-06-20T23:55:27.878Z Downloaded secrecy v0.8.0
9482026-06-20T23:55:27.878Z Downloaded papergrid v0.17.0
9492026-06-20T23:55:27.878Z Downloaded secrecy v0.10.3
9502026-06-20T23:55:27.878Z Downloaded serde-big-array v0.5.1
9512026-06-20T23:55:27.878Z Downloaded seq-macro v0.3.6
9522026-06-20T23:55:27.878Z Downloaded semver v0.1.20
9532026-06-20T23:55:27.878Z Downloaded serde_bytes v0.11.19
9542026-06-20T23:55:27.878Z Downloaded serde_repr v0.1.20
9552026-06-20T23:55:27.878Z Downloaded hickory-resolver v0.24.4
9562026-06-20T23:55:27.878Z Downloaded resolv-conf v0.7.6
9572026-06-20T23:55:27.879Z Downloaded rustls-pemfile v1.0.4
9582026-06-20T23:55:27.879Z Downloaded serde_spanned v1.0.4
9592026-06-20T23:55:27.879Z Downloaded http v1.4.0
9602026-06-20T23:55:27.879Z Downloaded ed25519-dalek v2.2.0
9612026-06-20T23:55:27.879Z Downloaded jiff-static v0.2.21
9622026-06-20T23:55:27.879Z Downloaded quinn-udp v0.5.14
9632026-06-20T23:55:27.879Z Downloaded hyper-util v0.1.20
9642026-06-20T23:55:27.879Z Downloaded rustls-pemfile v2.2.0
9652026-06-20T23:55:27.879Z Downloaded rustls-native-certs v0.8.3
9662026-06-20T23:55:27.879Z Downloaded pin-project v1.1.11
9672026-06-20T23:55:27.879Z Downloaded signal-hook-tokio v0.3.1
9682026-06-20T23:55:27.879Z Downloaded shell-words v1.1.1
9692026-06-20T23:55:27.879Z Downloaded signal-hook-mio v0.2.5
9702026-06-20T23:55:27.879Z Downloaded signature v2.2.0
9712026-06-20T23:55:27.879Z Downloaded sha1 v0.10.6
9722026-06-20T23:55:27.879Z Downloaded openssl-sys v0.9.115
9732026-06-20T23:55:27.879Z Downloaded rusty-fork v0.3.1
9742026-06-20T23:55:27.879Z Downloaded rustversion v1.0.22
9752026-06-20T23:55:27.879Z Downloaded siphasher v1.0.2
9762026-06-20T23:55:27.879Z Downloaded crossterm v0.28.1
9772026-06-20T23:55:27.879Z Downloaded slog-envlogger v2.2.0
9782026-06-20T23:55:27.879Z Downloaded prefix-trie v0.7.0
9792026-06-20T23:55:27.879Z Downloaded hashbrown v0.13.2
9802026-06-20T23:55:27.879Z Downloaded schemars_derive v0.8.22
9812026-06-20T23:55:27.879Z Downloaded progenitor-impl v0.13.0
9822026-06-20T23:55:27.879Z Downloaded expectorate v1.2.0
9832026-06-20T23:55:27.879Z Downloaded scrypt v0.11.0
9842026-06-20T23:55:27.879Z Downloaded sct v0.7.1
9852026-06-20T23:55:27.879Z Downloaded slog-bunyan v2.5.0
9862026-06-20T23:55:27.879Z Downloaded serde-hex v0.1.0
9872026-06-20T23:55:27.879Z Downloaded sec1 v0.7.3
9882026-06-20T23:55:27.879Z Downloaded serde_derive_internals v0.29.1
9892026-06-20T23:55:27.879Z Downloaded hashbrown v0.12.3
9902026-06-20T23:55:27.879Z Downloaded hickory-server v0.25.2
9912026-06-20T23:55:27.879Z Downloaded serde_with_macros v1.5.2
9922026-06-20T23:55:27.879Z Downloaded serde_path_to_error v0.1.20
9932026-06-20T23:55:27.879Z Downloaded serde_urlencoded v0.7.1
9942026-06-20T23:55:27.880Z Downloaded sqlparser_derive v0.5.0
9952026-06-20T23:55:27.880Z Downloaded ssh-cipher v0.2.0
9962026-06-20T23:55:27.880Z Downloaded crossterm v0.29.0
9972026-06-20T23:55:27.880Z Downloaded strip-ansi-escapes v0.2.1
9982026-06-20T23:55:27.880Z Downloaded rustls-pki-types v1.14.0
9992026-06-20T23:55:27.880Z Downloaded postcard v1.1.3
10002026-06-20T23:55:27.880Z Downloaded shlex v1.3.0
10012026-06-20T23:55:27.880Z Downloaded ssh-encoding v0.2.0
10022026-06-20T23:55:27.880Z Downloaded serde_plain v1.0.2
10032026-06-20T23:55:27.880Z Downloaded russh-keys v0.45.0
10042026-06-20T23:55:27.880Z Downloaded structmeta v0.3.0
10052026-06-20T23:55:27.880Z Downloaded rcgen v0.12.1
10062026-06-20T23:55:27.880Z Downloaded sigpipe v0.1.3
10072026-06-20T23:55:27.880Z Downloaded strum v0.26.3
10082026-06-20T23:55:27.880Z Downloaded simd-adler32 v0.3.8
10092026-06-20T23:55:27.880Z Downloaded structmeta-derive v0.3.0
10102026-06-20T23:55:27.881Z Downloaded strum v0.27.2
10112026-06-20T23:55:27.881Z Downloaded p256 v0.13.2
10122026-06-20T23:55:27.881Z Downloaded prettyplease v0.2.37
10132026-06-20T23:55:27.881Z Downloaded pretty_assertions v1.4.1
10142026-06-20T23:55:27.881Z Downloaded scroll v0.13.0
10152026-06-20T23:55:27.881Z Downloaded tabwriter v1.4.1
10162026-06-20T23:55:27.881Z Downloaded subtle v2.6.1
10172026-06-20T23:55:27.881Z Downloaded smallvec v0.6.14
10182026-06-20T23:55:27.881Z Downloaded slog-term v2.9.2
10192026-06-20T23:55:27.881Z Downloaded sync-ptr v0.1.4
10202026-06-20T23:55:27.881Z Downloaded supports-color v3.0.2
10212026-06-20T23:55:27.881Z Downloaded slog-stdlog v4.1.1
10222026-06-20T23:55:27.881Z Downloaded sync_wrapper v1.0.2
10232026-06-20T23:55:27.881Z Downloaded slog-dtrace v0.3.0
10242026-06-20T23:55:27.881Z Downloaded tap v1.0.1
10252026-06-20T23:55:27.881Z Downloaded tagptr v0.2.0
10262026-06-20T23:55:27.882Z Downloaded slog-scope v4.4.1
10272026-06-20T23:55:27.882Z Downloaded smf v0.2.3
10282026-06-20T23:55:27.882Z Downloaded slog-json v2.6.1
10292026-06-20T23:55:27.882Z Downloaded snafu-derive v0.8.9
10302026-06-20T23:55:27.882Z Downloaded serde_cbor v0.11.2
10312026-06-20T23:55:27.882Z Downloaded tabled_derive v0.11.0
10322026-06-20T23:55:27.882Z Downloaded slog-async v2.8.0
10332026-06-20T23:55:27.882Z Downloaded minimal-lexical v0.2.1
10342026-06-20T23:55:27.882Z Downloaded termtree v0.5.1
10352026-06-20T23:55:27.882Z Downloaded progenitor-impl v0.14.0
10362026-06-20T23:55:27.882Z Downloaded slab v0.4.12
10372026-06-20T23:55:27.882Z Downloaded ron v0.8.1
10382026-06-20T23:55:27.882Z Downloaded testing_table v0.3.0
10392026-06-20T23:55:28.113Z Downloaded sqlformat v0.3.5
10402026-06-20T23:55:28.113Z Downloaded thread-id v5.1.0
10412026-06-20T23:55:28.113Z Downloaded serde_with_macros v3.17.0
10422026-06-20T23:55:28.113Z Downloaded strsim v0.10.0
10432026-06-20T23:55:28.113Z Downloaded stringprep v0.1.5
10442026-06-20T23:55:28.113Z Downloaded rustls-platform-verifier v0.6.2
10452026-06-20T23:55:28.113Z Downloaded time-core v0.1.8
10462026-06-20T23:55:28.113Z Downloaded static_assertions v1.1.0
10472026-06-20T23:55:28.113Z Downloaded thiserror-impl-no-std v2.0.2
10482026-06-20T23:55:28.113Z Downloaded stacker v0.1.23
10492026-06-20T23:55:28.113Z Downloaded strum_macros v0.24.3
10502026-06-20T23:55:28.113Z Downloaded strum_macros v0.26.4
10512026-06-20T23:55:28.114Z Downloaded ryu v1.0.23
10522026-06-20T23:55:28.114Z Downloaded string_cache v0.8.9
10532026-06-20T23:55:28.114Z Downloaded signal-hook-registry v1.4.8
10542026-06-20T23:55:28.114Z Downloaded tinyvec_macros v0.1.1
10552026-06-20T23:55:28.114Z Downloaded mio v1.2.0
10562026-06-20T23:55:28.114Z Downloaded support-bundle-viewer v0.1.2
10572026-06-20T23:55:28.114Z Downloaded schemars v0.8.22
10582026-06-20T23:55:28.114Z Downloaded hashbrown v0.16.1
10592026-06-20T23:55:28.114Z Downloaded hashbrown v0.15.5
10602026-06-20T23:55:28.114Z Downloaded itertools v0.10.5
10612026-06-20T23:55:28.114Z Downloaded num-bigint v0.4.6
10622026-06-20T23:55:28.114Z Downloaded quinn v0.11.9
10632026-06-20T23:55:28.114Z Downloaded take_mut v0.2.2
10642026-06-20T23:55:28.114Z Downloaded spki v0.7.3
10652026-06-20T23:55:28.114Z Downloaded time-macros v0.2.27
10662026-06-20T23:55:28.114Z Downloaded thiserror-no-std v2.0.2
10672026-06-20T23:55:28.114Z Downloaded tower-layer v0.3.3
10682026-06-20T23:55:28.114Z Downloaded nom v7.1.3
10692026-06-20T23:55:28.114Z Downloaded topological-sort v0.2.2
10702026-06-20T23:55:28.114Z Downloaded tiny-keccak v2.0.2
10712026-06-20T23:55:28.114Z Downloaded thread_local v1.1.9
10722026-06-20T23:55:28.114Z Downloaded publicsuffix v2.3.0
10732026-06-20T23:55:28.114Z Downloaded serde_yaml v0.9.34+deprecated
10742026-06-20T23:55:28.114Z Downloaded tower-service v0.3.3
10752026-06-20T23:55:28.114Z Downloaded rand v0.8.6
10762026-06-20T23:55:28.114Z Downloaded unicode-truncate v1.1.0
10772026-06-20T23:55:28.114Z Downloaded spin v0.9.8
10782026-06-20T23:55:28.114Z Downloaded unarray v0.1.4
10792026-06-20T23:55:28.114Z Downloaded unit-prefix v0.5.2
10802026-06-20T23:55:28.114Z Downloaded typify-macro v0.6.2
10812026-06-20T23:55:28.114Z Downloaded try-lock v0.2.5
10822026-06-20T23:55:28.114Z Downloaded trait-variant v0.1.2
10832026-06-20T23:55:28.114Z Downloaded qorb v0.4.1
10842026-06-20T23:55:28.114Z Downloaded tokio-dtrace v0.1.1
10852026-06-20T23:55:28.115Z Downloaded tls_codec v0.4.2
10862026-06-20T23:55:28.115Z Downloaded libxml v0.3.3
10872026-06-20T23:55:28.115Z Downloaded tokio-native-tls v0.3.1
10882026-06-20T23:55:28.115Z Downloaded rayon-core v1.13.0
10892026-06-20T23:55:28.115Z Downloaded tls_codec_derive v0.4.2
10902026-06-20T23:55:28.115Z Downloaded strum_macros v0.27.2
10912026-06-20T23:55:28.115Z Downloaded similar v2.7.0
10922026-06-20T23:55:28.115Z Downloaded universal-hash v0.5.1
10932026-06-20T23:55:28.115Z Downloaded untrusted v0.7.1
10942026-06-20T23:55:28.115Z Downloaded signal-hook v0.3.18
10952026-06-20T23:55:28.115Z Downloaded tokio-macros v2.7.0
10962026-06-20T23:55:28.115Z Downloaded slog v2.8.2
10972026-06-20T23:55:28.115Z Downloaded term v1.2.1
10982026-06-20T23:55:28.115Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10992026-06-20T23:55:28.115Z Downloaded tokio-tungstenite v0.23.1
11002026-06-20T23:55:28.115Z Downloaded usdt-attr-macro v0.6.0
11012026-06-20T23:55:28.115Z Downloaded usdt v0.6.0
11022026-06-20T23:55:28.116Z Downloaded usdt-macro v0.6.0
11032026-06-20T23:55:28.116Z Downloaded termios v0.3.3
11042026-06-20T23:55:28.116Z Downloaded tokio-rustls v0.25.0
11052026-06-20T23:55:28.116Z Downloaded schemars v0.9.0
11062026-06-20T23:55:28.116Z Downloaded socket2 v0.5.10
11072026-06-20T23:55:28.116Z Downloaded term v0.7.0
11082026-06-20T23:55:28.116Z Downloaded num-bigint-dig v0.8.6
11092026-06-20T23:55:28.116Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11102026-06-20T23:55:28.116Z Downloaded tokio-tungstenite v0.21.0
11112026-06-20T23:55:28.116Z Downloaded toml_writer v1.0.6+spec-1.1.0
11122026-06-20T23:55:28.116Z Downloaded itertools v0.12.1
11132026-06-20T23:55:28.116Z Downloaded waitgroup v0.1.2
11142026-06-20T23:55:28.116Z Downloaded utf-8 v0.7.6
11152026-06-20T23:55:28.116Z Downloaded rand v0.9.2
11162026-06-20T23:55:28.116Z Downloaded iri-string v0.7.10
11172026-06-20T23:55:28.116Z Downloaded untrusted v0.9.0
11182026-06-20T23:55:28.116Z Downloaded rsa v0.9.10
11192026-06-20T23:55:28.116Z Downloaded itertools v0.13.0
11202026-06-20T23:55:28.116Z Downloaded void v1.0.2
11212026-06-20T23:55:28.116Z Downloaded want v0.3.1
11222026-06-20T23:55:28.116Z Downloaded socket2 v0.6.3
11232026-06-20T23:55:28.116Z Downloaded tui-tree-widget v0.23.1
11242026-06-20T23:55:28.116Z Downloaded rustls-webpki v0.103.9
11252026-06-20T23:55:28.116Z Downloaded unicase v2.9.0
11262026-06-20T23:55:28.116Z Downloaded tokio-stream v0.1.18
11272026-06-20T23:55:28.116Z Downloaded tokio-rustls v0.26.4
11282026-06-20T23:55:28.116Z Downloaded usdt-impl v0.6.0
11292026-06-20T23:55:28.116Z Downloaded xshell-macros v0.2.7
11302026-06-20T23:55:28.116Z Downloaded xattr v1.6.1
11312026-06-20T23:55:28.116Z Downloaded zeroize_derive v1.4.3
11322026-06-20T23:55:28.116Z Downloaded samael v0.0.19
11332026-06-20T23:55:28.116Z Downloaded nom v8.0.0
11342026-06-20T23:55:28.116Z Downloaded h2 v0.4.13
11352026-06-20T23:55:28.116Z Downloaded itertools v0.14.0
11362026-06-20T23:55:28.116Z Downloaded vergen-lib v9.1.0
11372026-06-20T23:55:28.116Z Downloaded vergen-lib v0.1.6
11382026-06-20T23:55:28.116Z Downloaded vergen-gitcl v1.0.8
11392026-06-20T23:55:28.251Z Downloaded zone v0.3.1
11402026-06-20T23:55:28.251Z Downloaded vergen-git2 v9.1.0
11412026-06-20T23:55:28.251Z Downloaded uzers v0.12.2
11422026-06-20T23:55:28.251Z Downloaded test-strategy v0.4.5
11432026-06-20T23:55:28.251Z Downloaded tinyvec v1.10.0
11442026-06-20T23:55:28.251Z Downloaded snafu v0.8.9
11452026-06-20T23:55:28.251Z Downloaded zone_cfg_derive v0.3.1
11462026-06-20T23:55:28.251Z Downloaded tracing-attributes v0.1.31
11472026-06-20T23:55:28.251Z Downloaded hkdf v0.12.4
11482026-06-20T23:55:28.251Z Downloaded wait-timeout v0.2.1
11492026-06-20T23:55:28.251Z Downloaded rand v0.10.0
11502026-06-20T23:55:28.251Z Downloaded subprocess v0.2.15
11512026-06-20T23:55:28.251Z Downloaded futures-util v0.3.32
11522026-06-20T23:55:28.251Z Downloaded walkdir v2.5.0
11532026-06-20T23:55:28.251Z Downloaded twox-hash v2.1.2
11542026-06-20T23:55:28.252Z Downloaded whoami v2.1.0
11552026-06-20T23:55:28.252Z Downloaded wyz v0.5.1
11562026-06-20T23:55:28.252Z Downloaded blake3 v1.8.3
11572026-06-20T23:55:28.252Z Downloaded xshell v0.2.7
11582026-06-20T23:55:28.252Z Downloaded unicode-properties v0.1.4
11592026-06-20T23:55:28.252Z Downloaded russh v0.45.0
11602026-06-20T23:55:28.252Z Downloaded toml_parser v1.0.9+spec-1.1.0
11612026-06-20T23:55:28.252Z Downloaded tokio-rustls v0.24.1
11622026-06-20T23:55:28.252Z Downloaded zeroize v1.8.2
11632026-06-20T23:55:28.252Z Downloaded schemars v1.2.1
11642026-06-20T23:55:28.252Z Downloaded toml v1.0.6+spec-1.1.0
11652026-06-20T23:55:28.252Z Downloaded steno v0.4.1
11662026-06-20T23:55:28.252Z Downloaded toml v0.7.8
11672026-06-20T23:55:28.252Z Downloaded whoami v1.6.1
11682026-06-20T23:55:28.252Z Downloaded vsss-rs v3.3.4
11692026-06-20T23:55:28.252Z Downloaded zstd-safe v7.2.4
11702026-06-20T23:55:28.252Z Downloaded hyper v1.8.1
11712026-06-20T23:55:28.252Z Downloaded tar v0.4.45
11722026-06-20T23:55:28.252Z Downloaded vergen v9.1.0
11732026-06-20T23:55:28.252Z Downloaded rustyline v14.0.0
11742026-06-20T23:55:28.252Z Downloaded unicode-bidi v0.3.18
11752026-06-20T23:55:28.252Z Downloaded typify v0.6.2
11762026-06-20T23:55:28.252Z Downloaded tungstenite v0.23.0
11772026-06-20T23:55:28.252Z Downloaded p521 v0.13.3
11782026-06-20T23:55:28.252Z Downloaded yasna v0.5.2
11792026-06-20T23:55:28.252Z Downloaded toml_edit v0.23.10+spec-1.0.0
11802026-06-20T23:55:28.252Z Downloaded zstd v0.13.3
11812026-06-20T23:55:28.252Z Downloaded ssh-key v0.6.7
11822026-06-20T23:55:28.252Z Downloaded uuid v1.23.0
11832026-06-20T23:55:28.252Z Downloaded vte v0.14.1
11842026-06-20T23:55:28.252Z Downloaded tungstenite v0.21.0
11852026-06-20T23:55:28.252Z Downloaded tokio-postgres v0.7.16
11862026-06-20T23:55:28.252Z Downloaded iddqd v0.4.2
11872026-06-20T23:55:28.252Z Downloaded serde_with v1.14.0
11882026-06-20T23:55:28.252Z Downloaded tracing-core v0.1.36
11892026-06-20T23:55:28.252Z Downloaded toml_edit v0.19.15
11902026-06-20T23:55:28.252Z Downloaded zerocopy v0.6.6
11912026-06-20T23:55:28.253Z Downloaded unsafe-libyaml v0.2.11
11922026-06-20T23:55:28.253Z Downloaded reedline v0.40.0
11932026-06-20T23:55:28.253Z Downloaded zopfli v0.8.3
11942026-06-20T23:55:28.253Z Downloaded bindgen v0.71.1
11952026-06-20T23:55:28.253Z Downloaded bitvec v1.0.1
11962026-06-20T23:55:28.253Z Downloaded libm v0.2.16
11972026-06-20T23:55:28.253Z Downloaded rpassword v7.4.0
11982026-06-20T23:55:28.253Z Downloaded reqwest v0.12.28
11992026-06-20T23:55:28.253Z Downloaded yansi v1.0.1
12002026-06-20T23:55:28.253Z Downloaded zip v0.6.6
12012026-06-20T23:55:28.253Z Downloaded regex v1.12.3
12022026-06-20T23:55:28.253Z Downloaded aws-lc-rs v1.16.3
12032026-06-20T23:55:28.253Z Downloaded git2 v0.20.4
12042026-06-20T23:55:28.253Z Downloaded p384 v0.13.1
12052026-06-20T23:55:28.253Z Downloaded rayon v1.11.0
12062026-06-20T23:55:28.253Z Downloaded rustls-webpki v0.101.7
12072026-06-20T23:55:28.253Z Downloaded unicode_categories v0.1.1
12082026-06-20T23:55:28.253Z Downloaded reqwest v0.13.2
12092026-06-20T23:55:28.253Z Downloaded typed-path v0.9.3
12102026-06-20T23:55:28.253Z Downloaded quick-xml v0.37.5
12112026-06-20T23:55:28.253Z Downloaded tower v0.5.3
12122026-06-20T23:55:28.253Z Downloaded x509-cert v0.2.5
12132026-06-20T23:55:28.253Z Downloaded chrono v0.4.44
12142026-06-20T23:55:28.253Z Downloaded unicode-normalization v0.1.25
12152026-06-20T23:55:28.253Z Downloaded zerocopy-derive v0.8.40
12162026-06-20T23:55:28.253Z Downloaded moka v0.12.13
12172026-06-20T23:55:28.253Z Downloaded goblin v0.10.5
12182026-06-20T23:55:28.253Z Downloaded zip v4.6.1
12192026-06-20T23:55:28.253Z Downloaded tower-http v0.6.8
12202026-06-20T23:55:28.253Z Downloaded unicode-segmentation v1.12.0
12212026-06-20T23:55:28.253Z Downloaded rustls-webpki v0.102.8
12222026-06-20T23:55:28.253Z Downloaded salty v0.3.0
12232026-06-20T23:55:28.253Z Downloaded proptest v1.10.0
12242026-06-20T23:55:28.253Z Downloaded petname v2.0.2
12252026-06-20T23:55:28.253Z Downloaded lalrpop v0.19.12
12262026-06-20T23:55:28.253Z Downloaded portable-atomic v1.13.1
12272026-06-20T23:55:28.254Z Downloaded tough v0.22.0
12282026-06-20T23:55:28.254Z Downloaded tokio-util v0.7.18
12292026-06-20T23:55:28.254Z Downloaded serde_with v3.17.0
12302026-06-20T23:55:28.254Z Downloaded curve25519-dalek v4.1.3
12312026-06-20T23:55:28.254Z Downloaded object v0.30.4
12322026-06-20T23:55:28.254Z Downloaded winnow v0.6.26
12332026-06-20T23:55:28.254Z Downloaded quinn-proto v0.11.13
12342026-06-20T23:55:28.254Z Downloaded winnow v0.5.40
12352026-06-20T23:55:28.254Z Downloaded radix_trie v0.2.1
12362026-06-20T23:55:28.254Z Downloaded openssl v0.10.79
12372026-06-20T23:55:28.254Z Downloaded polar-core v0.27.3
12382026-06-20T23:55:28.254Z Downloaded nix v0.27.1
12392026-06-20T23:55:28.269Z Downloaded tabled v0.20.0
12402026-06-20T23:55:28.269Z Downloaded rustls v0.21.12
12412026-06-20T23:55:28.269Z Downloaded regex-syntax v0.6.29
12422026-06-20T23:55:28.270Z Downloaded dropshot v0.17.0
12432026-06-20T23:55:28.270Z Downloaded zlib-rs v0.6.2
12442026-06-20T23:55:28.270Z Downloaded hickory-proto v0.24.4
12452026-06-20T23:55:28.270Z Downloaded bstr v1.12.1
12462026-06-20T23:55:28.270Z Downloaded diesel v2.3.7
12472026-06-20T23:55:28.270Z Downloaded vcpkg v0.2.15
12482026-06-20T23:55:28.270Z Downloaded aes v0.8.4
12492026-06-20T23:55:28.270Z Downloaded nix v0.28.0
12502026-06-20T23:55:28.270Z Downloaded zerocopy v0.8.40
12512026-06-20T23:55:28.270Z Downloaded webpki-roots v1.0.6
12522026-06-20T23:55:28.270Z Downloaded smoltcp v0.11.0
12532026-06-20T23:55:28.270Z Downloaded rustls v0.22.4
12542026-06-20T23:55:28.270Z Downloaded regress v0.11.1
12552026-06-20T23:55:28.270Z Downloaded regress v0.10.5
12562026-06-20T23:55:28.270Z Downloaded rustls v0.23.37
12572026-06-20T23:55:28.270Z Downloaded rustix v0.38.44
12582026-06-20T23:55:28.270Z Downloaded object v0.37.3
12592026-06-20T23:55:28.270Z Downloaded hickory-proto v0.25.2
12602026-06-20T23:55:28.270Z Downloaded regex-syntax v0.8.10
12612026-06-20T23:55:28.270Z Downloaded openapiv3 v2.2.0
12622026-06-20T23:55:28.270Z Downloaded smoltcp v0.9.1
12632026-06-20T23:55:28.270Z Downloaded nix v0.31.2
12642026-06-20T23:55:28.270Z Downloaded time v0.3.47
12652026-06-20T23:55:28.270Z Downloaded sqlparser v0.61.0
12662026-06-20T23:55:28.270Z Downloaded csv v1.4.0
12672026-06-20T23:55:28.270Z Downloaded typify-impl v0.6.2
12682026-06-20T23:55:28.270Z Downloaded ratatui v0.29.0
12692026-06-20T23:55:28.270Z Downloaded sled v0.34.7
12702026-06-20T23:55:28.270Z Downloaded tracing v0.1.44
12712026-06-20T23:55:28.270Z Downloaded regex-automata v0.4.14
12722026-06-20T23:55:28.270Z Downloaded aes-gcm v0.10.3
12732026-06-20T23:55:28.270Z Downloaded bzip2-sys v0.1.13+1.0.8
12742026-06-20T23:55:28.270Z Downloaded petgraph v0.6.5
12752026-06-20T23:55:28.270Z Downloaded zerocopy-derive v0.6.6
12762026-06-20T23:55:28.270Z Downloaded jiff v0.2.21
12772026-06-20T23:55:28.270Z Downloaded libz-sys v1.1.24
12782026-06-20T23:55:28.271Z Downloaded chrono-tz v0.10.4
12792026-06-20T23:55:28.271Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12802026-06-20T23:55:28.271Z Downloaded petgraph v0.8.3
12812026-06-20T23:55:28.271Z Downloaded sha3 v0.10.8
12822026-06-20T23:55:28.271Z Downloaded encoding_rs v0.8.35
12832026-06-20T23:55:28.271Z Downloaded tokio v1.52.1
12842026-06-20T23:55:28.271Z Downloaded libgit2-sys v0.18.3+1.9.2
12852026-06-20T23:55:28.271Z Downloaded ring v0.17.14
12862026-06-20T23:55:28.676Z Downloaded aws-lc-sys v0.40.0
12872026-06-20T23:55:28.878Z Compiling libc v0.2.185
12882026-06-20T23:55:28.883Z Compiling serde v1.0.228
12892026-06-20T23:55:28.883Z Compiling log v0.4.29
12902026-06-20T23:55:28.883Z Compiling find-msvc-tools v0.1.9
12912026-06-20T23:55:28.883Z Compiling shlex v1.3.0
12922026-06-20T23:55:28.883Z Compiling smallvec v1.15.1
12932026-06-20T23:55:28.884Z Compiling typenum v1.19.0
12942026-06-20T23:55:28.884Z Compiling subtle v2.6.1
12952026-06-20T23:55:29.073Z Compiling generic-array v0.14.7
12962026-06-20T23:55:29.177Z Compiling scopeguard v1.2.0
12972026-06-20T23:55:29.177Z Compiling const-oid v0.9.6
12982026-06-20T23:55:29.177Z Compiling serde_json v1.0.149
12992026-06-20T23:55:29.254Z Compiling syn v2.0.117
13002026-06-20T23:55:29.254Z Compiling zerocopy v0.8.40
13012026-06-20T23:55:29.254Z Compiling parking_lot_core v0.9.12
13022026-06-20T23:55:29.254Z Compiling portable-atomic v1.13.1
13032026-06-20T23:55:29.254Z Compiling lock_api v0.4.14
13042026-06-20T23:55:29.254Z Compiling pin-project-lite v0.2.17
13052026-06-20T23:55:30.704Z Compiling pkg-config v0.3.32
13062026-06-20T23:55:30.704Z Compiling bitflags v2.11.0
13072026-06-20T23:55:30.704Z Compiling critical-section v1.2.0
13082026-06-20T23:55:30.704Z Compiling futures-core v0.3.32
13092026-06-20T23:55:30.724Z Compiling libm v0.2.16
13102026-06-20T23:55:30.724Z Compiling num-traits v0.2.19
13112026-06-20T23:55:30.724Z Compiling percent-encoding v2.3.2
13122026-06-20T23:55:30.724Z Compiling futures-sink v0.3.32
13132026-06-20T23:55:30.724Z Compiling futures-task v0.3.32
13142026-06-20T23:55:30.724Z Compiling cpufeatures v0.2.17
13152026-06-20T23:55:30.724Z Compiling slab v0.4.12
13162026-06-20T23:55:30.724Z Compiling futures-channel v0.3.32
13172026-06-20T23:55:30.724Z Compiling futures-io v0.3.32
13182026-06-20T23:55:30.724Z Compiling getrandom v0.4.1
13192026-06-20T23:55:30.724Z Compiling rand_core v0.10.0
13202026-06-20T23:55:30.724Z Compiling indexmap v2.14.0
13212026-06-20T23:55:30.724Z Compiling rustversion v1.0.22
13222026-06-20T23:55:30.724Z Compiling getrandom v0.3.4
13232026-06-20T23:55:30.724Z Compiling form_urlencoded v1.2.2
13242026-06-20T23:55:30.724Z Compiling dunce v1.0.5
13252026-06-20T23:55:30.724Z Compiling fs_extra v1.3.0
13262026-06-20T23:55:30.725Z Compiling ident_case v1.0.1
13272026-06-20T23:55:30.725Z Compiling base64ct v1.8.3
13282026-06-20T23:55:30.725Z Compiling regex-syntax v0.8.10
13292026-06-20T23:55:30.725Z Compiling rustix v1.1.3
13302026-06-20T23:55:30.725Z Compiling getrandom v0.2.17
13312026-06-20T23:55:30.725Z Compiling jobserver v0.1.34
13322026-06-20T23:55:30.725Z Compiling errno v0.3.14
13332026-06-20T23:55:30.725Z Compiling mio v1.2.0
13342026-06-20T23:55:30.725Z Compiling socket2 v0.6.3
13352026-06-20T23:55:30.725Z Compiling rand_core v0.6.4
13362026-06-20T23:55:30.725Z Compiling signal-hook-registry v1.4.8
13372026-06-20T23:55:30.725Z Compiling once_cell v1.21.3
13382026-06-20T23:55:30.725Z Compiling cc v1.2.56
13392026-06-20T23:55:30.725Z Compiling parking_lot v0.12.5
13402026-06-20T23:55:30.725Z Compiling pem-rfc7468 v0.7.0
13412026-06-20T23:55:30.725Z Compiling iana-time-zone v0.1.65
13422026-06-20T23:55:30.725Z Compiling flagset v0.4.7
13432026-06-20T23:55:30.725Z Compiling aws-lc-rs v1.16.3
13442026-06-20T23:55:30.725Z Compiling vcpkg v0.2.15
13452026-06-20T23:55:30.725Z Compiling uuid v1.23.0
13462026-06-20T23:55:30.725Z Compiling tracing-core v0.1.36
13472026-06-20T23:55:30.725Z Compiling rustc_version v0.4.1
13482026-06-20T23:55:30.725Z Compiling base64 v0.22.1
13492026-06-20T23:55:30.725Z Compiling untrusted v0.7.1
13502026-06-20T23:55:30.778Z Compiling tinyvec_macros v0.1.1
13512026-06-20T23:55:30.856Z Compiling rand_core v0.9.5
13522026-06-20T23:55:30.875Z Compiling httparse v1.10.1
13532026-06-20T23:55:30.882Z Compiling untrusted v0.9.0
13542026-06-20T23:55:30.895Z Compiling openssl-probe v0.2.1
13552026-06-20T23:55:30.964Z Compiling tinyvec v1.10.0
13562026-06-20T23:55:31.047Z Compiling aho-corasick v1.1.4
13572026-06-20T23:55:31.169Z Compiling cmake v0.1.57
13582026-06-20T23:55:31.169Z Compiling try-lock v0.2.5
13592026-06-20T23:55:31.169Z Compiling tower-service v0.3.3
13602026-06-20T23:55:31.326Z Compiling atomic-waker v1.1.2
13612026-06-20T23:55:31.326Z Compiling schemars v0.8.22
13622026-06-20T23:55:31.326Z Compiling tower-layer v0.3.3
13632026-06-20T23:55:31.326Z Compiling dyn-clone v1.0.20
13642026-06-20T23:55:31.546Z Compiling rustls v0.23.37
13652026-06-20T23:55:31.546Z Compiling want v0.3.1
13662026-06-20T23:55:31.546Z Compiling foreign-types-shared v0.1.1
13672026-06-20T23:55:31.546Z Compiling openssl v0.10.79
13682026-06-20T23:55:31.546Z Compiling pin-utils v0.1.0
13692026-06-20T23:55:31.826Z Compiling httpdate v1.0.3
13702026-06-20T23:55:31.826Z Compiling foreign-types v0.3.2
13712026-06-20T23:55:31.826Z Compiling unicode-normalization v0.1.25
13722026-06-20T23:55:31.826Z Compiling socket2 v0.5.10
13732026-06-20T23:55:31.826Z Compiling spin v0.9.8
13742026-06-20T23:55:31.826Z Compiling num-conv v0.2.0
13752026-06-20T23:55:31.826Z Compiling time-core v0.1.8
13762026-06-20T23:55:31.826Z Compiling native-tls v0.2.18
13772026-06-20T23:55:31.986Z Compiling crc32fast v1.5.0
13782026-06-20T23:55:31.986Z Compiling powerfmt v0.2.0
13792026-06-20T23:55:31.986Z Compiling wait-timeout v0.2.1
13802026-06-20T23:55:31.987Z Compiling sync_wrapper v1.0.2
13812026-06-20T23:55:31.988Z Compiling num_threads v0.1.7
13822026-06-20T23:55:31.988Z Compiling unicode-segmentation v1.12.0
13832026-06-20T23:55:31.988Z Compiling quick-error v1.2.3
13842026-06-20T23:55:31.988Z Compiling time-macros v0.2.27
13852026-06-20T23:55:31.988Z Compiling tempfile v3.25.0
13862026-06-20T23:55:31.988Z Compiling deranged v0.5.8
13872026-06-20T23:55:31.988Z Compiling syn v1.0.109
13882026-06-20T23:55:31.988Z Compiling bit-vec v0.8.0
13892026-06-20T23:55:31.988Z Compiling siphasher v1.0.2
13902026-06-20T23:55:31.988Z Compiling regex-automata v0.4.14
13912026-06-20T23:55:31.988Z Compiling simd-adler32 v0.3.8
13922026-06-20T23:55:32.103Z Compiling aws-lc-sys v0.40.0
13932026-06-20T23:55:32.103Z Compiling ring v0.17.14
13942026-06-20T23:55:32.103Z Compiling openssl-sys v0.9.115
13952026-06-20T23:55:32.103Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13962026-06-20T23:55:32.103Z Compiling crossbeam-utils v0.8.21
13972026-06-20T23:55:32.243Z Compiling usdt-impl v0.6.0
13982026-06-20T23:55:32.243Z Compiling synstructure v0.13.2
13992026-06-20T23:55:32.244Z Compiling serde_derive_internals v0.29.1
14002026-06-20T23:55:32.463Z Compiling pest_generator v2.8.6
14012026-06-20T23:55:32.463Z Compiling darling_core v0.20.11
14022026-06-20T23:55:32.725Z Compiling darling_core v0.21.3
14032026-06-20T23:55:32.725Z Compiling bit-set v0.8.0
14042026-06-20T23:55:32.726Z Compiling rusty-fork v0.3.1
14052026-06-20T23:55:32.926Z Compiling bzip2-sys v0.1.13+1.0.8
14062026-06-20T23:55:33.197Z Compiling slog v2.8.2
14072026-06-20T23:55:33.197Z Compiling heapless v0.7.17
14082026-06-20T23:55:33.198Z Compiling rand_xorshift v0.4.0
14092026-06-20T23:55:33.198Z Compiling time v0.3.47
14102026-06-20T23:55:33.198Z Compiling thread-id v5.1.0
14112026-06-20T23:55:33.198Z Compiling cookie v0.18.1
14122026-06-20T23:55:33.198Z Compiling anyhow v1.0.102
14132026-06-20T23:55:33.198Z Compiling paste v1.0.15
14142026-06-20T23:55:33.638Z Compiling unarray v0.1.4
14152026-06-20T23:55:33.638Z Compiling unicode-bidi v0.3.18
14162026-06-20T23:55:33.638Z Compiling allocator-api2 v0.2.21
14172026-06-20T23:55:33.638Z Compiling signal-hook v0.3.18
14182026-06-20T23:55:33.638Z Compiling unicode-properties v0.1.4
14192026-06-20T23:55:33.639Z Compiling ryu v1.0.23
14202026-06-20T23:55:33.639Z Compiling zstd-safe v7.2.4
14212026-06-20T23:55:33.736Z Compiling adler2 v2.0.1
14222026-06-20T23:55:33.736Z Compiling iri-string v0.7.10
14232026-06-20T23:55:33.736Z Compiling stringprep v0.1.5
14242026-06-20T23:55:33.737Z Compiling miniz_oxide v0.8.9
14252026-06-20T23:55:33.737Z Compiling heck v0.4.1
14262026-06-20T23:55:33.737Z Compiling num-integer v0.1.46
14272026-06-20T23:55:33.913Z Compiling vergen-lib v9.1.0
14282026-06-20T23:55:33.972Z Compiling curve25519-dalek v4.1.3
14292026-06-20T23:55:33.993Z Compiling serde_derive v1.0.228
14302026-06-20T23:55:34.065Z Compiling zeroize_derive v1.4.3
14312026-06-20T23:55:34.073Z Compiling zerofrom-derive v0.1.6
14322026-06-20T23:55:34.073Z Compiling yoke-derive v0.8.1
14332026-06-20T23:55:34.206Z Compiling zerovec-derive v0.11.2
14342026-06-20T23:55:34.298Z Compiling zerocopy-derive v0.8.40
14352026-06-20T23:55:34.377Z Compiling displaydoc v0.2.5
14362026-06-20T23:55:34.635Z Compiling tokio-macros v2.7.0
14372026-06-20T23:55:34.840Z Compiling futures-macro v0.3.32
14382026-06-20T23:55:34.953Z Compiling zeroize v1.8.2
14392026-06-20T23:55:35.027Z Compiling der_derive v0.7.3
14402026-06-20T23:55:35.107Z Compiling rustls-pki-types v1.14.0
14412026-06-20T23:55:35.206Z Compiling tracing-attributes v0.1.31
14422026-06-20T23:55:35.366Z Compiling thiserror-impl v2.0.18
14432026-06-20T23:55:35.445Z Compiling schemars_derive v0.8.22
14442026-06-20T23:55:35.445Z Compiling scroll_derive v0.13.1
14452026-06-20T23:55:35.604Z Compiling crypto-common v0.1.7
14462026-06-20T23:55:35.737Z Compiling block-buffer v0.10.4
14472026-06-20T23:55:35.737Z Compiling zerofrom v0.1.6
14482026-06-20T23:55:35.737Z Compiling futures-util v0.3.32
14492026-06-20T23:55:35.896Z Compiling yoke v0.8.1
14502026-06-20T23:55:35.896Z Compiling digest v0.10.7
14512026-06-20T23:55:35.896Z Compiling block-padding v0.3.3
14522026-06-20T23:55:35.980Z Compiling zerovec v0.11.5
14532026-06-20T23:55:35.980Z Compiling zerotrie v0.2.3
14542026-06-20T23:55:36.041Z Compiling hmac v0.12.1
14552026-06-20T23:55:36.041Z Compiling inout v0.1.4
14562026-06-20T23:55:36.232Z Compiling cipher v0.4.4
14572026-06-20T23:55:36.245Z Compiling sha2 v0.10.9
14582026-06-20T23:55:36.246Z Compiling der v0.7.10
14592026-06-20T23:55:36.246Z Compiling pbkdf2 v0.12.2
14602026-06-20T23:55:36.263Z Compiling pest_derive v2.8.6
14612026-06-20T23:55:36.397Z Compiling scroll v0.13.0
14622026-06-20T23:55:36.460Z Compiling tinystr v0.8.2
14632026-06-20T23:55:36.492Z Compiling potential_utf v0.1.4
14642026-06-20T23:55:36.570Z Compiling salsa20 v0.10.2
14652026-06-20T23:55:36.649Z Compiling icu_collections v2.1.1
14662026-06-20T23:55:36.705Z Compiling icu_locale_core v2.1.1
14672026-06-20T23:55:36.705Z Compiling scrypt v0.11.0
14682026-06-20T23:55:36.794Z Compiling tracing v0.1.44
14692026-06-20T23:55:36.794Z Compiling cbc v0.1.2
14702026-06-20T23:55:36.794Z Compiling aes v0.8.4
14712026-06-20T23:55:36.884Z Compiling thiserror v2.0.18
14722026-06-20T23:55:36.951Z Compiling darling_macro v0.20.11
14732026-06-20T23:55:36.951Z Compiling openssl-macros v0.1.1
14742026-06-20T23:55:37.015Z Compiling goblin v0.10.5
14752026-06-20T23:55:37.032Z Compiling rustls-native-certs v0.8.3
14762026-06-20T23:55:37.181Z Compiling spki v0.7.3
14772026-06-20T23:55:37.376Z Compiling icu_provider v2.1.1
14782026-06-20T23:55:37.497Z Compiling pkcs5 v0.7.1
14792026-06-20T23:55:37.629Z Compiling darling v0.20.11
14802026-06-20T23:55:37.629Z Compiling bytes v1.11.1
14812026-06-20T23:55:37.629Z Compiling chrono v0.4.44
14822026-06-20T23:55:37.629Z Compiling ipnet v2.11.0
14832026-06-20T23:55:37.689Z Compiling icu_properties v2.1.2
14842026-06-20T23:55:37.689Z Compiling icu_normalizer v2.1.1
14852026-06-20T23:55:37.689Z Compiling derive_builder_core v0.20.2
14862026-06-20T23:55:37.689Z Compiling pkcs8 v0.10.2
14872026-06-20T23:55:37.834Z Compiling dtrace-parser v0.3.0
14882026-06-20T23:55:37.859Z Compiling signature v2.2.0
14892026-06-20T23:55:37.932Z Compiling webpki-roots v1.0.6
14902026-06-20T23:55:37.990Z Compiling tokio v1.52.1
14912026-06-20T23:55:38.060Z Compiling http v1.4.0
14922026-06-20T23:55:38.076Z Compiling scroll_derive v0.12.1
14932026-06-20T23:55:38.094Z Compiling thiserror-impl v1.0.69
14942026-06-20T23:55:38.134Z Compiling erased-serde v0.3.31
14952026-06-20T23:55:38.160Z Compiling serde_spanned v0.6.9
14962026-06-20T23:55:38.322Z Compiling toml_datetime v0.6.11
14972026-06-20T23:55:38.546Z Compiling idna_adapter v1.2.1
14982026-06-20T23:55:38.600Z Compiling derive_builder_macro v0.20.2
14992026-06-20T23:55:38.616Z Compiling serde_urlencoded v0.7.1
15002026-06-20T23:55:38.620Z Compiling serde_tokenstream v0.2.3
15012026-06-20T23:55:38.645Z Compiling md-5 v0.10.6
15022026-06-20T23:55:38.711Z Compiling ppv-lite86 v0.2.21
15032026-06-20T23:55:38.724Z Compiling idna v1.1.0
15042026-06-20T23:55:38.791Z Compiling http-body v1.0.1
15052026-06-20T23:55:38.839Z Compiling scroll v0.12.0
15062026-06-20T23:55:38.905Z Compiling darling_macro v0.21.3
15072026-06-20T23:55:38.934Z Compiling http-body-util v0.1.3
15082026-06-20T23:55:38.950Z Compiling bstr v1.12.1
15092026-06-20T23:55:38.955Z Compiling zerocopy-derive v0.7.35
15102026-06-20T23:55:38.980Z Compiling pin-project-internal v1.1.11
15112026-06-20T23:55:39.003Z Compiling rand_chacha v0.9.0
15122026-06-20T23:55:39.056Z Compiling url v2.5.8
15132026-06-20T23:55:39.120Z Compiling rand_chacha v0.3.1
15142026-06-20T23:55:39.137Z Compiling async-trait v0.1.89
15152026-06-20T23:55:39.202Z Compiling ff v0.13.1
15162026-06-20T23:55:39.361Z Compiling rand v0.9.2
15172026-06-20T23:55:39.420Z Compiling hash32 v0.2.1
15182026-06-20T23:55:39.423Z Compiling thiserror v1.0.69
15192026-06-20T23:55:39.449Z Compiling memoffset v0.9.1
15202026-06-20T23:55:39.651Z Compiling encoding_rs v0.8.35
15212026-06-20T23:55:39.670Z Compiling dof v0.4.0
15222026-06-20T23:55:39.732Z Compiling litrs v1.0.0
15232026-06-20T23:55:39.905Z Compiling fallible-iterator v0.2.0
15242026-06-20T23:55:39.908Z Compiling psl-types v2.0.11
15252026-06-20T23:55:39.996Z Compiling proptest v1.10.0
15262026-06-20T23:55:40.021Z Compiling smoltcp v0.9.1
15272026-06-20T23:55:40.063Z Compiling zlib-rs v0.6.2
15282026-06-20T23:55:40.255Z Compiling cfg_aliases v0.2.1
15292026-06-20T23:55:40.297Z Compiling base16ct v0.2.0
15302026-06-20T23:55:40.298Z Compiling ref-cast v1.0.25
15312026-06-20T23:55:40.303Z Compiling num-bigint-dig v0.8.6
15322026-06-20T23:55:40.342Z Compiling mime v0.3.17
15332026-06-20T23:55:40.359Z Compiling rustix v0.38.44
15342026-06-20T23:55:40.362Z Compiling document-features v0.2.12
15352026-06-20T23:55:40.445Z Compiling ipnetwork v0.21.1
15362026-06-20T23:55:40.471Z Compiling sec1 v0.7.3
15372026-06-20T23:55:40.536Z Compiling nix v0.31.2
15382026-06-20T23:55:40.684Z Compiling oxnet v0.1.6
15392026-06-20T23:55:40.795Z Compiling postgres-protocol v0.6.10
15402026-06-20T23:55:40.852Z Compiling pin-project v1.1.11
15412026-06-20T23:55:40.877Z Compiling publicsuffix v2.3.0
15422026-06-20T23:55:40.893Z Compiling zerocopy v0.7.35
15432026-06-20T23:55:40.993Z Compiling darling v0.21.3
15442026-06-20T23:55:40.996Z Compiling rand v0.8.6
15452026-06-20T23:55:41.024Z Compiling group v0.13.0
15462026-06-20T23:55:41.066Z Compiling derive_builder v0.20.2
15472026-06-20T23:55:41.081Z Compiling goblin v0.8.2
15482026-06-20T23:55:41.140Z Compiling futures-executor v0.3.32
15492026-06-20T23:55:41.152Z Compiling hubpack_derive v0.1.1
15502026-06-20T23:55:41.215Z Compiling hex v0.4.3
15512026-06-20T23:55:41.230Z Compiling hkdf v0.12.4
15522026-06-20T23:55:41.306Z Compiling crypto-bigint v0.5.5
15532026-06-20T23:55:41.424Z Compiling regex v1.12.3
15542026-06-20T23:55:41.475Z Compiling curve25519-dalek-derive v0.1.1
15552026-06-20T23:55:41.479Z Compiling snafu-derive v0.8.9
15562026-06-20T23:55:41.489Z Compiling strum_macros v0.27.2
15572026-06-20T23:55:41.509Z Compiling ref-cast-impl v1.0.25
15582026-06-20T23:55:41.522Z Compiling daft-derive v0.1.7
15592026-06-20T23:55:41.535Z Compiling num-iter v0.1.45
15602026-06-20T23:55:41.877Z Compiling tokio-util v0.7.18
15612026-06-20T23:55:41.899Z Compiling tower v0.5.3
15622026-06-20T23:55:42.019Z Compiling tokio-native-tls v0.3.1
15632026-06-20T23:55:42.113Z Compiling phf_shared v0.13.1
15642026-06-20T23:55:42.167Z Compiling terminal_size v0.4.3
15652026-06-20T23:55:42.192Z Compiling lazy_static v1.5.0
15662026-06-20T23:55:42.246Z Compiling anstyle-parse v0.2.7
15672026-06-20T23:55:42.300Z Compiling vergen v9.1.0
15682026-06-20T23:55:42.316Z Compiling tower-http v0.6.8
15692026-06-20T23:55:42.333Z Compiling cargo-platform v0.3.2
15702026-06-20T23:55:42.368Z Compiling fs-err v3.3.0
15712026-06-20T23:55:42.388Z Compiling newtype-uuid v1.3.2
15722026-06-20T23:55:42.414Z Compiling ahash v0.8.12
15732026-06-20T23:55:42.457Z Compiling foldhash v0.1.5
15742026-06-20T23:55:42.513Z Compiling managed v0.8.0
15752026-06-20T23:55:42.583Z Compiling h2 v0.4.13
15762026-06-20T23:55:42.634Z Compiling libbz2-rs-sys v0.2.2
15772026-06-20T23:55:42.648Z Compiling object v0.37.3
15782026-06-20T23:55:42.663Z Compiling foldhash v0.2.0
15792026-06-20T23:55:42.754Z Compiling bitflags v1.3.2
15802026-06-20T23:55:42.769Z Compiling same-file v1.0.6
15812026-06-20T23:55:42.776Z Compiling bumpalo v3.20.2
15822026-06-20T23:55:42.842Z Compiling winnow v0.5.40
15832026-06-20T23:55:42.912Z Compiling walkdir v2.5.0
15842026-06-20T23:55:42.975Z Compiling flate2 v1.1.9
15852026-06-20T23:55:42.994Z Compiling zopfli v0.8.3
15862026-06-20T23:55:43.028Z Compiling clap_builder v4.6.0
15872026-06-20T23:55:43.050Z Compiling bzip2 v0.6.1
15882026-06-20T23:55:43.250Z Compiling hashbrown v0.16.1
15892026-06-20T23:55:43.354Z Compiling daft v0.1.7
15902026-06-20T23:55:43.391Z Compiling dof v0.3.0
15912026-06-20T23:55:43.408Z Compiling hashbrown v0.15.5
15922026-06-20T23:55:43.495Z Compiling snafu v0.8.9
15932026-06-20T23:55:43.562Z Compiling strum v0.27.2
15942026-06-20T23:55:43.604Z Compiling cargo_metadata v0.23.1
15952026-06-20T23:55:43.675Z Compiling anstream v0.6.21
15962026-06-20T23:55:43.693Z Compiling phf v0.13.1
15972026-06-20T23:55:43.851Z Compiling elliptic-curve v0.13.8
15982026-06-20T23:55:43.868Z Compiling signal-hook-mio v0.2.5
15992026-06-20T23:55:44.003Z Compiling cookie_store v0.22.1
16002026-06-20T23:55:44.003Z Compiling hubpack v0.1.2
16012026-06-20T23:55:44.030Z Compiling bzip2 v0.4.4
16022026-06-20T23:55:44.093Z Compiling usdt-macro v0.6.0
16032026-06-20T23:55:44.135Z Compiling toml_edit v0.19.15
16042026-06-20T23:55:44.261Z Compiling usdt-attr-macro v0.6.0
16052026-06-20T23:55:44.275Z Compiling futures v0.3.32
16062026-06-20T23:55:44.302Z Compiling postgres-types v0.2.12
16072026-06-20T23:55:44.312Z Compiling serde_with_macros v3.17.0
16082026-06-20T23:55:44.469Z Compiling zstd v0.13.3
16092026-06-20T23:55:44.692Z Compiling dtrace-parser v0.2.0
16102026-06-20T23:55:44.711Z Compiling globset v0.4.18
16112026-06-20T23:55:44.755Z Compiling ed25519 v2.2.3
16122026-06-20T23:55:44.882Z Compiling pkcs1 v0.7.5
16132026-06-20T23:55:44.898Z Compiling olpc-cjson v0.1.4
16142026-06-20T23:55:44.995Z Compiling serde-big-array v0.5.1
16152026-06-20T23:55:45.127Z Compiling serde_plain v1.0.2
16162026-06-20T23:55:45.173Z Compiling rfc6979 v0.4.0
16172026-06-20T23:55:45.189Z Compiling async-recursion v1.1.1
16182026-06-20T23:55:45.313Z Compiling strum_macros v0.26.4
16192026-06-20T23:55:45.328Z Compiling enum-as-inner v0.6.1
16202026-06-20T23:55:45.355Z Compiling clap_derive v4.6.1
16212026-06-20T23:55:45.490Z Compiling serde_repr v0.1.20
16222026-06-20T23:55:45.517Z Compiling phf_shared v0.11.3
16232026-06-20T23:55:45.520Z Compiling float-cmp v0.10.0
16242026-06-20T23:55:45.571Z Compiling pem v3.0.6
16252026-06-20T23:55:45.689Z Compiling hyper v1.8.1
16262026-06-20T23:55:45.712Z Compiling thread-id v4.2.2
16272026-06-20T23:55:45.741Z Compiling memmap2 v0.9.10
16282026-06-20T23:55:45.817Z Compiling env_filter v1.0.0
16292026-06-20T23:55:45.881Z Compiling normalize-line-endings v0.3.0
16302026-06-20T23:55:45.898Z Compiling data-encoding v2.10.0
16312026-06-20T23:55:45.930Z Compiling whoami v2.1.0
16322026-06-20T23:55:45.985Z Compiling keccak v0.1.6
16332026-06-20T23:55:46.002Z Compiling fixedbitset v0.5.7
16342026-06-20T23:55:46.089Z Compiling new_debug_unreachable v1.0.6
16352026-06-20T23:55:46.126Z Compiling typed-path v0.9.3
16362026-06-20T23:55:46.160Z Compiling jiff v0.2.21
16372026-06-20T23:55:46.175Z Compiling fixedbitset v0.4.2
16382026-06-20T23:55:46.338Z Compiling static_assertions v1.1.0
16392026-06-20T23:55:46.343Z Compiling difflib v0.4.0
16402026-06-20T23:55:46.420Z Compiling predicates-core v1.0.10
16412026-06-20T23:55:46.434Z Compiling precomputed-hash v0.1.1
16422026-06-20T23:55:46.543Z Compiling either v1.15.0
16432026-06-20T23:55:46.622Z Compiling predicates v3.1.4
16442026-06-20T23:55:46.640Z Compiling toml_edit v0.22.27
16452026-06-20T23:55:46.654Z Compiling string_cache v0.8.9
16462026-06-20T23:55:46.778Z Compiling itertools v0.13.0
16472026-06-20T23:55:46.830Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16482026-06-20T23:55:46.918Z Compiling hyper-util v0.1.20
16492026-06-20T23:55:46.932Z Compiling petgraph v0.6.5
16502026-06-20T23:55:46.954Z Compiling petgraph v0.8.3
16512026-06-20T23:55:47.009Z Compiling hickory-proto v0.25.2
16522026-06-20T23:55:47.163Z Compiling strum v0.26.3
16532026-06-20T23:55:47.243Z Compiling clap v4.6.1
16542026-06-20T23:55:47.315Z Compiling tokio-postgres v0.7.16
16552026-06-20T23:55:47.330Z Compiling sha3 v0.10.8
16562026-06-20T23:55:47.344Z Compiling env_logger v0.11.9
16572026-06-20T23:55:47.406Z Compiling usdt v0.6.0
16582026-06-20T23:55:47.421Z Compiling usdt-impl v0.5.0
16592026-06-20T23:55:47.699Z Compiling toml v0.7.8
16602026-06-20T23:55:47.726Z Compiling serde_with v3.17.0
16612026-06-20T23:55:47.808Z Compiling crossterm v0.28.1
16622026-06-20T23:55:48.120Z Compiling ecdsa v0.16.9
16632026-06-20T23:55:48.123Z Compiling rsa v0.9.10
16642026-06-20T23:55:48.395Z Compiling hyper-tls v0.6.0
16652026-06-20T23:55:48.546Z Compiling ed25519-dalek v2.2.0
16662026-06-20T23:55:48.771Z Compiling zip v0.6.6
16672026-06-20T23:55:48.987Z Compiling zip v4.6.1
16682026-06-20T23:55:49.005Z Compiling iddqd v0.4.2
16692026-06-20T23:55:49.485Z Compiling toml_parser v1.0.9+spec-1.1.0
16702026-06-20T23:55:49.510Z Compiling tokio-stream v0.1.18
16712026-06-20T23:55:49.525Z Compiling buf-list v1.1.2
16722026-06-20T23:55:49.540Z Compiling similar v2.7.0
16732026-06-20T23:55:49.616Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16742026-06-20T23:55:49.630Z Compiling openapiv3 v2.2.0
16752026-06-20T23:55:49.779Z Compiling x509-cert v0.2.5
16762026-06-20T23:55:49.824Z Compiling sha1 v0.10.6
16772026-06-20T23:55:49.944Z Compiling crossbeam-epoch v0.9.18
16782026-06-20T23:55:49.983Z Compiling peg-runtime v0.8.5
16792026-06-20T23:55:50.005Z Compiling lalrpop-util v0.19.12
16802026-06-20T23:55:50.092Z Compiling thread_local v1.1.9
16812026-06-20T23:55:50.174Z Compiling slog-async v2.8.0
16822026-06-20T23:55:50.234Z Compiling crossbeam-channel v0.5.15
16832026-06-20T23:55:50.249Z Compiling is-terminal v0.4.17
16842026-06-20T23:55:50.320Z Compiling filetime v0.2.27
16852026-06-20T23:55:50.340Z Compiling take_mut v0.2.2
16862026-06-20T23:55:50.354Z Compiling xattr v1.6.1
16872026-06-20T23:55:50.371Z Compiling term v1.2.1
16882026-06-20T23:55:50.550Z Compiling tar v0.4.45
16892026-06-20T23:55:50.725Z Compiling slog-term v2.9.2
16902026-06-20T23:56:08.302Z Compiling rustls-webpki v0.103.9
16912026-06-20T23:56:11.095Z Compiling tokio-rustls v0.26.4
16922026-06-20T23:56:11.096Z Compiling rustls-platform-verifier v0.6.2
16932026-06-20T23:56:11.308Z Compiling hyper-rustls v0.27.7
16942026-06-20T23:56:11.552Z Compiling reqwest v0.12.28
16952026-06-20T23:56:11.571Z Compiling reqwest v0.13.2
16962026-06-20T23:56:12.758Z Compiling tough v0.22.0
16972026-06-20T23:56:15.273Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16982026-06-20T23:56:15.506Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16992026-06-20T23:56:18.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s
17002026-06-20T23:56:18.508Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17012026-06-20T23:56:18.534ZJun 20 23:56:18.413 INFO Starting download, target: Clickhouse
17022026-06-20T23:56:18.534ZJun 20 23:56:18.414 INFO Starting download, target: Console
17032026-06-20T23:56:18.534ZJun 20 23:56:18.414 INFO Starting download, target: Cockroach
17042026-06-20T23:56:18.534ZJun 20 23:56:18.414 INFO Starting download, target: DendriteStub
17052026-06-20T23:56:18.534ZJun 20 23:56:18.414 INFO Starting download, target: MaghemiteMgd
17062026-06-20T23:56:18.534ZJun 20 23:56:18.414 INFO Starting download, target: MaghemiteDdmd
17072026-06-20T23:56:18.534ZJun 20 23:56:18.414 INFO Starting download, target: TransceiverControl
17082026-06-20T23:56:18.555ZJun 20 23:56:18.414 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17092026-06-20T23:56:18.555ZJun 20 23:56:18.414 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17102026-06-20T23:56:18.555ZJun 20 23:56:18.414 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17112026-06-20T23:56:18.556ZJun 20 23:56:18.414 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17122026-06-20T23:56:18.556ZJun 20 23:56:18.414 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17132026-06-20T23:56:18.556ZJun 20 23:56:18.414 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17142026-06-20T23:56:18.556ZJun 20 23:56:18.415 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17152026-06-20T23:56:19.202ZJun 20 23:56:19.076 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17162026-06-20T23:56:19.436ZJun 20 23:56:19.285 INFO Download complete, target: TransceiverControl
17172026-06-20T23:56:19.487ZJun 20 23:56:19.361 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17182026-06-20T23:56:19.734ZJun 20 23:56:19.601 INFO Download complete, target: Console
17192026-06-20T23:56:20.353ZJun 20 23:56:20.234 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17202026-06-20T23:56:20.999ZJun 20 23:56:20.824 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17212026-06-20T23:56:21.397ZJun 20 23:56:21.279 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17222026-06-20T23:56:21.498ZJun 20 23:56:21.378 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17232026-06-20T23:56:21.843ZJun 20 23:56:21.726 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17242026-06-20T23:56:21.843ZJun 20 23:56:21.726 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17252026-06-20T23:56:22.839ZJun 20 23:56:22.723 INFO Download complete, target: MaghemiteDdmd
17262026-06-20T23:56:24.084ZJun 20 23:56:23.967 INFO Download complete, target: DendriteStub
17272026-06-20T23:56:24.107ZJun 20 23:56:23.990 INFO Download complete, target: MaghemiteMgd
17282026-06-20T23:56:26.658ZJun 20 23:56:26.542 INFO Checking that binary works, target: Cockroach
17292026-06-20T23:56:26.782ZJun 20 23:56:26.666 INFO Download complete, target: Cockroach
17302026-06-20T23:56:27.177ZJun 20 23:56:27.060 INFO Checking that binary works, target: Clickhouse
17312026-06-20T23:56:27.260ZJun 20 23:56:27.142 INFO Download complete, target: Clickhouse
17322026-06-20T23:56:27.264ZAll prerequisites installed successfully
17332026-06-20T23:56:27.267Z
17342026-06-20T23:56:27.267Zreal 2:19.614560739
17352026-06-20T23:56:27.267Zuser 6:53.720439808
17362026-06-20T23:56:27.267Zsys 1:45.886583518
17372026-06-20T23:56:27.267Ztrap 0.269323503
17382026-06-20T23:56:27.267Ztflt 1.245206581
17392026-06-20T23:56:27.267Zdflt 2.065375965
17402026-06-20T23:56:27.267Zkflt 0.025250665
17412026-06-20T23:56:27.267Zlock 22:50.772421485
17422026-06-20T23:56:27.267Zslp 19:55.717590180
17432026-06-20T23:56:27.267Zlat 26.782481525
17442026-06-20T23:56:27.267Zstop 2:50.034306496
17452026-06-20T23:56:27.268Z+ ptime -m cargo xtask download softnpu
17462026-06-20T23:56:27.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
17472026-06-20T23:56:27.743Z Running `target/debug/xtask download softnpu`
17482026-06-20T23:56:28.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
17492026-06-20T23:56:28.514Z Running `target/debug/xtask-downloader softnpu`
17502026-06-20T23:56:28.551ZJun 20 23:56:28.434 INFO Starting download, target: Softnpu
17512026-06-20T23:56:28.557ZJun 20 23:56:28.434 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17522026-06-20T23:56:31.055ZJun 20 23:56:30.939 INFO Download complete, target: Softnpu
17532026-06-20T23:56:31.059Z
17542026-06-20T23:56:31.062Zreal 3.787873817
17552026-06-20T23:56:31.062Zuser 1.270085940
17562026-06-20T23:56:31.062Zsys 0.602571466
17572026-06-20T23:56:31.062Ztrap 0.000553290
17582026-06-20T23:56:31.062Ztflt 0.000400190
17592026-06-20T23:56:31.062Zdflt 0.000113270
17602026-06-20T23:56:31.062Zkflt 0.000000000
17612026-06-20T23:56:31.062Zlock 45.369693116
17622026-06-20T23:56:31.062Zslp 2.358560991
17632026-06-20T23:56:31.062Zlat 0.078305615
17642026-06-20T23:56:31.062Zstop 0.000216020
17652026-06-20T23:56:31.062Z+ export CARGO_INCREMENTAL=0
17662026-06-20T23:56:31.062Z+ CARGO_INCREMENTAL=0
17672026-06-20T23:56:31.062Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17682026-06-20T23:56:31.977Z Compiling proc-macro2 v1.0.106
17692026-06-20T23:56:31.978Z Compiling quote v1.0.45
17702026-06-20T23:56:31.978Z Compiling unicode-ident v1.0.24
17712026-06-20T23:56:32.030Z Compiling libc v0.2.185
17722026-06-20T23:56:32.030Z Compiling serde_core v1.0.228
17732026-06-20T23:56:32.030Z Compiling serde v1.0.228
17742026-06-20T23:56:32.030Z Compiling cfg-if v1.0.4
17752026-06-20T23:56:32.030Z Compiling version_check v0.9.5
17762026-06-20T23:56:32.030Z Compiling shlex v1.3.0
17772026-06-20T23:56:32.030Z Compiling find-msvc-tools v0.1.9
17782026-06-20T23:56:32.030Z Compiling typenum v1.19.0
17792026-06-20T23:56:32.030Z Compiling autocfg v1.5.0
17802026-06-20T23:56:32.099Z Compiling zmij v1.0.21
17812026-06-20T23:56:32.099Z Compiling memchr v2.8.0
17822026-06-20T23:56:32.099Z Compiling serde_json v1.0.149
17832026-06-20T23:56:32.328Z Compiling portable-atomic v1.13.1
17842026-06-20T23:56:32.348Z Compiling libm v0.2.16
17852026-06-20T23:56:32.366Z Compiling zerocopy v0.8.40
17862026-06-20T23:56:32.388Z Compiling parking_lot_core v0.9.12
17872026-06-20T23:56:32.494Z Compiling generic-array v0.14.7
17882026-06-20T23:56:32.534Z Compiling smallvec v1.15.1
17892026-06-20T23:56:32.594Z Compiling icu_properties_data v2.1.2
17902026-06-20T23:56:32.748Z Compiling icu_normalizer_data v2.1.1
17912026-06-20T23:56:32.748Z Compiling num-traits v0.2.19
17922026-06-20T23:56:32.831Z Compiling itoa v1.0.17
17932026-06-20T23:56:32.831Z Compiling getrandom v0.4.1
17942026-06-20T23:56:32.831Z Compiling log v0.4.29
17952026-06-20T23:56:32.831Z Compiling stable_deref_trait v1.2.1
17962026-06-20T23:56:32.959Z Compiling pkg-config v0.3.32
17972026-06-20T23:56:32.959Z Compiling subtle v2.6.1
17982026-06-20T23:56:32.993Z Compiling jobserver v0.1.34
17992026-06-20T23:56:32.994Z Compiling getrandom v0.2.17
18002026-06-20T23:56:33.083Z Compiling errno v0.3.14
18012026-06-20T23:56:33.160Z Compiling scopeguard v1.2.0
18022026-06-20T23:56:33.188Z Compiling rand_core v0.6.4
18032026-06-20T23:56:33.225Z Compiling cc v1.2.56
18042026-06-20T23:56:33.226Z Compiling lock_api v0.4.14
18052026-06-20T23:56:33.305Z Compiling litemap v0.8.1
18062026-06-20T23:56:33.340Z Compiling percent-encoding v2.3.2
18072026-06-20T23:56:33.483Z Compiling fnv v1.0.7
18082026-06-20T23:56:33.563Z Compiling writeable v0.6.2
18092026-06-20T23:56:33.564Z Compiling syn v2.0.117
18102026-06-20T23:56:33.564Z Compiling pin-project-lite v0.2.17
18112026-06-20T23:56:33.725Z Compiling thiserror v2.0.18
18122026-06-20T23:56:33.725Z Compiling getrandom v0.3.4
18132026-06-20T23:56:33.757Z Compiling equivalent v1.0.2
18142026-06-20T23:56:33.757Z Compiling rand_core v0.10.0
18152026-06-20T23:56:33.757Z Compiling fs_extra v1.3.0
18162026-06-20T23:56:33.810Z Compiling schemars v0.8.22
18172026-06-20T23:56:33.810Z Compiling dunce v1.0.5
18182026-06-20T23:56:33.810Z Compiling rustversion v1.0.22
18192026-06-20T23:56:33.929Z Compiling rustix v1.1.3
18202026-06-20T23:56:33.963Z Compiling critical-section v1.2.0
18212026-06-20T23:56:33.987Z Compiling cmake v0.1.57
18222026-06-20T23:56:34.015Z Compiling utf8_iter v1.0.4
18232026-06-20T23:56:34.084Z Compiling form_urlencoded v1.2.2
18242026-06-20T23:56:34.137Z Compiling hashbrown v0.17.0
18252026-06-20T23:56:34.190Z Compiling signal-hook-registry v1.4.8
18262026-06-20T23:56:34.240Z Compiling const-oid v0.9.6
18272026-06-20T23:56:34.342Z Compiling once_cell v1.21.3
18282026-06-20T23:56:34.993Z Compiling semver v1.0.28
18292026-06-20T23:56:35.551Z Compiling ring v0.17.14
18302026-06-20T23:56:35.551Z Compiling bitflags v2.11.0
18312026-06-20T23:56:35.551Z Compiling aws-lc-sys v0.40.0
18322026-06-20T23:56:35.552Z Compiling indexmap v2.14.0
18332026-06-20T23:56:35.552Z Compiling parking_lot v0.12.5
18342026-06-20T23:56:35.552Z Compiling mio v1.2.0
18352026-06-20T23:56:35.552Z Compiling socket2 v0.6.3
18362026-06-20T23:56:35.552Z Compiling aws-lc-rs v1.16.3
18372026-06-20T23:56:35.552Z Compiling futures-core v0.3.32
18382026-06-20T23:56:35.552Z Compiling httparse v1.10.1
18392026-06-20T23:56:35.552Z Compiling strsim v0.11.1
18402026-06-20T23:56:35.552Z Compiling thiserror v1.0.69
18412026-06-20T23:56:35.669Z Compiling vcpkg v0.2.15
18422026-06-20T23:56:35.669Z Compiling ucd-trie v0.1.7
18432026-06-20T23:56:35.671Z Compiling byteorder v1.5.0
18442026-06-20T23:56:35.671Z Compiling iana-time-zone v0.1.65
18452026-06-20T23:56:35.671Z Compiling pest v2.8.6
18462026-06-20T23:56:35.671Z Compiling ident_case v1.0.1
18472026-06-20T23:56:35.671Z Compiling syn v1.0.109
18482026-06-20T23:56:35.671Z Compiling heck v0.5.0
18492026-06-20T23:56:35.671Z Compiling regex-syntax v0.8.10
18502026-06-20T23:56:35.671Z Compiling uuid v1.23.0
18512026-06-20T23:56:35.671Z Compiling cpufeatures v0.2.17
18522026-06-20T23:56:35.711Z Compiling openssl-sys v0.9.115
18532026-06-20T23:56:35.788Z Compiling rustls v0.23.37
18542026-06-20T23:56:35.828Z Compiling rustc_version v0.4.1
18552026-06-20T23:56:35.860Z Compiling futures-sink v0.3.32
18562026-06-20T23:56:35.973Z Compiling futures-channel v0.3.32
18572026-06-20T23:56:36.212Z Compiling aho-corasick v1.1.4
18582026-06-20T23:56:36.270Z Compiling dyn-clone v1.0.20
18592026-06-20T23:56:36.271Z Compiling futures-task v0.3.32
18602026-06-20T23:56:36.271Z Compiling futures-io v0.3.32
18612026-06-20T23:56:36.304Z Compiling slab v0.4.12
18622026-06-20T23:56:36.381Z Compiling synstructure v0.13.2
18632026-06-20T23:56:36.435Z Compiling serde_derive_internals v0.29.1
18642026-06-20T23:56:36.553Z Compiling plain v0.2.3
18652026-06-20T23:56:36.571Z Compiling pest_meta v2.8.6
18662026-06-20T23:56:36.571Z Compiling crc32fast v1.5.0
18672026-06-20T23:56:36.642Z Compiling openssl v0.10.79
18682026-06-20T23:56:36.701Z Compiling base64 v0.22.1
18692026-06-20T23:56:36.772Z Compiling time-core v0.1.8
18702026-06-20T23:56:36.810Z Compiling crossbeam-utils v0.8.21
18712026-06-20T23:56:36.900Z Compiling num-conv v0.2.0
18722026-06-20T23:56:36.960Z Compiling pretty-hex v0.4.1
18732026-06-20T23:56:37.008Z Compiling regex-automata v0.4.14
18742026-06-20T23:56:37.031Z Compiling time-macros v0.2.27
18752026-06-20T23:56:37.078Z Compiling pest_generator v2.8.6
18762026-06-20T23:56:37.078Z Compiling base64ct v1.8.3
18772026-06-20T23:56:37.114Z Compiling anyhow v1.0.102
18782026-06-20T23:56:37.114Z Compiling native-tls v0.2.18
18792026-06-20T23:56:37.133Z Compiling darling_core v0.21.3
18802026-06-20T23:56:37.315Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18812026-06-20T23:56:37.369Z Compiling pem-rfc7468 v0.7.0
18822026-06-20T23:56:37.423Z Compiling flagset v0.4.7
18832026-06-20T23:56:37.458Z Compiling rand_core v0.9.5
18842026-06-20T23:56:37.587Z Compiling serde_derive v1.0.228
18852026-06-20T23:56:37.641Z Compiling zeroize_derive v1.4.3
18862026-06-20T23:56:37.693Z Compiling zerofrom-derive v0.1.6
18872026-06-20T23:56:37.693Z Compiling yoke-derive v0.8.1
18882026-06-20T23:56:37.693Z Compiling zerovec-derive v0.11.2
18892026-06-20T23:56:37.757Z Compiling displaydoc v0.2.5
18902026-06-20T23:56:37.757Z Compiling zerocopy-derive v0.8.40
18912026-06-20T23:56:37.796Z Compiling tokio-macros v2.7.0
18922026-06-20T23:56:37.797Z Compiling futures-macro v0.3.32
18932026-06-20T23:56:37.994Z Compiling thiserror-impl v2.0.18
18942026-06-20T23:56:38.213Z Compiling zeroize v1.8.2
18952026-06-20T23:56:38.483Z Compiling schemars_derive v0.8.22
18962026-06-20T23:56:38.531Z Compiling tracing-attributes v0.1.31
18972026-06-20T23:56:38.610Z Compiling der_derive v0.7.3
18982026-06-20T23:56:38.702Z Compiling thiserror-impl v1.0.69
18992026-06-20T23:56:38.759Z Compiling zerofrom v0.1.6
19002026-06-20T23:56:38.949Z Compiling yoke v0.8.1
19012026-06-20T23:56:39.003Z Compiling crypto-common v0.1.7
19022026-06-20T23:56:39.177Z Compiling zerovec v0.11.5
19032026-06-20T23:56:39.191Z Compiling zerotrie v0.2.3
19042026-06-20T23:56:39.290Z Compiling block-buffer v0.10.4
19052026-06-20T23:56:39.468Z Compiling digest v0.10.7
19062026-06-20T23:56:39.655Z Compiling pest_derive v2.8.6
19072026-06-20T23:56:39.670Z Compiling futures-util v0.3.32
19082026-06-20T23:56:39.747Z Compiling tinystr v0.8.2
19092026-06-20T23:56:39.763Z Compiling potential_utf v0.1.4
19102026-06-20T23:56:39.765Z Compiling hmac v0.12.1
19112026-06-20T23:56:39.898Z Compiling icu_collections v2.1.1
19122026-06-20T23:56:39.940Z Compiling icu_locale_core v2.1.1
19132026-06-20T23:56:39.981Z Compiling block-padding v0.3.3
19142026-06-20T23:56:39.995Z Compiling sha2 v0.10.9
19152026-06-20T23:56:40.146Z Compiling inout v0.1.4
19162026-06-20T23:56:40.192Z Compiling rustls-pki-types v1.14.0
19172026-06-20T23:56:40.375Z Compiling cipher v0.4.4
19182026-06-20T23:56:40.528Z Compiling openssl-macros v0.1.1
19192026-06-20T23:56:40.628Z Compiling scroll_derive v0.12.1
19202026-06-20T23:56:40.711Z Compiling icu_provider v2.1.1
19212026-06-20T23:56:40.795Z Compiling bytes v1.11.1
19222026-06-20T23:56:40.867Z Compiling chrono v0.4.44
19232026-06-20T23:56:40.938Z Compiling icu_properties v2.1.2
19242026-06-20T23:56:41.049Z Compiling icu_normalizer v2.1.1
19252026-06-20T23:56:41.159Z Compiling serde_tokenstream v0.2.3
19262026-06-20T23:56:41.284Z Compiling scroll_derive v0.13.1
19272026-06-20T23:56:41.411Z Compiling tokio v1.52.1
19282026-06-20T23:56:42.075Z Compiling idna_adapter v1.2.1
19292026-06-20T23:56:42.218Z Compiling idna v1.1.0
19302026-06-20T23:56:42.242Z Compiling ppv-lite86 v0.2.21
19312026-06-20T23:56:42.423Z Compiling http v1.4.0
19322026-06-20T23:56:42.479Z Compiling der v0.7.10
19332026-06-20T23:56:42.549Z Compiling darling_macro v0.21.3
19342026-06-20T23:56:42.589Z Compiling url v2.5.8
19352026-06-20T23:56:42.593Z Compiling regex v1.12.3
19362026-06-20T23:56:42.694Z Compiling zerocopy-derive v0.7.35
19372026-06-20T23:56:42.760Z Compiling slog v2.8.2
19382026-06-20T23:56:43.032Z Compiling tracing-core v0.1.36
19392026-06-20T23:56:43.358Z Compiling untrusted v0.9.0
19402026-06-20T23:56:43.513Z Compiling tracing v0.1.44
19412026-06-20T23:56:43.834Z Compiling spki v0.7.3
19422026-06-20T23:56:43.956Z Compiling darling v0.21.3
19432026-06-20T23:56:44.055Z Compiling salsa20 v0.10.2
19442026-06-20T23:56:44.113Z Compiling pbkdf2 v0.12.2
19452026-06-20T23:56:44.461Z Compiling cookie v0.18.1
19462026-06-20T23:56:44.659Z Compiling camino v1.2.2
19472026-06-20T23:56:44.861Z Compiling scrypt v0.11.0
19482026-06-20T23:56:44.876Z Compiling http-body v1.0.1
19492026-06-20T23:56:44.971Z Compiling rand_chacha v0.9.0
19502026-06-20T23:56:44.990Z Compiling cbc v0.1.2
19512026-06-20T23:56:45.009Z Compiling aes v0.8.4
19522026-06-20T23:56:45.117Z Compiling usdt-impl v0.5.0
19532026-06-20T23:56:45.135Z Compiling openssl-probe v0.2.1
19542026-06-20T23:56:45.138Z Compiling paste v1.0.15
19552026-06-20T23:56:45.168Z Compiling tokio-util v0.7.18
19562026-06-20T23:56:45.311Z Compiling ref-cast v1.0.25
19572026-06-20T23:56:45.363Z Compiling winnow v0.7.14
19582026-06-20T23:56:45.379Z Compiling tinyvec_macros v0.1.1
19592026-06-20T23:56:45.407Z Compiling usdt-impl v0.6.0
19602026-06-20T23:56:45.432Z Compiling unicode-segmentation v1.12.0
19612026-06-20T23:56:45.465Z Compiling either v1.15.0
19622026-06-20T23:56:45.624Z Compiling fastrand v2.3.0
19632026-06-20T23:56:45.646Z Compiling untrusted v0.7.1
19642026-06-20T23:56:45.678Z Compiling tinyvec v1.10.0
19652026-06-20T23:56:45.774Z Compiling pkcs5 v0.7.1
19662026-06-20T23:56:45.825Z Compiling rand v0.9.2
19672026-06-20T23:56:46.148Z Compiling scroll v0.13.0
19682026-06-20T23:56:46.211Z Compiling scroll v0.12.0
19692026-06-20T23:56:46.232Z Compiling serde_spanned v0.6.9
19702026-06-20T23:56:46.271Z Compiling toml_datetime v0.6.11
19712026-06-20T23:56:46.487Z Compiling async-trait v0.1.89
19722026-06-20T23:56:46.558Z Compiling heapless v0.7.17
19732026-06-20T23:56:46.607Z Compiling bzip2-sys v0.1.13+1.0.8
19742026-06-20T23:56:46.607Z Compiling rustix v0.38.44
19752026-06-20T23:56:46.607Z Compiling zstd-safe v7.2.4
19762026-06-20T23:56:46.607Z Compiling signal-hook v0.3.18
19772026-06-20T23:56:46.800Z Compiling atomic-waker v1.1.2
19782026-06-20T23:56:46.857Z Compiling try-lock v0.2.5
19792026-06-20T23:56:46.966Z Compiling tower-service v0.3.3
19802026-06-20T23:56:46.966Z Compiling tower-layer v0.3.3
19812026-06-20T23:56:47.029Z Compiling toml_parser v1.0.9+spec-1.1.0
19822026-06-20T23:56:47.029Z Compiling want v0.3.1
19832026-06-20T23:56:47.029Z Compiling h2 v0.4.13
19842026-06-20T23:56:47.100Z Compiling goblin v0.8.2
19852026-06-20T23:56:47.182Z Compiling goblin v0.10.5
19862026-06-20T23:56:47.301Z Compiling pkcs8 v0.10.2
19872026-06-20T23:56:47.478Z Compiling heck v0.4.1
19882026-06-20T23:56:47.528Z Compiling zerocopy v0.7.35
19892026-06-20T23:56:47.575Z Compiling ipnet v2.11.0
19902026-06-20T23:56:47.681Z Compiling ref-cast-impl v1.0.25
19912026-06-20T23:56:47.748Z Compiling darling_core v0.20.11
19922026-06-20T23:56:47.790Z Compiling curve25519-dalek v4.1.3
19932026-06-20T23:56:47.853Z Compiling memoffset v0.9.1
19942026-06-20T23:56:48.114Z Compiling httpdate v1.0.3
19952026-06-20T23:56:48.267Z Compiling pin-utils v0.1.0
19962026-06-20T23:56:48.316Z Compiling utf8parse v0.2.2
19972026-06-20T23:56:48.335Z Compiling litrs v1.0.0
19982026-06-20T23:56:48.357Z Compiling foreign-types-shared v0.1.1
19992026-06-20T23:56:48.446Z Compiling winnow v0.5.40
20002026-06-20T23:56:48.461Z Compiling foreign-types v0.3.2
20012026-06-20T23:56:48.497Z Compiling tempfile v3.25.0
20022026-06-20T23:56:48.834Z Compiling document-features v0.2.12
20032026-06-20T23:56:49.092Z Compiling unicode-normalization v0.1.25
20042026-06-20T23:56:49.387Z Compiling dof v0.3.0
20052026-06-20T23:56:49.581Z Compiling dtrace-parser v0.2.0
20062026-06-20T23:56:49.685Z Compiling darling_macro v0.20.11
20072026-06-20T23:56:49.794Z Compiling toml_edit v0.19.15
20082026-06-20T23:56:49.865Z Compiling dof v0.4.0
20092026-06-20T23:56:49.971Z Compiling hyper v1.8.1
20102026-06-20T23:56:50.053Z Compiling dtrace-parser v0.3.0
20112026-06-20T23:56:50.349Z Compiling daft-derive v0.1.7
20122026-06-20T23:56:50.364Z Compiling pin-project-internal v1.1.11
20132026-06-20T23:56:50.496Z Compiling spin v0.9.8
20142026-06-20T23:56:50.541Z Compiling thread-id v5.1.0
20152026-06-20T23:56:50.654Z Compiling thread-id v4.2.2
20162026-06-20T23:56:50.669Z Compiling socket2 v0.5.10
20172026-06-20T23:56:50.683Z Compiling powerfmt v0.2.0
20182026-06-20T23:56:50.731Z Compiling num-bigint-dig v0.8.6
20192026-06-20T23:56:50.757Z Compiling cfg_aliases v0.2.1
20202026-06-20T23:56:50.931Z Compiling anstyle v1.0.14
20212026-06-20T23:56:50.963Z Compiling smoltcp v0.9.1
20222026-06-20T23:56:51.063Z Compiling hyper-util v0.1.20
20232026-06-20T23:56:51.079Z Compiling nix v0.31.2
20242026-06-20T23:56:51.082Z Compiling deranged v0.5.8
20252026-06-20T23:56:51.449Z Compiling darling v0.20.11
20262026-06-20T23:56:51.488Z Compiling rustls-native-certs v0.8.3
20272026-06-20T23:56:51.577Z Compiling ipnetwork v0.21.1
20282026-06-20T23:56:51.846Z Compiling curve25519-dalek-derive v0.1.1
20292026-06-20T23:56:51.904Z Compiling strum_macros v0.26.4
20302026-06-20T23:56:52.056Z Compiling sync_wrapper v1.0.2
20312026-06-20T23:56:52.158Z Compiling wait-timeout v0.2.1
20322026-06-20T23:56:52.240Z Compiling quick-error v1.2.3
20332026-06-20T23:56:52.478Z Compiling colorchoice v1.0.4
20342026-06-20T23:56:52.579Z Compiling anstyle-query v1.1.5
20352026-06-20T23:56:52.612Z Compiling bit-vec v0.8.0
20362026-06-20T23:56:52.631Z Compiling num_threads v0.1.7
20372026-06-20T23:56:52.741Z Compiling siphasher v1.0.2
20382026-06-20T23:56:52.757Z Compiling simd-adler32 v0.3.8
20392026-06-20T23:56:52.811Z Compiling is_terminal_polyfill v1.70.2
20402026-06-20T23:56:52.863Z Compiling time v0.3.47
20412026-06-20T23:56:52.877Z Compiling bit-set v0.8.0
20422026-06-20T23:56:52.976Z Compiling rusty-fork v0.3.1
20432026-06-20T23:56:53.038Z Compiling tower v0.5.3
20442026-06-20T23:56:53.265Z Compiling derive_builder_core v0.20.2
20452026-06-20T23:56:53.284Z Compiling snafu-derive v0.8.9
20462026-06-20T23:56:53.500Z Compiling http-body-util v0.1.3
20472026-06-20T23:56:53.787Z Compiling webpki-roots v1.0.6
20482026-06-20T23:56:53.827Z Compiling signature v2.2.0
20492026-06-20T23:56:53.907Z Compiling hubpack_derive v0.1.1
20502026-06-20T23:56:53.934Z Compiling rand_xorshift v0.4.0
20512026-06-20T23:56:54.002Z Compiling strum_macros v0.27.2
20522026-06-20T23:56:54.122Z Compiling fs-err v3.3.0
20532026-06-20T23:56:54.155Z Compiling ahash v0.8.12
20542026-06-20T23:56:54.390Z Compiling ryu v1.0.23
20552026-06-20T23:56:54.472Z Compiling adler2 v2.0.1
20562026-06-20T23:56:54.568Z Compiling unicode-properties v0.1.4
20572026-06-20T23:56:54.584Z Compiling unicode-bidi v0.3.18
20582026-06-20T23:56:54.689Z Compiling allocator-api2 v0.2.21
20592026-06-20T23:56:54.723Z Compiling object v0.37.3
20602026-06-20T23:56:54.807Z Compiling iri-string v0.7.10
20612026-06-20T23:56:54.972Z Compiling unarray v0.1.4
20622026-06-20T23:56:54.993Z Compiling stringprep v0.1.5
20632026-06-20T23:56:55.022Z Compiling miniz_oxide v0.8.9
20642026-06-20T23:56:55.053Z Compiling serde_urlencoded v0.7.1
20652026-06-20T23:56:55.103Z Compiling proptest v1.10.0
20662026-06-20T23:56:55.474Z Compiling derive_builder_macro v0.20.2
20672026-06-20T23:56:55.593Z Compiling tokio-native-tls v0.3.1
20682026-06-20T23:56:55.791Z Compiling usdt-attr-macro v0.6.0
20692026-06-20T23:56:55.826Z Compiling usdt-macro v0.6.0
20702026-06-20T23:56:55.957Z Compiling tower-http v0.6.8
20712026-06-20T23:56:56.161Z Compiling anstyle-parse v1.0.0
20722026-06-20T23:56:56.455Z Compiling rand_chacha v0.3.1
20732026-06-20T23:56:56.471Z Compiling erased-serde v0.3.31
20742026-06-20T23:56:56.565Z Compiling md-5 v0.10.6
20752026-06-20T23:56:56.583Z Compiling bstr v1.12.1
20762026-06-20T23:56:56.620Z Compiling num-integer v0.1.46
20772026-06-20T23:56:56.634Z Compiling hash32 v0.2.1
20782026-06-20T23:56:56.785Z Compiling vergen-lib v9.1.0
20792026-06-20T23:56:56.840Z Compiling ff v0.13.1
20802026-06-20T23:56:56.873Z Compiling encoding_rs v0.8.35
20812026-06-20T23:56:56.931Z Compiling mime v0.3.17
20822026-06-20T23:56:56.954Z Compiling psl-types v2.0.11
20832026-06-20T23:56:56.992Z Compiling fallible-iterator v0.2.0
20842026-06-20T23:56:57.009Z Compiling zlib-rs v0.6.2
20852026-06-20T23:56:57.111Z Compiling base16ct v0.2.0
20862026-06-20T23:56:57.279Z Compiling postgres-protocol v0.6.10
20872026-06-20T23:56:57.279Z Compiling sec1 v0.7.3
20882026-06-20T23:56:57.283Z Compiling newtype-uuid v1.3.2
20892026-06-20T23:56:57.328Z Compiling publicsuffix v2.3.0
20902026-06-20T23:56:57.448Z Compiling group v0.13.0
20912026-06-20T23:56:57.596Z Compiling num-iter v0.1.45
20922026-06-20T23:56:57.737Z Compiling rand v0.8.6
20932026-06-20T23:56:58.118Z Compiling anstream v1.0.0
20942026-06-20T23:56:58.222Z Compiling oxnet v0.1.6
20952026-06-20T23:56:58.237Z Compiling derive_builder v0.20.2
20962026-06-20T23:56:58.282Z Compiling hyper-tls v0.6.0
20972026-06-20T23:56:58.345Z Compiling phf_shared v0.13.1
20982026-06-20T23:56:58.422Z Compiling pin-project v1.1.11
20992026-06-20T23:56:58.501Z Compiling lazy_static v1.5.0
21002026-06-20T23:56:58.523Z Compiling anstyle-parse v0.2.7
21012026-06-20T23:56:58.650Z Compiling terminal_size v0.4.3
21022026-06-20T23:56:58.650Z Compiling serde_with_macros v3.17.0
21032026-06-20T23:56:58.699Z Compiling futures-executor v0.3.32
21042026-06-20T23:56:58.702Z Compiling hex v0.4.3
21052026-06-20T23:56:58.904Z Compiling hkdf v0.12.4
21062026-06-20T23:56:58.920Z Compiling crypto-bigint v0.5.5
21072026-06-20T23:56:58.966Z Compiling enum-as-inner v0.6.1
21082026-06-20T23:56:58.982Z Compiling clap_derive v4.6.1
21092026-06-20T23:56:58.988Z Compiling serde_repr v0.1.20
21102026-06-20T23:56:59.023Z Compiling async-recursion v1.1.1
21112026-06-20T23:56:59.070Z Compiling flate2 v1.1.9
21122026-06-20T23:56:59.109Z Compiling vergen v9.1.0
21132026-06-20T23:56:59.188Z Compiling cargo-platform v0.3.2
21142026-06-20T23:56:59.331Z Compiling same-file v1.0.6
21152026-06-20T23:56:59.484Z Compiling clap_lex v1.0.0
21162026-06-20T23:56:59.515Z Compiling bitflags v1.3.2
21172026-06-20T23:56:59.550Z Compiling foldhash v0.1.5
21182026-06-20T23:56:59.663Z Compiling managed v0.8.0
21192026-06-20T23:56:59.742Z Compiling bumpalo v3.20.2
21202026-06-20T23:56:59.784Z Compiling libbz2-rs-sys v0.2.2
21212026-06-20T23:56:59.833Z Compiling foldhash v0.2.0
21222026-06-20T23:56:59.967Z Compiling zopfli v0.8.3
21232026-06-20T23:57:00.041Z Compiling hashbrown v0.16.1
21242026-06-20T23:57:00.066Z Compiling elliptic-curve v0.13.8
21252026-06-20T23:57:00.230Z Compiling bzip2 v0.6.1
21262026-06-20T23:57:00.421Z Compiling hashbrown v0.15.5
21272026-06-20T23:57:00.431Z Compiling clap_builder v4.6.0
21282026-06-20T23:57:00.455Z Compiling walkdir v2.5.0
21292026-06-20T23:57:00.551Z Compiling cargo_metadata v0.23.1
21302026-06-20T23:57:00.687Z Compiling futures v0.3.32
21312026-06-20T23:57:00.736Z Compiling zstd v0.13.3
21322026-06-20T23:57:01.064Z Compiling anstream v0.6.21
21332026-06-20T23:57:01.248Z Compiling phf v0.13.1
21342026-06-20T23:57:01.372Z Compiling snafu v0.8.9
21352026-06-20T23:57:01.436Z Compiling daft v0.1.7
21362026-06-20T23:57:01.747Z Compiling signal-hook-mio v0.2.5
21372026-06-20T23:57:01.869Z Compiling cookie_store v0.22.1
21382026-06-20T23:57:01.884Z Compiling postgres-types v0.2.12
21392026-06-20T23:57:02.023Z Compiling bzip2 v0.4.4
21402026-06-20T23:57:02.069Z Compiling globset v0.4.18
21412026-06-20T23:57:02.122Z Compiling strum v0.27.2
21422026-06-20T23:57:02.224Z Compiling hubpack v0.1.2
21432026-06-20T23:57:02.269Z Compiling ed25519 v2.2.3
21442026-06-20T23:57:02.285Z Compiling phf_shared v0.11.3
21452026-06-20T23:57:02.440Z Compiling crossbeam-epoch v0.9.18
21462026-06-20T23:57:02.450Z Compiling olpc-cjson v0.1.4
21472026-06-20T23:57:02.466Z Compiling pkcs1 v0.7.5
21482026-06-20T23:57:02.495Z Compiling pem v3.0.6
21492026-06-20T23:57:02.624Z Compiling serde_plain v1.0.2
21502026-06-20T23:57:02.693Z Compiling serde-big-array v0.5.1
21512026-06-20T23:57:02.751Z Compiling rfc6979 v0.4.0
21522026-06-20T23:57:02.775Z Compiling float-cmp v0.10.0
21532026-06-20T23:57:02.805Z Compiling memmap2 v0.9.10
21542026-06-20T23:57:02.841Z Compiling env_filter v1.0.0
21552026-06-20T23:57:02.859Z Compiling predicates-core v1.0.10
21562026-06-20T23:57:02.875Z Compiling fixedbitset v0.5.7
21572026-06-20T23:57:02.891Z Compiling jiff v0.2.21
21582026-06-20T23:57:02.906Z Compiling data-encoding v2.10.0
21592026-06-20T23:57:02.909Z Compiling new_debug_unreachable v1.0.6
21602026-06-20T23:57:02.946Z Compiling precomputed-hash v0.1.1
21612026-06-20T23:57:03.011Z Compiling typed-path v0.9.3
21622026-06-20T23:57:03.042Z Compiling keccak v0.1.6
21632026-06-20T23:57:03.176Z Compiling whoami v2.1.0
21642026-06-20T23:57:03.179Z Compiling difflib v0.4.0
21652026-06-20T23:57:03.208Z Compiling toml_write v0.1.2
21662026-06-20T23:57:03.271Z Compiling normalize-line-endings v0.3.0
21672026-06-20T23:57:03.368Z Compiling static_assertions v1.1.0
21682026-06-20T23:57:03.383Z Compiling fixedbitset v0.4.2
21692026-06-20T23:57:03.400Z Compiling toml_edit v0.22.27
21702026-06-20T23:57:03.430Z Compiling tokio-postgres v0.7.16
21712026-06-20T23:57:03.459Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21722026-06-20T23:57:03.475Z Compiling predicates v3.1.4
21732026-06-20T23:57:03.540Z Compiling petgraph v0.6.5
21742026-06-20T23:57:03.645Z Compiling sha3 v0.10.8
21752026-06-20T23:57:03.826Z Compiling hickory-proto v0.25.2
21762026-06-20T23:57:04.140Z Compiling petgraph v0.8.3
21772026-06-20T23:57:04.195Z Compiling string_cache v0.8.9
21782026-06-20T23:57:04.255Z Compiling env_logger v0.11.9
21792026-06-20T23:57:04.420Z Compiling usdt v0.6.0
21802026-06-20T23:57:04.442Z Compiling ecdsa v0.16.9
21812026-06-20T23:57:04.697Z Compiling rsa v0.9.10
21822026-06-20T23:57:04.883Z Compiling ed25519-dalek v2.2.0
21832026-06-20T23:57:05.519Z Compiling zip v4.6.1
21842026-06-20T23:57:05.631Z Compiling zip v0.6.6
21852026-06-20T23:57:06.039Z Compiling clap v4.6.1
21862026-06-20T23:57:06.142Z Compiling crossterm v0.28.1
21872026-06-20T23:57:06.172Z Compiling iddqd v0.4.2
21882026-06-20T23:57:06.304Z Compiling serde_with v3.17.0
21892026-06-20T23:57:06.415Z Compiling similar v2.7.0
21902026-06-20T23:57:06.526Z Compiling strum v0.26.3
21912026-06-20T23:57:06.541Z Compiling toml v0.7.8
21922026-06-20T23:57:06.646Z Compiling tokio-stream v0.1.18
21932026-06-20T23:57:06.684Z Compiling itertools v0.13.0
21942026-06-20T23:57:07.129Z Compiling buf-list v1.1.2
21952026-06-20T23:57:07.219Z Compiling x509-cert v0.2.5
21962026-06-20T23:57:07.339Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21972026-06-20T23:57:07.418Z Compiling openapiv3 v2.2.0
21982026-06-20T23:57:07.668Z Compiling sha1 v0.10.6
21992026-06-20T23:57:07.881Z Compiling peg-runtime v0.8.5
22002026-06-20T23:57:08.144Z Compiling lalrpop-util v0.19.12
22012026-06-20T23:57:23.090Z Compiling rustls-webpki v0.103.9
22022026-06-20T23:57:24.374Z Compiling macaddr v1.0.1
22032026-06-20T23:57:24.510Z Compiling structmeta-derive v0.3.0
22042026-06-20T23:57:24.557Z Compiling rayon-core v1.13.0
22052026-06-20T23:57:24.574Z Compiling crucible-workspace-hack v0.1.0
22062026-06-20T23:57:24.690Z Compiling itertools v0.14.0
22072026-06-20T23:57:24.767Z Compiling secrecy v0.10.3
22082026-06-20T23:57:24.821Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22092026-06-20T23:57:24.836Z Compiling toml_datetime v0.7.5+spec-1.1.0
22102026-06-20T23:57:24.865Z Compiling heapless v0.8.0
22112026-06-20T23:57:24.966Z Compiling rustls v0.22.4
22122026-06-20T23:57:25.089Z Compiling toml_edit v0.23.10+spec-1.0.0
22132026-06-20T23:57:25.239Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22142026-06-20T23:57:25.275Z Compiling crossbeam-deque v0.8.6
22152026-06-20T23:57:25.316Z Compiling rustls-webpki v0.102.8
22162026-06-20T23:57:25.362Z Compiling hash32 v0.3.1
22172026-06-20T23:57:25.379Z Compiling multer v3.1.0
22182026-06-20T23:57:25.439Z Compiling thread_local v1.1.9
22192026-06-20T23:57:25.541Z Compiling unicode-width v0.2.0
22202026-06-20T23:57:25.562Z Compiling structmeta v0.3.0
22212026-06-20T23:57:25.562Z Compiling match_cfg v0.1.0
22222026-06-20T23:57:25.615Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22232026-06-20T23:57:25.636Z Compiling smoltcp v0.11.0
22242026-06-20T23:57:25.656Z Compiling compression-core v0.4.31
22252026-06-20T23:57:25.688Z Compiling slog-async v2.8.0
22262026-06-20T23:57:25.803Z Compiling derive-ex v0.1.8
22272026-06-20T23:57:25.850Z Compiling compression-codecs v0.4.37
22282026-06-20T23:57:25.892Z Compiling hostname v0.3.1
22292026-06-20T23:57:25.908Z Compiling proc-macro-crate v3.4.0
22302026-06-20T23:57:25.977Z Compiling ingot-macros v0.1.1
22312026-06-20T23:57:26.081Z Compiling atomicwrites v0.4.4
22322026-06-20T23:57:26.099Z Compiling slog-json v2.6.1
22332026-06-20T23:57:26.243Z Compiling crossbeam-channel v0.5.15
22342026-06-20T23:57:26.412Z Compiling half v2.7.1
22352026-06-20T23:57:26.431Z Compiling newtype-uuid-macros v0.1.0
22362026-06-20T23:57:26.431Z Compiling cobs v0.3.0
22372026-06-20T23:57:26.555Z Compiling thiserror-impl-no-std v2.0.2
22382026-06-20T23:57:26.709Z Compiling universal-hash v0.5.1
22392026-06-20T23:57:26.749Z Compiling tokio-rustls v0.26.4
22402026-06-20T23:57:26.885Z Compiling rustls-platform-verifier v0.6.2
22412026-06-20T23:57:26.973Z Compiling async-stream-impl v0.3.6
22422026-06-20T23:57:27.049Z Compiling hyper-rustls v0.27.7
22432026-06-20T23:57:27.130Z Compiling toml_datetime v1.0.0+spec-1.1.0
22442026-06-20T23:57:27.144Z Compiling serde_spanned v1.0.4
22452026-06-20T23:57:27.162Z Compiling is-terminal v0.4.17
22462026-06-20T23:57:27.289Z Compiling proc-macro-error-attr v1.0.4
22472026-06-20T23:57:27.334Z Compiling reqwest v0.12.28
22482026-06-20T23:57:27.350Z Compiling reqwest v0.13.2
22492026-06-20T23:57:27.397Z Compiling dropshot v0.17.0
22502026-06-20T23:57:27.526Z Compiling take_mut v0.2.2
22512026-06-20T23:57:27.572Z Compiling toml_writer v1.0.6+spec-1.1.0
22522026-06-20T23:57:27.591Z Compiling convert_case v0.4.0
22532026-06-20T23:57:27.607Z Compiling ciborium-io v0.2.2
22542026-06-20T23:57:27.625Z Compiling opaque-debug v0.3.1
22552026-06-20T23:57:27.640Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22562026-06-20T23:57:27.672Z Compiling term v1.2.1
22572026-06-20T23:57:27.721Z Compiling ciborium-ll v0.2.2
22582026-06-20T23:57:27.735Z Compiling poly1305 v0.8.0
22592026-06-20T23:57:27.878Z Compiling tokio-rustls v0.25.0
22602026-06-20T23:57:27.900Z Compiling toml v1.0.6+spec-1.1.0
22612026-06-20T23:57:27.918Z Compiling derive_more v0.99.20
22622026-06-20T23:57:28.006Z Compiling slog-term v2.9.2
22632026-06-20T23:57:28.200Z Compiling thiserror-no-std v2.0.2
22642026-06-20T23:57:28.320Z Compiling async-stream v0.3.6
22652026-06-20T23:57:28.447Z Compiling test-strategy v0.4.5
22662026-06-20T23:57:28.463Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22672026-06-20T23:57:28.550Z Compiling postcard v1.1.3
22682026-06-20T23:57:28.608Z Compiling ingot-types v0.1.2
22692026-06-20T23:57:28.981Z Compiling tough v0.22.0
22702026-06-20T23:57:29.103Z Compiling ingot v0.1.1
22712026-06-20T23:57:29.451Z Compiling num_enum_derive v0.7.6
22722026-06-20T23:57:29.503Z Compiling slog-bunyan v2.5.0
22732026-06-20T23:57:29.720Z Compiling async-compression v0.4.41
22742026-06-20T23:57:29.781Z Compiling parse-display-derive v0.10.0
22752026-06-20T23:57:30.078Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22762026-06-20T23:57:30.228Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22772026-06-20T23:57:30.286Z Compiling proc-macro-crate v1.3.1
22782026-06-20T23:57:30.444Z Compiling waitgroup v0.1.2
22792026-06-20T23:57:30.481Z Compiling backon v1.6.0
22802026-06-20T23:57:30.643Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22812026-06-20T23:57:30.659Z Compiling password-hash v0.5.0
22822026-06-20T23:57:30.706Z Compiling chacha20 v0.9.1
22832026-06-20T23:57:30.762Z Compiling dropshot_endpoint v0.17.0
22842026-06-20T23:57:30.811Z Compiling rustls-pemfile v2.2.0
22852026-06-20T23:57:30.965Z Compiling blake2 v0.10.6
22862026-06-20T23:57:30.991Z Compiling aead v0.5.2
22872026-06-20T23:57:31.211Z Compiling foreign-types-macros v0.2.3
22882026-06-20T23:57:31.266Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22892026-06-20T23:57:31.281Z Compiling serde_path_to_error v0.1.20
22902026-06-20T23:57:31.386Z Compiling hostname v0.4.2
22912026-06-20T23:57:31.501Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22922026-06-20T23:57:31.653Z Compiling proc-macro-error v1.0.4
22932026-06-20T23:57:31.663Z Compiling instant v0.1.13
22942026-06-20T23:57:31.712Z Compiling debug-ignore v1.0.5
22952026-06-20T23:57:31.736Z Compiling foreign-types-shared v0.3.1
22962026-06-20T23:57:31.757Z Compiling typeid v1.0.3
22972026-06-20T23:57:31.760Z Compiling cpufeatures v0.3.0
22982026-06-20T23:57:31.786Z Compiling backoff v0.4.0
22992026-06-20T23:57:31.844Z Compiling foreign-types v0.5.0
23002026-06-20T23:57:31.860Z Compiling chacha20 v0.10.0
23012026-06-20T23:57:31.874Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23022026-06-20T23:57:31.879Z Compiling parse-display v0.10.0
23032026-06-20T23:57:31.950Z Compiling argon2 v0.5.3
23042026-06-20T23:57:31.966Z Compiling chacha20poly1305 v0.10.1
23052026-06-20T23:57:32.008Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23062026-06-20T23:57:32.034Z Compiling num_enum_derive v0.5.11
23072026-06-20T23:57:32.057Z Compiling num_enum v0.7.6
23082026-06-20T23:57:32.136Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23092026-06-20T23:57:32.184Z Compiling vsss-rs v3.3.4
23102026-06-20T23:57:32.199Z Compiling ciborium v0.2.2
23112026-06-20T23:57:32.506Z Compiling tabwriter v1.4.1
23122026-06-20T23:57:32.559Z Compiling regress v0.10.5
23132026-06-20T23:57:32.601Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23142026-06-20T23:57:32.798Z Compiling byte-wrapper v0.1.0
23152026-06-20T23:57:32.903Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23162026-06-20T23:57:32.938Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23172026-06-20T23:57:32.980Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23182026-06-20T23:57:32.995Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23192026-06-20T23:57:33.063Z Compiling cstr-argument v0.1.2
23202026-06-20T23:57:33.116Z Compiling humantime v2.3.0
23212026-06-20T23:57:33.269Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23222026-06-20T23:57:33.369Z Compiling erased-serde v0.4.9
23232026-06-20T23:57:33.458Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23242026-06-20T23:57:33.528Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23252026-06-20T23:57:33.592Z Compiling num_enum v0.5.11
23262026-06-20T23:57:33.623Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23272026-06-20T23:57:33.715Z Compiling rand v0.10.0
23282026-06-20T23:57:33.733Z Compiling rayon v1.11.0
23292026-06-20T23:57:33.736Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23302026-06-20T23:57:33.763Z Compiling libefi-sys v0.1.0
23312026-06-20T23:57:33.798Z Compiling colored v3.1.1
23322026-06-20T23:57:33.910Z Compiling indent_write v2.2.0
23332026-06-20T23:57:33.931Z Compiling zone_cfg_derive v0.3.1
23342026-06-20T23:57:33.993Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23352026-06-20T23:57:34.032Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23362026-06-20T23:57:34.119Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23372026-06-20T23:57:34.141Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23382026-06-20T23:57:34.157Z Compiling camino-tempfile v1.4.1
23392026-06-20T23:57:34.409Z Compiling itertools v0.12.1
23402026-06-20T23:57:34.500Z Compiling usdt-attr-macro v0.5.0
23412026-06-20T23:57:34.560Z Compiling usdt-macro v0.5.0
23422026-06-20T23:57:34.574Z Compiling num-derive v0.4.2
23432026-06-20T23:57:34.588Z Compiling bitfield-struct v0.6.2
23442026-06-20T23:57:34.712Z Compiling blake3 v1.8.3
23452026-06-20T23:57:34.728Z Compiling ordered-float v2.10.1
23462026-06-20T23:57:35.052Z Compiling sigpipe v0.1.3
23472026-06-20T23:57:35.101Z Compiling memmap v0.7.0
23482026-06-20T23:57:35.216Z Compiling glob v0.3.3
23492026-06-20T23:57:35.246Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23502026-06-20T23:57:35.269Z Compiling swrite v0.1.0
23512026-06-20T23:57:35.284Z Compiling usdt v0.5.0
23522026-06-20T23:57:35.357Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23532026-06-20T23:57:35.493Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23542026-06-20T23:57:35.513Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23552026-06-20T23:57:35.701Z Compiling serde-value v0.7.0
23562026-06-20T23:57:35.899Z Compiling zone v0.3.1
23572026-06-20T23:57:35.927Z Compiling serde-untagged v0.1.9
23582026-06-20T23:57:35.968Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23592026-06-20T23:57:36.115Z Compiling toml v0.8.23
23602026-06-20T23:57:36.212Z Compiling smf v0.2.3
23612026-06-20T23:57:36.227Z Compiling filetime v0.2.27
23622026-06-20T23:57:36.249Z Compiling whoami v1.6.1
23632026-06-20T23:57:36.292Z Compiling xattr v1.6.1
23642026-06-20T23:57:36.318Z Compiling constant_time_eq v0.4.2
23652026-06-20T23:57:36.423Z Compiling arrayref v0.3.9
23662026-06-20T23:57:36.458Z Compiling arrayvec v0.7.6
23672026-06-20T23:57:36.508Z Compiling unicode-xid v0.2.6
23682026-06-20T23:57:36.521Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23692026-06-20T23:57:36.521Z Compiling tar v0.4.45
23702026-06-20T23:57:36.553Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23712026-06-20T23:57:36.627Z Compiling cargo-util-schemas v0.8.2
23722026-06-20T23:57:36.792Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23732026-06-20T23:57:36.798Z Compiling tokio-dtrace v0.1.1
23742026-06-20T23:57:36.826Z Compiling console v0.16.2
23752026-06-20T23:57:37.094Z Compiling gethostname v0.5.0
23762026-06-20T23:57:37.263Z Compiling cargo-platform v0.2.0
23772026-06-20T23:57:37.338Z Compiling unit-prefix v0.5.2
23782026-06-20T23:57:37.394Z Compiling topological-sort v0.2.2
23792026-06-20T23:57:37.424Z Compiling oxide-tokio-rt v0.1.4
23802026-06-20T23:57:37.508Z Compiling indicatif v0.18.4
23812026-06-20T23:57:37.525Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23822026-06-20T23:57:37.585Z Compiling shell-words v1.1.1
23832026-06-20T23:57:37.791Z Compiling cargo_metadata v0.21.0
23842026-06-20T23:57:47.144Z Compiling omicron-zone-package v0.12.2
23852026-06-20T23:57:47.182Z Compiling progenitor-client v0.14.0
23862026-06-20T23:57:47.673Z Compiling progenitor-extras v0.2.0
23872026-06-20T23:57:49.869Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23882026-06-20T23:57:49.887Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23892026-06-20T23:57:49.909Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23902026-06-20T23:57:49.978Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23912026-06-20T23:57:50.032Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23922026-06-20T23:57:50.097Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23932026-06-20T23:57:50.200Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23942026-06-20T23:57:50.257Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23952026-06-20T23:57:50.298Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23962026-06-20T23:57:53.948Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23972026-06-20T23:58:01.727Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23982026-06-20T23:58:04.816Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23992026-06-20T23:58:05.831Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24002026-06-20T23:58:15.574Z Finished `release` profile [optimized] target(s) in 1m 44s
24012026-06-20T23:58:15.708Z Running `target/release/omicron-package -t test target create -p dev`
24022026-06-20T23:58:15.767ZLogging to: /work/oxidecomputer/omicron/out/LOG
24032026-06-20T23:58:15.770ZCreated new build target 'test' and set it as active
24042026-06-20T23:58:15.770Z
24052026-06-20T23:58:15.770Zreal 1:44.705931003
24062026-06-20T23:58:15.770Zuser 17:00.543239057
24072026-06-20T23:58:15.770Zsys 2:44.757010860
24082026-06-20T23:58:15.770Ztrap 0.462569602
24092026-06-20T23:58:15.770Ztflt 2.856420504
24102026-06-20T23:58:15.770Zdflt 4.434801345
24112026-06-20T23:58:15.770Zkflt 0.001816470
24122026-06-20T23:58:15.770Zlock 53:08.314409325
24132026-06-20T23:58:15.770Zslp 43:50.608423330
24142026-06-20T23:58:15.770Zlat 42.631074408
24152026-06-20T23:58:15.770Zstop 5:19.724992286
24162026-06-20T23:58:15.775Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24172026-06-20T23:58:16.592Z Finished `release` profile [optimized] target(s) in 0.81s
24182026-06-20T23:58:16.656Z Running `target/release/omicron-package -t test package`
24192026-06-20T23:58:16.713ZLogging to: /work/oxidecomputer/omicron/out/LOG
24202026-06-20T23:58:18.070Z Compiling heck v0.5.0
24212026-06-20T23:58:18.073Z Compiling regress v0.11.1
24222026-06-20T23:58:18.283Z Compiling unsafe-libyaml v0.2.11
24232026-06-20T23:58:18.319Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24242026-06-20T23:58:18.345Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24252026-06-20T23:58:18.366Z Compiling unicode-width v0.1.14
24262026-06-20T23:58:18.389Z Compiling atomicwrites v0.4.4
24272026-06-20T23:58:18.406Z Compiling derive-where v1.6.0
24282026-06-20T23:58:18.409Z Compiling bytecount v0.6.9
24292026-06-20T23:58:18.428Z Compiling is-terminal v0.4.17
24302026-06-20T23:58:18.469Z Compiling prettyplease v0.2.37
24312026-06-20T23:58:18.472Z Compiling console v0.15.11
24322026-06-20T23:58:18.472Z Compiling newline-converter v0.3.0
24332026-06-20T23:58:18.472Z Compiling slog-dtrace v0.3.0
24342026-06-20T23:58:18.534Z Compiling owo-colors v4.3.0
24352026-06-20T23:58:18.576Z Compiling cancel-safe-futures v0.1.5
24362026-06-20T23:58:18.602Z Compiling resolv-conf v0.7.6
24372026-06-20T23:58:18.604Z Compiling rustls v0.22.4
24382026-06-20T23:58:18.645Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24392026-06-20T23:58:18.671Z Compiling num-rational v0.4.2
24402026-06-20T23:58:18.691Z Compiling libsw-core v0.3.2
24412026-06-20T23:58:18.712Z Compiling rustls-webpki v0.102.8
24422026-06-20T23:58:18.764Z Compiling num-complex v0.4.6
24432026-06-20T23:58:18.831Z Compiling serde_yaml v0.9.34+deprecated
24442026-06-20T23:58:18.897Z Compiling expectorate v1.2.0
24452026-06-20T23:58:18.943Z Compiling thread_local v1.1.9
24462026-06-20T23:58:18.989Z Compiling match_cfg v0.1.0
24472026-06-20T23:58:18.992Z Compiling compression-core v0.4.31
24482026-06-20T23:58:19.107Z Compiling hostname v0.3.1
24492026-06-20T23:58:19.151Z Compiling compression-codecs v0.4.37
24502026-06-20T23:58:19.222Z Compiling num v0.4.3
24512026-06-20T23:58:19.283Z Compiling libsw v3.5.0
24522026-06-20T23:58:19.343Z Compiling multer v3.1.0
24532026-06-20T23:58:19.408Z Compiling slog-async v2.8.0
24542026-06-20T23:58:19.430Z Compiling crossbeam-channel v0.5.15
24552026-06-20T23:58:19.437Z Compiling slog-json v2.6.1
24562026-06-20T23:58:19.477Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24572026-06-20T23:58:19.525Z Compiling serde_spanned v1.0.4
24582026-06-20T23:58:19.597Z Compiling toml_datetime v1.0.0+spec-1.1.0
24592026-06-20T23:58:19.646Z Compiling toml_writer v1.0.6+spec-1.1.0
24602026-06-20T23:58:19.667Z Compiling float-ord v0.3.2
24612026-06-20T23:58:19.696Z Compiling term v1.2.1
24622026-06-20T23:58:19.719Z Compiling take_mut v0.2.2
24632026-06-20T23:58:19.722Z Compiling linear-map v1.2.0
24642026-06-20T23:58:19.722Z Compiling linked-hash-map v0.5.6
24652026-06-20T23:58:19.811Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24662026-06-20T23:58:19.831Z Compiling slog-bunyan v2.5.0
24672026-06-20T23:58:19.884Z Compiling typify-impl v0.6.2
24682026-06-20T23:58:19.936Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24692026-06-20T23:58:19.936Z Compiling toml v1.0.6+spec-1.1.0
24702026-06-20T23:58:19.983Z Compiling lru-cache v0.1.2
24712026-06-20T23:58:20.004Z Compiling slog-term v2.9.2
24722026-06-20T23:58:20.183Z Compiling async-compression v0.4.41
24732026-06-20T23:58:20.256Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24742026-06-20T23:58:20.351Z Compiling async-stream v0.3.6
24752026-06-20T23:58:20.384Z Compiling dropshot v0.17.0
24762026-06-20T23:58:20.453Z Compiling progenitor-client v0.14.0
24772026-06-20T23:58:20.459Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24782026-06-20T23:58:20.526Z Compiling waitgroup v0.1.2
24792026-06-20T23:58:20.548Z Compiling backon v1.6.0
24802026-06-20T23:58:20.571Z Compiling rustls-pemfile v2.2.0
24812026-06-20T23:58:20.609Z Compiling serde_path_to_error v0.1.20
24822026-06-20T23:58:20.662Z Compiling hostname v0.4.2
24832026-06-20T23:58:20.696Z Compiling instant v0.1.13
24842026-06-20T23:58:20.761Z Compiling minimal-lexical v0.2.1
24852026-06-20T23:58:20.790Z Compiling debug-ignore v1.0.5
24862026-06-20T23:58:20.812Z Compiling backoff v0.4.0
24872026-06-20T23:58:20.838Z Compiling progenitor-extras v0.2.0
24882026-06-20T23:58:20.857Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24892026-06-20T23:58:20.934Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24902026-06-20T23:58:20.993Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24912026-06-20T23:58:21.047Z Compiling tokio-rustls v0.25.0
24922026-06-20T23:58:21.068Z Compiling nom v7.1.3
24932026-06-20T23:58:21.126Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24942026-06-20T23:58:21.129Z Compiling parse-display v0.10.0
24952026-06-20T23:58:21.222Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24962026-06-20T23:58:21.333Z Compiling hickory-proto v0.24.4
24972026-06-20T23:58:21.463Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24982026-06-20T23:58:21.886Z Compiling regress v0.10.5
24992026-06-20T23:58:22.137Z Compiling macaddr v1.0.1
25002026-06-20T23:58:22.305Z Compiling unicode-xid v0.2.6
25012026-06-20T23:58:22.419Z Compiling humantime v2.3.0
25022026-06-20T23:58:22.468Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25032026-06-20T23:58:22.549Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25042026-06-20T23:58:22.648Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25052026-06-20T23:58:22.688Z Compiling convert_case v0.10.0
25062026-06-20T23:58:22.716Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25072026-06-20T23:58:22.924Z Compiling toml v0.8.23
25082026-06-20T23:58:22.993Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25092026-06-20T23:58:23.053Z Compiling derive_more-impl v2.1.1
25102026-06-20T23:58:23.260Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25112026-06-20T23:58:23.376Z Compiling typify-macro v0.6.2
25122026-06-20T23:58:23.425Z Compiling papergrid v0.11.0
25132026-06-20T23:58:23.518Z Compiling tabled_derive v0.7.0
25142026-06-20T23:58:23.843Z Compiling hickory-resolver v0.24.4
25152026-06-20T23:58:23.949Z Compiling derive_more v2.1.1
25162026-06-20T23:58:23.971Z Compiling termtree v0.5.1
25172026-06-20T23:58:24.066Z Compiling crossterm v0.29.0
25182026-06-20T23:58:24.178Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25192026-06-20T23:58:24.487Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25202026-06-20T23:58:24.970Z Compiling typify v0.6.2
25212026-06-20T23:58:25.117Z Compiling progenitor-impl v0.14.0
25222026-06-20T23:58:25.742Z Compiling qorb v0.4.1
25232026-06-20T23:58:26.047Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25242026-06-20T23:58:26.263Z Compiling tabled v0.15.0
25252026-06-20T23:58:27.072Z Compiling phf_shared v0.12.1
25262026-06-20T23:58:27.289Z Compiling progenitor-macro v0.14.0
25272026-06-20T23:58:27.327Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25282026-06-20T23:58:27.858Z Compiling vte v0.14.1
25292026-06-20T23:58:28.134Z Compiling csv-core v0.1.13
25302026-06-20T23:58:28.579Z Compiling chrono-tz v0.10.4
25312026-06-20T23:58:28.737Z Compiling highway v1.3.0
25322026-06-20T23:58:28.829Z Compiling csv v1.4.0
25332026-06-20T23:58:28.970Z Compiling strip-ansi-escapes v0.2.1
25342026-06-20T23:58:29.250Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25352026-06-20T23:58:29.500Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25362026-06-20T23:58:29.522Z Compiling phf v0.12.1
25372026-06-20T23:58:29.544Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25382026-06-20T23:58:29.684Z Compiling const_format_proc_macros v0.2.34
25392026-06-20T23:58:29.726Z Compiling fd-lock v4.0.4
25402026-06-20T23:58:29.748Z Compiling peg-macros v0.8.5
25412026-06-20T23:58:29.910Z Compiling nu-ansi-term v0.50.3
25422026-06-20T23:58:30.455Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25432026-06-20T23:58:30.532Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25442026-06-20T23:58:31.008Z Compiling const_format v0.2.35
25452026-06-20T23:58:31.080Z Compiling peg v0.8.5
25462026-06-20T23:58:31.204Z Compiling reedline v0.40.0
25472026-06-20T23:58:31.387Z Compiling progenitor v0.14.0
25482026-06-20T23:58:31.586Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25492026-06-20T23:58:31.750Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25502026-06-20T23:58:32.021Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25512026-06-20T23:58:32.170Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25522026-06-20T23:58:33.243Z Compiling bcs v0.1.6
25532026-06-20T23:58:33.703Z Compiling nom v8.0.0
25542026-06-20T23:58:34.109Z Compiling semver v0.1.20
25552026-06-20T23:58:34.422Z Compiling rustc_version v0.1.7
25562026-06-20T23:58:34.495Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25572026-06-20T23:58:34.519Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25582026-06-20T23:58:34.559Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25592026-06-20T23:58:34.666Z Compiling unicode-linebreak v0.1.5
25602026-06-20T23:58:34.709Z Compiling newtype_derive v0.1.6
25612026-06-20T23:58:34.820Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25622026-06-20T23:58:34.949Z Compiling smawk v0.3.2
25632026-06-20T23:58:35.093Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25642026-06-20T23:58:35.180Z Compiling textwrap v0.16.2
25652026-06-20T23:58:35.233Z Compiling base64 v0.21.7
25662026-06-20T23:58:35.271Z Compiling steno v0.4.1
25672026-06-20T23:58:35.421Z Compiling dropshot-api-manager-types v0.7.2
25682026-06-20T23:58:35.517Z Compiling utf-8 v0.7.6
25692026-06-20T23:58:35.821Z Compiling tagptr v0.2.0
25702026-06-20T23:58:35.829Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25712026-06-20T23:58:35.961Z Compiling moka v0.12.13
25722026-06-20T23:58:36.041Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25732026-06-20T23:58:36.062Z Compiling tungstenite v0.21.0
25742026-06-20T23:58:36.221Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25752026-06-20T23:58:36.398Z Compiling display-error-chain v0.2.2
25762026-06-20T23:58:36.591Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25772026-06-20T23:58:36.722Z Compiling tokio-tungstenite v0.21.0
25782026-06-20T23:58:36.791Z Compiling radium v0.7.0
25792026-06-20T23:58:37.099Z Compiling hickory-resolver v0.25.2
25802026-06-20T23:58:37.135Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25812026-06-20T23:58:37.283Z Compiling tap v1.0.1
25822026-06-20T23:58:37.413Z Compiling maybe-uninit v2.0.0
25832026-06-20T23:58:37.436Z Compiling wyz v0.5.1
25842026-06-20T23:58:37.791Z Compiling vergen-lib v0.1.6
25852026-06-20T23:58:37.983Z Compiling zerocopy-derive v0.6.6
25862026-06-20T23:58:38.046Z Compiling diesel_derives v2.3.7
25872026-06-20T23:58:38.231Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25882026-06-20T23:58:38.280Z Compiling crc-catalog v2.4.0
25892026-06-20T23:58:38.416Z Compiling packed_struct v0.10.1
25902026-06-20T23:58:38.710Z Compiling funty v2.0.0
25912026-06-20T23:58:38.768Z Compiling zerocopy v0.6.6
25922026-06-20T23:58:39.208Z Compiling bitvec v1.0.1
25932026-06-20T23:58:39.517Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25942026-06-20T23:58:39.728Z Compiling crc v3.4.0
25952026-06-20T23:58:39.963Z Compiling dsl_auto_type v0.2.0
25962026-06-20T23:58:40.103Z Compiling scheduled-thread-pool v0.2.7
25972026-06-20T23:58:40.336Z Compiling packed_struct_codegen v0.10.1
25982026-06-20T23:58:40.610Z Compiling vergen-gitcl v1.0.8
25992026-06-20T23:58:40.775Z Compiling bitfield-macros v0.19.4
26002026-06-20T23:58:40.858Z Compiling diesel_table_macro_syntax v0.3.0
26012026-06-20T23:58:41.026Z Compiling proc-macro-error-attr2 v2.0.0
26022026-06-20T23:58:41.095Z Compiling dirs-sys-next v0.1.2
26032026-06-20T23:58:41.353Z Compiling indexmap v1.9.3
26042026-06-20T23:58:41.381Z Compiling maplit v1.0.2
26052026-06-20T23:58:41.465Z Compiling glob v0.3.3
26062026-06-20T23:58:41.485Z Compiling nodrop v0.1.14
26072026-06-20T23:58:41.518Z Compiling crunchy v0.2.4
26082026-06-20T23:58:41.524Z Compiling bitfield v0.19.4
26092026-06-20T23:58:41.599Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26102026-06-20T23:58:41.629Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26112026-06-20T23:58:41.799Z Compiling array-init v0.0.4
26122026-06-20T23:58:41.844Z Compiling clang-sys v1.8.1
26132026-06-20T23:58:41.869Z Compiling proc-macro-error2 v2.0.1
26142026-06-20T23:58:42.117Z Compiling dirs-next v2.0.0
26152026-06-20T23:58:42.313Z Compiling r2d2 v0.8.10
26162026-06-20T23:58:42.325Z Compiling smallvec v0.6.14
26172026-06-20T23:58:42.546Z Compiling num-derive v0.3.3
26182026-06-20T23:58:42.568Z Compiling hashbrown v0.12.3
26192026-06-20T23:58:42.634Z Compiling downcast-rs v2.0.2
26202026-06-20T23:58:42.772Z Compiling tiny-keccak v2.0.2
26212026-06-20T23:58:42.926Z Compiling serde-hex v0.1.0
26222026-06-20T23:58:43.450Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26232026-06-20T23:58:43.472Z Compiling libscf-sys v1.1.0
26242026-06-20T23:58:43.523Z Compiling term v0.7.0
26252026-06-20T23:58:43.557Z Compiling tabled_derive v0.11.0
26262026-06-20T23:58:43.674Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26272026-06-20T23:58:43.703Z Compiling ron v0.8.1
26282026-06-20T23:58:43.745Z Compiling papergrid v0.17.0
26292026-06-20T23:58:43.781Z Compiling testing_table v0.3.0
26302026-06-20T23:58:43.932Z Compiling hashbrown v0.13.2
26312026-06-20T23:58:44.040Z Compiling crc-any v2.5.0
26322026-06-20T23:58:44.233Z Compiling bit-vec v0.6.3
26332026-06-20T23:58:44.487Z Compiling object v0.30.4
26342026-06-20T23:58:44.493Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26352026-06-20T23:58:44.547Z Compiling bit-set v0.5.3
26362026-06-20T23:58:44.614Z Compiling ascii-canvas v3.0.0
26372026-06-20T23:58:44.899Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26382026-06-20T23:58:44.999Z Compiling tabled v0.20.0
26392026-06-20T23:58:45.073Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26402026-06-20T23:58:45.166Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26412026-06-20T23:58:45.602Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26422026-06-20T23:58:45.606Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26432026-06-20T23:58:46.127Z Compiling progenitor-impl v0.13.0
26442026-06-20T23:58:46.161Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26452026-06-20T23:58:46.225Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26462026-06-20T23:58:46.401Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26472026-06-20T23:58:46.423Z Compiling itertools v0.10.5
26482026-06-20T23:58:46.489Z Compiling ena v0.14.4
26492026-06-20T23:58:46.601Z Compiling libloading v0.8.9
26502026-06-20T23:58:46.752Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26512026-06-20T23:58:46.853Z Compiling unicase v2.9.0
26522026-06-20T23:58:46.946Z Compiling diesel v2.3.7
26532026-06-20T23:58:46.992Z Compiling diff v0.1.13
26542026-06-20T23:58:47.186Z Compiling bindgen v0.71.1
26552026-06-20T23:58:47.271Z Compiling xshell-macros v0.2.7
26562026-06-20T23:58:47.496Z Compiling regex-syntax v0.6.29
26572026-06-20T23:58:47.537Z Compiling path-slash v0.1.5
26582026-06-20T23:58:47.698Z Compiling xshell v0.2.7
26592026-06-20T23:58:47.719Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26602026-06-20T23:58:48.322Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26612026-06-20T23:58:49.032Z Compiling lalrpop v0.19.12
26622026-06-20T23:58:49.396Z Compiling progenitor-macro v0.13.0
26632026-06-20T23:58:49.495Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26642026-06-20T23:58:50.874Z Compiling cexpr v0.6.0
26652026-06-20T23:58:51.238Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26662026-06-20T23:58:51.482Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26672026-06-20T23:58:51.530Z Compiling progenitor-client v0.13.0
26682026-06-20T23:58:51.950Z Compiling rustc-hash v2.1.1
26692026-06-20T23:58:52.050Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26702026-06-20T23:58:52.755Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26712026-06-20T23:58:53.254Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26722026-06-20T23:58:53.458Z Compiling progenitor v0.13.0
26732026-06-20T23:58:53.646Z Compiling headers-core v0.3.0
26742026-06-20T23:58:53.670Z Compiling libxml v0.3.3
26752026-06-20T23:58:53.730Z Compiling crc8 v0.1.1
26762026-06-20T23:58:53.813Z Compiling headers v0.4.1
26772026-06-20T23:58:53.894Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26782026-06-20T23:58:53.988Z Compiling strum_macros v0.24.3
26792026-06-20T23:58:54.011Z Compiling indoc v1.0.9
26802026-06-20T23:58:54.157Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26812026-06-20T23:58:54.178Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26822026-06-20T23:58:54.415Z Compiling git-stub v1.0.0
26832026-06-20T23:58:54.462Z Compiling derive_builder v0.20.2
26842026-06-20T23:58:54.645Z Compiling oso-derive v0.27.3
26852026-06-20T23:58:54.709Z Compiling quick-xml v0.37.5
26862026-06-20T23:58:55.132Z Compiling impl-trait-for-tuples v0.2.3
26872026-06-20T23:58:55.172Z Compiling openssl-probe v0.1.6
26882026-06-20T23:58:55.279Z Compiling git-stub-vcs v0.1.0
26892026-06-20T23:58:55.520Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26902026-06-20T23:58:55.542Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26912026-06-20T23:58:55.640Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26922026-06-20T23:58:55.879Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26932026-06-20T23:58:55.960Z Compiling bb8 v0.8.6
26942026-06-20T23:58:56.246Z Compiling trait-variant v0.1.2
26952026-06-20T23:58:56.340Z Compiling half v1.8.3
26962026-06-20T23:58:56.440Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26972026-06-20T23:58:56.503Z Compiling polar-core v0.27.3
26982026-06-20T23:58:56.679Z Compiling serde_cbor v0.11.2
26992026-06-20T23:58:56.748Z Compiling samael v0.0.19
27002026-06-20T23:58:56.827Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27012026-06-20T23:58:56.863Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27022026-06-20T23:58:57.378Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27032026-06-20T23:58:57.693Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27042026-06-20T23:58:57.798Z Compiling nonempty v0.12.0
27052026-06-20T23:58:57.864Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27062026-06-20T23:58:58.027Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27072026-06-20T23:58:58.054Z Compiling fxhash v0.2.1
27082026-06-20T23:58:58.102Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27092026-06-20T23:58:58.156Z Compiling libz-sys v1.1.24
27102026-06-20T23:58:58.227Z Compiling salty v0.3.0
27112026-06-20T23:58:58.667Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27122026-06-20T23:58:58.859Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27132026-06-20T23:58:59.071Z Compiling kstat-rs v0.2.4
27142026-06-20T23:58:59.485Z Compiling arc-swap v1.8.2
27152026-06-20T23:58:59.564Z Compiling fs-err v2.11.0
27162026-06-20T23:58:59.939Z Compiling slog-scope v4.4.1
27172026-06-20T23:59:00.023Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27182026-06-20T23:59:00.077Z Compiling mime_guess v2.0.5
27192026-06-20T23:59:00.291Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27202026-06-20T23:59:00.647Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27212026-06-20T23:59:01.033Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27222026-06-20T23:59:01.125Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27232026-06-20T23:59:01.463Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27242026-06-20T23:59:01.751Z Compiling nanorand v0.7.0
27252026-06-20T23:59:02.104Z Compiling darling_core v0.23.0
27262026-06-20T23:59:02.134Z Compiling libgit2-sys v0.18.3+1.9.2
27272026-06-20T23:59:02.351Z Compiling parking_lot_core v0.8.6
27282026-06-20T23:59:02.687Z Compiling flume v0.11.1
27292026-06-20T23:59:02.802Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27302026-06-20T23:59:03.108Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27312026-06-20T23:59:04.022Z Compiling slog-stdlog v4.1.1
27322026-06-20T23:59:04.327Z Compiling diesel-dtrace v0.5.0
27332026-06-20T23:59:04.462Z Compiling async-bb8-diesel v0.2.1
27342026-06-20T23:59:04.493Z Compiling darling_macro v0.23.0
27352026-06-20T23:59:05.018Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27362026-06-20T23:59:05.021Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27372026-06-20T23:59:05.074Z Compiling primeorder v0.13.6
27382026-06-20T23:59:05.110Z Compiling atty v0.2.14
27392026-06-20T23:59:05.267Z Compiling parse-size v1.1.0
27402026-06-20T23:59:05.401Z Compiling oso v0.27.3
27412026-06-20T23:59:05.509Z Compiling instability v0.3.11
27422026-06-20T23:59:05.748Z Compiling http-range v0.1.5
27432026-06-20T23:59:06.090Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27442026-06-20T23:59:06.204Z Compiling strsim v0.10.0
27452026-06-20T23:59:06.423Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27462026-06-20T23:59:06.531Z Compiling darling_core v0.13.4
27472026-06-20T23:59:07.686Z Compiling p384 v0.13.1
27482026-06-20T23:59:08.211Z Compiling darling v0.23.0
27492026-06-20T23:59:08.329Z Compiling slog-envlogger v2.2.0
27502026-06-20T23:59:09.520Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27512026-06-20T23:59:09.880Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27522026-06-20T23:59:10.555Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27532026-06-20T23:59:11.725Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27542026-06-20T23:59:12.271Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27552026-06-20T23:59:12.294Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27562026-06-20T23:59:12.466Z Compiling ignore v0.4.25
27572026-06-20T23:59:12.495Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-06-20T23:59:13.478Z Compiling vergen-git2 v9.1.0
27592026-06-20T23:59:13.726Z Compiling castaway v0.2.4
27602026-06-20T23:59:13.890Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27612026-06-20T23:59:13.913Z Compiling indoc v2.0.7
27622026-06-20T23:59:13.918Z Compiling compact_str v0.8.1
27632026-06-20T23:59:14.287Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27642026-06-20T23:59:15.100Z Compiling globwalk v0.9.1
27652026-06-20T23:59:15.125Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27662026-06-20T23:59:15.658Z Compiling parking_lot v0.11.2
27672026-06-20T23:59:15.799Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27682026-06-20T23:59:15.822Z Compiling hyper-staticfile v0.10.1
27692026-06-20T23:59:15.846Z Compiling darling_macro v0.13.4
27702026-06-20T23:59:16.589Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27712026-06-20T23:59:16.665Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27722026-06-20T23:59:16.980Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27732026-06-20T23:59:17.067Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27742026-06-20T23:59:17.276Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27752026-06-20T23:59:17.459Z Compiling predicates-tree v1.0.13
27762026-06-20T23:59:17.482Z Compiling unicode-truncate v1.1.0
27772026-06-20T23:59:17.482Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27782026-06-20T23:59:17.637Z Compiling lru v0.12.5
27792026-06-20T23:59:17.694Z Compiling prefix-trie v0.7.0
27802026-06-20T23:59:17.731Z Compiling rand_seeder v0.4.0
27812026-06-20T23:59:17.881Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27822026-06-20T23:59:17.931Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27832026-06-20T23:59:17.997Z Compiling cassowary v0.3.0
27842026-06-20T23:59:18.187Z Compiling rustls v0.21.12
27852026-06-20T23:59:18.191Z Compiling illumos-nvpair-sys v0.2.0
27862026-06-20T23:59:18.354Z Compiling corncobs v0.1.4
27872026-06-20T23:59:18.482Z Compiling ratatui v0.29.0
27882026-06-20T23:59:18.505Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27892026-06-20T23:59:18.646Z Compiling hickory-server v0.25.2
27902026-06-20T23:59:18.674Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27912026-06-20T23:59:18.696Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27922026-06-20T23:59:18.928Z Compiling camino-tempfile-ext v0.3.3
27932026-06-20T23:59:19.189Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27942026-06-20T23:59:19.232Z Compiling darling v0.13.4
27952026-06-20T23:59:19.355Z Compiling sled v0.34.7
27962026-06-20T23:59:19.634Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27972026-06-20T23:59:19.711Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27982026-06-20T23:59:20.289Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27992026-06-20T23:59:22.119Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28002026-06-20T23:59:22.680Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28012026-06-20T23:59:22.702Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28022026-06-20T23:59:22.921Z Compiling sct v0.7.1
28032026-06-20T23:59:22.941Z Compiling rustls-webpki v0.101.7
28042026-06-20T23:59:22.968Z Compiling secrecy v0.8.0
28052026-06-20T23:59:23.174Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28062026-06-20T23:59:23.699Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28072026-06-20T23:59:24.268Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28082026-06-20T23:59:24.681Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28092026-06-20T23:59:25.819Z Compiling serde_with_macros v1.5.2
28102026-06-20T23:59:26.101Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28112026-06-20T23:59:26.453Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28122026-06-20T23:59:26.642Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28132026-06-20T23:59:26.700Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28142026-06-20T23:59:26.990Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28152026-06-20T23:59:27.208Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28162026-06-20T23:59:27.468Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28172026-06-20T23:59:27.702Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28182026-06-20T23:59:27.968Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28192026-06-20T23:59:28.069Z Compiling git2 v0.20.4
28202026-06-20T23:59:28.200Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28212026-06-20T23:59:28.437Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28222026-06-20T23:59:28.566Z Compiling void v1.0.2
28232026-06-20T23:59:28.737Z Compiling lzss v0.8.2
28242026-06-20T23:59:29.003Z Compiling serde_with v1.14.0
28252026-06-20T23:59:29.956Z Compiling illumos-nvpair v0.3.0
28262026-06-20T23:59:30.210Z Compiling tokio-rustls v0.24.1
28272026-06-20T23:59:30.232Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28282026-06-20T23:59:30.823Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28292026-06-20T23:59:31.004Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28302026-06-20T23:59:31.218Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28312026-06-20T23:59:31.257Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28322026-06-20T23:59:32.288Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28332026-06-20T23:59:33.036Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28342026-06-20T23:59:33.749Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28352026-06-20T23:59:33.879Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28362026-06-20T23:59:34.145Z Compiling tungstenite v0.23.0
28372026-06-20T23:59:34.511Z Compiling rustls-pemfile v1.0.4
28382026-06-20T23:59:34.930Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28392026-06-20T23:59:34.985Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28402026-06-20T23:59:35.215Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28412026-06-20T23:59:35.363Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28422026-06-20T23:59:35.451Z Compiling nix v0.27.1
28432026-06-20T23:59:35.974Z Compiling twox-hash v2.1.2
28442026-06-20T23:59:36.501Z Compiling serde_bytes v0.11.19
28452026-06-20T23:59:36.568Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28462026-06-20T23:59:36.683Z Compiling tokio-tungstenite v0.23.1
28472026-06-20T23:59:36.813Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28482026-06-20T23:59:37.052Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28492026-06-20T23:59:37.073Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28502026-06-20T23:59:37.447Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28512026-06-20T23:59:37.673Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28522026-06-20T23:59:39.039Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28532026-06-20T23:59:39.709Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28542026-06-20T23:59:40.379Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28552026-06-20T23:59:40.527Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28562026-06-20T23:59:40.829Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28572026-06-20T23:59:41.275Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28582026-06-20T23:59:41.487Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28592026-06-20T23:59:41.567Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28602026-06-20T23:59:41.867Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28612026-06-20T23:59:42.129Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28622026-06-20T23:59:42.562Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28632026-06-20T23:59:43.052Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28642026-06-20T23:59:43.580Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28652026-06-20T23:59:45.380Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28662026-06-20T23:59:46.133Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28672026-06-20T23:59:46.309Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28682026-06-20T23:59:47.838Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28692026-06-20T23:59:48.074Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28702026-06-20T23:59:48.994Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28712026-06-20T23:59:49.103Z Compiling signal-hook-tokio v0.3.1
28722026-06-20T23:59:49.243Z Compiling fatfs v0.3.6
28732026-06-20T23:59:49.286Z Compiling yasna v0.5.2
28742026-06-20T23:59:49.312Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28752026-06-20T23:59:49.467Z Compiling seq-macro v0.3.6
28762026-06-20T23:59:49.718Z Compiling assert_matches v1.5.0
28772026-06-20T23:59:49.836Z Compiling is_ci v1.2.0
28782026-06-20T23:59:50.036Z Compiling supports-color v3.0.2
28792026-06-20T23:59:50.062Z Compiling rcgen v0.12.1
28802026-06-20T23:59:50.339Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28812026-06-20T23:59:50.864Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28822026-06-20T23:59:51.848Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28832026-06-20T23:59:53.080Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28842026-06-20T23:59:53.190Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28852026-06-20T23:59:53.333Z Compiling rtoolbox v0.0.3
28862026-06-20T23:59:53.432Z Compiling subprocess v0.2.15
28872026-06-20T23:59:53.629Z Compiling rpassword v7.4.0
28882026-06-20T23:59:53.967Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28892026-06-20T23:59:54.625Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28902026-06-20T23:59:55.643Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28912026-06-20T23:59:55.748Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28922026-06-20T23:59:55.900Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28932026-06-20T23:59:55.950Z Compiling tui-tree-widget v0.23.1
28942026-06-20T23:59:56.264Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28952026-06-20T23:59:58.154Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28962026-06-20T23:59:58.415Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28972026-06-20T23:59:58.649Z Compiling uzers v0.12.2
28982026-06-20T23:59:59.172Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28992026-06-20T23:59:59.746Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29002026-06-21T00:00:00.749Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29012026-06-21T00:00:00.806Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29022026-06-21T00:00:03.490Z Compiling support-bundle-viewer v0.1.2
29032026-06-21T00:00:04.870Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29042026-06-21T00:00:05.414Z Compiling multimap v0.10.1
29052026-06-21T00:00:16.452Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29062026-06-21T00:00:25.208Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29072026-06-21T00:00:27.294Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29082026-06-21T00:00:28.395Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29092026-06-21T00:00:29.250Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29102026-06-21T00:07:07.199Z Finished `release` profile [optimized] target(s) in 8m 50s
29112026-06-21T00:07:53.022Z
29122026-06-21T00:07:53.022Zreal 9:37.224264614
29132026-06-21T00:07:53.022Zuser 1:19:22.844973754
29142026-06-21T00:07:53.026Zsys 3:36.123345567
29152026-06-21T00:07:53.026Ztrap 1.760940275
29162026-06-21T00:07:53.026Ztflt 2.675798828
29172026-06-21T00:07:53.026Zdflt 16.303507970
29182026-06-21T00:07:53.026Zkflt 0.111762788
29192026-06-21T00:07:53.026Zlock 6:56:17.267070550
29202026-06-21T00:07:53.026Zslp 2:14:50.190939096
29212026-06-21T00:07:53.026Zlat 2:26.076137739
29222026-06-21T00:07:53.026Zstop 5:07.980438414
29232026-06-21T00:07:53.026Z+ mapfile -t packages
29242026-06-21T00:07:53.026Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29252026-06-21T00:07:53.913Z Finished `release` profile [optimized] target(s) in 0.87s
29262026-06-21T00:07:53.970Z Running `target/release/omicron-package -t test list-outputs`
29272026-06-21T00:07:54.028ZLogging to: /work/oxidecomputer/omicron/out/LOG
29282026-06-21T00:07:54.032Z+ ptime -m cargo build --locked --release -p xtask
29292026-06-21T00:07:54.508Z Compiling libc v0.2.185
29302026-06-21T00:07:54.508Z Compiling serde v1.0.228
29312026-06-21T00:07:54.512Z Compiling serde_core v1.0.228
29322026-06-21T00:07:54.512Z Compiling rustix v1.1.3
29332026-06-21T00:07:54.604Z Compiling bitflags v2.11.0
29342026-06-21T00:07:54.612Z Compiling serde_json v1.0.149
29352026-06-21T00:07:54.644Z Compiling num-traits v0.2.19
29362026-06-21T00:07:54.654Z Compiling syn v2.0.117
29372026-06-21T00:07:54.665Z Compiling smallvec v1.15.1
29382026-06-21T00:07:54.687Z Compiling usdt-impl v0.5.0
29392026-06-21T00:07:54.691Z Compiling indexmap v2.14.0
29402026-06-21T00:07:54.708Z Compiling syn v1.0.109
29412026-06-21T00:07:54.720Z Compiling log v0.4.29
29422026-06-21T00:07:54.732Z Compiling percent-encoding v2.3.2
29432026-06-21T00:07:54.856Z Compiling getrandom v0.4.1
29442026-06-21T00:07:55.004Z Compiling form_urlencoded v1.2.2
29452026-06-21T00:07:55.090Z Compiling fs-err v3.3.0
29462026-06-21T00:07:55.097Z Compiling heck v0.4.1
29472026-06-21T00:07:55.108Z Compiling anyhow v1.0.102
29482026-06-21T00:07:55.112Z Compiling once_cell v1.21.3
29492026-06-21T00:07:55.351Z Compiling errno v0.3.14
29502026-06-21T00:07:55.351Z Compiling thread-id v4.2.2
29512026-06-21T00:07:55.358Z Compiling memmap v0.7.0
29522026-06-21T00:07:55.670Z Compiling ordered-float v2.10.1
29532026-06-21T00:07:56.213Z Compiling proc-macro-error v1.0.4
29542026-06-21T00:07:56.359Z Compiling terminal_size v0.4.3
29552026-06-21T00:07:56.359Z Compiling tempfile v3.25.0
29562026-06-21T00:07:56.464Z Compiling clap_builder v4.6.0
29572026-06-21T00:07:56.464Z Compiling textwrap v0.16.2
29582026-06-21T00:07:56.488Z Compiling tabled_derive v0.7.0
29592026-06-21T00:07:56.609Z Compiling camino-tempfile v1.4.1
29602026-06-21T00:07:57.156Z Compiling tabled v0.15.0
29612026-06-21T00:07:57.200Z Compiling synstructure v0.13.2
29622026-06-21T00:07:57.200Z Compiling pest_generator v2.8.6
29632026-06-21T00:07:57.598Z Compiling serde_derive v1.0.228
29642026-06-21T00:07:57.598Z Compiling zerovec-derive v0.11.2
29652026-06-21T00:07:57.601Z Compiling displaydoc v0.2.5
29662026-06-21T00:07:57.601Z Compiling thiserror-impl v1.0.69
29672026-06-21T00:07:57.601Z Compiling zerocopy-derive v0.7.35
29682026-06-21T00:07:57.601Z Compiling scroll_derive v0.12.1
29692026-06-21T00:07:57.601Z Compiling thiserror-impl v2.0.18
29702026-06-21T00:07:57.631Z Compiling clap_derive v4.6.1
29712026-06-21T00:07:57.642Z Compiling zerofrom-derive v0.1.6
29722026-06-21T00:07:57.660Z Compiling yoke-derive v0.8.1
29732026-06-21T00:07:57.727Z Compiling pest_derive v2.8.6
29742026-06-21T00:07:58.294Z Compiling scroll v0.12.0
29752026-06-21T00:07:58.501Z Compiling zerocopy v0.7.35
29762026-06-21T00:07:58.637Z Compiling goblin v0.8.2
29772026-06-21T00:07:58.696Z Compiling zerofrom v0.1.6
29782026-06-21T00:07:58.780Z Compiling thiserror v1.0.69
29792026-06-21T00:07:58.815Z Compiling yoke v0.8.1
29802026-06-21T00:07:58.839Z Compiling thiserror v2.0.18
29812026-06-21T00:07:58.911Z Compiling dtrace-parser v0.2.0
29822026-06-21T00:07:59.047Z Compiling zerovec v0.11.5
29832026-06-21T00:07:59.100Z Compiling zerotrie v0.2.3
29842026-06-21T00:07:59.296Z Compiling clap v4.6.1
29852026-06-21T00:07:59.689Z Compiling tinystr v0.8.2
29862026-06-21T00:07:59.708Z Compiling potential_utf v0.1.4
29872026-06-21T00:07:59.925Z Compiling icu_locale_core v2.1.1
29882026-06-21T00:07:59.925Z Compiling icu_collections v2.1.1
29892026-06-21T00:08:00.691Z Compiling icu_provider v2.1.1
29902026-06-21T00:08:01.058Z Compiling icu_normalizer v2.1.1
29912026-06-21T00:08:01.130Z Compiling icu_properties v2.1.2
29922026-06-21T00:08:01.291Z Compiling toml_datetime v0.6.11
29932026-06-21T00:08:01.324Z Compiling serde_spanned v0.6.9
29942026-06-21T00:08:01.393Z Compiling dof v0.3.0
29952026-06-21T00:08:01.480Z Compiling serde-value v0.7.0
29962026-06-21T00:08:01.536Z Compiling toml_edit v0.22.27
29972026-06-21T00:08:01.587Z Compiling serde_tokenstream v0.2.3
29982026-06-21T00:08:01.599Z Compiling cargo-platform v0.2.0
29992026-06-21T00:08:01.650Z Compiling macaddr v1.0.1
30002026-06-21T00:08:59.695Z Compiling idna_adapter v1.2.1
30012026-06-21T00:08:59.833Z Compiling idna v1.1.0
30022026-06-21T00:08:59.833Z Compiling usdt-attr-macro v0.5.0
30032026-06-21T00:08:59.833Z Compiling usdt-macro v0.5.0
30042026-06-21T00:08:59.833Z Compiling url v2.5.8
30052026-06-21T00:08:59.834Z Compiling usdt v0.5.0
30062026-06-21T00:08:59.834Z Compiling toml v0.8.23
30072026-06-21T00:08:59.834Z Compiling cargo-util-schemas v0.8.2
30082026-06-21T00:08:59.834Z Compiling cargo_toml v0.21.0
30092026-06-21T00:08:59.834Z Compiling cargo_metadata v0.21.0
30102026-06-21T00:09:00.247Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30112026-06-21T00:09:00.248Z Finished `release` profile [optimized] target(s) in 16.61s
30122026-06-21T00:09:00.248Z
30132026-06-21T00:09:00.248Zreal 16.730878264
30142026-06-21T00:09:00.248Zuser 2:21.808894337
30152026-06-21T00:09:00.248Zsys 17.353467554
30162026-06-21T00:09:00.248Ztrap 0.090205010
30172026-06-21T00:09:00.248Ztflt 0.628310402
30182026-06-21T00:09:00.248Zdflt 1.668100638
30192026-06-21T00:09:00.248Zkflt 0.000061560
30202026-06-21T00:09:00.249Zlock 5:20.963991735
30212026-06-21T00:09:00.249Zslp 3:27.540771392
30222026-06-21T00:09:00.249Zlat 5.511582383
30232026-06-21T00:09:00.249Zstop 18.071385026
30242026-06-21T00:09:00.249Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30252026-06-21T00:09:00.363Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30262026-06-21T00:09:00.363Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30272026-06-21T00:09:00.363Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30282026-06-21T00:09:00.363Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30292026-06-21T00:09:00.363Z Compiling progenitor-client v0.14.0
30302026-06-21T00:09:00.363Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30312026-06-21T00:09:00.363Z Compiling newtype-uuid-macros v0.1.0
30322026-06-21T00:09:00.363Z Compiling match_cfg v0.1.0
30332026-06-21T00:09:00.363Z Compiling slog-json v2.6.1
30342026-06-21T00:09:00.363Z Compiling structmeta-derive v0.3.0
30352026-06-21T00:09:00.363Z Compiling rustls v0.22.4
30362026-06-21T00:09:00.364Z Compiling rustls-webpki v0.102.8
30372026-06-21T00:09:00.364Z Compiling multer v3.1.0
30382026-06-21T00:09:00.364Z Compiling compression-core v0.4.31
30392026-06-21T00:09:00.364Z Compiling debug-ignore v1.0.5
30402026-06-21T00:09:00.364Z Compiling atomicwrites v0.4.4
30412026-06-21T00:09:00.364Z Compiling itertools v0.14.0
30422026-06-21T00:09:00.364Z Compiling async-stream-impl v0.3.6
30432026-06-21T00:09:00.364Z Compiling toml_datetime v1.0.0+spec-1.1.0
30442026-06-21T00:09:00.364Z Compiling serde_spanned v1.0.4
30452026-06-21T00:09:00.364Z Compiling compression-codecs v0.4.37
30462026-06-21T00:09:00.364Z Compiling hostname v0.3.1
30472026-06-21T00:09:00.364Z Compiling dropshot v0.17.0
30482026-06-21T00:09:00.364Z Compiling toml_writer v1.0.6+spec-1.1.0
30492026-06-21T00:09:00.364Z Compiling waitgroup v0.1.2
30502026-06-21T00:09:00.364Z Compiling slog-bunyan v2.5.0
30512026-06-21T00:09:00.364Z Compiling async-compression v0.4.41
30522026-06-21T00:09:00.364Z Compiling rustls-pemfile v2.2.0
30532026-06-21T00:09:00.365Z Compiling dropshot_endpoint v0.17.0
30542026-06-21T00:09:00.365Z Compiling serde_path_to_error v0.1.20
30552026-06-21T00:09:00.365Z Compiling toml v1.0.6+spec-1.1.0
30562026-06-21T00:09:00.365Z Compiling hostname v0.4.2
30572026-06-21T00:09:00.365Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30582026-06-21T00:09:00.365Z Compiling macaddr v1.0.1
30592026-06-21T00:09:00.365Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30602026-06-21T00:09:00.365Z Compiling instant v0.1.13
30612026-06-21T00:09:00.365Z Compiling regress v0.10.5
30622026-06-21T00:09:00.365Z Compiling backon v1.6.0
30632026-06-21T00:09:00.365Z Compiling backoff v0.4.0
30642026-06-21T00:09:00.365Z Compiling async-stream v0.3.6
30652026-06-21T00:09:00.365Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30662026-06-21T00:09:00.365Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30672026-06-21T00:09:00.365Z Compiling humantime v2.3.0
30682026-06-21T00:09:00.365Z Compiling universal-hash v0.5.1
30692026-06-21T00:09:00.365Z Compiling progenitor-extras v0.2.0
30702026-06-21T00:09:00.366Z Compiling opaque-debug v0.3.1
30712026-06-21T00:09:00.366Z Compiling regress v0.11.1
30722026-06-21T00:09:00.366Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30732026-06-21T00:09:00.366Z Compiling half v2.7.1
30742026-06-21T00:09:00.366Z Compiling crucible-workspace-hack v0.1.0
30752026-06-21T00:09:00.366Z Compiling ciborium-io v0.2.2
30762026-06-21T00:09:00.366Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30772026-06-21T00:09:00.367Z Compiling structmeta v0.3.0
30782026-06-21T00:09:00.367Z Compiling convert_case v0.4.0
30792026-06-21T00:09:00.367Z Compiling aead v0.5.2
30802026-06-21T00:09:00.367Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30812026-06-21T00:09:00.367Z Compiling secrecy v0.10.3
30822026-06-21T00:09:00.367Z Compiling poly1305 v0.8.0
30832026-06-21T00:09:00.367Z Compiling ciborium-ll v0.2.2
30842026-06-21T00:09:00.367Z Compiling chacha20 v0.9.1
30852026-06-21T00:09:00.367Z Compiling derive-ex v0.1.8
30862026-06-21T00:09:00.367Z Compiling parse-display-derive v0.10.0
30872026-06-21T00:09:00.367Z Compiling unsafe-libyaml v0.2.11
30882026-06-21T00:09:00.367Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30892026-06-21T00:09:00.367Z Compiling ciborium v0.2.2
30902026-06-21T00:09:00.368Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30912026-06-21T00:09:00.368Z Compiling derive_more v0.99.20
30922026-06-21T00:09:00.368Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30932026-06-21T00:09:00.368Z Compiling thiserror-impl-no-std v2.0.2
30942026-06-21T00:09:00.368Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30952026-06-21T00:09:00.368Z Compiling byte-wrapper v0.1.0
30962026-06-21T00:09:00.368Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30972026-06-21T00:09:00.368Z Compiling serde_yaml v0.9.34+deprecated
30982026-06-21T00:09:00.368Z Compiling blake2 v0.10.6
30992026-06-21T00:09:00.369Z Compiling password-hash v0.5.0
31002026-06-21T00:09:00.369Z Compiling toml_datetime v0.7.5+spec-1.1.0
31012026-06-21T00:09:00.369Z Compiling chacha20poly1305 v0.10.1
31022026-06-21T00:09:00.369Z Compiling indent_write v2.2.0
31032026-06-21T00:09:00.369Z Compiling heapless v0.8.0
31042026-06-21T00:09:00.369Z Compiling tokio-rustls v0.25.0
31052026-06-21T00:09:00.369Z Compiling argon2 v0.5.3
31062026-06-21T00:09:00.369Z Compiling toml_edit v0.23.10+spec-1.0.0
31072026-06-21T00:09:00.369Z Compiling ingot-macros v0.1.1
31082026-06-21T00:09:00.369Z Compiling typify-impl v0.6.2
31092026-06-21T00:09:00.369Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31102026-06-21T00:09:00.369Z Compiling thiserror-no-std v2.0.2
31112026-06-21T00:09:00.369Z Compiling vsss-rs v3.3.4
31122026-06-21T00:09:00.369Z Compiling test-strategy v0.4.5
31132026-06-21T00:09:00.369Z Compiling proc-macro-crate v3.4.0
31142026-06-21T00:09:00.369Z Compiling parse-display v0.10.0
31152026-06-21T00:09:00.369Z Compiling tabwriter v1.4.1
31162026-06-21T00:09:00.369Z Compiling hash32 v0.3.1
31172026-06-21T00:09:00.369Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31182026-06-21T00:09:00.369Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31192026-06-21T00:09:00.369Z Compiling smoltcp v0.11.0
31202026-06-21T00:09:00.369Z Compiling num_enum_derive v0.7.6
31212026-06-21T00:09:00.369Z Compiling cobs v0.3.0
31222026-06-21T00:09:00.369Z Compiling colored v3.1.1
31232026-06-21T00:09:00.369Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31242026-06-21T00:09:00.369Z Compiling proc-macro-error v1.0.4
31252026-06-21T00:09:00.430Z Compiling postcard v1.1.3
31262026-06-21T00:09:00.431Z Compiling proc-macro-crate v1.3.1
31272026-06-21T00:09:00.431Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31282026-06-21T00:09:00.431Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31292026-06-21T00:09:00.431Z Compiling foreign-types-macros v0.2.3
31302026-06-21T00:09:00.431Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31312026-06-21T00:09:00.431Z Compiling cpufeatures v0.3.0
31322026-06-21T00:09:00.431Z Compiling rayon-core v1.13.0
31332026-06-21T00:09:00.431Z Compiling foreign-types-shared v0.3.1
31342026-06-21T00:09:00.431Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31352026-06-21T00:09:00.431Z Compiling chacha20 v0.10.0
31362026-06-21T00:09:00.431Z Compiling num_enum_derive v0.5.11
31372026-06-21T00:09:00.431Z Compiling crossbeam-deque v0.8.6
31382026-06-21T00:09:00.431Z Compiling camino-tempfile v1.4.1
31392026-06-21T00:09:00.431Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31402026-06-21T00:09:00.431Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31412026-06-21T00:09:00.431Z Compiling cstr-argument v0.1.2
31422026-06-21T00:09:00.431Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31432026-06-21T00:09:00.431Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31442026-06-21T00:09:00.431Z Compiling rand v0.10.0
31452026-06-21T00:09:00.431Z Compiling foreign-types v0.5.0
31462026-06-21T00:09:00.432Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31472026-06-21T00:09:00.432Z Compiling num_enum v0.7.6
31482026-06-21T00:09:00.432Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31492026-06-21T00:09:00.432Z Compiling zone_cfg_derive v0.3.1
31502026-06-21T00:09:00.432Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31512026-06-21T00:09:00.432Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31522026-06-21T00:09:00.432Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31532026-06-21T00:09:00.432Z Compiling rayon v1.11.0
31542026-06-21T00:09:00.432Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31552026-06-21T00:09:00.432Z Compiling itertools v0.12.1
31562026-06-21T00:09:00.432Z Compiling num-derive v0.4.2
31572026-06-21T00:09:00.433Z Compiling sigpipe v0.1.3
31582026-06-21T00:09:00.433Z Compiling glob v0.3.3
31592026-06-21T00:09:00.433Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31602026-06-21T00:09:00.433Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31612026-06-21T00:09:00.433Z Compiling ingot-types v0.1.2
31622026-06-21T00:09:00.433Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31632026-06-21T00:09:00.433Z Compiling smf v0.2.3
31642026-06-21T00:09:00.433Z Compiling num_enum v0.5.11
31652026-06-21T00:09:00.433Z Compiling whoami v1.6.1
31662026-06-21T00:09:00.433Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31672026-06-21T00:09:00.433Z Compiling usdt-attr-macro v0.5.0
31682026-06-21T00:09:00.433Z Compiling usdt-macro v0.5.0
31692026-06-21T00:09:00.434Z Compiling gethostname v0.5.0
31702026-06-21T00:09:00.435Z Compiling ingot v0.1.1
31712026-06-21T00:09:00.435Z Compiling num-rational v0.4.2
31722026-06-21T00:09:00.435Z Compiling num-complex v0.4.6
31732026-06-21T00:09:00.435Z Compiling memmap v0.7.0
31742026-06-21T00:09:00.435Z Compiling derive-where v1.6.0
31752026-06-21T00:09:00.435Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31762026-06-21T00:09:00.435Z Compiling float-ord v0.3.2
31772026-06-21T00:09:00.435Z Compiling toml v0.8.23
31782026-06-21T00:09:00.435Z Compiling zone v0.3.1
31792026-06-21T00:09:00.435Z Compiling num v0.4.3
31802026-06-21T00:09:00.435Z Compiling resolv-conf v0.7.6
31812026-06-21T00:09:00.435Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31822026-06-21T00:09:00.435Z Compiling owo-colors v4.3.0
31832026-06-21T00:09:00.435Z Compiling cancel-safe-futures v0.1.5
31842026-06-21T00:09:00.435Z Compiling usdt v0.5.0
31852026-06-21T00:09:00.435Z Compiling libsw-core v0.3.2
31862026-06-21T00:09:00.435Z Compiling prettyplease v0.2.37
31872026-06-21T00:09:00.435Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31882026-06-21T00:09:00.435Z Compiling libsw v3.5.0
31892026-06-21T00:09:00.435Z Compiling console v0.15.11
31902026-06-21T00:09:00.435Z Compiling hickory-proto v0.24.4
31912026-06-21T00:09:00.435Z Compiling newline-converter v0.3.0
31922026-06-21T00:09:00.435Z Compiling libefi-sys v0.1.0
31932026-06-21T00:09:00.435Z Compiling linear-map v1.2.0
31942026-06-21T00:09:00.435Z Compiling linked-hash-map v0.5.6
31952026-06-21T00:09:00.435Z Compiling typify-macro v0.6.2
31962026-06-21T00:09:00.435Z Compiling git-stub v1.0.0
31972026-06-21T00:09:00.435Z Compiling bitfield-struct v0.6.2
31982026-06-21T00:09:00.435Z Compiling lru-cache v0.1.2
31992026-06-21T00:09:00.435Z Compiling expectorate v1.2.0
32002026-06-21T00:09:00.436Z Compiling nom v8.0.0
32012026-06-21T00:09:00.436Z Compiling semver v0.1.20
32022026-06-21T00:09:00.436Z Compiling git-stub-vcs v0.1.0
32032026-06-21T00:09:00.436Z Compiling tokio-dtrace v0.1.1
32042026-06-21T00:09:00.436Z Compiling dropshot-api-manager-types v0.7.2
32052026-06-21T00:09:00.436Z Compiling slog-dtrace v0.3.0
32062026-06-21T00:09:00.436Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32072026-06-21T00:09:00.436Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32082026-06-21T00:09:00.436Z Compiling rustc_version v0.1.7
32092026-06-21T00:09:00.436Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32102026-06-21T00:09:00.436Z Compiling minimal-lexical v0.2.1
32112026-06-21T00:09:00.436Z Compiling oxide-tokio-rt v0.1.4
32122026-06-21T00:09:00.436Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32132026-06-21T00:09:00.436Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32142026-06-21T00:09:00.436Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32152026-06-21T00:09:00.437Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32162026-06-21T00:09:00.437Z Compiling newtype_derive v0.1.6
32172026-06-21T00:09:00.437Z Compiling nom v7.1.3
32182026-06-21T00:09:00.437Z Compiling phf_shared v0.12.1
32192026-06-21T00:09:00.437Z Compiling csv-core v0.1.13
32202026-06-21T00:09:00.437Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32212026-06-21T00:09:00.437Z Compiling chrono-tz v0.10.4
32222026-06-21T00:09:00.437Z Compiling highway v1.3.0
32232026-06-21T00:09:00.438Z Compiling xshell-macros v0.2.7
32242026-06-21T00:09:00.438Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32252026-06-21T00:09:00.513Z Compiling csv v1.4.0
32262026-06-21T00:09:00.513Z Compiling const_format_proc_macros v0.2.34
32272026-06-21T00:09:00.513Z Compiling phf v0.12.1
32282026-06-21T00:09:00.513Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32292026-06-21T00:09:00.513Z Compiling primeorder v0.13.6
32302026-06-21T00:09:00.513Z Compiling xshell v0.2.7
32312026-06-21T00:09:00.513Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32322026-06-21T00:09:00.513Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32332026-06-21T00:09:00.514Z Compiling typify v0.6.2
32342026-06-21T00:09:00.514Z Compiling progenitor-impl v0.14.0
32352026-06-21T00:09:00.514Z Compiling hickory-resolver v0.24.4
32362026-06-21T00:09:00.514Z Compiling tabled_derive v0.7.0
32372026-06-21T00:09:00.514Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32382026-06-21T00:09:00.514Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32392026-06-21T00:09:00.515Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32402026-06-21T00:09:00.515Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32412026-06-21T00:09:00.516Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32422026-06-21T00:09:00.516Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32432026-06-21T00:09:00.516Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32442026-06-21T00:09:00.516Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32452026-06-21T00:09:00.516Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32462026-06-21T00:09:00.516Z Compiling const_format v0.2.35
32472026-06-21T00:09:00.516Z Compiling qorb v0.4.1
32482026-06-21T00:09:00.516Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32492026-06-21T00:09:00.517Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32502026-06-21T00:09:00.517Z Compiling bcs v0.1.6
32512026-06-21T00:09:00.517Z Compiling tagptr v0.2.0
32522026-06-21T00:09:00.517Z Compiling salty v0.3.0
32532026-06-21T00:09:00.517Z Compiling termtree v0.5.1
32542026-06-21T00:09:00.517Z Compiling moka v0.12.13
32552026-06-21T00:09:00.517Z Compiling textwrap v0.16.2
32562026-06-21T00:09:00.517Z Compiling tabled v0.15.0
32572026-06-21T00:09:00.517Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32582026-06-21T00:09:00.517Z Compiling steno v0.4.1
32592026-06-21T00:09:00.517Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32602026-06-21T00:09:00.517Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32612026-06-21T00:09:00.517Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32622026-06-21T00:09:00.517Z Compiling radium v0.7.0
32632026-06-21T00:09:00.518Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32642026-06-21T00:09:00.518Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32652026-06-21T00:09:00.518Z Compiling base64 v0.21.7
32662026-06-21T00:09:00.518Z Compiling hickory-resolver v0.25.2
32672026-06-21T00:09:00.518Z Compiling p384 v0.13.1
32682026-06-21T00:09:00.519Z Compiling progenitor-macro v0.14.0
32692026-06-21T00:09:00.519Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32702026-06-21T00:09:00.519Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32712026-06-21T00:09:00.519Z Compiling maybe-uninit v2.0.0
32722026-06-21T00:09:00.519Z Compiling tap v1.0.1
32732026-06-21T00:09:00.519Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32742026-06-21T00:09:00.519Z Compiling wyz v0.5.1
32752026-06-21T00:09:00.519Z Compiling proc-macro-error-attr2 v2.0.0
32762026-06-21T00:09:00.519Z Compiling packed_struct v0.10.1
32772026-06-21T00:09:00.519Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32782026-06-21T00:09:00.519Z Compiling utf-8 v0.7.6
32792026-06-21T00:09:00.519Z Compiling parking_lot_core v0.8.6
32802026-06-21T00:09:00.520Z Compiling funty v2.0.0
32812026-06-21T00:09:00.520Z Compiling tungstenite v0.21.0
32822026-06-21T00:09:00.520Z Compiling proc-macro-error2 v2.0.1
32832026-06-21T00:09:00.520Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32842026-06-21T00:09:00.520Z Compiling polyval v0.6.2
32852026-06-21T00:09:00.520Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32862026-06-21T00:09:00.520Z Compiling bitvec v1.0.1
32872026-06-21T00:09:00.520Z Compiling packed_struct_codegen v0.10.1
32882026-06-21T00:09:00.520Z Compiling num-derive v0.3.3
32892026-06-21T00:09:00.520Z Compiling bitfield-macros v0.19.4
32902026-06-21T00:09:00.520Z Compiling zerocopy-derive v0.6.6
32912026-06-21T00:09:00.520Z Compiling indexmap v1.9.3
32922026-06-21T00:09:00.521Z Compiling crc-catalog v2.4.0
32932026-06-21T00:09:00.521Z Compiling nodrop v0.1.14
32942026-06-21T00:09:00.521Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32952026-06-21T00:09:00.521Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32962026-06-21T00:09:00.521Z Compiling crc v3.4.0
32972026-06-21T00:09:00.523Z Compiling array-init v0.0.4
32982026-06-21T00:09:00.523Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32992026-06-21T00:09:00.523Z Compiling tokio-tungstenite v0.21.0
33002026-06-21T00:09:00.523Z Compiling tabled_derive v0.11.0
33012026-06-21T00:09:00.523Z Compiling ghash v0.5.1
33022026-06-21T00:09:00.523Z Compiling bitfield v0.19.4
33032026-06-21T00:09:00.523Z Compiling smallvec v0.6.14
33042026-06-21T00:09:00.523Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33052026-06-21T00:09:00.525Z Compiling progenitor-impl v0.13.0
33062026-06-21T00:09:00.525Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33072026-06-21T00:09:00.525Z Compiling zerocopy v0.6.6
33082026-06-21T00:09:00.525Z Compiling libscf-sys v1.1.0
33092026-06-21T00:09:00.525Z Compiling papergrid v0.17.0
33102026-06-21T00:09:00.525Z Compiling testing_table v0.3.0
33112026-06-21T00:09:00.525Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33122026-06-21T00:09:00.525Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33132026-06-21T00:09:00.525Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33142026-06-21T00:09:00.525Z Compiling ctr v0.9.2
33152026-06-21T00:09:00.525Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33162026-06-21T00:09:00.525Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33172026-06-21T00:09:00.525Z Compiling unicase v2.9.0
33182026-06-21T00:09:00.526Z Compiling illumos-nvpair-sys v0.2.0
33192026-06-21T00:09:00.526Z Compiling hashbrown v0.12.3
33202026-06-21T00:09:00.526Z Compiling corncobs v0.1.4
33212026-06-21T00:09:00.526Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33222026-06-21T00:09:00.527Z Compiling mime_guess v2.0.5
33232026-06-21T00:09:00.527Z Compiling aes-gcm v0.10.3
33242026-06-21T00:09:00.527Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33252026-06-21T00:09:00.607Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33262026-06-21T00:09:00.607Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33272026-06-21T00:09:00.607Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33282026-06-21T00:09:00.607Z Compiling serde-hex v0.1.0
33292026-06-21T00:09:00.607Z Compiling tabled v0.20.0
33302026-06-21T00:09:00.607Z Compiling parking_lot v0.11.2
33312026-06-21T00:09:00.607Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33322026-06-21T00:09:00.607Z Compiling ron v0.8.1
33332026-06-21T00:09:00.607Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33342026-06-21T00:09:00.607Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33352026-06-21T00:09:00.608Z Compiling hashbrown v0.13.2
33362026-06-21T00:09:00.608Z Compiling progenitor-client v0.13.0
33372026-06-21T00:09:00.608Z Compiling blowfish v0.9.1
33382026-06-21T00:09:00.608Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33392026-06-21T00:09:00.608Z Compiling prefix-trie v0.7.0
33402026-06-21T00:09:00.608Z Compiling ssh-encoding v0.2.0
33412026-06-21T00:09:00.608Z Compiling fxhash v0.2.1
33422026-06-21T00:09:00.608Z Compiling secrecy v0.8.0
33432026-06-21T00:09:00.608Z Compiling crc-any v2.5.0
33442026-06-21T00:09:00.608Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33452026-06-21T00:09:00.608Z Compiling ssh-cipher v0.2.0
33462026-06-21T00:09:00.608Z Compiling hickory-server v0.25.2
33472026-06-21T00:09:00.609Z Compiling sled v0.34.7
33482026-06-21T00:09:00.609Z Compiling progenitor-macro v0.13.0
33492026-06-21T00:09:00.609Z Compiling object v0.30.4
33502026-06-21T00:09:00.609Z Compiling progenitor v0.14.0
33512026-06-21T00:09:00.609Z Compiling bcrypt-pbkdf v0.10.0
33522026-06-21T00:09:00.609Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33532026-06-21T00:09:00.609Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33542026-06-21T00:09:00.609Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33552026-06-21T00:09:00.609Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33562026-06-21T00:09:00.609Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33572026-06-21T00:09:00.609Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33582026-06-21T00:09:00.609Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33592026-06-21T00:09:00.609Z Compiling progenitor v0.13.0
33602026-06-21T00:09:00.609Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33612026-06-21T00:09:00.609Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33622026-06-21T00:09:00.610Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33632026-06-21T00:09:00.610Z Compiling password-hash v0.4.2
33642026-06-21T00:09:00.610Z Compiling http-range v0.1.5
33652026-06-21T00:09:00.610Z Compiling path-slash v0.1.5
33662026-06-21T00:09:00.610Z Compiling half v1.8.3
33672026-06-21T00:09:00.610Z Compiling crc8 v0.1.1
33682026-06-21T00:09:00.610Z Compiling pbkdf2 v0.11.0
33692026-06-21T00:09:00.824Z Compiling illumos-nvpair v0.3.0
33702026-06-21T00:09:00.928Z Compiling ssh-key v0.6.7
33712026-06-21T00:09:00.928Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33722026-06-21T00:09:00.928Z Compiling serde_cbor v0.11.2
33732026-06-21T00:09:00.928Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33742026-06-21T00:09:01.051Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33752026-06-21T00:09:01.459Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33762026-06-21T00:09:01.554Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33772026-06-21T00:09:01.554Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33782026-06-21T00:09:01.554Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33792026-06-21T00:09:01.554Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33802026-06-21T00:09:01.554Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33812026-06-21T00:09:01.596Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33822026-06-21T00:09:01.710Z Compiling p256 v0.13.2
33832026-06-21T00:09:01.785Z Compiling p521 v0.13.3
33842026-06-21T00:09:02.087Z Compiling yasna v0.5.2
33852026-06-21T00:09:02.119Z Compiling kstat-rs v0.2.4
33862026-06-21T00:09:02.143Z Compiling headers-core v0.3.0
33872026-06-21T00:09:02.394Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33882026-06-21T00:09:02.422Z Compiling nanorand v0.7.0
33892026-06-21T00:09:02.422Z Compiling atty v0.2.14
33902026-06-21T00:09:02.422Z Compiling russh-cryptovec v0.7.3
33912026-06-21T00:09:02.467Z Compiling home v0.5.12
33922026-06-21T00:09:02.520Z Compiling md5 v0.7.0
33932026-06-21T00:09:02.616Z Compiling rcgen v0.12.1
33942026-06-21T00:09:02.683Z Compiling flume v0.11.1
33952026-06-21T00:09:02.683Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33962026-06-21T00:09:02.715Z Compiling headers v0.4.1
33972026-06-21T00:09:02.776Z Compiling russh-keys v0.45.0
33982026-06-21T00:09:02.790Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33992026-06-21T00:09:02.833Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34002026-06-21T00:09:02.967Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34012026-06-21T00:09:03.061Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34022026-06-21T00:09:03.165Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34032026-06-21T00:09:03.760Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34042026-06-21T00:09:03.794Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34052026-06-21T00:09:03.794Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34062026-06-21T00:09:03.795Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34072026-06-21T00:09:03.795Z Compiling hyper-staticfile v0.10.1
34082026-06-21T00:09:03.795Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34092026-06-21T00:09:03.853Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34102026-06-21T00:09:03.967Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34112026-06-21T00:09:04.015Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34122026-06-21T00:09:04.042Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34132026-06-21T00:09:04.071Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34142026-06-21T00:09:04.442Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34152026-06-21T00:09:04.556Z Compiling num-bigint v0.4.6
34162026-06-21T00:09:04.556Z Compiling des v0.8.1
34172026-06-21T00:09:04.556Z Compiling subprocess v0.2.15
34182026-06-21T00:09:04.675Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34192026-06-21T00:09:04.675Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34202026-06-21T00:09:05.180Z Compiling display-error-chain v0.2.2
34212026-06-21T00:09:05.275Z Compiling hex-literal v0.4.1
34222026-06-21T00:09:05.275Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34232026-06-21T00:09:05.275Z Compiling colored v2.2.0
34242026-06-21T00:09:05.275Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34252026-06-21T00:09:05.275Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34262026-06-21T00:09:05.276Z Compiling internet-checksum v0.2.1
34272026-06-21T00:09:05.914Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34282026-06-21T00:09:05.949Z Compiling russh v0.45.0
34292026-06-21T00:09:06.086Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34302026-06-21T00:09:07.019Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34312026-06-21T00:09:07.843Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34322026-06-21T00:09:07.843Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34332026-06-21T00:09:08.449Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34342026-06-21T00:09:10.174Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34352026-06-21T00:09:10.806Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34362026-06-21T00:09:11.328Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34372026-06-21T00:09:14.049Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34382026-06-21T00:09:22.157Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34392026-06-21T00:09:22.157Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34402026-06-21T00:09:22.162Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34412026-06-21T00:09:22.162Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34422026-06-21T00:09:23.897Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34432026-06-21T00:09:23.911Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34442026-06-21T00:09:28.168Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34452026-06-21T00:10:07.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 56s
34462026-06-21T00:10:07.796Z
34472026-06-21T00:10:07.796Zreal 1:56.929990776
34482026-06-21T00:10:07.796Zuser 7:59.017855293
34492026-06-21T00:10:07.796Zsys 1:39.981245879
34502026-06-21T00:10:07.818Ztrap 0.198397365
34512026-06-21T00:10:07.818Ztflt 0.560708814
34522026-06-21T00:10:07.818Zdflt 1.709224507
34532026-06-21T00:10:07.818Zkflt 0.000338920
34542026-06-21T00:10:07.818Zlock 26:50.075247342
34552026-06-21T00:10:07.819Zslp 19:00.618741557
34562026-06-21T00:10:07.819Zlat 35.217616684
34572026-06-21T00:10:07.819Zstop 2:33.757575988
34582026-06-21T00:10:07.819Z+ mkdir tests
34592026-06-21T00:10:07.819Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34602026-06-21T00:10:07.819Z+ xargs -I '{}' -t cp '{}' tests/
34612026-06-21T00:10:07.838Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f35f394bfb169ef7 tests/
34622026-06-21T00:10:07.851Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-924fc3fc47321669 tests/
34632026-06-21T00:10:07.883Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-408c589a9be9a15a tests/
34642026-06-21T00:10:07.898Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f00a927a2ca939a9 tests/
34652026-06-21T00:10:08.254Z+ 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/* tools/opte_version tools/opte_version_override)
34662026-06-21T00:10:08.265Z+ 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-924fc3fc47321669 tests/commtest-408c589a9be9a15a tests/dhcp_server-f35f394bfb169ef7 tests/end_to_end_tests-f00a927a2ca939a9 tools/opte_version tools/opte_version_override 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
34672026-06-21T00:11:28.444ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34682026-06-21T00:11:28.445Za .github/buildomat/ci-env.sh 1K
34692026-06-21T00:11:28.445Za out/target/test 1K
34702026-06-21T00:11:28.445Za out/npuzone/npuzone 27402K
34712026-06-21T00:11:28.445Za package-manifest.toml 35K
34722026-06-21T00:11:28.445Za smf/sled-agent/non-gimlet/config.toml 6K
34732026-06-21T00:11:28.445Za target/release/omicron-package 45177K
34742026-06-21T00:11:28.445Za target/release/xtask 11453K
34752026-06-21T00:11:28.445Za target/debug/bootstrap 355917K
34762026-06-21T00:11:28.445Za tests/bootstrap-924fc3fc47321669 31215K
34772026-06-21T00:11:28.445Za tests/commtest-408c589a9be9a15a 32300K
34782026-06-21T00:11:28.445Za tests/dhcp_server-f35f394bfb169ef7 31215K
34792026-06-21T00:11:28.445Za tests/end_to_end_tests-f00a927a2ca939a9 397746K
34802026-06-21T00:11:28.445Za tools/opte_version 1K
34812026-06-21T00:11:28.445Za tools/opte_version_override 2K
34822026-06-21T00:11:28.445Za out/clickhouse.tar.gz 313417K
34832026-06-21T00:11:28.446Za out/clickhouse_keeper.tar.gz 298475K
34842026-06-21T00:11:28.446Za out/clickhouse_server.tar.gz 313415K
34852026-06-21T00:11:28.446Za out/cockroachdb.tar.gz 157676K
34862026-06-21T00:11:28.448Za out/crucible-pantry-zone.tar.gz 36467K
34872026-06-21T00:11:28.448Za out/crucible-utils.tar 16478K
34882026-06-21T00:11:28.448Za out/crucible-zone.tar.gz 52037K
34892026-06-21T00:11:28.448Za out/external-dns.tar.gz 42900K
34902026-06-21T00:11:28.448Za out/internal-dns.tar.gz 42899K
34912026-06-21T00:11:28.448Za out/mg-ddm-gz.tar 97917K
34922026-06-21T00:11:28.448Za out/nexus.tar.gz 278342K
34932026-06-21T00:11:28.448Za out/ntp.tar.gz 24107K
34942026-06-21T00:11:28.448Za out/omicron-gateway-softnpu.tar.gz 30194K
34952026-06-21T00:11:28.448Za out/omicron-sled-agent.tar 194547K
34962026-06-21T00:11:28.448Za out/overlay.tar.gz 3K
34972026-06-21T00:11:28.448Za out/oximeter.tar.gz 62279K
34982026-06-21T00:11:28.448Za out/oxlog.tar 3782K
34992026-06-21T00:11:28.448Za out/probe.tar.gz 3037K
35002026-06-21T00:11:28.449Za out/propolis-server.tar.gz 34918K
35012026-06-21T00:11:28.449Za out/pumpkind-gz.tar 26647K
35022026-06-21T00:11:28.449Za out/switch-softnpu.tar.gz 447863K
35032026-06-21T00:11:28.453Z
35042026-06-21T00:11:28.453Zreal 1:20.222369292
35052026-06-21T00:11:28.453Zuser 1:17.522019636
35062026-06-21T00:11:28.453Zsys 4.497888728
35072026-06-21T00:11:28.453Ztrap 0.005841902
35082026-06-21T00:11:28.453Ztflt 0.000000000
35092026-06-21T00:11:28.453Zdflt 0.000000000
35102026-06-21T00:11:28.454Zkflt 0.000000000
35112026-06-21T00:11:28.454Zlock 0.000000000
35122026-06-21T00:11:28.454Zslp 1:17.414621297
35132026-06-21T00:11:28.454Zlat 0.999391766
35142026-06-21T00:11:28.454Zstop 0.000223110
35152026-06-21T00:11:28.454Zprocess exited: duration 1040839 ms, exit code 0
 
35162026-06-21T00:11:28.469Zfound 1 output files
35172026-06-21T00:11:28.469Zuploading: /work/package.tar.gz (2479583713 bytes)
35182026-06-21T00:12:01.319Zuploaded: /work/package.tar.gz