01KKYSR6GC9837AZR4QTG3TNZK: 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: 01KKYSRZ00TRXA6GXT9KQNCA6C

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-17T21:06:17.940Zjob assigned to worker 01KKYSS36BX3TMVMSN1PDFKJTF [factory aws, i-0dc09cde6ab5a8bca] (queued for 2 m 40 s)
 
22026-03-17T21:06:26.001Zstarting task 0: "setup"
32026-03-17T21:06:26.008Z++ uname -s
42026-03-17T21:06:26.010Z+ kern=SunOS
52026-03-17T21:06:26.011Z+ build_user=build
62026-03-17T21:06:26.011Z+ build_uid=12345
72026-03-17T21:06:26.011Z+ work_dir=/work
82026-03-17T21:06:26.011Z+ input_dir=/input
92026-03-17T21:06:26.011Z+ [[ 0 == 12345 ]]
102026-03-17T21:06:26.011Z+ case "$kern" in
112026-03-17T21:06:26.011Z+ groupadd -g 12345 build
122026-03-17T21:06:26.011Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-17T21:06:28.019Z+ zfs create -o mountpoint=/work rpool/work
142026-03-17T21:06:28.142Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-17T21:06:28.149Z+ home_fs=zfs
162026-03-17T21:06:28.149Z+ [[ zfs == autofs ]]
172026-03-17T21:06:28.149Z+ mkdir -p /home/build
182026-03-17T21:06:28.154Z+ chown build:build /home/build /work
192026-03-17T21:06:30.151Z+ chmod 0700 /home/build /work
202026-03-17T21:06:30.155Zprocess exited: duration 4154 ms, exit code 0
 
212026-03-17T21:06:30.161Zstarting task 1: "rust-toolchain"
222026-03-17T21:06:30.169Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-17T21:06:30.169Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-17T21:06:30.169Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-03-17T21:06:30.169Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-03-17T21:06:30.169Z * rust toolchain channel = "1.94.0"
272026-03-17T21:06:30.169Z * rust toolchain profile = "default"
282026-03-17T21:06:30.172Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-17T21:06:30.172Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-17T21:06:30.312Zinfo: downloading installer
312026-03-17T21:06:31.985Zwarn: It looks like you have an existing installation of Rust at:
322026-03-17T21:06:31.985Zwarn: /opt/ooce/bin
332026-03-17T21:06:31.985Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-17T21:06:31.985Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-17T21:06:31.985Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-17T21:06:31.985Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-17T21:06:31.985Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-17T21:06:31.986Zerror: cannot install while Rust is installed
392026-03-17T21:06:31.986Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-17T21:06:31.986Zwarn: It looks like you have an existing rustup settings file at:
412026-03-17T21:06:31.986Zwarn: /home/build/.rustup/settings.toml
422026-03-17T21:06:31.986Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-17T21:06:31.986Zwarn: instead of the one inferred from the default host triple.
442026-03-17T21:06:31.998Zinfo: profile set to default
452026-03-17T21:06:31.998Zinfo: default host triple is x86_64-unknown-illumos
462026-03-17T21:06:32.001Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-17T21:06:32.145Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-17T21:06:32.150Zinfo: downloading 6 components
492026-03-17T21:06:49.034Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-17T21:06:49.034Z
512026-03-17T21:06:49.068Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-17T21:06:49.068Z
532026-03-17T21:06:49.073Z
542026-03-17T21:06:49.073ZRust is installed now. Great!
552026-03-17T21:06:49.073Z
562026-03-17T21:06:49.073ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-17T21:06:49.073Zenvironment variable. This has not been done automatically.
582026-03-17T21:06:49.073Z
592026-03-17T21:06:49.073ZTo configure your current shell, you need to source
602026-03-17T21:06:49.073Zthe corresponding env file under $HOME/.cargo.
612026-03-17T21:06:49.073Z
622026-03-17T21:06:49.073ZThis is usually done by running one of the following (note the leading DOT):
632026-03-17T21:06:49.073Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-17T21:06:49.073Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-17T21:06:49.073Zsource "~/.cargo/env.nu" # For nushell
662026-03-17T21:06:49.073Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-17T21:06:49.073Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-17T21:06:49.073Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-17T21:06:49.073Zwarn: no default linker (`cc`) was found in your PATH
702026-03-17T21:06:49.073Zwarn: many Rust crates require a system C toolchain to build
712026-03-17T21:06:49.185Z+ rustup --version
722026-03-17T21:06:49.217Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-17T21:06:49.225Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-17T21:06:49.225Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-17T21:06:49.225Z+ cargo --version
762026-03-17T21:06:49.232Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-17T21:06:49.235Z+ rustc --version
782026-03-17T21:06:49.263Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-17T21:06:49.268Zprocess exited: duration 19105 ms, exit code 0
 
802026-03-17T21:06:49.274Zstarting task 2: "authentication"
812026-03-17T21:06:49.301Zprocess exited: duration 20 ms, exit code 0
 
822026-03-17T21:06:49.309Zstarting task 3: "clone repository"
832026-03-17T21:06:49.317Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-17T21:06:49.321Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-17T21:06:49.350ZCloning into '/work/oxidecomputer/omicron'...
862026-03-17T21:07:14.847Z+ cd /work/oxidecomputer/omicron
872026-03-17T21:07:14.847Z+ git fetch origin 647d12d1ff9b5f7cfe7d361622a7d138acc0ba86
882026-03-17T21:07:15.320ZFrom https://github.com/oxidecomputer/omicron
892026-03-17T21:07:15.320Z * branch 647d12d1ff9b5f7cfe7d361622a7d138acc0ba86 -> FETCH_HEAD
902026-03-17T21:07:15.343Z+ [[ -n omdb-user-authz ]]
912026-03-17T21:07:15.346Z++ git branch --show-current
922026-03-17T21:07:15.347Z+ current=main
932026-03-17T21:07:15.347Z+ [[ main != omdb-user-authz ]]
942026-03-17T21:07:15.347Z+ git branch -f omdb-user-authz 647d12d1ff9b5f7cfe7d361622a7d138acc0ba86
952026-03-17T21:07:15.347Z+ git checkout -f omdb-user-authz
962026-03-17T21:07:15.386ZSwitched to branch 'omdb-user-authz'
972026-03-17T21:07:15.395Z+ git reset --hard 647d12d1ff9b5f7cfe7d361622a7d138acc0ba86
982026-03-17T21:07:15.426ZHEAD is now at 647d12d1f dave's suggestions: comments + internal role assignment approach
992026-03-17T21:07:15.432Zprocess exited: duration 26119 ms, exit code 0
 
