01KKW33RMKVMDRZRVM3R3QDSPP: helios / package

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

Buildomat Job: 01KKW34FK4Q3KWTG350PJPJAJ9

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-16T19:51:00.500Zjob assigned to worker 01KKW34MB1FTFT57GRX5ENYY2P [factory aws, i-06d87c02879fdf676] (queued for 1 m 32 s)
 
22026-03-16T19:51:09.122Zstarting task 0: "setup"
32026-03-16T19:51:09.127Z++ uname -s
42026-03-16T19:51:09.132Z+ kern=SunOS
52026-03-16T19:51:09.132Z+ build_user=build
62026-03-16T19:51:09.132Z+ build_uid=12345
72026-03-16T19:51:09.132Z+ work_dir=/work
82026-03-16T19:51:09.132Z+ input_dir=/input
92026-03-16T19:51:09.132Z+ [[ 0 == 12345 ]]
102026-03-16T19:51:09.132Z+ case "$kern" in
112026-03-16T19:51:09.132Z+ groupadd -g 12345 build
122026-03-16T19:51:09.135Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-16T19:51:11.141Z+ zfs create -o mountpoint=/work rpool/work
142026-03-16T19:51:11.254Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-16T19:51:11.258Z+ home_fs=zfs
162026-03-16T19:51:11.258Z+ [[ zfs == autofs ]]
172026-03-16T19:51:11.258Z+ mkdir -p /home/build
182026-03-16T19:51:11.262Z+ chown build:build /home/build /work
192026-03-16T19:51:13.263Z+ chmod 0700 /home/build /work
202026-03-16T19:51:13.269Zprocess exited: duration 4144 ms, exit code 0
 
212026-03-16T19:51:13.284Zstarting task 1: "rust-toolchain"
222026-03-16T19:51:13.290Z * rust toolchain channel = "1.91.1"
232026-03-16T19:51:13.290Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
242026-03-16T19:51:13.290Z * rust toolchain profile = "default"
252026-03-16T19:51:13.290Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-16T19:51:13.291Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-16T19:51:13.291Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-16T19:51:13.296Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-16T19:51:13.296Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-16T19:51:13.446Zinfo: downloading installer
312026-03-16T19:51:15.151Zwarn: It looks like you have an existing installation of Rust at:
322026-03-16T19:51:15.151Zwarn: /opt/ooce/bin
332026-03-16T19:51:15.151Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-16T19:51:15.151Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-16T19:51:15.151Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-16T19:51:15.151Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-16T19:51:15.151Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-16T19:51:15.151Zerror: cannot install while Rust is installed
392026-03-16T19:51:15.151Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-16T19:51:15.151Zwarn: It looks like you have an existing rustup settings file at:
412026-03-16T19:51:15.151Zwarn: /home/build/.rustup/settings.toml
422026-03-16T19:51:15.151Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-16T19:51:15.151Zwarn: instead of the one inferred from the default host triple.
442026-03-16T19:51:15.169Zinfo: profile set to default
452026-03-16T19:51:15.169Zinfo: default host triple is x86_64-unknown-illumos
462026-03-16T19:51:15.172Zinfo: syncing channel updates for 1.91.1-x86_64-unknown-illumos
472026-03-16T19:51:15.347Zinfo: latest update on 2025-11-10 for version 1.91.1 (ed61e7d7e 2025-11-07)
482026-03-16T19:51:15.350Zinfo: downloading 6 components
492026-03-16T19:51:32.496Zinfo: default toolchain set to 1.91.1-x86_64-unknown-illumos
502026-03-16T19:51:32.496Z
512026-03-16T19:51:32.530Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
522026-03-16T19:51:32.530Z
532026-03-16T19:51:32.533Z
542026-03-16T19:51:32.533ZRust is installed now. Great!
552026-03-16T19:51:32.533Z
562026-03-16T19:51:32.533ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-16T19:51:32.533Zenvironment variable. This has not been done automatically.
582026-03-16T19:51:32.533Z
592026-03-16T19:51:32.533ZTo configure your current shell, you need to source
602026-03-16T19:51:32.533Zthe corresponding env file under $HOME/.cargo.
612026-03-16T19:51:32.533Z
622026-03-16T19:51:32.533ZThis is usually done by running one of the following (note the leading DOT):
632026-03-16T19:51:32.533Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-16T19:51:32.533Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-16T19:51:32.534Zsource "~/.cargo/env.nu" # For nushell
662026-03-16T19:51:32.534Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-16T19:51:32.534Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-16T19:51:32.534Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-16T19:51:32.534Zwarn: no default linker (`cc`) was found in your PATH
702026-03-16T19:51:32.534Zwarn: many Rust crates require a system C toolchain to build
712026-03-16T19:51:32.644Z+ rustup --version
722026-03-16T19:51:32.652Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-16T19:51:32.655Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-16T19:51:32.679Zinfo: the currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
752026-03-16T19:51:32.684Z+ cargo --version
762026-03-16T19:51:32.693Zcargo 1.91.1 (ea2d97820 2025-10-10)
772026-03-16T19:51:32.696Z+ rustc --version
782026-03-16T19:51:32.723Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
792026-03-16T19:51:32.727Zprocess exited: duration 19441 ms, exit code 0
 
802026-03-16T19:51:32.733Zstarting task 2: "authentication"
812026-03-16T19:51:32.754Zprocess exited: duration 20 ms, exit code 0
 
822026-03-16T19:51:32.760Zstarting task 3: "clone repository"
832026-03-16T19:51:32.765Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-16T19:51:32.768Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-16T19:51:32.804ZCloning into '/work/oxidecomputer/omicron'...
862026-03-16T19:51:42.511Z+ cd /work/oxidecomputer/omicron
872026-03-16T19:51:42.511Z+ git fetch origin e7fbdeef56f79e54d66698ab18082d626a21ccb1
882026-03-16T19:51:42.858ZFrom https://github.com/oxidecomputer/omicron
892026-03-16T19:51:42.858Z * branch e7fbdeef56f79e54d66698ab18082d626a21ccb1 -> FETCH_HEAD
902026-03-16T19:51:42.871Z+ [[ -n jmcarp/zone-metrics ]]
912026-03-16T19:51:42.877Z++ git branch --show-current
922026-03-16T19:51:42.877Z+ current=main
932026-03-16T19:51:42.877Z+ [[ main != jmcarp/zone-metrics ]]
942026-03-16T19:51:42.877Z+ git branch -f jmcarp/zone-metrics e7fbdeef56f79e54d66698ab18082d626a21ccb1
952026-03-16T19:51:42.889Z+ git checkout -f jmcarp/zone-metrics
962026-03-16T19:51:43.195ZSwitched to branch 'jmcarp/zone-metrics'
972026-03-16T19:51:43.200Z+ git reset --hard e7fbdeef56f79e54d66698ab18082d626a21ccb1
982026-03-16T19:51:43.286ZHEAD is now at e7fbdeef5 Add per-zone cpu metrics.
992026-03-16T19:51:43.289Zprocess exited: duration 10525 ms, exit code 0
 
