01KMN9QBH4TMSWC57SRCMCJKAX: 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: 01KMN9QSP0RKYKXR16PBG89C7H

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-26T14:46:43.357Zjob assigned to worker 01KMN9QYARH9Q4FBWFPTVPMA7G [factory aws, i-0fef807881d53b87b] (queued for 49 s)
 
22026-03-26T14:46:50.715Zstarting task 0: "setup"
32026-03-26T14:46:50.720Z++ uname -s
42026-03-26T14:46:50.723Z+ kern=SunOS
52026-03-26T14:46:50.723Z+ build_user=build
62026-03-26T14:46:50.723Z+ build_uid=12345
72026-03-26T14:46:50.723Z+ work_dir=/work
82026-03-26T14:46:50.723Z+ input_dir=/input
92026-03-26T14:46:50.723Z+ [[ 0 == 12345 ]]
102026-03-26T14:46:50.723Z+ case "$kern" in
112026-03-26T14:46:50.723Z+ groupadd -g 12345 build
122026-03-26T14:46:50.726Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-26T14:46:52.734Z+ zfs create -o mountpoint=/work rpool/work
142026-03-26T14:46:52.868Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-26T14:46:52.871Z+ home_fs=zfs
162026-03-26T14:46:52.871Z+ [[ zfs == autofs ]]
172026-03-26T14:46:52.871Z+ mkdir -p /home/build
182026-03-26T14:46:52.874Z+ chown build:build /home/build /work
192026-03-26T14:46:53.875Z+ chmod 0700 /home/build /work
202026-03-26T14:46:53.878Zprocess exited: duration 3166 ms, exit code 0
 
212026-03-26T14:46:53.884Zstarting task 1: "rust-toolchain"
222026-03-26T14:46:53.891Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-26T14:46:53.891Z * rust toolchain channel = "1.94.0"
242026-03-26T14:46:53.891Z * rust toolchain profile = "default"
252026-03-26T14:46:53.891Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-26T14:46:53.891Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-26T14:46:53.891Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-26T14:46:53.894Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-26T14:46:53.894Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-26T14:46:53.974Zinfo: downloading installer
312026-03-26T14:46:55.354Zwarn: It looks like you have an existing installation of Rust at:
322026-03-26T14:46:55.354Zwarn: /opt/ooce/bin
332026-03-26T14:46:55.354Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-26T14:46:55.354Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-26T14:46:55.354Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-26T14:46:55.354Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-26T14:46:55.354Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-26T14:46:55.354Zerror: cannot install while Rust is installed
392026-03-26T14:46:55.354Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-26T14:46:55.354Zwarn: It looks like you have an existing rustup settings file at:
412026-03-26T14:46:55.354Zwarn: /home/build/.rustup/settings.toml
422026-03-26T14:46:55.354Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-26T14:46:55.354Zwarn: instead of the one inferred from the default host triple.
442026-03-26T14:46:55.370Zinfo: profile set to default
452026-03-26T14:46:55.370Zinfo: default host triple is x86_64-unknown-illumos
462026-03-26T14:46:55.373Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-26T14:46:55.520Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-26T14:46:55.523Zinfo: downloading 6 components
492026-03-26T14:47:09.666Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-26T14:47:09.666Z
512026-03-26T14:47:09.694Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-26T14:47:09.694Z
532026-03-26T14:47:09.694Z
542026-03-26T14:47:09.694ZRust is installed now. Great!
552026-03-26T14:47:09.694Z
562026-03-26T14:47:09.694ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-26T14:47:09.694Zenvironment variable. This has not been done automatically.
582026-03-26T14:47:09.694Z
592026-03-26T14:47:09.694ZTo configure your current shell, you need to source
602026-03-26T14:47:09.694Zthe corresponding env file under $HOME/.cargo.
612026-03-26T14:47:09.694Z
622026-03-26T14:47:09.694ZThis is usually done by running one of the following (note the leading DOT):
632026-03-26T14:47:09.698Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-26T14:47:09.698Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-26T14:47:09.698Zsource "~/.cargo/env.nu" # For nushell
662026-03-26T14:47:09.698Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-26T14:47:09.698Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-26T14:47:09.698Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-26T14:47:09.698Zwarn: no default linker (`cc`) was found in your PATH
702026-03-26T14:47:09.698Zwarn: many Rust crates require a system C toolchain to build
712026-03-26T14:47:09.808Z+ rustup --version
722026-03-26T14:47:09.814Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-26T14:47:09.818Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-26T14:47:09.835Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-26T14:47:09.838Z+ cargo --version
762026-03-26T14:47:09.846Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-26T14:47:09.849Z+ rustc --version
782026-03-26T14:47:09.870Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-26T14:47:09.873Zprocess exited: duration 15985 ms, exit code 0
 
802026-03-26T14:47:09.879Zstarting task 2: "authentication"
812026-03-26T14:47:09.898Zprocess exited: duration 19 ms, exit code 0
 
822026-03-26T14:47:09.904Zstarting task 3: "clone repository"
832026-03-26T14:47:09.911Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-26T14:47:09.914Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-26T14:47:09.945ZCloning into '/work/oxidecomputer/omicron'...
862026-03-26T14:47:20.629Z+ cd /work/oxidecomputer/omicron
872026-03-26T14:47:20.629Z+ git fetch origin cc54ca7db0d1c4e5f0fe73808f49a0a2a131d722
882026-03-26T14:47:20.978ZFrom https://github.com/oxidecomputer/omicron
892026-03-26T14:47:20.978Z * branch cc54ca7db0d1c4e5f0fe73808f49a0a2a131d722 -> FETCH_HEAD
902026-03-26T14:47:20.991Z+ [[ -n john/invert-illumos-utils-sled-agent-types-dep ]]
912026-03-26T14:47:20.994Z++ git branch --show-current
922026-03-26T14:47:20.997Z+ current=main
932026-03-26T14:47:20.997Z+ [[ main != john/invert-illumos-utils-sled-agent-types-dep ]]
942026-03-26T14:47:20.997Z+ git branch -f john/invert-illumos-utils-sled-agent-types-dep cc54ca7db0d1c4e5f0fe73808f49a0a2a131d722
952026-03-26T14:47:21.000Z+ git checkout -f john/invert-illumos-utils-sled-agent-types-dep
962026-03-26T14:47:21.240ZSwitched to branch 'john/invert-illumos-utils-sled-agent-types-dep'
972026-03-26T14:47:21.243Z+ git reset --hard cc54ca7db0d1c4e5f0fe73808f49a0a2a131d722
982026-03-26T14:47:21.265ZHEAD is now at cc54ca7db typo
992026-03-26T14:47:21.268Zprocess exited: duration 11359 ms, exit code 0
 