1002026-03-17T21:07:15.444Zstarting task 4: "build"
1012026-03-17T21:07:15.451Z+ source .github/buildomat/ci-env.sh
1022026-03-17T21:07:15.451Z++ export CARGO_TERM_COLOR=always
1032026-03-17T21:07:15.451Z++ CARGO_TERM_COLOR=always
1042026-03-17T21:07:15.455Z+ cargo --version
1052026-03-17T21:07:15.461Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-17T21:07:15.466Z+ rustc --version
1072026-03-17T21:07:15.492Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-17T21:07:15.495Z+ WORK=/work
1092026-03-17T21:07:15.495Z+ pfexec mkdir -p /work
1102026-03-17T21:07:15.499Z+ pfexec chown build /work
1112026-03-17T21:07:15.504Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-17T21:07:25.614Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-17T21:07:35.348Z Startup: Caching catalogs ... Done
1142026-03-17T21:07:58.216ZPlanning: Solver setup ... Done (20.745s)
1152026-03-17T21:07:58.247ZPlanning: Running solver ... Done (0.152s)
1162026-03-17T21:07:58.247ZPlanning: Finding local manifests ... Done (0.003s)
1172026-03-17T21:07:58.247ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-17T21:07:58.270ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-17T21:07:58.275ZPlanning: Package planning ... Done (0.043s)
1202026-03-17T21:07:58.308ZPlanning: Merging actions ... Done (0.043s)
1212026-03-17T21:07:58.555ZPlanning: Checking for conflicting actions ... Done (0.245s)
1222026-03-17T21:07:58.564ZPlanning: Consolidating action changes ... Done (0.010s)
1232026-03-17T21:07:59.453ZPlanning: Evaluating mediators ... Done (0.887s)
1242026-03-17T21:07:59.460ZPlanning: Planning completed in 23.96 seconds
1252026-03-17T21:07:59.474Z Packages to install: 4
1262026-03-17T21:07:59.474Z Mediators to change: 2
1272026-03-17T21:07:59.475Z Services to change: 1
1282026-03-17T21:07:59.479Z Estimated space available: 155.43 GB
1292026-03-17T21:07:59.480ZEstimated space to be consumed: 1.83 GB
1302026-03-17T21:07:59.480Z Create boot environment: No
1312026-03-17T21:07:59.480ZCreate backup boot environment: No
1322026-03-17T21:07:59.480Z Rebuild boot archive: No
1332026-03-17T21:07:59.480Z
1342026-03-17T21:07:59.480ZChanged mediators:
1352026-03-17T21:07:59.480Z mediator clang:
1362026-03-17T21:07:59.480Z version: None -> 15 (system default)
1372026-03-17T21:07:59.480Z
1382026-03-17T21:07:59.480Z mediator llvm:
1392026-03-17T21:07:59.480Z version: 14 (system default) -> 15 (system default)
1402026-03-17T21:07:59.480Z
1412026-03-17T21:07:59.480ZChanged packages:
1422026-03-17T21:07:59.480Zhelios-dev
1432026-03-17T21:07:59.480Z developer/build-essential
1442026-03-17T21:07:59.480Z None -> 11-2.0
1452026-03-17T21:07:59.480Z library/libxmlsec1
1462026-03-17T21:07:59.480Z None -> 1.2.35-2.0
1472026-03-17T21:07:59.480Z ooce/developer/clang-15
1482026-03-17T21:07:59.481Z None -> 15.0.7-2.0
1492026-03-17T21:07:59.481Z ooce/developer/llvm-15
1502026-03-17T21:07:59.481Z None -> 15.0.7-2.0
1512026-03-17T21:07:59.481Z
1522026-03-17T21:07:59.481ZServices:
1532026-03-17T21:07:59.481Z restart_fmri:
1542026-03-17T21:07:59.481Z svc:/system/update-man-index:default
1552026-03-17T21:07:59.524Z
1562026-03-17T21:07:59.524ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-17T21:08:04.523ZDownload: 2225/3290 items 119.2/212.6MB 56% complete (24.0M/s)
1582026-03-17T21:08:08.597ZDownload: Completed 212.60 MB in 8.35 seconds (25.5M/s)
1592026-03-17T21:08:08.629Z Actions: 1/3689 actions (Installing new actions)
1602026-03-17T21:08:12.369Z Actions: Completed 3689 actions in 4.22 seconds.
1612026-03-17T21:08:12.742Z Done (0.365s)
1622026-03-17T21:08:12.743Z Done (0.000s)
1632026-03-17T21:08:13.639Z Done (0.899s)
1642026-03-17T21:08:17.700Z Done (3.708s)
1652026-03-17T21:08:17.785Z Done (0.018s)
1662026-03-17T21:08:17.788Z Done (0.000s)
1672026-03-17T21:08:17.901Z Done (0.000s)
1682026-03-17T21:08:18.879ZPlanning: Evaluating mediator changes ... Done
1692026-03-17T21:08:19.024ZPlanning: Checking for conflicting actions ... Done
1702026-03-17T21:08:19.027ZPlanning: Consolidating action changes ... Done
1712026-03-17T21:08:19.246ZPlanning: Evaluating mediators ... Done
1722026-03-17T21:08:19.250ZPlanning: Planning completed in 0.37 seconds
1732026-03-17T21:08:19.277Z Mediators to change: 2
1742026-03-17T21:08:19.277Z Create boot environment: No
1752026-03-17T21:08:19.280ZCreate backup boot environment: No
1762026-03-17T21:08:19.327Z Done
1772026-03-17T21:08:19.327Z Done
1782026-03-17T21:08:20.062Z Done
1792026-03-17T21:08:23.429Z Done
1802026-03-17T21:08:23.513Z Done
1812026-03-17T21:08:23.516Z Done
1822026-03-17T21:08:23.653Z Done
1832026-03-17T21:08:24.197ZPlanning: Evaluating mediator changes ... Done
1842026-03-17T21:08:24.200ZPlanning: Merging actions ... Done
1852026-03-17T21:08:24.367ZPlanning: Checking for conflicting actions ... Done
1862026-03-17T21:08:24.371ZPlanning: Consolidating action changes ... Done
1872026-03-17T21:08:24.591ZPlanning: Evaluating mediators ... Done
1882026-03-17T21:08:24.642ZPlanning: Planning completed in 0.64 seconds
1892026-03-17T21:08:24.664Z Packages to change: 1
1902026-03-17T21:08:24.665Z Mediators to change: 1
1912026-03-17T21:08:24.669Z Services to change: 1
1922026-03-17T21:08:24.669Z Create boot environment: No
1932026-03-17T21:08:24.669ZCreate backup boot environment: Yes
1942026-03-17T21:08:27.325Z Actions: 1/6 actions (Updating modified actions)
1952026-03-17T21:08:27.332Z Actions: Completed 6 actions in 0.00 seconds.
1962026-03-17T21:08:27.332Z Done
1972026-03-17T21:08:27.332Z Done
1982026-03-17T21:08:27.517Z Done
1992026-03-17T21:08:30.844Z Done
2002026-03-17T21:08:30.940Z Done
2012026-03-17T21:08:30.944Z Done
2022026-03-17T21:08:31.079Z Done
2032026-03-17T21:08:31.457ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2042026-03-17T21:08:31.457Zclang system 15 system
2052026-03-17T21:08:31.457Zcsh system system illumos
2062026-03-17T21:08:31.457Zctags system system illumos
2072026-03-17T21:08:31.457Zfile system system illumos
2082026-03-17T21:08:31.457Zgcc vendor 12 vendor
2092026-03-17T21:08:31.457Zgcc system 10 system
2102026-03-17T21:08:31.457Zgcc system 7 system
2112026-03-17T21:08:31.458Zgo system 1.20 system
2122026-03-17T21:08:31.458Zgo system 1.19 system
2132026-03-17T21:08:31.458Zllvm system 15 system
2142026-03-17T21:08:31.458Zllvm system 14 system
2152026-03-17T21:08:31.458Zmariadb system 10.6 system
2162026-03-17T21:08:31.458Zmta vendor vendor dma
2172026-03-17T21:08:31.458Zopenjdk system 17 system
2182026-03-17T21:08:31.458Zopenjdk system 11 system
2192026-03-17T21:08:31.458Zopenjdk system 1.8 system
2202026-03-17T21:08:31.458Zopenssl vendor 3 vendor
2212026-03-17T21:08:31.458Zperl system 5.36 system
2222026-03-17T21:08:31.458Zpostgresql system 15 system
2232026-03-17T21:08:31.458Zpostgresql system 13 system
2242026-03-17T21:08:31.458Zpython vendor 3 vendor
2252026-03-17T21:08:31.458Zpython system 2 system
2262026-03-17T21:08:31.458Zpython3 system 3.11 system
2272026-03-17T21:08:31.458Zruby system 3.0 system
2282026-03-17T21:08:31.459Zwords vendor vendor american-english
2292026-03-17T21:08:31.459Zwords system system australian-english
2302026-03-17T21:08:31.459Zwords system system british-english
2312026-03-17T21:08:31.459Zwords system system canadian-english
2322026-03-17T21:08:31.459Zwords system system french
2332026-03-17T21:08:31.459Zwords system system italian
2342026-03-17T21:08:31.459Zwords system system ngerman
2352026-03-17T21:08:31.459Zwords system system ogerman
2362026-03-17T21:08:31.459Zwords system system spanish
2372026-03-17T21:08:31.763ZPUBLISHER TYPE STATUS P LOCATION
2382026-03-17T21:08:31.763Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2392026-03-17T21:08:37.773ZFMRI IFO
2402026-03-17T21:08:37.773Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2412026-03-17T21:08:37.773Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2422026-03-17T21:08:37.773Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2432026-03-17T21:08:37.773Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2442026-03-17T21:08:37.773Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2452026-03-17T21:08:37.773Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2462026-03-17T21:08:37.773Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2472026-03-17T21:08:37.773Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2482026-03-17T21:08:37.773Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2492026-03-17T21:08:37.773Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2502026-03-17T21:08:37.773Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2512026-03-17T21:08:37.773Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2522026-03-17T21:08:37.774Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2532026-03-17T21:08:37.774Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2542026-03-17T21:08:37.774Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2552026-03-17T21:08:37.774Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2562026-03-17T21:08:39.034Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2572026-03-17T21:08:39.324Z Updating crates.io index
2582026-03-17T21:08:39.361Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2592026-03-17T21:08:39.588Z Updating git repository `https://github.com/oxidecomputer/lldp`
2602026-03-17T21:08:40.592Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2612026-03-17T21:08:40.882Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2622026-03-17T21:08:41.266Z Updating git repository `https://github.com/oxidecomputer/falcon`
2632026-03-17T21:08:45.400Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2642026-03-17T21:08:46.181Z Updating git repository `https://github.com/oxidecomputer/propolis`
2652026-03-17T21:08:47.629Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662026-03-17T21:08:52.648Z Updating git repository `https://github.com/oxidecomputer/opte`
2672026-03-17T21:08:54.427Z Updating git repository `https://github.com/oxidecomputer/tofino`
2682026-03-17T21:08:54.925Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2692026-03-17T21:08:56.138Z Updating git repository `https://github.com/oxidecomputer/clickward`
2702026-03-17T21:08:56.744Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2712026-03-17T21:08:57.149Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2722026-03-17T21:08:57.542Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2732026-03-17T21:09:00.453Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-03-17T21:09:01.421Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-03-17T21:09:01.854Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2762026-03-17T21:09:02.230Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2772026-03-17T21:09:02.714Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2782026-03-17T21:09:02.997Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2792026-03-17T21:09:03.255Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2802026-03-17T21:09:03.614Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2812026-03-17T21:09:04.067Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2822026-03-17T21:09:04.876Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2832026-03-17T21:09:05.402Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2842026-03-17T21:09:05.755Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2852026-03-17T21:09:06.129Z Updating git repository `https://github.com/oxidecomputer/ispf`
2862026-03-17T21:09:06.459Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2872026-03-17T21:09:07.782Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2882026-03-17T21:09:08.043Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2892026-03-17T21:09:08.638Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2902026-03-17T21:09:09.062Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2912026-03-17T21:09:09.632Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2922026-03-17T21:09:09.895Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2932026-03-17T21:09:10.298Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2942026-03-17T21:09:10.543Z Updating git repository `https://github.com/illumos/smf-rs`
2952026-03-17T21:09:11.068Z Updating git repository `https://github.com/oxidecomputer/omicron`
2962026-03-17T21:09:46.997Z Downloading crates ...
2972026-03-17T21:09:47.059Z Downloaded camino v1.2.2
2982026-03-17T21:09:47.067Z Downloaded pest_derive v2.8.6
2992026-03-17T21:09:47.070Z Downloaded clap_derive v4.5.55
3002026-03-17T21:09:47.073Z Downloaded clap_lex v1.0.0
3012026-03-17T21:09:47.073Z Downloaded cargo-platform v0.2.0
3022026-03-17T21:09:47.077Z Downloaded block-buffer v0.10.4
3032026-03-17T21:09:47.079Z Downloaded textwrap v0.16.2
3042026-03-17T21:09:47.079Z Downloaded writeable v0.6.2
3052026-03-17T21:09:47.082Z Downloaded zmij v1.0.21
3062026-03-17T21:09:47.082Z Downloaded usdt-macro v0.5.0
3072026-03-17T21:09:47.085Z Downloaded utf8_iter v1.0.4
3082026-03-17T21:09:47.087Z Downloaded colorchoice v1.0.4
3092026-03-17T21:09:47.088Z Downloaded toml v0.8.23
3102026-03-17T21:09:47.090Z Downloaded thiserror-impl v2.0.18
3112026-03-17T21:09:47.090Z Downloaded anstream v0.6.21
3122026-03-17T21:09:47.093Z Downloaded typeid v1.0.3
3132026-03-17T21:09:47.093Z Downloaded unicode-linebreak v0.1.5
3142026-03-17T21:09:47.096Z Downloaded anstyle-parse v0.2.7
3152026-03-17T21:09:47.096Z Downloaded zerofrom-derive v0.1.6
3162026-03-17T21:09:47.099Z Downloaded camino-tempfile v1.4.1
3172026-03-17T21:09:47.099Z Downloaded zerofrom v0.1.6
3182026-03-17T21:09:47.099Z Downloaded byteorder v1.5.0
3192026-03-17T21:09:47.103Z Downloaded utf8parse v0.2.2
3202026-03-17T21:09:47.103Z Downloaded cpufeatures v0.2.17
3212026-03-17T21:09:47.106Z Downloaded version_check v0.9.5
3222026-03-17T21:09:47.106Z Downloaded strsim v0.11.1
3232026-03-17T21:09:47.106Z Downloaded usdt-attr-macro v0.5.0
3242026-03-17T21:09:47.106Z Downloaded heck v0.4.1
3252026-03-17T21:09:47.106Z Downloaded macaddr v1.0.1
3262026-03-17T21:09:47.109Z Downloaded anstyle v1.0.13
3272026-03-17T21:09:47.109Z Downloaded yoke-derive v0.8.1
3282026-03-17T21:09:47.112Z Downloaded bitflags v2.11.0
3292026-03-17T21:09:47.115Z Downloaded usdt v0.5.0
3302026-03-17T21:09:47.115Z Downloaded unicode-xid v0.2.6
3312026-03-17T21:09:47.115Z Downloaded toml_datetime v0.6.11
3322026-03-17T21:09:47.118Z Downloaded tabled_derive v0.7.0
3332026-03-17T21:09:47.118Z Downloaded clap v4.5.60
3342026-03-17T21:09:47.123Z Downloaded yoke v0.8.1
3352026-03-17T21:09:47.126Z Downloaded anstyle-query v1.1.5
3362026-03-17T21:09:47.126Z Downloaded tinystr v0.8.2
3372026-03-17T21:09:47.129Z Downloaded thiserror v1.0.69
3382026-03-17T21:09:47.132Z Downloaded zerovec-derive v0.11.2
3392026-03-17T21:09:47.134Z Downloaded thiserror v2.0.18
3402026-03-17T21:09:47.137Z Downloaded usdt-impl v0.5.0
3412026-03-17T21:09:47.140Z Downloaded itoa v1.0.17
3422026-03-17T21:09:47.140Z Downloaded indexmap v2.13.0
3432026-03-17T21:09:47.143Z Downloaded is_terminal_polyfill v1.70.2
3442026-03-17T21:09:47.145Z Downloaded fnv v1.0.7
3452026-03-17T21:09:47.145Z Downloaded plain v0.2.3
3462026-03-17T21:09:47.145Z Downloaded displaydoc v0.2.5
3472026-03-17T21:09:47.148Z Downloaded zerocopy-derive v0.7.35
3482026-03-17T21:09:47.151Z Downloaded unicode-ident v1.0.24
3492026-03-17T21:09:47.151Z Downloaded serde_spanned v0.6.9
3502026-03-17T21:09:47.154Z Downloaded percent-encoding v2.3.2
3512026-03-17T21:09:47.154Z Downloaded form_urlencoded v1.2.2
3522026-03-17T21:09:47.154Z Downloaded idna_adapter v1.2.1
3532026-03-17T21:09:47.157Z Downloaded errno v0.3.14
3542026-03-17T21:09:47.157Z Downloaded zerotrie v0.2.3
3552026-03-17T21:09:47.161Z Downloaded typenum v1.19.0
3562026-03-17T21:09:47.163Z Downloaded serde-untagged v0.1.9
3572026-03-17T21:09:47.163Z Downloaded once_cell v1.21.3
3582026-03-17T21:09:47.166Z Downloaded terminal_size v0.4.3
3592026-03-17T21:09:47.166Z Downloaded pretty-hex v0.4.1
3602026-03-17T21:09:47.166Z Downloaded crypto-common v0.1.7
3612026-03-17T21:09:47.166Z Downloaded ucd-trie v0.1.7
3622026-03-17T21:09:47.169Z Downloaded proc-macro-error-attr v1.0.4
3632026-03-17T21:09:47.169Z Downloaded dtrace-parser v0.2.0
3642026-03-17T21:09:47.169Z Downloaded url v2.5.8
3652026-03-17T21:09:47.172Z Downloaded smawk v0.3.2
3662026-03-17T21:09:47.174Z Downloaded ordered-float v2.10.1
3672026-03-17T21:09:47.174Z Downloaded cargo-util-schemas v0.8.2
3682026-03-17T21:09:47.177Z Downloaded potential_utf v0.1.4
3692026-03-17T21:09:47.177Z Downloaded heck v0.5.0
3702026-03-17T21:09:47.177Z Downloaded thread-id v4.2.2
3712026-03-17T21:09:47.177Z Downloaded thiserror-impl v1.0.69
3722026-03-17T21:09:47.180Z Downloaded toml_edit v0.22.27
3732026-03-17T21:09:47.183Z Downloaded generic-array v0.14.7
3742026-03-17T21:09:47.183Z Downloaded equivalent v1.0.2
3752026-03-17T21:09:47.183Z Downloaded fastrand v2.3.0
3762026-03-17T21:09:47.188Z Downloaded swrite v0.1.0
3772026-03-17T21:09:47.188Z Downloaded dof v0.3.0
3782026-03-17T21:09:47.188Z Downloaded toml_write v0.1.2
3792026-03-17T21:09:47.191Z Downloaded bytecount v0.6.9
3802026-03-17T21:09:47.191Z Downloaded zerovec v0.11.5
3812026-03-17T21:09:47.194Z Downloaded winnow v0.7.14
3822026-03-17T21:09:47.198Z Downloaded zerocopy v0.7.35
3832026-03-17T21:09:47.209Z Downloaded num-traits v0.2.19
3842026-03-17T21:09:47.212Z Downloaded unicode-width v0.1.14
3852026-03-17T21:09:47.215Z Downloaded quote v1.0.44
3862026-03-17T21:09:47.218Z Downloaded memmap v0.7.0
3872026-03-17T21:09:47.220Z Downloaded digest v0.10.7
3882026-03-17T21:09:47.220Z Downloaded unicode-width v0.2.0
3892026-03-17T21:09:47.223Z Downloaded scroll v0.12.0
3902026-03-17T21:09:47.226Z Downloaded autocfg v1.5.0
3912026-03-17T21:09:47.226Z Downloaded fs-err v3.3.0
3922026-03-17T21:09:47.229Z Downloaded stable_deref_trait v1.2.1
3932026-03-17T21:09:47.229Z Downloaded scroll_derive v0.12.1
3942026-03-17T21:09:47.229Z Downloaded serde-value v0.7.0
3952026-03-17T21:09:47.229Z Downloaded cfg-if v1.0.4
3962026-03-17T21:09:47.231Z Downloaded anyhow v1.0.102
3972026-03-17T21:09:47.234Z Downloaded synstructure v0.13.2
3982026-03-17T21:09:47.234Z Downloaded sha2 v0.10.9
3992026-03-17T21:09:47.237Z Downloaded cargo_toml v0.21.0
4002026-03-17T21:09:47.240Z Downloaded cargo_metadata v0.21.0
4012026-03-17T21:09:47.245Z Downloaded proc-macro-error v1.0.4
4022026-03-17T21:09:47.248Z Downloaded serde_tokenstream v0.2.3
4032026-03-17T21:09:47.255Z Downloaded semver v1.0.27
4042026-03-17T21:09:47.258Z Downloaded litemap v0.8.1
4052026-03-17T21:09:47.261Z Downloaded icu_normalizer_data v2.1.1
4062026-03-17T21:09:47.268Z Downloaded pest_generator v2.8.6
4072026-03-17T21:09:47.271Z Downloaded tempfile v3.25.0
4082026-03-17T21:09:47.274Z Downloaded erased-serde v0.4.9
4092026-03-17T21:09:47.278Z Downloaded smallvec v1.15.1
4102026-03-17T21:09:47.281Z Downloaded papergrid v0.11.0
4112026-03-17T21:09:47.288Z Downloaded serde_core v1.0.228
4122026-03-17T21:09:47.291Z Downloaded log v0.4.29
4132026-03-17T21:09:47.294Z Downloaded getrandom v0.4.1
4142026-03-17T21:09:47.302Z Downloaded proc-macro2 v1.0.106
4152026-03-17T21:09:47.305Z Downloaded icu_properties v2.1.2
4162026-03-17T21:09:47.319Z Downloaded icu_provider v2.1.1
4172026-03-17T21:09:47.322Z Downloaded icu_normalizer v2.1.1
4182026-03-17T21:09:47.325Z Downloaded icu_locale_core v2.1.1
4192026-03-17T21:09:47.342Z Downloaded serde v1.0.228
4202026-03-17T21:09:47.346Z Downloaded pest_meta v2.8.6
4212026-03-17T21:09:47.349Z Downloaded icu_collections v2.1.1
4222026-03-17T21:09:47.354Z Downloaded serde_derive v1.0.228
4232026-03-17T21:09:47.357Z Downloaded memchr v2.8.0
4242026-03-17T21:09:47.368Z Downloaded idna v1.1.0
4252026-03-17T21:09:47.378Z Downloaded clap_builder v4.5.60
4262026-03-17T21:09:47.399Z Downloaded pest v2.8.6
4272026-03-17T21:09:47.403Z Downloaded serde_json v1.0.149
4282026-03-17T21:09:47.408Z Downloaded icu_properties_data v2.1.2
4292026-03-17T21:09:47.416Z Downloaded goblin v0.8.2
4302026-03-17T21:09:47.420Z Downloaded hashbrown v0.16.1
4312026-03-17T21:09:47.424Z Downloaded tabled v0.15.0
4322026-03-17T21:09:47.452Z Downloaded syn v2.0.117
4332026-03-17T21:09:47.455Z Downloaded syn v1.0.109
4342026-03-17T21:09:47.466Z Downloaded rustix v1.1.3
4352026-03-17T21:09:47.501Z Downloaded libc v0.2.180
4362026-03-17T21:09:47.589Z Compiling proc-macro2 v1.0.106
4372026-03-17T21:09:47.589Z Compiling quote v1.0.44
4382026-03-17T21:09:47.592Z Compiling unicode-ident v1.0.24
4392026-03-17T21:09:47.592Z Compiling serde_core v1.0.228
4402026-03-17T21:09:47.592Z Compiling libc v0.2.180
4412026-03-17T21:09:47.592Z Compiling version_check v0.9.5
4422026-03-17T21:09:47.592Z Compiling serde v1.0.228
4432026-03-17T21:09:47.592Z Compiling memchr v2.8.0
4442026-03-17T21:09:47.592Z Compiling stable_deref_trait v1.2.1
4452026-03-17T21:09:47.592Z Compiling zmij v1.0.21
4462026-03-17T21:09:47.805Z Compiling autocfg v1.5.0
4472026-03-17T21:09:47.841Z Compiling itoa v1.0.17
4482026-03-17T21:09:47.848Z Compiling thiserror v1.0.69
4492026-03-17T21:09:47.848Z Compiling ucd-trie v0.1.7
4502026-03-17T21:09:47.848Z Compiling writeable v0.6.2
4512026-03-17T21:09:48.108Z Compiling litemap v0.8.1
4522026-03-17T21:09:48.329Z Compiling rustix v1.1.3
4532026-03-17T21:09:48.341Z Compiling icu_normalizer_data v2.1.1
4542026-03-17T21:09:48.470Z Compiling pest v2.8.6
4552026-03-17T21:09:48.484Z Compiling icu_properties_data v2.1.2
4562026-03-17T21:09:48.564Z Compiling byteorder v1.5.0
4572026-03-17T21:09:48.641Z Compiling serde_json v1.0.149
4582026-03-17T21:09:48.646Z Compiling bitflags v2.11.0
4592026-03-17T21:09:48.761Z Compiling num-traits v0.2.19
4602026-03-17T21:09:48.816Z Compiling typeid v1.0.3
4612026-03-17T21:09:48.847Z Compiling equivalent v1.0.2
4622026-03-17T21:09:48.903Z Compiling hashbrown v0.16.1
4632026-03-17T21:09:48.912Z Compiling smallvec v1.15.1
4642026-03-17T21:09:49.108Z Compiling usdt-impl v0.5.0
4652026-03-17T21:09:49.113Z Compiling proc-macro-error-attr v1.0.4
4662026-03-17T21:09:49.249Z Compiling erased-serde v0.4.9
4672026-03-17T21:09:49.305Z Compiling errno v0.3.14
4682026-03-17T21:09:49.334Z Compiling thread-id v4.2.2
4692026-03-17T21:09:49.422Z Compiling syn v1.0.109
4702026-03-17T21:09:49.479Z Compiling winnow v0.7.14
4712026-03-17T21:09:49.483Z Compiling toml_write v0.1.2
4722026-03-17T21:09:49.649Z Compiling indexmap v2.13.0
4732026-03-17T21:09:49.652Z Compiling proc-macro-error v1.0.4
4742026-03-17T21:09:49.767Z Compiling thiserror v2.0.18
4752026-03-17T21:09:49.772Z Compiling camino v1.2.2
4762026-03-17T21:09:49.849Z Compiling percent-encoding v2.3.2
4772026-03-17T21:09:49.905Z Compiling getrandom v0.4.1
4782026-03-17T21:09:49.909Z Compiling log v0.4.29
4792026-03-17T21:09:49.966Z Compiling syn v2.0.117
4802026-03-17T21:09:49.969Z Compiling plain v0.2.3
4812026-03-17T21:09:50.027Z Compiling pest_meta v2.8.6
4822026-03-17T21:09:50.058Z Compiling utf8_iter v1.0.4
4832026-03-17T21:09:50.132Z Compiling utf8parse v0.2.2
4842026-03-17T21:09:50.163Z Compiling form_urlencoded v1.2.2
4852026-03-17T21:09:50.295Z Compiling anstyle-parse v0.2.7
4862026-03-17T21:09:50.443Z Compiling ordered-float v2.10.1
4872026-03-17T21:09:50.477Z Compiling colorchoice v1.0.4
4882026-03-17T21:09:50.506Z Compiling is_terminal_polyfill v1.70.2
4892026-03-17T21:09:50.555Z Compiling anstyle-query v1.1.5
4902026-03-17T21:09:50.557Z Compiling pretty-hex v0.4.1
4912026-03-17T21:09:50.585Z Compiling anstyle v1.0.13
4922026-03-17T21:09:50.614Z Compiling cfg-if v1.0.4
4932026-03-17T21:09:50.674Z Compiling fs-err v3.3.0
4942026-03-17T21:09:50.766Z Compiling bytecount v0.6.9
4952026-03-17T21:09:50.771Z Compiling heck v0.5.0
4962026-03-17T21:09:50.854Z Compiling terminal_size v0.4.3
4972026-03-17T21:09:50.857Z Compiling anstream v0.6.21
4982026-03-17T21:09:50.885Z Compiling fastrand v2.3.0
4992026-03-17T21:09:51.034Z Compiling semver v1.0.27
5002026-03-17T21:09:51.109Z Compiling anyhow v1.0.102
5012026-03-17T21:09:51.202Z Compiling heck v0.4.1
5022026-03-17T21:09:51.230Z Compiling unicode-width v0.1.14
5032026-03-17T21:09:51.264Z Compiling unicode-xid v0.2.6
5042026-03-17T21:09:51.296Z Compiling fnv v1.0.7
5052026-03-17T21:09:51.404Z Compiling once_cell v1.21.3
5062026-03-17T21:09:51.440Z Compiling clap_lex v1.0.0
5072026-03-17T21:09:51.443Z Compiling strsim v0.11.1
5082026-03-17T21:09:51.570Z Compiling papergrid v0.11.0
5092026-03-17T21:09:51.604Z Compiling serde-untagged v0.1.9
5102026-03-17T21:09:51.696Z Compiling tempfile v3.25.0
5112026-03-17T21:09:51.729Z Compiling clap_builder v4.5.60
5122026-03-17T21:09:51.729Z Compiling memmap v0.7.0
5132026-03-17T21:09:51.802Z Compiling unicode-width v0.2.0
5142026-03-17T21:09:51.804Z Compiling unicode-linebreak v0.1.5
5152026-03-17T21:09:51.860Z Compiling smawk v0.3.2
5162026-03-17T21:09:52.062Z Compiling camino-tempfile v1.4.1
5172026-03-17T21:09:52.091Z Compiling swrite v0.1.0
5182026-03-17T21:09:52.181Z Compiling textwrap v0.16.2
5192026-03-17T21:09:52.211Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5202026-03-17T21:09:52.733Z Compiling tabled_derive v0.7.0
5212026-03-17T21:09:53.597Z Compiling tabled v0.15.0
5222026-03-17T21:09:53.695Z Compiling synstructure v0.13.2
5232026-03-17T21:09:53.695Z Compiling pest_generator v2.8.6
5242026-03-17T21:09:54.473Z Compiling serde_derive v1.0.228
5252026-03-17T21:09:54.473Z Compiling zerofrom-derive v0.1.6
5262026-03-17T21:09:54.477Z Compiling yoke-derive v0.8.1
5272026-03-17T21:09:54.477Z Compiling zerovec-derive v0.11.2
5282026-03-17T21:09:54.477Z Compiling displaydoc v0.2.5
5292026-03-17T21:09:54.477Z Compiling thiserror-impl v1.0.69
5302026-03-17T21:09:54.477Z Compiling zerocopy-derive v0.7.35
5312026-03-17T21:09:54.477Z Compiling scroll_derive v0.12.1
5322026-03-17T21:09:54.477Z Compiling thiserror-impl v2.0.18
5332026-03-17T21:09:54.477Z Compiling clap_derive v4.5.55
5342026-03-17T21:09:54.588Z Compiling pest_derive v2.8.6
5352026-03-17T21:09:55.554Z Compiling scroll v0.12.0
5362026-03-17T21:09:55.625Z Compiling zerocopy v0.7.35
5372026-03-17T21:09:55.868Z Compiling goblin v0.8.2
5382026-03-17T21:09:56.034Z Compiling zerofrom v0.1.6
5392026-03-17T21:09:56.168Z Compiling dtrace-parser v0.2.0
5402026-03-17T21:09:56.194Z Compiling yoke v0.8.1
5412026-03-17T21:09:56.430Z Compiling zerovec v0.11.5
5422026-03-17T21:09:56.430Z Compiling zerotrie v0.2.3
5432026-03-17T21:09:56.482Z Compiling clap v4.5.60
5442026-03-17T21:09:57.015Z Compiling tinystr v0.8.2
5452026-03-17T21:09:57.015Z Compiling potential_utf v0.1.4
5462026-03-17T21:09:57.183Z Compiling icu_collections v2.1.1
5472026-03-17T21:09:57.216Z Compiling icu_locale_core v2.1.1
5482026-03-17T21:09:57.851Z Compiling dof v0.3.0
5492026-03-17T21:09:57.851Z Compiling serde_tokenstream v0.2.3
5502026-03-17T21:09:57.900Z Compiling toml_datetime v0.6.11
5512026-03-17T21:09:57.903Z Compiling serde_spanned v0.6.9
5522026-03-17T21:09:57.903Z Compiling serde-value v0.7.0
5532026-03-17T21:09:57.903Z Compiling cargo-platform v0.2.0
5542026-03-17T21:09:57.904Z Compiling macaddr v1.0.1
5552026-03-17T21:09:58.011Z Compiling icu_provider v2.1.1
5562026-03-17T21:09:58.227Z Compiling toml_edit v0.22.27
5572026-03-17T21:09:58.345Z Compiling icu_normalizer v2.1.1
5582026-03-17T21:09:58.345Z Compiling icu_properties v2.1.2
5592026-03-17T21:09:58.775Z Compiling usdt-macro v0.5.0
5602026-03-17T21:09:58.778Z Compiling usdt-attr-macro v0.5.0
5612026-03-17T21:09:59.507Z Compiling idna_adapter v1.2.1
5622026-03-17T21:09:59.583Z Compiling usdt v0.5.0
5632026-03-17T21:09:59.637Z Compiling idna v1.1.0
5642026-03-17T21:09:59.978Z Compiling toml v0.8.23
5652026-03-17T21:10:00.001Z Compiling url v2.5.8
5662026-03-17T21:10:00.460Z Compiling cargo_toml v0.21.0
5672026-03-17T21:10:00.555Z Compiling cargo-util-schemas v0.8.2
5682026-03-17T21:10:01.680Z Compiling cargo_metadata v0.21.0
5692026-03-17T21:10:02.967Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5702026-03-17T21:10:05.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
5712026-03-17T21:10:06.138Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5722026-03-17T21:10:06.885Z Downloading crates ...
5732026-03-17T21:10:07.002Z Downloaded adler2 v2.0.1
5742026-03-17T21:10:07.006Z Downloaded castaway v0.2.4
5752026-03-17T21:10:07.006Z Downloaded base16ct v0.2.0
5762026-03-17T21:10:07.013Z Downloaded cfg_aliases v0.2.1
5772026-03-17T21:10:07.016Z Downloaded block-padding v0.3.3
5782026-03-17T21:10:07.016Z Downloaded crc-catalog v2.4.0
5792026-03-17T21:10:07.019Z Downloaded bitfield-struct v0.6.2
5802026-03-17T21:10:07.022Z Downloaded bit-set v0.5.3
5812026-03-17T21:10:07.025Z Downloaded crossbeam-epoch v0.9.18
5822026-03-17T21:10:07.028Z Downloaded critical-section v1.2.0
5832026-03-17T21:10:07.028Z Downloaded ahash v0.8.12
5842026-03-17T21:10:07.031Z Downloaded bitfield-macros v0.19.4
5852026-03-17T21:10:07.031Z Downloaded base16ct v1.0.0
5862026-03-17T21:10:07.034Z Downloaded defmt-parser v1.0.0
5872026-03-17T21:10:07.034Z Downloaded ar_archive_writer v0.5.1
5882026-03-17T21:10:07.037Z Downloaded crossbeam-utils v0.8.21
5892026-03-17T21:10:07.039Z Downloaded atomic-waker v1.1.2
5902026-03-17T21:10:07.045Z Downloaded ciborium-io v0.2.2
5912026-03-17T21:10:07.048Z Downloaded assert_matches v1.5.0
5922026-03-17T21:10:07.052Z Downloaded curve25519-dalek-derive v0.1.1
5932026-03-17T21:10:07.055Z Downloaded cstr-argument v0.1.2
5942026-03-17T21:10:07.055Z Downloaded clang-sys v1.8.1
5952026-03-17T21:10:07.057Z Downloaded defmt v0.3.100
5962026-03-17T21:10:07.057Z Downloaded bitflags v1.3.2
5972026-03-17T21:10:07.060Z Downloaded display-error-chain v0.2.2
5982026-03-17T21:10:07.063Z Downloaded crossterm v0.29.0
5992026-03-17T21:10:07.066Z Downloaded bit-vec v0.6.3
6002026-03-17T21:10:07.069Z Downloaded backoff v0.4.0
6012026-03-17T21:10:07.072Z Downloaded crossbeam-deque v0.8.6
6022026-03-17T21:10:07.072Z Downloaded cexpr v0.6.0
6032026-03-17T21:10:07.074Z Downloaded fd-lock v4.0.4
6042026-03-17T21:10:07.077Z Downloaded bb8 v0.8.6
6052026-03-17T21:10:07.077Z Downloaded aead v0.5.2
6062026-03-17T21:10:07.080Z Downloaded foreign-types-macros v0.2.3
6072026-03-17T21:10:07.083Z Downloaded darling_macro v0.21.3
6082026-03-17T21:10:07.083Z Downloaded bcs v0.1.6
6092026-03-17T21:10:07.086Z Downloaded find-msvc-tools v0.1.9
6102026-03-17T21:10:07.086Z Downloaded defmt-macros v1.0.1
6112026-03-17T21:10:07.089Z Downloaded bit-vec v0.8.0
6122026-03-17T21:10:07.091Z Downloaded async-trait v0.1.89
6132026-03-17T21:10:07.094Z Downloaded cpufeatures v0.3.0
6142026-03-17T21:10:07.097Z Downloaded dyn-clone v1.0.20
6152026-03-17T21:10:07.097Z Downloaded crc8 v0.1.1
6162026-03-17T21:10:07.099Z Downloaded dirs-next v2.0.0
6172026-03-17T21:10:07.099Z Downloaded convert_case v0.4.0
6182026-03-17T21:10:07.099Z Downloaded derive_builder_macro v0.20.2
6192026-03-17T21:10:07.102Z Downloaded float-ord v0.3.2
6202026-03-17T21:10:07.102Z Downloaded float-cmp v0.10.0
6212026-03-17T21:10:07.105Z Downloaded cargo-platform v0.1.9
6222026-03-17T21:10:07.105Z Downloaded async-recursion v1.1.1
6232026-03-17T21:10:07.107Z Downloaded ascii-canvas v3.0.0
6242026-03-17T21:10:07.110Z Downloaded foreign-types v0.5.0
6252026-03-17T21:10:07.110Z Downloaded foreign-types-shared v0.1.1
6262026-03-17T21:10:07.111Z Downloaded dof v0.4.0
6272026-03-17T21:10:07.114Z Downloaded arrayref v0.3.9
6282026-03-17T21:10:07.114Z Downloaded futures-core v0.3.32
6292026-03-17T21:10:07.114Z Downloaded cfg_aliases v0.1.1
6302026-03-17T21:10:07.117Z Downloaded atty v0.2.14
6312026-03-17T21:10:07.117Z Downloaded difflib v0.4.0
6322026-03-17T21:10:07.121Z Downloaded atomicwrites v0.4.4
6332026-03-17T21:10:07.121Z Downloaded dtrace-parser v0.3.0
6342026-03-17T21:10:07.121Z Downloaded crc v3.4.0
6352026-03-17T21:10:07.125Z Downloaded base64ct v1.8.3
6362026-03-17T21:10:07.125Z Downloaded dsl_auto_type v0.2.0
6372026-03-17T21:10:07.125Z Downloaded diesel_table_macro_syntax v0.3.0
6382026-03-17T21:10:07.129Z Downloaded cobs v0.3.0
6392026-03-17T21:10:07.129Z Downloaded dunce v1.0.5
6402026-03-17T21:10:07.129Z Downloaded funty v2.0.0
6412026-03-17T21:10:07.129Z Downloaded array-init v0.0.4
6422026-03-17T21:10:07.133Z Downloaded ed25519 v2.2.3
6432026-03-17T21:10:07.133Z Downloaded document-features v0.2.12
6442026-03-17T21:10:07.133Z Downloaded async-stream-impl v0.3.6
6452026-03-17T21:10:07.137Z Downloaded crucible-workspace-hack v0.1.0
6462026-03-17T21:10:07.137Z Downloaded futures-macro v0.3.32
6472026-03-17T21:10:07.137Z Downloaded foldhash v0.1.5
6482026-03-17T21:10:07.141Z Downloaded futures-sink v0.3.32
6492026-03-17T21:10:07.142Z Downloaded foreign-types-shared v0.3.1
6502026-03-17T21:10:07.142Z Downloaded backon v1.6.0
6512026-03-17T21:10:07.145Z Downloaded drift v0.1.3
6522026-03-17T21:10:07.149Z Downloaded enum-as-inner v0.6.1
6532026-03-17T21:10:07.149Z Downloaded flagset v0.4.7
6542026-03-17T21:10:07.149Z Downloaded cookie_store v0.22.1
6552026-03-17T21:10:07.153Z Downloaded bzip2 v0.4.4
6562026-03-17T21:10:07.153Z Downloaded endian-type v0.1.2
6572026-03-17T21:10:07.155Z Downloaded debug-ignore v1.0.5
6582026-03-17T21:10:07.155Z Downloaded fxhash v0.2.1
6592026-03-17T21:10:07.155Z Downloaded git-stub v1.0.0
6602026-03-17T21:10:07.158Z Downloaded foreign-types v0.3.2
6612026-03-17T21:10:07.158Z Downloaded ghash v0.5.1
6622026-03-17T21:10:07.162Z Downloaded buf-list v1.1.2
6632026-03-17T21:10:07.162Z Downloaded hash32 v0.2.1
6642026-03-17T21:10:07.164Z Downloaded cipher v0.4.4
6652026-03-17T21:10:07.164Z Downloaded chacha20 v0.9.1
6662026-03-17T21:10:07.167Z Downloaded futures-task v0.3.32
6672026-03-17T21:10:07.167Z Downloaded gethostname v0.5.0
6682026-03-17T21:10:07.170Z Downloaded corncobs v0.1.4
6692026-03-17T21:10:07.170Z Downloaded fs-err v2.11.0
6702026-03-17T21:10:07.172Z Downloaded hash32 v0.3.1
6712026-03-17T21:10:07.176Z Downloaded headers-core v0.3.0
6722026-03-17T21:10:07.176Z Downloaded globwalk v0.9.1
6732026-03-17T21:10:07.176Z Downloaded downcast-rs v2.0.2
6742026-03-17T21:10:07.179Z Downloaded cbc v0.1.2
6752026-03-17T21:10:07.179Z Downloaded cassowary v0.3.0
6762026-03-17T21:10:07.179Z Downloaded constant_time_eq v0.4.2
6772026-03-17T21:10:07.182Z Downloaded derive_builder_core v0.20.2
6782026-03-17T21:10:07.185Z Downloaded daft v0.1.5
6792026-03-17T21:10:07.185Z Downloaded aes v0.8.4
6802026-03-17T21:10:07.188Z Downloaded fs_extra v1.3.0
6812026-03-17T21:10:07.191Z Downloaded fixedbitset v0.5.7
6822026-03-17T21:10:07.194Z Downloaded data-encoding v2.10.0
6832026-03-17T21:10:07.194Z Downloaded crunchy v0.2.4
6842026-03-17T21:10:07.194Z Downloaded fallible-iterator v0.2.0
6852026-03-17T21:10:07.196Z Downloaded foldhash v0.2.0
6862026-03-17T21:10:07.196Z Downloaded fixedbitset v0.4.2
6872026-03-17T21:10:07.199Z Downloaded either v1.15.0
6882026-03-17T21:10:07.199Z Downloaded hostname v0.3.1
6892026-03-17T21:10:07.202Z Downloaded hex-literal v0.4.1
6902026-03-17T21:10:07.202Z Downloaded csv-core v0.1.13
6912026-03-17T21:10:07.205Z Downloaded home v0.5.12
6922026-03-17T21:10:07.205Z Downloaded hubpack_derive v0.1.1
6932026-03-17T21:10:07.205Z Downloaded httpdate v1.0.3
6942026-03-17T21:10:07.208Z Downloaded console v0.16.2
6952026-03-17T21:10:07.208Z Downloaded futures-executor v0.3.32
6962026-03-17T21:10:07.211Z Downloaded des v0.8.1
6972026-03-17T21:10:07.211Z Downloaded dropshot-api-manager-types v0.6.0
6982026-03-17T21:10:07.214Z Downloaded der_derive v0.7.3
6992026-03-17T21:10:07.214Z Downloaded hubpack v0.1.2
7002026-03-17T21:10:07.216Z Downloaded hex v0.4.3
7012026-03-17T21:10:07.217Z Downloaded glob v0.3.3
7022026-03-17T21:10:07.219Z Downloaded cmake v0.1.57
7032026-03-17T21:10:07.219Z Downloaded hostname v0.4.2
7042026-03-17T21:10:07.235Z Downloaded is-terminal v0.4.17
7052026-03-17T21:10:07.238Z Downloaded inout v0.1.4
7062026-03-17T21:10:07.238Z Downloaded diesel-dtrace v0.5.0
7072026-03-17T21:10:07.240Z Downloaded deranged v0.5.8
7082026-03-17T21:10:07.243Z Downloaded ctr v0.9.2
7092026-03-17T21:10:07.243Z Downloaded crc32fast v1.5.0
7102026-03-17T21:10:07.246Z Downloaded indoc v1.0.9
7112026-03-17T21:10:07.248Z Downloaded globset v0.4.18
7122026-03-17T21:10:07.248Z Downloaded internet-checksum v0.2.1
7132026-03-17T21:10:07.251Z Downloaded is_ci v1.2.0
7142026-03-17T21:10:07.251Z Downloaded indent_write v2.2.0
7152026-03-17T21:10:07.251Z Downloaded git-stub-vcs v0.1.0
7162026-03-17T21:10:07.254Z Downloaded cancel-safe-futures v0.1.5
7172026-03-17T21:10:07.257Z Downloaded instant v0.1.13
7182026-03-17T21:10:07.257Z Downloaded instability v0.3.11
7192026-03-17T21:10:07.259Z Downloaded futures-channel v0.3.32
7202026-03-17T21:10:07.262Z Downloaded arc-swap v1.8.2
7212026-03-17T21:10:07.265Z Downloaded group v0.13.0
7222026-03-17T21:10:07.265Z Downloaded ecdsa v0.16.9
7232026-03-17T21:10:07.267Z Downloaded derive-ex v0.1.8
7242026-03-17T21:10:07.270Z Downloaded convert_case v0.10.0
7252026-03-17T21:10:07.270Z Downloaded const-oid v0.9.6
7262026-03-17T21:10:07.273Z Downloaded crc-any v2.5.0
7272026-03-17T21:10:07.276Z Downloaded lru-cache v0.1.2
7282026-03-17T21:10:07.276Z Downloaded linked-hash-map v0.5.6
7292026-03-17T21:10:07.276Z Downloaded libscf-sys v1.1.0
7302026-03-17T21:10:07.278Z Downloaded lru v0.12.5
7312026-03-17T21:10:07.278Z Downloaded fatfs v0.3.6
7322026-03-17T21:10:07.281Z Downloaded derive_more v0.99.20
7332026-03-17T21:10:07.284Z Downloaded kstat-rs v0.2.4
7342026-03-17T21:10:07.287Z Downloaded darling v0.21.3
7352026-03-17T21:10:07.291Z Downloaded match_cfg v0.1.0
7362026-03-17T21:10:07.294Z Downloaded memoffset v0.9.1
7372026-03-17T21:10:07.294Z Downloaded mime v0.3.17
7382026-03-17T21:10:07.294Z Downloaded md5 v0.7.0
7392026-03-17T21:10:07.297Z Downloaded maybe-uninit v2.0.0
7402026-03-17T21:10:07.298Z Downloaded managed v0.8.0
7412026-03-17T21:10:07.298Z Downloaded http-body-util v0.1.3
7422026-03-17T21:10:07.301Z Downloaded highway v1.3.0
7432026-03-17T21:10:07.301Z Downloaded hyper-tls v0.6.0
7442026-03-17T21:10:07.304Z Downloaded maplit v1.0.2
7452026-03-17T21:10:07.304Z Downloaded multimap v0.10.1
7462026-03-17T21:10:07.305Z Downloaded nibble_vec v0.1.0
7472026-03-17T21:10:07.308Z Downloaded newtype_derive v0.1.6
7482026-03-17T21:10:07.308Z Downloaded humantime v2.3.0
7492026-03-17T21:10:07.311Z Downloaded const_format v0.2.35
7502026-03-17T21:10:07.314Z Downloaded cookie v0.18.1
7512026-03-17T21:10:07.315Z Downloaded darling v0.23.0
7522026-03-17T21:10:07.319Z Downloaded normalize-line-endings v0.3.0
7532026-03-17T21:10:07.322Z Downloaded num v0.4.3
7542026-03-17T21:10:07.322Z Downloaded keccak v0.1.6
7552026-03-17T21:10:07.323Z Downloaded getrandom v0.2.17
7562026-03-17T21:10:07.326Z Downloaded base64 v0.22.1
7572026-03-17T21:10:07.330Z Downloaded libsw v3.5.0
7582026-03-17T21:10:07.330Z Downloaded libloading v0.8.9
7592026-03-17T21:10:07.333Z Downloaded new_debug_unreachable v1.0.6
7602026-03-17T21:10:07.333Z Downloaded nodrop v0.1.14
7612026-03-17T21:10:07.333Z Downloaded newtype-uuid-macros v0.1.0
7622026-03-17T21:10:07.336Z Downloaded ipnet v2.11.0
7632026-03-17T21:10:07.336Z Downloaded jobserver v0.1.34
7642026-03-17T21:10:07.340Z Downloaded nonempty v0.12.0
7652026-03-17T21:10:07.340Z Downloaded diff v0.1.13
7662026-03-17T21:10:07.342Z Downloaded lru-slab v0.1.2
7672026-03-17T21:10:07.342Z Downloaded ipnetwork v0.21.1
7682026-03-17T21:10:07.345Z Downloaded num-iter v0.1.45
7692026-03-17T21:10:07.345Z Downloaded ingot v0.1.1
7702026-03-17T21:10:07.348Z Downloaded openssl-probe v0.1.6
7712026-03-17T21:10:07.348Z Downloaded impl-trait-for-tuples v0.2.3
7722026-03-17T21:10:07.350Z Downloaded num-conv v0.2.0
7732026-03-17T21:10:07.353Z Downloaded iana-time-zone v0.1.65
7742026-03-17T21:10:07.356Z Downloaded linear-map v1.2.0
7752026-03-17T21:10:07.357Z Downloaded lock_api v0.4.14
7762026-03-17T21:10:07.360Z Downloaded libefi-sys v0.1.0
7772026-03-17T21:10:07.360Z Downloaded olpc-cjson v0.1.4
7782026-03-17T21:10:07.360Z Downloaded num-derive v0.4.2
7792026-03-17T21:10:07.363Z Downloaded openssl-probe v0.2.1
7802026-03-17T21:10:07.363Z Downloaded openssl-macros v0.1.1
7812026-03-17T21:10:07.363Z Downloaded num-derive v0.3.3
7822026-03-17T21:10:07.366Z Downloaded num_threads v0.1.7
7832026-03-17T21:10:07.366Z Downloaded opaque-debug v0.3.1
7842026-03-17T21:10:07.369Z Downloaded num_enum_derive v0.5.11
7852026-03-17T21:10:07.369Z Downloaded darling_core v0.21.3
7862026-03-17T21:10:07.373Z Downloaded nanorand v0.7.0
7872026-03-17T21:10:07.377Z Downloaded hickory-client v0.25.2
7882026-03-17T21:10:07.377Z Downloaded parse-size v1.1.0
7892026-03-17T21:10:07.380Z Downloaded oso-derive v0.27.3
7902026-03-17T21:10:07.380Z Downloaded multer v3.1.0
7912026-03-17T21:10:07.380Z Downloaded packed_struct_codegen v0.10.1
7922026-03-17T21:10:07.383Z Downloaded nu-ansi-term v0.50.3
7932026-03-17T21:10:07.383Z Downloaded ingot-types v0.1.2
7942026-03-17T21:10:07.385Z Downloaded mime_guess v2.0.5
7952026-03-17T21:10:07.388Z Downloaded libsw-core v0.3.2
7962026-03-17T21:10:07.388Z Downloaded num-complex v0.4.6
7972026-03-17T21:10:07.391Z Downloaded ingot-macros v0.1.1
7982026-03-17T21:10:07.391Z Downloaded newtype-uuid v1.3.2
7992026-03-17T21:10:07.394Z Downloaded hyper-rustls v0.27.7
8002026-03-17T21:10:07.394Z Downloaded half v2.7.1
8012026-03-17T21:10:07.397Z Downloaded crossterm v0.28.1
8022026-03-17T21:10:07.401Z Downloaded getrandom v0.3.4
8032026-03-17T21:10:07.404Z Downloaded httparse v1.10.1
8042026-03-17T21:10:07.407Z Downloaded native-tls v0.2.18
8052026-03-17T21:10:07.409Z Downloaded indoc v2.0.7
8062026-03-17T21:10:07.412Z Downloaded peg-runtime v0.8.5
8072026-03-17T21:10:07.412Z Downloaded darling v0.20.11
8082026-03-17T21:10:07.415Z Downloaded phf_shared v0.13.1
8092026-03-17T21:10:07.417Z Downloaded pbkdf2 v0.12.2
8102026-03-17T21:10:07.417Z Downloaded phf_shared v0.12.1
8112026-03-17T21:10:07.420Z Downloaded num-integer v0.1.46
8122026-03-17T21:10:07.420Z Downloaded bytes v1.11.1
8132026-03-17T21:10:07.426Z Downloaded num_enum v0.7.5
8142026-03-17T21:10:07.428Z Downloaded memmap2 v0.9.10
8152026-03-17T21:10:07.431Z Downloaded base64 v0.21.7
8162026-03-17T21:10:07.435Z Downloaded pin-utils v0.1.0
8172026-03-17T21:10:07.438Z Downloaded oxnet v0.1.4
8182026-03-17T21:10:07.438Z Downloaded num_enum v0.5.11
8192026-03-17T21:10:07.442Z Downloaded litrs v1.0.0
8202026-03-17T21:10:07.446Z Downloaded num_enum_derive v0.7.5
8212026-03-17T21:10:07.446Z Downloaded crypto-bigint v0.5.5
8222026-03-17T21:10:07.451Z Downloaded predicates-tree v1.0.13
8232026-03-17T21:10:07.451Z Downloaded proc-macro-crate v3.4.0
8242026-03-17T21:10:07.455Z Downloaded powerfmt v0.2.0
8252026-03-17T21:10:07.455Z Downloaded predicates-core v1.0.10
8262026-03-17T21:10:07.455Z Downloaded precomputed-hash v0.1.1
8272026-03-17T21:10:07.458Z Downloaded heapless v0.8.0
8282026-03-17T21:10:07.458Z Downloaded ignore v0.4.25
8292026-03-17T21:10:07.461Z Downloaded parse-display v0.10.0
8302026-03-17T21:10:07.461Z Downloaded progenitor-client v0.10.0
8312026-03-17T21:10:07.464Z Downloaded progenitor-macro v0.11.2
8322026-03-17T21:10:07.464Z Downloaded progenitor-macro v0.10.0
8332026-03-17T21:10:07.464Z Downloaded progenitor-client v0.11.2
8342026-03-17T21:10:07.467Z Downloaded parking_lot_core v0.8.6
8352026-03-17T21:10:07.467Z Downloaded oxide-tokio-rt v0.1.3
8362026-03-17T21:10:07.469Z Downloaded owo-colors v4.3.0
8372026-03-17T21:10:07.472Z Downloaded proc-macro-crate v1.3.1
8382026-03-17T21:10:07.472Z Downloaded hmac v0.12.1
8392026-03-17T21:10:07.475Z Downloaded peg-macros v0.8.5
8402026-03-17T21:10:07.475Z Downloaded num-rational v0.4.2
8412026-03-17T21:10:07.478Z Downloaded pbkdf2 v0.11.0
8422026-03-17T21:10:07.481Z Downloaded darling_core v0.23.0
8432026-03-17T21:10:07.483Z Downloaded peg v0.8.5
8442026-03-17T21:10:07.487Z Downloaded phf_shared v0.11.3
8452026-03-17T21:10:07.490Z Downloaded psl-types v2.0.11
8462026-03-17T21:10:07.490Z Downloaded parse-display-derive v0.10.0
8472026-03-17T21:10:07.490Z Downloaded password-hash v0.4.2
8482026-03-17T21:10:07.492Z Downloaded paste v1.0.15
8492026-03-17T21:10:07.495Z Downloaded radium v0.7.0
8502026-03-17T21:10:07.495Z Downloaded password-hash v0.5.0
8512026-03-17T21:10:07.498Z Downloaded quick-error v1.2.3
8522026-03-17T21:10:07.498Z Downloaded progenitor-macro v0.13.0
8532026-03-17T21:10:07.498Z Downloaded omicron-zone-package v0.12.2
8542026-03-17T21:10:07.501Z Downloaded rand_chacha v0.3.1
8552026-03-17T21:10:07.504Z Downloaded pkg-config v0.3.32
8562026-03-17T21:10:07.504Z Downloaded indexmap v1.9.3
8572026-03-17T21:10:07.506Z Downloaded pem-rfc7468 v0.7.0
8582026-03-17T21:10:07.509Z Downloaded polyval v0.6.2
8592026-03-17T21:10:07.512Z Downloaded flume v0.11.1
8602026-03-17T21:10:07.515Z Downloaded phf v0.13.1
8612026-03-17T21:10:07.515Z Downloaded derive_more v2.1.1
8622026-03-17T21:10:07.524Z Downloaded recursive-proc-macro-impl v0.1.1
8632026-03-17T21:10:07.527Z Downloaded libbz2-rs-sys v0.2.2
8642026-03-17T21:10:07.527Z Downloaded indicatif v0.18.4
8652026-03-17T21:10:07.530Z Downloaded proc-macro-error-attr2 v2.0.0
8662026-03-17T21:10:07.533Z Downloaded rand_xorshift v0.4.0
8672026-03-17T21:10:07.534Z Downloaded progenitor-extras v0.1.1
8682026-03-17T21:10:07.534Z Downloaded progenitor-client v0.13.0
8692026-03-17T21:10:07.537Z Downloaded recursive v0.1.1
8702026-03-17T21:10:07.537Z Downloaded progenitor v0.11.2
8712026-03-17T21:10:07.537Z Downloaded pin-project-lite v0.2.17
8722026-03-17T21:10:07.541Z Downloaded rfc6979 v0.4.0
8732026-03-17T21:10:07.544Z Downloaded ref-cast-impl v1.0.25
8742026-03-17T21:10:07.544Z Downloaded ref-cast v1.0.25
8752026-03-17T21:10:07.547Z Downloaded primeorder v0.13.6
8762026-03-17T21:10:07.547Z Downloaded hickory-resolver v0.25.2
8772026-03-17T21:10:07.551Z Downloaded heapless v0.7.17
8782026-03-17T21:10:07.556Z Downloaded ppv-lite86 v0.2.21
8792026-03-17T21:10:07.556Z Downloaded parking_lot v0.12.5
8802026-03-17T21:10:07.562Z Downloaded hickory-resolver v0.24.4
8812026-03-17T21:10:07.563Z Downloaded rustc_version v0.4.1
8822026-03-17T21:10:07.567Z Downloaded proc-macro-error2 v2.0.1
8832026-03-17T21:10:07.567Z Downloaded rtoolbox v0.0.3
8842026-03-17T21:10:07.567Z Downloaded progenitor v0.13.0
8852026-03-17T21:10:07.571Z Downloaded rustc_version v0.1.7
8862026-03-17T21:10:07.571Z Downloaded rand_core v0.10.0
8872026-03-17T21:10:07.571Z Downloaded aes-gcm v0.10.3
8882026-03-17T21:10:07.574Z Downloaded ed25519-dalek v2.2.0
8892026-03-17T21:10:07.985Z Downloaded rand_seeder v0.4.0
8902026-03-17T21:10:07.985Z Downloaded rustc-hash v2.1.1
8912026-03-17T21:10:07.991Z Downloaded poly1305 v0.8.0
8922026-03-17T21:10:07.991Z Downloaded psm v0.1.30
8932026-03-17T21:10:07.991Z Downloaded russh-cryptovec v0.7.3
8942026-03-17T21:10:07.991Z Downloaded postcard v1.1.3
8952026-03-17T21:10:07.991Z Downloaded flate2 v1.1.9
8962026-03-17T21:10:07.991Z Downloaded postgres-types v0.2.12
8972026-03-17T21:10:07.991Z Downloaded p256 v0.13.2
8982026-03-17T21:10:07.991Z Downloaded salsa20 v0.10.2
8992026-03-17T21:10:07.991Z Downloaded same-file v1.0.6
9002026-03-17T21:10:07.991Z Downloaded rand_core v0.6.4
9012026-03-17T21:10:07.991Z Downloaded der v0.7.10
9022026-03-17T21:10:07.991Z Downloaded rand_chacha v0.9.0
9032026-03-17T21:10:07.992Z Downloaded scheduled-thread-pool v0.2.7
9042026-03-17T21:10:07.992Z Downloaded resolv-conf v0.7.6
9052026-03-17T21:10:07.992Z Downloaded pkcs8 v0.10.2
9062026-03-17T21:10:07.992Z Downloaded pkcs5 v0.7.1
9072026-03-17T21:10:07.992Z Downloaded scopeguard v1.2.0
9082026-03-17T21:10:07.992Z Downloaded sapling-renderdag v0.1.0
9092026-03-17T21:10:07.992Z Downloaded dropshot-api-manager v0.6.0
9102026-03-17T21:10:07.992Z Downloaded pkcs1 v0.7.5
9112026-03-17T21:10:07.992Z Downloaded expectorate v1.2.0
9122026-03-17T21:10:07.992Z Downloaded diesel_derives v2.3.7
9132026-03-17T21:10:07.992Z Downloaded scroll_derive v0.13.1
9142026-03-17T21:10:07.992Z Downloaded jiff-static v0.2.21
9152026-03-17T21:10:07.992Z Downloaded pin-project v1.1.11
9162026-03-17T21:10:07.992Z Downloaded serde_bytes v0.11.19
9172026-03-17T21:10:07.992Z Downloaded secrecy v0.10.3
9182026-03-17T21:10:07.992Z Downloaded secrecy v0.8.0
9192026-03-17T21:10:07.992Z Downloaded progenitor v0.10.0
9202026-03-17T21:10:07.992Z Downloaded minimal-lexical v0.2.1
9212026-03-17T21:10:07.993Z Downloaded serde-big-array v0.5.1
9222026-03-17T21:10:07.993Z Downloaded seq-macro v0.3.6
9232026-03-17T21:10:07.993Z Downloaded shell-words v1.1.1
9242026-03-17T21:10:07.993Z Downloaded serde_spanned v1.0.4
9252026-03-17T21:10:07.993Z Downloaded serde_repr v0.1.20
9262026-03-17T21:10:07.993Z Downloaded serde_urlencoded v0.7.1
9272026-03-17T21:10:07.993Z Downloaded serde_plain v1.0.2
9282026-03-17T21:10:07.993Z Downloaded semver v0.1.20
9292026-03-17T21:10:07.993Z Downloaded rand_core v0.9.5
9302026-03-17T21:10:07.993Z Downloaded r2d2 v0.8.10
9312026-03-17T21:10:07.993Z Downloaded quinn-udp v0.5.14
9322026-03-17T21:10:07.993Z Downloaded parking_lot v0.11.2
9332026-03-17T21:10:07.993Z Downloaded hashbrown v0.13.2
9342026-03-17T21:10:07.993Z Downloaded slog-envlogger v2.2.0
9352026-03-17T21:10:07.993Z Downloaded siphasher v1.0.2
9362026-03-17T21:10:07.993Z Downloaded rustls-native-certs v0.8.3
9372026-03-17T21:10:07.993Z Downloaded rustversion v1.0.22
9382026-03-17T21:10:07.993Z Downloaded rustls-pemfile v2.2.0
9392026-03-17T21:10:07.993Z Downloaded sha1 v0.10.6
9402026-03-17T21:10:07.993Z Downloaded rustls-pemfile v1.0.4
9412026-03-17T21:10:07.993Z Downloaded sigpipe v0.1.3
9422026-03-17T21:10:07.993Z Downloaded papergrid v0.17.0
9432026-03-17T21:10:07.993Z Downloaded rusty-fork v0.3.1
9442026-03-17T21:10:07.993Z Downloaded signal-hook-tokio v0.3.1
9452026-03-17T21:10:07.993Z Downloaded signature v2.2.0
9462026-03-17T21:10:07.993Z Downloaded scrypt v0.11.0
9472026-03-17T21:10:07.993Z Downloaded schemars_derive v0.8.22
9482026-03-17T21:10:07.993Z Downloaded signal-hook-mio v0.2.5
9492026-03-17T21:10:07.993Z Downloaded oso v0.27.3
9502026-03-17T21:10:07.993Z Downloaded headers v0.4.1
9512026-03-17T21:10:07.993Z Downloaded sec1 v0.7.3
9522026-03-17T21:10:07.993Z Downloaded derive_more-impl v2.1.1
9532026-03-17T21:10:07.993Z Downloaded dropshot_endpoint v0.16.7
9542026-03-17T21:10:07.993Z Downloaded russh-keys v0.45.0
9552026-03-17T21:10:07.993Z Downloaded scroll v0.13.0
9562026-03-17T21:10:07.994Z Downloaded parking_lot_core v0.9.12
9572026-03-17T21:10:07.994Z Downloaded slog-bunyan v2.5.0
9582026-03-17T21:10:07.994Z Downloaded serde-hex v0.1.0
9592026-03-17T21:10:07.994Z Downloaded predicates v3.1.4
9602026-03-17T21:10:07.994Z Downloaded openssl-sys v0.9.111
9612026-03-17T21:10:07.994Z Downloaded rustls-pki-types v1.14.0
9622026-03-17T21:10:07.994Z Downloaded miniz_oxide v0.8.9
9632026-03-17T21:10:07.994Z Downloaded hyper-util v0.1.20
9642026-03-17T21:10:07.994Z Downloaded serde_path_to_error v0.1.20
9652026-03-17T21:10:07.994Z Downloaded sqlparser_derive v0.5.0
9662026-03-17T21:10:07.994Z Downloaded serde_derive_internals v0.29.1
9672026-03-17T21:10:07.994Z Downloaded sct v0.7.1
9682026-03-17T21:10:07.994Z Downloaded postgres-protocol v0.6.10
9692026-03-17T21:10:07.994Z Downloaded pin-project-internal v1.1.11
9702026-03-17T21:10:07.994Z Downloaded strum v0.26.3
9712026-03-17T21:10:07.994Z Downloaded slog-json v2.6.1
9722026-03-17T21:10:07.994Z Downloaded signal-hook-registry v1.4.8
9732026-03-17T21:10:07.994Z Downloaded structmeta v0.3.0
9742026-03-17T21:10:07.994Z Downloaded shlex v1.3.0
9752026-03-17T21:10:07.994Z Downloaded phf v0.12.1
9762026-03-17T21:10:07.994Z Downloaded cc v1.2.56
9772026-03-17T21:10:07.994Z Downloaded progenitor-impl v0.13.0
9782026-03-17T21:10:07.994Z Downloaded progenitor-impl v0.11.2
9792026-03-17T21:10:07.994Z Downloaded ron v0.8.1
9802026-03-17T21:10:07.994Z Downloaded strum v0.27.2
9812026-03-17T21:10:07.994Z Downloaded ssh-encoding v0.2.0
9822026-03-17T21:10:07.994Z Downloaded strip-ansi-escapes v0.2.1
9832026-03-17T21:10:07.994Z Downloaded tap v1.0.1
9842026-03-17T21:10:07.994Z Downloaded structmeta-derive v0.3.0
9852026-03-17T21:10:07.994Z Downloaded sync_wrapper v1.0.2
9862026-03-17T21:10:07.994Z Downloaded smallvec v0.6.14
9872026-03-17T21:10:07.994Z Downloaded slog-stdlog v4.1.1
9882026-03-17T21:10:07.994Z Downloaded slog-scope v4.4.1
9892026-03-17T21:10:07.994Z Downloaded slog-dtrace v0.3.0
9902026-03-17T21:10:07.994Z Downloaded progenitor-impl v0.10.0
9912026-03-17T21:10:07.999Z Downloaded itertools v0.10.5
9922026-03-17T21:10:07.999Z Downloaded sync-ptr v0.1.4
9932026-03-17T21:10:07.999Z Downloaded supports-color v3.0.2
9942026-03-17T21:10:07.999Z Downloaded take_mut v0.2.2
9952026-03-17T21:10:07.999Z Downloaded tagptr v0.2.0
9962026-03-17T21:10:07.999Z Downloaded tabwriter v1.4.1
9972026-03-17T21:10:07.999Z Downloaded thiserror-impl-no-std v2.0.2
9982026-03-17T21:10:07.999Z Downloaded termtree v0.5.1
9992026-03-17T21:10:07.999Z Downloaded subtle v2.6.1
10002026-03-17T21:10:07.999Z Downloaded thread-id v5.1.0
10012026-03-17T21:10:07.999Z Downloaded snafu-derive v0.8.9
10022026-03-17T21:10:07.999Z Downloaded aho-corasick v1.1.4
10032026-03-17T21:10:07.999Z Downloaded slog-async v2.8.0
10042026-03-17T21:10:07.999Z Downloaded serde_with_macros v3.17.0
10052026-03-17T21:10:07.999Z Downloaded tinyvec_macros v0.1.1
10062026-03-17T21:10:07.999Z Downloaded testing_table v0.3.0
10072026-03-17T21:10:07.999Z Downloaded static_assertions v1.1.0
10082026-03-17T21:10:07.999Z Downloaded serde_cbor v0.11.2
10092026-03-17T21:10:07.999Z Downloaded string_cache v0.8.9
10102026-03-17T21:10:07.999Z Downloaded rayon-core v1.13.0
10112026-03-17T21:10:08.000Z Downloaded time-core v0.1.8
10122026-03-17T21:10:08.000Z Downloaded smf v0.2.3
10132026-03-17T21:10:08.000Z Downloaded slog-term v2.9.2
10142026-03-17T21:10:08.000Z Downloaded mio v1.1.1
10152026-03-17T21:10:08.000Z Downloaded slab v0.4.12
10162026-03-17T21:10:08.000Z Downloaded ryu v1.0.23
10172026-03-17T21:10:08.000Z Downloaded nom v7.1.3
10182026-03-17T21:10:08.000Z Downloaded prettyplease v0.2.37
10192026-03-17T21:10:08.000Z Downloaded stacker v0.1.23
10202026-03-17T21:10:08.000Z Downloaded strum_macros v0.26.4
10212026-03-17T21:10:08.000Z Downloaded tabled_derive v0.11.0
10222026-03-17T21:10:08.000Z Downloaded ssh-cipher v0.2.0
10232026-03-17T21:10:08.000Z Downloaded http v1.4.0
10242026-03-17T21:10:08.000Z Downloaded strum_macros v0.24.3
10252026-03-17T21:10:08.000Z Downloaded spki v0.7.3
10262026-03-17T21:10:08.000Z Downloaded hickory-server v0.25.2
10272026-03-17T21:10:08.000Z Downloaded rcgen v0.12.1
10282026-03-17T21:10:08.000Z Downloaded simd-adler32 v0.3.8
10292026-03-17T21:10:08.001Z Downloaded packed_struct v0.10.1
10302026-03-17T21:10:08.001Z Downloaded pem v3.0.6
10312026-03-17T21:10:08.001Z Downloaded stringprep v0.1.5
10322026-03-17T21:10:08.001Z Downloaded darling_core v0.20.11
10332026-03-17T21:10:08.001Z Downloaded rand v0.8.5
10342026-03-17T21:10:08.001Z Downloaded termios v0.3.3
10352026-03-17T21:10:08.001Z Downloaded hashbrown v0.12.3
10362026-03-17T21:10:08.001Z Downloaded qorb v0.4.1
10372026-03-17T21:10:08.001Z Downloaded path-slash v0.1.5
10382026-03-17T21:10:08.001Z Downloaded elliptic-curve v0.13.8
10392026-03-17T21:10:08.001Z Downloaded sqlformat v0.3.5
10402026-03-17T21:10:08.001Z Downloaded topological-sort v0.2.2
10412026-03-17T21:10:08.001Z Downloaded serde_yaml v0.9.34+deprecated
10422026-03-17T21:10:08.001Z Downloaded tower-layer v0.3.3
10432026-03-17T21:10:08.001Z Downloaded derive-where v1.6.0
10442026-03-17T21:10:08.001Z Downloaded bumpalo v3.20.2
10452026-03-17T21:10:08.001Z Downloaded futures v0.3.32
10462026-03-17T21:10:08.001Z Downloaded rustls-platform-verifier v0.6.2
10472026-03-17T21:10:08.001Z Downloaded tls_codec v0.4.2
10482026-03-17T21:10:08.001Z Downloaded try-lock v0.2.5
10492026-03-17T21:10:08.001Z Downloaded tower-service v0.3.3
10502026-03-17T21:10:08.001Z Downloaded typify-macro v0.6.1
10512026-03-17T21:10:08.001Z Downloaded thiserror-no-std v2.0.2
10522026-03-17T21:10:08.001Z Downloaded iri-string v0.7.10
10532026-03-17T21:10:08.001Z Downloaded tokio-dtrace v0.1.1
10542026-03-17T21:10:08.001Z Downloaded tiny-keccak v2.0.2
10552026-03-17T21:10:08.001Z Downloaded num-bigint-dig v0.8.6
10562026-03-17T21:10:08.001Z Downloaded unarray v0.1.4
10572026-03-17T21:10:08.001Z Downloaded tokio-rustls v0.25.0
10582026-03-17T21:10:08.001Z Downloaded tokio-native-tls v0.3.1
10592026-03-17T21:10:08.001Z Downloaded universal-hash v0.5.1
10602026-03-17T21:10:08.002Z Downloaded unit-prefix v0.5.2
10612026-03-17T21:10:08.002Z Downloaded untrusted v0.7.1
10622026-03-17T21:10:08.002Z Downloaded unicode-truncate v1.1.0
10632026-03-17T21:10:08.002Z Downloaded strum_macros v0.27.2
10642026-03-17T21:10:08.002Z Downloaded utf-8 v0.7.6
10652026-03-17T21:10:08.002Z Downloaded futures-util v0.3.32
10662026-03-17T21:10:08.002Z Downloaded tls_codec_derive v0.4.2
10672026-03-17T21:10:08.002Z Downloaded quinn v0.11.9
10682026-03-17T21:10:08.002Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10692026-03-17T21:10:08.002Z Downloaded publicsuffix v2.3.0
10702026-03-17T21:10:08.002Z Downloaded rand v0.9.2
10712026-03-17T21:10:08.002Z Downloaded tokio-macros v2.6.0
10722026-03-17T21:10:08.002Z Downloaded signal-hook v0.3.18
10732026-03-17T21:10:08.002Z Downloaded itertools v0.13.0
10742026-03-17T21:10:08.002Z Downloaded usdt v0.6.0
10752026-03-17T21:10:08.002Z Downloaded void v1.0.2
10762026-03-17T21:10:08.002Z Downloaded untrusted v0.9.0
10772026-03-17T21:10:08.002Z Downloaded itertools v0.12.1
10782026-03-17T21:10:08.002Z Downloaded usdt-attr-macro v0.6.0
10792026-03-17T21:10:08.002Z Downloaded typify-macro v0.4.3
10802026-03-17T21:10:08.002Z Downloaded tokio-tungstenite v0.21.0
10812026-03-17T21:10:08.002Z Downloaded tokio-tungstenite v0.23.1
10822026-03-17T21:10:08.002Z Downloaded usdt-macro v0.6.0
10832026-03-17T21:10:08.002Z Downloaded tui-tree-widget v0.23.1
10842026-03-17T21:10:08.002Z Downloaded term v1.2.1
10852026-03-17T21:10:08.002Z Downloaded support-bundle-viewer v0.1.2
10862026-03-17T21:10:08.002Z Downloaded rsa v0.9.10
10872026-03-17T21:10:08.002Z Downloaded term v0.7.0
10882026-03-17T21:10:08.002Z Downloaded tokio-rustls v0.24.1
10892026-03-17T21:10:08.002Z Downloaded unicase v2.9.0
10902026-03-17T21:10:08.002Z Downloaded slog v2.8.2
10912026-03-17T21:10:08.006Z Downloaded subprocess v0.2.15
10922026-03-17T21:10:08.006Z Downloaded libxml v0.3.3
10932026-03-17T21:10:08.006Z Downloaded tokio-rustls v0.26.4
10942026-03-17T21:10:08.006Z Downloaded blake3 v1.8.3
10952026-03-17T21:10:08.006Z Downloaded waitgroup v0.1.2
10962026-03-17T21:10:08.006Z Downloaded trait-variant v0.1.2
10972026-03-17T21:10:08.006Z Downloaded pretty_assertions v1.4.1
10982026-03-17T21:10:08.009Z Downloaded xshell-macros v0.2.7
10992026-03-17T21:10:08.009Z Downloaded xattr v1.6.1
11002026-03-17T21:10:08.009Z Downloaded toml_parser v1.0.9+spec-1.1.0
11012026-03-17T21:10:08.011Z Downloaded hashbrown v0.15.5
11022026-03-17T21:10:08.015Z Downloaded toml_writer v1.0.6+spec-1.1.0
11032026-03-17T21:10:08.018Z Downloaded socket2 v0.5.10
11042026-03-17T21:10:08.020Z Downloaded tracing-attributes v0.1.31
11052026-03-17T21:10:08.021Z Downloaded uzers v0.12.2
11062026-03-17T21:10:08.023Z Downloaded test-strategy v0.4.5
11072026-03-17T21:10:08.026Z Downloaded vsss-rs v3.3.4
11082026-03-17T21:10:08.029Z Downloaded itertools v0.14.0
11092026-03-17T21:10:08.033Z Downloaded vergen-lib v0.1.6
11102026-03-17T21:10:08.036Z Downloaded iddqd v0.3.17
11112026-03-17T21:10:08.039Z Downloaded want v0.3.1
11122026-03-17T21:10:08.042Z Downloaded walkdir v2.5.0
11132026-03-17T21:10:08.042Z Downloaded prefix-trie v0.7.0
11142026-03-17T21:10:08.045Z Downloaded time-macros v0.2.27
11152026-03-17T21:10:08.048Z Downloaded zone v0.3.1
11162026-03-17T21:10:08.048Z Downloaded thread_local v1.1.9
11172026-03-17T21:10:08.051Z Downloaded zone_cfg_derive v0.3.1
11182026-03-17T21:10:08.051Z Downloaded zeroize_derive v1.4.3
11192026-03-17T21:10:08.051Z Downloaded num-bigint v0.4.6
11202026-03-17T21:10:08.054Z Downloaded tokio-stream v0.1.18
11212026-03-17T21:10:08.057Z Downloaded rustls-webpki v0.103.9
11222026-03-17T21:10:08.060Z Downloaded similar v2.7.0
11232026-03-17T21:10:08.064Z Downloaded whoami v2.1.0
11242026-03-17T21:10:08.067Z Downloaded usdt-impl v0.6.0
11252026-03-17T21:10:08.069Z Downloaded vergen-gitcl v1.0.8
11262026-03-17T21:10:08.069Z Downloaded samael v0.0.19
11272026-03-17T21:10:08.073Z Downloaded vergen-git2 v1.0.7
11282026-03-17T21:10:08.076Z Downloaded toml v0.9.12+spec-1.1.0
11292026-03-17T21:10:08.080Z Downloaded tar v0.4.44
11302026-03-17T21:10:08.084Z Downloaded libm v0.2.16
11312026-03-17T21:10:08.088Z Downloaded xz2 v0.1.7
11322026-03-17T21:10:08.097Z Downloaded snafu v0.8.9
11332026-03-17T21:10:08.101Z Downloaded tinyvec v1.10.0
11342026-03-17T21:10:08.101Z Downloaded schemars v0.9.0
11352026-03-17T21:10:08.105Z Downloaded twox-hash v2.1.2
11362026-03-17T21:10:08.107Z Downloaded whoami v1.6.1
11372026-03-17T21:10:08.110Z Downloaded tungstenite v0.23.0
11382026-03-17T21:10:08.113Z Downloaded zstd-safe v7.2.4
11392026-03-17T21:10:08.113Z Downloaded hyper v1.8.1
11402026-03-17T21:10:08.159Z Downloaded unicode-bidi v0.3.18
11412026-03-17T21:10:08.159Z Downloaded ron v0.12.0
11422026-03-17T21:10:08.159Z Downloaded wyz v0.5.1
11432026-03-17T21:10:08.159Z Downloaded unicode-properties v0.1.4
11442026-03-17T21:10:08.160Z Downloaded hkdf v0.12.4
11452026-03-17T21:10:08.160Z Downloaded toml_edit v0.23.10+spec-1.0.0
11462026-03-17T21:10:08.160Z Downloaded h2 v0.4.13
11472026-03-17T21:10:08.160Z Downloaded zeroize v1.8.2
11482026-03-17T21:10:08.160Z Downloaded wait-timeout v0.2.1
11492026-03-17T21:10:08.161Z Downloaded vergen v9.0.6
11502026-03-17T21:10:08.161Z Downloaded toml v0.7.8
11512026-03-17T21:10:08.161Z Downloaded zstd v0.13.3
11522026-03-17T21:10:08.161Z Downloaded rand v0.10.0
11532026-03-17T21:10:08.161Z Downloaded schemars v1.2.1
11542026-03-17T21:10:08.164Z Downloaded tungstenite v0.21.0
11552026-03-17T21:10:08.167Z Downloaded tracing-core v0.1.36
11562026-03-17T21:10:08.170Z Downloaded socket2 v0.6.2
11572026-03-17T21:10:08.170Z Downloaded reedline v0.40.0
11582026-03-17T21:10:08.175Z Downloaded typify v0.4.3
11592026-03-17T21:10:08.178Z Downloaded steno v0.4.1
11602026-03-17T21:10:08.181Z Downloaded uuid v1.21.0
11612026-03-17T21:10:08.183Z Downloaded aws-lc-rs v1.16.0
11622026-03-17T21:10:08.193Z Downloaded zerocopy v0.6.6
11632026-03-17T21:10:08.196Z Downloaded git2 v0.20.4
11642026-03-17T21:10:08.200Z Downloaded yasna v0.5.2
11652026-03-17T21:10:08.203Z Downloaded xshell v0.2.7
11662026-03-17T21:10:08.205Z Downloaded bindgen v0.71.1
11672026-03-17T21:10:08.208Z Downloaded zopfli v0.8.3
11682026-03-17T21:10:08.211Z Downloaded vte v0.14.1
11692026-03-17T21:10:08.214Z Downloaded reqwest v0.12.28
11702026-03-17T21:10:08.217Z Downloaded toml_edit v0.19.15
11712026-03-17T21:10:08.230Z Downloaded rpassword v7.4.0
11722026-03-17T21:10:08.234Z Downloaded reqwest v0.13.2
11732026-03-17T21:10:08.236Z Downloaded p521 v0.13.3
11742026-03-17T21:10:08.239Z Downloaded typify v0.6.1
11752026-03-17T21:10:08.242Z Downloaded bitvec v1.0.1
11762026-03-17T21:10:08.253Z Downloaded tokio-postgres v0.7.16
11772026-03-17T21:10:08.256Z Downloaded russh v0.45.0
11782026-03-17T21:10:08.261Z Downloaded unicode_categories v0.1.1
11792026-03-17T21:10:08.265Z Downloaded rustyline v14.0.0
11802026-03-17T21:10:08.268Z Downloaded spin v0.9.8
11812026-03-17T21:10:08.272Z Downloaded schemars v0.8.22
11822026-03-17T21:10:08.278Z Downloaded zerocopy-derive v0.8.40
11832026-03-17T21:10:08.283Z Downloaded rustls-webpki v0.101.7
11842026-03-17T21:10:08.294Z Downloaded salty v0.3.0
11852026-03-17T21:10:08.300Z Downloaded zip v0.6.6
11862026-03-17T21:10:08.303Z Downloaded yansi v1.0.1
11872026-03-17T21:10:08.305Z Downloaded unsafe-libyaml v0.2.11
11882026-03-17T21:10:08.308Z Downloaded unicode-segmentation v1.12.0
11892026-03-17T21:10:08.311Z Downloaded moka v0.12.13
11902026-03-17T21:10:08.316Z Downloaded regex v1.12.3
11912026-03-17T21:10:08.320Z Downloaded chrono v0.4.44
11922026-03-17T21:10:08.325Z Downloaded tower v0.5.3
11932026-03-17T21:10:08.333Z Downloaded x509-cert v0.2.5
11942026-03-17T21:10:08.338Z Downloaded unicode-normalization v0.1.25
11952026-03-17T21:10:08.341Z Downloaded tower-http v0.6.8
11962026-03-17T21:10:08.346Z Downloaded rustls-webpki v0.102.8
11972026-03-17T21:10:08.360Z Downloaded zip v4.6.1
11982026-03-17T21:10:08.364Z Downloaded ssh-key v0.6.7
11992026-03-17T21:10:08.370Z Downloaded proptest v1.10.0
12002026-03-17T21:10:08.377Z Downloaded typed-path v0.9.3
12012026-03-17T21:10:08.382Z Downloaded serde_with v3.17.0
12022026-03-17T21:10:08.392Z Downloaded quick-xml v0.37.5
12032026-03-17T21:10:08.401Z Downloaded portable-atomic v1.13.1
12042026-03-17T21:10:08.408Z Downloaded winnow v0.5.40
12052026-03-17T21:10:08.413Z Downloaded rayon v1.11.0
12062026-03-17T21:10:08.416Z Downloaded polar-core v0.27.3
12072026-03-17T21:10:08.423Z Downloaded goblin v0.10.5
12082026-03-17T21:10:08.428Z Downloaded p384 v0.13.1
12092026-03-17T21:10:08.432Z Downloaded tokio-util v0.7.18
12102026-03-17T21:10:08.438Z Downloaded lalrpop v0.19.12
12112026-03-17T21:10:08.446Z Downloaded bstr v1.12.1
12122026-03-17T21:10:08.453Z Downloaded tough v0.20.0
12132026-03-17T21:10:08.459Z Downloaded derive_builder v0.20.2
12142026-03-17T21:10:08.463Z Downloaded console v0.15.11
12152026-03-17T21:10:08.465Z Downloaded chacha20poly1305 v0.10.1
12162026-03-17T21:10:08.468Z Downloaded newline-converter v0.3.0
12172026-03-17T21:10:08.468Z Downloaded hyper-staticfile v0.10.1
12182026-03-17T21:10:08.471Z Downloaded half v1.8.3
12192026-03-17T21:10:08.471Z Downloaded ciborium v0.2.2
12202026-03-17T21:10:08.475Z Downloaded petname v2.0.2
12212026-03-17T21:10:08.478Z Downloaded md-5 v0.10.6
12222026-03-17T21:10:08.478Z Downloaded lzss v0.8.2
12232026-03-17T21:10:08.480Z Downloaded crossbeam-channel v0.5.15
12242026-03-17T21:10:08.483Z Downloaded lalrpop-util v0.19.12
12252026-03-17T21:10:08.483Z Downloaded lazy_static v1.5.0
12262026-03-17T21:10:08.486Z Downloaded allocator-api2 v0.2.21
12272026-03-17T21:10:08.486Z Downloaded ident_case v1.0.1
12282026-03-17T21:10:08.489Z Downloaded http-range v0.1.5
12292026-03-17T21:10:08.489Z Downloaded http-body v1.0.1
12302026-03-17T21:10:08.489Z Downloaded filetime v0.2.27
12312026-03-17T21:10:08.492Z Downloaded erased-serde v0.3.31
12322026-03-17T21:10:08.492Z Downloaded zlib-rs v0.6.2
12332026-03-17T21:10:08.495Z Downloaded curve25519-dalek v4.1.3
12342026-03-17T21:10:08.502Z Downloaded object v0.30.4
12352026-03-17T21:10:08.509Z Downloaded smoltcp v0.9.1
12362026-03-17T21:10:08.517Z Downloaded nix v0.31.1
12372026-03-17T21:10:08.526Z Downloaded quinn-proto v0.11.13
12382026-03-17T21:10:08.532Z Downloaded webpki-roots v1.0.6
12392026-03-17T21:10:08.535Z Downloaded nix v0.27.1
12402026-03-17T21:10:08.543Z Downloaded hickory-proto v0.24.4
12412026-03-17T21:10:08.554Z Downloaded env_logger v0.11.9
12422026-03-17T21:10:08.557Z Downloaded bzip2 v0.6.1
12432026-03-17T21:10:08.560Z Downloaded blake2 v0.10.6
12442026-03-17T21:10:08.560Z Downloaded regress v0.10.5
12452026-03-17T21:10:08.567Z Downloaded async-bb8-diesel v0.2.1
12462026-03-17T21:10:08.571Z Downloaded ciborium-ll v0.2.2
12472026-03-17T21:10:08.571Z Downloaded cargo_metadata v0.19.2
12482026-03-17T21:10:08.574Z Downloaded blowfish v0.9.1
12492026-03-17T21:10:08.575Z Downloaded compact_str v0.8.1
12502026-03-17T21:10:08.575Z Downloaded winnow v0.6.26
12512026-03-17T21:10:08.582Z Downloaded rustls v0.22.4
12522026-03-17T21:10:08.591Z Downloaded radix_trie v0.2.1
12532026-03-17T21:10:08.595Z Downloaded zerocopy v0.8.40
12542026-03-17T21:10:08.602Z Downloaded rustls v0.23.37
12552026-03-17T21:10:08.612Z Downloaded hickory-proto v0.25.2
12562026-03-17T21:10:08.624Z Downloaded tabled v0.20.0
12572026-03-17T21:10:08.637Z Downloaded time v0.3.47
12582026-03-17T21:10:08.648Z Downloaded regex-syntax v0.6.29
12592026-03-17T21:10:08.653Z Downloaded openssl v0.10.75
12602026-03-17T21:10:08.660Z Downloaded rustls v0.21.12
12612026-03-17T21:10:08.669Z Downloaded vcpkg v0.2.15
12622026-03-17T21:10:08.699Z Downloaded nix v0.29.0
12632026-03-17T21:10:08.708Z Downloaded smoltcp v0.11.0
12642026-03-17T21:10:08.718Z Downloaded openapiv3 v2.2.0
12652026-03-17T21:10:08.727Z Downloaded diesel v2.3.7
12662026-03-17T21:10:08.742Z Downloaded object v0.37.3
12672026-03-17T21:10:08.751Z Downloaded tracing v0.1.44
12682026-03-17T21:10:08.768Z Downloaded nix v0.28.0
12692026-03-17T21:10:08.778Z Downloaded rustix v0.38.44
12702026-03-17T21:10:08.794Z Downloaded bzip2-sys v0.1.13+1.0.8
12712026-03-17T21:10:08.803Z Downloaded dropshot v0.16.7
12722026-03-17T21:10:08.820Z Downloaded regex-syntax v0.8.10
12732026-03-17T21:10:08.826Z Downloaded camino-tempfile-ext v0.3.3
12742026-03-17T21:10:08.829Z Downloaded argon2 v0.5.3
12752026-03-17T21:10:08.829Z Downloaded embedded-io v0.4.0
12762026-03-17T21:10:08.832Z Downloaded embedded-io v0.6.1
12772026-03-17T21:10:08.832Z Downloaded dirs-sys-next v0.1.2
12782026-03-17T21:10:08.832Z Downloaded darling_macro v0.23.0
12792026-03-17T21:10:08.834Z Downloaded const_format_proc_macros v0.2.34
12802026-03-17T21:10:08.835Z Downloaded colored v3.1.1
12812026-03-17T21:10:08.838Z Downloaded colored v2.2.0
12822026-03-17T21:10:08.841Z Downloaded chacha20 v0.10.0
12832026-03-17T21:10:08.841Z Downloaded sqlparser v0.61.0
12842026-03-17T21:10:08.847Z Downloaded cargo_toml v0.22.3
12852026-03-17T21:10:08.851Z Downloaded zerocopy-derive v0.6.6
12862026-03-17T21:10:08.856Z Downloaded bitfield v0.19.4
12872026-03-17T21:10:08.860Z Downloaded bit-set v0.8.0
12882026-03-17T21:10:08.860Z Downloaded arrayvec v0.7.6
12892026-03-17T21:10:08.860Z Downloaded futures-io v0.3.32
12902026-03-17T21:10:08.865Z Downloaded ff v0.13.1
12912026-03-17T21:10:08.865Z Downloaded ena v0.14.4
12922026-03-17T21:10:08.865Z Downloaded daft-derive v0.1.5
12932026-03-17T21:10:08.868Z Downloaded typify-impl v0.6.1
12942026-03-17T21:10:08.878Z Downloaded typify-impl v0.4.3
12952026-03-17T21:10:08.889Z Downloaded ratatui v0.29.0
12962026-03-17T21:10:08.906Z Downloaded petgraph v0.6.5
12972026-03-17T21:10:08.919Z Downloaded lzma-sys v0.1.20
12982026-03-17T21:10:08.940Z Downloaded regex-automata v0.4.14
12992026-03-17T21:10:08.952Z Downloaded chrono-tz v0.10.4
13002026-03-17T21:10:08.966Z Downloaded jiff v0.2.21
13012026-03-17T21:10:08.980Z Downloaded sled v0.34.7
13022026-03-17T21:10:08.988Z Downloaded petgraph v0.8.3
13032026-03-17T21:10:09.004Z Downloaded darling_macro v0.20.11
13042026-03-17T21:10:09.007Z Downloaded async-stream v0.3.6
13052026-03-17T21:10:09.007Z Downloaded defmt v1.0.1
13062026-03-17T21:10:09.010Z Downloaded bcrypt-pbkdf v0.10.0
13072026-03-17T21:10:09.010Z Downloaded env_filter v1.0.0
13082026-03-17T21:10:09.031Z Downloaded tokio v1.49.0
13092026-03-17T21:10:09.060Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13102026-03-17T21:10:09.074Z Downloaded csv v1.4.0
13112026-03-17T21:10:09.090Z Downloaded libz-sys v1.1.24
13122026-03-17T21:10:09.106Z Downloaded sha3 v0.10.8
13132026-03-17T21:10:09.133Z Downloaded encoding_rs v0.8.35
13142026-03-17T21:10:09.208Z Downloaded ring v0.17.14
13152026-03-17T21:10:09.269Z Downloaded libgit2-sys v0.18.3+1.9.2
13162026-03-17T21:10:09.794Z Downloaded aws-lc-sys v0.37.1
13172026-03-17T21:10:10.132Z Compiling libc v0.2.180
13182026-03-17T21:10:10.136Z Compiling serde v1.0.228
13192026-03-17T21:10:10.136Z Compiling log v0.4.29
13202026-03-17T21:10:10.136Z Compiling find-msvc-tools v0.1.9
13212026-03-17T21:10:10.136Z Compiling shlex v1.3.0
13222026-03-17T21:10:10.136Z Compiling smallvec v1.15.1
13232026-03-17T21:10:10.136Z Compiling typenum v1.19.0
13242026-03-17T21:10:10.136Z Compiling subtle v2.6.1
13252026-03-17T21:10:10.136Z Compiling generic-array v0.14.7
13262026-03-17T21:10:10.136Z Compiling scopeguard v1.2.0
13272026-03-17T21:10:10.136Z Compiling portable-atomic v1.13.1
13282026-03-17T21:10:10.410Z Compiling const-oid v0.9.6
13292026-03-17T21:10:10.429Z Compiling critical-section v1.2.0
13302026-03-17T21:10:10.473Z Compiling syn v2.0.117
13312026-03-17T21:10:10.492Z Compiling zerocopy v0.8.40
13322026-03-17T21:10:10.538Z Compiling parking_lot_core v0.9.12
13332026-03-17T21:10:10.581Z Compiling lock_api v0.4.14
13342026-03-17T21:10:10.584Z Compiling pin-project-lite v0.2.17
13352026-03-17T21:10:10.605Z Compiling serde_json v1.0.149
13362026-03-17T21:10:10.630Z Compiling pkg-config v0.3.32
13372026-03-17T21:10:10.649Z Compiling bitflags v2.11.0
13382026-03-17T21:10:10.673Z Compiling libm v0.2.16
13392026-03-17T21:10:10.719Z Compiling num-traits v0.2.19
13402026-03-17T21:10:10.785Z Compiling futures-core v0.3.32
13412026-03-17T21:10:10.808Z Compiling percent-encoding v2.3.2
13422026-03-17T21:10:10.877Z Compiling allocator-api2 v0.2.21
13432026-03-17T21:10:10.925Z Compiling futures-sink v0.3.32
13442026-03-17T21:10:11.114Z Compiling foldhash v0.2.0
13452026-03-17T21:10:11.116Z Compiling cpufeatures v0.2.17
13462026-03-17T21:10:11.138Z Compiling futures-io v0.3.32
13472026-03-17T21:10:11.182Z Compiling getrandom v0.4.1
13482026-03-17T21:10:11.250Z Compiling futures-channel v0.3.32
13492026-03-17T21:10:11.312Z Compiling slab v0.4.12
13502026-03-17T21:10:11.315Z Compiling futures-task v0.3.32
13512026-03-17T21:10:11.315Z Compiling rand_core v0.10.0
13522026-03-17T21:10:11.400Z Compiling hashbrown v0.16.1
13532026-03-17T21:10:11.462Z Compiling rustversion v1.0.22
13542026-03-17T21:10:11.462Z Compiling getrandom v0.3.4
13552026-03-17T21:10:11.506Z Compiling form_urlencoded v1.2.2
13562026-03-17T21:10:11.618Z Compiling getrandom v0.2.17
13572026-03-17T21:10:11.640Z Compiling jobserver v0.1.34
13582026-03-17T21:10:11.643Z Compiling errno v0.3.14
13592026-03-17T21:10:11.714Z Compiling mio v1.1.1
13602026-03-17T21:10:11.737Z Compiling socket2 v0.6.2
13612026-03-17T21:10:11.759Z Compiling base64ct v1.8.3
13622026-03-17T21:10:11.813Z Compiling rand_core v0.6.4
13632026-03-17T21:10:11.880Z Compiling signal-hook-registry v1.4.8
13642026-03-17T21:10:11.930Z Compiling cc v1.2.56
13652026-03-17T21:10:11.956Z Compiling parking_lot v0.12.5
13662026-03-17T21:10:12.109Z Compiling once_cell v1.21.3
13672026-03-17T21:10:12.218Z Compiling indexmap v2.13.0
13682026-03-17T21:10:12.218Z Compiling dunce v1.0.5
13692026-03-17T21:10:12.221Z Compiling ident_case v1.0.1
13702026-03-17T21:10:12.286Z Compiling fs_extra v1.3.0
13712026-03-17T21:10:12.311Z Compiling pem-rfc7468 v0.7.0
13722026-03-17T21:10:12.358Z Compiling flagset v0.4.7
13732026-03-17T21:10:12.361Z Compiling rustix v1.1.3
13742026-03-17T21:10:12.361Z Compiling iana-time-zone v0.1.65
13752026-03-17T21:10:12.430Z Compiling uuid v1.21.0
13762026-03-17T21:10:12.430Z Compiling rustc_version v0.4.1
13772026-03-17T21:10:12.473Z Compiling vcpkg v0.2.15
13782026-03-17T21:10:12.565Z Compiling regex-syntax v0.8.10
13792026-03-17T21:10:12.673Z Compiling aws-lc-rs v1.16.0
13802026-03-17T21:10:12.696Z Compiling tracing-core v0.1.36
13812026-03-17T21:10:12.773Z Compiling rand_core v0.9.5
13822026-03-17T21:10:12.850Z Compiling crossbeam-utils v0.8.21
13832026-03-17T21:10:12.895Z Compiling untrusted v0.7.1
13842026-03-17T21:10:12.942Z Compiling untrusted v0.9.0
13852026-03-17T21:10:13.054Z Compiling cmake v0.1.57
13862026-03-17T21:10:13.090Z Compiling schemars v0.8.22
13872026-03-17T21:10:13.094Z Compiling base64 v0.22.1
13882026-03-17T21:10:13.137Z Compiling syn v1.0.109
13892026-03-17T21:10:13.163Z Compiling openssl-probe v0.2.1
13902026-03-17T21:10:13.167Z Compiling httparse v1.10.1
13912026-03-17T21:10:13.210Z Compiling try-lock v0.2.5
13922026-03-17T21:10:13.366Z Compiling tower-layer v0.3.3
13932026-03-17T21:10:13.420Z Compiling rustls v0.23.37
13942026-03-17T21:10:13.424Z Compiling tower-service v0.3.3
13952026-03-17T21:10:13.463Z Compiling atomic-waker v1.1.2
13962026-03-17T21:10:13.520Z Compiling tinyvec_macros v0.1.1
13972026-03-17T21:10:13.562Z Compiling dyn-clone v1.0.20
13982026-03-17T21:10:13.588Z Compiling want v0.3.1
13992026-03-17T21:10:13.591Z Compiling spin v0.9.8
14002026-03-17T21:10:13.635Z Compiling tinyvec v1.10.0
14012026-03-17T21:10:13.660Z Compiling aho-corasick v1.1.4
14022026-03-17T21:10:13.681Z Compiling crc32fast v1.5.0
14032026-03-17T21:10:13.684Z Compiling openssl v0.10.75
14042026-03-17T21:10:13.684Z Compiling powerfmt v0.2.0
14052026-03-17T21:10:13.773Z Compiling httpdate v1.0.3
14062026-03-17T21:10:13.778Z Compiling num-conv v0.2.0
14072026-03-17T21:10:13.861Z Compiling foreign-types-shared v0.1.1
14082026-03-17T21:10:13.904Z Compiling time-core v0.1.8
14092026-03-17T21:10:14.015Z Compiling pin-utils v0.1.0
14102026-03-17T21:10:14.038Z Compiling foreign-types v0.3.2
14112026-03-17T21:10:14.038Z Compiling deranged v0.5.8
14122026-03-17T21:10:14.043Z Compiling wait-timeout v0.2.1
14132026-03-17T21:10:14.108Z Compiling usdt-impl v0.6.0
14142026-03-17T21:10:14.148Z Compiling quick-error v1.2.3
14152026-03-17T21:10:14.151Z Compiling bit-vec v0.8.0
14162026-03-17T21:10:14.151Z Compiling siphasher v1.0.2
14172026-03-17T21:10:14.173Z Compiling time-macros v0.2.27
14182026-03-17T21:10:14.196Z Compiling num_threads v0.1.7
14192026-03-17T21:10:14.239Z Compiling native-tls v0.2.18
14202026-03-17T21:10:14.264Z Compiling aws-lc-sys v0.37.1
14212026-03-17T21:10:14.310Z Compiling ring v0.17.14
14222026-03-17T21:10:14.313Z Compiling openssl-sys v0.9.111
14232026-03-17T21:10:14.378Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14242026-03-17T21:10:14.413Z Compiling simd-adler32 v0.3.8
14252026-03-17T21:10:14.452Z Compiling either v1.15.0
14262026-03-17T21:10:14.474Z Compiling bit-set v0.8.0
14272026-03-17T21:10:14.546Z Compiling bzip2-sys v0.1.13+1.0.8
14282026-03-17T21:10:14.574Z Compiling tempfile v3.25.0
14292026-03-17T21:10:14.712Z Compiling synstructure v0.13.2
14302026-03-17T21:10:14.754Z Compiling pest_generator v2.8.6
14312026-03-17T21:10:14.779Z Compiling serde_derive_internals v0.29.1
14322026-03-17T21:10:14.947Z Compiling darling_core v0.20.11
14332026-03-17T21:10:14.989Z Compiling regex-automata v0.4.14
14342026-03-17T21:10:15.109Z Compiling rusty-fork v0.3.1
14352026-03-17T21:10:15.519Z Compiling darling_core v0.21.3
14362026-03-17T21:10:15.593Z Compiling unicode-normalization v0.1.25
14372026-03-17T21:10:15.776Z Compiling crossbeam-epoch v0.9.18
14382026-03-17T21:10:15.785Z Compiling time v0.3.47
14392026-03-17T21:10:15.812Z Compiling slog v2.8.2
14402026-03-17T21:10:15.965Z Compiling rand_xorshift v0.4.0
14412026-03-17T21:10:16.031Z Compiling heapless v0.7.17
14422026-03-17T21:10:16.094Z Compiling thread-id v5.1.0
14432026-03-17T21:10:16.132Z Compiling sync_wrapper v1.0.2
14442026-03-17T21:10:16.151Z Compiling cookie v0.18.1
14452026-03-17T21:10:16.220Z Compiling paste v1.0.15
14462026-03-17T21:10:16.241Z Compiling adler2 v2.0.1
14472026-03-17T21:10:16.271Z Compiling unicode-segmentation v1.12.0
14482026-03-17T21:10:16.291Z Compiling unarray v0.1.4
14492026-03-17T21:10:16.296Z Compiling zstd-safe v7.2.4
14502026-03-17T21:10:16.360Z Compiling anyhow v1.0.102
14512026-03-17T21:10:16.414Z Compiling unicode-bidi v0.3.18
14522026-03-17T21:10:16.429Z Compiling rayon-core v1.13.0
14532026-03-17T21:10:16.452Z Compiling signal-hook v0.3.18
14542026-03-17T21:10:16.589Z Compiling unicode-properties v0.1.4
14552026-03-17T21:10:16.741Z Compiling miniz_oxide v0.8.9
14562026-03-17T21:10:16.791Z Compiling crossbeam-deque v0.8.6
14572026-03-17T21:10:16.851Z Compiling stringprep v0.1.5
14582026-03-17T21:10:16.957Z Compiling num-integer v0.1.46
14592026-03-17T21:10:17.050Z Compiling vergen-lib v0.1.6
14602026-03-17T21:10:17.107Z Compiling curve25519-dalek v4.1.3
14612026-03-17T21:10:17.167Z Compiling ff v0.13.1
14622026-03-17T21:10:17.297Z Compiling hash32 v0.2.1
14632026-03-17T21:10:17.357Z Compiling memoffset v0.9.1
14642026-03-17T21:10:17.378Z Compiling ryu v1.0.23
14652026-03-17T21:10:17.404Z Compiling serde_derive v1.0.228
14662026-03-17T21:10:17.477Z Compiling zeroize_derive v1.4.3
14672026-03-17T21:10:17.552Z Compiling zerofrom-derive v0.1.6
14682026-03-17T21:10:17.576Z Compiling yoke-derive v0.8.1
14692026-03-17T21:10:17.613Z Compiling zerocopy-derive v0.8.40
14702026-03-17T21:10:17.636Z Compiling zerovec-derive v0.11.2
14712026-03-17T21:10:17.640Z Compiling displaydoc v0.2.5
14722026-03-17T21:10:17.680Z Compiling tokio-macros v2.6.0
14732026-03-17T21:10:18.103Z Compiling futures-macro v0.3.32
14742026-03-17T21:10:18.356Z Compiling der_derive v0.7.3
14752026-03-17T21:10:18.408Z Compiling zeroize v1.8.2
14762026-03-17T21:10:18.689Z Compiling thiserror-impl v2.0.18
14772026-03-17T21:10:18.716Z Compiling rustls-pki-types v1.14.0
14782026-03-17T21:10:19.125Z Compiling tracing-attributes v0.1.31
14792026-03-17T21:10:19.247Z Compiling schemars_derive v0.8.22
14802026-03-17T21:10:19.270Z Compiling pest_derive v2.8.6
14812026-03-17T21:10:19.273Z Compiling futures-util v0.3.32
14822026-03-17T21:10:19.345Z Compiling scroll_derive v0.13.1
14832026-03-17T21:10:19.482Z Compiling crypto-common v0.1.7
14842026-03-17T21:10:19.578Z Compiling zerofrom v0.1.6
14852026-03-17T21:10:19.684Z Compiling block-buffer v0.10.4
14862026-03-17T21:10:19.706Z Compiling block-padding v0.3.3
14872026-03-17T21:10:19.727Z Compiling yoke v0.8.1
14882026-03-17T21:10:19.787Z Compiling der v0.7.10
14892026-03-17T21:10:19.874Z Compiling digest v0.10.7
14902026-03-17T21:10:19.924Z Compiling inout v0.1.4
14912026-03-17T21:10:19.945Z Compiling zerovec v0.11.5
14922026-03-17T21:10:19.989Z Compiling zerotrie v0.2.3
14932026-03-17T21:10:20.162Z Compiling cipher v0.4.4
14942026-03-17T21:10:20.238Z Compiling hmac v0.12.1
14952026-03-17T21:10:20.413Z Compiling sha2 v0.10.9
14962026-03-17T21:10:20.453Z Compiling pbkdf2 v0.12.2
14972026-03-17T21:10:20.479Z Compiling salsa20 v0.10.2
14982026-03-17T21:10:20.527Z Compiling cbc v0.1.2
14992026-03-17T21:10:20.555Z Compiling thiserror v2.0.18
15002026-03-17T21:10:20.611Z Compiling tinystr v0.8.2
15012026-03-17T21:10:20.645Z Compiling potential_utf v0.1.4
15022026-03-17T21:10:20.670Z Compiling aes v0.8.4
15032026-03-17T21:10:20.702Z Compiling scroll v0.13.0
15042026-03-17T21:10:20.734Z Compiling darling_macro v0.20.11
15052026-03-17T21:10:20.874Z Compiling icu_locale_core v2.1.1
15062026-03-17T21:10:20.907Z Compiling icu_collections v2.1.1
15072026-03-17T21:10:21.020Z Compiling spki v0.7.3
15082026-03-17T21:10:21.071Z Compiling scrypt v0.11.0
15092026-03-17T21:10:21.094Z Compiling tracing v0.1.44
15102026-03-17T21:10:21.132Z Compiling goblin v0.10.5
15112026-03-17T21:10:21.312Z Compiling pkcs5 v0.7.1
15122026-03-17T21:10:21.422Z Compiling darling v0.20.11
15132026-03-17T21:10:21.443Z Compiling openssl-macros v0.1.1
15142026-03-17T21:10:21.498Z Compiling thiserror-impl v1.0.69
15152026-03-17T21:10:21.542Z Compiling derive_builder_core v0.20.2
15162026-03-17T21:10:21.565Z Compiling dtrace-parser v0.3.0
15172026-03-17T21:10:21.683Z Compiling signature v2.2.0
15182026-03-17T21:10:21.762Z Compiling pkcs8 v0.10.2
15192026-03-17T21:10:21.928Z Compiling icu_provider v2.1.1
15202026-03-17T21:10:21.996Z Compiling rustls-native-certs v0.8.3
15212026-03-17T21:10:22.191Z Compiling scroll_derive v0.12.1
15222026-03-17T21:10:22.215Z Compiling md-5 v0.10.6
15232026-03-17T21:10:22.240Z Compiling darling_macro v0.21.3
15242026-03-17T21:10:22.349Z Compiling bytes v1.11.1
15252026-03-17T21:10:22.370Z Compiling icu_normalizer v2.1.1
15262026-03-17T21:10:22.401Z Compiling icu_properties v2.1.2
15272026-03-17T21:10:22.423Z Compiling chrono v0.4.44
15282026-03-17T21:10:22.449Z Compiling ipnet v2.11.0
15292026-03-17T21:10:22.601Z Compiling serde_tokenstream v0.2.3
15302026-03-17T21:10:22.656Z Compiling toml_datetime v0.6.11
15312026-03-17T21:10:22.797Z Compiling derive_builder_macro v0.20.2
15322026-03-17T21:10:22.885Z Compiling erased-serde v0.3.31
15332026-03-17T21:10:23.023Z Compiling serde_spanned v0.6.9
15342026-03-17T21:10:23.046Z Compiling tokio v1.49.0
15352026-03-17T21:10:23.126Z Compiling http v1.4.0
15362026-03-17T21:10:23.150Z Compiling scroll v0.12.0
15372026-03-17T21:10:23.173Z Compiling webpki-roots v1.0.6
15382026-03-17T21:10:23.231Z Compiling zerocopy-derive v0.7.35
15392026-03-17T21:10:23.255Z Compiling num-bigint-dig v0.8.6
15402026-03-17T21:10:23.280Z Compiling thiserror v1.0.69
15412026-03-17T21:10:23.342Z Compiling cfg_aliases v0.2.1
15422026-03-17T21:10:23.425Z Compiling rustix v0.38.44
15432026-03-17T21:10:23.478Z Compiling fallible-iterator v0.2.0
15442026-03-17T21:10:23.483Z Compiling base16ct v0.2.0
15452026-03-17T21:10:23.514Z Compiling zlib-rs v0.6.2
15462026-03-17T21:10:23.537Z Compiling smoltcp v0.9.1
15472026-03-17T21:10:23.634Z Compiling idna_adapter v1.2.1
15482026-03-17T21:10:23.715Z Compiling litrs v1.0.0
15492026-03-17T21:10:23.821Z Compiling idna v1.1.0
15502026-03-17T21:10:23.874Z Compiling iri-string v0.7.10
15512026-03-17T21:10:23.895Z Compiling ref-cast v1.0.25
15522026-03-17T21:10:24.010Z Compiling http-body v1.0.1
15532026-03-17T21:10:24.038Z Compiling ppv-lite86 v0.2.21
15542026-03-17T21:10:24.091Z Compiling psl-types v2.0.11
15552026-03-17T21:10:24.221Z Compiling url v2.5.8
15562026-03-17T21:10:24.269Z Compiling http-body-util v0.1.3
15572026-03-17T21:10:24.295Z Compiling publicsuffix v2.3.0
15582026-03-17T21:10:24.434Z Compiling zerocopy v0.7.35
15592026-03-17T21:10:24.437Z Compiling document-features v0.2.12
15602026-03-17T21:10:24.503Z Compiling rand_chacha v0.9.0
15612026-03-17T21:10:24.506Z Compiling rand_chacha v0.3.1
15622026-03-17T21:10:24.548Z Compiling sec1 v0.7.3
15632026-03-17T21:10:24.649Z Compiling goblin v0.8.2
15642026-03-17T21:10:24.684Z Compiling nix v0.31.1
15652026-03-17T21:10:24.733Z Compiling derive_builder v0.20.2
15662026-03-17T21:10:24.909Z Compiling rand v0.9.2
15672026-03-17T21:10:25.162Z Compiling dof v0.4.0
15682026-03-17T21:10:25.239Z Compiling rand v0.8.5
15692026-03-17T21:10:25.267Z Compiling darling v0.21.3
15702026-03-17T21:10:25.351Z Compiling serde_urlencoded v0.7.1
15712026-03-17T21:10:25.388Z Compiling cargo-platform v0.1.9
15722026-03-17T21:10:25.420Z Compiling hkdf v0.12.4
15732026-03-17T21:10:25.601Z Compiling hubpack_derive v0.1.1
15742026-03-17T21:10:25.684Z Compiling crypto-bigint v0.5.5
15752026-03-17T21:10:25.687Z Compiling regex v1.12.3
15762026-03-17T21:10:25.687Z Compiling proptest v1.10.0
15772026-03-17T21:10:25.743Z Compiling postgres-protocol v0.6.10
15782026-03-17T21:10:26.054Z Compiling ipnetwork v0.21.1
15792026-03-17T21:10:26.395Z Compiling oxnet v0.1.4
15802026-03-17T21:10:26.419Z Compiling strum_macros v0.27.2
15812026-03-17T21:10:26.532Z Compiling curve25519-dalek-derive v0.1.1
15822026-03-17T21:10:26.609Z Compiling ref-cast-impl v1.0.25
15832026-03-17T21:10:26.828Z Compiling daft-derive v0.1.5
15842026-03-17T21:10:26.889Z Compiling async-trait v0.1.89
15852026-03-17T21:10:26.945Z Compiling group v0.13.0
15862026-03-17T21:10:27.037Z Compiling num-iter v0.1.45
15872026-03-17T21:10:27.196Z Compiling proc-macro-error v1.0.4
15882026-03-17T21:10:27.318Z Compiling heck v0.4.1
15892026-03-17T21:10:27.424Z Compiling terminal_size v0.4.3
15902026-03-17T21:10:27.553Z Compiling phf_shared v0.13.1
15912026-03-17T21:10:27.619Z Compiling lazy_static v1.5.0
15922026-03-17T21:10:27.643Z Compiling vergen v9.0.6
15932026-03-17T21:10:27.666Z Compiling flate2 v1.1.9
15942026-03-17T21:10:27.670Z Compiling fs-err v3.3.0
15952026-03-17T21:10:27.753Z Compiling ahash v0.8.12
15962026-03-17T21:10:27.834Z Compiling object v0.37.3
15972026-03-17T21:10:27.895Z Compiling winnow v0.5.40
15982026-03-17T21:10:27.923Z Compiling bumpalo v3.20.2
15992026-03-17T21:10:27.948Z Compiling foldhash v0.1.5
16002026-03-17T21:10:28.014Z Compiling bitflags v1.3.2
16012026-03-17T21:10:28.040Z Compiling libbz2-rs-sys v0.2.2
16022026-03-17T21:10:28.066Z Compiling managed v0.8.0
16032026-03-17T21:10:28.125Z Compiling hashbrown v0.15.5
16042026-03-17T21:10:28.190Z Compiling zopfli v0.8.3
16052026-03-17T21:10:28.215Z Compiling console v0.16.2
16062026-03-17T21:10:28.261Z Compiling tokio-util v0.7.18
16072026-03-17T21:10:28.287Z Compiling tower v0.5.3
16082026-03-17T21:10:28.290Z Compiling tokio-native-tls v0.3.1
16092026-03-17T21:10:28.395Z Compiling clap_builder v4.5.60
16102026-03-17T21:10:28.612Z Compiling bzip2 v0.6.1
16112026-03-17T21:10:28.804Z Compiling phf v0.13.1
16122026-03-17T21:10:28.903Z Compiling tower-http v0.6.8
16132026-03-17T21:10:28.925Z Compiling dof v0.3.0
16142026-03-17T21:10:29.013Z Compiling zone_cfg_derive v0.3.1
16152026-03-17T21:10:29.042Z Compiling rayon v1.11.0
16162026-03-17T21:10:29.063Z Compiling newtype-uuid v1.3.2
16172026-03-17T21:10:29.129Z Compiling signal-hook-mio v0.2.5
16182026-03-17T21:10:29.217Z Compiling h2 v0.4.13
16192026-03-17T21:10:29.290Z Compiling strum v0.27.2
16202026-03-17T21:10:29.476Z Compiling daft v0.1.5
16212026-03-17T21:10:29.520Z Compiling cargo_metadata v0.19.2
16222026-03-17T21:10:29.746Z Compiling toml_edit v0.19.15
16232026-03-17T21:10:29.766Z Compiling usdt-macro v0.6.0
16242026-03-17T21:10:29.855Z Compiling usdt-attr-macro v0.6.0
16252026-03-17T21:10:29.880Z Compiling elliptic-curve v0.13.8
16262026-03-17T21:10:29.934Z Compiling cookie_store v0.22.1
16272026-03-17T21:10:29.956Z Compiling hubpack v0.1.2
16282026-03-17T21:10:30.268Z Compiling postgres-types v0.2.12
16292026-03-17T21:10:30.311Z Compiling bzip2 v0.4.4
16302026-03-17T21:10:30.446Z Compiling serde_with_macros v3.17.0
16312026-03-17T21:10:30.781Z Compiling zstd v0.13.3
16322026-03-17T21:10:30.857Z Compiling dtrace-parser v0.2.0
16332026-03-17T21:10:30.964Z Compiling hex v0.4.3
16342026-03-17T21:10:31.085Z Compiling serde-big-array v0.5.1
16352026-03-17T21:10:31.191Z Compiling pkcs1 v0.7.5
16362026-03-17T21:10:31.238Z Compiling ed25519 v2.2.3
16372026-03-17T21:10:31.296Z Compiling rfc6979 v0.4.0
16382026-03-17T21:10:31.381Z Compiling bstr v1.12.1
16392026-03-17T21:10:31.458Z Compiling enum-as-inner v0.6.1
16402026-03-17T21:10:31.480Z Compiling strum_macros v0.26.4
16412026-03-17T21:10:31.603Z Compiling serde_repr v0.1.20
16422026-03-17T21:10:31.767Z Compiling clap_derive v4.5.55
16432026-03-17T21:10:32.008Z Compiling itertools v0.12.1
16442026-03-17T21:10:32.100Z Compiling phf_shared v0.11.3
16452026-03-17T21:10:32.162Z Compiling float-cmp v0.10.0
16462026-03-17T21:10:32.309Z Compiling thread-id v4.2.2
16472026-03-17T21:10:32.332Z Compiling memmap2 v0.9.10
16482026-03-17T21:10:32.366Z Compiling env_filter v1.0.0
16492026-03-17T21:10:32.388Z Compiling encoding_rs v0.8.35
16502026-03-17T21:10:32.392Z Compiling fixedbitset v0.5.7
16512026-03-17T21:10:32.436Z Compiling data-encoding v2.10.0
16522026-03-17T21:10:32.436Z Compiling fixedbitset v0.4.2
16532026-03-17T21:10:32.641Z Compiling difflib v0.4.0
16542026-03-17T21:10:32.756Z Compiling predicates-core v1.0.10
16552026-03-17T21:10:32.779Z Compiling normalize-line-endings v0.3.0
16562026-03-17T21:10:32.799Z Compiling whoami v2.1.0
16572026-03-17T21:10:32.829Z Compiling rustc-hash v2.1.1
16582026-03-17T21:10:32.914Z Compiling mime v0.3.17
16592026-03-17T21:10:33.002Z Compiling precomputed-hash v0.1.1
16602026-03-17T21:10:33.023Z Compiling keccak v0.1.6
16612026-03-17T21:10:33.128Z Compiling unit-prefix v0.5.2
16622026-03-17T21:10:33.278Z Compiling jiff v0.2.21
16632026-03-17T21:10:33.336Z Compiling static_assertions v1.1.0
16642026-03-17T21:10:33.356Z Compiling new_debug_unreachable v1.0.6
16652026-03-17T21:10:33.442Z Compiling hyper v1.8.1
16662026-03-17T21:10:33.465Z Compiling toml_edit v0.22.27
16672026-03-17T21:10:33.465Z Compiling string_cache v0.8.9
16682026-03-17T21:10:33.468Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16692026-03-17T21:10:33.534Z Compiling indicatif v0.18.4
16702026-03-17T21:10:33.679Z Compiling zone v0.3.1
16712026-03-17T21:10:33.741Z Compiling sha3 v0.10.8
16722026-03-17T21:10:33.829Z Compiling tokio-postgres v0.7.16
16732026-03-17T21:10:33.996Z Compiling strum v0.26.3
16742026-03-17T21:10:34.159Z Compiling iddqd v0.3.17
16752026-03-17T21:10:34.182Z Compiling predicates v3.1.4
16762026-03-17T21:10:34.331Z Compiling clap v4.5.60
16772026-03-17T21:10:34.352Z Compiling hickory-proto v0.25.2
16782026-03-17T21:10:34.446Z Compiling petgraph v0.8.3
16792026-03-17T21:10:34.505Z Compiling petgraph v0.6.5
16802026-03-17T21:10:34.639Z Compiling env_logger v0.11.9
16812026-03-17T21:10:34.718Z Compiling usdt v0.6.0
16822026-03-17T21:10:34.904Z Compiling usdt-impl v0.5.0
16832026-03-17T21:10:35.092Z Compiling hyper-util v0.1.20
16842026-03-17T21:10:35.116Z Compiling serde_with v3.17.0
16852026-03-17T21:10:35.137Z Compiling similar v2.7.0
16862026-03-17T21:10:35.672Z Compiling crossterm v0.28.1
16872026-03-17T21:10:35.719Z Compiling toml v0.7.8
16882026-03-17T21:10:35.754Z Compiling rsa v0.9.10
16892026-03-17T21:10:36.319Z Compiling ed25519-dalek v2.2.0
16902026-03-17T21:10:36.343Z Compiling ecdsa v0.16.9
16912026-03-17T21:10:36.895Z Compiling zip v0.6.6
16922026-03-17T21:10:36.926Z Compiling zip v4.6.1
16932026-03-17T21:10:37.188Z Compiling hyper-tls v0.6.0
16942026-03-17T21:10:37.209Z Compiling tokio-stream v0.1.18
16952026-03-17T21:10:37.511Z Compiling buf-list v1.1.2
16962026-03-17T21:10:37.579Z Compiling toml_parser v1.0.9+spec-1.1.0
16972026-03-17T21:10:37.616Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16982026-03-17T21:10:37.637Z Compiling openapiv3 v2.2.0
16992026-03-17T21:10:37.727Z Compiling x509-cert v0.2.5
17002026-03-17T21:10:37.750Z Compiling sha1 v0.10.6
17012026-03-17T21:10:37.797Z Compiling itertools v0.13.0
17022026-03-17T21:10:37.851Z Compiling toml_datetime v0.7.5+spec-1.1.0
17032026-03-17T21:10:37.891Z Compiling peg-runtime v0.8.5
17042026-03-17T21:10:38.027Z Compiling lalrpop-util v0.19.12
17052026-03-17T21:10:38.529Z Compiling thread_local v1.1.9
17062026-03-17T21:10:38.561Z Compiling slog-async v2.8.0
17072026-03-17T21:10:38.561Z Compiling futures-executor v0.3.32
17082026-03-17T21:10:38.561Z Compiling crossbeam-channel v0.5.15
17092026-03-17T21:10:38.561Z Compiling is-terminal v0.4.17
17102026-03-17T21:10:38.561Z Compiling filetime v0.2.27
17112026-03-17T21:10:38.561Z Compiling take_mut v0.2.2
17122026-03-17T21:10:38.561Z Compiling xattr v1.6.1
17132026-03-17T21:10:38.624Z Compiling term v1.2.1
17142026-03-17T21:10:38.674Z Compiling tar v0.4.44
17152026-03-17T21:10:38.698Z Compiling futures v0.3.32
17162026-03-17T21:10:39.301Z Compiling slog-term v2.9.2
17172026-03-17T21:10:59.559Z Compiling rustls-webpki v0.103.9
17182026-03-17T21:11:03.625Z Compiling tokio-rustls v0.26.4
17192026-03-17T21:11:03.625Z Compiling rustls-platform-verifier v0.6.2
17202026-03-17T21:11:03.886Z Compiling hyper-rustls v0.27.7
17212026-03-17T21:11:04.144Z Compiling reqwest v0.13.2
17222026-03-17T21:11:04.144Z Compiling reqwest v0.12.28
17232026-03-17T21:11:06.959Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17242026-03-17T21:11:07.254Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17252026-03-17T21:11:11.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
17262026-03-17T21:11:11.267Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17272026-03-17T21:11:11.330ZMar 17 21:11:10.532 INFO Starting download, target: Clickhouse
17282026-03-17T21:11:11.330ZMar 17 21:11:10.532 INFO Starting download, target: DendriteStub
17292026-03-17T21:11:11.442ZMar 17 21:11:10.532 INFO Starting download, target: Console
17302026-03-17T21:11:11.442ZMar 17 21:11:10.532 INFO Starting download, target: TransceiverControl
17312026-03-17T21:11:11.442ZMar 17 21:11:10.532 INFO Starting download, target: MaghemiteMgd
17322026-03-17T21:11:11.442ZMar 17 21:11:10.532 INFO Starting download, target: Cockroach
17332026-03-17T21:11:11.442ZMar 17 21:11:10.532 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17342026-03-17T21:11:11.442ZMar 17 21:11:10.532 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17352026-03-17T21:11:11.443ZMar 17 21:11:10.533 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17362026-03-17T21:11:11.443ZMar 17 21:11:10.533 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17372026-03-17T21:11:11.443ZMar 17 21:11:10.533 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17382026-03-17T21:11:11.443ZMar 17 21:11:10.533 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17392026-03-17T21:11:11.843ZMar 17 21:11:11.043 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17402026-03-17T21:11:12.200ZMar 17 21:11:11.399 INFO Download complete, target: TransceiverControl
17412026-03-17T21:11:12.451ZMar 17 21:11:11.654 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17422026-03-17T21:11:12.853ZMar 17 21:11:12.036 INFO Download complete, target: Console
17432026-03-17T21:11:13.087ZMar 17 21:11:12.277 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17442026-03-17T21:11:13.385ZMar 17 21:11:12.561 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17452026-03-17T21:11:14.094ZMar 17 21:11:13.297 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17462026-03-17T21:11:14.146ZMar 17 21:11:13.347 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17472026-03-17T21:11:14.146ZMar 17 21:11:13.347 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17482026-03-17T21:11:16.648ZMar 17 21:11:15.850 INFO Download complete, target: DendriteStub
17492026-03-17T21:11:16.978ZMar 17 21:11:16.181 INFO Download complete, target: MaghemiteMgd
17502026-03-17T21:11:22.199ZMar 17 21:11:21.313 INFO Checking that binary works, target: Cockroach
17512026-03-17T21:11:22.288ZMar 17 21:11:21.491 INFO Download complete, target: Cockroach
17522026-03-17T21:11:25.423ZMar 17 21:11:24.626 INFO Checking that binary works, target: Clickhouse
17532026-03-17T21:11:25.525ZMar 17 21:11:24.728 INFO Download complete, target: Clickhouse
17542026-03-17T21:11:25.531ZAll prerequisites installed successfully
17552026-03-17T21:11:25.534Z
17562026-03-17T21:11:25.534Zreal 4:10.041084005
17572026-03-17T21:11:25.534Zuser 10:29.001023977
17582026-03-17T21:11:25.534Zsys 2:08.874439872
17592026-03-17T21:11:25.534Ztrap 0.350048383
17602026-03-17T21:11:25.535Ztflt 1.130760576
17612026-03-17T21:11:25.535Zdflt 1.721807735
17622026-03-17T21:11:25.535Zkflt 0.022305421
17632026-03-17T21:11:25.535Zlock 32:57.427884652
17642026-03-17T21:11:25.535Zslp 26:39.719928953
17652026-03-17T21:11:25.535Zlat 30.554969534
17662026-03-17T21:11:25.535Zstop 4:30.610055979
17672026-03-17T21:11:25.535Z+ ptime -m cargo xtask download softnpu
17682026-03-17T21:11:26.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
17692026-03-17T21:11:26.268Z Running `target/debug/xtask download softnpu`
17702026-03-17T21:11:27.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
17712026-03-17T21:11:27.385Z Running `target/debug/xtask-downloader softnpu`
17722026-03-17T21:11:27.436ZMar 17 21:11:26.639 INFO Starting download, target: Softnpu
17732026-03-17T21:11:27.439ZMar 17 21:11:26.640 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17742026-03-17T21:11:28.139ZMar 17 21:11:27.343 INFO Download complete, target: Softnpu
17752026-03-17T21:11:28.144Z
17762026-03-17T21:11:28.147Zreal 2.604785634
17772026-03-17T21:11:28.147Zuser 1.784667485
17782026-03-17T21:11:28.147Zsys 0.813404622
17792026-03-17T21:11:28.147Ztrap 0.000449242
17802026-03-17T21:11:28.147Ztflt 0.000206688
17812026-03-17T21:11:28.147Zdflt 0.000148526
17822026-03-17T21:11:28.147Zkflt 0.000000000
17832026-03-17T21:11:28.147Zlock 12.628370746
17842026-03-17T21:11:28.147Zslp 0.498887232
17852026-03-17T21:11:28.147Zlat 0.053924423
17862026-03-17T21:11:28.147Zstop 0.000171116
17872026-03-17T21:11:28.147Z+ export CARGO_INCREMENTAL=0
17882026-03-17T21:11:28.147Z+ CARGO_INCREMENTAL=0
17892026-03-17T21:11:28.147Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17902026-03-17T21:11:29.382Z Compiling proc-macro2 v1.0.106
17912026-03-17T21:11:29.382Z Compiling quote v1.0.44
17922026-03-17T21:11:29.382Z Compiling unicode-ident v1.0.24
17932026-03-17T21:11:29.385Z Compiling libc v0.2.180
17942026-03-17T21:11:29.385Z Compiling serde_core v1.0.228
17952026-03-17T21:11:29.385Z Compiling serde v1.0.228
17962026-03-17T21:11:29.385Z Compiling cfg-if v1.0.4
17972026-03-17T21:11:29.385Z Compiling version_check v0.9.5
17982026-03-17T21:11:29.385Z Compiling shlex v1.3.0
17992026-03-17T21:11:29.385Z Compiling find-msvc-tools v0.1.9
18002026-03-17T21:11:29.385Z Compiling typenum v1.19.0
18012026-03-17T21:11:29.385Z Compiling portable-atomic v1.13.1
18022026-03-17T21:11:29.385Z Compiling memchr v2.8.0
18032026-03-17T21:11:29.548Z Compiling autocfg v1.5.0
18042026-03-17T21:11:29.551Z Compiling zmij v1.0.21
18052026-03-17T21:11:29.778Z Compiling serde_json v1.0.149
18062026-03-17T21:11:29.868Z Compiling zerocopy v0.8.40
18072026-03-17T21:11:29.994Z Compiling generic-array v0.14.7
18082026-03-17T21:11:30.017Z Compiling parking_lot_core v0.9.12
18092026-03-17T21:11:30.018Z Compiling libm v0.2.16
18102026-03-17T21:11:30.107Z Compiling smallvec v1.15.1
18112026-03-17T21:11:30.131Z Compiling icu_normalizer_data v2.1.1
18122026-03-17T21:11:30.202Z Compiling num-traits v0.2.19
18132026-03-17T21:11:30.249Z Compiling icu_properties_data v2.1.2
18142026-03-17T21:11:30.318Z Compiling itoa v1.0.17
18152026-03-17T21:11:30.344Z Compiling log v0.4.29
18162026-03-17T21:11:30.417Z Compiling getrandom v0.4.1
18172026-03-17T21:11:30.420Z Compiling pkg-config v0.3.32
18182026-03-17T21:11:30.511Z Compiling stable_deref_trait v1.2.1
18192026-03-17T21:11:30.578Z Compiling subtle v2.6.1
18202026-03-17T21:11:30.631Z Compiling scopeguard v1.2.0
18212026-03-17T21:11:30.748Z Compiling fnv v1.0.7
18222026-03-17T21:11:30.772Z Compiling thiserror v2.0.18
18232026-03-17T21:11:30.813Z Compiling lock_api v0.4.14
18242026-03-17T21:11:30.881Z Compiling jobserver v0.1.34
18252026-03-17T21:11:30.881Z Compiling getrandom v0.2.17
18262026-03-17T21:11:30.906Z Compiling errno v0.3.14
18272026-03-17T21:11:31.130Z Compiling rand_core v0.6.4
18282026-03-17T21:11:31.186Z Compiling getrandom v0.3.4
18292026-03-17T21:11:31.231Z Compiling cc v1.2.56
18302026-03-17T21:11:31.234Z Compiling pin-project-lite v0.2.17
18312026-03-17T21:11:31.297Z Compiling syn v2.0.117
18322026-03-17T21:11:31.423Z Compiling critical-section v1.2.0
18332026-03-17T21:11:31.492Z Compiling allocator-api2 v0.2.21
18342026-03-17T21:11:31.561Z Compiling equivalent v1.0.2
18352026-03-17T21:11:31.634Z Compiling rustversion v1.0.22
18362026-03-17T21:11:31.655Z Compiling litemap v0.8.1
18372026-03-17T21:11:31.677Z Compiling dunce v1.0.5
18382026-03-17T21:11:31.750Z Compiling foldhash v0.2.0
18392026-03-17T21:11:31.835Z Compiling percent-encoding v2.3.2
18402026-03-17T21:11:31.885Z Compiling writeable v0.6.2
18412026-03-17T21:11:31.908Z Compiling fs_extra v1.3.0
18422026-03-17T21:11:31.990Z Compiling once_cell v1.21.3
18432026-03-17T21:11:32.014Z Compiling hashbrown v0.16.1
18442026-03-17T21:11:32.223Z Compiling cmake v0.1.57
18452026-03-17T21:11:32.226Z Compiling const-oid v0.9.6
18462026-03-17T21:11:32.367Z Compiling signal-hook-registry v1.4.8
18472026-03-17T21:11:32.370Z Compiling rustix v1.1.3
18482026-03-17T21:11:32.438Z Compiling mio v1.1.1
18492026-03-17T21:11:32.442Z Compiling socket2 v0.6.2
18502026-03-17T21:11:32.484Z Compiling schemars v0.8.22
18512026-03-17T21:11:32.542Z Compiling aws-lc-rs v1.16.0
18522026-03-17T21:11:32.703Z Compiling parking_lot v0.12.5
18532026-03-17T21:11:32.767Z Compiling utf8_iter v1.0.4
18542026-03-17T21:11:32.866Z Compiling semver v1.0.27
18552026-03-17T21:11:32.889Z Compiling indexmap v2.13.0
18562026-03-17T21:11:32.968Z Compiling rand_core v0.10.0
18572026-03-17T21:11:33.017Z Compiling bitflags v2.11.0
18582026-03-17T21:11:33.057Z Compiling ring v0.17.14
18592026-03-17T21:11:33.210Z Compiling aws-lc-sys v0.37.1
18602026-03-17T21:11:33.234Z Compiling form_urlencoded v1.2.2
18612026-03-17T21:11:33.342Z Compiling futures-core v0.3.32
18622026-03-17T21:11:33.373Z Compiling strsim v0.11.1
18632026-03-17T21:11:33.608Z Compiling httparse v1.10.1
18642026-03-17T21:11:33.713Z Compiling ucd-trie v0.1.7
18652026-03-17T21:11:33.750Z Compiling byteorder v1.5.0
18662026-03-17T21:11:33.784Z Compiling thiserror v1.0.69
18672026-03-17T21:11:33.929Z Compiling pest v2.8.6
18682026-03-17T21:11:34.006Z Compiling heck v0.5.0
18692026-03-17T21:11:34.058Z Compiling ident_case v1.0.1
18702026-03-17T21:11:34.085Z Compiling vcpkg v0.2.15
18712026-03-17T21:11:34.252Z Compiling crossbeam-utils v0.8.21
18722026-03-17T21:11:34.328Z Compiling syn v1.0.109
18732026-03-17T21:11:34.377Z Compiling regex-syntax v0.8.10
18742026-03-17T21:11:34.463Z Compiling futures-sink v0.3.32
18752026-03-17T21:11:34.522Z Compiling rustls v0.23.37
18762026-03-17T21:11:34.610Z Compiling futures-channel v0.3.32
18772026-03-17T21:11:34.632Z Compiling rustc_version v0.4.1
18782026-03-17T21:11:34.702Z Compiling futures-io v0.3.32
18792026-03-17T21:11:34.705Z Compiling futures-task v0.3.32
18802026-03-17T21:11:34.747Z Compiling slab v0.4.12
18812026-03-17T21:11:34.751Z Compiling cpufeatures v0.2.17
18822026-03-17T21:11:34.892Z Compiling openssl-sys v0.9.111
18832026-03-17T21:11:34.937Z Compiling iana-time-zone v0.1.65
18842026-03-17T21:11:34.967Z Compiling plain v0.2.3
18852026-03-17T21:11:34.991Z Compiling uuid v1.21.0
18862026-03-17T21:11:35.041Z Compiling aho-corasick v1.1.4
18872026-03-17T21:11:35.044Z Compiling time-core v0.1.8
18882026-03-17T21:11:35.091Z Compiling num-conv v0.2.0
18892026-03-17T21:11:35.280Z Compiling synstructure v0.13.2
18902026-03-17T21:11:35.305Z Compiling serde_derive_internals v0.29.1
18912026-03-17T21:11:35.308Z Compiling time-macros v0.2.27
18922026-03-17T21:11:35.502Z Compiling pest_meta v2.8.6
18932026-03-17T21:11:35.809Z Compiling openssl v0.10.75
18942026-03-17T21:11:35.991Z Compiling pretty-hex v0.4.1
18952026-03-17T21:11:36.214Z Compiling anyhow v1.0.102
18962026-03-17T21:11:36.239Z Compiling base64ct v1.8.3
18972026-03-17T21:11:36.289Z Compiling either v1.15.0
18982026-03-17T21:11:36.313Z Compiling pest_generator v2.8.6
18992026-03-17T21:11:36.369Z Compiling crc32fast v1.5.0
19002026-03-17T21:11:36.392Z Compiling darling_core v0.21.3
19012026-03-17T21:11:36.416Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19022026-03-17T21:11:36.508Z Compiling regex-automata v0.4.14
19032026-03-17T21:11:36.566Z Compiling pem-rfc7468 v0.7.0
19042026-03-17T21:11:36.614Z Compiling native-tls v0.2.18
19052026-03-17T21:11:36.640Z Compiling flagset v0.4.7
19062026-03-17T21:11:36.685Z Compiling rand_core v0.9.5
19072026-03-17T21:11:36.880Z Compiling slog v2.8.2
19082026-03-17T21:11:36.907Z Compiling tracing-core v0.1.36
19092026-03-17T21:11:36.980Z Compiling untrusted v0.9.0
19102026-03-17T21:11:36.983Z Compiling rayon-core v1.13.0
19112026-03-17T21:11:37.029Z Compiling dyn-clone v1.0.20
19122026-03-17T21:11:37.240Z Compiling cookie v0.18.1
19132026-03-17T21:11:37.268Z Compiling serde_derive v1.0.228
19142026-03-17T21:11:37.325Z Compiling zeroize_derive v1.4.3
19152026-03-17T21:11:37.351Z Compiling zerofrom-derive v0.1.6
19162026-03-17T21:11:37.375Z Compiling yoke-derive v0.8.1
19172026-03-17T21:11:37.453Z Compiling zerovec-derive v0.11.2
19182026-03-17T21:11:37.500Z Compiling displaydoc v0.2.5
19192026-03-17T21:11:37.524Z Compiling zerocopy-derive v0.8.40
19202026-03-17T21:11:37.545Z Compiling tokio-macros v2.6.0
19212026-03-17T21:11:37.669Z Compiling futures-macro v0.3.32
19222026-03-17T21:11:38.114Z Compiling zeroize v1.8.2
19232026-03-17T21:11:38.401Z Compiling thiserror-impl v2.0.18
19242026-03-17T21:11:38.527Z Compiling tracing-attributes v0.1.31
19252026-03-17T21:11:38.682Z Compiling der_derive v0.7.3
19262026-03-17T21:11:38.705Z Compiling schemars_derive v0.8.22
19272026-03-17T21:11:38.859Z Compiling thiserror-impl v1.0.69
19282026-03-17T21:11:38.960Z Compiling zerofrom v0.1.6
19292026-03-17T21:11:39.147Z Compiling yoke v0.8.1
19302026-03-17T21:11:39.236Z Compiling crypto-common v0.1.7
19312026-03-17T21:11:39.383Z Compiling zerovec v0.11.5
19322026-03-17T21:11:39.424Z Compiling zerotrie v0.2.3
19332026-03-17T21:11:39.943Z Compiling block-buffer v0.10.4
19342026-03-17T21:11:40.041Z Compiling pest_derive v2.8.6
19352026-03-17T21:11:40.162Z Compiling tinystr v0.8.2
19362026-03-17T21:11:40.185Z Compiling potential_utf v0.1.4
19372026-03-17T21:11:40.210Z Compiling digest v0.10.7
19382026-03-17T21:11:40.276Z Compiling futures-util v0.3.32
19392026-03-17T21:11:40.376Z Compiling icu_collections v2.1.1
19402026-03-17T21:11:40.417Z Compiling icu_locale_core v2.1.1
19412026-03-17T21:11:40.463Z Compiling hmac v0.12.1
19422026-03-17T21:11:40.515Z Compiling block-padding v0.3.3
19432026-03-17T21:11:40.609Z Compiling sha2 v0.10.9
19442026-03-17T21:11:40.687Z Compiling inout v0.1.4
19452026-03-17T21:11:40.716Z Compiling rustls-pki-types v1.14.0
19462026-03-17T21:11:40.907Z Compiling cipher v0.4.4
19472026-03-17T21:11:41.241Z Compiling scroll_derive v0.12.1
19482026-03-17T21:11:41.297Z Compiling scroll_derive v0.13.1
19492026-03-17T21:11:41.448Z Compiling icu_provider v2.1.1
19502026-03-17T21:11:41.490Z Compiling openssl-macros v0.1.1
19512026-03-17T21:11:41.785Z Compiling bytes v1.11.1
19522026-03-17T21:11:41.834Z Compiling icu_normalizer v2.1.1
19532026-03-17T21:11:41.983Z Compiling icu_properties v2.1.2
19542026-03-17T21:11:42.010Z Compiling chrono v0.4.44
19552026-03-17T21:11:42.064Z Compiling serde_tokenstream v0.2.3
19562026-03-17T21:11:42.463Z Compiling tokio v1.49.0
19572026-03-17T21:11:43.017Z Compiling http v1.4.0
19582026-03-17T21:11:43.216Z Compiling der v0.7.10
19592026-03-17T21:11:43.365Z Compiling idna_adapter v1.2.1
19602026-03-17T21:11:43.554Z Compiling idna v1.1.0
19612026-03-17T21:11:43.576Z Compiling regex v1.12.3
19622026-03-17T21:11:43.852Z Compiling ppv-lite86 v0.2.21
19632026-03-17T21:11:44.024Z Compiling url v2.5.8
19642026-03-17T21:11:44.074Z Compiling darling_macro v0.21.3
19652026-03-17T21:11:44.099Z Compiling zerocopy-derive v0.7.35
19662026-03-17T21:11:44.488Z Compiling spki v0.7.3
19672026-03-17T21:11:44.685Z Compiling salsa20 v0.10.2
19682026-03-17T21:11:44.706Z Compiling darling v0.21.3
19692026-03-17T21:11:44.783Z Compiling pbkdf2 v0.12.2
19702026-03-17T21:11:44.838Z Compiling tracing v0.1.44
19712026-03-17T21:11:44.949Z Compiling camino v1.2.2
19722026-03-17T21:11:45.131Z Compiling base64 v0.22.1
19732026-03-17T21:11:45.350Z Compiling scrypt v0.11.0
19742026-03-17T21:11:45.373Z Compiling rand_chacha v0.9.0
19752026-03-17T21:11:45.440Z Compiling aes v0.8.4
19762026-03-17T21:11:45.444Z Compiling cbc v0.1.2
19772026-03-17T21:11:46.203Z Compiling usdt-impl v0.5.0
19782026-03-17T21:11:46.260Z Compiling usdt-impl v0.6.0
19792026-03-17T21:11:46.283Z Compiling ref-cast v1.0.25
19802026-03-17T21:11:46.495Z Compiling paste v1.0.15
19812026-03-17T21:11:46.599Z Compiling winnow v0.7.14
19822026-03-17T21:11:46.802Z Compiling pkcs5 v0.7.1
19832026-03-17T21:11:46.920Z Compiling rand v0.9.2
19842026-03-17T21:11:47.132Z Compiling http-body v1.0.1
19852026-03-17T21:11:47.240Z Compiling scroll v0.13.0
19862026-03-17T21:11:47.349Z Compiling scroll v0.12.0
19872026-03-17T21:11:47.354Z Compiling serde_spanned v0.6.9
19882026-03-17T21:11:47.396Z Compiling toml_datetime v0.6.11
19892026-03-17T21:11:47.527Z Compiling heapless v0.7.17
19902026-03-17T21:11:47.567Z Compiling tokio-util v0.7.18
19912026-03-17T21:11:47.722Z Compiling bzip2-sys v0.1.13+1.0.8
19922026-03-17T21:11:47.752Z Compiling untrusted v0.7.1
19932026-03-17T21:11:47.775Z Compiling zstd-safe v7.2.4
19942026-03-17T21:11:47.877Z Compiling atomic-waker v1.1.2
19952026-03-17T21:11:47.928Z Compiling signal-hook v0.3.18
19962026-03-17T21:11:47.952Z Compiling openssl-probe v0.2.1
19972026-03-17T21:11:48.179Z Compiling goblin v0.8.2
19982026-03-17T21:11:48.242Z Compiling goblin v0.10.5
19992026-03-17T21:11:48.484Z Compiling toml_parser v1.0.9+spec-1.1.0
20002026-03-17T21:11:48.592Z Compiling pkcs8 v0.10.2
20012026-03-17T21:11:48.917Z Compiling zerocopy v0.7.35
20022026-03-17T21:11:49.040Z Compiling ref-cast-impl v1.0.25
20032026-03-17T21:11:49.103Z Compiling darling_core v0.20.11
20042026-03-17T21:11:49.258Z Compiling toml_datetime v0.7.5+spec-1.1.0
20052026-03-17T21:11:49.316Z Compiling memoffset v0.9.1
20062026-03-17T21:11:49.553Z Compiling litrs v1.0.0
20072026-03-17T21:11:49.583Z Compiling fastrand v2.3.0
20082026-03-17T21:11:49.608Z Compiling try-lock v0.2.5
20092026-03-17T21:11:49.732Z Compiling tower-service v0.3.3
20102026-03-17T21:11:49.792Z Compiling tower-layer v0.3.3
20112026-03-17T21:11:49.840Z Compiling winnow v0.5.40
20122026-03-17T21:11:49.874Z Compiling rustix v0.38.44
20132026-03-17T21:11:50.256Z Compiling tinyvec_macros v0.1.1
20142026-03-17T21:11:50.277Z Compiling document-features v0.2.12
20152026-03-17T21:11:50.307Z Compiling want v0.3.1
20162026-03-17T21:11:50.336Z Compiling tinyvec v1.10.0
20172026-03-17T21:11:50.361Z Compiling h2 v0.4.13
20182026-03-17T21:11:51.242Z Compiling dtrace-parser v0.2.0
20192026-03-17T21:11:51.316Z Compiling dtrace-parser v0.3.0
20202026-03-17T21:11:51.741Z Compiling toml_edit v0.19.15
20212026-03-17T21:11:51.810Z Compiling dof v0.3.0
20222026-03-17T21:11:51.973Z Compiling darling_macro v0.20.11
20232026-03-17T21:11:52.071Z Compiling dof v0.4.0
20242026-03-17T21:11:52.074Z Compiling ipnet v2.11.0
20252026-03-17T21:11:52.179Z Compiling async-trait v0.1.89
20262026-03-17T21:11:52.588Z Compiling daft-derive v0.1.5
20272026-03-17T21:11:52.653Z Compiling curve25519-dalek v4.1.3
20282026-03-17T21:11:52.730Z Compiling spin v0.9.8
20292026-03-17T21:11:52.757Z Compiling thread-id v4.2.2
20302026-03-17T21:11:52.878Z Compiling thread-id v5.1.0
20312026-03-17T21:11:52.986Z Compiling proc-macro-error-attr v1.0.4
20322026-03-17T21:11:53.009Z Compiling foreign-types-shared v0.1.1
20332026-03-17T21:11:53.031Z Compiling smoltcp v0.9.1
20342026-03-17T21:11:53.140Z Compiling pin-utils v0.1.0
20352026-03-17T21:11:53.276Z Compiling httpdate v1.0.3
20362026-03-17T21:11:53.426Z Compiling cfg_aliases v0.2.1
20372026-03-17T21:11:53.447Z Compiling num-bigint-dig v0.8.6
20382026-03-17T21:11:53.558Z Compiling powerfmt v0.2.0
20392026-03-17T21:11:53.584Z Compiling nix v0.31.1
20402026-03-17T21:11:53.673Z Compiling foreign-types v0.3.2
20412026-03-17T21:11:53.802Z Compiling tempfile v3.25.0
20422026-03-17T21:11:53.875Z Compiling deranged v0.5.8
20432026-03-17T21:11:53.981Z Compiling darling v0.20.11
20442026-03-17T21:11:54.366Z Compiling hyper v1.8.1
20452026-03-17T21:11:54.437Z Compiling ipnetwork v0.21.1
20462026-03-17T21:11:54.519Z Compiling strum_macros v0.26.4
20472026-03-17T21:11:54.845Z Compiling wait-timeout v0.2.1
20482026-03-17T21:11:54.920Z Compiling proc-macro-error v1.0.4
20492026-03-17T21:11:55.069Z Compiling bit-vec v0.8.0
20502026-03-17T21:11:55.165Z Compiling utf8parse v0.2.2
20512026-03-17T21:11:55.189Z Compiling num_threads v0.1.7
20522026-03-17T21:11:55.300Z Compiling unicode-segmentation v1.12.0
20532026-03-17T21:11:55.394Z Compiling quick-error v1.2.3
20542026-03-17T21:11:55.434Z Compiling siphasher v1.0.2
20552026-03-17T21:11:55.526Z Compiling simd-adler32 v0.3.8
20562026-03-17T21:11:55.576Z Compiling anstyle v1.0.13
20572026-03-17T21:11:55.771Z Compiling time v0.3.47
20582026-03-17T21:11:55.824Z Compiling hyper-util v0.1.20
20592026-03-17T21:11:55.894Z Compiling rusty-fork v0.3.1
20602026-03-17T21:11:56.354Z Compiling bit-set v0.8.0
20612026-03-17T21:11:56.382Z Compiling anstyle-parse v0.2.7
20622026-03-17T21:11:56.697Z Compiling crossbeam-epoch v0.9.18
20632026-03-17T21:11:56.879Z Compiling derive_builder_core v0.20.2
20642026-03-17T21:11:57.135Z Compiling unicode-normalization v0.1.25
20652026-03-17T21:11:57.824Z Compiling rustls-native-certs v0.8.3
20662026-03-17T21:11:58.171Z Compiling signature v2.2.0
20672026-03-17T21:11:58.193Z Compiling hubpack_derive v0.1.1
20682026-03-17T21:11:58.246Z Compiling curve25519-dalek-derive v0.1.1
20692026-03-17T21:11:58.271Z Compiling strum_macros v0.27.2
20702026-03-17T21:11:58.379Z Compiling rand_xorshift v0.4.0
20712026-03-17T21:11:58.584Z Compiling sync_wrapper v1.0.2
20722026-03-17T21:11:58.748Z Compiling fs-err v3.3.0
20732026-03-17T21:11:58.773Z Compiling ahash v0.8.12
20742026-03-17T21:11:58.822Z Compiling colorchoice v1.0.4
20752026-03-17T21:11:58.873Z Compiling anstyle-query v1.1.5
20762026-03-17T21:11:58.894Z Compiling adler2 v2.0.1
20772026-03-17T21:11:59.024Z Compiling unicode-bidi v0.3.18
20782026-03-17T21:11:59.046Z Compiling object v0.37.3
20792026-03-17T21:11:59.071Z Compiling unicode-properties v0.1.4
20802026-03-17T21:11:59.093Z Compiling is_terminal_polyfill v1.70.2
20812026-03-17T21:11:59.237Z Compiling unarray v0.1.4
20822026-03-17T21:11:59.260Z Compiling anstream v0.6.21
20832026-03-17T21:11:59.370Z Compiling proptest v1.10.0
20842026-03-17T21:11:59.400Z Compiling miniz_oxide v0.8.9
20852026-03-17T21:11:59.673Z Compiling stringprep v0.1.5
20862026-03-17T21:11:59.707Z Compiling tower v0.5.3
20872026-03-17T21:12:00.182Z Compiling derive_builder_macro v0.20.2
20882026-03-17T21:12:00.368Z Compiling crossbeam-deque v0.8.6
20892026-03-17T21:12:00.583Z Compiling heck v0.4.1
20902026-03-17T21:12:00.607Z Compiling usdt-attr-macro v0.6.0
20912026-03-17T21:12:00.610Z Compiling usdt-macro v0.6.0
20922026-03-17T21:12:00.907Z Compiling http-body-util v0.1.3
20932026-03-17T21:12:00.956Z Compiling webpki-roots v1.0.6
20942026-03-17T21:12:01.161Z Compiling rand_chacha v0.3.1
20952026-03-17T21:12:01.206Z Compiling erased-serde v0.3.31
20962026-03-17T21:12:01.255Z Compiling md-5 v0.10.6
20972026-03-17T21:12:01.539Z Compiling num-integer v0.1.46
20982026-03-17T21:12:01.563Z Compiling hash32 v0.2.1
20992026-03-17T21:12:01.610Z Compiling vergen-lib v0.1.6
21002026-03-17T21:12:01.637Z Compiling ff v0.13.1
21012026-03-17T21:12:01.705Z Compiling base16ct v0.2.0
21022026-03-17T21:12:01.746Z Compiling psl-types v2.0.11
21032026-03-17T21:12:01.769Z Compiling ryu v1.0.23
21042026-03-17T21:12:01.817Z Compiling fallible-iterator v0.2.0
21052026-03-17T21:12:01.842Z Compiling iri-string v0.7.10
21062026-03-17T21:12:01.889Z Compiling zlib-rs v0.6.2
21072026-03-17T21:12:01.938Z Compiling serde_urlencoded v0.7.1
21082026-03-17T21:12:01.941Z Compiling publicsuffix v2.3.0
21092026-03-17T21:12:02.033Z Compiling sec1 v0.7.3
21102026-03-17T21:12:02.036Z Compiling num-iter v0.1.45
21112026-03-17T21:12:02.128Z Compiling group v0.13.0
21122026-03-17T21:12:02.172Z Compiling newtype-uuid v1.3.2
21132026-03-17T21:12:02.244Z Compiling postgres-protocol v0.6.10
21142026-03-17T21:12:02.448Z Compiling rand v0.8.5
21152026-03-17T21:12:02.666Z Compiling oxnet v0.1.4
21162026-03-17T21:12:02.710Z Compiling zone_cfg_derive v0.3.1
21172026-03-17T21:12:02.934Z Compiling derive_builder v0.20.2
21182026-03-17T21:12:02.979Z Compiling tokio-native-tls v0.3.1
21192026-03-17T21:12:03.119Z Compiling phf_shared v0.13.1
21202026-03-17T21:12:03.244Z Compiling lazy_static v1.5.0
21212026-03-17T21:12:03.314Z Compiling terminal_size v0.4.3
21222026-03-17T21:12:03.361Z Compiling serde_with_macros v3.17.0
21232026-03-17T21:12:03.409Z Compiling cargo-platform v0.1.9
21242026-03-17T21:12:03.433Z Compiling tower-http v0.6.8
21252026-03-17T21:12:03.529Z Compiling hkdf v0.12.4
21262026-03-17T21:12:03.553Z Compiling crypto-bigint v0.5.5
21272026-03-17T21:12:03.557Z Compiling clap_derive v4.5.55
21282026-03-17T21:12:03.656Z Compiling enum-as-inner v0.6.1
21292026-03-17T21:12:03.679Z Compiling serde_repr v0.1.20
21302026-03-17T21:12:03.746Z Compiling vergen v9.0.6
21312026-03-17T21:12:03.790Z Compiling bitflags v1.3.2
21322026-03-17T21:12:03.929Z Compiling unicode-width v0.2.0
21332026-03-17T21:12:04.026Z Compiling clap_lex v1.0.0
21342026-03-17T21:12:04.165Z Compiling foldhash v0.1.5
21352026-03-17T21:12:04.325Z Compiling managed v0.8.0
21362026-03-17T21:12:04.344Z Compiling bumpalo v3.20.2
21372026-03-17T21:12:04.395Z Compiling libbz2-rs-sys v0.2.2
21382026-03-17T21:12:04.417Z Compiling hashbrown v0.15.5
21392026-03-17T21:12:04.439Z Compiling console v0.16.2
21402026-03-17T21:12:04.629Z Compiling zopfli v0.8.3
21412026-03-17T21:12:04.729Z Compiling clap_builder v4.5.60
21422026-03-17T21:12:04.834Z Compiling flate2 v1.1.9
21432026-03-17T21:12:05.152Z Compiling bzip2 v0.6.1
21442026-03-17T21:12:05.179Z Compiling elliptic-curve v0.13.8
21452026-03-17T21:12:05.225Z Compiling cargo_metadata v0.19.2
21462026-03-17T21:12:05.406Z Compiling phf v0.13.1
21472026-03-17T21:12:05.530Z Compiling hyper-tls v0.6.0
21482026-03-17T21:12:05.625Z Compiling signal-hook-mio v0.2.5
21492026-03-17T21:12:05.675Z Compiling daft v0.1.5
21502026-03-17T21:12:05.761Z Compiling rayon v1.11.0
21512026-03-17T21:12:05.797Z Compiling cookie_store v0.22.1
21522026-03-17T21:12:05.835Z Compiling postgres-types v0.2.12
21532026-03-17T21:12:05.859Z Compiling zstd v0.13.3
21542026-03-17T21:12:06.051Z Compiling bzip2 v0.4.4
21552026-03-17T21:12:06.073Z Compiling strum v0.27.2
21562026-03-17T21:12:06.399Z Compiling hubpack v0.1.2
21572026-03-17T21:12:06.491Z Compiling ed25519 v2.2.3
21582026-03-17T21:12:06.553Z Compiling phf_shared v0.11.3
21592026-03-17T21:12:06.822Z Compiling pkcs1 v0.7.5
21602026-03-17T21:12:06.934Z Compiling hex v0.4.3
21612026-03-17T21:12:06.960Z Compiling serde-big-array v0.5.1
21622026-03-17T21:12:07.076Z Compiling rfc6979 v0.4.0
21632026-03-17T21:12:07.168Z Compiling bstr v1.12.1
21642026-03-17T21:12:07.329Z Compiling itertools v0.12.1
21652026-03-17T21:12:07.354Z Compiling float-cmp v0.10.0
21662026-03-17T21:12:07.379Z Compiling memmap2 v0.9.10
21672026-03-17T21:12:07.382Z Compiling env_filter v1.0.0
21682026-03-17T21:12:07.543Z Compiling encoding_rs v0.8.35
21692026-03-17T21:12:07.546Z Compiling fixedbitset v0.4.2
21702026-03-17T21:12:07.563Z Compiling predicates-core v1.0.10
21712026-03-17T21:12:07.635Z Compiling static_assertions v1.1.0
21722026-03-17T21:12:07.670Z Compiling precomputed-hash v0.1.1
21732026-03-17T21:12:07.745Z Compiling toml_write v0.1.2
21742026-03-17T21:12:07.793Z Compiling whoami v2.1.0
21752026-03-17T21:12:07.817Z Compiling difflib v0.4.0
21762026-03-17T21:12:07.820Z Compiling new_debug_unreachable v1.0.6
21772026-03-17T21:12:07.821Z Compiling normalize-line-endings v0.3.0
21782026-03-17T21:12:07.970Z Compiling keccak v0.1.6
21792026-03-17T21:12:08.017Z Compiling rustc-hash v2.1.1
21802026-03-17T21:12:08.044Z Compiling jiff v0.2.21
21812026-03-17T21:12:08.070Z Compiling unit-prefix v0.5.2
21822026-03-17T21:12:08.164Z Compiling mime v0.3.17
21832026-03-17T21:12:08.247Z Compiling fixedbitset v0.5.7
21842026-03-17T21:12:08.270Z Compiling data-encoding v2.10.0
21852026-03-17T21:12:08.452Z Compiling indicatif v0.18.4
21862026-03-17T21:12:08.507Z Compiling sha3 v0.10.8
21872026-03-17T21:12:08.534Z Compiling petgraph v0.8.3
21882026-03-17T21:12:08.604Z Compiling iddqd v0.3.17
21892026-03-17T21:12:08.648Z Compiling predicates v3.1.4
21902026-03-17T21:12:09.054Z Compiling zone v0.3.1
21912026-03-17T21:12:09.077Z Compiling hickory-proto v0.25.2
21922026-03-17T21:12:09.265Z Compiling tokio-postgres v0.7.16
21932026-03-17T21:12:09.481Z Compiling toml_edit v0.22.27
21942026-03-17T21:12:09.515Z Compiling string_cache v0.8.9
21952026-03-17T21:12:09.813Z Compiling similar v2.7.0
21962026-03-17T21:12:09.888Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21972026-03-17T21:12:09.919Z Compiling petgraph v0.6.5
21982026-03-17T21:12:10.144Z Compiling env_logger v0.11.9
21992026-03-17T21:12:10.597Z Compiling usdt v0.6.0
22002026-03-17T21:12:11.268Z Compiling serde_with v3.17.0
22012026-03-17T21:12:11.393Z Compiling ecdsa v0.16.9
22022026-03-17T21:12:11.934Z Compiling zip v4.6.1
22032026-03-17T21:12:11.956Z Compiling rsa v0.9.10
22042026-03-17T21:12:12.837Z Compiling clap v4.5.60
22052026-03-17T21:12:12.865Z Compiling ed25519-dalek v2.2.0
22062026-03-17T21:12:12.960Z Compiling crossterm v0.28.1
22072026-03-17T21:12:13.589Z Compiling zip v0.6.6
22082026-03-17T21:12:13.664Z Compiling strum v0.26.3
22092026-03-17T21:12:13.688Z Compiling toml v0.7.8
22102026-03-17T21:12:13.715Z Compiling tokio-stream v0.1.18
22112026-03-17T21:12:13.782Z Compiling buf-list v1.1.2
22122026-03-17T21:12:14.135Z Compiling x509-cert v0.2.5
22132026-03-17T21:12:14.337Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22142026-03-17T21:12:14.362Z Compiling openapiv3 v2.2.0
22152026-03-17T21:12:14.405Z Compiling sha1 v0.10.6
22162026-03-17T21:12:14.672Z Compiling itertools v0.13.0
22172026-03-17T21:12:14.764Z Compiling lalrpop-util v0.19.12
22182026-03-17T21:12:15.231Z Compiling peg-runtime v0.8.5
22192026-03-17T21:12:30.434Z Compiling macaddr v1.0.1
22202026-03-17T21:12:30.656Z Compiling structmeta-derive v0.3.0
22212026-03-17T21:12:30.763Z Compiling itertools v0.14.0
22222026-03-17T21:12:31.931Z Compiling heapless v0.8.0
22232026-03-17T21:12:32.482Z Compiling ingot-macros v0.1.1
22242026-03-17T21:12:33.003Z Compiling structmeta v0.3.0
22252026-03-17T21:12:36.445Z Compiling rustls-webpki v0.103.9
22262026-03-17T21:12:37.915Z Compiling toml_edit v0.23.10+spec-1.0.0
22272026-03-17T21:12:39.099Z Compiling hash32 v0.3.1
22282026-03-17T21:12:39.207Z Compiling smoltcp v0.11.0
22292026-03-17T21:12:39.284Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22302026-03-17T21:12:39.721Z Compiling proc-macro-crate v3.4.0
22312026-03-17T21:12:39.748Z Compiling ingot-types v0.1.2
22322026-03-17T21:12:39.772Z Compiling cobs v0.3.0
22332026-03-17T21:12:39.797Z Compiling rustls v0.22.4
22342026-03-17T21:12:39.852Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22352026-03-17T21:12:40.025Z Compiling postcard v1.1.3
22362026-03-17T21:12:40.179Z Compiling proc-macro-crate v1.3.1
22372026-03-17T21:12:40.201Z Compiling rustls-webpki v0.102.8
22382026-03-17T21:12:40.223Z Compiling futures-executor v0.3.32
22392026-03-17T21:12:40.315Z Compiling ingot v0.1.1
22402026-03-17T21:12:40.346Z Compiling num_enum_derive v0.7.5
22412026-03-17T21:12:40.594Z Compiling foreign-types-macros v0.2.3
22422026-03-17T21:12:40.667Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22432026-03-17T21:12:40.840Z Compiling multer v3.1.0
22442026-03-17T21:12:40.864Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22452026-03-17T21:12:40.983Z Compiling thread_local v1.1.9
22462026-03-17T21:12:41.024Z Compiling foreign-types-shared v0.3.1
22472026-03-17T21:12:41.118Z Compiling slog-async v2.8.0
22482026-03-17T21:12:41.145Z Compiling typeid v1.0.3
22492026-03-17T21:12:41.169Z Compiling match_cfg v0.1.0
22502026-03-17T21:12:41.236Z Compiling cpufeatures v0.3.0
22512026-03-17T21:12:41.281Z Compiling hostname v0.3.1
22522026-03-17T21:12:41.353Z Compiling chacha20 v0.10.0
22532026-03-17T21:12:41.376Z Compiling foreign-types v0.5.0
22542026-03-17T21:12:41.529Z Compiling num_enum_derive v0.5.11
22552026-03-17T21:12:41.595Z Compiling futures v0.3.32
22562026-03-17T21:12:41.646Z Compiling num_enum v0.7.5
22572026-03-17T21:12:41.733Z Compiling tokio-rustls v0.26.4
22582026-03-17T21:12:41.757Z Compiling rustls-platform-verifier v0.6.2
22592026-03-17T21:12:41.786Z Compiling derive-ex v0.1.8
22602026-03-17T21:12:41.830Z Compiling tabwriter v1.4.1
22612026-03-17T21:12:41.852Z Compiling slog-json v2.6.1
22622026-03-17T21:12:42.045Z Compiling hyper-rustls v0.27.7
22632026-03-17T21:12:42.141Z Compiling crossbeam-channel v0.5.15
22642026-03-17T21:12:42.193Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22652026-03-17T21:12:42.313Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22662026-03-17T21:12:42.488Z Compiling reqwest v0.13.2
22672026-03-17T21:12:42.533Z Compiling reqwest v0.12.28
22682026-03-17T21:12:42.765Z Compiling async-stream-impl v0.3.6
22692026-03-17T21:12:42.801Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22702026-03-17T21:12:42.913Z Compiling serde_spanned v1.0.4
22712026-03-17T21:12:42.949Z Compiling is-terminal v0.4.17
22722026-03-17T21:12:43.022Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22732026-03-17T21:12:43.096Z Compiling cstr-argument v0.1.2
22742026-03-17T21:12:43.145Z Compiling dropshot v0.16.7
22752026-03-17T21:12:43.325Z Compiling term v1.2.1
22762026-03-17T21:12:43.347Z Compiling erased-serde v0.4.9
22772026-03-17T21:12:43.420Z Compiling take_mut v0.2.2
22782026-03-17T21:12:43.445Z Compiling toml_writer v1.0.6+spec-1.1.0
22792026-03-17T21:12:43.551Z Compiling crucible-workspace-hack v0.1.0
22802026-03-17T21:12:43.590Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22812026-03-17T21:12:43.802Z Compiling slog-term v2.9.2
22822026-03-17T21:12:43.840Z Compiling toml v0.9.12+spec-1.1.0
22832026-03-17T21:12:43.913Z Compiling test-strategy v0.4.5
22842026-03-17T21:12:43.936Z Compiling async-stream v0.3.6
22852026-03-17T21:12:44.289Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22862026-03-17T21:12:44.329Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22872026-03-17T21:12:44.547Z Compiling tokio-rustls v0.25.0
22882026-03-17T21:12:44.896Z Compiling num_enum v0.5.11
22892026-03-17T21:12:44.921Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22902026-03-17T21:12:44.985Z Compiling slog-bunyan v2.5.0
22912026-03-17T21:12:45.080Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22922026-03-17T21:12:45.235Z Compiling rand v0.10.0
22932026-03-17T21:12:45.312Z Compiling parse-display-derive v0.10.0
22942026-03-17T21:12:45.412Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22952026-03-17T21:12:45.444Z Compiling backon v1.6.0
22962026-03-17T21:12:45.476Z Compiling waitgroup v0.1.2
22972026-03-17T21:12:45.556Z Compiling dropshot_endpoint v0.16.7
22982026-03-17T21:12:45.586Z Compiling newtype-uuid-macros v0.1.0
22992026-03-17T21:12:45.626Z Compiling rustls-pemfile v2.2.0
23002026-03-17T21:12:45.703Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23012026-03-17T21:12:45.734Z Compiling serde_path_to_error v0.1.20
23022026-03-17T21:12:45.760Z Compiling hostname v0.4.2
23032026-03-17T21:12:45.799Z Compiling instant v0.1.13
23042026-03-17T21:12:45.970Z Compiling debug-ignore v1.0.5
23052026-03-17T21:12:45.993Z Compiling libefi-sys v0.1.0
23062026-03-17T21:12:46.015Z Compiling colored v3.1.1
23072026-03-17T21:12:46.134Z Compiling backoff v0.4.0
23082026-03-17T21:12:46.159Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23092026-03-17T21:12:46.316Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23102026-03-17T21:12:46.449Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23112026-03-17T21:12:46.583Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23122026-03-17T21:12:46.883Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23132026-03-17T21:12:46.904Z Compiling camino-tempfile v1.4.1
23142026-03-17T21:12:47.147Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23152026-03-17T21:12:47.192Z Compiling usdt-macro v0.5.0
23162026-03-17T21:12:47.324Z Compiling parse-display v0.10.0
23172026-03-17T21:12:47.363Z Compiling usdt-attr-macro v0.5.0
23182026-03-17T21:12:47.433Z Compiling secrecy v0.10.3
23192026-03-17T21:12:47.494Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23202026-03-17T21:12:47.678Z Compiling num-derive v0.4.2
23212026-03-17T21:12:47.964Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23222026-03-17T21:12:48.063Z Compiling bitfield-struct v0.6.2
23232026-03-17T21:12:48.104Z Compiling regress v0.10.5
23242026-03-17T21:12:48.336Z Compiling ordered-float v2.10.1
23252026-03-17T21:12:48.462Z Compiling blake3 v1.8.3
23262026-03-17T21:12:48.527Z Compiling sigpipe v0.1.3
23272026-03-17T21:12:48.673Z Compiling memmap v0.7.0
23282026-03-17T21:12:48.807Z Compiling glob v0.3.3
23292026-03-17T21:12:48.928Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23302026-03-17T21:12:48.954Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23312026-03-17T21:12:48.979Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23322026-03-17T21:12:49.028Z Compiling usdt v0.5.0
23332026-03-17T21:12:49.032Z Compiling serde-value v0.7.0
23342026-03-17T21:12:49.077Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23352026-03-17T21:12:49.183Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23362026-03-17T21:12:49.237Z Compiling serde-untagged v0.1.9
23372026-03-17T21:12:49.515Z Compiling toml v0.8.23
23382026-03-17T21:12:49.578Z Compiling smf v0.2.3
23392026-03-17T21:12:49.709Z Compiling filetime v0.2.27
23402026-03-17T21:12:49.733Z Compiling same-file v1.0.6
23412026-03-17T21:12:49.866Z Compiling xattr v1.6.1
23422026-03-17T21:12:49.909Z Compiling constant_time_eq v0.4.2
23432026-03-17T21:12:49.970Z Compiling whoami v1.6.1
23442026-03-17T21:12:49.973Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23452026-03-17T21:12:50.019Z Compiling arrayvec v0.7.6
23462026-03-17T21:12:50.023Z Compiling unicode-xid v0.2.6
23472026-03-17T21:12:50.023Z Compiling arrayref v0.3.9
23482026-03-17T21:12:50.114Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23492026-03-17T21:12:50.142Z Compiling tar v0.4.44
23502026-03-17T21:12:50.170Z Compiling walkdir v2.5.0
23512026-03-17T21:12:50.194Z Compiling cargo-util-schemas v0.8.2
23522026-03-17T21:12:50.217Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23532026-03-17T21:12:50.527Z Compiling tokio-dtrace v0.1.1
23542026-03-17T21:12:50.566Z Compiling gethostname v0.5.0
23552026-03-17T21:12:50.762Z Compiling cargo-platform v0.2.0
23562026-03-17T21:12:50.961Z Compiling topological-sort v0.2.2
23572026-03-17T21:12:50.983Z Compiling oxide-tokio-rt v0.1.3
23582026-03-17T21:12:51.064Z Compiling shell-words v1.1.1
23592026-03-17T21:12:51.106Z Compiling indent_write v2.2.0
23602026-03-17T21:12:51.128Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23612026-03-17T21:12:51.853Z Compiling cargo_metadata v0.21.0
23622026-03-17T21:13:02.912Z Compiling progenitor-client v0.10.0
23632026-03-17T21:13:02.912Z Compiling omicron-zone-package v0.12.2
23642026-03-17T21:13:02.951Z Compiling progenitor-client v0.13.0
23652026-03-17T21:13:03.052Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23662026-03-17T21:13:03.052Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23672026-03-17T21:13:03.056Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23682026-03-17T21:13:03.056Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23692026-03-17T21:13:03.281Z Compiling progenitor-extras v0.1.1
23702026-03-17T21:13:03.569Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23712026-03-17T21:13:13.195Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23722026-03-17T21:13:14.478Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23732026-03-17T21:13:22.777Z Finished `release` profile [optimized] target(s) in 1m 54s
23742026-03-17T21:13:22.962Z Running `target/release/omicron-package -t test target create -p dev`
23752026-03-17T21:13:23.033ZLogging to: /work/oxidecomputer/omicron/out/LOG
23762026-03-17T21:13:23.037ZCreated new build target 'test' and set it as active
23772026-03-17T21:13:23.037Z
23782026-03-17T21:13:23.037Zreal 1:54.893822452
23792026-03-17T21:13:23.037Zuser 20:21.956011145
23802026-03-17T21:13:23.037Zsys 3:05.389035393
23812026-03-17T21:13:23.037Ztrap 0.537384470
23822026-03-17T21:13:23.037Ztflt 3.100967226
23832026-03-17T21:13:23.037Zdflt 3.943079337
23842026-03-17T21:13:23.037Zkflt 0.000516481
23852026-03-17T21:13:23.037Zlock 1:04:46.805021643
23862026-03-17T21:13:23.037Zslp 52:04.846911799
23872026-03-17T21:13:23.037Zlat 48.894469830
23882026-03-17T21:13:23.037Zstop 7:37.130796993
23892026-03-17T21:13:23.041Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23902026-03-17T21:13:24.264Z Finished `release` profile [optimized] target(s) in 1.21s
23912026-03-17T21:13:24.337Z Running `target/release/omicron-package -t test package`
23922026-03-17T21:13:24.405ZLogging to: /work/oxidecomputer/omicron/out/LOG
23932026-03-17T21:13:26.345Z Compiling regress v0.10.5
23942026-03-17T21:13:26.345Z Compiling heck v0.5.0
23952026-03-17T21:13:26.349Z Compiling unsafe-libyaml v0.2.11
23962026-03-17T21:13:26.349Z Compiling convert_case v0.4.0
23972026-03-17T21:13:26.659Z Compiling half v2.7.1
23982026-03-17T21:13:26.659Z Compiling ciborium-io v0.2.2
23992026-03-17T21:13:26.720Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24002026-03-17T21:13:26.724Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24012026-03-17T21:13:26.780Z Compiling prettyplease v0.2.37
24022026-03-17T21:13:26.810Z Compiling typify-impl v0.6.1
24032026-03-17T21:13:26.840Z Compiling universal-hash v0.5.1
24042026-03-17T21:13:26.845Z Compiling thiserror-impl-no-std v2.0.2
24052026-03-17T21:13:26.845Z Compiling unicode-width v0.1.14
24062026-03-17T21:13:26.845Z Compiling opaque-debug v0.3.1
24072026-03-17T21:13:26.902Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24082026-03-17T21:13:26.961Z Compiling chacha20 v0.9.1
24092026-03-17T21:13:26.965Z Compiling password-hash v0.5.0
24102026-03-17T21:13:27.061Z Compiling ciborium-ll v0.2.2
24112026-03-17T21:13:27.064Z Compiling derive_more v0.99.20
24122026-03-17T21:13:27.064Z Compiling poly1305 v0.8.0
24132026-03-17T21:13:27.064Z Compiling blake2 v0.10.6
24142026-03-17T21:13:27.190Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24152026-03-17T21:13:27.326Z Compiling serde_yaml v0.9.34+deprecated
24162026-03-17T21:13:27.359Z Compiling ciborium v0.2.2
24172026-03-17T21:13:27.391Z Compiling aead v0.5.2
24182026-03-17T21:13:27.427Z Compiling is-terminal v0.4.17
24192026-03-17T21:13:27.517Z Compiling swrite v0.1.0
24202026-03-17T21:13:27.589Z Compiling argon2 v0.5.3
24212026-03-17T21:13:27.670Z Compiling chacha20poly1305 v0.10.1
24222026-03-17T21:13:27.702Z Compiling serde_spanned v1.0.4
24232026-03-17T21:13:27.827Z Compiling toml_writer v1.0.6+spec-1.1.0
24242026-03-17T21:13:27.936Z Compiling bytecount v0.6.9
24252026-03-17T21:13:27.940Z Compiling rustls v0.22.4
24262026-03-17T21:13:27.969Z Compiling rustls-webpki v0.102.8
24272026-03-17T21:13:28.043Z Compiling derive-where v1.6.0
24282026-03-17T21:13:28.158Z Compiling toml v0.9.12+spec-1.1.0
24292026-03-17T21:13:28.192Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24302026-03-17T21:13:28.227Z Compiling thread_local v1.1.9
24312026-03-17T21:13:28.259Z Compiling match_cfg v0.1.0
24322026-03-17T21:13:28.302Z Compiling thiserror-no-std v2.0.2
24332026-03-17T21:13:28.380Z Compiling hostname v0.3.1
24342026-03-17T21:13:28.464Z Compiling vsss-rs v3.3.4
24352026-03-17T21:13:28.566Z Compiling multer v3.1.0
24362026-03-17T21:13:28.674Z Compiling slog-async v2.8.0
24372026-03-17T21:13:28.724Z Compiling slog-json v2.6.1
24382026-03-17T21:13:28.766Z Compiling crossbeam-channel v0.5.15
24392026-03-17T21:13:28.798Z Compiling futures-executor v0.3.32
24402026-03-17T21:13:28.935Z Compiling take_mut v0.2.2
24412026-03-17T21:13:28.969Z Compiling term v1.2.1
24422026-03-17T21:13:29.013Z Compiling slog-bunyan v2.5.0
24432026-03-17T21:13:29.117Z Compiling futures v0.3.32
24442026-03-17T21:13:29.194Z Compiling async-stream v0.3.6
24452026-03-17T21:13:29.229Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24462026-03-17T21:13:29.264Z Compiling dropshot v0.16.7
24472026-03-17T21:13:29.364Z Compiling slog-term v2.9.2
24482026-03-17T21:13:29.407Z Compiling progenitor-client v0.13.0
24492026-03-17T21:13:29.442Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24502026-03-17T21:13:29.480Z Compiling waitgroup v0.1.2
24512026-03-17T21:13:29.687Z Compiling backon v1.6.0
24522026-03-17T21:13:29.721Z Compiling rustls-pemfile v2.2.0
24532026-03-17T21:13:29.726Z Compiling hostname v0.4.2
24542026-03-17T21:13:29.786Z Compiling serde_path_to_error v0.1.20
24552026-03-17T21:13:29.825Z Compiling instant v0.1.13
24562026-03-17T21:13:29.860Z Compiling debug-ignore v1.0.5
24572026-03-17T21:13:29.866Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24582026-03-17T21:13:29.929Z Compiling progenitor-extras v0.1.1
24592026-03-17T21:13:29.964Z Compiling backoff v0.4.0
24602026-03-17T21:13:30.004Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24612026-03-17T21:13:30.010Z Compiling parse-display v0.10.0
24622026-03-17T21:13:30.010Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24632026-03-17T21:13:30.038Z Compiling progenitor-client v0.10.0
24642026-03-17T21:13:30.134Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24652026-03-17T21:13:30.138Z Compiling macaddr v1.0.1
24662026-03-17T21:13:30.264Z Compiling console v0.15.11
24672026-03-17T21:13:30.306Z Compiling newline-converter v0.3.0
24682026-03-17T21:13:30.310Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24692026-03-17T21:13:30.311Z Compiling atomicwrites v0.4.4
24702026-03-17T21:13:30.414Z Compiling num-rational v0.4.2
24712026-03-17T21:13:30.489Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24722026-03-17T21:13:30.524Z Compiling num-complex v0.4.6
24732026-03-17T21:13:30.607Z Compiling slog-dtrace v0.3.0
24742026-03-17T21:13:30.739Z Compiling async-recursion v1.1.1
24752026-03-17T21:13:30.771Z Compiling owo-colors v4.3.0
24762026-03-17T21:13:30.885Z Compiling expectorate v1.2.0
24772026-03-17T21:13:31.035Z Compiling cancel-safe-futures v0.1.5
24782026-03-17T21:13:31.173Z Compiling tokio-rustls v0.25.0
24792026-03-17T21:13:31.212Z Compiling num v0.4.3
24802026-03-17T21:13:31.249Z Compiling float-ord v0.3.2
24812026-03-17T21:13:31.414Z Compiling libsw-core v0.3.2
24822026-03-17T21:13:31.509Z Compiling resolv-conf v0.7.6
24832026-03-17T21:13:31.518Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24842026-03-17T21:13:31.647Z Compiling libsw v3.5.0
24852026-03-17T21:13:31.708Z Compiling toml v0.8.23
24862026-03-17T21:13:31.741Z Compiling linear-map v1.2.0
24872026-03-17T21:13:31.889Z Compiling linked-hash-map v0.5.6
24882026-03-17T21:13:31.917Z Compiling minimal-lexical v0.2.1
24892026-03-17T21:13:32.043Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24902026-03-17T21:13:32.082Z Compiling unicode-xid v0.2.6
24912026-03-17T21:13:32.203Z Compiling lru-cache v0.1.2
24922026-03-17T21:13:32.282Z Compiling nom v7.1.3
24932026-03-17T21:13:32.304Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24942026-03-17T21:13:32.350Z Compiling globset v0.4.18
24952026-03-17T21:13:32.359Z Compiling hickory-proto v0.24.4
24962026-03-17T21:13:32.420Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24972026-03-17T21:13:32.536Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24982026-03-17T21:13:32.754Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24992026-03-17T21:13:32.935Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25002026-03-17T21:13:33.669Z Compiling typify-macro v0.6.1
25012026-03-17T21:13:34.130Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25022026-03-17T21:13:34.206Z Compiling convert_case v0.10.0
25032026-03-17T21:13:34.609Z Compiling derive_more-impl v2.1.1
25042026-03-17T21:13:35.365Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25052026-03-17T21:13:35.628Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25062026-03-17T21:13:35.663Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25072026-03-17T21:13:35.817Z Compiling typify v0.6.1
25082026-03-17T21:13:35.948Z Compiling hickory-resolver v0.24.4
25092026-03-17T21:13:36.016Z Compiling progenitor-impl v0.13.0
25102026-03-17T21:13:36.163Z Compiling pin-project-internal v1.1.11
25112026-03-17T21:13:36.866Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25122026-03-17T21:13:37.136Z Compiling derive_more v2.1.1
25132026-03-17T21:13:37.294Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25142026-03-17T21:13:37.492Z Compiling qorb v0.4.1
25152026-03-17T21:13:37.592Z Compiling pin-project v1.1.11
25162026-03-17T21:13:37.761Z Compiling pem v3.0.6
25172026-03-17T21:13:38.003Z Compiling snafu-derive v0.8.9
25182026-03-17T21:13:38.739Z Compiling termtree v0.5.1
25192026-03-17T21:13:38.861Z Compiling crossterm v0.29.0
25202026-03-17T21:13:38.996Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25212026-03-17T21:13:39.190Z Compiling progenitor-macro v0.13.0
25222026-03-17T21:13:40.233Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25232026-03-17T21:13:40.335Z Compiling snafu v0.8.9
25242026-03-17T21:13:41.078Z Compiling olpc-cjson v0.1.4
25252026-03-17T21:13:41.384Z Compiling phf_shared v0.12.1
25262026-03-17T21:13:41.711Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25272026-03-17T21:13:41.827Z Compiling serde_plain v1.0.2
25282026-03-17T21:13:42.401Z Compiling vte v0.14.1
25292026-03-17T21:13:42.636Z Compiling csv-core v0.1.13
25302026-03-17T21:13:42.733Z Compiling typed-path v0.9.3
25312026-03-17T21:13:42.780Z Compiling highway v1.3.0
25322026-03-17T21:13:42.979Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25332026-03-17T21:13:43.205Z Compiling chrono-tz v0.10.4
25342026-03-17T21:13:43.524Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25352026-03-17T21:13:43.708Z Compiling csv v1.4.0
25362026-03-17T21:13:43.875Z Compiling strip-ansi-escapes v0.2.1
25372026-03-17T21:13:44.025Z Compiling phf v0.12.1
25382026-03-17T21:13:44.307Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25392026-03-17T21:13:44.339Z Compiling tough v0.20.0
25402026-03-17T21:13:44.448Z Compiling const_format_proc_macros v0.2.34
25412026-03-17T21:13:44.616Z Compiling papergrid v0.11.0
25422026-03-17T21:13:44.968Z Compiling fd-lock v4.0.4
25432026-03-17T21:13:45.027Z Compiling peg-macros v0.8.5
25442026-03-17T21:13:45.191Z Compiling tabled_derive v0.7.0
25452026-03-17T21:13:45.311Z Compiling progenitor v0.13.0
25462026-03-17T21:13:45.564Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25472026-03-17T21:13:46.408Z Compiling nu-ansi-term v0.50.3
25482026-03-17T21:13:46.502Z Compiling tabled v0.15.0
25492026-03-17T21:13:46.590Z Compiling const_format v0.2.35
25502026-03-17T21:13:46.739Z Compiling peg v0.8.5
25512026-03-17T21:13:46.770Z Compiling reedline v0.40.0
25522026-03-17T21:13:46.922Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25532026-03-17T21:13:47.301Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25542026-03-17T21:13:47.333Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25552026-03-17T21:13:48.959Z Compiling bcs v0.1.6
25562026-03-17T21:13:49.102Z Compiling semver v0.1.20
25572026-03-17T21:13:49.494Z Compiling rustc_version v0.1.7
25582026-03-17T21:13:49.528Z Compiling base64 v0.21.7
25592026-03-17T21:13:49.807Z Compiling newtype_derive v0.1.6
25602026-03-17T21:13:50.091Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25612026-03-17T21:13:50.239Z Compiling typify-impl v0.4.3
25622026-03-17T21:13:50.389Z Compiling unicode-linebreak v0.1.5
25632026-03-17T21:13:50.795Z Compiling humantime v2.3.0
25642026-03-17T21:13:50.963Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25652026-03-17T21:13:51.181Z Compiling smawk v0.3.2
25662026-03-17T21:13:51.366Z Compiling dropshot-api-manager-types v0.6.0
25672026-03-17T21:13:51.410Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25682026-03-17T21:13:51.444Z Compiling textwrap v0.16.2
25692026-03-17T21:13:51.448Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25702026-03-17T21:13:51.656Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25712026-03-17T21:13:52.025Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25722026-03-17T21:13:52.146Z Compiling steno v0.4.1
25732026-03-17T21:13:52.952Z Compiling utf-8 v0.7.6
25742026-03-17T21:13:53.259Z Compiling tagptr v0.2.0
25752026-03-17T21:13:53.603Z Compiling moka v0.12.13
25762026-03-17T21:13:54.184Z Compiling tungstenite v0.21.0
25772026-03-17T21:13:54.433Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25782026-03-17T21:13:54.653Z Compiling radium v0.7.0
25792026-03-17T21:13:55.031Z Compiling tokio-tungstenite v0.21.0
25802026-03-17T21:13:55.382Z Compiling hickory-resolver v0.25.2
25812026-03-17T21:13:55.442Z Compiling typify-macro v0.4.3
25822026-03-17T21:13:55.562Z Compiling maybe-uninit v2.0.0
25832026-03-17T21:13:55.869Z Compiling tap v1.0.1
25842026-03-17T21:13:56.062Z Compiling wyz v0.5.1
25852026-03-17T21:13:56.387Z Compiling zerocopy-derive v0.6.6
25862026-03-17T21:13:56.417Z Compiling funty v2.0.0
25872026-03-17T21:13:56.828Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25882026-03-17T21:13:56.907Z Compiling display-error-chain v0.2.2
25892026-03-17T21:13:57.129Z Compiling packed_struct v0.10.1
25902026-03-17T21:13:57.466Z Compiling crc-catalog v2.4.0
25912026-03-17T21:13:57.528Z Compiling typify v0.4.3
25922026-03-17T21:13:57.633Z Compiling crc v3.4.0
25932026-03-17T21:13:57.722Z Compiling progenitor-impl v0.10.0
25942026-03-17T21:13:57.785Z Compiling zerocopy v0.6.6
25952026-03-17T21:13:57.949Z Compiling bitvec v1.0.1
25962026-03-17T21:13:58.339Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25972026-03-17T21:14:00.502Z Compiling packed_struct_codegen v0.10.1
25982026-03-17T21:14:00.539Z Compiling bitfield-macros v0.19.4
25992026-03-17T21:14:00.807Z Compiling progenitor-macro v0.10.0
26002026-03-17T21:14:00.907Z Compiling indexmap v1.9.3
26012026-03-17T21:14:01.209Z Compiling nodrop v0.1.14
26022026-03-17T21:14:01.374Z Compiling array-init v0.0.4
26032026-03-17T21:14:01.512Z Compiling bitfield v0.19.4
26042026-03-17T21:14:02.009Z Compiling smallvec v0.6.14
26052026-03-17T21:14:02.058Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26062026-03-17T21:14:02.089Z Compiling num-derive v0.3.3
26072026-03-17T21:14:02.365Z Compiling proc-macro-error-attr2 v2.0.0
26082026-03-17T21:14:02.887Z Compiling hashbrown v0.12.3
26092026-03-17T21:14:03.243Z Compiling libscf-sys v1.1.0
26102026-03-17T21:14:03.272Z Compiling proc-macro-error2 v2.0.1
26112026-03-17T21:14:03.335Z Compiling serde-hex v0.1.0
26122026-03-17T21:14:03.472Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26132026-03-17T21:14:03.680Z Compiling ron v0.8.1
26142026-03-17T21:14:03.769Z Compiling hashbrown v0.13.2
26152026-03-17T21:14:03.799Z Compiling vergen-gitcl v1.0.8
26162026-03-17T21:14:04.127Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26172026-03-17T21:14:04.197Z Compiling dirs-sys-next v0.1.2
26182026-03-17T21:14:04.421Z Compiling crunchy v0.2.4
26192026-03-17T21:14:04.566Z Compiling diesel_derives v2.3.7
26202026-03-17T21:14:04.629Z Compiling glob v0.3.3
26212026-03-17T21:14:04.784Z Compiling maplit v1.0.2
26222026-03-17T21:14:04.853Z Compiling crc-any v2.5.0
26232026-03-17T21:14:05.024Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26242026-03-17T21:14:05.126Z Compiling clang-sys v1.8.1
26252026-03-17T21:14:05.342Z Compiling object v0.30.4
26262026-03-17T21:14:05.424Z Compiling dirs-next v2.0.0
26272026-03-17T21:14:05.643Z Compiling tabled_derive v0.11.0
26282026-03-17T21:14:05.687Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26292026-03-17T21:14:05.719Z Compiling papergrid v0.17.0
26302026-03-17T21:14:05.870Z Compiling testing_table v0.3.0
26312026-03-17T21:14:06.302Z Compiling dsl_auto_type v0.2.0
26322026-03-17T21:14:06.422Z Compiling scheduled-thread-pool v0.2.7
26332026-03-17T21:14:06.475Z Compiling diesel_table_macro_syntax v0.3.0
26342026-03-17T21:14:06.585Z Compiling tiny-keccak v2.0.2
26352026-03-17T21:14:06.786Z Compiling path-slash v0.1.5
26362026-03-17T21:14:06.823Z Compiling progenitor v0.10.0
26372026-03-17T21:14:06.828Z Compiling r2d2 v0.8.10
26382026-03-17T21:14:07.027Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26392026-03-17T21:14:07.101Z Compiling term v0.7.0
26402026-03-17T21:14:07.201Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26412026-03-17T21:14:07.205Z Compiling arc-swap v1.8.2
26422026-03-17T21:14:07.268Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26432026-03-17T21:14:07.306Z Compiling downcast-rs v2.0.2
26442026-03-17T21:14:07.483Z Compiling tabled v0.20.0
26452026-03-17T21:14:07.586Z Compiling bit-vec v0.6.3
26462026-03-17T21:14:07.658Z Compiling xshell-macros v0.2.7
26472026-03-17T21:14:07.785Z Compiling slog-scope v4.4.1
26482026-03-17T21:14:07.819Z Compiling ascii-canvas v3.0.0
26492026-03-17T21:14:07.898Z Compiling bit-set v0.5.3
26502026-03-17T21:14:08.180Z Compiling xshell v0.2.7
26512026-03-17T21:14:08.183Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26522026-03-17T21:14:08.358Z Compiling itertools v0.10.5
26532026-03-17T21:14:08.484Z Compiling ena v0.14.4
26542026-03-17T21:14:08.809Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26552026-03-17T21:14:08.843Z Compiling libloading v0.8.9
26562026-03-17T21:14:09.148Z Compiling bindgen v0.71.1
26572026-03-17T21:14:09.179Z Compiling unicase v2.9.0
26582026-03-17T21:14:09.529Z Compiling diff v0.1.13
26592026-03-17T21:14:09.591Z Compiling regex-syntax v0.6.29
26602026-03-17T21:14:09.874Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26612026-03-17T21:14:09.994Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26622026-03-17T21:14:11.479Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26632026-03-17T21:14:11.913Z Compiling lalrpop v0.19.12
26642026-03-17T21:14:12.345Z Compiling slog-stdlog v4.1.1
26652026-03-17T21:14:12.922Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26662026-03-17T21:14:13.014Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26672026-03-17T21:14:13.771Z Compiling cexpr v0.6.0
26682026-03-17T21:14:13.882Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26692026-03-17T21:14:14.451Z Compiling diesel v2.3.7
26702026-03-17T21:14:14.486Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26712026-03-17T21:14:14.614Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26722026-03-17T21:14:14.647Z Compiling crc8 v0.1.1
26732026-03-17T21:14:14.831Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26742026-03-17T21:14:14.861Z Compiling slog-envlogger v2.2.0
26752026-03-17T21:14:14.890Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26762026-03-17T21:14:15.563Z Compiling headers-core v0.3.0
26772026-03-17T21:14:15.597Z Compiling libxml v0.3.3
26782026-03-17T21:14:15.756Z Compiling headers v0.4.1
26792026-03-17T21:14:16.110Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26802026-03-17T21:14:16.393Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26812026-03-17T21:14:16.679Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26822026-03-17T21:14:17.281Z Compiling strum_macros v0.24.3
26832026-03-17T21:14:17.749Z Compiling indoc v1.0.9
26842026-03-17T21:14:17.919Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26852026-03-17T21:14:17.926Z Compiling derive_builder v0.20.2
26862026-03-17T21:14:18.161Z Compiling oso-derive v0.27.3
26872026-03-17T21:14:18.206Z Compiling quick-xml v0.37.5
26882026-03-17T21:14:18.320Z Compiling impl-trait-for-tuples v0.2.3
26892026-03-17T21:14:18.875Z Compiling openssl-probe v0.1.6
26902026-03-17T21:14:18.934Z Compiling half v1.8.3
26912026-03-17T21:14:19.084Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26922026-03-17T21:14:19.113Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26932026-03-17T21:14:19.260Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26942026-03-17T21:14:19.521Z Compiling serde_cbor v0.11.2
26952026-03-17T21:14:20.058Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26962026-03-17T21:14:20.196Z Compiling bb8 v0.8.6
26972026-03-17T21:14:20.300Z Compiling trait-variant v0.1.2
26982026-03-17T21:14:20.419Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26992026-03-17T21:14:20.704Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27002026-03-17T21:14:20.844Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27012026-03-17T21:14:21.014Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27022026-03-17T21:14:21.059Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27032026-03-17T21:14:21.130Z Compiling fxhash v0.2.1
27042026-03-17T21:14:21.306Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27052026-03-17T21:14:21.393Z Compiling kstat-rs v0.2.4
27062026-03-17T21:14:21.645Z Compiling samael v0.0.19
27072026-03-17T21:14:21.675Z Compiling libz-sys v1.1.24
27082026-03-17T21:14:21.705Z Compiling salty v0.3.0
27092026-03-17T21:14:21.803Z Compiling nonempty v0.12.0
27102026-03-17T21:14:22.101Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27112026-03-17T21:14:22.159Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27122026-03-17T21:14:22.316Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27132026-03-17T21:14:22.408Z Compiling progenitor-impl v0.11.2
27142026-03-17T21:14:22.633Z Compiling darling_core v0.23.0
27152026-03-17T21:14:22.795Z Compiling nanorand v0.7.0
27162026-03-17T21:14:23.252Z Compiling fs-err v2.11.0
27172026-03-17T21:14:23.292Z Compiling polar-core v0.27.3
27182026-03-17T21:14:23.552Z Compiling parking_lot_core v0.8.6
27192026-03-17T21:14:23.590Z Compiling mime_guess v2.0.5
27202026-03-17T21:14:24.151Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27212026-03-17T21:14:24.328Z Compiling flume v0.11.1
27222026-03-17T21:14:24.867Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27232026-03-17T21:14:25.582Z Compiling progenitor-macro v0.11.2
27242026-03-17T21:14:25.880Z Compiling darling_macro v0.23.0
27252026-03-17T21:14:26.549Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27262026-03-17T21:14:27.228Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27272026-03-17T21:14:27.271Z Compiling progenitor-client v0.11.2
27282026-03-17T21:14:27.940Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27292026-03-17T21:14:29.089Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27302026-03-17T21:14:29.497Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27312026-03-17T21:14:30.416Z Compiling git-stub v1.0.0
27322026-03-17T21:14:30.800Z Compiling libgit2-sys v0.18.3+1.9.2
27332026-03-17T21:14:31.327Z Compiling instability v0.3.11
27342026-03-17T21:14:31.497Z Compiling progenitor v0.11.2
27352026-03-17T21:14:31.785Z Compiling git-stub-vcs v0.1.0
27362026-03-17T21:14:32.256Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27372026-03-17T21:14:33.675Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27382026-03-17T21:14:33.856Z Compiling darling v0.23.0
27392026-03-17T21:14:34.004Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27402026-03-17T21:14:37.051Z Compiling oso v0.27.3
27412026-03-17T21:14:37.982Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27422026-03-17T21:14:38.108Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27432026-03-17T21:14:38.346Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27442026-03-17T21:14:39.429Z Compiling async-bb8-diesel v0.2.1
27452026-03-17T21:14:39.573Z Compiling diesel-dtrace v0.5.0
27462026-03-17T21:14:39.850Z Compiling ignore v0.4.25
27472026-03-17T21:14:40.014Z Compiling primeorder v0.13.6
27482026-03-17T21:14:40.432Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27492026-03-17T21:14:41.926Z Compiling castaway v0.2.4
27502026-03-17T21:14:42.047Z Compiling nibble_vec v0.1.0
27512026-03-17T21:14:42.122Z Compiling atty v0.2.14
27522026-03-17T21:14:42.290Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-03-17T21:14:42.320Z Compiling endian-type v0.1.2
27542026-03-17T21:14:42.324Z Compiling indoc v2.0.7
27552026-03-17T21:14:42.622Z Compiling http-range v0.1.5
27562026-03-17T21:14:42.633Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27572026-03-17T21:14:42.888Z Compiling parse-size v1.1.0
27582026-03-17T21:14:43.113Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27592026-03-17T21:14:43.168Z Compiling radix_trie v0.2.1
27602026-03-17T21:14:43.712Z Compiling compact_str v0.8.1
27612026-03-17T21:14:43.777Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-03-17T21:14:43.878Z Compiling globwalk v0.9.1
27632026-03-17T21:14:45.219Z Compiling p384 v0.13.1
27642026-03-17T21:14:45.462Z Compiling parking_lot v0.11.2
27652026-03-17T21:14:46.252Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27662026-03-17T21:14:46.374Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27672026-03-17T21:14:46.544Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27682026-03-17T21:14:46.641Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27692026-03-17T21:14:46.798Z Compiling predicates-tree v1.0.13
27702026-03-17T21:14:46.953Z Compiling unicode-truncate v1.1.0
27712026-03-17T21:14:47.225Z Compiling lru v0.12.5
27722026-03-17T21:14:47.371Z Compiling prefix-trie v0.7.0
27732026-03-17T21:14:47.514Z Compiling vergen-git2 v1.0.7
27742026-03-17T21:14:47.832Z Compiling cassowary v0.3.0
27752026-03-17T21:14:48.026Z Compiling hickory-server v0.25.2
27762026-03-17T21:14:48.058Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27772026-03-17T21:14:48.436Z Compiling ratatui v0.29.0
27782026-03-17T21:14:49.080Z Compiling camino-tempfile-ext v0.3.3
27792026-03-17T21:14:49.517Z Compiling hyper-staticfile v0.10.1
27802026-03-17T21:14:49.842Z Compiling sled v0.34.7
27812026-03-17T21:14:50.720Z Compiling hickory-client v0.25.2
27822026-03-17T21:14:51.433Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27832026-03-17T21:14:51.601Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27842026-03-17T21:14:51.876Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27852026-03-17T21:14:51.880Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27862026-03-17T21:14:52.257Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27872026-03-17T21:14:52.947Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27882026-03-17T21:14:53.137Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27892026-03-17T21:14:53.336Z Compiling rand_seeder v0.4.0
27902026-03-17T21:14:53.674Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27912026-03-17T21:14:53.867Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27922026-03-17T21:14:54.179Z Compiling lzma-sys v0.1.20
27932026-03-17T21:14:54.299Z Compiling corncobs v0.1.4
27942026-03-17T21:14:54.629Z Compiling rustls v0.21.12
27952026-03-17T21:14:54.662Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27962026-03-17T21:14:54.812Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27972026-03-17T21:14:55.036Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27982026-03-17T21:14:55.142Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27992026-03-17T21:14:55.244Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28002026-03-17T21:14:55.362Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28012026-03-17T21:14:55.426Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28022026-03-17T21:14:55.709Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28032026-03-17T21:14:55.932Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28042026-03-17T21:14:56.270Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28052026-03-17T21:14:57.199Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28062026-03-17T21:14:59.295Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28072026-03-17T21:14:59.963Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28082026-03-17T21:15:00.243Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28092026-03-17T21:15:00.276Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28102026-03-17T21:15:00.542Z Compiling cargo_toml v0.22.3
28112026-03-17T21:15:00.587Z Compiling rustls-webpki v0.101.7
28122026-03-17T21:15:01.861Z Compiling sct v0.7.1
28132026-03-17T21:15:02.199Z Compiling nix v0.29.0
28142026-03-17T21:15:02.731Z Compiling git2 v0.20.4
28152026-03-17T21:15:02.763Z Compiling secrecy v0.8.0
28162026-03-17T21:15:02.800Z Compiling void v1.0.2
28172026-03-17T21:15:02.999Z Compiling lzss v0.8.2
28182026-03-17T21:15:03.578Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28192026-03-17T21:15:03.630Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28202026-03-17T21:15:03.937Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28212026-03-17T21:15:03.988Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28222026-03-17T21:15:04.343Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28232026-03-17T21:15:05.242Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28242026-03-17T21:15:05.307Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28252026-03-17T21:15:05.757Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28262026-03-17T21:15:06.192Z Compiling tungstenite v0.23.0
28272026-03-17T21:15:06.262Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28282026-03-17T21:15:06.559Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28292026-03-17T21:15:06.803Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28302026-03-17T21:15:06.844Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28312026-03-17T21:15:07.093Z Compiling nix v0.27.1
28322026-03-17T21:15:07.137Z Compiling serde_bytes v0.11.19
28332026-03-17T21:15:07.275Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28342026-03-17T21:15:07.574Z Compiling tokio-tungstenite v0.23.1
28352026-03-17T21:15:07.699Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28362026-03-17T21:15:08.067Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28372026-03-17T21:15:09.203Z Compiling tokio-rustls v0.24.1
28382026-03-17T21:15:09.238Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28392026-03-17T21:15:09.603Z Compiling xz2 v0.1.7
28402026-03-17T21:15:09.967Z Compiling ron v0.12.0
28412026-03-17T21:15:10.101Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28422026-03-17T21:15:10.764Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28432026-03-17T21:15:11.985Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28442026-03-17T21:15:14.686Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28452026-03-17T21:15:15.152Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28462026-03-17T21:15:16.026Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28472026-03-17T21:15:17.296Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28482026-03-17T21:15:17.366Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28492026-03-17T21:15:17.854Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28502026-03-17T21:15:18.799Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28512026-03-17T21:15:19.046Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28522026-03-17T21:15:19.433Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28532026-03-17T21:15:21.375Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28542026-03-17T21:15:22.327Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28552026-03-17T21:15:22.976Z Compiling rustls-pemfile v1.0.4
28562026-03-17T21:15:23.117Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28572026-03-17T21:15:23.495Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28582026-03-17T21:15:24.854Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28592026-03-17T21:15:25.158Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28602026-03-17T21:15:25.629Z Compiling signal-hook-tokio v0.3.1
28612026-03-17T21:15:25.878Z Compiling yasna v0.5.2
28622026-03-17T21:15:26.192Z Compiling twox-hash v2.1.2
28632026-03-17T21:15:26.227Z Compiling base16ct v1.0.0
28642026-03-17T21:15:26.321Z Compiling is_ci v1.2.0
28652026-03-17T21:15:26.582Z Compiling rcgen v0.12.1
28662026-03-17T21:15:26.586Z Compiling supports-color v3.0.2
28672026-03-17T21:15:26.962Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28682026-03-17T21:15:27.319Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28692026-03-17T21:15:27.454Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28702026-03-17T21:15:27.791Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28712026-03-17T21:15:28.158Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28722026-03-17T21:15:28.539Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28732026-03-17T21:15:30.839Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28742026-03-17T21:15:32.166Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28752026-03-17T21:15:32.220Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28762026-03-17T21:15:32.989Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28772026-03-17T21:15:34.469Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28782026-03-17T21:15:34.768Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28792026-03-17T21:15:34.981Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28802026-03-17T21:15:35.132Z Compiling fatfs v0.3.6
28812026-03-17T21:15:35.258Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28822026-03-17T21:15:36.758Z Compiling rtoolbox v0.0.3
28832026-03-17T21:15:37.116Z Compiling subprocess v0.2.15
28842026-03-17T21:15:37.190Z Compiling seq-macro v0.3.6
28852026-03-17T21:15:37.845Z Compiling assert_matches v1.5.0
28862026-03-17T21:15:37.986Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28872026-03-17T21:15:38.603Z Compiling rpassword v7.4.0
28882026-03-17T21:15:38.969Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28892026-03-17T21:15:40.003Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28902026-03-17T21:15:40.375Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28912026-03-17T21:15:41.562Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28922026-03-17T21:15:41.730Z Compiling tui-tree-widget v0.23.1
28932026-03-17T21:15:42.090Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28942026-03-17T21:15:43.447Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28952026-03-17T21:15:44.058Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28962026-03-17T21:15:44.132Z Compiling uzers v0.12.2
28972026-03-17T21:15:44.675Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28982026-03-17T21:15:45.957Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28992026-03-17T21:15:47.452Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29002026-03-17T21:15:50.502Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29012026-03-17T21:15:51.119Z Compiling support-bundle-viewer v0.1.2
29022026-03-17T21:15:53.406Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29032026-03-17T21:15:53.484Z Compiling multimap v0.10.1
29042026-03-17T21:16:17.417Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29052026-03-17T21:16:18.632Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29062026-03-17T21:16:22.364Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29072026-03-17T21:23:23.139Z Finished `release` profile [optimized] target(s) in 9m 58s
29082026-03-17T21:24:17.502Z
29092026-03-17T21:24:17.506Zreal 10:54.472643009
29102026-03-17T21:24:17.506Zuser 1:41:25.759061807
29112026-03-17T21:24:17.506Zsys 4:15.140420795
29122026-03-17T21:24:17.506Ztrap 2.346546754
29132026-03-17T21:24:17.506Ztflt 2.551763392
29142026-03-17T21:24:17.506Zdflt 17.487585252
29152026-03-17T21:24:17.506Zkflt 0.001454131
29162026-03-17T21:24:17.506Zlock 8:08:01.100442426
29172026-03-17T21:24:17.506Zslp 2:49:26.741949475
29182026-03-17T21:24:17.506Zlat 2:50.115898981
29192026-03-17T21:24:17.506Zstop 7:16.975513120
29202026-03-17T21:24:17.506Z+ mapfile -t packages
29212026-03-17T21:24:17.506Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29222026-03-17T21:24:18.809Z Finished `release` profile [optimized] target(s) in 1.29s
29232026-03-17T21:24:18.883Z Running `target/release/omicron-package -t test list-outputs`
29242026-03-17T21:24:18.950ZLogging to: /work/oxidecomputer/omicron/out/LOG
29252026-03-17T21:24:18.953Z+ ptime -m cargo build --locked --release -p xtask
29262026-03-17T21:24:19.677Z Compiling libc v0.2.180
29272026-03-17T21:24:19.677Z Compiling serde v1.0.228
29282026-03-17T21:24:19.680Z Compiling serde_core v1.0.228
29292026-03-17T21:24:19.799Z Compiling rustix v1.1.3
29302026-03-17T21:24:19.817Z Compiling bitflags v2.11.0
29312026-03-17T21:24:19.821Z Compiling serde_json v1.0.149
29322026-03-17T21:24:19.859Z Compiling num-traits v0.2.19
29332026-03-17T21:24:19.862Z Compiling hashbrown v0.16.1
29342026-03-17T21:24:19.876Z Compiling syn v2.0.117
29352026-03-17T21:24:19.902Z Compiling smallvec v1.15.1
29362026-03-17T21:24:19.934Z Compiling usdt-impl v0.5.0
29372026-03-17T21:24:19.951Z Compiling syn v1.0.109
29382026-03-17T21:24:19.968Z Compiling log v0.4.29
29392026-03-17T21:24:19.972Z Compiling getrandom v0.4.1
29402026-03-17T21:24:20.131Z Compiling percent-encoding v2.3.2
29412026-03-17T21:24:20.337Z Compiling form_urlencoded v1.2.2
29422026-03-17T21:24:20.404Z Compiling fs-err v3.3.0
29432026-03-17T21:24:20.458Z Compiling heck v0.4.1
29442026-03-17T21:24:20.525Z Compiling anyhow v1.0.102
29452026-03-17T21:24:20.541Z Compiling once_cell v1.21.3
29462026-03-17T21:24:20.683Z Compiling indexmap v2.13.0
29472026-03-17T21:24:20.904Z Compiling thread-id v4.2.2
29482026-03-17T21:24:20.968Z Compiling errno v0.3.14
29492026-03-17T21:24:20.971Z Compiling memmap v0.7.0
29502026-03-17T21:24:21.371Z Compiling ordered-float v2.10.1
29512026-03-17T21:24:22.115Z Compiling proc-macro-error v1.0.4
29522026-03-17T21:24:22.435Z Compiling tabled_derive v0.7.0
29532026-03-17T21:24:22.459Z Compiling terminal_size v0.4.3
29542026-03-17T21:24:22.462Z Compiling tempfile v3.25.0
29552026-03-17T21:24:22.603Z Compiling clap_builder v4.5.60
29562026-03-17T21:24:22.603Z Compiling textwrap v0.16.2
29572026-03-17T21:24:22.768Z Compiling camino-tempfile v1.4.1
29582026-03-17T21:24:23.294Z Compiling tabled v0.15.0
29592026-03-17T21:24:23.556Z Compiling synstructure v0.13.2
29602026-03-17T21:24:23.556Z Compiling pest_generator v2.8.6
29612026-03-17T21:24:24.111Z Compiling serde_derive v1.0.228
29622026-03-17T21:24:24.115Z Compiling zerofrom-derive v0.1.6
29632026-03-17T21:24:24.125Z Compiling yoke-derive v0.8.1
29642026-03-17T21:24:24.141Z Compiling zerovec-derive v0.11.2
29652026-03-17T21:24:24.264Z Compiling displaydoc v0.2.5
29662026-03-17T21:24:24.642Z Compiling thiserror-impl v1.0.69
29672026-03-17T21:24:24.669Z Compiling zerocopy-derive v0.7.35
29682026-03-17T21:24:24.735Z Compiling pest_derive v2.8.6
29692026-03-17T21:24:24.795Z Compiling scroll_derive v0.12.1
29702026-03-17T21:24:24.874Z Compiling thiserror-impl v2.0.18
29712026-03-17T21:24:24.903Z Compiling clap_derive v4.5.55
29722026-03-17T21:24:25.501Z Compiling zerofrom v0.1.6
29732026-03-17T21:24:25.648Z Compiling yoke v0.8.1
29742026-03-17T21:24:25.687Z Compiling scroll v0.12.0
29752026-03-17T21:24:25.752Z Compiling zerocopy v0.7.35
29762026-03-17T21:24:25.925Z Compiling zerovec v0.11.5
29772026-03-17T21:24:26.116Z Compiling zerotrie v0.2.3
29782026-03-17T21:24:26.167Z Compiling thiserror v1.0.69
29792026-03-17T21:24:26.321Z Compiling dtrace-parser v0.2.0
29802026-03-17T21:24:26.585Z Compiling goblin v0.8.2
29812026-03-17T21:24:26.676Z Compiling tinystr v0.8.2
29822026-03-17T21:24:26.723Z Compiling potential_utf v0.1.4
29832026-03-17T21:24:26.996Z Compiling icu_locale_core v2.1.1
29842026-03-17T21:24:26.999Z Compiling icu_collections v2.1.1
29852026-03-17T21:24:27.189Z Compiling thiserror v2.0.18
29862026-03-17T21:24:27.366Z Compiling clap v4.5.60
29872026-03-17T21:24:28.378Z Compiling icu_provider v2.1.1
29882026-03-17T21:24:28.533Z Compiling toml_datetime v0.6.11
29892026-03-17T21:24:28.663Z Compiling serde_spanned v0.6.9
29902026-03-17T21:24:28.888Z Compiling icu_normalizer v2.1.1
29912026-03-17T21:24:28.944Z Compiling icu_properties v2.1.2
29922026-03-17T21:24:28.998Z Compiling toml_edit v0.22.27
29932026-03-17T21:24:29.049Z Compiling dof v0.3.0
29942026-03-17T21:24:29.070Z Compiling serde_tokenstream v0.2.3
29952026-03-17T21:24:29.085Z Compiling serde-value v0.7.0
29962026-03-17T21:24:29.175Z Compiling cargo-platform v0.2.0
29972026-03-17T21:24:29.209Z Compiling macaddr v1.0.1
29982026-03-17T21:24:29.975Z Compiling usdt-macro v0.5.0
29992026-03-17T21:24:29.975Z Compiling usdt-attr-macro v0.5.0
30002026-03-17T21:24:30.258Z Compiling idna_adapter v1.2.1
30012026-03-17T21:24:30.406Z Compiling idna v1.1.0
30022026-03-17T21:24:31.094Z Compiling url v2.5.8
30032026-03-17T21:24:31.116Z Compiling usdt v0.5.0
30042026-03-17T21:24:31.198Z Compiling toml v0.8.23
30052026-03-17T21:24:31.869Z Compiling cargo-util-schemas v0.8.2
30062026-03-17T21:24:31.903Z Compiling cargo_toml v0.21.0
30072026-03-17T21:24:33.348Z Compiling cargo_metadata v0.21.0
30082026-03-17T21:24:37.519Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30092026-03-17T21:24:41.559Z Finished `release` profile [optimized] target(s) in 22.59s
30102026-03-17T21:24:41.709Z
30112026-03-17T21:24:41.712Zreal 22.720570922
30122026-03-17T21:24:41.712Zuser 3:10.944832708
30132026-03-17T21:24:41.712Zsys 21.070794879
30142026-03-17T21:24:41.712Ztrap 0.089268669
30152026-03-17T21:24:41.712Ztflt 0.651525857
30162026-03-17T21:24:41.712Zdflt 2.021665165
30172026-03-17T21:24:41.713Zkflt 0.000073442
30182026-03-17T21:24:41.713Zlock 7:11.902008923
30192026-03-17T21:24:41.713Zslp 4:23.998360934
30202026-03-17T21:24:41.713Zlat 7.427355990
30212026-03-17T21:24:41.713Zstop 28.406314235
30222026-03-17T21:24:41.713Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30232026-03-17T21:24:41.713Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30242026-03-17T21:24:41.713Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30252026-03-17T21:24:41.713Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30262026-03-17T21:24:41.713Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30272026-03-17T21:24:43.012Z Compiling regress v0.10.5
30282026-03-17T21:24:43.015Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30292026-03-17T21:24:43.202Z Compiling serde_spanned v1.0.4
30302026-03-17T21:24:43.206Z Compiling toml_writer v1.0.6+spec-1.1.0
30312026-03-17T21:24:43.206Z Compiling newtype-uuid-macros v0.1.0
30322026-03-17T21:24:43.206Z Compiling structmeta-derive v0.3.0
30332026-03-17T21:24:43.219Z Compiling rustls v0.22.4
30342026-03-17T21:24:43.224Z Compiling rustls-webpki v0.102.8
30352026-03-17T21:24:43.239Z Compiling multer v3.1.0
30362026-03-17T21:24:43.243Z Compiling match_cfg v0.1.0
30372026-03-17T21:24:43.243Z Compiling debug-ignore v1.0.5
30382026-03-17T21:24:43.302Z Compiling progenitor-client v0.13.0
30392026-03-17T21:24:43.323Z Compiling slog-json v2.6.1
30402026-03-17T21:24:43.327Z Compiling async-stream-impl v0.3.6
30412026-03-17T21:24:43.371Z Compiling dropshot v0.16.7
30422026-03-17T21:24:43.398Z Compiling itertools v0.14.0
30432026-03-17T21:24:43.474Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30442026-03-17T21:24:43.499Z Compiling waitgroup v0.1.2
30452026-03-17T21:24:43.574Z Compiling toml v0.9.12+spec-1.1.0
30462026-03-17T21:24:43.625Z Compiling hostname v0.3.1
30472026-03-17T21:24:43.701Z Compiling rustls-pemfile v2.2.0
30482026-03-17T21:24:43.753Z Compiling dropshot_endpoint v0.16.7
30492026-03-17T21:24:43.826Z Compiling slog-bunyan v2.5.0
30502026-03-17T21:24:43.830Z Compiling serde_path_to_error v0.1.20
30512026-03-17T21:24:43.830Z Compiling hostname v0.4.2
30522026-03-17T21:24:43.830Z Compiling macaddr v1.0.1
30532026-03-17T21:24:43.952Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30542026-03-17T21:24:43.977Z Compiling progenitor-client v0.10.0
30552026-03-17T21:24:44.030Z Compiling instant v0.1.13
30562026-03-17T21:24:44.068Z Compiling backon v1.6.0
30572026-03-17T21:24:44.189Z Compiling async-stream v0.3.6
30582026-03-17T21:24:44.216Z Compiling backoff v0.4.0
30592026-03-17T21:24:44.242Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30602026-03-17T21:24:44.274Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30612026-03-17T21:24:44.383Z Compiling progenitor-extras v0.1.1
30622026-03-17T21:24:44.410Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30632026-03-17T21:24:44.440Z Compiling unsafe-libyaml v0.2.11
30642026-03-17T21:24:44.440Z Compiling crucible-workspace-hack v0.1.0
30652026-03-17T21:24:44.489Z Compiling toml_edit v0.23.10+spec-1.0.0
30662026-03-17T21:24:44.493Z Compiling secrecy v0.10.3
30672026-03-17T21:24:44.542Z Compiling heapless v0.8.0
30682026-03-17T21:24:44.566Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30692026-03-17T21:24:44.725Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30702026-03-17T21:24:44.776Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30712026-03-17T21:24:44.780Z Compiling hash32 v0.3.1
30722026-03-17T21:24:44.830Z Compiling structmeta v0.3.0
30732026-03-17T21:24:44.883Z Compiling smoltcp v0.11.0
30742026-03-17T21:24:44.979Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30752026-03-17T21:24:45.040Z Compiling toml v0.8.23
30762026-03-17T21:24:45.103Z Compiling tabwriter v1.4.1
30772026-03-17T21:24:45.136Z Compiling cobs v0.3.0
30782026-03-17T21:24:45.162Z Compiling derive-ex v0.1.8
30792026-03-17T21:24:45.165Z Compiling parse-display-derive v0.10.0
30802026-03-17T21:24:45.213Z Compiling serde_yaml v0.9.34+deprecated
30812026-03-17T21:24:45.236Z Compiling ingot-macros v0.1.1
30822026-03-17T21:24:45.295Z Compiling proc-macro-crate v3.4.0
30832026-03-17T21:24:45.430Z Compiling foreign-types-macros v0.2.3
30842026-03-17T21:24:45.456Z Compiling foreign-types-shared v0.3.1
30852026-03-17T21:24:45.479Z Compiling convert_case v0.4.0
30862026-03-17T21:24:45.504Z Compiling cpufeatures v0.3.0
30872026-03-17T21:24:45.594Z Compiling postcard v1.1.3
30882026-03-17T21:24:45.635Z Compiling chacha20 v0.10.0
30892026-03-17T21:24:45.955Z Compiling proc-macro-crate v1.3.1
30902026-03-17T21:24:46.016Z Compiling derive_more v0.99.20
30912026-03-17T21:24:46.069Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30922026-03-17T21:24:46.073Z Compiling universal-hash v0.5.1
30932026-03-17T21:24:46.120Z Compiling num_enum_derive v0.7.5
30942026-03-17T21:24:46.124Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30952026-03-17T21:24:46.124Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30962026-03-17T21:24:46.276Z Compiling foreign-types v0.5.0
30972026-03-17T21:24:46.306Z Compiling cstr-argument v0.1.2
30982026-03-17T21:24:46.353Z Compiling opaque-debug v0.3.1
30992026-03-17T21:24:46.408Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31002026-03-17T21:24:46.444Z Compiling colored v3.1.1
31012026-03-17T21:24:46.540Z Compiling tokio-rustls v0.25.0
31022026-03-17T21:24:46.540Z Compiling num_enum_derive v0.5.11
31032026-03-17T21:24:46.588Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31042026-03-17T21:24:46.592Z Compiling rand v0.10.0
31052026-03-17T21:24:46.676Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31062026-03-17T21:24:46.731Z Compiling typify-impl v0.6.1
31072026-03-17T21:24:46.895Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31082026-03-17T21:24:46.956Z Compiling half v2.7.1
31092026-03-17T21:24:46.981Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31102026-03-17T21:24:47.362Z Compiling ciborium-io v0.2.2
31112026-03-17T21:24:47.412Z Compiling camino-tempfile v1.4.1
31122026-03-17T21:24:47.439Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31132026-03-17T21:24:47.518Z Compiling ciborium-ll v0.2.2
31142026-03-17T21:24:47.601Z Compiling parse-display v0.10.0
31152026-03-17T21:24:47.637Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31162026-03-17T21:24:47.672Z Compiling num_enum v0.7.5
31172026-03-17T21:24:47.704Z Compiling test-strategy v0.4.5
31182026-03-17T21:24:47.708Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31192026-03-17T21:24:47.761Z Compiling ciborium v0.2.2
31202026-03-17T21:24:47.834Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31212026-03-17T21:24:47.861Z Compiling smf v0.2.3
31222026-03-17T21:24:47.861Z Compiling aead v0.5.2
31232026-03-17T21:24:47.864Z Compiling num-derive v0.4.2
31242026-03-17T21:24:47.932Z Compiling sigpipe v0.1.3
31252026-03-17T21:24:48.016Z Compiling glob v0.3.3
31262026-03-17T21:24:48.042Z Compiling num_enum v0.5.11
31272026-03-17T21:24:48.046Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31282026-03-17T21:24:48.119Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31292026-03-17T21:24:48.176Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31302026-03-17T21:24:48.221Z Compiling poly1305 v0.8.0
31312026-03-17T21:24:48.362Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31322026-03-17T21:24:48.588Z Compiling chacha20 v0.9.1
31332026-03-17T21:24:48.614Z Compiling whoami v1.6.1
31342026-03-17T21:24:48.617Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31352026-03-17T21:24:48.659Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31362026-03-17T21:24:48.659Z Compiling thiserror-impl-no-std v2.0.2
31372026-03-17T21:24:48.849Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31382026-03-17T21:24:48.873Z Compiling num-rational v0.4.2
31392026-03-17T21:24:48.958Z Compiling password-hash v0.5.0
31402026-03-17T21:24:49.056Z Compiling blake2 v0.10.6
31412026-03-17T21:24:49.184Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31422026-03-17T21:24:49.260Z Compiling num-complex v0.4.6
31432026-03-17T21:24:49.264Z Compiling indent_write v2.2.0
31442026-03-17T21:24:49.308Z Compiling ingot-types v0.1.2
31452026-03-17T21:24:49.311Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31462026-03-17T21:24:49.358Z Compiling prettyplease v0.2.37
31472026-03-17T21:24:49.497Z Compiling argon2 v0.5.3
31482026-03-17T21:24:49.600Z Compiling chacha20poly1305 v0.10.1
31492026-03-17T21:24:49.703Z Compiling float-ord v0.3.2
31502026-03-17T21:24:49.811Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31512026-03-17T21:24:49.836Z Compiling num v0.4.3
31522026-03-17T21:24:49.866Z Compiling ingot v0.1.1
31532026-03-17T21:24:49.870Z Compiling gethostname v0.5.0
31542026-03-17T21:24:49.919Z Compiling usdt-macro v0.5.0
31552026-03-17T21:24:49.919Z Compiling usdt-attr-macro v0.5.0
31562026-03-17T21:24:49.923Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31572026-03-17T21:24:50.018Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31582026-03-17T21:24:50.022Z Compiling derive-where v1.6.0
31592026-03-17T21:24:50.108Z Compiling memmap v0.7.0
31602026-03-17T21:24:50.346Z Compiling typify-impl v0.4.3
31612026-03-17T21:24:50.393Z Compiling atomicwrites v0.4.4
31622026-03-17T21:24:50.419Z Compiling owo-colors v4.3.0
31632026-03-17T21:24:50.451Z Compiling thiserror-no-std v2.0.2
31642026-03-17T21:24:50.597Z Compiling vsss-rs v3.3.4
31652026-03-17T21:24:50.681Z Compiling cancel-safe-futures v0.1.5
31662026-03-17T21:24:50.746Z Compiling libsw-core v0.3.2
31672026-03-17T21:24:50.891Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31682026-03-17T21:24:50.986Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31692026-03-17T21:24:51.082Z Compiling async-recursion v1.1.1
31702026-03-17T21:24:51.108Z Compiling usdt v0.5.0
31712026-03-17T21:24:51.134Z Compiling resolv-conf v0.7.6
31722026-03-17T21:24:51.412Z Compiling libsw v3.5.0
31732026-03-17T21:24:51.486Z Compiling libefi-sys v0.1.0
31742026-03-17T21:24:51.614Z Compiling linear-map v1.2.0
31752026-03-17T21:24:51.639Z Compiling newline-converter v0.3.0
31762026-03-17T21:24:51.643Z Compiling hickory-proto v0.24.4
31772026-03-17T21:24:51.692Z Compiling console v0.15.11
31782026-03-17T21:24:51.782Z Compiling bitfield-struct v0.6.2
31792026-03-17T21:24:51.828Z Compiling linked-hash-map v0.5.6
31802026-03-17T21:24:51.902Z Compiling semver v0.1.20
31812026-03-17T21:24:51.972Z Compiling pin-project-internal v1.1.11
31822026-03-17T21:24:52.044Z Compiling slog-dtrace v0.3.0
31832026-03-17T21:24:52.085Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31842026-03-17T21:24:52.111Z Compiling lru-cache v0.1.2
31852026-03-17T21:24:52.227Z Compiling rustc_version v0.1.7
31862026-03-17T21:24:52.257Z Compiling expectorate v1.2.0
31872026-03-17T21:24:52.305Z Compiling minimal-lexical v0.2.1
31882026-03-17T21:24:52.333Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31892026-03-17T21:24:52.444Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31902026-03-17T21:24:52.471Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31912026-03-17T21:24:52.500Z Compiling tokio-dtrace v0.1.1
31922026-03-17T21:24:52.552Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31932026-03-17T21:24:52.577Z Compiling newtype_derive v0.1.6
31942026-03-17T21:24:52.688Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31952026-03-17T21:24:52.692Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31962026-03-17T21:24:52.736Z Compiling nom v7.1.3
31972026-03-17T21:24:52.783Z Compiling phf_shared v0.12.1
31982026-03-17T21:24:52.860Z Compiling dropshot-api-manager-types v0.6.0
31992026-03-17T21:24:52.886Z Compiling pem v3.0.6
32002026-03-17T21:24:52.949Z Compiling snafu-derive v0.8.9
32012026-03-17T21:24:53.058Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32022026-03-17T21:24:53.163Z Compiling csv-core v0.1.13
32032026-03-17T21:24:53.307Z Compiling highway v1.3.0
32042026-03-17T21:24:53.342Z Compiling same-file v1.0.6
32052026-03-17T21:24:53.375Z Compiling chrono-tz v0.10.4
32062026-03-17T21:24:53.499Z Compiling typify-macro v0.6.1
32072026-03-17T21:24:53.552Z Compiling xshell-macros v0.2.7
32082026-03-17T21:24:53.595Z Compiling pin-project v1.1.11
32092026-03-17T21:24:53.620Z Compiling const_format_proc_macros v0.2.34
32102026-03-17T21:24:53.644Z Compiling walkdir v2.5.0
32112026-03-17T21:24:53.754Z Compiling csv v1.4.0
32122026-03-17T21:24:53.859Z Compiling phf v0.12.1
32132026-03-17T21:24:54.088Z Compiling xshell v0.2.7
32142026-03-17T21:24:54.147Z Compiling oxide-tokio-rt v0.1.3
32152026-03-17T21:24:54.173Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32162026-03-17T21:24:54.371Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32172026-03-17T21:24:54.441Z Compiling globset v0.4.18
32182026-03-17T21:24:54.577Z Compiling olpc-cjson v0.1.4
32192026-03-17T21:24:54.602Z Compiling primeorder v0.13.6
32202026-03-17T21:24:54.648Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32212026-03-17T21:24:54.710Z Compiling hickory-resolver v0.24.4
32222026-03-17T21:24:54.779Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32232026-03-17T21:24:54.829Z Compiling serde_plain v1.0.2
32242026-03-17T21:24:54.852Z Compiling base64 v0.21.7
32252026-03-17T21:24:54.874Z Compiling typed-path v0.9.3
32262026-03-17T21:24:54.995Z Compiling const_format v0.2.35
32272026-03-17T21:24:55.132Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32282026-03-17T21:24:55.343Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32292026-03-17T21:24:55.476Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32302026-03-17T21:24:55.479Z Compiling tabled_derive v0.7.0
32312026-03-17T21:24:55.553Z Compiling bcs v0.1.6
32322026-03-17T21:24:55.807Z Compiling snafu v0.8.9
32332026-03-17T21:24:56.082Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32342026-03-17T21:24:56.187Z Compiling qorb v0.4.1
32352026-03-17T21:24:56.213Z Compiling typify v0.6.1
32362026-03-17T21:24:56.262Z Compiling tough v0.20.0
32372026-03-17T21:24:56.330Z Compiling radium v0.7.0
32382026-03-17T21:24:56.378Z Compiling progenitor-impl v0.13.0
32392026-03-17T21:24:56.405Z Compiling salty v0.3.0
32402026-03-17T21:24:56.408Z Compiling termtree v0.5.1
32412026-03-17T21:24:56.665Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32422026-03-17T21:24:56.706Z Compiling textwrap v0.16.2
32432026-03-17T21:24:56.787Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32442026-03-17T21:24:56.813Z Compiling steno v0.4.1
32452026-03-17T21:24:56.942Z Compiling tabled v0.15.0
32462026-03-17T21:24:56.969Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32472026-03-17T21:24:57.107Z Compiling typify-macro v0.4.3
32482026-03-17T21:24:57.133Z Compiling tap v1.0.1
32492026-03-17T21:24:57.186Z Compiling maybe-uninit v2.0.0
32502026-03-17T21:24:57.256Z Compiling humantime v2.3.0
32512026-03-17T21:24:57.286Z Compiling utf-8 v0.7.6
32522026-03-17T21:24:57.320Z Compiling wyz v0.5.1
32532026-03-17T21:24:57.555Z Compiling tungstenite v0.21.0
32542026-03-17T21:24:57.632Z Compiling p384 v0.13.1
32552026-03-17T21:24:57.657Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32562026-03-17T21:24:57.681Z Compiling arc-swap v1.8.2
32572026-03-17T21:24:57.762Z Compiling tagptr v0.2.0
32582026-03-17T21:24:57.997Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32592026-03-17T21:24:58.021Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32602026-03-17T21:24:58.120Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32612026-03-17T21:24:58.436Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32622026-03-17T21:24:58.758Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32632026-03-17T21:24:58.783Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32642026-03-17T21:24:58.812Z Compiling packed_struct v0.10.1
32652026-03-17T21:24:59.052Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32662026-03-17T21:24:59.232Z Compiling funty v2.0.0
32672026-03-17T21:24:59.403Z Compiling tokio-tungstenite v0.21.0
32682026-03-17T21:24:59.613Z Compiling typify v0.4.3
32692026-03-17T21:24:59.640Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32702026-03-17T21:24:59.794Z Compiling progenitor-impl v0.10.0
32712026-03-17T21:24:59.850Z Compiling bitvec v1.0.1
32722026-03-17T21:25:00.189Z Compiling slog-scope v4.4.1
32732026-03-17T21:25:00.288Z Compiling progenitor-macro v0.13.0
32742026-03-17T21:25:00.370Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32752026-03-17T21:25:00.406Z Compiling moka v0.12.13
32762026-03-17T21:25:00.519Z Compiling polyval v0.6.2
32772026-03-17T21:25:00.579Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32782026-03-17T21:25:00.612Z Compiling packed_struct_codegen v0.10.1
32792026-03-17T21:25:00.716Z Compiling bitfield-macros v0.19.4
32802026-03-17T21:25:00.854Z Compiling zerocopy-derive v0.6.6
32812026-03-17T21:25:00.931Z Compiling proc-macro-error-attr2 v2.0.0
32822026-03-17T21:25:01.067Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32832026-03-17T21:25:01.239Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32842026-03-17T21:25:01.519Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32852026-03-17T21:25:01.544Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32862026-03-17T21:25:01.743Z Compiling indexmap v1.9.3
32872026-03-17T21:25:01.864Z Compiling crc-catalog v2.4.0
32882026-03-17T21:25:01.913Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32892026-03-17T21:25:01.961Z Compiling parking_lot_core v0.8.6
32902026-03-17T21:25:02.030Z Compiling nodrop v0.1.14
32912026-03-17T21:25:02.083Z Compiling zerocopy v0.6.6
32922026-03-17T21:25:02.117Z Compiling crc v3.4.0
32932026-03-17T21:25:02.191Z Compiling array-init v0.0.4
32942026-03-17T21:25:02.275Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32952026-03-17T21:25:02.375Z Compiling bitfield v0.19.4
32962026-03-17T21:25:02.421Z Compiling proc-macro-error2 v2.0.1
32972026-03-17T21:25:02.550Z Compiling hickory-resolver v0.25.2
32982026-03-17T21:25:02.607Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32992026-03-17T21:25:02.769Z Compiling ghash v0.5.1
33002026-03-17T21:25:02.826Z Compiling smallvec v0.6.14
33012026-03-17T21:25:02.889Z Compiling slog-stdlog v4.1.1
33022026-03-17T21:25:02.988Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33032026-03-17T21:25:03.155Z Compiling git-stub v1.0.0
33042026-03-17T21:25:03.201Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33052026-03-17T21:25:03.224Z Compiling ctr v0.9.2
33062026-03-17T21:25:03.433Z Compiling num-derive v0.3.3
33072026-03-17T21:25:03.534Z Compiling lzma-sys v0.1.20
33082026-03-17T21:25:03.559Z Compiling unicase v2.9.0
33092026-03-17T21:25:03.606Z Compiling progenitor-macro v0.10.0
33102026-03-17T21:25:03.673Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33112026-03-17T21:25:03.863Z Compiling hashbrown v0.12.3
33122026-03-17T21:25:03.863Z Compiling mime_guess v2.0.5
33132026-03-17T21:25:03.943Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33142026-03-17T21:25:04.001Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33152026-03-17T21:25:04.027Z Compiling aes-gcm v0.10.3
33162026-03-17T21:25:04.176Z Compiling git-stub-vcs v0.1.0
33172026-03-17T21:25:04.202Z Compiling serde-hex v0.1.0
33182026-03-17T21:25:04.237Z Compiling slog-envlogger v2.2.0
33192026-03-17T21:25:04.373Z Compiling tabled_derive v0.11.0
33202026-03-17T21:25:04.423Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33212026-03-17T21:25:04.643Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33222026-03-17T21:25:04.746Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33232026-03-17T21:25:04.782Z Compiling libscf-sys v1.1.0
33242026-03-17T21:25:05.004Z Compiling progenitor-impl v0.11.2
33252026-03-17T21:25:05.153Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33262026-03-17T21:25:05.196Z Compiling ron v0.8.1
33272026-03-17T21:25:05.230Z Compiling papergrid v0.17.0
33282026-03-17T21:25:05.309Z Compiling cargo_toml v0.22.3
33292026-03-17T21:25:05.342Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33302026-03-17T21:25:05.908Z Compiling hashbrown v0.13.2
33312026-03-17T21:25:06.115Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33322026-03-17T21:25:06.138Z Compiling testing_table v0.3.0
33332026-03-17T21:25:06.388Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33342026-03-17T21:25:06.594Z Compiling blowfish v0.9.1
33352026-03-17T21:25:06.632Z Compiling ssh-encoding v0.2.0
33362026-03-17T21:25:06.637Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33372026-03-17T21:25:06.705Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33382026-03-17T21:25:06.735Z Compiling nibble_vec v0.1.0
33392026-03-17T21:25:06.951Z Compiling endian-type v0.1.2
33402026-03-17T21:25:06.976Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33412026-03-17T21:25:07.003Z Compiling crc-any v2.5.0
33422026-03-17T21:25:07.032Z Compiling corncobs v0.1.4
33432026-03-17T21:25:07.132Z Compiling radix_trie v0.2.1
33442026-03-17T21:25:07.262Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33452026-03-17T21:25:07.314Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33462026-03-17T21:25:07.347Z Compiling ssh-cipher v0.2.0
33472026-03-17T21:25:07.381Z Compiling bcrypt-pbkdf v0.10.0
33482026-03-17T21:25:07.556Z Compiling tabled v0.20.0
33492026-03-17T21:25:07.581Z Compiling object v0.30.4
33502026-03-17T21:25:07.668Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33512026-03-17T21:25:07.694Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33522026-03-17T21:25:07.731Z Compiling progenitor v0.13.0
33532026-03-17T21:25:07.839Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33542026-03-17T21:25:07.895Z Compiling parking_lot v0.11.2
33552026-03-17T21:25:07.962Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33562026-03-17T21:25:08.152Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33572026-03-17T21:25:08.221Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33582026-03-17T21:25:08.459Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33592026-03-17T21:25:08.734Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33602026-03-17T21:25:08.862Z Compiling progenitor-macro v0.11.2
33612026-03-17T21:25:08.909Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33622026-03-17T21:25:09.007Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33632026-03-17T21:25:09.430Z Compiling progenitor-client v0.11.2
33642026-03-17T21:25:09.455Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33652026-03-17T21:25:09.483Z Compiling prefix-trie v0.7.0
33662026-03-17T21:25:09.611Z Compiling password-hash v0.4.2
33672026-03-17T21:25:09.713Z Compiling fxhash v0.2.1
33682026-03-17T21:25:09.901Z Compiling secrecy v0.8.0
33692026-03-17T21:25:09.932Z Compiling half v1.8.3
33702026-03-17T21:25:10.056Z Compiling http-range v0.1.5
33712026-03-17T21:25:10.142Z Compiling path-slash v0.1.5
33722026-03-17T21:25:10.343Z Compiling serde_cbor v0.11.2
33732026-03-17T21:25:10.368Z Compiling hickory-server v0.25.2
33742026-03-17T21:25:10.371Z Compiling pbkdf2 v0.11.0
33752026-03-17T21:25:10.530Z Compiling sled v0.34.7
33762026-03-17T21:25:10.697Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33772026-03-17T21:25:11.084Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33782026-03-17T21:25:11.111Z Compiling progenitor v0.10.0
33792026-03-17T21:25:11.173Z Compiling xz2 v0.1.7
33802026-03-17T21:25:11.225Z Compiling ron v0.12.0
33812026-03-17T21:25:11.349Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33822026-03-17T21:25:11.736Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33832026-03-17T21:25:11.986Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33842026-03-17T21:25:12.184Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33852026-03-17T21:25:12.426Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33862026-03-17T21:25:12.478Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33872026-03-17T21:25:13.006Z Compiling ssh-key v0.6.7
33882026-03-17T21:25:13.033Z Compiling hickory-client v0.25.2
33892026-03-17T21:25:13.206Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33902026-03-17T21:25:13.288Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33912026-03-17T21:25:13.368Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33922026-03-17T21:25:13.525Z Compiling p256 v0.13.2
33932026-03-17T21:25:14.074Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33942026-03-17T21:25:14.178Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33952026-03-17T21:25:14.338Z Compiling p521 v0.13.3
33962026-03-17T21:25:14.507Z Compiling yasna v0.5.2
33972026-03-17T21:25:14.534Z Compiling kstat-rs v0.2.4
33982026-03-17T21:25:14.989Z Compiling headers-core v0.3.0
33992026-03-17T21:25:15.183Z Compiling nanorand v0.7.0
34002026-03-17T21:25:15.359Z Compiling atty v0.2.14
34012026-03-17T21:25:15.383Z Compiling russh-cryptovec v0.7.3
34022026-03-17T21:25:15.465Z Compiling crc8 v0.1.1
34032026-03-17T21:25:15.495Z Compiling base16ct v1.0.0
34042026-03-17T21:25:15.526Z Compiling home v0.5.12
34052026-03-17T21:25:15.551Z Compiling md5 v0.7.0
34062026-03-17T21:25:15.615Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34072026-03-17T21:25:15.657Z Compiling flume v0.11.1
34082026-03-17T21:25:15.724Z Compiling rcgen v0.12.1
34092026-03-17T21:25:15.752Z Compiling headers v0.4.1
34102026-03-17T21:25:15.780Z Compiling russh-keys v0.45.0
34112026-03-17T21:25:15.783Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34122026-03-17T21:25:15.840Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34132026-03-17T21:25:15.844Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34142026-03-17T21:25:15.990Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34152026-03-17T21:25:16.034Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34162026-03-17T21:25:16.117Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34172026-03-17T21:25:16.339Z Compiling progenitor v0.11.2
34182026-03-17T21:25:16.570Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34192026-03-17T21:25:16.574Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34202026-03-17T21:25:16.852Z Compiling hyper-staticfile v0.10.1
34212026-03-17T21:25:16.929Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34222026-03-17T21:25:16.981Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34232026-03-17T21:25:17.238Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34242026-03-17T21:25:17.262Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34252026-03-17T21:25:17.470Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34262026-03-17T21:25:17.585Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34272026-03-17T21:25:17.839Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34282026-03-17T21:25:17.865Z Compiling num-bigint v0.4.6
34292026-03-17T21:25:17.976Z Compiling des v0.8.1
34302026-03-17T21:25:18.008Z Compiling subprocess v0.2.15
34312026-03-17T21:25:18.033Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34322026-03-17T21:25:18.266Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34332026-03-17T21:25:18.447Z Compiling hex-literal v0.4.1
34342026-03-17T21:25:18.476Z Compiling display-error-chain v0.2.2
34352026-03-17T21:25:18.625Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34362026-03-17T21:25:18.648Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34372026-03-17T21:25:18.694Z Compiling colored v2.2.0
34382026-03-17T21:25:18.816Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34392026-03-17T21:25:19.116Z Compiling socket2 v0.5.10
34402026-03-17T21:25:19.198Z Compiling internet-checksum v0.2.1
34412026-03-17T21:25:19.421Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34422026-03-17T21:25:19.742Z Compiling russh v0.45.0
34432026-03-17T21:25:20.408Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34442026-03-17T21:25:27.368Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34452026-03-17T21:25:37.596Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34462026-03-17T21:25:37.596Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34472026-03-17T21:25:37.600Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34482026-03-17T21:25:37.600Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34492026-03-17T21:25:39.832Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34502026-03-17T21:25:40.005Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34512026-03-17T21:25:45.936Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34522026-03-17T21:26:15.742Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34532026-03-17T21:26:40.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 58s
34542026-03-17T21:26:40.640Z
34552026-03-17T21:26:40.644Zreal 1:58.863261377
34562026-03-17T21:26:40.644Zuser 11:41.590924202
34572026-03-17T21:26:40.644Zsys 2:05.486396499
34582026-03-17T21:26:40.644Ztrap 0.364334687
34592026-03-17T21:26:40.644Ztflt 0.499064392
34602026-03-17T21:26:40.644Zdflt 1.454359560
34612026-03-17T21:26:40.644Zkflt 0.000249907
34622026-03-17T21:26:40.644Zlock 40:46.764199272
34632026-03-17T21:26:40.644Zslp 26:29.943546126
34642026-03-17T21:26:40.644Zlat 46.775914496
34652026-03-17T21:26:40.644Zstop 3:56.493516093
34662026-03-17T21:26:40.644Z+ mkdir tests
34672026-03-17T21:26:40.648Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34682026-03-17T21:26:40.648Z+ xargs -I '{}' -t cp '{}' tests/
34692026-03-17T21:26:40.683Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-58b78f45b9570bbf tests/
34702026-03-17T21:26:40.706Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-e6f8ef4052bfb0c2 tests/
34712026-03-17T21:26:40.729Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-24d786529c44a77c tests/
34722026-03-17T21:26:40.752Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a99e61b3cc7d9b0e tests/
34732026-03-17T21:26:41.056Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*)
34742026-03-17T21:26:41.060Z+ 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-e6f8ef4052bfb0c2 tests/commtest-24d786529c44a77c tests/dhcp_server-58b78f45b9570bbf tests/end_to_end_tests-a99e61b3cc7d9b0e out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34752026-03-17T21:28:20.540ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34762026-03-17T21:28:20.540Za .github/buildomat/ci-env.sh 1K
34772026-03-17T21:28:20.540Za out/target/test 1K
34782026-03-17T21:28:20.540Za out/npuzone/npuzone 27402K
34792026-03-17T21:28:20.540Za package-manifest.toml 35K
34802026-03-17T21:28:20.540Za smf/sled-agent/non-gimlet/config.toml 6K
34812026-03-17T21:28:20.540Za target/release/omicron-package 40561K
34822026-03-17T21:28:20.540Za target/release/xtask 11433K
34832026-03-17T21:28:20.541Za target/debug/bootstrap 335373K
34842026-03-17T21:28:20.541Za tests/bootstrap-e6f8ef4052bfb0c2 31310K
34852026-03-17T21:28:20.541Za tests/commtest-24d786529c44a77c 32395K
34862026-03-17T21:28:20.541Za tests/dhcp_server-58b78f45b9570bbf 31310K
34872026-03-17T21:28:20.541Za tests/end_to_end_tests-a99e61b3cc7d9b0e 377668K
34882026-03-17T21:28:20.541Za out/clickhouse.tar.gz 301709K
34892026-03-17T21:28:20.541Za out/clickhouse_keeper.tar.gz 287173K
34902026-03-17T21:28:20.541Za out/clickhouse_server.tar.gz 301708K
34912026-03-17T21:28:20.541Za out/cockroachdb.tar.gz 156525K
34922026-03-17T21:28:20.541Za out/crucible-pantry-zone.tar.gz 38990K
34932026-03-17T21:28:20.541Za out/crucible-utils.tar 17744K
34942026-03-17T21:28:20.541Za out/crucible-zone.tar.gz 53128K
34952026-03-17T21:28:20.541Za out/external-dns.tar.gz 43604K
34962026-03-17T21:28:20.541Za out/internal-dns.tar.gz 43604K
34972026-03-17T21:28:20.541Za out/mg-ddm-gz.tar 78377K
34982026-03-17T21:28:20.541Za out/nexus.tar.gz 209124K
34992026-03-17T21:28:20.541Za out/ntp.tar.gz 25418K
35002026-03-17T21:28:20.541Za out/omicron-gateway-softnpu.tar.gz 28227K
35012026-03-17T21:28:20.541Za out/omicron-sled-agent.tar 186532K
35022026-03-17T21:28:20.541Za out/overlay.tar.gz 3K
35032026-03-17T21:28:20.541Za out/oximeter.tar.gz 57428K
35042026-03-17T21:28:20.541Za out/oxlog.tar 3782K
35052026-03-17T21:28:20.541Za out/probe.tar.gz 3037K
35062026-03-17T21:28:20.541Za out/propolis-server.tar.gz 74633K
35072026-03-17T21:28:20.541Za out/pumpkind-gz.tar 26647K
35082026-03-17T21:28:20.541Za out/switch-softnpu.tar.gz 367875K
35092026-03-17T21:28:20.545Z
35102026-03-17T21:28:20.545Zreal 1:39.487852450
35112026-03-17T21:28:20.545Zuser 1:36.407989195
35122026-03-17T21:28:20.545Zsys 6.206778873
35132026-03-17T21:28:20.545Ztrap 0.006784102
35142026-03-17T21:28:20.545Ztflt 0.000000000
35152026-03-17T21:28:20.545Zdflt 0.000000000
35162026-03-17T21:28:20.545Zkflt 0.000000000
35172026-03-17T21:28:20.545Zlock 0.000000000
35182026-03-17T21:28:20.545Zslp 1:35.735692839
35192026-03-17T21:28:20.545Zlat 0.613608828
35202026-03-17T21:28:20.545Zstop 0.000151648
35212026-03-17T21:28:20.545Zprocess exited: duration 1265175 ms, exit code 0
 
35222026-03-17T21:28:20.561Zfound 1 output files
35232026-03-17T21:28:20.561Zuploading: /work/package.tar.gz (2319769504 bytes)
35242026-03-17T21:28:47.509Zuploaded: /work/package.tar.gz