01KMZYM07AN1PRS7N6CBZHWA3T: 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: 01KMZYMXAHC5D5AXVCPAQ47EM4

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-30T18:45:31.842Zjob assigned to worker 01KN00ZW6FS2WYP4407KJ0NWBV [factory aws, i-0fe9903a40e895f1c] (queued for 41 m 48 s)
 
22026-03-30T18:45:39.491Zstarting task 0: "setup"
32026-03-30T18:45:39.495Z++ uname -s
42026-03-30T18:45:39.498Z+ kern=SunOS
52026-03-30T18:45:39.499Z+ build_user=build
62026-03-30T18:45:39.499Z+ build_uid=12345
72026-03-30T18:45:39.499Z+ work_dir=/work
82026-03-30T18:45:39.499Z+ input_dir=/input
92026-03-30T18:45:39.499Z+ [[ 0 == 12345 ]]
102026-03-30T18:45:39.499Z+ case "$kern" in
112026-03-30T18:45:39.499Z+ groupadd -g 12345 build
122026-03-30T18:45:39.502Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-30T18:45:41.509Z+ zfs create -o mountpoint=/work rpool/work
142026-03-30T18:45:41.639Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-30T18:45:41.641Z+ home_fs=zfs
162026-03-30T18:45:41.641Z+ [[ zfs == autofs ]]
172026-03-30T18:45:41.641Z+ mkdir -p /home/build
182026-03-30T18:45:41.644Z+ chown build:build /home/build /work
192026-03-30T18:45:43.645Z+ chmod 0700 /home/build /work
202026-03-30T18:45:43.648Zprocess exited: duration 4160 ms, exit code 0
 
212026-03-30T18:45:43.655Zstarting task 1: "rust-toolchain"
222026-03-30T18:45:43.660Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-30T18:45:43.660Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-30T18:45:43.660Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-03-30T18:45:43.661Z * rust toolchain channel = "1.94.0"
262026-03-30T18:45:43.661Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-30T18:45:43.661Z * rust toolchain profile = "default"
282026-03-30T18:45:43.664Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-30T18:45:43.664Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-30T18:45:43.793Zinfo: downloading installer
312026-03-30T18:45:45.474Zwarn: It looks like you have an existing installation of Rust at:
322026-03-30T18:45:45.474Zwarn: /opt/ooce/bin
332026-03-30T18:45:45.474Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-30T18:45:45.474Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-30T18:45:45.474Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-30T18:45:45.474Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-30T18:45:45.474Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-30T18:45:45.474Zerror: cannot install while Rust is installed
392026-03-30T18:45:45.474Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-30T18:45:45.474Zwarn: It looks like you have an existing rustup settings file at:
412026-03-30T18:45:45.474Zwarn: /home/build/.rustup/settings.toml
422026-03-30T18:45:45.474Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-30T18:45:45.474Zwarn: instead of the one inferred from the default host triple.
442026-03-30T18:45:45.488Zinfo: profile set to default
452026-03-30T18:45:45.488Zinfo: default host triple is x86_64-unknown-illumos
462026-03-30T18:45:45.493Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-30T18:45:45.632Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-30T18:45:45.635Zinfo: downloading 6 components
492026-03-30T18:46:00.258Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-30T18:46:00.258Z
512026-03-30T18:46:00.287Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-30T18:46:00.287Z
532026-03-30T18:46:00.287Z
542026-03-30T18:46:00.290ZRust is installed now. Great!
552026-03-30T18:46:00.290Z
562026-03-30T18:46:00.290ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-30T18:46:00.290Zenvironment variable. This has not been done automatically.
582026-03-30T18:46:00.290Z
592026-03-30T18:46:00.290ZTo configure your current shell, you need to source
602026-03-30T18:46:00.290Zthe corresponding env file under $HOME/.cargo.
612026-03-30T18:46:00.290Z
622026-03-30T18:46:00.290ZThis is usually done by running one of the following (note the leading DOT):
632026-03-30T18:46:00.290Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-30T18:46:00.290Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-30T18:46:00.290Zsource "~/.cargo/env.nu" # For nushell
662026-03-30T18:46:00.290Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-30T18:46:00.291Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-30T18:46:00.291Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-30T18:46:00.291Zwarn: no default linker (`cc`) was found in your PATH
702026-03-30T18:46:00.291Zwarn: many Rust crates require a system C toolchain to build
712026-03-30T18:46:00.375Z+ rustup --version
722026-03-30T18:46:00.382Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-30T18:46:00.382Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-30T18:46:00.403Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-30T18:46:00.406Z+ cargo --version
762026-03-30T18:46:00.416Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-30T18:46:00.419Z+ rustc --version
782026-03-30T18:46:00.438Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-30T18:46:00.440Zprocess exited: duration 16784 ms, exit code 0
 
802026-03-30T18:46:00.447Zstarting task 2: "authentication"
812026-03-30T18:46:00.465Zprocess exited: duration 18 ms, exit code 0
 
822026-03-30T18:46:00.474Zstarting task 3: "clone repository"
832026-03-30T18:46:00.478Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-30T18:46:00.481Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-30T18:46:00.521ZCloning into '/work/oxidecomputer/omicron'...
862026-03-30T18:46:10.338Z+ cd /work/oxidecomputer/omicron
872026-03-30T18:46:10.338Z+ git fetch origin cd8f76c86468e55bf2ec0b4a2f42f12dc6ab8559
882026-03-30T18:46:10.638ZFrom https://github.com/oxidecomputer/omicron
892026-03-30T18:46:10.638Z * branch cd8f76c86468e55bf2ec0b4a2f42f12dc6ab8559 -> FETCH_HEAD
902026-03-30T18:46:10.651Z+ [[ -n update-base-v16.1 ]]
912026-03-30T18:46:10.654Z++ git branch --show-current
922026-03-30T18:46:10.659Z+ current=main
932026-03-30T18:46:10.659Z+ [[ main != update-base-v16.1 ]]
942026-03-30T18:46:10.659Z+ git branch -f update-base-v16.1 cd8f76c86468e55bf2ec0b4a2f42f12dc6ab8559
952026-03-30T18:46:10.662Z+ git checkout -f update-base-v16.1
962026-03-30T18:46:10.898ZSwitched to branch 'update-base-v16.1'
972026-03-30T18:46:10.901Z+ git reset --hard cd8f76c86468e55bf2ec0b4a2f42f12dc6ab8559
982026-03-30T18:46:11.132ZHEAD is now at cd8f76c86 merge
992026-03-30T18:46:11.135Zprocess exited: duration 10659 ms, exit code 0
 