1002026-03-26T14:47:21.274Zstarting task 4: "build"
1012026-03-26T14:47:21.280Z+ source .github/buildomat/ci-env.sh
1022026-03-26T14:47:21.280Z++ export CARGO_TERM_COLOR=always
1032026-03-26T14:47:21.280Z++ CARGO_TERM_COLOR=always
1042026-03-26T14:47:21.280Z+ cargo --version
1052026-03-26T14:47:21.291Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-26T14:47:21.293Z+ rustc --version
1072026-03-26T14:47:21.315Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-26T14:47:21.318Z+ WORK=/work
1092026-03-26T14:47:21.318Z+ pfexec mkdir -p /work
1102026-03-26T14:47:21.321Z+ pfexec chown build /work
1112026-03-26T14:47:21.324Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-26T14:47:29.550Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-26T14:47:36.443Z Startup: Caching catalogs ... Done
1142026-03-26T14:47:40.321ZPlanning: Solver setup ... Done (2.483s)
1152026-03-26T14:47:40.338ZPlanning: Running solver ... Done (0.017s)
1162026-03-26T14:47:40.455ZPlanning: Finding local manifests ... Done (0.003s)
1172026-03-26T14:47:40.490ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-26T14:47:40.599ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-26T14:47:40.630ZPlanning: Package planning ... Done (0.031s)
1202026-03-26T14:47:40.658ZPlanning: Merging actions ... Done (0.028s)
1212026-03-26T14:47:40.843ZPlanning: Checking for conflicting actions ... Done (0.185s)
1222026-03-26T14:47:40.850ZPlanning: Consolidating action changes ... Done (0.007s)
1232026-03-26T14:47:41.718ZPlanning: Evaluating mediators ... Done (0.867s)
1242026-03-26T14:47:41.724ZPlanning: Planning completed in 5.12 seconds
1252026-03-26T14:47:41.736Z Packages to install: 4
1262026-03-26T14:47:41.736Z Mediators to change: 2
1272026-03-26T14:47:41.736Z Services to change: 1
1282026-03-26T14:47:41.739Z Estimated space available: 155.35 GB
1292026-03-26T14:47:41.739ZEstimated space to be consumed: 1.83 GB
1302026-03-26T14:47:41.739Z Create boot environment: No
1312026-03-26T14:47:41.739ZCreate backup boot environment: No
1322026-03-26T14:47:41.739Z Rebuild boot archive: No
1332026-03-26T14:47:41.739Z
1342026-03-26T14:47:41.739ZChanged mediators:
1352026-03-26T14:47:41.740Z mediator clang:
1362026-03-26T14:47:41.740Z version: None -> 15 (system default)
1372026-03-26T14:47:41.740Z
1382026-03-26T14:47:41.740Z mediator llvm:
1392026-03-26T14:47:41.740Z version: 14 (system default) -> 15 (system default)
1402026-03-26T14:47:41.740Z
1412026-03-26T14:47:41.740ZChanged packages:
1422026-03-26T14:47:41.740Zhelios-dev
1432026-03-26T14:47:41.740Z developer/build-essential
1442026-03-26T14:47:41.740Z None -> 11-2.0
1452026-03-26T14:47:41.740Z library/libxmlsec1
1462026-03-26T14:47:41.740Z None -> 1.2.35-2.0
1472026-03-26T14:47:41.740Z ooce/developer/clang-15
1482026-03-26T14:47:41.740Z None -> 15.0.7-2.0
1492026-03-26T14:47:41.740Z ooce/developer/llvm-15
1502026-03-26T14:47:41.740Z None -> 15.0.7-2.0
1512026-03-26T14:47:41.740Z
1522026-03-26T14:47:41.740ZServices:
1532026-03-26T14:47:41.740Z restart_fmri:
1542026-03-26T14:47:41.740Z svc:/system/update-man-index:default
1552026-03-26T14:47:41.783Z
1562026-03-26T14:47:41.784ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-26T14:47:47.863ZDownload: 211/3290 items 1.3/212.6MB 0% complete (1.2M/s)
1582026-03-26T14:47:52.864ZDownload: 2160/3290 items 117.6/212.6MB 55% complete (11.9M/s)
1592026-03-26T14:47:57.866ZDownload: 2339/3290 items 119.7/212.6MB 56% complete (11.9M/s)
1602026-03-26T14:48:00.946ZDownload: Completed 212.60 MB in 19.16 seconds (11.1M/s)
1612026-03-26T14:48:01.450Z Actions: 1/3689 actions (Installing new actions)
1622026-03-26T14:48:04.667Z Actions: Completed 3689 actions in 3.22 seconds.
1632026-03-26T14:48:05.273Z Done (0.600s)
1642026-03-26T14:48:05.273Z Done (0.000s)
1652026-03-26T14:48:05.862Z Done (0.590s)
1662026-03-26T14:48:08.976Z Done (2.776s)
1672026-03-26T14:48:09.052Z Done (0.014s)
1682026-03-26T14:48:09.055Z Done (0.000s)
1692026-03-26T14:48:09.353Z Done (0.000s)
1702026-03-26T14:48:10.186ZPlanning: Evaluating mediator changes ... Done
1712026-03-26T14:48:10.292ZPlanning: Checking for conflicting actions ... Done
1722026-03-26T14:48:10.306ZPlanning: Consolidating action changes ... Done
1732026-03-26T14:48:10.446ZPlanning: Evaluating mediators ... Done
1742026-03-26T14:48:10.450ZPlanning: Planning completed in 0.26 seconds
1752026-03-26T14:48:10.468Z Mediators to change: 2
1762026-03-26T14:48:10.468Z Create boot environment: No
1772026-03-26T14:48:10.468ZCreate backup boot environment: No
1782026-03-26T14:48:10.544Z Done
1792026-03-26T14:48:10.544Z Done
1802026-03-26T14:48:11.159Z Done
1812026-03-26T14:48:13.672Z Done
1822026-03-26T14:48:13.742Z Done
1832026-03-26T14:48:13.745Z Done
1842026-03-26T14:48:13.869Z Done
1852026-03-26T14:48:14.267ZPlanning: Evaluating mediator changes ... Done
1862026-03-26T14:48:14.271ZPlanning: Merging actions ... Done
1872026-03-26T14:48:14.409ZPlanning: Checking for conflicting actions ... Done
1882026-03-26T14:48:14.412ZPlanning: Consolidating action changes ... Done
1892026-03-26T14:48:14.549ZPlanning: Evaluating mediators ... Done
1902026-03-26T14:48:14.577ZPlanning: Planning completed in 0.45 seconds
1912026-03-26T14:48:14.601Z Packages to change: 1
1922026-03-26T14:48:14.601Z Mediators to change: 1
1932026-03-26T14:48:14.601Z Services to change: 1
1942026-03-26T14:48:14.601Z Create boot environment: No
1952026-03-26T14:48:14.601ZCreate backup boot environment: Yes
1962026-03-26T14:48:16.989Z Actions: 1/6 actions (Updating modified actions)
1972026-03-26T14:48:16.993Z Actions: Completed 6 actions in 0.00 seconds.
1982026-03-26T14:48:16.993Z Done
1992026-03-26T14:48:16.993Z Done
2002026-03-26T14:48:17.126Z Done
2012026-03-26T14:48:19.583Z Done
2022026-03-26T14:48:19.661Z Done
2032026-03-26T14:48:19.664Z Done
2042026-03-26T14:48:19.819Z Done
2052026-03-26T14:48:20.103ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2062026-03-26T14:48:20.103Zclang system 15 system
2072026-03-26T14:48:20.103Zcsh system system illumos
2082026-03-26T14:48:20.103Zctags system system illumos
2092026-03-26T14:48:20.103Zfile system system illumos
2102026-03-26T14:48:20.103Zgcc vendor 12 vendor
2112026-03-26T14:48:20.103Zgcc system 14 system
2122026-03-26T14:48:20.103Zgcc system 10 system
2132026-03-26T14:48:20.103Zgo system 1.20 system
2142026-03-26T14:48:20.103Zgo system 1.19 system
2152026-03-26T14:48:20.103Zllvm system 15 system
2162026-03-26T14:48:20.103Zllvm system 14 system
2172026-03-26T14:48:20.103Zmariadb system 10.6 system
2182026-03-26T14:48:20.103Zmta vendor vendor dma
2192026-03-26T14:48:20.104Zopenjdk system 17 system
2202026-03-26T14:48:20.104Zopenjdk system 11 system
2212026-03-26T14:48:20.104Zopenjdk system 1.8 system
2222026-03-26T14:48:20.104Zopenssl vendor 3 vendor
2232026-03-26T14:48:20.104Zperl system 5.36 system
2242026-03-26T14:48:20.104Zpostgresql system 15 system
2252026-03-26T14:48:20.104Zpostgresql system 13 system
2262026-03-26T14:48:20.104Zpython vendor 3 vendor
2272026-03-26T14:48:20.104Zpython system 2 system
2282026-03-26T14:48:20.104Zpython3 system 3.11 system
2292026-03-26T14:48:20.104Zruby system 3.0 system
2302026-03-26T14:48:20.104Zwords vendor vendor american-english
2312026-03-26T14:48:20.104Zwords system system australian-english
2322026-03-26T14:48:20.104Zwords system system british-english
2332026-03-26T14:48:20.104Zwords system system canadian-english
2342026-03-26T14:48:20.104Zwords system system french
2352026-03-26T14:48:20.104Zwords system system italian
2362026-03-26T14:48:20.104Zwords system system ngerman
2372026-03-26T14:48:20.104Zwords system system ogerman
2382026-03-26T14:48:20.104Zwords system system spanish
2392026-03-26T14:48:20.331ZPUBLISHER TYPE STATUS P LOCATION
2402026-03-26T14:48:20.331Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2412026-03-26T14:48:24.594ZFMRI IFO
2422026-03-26T14:48:24.594Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2432026-03-26T14:48:24.594Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2442026-03-26T14:48:24.594Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2452026-03-26T14:48:24.594Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2462026-03-26T14:48:24.594Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2472026-03-26T14:48:24.594Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2482026-03-26T14:48:24.594Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2492026-03-26T14:48:24.594Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2502026-03-26T14:48:24.594Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2512026-03-26T14:48:24.594Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2522026-03-26T14:48:24.594Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2532026-03-26T14:48:24.594Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2542026-03-26T14:48:24.594Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2552026-03-26T14:48:24.594Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2562026-03-26T14:48:24.594Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2572026-03-26T14:48:24.594Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2582026-03-26T14:48:25.680Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2592026-03-26T14:48:25.950Z Updating crates.io index
2602026-03-26T14:48:25.988Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2612026-03-26T14:48:26.804Z Updating git repository `https://github.com/oxidecomputer/lldp`
2622026-03-26T14:48:27.307Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2632026-03-26T14:48:27.860Z Updating git repository `https://github.com/oxidecomputer/falcon`
2642026-03-26T14:48:28.760Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2652026-03-26T14:48:29.235Z Updating git repository `https://github.com/oxidecomputer/propolis`
2662026-03-26T14:48:30.601Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672026-03-26T14:48:31.963Z Updating git repository `https://github.com/oxidecomputer/opte`
2682026-03-26T14:48:32.947Z Updating git repository `https://github.com/oxidecomputer/tofino`
2692026-03-26T14:48:33.389Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2702026-03-26T14:48:34.174Z Updating git repository `https://github.com/oxidecomputer/clickward`
2712026-03-26T14:48:34.658Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2722026-03-26T14:48:34.962Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2732026-03-26T14:48:38.448Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2742026-03-26T14:48:39.474Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2752026-03-26T14:48:40.204Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-03-26T14:48:40.533Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2772026-03-26T14:48:40.963Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2782026-03-26T14:48:41.379Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2792026-03-26T14:48:41.760Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2802026-03-26T14:48:41.998Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2812026-03-26T14:48:42.294Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2822026-03-26T14:48:42.776Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2832026-03-26T14:48:43.312Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2842026-03-26T14:48:43.870Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2852026-03-26T14:48:44.160Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2862026-03-26T14:48:44.502Z Updating git repository `https://github.com/oxidecomputer/ispf`
2872026-03-26T14:48:45.818Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2882026-03-26T14:48:46.638Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2892026-03-26T14:48:47.055Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902026-03-26T14:48:47.741Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2912026-03-26T14:48:48.047Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2922026-03-26T14:48:48.423Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2932026-03-26T14:48:48.813Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2942026-03-26T14:48:49.151Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2952026-03-26T14:48:49.654Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2962026-03-26T14:48:49.926Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2972026-03-26T14:48:50.297Z Updating git repository `https://github.com/illumos/smf-rs`
2982026-03-26T14:48:50.716Z Updating git repository `https://github.com/oxidecomputer/omicron`
2992026-03-26T14:49:03.321Z Downloading crates ...
3002026-03-26T14:49:03.385Z Downloaded block-buffer v0.10.4
3012026-03-26T14:49:03.392Z Downloaded cargo-platform v0.2.0
3022026-03-26T14:49:03.399Z Downloaded serde-value v0.7.0
3032026-03-26T14:49:03.402Z Downloaded memmap v0.7.0
3042026-03-26T14:49:03.402Z Downloaded serde_spanned v0.6.9
3052026-03-26T14:49:03.402Z Downloaded terminal_size v0.4.3
3062026-03-26T14:49:03.402Z Downloaded smawk v0.3.2
3072026-03-26T14:49:03.405Z Downloaded errno v0.3.14
3082026-03-26T14:49:03.405Z Downloaded zerovec-derive v0.11.2
3092026-03-26T14:49:03.405Z Downloaded anstream v0.6.21
3102026-03-26T14:49:03.408Z Downloaded utf8parse v0.2.2
3112026-03-26T14:49:03.408Z Downloaded fs-err v3.3.0
3122026-03-26T14:49:03.411Z Downloaded equivalent v1.0.2
3132026-03-26T14:49:03.411Z Downloaded generic-array v0.14.7
3142026-03-26T14:49:03.414Z Downloaded usdt v0.5.0
3152026-03-26T14:49:03.414Z Downloaded utf8_iter v1.0.4
3162026-03-26T14:49:03.418Z Downloaded unicode-xid v0.2.6
3172026-03-26T14:49:03.421Z Downloaded tinystr v0.8.2
3182026-03-26T14:49:03.421Z Downloaded scroll v0.12.0
3192026-03-26T14:49:03.421Z Downloaded zerofrom-derive v0.1.6
3202026-03-26T14:49:03.424Z Downloaded usdt-macro v0.5.0
3212026-03-26T14:49:03.424Z Downloaded proc-macro-error v1.0.4
3222026-03-26T14:49:03.427Z Downloaded zerofrom v0.1.6
3232026-03-26T14:49:03.427Z Downloaded usdt-attr-macro v0.5.0
3242026-03-26T14:49:03.427Z Downloaded anstyle-parse v0.2.7
3252026-03-26T14:49:03.430Z Downloaded toml_datetime v0.6.11
3262026-03-26T14:49:03.430Z Downloaded yoke-derive v0.8.1
3272026-03-26T14:49:03.430Z Downloaded unicode-linebreak v0.1.5
3282026-03-26T14:49:03.433Z Downloaded version_check v0.9.5
3292026-03-26T14:49:03.437Z Downloaded toml_write v0.1.2
3302026-03-26T14:49:03.441Z Downloaded typeid v1.0.3
3312026-03-26T14:49:03.441Z Downloaded ordered-float v2.10.1
3322026-03-26T14:49:03.444Z Downloaded thread-id v4.2.2
3332026-03-26T14:49:03.451Z Downloaded bitflags v2.11.0
3342026-03-26T14:49:03.459Z Downloaded stable_deref_trait v1.2.1
3352026-03-26T14:49:03.459Z Downloaded heck v0.5.0
3362026-03-26T14:49:03.459Z Downloaded icu_normalizer v2.1.1
3372026-03-26T14:49:03.459Z Downloaded usdt-impl v0.5.0
3382026-03-26T14:49:03.459Z Downloaded thiserror-impl v2.0.18
3392026-03-26T14:49:03.470Z Downloaded plain v0.2.3
3402026-03-26T14:49:03.470Z Downloaded zmij v1.0.21
3412026-03-26T14:49:03.470Z Downloaded fastrand v2.3.0
3422026-03-26T14:49:03.476Z Downloaded writeable v0.6.2
3432026-03-26T14:49:03.476Z Downloaded thiserror-impl v1.0.69
3442026-03-26T14:49:03.476Z Downloaded tabled_derive v0.7.0
3452026-03-26T14:49:03.476Z Downloaded swrite v0.1.0
3462026-03-26T14:49:03.476Z Downloaded yoke v0.8.1
3472026-03-26T14:49:03.476Z Downloaded anstyle-query v1.1.5
3482026-03-26T14:49:03.476Z Downloaded dof v0.3.0
3492026-03-26T14:49:03.480Z Downloaded itoa v1.0.17
3502026-03-26T14:49:03.480Z Downloaded dtrace-parser v0.2.0
3512026-03-26T14:49:03.480Z Downloaded url v2.5.8
3522026-03-26T14:49:03.480Z Downloaded toml v0.8.23
3532026-03-26T14:49:03.487Z Downloaded icu_properties v2.1.2
3542026-03-26T14:49:03.487Z Downloaded displaydoc v0.2.5
3552026-03-26T14:49:03.501Z Downloaded ucd-trie v0.1.7
3562026-03-26T14:49:03.501Z Downloaded thiserror v2.0.18
3572026-03-26T14:49:03.501Z Downloaded zerocopy-derive v0.7.35
3582026-03-26T14:49:03.501Z Downloaded unicode-ident v1.0.24
3592026-03-26T14:49:03.501Z Downloaded idna_adapter v1.2.1
3602026-03-26T14:49:03.506Z Downloaded colorchoice v1.0.4
3612026-03-26T14:49:03.506Z Downloaded thiserror v1.0.69
3622026-03-26T14:49:03.506Z Downloaded clap_lex v1.0.0
3632026-03-26T14:49:03.506Z Downloaded typenum v1.19.0
3642026-03-26T14:49:03.506Z Downloaded potential_utf v0.1.4
3652026-03-26T14:49:03.506Z Downloaded is_terminal_polyfill v1.70.2
3662026-03-26T14:49:03.506Z Downloaded form_urlencoded v1.2.2
3672026-03-26T14:49:03.506Z Downloaded textwrap v0.16.2
3682026-03-26T14:49:03.507Z Downloaded cfg-if v1.0.4
3692026-03-26T14:49:03.507Z Downloaded proc-macro-error-attr v1.0.4
3702026-03-26T14:49:03.507Z Downloaded toml_edit v0.22.27
3712026-03-26T14:49:03.507Z Downloaded fnv v1.0.7
3722026-03-26T14:49:03.507Z Downloaded autocfg v1.5.0
3732026-03-26T14:49:03.507Z Downloaded anstyle v1.0.13
3742026-03-26T14:49:03.507Z Downloaded pest_meta v2.8.6
3752026-03-26T14:49:03.510Z Downloaded digest v0.10.7
3762026-03-26T14:49:03.514Z Downloaded zerotrie v0.2.3
3772026-03-26T14:49:03.514Z Downloaded crypto-common v0.1.7
3782026-03-26T14:49:03.517Z Downloaded percent-encoding v2.3.2
3792026-03-26T14:49:03.521Z Downloaded cpufeatures v0.2.17
3802026-03-26T14:49:03.521Z Downloaded zerovec v0.11.5
3812026-03-26T14:49:03.524Z Downloaded pretty-hex v0.4.1
3822026-03-26T14:49:03.530Z Downloaded strsim v0.11.1
3832026-03-26T14:49:03.535Z Downloaded heck v0.4.1
3842026-03-26T14:49:03.538Z Downloaded zerocopy v0.7.35
3852026-03-26T14:49:03.546Z Downloaded winnow v0.7.14
3862026-03-26T14:49:03.551Z Downloaded scroll_derive v0.12.1
3872026-03-26T14:49:03.555Z Downloaded unicode-width v0.2.0
3882026-03-26T14:49:03.559Z Downloaded unicode-width v0.1.14
3892026-03-26T14:49:03.559Z Downloaded pest_derive v2.8.6
3902026-03-26T14:49:03.563Z Downloaded macaddr v1.0.1
3912026-03-26T14:49:03.563Z Downloaded getrandom v0.4.1
3922026-03-26T14:49:03.569Z Downloaded byteorder v1.5.0
3932026-03-26T14:49:03.574Z Downloaded cargo_toml v0.21.0
3942026-03-26T14:49:03.578Z Downloaded sha2 v0.10.9
3952026-03-26T14:49:03.578Z Downloaded bytecount v0.6.9
3962026-03-26T14:49:03.585Z Downloaded serde-untagged v0.1.9
3972026-03-26T14:49:03.585Z Downloaded synstructure v0.13.2
3982026-03-26T14:49:03.585Z Downloaded cargo_metadata v0.21.0
3992026-03-26T14:49:03.588Z Downloaded camino v1.2.2
4002026-03-26T14:49:03.592Z Downloaded erased-serde v0.4.9
4012026-03-26T14:49:03.592Z Downloaded anyhow v1.0.102
4022026-03-26T14:49:03.598Z Downloaded semver v1.0.27
4032026-03-26T14:49:03.601Z Downloaded once_cell v1.21.3
4042026-03-26T14:49:03.604Z Downloaded icu_collections v2.1.1
4052026-03-26T14:49:03.608Z Downloaded litemap v0.8.1
4062026-03-26T14:49:03.612Z Downloaded smallvec v1.15.1
4072026-03-26T14:49:03.615Z Downloaded tempfile v3.25.0
4082026-03-26T14:49:03.619Z Downloaded camino-tempfile v1.4.1
4092026-03-26T14:49:03.619Z Downloaded pest_generator v2.8.6
4102026-03-26T14:49:03.634Z Downloaded serde_tokenstream v0.2.3
4112026-03-26T14:49:03.638Z Downloaded cargo-util-schemas v0.8.2
4122026-03-26T14:49:03.642Z Downloaded num-traits v0.2.19
4132026-03-26T14:49:03.645Z Downloaded serde_core v1.0.228
4142026-03-26T14:49:03.645Z Downloaded log v0.4.29
4152026-03-26T14:49:03.645Z Downloaded clap_derive v4.5.55
4162026-03-26T14:49:03.648Z Downloaded papergrid v0.11.0
4172026-03-26T14:49:03.651Z Downloaded serde_derive v1.0.228
4182026-03-26T14:49:03.651Z Downloaded proc-macro2 v1.0.106
4192026-03-26T14:49:03.654Z Downloaded quote v1.0.44
4202026-03-26T14:49:03.657Z Downloaded icu_provider v2.1.1
4212026-03-26T14:49:03.664Z Downloaded icu_locale_core v2.1.1
4222026-03-26T14:49:03.667Z Downloaded hashbrown v0.16.1
4232026-03-26T14:49:03.670Z Downloaded icu_normalizer_data v2.1.1
4242026-03-26T14:49:03.675Z Downloaded serde v1.0.228
4252026-03-26T14:49:03.675Z Downloaded clap v4.5.60
4262026-03-26T14:49:03.707Z Downloaded memchr v2.8.0
4272026-03-26T14:49:03.710Z Downloaded indexmap v2.13.0
4282026-03-26T14:49:03.740Z Downloaded icu_properties_data v2.1.2
4292026-03-26T14:49:03.745Z Downloaded pest v2.8.6
4302026-03-26T14:49:03.753Z Downloaded idna v1.1.0
4312026-03-26T14:49:03.759Z Downloaded clap_builder v4.5.60
4322026-03-26T14:49:03.763Z Downloaded serde_json v1.0.149
4332026-03-26T14:49:03.768Z Downloaded goblin v0.8.2
4342026-03-26T14:49:03.777Z Downloaded tabled v0.15.0
4352026-03-26T14:49:03.792Z Downloaded syn v2.0.117
4362026-03-26T14:49:03.797Z Downloaded syn v1.0.109
4372026-03-26T14:49:03.811Z Downloaded rustix v1.1.3
4382026-03-26T14:49:03.844Z Downloaded libc v0.2.180
4392026-03-26T14:49:03.909Z Compiling proc-macro2 v1.0.106
4402026-03-26T14:49:03.909Z Compiling unicode-ident v1.0.24
4412026-03-26T14:49:03.909Z Compiling quote v1.0.44
4422026-03-26T14:49:03.913Z Compiling serde_core v1.0.228
4432026-03-26T14:49:03.913Z Compiling libc v0.2.180
4442026-03-26T14:49:03.913Z Compiling version_check v0.9.5
4452026-03-26T14:49:03.913Z Compiling serde v1.0.228
4462026-03-26T14:49:03.913Z Compiling memchr v2.8.0
4472026-03-26T14:49:03.913Z Compiling stable_deref_trait v1.2.1
4482026-03-26T14:49:03.913Z Compiling zmij v1.0.21
4492026-03-26T14:49:03.913Z Compiling autocfg v1.5.0
4502026-03-26T14:49:03.913Z Compiling ucd-trie v0.1.7
4512026-03-26T14:49:04.091Z Compiling thiserror v1.0.69
4522026-03-26T14:49:04.103Z Compiling itoa v1.0.17
4532026-03-26T14:49:04.106Z Compiling writeable v0.6.2
4542026-03-26T14:49:04.277Z Compiling litemap v0.8.1
4552026-03-26T14:49:04.347Z Compiling icu_properties_data v2.1.2
4562026-03-26T14:49:04.454Z Compiling rustix v1.1.3
4572026-03-26T14:49:04.522Z Compiling icu_normalizer_data v2.1.1
4582026-03-26T14:49:04.595Z Compiling byteorder v1.5.0
4592026-03-26T14:49:04.599Z Compiling serde_json v1.0.149
4602026-03-26T14:49:04.647Z Compiling bitflags v2.11.0
4612026-03-26T14:49:04.758Z Compiling pest v2.8.6
4622026-03-26T14:49:04.846Z Compiling num-traits v0.2.19
4632026-03-26T14:49:04.880Z Compiling equivalent v1.0.2
4642026-03-26T14:49:04.921Z Compiling smallvec v1.15.1
4652026-03-26T14:49:05.041Z Compiling hashbrown v0.16.1
4662026-03-26T14:49:05.045Z Compiling typeid v1.0.3
4672026-03-26T14:49:05.062Z Compiling usdt-impl v0.5.0
4682026-03-26T14:49:05.114Z Compiling proc-macro-error-attr v1.0.4
4692026-03-26T14:49:05.119Z Compiling erased-serde v0.4.9
4702026-03-26T14:49:05.119Z Compiling winnow v0.7.14
4712026-03-26T14:49:05.119Z Compiling syn v1.0.109
4722026-03-26T14:49:05.218Z Compiling toml_write v0.1.2
4732026-03-26T14:49:05.237Z Compiling proc-macro-error v1.0.4
4742026-03-26T14:49:05.294Z Compiling errno v0.3.14
4752026-03-26T14:49:05.343Z Compiling thread-id v4.2.2
4762026-03-26T14:49:05.475Z Compiling utf8_iter v1.0.4
4772026-03-26T14:49:05.528Z Compiling utf8parse v0.2.2
4782026-03-26T14:49:05.544Z Compiling percent-encoding v2.3.2
4792026-03-26T14:49:05.562Z Compiling getrandom v0.4.1
4802026-03-26T14:49:05.580Z Compiling syn v2.0.117
4812026-03-26T14:49:05.630Z Compiling indexmap v2.13.0
4822026-03-26T14:49:05.649Z Compiling log v0.4.29
4832026-03-26T14:49:05.670Z Compiling camino v1.2.2
4842026-03-26T14:49:05.673Z Compiling plain v0.2.3
4852026-03-26T14:49:05.673Z Compiling thiserror v2.0.18
4862026-03-26T14:49:05.707Z Compiling anstyle-parse v0.2.7
4872026-03-26T14:49:05.796Z Compiling form_urlencoded v1.2.2
4882026-03-26T14:49:05.957Z Compiling pest_meta v2.8.6
4892026-03-26T14:49:05.994Z Compiling ordered-float v2.10.1
4902026-03-26T14:49:06.030Z Compiling anstyle v1.0.13
4912026-03-26T14:49:06.069Z Compiling cfg-if v1.0.4
4922026-03-26T14:49:06.109Z Compiling is_terminal_polyfill v1.70.2
4932026-03-26T14:49:06.148Z Compiling colorchoice v1.0.4
4942026-03-26T14:49:06.168Z Compiling anstyle-query v1.1.5
4952026-03-26T14:49:06.168Z Compiling pretty-hex v0.4.1
4962026-03-26T14:49:06.284Z Compiling fs-err v3.3.0
4972026-03-26T14:49:06.287Z Compiling anstream v0.6.21
4982026-03-26T14:49:06.320Z Compiling bytecount v0.6.9
4992026-03-26T14:49:06.341Z Compiling terminal_size v0.4.3
5002026-03-26T14:49:06.341Z Compiling unicode-xid v0.2.6
5012026-03-26T14:49:06.357Z Compiling once_cell v1.21.3
5022026-03-26T14:49:06.490Z Compiling semver v1.0.27
5032026-03-26T14:49:06.521Z Compiling unicode-width v0.1.14
5042026-03-26T14:49:06.558Z Compiling clap_lex v1.0.0
5052026-03-26T14:49:06.594Z Compiling heck v0.4.1
5062026-03-26T14:49:06.633Z Compiling fnv v1.0.7
5072026-03-26T14:49:06.653Z Compiling strsim v0.11.1
5082026-03-26T14:49:06.675Z Compiling fastrand v2.3.0
5092026-03-26T14:49:06.761Z Compiling heck v0.5.0
5102026-03-26T14:49:06.779Z Compiling anyhow v1.0.102
5112026-03-26T14:49:06.805Z Compiling serde-untagged v0.1.9
5122026-03-26T14:49:06.838Z Compiling papergrid v0.11.0
5132026-03-26T14:49:06.857Z Compiling clap_builder v4.5.60
5142026-03-26T14:49:06.904Z Compiling tempfile v3.25.0
5152026-03-26T14:49:06.961Z Compiling memmap v0.7.0
5162026-03-26T14:49:06.980Z Compiling unicode-width v0.2.0
5172026-03-26T14:49:07.013Z Compiling smawk v0.3.2
5182026-03-26T14:49:07.031Z Compiling unicode-linebreak v0.1.5
5192026-03-26T14:49:07.168Z Compiling camino-tempfile v1.4.1
5202026-03-26T14:49:07.186Z Compiling swrite v0.1.0
5212026-03-26T14:49:07.254Z Compiling textwrap v0.16.2
5222026-03-26T14:49:07.277Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5232026-03-26T14:49:07.590Z Compiling tabled_derive v0.7.0
5242026-03-26T14:49:08.160Z Compiling synstructure v0.13.2
5252026-03-26T14:49:08.160Z Compiling pest_generator v2.8.6
5262026-03-26T14:49:08.279Z Compiling tabled v0.15.0
5272026-03-26T14:49:08.678Z Compiling serde_derive v1.0.228
5282026-03-26T14:49:08.678Z Compiling zerofrom-derive v0.1.6
5292026-03-26T14:49:08.681Z Compiling yoke-derive v0.8.1
5302026-03-26T14:49:08.681Z Compiling zerovec-derive v0.11.2
5312026-03-26T14:49:08.681Z Compiling displaydoc v0.2.5
5322026-03-26T14:49:08.681Z Compiling thiserror-impl v1.0.69
5332026-03-26T14:49:08.751Z Compiling zerocopy-derive v0.7.35
5342026-03-26T14:49:08.783Z Compiling scroll_derive v0.12.1
5352026-03-26T14:49:08.798Z Compiling thiserror-impl v2.0.18
5362026-03-26T14:49:08.814Z Compiling clap_derive v4.5.55
5372026-03-26T14:49:08.834Z Compiling pest_derive v2.8.6
5382026-03-26T14:49:09.455Z Compiling scroll v0.12.0
5392026-03-26T14:49:09.547Z Compiling zerocopy v0.7.35
5402026-03-26T14:49:09.732Z Compiling goblin v0.8.2
5412026-03-26T14:49:09.813Z Compiling zerofrom v0.1.6
5422026-03-26T14:49:09.879Z Compiling dtrace-parser v0.2.0
5432026-03-26T14:49:09.917Z Compiling yoke v0.8.1
5442026-03-26T14:49:10.078Z Compiling zerovec v0.11.5
5452026-03-26T14:49:10.078Z Compiling zerotrie v0.2.3
5462026-03-26T14:49:10.247Z Compiling clap v4.5.60
5472026-03-26T14:49:10.492Z Compiling tinystr v0.8.2
5482026-03-26T14:49:10.492Z Compiling potential_utf v0.1.4
5492026-03-26T14:49:10.627Z Compiling icu_collections v2.1.1
5502026-03-26T14:49:10.644Z Compiling icu_locale_core v2.1.1
5512026-03-26T14:49:11.197Z Compiling icu_provider v2.1.1
5522026-03-26T14:49:11.210Z Compiling dof v0.3.0
5532026-03-26T14:49:11.216Z Compiling serde_tokenstream v0.2.3
5542026-03-26T14:49:11.229Z Compiling serde_spanned v0.6.9
5552026-03-26T14:49:11.237Z Compiling toml_datetime v0.6.11
5562026-03-26T14:49:11.238Z Compiling serde-value v0.7.0
5572026-03-26T14:49:11.251Z Compiling cargo-platform v0.2.0
5582026-03-26T14:49:11.260Z Compiling macaddr v1.0.1
5592026-03-26T14:49:11.418Z Compiling icu_normalizer v2.1.1
5602026-03-26T14:49:11.418Z Compiling icu_properties v2.1.2
5612026-03-26T14:49:11.454Z Compiling toml_edit v0.22.27
5622026-03-26T14:49:11.917Z Compiling usdt-attr-macro v0.5.0
5632026-03-26T14:49:11.926Z Compiling usdt-macro v0.5.0
5642026-03-26T14:49:12.244Z Compiling idna_adapter v1.2.1
5652026-03-26T14:49:12.352Z Compiling idna v1.1.0
5662026-03-26T14:49:12.514Z Compiling usdt v0.5.0
5672026-03-26T14:49:12.610Z Compiling url v2.5.8
5682026-03-26T14:49:12.733Z Compiling toml v0.8.23
5692026-03-26T14:49:13.048Z Compiling cargo-util-schemas v0.8.2
5702026-03-26T14:49:13.048Z Compiling cargo_toml v0.21.0
5712026-03-26T14:49:13.818Z Compiling cargo_metadata v0.21.0
5722026-03-26T14:49:14.741Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5732026-03-26T14:49:16.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.35s
5742026-03-26T14:49:17.111Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5752026-03-26T14:49:17.684Z Downloading crates ...
5762026-03-26T14:49:17.789Z Downloaded array-init v0.0.4
5772026-03-26T14:49:17.792Z Downloaded async-stream-impl v0.3.6
5782026-03-26T14:49:17.795Z Downloaded bcrypt-pbkdf v0.10.0
5792026-03-26T14:49:17.795Z Downloaded ascii-canvas v3.0.0
5802026-03-26T14:49:17.798Z Downloaded cargo_metadata v0.19.2
5812026-03-26T14:49:17.806Z Downloaded cstr-argument v0.1.2
5822026-03-26T14:49:17.809Z Downloaded ciborium-ll v0.2.2
5832026-03-26T14:49:17.809Z Downloaded cobs v0.3.0
5842026-03-26T14:49:17.809Z Downloaded adler2 v2.0.1
5852026-03-26T14:49:17.813Z Downloaded embedded-io v0.4.0
5862026-03-26T14:49:17.817Z Downloaded base16ct v1.0.0
5872026-03-26T14:49:17.817Z Downloaded bit-vec v0.6.3
5882026-03-26T14:49:17.820Z Downloaded endian-type v0.1.2
5892026-03-26T14:49:17.820Z Downloaded dirs-sys-next v0.1.2
5902026-03-26T14:49:17.826Z Downloaded constant_time_eq v0.4.2
5912026-03-26T14:49:17.829Z Downloaded corncobs v0.1.4
5922026-03-26T14:49:17.829Z Downloaded ctr v0.9.2
5932026-03-26T14:49:17.832Z Downloaded arc-swap v1.8.2
5942026-03-26T14:49:17.832Z Downloaded foreign-types v0.5.0
5952026-03-26T14:49:17.836Z Downloaded crc8 v0.1.1
5962026-03-26T14:49:17.836Z Downloaded float-ord v0.3.2
5972026-03-26T14:49:17.836Z Downloaded filetime v0.2.27
5982026-03-26T14:49:17.836Z Downloaded crunchy v0.2.4
5992026-03-26T14:49:17.841Z Downloaded console v0.16.2
6002026-03-26T14:49:17.841Z Downloaded ecdsa v0.16.9
6012026-03-26T14:49:17.842Z Downloaded drift v0.1.3
6022026-03-26T14:49:17.845Z Downloaded crc32fast v1.5.0
6032026-03-26T14:49:17.848Z Downloaded cc v1.2.56
6042026-03-26T14:49:17.851Z Downloaded debug-ignore v1.0.5
6052026-03-26T14:49:17.851Z Downloaded darling v0.21.3
6062026-03-26T14:49:17.855Z Downloaded dirs-next v2.0.0
6072026-03-26T14:49:17.862Z Downloaded chacha20poly1305 v0.10.1
6082026-03-26T14:49:17.863Z Downloaded curve25519-dalek-derive v0.1.1
6092026-03-26T14:49:17.863Z Downloaded bumpalo v3.20.2
6102026-03-26T14:49:17.863Z Downloaded futures-core v0.3.32
6112026-03-26T14:49:17.870Z Downloaded aes-gcm v0.10.3
6122026-03-26T14:49:17.876Z Downloaded dropshot_endpoint v0.16.7
6132026-03-26T14:49:17.879Z Downloaded dropshot-api-manager-types v0.6.0
6142026-03-26T14:49:17.879Z Downloaded crucible-workspace-hack v0.1.0
6152026-03-26T14:49:17.879Z Downloaded darling_macro v0.20.11
6162026-03-26T14:49:17.887Z Downloaded async-recursion v1.1.1
6172026-03-26T14:49:17.890Z Downloaded deranged v0.5.8
6182026-03-26T14:49:17.890Z Downloaded fxhash v0.2.1
6192026-03-26T14:49:17.893Z Downloaded bcs v0.1.6
6202026-03-26T14:49:17.893Z Downloaded arrayvec v0.7.6
6212026-03-26T14:49:17.897Z Downloaded atomicwrites v0.4.4
6222026-03-26T14:49:17.897Z Downloaded dyn-clone v1.0.20
6232026-03-26T14:49:17.897Z Downloaded bit-set v0.8.0
6242026-03-26T14:49:17.901Z Downloaded foreign-types-macros v0.2.3
6252026-03-26T14:49:17.901Z Downloaded diesel_table_macro_syntax v0.3.0
6262026-03-26T14:49:17.901Z Downloaded cbc v0.1.2
6272026-03-26T14:49:17.906Z Downloaded atomic-waker v1.1.2
6282026-03-26T14:49:17.906Z Downloaded aws-lc-rs v1.16.0
6292026-03-26T14:49:17.910Z Downloaded display-error-chain v0.2.2
6302026-03-26T14:49:17.913Z Downloaded difflib v0.4.0
6312026-03-26T14:49:17.913Z Downloaded fd-lock v4.0.4
6322026-03-26T14:49:17.913Z Downloaded defmt-parser v1.0.0
6332026-03-26T14:49:17.914Z Downloaded foreign-types v0.3.2
6342026-03-26T14:49:17.914Z Downloaded derive_builder_macro v0.20.2
6352026-03-26T14:49:17.917Z Downloaded cexpr v0.6.0
6362026-03-26T14:49:17.917Z Downloaded byte-wrapper v0.1.0
6372026-03-26T14:49:17.917Z Downloaded defmt v0.3.100
6382026-03-26T14:49:17.921Z Downloaded bzip2 v0.4.4
6392026-03-26T14:49:17.921Z Downloaded block-padding v0.3.3
6402026-03-26T14:49:17.924Z Downloaded fallible-iterator v0.2.0
6412026-03-26T14:49:17.927Z Downloaded env_filter v1.0.0
6422026-03-26T14:49:17.930Z Downloaded enum-as-inner v0.6.1
6432026-03-26T14:49:17.930Z Downloaded bitfield-struct v0.6.2
6442026-03-26T14:49:17.933Z Downloaded dsl_auto_type v0.2.0
6452026-03-26T14:49:17.933Z Downloaded castaway v0.2.4
6462026-03-26T14:49:17.937Z Downloaded dunce v1.0.5
6472026-03-26T14:49:17.937Z Downloaded assert_matches v1.5.0
6482026-03-26T14:49:17.940Z Downloaded globset v0.4.18
6492026-03-26T14:49:17.940Z Downloaded futures-io v0.3.32
6502026-03-26T14:49:17.940Z Downloaded group v0.13.0
6512026-03-26T14:49:17.940Z Downloaded embedded-io v0.6.1
6522026-03-26T14:49:17.945Z Downloaded fixedbitset v0.4.2
6532026-03-26T14:49:17.945Z Downloaded chacha20 v0.9.1
6542026-03-26T14:49:17.945Z Downloaded futures-task v0.3.32
6552026-03-26T14:49:17.949Z Downloaded buf-list v1.1.2
6562026-03-26T14:49:17.949Z Downloaded darling_macro v0.21.3
6572026-03-26T14:49:17.949Z Downloaded float-cmp v0.10.0
6582026-03-26T14:49:17.949Z Downloaded dtrace-parser v0.3.0
6592026-03-26T14:49:17.949Z Downloaded dof v0.4.0
6602026-03-26T14:49:17.953Z Downloaded darling_macro v0.23.0
6612026-03-26T14:49:17.953Z Downloaded ed25519 v2.2.3
6622026-03-26T14:49:17.953Z Downloaded convert_case v0.4.0
6632026-03-26T14:49:17.953Z Downloaded der_derive v0.7.3
6642026-03-26T14:49:17.956Z Downloaded atty v0.2.14
6652026-03-26T14:49:17.956Z Downloaded aead v0.5.2
6662026-03-26T14:49:17.956Z Downloaded cfg_aliases v0.2.1
6672026-03-26T14:49:17.956Z Downloaded foldhash v0.2.0
6682026-03-26T14:49:17.959Z Downloaded arrayref v0.3.9
6692026-03-26T14:49:17.959Z Downloaded crossbeam-channel v0.5.15
6702026-03-26T14:49:17.965Z Downloaded crc v3.4.0
6712026-03-26T14:49:17.965Z Downloaded crc-catalog v2.4.0
6722026-03-26T14:49:17.968Z Downloaded document-features v0.2.12
6732026-03-26T14:49:17.968Z Downloaded ciborium-io v0.2.2
6742026-03-26T14:49:17.968Z Downloaded git-stub v1.0.0
6752026-03-26T14:49:17.972Z Downloaded futures-macro v0.3.32
6762026-03-26T14:49:17.972Z Downloaded base16ct v0.2.0
6772026-03-26T14:49:17.972Z Downloaded flagset v0.4.7
6782026-03-26T14:49:17.972Z Downloaded futures-sink v0.3.32
6792026-03-26T14:49:17.975Z Downloaded cargo-platform v0.1.9
6802026-03-26T14:49:17.975Z Downloaded async-stream v0.3.6
6812026-03-26T14:49:17.979Z Downloaded ghash v0.5.1
6822026-03-26T14:49:17.979Z Downloaded globwalk v0.9.1
6832026-03-26T14:49:17.986Z Downloaded bit-set v0.5.3
6842026-03-26T14:49:17.986Z Downloaded hash32 v0.2.1
6852026-03-26T14:49:17.986Z Downloaded bitflags v1.3.2
6862026-03-26T14:49:17.989Z Downloaded backoff v0.4.0
6872026-03-26T14:49:17.989Z Downloaded either v1.15.0
6882026-03-26T14:49:17.993Z Downloaded daft v0.1.5
6892026-03-26T14:49:17.994Z Downloaded ar_archive_writer v0.5.1
6902026-03-26T14:49:18.003Z Downloaded data-encoding v2.10.0
6912026-03-26T14:49:18.004Z Downloaded csv-core v0.1.13
6922026-03-26T14:49:18.004Z Downloaded critical-section v1.2.0
6932026-03-26T14:49:18.004Z Downloaded ff v0.13.1
6942026-03-26T14:49:18.004Z Downloaded cfg_aliases v0.1.1
6952026-03-26T14:49:18.004Z Downloaded bitfield v0.19.4
6962026-03-26T14:49:18.007Z Downloaded headers-core v0.3.0
6972026-03-26T14:49:18.007Z Downloaded hex v0.4.3
6982026-03-26T14:49:18.007Z Downloaded derive_builder_core v0.20.2
6992026-03-26T14:49:18.007Z Downloaded defmt-macros v1.0.1
7002026-03-26T14:49:18.007Z Downloaded base64ct v1.8.3
7012026-03-26T14:49:18.007Z Downloaded hex-literal v0.4.1
7022026-03-26T14:49:18.007Z Downloaded foreign-types-shared v0.1.1
7032026-03-26T14:49:18.007Z Downloaded cpufeatures v0.3.0
7042026-03-26T14:49:18.012Z Downloaded darling_core v0.23.0
7052026-03-26T14:49:18.012Z Downloaded foreign-types-shared v0.3.1
7062026-03-26T14:49:18.015Z Downloaded derive-ex v0.1.8
7072026-03-26T14:49:18.015Z Downloaded bitfield-macros v0.19.4
7082026-03-26T14:49:18.015Z Downloaded hostname v0.3.1
7092026-03-26T14:49:18.015Z Downloaded bb8 v0.8.6
7102026-03-26T14:49:18.019Z Downloaded foldhash v0.1.5
7112026-03-26T14:49:18.022Z Downloaded downcast-rs v2.0.2
7122026-03-26T14:49:18.022Z Downloaded hash32 v0.3.1
7132026-03-26T14:49:18.022Z Downloaded funty v2.0.0
7142026-03-26T14:49:18.025Z Downloaded ena v0.14.4
7152026-03-26T14:49:18.025Z Downloaded defmt v1.0.1
7162026-03-26T14:49:18.028Z Downloaded daft-derive v0.1.5
7172026-03-26T14:49:18.031Z Downloaded cipher v0.4.4
7182026-03-26T14:49:18.035Z Downloaded fixedbitset v0.5.7
7192026-03-26T14:49:18.035Z Downloaded crossbeam-deque v0.8.6
7202026-03-26T14:49:18.035Z Downloaded find-msvc-tools v0.1.9
7212026-03-26T14:49:18.039Z Downloaded camino-tempfile-ext v0.3.3
7222026-03-26T14:49:18.039Z Downloaded http-range v0.1.5
7232026-03-26T14:49:18.039Z Downloaded blowfish v0.9.1
7242026-03-26T14:49:18.039Z Downloaded bit-vec v0.8.0
7252026-03-26T14:49:18.042Z Downloaded httpdate v1.0.3
7262026-03-26T14:49:18.045Z Downloaded hubpack_derive v0.1.1
7272026-03-26T14:49:18.049Z Downloaded gethostname v0.5.0
7282026-03-26T14:49:18.049Z Downloaded cassowary v0.3.0
7292026-03-26T14:49:18.049Z Downloaded blake2 v0.10.6
7302026-03-26T14:49:18.052Z Downloaded async-trait v0.1.89
7312026-03-26T14:49:18.055Z Downloaded cmake v0.1.57
7322026-03-26T14:49:18.055Z Downloaded fs-err v2.11.0
7332026-03-26T14:49:18.059Z Downloaded ident_case v1.0.1
7342026-03-26T14:49:18.059Z Downloaded hyper-tls v0.6.0
7352026-03-26T14:49:18.065Z Downloaded hostname v0.4.2
7362026-03-26T14:49:18.066Z Downloaded home v0.5.12
7372026-03-26T14:49:18.066Z Downloaded glob v0.3.3
7382026-03-26T14:49:18.066Z Downloaded git-stub-vcs v0.1.0
7392026-03-26T14:49:18.073Z Downloaded cargo_toml v0.22.3
7402026-03-26T14:49:18.073Z Downloaded bzip2 v0.6.1
7412026-03-26T14:49:18.073Z Downloaded indent_write v2.2.0
7422026-03-26T14:49:18.073Z Downloaded is-terminal v0.4.17
7432026-03-26T14:49:18.073Z Downloaded instant v0.1.13
7442026-03-26T14:49:18.074Z Downloaded inout v0.1.4
7452026-03-26T14:49:18.074Z Downloaded indoc v1.0.9
7462026-03-26T14:49:18.074Z Downloaded internet-checksum v0.2.1
7472026-03-26T14:49:18.081Z Downloaded is_ci v1.2.0
7482026-03-26T14:49:18.082Z Downloaded instability v0.3.11
7492026-03-26T14:49:18.082Z Downloaded erased-serde v0.3.31
7502026-03-26T14:49:18.082Z Downloaded crossbeam-utils v0.8.21
7512026-03-26T14:49:18.082Z Downloaded derive_builder v0.20.2
7522026-03-26T14:49:18.089Z Downloaded darling_core v0.20.11
7532026-03-26T14:49:18.089Z Downloaded crypto-bigint v0.5.5
7542026-03-26T14:49:18.089Z Downloaded der v0.7.10
7552026-03-26T14:49:18.093Z Downloaded diff v0.1.13
7562026-03-26T14:49:18.093Z Downloaded convert_case v0.10.0
7572026-03-26T14:49:18.097Z Downloaded const_format_proc_macros v0.2.34
7582026-03-26T14:49:18.097Z Downloaded env_logger v0.11.9
7592026-03-26T14:49:18.097Z Downloaded crossbeam-epoch v0.9.18
7602026-03-26T14:49:18.100Z Downloaded highway v1.3.0
7612026-03-26T14:49:18.103Z Downloaded expectorate v1.2.0
7622026-03-26T14:49:18.106Z Downloaded lalrpop-util v0.19.12
7632026-03-26T14:49:18.106Z Downloaded lazy_static v1.5.0
7642026-03-26T14:49:18.106Z Downloaded kstat-rs v0.2.4
7652026-03-26T14:49:18.109Z Downloaded des v0.8.1
7662026-03-26T14:49:18.109Z Downloaded backon v1.6.0
7672026-03-26T14:49:18.112Z Downloaded http-body-util v0.1.3
7682026-03-26T14:49:18.112Z Downloaded http-body v1.0.1
7692026-03-26T14:49:18.117Z Downloaded colored v2.2.0
7702026-03-26T14:49:18.119Z Downloaded futures-executor v0.3.32
7712026-03-26T14:49:18.120Z Downloaded fs_extra v1.3.0
7722026-03-26T14:49:18.120Z Downloaded maplit v1.0.2
7732026-03-26T14:49:18.122Z Downloaded lru-slab v0.1.2
7742026-03-26T14:49:18.123Z Downloaded lru-cache v0.1.2
7752026-03-26T14:49:18.123Z Downloaded cookie_store v0.22.1
7762026-03-26T14:49:18.126Z Downloaded mime v0.3.17
7772026-03-26T14:49:18.126Z Downloaded managed v0.8.0
7782026-03-26T14:49:18.126Z Downloaded lzss v0.8.2
7792026-03-26T14:49:18.129Z Downloaded derive_more v2.1.1
7802026-03-26T14:49:18.133Z Downloaded memoffset v0.9.1
7812026-03-26T14:49:18.136Z Downloaded lru v0.12.5
7822026-03-26T14:49:18.136Z Downloaded humantime v2.3.0
7832026-03-26T14:49:18.139Z Downloaded console v0.15.11
7842026-03-26T14:49:18.139Z Downloaded async-bb8-diesel v0.2.1
7852026-03-26T14:49:18.142Z Downloaded hyper-staticfile v0.10.1
7862026-03-26T14:49:18.142Z Downloaded md5 v0.7.0
7872026-03-26T14:49:18.142Z Downloaded linked-hash-map v0.5.6
7882026-03-26T14:49:18.145Z Downloaded hubpack v0.1.2
7892026-03-26T14:49:18.146Z Downloaded indoc v2.0.7
7902026-03-26T14:49:18.146Z Downloaded argon2 v0.5.3
7912026-03-26T14:49:18.149Z Downloaded md-5 v0.10.6
7922026-03-26T14:49:18.149Z Downloaded match_cfg v0.1.0
7932026-03-26T14:49:18.152Z Downloaded newline-converter v0.3.0
7942026-03-26T14:49:18.153Z Downloaded ingot-types v0.1.2
7952026-03-26T14:49:18.153Z Downloaded ingot v0.1.1
7962026-03-26T14:49:18.156Z Downloaded impl-trait-for-tuples v0.2.3
7972026-03-26T14:49:18.156Z Downloaded half v1.8.3
7982026-03-26T14:49:18.156Z Downloaded new_debug_unreachable v1.0.6
7992026-03-26T14:49:18.159Z Downloaded multimap v0.10.1
8002026-03-26T14:49:18.159Z Downloaded diesel-dtrace v0.5.0
8012026-03-26T14:49:18.159Z Downloaded newtype_derive v0.1.6
8022026-03-26T14:49:18.162Z Downloaded nonempty v0.12.0
8032026-03-26T14:49:18.162Z Downloaded nodrop v0.1.14
8042026-03-26T14:49:18.162Z Downloaded newtype-uuid-macros v0.1.0
8052026-03-26T14:49:18.165Z Downloaded derive_more v0.99.20
8062026-03-26T14:49:18.165Z Downloaded ipnet v2.11.0
8072026-03-26T14:49:18.170Z Downloaded const-oid v0.9.6
8082026-03-26T14:49:18.170Z Downloaded jobserver v0.1.34
8092026-03-26T14:49:18.170Z Downloaded nibble_vec v0.1.0
8102026-03-26T14:49:18.174Z Downloaded getrandom v0.2.17
8112026-03-26T14:49:18.174Z Downloaded fatfs v0.3.6
8122026-03-26T14:49:18.177Z Downloaded elliptic-curve v0.13.8
8132026-03-26T14:49:18.177Z Downloaded diesel_derives v2.3.7
8142026-03-26T14:49:18.180Z Downloaded num-iter v0.1.45
8152026-03-26T14:49:18.183Z Downloaded normalize-line-endings v0.3.0
8162026-03-26T14:49:18.183Z Downloaded ciborium v0.2.2
8172026-03-26T14:49:18.183Z Downloaded num v0.4.3
8182026-03-26T14:49:18.186Z Downloaded hmac v0.12.1
8192026-03-26T14:49:18.203Z Downloaded openssl-probe v0.1.6
8202026-03-26T14:49:18.207Z Downloaded ahash v0.8.12
8212026-03-26T14:49:18.207Z Downloaded olpc-cjson v0.1.4
8222026-03-26T14:49:18.212Z Downloaded num_threads v0.1.7
8232026-03-26T14:49:18.212Z Downloaded num_enum_derive v0.5.11
8242026-03-26T14:49:18.212Z Downloaded num-derive v0.4.2
8252026-03-26T14:49:18.212Z Downloaded num-derive v0.3.3
8262026-03-26T14:49:18.212Z Downloaded num-conv v0.2.0
8272026-03-26T14:49:18.215Z Downloaded openssl-probe v0.2.1
8282026-03-26T14:49:18.215Z Downloaded lock_api v0.4.14
8292026-03-26T14:49:18.215Z Downloaded oso-derive v0.27.3
8302026-03-26T14:49:18.215Z Downloaded httparse v1.10.1
8312026-03-26T14:49:18.218Z Downloaded darling_core v0.21.3
8322026-03-26T14:49:18.224Z Downloaded openssl-macros v0.1.1
8332026-03-26T14:49:18.224Z Downloaded linear-map v1.2.0
8342026-03-26T14:49:18.224Z Downloaded futures v0.3.32
8352026-03-26T14:49:18.227Z Downloaded mime_guess v2.0.5
8362026-03-26T14:49:18.227Z Downloaded maybe-uninit v2.0.0
8372026-03-26T14:49:18.227Z Downloaded ingot-macros v0.1.1
8382026-03-26T14:49:18.227Z Downloaded iana-time-zone v0.1.65
8392026-03-26T14:49:18.230Z Downloaded hyper-rustls v0.27.7
8402026-03-26T14:49:18.231Z Downloaded native-tls v0.2.18
8412026-03-26T14:49:18.234Z Downloaded getrandom v0.3.4
8422026-03-26T14:49:18.234Z Downloaded opaque-debug v0.3.1
8432026-03-26T14:49:18.237Z Downloaded newtype-uuid v1.3.2
8442026-03-26T14:49:18.237Z Downloaded multer v3.1.0
8452026-03-26T14:49:18.238Z Downloaded half v2.7.1
8462026-03-26T14:49:18.243Z Downloaded ipnetwork v0.21.1
8472026-03-26T14:49:18.243Z Downloaded base64 v0.21.7
8482026-03-26T14:49:18.247Z Downloaded packed_struct_codegen v0.10.1
8492026-03-26T14:49:18.247Z Downloaded flume v0.11.1
8502026-03-26T14:49:18.247Z Downloaded libsw-core v0.3.2
8512026-03-26T14:49:18.247Z Downloaded libsw v3.5.0
8522026-03-26T14:49:18.252Z Downloaded libloading v0.8.9
8532026-03-26T14:49:18.252Z Downloaded path-slash v0.1.5
8542026-03-26T14:49:18.252Z Downloaded libefi-sys v0.1.0
8552026-03-26T14:49:18.252Z Downloaded keccak v0.1.6
8562026-03-26T14:49:18.257Z Downloaded futures-channel v0.3.32
8572026-03-26T14:49:18.257Z Downloaded pbkdf2 v0.11.0
8582026-03-26T14:49:18.257Z Downloaded libscf-sys v1.1.0
8592026-03-26T14:49:18.257Z Downloaded crc-any v2.5.0
8602026-03-26T14:49:18.261Z Downloaded colored v3.1.1
8612026-03-26T14:49:18.261Z Downloaded pbkdf2 v0.12.2
8622026-03-26T14:49:18.261Z Downloaded phf_shared v0.12.1
8632026-03-26T14:49:18.261Z Downloaded peg-runtime v0.8.5
8642026-03-26T14:49:18.265Z Downloaded nu-ansi-term v0.50.3
8652026-03-26T14:49:18.265Z Downloaded cancel-safe-futures v0.1.5
8662026-03-26T14:49:18.269Z Downloaded pin-utils v0.1.0
8672026-03-26T14:49:18.269Z Downloaded phf_shared v0.13.1
8682026-03-26T14:49:18.269Z Downloaded parse-display v0.10.0
8692026-03-26T14:49:18.269Z Downloaded num_enum v0.5.11
8702026-03-26T14:49:18.280Z Downloaded bytes v1.11.1
8712026-03-26T14:49:18.281Z Downloaded num-integer v0.1.46
8722026-03-26T14:49:18.286Z Downloaded litrs v1.0.0
8732026-03-26T14:49:18.286Z Downloaded num_enum_derive v0.7.5
8742026-03-26T14:49:18.286Z Downloaded num_enum v0.7.5
8752026-03-26T14:49:18.286Z Downloaded parse-size v1.1.0
8762026-03-26T14:49:18.287Z Downloaded derive-where v1.6.0
8772026-03-26T14:49:18.287Z Downloaded compact_str v0.8.1
8782026-03-26T14:49:18.287Z Downloaded phf_shared v0.11.3
8792026-03-26T14:49:18.292Z Downloaded memmap2 v0.9.10
8802026-03-26T14:49:18.292Z Downloaded cookie v0.18.1
8812026-03-26T14:49:18.292Z Downloaded clang-sys v1.8.1
8822026-03-26T14:49:18.292Z Downloaded chacha20 v0.10.0
8832026-03-26T14:49:18.297Z Downloaded darling v0.20.11
8842026-03-26T14:49:18.297Z Downloaded powerfmt v0.2.0
8852026-03-26T14:49:18.297Z Downloaded darling v0.23.0
8862026-03-26T14:49:18.300Z Downloaded crossterm v0.28.1
8872026-03-26T14:49:18.307Z Downloaded indexmap v1.9.3
8882026-03-26T14:49:18.307Z Downloaded ignore v0.4.25
8892026-03-26T14:49:18.310Z Downloaded num-complex v0.4.6
8902026-03-26T14:49:18.310Z Downloaded nanorand v0.7.0
8912026-03-26T14:49:18.310Z Downloaded precomputed-hash v0.1.1
8922026-03-26T14:49:18.310Z Downloaded oxide-tokio-rt v0.1.3
8932026-03-26T14:49:18.324Z Downloaded proc-macro-error-attr2 v2.0.0
8942026-03-26T14:49:18.325Z Downloaded predicates-core v1.0.10
8952026-03-26T14:49:18.325Z Downloaded hickory-client v0.25.2
8962026-03-26T14:49:18.325Z Downloaded proc-macro-crate v3.4.0
8972026-03-26T14:49:18.325Z Downloaded heapless v0.8.0
8982026-03-26T14:49:18.325Z Downloaded proc-macro-crate v1.3.1
8992026-03-26T14:49:18.325Z Downloaded flate2 v1.1.9
9002026-03-26T14:49:18.331Z Downloaded paste v1.0.15
9012026-03-26T14:49:18.331Z Downloaded password-hash v0.4.2
9022026-03-26T14:49:18.331Z Downloaded packed_struct v0.10.1
9032026-03-26T14:49:18.331Z Downloaded predicates-tree v1.0.13
9042026-03-26T14:49:18.331Z Downloaded pem v3.0.6
9052026-03-26T14:49:18.331Z Downloaded phf v0.12.1
9062026-03-26T14:49:18.331Z Downloaded peg-macros v0.8.5
9072026-03-26T14:49:18.337Z Downloaded parking_lot_core v0.8.6
9082026-03-26T14:49:18.337Z Downloaded base64 v0.22.1
9092026-03-26T14:49:18.337Z Downloaded headers v0.4.1
9102026-03-26T14:49:18.342Z Downloaded psl-types v2.0.11
9112026-03-26T14:49:18.343Z Downloaded progenitor-macro v0.13.0
9122026-03-26T14:49:18.343Z Downloaded allocator-api2 v0.2.21
9132026-03-26T14:49:18.343Z Downloaded oxnet v0.1.4
9142026-03-26T14:49:18.347Z Downloaded phf v0.13.1
9152026-03-26T14:49:18.347Z Downloaded heapless v0.7.17
9162026-03-26T14:49:18.348Z Downloaded password-hash v0.5.0
9172026-03-26T14:49:18.351Z Downloaded progenitor-macro v0.11.2
9182026-03-26T14:49:18.351Z Downloaded progenitor-client v0.11.2
9192026-03-26T14:49:18.351Z Downloaded quick-error v1.2.3
9202026-03-26T14:49:18.351Z Downloaded libbz2-rs-sys v0.2.2
9212026-03-26T14:49:18.354Z Downloaded pkg-config v0.3.32
9222026-03-26T14:49:18.358Z Downloaded derive_more-impl v2.1.1
9232026-03-26T14:49:18.363Z Downloaded progenitor-client v0.10.0
9242026-03-26T14:49:18.363Z Downloaded num-rational v0.4.2
9252026-03-26T14:49:18.363Z Downloaded radium v0.7.0
9262026-03-26T14:49:18.367Z Downloaded omicron-zone-package v0.12.2
9272026-03-26T14:49:18.371Z Downloaded rand_xorshift v0.4.0
9282026-03-26T14:49:18.371Z Downloaded pem-rfc7468 v0.7.0
9292026-03-26T14:49:18.371Z Downloaded parse-display-derive v0.10.0
9302026-03-26T14:49:18.375Z Downloaded pin-project-internal v1.1.11
9312026-03-26T14:49:18.378Z Downloaded recursive-proc-macro-impl v0.1.1
9322026-03-26T14:49:18.378Z Downloaded rand_chacha v0.3.1
9332026-03-26T14:49:18.381Z Downloaded ref-cast-impl v1.0.25
9342026-03-26T14:49:18.385Z Downloaded polyval v0.6.2
9352026-03-26T14:49:18.385Z Downloaded ppv-lite86 v0.2.21
9362026-03-26T14:49:18.388Z Downloaded poly1305 v0.8.0
9372026-03-26T14:49:18.393Z Downloaded owo-colors v4.3.0
9382026-03-26T14:49:18.396Z Downloaded recursive v0.1.1
9392026-03-26T14:49:18.396Z Downloaded primeorder v0.13.6
9402026-03-26T14:49:18.400Z Downloaded pkcs8 v0.10.2
9412026-03-26T14:49:18.403Z Downloaded postgres-protocol v0.6.10
9422026-03-26T14:49:18.406Z Downloaded progenitor v0.10.0
9432026-03-26T14:49:18.406Z Downloaded ref-cast v1.0.25
9442026-03-26T14:49:18.409Z Downloaded proc-macro-error2 v2.0.1
9452026-03-26T14:49:18.412Z Downloaded rfc6979 v0.4.0
9462026-03-26T14:49:18.415Z Downloaded parking_lot_core v0.9.12
9472026-03-26T14:49:18.418Z Downloaded progenitor v0.11.2
9482026-03-26T14:49:18.421Z Downloaded progenitor v0.13.0
9492026-03-26T14:49:18.421Z Downloaded const_format v0.2.35
9502026-03-26T14:49:18.424Z Downloaded hickory-resolver v0.25.2
9512026-03-26T14:49:18.430Z Downloaded psm v0.1.30
9522026-03-26T14:49:18.433Z Downloaded peg v0.8.5
9532026-03-26T14:49:18.433Z Downloaded parking_lot v0.12.5
9542026-03-26T14:49:18.433Z Downloaded rand_core v0.6.4
9552026-03-26T14:49:18.436Z Downloaded rustc-hash v2.1.1
9562026-03-26T14:49:18.436Z Downloaded rustc_version v0.4.1
9572026-03-26T14:49:18.436Z Downloaded rustc_version v0.1.7
9582026-03-26T14:49:18.438Z Downloaded russh-cryptovec v0.7.3
9592026-03-26T14:49:18.438Z Downloaded r2d2 v0.8.10
9602026-03-26T14:49:18.443Z Downloaded progenitor-macro v0.10.0
9612026-03-26T14:49:18.447Z Downloaded salsa20 v0.10.2
9622026-03-26T14:49:18.447Z Downloaded rand_chacha v0.9.0
9632026-03-26T14:49:18.447Z Downloaded rand_core v0.10.0
9642026-03-26T14:49:18.450Z Downloaded rand_core v0.9.5
9652026-03-26T14:49:18.458Z Downloaded pkcs5 v0.7.1
9662026-03-26T14:49:18.461Z Downloaded postgres-types v0.2.12
9672026-03-26T14:49:18.464Z Downloaded rand_seeder v0.4.0
9682026-03-26T14:49:18.464Z Downloaded pkcs1 v0.7.5
9692026-03-26T14:49:18.464Z Downloaded same-file v1.0.6
9702026-03-26T14:49:18.467Z Downloaded pin-project-lite v0.2.17
9712026-03-26T14:49:18.470Z Downloaded scheduled-thread-pool v0.2.7
9722026-03-26T14:49:18.470Z Downloaded miniz_oxide v0.8.9
9732026-03-26T14:49:18.470Z Downloaded scrypt v0.11.0
9742026-03-26T14:49:18.474Z Downloaded predicates v3.1.4
9752026-03-26T14:49:18.477Z Downloaded parking_lot v0.11.2
9762026-03-26T14:49:18.481Z Downloaded oso v0.27.3
9772026-03-26T14:49:18.481Z Downloaded jiff-static v0.2.21
9782026-03-26T14:49:18.481Z Downloaded indicatif v0.18.4
9792026-03-26T14:49:18.484Z Downloaded postcard v1.1.3
9802026-03-26T14:49:18.487Z Downloaded ed25519-dalek v2.2.0
9812026-03-26T14:49:18.487Z Downloaded scroll_derive v0.13.1
9822026-03-26T14:49:18.492Z Downloaded rtoolbox v0.0.3
9832026-03-26T14:49:18.492Z Downloaded hashbrown v0.13.2
9842026-03-26T14:49:18.495Z Downloaded secrecy v0.10.3
9852026-03-26T14:49:18.495Z Downloaded resolv-conf v0.7.6
9862026-03-26T14:49:18.495Z Downloaded semver v0.1.20
9872026-03-26T14:49:18.500Z Downloaded seq-macro v0.3.6
9882026-03-26T14:49:18.503Z Downloaded serde_spanned v1.0.4
9892026-03-26T14:49:18.503Z Downloaded serde_repr v0.1.20
9902026-03-26T14:49:18.506Z Downloaded p256 v0.13.2
9912026-03-26T14:49:18.510Z Downloaded progenitor-extras v0.1.1
9922026-03-26T14:49:18.513Z Downloaded progenitor-client v0.13.0
9932026-03-26T14:49:18.516Z Downloaded serde_urlencoded v0.7.1
9942026-03-26T14:49:18.519Z Downloaded serde-big-array v0.5.1
9952026-03-26T14:49:18.519Z Downloaded quinn-udp v0.5.14
9962026-03-26T14:49:18.519Z Downloaded hashbrown v0.12.3
9972026-03-26T14:49:18.525Z Downloaded sha1 v0.10.6
9982026-03-26T14:49:18.528Z Downloaded shell-words v1.1.1
9992026-03-26T14:49:18.528Z Downloaded sapling-renderdag v0.1.0
10002026-03-26T14:49:18.534Z Downloaded rustls-pemfile v1.0.4
10012026-03-26T14:49:18.534Z Downloaded signal-hook-tokio v0.3.1
10022026-03-26T14:49:18.538Z Downloaded rustls-pemfile v2.2.0
10032026-03-26T14:49:19.553Z Downloaded sigpipe v0.1.3
10042026-03-26T14:49:19.553Z Downloaded serde_bytes v0.11.19
10052026-03-26T14:49:19.560Z Downloaded scopeguard v1.2.0
10062026-03-26T14:49:19.560Z Downloaded rusty-fork v0.3.1
10072026-03-26T14:49:19.560Z Downloaded rustversion v1.0.22
10082026-03-26T14:49:19.560Z Downloaded sct v0.7.1
10092026-03-26T14:49:19.560Z Downloaded pin-project v1.1.11
10102026-03-26T14:49:19.560Z Downloaded hyper-util v0.1.20
10112026-03-26T14:49:19.560Z Downloaded prefix-trie v0.7.0
10122026-03-26T14:49:19.561Z Downloaded schemars_derive v0.8.22
10132026-03-26T14:49:19.561Z Downloaded siphasher v1.0.2
10142026-03-26T14:49:19.561Z Downloaded serde_plain v1.0.2
10152026-03-26T14:49:19.561Z Downloaded slog-envlogger v2.2.0
10162026-03-26T14:49:19.561Z Downloaded serde_path_to_error v0.1.20
10172026-03-26T14:49:19.561Z Downloaded hickory-resolver v0.24.4
10182026-03-26T14:49:19.561Z Downloaded progenitor-impl v0.13.0
10192026-03-26T14:49:19.561Z Downloaded papergrid v0.17.0
10202026-03-26T14:49:19.561Z Downloaded slog-bunyan v2.5.0
10212026-03-26T14:49:19.561Z Downloaded scroll v0.13.0
10222026-03-26T14:49:19.561Z Downloaded rustls-native-certs v0.8.3
10232026-03-26T14:49:19.561Z Downloaded russh-keys v0.45.0
10242026-03-26T14:49:19.562Z Downloaded progenitor-impl v0.11.2
10252026-03-26T14:49:19.562Z Downloaded sqlparser_derive v0.5.0
10262026-03-26T14:49:19.562Z Downloaded ssh-encoding v0.2.0
10272026-03-26T14:49:19.562Z Downloaded strum v0.26.3
10282026-03-26T14:49:19.562Z Downloaded serde-hex v0.1.0
10292026-03-26T14:49:19.562Z Downloaded signal-hook-registry v1.4.8
10302026-03-26T14:49:19.562Z Downloaded aes v0.8.4
10312026-03-26T14:49:19.562Z Downloaded ssh-cipher v0.2.0
10322026-03-26T14:49:19.562Z Downloaded slog-stdlog v4.1.1
10332026-03-26T14:49:19.562Z Downloaded strip-ansi-escapes v0.2.1
10342026-03-26T14:49:19.562Z Downloaded secrecy v0.8.0
10352026-03-26T14:49:19.563Z Downloaded rustls-pki-types v1.14.0
10362026-03-26T14:49:19.563Z Downloaded serde_derive_internals v0.29.1
10372026-03-26T14:49:19.563Z Downloaded structmeta-derive v0.3.0
10382026-03-26T14:49:19.563Z Downloaded signature v2.2.0
10392026-03-26T14:49:19.563Z Downloaded shlex v1.3.0
10402026-03-26T14:49:19.563Z Downloaded sec1 v0.7.3
10412026-03-26T14:49:19.563Z Downloaded strum v0.27.2
10422026-03-26T14:49:19.563Z Downloaded progenitor-impl v0.10.0
10432026-03-26T14:49:19.563Z Downloaded structmeta v0.3.0
10442026-03-26T14:49:19.563Z Downloaded tabled_derive v0.11.0
10452026-03-26T14:49:19.563Z Downloaded sync_wrapper v1.0.2
10462026-03-26T14:49:19.564Z Downloaded subtle v2.6.1
10472026-03-26T14:49:19.564Z Downloaded take_mut v0.2.2
10482026-03-26T14:49:19.564Z Downloaded supports-color v3.0.2
10492026-03-26T14:49:19.564Z Downloaded tap v1.0.1
10502026-03-26T14:49:19.564Z Downloaded openssl-sys v0.9.111
10512026-03-26T14:49:19.564Z Downloaded signal-hook-mio v0.2.5
10522026-03-26T14:49:19.564Z Downloaded termtree v0.5.1
10532026-03-26T14:49:19.564Z Downloaded num-bigint v0.4.6
10542026-03-26T14:49:19.564Z Downloaded sync-ptr v0.1.4
10552026-03-26T14:49:19.564Z Downloaded rcgen v0.12.1
10562026-03-26T14:49:19.564Z Downloaded tagptr v0.2.0
10572026-03-26T14:49:19.564Z Downloaded prettyplease v0.2.37
10582026-03-26T14:49:19.564Z Downloaded slog-dtrace v0.3.0
10592026-03-26T14:49:19.564Z Downloaded dropshot-api-manager v0.6.0
10602026-03-26T14:49:19.565Z Downloaded slog-term v2.9.2
10612026-03-26T14:49:19.565Z Downloaded thread-id v5.1.0
10622026-03-26T14:49:19.565Z Downloaded simd-adler32 v0.3.8
10632026-03-26T14:49:19.565Z Downloaded thiserror-impl-no-std v2.0.2
10642026-03-26T14:49:19.565Z Downloaded testing_table v0.3.0
10652026-03-26T14:49:19.565Z Downloaded tabwriter v1.4.1
10662026-03-26T14:49:19.565Z Downloaded smallvec v0.6.14
10672026-03-26T14:49:19.565Z Downloaded slog-json v2.6.1
10682026-03-26T14:49:19.565Z Downloaded stringprep v0.1.5
10692026-03-26T14:49:19.565Z Downloaded static_assertions v1.1.0
10702026-03-26T14:49:19.565Z Downloaded slog-scope v4.4.1
10712026-03-26T14:49:19.565Z Downloaded itertools v0.10.5
10722026-03-26T14:49:19.565Z Downloaded slog-async v2.8.0
10732026-03-26T14:49:19.565Z Downloaded slab v0.4.12
10742026-03-26T14:49:19.566Z Downloaded tinyvec_macros v0.1.1
10752026-03-26T14:49:19.566Z Downloaded stacker v0.1.23
10762026-03-26T14:49:19.566Z Downloaded serde_cbor v0.11.2
10772026-03-26T14:49:19.566Z Downloaded sqlformat v0.3.5
10782026-03-26T14:49:19.566Z Downloaded smf v0.2.3
10792026-03-26T14:49:19.566Z Downloaded minimal-lexical v0.2.1
10802026-03-26T14:49:19.566Z Downloaded spki v0.7.3
10812026-03-26T14:49:19.566Z Downloaded ron v0.8.1
10822026-03-26T14:49:19.566Z Downloaded serde_with_macros v3.17.0
10832026-03-26T14:49:19.566Z Downloaded crossterm v0.29.0
10842026-03-26T14:49:19.566Z Downloaded snafu-derive v0.8.9
10852026-03-26T14:49:19.566Z Downloaded support-bundle-viewer v0.1.2
10862026-03-26T14:49:19.567Z Downloaded string_cache v0.8.9
10872026-03-26T14:49:19.567Z Downloaded strum_macros v0.24.3
10882026-03-26T14:49:19.567Z Downloaded strum_macros v0.27.2
10892026-03-26T14:49:19.567Z Downloaded strum_macros v0.26.4
10902026-03-26T14:49:19.567Z Downloaded ryu v1.0.23
10912026-03-26T14:49:19.567Z Downloaded termios v0.3.3
10922026-03-26T14:49:19.567Z Downloaded hickory-server v0.25.2
10932026-03-26T14:49:19.567Z Downloaded rustls-platform-verifier v0.6.2
10942026-03-26T14:49:19.567Z Downloaded http v1.4.0
10952026-03-26T14:49:19.567Z Downloaded tower-layer v0.3.3
10962026-03-26T14:49:19.567Z Downloaded time-macros v0.2.27
10972026-03-26T14:49:19.567Z Downloaded time-core v0.1.8
10982026-03-26T14:49:19.568Z Downloaded thread_local v1.1.9
10992026-03-26T14:49:19.568Z Downloaded spin v0.9.8
11002026-03-26T14:49:19.568Z Downloaded try-lock v0.2.5
11012026-03-26T14:49:19.568Z Downloaded trait-variant v0.1.2
11022026-03-26T14:49:19.568Z Downloaded pretty_assertions v1.4.1
11032026-03-26T14:49:19.568Z Downloaded schemars v0.8.22
11042026-03-26T14:49:19.568Z Downloaded topological-sort v0.2.2
11052026-03-26T14:49:19.575Z Downloaded h2 v0.4.13
11062026-03-26T14:49:19.575Z Downloaded tls_codec_derive v0.4.2
11072026-03-26T14:49:19.575Z Downloaded tower-service v0.3.3
11082026-03-26T14:49:19.575Z Downloaded tls_codec v0.4.2
11092026-03-26T14:49:19.575Z Downloaded thiserror-no-std v2.0.2
11102026-03-26T14:49:19.575Z Downloaded itertools v0.12.1
11112026-03-26T14:49:19.575Z Downloaded serde_yaml v0.9.34+deprecated
11122026-03-26T14:49:19.575Z Downloaded itertools v0.13.0
11132026-03-26T14:49:19.575Z Downloaded unarray v0.1.4
11142026-03-26T14:49:19.575Z Downloaded typify-macro v0.6.1
11152026-03-26T14:49:19.576Z Downloaded nom v7.1.3
11162026-03-26T14:49:19.576Z Downloaded iddqd v0.3.17
11172026-03-26T14:49:19.576Z Downloaded hashbrown v0.15.5
11182026-03-26T14:49:19.576Z Downloaded typify-macro v0.4.3
11192026-03-26T14:49:19.576Z Downloaded unit-prefix v0.5.2
11202026-03-26T14:49:19.576Z Downloaded untrusted v0.9.0
11212026-03-26T14:49:19.576Z Downloaded untrusted v0.7.1
11222026-03-26T14:49:19.576Z Downloaded socket2 v0.5.10
11232026-03-26T14:49:19.576Z Downloaded utf-8 v0.7.6
11242026-03-26T14:49:19.576Z Downloaded tokio-tungstenite v0.21.0
11252026-03-26T14:49:19.576Z Downloaded usdt v0.6.0
11262026-03-26T14:49:19.576Z Downloaded tokio-dtrace v0.1.1
11272026-03-26T14:49:19.577Z Downloaded universal-hash v0.5.1
11282026-03-26T14:49:19.577Z Downloaded usdt-attr-macro v0.6.0
11292026-03-26T14:49:19.577Z Downloaded term v1.2.1
11302026-03-26T14:49:19.577Z Downloaded hyper v1.8.1
11312026-03-26T14:49:19.577Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11322026-03-26T14:49:19.577Z Downloaded rayon-core v1.13.0
11332026-03-26T14:49:19.577Z Downloaded signal-hook v0.3.18
11342026-03-26T14:49:19.577Z Downloaded socket2 v0.6.2
11352026-03-26T14:49:19.577Z Downloaded tokio-rustls v0.25.0
11362026-03-26T14:49:19.577Z Downloaded libxml v0.3.3
11372026-03-26T14:49:19.577Z Downloaded usdt-macro v0.6.0
11382026-03-26T14:49:19.577Z Downloaded similar v2.7.0
11392026-03-26T14:49:19.577Z Downloaded rustls-webpki v0.103.9
11402026-03-26T14:49:19.578Z Downloaded slog v2.8.2
11412026-03-26T14:49:19.578Z Downloaded void v1.0.2
11422026-03-26T14:49:19.578Z Downloaded want v0.3.1
11432026-03-26T14:49:19.578Z Downloaded toml_writer v1.0.6+spec-1.1.0
11442026-03-26T14:49:19.578Z Downloaded samael v0.0.19
11452026-03-26T14:49:19.578Z Downloaded term v0.7.0
11462026-03-26T14:49:19.578Z Downloaded num-bigint-dig v0.8.6
11472026-03-26T14:49:19.578Z Downloaded wait-timeout v0.2.1
11482026-03-26T14:49:19.578Z Downloaded iri-string v0.7.10
11492026-03-26T14:49:19.578Z Downloaded xshell-macros v0.2.7
11502026-03-26T14:49:19.578Z Downloaded unicode-truncate v1.1.0
11512026-03-26T14:49:19.578Z Downloaded unicase v2.9.0
11522026-03-26T14:49:19.579Z Downloaded tokio-macros v2.6.0
11532026-03-26T14:49:19.579Z Downloaded waitgroup v0.1.2
11542026-03-26T14:49:19.579Z Downloaded tui-tree-widget v0.23.1
11552026-03-26T14:49:19.579Z Downloaded publicsuffix v2.3.0
11562026-03-26T14:49:19.579Z Downloaded tiny-keccak v2.0.2
11572026-03-26T14:49:19.579Z Downloaded quinn v0.11.9
11582026-03-26T14:49:19.579Z Downloaded qorb v0.4.1
11592026-03-26T14:49:19.579Z Downloaded rsa v0.9.10
11602026-03-26T14:49:19.579Z Downloaded tokio-rustls v0.24.1
11612026-03-26T14:49:19.579Z Downloaded usdt-impl v0.6.0
11622026-03-26T14:49:19.579Z Downloaded rand v0.8.5
11632026-03-26T14:49:19.579Z Downloaded tokio-stream v0.1.18
11642026-03-26T14:49:19.579Z Downloaded tokio-tungstenite v0.23.1
11652026-03-26T14:49:19.580Z Downloaded xattr v1.6.1
11662026-03-26T14:49:19.580Z Downloaded schemars v0.9.0
11672026-03-26T14:49:19.580Z Downloaded toml_parser v1.0.9+spec-1.1.0
11682026-03-26T14:49:19.580Z Downloaded zone_cfg_derive v0.3.1
11692026-03-26T14:49:19.580Z Downloaded uzers v0.12.2
11702026-03-26T14:49:19.580Z Downloaded futures-util v0.3.32
11712026-03-26T14:49:19.580Z Downloaded zeroize_derive v1.4.3
11722026-03-26T14:49:19.580Z Downloaded vergen-gitcl v1.0.8
11732026-03-26T14:49:19.580Z Downloaded vergen-lib v0.1.6
11742026-03-26T14:49:19.580Z Downloaded rand v0.10.0
11752026-03-26T14:49:19.580Z Downloaded rand v0.9.2
11762026-03-26T14:49:19.580Z Downloaded mio v1.1.1
11772026-03-26T14:49:19.581Z Downloaded tinyvec v1.10.0
11782026-03-26T14:49:19.581Z Downloaded tokio-native-tls v0.3.1
11792026-03-26T14:49:19.581Z Downloaded snafu v0.8.9
11802026-03-26T14:49:19.581Z Downloaded twox-hash v2.1.2
11812026-03-26T14:49:19.581Z Downloaded itertools v0.14.0
11822026-03-26T14:49:19.581Z Downloaded subprocess v0.2.15
11832026-03-26T14:49:19.581Z Downloaded vsss-rs v3.3.4
11842026-03-26T14:49:19.581Z Downloaded whoami v1.6.1
11852026-03-26T14:49:19.581Z Downloaded russh v0.45.0
11862026-03-26T14:49:19.581Z Downloaded whoami v2.1.0
11872026-03-26T14:49:19.581Z Downloaded xshell v0.2.7
11882026-03-26T14:49:19.582Z Downloaded wyz v0.5.1
11892026-03-26T14:49:19.582Z Downloaded unicode-properties v0.1.4
11902026-03-26T14:49:19.582Z Downloaded tokio-rustls v0.26.4
11912026-03-26T14:49:19.582Z Downloaded libm v0.2.16
11922026-03-26T14:49:19.582Z Downloaded toml v0.7.8
11932026-03-26T14:49:19.582Z Downloaded p521 v0.13.3
11942026-03-26T14:49:19.582Z Downloaded schemars v1.2.1
11952026-03-26T14:49:19.582Z Downloaded test-strategy v0.4.5
11962026-03-26T14:49:19.582Z Downloaded aho-corasick v1.1.4
11972026-03-26T14:49:19.582Z Downloaded hkdf v0.12.4
11982026-03-26T14:49:19.583Z Downloaded zone v0.3.1
11992026-03-26T14:49:19.583Z Downloaded vergen-git2 v1.0.7
12002026-03-26T14:49:19.583Z Downloaded zstd v0.13.3
12012026-03-26T14:49:19.583Z Downloaded tracing-attributes v0.1.31
12022026-03-26T14:49:19.583Z Downloaded tracing-core v0.1.36
12032026-03-26T14:49:19.583Z Downloaded vergen v9.0.6
12042026-03-26T14:49:19.583Z Downloaded zstd-safe v7.2.4
12052026-03-26T14:49:19.592Z Downloaded tar v0.4.45
12062026-03-26T14:49:19.592Z Downloaded toml v0.9.12+spec-1.1.0
12072026-03-26T14:49:19.592Z Downloaded tungstenite v0.21.0
12082026-03-26T14:49:19.592Z Downloaded walkdir v2.5.0
12092026-03-26T14:49:19.592Z Downloaded typify v0.4.3
12102026-03-26T14:49:19.592Z Downloaded unicode-bidi v0.3.18
12112026-03-26T14:49:19.592Z Downloaded typify v0.6.1
12122026-03-26T14:49:19.592Z Downloaded ron v0.12.0
12132026-03-26T14:49:19.592Z Downloaded yasna v0.5.2
12142026-03-26T14:49:19.593Z Downloaded xz2 v0.1.7
12152026-03-26T14:49:19.593Z Downloaded unsafe-libyaml v0.2.11
12162026-03-26T14:49:19.593Z Downloaded rpassword v7.4.0
12172026-03-26T14:49:19.593Z Downloaded zerocopy v0.6.6
12182026-03-26T14:49:19.593Z Downloaded zeroize v1.8.2
12192026-03-26T14:49:19.593Z Downloaded rustyline v14.0.0
12202026-03-26T14:49:19.593Z Downloaded ssh-key v0.6.7
12212026-03-26T14:49:19.593Z Downloaded toml_edit v0.23.10+spec-1.0.0
12222026-03-26T14:49:19.593Z Downloaded tokio-postgres v0.7.16
12232026-03-26T14:49:19.593Z Downloaded tungstenite v0.23.0
12242026-03-26T14:49:19.593Z Downloaded steno v0.4.1
12252026-03-26T14:49:19.593Z Downloaded bitvec v1.0.1
12262026-03-26T14:49:19.593Z Downloaded uuid v1.21.0
12272026-03-26T14:49:19.594Z Downloaded bindgen v0.71.1
12282026-03-26T14:49:19.594Z Downloaded regex v1.12.3
12292026-03-26T14:49:19.594Z Downloaded reedline v0.40.0
12302026-03-26T14:49:19.594Z Downloaded toml_edit v0.19.15
12312026-03-26T14:49:19.594Z Downloaded vte v0.14.1
12322026-03-26T14:49:19.594Z Downloaded blake3 v1.8.3
12332026-03-26T14:49:19.594Z Downloaded unicode_categories v0.1.1
12342026-03-26T14:49:19.594Z Downloaded portable-atomic v1.13.1
12352026-03-26T14:49:19.594Z Downloaded zopfli v0.8.3
12362026-03-26T14:49:19.594Z Downloaded yansi v1.0.1
12372026-03-26T14:49:19.595Z Downloaded chrono v0.4.44
12382026-03-26T14:49:19.595Z Downloaded zip v0.6.6
12392026-03-26T14:49:19.595Z Downloaded quick-xml v0.37.5
12402026-03-26T14:49:19.595Z Downloaded p384 v0.13.1
12412026-03-26T14:49:19.595Z Downloaded reqwest v0.13.2
12422026-03-26T14:49:19.595Z Downloaded x509-cert v0.2.5
12432026-03-26T14:49:19.595Z Downloaded moka v0.12.13
12442026-03-26T14:49:19.595Z Downloaded unicode-segmentation v1.12.0
12452026-03-26T14:49:19.595Z Downloaded salty v0.3.0
12462026-03-26T14:49:19.595Z Downloaded git2 v0.20.4
12472026-03-26T14:49:19.595Z Downloaded tower v0.5.3
12482026-03-26T14:49:19.595Z Downloaded rustls-webpki v0.102.8
12492026-03-26T14:49:19.595Z Downloaded unicode-normalization v0.1.25
12502026-03-26T14:49:19.596Z Downloaded typed-path v0.9.3
12512026-03-26T14:49:19.596Z Downloaded tokio-util v0.7.18
12522026-03-26T14:49:19.596Z Downloaded reqwest v0.12.28
12532026-03-26T14:49:19.596Z Downloaded lalrpop v0.19.12
12542026-03-26T14:49:19.596Z Downloaded rustls-webpki v0.101.7
12552026-03-26T14:49:19.596Z Downloaded serde_with v3.17.0
12562026-03-26T14:49:19.596Z Downloaded zip v4.6.1
12572026-03-26T14:49:19.596Z Downloaded curve25519-dalek v4.1.3
12582026-03-26T14:49:19.596Z Downloaded goblin v0.10.5
12592026-03-26T14:49:19.596Z Downloaded rayon v1.11.0
12602026-03-26T14:49:19.597Z Downloaded zerocopy-derive v0.8.40
12612026-03-26T14:49:19.597Z Downloaded tough v0.20.0
12622026-03-26T14:49:19.597Z Downloaded winnow v0.5.40
12632026-03-26T14:49:19.597Z Downloaded winnow v0.6.26
12642026-03-26T14:49:19.597Z Downloaded tower-http v0.6.8
12652026-03-26T14:49:19.597Z Downloaded proptest v1.10.0
12662026-03-26T14:49:19.597Z Downloaded bstr v1.12.1
12672026-03-26T14:49:19.597Z Downloaded object v0.30.4
12682026-03-26T14:49:19.598Z Downloaded petname v2.0.2
12692026-03-26T14:49:19.598Z Downloaded nix v0.27.1
12702026-03-26T14:49:19.598Z Downloaded quinn-proto v0.11.13
12712026-03-26T14:49:19.598Z Downloaded zlib-rs v0.6.2
12722026-03-26T14:49:19.598Z Downloaded nix v0.31.1
12732026-03-26T14:49:19.598Z Downloaded vcpkg v0.2.15
12742026-03-26T14:49:19.598Z Downloaded webpki-roots v1.0.6
12752026-03-26T14:49:19.598Z Downloaded openssl v0.10.75
12762026-03-26T14:49:19.598Z Downloaded bzip2-sys v0.1.13+1.0.8
12772026-03-26T14:49:19.598Z Downloaded radix_trie v0.2.1
12782026-03-26T14:49:19.598Z Downloaded polar-core v0.27.3
12792026-03-26T14:49:19.599Z Downloaded hickory-proto v0.24.4
12802026-03-26T14:49:19.599Z Downloaded regress v0.10.5
12812026-03-26T14:49:19.599Z Downloaded zerocopy v0.8.40
12822026-03-26T14:49:19.599Z Downloaded time v0.3.47
12832026-03-26T14:49:19.599Z Downloaded rustls v0.23.37
12842026-03-26T14:49:19.599Z Downloaded nix v0.28.0
12852026-03-26T14:49:19.599Z Downloaded tabled v0.20.0
12862026-03-26T14:49:19.604Z Downloaded hickory-proto v0.25.2
12872026-03-26T14:49:19.604Z Downloaded smoltcp v0.9.1
12882026-03-26T14:49:19.610Z Downloaded dropshot v0.16.7
12892026-03-26T14:49:19.624Z Downloaded object v0.37.3
12902026-03-26T14:49:19.640Z Downloaded smoltcp v0.11.0
12912026-03-26T14:49:19.653Z Downloaded regex-syntax v0.6.29
12922026-03-26T14:49:19.653Z Downloaded rustls v0.21.12
12932026-03-26T14:49:19.653Z Downloaded rustls v0.22.4
12942026-03-26T14:49:19.660Z Downloaded sqlparser v0.61.0
12952026-03-26T14:49:19.660Z Downloaded sled v0.34.7
12962026-03-26T14:49:19.665Z Downloaded regex-syntax v0.8.10
12972026-03-26T14:49:19.670Z Downloaded nix v0.29.0
12982026-03-26T14:49:19.678Z Downloaded tracing v0.1.44
12992026-03-26T14:49:19.686Z Downloaded openapiv3 v2.2.0
13002026-03-26T14:49:19.712Z Downloaded rustix v0.38.44
13012026-03-26T14:49:19.723Z Downloaded diesel v2.3.7
13022026-03-26T14:49:19.736Z Downloaded zerocopy-derive v0.6.6
13032026-03-26T14:49:19.763Z Downloaded petgraph v0.6.5
13042026-03-26T14:49:19.773Z Downloaded chrono-tz v0.10.4
13052026-03-26T14:49:19.788Z Downloaded petgraph v0.8.3
13062026-03-26T14:49:19.803Z Downloaded libz-sys v1.1.24
13072026-03-26T14:49:19.829Z Downloaded typify-impl v0.6.1
13082026-03-26T14:49:19.835Z Downloaded typify-impl v0.4.3
13092026-03-26T14:49:19.843Z Downloaded ratatui v0.29.0
13102026-03-26T14:49:19.886Z Downloaded regex-automata v0.4.14
13112026-03-26T14:49:19.947Z Downloaded libgit2-sys v0.18.3+1.9.2
13122026-03-26T14:49:19.979Z Downloaded jiff v0.2.21
13132026-03-26T14:49:19.989Z Downloaded lzma-sys v0.1.20
13142026-03-26T14:49:20.005Z Downloaded csv v1.4.0
13152026-03-26T14:49:20.030Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13162026-03-26T14:49:20.040Z Downloaded sha3 v0.10.8
13172026-03-26T14:49:20.043Z Downloaded tokio v1.49.0
13182026-03-26T14:49:20.110Z Downloaded encoding_rs v0.8.35
13192026-03-26T14:49:20.119Z Downloaded ring v0.17.14
13202026-03-26T14:49:20.615Z Downloaded aws-lc-sys v0.37.1
13212026-03-26T14:49:20.862Z Compiling libc v0.2.180
13222026-03-26T14:49:20.865Z Compiling serde v1.0.228
13232026-03-26T14:49:20.865Z Compiling log v0.4.29
13242026-03-26T14:49:20.865Z Compiling shlex v1.3.0
13252026-03-26T14:49:20.865Z Compiling find-msvc-tools v0.1.9
13262026-03-26T14:49:20.865Z Compiling smallvec v1.15.1
13272026-03-26T14:49:20.865Z Compiling typenum v1.19.0
13282026-03-26T14:49:21.003Z Compiling subtle v2.6.1
13292026-03-26T14:49:21.082Z Compiling generic-array v0.14.7
13302026-03-26T14:49:21.090Z Compiling scopeguard v1.2.0
13312026-03-26T14:49:21.090Z Compiling portable-atomic v1.13.1
13322026-03-26T14:49:21.123Z Compiling const-oid v0.9.6
13332026-03-26T14:49:21.126Z Compiling critical-section v1.2.0
13342026-03-26T14:49:21.141Z Compiling syn v2.0.117
13352026-03-26T14:49:21.149Z Compiling zerocopy v0.8.40
13362026-03-26T14:49:21.162Z Compiling serde_json v1.0.149
13372026-03-26T14:49:21.210Z Compiling lock_api v0.4.14
13382026-03-26T14:49:21.225Z Compiling pin-project-lite v0.2.17
13392026-03-26T14:49:21.246Z Compiling parking_lot_core v0.9.12
13402026-03-26T14:49:21.262Z Compiling pkg-config v0.3.32
13412026-03-26T14:49:21.266Z Compiling bitflags v2.11.0
13422026-03-26T14:49:21.314Z Compiling libm v0.2.16
13432026-03-26T14:49:21.325Z Compiling num-traits v0.2.19
13442026-03-26T14:49:21.345Z Compiling futures-core v0.3.32
13452026-03-26T14:49:21.374Z Compiling percent-encoding v2.3.2
13462026-03-26T14:49:21.412Z Compiling allocator-api2 v0.2.21
13472026-03-26T14:49:21.470Z Compiling cpufeatures v0.2.17
13482026-03-26T14:49:21.531Z Compiling futures-sink v0.3.32
13492026-03-26T14:49:21.561Z Compiling foldhash v0.2.0
13502026-03-26T14:49:21.564Z Compiling futures-io v0.3.32
13512026-03-26T14:49:21.591Z Compiling futures-task v0.3.32
13522026-03-26T14:49:21.594Z Compiling getrandom v0.4.1
13532026-03-26T14:49:21.695Z Compiling futures-channel v0.3.32
13542026-03-26T14:49:21.719Z Compiling slab v0.4.12
13552026-03-26T14:49:21.753Z Compiling hashbrown v0.16.1
13562026-03-26T14:49:21.770Z Compiling rustversion v1.0.22
13572026-03-26T14:49:21.782Z Compiling rand_core v0.10.0
13582026-03-26T14:49:21.812Z Compiling getrandom v0.3.4
13592026-03-26T14:49:21.830Z Compiling form_urlencoded v1.2.2
13602026-03-26T14:49:21.862Z Compiling dunce v1.0.5
13612026-03-26T14:49:21.913Z Compiling getrandom v0.2.17
13622026-03-26T14:49:21.928Z Compiling jobserver v0.1.34
13632026-03-26T14:49:21.945Z Compiling errno v0.3.14
13642026-03-26T14:49:21.991Z Compiling mio v1.1.1
13652026-03-26T14:49:21.999Z Compiling socket2 v0.6.2
13662026-03-26T14:49:22.036Z Compiling base64ct v1.8.3
13672026-03-26T14:49:22.093Z Compiling rand_core v0.6.4
13682026-03-26T14:49:22.126Z Compiling signal-hook-registry v1.4.8
13692026-03-26T14:49:22.151Z Compiling cc v1.2.56
13702026-03-26T14:49:22.176Z Compiling once_cell v1.21.3
13712026-03-26T14:49:22.244Z Compiling parking_lot v0.12.5
13722026-03-26T14:49:22.304Z Compiling indexmap v2.13.0
13732026-03-26T14:49:22.337Z Compiling ident_case v1.0.1
13742026-03-26T14:49:22.355Z Compiling fs_extra v1.3.0
13752026-03-26T14:49:22.383Z Compiling pem-rfc7468 v0.7.0
13762026-03-26T14:49:22.399Z Compiling flagset v0.4.7
13772026-03-26T14:49:22.420Z Compiling rustix v1.1.3
13782026-03-26T14:49:22.434Z Compiling iana-time-zone v0.1.65
13792026-03-26T14:49:22.452Z Compiling uuid v1.21.0
13802026-03-26T14:49:22.498Z Compiling rustc_version v0.4.1
13812026-03-26T14:49:22.547Z Compiling vcpkg v0.2.15
13822026-03-26T14:49:22.644Z Compiling regex-syntax v0.8.10
13832026-03-26T14:49:22.659Z Compiling aws-lc-rs v1.16.0
13842026-03-26T14:49:22.673Z Compiling tracing-core v0.1.36
13852026-03-26T14:49:22.676Z Compiling crossbeam-utils v0.8.21
13862026-03-26T14:49:22.720Z Compiling syn v1.0.109
13872026-03-26T14:49:22.811Z Compiling rand_core v0.9.5
13882026-03-26T14:49:22.861Z Compiling httparse v1.10.1
13892026-03-26T14:49:22.864Z Compiling untrusted v0.7.1
13902026-03-26T14:49:22.972Z Compiling cmake v0.1.57
13912026-03-26T14:49:22.987Z Compiling schemars v0.8.22
13922026-03-26T14:49:22.990Z Compiling base64 v0.22.1
13932026-03-26T14:49:23.033Z Compiling openssl-probe v0.2.1
13942026-03-26T14:49:23.050Z Compiling untrusted v0.9.0
13952026-03-26T14:49:23.133Z Compiling tinyvec_macros v0.1.1
13962026-03-26T14:49:23.149Z Compiling tower-service v0.3.3
13972026-03-26T14:49:23.165Z Compiling atomic-waker v1.1.2
13982026-03-26T14:49:23.196Z Compiling dyn-clone v1.0.20
13992026-03-26T14:49:23.232Z Compiling tower-layer v0.3.3
14002026-03-26T14:49:23.232Z Compiling rustls v0.23.37
14012026-03-26T14:49:23.262Z Compiling try-lock v0.2.5
14022026-03-26T14:49:23.265Z Compiling tinyvec v1.10.0
14032026-03-26T14:49:23.321Z Compiling spin v0.9.8
14042026-03-26T14:49:23.324Z Compiling aho-corasick v1.1.4
14052026-03-26T14:49:23.353Z Compiling want v0.3.1
14062026-03-26T14:49:23.367Z Compiling openssl v0.10.75
14072026-03-26T14:49:23.396Z Compiling powerfmt v0.2.0
14082026-03-26T14:49:23.412Z Compiling num-conv v0.2.0
14092026-03-26T14:49:23.429Z Compiling time-core v0.1.8
14102026-03-26T14:49:23.445Z Compiling httpdate v1.0.3
14112026-03-26T14:49:23.539Z Compiling crc32fast v1.5.0
14122026-03-26T14:49:23.558Z Compiling foreign-types-shared v0.1.1
14132026-03-26T14:49:23.569Z Compiling pin-utils v0.1.0
14142026-03-26T14:49:23.594Z Compiling time-macros v0.2.27
14152026-03-26T14:49:23.613Z Compiling deranged v0.5.8
14162026-03-26T14:49:23.628Z Compiling wait-timeout v0.2.1
14172026-03-26T14:49:23.644Z Compiling foreign-types v0.3.2
14182026-03-26T14:49:23.661Z Compiling siphasher v1.0.2
14192026-03-26T14:49:23.665Z Compiling quick-error v1.2.3
14202026-03-26T14:49:23.665Z Compiling simd-adler32 v0.3.8
14212026-03-26T14:49:23.704Z Compiling either v1.15.0
14222026-03-26T14:49:23.707Z Compiling native-tls v0.2.18
14232026-03-26T14:49:23.736Z Compiling usdt-impl v0.6.0
14242026-03-26T14:49:23.752Z Compiling aws-lc-sys v0.37.1
14252026-03-26T14:49:23.804Z Compiling ring v0.17.14
14262026-03-26T14:49:23.853Z Compiling openssl-sys v0.9.111
14272026-03-26T14:49:23.873Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14282026-03-26T14:49:23.945Z Compiling bit-vec v0.8.0
14292026-03-26T14:49:23.962Z Compiling synstructure v0.13.2
14302026-03-26T14:49:23.978Z Compiling pest_generator v2.8.6
14312026-03-26T14:49:23.982Z Compiling serde_derive_internals v0.29.1
14322026-03-26T14:49:24.007Z Compiling darling_core v0.20.11
14332026-03-26T14:49:24.193Z Compiling regex-automata v0.4.14
14342026-03-26T14:49:24.304Z Compiling tempfile v3.25.0
14352026-03-26T14:49:24.580Z Compiling num_threads v0.1.7
14362026-03-26T14:49:24.616Z Compiling rusty-fork v0.3.1
14372026-03-26T14:49:24.713Z Compiling time v0.3.47
14382026-03-26T14:49:24.764Z Compiling bit-set v0.8.0
14392026-03-26T14:49:24.832Z Compiling darling_core v0.21.3
14402026-03-26T14:49:24.935Z Compiling bzip2-sys v0.1.13+1.0.8
14412026-03-26T14:49:24.950Z Compiling unicode-normalization v0.1.25
14422026-03-26T14:49:24.980Z Compiling crossbeam-epoch v0.9.18
14432026-03-26T14:49:25.006Z Compiling rand_xorshift v0.4.0
14442026-03-26T14:49:25.087Z Compiling slog v2.8.2
14452026-03-26T14:49:25.119Z Compiling heapless v0.7.17
14462026-03-26T14:49:25.140Z Compiling thread-id v5.1.0
14472026-03-26T14:49:25.197Z Compiling sync_wrapper v1.0.2
14482026-03-26T14:49:25.236Z Compiling cookie v0.18.1
14492026-03-26T14:49:25.253Z Compiling paste v1.0.15
14502026-03-26T14:49:25.298Z Compiling unicode-properties v0.1.4
14512026-03-26T14:49:25.321Z Compiling adler2 v2.0.1
14522026-03-26T14:49:25.339Z Compiling anyhow v1.0.102
14532026-03-26T14:49:25.392Z Compiling zstd-safe v7.2.4
14542026-03-26T14:49:25.453Z Compiling unicode-bidi v0.3.18
14552026-03-26T14:49:25.468Z Compiling unarray v0.1.4
14562026-03-26T14:49:25.483Z Compiling rayon-core v1.13.0
14572026-03-26T14:49:25.531Z Compiling unicode-segmentation v1.12.0
14582026-03-26T14:49:25.550Z Compiling signal-hook v0.3.18
14592026-03-26T14:49:25.659Z Compiling miniz_oxide v0.8.9
14602026-03-26T14:49:25.759Z Compiling crossbeam-deque v0.8.6
14612026-03-26T14:49:25.791Z Compiling serde_derive v1.0.228
14622026-03-26T14:49:25.810Z Compiling zeroize_derive v1.4.3
14632026-03-26T14:49:25.913Z Compiling zerofrom-derive v0.1.6
14642026-03-26T14:49:25.950Z Compiling yoke-derive v0.8.1
14652026-03-26T14:49:25.967Z Compiling zerocopy-derive v0.8.40
14662026-03-26T14:49:26.025Z Compiling zerovec-derive v0.11.2
14672026-03-26T14:49:26.308Z Compiling displaydoc v0.2.5
14682026-03-26T14:49:26.378Z Compiling tokio-macros v2.6.0
14692026-03-26T14:49:26.401Z Compiling futures-macro v0.3.32
14702026-03-26T14:49:26.492Z Compiling zeroize v1.8.2
14712026-03-26T14:49:26.508Z Compiling der_derive v0.7.3
14722026-03-26T14:49:27.101Z Compiling thiserror-impl v2.0.18
14732026-03-26T14:49:27.175Z Compiling rustls-pki-types v1.14.0
14742026-03-26T14:49:27.191Z Compiling tracing-attributes v0.1.31
14752026-03-26T14:49:27.209Z Compiling scroll_derive v0.13.1
14762026-03-26T14:49:27.235Z Compiling futures-util v0.3.32
14772026-03-26T14:49:27.261Z Compiling crypto-common v0.1.7
14782026-03-26T14:49:27.312Z Compiling block-buffer v0.10.4
14792026-03-26T14:49:27.387Z Compiling zerofrom v0.1.6
14802026-03-26T14:49:27.434Z Compiling block-padding v0.3.3
14812026-03-26T14:49:27.453Z Compiling digest v0.10.7
14822026-03-26T14:49:27.504Z Compiling yoke v0.8.1
14832026-03-26T14:49:27.545Z Compiling schemars_derive v0.8.22
14842026-03-26T14:49:27.556Z Compiling der v0.7.10
14852026-03-26T14:49:27.614Z Compiling inout v0.1.4
14862026-03-26T14:49:27.660Z Compiling pest_derive v2.8.6
14872026-03-26T14:49:27.711Z Compiling zerovec v0.11.5
14882026-03-26T14:49:27.726Z Compiling zerotrie v0.2.3
14892026-03-26T14:49:27.811Z Compiling hmac v0.12.1
14902026-03-26T14:49:27.984Z Compiling cipher v0.4.4
14912026-03-26T14:49:28.052Z Compiling sha2 v0.10.9
14922026-03-26T14:49:28.076Z Compiling pbkdf2 v0.12.2
14932026-03-26T14:49:28.117Z Compiling scroll v0.13.0
14942026-03-26T14:49:28.216Z Compiling tinystr v0.8.2
14952026-03-26T14:49:28.232Z Compiling potential_utf v0.1.4
14962026-03-26T14:49:28.264Z Compiling salsa20 v0.10.2
14972026-03-26T14:49:28.402Z Compiling icu_locale_core v2.1.1
14982026-03-26T14:49:28.422Z Compiling icu_collections v2.1.1
14992026-03-26T14:49:28.438Z Compiling spki v0.7.3
15002026-03-26T14:49:28.442Z Compiling scrypt v0.11.0
15012026-03-26T14:49:28.466Z Compiling aes v0.8.4
15022026-03-26T14:49:28.503Z Compiling cbc v0.1.2
15032026-03-26T14:49:28.521Z Compiling thiserror v2.0.18
15042026-03-26T14:49:28.573Z Compiling tracing v0.1.44
15052026-03-26T14:49:28.672Z Compiling darling_macro v0.20.11
15062026-03-26T14:49:28.686Z Compiling goblin v0.10.5
15072026-03-26T14:49:28.727Z Compiling openssl-macros v0.1.1
15082026-03-26T14:49:28.795Z Compiling thiserror-impl v1.0.69
15092026-03-26T14:49:28.850Z Compiling dtrace-parser v0.3.0
15102026-03-26T14:49:28.867Z Compiling pkcs5 v0.7.1
15112026-03-26T14:49:28.917Z Compiling signature v2.2.0
15122026-03-26T14:49:29.114Z Compiling icu_provider v2.1.1
15132026-03-26T14:49:29.191Z Compiling pkcs8 v0.10.2
15142026-03-26T14:49:29.302Z Compiling bytes v1.11.1
15152026-03-26T14:49:29.355Z Compiling icu_normalizer v2.1.1
15162026-03-26T14:49:29.378Z Compiling icu_properties v2.1.2
15172026-03-26T14:49:29.448Z Compiling chrono v0.4.44
15182026-03-26T14:49:29.463Z Compiling ipnet v2.11.0
15192026-03-26T14:49:29.516Z Compiling darling v0.20.11
15202026-03-26T14:49:29.536Z Compiling rustls-native-certs v0.8.3
15212026-03-26T14:49:29.562Z Compiling scroll_derive v0.12.1
15222026-03-26T14:49:29.615Z Compiling derive_builder_core v0.20.2
15232026-03-26T14:49:29.618Z Compiling erased-serde v0.3.31
15242026-03-26T14:49:29.881Z Compiling tokio v1.49.0
15252026-03-26T14:49:29.937Z Compiling http v1.4.0
15262026-03-26T14:49:29.968Z Compiling toml_datetime v0.6.11
15272026-03-26T14:49:30.016Z Compiling serde_tokenstream v0.2.3
15282026-03-26T14:49:30.158Z Compiling thiserror v1.0.69
15292026-03-26T14:49:30.172Z Compiling serde_spanned v0.6.9
15302026-03-26T14:49:30.255Z Compiling md-5 v0.10.6
15312026-03-26T14:49:30.280Z Compiling idna_adapter v1.2.1
15322026-03-26T14:49:30.320Z Compiling scroll v0.12.0
15332026-03-26T14:49:30.335Z Compiling webpki-roots v1.0.6
15342026-03-26T14:49:30.350Z Compiling darling_macro v0.21.3
15352026-03-26T14:49:30.445Z Compiling ppv-lite86 v0.2.21
15362026-03-26T14:49:30.448Z Compiling idna v1.1.0
15372026-03-26T14:49:30.476Z Compiling zerocopy-derive v0.7.35
15382026-03-26T14:49:30.509Z Compiling stringprep v0.1.5
15392026-03-26T14:49:30.561Z Compiling num-integer v0.1.46
15402026-03-26T14:49:30.589Z Compiling http-body v1.0.1
15412026-03-26T14:49:30.605Z Compiling derive_builder_macro v0.20.2
15422026-03-26T14:49:30.622Z Compiling vergen-lib v0.1.6
15432026-03-26T14:49:30.769Z Compiling url v2.5.8
15442026-03-26T14:49:30.799Z Compiling rand_chacha v0.9.0
15452026-03-26T14:49:30.830Z Compiling rand_chacha v0.3.1
15462026-03-26T14:49:30.883Z Compiling http-body-util v0.1.3
15472026-03-26T14:49:30.905Z Compiling curve25519-dalek v4.1.3
15482026-03-26T14:49:30.924Z Compiling ff v0.13.1
15492026-03-26T14:49:30.928Z Compiling hash32 v0.2.1
15502026-03-26T14:49:30.987Z Compiling memoffset v0.9.1
15512026-03-26T14:49:31.021Z Compiling rand v0.9.2
15522026-03-26T14:49:31.109Z Compiling num-bigint-dig v0.8.6
15532026-03-26T14:49:31.138Z Compiling smoltcp v0.9.1
15542026-03-26T14:49:31.152Z Compiling zlib-rs v0.6.2
15552026-03-26T14:49:31.152Z Compiling litrs v1.0.0
15562026-03-26T14:49:31.202Z Compiling iri-string v0.7.10
15572026-03-26T14:49:31.236Z Compiling ref-cast v1.0.25
15582026-03-26T14:49:31.324Z Compiling base16ct v0.2.0
15592026-03-26T14:49:31.501Z Compiling dof v0.4.0
15602026-03-26T14:49:31.523Z Compiling rustix v0.38.44
15612026-03-26T14:49:31.547Z Compiling psl-types v2.0.11
15622026-03-26T14:49:31.563Z Compiling fallible-iterator v0.2.0
15632026-03-26T14:49:31.605Z Compiling proptest v1.10.0
15642026-03-26T14:49:31.674Z Compiling cfg_aliases v0.2.1
15652026-03-26T14:49:31.690Z Compiling ryu v1.0.23
15662026-03-26T14:49:31.704Z Compiling document-features v0.2.12
15672026-03-26T14:49:31.739Z Compiling publicsuffix v2.3.0
15682026-03-26T14:49:31.763Z Compiling nix v0.31.1
15692026-03-26T14:49:31.867Z Compiling postgres-protocol v0.6.10
15702026-03-26T14:49:31.891Z Compiling serde_urlencoded v0.7.1
15712026-03-26T14:49:31.956Z Compiling sec1 v0.7.3
15722026-03-26T14:49:31.970Z Compiling zerocopy v0.7.35
15732026-03-26T14:49:32.139Z Compiling ipnetwork v0.21.1
15742026-03-26T14:49:32.170Z Compiling derive_builder v0.20.2
15752026-03-26T14:49:32.333Z Compiling rand v0.8.5
15762026-03-26T14:49:32.336Z Compiling group v0.13.0
15772026-03-26T14:49:32.401Z Compiling oxnet v0.1.4
15782026-03-26T14:49:32.433Z Compiling darling v0.21.3
15792026-03-26T14:49:32.556Z Compiling num-iter v0.1.45
15802026-03-26T14:49:32.560Z Compiling proc-macro-error v1.0.4
15812026-03-26T14:49:32.583Z Compiling goblin v0.8.2
15822026-03-26T14:49:32.631Z Compiling cargo-platform v0.1.9
15832026-03-26T14:49:32.696Z Compiling hkdf v0.12.4
15842026-03-26T14:49:32.720Z Compiling hubpack_derive v0.1.1
15852026-03-26T14:49:32.743Z Compiling crypto-bigint v0.5.5
15862026-03-26T14:49:32.766Z Compiling regex v1.12.3
15872026-03-26T14:49:32.916Z Compiling heck v0.4.1
15882026-03-26T14:49:33.015Z Compiling daft-derive v0.1.5
15892026-03-26T14:49:33.063Z Compiling async-trait v0.1.89
15902026-03-26T14:49:33.160Z Compiling strum_macros v0.27.2
15912026-03-26T14:49:33.201Z Compiling curve25519-dalek-derive v0.1.1
15922026-03-26T14:49:33.216Z Compiling ref-cast-impl v1.0.25
15932026-03-26T14:49:33.260Z Compiling terminal_size v0.4.3
15942026-03-26T14:49:33.273Z Compiling phf_shared v0.13.1
15952026-03-26T14:49:33.419Z Compiling lazy_static v1.5.0
15962026-03-26T14:49:33.433Z Compiling vergen v9.0.6
15972026-03-26T14:49:33.532Z Compiling fs-err v3.3.0
15982026-03-26T14:49:33.547Z Compiling ahash v0.8.12
15992026-03-26T14:49:33.562Z Compiling bitflags v1.3.2
16002026-03-26T14:49:33.644Z Compiling tokio-util v0.7.18
16012026-03-26T14:49:33.657Z Compiling tower v0.5.3
16022026-03-26T14:49:33.748Z Compiling tokio-native-tls v0.3.1
16032026-03-26T14:49:33.764Z Compiling bumpalo v3.20.2
16042026-03-26T14:49:33.781Z Compiling managed v0.8.0
16052026-03-26T14:49:33.784Z Compiling foldhash v0.1.5
16062026-03-26T14:49:33.812Z Compiling winnow v0.5.40
16072026-03-26T14:49:33.872Z Compiling object v0.37.3
16082026-03-26T14:49:33.945Z Compiling newtype-uuid v1.3.2
16092026-03-26T14:49:33.989Z Compiling flate2 v1.1.9
16102026-03-26T14:49:34.018Z Compiling libbz2-rs-sys v0.2.2
16112026-03-26T14:49:34.125Z Compiling tower-http v0.6.8
16122026-03-26T14:49:34.167Z Compiling daft v0.1.5
16132026-03-26T14:49:34.224Z Compiling zopfli v0.8.3
16142026-03-26T14:49:34.305Z Compiling hashbrown v0.15.5
16152026-03-26T14:49:34.389Z Compiling h2 v0.4.13
16162026-03-26T14:49:34.478Z Compiling bzip2 v0.6.1
16172026-03-26T14:49:34.676Z Compiling clap_builder v4.5.60
16182026-03-26T14:49:34.722Z Compiling console v0.16.2
16192026-03-26T14:49:34.845Z Compiling dof v0.3.0
16202026-03-26T14:49:34.894Z Compiling elliptic-curve v0.13.8
16212026-03-26T14:49:34.944Z Compiling phf v0.13.1
16222026-03-26T14:49:34.960Z Compiling cargo_metadata v0.19.2
16232026-03-26T14:49:34.964Z Compiling rayon v1.11.0
16242026-03-26T14:49:35.126Z Compiling hubpack v0.1.2
16252026-03-26T14:49:35.186Z Compiling strum v0.27.2
16262026-03-26T14:49:35.302Z Compiling toml_edit v0.19.15
16272026-03-26T14:49:35.329Z Compiling zone_cfg_derive v0.3.1
16282026-03-26T14:49:35.348Z Compiling signal-hook-mio v0.2.5
16292026-03-26T14:49:35.364Z Compiling cookie_store v0.22.1
16302026-03-26T14:49:35.487Z Compiling usdt-attr-macro v0.6.0
16312026-03-26T14:49:35.621Z Compiling usdt-macro v0.6.0
16322026-03-26T14:49:35.662Z Compiling bzip2 v0.4.4
16332026-03-26T14:49:35.769Z Compiling serde_with_macros v3.17.0
16342026-03-26T14:49:35.896Z Compiling zstd v0.13.3
16352026-03-26T14:49:36.046Z Compiling postgres-types v0.2.12
16362026-03-26T14:49:36.151Z Compiling dtrace-parser v0.2.0
16372026-03-26T14:49:36.190Z Compiling pkcs1 v0.7.5
16382026-03-26T14:49:36.337Z Compiling ed25519 v2.2.3
16392026-03-26T14:49:36.337Z Compiling hex v0.4.3
16402026-03-26T14:49:36.415Z Compiling serde-big-array v0.5.1
16412026-03-26T14:49:36.581Z Compiling rfc6979 v0.4.0
16422026-03-26T14:49:36.623Z Compiling bstr v1.12.1
16432026-03-26T14:49:36.643Z Compiling clap_derive v4.5.55
16442026-03-26T14:49:36.658Z Compiling strum_macros v0.26.4
16452026-03-26T14:49:36.727Z Compiling serde_repr v0.1.20
16462026-03-26T14:49:36.788Z Compiling enum-as-inner v0.6.1
16472026-03-26T14:49:36.941Z Compiling itertools v0.12.1
16482026-03-26T14:49:36.946Z Compiling phf_shared v0.11.3
16492026-03-26T14:49:37.172Z Compiling float-cmp v0.10.0
16502026-03-26T14:49:37.268Z Compiling thread-id v4.2.2
16512026-03-26T14:49:37.301Z Compiling memmap2 v0.9.10
16522026-03-26T14:49:37.317Z Compiling env_filter v1.0.0
16532026-03-26T14:49:37.320Z Compiling encoding_rs v0.8.35
16542026-03-26T14:49:37.347Z Compiling jiff v0.2.21
16552026-03-26T14:49:37.350Z Compiling new_debug_unreachable v1.0.6
16562026-03-26T14:49:37.378Z Compiling keccak v0.1.6
16572026-03-26T14:49:37.450Z Compiling hyper v1.8.1
16582026-03-26T14:49:37.526Z Compiling unit-prefix v0.5.2
16592026-03-26T14:49:37.552Z Compiling normalize-line-endings v0.3.0
16602026-03-26T14:49:37.656Z Compiling rustc-hash v2.1.1
16612026-03-26T14:49:37.672Z Compiling predicates-core v1.0.10
16622026-03-26T14:49:37.698Z Compiling static_assertions v1.1.0
16632026-03-26T14:49:37.784Z Compiling difflib v0.4.0
16642026-03-26T14:49:37.799Z Compiling fixedbitset v0.5.7
16652026-03-26T14:49:37.814Z Compiling mime v0.3.17
16662026-03-26T14:49:37.875Z Compiling fixedbitset v0.4.2
16672026-03-26T14:49:37.993Z Compiling precomputed-hash v0.1.1
16682026-03-26T14:49:38.097Z Compiling whoami v2.1.0
16692026-03-26T14:49:38.100Z Compiling data-encoding v2.10.0
16702026-03-26T14:49:38.128Z Compiling zone v0.3.1
16712026-03-26T14:49:38.128Z Compiling string_cache v0.8.9
16722026-03-26T14:49:38.195Z Compiling petgraph v0.6.5
16732026-03-26T14:49:38.201Z Compiling predicates v3.1.4
16742026-03-26T14:49:38.383Z Compiling tokio-postgres v0.7.16
16752026-03-26T14:49:38.401Z Compiling petgraph v0.8.3
16762026-03-26T14:49:38.495Z Compiling strum v0.26.3
16772026-03-26T14:49:38.511Z Compiling hickory-proto v0.25.2
16782026-03-26T14:49:38.528Z Compiling hyper-util v0.1.20
16792026-03-26T14:49:38.545Z Compiling clap v4.5.60
16802026-03-26T14:49:38.643Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16812026-03-26T14:49:38.660Z Compiling iddqd v0.3.17
16822026-03-26T14:49:38.836Z Compiling indicatif v0.18.4
16832026-03-26T14:49:38.850Z Compiling sha3 v0.10.8
16842026-03-26T14:49:38.887Z Compiling env_logger v0.11.9
16852026-03-26T14:49:38.902Z Compiling usdt v0.6.0
16862026-03-26T14:49:39.049Z Compiling toml_edit v0.22.27
16872026-03-26T14:49:39.184Z Compiling usdt-impl v0.5.0
16882026-03-26T14:49:39.267Z Compiling similar v2.7.0
16892026-03-26T14:49:39.329Z Compiling crossterm v0.28.1
16902026-03-26T14:49:39.715Z Compiling serde_with v3.17.0
16912026-03-26T14:49:39.756Z Compiling ecdsa v0.16.9
16922026-03-26T14:49:39.834Z Compiling toml v0.7.8
16932026-03-26T14:49:39.850Z Compiling ed25519-dalek v2.2.0
16942026-03-26T14:49:40.184Z Compiling hyper-tls v0.6.0
16952026-03-26T14:49:40.199Z Compiling zip v4.6.1
16962026-03-26T14:49:40.320Z Compiling rsa v0.9.10
16972026-03-26T14:49:40.445Z Compiling zip v0.6.6
16982026-03-26T14:49:40.664Z Compiling tokio-stream v0.1.18
16992026-03-26T14:49:40.827Z Compiling toml_parser v1.0.9+spec-1.1.0
17002026-03-26T14:49:40.896Z Compiling buf-list v1.1.2
17012026-03-26T14:49:40.984Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17022026-03-26T14:49:41.052Z Compiling openapiv3 v2.2.0
17032026-03-26T14:49:41.157Z Compiling x509-cert v0.2.5
17042026-03-26T14:49:41.198Z Compiling sha1 v0.10.6
17052026-03-26T14:49:41.215Z Compiling itertools v0.13.0
17062026-03-26T14:49:41.323Z Compiling toml_datetime v0.7.5+spec-1.1.0
17072026-03-26T14:49:41.457Z Compiling lalrpop-util v0.19.12
17082026-03-26T14:49:41.490Z Compiling peg-runtime v0.8.5
17092026-03-26T14:49:41.506Z Compiling thread_local v1.1.9
17102026-03-26T14:49:41.522Z Compiling slog-async v2.8.0
17112026-03-26T14:49:41.638Z Compiling futures-executor v0.3.32
17122026-03-26T14:49:41.653Z Compiling crossbeam-channel v0.5.15
17132026-03-26T14:49:41.677Z Compiling filetime v0.2.27
17142026-03-26T14:49:41.790Z Compiling is-terminal v0.4.17
17152026-03-26T14:49:41.806Z Compiling xattr v1.6.1
17162026-03-26T14:49:41.871Z Compiling take_mut v0.2.2
17172026-03-26T14:49:41.886Z Compiling term v1.2.1
17182026-03-26T14:49:41.889Z Compiling futures v0.3.32
17192026-03-26T14:49:41.995Z Compiling tar v0.4.45
17202026-03-26T14:49:42.319Z Compiling slog-term v2.9.2
17212026-03-26T14:49:58.086Z Compiling rustls-webpki v0.103.9
17222026-03-26T14:50:00.881Z Compiling tokio-rustls v0.26.4
17232026-03-26T14:50:00.881Z Compiling rustls-platform-verifier v0.6.2
17242026-03-26T14:50:01.091Z Compiling hyper-rustls v0.27.7
17252026-03-26T14:50:01.286Z Compiling reqwest v0.13.2
17262026-03-26T14:50:01.286Z Compiling reqwest v0.12.28
17272026-03-26T14:50:03.257Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17282026-03-26T14:50:03.501Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17292026-03-26T14:50:06.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.14s
17302026-03-26T14:50:06.505Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17312026-03-26T14:50:06.542ZMar 26 14:50:05.770 INFO Starting download, target: Clickhouse
17322026-03-26T14:50:06.542ZMar 26 14:50:05.771 INFO Starting download, target: Console
17332026-03-26T14:50:06.542ZMar 26 14:50:05.771 INFO Starting download, target: Cockroach
17342026-03-26T14:50:06.542ZMar 26 14:50:05.771 INFO Starting download, target: DendriteStub
17352026-03-26T14:50:06.542ZMar 26 14:50:05.771 INFO Starting download, target: MaghemiteMgd
17362026-03-26T14:50:06.542ZMar 26 14:50:05.771 INFO Starting download, target: TransceiverControl
17372026-03-26T14:50:06.547ZMar 26 14:50:05.771 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17382026-03-26T14:50:06.547ZMar 26 14:50:05.771 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17392026-03-26T14:50:06.547ZMar 26 14:50:05.772 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17402026-03-26T14:50:06.547ZMar 26 14:50:05.772 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17412026-03-26T14:50:06.547ZMar 26 14:50:05.772 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17422026-03-26T14:50:06.547ZMar 26 14:50:05.772 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17432026-03-26T14:50:07.067ZMar 26 14:50:06.287 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17442026-03-26T14:50:07.277ZMar 26 14:50:06.498 INFO Download complete, target: TransceiverControl
17452026-03-26T14:50:08.406ZMar 26 14:50:07.597 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17462026-03-26T14:50:08.639ZMar 26 14:50:07.849 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17472026-03-26T14:50:08.856ZMar 26 14:50:08.082 INFO Download complete, target: Console
17482026-03-26T14:50:08.873ZMar 26 14:50:08.084 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17492026-03-26T14:50:09.061ZMar 26 14:50:08.283 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17502026-03-26T14:50:09.746ZMar 26 14:50:08.975 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17512026-03-26T14:50:09.746ZMar 26 14:50:08.975 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17522026-03-26T14:50:11.280ZMar 26 14:50:10.505 INFO Download complete, target: DendriteStub
17532026-03-26T14:50:11.431ZMar 26 14:50:10.659 INFO Download complete, target: MaghemiteMgd
17542026-03-26T14:50:14.403ZMar 26 14:50:13.617 INFO Checking that binary works, target: Cockroach
17552026-03-26T14:50:14.497ZMar 26 14:50:13.719 INFO Download complete, target: Cockroach
17562026-03-26T14:50:15.155ZMar 26 14:50:14.368 INFO Checking that binary works, target: Clickhouse
17572026-03-26T14:50:15.233ZMar 26 14:50:14.461 INFO Download complete, target: Clickhouse
17582026-03-26T14:50:15.239ZAll prerequisites installed successfully
17592026-03-26T14:50:15.245Z
17602026-03-26T14:50:15.245Zreal 2:53.881063366
17612026-03-26T14:50:15.245Zuser 7:15.886409905
17622026-03-26T14:50:15.245Zsys 1:43.975706646
17632026-03-26T14:50:15.245Ztrap 0.247821167
17642026-03-26T14:50:15.245Ztflt 1.180149519
17652026-03-26T14:50:15.245Zdflt 1.642342919
17662026-03-26T14:50:15.245Zkflt 0.022886768
17672026-03-26T14:50:15.245Zlock 21:59.136147381
17682026-03-26T14:50:15.245Zslp 19:47.310872225
17692026-03-26T14:50:15.245Zlat 25.185261677
17702026-03-26T14:50:15.246Zstop 2:54.406936098
17712026-03-26T14:50:15.246Z+ ptime -m cargo xtask download softnpu
17722026-03-26T14:50:15.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17732026-03-26T14:50:15.796Z Running `target/debug/xtask download softnpu`
17742026-03-26T14:50:16.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
17752026-03-26T14:50:16.652Z Running `target/debug/xtask-downloader softnpu`
17762026-03-26T14:50:16.779ZMar 26 14:50:15.915 INFO Starting download, target: Softnpu
17772026-03-26T14:50:16.799ZMar 26 14:50:15.915 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17782026-03-26T14:50:17.671ZMar 26 14:50:16.900 INFO Download complete, target: Softnpu
17792026-03-26T14:50:17.677Z
17802026-03-26T14:50:17.677Zreal 2.429833464
17812026-03-26T14:50:17.677Zuser 1.312688184
17822026-03-26T14:50:17.677Zsys 0.655346076
17832026-03-26T14:50:17.677Ztrap 0.000549944
17842026-03-26T14:50:17.677Ztflt 0.000180804
17852026-03-26T14:50:17.677Zdflt 0.000117046
17862026-03-26T14:50:17.677Zkflt 0.000000000
17872026-03-26T14:50:17.678Zlock 18.157848526
17882026-03-26T14:50:17.678Zslp 0.808768385
17892026-03-26T14:50:17.678Zlat 0.074004873
17902026-03-26T14:50:17.678Zstop 0.000176480
17912026-03-26T14:50:17.678Z+ export CARGO_INCREMENTAL=0
17922026-03-26T14:50:17.678Z+ CARGO_INCREMENTAL=0
17932026-03-26T14:50:17.678Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17942026-03-26T14:50:18.575Z Compiling proc-macro2 v1.0.106
17952026-03-26T14:50:18.575Z Compiling quote v1.0.44
17962026-03-26T14:50:18.575Z Compiling unicode-ident v1.0.24
17972026-03-26T14:50:18.589Z Compiling libc v0.2.180
17982026-03-26T14:50:18.589Z Compiling serde_core v1.0.228
17992026-03-26T14:50:18.589Z Compiling serde v1.0.228
18002026-03-26T14:50:18.589Z Compiling cfg-if v1.0.4
18012026-03-26T14:50:18.589Z Compiling version_check v0.9.5
18022026-03-26T14:50:18.590Z Compiling find-msvc-tools v0.1.9
18032026-03-26T14:50:18.590Z Compiling shlex v1.3.0
18042026-03-26T14:50:18.590Z Compiling typenum v1.19.0
18052026-03-26T14:50:18.732Z Compiling autocfg v1.5.0
18062026-03-26T14:50:18.736Z Compiling zmij v1.0.21
18072026-03-26T14:50:18.736Z Compiling portable-atomic v1.13.1
18082026-03-26T14:50:18.736Z Compiling serde_json v1.0.149
18092026-03-26T14:50:18.892Z Compiling memchr v2.8.0
18102026-03-26T14:50:19.111Z Compiling generic-array v0.14.7
18112026-03-26T14:50:19.111Z Compiling zerocopy v0.8.40
18122026-03-26T14:50:19.208Z Compiling libm v0.2.16
18132026-03-26T14:50:19.214Z Compiling smallvec v1.15.1
18142026-03-26T14:50:19.215Z Compiling parking_lot_core v0.9.12
18152026-03-26T14:50:19.215Z Compiling num-traits v0.2.19
18162026-03-26T14:50:19.258Z Compiling icu_normalizer_data v2.1.1
18172026-03-26T14:50:19.314Z Compiling icu_properties_data v2.1.2
18182026-03-26T14:50:19.350Z Compiling itoa v1.0.17
18192026-03-26T14:50:19.369Z Compiling getrandom v0.4.1
18202026-03-26T14:50:19.435Z Compiling log v0.4.29
18212026-03-26T14:50:19.496Z Compiling stable_deref_trait v1.2.1
18222026-03-26T14:50:19.506Z Compiling pkg-config v0.3.32
18232026-03-26T14:50:19.511Z Compiling subtle v2.6.1
18242026-03-26T14:50:19.696Z Compiling jobserver v0.1.34
18252026-03-26T14:50:19.701Z Compiling getrandom v0.2.17
18262026-03-26T14:50:19.727Z Compiling scopeguard v1.2.0
18272026-03-26T14:50:19.792Z Compiling errno v0.3.14
18282026-03-26T14:50:19.871Z Compiling rand_core v0.6.4
18292026-03-26T14:50:19.888Z Compiling lock_api v0.4.14
18302026-03-26T14:50:19.971Z Compiling cc v1.2.56
18312026-03-26T14:50:20.019Z Compiling percent-encoding v2.3.2
18322026-03-26T14:50:20.067Z Compiling syn v2.0.117
18332026-03-26T14:50:20.082Z Compiling litemap v0.8.1
18342026-03-26T14:50:20.100Z Compiling writeable v0.6.2
18352026-03-26T14:50:20.118Z Compiling thiserror v2.0.18
18362026-03-26T14:50:20.153Z Compiling fnv v1.0.7
18372026-03-26T14:50:20.253Z Compiling pin-project-lite v0.2.17
18382026-03-26T14:50:20.280Z Compiling getrandom v0.3.4
18392026-03-26T14:50:20.377Z Compiling critical-section v1.2.0
18402026-03-26T14:50:20.444Z Compiling schemars v0.8.22
18412026-03-26T14:50:20.529Z Compiling equivalent v1.0.2
18422026-03-26T14:50:20.532Z Compiling rustversion v1.0.22
18432026-03-26T14:50:20.532Z Compiling allocator-api2 v0.2.21
18442026-03-26T14:50:20.548Z Compiling foldhash v0.2.0
18452026-03-26T14:50:20.609Z Compiling rand_core v0.10.0
18462026-03-26T14:50:20.705Z Compiling fs_extra v1.3.0
18472026-03-26T14:50:20.726Z Compiling cmake v0.1.57
18482026-03-26T14:50:20.851Z Compiling dunce v1.0.5
18492026-03-26T14:50:20.856Z Compiling once_cell v1.21.3
18502026-03-26T14:50:20.870Z Compiling semver v1.0.27
18512026-03-26T14:50:20.896Z Compiling utf8_iter v1.0.4
18522026-03-26T14:50:20.929Z Compiling hashbrown v0.16.1
18532026-03-26T14:50:20.958Z Compiling form_urlencoded v1.2.2
18542026-03-26T14:50:21.063Z Compiling bitflags v2.11.0
18552026-03-26T14:50:21.112Z Compiling const-oid v0.9.6
18562026-03-26T14:50:21.204Z Compiling signal-hook-registry v1.4.8
18572026-03-26T14:50:21.259Z Compiling rustix v1.1.3
18582026-03-26T14:50:21.292Z Compiling socket2 v0.6.2
18592026-03-26T14:50:21.298Z Compiling ring v0.17.14
18602026-03-26T14:50:21.315Z Compiling aws-lc-sys v0.37.1
18612026-03-26T14:50:21.397Z Compiling parking_lot v0.12.5
18622026-03-26T14:50:21.492Z Compiling indexmap v2.13.0
18632026-03-26T14:50:21.508Z Compiling mio v1.1.1
18642026-03-26T14:50:21.543Z Compiling thiserror v1.0.69
18652026-03-26T14:50:21.560Z Compiling aws-lc-rs v1.16.0
18662026-03-26T14:50:21.610Z Compiling futures-core v0.3.32
18672026-03-26T14:50:21.613Z Compiling strsim v0.11.1
18682026-03-26T14:50:21.852Z Compiling httparse v1.10.1
18692026-03-26T14:50:21.864Z Compiling byteorder v1.5.0
18702026-03-26T14:50:21.935Z Compiling ucd-trie v0.1.7
18712026-03-26T14:50:21.947Z Compiling syn v1.0.109
18722026-03-26T14:50:22.071Z Compiling heck v0.5.0
18732026-03-26T14:50:22.074Z Compiling vcpkg v0.2.15
18742026-03-26T14:50:22.100Z Compiling iana-time-zone v0.1.65
18752026-03-26T14:50:22.118Z Compiling pest v2.8.6
18762026-03-26T14:50:22.166Z Compiling ident_case v1.0.1
18772026-03-26T14:50:22.198Z Compiling uuid v1.21.0
18782026-03-26T14:50:22.224Z Compiling cpufeatures v0.2.17
18792026-03-26T14:50:22.402Z Compiling crossbeam-utils v0.8.21
18802026-03-26T14:50:22.449Z Compiling regex-syntax v0.8.10
18812026-03-26T14:50:22.550Z Compiling rustc_version v0.4.1
18822026-03-26T14:50:22.596Z Compiling futures-sink v0.3.32
18832026-03-26T14:50:22.644Z Compiling openssl-sys v0.9.111
18842026-03-26T14:50:22.695Z Compiling rustls v0.23.37
18852026-03-26T14:50:22.725Z Compiling futures-channel v0.3.32
18862026-03-26T14:50:22.798Z Compiling futures-io v0.3.32
18872026-03-26T14:50:22.815Z Compiling slab v0.4.12
18882026-03-26T14:50:22.850Z Compiling synstructure v0.13.2
18892026-03-26T14:50:22.881Z Compiling serde_derive_internals v0.29.1
18902026-03-26T14:50:22.932Z Compiling futures-task v0.3.32
18912026-03-26T14:50:23.028Z Compiling plain v0.2.3
18922026-03-26T14:50:23.056Z Compiling dyn-clone v1.0.20
18932026-03-26T14:50:23.101Z Compiling aho-corasick v1.1.4
18942026-03-26T14:50:23.132Z Compiling time-core v0.1.8
18952026-03-26T14:50:23.155Z Compiling num-conv v0.2.0
18962026-03-26T14:50:23.169Z Compiling pest_meta v2.8.6
18972026-03-26T14:50:23.319Z Compiling time-macros v0.2.27
18982026-03-26T14:50:23.375Z Compiling base64 v0.22.1
18992026-03-26T14:50:23.391Z Compiling pretty-hex v0.4.1
19002026-03-26T14:50:23.391Z Compiling openssl v0.10.75
19012026-03-26T14:50:23.707Z Compiling crc32fast v1.5.0
19022026-03-26T14:50:23.741Z Compiling base64ct v1.8.3
19032026-03-26T14:50:23.776Z Compiling either v1.15.0
19042026-03-26T14:50:23.797Z Compiling pest_generator v2.8.6
19052026-03-26T14:50:23.865Z Compiling anyhow v1.0.102
19062026-03-26T14:50:23.887Z Compiling darling_core v0.21.3
19072026-03-26T14:50:23.903Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19082026-03-26T14:50:23.943Z Compiling flagset v0.4.7
19092026-03-26T14:50:23.997Z Compiling regex-automata v0.4.14
19102026-03-26T14:50:24.014Z Compiling pem-rfc7468 v0.7.0
19112026-03-26T14:50:24.054Z Compiling native-tls v0.2.18
19122026-03-26T14:50:24.103Z Compiling rand_core v0.9.5
19132026-03-26T14:50:24.119Z Compiling serde_derive v1.0.228
19142026-03-26T14:50:24.144Z Compiling zeroize_derive v1.4.3
19152026-03-26T14:50:24.186Z Compiling zerofrom-derive v0.1.6
19162026-03-26T14:50:24.291Z Compiling yoke-derive v0.8.1
19172026-03-26T14:50:24.306Z Compiling zerovec-derive v0.11.2
19182026-03-26T14:50:24.323Z Compiling displaydoc v0.2.5
19192026-03-26T14:50:24.340Z Compiling zerocopy-derive v0.8.40
19202026-03-26T14:50:24.349Z Compiling tokio-macros v2.6.0
19212026-03-26T14:50:24.484Z Compiling futures-macro v0.3.32
19222026-03-26T14:50:24.491Z Compiling thiserror-impl v2.0.18
19232026-03-26T14:50:24.600Z Compiling schemars_derive v0.8.22
19242026-03-26T14:50:24.624Z Compiling der_derive v0.7.3
19252026-03-26T14:50:24.792Z Compiling zeroize v1.8.2
19262026-03-26T14:50:25.053Z Compiling tracing-attributes v0.1.31
19272026-03-26T14:50:25.263Z Compiling thiserror-impl v1.0.69
19282026-03-26T14:50:25.285Z Compiling pest_derive v2.8.6
19292026-03-26T14:50:25.345Z Compiling zerofrom v0.1.6
19302026-03-26T14:50:25.496Z Compiling yoke v0.8.1
19312026-03-26T14:50:25.560Z Compiling crypto-common v0.1.7
19322026-03-26T14:50:25.605Z Compiling block-buffer v0.10.4
19332026-03-26T14:50:25.689Z Compiling zerovec v0.11.5
19342026-03-26T14:50:25.720Z Compiling zerotrie v0.2.3
19352026-03-26T14:50:25.765Z Compiling digest v0.10.7
19362026-03-26T14:50:25.839Z Compiling futures-util v0.3.32
19372026-03-26T14:50:25.897Z Compiling block-padding v0.3.3
19382026-03-26T14:50:26.067Z Compiling inout v0.1.4
19392026-03-26T14:50:26.174Z Compiling hmac v0.12.1
19402026-03-26T14:50:26.187Z Compiling sha2 v0.10.9
19412026-03-26T14:50:26.217Z Compiling tinystr v0.8.2
19422026-03-26T14:50:26.233Z Compiling potential_utf v0.1.4
19432026-03-26T14:50:26.297Z Compiling cipher v0.4.4
19442026-03-26T14:50:26.319Z Compiling rustls-pki-types v1.14.0
19452026-03-26T14:50:26.336Z Compiling scroll_derive v0.13.1
19462026-03-26T14:50:26.374Z Compiling icu_collections v2.1.1
19472026-03-26T14:50:26.439Z Compiling icu_locale_core v2.1.1
19482026-03-26T14:50:26.474Z Compiling scroll_derive v0.12.1
19492026-03-26T14:50:26.733Z Compiling openssl-macros v0.1.1
19502026-03-26T14:50:30.005Z Compiling regex v1.12.3
19512026-03-26T14:50:30.034Z Compiling icu_provider v2.1.1
19522026-03-26T14:50:30.034Z Compiling darling_macro v0.21.3
19532026-03-26T14:50:30.034Z Compiling der v0.7.10
19542026-03-26T14:50:30.034Z Compiling zerocopy-derive v0.7.35
19552026-03-26T14:50:30.034Z Compiling bytes v1.11.1
19562026-03-26T14:50:30.034Z Compiling icu_properties v2.1.2
19572026-03-26T14:50:30.034Z Compiling icu_normalizer v2.1.1
19582026-03-26T14:50:30.034Z Compiling chrono v0.4.44
19592026-03-26T14:50:30.034Z Compiling serde_tokenstream v0.2.3
19602026-03-26T14:50:30.034Z Compiling tokio v1.49.0
19612026-03-26T14:50:30.035Z Compiling http v1.4.0
19622026-03-26T14:50:30.035Z Compiling idna_adapter v1.2.1
19632026-03-26T14:50:30.035Z Compiling slog v2.8.2
19642026-03-26T14:50:30.035Z Compiling idna v1.1.0
19652026-03-26T14:50:30.035Z Compiling ppv-lite86 v0.2.21
19662026-03-26T14:50:30.035Z Compiling tracing-core v0.1.36
19672026-03-26T14:50:30.035Z Compiling rayon-core v1.13.0
19682026-03-26T14:50:30.035Z Compiling url v2.5.8
19692026-03-26T14:50:30.035Z Compiling untrusted v0.9.0
19702026-03-26T14:50:30.035Z Compiling tracing v0.1.44
19712026-03-26T14:50:30.035Z Compiling spki v0.7.3
19722026-03-26T14:50:30.035Z Compiling darling v0.21.3
19732026-03-26T14:50:30.035Z Compiling salsa20 v0.10.2
19742026-03-26T14:50:30.035Z Compiling pbkdf2 v0.12.2
19752026-03-26T14:50:30.035Z Compiling cookie v0.18.1
19762026-03-26T14:50:30.035Z Compiling camino v1.2.2
19772026-03-26T14:50:30.076Z Compiling scrypt v0.11.0
19782026-03-26T14:50:30.091Z Compiling rand_chacha v0.9.0
19792026-03-26T14:50:30.108Z Compiling cbc v0.1.2
19802026-03-26T14:50:30.171Z Compiling aes v0.8.4
19812026-03-26T14:50:30.625Z Compiling usdt-impl v0.5.0
19822026-03-26T14:50:30.652Z Compiling paste v1.0.15
19832026-03-26T14:50:30.690Z Compiling usdt-impl v0.6.0
19842026-03-26T14:50:30.733Z Compiling winnow v0.7.14
19852026-03-26T14:50:30.866Z Compiling ref-cast v1.0.25
19862026-03-26T14:50:31.000Z Compiling pkcs5 v0.7.1
19872026-03-26T14:50:31.063Z Compiling rand v0.9.2
19882026-03-26T14:50:31.126Z Compiling http-body v1.0.1
19892026-03-26T14:50:31.319Z Compiling serde_spanned v0.6.9
19902026-03-26T14:50:31.414Z Compiling toml_datetime v0.6.11
19912026-03-26T14:50:31.456Z Compiling scroll v0.12.0
19922026-03-26T14:50:31.483Z Compiling scroll v0.13.0
19932026-03-26T14:50:31.499Z Compiling heapless v0.7.17
19942026-03-26T14:50:31.610Z Compiling bzip2-sys v0.1.13+1.0.8
19952026-03-26T14:50:31.679Z Compiling signal-hook v0.3.18
19962026-03-26T14:50:31.735Z Compiling tokio-util v0.7.18
19972026-03-26T14:50:31.781Z Compiling atomic-waker v1.1.2
19982026-03-26T14:50:31.784Z Compiling zstd-safe v7.2.4
19992026-03-26T14:50:31.873Z Compiling openssl-probe v0.2.1
20002026-03-26T14:50:31.909Z Compiling untrusted v0.7.1
20012026-03-26T14:50:31.936Z Compiling goblin v0.10.5
20022026-03-26T14:50:32.021Z Compiling toml_parser v1.0.9+spec-1.1.0
20032026-03-26T14:50:32.045Z Compiling goblin v0.8.2
20042026-03-26T14:50:32.175Z Compiling pkcs8 v0.10.2
20052026-03-26T14:50:32.572Z Compiling zerocopy v0.7.35
20062026-03-26T14:50:32.587Z Compiling ref-cast-impl v1.0.25
20072026-03-26T14:50:32.701Z Compiling curve25519-dalek v4.1.3
20082026-03-26T14:50:32.788Z Compiling darling_core v0.20.11
20092026-03-26T14:50:32.975Z Compiling toml_datetime v0.7.5+spec-1.1.0
20102026-03-26T14:50:33.029Z Compiling memoffset v0.9.1
20112026-03-26T14:50:33.062Z Compiling try-lock v0.2.5
20122026-03-26T14:50:33.119Z Compiling tower-layer v0.3.3
20132026-03-26T14:50:33.134Z Compiling winnow v0.5.40
20142026-03-26T14:50:33.261Z Compiling rustix v0.38.44
20152026-03-26T14:50:33.334Z Compiling tinyvec_macros v0.1.1
20162026-03-26T14:50:33.353Z Compiling tower-service v0.3.3
20172026-03-26T14:50:33.589Z Compiling litrs v1.0.0
20182026-03-26T14:50:33.806Z Compiling fastrand v2.3.0
20192026-03-26T14:50:33.912Z Compiling h2 v0.4.13
20202026-03-26T14:50:34.008Z Compiling want v0.3.1
20212026-03-26T14:50:34.103Z Compiling document-features v0.2.12
20222026-03-26T14:50:34.162Z Compiling tinyvec v1.10.0
20232026-03-26T14:50:34.397Z Compiling dof v0.3.0
20242026-03-26T14:50:34.550Z Compiling toml_edit v0.19.15
20252026-03-26T14:50:34.640Z Compiling dof v0.4.0
20262026-03-26T14:50:34.759Z Compiling darling_macro v0.20.11
20272026-03-26T14:50:35.135Z Compiling dtrace-parser v0.2.0
20282026-03-26T14:50:35.173Z Compiling ipnet v2.11.0
20292026-03-26T14:50:35.241Z Compiling dtrace-parser v0.3.0
20302026-03-26T14:50:35.599Z Compiling daft-derive v0.1.5
20312026-03-26T14:50:35.626Z Compiling async-trait v0.1.89
20322026-03-26T14:50:35.713Z Compiling spin v0.9.8
20332026-03-26T14:50:35.713Z Compiling thread-id v4.2.2
20342026-03-26T14:50:35.747Z Compiling thread-id v5.1.0
20352026-03-26T14:50:35.752Z Compiling proc-macro-error-attr v1.0.4
20362026-03-26T14:50:35.867Z Compiling foreign-types-shared v0.1.1
20372026-03-26T14:50:35.885Z Compiling pin-utils v0.1.0
20382026-03-26T14:50:35.946Z Compiling httpdate v1.0.3
20392026-03-26T14:50:35.987Z Compiling cfg_aliases v0.2.1
20402026-03-26T14:50:35.990Z Compiling smoltcp v0.9.1
20412026-03-26T14:50:35.990Z Compiling powerfmt v0.2.0
20422026-03-26T14:50:36.080Z Compiling num-bigint-dig v0.8.6
20432026-03-26T14:50:36.115Z Compiling nix v0.31.1
20442026-03-26T14:50:36.170Z Compiling deranged v0.5.8
20452026-03-26T14:50:36.283Z Compiling tempfile v3.25.0
20462026-03-26T14:50:36.300Z Compiling foreign-types v0.3.2
20472026-03-26T14:50:36.480Z Compiling darling v0.20.11
20482026-03-26T14:50:36.631Z Compiling ipnetwork v0.21.1
20492026-03-26T14:50:36.873Z Compiling hyper v1.8.1
20502026-03-26T14:50:36.924Z Compiling strum_macros v0.26.4
20512026-03-26T14:50:37.058Z Compiling curve25519-dalek-derive v0.1.1
20522026-03-26T14:50:37.189Z Compiling wait-timeout v0.2.1
20532026-03-26T14:50:37.254Z Compiling proc-macro-error v1.0.4
20542026-03-26T14:50:37.296Z Compiling simd-adler32 v0.3.8
20552026-03-26T14:50:37.467Z Compiling num_threads v0.1.7
20562026-03-26T14:50:37.591Z Compiling anstyle v1.0.13
20572026-03-26T14:50:37.609Z Compiling utf8parse v0.2.2
20582026-03-26T14:50:37.612Z Compiling siphasher v1.0.2
20592026-03-26T14:50:37.671Z Compiling quick-error v1.2.3
20602026-03-26T14:50:37.687Z Compiling bit-vec v0.8.0
20612026-03-26T14:50:37.738Z Compiling unicode-segmentation v1.12.0
20622026-03-26T14:50:37.804Z Compiling rusty-fork v0.3.1
20632026-03-26T14:50:37.828Z Compiling time v0.3.47
20642026-03-26T14:50:37.831Z Compiling anstyle-parse v0.2.7
20652026-03-26T14:50:37.935Z Compiling hyper-util v0.1.20
20662026-03-26T14:50:38.109Z Compiling bit-set v0.8.0
20672026-03-26T14:50:38.490Z Compiling crossbeam-epoch v0.9.18
20682026-03-26T14:50:38.549Z Compiling derive_builder_core v0.20.2
20692026-03-26T14:50:39.031Z Compiling unicode-normalization v0.1.25
20702026-03-26T14:50:39.373Z Compiling rustls-native-certs v0.8.3
20712026-03-26T14:50:39.560Z Compiling signature v2.2.0
20722026-03-26T14:50:39.643Z Compiling hubpack_derive v0.1.1
20732026-03-26T14:50:39.667Z Compiling rand_xorshift v0.4.0
20742026-03-26T14:50:39.683Z Compiling strum_macros v0.27.2
20752026-03-26T14:50:39.779Z Compiling sync_wrapper v1.0.2
20762026-03-26T14:50:39.834Z Compiling fs-err v3.3.0
20772026-03-26T14:50:39.970Z Compiling ahash v0.8.12
20782026-03-26T14:50:40.065Z Compiling unarray v0.1.4
20792026-03-26T14:50:40.090Z Compiling object v0.37.3
20802026-03-26T14:50:40.116Z Compiling colorchoice v1.0.4
20812026-03-26T14:50:40.139Z Compiling adler2 v2.0.1
20822026-03-26T14:50:40.195Z Compiling anstyle-query v1.1.5
20832026-03-26T14:50:40.212Z Compiling is_terminal_polyfill v1.70.2
20842026-03-26T14:50:40.247Z Compiling unicode-bidi v0.3.18
20852026-03-26T14:50:40.285Z Compiling unicode-properties v0.1.4
20862026-03-26T14:50:40.318Z Compiling anstream v0.6.21
20872026-03-26T14:50:40.366Z Compiling miniz_oxide v0.8.9
20882026-03-26T14:50:40.382Z Compiling proptest v1.10.0
20892026-03-26T14:50:40.624Z Compiling stringprep v0.1.5
20902026-03-26T14:50:40.775Z Compiling tower v0.5.3
20912026-03-26T14:50:40.925Z Compiling derive_builder_macro v0.20.2
20922026-03-26T14:50:41.156Z Compiling crossbeam-deque v0.8.6
20932026-03-26T14:50:41.259Z Compiling heck v0.4.1
20942026-03-26T14:50:41.297Z Compiling usdt-attr-macro v0.6.0
20952026-03-26T14:50:41.352Z Compiling usdt-macro v0.6.0
20962026-03-26T14:50:41.567Z Compiling http-body-util v0.1.3
20972026-03-26T14:50:41.818Z Compiling webpki-roots v1.0.6
20982026-03-26T14:50:41.982Z Compiling rand_chacha v0.3.1
20992026-03-26T14:50:41.998Z Compiling erased-serde v0.3.31
21002026-03-26T14:50:42.036Z Compiling md-5 v0.10.6
21012026-03-26T14:50:42.102Z Compiling num-integer v0.1.46
21022026-03-26T14:50:42.191Z Compiling hash32 v0.2.1
21032026-03-26T14:50:42.212Z Compiling vergen-lib v0.1.6
21042026-03-26T14:50:42.241Z Compiling ff v0.13.1
21052026-03-26T14:50:42.341Z Compiling iri-string v0.7.10
21062026-03-26T14:50:42.372Z Compiling ryu v1.0.23
21072026-03-26T14:50:42.397Z Compiling fallible-iterator v0.2.0
21082026-03-26T14:50:42.412Z Compiling zlib-rs v0.6.2
21092026-03-26T14:50:42.447Z Compiling psl-types v2.0.11
21102026-03-26T14:50:42.451Z Compiling base16ct v0.2.0
21112026-03-26T14:50:42.539Z Compiling serde_urlencoded v0.7.1
21122026-03-26T14:50:42.554Z Compiling publicsuffix v2.3.0
21132026-03-26T14:50:42.584Z Compiling sec1 v0.7.3
21142026-03-26T14:50:42.639Z Compiling newtype-uuid v1.3.2
21152026-03-26T14:50:42.688Z Compiling postgres-protocol v0.6.10
21162026-03-26T14:50:42.729Z Compiling group v0.13.0
21172026-03-26T14:50:42.842Z Compiling num-iter v0.1.45
21182026-03-26T14:50:42.920Z Compiling rand v0.8.5
21192026-03-26T14:50:43.075Z Compiling oxnet v0.1.4
21202026-03-26T14:50:43.195Z Compiling zone_cfg_derive v0.3.1
21212026-03-26T14:50:43.211Z Compiling derive_builder v0.20.2
21222026-03-26T14:50:43.254Z Compiling tokio-native-tls v0.3.1
21232026-03-26T14:50:43.371Z Compiling phf_shared v0.13.1
21242026-03-26T14:50:43.466Z Compiling tower-http v0.6.8
21252026-03-26T14:50:43.551Z Compiling lazy_static v1.5.0
21262026-03-26T14:50:43.643Z Compiling terminal_size v0.4.3
21272026-03-26T14:50:43.647Z Compiling serde_with_macros v3.17.0
21282026-03-26T14:50:43.706Z Compiling cargo-platform v0.1.9
21292026-03-26T14:50:43.757Z Compiling hkdf v0.12.4
21302026-03-26T14:50:43.770Z Compiling crypto-bigint v0.5.5
21312026-03-26T14:50:43.786Z Compiling enum-as-inner v0.6.1
21322026-03-26T14:50:43.816Z Compiling clap_derive v4.5.55
21332026-03-26T14:50:43.848Z Compiling serde_repr v0.1.20
21342026-03-26T14:50:43.892Z Compiling vergen v9.0.6
21352026-03-26T14:50:43.930Z Compiling foldhash v0.1.5
21362026-03-26T14:50:43.945Z Compiling bitflags v1.3.2
21372026-03-26T14:50:43.964Z Compiling unicode-width v0.2.0
21382026-03-26T14:50:44.047Z Compiling libbz2-rs-sys v0.2.2
21392026-03-26T14:50:44.101Z Compiling managed v0.8.0
21402026-03-26T14:50:44.284Z Compiling clap_lex v1.0.0
21412026-03-26T14:50:44.381Z Compiling bumpalo v3.20.2
21422026-03-26T14:50:44.442Z Compiling flate2 v1.1.9
21432026-03-26T14:50:44.520Z Compiling clap_builder v4.5.60
21442026-03-26T14:50:44.593Z Compiling zopfli v0.8.3
21452026-03-26T14:50:44.643Z Compiling bzip2 v0.6.1
21462026-03-26T14:50:44.644Z Compiling console v0.16.2
21472026-03-26T14:50:44.707Z Compiling elliptic-curve v0.13.8
21482026-03-26T14:50:44.759Z Compiling hashbrown v0.15.5
21492026-03-26T14:50:44.856Z Compiling cargo_metadata v0.19.2
21502026-03-26T14:50:45.168Z Compiling zstd v0.13.3
21512026-03-26T14:50:45.199Z Compiling phf v0.13.1
21522026-03-26T14:50:45.304Z Compiling hyper-tls v0.6.0
21532026-03-26T14:50:45.327Z Compiling signal-hook-mio v0.2.5
21542026-03-26T14:50:45.379Z Compiling rayon v1.11.0
21552026-03-26T14:50:45.412Z Compiling daft v0.1.5
21562026-03-26T14:50:45.456Z Compiling cookie_store v0.22.1
21572026-03-26T14:50:45.471Z Compiling postgres-types v0.2.12
21582026-03-26T14:50:45.697Z Compiling bzip2 v0.4.4
21592026-03-26T14:50:45.751Z Compiling strum v0.27.2
21602026-03-26T14:50:45.918Z Compiling hubpack v0.1.2
21612026-03-26T14:50:45.960Z Compiling ed25519 v2.2.3
21622026-03-26T14:50:45.986Z Compiling phf_shared v0.11.3
21632026-03-26T14:50:46.089Z Compiling pkcs1 v0.7.5
21642026-03-26T14:50:46.192Z Compiling serde-big-array v0.5.1
21652026-03-26T14:50:46.231Z Compiling hex v0.4.3
21662026-03-26T14:50:46.350Z Compiling rfc6979 v0.4.0
21672026-03-26T14:50:46.488Z Compiling bstr v1.12.1
21682026-03-26T14:50:46.520Z Compiling itertools v0.12.1
21692026-03-26T14:50:46.561Z Compiling float-cmp v0.10.0
21702026-03-26T14:50:46.579Z Compiling memmap2 v0.9.10
21712026-03-26T14:50:46.582Z Compiling env_filter v1.0.0
21722026-03-26T14:50:46.626Z Compiling encoding_rs v0.8.35
21732026-03-26T14:50:46.710Z Compiling whoami v2.1.0
21742026-03-26T14:50:46.730Z Compiling difflib v0.4.0
21752026-03-26T14:50:46.811Z Compiling mime v0.3.17
21762026-03-26T14:50:46.866Z Compiling normalize-line-endings v0.3.0
21772026-03-26T14:50:46.882Z Compiling keccak v0.1.6
21782026-03-26T14:50:46.897Z Compiling fixedbitset v0.4.2
21792026-03-26T14:50:46.979Z Compiling static_assertions v1.1.0
21802026-03-26T14:50:47.077Z Compiling toml_write v0.1.2
21812026-03-26T14:50:47.112Z Compiling unit-prefix v0.5.2
21822026-03-26T14:50:47.115Z Compiling rustc-hash v2.1.1
21832026-03-26T14:50:47.146Z Compiling jiff v0.2.21
21842026-03-26T14:50:47.162Z Compiling data-encoding v2.10.0
21852026-03-26T14:50:47.191Z Compiling new_debug_unreachable v1.0.6
21862026-03-26T14:50:47.292Z Compiling fixedbitset v0.5.7
21872026-03-26T14:50:47.292Z Compiling precomputed-hash v0.1.1
21882026-03-26T14:50:47.323Z Compiling predicates-core v1.0.10
21892026-03-26T14:50:47.407Z Compiling string_cache v0.8.9
21902026-03-26T14:50:47.422Z Compiling toml_edit v0.22.27
21912026-03-26T14:50:47.499Z Compiling petgraph v0.8.3
21922026-03-26T14:50:47.612Z Compiling predicates v3.1.4
21932026-03-26T14:50:47.616Z Compiling hickory-proto v0.25.2
21942026-03-26T14:50:47.644Z Compiling zone v0.3.1
21952026-03-26T14:50:47.693Z Compiling indicatif v0.18.4
21962026-03-26T14:50:47.933Z Compiling iddqd v0.3.17
21972026-03-26T14:50:48.194Z Compiling petgraph v0.6.5
21982026-03-26T14:50:48.247Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21992026-03-26T14:50:48.337Z Compiling sha3 v0.10.8
22002026-03-26T14:50:48.433Z Compiling tokio-postgres v0.7.16
22012026-03-26T14:50:48.655Z Compiling similar v2.7.0
22022026-03-26T14:50:49.049Z Compiling env_logger v0.11.9
22032026-03-26T14:50:49.390Z Compiling usdt v0.6.0
22042026-03-26T14:50:49.708Z Compiling serde_with v3.17.0
22052026-03-26T14:50:49.723Z Compiling zip v4.6.1
22062026-03-26T14:50:49.797Z Compiling ecdsa v0.16.9
22072026-03-26T14:50:49.813Z Compiling rsa v0.9.10
22082026-03-26T14:50:50.443Z Compiling ed25519-dalek v2.2.0
22092026-03-26T14:50:50.627Z Compiling clap v4.5.60
22102026-03-26T14:50:50.848Z Compiling zip v0.6.6
22112026-03-26T14:50:50.964Z Compiling crossterm v0.28.1
22122026-03-26T14:50:51.008Z Compiling strum v0.26.3
22132026-03-26T14:50:51.026Z Compiling toml v0.7.8
22142026-03-26T14:50:51.153Z Compiling tokio-stream v0.1.18
22152026-03-26T14:50:51.363Z Compiling buf-list v1.1.2
22162026-03-26T14:50:51.480Z Compiling x509-cert v0.2.5
22172026-03-26T14:50:51.585Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22182026-03-26T14:50:51.651Z Compiling openapiv3 v2.2.0
22192026-03-26T14:50:51.894Z Compiling sha1 v0.10.6
22202026-03-26T14:50:51.926Z Compiling itertools v0.13.0
22212026-03-26T14:50:52.145Z Compiling lalrpop-util v0.19.12
22222026-03-26T14:50:52.254Z Compiling peg-runtime v0.8.5
22232026-03-26T14:51:09.969Z Compiling macaddr v1.0.1
22242026-03-26T14:51:10.011Z Compiling structmeta-derive v0.3.0
22252026-03-26T14:51:10.039Z Compiling crucible-workspace-hack v0.1.0
22262026-03-26T14:51:10.142Z Compiling secrecy v0.10.3
22272026-03-26T14:51:10.269Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22282026-03-26T14:51:10.285Z Compiling itertools v0.14.0
22292026-03-26T14:51:10.333Z Compiling heapless v0.8.0
22302026-03-26T14:51:10.364Z Compiling rustls v0.22.4
22312026-03-26T14:51:10.409Z Compiling rustls-webpki v0.103.9
22322026-03-26T14:51:10.683Z Compiling toml_edit v0.23.10+spec-1.0.0
22332026-03-26T14:51:10.700Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22342026-03-26T14:51:10.725Z Compiling rustls-webpki v0.102.8
22352026-03-26T14:51:10.825Z Compiling futures-executor v0.3.32
22362026-03-26T14:51:10.871Z Compiling hash32 v0.3.1
22372026-03-26T14:51:10.998Z Compiling structmeta v0.3.0
22382026-03-26T14:51:11.083Z Compiling multer v3.1.0
22392026-03-26T14:51:11.231Z Compiling thread_local v1.1.9
22402026-03-26T14:51:11.250Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22412026-03-26T14:51:11.250Z Compiling smoltcp v0.11.0
22422026-03-26T14:51:11.299Z Compiling slog-async v2.8.0
22432026-03-26T14:51:11.335Z Compiling match_cfg v0.1.0
22442026-03-26T14:51:11.427Z Compiling hostname v0.3.1
22452026-03-26T14:51:11.564Z Compiling ingot-macros v0.1.1
22462026-03-26T14:51:11.580Z Compiling derive-ex v0.1.8
22472026-03-26T14:51:11.598Z Compiling proc-macro-crate v3.4.0
22482026-03-26T14:51:11.662Z Compiling futures v0.3.32
22492026-03-26T14:51:11.694Z Compiling slog-json v2.6.1
22502026-03-26T14:51:11.697Z Compiling crossbeam-channel v0.5.15
22512026-03-26T14:51:11.726Z Compiling half v2.7.1
22522026-03-26T14:51:11.766Z Compiling newtype-uuid-macros v0.1.0
22532026-03-26T14:51:11.969Z Compiling cobs v0.3.0
22542026-03-26T14:51:12.069Z Compiling thiserror-impl-no-std v2.0.2
22552026-03-26T14:51:12.088Z Compiling universal-hash v0.5.1
22562026-03-26T14:51:12.192Z Compiling async-stream-impl v0.3.6
22572026-03-26T14:51:12.256Z Compiling serde_spanned v1.0.4
22582026-03-26T14:51:12.272Z Compiling is-terminal v0.4.17
22592026-03-26T14:51:12.408Z Compiling dropshot v0.16.7
22602026-03-26T14:51:12.433Z Compiling convert_case v0.4.0
22612026-03-26T14:51:12.449Z Compiling ciborium-io v0.2.2
22622026-03-26T14:51:12.505Z Compiling toml_writer v1.0.6+spec-1.1.0
22632026-03-26T14:51:12.536Z Compiling take_mut v0.2.2
22642026-03-26T14:51:12.574Z Compiling term v1.2.1
22652026-03-26T14:51:12.677Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22662026-03-26T14:51:12.758Z Compiling opaque-debug v0.3.1
22672026-03-26T14:51:12.774Z Compiling async-stream v0.3.6
22682026-03-26T14:51:12.791Z Compiling derive_more v0.99.20
22692026-03-26T14:51:12.805Z Compiling toml v0.9.12+spec-1.1.0
22702026-03-26T14:51:12.852Z Compiling poly1305 v0.8.0
22712026-03-26T14:51:12.909Z Compiling slog-term v2.9.2
22722026-03-26T14:51:13.100Z Compiling test-strategy v0.4.5
22732026-03-26T14:51:13.121Z Compiling thiserror-no-std v2.0.2
22742026-03-26T14:51:13.299Z Compiling ciborium-ll v0.2.2
22752026-03-26T14:51:13.510Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22762026-03-26T14:51:13.802Z Compiling tokio-rustls v0.25.0
22772026-03-26T14:51:14.079Z Compiling tokio-rustls v0.26.4
22782026-03-26T14:51:14.149Z Compiling rustls-platform-verifier v0.6.2
22792026-03-26T14:51:14.214Z Compiling ingot-types v0.1.2
22802026-03-26T14:51:14.292Z Compiling postcard v1.1.3
22812026-03-26T14:51:14.377Z Compiling hyper-rustls v0.27.7
22822026-03-26T14:51:14.380Z Compiling num_enum_derive v0.7.5
22832026-03-26T14:51:14.411Z Compiling slog-bunyan v2.5.0
22842026-03-26T14:51:14.624Z Compiling reqwest v0.12.28
22852026-03-26T14:51:14.661Z Compiling reqwest v0.13.2
22862026-03-26T14:51:14.692Z Compiling ingot v0.1.1
22872026-03-26T14:51:14.692Z Compiling parse-display-derive v0.10.0
22882026-03-26T14:51:14.731Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
22892026-03-26T14:51:15.009Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22902026-03-26T14:51:15.119Z Compiling proc-macro-crate v1.3.1
22912026-03-26T14:51:15.274Z Compiling backon v1.6.0
22922026-03-26T14:51:15.350Z Compiling waitgroup v0.1.2
22932026-03-26T14:51:15.366Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
22942026-03-26T14:51:15.481Z Compiling password-hash v0.5.0
22952026-03-26T14:51:15.529Z Compiling dropshot_endpoint v0.16.7
22962026-03-26T14:51:15.549Z Compiling chacha20 v0.9.1
22972026-03-26T14:51:15.641Z Compiling rustls-pemfile v2.2.0
22982026-03-26T14:51:15.701Z Compiling blake2 v0.10.6
22992026-03-26T14:51:15.822Z Compiling aead v0.5.2
23002026-03-26T14:51:15.949Z Compiling foreign-types-macros v0.2.3
23012026-03-26T14:51:16.042Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23022026-03-26T14:51:16.168Z Compiling serde_path_to_error v0.1.20
23032026-03-26T14:51:16.235Z Compiling hostname v0.4.2
23042026-03-26T14:51:16.329Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23052026-03-26T14:51:16.429Z Compiling instant v0.1.13
23062026-03-26T14:51:16.455Z Compiling foreign-types-shared v0.3.1
23072026-03-26T14:51:16.472Z Compiling cpufeatures v0.3.0
23082026-03-26T14:51:16.490Z Compiling debug-ignore v1.0.5
23092026-03-26T14:51:16.549Z Compiling typeid v1.0.3
23102026-03-26T14:51:16.579Z Compiling foreign-types v0.5.0
23112026-03-26T14:51:16.582Z Compiling chacha20 v0.10.0
23122026-03-26T14:51:16.582Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23132026-03-26T14:51:16.629Z Compiling backoff v0.4.0
23142026-03-26T14:51:16.632Z Compiling parse-display v0.10.0
23152026-03-26T14:51:16.662Z Compiling chacha20poly1305 v0.10.1
23162026-03-26T14:51:16.698Z Compiling argon2 v0.5.3
23172026-03-26T14:51:16.851Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23182026-03-26T14:51:16.888Z Compiling num_enum_derive v0.5.11
23192026-03-26T14:51:16.903Z Compiling num_enum v0.7.5
23202026-03-26T14:51:16.923Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23212026-03-26T14:51:16.940Z Compiling ciborium v0.2.2
23222026-03-26T14:51:16.956Z Compiling vsss-rs v3.3.4
23232026-03-26T14:51:17.055Z Compiling toml v0.8.23
23242026-03-26T14:51:17.102Z Compiling tabwriter v1.4.1
23252026-03-26T14:51:17.483Z Compiling byte-wrapper v0.1.0
23262026-03-26T14:51:17.519Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23272026-03-26T14:51:17.723Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23282026-03-26T14:51:17.786Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23292026-03-26T14:51:17.816Z Compiling regress v0.10.5
23302026-03-26T14:51:17.901Z Compiling cstr-argument v0.1.2
23312026-03-26T14:51:18.019Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23322026-03-26T14:51:18.102Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23332026-03-26T14:51:18.175Z Compiling erased-serde v0.4.9
23342026-03-26T14:51:18.281Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23352026-03-26T14:51:18.340Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23362026-03-26T14:51:18.383Z Compiling num_enum v0.5.11
23372026-03-26T14:51:18.402Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23382026-03-26T14:51:18.421Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23392026-03-26T14:51:18.459Z Compiling rand v0.10.0
23402026-03-26T14:51:18.532Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23412026-03-26T14:51:18.536Z Compiling indent_write v2.2.0
23422026-03-26T14:51:18.582Z Compiling colored v3.1.1
23432026-03-26T14:51:18.707Z Compiling libefi-sys v0.1.0
23442026-03-26T14:51:18.726Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23452026-03-26T14:51:18.782Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23462026-03-26T14:51:18.854Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23472026-03-26T14:51:18.903Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23482026-03-26T14:51:18.919Z Compiling camino-tempfile v1.4.1
23492026-03-26T14:51:18.955Z Compiling usdt-macro v0.5.0
23502026-03-26T14:51:19.152Z Compiling usdt-attr-macro v0.5.0
23512026-03-26T14:51:19.259Z Compiling num-derive v0.4.2
23522026-03-26T14:51:19.318Z Compiling bitfield-struct v0.6.2
23532026-03-26T14:51:19.354Z Compiling blake3 v1.8.3
23542026-03-26T14:51:19.370Z Compiling ordered-float v2.10.1
23552026-03-26T14:51:19.416Z Compiling sigpipe v0.1.3
23562026-03-26T14:51:19.508Z Compiling memmap v0.7.0
23572026-03-26T14:51:19.527Z Compiling swrite v0.1.0
23582026-03-26T14:51:19.658Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23592026-03-26T14:51:19.675Z Compiling glob v0.3.3
23602026-03-26T14:51:19.690Z Compiling serde-value v0.7.0
23612026-03-26T14:51:19.769Z Compiling serde-untagged v0.1.9
23622026-03-26T14:51:19.900Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23632026-03-26T14:51:19.915Z Compiling usdt v0.5.0
23642026-03-26T14:51:19.968Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23652026-03-26T14:51:20.168Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23662026-03-26T14:51:20.210Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23672026-03-26T14:51:20.305Z Compiling smf v0.2.3
23682026-03-26T14:51:20.403Z Compiling filetime v0.2.27
23692026-03-26T14:51:20.443Z Compiling same-file v1.0.6
23702026-03-26T14:51:20.572Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23712026-03-26T14:51:20.589Z Compiling arrayref v0.3.9
23722026-03-26T14:51:20.607Z Compiling whoami v1.6.1
23732026-03-26T14:51:20.632Z Compiling unicode-xid v0.2.6
23742026-03-26T14:51:20.648Z Compiling arrayvec v0.7.6
23752026-03-26T14:51:20.669Z Compiling xattr v1.6.1
23762026-03-26T14:51:20.696Z Compiling constant_time_eq v0.4.2
23772026-03-26T14:51:20.724Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23782026-03-26T14:51:20.773Z Compiling cargo-util-schemas v0.8.2
23792026-03-26T14:51:20.797Z Compiling walkdir v2.5.0
23802026-03-26T14:51:20.886Z Compiling tar v0.4.45
23812026-03-26T14:51:20.909Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23822026-03-26T14:51:20.925Z Compiling tokio-dtrace v0.1.1
23832026-03-26T14:51:21.070Z Compiling gethostname v0.5.0
23842026-03-26T14:51:21.169Z Compiling cargo-platform v0.2.0
23852026-03-26T14:51:21.225Z Compiling topological-sort v0.2.2
23862026-03-26T14:51:21.266Z Compiling oxide-tokio-rt v0.1.3
23872026-03-26T14:51:21.415Z Compiling shell-words v1.1.1
23882026-03-26T14:51:21.415Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23892026-03-26T14:51:22.017Z Compiling cargo_metadata v0.21.0
23902026-03-26T14:51:30.930Z Compiling progenitor-client v0.13.0
23912026-03-26T14:51:30.982Z Compiling progenitor-client v0.10.0
23922026-03-26T14:51:30.985Z Compiling omicron-zone-package v0.12.2
23932026-03-26T14:51:31.047Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23942026-03-26T14:51:31.050Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23952026-03-26T14:51:31.050Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23962026-03-26T14:51:31.097Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23972026-03-26T14:51:31.115Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23982026-03-26T14:51:31.368Z Compiling progenitor-extras v0.1.1
23992026-03-26T14:51:31.422Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24002026-03-26T14:51:31.439Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24012026-03-26T14:51:31.479Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24022026-03-26T14:51:31.614Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24032026-03-26T14:51:36.632Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24042026-03-26T14:51:43.339Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24052026-03-26T14:51:46.684Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24062026-03-26T14:51:47.676Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24072026-03-26T14:51:55.995Z Finished `release` profile [optimized] target(s) in 1m 38s
24082026-03-26T14:51:56.147Z Running `target/release/omicron-package -t test target create -p dev`
24092026-03-26T14:51:56.210ZLogging to: /work/oxidecomputer/omicron/out/LOG
24102026-03-26T14:51:56.214ZCreated new build target 'test' and set it as active
24112026-03-26T14:51:56.214Z
24122026-03-26T14:51:56.214Zreal 1:38.517486614
24132026-03-26T14:51:56.214Zuser 16:28.901088345
24142026-03-26T14:51:56.214Zsys 2:33.301371444
24152026-03-26T14:51:56.214Ztrap 0.467662632
24162026-03-26T14:51:56.214Ztflt 2.775956651
24172026-03-26T14:51:56.214Zdflt 3.721377341
24182026-03-26T14:51:56.214Zkflt 0.000511308
24192026-03-26T14:51:56.214Zlock 51:30.737306444
24202026-03-26T14:51:56.214Zslp 41:42.717620033
24212026-03-26T14:51:56.214Zlat 44.179459399
24222026-03-26T14:51:56.214Zstop 5:27.558678889
24232026-03-26T14:51:56.214Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24242026-03-26T14:51:57.092Z Finished `release` profile [optimized] target(s) in 0.86s
24252026-03-26T14:51:57.163Z Running `target/release/omicron-package -t test package`
24262026-03-26T14:51:57.221ZLogging to: /work/oxidecomputer/omicron/out/LOG
24272026-03-26T14:51:58.616Z Compiling regress v0.10.5
24282026-03-26T14:51:58.616Z Compiling heck v0.5.0
24292026-03-26T14:51:58.619Z Compiling unsafe-libyaml v0.2.11
24302026-03-26T14:51:58.860Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24312026-03-26T14:51:58.882Z Compiling prettyplease v0.2.37
24322026-03-26T14:51:58.885Z Compiling unicode-width v0.1.14
24332026-03-26T14:51:58.920Z Compiling is-terminal v0.4.17
24342026-03-26T14:51:58.925Z Compiling serde_spanned v1.0.4
24352026-03-26T14:51:58.925Z Compiling toml_writer v1.0.6+spec-1.1.0
24362026-03-26T14:51:58.978Z Compiling bytecount v0.6.9
24372026-03-26T14:51:58.981Z Compiling rustls v0.22.4
24382026-03-26T14:51:58.981Z Compiling rustls-webpki v0.102.8
24392026-03-26T14:51:58.981Z Compiling derive-where v1.6.0
24402026-03-26T14:51:58.981Z Compiling thread_local v1.1.9
24412026-03-26T14:51:59.018Z Compiling match_cfg v0.1.0
24422026-03-26T14:51:59.021Z Compiling multer v3.1.0
24432026-03-26T14:51:59.097Z Compiling typify-impl v0.6.1
24442026-03-26T14:51:59.119Z Compiling slog-async v2.8.0
24452026-03-26T14:51:59.157Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24462026-03-26T14:51:59.160Z Compiling toml v0.9.12+spec-1.1.0
24472026-03-26T14:51:59.160Z Compiling hostname v0.3.1
24482026-03-26T14:51:59.244Z Compiling slog-json v2.6.1
24492026-03-26T14:51:59.247Z Compiling crossbeam-channel v0.5.15
24502026-03-26T14:51:59.247Z Compiling futures-executor v0.3.32
24512026-03-26T14:51:59.247Z Compiling term v1.2.1
24522026-03-26T14:51:59.347Z Compiling serde_yaml v0.9.34+deprecated
24532026-03-26T14:51:59.368Z Compiling take_mut v0.2.2
24542026-03-26T14:51:59.487Z Compiling futures v0.3.32
24552026-03-26T14:51:59.507Z Compiling slog-bunyan v2.5.0
24562026-03-26T14:51:59.549Z Compiling async-stream v0.3.6
24572026-03-26T14:51:59.598Z Compiling slog-term v2.9.2
24582026-03-26T14:51:59.696Z Compiling dropshot v0.16.7
24592026-03-26T14:51:59.744Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24602026-03-26T14:51:59.766Z Compiling progenitor-client v0.13.0
24612026-03-26T14:51:59.784Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24622026-03-26T14:51:59.805Z Compiling waitgroup v0.1.2
24632026-03-26T14:51:59.908Z Compiling backon v1.6.0
24642026-03-26T14:51:59.952Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24652026-03-26T14:51:59.972Z Compiling rustls-pemfile v2.2.0
24662026-03-26T14:51:59.995Z Compiling serde_path_to_error v0.1.20
24672026-03-26T14:52:00.085Z Compiling hostname v0.4.2
24682026-03-26T14:52:00.106Z Compiling instant v0.1.13
24692026-03-26T14:52:00.129Z Compiling debug-ignore v1.0.5
24702026-03-26T14:52:00.150Z Compiling progenitor-extras v0.1.1
24712026-03-26T14:52:00.194Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24722026-03-26T14:52:00.220Z Compiling backoff v0.4.0
24732026-03-26T14:52:00.245Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24742026-03-26T14:52:00.269Z Compiling parse-display v0.10.0
24752026-03-26T14:52:00.285Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24762026-03-26T14:52:00.351Z Compiling progenitor-client v0.10.0
24772026-03-26T14:52:00.373Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24782026-03-26T14:52:00.376Z Compiling macaddr v1.0.1
24792026-03-26T14:52:00.425Z Compiling console v0.15.11
24802026-03-26T14:52:00.454Z Compiling newline-converter v0.3.0
24812026-03-26T14:52:00.524Z Compiling atomicwrites v0.4.4
24822026-03-26T14:52:00.578Z Compiling num-rational v0.4.2
24832026-03-26T14:52:00.652Z Compiling num-complex v0.4.6
24842026-03-26T14:52:00.699Z Compiling slog-dtrace v0.3.0
24852026-03-26T14:52:00.751Z Compiling async-recursion v1.1.1
24862026-03-26T14:52:00.791Z Compiling cancel-safe-futures v0.1.5
24872026-03-26T14:52:00.838Z Compiling expectorate v1.2.0
24882026-03-26T14:52:00.867Z Compiling owo-colors v4.3.0
24892026-03-26T14:52:01.006Z Compiling float-ord v0.3.2
24902026-03-26T14:52:01.038Z Compiling num v0.4.3
24912026-03-26T14:52:01.163Z Compiling libsw-core v0.3.2
24922026-03-26T14:52:01.208Z Compiling resolv-conf v0.7.6
24932026-03-26T14:52:01.211Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24942026-03-26T14:52:01.211Z Compiling toml v0.8.23
24952026-03-26T14:52:01.311Z Compiling tokio-rustls v0.25.0
24962026-03-26T14:52:01.375Z Compiling libsw v3.5.0
24972026-03-26T14:52:01.401Z Compiling linear-map v1.2.0
24982026-03-26T14:52:01.480Z Compiling minimal-lexical v0.2.1
24992026-03-26T14:52:01.592Z Compiling linked-hash-map v0.5.6
25002026-03-26T14:52:01.647Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25012026-03-26T14:52:01.697Z Compiling nom v7.1.3
25022026-03-26T14:52:01.718Z Compiling unicode-xid v0.2.6
25032026-03-26T14:52:01.756Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25042026-03-26T14:52:01.814Z Compiling lru-cache v0.1.2
25052026-03-26T14:52:01.835Z Compiling globset v0.4.18
25062026-03-26T14:52:01.839Z Compiling hickory-proto v0.24.4
25072026-03-26T14:52:01.882Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25082026-03-26T14:52:01.882Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25092026-03-26T14:52:01.993Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25102026-03-26T14:52:02.295Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25112026-03-26T14:52:02.353Z Compiling convert_case v0.10.0
25122026-03-26T14:52:02.655Z Compiling derive_more-impl v2.1.1
25132026-03-26T14:52:03.040Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25142026-03-26T14:52:03.238Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25152026-03-26T14:52:03.277Z Compiling pin-project-internal v1.1.11
25162026-03-26T14:52:03.441Z Compiling derive_more v2.1.1
25172026-03-26T14:52:03.504Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25182026-03-26T14:52:03.554Z Compiling pem v3.0.6
25192026-03-26T14:52:03.672Z Compiling snafu-derive v0.8.9
25202026-03-26T14:52:03.716Z Compiling typify-macro v0.6.1
25212026-03-26T14:52:04.287Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25222026-03-26T14:52:04.339Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25232026-03-26T14:52:04.507Z Compiling hickory-resolver v0.24.4
25242026-03-26T14:52:04.572Z Compiling pin-project v1.1.11
25252026-03-26T14:52:04.666Z Compiling termtree v0.5.1
25262026-03-26T14:52:04.710Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25272026-03-26T14:52:04.875Z Compiling crossterm v0.29.0
25282026-03-26T14:52:05.097Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25292026-03-26T14:52:05.272Z Compiling typify v0.6.1
25302026-03-26T14:52:05.392Z Compiling progenitor-impl v0.13.0
25312026-03-26T14:52:05.582Z Compiling snafu v0.8.9
25322026-03-26T14:52:06.118Z Compiling qorb v0.4.1
25332026-03-26T14:52:06.170Z Compiling olpc-cjson v0.1.4
25342026-03-26T14:52:06.416Z Compiling phf_shared v0.12.1
25352026-03-26T14:52:06.705Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25362026-03-26T14:52:07.235Z Compiling serde_plain v1.0.2
25372026-03-26T14:52:07.562Z Compiling csv-core v0.1.13
25382026-03-26T14:52:07.583Z Compiling progenitor-macro v0.13.0
25392026-03-26T14:52:07.655Z Compiling vte v0.14.1
25402026-03-26T14:52:07.782Z Compiling typed-path v0.9.3
25412026-03-26T14:52:07.844Z Compiling chrono-tz v0.10.4
25422026-03-26T14:52:07.909Z Compiling highway v1.3.0
25432026-03-26T14:52:08.003Z Compiling strip-ansi-escapes v0.2.1
25442026-03-26T14:52:08.080Z Compiling csv v1.4.0
25452026-03-26T14:52:08.109Z Compiling phf v0.12.1
25462026-03-26T14:52:08.305Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25472026-03-26T14:52:08.559Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25482026-03-26T14:52:08.661Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25492026-03-26T14:52:09.065Z Compiling tough v0.20.0
25502026-03-26T14:52:09.141Z Compiling const_format_proc_macros v0.2.34
25512026-03-26T14:52:09.898Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25522026-03-26T14:52:10.221Z Compiling papergrid v0.11.0
25532026-03-26T14:52:10.344Z Compiling fd-lock v4.0.4
25542026-03-26T14:52:10.629Z Compiling peg-macros v0.8.5
25552026-03-26T14:52:10.722Z Compiling tabled_derive v0.7.0
25562026-03-26T14:52:10.725Z Compiling nu-ansi-term v0.50.3
25572026-03-26T14:52:11.285Z Compiling reedline v0.40.0
25582026-03-26T14:52:11.639Z Compiling tabled v0.15.0
25592026-03-26T14:52:11.673Z Compiling progenitor v0.13.0
25602026-03-26T14:52:11.857Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25612026-03-26T14:52:11.898Z Compiling peg v0.8.5
25622026-03-26T14:52:12.002Z Compiling const_format v0.2.35
25632026-03-26T14:52:12.756Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25642026-03-26T14:52:13.176Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25652026-03-26T14:52:13.757Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25662026-03-26T14:52:14.544Z Compiling bcs v0.1.6
25672026-03-26T14:52:14.795Z Compiling base64 v0.21.7
25682026-03-26T14:52:14.979Z Compiling semver v0.1.20
25692026-03-26T14:52:15.287Z Compiling rustc_version v0.1.7
25702026-03-26T14:52:15.334Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25712026-03-26T14:52:15.462Z Compiling unicode-linebreak v0.1.5
25722026-03-26T14:52:15.522Z Compiling newtype_derive v0.1.6
25732026-03-26T14:52:15.592Z Compiling smawk v0.3.2
25742026-03-26T14:52:15.759Z Compiling humantime v2.3.0
25752026-03-26T14:52:15.832Z Compiling textwrap v0.16.2
25762026-03-26T14:52:15.869Z Compiling dropshot-api-manager-types v0.6.0
25772026-03-26T14:52:16.107Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25782026-03-26T14:52:16.279Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25792026-03-26T14:52:16.507Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25802026-03-26T14:52:16.564Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25812026-03-26T14:52:16.822Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25822026-03-26T14:52:16.845Z Compiling steno v0.4.1
25832026-03-26T14:52:17.448Z Compiling utf-8 v0.7.6
25842026-03-26T14:52:17.584Z Compiling tagptr v0.2.0
25852026-03-26T14:52:17.716Z Compiling tungstenite v0.21.0
25862026-03-26T14:52:17.780Z Compiling moka v0.12.13
25872026-03-26T14:52:17.871Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25882026-03-26T14:52:18.042Z Compiling radium v0.7.0
25892026-03-26T14:52:18.330Z Compiling tokio-tungstenite v0.21.0
25902026-03-26T14:52:18.420Z Compiling typify-impl v0.4.3
25912026-03-26T14:52:18.722Z Compiling tap v1.0.1
25922026-03-26T14:52:18.879Z Compiling hickory-resolver v0.25.2
25932026-03-26T14:52:19.032Z Compiling maybe-uninit v2.0.0
25942026-03-26T14:52:19.392Z Compiling wyz v0.5.1
25952026-03-26T14:52:19.647Z Compiling zerocopy-derive v0.6.6
25962026-03-26T14:52:19.759Z Compiling funty v2.0.0
25972026-03-26T14:52:19.881Z Compiling packed_struct v0.10.1
25982026-03-26T14:52:20.155Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25992026-03-26T14:52:20.430Z Compiling display-error-chain v0.2.2
26002026-03-26T14:52:20.613Z Compiling crc-catalog v2.4.0
26012026-03-26T14:52:20.670Z Compiling zerocopy v0.6.6
26022026-03-26T14:52:20.743Z Compiling crc v3.4.0
26032026-03-26T14:52:20.764Z Compiling bitvec v1.0.1
26042026-03-26T14:52:20.978Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26052026-03-26T14:52:21.181Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26062026-03-26T14:52:21.688Z Compiling packed_struct_codegen v0.10.1
26072026-03-26T14:52:21.880Z Compiling typify-macro v0.4.3
26082026-03-26T14:52:22.061Z Compiling bitfield-macros v0.19.4
26092026-03-26T14:52:22.526Z Compiling indexmap v1.9.3
26102026-03-26T14:52:22.573Z Compiling nodrop v0.1.14
26112026-03-26T14:52:22.722Z Compiling array-init v0.0.4
26122026-03-26T14:52:22.798Z Compiling bitfield v0.19.4
26132026-03-26T14:52:22.828Z Compiling smallvec v0.6.14
26142026-03-26T14:52:23.115Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26152026-03-26T14:52:23.136Z Compiling num-derive v0.3.3
26162026-03-26T14:52:23.160Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26172026-03-26T14:52:23.374Z Compiling proc-macro-error-attr2 v2.0.0
26182026-03-26T14:52:23.802Z Compiling hashbrown v0.12.3
26192026-03-26T14:52:24.025Z Compiling libscf-sys v1.1.0
26202026-03-26T14:52:24.206Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26212026-03-26T14:52:24.261Z Compiling proc-macro-error2 v2.0.1
26222026-03-26T14:52:24.583Z Compiling serde-hex v0.1.0
26232026-03-26T14:52:24.914Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26242026-03-26T14:52:24.984Z Compiling ron v0.8.1
26252026-03-26T14:52:25.104Z Compiling hashbrown v0.13.2
26262026-03-26T14:52:25.163Z Compiling vergen-gitcl v1.0.8
26272026-03-26T14:52:25.297Z Compiling dirs-sys-next v0.1.2
26282026-03-26T14:52:25.391Z Compiling crc-any v2.5.0
26292026-03-26T14:52:25.413Z Compiling crunchy v0.2.4
26302026-03-26T14:52:25.567Z Compiling glob v0.3.3
26312026-03-26T14:52:25.695Z Compiling diesel_derives v2.3.7
26322026-03-26T14:52:25.731Z Compiling maplit v1.0.2
26332026-03-26T14:52:25.753Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26342026-03-26T14:52:25.852Z Compiling object v0.30.4
26352026-03-26T14:52:25.872Z Compiling dirs-next v2.0.0
26362026-03-26T14:52:25.952Z Compiling clang-sys v1.8.1
26372026-03-26T14:52:25.975Z Compiling tabled_derive v0.11.0
26382026-03-26T14:52:25.998Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26392026-03-26T14:52:26.026Z Compiling typify v0.4.3
26402026-03-26T14:52:26.166Z Compiling papergrid v0.17.0
26412026-03-26T14:52:26.332Z Compiling testing_table v0.3.0
26422026-03-26T14:52:26.430Z Compiling dsl_auto_type v0.2.0
26432026-03-26T14:52:26.698Z Compiling scheduled-thread-pool v0.2.7
26442026-03-26T14:52:26.719Z Compiling diesel_table_macro_syntax v0.3.0
26452026-03-26T14:52:26.803Z Compiling path-slash v0.1.5
26462026-03-26T14:52:26.951Z Compiling tiny-keccak v2.0.2
26472026-03-26T14:52:27.015Z Compiling r2d2 v0.8.10
26482026-03-26T14:52:27.206Z Compiling term v0.7.0
26492026-03-26T14:52:27.320Z Compiling tabled v0.20.0
26502026-03-26T14:52:27.362Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26512026-03-26T14:52:27.388Z Compiling arc-swap v1.8.2
26522026-03-26T14:52:27.411Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26532026-03-26T14:52:27.593Z Compiling downcast-rs v2.0.2
26542026-03-26T14:52:27.641Z Compiling xshell-macros v0.2.7
26552026-03-26T14:52:27.734Z Compiling bit-vec v0.6.3
26562026-03-26T14:52:27.774Z Compiling slog-scope v4.4.1
26572026-03-26T14:52:27.825Z Compiling ascii-canvas v3.0.0
26582026-03-26T14:52:27.941Z Compiling bit-set v0.5.3
26592026-03-26T14:52:28.038Z Compiling xshell v0.2.7
26602026-03-26T14:52:28.091Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26612026-03-26T14:52:28.136Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26622026-03-26T14:52:28.231Z Compiling itertools v0.10.5
26632026-03-26T14:52:28.235Z Compiling ena v0.14.4
26642026-03-26T14:52:28.504Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26652026-03-26T14:52:28.629Z Compiling libloading v0.8.9
26662026-03-26T14:52:28.784Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26672026-03-26T14:52:28.872Z Compiling bindgen v0.71.1
26682026-03-26T14:52:29.158Z Compiling regex-syntax v0.6.29
26692026-03-26T14:52:29.345Z Compiling unicase v2.9.0
26702026-03-26T14:52:29.378Z Compiling diff v0.1.13
26712026-03-26T14:52:29.662Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26722026-03-26T14:52:30.628Z Compiling lalrpop v0.19.12
26732026-03-26T14:52:31.047Z Compiling slog-stdlog v4.1.1
26742026-03-26T14:52:31.537Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26752026-03-26T14:52:31.766Z Compiling diesel v2.3.7
26762026-03-26T14:52:31.850Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26772026-03-26T14:52:32.279Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26782026-03-26T14:52:32.307Z Compiling cexpr v0.6.0
26792026-03-26T14:52:32.439Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26802026-03-26T14:52:32.676Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26812026-03-26T14:52:32.760Z Compiling crc8 v0.1.1
26822026-03-26T14:52:32.888Z Compiling slog-envlogger v2.2.0
26832026-03-26T14:52:32.908Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26842026-03-26T14:52:32.937Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26852026-03-26T14:52:33.464Z Compiling headers-core v0.3.0
26862026-03-26T14:52:33.654Z Compiling libxml v0.3.3
26872026-03-26T14:52:33.932Z Compiling headers v0.4.1
26882026-03-26T14:52:34.062Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26892026-03-26T14:52:34.113Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26902026-03-26T14:52:34.243Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26912026-03-26T14:52:34.340Z Compiling strum_macros v0.24.3
26922026-03-26T14:52:34.671Z Compiling indoc v1.0.9
26932026-03-26T14:52:34.748Z Compiling progenitor-impl v0.10.0
26942026-03-26T14:52:35.125Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26952026-03-26T14:52:35.148Z Compiling derive_builder v0.20.2
26962026-03-26T14:52:35.281Z Compiling oso-derive v0.27.3
26972026-03-26T14:52:35.322Z Compiling quick-xml v0.37.5
26982026-03-26T14:52:35.357Z Compiling impl-trait-for-tuples v0.2.3
26992026-03-26T14:52:35.601Z Compiling openssl-probe v0.1.6
27002026-03-26T14:52:35.633Z Compiling half v1.8.3
27012026-03-26T14:52:35.824Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27022026-03-26T14:52:35.901Z Compiling serde_cbor v0.11.2
27032026-03-26T14:52:36.539Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27042026-03-26T14:52:36.606Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27052026-03-26T14:52:36.628Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27062026-03-26T14:52:36.854Z Compiling bb8 v0.8.6
27072026-03-26T14:52:36.876Z Compiling progenitor-macro v0.10.0
27082026-03-26T14:52:36.899Z Compiling trait-variant v0.1.2
27092026-03-26T14:52:37.290Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27102026-03-26T14:52:37.509Z Compiling samael v0.0.19
27112026-03-26T14:52:37.531Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27122026-03-26T14:52:37.983Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27132026-03-26T14:52:38.019Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27142026-03-26T14:52:38.115Z Compiling polar-core v0.27.3
27152026-03-26T14:52:38.325Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27162026-03-26T14:52:38.470Z Compiling fxhash v0.2.1
27172026-03-26T14:52:38.581Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27182026-03-26T14:52:38.730Z Compiling kstat-rs v0.2.4
27192026-03-26T14:52:38.898Z Compiling libz-sys v1.1.24
27202026-03-26T14:52:39.056Z Compiling nonempty v0.12.0
27212026-03-26T14:52:39.228Z Compiling salty v0.3.0
27222026-03-26T14:52:39.292Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27232026-03-26T14:52:39.440Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27242026-03-26T14:52:39.540Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27252026-03-26T14:52:39.560Z Compiling progenitor-impl v0.11.2
27262026-03-26T14:52:39.720Z Compiling darling_core v0.23.0
27272026-03-26T14:52:40.873Z Compiling progenitor v0.10.0
27282026-03-26T14:52:41.062Z Compiling nanorand v0.7.0
27292026-03-26T14:52:41.432Z Compiling fs-err v2.11.0
27302026-03-26T14:52:41.737Z Compiling parking_lot_core v0.8.6
27312026-03-26T14:52:41.759Z Compiling progenitor-macro v0.11.2
27322026-03-26T14:52:41.879Z Compiling darling_macro v0.23.0
27332026-03-26T14:52:41.904Z Compiling mime_guess v2.0.5
27342026-03-26T14:52:42.214Z Compiling flume v0.11.1
27352026-03-26T14:52:42.419Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27362026-03-26T14:52:42.440Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27372026-03-26T14:52:42.621Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27382026-03-26T14:52:43.747Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27392026-03-26T14:52:43.815Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27402026-03-26T14:52:45.537Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27412026-03-26T14:52:46.873Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27422026-03-26T14:52:47.456Z Compiling oso v0.27.3
27432026-03-26T14:52:47.489Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27442026-03-26T14:52:49.031Z Compiling diesel-dtrace v0.5.0
27452026-03-26T14:52:49.365Z Compiling async-bb8-diesel v0.2.1
27462026-03-26T14:52:49.804Z Compiling progenitor-client v0.11.2
27472026-03-26T14:52:50.108Z Compiling git-stub v1.0.0
27482026-03-26T14:52:50.390Z Compiling libgit2-sys v0.18.3+1.9.2
27492026-03-26T14:52:50.413Z Compiling instability v0.3.11
27502026-03-26T14:52:50.434Z Compiling git-stub-vcs v0.1.0
27512026-03-26T14:52:50.659Z Compiling progenitor v0.11.2
27522026-03-26T14:52:50.791Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27532026-03-26T14:52:50.846Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27542026-03-26T14:52:51.157Z Compiling darling v0.23.0
27552026-03-26T14:52:52.156Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27562026-03-26T14:52:52.220Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27572026-03-26T14:52:52.271Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27582026-03-26T14:52:53.128Z Compiling ignore v0.4.25
27592026-03-26T14:52:53.430Z Compiling primeorder v0.13.6
27602026-03-26T14:52:53.762Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27612026-03-26T14:52:53.875Z Compiling castaway v0.2.4
27622026-03-26T14:52:54.040Z Compiling nibble_vec v0.1.0
27632026-03-26T14:52:54.239Z Compiling atty v0.2.14
27642026-03-26T14:52:54.439Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27652026-03-26T14:52:54.671Z Compiling parse-size v1.1.0
27662026-03-26T14:52:54.764Z Compiling indoc v2.0.7
27672026-03-26T14:52:54.896Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27682026-03-26T14:52:55.129Z Compiling endian-type v0.1.2
27692026-03-26T14:52:55.163Z Compiling http-range v0.1.5
27702026-03-26T14:52:55.217Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27712026-03-26T14:52:55.311Z Compiling radix_trie v0.2.1
27722026-03-26T14:52:55.495Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27732026-03-26T14:52:55.860Z Compiling compact_str v0.8.1
27742026-03-26T14:52:55.928Z Compiling globwalk v0.9.1
27752026-03-26T14:52:56.617Z Compiling p384 v0.13.1
27762026-03-26T14:52:57.002Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27772026-03-26T14:52:58.189Z Compiling parking_lot v0.11.2
27782026-03-26T14:52:58.236Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27792026-03-26T14:52:58.700Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27802026-03-26T14:52:58.766Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27812026-03-26T14:52:58.993Z Compiling predicates-tree v1.0.13
27822026-03-26T14:52:59.148Z Compiling unicode-truncate v1.1.0
27832026-03-26T14:52:59.360Z Compiling lru v0.12.5
27842026-03-26T14:52:59.462Z Compiling prefix-trie v0.7.0
27852026-03-26T14:52:59.597Z Compiling vergen-git2 v1.0.7
27862026-03-26T14:52:59.776Z Compiling cassowary v0.3.0
27872026-03-26T14:52:59.856Z Compiling camino-tempfile-ext v0.3.3
27882026-03-26T14:52:59.885Z Compiling hickory-server v0.25.2
27892026-03-26T14:53:00.505Z Compiling ratatui v0.29.0
27902026-03-26T14:53:00.659Z Compiling hyper-staticfile v0.10.1
27912026-03-26T14:53:00.794Z Compiling sled v0.34.7
27922026-03-26T14:53:01.359Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27932026-03-26T14:53:01.939Z Compiling hickory-client v0.25.2
27942026-03-26T14:53:01.971Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27952026-03-26T14:53:02.293Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27962026-03-26T14:53:02.630Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27972026-03-26T14:53:02.821Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27982026-03-26T14:53:03.425Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27992026-03-26T14:53:04.119Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28002026-03-26T14:53:04.249Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28012026-03-26T14:53:04.411Z Compiling rand_seeder v0.4.0
28022026-03-26T14:53:04.675Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28032026-03-26T14:53:04.791Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28042026-03-26T14:53:04.921Z Compiling lzma-sys v0.1.20
28052026-03-26T14:53:04.941Z Compiling rustls v0.21.12
28062026-03-26T14:53:05.165Z Compiling corncobs v0.1.4
28072026-03-26T14:53:05.253Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28082026-03-26T14:53:05.362Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28092026-03-26T14:53:05.414Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28102026-03-26T14:53:05.544Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28112026-03-26T14:53:05.569Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28122026-03-26T14:53:05.592Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28132026-03-26T14:53:05.782Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28142026-03-26T14:53:05.856Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28152026-03-26T14:53:06.064Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28162026-03-26T14:53:06.144Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28172026-03-26T14:53:07.254Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28182026-03-26T14:53:09.145Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28192026-03-26T14:53:09.200Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28202026-03-26T14:53:09.203Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28212026-03-26T14:53:09.263Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28222026-03-26T14:53:09.434Z Compiling cargo_toml v0.22.3
28232026-03-26T14:53:09.457Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28242026-03-26T14:53:09.487Z Compiling rustls-webpki v0.101.7
28252026-03-26T14:53:10.826Z Compiling sct v0.7.1
28262026-03-26T14:53:11.058Z Compiling nix v0.29.0
28272026-03-26T14:53:11.123Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28282026-03-26T14:53:11.169Z Compiling secrecy v0.8.0
28292026-03-26T14:53:11.369Z Compiling void v1.0.2
28302026-03-26T14:53:11.445Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28312026-03-26T14:53:11.488Z Compiling lzss v0.8.2
28322026-03-26T14:53:11.714Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28332026-03-26T14:53:11.860Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28342026-03-26T14:53:12.257Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28352026-03-26T14:53:12.496Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28362026-03-26T14:53:12.685Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28372026-03-26T14:53:13.194Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28382026-03-26T14:53:13.318Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28392026-03-26T14:53:13.629Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28402026-03-26T14:53:13.877Z Compiling tungstenite v0.23.0
28412026-03-26T14:53:13.906Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28422026-03-26T14:53:14.135Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28432026-03-26T14:53:14.363Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28442026-03-26T14:53:14.580Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28452026-03-26T14:53:14.602Z Compiling nix v0.27.1
28462026-03-26T14:53:14.626Z Compiling serde_bytes v0.11.19
28472026-03-26T14:53:14.874Z Compiling tokio-tungstenite v0.23.1
28482026-03-26T14:53:14.987Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28492026-03-26T14:53:15.280Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28502026-03-26T14:53:15.556Z Compiling git2 v0.20.4
28512026-03-26T14:53:15.770Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28522026-03-26T14:53:16.216Z Compiling tokio-rustls v0.24.1
28532026-03-26T14:53:16.511Z Compiling xz2 v0.1.7
28542026-03-26T14:53:16.862Z Compiling ron v0.12.0
28552026-03-26T14:53:16.884Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28562026-03-26T14:53:17.532Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28572026-03-26T14:53:18.985Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28582026-03-26T14:53:19.067Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28592026-03-26T14:53:20.653Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28602026-03-26T14:53:20.834Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28612026-03-26T14:53:20.888Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
28622026-03-26T14:53:21.827Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28632026-03-26T14:53:22.309Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28642026-03-26T14:53:22.817Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28652026-03-26T14:53:23.773Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28662026-03-26T14:53:24.059Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28672026-03-26T14:53:25.048Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28682026-03-26T14:53:25.286Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28692026-03-26T14:53:26.370Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28702026-03-26T14:53:26.536Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28712026-03-26T14:53:27.502Z Compiling rustls-pemfile v1.0.4
28722026-03-26T14:53:27.942Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28732026-03-26T14:53:28.511Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28742026-03-26T14:53:28.947Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28752026-03-26T14:53:28.973Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28762026-03-26T14:53:29.191Z Compiling signal-hook-tokio v0.3.1
28772026-03-26T14:53:29.387Z Compiling yasna v0.5.2
28782026-03-26T14:53:29.409Z Compiling twox-hash v2.1.2
28792026-03-26T14:53:29.438Z Compiling is_ci v1.2.0
28802026-03-26T14:53:29.657Z Compiling base16ct v1.0.0
28812026-03-26T14:53:29.939Z Compiling rcgen v0.12.1
28822026-03-26T14:53:29.959Z Compiling supports-color v3.0.2
28832026-03-26T14:53:30.251Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28842026-03-26T14:53:30.589Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28852026-03-26T14:53:30.734Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28862026-03-26T14:53:30.946Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28872026-03-26T14:53:31.824Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28882026-03-26T14:53:32.163Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28892026-03-26T14:53:33.034Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28902026-03-26T14:53:33.358Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28912026-03-26T14:53:33.970Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28922026-03-26T14:53:34.314Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28932026-03-26T14:53:34.534Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28942026-03-26T14:53:34.760Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28952026-03-26T14:53:35.023Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28962026-03-26T14:53:35.263Z Compiling fatfs v0.3.6
28972026-03-26T14:53:36.496Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28982026-03-26T14:53:36.733Z Compiling rtoolbox v0.0.3
28992026-03-26T14:53:37.013Z Compiling subprocess v0.2.15
29002026-03-26T14:53:37.892Z Compiling seq-macro v0.3.6
29012026-03-26T14:53:38.394Z Compiling assert_matches v1.5.0
29022026-03-26T14:53:38.508Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29032026-03-26T14:53:39.220Z Compiling rpassword v7.4.0
29042026-03-26T14:53:39.509Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29052026-03-26T14:53:40.039Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29062026-03-26T14:53:40.178Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29072026-03-26T14:53:40.315Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29082026-03-26T14:53:40.339Z Compiling tui-tree-widget v0.23.1
29092026-03-26T14:53:40.633Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29102026-03-26T14:53:40.795Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29112026-03-26T14:53:41.346Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29122026-03-26T14:53:42.739Z Compiling uzers v0.12.2
29132026-03-26T14:53:43.535Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29142026-03-26T14:53:43.902Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29152026-03-26T14:53:45.047Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29162026-03-26T14:53:48.153Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29172026-03-26T14:53:48.395Z Compiling support-bundle-viewer v0.1.2
29182026-03-26T14:53:50.293Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29192026-03-26T14:53:50.647Z Compiling multimap v0.10.1
29202026-03-26T14:53:55.744Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29212026-03-26T14:54:08.314Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29222026-03-26T14:54:12.151Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29232026-03-26T15:03:38.278Z Finished `release` profile [optimized] target(s) in 11m 40s
29242026-03-26T15:04:20.986Z
29252026-03-26T15:04:20.990Zreal 12:24.617891573
29262026-03-26T15:04:20.990Zuser 1:20:51.198795513
29272026-03-26T15:04:20.990Zsys 3:25.139400789
29282026-03-26T15:04:20.990Ztrap 1.727749303
29292026-03-26T15:04:20.990Ztflt 1.977455295
29302026-03-26T15:04:20.990Zdflt 16.027069881
29312026-03-26T15:04:20.990Zkflt 0.000994335
29322026-03-26T15:04:20.990Zlock 9:10:42.120821406
29332026-03-26T15:04:20.991Zslp 2:29:36.513195841
29342026-03-26T15:04:20.991Zlat 2:36.357411375
29352026-03-26T15:04:20.991Zstop 5:07.486699362
29362026-03-26T15:04:20.991Z+ mapfile -t packages
29372026-03-26T15:04:20.991Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29382026-03-26T15:04:21.948Z Finished `release` profile [optimized] target(s) in 0.94s
29392026-03-26T15:04:22.027Z Running `target/release/omicron-package -t test list-outputs`
29402026-03-26T15:04:22.088ZLogging to: /work/oxidecomputer/omicron/out/LOG
29412026-03-26T15:04:22.091Z+ ptime -m cargo build --locked --release -p xtask
29422026-03-26T15:04:22.626Z Compiling libc v0.2.180
29432026-03-26T15:04:22.626Z Compiling serde v1.0.228
29442026-03-26T15:04:22.630Z Compiling serde_core v1.0.228
29452026-03-26T15:04:22.630Z Compiling rustix v1.1.3
29462026-03-26T15:04:22.630Z Compiling bitflags v2.11.0
29472026-03-26T15:04:22.630Z Compiling serde_json v1.0.149
29482026-03-26T15:04:22.776Z Compiling num-traits v0.2.19
29492026-03-26T15:04:22.779Z Compiling smallvec v1.15.1
29502026-03-26T15:04:22.786Z Compiling syn v2.0.117
29512026-03-26T15:04:22.819Z Compiling hashbrown v0.16.1
29522026-03-26T15:04:22.831Z Compiling usdt-impl v0.5.0
29532026-03-26T15:04:22.843Z Compiling syn v1.0.109
29542026-03-26T15:04:22.856Z Compiling getrandom v0.4.1
29552026-03-26T15:04:22.868Z Compiling percent-encoding v2.3.2
29562026-03-26T15:04:22.974Z Compiling log v0.4.29
29572026-03-26T15:04:23.138Z Compiling form_urlencoded v1.2.2
29582026-03-26T15:04:23.237Z Compiling fs-err v3.3.0
29592026-03-26T15:04:23.237Z Compiling anyhow v1.0.102
29602026-03-26T15:04:23.240Z Compiling once_cell v1.21.3
29612026-03-26T15:04:23.280Z Compiling heck v0.4.1
29622026-03-26T15:04:23.407Z Compiling indexmap v2.13.0
29632026-03-26T15:04:23.483Z Compiling thread-id v4.2.2
29642026-03-26T15:04:23.494Z Compiling errno v0.3.14
29652026-03-26T15:04:23.530Z Compiling memmap v0.7.0
29662026-03-26T15:04:23.791Z Compiling ordered-float v2.10.1
29672026-03-26T15:04:24.331Z Compiling proc-macro-error v1.0.4
29682026-03-26T15:04:24.495Z Compiling terminal_size v0.4.3
29692026-03-26T15:04:24.495Z Compiling tempfile v3.25.0
29702026-03-26T15:04:24.580Z Compiling tabled_derive v0.7.0
29712026-03-26T15:04:24.595Z Compiling clap_builder v4.5.60
29722026-03-26T15:04:24.599Z Compiling textwrap v0.16.2
29732026-03-26T15:04:24.730Z Compiling camino-tempfile v1.4.1
29742026-03-26T15:04:25.254Z Compiling tabled v0.15.0
29752026-03-26T15:04:25.312Z Compiling synstructure v0.13.2
29762026-03-26T15:04:25.312Z Compiling pest_generator v2.8.6
29772026-03-26T15:04:25.709Z Compiling serde_derive v1.0.228
29782026-03-26T15:04:25.710Z Compiling zerofrom-derive v0.1.6
29792026-03-26T15:04:25.713Z Compiling yoke-derive v0.8.1
29802026-03-26T15:04:25.713Z Compiling zerovec-derive v0.11.2
29812026-03-26T15:04:25.713Z Compiling displaydoc v0.2.5
29822026-03-26T15:04:25.713Z Compiling thiserror-impl v1.0.69
29832026-03-26T15:04:25.713Z Compiling zerocopy-derive v0.7.35
29842026-03-26T15:04:25.713Z Compiling scroll_derive v0.12.1
29852026-03-26T15:04:25.713Z Compiling thiserror-impl v2.0.18
29862026-03-26T15:04:25.733Z Compiling clap_derive v4.5.55
29872026-03-26T15:04:25.830Z Compiling pest_derive v2.8.6
29882026-03-26T15:04:26.395Z Compiling scroll v0.12.0
29892026-03-26T15:04:26.598Z Compiling zerocopy v0.7.35
29902026-03-26T15:04:26.705Z Compiling goblin v0.8.2
29912026-03-26T15:04:26.750Z Compiling zerofrom v0.1.6
29922026-03-26T15:04:26.834Z Compiling thiserror v1.0.69
29932026-03-26T15:04:26.908Z Compiling yoke v0.8.1
29942026-03-26T15:04:26.941Z Compiling dtrace-parser v0.2.0
29952026-03-26T15:04:27.013Z Compiling thiserror v2.0.18
29962026-03-26T15:04:27.144Z Compiling zerovec v0.11.5
29972026-03-26T15:04:27.156Z Compiling zerotrie v0.2.3
29982026-03-26T15:04:27.449Z Compiling clap v4.5.60
29992026-03-26T15:04:27.770Z Compiling tinystr v0.8.2
30002026-03-26T15:04:28.007Z Compiling icu_locale_core v2.1.1
30012026-03-26T15:04:28.628Z Compiling potential_utf v0.1.4
30022026-03-26T15:04:28.832Z Compiling icu_collections v2.1.1
30032026-03-26T15:04:28.850Z Compiling icu_provider v2.1.1
30042026-03-26T15:04:29.190Z Compiling icu_properties v2.1.2
30052026-03-26T15:04:29.289Z Compiling icu_normalizer v2.1.1
30062026-03-26T15:04:29.314Z Compiling serde_spanned v0.6.9
30072026-03-26T15:04:29.336Z Compiling toml_datetime v0.6.11
30082026-03-26T15:04:29.464Z Compiling dof v0.3.0
30092026-03-26T15:04:29.512Z Compiling serde_tokenstream v0.2.3
30102026-03-26T15:04:29.552Z Compiling serde-value v0.7.0
30112026-03-26T15:04:29.590Z Compiling toml_edit v0.22.27
30122026-03-26T15:04:29.608Z Compiling cargo-platform v0.2.0
30132026-03-26T15:04:29.747Z Compiling macaddr v1.0.1
30142026-03-26T15:04:30.102Z Compiling idna_adapter v1.2.1
30152026-03-26T15:04:30.286Z Compiling idna v1.1.0
30162026-03-26T15:04:30.346Z Compiling usdt-macro v0.5.0
30172026-03-26T15:04:30.386Z Compiling usdt-attr-macro v0.5.0
30182026-03-26T15:04:30.704Z Compiling url v2.5.8
30192026-03-26T15:04:31.050Z Compiling usdt v0.5.0
30202026-03-26T15:04:31.134Z Compiling toml v0.8.23
30212026-03-26T15:04:31.570Z Compiling cargo-util-schemas v0.8.2
30222026-03-26T15:04:31.570Z Compiling cargo_toml v0.21.0
30232026-03-26T15:04:32.602Z Compiling cargo_metadata v0.21.0
30242026-03-26T15:04:35.692Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30252026-03-26T15:04:38.714Z Finished `release` profile [optimized] target(s) in 16.61s
30262026-03-26T15:04:38.880Z
30272026-03-26T15:04:38.880Zreal 16.749098801
30282026-03-26T15:04:38.880Zuser 2:21.714387140
30292026-03-26T15:04:38.880Zsys 16.742257396
30302026-03-26T15:04:38.880Ztrap 0.095390346
30312026-03-26T15:04:38.880Ztflt 0.684615590
30322026-03-26T15:04:38.880Zdflt 1.477903360
30332026-03-26T15:04:38.880Zkflt 0.000051880
30342026-03-26T15:04:38.880Zlock 5:18.816644516
30352026-03-26T15:04:38.880Zslp 3:25.542017015
30362026-03-26T15:04:38.884Zlat 6.872216049
30372026-03-26T15:04:38.884Zstop 20.537475084
30382026-03-26T15:04:38.884Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30392026-03-26T15:04:38.884Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30402026-03-26T15:04:38.884Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30412026-03-26T15:04:38.885Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30422026-03-26T15:04:38.885Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30432026-03-26T15:04:39.822Z Compiling regress v0.10.5
30442026-03-26T15:04:39.827Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30452026-03-26T15:04:39.969Z Compiling serde_spanned v1.0.4
30462026-03-26T15:04:39.973Z Compiling toml_writer v1.0.6+spec-1.1.0
30472026-03-26T15:04:39.973Z Compiling newtype-uuid-macros v0.1.0
30482026-03-26T15:04:39.973Z Compiling progenitor-client v0.13.0
30492026-03-26T15:04:39.973Z Compiling structmeta-derive v0.3.0
30502026-03-26T15:04:39.973Z Compiling rustls v0.22.4
30512026-03-26T15:04:39.973Z Compiling rustls-webpki v0.102.8
30522026-03-26T15:04:39.973Z Compiling multer v3.1.0
30532026-03-26T15:04:39.973Z Compiling match_cfg v0.1.0
30542026-03-26T15:04:39.991Z Compiling debug-ignore v1.0.5
30552026-03-26T15:04:39.991Z Compiling slog-json v2.6.1
30562026-03-26T15:04:39.994Z Compiling async-stream-impl v0.3.6
30572026-03-26T15:04:39.994Z Compiling dropshot v0.16.7
30582026-03-26T15:04:39.994Z Compiling itertools v0.14.0
30592026-03-26T15:04:40.200Z Compiling hostname v0.3.1
30602026-03-26T15:04:40.204Z Compiling waitgroup v0.1.2
30612026-03-26T15:04:40.332Z Compiling toml v0.9.12+spec-1.1.0
30622026-03-26T15:04:40.371Z Compiling slog-bunyan v2.5.0
30632026-03-26T15:04:40.374Z Compiling rustls-pemfile v2.2.0
30642026-03-26T15:04:40.433Z Compiling dropshot_endpoint v0.16.7
30652026-03-26T15:04:40.437Z Compiling hostname v0.4.2
30662026-03-26T15:04:40.437Z Compiling serde_path_to_error v0.1.20
30672026-03-26T15:04:40.445Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30682026-03-26T15:04:40.549Z Compiling macaddr v1.0.1
30692026-03-26T15:04:40.597Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30702026-03-26T15:04:40.601Z Compiling progenitor-client v0.10.0
30712026-03-26T15:04:40.629Z Compiling instant v0.1.13
30722026-03-26T15:04:40.657Z Compiling backon v1.6.0
30732026-03-26T15:04:40.755Z Compiling backoff v0.4.0
30742026-03-26T15:04:40.796Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30752026-03-26T15:04:40.813Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30762026-03-26T15:04:40.832Z Compiling progenitor-extras v0.1.1
30772026-03-26T15:04:40.852Z Compiling async-stream v0.3.6
30782026-03-26T15:04:40.857Z Compiling crucible-workspace-hack v0.1.0
30792026-03-26T15:04:40.883Z Compiling toml v0.8.23
30802026-03-26T15:04:40.910Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30812026-03-26T15:04:40.928Z Compiling universal-hash v0.5.1
30822026-03-26T15:04:40.985Z Compiling unsafe-libyaml v0.2.11
30832026-03-26T15:04:41.034Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30842026-03-26T15:04:41.050Z Compiling opaque-debug v0.3.1
30852026-03-26T15:04:41.078Z Compiling half v2.7.1
30862026-03-26T15:04:41.112Z Compiling ciborium-io v0.2.2
30872026-03-26T15:04:41.148Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30882026-03-26T15:04:41.192Z Compiling convert_case v0.4.0
30892026-03-26T15:04:41.208Z Compiling structmeta v0.3.0
30902026-03-26T15:04:41.224Z Compiling aead v0.5.2
30912026-03-26T15:04:41.241Z Compiling secrecy v0.10.3
30922026-03-26T15:04:41.245Z Compiling poly1305 v0.8.0
30932026-03-26T15:04:41.420Z Compiling ciborium-ll v0.2.2
30942026-03-26T15:04:41.438Z Compiling chacha20 v0.9.1
30952026-03-26T15:04:41.454Z Compiling typify-impl v0.6.1
30962026-03-26T15:04:41.458Z Compiling derive-ex v0.1.8
30972026-03-26T15:04:41.458Z Compiling parse-display-derive v0.10.0
30982026-03-26T15:04:41.458Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
30992026-03-26T15:04:41.525Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31002026-03-26T15:04:41.529Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31012026-03-26T15:04:41.586Z Compiling serde_yaml v0.9.34+deprecated
31022026-03-26T15:04:41.647Z Compiling ciborium v0.2.2
31032026-03-26T15:04:41.663Z Compiling derive_more v0.99.20
31042026-03-26T15:04:41.732Z Compiling thiserror-impl-no-std v2.0.2
31052026-03-26T15:04:41.761Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31062026-03-26T15:04:41.795Z Compiling byte-wrapper v0.1.0
31072026-03-26T15:04:41.887Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31082026-03-26T15:04:41.925Z Compiling password-hash v0.5.0
31092026-03-26T15:04:42.011Z Compiling blake2 v0.10.6
31102026-03-26T15:04:42.034Z Compiling chacha20poly1305 v0.10.1
31112026-03-26T15:04:42.165Z Compiling indent_write v2.2.0
31122026-03-26T15:04:42.215Z Compiling toml_edit v0.23.10+spec-1.0.0
31132026-03-26T15:04:42.244Z Compiling heapless v0.8.0
31142026-03-26T15:04:42.280Z Compiling argon2 v0.5.3
31152026-03-26T15:04:42.329Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31162026-03-26T15:04:42.356Z Compiling ingot-macros v0.1.1
31172026-03-26T15:04:42.572Z Compiling tokio-rustls v0.25.0
31182026-03-26T15:04:42.631Z Compiling tabwriter v1.4.1
31192026-03-26T15:04:42.828Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31202026-03-26T15:04:42.887Z Compiling proc-macro-crate v3.4.0
31212026-03-26T15:04:42.993Z Compiling thiserror-no-std v2.0.2
31222026-03-26T15:04:43.112Z Compiling vsss-rs v3.3.4
31232026-03-26T15:04:43.130Z Compiling hash32 v0.3.1
31242026-03-26T15:04:43.147Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31252026-03-26T15:04:43.184Z Compiling smoltcp v0.11.0
31262026-03-26T15:04:43.252Z Compiling test-strategy v0.4.5
31272026-03-26T15:04:43.284Z Compiling parse-display v0.10.0
31282026-03-26T15:04:43.343Z Compiling cobs v0.3.0
31292026-03-26T15:04:43.389Z Compiling foreign-types-macros v0.2.3
31302026-03-26T15:04:43.477Z Compiling num_enum_derive v0.7.5
31312026-03-26T15:04:43.499Z Compiling foreign-types-shared v0.3.1
31322026-03-26T15:04:43.557Z Compiling colored v3.1.1
31332026-03-26T15:04:43.597Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31342026-03-26T15:04:43.615Z Compiling cpufeatures v0.3.0
31352026-03-26T15:04:43.629Z Compiling postcard v1.1.3
31362026-03-26T15:04:43.710Z Compiling chacha20 v0.10.0
31372026-03-26T15:04:43.954Z Compiling proc-macro-crate v1.3.1
31382026-03-26T15:04:43.991Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31392026-03-26T15:04:43.995Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31402026-03-26T15:04:44.025Z Compiling foreign-types v0.5.0
31412026-03-26T15:04:44.028Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31422026-03-26T15:04:44.059Z Compiling cstr-argument v0.1.2
31432026-03-26T15:04:44.129Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31442026-03-26T15:04:44.151Z Compiling rand v0.10.0
31452026-03-26T15:04:44.240Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31462026-03-26T15:04:44.328Z Compiling num-rational v0.4.2
31472026-03-26T15:04:44.331Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31482026-03-26T15:04:44.347Z Compiling num-complex v0.4.6
31492026-03-26T15:04:44.406Z Compiling num_enum_derive v0.5.11
31502026-03-26T15:04:44.410Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31512026-03-26T15:04:44.437Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31522026-03-26T15:04:44.460Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31532026-03-26T15:04:44.520Z Compiling prettyplease v0.2.37
31542026-03-26T15:04:44.579Z Compiling num_enum v0.7.5
31552026-03-26T15:04:44.606Z Compiling camino-tempfile v1.4.1
31562026-03-26T15:04:44.721Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31572026-03-26T15:04:44.738Z Compiling num v0.4.3
31582026-03-26T15:04:44.780Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31592026-03-26T15:04:44.796Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31602026-03-26T15:04:44.813Z Compiling float-ord v0.3.2
31612026-03-26T15:04:44.868Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31622026-03-26T15:04:44.947Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31632026-03-26T15:04:44.963Z Compiling smf v0.2.3
31642026-03-26T15:04:44.968Z Compiling num-derive v0.4.2
31652026-03-26T15:04:45.013Z Compiling sigpipe v0.1.3
31662026-03-26T15:04:45.379Z Compiling glob v0.3.3
31672026-03-26T15:04:45.383Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31682026-03-26T15:04:45.383Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31692026-03-26T15:04:45.383Z Compiling whoami v1.6.1
31702026-03-26T15:04:45.384Z Compiling ingot-types v0.1.2
31712026-03-26T15:04:45.384Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31722026-03-26T15:04:45.389Z Compiling gethostname v0.5.0
31732026-03-26T15:04:45.415Z Compiling usdt-attr-macro v0.5.0
31742026-03-26T15:04:45.466Z Compiling usdt-macro v0.5.0
31752026-03-26T15:04:45.494Z Compiling derive-where v1.6.0
31762026-03-26T15:04:45.516Z Compiling num_enum v0.5.11
31772026-03-26T15:04:45.516Z Compiling memmap v0.7.0
31782026-03-26T15:04:45.520Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31792026-03-26T15:04:45.567Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31802026-03-26T15:04:45.597Z Compiling atomicwrites v0.4.4
31812026-03-26T15:04:45.660Z Compiling ingot v0.1.1
31822026-03-26T15:04:45.705Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31832026-03-26T15:04:45.726Z Compiling cancel-safe-futures v0.1.5
31842026-03-26T15:04:45.749Z Compiling owo-colors v4.3.0
31852026-03-26T15:04:45.814Z Compiling libsw-core v0.3.2
31862026-03-26T15:04:45.972Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31872026-03-26T15:04:46.025Z Compiling async-recursion v1.1.1
31882026-03-26T15:04:46.043Z Compiling resolv-conf v0.7.6
31892026-03-26T15:04:46.060Z Compiling libsw v3.5.0
31902026-03-26T15:04:46.096Z Compiling typify-macro v0.6.1
31912026-03-26T15:04:46.264Z Compiling typify-impl v0.4.3
31922026-03-26T15:04:46.281Z Compiling usdt v0.5.0
31932026-03-26T15:04:46.281Z Compiling libefi-sys v0.1.0
31942026-03-26T15:04:46.316Z Compiling linear-map v1.2.0
31952026-03-26T15:04:46.388Z Compiling hickory-proto v0.24.4
31962026-03-26T15:04:46.404Z Compiling newline-converter v0.3.0
31972026-03-26T15:04:46.422Z Compiling console v0.15.11
31982026-03-26T15:04:46.497Z Compiling bitfield-struct v0.6.2
31992026-03-26T15:04:46.532Z Compiling linked-hash-map v0.5.6
32002026-03-26T15:04:46.551Z Compiling semver v0.1.20
32012026-03-26T15:04:46.581Z Compiling pin-project-internal v1.1.11
32022026-03-26T15:04:46.737Z Compiling lru-cache v0.1.2
32032026-03-26T15:04:46.799Z Compiling expectorate v1.2.0
32042026-03-26T15:04:46.847Z Compiling rustc_version v0.1.7
32052026-03-26T15:04:46.890Z Compiling slog-dtrace v0.3.0
32062026-03-26T15:04:46.918Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32072026-03-26T15:04:46.942Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32082026-03-26T15:04:46.958Z Compiling minimal-lexical v0.2.1
32092026-03-26T15:04:46.991Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32102026-03-26T15:04:47.046Z Compiling tokio-dtrace v0.1.1
32112026-03-26T15:04:47.086Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32122026-03-26T15:04:47.111Z Compiling newtype_derive v0.1.6
32132026-03-26T15:04:47.192Z Compiling nom v7.1.3
32142026-03-26T15:04:47.237Z Compiling phf_shared v0.12.1
32152026-03-26T15:04:47.254Z Compiling dropshot-api-manager-types v0.6.0
32162026-03-26T15:04:47.269Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32172026-03-26T15:04:47.335Z Compiling pem v3.0.6
32182026-03-26T15:04:47.352Z Compiling snafu-derive v0.8.9
32192026-03-26T15:04:47.443Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32202026-03-26T15:04:47.594Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32212026-03-26T15:04:47.618Z Compiling csv-core v0.1.13
32222026-03-26T15:04:47.635Z Compiling highway v1.3.0
32232026-03-26T15:04:47.674Z Compiling xshell-macros v0.2.7
32242026-03-26T15:04:47.712Z Compiling same-file v1.0.6
32252026-03-26T15:04:47.842Z Compiling pin-project v1.1.11
32262026-03-26T15:04:47.914Z Compiling base64 v0.21.7
32272026-03-26T15:04:47.914Z Compiling chrono-tz v0.10.4
32282026-03-26T15:04:47.957Z Compiling typify v0.6.1
32292026-03-26T15:04:47.975Z Compiling walkdir v2.5.0
32302026-03-26T15:04:48.013Z Compiling csv v1.4.0
32312026-03-26T15:04:48.034Z Compiling const_format_proc_macros v0.2.34
32322026-03-26T15:04:48.090Z Compiling progenitor-impl v0.13.0
32332026-03-26T15:04:48.106Z Compiling xshell v0.2.7
32342026-03-26T15:04:48.152Z Compiling phf v0.12.1
32352026-03-26T15:04:48.257Z Compiling oxide-tokio-rt v0.1.3
32362026-03-26T15:04:48.325Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32372026-03-26T15:04:48.328Z Compiling globset v0.4.18
32382026-03-26T15:04:48.597Z Compiling hickory-resolver v0.24.4
32392026-03-26T15:04:48.600Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32402026-03-26T15:04:48.633Z Compiling olpc-cjson v0.1.4
32412026-03-26T15:04:48.636Z Compiling primeorder v0.13.6
32422026-03-26T15:04:48.636Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32432026-03-26T15:04:48.687Z Compiling serde_plain v1.0.2
32442026-03-26T15:04:48.837Z Compiling typed-path v0.9.3
32452026-03-26T15:04:48.895Z Compiling const_format v0.2.35
32462026-03-26T15:04:48.918Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32472026-03-26T15:04:48.941Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32482026-03-26T15:04:49.109Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32492026-03-26T15:04:49.163Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32502026-03-26T15:04:49.194Z Compiling tabled_derive v0.7.0
32512026-03-26T15:04:49.251Z Compiling bcs v0.1.6
32522026-03-26T15:04:49.355Z Compiling snafu v0.8.9
32532026-03-26T15:04:49.593Z Compiling utf-8 v0.7.6
32542026-03-26T15:04:49.675Z Compiling qorb v0.4.1
32552026-03-26T15:04:49.723Z Compiling radium v0.7.0
32562026-03-26T15:04:49.762Z Compiling tough v0.20.0
32572026-03-26T15:04:49.779Z Compiling termtree v0.5.1
32582026-03-26T15:04:49.800Z Compiling salty v0.3.0
32592026-03-26T15:04:49.956Z Compiling textwrap v0.16.2
32602026-03-26T15:04:50.027Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32612026-03-26T15:04:50.077Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32622026-03-26T15:04:50.164Z Compiling tungstenite v0.21.0
32632026-03-26T15:04:50.211Z Compiling tabled v0.15.0
32642026-03-26T15:04:50.246Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32652026-03-26T15:04:50.264Z Compiling steno v0.4.1
32662026-03-26T15:04:50.392Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32672026-03-26T15:04:50.463Z Compiling tap v1.0.1
32682026-03-26T15:04:50.493Z Compiling humantime v2.3.0
32692026-03-26T15:04:50.558Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32702026-03-26T15:04:50.576Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32712026-03-26T15:04:50.608Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32722026-03-26T15:04:50.788Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32732026-03-26T15:04:50.807Z Compiling progenitor-macro v0.13.0
32742026-03-26T15:04:50.826Z Compiling typify-macro v0.4.3
32752026-03-26T15:04:50.829Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32762026-03-26T15:04:51.007Z Compiling maybe-uninit v2.0.0
32772026-03-26T15:04:51.042Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32782026-03-26T15:04:51.202Z Compiling tokio-tungstenite v0.21.0
32792026-03-26T15:04:51.285Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32802026-03-26T15:04:51.385Z Compiling wyz v0.5.1
32812026-03-26T15:04:51.564Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32822026-03-26T15:04:51.727Z Compiling p384 v0.13.1
32832026-03-26T15:04:51.822Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32842026-03-26T15:04:52.127Z Compiling arc-swap v1.8.2
32852026-03-26T15:04:52.256Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32862026-03-26T15:04:52.386Z Compiling tagptr v0.2.0
32872026-03-26T15:04:52.405Z Compiling packed_struct v0.10.1
32882026-03-26T15:04:52.468Z Compiling funty v2.0.0
32892026-03-26T15:04:52.509Z Compiling slog-scope v4.4.1
32902026-03-26T15:04:52.572Z Compiling moka v0.12.13
32912026-03-26T15:04:52.658Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32922026-03-26T15:04:52.696Z Compiling typify v0.4.3
32932026-03-26T15:04:52.737Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32942026-03-26T15:04:52.778Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32952026-03-26T15:04:52.806Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32962026-03-26T15:04:52.836Z Compiling progenitor-impl v0.10.0
32972026-03-26T15:04:52.884Z Compiling bitvec v1.0.1
32982026-03-26T15:04:52.902Z Compiling polyval v0.6.2
32992026-03-26T15:04:53.101Z Compiling packed_struct_codegen v0.10.1
33002026-03-26T15:04:53.118Z Compiling zerocopy-derive v0.6.6
33012026-03-26T15:04:53.165Z Compiling bitfield-macros v0.19.4
33022026-03-26T15:04:53.410Z Compiling proc-macro-error-attr2 v2.0.0
33032026-03-26T15:04:53.720Z Compiling indexmap v1.9.3
33042026-03-26T15:04:53.861Z Compiling nodrop v0.1.14
33052026-03-26T15:04:53.880Z Compiling parking_lot_core v0.8.6
33062026-03-26T15:04:53.883Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33072026-03-26T15:04:53.883Z Compiling crc-catalog v2.4.0
33082026-03-26T15:04:53.936Z Compiling bitfield v0.19.4
33092026-03-26T15:04:53.986Z Compiling array-init v0.0.4
33102026-03-26T15:04:54.009Z Compiling crc v3.4.0
33112026-03-26T15:04:54.037Z Compiling proc-macro-error2 v2.0.1
33122026-03-26T15:04:54.041Z Compiling zerocopy v0.6.6
33132026-03-26T15:04:54.149Z Compiling hickory-resolver v0.25.2
33142026-03-26T15:04:54.200Z Compiling ghash v0.5.1
33152026-03-26T15:04:54.245Z Compiling smallvec v0.6.14
33162026-03-26T15:04:54.263Z Compiling slog-stdlog v4.1.1
33172026-03-26T15:04:54.304Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33182026-03-26T15:04:54.370Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33192026-03-26T15:04:54.370Z Compiling git-stub v1.0.0
33202026-03-26T15:04:54.406Z Compiling ctr v0.9.2
33212026-03-26T15:04:54.406Z Compiling num-derive v0.3.3
33222026-03-26T15:04:54.438Z Compiling lzma-sys v0.1.20
33232026-03-26T15:04:54.481Z Compiling hashbrown v0.12.3
33242026-03-26T15:04:54.502Z Compiling unicase v2.9.0
33252026-03-26T15:04:54.544Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33262026-03-26T15:04:54.646Z Compiling aes-gcm v0.10.3
33272026-03-26T15:04:54.675Z Compiling git-stub-vcs v0.1.0
33282026-03-26T15:04:54.738Z Compiling mime_guess v2.0.5
33292026-03-26T15:04:54.797Z Compiling serde-hex v0.1.0
33302026-03-26T15:04:54.862Z Compiling slog-envlogger v2.2.0
33312026-03-26T15:04:54.907Z Compiling tabled_derive v0.11.0
33322026-03-26T15:04:55.068Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33332026-03-26T15:04:55.328Z Compiling progenitor-impl v0.11.2
33342026-03-26T15:04:55.363Z Compiling libscf-sys v1.1.0
33352026-03-26T15:04:55.401Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33362026-03-26T15:04:55.419Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33372026-03-26T15:04:55.532Z Compiling ron v0.8.1
33382026-03-26T15:04:55.536Z Compiling progenitor-macro v0.10.0
33392026-03-26T15:04:55.564Z Compiling papergrid v0.17.0
33402026-03-26T15:04:55.594Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
33412026-03-26T15:04:55.628Z Compiling cargo_toml v0.22.3
33422026-03-26T15:04:55.868Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33432026-03-26T15:04:55.964Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33442026-03-26T15:04:55.988Z Compiling progenitor v0.13.0
33452026-03-26T15:04:56.061Z Compiling hashbrown v0.13.2
33462026-03-26T15:04:56.107Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33472026-03-26T15:04:56.132Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33482026-03-26T15:04:56.160Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33492026-03-26T15:04:56.532Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33502026-03-26T15:04:56.556Z Compiling testing_table v0.3.0
33512026-03-26T15:04:56.575Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33522026-03-26T15:04:56.592Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33532026-03-26T15:04:56.806Z Compiling ssh-encoding v0.2.0
33542026-03-26T15:04:56.861Z Compiling blowfish v0.9.1
33552026-03-26T15:04:57.007Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33562026-03-26T15:04:57.070Z Compiling nibble_vec v0.1.0
33572026-03-26T15:04:57.134Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33582026-03-26T15:04:57.151Z Compiling corncobs v0.1.4
33592026-03-26T15:04:57.170Z Compiling crc-any v2.5.0
33602026-03-26T15:04:57.244Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33612026-03-26T15:04:57.365Z Compiling endian-type v0.1.2
33622026-03-26T15:04:57.384Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33632026-03-26T15:04:57.384Z Compiling bcrypt-pbkdf v0.10.0
33642026-03-26T15:04:57.446Z Compiling ssh-cipher v0.2.0
33652026-03-26T15:04:57.492Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33662026-03-26T15:04:57.512Z Compiling radix_trie v0.2.1
33672026-03-26T15:04:57.543Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33682026-03-26T15:04:57.658Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33692026-03-26T15:04:57.774Z Compiling tabled v0.20.0
33702026-03-26T15:04:57.841Z Compiling object v0.30.4
33712026-03-26T15:04:57.857Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33722026-03-26T15:04:57.973Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33732026-03-26T15:04:58.028Z Compiling progenitor-macro v0.11.2
33742026-03-26T15:04:58.088Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33752026-03-26T15:04:58.191Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33762026-03-26T15:04:58.487Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33772026-03-26T15:04:58.599Z Compiling parking_lot v0.11.2
33782026-03-26T15:04:59.030Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33792026-03-26T15:04:59.090Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33802026-03-26T15:04:59.162Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33812026-03-26T15:04:59.274Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33822026-03-26T15:04:59.465Z Compiling progenitor-client v0.11.2
33832026-03-26T15:04:59.584Z Compiling prefix-trie v0.7.0
33842026-03-26T15:04:59.630Z Compiling password-hash v0.4.2
33852026-03-26T15:04:59.685Z Compiling fxhash v0.2.1
33862026-03-26T15:04:59.814Z Compiling secrecy v0.8.0
33872026-03-26T15:04:59.858Z Compiling half v1.8.3
33882026-03-26T15:04:59.993Z Compiling http-range v0.1.5
33892026-03-26T15:05:00.012Z Compiling path-slash v0.1.5
33902026-03-26T15:05:00.162Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33912026-03-26T15:05:00.187Z Compiling serde_cbor v0.11.2
33922026-03-26T15:05:00.211Z Compiling hickory-server v0.25.2
33932026-03-26T15:05:00.227Z Compiling pbkdf2 v0.11.0
33942026-03-26T15:05:00.259Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33952026-03-26T15:05:00.479Z Compiling sled v0.34.7
33962026-03-26T15:05:00.611Z Compiling progenitor v0.10.0
33972026-03-26T15:05:00.797Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33982026-03-26T15:05:00.851Z Compiling ron v0.12.0
33992026-03-26T15:05:00.895Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34002026-03-26T15:05:01.335Z Compiling xz2 v0.1.7
34012026-03-26T15:05:01.603Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34022026-03-26T15:05:01.669Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34032026-03-26T15:05:01.738Z Compiling hickory-client v0.25.2
34042026-03-26T15:05:01.818Z Compiling ssh-key v0.6.7
34052026-03-26T15:05:02.159Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
34062026-03-26T15:05:02.197Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34072026-03-26T15:05:02.263Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
34082026-03-26T15:05:02.351Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34092026-03-26T15:05:02.444Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34102026-03-26T15:05:02.757Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34112026-03-26T15:05:02.847Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34122026-03-26T15:05:02.926Z Compiling p256 v0.13.2
34132026-03-26T15:05:03.025Z Compiling p521 v0.13.3
34142026-03-26T15:05:03.076Z Compiling yasna v0.5.2
34152026-03-26T15:05:03.145Z Compiling progenitor v0.11.2
34162026-03-26T15:05:03.161Z Compiling kstat-rs v0.2.4
34172026-03-26T15:05:03.291Z Compiling headers-core v0.3.0
34182026-03-26T15:05:03.335Z Compiling nanorand v0.7.0
34192026-03-26T15:05:03.338Z Compiling atty v0.2.14
34202026-03-26T15:05:03.367Z Compiling russh-cryptovec v0.7.3
34212026-03-26T15:05:03.453Z Compiling base16ct v1.0.0
34222026-03-26T15:05:03.493Z Compiling home v0.5.12
34232026-03-26T15:05:03.498Z Compiling md5 v0.7.0
34242026-03-26T15:05:03.553Z Compiling crc8 v0.1.1
34252026-03-26T15:05:03.569Z Compiling flume v0.11.1
34262026-03-26T15:05:03.587Z Compiling rcgen v0.12.1
34272026-03-26T15:05:03.604Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34282026-03-26T15:05:03.665Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
34292026-03-26T15:05:03.683Z Compiling russh-keys v0.45.0
34302026-03-26T15:05:03.701Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34312026-03-26T15:05:03.797Z Compiling headers v0.4.1
34322026-03-26T15:05:03.814Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34332026-03-26T15:05:03.907Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34342026-03-26T15:05:04.030Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34352026-03-26T15:05:04.165Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34362026-03-26T15:05:04.311Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34372026-03-26T15:05:04.328Z Compiling hyper-staticfile v0.10.1
34382026-03-26T15:05:04.425Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34392026-03-26T15:05:04.484Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34402026-03-26T15:05:04.943Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34412026-03-26T15:05:04.943Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34422026-03-26T15:05:04.943Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34432026-03-26T15:05:04.943Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34442026-03-26T15:05:05.062Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34452026-03-26T15:05:05.193Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34462026-03-26T15:05:05.225Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34472026-03-26T15:05:05.287Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34482026-03-26T15:05:05.388Z Compiling num-bigint v0.4.6
34492026-03-26T15:05:05.527Z Compiling des v0.8.1
34502026-03-26T15:05:05.557Z Compiling subprocess v0.2.15
34512026-03-26T15:05:05.639Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34522026-03-26T15:05:05.751Z Compiling hex-literal v0.4.1
34532026-03-26T15:05:05.772Z Compiling display-error-chain v0.2.2
34542026-03-26T15:05:05.892Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34552026-03-26T15:05:05.940Z Compiling colored v2.2.0
34562026-03-26T15:05:06.022Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34572026-03-26T15:05:06.093Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34582026-03-26T15:05:06.134Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34592026-03-26T15:05:06.291Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34602026-03-26T15:05:06.333Z Compiling socket2 v0.5.10
34612026-03-26T15:05:06.337Z Compiling internet-checksum v0.2.1
34622026-03-26T15:05:06.517Z Compiling russh v0.45.0
34632026-03-26T15:05:08.847Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34642026-03-26T15:05:09.538Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34652026-03-26T15:05:10.026Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34662026-03-26T15:05:10.071Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34672026-03-26T15:05:17.739Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34682026-03-26T15:05:17.739Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34692026-03-26T15:05:17.743Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34702026-03-26T15:05:17.743Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34712026-03-26T15:05:19.407Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34722026-03-26T15:05:19.554Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34732026-03-26T15:05:23.614Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34742026-03-26T15:05:43.283Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34752026-03-26T15:06:01.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
34762026-03-26T15:06:01.341Z
34772026-03-26T15:06:01.341Zreal 1:22.381658099
34782026-03-26T15:06:01.341Zuser 8:14.288983390
34792026-03-26T15:06:01.341Zsys 1:39.702644311
34802026-03-26T15:06:01.341Ztrap 0.270470311
34812026-03-26T15:06:01.341Ztflt 0.506388472
34822026-03-26T15:06:01.344Zdflt 1.711038719
34832026-03-26T15:06:01.344Zkflt 0.000551261
34842026-03-26T15:06:01.344Zlock 29:28.379077216
34852026-03-26T15:06:01.344Zslp 19:15.708412838
34862026-03-26T15:06:01.344Zlat 41.725157295
34872026-03-26T15:06:01.344Zstop 2:51.284701703
34882026-03-26T15:06:01.345Z+ mkdir tests
34892026-03-26T15:06:01.348Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34902026-03-26T15:06:01.348Z+ xargs -I '{}' -t cp '{}' tests/
34912026-03-26T15:06:01.381Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-2a90c53dd433ac59 tests/
34922026-03-26T15:06:01.411Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ae677418c16c6843 tests/
34932026-03-26T15:06:01.441Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-bc7afc413043124b tests/
34942026-03-26T15:06:01.472Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-e50494250465b102 tests/
34952026-03-26T15:06:01.698Z+ 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/*)
34962026-03-26T15:06:01.701Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-ae677418c16c6843 tests/commtest-bc7afc413043124b tests/dhcp_server-2a90c53dd433ac59 tests/end_to_end_tests-e50494250465b102 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34972026-03-26T15:07:23.728ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34982026-03-26T15:07:23.728Za .github/buildomat/ci-env.sh 1K
34992026-03-26T15:07:23.728Za out/target/test 1K
35002026-03-26T15:07:23.728Za out/npuzone/npuzone 27402K
35012026-03-26T15:07:23.728Za package-manifest.toml 35K
35022026-03-26T15:07:23.728Za smf/sled-agent/non-gimlet/config.toml 6K
35032026-03-26T15:07:23.728Za target/release/omicron-package 45787K
35042026-03-26T15:07:23.728Za target/release/xtask 11433K
35052026-03-26T15:07:23.728Za target/debug/bootstrap 338340K
35062026-03-26T15:07:23.728Za tests/bootstrap-ae677418c16c6843 31310K
35072026-03-26T15:07:23.728Za tests/commtest-bc7afc413043124b 32395K
35082026-03-26T15:07:23.728Za tests/dhcp_server-2a90c53dd433ac59 31310K
35092026-03-26T15:07:23.728Za tests/end_to_end_tests-e50494250465b102 380565K
35102026-03-26T15:07:23.728Za out/clickhouse.tar.gz 309161K
35112026-03-26T15:07:23.728Za out/clickhouse_keeper.tar.gz 294627K
35122026-03-26T15:07:23.728Za out/clickhouse_server.tar.gz 309160K
35132026-03-26T15:07:23.728Za out/cockroachdb.tar.gz 157644K
35142026-03-26T15:07:23.728Za out/crucible-pantry-zone.tar.gz 40450K
35152026-03-26T15:07:23.728Za out/crucible-utils.tar 17744K
35162026-03-26T15:07:23.728Za out/crucible-zone.tar.gz 54588K
35172026-03-26T15:07:23.728Za out/external-dns.tar.gz 45055K
35182026-03-26T15:07:23.728Za out/internal-dns.tar.gz 45054K
35192026-03-26T15:07:23.728Za out/mg-ddm-gz.tar 78377K
35202026-03-26T15:07:23.728Za out/nexus.tar.gz 215666K
35212026-03-26T15:07:23.728Za out/ntp.tar.gz 26880K
35222026-03-26T15:07:23.728Za out/omicron-gateway-softnpu.tar.gz 28434K
35232026-03-26T15:07:23.728Za out/omicron-sled-agent.tar 194062K
35242026-03-26T15:07:23.728Za out/overlay.tar.gz 3K
35252026-03-26T15:07:23.728Za out/oximeter.tar.gz 59547K
35262026-03-26T15:07:23.728Za out/oxlog.tar 3782K
35272026-03-26T15:07:23.728Za out/probe.tar.gz 3037K
35282026-03-26T15:07:23.728Za out/propolis-server.tar.gz 33249K
35292026-03-26T15:07:23.729Za out/pumpkind-gz.tar 26647K
35302026-03-26T15:07:23.729Za out/switch-softnpu.tar.gz 370950K
35312026-03-26T15:07:23.732Z
35322026-03-26T15:07:23.732Zreal 1:22.013979443
35332026-03-26T15:07:23.732Zuser 1:19.460426449
35342026-03-26T15:07:23.732Zsys 4.218646494
35352026-03-26T15:07:23.732Ztrap 0.007202054
35362026-03-26T15:07:23.732Ztflt 0.000000000
35372026-03-26T15:07:23.732Zdflt 0.000000000
35382026-03-26T15:07:23.732Zkflt 0.000000000
35392026-03-26T15:07:23.732Zlock 0.000000000
35402026-03-26T15:07:23.732Zslp 1:19.380577838
35412026-03-26T15:07:23.733Zlat 0.956886326
35422026-03-26T15:07:23.733Zstop 0.000271824
35432026-03-26T15:07:23.733Zprocess exited: duration 1202250 ms, exit code 0
 
35442026-03-26T15:07:23.747Zfound 1 output files
35452026-03-26T15:07:23.771Zuploading: /work/package.tar.gz (2325335380 bytes)
35462026-03-26T15:07:50.844Zuploaded: /work/package.tar.gz