1002026-03-16T19:51:43.296Zstarting task 4: "build"
1012026-03-16T19:51:43.302Z+ source .github/buildomat/ci-env.sh
1022026-03-16T19:51:43.306Z++ export CARGO_TERM_COLOR=always
1032026-03-16T19:51:43.306Z++ CARGO_TERM_COLOR=always
1042026-03-16T19:51:43.306Z+ cargo --version
1052026-03-16T19:51:43.314Zcargo 1.91.1 (ea2d97820 2025-10-10)
1062026-03-16T19:51:43.317Z+ rustc --version
1072026-03-16T19:51:43.346Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1082026-03-16T19:51:43.350Z+ WORK=/work
1092026-03-16T19:51:43.350Z+ pfexec mkdir -p /work
1102026-03-16T19:51:43.353Z+ pfexec chown build /work
1112026-03-16T19:51:43.357Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-16T19:51:53.416Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-16T19:52:03.103Z Startup: Caching catalogs ... Done
1142026-03-16T19:52:25.682ZPlanning: Solver setup ... Done (20.937s)
1152026-03-16T19:52:25.836ZPlanning: Running solver ... Done (0.154s)
1162026-03-16T19:52:26.048ZPlanning: Finding local manifests ... Done (0.003s)
1172026-03-16T19:52:26.062ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-16T19:52:26.159ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-16T19:52:26.204ZPlanning: Package planning ... Done (0.043s)
1202026-03-16T19:52:26.240ZPlanning: Merging actions ... Done (0.039s)
1212026-03-16T19:52:26.484ZPlanning: Checking for conflicting actions ... Done (0.241s)
1222026-03-16T19:52:26.509ZPlanning: Consolidating action changes ... Done (0.010s)
1232026-03-16T19:52:27.374ZPlanning: Evaluating mediators ... Done (0.882s)
1242026-03-16T19:52:27.382ZPlanning: Planning completed in 24.13 seconds
1252026-03-16T19:52:27.396Z Packages to install: 4
1262026-03-16T19:52:27.396Z Mediators to change: 2
1272026-03-16T19:52:27.402Z Services to change: 1
1282026-03-16T19:52:27.402Z Estimated space available: 155.43 GB
1292026-03-16T19:52:27.402ZEstimated space to be consumed: 1.83 GB
1302026-03-16T19:52:27.402Z Create boot environment: No
1312026-03-16T19:52:27.402ZCreate backup boot environment: No
1322026-03-16T19:52:27.402Z Rebuild boot archive: No
1332026-03-16T19:52:27.402Z
1342026-03-16T19:52:27.403ZChanged mediators:
1352026-03-16T19:52:27.403Z mediator clang:
1362026-03-16T19:52:27.403Z version: None -> 15 (system default)
1372026-03-16T19:52:27.403Z
1382026-03-16T19:52:27.403Z mediator llvm:
1392026-03-16T19:52:27.403Z version: 14 (system default) -> 15 (system default)
1402026-03-16T19:52:27.403Z
1412026-03-16T19:52:27.403ZChanged packages:
1422026-03-16T19:52:27.403Zhelios-dev
1432026-03-16T19:52:27.403Z developer/build-essential
1442026-03-16T19:52:27.403Z None -> 11-2.0
1452026-03-16T19:52:27.403Z library/libxmlsec1
1462026-03-16T19:52:27.403Z None -> 1.2.35-2.0
1472026-03-16T19:52:27.403Z ooce/developer/clang-15
1482026-03-16T19:52:27.403Z None -> 15.0.7-2.0
1492026-03-16T19:52:27.404Z ooce/developer/llvm-15
1502026-03-16T19:52:27.404Z None -> 15.0.7-2.0
1512026-03-16T19:52:27.404Z
1522026-03-16T19:52:27.404ZServices:
1532026-03-16T19:52:27.404Z restart_fmri:
1542026-03-16T19:52:27.404Z svc:/system/update-man-index:default
1552026-03-16T19:52:27.447Z
1562026-03-16T19:52:27.447ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-16T19:52:32.478ZDownload: 1632/3290 items 116.1/212.6MB 54% complete (23.9M/s)
1582026-03-16T19:52:37.457ZDownload: 3290/3290 items 212.6/212.6MB 100% complete (21.4M/s)
1592026-03-16T19:52:37.467ZDownload: Completed 212.60 MB in 10.02 seconds (21.2M/s)
1602026-03-16T19:52:37.736Z Actions: 1/3689 actions (Installing new actions)
1612026-03-16T19:52:41.890Z Actions: Completed 3689 actions in 4.15 seconds.
1622026-03-16T19:52:42.240Z Done (0.343s)
1632026-03-16T19:52:42.240Z Done (0.000s)
1642026-03-16T19:52:43.163Z Done (0.921s)
1652026-03-16T19:52:47.261Z Done (3.707s)
1662026-03-16T19:52:47.299Z Done (0.018s)
1672026-03-16T19:52:47.307Z Done (0.000s)
1682026-03-16T19:52:47.486Z Done (0.000s)
1692026-03-16T19:52:48.469ZPlanning: Evaluating mediator changes ... Done
1702026-03-16T19:52:48.612ZPlanning: Checking for conflicting actions ... Done
1712026-03-16T19:52:48.615ZPlanning: Consolidating action changes ... Done
1722026-03-16T19:52:48.834ZPlanning: Evaluating mediators ... Done
1732026-03-16T19:52:48.838ZPlanning: Planning completed in 0.37 seconds
1742026-03-16T19:52:48.864Z Mediators to change: 2
1752026-03-16T19:52:48.864Z Create boot environment: No
1762026-03-16T19:52:48.867ZCreate backup boot environment: No
1772026-03-16T19:52:48.930Z Done
1782026-03-16T19:52:48.930Z Done
1792026-03-16T19:52:49.666Z Done
1802026-03-16T19:52:53.059Z Done
1812026-03-16T19:52:53.182Z Done
1822026-03-16T19:52:53.188Z Done
1832026-03-16T19:52:53.304Z Done
1842026-03-16T19:52:53.852ZPlanning: Evaluating mediator changes ... Done
1852026-03-16T19:52:53.855ZPlanning: Merging actions ... Done
1862026-03-16T19:52:54.021ZPlanning: Checking for conflicting actions ... Done
1872026-03-16T19:52:54.024ZPlanning: Consolidating action changes ... Done
1882026-03-16T19:52:54.242ZPlanning: Evaluating mediators ... Done
1892026-03-16T19:52:54.285ZPlanning: Planning completed in 0.64 seconds
1902026-03-16T19:52:54.315Z Packages to change: 1
1912026-03-16T19:52:54.315Z Mediators to change: 1
1922026-03-16T19:52:54.319Z Services to change: 1
1932026-03-16T19:52:54.319Z Create boot environment: No
1942026-03-16T19:52:54.319ZCreate backup boot environment: Yes
1952026-03-16T19:52:55.799Z Actions: 1/6 actions (Updating modified actions)
1962026-03-16T19:52:55.802Z Actions: Completed 6 actions in 0.00 seconds.
1972026-03-16T19:52:55.802Z Done
1982026-03-16T19:52:55.802Z Done
1992026-03-16T19:52:55.992Z Done
2002026-03-16T19:52:59.309Z Done
2012026-03-16T19:52:59.396Z Done
2022026-03-16T19:52:59.399Z Done
2032026-03-16T19:52:59.565Z Done
2042026-03-16T19:52:59.945ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2052026-03-16T19:52:59.945Zclang system 15 system
2062026-03-16T19:52:59.945Zcsh system system illumos
2072026-03-16T19:52:59.945Zctags system system illumos
2082026-03-16T19:52:59.945Zfile system system illumos
2092026-03-16T19:52:59.945Zgcc vendor 12 vendor
2102026-03-16T19:52:59.945Zgcc system 10 system
2112026-03-16T19:52:59.945Zgcc system 7 system
2122026-03-16T19:52:59.945Zgo system 1.20 system
2132026-03-16T19:52:59.945Zgo system 1.19 system
2142026-03-16T19:52:59.945Zllvm system 15 system
2152026-03-16T19:52:59.945Zllvm system 14 system
2162026-03-16T19:52:59.945Zmariadb system 10.6 system
2172026-03-16T19:52:59.945Zmta vendor vendor dma
2182026-03-16T19:52:59.945Zopenjdk system 17 system
2192026-03-16T19:52:59.945Zopenjdk system 11 system
2202026-03-16T19:52:59.945Zopenjdk system 1.8 system
2212026-03-16T19:52:59.945Zopenssl vendor 3 vendor
2222026-03-16T19:52:59.945Zperl system 5.36 system
2232026-03-16T19:52:59.945Zpostgresql system 15 system
2242026-03-16T19:52:59.945Zpostgresql system 13 system
2252026-03-16T19:52:59.945Zpython vendor 3 vendor
2262026-03-16T19:52:59.945Zpython system 2 system
2272026-03-16T19:52:59.946Zpython3 system 3.11 system
2282026-03-16T19:52:59.946Zruby system 3.0 system
2292026-03-16T19:52:59.946Zwords vendor vendor american-english
2302026-03-16T19:52:59.946Zwords system system australian-english
2312026-03-16T19:52:59.946Zwords system system british-english
2322026-03-16T19:52:59.946Zwords system system canadian-english
2332026-03-16T19:52:59.946Zwords system system french
2342026-03-16T19:52:59.946Zwords system system italian
2352026-03-16T19:52:59.946Zwords system system ngerman
2362026-03-16T19:52:59.946Zwords system system ogerman
2372026-03-16T19:52:59.946Zwords system system spanish
2382026-03-16T19:53:00.246ZPUBLISHER TYPE STATUS P LOCATION
2392026-03-16T19:53:00.246Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2402026-03-16T19:53:06.262ZFMRI IFO
2412026-03-16T19:53:06.262Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2422026-03-16T19:53:06.262Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2432026-03-16T19:53:06.262Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2442026-03-16T19:53:06.262Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2452026-03-16T19:53:06.262Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2462026-03-16T19:53:06.262Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2472026-03-16T19:53:06.262Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2482026-03-16T19:53:06.262Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2492026-03-16T19:53:06.262Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2502026-03-16T19:53:06.262Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2512026-03-16T19:53:06.262Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2522026-03-16T19:53:06.262Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2532026-03-16T19:53:06.262Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2542026-03-16T19:53:06.262Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2552026-03-16T19:53:06.262Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2562026-03-16T19:53:06.262Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2572026-03-16T19:53:07.533Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2582026-03-16T19:53:07.824Z Updating crates.io index
2592026-03-16T19:53:07.828Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2602026-03-16T19:53:08.659Z Updating git repository `https://github.com/oxidecomputer/lldp`
2612026-03-16T19:53:09.071Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2622026-03-16T19:53:09.314Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2632026-03-16T19:53:09.628Z Updating git repository `https://github.com/oxidecomputer/falcon`
2642026-03-16T19:53:10.503Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2652026-03-16T19:53:11.138Z Updating git repository `https://github.com/oxidecomputer/propolis`
2662026-03-16T19:53:12.494Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672026-03-16T19:53:14.079Z Updating git repository `https://github.com/oxidecomputer/opte`
2682026-03-16T19:53:15.157Z Updating git repository `https://github.com/oxidecomputer/tofino`
2692026-03-16T19:53:15.492Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2702026-03-16T19:53:16.641Z Updating git repository `https://github.com/oxidecomputer/clickward`
2712026-03-16T19:53:17.067Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2722026-03-16T19:53:17.511Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2732026-03-16T19:53:17.957Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2742026-03-16T19:53:18.841Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2752026-03-16T19:53:19.447Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-03-16T19:53:19.737Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2772026-03-16T19:53:20.086Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2782026-03-16T19:53:20.401Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2792026-03-16T19:53:20.729Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2802026-03-16T19:53:20.953Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2812026-03-16T19:53:21.233Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2822026-03-16T19:53:21.667Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2832026-03-16T19:53:22.219Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2842026-03-16T19:53:22.647Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2852026-03-16T19:53:22.993Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2862026-03-16T19:53:23.323Z Updating git repository `https://github.com/oxidecomputer/ispf`
2872026-03-16T19:53:24.200Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2882026-03-16T19:53:24.747Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2892026-03-16T19:53:25.042Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2902026-03-16T19:53:25.456Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2912026-03-16T19:53:25.845Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2922026-03-16T19:53:26.193Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2932026-03-16T19:53:26.682Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2942026-03-16T19:53:27.069Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2952026-03-16T19:53:27.210Z Updating git repository `https://github.com/illumos/smf-rs`
2962026-03-16T19:53:27.703Z Updating git repository `https://github.com/oxidecomputer/omicron`
2972026-03-16T19:53:43.046Z Downloading crates ...
2982026-03-16T19:53:43.136Z Downloaded bytecount v0.6.9
2992026-03-16T19:53:43.158Z Downloaded scroll v0.12.0
3002026-03-16T19:53:43.158Z Downloaded fnv v1.0.7
3012026-03-16T19:53:43.158Z Downloaded pest_generator v2.8.6
3022026-03-16T19:53:43.158Z Downloaded strsim v0.11.1
3032026-03-16T19:53:43.158Z Downloaded icu_provider v2.1.1
3042026-03-16T19:53:43.158Z Downloaded clap_builder v4.5.60
3052026-03-16T19:53:43.158Z Downloaded thiserror v2.0.18
3062026-03-16T19:53:43.181Z Downloaded unicode-xid v0.2.6
3072026-03-16T19:53:43.181Z Downloaded usdt-impl v0.5.0
3082026-03-16T19:53:43.181Z Downloaded usdt v0.5.0
3092026-03-16T19:53:43.182Z Downloaded generic-array v0.14.7
3102026-03-16T19:53:43.182Z Downloaded toml_datetime v0.6.11
3112026-03-16T19:53:43.182Z Downloaded crypto-common v0.1.7
3122026-03-16T19:53:43.182Z Downloaded version_check v0.9.5
3132026-03-16T19:53:43.182Z Downloaded cfg-if v1.0.4
3142026-03-16T19:53:43.182Z Downloaded bitflags v2.11.0
3152026-03-16T19:53:43.182Z Downloaded zerofrom v0.1.6
3162026-03-16T19:53:43.182Z Downloaded utf8parse v0.2.2
3172026-03-16T19:53:43.182Z Downloaded zerofrom-derive v0.1.6
3182026-03-16T19:53:43.182Z Downloaded usdt-macro v0.5.0
3192026-03-16T19:53:43.182Z Downloaded usdt-attr-macro v0.5.0
3202026-03-16T19:53:43.182Z Downloaded thread-id v4.2.2
3212026-03-16T19:53:43.182Z Downloaded idna_adapter v1.2.1
3222026-03-16T19:53:43.182Z Downloaded dof v0.3.0
3232026-03-16T19:53:43.182Z Downloaded yoke-derive v0.8.1
3242026-03-16T19:53:43.182Z Downloaded tabled v0.15.0
3252026-03-16T19:53:43.196Z Downloaded typenum v1.19.0
3262026-03-16T19:53:43.196Z Downloaded serde-value v0.7.0
3272026-03-16T19:53:43.196Z Downloaded clap_lex v1.0.0
3282026-03-16T19:53:43.196Z Downloaded toml_write v0.1.2
3292026-03-16T19:53:43.196Z Downloaded memmap v0.7.0
3302026-03-16T19:53:43.196Z Downloaded macaddr v1.0.1
3312026-03-16T19:53:43.196Z Downloaded tinystr v0.8.2
3322026-03-16T19:53:43.196Z Downloaded zmij v1.0.21
3332026-03-16T19:53:43.196Z Downloaded stable_deref_trait v1.2.1
3342026-03-16T19:53:43.196Z Downloaded writeable v0.6.2
3352026-03-16T19:53:43.196Z Downloaded proc-macro-error-attr v1.0.4
3362026-03-16T19:53:43.197Z Downloaded thiserror-impl v2.0.18
3372026-03-16T19:53:43.197Z Downloaded thiserror-impl v1.0.69
3382026-03-16T19:53:43.197Z Downloaded colorchoice v1.0.4
3392026-03-16T19:53:43.197Z Downloaded potential_utf v0.1.4
3402026-03-16T19:53:43.197Z Downloaded cpufeatures v0.2.17
3412026-03-16T19:53:43.197Z Downloaded yoke v0.8.1
3422026-03-16T19:53:43.207Z Downloaded thiserror v1.0.69
3432026-03-16T19:53:43.207Z Downloaded itoa v1.0.17
3442026-03-16T19:53:43.207Z Downloaded zerovec-derive v0.11.2
3452026-03-16T19:53:43.207Z Downloaded textwrap v0.16.2
3462026-03-16T19:53:43.208Z Downloaded cargo-platform v0.2.0
3472026-03-16T19:53:43.208Z Downloaded fs-err v3.3.0
3482026-03-16T19:53:43.208Z Downloaded clap_derive v4.5.55
3492026-03-16T19:53:43.208Z Downloaded cargo-util-schemas v0.8.2
3502026-03-16T19:53:43.217Z Downloaded zerocopy-derive v0.7.35
3512026-03-16T19:53:43.217Z Downloaded unicode-ident v1.0.24
3522026-03-16T19:53:43.217Z Downloaded toml v0.8.23
3532026-03-16T19:53:43.218Z Downloaded swrite v0.1.0
3542026-03-16T19:53:43.218Z Downloaded pretty-hex v0.4.1
3552026-03-16T19:53:43.218Z Downloaded anstyle-query v1.1.5
3562026-03-16T19:53:43.218Z Downloaded smawk v0.3.2
3572026-03-16T19:53:43.240Z Downloaded equivalent v1.0.2
3582026-03-16T19:53:43.240Z Downloaded ucd-trie v0.1.7
3592026-03-16T19:53:43.240Z Downloaded scroll_derive v0.12.1
3602026-03-16T19:53:43.240Z Downloaded percent-encoding v2.3.2
3612026-03-16T19:53:43.240Z Downloaded fastrand v2.3.0
3622026-03-16T19:53:43.240Z Downloaded dtrace-parser v0.2.0
3632026-03-16T19:53:43.240Z Downloaded toml_edit v0.22.27
3642026-03-16T19:53:43.240Z Downloaded form_urlencoded v1.2.2
3652026-03-16T19:53:43.240Z Downloaded heck v0.4.1
3662026-03-16T19:53:43.240Z Downloaded heck v0.5.0
3672026-03-16T19:53:43.240Z Downloaded tabled_derive v0.7.0
3682026-03-16T19:53:43.240Z Downloaded url v2.5.8
3692026-03-16T19:53:43.240Z Downloaded zerotrie v0.2.3
3702026-03-16T19:53:43.246Z Downloaded ordered-float v2.10.1
3712026-03-16T19:53:43.246Z Downloaded plain v0.2.3
3722026-03-16T19:53:43.246Z Downloaded terminal_size v0.4.3
3732026-03-16T19:53:43.246Z Downloaded errno v0.3.14
3742026-03-16T19:53:43.246Z Downloaded block-buffer v0.10.4
3752026-03-16T19:53:43.247Z Downloaded is_terminal_polyfill v1.70.2
3762026-03-16T19:53:43.247Z Downloaded utf8_iter v1.0.4
3772026-03-16T19:53:43.247Z Downloaded unicode-linebreak v0.1.5
3782026-03-16T19:53:43.247Z Downloaded cargo_metadata v0.21.0
3792026-03-16T19:53:43.247Z Downloaded anstream v0.6.21
3802026-03-16T19:53:43.247Z Downloaded typeid v1.0.3
3812026-03-16T19:53:43.247Z Downloaded zerovec v0.11.5
3822026-03-16T19:53:43.253Z Downloaded zerocopy v0.7.35
3832026-03-16T19:53:43.263Z Downloaded sha2 v0.10.9
3842026-03-16T19:53:43.292Z Downloaded cargo_toml v0.21.0
3852026-03-16T19:53:43.292Z Downloaded winnow v0.7.14
3862026-03-16T19:53:43.292Z Downloaded serde_spanned v0.6.9
3872026-03-16T19:53:43.292Z Downloaded semver v1.0.27
3882026-03-16T19:53:43.292Z Downloaded quote v1.0.44
3892026-03-16T19:53:43.292Z Downloaded unicode-width v0.2.0
3902026-03-16T19:53:43.292Z Downloaded unicode-width v0.1.14
3912026-03-16T19:53:43.321Z Downloaded serde-untagged v0.1.9
3922026-03-16T19:53:43.321Z Downloaded proc-macro-error v1.0.4
3932026-03-16T19:53:43.321Z Downloaded serde_tokenstream v0.2.3
3942026-03-16T19:53:43.322Z Downloaded camino-tempfile v1.4.1
3952026-03-16T19:53:43.322Z Downloaded anyhow v1.0.102
3962026-03-16T19:53:43.322Z Downloaded icu_normalizer v2.1.1
3972026-03-16T19:53:43.322Z Downloaded proc-macro2 v1.0.106
3982026-03-16T19:53:43.322Z Downloaded getrandom v0.4.1
3992026-03-16T19:53:43.322Z Downloaded clap v4.5.60
4002026-03-16T19:53:43.322Z Downloaded digest v0.10.7
4012026-03-16T19:53:43.322Z Downloaded displaydoc v0.2.5
4022026-03-16T19:53:43.322Z Downloaded synstructure v0.13.2
4032026-03-16T19:53:43.322Z Downloaded anstyle v1.0.13
4042026-03-16T19:53:43.357Z Downloaded byteorder v1.5.0
4052026-03-16T19:53:43.357Z Downloaded autocfg v1.5.0
4062026-03-16T19:53:43.357Z Downloaded erased-serde v0.4.9
4072026-03-16T19:53:43.357Z Downloaded goblin v0.8.2
4082026-03-16T19:53:43.357Z Downloaded tempfile v3.25.0
4092026-03-16T19:53:43.357Z Downloaded once_cell v1.21.3
4102026-03-16T19:53:43.357Z Downloaded log v0.4.29
4112026-03-16T19:53:43.357Z Downloaded camino v1.2.2
4122026-03-16T19:53:43.357Z Downloaded anstyle-parse v0.2.7
4132026-03-16T19:53:43.357Z Downloaded smallvec v1.15.1
4142026-03-16T19:53:43.357Z Downloaded pest_derive v2.8.6
4152026-03-16T19:53:43.381Z Downloaded serde_derive v1.0.228
4162026-03-16T19:53:43.381Z Downloaded papergrid v0.11.0
4172026-03-16T19:53:43.381Z Downloaded num-traits v0.2.19
4182026-03-16T19:53:43.381Z Downloaded serde_core v1.0.228
4192026-03-16T19:53:43.381Z Downloaded litemap v0.8.1
4202026-03-16T19:53:43.381Z Downloaded icu_properties v2.1.2
4212026-03-16T19:53:43.381Z Downloaded pest_meta v2.8.6
4222026-03-16T19:53:43.381Z Downloaded icu_locale_core v2.1.1
4232026-03-16T19:53:43.381Z Downloaded icu_normalizer_data v2.1.1
4242026-03-16T19:53:43.382Z Downloaded serde v1.0.228
4252026-03-16T19:53:43.429Z Downloaded icu_collections v2.1.1
4262026-03-16T19:53:43.429Z Downloaded memchr v2.8.0
4272026-03-16T19:53:43.429Z Downloaded indexmap v2.13.0
4282026-03-16T19:53:43.471Z Downloaded icu_properties_data v2.1.2
4292026-03-16T19:53:43.471Z Downloaded serde_json v1.0.149
4302026-03-16T19:53:43.471Z Downloaded idna v1.1.0
4312026-03-16T19:53:43.471Z Downloaded pest v2.8.6
4322026-03-16T19:53:43.471Z Downloaded hashbrown v0.16.1
4332026-03-16T19:53:43.471Z Downloaded syn v1.0.109
4342026-03-16T19:53:43.529Z Downloaded syn v2.0.117
4352026-03-16T19:53:43.529Z Downloaded rustix v1.1.3
4362026-03-16T19:53:43.572Z Downloaded libc v0.2.180
4372026-03-16T19:53:43.613Z Compiling proc-macro2 v1.0.106
4382026-03-16T19:53:43.613Z Compiling quote v1.0.44
4392026-03-16T19:53:43.613Z Compiling unicode-ident v1.0.24
4402026-03-16T19:53:43.613Z Compiling serde_core v1.0.228
4412026-03-16T19:53:43.613Z Compiling libc v0.2.180
4422026-03-16T19:53:43.613Z Compiling version_check v0.9.5
4432026-03-16T19:53:43.613Z Compiling stable_deref_trait v1.2.1
4442026-03-16T19:53:43.613Z Compiling serde v1.0.228
4452026-03-16T19:53:43.613Z Compiling memchr v2.8.0
4462026-03-16T19:53:43.794Z Compiling zmij v1.0.21
4472026-03-16T19:53:43.815Z Compiling ucd-trie v0.1.7
4482026-03-16T19:53:43.815Z Compiling itoa v1.0.17
4492026-03-16T19:53:43.815Z Compiling thiserror v1.0.69
4502026-03-16T19:53:43.862Z Compiling autocfg v1.5.0
4512026-03-16T19:53:43.862Z Compiling litemap v0.8.1
4522026-03-16T19:53:44.029Z Compiling writeable v0.6.2
4532026-03-16T19:53:44.280Z Compiling rustix v1.1.3
4542026-03-16T19:53:44.329Z Compiling byteorder v1.5.0
4552026-03-16T19:53:44.329Z Compiling icu_normalizer_data v2.1.1
4562026-03-16T19:53:44.346Z Compiling icu_properties_data v2.1.2
4572026-03-16T19:53:44.730Z Compiling bitflags v2.11.0
4582026-03-16T19:53:44.790Z Compiling serde_json v1.0.149
4592026-03-16T19:53:44.791Z Compiling equivalent v1.0.2
4602026-03-16T19:53:44.791Z Compiling num-traits v0.2.19
4612026-03-16T19:53:44.802Z Compiling hashbrown v0.16.1
4622026-03-16T19:53:44.877Z Compiling pest v2.8.6
4632026-03-16T19:53:45.006Z Compiling smallvec v1.15.1
4642026-03-16T19:53:45.130Z Compiling typeid v1.0.3
4652026-03-16T19:53:45.203Z Compiling proc-macro-error-attr v1.0.4
4662026-03-16T19:53:45.238Z Compiling usdt-impl v0.5.0
4672026-03-16T19:53:45.270Z Compiling winnow v0.7.14
4682026-03-16T19:53:45.298Z Compiling toml_write v0.1.2
4692026-03-16T19:53:45.349Z Compiling erased-serde v0.4.9
4702026-03-16T19:53:45.387Z Compiling syn v1.0.109
4712026-03-16T19:53:45.457Z Compiling errno v0.3.14
4722026-03-16T19:53:45.487Z Compiling thread-id v4.2.2
4732026-03-16T19:53:45.546Z Compiling indexmap v2.13.0
4742026-03-16T19:53:45.691Z Compiling proc-macro-error v1.0.4
4752026-03-16T19:53:45.764Z Compiling plain v0.2.3
4762026-03-16T19:53:45.765Z Compiling thiserror v2.0.18
4772026-03-16T19:53:46.488Z Compiling utf8parse v0.2.2
4782026-03-16T19:53:46.543Z Compiling syn v2.0.117
4792026-03-16T19:53:46.543Z Compiling utf8_iter v1.0.4
4802026-03-16T19:53:46.543Z Compiling log v0.4.29
4812026-03-16T19:53:46.543Z Compiling camino v1.2.2
4822026-03-16T19:53:46.543Z Compiling getrandom v0.4.1
4832026-03-16T19:53:46.544Z Compiling percent-encoding v2.3.2
4842026-03-16T19:53:46.544Z Compiling anstyle-parse v0.2.7
4852026-03-16T19:53:46.544Z Compiling form_urlencoded v1.2.2
4862026-03-16T19:53:46.544Z Compiling ordered-float v2.10.1
4872026-03-16T19:53:46.544Z Compiling pest_meta v2.8.6
4882026-03-16T19:53:46.607Z Compiling pretty-hex v0.4.1
4892026-03-16T19:53:46.607Z Compiling anstyle v1.0.13
4902026-03-16T19:53:46.663Z Compiling is_terminal_polyfill v1.70.2
4912026-03-16T19:53:46.663Z Compiling anstyle-query v1.1.5
4922026-03-16T19:53:46.672Z Compiling colorchoice v1.0.4
4932026-03-16T19:53:46.720Z Compiling cfg-if v1.0.4
4942026-03-16T19:53:46.756Z Compiling fs-err v3.3.0
4952026-03-16T19:53:46.819Z Compiling anstream v0.6.21
4962026-03-16T19:53:46.826Z Compiling fnv v1.0.7
4972026-03-16T19:53:46.826Z Compiling bytecount v0.6.9
4982026-03-16T19:53:46.942Z Compiling terminal_size v0.4.3
4992026-03-16T19:53:47.002Z Compiling clap_lex v1.0.0
5002026-03-16T19:53:47.002Z Compiling anyhow v1.0.102
5012026-03-16T19:53:47.063Z Compiling strsim v0.11.1
5022026-03-16T19:53:47.088Z Compiling once_cell v1.21.3
5032026-03-16T19:53:47.146Z Compiling unicode-xid v0.2.6
5042026-03-16T19:53:47.173Z Compiling fastrand v2.3.0
5052026-03-16T19:53:47.233Z Compiling unicode-width v0.1.14
5062026-03-16T19:53:47.261Z Compiling heck v0.4.1
5072026-03-16T19:53:47.297Z Compiling heck v0.5.0
5082026-03-16T19:53:47.333Z Compiling clap_builder v4.5.60
5092026-03-16T19:53:47.403Z Compiling memmap v0.7.0
5102026-03-16T19:53:47.403Z Compiling unicode-linebreak v0.1.5
5112026-03-16T19:53:48.059Z Compiling semver v1.0.27
5122026-03-16T19:53:48.220Z Compiling papergrid v0.11.0
5132026-03-16T19:53:48.220Z Compiling tempfile v3.25.0
5142026-03-16T19:53:48.220Z Compiling smawk v0.3.2
5152026-03-16T19:53:48.220Z Compiling unicode-width v0.2.0
5162026-03-16T19:53:48.220Z Compiling camino-tempfile v1.4.1
5172026-03-16T19:53:48.306Z Compiling serde-untagged v0.1.9
5182026-03-16T19:53:48.306Z Compiling textwrap v0.16.2
5192026-03-16T19:53:48.306Z Compiling swrite v0.1.0
5202026-03-16T19:53:48.306Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5212026-03-16T19:53:48.666Z Compiling tabled_derive v0.7.0
5222026-03-16T19:53:49.556Z Compiling tabled v0.15.0
5232026-03-16T19:53:49.607Z Compiling synstructure v0.13.2
5242026-03-16T19:53:49.607Z Compiling pest_generator v2.8.6
5252026-03-16T19:53:50.356Z Compiling serde_derive v1.0.228
5262026-03-16T19:53:50.356Z Compiling zerofrom-derive v0.1.6
5272026-03-16T19:53:50.382Z Compiling yoke-derive v0.8.1
5282026-03-16T19:53:50.382Z Compiling zerovec-derive v0.11.2
5292026-03-16T19:53:50.382Z Compiling displaydoc v0.2.5
5302026-03-16T19:53:50.382Z Compiling thiserror-impl v1.0.69
5312026-03-16T19:53:50.382Z Compiling zerocopy-derive v0.7.35
5322026-03-16T19:53:50.382Z Compiling scroll_derive v0.12.1
5332026-03-16T19:53:50.382Z Compiling thiserror-impl v2.0.18
5342026-03-16T19:53:50.382Z Compiling clap_derive v4.5.55
5352026-03-16T19:53:50.511Z Compiling pest_derive v2.8.6
5362026-03-16T19:53:54.246Z Compiling scroll v0.12.0
5372026-03-16T19:53:54.317Z Compiling zerocopy v0.7.35
5382026-03-16T19:53:54.317Z Compiling goblin v0.8.2
5392026-03-16T19:53:54.317Z Compiling zerofrom v0.1.6
5402026-03-16T19:53:54.317Z Compiling dtrace-parser v0.2.0
5412026-03-16T19:53:54.317Z Compiling yoke v0.8.1
5422026-03-16T19:53:54.317Z Compiling zerovec v0.11.5
5432026-03-16T19:53:54.317Z Compiling zerotrie v0.2.3
5442026-03-16T19:53:54.317Z Compiling clap v4.5.60
5452026-03-16T19:53:54.317Z Compiling tinystr v0.8.2
5462026-03-16T19:53:54.317Z Compiling potential_utf v0.1.4
5472026-03-16T19:53:54.317Z Compiling icu_collections v2.1.1
5482026-03-16T19:53:54.317Z Compiling icu_locale_core v2.1.1
5492026-03-16T19:53:54.317Z Compiling serde_spanned v0.6.9
5502026-03-16T19:53:54.317Z Compiling toml_datetime v0.6.11
5512026-03-16T19:53:54.317Z Compiling serde-value v0.7.0
5522026-03-16T19:53:54.317Z Compiling cargo-platform v0.2.0
5532026-03-16T19:53:54.317Z Compiling macaddr v1.0.1
5542026-03-16T19:53:54.318Z Compiling dof v0.3.0
5552026-03-16T19:53:54.318Z Compiling serde_tokenstream v0.2.3
5562026-03-16T19:53:54.318Z Compiling icu_provider v2.1.1
5572026-03-16T19:53:54.318Z Compiling toml_edit v0.22.27
5582026-03-16T19:53:54.370Z Compiling icu_normalizer v2.1.1
5592026-03-16T19:53:54.370Z Compiling icu_properties v2.1.2
5602026-03-16T19:53:54.818Z Compiling usdt-attr-macro v0.5.0
5612026-03-16T19:53:54.824Z Compiling usdt-macro v0.5.0
5622026-03-16T19:53:55.563Z Compiling idna_adapter v1.2.1
5632026-03-16T19:53:55.570Z Compiling idna v1.1.0
5642026-03-16T19:53:55.613Z Compiling usdt v0.5.0
5652026-03-16T19:53:55.857Z Compiling toml v0.8.23
5662026-03-16T19:53:55.911Z Compiling url v2.5.8
5672026-03-16T19:53:56.380Z Compiling cargo_toml v0.21.0
5682026-03-16T19:53:56.450Z Compiling cargo-util-schemas v0.8.2
5692026-03-16T19:53:57.568Z Compiling cargo_metadata v0.21.0
5702026-03-16T19:53:58.856Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5712026-03-16T19:54:01.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.51s
5722026-03-16T19:54:02.122Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5732026-03-16T19:54:02.861Z Downloading crates ...
5742026-03-16T19:54:02.948Z Downloaded atomicwrites v0.4.4
5752026-03-16T19:54:02.964Z Downloaded arrayref v0.3.9
5762026-03-16T19:54:02.973Z Downloaded atomic-waker v1.1.2
5772026-03-16T19:54:02.973Z Downloaded assert_matches v1.5.0
5782026-03-16T19:54:02.973Z Downloaded defmt-parser v1.0.0
5792026-03-16T19:54:02.984Z Downloaded async-stream-impl v0.3.6
5802026-03-16T19:54:02.984Z Downloaded dsl_auto_type v0.1.3
5812026-03-16T19:54:03.005Z Downloaded async-trait v0.1.89
5822026-03-16T19:54:03.005Z Downloaded async-bb8-diesel v0.2.1
5832026-03-16T19:54:03.005Z Downloaded critical-section v1.2.0
5842026-03-16T19:54:03.042Z Downloaded aho-corasick v1.1.4
5852026-03-16T19:54:03.042Z Downloaded dtrace-parser v0.3.0
5862026-03-16T19:54:03.043Z Downloaded atty v0.2.14
5872026-03-16T19:54:03.043Z Downloaded defmt-macros v1.0.1
5882026-03-16T19:54:03.043Z Downloaded convert_case v0.4.0
5892026-03-16T19:54:03.055Z Downloaded console v0.15.11
5902026-03-16T19:54:03.055Z Downloaded darling_macro v0.23.0
5912026-03-16T19:54:03.055Z Downloaded cobs v0.3.0
5922026-03-16T19:54:03.056Z Downloaded elliptic-curve v0.13.8
5932026-03-16T19:54:03.056Z Downloaded expectorate v1.2.0
5942026-03-16T19:54:03.056Z Downloaded foreign-types-macros v0.2.3
5952026-03-16T19:54:03.056Z Downloaded bit-set v0.8.0
5962026-03-16T19:54:03.057Z Downloaded flagset v0.4.7
5972026-03-16T19:54:03.057Z Downloaded cipher v0.4.4
5982026-03-16T19:54:03.057Z Downloaded fixedbitset v0.5.7
5992026-03-16T19:54:03.079Z Downloaded crc8 v0.1.1
6002026-03-16T19:54:03.079Z Downloaded darling v0.21.3
6012026-03-16T19:54:03.079Z Downloaded foreign-types v0.3.2
6022026-03-16T19:54:03.080Z Downloaded ed25519 v2.2.3
6032026-03-16T19:54:03.098Z Downloaded const-oid v0.9.6
6042026-03-16T19:54:03.098Z Downloaded dof v0.4.0
6052026-03-16T19:54:03.098Z Downloaded der v0.7.10
6062026-03-16T19:54:03.098Z Downloaded fatfs v0.3.6
6072026-03-16T19:54:03.098Z Downloaded getrandom v0.3.4
6082026-03-16T19:54:03.112Z Downloaded hash32 v0.3.1
6092026-03-16T19:54:03.112Z Downloaded globwalk v0.9.1
6102026-03-16T19:54:03.112Z Downloaded constant_time_eq v0.4.2
6112026-03-16T19:54:03.112Z Downloaded ciborium-ll v0.2.2
6122026-03-16T19:54:03.112Z Downloaded derive_builder_macro v0.20.2
6132026-03-16T19:54:03.132Z Downloaded curve25519-dalek-derive v0.1.1
6142026-03-16T19:54:03.132Z Downloaded bit-vec v0.8.0
6152026-03-16T19:54:03.132Z Downloaded http-range v0.1.5
6162026-03-16T19:54:03.132Z Downloaded funty v2.0.0
6172026-03-16T19:54:03.132Z Downloaded futures-macro v0.3.32
6182026-03-16T19:54:03.152Z Downloaded fixedbitset v0.4.2
6192026-03-16T19:54:03.152Z Downloaded env_filter v1.0.0
6202026-03-16T19:54:03.152Z Downloaded ghash v0.5.1
6212026-03-16T19:54:03.152Z Downloaded embedded-io v0.6.1
6222026-03-16T19:54:03.152Z Downloaded futures-io v0.3.32
6232026-03-16T19:54:03.160Z Downloaded gethostname v0.5.0
6242026-03-16T19:54:03.160Z Downloaded git-stub v1.0.0
6252026-03-16T19:54:03.160Z Downloaded crossbeam-utils v0.8.21
6262026-03-16T19:54:03.160Z Downloaded cargo_toml v0.22.3
6272026-03-16T19:54:03.160Z Downloaded indent_write v2.2.0
6282026-03-16T19:54:03.160Z Downloaded bb8 v0.8.6
6292026-03-16T19:54:03.160Z Downloaded embedded-io v0.4.0
6302026-03-16T19:54:03.171Z Downloaded dirs-next v2.0.0
6312026-03-16T19:54:03.171Z Downloaded hubpack v0.1.2
6322026-03-16T19:54:03.171Z Downloaded env_logger v0.11.9
6332026-03-16T19:54:03.175Z Downloaded cassowary v0.3.0
6342026-03-16T19:54:03.175Z Downloaded hostname v0.4.2
6352026-03-16T19:54:03.175Z Downloaded diff v0.1.13
6362026-03-16T19:54:03.179Z Downloaded internet-checksum v0.2.1
6372026-03-16T19:54:03.642Z Downloaded fd-lock v4.0.4
6382026-03-16T19:54:03.642Z Downloaded inout v0.1.4
6392026-03-16T19:54:03.642Z Downloaded is_ci v1.2.0
6402026-03-16T19:54:03.642Z Downloaded glob v0.3.3
6412026-03-16T19:54:03.642Z Downloaded find-msvc-tools v0.1.9
6422026-03-16T19:54:03.642Z Downloaded keccak v0.1.6
6432026-03-16T19:54:03.642Z Downloaded crossbeam-epoch v0.9.18
6442026-03-16T19:54:03.642Z Downloaded fs-err v2.11.0
6452026-03-16T19:54:03.642Z Downloaded ecdsa v0.16.9
6462026-03-16T19:54:03.642Z Downloaded lru-cache v0.1.2
6472026-03-16T19:54:03.642Z Downloaded bzip2 v0.6.1
6482026-03-16T19:54:03.642Z Downloaded bit-vec v0.6.3
6492026-03-16T19:54:03.642Z Downloaded linked-hash-map v0.5.6
6502026-03-16T19:54:03.642Z Downloaded highway v1.3.0
6512026-03-16T19:54:03.642Z Downloaded group v0.13.0
6522026-03-16T19:54:03.642Z Downloaded md5 v0.7.0
6532026-03-16T19:54:03.642Z Downloaded newline-converter v0.3.0
6542026-03-16T19:54:03.642Z Downloaded maybe-uninit v2.0.0
6552026-03-16T19:54:03.642Z Downloaded memoffset v0.9.1
6562026-03-16T19:54:03.642Z Downloaded httpdate v1.0.3
6572026-03-16T19:54:03.642Z Downloaded ingot-types v0.1.2
6582026-03-16T19:54:03.642Z Downloaded darling v0.20.11
6592026-03-16T19:54:03.642Z Downloaded getrandom v0.2.17
6602026-03-16T19:54:03.642Z Downloaded hyper-staticfile v0.10.1
6612026-03-16T19:54:03.642Z Downloaded ingot v0.1.1
6622026-03-16T19:54:03.642Z Downloaded ignore v0.4.25
6632026-03-16T19:54:03.642Z Downloaded new_debug_unreachable v1.0.6
6642026-03-16T19:54:03.642Z Downloaded nodrop v0.1.14
6652026-03-16T19:54:03.642Z Downloaded hash32 v0.2.1
6662026-03-16T19:54:03.643Z Downloaded hickory-client v0.25.2
6672026-03-16T19:54:03.643Z Downloaded crc-any v2.5.0
6682026-03-16T19:54:03.643Z Downloaded libefi-sys v0.1.0
6692026-03-16T19:54:03.643Z Downloaded libsw-core v0.3.2
6702026-03-16T19:54:03.643Z Downloaded libscf-sys v1.1.0
6712026-03-16T19:54:03.643Z Downloaded humantime v2.3.0
6722026-03-16T19:54:03.643Z Downloaded lazy_static v1.5.0
6732026-03-16T19:54:03.643Z Downloaded newtype-uuid-macros v0.1.0
6742026-03-16T19:54:03.643Z Downloaded num-iter v0.1.45
6752026-03-16T19:54:03.643Z Downloaded opaque-debug v0.3.1
6762026-03-16T19:54:03.643Z Downloaded darling_core v0.23.0
6772026-03-16T19:54:03.643Z Downloaded num_threads v0.1.7
6782026-03-16T19:54:03.643Z Downloaded num-conv v0.2.0
6792026-03-16T19:54:03.643Z Downloaded mime v0.3.17
6802026-03-16T19:54:03.643Z Downloaded multimap v0.10.1
6812026-03-16T19:54:03.643Z Downloaded match_cfg v0.1.0
6822026-03-16T19:54:03.643Z Downloaded impl-trait-for-tuples v0.2.3
6832026-03-16T19:54:03.643Z Downloaded hickory-server v0.25.2
6842026-03-16T19:54:03.643Z Downloaded multer v3.1.0
6852026-03-16T19:54:03.643Z Downloaded newtype_derive v0.1.6
6862026-03-16T19:54:03.643Z Downloaded num v0.4.3
6872026-03-16T19:54:03.643Z Downloaded libsw v3.5.0
6882026-03-16T19:54:03.643Z Downloaded jobserver v0.1.34
6892026-03-16T19:54:03.643Z Downloaded newtype-uuid v1.3.2
6902026-03-16T19:54:03.643Z Downloaded des v0.8.1
6912026-03-16T19:54:03.643Z Downloaded packed_struct_codegen v0.10.1
6922026-03-16T19:54:03.643Z Downloaded openssl-macros v0.1.1
6932026-03-16T19:54:03.643Z Downloaded md-5 v0.10.6
6942026-03-16T19:54:03.643Z Downloaded peg-runtime v0.8.5
6952026-03-16T19:54:03.643Z Downloaded bumpalo v3.20.2
6962026-03-16T19:54:03.643Z Downloaded lru v0.12.5
6972026-03-16T19:54:03.643Z Downloaded path-slash v0.1.5
6982026-03-16T19:54:03.643Z Downloaded num-complex v0.4.6
6992026-03-16T19:54:03.643Z Downloaded openssl-probe v0.2.1
7002026-03-16T19:54:03.643Z Downloaded pbkdf2 v0.11.0
7012026-03-16T19:54:03.643Z Downloaded pin-utils v0.1.0
7022026-03-16T19:54:03.643Z Downloaded phf_shared v0.11.3
7032026-03-16T19:54:03.643Z Downloaded phf_shared v0.13.1
7042026-03-16T19:54:03.644Z Downloaded num_enum_derive v0.7.5
7052026-03-16T19:54:03.644Z Downloaded litrs v1.0.0
7062026-03-16T19:54:03.644Z Downloaded httparse v1.10.1
7072026-03-16T19:54:03.644Z Downloaded nonempty v0.12.0
7082026-03-16T19:54:03.644Z Downloaded hmac v0.12.1
7092026-03-16T19:54:03.644Z Downloaded predicates-tree v1.0.13
7102026-03-16T19:54:03.644Z Downloaded lock_api v0.4.14
7112026-03-16T19:54:03.644Z Downloaded packed_struct v0.10.1
7122026-03-16T19:54:03.644Z Downloaded ingot-macros v0.1.1
7132026-03-16T19:54:03.644Z Downloaded olpc-cjson v0.1.4
7142026-03-16T19:54:03.644Z Downloaded derive_more-impl v2.1.1
7152026-03-16T19:54:03.644Z Downloaded precomputed-hash v0.1.1
7162026-03-16T19:54:03.644Z Downloaded powerfmt v0.2.0
7172026-03-16T19:54:03.644Z Downloaded oxnet v0.1.4
7182026-03-16T19:54:03.644Z Downloaded phf_shared v0.12.1
7192026-03-16T19:54:03.644Z Downloaded oxide-tokio-rt v0.1.3
7202026-03-16T19:54:03.644Z Downloaded proc-macro-crate v3.4.0
7212026-03-16T19:54:03.644Z Downloaded mime_guess v2.0.5
7222026-03-16T19:54:03.644Z Downloaded proc-macro-crate v1.3.1
7232026-03-16T19:54:03.644Z Downloaded password-hash v0.4.2
7242026-03-16T19:54:03.644Z Downloaded progenitor-macro v0.11.2
7252026-03-16T19:54:03.644Z Downloaded progenitor-client v0.10.0
7262026-03-16T19:54:03.644Z Downloaded iana-time-zone v0.1.65
7272026-03-16T19:54:03.644Z Downloaded nanorand v0.7.0
7282026-03-16T19:54:03.644Z Downloaded phf v0.12.1
7292026-03-16T19:54:03.644Z Downloaded predicates-core v1.0.10
7302026-03-16T19:54:03.644Z Downloaded quick-error v1.2.3
7312026-03-16T19:54:03.644Z Downloaded radium v0.7.0
7322026-03-16T19:54:03.644Z Downloaded peg-macros v0.8.5
7332026-03-16T19:54:03.644Z Downloaded peg v0.8.5
7342026-03-16T19:54:03.644Z Downloaded pin-project-lite v0.2.17
7352026-03-16T19:54:03.644Z Downloaded rand_chacha v0.3.1
7362026-03-16T19:54:03.644Z Downloaded derive_more v2.1.1
7372026-03-16T19:54:03.702Z Downloaded rand_xorshift v0.4.0
7382026-03-16T19:54:03.702Z Downloaded libbz2-rs-sys v0.2.2
7392026-03-16T19:54:03.702Z Downloaded postgres-protocol v0.6.10
7402026-03-16T19:54:03.702Z Downloaded parse-display-derive v0.10.0
7412026-03-16T19:54:03.702Z Downloaded ref-cast v1.0.25
7422026-03-16T19:54:03.702Z Downloaded ref-cast-impl v1.0.25
7432026-03-16T19:54:03.702Z Downloaded headers v0.4.1
7442026-03-16T19:54:03.702Z Downloaded primeorder v0.13.6
7452026-03-16T19:54:03.702Z Downloaded minimal-lexical v0.2.1
7462026-03-16T19:54:03.702Z Downloaded recursive v0.1.1
7472026-03-16T19:54:03.702Z Downloaded progenitor-extras v0.1.1
7482026-03-16T19:54:03.702Z Downloaded rustc-hash v2.1.1
7492026-03-16T19:54:03.702Z Downloaded russh-cryptovec v0.7.3
7502026-03-16T19:54:03.702Z Downloaded rfc6979 v0.4.0
7512026-03-16T19:54:03.703Z Downloaded progenitor-client v0.13.0
7522026-03-16T19:54:03.703Z Downloaded progenitor v0.10.0
7532026-03-16T19:54:03.703Z Downloaded proc-macro-error2 v2.0.1
7542026-03-16T19:54:03.703Z Downloaded phf v0.13.1
7552026-03-16T19:54:03.703Z Downloaded pbkdf2 v0.12.2
7562026-03-16T19:54:03.703Z Downloaded rustc_version v0.1.7
7572026-03-16T19:54:03.703Z Downloaded miniz_oxide v0.8.9
7582026-03-16T19:54:03.703Z Downloaded progenitor v0.13.0
7592026-03-16T19:54:03.703Z Downloaded parking_lot v0.12.5
7602026-03-16T19:54:03.703Z Downloaded rand_core v0.9.5
7612026-03-16T19:54:03.703Z Downloaded hyper v1.8.1
7622026-03-16T19:54:03.703Z Downloaded sapling-renderdag v0.1.0
7632026-03-16T19:54:03.703Z Downloaded rand_core v0.6.4
7642026-03-16T19:54:03.703Z Downloaded jiff-static v0.2.21
7652026-03-16T19:54:03.703Z Downloaded rand_seeder v0.4.0
7662026-03-16T19:54:03.703Z Downloaded postgres-types v0.2.12
7672026-03-16T19:54:03.703Z Downloaded pkcs5 v0.7.1
7682026-03-16T19:54:03.703Z Downloaded pin-project-internal v1.1.11
7692026-03-16T19:54:03.703Z Downloaded hashbrown v0.13.2
7702026-03-16T19:54:03.703Z Downloaded progenitor v0.11.2
7712026-03-16T19:54:03.703Z Downloaded proc-macro-error-attr2 v2.0.0
7722026-03-16T19:54:03.703Z Downloaded scopeguard v1.2.0
7732026-03-16T19:54:03.703Z Downloaded secrecy v0.10.3
7742026-03-16T19:54:03.703Z Downloaded serde_bytes v0.11.19
7752026-03-16T19:54:03.703Z Downloaded pkcs8 v0.10.2
7762026-03-16T19:54:03.703Z Downloaded secrecy v0.8.0
7772026-03-16T19:54:03.703Z Downloaded parking_lot v0.11.2
7782026-03-16T19:54:03.703Z Downloaded omicron-zone-package v0.12.2
7792026-03-16T19:54:03.703Z Downloaded sha1 v0.10.6
7802026-03-16T19:54:03.703Z Downloaded pin-project v1.1.11
7812026-03-16T19:54:03.703Z Downloaded serde_repr v0.1.20
7822026-03-16T19:54:03.703Z Downloaded shell-words v1.1.1
7832026-03-16T19:54:03.703Z Downloaded serde_plain v1.0.2
7842026-03-16T19:54:03.703Z Downloaded rustls-pemfile v1.0.4
7852026-03-16T19:54:03.703Z Downloaded num-bigint v0.4.6
7862026-03-16T19:54:03.703Z Downloaded serde-big-array v0.5.1
7872026-03-16T19:54:03.703Z Downloaded progenitor-impl v0.13.0
7882026-03-16T19:54:03.703Z Downloaded rusty-fork v0.3.1
7892026-03-16T19:54:03.704Z Downloaded signal-hook-tokio v0.3.1
7902026-03-16T19:54:03.704Z Downloaded signal-hook-mio v0.2.5
7912026-03-16T19:54:03.704Z Downloaded openssl-sys v0.9.111
7922026-03-16T19:54:03.704Z Downloaded rustversion v1.0.22
7932026-03-16T19:54:03.704Z Downloaded rustc_version v0.4.1
7942026-03-16T19:54:03.704Z Downloaded r2d2 v0.8.10
7952026-03-16T19:54:03.704Z Downloaded rtoolbox v0.0.3
7962026-03-16T19:54:03.704Z Downloaded sigpipe v0.1.3
7972026-03-16T19:54:03.704Z Downloaded signature v2.2.0
7982026-03-16T19:54:03.704Z Downloaded itertools v0.13.0
7992026-03-16T19:54:03.704Z Downloaded schemars_derive v0.8.22
8002026-03-16T19:54:03.704Z Downloaded resolv-conf v0.7.6
8012026-03-16T19:54:03.704Z Downloaded serde-hex v0.1.0
8022026-03-16T19:54:03.704Z Downloaded progenitor-impl v0.10.0
8032026-03-16T19:54:03.704Z Downloaded prefix-trie v0.7.0
8042026-03-16T19:54:03.704Z Downloaded sec1 v0.7.3
8052026-03-16T19:54:03.704Z Downloaded papergrid v0.17.0
8062026-03-16T19:54:03.747Z Downloaded rand_core v0.10.0
8072026-03-16T19:54:03.747Z Downloaded pretty_assertions v1.4.1
8082026-03-16T19:54:03.748Z Downloaded indicatif v0.18.4
8092026-03-16T19:54:03.748Z Downloaded serde_path_to_error v0.1.20
8102026-03-16T19:54:03.748Z Downloaded ssh-encoding v0.2.0
8112026-03-16T19:54:03.748Z Downloaded serde_derive_internals v0.29.1
8122026-03-16T19:54:03.748Z Downloaded strip-ansi-escapes v0.2.1
8132026-03-16T19:54:03.748Z Downloaded russh-keys v0.45.0
8142026-03-16T19:54:03.748Z Downloaded serde_spanned v1.0.4
8152026-03-16T19:54:03.748Z Downloaded seq-macro v0.3.6
8162026-03-16T19:54:03.748Z Downloaded scrypt v0.11.0
8172026-03-16T19:54:03.748Z Downloaded hickory-resolver v0.24.4
8182026-03-16T19:54:03.748Z Downloaded siphasher v1.0.2
8192026-03-16T19:54:03.748Z Downloaded signal-hook-registry v1.4.8
8202026-03-16T19:54:03.748Z Downloaded rustls-pki-types v1.14.0
8212026-03-16T19:54:03.748Z Downloaded structmeta v0.3.0
8222026-03-16T19:54:03.748Z Downloaded subtle v2.6.1
8232026-03-16T19:54:03.748Z Downloaded strum v0.27.2
8242026-03-16T19:54:03.748Z Downloaded psm v0.1.30
8252026-03-16T19:54:03.748Z Downloaded slog-term v2.9.2
8262026-03-16T19:54:03.748Z Downloaded rcgen v0.12.1
8272026-03-16T19:54:03.748Z Downloaded slog-json v2.6.1
8282026-03-16T19:54:03.748Z Downloaded tagptr v0.2.0
8292026-03-16T19:54:03.748Z Downloaded sync_wrapper v1.0.2
8302026-03-16T19:54:03.748Z Downloaded scroll v0.13.0
8312026-03-16T19:54:03.748Z Downloaded rustls-native-certs v0.8.3
8322026-03-16T19:54:03.748Z Downloaded slog-dtrace v0.3.0
8332026-03-16T19:54:03.748Z Downloaded smf v0.2.3
8342026-03-16T19:54:03.795Z Downloaded smallvec v0.6.14
8352026-03-16T19:54:03.795Z Downloaded take_mut v0.2.2
8362026-03-16T19:54:03.796Z Downloaded slog-bunyan v2.5.0
8372026-03-16T19:54:03.796Z Downloaded slog-envlogger v2.2.0
8382026-03-16T19:54:03.796Z Downloaded ssh-cipher v0.2.0
8392026-03-16T19:54:03.796Z Downloaded nom v7.1.3
8402026-03-16T19:54:03.796Z Downloaded sct v0.7.1
8412026-03-16T19:54:03.796Z Downloaded rayon-core v1.13.0
8422026-03-16T19:54:03.796Z Downloaded sqlparser_derive v0.5.0
8432026-03-16T19:54:03.796Z Downloaded testing_table v0.3.0
8442026-03-16T19:54:03.796Z Downloaded termtree v0.5.1
8452026-03-16T19:54:03.796Z Downloaded supports-color v3.0.2
8462026-03-16T19:54:03.796Z Downloaded sync-ptr v0.1.4
8472026-03-16T19:54:03.796Z Downloaded serde_with_macros v3.17.0
8482026-03-16T19:54:03.796Z Downloaded serde_cbor v0.11.2
8492026-03-16T19:54:03.796Z Downloaded progenitor-impl v0.11.2
8502026-03-16T19:54:03.797Z Downloaded rustls-platform-verifier v0.6.2
8512026-03-16T19:54:03.797Z Downloaded rand_chacha v0.9.0
8522026-03-16T19:54:03.797Z Downloaded time-core v0.1.8
8532026-03-16T19:54:03.797Z Downloaded stringprep v0.1.5
8542026-03-16T19:54:03.797Z Downloaded tinyvec_macros v0.1.1
8552026-03-16T19:54:03.797Z Downloaded thiserror-impl-no-std v2.0.2
8562026-03-16T19:54:03.797Z Downloaded thread-id v5.1.0
8572026-03-16T19:54:03.797Z Downloaded tabwriter v1.4.1
8582026-03-16T19:54:03.819Z Downloaded chrono v0.4.44
8592026-03-16T19:54:03.819Z Downloaded simd-adler32 v0.3.8
8602026-03-16T19:54:03.819Z Downloaded shlex v1.3.0
8612026-03-16T19:54:03.819Z Downloaded publicsuffix v2.3.0
8622026-03-16T19:54:03.819Z Downloaded static_assertions v1.1.0
8632026-03-16T19:54:03.819Z Downloaded schemars v0.8.22
8642026-03-16T19:54:03.819Z Downloaded tap v1.0.1
8652026-03-16T19:54:03.819Z Downloaded mio v1.1.1
8662026-03-16T19:54:03.819Z Downloaded slog-stdlog v4.1.1
8672026-03-16T19:54:03.819Z Downloaded strum_macros v0.26.4
8682026-03-16T19:54:03.819Z Downloaded termios v0.3.3
8692026-03-16T19:54:03.819Z Downloaded prettyplease v0.2.37
8702026-03-16T19:54:03.819Z Downloaded ron v0.8.1
8712026-03-16T19:54:03.820Z Downloaded tabled_derive v0.11.0
8722026-03-16T19:54:03.820Z Downloaded libxml v0.3.3
8732026-03-16T19:54:03.836Z Downloaded tower-layer v0.3.3
8742026-03-16T19:54:03.836Z Downloaded string_cache v0.8.9
8752026-03-16T19:54:03.836Z Downloaded signal-hook v0.3.18
8762026-03-16T19:54:03.836Z Downloaded http v1.4.0
8772026-03-16T19:54:03.836Z Downloaded hashbrown v0.15.5
8782026-03-16T19:54:03.836Z Downloaded spki v0.7.3
8792026-03-16T19:54:03.836Z Downloaded similar v2.7.0
8802026-03-16T19:54:03.836Z Downloaded try-lock v0.2.5
8812026-03-16T19:54:03.836Z Downloaded tower-service v0.3.3
8822026-03-16T19:54:03.850Z Downloaded itertools v0.12.1
8832026-03-16T19:54:03.850Z Downloaded trait-variant v0.1.2
8842026-03-16T19:54:03.850Z Downloaded unit-prefix v0.5.2
8852026-03-16T19:54:03.850Z Downloaded snafu-derive v0.8.9
8862026-03-16T19:54:03.850Z Downloaded untrusted v0.9.0
8872026-03-16T19:54:03.850Z Downloaded slog-scope v4.4.1
8882026-03-16T19:54:03.850Z Downloaded tls_codec v0.4.2
8892026-03-16T19:54:03.850Z Downloaded unicode-truncate v1.1.0
8902026-03-16T19:54:03.861Z Downloaded tokio-rustls v0.25.0
8912026-03-16T19:54:03.861Z Downloaded qorb v0.4.1
8922026-03-16T19:54:03.861Z Downloaded thread_local v1.1.9
8932026-03-16T19:54:03.861Z Downloaded socket2 v0.6.2
8942026-03-16T19:54:03.861Z Downloaded support-bundle-viewer v0.1.2
8952026-03-16T19:54:03.861Z Downloaded strum_macros v0.27.2
8962026-03-16T19:54:03.880Z Downloaded strum_macros v0.24.3
8972026-03-16T19:54:03.880Z Downloaded utf-8 v0.7.6
8982026-03-16T19:54:03.880Z Downloaded usdt-macro v0.6.0
8992026-03-16T19:54:03.880Z Downloaded usdt v0.6.0
9002026-03-16T19:54:03.880Z Downloaded usdt-attr-macro v0.6.0
9012026-03-16T19:54:03.880Z Downloaded tls_codec_derive v0.4.2
9022026-03-16T19:54:03.880Z Downloaded untrusted v0.7.1
9032026-03-16T19:54:03.880Z Downloaded tokio-macros v2.6.0
9042026-03-16T19:54:03.880Z Downloaded thiserror-no-std v2.0.2
9052026-03-16T19:54:03.880Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9062026-03-16T19:54:03.890Z Downloaded sqlformat v0.3.5
9072026-03-16T19:54:03.890Z Downloaded tokio-tungstenite v0.21.0
9082026-03-16T19:54:03.890Z Downloaded rsa v0.9.10
9092026-03-16T19:54:03.890Z Downloaded num-bigint-dig v0.8.6
9102026-03-16T19:54:03.890Z Downloaded waitgroup v0.1.2
9112026-03-16T19:54:03.890Z Downloaded wait-timeout v0.2.1
9122026-03-16T19:54:03.890Z Downloaded void v1.0.2
9132026-03-16T19:54:03.890Z Downloaded topological-sort v0.2.2
9142026-03-16T19:54:03.890Z Downloaded toml_writer v1.0.6+spec-1.1.0
9152026-03-16T19:54:03.899Z Downloaded slog v2.8.2
9162026-03-16T19:54:03.899Z Downloaded ryu v1.0.23
9172026-03-16T19:54:03.899Z Downloaded tokio-tungstenite v0.23.1
9182026-03-16T19:54:03.899Z Downloaded futures-util v0.3.32
9192026-03-16T19:54:03.911Z Downloaded serde_yaml v0.9.34+deprecated
9202026-03-16T19:54:03.911Z Downloaded want v0.3.1
9212026-03-16T19:54:03.927Z Downloaded unicase v2.9.0
9222026-03-16T19:54:03.927Z Downloaded term v1.2.1
9232026-03-16T19:54:03.927Z Downloaded itertools v0.14.0
9242026-03-16T19:54:03.927Z Downloaded tiny-keccak v2.0.2
9252026-03-16T19:54:03.927Z Downloaded typify-macro v0.6.1
9262026-03-16T19:54:03.927Z Downloaded iri-string v0.7.10
9272026-03-16T19:54:03.935Z Downloaded xshell-macros v0.2.7
9282026-03-16T19:54:03.935Z Downloaded xattr v1.6.1
9292026-03-16T19:54:03.935Z Downloaded tokio-stream v0.1.18
9302026-03-16T19:54:03.935Z Downloaded usdt-impl v0.6.0
9312026-03-16T19:54:03.935Z Downloaded rustls-webpki v0.103.9
9322026-03-16T19:54:03.944Z Downloaded tokio-rustls v0.24.1
9332026-03-16T19:54:03.944Z Downloaded time-macros v0.2.27
9342026-03-16T19:54:03.944Z Downloaded vsss-rs v3.3.4
9352026-03-16T19:54:03.953Z Downloaded tar v0.4.44
9362026-03-16T19:54:03.953Z Downloaded zeroize_derive v1.4.3
9372026-03-16T19:54:03.953Z Downloaded uzers v0.12.2
9382026-03-16T19:54:03.953Z Downloaded test-strategy v0.4.5
9392026-03-16T19:54:03.953Z Downloaded rand v0.8.5
9402026-03-16T19:54:03.958Z Downloaded whoami v1.6.1
9412026-03-16T19:54:03.958Z Downloaded toml_parser v1.0.9+spec-1.1.0
9422026-03-16T19:54:03.958Z Downloaded socket2 v0.5.10
9432026-03-16T19:54:03.958Z Downloaded snafu v0.8.9
9442026-03-16T19:54:03.969Z Downloaded zone v0.3.1
9452026-03-16T19:54:03.969Z Downloaded vergen-gitcl v1.0.8
9462026-03-16T19:54:03.969Z Downloaded tracing-attributes v0.1.31
9472026-03-16T19:54:03.975Z Downloaded vergen-git2 v1.0.7
9482026-03-16T19:54:03.975Z Downloaded tokio-rustls v0.26.4
9492026-03-16T19:54:03.975Z Downloaded hkdf v0.12.4
9502026-03-16T19:54:03.975Z Downloaded tokio-native-tls v0.3.1
9512026-03-16T19:54:03.975Z Downloaded wyz v0.5.1
9522026-03-16T19:54:03.984Z Downloaded unicode-properties v0.1.4
9532026-03-16T19:54:03.984Z Downloaded zone_cfg_derive v0.3.1
9542026-03-16T19:54:03.984Z Downloaded vergen-lib v0.1.6
9552026-03-16T19:54:03.984Z Downloaded tui-tree-widget v0.23.1
9562026-03-16T19:54:03.984Z Downloaded subprocess v0.2.15
9572026-03-16T19:54:03.996Z Downloaded twox-hash v2.1.2
9582026-03-16T19:54:03.996Z Downloaded tinyvec v1.10.0
9592026-03-16T19:54:03.996Z Downloaded schemars v0.9.0
9602026-03-16T19:54:04.003Z Downloaded xshell v0.2.7
9612026-03-16T19:54:04.003Z Downloaded toml v0.7.8
9622026-03-16T19:54:04.003Z Downloaded zstd-safe v7.2.4
9632026-03-16T19:54:04.003Z Downloaded zstd v0.13.3
9642026-03-16T19:54:04.003Z Downloaded zeroize v1.8.2
9652026-03-16T19:54:04.009Z Downloaded aws-lc-rs v1.16.0
9662026-03-16T19:54:04.014Z Downloaded libm v0.2.16
9672026-03-16T19:54:04.028Z Downloaded unicode-bidi v0.3.18
9682026-03-16T19:54:04.041Z Downloaded whoami v2.1.0
9692026-03-16T19:54:04.042Z Downloaded typify v0.6.1
9702026-03-16T19:54:04.045Z Downloaded walkdir v2.5.0
9712026-03-16T19:54:04.045Z Downloaded vergen v9.0.6
9722026-03-16T19:54:04.045Z Downloaded p521 v0.13.3
9732026-03-16T19:54:04.045Z Downloaded lalrpop v0.19.12
9742026-03-16T19:54:04.052Z Downloaded tungstenite v0.23.0
9752026-03-16T19:54:04.052Z Downloaded rustyline v14.0.0
9762026-03-16T19:54:04.052Z Downloaded steno v0.4.1
9772026-03-16T19:54:04.052Z Downloaded typify v0.4.3
9782026-03-16T19:54:04.056Z Downloaded tracing-core v0.1.36
9792026-03-16T19:54:04.056Z Downloaded russh v0.45.0
9802026-03-16T19:54:04.083Z Downloaded xz2 v0.1.7
9812026-03-16T19:54:04.083Z Downloaded samael v0.0.19
9822026-03-16T19:54:04.096Z Downloaded yasna v0.5.2
9832026-03-16T19:54:04.100Z Downloaded term v0.7.0
9842026-03-16T19:54:04.100Z Downloaded schemars v1.2.1
9852026-03-16T19:54:04.100Z Downloaded zerocopy v0.6.6
9862026-03-16T19:54:04.100Z Downloaded blake3 v1.8.3
9872026-03-16T19:54:04.116Z Downloaded zopfli v0.8.3
9882026-03-16T19:54:04.116Z Downloaded tungstenite v0.21.0
9892026-03-16T19:54:04.117Z Downloaded vte v0.14.1
9902026-03-16T19:54:04.117Z Downloaded toml_edit v0.23.10+spec-1.0.0
9912026-03-16T19:54:04.117Z Downloaded git2 v0.20.4
9922026-03-16T19:54:04.132Z Downloaded ron v0.12.0
9932026-03-16T19:54:04.132Z Downloaded uuid v1.21.0
9942026-03-16T19:54:04.132Z Downloaded curve25519-dalek v4.1.3
9952026-03-16T19:54:04.148Z Downloaded toml_edit v0.19.15
9962026-03-16T19:54:04.148Z Downloaded ssh-key v0.6.7
9972026-03-16T19:54:04.166Z Downloaded rpassword v7.4.0
9982026-03-16T19:54:04.167Z Downloaded bitvec v1.0.1
9992026-03-16T19:54:04.179Z Downloaded reqwest v0.12.28
10002026-03-16T19:54:04.179Z Downloaded goblin v0.10.5
10012026-03-16T19:54:04.179Z Downloaded yansi v1.0.1
10022026-03-16T19:54:04.179Z Downloaded zip v0.6.6
10032026-03-16T19:54:04.179Z Downloaded unicode_categories v0.1.1
10042026-03-16T19:54:04.179Z Downloaded rustls-webpki v0.101.7
10052026-03-16T19:54:04.185Z Downloaded unicode-segmentation v1.12.0
10062026-03-16T19:54:04.216Z Downloaded typed-path v0.9.3
10072026-03-16T19:54:04.216Z Downloaded reedline v0.40.0
10082026-03-16T19:54:04.257Z Downloaded zerocopy-derive v0.8.40
10092026-03-16T19:54:04.257Z Downloaded tower v0.5.3
10102026-03-16T19:54:04.257Z Downloaded unicode-normalization v0.1.25
10112026-03-16T19:54:04.257Z Downloaded proptest v1.10.0
10122026-03-16T19:54:04.257Z Downloaded x509-cert v0.2.5
10132026-03-16T19:54:04.257Z Downloaded rayon v1.11.0
10142026-03-16T19:54:04.257Z Downloaded quick-xml v0.37.5
10152026-03-16T19:54:04.273Z Downloaded moka v0.12.13
10162026-03-16T19:54:04.273Z Downloaded portable-atomic v1.13.1
10172026-03-16T19:54:04.273Z Downloaded salty v0.3.0
10182026-03-16T19:54:04.273Z Downloaded nix v0.27.1
10192026-03-16T19:54:04.273Z Downloaded zip v4.6.1
10202026-03-16T19:54:04.299Z Downloaded tokio-util v0.7.18
10212026-03-16T19:54:04.299Z Downloaded tower-http v0.6.8
10222026-03-16T19:54:04.299Z Downloaded polar-core v0.27.3
10232026-03-16T19:54:04.309Z Downloaded tough v0.20.0
10242026-03-16T19:54:04.309Z Downloaded winnow v0.5.40
10252026-03-16T19:54:04.309Z Downloaded dropshot v0.16.7
10262026-03-16T19:54:04.315Z Downloaded rustls-webpki v0.102.8
10272026-03-16T19:54:04.333Z Downloaded quinn-proto v0.11.13
10282026-03-16T19:54:04.347Z Downloaded radix_trie v0.2.1
10292026-03-16T19:54:04.347Z Downloaded openssl v0.10.75
10302026-03-16T19:54:04.364Z Downloaded petname v2.0.2
10312026-03-16T19:54:04.364Z Downloaded winnow v0.6.26
10322026-03-16T19:54:04.364Z Downloaded object v0.37.3
10332026-03-16T19:54:04.375Z Downloaded nix v0.28.0
10342026-03-16T19:54:04.397Z Downloaded object v0.30.4
10352026-03-16T19:54:04.397Z Downloaded serde_with v3.17.0
10362026-03-16T19:54:04.405Z Downloaded tabled v0.20.0
10372026-03-16T19:54:04.405Z Downloaded webpki-roots v1.0.6
10382026-03-16T19:54:04.409Z Downloaded hickory-proto v0.25.2
10392026-03-16T19:54:04.420Z Downloaded time v0.3.47
10402026-03-16T19:54:04.432Z Downloaded smoltcp v0.11.0
10412026-03-16T19:54:04.441Z Downloaded nix v0.31.1
10422026-03-16T19:54:04.456Z Downloaded zlib-rs v0.6.2
10432026-03-16T19:54:04.470Z Downloaded openapiv3 v2.2.0
10442026-03-16T19:54:04.482Z Downloaded vcpkg v0.2.15
10452026-03-16T19:54:04.509Z Downloaded rustix v0.38.44
10462026-03-16T19:54:04.518Z Downloaded zerocopy v0.8.40
10472026-03-16T19:54:04.526Z Downloaded rustls v0.22.4
10482026-03-16T19:54:04.535Z Downloaded regress v0.10.5
10492026-03-16T19:54:04.543Z Downloaded rustls v0.21.12
10502026-03-16T19:54:04.553Z Downloaded regex-syntax v0.8.10
10512026-03-16T19:54:04.568Z Downloaded rustls v0.23.37
10522026-03-16T19:54:04.624Z Downloaded regex-syntax v0.6.29
10532026-03-16T19:54:04.624Z Downloaded nix v0.29.0
10542026-03-16T19:54:04.658Z Downloaded hickory-proto v0.24.4
10552026-03-16T19:54:04.658Z Downloaded sled v0.34.7
10562026-03-16T19:54:04.658Z Downloaded bstr v1.12.1
10572026-03-16T19:54:04.658Z Downloaded tracing v0.1.44
10582026-03-16T19:54:04.658Z Downloaded smoltcp v0.9.1
10592026-03-16T19:54:04.658Z Downloaded reqwest v0.13.2
10602026-03-16T19:54:04.658Z Downloaded bindgen v0.71.1
10612026-03-16T19:54:04.696Z Downloaded sqlparser v0.61.0
10622026-03-16T19:54:04.696Z Downloaded regex v1.12.3
10632026-03-16T19:54:04.696Z Downloaded zerocopy-derive v0.6.6
10642026-03-16T19:54:04.696Z Downloaded regex-automata v0.4.14
10652026-03-16T19:54:04.696Z Downloaded typify-impl v0.6.1
10662026-03-16T19:54:04.729Z Downloaded jiff v0.2.21
10672026-03-16T19:54:04.729Z Downloaded typify-impl v0.4.3
10682026-03-16T19:54:04.729Z Downloaded bzip2-sys v0.1.13+1.0.8
10692026-03-16T19:54:04.729Z Downloaded ratatui v0.29.0
10702026-03-16T19:54:04.740Z Downloaded unsafe-libyaml v0.2.11
10712026-03-16T19:54:04.740Z Downloaded petgraph v0.8.3
10722026-03-16T19:54:04.746Z Downloaded csv v1.4.0
10732026-03-16T19:54:04.757Z Downloaded tokio-postgres v0.7.16
10742026-03-16T19:54:04.757Z Downloaded p384 v0.13.1
10752026-03-16T19:54:04.766Z Downloaded petgraph v0.6.5
10762026-03-16T19:54:04.785Z Downloaded libz-sys v1.1.24
10772026-03-16T19:54:04.797Z Downloaded chrono-tz v0.10.4
10782026-03-16T19:54:04.820Z Downloaded toml v0.9.12+spec-1.1.0
10792026-03-16T19:54:04.820Z Downloaded sha3 v0.10.8
10802026-03-16T19:54:04.820Z Downloaded lzma-sys v0.1.20
10812026-03-16T19:54:04.840Z Downloaded quinn v0.11.9
10822026-03-16T19:54:04.861Z Downloaded spin v0.9.8
10832026-03-16T19:54:04.861Z Downloaded rand v0.9.2
10842026-03-16T19:54:04.861Z Downloaded universal-hash v0.5.1
10852026-03-16T19:54:04.861Z Downloaded unarray v0.1.4
10862026-03-16T19:54:04.861Z Downloaded typify-macro v0.4.3
10872026-03-16T19:54:04.861Z Downloaded rand v0.10.0
10882026-03-16T19:54:04.861Z Downloaded stacker v0.1.23
10892026-03-16T19:54:04.861Z Downloaded tokio-dtrace v0.1.1
10902026-03-16T19:54:04.861Z Downloaded itertools v0.10.5
10912026-03-16T19:54:04.861Z Downloaded slab v0.4.12
10922026-03-16T19:54:04.861Z Downloaded p256 v0.13.2
10932026-03-16T19:54:04.861Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
10942026-03-16T19:54:04.869Z Downloaded rustls-pemfile v2.2.0
10952026-03-16T19:54:04.869Z Downloaded quinn-udp v0.5.14
10962026-03-16T19:54:04.869Z Downloaded strum v0.26.3
10972026-03-16T19:54:04.869Z Downloaded structmeta-derive v0.3.0
10982026-03-16T19:54:04.870Z Downloaded tokio v1.49.0
10992026-03-16T19:54:04.896Z Downloaded serde_urlencoded v0.7.1
11002026-03-16T19:54:04.901Z Downloaded slog-async v2.8.0
11012026-03-16T19:54:04.901Z Downloaded hashbrown v0.12.3
11022026-03-16T19:54:04.901Z Downloaded scroll_derive v0.13.1
11032026-03-16T19:54:04.901Z Downloaded predicates v3.1.4
11042026-03-16T19:54:05.216Z Downloaded psl-types v2.0.11
11052026-03-16T19:54:05.216Z Downloaded semver v0.1.20
11062026-03-16T19:54:05.216Z Downloaded salsa20 v0.10.2
11072026-03-16T19:54:05.216Z Downloaded scheduled-thread-pool v0.2.7
11082026-03-16T19:54:05.216Z Downloaded same-file v1.0.6
11092026-03-16T19:54:05.216Z Downloaded iddqd v0.3.17
11102026-03-16T19:54:05.217Z Downloaded pkcs1 v0.7.5
11112026-03-16T19:54:05.217Z Downloaded parking_lot_core v0.9.12
11122026-03-16T19:54:05.217Z Downloaded oso v0.27.3
11132026-03-16T19:54:05.217Z Downloaded h2 v0.4.13
11142026-03-16T19:54:05.217Z Downloaded postcard v1.1.3
11152026-03-16T19:54:05.217Z Downloaded parse-size v1.1.0
11162026-03-16T19:54:05.217Z Downloaded encoding_rs v0.8.35
11172026-03-16T19:54:05.217Z Downloaded cc v1.2.56
11182026-03-16T19:54:05.217Z Downloaded recursive-proc-macro-impl v0.1.1
11192026-03-16T19:54:05.217Z Downloaded ppv-lite86 v0.2.21
11202026-03-16T19:54:05.217Z Downloaded pem v3.0.6
11212026-03-16T19:54:05.217Z Downloaded progenitor-macro v0.13.0
11222026-03-16T19:54:05.217Z Downloaded polyval v0.6.2
11232026-03-16T19:54:05.217Z Downloaded poly1305 v0.8.0
11242026-03-16T19:54:05.217Z Downloaded password-hash v0.5.0
11252026-03-16T19:54:05.217Z Downloaded num-rational v0.4.2
11262026-03-16T19:54:05.217Z Downloaded nibble_vec v0.1.0
11272026-03-16T19:54:05.217Z Downloaded heapless v0.8.0
11282026-03-16T19:54:05.218Z Downloaded diesel v2.2.12
11292026-03-16T19:54:05.218Z Downloaded ring v0.17.14
11302026-03-16T19:54:05.218Z Downloaded pem-rfc7468 v0.7.0
11312026-03-16T19:54:05.218Z Downloaded paste v1.0.15
11322026-03-16T19:54:05.218Z Downloaded progenitor-macro v0.10.0
11332026-03-16T19:54:05.218Z Downloaded progenitor-client v0.11.2
11342026-03-16T19:54:05.218Z Downloaded pkg-config v0.3.32
11352026-03-16T19:54:05.218Z Downloaded linear-map v1.2.0
11362026-03-16T19:54:05.218Z Downloaded base64 v0.21.7
11372026-03-16T19:54:05.218Z Downloaded parking_lot_core v0.8.6
11382026-03-16T19:54:05.218Z Downloaded ipnet v2.11.0
11392026-03-16T19:54:05.218Z Downloaded ipnetwork v0.21.1
11402026-03-16T19:54:05.218Z Downloaded hyper-util v0.1.20
11412026-03-16T19:54:05.218Z Downloaded heapless v0.7.17
11422026-03-16T19:54:05.218Z Downloaded crossbeam-channel v0.5.15
11432026-03-16T19:54:05.218Z Downloaded oso-derive v0.27.3
11442026-03-16T19:54:05.218Z Downloaded openssl-probe v0.1.6
11452026-03-16T19:54:05.219Z Downloaded flate2 v1.1.9
11462026-03-16T19:54:05.219Z Downloaded owo-colors v4.3.0
11472026-03-16T19:54:05.219Z Downloaded indexmap v1.9.3
11482026-03-16T19:54:05.219Z Downloaded libloading v0.8.9
11492026-03-16T19:54:05.219Z Downloaded const_format v0.2.35
11502026-03-16T19:54:05.219Z Downloaded num_enum v0.7.5
11512026-03-16T19:54:05.219Z Downloaded num_enum v0.5.11
11522026-03-16T19:54:05.219Z Downloaded num-integer v0.1.46
11532026-03-16T19:54:05.219Z Downloaded memmap2 v0.9.10
11542026-03-16T19:54:05.219Z Downloaded num-derive v0.4.2
11552026-03-16T19:54:05.219Z Downloaded parse-display v0.10.0
11562026-03-16T19:54:05.219Z Downloaded nu-ansi-term v0.50.3
11572026-03-16T19:54:05.219Z Downloaded compact_str v0.8.1
11582026-03-16T19:54:05.219Z Downloaded arc-swap v1.8.2
11592026-03-16T19:54:05.219Z Downloaded native-tls v0.2.18
11602026-03-16T19:54:05.219Z Downloaded lalrpop-util v0.19.12
11612026-03-16T19:54:05.219Z Downloaded kstat-rs v0.2.4
11622026-03-16T19:54:05.219Z Downloaded half v2.7.1
11632026-03-16T19:54:05.219Z Downloaded libgit2-sys v0.18.3+1.9.2
11642026-03-16T19:54:05.266Z Downloaded half v1.8.3
11652026-03-16T19:54:05.266Z Downloaded dropshot-api-manager v0.6.0
11662026-03-16T19:54:05.266Z Downloaded derive-where v1.6.0
11672026-03-16T19:54:05.266Z Downloaded darling_core v0.21.3
11682026-03-16T19:54:05.266Z Downloaded darling_core v0.20.11
11692026-03-16T19:54:05.266Z Downloaded chacha20poly1305 v0.10.1
11702026-03-16T19:54:05.266Z Downloaded bytes v1.11.1
11712026-03-16T19:54:05.266Z Downloaded http-body-util v0.1.3
11722026-03-16T19:54:05.266Z Downloaded hex v0.4.3
11732026-03-16T19:54:05.266Z Downloaded hyper-rustls v0.27.7
11742026-03-16T19:54:05.266Z Downloaded normalize-line-endings v0.3.0
11752026-03-16T19:54:05.267Z Downloaded futures v0.3.32
11762026-03-16T19:54:05.267Z Downloaded base64 v0.22.1
11772026-03-16T19:54:05.267Z Downloaded aes v0.8.4
11782026-03-16T19:54:05.267Z Downloaded num_enum_derive v0.5.11
11792026-03-16T19:54:05.267Z Downloaded num-derive v0.3.3
11802026-03-16T19:54:05.267Z Downloaded daft-derive v0.1.5
11812026-03-16T19:54:05.267Z Downloaded dropshot_endpoint v0.16.7
11822026-03-16T19:54:05.267Z Downloaded home v0.5.12
11832026-03-16T19:54:05.267Z Downloaded headers-core v0.3.0
11842026-03-16T19:54:05.267Z Downloaded indoc v2.0.7
11852026-03-16T19:54:05.267Z Downloaded drift v0.1.3
11862026-03-16T19:54:05.267Z Downloaded foldhash v0.1.5
11872026-03-16T19:54:05.267Z Downloaded fallible-iterator v0.2.0
11882026-03-16T19:54:05.267Z Downloaded bzip2 v0.4.4
11892026-03-16T19:54:05.267Z Downloaded futures-channel v0.3.32
11902026-03-16T19:54:05.267Z Downloaded darling v0.23.0
11912026-03-16T19:54:05.267Z Downloaded crc32fast v1.5.0
11922026-03-16T19:54:05.267Z Downloaded maplit v1.0.2
11932026-03-16T19:54:05.267Z Downloaded lzss v0.8.2
11942026-03-16T19:54:05.268Z Downloaded hickory-resolver v0.25.2
11952026-03-16T19:54:05.268Z Downloaded managed v0.8.0
11962026-03-16T19:54:05.268Z Downloaded lru-slab v0.1.2
11972026-03-16T19:54:05.268Z Downloaded ena v0.14.4
11982026-03-16T19:54:05.268Z Downloaded diesel_table_macro_syntax v0.2.0
11992026-03-16T19:54:05.268Z Downloaded diesel-dtrace v0.4.2
12002026-03-16T19:54:05.268Z Downloaded derive_more v0.99.20
12012026-03-16T19:54:05.268Z Downloaded foreign-types v0.5.0
12022026-03-16T19:54:05.268Z Downloaded derive_builder v0.20.2
12032026-03-16T19:54:05.268Z Downloaded defmt v1.0.1
12042026-03-16T19:54:05.268Z Downloaded globset v0.4.18
12052026-03-16T19:54:05.268Z Downloaded ff v0.13.1
12062026-03-16T19:54:05.268Z Downloaded cookie_store v0.22.1
12072026-03-16T19:54:05.268Z Downloaded colored v2.2.0
12082026-03-16T19:54:05.268Z Downloaded backon v1.6.0
12092026-03-16T19:54:05.268Z Downloaded cookie v0.18.1
12102026-03-16T19:54:05.268Z Downloaded foreign-types-shared v0.1.1
12112026-03-16T19:54:05.268Z Downloaded dropshot-api-manager-types v0.6.0
12122026-03-16T19:54:05.268Z Downloaded is-terminal v0.4.17
12132026-03-16T19:54:05.268Z Downloaded instant v0.1.13
12142026-03-16T19:54:05.269Z Downloaded instability v0.3.11
12152026-03-16T19:54:05.269Z Downloaded indoc v1.0.9
12162026-03-16T19:54:05.269Z Downloaded hubpack_derive v0.1.1
12172026-03-16T19:54:05.269Z Downloaded http-body v1.0.1
12182026-03-16T19:54:05.269Z Downloaded hostname v0.3.1
12192026-03-16T19:54:05.269Z Downloaded git-stub-vcs v0.1.0
12202026-03-16T19:54:05.269Z Downloaded futures-executor v0.3.32
12212026-03-16T19:54:05.270Z Downloaded fs_extra v1.3.0
12222026-03-16T19:54:05.270Z Downloaded float-ord v0.3.2
12232026-03-16T19:54:05.270Z Downloaded ed25519-dalek v2.2.0
12242026-03-16T19:54:05.270Z Downloaded dyn-clone v1.0.20
12252026-03-16T19:54:05.270Z Downloaded either v1.15.0
12262026-03-16T19:54:05.270Z Downloaded buf-list v1.1.2
12272026-03-16T19:54:05.270Z Downloaded cargo_metadata v0.19.2
12282026-03-16T19:54:05.270Z Downloaded ident_case v1.0.1
12292026-03-16T19:54:05.270Z Downloaded hyper-tls v0.6.0
12302026-03-16T19:54:05.270Z Downloaded enum-as-inner v0.6.1
12312026-03-16T19:54:05.270Z Downloaded crucible-workspace-hack v0.1.0
12322026-03-16T19:54:05.270Z Downloaded corncobs v0.1.4
12332026-03-16T19:54:05.270Z Downloaded derive_builder_core v0.20.2
12342026-03-16T19:54:05.270Z Downloaded der_derive v0.7.3
12352026-03-16T19:54:05.270Z Downloaded blake2 v0.10.6
12362026-03-16T19:54:05.270Z Downloaded hex-literal v0.4.1
12372026-03-16T19:54:05.270Z Downloaded foldhash v0.2.0
12382026-03-16T19:54:05.270Z Downloaded debug-ignore v1.0.5
12392026-03-16T19:54:05.270Z Downloaded erased-serde v0.3.31
12402026-03-16T19:54:05.270Z Downloaded futures-core v0.3.32
12412026-03-16T19:54:05.270Z Downloaded camino-tempfile-ext v0.3.3
12422026-03-16T19:54:05.270Z Downloaded fxhash v0.2.1
12432026-03-16T19:54:05.271Z Downloaded futures-task v0.3.32
12442026-03-16T19:54:05.272Z Downloaded futures-sink v0.3.32
12452026-03-16T19:54:05.272Z Downloaded defmt v0.3.100
12462026-03-16T19:54:05.272Z Downloaded chacha20 v0.10.0
12472026-03-16T19:54:05.272Z Downloaded endian-type v0.1.2
12482026-03-16T19:54:05.272Z Downloaded ctr v0.9.2
12492026-03-16T19:54:05.272Z Downloaded foreign-types-shared v0.3.1
12502026-03-16T19:54:05.272Z Downloaded convert_case v0.10.0
12512026-03-16T19:54:05.272Z Downloaded cancel-safe-futures v0.1.5
12522026-03-16T19:54:05.272Z Downloaded darling_macro v0.21.3
12532026-03-16T19:54:05.272Z Downloaded flume v0.11.1
12542026-03-16T19:54:05.272Z Downloaded diesel_derives v2.2.7
12552026-03-16T19:54:05.272Z Downloaded crossterm v0.28.1
12562026-03-16T19:54:05.289Z Downloaded bitfield-macros v0.19.4
12572026-03-16T19:54:05.289Z Downloaded dunce v1.0.5
12582026-03-16T19:54:05.289Z Downloaded crunchy v0.2.4
12592026-03-16T19:54:05.289Z Downloaded cexpr v0.6.0
12602026-03-16T19:54:05.289Z Downloaded ciborium-io v0.2.2
12612026-03-16T19:54:05.289Z Downloaded bcs v0.1.6
12622026-03-16T19:54:05.289Z Downloaded base16ct v1.0.0
12632026-03-16T19:54:05.289Z Downloaded display-error-chain v0.2.2
12642026-03-16T19:54:05.289Z Downloaded deranged v0.5.8
12652026-03-16T19:54:05.289Z Downloaded crc-catalog v2.4.0
12662026-03-16T19:54:05.289Z Downloaded cfg_aliases v0.2.1
12672026-03-16T19:54:05.289Z Downloaded colored v3.1.1
12682026-03-16T19:54:05.289Z Downloaded cmake v0.1.57
12692026-03-16T19:54:05.289Z Downloaded ciborium v0.2.2
12702026-03-16T19:54:05.289Z Downloaded cfg_aliases v0.1.1
12712026-03-16T19:54:05.289Z Downloaded cbc v0.1.2
12722026-03-16T19:54:05.289Z Downloaded blowfish v0.9.1
12732026-03-16T19:54:05.289Z Downloaded bitflags v1.3.2
12742026-03-16T19:54:05.289Z Downloaded daft v0.1.5
12752026-03-16T19:54:05.289Z Downloaded crossterm v0.29.0
12762026-03-16T19:54:05.289Z Downloaded bcrypt-pbkdf v0.10.0
12772026-03-16T19:54:05.289Z Downloaded float-cmp v0.10.0
12782026-03-16T19:54:05.289Z Downloaded dirs-sys-next v0.1.2
12792026-03-16T19:54:05.289Z Downloaded difflib v0.4.0
12802026-03-16T19:54:05.289Z Downloaded cpufeatures v0.3.0
12812026-03-16T19:54:05.289Z Downloaded chacha20 v0.9.1
12822026-03-16T19:54:05.290Z Downloaded block-padding v0.3.3
12832026-03-16T19:54:05.290Z Downloaded crc v3.4.0
12842026-03-16T19:54:05.290Z Downloaded bitfield-struct v0.6.2
12852026-03-16T19:54:05.290Z Downloaded filetime v0.2.27
12862026-03-16T19:54:05.290Z Downloaded derive-ex v0.1.8
12872026-03-16T19:54:05.290Z Downloaded console v0.16.2
12882026-03-16T19:54:05.290Z Downloaded clang-sys v1.8.1
12892026-03-16T19:54:05.290Z Downloaded base64ct v1.8.3
12902026-03-16T19:54:05.290Z Downloaded crypto-bigint v0.5.5
12912026-03-16T19:54:05.319Z Downloaded const_format_proc_macros v0.2.34
12922026-03-16T19:54:05.319Z Downloaded document-features v0.2.12
12932026-03-16T19:54:05.319Z Downloaded data-encoding v2.10.0
12942026-03-16T19:54:05.319Z Downloaded darling_macro v0.20.11
12952026-03-16T19:54:05.319Z Downloaded crossbeam-deque v0.8.6
12962026-03-16T19:54:05.319Z Downloaded castaway v0.2.4
12972026-03-16T19:54:05.319Z Downloaded base16ct v0.2.0
12982026-03-16T19:54:05.319Z Downloaded bitfield v0.19.4
12992026-03-16T19:54:05.319Z Downloaded backoff v0.4.0
13002026-03-16T19:54:05.319Z Downloaded cargo-platform v0.1.9
13012026-03-16T19:54:05.319Z Downloaded bit-set v0.5.3
13022026-03-16T19:54:05.319Z Downloaded aes-gcm v0.10.3
13032026-03-16T19:54:05.319Z Downloaded csv-core v0.1.13
13042026-03-16T19:54:05.319Z Downloaded cstr-argument v0.1.2
13052026-03-16T19:54:05.319Z Downloaded allocator-api2 v0.2.21
13062026-03-16T19:54:05.354Z Downloaded argon2 v0.5.3
13072026-03-16T19:54:05.354Z Downloaded async-recursion v1.1.1
13082026-03-16T19:54:05.354Z Downloaded arrayvec v0.7.6
13092026-03-16T19:54:05.354Z Downloaded ar_archive_writer v0.5.1
13102026-03-16T19:54:05.354Z Downloaded async-stream v0.3.6
13112026-03-16T19:54:05.354Z Downloaded aead v0.5.2
13122026-03-16T19:54:05.354Z Downloaded ascii-canvas v3.0.0
13132026-03-16T19:54:05.354Z Downloaded array-init v0.0.4
13142026-03-16T19:54:05.354Z Downloaded ahash v0.8.12
13152026-03-16T19:54:05.354Z Downloaded adler2 v2.0.1
13162026-03-16T19:54:05.649Z Downloaded aws-lc-sys v0.37.1
13172026-03-16T19:54:05.963Z Compiling libc v0.2.180
13182026-03-16T19:54:05.963Z Compiling serde v1.0.228
13192026-03-16T19:54:05.972Z Compiling log v0.4.29
13202026-03-16T19:54:05.972Z Compiling find-msvc-tools v0.1.9
13212026-03-16T19:54:05.972Z Compiling shlex v1.3.0
13222026-03-16T19:54:05.972Z Compiling smallvec v1.15.1
13232026-03-16T19:54:05.972Z Compiling typenum v1.19.0
13242026-03-16T19:54:05.972Z Compiling subtle v2.6.1
13252026-03-16T19:54:06.132Z Compiling generic-array v0.14.7
13262026-03-16T19:54:06.142Z Compiling scopeguard v1.2.0
13272026-03-16T19:54:06.142Z Compiling portable-atomic v1.13.1
13282026-03-16T19:54:06.167Z Compiling const-oid v0.9.6
13292026-03-16T19:54:06.170Z Compiling critical-section v1.2.0
13302026-03-16T19:54:06.195Z Compiling syn v2.0.117
13312026-03-16T19:54:06.199Z Compiling zerocopy v0.8.40
13322026-03-16T19:54:06.249Z Compiling parking_lot_core v0.9.12
13332026-03-16T19:54:06.416Z Compiling lock_api v0.4.14
13342026-03-16T19:54:06.440Z Compiling pin-project-lite v0.2.17
13352026-03-16T19:54:06.446Z Compiling serde_json v1.0.149
13362026-03-16T19:54:06.498Z Compiling pkg-config v0.3.32
13372026-03-16T19:54:06.515Z Compiling bitflags v2.11.0
13382026-03-16T19:54:06.532Z Compiling libm v0.2.16
13392026-03-16T19:54:06.551Z Compiling num-traits v0.2.19
13402026-03-16T19:54:06.595Z Compiling futures-core v0.3.32
13412026-03-16T19:54:06.624Z Compiling percent-encoding v2.3.2
13422026-03-16T19:54:06.678Z Compiling allocator-api2 v0.2.21
13432026-03-16T19:54:06.747Z Compiling futures-sink v0.3.32
13442026-03-16T19:54:06.866Z Compiling foldhash v0.2.0
13452026-03-16T19:54:06.866Z Compiling cpufeatures v0.2.17
13462026-03-16T19:54:06.883Z Compiling futures-channel v0.3.32
13472026-03-16T19:54:06.963Z Compiling futures-task v0.3.32
13482026-03-16T19:54:06.990Z Compiling getrandom v0.4.1
13492026-03-16T19:54:07.095Z Compiling hashbrown v0.16.1
13502026-03-16T19:54:07.136Z Compiling slab v0.4.12
13512026-03-16T19:54:07.143Z Compiling futures-io v0.3.32
13522026-03-16T19:54:07.177Z Compiling rustversion v1.0.22
13532026-03-16T19:54:07.222Z Compiling rand_core v0.10.0
13542026-03-16T19:54:07.251Z Compiling getrandom v0.3.4
13552026-03-16T19:54:07.269Z Compiling form_urlencoded v1.2.2
13562026-03-16T19:54:07.269Z Compiling fs_extra v1.3.0
13572026-03-16T19:54:07.533Z Compiling base64ct v1.8.3
13582026-03-16T19:54:07.587Z Compiling dunce v1.0.5
13592026-03-16T19:54:07.588Z Compiling ident_case v1.0.1
13602026-03-16T19:54:07.588Z Compiling flagset v0.4.7
13612026-03-16T19:54:07.588Z Compiling getrandom v0.2.17
13622026-03-16T19:54:07.588Z Compiling jobserver v0.1.34
13632026-03-16T19:54:07.606Z Compiling errno v0.3.14
13642026-03-16T19:54:07.625Z Compiling mio v1.1.1
13652026-03-16T19:54:07.652Z Compiling socket2 v0.6.2
13662026-03-16T19:54:07.728Z Compiling rand_core v0.6.4
13672026-03-16T19:54:07.804Z Compiling once_cell v1.21.3
13682026-03-16T19:54:07.813Z Compiling signal-hook-registry v1.4.8
13692026-03-16T19:54:07.847Z Compiling cc v1.2.56
13702026-03-16T19:54:07.888Z Compiling parking_lot v0.12.5
13712026-03-16T19:54:07.913Z Compiling indexmap v2.13.0
13722026-03-16T19:54:07.968Z Compiling pem-rfc7468 v0.7.0
13732026-03-16T19:54:08.043Z Compiling rustix v1.1.3
13742026-03-16T19:54:08.043Z Compiling iana-time-zone v0.1.65
13752026-03-16T19:54:08.102Z Compiling uuid v1.21.0
13762026-03-16T19:54:08.122Z Compiling rustc_version v0.4.1
13772026-03-16T19:54:08.168Z Compiling vcpkg v0.2.15
13782026-03-16T19:54:08.226Z Compiling aws-lc-rs v1.16.0
13792026-03-16T19:54:08.316Z Compiling regex-syntax v0.8.10
13802026-03-16T19:54:08.377Z Compiling rand_core v0.9.5
13812026-03-16T19:54:08.404Z Compiling tracing-core v0.1.36
13822026-03-16T19:54:08.478Z Compiling crossbeam-utils v0.8.21
13832026-03-16T19:54:08.492Z Compiling syn v1.0.109
13842026-03-16T19:54:08.577Z Compiling openssl-probe v0.2.1
13852026-03-16T19:54:08.648Z Compiling base64 v0.22.1
13862026-03-16T19:54:08.681Z Compiling httparse v1.10.1
13872026-03-16T19:54:08.772Z Compiling untrusted v0.7.1
13882026-03-16T19:54:08.805Z Compiling cmake v0.1.57
13892026-03-16T19:54:08.834Z Compiling untrusted v0.9.0
13902026-03-16T19:54:08.853Z Compiling schemars v0.8.22
13912026-03-16T19:54:08.960Z Compiling tower-layer v0.3.3
13922026-03-16T19:54:09.002Z Compiling tinyvec_macros v0.1.1
13932026-03-16T19:54:09.024Z Compiling try-lock v0.2.5
13942026-03-16T19:54:09.046Z Compiling rustls v0.23.37
13952026-03-16T19:54:09.089Z Compiling atomic-waker v1.1.2
13962026-03-16T19:54:09.122Z Compiling tower-service v0.3.3
13972026-03-16T19:54:09.193Z Compiling dyn-clone v1.0.20
13982026-03-16T19:54:09.193Z Compiling want v0.3.1
13992026-03-16T19:54:09.263Z Compiling tinyvec v1.10.0
14002026-03-16T19:54:09.288Z Compiling spin v0.9.8
14012026-03-16T19:54:09.306Z Compiling aho-corasick v1.1.4
14022026-03-16T19:54:09.306Z Compiling foreign-types-shared v0.1.1
14032026-03-16T19:54:09.368Z Compiling time-core v0.1.8
14042026-03-16T19:54:09.390Z Compiling powerfmt v0.2.0
14052026-03-16T19:54:09.412Z Compiling num-conv v0.2.0
14062026-03-16T19:54:09.432Z Compiling pin-utils v0.1.0
14072026-03-16T19:54:09.543Z Compiling openssl v0.10.75
14082026-03-16T19:54:09.551Z Compiling httpdate v1.0.3
14092026-03-16T19:54:09.608Z Compiling crc32fast v1.5.0
14102026-03-16T19:54:09.628Z Compiling foreign-types v0.3.2
14112026-03-16T19:54:09.663Z Compiling socket2 v0.5.10
14122026-03-16T19:54:09.681Z Compiling time-macros v0.2.27
14132026-03-16T19:54:09.737Z Compiling deranged v0.5.8
14142026-03-16T19:54:09.762Z Compiling wait-timeout v0.2.1
14152026-03-16T19:54:09.762Z Compiling native-tls v0.2.18
14162026-03-16T19:54:09.821Z Compiling either v1.15.0
14172026-03-16T19:54:09.852Z Compiling quick-error v1.2.3
14182026-03-16T19:54:09.902Z Compiling simd-adler32 v0.3.8
14192026-03-16T19:54:09.933Z Compiling num_threads v0.1.7
14202026-03-16T19:54:10.250Z Compiling usdt-impl v0.6.0
14212026-03-16T19:54:10.291Z Compiling bit-vec v0.8.0
14222026-03-16T19:54:10.291Z Compiling aws-lc-sys v0.37.1
14232026-03-16T19:54:10.291Z Compiling ring v0.17.14
14242026-03-16T19:54:10.291Z Compiling openssl-sys v0.9.111
14252026-03-16T19:54:10.291Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14262026-03-16T19:54:10.291Z Compiling siphasher v1.0.2
14272026-03-16T19:54:10.329Z Compiling tempfile v3.25.0
14282026-03-16T19:54:10.373Z Compiling bit-set v0.8.0
14292026-03-16T19:54:10.389Z Compiling bzip2-sys v0.1.13+1.0.8
14302026-03-16T19:54:10.454Z Compiling unicode-normalization v0.1.25
14312026-03-16T19:54:10.535Z Compiling synstructure v0.13.2
14322026-03-16T19:54:10.696Z Compiling pest_generator v2.8.6
14332026-03-16T19:54:10.744Z Compiling serde_derive_internals v0.29.1
14342026-03-16T19:54:10.780Z Compiling darling_core v0.20.11
14352026-03-16T19:54:10.854Z Compiling regex-automata v0.4.14
14362026-03-16T19:54:11.146Z Compiling rusty-fork v0.3.1
14372026-03-16T19:54:11.294Z Compiling darling_core v0.21.3
14382026-03-16T19:54:11.305Z Compiling time v0.3.47
14392026-03-16T19:54:11.412Z Compiling crossbeam-epoch v0.9.18
14402026-03-16T19:54:11.606Z Compiling slog v2.8.2
14412026-03-16T19:54:11.625Z Compiling rand_xorshift v0.4.0
14422026-03-16T19:54:11.850Z Compiling heapless v0.7.17
14432026-03-16T19:54:11.873Z Compiling thread-id v5.1.0
14442026-03-16T19:54:11.882Z Compiling sync_wrapper v1.0.2
14452026-03-16T19:54:11.917Z Compiling cookie v0.18.1
14462026-03-16T19:54:11.945Z Compiling rayon-core v1.13.0
14472026-03-16T19:54:11.970Z Compiling adler2 v2.0.1
14482026-03-16T19:54:11.994Z Compiling unicode-segmentation v1.12.0
14492026-03-16T19:54:12.039Z Compiling unicode-bidi v0.3.18
14502026-03-16T19:54:12.054Z Compiling unarray v0.1.4
14512026-03-16T19:54:12.156Z Compiling signal-hook v0.3.18
14522026-03-16T19:54:12.201Z Compiling unicode-properties v0.1.4
14532026-03-16T19:54:12.228Z Compiling anyhow v1.0.102
14542026-03-16T19:54:12.234Z Compiling zstd-safe v7.2.4
14552026-03-16T19:54:12.234Z Compiling paste v1.0.15
14562026-03-16T19:54:12.630Z Compiling stringprep v0.1.5
14572026-03-16T19:54:12.670Z Compiling miniz_oxide v0.8.9
14582026-03-16T19:54:12.670Z Compiling crossbeam-deque v0.8.6
14592026-03-16T19:54:12.748Z Compiling num-integer v0.1.46
14602026-03-16T19:54:12.818Z Compiling vergen-lib v0.1.6
14612026-03-16T19:54:12.894Z Compiling curve25519-dalek v4.1.3
14622026-03-16T19:54:12.990Z Compiling ff v0.13.1
14632026-03-16T19:54:13.092Z Compiling hash32 v0.2.1
14642026-03-16T19:54:13.168Z Compiling memoffset v0.9.1
14652026-03-16T19:54:13.197Z Compiling ref-cast v1.0.25
14662026-03-16T19:54:13.222Z Compiling psl-types v2.0.11
14672026-03-16T19:54:13.240Z Compiling serde_derive v1.0.228
14682026-03-16T19:54:13.364Z Compiling zeroize_derive v1.4.3
14692026-03-16T19:54:13.392Z Compiling zerofrom-derive v0.1.6
14702026-03-16T19:54:13.413Z Compiling yoke-derive v0.8.1
14712026-03-16T19:54:13.436Z Compiling zerocopy-derive v0.8.40
14722026-03-16T19:54:13.460Z Compiling zerovec-derive v0.11.2
14732026-03-16T19:54:13.483Z Compiling displaydoc v0.2.5
14742026-03-16T19:54:13.634Z Compiling tokio-macros v2.6.0
14752026-03-16T19:54:13.642Z Compiling futures-macro v0.3.32
14762026-03-16T19:54:14.193Z Compiling der_derive v0.7.3
14772026-03-16T19:54:14.321Z Compiling zeroize v1.8.2
14782026-03-16T19:54:14.629Z Compiling thiserror-impl v2.0.18
14792026-03-16T19:54:14.726Z Compiling rustls-pki-types v1.14.0
14802026-03-16T19:54:14.809Z Compiling futures-util v0.3.32
14812026-03-16T19:54:15.216Z Compiling tracing-attributes v0.1.31
14822026-03-16T19:54:15.254Z Compiling schemars_derive v0.8.22
14832026-03-16T19:54:15.254Z Compiling pest_derive v2.8.6
14842026-03-16T19:54:15.365Z Compiling crypto-common v0.1.7
14852026-03-16T19:54:15.394Z Compiling block-buffer v0.10.4
14862026-03-16T19:54:15.455Z Compiling block-padding v0.3.3
14872026-03-16T19:54:15.467Z Compiling zerofrom v0.1.6
14882026-03-16T19:54:15.578Z Compiling digest v0.10.7
14892026-03-16T19:54:15.638Z Compiling yoke v0.8.1
14902026-03-16T19:54:15.682Z Compiling inout v0.1.4
14912026-03-16T19:54:15.688Z Compiling der v0.7.10
14922026-03-16T19:54:15.688Z Compiling scroll_derive v0.13.1
14932026-03-16T19:54:15.772Z Compiling darling_macro v0.20.11
14942026-03-16T19:54:15.907Z Compiling zerovec v0.11.5
14952026-03-16T19:54:15.937Z Compiling zerotrie v0.2.3
14962026-03-16T19:54:15.958Z Compiling hmac v0.12.1
14972026-03-16T19:54:16.174Z Compiling cipher v0.4.4
14982026-03-16T19:54:16.350Z Compiling sha2 v0.10.9
14992026-03-16T19:54:16.438Z Compiling pbkdf2 v0.12.2
15002026-03-16T19:54:16.563Z Compiling tinystr v0.8.2
15012026-03-16T19:54:16.587Z Compiling potential_utf v0.1.4
15022026-03-16T19:54:16.609Z Compiling salsa20 v0.10.2
15032026-03-16T19:54:16.647Z Compiling thiserror v2.0.18
15042026-03-16T19:54:16.811Z Compiling icu_locale_core v2.1.1
15052026-03-16T19:54:16.821Z Compiling icu_collections v2.1.1
15062026-03-16T19:54:16.821Z Compiling scrypt v0.11.0
15072026-03-16T19:54:16.869Z Compiling aes v0.8.4
15082026-03-16T19:54:16.903Z Compiling spki v0.7.3
15092026-03-16T19:54:16.951Z Compiling cbc v0.1.2
15102026-03-16T19:54:16.974Z Compiling tracing v0.1.44
15112026-03-16T19:54:16.980Z Compiling scroll v0.13.0
15122026-03-16T19:54:17.158Z Compiling darling v0.20.11
15132026-03-16T19:54:17.187Z Compiling thiserror-impl v1.0.69
15142026-03-16T19:54:17.209Z Compiling openssl-macros v0.1.1
15152026-03-16T19:54:17.279Z Compiling derive_builder_core v0.20.2
15162026-03-16T19:54:17.356Z Compiling goblin v0.10.5
15172026-03-16T19:54:17.381Z Compiling dtrace-parser v0.3.0
15182026-03-16T19:54:17.484Z Compiling pkcs5 v0.7.1
15192026-03-16T19:54:17.515Z Compiling signature v2.2.0
15202026-03-16T19:54:17.656Z Compiling rustls-native-certs v0.8.3
15212026-03-16T19:54:18.009Z Compiling icu_provider v2.1.1
15222026-03-16T19:54:18.075Z Compiling pkcs8 v0.10.2
15232026-03-16T19:54:18.111Z Compiling bytes v1.11.1
15242026-03-16T19:54:18.133Z Compiling icu_normalizer v2.1.1
15252026-03-16T19:54:18.154Z Compiling icu_properties v2.1.2
15262026-03-16T19:54:18.176Z Compiling chrono v0.4.44
15272026-03-16T19:54:18.199Z Compiling ipnet v2.11.0
15282026-03-16T19:54:18.223Z Compiling scroll_derive v0.12.1
15292026-03-16T19:54:18.320Z Compiling erased-serde v0.3.31
15302026-03-16T19:54:18.459Z Compiling serde_tokenstream v0.2.3
15312026-03-16T19:54:18.501Z Compiling derive_builder_macro v0.20.2
15322026-03-16T19:54:18.512Z Compiling serde_spanned v0.6.9
15332026-03-16T19:54:18.722Z Compiling toml_datetime v0.6.11
15342026-03-16T19:54:18.892Z Compiling tokio v1.49.0
15352026-03-16T19:54:18.931Z Compiling http v1.4.0
15362026-03-16T19:54:18.963Z Compiling md-5 v0.10.6
15372026-03-16T19:54:18.994Z Compiling thiserror v1.0.69
15382026-03-16T19:54:19.014Z Compiling webpki-roots v1.0.6
15392026-03-16T19:54:19.082Z Compiling darling_macro v0.21.3
15402026-03-16T19:54:19.095Z Compiling zerocopy-derive v0.7.35
15412026-03-16T19:54:19.151Z Compiling num-bigint-dig v0.8.6
15422026-03-16T19:54:19.165Z Compiling iri-string v0.7.10
15432026-03-16T19:54:19.191Z Compiling scroll v0.12.0
15442026-03-16T19:54:19.224Z Compiling ryu v1.0.23
15452026-03-16T19:54:19.273Z Compiling base16ct v0.2.0
15462026-03-16T19:54:19.382Z Compiling smoltcp v0.9.1
15472026-03-16T19:54:19.424Z Compiling idna_adapter v1.2.1
15482026-03-16T19:54:19.556Z Compiling litrs v1.0.0
15492026-03-16T19:54:19.563Z Compiling rustix v0.38.44
15502026-03-16T19:54:19.624Z Compiling idna v1.1.0
15512026-03-16T19:54:19.655Z Compiling fallible-iterator v0.2.0
15522026-03-16T19:54:19.791Z Compiling cfg_aliases v0.2.1
15532026-03-16T19:54:19.839Z Compiling http-body v1.0.1
15542026-03-16T19:54:19.907Z Compiling zlib-rs v0.6.2
15552026-03-16T19:54:19.947Z Compiling nix v0.31.1
15562026-03-16T19:54:20.053Z Compiling url v2.5.8
15572026-03-16T19:54:20.081Z Compiling http-body-util v0.1.3
15582026-03-16T19:54:20.290Z Compiling ppv-lite86 v0.2.21
15592026-03-16T19:54:20.456Z Compiling publicsuffix v2.3.0
15602026-03-16T19:54:20.456Z Compiling darling v0.21.3
15612026-03-16T19:54:20.456Z Compiling document-features v0.2.12
15622026-03-16T19:54:20.512Z Compiling goblin v0.8.2
15632026-03-16T19:54:20.512Z Compiling zerocopy v0.7.35
15642026-03-16T19:54:20.512Z Compiling sec1 v0.7.3
15652026-03-16T19:54:20.541Z Compiling serde_urlencoded v0.7.1
15662026-03-16T19:54:20.560Z Compiling derive_builder v0.20.2
15672026-03-16T19:54:20.699Z Compiling rand_chacha v0.9.0
15682026-03-16T19:54:20.727Z Compiling rand_chacha v0.3.1
15692026-03-16T19:54:22.596Z Compiling cargo-platform v0.1.9
15702026-03-16T19:54:22.596Z Compiling hkdf v0.12.4
15712026-03-16T19:54:22.596Z Compiling rand v0.9.2
15722026-03-16T19:54:22.596Z Compiling rand v0.8.5
15732026-03-16T19:54:22.596Z Compiling hubpack_derive v0.1.1
15742026-03-16T19:54:22.596Z Compiling crypto-bigint v0.5.5
15752026-03-16T19:54:22.596Z Compiling regex v1.12.3
15762026-03-16T19:54:22.596Z Compiling dof v0.4.0
15772026-03-16T19:54:22.596Z Compiling strum_macros v0.27.2
15782026-03-16T19:54:22.596Z Compiling proptest v1.10.0
15792026-03-16T19:54:22.596Z Compiling postgres-protocol v0.6.10
15802026-03-16T19:54:22.596Z Compiling ref-cast-impl v1.0.25
15812026-03-16T19:54:22.597Z Compiling ipnetwork v0.21.1
15822026-03-16T19:54:22.597Z Compiling async-trait v0.1.89
15832026-03-16T19:54:22.597Z Compiling daft-derive v0.1.5
15842026-03-16T19:54:22.597Z Compiling oxnet v0.1.4
15852026-03-16T19:54:22.669Z Compiling curve25519-dalek-derive v0.1.1
15862026-03-16T19:54:22.673Z Compiling group v0.13.0
15872026-03-16T19:54:22.939Z Compiling num-iter v0.1.45
15882026-03-16T19:54:23.270Z Compiling proc-macro-error v1.0.4
15892026-03-16T19:54:23.492Z Compiling heck v0.4.1
15902026-03-16T19:54:23.527Z Compiling phf_shared v0.13.1
15912026-03-16T19:54:23.585Z Compiling terminal_size v0.4.3
15922026-03-16T19:54:23.672Z Compiling lazy_static v1.5.0
15932026-03-16T19:54:23.696Z Compiling vergen v9.0.6
15942026-03-16T19:54:23.740Z Compiling fs-err v3.3.0
15952026-03-16T19:54:23.780Z Compiling ahash v0.8.12
15962026-03-16T19:54:23.807Z Compiling managed v0.8.0
15972026-03-16T19:54:23.811Z Compiling bitflags v1.3.2
15982026-03-16T19:54:23.872Z Compiling flate2 v1.1.9
15992026-03-16T19:54:23.894Z Compiling libbz2-rs-sys v0.2.2
16002026-03-16T19:54:23.917Z Compiling winnow v0.5.40
16012026-03-16T19:54:23.975Z Compiling foldhash v0.1.5
16022026-03-16T19:54:24.023Z Compiling object v0.37.3
16032026-03-16T19:54:24.044Z Compiling bumpalo v3.20.2
16042026-03-16T19:54:24.110Z Compiling tokio-util v0.7.18
16052026-03-16T19:54:24.134Z Compiling tower v0.5.3
16062026-03-16T19:54:24.212Z Compiling tokio-native-tls v0.3.1
16072026-03-16T19:54:24.377Z Compiling zopfli v0.8.3
16082026-03-16T19:54:24.401Z Compiling hashbrown v0.15.5
16092026-03-16T19:54:24.501Z Compiling bzip2 v0.6.1
16102026-03-16T19:54:24.570Z Compiling console v0.16.2
16112026-03-16T19:54:24.622Z Compiling clap_builder v4.5.60
16122026-03-16T19:54:24.642Z Compiling strum v0.27.2
16132026-03-16T19:54:24.686Z Compiling phf v0.13.1
16142026-03-16T19:54:24.815Z Compiling tower-http v0.6.8
16152026-03-16T19:54:24.819Z Compiling zone_cfg_derive v0.3.1
16162026-03-16T19:54:24.892Z Compiling usdt-attr-macro v0.6.0
16172026-03-16T19:54:24.917Z Compiling usdt-macro v0.6.0
16182026-03-16T19:54:25.229Z Compiling h2 v0.4.13
16192026-03-16T19:54:25.284Z Compiling newtype-uuid v1.3.2
16202026-03-16T19:54:25.335Z Compiling signal-hook-mio v0.2.5
16212026-03-16T19:54:25.375Z Compiling rayon v1.11.0
16222026-03-16T19:54:25.488Z Compiling dof v0.3.0
16232026-03-16T19:54:25.510Z Compiling cargo_metadata v0.19.2
16242026-03-16T19:54:25.635Z Compiling daft v0.1.5
16252026-03-16T19:54:25.760Z Compiling toml_edit v0.19.15
16262026-03-16T19:54:25.994Z Compiling cookie_store v0.22.1
16272026-03-16T19:54:26.015Z Compiling elliptic-curve v0.13.8
16282026-03-16T19:54:26.071Z Compiling postgres-types v0.2.12
16292026-03-16T19:54:26.196Z Compiling hubpack v0.1.2
16302026-03-16T19:54:26.436Z Compiling bzip2 v0.4.4
16312026-03-16T19:54:26.504Z Compiling zstd v0.13.3
16322026-03-16T19:54:26.599Z Compiling serde_with_macros v3.17.0
16332026-03-16T19:54:26.727Z Compiling dtrace-parser v0.2.0
16342026-03-16T19:54:26.861Z Compiling ed25519 v2.2.3
16352026-03-16T19:54:26.882Z Compiling pkcs1 v0.7.5
16362026-03-16T19:54:26.913Z Compiling serde-big-array v0.5.1
16372026-03-16T19:54:27.102Z Compiling hex v0.4.3
16382026-03-16T19:54:27.123Z Compiling rfc6979 v0.4.0
16392026-03-16T19:54:27.299Z Compiling bstr v1.12.1
16402026-03-16T19:54:27.445Z Compiling clap_derive v4.5.55
16412026-03-16T19:54:27.467Z Compiling strum_macros v0.26.4
16422026-03-16T19:54:27.489Z Compiling serde_repr v0.1.20
16432026-03-16T19:54:27.824Z Compiling enum-as-inner v0.6.1
16442026-03-16T19:54:27.859Z Compiling phf_shared v0.11.3
16452026-03-16T19:54:28.084Z Compiling itertools v0.12.1
16462026-03-16T19:54:28.128Z Compiling float-cmp v0.10.0
16472026-03-16T19:54:28.192Z Compiling memmap2 v0.9.10
16482026-03-16T19:54:28.230Z Compiling thread-id v4.2.2
16492026-03-16T19:54:28.260Z Compiling env_filter v1.0.0
16502026-03-16T19:54:28.281Z Compiling encoding_rs v0.8.35
16512026-03-16T19:54:28.337Z Compiling jiff v0.2.21
16522026-03-16T19:54:28.359Z Compiling normalize-line-endings v0.3.0
16532026-03-16T19:54:28.499Z Compiling predicates-core v1.0.10
16542026-03-16T19:54:28.519Z Compiling fixedbitset v0.4.2
16552026-03-16T19:54:28.547Z Compiling new_debug_unreachable v1.0.6
16562026-03-16T19:54:28.651Z Compiling keccak v0.1.6
16572026-03-16T19:54:28.690Z Compiling mime v0.3.17
16582026-03-16T19:54:28.750Z Compiling data-encoding v2.10.0
16592026-03-16T19:54:28.830Z Compiling fixedbitset v0.5.7
16602026-03-16T19:54:29.060Z Compiling whoami v2.1.0
16612026-03-16T19:54:29.107Z Compiling static_assertions v1.1.0
16622026-03-16T19:54:29.221Z Compiling rustc-hash v2.1.1
16632026-03-16T19:54:29.266Z Compiling precomputed-hash v0.1.1
16642026-03-16T19:54:29.398Z Compiling hyper v1.8.1
16652026-03-16T19:54:29.411Z Compiling unit-prefix v0.5.2
16662026-03-16T19:54:29.643Z Compiling difflib v0.4.0
16672026-03-16T19:54:29.661Z Compiling indicatif v0.18.4
16682026-03-16T19:54:29.670Z Compiling string_cache v0.8.9
16692026-03-16T19:54:29.670Z Compiling tokio-postgres v0.7.16
16702026-03-16T19:54:29.832Z Compiling zone v0.3.1
16712026-03-16T19:54:29.858Z Compiling iddqd v0.3.17
16722026-03-16T19:54:29.864Z Compiling toml_edit v0.22.27
16732026-03-16T19:54:29.993Z Compiling predicates v3.1.4
16742026-03-16T19:54:30.027Z Compiling clap v4.5.60
16752026-03-16T19:54:30.046Z Compiling strum v0.26.3
16762026-03-16T19:54:30.198Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16772026-03-16T19:54:30.267Z Compiling hickory-proto v0.25.2
16782026-03-16T19:54:30.430Z Compiling petgraph v0.8.3
16792026-03-16T19:54:30.452Z Compiling sha3 v0.10.8
16802026-03-16T19:54:30.810Z Compiling petgraph v0.6.5
16812026-03-16T19:54:30.883Z Compiling env_logger v0.11.9
16822026-03-16T19:54:30.894Z Compiling usdt v0.6.0
16832026-03-16T19:54:30.938Z Compiling hyper-util v0.1.20
16842026-03-16T19:54:31.120Z Compiling usdt-impl v0.5.0
16852026-03-16T19:54:31.247Z Compiling serde_with v3.17.0
16862026-03-16T19:54:31.371Z Compiling similar v2.7.0
16872026-03-16T19:54:31.493Z Compiling crossterm v0.28.1
16882026-03-16T19:54:31.649Z Compiling toml v0.7.8
16892026-03-16T19:54:31.933Z Compiling ecdsa v0.16.9
16902026-03-16T19:54:32.310Z Compiling zip v4.6.1
16912026-03-16T19:54:32.471Z Compiling rsa v0.9.10
16922026-03-16T19:54:32.506Z Compiling ed25519-dalek v2.2.0
16932026-03-16T19:54:32.740Z Compiling zip v0.6.6
16942026-03-16T19:54:32.920Z Compiling hyper-tls v0.6.0
16952026-03-16T19:54:33.206Z Compiling tokio-stream v0.1.18
16962026-03-16T19:54:33.422Z Compiling buf-list v1.1.2
16972026-03-16T19:54:33.548Z Compiling toml_parser v1.0.9+spec-1.1.0
16982026-03-16T19:54:33.666Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16992026-03-16T19:54:33.688Z Compiling openapiv3 v2.2.0
17002026-03-16T19:54:33.712Z Compiling x509-cert v0.2.5
17012026-03-16T19:54:33.797Z Compiling sha1 v0.10.6
17022026-03-16T19:54:33.821Z Compiling itertools v0.13.0
17032026-03-16T19:54:33.846Z Compiling toml_datetime v0.7.5+spec-1.1.0
17042026-03-16T19:54:33.871Z Compiling peg-runtime v0.8.5
17052026-03-16T19:54:34.037Z Compiling lalrpop-util v0.19.12
17062026-03-16T19:54:34.103Z Compiling thread_local v1.1.9
17072026-03-16T19:54:34.125Z Compiling slog-async v2.8.0
17082026-03-16T19:54:34.266Z Compiling futures-executor v0.3.32
17092026-03-16T19:54:34.290Z Compiling crossbeam-channel v0.5.15
17102026-03-16T19:54:34.309Z Compiling filetime v0.2.27
17112026-03-16T19:54:34.453Z Compiling is-terminal v0.4.17
17122026-03-16T19:54:34.457Z Compiling take_mut v0.2.2
17132026-03-16T19:54:34.500Z Compiling xattr v1.6.1
17142026-03-16T19:54:34.588Z Compiling term v1.2.1
17152026-03-16T19:54:34.611Z Compiling futures v0.3.32
17162026-03-16T19:54:34.731Z Compiling tar v0.4.44
17172026-03-16T19:54:35.307Z Compiling slog-term v2.9.2
17182026-03-16T19:54:55.629Z Compiling rustls-webpki v0.103.9
17192026-03-16T19:54:59.689Z Compiling tokio-rustls v0.26.4
17202026-03-16T19:54:59.689Z Compiling rustls-platform-verifier v0.6.2
17212026-03-16T19:54:59.948Z Compiling hyper-rustls v0.27.7
17222026-03-16T19:55:00.202Z Compiling reqwest v0.13.2
17232026-03-16T19:55:00.203Z Compiling reqwest v0.12.28
17242026-03-16T19:55:03.013Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17252026-03-16T19:55:03.335Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17262026-03-16T19:55:07.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
17272026-03-16T19:55:07.370Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17282026-03-16T19:55:07.430ZMar 16 19:55:06.490 INFO Starting download, target: Clickhouse
17292026-03-16T19:55:07.430ZMar 16 19:55:06.491 INFO Starting download, target: DendriteStub
17302026-03-16T19:55:07.430ZMar 16 19:55:06.491 INFO Starting download, target: MaghemiteMgd
17312026-03-16T19:55:07.430ZMar 16 19:55:06.491 INFO Starting download, target: TransceiverControl
17322026-03-16T19:55:07.430ZMar 16 19:55:06.491 INFO Starting download, target: Cockroach
17332026-03-16T19:55:07.430ZMar 16 19:55:06.491 INFO Starting download, target: Console
17342026-03-16T19:55:07.434ZMar 16 19:55:06.491 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17352026-03-16T19:55:07.434ZMar 16 19:55:06.491 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17362026-03-16T19:55:07.434ZMar 16 19:55:06.491 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17372026-03-16T19:55:07.434ZMar 16 19:55:06.491 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17382026-03-16T19:55:07.434ZMar 16 19:55:06.491 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17392026-03-16T19:55:07.434ZMar 16 19:55:06.491 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17402026-03-16T19:55:07.889ZMar 16 19:55:06.947 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17412026-03-16T19:55:08.239ZMar 16 19:55:07.298 INFO Download complete, target: TransceiverControl
17422026-03-16T19:55:08.398ZMar 16 19:55:07.457 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17432026-03-16T19:55:08.767ZMar 16 19:55:07.824 INFO Download complete, target: Console
17442026-03-16T19:55:09.228ZMar 16 19:55:08.287 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17452026-03-16T19:55:09.237ZMar 16 19:55:08.297 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17462026-03-16T19:55:09.933ZMar 16 19:55:08.993 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17472026-03-16T19:55:10.138ZMar 16 19:55:09.199 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17482026-03-16T19:55:10.139ZMar 16 19:55:09.199 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17492026-03-16T19:55:12.706ZMar 16 19:55:11.764 INFO Download complete, target: MaghemiteMgd
17502026-03-16T19:55:12.797ZMar 16 19:55:11.856 INFO Download complete, target: DendriteStub
17512026-03-16T19:55:17.730ZMar 16 19:55:16.788 INFO Checking that binary works, target: Cockroach
17522026-03-16T19:55:17.856ZMar 16 19:55:16.915 INFO Download complete, target: Cockroach
17532026-03-16T19:55:20.921ZMar 16 19:55:19.979 INFO Checking that binary works, target: Clickhouse
17542026-03-16T19:55:21.029ZMar 16 19:55:20.086 INFO Download complete, target: Clickhouse
17552026-03-16T19:55:21.036ZAll prerequisites installed successfully
17562026-03-16T19:55:21.040Z
17572026-03-16T19:55:21.040Zreal 3:37.634681587
17582026-03-16T19:55:21.040Zuser 10:33.592857071
17592026-03-16T19:55:21.040Zsys 2:10.424357803
17602026-03-16T19:55:21.040Ztrap 0.348592862
17612026-03-16T19:55:21.040Ztflt 1.221000649
17622026-03-16T19:55:21.040Zdflt 1.956764572
17632026-03-16T19:55:21.040Zkflt 0.025450947
17642026-03-16T19:55:21.041Zlock 24:07.689572719
17652026-03-16T19:55:21.041Zslp 34:19.152092092
17662026-03-16T19:55:21.041Zlat 31.586893147
17672026-03-16T19:55:21.042Zstop 4:23.190405185
17682026-03-16T19:55:21.042Z+ ptime -m cargo xtask download softnpu
17692026-03-16T19:55:21.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
17702026-03-16T19:55:21.741Z Running `target/debug/xtask download softnpu`
17712026-03-16T19:55:22.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
17722026-03-16T19:55:22.786Z Running `target/debug/xtask-downloader softnpu`
17732026-03-16T19:55:22.832ZMar 16 19:55:21.889 INFO Starting download, target: Softnpu
17742026-03-16T19:55:22.836ZMar 16 19:55:21.889 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17752026-03-16T19:55:23.787ZMar 16 19:55:22.844 INFO Download complete, target: Softnpu
17762026-03-16T19:55:23.792Z
17772026-03-16T19:55:23.796Zreal 2.748690076
17782026-03-16T19:55:23.796Zuser 1.761071110
17792026-03-16T19:55:23.796Zsys 0.786848072
17802026-03-16T19:55:23.796Ztrap 0.000792688
17812026-03-16T19:55:23.796Ztflt 0.000187993
17822026-03-16T19:55:23.796Zdflt 0.000180563
17832026-03-16T19:55:23.796Zkflt 0.000000000
17842026-03-16T19:55:23.796Zlock 17.342613322
17852026-03-16T19:55:23.796Zslp 0.669821726
17862026-03-16T19:55:23.796Zlat 0.058417463
17872026-03-16T19:55:23.796Zstop 0.000190547
17882026-03-16T19:55:23.796Z+ export CARGO_INCREMENTAL=0
17892026-03-16T19:55:23.796Z+ CARGO_INCREMENTAL=0
17902026-03-16T19:55:23.796Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17912026-03-16T19:55:24.927Z Compiling proc-macro2 v1.0.106
17922026-03-16T19:55:24.927Z Compiling quote v1.0.44
17932026-03-16T19:55:24.931Z Compiling unicode-ident v1.0.24
17942026-03-16T19:55:24.931Z Compiling libc v0.2.180
17952026-03-16T19:55:24.931Z Compiling serde_core v1.0.228
17962026-03-16T19:55:24.931Z Compiling serde v1.0.228
17972026-03-16T19:55:24.931Z Compiling cfg-if v1.0.4
17982026-03-16T19:55:24.932Z Compiling version_check v0.9.5
17992026-03-16T19:55:24.932Z Compiling find-msvc-tools v0.1.9
18002026-03-16T19:55:24.932Z Compiling shlex v1.3.0
18012026-03-16T19:55:24.932Z Compiling typenum v1.19.0
18022026-03-16T19:55:24.932Z Compiling portable-atomic v1.13.1
18032026-03-16T19:55:24.932Z Compiling memchr v2.8.0
18042026-03-16T19:55:25.154Z Compiling autocfg v1.5.0
18052026-03-16T19:55:25.173Z Compiling zmij v1.0.21
18062026-03-16T19:55:25.234Z Compiling serde_json v1.0.149
18072026-03-16T19:55:25.295Z Compiling zerocopy v0.8.40
18082026-03-16T19:55:25.466Z Compiling parking_lot_core v0.9.12
18092026-03-16T19:55:25.489Z Compiling libm v0.2.16
18102026-03-16T19:55:25.534Z Compiling smallvec v1.15.1
18112026-03-16T19:55:25.612Z Compiling generic-array v0.14.7
18122026-03-16T19:55:25.635Z Compiling icu_normalizer_data v2.1.1
18132026-03-16T19:55:25.825Z Compiling icu_properties_data v2.1.2
18142026-03-16T19:55:25.847Z Compiling num-traits v0.2.19
18152026-03-16T19:55:25.871Z Compiling itoa v1.0.17
18162026-03-16T19:55:25.912Z Compiling log v0.4.29
18172026-03-16T19:55:25.916Z Compiling getrandom v0.4.1
18182026-03-16T19:55:25.978Z Compiling pkg-config v0.3.32
18192026-03-16T19:55:25.982Z Compiling stable_deref_trait v1.2.1
18202026-03-16T19:55:26.139Z Compiling scopeguard v1.2.0
18212026-03-16T19:55:26.143Z Compiling subtle v2.6.1
18222026-03-16T19:55:26.274Z Compiling thiserror v2.0.18
18232026-03-16T19:55:26.296Z Compiling lock_api v0.4.14
18242026-03-16T19:55:26.327Z Compiling fnv v1.0.7
18252026-03-16T19:55:26.460Z Compiling pin-project-lite v0.2.17
18262026-03-16T19:55:26.483Z Compiling getrandom v0.3.4
18272026-03-16T19:55:26.524Z Compiling jobserver v0.1.34
18282026-03-16T19:55:26.606Z Compiling getrandom v0.2.17
18292026-03-16T19:55:26.650Z Compiling errno v0.3.14
18302026-03-16T19:55:26.788Z Compiling rand_core v0.6.4
18312026-03-16T19:55:26.843Z Compiling syn v2.0.117
18322026-03-16T19:55:26.865Z Compiling cc v1.2.56
18332026-03-16T19:55:26.954Z Compiling critical-section v1.2.0
18342026-03-16T19:55:27.021Z Compiling rustversion v1.0.22
18352026-03-16T19:55:27.024Z Compiling allocator-api2 v0.2.21
18362026-03-16T19:55:27.104Z Compiling equivalent v1.0.2
18372026-03-16T19:55:27.189Z Compiling writeable v0.6.2
18382026-03-16T19:55:27.215Z Compiling fs_extra v1.3.0
18392026-03-16T19:55:27.235Z Compiling foldhash v0.2.0
18402026-03-16T19:55:27.304Z Compiling dunce v1.0.5
18412026-03-16T19:55:27.399Z Compiling once_cell v1.21.3
18422026-03-16T19:55:27.447Z Compiling litemap v0.8.1
18432026-03-16T19:55:27.480Z Compiling percent-encoding v2.3.2
18442026-03-16T19:55:27.524Z Compiling hashbrown v0.16.1
18452026-03-16T19:55:27.671Z Compiling const-oid v0.9.6
18462026-03-16T19:55:27.713Z Compiling signal-hook-registry v1.4.8
18472026-03-16T19:55:27.774Z Compiling rustix v1.1.3
18482026-03-16T19:55:27.818Z Compiling cmake v0.1.57
18492026-03-16T19:55:27.821Z Compiling mio v1.1.1
18502026-03-16T19:55:27.857Z Compiling socket2 v0.6.2
18512026-03-16T19:55:27.861Z Compiling schemars v0.8.22
18522026-03-16T19:55:27.973Z Compiling rand_core v0.10.0
18532026-03-16T19:55:28.219Z Compiling semver v1.0.27
18542026-03-16T19:55:28.223Z Compiling parking_lot v0.12.5
18552026-03-16T19:55:28.265Z Compiling indexmap v2.13.0
18562026-03-16T19:55:28.312Z Compiling utf8_iter v1.0.4
18572026-03-16T19:55:28.363Z Compiling bitflags v2.11.0
18582026-03-16T19:55:28.542Z Compiling aws-lc-rs v1.16.0
18592026-03-16T19:55:28.600Z Compiling form_urlencoded v1.2.2
18602026-03-16T19:55:28.655Z Compiling ring v0.17.14
18612026-03-16T19:55:28.681Z Compiling aws-lc-sys v0.37.1
18622026-03-16T19:55:28.785Z Compiling futures-core v0.3.32
18632026-03-16T19:55:28.851Z Compiling strsim v0.11.1
18642026-03-16T19:55:28.998Z Compiling byteorder v1.5.0
18652026-03-16T19:55:29.170Z Compiling thiserror v1.0.69
18662026-03-16T19:55:29.201Z Compiling httparse v1.10.1
18672026-03-16T19:55:29.285Z Compiling ucd-trie v0.1.7
18682026-03-16T19:55:29.408Z Compiling ident_case v1.0.1
18692026-03-16T19:55:29.503Z Compiling pest v2.8.6
18702026-03-16T19:55:29.526Z Compiling vcpkg v0.2.15
18712026-03-16T19:55:29.575Z Compiling heck v0.5.0
18722026-03-16T19:55:29.667Z Compiling regex-syntax v0.8.10
18732026-03-16T19:55:29.709Z Compiling crossbeam-utils v0.8.21
18742026-03-16T19:55:29.776Z Compiling syn v1.0.109
18752026-03-16T19:55:29.956Z Compiling futures-sink v0.3.32
18762026-03-16T19:55:30.002Z Compiling rustls v0.23.37
18772026-03-16T19:55:30.024Z Compiling rustc_version v0.4.1
18782026-03-16T19:55:30.081Z Compiling futures-channel v0.3.32
18792026-03-16T19:55:30.142Z Compiling slab v0.4.12
18802026-03-16T19:55:30.159Z Compiling futures-task v0.3.32
18812026-03-16T19:55:30.176Z Compiling cpufeatures v0.2.17
18822026-03-16T19:55:30.176Z Compiling futures-io v0.3.32
18832026-03-16T19:55:30.370Z Compiling plain v0.2.3
18842026-03-16T19:55:30.373Z Compiling openssl-sys v0.9.111
18852026-03-16T19:55:30.399Z Compiling iana-time-zone v0.1.65
18862026-03-16T19:55:30.423Z Compiling uuid v1.21.0
18872026-03-16T19:55:30.448Z Compiling aho-corasick v1.1.4
18882026-03-16T19:55:30.596Z Compiling time-core v0.1.8
18892026-03-16T19:55:30.629Z Compiling num-conv v0.2.0
18902026-03-16T19:55:30.856Z Compiling time-macros v0.2.27
18912026-03-16T19:55:30.918Z Compiling synstructure v0.13.2
18922026-03-16T19:55:31.003Z Compiling serde_derive_internals v0.29.1
18932026-03-16T19:55:31.078Z Compiling pest_meta v2.8.6
18942026-03-16T19:55:31.306Z Compiling openssl v0.10.75
18952026-03-16T19:55:31.326Z Compiling pretty-hex v0.4.1
18962026-03-16T19:55:31.632Z Compiling base64ct v1.8.3
18972026-03-16T19:55:31.659Z Compiling anyhow v1.0.102
18982026-03-16T19:55:31.704Z Compiling crc32fast v1.5.0
18992026-03-16T19:55:31.746Z Compiling either v1.15.0
19002026-03-16T19:55:31.769Z Compiling regex-automata v0.4.14
19012026-03-16T19:55:31.791Z Compiling darling_core v0.21.3
19022026-03-16T19:55:31.994Z Compiling pest_generator v2.8.6
19032026-03-16T19:55:32.018Z Compiling pem-rfc7468 v0.7.0
19042026-03-16T19:55:32.040Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19052026-03-16T19:55:32.085Z Compiling flagset v0.4.7
19062026-03-16T19:55:32.090Z Compiling native-tls v0.2.18
19072026-03-16T19:55:32.128Z Compiling rand_core v0.9.5
19082026-03-16T19:55:32.341Z Compiling slog v2.8.2
19092026-03-16T19:55:32.419Z Compiling tracing-core v0.1.36
19102026-03-16T19:55:32.442Z Compiling rayon-core v1.13.0
19112026-03-16T19:55:32.487Z Compiling dyn-clone v1.0.20
19122026-03-16T19:55:32.563Z Compiling untrusted v0.9.0
19132026-03-16T19:55:32.740Z Compiling cookie v0.18.1
19142026-03-16T19:55:32.743Z Compiling camino v1.2.2
19152026-03-16T19:55:32.874Z Compiling serde_derive v1.0.228
19162026-03-16T19:55:32.892Z Compiling zeroize_derive v1.4.3
19172026-03-16T19:55:32.948Z Compiling zerofrom-derive v0.1.6
19182026-03-16T19:55:32.970Z Compiling yoke-derive v0.8.1
19192026-03-16T19:55:33.028Z Compiling zerovec-derive v0.11.2
19202026-03-16T19:55:33.050Z Compiling displaydoc v0.2.5
19212026-03-16T19:55:33.089Z Compiling zerocopy-derive v0.8.40
19222026-03-16T19:55:33.156Z Compiling tokio-macros v2.6.0
19232026-03-16T19:55:33.183Z Compiling futures-macro v0.3.32
19242026-03-16T19:55:33.719Z Compiling zeroize v1.8.2
19252026-03-16T19:55:34.035Z Compiling thiserror-impl v2.0.18
19262026-03-16T19:55:34.103Z Compiling tracing-attributes v0.1.31
19272026-03-16T19:55:34.251Z Compiling der_derive v0.7.3
19282026-03-16T19:55:34.308Z Compiling schemars_derive v0.8.22
19292026-03-16T19:55:34.421Z Compiling thiserror-impl v1.0.69
19302026-03-16T19:55:34.554Z Compiling zerofrom v0.1.6
19312026-03-16T19:55:34.730Z Compiling yoke v0.8.1
19322026-03-16T19:55:34.750Z Compiling crypto-common v0.1.7
19332026-03-16T19:55:34.928Z Compiling block-buffer v0.10.4
19342026-03-16T19:55:35.006Z Compiling zerovec v0.11.5
19352026-03-16T19:55:35.068Z Compiling zerotrie v0.2.3
19362026-03-16T19:55:35.396Z Compiling digest v0.10.7
19372026-03-16T19:55:35.697Z Compiling pest_derive v2.8.6
19382026-03-16T19:55:35.701Z Compiling hmac v0.12.1
19392026-03-16T19:55:35.771Z Compiling tinystr v0.8.2
19402026-03-16T19:55:35.854Z Compiling potential_utf v0.1.4
19412026-03-16T19:55:35.890Z Compiling futures-util v0.3.32
19422026-03-16T19:55:35.967Z Compiling block-padding v0.3.3
19432026-03-16T19:55:36.032Z Compiling icu_locale_core v2.1.1
19442026-03-16T19:55:36.081Z Compiling icu_collections v2.1.1
19452026-03-16T19:55:36.106Z Compiling sha2 v0.10.9
19462026-03-16T19:55:36.170Z Compiling inout v0.1.4
19472026-03-16T19:55:36.330Z Compiling rustls-pki-types v1.14.0
19482026-03-16T19:55:36.404Z Compiling cipher v0.4.4
19492026-03-16T19:55:36.729Z Compiling scroll_derive v0.13.1
19502026-03-16T19:55:36.790Z Compiling scroll_derive v0.12.1
19512026-03-16T19:55:36.911Z Compiling openssl-macros v0.1.1
19522026-03-16T19:55:37.029Z Compiling icu_provider v2.1.1
19532026-03-16T19:55:37.358Z Compiling bytes v1.11.1
19542026-03-16T19:55:37.436Z Compiling icu_properties v2.1.2
19552026-03-16T19:55:37.457Z Compiling icu_normalizer v2.1.1
19562026-03-16T19:55:37.642Z Compiling chrono v0.4.44
19572026-03-16T19:55:37.670Z Compiling serde_tokenstream v0.2.3
19582026-03-16T19:55:38.060Z Compiling tokio v1.49.0
19592026-03-16T19:55:38.540Z Compiling http v1.4.0
19602026-03-16T19:55:38.757Z Compiling idna_adapter v1.2.1
19612026-03-16T19:55:38.939Z Compiling idna v1.1.0
19622026-03-16T19:55:39.009Z Compiling der v0.7.10
19632026-03-16T19:55:39.362Z Compiling darling_macro v0.21.3
19642026-03-16T19:55:39.399Z Compiling url v2.5.8
19652026-03-16T19:55:40.027Z Compiling regex v1.12.3
19662026-03-16T19:55:40.030Z Compiling zerocopy-derive v0.7.35
19672026-03-16T19:55:40.031Z Compiling ppv-lite86 v0.2.21
19682026-03-16T19:55:40.102Z Compiling darling v0.21.3
19692026-03-16T19:55:40.204Z Compiling spki v0.7.3
19702026-03-16T19:55:40.485Z Compiling salsa20 v0.10.2
19712026-03-16T19:55:40.541Z Compiling pbkdf2 v0.12.2
19722026-03-16T19:55:40.594Z Compiling tracing v0.1.44
19732026-03-16T19:55:40.683Z Compiling base64 v0.22.1
19742026-03-16T19:55:40.702Z Compiling scrypt v0.11.0
19752026-03-16T19:55:40.947Z Compiling rand_chacha v0.9.0
19762026-03-16T19:55:41.088Z Compiling aes v0.8.4
19772026-03-16T19:55:41.122Z Compiling cbc v0.1.2
19782026-03-16T19:55:41.776Z Compiling usdt-impl v0.5.0
19792026-03-16T19:55:41.855Z Compiling usdt-impl v0.6.0
19802026-03-16T19:55:41.912Z Compiling ref-cast v1.0.25
19812026-03-16T19:55:42.099Z Compiling winnow v0.7.14
19822026-03-16T19:55:42.170Z Compiling paste v1.0.15
19832026-03-16T19:55:42.375Z Compiling pkcs5 v0.7.1
19842026-03-16T19:55:42.618Z Compiling http-body v1.0.1
19852026-03-16T19:55:42.646Z Compiling rand v0.9.2
19862026-03-16T19:55:42.895Z Compiling scroll v0.13.0
19872026-03-16T19:55:42.898Z Compiling scroll v0.12.0
19882026-03-16T19:55:43.004Z Compiling toml_datetime v0.6.11
19892026-03-16T19:55:43.026Z Compiling serde_spanned v0.6.9
19902026-03-16T19:55:43.141Z Compiling heapless v0.7.17
19912026-03-16T19:55:43.223Z Compiling tokio-util v0.7.18
19922026-03-16T19:55:43.332Z Compiling bzip2-sys v0.1.13+1.0.8
19932026-03-16T19:55:43.353Z Compiling zstd-safe v7.2.4
19942026-03-16T19:55:43.413Z Compiling atomic-waker v1.1.2
19952026-03-16T19:55:43.503Z Compiling signal-hook v0.3.18
19962026-03-16T19:55:43.597Z Compiling untrusted v0.7.1
19972026-03-16T19:55:43.651Z Compiling openssl-probe v0.2.1
19982026-03-16T19:55:43.775Z Compiling goblin v0.8.2
19992026-03-16T19:55:43.872Z Compiling goblin v0.10.5
20002026-03-16T19:55:44.033Z Compiling toml_parser v1.0.9+spec-1.1.0
20012026-03-16T19:55:44.137Z Compiling pkcs8 v0.10.2
20022026-03-16T19:55:44.545Z Compiling zerocopy v0.7.35
20032026-03-16T19:55:44.566Z Compiling ref-cast-impl v1.0.25
20042026-03-16T19:55:44.789Z Compiling darling_core v0.20.11
20052026-03-16T19:55:44.890Z Compiling toml_datetime v0.7.5+spec-1.1.0
20062026-03-16T19:55:44.917Z Compiling memoffset v0.9.1
20072026-03-16T19:55:45.045Z Compiling tower-layer v0.3.3
20082026-03-16T19:55:45.218Z Compiling tower-service v0.3.3
20092026-03-16T19:55:45.267Z Compiling try-lock v0.2.5
20102026-03-16T19:55:45.288Z Compiling fastrand v2.3.0
20112026-03-16T19:55:45.310Z Compiling litrs v1.0.0
20122026-03-16T19:55:45.352Z Compiling tinyvec_macros v0.1.1
20132026-03-16T19:55:45.371Z Compiling rustix v0.38.44
20142026-03-16T19:55:45.781Z Compiling winnow v0.5.40
20152026-03-16T19:55:45.869Z Compiling want v0.3.1
20162026-03-16T19:55:45.982Z Compiling h2 v0.4.13
20172026-03-16T19:55:46.002Z Compiling document-features v0.2.12
20182026-03-16T19:55:46.055Z Compiling tinyvec v1.10.0
20192026-03-16T19:55:46.943Z Compiling dtrace-parser v0.2.0
20202026-03-16T19:55:47.013Z Compiling dtrace-parser v0.3.0
20212026-03-16T19:55:47.500Z Compiling dof v0.3.0
20222026-03-16T19:55:47.542Z Compiling ipnet v2.11.0
20232026-03-16T19:55:47.680Z Compiling darling_macro v0.20.11
20242026-03-16T19:55:47.741Z Compiling toml_edit v0.19.15
20252026-03-16T19:55:47.809Z Compiling dof v0.4.0
20262026-03-16T19:55:47.877Z Compiling daft-derive v0.1.5
20272026-03-16T19:55:48.177Z Compiling async-trait v0.1.89
20282026-03-16T19:55:48.348Z Compiling curve25519-dalek v4.1.3
20292026-03-16T19:55:48.419Z Compiling spin v0.9.8
20302026-03-16T19:55:48.453Z Compiling thread-id v4.2.2
20312026-03-16T19:55:48.565Z Compiling thread-id v5.1.0
20322026-03-16T19:55:48.685Z Compiling proc-macro-error-attr v1.0.4
20332026-03-16T19:55:48.707Z Compiling pin-utils v0.1.0
20342026-03-16T19:55:48.823Z Compiling num-bigint-dig v0.8.6
20352026-03-16T19:55:48.843Z Compiling powerfmt v0.2.0
20362026-03-16T19:55:48.970Z Compiling httpdate v1.0.3
20372026-03-16T19:55:49.038Z Compiling cfg_aliases v0.2.1
20382026-03-16T19:55:49.197Z Compiling smoltcp v0.9.1
20392026-03-16T19:55:49.250Z Compiling foreign-types-shared v0.1.1
20402026-03-16T19:55:49.378Z Compiling foreign-types v0.3.2
20412026-03-16T19:55:49.426Z Compiling nix v0.31.1
20422026-03-16T19:55:49.429Z Compiling deranged v0.5.8
20432026-03-16T19:55:49.470Z Compiling tempfile v3.25.0
20442026-03-16T19:55:49.635Z Compiling darling v0.20.11
20452026-03-16T19:55:50.126Z Compiling hyper v1.8.1
20462026-03-16T19:55:50.223Z Compiling ipnetwork v0.21.1
20472026-03-16T19:55:50.265Z Compiling strum_macros v0.26.4
20482026-03-16T19:55:50.516Z Compiling socket2 v0.5.10
20492026-03-16T19:55:50.535Z Compiling wait-timeout v0.2.1
20502026-03-16T19:55:50.878Z Compiling proc-macro-error v1.0.4
20512026-03-16T19:55:51.137Z Compiling quick-error v1.2.3
20522026-03-16T19:55:51.169Z Compiling anstyle v1.0.13
20532026-03-16T19:55:51.373Z Compiling unicode-segmentation v1.12.0
20542026-03-16T19:55:51.524Z Compiling bit-vec v0.8.0
20552026-03-16T19:55:51.564Z Compiling num_threads v0.1.7
20562026-03-16T19:55:51.672Z Compiling utf8parse v0.2.2
20572026-03-16T19:55:51.699Z Compiling siphasher v1.0.2
20582026-03-16T19:55:51.832Z Compiling simd-adler32 v0.3.8
20592026-03-16T19:55:51.856Z Compiling anstyle-parse v0.2.7
20602026-03-16T19:55:51.898Z Compiling bit-set v0.8.0
20612026-03-16T19:55:51.918Z Compiling time v0.3.47
20622026-03-16T19:55:52.283Z Compiling hyper-util v0.1.20
20632026-03-16T19:55:52.288Z Compiling rusty-fork v0.3.1
20642026-03-16T19:55:52.557Z Compiling crossbeam-epoch v0.9.18
20652026-03-16T19:55:52.628Z Compiling derive_builder_core v0.20.2
20662026-03-16T19:55:53.351Z Compiling unicode-normalization v0.1.25
20672026-03-16T19:55:53.763Z Compiling rustls-native-certs v0.8.3
20682026-03-16T19:55:54.142Z Compiling signature v2.2.0
20692026-03-16T19:55:54.241Z Compiling hubpack_derive v0.1.1
20702026-03-16T19:55:54.328Z Compiling curve25519-dalek-derive v0.1.1
20712026-03-16T19:55:54.342Z Compiling strum_macros v0.27.2
20722026-03-16T19:55:54.363Z Compiling rand_xorshift v0.4.0
20732026-03-16T19:55:54.504Z Compiling sync_wrapper v1.0.2
20742026-03-16T19:55:54.567Z Compiling fs-err v3.3.0
20752026-03-16T19:55:54.663Z Compiling ahash v0.8.12
20762026-03-16T19:55:54.790Z Compiling colorchoice v1.0.4
20772026-03-16T19:55:54.876Z Compiling is_terminal_polyfill v1.70.2
20782026-03-16T19:55:54.879Z Compiling unicode-bidi v0.3.18
20792026-03-16T19:55:54.964Z Compiling unarray v0.1.4
20802026-03-16T19:55:55.026Z Compiling object v0.37.3
20812026-03-16T19:55:55.121Z Compiling adler2 v2.0.1
20822026-03-16T19:55:55.121Z Compiling unicode-properties v0.1.4
20832026-03-16T19:55:55.162Z Compiling anstyle-query v1.1.5
20842026-03-16T19:55:55.308Z Compiling anstream v0.6.21
20852026-03-16T19:55:55.328Z Compiling miniz_oxide v0.8.9
20862026-03-16T19:55:55.397Z Compiling stringprep v0.1.5
20872026-03-16T19:55:55.427Z Compiling proptest v1.10.0
20882026-03-16T19:55:55.971Z Compiling tower v0.5.3
20892026-03-16T19:55:55.971Z Compiling derive_builder_macro v0.20.2
20902026-03-16T19:55:56.427Z Compiling crossbeam-deque v0.8.6
20912026-03-16T19:55:56.458Z Compiling heck v0.4.1
20922026-03-16T19:55:56.480Z Compiling usdt-attr-macro v0.6.0
20932026-03-16T19:55:56.633Z Compiling usdt-macro v0.6.0
20942026-03-16T19:55:56.856Z Compiling http-body-util v0.1.3
20952026-03-16T19:55:56.906Z Compiling webpki-roots v1.0.6
20962026-03-16T19:55:57.061Z Compiling rand_chacha v0.3.1
20972026-03-16T19:55:57.081Z Compiling erased-serde v0.3.31
20982026-03-16T19:55:57.136Z Compiling md-5 v0.10.6
20992026-03-16T19:55:57.374Z Compiling num-integer v0.1.46
21002026-03-16T19:55:57.441Z Compiling hash32 v0.2.1
21012026-03-16T19:55:57.541Z Compiling vergen-lib v0.1.6
21022026-03-16T19:55:57.582Z Compiling ff v0.13.1
21032026-03-16T19:55:57.631Z Compiling ryu v1.0.23
21042026-03-16T19:55:57.654Z Compiling fallible-iterator v0.2.0
21052026-03-16T19:55:57.679Z Compiling iri-string v0.7.10
21062026-03-16T19:55:57.722Z Compiling psl-types v2.0.11
21072026-03-16T19:55:57.744Z Compiling base16ct v0.2.0
21082026-03-16T19:55:57.802Z Compiling zlib-rs v0.6.2
21092026-03-16T19:55:57.824Z Compiling serde_urlencoded v0.7.1
21102026-03-16T19:55:57.913Z Compiling sec1 v0.7.3
21112026-03-16T19:55:57.913Z Compiling publicsuffix v2.3.0
21122026-03-16T19:55:58.024Z Compiling group v0.13.0
21132026-03-16T19:55:58.066Z Compiling postgres-protocol v0.6.10
21142026-03-16T19:55:58.069Z Compiling num-iter v0.1.45
21152026-03-16T19:55:58.281Z Compiling rand v0.8.5
21162026-03-16T19:55:58.324Z Compiling newtype-uuid v1.3.2
21172026-03-16T19:55:58.570Z Compiling oxnet v0.1.4
21182026-03-16T19:55:58.759Z Compiling zone_cfg_derive v0.3.1
21192026-03-16T19:55:58.763Z Compiling derive_builder v0.20.2
21202026-03-16T19:55:58.943Z Compiling tokio-native-tls v0.3.1
21212026-03-16T19:55:58.963Z Compiling phf_shared v0.13.1
21222026-03-16T19:55:59.122Z Compiling lazy_static v1.5.0
21232026-03-16T19:55:59.142Z Compiling terminal_size v0.4.3
21242026-03-16T19:55:59.227Z Compiling serde_with_macros v3.17.0
21252026-03-16T19:55:59.253Z Compiling cargo-platform v0.1.9
21262026-03-16T19:55:59.323Z Compiling tower-http v0.6.8
21272026-03-16T19:55:59.373Z Compiling hkdf v0.12.4
21282026-03-16T19:55:59.497Z Compiling crypto-bigint v0.5.5
21292026-03-16T19:55:59.500Z Compiling serde_repr v0.1.20
21302026-03-16T19:55:59.578Z Compiling clap_derive v4.5.55
21312026-03-16T19:55:59.600Z Compiling enum-as-inner v0.6.1
21322026-03-16T19:55:59.621Z Compiling vergen v9.0.6
21332026-03-16T19:55:59.694Z Compiling unicode-width v0.2.0
21342026-03-16T19:55:59.913Z Compiling managed v0.8.0
21352026-03-16T19:55:59.955Z Compiling libbz2-rs-sys v0.2.2
21362026-03-16T19:56:00.066Z Compiling bumpalo v3.20.2
21372026-03-16T19:56:00.131Z Compiling bitflags v1.3.2
21382026-03-16T19:56:00.254Z Compiling clap_lex v1.0.0
21392026-03-16T19:56:00.276Z Compiling foldhash v0.1.5
21402026-03-16T19:56:00.387Z Compiling zopfli v0.8.3
21412026-03-16T19:56:00.407Z Compiling console v0.16.2
21422026-03-16T19:56:00.507Z Compiling bzip2 v0.6.1
21432026-03-16T19:56:00.529Z Compiling flate2 v1.1.9
21442026-03-16T19:56:00.631Z Compiling hashbrown v0.15.5
21452026-03-16T19:56:00.751Z Compiling clap_builder v4.5.60
21462026-03-16T19:56:00.930Z Compiling cargo_metadata v0.19.2
21472026-03-16T19:56:01.103Z Compiling elliptic-curve v0.13.8
21482026-03-16T19:56:01.342Z Compiling phf v0.13.1
21492026-03-16T19:56:01.454Z Compiling hyper-tls v0.6.0
21502026-03-16T19:56:01.474Z Compiling signal-hook-mio v0.2.5
21512026-03-16T19:56:01.603Z Compiling daft v0.1.5
21522026-03-16T19:56:01.643Z Compiling rayon v1.11.0
21532026-03-16T19:56:01.751Z Compiling cookie_store v0.22.1
21542026-03-16T19:56:01.779Z Compiling postgres-types v0.2.12
21552026-03-16T19:56:01.878Z Compiling bzip2 v0.4.4
21562026-03-16T19:56:02.017Z Compiling zstd v0.13.3
21572026-03-16T19:56:02.149Z Compiling strum v0.27.2
21582026-03-16T19:56:02.393Z Compiling hubpack v0.1.2
21592026-03-16T19:56:02.497Z Compiling ed25519 v2.2.3
21602026-03-16T19:56:02.550Z Compiling phf_shared v0.11.3
21612026-03-16T19:56:02.725Z Compiling pkcs1 v0.7.5
21622026-03-16T19:56:02.831Z Compiling hex v0.4.3
21632026-03-16T19:56:02.973Z Compiling serde-big-array v0.5.1
21642026-03-16T19:56:03.008Z Compiling rfc6979 v0.4.0
21652026-03-16T19:56:03.173Z Compiling bstr v1.12.1
21662026-03-16T19:56:03.263Z Compiling itertools v0.12.1
21672026-03-16T19:56:03.267Z Compiling float-cmp v0.10.0
21682026-03-16T19:56:03.284Z Compiling memmap2 v0.9.10
21692026-03-16T19:56:03.329Z Compiling env_filter v1.0.0
21702026-03-16T19:56:03.374Z Compiling encoding_rs v0.8.35
21712026-03-16T19:56:03.397Z Compiling normalize-line-endings v0.3.0
21722026-03-16T19:56:03.468Z Compiling static_assertions v1.1.0
21732026-03-16T19:56:03.537Z Compiling predicates-core v1.0.10
21742026-03-16T19:56:03.578Z Compiling fixedbitset v0.4.2
21752026-03-16T19:56:03.599Z Compiling unit-prefix v0.5.2
21762026-03-16T19:56:03.602Z Compiling keccak v0.1.6
21772026-03-16T19:56:03.725Z Compiling new_debug_unreachable v1.0.6
21782026-03-16T19:56:03.769Z Compiling mime v0.3.17
21792026-03-16T19:56:03.810Z Compiling toml_write v0.1.2
21802026-03-16T19:56:03.832Z Compiling difflib v0.4.0
21812026-03-16T19:56:03.900Z Compiling rustc-hash v2.1.1
21822026-03-16T19:56:04.018Z Compiling whoami v2.1.0
21832026-03-16T19:56:04.079Z Compiling fixedbitset v0.5.7
21842026-03-16T19:56:04.148Z Compiling precomputed-hash v0.1.1
21852026-03-16T19:56:04.192Z Compiling jiff v0.2.21
21862026-03-16T19:56:04.280Z Compiling data-encoding v2.10.0
21872026-03-16T19:56:04.427Z Compiling petgraph v0.8.3
21882026-03-16T19:56:04.487Z Compiling tokio-postgres v0.7.16
21892026-03-16T19:56:04.491Z Compiling string_cache v0.8.9
21902026-03-16T19:56:04.550Z Compiling predicates v3.1.4
21912026-03-16T19:56:04.776Z Compiling hickory-proto v0.25.2
21922026-03-16T19:56:04.797Z Compiling toml_edit v0.22.27
21932026-03-16T19:56:04.985Z Compiling zone v0.3.1
21942026-03-16T19:56:05.054Z Compiling iddqd v0.3.17
21952026-03-16T19:56:05.260Z Compiling indicatif v0.18.4
21962026-03-16T19:56:05.357Z Compiling sha3 v0.10.8
21972026-03-16T19:56:05.739Z Compiling petgraph v0.6.5
21982026-03-16T19:56:05.839Z Compiling similar v2.7.0
21992026-03-16T19:56:06.327Z Compiling env_logger v0.11.9
22002026-03-16T19:56:06.609Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22012026-03-16T19:56:06.774Z Compiling usdt v0.6.0
22022026-03-16T19:56:07.138Z Compiling serde_with v3.17.0
22032026-03-16T19:56:07.404Z Compiling ecdsa v0.16.9
22042026-03-16T19:56:07.455Z Compiling rsa v0.9.10
22052026-03-16T19:56:07.943Z Compiling zip v4.6.1
22062026-03-16T19:56:08.086Z Compiling clap v4.5.60
22072026-03-16T19:56:08.206Z Compiling ed25519-dalek v2.2.0
22082026-03-16T19:56:08.587Z Compiling crossterm v0.28.1
22092026-03-16T19:56:09.235Z Compiling zip v0.6.6
22102026-03-16T19:56:09.559Z Compiling strum v0.26.3
22112026-03-16T19:56:09.578Z Compiling toml v0.7.8
22122026-03-16T19:56:09.689Z Compiling tokio-stream v0.1.18
22132026-03-16T19:56:09.734Z Compiling buf-list v1.1.2
22142026-03-16T19:56:10.078Z Compiling x509-cert v0.2.5
22152026-03-16T19:56:10.125Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22162026-03-16T19:56:10.310Z Compiling openapiv3 v2.2.0
22172026-03-16T19:56:10.356Z Compiling sha1 v0.10.6
22182026-03-16T19:56:10.528Z Compiling itertools v0.13.0
22192026-03-16T19:56:10.647Z Compiling lalrpop-util v0.19.12
22202026-03-16T19:56:10.677Z Compiling peg-runtime v0.8.5
22212026-03-16T19:56:27.023Z Compiling macaddr v1.0.1
22222026-03-16T19:56:27.327Z Compiling structmeta-derive v0.3.0
22232026-03-16T19:56:27.401Z Compiling itertools v0.14.0
22242026-03-16T19:56:27.870Z Compiling heapless v0.8.0
22252026-03-16T19:56:28.677Z Compiling structmeta v0.3.0
22262026-03-16T19:56:29.147Z Compiling ingot-macros v0.1.1
22272026-03-16T19:56:32.152Z Compiling rustls-webpki v0.103.9
22282026-03-16T19:56:34.683Z Compiling toml_edit v0.23.10+spec-1.0.0
22292026-03-16T19:56:35.754Z Compiling hash32 v0.3.1
22302026-03-16T19:56:35.860Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22312026-03-16T19:56:35.881Z Compiling smoltcp v0.11.0
22322026-03-16T19:56:36.326Z Compiling proc-macro-crate v3.4.0
22332026-03-16T19:56:36.342Z Compiling ingot-types v0.1.2
22342026-03-16T19:56:36.346Z Compiling cobs v0.3.0
22352026-03-16T19:56:36.404Z Compiling rustls v0.22.4
22362026-03-16T19:56:36.432Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22372026-03-16T19:56:36.733Z Compiling postcard v1.1.3
22382026-03-16T19:56:36.776Z Compiling proc-macro-crate v1.3.1
22392026-03-16T19:56:36.798Z Compiling rustls-webpki v0.102.8
22402026-03-16T19:56:36.821Z Compiling futures-executor v0.3.32
22412026-03-16T19:56:36.936Z Compiling ingot v0.1.1
22422026-03-16T19:56:36.956Z Compiling num_enum_derive v0.7.5
22432026-03-16T19:56:37.268Z Compiling foreign-types-macros v0.2.3
22442026-03-16T19:56:37.272Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22452026-03-16T19:56:37.331Z Compiling tokio-rustls v0.26.4
22462026-03-16T19:56:37.423Z Compiling rustls-platform-verifier v0.6.2
22472026-03-16T19:56:37.622Z Compiling multer v3.1.0
22482026-03-16T19:56:37.706Z Compiling hyper-rustls v0.27.7
22492026-03-16T19:56:37.726Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22502026-03-16T19:56:37.864Z Compiling thread_local v1.1.9
22512026-03-16T19:56:37.922Z Compiling foreign-types-shared v0.3.1
22522026-03-16T19:56:38.031Z Compiling reqwest v0.13.2
22532026-03-16T19:56:38.068Z Compiling reqwest v0.12.28
22542026-03-16T19:56:38.096Z Compiling match_cfg v0.1.0
22552026-03-16T19:56:38.143Z Compiling cpufeatures v0.3.0
22562026-03-16T19:56:38.219Z Compiling typeid v1.0.3
22572026-03-16T19:56:38.255Z Compiling slog-async v2.8.0
22582026-03-16T19:56:38.281Z Compiling num_enum v0.7.5
22592026-03-16T19:56:38.301Z Compiling chacha20 v0.10.0
22602026-03-16T19:56:38.324Z Compiling hostname v0.3.1
22612026-03-16T19:56:38.468Z Compiling foreign-types v0.5.0
22622026-03-16T19:56:38.685Z Compiling num_enum_derive v0.5.11
22632026-03-16T19:56:38.706Z Compiling futures v0.3.32
22642026-03-16T19:56:38.828Z Compiling derive-ex v0.1.8
22652026-03-16T19:56:38.890Z Compiling tabwriter v1.4.1
22662026-03-16T19:56:38.917Z Compiling slog-json v2.6.1
22672026-03-16T19:56:39.206Z Compiling crossbeam-channel v0.5.15
22682026-03-16T19:56:39.255Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22692026-03-16T19:56:39.298Z Compiling async-stream-impl v0.3.6
22702026-03-16T19:56:39.383Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22712026-03-16T19:56:39.855Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22722026-03-16T19:56:39.921Z Compiling serde_spanned v1.0.4
22732026-03-16T19:56:40.006Z Compiling is-terminal v0.4.17
22742026-03-16T19:56:40.027Z Compiling cstr-argument v0.1.2
22752026-03-16T19:56:40.108Z Compiling dropshot v0.16.7
22762026-03-16T19:56:40.133Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22772026-03-16T19:56:40.156Z Compiling toml_writer v1.0.6+spec-1.1.0
22782026-03-16T19:56:40.156Z Compiling term v1.2.1
22792026-03-16T19:56:40.212Z Compiling take_mut v0.2.2
22802026-03-16T19:56:40.260Z Compiling erased-serde v0.4.9
22812026-03-16T19:56:40.385Z Compiling crucible-workspace-hack v0.1.0
22822026-03-16T19:56:40.468Z Compiling toml v0.9.12+spec-1.1.0
22832026-03-16T19:56:40.558Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22842026-03-16T19:56:40.757Z Compiling slog-term v2.9.2
22852026-03-16T19:56:40.778Z Compiling async-stream v0.3.6
22862026-03-16T19:56:41.010Z Compiling test-strategy v0.4.5
22872026-03-16T19:56:41.035Z Compiling num_enum v0.5.11
22882026-03-16T19:56:41.077Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22892026-03-16T19:56:41.144Z Compiling slog-bunyan v2.5.0
22902026-03-16T19:56:41.261Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22912026-03-16T19:56:41.477Z Compiling tokio-rustls v0.25.0
22922026-03-16T19:56:41.770Z Compiling rand v0.10.0
22932026-03-16T19:56:41.825Z Compiling parse-display-derive v0.10.0
22942026-03-16T19:56:42.174Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22952026-03-16T19:56:42.194Z Compiling backon v1.6.0
22962026-03-16T19:56:42.364Z Compiling waitgroup v0.1.2
22972026-03-16T19:56:42.468Z Compiling dropshot_endpoint v0.16.7
22982026-03-16T19:56:42.497Z Compiling newtype-uuid-macros v0.1.0
22992026-03-16T19:56:42.610Z Compiling rustls-pemfile v2.2.0
23002026-03-16T19:56:42.617Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23012026-03-16T19:56:42.621Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23022026-03-16T19:56:42.701Z Compiling serde_path_to_error v0.1.20
23032026-03-16T19:56:42.733Z Compiling hostname v0.4.2
23042026-03-16T19:56:42.839Z Compiling instant v0.1.13
23052026-03-16T19:56:42.879Z Compiling libefi-sys v0.1.0
23062026-03-16T19:56:42.911Z Compiling debug-ignore v1.0.5
23072026-03-16T19:56:42.933Z Compiling colored v3.1.1
23082026-03-16T19:56:42.967Z Compiling backoff v0.4.0
23092026-03-16T19:56:43.019Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23102026-03-16T19:56:43.092Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23112026-03-16T19:56:43.114Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23122026-03-16T19:56:43.135Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23132026-03-16T19:56:43.202Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23142026-03-16T19:56:43.353Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23152026-03-16T19:56:43.436Z Compiling camino-tempfile v1.4.1
23162026-03-16T19:56:43.523Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23172026-03-16T19:56:43.548Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23182026-03-16T19:56:43.813Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23192026-03-16T19:56:43.880Z Compiling parse-display v0.10.0
23202026-03-16T19:56:43.932Z Compiling usdt-macro v0.5.0
23212026-03-16T19:56:43.978Z Compiling usdt-attr-macro v0.5.0
23222026-03-16T19:56:44.039Z Compiling secrecy v0.10.3
23232026-03-16T19:56:44.150Z Compiling num-derive v0.4.2
23242026-03-16T19:56:44.278Z Compiling bitfield-struct v0.6.2
23252026-03-16T19:56:44.883Z Compiling regress v0.10.5
23262026-03-16T19:56:44.949Z Compiling ordered-float v2.10.1
23272026-03-16T19:56:44.988Z Compiling blake3 v1.8.3
23282026-03-16T19:56:45.037Z Compiling sigpipe v0.1.3
23292026-03-16T19:56:45.146Z Compiling memmap v0.7.0
23302026-03-16T19:56:45.173Z Compiling glob v0.3.3
23312026-03-16T19:56:45.361Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23322026-03-16T19:56:45.384Z Compiling usdt v0.5.0
23332026-03-16T19:56:45.406Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23342026-03-16T19:56:45.456Z Compiling serde-value v0.7.0
23352026-03-16T19:56:45.643Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23362026-03-16T19:56:45.699Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23372026-03-16T19:56:45.731Z Compiling serde-untagged v0.1.9
23382026-03-16T19:56:45.847Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23392026-03-16T19:56:46.130Z Compiling toml v0.8.23
23402026-03-16T19:56:46.253Z Compiling smf v0.2.3
23412026-03-16T19:56:46.274Z Compiling filetime v0.2.27
23422026-03-16T19:56:46.292Z Compiling xattr v1.6.1
23432026-03-16T19:56:46.349Z Compiling whoami v1.6.1
23442026-03-16T19:56:46.369Z Compiling arrayref v0.3.9
23452026-03-16T19:56:46.461Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23462026-03-16T19:56:46.481Z Compiling same-file v1.0.6
23472026-03-16T19:56:46.485Z Compiling arrayvec v0.7.6
23482026-03-16T19:56:46.556Z Compiling constant_time_eq v0.4.2
23492026-03-16T19:56:46.579Z Compiling unicode-xid v0.2.6
23502026-03-16T19:56:46.599Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23512026-03-16T19:56:46.619Z Compiling tar v0.4.44
23522026-03-16T19:56:46.726Z Compiling walkdir v2.5.0
23532026-03-16T19:56:46.784Z Compiling cargo-util-schemas v0.8.2
23542026-03-16T19:56:46.846Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23552026-03-16T19:56:46.950Z Compiling tokio-dtrace v0.1.1
23562026-03-16T19:56:47.163Z Compiling gethostname v0.5.0
23572026-03-16T19:56:47.352Z Compiling cargo-platform v0.2.0
23582026-03-16T19:56:47.441Z Compiling topological-sort v0.2.2
23592026-03-16T19:56:47.495Z Compiling oxide-tokio-rt v0.1.3
23602026-03-16T19:56:47.669Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23612026-03-16T19:56:47.688Z Compiling indent_write v2.2.0
23622026-03-16T19:56:47.761Z Compiling shell-words v1.1.1
23632026-03-16T19:56:48.756Z Compiling cargo_metadata v0.21.0
23642026-03-16T19:56:59.886Z Compiling progenitor-client v0.13.0
23652026-03-16T19:56:59.904Z Compiling progenitor-client v0.10.0
23662026-03-16T19:56:59.907Z Compiling omicron-zone-package v0.12.2
23672026-03-16T19:57:00.031Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23682026-03-16T19:57:00.031Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23692026-03-16T19:57:00.076Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23702026-03-16T19:57:00.079Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23712026-03-16T19:57:00.212Z Compiling progenitor-extras v0.1.1
23722026-03-16T19:57:00.518Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23732026-03-16T19:57:10.032Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23742026-03-16T19:57:11.314Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23752026-03-16T19:57:19.846Z Finished `release` profile [optimized] target(s) in 1m 56s
23762026-03-16T19:57:20.029Z Running `target/release/omicron-package -t test target create -p dev`
23772026-03-16T19:57:20.094ZLogging to: /work/oxidecomputer/omicron/out/LOG
23782026-03-16T19:57:20.116ZCreated new build target 'test' and set it as active
23792026-03-16T19:57:20.117Z
23802026-03-16T19:57:20.117Zreal 1:56.274973529
23812026-03-16T19:57:20.117Zuser 20:45.785314322
23822026-03-16T19:57:20.117Zsys 3:05.657581134
23832026-03-16T19:57:20.117Ztrap 0.545463473
23842026-03-16T19:57:20.117Ztflt 3.599747269
23852026-03-16T19:57:20.117Zdflt 3.681624054
23862026-03-16T19:57:20.117Zkflt 0.002503209
23872026-03-16T19:57:20.117Zlock 48:12.433561854
23882026-03-16T19:57:20.117Zslp 1:12:22.425843803
23892026-03-16T19:57:20.117Zlat 50.121472385
23902026-03-16T19:57:20.117Zstop 6:57.715292699
23912026-03-16T19:57:20.117Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23922026-03-16T19:57:21.216Z Finished `release` profile [optimized] target(s) in 1.10s
23932026-03-16T19:57:21.287Z Running `target/release/omicron-package -t test package`
23942026-03-16T19:57:21.348ZLogging to: /work/oxidecomputer/omicron/out/LOG
23952026-03-16T19:57:23.140Z Compiling regress v0.10.5
23962026-03-16T19:57:23.140Z Compiling heck v0.5.0
23972026-03-16T19:57:23.144Z Compiling unsafe-libyaml v0.2.11
23982026-03-16T19:57:23.341Z Compiling convert_case v0.4.0
23992026-03-16T19:57:23.408Z Compiling half v2.7.1
24002026-03-16T19:57:23.412Z Compiling ciborium-io v0.2.2
24012026-03-16T19:57:23.432Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24022026-03-16T19:57:23.458Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24032026-03-16T19:57:23.487Z Compiling prettyplease v0.2.37
24042026-03-16T19:57:23.492Z Compiling universal-hash v0.5.1
24052026-03-16T19:57:23.492Z Compiling thiserror-impl-no-std v2.0.2
24062026-03-16T19:57:23.522Z Compiling unicode-width v0.1.14
24072026-03-16T19:57:23.526Z Compiling opaque-debug v0.3.1
24082026-03-16T19:57:23.526Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24092026-03-16T19:57:23.544Z Compiling chacha20 v0.9.1
24102026-03-16T19:57:23.572Z Compiling typify-impl v0.6.1
24112026-03-16T19:57:23.628Z Compiling password-hash v0.5.0
24122026-03-16T19:57:23.767Z Compiling blake2 v0.10.6
24132026-03-16T19:57:23.808Z Compiling derive_more v0.99.20
24142026-03-16T19:57:23.846Z Compiling ciborium-ll v0.2.2
24152026-03-16T19:57:23.859Z Compiling poly1305 v0.8.0
24162026-03-16T19:57:23.907Z Compiling aead v0.5.2
24172026-03-16T19:57:23.998Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24182026-03-16T19:57:24.101Z Compiling serde_yaml v0.9.34+deprecated
24192026-03-16T19:57:24.142Z Compiling ciborium v0.2.2
24202026-03-16T19:57:24.188Z Compiling is-terminal v0.4.17
24212026-03-16T19:57:24.271Z Compiling swrite v0.1.0
24222026-03-16T19:57:24.286Z Compiling chacha20poly1305 v0.10.1
24232026-03-16T19:57:24.344Z Compiling argon2 v0.5.3
24242026-03-16T19:57:24.395Z Compiling serde_spanned v1.0.4
24252026-03-16T19:57:24.455Z Compiling toml_writer v1.0.6+spec-1.1.0
24262026-03-16T19:57:24.520Z Compiling bytecount v0.6.9
24272026-03-16T19:57:24.629Z Compiling rustls v0.22.4
24282026-03-16T19:57:24.677Z Compiling rustls-webpki v0.102.8
24292026-03-16T19:57:24.717Z Compiling toml v0.9.12+spec-1.1.0
24302026-03-16T19:57:24.767Z Compiling derive-where v1.6.0
24312026-03-16T19:57:24.797Z Compiling thread_local v1.1.9
24322026-03-16T19:57:24.939Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24332026-03-16T19:57:24.974Z Compiling match_cfg v0.1.0
24342026-03-16T19:57:25.090Z Compiling hostname v0.3.1
24352026-03-16T19:57:25.150Z Compiling thiserror-no-std v2.0.2
24362026-03-16T19:57:25.288Z Compiling vsss-rs v3.3.4
24372026-03-16T19:57:25.343Z Compiling multer v3.1.0
24382026-03-16T19:57:25.374Z Compiling slog-async v2.8.0
24392026-03-16T19:57:25.406Z Compiling slog-json v2.6.1
24402026-03-16T19:57:25.471Z Compiling typify-impl v0.4.3
24412026-03-16T19:57:25.640Z Compiling crossbeam-channel v0.5.15
24422026-03-16T19:57:25.688Z Compiling futures-executor v0.3.32
24432026-03-16T19:57:25.706Z Compiling take_mut v0.2.2
24442026-03-16T19:57:25.728Z Compiling term v1.2.1
24452026-03-16T19:57:25.902Z Compiling slog-bunyan v2.5.0
24462026-03-16T19:57:26.003Z Compiling futures v0.3.32
24472026-03-16T19:57:26.084Z Compiling dropshot v0.16.7
24482026-03-16T19:57:26.131Z Compiling slog-term v2.9.2
24492026-03-16T19:57:26.206Z Compiling async-stream v0.3.6
24502026-03-16T19:57:26.279Z Compiling progenitor-client v0.13.0
24512026-03-16T19:57:26.397Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24522026-03-16T19:57:26.438Z Compiling waitgroup v0.1.2
24532026-03-16T19:57:26.442Z Compiling backon v1.6.0
24542026-03-16T19:57:26.501Z Compiling rustls-pemfile v2.2.0
24552026-03-16T19:57:26.595Z Compiling hostname v0.4.2
24562026-03-16T19:57:26.595Z Compiling serde_path_to_error v0.1.20
24572026-03-16T19:57:26.650Z Compiling instant v0.1.13
24582026-03-16T19:57:26.679Z Compiling debug-ignore v1.0.5
24592026-03-16T19:57:26.711Z Compiling progenitor-extras v0.1.1
24602026-03-16T19:57:26.756Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24612026-03-16T19:57:26.784Z Compiling backoff v0.4.0
24622026-03-16T19:57:26.842Z Compiling parse-display v0.10.0
24632026-03-16T19:57:26.847Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24642026-03-16T19:57:26.847Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24652026-03-16T19:57:26.928Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24662026-03-16T19:57:27.018Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24672026-03-16T19:57:27.056Z Compiling progenitor-client v0.10.0
24682026-03-16T19:57:27.080Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24692026-03-16T19:57:27.089Z Compiling macaddr v1.0.1
24702026-03-16T19:57:27.135Z Compiling console v0.15.11
24712026-03-16T19:57:27.205Z Compiling newline-converter v0.3.0
24722026-03-16T19:57:27.269Z Compiling atomicwrites v0.4.4
24732026-03-16T19:57:27.400Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24742026-03-16T19:57:27.438Z Compiling num-rational v0.4.2
24752026-03-16T19:57:27.470Z Compiling num-complex v0.4.6
24762026-03-16T19:57:27.654Z Compiling slog-dtrace v0.3.0
24772026-03-16T19:57:27.701Z Compiling expectorate v1.2.0
24782026-03-16T19:57:27.962Z Compiling tokio-rustls v0.25.0
24792026-03-16T19:57:28.086Z Compiling num v0.4.3
24802026-03-16T19:57:28.247Z Compiling async-recursion v1.1.1
24812026-03-16T19:57:28.420Z Compiling float-ord v0.3.2
24822026-03-16T19:57:28.445Z Compiling cancel-safe-futures v0.1.5
24832026-03-16T19:57:28.445Z Compiling owo-colors v4.3.0
24842026-03-16T19:57:28.566Z Compiling libsw-core v0.3.2
24852026-03-16T19:57:28.686Z Compiling resolv-conf v0.7.6
24862026-03-16T19:57:28.753Z Compiling libsw v3.5.0
24872026-03-16T19:57:28.824Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24882026-03-16T19:57:29.022Z Compiling toml v0.8.23
24892026-03-16T19:57:29.081Z Compiling linear-map v1.2.0
24902026-03-16T19:57:29.148Z Compiling minimal-lexical v0.2.1
24912026-03-16T19:57:29.334Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24922026-03-16T19:57:29.412Z Compiling linked-hash-map v0.5.6
24932026-03-16T19:57:29.443Z Compiling nom v7.1.3
24942026-03-16T19:57:29.539Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24952026-03-16T19:57:29.549Z Compiling unicode-xid v0.2.6
24962026-03-16T19:57:29.817Z Compiling lru-cache v0.1.2
24972026-03-16T19:57:29.825Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24982026-03-16T19:57:29.876Z Compiling globset v0.4.18
24992026-03-16T19:57:29.955Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25002026-03-16T19:57:30.314Z Compiling hickory-proto v0.24.4
25012026-03-16T19:57:30.651Z Compiling typify-macro v0.6.1
25022026-03-16T19:57:30.667Z Compiling typify-macro v0.4.3
25032026-03-16T19:57:31.387Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25042026-03-16T19:57:31.626Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25052026-03-16T19:57:32.457Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25062026-03-16T19:57:32.527Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25072026-03-16T19:57:32.718Z Compiling typify v0.4.3
25082026-03-16T19:57:32.763Z Compiling typify v0.6.1
25092026-03-16T19:57:32.901Z Compiling progenitor-impl v0.13.0
25102026-03-16T19:57:33.643Z Compiling progenitor-impl v0.11.2
25112026-03-16T19:57:34.244Z Compiling hickory-resolver v0.24.4
25122026-03-16T19:57:34.793Z Compiling convert_case v0.10.0
25132026-03-16T19:57:35.244Z Compiling derive_more-impl v2.1.1
25142026-03-16T19:57:36.042Z Compiling progenitor-macro v0.13.0
25152026-03-16T19:57:36.302Z Compiling qorb v0.4.1
25162026-03-16T19:57:36.928Z Compiling progenitor-macro v0.11.2
25172026-03-16T19:57:38.908Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25182026-03-16T19:57:39.136Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25192026-03-16T19:57:40.083Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25202026-03-16T19:57:41.295Z Compiling progenitor-client v0.11.2
25212026-03-16T19:57:41.416Z Compiling pin-project-internal v1.1.11
25222026-03-16T19:57:41.486Z Compiling derive_more v2.1.1
25232026-03-16T19:57:41.616Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25242026-03-16T19:57:41.650Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25252026-03-16T19:57:42.405Z Compiling pem v3.0.6
25262026-03-16T19:57:42.572Z Compiling snafu-derive v0.8.9
25272026-03-16T19:57:42.572Z Compiling termtree v0.5.1
25282026-03-16T19:57:42.572Z Compiling progenitor v0.13.0
25292026-03-16T19:57:42.572Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25302026-03-16T19:57:42.572Z Compiling crossterm v0.29.0
25312026-03-16T19:57:42.789Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25322026-03-16T19:57:42.878Z Compiling pin-project v1.1.11
25332026-03-16T19:57:42.911Z Compiling progenitor v0.11.2
25342026-03-16T19:57:43.043Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25352026-03-16T19:57:43.160Z Compiling phf_shared v0.12.1
25362026-03-16T19:57:43.365Z Compiling olpc-cjson v0.1.4
25372026-03-16T19:57:43.661Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25382026-03-16T19:57:44.377Z Compiling snafu v0.8.9
25392026-03-16T19:57:44.473Z Compiling serde_plain v1.0.2
25402026-03-16T19:57:44.563Z Compiling csv-core v0.1.13
25412026-03-16T19:57:44.820Z Compiling vte v0.14.1
25422026-03-16T19:57:45.113Z Compiling typed-path v0.9.3
25432026-03-16T19:57:45.155Z Compiling chrono-tz v0.10.4
25442026-03-16T19:57:45.166Z Compiling highway v1.3.0
25452026-03-16T19:57:49.039Z Compiling strip-ansi-escapes v0.2.1
25462026-03-16T19:57:49.231Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25472026-03-16T19:57:49.231Z Compiling csv v1.4.0
25482026-03-16T19:57:49.231Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25492026-03-16T19:57:49.231Z Compiling phf v0.12.1
25502026-03-16T19:57:49.231Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25512026-03-16T19:57:49.231Z Compiling const_format_proc_macros v0.2.34
25522026-03-16T19:57:49.231Z Compiling tough v0.20.0
25532026-03-16T19:57:49.232Z Compiling papergrid v0.11.0
25542026-03-16T19:57:49.232Z Compiling fd-lock v4.0.4
25552026-03-16T19:57:49.232Z Compiling peg-macros v0.8.5
25562026-03-16T19:57:49.232Z Compiling tabled_derive v0.7.0
25572026-03-16T19:57:49.232Z Compiling nu-ansi-term v0.50.3
25582026-03-16T19:57:49.232Z Compiling tabled v0.15.0
25592026-03-16T19:57:49.232Z Compiling peg v0.8.5
25602026-03-16T19:57:49.232Z Compiling reedline v0.40.0
25612026-03-16T19:57:49.232Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25622026-03-16T19:57:49.232Z Compiling const_format v0.2.35
25632026-03-16T19:57:49.882Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25642026-03-16T19:57:50.113Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25652026-03-16T19:57:51.113Z Compiling bcs v0.1.6
25662026-03-16T19:57:51.313Z Compiling semver v0.1.20
25672026-03-16T19:57:51.688Z Compiling rustc_version v0.1.7
25682026-03-16T19:57:51.715Z Compiling base64 v0.21.7
25692026-03-16T19:57:51.999Z Compiling newtype_derive v0.1.6
25702026-03-16T19:57:52.316Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25712026-03-16T19:57:52.410Z Compiling humantime v2.3.0
25722026-03-16T19:57:52.641Z Compiling smawk v0.3.2
25732026-03-16T19:57:52.914Z Compiling unicode-linebreak v0.1.5
25742026-03-16T19:57:53.117Z Compiling dropshot-api-manager-types v0.6.0
25752026-03-16T19:57:53.321Z Compiling textwrap v0.16.2
25762026-03-16T19:57:53.600Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25772026-03-16T19:57:53.910Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25782026-03-16T19:57:54.077Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25792026-03-16T19:57:54.231Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25802026-03-16T19:57:54.388Z Compiling steno v0.4.1
25812026-03-16T19:57:54.524Z Compiling utf-8 v0.7.6
25822026-03-16T19:57:54.846Z Compiling progenitor-impl v0.10.0
25832026-03-16T19:57:55.128Z Compiling tagptr v0.2.0
25842026-03-16T19:57:55.380Z Compiling moka v0.12.13
25852026-03-16T19:57:55.433Z Compiling tungstenite v0.21.0
25862026-03-16T19:57:56.578Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25872026-03-16T19:57:56.792Z Compiling tokio-tungstenite v0.21.0
25882026-03-16T19:57:57.277Z Compiling hickory-resolver v0.25.2
25892026-03-16T19:57:57.309Z Compiling radium v0.7.0
25902026-03-16T19:57:57.750Z Compiling maybe-uninit v2.0.0
25912026-03-16T19:57:58.056Z Compiling progenitor-macro v0.10.0
25922026-03-16T19:57:58.155Z Compiling tap v1.0.1
25932026-03-16T19:57:58.340Z Compiling wyz v0.5.1
25942026-03-16T19:57:58.687Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25952026-03-16T19:57:58.733Z Compiling zerocopy-derive v0.6.6
25962026-03-16T19:57:59.401Z Compiling crc-catalog v2.4.0
25972026-03-16T19:57:59.444Z Compiling packed_struct v0.10.1
25982026-03-16T19:57:59.577Z Compiling display-error-chain v0.2.2
25992026-03-16T19:57:59.805Z Compiling funty v2.0.0
26002026-03-16T19:57:59.874Z Compiling zerocopy v0.6.6
26012026-03-16T19:57:59.921Z Compiling crc v3.4.0
26022026-03-16T19:58:00.206Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26032026-03-16T19:58:00.422Z Compiling bitvec v1.0.1
26042026-03-16T19:58:01.547Z Compiling packed_struct_codegen v0.10.1
26052026-03-16T19:58:02.331Z Compiling bitfield-macros v0.19.4
26062026-03-16T19:58:02.394Z Compiling indexmap v1.9.3
26072026-03-16T19:58:02.713Z Compiling nodrop v0.1.14
26082026-03-16T19:58:02.884Z Compiling array-init v0.0.4
26092026-03-16T19:58:02.912Z Compiling smallvec v0.6.14
26102026-03-16T19:58:03.013Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26112026-03-16T19:58:03.278Z Compiling num-derive v0.3.3
26122026-03-16T19:58:03.334Z Compiling bitfield v0.19.4
26132026-03-16T19:58:03.507Z Compiling proc-macro-error-attr2 v2.0.0
26142026-03-16T19:58:03.836Z Compiling hashbrown v0.12.3
26152026-03-16T19:58:04.105Z Compiling proc-macro-error2 v2.0.1
26162026-03-16T19:58:04.132Z Compiling progenitor v0.10.0
26172026-03-16T19:58:04.357Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26182026-03-16T19:58:04.517Z Compiling serde-hex v0.1.0
26192026-03-16T19:58:04.551Z Compiling libscf-sys v1.1.0
26202026-03-16T19:58:04.771Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26212026-03-16T19:58:04.832Z Compiling ron v0.8.1
26222026-03-16T19:58:05.071Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26232026-03-16T19:58:05.254Z Compiling hashbrown v0.13.2
26242026-03-16T19:58:05.370Z Compiling vergen-gitcl v1.0.8
26252026-03-16T19:58:05.588Z Compiling dirs-sys-next v0.1.2
26262026-03-16T19:58:05.688Z Compiling maplit v1.0.2
26272026-03-16T19:58:05.822Z Compiling crunchy v0.2.4
26282026-03-16T19:58:05.850Z Compiling glob v0.3.3
26292026-03-16T19:58:05.963Z Compiling crc-any v2.5.0
26302026-03-16T19:58:06.139Z Compiling object v0.30.4
26312026-03-16T19:58:06.265Z Compiling dirs-next v2.0.0
26322026-03-16T19:58:06.371Z Compiling clang-sys v1.8.1
26332026-03-16T19:58:06.459Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26342026-03-16T19:58:06.572Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26352026-03-16T19:58:06.763Z Compiling tabled_derive v0.11.0
26362026-03-16T19:58:06.835Z Compiling papergrid v0.17.0
26372026-03-16T19:58:06.924Z Compiling testing_table v0.3.0
26382026-03-16T19:58:07.362Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26392026-03-16T19:58:07.443Z Compiling dsl_auto_type v0.1.3
26402026-03-16T19:58:07.506Z Compiling scheduled-thread-pool v0.2.7
26412026-03-16T19:58:07.609Z Compiling diesel_table_macro_syntax v0.2.0
26422026-03-16T19:58:07.898Z Compiling tiny-keccak v2.0.2
26432026-03-16T19:58:08.030Z Compiling path-slash v0.1.5
26442026-03-16T19:58:08.234Z Compiling diesel_derives v2.2.7
26452026-03-16T19:58:08.261Z Compiling r2d2 v0.8.10
26462026-03-16T19:58:08.333Z Compiling term v0.7.0
26472026-03-16T19:58:08.517Z Compiling tabled v0.20.0
26482026-03-16T19:58:08.649Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26492026-03-16T19:58:08.681Z Compiling arc-swap v1.8.2
26502026-03-16T19:58:09.037Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26512026-03-16T19:58:09.066Z Compiling xshell-macros v0.2.7
26522026-03-16T19:58:09.172Z Compiling bit-vec v0.6.3
26532026-03-16T19:58:09.448Z Compiling bit-set v0.5.3
26542026-03-16T19:58:09.484Z Compiling slog-scope v4.4.1
26552026-03-16T19:58:09.612Z Compiling xshell v0.2.7
26562026-03-16T19:58:09.697Z Compiling ascii-canvas v3.0.0
26572026-03-16T19:58:10.032Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26582026-03-16T19:58:10.061Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26592026-03-16T19:58:10.113Z Compiling itertools v0.10.5
26602026-03-16T19:58:10.234Z Compiling ena v0.14.4
26612026-03-16T19:58:10.555Z Compiling libloading v0.8.9
26622026-03-16T19:58:10.615Z Compiling unicase v2.9.0
26632026-03-16T19:58:10.657Z Compiling regex-syntax v0.6.29
26642026-03-16T19:58:10.867Z Compiling bindgen v0.71.1
26652026-03-16T19:58:11.032Z Compiling diff v0.1.13
26662026-03-16T19:58:11.337Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26672026-03-16T19:58:11.395Z Compiling slog-stdlog v4.1.1
26682026-03-16T19:58:11.660Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26692026-03-16T19:58:12.858Z Compiling lalrpop v0.19.12
26702026-03-16T19:58:13.134Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26712026-03-16T19:58:13.166Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26722026-03-16T19:58:13.439Z Compiling cexpr v0.6.0
26732026-03-16T19:58:13.881Z Compiling diesel v2.2.12
26742026-03-16T19:58:13.911Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26752026-03-16T19:58:14.222Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26762026-03-16T19:58:14.324Z Compiling crc8 v0.1.1
26772026-03-16T19:58:14.486Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26782026-03-16T19:58:14.596Z Compiling slog-envlogger v2.2.0
26792026-03-16T19:58:14.807Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26802026-03-16T19:58:15.367Z Compiling headers-core v0.3.0
26812026-03-16T19:58:15.395Z Compiling libxml v0.3.3
26822026-03-16T19:58:15.567Z Compiling headers v0.4.1
26832026-03-16T19:58:15.697Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26842026-03-16T19:58:15.853Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26852026-03-16T19:58:15.998Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26862026-03-16T19:58:16.027Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26872026-03-16T19:58:16.168Z Compiling strum_macros v0.24.3
26882026-03-16T19:58:16.315Z Compiling indoc v1.0.9
26892026-03-16T19:58:16.911Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26902026-03-16T19:58:17.214Z Compiling derive_builder v0.20.2
26912026-03-16T19:58:17.435Z Compiling oso-derive v0.27.3
26922026-03-16T19:58:17.550Z Compiling quick-xml v0.37.5
26932026-03-16T19:58:17.763Z Compiling impl-trait-for-tuples v0.2.3
26942026-03-16T19:58:17.952Z Compiling openssl-probe v0.1.6
26952026-03-16T19:58:18.141Z Compiling half v1.8.3
26962026-03-16T19:58:18.379Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26972026-03-16T19:58:18.733Z Compiling serde_cbor v0.11.2
26982026-03-16T19:58:18.947Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26992026-03-16T19:58:19.316Z Compiling diesel-dtrace v0.4.2
27002026-03-16T19:58:19.341Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27012026-03-16T19:58:19.374Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27022026-03-16T19:58:19.665Z Compiling bb8 v0.8.6
27032026-03-16T19:58:19.723Z Compiling trait-variant v0.1.2
27042026-03-16T19:58:19.827Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27052026-03-16T19:58:20.076Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27062026-03-16T19:58:20.163Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27072026-03-16T19:58:20.476Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27082026-03-16T19:58:20.503Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27092026-03-16T19:58:20.830Z Compiling fxhash v0.2.1
27102026-03-16T19:58:21.044Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27112026-03-16T19:58:21.160Z Compiling kstat-rs v0.2.4
27122026-03-16T19:58:21.234Z Compiling libz-sys v1.1.24
27132026-03-16T19:58:21.417Z Compiling salty v0.3.0
27142026-03-16T19:58:21.474Z Compiling samael v0.0.19
27152026-03-16T19:58:21.539Z Compiling nonempty v0.12.0
27162026-03-16T19:58:21.777Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27172026-03-16T19:58:21.883Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27182026-03-16T19:58:21.968Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
27192026-03-16T19:58:22.011Z Compiling darling_core v0.23.0
27202026-03-16T19:58:22.040Z Compiling nanorand v0.7.0
27212026-03-16T19:58:22.235Z Compiling fs-err v2.11.0
27222026-03-16T19:58:22.529Z Compiling parking_lot_core v0.8.6
27232026-03-16T19:58:22.617Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27242026-03-16T19:58:22.822Z Compiling flume v0.11.1
27252026-03-16T19:58:22.858Z Compiling mime_guess v2.0.5
27262026-03-16T19:58:23.356Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27272026-03-16T19:58:23.630Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27282026-03-16T19:58:24.124Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
27292026-03-16T19:58:24.420Z Compiling polar-core v0.27.3
27302026-03-16T19:58:24.537Z Compiling git-stub v1.0.0
27312026-03-16T19:58:24.815Z Compiling libgit2-sys v0.18.3+1.9.2
27322026-03-16T19:58:24.898Z Compiling instability v0.3.11
27332026-03-16T19:58:25.278Z Compiling git-stub-vcs v0.1.0
27342026-03-16T19:58:25.306Z Compiling darling_macro v0.23.0
27352026-03-16T19:58:25.798Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27362026-03-16T19:58:25.980Z Compiling darling v0.23.0
27372026-03-16T19:58:26.122Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27382026-03-16T19:58:28.487Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27392026-03-16T19:58:28.719Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27402026-03-16T19:58:29.163Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27412026-03-16T19:58:29.945Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27422026-03-16T19:58:32.662Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27432026-03-16T19:58:34.220Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27442026-03-16T19:58:35.134Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27452026-03-16T19:58:36.359Z Compiling async-bb8-diesel v0.2.1
27462026-03-16T19:58:36.584Z Compiling ignore v0.4.25
27472026-03-16T19:58:36.737Z Compiling oso v0.27.3
27482026-03-16T19:58:39.015Z Compiling primeorder v0.13.6
27492026-03-16T19:58:39.311Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27502026-03-16T19:58:39.442Z Compiling castaway v0.2.4
27512026-03-16T19:58:39.647Z Compiling nibble_vec v0.1.0
27522026-03-16T19:58:39.863Z Compiling atty v0.2.14
27532026-03-16T19:58:39.906Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-03-16T19:58:40.043Z Compiling http-range v0.1.5
27552026-03-16T19:58:40.227Z Compiling indoc v2.0.7
27562026-03-16T19:58:40.479Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27572026-03-16T19:58:40.633Z Compiling endian-type v0.1.2
27582026-03-16T19:58:40.825Z Compiling parse-size v1.1.0
27592026-03-16T19:58:40.911Z Compiling radix_trie v0.2.1
27602026-03-16T19:58:41.011Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27612026-03-16T19:58:41.104Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-03-16T19:58:41.252Z Compiling compact_str v0.8.1
27632026-03-16T19:58:41.286Z Compiling p384 v0.13.1
27642026-03-16T19:58:41.932Z Compiling globwalk v0.9.1
27652026-03-16T19:58:42.779Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27662026-03-16T19:58:42.790Z Compiling parking_lot v0.11.2
27672026-03-16T19:58:43.126Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27682026-03-16T19:58:43.731Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27692026-03-16T19:58:43.815Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27702026-03-16T19:58:43.967Z Compiling predicates-tree v1.0.13
27712026-03-16T19:58:44.079Z Compiling unicode-truncate v1.1.0
27722026-03-16T19:58:44.359Z Compiling lru v0.12.5
27732026-03-16T19:58:44.524Z Compiling prefix-trie v0.7.0
27742026-03-16T19:58:44.568Z Compiling vergen-git2 v1.0.7
27752026-03-16T19:58:44.652Z Compiling cassowary v0.3.0
27762026-03-16T19:58:44.926Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27772026-03-16T19:58:45.205Z Compiling hickory-server v0.25.2
27782026-03-16T19:58:45.327Z Compiling ratatui v0.29.0
27792026-03-16T19:58:46.284Z Compiling camino-tempfile-ext v0.3.3
27802026-03-16T19:58:47.056Z Compiling hyper-staticfile v0.10.1
27812026-03-16T19:58:47.174Z Compiling sled v0.34.7
27822026-03-16T19:58:48.362Z Compiling hickory-client v0.25.2
27832026-03-16T19:58:48.623Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27842026-03-16T19:58:48.970Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27852026-03-16T19:58:49.452Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27862026-03-16T19:58:49.535Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27872026-03-16T19:58:50.465Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
27882026-03-16T19:58:51.278Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27892026-03-16T19:58:51.387Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27902026-03-16T19:58:51.623Z Compiling rand_seeder v0.4.0
27912026-03-16T19:58:51.881Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-03-16T19:58:51.945Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27932026-03-16T19:58:52.154Z Compiling lzma-sys v0.1.20
27942026-03-16T19:58:52.286Z Compiling rustls v0.21.12
27952026-03-16T19:58:52.482Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27962026-03-16T19:58:52.657Z Compiling corncobs v0.1.4
27972026-03-16T19:58:52.844Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27982026-03-16T19:58:52.915Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27992026-03-16T19:58:52.941Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28002026-03-16T19:58:53.059Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28012026-03-16T19:58:53.204Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28022026-03-16T19:58:53.415Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28032026-03-16T19:58:53.762Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28042026-03-16T19:58:53.914Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28052026-03-16T19:58:54.020Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28062026-03-16T19:58:55.573Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28072026-03-16T19:58:56.088Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28082026-03-16T19:58:56.190Z Compiling git2 v0.20.4
28092026-03-16T19:58:58.139Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28102026-03-16T19:58:58.202Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28112026-03-16T19:58:58.479Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28122026-03-16T19:58:58.528Z Compiling cargo_toml v0.22.3
28132026-03-16T19:58:58.819Z Compiling sct v0.7.1
28142026-03-16T19:58:59.172Z Compiling rustls-webpki v0.101.7
28152026-03-16T19:59:00.684Z Compiling nix v0.29.0
28162026-03-16T19:59:00.760Z Compiling secrecy v0.8.0
28172026-03-16T19:59:00.858Z Compiling void v1.0.2
28182026-03-16T19:59:01.013Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28192026-03-16T19:59:01.042Z Compiling lzss v0.8.2
28202026-03-16T19:59:01.446Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28212026-03-16T19:59:01.473Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28222026-03-16T19:59:01.901Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28232026-03-16T19:59:02.000Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28242026-03-16T19:59:03.022Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28252026-03-16T19:59:03.679Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28262026-03-16T19:59:03.708Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28272026-03-16T19:59:04.412Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28282026-03-16T19:59:04.706Z Compiling tungstenite v0.23.0
28292026-03-16T19:59:04.735Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28302026-03-16T19:59:05.144Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28312026-03-16T19:59:05.475Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28322026-03-16T19:59:05.795Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28332026-03-16T19:59:05.838Z Compiling nix v0.27.1
28342026-03-16T19:59:05.873Z Compiling serde_bytes v0.11.19
28352026-03-16T19:59:06.166Z Compiling tokio-tungstenite v0.23.1
28362026-03-16T19:59:06.290Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28372026-03-16T19:59:06.317Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28382026-03-16T19:59:06.659Z Compiling tokio-rustls v0.24.1
28392026-03-16T19:59:07.043Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28402026-03-16T19:59:07.504Z Compiling xz2 v0.1.7
28412026-03-16T19:59:07.851Z Compiling ron v0.12.0
28422026-03-16T19:59:07.999Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28432026-03-16T19:59:11.493Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28442026-03-16T19:59:12.313Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28452026-03-16T19:59:13.036Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28462026-03-16T19:59:13.140Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28472026-03-16T19:59:15.346Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28482026-03-16T19:59:15.802Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28492026-03-16T19:59:16.373Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28502026-03-16T19:59:16.478Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28512026-03-16T19:59:16.699Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28522026-03-16T19:59:17.638Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28532026-03-16T19:59:18.548Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28542026-03-16T19:59:19.706Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28552026-03-16T19:59:20.360Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28562026-03-16T19:59:22.118Z Compiling rustls-pemfile v1.0.4
28572026-03-16T19:59:22.658Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28582026-03-16T19:59:22.799Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28592026-03-16T19:59:23.067Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28602026-03-16T19:59:23.392Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28612026-03-16T19:59:24.209Z Compiling signal-hook-tokio v0.3.1
28622026-03-16T19:59:24.409Z Compiling yasna v0.5.2
28632026-03-16T19:59:24.442Z Compiling twox-hash v2.1.2
28642026-03-16T19:59:24.469Z Compiling is_ci v1.2.0
28652026-03-16T19:59:24.585Z Compiling base16ct v1.0.0
28662026-03-16T19:59:24.742Z Compiling supports-color v3.0.2
28672026-03-16T19:59:25.149Z Compiling rcgen v0.12.1
28682026-03-16T19:59:25.424Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28692026-03-16T19:59:25.581Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28702026-03-16T19:59:26.420Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28712026-03-16T19:59:26.524Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28722026-03-16T19:59:26.977Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28732026-03-16T19:59:27.658Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28742026-03-16T19:59:30.767Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28752026-03-16T19:59:31.059Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28762026-03-16T19:59:31.329Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28772026-03-16T19:59:32.136Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28782026-03-16T19:59:33.481Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28792026-03-16T19:59:33.816Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28802026-03-16T19:59:34.123Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28812026-03-16T19:59:34.412Z Compiling fatfs v0.3.6
28822026-03-16T19:59:36.083Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28832026-03-16T19:59:36.463Z Compiling rtoolbox v0.0.3
28842026-03-16T19:59:36.802Z Compiling subprocess v0.2.15
28852026-03-16T19:59:37.638Z Compiling assert_matches v1.5.0
28862026-03-16T19:59:37.773Z Compiling seq-macro v0.3.6
28872026-03-16T19:59:38.446Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28882026-03-16T19:59:39.436Z Compiling rpassword v7.4.0
28892026-03-16T19:59:39.589Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28902026-03-16T19:59:39.891Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28912026-03-16T19:59:41.186Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28922026-03-16T19:59:41.360Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28932026-03-16T19:59:41.417Z Compiling tui-tree-widget v0.23.1
28942026-03-16T19:59:41.786Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28952026-03-16T19:59:44.597Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28962026-03-16T19:59:45.309Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28972026-03-16T19:59:45.337Z Compiling uzers v0.12.2
28982026-03-16T19:59:47.206Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28992026-03-16T19:59:47.767Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29002026-03-16T19:59:48.710Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29012026-03-16T19:59:50.661Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29022026-03-16T19:59:54.637Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29032026-03-16T19:59:54.930Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29042026-03-16T19:59:56.755Z Compiling support-bundle-viewer v0.1.2
29052026-03-16T19:59:57.802Z Compiling multimap v0.10.1
29062026-03-16T20:00:18.245Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29072026-03-16T20:00:19.728Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29082026-03-16T20:07:38.015Z Finished `release` profile [optimized] target(s) in 10m 16s
29092026-03-16T20:08:32.812Z
29102026-03-16T20:08:32.897Zreal 11:12.551683307
29112026-03-16T20:08:32.897Zuser 1:45:07.839885650
29122026-03-16T20:08:32.897Zsys 4:14.851181983
29132026-03-16T20:08:32.897Ztrap 2.396693473
29142026-03-16T20:08:32.897Ztflt 3.026158374
29152026-03-16T20:08:32.897Zdflt 16.869603168
29162026-03-16T20:08:32.897Zkflt 0.362271324
29172026-03-16T20:08:32.897Zlock 7:29:52.517848045
29182026-03-16T20:08:32.898Zslp 3:59:02.872065926
29192026-03-16T20:08:32.898Zlat 2:55.032381845
29202026-03-16T20:08:32.898Zstop 6:44.971262666
29212026-03-16T20:08:32.898Z+ mapfile -t packages
29222026-03-16T20:08:32.898Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29232026-03-16T20:08:34.044Z Finished `release` profile [optimized] target(s) in 1.21s
29242026-03-16T20:08:34.114Z Running `target/release/omicron-package -t test list-outputs`
29252026-03-16T20:08:34.171ZLogging to: /work/oxidecomputer/omicron/out/LOG
29262026-03-16T20:08:34.179Z+ ptime -m cargo build --locked --release -p xtask
29272026-03-16T20:08:34.883Z Compiling libc v0.2.180
29282026-03-16T20:08:34.883Z Compiling serde v1.0.228
29292026-03-16T20:08:34.908Z Compiling serde_core v1.0.228
29302026-03-16T20:08:34.908Z Compiling rustix v1.1.3
29312026-03-16T20:08:34.967Z Compiling bitflags v2.11.0
29322026-03-16T20:08:34.971Z Compiling serde_json v1.0.149
29332026-03-16T20:08:35.003Z Compiling num-traits v0.2.19
29342026-03-16T20:08:35.026Z Compiling syn v2.0.117
29352026-03-16T20:08:35.036Z Compiling hashbrown v0.16.1
29362026-03-16T20:08:35.040Z Compiling smallvec v1.15.1
29372026-03-16T20:08:35.050Z Compiling usdt-impl v0.5.0
29382026-03-16T20:08:35.081Z Compiling syn v1.0.109
29392026-03-16T20:08:35.126Z Compiling getrandom v0.4.1
29402026-03-16T20:08:35.142Z Compiling percent-encoding v2.3.2
29412026-03-16T20:08:35.376Z Compiling log v0.4.29
29422026-03-16T20:08:35.552Z Compiling form_urlencoded v1.2.2
29432026-03-16T20:08:35.616Z Compiling fs-err v3.3.0
29442026-03-16T20:08:35.634Z Compiling heck v0.4.1
29452026-03-16T20:08:35.650Z Compiling once_cell v1.21.3
29462026-03-16T20:08:35.726Z Compiling anyhow v1.0.102
29472026-03-16T20:08:35.911Z Compiling indexmap v2.13.0
29482026-03-16T20:08:36.097Z Compiling errno v0.3.14
29492026-03-16T20:08:36.097Z Compiling thread-id v4.2.2
29502026-03-16T20:08:36.102Z Compiling memmap v0.7.0
29512026-03-16T20:08:36.693Z Compiling ordered-float v2.10.1
29522026-03-16T20:08:37.287Z Compiling proc-macro-error v1.0.4
29532026-03-16T20:08:37.585Z Compiling terminal_size v0.4.3
29542026-03-16T20:08:37.585Z Compiling tempfile v3.25.0
29552026-03-16T20:08:37.632Z Compiling tabled_derive v0.7.0
29562026-03-16T20:08:37.715Z Compiling clap_builder v4.5.60
29572026-03-16T20:08:37.720Z Compiling textwrap v0.16.2
29582026-03-16T20:08:37.906Z Compiling camino-tempfile v1.4.1
29592026-03-16T20:08:38.531Z Compiling tabled v0.15.0
29602026-03-16T20:08:38.783Z Compiling synstructure v0.13.2
29612026-03-16T20:08:38.783Z Compiling pest_generator v2.8.6
29622026-03-16T20:08:39.356Z Compiling serde_derive v1.0.228
29632026-03-16T20:08:39.356Z Compiling zerofrom-derive v0.1.6
29642026-03-16T20:08:39.364Z Compiling yoke-derive v0.8.1
29652026-03-16T20:08:39.365Z Compiling zerovec-derive v0.11.2
29662026-03-16T20:08:39.365Z Compiling displaydoc v0.2.5
29672026-03-16T20:08:39.365Z Compiling thiserror-impl v1.0.69
29682026-03-16T20:08:39.365Z Compiling zerocopy-derive v0.7.35
29692026-03-16T20:08:39.365Z Compiling scroll_derive v0.12.1
29702026-03-16T20:08:39.385Z Compiling thiserror-impl v2.0.18
29712026-03-16T20:08:39.394Z Compiling clap_derive v4.5.55
29722026-03-16T20:08:39.506Z Compiling pest_derive v2.8.6
29732026-03-16T20:08:40.264Z Compiling scroll v0.12.0
29742026-03-16T20:08:40.612Z Compiling zerocopy v0.7.35
29752026-03-16T20:08:40.747Z Compiling goblin v0.8.2
29762026-03-16T20:08:40.910Z Compiling thiserror v1.0.69
29772026-03-16T20:08:40.972Z Compiling zerofrom v0.1.6
29782026-03-16T20:08:41.020Z Compiling thiserror v2.0.18
29792026-03-16T20:08:41.080Z Compiling dtrace-parser v0.2.0
29802026-03-16T20:08:41.177Z Compiling yoke v0.8.1
29812026-03-16T20:08:41.480Z Compiling zerovec v0.11.5
29822026-03-16T20:08:41.496Z Compiling zerotrie v0.2.3
29832026-03-16T20:08:41.855Z Compiling clap v4.5.60
29842026-03-16T20:08:42.324Z Compiling tinystr v0.8.2
29852026-03-16T20:08:45.750Z Compiling icu_locale_core v2.1.1
29862026-03-16T20:08:45.789Z Compiling potential_utf v0.1.4
29872026-03-16T20:08:45.790Z Compiling icu_collections v2.1.1
29882026-03-16T20:08:45.790Z Compiling icu_provider v2.1.1
29892026-03-16T20:08:45.790Z Compiling serde_spanned v0.6.9
29902026-03-16T20:08:45.844Z Compiling toml_datetime v0.6.11
29912026-03-16T20:08:45.845Z Compiling dof v0.3.0
29922026-03-16T20:08:45.845Z Compiling serde-value v0.7.0
29932026-03-16T20:08:45.845Z Compiling cargo-platform v0.2.0
29942026-03-16T20:08:45.845Z Compiling macaddr v1.0.1
29952026-03-16T20:08:45.845Z Compiling icu_normalizer v2.1.1
29962026-03-16T20:08:45.845Z Compiling icu_properties v2.1.2
29972026-03-16T20:08:45.845Z Compiling toml_edit v0.22.27
29982026-03-16T20:08:45.845Z Compiling serde_tokenstream v0.2.3
29992026-03-16T20:08:45.976Z Compiling idna_adapter v1.2.1
30002026-03-16T20:08:45.992Z Compiling usdt-macro v0.5.0
30012026-03-16T20:08:46.033Z Compiling usdt-attr-macro v0.5.0
30022026-03-16T20:08:46.127Z Compiling idna v1.1.0
30032026-03-16T20:08:46.564Z Compiling url v2.5.8
30042026-03-16T20:08:46.851Z Compiling usdt v0.5.0
30052026-03-16T20:08:46.948Z Compiling toml v0.8.23
30062026-03-16T20:08:47.557Z Compiling cargo-util-schemas v0.8.2
30072026-03-16T20:08:47.557Z Compiling cargo_toml v0.21.0
30082026-03-16T20:08:48.939Z Compiling cargo_metadata v0.21.0
30092026-03-16T20:08:53.781Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30102026-03-16T20:08:57.890Z Finished `release` profile [optimized] target(s) in 23.69s
30112026-03-16T20:08:58.030Z
30122026-03-16T20:08:58.034Zreal 23.816031469
30132026-03-16T20:08:58.034Zuser 3:13.755634965
30142026-03-16T20:08:58.034Zsys 22.194614612
30152026-03-16T20:08:58.034Ztrap 0.090117418
30162026-03-16T20:08:58.035Ztflt 0.729275317
30172026-03-16T20:08:58.035Zdflt 2.085315496
30182026-03-16T20:08:58.035Zkflt 0.000050939
30192026-03-16T20:08:58.036Zlock 5:36.678036397
30202026-03-16T20:08:58.036Zslp 6:36.871867976
30212026-03-16T20:08:58.036Zlat 8.183985205
30222026-03-16T20:08:58.036Zstop 26.908384860
30232026-03-16T20:08:58.036Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30242026-03-16T20:08:58.036Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30252026-03-16T20:08:58.036Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30262026-03-16T20:08:58.036Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30272026-03-16T20:08:58.036Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30282026-03-16T20:08:59.245Z Compiling regress v0.10.5
30292026-03-16T20:08:59.248Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30302026-03-16T20:08:59.248Z Compiling serde_spanned v1.0.4
30312026-03-16T20:08:59.248Z Compiling toml_writer v1.0.6+spec-1.1.0
30322026-03-16T20:08:59.396Z Compiling newtype-uuid-macros v0.1.0
30332026-03-16T20:08:59.399Z Compiling structmeta-derive v0.3.0
30342026-03-16T20:08:59.399Z Compiling rustls v0.22.4
30352026-03-16T20:08:59.399Z Compiling rustls-webpki v0.102.8
30362026-03-16T20:08:59.414Z Compiling multer v3.1.0
30372026-03-16T20:08:59.417Z Compiling debug-ignore v1.0.5
30382026-03-16T20:08:59.450Z Compiling match_cfg v0.1.0
30392026-03-16T20:08:59.464Z Compiling slog-json v2.6.1
30402026-03-16T20:08:59.464Z Compiling async-stream-impl v0.3.6
30412026-03-16T20:08:59.475Z Compiling dropshot v0.16.7
30422026-03-16T20:08:59.495Z Compiling itertools v0.14.0
30432026-03-16T20:08:59.510Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30442026-03-16T20:08:59.701Z Compiling toml v0.9.12+spec-1.1.0
30452026-03-16T20:08:59.704Z Compiling waitgroup v0.1.2
30462026-03-16T20:08:59.748Z Compiling hostname v0.3.1
30472026-03-16T20:08:59.751Z Compiling rustls-pemfile v2.2.0
30482026-03-16T20:08:59.871Z Compiling dropshot_endpoint v0.16.7
30492026-03-16T20:08:59.893Z Compiling slog-bunyan v2.5.0
30502026-03-16T20:08:59.943Z Compiling serde_path_to_error v0.1.20
30512026-03-16T20:08:59.946Z Compiling hostname v0.4.2
30522026-03-16T20:09:00.012Z Compiling progenitor-client v0.13.0
30532026-03-16T20:09:00.058Z Compiling macaddr v1.0.1
30542026-03-16T20:09:00.089Z Compiling progenitor-client v0.10.0
30552026-03-16T20:09:00.130Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30562026-03-16T20:09:00.199Z Compiling instant v0.1.13
30572026-03-16T20:09:00.371Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30582026-03-16T20:09:00.401Z Compiling backon v1.6.0
30592026-03-16T20:09:00.487Z Compiling backoff v0.4.0
30602026-03-16T20:09:00.499Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30612026-03-16T20:09:00.504Z Compiling async-stream v0.3.6
30622026-03-16T20:09:00.544Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30632026-03-16T20:09:00.548Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30642026-03-16T20:09:00.598Z Compiling unsafe-libyaml v0.2.11
30652026-03-16T20:09:00.643Z Compiling crucible-workspace-hack v0.1.0
30662026-03-16T20:09:00.713Z Compiling progenitor-extras v0.1.1
30672026-03-16T20:09:00.736Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30682026-03-16T20:09:00.764Z Compiling toml_edit v0.23.10+spec-1.0.0
30692026-03-16T20:09:00.785Z Compiling secrecy v0.10.3
30702026-03-16T20:09:00.808Z Compiling heapless v0.8.0
30712026-03-16T20:09:00.957Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30722026-03-16T20:09:01.021Z Compiling hash32 v0.3.1
30732026-03-16T20:09:01.046Z Compiling structmeta v0.3.0
30742026-03-16T20:09:01.069Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30752026-03-16T20:09:01.104Z Compiling smoltcp v0.11.0
30762026-03-16T20:09:01.131Z Compiling toml v0.8.23
30772026-03-16T20:09:01.253Z Compiling tabwriter v1.4.1
30782026-03-16T20:09:01.328Z Compiling cobs v0.3.0
30792026-03-16T20:09:01.362Z Compiling serde_yaml v0.9.34+deprecated
30802026-03-16T20:09:01.366Z Compiling derive-ex v0.1.8
30812026-03-16T20:09:01.408Z Compiling parse-display-derive v0.10.0
30822026-03-16T20:09:01.432Z Compiling ingot-macros v0.1.1
30832026-03-16T20:09:01.588Z Compiling proc-macro-crate v3.4.0
30842026-03-16T20:09:01.664Z Compiling foreign-types-macros v0.2.3
30852026-03-16T20:09:01.687Z Compiling cpufeatures v0.3.0
30862026-03-16T20:09:01.691Z Compiling foreign-types-shared v0.3.1
30872026-03-16T20:09:01.732Z Compiling convert_case v0.4.0
30882026-03-16T20:09:01.818Z Compiling chacha20 v0.10.0
30892026-03-16T20:09:01.880Z Compiling postcard v1.1.3
30902026-03-16T20:09:02.065Z Compiling proc-macro-crate v1.3.1
30912026-03-16T20:09:02.217Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30922026-03-16T20:09:02.305Z Compiling universal-hash v0.5.1
30932026-03-16T20:09:02.327Z Compiling derive_more v0.99.20
30942026-03-16T20:09:02.354Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30952026-03-16T20:09:02.379Z Compiling cstr-argument v0.1.2
30962026-03-16T20:09:02.403Z Compiling num_enum_derive v0.7.5
30972026-03-16T20:09:02.460Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30982026-03-16T20:09:02.515Z Compiling colored v3.1.1
30992026-03-16T20:09:02.538Z Compiling foreign-types v0.5.0
31002026-03-16T20:09:02.619Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31012026-03-16T20:09:02.671Z Compiling tokio-rustls v0.25.0
31022026-03-16T20:09:02.693Z Compiling opaque-debug v0.3.1
31032026-03-16T20:09:02.801Z Compiling num_enum_derive v0.5.11
31042026-03-16T20:09:02.824Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31052026-03-16T20:09:02.864Z Compiling rand v0.10.0
31062026-03-16T20:09:02.882Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31072026-03-16T20:09:02.999Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31082026-03-16T20:09:03.062Z Compiling half v2.7.1
31092026-03-16T20:09:03.083Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31102026-03-16T20:09:03.194Z Compiling ciborium-io v0.2.2
31112026-03-16T20:09:03.350Z Compiling camino-tempfile v1.4.1
31122026-03-16T20:09:03.545Z Compiling ciborium-ll v0.2.2
31132026-03-16T20:09:03.551Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31142026-03-16T20:09:03.551Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31152026-03-16T20:09:03.705Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31162026-03-16T20:09:03.765Z Compiling smf v0.2.3
31172026-03-16T20:09:03.789Z Compiling ciborium v0.2.2
31182026-03-16T20:09:03.852Z Compiling aead v0.5.2
31192026-03-16T20:09:03.892Z Compiling test-strategy v0.4.5
31202026-03-16T20:09:03.897Z Compiling num-derive v0.4.2
31212026-03-16T20:09:03.914Z Compiling parse-display v0.10.0
31222026-03-16T20:09:03.987Z Compiling num_enum v0.7.5
31232026-03-16T20:09:04.013Z Compiling sigpipe v0.1.3
31242026-03-16T20:09:04.146Z Compiling glob v0.3.3
31252026-03-16T20:09:04.190Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31262026-03-16T20:09:04.190Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31272026-03-16T20:09:04.203Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31282026-03-16T20:09:04.271Z Compiling poly1305 v0.8.0
31292026-03-16T20:09:04.331Z Compiling num_enum v0.5.11
31302026-03-16T20:09:04.461Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31312026-03-16T20:09:04.502Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31322026-03-16T20:09:04.549Z Compiling chacha20 v0.9.1
31332026-03-16T20:09:04.550Z Compiling whoami v1.6.1
31342026-03-16T20:09:04.590Z Compiling typify-impl v0.4.3
31352026-03-16T20:09:04.643Z Compiling typify-impl v0.6.1
31362026-03-16T20:09:04.644Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31372026-03-16T20:09:04.943Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31382026-03-16T20:09:04.980Z Compiling thiserror-impl-no-std v2.0.2
31392026-03-16T20:09:05.044Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31402026-03-16T20:09:05.057Z Compiling num-rational v0.4.2
31412026-03-16T20:09:05.161Z Compiling password-hash v0.5.0
31422026-03-16T20:09:05.254Z Compiling blake2 v0.10.6
31432026-03-16T20:09:05.309Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31442026-03-16T20:09:05.340Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31452026-03-16T20:09:05.358Z Compiling num-complex v0.4.6
31462026-03-16T20:09:05.401Z Compiling prettyplease v0.2.37
31472026-03-16T20:09:05.577Z Compiling ingot-types v0.1.2
31482026-03-16T20:09:05.793Z Compiling indent_write v2.2.0
31492026-03-16T20:09:05.899Z Compiling argon2 v0.5.3
31502026-03-16T20:09:05.962Z Compiling num v0.4.3
31512026-03-16T20:09:06.041Z Compiling chacha20poly1305 v0.10.1
31522026-03-16T20:09:06.064Z Compiling float-ord v0.3.2
31532026-03-16T20:09:06.115Z Compiling gethostname v0.5.0
31542026-03-16T20:09:06.130Z Compiling ingot v0.1.1
31552026-03-16T20:09:06.148Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31562026-03-16T20:09:06.189Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31572026-03-16T20:09:06.279Z Compiling usdt-macro v0.5.0
31582026-03-16T20:09:06.279Z Compiling usdt-attr-macro v0.5.0
31592026-03-16T20:09:06.279Z Compiling derive-where v1.6.0
31602026-03-16T20:09:06.292Z Compiling memmap v0.7.0
31612026-03-16T20:09:06.577Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31622026-03-16T20:09:06.661Z Compiling atomicwrites v0.4.4
31632026-03-16T20:09:06.820Z Compiling thiserror-no-std v2.0.2
31642026-03-16T20:09:06.977Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31652026-03-16T20:09:06.996Z Compiling vsss-rs v3.3.4
31662026-03-16T20:09:06.996Z Compiling cancel-safe-futures v0.1.5
31672026-03-16T20:09:07.022Z Compiling owo-colors v4.3.0
31682026-03-16T20:09:07.281Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31692026-03-16T20:09:07.373Z Compiling usdt v0.5.0
31702026-03-16T20:09:07.410Z Compiling libsw-core v0.3.2
31712026-03-16T20:09:07.487Z Compiling async-recursion v1.1.1
31722026-03-16T20:09:07.616Z Compiling resolv-conf v0.7.6
31732026-03-16T20:09:07.674Z Compiling libsw v3.5.0
31742026-03-16T20:09:07.792Z Compiling progenitor-client v0.11.2
31752026-03-16T20:09:07.809Z Compiling libefi-sys v0.1.0
31762026-03-16T20:09:07.939Z Compiling linear-map v1.2.0
31772026-03-16T20:09:08.068Z Compiling newline-converter v0.3.0
31782026-03-16T20:09:08.130Z Compiling hickory-proto v0.24.4
31792026-03-16T20:09:08.161Z Compiling console v0.15.11
31802026-03-16T20:09:08.201Z Compiling bitfield-struct v0.6.2
31812026-03-16T20:09:08.227Z Compiling semver v0.1.20
31822026-03-16T20:09:08.232Z Compiling linked-hash-map v0.5.6
31832026-03-16T20:09:08.289Z Compiling pin-project-internal v1.1.11
31842026-03-16T20:09:08.300Z Compiling slog-dtrace v0.3.0
31852026-03-16T20:09:08.503Z Compiling lru-cache v0.1.2
31862026-03-16T20:09:08.532Z Compiling rustc_version v0.1.7
31872026-03-16T20:09:08.577Z Compiling minimal-lexical v0.2.1
31882026-03-16T20:09:08.630Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31892026-03-16T20:09:08.651Z Compiling expectorate v1.2.0
31902026-03-16T20:09:08.711Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31912026-03-16T20:09:08.801Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31922026-03-16T20:09:08.875Z Compiling newtype_derive v0.1.6
31932026-03-16T20:09:08.902Z Compiling nom v7.1.3
31942026-03-16T20:09:08.947Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31952026-03-16T20:09:08.960Z Compiling tokio-dtrace v0.1.1
31962026-03-16T20:09:09.002Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31972026-03-16T20:09:09.082Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31982026-03-16T20:09:09.144Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31992026-03-16T20:09:09.188Z Compiling phf_shared v0.12.1
32002026-03-16T20:09:09.246Z Compiling dropshot-api-manager-types v0.6.0
32012026-03-16T20:09:09.342Z Compiling pem v3.0.6
32022026-03-16T20:09:09.407Z Compiling snafu-derive v0.8.9
32032026-03-16T20:09:09.465Z Compiling csv-core v0.1.13
32042026-03-16T20:09:09.613Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32052026-03-16T20:09:09.737Z Compiling chrono-tz v0.10.4
32062026-03-16T20:09:09.807Z Compiling same-file v1.0.6
32072026-03-16T20:09:09.840Z Compiling xshell-macros v0.2.7
32082026-03-16T20:09:09.844Z Compiling highway v1.3.0
32092026-03-16T20:09:09.961Z Compiling pin-project v1.1.11
32102026-03-16T20:09:10.087Z Compiling walkdir v2.5.0
32112026-03-16T20:09:10.129Z Compiling const_format_proc_macros v0.2.34
32122026-03-16T20:09:10.181Z Compiling csv v1.4.0
32132026-03-16T20:09:10.411Z Compiling xshell v0.2.7
32142026-03-16T20:09:10.414Z Compiling phf v0.12.1
32152026-03-16T20:09:10.453Z Compiling oxide-tokio-rt v0.1.3
32162026-03-16T20:09:10.562Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32172026-03-16T20:09:10.794Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32182026-03-16T20:09:10.853Z Compiling globset v0.4.18
32192026-03-16T20:09:10.878Z Compiling olpc-cjson v0.1.4
32202026-03-16T20:09:10.901Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32212026-03-16T20:09:10.945Z Compiling primeorder v0.13.6
32222026-03-16T20:09:11.021Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
32232026-03-16T20:09:11.132Z Compiling hickory-resolver v0.24.4
32242026-03-16T20:09:11.204Z Compiling serde_plain v1.0.2
32252026-03-16T20:09:11.237Z Compiling base64 v0.21.7
32262026-03-16T20:09:11.344Z Compiling typed-path v0.9.3
32272026-03-16T20:09:11.378Z Compiling const_format v0.2.35
32282026-03-16T20:09:11.448Z Compiling typify-macro v0.4.3
32292026-03-16T20:09:11.470Z Compiling typify-macro v0.6.1
32302026-03-16T20:09:11.522Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32312026-03-16T20:09:11.715Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32322026-03-16T20:09:11.740Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32332026-03-16T20:09:11.873Z Compiling tabled_derive v0.7.0
32342026-03-16T20:09:11.898Z Compiling bcs v0.1.6
32352026-03-16T20:09:12.301Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32362026-03-16T20:09:12.370Z Compiling snafu v0.8.9
32372026-03-16T20:09:12.473Z Compiling radium v0.7.0
32382026-03-16T20:09:12.553Z Compiling qorb v0.4.1
32392026-03-16T20:09:12.696Z Compiling salty v0.3.0
32402026-03-16T20:09:12.832Z Compiling tough v0.20.0
32412026-03-16T20:09:12.877Z Compiling termtree v0.5.1
32422026-03-16T20:09:12.905Z Compiling textwrap v0.16.2
32432026-03-16T20:09:13.143Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32442026-03-16T20:09:13.174Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32452026-03-16T20:09:13.215Z Compiling steno v0.4.1
32462026-03-16T20:09:13.325Z Compiling tabled v0.15.0
32472026-03-16T20:09:13.468Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32482026-03-16T20:09:13.491Z Compiling humantime v2.3.0
32492026-03-16T20:09:13.495Z Compiling maybe-uninit v2.0.0
32502026-03-16T20:09:13.605Z Compiling tap v1.0.1
32512026-03-16T20:09:13.639Z Compiling utf-8 v0.7.6
32522026-03-16T20:09:13.797Z Compiling wyz v0.5.1
32532026-03-16T20:09:13.924Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32542026-03-16T20:09:13.958Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32552026-03-16T20:09:13.984Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32562026-03-16T20:09:14.015Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32572026-03-16T20:09:14.019Z Compiling typify v0.4.3
32582026-03-16T20:09:14.075Z Compiling typify v0.6.1
32592026-03-16T20:09:14.191Z Compiling progenitor-impl v0.11.2
32602026-03-16T20:09:14.214Z Compiling progenitor-impl v0.10.0
32612026-03-16T20:09:14.251Z Compiling progenitor-impl v0.13.0
32622026-03-16T20:09:14.357Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32632026-03-16T20:09:14.628Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32642026-03-16T20:09:14.726Z Compiling tungstenite v0.21.0
32652026-03-16T20:09:15.155Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32662026-03-16T20:09:15.393Z Compiling p384 v0.13.1
32672026-03-16T20:09:15.913Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32682026-03-16T20:09:16.003Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32692026-03-16T20:09:16.243Z Compiling arc-swap v1.8.2
32702026-03-16T20:09:16.272Z Compiling tagptr v0.2.0
32712026-03-16T20:09:16.531Z Compiling packed_struct v0.10.1
32722026-03-16T20:09:16.633Z Compiling funty v2.0.0
32732026-03-16T20:09:16.698Z Compiling slog-scope v4.4.1
32742026-03-16T20:09:16.806Z Compiling moka v0.12.13
32752026-03-16T20:09:16.841Z Compiling tokio-tungstenite v0.21.0
32762026-03-16T20:09:16.877Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32772026-03-16T20:09:16.975Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32782026-03-16T20:09:17.004Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32792026-03-16T20:09:17.073Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32802026-03-16T20:09:17.324Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32812026-03-16T20:09:17.589Z Compiling bitvec v1.0.1
32822026-03-16T20:09:18.062Z Compiling polyval v0.6.2
32832026-03-16T20:09:18.128Z Compiling progenitor-macro v0.11.2
32842026-03-16T20:09:18.150Z Compiling progenitor-macro v0.10.0
32852026-03-16T20:09:18.179Z Compiling progenitor-macro v0.13.0
32862026-03-16T20:09:18.420Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32872026-03-16T20:09:18.445Z Compiling packed_struct_codegen v0.10.1
32882026-03-16T20:09:18.488Z Compiling zerocopy-derive v0.6.6
32892026-03-16T20:09:18.560Z Compiling bitfield-macros v0.19.4
32902026-03-16T20:09:18.724Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32912026-03-16T20:09:18.905Z Compiling proc-macro-error-attr2 v2.0.0
32922026-03-16T20:09:19.076Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32932026-03-16T20:09:19.441Z Compiling indexmap v1.9.3
32942026-03-16T20:09:19.527Z Compiling crc-catalog v2.4.0
32952026-03-16T20:09:19.591Z Compiling nodrop v0.1.14
32962026-03-16T20:09:19.630Z Compiling parking_lot_core v0.8.6
32972026-03-16T20:09:19.664Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32982026-03-16T20:09:19.684Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32992026-03-16T20:09:19.748Z Compiling zerocopy v0.6.6
33002026-03-16T20:09:19.772Z Compiling array-init v0.0.4
33012026-03-16T20:09:19.825Z Compiling crc v3.4.0
33022026-03-16T20:09:19.852Z Compiling bitfield v0.19.4
33032026-03-16T20:09:19.928Z Compiling proc-macro-error2 v2.0.1
33042026-03-16T20:09:20.061Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33052026-03-16T20:09:20.084Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33062026-03-16T20:09:20.145Z Compiling ghash v0.5.1
33072026-03-16T20:09:20.265Z Compiling smallvec v0.6.14
33082026-03-16T20:09:20.322Z Compiling hickory-resolver v0.25.2
33092026-03-16T20:09:20.353Z Compiling slog-stdlog v4.1.1
33102026-03-16T20:09:20.381Z Compiling git-stub v1.0.0
33112026-03-16T20:09:20.404Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33122026-03-16T20:09:20.627Z Compiling num-derive v0.3.3
33132026-03-16T20:09:20.685Z Compiling ctr v0.9.2
33142026-03-16T20:09:20.722Z Compiling lzma-sys v0.1.20
33152026-03-16T20:09:20.806Z Compiling unicase v2.9.0
33162026-03-16T20:09:21.007Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33172026-03-16T20:09:21.039Z Compiling hashbrown v0.12.3
33182026-03-16T20:09:21.129Z Compiling mime_guess v2.0.5
33192026-03-16T20:09:21.396Z Compiling aes-gcm v0.10.3
33202026-03-16T20:09:21.419Z Compiling git-stub-vcs v0.1.0
33212026-03-16T20:09:21.444Z Compiling serde-hex v0.1.0
33222026-03-16T20:09:21.769Z Compiling slog-envlogger v2.2.0
33232026-03-16T20:09:21.954Z Compiling libscf-sys v1.1.0
33242026-03-16T20:09:21.971Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33252026-03-16T20:09:21.974Z Compiling tabled_derive v0.11.0
33262026-03-16T20:09:22.181Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33272026-03-16T20:09:22.216Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33282026-03-16T20:09:22.306Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33292026-03-16T20:09:22.376Z Compiling ron v0.8.1
33302026-03-16T20:09:22.474Z Compiling papergrid v0.17.0
33312026-03-16T20:09:22.590Z Compiling cargo_toml v0.22.3
33322026-03-16T20:09:22.672Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33332026-03-16T20:09:23.067Z Compiling hashbrown v0.13.2
33342026-03-16T20:09:23.101Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33352026-03-16T20:09:23.299Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33362026-03-16T20:09:23.480Z Compiling testing_table v0.3.0
33372026-03-16T20:09:23.724Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33382026-03-16T20:09:23.752Z Compiling ssh-encoding v0.2.0
33392026-03-16T20:09:23.776Z Compiling blowfish v0.9.1
33402026-03-16T20:09:23.802Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33412026-03-16T20:09:23.971Z Compiling nibble_vec v0.1.0
33422026-03-16T20:09:24.069Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33432026-03-16T20:09:24.139Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33442026-03-16T20:09:24.143Z Compiling corncobs v0.1.4
33452026-03-16T20:09:24.193Z Compiling endian-type v0.1.2
33462026-03-16T20:09:24.271Z Compiling crc-any v2.5.0
33472026-03-16T20:09:24.441Z Compiling radix_trie v0.2.1
33482026-03-16T20:09:24.465Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33492026-03-16T20:09:24.516Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33502026-03-16T20:09:24.564Z Compiling ssh-cipher v0.2.0
33512026-03-16T20:09:24.596Z Compiling bcrypt-pbkdf v0.10.0
33522026-03-16T20:09:24.659Z Compiling tabled v0.20.0
33532026-03-16T20:09:24.903Z Compiling object v0.30.4
33542026-03-16T20:09:24.926Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33552026-03-16T20:09:25.079Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33562026-03-16T20:09:25.102Z Compiling parking_lot v0.11.2
33572026-03-16T20:09:25.404Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33582026-03-16T20:09:25.475Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33592026-03-16T20:09:25.553Z Compiling progenitor v0.10.0
33602026-03-16T20:09:25.639Z Compiling progenitor v0.11.2
33612026-03-16T20:09:25.699Z Compiling progenitor v0.13.0
33622026-03-16T20:09:25.792Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33632026-03-16T20:09:25.844Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
33642026-03-16T20:09:25.874Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33652026-03-16T20:09:25.925Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33662026-03-16T20:09:26.337Z Compiling prefix-trie v0.7.0
33672026-03-16T20:09:26.399Z Compiling password-hash v0.4.2
33682026-03-16T20:09:26.439Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33692026-03-16T20:09:26.622Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33702026-03-16T20:09:26.625Z Compiling fxhash v0.2.1
33712026-03-16T20:09:26.724Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33722026-03-16T20:09:26.802Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33732026-03-16T20:09:26.826Z Compiling secrecy v0.8.0
33742026-03-16T20:09:26.872Z Compiling path-slash v0.1.5
33752026-03-16T20:09:26.919Z Compiling http-range v0.1.5
33762026-03-16T20:09:26.981Z Compiling half v1.8.3
33772026-03-16T20:09:27.216Z Compiling sled v0.34.7
33782026-03-16T20:09:27.345Z Compiling serde_cbor v0.11.2
33792026-03-16T20:09:27.411Z Compiling hickory-server v0.25.2
33802026-03-16T20:09:28.077Z Compiling pbkdf2 v0.11.0
33812026-03-16T20:09:28.230Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33822026-03-16T20:09:28.326Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33832026-03-16T20:09:28.401Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33842026-03-16T20:09:28.609Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33852026-03-16T20:09:28.790Z Compiling xz2 v0.1.7
33862026-03-16T20:09:28.814Z Compiling ron v0.12.0
33872026-03-16T20:09:28.981Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33882026-03-16T20:09:29.143Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
33892026-03-16T20:09:29.815Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33902026-03-16T20:09:30.053Z Compiling ssh-key v0.6.7
33912026-03-16T20:09:30.115Z Compiling hickory-client v0.25.2
33922026-03-16T20:09:30.229Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33932026-03-16T20:09:30.464Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33942026-03-16T20:09:30.658Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33952026-03-16T20:09:30.783Z Compiling p256 v0.13.2
33962026-03-16T20:09:30.939Z Compiling p521 v0.13.3
33972026-03-16T20:09:31.023Z Compiling yasna v0.5.2
33982026-03-16T20:09:31.289Z Compiling kstat-rs v0.2.4
33992026-03-16T20:09:31.353Z Compiling headers-core v0.3.0
34002026-03-16T20:09:31.382Z Compiling nanorand v0.7.0
34012026-03-16T20:09:31.430Z Compiling russh-cryptovec v0.7.3
34022026-03-16T20:09:31.458Z Compiling atty v0.2.14
34032026-03-16T20:09:31.532Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34042026-03-16T20:09:31.556Z Compiling home v0.5.12
34052026-03-16T20:09:31.641Z Compiling base16ct v1.0.0
34062026-03-16T20:09:31.722Z Compiling md5 v0.7.0
34072026-03-16T20:09:31.746Z Compiling crc8 v0.1.1
34082026-03-16T20:09:31.749Z Compiling flume v0.11.1
34092026-03-16T20:09:31.796Z Compiling rcgen v0.12.1
34102026-03-16T20:09:31.817Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34112026-03-16T20:09:31.926Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34122026-03-16T20:09:31.951Z Compiling russh-keys v0.45.0
34132026-03-16T20:09:32.025Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34142026-03-16T20:09:32.118Z Compiling headers v0.4.1
34152026-03-16T20:09:32.317Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34162026-03-16T20:09:32.600Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34172026-03-16T20:09:32.755Z Compiling hyper-staticfile v0.10.1
34182026-03-16T20:09:32.792Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34192026-03-16T20:09:33.105Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34202026-03-16T20:09:33.170Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34212026-03-16T20:09:33.248Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34222026-03-16T20:09:33.476Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34232026-03-16T20:09:33.508Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34242026-03-16T20:09:33.773Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34252026-03-16T20:09:33.797Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34262026-03-16T20:09:33.997Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34272026-03-16T20:09:34.185Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34282026-03-16T20:09:34.428Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34292026-03-16T20:09:34.468Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34302026-03-16T20:09:34.534Z Compiling num-bigint v0.4.6
34312026-03-16T20:09:34.629Z Compiling des v0.8.1
34322026-03-16T20:09:34.823Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34332026-03-16T20:09:34.940Z Compiling subprocess v0.2.15
34342026-03-16T20:09:35.069Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34352026-03-16T20:09:35.259Z Compiling hex-literal v0.4.1
34362026-03-16T20:09:35.449Z Compiling display-error-chain v0.2.2
34372026-03-16T20:09:35.475Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34382026-03-16T20:09:35.695Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34392026-03-16T20:09:35.720Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34402026-03-16T20:09:35.752Z Compiling colored v2.2.0
34412026-03-16T20:09:35.922Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34422026-03-16T20:09:35.955Z Compiling internet-checksum v0.2.1
34432026-03-16T20:09:36.295Z Compiling russh v0.45.0
34442026-03-16T20:09:44.676Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34452026-03-16T20:09:54.707Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34462026-03-16T20:09:54.707Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34472026-03-16T20:09:54.717Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34482026-03-16T20:09:54.717Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34492026-03-16T20:09:56.962Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34502026-03-16T20:09:57.184Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34512026-03-16T20:10:02.944Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34522026-03-16T20:10:32.735Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34532026-03-16T20:10:59.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 01s
34542026-03-16T20:10:59.757Z
34552026-03-16T20:10:59.765Zreal 2:01.634827278
34562026-03-16T20:10:59.765Zuser 11:42.759385112
34572026-03-16T20:10:59.765Zsys 2:08.450791036
34582026-03-16T20:10:59.765Ztrap 0.366777592
34592026-03-16T20:10:59.765Ztflt 0.479643570
34602026-03-16T20:10:59.767Zdflt 1.432220208
34612026-03-16T20:10:59.767Zkflt 0.004248696
34622026-03-16T20:10:59.767Zlock 29:35.651037160
34632026-03-16T20:10:59.767Zslp 39:04.497207457
34642026-03-16T20:10:59.768Zlat 46.870501850
34652026-03-16T20:10:59.768Zstop 3:36.268943903
34662026-03-16T20:10:59.768Z+ mkdir tests
34672026-03-16T20:10:59.768Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34682026-03-16T20:10:59.768Z+ xargs -I '{}' -t cp '{}' tests/
34692026-03-16T20:10:59.795Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-c61cd5bc2c9196d5 tests/
34702026-03-16T20:10:59.829Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-aabca05002d96c3f tests/
34712026-03-16T20:10:59.866Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-f21ece0a2cfda6c1 tests/
34722026-03-16T20:10:59.902Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-c9756b4979ab3a79 tests/
34732026-03-16T20:11:00.274Z+ 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/*)
34742026-03-16T20:11:00.278Z+ 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-aabca05002d96c3f tests/commtest-f21ece0a2cfda6c1 tests/dhcp_server-c61cd5bc2c9196d5 tests/end_to_end_tests-c9756b4979ab3a79 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
34752026-03-16T20:12:41.250ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34762026-03-16T20:12:41.250Za .github/buildomat/ci-env.sh 1K
34772026-03-16T20:12:41.250Za out/target/test 1K
34782026-03-16T20:12:41.250Za out/npuzone/npuzone 27402K
34792026-03-16T20:12:41.250Za package-manifest.toml 35K
34802026-03-16T20:12:41.250Za smf/sled-agent/non-gimlet/config.toml 6K
34812026-03-16T20:12:41.251Za target/release/omicron-package 41186K
34822026-03-16T20:12:41.251Za target/release/xtask 11359K
34832026-03-16T20:12:41.251Za target/debug/bootstrap 346487K
34842026-03-16T20:12:41.251Za tests/bootstrap-aabca05002d96c3f 31480K
34852026-03-16T20:12:41.251Za tests/commtest-f21ece0a2cfda6c1 31997K
34862026-03-16T20:12:41.251Za tests/dhcp_server-c61cd5bc2c9196d5 31480K
34872026-03-16T20:12:41.251Za tests/end_to_end_tests-c9756b4979ab3a79 388679K
34882026-03-16T20:12:41.251Za out/clickhouse.tar.gz 303908K
34892026-03-16T20:12:41.251Za out/clickhouse_keeper.tar.gz 288735K
34902026-03-16T20:12:41.251Za out/clickhouse_server.tar.gz 303907K
34912026-03-16T20:12:41.251Za out/cockroachdb.tar.gz 157227K
34922026-03-16T20:12:41.251Za out/crucible-pantry-zone.tar.gz 38908K
34932026-03-16T20:12:41.251Za out/crucible-utils.tar 17744K
34942026-03-16T20:12:41.251Za out/crucible-zone.tar.gz 53046K
34952026-03-16T20:12:41.251Za out/external-dns.tar.gz 42727K
34962026-03-16T20:12:41.251Za out/internal-dns.tar.gz 42726K
34972026-03-16T20:12:41.252Za out/mg-ddm-gz.tar 86339K
34982026-03-16T20:12:41.252Za out/nexus.tar.gz 210072K
34992026-03-16T20:12:41.252Za out/ntp.tar.gz 23273K
35002026-03-16T20:12:41.252Za out/omicron-gateway-softnpu.tar.gz 27903K
35012026-03-16T20:12:41.252Za out/omicron-sled-agent.tar 190782K
35022026-03-16T20:12:41.252Za out/overlay.tar.gz 3K
35032026-03-16T20:12:41.252Za out/oximeter.tar.gz 59070K
35042026-03-16T20:12:41.252Za out/oxlog.tar 3895K
35052026-03-16T20:12:41.252Za out/probe.tar.gz 3037K
35062026-03-16T20:12:41.252Za out/propolis-server.tar.gz 74633K
35072026-03-16T20:12:41.252Za out/pumpkind-gz.tar 26647K
35082026-03-16T20:12:41.252Za out/switch-softnpu.tar.gz 375560K
35092026-03-16T20:12:41.256Z
35102026-03-16T20:12:41.256Zreal 1:40.955967249
35112026-03-16T20:12:41.256Zuser 1:37.870260422
35122026-03-16T20:12:41.256Zsys 6.480791768
35132026-03-16T20:12:41.256Ztrap 0.007366434
35142026-03-16T20:12:41.257Ztflt 0.000000000
35152026-03-16T20:12:41.257Zdflt 0.000000000
35162026-03-16T20:12:41.257Zkflt 0.000000000
35172026-03-16T20:12:41.257Zlock 0.000000000
35182026-03-16T20:12:41.257Zslp 1:36.919131162
35192026-03-16T20:12:41.257Zlat 0.628228309
35202026-03-16T20:12:41.257Zstop 0.000909862
35212026-03-16T20:12:41.257Zprocess exited: duration 1257716 ms, exit code 0
 
35222026-03-16T20:12:41.276Zfound 1 output files
35232026-03-16T20:12:41.276Zuploading: /work/package.tar.gz (2341015731 bytes)
35242026-03-16T20:13:10.077Zuploaded: /work/package.tar.gz