01KKM1MXD2T1FZ9CMZCR1YBH8D: helios / package

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

Buildomat Job: 01KKM1NVQA8SQ8EZRDN4XB60J9

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-13T16:51:27.516Zjob assigned to worker 01KKM1P1BF47CST94310K8WB5V [factory aws, i-0bde8b885ffd7406a] (queued for 1 m 22 s)
 
22026-03-13T16:51:36.257Zstarting task 0: "setup"
32026-03-13T16:51:36.264Z++ uname -s
42026-03-13T16:51:36.267Z+ kern=SunOS
52026-03-13T16:51:36.267Z+ build_user=build
62026-03-13T16:51:36.267Z+ build_uid=12345
72026-03-13T16:51:36.267Z+ work_dir=/work
82026-03-13T16:51:36.267Z+ input_dir=/input
92026-03-13T16:51:36.267Z+ [[ 0 == 12345 ]]
102026-03-13T16:51:36.267Z+ case "$kern" in
112026-03-13T16:51:36.267Z+ groupadd -g 12345 build
122026-03-13T16:51:36.270Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-13T16:51:38.279Z+ zfs create -o mountpoint=/work rpool/work
142026-03-13T16:51:38.356Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-13T16:51:38.359Z+ home_fs=zfs
162026-03-13T16:51:38.359Z+ [[ zfs == autofs ]]
172026-03-13T16:51:38.359Z+ mkdir -p /home/build
182026-03-13T16:51:38.362Z+ chown build:build /home/build /work
192026-03-13T16:51:40.366Z+ chmod 0700 /home/build /work
202026-03-13T16:51:40.369Zprocess exited: duration 4109 ms, exit code 0
 
212026-03-13T16:51:40.375Zstarting task 1: "rust-toolchain"
222026-03-13T16:51:40.381Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-03-13T16:51:40.381Z * rust toolchain channel = "1.91.1"
242026-03-13T16:51:40.381Z * rust toolchain profile = "default"
252026-03-13T16:51:40.381Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-13T16:51:40.381Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-13T16:51:40.381Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-13T16:51:40.384Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-13T16:51:40.384Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-13T16:51:40.463Zinfo: downloading installer
312026-03-13T16:51:41.840Zwarn: It looks like you have an existing installation of Rust at:
322026-03-13T16:51:41.841Zwarn: /opt/ooce/bin
332026-03-13T16:51:41.841Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-13T16:51:41.841Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-13T16:51:41.841Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-13T16:51:41.841Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-13T16:51:41.841Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-13T16:51:41.841Zerror: cannot install while Rust is installed
392026-03-13T16:51:41.841Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-13T16:51:41.841Zwarn: It looks like you have an existing rustup settings file at:
412026-03-13T16:51:41.841Zwarn: /home/build/.rustup/settings.toml
422026-03-13T16:51:41.841Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-13T16:51:41.845Zwarn: instead of the one inferred from the default host triple.
442026-03-13T16:51:41.858Zinfo: profile set to default
452026-03-13T16:51:41.858Zinfo: default host triple is x86_64-unknown-illumos
462026-03-13T16:51:41.872Zinfo: syncing channel updates for 1.91.1-x86_64-unknown-illumos
472026-03-13T16:51:42.026Zinfo: latest update on 2025-11-10 for version 1.91.1 (ed61e7d7e 2025-11-07)
482026-03-13T16:51:42.031Zinfo: downloading 6 components
492026-03-13T16:51:57.030Zinfo: default toolchain set to 1.91.1-x86_64-unknown-illumos
502026-03-13T16:51:57.030Z
512026-03-13T16:51:57.065Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
522026-03-13T16:51:57.065Z
532026-03-13T16:51:57.065Z
542026-03-13T16:51:57.069ZRust is installed now. Great!
552026-03-13T16:51:57.069Z
562026-03-13T16:51:57.069ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-13T16:51:57.069Zenvironment variable. This has not been done automatically.
582026-03-13T16:51:57.069Z
592026-03-13T16:51:57.069ZTo configure your current shell, you need to source
602026-03-13T16:51:57.069Zthe corresponding env file under $HOME/.cargo.
612026-03-13T16:51:57.069Z
622026-03-13T16:51:57.069ZThis is usually done by running one of the following (note the leading DOT):
632026-03-13T16:51:57.069Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-13T16:51:57.069Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-13T16:51:57.069Zsource "~/.cargo/env.nu" # For nushell
662026-03-13T16:51:57.070Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-13T16:51:57.070Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-13T16:51:57.070Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-13T16:51:57.070Zwarn: no default linker (`cc`) was found in your PATH
702026-03-13T16:51:57.070Zwarn: many Rust crates require a system C toolchain to build
712026-03-13T16:51:57.175Z+ rustup --version
722026-03-13T16:51:57.181Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-13T16:51:57.184Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-13T16:51:57.208Zinfo: the currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
752026-03-13T16:51:57.211Z+ cargo --version
762026-03-13T16:51:57.223Zcargo 1.91.1 (ea2d97820 2025-10-10)
772026-03-13T16:51:57.226Z+ rustc --version
782026-03-13T16:51:57.252Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
792026-03-13T16:51:57.256Zprocess exited: duration 16863 ms, exit code 0
 
802026-03-13T16:51:57.262Zstarting task 2: "authentication"
812026-03-13T16:51:57.283Zprocess exited: duration 21 ms, exit code 0
 
822026-03-13T16:51:57.290Zstarting task 3: "clone repository"
832026-03-13T16:51:57.294Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-13T16:51:57.297Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-13T16:51:57.334ZCloning into '/work/oxidecomputer/omicron'...
862026-03-13T16:52:08.210Z+ cd /work/oxidecomputer/omicron
872026-03-13T16:52:08.210Z+ git fetch origin 56760c9a74e77be5a4fad03721871da621d34805
882026-03-13T16:52:08.499ZFrom https://github.com/oxidecomputer/omicron
892026-03-13T16:52:08.499Z * branch 56760c9a74e77be5a4fad03721871da621d34805 -> FETCH_HEAD
902026-03-13T16:52:08.516Z+ [[ -n helios3 ]]
912026-03-13T16:52:08.520Z++ git branch --show-current
922026-03-13T16:52:08.523Z+ current=main
932026-03-13T16:52:08.523Z+ [[ main != helios3 ]]
942026-03-13T16:52:08.523Z+ git branch -f helios3 56760c9a74e77be5a4fad03721871da621d34805
952026-03-13T16:52:08.526Z+ git checkout -f helios3
962026-03-13T16:52:08.850ZSwitched to branch 'helios3'
972026-03-13T16:52:08.854Z+ git reset --hard 56760c9a74e77be5a4fad03721871da621d34805
982026-03-13T16:52:08.871ZHEAD is now at 56760c9a7 WIP - move to Helios v3
992026-03-13T16:52:08.875Zprocess exited: duration 11571 ms, exit code 0
 
