01KKYP9X07SXSM9G9Y88S9CHF7: helios / package

BasicConfig {
    output_rules: [
        "=/work/package.tar.gz",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0-16c64gb",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KKYPAF48BPH5DEW24Y337EKX

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-17T20:05:37.594Zjob assigned to worker 01KKYPAPJS891C4ZMVJ2PFZ4SP [factory aws, i-09c60ba7b3d2ff954] (queued for 2 m 21 s)
 
22026-03-17T20:05:46.639Zstarting task 0: "setup"
32026-03-17T20:05:46.644Z++ uname -s
42026-03-17T20:05:46.647Z+ kern=SunOS
52026-03-17T20:05:46.647Z+ build_user=build
62026-03-17T20:05:46.647Z+ build_uid=12345
72026-03-17T20:05:46.647Z+ work_dir=/work
82026-03-17T20:05:46.647Z+ input_dir=/input
92026-03-17T20:05:46.647Z+ [[ 0 == 12345 ]]
102026-03-17T20:05:46.647Z+ case "$kern" in
112026-03-17T20:05:46.647Z+ groupadd -g 12345 build
122026-03-17T20:05:46.651Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-17T20:05:48.657Z+ zfs create -o mountpoint=/work rpool/work
142026-03-17T20:05:48.788Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-17T20:05:48.791Z+ home_fs=zfs
162026-03-17T20:05:48.791Z+ [[ zfs == autofs ]]
172026-03-17T20:05:48.791Z+ mkdir -p /home/build
182026-03-17T20:05:48.794Z+ chown build:build /home/build /work
192026-03-17T20:05:50.795Z+ chmod 0700 /home/build /work
202026-03-17T20:05:50.799Zprocess exited: duration 4162 ms, exit code 0
 
212026-03-17T20:05:50.806Zstarting task 1: "rust-toolchain"
222026-03-17T20:05:50.812Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-03-17T20:05:50.812Z * rust toolchain channel = "1.91.1"
242026-03-17T20:05:50.812Z * rust toolchain profile = "default"
252026-03-17T20:05:50.812Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-17T20:05:50.812Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-17T20:05:50.812Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-17T20:05:50.815Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-17T20:05:50.815Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-17T20:05:50.956Zinfo: downloading installer
312026-03-17T20:05:52.632Zwarn: It looks like you have an existing installation of Rust at:
322026-03-17T20:05:52.632Zwarn: /opt/ooce/bin
332026-03-17T20:05:52.632Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-17T20:05:52.632Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-17T20:05:52.633Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-17T20:05:52.633Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-17T20:05:52.633Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-17T20:05:52.633Zerror: cannot install while Rust is installed
392026-03-17T20:05:52.633Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-17T20:05:52.633Zwarn: It looks like you have an existing rustup settings file at:
412026-03-17T20:05:52.633Zwarn: /home/build/.rustup/settings.toml
422026-03-17T20:05:52.633Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-17T20:05:52.633Zwarn: instead of the one inferred from the default host triple.
442026-03-17T20:05:52.645Zinfo: profile set to default
452026-03-17T20:05:52.645Zinfo: default host triple is x86_64-unknown-illumos
462026-03-17T20:05:52.649Zinfo: syncing channel updates for 1.91.1-x86_64-unknown-illumos
472026-03-17T20:05:52.801Zinfo: latest update on 2025-11-10 for version 1.91.1 (ed61e7d7e 2025-11-07)
482026-03-17T20:05:52.804Zinfo: downloading 6 components
492026-03-17T20:06:09.196Zinfo: default toolchain set to 1.91.1-x86_64-unknown-illumos
502026-03-17T20:06:09.196Z
512026-03-17T20:06:09.232Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
522026-03-17T20:06:09.232Z
532026-03-17T20:06:09.235Z
542026-03-17T20:06:09.235ZRust is installed now. Great!
552026-03-17T20:06:09.235Z
562026-03-17T20:06:09.235ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-17T20:06:09.235Zenvironment variable. This has not been done automatically.
582026-03-17T20:06:09.235Z
592026-03-17T20:06:09.235ZTo configure your current shell, you need to source
602026-03-17T20:06:09.235Zthe corresponding env file under $HOME/.cargo.
612026-03-17T20:06:09.235Z
622026-03-17T20:06:09.235ZThis is usually done by running one of the following (note the leading DOT):
632026-03-17T20:06:09.235Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-17T20:06:09.235Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-17T20:06:09.235Zsource "~/.cargo/env.nu" # For nushell
662026-03-17T20:06:09.235Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-17T20:06:09.235Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-17T20:06:09.235Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-17T20:06:09.235Zwarn: no default linker (`cc`) was found in your PATH
702026-03-17T20:06:09.235Zwarn: many Rust crates require a system C toolchain to build
712026-03-17T20:06:09.329Z+ rustup --version
722026-03-17T20:06:09.337Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-17T20:06:09.340Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-17T20:06:09.364Zinfo: the currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
752026-03-17T20:06:09.367Z+ cargo --version
762026-03-17T20:06:09.378Zcargo 1.91.1 (ea2d97820 2025-10-10)
772026-03-17T20:06:09.381Z+ rustc --version
782026-03-17T20:06:09.408Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
792026-03-17T20:06:09.411Zprocess exited: duration 18603 ms, exit code 0
 
802026-03-17T20:06:09.418Zstarting task 2: "authentication"
812026-03-17T20:06:09.439Zprocess exited: duration 21 ms, exit code 0
 
822026-03-17T20:06:09.446Zstarting task 3: "clone repository"
832026-03-17T20:06:09.451Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-17T20:06:09.454Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-17T20:06:09.492ZCloning into '/work/oxidecomputer/omicron'...
862026-03-17T20:06:24.709Z+ cd /work/oxidecomputer/omicron
872026-03-17T20:06:24.709Z+ git fetch origin 6f12edd0ca0f8a94837748b17dc08d53c21e0a39
882026-03-17T20:06:25.312ZFrom https://github.com/oxidecomputer/omicron
892026-03-17T20:06:25.312Z * branch 6f12edd0ca0f8a94837748b17dc08d53c21e0a39 -> FETCH_HEAD
902026-03-17T20:06:25.324Z+ [[ -n zl/drop-mvlan-from-group ]]
912026-03-17T20:06:25.328Z++ git branch --show-current
922026-03-17T20:06:25.332Z+ current=main
932026-03-17T20:06:25.332Z+ [[ main != zl/drop-mvlan-from-group ]]
942026-03-17T20:06:25.332Z+ git branch -f zl/drop-mvlan-from-group 6f12edd0ca0f8a94837748b17dc08d53c21e0a39
952026-03-17T20:06:25.335Z+ git checkout -f zl/drop-mvlan-from-group
962026-03-17T20:06:25.571ZSwitched to branch 'zl/drop-mvlan-from-group'
972026-03-17T20:06:25.576Z+ git reset --hard 6f12edd0ca0f8a94837748b17dc08d53c21e0a39
982026-03-17T20:06:25.595ZHEAD is now at 6f12edd0c [review] add expectorate tests for multicast group allocation CTE queries + minor cleanup
992026-03-17T20:06:25.598Zprocess exited: duration 16148 ms, exit code 0
 
1002026-03-17T20:06:25.604Zstarting task 4: "build"
1012026-03-17T20:06:25.609Z+ source .github/buildomat/ci-env.sh
1022026-03-17T20:06:25.613Z++ export CARGO_TERM_COLOR=always
1032026-03-17T20:06:25.613Z++ CARGO_TERM_COLOR=always
1042026-03-17T20:06:25.613Z+ cargo --version
1052026-03-17T20:06:25.622Zcargo 1.91.1 (ea2d97820 2025-10-10)
1062026-03-17T20:06:25.625Z+ rustc --version
1072026-03-17T20:06:25.653Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1082026-03-17T20:06:25.656Z+ WORK=/work
1092026-03-17T20:06:25.656Z+ pfexec mkdir -p /work
1102026-03-17T20:06:25.660Z+ pfexec chown build /work
1112026-03-17T20:06:25.663Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-17T20:06:36.781Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-17T20:06:46.467Z Startup: Caching catalogs ... Done
1142026-03-17T20:07:08.572ZPlanning: Solver setup ... Done (20.503s)
1152026-03-17T20:07:08.724ZPlanning: Running solver ... Done (0.152s)
1162026-03-17T20:07:08.904ZPlanning: Finding local manifests ... Done (0.003s)
1172026-03-17T20:07:08.918ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-17T20:07:09.048ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-17T20:07:09.091ZPlanning: Package planning ... Done (0.043s)
1202026-03-17T20:07:09.131ZPlanning: Merging actions ... Done (0.040s)
1212026-03-17T20:07:09.480ZPlanning: Checking for conflicting actions ... Done (0.349s)
1222026-03-17T20:07:09.491ZPlanning: Consolidating action changes ... Done (0.010s)
1232026-03-17T20:07:10.396ZPlanning: Evaluating mediators ... Done (0.905s)
1242026-03-17T20:07:10.404ZPlanning: Planning completed in 23.79 seconds
1252026-03-17T20:07:10.464Z Packages to install: 4
1262026-03-17T20:07:10.464Z Mediators to change: 2
1272026-03-17T20:07:10.464Z Services to change: 1
1282026-03-17T20:07:10.464Z Estimated space available: 155.43 GB
1292026-03-17T20:07:10.468ZEstimated space to be consumed: 1.83 GB
1302026-03-17T20:07:10.468Z Create boot environment: No
1312026-03-17T20:07:10.468ZCreate backup boot environment: No
1322026-03-17T20:07:10.468Z Rebuild boot archive: No
1332026-03-17T20:07:10.468Z
1342026-03-17T20:07:10.468ZChanged mediators:
1352026-03-17T20:07:10.468Z mediator clang:
1362026-03-17T20:07:10.468Z version: None -> 15 (system default)
1372026-03-17T20:07:10.468Z
1382026-03-17T20:07:10.468Z mediator llvm:
1392026-03-17T20:07:10.468Z version: 14 (system default) -> 15 (system default)
1402026-03-17T20:07:10.468Z
1412026-03-17T20:07:10.468ZChanged packages:
1422026-03-17T20:07:10.468Zhelios-dev
1432026-03-17T20:07:10.468Z developer/build-essential
1442026-03-17T20:07:10.468Z None -> 11-2.0
1452026-03-17T20:07:10.468Z library/libxmlsec1
1462026-03-17T20:07:10.468Z None -> 1.2.35-2.0
1472026-03-17T20:07:10.468Z ooce/developer/clang-15
1482026-03-17T20:07:10.468Z None -> 15.0.7-2.0
1492026-03-17T20:07:10.468Z ooce/developer/llvm-15
1502026-03-17T20:07:10.468Z None -> 15.0.7-2.0
1512026-03-17T20:07:10.468Z
1522026-03-17T20:07:10.468ZServices:
1532026-03-17T20:07:10.468Z restart_fmri:
1542026-03-17T20:07:10.468Z svc:/system/update-man-index:default
1552026-03-17T20:07:10.512Z
1562026-03-17T20:07:10.512ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-17T20:07:15.513ZDownload: 1254/3290 items 90.5/212.6MB 42% complete (18.0M/s)
1582026-03-17T20:07:20.895ZDownload: 3240/3290 items 202.3/212.6MB 95% complete (20.5M/s)
1592026-03-17T20:07:23.755ZDownload: Completed 212.60 MB in 13.24 seconds (16.1M/s)
1602026-03-17T20:07:23.923Z Actions: 1/3689 actions (Installing new actions)
1612026-03-17T20:07:28.113Z Actions: Completed 3689 actions in 4.19 seconds.
1622026-03-17T20:07:28.459Z Done (0.342s)
1632026-03-17T20:07:28.459Z Done (0.000s)
1642026-03-17T20:07:29.352Z Done (0.892s)
1652026-03-17T20:07:34.023Z Done (4.322s)
1662026-03-17T20:07:34.111Z Done (0.019s)
1672026-03-17T20:07:34.114Z Done (0.000s)
1682026-03-17T20:07:34.273Z Done (0.000s)
1692026-03-17T20:07:35.234ZPlanning: Evaluating mediator changes ... Done
1702026-03-17T20:07:35.379ZPlanning: Checking for conflicting actions ... Done
1712026-03-17T20:07:35.382ZPlanning: Consolidating action changes ... Done
1722026-03-17T20:07:35.599ZPlanning: Evaluating mediators ... Done
1732026-03-17T20:07:35.602ZPlanning: Planning completed in 0.37 seconds
1742026-03-17T20:07:35.628Z Mediators to change: 2
1752026-03-17T20:07:35.628Z Create boot environment: No
1762026-03-17T20:07:35.632ZCreate backup boot environment: No
1772026-03-17T20:07:35.715Z Done
1782026-03-17T20:07:35.715Z Done
1792026-03-17T20:07:36.444Z Done
1802026-03-17T20:07:39.774Z Done
1812026-03-17T20:07:39.857Z Done
1822026-03-17T20:07:39.860Z Done
1832026-03-17T20:07:40.010Z Done
1842026-03-17T20:07:40.554ZPlanning: Evaluating mediator changes ... Done
1852026-03-17T20:07:40.558ZPlanning: Merging actions ... Done
1862026-03-17T20:07:40.722ZPlanning: Checking for conflicting actions ... Done
1872026-03-17T20:07:40.725ZPlanning: Consolidating action changes ... Done
1882026-03-17T20:07:40.942ZPlanning: Evaluating mediators ... Done
1892026-03-17T20:07:40.985ZPlanning: Planning completed in 0.64 seconds
1902026-03-17T20:07:41.019Z Packages to change: 1
1912026-03-17T20:07:41.019Z Mediators to change: 1
1922026-03-17T20:07:41.019Z Services to change: 1
1932026-03-17T20:07:41.019Z Create boot environment: No
1942026-03-17T20:07:41.022ZCreate backup boot environment: Yes
1952026-03-17T20:07:43.466Z Actions: 1/6 actions (Updating modified actions)
1962026-03-17T20:07:43.471Z Actions: Completed 6 actions in 0.00 seconds.
1972026-03-17T20:07:43.471Z Done
1982026-03-17T20:07:43.471Z Done
1992026-03-17T20:07:43.665Z Done
2002026-03-17T20:07:46.945Z Done
2012026-03-17T20:07:47.034Z Done
2022026-03-17T20:07:47.037Z Done
2032026-03-17T20:07:47.189Z Done
2042026-03-17T20:07:47.571ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2052026-03-17T20:07:47.571Zclang system 15 system
2062026-03-17T20:07:47.571Zcsh system system illumos
2072026-03-17T20:07:47.571Zctags system system illumos
2082026-03-17T20:07:47.571Zfile system system illumos
2092026-03-17T20:07:47.571Zgcc vendor 12 vendor
2102026-03-17T20:07:47.571Zgcc system 10 system
2112026-03-17T20:07:47.571Zgcc system 7 system
2122026-03-17T20:07:47.571Zgo system 1.20 system
2132026-03-17T20:07:47.571Zgo system 1.19 system
2142026-03-17T20:07:47.571Zllvm system 15 system
2152026-03-17T20:07:47.571Zllvm system 14 system
2162026-03-17T20:07:47.571Zmariadb system 10.6 system
2172026-03-17T20:07:47.571Zmta vendor vendor dma
2182026-03-17T20:07:47.571Zopenjdk system 17 system
2192026-03-17T20:07:47.571Zopenjdk system 11 system
2202026-03-17T20:07:47.571Zopenjdk system 1.8 system
2212026-03-17T20:07:47.571Zopenssl vendor 3 vendor
2222026-03-17T20:07:47.571Zperl system 5.36 system
2232026-03-17T20:07:47.571Zpostgresql system 15 system
2242026-03-17T20:07:47.571Zpostgresql system 13 system
2252026-03-17T20:07:47.571Zpython vendor 3 vendor
2262026-03-17T20:07:47.571Zpython system 2 system
2272026-03-17T20:07:47.572Zpython3 system 3.11 system
2282026-03-17T20:07:47.572Zruby system 3.0 system
2292026-03-17T20:07:47.572Zwords vendor vendor american-english
2302026-03-17T20:07:47.572Zwords system system australian-english
2312026-03-17T20:07:47.572Zwords system system british-english
2322026-03-17T20:07:47.572Zwords system system canadian-english
2332026-03-17T20:07:47.572Zwords system system french
2342026-03-17T20:07:47.572Zwords system system italian
2352026-03-17T20:07:47.572Zwords system system ngerman
2362026-03-17T20:07:47.572Zwords system system ogerman
2372026-03-17T20:07:47.572Zwords system system spanish
2382026-03-17T20:07:47.874ZPUBLISHER TYPE STATUS P LOCATION
2392026-03-17T20:07:47.874Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2402026-03-17T20:07:53.834ZFMRI IFO
2412026-03-17T20:07:53.834Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2422026-03-17T20:07:53.834Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2432026-03-17T20:07:53.834Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2442026-03-17T20:07:53.834Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2452026-03-17T20:07:53.835Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2462026-03-17T20:07:53.835Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2472026-03-17T20:07:53.835Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2482026-03-17T20:07:53.835Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2492026-03-17T20:07:53.835Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2502026-03-17T20:07:53.835Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2512026-03-17T20:07:53.835Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2522026-03-17T20:07:53.835Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2532026-03-17T20:07:53.835Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2542026-03-17T20:07:53.835Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2552026-03-17T20:07:53.835Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2562026-03-17T20:07:53.835Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2572026-03-17T20:07:55.067Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2582026-03-17T20:07:55.382Z Updating crates.io index
2592026-03-17T20:07:55.419Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2602026-03-17T20:07:56.139Z Updating git repository `https://github.com/oxidecomputer/lldp`
2612026-03-17T20:07:56.707Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2622026-03-17T20:07:56.984Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2632026-03-17T20:07:57.336Z Updating git repository `https://github.com/oxidecomputer/falcon`
2642026-03-17T20:07:58.367Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2652026-03-17T20:07:59.064Z Updating git repository `https://github.com/oxidecomputer/propolis`
2662026-03-17T20:08:02.232Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672026-03-17T20:08:04.306Z Updating git repository `https://github.com/oxidecomputer/opte`
2682026-03-17T20:08:09.715Z Updating git repository `https://github.com/oxidecomputer/tofino`
2692026-03-17T20:08:09.994Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2702026-03-17T20:08:11.284Z Updating git repository `https://github.com/oxidecomputer/clickward`
2712026-03-17T20:08:11.695Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2722026-03-17T20:08:12.112Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2732026-03-17T20:08:12.387Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2742026-03-17T20:08:13.522Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2752026-03-17T20:08:14.563Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-03-17T20:08:14.823Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2772026-03-17T20:08:15.208Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2782026-03-17T20:08:15.724Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2792026-03-17T20:08:16.012Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2802026-03-17T20:08:16.286Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2812026-03-17T20:08:16.637Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2822026-03-17T20:08:17.103Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2832026-03-17T20:08:17.633Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2842026-03-17T20:08:18.234Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2852026-03-17T20:08:18.621Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2862026-03-17T20:08:18.928Z Updating git repository `https://github.com/oxidecomputer/ispf`
2872026-03-17T20:08:20.253Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2882026-03-17T20:08:20.862Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2892026-03-17T20:08:21.194Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2902026-03-17T20:08:21.606Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2912026-03-17T20:08:21.908Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2922026-03-17T20:08:22.441Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2932026-03-17T20:08:22.729Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2942026-03-17T20:08:23.016Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2952026-03-17T20:08:23.346Z Updating git repository `https://github.com/illumos/smf-rs`
2962026-03-17T20:08:23.789Z Updating git repository `https://github.com/oxidecomputer/omicron`
2972026-03-17T20:08:37.771Z Downloading crates ...
2982026-03-17T20:08:37.828Z Downloaded fnv v1.0.7
2992026-03-17T20:08:37.831Z Downloaded dtrace-parser v0.2.0
3002026-03-17T20:08:37.834Z Downloaded block-buffer v0.10.4
3012026-03-17T20:08:37.837Z Downloaded cargo-platform v0.2.0
3022026-03-17T20:08:37.837Z Downloaded proc-macro-error-attr v1.0.4
3032026-03-17T20:08:37.840Z Downloaded scroll_derive v0.12.1
3042026-03-17T20:08:37.840Z Downloaded itoa v1.0.17
3052026-03-17T20:08:37.840Z Downloaded cpufeatures v0.2.17
3062026-03-17T20:08:37.844Z Downloaded anstyle-parse v0.2.7
3072026-03-17T20:08:37.844Z Downloaded clap v4.5.60
3082026-03-17T20:08:37.849Z Downloaded swrite v0.1.0
3092026-03-17T20:08:37.853Z Downloaded tabled_derive v0.7.0
3102026-03-17T20:08:37.857Z Downloaded utf8_iter v1.0.4
3112026-03-17T20:08:37.860Z Downloaded anstream v0.6.21
3122026-03-17T20:08:37.863Z Downloaded tinystr v0.8.2
3132026-03-17T20:08:37.866Z Downloaded writeable v0.6.2
3142026-03-17T20:08:37.866Z Downloaded toml_write v0.1.2
3152026-03-17T20:08:37.870Z Downloaded sha2 v0.10.9
3162026-03-17T20:08:37.873Z Downloaded zerofrom v0.1.6
3172026-03-17T20:08:37.873Z Downloaded toml_datetime v0.6.11
3182026-03-17T20:08:37.873Z Downloaded papergrid v0.11.0
3192026-03-17T20:08:37.876Z Downloaded yoke-derive v0.8.1
3202026-03-17T20:08:37.876Z Downloaded anstyle-query v1.1.5
3212026-03-17T20:08:37.879Z Downloaded unicode-xid v0.2.6
3222026-03-17T20:08:37.879Z Downloaded autocfg v1.5.0
3232026-03-17T20:08:37.883Z Downloaded utf8parse v0.2.2
3242026-03-17T20:08:37.883Z Downloaded pest_meta v2.8.6
3252026-03-17T20:08:37.883Z Downloaded zerofrom-derive v0.1.6
3262026-03-17T20:08:37.887Z Downloaded usdt-attr-macro v0.5.0
3272026-03-17T20:08:37.887Z Downloaded potential_utf v0.1.4
3282026-03-17T20:08:37.887Z Downloaded memchr v2.8.0
3292026-03-17T20:08:37.890Z Downloaded usdt-macro v0.5.0
3302026-03-17T20:08:37.890Z Downloaded thread-id v4.2.2
3312026-03-17T20:08:37.890Z Downloaded unicode-linebreak v0.1.5
3322026-03-17T20:08:37.893Z Downloaded percent-encoding v2.3.2
3332026-03-17T20:08:37.893Z Downloaded goblin v0.8.2
3342026-03-17T20:08:37.896Z Downloaded zerovec-derive v0.11.2
3352026-03-17T20:08:37.897Z Downloaded usdt-impl v0.5.0
3362026-03-17T20:08:37.900Z Downloaded zmij v1.0.21
3372026-03-17T20:08:37.900Z Downloaded getrandom v0.4.1
3382026-03-17T20:08:37.904Z Downloaded typeid v1.0.3
3392026-03-17T20:08:37.904Z Downloaded thiserror-impl v2.0.18
3402026-03-17T20:08:37.907Z Downloaded form_urlencoded v1.2.2
3412026-03-17T20:08:37.907Z Downloaded is_terminal_polyfill v1.70.2
3422026-03-17T20:08:37.907Z Downloaded icu_locale_core v2.1.1
3432026-03-17T20:08:37.910Z Downloaded usdt v0.5.0
3442026-03-17T20:08:37.914Z Downloaded yoke v0.8.1
3452026-03-17T20:08:37.914Z Downloaded serde_spanned v0.6.9
3462026-03-17T20:08:37.914Z Downloaded version_check v0.9.5
3472026-03-17T20:08:37.917Z Downloaded anyhow v1.0.102
3482026-03-17T20:08:37.917Z Downloaded thiserror-impl v1.0.69
3492026-03-17T20:08:37.920Z Downloaded pretty-hex v0.4.1
3502026-03-17T20:08:37.921Z Downloaded ucd-trie v0.1.7
3512026-03-17T20:08:37.921Z Downloaded plain v0.2.3
3522026-03-17T20:08:37.924Z Downloaded ordered-float v2.10.1
3532026-03-17T20:08:37.924Z Downloaded icu_provider v2.1.1
3542026-03-17T20:08:37.924Z Downloaded smawk v0.3.2
3552026-03-17T20:08:37.927Z Downloaded zerocopy-derive v0.7.35
3562026-03-17T20:08:37.930Z Downloaded unicode-ident v1.0.24
3572026-03-17T20:08:37.930Z Downloaded textwrap v0.16.2
3582026-03-17T20:08:37.933Z Downloaded serde-value v0.7.0
3592026-03-17T20:08:37.933Z Downloaded macaddr v1.0.1
3602026-03-17T20:08:37.936Z Downloaded colorchoice v1.0.4
3612026-03-17T20:08:37.936Z Downloaded toml v0.8.23
3622026-03-17T20:08:37.937Z Downloaded terminal_size v0.4.3
3632026-03-17T20:08:37.940Z Downloaded equivalent v1.0.2
3642026-03-17T20:08:37.940Z Downloaded errno v0.3.14
3652026-03-17T20:08:37.940Z Downloaded zerotrie v0.2.3
3662026-03-17T20:08:37.943Z Downloaded toml_edit v0.22.27
3672026-03-17T20:08:37.946Z Downloaded url v2.5.8
3682026-03-17T20:08:37.949Z Downloaded typenum v1.19.0
3692026-03-17T20:08:37.949Z Downloaded generic-array v0.14.7
3702026-03-17T20:08:37.952Z Downloaded strsim v0.11.1
3712026-03-17T20:08:37.952Z Downloaded stable_deref_trait v1.2.1
3722026-03-17T20:08:37.952Z Downloaded fastrand v2.3.0
3732026-03-17T20:08:37.956Z Downloaded dof v0.3.0
3742026-03-17T20:08:37.956Z Downloaded cfg-if v1.0.4
3752026-03-17T20:08:37.956Z Downloaded heck v0.4.1
3762026-03-17T20:08:37.956Z Downloaded crypto-common v0.1.7
3772026-03-17T20:08:37.959Z Downloaded cargo_metadata v0.21.0
3782026-03-17T20:08:37.959Z Downloaded displaydoc v0.2.5
3792026-03-17T20:08:37.963Z Downloaded zerovec v0.11.5
3802026-03-17T20:08:37.966Z Downloaded memmap v0.7.0
3812026-03-17T20:08:37.966Z Downloaded clap_lex v1.0.0
3822026-03-17T20:08:37.966Z Downloaded idna_adapter v1.2.1
3832026-03-17T20:08:37.969Z Downloaded zerocopy v0.7.35
3842026-03-17T20:08:37.977Z Downloaded winnow v0.7.14
3852026-03-17T20:08:37.983Z Downloaded thiserror v1.0.69
3862026-03-17T20:08:37.987Z Downloaded unicode-width v0.2.0
3872026-03-17T20:08:37.991Z Downloaded serde-untagged v0.1.9
3882026-03-17T20:08:37.994Z Downloaded proc-macro-error v1.0.4
3892026-03-17T20:08:37.996Z Downloaded unicode-width v0.1.14
3902026-03-17T20:08:37.999Z Downloaded tempfile v3.25.0
3912026-03-17T20:08:38.003Z Downloaded fs-err v3.3.0
3922026-03-17T20:08:38.003Z Downloaded digest v0.10.7
3932026-03-17T20:08:38.003Z Downloaded bytecount v0.6.9
3942026-03-17T20:08:38.006Z Downloaded synstructure v0.13.2
3952026-03-17T20:08:38.006Z Downloaded semver v1.0.27
3962026-03-17T20:08:38.006Z Downloaded quote v1.0.44
3972026-03-17T20:08:38.009Z Downloaded num-traits v0.2.19
3982026-03-17T20:08:38.012Z Downloaded serde_tokenstream v0.2.3
3992026-03-17T20:08:38.012Z Downloaded icu_normalizer_data v2.1.1
4002026-03-17T20:08:38.012Z Downloaded heck v0.5.0
4012026-03-17T20:08:38.015Z Downloaded camino-tempfile v1.4.1
4022026-03-17T20:08:38.015Z Downloaded thiserror v2.0.18
4032026-03-17T20:08:38.018Z Downloaded cargo-util-schemas v0.8.2
4042026-03-17T20:08:38.021Z Downloaded bitflags v2.11.0
4052026-03-17T20:08:38.024Z Downloaded smallvec v1.15.1
4062026-03-17T20:08:38.024Z Downloaded clap_derive v4.5.55
4072026-03-17T20:08:38.028Z Downloaded byteorder v1.5.0
4082026-03-17T20:08:38.028Z Downloaded pest_generator v2.8.6
4092026-03-17T20:08:38.028Z Downloaded pest_derive v2.8.6
4102026-03-17T20:08:38.031Z Downloaded camino v1.2.2
4112026-03-17T20:08:38.031Z Downloaded scroll v0.12.0
4122026-03-17T20:08:38.031Z Downloaded once_cell v1.21.3
4132026-03-17T20:08:38.034Z Downloaded proc-macro2 v1.0.106
4142026-03-17T20:08:38.037Z Downloaded erased-serde v0.4.9
4152026-03-17T20:08:38.037Z Downloaded cargo_toml v0.21.0
4162026-03-17T20:08:38.037Z Downloaded anstyle v1.0.13
4172026-03-17T20:08:38.040Z Downloaded litemap v0.8.1
4182026-03-17T20:08:38.043Z Downloaded serde_derive v1.0.228
4192026-03-17T20:08:38.046Z Downloaded serde_core v1.0.228
4202026-03-17T20:08:38.051Z Downloaded log v0.4.29
4212026-03-17T20:08:38.066Z Downloaded icu_normalizer v2.1.1
4222026-03-17T20:08:38.069Z Downloaded icu_properties v2.1.2
4232026-03-17T20:08:38.080Z Downloaded indexmap v2.13.0
4242026-03-17T20:08:38.083Z Downloaded serde v1.0.228
4252026-03-17T20:08:38.086Z Downloaded icu_collections v2.1.1
4262026-03-17T20:08:38.103Z Downloaded pest v2.8.6
4272026-03-17T20:08:38.111Z Downloaded idna v1.1.0
4282026-03-17T20:08:38.115Z Downloaded hashbrown v0.16.1
4292026-03-17T20:08:38.118Z Downloaded serde_json v1.0.149
4302026-03-17T20:08:38.126Z Downloaded clap_builder v4.5.60
4312026-03-17T20:08:38.131Z Downloaded icu_properties_data v2.1.2
4322026-03-17T20:08:38.139Z Downloaded tabled v0.15.0
4332026-03-17T20:08:38.151Z Downloaded syn v1.0.109
4342026-03-17T20:08:38.158Z Downloaded syn v2.0.117
4352026-03-17T20:08:38.176Z Downloaded rustix v1.1.3
4362026-03-17T20:08:38.205Z Downloaded libc v0.2.180
4372026-03-17T20:08:38.283Z Compiling proc-macro2 v1.0.106
4382026-03-17T20:08:38.286Z Compiling unicode-ident v1.0.24
4392026-03-17T20:08:38.286Z Compiling quote v1.0.44
4402026-03-17T20:08:38.286Z Compiling serde_core v1.0.228
4412026-03-17T20:08:38.286Z Compiling libc v0.2.180
4422026-03-17T20:08:38.286Z Compiling version_check v0.9.5
4432026-03-17T20:08:38.286Z Compiling serde v1.0.228
4442026-03-17T20:08:38.286Z Compiling memchr v2.8.0
4452026-03-17T20:08:38.286Z Compiling stable_deref_trait v1.2.1
4462026-03-17T20:08:38.286Z Compiling zmij v1.0.21
4472026-03-17T20:08:38.490Z Compiling itoa v1.0.17
4482026-03-17T20:08:38.493Z Compiling ucd-trie v0.1.7
4492026-03-17T20:08:38.493Z Compiling thiserror v1.0.69
4502026-03-17T20:08:38.493Z Compiling autocfg v1.5.0
4512026-03-17T20:08:38.493Z Compiling litemap v0.8.1
4522026-03-17T20:08:38.807Z Compiling writeable v0.6.2
4532026-03-17T20:08:38.861Z Compiling icu_normalizer_data v2.1.1
4542026-03-17T20:08:38.942Z Compiling icu_properties_data v2.1.2
4552026-03-17T20:08:39.043Z Compiling rustix v1.1.3
4562026-03-17T20:08:39.163Z Compiling byteorder v1.5.0
4572026-03-17T20:08:39.190Z Compiling serde_json v1.0.149
4582026-03-17T20:08:39.194Z Compiling bitflags v2.11.0
4592026-03-17T20:08:39.219Z Compiling smallvec v1.15.1
4602026-03-17T20:08:39.417Z Compiling pest v2.8.6
4612026-03-17T20:08:39.582Z Compiling num-traits v0.2.19
4622026-03-17T20:08:39.586Z Compiling typeid v1.0.3
4632026-03-17T20:08:39.586Z Compiling equivalent v1.0.2
4642026-03-17T20:08:39.753Z Compiling hashbrown v0.16.1
4652026-03-17T20:08:39.780Z Compiling usdt-impl v0.5.0
4662026-03-17T20:08:39.808Z Compiling proc-macro-error-attr v1.0.4
4672026-03-17T20:08:39.812Z Compiling syn v1.0.109
4682026-03-17T20:08:39.812Z Compiling erased-serde v0.4.9
4692026-03-17T20:08:39.858Z Compiling toml_write v0.1.2
4702026-03-17T20:08:39.949Z Compiling winnow v0.7.14
4712026-03-17T20:08:40.130Z Compiling proc-macro-error v1.0.4
4722026-03-17T20:08:40.364Z Compiling errno v0.3.14
4732026-03-17T20:08:40.368Z Compiling thread-id v4.2.2
4742026-03-17T20:08:40.456Z Compiling plain v0.2.3
4752026-03-17T20:08:40.459Z Compiling camino v1.2.2
4762026-03-17T20:08:40.459Z Compiling utf8_iter v1.0.4
4772026-03-17T20:08:40.537Z Compiling syn v2.0.117
4782026-03-17T20:08:40.568Z Compiling indexmap v2.13.0
4792026-03-17T20:08:40.599Z Compiling log v0.4.29
4802026-03-17T20:08:40.603Z Compiling getrandom v0.4.1
4812026-03-17T20:08:40.651Z Compiling thiserror v2.0.18
4822026-03-17T20:08:40.708Z Compiling percent-encoding v2.3.2
4832026-03-17T20:08:40.712Z Compiling utf8parse v0.2.2
4842026-03-17T20:08:40.895Z Compiling anstyle-parse v0.2.7
4852026-03-17T20:08:40.953Z Compiling pest_meta v2.8.6
4862026-03-17T20:08:40.999Z Compiling form_urlencoded v1.2.2
4872026-03-17T20:08:41.174Z Compiling ordered-float v2.10.1
4882026-03-17T20:08:41.261Z Compiling anstyle-query v1.1.5
4892026-03-17T20:08:41.265Z Compiling pretty-hex v0.4.1
4902026-03-17T20:08:41.265Z Compiling colorchoice v1.0.4
4912026-03-17T20:08:41.265Z Compiling cfg-if v1.0.4
4922026-03-17T20:08:41.379Z Compiling anstyle v1.0.13
4932026-03-17T20:08:41.418Z Compiling is_terminal_polyfill v1.70.2
4942026-03-17T20:08:41.510Z Compiling fs-err v3.3.0
4952026-03-17T20:08:41.536Z Compiling clap_lex v1.0.0
4962026-03-17T20:08:41.539Z Compiling fnv v1.0.7
4972026-03-17T20:08:41.592Z Compiling heck v0.5.0
4982026-03-17T20:08:41.621Z Compiling anstream v0.6.21
4992026-03-17T20:08:41.683Z Compiling anyhow v1.0.102
5002026-03-17T20:08:41.687Z Compiling strsim v0.11.1
5012026-03-17T20:08:41.738Z Compiling bytecount v0.6.9
5022026-03-17T20:08:41.894Z Compiling terminal_size v0.4.3
5032026-03-17T20:08:41.958Z Compiling semver v1.0.27
5042026-03-17T20:08:41.959Z Compiling unicode-xid v0.2.6
5052026-03-17T20:08:42.042Z Compiling unicode-width v0.1.14
5062026-03-17T20:08:42.095Z Compiling heck v0.4.1
5072026-03-17T20:08:42.149Z Compiling fastrand v2.3.0
5082026-03-17T20:08:42.153Z Compiling once_cell v1.21.3
5092026-03-17T20:08:42.278Z Compiling clap_builder v4.5.60
5102026-03-17T20:08:42.443Z Compiling serde-untagged v0.1.9
5112026-03-17T20:08:42.471Z Compiling tempfile v3.25.0
5122026-03-17T20:08:42.528Z Compiling papergrid v0.11.0
5132026-03-17T20:08:42.532Z Compiling memmap v0.7.0
5142026-03-17T20:08:42.532Z Compiling unicode-width v0.2.0
5152026-03-17T20:08:42.532Z Compiling unicode-linebreak v0.1.5
5162026-03-17T20:08:42.532Z Compiling smawk v0.3.2
5172026-03-17T20:08:42.796Z Compiling camino-tempfile v1.4.1
5182026-03-17T20:08:42.854Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5192026-03-17T20:08:42.896Z Compiling swrite v0.1.0
5202026-03-17T20:08:42.978Z Compiling textwrap v0.16.2
5212026-03-17T20:08:43.395Z Compiling tabled_derive v0.7.0
5222026-03-17T20:08:44.278Z Compiling tabled v0.15.0
5232026-03-17T20:08:44.300Z Compiling synstructure v0.13.2
5242026-03-17T20:08:44.303Z Compiling pest_generator v2.8.6
5252026-03-17T20:08:44.986Z Compiling serde_derive v1.0.228
5262026-03-17T20:08:44.986Z Compiling zerofrom-derive v0.1.6
5272026-03-17T20:08:44.990Z Compiling yoke-derive v0.8.1
5282026-03-17T20:08:44.990Z Compiling zerovec-derive v0.11.2
5292026-03-17T20:08:44.990Z Compiling displaydoc v0.2.5
5302026-03-17T20:08:44.990Z Compiling thiserror-impl v1.0.69
5312026-03-17T20:08:44.990Z Compiling zerocopy-derive v0.7.35
5322026-03-17T20:08:44.990Z Compiling scroll_derive v0.12.1
5332026-03-17T20:08:45.099Z Compiling pest_derive v2.8.6
5342026-03-17T20:08:45.103Z Compiling thiserror-impl v2.0.18
5352026-03-17T20:08:45.252Z Compiling clap_derive v4.5.55
5362026-03-17T20:08:46.014Z Compiling scroll v0.12.0
5372026-03-17T20:08:46.122Z Compiling zerocopy v0.7.35
5382026-03-17T20:08:46.309Z Compiling goblin v0.8.2
5392026-03-17T20:08:46.432Z Compiling zerofrom v0.1.6
5402026-03-17T20:08:46.571Z Compiling yoke v0.8.1
5412026-03-17T20:08:46.624Z Compiling dtrace-parser v0.2.0
5422026-03-17T20:08:46.776Z Compiling zerovec v0.11.5
5432026-03-17T20:08:46.776Z Compiling zerotrie v0.2.3
5442026-03-17T20:08:47.067Z Compiling clap v4.5.60
5452026-03-17T20:08:47.365Z Compiling tinystr v0.8.2
5462026-03-17T20:08:47.365Z Compiling potential_utf v0.1.4
5472026-03-17T20:08:47.518Z Compiling icu_collections v2.1.1
5482026-03-17T20:08:47.591Z Compiling icu_locale_core v2.1.1
5492026-03-17T20:08:48.377Z Compiling icu_provider v2.1.1
5502026-03-17T20:08:48.401Z Compiling toml_datetime v0.6.11
5512026-03-17T20:08:48.404Z Compiling serde_spanned v0.6.9
5522026-03-17T20:08:48.404Z Compiling dof v0.3.0
5532026-03-17T20:08:48.404Z Compiling serde_tokenstream v0.2.3
5542026-03-17T20:08:48.404Z Compiling serde-value v0.7.0
5552026-03-17T20:08:48.404Z Compiling cargo-platform v0.2.0
5562026-03-17T20:08:48.404Z Compiling macaddr v1.0.1
5572026-03-17T20:08:48.676Z Compiling icu_normalizer v2.1.1
5582026-03-17T20:08:48.676Z Compiling icu_properties v2.1.2
5592026-03-17T20:08:48.703Z Compiling toml_edit v0.22.27
5602026-03-17T20:08:49.413Z Compiling usdt-macro v0.5.0
5612026-03-17T20:08:49.416Z Compiling usdt-attr-macro v0.5.0
5622026-03-17T20:08:49.872Z Compiling idna_adapter v1.2.1
5632026-03-17T20:08:50.005Z Compiling idna v1.1.0
5642026-03-17T20:08:50.204Z Compiling usdt v0.5.0
5652026-03-17T20:08:50.351Z Compiling url v2.5.8
5662026-03-17T20:08:50.513Z Compiling toml v0.8.23
5672026-03-17T20:08:50.977Z Compiling cargo-util-schemas v0.8.2
5682026-03-17T20:08:50.977Z Compiling cargo_toml v0.21.0
5692026-03-17T20:08:52.112Z Compiling cargo_metadata v0.21.0
5702026-03-17T20:08:53.386Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5712026-03-17T20:08:56.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
5722026-03-17T20:08:56.569Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5732026-03-17T20:08:57.283Z Downloading crates ...
5742026-03-17T20:08:57.404Z Downloaded ascii-canvas v3.0.0
5752026-03-17T20:08:57.411Z Downloaded async-recursion v1.1.1
5762026-03-17T20:08:57.416Z Downloaded crc-catalog v2.4.0
5772026-03-17T20:08:57.420Z Downloaded derive_builder_macro v0.20.2
5782026-03-17T20:08:57.423Z Downloaded cbc v0.1.2
5792026-03-17T20:08:57.426Z Downloaded console v0.15.11
5802026-03-17T20:08:57.432Z Downloaded allocator-api2 v0.2.21
5812026-03-17T20:08:57.435Z Downloaded critical-section v1.2.0
5822026-03-17T20:08:57.438Z Downloaded ar_archive_writer v0.5.1
5832026-03-17T20:08:57.444Z Downloaded arc-swap v1.8.2
5842026-03-17T20:08:57.449Z Downloaded ctr v0.9.2
5852026-03-17T20:08:57.452Z Downloaded crossbeam-utils v0.8.21
5862026-03-17T20:08:57.458Z Downloaded bcrypt-pbkdf v0.10.0
5872026-03-17T20:08:57.462Z Downloaded base64ct v1.8.3
5882026-03-17T20:08:57.465Z Downloaded darling v0.23.0
5892026-03-17T20:08:57.472Z Downloaded fd-lock v4.0.4
5902026-03-17T20:08:57.476Z Downloaded foreign-types v0.5.0
5912026-03-17T20:08:57.479Z Downloaded crc v3.4.0
5922026-03-17T20:08:57.483Z Downloaded flagset v0.4.7
5932026-03-17T20:08:57.486Z Downloaded filetime v0.2.27
5942026-03-17T20:08:57.490Z Downloaded assert_matches v1.5.0
5952026-03-17T20:08:57.493Z Downloaded dyn-clone v1.0.20
5962026-03-17T20:08:57.498Z Downloaded dunce v1.0.5
5972026-03-17T20:08:57.501Z Downloaded foreign-types-macros v0.2.3
5982026-03-17T20:08:57.504Z Downloaded cstr-argument v0.1.2
5992026-03-17T20:08:57.507Z Downloaded cfg_aliases v0.2.1
6002026-03-17T20:08:57.510Z Downloaded foreign-types v0.3.2
6012026-03-17T20:08:57.513Z Downloaded foreign-types-shared v0.1.1
6022026-03-17T20:08:57.516Z Downloaded darling_macro v0.21.3
6032026-03-17T20:08:57.520Z Downloaded diesel_table_macro_syntax v0.3.0
6042026-03-17T20:08:57.523Z Downloaded fixedbitset v0.4.2
6052026-03-17T20:08:57.527Z Downloaded dropshot-api-manager-types v0.6.0
6062026-03-17T20:08:57.530Z Downloaded darling_macro v0.23.0
6072026-03-17T20:08:57.530Z Downloaded cpufeatures v0.3.0
6082026-03-17T20:08:57.533Z Downloaded float-ord v0.3.2
6092026-03-17T20:08:57.536Z Downloaded futures-core v0.3.32
6102026-03-17T20:08:57.539Z Downloaded defmt-parser v1.0.0
6112026-03-17T20:08:57.543Z Downloaded futures-io v0.3.32
6122026-03-17T20:08:57.547Z Downloaded futures-macro v0.3.32
6132026-03-17T20:08:57.550Z Downloaded futures-sink v0.3.32
6142026-03-17T20:08:57.553Z Downloaded debug-ignore v1.0.5
6152026-03-17T20:08:57.556Z Downloaded bitfield v0.19.4
6162026-03-17T20:08:57.559Z Downloaded deranged v0.5.8
6172026-03-17T20:08:57.563Z Downloaded find-msvc-tools v0.1.9
6182026-03-17T20:08:57.566Z Downloaded gethostname v0.5.0
6192026-03-17T20:08:57.572Z Downloaded git-stub v1.0.0
6202026-03-17T20:08:57.576Z Downloaded fxhash v0.2.1
6212026-03-17T20:08:57.576Z Downloaded document-features v0.2.12
6222026-03-17T20:08:57.580Z Downloaded headers-core v0.3.0
6232026-03-17T20:08:57.580Z Downloaded globwalk v0.9.1
6242026-03-17T20:08:57.583Z Downloaded home v0.5.12
6252026-03-17T20:08:57.586Z Downloaded hash32 v0.2.1
6262026-03-17T20:08:57.590Z Downloaded defmt v0.3.100
6272026-03-17T20:08:57.593Z Downloaded hubpack_derive v0.1.1
6282026-03-17T20:08:57.593Z Downloaded hubpack v0.1.2
6292026-03-17T20:08:57.596Z Downloaded arrayvec v0.7.6
6302026-03-17T20:08:57.601Z Downloaded foldhash v0.1.5
6312026-03-17T20:08:57.605Z Downloaded daft v0.1.5
6322026-03-17T20:08:57.608Z Downloaded fs-err v2.11.0
6332026-03-17T20:08:57.616Z Downloaded fs_extra v1.3.0
6342026-03-17T20:08:57.616Z Downloaded futures-task v0.3.32
6352026-03-17T20:08:57.619Z Downloaded ident_case v1.0.1
6362026-03-17T20:08:57.619Z Downloaded indent_write v2.2.0
6372026-03-17T20:08:57.623Z Downloaded ciborium v0.2.2
6382026-03-17T20:08:57.626Z Downloaded git-stub-vcs v0.1.0
6392026-03-17T20:08:57.629Z Downloaded instant v0.1.13
6402026-03-17T20:08:57.632Z Downloaded instability v0.3.11
6412026-03-17T20:08:57.635Z Downloaded foldhash v0.2.0
6422026-03-17T20:08:57.638Z Downloaded ed25519-dalek v2.2.0
6432026-03-17T20:08:57.641Z Downloaded hash32 v0.3.1
6442026-03-17T20:08:57.659Z Downloaded linked-hash-map v0.5.6
6452026-03-17T20:08:57.661Z Downloaded libscf-sys v1.1.0
6462026-03-17T20:08:57.664Z Downloaded lazy_static v1.5.0
6472026-03-17T20:08:57.667Z Downloaded lalrpop-util v0.19.12
6482026-03-17T20:08:57.670Z Downloaded crc32fast v1.5.0
6492026-03-17T20:08:57.673Z Downloaded cookie_store v0.22.1
6502026-03-17T20:08:57.676Z Downloaded fixedbitset v0.5.7
6512026-03-17T20:08:57.679Z Downloaded fallible-iterator v0.2.0
6522026-03-17T20:08:57.683Z Downloaded lru v0.12.5
6532026-03-17T20:08:57.686Z Downloaded http-body-util v0.1.3
6542026-03-17T20:08:57.688Z Downloaded lru-slab v0.1.2
6552026-03-17T20:08:57.692Z Downloaded md5 v0.7.0
6562026-03-17T20:08:57.695Z Downloaded memoffset v0.9.1
6572026-03-17T20:08:57.698Z Downloaded ingot v0.1.1
6582026-03-17T20:08:57.698Z Downloaded newline-converter v0.3.0
6592026-03-17T20:08:57.701Z Downloaded ingot-types v0.1.2
6602026-03-17T20:08:57.705Z Downloaded half v1.8.3
6612026-03-17T20:08:57.708Z Downloaded getrandom v0.2.17
6622026-03-17T20:08:57.711Z Downloaded libloading v0.8.9
6632026-03-17T20:08:57.714Z Downloaded nonempty v0.12.0
6642026-03-17T20:08:57.717Z Downloaded new_debug_unreachable v1.0.6
6652026-03-17T20:08:57.720Z Downloaded num-iter v0.1.45
6662026-03-17T20:08:57.724Z Downloaded newtype_derive v0.1.6
6672026-03-17T20:08:57.724Z Downloaded highway v1.3.0
6682026-03-17T20:08:57.727Z Downloaded ipnetwork v0.21.1
6692026-03-17T20:08:57.732Z Downloaded num_threads v0.1.7
6702026-03-17T20:08:57.735Z Downloaded num_enum_derive v0.5.11
6712026-03-17T20:08:57.735Z Downloaded openssl-macros v0.1.1
6722026-03-17T20:08:57.738Z Downloaded bzip2 v0.6.1
6732026-03-17T20:08:57.741Z Downloaded olpc-cjson v0.1.4
6742026-03-17T20:08:57.744Z Downloaded futures-channel v0.3.32
6752026-03-17T20:08:57.747Z Downloaded getrandom v0.3.4
6762026-03-17T20:08:57.750Z Downloaded openssl-probe v0.2.1
6772026-03-17T20:08:57.752Z Downloaded maplit v1.0.2
6782026-03-17T20:08:57.755Z Downloaded lock_api v0.4.14
6792026-03-17T20:08:57.755Z Downloaded openssl-probe v0.1.6
6802026-03-17T20:08:57.758Z Downloaded compact_str v0.8.1
6812026-03-17T20:08:57.761Z Downloaded native-tls v0.2.18
6822026-03-17T20:08:57.764Z Downloaded oso-derive v0.27.3
6832026-03-17T20:08:57.767Z Downloaded packed_struct_codegen v0.10.1
6842026-03-17T20:08:57.770Z Downloaded dropshot_endpoint v0.16.7
6852026-03-17T20:08:57.773Z Downloaded pbkdf2 v0.12.2
6862026-03-17T20:08:57.776Z Downloaded path-slash v0.1.5
6872026-03-17T20:08:57.780Z Downloaded jobserver v0.1.34
6882026-03-17T20:08:57.783Z Downloaded parse-size v1.1.0
6892026-03-17T20:08:57.783Z Downloaded parse-display v0.10.0
6902026-03-17T20:08:57.786Z Downloaded num_enum v0.7.5
6912026-03-17T20:08:57.789Z Downloaded phf_shared v0.11.3
6922026-03-17T20:08:57.792Z Downloaded pbkdf2 v0.11.0
6932026-03-17T20:08:57.795Z Downloaded phf_shared v0.13.1
6942026-03-17T20:08:57.798Z Downloaded phf_shared v0.12.1
6952026-03-17T20:08:57.798Z Downloaded peg-runtime v0.8.5
6962026-03-17T20:08:57.801Z Downloaded powerfmt v0.2.0
6972026-03-17T20:08:57.804Z Downloaded num_enum_derive v0.7.5
6982026-03-17T20:08:57.807Z Downloaded num_enum v0.5.11
6992026-03-17T20:08:57.810Z Downloaded litrs v1.0.0
7002026-03-17T20:08:57.813Z Downloaded libsw v3.5.0
7012026-03-17T20:08:57.817Z Downloaded owo-colors v4.3.0
7022026-03-17T20:08:57.821Z Downloaded pin-utils v0.1.0
7032026-03-17T20:08:57.821Z Downloaded memmap2 v0.9.10
7042026-03-17T20:08:57.824Z Downloaded proc-macro-error-attr2 v2.0.0
7052026-03-17T20:08:57.827Z Downloaded proc-macro-crate v3.4.0
7062026-03-17T20:08:57.827Z Downloaded proc-macro-crate v1.3.1
7072026-03-17T20:08:57.830Z Downloaded precomputed-hash v0.1.1
7082026-03-17T20:08:57.833Z Downloaded der v0.7.10
7092026-03-17T20:08:57.837Z Downloaded predicates-tree v1.0.13
7102026-03-17T20:08:57.840Z Downloaded progenitor-macro v0.10.0
7112026-03-17T20:08:57.843Z Downloaded progenitor-client v0.11.2
7122026-03-17T20:08:57.843Z Downloaded parking_lot_core v0.8.6
7132026-03-17T20:08:57.848Z Downloaded psl-types v2.0.11
7142026-03-17T20:08:57.853Z Downloaded progenitor-macro v0.13.0
7152026-03-17T20:08:57.853Z Downloaded progenitor-macro v0.11.2
7162026-03-17T20:08:57.853Z Downloaded paste v1.0.15
7172026-03-17T20:08:57.857Z Downloaded pem-rfc7468 v0.7.0
7182026-03-17T20:08:57.860Z Downloaded peg v0.8.5
7192026-03-17T20:08:57.863Z Downloaded peg-macros v0.8.5
7202026-03-17T20:08:57.867Z Downloaded poly1305 v0.8.0
7212026-03-17T20:08:57.867Z Downloaded pkg-config v0.3.32
7222026-03-17T20:08:57.870Z Downloaded quick-error v1.2.3
7232026-03-17T20:08:57.870Z Downloaded phf v0.13.1
7242026-03-17T20:08:57.876Z Downloaded heapless v0.7.17
7252026-03-17T20:08:57.879Z Downloaded recursive v0.1.1
7262026-03-17T20:08:57.879Z Downloaded pem v3.0.6
7272026-03-17T20:08:57.882Z Downloaded num-rational v0.4.2
7282026-03-17T20:08:57.885Z Downloaded ignore v0.4.25
7292026-03-17T20:08:57.890Z Downloaded recursive-proc-macro-impl v0.1.1
7302026-03-17T20:08:57.890Z Downloaded rand_xorshift v0.4.0
7312026-03-17T20:08:57.893Z Downloaded nu-ansi-term v0.50.3
7322026-03-17T20:08:57.893Z Downloaded pin-project-internal v1.1.11
7332026-03-17T20:08:57.896Z Downloaded predicates-core v1.0.10
7342026-03-17T20:08:57.899Z Downloaded polyval v0.6.2
7352026-03-17T20:08:57.899Z Downloaded ref-cast-impl v1.0.25
7362026-03-17T20:08:57.902Z Downloaded rfc6979 v0.4.0
7372026-03-17T20:08:57.902Z Downloaded flate2 v1.1.9
7382026-03-17T20:08:57.908Z Downloaded primeorder v0.13.6
7392026-03-17T20:08:57.912Z Downloaded parking_lot v0.12.5
7402026-03-17T20:08:57.916Z Downloaded progenitor-extras v0.1.1
7412026-03-17T20:08:57.916Z Downloaded indicatif v0.18.4
7422026-03-17T20:08:57.919Z Downloaded rustc_version v0.1.7
7432026-03-17T20:08:57.922Z Downloaded heapless v0.8.0
7442026-03-17T20:08:57.930Z Downloaded rustc-hash v2.1.1
7452026-03-17T20:08:57.930Z Downloaded rtoolbox v0.0.3
7462026-03-17T20:08:57.930Z Downloaded rustc_version v0.4.1
7472026-03-17T20:08:57.930Z Downloaded headers v0.4.1
7482026-03-17T20:08:57.934Z Downloaded radium v0.7.0
7492026-03-17T20:08:57.937Z Downloaded russh-cryptovec v0.7.3
7502026-03-17T20:08:57.941Z Downloaded psm v0.1.30
7512026-03-17T20:08:57.944Z Downloaded pkcs8 v0.10.2
7522026-03-17T20:08:57.944Z Downloaded rand_chacha v0.3.1
7532026-03-17T20:08:57.947Z Downloaded rand_seeder v0.4.0
7542026-03-17T20:08:57.950Z Downloaded phf v0.12.1
7552026-03-17T20:08:57.950Z Downloaded rand_chacha v0.9.0
7562026-03-17T20:08:57.953Z Downloaded r2d2 v0.8.10
7572026-03-17T20:08:57.957Z Downloaded progenitor v0.10.0
7582026-03-17T20:08:57.957Z Downloaded proc-macro-error2 v2.0.1
7592026-03-17T20:08:57.961Z Downloaded rand_core v0.10.0
7602026-03-17T20:08:57.964Z Downloaded rand_core v0.6.4
7612026-03-17T20:08:57.964Z Downloaded salsa20 v0.10.2
7622026-03-17T20:08:57.967Z Downloaded same-file v1.0.6
7632026-03-17T20:08:57.967Z Downloaded hickory-resolver v0.24.4
7642026-03-17T20:08:57.971Z Downloaded pkcs5 v0.7.1
7652026-03-17T20:08:57.974Z Downloaded postgres-types v0.2.12
7662026-03-17T20:08:57.981Z Downloaded scheduled-thread-pool v0.2.7
7672026-03-17T20:08:57.984Z Downloaded sapling-renderdag v0.1.0
7682026-03-17T20:08:57.984Z Downloaded resolv-conf v0.7.6
7692026-03-17T20:08:57.984Z Downloaded oso v0.27.3
7702026-03-17T20:08:57.987Z Downloaded miniz_oxide v0.8.9
7712026-03-17T20:08:57.990Z Downloaded scrypt v0.11.0
7722026-03-17T20:08:57.993Z Downloaded scopeguard v1.2.0
7732026-03-17T20:08:57.997Z Downloaded semver v0.1.20
7742026-03-17T20:08:57.997Z Downloaded serde_bytes v0.11.19
7752026-03-17T20:08:58.027Z Downloaded seq-macro v0.3.6
7762026-03-17T20:08:58.027Z Downloaded secrecy v0.10.3
7772026-03-17T20:08:58.038Z Downloaded serde_spanned v1.0.4
7782026-03-17T20:08:58.038Z Downloaded secrecy v0.8.0
7792026-03-17T20:08:58.038Z Downloaded scroll_derive v0.13.1
7802026-03-17T20:08:58.038Z Downloaded quinn-udp v0.5.14
7812026-03-17T20:08:58.038Z Downloaded pin-project v1.1.11
7822026-03-17T20:08:58.038Z Downloaded rand_core v0.9.5
7832026-03-17T20:08:58.038Z Downloaded rustls-native-certs v0.8.3
7842026-03-17T20:08:58.038Z Downloaded rusty-fork v0.3.1
7852026-03-17T20:08:58.038Z Downloaded signal-hook-mio v0.2.5
7862026-03-17T20:08:58.038Z Downloaded siphasher v1.0.2
7872026-03-17T20:08:58.038Z Downloaded signal-hook-tokio v0.3.1
7882026-03-17T20:08:58.038Z Downloaded bumpalo v3.20.2
7892026-03-17T20:08:58.047Z Downloaded rustls-pemfile v2.2.0
7902026-03-17T20:08:58.047Z Downloaded rustls-pemfile v1.0.4
7912026-03-17T20:08:58.047Z Downloaded hickory-server v0.25.2
7922026-03-17T20:08:58.047Z Downloaded dropshot-api-manager v0.6.0
7932026-03-17T20:08:58.051Z Downloaded slog-envlogger v2.2.0
7942026-03-17T20:08:58.051Z Downloaded signature v2.2.0
7952026-03-17T20:08:58.051Z Downloaded rustversion v1.0.22
7962026-03-17T20:08:58.056Z Downloaded scroll v0.13.0
7972026-03-17T20:08:58.056Z Downloaded slog-bunyan v2.5.0
7982026-03-17T20:08:58.062Z Downloaded sigpipe v0.1.3
7992026-03-17T20:08:58.062Z Downloaded prefix-trie v0.7.0
8002026-03-17T20:08:58.062Z Downloaded shell-words v1.1.1
8012026-03-17T20:08:58.065Z Downloaded derive_more v2.1.1
8022026-03-17T20:08:58.073Z Downloaded serde_derive_internals v0.29.1
8032026-03-17T20:08:58.076Z Downloaded serde-big-array v0.5.1
8042026-03-17T20:08:58.076Z Downloaded ssh-cipher v0.2.0
8052026-03-17T20:08:58.076Z Downloaded sec1 v0.7.3
8062026-03-17T20:08:58.079Z Downloaded sct v0.7.1
8072026-03-17T20:08:58.082Z Downloaded schemars_derive v0.8.22
8082026-03-17T20:08:58.087Z Downloaded hashbrown v0.12.3
8092026-03-17T20:08:58.091Z Downloaded progenitor-impl v0.10.0
8102026-03-17T20:08:58.091Z Downloaded p256 v0.13.2
8112026-03-17T20:08:58.095Z Downloaded rustls-pki-types v1.14.0
8122026-03-17T20:08:58.099Z Downloaded sha1 v0.10.6
8132026-03-17T20:08:58.100Z Downloaded serde_repr v0.1.20
8142026-03-17T20:08:58.118Z Downloaded strum v0.26.3
8152026-03-17T20:08:58.118Z Downloaded simd-adler32 v0.3.8
8162026-03-17T20:08:58.118Z Downloaded signal-hook-registry v1.4.8
8172026-03-17T20:08:58.118Z Downloaded sqlparser_derive v0.5.0
8182026-03-17T20:08:58.118Z Downloaded strip-ansi-escapes v0.2.1
8192026-03-17T20:08:58.118Z Downloaded openssl-sys v0.9.111
8202026-03-17T20:08:58.118Z Downloaded hyper-util v0.1.20
8212026-03-17T20:08:58.124Z Downloaded subtle v2.6.1
8222026-03-17T20:08:58.124Z Downloaded slog-dtrace v0.3.0
8232026-03-17T20:08:58.124Z Downloaded supports-color v3.0.2
8242026-03-17T20:08:58.124Z Downloaded sync-ptr v0.1.4
8252026-03-17T20:08:58.128Z Downloaded slog-async v2.8.0
8262026-03-17T20:08:58.128Z Downloaded slab v0.4.12
8272026-03-17T20:08:58.128Z Downloaded slog-term v2.9.2
8282026-03-17T20:08:58.134Z Downloaded slog-stdlog v4.1.1
8292026-03-17T20:08:58.135Z Downloaded shlex v1.3.0
8302026-03-17T20:08:58.135Z Downloaded rcgen v0.12.1
8312026-03-17T20:08:58.139Z Downloaded take_mut v0.2.2
8322026-03-17T20:08:58.139Z Downloaded tabwriter v1.4.1
8332026-03-17T20:08:58.139Z Downloaded tabled_derive v0.11.0
8342026-03-17T20:08:58.139Z Downloaded slog-json v2.6.1
8352026-03-17T20:08:58.143Z Downloaded ron v0.8.1
8362026-03-17T20:08:58.146Z Downloaded progenitor-impl v0.11.2
8372026-03-17T20:08:58.146Z Downloaded tagptr v0.2.0
8382026-03-17T20:08:58.149Z Downloaded snafu-derive v0.8.9
8392026-03-17T20:08:58.149Z Downloaded smf v0.2.3
8402026-03-17T20:08:58.152Z Downloaded thiserror-impl-no-std v2.0.2
8412026-03-17T20:08:58.152Z Downloaded thread-id v5.1.0
8422026-03-17T20:08:58.155Z Downloaded testing_table v0.3.0
8432026-03-17T20:08:58.155Z Downloaded termtree v0.5.1
8442026-03-17T20:08:58.158Z Downloaded tinyvec_macros v0.1.1
8452026-03-17T20:08:58.158Z Downloaded spki v0.7.3
8462026-03-17T20:08:58.158Z Downloaded serde_with_macros v3.17.0
8472026-03-17T20:08:58.162Z Downloaded string_cache v0.8.9
8482026-03-17T20:08:58.165Z Downloaded static_assertions v1.1.0
8492026-03-17T20:08:58.165Z Downloaded itertools v0.10.5
8502026-03-17T20:08:58.172Z Downloaded time-core v0.1.8
8512026-03-17T20:08:58.175Z Downloaded ssh-encoding v0.2.0
8522026-03-17T20:08:58.175Z Downloaded sqlformat v0.3.5
8532026-03-17T20:08:58.175Z Downloaded ryu v1.0.23
8542026-03-17T20:08:58.179Z Downloaded strum v0.27.2
8552026-03-17T20:08:58.179Z Downloaded stringprep v0.1.5
8562026-03-17T20:08:58.183Z Downloaded stacker v0.1.23
8572026-03-17T20:08:58.184Z Downloaded rayon-core v1.13.0
8582026-03-17T20:08:58.188Z Downloaded strum_macros v0.24.3
8592026-03-17T20:08:58.188Z Downloaded sync_wrapper v1.0.2
8602026-03-17T20:08:58.199Z Downloaded support-bundle-viewer v0.1.2
8612026-03-17T20:08:58.199Z Downloaded schemars v0.8.22
8622026-03-17T20:08:58.206Z Downloaded strum_macros v0.27.2
8632026-03-17T20:08:58.206Z Downloaded crossterm v0.28.1
8642026-03-17T20:08:58.212Z Downloaded strum_macros v0.26.4
8652026-03-17T20:08:58.212Z Downloaded smallvec v0.6.14
8662026-03-17T20:08:58.212Z Downloaded serde_yaml v0.9.34+deprecated
8672026-03-17T20:08:58.219Z Downloaded thiserror-no-std v2.0.2
8682026-03-17T20:08:58.219Z Downloaded topological-sort v0.2.2
8692026-03-17T20:08:58.226Z Downloaded mio v1.1.1
8702026-03-17T20:08:58.226Z Downloaded tower-service v0.3.3
8712026-03-17T20:08:58.226Z Downloaded tiny-keccak v2.0.2
8722026-03-17T20:08:58.236Z Downloaded time-macros v0.2.27
8732026-03-17T20:08:58.236Z Downloaded thread_local v1.1.9
8742026-03-17T20:08:58.236Z Downloaded rand v0.8.5
8752026-03-17T20:08:58.244Z Downloaded tower-layer v0.3.3
8762026-03-17T20:08:58.244Z Downloaded termios v0.3.3
8772026-03-17T20:08:58.244Z Downloaded spin v0.9.8
8782026-03-17T20:08:58.245Z Downloaded tls_codec v0.4.2
8792026-03-17T20:08:58.245Z Downloaded num-bigint v0.4.6
8802026-03-17T20:08:58.245Z Downloaded try-lock v0.2.5
8812026-03-17T20:08:58.245Z Downloaded quinn v0.11.9
8822026-03-17T20:08:58.250Z Downloaded qorb v0.4.1
8832026-03-17T20:08:58.257Z Downloaded nom v7.1.3
8842026-03-17T20:08:58.257Z Downloaded typify-macro v0.4.3
8852026-03-17T20:08:58.261Z Downloaded typify-macro v0.6.1
8862026-03-17T20:08:58.261Z Downloaded unarray v0.1.4
8872026-03-17T20:08:58.261Z Downloaded tokio-macros v2.6.0
8882026-03-17T20:08:58.261Z Downloaded similar v2.7.0
8892026-03-17T20:08:58.265Z Downloaded tokio-dtrace v0.1.1
8902026-03-17T20:08:58.265Z Downloaded schemars v0.9.0
8912026-03-17T20:08:58.273Z Downloaded tokio-native-tls v0.3.1
8922026-03-17T20:08:58.277Z Downloaded unit-prefix v0.5.2
8932026-03-17T20:08:58.277Z Downloaded signal-hook v0.3.18
8942026-03-17T20:08:58.282Z Downloaded universal-hash v0.5.1
8952026-03-17T20:08:58.282Z Downloaded tokio-rustls v0.25.0
8962026-03-17T20:08:58.282Z Downloaded unicode-truncate v1.1.0
8972026-03-17T20:08:58.290Z Downloaded iddqd v0.3.17
8982026-03-17T20:08:58.296Z Downloaded usdt-attr-macro v0.6.0
8992026-03-17T20:08:58.296Z Downloaded term v0.7.0
9002026-03-17T20:08:58.296Z Downloaded untrusted v0.9.0
9012026-03-17T20:08:58.296Z Downloaded tokio-tungstenite v0.23.1
9022026-03-17T20:08:58.306Z Downloaded untrusted v0.7.1
9032026-03-17T20:08:58.306Z Downloaded utf-8 v0.7.6
9042026-03-17T20:08:58.306Z Downloaded term v1.2.1
9052026-03-17T20:08:58.307Z Downloaded usdt-macro v0.6.0
9062026-03-17T20:08:58.307Z Downloaded wait-timeout v0.2.1
9072026-03-17T20:08:58.307Z Downloaded void v1.0.2
9082026-03-17T20:08:58.307Z Downloaded waitgroup v0.1.2
9092026-03-17T20:08:58.307Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9102026-03-17T20:08:58.307Z Downloaded toml_writer v1.0.6+spec-1.1.0
9112026-03-17T20:08:58.307Z Downloaded socket2 v0.5.10
9122026-03-17T20:08:58.315Z Downloaded want v0.3.1
9132026-03-17T20:08:58.315Z Downloaded publicsuffix v2.3.0
9142026-03-17T20:08:58.315Z Downloaded tokio-tungstenite v0.21.0
9152026-03-17T20:08:58.320Z Downloaded rand v0.9.2
9162026-03-17T20:08:58.320Z Downloaded iri-string v0.7.10
9172026-03-17T20:08:58.323Z Downloaded itertools v0.12.1
9182026-03-17T20:08:58.326Z Downloaded trait-variant v0.1.2
9192026-03-17T20:08:58.330Z Downloaded tui-tree-widget v0.23.1
9202026-03-17T20:08:58.330Z Downloaded num-bigint-dig v0.8.6
9212026-03-17T20:08:58.333Z Downloaded minimal-lexical v0.2.1
9222026-03-17T20:08:58.336Z Downloaded pretty_assertions v1.4.1
9232026-03-17T20:08:58.336Z Downloaded serde_cbor v0.11.2
9242026-03-17T20:08:58.340Z Downloaded libxml v0.3.3
9252026-03-17T20:08:58.343Z Downloaded tls_codec_derive v0.4.2
9262026-03-17T20:08:58.346Z Downloaded rustls-webpki v0.103.9
9272026-03-17T20:08:58.350Z Downloaded tokio-rustls v0.24.1
9282026-03-17T20:08:58.350Z Downloaded subprocess v0.2.15
9292026-03-17T20:08:58.353Z Downloaded xattr v1.6.1
9302026-03-17T20:08:58.353Z Downloaded hyper v1.8.1
9312026-03-17T20:08:58.358Z Downloaded slog v2.8.2
9322026-03-17T20:08:58.362Z Downloaded zeroize_derive v1.4.3
9332026-03-17T20:08:58.362Z Downloaded unicase v2.9.0
9342026-03-17T20:08:58.365Z Downloaded xshell-macros v0.2.7
9352026-03-17T20:08:58.365Z Downloaded samael v0.0.19
9362026-03-17T20:08:58.369Z Downloaded tokio-stream v0.1.18
9372026-03-17T20:08:58.372Z Downloaded tar v0.4.44
9382026-03-17T20:08:58.375Z Downloaded socket2 v0.6.2
9392026-03-17T20:08:58.375Z Downloaded usdt-impl v0.6.0
9402026-03-17T20:08:58.378Z Downloaded usdt v0.6.0
9412026-03-17T20:08:58.378Z Downloaded vergen-lib v0.1.6
9422026-03-17T20:08:58.378Z Downloaded vsss-rs v3.3.4
9432026-03-17T20:08:58.385Z Downloaded vergen-git2 v1.0.7
9442026-03-17T20:08:58.385Z Downloaded tokio-rustls v0.26.4
9452026-03-17T20:08:58.388Z Downloaded zone_cfg_derive v0.3.1
9462026-03-17T20:08:58.388Z Downloaded zone v0.3.1
9472026-03-17T20:08:58.388Z Downloaded walkdir v2.5.0
9482026-03-17T20:08:58.388Z Downloaded test-strategy v0.4.5
9492026-03-17T20:08:58.392Z Downloaded h2 v0.4.13
9502026-03-17T20:08:58.395Z Downloaded rsa v0.9.10
9512026-03-17T20:08:58.398Z Downloaded tinyvec v1.10.0
9522026-03-17T20:08:58.402Z Downloaded tracing-attributes v0.1.31
9532026-03-17T20:08:58.405Z Downloaded rand v0.10.0
9542026-03-17T20:08:58.409Z Downloaded wyz v0.5.1
9552026-03-17T20:08:58.410Z Downloaded twox-hash v2.1.2
9562026-03-17T20:08:58.410Z Downloaded rustls-platform-verifier v0.6.2
9572026-03-17T20:08:58.412Z Downloaded libm v0.2.16
9582026-03-17T20:08:58.418Z Downloaded itertools v0.13.0
9592026-03-17T20:08:58.423Z Downloaded xz2 v0.1.7
9602026-03-17T20:08:58.428Z Downloaded futures-util v0.3.32
9612026-03-17T20:08:58.433Z Downloaded unicode-properties v0.1.4
9622026-03-17T20:08:58.437Z Downloaded hashbrown v0.15.5
9632026-03-17T20:08:58.440Z Downloaded xshell v0.2.7
9642026-03-17T20:08:58.440Z Downloaded toml v0.9.12+spec-1.1.0
9652026-03-17T20:08:58.443Z Downloaded toml v0.7.8
9662026-03-17T20:08:58.446Z Downloaded uzers v0.12.2
9672026-03-17T20:08:58.449Z Downloaded vergen-gitcl v1.0.8
9682026-03-17T20:08:58.449Z Downloaded hkdf v0.12.4
9692026-03-17T20:08:58.454Z Downloaded zstd-safe v7.2.4
9702026-03-17T20:08:58.454Z Downloaded itertools v0.14.0
9712026-03-17T20:08:58.457Z Downloaded zstd v0.13.3
9722026-03-17T20:08:58.462Z Downloaded vergen v9.0.6
9732026-03-17T20:08:58.462Z Downloaded toml_parser v1.0.9+spec-1.1.0
9742026-03-17T20:08:58.466Z Downloaded snafu v0.8.9
9752026-03-17T20:08:58.469Z Downloaded typify v0.4.3
9762026-03-17T20:08:58.469Z Downloaded yasna v0.5.2
9772026-03-17T20:08:58.473Z Downloaded whoami v1.6.1
9782026-03-17T20:08:58.476Z Downloaded typify v0.6.1
9792026-03-17T20:08:58.476Z Downloaded tungstenite v0.23.0
9802026-03-17T20:08:58.479Z Downloaded tracing-core v0.1.36
9812026-03-17T20:08:58.482Z Downloaded rustyline v14.0.0
9822026-03-17T20:08:58.486Z Downloaded unicode-bidi v0.3.18
9832026-03-17T20:08:58.490Z Downloaded p521 v0.13.3
9842026-03-17T20:08:58.490Z Downloaded whoami v2.1.0
9852026-03-17T20:08:58.494Z Downloaded schemars v1.2.1
9862026-03-17T20:08:58.501Z Downloaded zeroize v1.8.2
9872026-03-17T20:08:58.504Z Downloaded uuid v1.21.0
9882026-03-17T20:08:58.507Z Downloaded toml_edit v0.23.10+spec-1.0.0
9892026-03-17T20:08:58.510Z Downloaded rpassword v7.4.0
9902026-03-17T20:08:58.510Z Downloaded ron v0.12.0
9912026-03-17T20:08:58.515Z Downloaded steno v0.4.1
9922026-03-17T20:08:58.519Z Downloaded russh v0.45.0
9932026-03-17T20:08:58.522Z Downloaded tungstenite v0.21.0
9942026-03-17T20:08:58.525Z Downloaded ssh-key v0.6.7
9952026-03-17T20:08:58.531Z Downloaded zerocopy v0.6.6
9962026-03-17T20:08:58.534Z Downloaded blake3 v1.8.3
9972026-03-17T20:08:58.540Z Downloaded unsafe-libyaml v0.2.11
9982026-03-17T20:08:58.543Z Downloaded serde-hex v0.1.0
9992026-03-17T20:08:58.546Z Downloaded http v1.4.0
10002026-03-17T20:08:58.549Z Downloaded tap v1.0.1
10012026-03-17T20:08:58.549Z Downloaded aes-gcm v0.10.3
10022026-03-17T20:08:58.552Z Downloaded zopfli v0.8.3
10032026-03-17T20:08:58.556Z Downloaded vte v0.14.1
10042026-03-17T20:08:58.556Z Downloaded toml_edit v0.19.15
10052026-03-17T20:08:58.566Z Downloaded bitvec v1.0.1
10062026-03-17T20:08:58.578Z Downloaded tokio-postgres v0.7.16
10072026-03-17T20:08:58.583Z Downloaded zip v0.6.6
10082026-03-17T20:08:58.586Z Downloaded reqwest v0.13.2
10092026-03-17T20:08:58.589Z Downloaded yansi v1.0.1
10102026-03-17T20:08:58.593Z Downloaded unicode_categories v0.1.1
10112026-03-17T20:08:58.596Z Downloaded reedline v0.40.0
10122026-03-17T20:08:58.600Z Downloaded slog-scope v4.4.1
10132026-03-17T20:08:58.606Z Downloaded progenitor-impl v0.13.0
10142026-03-17T20:08:58.606Z Downloaded portable-atomic v1.13.1
10152026-03-17T20:08:58.610Z Downloaded git2 v0.20.4
10162026-03-17T20:08:58.614Z Downloaded prettyplease v0.2.37
10172026-03-17T20:08:58.617Z Downloaded p384 v0.13.1
10182026-03-17T20:08:58.622Z Downloaded aws-lc-rs v1.16.0
10192026-03-17T20:08:58.629Z Downloaded x509-cert v0.2.5
10202026-03-17T20:08:58.633Z Downloaded zerocopy-derive v0.8.40
10212026-03-17T20:08:58.640Z Downloaded rustls-webpki v0.101.7
10222026-03-17T20:08:58.651Z Downloaded typed-path v0.9.3
10232026-03-17T20:08:58.656Z Downloaded tower v0.5.3
10242026-03-17T20:08:58.664Z Downloaded unicode-segmentation v1.12.0
10252026-03-17T20:08:58.668Z Downloaded bindgen v0.71.1
10262026-03-17T20:08:58.672Z Downloaded moka v0.12.13
10272026-03-17T20:08:58.681Z Downloaded unicode-normalization v0.1.25
10282026-03-17T20:08:58.685Z Downloaded salty v0.3.0
10292026-03-17T20:08:58.689Z Downloaded proptest v1.10.0
10302026-03-17T20:08:58.698Z Downloaded tough v0.20.0
10312026-03-17T20:08:58.705Z Downloaded tower-http v0.6.8
10322026-03-17T20:08:58.711Z Downloaded zip v4.6.1
10332026-03-17T20:08:58.715Z Downloaded petname v2.0.2
10342026-03-17T20:08:58.720Z Downloaded tokio-util v0.7.18
10352026-03-17T20:08:58.726Z Downloaded object v0.30.4
10362026-03-17T20:08:58.732Z Downloaded nix v0.27.1
10372026-03-17T20:08:58.740Z Downloaded rustls-webpki v0.102.8
10382026-03-17T20:08:58.755Z Downloaded serde_with v3.17.0
10392026-03-17T20:08:58.765Z Downloaded winnow v0.5.40
10402026-03-17T20:08:58.773Z Downloaded curve25519-dalek v4.1.3
10412026-03-17T20:08:58.779Z Downloaded radix_trie v0.2.1
10422026-03-17T20:08:58.782Z Downloaded polar-core v0.27.3
10432026-03-17T20:08:58.788Z Downloaded nix v0.29.0
10442026-03-17T20:08:58.797Z Downloaded winnow v0.6.26
10452026-03-17T20:08:58.804Z Downloaded openssl v0.10.75
10462026-03-17T20:08:58.813Z Downloaded nix v0.28.0
10472026-03-17T20:08:58.820Z Downloaded bstr v1.12.1
10482026-03-17T20:08:58.828Z Downloaded tabled v0.20.0
10492026-03-17T20:08:58.841Z Downloaded time v0.3.47
10502026-03-17T20:08:58.850Z Downloaded smoltcp v0.9.1
10512026-03-17T20:08:58.858Z Downloaded regex-syntax v0.6.29
10522026-03-17T20:08:58.863Z Downloaded vcpkg v0.2.15
10532026-03-17T20:08:58.894Z Downloaded zlib-rs v0.6.2
10542026-03-17T20:08:58.898Z Downloaded zerocopy v0.8.40
10552026-03-17T20:08:58.908Z Downloaded hickory-proto v0.24.4
10562026-03-17T20:08:58.917Z Downloaded smoltcp v0.11.0
10572026-03-17T20:08:58.926Z Downloaded hickory-proto v0.25.2
10582026-03-17T20:08:58.938Z Downloaded webpki-roots v1.0.6
10592026-03-17T20:08:58.941Z Downloaded openapiv3 v2.2.0
10602026-03-17T20:08:58.950Z Downloaded dropshot v0.16.7
10612026-03-17T20:08:58.967Z Downloaded rustls v0.22.4
10622026-03-17T20:08:58.978Z Downloaded rustls v0.23.37
10632026-03-17T20:08:58.987Z Downloaded regex-syntax v0.8.10
10642026-03-17T20:08:58.996Z Downloaded diesel v2.3.7
10652026-03-17T20:08:59.011Z Downloaded rustix v0.38.44
10662026-03-17T20:08:59.027Z Downloaded sqlparser v0.61.0
10672026-03-17T20:08:59.035Z Downloaded regress v0.10.5
10682026-03-17T20:08:59.042Z Downloaded object v0.37.3
10692026-03-17T20:08:59.050Z Downloaded rustls v0.21.12
10702026-03-17T20:08:59.059Z Downloaded nix v0.31.1
10712026-03-17T20:08:59.069Z Downloaded typify-impl v0.4.3
10722026-03-17T20:08:59.080Z Downloaded bzip2-sys v0.1.13+1.0.8
10732026-03-17T20:08:59.089Z Downloaded sled v0.34.7
10742026-03-17T20:08:59.097Z Downloaded tracing v0.1.44
10752026-03-17T20:08:59.115Z Downloaded typify-impl v0.6.1
10762026-03-17T20:08:59.127Z Downloaded ratatui v0.29.0
10772026-03-17T20:08:59.140Z Downloaded quinn-proto v0.11.13
10782026-03-17T20:08:59.148Z Downloaded zerocopy-derive v0.6.6
10792026-03-17T20:08:59.153Z Downloaded regex-automata v0.4.14
10802026-03-17T20:08:59.173Z Downloaded goblin v0.10.5
10812026-03-17T20:08:59.177Z Downloaded petgraph v0.6.5
10822026-03-17T20:08:59.184Z Downloaded chrono-tz v0.10.4
10832026-03-17T20:08:59.198Z Downloaded lzma-sys v0.1.20
10842026-03-17T20:08:59.220Z Downloaded jiff v0.2.21
10852026-03-17T20:08:59.235Z Downloaded petgraph v0.8.3
10862026-03-17T20:08:59.251Z Downloaded rayon v1.11.0
10872026-03-17T20:08:59.257Z Downloaded lalrpop v0.19.12
10882026-03-17T20:08:59.268Z Downloaded chrono v0.4.44
10892026-03-17T20:08:59.271Z Downloaded reqwest v0.12.28
10902026-03-17T20:08:59.276Z Downloaded regex v1.12.3
10912026-03-17T20:08:59.280Z Downloaded quick-xml v0.37.5
10922026-03-17T20:08:59.284Z Downloaded serde_urlencoded v0.7.1
10932026-03-17T20:08:59.287Z Downloaded serde_path_to_error v0.1.20
10942026-03-17T20:08:59.287Z Downloaded tokio v1.49.0
10952026-03-17T20:08:59.316Z Downloaded libz-sys v1.1.24
10962026-03-17T20:08:59.332Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
10972026-03-17T20:08:59.346Z Downloaded csv v1.4.0
10982026-03-17T20:08:59.361Z Downloaded sha3 v0.10.8
10992026-03-17T20:08:59.364Z Downloaded structmeta-derive v0.3.0
11002026-03-17T20:08:59.368Z Downloaded structmeta v0.3.0
11012026-03-17T20:08:59.368Z Downloaded russh-keys v0.45.0
11022026-03-17T20:08:59.368Z Downloaded serde_plain v1.0.2
11032026-03-17T20:08:59.371Z Downloaded postcard v1.1.3
11042026-03-17T20:08:59.371Z Downloaded jiff-static v0.2.21
11052026-03-17T20:08:59.374Z Downloaded hashbrown v0.13.2
11062026-03-17T20:08:59.377Z Downloaded progenitor-client v0.13.0
11072026-03-17T20:08:59.377Z Downloaded parking_lot v0.11.2
11082026-03-17T20:08:59.382Z Downloaded papergrid v0.17.0
11092026-03-17T20:08:59.385Z Downloaded pkcs1 v0.7.5
11102026-03-17T20:08:59.385Z Downloaded diesel_derives v2.3.7
11112026-03-17T20:08:59.388Z Downloaded hickory-resolver v0.25.2
11122026-03-17T20:08:59.392Z Downloaded derive_more-impl v2.1.1
11132026-03-17T20:08:59.396Z Downloaded password-hash v0.5.0
11142026-03-17T20:08:59.399Z Downloaded parking_lot_core v0.9.12
11152026-03-17T20:08:59.399Z Downloaded progenitor-client v0.10.0
11162026-03-17T20:08:59.399Z Downloaded progenitor v0.13.0
11172026-03-17T20:08:59.403Z Downloaded progenitor v0.11.2
11182026-03-17T20:08:59.403Z Downloaded predicates v3.1.4
11192026-03-17T20:08:59.406Z Downloaded expectorate v1.2.0
11202026-03-17T20:08:59.406Z Downloaded ref-cast v1.0.25
11212026-03-17T20:08:59.409Z Downloaded ppv-lite86 v0.2.21
11222026-03-17T20:08:59.409Z Downloaded postgres-protocol v0.6.10
11232026-03-17T20:08:59.409Z Downloaded pin-project-lite v0.2.17
11242026-03-17T20:08:59.415Z Downloaded omicron-zone-package v0.12.2
11252026-03-17T20:08:59.418Z Downloaded libbz2-rs-sys v0.2.2
11262026-03-17T20:08:59.418Z Downloaded hmac v0.12.1
11272026-03-17T20:08:59.418Z Downloaded password-hash v0.4.2
11282026-03-17T20:08:59.418Z Downloaded parse-display-derive v0.10.0
11292026-03-17T20:08:59.422Z Downloaded packed_struct v0.10.1
11302026-03-17T20:08:59.422Z Downloaded encoding_rs v0.8.35
11312026-03-17T20:08:59.437Z Downloaded oxnet v0.1.4
11322026-03-17T20:08:59.441Z Downloaded oxide-tokio-rt v0.1.3
11332026-03-17T20:08:59.441Z Downloaded indexmap v1.9.3
11342026-03-17T20:08:59.444Z Downloaded darling_core v0.23.0
11352026-03-17T20:08:59.447Z Downloaded cc v1.2.56
11362026-03-17T20:08:59.447Z Downloaded futures v0.3.32
11372026-03-17T20:08:59.450Z Downloaded num-integer v0.1.46
11382026-03-17T20:08:59.456Z Downloaded num-complex v0.4.6
11392026-03-17T20:08:59.456Z Downloaded newtype-uuid-macros v0.1.0
11402026-03-17T20:08:59.456Z Downloaded newtype-uuid v1.3.2
11412026-03-17T20:08:59.460Z Downloaded mime_guess v2.0.5
11422026-03-17T20:08:59.460Z Downloaded half v2.7.1
11432026-03-17T20:08:59.460Z Downloaded ring v0.17.14
11442026-03-17T20:08:59.489Z Downloaded flume v0.11.1
11452026-03-17T20:08:59.492Z Downloaded nanorand v0.7.0
11462026-03-17T20:08:59.495Z Downloaded multer v3.1.0
11472026-03-17T20:08:59.495Z Downloaded ingot-macros v0.1.1
11482026-03-17T20:08:59.498Z Downloaded iana-time-zone v0.1.65
11492026-03-17T20:08:59.498Z Downloaded hyper-rustls v0.27.7
11502026-03-17T20:08:59.502Z Downloaded cookie v0.18.1
11512026-03-17T20:08:59.502Z Downloaded const_format v0.2.35
11522026-03-17T20:08:59.505Z Downloaded opaque-debug v0.3.1
11532026-03-17T20:08:59.505Z Downloaded libsw-core v0.3.2
11542026-03-17T20:08:59.510Z Downloaded hyper-staticfile v0.10.1
11552026-03-17T20:08:59.510Z Downloaded httparse v1.10.1
11562026-03-17T20:08:59.514Z Downloaded chacha20poly1305 v0.10.1
11572026-03-17T20:08:59.514Z Downloaded fatfs v0.3.6
11582026-03-17T20:08:59.514Z Downloaded crc-any v2.5.0
11592026-03-17T20:08:59.518Z Downloaded libgit2-sys v0.18.3+1.9.2
11602026-03-17T20:08:59.557Z Downloaded clang-sys v1.8.1
11612026-03-17T20:08:59.560Z Downloaded linear-map v1.2.0
11622026-03-17T20:08:59.560Z Downloaded num-derive v0.3.3
11632026-03-17T20:08:59.560Z Downloaded normalize-line-endings v0.3.0
11642026-03-17T20:08:59.564Z Downloaded libefi-sys v0.1.0
11652026-03-17T20:08:59.564Z Downloaded num-derive v0.4.2
11662026-03-17T20:08:59.564Z Downloaded hickory-client v0.25.2
11672026-03-17T20:08:59.567Z Downloaded num-conv v0.2.0
11682026-03-17T20:08:59.567Z Downloaded num v0.4.3
11692026-03-17T20:08:59.567Z Downloaded multimap v0.10.1
11702026-03-17T20:08:59.567Z Downloaded ipnet v2.11.0
11712026-03-17T20:08:59.570Z Downloaded elliptic-curve v0.13.8
11722026-03-17T20:08:59.570Z Downloaded crossterm v0.29.0
11732026-03-17T20:08:59.574Z Downloaded nodrop v0.1.14
11742026-03-17T20:08:59.578Z Downloaded nibble_vec v0.1.0
11752026-03-17T20:08:59.578Z Downloaded kstat-rs v0.2.4
11762026-03-17T20:08:59.578Z Downloaded derive_more v0.99.20
11772026-03-17T20:08:59.582Z Downloaded darling_core v0.21.3
11782026-03-17T20:08:59.587Z Downloaded impl-trait-for-tuples v0.2.3
11792026-03-17T20:08:59.587Z Downloaded mime v0.3.17
11802026-03-17T20:08:59.590Z Downloaded match_cfg v0.1.0
11812026-03-17T20:08:59.590Z Downloaded indoc v2.0.7
11822026-03-17T20:08:59.590Z Downloaded globset v0.4.18
11832026-03-17T20:08:59.590Z Downloaded base64 v0.22.1
11842026-03-17T20:08:59.594Z Downloaded maybe-uninit v2.0.0
11852026-03-17T20:08:59.594Z Downloaded md-5 v0.10.6
11862026-03-17T20:08:59.598Z Downloaded managed v0.8.0
11872026-03-17T20:08:59.598Z Downloaded lzss v0.8.2
11882026-03-17T20:08:59.598Z Downloaded lru-cache v0.1.2
11892026-03-17T20:08:59.598Z Downloaded glob v0.3.3
11902026-03-17T20:08:59.601Z Downloaded const-oid v0.9.6
11912026-03-17T20:08:59.601Z Downloaded derive_builder v0.20.2
11922026-03-17T20:08:59.606Z Downloaded darling v0.20.11
11932026-03-17T20:08:59.611Z Downloaded chacha20 v0.10.0
11942026-03-17T20:08:59.611Z Downloaded ahash v0.8.12
11952026-03-17T20:08:59.614Z Downloaded constant_time_eq v0.4.2
11962026-03-17T20:08:59.615Z Downloaded colored v2.2.0
11972026-03-17T20:08:59.615Z Downloaded keccak v0.1.6
11982026-03-17T20:08:59.615Z Downloaded is_ci v1.2.0
11992026-03-17T20:08:59.615Z Downloaded is-terminal v0.4.17
12002026-03-17T20:08:59.615Z Downloaded internet-checksum v0.2.1
12012026-03-17T20:08:59.619Z Downloaded humantime v2.3.0
12022026-03-17T20:08:59.619Z Downloaded hex-literal v0.4.1
12032026-03-17T20:08:59.619Z Downloaded futures-executor v0.3.32
12042026-03-17T20:08:59.619Z Downloaded ena v0.14.4
12052026-03-17T20:08:59.623Z Downloaded group v0.13.0
12062026-03-17T20:08:59.623Z Downloaded env_logger v0.11.9
12072026-03-17T20:08:59.623Z Downloaded defmt v1.0.1
12082026-03-17T20:08:59.626Z Downloaded bytes v1.11.1
12092026-03-17T20:08:59.629Z Downloaded diff v0.1.13
12102026-03-17T20:08:59.629Z Downloaded darling v0.21.3
12112026-03-17T20:08:59.632Z Downloaded blake2 v0.10.6
12122026-03-17T20:08:59.635Z Downloaded console v0.16.2
12132026-03-17T20:08:59.635Z Downloaded inout v0.1.4
12142026-03-17T20:08:59.639Z Downloaded indoc v1.0.9
12152026-03-17T20:08:59.639Z Downloaded derive_builder_core v0.20.2
12162026-03-17T20:08:59.639Z Downloaded ed25519 v2.2.3
12172026-03-17T20:08:59.642Z Downloaded daft-derive v0.1.5
12182026-03-17T20:08:59.645Z Downloaded cancel-safe-futures v0.1.5
12192026-03-17T20:08:59.645Z Downloaded base64 v0.21.7
12202026-03-17T20:08:59.648Z Downloaded cargo_toml v0.22.3
12212026-03-17T20:08:59.651Z Downloaded camino-tempfile-ext v0.3.3
12222026-03-17T20:08:59.651Z Downloaded colored v3.1.1
12232026-03-17T20:08:59.656Z Downloaded bzip2 v0.4.4
12242026-03-17T20:08:59.656Z Downloaded hyper-tls v0.6.0
12252026-03-17T20:08:59.656Z Downloaded cassowary v0.3.0
12262026-03-17T20:08:59.656Z Downloaded ff v0.13.1
12272026-03-17T20:08:59.660Z Downloaded corncobs v0.1.4
12282026-03-17T20:08:59.660Z Downloaded cipher v0.4.4
12292026-03-17T20:08:59.660Z Downloaded chacha20 v0.9.1
12302026-03-17T20:08:59.660Z Downloaded cargo_metadata v0.19.2
12312026-03-17T20:08:59.666Z Downloaded bitfield-macros v0.19.4
12322026-03-17T20:08:59.666Z Downloaded bcs v0.1.6
12332026-03-17T20:08:59.666Z Downloaded diesel-dtrace v0.5.0
12342026-03-17T20:08:59.666Z Downloaded httpdate v1.0.3
12352026-03-17T20:08:59.666Z Downloaded http-range v0.1.5
12362026-03-17T20:08:59.669Z Downloaded http-body v1.0.1
12372026-03-17T20:08:59.669Z Downloaded hostname v0.4.2
12382026-03-17T20:08:59.669Z Downloaded hostname v0.3.1
12392026-03-17T20:08:59.669Z Downloaded hex v0.4.3
12402026-03-17T20:08:59.669Z Downloaded backoff v0.4.0
12412026-03-17T20:08:59.672Z Downloaded ghash v0.5.1
12422026-03-17T20:08:59.672Z Downloaded float-cmp v0.10.0
12432026-03-17T20:08:59.672Z Downloaded ecdsa v0.16.9
12442026-03-17T20:08:59.672Z Downloaded drift v0.1.3
12452026-03-17T20:08:59.676Z Downloaded des v0.8.1
12462026-03-17T20:08:59.679Z Downloaded der_derive v0.7.3
12472026-03-17T20:08:59.679Z Downloaded crypto-bigint v0.5.5
12482026-03-17T20:08:59.682Z Downloaded buf-list v1.1.2
12492026-03-17T20:08:59.685Z Downloaded bit-vec v0.8.0
12502026-03-17T20:08:59.685Z Downloaded bit-vec v0.6.3
12512026-03-17T20:08:59.688Z Downloaded derive-ex v0.1.8
12522026-03-17T20:08:59.688Z Downloaded cmake v0.1.57
12532026-03-17T20:08:59.688Z Downloaded cexpr v0.6.0
12542026-03-17T20:08:59.691Z Downloaded async-trait v0.1.89
12552026-03-17T20:08:59.691Z Downloaded blowfish v0.9.1
12562026-03-17T20:08:59.696Z Downloaded convert_case v0.10.0
12572026-03-17T20:08:59.696Z Downloaded argon2 v0.5.3
12582026-03-17T20:08:59.696Z Downloaded funty v2.0.0
12592026-03-17T20:08:59.696Z Downloaded embedded-io v0.4.0
12602026-03-17T20:08:59.699Z Downloaded foreign-types-shared v0.3.1
12612026-03-17T20:08:59.699Z Downloaded endian-type v0.1.2
12622026-03-17T20:08:59.699Z Downloaded dof v0.4.0
12632026-03-17T20:08:59.699Z Downloaded atomic-waker v1.1.2
12642026-03-17T20:08:59.699Z Downloaded env_filter v1.0.0
12652026-03-17T20:08:59.702Z Downloaded embedded-io v0.6.1
12662026-03-17T20:08:59.702Z Downloaded dtrace-parser v0.3.0
12672026-03-17T20:08:59.702Z Downloaded ciborium-ll v0.2.2
12682026-03-17T20:08:59.702Z Downloaded ciborium-io v0.2.2
12692026-03-17T20:08:59.702Z Downloaded arrayref v0.3.9
12702026-03-17T20:08:59.706Z Downloaded cobs v0.3.0
12712026-03-17T20:08:59.706Z Downloaded base16ct v0.2.0
12722026-03-17T20:08:59.706Z Downloaded async-stream-impl v0.3.6
12732026-03-17T20:08:59.706Z Downloaded bitflags v1.3.2
12742026-03-17T20:08:59.709Z Downloaded cargo-platform v0.1.9
12752026-03-17T20:08:59.709Z Downloaded bitfield-struct v0.6.2
12762026-03-17T20:08:59.709Z Downloaded darling_macro v0.20.11
12772026-03-17T20:08:59.709Z Downloaded darling_core v0.20.11
12782026-03-17T20:08:59.713Z Downloaded crc8 v0.1.1
12792026-03-17T20:08:59.717Z Downloaded aead v0.5.2
12802026-03-17T20:08:59.717Z Downloaded downcast-rs v2.0.2
12812026-03-17T20:08:59.717Z Downloaded dirs-sys-next v0.1.2
12822026-03-17T20:08:59.717Z Downloaded difflib v0.4.0
12832026-03-17T20:08:59.720Z Downloaded curve25519-dalek-derive v0.1.1
12842026-03-17T20:08:59.720Z Downloaded base16ct v1.0.0
12852026-03-17T20:08:59.720Z Downloaded erased-serde v0.3.31
12862026-03-17T20:08:59.720Z Downloaded enum-as-inner v0.6.1
12872026-03-17T20:08:59.720Z Downloaded either v1.15.0
12882026-03-17T20:08:59.723Z Downloaded dsl_auto_type v0.2.0
12892026-03-17T20:08:59.723Z Downloaded display-error-chain v0.2.2
12902026-03-17T20:08:59.723Z Downloaded derive-where v1.6.0
12912026-03-17T20:08:59.726Z Downloaded data-encoding v2.10.0
12922026-03-17T20:08:59.726Z Downloaded crunchy v0.2.4
12932026-03-17T20:08:59.729Z Downloaded defmt-macros v1.0.1
12942026-03-17T20:08:59.729Z Downloaded crossbeam-deque v0.8.6
12952026-03-17T20:08:59.729Z Downloaded cfg_aliases v0.1.1
12962026-03-17T20:08:59.733Z Downloaded atty v0.2.14
12972026-03-17T20:08:59.733Z Downloaded dirs-next v2.0.0
12982026-03-17T20:08:59.733Z Downloaded csv-core v0.1.13
12992026-03-17T20:08:59.736Z Downloaded crucible-workspace-hack v0.1.0
13002026-03-17T20:08:59.736Z Downloaded castaway v0.2.4
13012026-03-17T20:08:59.739Z Downloaded bit-set v0.5.3
13022026-03-17T20:08:59.739Z Downloaded atomicwrites v0.4.4
13032026-03-17T20:08:59.739Z Downloaded convert_case v0.4.0
13042026-03-17T20:08:59.739Z Downloaded block-padding v0.3.3
13052026-03-17T20:08:59.739Z Downloaded bit-set v0.8.0
13062026-03-17T20:08:59.742Z Downloaded array-init v0.0.4
13072026-03-17T20:08:59.742Z Downloaded async-stream v0.3.6
13082026-03-17T20:08:59.742Z Downloaded crossbeam-channel v0.5.15
13092026-03-17T20:08:59.745Z Downloaded const_format_proc_macros v0.2.34
13102026-03-17T20:08:59.748Z Downloaded bb8 v0.8.6
13112026-03-17T20:08:59.748Z Downloaded crossbeam-epoch v0.9.18
13122026-03-17T20:08:59.748Z Downloaded backon v1.6.0
13132026-03-17T20:08:59.751Z Downloaded aho-corasick v1.1.4
13142026-03-17T20:08:59.754Z Downloaded aes v0.8.4
13152026-03-17T20:08:59.757Z Downloaded async-bb8-diesel v0.2.1
13162026-03-17T20:08:59.760Z Downloaded adler2 v2.0.1
13172026-03-17T20:09:00.058Z Downloaded aws-lc-sys v0.37.1
13182026-03-17T20:09:00.365Z Compiling libc v0.2.180
13192026-03-17T20:09:00.369Z Compiling serde v1.0.228
13202026-03-17T20:09:00.369Z Compiling log v0.4.29
13212026-03-17T20:09:00.369Z Compiling find-msvc-tools v0.1.9
13222026-03-17T20:09:00.369Z Compiling shlex v1.3.0
13232026-03-17T20:09:00.369Z Compiling smallvec v1.15.1
13242026-03-17T20:09:00.369Z Compiling typenum v1.19.0
13252026-03-17T20:09:00.369Z Compiling subtle v2.6.1
13262026-03-17T20:09:00.570Z Compiling generic-array v0.14.7
13272026-03-17T20:09:00.573Z Compiling scopeguard v1.2.0
13282026-03-17T20:09:00.573Z Compiling portable-atomic v1.13.1
13292026-03-17T20:09:00.623Z Compiling const-oid v0.9.6
13302026-03-17T20:09:00.627Z Compiling critical-section v1.2.0
13312026-03-17T20:09:00.647Z Compiling syn v2.0.117
13322026-03-17T20:09:00.664Z Compiling zerocopy v0.8.40
13332026-03-17T20:09:00.752Z Compiling serde_json v1.0.149
13342026-03-17T20:09:00.798Z Compiling pin-project-lite v0.2.17
13352026-03-17T20:09:00.841Z Compiling parking_lot_core v0.9.12
13362026-03-17T20:09:00.845Z Compiling pkg-config v0.3.32
13372026-03-17T20:09:00.886Z Compiling bitflags v2.11.0
13382026-03-17T20:09:00.910Z Compiling lock_api v0.4.14
13392026-03-17T20:09:00.913Z Compiling libm v0.2.16
13402026-03-17T20:09:00.959Z Compiling num-traits v0.2.19
13412026-03-17T20:09:00.962Z Compiling futures-core v0.3.32
13422026-03-17T20:09:01.087Z Compiling percent-encoding v2.3.2
13432026-03-17T20:09:01.129Z Compiling allocator-api2 v0.2.21
13442026-03-17T20:09:01.245Z Compiling foldhash v0.2.0
13452026-03-17T20:09:01.245Z Compiling futures-sink v0.3.32
13462026-03-17T20:09:01.248Z Compiling cpufeatures v0.2.17
13472026-03-17T20:09:01.307Z Compiling slab v0.4.12
13482026-03-17T20:09:01.380Z Compiling futures-io v0.3.32
13492026-03-17T20:09:01.383Z Compiling futures-task v0.3.32
13502026-03-17T20:09:01.444Z Compiling futures-channel v0.3.32
13512026-03-17T20:09:01.444Z Compiling getrandom v0.4.1
13522026-03-17T20:09:01.555Z Compiling hashbrown v0.16.1
13532026-03-17T20:09:01.559Z Compiling rand_core v0.10.0
13542026-03-17T20:09:02.604Z Compiling rustversion v1.0.22
13552026-03-17T20:09:02.607Z Compiling getrandom v0.3.4
13562026-03-17T20:09:02.607Z Compiling form_urlencoded v1.2.2
13572026-03-17T20:09:02.607Z Compiling fs_extra v1.3.0
13582026-03-17T20:09:02.607Z Compiling ident_case v1.0.1
13592026-03-17T20:09:02.607Z Compiling base64ct v1.8.3
13602026-03-17T20:09:02.607Z Compiling dunce v1.0.5
13612026-03-17T20:09:02.607Z Compiling flagset v0.4.7
13622026-03-17T20:09:02.607Z Compiling getrandom v0.2.17
13632026-03-17T20:09:02.607Z Compiling jobserver v0.1.34
13642026-03-17T20:09:02.607Z Compiling errno v0.3.14
13652026-03-17T20:09:02.607Z Compiling mio v1.1.1
13662026-03-17T20:09:02.607Z Compiling socket2 v0.6.2
13672026-03-17T20:09:02.608Z Compiling iana-time-zone v0.1.65
13682026-03-17T20:09:02.608Z Compiling rand_core v0.6.4
13692026-03-17T20:09:02.608Z Compiling once_cell v1.21.3
13702026-03-17T20:09:02.608Z Compiling signal-hook-registry v1.4.8
13712026-03-17T20:09:02.608Z Compiling cc v1.2.56
13722026-03-17T20:09:02.608Z Compiling parking_lot v0.12.5
13732026-03-17T20:09:02.608Z Compiling indexmap v2.13.0
13742026-03-17T20:09:02.608Z Compiling pem-rfc7468 v0.7.0
13752026-03-17T20:09:02.608Z Compiling rustix v1.1.3
13762026-03-17T20:09:02.608Z Compiling uuid v1.21.0
13772026-03-17T20:09:02.608Z Compiling rustc_version v0.4.1
13782026-03-17T20:09:02.608Z Compiling vcpkg v0.2.15
13792026-03-17T20:09:02.621Z Compiling regex-syntax v0.8.10
13802026-03-17T20:09:02.662Z Compiling aws-lc-rs v1.16.0
13812026-03-17T20:09:02.709Z Compiling tracing-core v0.1.36
13822026-03-17T20:09:02.921Z Compiling rand_core v0.9.5
13832026-03-17T20:09:02.942Z Compiling crossbeam-utils v0.8.21
13842026-03-17T20:09:03.003Z Compiling untrusted v0.7.1
13852026-03-17T20:09:03.027Z Compiling openssl-probe v0.2.1
13862026-03-17T20:09:03.147Z Compiling syn v1.0.109
13872026-03-17T20:09:03.188Z Compiling untrusted v0.9.0
13882026-03-17T20:09:03.252Z Compiling httparse v1.10.1
13892026-03-17T20:09:03.291Z Compiling base64 v0.22.1
13902026-03-17T20:09:03.333Z Compiling schemars v0.8.22
13912026-03-17T20:09:03.338Z Compiling atomic-waker v1.1.2
13922026-03-17T20:09:03.377Z Compiling cmake v0.1.57
13932026-03-17T20:09:03.423Z Compiling tower-service v0.3.3
13942026-03-17T20:09:03.507Z Compiling tower-layer v0.3.3
13952026-03-17T20:09:03.529Z Compiling tinyvec_macros v0.1.1
13962026-03-17T20:09:03.552Z Compiling rustls v0.23.37
13972026-03-17T20:09:03.586Z Compiling dyn-clone v1.0.20
13982026-03-17T20:09:03.635Z Compiling try-lock v0.2.5
13992026-03-17T20:09:03.688Z Compiling tinyvec v1.10.0
14002026-03-17T20:09:03.736Z Compiling spin v0.9.8
14012026-03-17T20:09:03.759Z Compiling want v0.3.1
14022026-03-17T20:09:03.762Z Compiling aho-corasick v1.1.4
14032026-03-17T20:09:03.830Z Compiling foreign-types-shared v0.1.1
14042026-03-17T20:09:03.833Z Compiling time-core v0.1.8
14052026-03-17T20:09:03.853Z Compiling httpdate v1.0.3
14062026-03-17T20:09:03.921Z Compiling powerfmt v0.2.0
14072026-03-17T20:09:03.954Z Compiling openssl v0.10.75
14082026-03-17T20:09:03.976Z Compiling pin-utils v0.1.0
14092026-03-17T20:09:03.997Z Compiling num-conv v0.2.0
14102026-03-17T20:09:04.026Z Compiling crc32fast v1.5.0
14112026-03-17T20:09:04.072Z Compiling foreign-types v0.3.2
14122026-03-17T20:09:04.101Z Compiling wait-timeout v0.2.1
14132026-03-17T20:09:04.159Z Compiling deranged v0.5.8
14142026-03-17T20:09:04.179Z Compiling num_threads v0.1.7
14152026-03-17T20:09:04.204Z Compiling native-tls v0.2.18
14162026-03-17T20:09:04.209Z Compiling siphasher v1.0.2
14172026-03-17T20:09:04.252Z Compiling time-macros v0.2.27
14182026-03-17T20:09:04.278Z Compiling either v1.15.0
14192026-03-17T20:09:04.320Z Compiling quick-error v1.2.3
14202026-03-17T20:09:04.341Z Compiling usdt-impl v0.6.0
14212026-03-17T20:09:04.346Z Compiling bit-vec v0.8.0
14222026-03-17T20:09:04.477Z Compiling simd-adler32 v0.3.8
14232026-03-17T20:09:04.498Z Compiling unicode-normalization v0.1.25
14242026-03-17T20:09:04.523Z Compiling crossbeam-epoch v0.9.18
14252026-03-17T20:09:04.528Z Compiling slog v2.8.2
14262026-03-17T20:09:04.591Z Compiling rand_xorshift v0.4.0
14272026-03-17T20:09:04.640Z Compiling aws-lc-sys v0.37.1
14282026-03-17T20:09:04.661Z Compiling ring v0.17.14
14292026-03-17T20:09:04.698Z Compiling openssl-sys v0.9.111
14302026-03-17T20:09:04.813Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14312026-03-17T20:09:04.839Z Compiling tempfile v3.25.0
14322026-03-17T20:09:04.883Z Compiling bzip2-sys v0.1.13+1.0.8
14332026-03-17T20:09:04.906Z Compiling bit-set v0.8.0
14342026-03-17T20:09:04.981Z Compiling synstructure v0.13.2
14352026-03-17T20:09:05.140Z Compiling serde_derive_internals v0.29.1
14362026-03-17T20:09:05.160Z Compiling pest_generator v2.8.6
14372026-03-17T20:09:05.208Z Compiling darling_core v0.20.11
14382026-03-17T20:09:05.305Z Compiling regex-automata v0.4.14
14392026-03-17T20:09:05.400Z Compiling rusty-fork v0.3.1
14402026-03-17T20:09:05.723Z Compiling darling_core v0.21.3
14412026-03-17T20:09:05.846Z Compiling time v0.3.47
14422026-03-17T20:09:05.866Z Compiling heapless v0.7.17
14432026-03-17T20:09:05.888Z Compiling thread-id v5.1.0
14442026-03-17T20:09:06.005Z Compiling sync_wrapper v1.0.2
14452026-03-17T20:09:06.155Z Compiling cookie v0.18.1
14462026-03-17T20:09:06.177Z Compiling rayon-core v1.13.0
14472026-03-17T20:09:06.198Z Compiling unicode-properties v0.1.4
14482026-03-17T20:09:06.226Z Compiling signal-hook v0.3.18
14492026-03-17T20:09:06.378Z Compiling zstd-safe v7.2.4
14502026-03-17T20:09:06.432Z Compiling paste v1.0.15
14512026-03-17T20:09:06.455Z Compiling anyhow v1.0.102
14522026-03-17T20:09:06.478Z Compiling unicode-segmentation v1.12.0
14532026-03-17T20:09:06.498Z Compiling unarray v0.1.4
14542026-03-17T20:09:06.502Z Compiling unicode-bidi v0.3.18
14552026-03-17T20:09:06.545Z Compiling adler2 v2.0.1
14562026-03-17T20:09:06.676Z Compiling miniz_oxide v0.8.9
14572026-03-17T20:09:06.868Z Compiling crossbeam-deque v0.8.6
14582026-03-17T20:09:06.889Z Compiling num-integer v0.1.46
14592026-03-17T20:09:07.007Z Compiling stringprep v0.1.5
14602026-03-17T20:09:07.174Z Compiling vergen-lib v0.1.6
14612026-03-17T20:09:07.204Z Compiling curve25519-dalek v4.1.3
14622026-03-17T20:09:07.306Z Compiling ff v0.13.1
14632026-03-17T20:09:07.377Z Compiling hash32 v0.2.1
14642026-03-17T20:09:07.447Z Compiling memoffset v0.9.1
14652026-03-17T20:09:07.496Z Compiling base16ct v0.2.0
14662026-03-17T20:09:07.571Z Compiling litrs v1.0.0
14672026-03-17T20:09:07.593Z Compiling fallible-iterator v0.2.0
14682026-03-17T20:09:07.647Z Compiling smoltcp v0.9.1
14692026-03-17T20:09:07.672Z Compiling ryu v1.0.23
14702026-03-17T20:09:07.702Z Compiling psl-types v2.0.11
14712026-03-17T20:09:07.724Z Compiling serde_derive v1.0.228
14722026-03-17T20:09:07.747Z Compiling zeroize_derive v1.4.3
14732026-03-17T20:09:07.751Z Compiling zerofrom-derive v0.1.6
14742026-03-17T20:09:07.873Z Compiling yoke-derive v0.8.1
14752026-03-17T20:09:07.927Z Compiling zerocopy-derive v0.8.40
14762026-03-17T20:09:08.034Z Compiling zerovec-derive v0.11.2
14772026-03-17T20:09:08.121Z Compiling displaydoc v0.2.5
14782026-03-17T20:09:08.202Z Compiling tokio-macros v2.6.0
14792026-03-17T20:09:08.294Z Compiling futures-macro v0.3.32
14802026-03-17T20:09:08.660Z Compiling der_derive v0.7.3
14812026-03-17T20:09:08.682Z Compiling zeroize v1.8.2
14822026-03-17T20:09:09.150Z Compiling thiserror-impl v2.0.18
14832026-03-17T20:09:09.230Z Compiling rustls-pki-types v1.14.0
14842026-03-17T20:09:09.431Z Compiling tracing-attributes v0.1.31
14852026-03-17T20:09:09.454Z Compiling futures-util v0.3.32
14862026-03-17T20:09:09.535Z Compiling schemars_derive v0.8.22
14872026-03-17T20:09:09.611Z Compiling scroll_derive v0.13.1
14882026-03-17T20:09:09.633Z Compiling pest_derive v2.8.6
14892026-03-17T20:09:09.810Z Compiling crypto-common v0.1.7
14902026-03-17T20:09:09.813Z Compiling zerofrom v0.1.6
14912026-03-17T20:09:09.871Z Compiling block-buffer v0.10.4
14922026-03-17T20:09:09.978Z Compiling yoke v0.8.1
14932026-03-17T20:09:09.998Z Compiling block-padding v0.3.3
14942026-03-17T20:09:10.023Z Compiling der v0.7.10
14952026-03-17T20:09:10.097Z Compiling digest v0.10.7
14962026-03-17T20:09:10.229Z Compiling zerovec v0.11.5
14972026-03-17T20:09:10.251Z Compiling zerotrie v0.2.3
14982026-03-17T20:09:10.275Z Compiling inout v0.1.4
14992026-03-17T20:09:10.459Z Compiling hmac v0.12.1
15002026-03-17T20:09:10.504Z Compiling cipher v0.4.4
15012026-03-17T20:09:10.675Z Compiling sha2 v0.10.9
15022026-03-17T20:09:10.695Z Compiling pbkdf2 v0.12.2
15032026-03-17T20:09:10.760Z Compiling scroll v0.13.0
15042026-03-17T20:09:10.863Z Compiling tinystr v0.8.2
15052026-03-17T20:09:10.883Z Compiling potential_utf v0.1.4
15062026-03-17T20:09:10.944Z Compiling salsa20 v0.10.2
15072026-03-17T20:09:11.074Z Compiling icu_collections v2.1.1
15082026-03-17T20:09:11.112Z Compiling icu_locale_core v2.1.1
15092026-03-17T20:09:11.134Z Compiling scrypt v0.11.0
15102026-03-17T20:09:11.158Z Compiling thiserror v2.0.18
15112026-03-17T20:09:11.162Z Compiling cbc v0.1.2
15122026-03-17T20:09:11.273Z Compiling spki v0.7.3
15132026-03-17T20:09:11.310Z Compiling aes v0.8.4
15142026-03-17T20:09:11.315Z Compiling darling_macro v0.20.11
15152026-03-17T20:09:11.354Z Compiling tracing v0.1.44
15162026-03-17T20:09:11.385Z Compiling goblin v0.10.5
15172026-03-17T20:09:11.490Z Compiling thiserror-impl v1.0.69
15182026-03-17T20:09:11.566Z Compiling openssl-macros v0.1.1
15192026-03-17T20:09:11.721Z Compiling dtrace-parser v0.3.0
15202026-03-17T20:09:11.748Z Compiling signature v2.2.0
15212026-03-17T20:09:11.751Z Compiling rustls-native-certs v0.8.3
15222026-03-17T20:09:11.992Z Compiling icu_provider v2.1.1
15232026-03-17T20:09:12.011Z Compiling pkcs5 v0.7.1
15242026-03-17T20:09:12.078Z Compiling darling v0.20.11
15252026-03-17T20:09:12.225Z Compiling scroll_derive v0.12.1
15262026-03-17T20:09:12.256Z Compiling derive_builder_core v0.20.2
15272026-03-17T20:09:12.452Z Compiling icu_properties v2.1.2
15282026-03-17T20:09:12.473Z Compiling icu_normalizer v2.1.1
15292026-03-17T20:09:12.498Z Compiling pkcs8 v0.10.2
15302026-03-17T20:09:12.632Z Compiling bytes v1.11.1
15312026-03-17T20:09:12.680Z Compiling chrono v0.4.44
15322026-03-17T20:09:12.699Z Compiling ipnet v2.11.0
15332026-03-17T20:09:12.833Z Compiling toml_datetime v0.6.11
15342026-03-17T20:09:12.871Z Compiling serde_spanned v0.6.9
15352026-03-17T20:09:12.935Z Compiling serde_tokenstream v0.2.3
15362026-03-17T20:09:13.072Z Compiling erased-serde v0.3.31
15372026-03-17T20:09:13.175Z Compiling scroll v0.12.0
15382026-03-17T20:09:13.197Z Compiling md-5 v0.10.6
15392026-03-17T20:09:13.242Z Compiling webpki-roots v1.0.6
15402026-03-17T20:09:13.329Z Compiling tokio v1.49.0
15412026-03-17T20:09:13.366Z Compiling http v1.4.0
15422026-03-17T20:09:13.416Z Compiling thiserror v1.0.69
15432026-03-17T20:09:13.434Z Compiling darling_macro v0.21.3
15442026-03-17T20:09:13.438Z Compiling zerocopy-derive v0.7.35
15452026-03-17T20:09:13.510Z Compiling num-bigint-dig v0.8.6
15462026-03-17T20:09:13.534Z Compiling derive_builder_macro v0.20.2
15472026-03-17T20:09:13.556Z Compiling iri-string v0.7.10
15482026-03-17T20:09:13.559Z Compiling ref-cast v1.0.25
15492026-03-17T20:09:13.794Z Compiling idna_adapter v1.2.1
15502026-03-17T20:09:13.837Z Compiling cfg_aliases v0.2.1
15512026-03-17T20:09:13.942Z Compiling idna v1.1.0
15522026-03-17T20:09:13.991Z Compiling zlib-rs v0.6.2
15532026-03-17T20:09:14.024Z Compiling rustix v0.38.44
15542026-03-17T20:09:14.109Z Compiling darling v0.21.3
15552026-03-17T20:09:14.136Z Compiling nix v0.31.1
15562026-03-17T20:09:14.197Z Compiling derive_builder v0.20.2
15572026-03-17T20:09:14.272Z Compiling http-body v1.0.1
15582026-03-17T20:09:14.362Z Compiling url v2.5.8
15592026-03-17T20:09:14.472Z Compiling http-body-util v0.1.3
15602026-03-17T20:09:14.529Z Compiling ppv-lite86 v0.2.21
15612026-03-17T20:09:14.678Z Compiling publicsuffix v2.3.0
15622026-03-17T20:09:14.724Z Compiling zerocopy v0.7.35
15632026-03-17T20:09:14.777Z Compiling goblin v0.8.2
15642026-03-17T20:09:14.780Z Compiling sec1 v0.7.3
15652026-03-17T20:09:14.820Z Compiling cargo-platform v0.1.9
15662026-03-17T20:09:14.824Z Compiling serde_urlencoded v0.7.1
15672026-03-17T20:09:14.873Z Compiling hkdf v0.12.4
15682026-03-17T20:09:14.908Z Compiling crypto-bigint v0.5.5
15692026-03-17T20:09:15.004Z Compiling rand_chacha v0.9.0
15702026-03-17T20:09:15.171Z Compiling rand_chacha v0.3.1
15712026-03-17T20:09:15.194Z Compiling hubpack_derive v0.1.1
15722026-03-17T20:09:15.200Z Compiling regex v1.12.3
15732026-03-17T20:09:15.238Z Compiling document-features v0.2.12
15742026-03-17T20:09:15.463Z Compiling rand v0.9.2
15752026-03-17T20:09:15.521Z Compiling dof v0.4.0
15762026-03-17T20:09:15.813Z Compiling rand v0.8.5
15772026-03-17T20:09:15.949Z Compiling curve25519-dalek-derive v0.1.1
15782026-03-17T20:09:16.003Z Compiling strum_macros v0.27.2
15792026-03-17T20:09:16.050Z Compiling ref-cast-impl v1.0.25
15802026-03-17T20:09:16.167Z Compiling ipnetwork v0.21.1
15812026-03-17T20:09:16.268Z Compiling proptest v1.10.0
15822026-03-17T20:09:16.414Z Compiling postgres-protocol v0.6.10
15832026-03-17T20:09:16.539Z Compiling oxnet v0.1.4
15842026-03-17T20:09:16.811Z Compiling daft-derive v0.1.5
15852026-03-17T20:09:16.856Z Compiling async-trait v0.1.89
15862026-03-17T20:09:17.191Z Compiling group v0.13.0
15872026-03-17T20:09:17.251Z Compiling num-iter v0.1.45
15882026-03-17T20:09:17.458Z Compiling proc-macro-error v1.0.4
15892026-03-17T20:09:17.732Z Compiling heck v0.4.1
15902026-03-17T20:09:17.796Z Compiling terminal_size v0.4.3
15912026-03-17T20:09:17.838Z Compiling phf_shared v0.13.1
15922026-03-17T20:09:17.871Z Compiling lazy_static v1.5.0
15932026-03-17T20:09:17.894Z Compiling vergen v9.0.6
15942026-03-17T20:09:17.992Z Compiling flate2 v1.1.9
15952026-03-17T20:09:18.013Z Compiling fs-err v3.3.0
15962026-03-17T20:09:18.040Z Compiling ahash v0.8.12
15972026-03-17T20:09:18.136Z Compiling foldhash v0.1.5
15982026-03-17T20:09:18.172Z Compiling libbz2-rs-sys v0.2.2
15992026-03-17T20:09:18.196Z Compiling managed v0.8.0
16002026-03-17T20:09:18.219Z Compiling bitflags v1.3.2
16012026-03-17T20:09:18.298Z Compiling winnow v0.5.40
16022026-03-17T20:09:18.320Z Compiling bumpalo v3.20.2
16032026-03-17T20:09:18.343Z Compiling object v0.37.3
16042026-03-17T20:09:18.369Z Compiling hashbrown v0.15.5
16052026-03-17T20:09:18.418Z Compiling console v0.16.2
16062026-03-17T20:09:18.469Z Compiling tokio-util v0.7.18
16072026-03-17T20:09:18.472Z Compiling tower v0.5.3
16082026-03-17T20:09:18.517Z Compiling tokio-native-tls v0.3.1
16092026-03-17T20:09:18.599Z Compiling zopfli v0.8.3
16102026-03-17T20:09:18.708Z Compiling clap_builder v4.5.60
16112026-03-17T20:09:18.764Z Compiling bzip2 v0.6.1
16122026-03-17T20:09:18.813Z Compiling phf v0.13.1
16132026-03-17T20:09:18.835Z Compiling strum v0.27.2
16142026-03-17T20:09:19.008Z Compiling zone_cfg_derive v0.3.1
16152026-03-17T20:09:19.052Z Compiling signal-hook-mio v0.2.5
16162026-03-17T20:09:19.161Z Compiling tower-http v0.6.8
16172026-03-17T20:09:19.184Z Compiling dof v0.3.0
16182026-03-17T20:09:19.188Z Compiling rayon v1.11.0
16192026-03-17T20:09:19.232Z Compiling cargo_metadata v0.19.2
16202026-03-17T20:09:19.253Z Compiling usdt-macro v0.6.0
16212026-03-17T20:09:19.527Z Compiling h2 v0.4.13
16222026-03-17T20:09:19.729Z Compiling newtype-uuid v1.3.2
16232026-03-17T20:09:19.753Z Compiling usdt-attr-macro v0.6.0
16242026-03-17T20:09:19.922Z Compiling cookie_store v0.22.1
16252026-03-17T20:09:19.950Z Compiling elliptic-curve v0.13.8
16262026-03-17T20:09:20.198Z Compiling toml_edit v0.19.15
16272026-03-17T20:09:20.256Z Compiling daft v0.1.5
16282026-03-17T20:09:20.275Z Compiling bzip2 v0.4.4
16292026-03-17T20:09:20.412Z Compiling postgres-types v0.2.12
16302026-03-17T20:09:20.647Z Compiling hubpack v0.1.2
16312026-03-17T20:09:20.727Z Compiling zstd v0.13.3
16322026-03-17T20:09:20.847Z Compiling serde_with_macros v3.17.0
16332026-03-17T20:09:20.865Z Compiling dtrace-parser v0.2.0
16342026-03-17T20:09:20.956Z Compiling pkcs1 v0.7.5
16352026-03-17T20:09:21.084Z Compiling ed25519 v2.2.3
16362026-03-17T20:09:21.157Z Compiling hex v0.4.3
16372026-03-17T20:09:21.212Z Compiling serde-big-array v0.5.1
16382026-03-17T20:09:21.387Z Compiling rfc6979 v0.4.0
16392026-03-17T20:09:21.411Z Compiling bstr v1.12.1
16402026-03-17T20:09:21.522Z Compiling serde_repr v0.1.20
16412026-03-17T20:09:21.546Z Compiling strum_macros v0.26.4
16422026-03-17T20:09:21.567Z Compiling clap_derive v4.5.55
16432026-03-17T20:09:21.654Z Compiling enum-as-inner v0.6.1
16442026-03-17T20:09:21.936Z Compiling itertools v0.12.1
16452026-03-17T20:09:22.315Z Compiling phf_shared v0.11.3
16462026-03-17T20:09:22.341Z Compiling float-cmp v0.10.0
16472026-03-17T20:09:22.364Z Compiling thread-id v4.2.2
16482026-03-17T20:09:22.385Z Compiling memmap2 v0.9.10
16492026-03-17T20:09:22.411Z Compiling env_filter v1.0.0
16502026-03-17T20:09:22.471Z Compiling encoding_rs v0.8.35
16512026-03-17T20:09:22.492Z Compiling mime v0.3.17
16522026-03-17T20:09:22.550Z Compiling unit-prefix v0.5.2
16532026-03-17T20:09:22.591Z Compiling normalize-line-endings v0.3.0
16542026-03-17T20:09:22.690Z Compiling static_assertions v1.1.0
16552026-03-17T20:09:22.733Z Compiling difflib v0.4.0
16562026-03-17T20:09:22.754Z Compiling predicates-core v1.0.10
16572026-03-17T20:09:22.797Z Compiling fixedbitset v0.5.7
16582026-03-17T20:09:22.851Z Compiling new_debug_unreachable v1.0.6
16592026-03-17T20:09:22.870Z Compiling jiff v0.2.21
16602026-03-17T20:09:22.950Z Compiling whoami v2.1.0
16612026-03-17T20:09:23.010Z Compiling precomputed-hash v0.1.1
16622026-03-17T20:09:23.136Z Compiling rustc-hash v2.1.1
16632026-03-17T20:09:23.156Z Compiling data-encoding v2.10.0
16642026-03-17T20:09:23.236Z Compiling keccak v0.1.6
16652026-03-17T20:09:23.312Z Compiling fixedbitset v0.4.2
16662026-03-17T20:09:23.492Z Compiling sha3 v0.10.8
16672026-03-17T20:09:23.526Z Compiling petgraph v0.6.5
16682026-03-17T20:09:23.623Z Compiling hickory-proto v0.25.2
16692026-03-17T20:09:23.646Z Compiling zone v0.3.1
16702026-03-17T20:09:23.986Z Compiling hyper v1.8.1
16712026-03-17T20:09:24.095Z Compiling strum v0.26.3
16722026-03-17T20:09:24.143Z Compiling iddqd v0.3.17
16732026-03-17T20:09:24.174Z Compiling clap v4.5.60
16742026-03-17T20:09:24.195Z Compiling tokio-postgres v0.7.16
16752026-03-17T20:09:24.269Z Compiling string_cache v0.8.9
16762026-03-17T20:09:24.290Z Compiling petgraph v0.8.3
16772026-03-17T20:09:24.377Z Compiling predicates v3.1.4
16782026-03-17T20:09:24.545Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16792026-03-17T20:09:24.578Z Compiling toml_edit v0.22.27
16802026-03-17T20:09:24.598Z Compiling indicatif v0.18.4
16812026-03-17T20:09:24.619Z Compiling env_logger v0.11.9
16822026-03-17T20:09:25.110Z Compiling usdt v0.6.0
16832026-03-17T20:09:25.193Z Compiling serde_with v3.17.0
16842026-03-17T20:09:25.285Z Compiling usdt-impl v0.5.0
16852026-03-17T20:09:25.473Z Compiling hyper-util v0.1.20
16862026-03-17T20:09:25.640Z Compiling toml v0.7.8
16872026-03-17T20:09:25.743Z Compiling similar v2.7.0
16882026-03-17T20:09:25.778Z Compiling crossterm v0.28.1
16892026-03-17T20:09:26.098Z Compiling ecdsa v0.16.9
16902026-03-17T20:09:26.139Z Compiling ed25519-dalek v2.2.0
16912026-03-17T20:09:26.363Z Compiling rsa v0.9.10
16922026-03-17T20:09:26.496Z Compiling zip v4.6.1
16932026-03-17T20:09:26.948Z Compiling zip v0.6.6
16942026-03-17T20:09:27.048Z Compiling tokio-stream v0.1.18
16952026-03-17T20:09:27.628Z Compiling hyper-tls v0.6.0
16962026-03-17T20:09:27.725Z Compiling buf-list v1.1.2
16972026-03-17T20:09:27.800Z Compiling toml_parser v1.0.9+spec-1.1.0
16982026-03-17T20:09:27.860Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16992026-03-17T20:09:27.882Z Compiling openapiv3 v2.2.0
17002026-03-17T20:09:27.952Z Compiling x509-cert v0.2.5
17012026-03-17T20:09:28.005Z Compiling sha1 v0.10.6
17022026-03-17T20:09:28.118Z Compiling itertools v0.13.0
17032026-03-17T20:09:28.248Z Compiling toml_datetime v0.7.5+spec-1.1.0
17042026-03-17T20:09:28.308Z Compiling peg-runtime v0.8.5
17052026-03-17T20:09:28.332Z Compiling lalrpop-util v0.19.12
17062026-03-17T20:09:28.438Z Compiling thread_local v1.1.9
17072026-03-17T20:09:28.461Z Compiling slog-async v2.8.0
17082026-03-17T20:09:28.606Z Compiling futures-executor v0.3.32
17092026-03-17T20:09:28.654Z Compiling crossbeam-channel v0.5.15
17102026-03-17T20:09:28.704Z Compiling filetime v0.2.27
17112026-03-17T20:09:28.725Z Compiling is-terminal v0.4.17
17122026-03-17T20:09:28.750Z Compiling term v1.2.1
17132026-03-17T20:09:28.785Z Compiling xattr v1.6.1
17142026-03-17T20:09:28.808Z Compiling take_mut v0.2.2
17152026-03-17T20:09:28.880Z Compiling futures v0.3.32
17162026-03-17T20:09:28.950Z Compiling tar v0.4.44
17172026-03-17T20:09:29.568Z Compiling slog-term v2.9.2
17182026-03-17T20:09:49.843Z Compiling rustls-webpki v0.103.9
17192026-03-17T20:09:53.836Z Compiling tokio-rustls v0.26.4
17202026-03-17T20:09:53.836Z Compiling rustls-platform-verifier v0.6.2
17212026-03-17T20:09:54.097Z Compiling hyper-rustls v0.27.7
17222026-03-17T20:09:54.345Z Compiling reqwest v0.12.28
17232026-03-17T20:09:54.345Z Compiling reqwest v0.13.2
17242026-03-17T20:09:57.131Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17252026-03-17T20:09:57.444Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17262026-03-17T20:10:01.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
17272026-03-17T20:10:01.409Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17282026-03-17T20:10:01.469ZMar 17 20:10:00.961 INFO Starting download, target: DendriteStub
17292026-03-17T20:10:01.469ZMar 17 20:10:00.962 INFO Starting download, target: Console
17302026-03-17T20:10:01.473ZMar 17 20:10:00.962 INFO Starting download, target: TransceiverControl
17312026-03-17T20:10:01.473ZMar 17 20:10:00.962 INFO Starting download, target: Cockroach
17322026-03-17T20:10:01.473ZMar 17 20:10:00.962 INFO Starting download, target: MaghemiteMgd
17332026-03-17T20:10:01.473ZMar 17 20:10:00.962 INFO Starting download, target: Clickhouse
17342026-03-17T20:10:01.473ZMar 17 20:10:00.962 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17352026-03-17T20:10:01.473ZMar 17 20:10:00.962 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17362026-03-17T20:10:01.473ZMar 17 20:10:00.962 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17372026-03-17T20:10:01.473ZMar 17 20:10:00.962 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17382026-03-17T20:10:01.473ZMar 17 20:10:00.962 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17392026-03-17T20:10:01.473ZMar 17 20:10:00.962 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17402026-03-17T20:10:02.106ZMar 17 20:10:01.595 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17412026-03-17T20:10:02.434ZMar 17 20:10:01.924 INFO Download complete, target: TransceiverControl
17422026-03-17T20:10:02.485ZMar 17 20:10:01.972 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17432026-03-17T20:10:02.858ZMar 17 20:10:02.347 INFO Download complete, target: Console
17442026-03-17T20:10:03.249ZMar 17 20:10:02.738 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17452026-03-17T20:10:03.395ZMar 17 20:10:02.885 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17462026-03-17T20:10:03.707ZMar 17 20:10:03.198 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17472026-03-17T20:10:03.735ZMar 17 20:10:03.227 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17482026-03-17T20:10:03.735ZMar 17 20:10:03.227 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17492026-03-17T20:10:06.786ZMar 17 20:10:06.277 INFO Download complete, target: DendriteStub
17502026-03-17T20:10:06.965ZMar 17 20:10:06.452 INFO Download complete, target: MaghemiteMgd
17512026-03-17T20:10:11.507ZMar 17 20:10:10.991 INFO Checking that binary works, target: Cockroach
17522026-03-17T20:10:11.663ZMar 17 20:10:11.152 INFO Download complete, target: Cockroach
17532026-03-17T20:10:14.750ZMar 17 20:10:14.240 INFO Checking that binary works, target: Clickhouse
17542026-03-17T20:10:14.853ZMar 17 20:10:14.343 INFO Download complete, target: Clickhouse
17552026-03-17T20:10:14.858ZAll prerequisites installed successfully
17562026-03-17T20:10:14.862Z
17572026-03-17T20:10:14.862Zreal 3:49.167590981
17582026-03-17T20:10:14.862Zuser 10:28.513291549
17592026-03-17T20:10:14.862Zsys 2:08.837037153
17602026-03-17T20:10:14.862Ztrap 0.345500334
17612026-03-17T20:10:14.862Ztflt 1.328944578
17622026-03-17T20:10:14.862Zdflt 1.852382148
17632026-03-17T20:10:14.862Zkflt 0.023222189
17642026-03-17T20:10:14.862Zlock 23:45.385810803
17652026-03-17T20:10:14.862Zslp 34:31.047832072
17662026-03-17T20:10:14.862Zlat 33.052453356
17672026-03-17T20:10:14.862Zstop 4:27.749263450
17682026-03-17T20:10:14.862Z+ ptime -m cargo xtask download softnpu
17692026-03-17T20:10:15.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
17702026-03-17T20:10:15.575Z Running `target/debug/xtask download softnpu`
17712026-03-17T20:10:16.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
17722026-03-17T20:10:16.613Z Running `target/debug/xtask-downloader softnpu`
17732026-03-17T20:10:16.653ZMar 17 20:10:16.143 INFO Starting download, target: Softnpu
17742026-03-17T20:10:16.656ZMar 17 20:10:16.144 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17752026-03-17T20:10:17.464ZMar 17 20:10:16.954 INFO Download complete, target: Softnpu
17762026-03-17T20:10:17.468Z
17772026-03-17T20:10:17.471Zreal 2.602061415
17782026-03-17T20:10:17.471Zuser 1.741292912
17792026-03-17T20:10:17.471Zsys 0.773362418
17802026-03-17T20:10:17.471Ztrap 0.000880163
17812026-03-17T20:10:17.471Ztflt 0.000093565
17822026-03-17T20:10:17.471Zdflt 0.000291693
17832026-03-17T20:10:17.471Zkflt 0.000000000
17842026-03-17T20:10:17.471Zlock 14.757493498
17852026-03-17T20:10:17.471Zslp 0.536987131
17862026-03-17T20:10:17.471Zlat 0.056393374
17872026-03-17T20:10:17.471Zstop 0.000164558
17882026-03-17T20:10:17.471Z+ export CARGO_INCREMENTAL=0
17892026-03-17T20:10:17.471Z+ CARGO_INCREMENTAL=0
17902026-03-17T20:10:17.471Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17912026-03-17T20:10:18.609Z Compiling proc-macro2 v1.0.106
17922026-03-17T20:10:18.609Z Compiling quote v1.0.44
17932026-03-17T20:10:18.609Z Compiling unicode-ident v1.0.24
17942026-03-17T20:10:18.609Z Compiling libc v0.2.180
17952026-03-17T20:10:18.612Z Compiling serde_core v1.0.228
17962026-03-17T20:10:18.612Z Compiling serde v1.0.228
17972026-03-17T20:10:18.612Z Compiling cfg-if v1.0.4
17982026-03-17T20:10:18.612Z Compiling version_check v0.9.5
17992026-03-17T20:10:18.613Z Compiling shlex v1.3.0
18002026-03-17T20:10:18.613Z Compiling find-msvc-tools v0.1.9
18012026-03-17T20:10:18.613Z Compiling typenum v1.19.0
18022026-03-17T20:10:18.613Z Compiling portable-atomic v1.13.1
18032026-03-17T20:10:18.613Z Compiling memchr v2.8.0
18042026-03-17T20:10:18.613Z Compiling autocfg v1.5.0
18052026-03-17T20:10:18.613Z Compiling zmij v1.0.21
18062026-03-17T20:10:18.920Z Compiling serde_json v1.0.149
18072026-03-17T20:10:19.081Z Compiling zerocopy v0.8.40
18082026-03-17T20:10:19.081Z Compiling parking_lot_core v0.9.12
18092026-03-17T20:10:19.139Z Compiling libm v0.2.16
18102026-03-17T20:10:19.161Z Compiling smallvec v1.15.1
18112026-03-17T20:10:19.240Z Compiling generic-array v0.14.7
18122026-03-17T20:10:19.392Z Compiling icu_normalizer_data v2.1.1
18132026-03-17T20:10:19.395Z Compiling icu_properties_data v2.1.2
18142026-03-17T20:10:19.481Z Compiling num-traits v0.2.19
18152026-03-17T20:10:19.481Z Compiling itoa v1.0.17
18162026-03-17T20:10:19.567Z Compiling log v0.4.29
18172026-03-17T20:10:19.570Z Compiling getrandom v0.4.1
18182026-03-17T20:10:19.570Z Compiling pkg-config v0.3.32
18192026-03-17T20:10:19.671Z Compiling stable_deref_trait v1.2.1
18202026-03-17T20:10:19.823Z Compiling subtle v2.6.1
18212026-03-17T20:10:19.826Z Compiling scopeguard v1.2.0
18222026-03-17T20:10:19.970Z Compiling lock_api v0.4.14
18232026-03-17T20:10:19.992Z Compiling fnv v1.0.7
18242026-03-17T20:10:20.014Z Compiling thiserror v2.0.18
18252026-03-17T20:10:20.143Z Compiling getrandom v0.3.4
18262026-03-17T20:10:20.147Z Compiling pin-project-lite v0.2.17
18272026-03-17T20:10:20.326Z Compiling critical-section v1.2.0
18282026-03-17T20:10:20.465Z Compiling jobserver v0.1.34
18292026-03-17T20:10:20.484Z Compiling getrandom v0.2.17
18302026-03-17T20:10:20.507Z Compiling errno v0.3.14
18312026-03-17T20:10:20.643Z Compiling syn v2.0.117
18322026-03-17T20:10:20.662Z Compiling rand_core v0.6.4
18332026-03-17T20:10:20.685Z Compiling allocator-api2 v0.2.21
18342026-03-17T20:10:20.706Z Compiling equivalent v1.0.2
18352026-03-17T20:10:20.747Z Compiling cc v1.2.56
18362026-03-17T20:10:20.792Z Compiling rustversion v1.0.22
18372026-03-17T20:10:20.831Z Compiling once_cell v1.21.3
18382026-03-17T20:10:20.946Z Compiling dunce v1.0.5
18392026-03-17T20:10:20.949Z Compiling fs_extra v1.3.0
18402026-03-17T20:10:20.992Z Compiling litemap v0.8.1
18412026-03-17T20:10:21.075Z Compiling percent-encoding v2.3.2
18422026-03-17T20:10:21.118Z Compiling foldhash v0.2.0
18432026-03-17T20:10:21.139Z Compiling writeable v0.6.2
18442026-03-17T20:10:21.248Z Compiling const-oid v0.9.6
18452026-03-17T20:10:21.310Z Compiling hashbrown v0.16.1
18462026-03-17T20:10:21.331Z Compiling signal-hook-registry v1.4.8
18472026-03-17T20:10:21.416Z Compiling rustix v1.1.3
18482026-03-17T20:10:21.457Z Compiling socket2 v0.6.2
18492026-03-17T20:10:21.499Z Compiling mio v1.1.1
18502026-03-17T20:10:21.503Z Compiling schemars v0.8.22
18512026-03-17T20:10:21.566Z Compiling aws-lc-rs v1.16.0
18522026-03-17T20:10:21.913Z Compiling cmake v0.1.57
18532026-03-17T20:10:21.935Z Compiling semver v1.0.27
18542026-03-17T20:10:21.959Z Compiling parking_lot v0.12.5
18552026-03-17T20:10:21.981Z Compiling utf8_iter v1.0.4
18562026-03-17T20:10:22.007Z Compiling rand_core v0.10.0
18572026-03-17T20:10:22.162Z Compiling bitflags v2.11.0
18582026-03-17T20:10:22.246Z Compiling indexmap v2.13.0
18592026-03-17T20:10:22.346Z Compiling form_urlencoded v1.2.2
18602026-03-17T20:10:22.389Z Compiling futures-core v0.3.32
18612026-03-17T20:10:22.430Z Compiling strsim v0.11.1
18622026-03-17T20:10:22.526Z Compiling ring v0.17.14
18632026-03-17T20:10:22.636Z Compiling aws-lc-sys v0.37.1
18642026-03-17T20:10:22.721Z Compiling httparse v1.10.1
18652026-03-17T20:10:22.755Z Compiling byteorder v1.5.0
18662026-03-17T20:10:22.795Z Compiling thiserror v1.0.69
18672026-03-17T20:10:22.818Z Compiling ucd-trie v0.1.7
18682026-03-17T20:10:23.072Z Compiling pest v2.8.6
18692026-03-17T20:10:23.173Z Compiling vcpkg v0.2.15
18702026-03-17T20:10:23.217Z Compiling heck v0.5.0
18712026-03-17T20:10:23.222Z Compiling ident_case v1.0.1
18722026-03-17T20:10:23.282Z Compiling regex-syntax v0.8.10
18732026-03-17T20:10:23.349Z Compiling syn v1.0.109
18742026-03-17T20:10:23.452Z Compiling crossbeam-utils v0.8.21
18752026-03-17T20:10:23.716Z Compiling futures-sink v0.3.32
18762026-03-17T20:10:23.755Z Compiling rustls v0.23.37
18772026-03-17T20:10:23.778Z Compiling rustc_version v0.4.1
18782026-03-17T20:10:23.852Z Compiling futures-task v0.3.32
18792026-03-17T20:10:23.871Z Compiling futures-channel v0.3.32
18802026-03-17T20:10:23.874Z Compiling slab v0.4.12
18812026-03-17T20:10:23.875Z Compiling futures-io v0.3.32
18822026-03-17T20:10:23.891Z Compiling cpufeatures v0.2.17
18832026-03-17T20:10:24.017Z Compiling openssl-sys v0.9.111
18842026-03-17T20:10:24.087Z Compiling iana-time-zone v0.1.65
18852026-03-17T20:10:24.112Z Compiling plain v0.2.3
18862026-03-17T20:10:24.156Z Compiling uuid v1.21.0
18872026-03-17T20:10:24.202Z Compiling aho-corasick v1.1.4
18882026-03-17T20:10:24.274Z Compiling num-conv v0.2.0
18892026-03-17T20:10:24.404Z Compiling time-core v0.1.8
18902026-03-17T20:10:24.527Z Compiling pretty-hex v0.4.1
18912026-03-17T20:10:24.620Z Compiling time-macros v0.2.27
18922026-03-17T20:10:24.692Z Compiling synstructure v0.13.2
18932026-03-17T20:10:24.715Z Compiling serde_derive_internals v0.29.1
18942026-03-17T20:10:24.738Z Compiling pest_meta v2.8.6
18952026-03-17T20:10:24.895Z Compiling openssl v0.10.75
18962026-03-17T20:10:25.237Z Compiling anyhow v1.0.102
18972026-03-17T20:10:25.340Z Compiling regex-automata v0.4.14
18982026-03-17T20:10:25.379Z Compiling crc32fast v1.5.0
18992026-03-17T20:10:25.401Z Compiling base64ct v1.8.3
19002026-03-17T20:10:25.430Z Compiling either v1.15.0
19012026-03-17T20:10:25.458Z Compiling darling_core v0.21.3
19022026-03-17T20:10:25.643Z Compiling pest_generator v2.8.6
19032026-03-17T20:10:25.713Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19042026-03-17T20:10:25.737Z Compiling pem-rfc7468 v0.7.0
19052026-03-17T20:10:25.779Z Compiling flagset v0.4.7
19062026-03-17T20:10:25.783Z Compiling native-tls v0.2.18
19072026-03-17T20:10:25.826Z Compiling rand_core v0.9.5
19082026-03-17T20:10:26.040Z Compiling slog v2.8.2
19092026-03-17T20:10:26.116Z Compiling tracing-core v0.1.36
19102026-03-17T20:10:26.182Z Compiling rayon-core v1.13.0
19112026-03-17T20:10:26.209Z Compiling untrusted v0.9.0
19122026-03-17T20:10:26.233Z Compiling dyn-clone v1.0.20
19132026-03-17T20:10:26.440Z Compiling cookie v0.18.1
19142026-03-17T20:10:26.463Z Compiling base64 v0.22.1
19152026-03-17T20:10:26.539Z Compiling camino v1.2.2
19162026-03-17T20:10:26.627Z Compiling serde_derive v1.0.228
19172026-03-17T20:10:26.687Z Compiling zeroize_derive v1.4.3
19182026-03-17T20:10:26.720Z Compiling zerofrom-derive v0.1.6
19192026-03-17T20:10:26.752Z Compiling yoke-derive v0.8.1
19202026-03-17T20:10:26.793Z Compiling zerovec-derive v0.11.2
19212026-03-17T20:10:26.893Z Compiling displaydoc v0.2.5
19222026-03-17T20:10:26.949Z Compiling zerocopy-derive v0.8.40
19232026-03-17T20:10:27.110Z Compiling tokio-macros v2.6.0
19242026-03-17T20:10:27.484Z Compiling futures-macro v0.3.32
19252026-03-17T20:10:27.507Z Compiling zeroize v1.8.2
19262026-03-17T20:10:27.832Z Compiling thiserror-impl v2.0.18
19272026-03-17T20:10:28.117Z Compiling tracing-attributes v0.1.31
19282026-03-17T20:10:28.221Z Compiling der_derive v0.7.3
19292026-03-17T20:10:28.330Z Compiling zerofrom v0.1.6
19302026-03-17T20:10:28.515Z Compiling yoke v0.8.1
19312026-03-17T20:10:28.570Z Compiling schemars_derive v0.8.22
19322026-03-17T20:10:28.786Z Compiling zerovec v0.11.5
19332026-03-17T20:10:28.789Z Compiling crypto-common v0.1.7
19342026-03-17T20:10:28.830Z Compiling zerotrie v0.2.3
19352026-03-17T20:10:28.996Z Compiling block-buffer v0.10.4
19362026-03-17T20:10:29.189Z Compiling digest v0.10.7
19372026-03-17T20:10:29.478Z Compiling thiserror-impl v1.0.69
19382026-03-17T20:10:29.511Z Compiling pest_derive v2.8.6
19392026-03-17T20:10:29.609Z Compiling tinystr v0.8.2
19402026-03-17T20:10:29.639Z Compiling potential_utf v0.1.4
19412026-03-17T20:10:29.880Z Compiling icu_locale_core v2.1.1
19422026-03-17T20:10:29.883Z Compiling icu_collections v2.1.1
19432026-03-17T20:10:30.105Z Compiling hmac v0.12.1
19442026-03-17T20:10:30.133Z Compiling futures-util v0.3.32
19452026-03-17T20:10:30.317Z Compiling block-padding v0.3.3
19462026-03-17T20:10:30.320Z Compiling sha2 v0.10.9
19472026-03-17T20:10:30.512Z Compiling inout v0.1.4
19482026-03-17T20:10:30.675Z Compiling cipher v0.4.4
19492026-03-17T20:10:30.718Z Compiling rustls-pki-types v1.14.0
19502026-03-17T20:10:30.796Z Compiling scroll_derive v0.13.1
19512026-03-17T20:10:30.816Z Compiling scroll_derive v0.12.1
19522026-03-17T20:10:30.961Z Compiling bytes v1.11.1
19532026-03-17T20:10:31.009Z Compiling icu_provider v2.1.1
19542026-03-17T20:10:31.359Z Compiling icu_properties v2.1.2
19552026-03-17T20:10:31.469Z Compiling icu_normalizer v2.1.1
19562026-03-17T20:10:31.682Z Compiling tokio v1.49.0
19572026-03-17T20:10:31.832Z Compiling chrono v0.4.44
19582026-03-17T20:10:32.147Z Compiling serde_tokenstream v0.2.3
19592026-03-17T20:10:32.460Z Compiling openssl-macros v0.1.1
19602026-03-17T20:10:32.539Z Compiling http v1.4.0
19612026-03-17T20:10:32.981Z Compiling idna_adapter v1.2.1
19622026-03-17T20:10:33.122Z Compiling der v0.7.10
19632026-03-17T20:10:33.203Z Compiling idna v1.1.0
19642026-03-17T20:10:33.256Z Compiling darling_macro v0.21.3
19652026-03-17T20:10:33.294Z Compiling regex v1.12.3
19662026-03-17T20:10:33.508Z Compiling ppv-lite86 v0.2.21
19672026-03-17T20:10:33.665Z Compiling url v2.5.8
19682026-03-17T20:10:33.879Z Compiling zerocopy-derive v0.7.35
19692026-03-17T20:10:33.932Z Compiling darling v0.21.3
19702026-03-17T20:10:34.017Z Compiling salsa20 v0.10.2
19712026-03-17T20:10:34.046Z Compiling pbkdf2 v0.12.2
19722026-03-17T20:10:34.199Z Compiling tracing v0.1.44
19732026-03-17T20:10:34.219Z Compiling scrypt v0.11.0
19742026-03-17T20:10:34.566Z Compiling spki v0.7.3
19752026-03-17T20:10:34.744Z Compiling rand_chacha v0.9.0
19762026-03-17T20:10:34.844Z Compiling cbc v0.1.2
19772026-03-17T20:10:34.890Z Compiling aes v0.8.4
19782026-03-17T20:10:35.240Z Compiling usdt-impl v0.5.0
19792026-03-17T20:10:35.551Z Compiling winnow v0.7.14
19802026-03-17T20:10:35.573Z Compiling ref-cast v1.0.25
19812026-03-17T20:10:35.573Z Compiling paste v1.0.15
19822026-03-17T20:10:35.855Z Compiling usdt-impl v0.6.0
19832026-03-17T20:10:35.983Z Compiling pkcs5 v0.7.1
19842026-03-17T20:10:36.030Z Compiling rand v0.9.2
19852026-03-17T20:10:36.271Z Compiling http-body v1.0.1
19862026-03-17T20:10:36.472Z Compiling scroll v0.13.0
19872026-03-17T20:10:36.523Z Compiling scroll v0.12.0
19882026-03-17T20:10:36.545Z Compiling toml_datetime v0.6.11
19892026-03-17T20:10:36.596Z Compiling serde_spanned v0.6.9
19902026-03-17T20:10:36.746Z Compiling tokio-util v0.7.18
19912026-03-17T20:10:36.797Z Compiling heapless v0.7.17
19922026-03-17T20:10:36.848Z Compiling bzip2-sys v0.1.13+1.0.8
19932026-03-17T20:10:36.892Z Compiling untrusted v0.7.1
19942026-03-17T20:10:36.897Z Compiling atomic-waker v1.1.2
19952026-03-17T20:10:36.935Z Compiling signal-hook v0.3.18
19962026-03-17T20:10:37.006Z Compiling zstd-safe v7.2.4
19972026-03-17T20:10:37.071Z Compiling openssl-probe v0.2.1
19982026-03-17T20:10:37.331Z Compiling goblin v0.8.2
19992026-03-17T20:10:37.334Z Compiling goblin v0.10.5
20002026-03-17T20:10:37.372Z Compiling pkcs8 v0.10.2
20012026-03-17T20:10:37.590Z Compiling toml_parser v1.0.9+spec-1.1.0
20022026-03-17T20:10:37.882Z Compiling zerocopy v0.7.35
20032026-03-17T20:10:38.058Z Compiling ref-cast-impl v1.0.25
20042026-03-17T20:10:38.407Z Compiling darling_core v0.20.11
20052026-03-17T20:10:38.516Z Compiling toml_datetime v0.7.5+spec-1.1.0
20062026-03-17T20:10:38.536Z Compiling memoffset v0.9.1
20072026-03-17T20:10:38.724Z Compiling tinyvec_macros v0.1.1
20082026-03-17T20:10:38.830Z Compiling tower-service v0.3.3
20092026-03-17T20:10:38.853Z Compiling rustix v0.38.44
20102026-03-17T20:10:38.856Z Compiling fastrand v2.3.0
20112026-03-17T20:10:39.206Z Compiling try-lock v0.2.5
20122026-03-17T20:10:39.278Z Compiling tower-layer v0.3.3
20132026-03-17T20:10:39.378Z Compiling winnow v0.5.40
20142026-03-17T20:10:39.382Z Compiling litrs v1.0.0
20152026-03-17T20:10:39.599Z Compiling want v0.3.1
20162026-03-17T20:10:39.775Z Compiling h2 v0.4.13
20172026-03-17T20:10:39.834Z Compiling tinyvec v1.10.0
20182026-03-17T20:10:40.034Z Compiling document-features v0.2.12
20192026-03-17T20:10:40.386Z Compiling dtrace-parser v0.2.0
20202026-03-17T20:10:40.515Z Compiling dtrace-parser v0.3.0
20212026-03-17T20:10:40.756Z Compiling dof v0.3.0
20222026-03-17T20:10:41.062Z Compiling ipnet v2.11.0
20232026-03-17T20:10:41.244Z Compiling dof v0.4.0
20242026-03-17T20:10:41.269Z Compiling toml_edit v0.19.15
20252026-03-17T20:10:41.273Z Compiling darling_macro v0.20.11
20262026-03-17T20:10:41.367Z Compiling daft-derive v0.1.5
20272026-03-17T20:10:41.612Z Compiling async-trait v0.1.89
20282026-03-17T20:10:41.869Z Compiling curve25519-dalek v4.1.3
20292026-03-17T20:10:41.953Z Compiling spin v0.9.8
20302026-03-17T20:10:41.980Z Compiling thread-id v4.2.2
20312026-03-17T20:10:42.099Z Compiling thread-id v5.1.0
20322026-03-17T20:10:42.220Z Compiling proc-macro-error-attr v1.0.4
20332026-03-17T20:10:42.306Z Compiling cfg_aliases v0.2.1
20342026-03-17T20:10:42.419Z Compiling smoltcp v0.9.1
20352026-03-17T20:10:42.440Z Compiling pin-utils v0.1.0
20362026-03-17T20:10:42.505Z Compiling foreign-types-shared v0.1.1
20372026-03-17T20:10:42.552Z Compiling httpdate v1.0.3
20382026-03-17T20:10:42.666Z Compiling powerfmt v0.2.0
20392026-03-17T20:10:42.685Z Compiling num-bigint-dig v0.8.6
20402026-03-17T20:10:42.845Z Compiling foreign-types v0.3.2
20412026-03-17T20:10:42.866Z Compiling deranged v0.5.8
20422026-03-17T20:10:42.912Z Compiling tempfile v3.25.0
20432026-03-17T20:10:42.915Z Compiling nix v0.31.1
20442026-03-17T20:10:43.059Z Compiling darling v0.20.11
20452026-03-17T20:10:43.580Z Compiling ipnetwork v0.21.1
20462026-03-17T20:10:43.656Z Compiling strum_macros v0.26.4
20472026-03-17T20:10:43.807Z Compiling hyper v1.8.1
20482026-03-17T20:10:43.974Z Compiling wait-timeout v0.2.1
20492026-03-17T20:10:44.274Z Compiling proc-macro-error v1.0.4
20502026-03-17T20:10:44.385Z Compiling quick-error v1.2.3
20512026-03-17T20:10:44.407Z Compiling utf8parse v0.2.2
20522026-03-17T20:10:44.454Z Compiling num_threads v0.1.7
20532026-03-17T20:10:44.539Z Compiling simd-adler32 v0.3.8
20542026-03-17T20:10:44.585Z Compiling anstyle v1.0.13
20552026-03-17T20:10:44.808Z Compiling bit-vec v0.8.0
20562026-03-17T20:10:44.811Z Compiling unicode-segmentation v1.12.0
20572026-03-17T20:10:44.870Z Compiling siphasher v1.0.2
20582026-03-17T20:10:45.128Z Compiling bit-set v0.8.0
20592026-03-17T20:10:45.362Z Compiling hyper-util v0.1.20
20602026-03-17T20:10:45.381Z Compiling time v0.3.47
20612026-03-17T20:10:45.667Z Compiling anstyle-parse v0.2.7
20622026-03-17T20:10:45.689Z Compiling rusty-fork v0.3.1
20632026-03-17T20:10:46.082Z Compiling crossbeam-epoch v0.9.18
20642026-03-17T20:10:46.133Z Compiling derive_builder_core v0.20.2
20652026-03-17T20:10:46.607Z Compiling unicode-normalization v0.1.25
20662026-03-17T20:10:47.245Z Compiling rustls-native-certs v0.8.3
20672026-03-17T20:10:47.598Z Compiling signature v2.2.0
20682026-03-17T20:10:47.614Z Compiling hubpack_derive v0.1.1
20692026-03-17T20:10:47.614Z Compiling curve25519-dalek-derive v0.1.1
20702026-03-17T20:10:47.660Z Compiling strum_macros v0.27.2
20712026-03-17T20:10:47.762Z Compiling rand_xorshift v0.4.0
20722026-03-17T20:10:47.785Z Compiling sync_wrapper v1.0.2
20732026-03-17T20:10:47.788Z Compiling fs-err v3.3.0
20742026-03-17T20:10:47.935Z Compiling ahash v0.8.12
20752026-03-17T20:10:48.024Z Compiling is_terminal_polyfill v1.70.2
20762026-03-17T20:10:48.110Z Compiling object v0.37.3
20772026-03-17T20:10:48.131Z Compiling unicode-bidi v0.3.18
20782026-03-17T20:10:48.157Z Compiling unarray v0.1.4
20792026-03-17T20:10:48.257Z Compiling adler2 v2.0.1
20802026-03-17T20:10:48.327Z Compiling unicode-properties v0.1.4
20812026-03-17T20:10:48.485Z Compiling colorchoice v1.0.4
20822026-03-17T20:10:48.505Z Compiling anstyle-query v1.1.5
20832026-03-17T20:10:48.598Z Compiling stringprep v0.1.5
20842026-03-17T20:10:48.620Z Compiling anstream v0.6.21
20852026-03-17T20:10:48.664Z Compiling miniz_oxide v0.8.9
20862026-03-17T20:10:48.668Z Compiling proptest v1.10.0
20872026-03-17T20:10:49.130Z Compiling tower v0.5.3
20882026-03-17T20:10:49.440Z Compiling derive_builder_macro v0.20.2
20892026-03-17T20:10:49.776Z Compiling crossbeam-deque v0.8.6
20902026-03-17T20:10:49.823Z Compiling heck v0.4.1
20912026-03-17T20:10:49.844Z Compiling usdt-attr-macro v0.6.0
20922026-03-17T20:10:49.933Z Compiling usdt-macro v0.6.0
20932026-03-17T20:10:50.166Z Compiling http-body-util v0.1.3
20942026-03-17T20:10:50.217Z Compiling webpki-roots v1.0.6
20952026-03-17T20:10:50.383Z Compiling rand_chacha v0.3.1
20962026-03-17T20:10:50.445Z Compiling erased-serde v0.3.31
20972026-03-17T20:10:50.482Z Compiling md-5 v0.10.6
20982026-03-17T20:10:50.687Z Compiling num-integer v0.1.46
20992026-03-17T20:10:50.755Z Compiling hash32 v0.2.1
21002026-03-17T20:10:50.838Z Compiling vergen-lib v0.1.6
21012026-03-17T20:10:50.874Z Compiling ff v0.13.1
21022026-03-17T20:10:50.895Z Compiling ryu v1.0.23
21032026-03-17T20:10:50.935Z Compiling iri-string v0.7.10
21042026-03-17T20:10:50.957Z Compiling fallible-iterator v0.2.0
21052026-03-17T20:10:51.008Z Compiling base16ct v0.2.0
21062026-03-17T20:10:51.056Z Compiling psl-types v2.0.11
21072026-03-17T20:10:51.105Z Compiling zlib-rs v0.6.2
21082026-03-17T20:10:51.201Z Compiling publicsuffix v2.3.0
21092026-03-17T20:10:51.223Z Compiling serde_urlencoded v0.7.1
21102026-03-17T20:10:51.226Z Compiling sec1 v0.7.3
21112026-03-17T20:10:51.265Z Compiling group v0.13.0
21122026-03-17T20:10:51.307Z Compiling num-iter v0.1.45
21132026-03-17T20:10:51.373Z Compiling postgres-protocol v0.6.10
21142026-03-17T20:10:51.541Z Compiling newtype-uuid v1.3.2
21152026-03-17T20:10:51.607Z Compiling rand v0.8.5
21162026-03-17T20:10:51.847Z Compiling oxnet v0.1.4
21172026-03-17T20:10:51.963Z Compiling zone_cfg_derive v0.3.1
21182026-03-17T20:10:52.047Z Compiling derive_builder v0.20.2
21192026-03-17T20:10:52.213Z Compiling tokio-native-tls v0.3.1
21202026-03-17T20:10:52.260Z Compiling phf_shared v0.13.1
21212026-03-17T20:10:52.397Z Compiling lazy_static v1.5.0
21222026-03-17T20:10:52.474Z Compiling terminal_size v0.4.3
21232026-03-17T20:10:52.521Z Compiling serde_with_macros v3.17.0
21242026-03-17T20:10:52.543Z Compiling tower-http v0.6.8
21252026-03-17T20:10:52.633Z Compiling cargo-platform v0.1.9
21262026-03-17T20:10:52.658Z Compiling hkdf v0.12.4
21272026-03-17T20:10:52.746Z Compiling crypto-bigint v0.5.5
21282026-03-17T20:10:52.811Z Compiling clap_derive v4.5.55
21292026-03-17T20:10:52.833Z Compiling enum-as-inner v0.6.1
21302026-03-17T20:10:52.857Z Compiling serde_repr v0.1.20
21312026-03-17T20:10:52.861Z Compiling vergen v9.0.6
21322026-03-17T20:10:52.958Z Compiling bumpalo v3.20.2
21332026-03-17T20:10:53.120Z Compiling bitflags v1.3.2
21342026-03-17T20:10:53.150Z Compiling libbz2-rs-sys v0.2.2
21352026-03-17T20:10:53.171Z Compiling unicode-width v0.2.0
21362026-03-17T20:10:53.353Z Compiling managed v0.8.0
21372026-03-17T20:10:53.568Z Compiling clap_lex v1.0.0
21382026-03-17T20:10:53.596Z Compiling foldhash v0.1.5
21392026-03-17T20:10:53.641Z Compiling console v0.16.2
21402026-03-17T20:10:53.728Z Compiling bzip2 v0.6.1
21412026-03-17T20:10:53.854Z Compiling flate2 v1.1.9
21422026-03-17T20:10:53.877Z Compiling clap_builder v4.5.60
21432026-03-17T20:10:53.914Z Compiling hashbrown v0.15.5
21442026-03-17T20:10:54.001Z Compiling zopfli v0.8.3
21452026-03-17T20:10:54.217Z Compiling cargo_metadata v0.19.2
21462026-03-17T20:10:54.412Z Compiling elliptic-curve v0.13.8
21472026-03-17T20:10:54.622Z Compiling phf v0.13.1
21482026-03-17T20:10:54.718Z Compiling hyper-tls v0.6.0
21492026-03-17T20:10:54.762Z Compiling rayon v1.11.0
21502026-03-17T20:10:54.881Z Compiling daft v0.1.5
21512026-03-17T20:10:54.909Z Compiling signal-hook-mio v0.2.5
21522026-03-17T20:10:55.033Z Compiling cookie_store v0.22.1
21532026-03-17T20:10:55.074Z Compiling postgres-types v0.2.12
21542026-03-17T20:10:55.111Z Compiling zstd v0.13.3
21552026-03-17T20:10:55.251Z Compiling bzip2 v0.4.4
21562026-03-17T20:10:55.271Z Compiling strum v0.27.2
21572026-03-17T20:10:55.524Z Compiling hubpack v0.1.2
21582026-03-17T20:10:55.756Z Compiling ed25519 v2.2.3
21592026-03-17T20:10:55.778Z Compiling phf_shared v0.11.3
21602026-03-17T20:10:55.924Z Compiling pkcs1 v0.7.5
21612026-03-17T20:10:56.060Z Compiling serde-big-array v0.5.1
21622026-03-17T20:10:56.083Z Compiling hex v0.4.3
21632026-03-17T20:10:56.199Z Compiling rfc6979 v0.4.0
21642026-03-17T20:10:56.252Z Compiling bstr v1.12.1
21652026-03-17T20:10:56.455Z Compiling itertools v0.12.1
21662026-03-17T20:10:56.458Z Compiling float-cmp v0.10.0
21672026-03-17T20:10:56.458Z Compiling memmap2 v0.9.10
21682026-03-17T20:10:56.520Z Compiling env_filter v1.0.0
21692026-03-17T20:10:56.653Z Compiling encoding_rs v0.8.35
21702026-03-17T20:10:56.753Z Compiling fixedbitset v0.5.7
21712026-03-17T20:10:56.787Z Compiling new_debug_unreachable v1.0.6
21722026-03-17T20:10:56.888Z Compiling fixedbitset v0.4.2
21732026-03-17T20:10:56.909Z Compiling predicates-core v1.0.10
21742026-03-17T20:10:56.912Z Compiling normalize-line-endings v0.3.0
21752026-03-17T20:10:57.061Z Compiling data-encoding v2.10.0
21762026-03-17T20:10:57.082Z Compiling static_assertions v1.1.0
21772026-03-17T20:10:57.137Z Compiling precomputed-hash v0.1.1
21782026-03-17T20:10:57.158Z Compiling rustc-hash v2.1.1
21792026-03-17T20:10:57.161Z Compiling toml_write v0.1.2
21802026-03-17T20:10:57.200Z Compiling difflib v0.4.0
21812026-03-17T20:10:57.267Z Compiling keccak v0.1.6
21822026-03-17T20:10:57.290Z Compiling unit-prefix v0.5.2
21832026-03-17T20:10:57.372Z Compiling jiff v0.2.21
21842026-03-17T20:10:57.451Z Compiling mime v0.3.17
21852026-03-17T20:10:57.488Z Compiling whoami v2.1.0
21862026-03-17T20:10:57.552Z Compiling predicates v3.1.4
21872026-03-17T20:10:57.734Z Compiling sha3 v0.10.8
21882026-03-17T20:10:57.756Z Compiling indicatif v0.18.4
21892026-03-17T20:10:57.782Z Compiling tokio-postgres v0.7.16
21902026-03-17T20:10:57.857Z Compiling hickory-proto v0.25.2
21912026-03-17T20:10:57.958Z Compiling toml_edit v0.22.27
21922026-03-17T20:10:58.103Z Compiling zone v0.3.1
21932026-03-17T20:10:58.356Z Compiling iddqd v0.3.17
21942026-03-17T20:10:58.455Z Compiling string_cache v0.8.9
21952026-03-17T20:10:58.720Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21962026-03-17T20:10:58.758Z Compiling petgraph v0.6.5
21972026-03-17T20:10:58.822Z Compiling petgraph v0.8.3
21982026-03-17T20:10:58.965Z Compiling similar v2.7.0
21992026-03-17T20:10:59.983Z Compiling env_logger v0.11.9
22002026-03-17T20:11:00.393Z Compiling usdt v0.6.0
22012026-03-17T20:11:00.595Z Compiling serde_with v3.17.0
22022026-03-17T20:11:00.754Z Compiling ecdsa v0.16.9
22032026-03-17T20:11:00.775Z Compiling rsa v0.9.10
22042026-03-17T20:11:01.287Z Compiling zip v4.6.1
22052026-03-17T20:11:01.454Z Compiling ed25519-dalek v2.2.0
22062026-03-17T20:11:01.628Z Compiling clap v4.5.60
22072026-03-17T20:11:01.737Z Compiling crossterm v0.28.1
22082026-03-17T20:11:02.398Z Compiling zip v0.6.6
22092026-03-17T20:11:02.561Z Compiling strum v0.26.3
22102026-03-17T20:11:02.703Z Compiling toml v0.7.8
22112026-03-17T20:11:02.729Z Compiling tokio-stream v0.1.18
22122026-03-17T20:11:02.989Z Compiling buf-list v1.1.2
22132026-03-17T20:11:03.107Z Compiling x509-cert v0.2.5
22142026-03-17T20:11:03.365Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22152026-03-17T20:11:03.444Z Compiling openapiv3 v2.2.0
22162026-03-17T20:11:03.492Z Compiling sha1 v0.10.6
22172026-03-17T20:11:03.669Z Compiling itertools v0.13.0
22182026-03-17T20:11:04.005Z Compiling lalrpop-util v0.19.12
22192026-03-17T20:11:04.246Z Compiling peg-runtime v0.8.5
22202026-03-17T20:11:19.677Z Compiling macaddr v1.0.1
22212026-03-17T20:11:19.996Z Compiling structmeta-derive v0.3.0
22222026-03-17T20:11:20.053Z Compiling itertools v0.14.0
22232026-03-17T20:11:20.712Z Compiling heapless v0.8.0
22242026-03-17T20:11:21.752Z Compiling ingot-macros v0.1.1
22252026-03-17T20:11:22.419Z Compiling structmeta v0.3.0
22262026-03-17T20:11:25.266Z Compiling rustls-webpki v0.103.9
22272026-03-17T20:11:27.495Z Compiling toml_edit v0.23.10+spec-1.0.0
22282026-03-17T20:11:28.471Z Compiling hash32 v0.3.1
22292026-03-17T20:11:28.519Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22302026-03-17T20:11:28.659Z Compiling smoltcp v0.11.0
22312026-03-17T20:11:28.811Z Compiling proc-macro-crate v3.4.0
22322026-03-17T20:11:28.831Z Compiling ingot-types v0.1.2
22332026-03-17T20:11:28.925Z Compiling cobs v0.3.0
22342026-03-17T20:11:29.126Z Compiling rustls v0.22.4
22352026-03-17T20:11:29.320Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22362026-03-17T20:11:29.389Z Compiling ingot v0.1.1
22372026-03-17T20:11:29.434Z Compiling num_enum_derive v0.7.5
22382026-03-17T20:11:29.474Z Compiling postcard v1.1.3
22392026-03-17T20:11:29.494Z Compiling proc-macro-crate v1.3.1
22402026-03-17T20:11:29.515Z Compiling rustls-webpki v0.102.8
22412026-03-17T20:11:29.790Z Compiling futures-executor v0.3.32
22422026-03-17T20:11:29.817Z Compiling foreign-types-macros v0.2.3
22432026-03-17T20:11:29.991Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22442026-03-17T20:11:30.013Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22452026-03-17T20:11:30.013Z Compiling multer v3.1.0
22462026-03-17T20:11:30.303Z Compiling thread_local v1.1.9
22472026-03-17T20:11:30.324Z Compiling foreign-types-shared v0.3.1
22482026-03-17T20:11:30.403Z Compiling cpufeatures v0.3.0
22492026-03-17T20:11:30.463Z Compiling tokio-rustls v0.26.4
22502026-03-17T20:11:30.483Z Compiling rustls-platform-verifier v0.6.2
22512026-03-17T20:11:30.524Z Compiling slog-async v2.8.0
22522026-03-17T20:11:30.571Z Compiling match_cfg v0.1.0
22532026-03-17T20:11:30.640Z Compiling typeid v1.0.3
22542026-03-17T20:11:30.681Z Compiling hostname v0.3.1
22552026-03-17T20:11:30.730Z Compiling foreign-types v0.5.0
22562026-03-17T20:11:30.751Z Compiling num_enum v0.7.5
22572026-03-17T20:11:30.774Z Compiling hyper-rustls v0.27.7
22582026-03-17T20:11:30.832Z Compiling chacha20 v0.10.0
22592026-03-17T20:11:30.962Z Compiling futures v0.3.32
22602026-03-17T20:11:30.984Z Compiling num_enum_derive v0.5.11
22612026-03-17T20:11:31.085Z Compiling reqwest v0.13.2
22622026-03-17T20:11:31.107Z Compiling reqwest v0.12.28
22632026-03-17T20:11:31.191Z Compiling derive-ex v0.1.8
22642026-03-17T20:11:31.253Z Compiling tabwriter v1.4.1
22652026-03-17T20:11:31.326Z Compiling slog-json v2.6.1
22662026-03-17T20:11:31.653Z Compiling crossbeam-channel v0.5.15
22672026-03-17T20:11:31.733Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22682026-03-17T20:11:31.872Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22692026-03-17T20:11:32.209Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22702026-03-17T20:11:32.277Z Compiling async-stream-impl v0.3.6
22712026-03-17T20:11:32.315Z Compiling serde_spanned v1.0.4
22722026-03-17T20:11:32.476Z Compiling is-terminal v0.4.17
22732026-03-17T20:11:32.548Z Compiling cstr-argument v0.1.2
22742026-03-17T20:11:32.572Z Compiling dropshot v0.16.7
22752026-03-17T20:11:32.610Z Compiling term v1.2.1
22762026-03-17T20:11:32.645Z Compiling take_mut v0.2.2
22772026-03-17T20:11:32.781Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22782026-03-17T20:11:32.804Z Compiling crucible-workspace-hack v0.1.0
22792026-03-17T20:11:32.860Z Compiling erased-serde v0.4.9
22802026-03-17T20:11:33.021Z Compiling toml_writer v1.0.6+spec-1.1.0
22812026-03-17T20:11:33.078Z Compiling async-stream v0.3.6
22822026-03-17T20:11:33.143Z Compiling slog-term v2.9.2
22832026-03-17T20:11:33.333Z Compiling toml v0.9.12+spec-1.1.0
22842026-03-17T20:11:33.358Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22852026-03-17T20:11:33.385Z Compiling test-strategy v0.4.5
22862026-03-17T20:11:33.407Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22872026-03-17T20:11:33.429Z Compiling num_enum v0.5.11
22882026-03-17T20:11:33.617Z Compiling slog-bunyan v2.5.0
22892026-03-17T20:11:33.800Z Compiling tokio-rustls v0.25.0
22902026-03-17T20:11:33.875Z Compiling rand v0.10.0
22912026-03-17T20:11:33.912Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22922026-03-17T20:11:34.345Z Compiling parse-display-derive v0.10.0
22932026-03-17T20:11:34.519Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22942026-03-17T20:11:34.721Z Compiling backon v1.6.0
22952026-03-17T20:11:34.809Z Compiling waitgroup v0.1.2
22962026-03-17T20:11:34.837Z Compiling newtype-uuid-macros v0.1.0
22972026-03-17T20:11:34.859Z Compiling dropshot_endpoint v0.16.7
22982026-03-17T20:11:34.894Z Compiling rustls-pemfile v2.2.0
22992026-03-17T20:11:34.948Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23002026-03-17T20:11:35.023Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23012026-03-17T20:11:35.023Z Compiling serde_path_to_error v0.1.20
23022026-03-17T20:11:35.063Z Compiling hostname v0.4.2
23032026-03-17T20:11:35.221Z Compiling instant v0.1.13
23042026-03-17T20:11:35.275Z Compiling debug-ignore v1.0.5
23052026-03-17T20:11:35.297Z Compiling libefi-sys v0.1.0
23062026-03-17T20:11:35.387Z Compiling colored v3.1.1
23072026-03-17T20:11:35.431Z Compiling backoff v0.4.0
23082026-03-17T20:11:35.485Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23092026-03-17T20:11:35.513Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23102026-03-17T20:11:35.646Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23112026-03-17T20:11:35.685Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23122026-03-17T20:11:35.760Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23132026-03-17T20:11:35.857Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23142026-03-17T20:11:35.867Z Compiling camino-tempfile v1.4.1
23152026-03-17T20:11:35.915Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23162026-03-17T20:11:36.259Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23172026-03-17T20:11:36.347Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23182026-03-17T20:11:36.368Z Compiling parse-display v0.10.0
23192026-03-17T20:11:36.392Z Compiling usdt-attr-macro v0.5.0
23202026-03-17T20:11:36.412Z Compiling usdt-macro v0.5.0
23212026-03-17T20:11:36.475Z Compiling secrecy v0.10.3
23222026-03-17T20:11:36.713Z Compiling num-derive v0.4.2
23232026-03-17T20:11:36.906Z Compiling bitfield-struct v0.6.2
23242026-03-17T20:11:37.360Z Compiling regress v0.10.5
23252026-03-17T20:11:37.401Z Compiling ordered-float v2.10.1
23262026-03-17T20:11:37.421Z Compiling blake3 v1.8.3
23272026-03-17T20:11:37.490Z Compiling sigpipe v0.1.3
23282026-03-17T20:11:37.644Z Compiling memmap v0.7.0
23292026-03-17T20:11:37.763Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23302026-03-17T20:11:37.824Z Compiling glob v0.3.3
23312026-03-17T20:11:37.907Z Compiling usdt v0.5.0
23322026-03-17T20:11:37.932Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23332026-03-17T20:11:37.974Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23342026-03-17T20:11:38.079Z Compiling serde-value v0.7.0
23352026-03-17T20:11:38.103Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23362026-03-17T20:11:38.343Z Compiling serde-untagged v0.1.9
23372026-03-17T20:11:38.411Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23382026-03-17T20:11:38.625Z Compiling toml v0.8.23
23392026-03-17T20:11:38.746Z Compiling smf v0.2.3
23402026-03-17T20:11:38.800Z Compiling filetime v0.2.27
23412026-03-17T20:11:38.869Z Compiling arrayref v0.3.9
23422026-03-17T20:11:38.904Z Compiling arrayvec v0.7.6
23432026-03-17T20:11:38.924Z Compiling xattr v1.6.1
23442026-03-17T20:11:38.983Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23452026-03-17T20:11:39.017Z Compiling unicode-xid v0.2.6
23462026-03-17T20:11:39.080Z Compiling constant_time_eq v0.4.2
23472026-03-17T20:11:39.104Z Compiling whoami v1.6.1
23482026-03-17T20:11:39.127Z Compiling same-file v1.0.6
23492026-03-17T20:11:39.196Z Compiling tar v0.4.44
23502026-03-17T20:11:39.217Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23512026-03-17T20:11:39.249Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23522026-03-17T20:11:39.266Z Compiling cargo-util-schemas v0.8.2
23532026-03-17T20:11:39.350Z Compiling walkdir v2.5.0
23542026-03-17T20:11:39.561Z Compiling tokio-dtrace v0.1.1
23552026-03-17T20:11:39.695Z Compiling gethostname v0.5.0
23562026-03-17T20:11:39.882Z Compiling cargo-platform v0.2.0
23572026-03-17T20:11:40.048Z Compiling topological-sort v0.2.2
23582026-03-17T20:11:40.098Z Compiling oxide-tokio-rt v0.1.3
23592026-03-17T20:11:40.277Z Compiling indent_write v2.2.0
23602026-03-17T20:11:40.293Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23612026-03-17T20:11:40.318Z Compiling shell-words v1.1.1
23622026-03-17T20:11:40.795Z Compiling cargo_metadata v0.21.0
23632026-03-17T20:11:52.240Z Compiling progenitor-client v0.13.0
23642026-03-17T20:11:52.261Z Compiling progenitor-client v0.10.0
23652026-03-17T20:11:52.268Z Compiling omicron-zone-package v0.12.2
23662026-03-17T20:11:52.392Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23672026-03-17T20:11:52.392Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23682026-03-17T20:11:52.427Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23692026-03-17T20:11:52.448Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23702026-03-17T20:11:52.560Z Compiling progenitor-extras v0.1.1
23712026-03-17T20:11:52.860Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23722026-03-17T20:12:02.260Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23732026-03-17T20:12:07.517Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23742026-03-17T20:12:11.956Z Finished `release` profile [optimized] target(s) in 1m 54s
23752026-03-17T20:12:12.138Z Running `target/release/omicron-package -t test target create -p dev`
23762026-03-17T20:12:12.203ZLogging to: /work/oxidecomputer/omicron/out/LOG
23772026-03-17T20:12:12.207ZCreated new build target 'test' and set it as active
23782026-03-17T20:12:12.207Z
23792026-03-17T20:12:12.207Zreal 1:54.720283467
23802026-03-17T20:12:12.207Zuser 20:26.825284089
23812026-03-17T20:12:12.207Zsys 3:02.464729853
23822026-03-17T20:12:12.207Ztrap 0.529933915
23832026-03-17T20:12:12.207Ztflt 3.377385239
23842026-03-17T20:12:12.207Zdflt 3.849167225
23852026-03-17T20:12:12.207Zkflt 0.000820252
23862026-03-17T20:12:12.207Zlock 47:21.951647832
23872026-03-17T20:12:12.207Zslp 1:11:08.886216084
23882026-03-17T20:12:12.207Zlat 48.918358831
23892026-03-17T20:12:12.207Zstop 6:59.858217339
23902026-03-17T20:12:12.207Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23912026-03-17T20:12:13.307Z Finished `release` profile [optimized] target(s) in 1.08s
23922026-03-17T20:12:13.374Z Running `target/release/omicron-package -t test package`
23932026-03-17T20:12:13.430ZLogging to: /work/oxidecomputer/omicron/out/LOG
23942026-03-17T20:12:15.203Z Compiling regress v0.10.5
23952026-03-17T20:12:15.203Z Compiling heck v0.5.0
23962026-03-17T20:12:15.203Z Compiling unsafe-libyaml v0.2.11
23972026-03-17T20:12:15.431Z Compiling convert_case v0.4.0
23982026-03-17T20:12:15.477Z Compiling half v2.7.1
23992026-03-17T20:12:15.481Z Compiling ciborium-io v0.2.2
24002026-03-17T20:12:15.481Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24012026-03-17T20:12:15.481Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24022026-03-17T20:12:15.501Z Compiling prettyplease v0.2.37
24032026-03-17T20:12:15.571Z Compiling universal-hash v0.5.1
24042026-03-17T20:12:15.577Z Compiling thiserror-impl-no-std v2.0.2
24052026-03-17T20:12:15.577Z Compiling opaque-debug v0.3.1
24062026-03-17T20:12:15.600Z Compiling unicode-width v0.1.14
24072026-03-17T20:12:15.605Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24082026-03-17T20:12:15.630Z Compiling typify-impl v0.6.1
24092026-03-17T20:12:15.681Z Compiling chacha20 v0.9.1
24102026-03-17T20:12:15.685Z Compiling password-hash v0.5.0
24112026-03-17T20:12:15.823Z Compiling blake2 v0.10.6
24122026-03-17T20:12:15.859Z Compiling ciborium-ll v0.2.2
24132026-03-17T20:12:15.867Z Compiling poly1305 v0.8.0
24142026-03-17T20:12:15.912Z Compiling derive_more v0.99.20
24152026-03-17T20:12:15.970Z Compiling aead v0.5.2
24162026-03-17T20:12:16.048Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24172026-03-17T20:12:16.074Z Compiling is-terminal v0.4.17
24182026-03-17T20:12:16.196Z Compiling serde_yaml v0.9.34+deprecated
24192026-03-17T20:12:16.224Z Compiling ciborium v0.2.2
24202026-03-17T20:12:16.236Z Compiling swrite v0.1.0
24212026-03-17T20:12:16.281Z Compiling chacha20poly1305 v0.10.1
24222026-03-17T20:12:16.313Z Compiling argon2 v0.5.3
24232026-03-17T20:12:16.414Z Compiling serde_spanned v1.0.4
24242026-03-17T20:12:16.501Z Compiling toml_writer v1.0.6+spec-1.1.0
24252026-03-17T20:12:16.570Z Compiling bytecount v0.6.9
24262026-03-17T20:12:16.641Z Compiling rustls v0.22.4
24272026-03-17T20:12:16.681Z Compiling rustls-webpki v0.102.8
24282026-03-17T20:12:16.723Z Compiling derive-where v1.6.0
24292026-03-17T20:12:16.830Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24302026-03-17T20:12:16.852Z Compiling toml v0.9.12+spec-1.1.0
24312026-03-17T20:12:16.995Z Compiling thread_local v1.1.9
24322026-03-17T20:12:17.032Z Compiling match_cfg v0.1.0
24332026-03-17T20:12:17.097Z Compiling thiserror-no-std v2.0.2
24342026-03-17T20:12:17.149Z Compiling hostname v0.3.1
24352026-03-17T20:12:17.244Z Compiling vsss-rs v3.3.4
24362026-03-17T20:12:17.351Z Compiling multer v3.1.0
24372026-03-17T20:12:17.378Z Compiling slog-async v2.8.0
24382026-03-17T20:12:17.406Z Compiling slog-json v2.6.1
24392026-03-17T20:12:17.437Z Compiling crossbeam-channel v0.5.15
24402026-03-17T20:12:17.628Z Compiling futures-executor v0.3.32
24412026-03-17T20:12:17.660Z Compiling take_mut v0.2.2
24422026-03-17T20:12:17.705Z Compiling term v1.2.1
24432026-03-17T20:12:17.747Z Compiling slog-bunyan v2.5.0
24442026-03-17T20:12:17.974Z Compiling futures v0.3.32
24452026-03-17T20:12:18.052Z Compiling async-stream v0.3.6
24462026-03-17T20:12:18.080Z Compiling slog-term v2.9.2
24472026-03-17T20:12:18.115Z Compiling dropshot v0.16.7
24482026-03-17T20:12:18.192Z Compiling progenitor-client v0.13.0
24492026-03-17T20:12:18.222Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24502026-03-17T20:12:18.293Z Compiling waitgroup v0.1.2
24512026-03-17T20:12:18.402Z Compiling backon v1.6.0
24522026-03-17T20:12:18.408Z Compiling rustls-pemfile v2.2.0
24532026-03-17T20:12:18.458Z Compiling serde_path_to_error v0.1.20
24542026-03-17T20:12:18.505Z Compiling hostname v0.4.2
24552026-03-17T20:12:18.505Z Compiling instant v0.1.13
24562026-03-17T20:12:18.549Z Compiling debug-ignore v1.0.5
24572026-03-17T20:12:18.578Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24582026-03-17T20:12:18.609Z Compiling parse-display v0.10.0
24592026-03-17T20:12:18.702Z Compiling backoff v0.4.0
24602026-03-17T20:12:18.710Z Compiling progenitor-extras v0.1.1
24612026-03-17T20:12:18.713Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24622026-03-17T20:12:18.713Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24632026-03-17T20:12:18.797Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24642026-03-17T20:12:18.800Z Compiling progenitor-client v0.10.0
24652026-03-17T20:12:18.800Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24662026-03-17T20:12:18.953Z Compiling macaddr v1.0.1
24672026-03-17T20:12:18.981Z Compiling console v0.15.11
24682026-03-17T20:12:18.986Z Compiling newline-converter v0.3.0
24692026-03-17T20:12:18.986Z Compiling atomicwrites v0.4.4
24702026-03-17T20:12:19.075Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24712026-03-17T20:12:19.107Z Compiling num-rational v0.4.2
24722026-03-17T20:12:19.283Z Compiling num-complex v0.4.6
24732026-03-17T20:12:19.298Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24742026-03-17T20:12:19.345Z Compiling slog-dtrace v0.3.0
24752026-03-17T20:12:19.390Z Compiling async-recursion v1.1.1
24762026-03-17T20:12:19.522Z Compiling float-ord v0.3.2
24772026-03-17T20:12:19.702Z Compiling expectorate v1.2.0
24782026-03-17T20:12:19.729Z Compiling cancel-safe-futures v0.1.5
24792026-03-17T20:12:19.758Z Compiling owo-colors v4.3.0
24802026-03-17T20:12:19.893Z Compiling tokio-rustls v0.25.0
24812026-03-17T20:12:19.925Z Compiling num v0.4.3
24822026-03-17T20:12:20.020Z Compiling libsw-core v0.3.2
24832026-03-17T20:12:20.051Z Compiling resolv-conf v0.7.6
24842026-03-17T20:12:20.083Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24852026-03-17T20:12:20.273Z Compiling libsw v3.5.0
24862026-03-17T20:12:20.307Z Compiling toml v0.8.23
24872026-03-17T20:12:20.360Z Compiling linear-map v1.2.0
24882026-03-17T20:12:20.439Z Compiling minimal-lexical v0.2.1
24892026-03-17T20:12:20.547Z Compiling linked-hash-map v0.5.6
24902026-03-17T20:12:20.696Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24912026-03-17T20:12:20.722Z Compiling nom v7.1.3
24922026-03-17T20:12:20.784Z Compiling unicode-xid v0.2.6
24932026-03-17T20:12:20.864Z Compiling lru-cache v0.1.2
24942026-03-17T20:12:20.892Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24952026-03-17T20:12:20.920Z Compiling globset v0.4.18
24962026-03-17T20:12:20.974Z Compiling hickory-proto v0.24.4
24972026-03-17T20:12:21.071Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24982026-03-17T20:12:21.127Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24992026-03-17T20:12:21.382Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25002026-03-17T20:12:21.721Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25012026-03-17T20:12:22.591Z Compiling typify-macro v0.6.1
25022026-03-17T20:12:22.660Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25032026-03-17T20:12:22.703Z Compiling convert_case v0.10.0
25042026-03-17T20:12:23.121Z Compiling derive_more-impl v2.1.1
25052026-03-17T20:12:24.190Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25062026-03-17T20:12:24.394Z Compiling hickory-resolver v0.24.4
25072026-03-17T20:12:24.447Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25082026-03-17T20:12:24.491Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25092026-03-17T20:12:24.676Z Compiling typify v0.6.1
25102026-03-17T20:12:24.758Z Compiling pin-project-internal v1.1.11
25112026-03-17T20:12:24.864Z Compiling progenitor-impl v0.13.0
25122026-03-17T20:12:25.555Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25132026-03-17T20:12:25.813Z Compiling derive_more v2.1.1
25142026-03-17T20:12:25.946Z Compiling qorb v0.4.1
25152026-03-17T20:12:26.204Z Compiling pin-project v1.1.11
25162026-03-17T20:12:26.354Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25172026-03-17T20:12:26.557Z Compiling pem v3.0.6
25182026-03-17T20:12:26.590Z Compiling snafu-derive v0.8.9
25192026-03-17T20:12:27.504Z Compiling termtree v0.5.1
25202026-03-17T20:12:27.752Z Compiling crossterm v0.29.0
25212026-03-17T20:12:27.786Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25222026-03-17T20:12:27.945Z Compiling progenitor-macro v0.13.0
25232026-03-17T20:12:28.942Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25242026-03-17T20:12:28.970Z Compiling snafu v0.8.9
25252026-03-17T20:12:29.728Z Compiling phf_shared v0.12.1
25262026-03-17T20:12:30.066Z Compiling olpc-cjson v0.1.4
25272026-03-17T20:12:30.343Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25282026-03-17T20:12:30.454Z Compiling serde_plain v1.0.2
25292026-03-17T20:12:30.844Z Compiling csv-core v0.1.13
25302026-03-17T20:12:31.388Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25312026-03-17T20:12:31.721Z Compiling vte v0.14.1
25322026-03-17T20:12:31.750Z Compiling chrono-tz v0.10.4
25332026-03-17T20:12:31.779Z Compiling highway v1.3.0
25342026-03-17T20:12:32.037Z Compiling typed-path v0.9.3
25352026-03-17T20:12:32.101Z Compiling strip-ansi-escapes v0.2.1
25362026-03-17T20:12:32.267Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25372026-03-17T20:12:32.693Z Compiling csv v1.4.0
25382026-03-17T20:12:32.766Z Compiling phf v0.12.1
25392026-03-17T20:12:32.854Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25402026-03-17T20:12:33.043Z Compiling const_format_proc_macros v0.2.34
25412026-03-17T20:12:33.283Z Compiling papergrid v0.11.0
25422026-03-17T20:12:33.489Z Compiling fd-lock v4.0.4
25432026-03-17T20:12:33.531Z Compiling peg-macros v0.8.5
25442026-03-17T20:12:33.725Z Compiling tough v0.20.0
25452026-03-17T20:12:33.933Z Compiling progenitor v0.13.0
25462026-03-17T20:12:34.139Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25472026-03-17T20:12:34.166Z Compiling tabled_derive v0.7.0
25482026-03-17T20:12:35.063Z Compiling nu-ansi-term v0.50.3
25492026-03-17T20:12:35.070Z Compiling const_format v0.2.35
25502026-03-17T20:12:35.259Z Compiling peg v0.8.5
25512026-03-17T20:12:35.387Z Compiling reedline v0.40.0
25522026-03-17T20:12:35.415Z Compiling tabled v0.15.0
25532026-03-17T20:12:35.784Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25542026-03-17T20:12:35.875Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25552026-03-17T20:12:35.937Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25562026-03-17T20:12:37.324Z Compiling bcs v0.1.6
25572026-03-17T20:12:37.725Z Compiling semver v0.1.20
25582026-03-17T20:12:37.873Z Compiling base64 v0.21.7
25592026-03-17T20:12:38.116Z Compiling rustc_version v0.1.7
25602026-03-17T20:12:38.420Z Compiling newtype_derive v0.1.6
25612026-03-17T20:12:38.566Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25622026-03-17T20:12:38.725Z Compiling typify-impl v0.4.3
25632026-03-17T20:12:38.890Z Compiling smawk v0.3.2
25642026-03-17T20:12:39.133Z Compiling humantime v2.3.0
25652026-03-17T20:12:39.678Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25662026-03-17T20:12:39.738Z Compiling unicode-linebreak v0.1.5
25672026-03-17T20:12:40.028Z Compiling textwrap v0.16.2
25682026-03-17T20:12:40.135Z Compiling dropshot-api-manager-types v0.6.0
25692026-03-17T20:12:40.144Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25702026-03-17T20:12:40.190Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25712026-03-17T20:12:40.426Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25722026-03-17T20:12:40.749Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25732026-03-17T20:12:41.017Z Compiling steno v0.4.1
25742026-03-17T20:12:41.691Z Compiling utf-8 v0.7.6
25752026-03-17T20:12:41.987Z Compiling tagptr v0.2.0
25762026-03-17T20:12:42.266Z Compiling moka v0.12.13
25772026-03-17T20:12:42.828Z Compiling tungstenite v0.21.0
25782026-03-17T20:12:42.953Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25792026-03-17T20:12:43.220Z Compiling radium v0.7.0
25802026-03-17T20:12:43.625Z Compiling maybe-uninit v2.0.0
25812026-03-17T20:12:43.737Z Compiling typify-macro v0.4.3
25822026-03-17T20:12:44.002Z Compiling hickory-resolver v0.25.2
25832026-03-17T20:12:48.273Z Compiling tokio-tungstenite v0.21.0
25842026-03-17T20:12:48.314Z Compiling tap v1.0.1
25852026-03-17T20:12:48.315Z Compiling wyz v0.5.1
25862026-03-17T20:12:48.315Z Compiling zerocopy-derive v0.6.6
25872026-03-17T20:12:48.315Z Compiling packed_struct v0.10.1
25882026-03-17T20:12:48.315Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25892026-03-17T20:12:48.315Z Compiling crc-catalog v2.4.0
25902026-03-17T20:12:48.315Z Compiling typify v0.4.3
25912026-03-17T20:12:48.315Z Compiling funty v2.0.0
25922026-03-17T20:12:48.315Z Compiling progenitor-impl v0.10.0
25932026-03-17T20:12:48.315Z Compiling display-error-chain v0.2.2
25942026-03-17T20:12:48.315Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25952026-03-17T20:12:48.315Z Compiling bitvec v1.0.1
25962026-03-17T20:12:49.015Z Compiling progenitor-macro v0.10.0
25972026-03-17T20:12:49.071Z Compiling zerocopy v0.6.6
25982026-03-17T20:12:49.610Z Compiling crc v3.4.0
25992026-03-17T20:12:49.967Z Compiling packed_struct_codegen v0.10.1
26002026-03-17T20:12:50.118Z Compiling bitfield-macros v0.19.4
26012026-03-17T20:12:50.340Z Compiling indexmap v1.9.3
26022026-03-17T20:12:50.647Z Compiling nodrop v0.1.14
26032026-03-17T20:12:50.801Z Compiling array-init v0.0.4
26042026-03-17T20:12:51.088Z Compiling bitfield v0.19.4
26052026-03-17T20:12:51.261Z Compiling smallvec v0.6.14
26062026-03-17T20:12:51.410Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26072026-03-17T20:12:51.566Z Compiling num-derive v0.3.3
26082026-03-17T20:12:51.646Z Compiling proc-macro-error-attr2 v2.0.0
26092026-03-17T20:12:51.974Z Compiling hashbrown v0.12.3
26102026-03-17T20:12:52.212Z Compiling proc-macro-error2 v2.0.1
26112026-03-17T20:12:52.301Z Compiling serde-hex v0.1.0
26122026-03-17T20:12:52.521Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26132026-03-17T20:12:52.617Z Compiling ron v0.8.1
26142026-03-17T20:12:52.763Z Compiling libscf-sys v1.1.0
26152026-03-17T20:12:52.821Z Compiling hashbrown v0.13.2
26162026-03-17T20:12:52.980Z Compiling vergen-gitcl v1.0.8
26172026-03-17T20:12:53.483Z Compiling dirs-sys-next v0.1.2
26182026-03-17T20:12:53.509Z Compiling diesel_derives v2.3.7
26192026-03-17T20:12:53.541Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26202026-03-17T20:12:53.630Z Compiling crunchy v0.2.4
26212026-03-17T20:12:53.651Z Compiling crc-any v2.5.0
26222026-03-17T20:12:53.677Z Compiling glob v0.3.3
26232026-03-17T20:12:53.681Z Compiling maplit v1.0.2
26242026-03-17T20:12:53.884Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26252026-03-17T20:12:54.041Z Compiling object v0.30.4
26262026-03-17T20:12:54.166Z Compiling clang-sys v1.8.1
26272026-03-17T20:12:54.210Z Compiling dirs-next v2.0.0
26282026-03-17T20:12:54.440Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26292026-03-17T20:12:54.678Z Compiling tabled_derive v0.11.0
26302026-03-17T20:12:54.760Z Compiling papergrid v0.17.0
26312026-03-17T20:12:54.928Z Compiling progenitor v0.10.0
26322026-03-17T20:12:55.151Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26332026-03-17T20:12:55.228Z Compiling testing_table v0.3.0
26342026-03-17T20:12:55.259Z Compiling dsl_auto_type v0.2.0
26352026-03-17T20:12:55.351Z Compiling scheduled-thread-pool v0.2.7
26362026-03-17T20:12:55.382Z Compiling diesel_table_macro_syntax v0.3.0
26372026-03-17T20:12:55.414Z Compiling tiny-keccak v2.0.2
26382026-03-17T20:12:55.674Z Compiling path-slash v0.1.5
26392026-03-17T20:12:55.709Z Compiling r2d2 v0.8.10
26402026-03-17T20:12:55.829Z Compiling term v0.7.0
26412026-03-17T20:12:56.031Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26422026-03-17T20:12:56.089Z Compiling arc-swap v1.8.2
26432026-03-17T20:12:56.144Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26442026-03-17T20:12:56.173Z Compiling xshell-macros v0.2.7
26452026-03-17T20:12:56.462Z Compiling tabled v0.20.0
26462026-03-17T20:12:56.491Z Compiling bit-vec v0.6.3
26472026-03-17T20:12:56.495Z Compiling downcast-rs v2.0.2
26482026-03-17T20:12:56.650Z Compiling slog-scope v4.4.1
26492026-03-17T20:12:56.692Z Compiling ascii-canvas v3.0.0
26502026-03-17T20:12:56.725Z Compiling xshell v0.2.7
26512026-03-17T20:12:56.805Z Compiling bit-set v0.5.3
26522026-03-17T20:12:57.058Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26532026-03-17T20:12:57.186Z Compiling itertools v0.10.5
26542026-03-17T20:12:57.346Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26552026-03-17T20:12:57.617Z Compiling ena v0.14.4
26562026-03-17T20:12:57.923Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26572026-03-17T20:12:57.949Z Compiling libloading v0.8.9
26582026-03-17T20:12:58.277Z Compiling regex-syntax v0.6.29
26592026-03-17T20:12:58.401Z Compiling diff v0.1.13
26602026-03-17T20:12:58.676Z Compiling unicase v2.9.0
26612026-03-17T20:12:58.756Z Compiling bindgen v0.71.1
26622026-03-17T20:13:00.424Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26632026-03-17T20:13:00.804Z Compiling lalrpop v0.19.12
26642026-03-17T20:13:01.014Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26652026-03-17T20:13:02.136Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26662026-03-17T20:13:02.443Z Compiling slog-stdlog v4.1.1
26672026-03-17T20:13:02.473Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26682026-03-17T20:13:02.707Z Compiling diesel v2.3.7
26692026-03-17T20:13:03.012Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26702026-03-17T20:13:03.196Z Compiling cexpr v0.6.0
26712026-03-17T20:13:03.390Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26722026-03-17T20:13:03.696Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26732026-03-17T20:13:03.770Z Compiling crc8 v0.1.1
26742026-03-17T20:13:03.959Z Compiling slog-envlogger v2.2.0
26752026-03-17T20:13:04.026Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26762026-03-17T20:13:04.078Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26772026-03-17T20:13:04.174Z Compiling headers-core v0.3.0
26782026-03-17T20:13:04.370Z Compiling libxml v0.3.3
26792026-03-17T20:13:04.798Z Compiling headers v0.4.1
26802026-03-17T20:13:04.889Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26812026-03-17T20:13:05.260Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26822026-03-17T20:13:05.496Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26832026-03-17T20:13:05.640Z Compiling strum_macros v0.24.3
26842026-03-17T20:13:06.087Z Compiling indoc v1.0.9
26852026-03-17T20:13:06.608Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26862026-03-17T20:13:06.658Z Compiling derive_builder v0.20.2
26872026-03-17T20:13:06.866Z Compiling oso-derive v0.27.3
26882026-03-17T20:13:06.909Z Compiling quick-xml v0.37.5
26892026-03-17T20:13:06.936Z Compiling impl-trait-for-tuples v0.2.3
26902026-03-17T20:13:07.358Z Compiling half v1.8.3
26912026-03-17T20:13:07.568Z Compiling openssl-probe v0.1.6
26922026-03-17T20:13:07.820Z Compiling serde_cbor v0.11.2
26932026-03-17T20:13:07.974Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26942026-03-17T20:13:07.978Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26952026-03-17T20:13:08.801Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26962026-03-17T20:13:08.974Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26972026-03-17T20:13:09.124Z Compiling bb8 v0.8.6
26982026-03-17T20:13:09.202Z Compiling trait-variant v0.1.2
26992026-03-17T20:13:09.380Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27002026-03-17T20:13:09.508Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27012026-03-17T20:13:09.608Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27022026-03-17T20:13:09.935Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27032026-03-17T20:13:09.962Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27042026-03-17T20:13:10.265Z Compiling fxhash v0.2.1
27052026-03-17T20:13:10.470Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27062026-03-17T20:13:10.527Z Compiling kstat-rs v0.2.4
27072026-03-17T20:13:10.552Z Compiling libz-sys v1.1.24
27082026-03-17T20:13:10.582Z Compiling nonempty v0.12.0
27092026-03-17T20:13:10.652Z Compiling samael v0.0.19
27102026-03-17T20:13:10.844Z Compiling salty v0.3.0
27112026-03-17T20:13:11.116Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27122026-03-17T20:13:11.276Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27132026-03-17T20:13:11.306Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
27142026-03-17T20:13:11.331Z Compiling progenitor-impl v0.11.2
27152026-03-17T20:13:11.442Z Compiling darling_core v0.23.0
27162026-03-17T20:13:11.926Z Compiling polar-core v0.27.3
27172026-03-17T20:13:11.953Z Compiling nanorand v0.7.0
27182026-03-17T20:13:12.127Z Compiling fs-err v2.11.0
27192026-03-17T20:13:12.446Z Compiling parking_lot_core v0.8.6
27202026-03-17T20:13:12.770Z Compiling mime_guess v2.0.5
27212026-03-17T20:13:13.037Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
27222026-03-17T20:13:13.493Z Compiling flume v0.11.1
27232026-03-17T20:13:14.049Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27242026-03-17T20:13:14.478Z Compiling progenitor-macro v0.11.2
27252026-03-17T20:13:14.615Z Compiling darling_macro v0.23.0
27262026-03-17T20:13:15.474Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27272026-03-17T20:13:16.069Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27282026-03-17T20:13:17.833Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27292026-03-17T20:13:18.501Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27302026-03-17T20:13:19.490Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27312026-03-17T20:13:19.521Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27322026-03-17T20:13:20.319Z Compiling progenitor-client v0.11.2
27332026-03-17T20:13:21.251Z Compiling git-stub v1.0.0
27342026-03-17T20:13:21.359Z Compiling libgit2-sys v0.18.3+1.9.2
27352026-03-17T20:13:21.584Z Compiling instability v0.3.11
27362026-03-17T20:13:21.976Z Compiling git-stub-vcs v0.1.0
27372026-03-17T20:13:22.445Z Compiling progenitor v0.11.2
27382026-03-17T20:13:22.572Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27392026-03-17T20:13:22.678Z Compiling darling v0.23.0
27402026-03-17T20:13:22.814Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27412026-03-17T20:13:25.799Z Compiling oso v0.27.3
27422026-03-17T20:13:26.486Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27432026-03-17T20:13:26.513Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27442026-03-17T20:13:26.774Z Compiling diesel-dtrace v0.5.0
27452026-03-17T20:13:27.179Z Compiling async-bb8-diesel v0.2.1
27462026-03-17T20:13:27.743Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27472026-03-17T20:13:27.796Z Compiling ignore v0.4.25
27482026-03-17T20:13:30.412Z Compiling primeorder v0.13.6
27492026-03-17T20:13:30.826Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27502026-03-17T20:13:30.938Z Compiling castaway v0.2.4
27512026-03-17T20:13:31.139Z Compiling atty v0.2.14
27522026-03-17T20:13:31.312Z Compiling nibble_vec v0.1.0
27532026-03-17T20:13:31.315Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-03-17T20:13:31.426Z Compiling http-range v0.1.5
27552026-03-17T20:13:31.546Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27562026-03-17T20:13:31.651Z Compiling parse-size v1.1.0
27572026-03-17T20:13:31.844Z Compiling endian-type v0.1.2
27582026-03-17T20:13:31.869Z Compiling indoc v2.0.7
27592026-03-17T20:13:31.959Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27602026-03-17T20:13:32.067Z Compiling radix_trie v0.2.1
27612026-03-17T20:13:32.645Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-03-17T20:13:32.821Z Compiling compact_str v0.8.1
27632026-03-17T20:13:33.384Z Compiling p384 v0.13.1
27642026-03-17T20:13:34.267Z Compiling globwalk v0.9.1
27652026-03-17T20:13:34.317Z Compiling parking_lot v0.11.2
27662026-03-17T20:13:35.085Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27672026-03-17T20:13:35.203Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27682026-03-17T20:13:35.310Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27692026-03-17T20:13:35.483Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27702026-03-17T20:13:35.722Z Compiling predicates-tree v1.0.13
27712026-03-17T20:13:35.796Z Compiling unicode-truncate v1.1.0
27722026-03-17T20:13:36.060Z Compiling lru v0.12.5
27732026-03-17T20:13:36.150Z Compiling prefix-trie v0.7.0
27742026-03-17T20:13:36.294Z Compiling vergen-git2 v1.0.7
27752026-03-17T20:13:36.340Z Compiling cassowary v0.3.0
27762026-03-17T20:13:36.642Z Compiling camino-tempfile-ext v0.3.3
27772026-03-17T20:13:36.812Z Compiling ratatui v0.29.0
27782026-03-17T20:13:36.840Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27792026-03-17T20:13:37.000Z Compiling hickory-server v0.25.2
27802026-03-17T20:13:37.864Z Compiling hyper-staticfile v0.10.1
27812026-03-17T20:13:38.318Z Compiling sled v0.34.7
27822026-03-17T20:13:39.423Z Compiling hickory-client v0.25.2
27832026-03-17T20:13:39.965Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27842026-03-17T20:13:39.999Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27852026-03-17T20:13:40.592Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27862026-03-17T20:13:40.628Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27872026-03-17T20:13:40.777Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27882026-03-17T20:13:41.677Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27892026-03-17T20:13:41.809Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27902026-03-17T20:13:41.872Z Compiling rand_seeder v0.4.0
27912026-03-17T20:13:42.189Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-03-17T20:13:42.558Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27932026-03-17T20:13:42.777Z Compiling lzma-sys v0.1.20
27942026-03-17T20:13:42.883Z Compiling corncobs v0.1.4
27952026-03-17T20:13:43.226Z Compiling rustls v0.21.12
27962026-03-17T20:13:43.384Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27972026-03-17T20:13:43.592Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27982026-03-17T20:13:43.674Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27992026-03-17T20:13:43.743Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28002026-03-17T20:13:44.011Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28012026-03-17T20:13:44.066Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28022026-03-17T20:13:44.530Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28032026-03-17T20:13:44.653Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28042026-03-17T20:13:44.761Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28052026-03-17T20:13:45.900Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28062026-03-17T20:13:45.955Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28072026-03-17T20:13:47.300Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28082026-03-17T20:13:48.892Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28092026-03-17T20:13:49.190Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28102026-03-17T20:13:49.488Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28112026-03-17T20:13:49.790Z Compiling cargo_toml v0.22.3
28122026-03-17T20:13:49.876Z Compiling rustls-webpki v0.101.7
28132026-03-17T20:13:49.956Z Compiling sct v0.7.1
28142026-03-17T20:13:50.299Z Compiling nix v0.29.0
28152026-03-17T20:13:50.843Z Compiling secrecy v0.8.0
28162026-03-17T20:13:50.904Z Compiling void v1.0.2
28172026-03-17T20:13:51.085Z Compiling lzss v0.8.2
28182026-03-17T20:13:51.967Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28192026-03-17T20:13:51.971Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28202026-03-17T20:13:52.023Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28212026-03-17T20:13:53.051Z Compiling git2 v0.20.4
28222026-03-17T20:13:53.092Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28232026-03-17T20:13:53.571Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28242026-03-17T20:13:54.207Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28252026-03-17T20:13:54.234Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28262026-03-17T20:13:54.582Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28272026-03-17T20:13:54.993Z Compiling tungstenite v0.23.0
28282026-03-17T20:13:55.179Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28292026-03-17T20:13:55.546Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28302026-03-17T20:13:55.854Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28312026-03-17T20:13:56.074Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28322026-03-17T20:13:56.384Z Compiling nix v0.27.1
28332026-03-17T20:13:56.727Z Compiling serde_bytes v0.11.19
28342026-03-17T20:13:57.030Z Compiling tokio-tungstenite v0.23.1
28352026-03-17T20:13:57.181Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28362026-03-17T20:13:57.450Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28372026-03-17T20:13:57.526Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28382026-03-17T20:13:58.003Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28392026-03-17T20:13:58.080Z Compiling xz2 v0.1.7
28402026-03-17T20:13:58.132Z Compiling ron v0.12.0
28412026-03-17T20:13:58.533Z Compiling tokio-rustls v0.24.1
28422026-03-17T20:13:58.899Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28432026-03-17T20:13:59.688Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28442026-03-17T20:14:01.592Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28452026-03-17T20:14:03.330Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28462026-03-17T20:14:04.017Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28472026-03-17T20:14:04.774Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28482026-03-17T20:14:05.021Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28492026-03-17T20:14:06.717Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28502026-03-17T20:14:07.188Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28512026-03-17T20:14:07.215Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28522026-03-17T20:14:07.546Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28532026-03-17T20:14:08.340Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28542026-03-17T20:14:09.564Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28552026-03-17T20:14:10.687Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28562026-03-17T20:14:12.425Z Compiling rustls-pemfile v1.0.4
28572026-03-17T20:14:12.458Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28582026-03-17T20:14:12.520Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28592026-03-17T20:14:12.924Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28602026-03-17T20:14:13.273Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28612026-03-17T20:14:14.273Z Compiling signal-hook-tokio v0.3.1
28622026-03-17T20:14:14.299Z Compiling twox-hash v2.1.2
28632026-03-17T20:14:14.498Z Compiling yasna v0.5.2
28642026-03-17T20:14:14.849Z Compiling is_ci v1.2.0
28652026-03-17T20:14:14.930Z Compiling base16ct v1.0.0
28662026-03-17T20:14:15.043Z Compiling supports-color v3.0.2
28672026-03-17T20:14:15.112Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28682026-03-17T20:14:15.289Z Compiling rcgen v0.12.1
28692026-03-17T20:14:15.679Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28702026-03-17T20:14:16.470Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28712026-03-17T20:14:16.586Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28722026-03-17T20:14:17.312Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28732026-03-17T20:14:17.642Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28742026-03-17T20:14:20.050Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28752026-03-17T20:14:21.011Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28762026-03-17T20:14:21.212Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28772026-03-17T20:14:21.405Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28782026-03-17T20:14:23.797Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28792026-03-17T20:14:24.125Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28802026-03-17T20:14:24.430Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28812026-03-17T20:14:24.670Z Compiling fatfs v0.3.6
28822026-03-17T20:14:24.698Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28832026-03-17T20:14:26.260Z Compiling rtoolbox v0.0.3
28842026-03-17T20:14:26.286Z Compiling subprocess v0.2.15
28852026-03-17T20:14:26.588Z Compiling seq-macro v0.3.6
28862026-03-17T20:14:27.316Z Compiling assert_matches v1.5.0
28872026-03-17T20:14:27.447Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28882026-03-17T20:14:28.013Z Compiling rpassword v7.4.0
28892026-03-17T20:14:28.444Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28902026-03-17T20:14:29.003Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28912026-03-17T20:14:29.719Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28922026-03-17T20:14:29.886Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28932026-03-17T20:14:29.914Z Compiling tui-tree-widget v0.23.1
28942026-03-17T20:14:30.267Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28952026-03-17T20:14:32.643Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28962026-03-17T20:14:32.980Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28972026-03-17T20:14:33.386Z Compiling uzers v0.12.2
28982026-03-17T20:14:34.030Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28992026-03-17T20:14:35.244Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29002026-03-17T20:14:36.476Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29012026-03-17T20:14:40.279Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29022026-03-17T20:14:40.638Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29032026-03-17T20:14:42.541Z Compiling support-bundle-viewer v0.1.2
29042026-03-17T20:14:43.508Z Compiling multimap v0.10.1
29052026-03-17T20:15:05.192Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29062026-03-17T20:15:06.256Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29072026-03-17T20:15:08.635Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29082026-03-17T20:22:16.140Z Finished `release` profile [optimized] target(s) in 10m 02s
29092026-03-17T20:23:10.089Z
29102026-03-17T20:23:10.092Zreal 10:57.776240215
29112026-03-17T20:23:10.092Zuser 1:42:36.718119156
29122026-03-17T20:23:10.093Zsys 4:10.310333218
29132026-03-17T20:23:10.093Ztrap 2.276894964
29142026-03-17T20:23:10.093Ztflt 2.683923953
29152026-03-17T20:23:10.093Zdflt 17.528256395
29162026-03-17T20:23:10.093Zkflt 0.053249900
29172026-03-17T20:23:10.093Zlock 7:15:33.219575894
29182026-03-17T20:23:10.093Zslp 3:48:35.116157692
29192026-03-17T20:23:10.093Zlat 2:52.440939649
29202026-03-17T20:23:10.093Zstop 6:34.401701369
29212026-03-17T20:23:10.093Z+ mapfile -t packages
29222026-03-17T20:23:10.093Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29232026-03-17T20:23:11.288Z Finished `release` profile [optimized] target(s) in 1.18s
29242026-03-17T20:23:11.357Z Running `target/release/omicron-package -t test list-outputs`
29252026-03-17T20:23:11.430ZLogging to: /work/oxidecomputer/omicron/out/LOG
29262026-03-17T20:23:11.442Z+ ptime -m cargo build --locked --release -p xtask
29272026-03-17T20:23:12.104Z Compiling libc v0.2.180
29282026-03-17T20:23:12.104Z Compiling serde v1.0.228
29292026-03-17T20:23:12.108Z Compiling serde_core v1.0.228
29302026-03-17T20:23:12.108Z Compiling rustix v1.1.3
29312026-03-17T20:23:12.209Z Compiling serde_json v1.0.149
29322026-03-17T20:23:12.213Z Compiling bitflags v2.11.0
29332026-03-17T20:23:12.240Z Compiling num-traits v0.2.19
29342026-03-17T20:23:12.253Z Compiling hashbrown v0.16.1
29352026-03-17T20:23:12.278Z Compiling syn v2.0.117
29362026-03-17T20:23:12.292Z Compiling smallvec v1.15.1
29372026-03-17T20:23:12.312Z Compiling usdt-impl v0.5.0
29382026-03-17T20:23:12.373Z Compiling syn v1.0.109
29392026-03-17T20:23:12.389Z Compiling getrandom v0.4.1
29402026-03-17T20:23:12.389Z Compiling percent-encoding v2.3.2
29412026-03-17T20:23:12.558Z Compiling log v0.4.29
29422026-03-17T20:23:12.706Z Compiling form_urlencoded v1.2.2
29432026-03-17T20:23:12.892Z Compiling fs-err v3.3.0
29442026-03-17T20:23:12.905Z Compiling anyhow v1.0.102
29452026-03-17T20:23:12.909Z Compiling heck v0.4.1
29462026-03-17T20:23:12.921Z Compiling once_cell v1.21.3
29472026-03-17T20:23:13.091Z Compiling indexmap v2.13.0
29482026-03-17T20:23:13.347Z Compiling thread-id v4.2.2
29492026-03-17T20:23:13.448Z Compiling errno v0.3.14
29502026-03-17T20:23:13.452Z Compiling memmap v0.7.0
29512026-03-17T20:23:13.796Z Compiling ordered-float v2.10.1
29522026-03-17T20:23:14.561Z Compiling proc-macro-error v1.0.4
29532026-03-17T20:23:14.876Z Compiling tabled_derive v0.7.0
29542026-03-17T20:23:14.912Z Compiling terminal_size v0.4.3
29552026-03-17T20:23:14.912Z Compiling tempfile v3.25.0
29562026-03-17T20:23:15.036Z Compiling clap_builder v4.5.60
29572026-03-17T20:23:15.036Z Compiling textwrap v0.16.2
29582026-03-17T20:23:15.221Z Compiling camino-tempfile v1.4.1
29592026-03-17T20:23:15.749Z Compiling tabled v0.15.0
29602026-03-17T20:23:15.953Z Compiling synstructure v0.13.2
29612026-03-17T20:23:15.953Z Compiling pest_generator v2.8.6
29622026-03-17T20:23:16.496Z Compiling serde_derive v1.0.228
29632026-03-17T20:23:16.497Z Compiling zerofrom-derive v0.1.6
29642026-03-17T20:23:16.501Z Compiling yoke-derive v0.8.1
29652026-03-17T20:23:16.501Z Compiling zerovec-derive v0.11.2
29662026-03-17T20:23:16.501Z Compiling displaydoc v0.2.5
29672026-03-17T20:23:16.501Z Compiling thiserror-impl v1.0.69
29682026-03-17T20:23:16.501Z Compiling zerocopy-derive v0.7.35
29692026-03-17T20:23:16.501Z Compiling scroll_derive v0.12.1
29702026-03-17T20:23:16.513Z Compiling thiserror-impl v2.0.18
29712026-03-17T20:23:16.524Z Compiling clap_derive v4.5.55
29722026-03-17T20:23:16.644Z Compiling pest_derive v2.8.6
29732026-03-17T20:23:17.437Z Compiling scroll v0.12.0
29742026-03-17T20:23:17.625Z Compiling zerocopy v0.7.35
29752026-03-17T20:23:17.853Z Compiling goblin v0.8.2
29762026-03-17T20:23:18.003Z Compiling thiserror v1.0.69
29772026-03-17T20:23:18.196Z Compiling dtrace-parser v0.2.0
29782026-03-17T20:23:18.221Z Compiling thiserror v2.0.18
29792026-03-17T20:23:18.236Z Compiling zerofrom v0.1.6
29802026-03-17T20:23:18.402Z Compiling yoke v0.8.1
29812026-03-17T20:23:18.688Z Compiling zerovec v0.11.5
29822026-03-17T20:23:18.743Z Compiling zerotrie v0.2.3
29832026-03-17T20:23:18.855Z Compiling clap v4.5.60
29842026-03-17T20:23:19.576Z Compiling tinystr v0.8.2
29852026-03-17T20:23:19.886Z Compiling icu_locale_core v2.1.1
29862026-03-17T20:23:20.313Z Compiling potential_utf v0.1.4
29872026-03-17T20:23:20.565Z Compiling icu_collections v2.1.1
29882026-03-17T20:23:21.057Z Compiling icu_provider v2.1.1
29892026-03-17T20:23:21.176Z Compiling serde_spanned v0.6.9
29902026-03-17T20:23:21.230Z Compiling toml_datetime v0.6.11
29912026-03-17T20:23:21.252Z Compiling serde-value v0.7.0
29922026-03-17T20:23:21.279Z Compiling cargo-platform v0.2.0
29932026-03-17T20:23:21.386Z Compiling macaddr v1.0.1
29942026-03-17T20:23:21.402Z Compiling icu_normalizer v2.1.1
29952026-03-17T20:23:21.506Z Compiling icu_properties v2.1.2
29962026-03-17T20:23:21.608Z Compiling toml_edit v0.22.27
29972026-03-17T20:23:21.733Z Compiling dof v0.3.0
29982026-03-17T20:23:21.916Z Compiling serde_tokenstream v0.2.3
29992026-03-17T20:23:22.839Z Compiling idna_adapter v1.2.1
30002026-03-17T20:23:23.014Z Compiling idna v1.1.0
30012026-03-17T20:23:23.019Z Compiling usdt-attr-macro v0.5.0
30022026-03-17T20:23:23.033Z Compiling usdt-macro v0.5.0
30032026-03-17T20:23:23.435Z Compiling url v2.5.8
30042026-03-17T20:23:23.784Z Compiling toml v0.8.23
30052026-03-17T20:23:23.816Z Compiling usdt v0.5.0
30062026-03-17T20:23:24.384Z Compiling cargo-util-schemas v0.8.2
30072026-03-17T20:23:24.384Z Compiling cargo_toml v0.21.0
30082026-03-17T20:23:25.783Z Compiling cargo_metadata v0.21.0
30092026-03-17T20:23:30.550Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30102026-03-17T20:23:34.596Z Finished `release` profile [optimized] target(s) in 23.15s
30112026-03-17T20:23:34.733Z
30122026-03-17T20:23:34.740Zreal 23.274883722
30132026-03-17T20:23:34.740Zuser 3:11.084031672
30142026-03-17T20:23:34.740Zsys 21.450303491
30152026-03-17T20:23:34.740Ztrap 0.086638283
30162026-03-17T20:23:34.740Ztflt 0.774708164
30172026-03-17T20:23:34.740Zdflt 2.168519757
30182026-03-17T20:23:34.740Zkflt 0.014210217
30192026-03-17T20:23:34.740Zlock 5:29.761947113
30202026-03-17T20:23:34.740Zslp 6:28.132113788
30212026-03-17T20:23:34.740Zlat 6.941020173
30222026-03-17T20:23:34.740Zstop 27.948815126
30232026-03-17T20:23:34.740Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30242026-03-17T20:23:34.740Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30252026-03-17T20:23:34.740Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30262026-03-17T20:23:34.740Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30272026-03-17T20:23:34.740Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30282026-03-17T20:23:35.946Z Compiling regress v0.10.5
30292026-03-17T20:23:35.950Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30302026-03-17T20:23:35.951Z Compiling serde_spanned v1.0.4
30312026-03-17T20:23:35.951Z Compiling toml_writer v1.0.6+spec-1.1.0
30322026-03-17T20:23:36.095Z Compiling newtype-uuid-macros v0.1.0
30332026-03-17T20:23:36.099Z Compiling structmeta-derive v0.3.0
30342026-03-17T20:23:36.116Z Compiling rustls v0.22.4
30352026-03-17T20:23:36.121Z Compiling rustls-webpki v0.102.8
30362026-03-17T20:23:36.121Z Compiling multer v3.1.0
30372026-03-17T20:23:36.121Z Compiling match_cfg v0.1.0
30382026-03-17T20:23:36.132Z Compiling debug-ignore v1.0.5
30392026-03-17T20:23:36.167Z Compiling progenitor-client v0.13.0
30402026-03-17T20:23:36.170Z Compiling slog-json v2.6.1
30412026-03-17T20:23:36.170Z Compiling async-stream-impl v0.3.6
30422026-03-17T20:23:36.211Z Compiling dropshot v0.16.7
30432026-03-17T20:23:36.233Z Compiling itertools v0.14.0
30442026-03-17T20:23:36.365Z Compiling toml v0.9.12+spec-1.1.0
30452026-03-17T20:23:36.413Z Compiling hostname v0.3.1
30462026-03-17T20:23:36.419Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30472026-03-17T20:23:36.419Z Compiling waitgroup v0.1.2
30482026-03-17T20:23:36.528Z Compiling rustls-pemfile v2.2.0
30492026-03-17T20:23:36.579Z Compiling slog-bunyan v2.5.0
30502026-03-17T20:23:36.632Z Compiling dropshot_endpoint v0.16.7
30512026-03-17T20:23:36.655Z Compiling serde_path_to_error v0.1.20
30522026-03-17T20:23:36.700Z Compiling hostname v0.4.2
30532026-03-17T20:23:36.725Z Compiling macaddr v1.0.1
30542026-03-17T20:23:36.795Z Compiling progenitor-client v0.10.0
30552026-03-17T20:23:36.800Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30562026-03-17T20:23:36.845Z Compiling instant v0.1.13
30572026-03-17T20:23:36.926Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30582026-03-17T20:23:36.993Z Compiling backon v1.6.0
30592026-03-17T20:23:37.070Z Compiling backoff v0.4.0
30602026-03-17T20:23:37.187Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30612026-03-17T20:23:37.210Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30622026-03-17T20:23:37.235Z Compiling progenitor-extras v0.1.1
30632026-03-17T20:23:37.270Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30642026-03-17T20:23:37.294Z Compiling async-stream v0.3.6
30652026-03-17T20:23:37.300Z Compiling unsafe-libyaml v0.2.11
30662026-03-17T20:23:37.300Z Compiling crucible-workspace-hack v0.1.0
30672026-03-17T20:23:37.367Z Compiling toml_edit v0.23.10+spec-1.0.0
30682026-03-17T20:23:37.406Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30692026-03-17T20:23:37.435Z Compiling secrecy v0.10.3
30702026-03-17T20:23:37.536Z Compiling heapless v0.8.0
30712026-03-17T20:23:37.583Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30722026-03-17T20:23:37.625Z Compiling hash32 v0.3.1
30732026-03-17T20:23:37.677Z Compiling smoltcp v0.11.0
30742026-03-17T20:23:37.733Z Compiling structmeta v0.3.0
30752026-03-17T20:23:37.772Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30762026-03-17T20:23:37.828Z Compiling toml v0.8.23
30772026-03-17T20:23:37.858Z Compiling tabwriter v1.4.1
30782026-03-17T20:23:37.954Z Compiling cobs v0.3.0
30792026-03-17T20:23:38.063Z Compiling derive-ex v0.1.8
30802026-03-17T20:23:38.084Z Compiling parse-display-derive v0.10.0
30812026-03-17T20:23:38.128Z Compiling serde_yaml v0.9.34+deprecated
30822026-03-17T20:23:38.156Z Compiling ingot-macros v0.1.1
30832026-03-17T20:23:38.181Z Compiling proc-macro-crate v3.4.0
30842026-03-17T20:23:38.248Z Compiling foreign-types-macros v0.2.3
30852026-03-17T20:23:38.269Z Compiling cpufeatures v0.3.0
30862026-03-17T20:23:38.391Z Compiling convert_case v0.4.0
30872026-03-17T20:23:38.417Z Compiling foreign-types-shared v0.3.1
30882026-03-17T20:23:38.440Z Compiling chacha20 v0.10.0
30892026-03-17T20:23:38.580Z Compiling postcard v1.1.3
30902026-03-17T20:23:38.752Z Compiling proc-macro-crate v1.3.1
30912026-03-17T20:23:38.893Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30922026-03-17T20:23:38.920Z Compiling universal-hash v0.5.1
30932026-03-17T20:23:38.976Z Compiling derive_more v0.99.20
30942026-03-17T20:23:38.982Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30952026-03-17T20:23:38.988Z Compiling num_enum_derive v0.7.5
30962026-03-17T20:23:39.070Z Compiling cstr-argument v0.1.2
30972026-03-17T20:23:39.113Z Compiling foreign-types v0.5.0
30982026-03-17T20:23:39.124Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30992026-03-17T20:23:39.236Z Compiling colored v3.1.1
31002026-03-17T20:23:39.261Z Compiling opaque-debug v0.3.1
31012026-03-17T20:23:39.303Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31022026-03-17T20:23:39.356Z Compiling num_enum_derive v0.5.11
31032026-03-17T20:23:39.383Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31042026-03-17T20:23:39.409Z Compiling rand v0.10.0
31052026-03-17T20:23:39.518Z Compiling tokio-rustls v0.25.0
31062026-03-17T20:23:39.545Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31072026-03-17T20:23:39.623Z Compiling typify-impl v0.6.1
31082026-03-17T20:23:39.722Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31092026-03-17T20:23:39.755Z Compiling half v2.7.1
31102026-03-17T20:23:39.775Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31112026-03-17T20:23:40.200Z Compiling ciborium-io v0.2.2
31122026-03-17T20:23:40.227Z Compiling camino-tempfile v1.4.1
31132026-03-17T20:23:40.270Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31142026-03-17T20:23:40.348Z Compiling ciborium-ll v0.2.2
31152026-03-17T20:23:40.428Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31162026-03-17T20:23:40.485Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31172026-03-17T20:23:40.532Z Compiling num_enum v0.7.5
31182026-03-17T20:23:40.557Z Compiling test-strategy v0.4.5
31192026-03-17T20:23:40.561Z Compiling parse-display v0.10.0
31202026-03-17T20:23:40.603Z Compiling ciborium v0.2.2
31212026-03-17T20:23:40.630Z Compiling smf v0.2.3
31222026-03-17T20:23:40.655Z Compiling aead v0.5.2
31232026-03-17T20:23:40.683Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31242026-03-17T20:23:40.738Z Compiling num-derive v0.4.2
31252026-03-17T20:23:40.791Z Compiling sigpipe v0.1.3
31262026-03-17T20:23:40.833Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31272026-03-17T20:23:40.851Z Compiling num_enum v0.5.11
31282026-03-17T20:23:40.959Z Compiling glob v0.3.3
31292026-03-17T20:23:40.980Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31302026-03-17T20:23:41.006Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31312026-03-17T20:23:41.050Z Compiling poly1305 v0.8.0
31322026-03-17T20:23:41.161Z Compiling chacha20 v0.9.1
31332026-03-17T20:23:41.440Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31342026-03-17T20:23:41.458Z Compiling whoami v1.6.1
31352026-03-17T20:23:41.470Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31362026-03-17T20:23:41.471Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31372026-03-17T20:23:41.514Z Compiling thiserror-impl-no-std v2.0.2
31382026-03-17T20:23:41.547Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31392026-03-17T20:23:41.671Z Compiling num-rational v0.4.2
31402026-03-17T20:23:41.785Z Compiling password-hash v0.5.0
31412026-03-17T20:23:41.843Z Compiling blake2 v0.10.6
31422026-03-17T20:23:41.945Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31432026-03-17T20:23:42.029Z Compiling num-complex v0.4.6
31442026-03-17T20:23:42.053Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31452026-03-17T20:23:42.134Z Compiling indent_write v2.2.0
31462026-03-17T20:23:42.176Z Compiling ingot-types v0.1.2
31472026-03-17T20:23:42.228Z Compiling prettyplease v0.2.37
31482026-03-17T20:23:42.337Z Compiling argon2 v0.5.3
31492026-03-17T20:23:42.371Z Compiling chacha20poly1305 v0.10.1
31502026-03-17T20:23:42.540Z Compiling float-ord v0.3.2
31512026-03-17T20:23:42.613Z Compiling num v0.4.3
31522026-03-17T20:23:42.678Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31532026-03-17T20:23:42.682Z Compiling gethostname v0.5.0
31542026-03-17T20:23:42.682Z Compiling usdt-attr-macro v0.5.0
31552026-03-17T20:23:42.682Z Compiling usdt-macro v0.5.0
31562026-03-17T20:23:42.794Z Compiling ingot v0.1.1
31572026-03-17T20:23:42.797Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31582026-03-17T20:23:42.797Z Compiling derive-where v1.6.0
31592026-03-17T20:23:42.866Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31602026-03-17T20:23:42.953Z Compiling memmap v0.7.0
31612026-03-17T20:23:43.140Z Compiling typify-impl v0.4.3
31622026-03-17T20:23:43.230Z Compiling atomicwrites v0.4.4
31632026-03-17T20:23:43.257Z Compiling owo-colors v4.3.0
31642026-03-17T20:23:43.297Z Compiling thiserror-no-std v2.0.2
31652026-03-17T20:23:43.436Z Compiling vsss-rs v3.3.4
31662026-03-17T20:23:43.521Z Compiling cancel-safe-futures v0.1.5
31672026-03-17T20:23:43.620Z Compiling libsw-core v0.3.2
31682026-03-17T20:23:43.745Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31692026-03-17T20:23:43.832Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31702026-03-17T20:23:43.853Z Compiling usdt v0.5.0
31712026-03-17T20:23:43.929Z Compiling async-recursion v1.1.1
31722026-03-17T20:23:43.977Z Compiling resolv-conf v0.7.6
31732026-03-17T20:23:44.317Z Compiling libsw v3.5.0
31742026-03-17T20:23:44.338Z Compiling libefi-sys v0.1.0
31752026-03-17T20:23:44.423Z Compiling linear-map v1.2.0
31762026-03-17T20:23:44.484Z Compiling newline-converter v0.3.0
31772026-03-17T20:23:44.518Z Compiling hickory-proto v0.24.4
31782026-03-17T20:23:44.548Z Compiling console v0.15.11
31792026-03-17T20:23:44.548Z Compiling bitfield-struct v0.6.2
31802026-03-17T20:23:44.616Z Compiling semver v0.1.20
31812026-03-17T20:23:44.665Z Compiling linked-hash-map v0.5.6
31822026-03-17T20:23:44.738Z Compiling pin-project-internal v1.1.11
31832026-03-17T20:23:44.831Z Compiling slog-dtrace v0.3.0
31842026-03-17T20:23:44.937Z Compiling lru-cache v0.1.2
31852026-03-17T20:23:44.962Z Compiling rustc_version v0.1.7
31862026-03-17T20:23:45.008Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31872026-03-17T20:23:45.110Z Compiling expectorate v1.2.0
31882026-03-17T20:23:45.150Z Compiling minimal-lexical v0.2.1
31892026-03-17T20:23:45.155Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31902026-03-17T20:23:45.256Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31912026-03-17T20:23:45.281Z Compiling tokio-dtrace v0.1.1
31922026-03-17T20:23:45.284Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31932026-03-17T20:23:45.331Z Compiling newtype_derive v0.1.6
31942026-03-17T20:23:45.384Z Compiling phf_shared v0.12.1
31952026-03-17T20:23:45.470Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31962026-03-17T20:23:45.502Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31972026-03-17T20:23:45.562Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31982026-03-17T20:23:45.634Z Compiling nom v7.1.3
31992026-03-17T20:23:45.661Z Compiling dropshot-api-manager-types v0.6.0
32002026-03-17T20:23:45.678Z Compiling pem v3.0.6
32012026-03-17T20:23:45.743Z Compiling snafu-derive v0.8.9
32022026-03-17T20:23:45.821Z Compiling csv-core v0.1.13
32032026-03-17T20:23:46.010Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32042026-03-17T20:23:46.085Z Compiling same-file v1.0.6
32052026-03-17T20:23:46.120Z Compiling highway v1.3.0
32062026-03-17T20:23:46.175Z Compiling xshell-macros v0.2.7
32072026-03-17T20:23:46.200Z Compiling chrono-tz v0.10.4
32082026-03-17T20:23:46.274Z Compiling typify-macro v0.6.1
32092026-03-17T20:23:46.324Z Compiling walkdir v2.5.0
32102026-03-17T20:23:46.394Z Compiling pin-project v1.1.11
32112026-03-17T20:23:46.518Z Compiling const_format_proc_macros v0.2.34
32122026-03-17T20:23:46.555Z Compiling csv v1.4.0
32132026-03-17T20:23:46.681Z Compiling phf v0.12.1
32142026-03-17T20:23:46.736Z Compiling xshell v0.2.7
32152026-03-17T20:23:46.782Z Compiling oxide-tokio-rt v0.1.3
32162026-03-17T20:23:47.024Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32172026-03-17T20:23:47.197Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32182026-03-17T20:23:47.261Z Compiling globset v0.4.18
32192026-03-17T20:23:47.344Z Compiling olpc-cjson v0.1.4
32202026-03-17T20:23:47.363Z Compiling primeorder v0.13.6
32212026-03-17T20:23:47.370Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32222026-03-17T20:23:47.454Z Compiling serde_plain v1.0.2
32232026-03-17T20:23:47.557Z Compiling hickory-resolver v0.24.4
32242026-03-17T20:23:47.580Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32252026-03-17T20:23:47.637Z Compiling typed-path v0.9.3
32262026-03-17T20:23:47.778Z Compiling base64 v0.21.7
32272026-03-17T20:23:47.796Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32282026-03-17T20:23:47.800Z Compiling const_format v0.2.35
32292026-03-17T20:23:48.288Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32302026-03-17T20:23:48.314Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32312026-03-17T20:23:48.374Z Compiling tabled_derive v0.7.0
32322026-03-17T20:23:48.404Z Compiling bcs v0.1.6
32332026-03-17T20:23:48.533Z Compiling snafu v0.8.9
32342026-03-17T20:23:48.803Z Compiling typify v0.6.1
32352026-03-17T20:23:48.842Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32362026-03-17T20:23:48.975Z Compiling progenitor-impl v0.13.0
32372026-03-17T20:23:48.993Z Compiling qorb v0.4.1
32382026-03-17T20:23:48.997Z Compiling tough v0.20.0
32392026-03-17T20:23:49.075Z Compiling radium v0.7.0
32402026-03-17T20:23:49.098Z Compiling termtree v0.5.1
32412026-03-17T20:23:49.210Z Compiling salty v0.3.0
32422026-03-17T20:23:49.362Z Compiling textwrap v0.16.2
32432026-03-17T20:23:49.468Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32442026-03-17T20:23:49.527Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32452026-03-17T20:23:49.622Z Compiling steno v0.4.1
32462026-03-17T20:23:49.762Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32472026-03-17T20:23:49.803Z Compiling tabled v0.15.0
32482026-03-17T20:23:49.834Z Compiling humantime v2.3.0
32492026-03-17T20:23:49.890Z Compiling typify-macro v0.4.3
32502026-03-17T20:23:49.967Z Compiling maybe-uninit v2.0.0
32512026-03-17T20:23:49.997Z Compiling tap v1.0.1
32522026-03-17T20:23:50.044Z Compiling utf-8 v0.7.6
32532026-03-17T20:23:50.191Z Compiling wyz v0.5.1
32542026-03-17T20:23:50.236Z Compiling tungstenite v0.21.0
32552026-03-17T20:23:50.318Z Compiling p384 v0.13.1
32562026-03-17T20:23:50.453Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32572026-03-17T20:23:50.492Z Compiling arc-swap v1.8.2
32582026-03-17T20:23:50.714Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32592026-03-17T20:23:50.737Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32602026-03-17T20:23:50.918Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32612026-03-17T20:23:51.078Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32622026-03-17T20:23:51.517Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32632026-03-17T20:23:51.595Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32642026-03-17T20:23:51.595Z Compiling packed_struct v0.10.1
32652026-03-17T20:23:51.820Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32662026-03-17T20:23:51.929Z Compiling funty v2.0.0
32672026-03-17T20:23:51.999Z Compiling tagptr v0.2.0
32682026-03-17T20:23:52.233Z Compiling moka v0.12.13
32692026-03-17T20:23:52.262Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32702026-03-17T20:23:52.328Z Compiling typify v0.4.3
32712026-03-17T20:23:52.527Z Compiling progenitor-impl v0.10.0
32722026-03-17T20:23:53.034Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32732026-03-17T20:23:53.057Z Compiling progenitor-macro v0.13.0
32742026-03-17T20:23:53.146Z Compiling bitvec v1.0.1
32752026-03-17T20:23:53.236Z Compiling tokio-tungstenite v0.21.0
32762026-03-17T20:23:53.261Z Compiling slog-scope v4.4.1
32772026-03-17T20:23:53.307Z Compiling polyval v0.6.2
32782026-03-17T20:23:53.358Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32792026-03-17T20:23:53.409Z Compiling packed_struct_codegen v0.10.1
32802026-03-17T20:23:53.558Z Compiling zerocopy-derive v0.6.6
32812026-03-17T20:23:53.630Z Compiling bitfield-macros v0.19.4
32822026-03-17T20:23:53.659Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32832026-03-17T20:23:53.687Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32842026-03-17T20:23:53.814Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32852026-03-17T20:23:53.840Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32862026-03-17T20:23:54.519Z Compiling proc-macro-error-attr2 v2.0.0
32872026-03-17T20:23:54.678Z Compiling indexmap v1.9.3
32882026-03-17T20:23:54.699Z Compiling crc-catalog v2.4.0
32892026-03-17T20:23:54.815Z Compiling parking_lot_core v0.8.6
32902026-03-17T20:23:54.876Z Compiling nodrop v0.1.14
32912026-03-17T20:23:54.996Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32922026-03-17T20:23:55.041Z Compiling array-init v0.0.4
32932026-03-17T20:23:55.272Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32942026-03-17T20:23:55.273Z Compiling proc-macro-error2 v2.0.1
32952026-03-17T20:23:55.357Z Compiling crc v3.4.0
32962026-03-17T20:23:55.357Z Compiling zerocopy v0.6.6
32972026-03-17T20:23:55.378Z Compiling bitfield v0.19.4
32982026-03-17T20:23:55.546Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32992026-03-17T20:23:55.570Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33002026-03-17T20:23:55.603Z Compiling ghash v0.5.1
33012026-03-17T20:23:55.775Z Compiling slog-stdlog v4.1.1
33022026-03-17T20:23:55.802Z Compiling smallvec v0.6.14
33032026-03-17T20:23:55.821Z Compiling hickory-resolver v0.25.2
33042026-03-17T20:23:55.918Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33052026-03-17T20:23:56.023Z Compiling git-stub v1.0.0
33062026-03-17T20:23:56.104Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33072026-03-17T20:23:56.133Z Compiling num-derive v0.3.3
33082026-03-17T20:23:56.158Z Compiling ctr v0.9.2
33092026-03-17T20:23:56.179Z Compiling lzma-sys v0.1.20
33102026-03-17T20:23:56.249Z Compiling unicase v2.9.0
33112026-03-17T20:23:56.293Z Compiling hashbrown v0.12.3
33122026-03-17T20:23:56.369Z Compiling progenitor-macro v0.10.0
33132026-03-17T20:23:56.439Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33142026-03-17T20:23:56.545Z Compiling aes-gcm v0.10.3
33152026-03-17T20:23:56.642Z Compiling mime_guess v2.0.5
33162026-03-17T20:23:56.770Z Compiling git-stub-vcs v0.1.0
33172026-03-17T20:23:56.862Z Compiling serde-hex v0.1.0
33182026-03-17T20:23:56.862Z Compiling slog-envlogger v2.2.0
33192026-03-17T20:23:56.862Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33202026-03-17T20:23:56.986Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33212026-03-17T20:23:57.659Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33222026-03-17T20:23:57.784Z Compiling tabled_derive v0.11.0
33232026-03-17T20:23:57.784Z Compiling libscf-sys v1.1.0
33242026-03-17T20:23:57.784Z Compiling progenitor-impl v0.11.2
33252026-03-17T20:23:57.784Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33262026-03-17T20:23:57.784Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33272026-03-17T20:23:57.919Z Compiling ron v0.8.1
33282026-03-17T20:23:58.020Z Compiling papergrid v0.17.0
33292026-03-17T20:23:58.020Z Compiling cargo_toml v0.22.3
33302026-03-17T20:23:58.409Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33312026-03-17T20:23:58.525Z Compiling hashbrown v0.13.2
33322026-03-17T20:23:58.812Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33332026-03-17T20:23:59.128Z Compiling testing_table v0.3.0
33342026-03-17T20:23:59.141Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33352026-03-17T20:23:59.213Z Compiling ssh-encoding v0.2.0
33362026-03-17T20:23:59.247Z Compiling blowfish v0.9.1
33372026-03-17T20:23:59.332Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33382026-03-17T20:23:59.358Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33392026-03-17T20:24:03.517Z Compiling nibble_vec v0.1.0
33402026-03-17T20:24:03.517Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33412026-03-17T20:24:03.517Z Compiling corncobs v0.1.4
33422026-03-17T20:24:03.517Z Compiling endian-type v0.1.2
33432026-03-17T20:24:03.517Z Compiling crc-any v2.5.0
33442026-03-17T20:24:03.517Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33452026-03-17T20:24:03.517Z Compiling radix_trie v0.2.1
33462026-03-17T20:24:03.517Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33472026-03-17T20:24:03.517Z Compiling ssh-cipher v0.2.0
33482026-03-17T20:24:03.517Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33492026-03-17T20:24:03.517Z Compiling bcrypt-pbkdf v0.10.0
33502026-03-17T20:24:03.517Z Compiling tabled v0.20.0
33512026-03-17T20:24:03.517Z Compiling progenitor v0.13.0
33522026-03-17T20:24:03.517Z Compiling object v0.30.4
33532026-03-17T20:24:03.517Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33542026-03-17T20:24:03.517Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33552026-03-17T20:24:03.517Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33562026-03-17T20:24:03.517Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33572026-03-17T20:24:03.517Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33582026-03-17T20:24:03.518Z Compiling parking_lot v0.11.2
33592026-03-17T20:24:03.518Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33602026-03-17T20:24:03.518Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33612026-03-17T20:24:03.518Z Compiling progenitor-macro v0.11.2
33622026-03-17T20:24:03.649Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33632026-03-17T20:24:03.649Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33642026-03-17T20:24:03.649Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33652026-03-17T20:24:03.649Z Compiling progenitor-client v0.11.2
33662026-03-17T20:24:03.649Z Compiling prefix-trie v0.7.0
33672026-03-17T20:24:03.649Z Compiling password-hash v0.4.2
33682026-03-17T20:24:03.649Z Compiling fxhash v0.2.1
33692026-03-17T20:24:03.649Z Compiling secrecy v0.8.0
33702026-03-17T20:24:03.649Z Compiling path-slash v0.1.5
33712026-03-17T20:24:03.649Z Compiling http-range v0.1.5
33722026-03-17T20:24:03.650Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33732026-03-17T20:24:03.650Z Compiling half v1.8.3
33742026-03-17T20:24:03.650Z Compiling hickory-server v0.25.2
33752026-03-17T20:24:03.650Z Compiling serde_cbor v0.11.2
33762026-03-17T20:24:03.650Z Compiling pbkdf2 v0.11.0
33772026-03-17T20:24:03.650Z Compiling sled v0.34.7
33782026-03-17T20:24:03.737Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33792026-03-17T20:24:03.757Z Compiling xz2 v0.1.7
33802026-03-17T20:24:03.786Z Compiling progenitor v0.10.0
33812026-03-17T20:24:04.011Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33822026-03-17T20:24:04.105Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33832026-03-17T20:24:04.127Z Compiling ron v0.12.0
33842026-03-17T20:24:04.653Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33852026-03-17T20:24:04.775Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33862026-03-17T20:24:05.197Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33872026-03-17T20:24:05.299Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33882026-03-17T20:24:05.744Z Compiling ssh-key v0.6.7
33892026-03-17T20:24:06.132Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33902026-03-17T20:24:06.168Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33912026-03-17T20:24:06.223Z Compiling hickory-client v0.25.2
33922026-03-17T20:24:06.436Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33932026-03-17T20:24:06.548Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33942026-03-17T20:24:06.703Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33952026-03-17T20:24:07.111Z Compiling p256 v0.13.2
33962026-03-17T20:24:07.440Z Compiling p521 v0.13.3
33972026-03-17T20:24:07.586Z Compiling yasna v0.5.2
33982026-03-17T20:24:07.641Z Compiling kstat-rs v0.2.4
33992026-03-17T20:24:07.702Z Compiling headers-core v0.3.0
34002026-03-17T20:24:07.727Z Compiling nanorand v0.7.0
34012026-03-17T20:24:07.757Z Compiling atty v0.2.14
34022026-03-17T20:24:07.798Z Compiling russh-cryptovec v0.7.3
34032026-03-17T20:24:07.890Z Compiling home v0.5.12
34042026-03-17T20:24:07.927Z Compiling base16ct v1.0.0
34052026-03-17T20:24:08.002Z Compiling crc8 v0.1.1
34062026-03-17T20:24:08.078Z Compiling md5 v0.7.0
34072026-03-17T20:24:08.103Z Compiling flume v0.11.1
34082026-03-17T20:24:08.150Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34092026-03-17T20:24:08.155Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34102026-03-17T20:24:08.205Z Compiling headers v0.4.1
34112026-03-17T20:24:08.227Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34122026-03-17T20:24:08.256Z Compiling rcgen v0.12.1
34132026-03-17T20:24:08.479Z Compiling russh-keys v0.45.0
34142026-03-17T20:24:08.608Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34152026-03-17T20:24:08.762Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34162026-03-17T20:24:08.798Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34172026-03-17T20:24:08.884Z Compiling progenitor v0.11.2
34182026-03-17T20:24:08.915Z Compiling hyper-staticfile v0.10.1
34192026-03-17T20:24:09.130Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34202026-03-17T20:24:09.303Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34212026-03-17T20:24:09.326Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34222026-03-17T20:24:09.512Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34232026-03-17T20:24:09.618Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34242026-03-17T20:24:09.645Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34252026-03-17T20:24:09.762Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34262026-03-17T20:24:10.117Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34272026-03-17T20:24:10.425Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34282026-03-17T20:24:10.533Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34292026-03-17T20:24:10.594Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34302026-03-17T20:24:10.639Z Compiling num-bigint v0.4.6
34312026-03-17T20:24:10.643Z Compiling des v0.8.1
34322026-03-17T20:24:10.913Z Compiling subprocess v0.2.15
34332026-03-17T20:24:10.936Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34342026-03-17T20:24:10.981Z Compiling hex-literal v0.4.1
34352026-03-17T20:24:11.035Z Compiling display-error-chain v0.2.2
34362026-03-17T20:24:11.161Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34372026-03-17T20:24:11.239Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34382026-03-17T20:24:11.557Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34392026-03-17T20:24:11.586Z Compiling colored v2.2.0
34402026-03-17T20:24:11.609Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34412026-03-17T20:24:11.950Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34422026-03-17T20:24:11.981Z Compiling socket2 v0.5.10
34432026-03-17T20:24:12.115Z Compiling internet-checksum v0.2.1
34442026-03-17T20:24:12.316Z Compiling russh v0.45.0
34452026-03-17T20:24:19.577Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34462026-03-17T20:24:29.527Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34472026-03-17T20:24:29.527Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34482026-03-17T20:24:29.531Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34492026-03-17T20:24:29.531Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34502026-03-17T20:24:31.719Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34512026-03-17T20:24:31.841Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34522026-03-17T20:24:37.705Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34532026-03-17T20:25:07.028Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34542026-03-17T20:25:31.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 56s
34552026-03-17T20:25:31.733Z
34562026-03-17T20:25:31.736Zreal 1:56.921449500
34572026-03-17T20:25:31.736Zuser 11:32.714005951
34582026-03-17T20:25:31.736Zsys 2:03.825836545
34592026-03-17T20:25:31.736Ztrap 0.361413260
34602026-03-17T20:25:31.736Ztflt 0.573405124
34612026-03-17T20:25:31.736Zdflt 1.495605689
34622026-03-17T20:25:31.736Zkflt 0.000171613
34632026-03-17T20:25:31.736Zlock 28:52.136941433
34642026-03-17T20:25:31.736Zslp 38:01.168085334
34652026-03-17T20:25:31.736Zlat 46.973104452
34662026-03-17T20:25:31.736Zstop 3:43.777431697
34672026-03-17T20:25:31.736Z+ mkdir tests
34682026-03-17T20:25:31.741Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34692026-03-17T20:25:31.741Z+ xargs -I '{}' -t cp '{}' tests/
34702026-03-17T20:25:31.778Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-78a1393d6990c440 tests/
34712026-03-17T20:25:31.811Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-818bf3e53e54e996 tests/
34722026-03-17T20:25:31.841Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-f05aef9a453844c3 tests/
34732026-03-17T20:25:31.874Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-2b556b58e74163e5 tests/
34742026-03-17T20:25:32.134Z+ 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/*)
34752026-03-17T20:25:32.137Z+ 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-818bf3e53e54e996 tests/commtest-f05aef9a453844c3 tests/dhcp_server-78a1393d6990c440 tests/end_to_end_tests-2b556b58e74163e5 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
34762026-03-17T20:27:11.634ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34772026-03-17T20:27:11.634Za .github/buildomat/ci-env.sh 1K
34782026-03-17T20:27:11.634Za out/target/test 1K
34792026-03-17T20:27:11.634Za out/npuzone/npuzone 27402K
34802026-03-17T20:27:11.634Za package-manifest.toml 35K
34812026-03-17T20:27:11.634Za smf/sled-agent/non-gimlet/config.toml 6K
34822026-03-17T20:27:11.634Za target/release/omicron-package 41119K
34832026-03-17T20:27:11.634Za target/release/xtask 11359K
34842026-03-17T20:27:11.634Za target/debug/bootstrap 336444K
34852026-03-17T20:27:11.634Za tests/bootstrap-818bf3e53e54e996 31480K
34862026-03-17T20:27:11.634Za tests/commtest-f05aef9a453844c3 31997K
34872026-03-17T20:27:11.634Za tests/dhcp_server-78a1393d6990c440 31480K
34882026-03-17T20:27:11.634Za tests/end_to_end_tests-2b556b58e74163e5 378317K
34892026-03-17T20:27:11.634Za out/clickhouse.tar.gz 302852K
34902026-03-17T20:27:11.634Za out/clickhouse_keeper.tar.gz 288053K
34912026-03-17T20:27:11.634Za out/clickhouse_server.tar.gz 302851K
34922026-03-17T20:27:11.634Za out/cockroachdb.tar.gz 156257K
34932026-03-17T20:27:11.634Za out/crucible-pantry-zone.tar.gz 38342K
34942026-03-17T20:27:11.634Za out/crucible-utils.tar 17744K
34952026-03-17T20:27:11.635Za out/crucible-zone.tar.gz 52480K
34962026-03-17T20:27:11.635Za out/external-dns.tar.gz 41755K
34972026-03-17T20:27:11.635Za out/internal-dns.tar.gz 41755K
34982026-03-17T20:27:11.635Za out/mg-ddm-gz.tar 78377K
34992026-03-17T20:27:11.635Za out/nexus.tar.gz 209669K
35002026-03-17T20:27:11.635Za out/ntp.tar.gz 22683K
35012026-03-17T20:27:11.635Za out/omicron-gateway-softnpu.tar.gz 27315K
35022026-03-17T20:27:11.635Za out/omicron-sled-agent.tar 183059K
35032026-03-17T20:27:11.635Za out/overlay.tar.gz 3K
35042026-03-17T20:27:11.635Za out/oximeter.tar.gz 59439K
35052026-03-17T20:27:11.635Za out/oxlog.tar 3895K
35062026-03-17T20:27:11.635Za out/probe.tar.gz 3037K
35072026-03-17T20:27:11.635Za out/propolis-server.tar.gz 74633K
35082026-03-17T20:27:11.635Za out/pumpkind-gz.tar 26647K
35092026-03-17T20:27:11.635Za out/switch-softnpu.tar.gz 372898K
35102026-03-17T20:27:11.639Z
35112026-03-17T20:27:11.639Zreal 1:39.487240195
35122026-03-17T20:27:11.639Zuser 1:36.459055162
35132026-03-17T20:27:11.639Zsys 6.226420284
35142026-03-17T20:27:11.639Ztrap 0.006822700
35152026-03-17T20:27:11.639Ztflt 0.000000000
35162026-03-17T20:27:11.639Zdflt 0.000000000
35172026-03-17T20:27:11.639Zkflt 0.000000000
35182026-03-17T20:27:11.639Zlock 0.000000000
35192026-03-17T20:27:11.639Zslp 1:35.665750821
35202026-03-17T20:27:11.639Zlat 0.612320979
35212026-03-17T20:27:11.639Zstop 0.000178490
35222026-03-17T20:27:11.639Zprocess exited: duration 1245894 ms, exit code 0
 
35232026-03-17T20:27:11.655Zfound 1 output files
35242026-03-17T20:27:11.655Zuploading: /work/package.tar.gz (2321304557 bytes)
35252026-03-17T20:27:38.295Zuploaded: /work/package.tar.gz