1002026-03-30T18:46:11.141Zstarting task 4: "build"
1012026-03-30T18:46:11.146Z+ source .github/buildomat/ci-env.sh
1022026-03-30T18:46:11.146Z++ export CARGO_TERM_COLOR=always
1032026-03-30T18:46:11.146Z++ CARGO_TERM_COLOR=always
1042026-03-30T18:46:11.149Z+ cargo --version
1052026-03-30T18:46:11.156Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-30T18:46:11.159Z+ rustc --version
1072026-03-30T18:46:11.179Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-30T18:46:11.181Z+ WORK=/work
1092026-03-30T18:46:11.182Z+ pfexec mkdir -p /work
1102026-03-30T18:46:11.185Z+ pfexec chown build /work
1112026-03-30T18:46:11.188Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-30T18:46:20.210Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-30T18:46:26.943Z Startup: Caching catalogs ... Done
1142026-03-30T18:46:31.107ZPlanning: Solver setup ... Done (2.832s)
1152026-03-30T18:46:31.126ZPlanning: Running solver ... Done (0.018s)
1162026-03-30T18:46:31.246ZPlanning: Finding local manifests ... Done (0.003s)
1172026-03-30T18:46:31.258ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-30T18:46:31.352ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-30T18:46:31.384ZPlanning: Package planning ... Done (0.032s)
1202026-03-30T18:46:31.413ZPlanning: Merging actions ... Done (0.027s)
1212026-03-30T18:46:31.591ZPlanning: Checking for conflicting actions ... Done (0.179s)
1222026-03-30T18:46:31.598ZPlanning: Consolidating action changes ... Done (0.007s)
1232026-03-30T18:46:32.397ZPlanning: Evaluating mediators ... Done (0.799s)
1242026-03-30T18:46:32.403ZPlanning: Planning completed in 5.30 seconds
1252026-03-30T18:46:32.417Z Packages to install: 4
1262026-03-30T18:46:32.417Z Mediators to change: 2
1272026-03-30T18:46:32.417Z Services to change: 1
1282026-03-30T18:46:32.417Z Estimated space available: 155.35 GB
1292026-03-30T18:46:32.417ZEstimated space to be consumed: 1.84 GB
1302026-03-30T18:46:32.420Z Create boot environment: No
1312026-03-30T18:46:32.420ZCreate backup boot environment: No
1322026-03-30T18:46:32.420Z Rebuild boot archive: No
1332026-03-30T18:46:32.420Z
1342026-03-30T18:46:32.420ZChanged mediators:
1352026-03-30T18:46:32.421Z mediator clang:
1362026-03-30T18:46:32.421Z version: None -> 15 (system default)
1372026-03-30T18:46:32.421Z
1382026-03-30T18:46:32.421Z mediator llvm:
1392026-03-30T18:46:32.421Z version: 14 (system default) -> 15 (system default)
1402026-03-30T18:46:32.421Z
1412026-03-30T18:46:32.421ZChanged packages:
1422026-03-30T18:46:32.421Zhelios-dev
1432026-03-30T18:46:32.421Z developer/build-essential
1442026-03-30T18:46:32.421Z None -> 11-2.0
1452026-03-30T18:46:32.421Z library/libxmlsec1
1462026-03-30T18:46:32.421Z None -> 1.2.35-2.0
1472026-03-30T18:46:32.421Z ooce/developer/clang-15
1482026-03-30T18:46:32.421Z None -> 15.0.7-2.0
1492026-03-30T18:46:32.421Z ooce/developer/llvm-15
1502026-03-30T18:46:32.421Z None -> 15.0.7-2.0
1512026-03-30T18:46:32.421Z
1522026-03-30T18:46:32.421ZServices:
1532026-03-30T18:46:32.421Z restart_fmri:
1542026-03-30T18:46:32.421Z svc:/system/update-man-index:default
1552026-03-30T18:46:32.462Z
1562026-03-30T18:46:32.462ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-30T18:46:37.464ZDownload: 2282/3290 items 119.5/212.6MB 56% complete (24.1M/s)
1582026-03-30T18:46:41.900ZDownload: Completed 212.60 MB in 9.44 seconds (22.5M/s)
1592026-03-30T18:46:42.034Z Actions: 1/3689 actions (Installing new actions)
1602026-03-30T18:46:45.361Z Actions: Completed 3689 actions in 3.32 seconds.
1612026-03-30T18:46:45.933Z Done (0.571s)
1622026-03-30T18:46:45.933Z Done (0.000s)
1632026-03-30T18:46:46.525Z Done (0.592s)
1642026-03-30T18:46:49.780Z Done (2.931s)
1652026-03-30T18:46:49.859Z Done (0.016s)
1662026-03-30T18:46:49.862Z Done (0.000s)
1672026-03-30T18:46:50.031Z Done (0.000s)
1682026-03-30T18:46:50.840ZPlanning: Evaluating mediator changes ... Done
1692026-03-30T18:46:50.945ZPlanning: Checking for conflicting actions ... Done
1702026-03-30T18:46:50.950ZPlanning: Consolidating action changes ... Done
1712026-03-30T18:46:51.100ZPlanning: Evaluating mediators ... Done
1722026-03-30T18:46:51.103ZPlanning: Planning completed in 0.26 seconds
1732026-03-30T18:46:51.123Z Mediators to change: 2
1742026-03-30T18:46:51.123Z Create boot environment: No
1752026-03-30T18:46:51.124ZCreate backup boot environment: No
1762026-03-30T18:46:51.171Z Done
1772026-03-30T18:46:51.171Z Done
1782026-03-30T18:46:51.753Z Done
1792026-03-30T18:46:54.255Z Done
1802026-03-30T18:46:54.325Z Done
1812026-03-30T18:46:54.328Z Done
1822026-03-30T18:46:54.422Z Done
1832026-03-30T18:46:54.823ZPlanning: Evaluating mediator changes ... Done
1842026-03-30T18:46:54.826ZPlanning: Merging actions ... Done
1852026-03-30T18:46:54.962ZPlanning: Checking for conflicting actions ... Done
1862026-03-30T18:46:54.964ZPlanning: Consolidating action changes ... Done
1872026-03-30T18:46:55.103ZPlanning: Evaluating mediators ... Done
1882026-03-30T18:46:55.132ZPlanning: Planning completed in 0.45 seconds
1892026-03-30T18:46:55.157Z Packages to change: 1
1902026-03-30T18:46:55.157Z Mediators to change: 1
1912026-03-30T18:46:55.160Z Services to change: 1
1922026-03-30T18:46:55.160Z Create boot environment: No
1932026-03-30T18:46:55.160ZCreate backup boot environment: Yes
1942026-03-30T18:46:57.524Z Actions: 1/6 actions (Updating modified actions)
1952026-03-30T18:46:57.527Z Actions: Completed 6 actions in 0.00 seconds.
1962026-03-30T18:46:57.527Z Done
1972026-03-30T18:46:57.527Z Done
1982026-03-30T18:46:57.662Z Done
1992026-03-30T18:47:00.091Z Done
2002026-03-30T18:47:00.163Z Done
2012026-03-30T18:47:00.165Z Done
2022026-03-30T18:47:00.314Z Done
2032026-03-30T18:47:00.599ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2042026-03-30T18:47:00.599Zclang system 15 system
2052026-03-30T18:47:00.599Zcsh system system illumos
2062026-03-30T18:47:00.599Zctags system system illumos
2072026-03-30T18:47:00.599Zfile system system illumos
2082026-03-30T18:47:00.599Zgcc vendor 12 vendor
2092026-03-30T18:47:00.600Zgcc system 14 system
2102026-03-30T18:47:00.600Zgcc system 10 system
2112026-03-30T18:47:00.600Zgo system 1.20 system
2122026-03-30T18:47:00.600Zgo system 1.19 system
2132026-03-30T18:47:00.600Zllvm system 15 system
2142026-03-30T18:47:00.600Zllvm system 14 system
2152026-03-30T18:47:00.600Zmariadb system 10.6 system
2162026-03-30T18:47:00.600Zmta vendor vendor dma
2172026-03-30T18:47:00.600Zopenjdk system 17 system
2182026-03-30T18:47:00.600Zopenjdk system 11 system
2192026-03-30T18:47:00.600Zopenjdk system 1.8 system
2202026-03-30T18:47:00.600Zopenssl vendor 3 vendor
2212026-03-30T18:47:00.600Zperl system 5.36 system
2222026-03-30T18:47:00.600Zpostgresql system 15 system
2232026-03-30T18:47:00.600Zpostgresql system 13 system
2242026-03-30T18:47:00.600Zpython vendor 3 vendor
2252026-03-30T18:47:00.600Zpython system 2 system
2262026-03-30T18:47:00.600Zpython3 system 3.11 system
2272026-03-30T18:47:00.600Zruby system 3.0 system
2282026-03-30T18:47:00.600Zwords vendor vendor american-english
2292026-03-30T18:47:00.600Zwords system system australian-english
2302026-03-30T18:47:00.600Zwords system system british-english
2312026-03-30T18:47:00.600Zwords system system canadian-english
2322026-03-30T18:47:00.600Zwords system system french
2332026-03-30T18:47:00.600Zwords system system italian
2342026-03-30T18:47:00.600Zwords system system ngerman
2352026-03-30T18:47:00.600Zwords system system ogerman
2362026-03-30T18:47:00.600Zwords system system spanish
2372026-03-30T18:47:00.826ZPUBLISHER TYPE STATUS P LOCATION
2382026-03-30T18:47:00.826Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2392026-03-30T18:47:05.168ZFMRI IFO
2402026-03-30T18:47:05.168Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2412026-03-30T18:47:05.168Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2422026-03-30T18:47:05.168Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2432026-03-30T18:47:05.168Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2442026-03-30T18:47:05.168Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2452026-03-30T18:47:05.168Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2462026-03-30T18:47:05.168Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2472026-03-30T18:47:05.168Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2482026-03-30T18:47:05.168Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2492026-03-30T18:47:05.168Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2502026-03-30T18:47:05.168Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2512026-03-30T18:47:05.168Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2522026-03-30T18:47:05.168Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2532026-03-30T18:47:05.168Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2542026-03-30T18:47:05.168Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2552026-03-30T18:47:05.168Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2562026-03-30T18:47:06.260Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2572026-03-30T18:47:06.524Z Updating crates.io index
2582026-03-30T18:47:06.564Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2592026-03-30T18:47:07.495Z Updating git repository `https://github.com/oxidecomputer/lldp`
2602026-03-30T18:47:07.998Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2612026-03-30T18:47:17.335Z Updating git repository `https://github.com/oxidecomputer/falcon`
2622026-03-30T18:47:18.256Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2632026-03-30T18:47:18.768Z Updating git repository `https://github.com/oxidecomputer/propolis`
2642026-03-30T18:47:20.107Z Updating git repository `https://github.com/oxidecomputer/crucible`
2652026-03-30T18:47:21.487Z Updating git repository `https://github.com/oxidecomputer/opte`
2662026-03-30T18:47:22.510Z Updating git repository `https://github.com/oxidecomputer/tofino`
2672026-03-30T18:47:22.976Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2682026-03-30T18:47:23.771Z Updating git repository `https://github.com/oxidecomputer/clickward`
2692026-03-30T18:47:24.225Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2702026-03-30T18:47:24.642Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2712026-03-30T18:47:25.156Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2722026-03-30T18:47:26.019Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2732026-03-30T18:47:26.851Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2742026-03-30T18:47:27.227Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2752026-03-30T18:47:27.729Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2762026-03-30T18:47:28.235Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2772026-03-30T18:47:28.484Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2782026-03-30T18:47:28.790Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2792026-03-30T18:47:29.097Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2802026-03-30T18:47:29.654Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2812026-03-30T18:47:30.174Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2822026-03-30T18:47:30.652Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2832026-03-30T18:47:31.104Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2842026-03-30T18:47:31.424Z Updating git repository `https://github.com/oxidecomputer/ispf`
2852026-03-30T18:47:32.518Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2862026-03-30T18:47:32.754Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2872026-03-30T18:47:33.717Z Updating git repository `https://github.com/oxidecomputer/crucible`
2882026-03-30T18:47:34.494Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2892026-03-30T18:47:34.852Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2902026-03-30T18:47:35.291Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2912026-03-30T18:47:35.708Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2922026-03-30T18:47:36.472Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2932026-03-30T18:47:36.725Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2942026-03-30T18:47:37.070Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2952026-03-30T18:47:37.382Z Updating git repository `https://github.com/illumos/smf-rs`
2962026-03-30T18:47:37.839Z Updating git repository `https://github.com/oxidecomputer/omicron`
2972026-03-30T18:47:49.910Z Downloading crates ...
2982026-03-30T18:47:49.969Z Downloaded anyhow v1.0.102
2992026-03-30T18:47:49.974Z Downloaded anstream v0.6.21
3002026-03-30T18:47:49.982Z Downloaded memmap v0.7.0
3012026-03-30T18:47:49.982Z Downloaded idna_adapter v1.2.1
3022026-03-30T18:47:49.982Z Downloaded itoa v1.0.17
3032026-03-30T18:47:49.982Z Downloaded fnv v1.0.7
3042026-03-30T18:47:49.982Z Downloaded digest v0.10.7
3052026-03-30T18:47:49.987Z Downloaded thiserror v1.0.69
3062026-03-30T18:47:49.991Z Downloaded utf8parse v0.2.2
3072026-03-30T18:47:49.991Z Downloaded log v0.4.29
3082026-03-30T18:47:49.991Z Downloaded displaydoc v0.2.5
3092026-03-30T18:47:49.991Z Downloaded generic-array v0.14.7
3102026-03-30T18:47:50.000Z Downloaded tinystr v0.8.2
3112026-03-30T18:47:50.000Z Downloaded pest_generator v2.8.6
3122026-03-30T18:47:50.007Z Downloaded anstyle-query v1.1.5
3132026-03-30T18:47:50.007Z Downloaded thiserror v2.0.18
3142026-03-30T18:47:50.012Z Downloaded zerocopy-derive v0.7.35
3152026-03-30T18:47:50.013Z Downloaded errno v0.3.14
3162026-03-30T18:47:50.013Z Downloaded cfg-if v1.0.4
3172026-03-30T18:47:50.013Z Downloaded thread-id v4.2.2
3182026-03-30T18:47:50.013Z Downloaded thiserror-impl v1.0.69
3192026-03-30T18:47:50.022Z Downloaded zerofrom v0.1.6
3202026-03-30T18:47:50.022Z Downloaded utf8_iter v1.0.4
3212026-03-30T18:47:50.022Z Downloaded unicode-xid v0.2.6
3222026-03-30T18:47:50.022Z Downloaded bytecount v0.6.9
3232026-03-30T18:47:50.022Z Downloaded autocfg v1.5.0
3242026-03-30T18:47:50.027Z Downloaded cargo_metadata v0.21.0
3252026-03-30T18:47:50.027Z Downloaded toml_datetime v0.6.11
3262026-03-30T18:47:50.027Z Downloaded clap_derive v4.5.55
3272026-03-30T18:47:50.032Z Downloaded cargo-util-schemas v0.8.2
3282026-03-30T18:47:50.032Z Downloaded equivalent v1.0.2
3292026-03-30T18:47:50.032Z Downloaded yoke-derive v0.8.1
3302026-03-30T18:47:50.038Z Downloaded tabled_derive v0.7.0
3312026-03-30T18:47:50.042Z Downloaded pretty-hex v0.4.1
3322026-03-30T18:47:50.042Z Downloaded typeid v1.0.3
3332026-03-30T18:47:50.042Z Downloaded proc-macro-error-attr v1.0.4
3342026-03-30T18:47:50.042Z Downloaded stable_deref_trait v1.2.1
3352026-03-30T18:47:50.043Z Downloaded heck v0.4.1
3362026-03-30T18:47:50.043Z Downloaded unicode-linebreak v0.1.5
3372026-03-30T18:47:50.047Z Downloaded fastrand v2.3.0
3382026-03-30T18:47:50.050Z Downloaded zerofrom-derive v0.1.6
3392026-03-30T18:47:50.050Z Downloaded usdt-attr-macro v0.5.0
3402026-03-30T18:47:50.054Z Downloaded version_check v0.9.5
3412026-03-30T18:47:50.054Z Downloaded usdt-macro v0.5.0
3422026-03-30T18:47:50.054Z Downloaded thiserror-impl v2.0.18
3432026-03-30T18:47:50.054Z Downloaded block-buffer v0.10.4
3442026-03-30T18:47:50.061Z Downloaded zerovec-derive v0.11.2
3452026-03-30T18:47:50.069Z Downloaded writeable v0.6.2
3462026-03-30T18:47:50.069Z Downloaded yoke v0.8.1
3472026-03-30T18:47:50.091Z Downloaded zmij v1.0.21
3482026-03-30T18:47:50.091Z Downloaded smawk v0.3.2
3492026-03-30T18:47:50.091Z Downloaded plain v0.2.3
3502026-03-30T18:47:50.091Z Downloaded form_urlencoded v1.2.2
3512026-03-30T18:47:50.091Z Downloaded crypto-common v0.1.7
3522026-03-30T18:47:50.091Z Downloaded usdt v0.5.0
3532026-03-30T18:47:50.098Z Downloaded scroll_derive v0.12.1
3542026-03-30T18:47:50.098Z Downloaded serde_spanned v0.6.9
3552026-03-30T18:47:50.098Z Downloaded cargo-platform v0.2.0
3562026-03-30T18:47:50.098Z Downloaded dof v0.3.0
3572026-03-30T18:47:50.099Z Downloaded heck v0.5.0
3582026-03-30T18:47:50.099Z Downloaded terminal_size v0.4.3
3592026-03-30T18:47:50.099Z Downloaded toml_write v0.1.2
3602026-03-30T18:47:50.099Z Downloaded macaddr v1.0.1
3612026-03-30T18:47:50.100Z Downloaded usdt-impl v0.5.0
3622026-03-30T18:47:50.100Z Downloaded dtrace-parser v0.2.0
3632026-03-30T18:47:50.100Z Downloaded ucd-trie v0.1.7
3642026-03-30T18:47:50.108Z Downloaded toml v0.8.23
3652026-03-30T18:47:50.108Z Downloaded is_terminal_polyfill v1.70.2
3662026-03-30T18:47:50.108Z Downloaded unicode-ident v1.0.24
3672026-03-30T18:47:50.108Z Downloaded potential_utf v0.1.4
3682026-03-30T18:47:50.108Z Downloaded colorchoice v1.0.4
3692026-03-30T18:47:50.108Z Downloaded cargo_toml v0.21.0
3702026-03-30T18:47:50.108Z Downloaded textwrap v0.16.2
3712026-03-30T18:47:50.117Z Downloaded ordered-float v2.10.1
3722026-03-30T18:47:50.117Z Downloaded typenum v1.19.0
3732026-03-30T18:47:50.118Z Downloaded quote v1.0.44
3742026-03-30T18:47:50.118Z Downloaded cpufeatures v0.2.17
3752026-03-30T18:47:50.118Z Downloaded serde-untagged v0.1.9
3762026-03-30T18:47:50.118Z Downloaded zerotrie v0.2.3
3772026-03-30T18:47:50.123Z Downloaded toml_edit v0.22.27
3782026-03-30T18:47:50.127Z Downloaded strsim v0.11.1
3792026-03-30T18:47:50.127Z Downloaded url v2.5.8
3802026-03-30T18:47:50.131Z Downloaded swrite v0.1.0
3812026-03-30T18:47:50.131Z Downloaded zerocopy v0.7.35
3822026-03-30T18:47:50.140Z Downloaded litemap v0.8.1
3832026-03-30T18:47:50.145Z Downloaded percent-encoding v2.3.2
3842026-03-30T18:47:50.148Z Downloaded proc-macro-error v1.0.4
3852026-03-30T18:47:50.148Z Downloaded semver v1.0.27
3862026-03-30T18:47:50.156Z Downloaded zerovec v0.11.5
3872026-03-30T18:47:50.160Z Downloaded clap_lex v1.0.0
3882026-03-30T18:47:50.160Z Downloaded anstyle v1.0.13
3892026-03-30T18:47:50.160Z Downloaded synstructure v0.13.2
3902026-03-30T18:47:50.160Z Downloaded serde-value v0.7.0
3912026-03-30T18:47:50.160Z Downloaded camino-tempfile v1.4.1
3922026-03-30T18:47:50.160Z Downloaded scroll v0.12.0
3932026-03-30T18:47:50.166Z Downloaded winnow v0.7.14
3942026-03-30T18:47:50.171Z Downloaded icu_normalizer_data v2.1.1
3952026-03-30T18:47:50.171Z Downloaded fs-err v3.3.0
3962026-03-30T18:47:50.171Z Downloaded unicode-width v0.2.0
3972026-03-30T18:47:50.176Z Downloaded erased-serde v0.4.9
3982026-03-30T18:47:50.176Z Downloaded unicode-width v0.1.14
3992026-03-30T18:47:50.181Z Downloaded serde_tokenstream v0.2.3
4002026-03-30T18:47:50.186Z Downloaded byteorder v1.5.0
4012026-03-30T18:47:50.192Z Downloaded anstyle-parse v0.2.7
4022026-03-30T18:47:50.206Z Downloaded once_cell v1.21.3
4032026-03-30T18:47:50.215Z Downloaded sha2 v0.10.9
4042026-03-30T18:47:50.225Z Downloaded pest_derive v2.8.6
4052026-03-30T18:47:50.225Z Downloaded proc-macro2 v1.0.106
4062026-03-30T18:47:50.225Z Downloaded indexmap v2.13.0
4072026-03-30T18:47:50.225Z Downloaded clap v4.5.60
4082026-03-30T18:47:50.232Z Downloaded camino v1.2.2
4092026-03-30T18:47:50.232Z Downloaded getrandom v0.4.1
4102026-03-30T18:47:50.232Z Downloaded bitflags v2.11.0
4112026-03-30T18:47:50.232Z Downloaded tempfile v3.25.0
4122026-03-30T18:47:50.238Z Downloaded smallvec v1.15.1
4132026-03-30T18:47:50.238Z Downloaded icu_collections v2.1.1
4142026-03-30T18:47:50.238Z Downloaded num-traits v0.2.19
4152026-03-30T18:47:50.243Z Downloaded serde_core v1.0.228
4162026-03-30T18:47:50.248Z Downloaded icu_properties v2.1.2
4172026-03-30T18:47:50.253Z Downloaded icu_provider v2.1.1
4182026-03-30T18:47:50.259Z Downloaded papergrid v0.11.0
4192026-03-30T18:47:50.259Z Downloaded serde_derive v1.0.228
4202026-03-30T18:47:50.259Z Downloaded idna v1.1.0
4212026-03-30T18:47:50.265Z Downloaded icu_locale_core v2.1.1
4222026-03-30T18:47:50.269Z Downloaded icu_normalizer v2.1.1
4232026-03-30T18:47:50.269Z Downloaded serde v1.0.228
4242026-03-30T18:47:50.284Z Downloaded memchr v2.8.0
4252026-03-30T18:47:50.290Z Downloaded pest_meta v2.8.6
4262026-03-30T18:47:50.310Z Downloaded pest v2.8.6
4272026-03-30T18:47:50.316Z Downloaded clap_builder v4.5.60
4282026-03-30T18:47:50.332Z Downloaded hashbrown v0.16.1
4292026-03-30T18:47:50.351Z Downloaded serde_json v1.0.149
4302026-03-30T18:47:50.360Z Downloaded icu_properties_data v2.1.2
4312026-03-30T18:47:50.364Z Downloaded goblin v0.8.2
4322026-03-30T18:47:50.369Z Downloaded tabled v0.15.0
4332026-03-30T18:47:50.384Z Downloaded syn v1.0.109
4342026-03-30T18:47:50.396Z Downloaded syn v2.0.117
4352026-03-30T18:47:50.413Z Downloaded rustix v1.1.3
4362026-03-30T18:47:50.448Z Downloaded libc v0.2.180
4372026-03-30T18:47:50.549Z Compiling proc-macro2 v1.0.106
4382026-03-30T18:47:50.563Z Compiling unicode-ident v1.0.24
4392026-03-30T18:47:50.563Z Compiling quote v1.0.44
4402026-03-30T18:47:50.563Z Compiling serde_core v1.0.228
4412026-03-30T18:47:50.563Z Compiling libc v0.2.180
4422026-03-30T18:47:50.563Z Compiling version_check v0.9.5
4432026-03-30T18:47:50.563Z Compiling stable_deref_trait v1.2.1
4442026-03-30T18:47:50.563Z Compiling memchr v2.8.0
4452026-03-30T18:47:50.563Z Compiling serde v1.0.228
4462026-03-30T18:47:50.563Z Compiling zmij v1.0.21
4472026-03-30T18:47:50.703Z Compiling itoa v1.0.17
4482026-03-30T18:47:50.706Z Compiling ucd-trie v0.1.7
4492026-03-30T18:47:50.706Z Compiling thiserror v1.0.69
4502026-03-30T18:47:50.706Z Compiling autocfg v1.5.0
4512026-03-30T18:47:50.707Z Compiling writeable v0.6.2
4522026-03-30T18:47:50.935Z Compiling litemap v0.8.1
4532026-03-30T18:47:50.972Z Compiling rustix v1.1.3
4542026-03-30T18:47:51.003Z Compiling icu_normalizer_data v2.1.1
4552026-03-30T18:47:51.117Z Compiling icu_properties_data v2.1.2
4562026-03-30T18:47:51.150Z Compiling byteorder v1.5.0
4572026-03-30T18:47:51.185Z Compiling serde_json v1.0.149
4582026-03-30T18:47:51.243Z Compiling bitflags v2.11.0
4592026-03-30T18:47:51.316Z Compiling pest v2.8.6
4602026-03-30T18:47:51.385Z Compiling num-traits v0.2.19
4612026-03-30T18:47:51.437Z Compiling typeid v1.0.3
4622026-03-30T18:47:51.527Z Compiling hashbrown v0.16.1
4632026-03-30T18:47:51.547Z Compiling equivalent v1.0.2
4642026-03-30T18:47:51.561Z Compiling smallvec v1.15.1
4652026-03-30T18:47:51.645Z Compiling errno v0.3.14
4662026-03-30T18:47:51.645Z Compiling thread-id v4.2.2
4672026-03-30T18:47:51.697Z Compiling proc-macro-error-attr v1.0.4
4682026-03-30T18:47:51.717Z Compiling usdt-impl v0.5.0
4692026-03-30T18:47:51.734Z Compiling toml_write v0.1.2
4702026-03-30T18:47:51.739Z Compiling winnow v0.7.14
4712026-03-30T18:47:51.756Z Compiling erased-serde v0.4.9
4722026-03-30T18:47:51.827Z Compiling syn v1.0.109
4732026-03-30T18:47:51.844Z Compiling proc-macro-error v1.0.4
4742026-03-30T18:47:51.917Z Compiling log v0.4.29
4752026-03-30T18:47:51.994Z Compiling percent-encoding v2.3.2
4762026-03-30T18:47:52.032Z Compiling thiserror v2.0.18
4772026-03-30T18:47:52.073Z Compiling indexmap v2.13.0
4782026-03-30T18:47:52.114Z Compiling plain v0.2.3
4792026-03-30T18:47:52.129Z Compiling utf8parse v0.2.2
4802026-03-30T18:47:52.147Z Compiling getrandom v0.4.1
4812026-03-30T18:47:52.164Z Compiling syn v2.0.117
4822026-03-30T18:47:52.232Z Compiling utf8_iter v1.0.4
4832026-03-30T18:47:52.251Z Compiling camino v1.2.2
4842026-03-30T18:47:52.257Z Compiling anstyle-parse v0.2.7
4852026-03-30T18:47:52.312Z Compiling form_urlencoded v1.2.2
4862026-03-30T18:47:52.410Z Compiling pest_meta v2.8.6
4872026-03-30T18:47:52.524Z Compiling ordered-float v2.10.1
4882026-03-30T18:47:52.594Z Compiling pretty-hex v0.4.1
4892026-03-30T18:47:52.641Z Compiling colorchoice v1.0.4
4902026-03-30T18:47:52.673Z Compiling terminal_size v0.4.3
4912026-03-30T18:47:52.696Z Compiling cfg-if v1.0.4
4922026-03-30T18:47:52.709Z Compiling anstyle-query v1.1.5
4932026-03-30T18:47:52.726Z Compiling anstyle v1.0.13
4942026-03-30T18:47:52.757Z Compiling is_terminal_polyfill v1.70.2
4952026-03-30T18:47:52.782Z Compiling fs-err v3.3.0
4962026-03-30T18:47:52.819Z Compiling once_cell v1.21.3
4972026-03-30T18:47:52.860Z Compiling clap_lex v1.0.0
4982026-03-30T18:47:52.872Z Compiling unicode-width v0.1.14
4992026-03-30T18:47:52.935Z Compiling strsim v0.11.1
5002026-03-30T18:47:52.974Z Compiling anstream v0.6.21
5012026-03-30T18:47:53.004Z Compiling fastrand v2.3.0
5022026-03-30T18:47:53.004Z Compiling heck v0.4.1
5032026-03-30T18:47:53.014Z Compiling heck v0.5.0
5042026-03-30T18:47:53.168Z Compiling semver v1.0.27
5052026-03-30T18:47:53.222Z Compiling anyhow v1.0.102
5062026-03-30T18:47:53.240Z Compiling unicode-xid v0.2.6
5072026-03-30T18:47:53.257Z Compiling bytecount v0.6.9
5082026-03-30T18:47:53.265Z Compiling fnv v1.0.7
5092026-03-30T18:47:53.278Z Compiling clap_builder v4.5.60
5102026-03-30T18:47:53.313Z Compiling tempfile v3.25.0
5112026-03-30T18:47:53.380Z Compiling papergrid v0.11.0
5122026-03-30T18:47:53.417Z Compiling memmap v0.7.0
5132026-03-30T18:47:53.456Z Compiling unicode-linebreak v0.1.5
5142026-03-30T18:47:53.515Z Compiling serde-untagged v0.1.9
5152026-03-30T18:47:53.583Z Compiling smawk v0.3.2
5162026-03-30T18:47:53.601Z Compiling unicode-width v0.2.0
5172026-03-30T18:47:53.617Z Compiling camino-tempfile v1.4.1
5182026-03-30T18:47:53.723Z Compiling swrite v0.1.0
5192026-03-30T18:47:53.743Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5202026-03-30T18:47:53.839Z Compiling textwrap v0.16.2
5212026-03-30T18:47:54.086Z Compiling tabled_derive v0.7.0
5222026-03-30T18:47:54.670Z Compiling synstructure v0.13.2
5232026-03-30T18:47:54.671Z Compiling pest_generator v2.8.6
5242026-03-30T18:47:54.745Z Compiling tabled v0.15.0
5252026-03-30T18:47:55.214Z Compiling serde_derive v1.0.228
5262026-03-30T18:47:55.215Z Compiling zerofrom-derive v0.1.6
5272026-03-30T18:47:55.215Z Compiling yoke-derive v0.8.1
5282026-03-30T18:47:55.215Z Compiling zerovec-derive v0.11.2
5292026-03-30T18:47:55.215Z Compiling displaydoc v0.2.5
5302026-03-30T18:47:55.230Z Compiling thiserror-impl v1.0.69
5312026-03-30T18:47:55.230Z Compiling zerocopy-derive v0.7.35
5322026-03-30T18:47:55.240Z Compiling scroll_derive v0.12.1
5332026-03-30T18:47:55.260Z Compiling thiserror-impl v2.0.18
5342026-03-30T18:47:55.288Z Compiling clap_derive v4.5.55
5352026-03-30T18:47:55.360Z Compiling pest_derive v2.8.6
5362026-03-30T18:47:55.871Z Compiling scroll v0.12.0
5372026-03-30T18:47:56.064Z Compiling zerocopy v0.7.35
5382026-03-30T18:47:56.100Z Compiling goblin v0.8.2
5392026-03-30T18:47:56.270Z Compiling zerofrom v0.1.6
5402026-03-30T18:47:56.373Z Compiling dtrace-parser v0.2.0
5412026-03-30T18:47:56.383Z Compiling yoke v0.8.1
5422026-03-30T18:47:56.544Z Compiling zerovec v0.11.5
5432026-03-30T18:47:56.544Z Compiling zerotrie v0.2.3
5442026-03-30T18:47:56.665Z Compiling clap v4.5.60
5452026-03-30T18:47:56.971Z Compiling tinystr v0.8.2
5462026-03-30T18:47:56.971Z Compiling potential_utf v0.1.4
5472026-03-30T18:47:57.142Z Compiling icu_collections v2.1.1
5482026-03-30T18:47:57.148Z Compiling icu_locale_core v2.1.1
5492026-03-30T18:47:57.677Z Compiling icu_provider v2.1.1
5502026-03-30T18:47:57.797Z Compiling toml_datetime v0.6.11
5512026-03-30T18:47:57.797Z Compiling serde_spanned v0.6.9
5522026-03-30T18:47:57.802Z Compiling serde-value v0.7.0
5532026-03-30T18:47:57.802Z Compiling cargo-platform v0.2.0
5542026-03-30T18:47:57.802Z Compiling macaddr v1.0.1
5552026-03-30T18:47:57.820Z Compiling dof v0.3.0
5562026-03-30T18:47:57.823Z Compiling serde_tokenstream v0.2.3
5572026-03-30T18:47:57.887Z Compiling icu_properties v2.1.2
5582026-03-30T18:47:57.898Z Compiling icu_normalizer v2.1.1
5592026-03-30T18:47:58.007Z Compiling toml_edit v0.22.27
5602026-03-30T18:47:58.575Z Compiling usdt-macro v0.5.0
5612026-03-30T18:47:58.575Z Compiling usdt-attr-macro v0.5.0
5622026-03-30T18:47:58.795Z Compiling idna_adapter v1.2.1
5632026-03-30T18:47:58.902Z Compiling idna v1.1.0
5642026-03-30T18:47:59.215Z Compiling usdt v0.5.0
5652026-03-30T18:47:59.243Z Compiling url v2.5.8
5662026-03-30T18:47:59.325Z Compiling toml v0.8.23
5672026-03-30T18:47:59.637Z Compiling cargo-util-schemas v0.8.2
5682026-03-30T18:47:59.637Z Compiling cargo_toml v0.21.0
5692026-03-30T18:48:00.431Z Compiling cargo_metadata v0.21.0
5702026-03-30T18:48:01.352Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5712026-03-30T18:48:03.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.37s
5722026-03-30T18:48:03.701Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5732026-03-30T18:48:04.256Z Downloading crates ...
5742026-03-30T18:48:04.350Z Downloaded aead v0.5.2
5752026-03-30T18:48:04.357Z Downloaded adler2 v2.0.1
5762026-03-30T18:48:04.361Z Downloaded cassowary v0.3.0
5772026-03-30T18:48:04.361Z Downloaded byte-wrapper v0.1.0
5782026-03-30T18:48:04.365Z Downloaded cookie v0.18.1
5792026-03-30T18:48:04.386Z Downloaded ascii-canvas v3.0.0
5802026-03-30T18:48:04.392Z Downloaded atomicwrites v0.4.4
5812026-03-30T18:48:04.392Z Downloaded array-init v0.0.4
5822026-03-30T18:48:04.393Z Downloaded curve25519-dalek-derive v0.1.1
5832026-03-30T18:48:04.393Z Downloaded debug-ignore v1.0.5
5842026-03-30T18:48:04.393Z Downloaded ctr v0.9.2
5852026-03-30T18:48:04.393Z Downloaded atomic-waker v1.1.2
5862026-03-30T18:48:04.393Z Downloaded async-stream-impl v0.3.6
5872026-03-30T18:48:04.393Z Downloaded arrayref v0.3.9
5882026-03-30T18:48:04.393Z Downloaded assert_matches v1.5.0
5892026-03-30T18:48:04.393Z Downloaded darling_core v0.20.11
5902026-03-30T18:48:04.407Z Downloaded derive-ex v0.1.8
5912026-03-30T18:48:04.408Z Downloaded der_derive v0.7.3
5922026-03-30T18:48:04.408Z Downloaded cstr-argument v0.1.2
5932026-03-30T18:48:04.408Z Downloaded bcrypt-pbkdf v0.10.0
5942026-03-30T18:48:04.408Z Downloaded bb8 v0.8.6
5952026-03-30T18:48:04.408Z Downloaded defmt-parser v1.0.0
5962026-03-30T18:48:04.412Z Downloaded base16ct v1.0.0
5972026-03-30T18:48:04.412Z Downloaded ciborium-ll v0.2.2
5982026-03-30T18:48:04.412Z Downloaded block-padding v0.3.3
5992026-03-30T18:48:04.412Z Downloaded csv-core v0.1.13
6002026-03-30T18:48:04.412Z Downloaded crc8 v0.1.1
6012026-03-30T18:48:04.412Z Downloaded env_filter v1.0.0
6022026-03-30T18:48:04.412Z Downloaded cobs v0.3.0
6032026-03-30T18:48:04.412Z Downloaded bit-set v0.5.3
6042026-03-30T18:48:04.412Z Downloaded endian-type v0.1.2
6052026-03-30T18:48:04.412Z Downloaded defmt-macros v1.0.1
6062026-03-30T18:48:04.413Z Downloaded defmt v1.0.1
6072026-03-30T18:48:04.418Z Downloaded downcast-rs v2.0.2
6082026-03-30T18:48:04.418Z Downloaded const_format v0.2.35
6092026-03-30T18:48:04.424Z Downloaded diesel_table_macro_syntax v0.3.0
6102026-03-30T18:48:04.424Z Downloaded darling_macro v0.20.11
6112026-03-30T18:48:04.424Z Downloaded darling v0.21.3
6122026-03-30T18:48:04.429Z Downloaded dsl_auto_type v0.2.0
6132026-03-30T18:48:04.429Z Downloaded async-trait v0.1.89
6142026-03-30T18:48:04.429Z Downloaded argon2 v0.5.3
6152026-03-30T18:48:04.429Z Downloaded display-error-chain v0.2.2
6162026-03-30T18:48:04.429Z Downloaded darling_macro v0.23.0
6172026-03-30T18:48:04.429Z Downloaded dunce v1.0.5
6182026-03-30T18:48:04.429Z Downloaded defmt v0.3.100
6192026-03-30T18:48:04.440Z Downloaded dtrace-parser v0.3.0
6202026-03-30T18:48:04.440Z Downloaded deranged v0.5.8
6212026-03-30T18:48:04.440Z Downloaded cargo-platform v0.1.9
6222026-03-30T18:48:04.441Z Downloaded bit-set v0.8.0
6232026-03-30T18:48:04.441Z Downloaded darling_macro v0.21.3
6242026-03-30T18:48:04.450Z Downloaded base64ct v1.8.3
6252026-03-30T18:48:04.450Z Downloaded critical-section v1.2.0
6262026-03-30T18:48:04.450Z Downloaded crc v3.4.0
6272026-03-30T18:48:04.450Z Downloaded bitfield-macros v0.19.4
6282026-03-30T18:48:04.450Z Downloaded backoff v0.4.0
6292026-03-30T18:48:04.450Z Downloaded async-recursion v1.1.1
6302026-03-30T18:48:04.450Z Downloaded darling v0.23.0
6312026-03-30T18:48:04.450Z Downloaded fd-lock v4.0.4
6322026-03-30T18:48:04.454Z Downloaded crucible-workspace-hack v0.1.0
6332026-03-30T18:48:04.454Z Downloaded base16ct v0.2.0
6342026-03-30T18:48:04.454Z Downloaded crunchy v0.2.4
6352026-03-30T18:48:04.455Z Downloaded async-stream v0.3.6
6362026-03-30T18:48:04.455Z Downloaded float-cmp v0.10.0
6372026-03-30T18:48:04.455Z Downloaded atty v0.2.14
6382026-03-30T18:48:04.459Z Downloaded either v1.15.0
6392026-03-30T18:48:04.459Z Downloaded dropshot_endpoint v0.16.7
6402026-03-30T18:48:04.459Z Downloaded bitfield v0.19.4
6412026-03-30T18:48:04.459Z Downloaded cexpr v0.6.0
6422026-03-30T18:48:04.464Z Downloaded corncobs v0.1.4
6432026-03-30T18:48:04.464Z Downloaded dirs-sys-next v0.1.2
6442026-03-30T18:48:04.464Z Downloaded blowfish v0.9.1
6452026-03-30T18:48:04.464Z Downloaded fixedbitset v0.4.2
6462026-03-30T18:48:04.470Z Downloaded embedded-io v0.4.0
6472026-03-30T18:48:04.470Z Downloaded ahash v0.8.12
6482026-03-30T18:48:04.470Z Downloaded bcs v0.1.6
6492026-03-30T18:48:04.470Z Downloaded backon v1.6.0
6502026-03-30T18:48:04.470Z Downloaded arrayvec v0.7.6
6512026-03-30T18:48:04.475Z Downloaded difflib v0.4.0
6522026-03-30T18:48:04.475Z Downloaded dof v0.4.0
6532026-03-30T18:48:04.475Z Downloaded bit-vec v0.6.3
6542026-03-30T18:48:04.475Z Downloaded castaway v0.2.4
6552026-03-30T18:48:04.479Z Downloaded bitfield-struct v0.6.2
6562026-03-30T18:48:04.479Z Downloaded dyn-clone v1.0.20
6572026-03-30T18:48:04.483Z Downloaded enum-as-inner v0.6.1
6582026-03-30T18:48:04.483Z Downloaded dropshot-api-manager-types v0.6.0
6592026-03-30T18:48:04.483Z Downloaded foreign-types-shared v0.1.1
6602026-03-30T18:48:04.483Z Downloaded convert_case v0.4.0
6612026-03-30T18:48:04.483Z Downloaded flagset v0.4.7
6622026-03-30T18:48:04.531Z Downloaded ciborium-io v0.2.2
6632026-03-30T18:48:04.531Z Downloaded futures-macro v0.3.32
6642026-03-30T18:48:04.531Z Downloaded chacha20 v0.9.1
6652026-03-30T18:48:04.531Z Downloaded cfg_aliases v0.1.1
6662026-03-30T18:48:04.531Z Downloaded bit-vec v0.8.0
6672026-03-30T18:48:04.531Z Downloaded foreign-types v0.5.0
6682026-03-30T18:48:04.531Z Downloaded gethostname v0.5.0
6692026-03-30T18:48:04.532Z Downloaded futures-sink v0.3.32
6702026-03-30T18:48:04.532Z Downloaded convert_case v0.10.0
6712026-03-30T18:48:04.532Z Downloaded futures-io v0.3.32
6722026-03-30T18:48:04.532Z Downloaded cpufeatures v0.3.0
6732026-03-30T18:48:04.539Z Downloaded cipher v0.4.4
6742026-03-30T18:48:04.539Z Downloaded funty v2.0.0
6752026-03-30T18:48:04.540Z Downloaded foreign-types-shared v0.3.1
6762026-03-30T18:48:04.540Z Downloaded camino-tempfile-ext v0.3.3
6772026-03-30T18:48:04.540Z Downloaded dirs-next v2.0.0
6782026-03-30T18:48:04.540Z Downloaded cfg_aliases v0.2.1
6792026-03-30T18:48:04.540Z Downloaded bitflags v1.3.2
6802026-03-30T18:48:04.540Z Downloaded foreign-types v0.3.2
6812026-03-30T18:48:04.540Z Downloaded embedded-io v0.6.1
6822026-03-30T18:48:04.540Z Downloaded async-bb8-diesel v0.2.1
6832026-03-30T18:48:04.540Z Downloaded find-msvc-tools v0.1.9
6842026-03-30T18:48:04.540Z Downloaded drift v0.1.3
6852026-03-30T18:48:04.540Z Downloaded allocator-api2 v0.2.21
6862026-03-30T18:48:04.540Z Downloaded cmake v0.1.57
6872026-03-30T18:48:04.540Z Downloaded buf-list v1.1.2
6882026-03-30T18:48:04.540Z Downloaded globwalk v0.9.1
6892026-03-30T18:48:04.540Z Downloaded float-ord v0.3.2
6902026-03-30T18:48:04.540Z Downloaded document-features v0.2.12
6912026-03-30T18:48:04.540Z Downloaded fxhash v0.2.1
6922026-03-30T18:48:04.540Z Downloaded futures-task v0.3.32
6932026-03-30T18:48:04.540Z Downloaded headers-core v0.3.0
6942026-03-30T18:48:04.540Z Downloaded foreign-types-macros v0.2.3
6952026-03-30T18:48:04.540Z Downloaded crc-catalog v2.4.0
6962026-03-30T18:48:04.540Z Downloaded derive_builder_macro v0.20.2
6972026-03-30T18:48:04.540Z Downloaded diesel-dtrace v0.5.0
6982026-03-30T18:48:04.541Z Downloaded daft-derive v0.1.5
6992026-03-30T18:48:04.541Z Downloaded ghash v0.5.1
7002026-03-30T18:48:04.547Z Downloaded hex v0.4.3
7012026-03-30T18:48:04.547Z Downloaded crossbeam-deque v0.8.6
7022026-03-30T18:48:04.547Z Downloaded derive_builder_core v0.20.2
7032026-03-30T18:48:04.547Z Downloaded ff v0.13.1
7042026-03-30T18:48:04.547Z Downloaded ena v0.14.4
7052026-03-30T18:48:04.547Z Downloaded cbc v0.1.2
7062026-03-30T18:48:04.551Z Downloaded cargo_metadata v0.19.2
7072026-03-30T18:48:04.551Z Downloaded cancel-safe-futures v0.1.5
7082026-03-30T18:48:04.551Z Downloaded filetime v0.2.27
7092026-03-30T18:48:04.551Z Downloaded clang-sys v1.8.1
7102026-03-30T18:48:04.558Z Downloaded http-body v1.0.1
7112026-03-30T18:48:04.558Z Downloaded blake2 v0.10.6
7122026-03-30T18:48:04.561Z Downloaded home v0.5.12
7132026-03-30T18:48:04.561Z Downloaded hash32 v0.3.1
7142026-03-30T18:48:04.561Z Downloaded http-range v0.1.5
7152026-03-30T18:48:04.561Z Downloaded hash32 v0.2.1
7162026-03-30T18:48:04.561Z Downloaded futures-core v0.3.32
7172026-03-30T18:48:04.561Z Downloaded hostname v0.4.2
7182026-03-30T18:48:04.566Z Downloaded hex-literal v0.4.1
7192026-03-30T18:48:04.566Z Downloaded hubpack_derive v0.1.1
7202026-03-30T18:48:04.573Z Downloaded der v0.7.10
7212026-03-30T18:48:04.580Z Downloaded colored v3.1.1
7222026-03-30T18:48:04.580Z Downloaded env_logger v0.11.9
7232026-03-30T18:48:04.580Z Downloaded futures-executor v0.3.32
7242026-03-30T18:48:04.580Z Downloaded chacha20 v0.10.0
7252026-03-30T18:48:04.587Z Downloaded constant_time_eq v0.4.2
7262026-03-30T18:48:04.587Z Downloaded bzip2 v0.4.4
7272026-03-30T18:48:04.587Z Downloaded hyper-tls v0.6.0
7282026-03-30T18:48:04.587Z Downloaded arc-swap v1.8.2
7292026-03-30T18:48:04.587Z Downloaded ecdsa v0.16.9
7302026-03-30T18:48:04.591Z Downloaded hubpack v0.1.2
7312026-03-30T18:48:04.591Z Downloaded daft v0.1.5
7322026-03-30T18:48:04.591Z Downloaded data-encoding v2.10.0
7332026-03-30T18:48:04.591Z Downloaded indoc v1.0.9
7342026-03-30T18:48:04.591Z Downloaded erased-serde v0.3.31
7352026-03-30T18:48:04.594Z Downloaded const_format_proc_macros v0.2.34
7362026-03-30T18:48:04.594Z Downloaded ident_case v1.0.1
7372026-03-30T18:48:04.594Z Downloaded console v0.15.11
7382026-03-30T18:48:04.599Z Downloaded const-oid v0.9.6
7392026-03-30T18:48:04.599Z Downloaded colored v2.2.0
7402026-03-30T18:48:04.599Z Downloaded ciborium v0.2.2
7412026-03-30T18:48:04.606Z Downloaded inout v0.1.4
7422026-03-30T18:48:04.606Z Downloaded indent_write v2.2.0
7432026-03-30T18:48:04.606Z Downloaded cargo_toml v0.22.3
7442026-03-30T18:48:04.606Z Downloaded globset v0.4.18
7452026-03-30T18:48:04.606Z Downloaded httpdate v1.0.3
7462026-03-30T18:48:04.612Z Downloaded git-stub-vcs v0.1.0
7472026-03-30T18:48:04.612Z Downloaded crc32fast v1.5.0
7482026-03-30T18:48:04.616Z Downloaded cookie_store v0.22.1
7492026-03-30T18:48:04.616Z Downloaded is_ci v1.2.0
7502026-03-30T18:48:04.616Z Downloaded internet-checksum v0.2.1
7512026-03-30T18:48:04.622Z Downloaded lazy_static v1.5.0
7522026-03-30T18:48:04.622Z Downloaded group v0.13.0
7532026-03-30T18:48:04.622Z Downloaded fs-err v2.11.0
7542026-03-30T18:48:04.622Z Downloaded darling_core v0.23.0
7552026-03-30T18:48:04.626Z Downloaded keccak v0.1.6
7562026-03-30T18:48:04.626Z Downloaded fs_extra v1.3.0
7572026-03-30T18:48:04.631Z Downloaded getrandom v0.2.17
7582026-03-30T18:48:04.631Z Downloaded crossbeam-epoch v0.9.18
7592026-03-30T18:48:04.634Z Downloaded foldhash v0.2.0
7602026-03-30T18:48:04.634Z Downloaded ed25519 v2.2.3
7612026-03-30T18:48:04.634Z Downloaded bytes v1.11.1
7622026-03-30T18:48:04.637Z Downloaded linked-hash-map v0.5.6
7632026-03-30T18:48:04.637Z Downloaded hostname v0.3.1
7642026-03-30T18:48:04.637Z Downloaded glob v0.3.3
7652026-03-30T18:48:04.637Z Downloaded diff v0.1.13
7662026-03-30T18:48:04.640Z Downloaded lru v0.12.5
7672026-03-30T18:48:04.640Z Downloaded ar_archive_writer v0.5.1
7682026-03-30T18:48:04.646Z Downloaded libscf-sys v1.1.0
7692026-03-30T18:48:04.646Z Downloaded des v0.8.1
7702026-03-30T18:48:04.649Z Downloaded crypto-bigint v0.5.5
7712026-03-30T18:48:04.650Z Downloaded managed v0.8.0
7722026-03-30T18:48:04.650Z Downloaded instability v0.3.11
7732026-03-30T18:48:04.654Z Downloaded derive_builder v0.20.2
7742026-03-30T18:48:04.655Z Downloaded ingot v0.1.1
7752026-03-30T18:48:04.659Z Downloaded ipnetwork v0.21.1
7762026-03-30T18:48:04.659Z Downloaded indoc v2.0.7
7772026-03-30T18:48:04.660Z Downloaded fixedbitset v0.5.7
7782026-03-30T18:48:04.660Z Downloaded futures v0.3.32
7792026-03-30T18:48:04.664Z Downloaded lzss v0.8.2
7802026-03-30T18:48:04.664Z Downloaded md-5 v0.10.6
7812026-03-30T18:48:04.668Z Downloaded lru-cache v0.1.2
7822026-03-30T18:48:04.668Z Downloaded console v0.16.2
7832026-03-30T18:48:04.668Z Downloaded futures-channel v0.3.32
7842026-03-30T18:48:04.668Z Downloaded maybe-uninit v2.0.0
7852026-03-30T18:48:04.672Z Downloaded is-terminal v0.4.17
7862026-03-30T18:48:04.672Z Downloaded libloading v0.8.9
7872026-03-30T18:48:04.672Z Downloaded darling v0.20.11
7882026-03-30T18:48:04.675Z Downloaded impl-trait-for-tuples v0.2.3
7892026-03-30T18:48:04.675Z Downloaded hyper-staticfile v0.10.1
7902026-03-30T18:48:04.680Z Downloaded base64 v0.21.7
7912026-03-30T18:48:04.680Z Downloaded mime v0.3.17
7922026-03-30T18:48:04.680Z Downloaded memoffset v0.9.1
7932026-03-30T18:48:04.683Z Downloaded lru-slab v0.1.2
7942026-03-30T18:48:04.683Z Downloaded chacha20poly1305 v0.10.1
7952026-03-30T18:48:04.683Z Downloaded crossbeam-utils v0.8.21
7962026-03-30T18:48:04.687Z Downloaded match_cfg v0.1.0
7972026-03-30T18:48:04.687Z Downloaded maplit v1.0.2
7982026-03-30T18:48:04.688Z Downloaded base64 v0.22.1
7992026-03-30T18:48:04.703Z Downloaded newline-converter v0.3.0
8002026-03-30T18:48:04.703Z Downloaded foldhash v0.1.5
8012026-03-30T18:48:04.703Z Downloaded fallible-iterator v0.2.0
8022026-03-30T18:48:04.703Z Downloaded humantime v2.3.0
8032026-03-30T18:48:04.703Z Downloaded bzip2 v0.6.1
8042026-03-30T18:48:04.703Z Downloaded kstat-rs v0.2.4
8052026-03-30T18:48:04.703Z Downloaded http-body-util v0.1.3
8062026-03-30T18:48:04.713Z Downloaded libsw-core v0.3.2
8072026-03-30T18:48:04.713Z Downloaded ipnet v2.11.0
8082026-03-30T18:48:04.713Z Downloaded nibble_vec v0.1.0
8092026-03-30T18:48:04.713Z Downloaded newtype-uuid-macros v0.1.0
8102026-03-30T18:48:04.713Z Downloaded num v0.4.3
8112026-03-30T18:48:04.713Z Downloaded new_debug_unreachable v1.0.6
8122026-03-30T18:48:04.713Z Downloaded instant v0.1.13
8132026-03-30T18:48:04.713Z Downloaded git-stub v1.0.0
8142026-03-30T18:48:04.713Z Downloaded md5 v0.7.0
8152026-03-30T18:48:04.713Z Downloaded newtype_derive v0.1.6
8162026-03-30T18:48:04.713Z Downloaded multimap v0.10.1
8172026-03-30T18:48:04.721Z Downloaded highway v1.3.0
8182026-03-30T18:48:04.721Z Downloaded crc-any v2.5.0
8192026-03-30T18:48:04.721Z Downloaded hmac v0.12.1
8202026-03-30T18:48:04.721Z Downloaded half v1.8.3
8212026-03-30T18:48:04.721Z Downloaded num-iter v0.1.45
8222026-03-30T18:48:04.729Z Downloaded nonempty v0.12.0
8232026-03-30T18:48:04.730Z Downloaded compact_str v0.8.1
8242026-03-30T18:48:04.730Z Downloaded num-derive v0.4.2
8252026-03-30T18:48:04.730Z Downloaded lalrpop-util v0.19.12
8262026-03-30T18:48:04.730Z Downloaded nodrop v0.1.14
8272026-03-30T18:48:04.731Z Downloaded num-derive v0.3.3
8282026-03-30T18:48:04.731Z Downloaded num-conv v0.2.0
8292026-03-30T18:48:04.735Z Downloaded normalize-line-endings v0.3.0
8302026-03-30T18:48:04.735Z Downloaded num_threads v0.1.7
8312026-03-30T18:48:04.735Z Downloaded libsw v3.5.0
8322026-03-30T18:48:04.735Z Downloaded derive_more v0.99.20
8332026-03-30T18:48:04.744Z Downloaded cc v1.2.56
8342026-03-30T18:48:04.744Z Downloaded num_enum_derive v0.5.11
8352026-03-30T18:48:04.744Z Downloaded lock_api v0.4.14
8362026-03-30T18:48:04.745Z Downloaded openssl-probe v0.1.6
8372026-03-30T18:48:04.745Z Downloaded linear-map v1.2.0
8382026-03-30T18:48:04.748Z Downloaded hyper-rustls v0.27.7
8392026-03-30T18:48:04.748Z Downloaded darling_core v0.21.3
8402026-03-30T18:48:04.748Z Downloaded elliptic-curve v0.13.8
8412026-03-30T18:48:04.752Z Downloaded iana-time-zone v0.1.65
8422026-03-30T18:48:04.755Z Downloaded packed_struct_codegen v0.10.1
8432026-03-30T18:48:04.762Z Downloaded oso-derive v0.27.3
8442026-03-30T18:48:04.767Z Downloaded opaque-debug v0.3.1
8452026-03-30T18:48:04.767Z Downloaded fatfs v0.3.6
8462026-03-30T18:48:04.768Z Downloaded parse-size v1.1.0
8472026-03-30T18:48:04.768Z Downloaded litrs v1.0.0
8482026-03-30T18:48:04.800Z Downloaded peg-runtime v0.8.5
8492026-03-30T18:48:04.815Z Downloaded path-slash v0.1.5
8502026-03-30T18:48:04.815Z Downloaded pbkdf2 v0.12.2
8512026-03-30T18:48:04.815Z Downloaded parse-display v0.10.0
8522026-03-30T18:48:04.815Z Downloaded newtype-uuid v1.3.2
8532026-03-30T18:48:04.815Z Downloaded nanorand v0.7.0
8542026-03-30T18:48:04.815Z Downloaded multer v3.1.0
8552026-03-30T18:48:04.815Z Downloaded nu-ansi-term v0.50.3
8562026-03-30T18:48:04.815Z Downloaded getrandom v0.3.4
8572026-03-30T18:48:04.815Z Downloaded num-rational v0.4.2
8582026-03-30T18:48:04.815Z Downloaded num-integer v0.1.46
8592026-03-30T18:48:04.815Z Downloaded libefi-sys v0.1.0
8602026-03-30T18:48:04.815Z Downloaded phf_shared v0.11.3
8612026-03-30T18:48:04.815Z Downloaded jobserver v0.1.34
8622026-03-30T18:48:04.815Z Downloaded phf_shared v0.12.1
8632026-03-30T18:48:04.816Z Downloaded num_enum v0.5.11
8642026-03-30T18:48:04.823Z Downloaded pin-utils v0.1.0
8652026-03-30T18:48:04.823Z Downloaded phf_shared v0.13.1
8662026-03-30T18:48:04.823Z Downloaded num_enum_derive v0.7.5
8672026-03-30T18:48:04.823Z Downloaded half v2.7.1
8682026-03-30T18:48:04.823Z Downloaded num-complex v0.4.6
8692026-03-30T18:48:04.823Z Downloaded ingot-types v0.1.2
8702026-03-30T18:48:04.823Z Downloaded flate2 v1.1.9
8712026-03-30T18:48:04.823Z Downloaded ingot-macros v0.1.1
8722026-03-30T18:48:04.823Z Downloaded openssl-macros v0.1.1
8732026-03-30T18:48:04.823Z Downloaded memmap2 v0.9.10
8742026-03-30T18:48:04.823Z Downloaded httparse v1.10.1
8752026-03-30T18:48:04.827Z Downloaded precomputed-hash v0.1.1
8762026-03-30T18:48:04.827Z Downloaded olpc-cjson v0.1.4
8772026-03-30T18:48:04.827Z Downloaded derive-where v1.6.0
8782026-03-30T18:48:04.827Z Downloaded oxnet v0.1.4
8792026-03-30T18:48:04.827Z Downloaded owo-colors v4.3.0
8802026-03-30T18:48:04.834Z Downloaded predicates-core v1.0.10
8812026-03-30T18:48:04.834Z Downloaded predicates-tree v1.0.13
8822026-03-30T18:48:04.834Z Downloaded openssl-probe v0.2.1
8832026-03-30T18:48:04.834Z Downloaded indexmap v1.9.3
8842026-03-30T18:48:04.845Z Downloaded proc-macro-crate v1.3.1
8852026-03-30T18:48:04.845Z Downloaded powerfmt v0.2.0
8862026-03-30T18:48:04.845Z Downloaded proc-macro-crate v3.4.0
8872026-03-30T18:48:04.845Z Downloaded native-tls v0.2.18
8882026-03-30T18:48:04.846Z Downloaded oxide-tokio-rt v0.1.3
8892026-03-30T18:48:04.852Z Downloaded packed_struct v0.10.1
8902026-03-30T18:48:04.852Z Downloaded parking_lot_core v0.8.6
8912026-03-30T18:48:04.852Z Downloaded proc-macro-error-attr2 v2.0.0
8922026-03-30T18:48:04.852Z Downloaded ignore v0.4.25
8932026-03-30T18:48:04.852Z Downloaded password-hash v0.4.2
8942026-03-30T18:48:04.852Z Downloaded mime_guess v2.0.5
8952026-03-30T18:48:04.857Z Downloaded heapless v0.7.17
8962026-03-30T18:48:04.857Z Downloaded progenitor-client v0.10.0
8972026-03-30T18:48:04.857Z Downloaded progenitor-macro v0.10.0
8982026-03-30T18:48:04.857Z Downloaded heapless v0.8.0
8992026-03-30T18:48:04.857Z Downloaded progenitor-macro v0.13.0
9002026-03-30T18:48:04.862Z Downloaded progenitor-macro v0.11.2
9012026-03-30T18:48:04.863Z Downloaded hickory-client v0.25.2
9022026-03-30T18:48:04.863Z Downloaded bumpalo v3.20.2
9032026-03-30T18:48:04.873Z Downloaded pem v3.0.6
9042026-03-30T18:48:04.873Z Downloaded peg v0.8.5
9052026-03-30T18:48:04.873Z Downloaded psl-types v2.0.11
9062026-03-30T18:48:04.873Z Downloaded paste v1.0.15
9072026-03-30T18:48:04.920Z Downloaded quick-error v1.2.3
9082026-03-30T18:48:04.920Z Downloaded pem-rfc7468 v0.7.0
9092026-03-30T18:48:04.920Z Downloaded phf v0.13.1
9102026-03-30T18:48:04.920Z Downloaded pin-project-lite v0.2.17
9112026-03-30T18:48:04.920Z Downloaded phf v0.12.1
9122026-03-30T18:48:04.920Z Downloaded num_enum v0.7.5
9132026-03-30T18:48:04.942Z Downloaded peg-macros v0.8.5
9142026-03-30T18:48:04.942Z Downloaded pbkdf2 v0.11.0
9152026-03-30T18:48:04.942Z Downloaded password-hash v0.5.0
9162026-03-30T18:48:04.942Z Downloaded omicron-zone-package v0.12.2
9172026-03-30T18:48:04.942Z Downloaded headers v0.4.1
9182026-03-30T18:48:04.942Z Downloaded flume v0.11.1
9192026-03-30T18:48:04.942Z Downloaded radium v0.7.0
9202026-03-30T18:48:04.942Z Downloaded pkcs8 v0.10.2
9212026-03-30T18:48:04.942Z Downloaded pkg-config v0.3.32
9222026-03-30T18:48:04.942Z Downloaded libbz2-rs-sys v0.2.2
9232026-03-30T18:48:04.942Z Downloaded aes v0.8.4
9242026-03-30T18:48:04.942Z Downloaded rand_chacha v0.3.1
9252026-03-30T18:48:04.943Z Downloaded progenitor-client v0.11.2
9262026-03-30T18:48:04.943Z Downloaded progenitor v0.10.0
9272026-03-30T18:48:04.943Z Downloaded polyval v0.6.2
9282026-03-30T18:48:04.943Z Downloaded primeorder v0.13.6
9292026-03-30T18:48:04.943Z Downloaded poly1305 v0.8.0
9302026-03-30T18:48:04.943Z Downloaded ref-cast-impl v1.0.25
9312026-03-30T18:48:04.943Z Downloaded ppv-lite86 v0.2.21
9322026-03-30T18:48:04.943Z Downloaded ref-cast v1.0.25
9332026-03-30T18:48:04.943Z Downloaded recursive v0.1.1
9342026-03-30T18:48:04.943Z Downloaded predicates v3.1.4
9352026-03-30T18:48:04.943Z Downloaded parking_lot_core v0.9.12
9362026-03-30T18:48:04.943Z Downloaded progenitor-client v0.13.0
9372026-03-30T18:48:04.943Z Downloaded proc-macro-error2 v2.0.1
9382026-03-30T18:48:04.943Z Downloaded indicatif v0.18.4
9392026-03-30T18:48:04.943Z Downloaded parking_lot v0.11.2
9402026-03-30T18:48:04.944Z Downloaded psm v0.1.30
9412026-03-30T18:48:04.944Z Downloaded ed25519-dalek v2.2.0
9422026-03-30T18:48:04.956Z Downloaded rand_xorshift v0.4.0
9432026-03-30T18:48:04.956Z Downloaded recursive-proc-macro-impl v0.1.1
9442026-03-30T18:48:04.956Z Downloaded postgres-protocol v0.6.10
9452026-03-30T18:48:04.956Z Downloaded progenitor v0.13.0
9462026-03-30T18:48:04.956Z Downloaded parse-display-derive v0.10.0
9472026-03-30T18:48:04.956Z Downloaded rtoolbox v0.0.3
9482026-03-30T18:48:04.956Z Downloaded progenitor v0.11.2
9492026-03-30T18:48:04.956Z Downloaded rfc6979 v0.4.0
9502026-03-30T18:48:04.956Z Downloaded rustc_version v0.4.1
9512026-03-30T18:48:04.956Z Downloaded pin-project-internal v1.1.11
9522026-03-30T18:48:04.956Z Downloaded hickory-resolver v0.25.2
9532026-03-30T18:48:04.956Z Downloaded progenitor-extras v0.1.1
9542026-03-30T18:48:04.963Z Downloaded postgres-types v0.2.12
9552026-03-30T18:48:04.963Z Downloaded http v1.4.0
9562026-03-30T18:48:04.968Z Downloaded rustc-hash v2.1.1
9572026-03-30T18:48:04.968Z Downloaded rand_core v0.9.5
9582026-03-30T18:48:04.968Z Downloaded aes-gcm v0.10.3
9592026-03-30T18:48:04.999Z Downloaded r2d2 v0.8.10
9602026-03-30T18:48:04.999Z Downloaded rand_core v0.6.4
9612026-03-30T18:48:05.000Z Downloaded rand_chacha v0.9.0
9622026-03-30T18:48:05.000Z Downloaded derive_more v2.1.1
9632026-03-30T18:48:05.000Z Downloaded salsa20 v0.10.2
9642026-03-30T18:48:05.000Z Downloaded crossbeam-channel v0.5.15
9652026-03-30T18:48:05.000Z Downloaded scheduled-thread-pool v0.2.7
9662026-03-30T18:48:05.000Z Downloaded sapling-renderdag v0.1.0
9672026-03-30T18:48:05.000Z Downloaded hickory-resolver v0.24.4
9682026-03-30T18:48:05.000Z Downloaded pkcs1 v0.7.5
9692026-03-30T18:48:05.000Z Downloaded rustc_version v0.1.7
9702026-03-30T18:48:05.000Z Downloaded russh-cryptovec v0.7.3
9712026-03-30T18:48:05.000Z Downloaded p256 v0.13.2
9722026-03-30T18:48:05.000Z Downloaded expectorate v1.2.0
9732026-03-30T18:48:05.006Z Downloaded diesel_derives v2.3.7
9742026-03-30T18:48:05.006Z Downloaded postcard v1.1.3
9752026-03-30T18:48:05.007Z Downloaded same-file v1.0.6
9762026-03-30T18:48:05.007Z Downloaded scopeguard v1.2.0
9772026-03-30T18:48:05.011Z Downloaded quinn-udp v0.5.14
9782026-03-30T18:48:05.011Z Downloaded semver v0.1.20
9792026-03-30T18:48:05.011Z Downloaded secrecy v0.8.0
9802026-03-30T18:48:05.020Z Downloaded pkcs5 v0.7.1
9812026-03-30T18:48:05.020Z Downloaded serde_bytes v0.11.19
9822026-03-30T18:48:05.026Z Downloaded parking_lot v0.12.5
9832026-03-30T18:48:05.026Z Downloaded papergrid v0.17.0
9842026-03-30T18:48:05.026Z Downloaded dropshot-api-manager v0.6.0
9852026-03-30T18:48:05.026Z Downloaded seq-macro v0.3.6
9862026-03-30T18:48:05.026Z Downloaded serde-big-array v0.5.1
9872026-03-30T18:48:05.027Z Downloaded miniz_oxide v0.8.9
9882026-03-30T18:48:05.031Z Downloaded scrypt v0.11.0
9892026-03-30T18:48:05.031Z Downloaded derive_more-impl v2.1.1
9902026-03-30T18:48:05.031Z Downloaded rustls-pemfile v1.0.4
9912026-03-30T18:48:05.037Z Downloaded serde_repr v0.1.20
9922026-03-30T18:48:05.037Z Downloaded serde_plain v1.0.2
9932026-03-30T18:48:05.044Z Downloaded sha1 v0.10.6
9942026-03-30T18:48:05.044Z Downloaded shell-words v1.1.1
9952026-03-30T18:48:05.044Z Downloaded signal-hook-tokio v0.3.1
9962026-03-30T18:48:05.045Z Downloaded resolv-conf v0.7.6
9972026-03-30T18:48:05.048Z Downloaded serde_spanned v1.0.4
9982026-03-30T18:48:05.053Z Downloaded rustls-native-certs v0.8.3
9992026-03-30T18:48:05.057Z Downloaded schemars_derive v0.8.22
10002026-03-30T18:48:05.058Z Downloaded hashbrown v0.12.3
10012026-03-30T18:48:05.062Z Downloaded jiff-static v0.2.21
10022026-03-30T18:48:05.062Z Downloaded scroll_derive v0.13.1
10032026-03-30T18:48:05.062Z Downloaded scroll v0.13.0
10042026-03-30T18:48:05.071Z Downloaded pin-project v1.1.11
10052026-03-30T18:48:05.071Z Downloaded serde_urlencoded v0.7.1
10062026-03-30T18:48:05.077Z Downloaded sec1 v0.7.3
10072026-03-30T18:48:05.077Z Downloaded signal-hook-mio v0.2.5
10082026-03-30T18:48:05.077Z Downloaded sct v0.7.1
10092026-03-30T18:48:05.077Z Downloaded siphasher v1.0.2
10102026-03-30T18:48:05.077Z Downloaded rand_core v0.10.0
10112026-03-30T18:48:05.082Z Downloaded slog-bunyan v2.5.0
10122026-03-30T18:48:05.082Z Downloaded hyper-util v0.1.20
10132026-03-30T18:48:05.085Z Downloaded rustversion v1.0.22
10142026-03-30T18:48:05.089Z Downloaded hickory-server v0.25.2
10152026-03-30T18:48:05.093Z Downloaded secrecy v0.10.3
10162026-03-30T18:48:05.093Z Downloaded slog-envlogger v2.2.0
10172026-03-30T18:48:05.101Z Downloaded sigpipe v0.1.3
10182026-03-30T18:48:05.119Z Downloaded oso v0.27.3
10192026-03-30T18:48:05.120Z Downloaded openssl-sys v0.9.111
10202026-03-30T18:48:05.120Z Downloaded rand_seeder v0.4.0
10212026-03-30T18:48:05.120Z Downloaded prefix-trie v0.7.0
10222026-03-30T18:48:05.136Z Downloaded serde-hex v0.1.0
10232026-03-30T18:48:05.136Z Downloaded minimal-lexical v0.2.1
10242026-03-30T18:48:05.136Z Downloaded progenitor-impl v0.11.2
10252026-03-30T18:48:05.136Z Downloaded serde_path_to_error v0.1.20
10262026-03-30T18:48:05.137Z Downloaded serde_derive_internals v0.29.1
10272026-03-30T18:48:05.137Z Downloaded progenitor-impl v0.10.0
10282026-03-30T18:48:05.150Z Downloaded ssh-cipher v0.2.0
10292026-03-30T18:48:05.150Z Downloaded shlex v1.3.0
10302026-03-30T18:48:05.150Z Downloaded rustls-pki-types v1.14.0
10312026-03-30T18:48:05.150Z Downloaded sqlparser_derive v0.5.0
10322026-03-30T18:48:05.151Z Downloaded ssh-encoding v0.2.0
10332026-03-30T18:48:05.163Z Downloaded rusty-fork v0.3.1
10342026-03-30T18:48:05.163Z Downloaded structmeta v0.3.0
10352026-03-30T18:48:05.163Z Downloaded strip-ansi-escapes v0.2.1
10362026-03-30T18:48:05.163Z Downloaded hashbrown v0.13.2
10372026-03-30T18:48:05.164Z Downloaded strum v0.26.3
10382026-03-30T18:48:05.164Z Downloaded slab v0.4.12
10392026-03-30T18:48:05.182Z Downloaded progenitor-impl v0.13.0
10402026-03-30T18:48:05.183Z Downloaded slog-dtrace v0.3.0
10412026-03-30T18:48:05.183Z Downloaded num-bigint v0.4.6
10422026-03-30T18:48:05.183Z Downloaded slog-async v2.8.0
10432026-03-30T18:48:05.183Z Downloaded simd-adler32 v0.3.8
10442026-03-30T18:48:05.183Z Downloaded slog-scope v4.4.1
10452026-03-30T18:48:05.183Z Downloaded sync-ptr v0.1.4
10462026-03-30T18:48:05.183Z Downloaded slog-term v2.9.2
10472026-03-30T18:48:05.183Z Downloaded slog-json v2.6.1
10482026-03-30T18:48:05.207Z Downloaded tabwriter v1.4.1
10492026-03-30T18:48:05.207Z Downloaded tabled_derive v0.11.0
10502026-03-30T18:48:05.207Z Downloaded sync_wrapper v1.0.2
10512026-03-30T18:48:05.207Z Downloaded supports-color v3.0.2
10522026-03-30T18:48:05.207Z Downloaded smallvec v0.6.14
10532026-03-30T18:48:05.208Z Downloaded signature v2.2.0
10542026-03-30T18:48:05.208Z Downloaded strum v0.27.2
10552026-03-30T18:48:05.208Z Downloaded rustls-pemfile v2.2.0
10562026-03-30T18:48:05.225Z Downloaded subtle v2.6.1
10572026-03-30T18:48:05.225Z Downloaded spki v0.7.3
10582026-03-30T18:48:05.225Z Downloaded termtree v0.5.1
10592026-03-30T18:48:05.225Z Downloaded prettyplease v0.2.37
10602026-03-30T18:48:05.225Z Downloaded pretty_assertions v1.4.1
10612026-03-30T18:48:05.225Z Downloaded time-core v0.1.8
10622026-03-30T18:48:05.226Z Downloaded tinyvec_macros v0.1.1
10632026-03-30T18:48:05.226Z Downloaded snafu-derive v0.8.9
10642026-03-30T18:48:05.226Z Downloaded thread-id v5.1.0
10652026-03-30T18:48:05.226Z Downloaded signal-hook-registry v1.4.8
10662026-03-30T18:48:05.226Z Downloaded take_mut v0.2.2
10672026-03-30T18:48:05.226Z Downloaded tap v1.0.1
10682026-03-30T18:48:05.242Z Downloaded testing_table v0.3.0
10692026-03-30T18:48:05.242Z Downloaded rcgen v0.12.1
10702026-03-30T18:48:05.242Z Downloaded schemars v0.8.22
10712026-03-30T18:48:05.242Z Downloaded thiserror-impl-no-std v2.0.2
10722026-03-30T18:48:05.242Z Downloaded crossterm v0.28.1
10732026-03-30T18:48:05.242Z Downloaded stringprep v0.1.5
10742026-03-30T18:48:05.242Z Downloaded iri-string v0.7.10
10752026-03-30T18:48:05.257Z Downloaded aho-corasick v1.1.4
10762026-03-30T18:48:05.257Z Downloaded ron v0.8.1
10772026-03-30T18:48:05.257Z Downloaded sqlformat v0.3.5
10782026-03-30T18:48:05.257Z Downloaded structmeta-derive v0.3.0
10792026-03-30T18:48:05.257Z Downloaded string_cache v0.8.9
10802026-03-30T18:48:05.257Z Downloaded smf v0.2.3
10812026-03-30T18:48:05.257Z Downloaded slog-stdlog v4.1.1
10822026-03-30T18:48:05.257Z Downloaded rustls-platform-verifier v0.6.2
10832026-03-30T18:48:05.257Z Downloaded tagptr v0.2.0
10842026-03-30T18:48:05.257Z Downloaded serde_with_macros v3.17.0
10852026-03-30T18:48:05.284Z Downloaded static_assertions v1.1.0
10862026-03-30T18:48:05.285Z Downloaded russh-keys v0.45.0
10872026-03-30T18:48:05.301Z Downloaded serde_cbor v0.11.2
10882026-03-30T18:48:05.301Z Downloaded spin v0.9.8
10892026-03-30T18:48:05.301Z Downloaded signal-hook v0.3.18
10902026-03-30T18:48:05.301Z Downloaded support-bundle-viewer v0.1.2
10912026-03-30T18:48:05.301Z Downloaded topological-sort v0.2.2
10922026-03-30T18:48:05.301Z Downloaded strum_macros v0.27.2
10932026-03-30T18:48:05.301Z Downloaded tiny-keccak v2.0.2
10942026-03-30T18:48:05.302Z Downloaded thiserror-no-std v2.0.2
10952026-03-30T18:48:05.302Z Downloaded ryu v1.0.23
10962026-03-30T18:48:05.302Z Downloaded strum_macros v0.26.4
10972026-03-30T18:48:05.302Z Downloaded strum_macros v0.24.3
10982026-03-30T18:48:05.302Z Downloaded time-macros v0.2.27
10992026-03-30T18:48:05.302Z Downloaded try-lock v0.2.5
11002026-03-30T18:48:05.302Z Downloaded tower-service v0.3.3
11012026-03-30T18:48:05.302Z Downloaded tower-layer v0.3.3
11022026-03-30T18:48:05.302Z Downloaded rayon-core v1.13.0
11032026-03-30T18:48:05.302Z Downloaded trait-variant v0.1.2
11042026-03-30T18:48:05.313Z Downloaded itertools v0.10.5
11052026-03-30T18:48:05.313Z Downloaded thread_local v1.1.9
11062026-03-30T18:48:05.313Z Downloaded hyper v1.8.1
11072026-03-30T18:48:05.327Z Downloaded publicsuffix v2.3.0
11082026-03-30T18:48:05.327Z Downloaded qorb v0.4.1
11092026-03-30T18:48:05.327Z Downloaded mio v1.1.1
11102026-03-30T18:48:05.327Z Downloaded iddqd v0.3.17
11112026-03-30T18:48:05.341Z Downloaded tokio-tungstenite v0.23.1
11122026-03-30T18:48:05.341Z Downloaded unarray v0.1.4
11132026-03-30T18:48:05.341Z Downloaded hashbrown v0.15.5
11142026-03-30T18:48:05.342Z Downloaded unicode-truncate v1.1.0
11152026-03-30T18:48:05.342Z Downloaded typify-macro v0.6.1
11162026-03-30T18:48:05.342Z Downloaded socket2 v0.6.2
11172026-03-30T18:48:05.342Z Downloaded stacker v0.1.23
11182026-03-30T18:48:05.342Z Downloaded tokio-macros v2.6.0
11192026-03-30T18:48:05.342Z Downloaded tls_codec v0.4.2
11202026-03-30T18:48:05.342Z Downloaded term v0.7.0
11212026-03-30T18:48:05.353Z Downloaded crossterm v0.29.0
11222026-03-30T18:48:05.353Z Downloaded rand v0.10.0
11232026-03-30T18:48:05.353Z Downloaded quinn v0.11.9
11242026-03-30T18:48:05.353Z Downloaded nom v7.1.3
11252026-03-30T18:48:05.353Z Downloaded universal-hash v0.5.1
11262026-03-30T18:48:05.353Z Downloaded serde_yaml v0.9.34+deprecated
11272026-03-30T18:48:05.405Z Downloaded untrusted v0.7.1
11282026-03-30T18:48:05.405Z Downloaded untrusted v0.9.0
11292026-03-30T18:48:05.405Z Downloaded usdt-macro v0.6.0
11302026-03-30T18:48:05.405Z Downloaded usdt v0.6.0
11312026-03-30T18:48:05.406Z Downloaded utf-8 v0.7.6
11322026-03-30T18:48:05.406Z Downloaded usdt-attr-macro v0.6.0
11332026-03-30T18:48:05.407Z Downloaded unit-prefix v0.5.2
11342026-03-30T18:48:05.407Z Downloaded typify-macro v0.4.3
11352026-03-30T18:48:05.407Z Downloaded tokio-native-tls v0.3.1
11362026-03-30T18:48:05.407Z Downloaded similar v2.7.0
11372026-03-30T18:48:05.407Z Downloaded blake3 v1.8.3
11382026-03-30T18:48:05.407Z Downloaded tokio-dtrace v0.1.1
11392026-03-30T18:48:05.407Z Downloaded tokio-rustls v0.25.0
11402026-03-30T18:48:05.408Z Downloaded h2 v0.4.13
11412026-03-30T18:48:05.433Z Downloaded void v1.0.2
11422026-03-30T18:48:05.433Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11432026-03-30T18:48:05.434Z Downloaded schemars v0.9.0
11442026-03-30T18:48:05.434Z Downloaded toml_writer v1.0.6+spec-1.1.0
11452026-03-30T18:48:05.434Z Downloaded termios v0.3.3
11462026-03-30T18:48:05.434Z Downloaded itertools v0.12.1
11472026-03-30T18:48:05.434Z Downloaded tokio-rustls v0.24.1
11482026-03-30T18:48:05.434Z Downloaded snafu v0.8.9
11492026-03-30T18:48:05.434Z Downloaded term v1.2.1
11502026-03-30T18:48:05.434Z Downloaded unicase v2.9.0
11512026-03-30T18:48:05.434Z Downloaded tokio-tungstenite v0.21.0
11522026-03-30T18:48:05.434Z Downloaded tokio-stream v0.1.18
11532026-03-30T18:48:05.434Z Downloaded waitgroup v0.1.2
11542026-03-30T18:48:05.435Z Downloaded rsa v0.9.10
11552026-03-30T18:48:05.435Z Downloaded xshell-macros v0.2.7
11562026-03-30T18:48:05.435Z Downloaded xattr v1.6.1
11572026-03-30T18:48:05.435Z Downloaded wait-timeout v0.2.1
11582026-03-30T18:48:05.435Z Downloaded tls_codec_derive v0.4.2
11592026-03-30T18:48:05.435Z Downloaded rand v0.8.5
11602026-03-30T18:48:05.435Z Downloaded itertools v0.13.0
11612026-03-30T18:48:05.454Z Downloaded test-strategy v0.4.5
11622026-03-30T18:48:05.454Z Downloaded num-bigint-dig v0.8.6
11632026-03-30T18:48:05.454Z Downloaded vergen-gitcl v1.0.8
11642026-03-30T18:48:05.454Z Downloaded vergen-git2 v1.0.7
11652026-03-30T18:48:05.454Z Downloaded usdt-impl v0.6.0
11662026-03-30T18:48:05.456Z Downloaded zeroize_derive v1.4.3
11672026-03-30T18:48:05.456Z Downloaded uzers v0.12.2
11682026-03-30T18:48:05.456Z Downloaded bitvec v1.0.1
11692026-03-30T18:48:05.469Z Downloaded tui-tree-widget v0.23.1
11702026-03-30T18:48:05.470Z Downloaded tracing-attributes v0.1.31
11712026-03-30T18:48:05.470Z Downloaded tokio-rustls v0.26.4
11722026-03-30T18:48:05.470Z Downloaded libm v0.2.16
11732026-03-30T18:48:05.470Z Downloaded zone_cfg_derive v0.3.1
11742026-03-30T18:48:05.470Z Downloaded zone v0.3.1
11752026-03-30T18:48:05.470Z Downloaded twox-hash v2.1.2
11762026-03-30T18:48:05.470Z Downloaded futures-util v0.3.32
11772026-03-30T18:48:05.470Z Downloaded vergen-lib v0.1.6
11782026-03-30T18:48:05.491Z Downloaded itertools v0.14.0
11792026-03-30T18:48:05.491Z Downloaded xz2 v0.1.7
11802026-03-30T18:48:05.491Z Downloaded wyz v0.5.1
11812026-03-30T18:48:05.492Z Downloaded xshell v0.2.7
11822026-03-30T18:48:05.492Z Downloaded vsss-rs v3.3.4
11832026-03-30T18:48:05.492Z Downloaded socket2 v0.5.10
11842026-03-30T18:48:05.492Z Downloaded unicode-properties v0.1.4
11852026-03-30T18:48:05.492Z Downloaded toml_parser v1.0.9+spec-1.1.0
11862026-03-30T18:48:05.492Z Downloaded toml v0.7.8
11872026-03-30T18:48:05.492Z Downloaded tar v0.4.45
11882026-03-30T18:48:05.503Z Downloaded subprocess v0.2.15
11892026-03-30T18:48:05.503Z Downloaded samael v0.0.19
11902026-03-30T18:48:05.503Z Downloaded rustls-webpki v0.103.9
11912026-03-30T18:48:05.503Z Downloaded rand v0.9.2
11922026-03-30T18:48:05.503Z Downloaded tinyvec v1.10.0
11932026-03-30T18:48:05.503Z Downloaded schemars v1.2.1
11942026-03-30T18:48:05.503Z Downloaded whoami v2.1.0
11952026-03-30T18:48:05.504Z Downloaded whoami v1.6.1
11962026-03-30T18:48:05.517Z Downloaded want v0.3.1
11972026-03-30T18:48:05.517Z Downloaded rustyline v14.0.0
11982026-03-30T18:48:05.518Z Downloaded tungstenite v0.23.0
11992026-03-30T18:48:05.518Z Downloaded tracing-core v0.1.36
12002026-03-30T18:48:05.518Z Downloaded aws-lc-rs v1.16.0
12012026-03-30T18:48:05.532Z Downloaded zstd v0.13.3
12022026-03-30T18:48:05.532Z Downloaded vergen v9.0.6
12032026-03-30T18:48:05.532Z Downloaded hkdf v0.12.4
12042026-03-30T18:48:05.532Z Downloaded chrono v0.4.44
12052026-03-30T18:48:05.548Z Downloaded zeroize v1.8.2
12062026-03-30T18:48:05.549Z Downloaded yasna v0.5.2
12072026-03-30T18:48:05.549Z Downloaded p521 v0.13.3
12082026-03-30T18:48:05.549Z Downloaded walkdir v2.5.0
12092026-03-30T18:48:05.549Z Downloaded slog v2.8.2
12102026-03-30T18:48:05.549Z Downloaded typify v0.4.3
12112026-03-30T18:48:05.557Z Downloaded zstd-safe v7.2.4
12122026-03-30T18:48:05.557Z Downloaded zerocopy v0.6.6
12132026-03-30T18:48:05.557Z Downloaded bindgen v0.71.1
12142026-03-30T18:48:05.557Z Downloaded toml_edit v0.23.10+spec-1.0.0
12152026-03-30T18:48:05.565Z Downloaded tungstenite v0.21.0
12162026-03-30T18:48:05.566Z Downloaded tokio-postgres v0.7.16
12172026-03-30T18:48:05.571Z Downloaded reedline v0.40.0
12182026-03-30T18:48:05.572Z Downloaded steno v0.4.1
12192026-03-30T18:48:05.605Z Downloaded uuid v1.21.0
12202026-03-30T18:48:05.605Z Downloaded russh v0.45.0
12212026-03-30T18:48:05.605Z Downloaded libxml v0.3.3
12222026-03-30T18:48:05.700Z Downloaded toml v0.9.12+spec-1.1.0
12232026-03-30T18:48:05.716Z Downloaded curve25519-dalek v4.1.3
12242026-03-30T18:48:05.717Z Downloaded vte v0.14.1
12252026-03-30T18:48:05.717Z Downloaded toml_edit v0.19.15
12262026-03-30T18:48:05.717Z Downloaded unicode-bidi v0.3.18
12272026-03-30T18:48:05.717Z Downloaded typify v0.6.1
12282026-03-30T18:48:05.717Z Downloaded reqwest v0.13.2
12292026-03-30T18:48:05.717Z Downloaded reqwest v0.12.28
12302026-03-30T18:48:05.737Z Downloaded ron v0.12.0
12312026-03-30T18:48:05.737Z Downloaded unsafe-libyaml v0.2.11
12322026-03-30T18:48:05.737Z Downloaded rpassword v7.4.0
12332026-03-30T18:48:05.737Z Downloaded yansi v1.0.1
12342026-03-30T18:48:05.737Z Downloaded unicode_categories v0.1.1
12352026-03-30T18:48:05.737Z Downloaded unicode-segmentation v1.12.0
12362026-03-30T18:48:05.737Z Downloaded zip v0.6.6
12372026-03-30T18:48:05.737Z Downloaded zopfli v0.8.3
12382026-03-30T18:48:05.737Z Downloaded goblin v0.10.5
12392026-03-30T18:48:05.737Z Downloaded ssh-key v0.6.7
12402026-03-30T18:48:05.737Z Downloaded regex v1.12.3
12412026-03-30T18:48:05.737Z Downloaded git2 v0.20.4
12422026-03-30T18:48:05.738Z Downloaded zerocopy-derive v0.8.40
12432026-03-30T18:48:05.738Z Downloaded tower v0.5.3
12442026-03-30T18:48:05.738Z Downloaded typed-path v0.9.3
12452026-03-30T18:48:05.738Z Downloaded lalrpop v0.19.12
12462026-03-30T18:48:05.738Z Downloaded moka v0.12.13
12472026-03-30T18:48:05.738Z Downloaded x509-cert v0.2.5
12482026-03-30T18:48:05.747Z Downloaded petname v2.0.2
12492026-03-30T18:48:05.747Z Downloaded rustls-webpki v0.102.8
12502026-03-30T18:48:05.747Z Downloaded tough v0.20.0
12512026-03-30T18:48:05.760Z Downloaded object v0.30.4
12522026-03-30T18:48:05.775Z Downloaded tokio-util v0.7.18
12532026-03-30T18:48:05.775Z Downloaded p384 v0.13.1
12542026-03-30T18:48:05.775Z Downloaded rustls-webpki v0.101.7
12552026-03-30T18:48:05.816Z Downloaded tower-http v0.6.8
12562026-03-30T18:48:05.816Z Downloaded unicode-normalization v0.1.25
12572026-03-30T18:48:05.816Z Downloaded rayon v1.11.0
12582026-03-30T18:48:05.816Z Downloaded salty v0.3.0
12592026-03-30T18:48:05.829Z Downloaded quick-xml v0.37.5
12602026-03-30T18:48:05.829Z Downloaded portable-atomic v1.13.1
12612026-03-30T18:48:05.831Z Downloaded bstr v1.12.1
12622026-03-30T18:48:05.831Z Downloaded zip v4.6.1
12632026-03-30T18:48:05.831Z Downloaded winnow v0.5.40
12642026-03-30T18:48:05.831Z Downloaded winnow v0.6.26
12652026-03-30T18:48:05.831Z Downloaded proptest v1.10.0
12662026-03-30T18:48:05.854Z Downloaded nix v0.27.1
12672026-03-30T18:48:05.854Z Downloaded openssl v0.10.75
12682026-03-30T18:48:05.854Z Downloaded radix_trie v0.2.1
12692026-03-30T18:48:05.854Z Downloaded serde_with v3.17.0
12702026-03-30T18:48:05.871Z Downloaded polar-core v0.27.3
12712026-03-30T18:48:05.877Z Downloaded tabled v0.20.0
12722026-03-30T18:48:05.884Z Downloaded quinn-proto v0.11.13
12732026-03-30T18:48:05.912Z Downloaded object v0.37.3
12742026-03-30T18:48:05.926Z Downloaded zlib-rs v0.6.2
12752026-03-30T18:48:05.926Z Downloaded vcpkg v0.2.15
12762026-03-30T18:48:05.930Z Downloaded smoltcp v0.11.0
12772026-03-30T18:48:05.945Z Downloaded nix v0.31.1
12782026-03-30T18:48:05.945Z Downloaded rustls v0.22.4
12792026-03-30T18:48:05.951Z Downloaded zerocopy v0.8.40
12802026-03-30T18:48:05.957Z Downloaded openapiv3 v2.2.0
12812026-03-30T18:48:05.960Z Downloaded nix v0.28.0
12822026-03-30T18:48:05.966Z Downloaded time v0.3.47
12832026-03-30T18:48:05.972Z Downloaded rustls v0.21.12
12842026-03-30T18:48:05.981Z Downloaded rustix v0.38.44
12852026-03-30T18:48:06.003Z Downloaded smoltcp v0.9.1
12862026-03-30T18:48:06.016Z Downloaded regex-syntax v0.6.29
12872026-03-30T18:48:06.016Z Downloaded webpki-roots v1.0.6
12882026-03-30T18:48:06.016Z Downloaded hickory-proto v0.24.4
12892026-03-30T18:48:06.043Z Downloaded nix v0.29.0
12902026-03-30T18:48:06.043Z Downloaded dropshot v0.16.7
12912026-03-30T18:48:06.052Z Downloaded hickory-proto v0.25.2
12922026-03-30T18:48:06.071Z Downloaded sled v0.34.7
12932026-03-30T18:48:06.140Z Downloaded rustls v0.23.37
12942026-03-30T18:48:06.140Z Downloaded typify-impl v0.6.1
12952026-03-30T18:48:06.140Z Downloaded regress v0.10.5
12962026-03-30T18:48:06.140Z Downloaded tracing v0.1.44
12972026-03-30T18:48:06.140Z Downloaded bzip2-sys v0.1.13+1.0.8
12982026-03-30T18:48:06.141Z Downloaded diesel v2.3.7
12992026-03-30T18:48:06.141Z Downloaded regex-syntax v0.8.10
13002026-03-30T18:48:06.155Z Downloaded petgraph v0.6.5
13012026-03-30T18:48:06.172Z Downloaded chrono-tz v0.10.4
13022026-03-30T18:48:06.189Z Downloaded sqlparser v0.61.0
13032026-03-30T18:48:06.210Z Downloaded ratatui v0.29.0
13042026-03-30T18:48:06.225Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13052026-03-30T18:48:06.234Z Downloaded typify-impl v0.4.3
13062026-03-30T18:48:06.293Z Downloaded zerocopy-derive v0.6.6
13072026-03-30T18:48:06.305Z Downloaded regex-automata v0.4.14
13082026-03-30T18:48:06.332Z Downloaded ring v0.17.14
13092026-03-30T18:48:06.355Z Downloaded lzma-sys v0.1.20
13102026-03-30T18:48:06.372Z Downloaded jiff v0.2.21
13112026-03-30T18:48:06.407Z Downloaded petgraph v0.8.3
13122026-03-30T18:48:06.422Z Downloaded csv v1.4.0
13132026-03-30T18:48:06.434Z Downloaded libz-sys v1.1.24
13142026-03-30T18:48:06.450Z Downloaded libgit2-sys v0.18.3+1.9.2
13152026-03-30T18:48:06.481Z Downloaded sha3 v0.10.8
13162026-03-30T18:48:06.484Z Downloaded tokio v1.49.0
13172026-03-30T18:48:06.534Z Downloaded encoding_rs v0.8.35
13182026-03-30T18:48:07.176Z Downloaded aws-lc-sys v0.37.1
13192026-03-30T18:48:07.486Z Compiling libc v0.2.180
13202026-03-30T18:48:07.486Z Compiling serde v1.0.228
13212026-03-30T18:48:07.544Z Compiling log v0.4.29
13222026-03-30T18:48:07.544Z Compiling find-msvc-tools v0.1.9
13232026-03-30T18:48:07.544Z Compiling shlex v1.3.0
13242026-03-30T18:48:07.544Z Compiling smallvec v1.15.1
13252026-03-30T18:48:07.544Z Compiling typenum v1.19.0
13262026-03-30T18:48:07.544Z Compiling subtle v2.6.1
13272026-03-30T18:48:07.544Z Compiling generic-array v0.14.7
13282026-03-30T18:48:07.544Z Compiling scopeguard v1.2.0
13292026-03-30T18:48:07.544Z Compiling portable-atomic v1.13.1
13302026-03-30T18:48:07.544Z Compiling const-oid v0.9.6
13312026-03-30T18:48:07.545Z Compiling critical-section v1.2.0
13322026-03-30T18:48:07.545Z Compiling syn v2.0.117
13332026-03-30T18:48:07.545Z Compiling zerocopy v0.8.40
13342026-03-30T18:48:07.594Z Compiling pin-project-lite v0.2.17
13352026-03-30T18:48:07.643Z Compiling serde_json v1.0.149
13362026-03-30T18:48:07.652Z Compiling lock_api v0.4.14
13372026-03-30T18:48:07.652Z Compiling parking_lot_core v0.9.12
13382026-03-30T18:48:07.673Z Compiling pkg-config v0.3.32
13392026-03-30T18:48:07.687Z Compiling bitflags v2.11.0
13402026-03-30T18:48:07.720Z Compiling libm v0.2.16
13412026-03-30T18:48:07.746Z Compiling num-traits v0.2.19
13422026-03-30T18:48:07.750Z Compiling futures-core v0.3.32
13432026-03-30T18:48:07.794Z Compiling percent-encoding v2.3.2
13442026-03-30T18:48:07.853Z Compiling allocator-api2 v0.2.21
13452026-03-30T18:48:07.899Z Compiling futures-sink v0.3.32
13462026-03-30T18:48:07.939Z Compiling foldhash v0.2.0
13472026-03-30T18:48:07.979Z Compiling cpufeatures v0.2.17
13482026-03-30T18:48:08.008Z Compiling futures-channel v0.3.32
13492026-03-30T18:48:08.029Z Compiling futures-io v0.3.32
13502026-03-30T18:48:08.051Z Compiling slab v0.4.12
13512026-03-30T18:48:08.115Z Compiling getrandom v0.4.1
13522026-03-30T18:48:08.120Z Compiling futures-task v0.3.32
13532026-03-30T18:48:08.245Z Compiling hashbrown v0.16.1
13542026-03-30T18:48:08.280Z Compiling rand_core v0.10.0
13552026-03-30T18:48:08.280Z Compiling rustversion v1.0.22
13562026-03-30T18:48:08.280Z Compiling getrandom v0.3.4
13572026-03-30T18:48:08.280Z Compiling form_urlencoded v1.2.2
13582026-03-30T18:48:08.280Z Compiling ident_case v1.0.1
13592026-03-30T18:48:08.290Z Compiling dunce v1.0.5
13602026-03-30T18:48:08.290Z Compiling fs_extra v1.3.0
13612026-03-30T18:48:08.328Z Compiling base64ct v1.8.3
13622026-03-30T18:48:08.359Z Compiling getrandom v0.2.17
13632026-03-30T18:48:08.378Z Compiling jobserver v0.1.34
13642026-03-30T18:48:08.389Z Compiling errno v0.3.14
13652026-03-30T18:48:08.437Z Compiling mio v1.1.1
13662026-03-30T18:48:08.726Z Compiling socket2 v0.6.2
13672026-03-30T18:48:08.769Z Compiling rand_core v0.6.4
13682026-03-30T18:48:08.769Z Compiling once_cell v1.21.3
13692026-03-30T18:48:08.769Z Compiling signal-hook-registry v1.4.8
13702026-03-30T18:48:08.769Z Compiling cc v1.2.56
13712026-03-30T18:48:08.769Z Compiling parking_lot v0.12.5
13722026-03-30T18:48:08.769Z Compiling indexmap v2.13.0
13732026-03-30T18:48:08.797Z Compiling pem-rfc7468 v0.7.0
13742026-03-30T18:48:08.797Z Compiling flagset v0.4.7
13752026-03-30T18:48:08.797Z Compiling iana-time-zone v0.1.65
13762026-03-30T18:48:08.832Z Compiling rustix v1.1.3
13772026-03-30T18:48:08.903Z Compiling uuid v1.21.0
13782026-03-30T18:48:08.919Z Compiling rustc_version v0.4.1
13792026-03-30T18:48:08.935Z Compiling regex-syntax v0.8.10
13802026-03-30T18:48:08.945Z Compiling vcpkg v0.2.15
13812026-03-30T18:48:09.004Z Compiling aws-lc-rs v1.16.0
13822026-03-30T18:48:09.018Z Compiling tracing-core v0.1.36
13832026-03-30T18:48:09.031Z Compiling crossbeam-utils v0.8.21
13842026-03-30T18:48:09.089Z Compiling untrusted v0.9.0
13852026-03-30T18:48:09.239Z Compiling rand_core v0.9.5
13862026-03-30T18:48:09.260Z Compiling untrusted v0.7.1
13872026-03-30T18:48:09.271Z Compiling syn v1.0.109
13882026-03-30T18:48:09.271Z Compiling httparse v1.10.1
13892026-03-30T18:48:09.342Z Compiling cmake v0.1.57
13902026-03-30T18:48:09.382Z Compiling openssl-probe v0.2.1
13912026-03-30T18:48:09.401Z Compiling schemars v0.8.22
13922026-03-30T18:48:09.408Z Compiling base64 v0.22.1
13932026-03-30T18:48:09.524Z Compiling tinyvec_macros v0.1.1
13942026-03-30T18:48:09.555Z Compiling rustls v0.23.37
13952026-03-30T18:48:09.582Z Compiling atomic-waker v1.1.2
13962026-03-30T18:48:09.600Z Compiling try-lock v0.2.5
13972026-03-30T18:48:09.995Z Compiling dyn-clone v1.0.20
13982026-03-30T18:48:09.995Z Compiling tower-service v0.3.3
13992026-03-30T18:48:10.044Z Compiling tower-layer v0.3.3
14002026-03-30T18:48:10.044Z Compiling want v0.3.1
14012026-03-30T18:48:10.044Z Compiling tinyvec v1.10.0
14022026-03-30T18:48:10.045Z Compiling spin v0.9.8
14032026-03-30T18:48:10.045Z Compiling aho-corasick v1.1.4
14042026-03-30T18:48:10.045Z Compiling pin-utils v0.1.0
14052026-03-30T18:48:10.045Z Compiling foreign-types-shared v0.1.1
14062026-03-30T18:48:10.045Z Compiling time-core v0.1.8
14072026-03-30T18:48:10.045Z Compiling num-conv v0.2.0
14082026-03-30T18:48:10.045Z Compiling crc32fast v1.5.0
14092026-03-30T18:48:10.045Z Compiling powerfmt v0.2.0
14102026-03-30T18:48:10.045Z Compiling openssl v0.10.75
14112026-03-30T18:48:10.045Z Compiling httpdate v1.0.3
14122026-03-30T18:48:10.045Z Compiling foreign-types v0.3.2
14132026-03-30T18:48:10.045Z Compiling wait-timeout v0.2.1
14142026-03-30T18:48:10.047Z Compiling simd-adler32 v0.3.8
14152026-03-30T18:48:10.047Z Compiling time-macros v0.2.27
14162026-03-30T18:48:10.082Z Compiling siphasher v1.0.2
14172026-03-30T18:48:10.082Z Compiling deranged v0.5.8
14182026-03-30T18:48:10.114Z Compiling native-tls v0.2.18
14192026-03-30T18:48:10.130Z Compiling num_threads v0.1.7
14202026-03-30T18:48:10.165Z Compiling either v1.15.0
14212026-03-30T18:48:10.165Z Compiling quick-error v1.2.3
14222026-03-30T18:48:10.183Z Compiling aws-lc-sys v0.37.1
14232026-03-30T18:48:10.264Z Compiling ring v0.17.14
14242026-03-30T18:48:10.264Z Compiling openssl-sys v0.9.111
14252026-03-30T18:48:10.307Z Compiling synstructure v0.13.2
14262026-03-30T18:48:10.312Z Compiling serde_derive_internals v0.29.1
14272026-03-30T18:48:10.312Z Compiling pest_generator v2.8.6
14282026-03-30T18:48:10.324Z Compiling darling_core v0.20.11
14292026-03-30T18:48:10.377Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14302026-03-30T18:48:10.456Z Compiling tempfile v3.25.0
14312026-03-30T18:48:10.786Z Compiling regex-automata v0.4.14
14322026-03-30T18:48:10.882Z Compiling usdt-impl v0.6.0
14332026-03-30T18:48:10.958Z Compiling bit-vec v0.8.0
14342026-03-30T18:48:11.105Z Compiling rusty-fork v0.3.1
14352026-03-30T18:48:11.173Z Compiling bit-set v0.8.0
14362026-03-30T18:48:11.222Z Compiling time v0.3.47
14372026-03-30T18:48:11.339Z Compiling darling_core v0.21.3
14382026-03-30T18:48:11.354Z Compiling bzip2-sys v0.1.13+1.0.8
14392026-03-30T18:48:11.354Z Compiling unicode-normalization v0.1.25
14402026-03-30T18:48:11.354Z Compiling crossbeam-epoch v0.9.18
14412026-03-30T18:48:11.466Z Compiling rand_xorshift v0.4.0
14422026-03-30T18:48:11.501Z Compiling slog v2.8.2
14432026-03-30T18:48:11.569Z Compiling heapless v0.7.17
14442026-03-30T18:48:11.598Z Compiling thread-id v5.1.0
14452026-03-30T18:48:11.621Z Compiling sync_wrapper v1.0.2
14462026-03-30T18:48:11.650Z Compiling cookie v0.18.1
14472026-03-30T18:48:11.666Z Compiling signal-hook v0.3.18
14482026-03-30T18:48:11.723Z Compiling rayon-core v1.13.0
14492026-03-30T18:48:11.774Z Compiling anyhow v1.0.102
14502026-03-30T18:48:11.813Z Compiling unicode-segmentation v1.12.0
14512026-03-30T18:48:11.871Z Compiling zstd-safe v7.2.4
14522026-03-30T18:48:11.925Z Compiling unicode-properties v0.1.4
14532026-03-30T18:48:11.925Z Compiling paste v1.0.15
14542026-03-30T18:48:11.925Z Compiling unarray v0.1.4
14552026-03-30T18:48:11.963Z Compiling unicode-bidi v0.3.18
14562026-03-30T18:48:12.090Z Compiling adler2 v2.0.1
14572026-03-30T18:48:12.267Z Compiling serde_derive v1.0.228
14582026-03-30T18:48:12.334Z Compiling zeroize_derive v1.4.3
14592026-03-30T18:48:12.334Z Compiling zerofrom-derive v0.1.6
14602026-03-30T18:48:12.334Z Compiling yoke-derive v0.8.1
14612026-03-30T18:48:12.334Z Compiling zerocopy-derive v0.8.40
14622026-03-30T18:48:12.334Z Compiling zerovec-derive v0.11.2
14632026-03-30T18:48:12.463Z Compiling displaydoc v0.2.5
14642026-03-30T18:48:12.563Z Compiling tokio-macros v2.6.0
14652026-03-30T18:48:13.039Z Compiling futures-macro v0.3.32
14662026-03-30T18:48:13.139Z Compiling zeroize v1.8.2
14672026-03-30T18:48:13.139Z Compiling der_derive v0.7.3
14682026-03-30T18:48:13.207Z Compiling thiserror-impl v2.0.18
14692026-03-30T18:48:13.279Z Compiling rustls-pki-types v1.14.0
14702026-03-30T18:48:13.441Z Compiling tracing-attributes v0.1.31
14712026-03-30T18:48:13.484Z Compiling pest_derive v2.8.6
14722026-03-30T18:48:13.651Z Compiling crypto-common v0.1.7
14732026-03-30T18:48:13.730Z Compiling zerofrom v0.1.6
14742026-03-30T18:48:13.730Z Compiling block-buffer v0.10.4
14752026-03-30T18:48:13.766Z Compiling futures-util v0.3.32
14762026-03-30T18:48:13.813Z Compiling yoke v0.8.1
14772026-03-30T18:48:13.813Z Compiling block-padding v0.3.3
14782026-03-30T18:48:13.842Z Compiling digest v0.10.7
14792026-03-30T18:48:13.857Z Compiling scroll_derive v0.13.1
14802026-03-30T18:48:13.875Z Compiling der v0.7.10
14812026-03-30T18:48:13.890Z Compiling schemars_derive v0.8.22
14822026-03-30T18:48:13.915Z Compiling darling_macro v0.20.11
14832026-03-30T18:48:13.961Z Compiling zerovec v0.11.5
14842026-03-30T18:48:13.983Z Compiling zerotrie v0.2.3
14852026-03-30T18:48:14.071Z Compiling hmac v0.12.1
14862026-03-30T18:48:14.272Z Compiling inout v0.1.4
14872026-03-30T18:48:14.296Z Compiling sha2 v0.10.9
14882026-03-30T18:48:14.418Z Compiling cipher v0.4.4
14892026-03-30T18:48:14.442Z Compiling tinystr v0.8.2
14902026-03-30T18:48:14.525Z Compiling potential_utf v0.1.4
14912026-03-30T18:48:14.559Z Compiling pbkdf2 v0.12.2
14922026-03-30T18:48:14.635Z Compiling icu_locale_core v2.1.1
14932026-03-30T18:48:14.664Z Compiling icu_collections v2.1.1
14942026-03-30T18:48:14.741Z Compiling salsa20 v0.10.2
14952026-03-30T18:48:14.795Z Compiling spki v0.7.3
14962026-03-30T18:48:14.795Z Compiling cbc v0.1.2
14972026-03-30T18:48:14.828Z Compiling aes v0.8.4
14982026-03-30T18:48:14.857Z Compiling scrypt v0.11.0
14992026-03-30T18:48:14.878Z Compiling thiserror v2.0.18
15002026-03-30T18:48:14.920Z Compiling tracing v0.1.44
15012026-03-30T18:48:15.024Z Compiling scroll v0.13.0
15022026-03-30T18:48:15.039Z Compiling darling v0.20.11
15032026-03-30T18:48:15.128Z Compiling openssl-macros v0.1.1
15042026-03-30T18:48:15.227Z Compiling thiserror-impl v1.0.69
15052026-03-30T18:48:15.227Z Compiling derive_builder_core v0.20.2
15062026-03-30T18:48:15.288Z Compiling pkcs5 v0.7.1
15072026-03-30T18:48:15.288Z Compiling dtrace-parser v0.3.0
15082026-03-30T18:48:15.318Z Compiling signature v2.2.0
15092026-03-30T18:48:15.388Z Compiling icu_provider v2.1.1
15102026-03-30T18:48:15.486Z Compiling goblin v0.10.5
15112026-03-30T18:48:15.550Z Compiling pkcs8 v0.10.2
15122026-03-30T18:48:15.591Z Compiling icu_properties v2.1.2
15132026-03-30T18:48:15.631Z Compiling icu_normalizer v2.1.1
15142026-03-30T18:48:15.723Z Compiling bytes v1.11.1
15152026-03-30T18:48:16.160Z Compiling chrono v0.4.44
15162026-03-30T18:48:16.160Z Compiling ipnet v2.11.0
15172026-03-30T18:48:16.160Z Compiling rustls-native-certs v0.8.3
15182026-03-30T18:48:16.160Z Compiling scroll_derive v0.12.1
15192026-03-30T18:48:16.180Z Compiling derive_builder_macro v0.20.2
15202026-03-30T18:48:16.180Z Compiling erased-serde v0.3.31
15212026-03-30T18:48:16.215Z Compiling tokio v1.49.0
15222026-03-30T18:48:20.315Z Compiling http v1.4.0
15232026-03-30T18:48:20.348Z Compiling toml_datetime v0.6.11
15242026-03-30T18:48:20.348Z Compiling serde_spanned v0.6.9
15252026-03-30T18:48:20.348Z Compiling thiserror v1.0.69
15262026-03-30T18:48:20.348Z Compiling idna_adapter v1.2.1
15272026-03-30T18:48:20.349Z Compiling serde_tokenstream v0.2.3
15282026-03-30T18:48:20.349Z Compiling md-5 v0.10.6
15292026-03-30T18:48:20.349Z Compiling darling_macro v0.21.3
15302026-03-30T18:48:20.349Z Compiling ppv-lite86 v0.2.21
15312026-03-30T18:48:20.349Z Compiling idna v1.1.0
15322026-03-30T18:48:20.349Z Compiling scroll v0.12.0
15332026-03-30T18:48:20.349Z Compiling webpki-roots v1.0.6
15342026-03-30T18:48:20.349Z Compiling stringprep v0.1.5
15352026-03-30T18:48:20.349Z Compiling zerocopy-derive v0.7.35
15362026-03-30T18:48:20.349Z Compiling http-body v1.0.1
15372026-03-30T18:48:20.349Z Compiling rand_chacha v0.9.0
15382026-03-30T18:48:20.349Z Compiling rand_chacha v0.3.1
15392026-03-30T18:48:20.349Z Compiling miniz_oxide v0.8.9
15402026-03-30T18:48:20.349Z Compiling url v2.5.8
15412026-03-30T18:48:20.349Z Compiling http-body-util v0.1.3
15422026-03-30T18:48:20.349Z Compiling rand v0.9.2
15432026-03-30T18:48:20.349Z Compiling crossbeam-deque v0.8.6
15442026-03-30T18:48:20.349Z Compiling num-integer v0.1.46
15452026-03-30T18:48:20.349Z Compiling vergen-lib v0.1.6
15462026-03-30T18:48:20.350Z Compiling curve25519-dalek v4.1.3
15472026-03-30T18:48:20.350Z Compiling ff v0.13.1
15482026-03-30T18:48:20.350Z Compiling hash32 v0.2.1
15492026-03-30T18:48:20.350Z Compiling memoffset v0.9.1
15502026-03-30T18:48:20.350Z Compiling litrs v1.0.0
15512026-03-30T18:48:20.350Z Compiling smoltcp v0.9.1
15522026-03-30T18:48:20.350Z Compiling proptest v1.10.0
15532026-03-30T18:48:20.350Z Compiling iri-string v0.7.10
15542026-03-30T18:48:20.350Z Compiling rustix v0.38.44
15552026-03-30T18:48:20.350Z Compiling num-bigint-dig v0.8.6
15562026-03-30T18:48:20.350Z Compiling base16ct v0.2.0
15572026-03-30T18:48:20.350Z Compiling ref-cast v1.0.25
15582026-03-30T18:48:20.350Z Compiling psl-types v2.0.11
15592026-03-30T18:48:20.350Z Compiling zlib-rs v0.6.2
15602026-03-30T18:48:20.351Z Compiling ryu v1.0.23
15612026-03-30T18:48:20.351Z Compiling fallible-iterator v0.2.0
15622026-03-30T18:48:20.351Z Compiling cfg_aliases v0.2.1
15632026-03-30T18:48:20.351Z Compiling publicsuffix v2.3.0
15642026-03-30T18:48:20.351Z Compiling nix v0.31.1
15652026-03-30T18:48:20.351Z Compiling serde_urlencoded v0.7.1
15662026-03-30T18:48:20.351Z Compiling document-features v0.2.12
15672026-03-30T18:48:20.351Z Compiling dof v0.4.0
15682026-03-30T18:48:20.351Z Compiling postgres-protocol v0.6.10
15692026-03-30T18:48:20.351Z Compiling sec1 v0.7.3
15702026-03-30T18:48:20.351Z Compiling ipnetwork v0.21.1
15712026-03-30T18:48:20.351Z Compiling zerocopy v0.7.35
15722026-03-30T18:48:20.351Z Compiling oxnet v0.1.4
15732026-03-30T18:48:20.351Z Compiling group v0.13.0
15742026-03-30T18:48:20.351Z Compiling num-iter v0.1.45
15752026-03-30T18:48:20.351Z Compiling proc-macro-error v1.0.4
15762026-03-30T18:48:20.351Z Compiling rand v0.8.5
15772026-03-30T18:48:20.351Z Compiling darling v0.21.3
15782026-03-30T18:48:20.351Z Compiling goblin v0.8.2
15792026-03-30T18:48:20.351Z Compiling derive_builder v0.20.2
15802026-03-30T18:48:20.351Z Compiling cargo-platform v0.1.9
15812026-03-30T18:48:20.351Z Compiling hkdf v0.12.4
15822026-03-30T18:48:20.351Z Compiling hubpack_derive v0.1.1
15832026-03-30T18:48:20.351Z Compiling crypto-bigint v0.5.5
15842026-03-30T18:48:20.351Z Compiling regex v1.12.3
15852026-03-30T18:48:20.351Z Compiling curve25519-dalek-derive v0.1.1
15862026-03-30T18:48:20.351Z Compiling async-trait v0.1.89
15872026-03-30T18:48:20.352Z Compiling strum_macros v0.27.2
15882026-03-30T18:48:20.547Z Compiling ref-cast-impl v1.0.25
15892026-03-30T18:48:20.547Z Compiling daft-derive v0.1.5
15902026-03-30T18:48:20.547Z Compiling heck v0.4.1
15912026-03-30T18:48:20.548Z Compiling terminal_size v0.4.3
15922026-03-30T18:48:20.548Z Compiling phf_shared v0.13.1
15932026-03-30T18:48:20.548Z Compiling lazy_static v1.5.0
15942026-03-30T18:48:20.548Z Compiling vergen v9.0.6
15952026-03-30T18:48:20.548Z Compiling fs-err v3.3.0
15962026-03-30T18:48:20.548Z Compiling tokio-util v0.7.18
15972026-03-30T18:48:20.550Z Compiling tower v0.5.3
15982026-03-30T18:48:20.550Z Compiling tokio-native-tls v0.3.1
15992026-03-30T18:48:20.550Z Compiling newtype-uuid v1.3.2
16002026-03-30T18:48:20.550Z Compiling ahash v0.8.12
16012026-03-30T18:48:20.550Z Compiling managed v0.8.0
16022026-03-30T18:48:20.550Z Compiling winnow v0.5.40
16032026-03-30T18:48:20.551Z Compiling libbz2-rs-sys v0.2.2
16042026-03-30T18:48:20.551Z Compiling bumpalo v3.20.2
16052026-03-30T18:48:20.551Z Compiling tower-http v0.6.8
16062026-03-30T18:48:20.551Z Compiling bitflags v1.3.2
16072026-03-30T18:48:20.551Z Compiling object v0.37.3
16082026-03-30T18:48:20.551Z Compiling foldhash v0.1.5
16092026-03-30T18:48:20.586Z Compiling zopfli v0.8.3
16102026-03-30T18:48:20.614Z Compiling daft v0.1.5
16112026-03-30T18:48:20.743Z Compiling h2 v0.4.13
16122026-03-30T18:48:20.760Z Compiling flate2 v1.1.9
16132026-03-30T18:48:20.877Z Compiling bzip2 v0.6.1
16142026-03-30T18:48:20.922Z Compiling hashbrown v0.15.5
16152026-03-30T18:48:20.960Z Compiling clap_builder v4.5.60
16162026-03-30T18:48:20.985Z Compiling console v0.16.2
16172026-03-30T18:48:21.160Z Compiling elliptic-curve v0.13.8
16182026-03-30T18:48:21.294Z Compiling dof v0.3.0
16192026-03-30T18:48:21.372Z Compiling zone_cfg_derive v0.3.1
16202026-03-30T18:48:21.390Z Compiling phf v0.13.1
16212026-03-30T18:48:21.441Z Compiling usdt-macro v0.6.0
16222026-03-30T18:48:21.535Z Compiling strum v0.27.2
16232026-03-30T18:48:21.546Z Compiling toml_edit v0.19.15
16242026-03-30T18:48:21.602Z Compiling usdt-attr-macro v0.6.0
16252026-03-30T18:48:21.602Z Compiling hubpack v0.1.2
16262026-03-30T18:48:21.644Z Compiling signal-hook-mio v0.2.5
16272026-03-30T18:48:21.650Z Compiling cookie_store v0.22.1
16282026-03-30T18:48:21.911Z Compiling cargo_metadata v0.19.2
16292026-03-30T18:48:21.931Z Compiling rayon v1.11.0
16302026-03-30T18:48:22.008Z Compiling serde_with_macros v3.17.0
16312026-03-30T18:48:22.039Z Compiling zstd v0.13.3
16322026-03-30T18:48:22.136Z Compiling postgres-types v0.2.12
16332026-03-30T18:48:22.321Z Compiling bzip2 v0.4.4
16342026-03-30T18:48:22.355Z Compiling dtrace-parser v0.2.0
16352026-03-30T18:48:22.393Z Compiling pkcs1 v0.7.5
16362026-03-30T18:48:22.501Z Compiling ed25519 v2.2.3
16372026-03-30T18:48:22.549Z Compiling serde-big-array v0.5.1
16382026-03-30T18:48:22.733Z Compiling hex v0.4.3
16392026-03-30T18:48:22.742Z Compiling rfc6979 v0.4.0
16402026-03-30T18:48:22.820Z Compiling bstr v1.12.1
16412026-03-30T18:48:22.868Z Compiling strum_macros v0.26.4
16422026-03-30T18:48:23.028Z Compiling serde_repr v0.1.20
16432026-03-30T18:48:23.135Z Compiling enum-as-inner v0.6.1
16442026-03-30T18:48:23.166Z Compiling clap_derive v4.5.55
16452026-03-30T18:48:23.188Z Compiling itertools v0.12.1
16462026-03-30T18:48:23.409Z Compiling phf_shared v0.11.3
16472026-03-30T18:48:23.485Z Compiling float-cmp v0.10.0
16482026-03-30T18:48:23.502Z Compiling thread-id v4.2.2
16492026-03-30T18:48:23.548Z Compiling memmap2 v0.9.10
16502026-03-30T18:48:23.601Z Compiling env_filter v1.0.0
16512026-03-30T18:48:23.612Z Compiling hyper v1.8.1
16522026-03-30T18:48:23.638Z Compiling encoding_rs v0.8.35
16532026-03-30T18:48:23.653Z Compiling new_debug_unreachable v1.0.6
16542026-03-30T18:48:23.676Z Compiling keccak v0.1.6
16552026-03-30T18:48:23.739Z Compiling data-encoding v2.10.0
16562026-03-30T18:48:23.780Z Compiling whoami v2.1.0
16572026-03-30T18:48:23.925Z Compiling mime v0.3.17
16582026-03-30T18:48:23.976Z Compiling predicates-core v1.0.10
16592026-03-30T18:48:24.169Z Compiling static_assertions v1.1.0
16602026-03-30T18:48:24.192Z Compiling difflib v0.4.0
16612026-03-30T18:48:24.208Z Compiling normalize-line-endings v0.3.0
16622026-03-30T18:48:24.212Z Compiling fixedbitset v0.5.7
16632026-03-30T18:48:24.212Z Compiling rustc-hash v2.1.1
16642026-03-30T18:48:24.256Z Compiling unit-prefix v0.5.2
16652026-03-30T18:48:24.322Z Compiling jiff v0.2.21
16662026-03-30T18:48:24.368Z Compiling fixedbitset v0.4.2
16672026-03-30T18:48:24.407Z Compiling precomputed-hash v0.1.1
16682026-03-30T18:48:24.428Z Compiling predicates v3.1.4
16692026-03-30T18:48:24.455Z Compiling petgraph v0.8.3
16702026-03-30T18:48:24.504Z Compiling string_cache v0.8.9
16712026-03-30T18:48:24.517Z Compiling petgraph v0.6.5
16722026-03-30T18:48:24.568Z Compiling indicatif v0.18.4
16732026-03-30T18:48:24.608Z Compiling iddqd v0.3.17
16742026-03-30T18:48:24.636Z Compiling strum v0.26.3
16752026-03-30T18:48:24.652Z Compiling zone v0.3.1
16762026-03-30T18:48:24.754Z Compiling hyper-util v0.1.20
16772026-03-30T18:48:24.772Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16782026-03-30T18:48:24.786Z Compiling toml_edit v0.22.27
16792026-03-30T18:48:25.037Z Compiling clap v4.5.60
16802026-03-30T18:48:25.084Z Compiling hickory-proto v0.25.2
16812026-03-30T18:48:25.099Z Compiling tokio-postgres v0.7.16
16822026-03-30T18:48:25.176Z Compiling sha3 v0.10.8
16832026-03-30T18:48:25.233Z Compiling env_logger v0.11.9
16842026-03-30T18:48:25.361Z Compiling usdt v0.6.0
16852026-03-30T18:48:25.456Z Compiling usdt-impl v0.5.0
16862026-03-30T18:48:25.614Z Compiling similar v2.7.0
16872026-03-30T18:48:25.648Z Compiling crossterm v0.28.1
16882026-03-30T18:48:25.703Z Compiling serde_with v3.17.0
16892026-03-30T18:48:25.772Z Compiling toml v0.7.8
16902026-03-30T18:48:26.059Z Compiling ecdsa v0.16.9
16912026-03-30T18:48:26.395Z Compiling hyper-tls v0.6.0
16922026-03-30T18:48:26.442Z Compiling ed25519-dalek v2.2.0
16932026-03-30T18:48:26.468Z Compiling rsa v0.9.10
16942026-03-30T18:48:26.497Z Compiling zip v0.6.6
16952026-03-30T18:48:26.978Z Compiling zip v4.6.1
16962026-03-30T18:48:26.994Z Compiling tokio-stream v0.1.18
16972026-03-30T18:48:27.035Z Compiling toml_parser v1.0.9+spec-1.1.0
16982026-03-30T18:48:27.092Z Compiling buf-list v1.1.2
16992026-03-30T18:48:27.118Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17002026-03-30T18:48:27.323Z Compiling openapiv3 v2.2.0
17012026-03-30T18:48:27.389Z Compiling x509-cert v0.2.5
17022026-03-30T18:48:27.441Z Compiling sha1 v0.10.6
17032026-03-30T18:48:27.458Z Compiling itertools v0.13.0
17042026-03-30T18:48:27.477Z Compiling toml_datetime v0.7.5+spec-1.1.0
17052026-03-30T18:48:27.603Z Compiling peg-runtime v0.8.5
17062026-03-30T18:48:27.629Z Compiling lalrpop-util v0.19.12
17072026-03-30T18:48:27.681Z Compiling thread_local v1.1.9
17082026-03-30T18:48:27.697Z Compiling slog-async v2.8.0
17092026-03-30T18:48:27.785Z Compiling futures-executor v0.3.32
17102026-03-30T18:48:27.838Z Compiling crossbeam-channel v0.5.15
17112026-03-30T18:48:27.910Z Compiling is-terminal v0.4.17
17122026-03-30T18:48:27.956Z Compiling filetime v0.2.27
17132026-03-30T18:48:27.961Z Compiling term v1.2.1
17142026-03-30T18:48:27.988Z Compiling take_mut v0.2.2
17152026-03-30T18:48:28.018Z Compiling xattr v1.6.1
17162026-03-30T18:48:28.055Z Compiling futures v0.3.32
17172026-03-30T18:48:28.149Z Compiling tar v0.4.45
17182026-03-30T18:48:28.312Z Compiling slog-term v2.9.2
17192026-03-30T18:48:43.338Z Compiling rustls-webpki v0.103.9
17202026-03-30T18:48:46.123Z Compiling tokio-rustls v0.26.4
17212026-03-30T18:48:46.123Z Compiling rustls-platform-verifier v0.6.2
17222026-03-30T18:48:46.323Z Compiling hyper-rustls v0.27.7
17232026-03-30T18:48:46.528Z Compiling reqwest v0.13.2
17242026-03-30T18:48:46.528Z Compiling reqwest v0.12.28
17252026-03-30T18:48:48.492Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17262026-03-30T18:48:48.736Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17272026-03-30T18:48:51.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.69s
17282026-03-30T18:48:51.616Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17292026-03-30T18:48:51.677ZMar 30 18:48:50.592 INFO Starting download, target: Cockroach
17302026-03-30T18:48:51.677ZMar 30 18:48:50.593 INFO Starting download, target: Clickhouse
17312026-03-30T18:48:51.677ZMar 30 18:48:50.593 INFO Starting download, target: Console
17322026-03-30T18:48:51.677ZMar 30 18:48:50.593 INFO Starting download, target: DendriteStub
17332026-03-30T18:48:51.677ZMar 30 18:48:50.593 INFO Starting download, target: MaghemiteMgd
17342026-03-30T18:48:51.684ZMar 30 18:48:50.593 INFO Starting download, target: TransceiverControl
17352026-03-30T18:48:51.685ZMar 30 18:48:50.593 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17362026-03-30T18:48:51.685ZMar 30 18:48:50.593 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17372026-03-30T18:48:51.685ZMar 30 18:48:50.593 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17382026-03-30T18:48:51.685ZMar 30 18:48:50.593 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17392026-03-30T18:48:51.685ZMar 30 18:48:50.593 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17402026-03-30T18:48:51.685ZMar 30 18:48:50.593 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17412026-03-30T18:48:52.351ZMar 30 18:48:51.268 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17422026-03-30T18:48:52.584ZMar 30 18:48:51.479 INFO Download complete, target: TransceiverControl
17432026-03-30T18:48:52.728ZMar 30 18:48:51.618 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17442026-03-30T18:48:52.934ZMar 30 18:48:51.847 INFO Download complete, target: Console
17452026-03-30T18:48:53.781ZMar 30 18:48:52.686 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17462026-03-30T18:48:54.258ZMar 30 18:48:53.149 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17472026-03-30T18:48:54.846ZMar 30 18:48:53.761 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17482026-03-30T18:48:55.500ZMar 30 18:48:54.419 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17492026-03-30T18:48:55.501ZMar 30 18:48:54.419 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17502026-03-30T18:48:56.500ZMar 30 18:48:55.420 INFO Download complete, target: DendriteStub
17512026-03-30T18:48:57.122ZMar 30 18:48:56.040 INFO Download complete, target: MaghemiteMgd
17522026-03-30T18:49:00.207ZMar 30 18:48:59.126 INFO Checking that binary works, target: Cockroach
17532026-03-30T18:49:00.308ZMar 30 18:48:59.228 INFO Download complete, target: Cockroach
17542026-03-30T18:49:00.604ZMar 30 18:48:59.524 INFO Checking that binary works, target: Clickhouse
17552026-03-30T18:49:00.690ZMar 30 18:48:59.609 INFO Download complete, target: Clickhouse
17562026-03-30T18:49:00.695ZAll prerequisites installed successfully
17572026-03-30T18:49:00.699Z
17582026-03-30T18:49:00.699Zreal 2:49.492272728
17592026-03-30T18:49:00.699Zuser 7:13.170962582
17602026-03-30T18:49:00.699Zsys 1:41.525563514
17612026-03-30T18:49:00.699Ztrap 0.241098093
17622026-03-30T18:49:00.699Ztflt 1.238807474
17632026-03-30T18:49:00.699Zdflt 1.452771279
17642026-03-30T18:49:00.699Zkflt 0.026713993
17652026-03-30T18:49:00.700Zlock 21:49.588698185
17662026-03-30T18:49:00.700Zslp 19:26.807206283
17672026-03-30T18:49:00.700Zlat 24.506089737
17682026-03-30T18:49:00.700Zstop 2:56.339807338
17692026-03-30T18:49:00.700Z+ ptime -m cargo xtask download softnpu
17702026-03-30T18:49:01.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17712026-03-30T18:49:01.252Z Running `target/debug/xtask download softnpu`
17722026-03-30T18:49:02.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17732026-03-30T18:49:02.088Z Running `target/debug/xtask-downloader softnpu`
17742026-03-30T18:49:02.131ZMar 30 18:49:01.050 INFO Starting download, target: Softnpu
17752026-03-30T18:49:02.134ZMar 30 18:49:01.051 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17762026-03-30T18:49:03.067ZMar 30 18:49:01.986 INFO Download complete, target: Softnpu
17772026-03-30T18:49:03.073Z
17782026-03-30T18:49:03.073Zreal 2.368819829
17792026-03-30T18:49:03.073Zuser 1.308579562
17802026-03-30T18:49:03.073Zsys 0.639917470
17812026-03-30T18:49:03.073Ztrap 0.000507450
17822026-03-30T18:49:03.073Ztflt 0.000094050
17832026-03-30T18:49:03.073Zdflt 0.000124336
17842026-03-30T18:49:03.073Zkflt 0.000000000
17852026-03-30T18:49:03.073Zlock 17.250454412
17862026-03-30T18:49:03.073Zslp 0.730967879
17872026-03-30T18:49:03.073Zlat 0.071011399
17882026-03-30T18:49:03.073Zstop 0.000153474
17892026-03-30T18:49:03.077Z+ export CARGO_INCREMENTAL=0
17902026-03-30T18:49:03.077Z+ CARGO_INCREMENTAL=0
17912026-03-30T18:49:03.077Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17922026-03-30T18:49:03.950Z Compiling proc-macro2 v1.0.106
17932026-03-30T18:49:03.950Z Compiling quote v1.0.44
17942026-03-30T18:49:03.950Z Compiling unicode-ident v1.0.24
17952026-03-30T18:49:03.950Z Compiling libc v0.2.180
17962026-03-30T18:49:03.953Z Compiling serde_core v1.0.228
17972026-03-30T18:49:03.953Z Compiling serde v1.0.228
17982026-03-30T18:49:03.953Z Compiling cfg-if v1.0.4
17992026-03-30T18:49:03.953Z Compiling version_check v0.9.5
18002026-03-30T18:49:03.953Z Compiling shlex v1.3.0
18012026-03-30T18:49:03.953Z Compiling find-msvc-tools v0.1.9
18022026-03-30T18:49:04.109Z Compiling typenum v1.19.0
18032026-03-30T18:49:04.112Z Compiling autocfg v1.5.0
18042026-03-30T18:49:04.112Z Compiling zmij v1.0.21
18052026-03-30T18:49:04.112Z Compiling portable-atomic v1.13.1
18062026-03-30T18:49:04.112Z Compiling serde_json v1.0.149
18072026-03-30T18:49:04.225Z Compiling memchr v2.8.0
18082026-03-30T18:49:04.309Z Compiling zerocopy v0.8.40
18092026-03-30T18:49:04.338Z Compiling libm v0.2.16
18102026-03-30T18:49:04.508Z Compiling generic-array v0.14.7
18112026-03-30T18:49:04.508Z Compiling smallvec v1.15.1
18122026-03-30T18:49:04.553Z Compiling parking_lot_core v0.9.12
18132026-03-30T18:49:04.614Z Compiling num-traits v0.2.19
18142026-03-30T18:49:04.637Z Compiling icu_normalizer_data v2.1.1
18152026-03-30T18:49:04.656Z Compiling icu_properties_data v2.1.2
18162026-03-30T18:49:04.789Z Compiling itoa v1.0.17
18172026-03-30T18:49:04.792Z Compiling getrandom v0.4.1
18182026-03-30T18:49:04.792Z Compiling log v0.4.29
18192026-03-30T18:49:04.854Z Compiling stable_deref_trait v1.2.1
18202026-03-30T18:49:04.886Z Compiling pkg-config v0.3.32
18212026-03-30T18:49:04.890Z Compiling subtle v2.6.1
18222026-03-30T18:49:05.003Z Compiling jobserver v0.1.34
18232026-03-30T18:49:05.019Z Compiling getrandom v0.2.17
18242026-03-30T18:49:05.071Z Compiling errno v0.3.14
18252026-03-30T18:49:05.161Z Compiling rand_core v0.6.4
18262026-03-30T18:49:05.193Z Compiling scopeguard v1.2.0
18272026-03-30T18:49:05.223Z Compiling cc v1.2.56
18282026-03-30T18:49:05.306Z Compiling lock_api v0.4.14
18292026-03-30T18:49:05.406Z Compiling percent-encoding v2.3.2
18302026-03-30T18:49:05.436Z Compiling writeable v0.6.2
18312026-03-30T18:49:05.451Z Compiling litemap v0.8.1
18322026-03-30T18:49:05.486Z Compiling syn v2.0.117
18332026-03-30T18:49:05.515Z Compiling thiserror v2.0.18
18342026-03-30T18:49:05.546Z Compiling fnv v1.0.7
18352026-03-30T18:49:05.624Z Compiling pin-project-lite v0.2.17
18362026-03-30T18:49:05.647Z Compiling getrandom v0.3.4
18372026-03-30T18:49:05.725Z Compiling critical-section v1.2.0
18382026-03-30T18:49:05.801Z Compiling rustversion v1.0.22
18392026-03-30T18:49:05.833Z Compiling equivalent v1.0.2
18402026-03-30T18:49:05.850Z Compiling allocator-api2 v0.2.21
18412026-03-30T18:49:05.853Z Compiling schemars v0.8.22
18422026-03-30T18:49:05.898Z Compiling dunce v1.0.5
18432026-03-30T18:49:05.931Z Compiling foldhash v0.2.0
18442026-03-30T18:49:05.946Z Compiling utf8_iter v1.0.4
18452026-03-30T18:49:05.963Z Compiling cmake v0.1.57
18462026-03-30T18:49:06.008Z Compiling fs_extra v1.3.0
18472026-03-30T18:49:06.099Z Compiling once_cell v1.21.3
18482026-03-30T18:49:06.129Z Compiling rand_core v0.10.0
18492026-03-30T18:49:06.175Z Compiling hashbrown v0.16.1
18502026-03-30T18:49:06.200Z Compiling form_urlencoded v1.2.2
18512026-03-30T18:49:06.339Z Compiling semver v1.0.27
18522026-03-30T18:49:06.372Z Compiling bitflags v2.11.0
18532026-03-30T18:49:06.415Z Compiling const-oid v0.9.6
18542026-03-30T18:49:06.513Z Compiling signal-hook-registry v1.4.8
18552026-03-30T18:49:06.546Z Compiling ring v0.17.14
18562026-03-30T18:49:06.573Z Compiling aws-lc-sys v0.37.1
18572026-03-30T18:49:06.589Z Compiling rustix v1.1.3
18582026-03-30T18:49:06.662Z Compiling socket2 v0.6.2
18592026-03-30T18:49:06.767Z Compiling indexmap v2.13.0
18602026-03-30T18:49:06.788Z Compiling parking_lot v0.12.5
18612026-03-30T18:49:06.822Z Compiling mio v1.1.1
18622026-03-30T18:49:06.892Z Compiling thiserror v1.0.69
18632026-03-30T18:49:06.906Z Compiling aws-lc-rs v1.16.0
18642026-03-30T18:49:06.951Z Compiling strsim v0.11.1
18652026-03-30T18:49:06.998Z Compiling futures-core v0.3.32
18662026-03-30T18:49:07.184Z Compiling byteorder v1.5.0
18672026-03-30T18:49:07.187Z Compiling httparse v1.10.1
18682026-03-30T18:49:07.214Z Compiling syn v1.0.109
18692026-03-30T18:49:07.271Z Compiling ucd-trie v0.1.7
18702026-03-30T18:49:07.402Z Compiling heck v0.5.0
18712026-03-30T18:49:07.420Z Compiling ident_case v1.0.1
18722026-03-30T18:49:07.436Z Compiling pest v2.8.6
18732026-03-30T18:49:07.449Z Compiling vcpkg v0.2.15
18742026-03-30T18:49:07.484Z Compiling iana-time-zone v0.1.65
18752026-03-30T18:49:07.541Z Compiling uuid v1.21.0
18762026-03-30T18:49:07.572Z Compiling cpufeatures v0.2.17
18772026-03-30T18:49:07.671Z Compiling crossbeam-utils v0.8.21
18782026-03-30T18:49:07.690Z Compiling regex-syntax v0.8.10
18792026-03-30T18:49:07.875Z Compiling rustc_version v0.4.1
18802026-03-30T18:49:08.003Z Compiling rustls v0.23.37
18812026-03-30T18:49:08.031Z Compiling futures-sink v0.3.32
18822026-03-30T18:49:08.049Z Compiling openssl-sys v0.9.111
18832026-03-30T18:49:08.107Z Compiling futures-io v0.3.32
18842026-03-30T18:49:08.160Z Compiling futures-channel v0.3.32
18852026-03-30T18:49:08.178Z Compiling futures-task v0.3.32
18862026-03-30T18:49:08.178Z Compiling slab v0.4.12
18872026-03-30T18:49:08.267Z Compiling synstructure v0.13.2
18882026-03-30T18:49:08.299Z Compiling serde_derive_internals v0.29.1
18892026-03-30T18:49:08.356Z Compiling plain v0.2.3
18902026-03-30T18:49:08.390Z Compiling dyn-clone v1.0.20
18912026-03-30T18:49:08.458Z Compiling aho-corasick v1.1.4
18922026-03-30T18:49:08.484Z Compiling num-conv v0.2.0
18932026-03-30T18:49:08.552Z Compiling pest_meta v2.8.6
18942026-03-30T18:49:08.569Z Compiling time-core v0.1.8
18952026-03-30T18:49:08.654Z Compiling base64 v0.22.1
18962026-03-30T18:49:08.733Z Compiling time-macros v0.2.27
18972026-03-30T18:49:08.838Z Compiling pretty-hex v0.4.1
18982026-03-30T18:49:08.954Z Compiling openssl v0.10.75
18992026-03-30T18:49:09.054Z Compiling base64ct v1.8.3
19002026-03-30T18:49:09.072Z Compiling either v1.15.0
19012026-03-30T18:49:09.108Z Compiling anyhow v1.0.102
19022026-03-30T18:49:09.180Z Compiling pest_generator v2.8.6
19032026-03-30T18:49:09.184Z Compiling crc32fast v1.5.0
19042026-03-30T18:49:09.214Z Compiling darling_core v0.21.3
19052026-03-30T18:49:09.218Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19062026-03-30T18:49:09.264Z Compiling native-tls v0.2.18
19072026-03-30T18:49:09.300Z Compiling regex-automata v0.4.14
19082026-03-30T18:49:09.353Z Compiling pem-rfc7468 v0.7.0
19092026-03-30T18:49:09.416Z Compiling flagset v0.4.7
19102026-03-30T18:49:09.466Z Compiling rand_core v0.9.5
19112026-03-30T18:49:09.525Z Compiling serde_derive v1.0.228
19122026-03-30T18:49:09.569Z Compiling zeroize_derive v1.4.3
19132026-03-30T18:49:09.614Z Compiling zerofrom-derive v0.1.6
19142026-03-30T18:49:09.641Z Compiling yoke-derive v0.8.1
19152026-03-30T18:49:09.719Z Compiling zerovec-derive v0.11.2
19162026-03-30T18:49:09.733Z Compiling displaydoc v0.2.5
19172026-03-30T18:49:09.800Z Compiling zerocopy-derive v0.8.40
19182026-03-30T18:49:09.815Z Compiling tokio-macros v2.6.0
19192026-03-30T18:49:09.893Z Compiling futures-macro v0.3.32
19202026-03-30T18:49:09.898Z Compiling thiserror-impl v2.0.18
19212026-03-30T18:49:10.187Z Compiling zeroize v1.8.2
19222026-03-30T18:49:10.499Z Compiling schemars_derive v0.8.22
19232026-03-30T18:49:10.643Z Compiling der_derive v0.7.3
19242026-03-30T18:49:10.665Z Compiling tracing-attributes v0.1.31
19252026-03-30T18:49:10.795Z Compiling zerofrom v0.1.6
19262026-03-30T18:49:10.931Z Compiling yoke v0.8.1
19272026-03-30T18:49:11.008Z Compiling crypto-common v0.1.7
19282026-03-30T18:49:11.057Z Compiling block-buffer v0.10.4
19292026-03-30T18:49:11.081Z Compiling zerovec v0.11.5
19302026-03-30T18:49:11.114Z Compiling zerotrie v0.2.3
19312026-03-30T18:49:11.236Z Compiling digest v0.10.7
19322026-03-30T18:49:11.403Z Compiling thiserror-impl v1.0.69
19332026-03-30T18:49:11.545Z Compiling pest_derive v2.8.6
19342026-03-30T18:49:11.560Z Compiling hmac v0.12.1
19352026-03-30T18:49:11.574Z Compiling futures-util v0.3.32
19362026-03-30T18:49:11.646Z Compiling tinystr v0.8.2
19372026-03-30T18:49:11.663Z Compiling potential_utf v0.1.4
19382026-03-30T18:49:11.794Z Compiling icu_collections v2.1.1
19392026-03-30T18:49:11.815Z Compiling block-padding v0.3.3
19402026-03-30T18:49:11.872Z Compiling icu_locale_core v2.1.1
19412026-03-30T18:49:11.973Z Compiling inout v0.1.4
19422026-03-30T18:49:11.988Z Compiling sha2 v0.10.9
19432026-03-30T18:49:12.139Z Compiling cipher v0.4.4
19442026-03-30T18:49:12.377Z Compiling rustls-pki-types v1.14.0
19452026-03-30T18:49:12.396Z Compiling scroll_derive v0.13.1
19462026-03-30T18:49:12.486Z Compiling icu_provider v2.1.1
19472026-03-30T18:49:12.533Z Compiling scroll_derive v0.12.1
19482026-03-30T18:49:12.713Z Compiling bytes v1.11.1
19492026-03-30T18:49:12.802Z Compiling chrono v0.4.44
19502026-03-30T18:49:12.817Z Compiling icu_normalizer v2.1.1
19512026-03-30T18:49:13.162Z Compiling icu_properties v2.1.2
19522026-03-30T18:49:13.206Z Compiling serde_tokenstream v0.2.3
19532026-03-30T18:49:13.296Z Compiling tokio v1.49.0
19542026-03-30T18:49:13.694Z Compiling openssl-macros v0.1.1
19552026-03-30T18:49:14.082Z Compiling idna_adapter v1.2.1
19562026-03-30T18:49:14.150Z Compiling ppv-lite86 v0.2.21
19572026-03-30T18:49:14.241Z Compiling idna v1.1.0
19582026-03-30T18:49:14.308Z Compiling http v1.4.0
19592026-03-30T18:49:14.327Z Compiling regex v1.12.3
19602026-03-30T18:49:14.353Z Compiling der v0.7.10
19612026-03-30T18:49:14.368Z Compiling darling_macro v0.21.3
19622026-03-30T18:49:14.531Z Compiling zerocopy-derive v0.7.35
19632026-03-30T18:49:14.594Z Compiling url v2.5.8
19642026-03-30T18:49:14.702Z Compiling slog v2.8.2
19652026-03-30T18:49:14.788Z Compiling tracing-core v0.1.36
19662026-03-30T18:49:14.874Z Compiling untrusted v0.9.0
19672026-03-30T18:49:14.914Z Compiling rayon-core v1.13.0
19682026-03-30T18:49:15.023Z Compiling darling v0.21.3
19692026-03-30T18:49:15.341Z Compiling spki v0.7.3
19702026-03-30T18:49:15.357Z Compiling tracing v0.1.44
19712026-03-30T18:49:15.376Z Compiling salsa20 v0.10.2
19722026-03-30T18:49:15.500Z Compiling pbkdf2 v0.12.2
19732026-03-30T18:49:15.851Z Compiling cookie v0.18.1
19742026-03-30T18:49:15.975Z Compiling camino v1.2.2
19752026-03-30T18:49:16.125Z Compiling scrypt v0.11.0
19762026-03-30T18:49:16.158Z Compiling rand_chacha v0.9.0
19772026-03-30T18:49:16.180Z Compiling aes v0.8.4
19782026-03-30T18:49:16.274Z Compiling cbc v0.1.2
19792026-03-30T18:49:16.535Z Compiling usdt-impl v0.5.0
19802026-03-30T18:49:16.631Z Compiling usdt-impl v0.6.0
19812026-03-30T18:49:16.673Z Compiling winnow v0.7.14
19822026-03-30T18:49:16.737Z Compiling ref-cast v1.0.25
19832026-03-30T18:49:16.775Z Compiling paste v1.0.15
19842026-03-30T18:49:16.930Z Compiling pkcs5 v0.7.1
19852026-03-30T18:49:17.030Z Compiling rand v0.9.2
19862026-03-30T18:49:17.056Z Compiling http-body v1.0.1
19872026-03-30T18:49:17.131Z Compiling tokio-util v0.7.18
19882026-03-30T18:49:17.392Z Compiling scroll v0.12.0
19892026-03-30T18:49:17.409Z Compiling scroll v0.13.0
19902026-03-30T18:49:17.409Z Compiling toml_datetime v0.6.11
19912026-03-30T18:49:17.598Z Compiling serde_spanned v0.6.9
19922026-03-30T18:49:17.687Z Compiling heapless v0.7.17
19932026-03-30T18:49:17.729Z Compiling bzip2-sys v0.1.13+1.0.8
19942026-03-30T18:49:17.773Z Compiling atomic-waker v1.1.2
19952026-03-30T18:49:17.951Z Compiling openssl-probe v0.2.1
19962026-03-30T18:49:18.029Z Compiling signal-hook v0.3.18
19972026-03-30T18:49:18.044Z Compiling zstd-safe v7.2.4
19982026-03-30T18:49:18.082Z Compiling untrusted v0.7.1
19992026-03-30T18:49:18.116Z Compiling toml_parser v1.0.9+spec-1.1.0
20002026-03-30T18:49:18.155Z Compiling goblin v0.10.5
20012026-03-30T18:49:18.224Z Compiling goblin v0.8.2
20022026-03-30T18:49:18.271Z Compiling pkcs8 v0.10.2
20032026-03-30T18:49:18.402Z Compiling zerocopy v0.7.35
20042026-03-30T18:49:18.545Z Compiling ref-cast-impl v1.0.25
20052026-03-30T18:49:18.621Z Compiling darling_core v0.20.11
20062026-03-30T18:49:18.672Z Compiling curve25519-dalek v4.1.3
20072026-03-30T18:49:18.726Z Compiling toml_datetime v0.7.5+spec-1.1.0
20082026-03-30T18:49:18.766Z Compiling memoffset v0.9.1
20092026-03-30T18:49:18.930Z Compiling rustix v0.38.44
20102026-03-30T18:49:18.965Z Compiling fastrand v2.3.0
20112026-03-30T18:49:18.983Z Compiling winnow v0.5.40
20122026-03-30T18:49:19.150Z Compiling tower-service v0.3.3
20132026-03-30T18:49:19.240Z Compiling try-lock v0.2.5
20142026-03-30T18:49:19.312Z Compiling tower-layer v0.3.3
20152026-03-30T18:49:19.412Z Compiling litrs v1.0.0
20162026-03-30T18:49:19.522Z Compiling tinyvec_macros v0.1.1
20172026-03-30T18:49:19.617Z Compiling tinyvec v1.10.0
20182026-03-30T18:49:19.667Z Compiling want v0.3.1
20192026-03-30T18:49:19.881Z Compiling h2 v0.4.13
20202026-03-30T18:49:19.900Z Compiling document-features v0.2.12
20212026-03-30T18:49:20.279Z Compiling toml_edit v0.19.15
20222026-03-30T18:49:20.431Z Compiling dof v0.3.0
20232026-03-30T18:49:20.544Z Compiling dtrace-parser v0.2.0
20242026-03-30T18:49:20.597Z Compiling darling_macro v0.20.11
20252026-03-30T18:49:20.852Z Compiling dof v0.4.0
20262026-03-30T18:49:20.940Z Compiling dtrace-parser v0.3.0
20272026-03-30T18:49:21.087Z Compiling ipnet v2.11.0
20282026-03-30T18:49:21.214Z Compiling daft-derive v0.1.5
20292026-03-30T18:49:21.230Z Compiling async-trait v0.1.89
20302026-03-30T18:49:21.352Z Compiling spin v0.9.8
20312026-03-30T18:49:21.545Z Compiling thread-id v5.1.0
20322026-03-30T18:49:21.549Z Compiling thread-id v4.2.2
20332026-03-30T18:49:21.576Z Compiling proc-macro-error-attr v1.0.4
20342026-03-30T18:49:21.661Z Compiling smoltcp v0.9.1
20352026-03-30T18:49:21.799Z Compiling powerfmt v0.2.0
20362026-03-30T18:49:21.890Z Compiling cfg_aliases v0.2.1
20372026-03-30T18:49:21.896Z Compiling httpdate v1.0.3
20382026-03-30T18:49:21.948Z Compiling foreign-types-shared v0.1.1
20392026-03-30T18:49:21.960Z Compiling pin-utils v0.1.0
20402026-03-30T18:49:22.004Z Compiling num-bigint-dig v0.8.6
20412026-03-30T18:49:22.040Z Compiling foreign-types v0.3.2
20422026-03-30T18:49:22.073Z Compiling nix v0.31.1
20432026-03-30T18:49:22.081Z Compiling deranged v0.5.8
20442026-03-30T18:49:22.081Z Compiling tempfile v3.25.0
20452026-03-30T18:49:22.404Z Compiling darling v0.20.11
20462026-03-30T18:49:22.504Z Compiling ipnetwork v0.21.1
20472026-03-30T18:49:22.729Z Compiling strum_macros v0.26.4
20482026-03-30T18:49:22.752Z Compiling curve25519-dalek-derive v0.1.1
20492026-03-30T18:49:22.842Z Compiling hyper v1.8.1
20502026-03-30T18:49:23.041Z Compiling wait-timeout v0.2.1
20512026-03-30T18:49:23.048Z Compiling proc-macro-error v1.0.4
20522026-03-30T18:49:23.220Z Compiling num_threads v0.1.7
20532026-03-30T18:49:23.273Z Compiling unicode-segmentation v1.12.0
20542026-03-30T18:49:23.379Z Compiling simd-adler32 v0.3.8
20552026-03-30T18:49:23.465Z Compiling quick-error v1.2.3
20562026-03-30T18:49:23.495Z Compiling anstyle v1.0.13
20572026-03-30T18:49:23.547Z Compiling bit-vec v0.8.0
20582026-03-30T18:49:23.560Z Compiling siphasher v1.0.2
20592026-03-30T18:49:23.743Z Compiling utf8parse v0.2.2
20602026-03-30T18:49:23.755Z Compiling bit-set v0.8.0
20612026-03-30T18:49:23.831Z Compiling anstyle-parse v0.2.7
20622026-03-30T18:49:23.870Z Compiling time v0.3.47
20632026-03-30T18:49:23.897Z Compiling hyper-util v0.1.20
20642026-03-30T18:49:23.941Z Compiling rusty-fork v0.3.1
20652026-03-30T18:49:24.284Z Compiling crossbeam-epoch v0.9.18
20662026-03-30T18:49:24.993Z Compiling derive_builder_core v0.20.2
20672026-03-30T18:49:25.011Z Compiling unicode-normalization v0.1.25
20682026-03-30T18:49:25.273Z Compiling rustls-native-certs v0.8.3
20692026-03-30T18:49:25.521Z Compiling signature v2.2.0
20702026-03-30T18:49:25.565Z Compiling hubpack_derive v0.1.1
20712026-03-30T18:49:25.583Z Compiling rand_xorshift v0.4.0
20722026-03-30T18:49:25.642Z Compiling strum_macros v0.27.2
20732026-03-30T18:49:25.687Z Compiling sync_wrapper v1.0.2
20742026-03-30T18:49:25.729Z Compiling fs-err v3.3.0
20752026-03-30T18:49:25.745Z Compiling ahash v0.8.12
20762026-03-30T18:49:25.870Z Compiling unicode-properties v0.1.4
20772026-03-30T18:49:25.912Z Compiling object v0.37.3
20782026-03-30T18:49:25.950Z Compiling anstyle-query v1.1.5
20792026-03-30T18:49:25.967Z Compiling unicode-bidi v0.3.18
20802026-03-30T18:49:26.038Z Compiling adler2 v2.0.1
20812026-03-30T18:49:26.072Z Compiling is_terminal_polyfill v1.70.2
20822026-03-30T18:49:26.088Z Compiling colorchoice v1.0.4
20832026-03-30T18:49:26.124Z Compiling unarray v0.1.4
20842026-03-30T18:49:26.185Z Compiling anstream v0.6.21
20852026-03-30T18:49:26.219Z Compiling miniz_oxide v0.8.9
20862026-03-30T18:49:26.255Z Compiling proptest v1.10.0
20872026-03-30T18:49:26.320Z Compiling stringprep v0.1.5
20882026-03-30T18:49:26.697Z Compiling tower v0.5.3
20892026-03-30T18:49:26.755Z Compiling derive_builder_macro v0.20.2
20902026-03-30T18:49:26.979Z Compiling crossbeam-deque v0.8.6
20912026-03-30T18:49:27.060Z Compiling heck v0.4.1
20922026-03-30T18:49:27.076Z Compiling usdt-macro v0.6.0
20932026-03-30T18:49:27.185Z Compiling usdt-attr-macro v0.6.0
20942026-03-30T18:49:27.467Z Compiling http-body-util v0.1.3
20952026-03-30T18:49:27.777Z Compiling webpki-roots v1.0.6
20962026-03-30T18:49:27.853Z Compiling rand_chacha v0.3.1
20972026-03-30T18:49:27.868Z Compiling erased-serde v0.3.31
20982026-03-30T18:49:27.868Z Compiling md-5 v0.10.6
20992026-03-30T18:49:27.929Z Compiling num-integer v0.1.46
21002026-03-30T18:49:27.958Z Compiling hash32 v0.2.1
21012026-03-30T18:49:27.989Z Compiling vergen-lib v0.1.6
21022026-03-30T18:49:28.027Z Compiling ff v0.13.1
21032026-03-30T18:49:28.067Z Compiling ryu v1.0.23
21042026-03-30T18:49:28.096Z Compiling iri-string v0.7.10
21052026-03-30T18:49:28.110Z Compiling fallible-iterator v0.2.0
21062026-03-30T18:49:28.149Z Compiling psl-types v2.0.11
21072026-03-30T18:49:28.183Z Compiling base16ct v0.2.0
21082026-03-30T18:49:28.201Z Compiling zlib-rs v0.6.2
21092026-03-30T18:49:28.239Z Compiling newtype-uuid v1.3.2
21102026-03-30T18:49:28.270Z Compiling publicsuffix v2.3.0
21112026-03-30T18:49:28.285Z Compiling serde_urlencoded v0.7.1
21122026-03-30T18:49:28.366Z Compiling sec1 v0.7.3
21132026-03-30T18:49:28.382Z Compiling num-iter v0.1.45
21142026-03-30T18:49:28.437Z Compiling postgres-protocol v0.6.10
21152026-03-30T18:49:28.467Z Compiling group v0.13.0
21162026-03-30T18:49:28.603Z Compiling rand v0.8.5
21172026-03-30T18:49:28.811Z Compiling oxnet v0.1.4
21182026-03-30T18:49:28.958Z Compiling zone_cfg_derive v0.3.1
21192026-03-30T18:49:29.042Z Compiling derive_builder v0.20.2
21202026-03-30T18:49:29.062Z Compiling tokio-native-tls v0.3.1
21212026-03-30T18:49:29.138Z Compiling phf_shared v0.13.1
21222026-03-30T18:49:29.188Z Compiling tower-http v0.6.8
21232026-03-30T18:49:29.239Z Compiling lazy_static v1.5.0
21242026-03-30T18:49:29.328Z Compiling terminal_size v0.4.3
21252026-03-30T18:49:29.354Z Compiling serde_with_macros v3.17.0
21262026-03-30T18:49:29.386Z Compiling cargo-platform v0.1.9
21272026-03-30T18:49:29.404Z Compiling hkdf v0.12.4
21282026-03-30T18:49:29.407Z Compiling crypto-bigint v0.5.5
21292026-03-30T18:49:29.464Z Compiling enum-as-inner v0.6.1
21302026-03-30T18:49:29.490Z Compiling serde_repr v0.1.20
21312026-03-30T18:49:29.511Z Compiling clap_derive v4.5.55
21322026-03-30T18:49:29.565Z Compiling vergen v9.0.6
21332026-03-30T18:49:29.614Z Compiling bitflags v1.3.2
21342026-03-30T18:49:29.657Z Compiling libbz2-rs-sys v0.2.2
21352026-03-30T18:49:29.735Z Compiling managed v0.8.0
21362026-03-30T18:49:29.812Z Compiling clap_lex v1.0.0
21372026-03-30T18:49:29.828Z Compiling bumpalo v3.20.2
21382026-03-30T18:49:29.969Z Compiling unicode-width v0.2.0
21392026-03-30T18:49:30.006Z Compiling foldhash v0.1.5
21402026-03-30T18:49:30.065Z Compiling zopfli v0.8.3
21412026-03-30T18:49:30.080Z Compiling bzip2 v0.6.1
21422026-03-30T18:49:30.098Z Compiling clap_builder v4.5.60
21432026-03-30T18:49:30.133Z Compiling hashbrown v0.15.5
21442026-03-30T18:49:30.273Z Compiling flate2 v1.1.9
21452026-03-30T18:49:30.286Z Compiling console v0.16.2
21462026-03-30T18:49:30.426Z Compiling elliptic-curve v0.13.8
21472026-03-30T18:49:30.560Z Compiling cargo_metadata v0.19.2
21482026-03-30T18:49:30.787Z Compiling phf v0.13.1
21492026-03-30T18:49:30.804Z Compiling zstd v0.13.3
21502026-03-30T18:49:30.891Z Compiling hyper-tls v0.6.0
21512026-03-30T18:49:30.972Z Compiling signal-hook-mio v0.2.5
21522026-03-30T18:49:31.098Z Compiling daft v0.1.5
21532026-03-30T18:49:31.115Z Compiling rayon v1.11.0
21542026-03-30T18:49:31.138Z Compiling cookie_store v0.22.1
21552026-03-30T18:49:31.153Z Compiling postgres-types v0.2.12
21562026-03-30T18:49:31.388Z Compiling bzip2 v0.4.4
21572026-03-30T18:49:31.403Z Compiling strum v0.27.2
21582026-03-30T18:49:31.604Z Compiling hubpack v0.1.2
21592026-03-30T18:49:31.697Z Compiling ed25519 v2.2.3
21602026-03-30T18:49:31.703Z Compiling phf_shared v0.11.3
21612026-03-30T18:49:31.790Z Compiling pkcs1 v0.7.5
21622026-03-30T18:49:31.907Z Compiling hex v0.4.3
21632026-03-30T18:49:31.935Z Compiling serde-big-array v0.5.1
21642026-03-30T18:49:32.096Z Compiling rfc6979 v0.4.0
21652026-03-30T18:49:32.166Z Compiling bstr v1.12.1
21662026-03-30T18:49:32.183Z Compiling itertools v0.12.1
21672026-03-30T18:49:32.241Z Compiling float-cmp v0.10.0
21682026-03-30T18:49:32.256Z Compiling memmap2 v0.9.10
21692026-03-30T18:49:32.273Z Compiling env_filter v1.0.0
21702026-03-30T18:49:32.316Z Compiling encoding_rs v0.8.35
21712026-03-30T18:49:32.388Z Compiling whoami v2.1.0
21722026-03-30T18:49:32.405Z Compiling static_assertions v1.1.0
21732026-03-30T18:49:32.423Z Compiling normalize-line-endings v0.3.0
21742026-03-30T18:49:32.487Z Compiling rustc-hash v2.1.1
21752026-03-30T18:49:32.503Z Compiling difflib v0.4.0
21762026-03-30T18:49:32.534Z Compiling fixedbitset v0.4.2
21772026-03-30T18:49:32.553Z Compiling mime v0.3.17
21782026-03-30T18:49:32.579Z Compiling unit-prefix v0.5.2
21792026-03-30T18:49:32.634Z Compiling precomputed-hash v0.1.1
21802026-03-30T18:49:32.744Z Compiling predicates-core v1.0.10
21812026-03-30T18:49:32.744Z Compiling fixedbitset v0.5.7
21822026-03-30T18:49:32.790Z Compiling new_debug_unreachable v1.0.6
21832026-03-30T18:49:32.794Z Compiling data-encoding v2.10.0
21842026-03-30T18:49:32.862Z Compiling keccak v0.1.6
21852026-03-30T18:49:32.919Z Compiling jiff v0.2.21
21862026-03-30T18:49:32.963Z Compiling toml_write v0.1.2
21872026-03-30T18:49:33.002Z Compiling sha3 v0.10.8
21882026-03-30T18:49:33.058Z Compiling petgraph v0.8.3
21892026-03-30T18:49:33.148Z Compiling toml_edit v0.22.27
21902026-03-30T18:49:33.182Z Compiling hickory-proto v0.25.2
21912026-03-30T18:49:33.297Z Compiling zone v0.3.1
21922026-03-30T18:49:33.330Z Compiling string_cache v0.8.9
21932026-03-30T18:49:33.397Z Compiling predicates v3.1.4
21942026-03-30T18:49:33.440Z Compiling indicatif v0.18.4
21952026-03-30T18:49:33.566Z Compiling petgraph v0.6.5
21962026-03-30T18:49:33.607Z Compiling tokio-postgres v0.7.16
21972026-03-30T18:49:33.675Z Compiling iddqd v0.3.17
21982026-03-30T18:49:33.906Z Compiling similar v2.7.0
21992026-03-30T18:49:34.176Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22002026-03-30T18:49:34.629Z Compiling env_logger v0.11.9
22012026-03-30T18:49:34.774Z Compiling usdt v0.6.0
22022026-03-30T18:49:35.038Z Compiling ecdsa v0.16.9
22032026-03-30T18:49:35.059Z Compiling serde_with v3.17.0
22042026-03-30T18:49:35.362Z Compiling rsa v0.9.10
22052026-03-30T18:49:35.506Z Compiling zip v4.6.1
22062026-03-30T18:49:35.650Z Compiling ed25519-dalek v2.2.0
22072026-03-30T18:49:36.348Z Compiling clap v4.5.60
22082026-03-30T18:49:36.397Z Compiling zip v0.6.6
22092026-03-30T18:49:36.444Z Compiling crossterm v0.28.1
22102026-03-30T18:49:36.644Z Compiling strum v0.26.3
22112026-03-30T18:49:36.759Z Compiling toml v0.7.8
22122026-03-30T18:49:36.784Z Compiling tokio-stream v0.1.18
22132026-03-30T18:49:36.905Z Compiling buf-list v1.1.2
22142026-03-30T18:49:37.005Z Compiling x509-cert v0.2.5
22152026-03-30T18:49:37.167Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22162026-03-30T18:49:37.312Z Compiling openapiv3 v2.2.0
22172026-03-30T18:49:37.421Z Compiling sha1 v0.10.6
22182026-03-30T18:49:37.549Z Compiling itertools v0.13.0
22192026-03-30T18:49:37.812Z Compiling peg-runtime v0.8.5
22202026-03-30T18:49:37.947Z Compiling lalrpop-util v0.19.12
22212026-03-30T18:49:51.301Z Compiling rustls-webpki v0.103.9
22222026-03-30T18:49:55.089Z Compiling tokio-rustls v0.26.4
22232026-03-30T18:49:55.353Z Compiling hyper-rustls v0.27.7
22242026-03-30T18:49:55.402Z Compiling rustls-platform-verifier v0.6.2
22252026-03-30T18:49:55.629Z Compiling reqwest v0.12.28
22262026-03-30T18:49:55.695Z Compiling reqwest v0.13.2
22272026-03-30T18:49:56.029Z Compiling macaddr v1.0.1
22282026-03-30T18:49:56.156Z Compiling structmeta-derive v0.3.0
22292026-03-30T18:49:56.180Z Compiling crucible-workspace-hack v0.1.0
22302026-03-30T18:49:56.333Z Compiling secrecy v0.10.3
22312026-03-30T18:49:56.363Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22322026-03-30T18:49:56.412Z Compiling itertools v0.14.0
22332026-03-30T18:49:56.444Z Compiling rustls v0.22.4
22342026-03-30T18:49:56.520Z Compiling heapless v0.8.0
22352026-03-30T18:49:56.625Z Compiling toml_edit v0.23.10+spec-1.0.0
22362026-03-30T18:49:56.677Z Compiling rustls-webpki v0.102.8
22372026-03-30T18:49:56.770Z Compiling futures-executor v0.3.32
22382026-03-30T18:49:56.786Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22392026-03-30T18:49:56.951Z Compiling hash32 v0.3.1
22402026-03-30T18:49:56.968Z Compiling multer v3.1.0
22412026-03-30T18:49:56.994Z Compiling thread_local v1.1.9
22422026-03-30T18:49:57.077Z Compiling slog-async v2.8.0
22432026-03-30T18:49:57.163Z Compiling smoltcp v0.11.0
22442026-03-30T18:49:57.179Z Compiling structmeta v0.3.0
22452026-03-30T18:49:57.195Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22462026-03-30T18:49:57.259Z Compiling match_cfg v0.1.0
22472026-03-30T18:49:57.349Z Compiling hostname v0.3.1
22482026-03-30T18:49:57.408Z Compiling derive-ex v0.1.8
22492026-03-30T18:49:57.442Z Compiling proc-macro-crate v3.4.0
22502026-03-30T18:49:57.536Z Compiling futures v0.3.32
22512026-03-30T18:49:57.539Z Compiling slog-json v2.6.1
22522026-03-30T18:49:57.539Z Compiling crossbeam-channel v0.5.15
22532026-03-30T18:49:57.672Z Compiling ingot-macros v0.1.1
22542026-03-30T18:49:57.807Z Compiling half v2.7.1
22552026-03-30T18:49:57.826Z Compiling newtype-uuid-macros v0.1.0
22562026-03-30T18:49:57.882Z Compiling cobs v0.3.0
22572026-03-30T18:49:58.021Z Compiling universal-hash v0.5.1
22582026-03-30T18:49:58.174Z Compiling thiserror-impl-no-std v2.0.2
22592026-03-30T18:49:58.178Z Compiling async-stream-impl v0.3.6
22602026-03-30T18:49:58.207Z Compiling serde_spanned v1.0.4
22612026-03-30T18:49:58.254Z Compiling is-terminal v0.4.17
22622026-03-30T18:49:58.371Z Compiling dropshot v0.16.7
22632026-03-30T18:49:58.388Z Compiling ciborium-io v0.2.2
22642026-03-30T18:49:58.496Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22652026-03-30T18:49:58.511Z Compiling take_mut v0.2.2
22662026-03-30T18:49:58.547Z Compiling toml_writer v1.0.6+spec-1.1.0
22672026-03-30T18:49:58.591Z Compiling term v1.2.1
22682026-03-30T18:49:58.656Z Compiling convert_case v0.4.0
22692026-03-30T18:49:58.714Z Compiling opaque-debug v0.3.1
22702026-03-30T18:49:58.775Z Compiling async-stream v0.3.6
22712026-03-30T18:49:58.806Z Compiling poly1305 v0.8.0
22722026-03-30T18:49:58.833Z Compiling toml v0.9.12+spec-1.1.0
22732026-03-30T18:49:58.936Z Compiling test-strategy v0.4.5
22742026-03-30T18:49:58.954Z Compiling slog-term v2.9.2
22752026-03-30T18:49:58.973Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22762026-03-30T18:49:58.988Z Compiling derive_more v0.99.20
22772026-03-30T18:49:59.154Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22782026-03-30T18:49:59.202Z Compiling thiserror-no-std v2.0.2
22792026-03-30T18:49:59.313Z Compiling ciborium-ll v0.2.2
22802026-03-30T18:49:59.330Z Compiling postcard v1.1.3
22812026-03-30T18:49:59.598Z Compiling tokio-rustls v0.25.0
22822026-03-30T18:49:59.657Z Compiling num_enum_derive v0.7.5
22832026-03-30T18:49:59.751Z Compiling slog-bunyan v2.5.0
22842026-03-30T18:49:59.959Z Compiling parse-display-derive v0.10.0
22852026-03-30T18:50:00.235Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
22862026-03-30T18:50:00.250Z Compiling ingot-types v0.1.2
22872026-03-30T18:50:00.287Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22882026-03-30T18:50:00.326Z Compiling proc-macro-crate v1.3.1
22892026-03-30T18:50:00.447Z Compiling backon v1.6.0
22902026-03-30T18:50:00.492Z Compiling waitgroup v0.1.2
22912026-03-30T18:50:00.543Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
22922026-03-30T18:50:00.612Z Compiling password-hash v0.5.0
22932026-03-30T18:50:00.668Z Compiling ingot v0.1.1
22942026-03-30T18:50:00.690Z Compiling chacha20 v0.9.1
22952026-03-30T18:50:00.724Z Compiling dropshot_endpoint v0.16.7
22962026-03-30T18:50:00.724Z Compiling rustls-pemfile v2.2.0
22972026-03-30T18:50:00.955Z Compiling blake2 v0.10.6
22982026-03-30T18:50:00.971Z Compiling aead v0.5.2
22992026-03-30T18:50:01.030Z Compiling foreign-types-macros v0.2.3
23002026-03-30T18:50:01.100Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23012026-03-30T18:50:01.188Z Compiling serde_path_to_error v0.1.20
23022026-03-30T18:50:01.203Z Compiling hostname v0.4.2
23032026-03-30T18:50:01.393Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23042026-03-30T18:50:01.430Z Compiling instant v0.1.13
23052026-03-30T18:50:01.484Z Compiling foreign-types-shared v0.3.1
23062026-03-30T18:50:01.523Z Compiling cpufeatures v0.3.0
23072026-03-30T18:50:01.577Z Compiling debug-ignore v1.0.5
23082026-03-30T18:50:01.594Z Compiling typeid v1.0.3
23092026-03-30T18:50:01.611Z Compiling chacha20 v0.10.0
23102026-03-30T18:50:01.629Z Compiling foreign-types v0.5.0
23112026-03-30T18:50:01.632Z Compiling backoff v0.4.0
23122026-03-30T18:50:01.676Z Compiling parse-display v0.10.0
23132026-03-30T18:50:01.676Z Compiling argon2 v0.5.3
23142026-03-30T18:50:01.709Z Compiling chacha20poly1305 v0.10.1
23152026-03-30T18:50:01.726Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23162026-03-30T18:50:01.743Z Compiling num_enum_derive v0.5.11
23172026-03-30T18:50:01.848Z Compiling num_enum v0.7.5
23182026-03-30T18:50:01.894Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23192026-03-30T18:50:01.912Z Compiling ciborium v0.2.2
23202026-03-30T18:50:01.928Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23212026-03-30T18:50:01.945Z Compiling vsss-rs v3.3.4
23222026-03-30T18:50:02.288Z Compiling toml v0.8.23
23232026-03-30T18:50:02.343Z Compiling tabwriter v1.4.1
23242026-03-30T18:50:02.574Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23252026-03-30T18:50:02.683Z Compiling byte-wrapper v0.1.0
23262026-03-30T18:50:02.734Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23272026-03-30T18:50:02.756Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23282026-03-30T18:50:02.791Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23292026-03-30T18:50:02.917Z Compiling regress v0.10.5
23302026-03-30T18:50:02.956Z Compiling cstr-argument v0.1.2
23312026-03-30T18:50:03.032Z Compiling erased-serde v0.4.9
23322026-03-30T18:50:03.149Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23332026-03-30T18:50:03.190Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23342026-03-30T18:50:03.241Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23352026-03-30T18:50:03.346Z Compiling num_enum v0.5.11
23362026-03-30T18:50:03.379Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23372026-03-30T18:50:03.416Z Compiling rand v0.10.0
23382026-03-30T18:50:03.438Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23392026-03-30T18:50:03.489Z Compiling colored v3.1.1
23402026-03-30T18:50:03.582Z Compiling indent_write v2.2.0
23412026-03-30T18:50:03.637Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23422026-03-30T18:50:03.685Z Compiling libefi-sys v0.1.0
23432026-03-30T18:50:03.771Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23442026-03-30T18:50:03.796Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23452026-03-30T18:50:03.921Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23462026-03-30T18:50:04.176Z Compiling camino-tempfile v1.4.1
23472026-03-30T18:50:04.180Z Compiling usdt-attr-macro v0.5.0
23482026-03-30T18:50:04.211Z Compiling usdt-macro v0.5.0
23492026-03-30T18:50:04.241Z Compiling bitfield-struct v0.6.2
23502026-03-30T18:50:04.308Z Compiling num-derive v0.4.2
23512026-03-30T18:50:04.339Z Compiling ordered-float v2.10.1
23522026-03-30T18:50:04.369Z Compiling blake3 v1.8.3
23532026-03-30T18:50:04.603Z Compiling memmap v0.7.0
23542026-03-30T18:50:04.636Z Compiling sigpipe v0.1.3
23552026-03-30T18:50:04.690Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23562026-03-30T18:50:04.755Z Compiling glob v0.3.3
23572026-03-30T18:50:04.772Z Compiling swrite v0.1.0
23582026-03-30T18:50:04.903Z Compiling serde-value v0.7.0
23592026-03-30T18:50:04.920Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23602026-03-30T18:50:04.949Z Compiling serde-untagged v0.1.9
23612026-03-30T18:50:04.966Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23622026-03-30T18:50:04.980Z Compiling usdt v0.5.0
23632026-03-30T18:50:05.222Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23642026-03-30T18:50:05.264Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23652026-03-30T18:50:05.363Z Compiling smf v0.2.3
23662026-03-30T18:50:05.599Z Compiling filetime v0.2.27
23672026-03-30T18:50:05.615Z Compiling whoami v1.6.1
23682026-03-30T18:50:05.636Z Compiling xattr v1.6.1
23692026-03-30T18:50:05.700Z Compiling arrayref v0.3.9
23702026-03-30T18:50:05.767Z Compiling same-file v1.0.6
23712026-03-30T18:50:05.813Z Compiling arrayvec v0.7.6
23722026-03-30T18:50:05.832Z Compiling unicode-xid v0.2.6
23732026-03-30T18:50:05.863Z Compiling constant_time_eq v0.4.2
23742026-03-30T18:50:05.867Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23752026-03-30T18:50:05.965Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23762026-03-30T18:50:05.982Z Compiling cargo-util-schemas v0.8.2
23772026-03-30T18:50:05.986Z Compiling walkdir v2.5.0
23782026-03-30T18:50:05.986Z Compiling tar v0.4.45
23792026-03-30T18:50:06.070Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23802026-03-30T18:50:06.085Z Compiling tokio-dtrace v0.1.1
23812026-03-30T18:50:06.102Z Compiling gethostname v0.5.0
23822026-03-30T18:50:06.259Z Compiling cargo-platform v0.2.0
23832026-03-30T18:50:06.322Z Compiling topological-sort v0.2.2
23842026-03-30T18:50:06.427Z Compiling oxide-tokio-rt v0.1.3
23852026-03-30T18:50:06.507Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23862026-03-30T18:50:06.545Z Compiling shell-words v1.1.1
23872026-03-30T18:50:07.150Z Compiling cargo_metadata v0.21.0
23882026-03-30T18:50:15.382Z Compiling progenitor-client v0.13.0
23892026-03-30T18:50:15.401Z Compiling progenitor-client v0.10.0
23902026-03-30T18:50:15.405Z Compiling omicron-zone-package v0.12.2
23912026-03-30T18:50:15.499Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23922026-03-30T18:50:15.499Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23932026-03-30T18:50:15.532Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23942026-03-30T18:50:15.549Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23952026-03-30T18:50:15.817Z Compiling progenitor-extras v0.1.1
23962026-03-30T18:50:15.877Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23972026-03-30T18:50:15.895Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23982026-03-30T18:50:15.911Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23992026-03-30T18:50:16.050Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24002026-03-30T18:50:16.086Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24012026-03-30T18:50:21.123Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24022026-03-30T18:50:27.844Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24032026-03-30T18:50:31.155Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24042026-03-30T18:50:32.147Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24052026-03-30T18:50:40.428Z Finished `release` profile [optimized] target(s) in 1m 37s
24062026-03-30T18:50:40.585Z Running `target/release/omicron-package -t test target create -p dev`
24072026-03-30T18:50:40.651ZLogging to: /work/oxidecomputer/omicron/out/LOG
24082026-03-30T18:50:40.656ZCreated new build target 'test' and set it as active
24092026-03-30T18:50:40.656Z
24102026-03-30T18:50:40.656Zreal 1:37.570250765
24112026-03-30T18:50:40.656Zuser 16:26.252035750
24122026-03-30T18:50:40.656Zsys 2:30.772882461
24132026-03-30T18:50:40.656Ztrap 0.467333594
24142026-03-30T18:50:40.656Ztflt 2.856108964
24152026-03-30T18:50:40.656Zdflt 3.515306112
24162026-03-30T18:50:40.656Zkflt 0.000418838
24172026-03-30T18:50:40.656Zlock 51:15.403171542
24182026-03-30T18:50:40.656Zslp 41:46.627518288
24192026-03-30T18:50:40.657Zlat 41.554231652
24202026-03-30T18:50:40.657Zstop 5:17.877635180
24212026-03-30T18:50:40.657Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24222026-03-30T18:50:41.518Z Finished `release` profile [optimized] target(s) in 0.85s
24232026-03-30T18:50:41.593Z Running `target/release/omicron-package -t test package`
24242026-03-30T18:50:41.651ZLogging to: /work/oxidecomputer/omicron/out/LOG
24252026-03-30T18:50:43.040Z Compiling regress v0.10.5
24262026-03-30T18:50:43.040Z Compiling heck v0.5.0
24272026-03-30T18:50:43.041Z Compiling unsafe-libyaml v0.2.11
24282026-03-30T18:50:43.280Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24292026-03-30T18:50:43.307Z Compiling prettyplease v0.2.37
24302026-03-30T18:50:43.329Z Compiling unicode-width v0.1.14
24312026-03-30T18:50:43.332Z Compiling is-terminal v0.4.17
24322026-03-30T18:50:43.349Z Compiling serde_spanned v1.0.4
24332026-03-30T18:50:43.352Z Compiling toml_writer v1.0.6+spec-1.1.0
24342026-03-30T18:50:43.412Z Compiling bytecount v0.6.9
24352026-03-30T18:50:43.412Z Compiling rustls v0.22.4
24362026-03-30T18:50:43.416Z Compiling rustls-webpki v0.102.8
24372026-03-30T18:50:43.416Z Compiling derive-where v1.6.0
24382026-03-30T18:50:43.416Z Compiling thread_local v1.1.9
24392026-03-30T18:50:43.431Z Compiling typify-impl v0.6.1
24402026-03-30T18:50:43.450Z Compiling match_cfg v0.1.0
24412026-03-30T18:50:43.514Z Compiling multer v3.1.0
24422026-03-30T18:50:43.535Z Compiling slog-async v2.8.0
24432026-03-30T18:50:43.599Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24442026-03-30T18:50:43.603Z Compiling toml v0.9.12+spec-1.1.0
24452026-03-30T18:50:43.622Z Compiling hostname v0.3.1
24462026-03-30T18:50:43.684Z Compiling slog-json v2.6.1
24472026-03-30T18:50:43.688Z Compiling crossbeam-channel v0.5.15
24482026-03-30T18:50:43.688Z Compiling futures-executor v0.3.32
24492026-03-30T18:50:43.688Z Compiling take_mut v0.2.2
24502026-03-30T18:50:43.688Z Compiling term v1.2.1
24512026-03-30T18:50:43.746Z Compiling serde_yaml v0.9.34+deprecated
24522026-03-30T18:50:43.895Z Compiling slog-bunyan v2.5.0
24532026-03-30T18:50:43.915Z Compiling futures v0.3.32
24542026-03-30T18:50:43.937Z Compiling async-stream v0.3.6
24552026-03-30T18:50:44.025Z Compiling slog-term v2.9.2
24562026-03-30T18:50:44.058Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24572026-03-30T18:50:44.166Z Compiling dropshot v0.16.7
24582026-03-30T18:50:44.216Z Compiling progenitor-client v0.13.0
24592026-03-30T18:50:44.219Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24602026-03-30T18:50:44.257Z Compiling waitgroup v0.1.2
24612026-03-30T18:50:44.261Z Compiling backon v1.6.0
24622026-03-30T18:50:44.262Z Compiling rustls-pemfile v2.2.0
24632026-03-30T18:50:44.420Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24642026-03-30T18:50:44.440Z Compiling hostname v0.4.2
24652026-03-30T18:50:44.498Z Compiling serde_path_to_error v0.1.20
24662026-03-30T18:50:44.524Z Compiling instant v0.1.13
24672026-03-30T18:50:44.545Z Compiling debug-ignore v1.0.5
24682026-03-30T18:50:44.566Z Compiling progenitor-extras v0.1.1
24692026-03-30T18:50:44.566Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24702026-03-30T18:50:44.608Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24712026-03-30T18:50:44.633Z Compiling backoff v0.4.0
24722026-03-30T18:50:44.661Z Compiling parse-display v0.10.0
24732026-03-30T18:50:44.694Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24742026-03-30T18:50:44.750Z Compiling progenitor-client v0.10.0
24752026-03-30T18:50:44.841Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24762026-03-30T18:50:44.866Z Compiling macaddr v1.0.1
24772026-03-30T18:50:44.887Z Compiling console v0.15.11
24782026-03-30T18:50:44.890Z Compiling newline-converter v0.3.0
24792026-03-30T18:50:44.927Z Compiling atomicwrites v0.4.4
24802026-03-30T18:50:44.946Z Compiling num-rational v0.4.2
24812026-03-30T18:50:45.093Z Compiling num-complex v0.4.6
24822026-03-30T18:50:45.136Z Compiling slog-dtrace v0.3.0
24832026-03-30T18:50:45.159Z Compiling async-recursion v1.1.1
24842026-03-30T18:50:45.211Z Compiling owo-colors v4.3.0
24852026-03-30T18:50:45.234Z Compiling float-ord v0.3.2
24862026-03-30T18:50:45.277Z Compiling expectorate v1.2.0
24872026-03-30T18:50:45.391Z Compiling cancel-safe-futures v0.1.5
24882026-03-30T18:50:45.539Z Compiling num v0.4.3
24892026-03-30T18:50:45.602Z Compiling libsw-core v0.3.2
24902026-03-30T18:50:45.648Z Compiling resolv-conf v0.7.6
24912026-03-30T18:50:45.652Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24922026-03-30T18:50:45.686Z Compiling toml v0.8.23
24932026-03-30T18:50:45.745Z Compiling linear-map v1.2.0
24942026-03-30T18:50:45.794Z Compiling libsw v3.5.0
24952026-03-30T18:50:45.830Z Compiling tokio-rustls v0.25.0
24962026-03-30T18:50:45.881Z Compiling linked-hash-map v0.5.6
24972026-03-30T18:50:45.959Z Compiling minimal-lexical v0.2.1
24982026-03-30T18:50:46.020Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24992026-03-30T18:50:46.111Z Compiling lru-cache v0.1.2
25002026-03-30T18:50:46.151Z Compiling unicode-xid v0.2.6
25012026-03-30T18:50:46.170Z Compiling nom v7.1.3
25022026-03-30T18:50:46.236Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25032026-03-30T18:50:46.260Z Compiling globset v0.4.18
25042026-03-30T18:50:46.286Z Compiling hickory-proto v0.24.4
25052026-03-30T18:50:46.309Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25062026-03-30T18:50:46.326Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25072026-03-30T18:50:46.330Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25082026-03-30T18:50:46.620Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25092026-03-30T18:50:46.889Z Compiling convert_case v0.10.0
25102026-03-30T18:50:47.189Z Compiling derive_more-impl v2.1.1
25112026-03-30T18:50:47.524Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25122026-03-30T18:50:47.620Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25132026-03-30T18:50:47.646Z Compiling pin-project-internal v1.1.11
25142026-03-30T18:50:47.881Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25152026-03-30T18:50:47.980Z Compiling derive_more v2.1.1
25162026-03-30T18:50:48.051Z Compiling pem v3.0.6
25172026-03-30T18:50:48.094Z Compiling snafu-derive v0.8.9
25182026-03-30T18:50:48.123Z Compiling typify-macro v0.6.1
25192026-03-30T18:50:48.667Z Compiling pin-project v1.1.11
25202026-03-30T18:50:48.792Z Compiling hickory-resolver v0.24.4
25212026-03-30T18:50:48.813Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25222026-03-30T18:50:48.948Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25232026-03-30T18:50:49.029Z Compiling termtree v0.5.1
25242026-03-30T18:50:49.075Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25252026-03-30T18:50:49.235Z Compiling crossterm v0.29.0
25262026-03-30T18:50:49.432Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25272026-03-30T18:50:49.648Z Compiling typify v0.6.1
25282026-03-30T18:50:49.809Z Compiling progenitor-impl v0.13.0
25292026-03-30T18:50:50.019Z Compiling qorb v0.4.1
25302026-03-30T18:50:50.624Z Compiling snafu v0.8.9
25312026-03-30T18:50:51.225Z Compiling olpc-cjson v0.1.4
25322026-03-30T18:50:51.462Z Compiling phf_shared v0.12.1
25332026-03-30T18:50:51.712Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25342026-03-30T18:50:51.981Z Compiling progenitor-macro v0.13.0
25352026-03-30T18:50:52.096Z Compiling serde_plain v1.0.2
25362026-03-30T18:50:52.224Z Compiling vte v0.14.1
25372026-03-30T18:50:52.245Z Compiling csv-core v0.1.13
25382026-03-30T18:50:52.270Z Compiling chrono-tz v0.10.4
25392026-03-30T18:50:52.420Z Compiling highway v1.3.0
25402026-03-30T18:50:52.444Z Compiling typed-path v0.9.3
25412026-03-30T18:50:52.477Z Compiling csv v1.4.0
25422026-03-30T18:50:52.530Z Compiling strip-ansi-escapes v0.2.1
25432026-03-30T18:50:52.687Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25442026-03-30T18:50:53.092Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25452026-03-30T18:50:53.149Z Compiling phf v0.12.1
25462026-03-30T18:50:53.366Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25472026-03-30T18:50:53.450Z Compiling const_format_proc_macros v0.2.34
25482026-03-30T18:50:54.205Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25492026-03-30T18:50:54.426Z Compiling tough v0.20.0
25502026-03-30T18:50:54.516Z Compiling papergrid v0.11.0
25512026-03-30T18:50:54.798Z Compiling fd-lock v4.0.4
25522026-03-30T18:50:54.978Z Compiling peg-macros v0.8.5
25532026-03-30T18:50:55.193Z Compiling tabled_derive v0.7.0
25542026-03-30T18:50:55.485Z Compiling nu-ansi-term v0.50.3
25552026-03-30T18:50:56.016Z Compiling progenitor v0.13.0
25562026-03-30T18:50:56.114Z Compiling tabled v0.15.0
25572026-03-30T18:50:56.199Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25582026-03-30T18:50:56.274Z Compiling peg v0.8.5
25592026-03-30T18:50:56.375Z Compiling reedline v0.40.0
25602026-03-30T18:50:56.824Z Compiling const_format v0.2.35
25612026-03-30T18:50:57.314Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25622026-03-30T18:50:57.318Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25632026-03-30T18:50:57.363Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25642026-03-30T18:50:58.801Z Compiling bcs v0.1.6
25652026-03-30T18:50:59.124Z Compiling semver v0.1.20
25662026-03-30T18:50:59.232Z Compiling base64 v0.21.7
25672026-03-30T18:50:59.416Z Compiling rustc_version v0.1.7
25682026-03-30T18:50:59.658Z Compiling newtype_derive v0.1.6
25692026-03-30T18:50:59.764Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25702026-03-30T18:50:59.802Z Compiling unicode-linebreak v0.1.5
25712026-03-30T18:50:59.913Z Compiling smawk v0.3.2
25722026-03-30T18:51:00.020Z Compiling humantime v2.3.0
25732026-03-30T18:51:00.071Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25742026-03-30T18:51:00.107Z Compiling textwrap v0.16.2
25752026-03-30T18:51:00.253Z Compiling dropshot-api-manager-types v0.6.0
25762026-03-30T18:51:00.375Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25772026-03-30T18:51:00.498Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25782026-03-30T18:51:00.709Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25792026-03-30T18:51:00.993Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25802026-03-30T18:51:01.083Z Compiling steno v0.4.1
25812026-03-30T18:51:01.663Z Compiling utf-8 v0.7.6
25822026-03-30T18:51:01.738Z Compiling tagptr v0.2.0
25832026-03-30T18:51:01.905Z Compiling tungstenite v0.21.0
25842026-03-30T18:51:01.933Z Compiling moka v0.12.13
25852026-03-30T18:51:02.046Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25862026-03-30T18:51:02.219Z Compiling radium v0.7.0
25872026-03-30T18:51:02.498Z Compiling tokio-tungstenite v0.21.0
25882026-03-30T18:51:02.870Z Compiling typify-impl v0.4.3
25892026-03-30T18:51:02.892Z Compiling maybe-uninit v2.0.0
25902026-03-30T18:51:03.157Z Compiling hickory-resolver v0.25.2
25912026-03-30T18:51:03.187Z Compiling tap v1.0.1
25922026-03-30T18:51:03.333Z Compiling wyz v0.5.1
25932026-03-30T18:51:03.907Z Compiling zerocopy-derive v0.6.6
25942026-03-30T18:51:04.009Z Compiling display-error-chain v0.2.2
25952026-03-30T18:51:04.031Z Compiling funty v2.0.0
25962026-03-30T18:51:04.187Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25972026-03-30T18:51:04.709Z Compiling crc-catalog v2.4.0
25982026-03-30T18:51:04.842Z Compiling packed_struct v0.10.1
25992026-03-30T18:51:04.962Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26002026-03-30T18:51:05.012Z Compiling crc v3.4.0
26012026-03-30T18:51:05.195Z Compiling zerocopy v0.6.6
26022026-03-30T18:51:05.256Z Compiling bitvec v1.0.1
26032026-03-30T18:51:05.693Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26042026-03-30T18:51:06.277Z Compiling typify-macro v0.4.3
26052026-03-30T18:51:06.696Z Compiling packed_struct_codegen v0.10.1
26062026-03-30T18:51:06.742Z Compiling bitfield-macros v0.19.4
26072026-03-30T18:51:07.115Z Compiling indexmap v1.9.3
26082026-03-30T18:51:07.348Z Compiling nodrop v0.1.14
26092026-03-30T18:51:07.450Z Compiling bitfield v0.19.4
26102026-03-30T18:51:07.480Z Compiling array-init v0.0.4
26112026-03-30T18:51:07.779Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26122026-03-30T18:51:07.801Z Compiling smallvec v0.6.14
26132026-03-30T18:51:07.851Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26142026-03-30T18:51:07.871Z Compiling num-derive v0.3.3
26152026-03-30T18:51:08.100Z Compiling proc-macro-error-attr2 v2.0.0
26162026-03-30T18:51:08.534Z Compiling hashbrown v0.12.3
26172026-03-30T18:51:08.733Z Compiling libscf-sys v1.1.0
26182026-03-30T18:51:08.908Z Compiling proc-macro-error2 v2.0.1
26192026-03-30T18:51:09.190Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26202026-03-30T18:51:09.213Z Compiling serde-hex v0.1.0
26212026-03-30T18:51:09.232Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26222026-03-30T18:51:09.471Z Compiling ron v0.8.1
26232026-03-30T18:51:09.544Z Compiling hashbrown v0.13.2
26242026-03-30T18:51:09.589Z Compiling vergen-gitcl v1.0.8
26252026-03-30T18:51:09.635Z Compiling dirs-sys-next v0.1.2
26262026-03-30T18:51:09.711Z Compiling crunchy v0.2.4
26272026-03-30T18:51:09.846Z Compiling glob v0.3.3
26282026-03-30T18:51:09.869Z Compiling crc-any v2.5.0
26292026-03-30T18:51:09.919Z Compiling diesel_derives v2.3.7
26302026-03-30T18:51:09.995Z Compiling maplit v1.0.2
26312026-03-30T18:51:10.118Z Compiling object v0.30.4
26322026-03-30T18:51:10.216Z Compiling clang-sys v1.8.1
26332026-03-30T18:51:10.235Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26342026-03-30T18:51:10.259Z Compiling dirs-next v2.0.0
26352026-03-30T18:51:10.302Z Compiling tabled_derive v0.11.0
26362026-03-30T18:51:10.404Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26372026-03-30T18:51:10.603Z Compiling typify v0.4.3
26382026-03-30T18:51:10.692Z Compiling papergrid v0.17.0
26392026-03-30T18:51:10.742Z Compiling testing_table v0.3.0
26402026-03-30T18:51:10.914Z Compiling dsl_auto_type v0.2.0
26412026-03-30T18:51:11.101Z Compiling scheduled-thread-pool v0.2.7
26422026-03-30T18:51:11.170Z Compiling diesel_table_macro_syntax v0.3.0
26432026-03-30T18:51:11.294Z Compiling tiny-keccak v2.0.2
26442026-03-30T18:51:11.353Z Compiling path-slash v0.1.5
26452026-03-30T18:51:11.402Z Compiling r2d2 v0.8.10
26462026-03-30T18:51:11.455Z Compiling term v0.7.0
26472026-03-30T18:51:11.694Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26482026-03-30T18:51:11.716Z Compiling arc-swap v1.8.2
26492026-03-30T18:51:11.835Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26502026-03-30T18:51:11.876Z Compiling tabled v0.20.0
26512026-03-30T18:51:11.953Z Compiling bit-vec v0.6.3
26522026-03-30T18:51:11.978Z Compiling xshell-macros v0.2.7
26532026-03-30T18:51:12.064Z Compiling downcast-rs v2.0.2
26542026-03-30T18:51:12.105Z Compiling slog-scope v4.4.1
26552026-03-30T18:51:12.153Z Compiling bit-set v0.5.3
26562026-03-30T18:51:12.194Z Compiling ascii-canvas v3.0.0
26572026-03-30T18:51:12.339Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26582026-03-30T18:51:12.377Z Compiling xshell v0.2.7
26592026-03-30T18:51:12.443Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26602026-03-30T18:51:12.447Z Compiling itertools v0.10.5
26612026-03-30T18:51:12.544Z Compiling ena v0.14.4
26622026-03-30T18:51:12.783Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26632026-03-30T18:51:12.896Z Compiling libloading v0.8.9
26642026-03-30T18:51:13.096Z Compiling diff v0.1.13
26652026-03-30T18:51:13.124Z Compiling unicase v2.9.0
26662026-03-30T18:51:13.365Z Compiling regex-syntax v0.6.29
26672026-03-30T18:51:13.425Z Compiling bindgen v0.71.1
26682026-03-30T18:51:13.531Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26692026-03-30T18:51:13.688Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26702026-03-30T18:51:14.865Z Compiling lalrpop v0.19.12
26712026-03-30T18:51:15.280Z Compiling slog-stdlog v4.1.1
26722026-03-30T18:51:15.761Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26732026-03-30T18:51:16.139Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26742026-03-30T18:51:16.367Z Compiling diesel v2.3.7
26752026-03-30T18:51:16.444Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26762026-03-30T18:51:16.892Z Compiling cexpr v0.6.0
26772026-03-30T18:51:17.042Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26782026-03-30T18:51:17.064Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26792026-03-30T18:51:17.068Z Compiling crc8 v0.1.1
26802026-03-30T18:51:17.225Z Compiling slog-envlogger v2.2.0
26812026-03-30T18:51:17.231Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26822026-03-30T18:51:17.270Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26832026-03-30T18:51:17.516Z Compiling headers-core v0.3.0
26842026-03-30T18:51:17.674Z Compiling libxml v0.3.3
26852026-03-30T18:51:17.890Z Compiling headers v0.4.1
26862026-03-30T18:51:17.978Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26872026-03-30T18:51:18.417Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26882026-03-30T18:51:18.644Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26892026-03-30T18:51:18.798Z Compiling strum_macros v0.24.3
26902026-03-30T18:51:19.121Z Compiling indoc v1.0.9
26912026-03-30T18:51:19.493Z Compiling progenitor-impl v0.10.0
26922026-03-30T18:51:19.548Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26932026-03-30T18:51:19.617Z Compiling derive_builder v0.20.2
26942026-03-30T18:51:19.700Z Compiling oso-derive v0.27.3
26952026-03-30T18:51:19.722Z Compiling quick-xml v0.37.5
26962026-03-30T18:51:19.778Z Compiling impl-trait-for-tuples v0.2.3
26972026-03-30T18:51:19.812Z Compiling half v1.8.3
26982026-03-30T18:51:20.121Z Compiling openssl-probe v0.1.6
26992026-03-30T18:51:20.221Z Compiling serde_cbor v0.11.2
27002026-03-30T18:51:20.309Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27012026-03-30T18:51:21.037Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27022026-03-30T18:51:21.077Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27032026-03-30T18:51:21.080Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27042026-03-30T18:51:21.220Z Compiling bb8 v0.8.6
27052026-03-30T18:51:21.349Z Compiling trait-variant v0.1.2
27062026-03-30T18:51:21.630Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27072026-03-30T18:51:21.650Z Compiling progenitor-macro v0.10.0
27082026-03-30T18:51:21.892Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27092026-03-30T18:51:21.994Z Compiling samael v0.0.19
27102026-03-30T18:51:22.296Z Compiling polar-core v0.27.3
27112026-03-30T18:51:22.397Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27122026-03-30T18:51:22.419Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27132026-03-30T18:51:22.769Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27142026-03-30T18:51:23.019Z Compiling fxhash v0.2.1
27152026-03-30T18:51:23.041Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27162026-03-30T18:51:23.217Z Compiling kstat-rs v0.2.4
27172026-03-30T18:51:23.291Z Compiling libz-sys v1.1.24
27182026-03-30T18:51:23.320Z Compiling nonempty v0.12.0
27192026-03-30T18:51:23.546Z Compiling salty v0.3.0
27202026-03-30T18:51:23.699Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27212026-03-30T18:51:23.791Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27222026-03-30T18:51:23.849Z Compiling progenitor-impl v0.11.2
27232026-03-30T18:51:23.870Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27242026-03-30T18:51:24.065Z Compiling darling_core v0.23.0
27252026-03-30T18:51:25.592Z Compiling progenitor v0.10.0
27262026-03-30T18:51:25.784Z Compiling nanorand v0.7.0
27272026-03-30T18:51:26.027Z Compiling fs-err v2.11.0
27282026-03-30T18:51:26.210Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27292026-03-30T18:51:26.254Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27302026-03-30T18:51:26.306Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27312026-03-30T18:51:26.361Z Compiling parking_lot_core v0.8.6
27322026-03-30T18:51:26.661Z Compiling mime_guess v2.0.5
27332026-03-30T18:51:27.344Z Compiling darling_macro v0.23.0
27342026-03-30T18:51:27.856Z Compiling progenitor-macro v0.11.2
27352026-03-30T18:51:28.073Z Compiling flume v0.11.1
27362026-03-30T18:51:28.461Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27372026-03-30T18:51:28.511Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27382026-03-30T18:51:29.727Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27392026-03-30T18:51:31.527Z Compiling oso v0.27.3
27402026-03-30T18:51:32.674Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27412026-03-30T18:51:33.278Z Compiling async-bb8-diesel v0.2.1
27422026-03-30T18:51:33.347Z Compiling diesel-dtrace v0.5.0
27432026-03-30T18:51:33.663Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27442026-03-30T18:51:33.686Z Compiling progenitor-client v0.11.2
27452026-03-30T18:51:33.934Z Compiling git-stub v1.0.0
27462026-03-30T18:51:34.155Z Compiling libgit2-sys v0.18.3+1.9.2
27472026-03-30T18:51:34.223Z Compiling instability v0.3.11
27482026-03-30T18:51:34.250Z Compiling git-stub-vcs v0.1.0
27492026-03-30T18:51:34.478Z Compiling progenitor v0.11.2
27502026-03-30T18:51:34.615Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27512026-03-30T18:51:34.679Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27522026-03-30T18:51:35.401Z Compiling darling v0.23.0
27532026-03-30T18:51:36.542Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27542026-03-30T18:51:36.688Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27552026-03-30T18:51:36.999Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27562026-03-30T18:51:37.629Z Compiling ignore v0.4.25
27572026-03-30T18:51:38.172Z Compiling primeorder v0.13.6
27582026-03-30T18:51:38.230Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-03-30T18:51:38.479Z Compiling castaway v0.2.4
27602026-03-30T18:51:38.638Z Compiling atty v0.2.14
27612026-03-30T18:51:38.789Z Compiling nibble_vec v0.1.0
27622026-03-30T18:51:38.975Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27632026-03-30T18:51:39.207Z Compiling endian-type v0.1.2
27642026-03-30T18:51:39.395Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27652026-03-30T18:51:39.487Z Compiling indoc v2.0.7
27662026-03-30T18:51:39.593Z Compiling parse-size v1.1.0
27672026-03-30T18:51:39.629Z Compiling http-range v0.1.5
27682026-03-30T18:51:39.680Z Compiling radix_trie v0.2.1
27692026-03-30T18:51:39.817Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27702026-03-30T18:51:40.040Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27712026-03-30T18:51:40.151Z Compiling compact_str v0.8.1
27722026-03-30T18:51:40.613Z Compiling p384 v0.13.1
27732026-03-30T18:51:42.573Z Compiling globwalk v0.9.1
27742026-03-30T18:51:42.596Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27752026-03-30T18:51:42.721Z Compiling parking_lot v0.11.2
27762026-03-30T18:51:43.255Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27772026-03-30T18:51:43.624Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27782026-03-30T18:51:43.715Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27792026-03-30T18:51:43.800Z Compiling predicates-tree v1.0.13
27802026-03-30T18:51:43.846Z Compiling unicode-truncate v1.1.0
27812026-03-30T18:51:44.059Z Compiling lru v0.12.5
27822026-03-30T18:51:44.262Z Compiling prefix-trie v0.7.0
27832026-03-30T18:51:44.283Z Compiling vergen-git2 v1.0.7
27842026-03-30T18:51:44.308Z Compiling cassowary v0.3.0
27852026-03-30T18:51:44.328Z Compiling camino-tempfile-ext v0.3.3
27862026-03-30T18:51:44.546Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27872026-03-30T18:51:44.639Z Compiling ratatui v0.29.0
27882026-03-30T18:51:44.762Z Compiling hickory-server v0.25.2
27892026-03-30T18:51:45.030Z Compiling hyper-staticfile v0.10.1
27902026-03-30T18:51:45.901Z Compiling sled v0.34.7
27912026-03-30T18:51:46.594Z Compiling hickory-client v0.25.2
27922026-03-30T18:51:46.953Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27932026-03-30T18:51:47.254Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27942026-03-30T18:51:47.337Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27952026-03-30T18:51:47.474Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27962026-03-30T18:51:47.670Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27972026-03-30T18:51:48.117Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27982026-03-30T18:51:48.732Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27992026-03-30T18:51:48.942Z Compiling rand_seeder v0.4.0
28002026-03-30T18:51:49.200Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28012026-03-30T18:51:49.256Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28022026-03-30T18:51:49.448Z Compiling lzma-sys v0.1.20
28032026-03-30T18:51:49.745Z Compiling rustls v0.21.12
28042026-03-30T18:51:49.768Z Compiling corncobs v0.1.4
28052026-03-30T18:51:49.771Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28062026-03-30T18:51:49.937Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28072026-03-30T18:51:50.002Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28082026-03-30T18:51:50.024Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28092026-03-30T18:51:50.068Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28102026-03-30T18:51:50.229Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28112026-03-30T18:51:50.314Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28122026-03-30T18:51:50.628Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28132026-03-30T18:51:50.648Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28142026-03-30T18:51:50.829Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28152026-03-30T18:51:50.992Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28162026-03-30T18:51:52.088Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28172026-03-30T18:51:53.298Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28182026-03-30T18:51:53.506Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28192026-03-30T18:51:53.728Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28202026-03-30T18:51:53.770Z Compiling cargo_toml v0.22.3
28212026-03-30T18:51:53.874Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28222026-03-30T18:51:53.953Z Compiling sct v0.7.1
28232026-03-30T18:51:54.225Z Compiling rustls-webpki v0.101.7
28242026-03-30T18:51:55.316Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28252026-03-30T18:51:55.496Z Compiling nix v0.29.0
28262026-03-30T18:51:55.639Z Compiling secrecy v0.8.0
28272026-03-30T18:51:55.834Z Compiling void v1.0.2
28282026-03-30T18:51:55.954Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28292026-03-30T18:51:55.992Z Compiling lzss v0.8.2
28302026-03-30T18:51:56.086Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28312026-03-30T18:51:56.258Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28322026-03-30T18:51:56.286Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28332026-03-30T18:51:56.470Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28342026-03-30T18:51:56.755Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28352026-03-30T18:51:57.030Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28362026-03-30T18:51:57.141Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28372026-03-30T18:51:57.732Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28382026-03-30T18:51:57.973Z Compiling tungstenite v0.23.0
28392026-03-30T18:51:58.399Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28402026-03-30T18:51:58.464Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28412026-03-30T18:51:58.628Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28422026-03-30T18:51:58.682Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28432026-03-30T18:51:58.845Z Compiling nix v0.27.1
28442026-03-30T18:51:58.904Z Compiling serde_bytes v0.11.19
28452026-03-30T18:51:59.266Z Compiling git2 v0.20.4
28462026-03-30T18:51:59.396Z Compiling tokio-tungstenite v0.23.1
28472026-03-30T18:51:59.526Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28482026-03-30T18:51:59.789Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28492026-03-30T18:52:00.037Z Compiling tokio-rustls v0.24.1
28502026-03-30T18:52:00.319Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28512026-03-30T18:52:00.341Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28522026-03-30T18:52:01.252Z Compiling xz2 v0.1.7
28532026-03-30T18:52:02.040Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28542026-03-30T18:52:02.169Z Compiling ron v0.12.0
28552026-03-30T18:52:02.319Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28562026-03-30T18:52:02.973Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28572026-03-30T18:52:04.296Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28582026-03-30T18:52:05.436Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28592026-03-30T18:52:06.021Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
28602026-03-30T18:52:06.367Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28612026-03-30T18:52:06.726Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28622026-03-30T18:52:07.431Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28632026-03-30T18:52:07.444Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28642026-03-30T18:52:08.389Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28652026-03-30T18:52:09.271Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28662026-03-30T18:52:09.422Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28672026-03-30T18:52:10.401Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28682026-03-30T18:52:10.573Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28692026-03-30T18:52:11.192Z Compiling rustls-pemfile v1.0.4
28702026-03-30T18:52:11.640Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28712026-03-30T18:52:13.030Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28722026-03-30T18:52:13.143Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28732026-03-30T18:52:13.376Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28742026-03-30T18:52:13.510Z Compiling signal-hook-tokio v0.3.1
28752026-03-30T18:52:13.732Z Compiling twox-hash v2.1.2
28762026-03-30T18:52:13.783Z Compiling yasna v0.5.2
28772026-03-30T18:52:13.890Z Compiling is_ci v1.2.0
28782026-03-30T18:52:13.913Z Compiling base16ct v1.0.0
28792026-03-30T18:52:14.253Z Compiling supports-color v3.0.2
28802026-03-30T18:52:14.274Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28812026-03-30T18:52:14.400Z Compiling rcgen v0.12.1
28822026-03-30T18:52:14.551Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28832026-03-30T18:52:15.018Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28842026-03-30T18:52:15.335Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28852026-03-30T18:52:15.665Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28862026-03-30T18:52:16.743Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28872026-03-30T18:52:16.777Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28882026-03-30T18:52:20.983Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28892026-03-30T18:52:21.011Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28902026-03-30T18:52:21.011Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28912026-03-30T18:52:21.011Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28922026-03-30T18:52:21.011Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28932026-03-30T18:52:21.011Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28942026-03-30T18:52:21.011Z Compiling fatfs v0.3.6
28952026-03-30T18:52:21.011Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28962026-03-30T18:52:21.012Z Compiling subprocess v0.2.15
28972026-03-30T18:52:21.824Z Compiling rtoolbox v0.0.3
28982026-03-30T18:52:22.121Z Compiling assert_matches v1.5.0
28992026-03-30T18:52:22.232Z Compiling seq-macro v0.3.6
29002026-03-30T18:52:22.718Z Compiling rpassword v7.4.0
29012026-03-30T18:52:22.923Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29022026-03-30T18:52:22.997Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29032026-03-30T18:52:24.188Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29042026-03-30T18:52:24.278Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29052026-03-30T18:52:24.416Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29062026-03-30T18:52:25.003Z Compiling tui-tree-widget v0.23.1
29072026-03-30T18:52:25.261Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29082026-03-30T18:52:25.292Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29092026-03-30T18:52:25.805Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29102026-03-30T18:52:26.786Z Compiling uzers v0.12.2
29112026-03-30T18:52:27.946Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29122026-03-30T18:52:28.220Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29132026-03-30T18:52:29.392Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29142026-03-30T18:52:31.770Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29152026-03-30T18:52:32.343Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29162026-03-30T18:52:34.506Z Compiling support-bundle-viewer v0.1.2
29172026-03-30T18:52:35.043Z Compiling multimap v0.10.1
29182026-03-30T18:52:40.165Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29192026-03-30T18:52:53.254Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29202026-03-30T18:52:54.935Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29212026-03-30T18:58:24.190Z Finished `release` profile [optimized] target(s) in 7m 42s
29222026-03-30T18:59:06.526Z
29232026-03-30T18:59:06.526Zreal 8:25.818115094
29242026-03-30T18:59:06.526Zuser 1:16:19.973874961
29252026-03-30T18:59:06.530Zsys 3:17.386324965
29262026-03-30T18:59:06.530Ztrap 1.724753283
29272026-03-30T18:59:06.530Ztflt 2.128627602
29282026-03-30T18:59:06.530Zdflt 14.514020508
29292026-03-30T18:59:06.530Zkflt 0.278862117
29302026-03-30T18:59:06.530Zlock 6:31:50.787755007
29312026-03-30T18:59:06.530Zslp 2:11:56.224088325
29322026-03-30T18:59:06.530Zlat 2:24.201864099
29332026-03-30T18:59:06.530Zstop 5:10.259106909
29342026-03-30T18:59:06.530Z+ mapfile -t packages
29352026-03-30T18:59:06.530Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29362026-03-30T18:59:07.466Z Finished `release` profile [optimized] target(s) in 0.92s
29372026-03-30T18:59:07.541Z Running `target/release/omicron-package -t test list-outputs`
29382026-03-30T18:59:07.597ZLogging to: /work/oxidecomputer/omicron/out/LOG
29392026-03-30T18:59:07.600Z+ ptime -m cargo build --locked --release -p xtask
29402026-03-30T18:59:08.125Z Compiling libc v0.2.180
29412026-03-30T18:59:08.125Z Compiling serde v1.0.228
29422026-03-30T18:59:08.125Z Compiling serde_core v1.0.228
29432026-03-30T18:59:08.129Z Compiling rustix v1.1.3
29442026-03-30T18:59:08.218Z Compiling bitflags v2.11.0
29452026-03-30T18:59:08.222Z Compiling serde_json v1.0.149
29462026-03-30T18:59:08.267Z Compiling num-traits v0.2.19
29472026-03-30T18:59:08.278Z Compiling syn v2.0.117
29482026-03-30T18:59:08.287Z Compiling smallvec v1.15.1
29492026-03-30T18:59:08.298Z Compiling hashbrown v0.16.1
29502026-03-30T18:59:08.310Z Compiling usdt-impl v0.5.0
29512026-03-30T18:59:08.331Z Compiling syn v1.0.109
29522026-03-30T18:59:08.344Z Compiling getrandom v0.4.1
29532026-03-30T18:59:08.348Z Compiling percent-encoding v2.3.2
29542026-03-30T18:59:08.467Z Compiling log v0.4.29
29552026-03-30T18:59:08.580Z Compiling form_urlencoded v1.2.2
29562026-03-30T18:59:08.709Z Compiling fs-err v3.3.0
29572026-03-30T18:59:08.720Z Compiling heck v0.4.1
29582026-03-30T18:59:08.724Z Compiling once_cell v1.21.3
29592026-03-30T18:59:08.732Z Compiling anyhow v1.0.102
29602026-03-30T18:59:08.902Z Compiling indexmap v2.13.0
29612026-03-30T18:59:08.933Z Compiling errno v0.3.14
29622026-03-30T18:59:08.944Z Compiling thread-id v4.2.2
29632026-03-30T18:59:09.002Z Compiling memmap v0.7.0
29642026-03-30T18:59:09.274Z Compiling ordered-float v2.10.1
29652026-03-30T18:59:09.824Z Compiling proc-macro-error v1.0.4
29662026-03-30T18:59:09.939Z Compiling terminal_size v0.4.3
29672026-03-30T18:59:09.939Z Compiling tempfile v3.25.0
29682026-03-30T18:59:10.037Z Compiling clap_builder v4.5.60
29692026-03-30T18:59:10.037Z Compiling textwrap v0.16.2
29702026-03-30T18:59:10.074Z Compiling tabled_derive v0.7.0
29712026-03-30T18:59:10.168Z Compiling camino-tempfile v1.4.1
29722026-03-30T18:59:10.721Z Compiling tabled v0.15.0
29732026-03-30T18:59:10.793Z Compiling synstructure v0.13.2
29742026-03-30T18:59:10.793Z Compiling pest_generator v2.8.6
29752026-03-30T18:59:11.170Z Compiling serde_derive v1.0.228
29762026-03-30T18:59:11.173Z Compiling zerovec-derive v0.11.2
29772026-03-30T18:59:11.173Z Compiling displaydoc v0.2.5
29782026-03-30T18:59:11.173Z Compiling thiserror-impl v1.0.69
29792026-03-30T18:59:11.173Z Compiling zerocopy-derive v0.7.35
29802026-03-30T18:59:11.173Z Compiling scroll_derive v0.12.1
29812026-03-30T18:59:11.173Z Compiling thiserror-impl v2.0.18
29822026-03-30T18:59:11.173Z Compiling clap_derive v4.5.55
29832026-03-30T18:59:11.205Z Compiling zerofrom-derive v0.1.6
29842026-03-30T18:59:11.312Z Compiling yoke-derive v0.8.1
29852026-03-30T18:59:11.427Z Compiling pest_derive v2.8.6
29862026-03-30T18:59:11.865Z Compiling scroll v0.12.0
29872026-03-30T18:59:11.988Z Compiling zerocopy v0.7.35
29882026-03-30T18:59:12.192Z Compiling goblin v0.8.2
29892026-03-30T18:59:12.345Z Compiling zerofrom v0.1.6
29902026-03-30T18:59:12.357Z Compiling thiserror v1.0.69
29912026-03-30T18:59:12.416Z Compiling thiserror v2.0.18
29922026-03-30T18:59:12.474Z Compiling yoke v0.8.1
29932026-03-30T18:59:12.491Z Compiling dtrace-parser v0.2.0
29942026-03-30T18:59:12.686Z Compiling zerovec v0.11.5
29952026-03-30T18:59:12.758Z Compiling zerotrie v0.2.3
29962026-03-30T18:59:12.775Z Compiling clap v4.5.60
29972026-03-30T18:59:13.276Z Compiling tinystr v0.8.2
29982026-03-30T18:59:13.509Z Compiling icu_locale_core v2.1.1
29992026-03-30T18:59:14.374Z Compiling potential_utf v0.1.4
30002026-03-30T18:59:14.527Z Compiling icu_collections v2.1.1
30012026-03-30T18:59:14.583Z Compiling icu_provider v2.1.1
30022026-03-30T18:59:14.724Z Compiling serde_spanned v0.6.9
30032026-03-30T18:59:14.845Z Compiling toml_datetime v0.6.11
30042026-03-30T18:59:14.880Z Compiling dof v0.3.0
30052026-03-30T18:59:14.897Z Compiling icu_normalizer v2.1.1
30062026-03-30T18:59:14.913Z Compiling icu_properties v2.1.2
30072026-03-30T18:59:14.936Z Compiling serde-value v0.7.0
30082026-03-30T18:59:14.960Z Compiling cargo-platform v0.2.0
30092026-03-30T18:59:14.983Z Compiling macaddr v1.0.1
30102026-03-30T18:59:15.128Z Compiling toml_edit v0.22.27
30112026-03-30T18:59:15.193Z Compiling serde_tokenstream v0.2.3
30122026-03-30T18:59:15.916Z Compiling idna_adapter v1.2.1
30132026-03-30T18:59:16.031Z Compiling idna v1.1.0
30142026-03-30T18:59:16.062Z Compiling usdt-attr-macro v0.5.0
30152026-03-30T18:59:16.075Z Compiling usdt-macro v0.5.0
30162026-03-30T18:59:16.352Z Compiling url v2.5.8
30172026-03-30T18:59:16.648Z Compiling usdt v0.5.0
30182026-03-30T18:59:16.700Z Compiling toml v0.8.23
30192026-03-30T18:59:17.134Z Compiling cargo-util-schemas v0.8.2
30202026-03-30T18:59:17.134Z Compiling cargo_toml v0.21.0
30212026-03-30T18:59:18.143Z Compiling cargo_metadata v0.21.0
30222026-03-30T18:59:21.198Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30232026-03-30T18:59:24.175Z Finished `release` profile [optimized] target(s) in 16.56s
30242026-03-30T18:59:24.301Z
30252026-03-30T18:59:24.304Zreal 16.665950492
30262026-03-30T18:59:24.304Zuser 2:21.459176452
30272026-03-30T18:59:24.304Zsys 16.422502791
30282026-03-30T18:59:24.304Ztrap 0.104634468
30292026-03-30T18:59:24.304Ztflt 0.513724787
30302026-03-30T18:59:24.304Zdflt 1.621856223
30312026-03-30T18:59:24.304Zkflt 0.000047894
30322026-03-30T18:59:24.304Zlock 5:14.545056016
30332026-03-30T18:59:24.304Zslp 3:20.640072536
30342026-03-30T18:59:24.305Zlat 5.547012183
30352026-03-30T18:59:24.305Zstop 18.783708171
30362026-03-30T18:59:24.305Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30372026-03-30T18:59:24.305Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30382026-03-30T18:59:24.305Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30392026-03-30T18:59:24.305Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30402026-03-30T18:59:24.305Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30412026-03-30T18:59:25.234Z Compiling regress v0.10.5
30422026-03-30T18:59:25.237Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30432026-03-30T18:59:25.237Z Compiling serde_spanned v1.0.4
30442026-03-30T18:59:25.238Z Compiling toml_writer v1.0.6+spec-1.1.0
30452026-03-30T18:59:25.401Z Compiling newtype-uuid-macros v0.1.0
30462026-03-30T18:59:25.405Z Compiling progenitor-client v0.13.0
30472026-03-30T18:59:25.405Z Compiling structmeta-derive v0.3.0
30482026-03-30T18:59:25.405Z Compiling rustls v0.22.4
30492026-03-30T18:59:25.413Z Compiling rustls-webpki v0.102.8
30502026-03-30T18:59:25.416Z Compiling multer v3.1.0
30512026-03-30T18:59:25.416Z Compiling debug-ignore v1.0.5
30522026-03-30T18:59:25.489Z Compiling match_cfg v0.1.0
30532026-03-30T18:59:25.503Z Compiling slog-json v2.6.1
30542026-03-30T18:59:25.506Z Compiling async-stream-impl v0.3.6
30552026-03-30T18:59:25.549Z Compiling dropshot v0.16.7
30562026-03-30T18:59:25.565Z Compiling toml v0.9.12+spec-1.1.0
30572026-03-30T18:59:25.595Z Compiling itertools v0.14.0
30582026-03-30T18:59:25.613Z Compiling hostname v0.3.1
30592026-03-30T18:59:25.616Z Compiling waitgroup v0.1.2
30602026-03-30T18:59:25.650Z Compiling rustls-pemfile v2.2.0
30612026-03-30T18:59:25.701Z Compiling dropshot_endpoint v0.16.7
30622026-03-30T18:59:25.740Z Compiling slog-bunyan v2.5.0
30632026-03-30T18:59:25.776Z Compiling serde_path_to_error v0.1.20
30642026-03-30T18:59:25.826Z Compiling hostname v0.4.2
30652026-03-30T18:59:25.869Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30662026-03-30T18:59:25.909Z Compiling macaddr v1.0.1
30672026-03-30T18:59:25.912Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30682026-03-30T18:59:25.924Z Compiling progenitor-client v0.10.0
30692026-03-30T18:59:25.981Z Compiling instant v0.1.13
30702026-03-30T18:59:26.072Z Compiling backon v1.6.0
30712026-03-30T18:59:26.109Z Compiling backoff v0.4.0
30722026-03-30T18:59:26.146Z Compiling async-stream v0.3.6
30732026-03-30T18:59:26.146Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30742026-03-30T18:59:26.178Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30752026-03-30T18:59:26.197Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30762026-03-30T18:59:26.238Z Compiling progenitor-extras v0.1.1
30772026-03-30T18:59:26.238Z Compiling crucible-workspace-hack v0.1.0
30782026-03-30T18:59:26.269Z Compiling toml v0.8.23
30792026-03-30T18:59:26.295Z Compiling universal-hash v0.5.1
30802026-03-30T18:59:26.335Z Compiling unsafe-libyaml v0.2.11
30812026-03-30T18:59:26.352Z Compiling opaque-debug v0.3.1
30822026-03-30T18:59:26.367Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30832026-03-30T18:59:26.441Z Compiling half v2.7.1
30842026-03-30T18:59:26.457Z Compiling ciborium-io v0.2.2
30852026-03-30T18:59:26.494Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30862026-03-30T18:59:26.528Z Compiling convert_case v0.4.0
30872026-03-30T18:59:26.553Z Compiling structmeta v0.3.0
30882026-03-30T18:59:26.589Z Compiling aead v0.5.2
30892026-03-30T18:59:26.606Z Compiling secrecy v0.10.3
30902026-03-30T18:59:26.610Z Compiling poly1305 v0.8.0
30912026-03-30T18:59:26.762Z Compiling ciborium-ll v0.2.2
30922026-03-30T18:59:26.779Z Compiling chacha20 v0.9.1
30932026-03-30T18:59:26.799Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
30942026-03-30T18:59:26.816Z Compiling derive-ex v0.1.8
30952026-03-30T18:59:26.819Z Compiling parse-display-derive v0.10.0
30962026-03-30T18:59:26.819Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30972026-03-30T18:59:26.868Z Compiling serde_yaml v0.9.34+deprecated
30982026-03-30T18:59:26.909Z Compiling derive_more v0.99.20
30992026-03-30T18:59:26.912Z Compiling typify-impl v0.6.1
31002026-03-30T18:59:26.942Z Compiling ciborium v0.2.2
31012026-03-30T18:59:26.995Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31022026-03-30T18:59:27.067Z Compiling thiserror-impl-no-std v2.0.2
31032026-03-30T18:59:27.084Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31042026-03-30T18:59:27.099Z Compiling byte-wrapper v0.1.0
31052026-03-30T18:59:27.233Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31062026-03-30T18:59:27.297Z Compiling password-hash v0.5.0
31072026-03-30T18:59:27.340Z Compiling blake2 v0.10.6
31082026-03-30T18:59:27.393Z Compiling chacha20poly1305 v0.10.1
31092026-03-30T18:59:27.468Z Compiling indent_write v2.2.0
31102026-03-30T18:59:27.517Z Compiling toml_edit v0.23.10+spec-1.0.0
31112026-03-30T18:59:27.547Z Compiling heapless v0.8.0
31122026-03-30T18:59:27.567Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31132026-03-30T18:59:27.630Z Compiling argon2 v0.5.3
31142026-03-30T18:59:27.731Z Compiling tokio-rustls v0.25.0
31152026-03-30T18:59:27.821Z Compiling ingot-macros v0.1.1
31162026-03-30T18:59:27.923Z Compiling tabwriter v1.4.1
31172026-03-30T18:59:28.051Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31182026-03-30T18:59:28.176Z Compiling proc-macro-crate v3.4.0
31192026-03-30T18:59:28.260Z Compiling thiserror-no-std v2.0.2
31202026-03-30T18:59:28.349Z Compiling vsss-rs v3.3.4
31212026-03-30T18:59:28.367Z Compiling hash32 v0.3.1
31222026-03-30T18:59:28.383Z Compiling smoltcp v0.11.0
31232026-03-30T18:59:28.535Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31242026-03-30T18:59:28.575Z Compiling parse-display v0.10.0
31252026-03-30T18:59:28.591Z Compiling test-strategy v0.4.5
31262026-03-30T18:59:28.620Z Compiling cobs v0.3.0
31272026-03-30T18:59:28.767Z Compiling num_enum_derive v0.7.5
31282026-03-30T18:59:28.797Z Compiling foreign-types-macros v0.2.3
31292026-03-30T18:59:28.817Z Compiling cpufeatures v0.3.0
31302026-03-30T18:59:28.846Z Compiling foreign-types-shared v0.3.1
31312026-03-30T18:59:28.863Z Compiling colored v3.1.1
31322026-03-30T18:59:28.907Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31332026-03-30T18:59:28.926Z Compiling chacha20 v0.10.0
31342026-03-30T18:59:29.034Z Compiling postcard v1.1.3
31352026-03-30T18:59:29.238Z Compiling proc-macro-crate v1.3.1
31362026-03-30T18:59:29.241Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31372026-03-30T18:59:29.255Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31382026-03-30T18:59:29.274Z Compiling cstr-argument v0.1.2
31392026-03-30T18:59:29.410Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31402026-03-30T18:59:29.430Z Compiling foreign-types v0.5.0
31412026-03-30T18:59:29.456Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31422026-03-30T18:59:29.473Z Compiling rand v0.10.0
31432026-03-30T18:59:29.500Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31442026-03-30T18:59:29.531Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31452026-03-30T18:59:29.592Z Compiling num-rational v0.4.2
31462026-03-30T18:59:29.673Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31472026-03-30T18:59:29.693Z Compiling num_enum_derive v0.5.11
31482026-03-30T18:59:29.728Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31492026-03-30T18:59:29.746Z Compiling num-complex v0.4.6
31502026-03-30T18:59:29.766Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31512026-03-30T18:59:29.809Z Compiling prettyplease v0.2.37
31522026-03-30T18:59:29.860Z Compiling num_enum v0.7.5
31532026-03-30T18:59:29.877Z Compiling camino-tempfile v1.4.1
31542026-03-30T18:59:29.928Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31552026-03-30T18:59:30.006Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31562026-03-30T18:59:30.071Z Compiling float-ord v0.3.2
31572026-03-30T18:59:30.123Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31582026-03-30T18:59:30.141Z Compiling num v0.4.3
31592026-03-30T18:59:30.218Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31602026-03-30T18:59:30.252Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31612026-03-30T18:59:30.256Z Compiling smf v0.2.3
31622026-03-30T18:59:30.256Z Compiling num-derive v0.4.2
31632026-03-30T18:59:30.310Z Compiling sigpipe v0.1.3
31642026-03-30T18:59:30.366Z Compiling glob v0.3.3
31652026-03-30T18:59:30.394Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31662026-03-30T18:59:30.422Z Compiling whoami v1.6.1
31672026-03-30T18:59:30.502Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31682026-03-30T18:59:30.646Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31692026-03-30T18:59:30.714Z Compiling gethostname v0.5.0
31702026-03-30T18:59:30.732Z Compiling ingot-types v0.1.2
31712026-03-30T18:59:30.761Z Compiling usdt-attr-macro v0.5.0
31722026-03-30T18:59:30.789Z Compiling usdt-macro v0.5.0
31732026-03-30T18:59:30.807Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31742026-03-30T18:59:30.824Z Compiling num_enum v0.5.11
31752026-03-30T18:59:30.827Z Compiling derive-where v1.6.0
31762026-03-30T18:59:30.827Z Compiling memmap v0.7.0
31772026-03-30T18:59:30.875Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31782026-03-30T18:59:30.878Z Compiling atomicwrites v0.4.4
31792026-03-30T18:59:30.968Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31802026-03-30T18:59:31.052Z Compiling cancel-safe-futures v0.1.5
31812026-03-30T18:59:31.070Z Compiling owo-colors v4.3.0
31822026-03-30T18:59:31.103Z Compiling ingot v0.1.1
31832026-03-30T18:59:31.257Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31842026-03-30T18:59:31.316Z Compiling libsw-core v0.3.2
31852026-03-30T18:59:31.320Z Compiling async-recursion v1.1.1
31862026-03-30T18:59:31.351Z Compiling resolv-conf v0.7.6
31872026-03-30T18:59:31.469Z Compiling typify-macro v0.6.1
31882026-03-30T18:59:31.485Z Compiling typify-impl v0.4.3
31892026-03-30T18:59:31.532Z Compiling libsw v3.5.0
31902026-03-30T18:59:31.580Z Compiling linear-map v1.2.0
31912026-03-30T18:59:31.611Z Compiling usdt v0.5.0
31922026-03-30T18:59:31.674Z Compiling libefi-sys v0.1.0
31932026-03-30T18:59:31.717Z Compiling hickory-proto v0.24.4
31942026-03-30T18:59:31.744Z Compiling newline-converter v0.3.0
31952026-03-30T18:59:31.762Z Compiling console v0.15.11
31962026-03-30T18:59:31.792Z Compiling bitfield-struct v0.6.2
31972026-03-30T18:59:31.810Z Compiling semver v0.1.20
31982026-03-30T18:59:31.901Z Compiling linked-hash-map v0.5.6
31992026-03-30T18:59:31.917Z Compiling pin-project-internal v1.1.11
32002026-03-30T18:59:32.026Z Compiling rustc_version v0.1.7
32012026-03-30T18:59:32.118Z Compiling expectorate v1.2.0
32022026-03-30T18:59:32.134Z Compiling lru-cache v0.1.2
32032026-03-30T18:59:32.156Z Compiling slog-dtrace v0.3.0
32042026-03-30T18:59:32.232Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32052026-03-30T18:59:32.266Z Compiling minimal-lexical v0.2.1
32062026-03-30T18:59:32.288Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32072026-03-30T18:59:32.304Z Compiling newtype_derive v0.1.6
32082026-03-30T18:59:32.320Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32092026-03-30T18:59:32.374Z Compiling tokio-dtrace v0.1.1
32102026-03-30T18:59:32.390Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32112026-03-30T18:59:32.471Z Compiling dropshot-api-manager-types v0.6.0
32122026-03-30T18:59:32.490Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32132026-03-30T18:59:32.520Z Compiling nom v7.1.3
32142026-03-30T18:59:32.549Z Compiling phf_shared v0.12.1
32152026-03-30T18:59:32.564Z Compiling pem v3.0.6
32162026-03-30T18:59:32.665Z Compiling snafu-derive v0.8.9
32172026-03-30T18:59:32.753Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32182026-03-30T18:59:32.805Z Compiling csv-core v0.1.13
32192026-03-30T18:59:32.821Z Compiling chrono-tz v0.10.4
32202026-03-30T18:59:32.934Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32212026-03-30T18:59:32.971Z Compiling xshell-macros v0.2.7
32222026-03-30T18:59:33.036Z Compiling highway v1.3.0
32232026-03-30T18:59:33.055Z Compiling base64 v0.21.7
32242026-03-30T18:59:33.092Z Compiling same-file v1.0.6
32252026-03-30T18:59:33.108Z Compiling pin-project v1.1.11
32262026-03-30T18:59:33.164Z Compiling const_format_proc_macros v0.2.34
32272026-03-30T18:59:33.231Z Compiling walkdir v2.5.0
32282026-03-30T18:59:33.310Z Compiling typify v0.6.1
32292026-03-30T18:59:33.333Z Compiling csv v1.4.0
32302026-03-30T18:59:33.396Z Compiling xshell v0.2.7
32312026-03-30T18:59:33.429Z Compiling phf v0.12.1
32322026-03-30T18:59:33.446Z Compiling progenitor-impl v0.13.0
32332026-03-30T18:59:33.462Z Compiling oxide-tokio-rt v0.1.3
32342026-03-30T18:59:33.575Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32352026-03-30T18:59:33.608Z Compiling globset v0.4.18
32362026-03-30T18:59:33.793Z Compiling olpc-cjson v0.1.4
32372026-03-30T18:59:33.901Z Compiling hickory-resolver v0.24.4
32382026-03-30T18:59:33.919Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32392026-03-30T18:59:33.922Z Compiling primeorder v0.13.6
32402026-03-30T18:59:33.955Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32412026-03-30T18:59:33.988Z Compiling serde_plain v1.0.2
32422026-03-30T18:59:34.034Z Compiling typed-path v0.9.3
32432026-03-30T18:59:34.090Z Compiling const_format v0.2.35
32442026-03-30T18:59:34.216Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32452026-03-30T18:59:34.216Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32462026-03-30T18:59:34.382Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32472026-03-30T18:59:34.433Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32482026-03-30T18:59:34.452Z Compiling tabled_derive v0.7.0
32492026-03-30T18:59:34.492Z Compiling bcs v0.1.6
32502026-03-30T18:59:34.628Z Compiling snafu v0.8.9
32512026-03-30T18:59:34.830Z Compiling radium v0.7.0
32522026-03-30T18:59:34.978Z Compiling qorb v0.4.1
32532026-03-30T18:59:34.981Z Compiling tough v0.20.0
32542026-03-30T18:59:35.014Z Compiling utf-8 v0.7.6
32552026-03-30T18:59:35.069Z Compiling salty v0.3.0
32562026-03-30T18:59:35.122Z Compiling termtree v0.5.1
32572026-03-30T18:59:35.221Z Compiling textwrap v0.16.2
32582026-03-30T18:59:35.294Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32592026-03-30T18:59:35.310Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32602026-03-30T18:59:35.366Z Compiling tungstenite v0.21.0
32612026-03-30T18:59:35.457Z Compiling tabled v0.15.0
32622026-03-30T18:59:35.519Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32632026-03-30T18:59:35.537Z Compiling steno v0.4.1
32642026-03-30T18:59:35.652Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32652026-03-30T18:59:35.761Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32662026-03-30T18:59:35.810Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32672026-03-30T18:59:35.828Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32682026-03-30T18:59:35.850Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32692026-03-30T18:59:36.054Z Compiling typify-macro v0.4.3
32702026-03-30T18:59:36.143Z Compiling progenitor-macro v0.13.0
32712026-03-30T18:59:36.146Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32722026-03-30T18:59:36.281Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32732026-03-30T18:59:36.305Z Compiling maybe-uninit v2.0.0
32742026-03-30T18:59:36.354Z Compiling humantime v2.3.0
32752026-03-30T18:59:36.423Z Compiling tap v1.0.1
32762026-03-30T18:59:36.568Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32772026-03-30T18:59:36.668Z Compiling wyz v0.5.1
32782026-03-30T18:59:36.691Z Compiling tokio-tungstenite v0.21.0
32792026-03-30T18:59:36.803Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32802026-03-30T18:59:37.066Z Compiling p384 v0.13.1
32812026-03-30T18:59:37.133Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32822026-03-30T18:59:37.424Z Compiling arc-swap v1.8.2
32832026-03-30T18:59:37.494Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32842026-03-30T18:59:37.634Z Compiling funty v2.0.0
32852026-03-30T18:59:37.659Z Compiling packed_struct v0.10.1
32862026-03-30T18:59:37.754Z Compiling tagptr v0.2.0
32872026-03-30T18:59:37.774Z Compiling slog-scope v4.4.1
32882026-03-30T18:59:37.873Z Compiling typify v0.4.3
32892026-03-30T18:59:37.937Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32902026-03-30T18:59:37.959Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32912026-03-30T18:59:38.002Z Compiling progenitor-impl v0.10.0
32922026-03-30T18:59:38.020Z Compiling bitvec v1.0.1
32932026-03-30T18:59:38.040Z Compiling moka v0.12.13
32942026-03-30T18:59:38.058Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32952026-03-30T18:59:38.185Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32962026-03-30T18:59:38.258Z Compiling polyval v0.6.2
32972026-03-30T18:59:38.275Z Compiling packed_struct_codegen v0.10.1
32982026-03-30T18:59:38.530Z Compiling zerocopy-derive v0.6.6
32992026-03-30T18:59:38.571Z Compiling bitfield-macros v0.19.4
33002026-03-30T18:59:38.862Z Compiling proc-macro-error-attr2 v2.0.0
33012026-03-30T18:59:38.980Z Compiling indexmap v1.9.3
33022026-03-30T18:59:39.004Z Compiling crc-catalog v2.4.0
33032026-03-30T18:59:39.054Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33042026-03-30T18:59:39.084Z Compiling nodrop v0.1.14
33052026-03-30T18:59:39.133Z Compiling parking_lot_core v0.8.6
33062026-03-30T18:59:39.206Z Compiling array-init v0.0.4
33072026-03-30T18:59:39.251Z Compiling crc v3.4.0
33082026-03-30T18:59:39.303Z Compiling hickory-resolver v0.25.2
33092026-03-30T18:59:39.320Z Compiling proc-macro-error2 v2.0.1
33102026-03-30T18:59:39.335Z Compiling bitfield v0.19.4
33112026-03-30T18:59:39.458Z Compiling zerocopy v0.6.6
33122026-03-30T18:59:39.477Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33132026-03-30T18:59:39.481Z Compiling ghash v0.5.1
33142026-03-30T18:59:39.508Z Compiling smallvec v0.6.14
33152026-03-30T18:59:39.512Z Compiling slog-stdlog v4.1.1
33162026-03-30T18:59:39.585Z Compiling git-stub v1.0.0
33172026-03-30T18:59:39.652Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33182026-03-30T18:59:39.655Z Compiling ctr v0.9.2
33192026-03-30T18:59:39.687Z Compiling num-derive v0.3.3
33202026-03-30T18:59:39.690Z Compiling lzma-sys v0.1.20
33212026-03-30T18:59:39.743Z Compiling hashbrown v0.12.3
33222026-03-30T18:59:39.769Z Compiling unicase v2.9.0
33232026-03-30T18:59:39.809Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33242026-03-30T18:59:39.875Z Compiling aes-gcm v0.10.3
33252026-03-30T18:59:39.892Z Compiling git-stub-vcs v0.1.0
33262026-03-30T18:59:39.997Z Compiling mime_guess v2.0.5
33272026-03-30T18:59:40.056Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33282026-03-30T18:59:40.095Z Compiling serde-hex v0.1.0
33292026-03-30T18:59:40.234Z Compiling tabled_derive v0.11.0
33302026-03-30T18:59:40.278Z Compiling slog-envlogger v2.2.0
33312026-03-30T18:59:40.588Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33322026-03-30T18:59:40.653Z Compiling libscf-sys v1.1.0
33332026-03-30T18:59:40.693Z Compiling progenitor-macro v0.10.0
33342026-03-30T18:59:40.696Z Compiling progenitor-impl v0.11.2
33352026-03-30T18:59:40.696Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33362026-03-30T18:59:40.748Z Compiling ron v0.8.1
33372026-03-30T18:59:40.790Z Compiling papergrid v0.17.0
33382026-03-30T18:59:40.846Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
33392026-03-30T18:59:40.883Z Compiling cargo_toml v0.22.3
33402026-03-30T18:59:41.214Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33412026-03-30T18:59:41.233Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33422026-03-30T18:59:41.254Z Compiling progenitor v0.13.0
33432026-03-30T18:59:41.287Z Compiling hashbrown v0.13.2
33442026-03-30T18:59:41.359Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33452026-03-30T18:59:41.422Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33462026-03-30T18:59:41.500Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33472026-03-30T18:59:41.788Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33482026-03-30T18:59:41.806Z Compiling testing_table v0.3.0
33492026-03-30T18:59:41.824Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33502026-03-30T18:59:41.914Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33512026-03-30T18:59:42.000Z Compiling ssh-encoding v0.2.0
33522026-03-30T18:59:42.160Z Compiling blowfish v0.9.1
33532026-03-30T18:59:42.204Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33542026-03-30T18:59:42.298Z Compiling nibble_vec v0.1.0
33552026-03-30T18:59:42.315Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33562026-03-30T18:59:42.358Z Compiling endian-type v0.1.2
33572026-03-30T18:59:42.448Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33582026-03-30T18:59:42.473Z Compiling crc-any v2.5.0
33592026-03-30T18:59:42.536Z Compiling corncobs v0.1.4
33602026-03-30T18:59:42.553Z Compiling radix_trie v0.2.1
33612026-03-30T18:59:42.586Z Compiling bcrypt-pbkdf v0.10.0
33622026-03-30T18:59:42.622Z Compiling ssh-cipher v0.2.0
33632026-03-30T18:59:42.710Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33642026-03-30T18:59:42.741Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33652026-03-30T18:59:42.781Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33662026-03-30T18:59:42.797Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33672026-03-30T18:59:42.906Z Compiling tabled v0.20.0
33682026-03-30T18:59:42.953Z Compiling object v0.30.4
33692026-03-30T18:59:43.165Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33702026-03-30T18:59:43.200Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33712026-03-30T18:59:43.250Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33722026-03-30T18:59:43.418Z Compiling progenitor-macro v0.11.2
33732026-03-30T18:59:43.496Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33742026-03-30T18:59:43.682Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33752026-03-30T18:59:43.948Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33762026-03-30T18:59:44.273Z Compiling parking_lot v0.11.2
33772026-03-30T18:59:44.301Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33782026-03-30T18:59:44.564Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33792026-03-30T18:59:44.641Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33802026-03-30T18:59:44.834Z Compiling progenitor-client v0.11.2
33812026-03-30T18:59:44.851Z Compiling prefix-trie v0.7.0
33822026-03-30T18:59:44.942Z Compiling password-hash v0.4.2
33832026-03-30T18:59:45.025Z Compiling fxhash v0.2.1
33842026-03-30T18:59:45.184Z Compiling secrecy v0.8.0
33852026-03-30T18:59:45.200Z Compiling half v1.8.3
33862026-03-30T18:59:45.269Z Compiling http-range v0.1.5
33872026-03-30T18:59:45.355Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33882026-03-30T18:59:45.371Z Compiling path-slash v0.1.5
33892026-03-30T18:59:45.406Z Compiling hickory-server v0.25.2
33902026-03-30T18:59:45.493Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33912026-03-30T18:59:45.510Z Compiling serde_cbor v0.11.2
33922026-03-30T18:59:45.538Z Compiling pbkdf2 v0.11.0
33932026-03-30T18:59:45.752Z Compiling progenitor v0.10.0
33942026-03-30T18:59:45.852Z Compiling sled v0.34.7
33952026-03-30T18:59:45.937Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33962026-03-30T18:59:45.959Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33972026-03-30T18:59:46.223Z Compiling xz2 v0.1.7
33982026-03-30T18:59:46.507Z Compiling ron v0.12.0
33992026-03-30T18:59:46.723Z Compiling ssh-key v0.6.7
34002026-03-30T18:59:46.871Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34012026-03-30T18:59:47.058Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34022026-03-30T18:59:47.076Z Compiling hickory-client v0.25.2
34032026-03-30T18:59:47.364Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34042026-03-30T18:59:47.382Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
34052026-03-30T18:59:47.458Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
34062026-03-30T18:59:47.809Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34072026-03-30T18:59:47.934Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34082026-03-30T18:59:47.985Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34092026-03-30T18:59:48.014Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34102026-03-30T18:59:48.071Z Compiling p256 v0.13.2
34112026-03-30T18:59:48.213Z Compiling p521 v0.13.3
34122026-03-30T18:59:48.268Z Compiling yasna v0.5.2
34132026-03-30T18:59:48.387Z Compiling kstat-rs v0.2.4
34142026-03-30T18:59:48.451Z Compiling headers-core v0.3.0
34152026-03-30T18:59:48.478Z Compiling nanorand v0.7.0
34162026-03-30T18:59:48.518Z Compiling atty v0.2.14
34172026-03-30T18:59:48.537Z Compiling russh-cryptovec v0.7.3
34182026-03-30T18:59:48.555Z Compiling progenitor v0.11.2
34192026-03-30T18:59:48.605Z Compiling base16ct v1.0.0
34202026-03-30T18:59:48.660Z Compiling home v0.5.12
34212026-03-30T18:59:48.720Z Compiling crc8 v0.1.1
34222026-03-30T18:59:48.738Z Compiling md5 v0.7.0
34232026-03-30T18:59:48.756Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34242026-03-30T18:59:48.802Z Compiling rcgen v0.12.1
34252026-03-30T18:59:48.821Z Compiling flume v0.11.1
34262026-03-30T18:59:48.838Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34272026-03-30T18:59:48.841Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
34282026-03-30T18:59:48.875Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34292026-03-30T18:59:48.951Z Compiling russh-keys v0.45.0
34302026-03-30T18:59:48.992Z Compiling headers v0.4.1
34312026-03-30T18:59:49.170Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34322026-03-30T18:59:49.203Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34332026-03-30T18:59:49.627Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34342026-03-30T18:59:49.630Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34352026-03-30T18:59:49.662Z Compiling hyper-staticfile v0.10.1
34362026-03-30T18:59:49.680Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34372026-03-30T18:59:49.700Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34382026-03-30T18:59:49.775Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34392026-03-30T18:59:49.804Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34402026-03-30T18:59:50.094Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34412026-03-30T18:59:50.198Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34422026-03-30T18:59:50.215Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34432026-03-30T18:59:50.468Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34442026-03-30T18:59:50.504Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34452026-03-30T18:59:50.555Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34462026-03-30T18:59:50.575Z Compiling num-bigint v0.4.6
34472026-03-30T18:59:50.575Z Compiling des v0.8.1
34482026-03-30T18:59:50.840Z Compiling subprocess v0.2.15
34492026-03-30T18:59:50.986Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34502026-03-30T18:59:51.008Z Compiling display-error-chain v0.2.2
34512026-03-30T18:59:51.090Z Compiling hex-literal v0.4.1
34522026-03-30T18:59:51.175Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34532026-03-30T18:59:51.192Z Compiling colored v2.2.0
34542026-03-30T18:59:51.235Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34552026-03-30T18:59:51.289Z Compiling socket2 v0.5.10
34562026-03-30T18:59:51.419Z Compiling internet-checksum v0.2.1
34572026-03-30T18:59:51.440Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34582026-03-30T18:59:51.497Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34592026-03-30T18:59:51.593Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34602026-03-30T18:59:51.985Z Compiling russh v0.45.0
34612026-03-30T18:59:54.129Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34622026-03-30T18:59:54.794Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34632026-03-30T18:59:55.158Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34642026-03-30T18:59:55.326Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34652026-03-30T19:00:02.787Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34662026-03-30T19:00:02.787Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34672026-03-30T19:00:02.787Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34682026-03-30T19:00:02.790Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34692026-03-30T19:00:04.477Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34702026-03-30T19:00:04.492Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34712026-03-30T19:00:08.730Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34722026-03-30T19:00:28.218Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34732026-03-30T19:00:46.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
34742026-03-30T19:00:46.557Z
34752026-03-30T19:00:46.557Zreal 1:22.186215583
34762026-03-30T19:00:46.557Zuser 8:11.320644169
34772026-03-30T19:00:46.557Zsys 1:38.715775732
34782026-03-30T19:00:46.557Ztrap 0.253635344
34792026-03-30T19:00:46.557Ztflt 0.489912678
34802026-03-30T19:00:46.557Zdflt 1.626907813
34812026-03-30T19:00:46.557Zkflt 0.000351871
34822026-03-30T19:00:46.561Zlock 28:06.739665421
34832026-03-30T19:00:46.561Zslp 19:09.032382295
34842026-03-30T19:00:46.561Zlat 39.938745628
34852026-03-30T19:00:46.561Zstop 2:38.843734454
34862026-03-30T19:00:46.561Z+ mkdir tests
34872026-03-30T19:00:46.564Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34882026-03-30T19:00:46.564Z+ xargs -I '{}' -t cp '{}' tests/
34892026-03-30T19:00:46.594Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-2a90c53dd433ac59 tests/
34902026-03-30T19:00:46.615Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ae677418c16c6843 tests/
34912026-03-30T19:00:46.636Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-bc7afc413043124b tests/
34922026-03-30T19:00:46.656Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-e50494250465b102 tests/
34932026-03-30T19:00:46.875Z+ 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/*)
34942026-03-30T19:00:46.879Z+ 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-ae677418c16c6843 tests/commtest-bc7afc413043124b tests/dhcp_server-2a90c53dd433ac59 tests/end_to_end_tests-e50494250465b102 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
34952026-03-30T19:02:08.769ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34962026-03-30T19:02:08.769Za .github/buildomat/ci-env.sh 1K
34972026-03-30T19:02:08.769Za out/target/test 1K
34982026-03-30T19:02:08.769Za out/npuzone/npuzone 27402K
34992026-03-30T19:02:08.769Za package-manifest.toml 35K
35002026-03-30T19:02:08.770Za smf/sled-agent/non-gimlet/config.toml 6K
35012026-03-30T19:02:08.770Za target/release/omicron-package 45889K
35022026-03-30T19:02:08.770Za target/release/xtask 11439K
35032026-03-30T19:02:08.770Za target/debug/bootstrap 338844K
35042026-03-30T19:02:08.770Za tests/bootstrap-ae677418c16c6843 31310K
35052026-03-30T19:02:08.770Za tests/commtest-bc7afc413043124b 32395K
35062026-03-30T19:02:08.770Za tests/dhcp_server-2a90c53dd433ac59 31310K
35072026-03-30T19:02:08.770Za tests/end_to_end_tests-e50494250465b102 381064K
35082026-03-30T19:02:08.770Za out/clickhouse.tar.gz 309555K
35092026-03-30T19:02:08.770Za out/clickhouse_keeper.tar.gz 294982K
35102026-03-30T19:02:08.770Za out/clickhouse_server.tar.gz 309553K
35112026-03-30T19:02:08.770Za out/cockroachdb.tar.gz 157692K
35122026-03-30T19:02:08.770Za out/crucible-pantry-zone.tar.gz 40487K
35132026-03-30T19:02:08.770Za out/crucible-utils.tar 17744K
35142026-03-30T19:02:08.770Za out/crucible-zone.tar.gz 54625K
35152026-03-30T19:02:08.770Za out/external-dns.tar.gz 45165K
35162026-03-30T19:02:08.770Za out/internal-dns.tar.gz 45165K
35172026-03-30T19:02:08.770Za out/mg-ddm-gz.tar 78377K
35182026-03-30T19:02:08.770Za out/nexus.tar.gz 215414K
35192026-03-30T19:02:08.770Za out/ntp.tar.gz 26953K
35202026-03-30T19:02:08.770Za out/omicron-gateway-softnpu.tar.gz 28467K
35212026-03-30T19:02:08.770Za out/omicron-sled-agent.tar 195316K
35222026-03-30T19:02:08.770Za out/overlay.tar.gz 3K
35232026-03-30T19:02:08.770Za out/oximeter.tar.gz 59793K
35242026-03-30T19:02:08.770Za out/oxlog.tar 3782K
35252026-03-30T19:02:08.770Za out/probe.tar.gz 3037K
35262026-03-30T19:02:08.770Za out/propolis-server.tar.gz 33249K
35272026-03-30T19:02:08.770Za out/pumpkind-gz.tar 26647K
35282026-03-30T19:02:08.770Za out/switch-softnpu.tar.gz 371175K
35292026-03-30T19:02:08.774Z
35302026-03-30T19:02:08.774Zreal 1:21.886187390
35312026-03-30T19:02:08.774Zuser 1:19.387175666
35322026-03-30T19:02:08.774Zsys 4.142262521
35332026-03-30T19:02:08.774Ztrap 0.007464445
35342026-03-30T19:02:08.774Ztflt 0.000000000
35352026-03-30T19:02:08.774Zdflt 0.000000000
35362026-03-30T19:02:08.774Zkflt 0.000000000
35372026-03-30T19:02:08.774Zlock 0.000000000
35382026-03-30T19:02:08.774Zslp 1:19.292600713
35392026-03-30T19:02:08.774Zlat 0.938764429
35402026-03-30T19:02:08.774Zstop 0.000217264
35412026-03-30T19:02:08.774Zprocess exited: duration 957562 ms, exit code 0
 
35422026-03-30T19:02:08.789Zfound 1 output files
35432026-03-30T19:02:08.804Zuploading: /work/package.tar.gz (2327662323 bytes)
35442026-03-30T19:02:34.032Zuploaded: /work/package.tar.gz