1002026-03-13T16:52:08.880Zstarting task 4: "build"
1012026-03-13T16:52:08.886Z+ source .github/buildomat/ci-env.sh
1022026-03-13T16:52:08.891Z++ export CARGO_TERM_COLOR=always
1032026-03-13T16:52:08.891Z++ CARGO_TERM_COLOR=always
1042026-03-13T16:52:08.891Z+ cargo --version
1052026-03-13T16:52:08.899Zcargo 1.91.1 (ea2d97820 2025-10-10)
1062026-03-13T16:52:08.902Z+ rustc --version
1072026-03-13T16:52:08.928Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1082026-03-13T16:52:08.931Z+ WORK=/work
1092026-03-13T16:52:08.934Z+ pfexec mkdir -p /work
1102026-03-13T16:52:08.936Z+ pfexec chown build /work
1112026-03-13T16:52:08.939Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-13T16:52:10.648Z Startup: Refreshing catalog 'helios' ... Done
1132026-03-13T16:52:10.856ZPlanning: Solver setup ... Done (0.176s)
1142026-03-13T16:52:10.870ZPlanning: Running solver ... Done (0.013s)
1152026-03-13T16:52:10.875ZPlanning: Finding local manifests ... Done (0.003s)
1162026-03-13T16:52:10.878ZPlanning: Fetching manifests: 0/2 0% complete
1172026-03-13T16:52:10.904ZPlanning: Fetching manifests: 2/2 100% complete
1182026-03-13T16:52:10.922ZPlanning: Package planning ... Done (0.018s)
1192026-03-13T16:52:10.925ZPlanning: Merging actions ... Done (0.002s)
1202026-03-13T16:52:11.249ZPlanning: Checking for conflicting actions ... Done (0.324s)
1212026-03-13T16:52:11.252ZPlanning: Consolidating action changes ... Done (0.001s)
1222026-03-13T16:52:12.205ZPlanning: Evaluating mediators ... Done (0.951s)
1232026-03-13T16:52:12.208ZPlanning: Planning completed in 1.55 seconds
1242026-03-13T16:52:12.216Z Packages to install: 2
1252026-03-13T16:52:12.216Z Estimated space available: 152.25 GB
1262026-03-13T16:52:12.219ZEstimated space to be consumed: 19.93 MB
1272026-03-13T16:52:12.219Z Create boot environment: No
1282026-03-13T16:52:12.219ZCreate backup boot environment: No
1292026-03-13T16:52:12.219Z Rebuild boot archive: No
1302026-03-13T16:52:12.219Z
1312026-03-13T16:52:12.219ZChanged packages:
1322026-03-13T16:52:12.219Zhelios
1332026-03-13T16:52:12.219Z developer/build-essential
1342026-03-13T16:52:12.219Z None -> 11-3.0
1352026-03-13T16:52:12.219Z library/libxmlsec1
1362026-03-13T16:52:12.219Z None -> 1.2.35-3.0
1372026-03-13T16:52:12.254Z
1382026-03-13T16:52:12.254ZDownload: 0/214 items 0.0/1.3MB 0% complete
1392026-03-13T16:52:13.488ZDownload: Completed 1.28 MB in 1.24 seconds (1.0M/s)
1402026-03-13T16:52:13.592Z Actions: 1/268 actions (Installing new actions)
1412026-03-13T16:52:13.645Z Actions: Completed 268 actions in 0.06 seconds.
1422026-03-13T16:52:13.657ZFinalize: Updating package state database ... Done (0.012s)
1432026-03-13T16:52:13.657ZFinalize: Updating package cache ... Done (0.000s)
1442026-03-13T16:52:13.678ZFinalize: Updating image state ... Done (0.021s)
1452026-03-13T16:52:18.616ZFinalize: Creating fast lookup database ... Done (4.893s)
1462026-03-13T16:52:18.747ZFinalize: Reading search index ... Done (0.021s)
1472026-03-13T16:52:18.750ZFinalize: Updating search index ... Done (0.000s)
1482026-03-13T16:52:18.839ZFinalize: Updating package cache ... Done (0.000s)
1492026-03-13T16:52:19.708ZPlanning: Evaluating mediator changes ... Done
1502026-03-13T16:52:19.711ZPlanning: Merging actions ... Done
1512026-03-13T16:52:20.251ZPlanning: Checking for conflicting actions ... Done
1522026-03-13T16:52:20.271ZPlanning: Consolidating action changes ... Done
1532026-03-13T16:52:20.542ZPlanning: Evaluating mediators ... Done
1542026-03-13T16:52:20.586ZPlanning: Planning completed in 1.34 seconds
1552026-03-13T16:52:20.621Z Packages to change: 6
1562026-03-13T16:52:20.621Z Mediators to change: 2
1572026-03-13T16:52:20.621Z Services to change: 1
1582026-03-13T16:52:20.623Z Create boot environment: No
1592026-03-13T16:52:20.623ZCreate backup boot environment: Yes
1602026-03-13T16:52:22.689Z Actions: 1/132 actions (Removing old actions)
1612026-03-13T16:52:22.693Z Actions: 21/132 actions (Updating modified actions)
1622026-03-13T16:52:22.707Z Actions: Completed 132 actions in 0.02 seconds.
1632026-03-13T16:52:22.710ZFinalize: Updating package state database ... Done
1642026-03-13T16:52:22.710ZFinalize: Updating package cache ... Done
1652026-03-13T16:52:22.717ZFinalize: Updating image state ... Done
1662026-03-13T16:52:26.876ZFinalize: Creating fast lookup database ... Done
1672026-03-13T16:52:26.998ZFinalize: Reading search index ... Done
1682026-03-13T16:52:27.006ZFinalize: Updating search index ... Done
1692026-03-13T16:52:27.116ZFinalize: Updating package cache ... Done
1702026-03-13T16:52:27.512ZPlanning: Evaluating mediator changes ... Done
1712026-03-13T16:52:27.718ZPlanning: Checking for conflicting actions ... Done
1722026-03-13T16:52:27.722ZPlanning: Consolidating action changes ... Done
1732026-03-13T16:52:27.969ZPlanning: Evaluating mediators ... Done
1742026-03-13T16:52:27.972ZPlanning: Planning completed in 0.46 seconds
1752026-03-13T16:52:28.011Z Mediators to change: 1
1762026-03-13T16:52:28.012Z Create boot environment: No
1772026-03-13T16:52:28.012ZCreate backup boot environment: No
1782026-03-13T16:52:42.813ZPlanning: Building new search index ... Done
1792026-03-13T16:52:43.130ZFinalize: Updating package state database ... Done
1802026-03-13T16:52:43.130ZFinalize: Updating package cache ... Done
1812026-03-13T16:52:43.143ZFinalize: Updating image state ... Done
1822026-03-13T16:52:47.251ZFinalize: Creating fast lookup database ... Done
1832026-03-13T16:52:47.378ZFinalize: Reading search index ... Done
1842026-03-13T16:52:47.394ZFinalize: Updating search index ... Done
1852026-03-13T16:52:47.512ZFinalize: Updating package cache ... Done
1862026-03-13T16:52:47.959ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1872026-03-13T16:52:47.960Zapache system 2.4 system
1882026-03-13T16:52:47.960Zclang system 20 system
1892026-03-13T16:52:47.960Zclang system 19 system
1902026-03-13T16:52:47.960Zclang system 18 system
1912026-03-13T16:52:47.960Zclang system 17 system
1922026-03-13T16:52:47.960Zclang system 15 system
1932026-03-13T16:52:47.960Zclang system 13 system
1942026-03-13T16:52:47.961Zcsh system system illumos
1952026-03-13T16:52:47.961Zctags system system illumos
1962026-03-13T16:52:47.961Zfile vendor vendor darwinsys
1972026-03-13T16:52:47.961Zfile system system illumos
1982026-03-13T16:52:47.961Zgcc vendor 14 vendor
1992026-03-13T16:52:47.961Zgcc system 13 system
2002026-03-13T16:52:47.961Zgcc system 10 system
2012026-03-13T16:52:47.961Zgo system 1.25 system
2022026-03-13T16:52:47.961Zllvm system 20 system
2032026-03-13T16:52:47.962Zllvm system 19 system
2042026-03-13T16:52:47.962Zllvm system 18 system
2052026-03-13T16:52:47.962Zllvm system 17 system
2062026-03-13T16:52:47.962Zllvm system 15 system
2072026-03-13T16:52:47.962Zllvm system 13 system
2082026-03-13T16:52:47.962Zmariadb system 11.4 system
2092026-03-13T16:52:47.962Zmta vendor vendor dma
2102026-03-13T16:52:47.962Znode system 24 system
2112026-03-13T16:52:47.962Znode system 22 system
2122026-03-13T16:52:47.963Zopenjdk system 21 system
2132026-03-13T16:52:47.963Zopenjdk system 17 system
2142026-03-13T16:52:47.963Zopenjdk system 11 system
2152026-03-13T16:52:47.963Zopenjdk system 1.8 system
2162026-03-13T16:52:47.963Zopenssl vendor 3 vendor
2172026-03-13T16:52:47.963Zperl system 5.40 system
2182026-03-13T16:52:47.963Zphp system 8.5 system
2192026-03-13T16:52:47.964Zphp system 8.4 system
2202026-03-13T16:52:47.964Zphp system 8.3 system
2212026-03-13T16:52:47.964Zphp system 8.2 system
2222026-03-13T16:52:47.964Zpostgresql system 18 system
2232026-03-13T16:52:47.964Zpostgresql system 17 system
2242026-03-13T16:52:47.964Zpostgresql system 16 system
2252026-03-13T16:52:47.964Zpostgresql system 15 system
2262026-03-13T16:52:47.964Zpostgresql system 14 system
2272026-03-13T16:52:47.964Zpostgresql system 13 system
2282026-03-13T16:52:47.964Zpython vendor 3 vendor
2292026-03-13T16:52:47.965Zpython system 2 system
2302026-03-13T16:52:47.965Zpython3 vendor 3.13 vendor
2312026-03-13T16:52:47.965Zruby system 3.4 system
2322026-03-13T16:52:47.965Zruby system 3.0 system
2332026-03-13T16:52:47.965Zwords vendor vendor american-english
2342026-03-13T16:52:47.965Zwords system system australian-english
2352026-03-13T16:52:47.965Zwords system system british-english
2362026-03-13T16:52:47.965Zwords system system canadian-english
2372026-03-13T16:52:47.965Zwords system system french
2382026-03-13T16:52:47.965Zwords system system italian
2392026-03-13T16:52:47.965Zwords system system ngerman
2402026-03-13T16:52:47.966Zwords system system ogerman
2412026-03-13T16:52:47.966Zwords system system spanish
2422026-03-13T16:52:47.966Zzig system 0.14 system
2432026-03-13T16:52:48.289ZPUBLISHER TYPE STATUS P LOCATION
2442026-03-13T16:52:48.289Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2452026-03-13T16:52:48.653ZFMRI IFO
2462026-03-13T16:52:48.654Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2472026-03-13T16:52:48.654Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2482026-03-13T16:52:48.654Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2492026-03-13T16:52:48.654Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260224T221441Z ---
2502026-03-13T16:52:48.654Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2512026-03-13T16:52:48.654Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2522026-03-13T16:52:48.654Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2532026-03-13T16:52:48.654Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2542026-03-13T16:52:48.654Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2552026-03-13T16:52:48.654Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2562026-03-13T16:52:48.950Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2572026-03-13T16:52:49.218Z Updating crates.io index
2582026-03-13T16:52:49.222Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2592026-03-13T16:52:49.778Z Updating git repository `https://github.com/oxidecomputer/lldp`
2602026-03-13T16:52:50.081Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2612026-03-13T16:52:50.365Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2622026-03-13T16:52:50.683Z Updating git repository `https://github.com/oxidecomputer/falcon`
2632026-03-13T16:52:51.728Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2642026-03-13T16:52:52.346Z Updating git repository `https://github.com/oxidecomputer/propolis`
2652026-03-13T16:52:53.740Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662026-03-13T16:52:55.649Z Updating git repository `https://github.com/oxidecomputer/opte`
2672026-03-13T16:52:56.503Z Updating git repository `https://github.com/oxidecomputer/tofino`
2682026-03-13T16:52:56.758Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2692026-03-13T16:52:57.704Z Updating git repository `https://github.com/oxidecomputer/clickward`
2702026-03-13T16:52:58.108Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2712026-03-13T16:52:58.451Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2722026-03-13T16:52:58.788Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2732026-03-13T16:52:59.616Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-03-13T16:53:00.285Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-03-13T16:53:00.558Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2762026-03-13T16:53:00.909Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2772026-03-13T16:53:01.208Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2782026-03-13T16:53:01.529Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2792026-03-13T16:53:01.820Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2802026-03-13T16:53:02.077Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2812026-03-13T16:53:02.577Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2822026-03-13T16:53:02.911Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2832026-03-13T16:53:03.454Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2842026-03-13T16:53:03.743Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2852026-03-13T16:53:04.318Z Updating git repository `https://github.com/oxidecomputer/ispf`
2862026-03-13T16:53:05.197Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2872026-03-13T16:53:05.900Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2882026-03-13T16:53:06.274Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2892026-03-13T16:53:06.651Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2902026-03-13T16:53:06.977Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2912026-03-13T16:53:07.382Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2922026-03-13T16:53:07.882Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2932026-03-13T16:53:08.219Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2942026-03-13T16:53:08.501Z Updating git repository `https://github.com/illumos/smf-rs`
2952026-03-13T16:53:08.956Z Updating git repository `https://github.com/oxidecomputer/omicron`
2962026-03-13T16:53:22.719Z Downloading crates ...
2972026-03-13T16:53:22.776Z Downloaded block-buffer v0.10.4
2982026-03-13T16:53:22.795Z Downloaded memmap v0.7.0
2992026-03-13T16:53:22.798Z Downloaded zerofrom v0.1.6
3002026-03-13T16:53:22.802Z Downloaded cpufeatures v0.2.17
3012026-03-13T16:53:22.805Z Downloaded bitflags v2.11.0
3022026-03-13T16:53:22.808Z Downloaded bytecount v0.6.9
3032026-03-13T16:53:22.815Z Downloaded is_terminal_polyfill v1.70.2
3042026-03-13T16:53:22.818Z Downloaded textwrap v0.16.2
3052026-03-13T16:53:22.821Z Downloaded ucd-trie v0.1.7
3062026-03-13T16:53:22.821Z Downloaded unicode-linebreak v0.1.5
3072026-03-13T16:53:22.824Z Downloaded utf8parse v0.2.2
3082026-03-13T16:53:22.824Z Downloaded generic-array v0.14.7
3092026-03-13T16:53:22.826Z Downloaded heck v0.5.0
3102026-03-13T16:53:22.826Z Downloaded fastrand v2.3.0
3112026-03-13T16:53:22.829Z Downloaded zerofrom-derive v0.1.6
3122026-03-13T16:53:22.832Z Downloaded toml_write v0.1.2
3132026-03-13T16:53:22.832Z Downloaded heck v0.4.1
3142026-03-13T16:53:22.832Z Downloaded equivalent v1.0.2
3152026-03-13T16:53:22.835Z Downloaded fnv v1.0.7
3162026-03-13T16:53:22.835Z Downloaded dof v0.3.0
3172026-03-13T16:53:22.835Z Downloaded colorchoice v1.0.4
3182026-03-13T16:53:22.837Z Downloaded usdt v0.5.0
3192026-03-13T16:53:22.842Z Downloaded cargo-platform v0.2.0
3202026-03-13T16:53:22.842Z Downloaded writeable v0.6.2
3212026-03-13T16:53:22.844Z Downloaded errno v0.3.14
3222026-03-13T16:53:22.844Z Downloaded version_check v0.9.5
3232026-03-13T16:53:22.844Z Downloaded idna_adapter v1.2.1
3242026-03-13T16:53:22.844Z Downloaded usdt-macro v0.5.0
3252026-03-13T16:53:22.847Z Downloaded unicode-xid v0.2.6
3262026-03-13T16:53:22.847Z Downloaded anstyle-query v1.1.5
3272026-03-13T16:53:22.847Z Downloaded form_urlencoded v1.2.2
3282026-03-13T16:53:22.851Z Downloaded clap_lex v1.0.0
3292026-03-13T16:53:22.851Z Downloaded zmij v1.0.21
3302026-03-13T16:53:22.851Z Downloaded thiserror v2.0.18
3312026-03-13T16:53:22.854Z Downloaded typeid v1.0.3
3322026-03-13T16:53:22.857Z Downloaded thiserror-impl v2.0.18
3332026-03-13T16:53:22.857Z Downloaded utf8_iter v1.0.4
3342026-03-13T16:53:22.860Z Downloaded smawk v0.3.2
3352026-03-13T16:53:22.860Z Downloaded zerovec-derive v0.11.2
3362026-03-13T16:53:22.860Z Downloaded crypto-common v0.1.7
3372026-03-13T16:53:22.863Z Downloaded toml v0.8.23
3382026-03-13T16:53:22.863Z Downloaded thread-id v4.2.2
3392026-03-13T16:53:22.866Z Downloaded byteorder v1.5.0
3402026-03-13T16:53:22.866Z Downloaded yoke-derive v0.8.1
3412026-03-13T16:53:22.866Z Downloaded dtrace-parser v0.2.0
3422026-03-13T16:53:22.866Z Downloaded usdt-attr-macro v0.5.0
3432026-03-13T16:53:22.869Z Downloaded toml_datetime v0.6.11
3442026-03-13T16:53:22.869Z Downloaded zerotrie v0.2.3
3452026-03-13T16:53:22.872Z Downloaded yoke v0.8.1
3462026-03-13T16:53:22.872Z Downloaded thiserror-impl v1.0.69
3472026-03-13T16:53:22.875Z Downloaded serde_spanned v0.6.9
3482026-03-13T16:53:22.878Z Downloaded potential_utf v0.1.4
3492026-03-13T16:53:22.878Z Downloaded percent-encoding v2.3.2
3502026-03-13T16:53:22.878Z Downloaded toml_edit v0.22.27
3512026-03-13T16:53:22.881Z Downloaded tinystr v0.8.2
3522026-03-13T16:53:22.884Z Downloaded usdt-impl v0.5.0
3532026-03-13T16:53:22.888Z Downloaded terminal_size v0.4.3
3542026-03-13T16:53:22.891Z Downloaded ordered-float v2.10.1
3552026-03-13T16:53:22.891Z Downloaded strsim v0.11.1
3562026-03-13T16:53:22.895Z Downloaded tabled_derive v0.7.0
3572026-03-13T16:53:22.897Z Downloaded swrite v0.1.0
3582026-03-13T16:53:22.897Z Downloaded stable_deref_trait v1.2.1
3592026-03-13T16:53:22.900Z Downloaded pretty-hex v0.4.1
3602026-03-13T16:53:22.900Z Downloaded zerocopy-derive v0.7.35
3612026-03-13T16:53:22.903Z Downloaded unicode-ident v1.0.24
3622026-03-13T16:53:22.906Z Downloaded typenum v1.19.0
3632026-03-13T16:53:22.909Z Downloaded scroll_derive v0.12.1
3642026-03-13T16:53:22.909Z Downloaded proc-macro-error-attr v1.0.4
3652026-03-13T16:53:22.909Z Downloaded serde-value v0.7.0
3662026-03-13T16:53:22.911Z Downloaded digest v0.10.7
3672026-03-13T16:53:22.911Z Downloaded erased-serde v0.4.9
3682026-03-13T16:53:22.914Z Downloaded plain v0.2.3
3692026-03-13T16:53:22.914Z Downloaded camino-tempfile v1.4.1
3702026-03-13T16:53:22.917Z Downloaded url v2.5.8
3712026-03-13T16:53:22.917Z Downloaded cargo_toml v0.21.0
3722026-03-13T16:53:22.920Z Downloaded cargo_metadata v0.21.0
3732026-03-13T16:53:22.920Z Downloaded anstream v0.6.21
3742026-03-13T16:53:22.924Z Downloaded fs-err v3.3.0
3752026-03-13T16:53:22.924Z Downloaded anstyle-parse v0.2.7
3762026-03-13T16:53:22.927Z Downloaded zerocopy v0.7.35
3772026-03-13T16:53:22.938Z Downloaded displaydoc v0.2.5
3782026-03-13T16:53:22.941Z Downloaded zerovec v0.11.5
3792026-03-13T16:53:22.944Z Downloaded macaddr v1.0.1
3802026-03-13T16:53:22.947Z Downloaded camino v1.2.2
3812026-03-13T16:53:22.947Z Downloaded winnow v0.7.14
3822026-03-13T16:53:22.952Z Downloaded unicode-width v0.2.0
3832026-03-13T16:53:22.956Z Downloaded synstructure v0.13.2
3842026-03-13T16:53:22.959Z Downloaded serde_tokenstream v0.2.3
3852026-03-13T16:53:22.959Z Downloaded thiserror v1.0.69
3862026-03-13T16:53:22.962Z Downloaded sha2 v0.10.9
3872026-03-13T16:53:22.965Z Downloaded serde-untagged v0.1.9
3882026-03-13T16:53:22.965Z Downloaded semver v1.0.27
3892026-03-13T16:53:22.968Z Downloaded proc-macro-error v1.0.4
3902026-03-13T16:53:22.968Z Downloaded itoa v1.0.17
3912026-03-13T16:53:22.972Z Downloaded scroll v0.12.0
3922026-03-13T16:53:22.972Z Downloaded unicode-width v0.1.14
3932026-03-13T16:53:22.975Z Downloaded autocfg v1.5.0
3942026-03-13T16:53:22.975Z Downloaded cargo-util-schemas v0.8.2
3952026-03-13T16:53:22.977Z Downloaded anyhow v1.0.102
3962026-03-13T16:53:22.980Z Downloaded anstyle v1.0.13
3972026-03-13T16:53:22.980Z Downloaded tempfile v3.25.0
3982026-03-13T16:53:22.985Z Downloaded cfg-if v1.0.4
3992026-03-13T16:53:22.989Z Downloaded quote v1.0.44
4002026-03-13T16:53:22.997Z Downloaded smallvec v1.15.1
4012026-03-13T16:53:23.002Z Downloaded pest_generator v2.8.6
4022026-03-13T16:53:23.007Z Downloaded pest_derive v2.8.6
4032026-03-13T16:53:23.007Z Downloaded litemap v0.8.1
4042026-03-13T16:53:23.019Z Downloaded clap_derive v4.5.55
4052026-03-13T16:53:23.023Z Downloaded icu_properties v2.1.2
4062026-03-13T16:53:23.027Z Downloaded serde_core v1.0.228
4072026-03-13T16:53:23.034Z Downloaded num-traits v0.2.19
4082026-03-13T16:53:23.037Z Downloaded serde_derive v1.0.228
4092026-03-13T16:53:23.039Z Downloaded papergrid v0.11.0
4102026-03-13T16:53:23.046Z Downloaded once_cell v1.21.3
4112026-03-13T16:53:23.053Z Downloaded proc-macro2 v1.0.106
4122026-03-13T16:53:23.060Z Downloaded clap v4.5.60
4132026-03-13T16:53:23.063Z Downloaded icu_provider v2.1.1
4142026-03-13T16:53:23.063Z Downloaded getrandom v0.4.1
4152026-03-13T16:53:23.065Z Downloaded icu_normalizer_data v2.1.1
4162026-03-13T16:53:23.070Z Downloaded log v0.4.29
4172026-03-13T16:53:23.080Z Downloaded icu_normalizer v2.1.1
4182026-03-13T16:53:23.082Z Downloaded icu_collections v2.1.1
4192026-03-13T16:53:23.086Z Downloaded pest_meta v2.8.6
4202026-03-13T16:53:23.101Z Downloaded icu_locale_core v2.1.1
4212026-03-13T16:53:23.105Z Downloaded serde v1.0.228
4222026-03-13T16:53:23.114Z Downloaded memchr v2.8.0
4232026-03-13T16:53:23.118Z Downloaded indexmap v2.13.0
4242026-03-13T16:53:23.139Z Downloaded pest v2.8.6
4252026-03-13T16:53:23.142Z Downloaded hashbrown v0.16.1
4262026-03-13T16:53:23.146Z Downloaded idna v1.1.0
4272026-03-13T16:53:23.155Z Downloaded icu_properties_data v2.1.2
4282026-03-13T16:53:23.167Z Downloaded goblin v0.8.2
4292026-03-13T16:53:23.209Z Downloaded serde_json v1.0.149
4302026-03-13T16:53:23.209Z Downloaded clap_builder v4.5.60
4312026-03-13T16:53:23.209Z Downloaded tabled v0.15.0
4322026-03-13T16:53:23.212Z Downloaded syn v1.0.109
4332026-03-13T16:53:23.217Z Downloaded syn v2.0.117
4342026-03-13T16:53:23.235Z Downloaded rustix v1.1.3
4352026-03-13T16:53:23.263Z Downloaded libc v0.2.180
4362026-03-13T16:53:23.342Z Compiling proc-macro2 v1.0.106
4372026-03-13T16:53:23.345Z Compiling quote v1.0.44
4382026-03-13T16:53:23.345Z Compiling unicode-ident v1.0.24
4392026-03-13T16:53:23.345Z Compiling serde_core v1.0.228
4402026-03-13T16:53:23.345Z Compiling libc v0.2.180
4412026-03-13T16:53:23.345Z Compiling version_check v0.9.5
4422026-03-13T16:53:23.345Z Compiling serde v1.0.228
4432026-03-13T16:53:23.345Z Compiling memchr v2.8.0
4442026-03-13T16:53:23.345Z Compiling stable_deref_trait v1.2.1
4452026-03-13T16:53:23.345Z Compiling zmij v1.0.21
4462026-03-13T16:53:23.345Z Compiling itoa v1.0.17
4472026-03-13T16:53:23.553Z Compiling thiserror v1.0.69
4482026-03-13T16:53:23.556Z Compiling autocfg v1.5.0
4492026-03-13T16:53:23.556Z Compiling ucd-trie v0.1.7
4502026-03-13T16:53:23.556Z Compiling writeable v0.6.2
4512026-03-13T16:53:23.829Z Compiling litemap v0.8.1
4522026-03-13T16:53:23.965Z Compiling icu_normalizer_data v2.1.1
4532026-03-13T16:53:23.997Z Compiling rustix v1.1.3
4542026-03-13T16:53:24.055Z Compiling icu_properties_data v2.1.2
4552026-03-13T16:53:24.222Z Compiling byteorder v1.5.0
4562026-03-13T16:53:24.225Z Compiling bitflags v2.11.0
4572026-03-13T16:53:24.225Z Compiling serde_json v1.0.149
4582026-03-13T16:53:24.309Z Compiling pest v2.8.6
4592026-03-13T16:53:24.516Z Compiling num-traits v0.2.19
4602026-03-13T16:53:24.601Z Compiling equivalent v1.0.2
4612026-03-13T16:53:24.731Z Compiling typeid v1.0.3
4622026-03-13T16:53:24.740Z Compiling hashbrown v0.16.1
4632026-03-13T16:53:24.765Z Compiling smallvec v1.15.1
4642026-03-13T16:53:24.820Z Compiling proc-macro-error-attr v1.0.4
4652026-03-13T16:53:24.871Z Compiling usdt-impl v0.5.0
4662026-03-13T16:53:25.005Z Compiling errno v0.3.14
4672026-03-13T16:53:25.005Z Compiling thread-id v4.2.2
4682026-03-13T16:53:25.092Z Compiling winnow v0.7.14
4692026-03-13T16:53:25.150Z Compiling toml_write v0.1.2
4702026-03-13T16:53:25.153Z Compiling syn v1.0.109
4712026-03-13T16:53:25.208Z Compiling erased-serde v0.4.9
4722026-03-13T16:53:25.318Z Compiling proc-macro-error v1.0.4
4732026-03-13T16:53:25.400Z Compiling syn v2.0.117
4742026-03-13T16:53:25.458Z Compiling utf8_iter v1.0.4
4752026-03-13T16:53:25.489Z Compiling camino v1.2.2
4762026-03-13T16:53:25.492Z Compiling plain v0.2.3
4772026-03-13T16:53:25.492Z Compiling thiserror v2.0.18
4782026-03-13T16:53:25.586Z Compiling getrandom v0.4.1
4792026-03-13T16:53:25.644Z Compiling indexmap v2.13.0
4802026-03-13T16:53:25.675Z Compiling utf8parse v0.2.2
4812026-03-13T16:53:25.730Z Compiling percent-encoding v2.3.2
4822026-03-13T16:53:25.739Z Compiling log v0.4.29
4832026-03-13T16:53:25.869Z Compiling anstyle-parse v0.2.7
4842026-03-13T16:53:25.946Z Compiling pest_meta v2.8.6
4852026-03-13T16:53:26.013Z Compiling form_urlencoded v1.2.2
4862026-03-13T16:53:26.132Z Compiling is_terminal_polyfill v1.70.2
4872026-03-13T16:53:26.170Z Compiling ordered-float v2.10.1
4882026-03-13T16:53:26.193Z Compiling pretty-hex v0.4.1
4892026-03-13T16:53:26.245Z Compiling anstyle v1.0.13
4902026-03-13T16:53:26.270Z Compiling cfg-if v1.0.4
4912026-03-13T16:53:26.277Z Compiling colorchoice v1.0.4
4922026-03-13T16:53:26.332Z Compiling anstyle-query v1.1.5
4932026-03-13T16:53:26.461Z Compiling fs-err v3.3.0
4942026-03-13T16:53:26.491Z Compiling terminal_size v0.4.3
4952026-03-13T16:53:26.532Z Compiling anstream v0.6.21
4962026-03-13T16:53:26.556Z Compiling clap_lex v1.0.0
4972026-03-13T16:53:26.570Z Compiling heck v0.5.0
4982026-03-13T16:53:26.570Z Compiling once_cell v1.21.3
4992026-03-13T16:53:26.663Z Compiling fastrand v2.3.0
5002026-03-13T16:53:26.691Z Compiling fnv v1.0.7
5012026-03-13T16:53:26.701Z Compiling anyhow v1.0.102
5022026-03-13T16:53:26.875Z Compiling semver v1.0.27
5032026-03-13T16:53:26.901Z Compiling bytecount v0.6.9
5042026-03-13T16:53:26.960Z Compiling strsim v0.11.1
5052026-03-13T16:53:26.965Z Compiling unicode-xid v0.2.6
5062026-03-13T16:53:26.965Z Compiling heck v0.4.1
5072026-03-13T16:53:27.043Z Compiling unicode-width v0.1.14
5082026-03-13T16:53:27.146Z Compiling tempfile v3.25.0
5092026-03-13T16:53:27.199Z Compiling clap_builder v4.5.60
5102026-03-13T16:53:27.349Z Compiling serde-untagged v0.1.9
5112026-03-13T16:53:27.431Z Compiling papergrid v0.11.0
5122026-03-13T16:53:27.461Z Compiling memmap v0.7.0
5132026-03-13T16:53:27.467Z Compiling unicode-linebreak v0.1.5
5142026-03-13T16:53:27.496Z Compiling smawk v0.3.2
5152026-03-13T16:53:27.553Z Compiling unicode-width v0.2.0
5162026-03-13T16:53:27.728Z Compiling camino-tempfile v1.4.1
5172026-03-13T16:53:27.748Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5182026-03-13T16:53:27.778Z Compiling swrite v0.1.0
5192026-03-13T16:53:27.877Z Compiling textwrap v0.16.2
5202026-03-13T16:53:28.274Z Compiling tabled_derive v0.7.0
5212026-03-13T16:53:29.067Z Compiling synstructure v0.13.2
5222026-03-13T16:53:29.067Z Compiling pest_generator v2.8.6
5232026-03-13T16:53:29.158Z Compiling tabled v0.15.0
5242026-03-13T16:53:29.777Z Compiling serde_derive v1.0.228
5252026-03-13T16:53:29.777Z Compiling zerofrom-derive v0.1.6
5262026-03-13T16:53:29.782Z Compiling yoke-derive v0.8.1
5272026-03-13T16:53:29.782Z Compiling zerovec-derive v0.11.2
5282026-03-13T16:53:29.876Z Compiling displaydoc v0.2.5
5292026-03-13T16:53:29.904Z Compiling thiserror-impl v1.0.69
5302026-03-13T16:53:29.907Z Compiling zerocopy-derive v0.7.35
5312026-03-13T16:53:29.934Z Compiling pest_derive v2.8.6
5322026-03-13T16:53:29.936Z Compiling scroll_derive v0.12.1
5332026-03-13T16:53:29.989Z Compiling thiserror-impl v2.0.18
5342026-03-13T16:53:30.081Z Compiling clap_derive v4.5.55
5352026-03-13T16:53:30.810Z Compiling scroll v0.12.0
5362026-03-13T16:53:31.017Z Compiling zerocopy v0.7.35
5372026-03-13T16:53:31.104Z Compiling goblin v0.8.2
5382026-03-13T16:53:31.181Z Compiling zerofrom v0.1.6
5392026-03-13T16:53:31.325Z Compiling yoke v0.8.1
5402026-03-13T16:53:31.405Z Compiling dtrace-parser v0.2.0
5412026-03-13T16:53:31.527Z Compiling zerovec v0.11.5
5422026-03-13T16:53:31.527Z Compiling zerotrie v0.2.3
5432026-03-13T16:53:31.853Z Compiling clap v4.5.60
5442026-03-13T16:53:32.124Z Compiling tinystr v0.8.2
5452026-03-13T16:53:32.124Z Compiling potential_utf v0.1.4
5462026-03-13T16:53:32.286Z Compiling icu_collections v2.1.1
5472026-03-13T16:53:32.351Z Compiling icu_locale_core v2.1.1
5482026-03-13T16:53:33.117Z Compiling icu_provider v2.1.1
5492026-03-13T16:53:33.140Z Compiling dof v0.3.0
5502026-03-13T16:53:33.143Z Compiling serde_tokenstream v0.2.3
5512026-03-13T16:53:33.165Z Compiling toml_datetime v0.6.11
5522026-03-13T16:53:33.169Z Compiling serde_spanned v0.6.9
5532026-03-13T16:53:33.188Z Compiling serde-value v0.7.0
5542026-03-13T16:53:33.191Z Compiling cargo-platform v0.2.0
5552026-03-13T16:53:33.191Z Compiling macaddr v1.0.1
5562026-03-13T16:53:33.416Z Compiling toml_edit v0.22.27
5572026-03-13T16:53:33.440Z Compiling icu_properties v2.1.2
5582026-03-13T16:53:33.440Z Compiling icu_normalizer v2.1.1
5592026-03-13T16:53:34.062Z Compiling usdt-attr-macro v0.5.0
5602026-03-13T16:53:34.064Z Compiling usdt-macro v0.5.0
5612026-03-13T16:53:34.606Z Compiling idna_adapter v1.2.1
5622026-03-13T16:53:34.734Z Compiling idna v1.1.0
5632026-03-13T16:53:34.854Z Compiling usdt v0.5.0
5642026-03-13T16:53:35.066Z Compiling url v2.5.8
5652026-03-13T16:53:35.184Z Compiling toml v0.8.23
5662026-03-13T16:53:35.635Z Compiling cargo-util-schemas v0.8.2
5672026-03-13T16:53:35.635Z Compiling cargo_toml v0.21.0
5682026-03-13T16:53:36.760Z Compiling cargo_metadata v0.21.0
5692026-03-13T16:53:38.015Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5702026-03-13T16:53:40.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.09s
5712026-03-13T16:53:41.207Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5722026-03-13T16:53:41.913Z Downloading crates ...
5732026-03-13T16:53:42.026Z Downloaded adler2 v2.0.1
5742026-03-13T16:53:42.037Z Downloaded cobs v0.3.0
5752026-03-13T16:53:42.040Z Downloaded array-init v0.0.4
5762026-03-13T16:53:42.043Z Downloaded aead v0.5.2
5772026-03-13T16:53:42.047Z Downloaded ciborium-io v0.2.2
5782026-03-13T16:53:42.051Z Downloaded darling_macro v0.21.3
5792026-03-13T16:53:42.053Z Downloaded critical-section v1.2.0
5802026-03-13T16:53:42.056Z Downloaded constant_time_eq v0.4.2
5812026-03-13T16:53:42.060Z Downloaded bitfield-struct v0.6.2
5822026-03-13T16:53:42.065Z Downloaded bit-vec v0.8.0
5832026-03-13T16:53:42.068Z Downloaded darling_macro v0.20.11
5842026-03-13T16:53:42.128Z Downloaded defmt v0.3.100
5852026-03-13T16:53:42.128Z Downloaded cargo_metadata v0.19.2
5862026-03-13T16:53:42.128Z Downloaded fixedbitset v0.4.2
5872026-03-13T16:53:42.128Z Downloaded console v0.16.2
5882026-03-13T16:53:42.128Z Downloaded bcrypt-pbkdf v0.10.0
5892026-03-13T16:53:42.128Z Downloaded flagset v0.4.7
5902026-03-13T16:53:42.128Z Downloaded derive_builder_macro v0.20.2
5912026-03-13T16:53:42.128Z Downloaded document-features v0.2.12
5922026-03-13T16:53:42.128Z Downloaded embedded-io v0.6.1
5932026-03-13T16:53:42.128Z Downloaded dof v0.4.0
5942026-03-13T16:53:42.129Z Downloaded diesel_table_macro_syntax v0.2.0
5952026-03-13T16:53:42.129Z Downloaded env_filter v1.0.0
5962026-03-13T16:53:42.129Z Downloaded arrayref v0.3.9
5972026-03-13T16:53:42.133Z Downloaded foreign-types-shared v0.1.1
5982026-03-13T16:53:42.133Z Downloaded foreign-types v0.3.2
5992026-03-13T16:53:42.133Z Downloaded dirs-next v2.0.0
6002026-03-13T16:53:42.133Z Downloaded fd-lock v4.0.4
6012026-03-13T16:53:42.133Z Downloaded foreign-types-macros v0.2.3
6022026-03-13T16:53:42.133Z Downloaded float-cmp v0.10.0
6032026-03-13T16:53:42.139Z Downloaded daft-derive v0.1.5
6042026-03-13T16:53:42.143Z Downloaded float-ord v0.3.2
6052026-03-13T16:53:42.148Z Downloaded crc8 v0.1.1
6062026-03-13T16:53:42.151Z Downloaded crc v3.4.0
6072026-03-13T16:53:42.151Z Downloaded cfg_aliases v0.1.1
6082026-03-13T16:53:42.154Z Downloaded dtrace-parser v0.3.0
6092026-03-13T16:53:42.158Z Downloaded bit-set v0.8.0
6102026-03-13T16:53:42.161Z Downloaded futures-io v0.3.32
6112026-03-13T16:53:42.164Z Downloaded futures-core v0.3.32
6122026-03-13T16:53:42.166Z Downloaded ghash v0.5.1
6132026-03-13T16:53:42.170Z Downloaded dunce v1.0.5
6142026-03-13T16:53:42.174Z Downloaded bcs v0.1.6
6152026-03-13T16:53:42.178Z Downloaded either v1.15.0
6162026-03-13T16:53:42.181Z Downloaded filetime v0.2.27
6172026-03-13T16:53:42.181Z Downloaded git-stub v1.0.0
6182026-03-13T16:53:42.184Z Downloaded find-msvc-tools v0.1.9
6192026-03-13T16:53:42.187Z Downloaded hex-literal v0.4.1
6202026-03-13T16:53:42.190Z Downloaded fixedbitset v0.5.7
6212026-03-13T16:53:42.194Z Downloaded erased-serde v0.3.31
6222026-03-13T16:53:42.197Z Downloaded ena v0.14.4
6232026-03-13T16:53:42.200Z Downloaded globwalk v0.9.1
6242026-03-13T16:53:42.203Z Downloaded hex v0.4.3
6252026-03-13T16:53:42.207Z Downloaded bitfield v0.19.4
6262026-03-13T16:53:42.210Z Downloaded hash32 v0.3.1
6272026-03-13T16:53:42.212Z Downloaded defmt v1.0.1
6282026-03-13T16:53:42.217Z Downloaded env_logger v0.11.9
6292026-03-13T16:53:42.221Z Downloaded ff v0.13.1
6302026-03-13T16:53:42.224Z Downloaded derive-ex v0.1.8
6312026-03-13T16:53:42.227Z Downloaded colored v3.1.1
6322026-03-13T16:53:42.231Z Downloaded hubpack v0.1.2
6332026-03-13T16:53:42.235Z Downloaded ident_case v1.0.1
6342026-03-13T16:53:42.237Z Downloaded hostname v0.3.1
6352026-03-13T16:53:42.240Z Downloaded http-body v1.0.1
6362026-03-13T16:53:42.243Z Downloaded globset v0.4.18
6372026-03-13T16:53:42.245Z Downloaded hyper-tls v0.6.0
6382026-03-13T16:53:42.248Z Downloaded indoc v1.0.9
6392026-03-13T16:53:42.253Z Downloaded derive_builder_core v0.20.2
6402026-03-13T16:53:42.256Z Downloaded drift v0.1.3
6412026-03-13T16:53:42.262Z Downloaded const_format_proc_macros v0.2.34
6422026-03-13T16:53:42.266Z Downloaded cargo_toml v0.22.3
6432026-03-13T16:53:42.269Z Downloaded bzip2 v0.4.4
6442026-03-13T16:53:42.272Z Downloaded is-terminal v0.4.17
6452026-03-13T16:53:42.274Z Downloaded internet-checksum v0.2.1
6462026-03-13T16:53:42.277Z Downloaded highway v1.3.0
6472026-03-13T16:53:42.280Z Downloaded cookie v0.18.1
6482026-03-13T16:53:42.298Z Downloaded lru-slab v0.1.2
6492026-03-13T16:53:42.302Z Downloaded darling v0.21.3
6502026-03-13T16:53:42.306Z Downloaded multimap v0.10.1
6512026-03-13T16:53:42.309Z Downloaded futures-executor v0.3.32
6522026-03-13T16:53:42.312Z Downloaded crossbeam-epoch v0.9.18
6532026-03-13T16:53:42.315Z Downloaded half v1.8.3
6542026-03-13T16:53:42.319Z Downloaded instant v0.1.13
6552026-03-13T16:53:42.322Z Downloaded ingot-types v0.1.2
6562026-03-13T16:53:42.325Z Downloaded maybe-uninit v2.0.0
6572026-03-13T16:53:42.328Z Downloaded match_cfg v0.1.0
6582026-03-13T16:53:42.331Z Downloaded lzss v0.8.2
6592026-03-13T16:53:42.334Z Downloaded mime v0.3.17
6602026-03-13T16:53:42.338Z Downloaded newline-converter v0.3.0
6612026-03-13T16:53:42.339Z Downloaded humantime v2.3.0
6622026-03-13T16:53:42.342Z Downloaded ingot v0.1.1
6632026-03-13T16:53:42.345Z Downloaded backon v1.6.0
6642026-03-13T16:53:42.348Z Downloaded derive-where v1.6.0
6652026-03-13T16:53:42.351Z Downloaded nibble_vec v0.1.0
6662026-03-13T16:53:42.354Z Downloaded nonempty v0.12.0
6672026-03-13T16:53:42.357Z Downloaded normalize-line-endings v0.3.0
6682026-03-13T16:53:42.359Z Downloaded num-conv v0.2.0
6692026-03-13T16:53:42.366Z Downloaded crypto-bigint v0.5.5
6702026-03-13T16:53:42.368Z Downloaded linear-map v1.2.0
6712026-03-13T16:53:42.371Z Downloaded num-derive v0.4.2
6722026-03-13T16:53:42.374Z Downloaded num_enum_derive v0.5.11
6732026-03-13T16:53:42.378Z Downloaded num-iter v0.1.45
6742026-03-13T16:53:42.382Z Downloaded num-derive v0.3.3
6752026-03-13T16:53:42.382Z Downloaded ingot-macros v0.1.1
6762026-03-13T16:53:42.385Z Downloaded iana-time-zone v0.1.65
6772026-03-13T16:53:42.388Z Downloaded openssl-probe v0.2.1
6782026-03-13T16:53:42.390Z Downloaded compact_str v0.8.1
6792026-03-13T16:53:42.393Z Downloaded getrandom v0.3.4
6802026-03-13T16:53:42.398Z Downloaded openssl-probe v0.1.6
6812026-03-13T16:53:42.401Z Downloaded httparse v1.10.1
6822026-03-13T16:53:42.404Z Downloaded md-5 v0.10.6
6832026-03-13T16:53:42.407Z Downloaded multer v3.1.0
6842026-03-13T16:53:42.411Z Downloaded openssl-macros v0.1.1
6852026-03-13T16:53:42.414Z Downloaded num-complex v0.4.6
6862026-03-13T16:53:42.414Z Downloaded olpc-cjson v0.1.4
6872026-03-13T16:53:42.417Z Downloaded lock_api v0.4.14
6882026-03-13T16:53:42.420Z Downloaded nanorand v0.7.0
6892026-03-13T16:53:42.423Z Downloaded diff v0.1.13
6902026-03-13T16:53:42.426Z Downloaded darling_core v0.23.0
6912026-03-13T16:53:42.431Z Downloaded opaque-debug v0.3.1
6922026-03-13T16:53:42.434Z Downloaded hyper-staticfile v0.10.1
6932026-03-13T16:53:42.437Z Downloaded oso-derive v0.27.3
6942026-03-13T16:53:42.437Z Downloaded path-slash v0.1.5
6952026-03-13T16:53:42.440Z Downloaded pbkdf2 v0.11.0
6962026-03-13T16:53:42.442Z Downloaded ignore v0.4.25
6972026-03-13T16:53:42.445Z Downloaded num_enum_derive v0.7.5
6982026-03-13T16:53:42.448Z Downloaded num_enum v0.7.5
6992026-03-13T16:53:42.452Z Downloaded phf_shared v0.12.1
7002026-03-13T16:53:42.461Z Downloaded phf_shared v0.11.3
7012026-03-13T16:53:42.466Z Downloaded parse-size v1.1.0
7022026-03-13T16:53:42.466Z Downloaded pin-utils v0.1.0
7032026-03-13T16:53:42.469Z Downloaded darling_core v0.21.3
7042026-03-13T16:53:42.474Z Downloaded headers v0.4.1
7052026-03-13T16:53:42.477Z Downloaded bumpalo v3.20.2
7062026-03-13T16:53:42.479Z Downloaded predicates-tree v1.0.13
7072026-03-13T16:53:42.482Z Downloaded mime_guess v2.0.5
7082026-03-13T16:53:42.485Z Downloaded litrs v1.0.0
7092026-03-13T16:53:42.487Z Downloaded precomputed-hash v0.1.1
7102026-03-13T16:53:42.490Z Downloaded phf_shared v0.13.1
7112026-03-13T16:53:42.493Z Downloaded darling_core v0.20.11
7122026-03-13T16:53:42.496Z Downloaded predicates-core v1.0.10
7132026-03-13T16:53:42.501Z Downloaded progenitor-client v0.11.2
7142026-03-13T16:53:42.507Z Downloaded proc-macro-crate v1.3.1
7152026-03-13T16:53:42.507Z Downloaded powerfmt v0.2.0
7162026-03-13T16:53:42.507Z Downloaded paste v1.0.15
7172026-03-13T16:53:42.510Z Downloaded flume v0.11.1
7182026-03-13T16:53:42.513Z Downloaded derive_more v2.1.1
7192026-03-13T16:53:42.521Z Downloaded quick-error v1.2.3
7202026-03-13T16:53:42.524Z Downloaded psl-types v2.0.11
7212026-03-13T16:53:42.527Z Downloaded phf v0.12.1
7222026-03-13T16:53:42.529Z Downloaded indicatif v0.18.4
7232026-03-13T16:53:42.532Z Downloaded password-hash v0.5.0
7242026-03-13T16:53:42.534Z Downloaded libbz2-rs-sys v0.2.2
7252026-03-13T16:53:42.537Z Downloaded pem v3.0.6
7262026-03-13T16:53:42.540Z Downloaded pin-project-lite v0.2.17
7272026-03-13T16:53:42.544Z Downloaded radium v0.7.0
7282026-03-13T16:53:42.546Z Downloaded ref-cast-impl v1.0.25
7292026-03-13T16:53:42.550Z Downloaded rand_xorshift v0.4.0
7302026-03-13T16:53:42.550Z Downloaded polyval v0.6.2
7312026-03-13T16:53:42.553Z Downloaded rand_chacha v0.3.1
7322026-03-13T16:53:42.558Z Downloaded poly1305 v0.8.0
7332026-03-13T16:53:42.561Z Downloaded pkg-config v0.3.32
7342026-03-13T16:53:42.561Z Downloaded pin-project-internal v1.1.11
7352026-03-13T16:53:42.563Z Downloaded heapless v0.7.17
7362026-03-13T16:53:42.566Z Downloaded recursive-proc-macro-impl v0.1.1
7372026-03-13T16:53:42.569Z Downloaded progenitor v0.11.2
7382026-03-13T16:53:42.573Z Downloaded omicron-zone-package v0.12.2
7392026-03-13T16:53:42.576Z Downloaded russh-cryptovec v0.7.3
7402026-03-13T16:53:42.576Z Downloaded pkcs8 v0.10.2
7412026-03-13T16:53:42.579Z Downloaded ref-cast v1.0.25
7422026-03-13T16:53:42.581Z Downloaded crossbeam-channel v0.5.15
7432026-03-13T16:53:42.585Z Downloaded progenitor-macro v0.11.2
7442026-03-13T16:53:42.588Z Downloaded progenitor-extras v0.1.1
7452026-03-13T16:53:42.590Z Downloaded parking_lot v0.12.5
7462026-03-13T16:53:42.595Z Downloaded rustc-hash v2.1.1
7472026-03-13T16:53:42.598Z Downloaded derive_more-impl v2.1.1
7482026-03-13T16:53:42.600Z Downloaded rtoolbox v0.0.3
7492026-03-13T16:53:42.600Z Downloaded parse-display-derive v0.10.0
7502026-03-13T16:53:42.603Z Downloaded owo-colors v4.3.0
7512026-03-13T16:53:42.606Z Downloaded progenitor v0.13.0
7522026-03-13T16:53:42.608Z Downloaded rustc_version v0.4.1
7532026-03-13T16:53:42.608Z Downloaded rustc_version v0.1.7
7542026-03-13T16:53:42.611Z Downloaded pkcs1 v0.7.5
7552026-03-13T16:53:42.615Z Downloaded progenitor v0.10.0
7562026-03-13T16:53:42.618Z Downloaded proc-macro-error2 v2.0.1
7572026-03-13T16:53:42.620Z Downloaded rand_core v0.10.0
7582026-03-13T16:53:42.620Z Downloaded aho-corasick v1.1.4
7592026-03-13T16:53:42.625Z Downloaded p256 v0.13.2
7602026-03-13T16:53:42.629Z Downloaded oso v0.27.3
7612026-03-13T16:53:42.634Z Downloaded rand_core v0.9.5
7622026-03-13T16:53:42.637Z Downloaded r2d2 v0.8.10
7632026-03-13T16:53:42.637Z Downloaded scheduled-thread-pool v0.2.7
7642026-03-13T16:53:42.640Z Downloaded sapling-renderdag v0.1.0
7652026-03-13T16:53:42.640Z Downloaded salsa20 v0.10.2
7662026-03-13T16:53:42.643Z Downloaded scrypt v0.11.0
7672026-03-13T16:53:42.645Z Downloaded scroll_derive v0.13.1
7682026-03-13T16:53:42.648Z Downloaded rand_core v0.6.4
7692026-03-13T16:53:42.651Z Downloaded rand_chacha v0.9.0
7702026-03-13T16:53:42.651Z Downloaded hickory-resolver v0.25.2
7712026-03-13T16:53:42.654Z Downloaded rand_seeder v0.4.0
7722026-03-13T16:53:42.657Z Downloaded same-file v1.0.6
7732026-03-13T16:53:42.660Z Downloaded heapless v0.8.0
7742026-03-13T16:53:42.663Z Downloaded psm v0.1.30
7752026-03-13T16:53:42.665Z Downloaded ppv-lite86 v0.2.21
7762026-03-13T16:53:42.668Z Downloaded postgres-types v0.2.12
7772026-03-13T16:53:42.671Z Downloaded semver v0.1.20
7782026-03-13T16:53:42.674Z Downloaded secrecy v0.10.3
7792026-03-13T16:53:42.675Z Downloaded scopeguard v1.2.0
7802026-03-13T16:53:42.677Z Downloaded papergrid v0.17.0
7812026-03-13T16:53:42.680Z Downloaded secrecy v0.8.0
7822026-03-13T16:53:42.683Z Downloaded ed25519-dalek v2.2.0
7832026-03-13T16:53:42.685Z Downloaded serde_repr v0.1.20
7842026-03-13T16:53:42.688Z Downloaded serde_bytes v0.11.19
7852026-03-13T16:53:42.690Z Downloaded serde-big-array v0.5.1
7862026-03-13T16:53:42.693Z Downloaded aes v0.8.4
7872026-03-13T16:53:42.695Z Downloaded sha1 v0.10.6
7882026-03-13T16:53:42.698Z Downloaded serde_urlencoded v0.7.1
7892026-03-13T16:53:42.698Z Downloaded serde_plain v1.0.2
7902026-03-13T16:53:42.701Z Downloaded shell-words v1.1.1
7912026-03-13T16:53:42.705Z Downloaded pin-project v1.1.11
7922026-03-13T16:53:42.711Z Downloaded signal-hook-tokio v0.3.1
7932026-03-13T16:53:42.716Z Downloaded signal-hook-mio v0.2.5
7942026-03-13T16:53:42.720Z Downloaded signature v2.2.0
7952026-03-13T16:53:42.720Z Downloaded rustls-pemfile v2.2.0
7962026-03-13T16:53:42.720Z Downloaded quinn-udp v0.5.14
7972026-03-13T16:53:42.723Z Downloaded rusty-fork v0.3.1
7982026-03-13T16:53:42.723Z Downloaded slog-bunyan v2.5.0
7992026-03-13T16:53:42.725Z Downloaded rustversion v1.0.22
8002026-03-13T16:53:42.728Z Downloaded rustls-pemfile v1.0.4
8012026-03-13T16:53:42.731Z Downloaded rustls-native-certs v0.8.3
8022026-03-13T16:53:42.737Z Downloaded scroll v0.13.0
8032026-03-13T16:53:42.737Z Downloaded pkcs5 v0.7.1
8042026-03-13T16:53:42.740Z Downloaded hashbrown v0.12.3
8052026-03-13T16:53:42.743Z Downloaded sigpipe v0.1.3
8062026-03-13T16:53:42.743Z Downloaded slog-envlogger v2.2.0
8072026-03-13T16:53:42.746Z Downloaded progenitor-impl v0.10.0
8082026-03-13T16:53:42.750Z Downloaded progenitor-impl v0.11.2
8092026-03-13T16:53:42.754Z Downloaded seq-macro v0.3.6
8102026-03-13T16:53:42.754Z Downloaded postcard v1.1.3
8112026-03-13T16:53:42.757Z Downloaded schemars_derive v0.8.22
8122026-03-13T16:53:42.757Z Downloaded prefix-trie v0.7.0
8132026-03-13T16:53:42.759Z Downloaded resolv-conf v0.7.6
8142026-03-13T16:53:42.762Z Downloaded aes-gcm v0.10.3
8152026-03-13T16:53:42.765Z Downloaded crossterm v0.28.1
8162026-03-13T16:53:42.769Z Downloaded ssh-encoding v0.2.0
8172026-03-13T16:53:42.772Z Downloaded ssh-cipher v0.2.0
8182026-03-13T16:53:42.775Z Downloaded sqlparser_derive v0.5.0
8192026-03-13T16:53:42.775Z Downloaded serde_spanned v1.0.4
8202026-03-13T16:53:42.778Z Downloaded serde-hex v0.1.0
8212026-03-13T16:53:42.778Z Downloaded sec1 v0.7.3
8222026-03-13T16:53:42.781Z Downloaded serde_derive_internals v0.29.1
8232026-03-13T16:53:42.783Z Downloaded rustls-pki-types v1.14.0
8242026-03-13T16:53:42.783Z Downloaded primeorder v0.13.6
8252026-03-13T16:53:42.786Z Downloaded serde_path_to_error v0.1.20
8262026-03-13T16:53:42.789Z Downloaded strum v0.26.3
8272026-03-13T16:53:42.789Z Downloaded shlex v1.3.0
8282026-03-13T16:53:42.792Z Downloaded hashbrown v0.13.2
8292026-03-13T16:53:42.795Z Downloaded jiff-static v0.2.21
8302026-03-13T16:53:42.799Z Downloaded prettyplease v0.2.37
8312026-03-13T16:53:42.803Z Downloaded parking_lot_core v0.9.12
8322026-03-13T16:53:42.806Z Downloaded structmeta-derive v0.3.0
8332026-03-13T16:53:42.806Z Downloaded strum v0.27.2
8342026-03-13T16:53:42.806Z Downloaded structmeta v0.3.0
8352026-03-13T16:53:42.806Z Downloaded strip-ansi-escapes v0.2.1
8362026-03-13T16:53:42.809Z Downloaded sync_wrapper v1.0.2
8372026-03-13T16:53:42.809Z Downloaded take_mut v0.2.2
8382026-03-13T16:53:42.813Z Downloaded supports-color v3.0.2
8392026-03-13T16:53:42.813Z Downloaded signal-hook-registry v1.4.8
8402026-03-13T16:53:42.813Z Downloaded russh-keys v0.45.0
8412026-03-13T16:53:42.817Z Downloaded itertools v0.10.5
8422026-03-13T16:53:42.820Z Downloaded rcgen v0.12.1
8432026-03-13T16:53:42.823Z Downloaded simd-adler32 v0.3.8
8442026-03-13T16:53:42.825Z Downloaded snafu-derive v0.8.9
8452026-03-13T16:53:42.828Z Downloaded tap v1.0.1
8462026-03-13T16:53:42.828Z Downloaded sync-ptr v0.1.4
8472026-03-13T16:53:42.831Z Downloaded tagptr v0.2.0
8482026-03-13T16:53:42.831Z Downloaded tabwriter v1.4.1
8492026-03-13T16:53:42.833Z Downloaded tabled_derive v0.11.0
8502026-03-13T16:53:42.833Z Downloaded smf v0.2.3
8512026-03-13T16:53:42.836Z Downloaded slog-term v2.9.2
8522026-03-13T16:53:42.839Z Downloaded slog-stdlog v4.1.1
8532026-03-13T16:53:42.841Z Downloaded slog-json v2.6.1
8542026-03-13T16:53:42.841Z Downloaded thread-id v5.1.0
8552026-03-13T16:53:42.844Z Downloaded thiserror-impl-no-std v2.0.2
8562026-03-13T16:53:42.844Z Downloaded openssl-sys v0.9.111
8572026-03-13T16:53:42.848Z Downloaded termtree v0.5.1
8582026-03-13T16:53:42.851Z Downloaded rustls-platform-verifier v0.6.2
8592026-03-13T16:53:42.854Z Downloaded stacker v0.1.23
8602026-03-13T16:53:42.858Z Downloaded time-core v0.1.8
8612026-03-13T16:53:42.861Z Downloaded rayon-core v1.13.0
8622026-03-13T16:53:42.861Z Downloaded spki v0.7.3
8632026-03-13T16:53:42.863Z Downloaded serde_cbor v0.11.2
8642026-03-13T16:53:42.866Z Downloaded static_assertions v1.1.0
8652026-03-13T16:53:42.866Z Downloaded hyper-util v0.1.20
8662026-03-13T16:53:42.870Z Downloaded nom v7.1.3
8672026-03-13T16:53:42.876Z Downloaded support-bundle-viewer v0.1.2
8682026-03-13T16:53:42.878Z Downloaded sct v0.7.1
8692026-03-13T16:53:42.881Z Downloaded serde_with_macros v3.17.0
8702026-03-13T16:53:42.884Z Downloaded string_cache v0.8.9
8712026-03-13T16:53:42.884Z Downloaded strum_macros v0.27.2
8722026-03-13T16:53:42.888Z Downloaded tinyvec_macros v0.1.1
8732026-03-13T16:53:42.888Z Downloaded publicsuffix v2.3.0
8742026-03-13T16:53:42.891Z Downloaded strum_macros v0.26.4
8752026-03-13T16:53:42.893Z Downloaded num-bigint v0.4.6
8762026-03-13T16:53:42.896Z Downloaded stringprep v0.1.5
8772026-03-13T16:53:42.896Z Downloaded schemars v0.8.22
8782026-03-13T16:53:42.905Z Downloaded sqlformat v0.3.5
8792026-03-13T16:53:42.908Z Downloaded ryu v1.0.23
8802026-03-13T16:53:42.911Z Downloaded slog-dtrace v0.3.0
8812026-03-13T16:53:42.911Z Downloaded mio v1.1.1
8822026-03-13T16:53:42.916Z Downloaded thread_local v1.1.9
8832026-03-13T16:53:42.918Z Downloaded termios v0.3.3
8842026-03-13T16:53:42.921Z Downloaded pretty_assertions v1.4.1
8852026-03-13T16:53:42.921Z Downloaded time-macros v0.2.27
8862026-03-13T16:53:42.924Z Downloaded topological-sort v0.2.2
8872026-03-13T16:53:42.926Z Downloaded minimal-lexical v0.2.1
8882026-03-13T16:53:42.929Z Downloaded trait-variant v0.1.2
8892026-03-13T16:53:42.929Z Downloaded try-lock v0.2.5
8902026-03-13T16:53:42.935Z Downloaded tower-service v0.3.3
8912026-03-13T16:53:42.935Z Downloaded tower-layer v0.3.3
8922026-03-13T16:53:42.935Z Downloaded libxml v0.3.3
8932026-03-13T16:53:42.984Z Downloaded thiserror-no-std v2.0.2
8942026-03-13T16:53:42.984Z Downloaded typify-macro v0.6.1
8952026-03-13T16:53:42.984Z Downloaded iddqd v0.3.17
8962026-03-13T16:53:42.984Z Downloaded strum_macros v0.24.3
8972026-03-13T16:53:42.984Z Downloaded spin v0.9.8
8982026-03-13T16:53:42.984Z Downloaded universal-hash v0.5.1
8992026-03-13T16:53:42.984Z Downloaded tiny-keccak v2.0.2
9002026-03-13T16:53:42.984Z Downloaded quinn v0.11.9
9012026-03-13T16:53:42.984Z Downloaded tokio-macros v2.6.0
9022026-03-13T16:53:42.985Z Downloaded rand v0.8.5
9032026-03-13T16:53:42.985Z Downloaded itertools v0.12.1
9042026-03-13T16:53:42.985Z Downloaded typify-macro v0.4.3
9052026-03-13T16:53:42.985Z Downloaded tokio-dtrace v0.1.1
9062026-03-13T16:53:42.985Z Downloaded tls_codec v0.4.2
9072026-03-13T16:53:42.985Z Downloaded unicode-truncate v1.1.0
9082026-03-13T16:53:42.985Z Downloaded socket2 v0.5.10
9092026-03-13T16:53:42.985Z Downloaded untrusted v0.9.0
9102026-03-13T16:53:42.985Z Downloaded untrusted v0.7.1
9112026-03-13T16:53:42.985Z Downloaded unit-prefix v0.5.2
9122026-03-13T16:53:42.985Z Downloaded tokio-native-tls v0.3.1
9132026-03-13T16:53:42.989Z Downloaded socket2 v0.6.2
9142026-03-13T16:53:42.989Z Downloaded tokio-tungstenite v0.21.0
9152026-03-13T16:53:42.989Z Downloaded tokio-rustls v0.25.0
9162026-03-13T16:53:42.989Z Downloaded futures-util v0.3.32
9172026-03-13T16:53:42.992Z Downloaded toml_writer v1.0.6+spec-1.1.0
9182026-03-13T16:53:42.995Z Downloaded usdt-attr-macro v0.6.0
9192026-03-13T16:53:42.995Z Downloaded usdt v0.6.0
9202026-03-13T16:53:42.995Z Downloaded tokio-tungstenite v0.23.1
9212026-03-13T16:53:42.998Z Downloaded serde_yaml v0.9.34+deprecated
9222026-03-13T16:53:43.001Z Downloaded rand v0.9.2
9232026-03-13T16:53:43.004Z Downloaded wait-timeout v0.2.1
9242026-03-13T16:53:43.004Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9252026-03-13T16:53:43.006Z Downloaded usdt-macro v0.6.0
9262026-03-13T16:53:43.006Z Downloaded hkdf v0.12.4
9272026-03-13T16:53:43.009Z Downloaded bitvec v1.0.1
9282026-03-13T16:53:43.019Z Downloaded term v1.2.1
9292026-03-13T16:53:43.022Z Downloaded want v0.3.1
9302026-03-13T16:53:43.024Z Downloaded waitgroup v0.1.2
9312026-03-13T16:53:43.024Z Downloaded tui-tree-widget v0.23.1
9322026-03-13T16:53:43.024Z Downloaded schemars v1.2.1
9332026-03-13T16:53:43.034Z Downloaded void v1.0.2
9342026-03-13T16:53:43.037Z Downloaded tokio-rustls v0.24.1
9352026-03-13T16:53:43.038Z Downloaded iri-string v0.7.10
9362026-03-13T16:53:43.042Z Downloaded h2 v0.4.13
9372026-03-13T16:53:43.047Z Downloaded bindgen v0.71.1
9382026-03-13T16:53:43.052Z Downloaded xshell-macros v0.2.7
9392026-03-13T16:53:43.055Z Downloaded unicase v2.9.0
9402026-03-13T16:53:43.055Z Downloaded usdt-impl v0.6.0
9412026-03-13T16:53:43.058Z Downloaded tls_codec_derive v0.4.2
9422026-03-13T16:53:43.058Z Downloaded itertools v0.13.0
9432026-03-13T16:53:43.063Z Downloaded xattr v1.6.1
9442026-03-13T16:53:43.066Z Downloaded uzers v0.12.2
9452026-03-13T16:53:43.066Z Downloaded zone v0.3.1
9462026-03-13T16:53:43.069Z Downloaded zeroize_derive v1.4.3
9472026-03-13T16:53:43.069Z Downloaded rustls-webpki v0.103.9
9482026-03-13T16:53:43.072Z Downloaded tokio-rustls v0.26.4
9492026-03-13T16:53:43.072Z Downloaded twox-hash v2.1.2
9502026-03-13T16:53:43.074Z Downloaded samael v0.0.19
9512026-03-13T16:53:43.079Z Downloaded slog v2.8.2
9522026-03-13T16:53:43.081Z Downloaded subprocess v0.2.15
9532026-03-13T16:53:43.085Z Downloaded tokio-stream v0.1.18
9542026-03-13T16:53:43.088Z Downloaded walkdir v2.5.0
9552026-03-13T16:53:43.090Z Downloaded toml_parser v1.0.9+spec-1.1.0
9562026-03-13T16:53:43.090Z Downloaded snafu v0.8.9
9572026-03-13T16:53:43.094Z Downloaded zone_cfg_derive v0.3.1
9582026-03-13T16:53:43.097Z Downloaded utf-8 v0.7.6
9592026-03-13T16:53:43.097Z Downloaded tar v0.4.44
9602026-03-13T16:53:43.100Z Downloaded schemars v0.9.0
9612026-03-13T16:53:43.107Z Downloaded zeroize v1.8.2
9622026-03-13T16:53:43.110Z Downloaded vergen-git2 v1.0.7
9632026-03-13T16:53:43.110Z Downloaded russh v0.45.0
9642026-03-13T16:53:43.114Z Downloaded rsa v0.9.10
9652026-03-13T16:53:43.117Z Downloaded vergen-lib v0.1.6
9662026-03-13T16:53:43.121Z Downloaded vsss-rs v3.3.4
9672026-03-13T16:53:43.126Z Downloaded p521 v0.13.3
9682026-03-13T16:53:43.126Z Downloaded tracing-attributes v0.1.31
9692026-03-13T16:53:43.129Z Downloaded hyper v1.8.1
9702026-03-13T16:53:43.133Z Downloaded libm v0.2.16
9712026-03-13T16:53:43.138Z Downloaded unicode-properties v0.1.4
9722026-03-13T16:53:43.141Z Downloaded tungstenite v0.21.0
9732026-03-13T16:53:43.144Z Downloaded rand v0.10.0
9742026-03-13T16:53:43.147Z Downloaded wyz v0.5.1
9752026-03-13T16:53:43.147Z Downloaded whoami v2.1.0
9762026-03-13T16:53:43.150Z Downloaded whoami v1.6.1
9772026-03-13T16:53:43.150Z Downloaded xz2 v0.1.7
9782026-03-13T16:53:43.153Z Downloaded xshell v0.2.7
9792026-03-13T16:53:43.153Z Downloaded unsafe-libyaml v0.2.11
9802026-03-13T16:53:43.158Z Downloaded toml v0.9.12+spec-1.1.0
9812026-03-13T16:53:43.161Z Downloaded crossterm v0.29.0
9822026-03-13T16:53:43.164Z Downloaded yasna v0.5.2
9832026-03-13T16:53:43.166Z Downloaded uuid v1.21.0
9842026-03-13T16:53:43.166Z Downloaded tinyvec v1.10.0
9852026-03-13T16:53:43.169Z Downloaded toml v0.7.8
9862026-03-13T16:53:43.172Z Downloaded test-strategy v0.4.5
9872026-03-13T16:53:43.175Z Downloaded zstd-safe v7.2.4
9882026-03-13T16:53:43.175Z Downloaded zstd v0.13.3
9892026-03-13T16:53:43.180Z Downloaded vte v0.14.1
9902026-03-13T16:53:43.186Z Downloaded aws-lc-rs v1.16.0
9912026-03-13T16:53:43.189Z Downloaded vergen-gitcl v1.0.8
9922026-03-13T16:53:43.189Z Downloaded vergen v9.0.6
9932026-03-13T16:53:43.192Z Downloaded typify v0.4.3
9942026-03-13T16:53:43.192Z Downloaded tungstenite v0.23.0
9952026-03-13T16:53:43.195Z Downloaded tracing-core v0.1.36
9962026-03-13T16:53:43.199Z Downloaded toml_edit v0.23.10+spec-1.0.0
9972026-03-13T16:53:43.203Z Downloaded typify v0.6.1
9982026-03-13T16:53:43.203Z Downloaded unicode-bidi v0.3.18
9992026-03-13T16:53:43.206Z Downloaded tokio-postgres v0.7.16
10002026-03-13T16:53:43.209Z Downloaded zerocopy v0.6.6
10012026-03-13T16:53:43.211Z Downloaded git2 v0.20.4
10022026-03-13T16:53:43.215Z Downloaded ron v0.12.0
10032026-03-13T16:53:43.222Z Downloaded rustyline v14.0.0
10042026-03-13T16:53:43.225Z Downloaded reedline v0.40.0
10052026-03-13T16:53:43.231Z Downloaded rpassword v7.4.0
10062026-03-13T16:53:43.233Z Downloaded regex v1.12.3
10072026-03-13T16:53:43.236Z Downloaded reqwest v0.13.2
10082026-03-13T16:53:43.241Z Downloaded p384 v0.13.1
10092026-03-13T16:53:43.246Z Downloaded steno v0.4.1
10102026-03-13T16:53:43.252Z Downloaded reqwest v0.12.28
10112026-03-13T16:53:43.256Z Downloaded chrono v0.4.44
10122026-03-13T16:53:43.263Z Downloaded progenitor-impl v0.13.0
10132026-03-13T16:53:43.263Z Downloaded yansi v1.0.1
10142026-03-13T16:53:43.268Z Downloaded num-bigint-dig v0.8.6
10152026-03-13T16:53:43.268Z Downloaded itertools v0.14.0
10162026-03-13T16:53:43.271Z Downloaded lalrpop v0.19.12
10172026-03-13T16:53:43.279Z Downloaded zopfli v0.8.3
10182026-03-13T16:53:43.282Z Downloaded ssh-key v0.6.7
10192026-03-13T16:53:43.288Z Downloaded zip v0.6.6
10202026-03-13T16:53:43.290Z Downloaded rustls-webpki v0.101.7
10212026-03-13T16:53:43.301Z Downloaded toml_edit v0.19.15
10222026-03-13T16:53:43.314Z Downloaded x509-cert v0.2.5
10232026-03-13T16:53:43.319Z Downloaded unicode_categories v0.1.1
10242026-03-13T16:53:43.321Z Downloaded unicode-segmentation v1.12.0
10252026-03-13T16:53:43.324Z Downloaded tokio-util v0.7.18
10262026-03-13T16:53:43.328Z Downloaded proptest v1.10.0
10272026-03-13T16:53:43.336Z Downloaded term v0.7.0
10282026-03-13T16:53:43.340Z Downloaded blake3 v1.8.3
10292026-03-13T16:53:43.347Z Downloaded qorb v0.4.1
10302026-03-13T16:53:43.350Z Downloaded tower-http v0.6.8
10312026-03-13T16:53:43.355Z Downloaded unarray v0.1.4
10322026-03-13T16:53:43.357Z Downloaded hashbrown v0.15.5
10332026-03-13T16:53:43.360Z Downloaded portable-atomic v1.13.1
10342026-03-13T16:53:43.366Z Downloaded zerocopy-derive v0.8.40
10352026-03-13T16:53:43.373Z Downloaded serde_with v3.17.0
10362026-03-13T16:53:43.383Z Downloaded tower v0.5.3
10372026-03-13T16:53:43.390Z Downloaded typed-path v0.9.3
10382026-03-13T16:53:43.394Z Downloaded quick-xml v0.37.5
10392026-03-13T16:53:43.400Z Downloaded salty v0.3.0
10402026-03-13T16:53:43.405Z Downloaded rayon v1.11.0
10412026-03-13T16:53:43.411Z Downloaded object v0.30.4
10422026-03-13T16:53:43.419Z Downloaded quinn-proto v0.11.13
10432026-03-13T16:53:43.424Z Downloaded unicode-normalization v0.1.25
10442026-03-13T16:53:43.427Z Downloaded bstr v1.12.1
10452026-03-13T16:53:43.434Z Downloaded nix v0.27.1
10462026-03-13T16:53:43.443Z Downloaded similar v2.7.0
10472026-03-13T16:53:43.447Z Downloaded nix v0.28.0
10482026-03-13T16:53:43.455Z Downloaded zip v4.6.1
10492026-03-13T16:53:43.459Z Downloaded tough v0.20.0
10502026-03-13T16:53:43.465Z Downloaded rustls-webpki v0.102.8
10512026-03-13T16:53:43.480Z Downloaded moka v0.12.13
10522026-03-13T16:53:43.485Z Downloaded nix v0.29.0
10532026-03-13T16:53:43.494Z Downloaded rustls v0.21.12
10542026-03-13T16:53:43.503Z Downloaded zlib-rs v0.6.2
10552026-03-13T16:53:43.508Z Downloaded vcpkg v0.2.15
10562026-03-13T16:53:43.545Z Downloaded winnow v0.5.40
10572026-03-13T16:53:43.548Z Downloaded object v0.37.3
10582026-03-13T16:53:43.554Z Downloaded winnow v0.6.26
10592026-03-13T16:53:43.560Z Downloaded webpki-roots v1.0.6
10602026-03-13T16:53:43.563Z Downloaded zerocopy v0.8.40
10612026-03-13T16:53:43.570Z Downloaded rustls v0.22.4
10622026-03-13T16:53:43.580Z Downloaded smoltcp v0.11.0
10632026-03-13T16:53:43.590Z Downloaded openssl v0.10.75
10642026-03-13T16:53:43.597Z Downloaded hickory-proto v0.25.2
10652026-03-13T16:53:43.609Z Downloaded tabled v0.20.0
10662026-03-13T16:53:43.623Z Downloaded rustls v0.23.37
10672026-03-13T16:53:43.633Z Downloaded diesel v2.2.12
10682026-03-13T16:53:43.648Z Downloaded time v0.3.47
10692026-03-13T16:53:43.657Z Downloaded sqlparser v0.61.0
10702026-03-13T16:53:43.666Z Downloaded regex-syntax v0.6.29
10712026-03-13T16:53:43.670Z Downloaded dropshot v0.16.7
10722026-03-13T16:53:43.688Z Downloaded curve25519-dalek v4.1.3
10732026-03-13T16:53:43.694Z Downloaded nix v0.31.1
10742026-03-13T16:53:43.703Z Downloaded radix_trie v0.2.1
10752026-03-13T16:53:43.706Z Downloaded smoltcp v0.9.1
10762026-03-13T16:53:43.715Z Downloaded regress v0.10.5
10772026-03-13T16:53:43.722Z Downloaded regex-syntax v0.8.10
10782026-03-13T16:53:43.729Z Downloaded bzip2-sys v0.1.13+1.0.8
10792026-03-13T16:53:43.738Z Downloaded openapiv3 v2.2.0
10802026-03-13T16:53:43.746Z Downloaded regex-automata v0.4.14
10812026-03-13T16:53:43.758Z Downloaded polar-core v0.27.3
10822026-03-13T16:53:43.764Z Downloaded rustix v0.38.44
10832026-03-13T16:53:43.781Z Downloaded petname v2.0.2
10842026-03-13T16:53:43.788Z Downloaded hickory-proto v0.24.4
10852026-03-13T16:53:43.796Z Downloaded goblin v0.10.5
10862026-03-13T16:53:43.802Z Downloaded signal-hook v0.3.18
10872026-03-13T16:53:43.804Z Downloaded http v1.4.0
10882026-03-13T16:53:43.807Z Downloaded jiff v0.2.21
10892026-03-13T16:53:43.822Z Downloaded hickory-server v0.25.2
10902026-03-13T16:53:43.825Z Downloaded testing_table v0.3.0
10912026-03-13T16:53:43.827Z Downloaded chrono-tz v0.10.4
10922026-03-13T16:53:43.840Z Downloaded slab v0.4.12
10932026-03-13T16:53:43.843Z Downloaded petgraph v0.8.3
10942026-03-13T16:53:43.858Z Downloaded slog-scope v4.4.1
10952026-03-13T16:53:43.861Z Downloaded libz-sys v1.1.24
10962026-03-13T16:53:43.875Z Downloaded ron v0.8.1
10972026-03-13T16:53:43.879Z Downloaded sled v0.34.7
10982026-03-13T16:53:43.886Z Downloaded subtle v2.6.1
10992026-03-13T16:53:43.890Z Downloaded smallvec v0.6.14
11002026-03-13T16:53:43.890Z Downloaded slog-async v2.8.0
11012026-03-13T16:53:43.890Z Downloaded siphasher v1.0.2
11022026-03-13T16:53:43.893Z Downloaded parking_lot v0.11.2
11032026-03-13T16:53:43.893Z Downloaded rfc6979 v0.4.0
11042026-03-13T16:53:43.893Z Downloaded predicates v3.1.4
11052026-03-13T16:53:43.896Z Downloaded miniz_oxide v0.8.9
11062026-03-13T16:53:43.899Z Downloaded progenitor-client v0.13.0
11072026-03-13T16:53:43.899Z Downloaded postgres-protocol v0.6.10
11082026-03-13T16:53:43.900Z Downloaded expectorate v1.2.0
11092026-03-13T16:53:43.903Z Downloaded dropshot-api-manager v0.6.0
11102026-03-13T16:53:43.903Z Downloaded typify-impl v0.6.1
11112026-03-13T16:53:43.914Z Downloaded tokio v1.49.0
11122026-03-13T16:53:43.944Z Downloaded tracing v0.1.44
11132026-03-13T16:53:43.960Z Downloaded typify-impl v0.4.3
11142026-03-13T16:53:43.971Z Downloaded ratatui v0.29.0
11152026-03-13T16:53:43.986Z Downloaded recursive v0.1.1
11162026-03-13T16:53:43.990Z Downloaded peg-macros v0.8.5
11172026-03-13T16:53:43.993Z Downloaded proc-macro-crate v3.4.0
11182026-03-13T16:53:43.993Z Downloaded packed_struct v0.10.1
11192026-03-13T16:53:43.993Z Downloaded flate2 v1.1.9
11202026-03-13T16:53:43.998Z Downloaded phf v0.13.1
11212026-03-13T16:53:43.998Z Downloaded pem-rfc7468 v0.7.0
11222026-03-13T16:53:44.003Z Downloaded hickory-resolver v0.24.4
11232026-03-13T16:53:44.003Z Downloaded indexmap v1.9.3
11242026-03-13T16:53:44.006Z Downloaded oxnet v0.1.4
11252026-03-13T16:53:44.006Z Downloaded zerocopy-derive v0.6.6
11262026-03-13T16:53:44.011Z Downloaded progenitor-macro v0.10.0
11272026-03-13T16:53:44.014Z Downloaded proc-macro-error-attr2 v2.0.0
11282026-03-13T16:53:44.014Z Downloaded memmap2 v0.9.10
11292026-03-13T16:53:44.016Z Downloaded progenitor-macro v0.13.0
11302026-03-13T16:53:44.016Z Downloaded progenitor-client v0.10.0
11312026-03-13T16:53:44.016Z Downloaded peg v0.8.5
11322026-03-13T16:53:44.019Z Downloaded password-hash v0.4.2
11332026-03-13T16:53:44.023Z Downloaded parking_lot_core v0.8.6
11342026-03-13T16:53:44.024Z Downloaded oxide-tokio-rt v0.1.3
11352026-03-13T16:53:44.024Z Downloaded der v0.7.10
11362026-03-13T16:53:44.026Z Downloaded const_format v0.2.35
11372026-03-13T16:53:44.030Z Downloaded petgraph v0.6.5
11382026-03-13T16:53:44.042Z Downloaded lzma-sys v0.1.20
11392026-03-13T16:53:44.063Z Downloaded ar_archive_writer v0.5.1
11402026-03-13T16:53:44.066Z Downloaded peg-runtime v0.8.5
11412026-03-13T16:53:44.070Z Downloaded pbkdf2 v0.12.2
11422026-03-13T16:53:44.070Z Downloaded num_enum v0.5.11
11432026-03-13T16:53:44.073Z Downloaded parse-display v0.10.0
11442026-03-13T16:53:44.073Z Downloaded num-rational v0.4.2
11452026-03-13T16:53:44.073Z Downloaded num-integer v0.1.46
11462026-03-13T16:53:44.076Z Downloaded nu-ansi-term v0.50.3
11472026-03-13T16:53:44.076Z Downloaded packed_struct_codegen v0.10.1
11482026-03-13T16:53:44.076Z Downloaded libsw v3.5.0
11492026-03-13T16:53:44.078Z Downloaded base64 v0.21.7
11502026-03-13T16:53:44.081Z Downloaded crossbeam-utils v0.8.21
11512026-03-13T16:53:44.081Z Downloaded hyper-rustls v0.27.7
11522026-03-13T16:53:44.084Z Downloaded ring v0.17.14
11532026-03-13T16:53:44.114Z Downloaded diesel_derives v2.2.7
11542026-03-13T16:53:44.117Z Downloaded csv v1.4.0
11552026-03-13T16:53:44.133Z Downloaded ciborium v0.2.2
11562026-03-13T16:53:44.136Z Downloaded newtype-uuid v1.3.2
11572026-03-13T16:53:44.136Z Downloaded hmac v0.12.1
11582026-03-13T16:53:44.139Z Downloaded bytes v1.11.1
11592026-03-13T16:53:44.139Z Downloaded getrandom v0.2.17
11602026-03-13T16:53:44.174Z Downloaded futures v0.3.32
11612026-03-13T16:53:44.181Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11622026-03-13T16:53:44.181Z Downloaded cancel-safe-futures v0.1.5
11632026-03-13T16:53:44.181Z Downloaded num_threads v0.1.7
11642026-03-13T16:53:44.181Z Downloaded sha3 v0.10.8
11652026-03-13T16:53:44.181Z Downloaded native-tls v0.2.18
11662026-03-13T16:53:44.181Z Downloaded hickory-client v0.25.2
11672026-03-13T16:53:44.181Z Downloaded fatfs v0.3.6
11682026-03-13T16:53:44.181Z Downloaded half v2.7.1
11692026-03-13T16:53:44.181Z Downloaded libloading v0.8.9
11702026-03-13T16:53:44.181Z Downloaded libefi-sys v0.1.0
11712026-03-13T16:53:44.181Z Downloaded jobserver v0.1.34
11722026-03-13T16:53:44.181Z Downloaded chacha20poly1305 v0.10.1
11732026-03-13T16:53:44.181Z Downloaded lru v0.12.5
11742026-03-13T16:53:44.181Z Downloaded libsw-core v0.3.2
11752026-03-13T16:53:44.184Z Downloaded ipnetwork v0.21.1
11762026-03-13T16:53:44.184Z Downloaded ipnet v2.11.0
11772026-03-13T16:53:44.184Z Downloaded num v0.4.3
11782026-03-13T16:53:44.184Z Downloaded nodrop v0.1.14
11792026-03-13T16:53:44.184Z Downloaded newtype_derive v0.1.6
11802026-03-13T16:53:44.184Z Downloaded newtype-uuid-macros v0.1.0
11812026-03-13T16:53:44.189Z Downloaded new_debug_unreachable v1.0.6
11822026-03-13T16:53:44.189Z Downloaded impl-trait-for-tuples v0.2.3
11832026-03-13T16:53:44.189Z Downloaded crc-any v2.5.0
11842026-03-13T16:53:44.193Z Downloaded elliptic-curve v0.13.8
11852026-03-13T16:53:44.195Z Downloaded dropshot_endpoint v0.16.7
11862026-03-13T16:53:44.196Z Downloaded derive_more v0.99.20
11872026-03-13T16:53:44.199Z Downloaded cc v1.2.56
11882026-03-13T16:53:44.202Z Downloaded indoc v2.0.7
11892026-03-13T16:53:44.205Z Downloaded httpdate v1.0.3
11902026-03-13T16:53:44.205Z Downloaded group v0.13.0
11912026-03-13T16:53:44.205Z Downloaded console v0.15.11
11922026-03-13T16:53:44.209Z Downloaded darling v0.23.0
11932026-03-13T16:53:44.212Z Downloaded memoffset v0.9.1
11942026-03-13T16:53:44.212Z Downloaded md5 v0.7.0
11952026-03-13T16:53:44.212Z Downloaded maplit v1.0.2
11962026-03-13T16:53:44.212Z Downloaded managed v0.8.0
11972026-03-13T16:53:44.214Z Downloaded encoding_rs v0.8.35
11982026-03-13T16:53:44.229Z Downloaded lru-cache v0.1.2
11992026-03-13T16:53:44.232Z Downloaded linked-hash-map v0.5.6
12002026-03-13T16:53:44.232Z Downloaded libscf-sys v1.1.0
12012026-03-13T16:53:44.232Z Downloaded lazy_static v1.5.0
12022026-03-13T16:53:44.235Z Downloaded lalrpop-util v0.19.12
12032026-03-13T16:53:44.235Z Downloaded kstat-rs v0.2.4
12042026-03-13T16:53:44.235Z Downloaded keccak v0.1.6
12052026-03-13T16:53:44.235Z Downloaded is_ci v1.2.0
12062026-03-13T16:53:44.237Z Downloaded http-body-util v0.1.3
12072026-03-13T16:53:44.237Z Downloaded futures-channel v0.3.32
12082026-03-13T16:53:44.240Z Downloaded enum-as-inner v0.6.1
12092026-03-13T16:53:44.240Z Downloaded des v0.8.1
12102026-03-13T16:53:44.240Z Downloaded cookie_store v0.22.1
12112026-03-13T16:53:44.243Z Downloaded arc-swap v1.8.2
12122026-03-13T16:53:44.246Z Downloaded const-oid v0.9.6
12132026-03-13T16:53:44.246Z Downloaded inout v0.1.4
12142026-03-13T16:53:44.248Z Downloaded indent_write v2.2.0
12152026-03-13T16:53:44.248Z Downloaded git-stub-vcs v0.1.0
12162026-03-13T16:53:44.248Z Downloaded foldhash v0.1.5
12172026-03-13T16:53:44.253Z Downloaded ecdsa v0.16.9
12182026-03-13T16:53:44.253Z Downloaded allocator-api2 v0.2.21
12192026-03-13T16:53:44.256Z Downloaded instability v0.3.11
12202026-03-13T16:53:44.256Z Downloaded diesel-dtrace v0.4.2
12212026-03-13T16:53:44.256Z Downloaded darling v0.20.11
12222026-03-13T16:53:44.259Z Downloaded glob v0.3.3
12232026-03-13T16:53:44.262Z Downloaded futures-sink v0.3.32
12242026-03-13T16:53:44.262Z Downloaded home v0.5.12
12252026-03-13T16:53:44.262Z Downloaded clang-sys v1.8.1
12262026-03-13T16:53:44.264Z Downloaded hubpack_derive v0.1.1
12272026-03-13T16:53:44.264Z Downloaded http-range v0.1.5
12282026-03-13T16:53:44.264Z Downloaded hostname v0.4.2
12292026-03-13T16:53:44.264Z Downloaded libgit2-sys v0.18.3+1.9.2
12302026-03-13T16:53:44.306Z Downloaded fs-err v2.11.0
12312026-03-13T16:53:44.309Z Downloaded colored v2.2.0
12322026-03-13T16:53:44.311Z Downloaded camino-tempfile-ext v0.3.3
12332026-03-13T16:53:44.311Z Downloaded derive_builder v0.20.2
12342026-03-13T16:53:44.314Z Downloaded bit-set v0.5.3
12352026-03-13T16:53:44.314Z Downloaded hash32 v0.2.1
12362026-03-13T16:53:44.317Z Downloaded fs_extra v1.3.0
12372026-03-13T16:53:44.317Z Downloaded cbc v0.1.2
12382026-03-13T16:53:44.320Z Downloaded foreign-types-shared v0.3.1
12392026-03-13T16:53:44.320Z Downloaded convert_case v0.10.0
12402026-03-13T16:53:44.320Z Downloaded cexpr v0.6.0
12412026-03-13T16:53:44.323Z Downloaded bit-vec v0.6.3
12422026-03-13T16:53:44.323Z Downloaded ed25519 v2.2.3
12432026-03-13T16:53:44.323Z Downloaded cmake v0.1.57
12442026-03-13T16:53:44.326Z Downloaded async-trait v0.1.89
12452026-03-13T16:53:44.328Z Downloaded headers-core v0.3.0
12462026-03-13T16:53:44.328Z Downloaded foldhash v0.2.0
12472026-03-13T16:53:44.328Z Downloaded gethostname v0.5.0
12482026-03-13T16:53:44.328Z Downloaded fxhash v0.2.1
12492026-03-13T16:53:44.331Z Downloaded futures-task v0.3.32
12502026-03-13T16:53:44.331Z Downloaded futures-macro v0.3.32
12512026-03-13T16:53:44.331Z Downloaded fallible-iterator v0.2.0
12522026-03-13T16:53:44.331Z Downloaded embedded-io v0.4.0
12532026-03-13T16:53:44.334Z Downloaded blake2 v0.10.6
12542026-03-13T16:53:44.334Z Downloaded der_derive v0.7.3
12552026-03-13T16:53:44.338Z Downloaded defmt-macros v1.0.1
12562026-03-13T16:53:44.338Z Downloaded ctr v0.9.2
12572026-03-13T16:53:44.340Z Downloaded csv-core v0.1.13
12582026-03-13T16:53:44.340Z Downloaded crossbeam-deque v0.8.6
12592026-03-13T16:53:44.340Z Downloaded buf-list v1.1.2
12602026-03-13T16:53:44.343Z Downloaded base64ct v1.8.3
12612026-03-13T16:53:44.347Z Downloaded deranged v0.5.8
12622026-03-13T16:53:44.347Z Downloaded daft v0.1.5
12632026-03-13T16:53:44.348Z Downloaded cipher v0.4.4
12642026-03-13T16:53:44.351Z Downloaded chacha20 v0.9.1
12652026-03-13T16:53:44.351Z Downloaded cassowary v0.3.0
12662026-03-13T16:53:44.351Z Downloaded cargo-platform v0.1.9
12672026-03-13T16:53:44.351Z Downloaded blowfish v0.9.1
12682026-03-13T16:53:44.351Z Downloaded bb8 v0.8.6
12692026-03-13T16:53:44.356Z Downloaded arrayvec v0.7.6
12702026-03-13T16:53:44.356Z Downloaded data-encoding v2.10.0
12712026-03-13T16:53:44.356Z Downloaded funty v2.0.0
12722026-03-13T16:53:44.356Z Downloaded cpufeatures v0.3.0
12732026-03-13T16:53:44.359Z Downloaded base16ct v1.0.0
12742026-03-13T16:53:44.359Z Downloaded bitfield-macros v0.19.4
12752026-03-13T16:53:44.359Z Downloaded async-stream v0.3.6
12762026-03-13T16:53:44.359Z Downloaded dirs-sys-next v0.1.2
12772026-03-13T16:53:44.359Z Downloaded convert_case v0.4.0
12782026-03-13T16:53:44.359Z Downloaded block-padding v0.3.3
12792026-03-13T16:53:44.362Z Downloaded atty v0.2.14
12802026-03-13T16:53:44.362Z Downloaded assert_matches v1.5.0
12812026-03-13T16:53:44.362Z Downloaded foreign-types v0.5.0
12822026-03-13T16:53:44.362Z Downloaded dsl_auto_type v0.1.3
12832026-03-13T16:53:44.362Z Downloaded display-error-chain v0.2.2
12842026-03-13T16:53:44.369Z Downloaded async-recursion v1.1.1
12852026-03-13T16:53:44.369Z Downloaded ascii-canvas v3.0.0
12862026-03-13T16:53:44.369Z Downloaded difflib v0.4.0
12872026-03-13T16:53:44.371Z Downloaded base64 v0.22.1
12882026-03-13T16:53:44.371Z Downloaded ahash v0.8.12
12892026-03-13T16:53:44.371Z Downloaded castaway v0.2.4
12902026-03-13T16:53:44.371Z Downloaded endian-type v0.1.2
12912026-03-13T16:53:44.374Z Downloaded cstr-argument v0.1.2
12922026-03-13T16:53:44.374Z Downloaded crc-catalog v2.4.0
12932026-03-13T16:53:44.374Z Downloaded base16ct v0.2.0
12942026-03-13T16:53:44.374Z Downloaded atomicwrites v0.4.4
12952026-03-13T16:53:44.377Z Downloaded async-stream-impl v0.3.6
12962026-03-13T16:53:44.377Z Downloaded cfg_aliases v0.2.1
12972026-03-13T16:53:44.377Z Downloaded dropshot-api-manager-types v0.6.0
12982026-03-13T16:53:44.378Z Downloaded crc32fast v1.5.0
12992026-03-13T16:53:44.380Z Downloaded bitflags v1.3.2
13002026-03-13T16:53:44.380Z Downloaded debug-ignore v1.0.5
13012026-03-13T16:53:44.383Z Downloaded dyn-clone v1.0.20
13022026-03-13T16:53:44.383Z Downloaded darling_macro v0.23.0
13032026-03-13T16:53:44.383Z Downloaded argon2 v0.5.3
13042026-03-13T16:53:44.386Z Downloaded chacha20 v0.10.0
13052026-03-13T16:53:44.386Z Downloaded defmt-parser v1.0.0
13062026-03-13T16:53:44.388Z Downloaded corncobs v0.1.4
13072026-03-13T16:53:44.388Z Downloaded bzip2 v0.6.1
13082026-03-13T16:53:44.388Z Downloaded ciborium-ll v0.2.2
13092026-03-13T16:53:44.391Z Downloaded curve25519-dalek-derive v0.1.1
13102026-03-13T16:53:44.392Z Downloaded crunchy v0.2.4
13112026-03-13T16:53:44.392Z Downloaded async-bb8-diesel v0.2.1
13122026-03-13T16:53:44.394Z Downloaded backoff v0.4.0
13132026-03-13T16:53:44.394Z Downloaded atomic-waker v1.1.2
13142026-03-13T16:53:44.394Z Downloaded crucible-workspace-hack v0.1.0
13152026-03-13T16:53:44.871Z Downloaded aws-lc-sys v0.37.1
13162026-03-13T16:53:45.176Z Compiling libc v0.2.180
13172026-03-13T16:53:45.181Z Compiling serde v1.0.228
13182026-03-13T16:53:45.182Z Compiling log v0.4.29
13192026-03-13T16:53:45.182Z Compiling shlex v1.3.0
13202026-03-13T16:53:45.182Z Compiling find-msvc-tools v0.1.9
13212026-03-13T16:53:45.182Z Compiling smallvec v1.15.1
13222026-03-13T16:53:45.182Z Compiling typenum v1.19.0
13232026-03-13T16:53:45.182Z Compiling subtle v2.6.1
13242026-03-13T16:53:45.182Z Compiling generic-array v0.14.7
13252026-03-13T16:53:45.182Z Compiling scopeguard v1.2.0
13262026-03-13T16:53:45.361Z Compiling portable-atomic v1.13.1
13272026-03-13T16:53:45.399Z Compiling const-oid v0.9.6
13282026-03-13T16:53:45.410Z Compiling critical-section v1.2.0
13292026-03-13T16:53:45.432Z Compiling syn v2.0.117
13302026-03-13T16:53:45.454Z Compiling zerocopy v0.8.40
13312026-03-13T16:53:45.457Z Compiling serde_json v1.0.149
13322026-03-13T16:53:45.602Z Compiling lock_api v0.4.14
13332026-03-13T16:53:45.625Z Compiling parking_lot_core v0.9.12
13342026-03-13T16:53:45.687Z Compiling pin-project-lite v0.2.17
13352026-03-13T16:53:45.735Z Compiling pkg-config v0.3.32
13362026-03-13T16:53:45.802Z Compiling bitflags v2.11.0
13372026-03-13T16:53:45.805Z Compiling libm v0.2.16
13382026-03-13T16:53:45.805Z Compiling num-traits v0.2.19
13392026-03-13T16:53:45.866Z Compiling futures-core v0.3.32
13402026-03-13T16:53:45.886Z Compiling percent-encoding v2.3.2
13412026-03-13T16:53:45.908Z Compiling allocator-api2 v0.2.21
13422026-03-13T16:53:45.999Z Compiling futures-sink v0.3.32
13432026-03-13T16:53:46.090Z Compiling foldhash v0.2.0
13442026-03-13T16:53:46.113Z Compiling cpufeatures v0.2.17
13452026-03-13T16:53:46.159Z Compiling futures-channel v0.3.32
13462026-03-13T16:53:46.224Z Compiling futures-task v0.3.32
13472026-03-13T16:53:46.241Z Compiling slab v0.4.12
13482026-03-13T16:53:46.241Z Compiling futures-io v0.3.32
13492026-03-13T16:53:46.241Z Compiling getrandom v0.4.1
13502026-03-13T16:53:46.390Z Compiling hashbrown v0.16.1
13512026-03-13T16:53:46.414Z Compiling getrandom v0.3.4
13522026-03-13T16:53:46.435Z Compiling rustversion v1.0.22
13532026-03-13T16:53:46.461Z Compiling rand_core v0.10.0
13542026-03-13T16:53:46.464Z Compiling form_urlencoded v1.2.2
13552026-03-13T16:53:46.464Z Compiling base64ct v1.8.3
13562026-03-13T16:53:46.528Z Compiling ident_case v1.0.1
13572026-03-13T16:53:46.553Z Compiling fs_extra v1.3.0
13582026-03-13T16:53:46.581Z Compiling dunce v1.0.5
13592026-03-13T16:53:46.702Z Compiling flagset v0.4.7
13602026-03-13T16:53:46.726Z Compiling getrandom v0.2.17
13612026-03-13T16:53:46.731Z Compiling jobserver v0.1.34
13622026-03-13T16:53:46.777Z Compiling errno v0.3.14
13632026-03-13T16:53:46.820Z Compiling mio v1.1.1
13642026-03-13T16:53:46.843Z Compiling socket2 v0.6.2
13652026-03-13T16:53:46.917Z Compiling pem-rfc7468 v0.7.0
13662026-03-13T16:53:46.925Z Compiling rand_core v0.6.4
13672026-03-13T16:53:46.963Z Compiling once_cell v1.21.3
13682026-03-13T16:53:46.968Z Compiling signal-hook-registry v1.4.8
13692026-03-13T16:53:47.033Z Compiling cc v1.2.56
13702026-03-13T16:53:47.078Z Compiling parking_lot v0.12.5
13712026-03-13T16:53:47.100Z Compiling indexmap v2.13.0
13722026-03-13T16:53:47.246Z Compiling rustix v1.1.3
13732026-03-13T16:53:47.270Z Compiling iana-time-zone v0.1.65
13742026-03-13T16:53:47.321Z Compiling rustc_version v0.4.1
13752026-03-13T16:53:47.345Z Compiling uuid v1.21.0
13762026-03-13T16:53:47.392Z Compiling aws-lc-rs v1.16.0
13772026-03-13T16:53:47.411Z Compiling regex-syntax v0.8.10
13782026-03-13T16:53:47.444Z Compiling vcpkg v0.2.15
13792026-03-13T16:53:47.567Z Compiling rand_core v0.9.5
13802026-03-13T16:53:47.647Z Compiling tracing-core v0.1.36
13812026-03-13T16:53:47.694Z Compiling crossbeam-utils v0.8.21
13822026-03-13T16:53:47.698Z Compiling httparse v1.10.1
13832026-03-13T16:53:47.890Z Compiling untrusted v0.9.0
13842026-03-13T16:53:47.929Z Compiling schemars v0.8.22
13852026-03-13T16:53:48.014Z Compiling base64 v0.22.1
13862026-03-13T16:53:48.062Z Compiling openssl-probe v0.2.1
13872026-03-13T16:53:48.086Z Compiling syn v1.0.109
13882026-03-13T16:53:48.093Z Compiling untrusted v0.7.1
13892026-03-13T16:53:48.134Z Compiling cmake v0.1.57
13902026-03-13T16:53:48.285Z Compiling tinyvec_macros v0.1.1
13912026-03-13T16:53:48.308Z Compiling tower-service v0.3.3
13922026-03-13T16:53:48.315Z Compiling dyn-clone v1.0.20
13932026-03-13T16:53:48.348Z Compiling tower-layer v0.3.3
13942026-03-13T16:53:48.352Z Compiling atomic-waker v1.1.2
13952026-03-13T16:53:48.392Z Compiling try-lock v0.2.5
13962026-03-13T16:53:48.436Z Compiling rustls v0.23.37
13972026-03-13T16:53:48.464Z Compiling tinyvec v1.10.0
13982026-03-13T16:53:48.522Z Compiling want v0.3.1
13992026-03-13T16:53:48.556Z Compiling spin v0.9.8
14002026-03-13T16:53:48.569Z Compiling aho-corasick v1.1.4
14012026-03-13T16:53:48.569Z Compiling powerfmt v0.2.0
14022026-03-13T16:53:48.639Z Compiling pin-utils v0.1.0
14032026-03-13T16:53:48.713Z Compiling openssl v0.10.75
14042026-03-13T16:53:48.733Z Compiling time-core v0.1.8
14052026-03-13T16:53:48.733Z Compiling num-conv v0.2.0
14062026-03-13T16:53:48.754Z Compiling crc32fast v1.5.0
14072026-03-13T16:53:48.761Z Compiling foreign-types-shared v0.1.1
14082026-03-13T16:53:48.847Z Compiling httpdate v1.0.3
14092026-03-13T16:53:48.902Z Compiling foreign-types v0.3.2
14102026-03-13T16:53:48.923Z Compiling deranged v0.5.8
14112026-03-13T16:53:48.935Z Compiling wait-timeout v0.2.1
14122026-03-13T16:53:48.935Z Compiling socket2 v0.5.10
14132026-03-13T16:53:48.969Z Compiling num_threads v0.1.7
14142026-03-13T16:53:48.997Z Compiling time-macros v0.2.27
14152026-03-13T16:53:49.016Z Compiling native-tls v0.2.18
14162026-03-13T16:53:49.022Z Compiling either v1.15.0
14172026-03-13T16:53:49.038Z Compiling usdt-impl v0.6.0
14182026-03-13T16:53:49.136Z Compiling siphasher v1.0.2
14192026-03-13T16:53:49.161Z Compiling bit-vec v0.8.0
14202026-03-13T16:53:49.316Z Compiling simd-adler32 v0.3.8
14212026-03-13T16:53:49.324Z Compiling quick-error v1.2.3
14222026-03-13T16:53:49.383Z Compiling aws-lc-sys v0.37.1
14232026-03-13T16:53:49.389Z Compiling ring v0.17.14
14242026-03-13T16:53:49.433Z Compiling openssl-sys v0.9.111
14252026-03-13T16:53:49.433Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14262026-03-13T16:53:49.476Z Compiling bit-set v0.8.0
14272026-03-13T16:53:49.532Z Compiling tempfile v3.25.0
14282026-03-13T16:53:49.575Z Compiling bzip2-sys v0.1.13+1.0.8
14292026-03-13T16:53:49.635Z Compiling unicode-normalization v0.1.25
14302026-03-13T16:53:49.647Z Compiling crossbeam-epoch v0.9.18
14312026-03-13T16:53:49.720Z Compiling slog v2.8.2
14322026-03-13T16:53:49.929Z Compiling synstructure v0.13.2
14332026-03-13T16:53:50.011Z Compiling pest_generator v2.8.6
14342026-03-13T16:53:50.014Z Compiling serde_derive_internals v0.29.1
14352026-03-13T16:53:50.014Z Compiling darling_core v0.20.11
14362026-03-13T16:53:50.109Z Compiling regex-automata v0.4.14
14372026-03-13T16:53:50.305Z Compiling rusty-fork v0.3.1
14382026-03-13T16:53:50.484Z Compiling darling_core v0.21.3
14392026-03-13T16:53:50.618Z Compiling time v0.3.47
14402026-03-13T16:53:50.769Z Compiling heapless v0.7.17
14412026-03-13T16:53:50.824Z Compiling rand_xorshift v0.4.0
14422026-03-13T16:53:50.975Z Compiling thread-id v5.1.0
14432026-03-13T16:53:51.062Z Compiling sync_wrapper v1.0.2
14442026-03-13T16:53:51.065Z Compiling cookie v0.18.1
14452026-03-13T16:53:51.105Z Compiling unicode-properties v0.1.4
14462026-03-13T16:53:51.129Z Compiling signal-hook v0.3.18
14472026-03-13T16:53:51.156Z Compiling unicode-bidi v0.3.18
14482026-03-13T16:53:51.220Z Compiling adler2 v2.0.1
14492026-03-13T16:53:51.384Z Compiling paste v1.0.15
14502026-03-13T16:53:51.389Z Compiling unicode-segmentation v1.12.0
14512026-03-13T16:53:51.389Z Compiling zstd-safe v7.2.4
14522026-03-13T16:53:51.418Z Compiling rayon-core v1.13.0
14532026-03-13T16:53:51.418Z Compiling anyhow v1.0.102
14542026-03-13T16:53:51.421Z Compiling unarray v0.1.4
14552026-03-13T16:53:51.614Z Compiling stringprep v0.1.5
14562026-03-13T16:53:51.786Z Compiling miniz_oxide v0.8.9
14572026-03-13T16:53:51.892Z Compiling crossbeam-deque v0.8.6
14582026-03-13T16:53:51.940Z Compiling num-integer v0.1.46
14592026-03-13T16:53:51.940Z Compiling vergen-lib v0.1.6
14602026-03-13T16:53:52.155Z Compiling curve25519-dalek v4.1.3
14612026-03-13T16:53:52.208Z Compiling ff v0.13.1
14622026-03-13T16:53:52.229Z Compiling hash32 v0.2.1
14632026-03-13T16:53:52.267Z Compiling memoffset v0.9.1
14642026-03-13T16:53:52.383Z Compiling zlib-rs v0.6.2
14652026-03-13T16:53:52.404Z Compiling fallible-iterator v0.2.0
14662026-03-13T16:53:52.547Z Compiling serde_derive v1.0.228
14672026-03-13T16:53:52.569Z Compiling zeroize_derive v1.4.3
14682026-03-13T16:53:52.598Z Compiling zerofrom-derive v0.1.6
14692026-03-13T16:53:52.709Z Compiling yoke-derive v0.8.1
14702026-03-13T16:53:52.712Z Compiling zerocopy-derive v0.8.40
14712026-03-13T16:53:52.839Z Compiling zerovec-derive v0.11.2
14722026-03-13T16:53:52.859Z Compiling displaydoc v0.2.5
14732026-03-13T16:53:52.942Z Compiling tokio-macros v2.6.0
14742026-03-13T16:53:53.487Z Compiling zeroize v1.8.2
14752026-03-13T16:53:53.519Z Compiling futures-macro v0.3.32
14762026-03-13T16:53:53.901Z Compiling der_derive v0.7.3
14772026-03-13T16:53:53.964Z Compiling thiserror-impl v2.0.18
14782026-03-13T16:53:54.266Z Compiling rustls-pki-types v1.14.0
14792026-03-13T16:53:54.386Z Compiling tracing-attributes v0.1.31
14802026-03-13T16:53:54.403Z Compiling pest_derive v2.8.6
14812026-03-13T16:53:54.579Z Compiling crypto-common v0.1.7
14822026-03-13T16:53:54.628Z Compiling block-buffer v0.10.4
14832026-03-13T16:53:54.646Z Compiling zerofrom v0.1.6
14842026-03-13T16:53:54.664Z Compiling futures-util v0.3.32
14852026-03-13T16:53:54.768Z Compiling block-padding v0.3.3
14862026-03-13T16:53:54.807Z Compiling yoke v0.8.1
14872026-03-13T16:53:54.862Z Compiling digest v0.10.7
14882026-03-13T16:53:54.917Z Compiling schemars_derive v0.8.22
14892026-03-13T16:53:55.006Z Compiling inout v0.1.4
14902026-03-13T16:53:55.034Z Compiling zerovec v0.11.5
14912026-03-13T16:53:55.050Z Compiling zerotrie v0.2.3
14922026-03-13T16:53:55.214Z Compiling hmac v0.12.1
14932026-03-13T16:53:55.228Z Compiling cipher v0.4.4
14942026-03-13T16:53:55.258Z Compiling sha2 v0.10.9
14952026-03-13T16:53:55.440Z Compiling der v0.7.10
14962026-03-13T16:53:55.473Z Compiling pbkdf2 v0.12.2
14972026-03-13T16:53:55.597Z Compiling salsa20 v0.10.2
14982026-03-13T16:53:55.637Z Compiling aes v0.8.4
14992026-03-13T16:53:55.724Z Compiling tinystr v0.8.2
15002026-03-13T16:53:55.793Z Compiling potential_utf v0.1.4
15012026-03-13T16:53:55.870Z Compiling thiserror v2.0.18
15022026-03-13T16:53:56.014Z Compiling icu_locale_core v2.1.1
15032026-03-13T16:53:56.048Z Compiling icu_collections v2.1.1
15042026-03-13T16:53:56.054Z Compiling scrypt v0.11.0
15052026-03-13T16:53:56.117Z Compiling cbc v0.1.2
15062026-03-13T16:53:56.317Z Compiling tracing v0.1.44
15072026-03-13T16:53:56.350Z Compiling scroll_derive v0.13.1
15082026-03-13T16:53:56.396Z Compiling darling_macro v0.20.11
15092026-03-13T16:53:56.649Z Compiling spki v0.7.3
15102026-03-13T16:53:56.691Z Compiling openssl-macros v0.1.1
15112026-03-13T16:53:56.759Z Compiling thiserror-impl v1.0.69
15122026-03-13T16:53:56.833Z Compiling dtrace-parser v0.3.0
15132026-03-13T16:53:56.926Z Compiling icu_provider v2.1.1
15142026-03-13T16:53:57.060Z Compiling pkcs5 v0.7.1
15152026-03-13T16:53:57.108Z Compiling darling v0.20.11
15162026-03-13T16:53:57.109Z Compiling signature v2.2.0
15172026-03-13T16:53:57.139Z Compiling rustls-native-certs v0.8.3
15182026-03-13T16:53:57.252Z Compiling derive_builder_core v0.20.2
15192026-03-13T16:53:57.362Z Compiling icu_properties v2.1.2
15202026-03-13T16:53:57.433Z Compiling bytes v1.11.1
15212026-03-13T16:53:57.433Z Compiling icu_normalizer v2.1.1
15222026-03-13T16:53:57.448Z Compiling chrono v0.4.44
15232026-03-13T16:53:57.448Z Compiling ipnet v2.11.0
15242026-03-13T16:53:57.480Z Compiling pkcs8 v0.10.2
15252026-03-13T16:53:57.609Z Compiling scroll v0.13.0
15262026-03-13T16:53:57.766Z Compiling scroll_derive v0.12.1
15272026-03-13T16:53:57.878Z Compiling toml_datetime v0.6.11
15282026-03-13T16:53:57.927Z Compiling goblin v0.10.5
15292026-03-13T16:53:57.949Z Compiling serde_spanned v0.6.9
15302026-03-13T16:53:57.975Z Compiling serde_tokenstream v0.2.3
15312026-03-13T16:53:58.173Z Compiling tokio v1.49.0
15322026-03-13T16:53:58.195Z Compiling http v1.4.0
15332026-03-13T16:53:58.264Z Compiling erased-serde v0.3.31
15342026-03-13T16:53:58.283Z Compiling md-5 v0.10.6
15352026-03-13T16:53:58.283Z Compiling webpki-roots v1.0.6
15362026-03-13T16:53:58.391Z Compiling darling_macro v0.21.3
15372026-03-13T16:53:58.444Z Compiling zerocopy-derive v0.7.35
15382026-03-13T16:53:58.468Z Compiling derive_builder_macro v0.20.2
15392026-03-13T16:53:58.482Z Compiling base16ct v0.2.0
15402026-03-13T16:53:58.595Z Compiling thiserror v1.0.69
15412026-03-13T16:53:58.700Z Compiling idna_adapter v1.2.1
15422026-03-13T16:53:58.715Z Compiling scroll v0.12.0
15432026-03-13T16:53:58.719Z Compiling smoltcp v0.9.1
15442026-03-13T16:53:58.907Z Compiling idna v1.1.0
15452026-03-13T16:53:58.957Z Compiling num-bigint-dig v0.8.6
15462026-03-13T16:53:58.979Z Compiling ryu v1.0.23
15472026-03-13T16:53:59.079Z Compiling http-body v1.0.1
15482026-03-13T16:53:59.108Z Compiling rustix v0.38.44
15492026-03-13T16:53:59.134Z Compiling cfg_aliases v0.2.1
15502026-03-13T16:53:59.222Z Compiling iri-string v0.7.10
15512026-03-13T16:53:59.344Z Compiling http-body-util v0.1.3
15522026-03-13T16:53:59.359Z Compiling ref-cast v1.0.25
15532026-03-13T16:53:59.359Z Compiling litrs v1.0.0
15542026-03-13T16:53:59.359Z Compiling ppv-lite86 v0.2.21
15552026-03-13T16:53:59.381Z Compiling url v2.5.8
15562026-03-13T16:53:59.506Z Compiling psl-types v2.0.11
15572026-03-13T16:53:59.563Z Compiling nix v0.31.1
15582026-03-13T16:53:59.639Z Compiling publicsuffix v2.3.0
15592026-03-13T16:53:59.688Z Compiling zerocopy v0.7.35
15602026-03-13T16:53:59.760Z Compiling rand_chacha v0.9.0
15612026-03-13T16:53:59.782Z Compiling rand_chacha v0.3.1
15622026-03-13T16:53:59.816Z Compiling serde_urlencoded v0.7.1
15632026-03-13T16:53:59.827Z Compiling derive_builder v0.20.2
15642026-03-13T16:53:59.905Z Compiling darling v0.21.3
15652026-03-13T16:53:59.931Z Compiling goblin v0.8.2
15662026-03-13T16:53:59.963Z Compiling document-features v0.2.12
15672026-03-13T16:54:00.033Z Compiling rand v0.9.2
15682026-03-13T16:54:00.117Z Compiling rand v0.8.5
15692026-03-13T16:54:00.471Z Compiling sec1 v0.7.3
15702026-03-13T16:54:00.486Z Compiling cargo-platform v0.1.9
15712026-03-13T16:54:00.519Z Compiling flate2 v1.1.9
15722026-03-13T16:54:00.696Z Compiling hkdf v0.12.4
15732026-03-13T16:54:00.788Z Compiling proptest v1.10.0
15742026-03-13T16:54:00.838Z Compiling postgres-protocol v0.6.10
15752026-03-13T16:54:00.858Z Compiling hubpack_derive v0.1.1
15762026-03-13T16:54:00.881Z Compiling crypto-bigint v0.5.5
15772026-03-13T16:54:00.890Z Compiling regex v1.12.3
15782026-03-13T16:54:01.073Z Compiling ipnetwork v0.21.1
15792026-03-13T16:54:01.203Z Compiling ref-cast-impl v1.0.25
15802026-03-13T16:54:01.258Z Compiling daft-derive v0.1.5
15812026-03-13T16:54:01.280Z Compiling async-trait v0.1.89
15822026-03-13T16:54:01.378Z Compiling oxnet v0.1.4
15832026-03-13T16:54:01.496Z Compiling strum_macros v0.27.2
15842026-03-13T16:54:01.521Z Compiling curve25519-dalek-derive v0.1.1
15852026-03-13T16:54:01.631Z Compiling group v0.13.0
15862026-03-13T16:54:01.855Z Compiling dof v0.4.0
15872026-03-13T16:54:01.879Z Compiling num-iter v0.1.45
15882026-03-13T16:54:02.047Z Compiling proc-macro-error v1.0.4
15892026-03-13T16:54:02.280Z Compiling heck v0.4.1
15902026-03-13T16:54:02.448Z Compiling terminal_size v0.4.3
15912026-03-13T16:54:02.469Z Compiling phf_shared v0.13.1
15922026-03-13T16:54:02.473Z Compiling lazy_static v1.5.0
15932026-03-13T16:54:02.625Z Compiling vergen v9.0.6
15942026-03-13T16:54:02.664Z Compiling fs-err v3.3.0
15952026-03-13T16:54:02.687Z Compiling ahash v0.8.12
15962026-03-13T16:54:02.774Z Compiling libbz2-rs-sys v0.2.2
15972026-03-13T16:54:02.818Z Compiling foldhash v0.1.5
15982026-03-13T16:54:02.851Z Compiling bumpalo v3.20.2
15992026-03-13T16:54:02.912Z Compiling managed v0.8.0
16002026-03-13T16:54:02.930Z Compiling winnow v0.5.40
16012026-03-13T16:54:02.959Z Compiling object v0.37.3
16022026-03-13T16:54:02.978Z Compiling bitflags v1.3.2
16032026-03-13T16:54:03.108Z Compiling hashbrown v0.15.5
16042026-03-13T16:54:03.134Z Compiling zopfli v0.8.3
16052026-03-13T16:54:03.214Z Compiling dof v0.3.0
16062026-03-13T16:54:03.361Z Compiling tokio-util v0.7.18
16072026-03-13T16:54:03.733Z Compiling tower v0.5.3
16082026-03-13T16:54:03.759Z Compiling tokio-native-tls v0.3.1
16092026-03-13T16:54:03.854Z Compiling bzip2 v0.6.1
16102026-03-13T16:54:03.955Z Compiling console v0.16.2
16112026-03-13T16:54:04.144Z Compiling newtype-uuid v1.3.2
16122026-03-13T16:54:04.177Z Compiling clap_builder v4.5.60
16132026-03-13T16:54:04.196Z Compiling phf v0.13.1
16142026-03-13T16:54:04.244Z Compiling usdt-macro v0.6.0
16152026-03-13T16:54:04.273Z Compiling usdt-attr-macro v0.6.0
16162026-03-13T16:54:04.374Z Compiling h2 v0.4.13
16172026-03-13T16:54:04.395Z Compiling tower-http v0.6.8
16182026-03-13T16:54:04.437Z Compiling daft v0.1.5
16192026-03-13T16:54:04.445Z Compiling strum v0.27.2
16202026-03-13T16:54:04.606Z Compiling zone_cfg_derive v0.3.1
16212026-03-13T16:54:04.624Z Compiling signal-hook-mio v0.2.5
16222026-03-13T16:54:04.762Z Compiling toml_edit v0.19.15
16232026-03-13T16:54:04.783Z Compiling elliptic-curve v0.13.8
16242026-03-13T16:54:04.809Z Compiling rayon v1.11.0
16252026-03-13T16:54:04.963Z Compiling cargo_metadata v0.19.2
16262026-03-13T16:54:05.243Z Compiling cookie_store v0.22.1
16272026-03-13T16:54:05.283Z Compiling hubpack v0.1.2
16282026-03-13T16:54:05.378Z Compiling postgres-types v0.2.12
16292026-03-13T16:54:05.470Z Compiling bzip2 v0.4.4
16302026-03-13T16:54:05.510Z Compiling zstd v0.13.3
16312026-03-13T16:54:05.559Z Compiling serde_with_macros v3.17.0
16322026-03-13T16:54:05.747Z Compiling dtrace-parser v0.2.0
16332026-03-13T16:54:05.870Z Compiling pkcs1 v0.7.5
16342026-03-13T16:54:06.144Z Compiling ed25519 v2.2.3
16352026-03-13T16:54:06.168Z Compiling serde-big-array v0.5.1
16362026-03-13T16:54:06.210Z Compiling hex v0.4.3
16372026-03-13T16:54:06.370Z Compiling rfc6979 v0.4.0
16382026-03-13T16:54:06.430Z Compiling bstr v1.12.1
16392026-03-13T16:54:06.539Z Compiling strum_macros v0.26.4
16402026-03-13T16:54:06.597Z Compiling clap_derive v4.5.55
16412026-03-13T16:54:06.832Z Compiling enum-as-inner v0.6.1
16422026-03-13T16:54:06.836Z Compiling serde_repr v0.1.20
16432026-03-13T16:54:07.127Z Compiling phf_shared v0.11.3
16442026-03-13T16:54:07.181Z Compiling itertools v0.12.1
16452026-03-13T16:54:07.249Z Compiling float-cmp v0.10.0
16462026-03-13T16:54:07.331Z Compiling thread-id v4.2.2
16472026-03-13T16:54:07.360Z Compiling memmap2 v0.9.10
16482026-03-13T16:54:07.396Z Compiling env_filter v1.0.0
16492026-03-13T16:54:07.457Z Compiling encoding_rs v0.8.35
16502026-03-13T16:54:07.461Z Compiling precomputed-hash v0.1.1
16512026-03-13T16:54:07.564Z Compiling keccak v0.1.6
16522026-03-13T16:54:07.586Z Compiling difflib v0.4.0
16532026-03-13T16:54:07.634Z Compiling fixedbitset v0.4.2
16542026-03-13T16:54:07.707Z Compiling data-encoding v2.10.0
16552026-03-13T16:54:07.861Z Compiling new_debug_unreachable v1.0.6
16562026-03-13T16:54:07.949Z Compiling unit-prefix v0.5.2
16572026-03-13T16:54:07.970Z Compiling rustc-hash v2.1.1
16582026-03-13T16:54:08.150Z Compiling normalize-line-endings v0.3.0
16592026-03-13T16:54:08.171Z Compiling whoami v2.1.0
16602026-03-13T16:54:08.286Z Compiling static_assertions v1.1.0
16612026-03-13T16:54:08.385Z Compiling mime v0.3.17
16622026-03-13T16:54:08.408Z Compiling predicates-core v1.0.10
16632026-03-13T16:54:08.536Z Compiling hyper v1.8.1
16642026-03-13T16:54:08.629Z Compiling fixedbitset v0.5.7
16652026-03-13T16:54:08.662Z Compiling jiff v0.2.21
16662026-03-13T16:54:08.711Z Compiling predicates v3.1.4
16672026-03-13T16:54:08.736Z Compiling tokio-postgres v0.7.16
16682026-03-13T16:54:08.740Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16692026-03-13T16:54:08.783Z Compiling zone v0.3.1
16702026-03-13T16:54:08.928Z Compiling petgraph v0.8.3
16712026-03-13T16:54:09.073Z Compiling toml_edit v0.22.27
16722026-03-13T16:54:09.110Z Compiling hickory-proto v0.25.2
16732026-03-13T16:54:09.134Z Compiling strum v0.26.3
16742026-03-13T16:54:09.176Z Compiling clap v4.5.60
16752026-03-13T16:54:09.299Z Compiling iddqd v0.3.17
16762026-03-13T16:54:09.320Z Compiling indicatif v0.18.4
16772026-03-13T16:54:09.667Z Compiling string_cache v0.8.9
16782026-03-13T16:54:09.689Z Compiling petgraph v0.6.5
16792026-03-13T16:54:09.751Z Compiling sha3 v0.10.8
16802026-03-13T16:54:09.922Z Compiling env_logger v0.11.9
16812026-03-13T16:54:09.986Z Compiling usdt v0.6.0
16822026-03-13T16:54:10.338Z Compiling hyper-util v0.1.20
16832026-03-13T16:54:10.394Z Compiling usdt-impl v0.5.0
16842026-03-13T16:54:10.417Z Compiling serde_with v3.17.0
16852026-03-13T16:54:10.496Z Compiling similar v2.7.0
16862026-03-13T16:54:10.749Z Compiling crossterm v0.28.1
16872026-03-13T16:54:10.836Z Compiling toml v0.7.8
16882026-03-13T16:54:11.193Z Compiling ecdsa v0.16.9
16892026-03-13T16:54:11.510Z Compiling ed25519-dalek v2.2.0
16902026-03-13T16:54:11.631Z Compiling rsa v0.9.10
16912026-03-13T16:54:11.721Z Compiling zip v0.6.6
16922026-03-13T16:54:11.746Z Compiling tokio-stream v0.1.18
16932026-03-13T16:54:12.260Z Compiling hyper-tls v0.6.0
16942026-03-13T16:54:12.359Z Compiling zip v4.6.1
16952026-03-13T16:54:12.425Z Compiling buf-list v1.1.2
16962026-03-13T16:54:12.541Z Compiling toml_parser v1.0.9+spec-1.1.0
16972026-03-13T16:54:12.588Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16982026-03-13T16:54:12.611Z Compiling openapiv3 v2.2.0
16992026-03-13T16:54:12.756Z Compiling x509-cert v0.2.5
17002026-03-13T16:54:12.846Z Compiling sha1 v0.10.6
17012026-03-13T16:54:12.868Z Compiling itertools v0.13.0
17022026-03-13T16:54:12.874Z Compiling toml_datetime v0.7.5+spec-1.1.0
17032026-03-13T16:54:12.922Z Compiling peg-runtime v0.8.5
17042026-03-13T16:54:13.038Z Compiling lalrpop-util v0.19.12
17052026-03-13T16:54:13.153Z Compiling thread_local v1.1.9
17062026-03-13T16:54:13.308Z Compiling slog-async v2.8.0
17072026-03-13T16:54:13.329Z Compiling futures-executor v0.3.32
17082026-03-13T16:54:13.348Z Compiling crossbeam-channel v0.5.15
17092026-03-13T16:54:13.448Z Compiling is-terminal v0.4.17
17102026-03-13T16:54:13.492Z Compiling filetime v0.2.27
17112026-03-13T16:54:13.590Z Compiling xattr v1.6.1
17122026-03-13T16:54:13.682Z Compiling term v1.2.1
17132026-03-13T16:54:13.746Z Compiling take_mut v0.2.2
17142026-03-13T16:54:13.769Z Compiling tar v0.4.44
17152026-03-13T16:54:13.791Z Compiling futures v0.3.32
17162026-03-13T16:54:14.317Z Compiling slog-term v2.9.2
17172026-03-13T16:54:37.153Z Compiling rustls-webpki v0.103.9
17182026-03-13T16:54:41.141Z Compiling tokio-rustls v0.26.4
17192026-03-13T16:54:41.141Z Compiling rustls-platform-verifier v0.6.2
17202026-03-13T16:54:41.400Z Compiling hyper-rustls v0.27.7
17212026-03-13T16:54:41.645Z Compiling reqwest v0.12.28
17222026-03-13T16:54:41.645Z Compiling reqwest v0.13.2
17232026-03-13T16:54:44.389Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17242026-03-13T16:54:44.712Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17252026-03-13T16:54:48.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17262026-03-13T16:54:49.066Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17272026-03-13T16:54:49.128ZMar 13 16:54:48.186 INFO Starting download, target: Clickhouse
17282026-03-13T16:54:49.128ZMar 13 16:54:48.187 INFO Starting download, target: Cockroach
17292026-03-13T16:54:49.128ZMar 13 16:54:48.187 INFO Starting download, target: Console
17302026-03-13T16:54:49.191ZMar 13 16:54:48.187 INFO Starting download, target: DendriteStub
17312026-03-13T16:54:49.191ZMar 13 16:54:48.187 INFO Starting download, target: MaghemiteMgd
17322026-03-13T16:54:49.191ZMar 13 16:54:48.187 INFO Starting download, target: TransceiverControl
17332026-03-13T16:54:49.191ZMar 13 16:54:48.187 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17342026-03-13T16:54:49.191ZMar 13 16:54:48.187 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17352026-03-13T16:54:49.191ZMar 13 16:54:48.187 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17362026-03-13T16:54:49.191ZMar 13 16:54:48.187 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17372026-03-13T16:54:49.191ZMar 13 16:54:48.187 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17382026-03-13T16:54:49.191ZMar 13 16:54:48.187 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17392026-03-13T16:54:49.597ZMar 13 16:54:48.651 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17402026-03-13T16:54:49.935ZMar 13 16:54:48.983 INFO Download complete, target: TransceiverControl
17412026-03-13T16:54:50.206ZMar 13 16:54:49.260 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17422026-03-13T16:54:50.590ZMar 13 16:54:49.634 INFO Download complete, target: Console
17432026-03-13T16:54:50.636ZMar 13 16:54:49.671 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17442026-03-13T16:54:50.878ZMar 13 16:54:49.935 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17452026-03-13T16:54:51.618ZMar 13 16:54:50.674 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17462026-03-13T16:54:51.618ZMar 13 16:54:50.674 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17472026-03-13T16:54:51.637ZMar 13 16:54:50.694 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17482026-03-13T16:54:54.256ZMar 13 16:54:53.310 INFO Download complete, target: DendriteStub
17492026-03-13T16:54:54.415ZMar 13 16:54:53.470 INFO Download complete, target: MaghemiteMgd
17502026-03-13T16:54:59.301ZMar 13 16:54:58.347 INFO Checking that binary works, target: Cockroach
17512026-03-13T16:54:59.442ZMar 13 16:54:58.485 INFO Download complete, target: Cockroach
17522026-03-13T16:55:02.655ZMar 13 16:55:01.695 INFO Checking that binary works, target: Clickhouse
17532026-03-13T16:55:02.759ZMar 13 16:55:01.802 INFO Download complete, target: Clickhouse
17542026-03-13T16:55:02.762ZAll prerequisites installed successfully
17552026-03-13T16:55:02.765Z
17562026-03-13T16:55:02.765Zreal 2:53.640576996
17572026-03-13T16:55:02.765Zuser 9:57.373501189
17582026-03-13T16:55:02.765Zsys 2:05.267794528
17592026-03-13T16:55:02.765Ztrap 0.337928093
17602026-03-13T16:55:02.765Ztflt 1.395586743
17612026-03-13T16:55:02.765Zdflt 1.869315995
17622026-03-13T16:55:02.765Zkflt 0.026055726
17632026-03-13T16:55:02.765Zlock 24:19.499089636
17642026-03-13T16:55:02.765Zslp 33:16.180403743
17652026-03-13T16:55:02.765Zlat 30.841034605
17662026-03-13T16:55:02.766Zstop 4:28.208898761
17672026-03-13T16:55:02.766Z+ ptime -m cargo xtask download softnpu
17682026-03-13T16:55:03.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
17692026-03-13T16:55:03.453Z Running `target/debug/xtask download softnpu`
17702026-03-13T16:55:04.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
17712026-03-13T16:55:04.499Z Running `target/debug/xtask-downloader softnpu`
17722026-03-13T16:55:04.538ZMar 13 16:55:03.581 INFO Starting download, target: Softnpu
17732026-03-13T16:55:04.542ZMar 13 16:55:03.582 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17742026-03-13T16:55:05.143ZMar 13 16:55:04.186 INFO Download complete, target: Softnpu
17752026-03-13T16:55:05.147Z
17762026-03-13T16:55:05.150Zreal 2.374780447
17772026-03-13T16:55:05.150Zuser 1.697834978
17782026-03-13T16:55:05.150Zsys 0.757877711
17792026-03-13T16:55:05.150Ztrap 0.000537332
17802026-03-13T16:55:05.150Ztflt 0.000076496
17812026-03-13T16:55:05.150Zdflt 0.000172118
17822026-03-13T16:55:05.150Zkflt 0.000000000
17832026-03-13T16:55:05.150Zlock 10.718731485
17842026-03-13T16:55:05.150Zslp 0.421952205
17852026-03-13T16:55:05.150Zlat 0.055069408
17862026-03-13T16:55:05.150Zstop 0.000168222
17872026-03-13T16:55:05.150Z+ export CARGO_INCREMENTAL=0
17882026-03-13T16:55:05.150Z+ CARGO_INCREMENTAL=0
17892026-03-13T16:55:05.150Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17902026-03-13T16:55:06.277Z Compiling proc-macro2 v1.0.106
17912026-03-13T16:55:06.277Z Compiling quote v1.0.44
17922026-03-13T16:55:06.287Z Compiling unicode-ident v1.0.24
17932026-03-13T16:55:06.287Z Compiling libc v0.2.180
17942026-03-13T16:55:06.287Z Compiling serde_core v1.0.228
17952026-03-13T16:55:06.287Z Compiling serde v1.0.228
17962026-03-13T16:55:06.287Z Compiling cfg-if v1.0.4
17972026-03-13T16:55:06.287Z Compiling version_check v0.9.5
17982026-03-13T16:55:06.287Z Compiling shlex v1.3.0
17992026-03-13T16:55:06.287Z Compiling find-msvc-tools v0.1.9
18002026-03-13T16:55:06.287Z Compiling typenum v1.19.0
18012026-03-13T16:55:06.287Z Compiling portable-atomic v1.13.1
18022026-03-13T16:55:06.287Z Compiling memchr v2.8.0
18032026-03-13T16:55:06.287Z Compiling autocfg v1.5.0
18042026-03-13T16:55:06.288Z Compiling zmij v1.0.21
18052026-03-13T16:55:06.622Z Compiling serde_json v1.0.149
18062026-03-13T16:55:06.760Z Compiling zerocopy v0.8.40
18072026-03-13T16:55:06.788Z Compiling parking_lot_core v0.9.12
18082026-03-13T16:55:07.007Z Compiling generic-array v0.14.7
18092026-03-13T16:55:07.038Z Compiling libm v0.2.16
18102026-03-13T16:55:07.129Z Compiling num-traits v0.2.19
18112026-03-13T16:55:07.156Z Compiling smallvec v1.15.1
18122026-03-13T16:55:07.188Z Compiling icu_properties_data v2.1.2
18132026-03-13T16:55:07.197Z Compiling icu_normalizer_data v2.1.1
18142026-03-13T16:55:07.231Z Compiling itoa v1.0.17
18152026-03-13T16:55:07.248Z Compiling log v0.4.29
18162026-03-13T16:55:07.299Z Compiling getrandom v0.4.1
18172026-03-13T16:55:07.361Z Compiling pkg-config v0.3.32
18182026-03-13T16:55:07.502Z Compiling stable_deref_trait v1.2.1
18192026-03-13T16:55:07.525Z Compiling subtle v2.6.1
18202026-03-13T16:55:07.550Z Compiling scopeguard v1.2.0
18212026-03-13T16:55:07.665Z Compiling thiserror v2.0.18
18222026-03-13T16:55:07.765Z Compiling jobserver v0.1.34
18232026-03-13T16:55:07.766Z Compiling getrandom v0.2.17
18242026-03-13T16:55:07.766Z Compiling errno v0.3.14
18252026-03-13T16:55:07.791Z Compiling lock_api v0.4.14
18262026-03-13T16:55:07.915Z Compiling rand_core v0.6.4
18272026-03-13T16:55:07.943Z Compiling fnv v1.0.7
18282026-03-13T16:55:07.971Z Compiling cc v1.2.56
18292026-03-13T16:55:08.081Z Compiling pin-project-lite v0.2.17
18302026-03-13T16:55:08.107Z Compiling getrandom v0.3.4
18312026-03-13T16:55:08.146Z Compiling syn v2.0.117
18322026-03-13T16:55:08.255Z Compiling critical-section v1.2.0
18332026-03-13T16:55:08.344Z Compiling allocator-api2 v0.2.21
18342026-03-13T16:55:08.364Z Compiling equivalent v1.0.2
18352026-03-13T16:55:08.399Z Compiling rustversion v1.0.22
18362026-03-13T16:55:08.480Z Compiling writeable v0.6.2
18372026-03-13T16:55:08.523Z Compiling fs_extra v1.3.0
18382026-03-13T16:55:08.597Z Compiling dunce v1.0.5
18392026-03-13T16:55:08.673Z Compiling foldhash v0.2.0
18402026-03-13T16:55:08.720Z Compiling percent-encoding v2.3.2
18412026-03-13T16:55:08.747Z Compiling once_cell v1.21.3
18422026-03-13T16:55:08.799Z Compiling litemap v0.8.1
18432026-03-13T16:55:08.868Z Compiling cmake v0.1.57
18442026-03-13T16:55:08.917Z Compiling hashbrown v0.16.1
18452026-03-13T16:55:09.018Z Compiling const-oid v0.9.6
18462026-03-13T16:55:09.083Z Compiling signal-hook-registry v1.4.8
18472026-03-13T16:55:09.167Z Compiling rustix v1.1.3
18482026-03-13T16:55:09.178Z Compiling mio v1.1.1
18492026-03-13T16:55:09.238Z Compiling socket2 v0.6.2
18502026-03-13T16:55:09.255Z Compiling schemars v0.8.22
18512026-03-13T16:55:09.282Z Compiling aws-lc-rs v1.16.0
18522026-03-13T16:55:09.567Z Compiling semver v1.0.27
18532026-03-13T16:55:09.667Z Compiling bitflags v2.11.0
18542026-03-13T16:55:09.730Z Compiling indexmap v2.13.0
18552026-03-13T16:55:09.754Z Compiling ring v0.17.14
18562026-03-13T16:55:09.758Z Compiling aws-lc-sys v0.37.1
18572026-03-13T16:55:09.758Z Compiling parking_lot v0.12.5
18582026-03-13T16:55:09.848Z Compiling rand_core v0.10.0
18592026-03-13T16:55:09.987Z Compiling utf8_iter v1.0.4
18602026-03-13T16:55:10.110Z Compiling form_urlencoded v1.2.2
18612026-03-13T16:55:10.208Z Compiling strsim v0.11.1
18622026-03-13T16:55:10.211Z Compiling futures-core v0.3.32
18632026-03-13T16:55:10.449Z Compiling httparse v1.10.1
18642026-03-13T16:55:10.491Z Compiling byteorder v1.5.0
18652026-03-13T16:55:10.522Z Compiling ucd-trie v0.1.7
18662026-03-13T16:55:10.609Z Compiling thiserror v1.0.69
18672026-03-13T16:55:10.765Z Compiling pest v2.8.6
18682026-03-13T16:55:10.799Z Compiling heck v0.5.0
18692026-03-13T16:55:10.819Z Compiling ident_case v1.0.1
18702026-03-13T16:55:10.857Z Compiling vcpkg v0.2.15
18712026-03-13T16:55:10.983Z Compiling syn v1.0.109
18722026-03-13T16:55:11.052Z Compiling regex-syntax v0.8.10
18732026-03-13T16:55:11.084Z Compiling crossbeam-utils v0.8.21
18742026-03-13T16:55:11.248Z Compiling futures-sink v0.3.32
18752026-03-13T16:55:11.293Z Compiling rustls v0.23.37
18762026-03-13T16:55:11.315Z Compiling rustc_version v0.4.1
18772026-03-13T16:55:11.415Z Compiling futures-channel v0.3.32
18782026-03-13T16:55:11.455Z Compiling futures-io v0.3.32
18792026-03-13T16:55:11.455Z Compiling slab v0.4.12
18802026-03-13T16:55:11.458Z Compiling cpufeatures v0.2.17
18812026-03-13T16:55:11.497Z Compiling futures-task v0.3.32
18822026-03-13T16:55:11.665Z Compiling openssl-sys v0.9.111
18832026-03-13T16:55:11.693Z Compiling iana-time-zone v0.1.65
18842026-03-13T16:55:11.718Z Compiling plain v0.2.3
18852026-03-13T16:55:11.740Z Compiling uuid v1.21.0
18862026-03-13T16:55:11.764Z Compiling aho-corasick v1.1.4
18872026-03-13T16:55:11.806Z Compiling num-conv v0.2.0
18882026-03-13T16:55:11.847Z Compiling time-core v0.1.8
18892026-03-13T16:55:12.065Z Compiling time-macros v0.2.27
18902026-03-13T16:55:12.110Z Compiling synstructure v0.13.2
18912026-03-13T16:55:12.178Z Compiling serde_derive_internals v0.29.1
18922026-03-13T16:55:12.331Z Compiling pest_meta v2.8.6
18932026-03-13T16:55:12.495Z Compiling openssl v0.10.75
18942026-03-13T16:55:12.787Z Compiling pretty-hex v0.4.1
18952026-03-13T16:55:12.918Z Compiling crc32fast v1.5.0
18962026-03-13T16:55:12.975Z Compiling anyhow v1.0.102
18972026-03-13T16:55:13.001Z Compiling base64ct v1.8.3
18982026-03-13T16:55:13.042Z Compiling either v1.15.0
18992026-03-13T16:55:13.068Z Compiling regex-automata v0.4.14
19002026-03-13T16:55:13.145Z Compiling pest_generator v2.8.6
19012026-03-13T16:55:13.174Z Compiling darling_core v0.21.3
19022026-03-13T16:55:13.234Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19032026-03-13T16:55:13.288Z Compiling flagset v0.4.7
19042026-03-13T16:55:13.337Z Compiling pem-rfc7468 v0.7.0
19052026-03-13T16:55:13.385Z Compiling native-tls v0.2.18
19062026-03-13T16:55:13.408Z Compiling rand_core v0.9.5
19072026-03-13T16:55:13.553Z Compiling slog v2.8.2
19082026-03-13T16:55:13.693Z Compiling tracing-core v0.1.36
19092026-03-13T16:55:13.754Z Compiling dyn-clone v1.0.20
19102026-03-13T16:55:13.773Z Compiling rayon-core v1.13.0
19112026-03-13T16:55:13.792Z Compiling untrusted v0.9.0
19122026-03-13T16:55:14.020Z Compiling cookie v0.18.1
19132026-03-13T16:55:14.043Z Compiling camino v1.2.2
19142026-03-13T16:55:14.046Z Compiling base64 v0.22.1
19152026-03-13T16:55:14.066Z Compiling serde_derive v1.0.228
19162026-03-13T16:55:14.109Z Compiling zeroize_derive v1.4.3
19172026-03-13T16:55:14.193Z Compiling zerofrom-derive v0.1.6
19182026-03-13T16:55:14.250Z Compiling yoke-derive v0.8.1
19192026-03-13T16:55:14.291Z Compiling zerovec-derive v0.11.2
19202026-03-13T16:55:14.321Z Compiling displaydoc v0.2.5
19212026-03-13T16:55:14.399Z Compiling zerocopy-derive v0.8.40
19222026-03-13T16:55:14.467Z Compiling tokio-macros v2.6.0
19232026-03-13T16:55:14.769Z Compiling futures-macro v0.3.32
19242026-03-13T16:55:14.981Z Compiling zeroize v1.8.2
19252026-03-13T16:55:15.259Z Compiling thiserror-impl v2.0.18
19262026-03-13T16:55:15.403Z Compiling tracing-attributes v0.1.31
19272026-03-13T16:55:15.599Z Compiling der_derive v0.7.3
19282026-03-13T16:55:15.720Z Compiling schemars_derive v0.8.22
19292026-03-13T16:55:15.821Z Compiling zerofrom v0.1.6
19302026-03-13T16:55:16.004Z Compiling yoke v0.8.1
19312026-03-13T16:55:16.025Z Compiling crypto-common v0.1.7
19322026-03-13T16:55:16.208Z Compiling block-buffer v0.10.4
19332026-03-13T16:55:16.237Z Compiling zerovec v0.11.5
19342026-03-13T16:55:16.268Z Compiling zerotrie v0.2.3
19352026-03-13T16:55:16.410Z Compiling digest v0.10.7
19362026-03-13T16:55:16.764Z Compiling thiserror-impl v1.0.69
19372026-03-13T16:55:16.849Z Compiling pest_derive v2.8.6
19382026-03-13T16:55:16.871Z Compiling hmac v0.12.1
19392026-03-13T16:55:17.000Z Compiling tinystr v0.8.2
19402026-03-13T16:55:17.044Z Compiling potential_utf v0.1.4
19412026-03-13T16:55:17.068Z Compiling futures-util v0.3.32
19422026-03-13T16:55:17.210Z Compiling icu_collections v2.1.1
19432026-03-13T16:55:17.248Z Compiling icu_locale_core v2.1.1
19442026-03-13T16:55:17.359Z Compiling block-padding v0.3.3
19452026-03-13T16:55:17.436Z Compiling sha2 v0.10.9
19462026-03-13T16:55:17.555Z Compiling inout v0.1.4
19472026-03-13T16:55:17.896Z Compiling cipher v0.4.4
19482026-03-13T16:55:17.931Z Compiling rustls-pki-types v1.14.0
19492026-03-13T16:55:18.054Z Compiling scroll_derive v0.13.1
19502026-03-13T16:55:18.139Z Compiling icu_provider v2.1.1
19512026-03-13T16:55:18.264Z Compiling scroll_derive v0.12.1
19522026-03-13T16:55:18.445Z Compiling bytes v1.11.1
19532026-03-13T16:55:18.529Z Compiling icu_normalizer v2.1.1
19542026-03-13T16:55:18.545Z Compiling icu_properties v2.1.2
19552026-03-13T16:55:19.098Z Compiling chrono v0.4.44
19562026-03-13T16:55:19.134Z Compiling tokio v1.49.0
19572026-03-13T16:55:19.182Z Compiling serde_tokenstream v0.2.3
19582026-03-13T16:55:19.593Z Compiling openssl-macros v0.1.1
19592026-03-13T16:55:19.687Z Compiling http v1.4.0
19602026-03-13T16:55:20.127Z Compiling idna_adapter v1.2.1
19612026-03-13T16:55:20.315Z Compiling idna v1.1.0
19622026-03-13T16:55:20.596Z Compiling der v0.7.10
19632026-03-13T16:55:20.695Z Compiling darling_macro v0.21.3
19642026-03-13T16:55:20.716Z Compiling ppv-lite86 v0.2.21
19652026-03-13T16:55:20.719Z Compiling regex v1.12.3
19662026-03-13T16:55:20.759Z Compiling url v2.5.8
19672026-03-13T16:55:21.219Z Compiling zerocopy-derive v0.7.35
19682026-03-13T16:55:21.306Z Compiling salsa20 v0.10.2
19692026-03-13T16:55:21.354Z Compiling darling v0.21.3
19702026-03-13T16:55:21.470Z Compiling pbkdf2 v0.12.2
19712026-03-13T16:55:21.495Z Compiling tracing v0.1.44
19722026-03-13T16:55:21.924Z Compiling spki v0.7.3
19732026-03-13T16:55:22.042Z Compiling scrypt v0.11.0
19742026-03-13T16:55:22.202Z Compiling rand_chacha v0.9.0
19752026-03-13T16:55:22.251Z Compiling aes v0.8.4
19762026-03-13T16:55:22.317Z Compiling cbc v0.1.2
19772026-03-13T16:55:23.153Z Compiling usdt-impl v0.5.0
19782026-03-13T16:55:23.173Z Compiling usdt-impl v0.6.0
19792026-03-13T16:55:23.174Z Compiling ref-cast v1.0.25
19802026-03-13T16:55:23.250Z Compiling paste v1.0.15
19812026-03-13T16:55:23.281Z Compiling winnow v0.7.14
19822026-03-13T16:55:23.681Z Compiling pkcs5 v0.7.1
19832026-03-13T16:55:23.702Z Compiling rand v0.9.2
19842026-03-13T16:55:23.906Z Compiling http-body v1.0.1
19852026-03-13T16:55:23.952Z Compiling scroll v0.12.0
19862026-03-13T16:55:24.021Z Compiling scroll v0.13.0
19872026-03-13T16:55:24.118Z Compiling serde_spanned v0.6.9
19882026-03-13T16:55:24.149Z Compiling toml_datetime v0.6.11
19892026-03-13T16:55:24.308Z Compiling tokio-util v0.7.18
19902026-03-13T16:55:24.351Z Compiling heapless v0.7.17
19912026-03-13T16:55:24.499Z Compiling bzip2-sys v0.1.13+1.0.8
19922026-03-13T16:55:24.546Z Compiling untrusted v0.7.1
19932026-03-13T16:55:24.657Z Compiling openssl-probe v0.2.1
19942026-03-13T16:55:24.705Z Compiling atomic-waker v1.1.2
19952026-03-13T16:55:24.904Z Compiling zstd-safe v7.2.4
19962026-03-13T16:55:24.908Z Compiling signal-hook v0.3.18
19972026-03-13T16:55:25.138Z Compiling goblin v0.10.5
19982026-03-13T16:55:25.171Z Compiling toml_parser v1.0.9+spec-1.1.0
19992026-03-13T16:55:25.223Z Compiling goblin v0.8.2
20002026-03-13T16:55:25.362Z Compiling pkcs8 v0.10.2
20012026-03-13T16:55:25.650Z Compiling zerocopy v0.7.35
20022026-03-13T16:55:25.760Z Compiling ref-cast-impl v1.0.25
20032026-03-13T16:55:25.844Z Compiling darling_core v0.20.11
20042026-03-13T16:55:26.053Z Compiling toml_datetime v0.7.5+spec-1.1.0
20052026-03-13T16:55:26.157Z Compiling memoffset v0.9.1
20062026-03-13T16:55:26.304Z Compiling try-lock v0.2.5
20072026-03-13T16:55:26.428Z Compiling tower-layer v0.3.3
20082026-03-13T16:55:26.450Z Compiling tower-service v0.3.3
20092026-03-13T16:55:26.473Z Compiling litrs v1.0.0
20102026-03-13T16:55:26.584Z Compiling tinyvec_macros v0.1.1
20112026-03-13T16:55:26.688Z Compiling winnow v0.5.40
20122026-03-13T16:55:26.743Z Compiling rustix v0.38.44
20132026-03-13T16:55:26.747Z Compiling fastrand v2.3.0
20142026-03-13T16:55:27.183Z Compiling document-features v0.2.12
20152026-03-13T16:55:27.205Z Compiling tinyvec v1.10.0
20162026-03-13T16:55:27.228Z Compiling h2 v0.4.13
20172026-03-13T16:55:27.275Z Compiling want v0.3.1
20182026-03-13T16:55:28.053Z Compiling dtrace-parser v0.2.0
20192026-03-13T16:55:28.078Z Compiling dtrace-parser v0.3.0
20202026-03-13T16:55:28.472Z Compiling toml_edit v0.19.15
20212026-03-13T16:55:28.596Z Compiling dof v0.3.0
20222026-03-13T16:55:28.654Z Compiling darling_macro v0.20.11
20232026-03-13T16:55:28.769Z Compiling ipnet v2.11.0
20242026-03-13T16:55:28.896Z Compiling daft-derive v0.1.5
20252026-03-13T16:55:28.927Z Compiling async-trait v0.1.89
20262026-03-13T16:55:29.306Z Compiling dof v0.4.0
20272026-03-13T16:55:29.491Z Compiling curve25519-dalek v4.1.3
20282026-03-13T16:55:29.575Z Compiling spin v0.9.8
20292026-03-13T16:55:29.741Z Compiling thread-id v4.2.2
20302026-03-13T16:55:29.855Z Compiling thread-id v5.1.0
20312026-03-13T16:55:29.882Z Compiling proc-macro-error-attr v1.0.4
20322026-03-13T16:55:29.903Z Compiling pin-utils v0.1.0
20332026-03-13T16:55:29.924Z Compiling powerfmt v0.2.0
20342026-03-13T16:55:30.008Z Compiling httpdate v1.0.3
20352026-03-13T16:55:30.082Z Compiling num-bigint-dig v0.8.6
20362026-03-13T16:55:30.225Z Compiling cfg_aliases v0.2.1
20372026-03-13T16:55:30.266Z Compiling foreign-types-shared v0.1.1
20382026-03-13T16:55:30.333Z Compiling smoltcp v0.9.1
20392026-03-13T16:55:30.485Z Compiling foreign-types v0.3.2
20402026-03-13T16:55:30.506Z Compiling nix v0.31.1
20412026-03-13T16:55:30.568Z Compiling deranged v0.5.8
20422026-03-13T16:55:30.639Z Compiling tempfile v3.25.0
20432026-03-13T16:55:30.932Z Compiling darling v0.20.11
20442026-03-13T16:55:31.166Z Compiling ipnetwork v0.21.1
20452026-03-13T16:55:31.314Z Compiling hyper v1.8.1
20462026-03-13T16:55:31.369Z Compiling strum_macros v0.26.4
20472026-03-13T16:55:31.661Z Compiling socket2 v0.5.10
20482026-03-13T16:55:31.684Z Compiling wait-timeout v0.2.1
20492026-03-13T16:55:31.982Z Compiling proc-macro-error v1.0.4
20502026-03-13T16:55:32.032Z Compiling siphasher v1.0.2
20512026-03-13T16:55:32.294Z Compiling bit-vec v0.8.0
20522026-03-13T16:55:32.357Z Compiling num_threads v0.1.7
20532026-03-13T16:55:32.390Z Compiling unicode-segmentation v1.12.0
20542026-03-13T16:55:32.472Z Compiling simd-adler32 v0.3.8
20552026-03-13T16:55:32.485Z Compiling anstyle v1.0.13
20562026-03-13T16:55:32.510Z Compiling utf8parse v0.2.2
20572026-03-13T16:55:32.679Z Compiling quick-error v1.2.3
20582026-03-13T16:55:32.831Z Compiling rusty-fork v0.3.1
20592026-03-13T16:55:32.965Z Compiling time v0.3.47
20602026-03-13T16:55:32.987Z Compiling hyper-util v0.1.20
20612026-03-13T16:55:33.232Z Compiling anstyle-parse v0.2.7
20622026-03-13T16:55:33.266Z Compiling bit-set v0.8.0
20632026-03-13T16:55:33.590Z Compiling crossbeam-epoch v0.9.18
20642026-03-13T16:55:33.743Z Compiling derive_builder_core v0.20.2
20652026-03-13T16:55:34.038Z Compiling unicode-normalization v0.1.25
20662026-03-13T16:55:34.715Z Compiling rustls-native-certs v0.8.3
20672026-03-13T16:55:35.174Z Compiling signature v2.2.0
20682026-03-13T16:55:35.261Z Compiling hubpack_derive v0.1.1
20692026-03-13T16:55:35.295Z Compiling curve25519-dalek-derive v0.1.1
20702026-03-13T16:55:35.318Z Compiling strum_macros v0.27.2
20712026-03-13T16:55:35.364Z Compiling rand_xorshift v0.4.0
20722026-03-13T16:55:35.562Z Compiling sync_wrapper v1.0.2
20732026-03-13T16:55:35.665Z Compiling fs-err v3.3.0
20742026-03-13T16:55:35.711Z Compiling ahash v0.8.12
20752026-03-13T16:55:35.876Z Compiling object v0.37.3
20762026-03-13T16:55:35.927Z Compiling unarray v0.1.4
20772026-03-13T16:55:35.958Z Compiling unicode-properties v0.1.4
20782026-03-13T16:55:36.012Z Compiling anstyle-query v1.1.5
20792026-03-13T16:55:36.036Z Compiling adler2 v2.0.1
20802026-03-13T16:55:36.091Z Compiling is_terminal_polyfill v1.70.2
20812026-03-13T16:55:36.170Z Compiling unicode-bidi v0.3.18
20822026-03-13T16:55:36.205Z Compiling colorchoice v1.0.4
20832026-03-13T16:55:36.246Z Compiling miniz_oxide v0.8.9
20842026-03-13T16:55:36.249Z Compiling proptest v1.10.0
20852026-03-13T16:55:36.359Z Compiling anstream v0.6.21
20862026-03-13T16:55:36.835Z Compiling stringprep v0.1.5
20872026-03-13T16:55:36.921Z Compiling tower v0.5.3
20882026-03-13T16:55:37.167Z Compiling derive_builder_macro v0.20.2
20892026-03-13T16:55:37.435Z Compiling crossbeam-deque v0.8.6
20902026-03-13T16:55:37.504Z Compiling heck v0.4.1
20912026-03-13T16:55:37.565Z Compiling usdt-attr-macro v0.6.0
20922026-03-13T16:55:37.661Z Compiling usdt-macro v0.6.0
20932026-03-13T16:55:37.843Z Compiling http-body-util v0.1.3
20942026-03-13T16:55:37.988Z Compiling webpki-roots v1.0.6
20952026-03-13T16:55:38.156Z Compiling rand_chacha v0.3.1
20962026-03-13T16:55:38.184Z Compiling erased-serde v0.3.31
20972026-03-13T16:55:38.226Z Compiling md-5 v0.10.6
20982026-03-13T16:55:38.577Z Compiling num-integer v0.1.46
20992026-03-13T16:55:38.615Z Compiling hash32 v0.2.1
21002026-03-13T16:55:38.647Z Compiling vergen-lib v0.1.6
21012026-03-13T16:55:38.660Z Compiling ff v0.13.1
21022026-03-13T16:55:38.673Z Compiling base16ct v0.2.0
21032026-03-13T16:55:38.719Z Compiling zlib-rs v0.6.2
21042026-03-13T16:55:38.742Z Compiling iri-string v0.7.10
21052026-03-13T16:55:38.745Z Compiling fallible-iterator v0.2.0
21062026-03-13T16:55:38.781Z Compiling psl-types v2.0.11
21072026-03-13T16:55:38.785Z Compiling ryu v1.0.23
21082026-03-13T16:55:38.899Z Compiling sec1 v0.7.3
21092026-03-13T16:55:38.943Z Compiling publicsuffix v2.3.0
21102026-03-13T16:55:38.984Z Compiling num-iter v0.1.45
21112026-03-13T16:55:39.046Z Compiling serde_urlencoded v0.7.1
21122026-03-13T16:55:39.066Z Compiling newtype-uuid v1.3.2
21132026-03-13T16:55:39.103Z Compiling group v0.13.0
21142026-03-13T16:55:39.149Z Compiling postgres-protocol v0.6.10
21152026-03-13T16:55:39.429Z Compiling rand v0.8.5
21162026-03-13T16:55:39.545Z Compiling oxnet v0.1.4
21172026-03-13T16:55:39.706Z Compiling derive_builder v0.20.2
21182026-03-13T16:55:39.835Z Compiling zone_cfg_derive v0.3.1
21192026-03-13T16:55:39.971Z Compiling tokio-native-tls v0.3.1
21202026-03-13T16:55:40.037Z Compiling phf_shared v0.13.1
21212026-03-13T16:55:40.178Z Compiling lazy_static v1.5.0
21222026-03-13T16:55:40.266Z Compiling terminal_size v0.4.3
21232026-03-13T16:55:40.295Z Compiling serde_with_macros v3.17.0
21242026-03-13T16:55:40.384Z Compiling cargo-platform v0.1.9
21252026-03-13T16:55:40.421Z Compiling tower-http v0.6.8
21262026-03-13T16:55:40.444Z Compiling hkdf v0.12.4
21272026-03-13T16:55:40.468Z Compiling crypto-bigint v0.5.5
21282026-03-13T16:55:40.553Z Compiling clap_derive v4.5.55
21292026-03-13T16:55:40.578Z Compiling serde_repr v0.1.20
21302026-03-13T16:55:40.652Z Compiling enum-as-inner v0.6.1
21312026-03-13T16:55:40.675Z Compiling vergen v9.0.6
21322026-03-13T16:55:40.754Z Compiling unicode-width v0.2.0
21332026-03-13T16:55:40.835Z Compiling clap_lex v1.0.0
21342026-03-13T16:55:40.957Z Compiling libbz2-rs-sys v0.2.2
21352026-03-13T16:55:41.014Z Compiling bitflags v1.3.2
21362026-03-13T16:55:41.138Z Compiling managed v0.8.0
21372026-03-13T16:55:41.253Z Compiling foldhash v0.1.5
21382026-03-13T16:55:41.273Z Compiling bumpalo v3.20.2
21392026-03-13T16:55:41.480Z Compiling flate2 v1.1.9
21402026-03-13T16:55:41.499Z Compiling bzip2 v0.6.1
21412026-03-13T16:55:41.540Z Compiling zopfli v0.8.3
21422026-03-13T16:55:41.724Z Compiling hashbrown v0.15.5
21432026-03-13T16:55:41.745Z Compiling console v0.16.2
21442026-03-13T16:55:41.767Z Compiling clap_builder v4.5.60
21452026-03-13T16:55:41.871Z Compiling cargo_metadata v0.19.2
21462026-03-13T16:55:42.019Z Compiling elliptic-curve v0.13.8
21472026-03-13T16:55:42.277Z Compiling phf v0.13.1
21482026-03-13T16:55:42.461Z Compiling hyper-tls v0.6.0
21492026-03-13T16:55:42.481Z Compiling rayon v1.11.0
21502026-03-13T16:55:42.502Z Compiling signal-hook-mio v0.2.5
21512026-03-13T16:55:42.577Z Compiling cookie_store v0.22.1
21522026-03-13T16:55:42.660Z Compiling daft v0.1.5
21532026-03-13T16:55:42.780Z Compiling postgres-types v0.2.12
21542026-03-13T16:55:42.804Z Compiling bzip2 v0.4.4
21552026-03-13T16:55:43.069Z Compiling zstd v0.13.3
21562026-03-13T16:55:43.173Z Compiling strum v0.27.2
21572026-03-13T16:55:43.411Z Compiling hubpack v0.1.2
21582026-03-13T16:55:43.451Z Compiling ed25519 v2.2.3
21592026-03-13T16:55:43.478Z Compiling phf_shared v0.11.3
21602026-03-13T16:55:43.714Z Compiling pkcs1 v0.7.5
21612026-03-13T16:55:43.778Z Compiling serde-big-array v0.5.1
21622026-03-13T16:55:43.797Z Compiling hex v0.4.3
21632026-03-13T16:55:43.957Z Compiling rfc6979 v0.4.0
21642026-03-13T16:55:43.977Z Compiling bstr v1.12.1
21652026-03-13T16:55:44.239Z Compiling itertools v0.12.1
21662026-03-13T16:55:44.249Z Compiling float-cmp v0.10.0
21672026-03-13T16:55:44.269Z Compiling memmap2 v0.9.10
21682026-03-13T16:55:44.273Z Compiling env_filter v1.0.0
21692026-03-13T16:55:44.345Z Compiling encoding_rs v0.8.35
21702026-03-13T16:55:44.374Z Compiling new_debug_unreachable v1.0.6
21712026-03-13T16:55:44.478Z Compiling fixedbitset v0.5.7
21722026-03-13T16:55:44.585Z Compiling predicates-core v1.0.10
21732026-03-13T16:55:44.751Z Compiling rustc-hash v2.1.1
21742026-03-13T16:55:44.811Z Compiling data-encoding v2.10.0
21752026-03-13T16:55:44.832Z Compiling mime v0.3.17
21762026-03-13T16:55:44.858Z Compiling keccak v0.1.6
21772026-03-13T16:55:44.877Z Compiling difflib v0.4.0
21782026-03-13T16:55:44.902Z Compiling static_assertions v1.1.0
21792026-03-13T16:55:44.924Z Compiling precomputed-hash v0.1.1
21802026-03-13T16:55:45.015Z Compiling normalize-line-endings v0.3.0
21812026-03-13T16:55:45.054Z Compiling toml_write v0.1.2
21822026-03-13T16:55:45.142Z Compiling unit-prefix v0.5.2
21832026-03-13T16:55:45.164Z Compiling jiff v0.2.21
21842026-03-13T16:55:45.164Z Compiling fixedbitset v0.4.2
21852026-03-13T16:55:45.297Z Compiling whoami v2.1.0
21862026-03-13T16:55:45.361Z Compiling indicatif v0.18.4
21872026-03-13T16:55:45.453Z Compiling petgraph v0.6.5
21882026-03-13T16:55:45.517Z Compiling toml_edit v0.22.27
21892026-03-13T16:55:45.591Z Compiling tokio-postgres v0.7.16
21902026-03-13T16:55:45.656Z Compiling hickory-proto v0.25.2
21912026-03-13T16:55:45.762Z Compiling zone v0.3.1
21922026-03-13T16:55:45.847Z Compiling predicates v3.1.4
21932026-03-13T16:55:46.127Z Compiling sha3 v0.10.8
21942026-03-13T16:55:46.146Z Compiling string_cache v0.8.9
21952026-03-13T16:55:46.390Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21962026-03-13T16:55:46.441Z Compiling iddqd v0.3.17
21972026-03-13T16:55:46.603Z Compiling petgraph v0.8.3
21982026-03-13T16:55:46.645Z Compiling similar v2.7.0
21992026-03-13T16:55:47.460Z Compiling env_logger v0.11.9
22002026-03-13T16:55:47.664Z Compiling usdt v0.6.0
22012026-03-13T16:55:47.997Z Compiling serde_with v3.17.0
22022026-03-13T16:55:48.257Z Compiling ecdsa v0.16.9
22032026-03-13T16:55:48.410Z Compiling rsa v0.9.10
22042026-03-13T16:55:48.790Z Compiling zip v4.6.1
22052026-03-13T16:55:49.138Z Compiling clap v4.5.60
22062026-03-13T16:55:49.269Z Compiling ed25519-dalek v2.2.0
22072026-03-13T16:55:49.979Z Compiling crossterm v0.28.1
22082026-03-13T16:55:50.043Z Compiling zip v0.6.6
22092026-03-13T16:55:50.194Z Compiling strum v0.26.3
22102026-03-13T16:55:50.361Z Compiling toml v0.7.8
22112026-03-13T16:55:50.422Z Compiling tokio-stream v0.1.18
22122026-03-13T16:55:50.442Z Compiling buf-list v1.1.2
22132026-03-13T16:55:50.744Z Compiling x509-cert v0.2.5
22142026-03-13T16:55:50.783Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22152026-03-13T16:55:51.105Z Compiling openapiv3 v2.2.0
22162026-03-13T16:55:51.128Z Compiling sha1 v0.10.6
22172026-03-13T16:55:51.355Z Compiling itertools v0.13.0
22182026-03-13T16:55:51.577Z Compiling peg-runtime v0.8.5
22192026-03-13T16:55:51.969Z Compiling lalrpop-util v0.19.12
22202026-03-13T16:56:07.694Z Compiling macaddr v1.0.1
22212026-03-13T16:56:07.843Z Compiling structmeta-derive v0.3.0
22222026-03-13T16:56:07.876Z Compiling itertools v0.14.0
22232026-03-13T16:56:08.978Z Compiling heapless v0.8.0
22242026-03-13T16:56:09.532Z Compiling ingot-macros v0.1.1
22252026-03-13T16:56:09.832Z Compiling structmeta v0.3.0
22262026-03-13T16:56:14.382Z Compiling rustls-webpki v0.103.9
22272026-03-13T16:56:14.886Z Compiling toml_edit v0.23.10+spec-1.0.0
22282026-03-13T16:56:16.179Z Compiling hash32 v0.3.1
22292026-03-13T16:56:16.196Z Compiling smoltcp v0.11.0
22302026-03-13T16:56:16.402Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22312026-03-13T16:56:16.571Z Compiling proc-macro-crate v3.4.0
22322026-03-13T16:56:16.594Z Compiling ingot-types v0.1.2
22332026-03-13T16:56:16.675Z Compiling cobs v0.3.0
22342026-03-13T16:56:16.731Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22352026-03-13T16:56:17.008Z Compiling rustls v0.22.4
22362026-03-13T16:56:17.081Z Compiling postcard v1.1.3
22372026-03-13T16:56:17.107Z Compiling proc-macro-crate v1.3.1
22382026-03-13T16:56:17.189Z Compiling num_enum_derive v0.7.5
22392026-03-13T16:56:17.233Z Compiling ingot v0.1.1
22402026-03-13T16:56:17.315Z Compiling rustls-webpki v0.102.8
22412026-03-13T16:56:17.580Z Compiling futures-executor v0.3.32
22422026-03-13T16:56:17.601Z Compiling foreign-types-macros v0.2.3
22432026-03-13T16:56:17.778Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22442026-03-13T16:56:17.934Z Compiling multer v3.1.0
22452026-03-13T16:56:17.968Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22462026-03-13T16:56:18.196Z Compiling thread_local v1.1.9
22472026-03-13T16:56:18.221Z Compiling slog-async v2.8.0
22482026-03-13T16:56:18.263Z Compiling typeid v1.0.3
22492026-03-13T16:56:18.287Z Compiling match_cfg v0.1.0
22502026-03-13T16:56:18.364Z Compiling foreign-types-shared v0.3.1
22512026-03-13T16:56:18.393Z Compiling cpufeatures v0.3.0
22522026-03-13T16:56:18.427Z Compiling hostname v0.3.1
22532026-03-13T16:56:18.494Z Compiling num_enum v0.7.5
22542026-03-13T16:56:18.522Z Compiling chacha20 v0.10.0
22552026-03-13T16:56:18.526Z Compiling foreign-types v0.5.0
22562026-03-13T16:56:18.691Z Compiling futures v0.3.32
22572026-03-13T16:56:18.694Z Compiling num_enum_derive v0.5.11
22582026-03-13T16:56:18.754Z Compiling derive-ex v0.1.8
22592026-03-13T16:56:18.836Z Compiling tabwriter v1.4.1
22602026-03-13T16:56:18.915Z Compiling slog-json v2.6.1
22612026-03-13T16:56:18.938Z Compiling crossbeam-channel v0.5.15
22622026-03-13T16:56:18.959Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22632026-03-13T16:56:19.242Z Compiling async-stream-impl v0.3.6
22642026-03-13T16:56:19.314Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22652026-03-13T16:56:19.545Z Compiling serde_spanned v1.0.4
22662026-03-13T16:56:19.694Z Compiling tokio-rustls v0.26.4
22672026-03-13T16:56:19.765Z Compiling rustls-platform-verifier v0.6.2
22682026-03-13T16:56:19.877Z Compiling is-terminal v0.4.17
22692026-03-13T16:56:19.967Z Compiling cstr-argument v0.1.2
22702026-03-13T16:56:20.020Z Compiling hyper-rustls v0.27.7
22712026-03-13T16:56:20.042Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22722026-03-13T16:56:20.070Z Compiling dropshot v0.16.7
22732026-03-13T16:56:20.117Z Compiling crucible-workspace-hack v0.1.0
22742026-03-13T16:56:20.124Z Compiling toml_writer v1.0.6+spec-1.1.0
22752026-03-13T16:56:20.197Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22762026-03-13T16:56:20.389Z Compiling reqwest v0.13.2
22772026-03-13T16:56:20.393Z Compiling reqwest v0.12.28
22782026-03-13T16:56:20.453Z Compiling erased-serde v0.4.9
22792026-03-13T16:56:20.475Z Compiling take_mut v0.2.2
22802026-03-13T16:56:20.495Z Compiling term v1.2.1
22812026-03-13T16:56:20.558Z Compiling toml v0.9.12+spec-1.1.0
22822026-03-13T16:56:20.952Z Compiling slog-term v2.9.2
22832026-03-13T16:56:20.977Z Compiling test-strategy v0.4.5
22842026-03-13T16:56:21.093Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22852026-03-13T16:56:21.633Z Compiling tokio-rustls v0.25.0
22862026-03-13T16:56:21.942Z Compiling async-stream v0.3.6
22872026-03-13T16:56:22.118Z Compiling num_enum v0.5.11
22882026-03-13T16:56:22.188Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22892026-03-13T16:56:22.288Z Compiling slog-bunyan v2.5.0
22902026-03-13T16:56:22.308Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22912026-03-13T16:56:22.327Z Compiling rand v0.10.0
22922026-03-13T16:56:22.537Z Compiling parse-display-derive v0.10.0
22932026-03-13T16:56:22.589Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22942026-03-13T16:56:22.620Z Compiling backon v1.6.0
22952026-03-13T16:56:22.711Z Compiling waitgroup v0.1.2
22962026-03-13T16:56:22.766Z Compiling newtype-uuid-macros v0.1.0
22972026-03-13T16:56:22.850Z Compiling dropshot_endpoint v0.16.7
22982026-03-13T16:56:22.913Z Compiling rustls-pemfile v2.2.0
22992026-03-13T16:56:22.928Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23002026-03-13T16:56:22.956Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23012026-03-13T16:56:23.076Z Compiling serde_path_to_error v0.1.20
23022026-03-13T16:56:23.265Z Compiling hostname v0.4.2
23032026-03-13T16:56:23.311Z Compiling instant v0.1.13
23042026-03-13T16:56:23.383Z Compiling colored v3.1.1
23052026-03-13T16:56:23.402Z Compiling libefi-sys v0.1.0
23062026-03-13T16:56:23.465Z Compiling debug-ignore v1.0.5
23072026-03-13T16:56:23.486Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23082026-03-13T16:56:23.515Z Compiling backoff v0.4.0
23092026-03-13T16:56:23.692Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23102026-03-13T16:56:23.771Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23112026-03-13T16:56:23.783Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23122026-03-13T16:56:23.809Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23132026-03-13T16:56:23.969Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23142026-03-13T16:56:24.261Z Compiling camino-tempfile v1.4.1
23152026-03-13T16:56:24.478Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23162026-03-13T16:56:24.577Z Compiling parse-display v0.10.0
23172026-03-13T16:56:24.649Z Compiling usdt-macro v0.5.0
23182026-03-13T16:56:24.817Z Compiling usdt-attr-macro v0.5.0
23192026-03-13T16:56:24.965Z Compiling secrecy v0.10.3
23202026-03-13T16:56:25.036Z Compiling bitfield-struct v0.6.2
23212026-03-13T16:56:25.203Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23222026-03-13T16:56:25.224Z Compiling num-derive v0.4.2
23232026-03-13T16:56:25.615Z Compiling regress v0.10.5
23242026-03-13T16:56:25.638Z Compiling ordered-float v2.10.1
23252026-03-13T16:56:25.662Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23262026-03-13T16:56:25.722Z Compiling blake3 v1.8.3
23272026-03-13T16:56:25.826Z Compiling sigpipe v0.1.3
23282026-03-13T16:56:25.864Z Compiling memmap v0.7.0
23292026-03-13T16:56:25.902Z Compiling glob v0.3.3
23302026-03-13T16:56:25.923Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23312026-03-13T16:56:25.965Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23322026-03-13T16:56:26.050Z Compiling usdt v0.5.0
23332026-03-13T16:56:26.182Z Compiling serde-value v0.7.0
23342026-03-13T16:56:26.253Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23352026-03-13T16:56:26.275Z Compiling serde-untagged v0.1.9
23362026-03-13T16:56:26.398Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23372026-03-13T16:56:26.458Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23382026-03-13T16:56:26.769Z Compiling toml v0.8.23
23392026-03-13T16:56:26.790Z Compiling smf v0.2.3
23402026-03-13T16:56:26.793Z Compiling filetime v0.2.27
23412026-03-13T16:56:26.847Z Compiling constant_time_eq v0.4.2
23422026-03-13T16:56:26.867Z Compiling arrayref v0.3.9
23432026-03-13T16:56:26.979Z Compiling whoami v1.6.1
23442026-03-13T16:56:27.085Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23452026-03-13T16:56:27.112Z Compiling unicode-xid v0.2.6
23462026-03-13T16:56:27.112Z Compiling arrayvec v0.7.6
23472026-03-13T16:56:27.115Z Compiling same-file v1.0.6
23482026-03-13T16:56:27.171Z Compiling xattr v1.6.1
23492026-03-13T16:56:27.214Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23502026-03-13T16:56:27.329Z Compiling walkdir v2.5.0
23512026-03-13T16:56:27.355Z Compiling tar v0.4.44
23522026-03-13T16:56:27.436Z Compiling cargo-util-schemas v0.8.2
23532026-03-13T16:56:27.456Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23542026-03-13T16:56:27.558Z Compiling tokio-dtrace v0.1.1
23552026-03-13T16:56:27.771Z Compiling gethostname v0.5.0
23562026-03-13T16:56:27.956Z Compiling cargo-platform v0.2.0
23572026-03-13T16:56:28.043Z Compiling topological-sort v0.2.2
23582026-03-13T16:56:28.088Z Compiling oxide-tokio-rt v0.1.3
23592026-03-13T16:56:28.248Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23602026-03-13T16:56:28.266Z Compiling indent_write v2.2.0
23612026-03-13T16:56:28.288Z Compiling shell-words v1.1.1
23622026-03-13T16:56:29.187Z Compiling cargo_metadata v0.21.0
23632026-03-13T16:56:40.974Z Compiling progenitor-client v0.13.0
23642026-03-13T16:56:41.028Z Compiling progenitor-client v0.10.0
23652026-03-13T16:56:41.043Z Compiling omicron-zone-package v0.12.2
23662026-03-13T16:56:41.149Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23672026-03-13T16:56:41.156Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23682026-03-13T16:56:41.156Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23692026-03-13T16:56:41.201Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23702026-03-13T16:56:41.355Z Compiling progenitor-extras v0.1.1
23712026-03-13T16:56:41.666Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23722026-03-13T16:56:50.996Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23732026-03-13T16:56:52.219Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23742026-03-13T16:57:00.647Z Finished `release` profile [optimized] target(s) in 1m 55s
23752026-03-13T16:57:00.826Z Running `target/release/omicron-package -t test target create -p dev`
23762026-03-13T16:57:00.886ZLogging to: /work/oxidecomputer/omicron/out/LOG
23772026-03-13T16:57:00.889ZCreated new build target 'test' and set it as active
23782026-03-13T16:57:00.892Z
23792026-03-13T16:57:00.892Zreal 1:55.616495124
23802026-03-13T16:57:00.892Zuser 20:35.048021827
23812026-03-13T16:57:00.892Zsys 3:03.801649908
23822026-03-13T16:57:00.892Ztrap 0.541123450
23832026-03-13T16:57:00.892Ztflt 3.435259769
23842026-03-13T16:57:00.892Zdflt 3.778298907
23852026-03-13T16:57:00.892Zkflt 0.031201029
23862026-03-13T16:57:00.892Zlock 47:25.038753523
23872026-03-13T16:57:00.892Zslp 1:11:49.419770819
23882026-03-13T16:57:00.892Zlat 49.414180453
23892026-03-13T16:57:00.892Zstop 6:48.685002361
23902026-03-13T16:57:00.892Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23912026-03-13T16:57:02.025Z Finished `release` profile [optimized] target(s) in 1.08s
23922026-03-13T16:57:02.059Z Running `target/release/omicron-package -t test package`
23932026-03-13T16:57:02.117ZLogging to: /work/oxidecomputer/omicron/out/LOG
23942026-03-13T16:57:03.895Z Compiling regress v0.10.5
23952026-03-13T16:57:03.895Z Compiling heck v0.5.0
23962026-03-13T16:57:03.899Z Compiling unsafe-libyaml v0.2.11
23972026-03-13T16:57:03.899Z Compiling convert_case v0.4.0
23982026-03-13T16:57:04.171Z Compiling half v2.7.1
23992026-03-13T16:57:04.174Z Compiling ciborium-io v0.2.2
24002026-03-13T16:57:04.196Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24012026-03-13T16:57:04.199Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24022026-03-13T16:57:04.245Z Compiling prettyplease v0.2.37
24032026-03-13T16:57:04.248Z Compiling universal-hash v0.5.1
24042026-03-13T16:57:04.271Z Compiling thiserror-impl-no-std v2.0.2
24052026-03-13T16:57:04.274Z Compiling opaque-debug v0.3.1
24062026-03-13T16:57:04.274Z Compiling unicode-width v0.1.14
24072026-03-13T16:57:04.274Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24082026-03-13T16:57:04.299Z Compiling chacha20 v0.9.1
24092026-03-13T16:57:04.328Z Compiling typify-impl v0.6.1
24102026-03-13T16:57:04.357Z Compiling password-hash v0.5.0
24112026-03-13T16:57:04.532Z Compiling blake2 v0.10.6
24122026-03-13T16:57:04.568Z Compiling derive_more v0.99.20
24132026-03-13T16:57:04.596Z Compiling ciborium-ll v0.2.2
24142026-03-13T16:57:04.671Z Compiling poly1305 v0.8.0
24152026-03-13T16:57:04.698Z Compiling aead v0.5.2
24162026-03-13T16:57:04.733Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24172026-03-13T16:57:04.869Z Compiling serde_yaml v0.9.34+deprecated
24182026-03-13T16:57:04.909Z Compiling ciborium v0.2.2
24192026-03-13T16:57:04.969Z Compiling is-terminal v0.4.17
24202026-03-13T16:57:04.997Z Compiling swrite v0.1.0
24212026-03-13T16:57:05.028Z Compiling argon2 v0.5.3
24222026-03-13T16:57:05.117Z Compiling chacha20poly1305 v0.10.1
24232026-03-13T16:57:05.159Z Compiling serde_spanned v1.0.4
24242026-03-13T16:57:05.224Z Compiling toml_writer v1.0.6+spec-1.1.0
24252026-03-13T16:57:05.373Z Compiling bytecount v0.6.9
24262026-03-13T16:57:05.400Z Compiling rustls v0.22.4
24272026-03-13T16:57:05.439Z Compiling rustls-webpki v0.102.8
24282026-03-13T16:57:05.501Z Compiling toml v0.9.12+spec-1.1.0
24292026-03-13T16:57:05.532Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24302026-03-13T16:57:05.637Z Compiling derive-where v1.6.0
24312026-03-13T16:57:05.665Z Compiling thread_local v1.1.9
24322026-03-13T16:57:05.697Z Compiling match_cfg v0.1.0
24332026-03-13T16:57:05.818Z Compiling thiserror-no-std v2.0.2
24342026-03-13T16:57:05.851Z Compiling hostname v0.3.1
24352026-03-13T16:57:05.965Z Compiling vsss-rs v3.3.4
24362026-03-13T16:57:06.027Z Compiling multer v3.1.0
24372026-03-13T16:57:06.084Z Compiling slog-async v2.8.0
24382026-03-13T16:57:06.087Z Compiling slog-json v2.6.1
24392026-03-13T16:57:06.142Z Compiling crossbeam-channel v0.5.15
24402026-03-13T16:57:06.376Z Compiling typify-impl v0.4.3
24412026-03-13T16:57:06.379Z Compiling futures-executor v0.3.32
24422026-03-13T16:57:06.430Z Compiling take_mut v0.2.2
24432026-03-13T16:57:06.474Z Compiling term v1.2.1
24442026-03-13T16:57:06.604Z Compiling slog-bunyan v2.5.0
24452026-03-13T16:57:06.712Z Compiling futures v0.3.32
24462026-03-13T16:57:06.809Z Compiling async-stream v0.3.6
24472026-03-13T16:57:06.845Z Compiling dropshot v0.16.7
24482026-03-13T16:57:06.881Z Compiling slog-term v2.9.2
24492026-03-13T16:57:06.927Z Compiling progenitor-client v0.13.0
24502026-03-13T16:57:07.044Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24512026-03-13T16:57:07.125Z Compiling waitgroup v0.1.2
24522026-03-13T16:57:07.176Z Compiling backon v1.6.0
24532026-03-13T16:57:07.297Z Compiling rustls-pemfile v2.2.0
24542026-03-13T16:57:07.328Z Compiling serde_path_to_error v0.1.20
24552026-03-13T16:57:07.331Z Compiling hostname v0.4.2
24562026-03-13T16:57:07.331Z Compiling instant v0.1.13
24572026-03-13T16:57:07.411Z Compiling debug-ignore v1.0.5
24582026-03-13T16:57:07.414Z Compiling progenitor-extras v0.1.1
24592026-03-13T16:57:07.474Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24602026-03-13T16:57:07.532Z Compiling backoff v0.4.0
24612026-03-13T16:57:07.563Z Compiling parse-display v0.10.0
24622026-03-13T16:57:07.597Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24632026-03-13T16:57:07.600Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24642026-03-13T16:57:07.600Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24652026-03-13T16:57:07.708Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24662026-03-13T16:57:07.772Z Compiling progenitor-client v0.10.0
24672026-03-13T16:57:07.799Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24682026-03-13T16:57:07.826Z Compiling macaddr v1.0.1
24692026-03-13T16:57:07.851Z Compiling console v0.15.11
24702026-03-13T16:57:07.965Z Compiling newline-converter v0.3.0
24712026-03-13T16:57:07.986Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24722026-03-13T16:57:08.137Z Compiling atomicwrites v0.4.4
24732026-03-13T16:57:08.171Z Compiling num-rational v0.4.2
24742026-03-13T16:57:08.229Z Compiling num-complex v0.4.6
24752026-03-13T16:57:08.420Z Compiling tokio-rustls v0.25.0
24762026-03-13T16:57:08.535Z Compiling slog-dtrace v0.3.0
24772026-03-13T16:57:08.853Z Compiling num v0.4.3
24782026-03-13T16:57:08.927Z Compiling expectorate v1.2.0
24792026-03-13T16:57:08.930Z Compiling async-recursion v1.1.1
24802026-03-13T16:57:09.004Z Compiling cancel-safe-futures v0.1.5
24812026-03-13T16:57:09.033Z Compiling float-ord v0.3.2
24822026-03-13T16:57:09.221Z Compiling owo-colors v4.3.0
24832026-03-13T16:57:09.246Z Compiling libsw-core v0.3.2
24842026-03-13T16:57:09.387Z Compiling resolv-conf v0.7.6
24852026-03-13T16:57:09.499Z Compiling libsw v3.5.0
24862026-03-13T16:57:09.535Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24872026-03-13T16:57:09.784Z Compiling toml v0.8.23
24882026-03-13T16:57:09.816Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24892026-03-13T16:57:09.845Z Compiling linear-map v1.2.0
24902026-03-13T16:57:10.056Z Compiling minimal-lexical v0.2.1
24912026-03-13T16:57:10.095Z Compiling linked-hash-map v0.5.6
24922026-03-13T16:57:10.216Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24932026-03-13T16:57:10.242Z Compiling unicode-xid v0.2.6
24942026-03-13T16:57:10.415Z Compiling lru-cache v0.1.2
24952026-03-13T16:57:10.442Z Compiling nom v7.1.3
24962026-03-13T16:57:10.445Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24972026-03-13T16:57:10.775Z Compiling globset v0.4.18
24982026-03-13T16:57:10.796Z Compiling hickory-proto v0.24.4
24992026-03-13T16:57:11.186Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25002026-03-13T16:57:11.190Z Compiling typify-macro v0.6.1
25012026-03-13T16:57:11.405Z Compiling typify-macro v0.4.3
25022026-03-13T16:57:12.201Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25032026-03-13T16:57:12.299Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25042026-03-13T16:57:13.106Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25052026-03-13T16:57:13.168Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25062026-03-13T16:57:13.290Z Compiling typify v0.6.1
25072026-03-13T16:57:13.464Z Compiling progenitor-impl v0.13.0
25082026-03-13T16:57:14.124Z Compiling typify v0.4.3
25092026-03-13T16:57:14.455Z Compiling progenitor-impl v0.11.2
25102026-03-13T16:57:15.108Z Compiling hickory-resolver v0.24.4
25112026-03-13T16:57:15.334Z Compiling convert_case v0.10.0
25122026-03-13T16:57:15.736Z Compiling derive_more-impl v2.1.1
25132026-03-13T16:57:16.573Z Compiling progenitor-macro v0.13.0
25142026-03-13T16:57:16.800Z Compiling qorb v0.4.1
25152026-03-13T16:57:17.577Z Compiling progenitor-macro v0.11.2
25162026-03-13T16:57:18.432Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25172026-03-13T16:57:18.730Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25182026-03-13T16:57:20.295Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25192026-03-13T16:57:21.368Z Compiling progenitor-client v0.11.2
25202026-03-13T16:57:21.801Z Compiling pin-project-internal v1.1.11
25212026-03-13T16:57:21.945Z Compiling derive_more v2.1.1
25222026-03-13T16:57:21.975Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25232026-03-13T16:57:22.038Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25242026-03-13T16:57:22.086Z Compiling pem v3.0.6
25252026-03-13T16:57:22.238Z Compiling snafu-derive v0.8.9
25262026-03-13T16:57:22.267Z Compiling termtree v0.5.1
25272026-03-13T16:57:22.547Z Compiling crossterm v0.29.0
25282026-03-13T16:57:22.617Z Compiling progenitor v0.13.0
25292026-03-13T16:57:22.852Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25302026-03-13T16:57:23.015Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25312026-03-13T16:57:23.300Z Compiling pin-project v1.1.11
25322026-03-13T16:57:23.415Z Compiling progenitor v0.11.2
25332026-03-13T16:57:23.462Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25342026-03-13T16:57:23.632Z Compiling phf_shared v0.12.1
25352026-03-13T16:57:23.809Z Compiling olpc-cjson v0.1.4
25362026-03-13T16:57:24.105Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25372026-03-13T16:57:24.614Z Compiling snafu v0.8.9
25382026-03-13T16:57:24.869Z Compiling serde_plain v1.0.2
25392026-03-13T16:57:25.054Z Compiling vte v0.14.1
25402026-03-13T16:57:25.271Z Compiling csv-core v0.1.13
25412026-03-13T16:57:25.375Z Compiling highway v1.3.0
25422026-03-13T16:57:25.407Z Compiling typed-path v0.9.3
25432026-03-13T16:57:25.684Z Compiling chrono-tz v0.10.4
25442026-03-13T16:57:25.795Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25452026-03-13T16:57:25.836Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25462026-03-13T16:57:26.013Z Compiling csv v1.4.0
25472026-03-13T16:57:26.282Z Compiling strip-ansi-escapes v0.2.1
25482026-03-13T16:57:26.446Z Compiling phf v0.12.1
25492026-03-13T16:57:26.718Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25502026-03-13T16:57:27.029Z Compiling tough v0.20.0
25512026-03-13T16:57:27.297Z Compiling const_format_proc_macros v0.2.34
25522026-03-13T16:57:27.326Z Compiling papergrid v0.11.0
25532026-03-13T16:57:27.363Z Compiling fd-lock v4.0.4
25542026-03-13T16:57:27.569Z Compiling peg-macros v0.8.5
25552026-03-13T16:57:27.993Z Compiling tabled_derive v0.7.0
25562026-03-13T16:57:28.798Z Compiling nu-ansi-term v0.50.3
25572026-03-13T16:57:29.258Z Compiling tabled v0.15.0
25582026-03-13T16:57:29.289Z Compiling peg v0.8.5
25592026-03-13T16:57:29.342Z Compiling reedline v0.40.0
25602026-03-13T16:57:29.459Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25612026-03-13T16:57:29.525Z Compiling const_format v0.2.35
25622026-03-13T16:57:30.238Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25632026-03-13T16:57:30.265Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25642026-03-13T16:57:31.590Z Compiling bcs v0.1.6
25652026-03-13T16:57:31.782Z Compiling semver v0.1.20
25662026-03-13T16:57:32.130Z Compiling rustc_version v0.1.7
25672026-03-13T16:57:32.156Z Compiling base64 v0.21.7
25682026-03-13T16:57:32.421Z Compiling newtype_derive v0.1.6
25692026-03-13T16:57:32.716Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25702026-03-13T16:57:32.833Z Compiling smawk v0.3.2
25712026-03-13T16:57:33.027Z Compiling unicode-linebreak v0.1.5
25722026-03-13T16:57:33.080Z Compiling humantime v2.3.0
25732026-03-13T16:57:33.420Z Compiling textwrap v0.16.2
25742026-03-13T16:57:33.526Z Compiling dropshot-api-manager-types v0.6.0
25752026-03-13T16:57:33.699Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25762026-03-13T16:57:33.772Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25772026-03-13T16:57:34.195Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25782026-03-13T16:57:34.348Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25792026-03-13T16:57:34.436Z Compiling steno v0.4.1
25802026-03-13T16:57:34.557Z Compiling utf-8 v0.7.6
25812026-03-13T16:57:34.903Z Compiling progenitor-impl v0.10.0
25822026-03-13T16:57:35.200Z Compiling tagptr v0.2.0
25832026-03-13T16:57:35.456Z Compiling moka v0.12.13
25842026-03-13T16:57:35.639Z Compiling tungstenite v0.21.0
25852026-03-13T16:57:35.817Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25862026-03-13T16:57:36.660Z Compiling tokio-tungstenite v0.21.0
25872026-03-13T16:57:37.138Z Compiling hickory-resolver v0.25.2
25882026-03-13T16:57:37.306Z Compiling radium v0.7.0
25892026-03-13T16:57:37.718Z Compiling tap v1.0.1
25902026-03-13T16:57:37.901Z Compiling maybe-uninit v2.0.0
25912026-03-13T16:57:37.999Z Compiling progenitor-macro v0.10.0
25922026-03-13T16:57:38.360Z Compiling wyz v0.5.1
25932026-03-13T16:57:38.704Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25942026-03-13T16:57:38.756Z Compiling zerocopy-derive v0.6.6
25952026-03-13T16:57:39.166Z Compiling display-error-chain v0.2.2
25962026-03-13T16:57:39.396Z Compiling funty v2.0.0
25972026-03-13T16:57:39.579Z Compiling packed_struct v0.10.1
25982026-03-13T16:57:39.852Z Compiling crc-catalog v2.4.0
25992026-03-13T16:57:40.010Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26002026-03-13T16:57:40.039Z Compiling crc v3.4.0
26012026-03-13T16:57:40.323Z Compiling bitvec v1.0.1
26022026-03-13T16:57:40.734Z Compiling zerocopy v0.6.6
26032026-03-13T16:57:41.611Z Compiling packed_struct_codegen v0.10.1
26042026-03-13T16:57:42.059Z Compiling bitfield-macros v0.19.4
26052026-03-13T16:57:42.091Z Compiling indexmap v1.9.3
26062026-03-13T16:57:42.393Z Compiling nodrop v0.1.14
26072026-03-13T16:57:42.545Z Compiling array-init v0.0.4
26082026-03-13T16:57:42.755Z Compiling smallvec v0.6.14
26092026-03-13T16:57:42.820Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26102026-03-13T16:57:43.028Z Compiling bitfield v0.19.4
26112026-03-13T16:57:43.117Z Compiling num-derive v0.3.3
26122026-03-13T16:57:43.168Z Compiling proc-macro-error-attr2 v2.0.0
26132026-03-13T16:57:43.507Z Compiling hashbrown v0.12.3
26142026-03-13T16:57:43.731Z Compiling proc-macro-error2 v2.0.1
26152026-03-13T16:57:43.870Z Compiling progenitor v0.10.0
26162026-03-13T16:57:44.086Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26172026-03-13T16:57:44.138Z Compiling serde-hex v0.1.0
26182026-03-13T16:57:44.371Z Compiling libscf-sys v1.1.0
26192026-03-13T16:57:44.404Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26202026-03-13T16:57:44.596Z Compiling ron v0.8.1
26212026-03-13T16:57:44.700Z Compiling hashbrown v0.13.2
26222026-03-13T16:57:45.077Z Compiling vergen-gitcl v1.0.8
26232026-03-13T16:57:45.329Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26242026-03-13T16:57:45.368Z Compiling dirs-sys-next v0.1.2
26252026-03-13T16:57:45.488Z Compiling glob v0.3.3
26262026-03-13T16:57:45.520Z Compiling crunchy v0.2.4
26272026-03-13T16:57:45.572Z Compiling crc-any v2.5.0
26282026-03-13T16:57:45.723Z Compiling maplit v1.0.2
26292026-03-13T16:57:45.859Z Compiling dirs-next v2.0.0
26302026-03-13T16:57:45.930Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26312026-03-13T16:57:45.973Z Compiling clang-sys v1.8.1
26322026-03-13T16:57:46.044Z Compiling object v0.30.4
26332026-03-13T16:57:46.169Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26342026-03-13T16:57:46.483Z Compiling tabled_derive v0.11.0
26352026-03-13T16:57:46.520Z Compiling papergrid v0.17.0
26362026-03-13T16:57:46.626Z Compiling testing_table v0.3.0
26372026-03-13T16:57:46.803Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26382026-03-13T16:57:47.030Z Compiling dsl_auto_type v0.1.3
26392026-03-13T16:57:47.095Z Compiling scheduled-thread-pool v0.2.7
26402026-03-13T16:57:47.134Z Compiling diesel_table_macro_syntax v0.2.0
26412026-03-13T16:57:47.420Z Compiling tiny-keccak v2.0.2
26422026-03-13T16:57:47.705Z Compiling path-slash v0.1.5
26432026-03-13T16:57:47.763Z Compiling diesel_derives v2.2.7
26442026-03-13T16:57:47.800Z Compiling r2d2 v0.8.10
26452026-03-13T16:57:47.976Z Compiling term v0.7.0
26462026-03-13T16:57:48.101Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26472026-03-13T16:57:48.181Z Compiling tabled v0.20.0
26482026-03-13T16:57:48.565Z Compiling arc-swap v1.8.2
26492026-03-13T16:57:48.651Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26502026-03-13T16:57:48.681Z Compiling xshell-macros v0.2.7
26512026-03-13T16:57:48.977Z Compiling bit-vec v0.6.3
26522026-03-13T16:57:49.137Z Compiling slog-scope v4.4.1
26532026-03-13T16:57:49.211Z Compiling xshell v0.2.7
26542026-03-13T16:57:49.293Z Compiling bit-set v0.5.3
26552026-03-13T16:57:49.413Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26562026-03-13T16:57:49.535Z Compiling ascii-canvas v3.0.0
26572026-03-13T16:57:49.886Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26582026-03-13T16:57:49.978Z Compiling itertools v0.10.5
26592026-03-13T16:57:50.006Z Compiling ena v0.14.4
26602026-03-13T16:57:50.009Z Compiling libloading v0.8.9
26612026-03-13T16:57:50.312Z Compiling diff v0.1.13
26622026-03-13T16:57:50.316Z Compiling bindgen v0.71.1
26632026-03-13T16:57:50.457Z Compiling unicase v2.9.0
26642026-03-13T16:57:50.662Z Compiling regex-syntax v0.6.29
26652026-03-13T16:57:50.761Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26662026-03-13T16:57:50.936Z Compiling slog-stdlog v4.1.1
26672026-03-13T16:57:51.512Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26682026-03-13T16:57:52.263Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26692026-03-13T16:57:52.290Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26702026-03-13T16:57:52.761Z Compiling lalrpop v0.19.12
26712026-03-13T16:57:53.013Z Compiling cexpr v0.6.0
26722026-03-13T16:57:53.177Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26732026-03-13T16:57:53.293Z Compiling diesel v2.2.12
26742026-03-13T16:57:53.371Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26752026-03-13T16:57:53.473Z Compiling crc8 v0.1.1
26762026-03-13T16:57:53.776Z Compiling slog-envlogger v2.2.0
26772026-03-13T16:57:53.856Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26782026-03-13T16:57:53.904Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26792026-03-13T16:57:54.616Z Compiling headers-core v0.3.0
26802026-03-13T16:57:54.806Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26812026-03-13T16:57:54.809Z Compiling libxml v0.3.3
26822026-03-13T16:57:55.032Z Compiling headers v0.4.1
26832026-03-13T16:57:55.285Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26842026-03-13T16:57:55.314Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26852026-03-13T16:57:55.359Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26862026-03-13T16:57:55.528Z Compiling strum_macros v0.24.3
26872026-03-13T16:57:55.617Z Compiling indoc v1.0.9
26882026-03-13T16:57:56.200Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26892026-03-13T16:57:56.500Z Compiling derive_builder v0.20.2
26902026-03-13T16:57:56.710Z Compiling oso-derive v0.27.3
26912026-03-13T16:57:56.934Z Compiling quick-xml v0.37.5
26922026-03-13T16:57:57.140Z Compiling impl-trait-for-tuples v0.2.3
26932026-03-13T16:57:57.291Z Compiling openssl-probe v0.1.6
26942026-03-13T16:57:57.394Z Compiling half v1.8.3
26952026-03-13T16:57:57.712Z Compiling serde_cbor v0.11.2
26962026-03-13T16:57:57.958Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26972026-03-13T16:57:58.407Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26982026-03-13T16:57:58.542Z Compiling diesel-dtrace v0.4.2
26992026-03-13T16:57:58.906Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27002026-03-13T16:57:58.940Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27012026-03-13T16:57:58.965Z Compiling bb8 v0.8.6
27022026-03-13T16:57:59.024Z Compiling trait-variant v0.1.2
27032026-03-13T16:57:59.283Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27042026-03-13T16:57:59.495Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27052026-03-13T16:57:59.794Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27062026-03-13T16:57:59.831Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27072026-03-13T16:57:59.959Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27082026-03-13T16:58:00.223Z Compiling fxhash v0.2.1
27092026-03-13T16:58:00.439Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27102026-03-13T16:58:00.513Z Compiling kstat-rs v0.2.4
27112026-03-13T16:58:00.552Z Compiling samael v0.0.19
27122026-03-13T16:58:00.711Z Compiling libz-sys v1.1.24
27132026-03-13T16:58:00.803Z Compiling salty v0.3.0
27142026-03-13T16:58:00.968Z Compiling nonempty v0.12.0
27152026-03-13T16:58:01.206Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27162026-03-13T16:58:01.289Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27172026-03-13T16:58:01.447Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
27182026-03-13T16:58:01.506Z Compiling darling_core v0.23.0
27192026-03-13T16:58:01.511Z Compiling nanorand v0.7.0
27202026-03-13T16:58:01.667Z Compiling fs-err v2.11.0
27212026-03-13T16:58:01.759Z Compiling parking_lot_core v0.8.6
27222026-03-13T16:58:02.051Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27232026-03-13T16:58:02.186Z Compiling flume v0.11.1
27242026-03-13T16:58:02.282Z Compiling mime_guess v2.0.5
27252026-03-13T16:58:02.699Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27262026-03-13T16:58:03.003Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27272026-03-13T16:58:03.417Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
27282026-03-13T16:58:03.721Z Compiling git-stub v1.0.0
27292026-03-13T16:58:03.965Z Compiling polar-core v0.27.3
27302026-03-13T16:58:04.053Z Compiling libgit2-sys v0.18.3+1.9.2
27312026-03-13T16:58:04.183Z Compiling instability v0.3.11
27322026-03-13T16:58:04.535Z Compiling git-stub-vcs v0.1.0
27332026-03-13T16:58:04.660Z Compiling darling_macro v0.23.0
27342026-03-13T16:58:05.019Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27352026-03-13T16:58:05.339Z Compiling darling v0.23.0
27362026-03-13T16:58:05.559Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27372026-03-13T16:58:07.697Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27382026-03-13T16:58:07.842Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27392026-03-13T16:58:08.305Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27402026-03-13T16:58:09.322Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27412026-03-13T16:58:09.373Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27422026-03-13T16:58:12.782Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27432026-03-13T16:58:14.588Z Compiling async-bb8-diesel v0.2.1
27442026-03-13T16:58:15.262Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27452026-03-13T16:58:15.585Z Compiling ignore v0.4.25
27462026-03-13T16:58:17.587Z Compiling oso v0.27.3
27472026-03-13T16:58:17.660Z Compiling primeorder v0.13.6
27482026-03-13T16:58:18.064Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27492026-03-13T16:58:18.413Z Compiling castaway v0.2.4
27502026-03-13T16:58:18.515Z Compiling atty v0.2.14
27512026-03-13T16:58:18.613Z Compiling nibble_vec v0.1.0
27522026-03-13T16:58:18.698Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-03-13T16:58:18.836Z Compiling parse-size v1.1.0
27542026-03-13T16:58:18.998Z Compiling http-range v0.1.5
27552026-03-13T16:58:19.106Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27562026-03-13T16:58:19.166Z Compiling indoc v2.0.7
27572026-03-13T16:58:19.192Z Compiling endian-type v0.1.2
27582026-03-13T16:58:19.416Z Compiling radix_trie v0.2.1
27592026-03-13T16:58:19.444Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27602026-03-13T16:58:19.599Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27612026-03-13T16:58:19.840Z Compiling compact_str v0.8.1
27622026-03-13T16:58:20.003Z Compiling p384 v0.13.1
27632026-03-13T16:58:20.032Z Compiling globwalk v0.9.1
27642026-03-13T16:58:21.461Z Compiling parking_lot v0.11.2
27652026-03-13T16:58:21.492Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27662026-03-13T16:58:22.035Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27672026-03-13T16:58:22.054Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27682026-03-13T16:58:22.317Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27692026-03-13T16:58:22.743Z Compiling predicates-tree v1.0.13
27702026-03-13T16:58:22.785Z Compiling unicode-truncate v1.1.0
27712026-03-13T16:58:23.039Z Compiling lru v0.12.5
27722026-03-13T16:58:23.057Z Compiling prefix-trie v0.7.0
27732026-03-13T16:58:23.198Z Compiling vergen-git2 v1.0.7
27742026-03-13T16:58:23.344Z Compiling cassowary v0.3.0
27752026-03-13T16:58:23.709Z Compiling ratatui v0.29.0
27762026-03-13T16:58:24.571Z Compiling hickory-server v0.25.2
27772026-03-13T16:58:25.622Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27782026-03-13T16:58:25.649Z Compiling camino-tempfile-ext v0.3.3
27792026-03-13T16:58:26.168Z Compiling hyper-staticfile v0.10.1
27802026-03-13T16:58:26.229Z Compiling sled v0.34.7
27812026-03-13T16:58:27.237Z Compiling hickory-client v0.25.2
27822026-03-13T16:58:28.031Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27832026-03-13T16:58:28.312Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27842026-03-13T16:58:28.854Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27852026-03-13T16:58:28.876Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27862026-03-13T16:58:29.655Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
27872026-03-13T16:58:29.829Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27882026-03-13T16:58:30.819Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27892026-03-13T16:58:30.841Z Compiling rand_seeder v0.4.0
27902026-03-13T16:58:30.841Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27912026-03-13T16:58:31.104Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27922026-03-13T16:58:31.154Z Compiling lzma-sys v0.1.20
27932026-03-13T16:58:31.415Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27942026-03-13T16:58:31.453Z Compiling rustls v0.21.12
27952026-03-13T16:58:31.622Z Compiling corncobs v0.1.4
27962026-03-13T16:58:31.761Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27972026-03-13T16:58:31.844Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27982026-03-13T16:58:31.912Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27992026-03-13T16:58:31.936Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28002026-03-13T16:58:32.161Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28012026-03-13T16:58:32.288Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28022026-03-13T16:58:32.336Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28032026-03-13T16:58:32.627Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28042026-03-13T16:58:32.696Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28052026-03-13T16:58:34.097Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28062026-03-13T16:58:34.225Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28072026-03-13T16:58:36.666Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28082026-03-13T16:58:36.802Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28092026-03-13T16:58:36.981Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28102026-03-13T16:58:37.108Z Compiling git2 v0.20.4
28112026-03-13T16:58:37.140Z Compiling cargo_toml v0.22.3
28122026-03-13T16:58:37.316Z Compiling sct v0.7.1
28132026-03-13T16:58:37.656Z Compiling rustls-webpki v0.101.7
28142026-03-13T16:58:38.547Z Compiling nix v0.29.0
28152026-03-13T16:58:38.930Z Compiling secrecy v0.8.0
28162026-03-13T16:58:39.088Z Compiling void v1.0.2
28172026-03-13T16:58:39.274Z Compiling lzss v0.8.2
28182026-03-13T16:58:39.877Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28192026-03-13T16:58:40.084Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28202026-03-13T16:58:41.233Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28212026-03-13T16:58:41.307Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28222026-03-13T16:58:41.572Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28232026-03-13T16:58:41.841Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28242026-03-13T16:58:42.581Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28252026-03-13T16:58:42.717Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28262026-03-13T16:58:42.740Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28272026-03-13T16:58:43.656Z Compiling tungstenite v0.23.0
28282026-03-13T16:58:43.708Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28292026-03-13T16:58:43.893Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28302026-03-13T16:58:44.031Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28312026-03-13T16:58:44.060Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28322026-03-13T16:58:44.207Z Compiling nix v0.27.1
28332026-03-13T16:58:44.346Z Compiling serde_bytes v0.11.19
28342026-03-13T16:58:44.518Z Compiling tokio-tungstenite v0.23.1
28352026-03-13T16:58:44.765Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28362026-03-13T16:58:44.824Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28372026-03-13T16:58:44.993Z Compiling xz2 v0.1.7
28382026-03-13T16:58:45.427Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28392026-03-13T16:58:45.818Z Compiling ron v0.12.0
28402026-03-13T16:58:46.832Z Compiling tokio-rustls v0.24.1
28412026-03-13T16:58:47.192Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28422026-03-13T16:58:50.134Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28432026-03-13T16:58:50.515Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28442026-03-13T16:58:51.186Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28452026-03-13T16:58:51.463Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28462026-03-13T16:58:53.356Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28472026-03-13T16:58:53.943Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28482026-03-13T16:58:54.367Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28492026-03-13T16:58:54.945Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28502026-03-13T16:58:55.111Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28512026-03-13T16:58:56.084Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28522026-03-13T16:58:56.466Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28532026-03-13T16:58:57.913Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28542026-03-13T16:58:58.658Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28552026-03-13T16:59:00.287Z Compiling rustls-pemfile v1.0.4
28562026-03-13T16:59:00.779Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28572026-03-13T16:59:01.088Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28582026-03-13T16:59:02.099Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28592026-03-13T16:59:02.301Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28602026-03-13T16:59:02.404Z Compiling signal-hook-tokio v0.3.1
28612026-03-13T16:59:02.627Z Compiling yasna v0.5.2
28622026-03-13T16:59:02.657Z Compiling twox-hash v2.1.2
28632026-03-13T16:59:03.308Z Compiling base16ct v1.0.0
28642026-03-13T16:59:03.343Z Compiling is_ci v1.2.0
28652026-03-13T16:59:03.619Z Compiling supports-color v3.0.2
28662026-03-13T16:59:03.665Z Compiling rcgen v0.12.1
28672026-03-13T16:59:03.933Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28682026-03-13T16:59:04.009Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28692026-03-13T16:59:04.160Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28702026-03-13T16:59:04.582Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28712026-03-13T16:59:04.718Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28722026-03-13T16:59:05.885Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28732026-03-13T16:59:08.984Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28742026-03-13T16:59:09.732Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28752026-03-13T16:59:09.921Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28762026-03-13T16:59:10.747Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28772026-03-13T16:59:11.229Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28782026-03-13T16:59:11.527Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28792026-03-13T16:59:11.872Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28802026-03-13T16:59:12.143Z Compiling fatfs v0.3.6
28812026-03-13T16:59:13.728Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28822026-03-13T16:59:14.965Z Compiling rtoolbox v0.0.3
28832026-03-13T16:59:15.301Z Compiling subprocess v0.2.15
28842026-03-13T16:59:17.684Z Compiling assert_matches v1.5.0
28852026-03-13T16:59:17.823Z Compiling seq-macro v0.3.6
28862026-03-13T16:59:18.067Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28872026-03-13T16:59:18.499Z Compiling rpassword v7.4.0
28882026-03-13T16:59:18.759Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28892026-03-13T16:59:18.881Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28902026-03-13T16:59:18.919Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28912026-03-13T16:59:19.093Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28922026-03-13T16:59:21.976Z Compiling tui-tree-widget v0.23.1
28932026-03-13T16:59:22.198Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28942026-03-13T16:59:22.313Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28952026-03-13T16:59:22.990Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28962026-03-13T16:59:24.715Z Compiling uzers v0.12.2
28972026-03-13T16:59:26.413Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28982026-03-13T16:59:26.548Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28992026-03-13T16:59:28.057Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29002026-03-13T16:59:29.442Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29012026-03-13T16:59:31.022Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29022026-03-13T16:59:33.780Z Compiling support-bundle-viewer v0.1.2
29032026-03-13T16:59:34.249Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29042026-03-13T16:59:35.482Z Compiling multimap v0.10.1
29052026-03-13T16:59:55.271Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29062026-03-13T16:59:56.486Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29072026-03-13T17:07:04.822Z Finished `release` profile [optimized] target(s) in 10m 01s
29082026-03-13T17:07:59.634Z
29092026-03-13T17:07:59.637Zreal 10:58.029133054
29102026-03-13T17:07:59.637Zuser 1:44:01.611684018
29112026-03-13T17:07:59.637Zsys 4:09.894465859
29122026-03-13T17:07:59.637Ztrap 2.425333997
29132026-03-13T17:07:59.637Ztflt 3.316669304
29142026-03-13T17:07:59.637Zdflt 15.942519220
29152026-03-13T17:07:59.637Zkflt 0.118409459
29162026-03-13T17:07:59.637Zlock 7:32:55.587634982
29172026-03-13T17:07:59.637Zslp 4:00:39.726032166
29182026-03-13T17:07:59.637Zlat 2:53.021244900
29192026-03-13T17:07:59.637Zstop 6:37.101711026
29202026-03-13T17:07:59.637Z+ mapfile -t packages
29212026-03-13T17:07:59.637Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29222026-03-13T17:08:00.803Z Finished `release` profile [optimized] target(s) in 1.15s
29232026-03-13T17:08:00.869Z Running `target/release/omicron-package -t test list-outputs`
29242026-03-13T17:08:00.923ZLogging to: /work/oxidecomputer/omicron/out/LOG
29252026-03-13T17:08:00.927Z+ ptime -m cargo build --locked --release -p xtask
29262026-03-13T17:08:01.615Z Compiling libc v0.2.180
29272026-03-13T17:08:01.615Z Compiling serde v1.0.228
29282026-03-13T17:08:01.618Z Compiling serde_core v1.0.228
29292026-03-13T17:08:01.618Z Compiling rustix v1.1.3
29302026-03-13T17:08:01.718Z Compiling serde_json v1.0.149
29312026-03-13T17:08:01.721Z Compiling bitflags v2.11.0
29322026-03-13T17:08:01.755Z Compiling num-traits v0.2.19
29332026-03-13T17:08:01.769Z Compiling syn v2.0.117
29342026-03-13T17:08:01.782Z Compiling smallvec v1.15.1
29352026-03-13T17:08:01.786Z Compiling hashbrown v0.16.1
29362026-03-13T17:08:01.826Z Compiling usdt-impl v0.5.0
29372026-03-13T17:08:01.856Z Compiling syn v1.0.109
29382026-03-13T17:08:01.900Z Compiling log v0.4.29
29392026-03-13T17:08:01.903Z Compiling percent-encoding v2.3.2
29402026-03-13T17:08:02.093Z Compiling getrandom v0.4.1
29412026-03-13T17:08:02.224Z Compiling form_urlencoded v1.2.2
29422026-03-13T17:08:02.324Z Compiling fs-err v3.3.0
29432026-03-13T17:08:02.339Z Compiling anyhow v1.0.102
29442026-03-13T17:08:02.353Z Compiling once_cell v1.21.3
29452026-03-13T17:08:02.400Z Compiling heck v0.4.1
29462026-03-13T17:08:02.639Z Compiling indexmap v2.13.0
29472026-03-13T17:08:02.821Z Compiling errno v0.3.14
29482026-03-13T17:08:02.821Z Compiling thread-id v4.2.2
29492026-03-13T17:08:02.824Z Compiling memmap v0.7.0
29502026-03-13T17:08:03.294Z Compiling ordered-float v2.10.1
29512026-03-13T17:08:03.973Z Compiling proc-macro-error v1.0.4
29522026-03-13T17:08:04.267Z Compiling terminal_size v0.4.3
29532026-03-13T17:08:04.270Z Compiling tempfile v3.25.0
29542026-03-13T17:08:04.298Z Compiling tabled_derive v0.7.0
29552026-03-13T17:08:04.389Z Compiling clap_builder v4.5.60
29562026-03-13T17:08:04.389Z Compiling textwrap v0.16.2
29572026-03-13T17:08:04.584Z Compiling camino-tempfile v1.4.1
29582026-03-13T17:08:05.202Z Compiling tabled v0.15.0
29592026-03-13T17:08:05.485Z Compiling synstructure v0.13.2
29602026-03-13T17:08:05.485Z Compiling pest_generator v2.8.6
29612026-03-13T17:08:06.036Z Compiling serde_derive v1.0.228
29622026-03-13T17:08:06.043Z Compiling zerofrom-derive v0.1.6
29632026-03-13T17:08:06.043Z Compiling yoke-derive v0.8.1
29642026-03-13T17:08:06.043Z Compiling zerovec-derive v0.11.2
29652026-03-13T17:08:06.043Z Compiling displaydoc v0.2.5
29662026-03-13T17:08:06.043Z Compiling thiserror-impl v1.0.69
29672026-03-13T17:08:06.044Z Compiling zerocopy-derive v0.7.35
29682026-03-13T17:08:06.044Z Compiling scroll_derive v0.12.1
29692026-03-13T17:08:06.050Z Compiling thiserror-impl v2.0.18
29702026-03-13T17:08:06.053Z Compiling clap_derive v4.5.55
29712026-03-13T17:08:06.174Z Compiling pest_derive v2.8.6
29722026-03-13T17:08:06.975Z Compiling scroll v0.12.0
29732026-03-13T17:08:07.149Z Compiling zerocopy v0.7.35
29742026-03-13T17:08:07.388Z Compiling goblin v0.8.2
29752026-03-13T17:08:07.552Z Compiling thiserror v1.0.69
29762026-03-13T17:08:07.666Z Compiling zerofrom v0.1.6
29772026-03-13T17:08:07.691Z Compiling dtrace-parser v0.2.0
29782026-03-13T17:08:07.811Z Compiling yoke v0.8.1
29792026-03-13T17:08:07.827Z Compiling thiserror v2.0.18
29802026-03-13T17:08:08.091Z Compiling zerovec v0.11.5
29812026-03-13T17:08:08.306Z Compiling zerotrie v0.2.3
29822026-03-13T17:08:08.341Z Compiling clap v4.5.60
29832026-03-13T17:08:08.870Z Compiling tinystr v0.8.2
29842026-03-13T17:08:08.900Z Compiling potential_utf v0.1.4
29852026-03-13T17:08:09.160Z Compiling icu_locale_core v2.1.1
29862026-03-13T17:08:09.228Z Compiling icu_collections v2.1.1
29872026-03-13T17:08:10.185Z Compiling icu_provider v2.1.1
29882026-03-13T17:08:10.636Z Compiling icu_normalizer v2.1.1
29892026-03-13T17:08:10.677Z Compiling icu_properties v2.1.2
29902026-03-13T17:08:10.721Z Compiling toml_datetime v0.6.11
29912026-03-13T17:08:10.746Z Compiling serde_spanned v0.6.9
29922026-03-13T17:08:10.814Z Compiling serde-value v0.7.0
29932026-03-13T17:08:10.874Z Compiling cargo-platform v0.2.0
29942026-03-13T17:08:10.970Z Compiling dof v0.3.0
29952026-03-13T17:08:10.985Z Compiling toml_edit v0.22.27
29962026-03-13T17:08:11.238Z Compiling serde_tokenstream v0.2.3
29972026-03-13T17:08:11.544Z Compiling macaddr v1.0.1
29982026-03-13T17:08:12.031Z Compiling idna_adapter v1.2.1
29992026-03-13T17:08:12.219Z Compiling idna v1.1.0
30002026-03-13T17:08:12.340Z Compiling usdt-macro v0.5.0
30012026-03-13T17:08:12.366Z Compiling usdt-attr-macro v0.5.0
30022026-03-13T17:08:12.774Z Compiling url v2.5.8
30032026-03-13T17:08:13.222Z Compiling toml v0.8.23
30042026-03-13T17:08:13.243Z Compiling usdt v0.5.0
30052026-03-13T17:08:13.811Z Compiling cargo-util-schemas v0.8.2
30062026-03-13T17:08:13.811Z Compiling cargo_toml v0.21.0
30072026-03-13T17:08:15.222Z Compiling cargo_metadata v0.21.0
30082026-03-13T17:08:19.993Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30092026-03-13T17:08:24.037Z Finished `release` profile [optimized] target(s) in 23.07s
30102026-03-13T17:08:24.175Z
30112026-03-13T17:08:24.178Zreal 23.192285372
30122026-03-13T17:08:24.178Zuser 3:11.630917830
30132026-03-13T17:08:24.178Zsys 21.453178448
30142026-03-13T17:08:24.178Ztrap 0.090667717
30152026-03-13T17:08:24.178Ztflt 0.676508354
30162026-03-13T17:08:24.178Zdflt 1.926223283
30172026-03-13T17:08:24.178Zkflt 0.000038719
30182026-03-13T17:08:24.178Zlock 5:37.028282263
30192026-03-13T17:08:24.178Zslp 6:38.676550142
30202026-03-13T17:08:24.178Zlat 7.921793757
30212026-03-13T17:08:24.178Zstop 28.570932516
30222026-03-13T17:08:24.178Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30232026-03-13T17:08:24.178Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30242026-03-13T17:08:24.179Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30252026-03-13T17:08:24.179Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30262026-03-13T17:08:24.179Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30272026-03-13T17:08:25.385Z Compiling regress v0.10.5
30282026-03-13T17:08:25.387Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30292026-03-13T17:08:25.387Z Compiling serde_spanned v1.0.4
30302026-03-13T17:08:25.540Z Compiling toml_writer v1.0.6+spec-1.1.0
30312026-03-13T17:08:25.543Z Compiling newtype-uuid-macros v0.1.0
30322026-03-13T17:08:25.543Z Compiling structmeta-derive v0.3.0
30332026-03-13T17:08:25.543Z Compiling rustls v0.22.4
30342026-03-13T17:08:25.558Z Compiling rustls-webpki v0.102.8
30352026-03-13T17:08:25.562Z Compiling multer v3.1.0
30362026-03-13T17:08:25.562Z Compiling debug-ignore v1.0.5
30372026-03-13T17:08:25.601Z Compiling match_cfg v0.1.0
30382026-03-13T17:08:25.605Z Compiling slog-json v2.6.1
30392026-03-13T17:08:25.605Z Compiling async-stream-impl v0.3.6
30402026-03-13T17:08:25.605Z Compiling dropshot v0.16.7
30412026-03-13T17:08:25.659Z Compiling itertools v0.14.0
30422026-03-13T17:08:25.681Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30432026-03-13T17:08:25.771Z Compiling hostname v0.3.1
30442026-03-13T17:08:25.795Z Compiling toml v0.9.12+spec-1.1.0
30452026-03-13T17:08:25.831Z Compiling waitgroup v0.1.2
30462026-03-13T17:08:25.908Z Compiling rustls-pemfile v2.2.0
30472026-03-13T17:08:25.998Z Compiling dropshot_endpoint v0.16.7
30482026-03-13T17:08:26.026Z Compiling slog-bunyan v2.5.0
30492026-03-13T17:08:26.074Z Compiling serde_path_to_error v0.1.20
30502026-03-13T17:08:26.133Z Compiling hostname v0.4.2
30512026-03-13T17:08:26.150Z Compiling progenitor-client v0.13.0
30522026-03-13T17:08:26.177Z Compiling macaddr v1.0.1
30532026-03-13T17:08:26.206Z Compiling progenitor-client v0.10.0
30542026-03-13T17:08:26.227Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30552026-03-13T17:08:26.342Z Compiling instant v0.1.13
30562026-03-13T17:08:26.494Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30572026-03-13T17:08:26.494Z Compiling backon v1.6.0
30582026-03-13T17:08:26.569Z Compiling backoff v0.4.0
30592026-03-13T17:08:26.594Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30602026-03-13T17:08:26.617Z Compiling async-stream v0.3.6
30612026-03-13T17:08:26.639Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30622026-03-13T17:08:26.644Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30632026-03-13T17:08:26.696Z Compiling unsafe-libyaml v0.2.11
30642026-03-13T17:08:26.757Z Compiling progenitor-extras v0.1.1
30652026-03-13T17:08:26.785Z Compiling crucible-workspace-hack v0.1.0
30662026-03-13T17:08:26.822Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30672026-03-13T17:08:26.865Z Compiling toml_edit v0.23.10+spec-1.0.0
30682026-03-13T17:08:26.886Z Compiling secrecy v0.10.3
30692026-03-13T17:08:26.909Z Compiling heapless v0.8.0
30702026-03-13T17:08:27.011Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30712026-03-13T17:08:27.120Z Compiling hash32 v0.3.1
30722026-03-13T17:08:27.120Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30732026-03-13T17:08:27.185Z Compiling smoltcp v0.11.0
30742026-03-13T17:08:27.222Z Compiling toml v0.8.23
30752026-03-13T17:08:27.282Z Compiling structmeta v0.3.0
30762026-03-13T17:08:27.329Z Compiling tabwriter v1.4.1
30772026-03-13T17:08:27.398Z Compiling cobs v0.3.0
30782026-03-13T17:08:27.427Z Compiling serde_yaml v0.9.34+deprecated
30792026-03-13T17:08:27.521Z Compiling foreign-types-macros v0.2.3
30802026-03-13T17:08:27.535Z Compiling ingot-macros v0.1.1
30812026-03-13T17:08:27.596Z Compiling proc-macro-crate v3.4.0
30822026-03-13T17:08:27.626Z Compiling derive-ex v0.1.8
30832026-03-13T17:08:27.664Z Compiling parse-display-derive v0.10.0
30842026-03-13T17:08:27.734Z Compiling foreign-types-shared v0.3.1
30852026-03-13T17:08:27.763Z Compiling convert_case v0.4.0
30862026-03-13T17:08:27.787Z Compiling cpufeatures v0.3.0
30872026-03-13T17:08:27.872Z Compiling chacha20 v0.10.0
30882026-03-13T17:08:27.893Z Compiling postcard v1.1.3
30892026-03-13T17:08:28.145Z Compiling proc-macro-crate v1.3.1
30902026-03-13T17:08:28.331Z Compiling derive_more v0.99.20
30912026-03-13T17:08:28.361Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30922026-03-13T17:08:28.368Z Compiling universal-hash v0.5.1
30932026-03-13T17:08:28.401Z Compiling foreign-types v0.5.0
30942026-03-13T17:08:28.408Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30952026-03-13T17:08:28.408Z Compiling cstr-argument v0.1.2
30962026-03-13T17:08:28.408Z Compiling num_enum_derive v0.7.5
30972026-03-13T17:08:28.520Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30982026-03-13T17:08:28.543Z Compiling opaque-debug v0.3.1
30992026-03-13T17:08:28.566Z Compiling colored v3.1.1
31002026-03-13T17:08:28.655Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31012026-03-13T17:08:28.687Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31022026-03-13T17:08:28.737Z Compiling tokio-rustls v0.25.0
31032026-03-13T17:08:28.843Z Compiling num_enum_derive v0.5.11
31042026-03-13T17:08:28.896Z Compiling rand v0.10.0
31052026-03-13T17:08:28.977Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31062026-03-13T17:08:29.006Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31072026-03-13T17:08:29.068Z Compiling half v2.7.1
31082026-03-13T17:08:29.090Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31092026-03-13T17:08:29.156Z Compiling ciborium-io v0.2.2
31102026-03-13T17:08:29.365Z Compiling camino-tempfile v1.4.1
31112026-03-13T17:08:29.555Z Compiling ciborium-ll v0.2.2
31122026-03-13T17:08:29.579Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31132026-03-13T17:08:29.608Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31142026-03-13T17:08:29.677Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31152026-03-13T17:08:29.785Z Compiling ciborium v0.2.2
31162026-03-13T17:08:29.809Z Compiling smf v0.2.3
31172026-03-13T17:08:29.879Z Compiling aead v0.5.2
31182026-03-13T17:08:29.928Z Compiling num-derive v0.4.2
31192026-03-13T17:08:29.990Z Compiling sigpipe v0.1.3
31202026-03-13T17:08:30.012Z Compiling num_enum v0.7.5
31212026-03-13T17:08:30.069Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31222026-03-13T17:08:30.123Z Compiling test-strategy v0.4.5
31232026-03-13T17:08:30.145Z Compiling glob v0.3.3
31242026-03-13T17:08:30.150Z Compiling parse-display v0.10.0
31252026-03-13T17:08:30.191Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31262026-03-13T17:08:30.215Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31272026-03-13T17:08:30.237Z Compiling poly1305 v0.8.0
31282026-03-13T17:08:30.404Z Compiling num_enum v0.5.11
31292026-03-13T17:08:30.432Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31302026-03-13T17:08:30.536Z Compiling chacha20 v0.9.1
31312026-03-13T17:08:30.586Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31322026-03-13T17:08:30.610Z Compiling whoami v1.6.1
31332026-03-13T17:08:30.633Z Compiling typify-impl v0.6.1
31342026-03-13T17:08:30.654Z Compiling typify-impl v0.4.3
31352026-03-13T17:08:30.724Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31362026-03-13T17:08:30.986Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31372026-03-13T17:08:31.032Z Compiling thiserror-impl-no-std v2.0.2
31382026-03-13T17:08:31.055Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31392026-03-13T17:08:31.142Z Compiling num-rational v0.4.2
31402026-03-13T17:08:31.257Z Compiling password-hash v0.5.0
31412026-03-13T17:08:31.282Z Compiling blake2 v0.10.6
31422026-03-13T17:08:31.285Z Compiling num-complex v0.4.6
31432026-03-13T17:08:31.327Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31442026-03-13T17:08:31.385Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31452026-03-13T17:08:31.452Z Compiling indent_write v2.2.0
31462026-03-13T17:08:31.642Z Compiling ingot-types v0.1.2
31472026-03-13T17:08:31.664Z Compiling prettyplease v0.2.37
31482026-03-13T17:08:31.830Z Compiling num v0.4.3
31492026-03-13T17:08:31.861Z Compiling argon2 v0.5.3
31502026-03-13T17:08:31.902Z Compiling chacha20poly1305 v0.10.1
31512026-03-13T17:08:31.947Z Compiling float-ord v0.3.2
31522026-03-13T17:08:32.017Z Compiling gethostname v0.5.0
31532026-03-13T17:08:32.059Z Compiling usdt-macro v0.5.0
31542026-03-13T17:08:32.122Z Compiling usdt-attr-macro v0.5.0
31552026-03-13T17:08:32.125Z Compiling derive-where v1.6.0
31562026-03-13T17:08:32.172Z Compiling ingot v0.1.1
31572026-03-13T17:08:32.197Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31582026-03-13T17:08:32.242Z Compiling memmap v0.7.0
31592026-03-13T17:08:32.333Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31602026-03-13T17:08:32.525Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31612026-03-13T17:08:32.754Z Compiling atomicwrites v0.4.4
31622026-03-13T17:08:32.775Z Compiling thiserror-no-std v2.0.2
31632026-03-13T17:08:32.909Z Compiling vsss-rs v3.3.4
31642026-03-13T17:08:32.934Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31652026-03-13T17:08:33.037Z Compiling owo-colors v4.3.0
31662026-03-13T17:08:33.119Z Compiling cancel-safe-futures v0.1.5
31672026-03-13T17:08:33.141Z Compiling libsw-core v0.3.2
31682026-03-13T17:08:33.281Z Compiling usdt v0.5.0
31692026-03-13T17:08:33.394Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31702026-03-13T17:08:33.488Z Compiling async-recursion v1.1.1
31712026-03-13T17:08:33.520Z Compiling resolv-conf v0.7.6
31722026-03-13T17:08:33.647Z Compiling libsw v3.5.0
31732026-03-13T17:08:33.762Z Compiling progenitor-client v0.11.2
31742026-03-13T17:08:33.786Z Compiling libefi-sys v0.1.0
31752026-03-13T17:08:33.909Z Compiling linear-map v1.2.0
31762026-03-13T17:08:34.008Z Compiling newline-converter v0.3.0
31772026-03-13T17:08:34.031Z Compiling hickory-proto v0.24.4
31782026-03-13T17:08:34.034Z Compiling console v0.15.11
31792026-03-13T17:08:34.078Z Compiling bitfield-struct v0.6.2
31802026-03-13T17:08:34.132Z Compiling linked-hash-map v0.5.6
31812026-03-13T17:08:34.188Z Compiling semver v0.1.20
31822026-03-13T17:08:34.283Z Compiling pin-project-internal v1.1.11
31832026-03-13T17:08:34.286Z Compiling slog-dtrace v0.3.0
31842026-03-13T17:08:34.461Z Compiling lru-cache v0.1.2
31852026-03-13T17:08:34.465Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31862026-03-13T17:08:34.556Z Compiling rustc_version v0.1.7
31872026-03-13T17:08:34.607Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31882026-03-13T17:08:34.610Z Compiling expectorate v1.2.0
31892026-03-13T17:08:34.661Z Compiling minimal-lexical v0.2.1
31902026-03-13T17:08:34.763Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31912026-03-13T17:08:34.784Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31922026-03-13T17:08:34.847Z Compiling tokio-dtrace v0.1.1
31932026-03-13T17:08:34.888Z Compiling newtype_derive v0.1.6
31942026-03-13T17:08:34.954Z Compiling nom v7.1.3
31952026-03-13T17:08:35.037Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31962026-03-13T17:08:35.040Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31972026-03-13T17:08:35.086Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31982026-03-13T17:08:35.086Z Compiling phf_shared v0.12.1
31992026-03-13T17:08:35.189Z Compiling dropshot-api-manager-types v0.6.0
32002026-03-13T17:08:35.234Z Compiling pem v3.0.6
32012026-03-13T17:08:35.329Z Compiling snafu-derive v0.8.9
32022026-03-13T17:08:35.388Z Compiling csv-core v0.1.13
32032026-03-13T17:08:35.549Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32042026-03-13T17:08:35.671Z Compiling highway v1.3.0
32052026-03-13T17:08:35.731Z Compiling same-file v1.0.6
32062026-03-13T17:08:35.764Z Compiling xshell-macros v0.2.7
32072026-03-13T17:08:35.838Z Compiling chrono-tz v0.10.4
32082026-03-13T17:08:35.942Z Compiling pin-project v1.1.11
32092026-03-13T17:08:36.099Z Compiling walkdir v2.5.0
32102026-03-13T17:08:36.124Z Compiling const_format_proc_macros v0.2.34
32112026-03-13T17:08:36.182Z Compiling csv v1.4.0
32122026-03-13T17:08:36.224Z Compiling phf v0.12.1
32132026-03-13T17:08:36.334Z Compiling xshell v0.2.7
32142026-03-13T17:08:36.444Z Compiling oxide-tokio-rt v0.1.3
32152026-03-13T17:08:36.466Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32162026-03-13T17:08:36.685Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32172026-03-13T17:08:36.850Z Compiling globset v0.4.18
32182026-03-13T17:08:36.876Z Compiling olpc-cjson v0.1.4
32192026-03-13T17:08:36.936Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32202026-03-13T17:08:36.964Z Compiling primeorder v0.13.6
32212026-03-13T17:08:36.987Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
32222026-03-13T17:08:37.029Z Compiling hickory-resolver v0.24.4
32232026-03-13T17:08:37.052Z Compiling serde_plain v1.0.2
32242026-03-13T17:08:37.122Z Compiling typed-path v0.9.3
32252026-03-13T17:08:37.322Z Compiling typify-macro v0.6.1
32262026-03-13T17:08:37.345Z Compiling base64 v0.21.7
32272026-03-13T17:08:37.348Z Compiling const_format v0.2.35
32282026-03-13T17:08:37.348Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32292026-03-13T17:08:37.414Z Compiling typify-macro v0.4.3
32302026-03-13T17:08:37.695Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32312026-03-13T17:08:37.795Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32322026-03-13T17:08:37.827Z Compiling tabled_derive v0.7.0
32332026-03-13T17:08:37.848Z Compiling bcs v0.1.6
32342026-03-13T17:08:38.127Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32352026-03-13T17:08:38.236Z Compiling snafu v0.8.9
32362026-03-13T17:08:38.299Z Compiling salty v0.3.0
32372026-03-13T17:08:38.508Z Compiling qorb v0.4.1
32382026-03-13T17:08:38.535Z Compiling radium v0.7.0
32392026-03-13T17:08:38.661Z Compiling tough v0.20.0
32402026-03-13T17:08:38.683Z Compiling termtree v0.5.1
32412026-03-13T17:08:38.778Z Compiling textwrap v0.16.2
32422026-03-13T17:08:38.914Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32432026-03-13T17:08:38.917Z Compiling steno v0.4.1
32442026-03-13T17:08:38.993Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32452026-03-13T17:08:39.248Z Compiling tabled v0.15.0
32462026-03-13T17:08:39.293Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32472026-03-13T17:08:39.317Z Compiling maybe-uninit v2.0.0
32482026-03-13T17:08:39.504Z Compiling humantime v2.3.0
32492026-03-13T17:08:39.507Z Compiling utf-8 v0.7.6
32502026-03-13T17:08:39.552Z Compiling tap v1.0.1
32512026-03-13T17:08:39.734Z Compiling wyz v0.5.1
32522026-03-13T17:08:39.836Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32532026-03-13T17:08:39.860Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32542026-03-13T17:08:39.884Z Compiling typify v0.6.1
32552026-03-13T17:08:39.911Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32562026-03-13T17:08:39.939Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32572026-03-13T17:08:39.963Z Compiling typify v0.4.3
32582026-03-13T17:08:40.043Z Compiling progenitor-impl v0.13.0
32592026-03-13T17:08:40.066Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32602026-03-13T17:08:40.135Z Compiling progenitor-impl v0.11.2
32612026-03-13T17:08:40.166Z Compiling progenitor-impl v0.10.0
32622026-03-13T17:08:40.546Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32632026-03-13T17:08:40.642Z Compiling tungstenite v0.21.0
32642026-03-13T17:08:40.847Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32652026-03-13T17:08:41.398Z Compiling p384 v0.13.1
32662026-03-13T17:08:41.756Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32672026-03-13T17:08:41.854Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32682026-03-13T17:08:42.112Z Compiling arc-swap v1.8.2
32692026-03-13T17:08:42.186Z Compiling packed_struct v0.10.1
32702026-03-13T17:08:42.309Z Compiling tagptr v0.2.0
32712026-03-13T17:08:42.533Z Compiling funty v2.0.0
32722026-03-13T17:08:42.557Z Compiling moka v0.12.13
32732026-03-13T17:08:42.611Z Compiling slog-scope v4.4.1
32742026-03-13T17:08:42.641Z Compiling tokio-tungstenite v0.21.0
32752026-03-13T17:08:42.665Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32762026-03-13T17:08:42.815Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32772026-03-13T17:08:42.895Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32782026-03-13T17:08:42.966Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32792026-03-13T17:08:43.086Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32802026-03-13T17:08:43.458Z Compiling bitvec v1.0.1
32812026-03-13T17:08:43.651Z Compiling polyval v0.6.2
32822026-03-13T17:08:43.933Z Compiling progenitor-macro v0.13.0
32832026-03-13T17:08:43.992Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32842026-03-13T17:08:44.016Z Compiling progenitor-macro v0.10.0
32852026-03-13T17:08:44.040Z Compiling progenitor-macro v0.11.2
32862026-03-13T17:08:44.253Z Compiling packed_struct_codegen v0.10.1
32872026-03-13T17:08:44.371Z Compiling zerocopy-derive v0.6.6
32882026-03-13T17:08:44.404Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32892026-03-13T17:08:44.519Z Compiling bitfield-macros v0.19.4
32902026-03-13T17:08:44.541Z Compiling proc-macro-error-attr2 v2.0.0
32912026-03-13T17:08:44.918Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32922026-03-13T17:08:45.153Z Compiling indexmap v1.9.3
32932026-03-13T17:08:45.383Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32942026-03-13T17:08:45.479Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32952026-03-13T17:08:45.510Z Compiling parking_lot_core v0.8.6
32962026-03-13T17:08:45.510Z Compiling crc-catalog v2.4.0
32972026-03-13T17:08:45.564Z Compiling nodrop v0.1.14
32982026-03-13T17:08:45.610Z Compiling bitfield v0.19.4
32992026-03-13T17:08:45.635Z Compiling zerocopy v0.6.6
33002026-03-13T17:08:45.695Z Compiling array-init v0.0.4
33012026-03-13T17:08:45.719Z Compiling crc v3.4.0
33022026-03-13T17:08:45.745Z Compiling proc-macro-error2 v2.0.1
33032026-03-13T17:08:45.823Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33042026-03-13T17:08:45.951Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33052026-03-13T17:08:46.029Z Compiling ghash v0.5.1
33062026-03-13T17:08:46.085Z Compiling hickory-resolver v0.25.2
33072026-03-13T17:08:46.153Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33082026-03-13T17:08:46.200Z Compiling slog-stdlog v4.1.1
33092026-03-13T17:08:46.232Z Compiling smallvec v0.6.14
33102026-03-13T17:08:46.279Z Compiling git-stub v1.0.0
33112026-03-13T17:08:46.392Z Compiling ctr v0.9.2
33122026-03-13T17:08:46.516Z Compiling num-derive v0.3.3
33132026-03-13T17:08:46.551Z Compiling lzma-sys v0.1.20
33142026-03-13T17:08:46.669Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33152026-03-13T17:08:46.734Z Compiling unicase v2.9.0
33162026-03-13T17:08:46.740Z Compiling hashbrown v0.12.3
33172026-03-13T17:08:46.984Z Compiling aes-gcm v0.10.3
33182026-03-13T17:08:47.007Z Compiling mime_guess v2.0.5
33192026-03-13T17:08:47.197Z Compiling git-stub-vcs v0.1.0
33202026-03-13T17:08:47.221Z Compiling serde-hex v0.1.0
33212026-03-13T17:08:47.260Z Compiling slog-envlogger v2.2.0
33222026-03-13T17:08:47.727Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33232026-03-13T17:08:47.777Z Compiling tabled_derive v0.11.0
33242026-03-13T17:08:47.780Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33252026-03-13T17:08:47.821Z Compiling libscf-sys v1.1.0
33262026-03-13T17:08:47.876Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33272026-03-13T17:08:48.018Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33282026-03-13T17:08:48.042Z Compiling ron v0.8.1
33292026-03-13T17:08:48.082Z Compiling papergrid v0.17.0
33302026-03-13T17:08:48.259Z Compiling cargo_toml v0.22.3
33312026-03-13T17:08:48.325Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33322026-03-13T17:08:48.753Z Compiling hashbrown v0.13.2
33332026-03-13T17:08:48.776Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33342026-03-13T17:08:49.109Z Compiling testing_table v0.3.0
33352026-03-13T17:08:49.150Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33362026-03-13T17:08:49.392Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33372026-03-13T17:08:49.467Z Compiling ssh-encoding v0.2.0
33382026-03-13T17:08:49.564Z Compiling blowfish v0.9.1
33392026-03-13T17:08:49.586Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33402026-03-13T17:08:49.728Z Compiling nibble_vec v0.1.0
33412026-03-13T17:08:49.751Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33422026-03-13T17:08:49.850Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33432026-03-13T17:08:49.920Z Compiling corncobs v0.1.4
33442026-03-13T17:08:49.944Z Compiling crc-any v2.5.0
33452026-03-13T17:08:50.043Z Compiling endian-type v0.1.2
33462026-03-13T17:08:50.153Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33472026-03-13T17:08:50.203Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33482026-03-13T17:08:50.206Z Compiling bcrypt-pbkdf v0.10.0
33492026-03-13T17:08:50.250Z Compiling radix_trie v0.2.1
33502026-03-13T17:08:50.278Z Compiling ssh-cipher v0.2.0
33512026-03-13T17:08:50.366Z Compiling tabled v0.20.0
33522026-03-13T17:08:50.572Z Compiling object v0.30.4
33532026-03-13T17:08:50.687Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33542026-03-13T17:08:50.713Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33552026-03-13T17:08:50.754Z Compiling parking_lot v0.11.2
33562026-03-13T17:08:51.166Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33572026-03-13T17:08:51.280Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33582026-03-13T17:08:51.433Z Compiling progenitor v0.13.0
33592026-03-13T17:08:51.486Z Compiling progenitor v0.11.2
33602026-03-13T17:08:51.489Z Compiling progenitor v0.10.0
33612026-03-13T17:08:51.643Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33622026-03-13T17:08:51.705Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
33632026-03-13T17:08:51.728Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33642026-03-13T17:08:51.750Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33652026-03-13T17:08:51.825Z Compiling prefix-trie v0.7.0
33662026-03-13T17:08:51.946Z Compiling password-hash v0.4.2
33672026-03-13T17:08:52.166Z Compiling fxhash v0.2.1
33682026-03-13T17:08:52.373Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33692026-03-13T17:08:52.376Z Compiling secrecy v0.8.0
33702026-03-13T17:08:52.376Z Compiling path-slash v0.1.5
33712026-03-13T17:08:52.424Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33722026-03-13T17:08:52.466Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33732026-03-13T17:08:52.469Z Compiling half v1.8.3
33742026-03-13T17:08:52.514Z Compiling http-range v0.1.5
33752026-03-13T17:08:52.622Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33762026-03-13T17:08:52.731Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33772026-03-13T17:08:52.785Z Compiling serde_cbor v0.11.2
33782026-03-13T17:08:53.124Z Compiling sled v0.34.7
33792026-03-13T17:08:53.642Z Compiling pbkdf2 v0.11.0
33802026-03-13T17:08:53.800Z Compiling hickory-server v0.25.2
33812026-03-13T17:08:53.879Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
33822026-03-13T17:08:53.948Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33832026-03-13T17:08:54.096Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33842026-03-13T17:08:54.541Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33852026-03-13T17:08:54.578Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33862026-03-13T17:08:54.865Z Compiling ron v0.12.0
33872026-03-13T17:08:54.885Z Compiling xz2 v0.1.7
33882026-03-13T17:08:55.064Z Compiling ssh-key v0.6.7
33892026-03-13T17:08:55.249Z Compiling hickory-client v0.25.2
33902026-03-13T17:08:55.692Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33912026-03-13T17:08:55.724Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33922026-03-13T17:08:55.748Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33932026-03-13T17:08:55.830Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33942026-03-13T17:08:56.473Z Compiling p521 v0.13.3
33952026-03-13T17:08:56.477Z Compiling p256 v0.13.2
33962026-03-13T17:08:56.726Z Compiling yasna v0.5.2
33972026-03-13T17:08:56.801Z Compiling kstat-rs v0.2.4
33982026-03-13T17:08:56.913Z Compiling headers-core v0.3.0
33992026-03-13T17:08:57.044Z Compiling nanorand v0.7.0
34002026-03-13T17:08:57.112Z Compiling russh-cryptovec v0.7.3
34012026-03-13T17:08:57.152Z Compiling atty v0.2.14
34022026-03-13T17:08:57.249Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34032026-03-13T17:08:57.313Z Compiling md5 v0.7.0
34042026-03-13T17:08:57.317Z Compiling base16ct v1.0.0
34052026-03-13T17:08:57.317Z Compiling crc8 v0.1.1
34062026-03-13T17:08:57.392Z Compiling home v0.5.12
34072026-03-13T17:08:57.430Z Compiling rcgen v0.12.1
34082026-03-13T17:08:57.464Z Compiling flume v0.11.1
34092026-03-13T17:08:57.467Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34102026-03-13T17:08:57.600Z Compiling russh-keys v0.45.0
34112026-03-13T17:08:57.623Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34122026-03-13T17:08:57.694Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34132026-03-13T17:08:57.717Z Compiling headers v0.4.1
34142026-03-13T17:08:57.810Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34152026-03-13T17:08:57.909Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34162026-03-13T17:08:58.137Z Compiling hyper-staticfile v0.10.1
34172026-03-13T17:08:58.509Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34182026-03-13T17:08:58.678Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34192026-03-13T17:08:58.812Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34202026-03-13T17:08:58.845Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34212026-03-13T17:08:58.865Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34222026-03-13T17:08:59.056Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34232026-03-13T17:08:59.122Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34242026-03-13T17:08:59.234Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34252026-03-13T17:08:59.408Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34262026-03-13T17:08:59.805Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34272026-03-13T17:08:59.895Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34282026-03-13T17:08:59.962Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34292026-03-13T17:09:00.156Z Compiling num-bigint v0.4.6
34302026-03-13T17:09:00.179Z Compiling des v0.8.1
34312026-03-13T17:09:00.287Z Compiling subprocess v0.2.15
34322026-03-13T17:09:00.386Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34332026-03-13T17:09:00.415Z Compiling hex-literal v0.4.1
34342026-03-13T17:09:00.468Z Compiling display-error-chain v0.2.2
34352026-03-13T17:09:00.593Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34362026-03-13T17:09:00.677Z Compiling colored v2.2.0
34372026-03-13T17:09:00.967Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34382026-03-13T17:09:01.034Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34392026-03-13T17:09:01.178Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34402026-03-13T17:09:01.198Z Compiling internet-checksum v0.2.1
34412026-03-13T17:09:01.916Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34422026-03-13T17:09:02.032Z Compiling russh v0.45.0
34432026-03-13T17:09:10.149Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34442026-03-13T17:09:19.968Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34452026-03-13T17:09:19.968Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34462026-03-13T17:09:19.971Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34472026-03-13T17:09:19.971Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34482026-03-13T17:09:22.147Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34492026-03-13T17:09:22.299Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34502026-03-13T17:09:28.045Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34512026-03-13T17:09:57.559Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34522026-03-13T17:10:21.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s
34532026-03-13T17:10:22.180Z
34542026-03-13T17:10:22.184Zreal 1:57.820696526
34552026-03-13T17:10:22.184Zuser 11:32.245585463
34562026-03-13T17:10:22.184Zsys 2:05.298246901
34572026-03-13T17:10:22.184Ztrap 0.362612091
34582026-03-13T17:10:22.184Ztflt 0.726449678
34592026-03-13T17:10:22.184Zdflt 1.348349403
34602026-03-13T17:10:22.184Zkflt 0.000189526
34612026-03-13T17:10:22.184Zlock 28:48.604268908
34622026-03-13T17:10:22.184Zslp 38:10.329051748
34632026-03-13T17:10:22.184Zlat 46.614670047
34642026-03-13T17:10:22.184Zstop 3:34.653772616
34652026-03-13T17:10:22.184Z+ mkdir tests
34662026-03-13T17:10:22.188Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34672026-03-13T17:10:22.188Z+ xargs -I '{}' -t cp '{}' tests/
34682026-03-13T17:10:22.220Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-321867b8f1751809 tests/
34692026-03-13T17:10:22.244Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-8bd8484279d9647b tests/
34702026-03-13T17:10:22.276Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-a66d4f2bdf9d4eba tests/
34712026-03-13T17:10:22.308Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-500bede75a180576 tests/
34722026-03-13T17:10:22.655Z+ 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/*)
34732026-03-13T17:10:22.659Z+ 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-8bd8484279d9647b tests/commtest-a66d4f2bdf9d4eba tests/dhcp_server-321867b8f1751809 tests/end_to_end_tests-500bede75a180576 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
34742026-03-13T17:11:58.913ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34752026-03-13T17:11:58.913Za .github/buildomat/ci-env.sh 1K
34762026-03-13T17:11:58.913Za out/target/test 1K
34772026-03-13T17:11:58.914Za out/npuzone/npuzone 27402K
34782026-03-13T17:11:58.914Za package-manifest.toml 35K
34792026-03-13T17:11:58.914Za smf/sled-agent/non-gimlet/config.toml 6K
34802026-03-13T17:11:58.914Za target/release/omicron-package 41238K
34812026-03-13T17:11:58.914Za target/release/xtask 11359K
34822026-03-13T17:11:58.914Za target/debug/bootstrap 346924K
34832026-03-13T17:11:58.914Za tests/bootstrap-8bd8484279d9647b 31480K
34842026-03-13T17:11:58.914Za tests/commtest-a66d4f2bdf9d4eba 31997K
34852026-03-13T17:11:58.914Za tests/dhcp_server-321867b8f1751809 31480K
34862026-03-13T17:11:58.914Za tests/end_to_end_tests-500bede75a180576 389124K
34872026-03-13T17:11:58.914Za out/clickhouse.tar.gz 303972K
34882026-03-13T17:11:58.914Za out/clickhouse_keeper.tar.gz 288775K
34892026-03-13T17:11:58.914Za out/clickhouse_server.tar.gz 303971K
34902026-03-13T17:11:58.914Za out/cockroachdb.tar.gz 157252K
34912026-03-13T17:11:58.914Za out/crucible-pantry-zone.tar.gz 38909K
34922026-03-13T17:11:58.914Za out/crucible-utils.tar 17744K
34932026-03-13T17:11:58.914Za out/crucible-zone.tar.gz 53047K
34942026-03-13T17:11:58.914Za out/external-dns.tar.gz 42749K
34952026-03-13T17:11:58.914Za out/internal-dns.tar.gz 42748K
34962026-03-13T17:11:58.914Za out/mg-ddm-gz.tar 86339K
34972026-03-13T17:11:58.914Za out/nexus.tar.gz 210987K
34982026-03-13T17:11:58.936Za out/ntp.tar.gz 23275K
34992026-03-13T17:11:58.936Za out/omicron-gateway-softnpu.tar.gz 27918K
35002026-03-13T17:11:58.936Za out/omicron-sled-agent.tar 190849K
35012026-03-13T17:11:58.936Za out/overlay.tar.gz 3K
35022026-03-13T17:11:58.936Za out/oximeter.tar.gz 59102K
35032026-03-13T17:11:58.936Za out/oxlog.tar 3895K
35042026-03-13T17:11:58.936Za out/probe.tar.gz 3037K
35052026-03-13T17:11:58.937Za out/propolis-server.tar.gz 74633K
35062026-03-13T17:11:58.937Za out/pumpkind-gz.tar 26647K
35072026-03-13T17:11:58.937Za out/switch-softnpu.tar.gz 376556K
35082026-03-13T17:11:58.956Z
35092026-03-13T17:11:58.956Zreal 1:36.153836768
35102026-03-13T17:11:58.956Zuser 1:33.133383998
35112026-03-13T17:11:58.956Zsys 6.295132309
35122026-03-13T17:11:58.956Ztrap 0.006370073
35132026-03-13T17:11:58.956Ztflt 0.000000000
35142026-03-13T17:11:58.956Zdflt 0.000000000
35152026-03-13T17:11:58.956Zkflt 0.000000000
35162026-03-13T17:11:58.957Zlock 0.000000000
35172026-03-13T17:11:58.957Zslp 1:32.236623674
35182026-03-13T17:11:58.957Zlat 0.630156957
35192026-03-13T17:11:58.957Zstop 0.000621729
35202026-03-13T17:11:58.957Zprocess exited: duration 1188799 ms, exit code 0
 
35212026-03-13T17:11:59.006Zfound 1 output files
35222026-03-13T17:11:59.006Zuploading: /work/package.tar.gz (2343310782 bytes)
35232026-03-13T17:13:22.075Zuploaded: /work/package.tar.gz