01KQJ4PHWQ54MQGB2KN0KQ9Q19: 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: 01KQJ4QA6M34WHR0SNJJQVNN6Y

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-01T16:08:23.990Zjob assigned to worker 01KQJ4QEAJ3ED3CXFM2YS6KM60 [factory aws, i-06ce76e40b6fbaede] (queued for 47 s)
 
22026-05-01T16:08:31.465Zstarting task 0: "setup"
32026-05-01T16:08:31.468Z++ uname -s
42026-05-01T16:08:31.471Z+ kern=SunOS
52026-05-01T16:08:31.471Z+ build_user=build
62026-05-01T16:08:31.471Z+ build_uid=12345
72026-05-01T16:08:31.471Z+ work_dir=/work
82026-05-01T16:08:31.471Z+ input_dir=/input
92026-05-01T16:08:31.471Z+ [[ 0 == 12345 ]]
102026-05-01T16:08:31.472Z+ case "$kern" in
112026-05-01T16:08:31.472Z+ groupadd -g 12345 build
122026-05-01T16:08:31.475Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-01T16:08:33.479Z+ zfs create -o mountpoint=/work rpool/work
142026-05-01T16:08:33.612Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-01T16:08:33.615Z+ home_fs=zfs
162026-05-01T16:08:33.615Z+ [[ zfs == autofs ]]
172026-05-01T16:08:33.615Z+ mkdir -p /home/build
182026-05-01T16:08:33.615Z+ chown build:build /home/build /work
192026-05-01T16:08:35.617Z+ chmod 0700 /home/build /work
202026-05-01T16:08:35.621Zprocess exited: duration 4159 ms, exit code 0
 
212026-05-01T16:08:35.627Zstarting task 1: "rust-toolchain"
222026-05-01T16:08:35.634Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-01T16:08:35.634Z * rust toolchain channel = "1.94.0"
242026-05-01T16:08:35.634Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-01T16:08:35.634Z * rust toolchain profile = "default"
262026-05-01T16:08:35.634Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-01T16:08:35.634Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-01T16:08:35.638Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-01T16:08:35.638Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-01T16:08:35.760Zinfo: downloading installer
312026-05-01T16:08:37.238Zwarn: It looks like you have an existing installation of Rust at:
322026-05-01T16:08:37.238Zwarn: /opt/ooce/bin
332026-05-01T16:08:37.238Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-01T16:08:37.238Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-01T16:08:37.238Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-01T16:08:37.238Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-01T16:08:37.238Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-01T16:08:37.238Zerror: cannot install while Rust is installed
392026-05-01T16:08:37.238Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-01T16:08:37.238Zwarn: It looks like you have an existing rustup settings file at:
412026-05-01T16:08:37.239Zwarn: /home/build/.rustup/settings.toml
422026-05-01T16:08:37.239Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-01T16:08:37.239Zwarn: instead of the one inferred from the default host triple.
442026-05-01T16:08:37.252Zinfo: profile set to default
452026-05-01T16:08:37.252Zinfo: default host triple is x86_64-unknown-illumos
462026-05-01T16:08:37.255Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-01T16:08:37.396Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-01T16:08:37.399Zinfo: downloading 6 components
492026-05-01T16:08:53.073Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-05-01T16:08:53.073Z
512026-05-01T16:08:53.099Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-01T16:08:53.099Z
532026-05-01T16:08:53.100Z
542026-05-01T16:08:53.100ZRust is installed now. Great!
552026-05-01T16:08:53.100Z
562026-05-01T16:08:53.100ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-01T16:08:53.100Zenvironment variable. This has not been done automatically.
582026-05-01T16:08:53.100Z
592026-05-01T16:08:53.100ZTo configure your current shell, you need to source
602026-05-01T16:08:53.100Zthe corresponding env file under $HOME/.cargo.
612026-05-01T16:08:53.100Z
622026-05-01T16:08:53.100ZThis is usually done by running one of the following (note the leading DOT):
632026-05-01T16:08:53.101Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-01T16:08:53.101Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-01T16:08:53.101Zsource "~/.cargo/env.nu" # For nushell
662026-05-01T16:08:53.101Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-01T16:08:53.101Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-01T16:08:53.101Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-01T16:08:53.104Zwarn: no default linker (`cc`) was found in your PATH
702026-05-01T16:08:53.104Zwarn: many Rust crates require a system C toolchain to build
712026-05-01T16:08:53.199Z+ rustup --version
722026-05-01T16:08:53.204Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-01T16:08:53.204Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-01T16:08:53.226Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-01T16:08:53.229Z+ cargo --version
762026-05-01T16:08:53.237Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-01T16:08:53.240Z+ rustc --version
782026-05-01T16:08:53.260Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-01T16:08:53.276Zprocess exited: duration 17637 ms, exit code 0
 
802026-05-01T16:08:53.285Zstarting task 2: "authentication"
812026-05-01T16:08:53.305Zprocess exited: duration 21 ms, exit code 0
 
822026-05-01T16:08:53.312Zstarting task 3: "clone repository"
832026-05-01T16:08:53.316Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-01T16:08:53.319Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-01T16:08:53.352ZCloning into '/work/oxidecomputer/omicron'...
862026-05-01T16:09:02.278Z+ cd /work/oxidecomputer/omicron
872026-05-01T16:09:02.278Z+ git fetch origin 92d912bffebeeb6123ec4ba297b4c89f17063f87
882026-05-01T16:09:02.621ZFrom https://github.com/oxidecomputer/omicron
892026-05-01T16:09:02.621Z * branch 92d912bffebeeb6123ec4ba297b4c89f17063f87 -> FETCH_HEAD
902026-05-01T16:09:02.635Z+ [[ -n zl/multicast-mgd-ddm ]]
912026-05-01T16:09:02.637Z++ git branch --show-current
922026-05-01T16:09:02.640Z+ current=main
932026-05-01T16:09:02.640Z+ [[ main != zl/multicast-mgd-ddm ]]
942026-05-01T16:09:02.640Z+ git branch -f zl/multicast-mgd-ddm 92d912bffebeeb6123ec4ba297b4c89f17063f87
952026-05-01T16:09:02.643Z+ git checkout -f zl/multicast-mgd-ddm
962026-05-01T16:09:02.875ZSwitched to branch 'zl/multicast-mgd-ddm'
972026-05-01T16:09:02.879Z+ git reset --hard 92d912bffebeeb6123ec4ba297b4c89f17063f87
982026-05-01T16:09:02.907ZHEAD is now at 92d912bff [multicast] connect MGD and DDM to Omicron
992026-05-01T16:09:02.910Zprocess exited: duration 9597 ms, exit code 0
 
1002026-05-01T16:09:02.916Zstarting task 4: "build"
1012026-05-01T16:09:02.921Z+ source .github/buildomat/ci-env.sh
1022026-05-01T16:09:02.921Z++ export CARGO_TERM_COLOR=always
1032026-05-01T16:09:02.922Z++ CARGO_TERM_COLOR=always
1042026-05-01T16:09:02.922Z+ cargo --version
1052026-05-01T16:09:02.931Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-05-01T16:09:02.934Z+ rustc --version
1072026-05-01T16:09:02.955Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-05-01T16:09:02.958Z+ WORK=/work
1092026-05-01T16:09:02.958Z+ pfexec mkdir -p /work
1102026-05-01T16:09:02.961Z+ pfexec chown build /work
1112026-05-01T16:09:02.964Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-05-01T16:09:12.710Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-05-01T16:09:20.075Z Startup: Caching catalogs ... Done
1142026-05-01T16:09:26.743ZPlanning: Solver setup ... Done (5.159s)
1152026-05-01T16:09:26.779ZPlanning: Running solver ... Done (0.036s)
1162026-05-01T16:09:26.907ZPlanning: Finding local manifests ... Done (0.003s)
1172026-05-01T16:09:27.359ZPlanning: Fetching manifests: 0/5 0% complete
1182026-05-01T16:09:28.761ZPlanning: Fetching manifests: 5/5 100% complete
1192026-05-01T16:09:28.797ZPlanning: Package planning ... Done (0.036s)
1202026-05-01T16:09:28.834ZPlanning: Merging actions ... Done (0.036s)
1212026-05-01T16:09:29.015ZPlanning: Checking for conflicting actions ... Done (0.182s)
1222026-05-01T16:09:29.024ZPlanning: Consolidating action changes ... Done (0.009s)
1232026-05-01T16:09:29.865ZPlanning: Evaluating mediators ... Done (0.841s)
1242026-05-01T16:09:29.872ZPlanning: Planning completed in 9.63 seconds
1252026-05-01T16:09:29.885Z Packages to install: 5
1262026-05-01T16:09:29.885Z Mediators to change: 3
1272026-05-01T16:09:29.885Z Services to change: 1
1282026-05-01T16:09:29.885Z Estimated space available: 155.34 GB
1292026-05-01T16:09:29.885ZEstimated space to be consumed: 1.89 GB
1302026-05-01T16:09:29.889Z Create boot environment: No
1312026-05-01T16:09:29.889ZCreate backup boot environment: No
1322026-05-01T16:09:29.889Z Rebuild boot archive: No
1332026-05-01T16:09:29.889Z
1342026-05-01T16:09:29.889ZChanged mediators:
1352026-05-01T16:09:29.889Z mediator clang:
1362026-05-01T16:09:29.889Z version: None -> 15 (system default)
1372026-05-01T16:09:29.889Z
1382026-05-01T16:09:29.889Z mediator llvm:
1392026-05-01T16:09:29.889Z version: 14 (system default) -> 15 (system default)
1402026-05-01T16:09:29.889Z
1412026-05-01T16:09:29.889Z mediator postgresql:
1422026-05-01T16:09:29.889Z version: 15 (system default) -> 18 (system default)
1432026-05-01T16:09:29.889Z
1442026-05-01T16:09:29.889ZChanged packages:
1452026-05-01T16:09:29.889Zhelios-dev
1462026-05-01T16:09:29.889Z developer/build-essential
1472026-05-01T16:09:29.889Z None -> 11-2.0
1482026-05-01T16:09:29.889Z library/libxmlsec1
1492026-05-01T16:09:29.890Z None -> 1.2.35-2.0
1502026-05-01T16:09:29.890Z ooce/developer/clang-15
1512026-05-01T16:09:29.890Z None -> 15.0.7-2.0
1522026-05-01T16:09:29.890Z ooce/developer/llvm-15
1532026-05-01T16:09:29.890Z None -> 15.0.7-2.0
1542026-05-01T16:09:29.890Z ooce/library/postgresql-18
1552026-05-01T16:09:29.890Z None -> 18.1-2.0
1562026-05-01T16:09:29.890Z
1572026-05-01T16:09:29.890ZServices:
1582026-05-01T16:09:29.890Z restart_fmri:
1592026-05-01T16:09:29.890Z svc:/system/update-man-index:default
1602026-05-01T16:09:29.930Z
1612026-05-01T16:09:29.930ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1622026-05-01T16:09:35.213ZDownload: 1189/4272 items 83.3/219.0MB 38% complete (16.9M/s)
1632026-05-01T16:09:40.213ZDownload: 1945/4272 items 118.3/219.0MB 54% complete (11.8M/s)
1642026-05-01T16:09:45.745ZDownload: 3246/4272 items 203.1/219.0MB 92% complete (17.8M/s)
1652026-05-01T16:09:50.747ZDownload: 3961/4272 items 213.9/219.0MB 97% complete (9.5M/s)
1662026-05-01T16:10:01.339ZDownload: 4253/4272 items 218.9/219.0MB 99% complete (5.5M/s)
1672026-05-01T16:10:01.380ZDownload: Completed 218.99 MB in 31.45 seconds (7.0M/s)
1682026-05-01T16:10:01.527Z Actions: 1/4789 actions (Installing new actions)
1692026-05-01T16:10:04.978Z Actions: Completed 4789 actions in 3.45 seconds.
1702026-05-01T16:10:05.259Z Done (0.276s)
1712026-05-01T16:10:05.259Z Done (0.000s)
1722026-05-01T16:10:05.903Z Done (0.632s)
1732026-05-01T16:10:09.398Z Done (3.167s)
1742026-05-01T16:10:09.476Z Done (0.013s)
1752026-05-01T16:10:09.479Z Done (0.000s)
1762026-05-01T16:10:09.717Z Done (0.000s)
1772026-05-01T16:10:10.570ZPlanning: Evaluating mediator changes ... Done
1782026-05-01T16:10:10.678ZPlanning: Checking for conflicting actions ... Done
1792026-05-01T16:10:10.682ZPlanning: Consolidating action changes ... Done
1802026-05-01T16:10:10.833ZPlanning: Evaluating mediators ... Done
1812026-05-01T16:10:10.836ZPlanning: Planning completed in 0.26 seconds
1822026-05-01T16:10:10.854Z Mediators to change: 2
1832026-05-01T16:10:10.854Z Create boot environment: No
1842026-05-01T16:10:10.854ZCreate backup boot environment: No
1852026-05-01T16:10:10.914Z Done
1862026-05-01T16:10:10.914Z Done
1872026-05-01T16:10:11.509Z Done
1882026-05-01T16:10:13.977Z Done
1892026-05-01T16:10:14.047Z Done
1902026-05-01T16:10:14.050Z Done
1912026-05-01T16:10:14.151Z Done
1922026-05-01T16:10:14.406ZPlanning: Evaluating mediator changes ... Done
1932026-05-01T16:10:14.512ZPlanning: Checking for conflicting actions ... Done
1942026-05-01T16:10:14.515ZPlanning: Consolidating action changes ... Done
1952026-05-01T16:10:14.671ZPlanning: Evaluating mediators ... Done
1962026-05-01T16:10:14.674ZPlanning: Planning completed in 0.27 seconds
1972026-05-01T16:10:14.692Z Mediators to change: 1
1982026-05-01T16:10:14.692Z Create boot environment: No
1992026-05-01T16:10:14.693ZCreate backup boot environment: No
2002026-05-01T16:10:14.739Z Done
2012026-05-01T16:10:14.739Z Done
2022026-05-01T16:10:15.337Z Done
2032026-05-01T16:10:17.740Z Done
2042026-05-01T16:10:17.808Z Done
2052026-05-01T16:10:17.811Z Done
2062026-05-01T16:10:17.948Z Done
2072026-05-01T16:10:18.228ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2082026-05-01T16:10:18.228Zclang system 15 system
2092026-05-01T16:10:18.228Zcsh system system illumos
2102026-05-01T16:10:18.228Zctags system system illumos
2112026-05-01T16:10:18.228Zfile system system illumos
2122026-05-01T16:10:18.228Zgcc vendor 12 vendor
2132026-05-01T16:10:18.228Zgcc system 14 system
2142026-05-01T16:10:18.228Zgcc system 10 system
2152026-05-01T16:10:18.228Zgo system 1.20 system
2162026-05-01T16:10:18.228Zgo system 1.19 system
2172026-05-01T16:10:18.228Zllvm system 15 system
2182026-05-01T16:10:18.229Zllvm system 14 system
2192026-05-01T16:10:18.229Zmariadb system 10.6 system
2202026-05-01T16:10:18.229Zmta vendor vendor dma
2212026-05-01T16:10:18.229Zopenjdk system 17 system
2222026-05-01T16:10:18.229Zopenjdk system 11 system
2232026-05-01T16:10:18.229Zopenjdk system 1.8 system
2242026-05-01T16:10:18.229Zopenssl vendor 3 vendor
2252026-05-01T16:10:18.229Zperl system 5.36 system
2262026-05-01T16:10:18.229Zpostgresql system 18 system
2272026-05-01T16:10:18.229Zpostgresql system 15 system
2282026-05-01T16:10:18.229Zpostgresql system 13 system
2292026-05-01T16:10:18.229Zpython vendor 3 vendor
2302026-05-01T16:10:18.229Zpython system 2 system
2312026-05-01T16:10:18.229Zpython3 system 3.11 system
2322026-05-01T16:10:18.229Zruby system 3.0 system
2332026-05-01T16:10:18.229Zwords vendor vendor american-english
2342026-05-01T16:10:18.229Zwords system system australian-english
2352026-05-01T16:10:18.229Zwords system system british-english
2362026-05-01T16:10:18.229Zwords system system canadian-english
2372026-05-01T16:10:18.229Zwords system system french
2382026-05-01T16:10:18.229Zwords system system italian
2392026-05-01T16:10:18.229Zwords system system ngerman
2402026-05-01T16:10:18.229Zwords system system ogerman
2412026-05-01T16:10:18.229Zwords system system spanish
2422026-05-01T16:10:18.449ZPUBLISHER TYPE STATUS P LOCATION
2432026-05-01T16:10:18.449Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2442026-05-01T16:10:22.954ZFMRI IFO
2452026-05-01T16:10:22.954Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2462026-05-01T16:10:22.954Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2472026-05-01T16:10:22.954Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2482026-05-01T16:10:22.954Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2492026-05-01T16:10:22.954Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2502026-05-01T16:10:22.954Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2512026-05-01T16:10:22.954Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2522026-05-01T16:10:22.954Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2532026-05-01T16:10:22.954Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2542026-05-01T16:10:22.954Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2552026-05-01T16:10:22.954Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2562026-05-01T16:10:22.954Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2572026-05-01T16:10:22.954Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2582026-05-01T16:10:22.954Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2592026-05-01T16:10:22.954Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2602026-05-01T16:10:22.954Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2612026-05-01T16:10:22.954Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2622026-05-01T16:10:24.068Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2632026-05-01T16:10:24.325Z Updating crates.io index
2642026-05-01T16:10:24.328Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2652026-05-01T16:10:24.588Z Updating git repository `https://github.com/oxidecomputer/lldp`
2662026-05-01T16:10:25.522Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2672026-05-01T16:10:25.996Z Updating git repository `https://github.com/oxidecomputer/propolis`
2682026-05-01T16:10:27.210Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2692026-05-01T16:10:27.748Z Updating git repository `https://github.com/oxidecomputer/crucible`
2702026-05-01T16:10:29.125Z Updating git repository `https://github.com/oxidecomputer/opte`
2712026-05-01T16:10:29.847Z Updating git repository `https://github.com/oxidecomputer/tofino`
2722026-05-01T16:10:30.341Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2732026-05-01T16:10:31.216Z Updating git repository `https://github.com/oxidecomputer/clickward`
2742026-05-01T16:10:31.967Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2752026-05-01T16:10:32.412Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2762026-05-01T16:10:32.742Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2772026-05-01T16:10:33.790Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2782026-05-01T16:10:34.263Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-05-01T16:10:34.581Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2802026-05-01T16:10:34.923Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2812026-05-01T16:10:35.305Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2822026-05-01T16:10:35.615Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2832026-05-01T16:10:35.849Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2842026-05-01T16:10:36.121Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2852026-05-01T16:10:36.504Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2862026-05-01T16:10:36.892Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2872026-05-01T16:10:37.855Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2882026-05-01T16:10:38.173Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2892026-05-01T16:10:38.499Z Updating git repository `https://github.com/oxidecomputer/ispf`
2902026-05-01T16:10:38.792Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2912026-05-01T16:10:39.987Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2922026-05-01T16:10:40.859Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2932026-05-01T16:10:41.162Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2942026-05-01T16:10:41.549Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2952026-05-01T16:10:41.894Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2962026-05-01T16:10:42.222Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2972026-05-01T16:10:42.816Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2982026-05-01T16:10:43.108Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2992026-05-01T16:10:43.349Z Updating git repository `https://github.com/illumos/smf-rs`
3002026-05-01T16:10:43.727Z Updating git repository `https://github.com/oxidecomputer/omicron`
3012026-05-01T16:10:55.429Z Downloading crates ...
3022026-05-01T16:10:55.489Z Downloaded anstream v1.0.0
3032026-05-01T16:10:55.496Z Downloaded clap_derive v4.6.1
3042026-05-01T16:10:55.499Z Downloaded thiserror v2.0.18
3052026-05-01T16:10:55.502Z Downloaded clap_lex v1.0.0
3062026-05-01T16:10:55.502Z Downloaded cargo-platform v0.2.0
3072026-05-01T16:10:55.505Z Downloaded autocfg v1.5.0
3082026-05-01T16:10:55.508Z Downloaded cargo-util-schemas v0.8.2
3092026-05-01T16:10:55.508Z Downloaded anstyle v1.0.14
3102026-05-01T16:10:55.513Z Downloaded clap v4.6.1
3112026-05-01T16:10:55.519Z Downloaded equivalent v1.0.2
3122026-05-01T16:10:55.521Z Downloaded textwrap v0.16.2
3132026-05-01T16:10:55.521Z Downloaded cargo_metadata v0.21.0
3142026-05-01T16:10:55.524Z Downloaded cpufeatures v0.2.17
3152026-05-01T16:10:55.527Z Downloaded zerofrom v0.1.6
3162026-05-01T16:10:55.527Z Downloaded toml_datetime v0.6.11
3172026-05-01T16:10:55.531Z Downloaded utf8parse v0.2.2
3182026-05-01T16:10:55.534Z Downloaded pest_generator v2.8.6
3192026-05-01T16:10:55.534Z Downloaded log v0.4.29
3202026-05-01T16:10:55.534Z Downloaded zerofrom-derive v0.1.6
3212026-05-01T16:10:55.534Z Downloaded writeable v0.6.2
3222026-05-01T16:10:55.537Z Downloaded typeid v1.0.3
3232026-05-01T16:10:55.537Z Downloaded anstyle-parse v1.0.0
3242026-05-01T16:10:55.537Z Downloaded usdt v0.5.0
3252026-05-01T16:10:55.540Z Downloaded toml_edit v0.22.27
3262026-05-01T16:10:55.540Z Downloaded stable_deref_trait v1.2.1
3272026-05-01T16:10:55.543Z Downloaded usdt-macro v0.5.0
3282026-05-01T16:10:55.543Z Downloaded unicode-xid v0.2.6
3292026-05-01T16:10:55.543Z Downloaded anstyle-query v1.1.5
3302026-05-01T16:10:55.543Z Downloaded unicode-linebreak v0.1.5
3312026-05-01T16:10:55.546Z Downloaded thread-id v4.2.2
3322026-05-01T16:10:55.546Z Downloaded usdt-attr-macro v0.5.0
3332026-05-01T16:10:55.546Z Downloaded potential_utf v0.1.4
3342026-05-01T16:10:55.546Z Downloaded fnv v1.0.7
3352026-05-01T16:10:55.551Z Downloaded tabled_derive v0.7.0
3362026-05-01T16:10:55.551Z Downloaded dtrace-parser v0.2.0
3372026-05-01T16:10:55.551Z Downloaded block-buffer v0.10.4
3382026-05-01T16:10:55.551Z Downloaded zmij v1.0.21
3392026-05-01T16:10:55.554Z Downloaded quote v1.0.45
3402026-05-01T16:10:55.554Z Downloaded colorchoice v1.0.4
3412026-05-01T16:10:55.554Z Downloaded yoke-derive v0.8.1
3422026-05-01T16:10:55.554Z Downloaded utf8_iter v1.0.4
3432026-05-01T16:10:55.556Z Downloaded thiserror-impl v1.0.69
3442026-05-01T16:10:55.559Z Downloaded thiserror-impl v2.0.18
3452026-05-01T16:10:55.559Z Downloaded smawk v0.3.2
3462026-05-01T16:10:55.565Z Downloaded serde-untagged v0.1.9
3472026-05-01T16:10:55.565Z Downloaded percent-encoding v2.3.2
3482026-05-01T16:10:55.565Z Downloaded bytecount v0.6.9
3492026-05-01T16:10:55.565Z Downloaded heck v0.5.0
3502026-05-01T16:10:55.568Z Downloaded thiserror v1.0.69
3512026-05-01T16:10:55.568Z Downloaded version_check v0.9.5
3522026-05-01T16:10:55.568Z Downloaded scroll_derive v0.12.1
3532026-05-01T16:10:55.571Z Downloaded crypto-common v0.1.7
3542026-05-01T16:10:55.571Z Downloaded yoke v0.8.1
3552026-05-01T16:10:55.573Z Downloaded ucd-trie v0.1.7
3562026-05-01T16:10:55.573Z Downloaded toml_write v0.1.2
3572026-05-01T16:10:55.576Z Downloaded zerovec-derive v0.11.2
3582026-05-01T16:10:55.580Z Downloaded usdt-impl v0.5.0
3592026-05-01T16:10:55.581Z Downloaded memmap v0.7.0
3602026-05-01T16:10:55.585Z Downloaded tinystr v0.8.2
3612026-05-01T16:10:55.588Z Downloaded generic-array v0.14.7
3622026-05-01T16:10:55.588Z Downloaded heck v0.4.1
3632026-05-01T16:10:55.590Z Downloaded zerocopy-derive v0.7.35
3642026-05-01T16:10:55.590Z Downloaded unicode-ident v1.0.24
3652026-05-01T16:10:55.593Z Downloaded typenum v1.19.0
3662026-05-01T16:10:55.593Z Downloaded toml v0.8.23
3672026-05-01T16:10:55.596Z Downloaded url v2.5.8
3682026-05-01T16:10:55.599Z Downloaded is_terminal_polyfill v1.70.2
3692026-05-01T16:10:55.599Z Downloaded anyhow v1.0.102
3702026-05-01T16:10:55.602Z Downloaded zerotrie v0.2.3
3712026-05-01T16:10:55.602Z Downloaded serde-value v0.7.0
3722026-05-01T16:10:55.602Z Downloaded getrandom v0.4.1
3732026-05-01T16:10:55.605Z Downloaded pretty-hex v0.4.1
3742026-05-01T16:10:55.607Z Downloaded idna_adapter v1.2.1
3752026-05-01T16:10:55.610Z Downloaded fastrand v2.3.0
3762026-05-01T16:10:55.610Z Downloaded dof v0.3.0
3772026-05-01T16:10:55.613Z Downloaded macaddr v1.0.1
3782026-05-01T16:10:55.621Z Downloaded zerovec v0.11.5
3792026-05-01T16:10:55.624Z Downloaded plain v0.2.3
3802026-05-01T16:10:55.627Z Downloaded proc-macro-error-attr v1.0.4
3812026-05-01T16:10:55.627Z Downloaded form_urlencoded v1.2.2
3822026-05-01T16:10:55.630Z Downloaded zerocopy v0.7.35
3832026-05-01T16:10:55.635Z Downloaded sha2 v0.10.9
3842026-05-01T16:10:55.638Z Downloaded winnow v0.7.14
3852026-05-01T16:10:55.642Z Downloaded ordered-float v2.10.1
3862026-05-01T16:10:55.645Z Downloaded fs-err v3.3.0
3872026-05-01T16:10:55.645Z Downloaded serde_tokenstream v0.2.3
3882026-05-01T16:10:55.645Z Downloaded unicode-width v0.2.0
3892026-05-01T16:10:55.647Z Downloaded unicode-width v0.1.14
3902026-05-01T16:10:55.650Z Downloaded erased-serde v0.4.9
3912026-05-01T16:10:55.653Z Downloaded strsim v0.11.1
3922026-05-01T16:10:55.654Z Downloaded itoa v1.0.17
3932026-05-01T16:10:55.654Z Downloaded cfg-if v1.0.4
3942026-05-01T16:10:55.657Z Downloaded errno v0.3.14
3952026-05-01T16:10:55.660Z Downloaded serde_spanned v0.6.9
3962026-05-01T16:10:55.663Z Downloaded scroll v0.12.0
3972026-05-01T16:10:55.665Z Downloaded synstructure v0.13.2
3982026-05-01T16:10:55.665Z Downloaded cargo_toml v0.21.0
3992026-05-01T16:10:55.665Z Downloaded terminal_size v0.4.3
4002026-05-01T16:10:55.668Z Downloaded swrite v0.1.0
4012026-05-01T16:10:55.673Z Downloaded camino-tempfile v1.4.1
4022026-05-01T16:10:55.685Z Downloaded byteorder v1.5.0
4032026-05-01T16:10:55.688Z Downloaded displaydoc v0.2.5
4042026-05-01T16:10:55.691Z Downloaded pest_derive v2.8.6
4052026-05-01T16:10:55.696Z Downloaded tempfile v3.25.0
4062026-05-01T16:10:55.699Z Downloaded digest v0.10.7
4072026-05-01T16:10:55.699Z Downloaded smallvec v1.15.1
4082026-05-01T16:10:55.708Z Downloaded proc-macro-error v1.0.4
4092026-05-01T16:10:55.710Z Downloaded semver v1.0.27
4102026-05-01T16:10:55.718Z Downloaded bitflags v2.11.0
4112026-05-01T16:10:55.722Z Downloaded camino v1.2.2
4122026-05-01T16:10:55.730Z Downloaded indexmap v2.13.0
4132026-05-01T16:10:55.738Z Downloaded icu_normalizer_data v2.1.1
4142026-05-01T16:10:55.741Z Downloaded serde_derive v1.0.228
4152026-05-01T16:10:55.744Z Downloaded litemap v0.8.1
4162026-05-01T16:10:55.752Z Downloaded serde_core v1.0.228
4172026-05-01T16:10:55.755Z Downloaded papergrid v0.11.0
4182026-05-01T16:10:55.758Z Downloaded icu_provider v2.1.1
4192026-05-01T16:10:55.762Z Downloaded pest_meta v2.8.6
4202026-05-01T16:10:55.765Z Downloaded icu_locale_core v2.1.1
4212026-05-01T16:10:55.780Z Downloaded once_cell v1.21.3
4222026-05-01T16:10:55.782Z Downloaded proc-macro2 v1.0.106
4232026-05-01T16:10:55.782Z Downloaded num-traits v0.2.19
4242026-05-01T16:10:55.785Z Downloaded memchr v2.8.0
4252026-05-01T16:10:55.788Z Downloaded icu_properties v2.1.2
4262026-05-01T16:10:55.794Z Downloaded clap_builder v4.6.0
4272026-05-01T16:10:55.800Z Downloaded serde v1.0.228
4282026-05-01T16:10:55.803Z Downloaded icu_collections v2.1.1
4292026-05-01T16:10:55.806Z Downloaded icu_normalizer v2.1.1
4302026-05-01T16:10:55.823Z Downloaded pest v2.8.6
4312026-05-01T16:10:55.843Z Downloaded hashbrown v0.16.1
4322026-05-01T16:10:55.854Z Downloaded serde_json v1.0.149
4332026-05-01T16:10:55.858Z Downloaded idna v1.1.0
4342026-05-01T16:10:55.868Z Downloaded goblin v0.8.2
4352026-05-01T16:10:55.871Z Downloaded icu_properties_data v2.1.2
4362026-05-01T16:10:55.882Z Downloaded tabled v0.15.0
4372026-05-01T16:10:55.890Z Downloaded syn v1.0.109
4382026-05-01T16:10:55.902Z Downloaded syn v2.0.117
4392026-05-01T16:10:55.924Z Downloaded rustix v1.1.3
4402026-05-01T16:10:55.957Z Downloaded libc v0.2.185
4412026-05-01T16:10:56.023Z Compiling proc-macro2 v1.0.106
4422026-05-01T16:10:56.026Z Compiling unicode-ident v1.0.24
4432026-05-01T16:10:56.026Z Compiling quote v1.0.45
4442026-05-01T16:10:56.027Z Compiling serde_core v1.0.228
4452026-05-01T16:10:56.027Z Compiling libc v0.2.185
4462026-05-01T16:10:56.027Z Compiling version_check v0.9.5
4472026-05-01T16:10:56.027Z Compiling memchr v2.8.0
4482026-05-01T16:10:56.027Z Compiling stable_deref_trait v1.2.1
4492026-05-01T16:10:56.027Z Compiling serde v1.0.228
4502026-05-01T16:10:56.027Z Compiling zmij v1.0.21
4512026-05-01T16:10:56.027Z Compiling thiserror v1.0.69
4522026-05-01T16:10:56.203Z Compiling autocfg v1.5.0
4532026-05-01T16:10:56.206Z Compiling ucd-trie v0.1.7
4542026-05-01T16:10:56.206Z Compiling itoa v1.0.17
4552026-05-01T16:10:56.206Z Compiling writeable v0.6.2
4562026-05-01T16:10:56.440Z Compiling litemap v0.8.1
4572026-05-01T16:10:56.446Z Compiling rustix v1.1.3
4582026-05-01T16:10:56.476Z Compiling byteorder v1.5.0
4592026-05-01T16:10:56.702Z Compiling icu_normalizer_data v2.1.1
4602026-05-01T16:10:56.761Z Compiling pest v2.8.6
4612026-05-01T16:10:56.781Z Compiling icu_properties_data v2.1.2
4622026-05-01T16:10:56.784Z Compiling bitflags v2.11.0
4632026-05-01T16:10:56.823Z Compiling serde_json v1.0.149
4642026-05-01T16:10:56.840Z Compiling num-traits v0.2.19
4652026-05-01T16:10:56.984Z Compiling typeid v1.0.3
4662026-05-01T16:10:57.042Z Compiling smallvec v1.15.1
4672026-05-01T16:10:57.193Z Compiling hashbrown v0.16.1
4682026-05-01T16:10:57.234Z Compiling equivalent v1.0.2
4692026-05-01T16:10:57.307Z Compiling usdt-impl v0.5.0
4702026-05-01T16:10:57.310Z Compiling proc-macro-error-attr v1.0.4
4712026-05-01T16:10:57.310Z Compiling toml_write v0.1.2
4722026-05-01T16:10:57.346Z Compiling syn v1.0.109
4732026-05-01T16:10:57.422Z Compiling erased-serde v0.4.9
4742026-05-01T16:10:57.425Z Compiling winnow v0.7.14
4752026-05-01T16:10:57.459Z Compiling proc-macro-error v1.0.4
4762026-05-01T16:10:57.462Z Compiling percent-encoding v2.3.2
4772026-05-01T16:10:57.518Z Compiling errno v0.3.14
4782026-05-01T16:10:57.540Z Compiling thread-id v4.2.2
4792026-05-01T16:10:57.663Z Compiling getrandom v0.4.1
4802026-05-01T16:10:57.692Z Compiling plain v0.2.3
4812026-05-01T16:10:57.712Z Compiling indexmap v2.13.0
4822026-05-01T16:10:57.749Z Compiling camino v1.2.2
4832026-05-01T16:10:57.753Z Compiling log v0.4.29
4842026-05-01T16:10:57.770Z Compiling syn v2.0.117
4852026-05-01T16:10:57.875Z Compiling pest_meta v2.8.6
4862026-05-01T16:10:57.878Z Compiling thiserror v2.0.18
4872026-05-01T16:10:57.894Z Compiling utf8_iter v1.0.4
4882026-05-01T16:10:57.913Z Compiling utf8parse v0.2.2
4892026-05-01T16:10:58.071Z Compiling anstyle-parse v1.0.0
4902026-05-01T16:10:58.092Z Compiling form_urlencoded v1.2.2
4912026-05-01T16:10:58.208Z Compiling ordered-float v2.10.1
4922026-05-01T16:10:58.225Z Compiling cfg-if v1.0.4
4932026-05-01T16:10:58.290Z Compiling anstyle v1.0.14
4942026-05-01T16:10:58.310Z Compiling is_terminal_polyfill v1.70.2
4952026-05-01T16:10:58.329Z Compiling colorchoice v1.0.4
4962026-05-01T16:10:58.329Z Compiling anstyle-query v1.1.5
4972026-05-01T16:10:58.382Z Compiling pretty-hex v0.4.1
4982026-05-01T16:10:58.471Z Compiling fs-err v3.3.0
4992026-05-01T16:10:58.492Z Compiling bytecount v0.6.9
5002026-05-01T16:10:58.510Z Compiling anstream v1.0.0
5012026-05-01T16:10:58.513Z Compiling fnv v1.0.7
5022026-05-01T16:10:58.553Z Compiling terminal_size v0.4.3
5032026-05-01T16:10:58.556Z Compiling heck v0.5.0
5042026-05-01T16:10:58.692Z Compiling semver v1.0.27
5052026-05-01T16:10:58.722Z Compiling anyhow v1.0.102
5062026-05-01T16:10:58.775Z Compiling unicode-width v0.1.14
5072026-05-01T16:10:58.795Z Compiling heck v0.4.1
5082026-05-01T16:10:58.840Z Compiling once_cell v1.21.3
5092026-05-01T16:10:58.858Z Compiling clap_lex v1.0.0
5102026-05-01T16:10:58.875Z Compiling fastrand v2.3.0
5112026-05-01T16:10:59.002Z Compiling unicode-xid v0.2.6
5122026-05-01T16:10:59.062Z Compiling serde-untagged v0.1.9
5132026-05-01T16:10:59.084Z Compiling strsim v0.11.1
5142026-05-01T16:10:59.122Z Compiling tempfile v3.25.0
5152026-05-01T16:10:59.125Z Compiling papergrid v0.11.0
5162026-05-01T16:10:59.181Z Compiling memmap v0.7.0
5172026-05-01T16:10:59.184Z Compiling unicode-linebreak v0.1.5
5182026-05-01T16:10:59.236Z Compiling smawk v0.3.2
5192026-05-01T16:10:59.333Z Compiling clap_builder v4.6.0
5202026-05-01T16:10:59.353Z Compiling unicode-width v0.2.0
5212026-05-01T16:10:59.411Z Compiling camino-tempfile v1.4.1
5222026-05-01T16:10:59.479Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5232026-05-01T16:10:59.482Z Compiling swrite v0.1.0
5242026-05-01T16:10:59.594Z Compiling textwrap v0.16.2
5252026-05-01T16:10:59.827Z Compiling tabled_derive v0.7.0
5262026-05-01T16:11:00.405Z Compiling synstructure v0.13.2
5272026-05-01T16:11:00.405Z Compiling pest_generator v2.8.6
5282026-05-01T16:11:00.478Z Compiling tabled v0.15.0
5292026-05-01T16:11:00.920Z Compiling serde_derive v1.0.228
5302026-05-01T16:11:00.924Z Compiling zerofrom-derive v0.1.6
5312026-05-01T16:11:00.924Z Compiling yoke-derive v0.8.1
5322026-05-01T16:11:00.924Z Compiling zerovec-derive v0.11.2
5332026-05-01T16:11:00.924Z Compiling displaydoc v0.2.5
5342026-05-01T16:11:00.924Z Compiling thiserror-impl v1.0.69
5352026-05-01T16:11:00.924Z Compiling zerocopy-derive v0.7.35
5362026-05-01T16:11:00.925Z Compiling scroll_derive v0.12.1
5372026-05-01T16:11:01.029Z Compiling pest_derive v2.8.6
5382026-05-01T16:11:01.032Z Compiling thiserror-impl v2.0.18
5392026-05-01T16:11:01.080Z Compiling clap_derive v4.6.1
5402026-05-01T16:11:01.576Z Compiling scroll v0.12.0
5412026-05-01T16:11:01.803Z Compiling goblin v0.8.2
5422026-05-01T16:11:01.842Z Compiling zerocopy v0.7.35
5432026-05-01T16:11:02.089Z Compiling zerofrom v0.1.6
5442026-05-01T16:11:02.123Z Compiling dtrace-parser v0.2.0
5452026-05-01T16:11:02.197Z Compiling yoke v0.8.1
5462026-05-01T16:11:02.354Z Compiling zerovec v0.11.5
5472026-05-01T16:11:02.354Z Compiling zerotrie v0.2.3
5482026-05-01T16:11:02.407Z Compiling clap v4.6.1
5492026-05-01T16:11:02.792Z Compiling tinystr v0.8.2
5502026-05-01T16:11:02.792Z Compiling potential_utf v0.1.4
5512026-05-01T16:11:02.935Z Compiling icu_collections v2.1.1
5522026-05-01T16:11:02.977Z Compiling icu_locale_core v2.1.1
5532026-05-01T16:11:03.512Z Compiling dof v0.3.0
5542026-05-01T16:11:03.512Z Compiling serde_tokenstream v0.2.3
5552026-05-01T16:11:03.530Z Compiling icu_provider v2.1.1
5562026-05-01T16:11:03.546Z Compiling toml_datetime v0.6.11
5572026-05-01T16:11:03.549Z Compiling serde_spanned v0.6.9
5582026-05-01T16:11:03.549Z Compiling serde-value v0.7.0
5592026-05-01T16:11:03.549Z Compiling cargo-platform v0.2.0
5602026-05-01T16:11:03.549Z Compiling macaddr v1.0.1
5612026-05-01T16:11:03.773Z Compiling icu_properties v2.1.2
5622026-05-01T16:11:03.773Z Compiling icu_normalizer v2.1.1
5632026-05-01T16:11:03.820Z Compiling toml_edit v0.22.27
5642026-05-01T16:11:04.224Z Compiling usdt-attr-macro v0.5.0
5652026-05-01T16:11:04.227Z Compiling usdt-macro v0.5.0
5662026-05-01T16:11:04.604Z Compiling idna_adapter v1.2.1
5672026-05-01T16:11:04.709Z Compiling idna v1.1.0
5682026-05-01T16:11:04.816Z Compiling usdt v0.5.0
5692026-05-01T16:11:04.965Z Compiling url v2.5.8
5702026-05-01T16:11:05.084Z Compiling toml v0.8.23
5712026-05-01T16:11:05.410Z Compiling cargo-util-schemas v0.8.2
5722026-05-01T16:11:05.410Z Compiling cargo_toml v0.21.0
5732026-05-01T16:11:06.201Z Compiling cargo_metadata v0.21.0
5742026-05-01T16:11:07.111Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5752026-05-01T16:11:09.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.33s
5762026-05-01T16:11:09.468Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5772026-05-01T16:11:10.009Z Downloading crates ...
5782026-05-01T16:11:10.096Z Downloaded adler2 v2.0.1
5792026-05-01T16:11:10.103Z Downloaded cexpr v0.6.0
5802026-05-01T16:11:10.105Z Downloaded argon2 v0.5.3
5812026-05-01T16:11:10.118Z Downloaded console v0.15.11
5822026-05-01T16:11:10.127Z Downloaded bindgen v0.71.1
5832026-05-01T16:11:10.131Z Downloaded foldhash v0.2.0
5842026-05-01T16:11:10.135Z Downloaded crc-any v2.5.0
5852026-05-01T16:11:10.135Z Downloaded bitfield-struct v0.6.2
5862026-05-01T16:11:10.138Z Downloaded ciborium-io v0.2.2
5872026-05-01T16:11:10.138Z Downloaded bzip2 v0.6.1
5882026-05-01T16:11:10.138Z Downloaded bit-set v0.5.3
5892026-05-01T16:11:10.138Z Downloaded async-recursion v1.1.1
5902026-05-01T16:11:10.142Z Downloaded ciborium-ll v0.2.2
5912026-05-01T16:11:10.142Z Downloaded cbc v0.1.2
5922026-05-01T16:11:10.142Z Downloaded base64 v0.21.7
5932026-05-01T16:11:10.145Z Downloaded colored v2.2.0
5942026-05-01T16:11:10.147Z Downloaded daft v0.1.5
5952026-05-01T16:11:10.150Z Downloaded darling_macro v0.20.11
5962026-05-01T16:11:10.151Z Downloaded cstr-argument v0.1.2
5972026-05-01T16:11:10.154Z Downloaded cobs v0.3.0
5982026-05-01T16:11:10.154Z Downloaded curve25519-dalek-derive v0.1.1
5992026-05-01T16:11:10.154Z Downloaded ed25519 v2.2.3
6002026-05-01T16:11:10.157Z Downloaded block-padding v0.3.3
6012026-05-01T16:11:10.157Z Downloaded bit-vec v0.8.0
6022026-05-01T16:11:10.157Z Downloaded cfg_aliases v0.2.1
6032026-05-01T16:11:10.160Z Downloaded crunchy v0.2.4
6042026-05-01T16:11:10.160Z Downloaded ahash v0.8.12
6052026-05-01T16:11:10.160Z Downloaded either v1.15.0
6062026-05-01T16:11:10.163Z Downloaded async-stream-impl v0.3.6
6072026-05-01T16:11:10.163Z Downloaded bitfield v0.19.4
6082026-05-01T16:11:10.163Z Downloaded bit-set v0.8.0
6092026-05-01T16:11:10.166Z Downloaded bcs v0.1.6
6102026-05-01T16:11:10.166Z Downloaded aead v0.5.2
6112026-05-01T16:11:10.166Z Downloaded blowfish v0.9.1
6122026-05-01T16:11:10.168Z Downloaded crc8 v0.1.1
6132026-05-01T16:11:10.169Z Downloaded base64ct v1.8.3
6142026-05-01T16:11:10.169Z Downloaded atomicwrites v0.4.4
6152026-05-01T16:11:10.171Z Downloaded defmt v1.0.1
6162026-05-01T16:11:10.174Z Downloaded diesel-dtrace v0.5.0
6172026-05-01T16:11:10.174Z Downloaded derive_builder_core v0.20.2
6182026-05-01T16:11:10.174Z Downloaded crossbeam-deque v0.8.6
6192026-05-01T16:11:10.177Z Downloaded dunce v1.0.5
6202026-05-01T16:11:10.180Z Downloaded embedded-io v0.4.0
6212026-05-01T16:11:10.183Z Downloaded base16ct v0.2.0
6222026-05-01T16:11:10.183Z Downloaded async-stream v0.3.6
6232026-05-01T16:11:10.186Z Downloaded der_derive v0.7.3
6242026-05-01T16:11:10.188Z Downloaded castaway v0.2.4
6252026-05-01T16:11:10.194Z Downloaded crc v3.4.0
6262026-05-01T16:11:10.198Z Downloaded defmt-macros v1.0.1
6272026-05-01T16:11:10.201Z Downloaded crc-catalog v2.4.0
6282026-05-01T16:11:10.201Z Downloaded difflib v0.4.0
6292026-05-01T16:11:10.201Z Downloaded darling_macro v0.21.3
6302026-05-01T16:11:10.201Z Downloaded bitfield-macros v0.19.4
6312026-05-01T16:11:10.201Z Downloaded dirs-sys-next v0.1.2
6322026-05-01T16:11:10.201Z Downloaded foreign-types v0.3.2
6332026-05-01T16:11:10.204Z Downloaded cpufeatures v0.3.0
6342026-05-01T16:11:10.204Z Downloaded atty v0.2.14
6352026-05-01T16:11:10.204Z Downloaded ctr v0.9.2
6362026-05-01T16:11:10.207Z Downloaded array-init v0.0.4
6372026-05-01T16:11:10.210Z Downloaded ena v0.14.4
6382026-05-01T16:11:10.210Z Downloaded csv-core v0.1.13
6392026-05-01T16:11:10.210Z Downloaded anstream v0.6.21
6402026-05-01T16:11:10.213Z Downloaded arrayvec v0.7.6
6412026-05-01T16:11:10.216Z Downloaded darling v0.21.3
6422026-05-01T16:11:10.219Z Downloaded crossbeam-utils v0.8.21
6432026-05-01T16:11:10.219Z Downloaded document-features v0.2.12
6442026-05-01T16:11:10.219Z Downloaded float-cmp v0.10.0
6452026-05-01T16:11:10.222Z Downloaded dropshot-api-manager-types v0.6.0
6462026-05-01T16:11:10.222Z Downloaded convert_case v0.4.0
6472026-05-01T16:11:10.222Z Downloaded bb8 v0.8.6
6482026-05-01T16:11:10.222Z Downloaded dirs-next v2.0.0
6492026-05-01T16:11:10.226Z Downloaded darling_macro v0.23.0
6502026-05-01T16:11:10.226Z Downloaded arrayref v0.3.9
6512026-05-01T16:11:10.229Z Downloaded foreign-types-shared v0.1.1
6522026-05-01T16:11:10.229Z Downloaded atomic-waker v1.1.2
6532026-05-01T16:11:10.229Z Downloaded daft-derive v0.1.5
6542026-05-01T16:11:10.235Z Downloaded compression-core v0.4.31
6552026-05-01T16:11:10.238Z Downloaded assert_matches v1.5.0
6562026-05-01T16:11:10.238Z Downloaded ascii-canvas v3.0.0
6572026-05-01T16:11:10.238Z Downloaded cfg_aliases v0.1.1
6582026-05-01T16:11:10.238Z Downloaded fixedbitset v0.4.2
6592026-05-01T16:11:10.238Z Downloaded cargo-platform v0.3.2
6602026-05-01T16:11:10.243Z Downloaded futures-core v0.3.32
6612026-05-01T16:11:10.245Z Downloaded defmt v0.3.100
6622026-05-01T16:11:10.248Z Downloaded downcast-rs v2.0.2
6632026-05-01T16:11:10.248Z Downloaded defmt-parser v1.0.0
6642026-05-01T16:11:10.248Z Downloaded fxhash v0.2.1
6652026-05-01T16:11:10.251Z Downloaded display-error-chain v0.2.2
6662026-05-01T16:11:10.251Z Downloaded foreign-types-shared v0.3.1
6672026-05-01T16:11:10.251Z Downloaded bitflags v1.3.2
6682026-05-01T16:11:10.254Z Downloaded float-ord v0.3.2
6692026-05-01T16:11:10.254Z Downloaded diesel_table_macro_syntax v0.3.0
6702026-05-01T16:11:10.254Z Downloaded debug-ignore v1.0.5
6712026-05-01T16:11:10.257Z Downloaded endian-type v0.1.2
6722026-05-01T16:11:10.257Z Downloaded dyn-clone v1.0.20
6732026-05-01T16:11:10.257Z Downloaded env_filter v1.0.0
6742026-05-01T16:11:10.259Z Downloaded compression-codecs v0.4.37
6752026-05-01T16:11:10.262Z Downloaded des v0.8.1
6762026-05-01T16:11:10.262Z Downloaded derive_more v2.1.1
6772026-05-01T16:11:10.268Z Downloaded const_format_proc_macros v0.2.34
6782026-05-01T16:11:10.272Z Downloaded ghash v0.5.1
6792026-05-01T16:11:10.272Z Downloaded futures-macro v0.3.32
6802026-05-01T16:11:10.273Z Downloaded crucible-workspace-hack v0.1.0
6812026-05-01T16:11:10.276Z Downloaded chacha20 v0.10.0
6822026-05-01T16:11:10.276Z Downloaded dsl_auto_type v0.2.0
6832026-05-01T16:11:10.276Z Downloaded cargo_metadata v0.23.1
6842026-05-01T16:11:10.276Z Downloaded camino-tempfile-ext v0.3.3
6852026-05-01T16:11:10.279Z Downloaded fd-lock v4.0.4
6862026-05-01T16:11:10.279Z Downloaded dtrace-parser v0.3.0
6872026-05-01T16:11:10.279Z Downloaded hash32 v0.2.1
6882026-05-01T16:11:10.281Z Downloaded async-trait v0.1.89
6892026-05-01T16:11:10.281Z Downloaded bzip2 v0.4.4
6902026-05-01T16:11:10.285Z Downloaded cassowary v0.3.0
6912026-05-01T16:11:10.285Z Downloaded bcrypt-pbkdf v0.10.0
6922026-05-01T16:11:10.285Z Downloaded hex v0.4.3
6932026-05-01T16:11:10.287Z Downloaded flagset v0.4.7
6942026-05-01T16:11:10.287Z Downloaded chacha20 v0.9.1
6952026-05-01T16:11:10.287Z Downloaded enum-as-inner v0.6.1
6962026-05-01T16:11:10.291Z Downloaded derive_builder_macro v0.20.2
6972026-05-01T16:11:10.291Z Downloaded dof v0.4.0
6982026-05-01T16:11:10.291Z Downloaded bit-vec v0.6.3
6992026-05-01T16:11:10.293Z Downloaded anstyle-parse v0.2.7
7002026-05-01T16:11:10.294Z Downloaded foreign-types v0.5.0
7012026-05-01T16:11:10.294Z Downloaded futures-task v0.3.32
7022026-05-01T16:11:10.296Z Downloaded corncobs v0.1.4
7032026-05-01T16:11:10.296Z Downloaded cmake v0.1.57
7042026-05-01T16:11:10.296Z Downloaded hash32 v0.3.1
7052026-05-01T16:11:10.299Z Downloaded byte-wrapper v0.1.0
7062026-05-01T16:11:10.299Z Downloaded backoff v0.4.0
7072026-05-01T16:11:10.302Z Downloaded headers-core v0.3.0
7082026-05-01T16:11:10.302Z Downloaded convert_case v0.10.0
7092026-05-01T16:11:10.302Z Downloaded futures-sink v0.3.32
7102026-05-01T16:11:10.305Z Downloaded gethostname v0.5.0
7112026-05-01T16:11:10.305Z Downloaded cipher v0.4.4
7122026-05-01T16:11:10.305Z Downloaded foreign-types-macros v0.2.3
7132026-05-01T16:11:10.308Z Downloaded futures-io v0.3.32
7142026-05-01T16:11:10.308Z Downloaded funty v2.0.0
7152026-05-01T16:11:10.310Z Downloaded drift v0.1.3
7162026-05-01T16:11:10.314Z Downloaded http-body v1.0.1
7172026-05-01T16:11:10.316Z Downloaded filetime v0.2.27
7182026-05-01T16:11:10.317Z Downloaded embedded-io v0.6.1
7192026-05-01T16:11:10.319Z Downloaded derive-ex v0.1.8
7202026-05-01T16:11:10.319Z Downloaded critical-section v1.2.0
7212026-05-01T16:11:10.322Z Downloaded fs-err v2.11.0
7222026-05-01T16:11:10.322Z Downloaded cookie v0.18.1
7232026-05-01T16:11:10.325Z Downloaded foldhash v0.1.5
7242026-05-01T16:11:10.325Z Downloaded buf-list v1.1.2
7252026-05-01T16:11:10.329Z Downloaded fallible-iterator v0.2.0
7262026-05-01T16:11:10.329Z Downloaded env_logger v0.11.9
7272026-05-01T16:11:10.329Z Downloaded httpdate v1.0.3
7282026-05-01T16:11:10.331Z Downloaded clang-sys v1.8.1
7292026-05-01T16:11:10.332Z Downloaded hostname v0.4.2
7302026-05-01T16:11:10.332Z Downloaded hex-literal v0.4.1
7312026-05-01T16:11:10.335Z Downloaded cc v1.2.56
7322026-05-01T16:11:10.335Z Downloaded ident_case v1.0.1
7332026-05-01T16:11:10.338Z Downloaded hostname v0.3.1
7342026-05-01T16:11:10.338Z Downloaded crypto-bigint v0.5.5
7352026-05-01T16:11:10.341Z Downloaded hubpack_derive v0.1.1
7362026-05-01T16:11:10.341Z Downloaded git-stub-vcs v0.1.0
7372026-05-01T16:11:10.344Z Downloaded hubpack v0.1.2
7382026-05-01T16:11:10.344Z Downloaded globset v0.4.18
7392026-05-01T16:11:10.344Z Downloaded git-stub v1.0.0
7402026-05-01T16:11:10.347Z Downloaded group v0.13.0
7412026-05-01T16:11:10.347Z Downloaded http-range v0.1.5
7422026-05-01T16:11:10.347Z Downloaded backon v1.6.0
7432026-05-01T16:11:10.350Z Downloaded data-encoding v2.10.0
7442026-05-01T16:11:10.353Z Downloaded indoc v1.0.9
7452026-05-01T16:11:10.356Z Downloaded is-terminal v0.4.17
7462026-05-01T16:11:10.356Z Downloaded is_ci v1.2.0
7472026-05-01T16:11:10.356Z Downloaded instant v0.1.13
7482026-05-01T16:11:10.358Z Downloaded internet-checksum v0.2.1
7492026-05-01T16:11:10.358Z Downloaded indent_write v2.2.0
7502026-05-01T16:11:10.358Z Downloaded instability v0.3.11
7512026-05-01T16:11:10.361Z Downloaded lazy_static v1.5.0
7522026-05-01T16:11:10.361Z Downloaded lalrpop-util v0.19.12
7532026-05-01T16:11:10.364Z Downloaded crossbeam-epoch v0.9.18
7542026-05-01T16:11:10.367Z Downloaded ciborium v0.2.2
7552026-05-01T16:11:10.367Z Downloaded fixedbitset v0.5.7
7562026-05-01T16:11:10.371Z Downloaded constant_time_eq v0.4.2
7572026-05-01T16:11:10.371Z Downloaded async-bb8-diesel v0.2.1
7582026-05-01T16:11:10.373Z Downloaded futures-executor v0.3.32
7592026-05-01T16:11:10.373Z Downloaded futures-channel v0.3.32
7602026-05-01T16:11:10.374Z Downloaded globwalk v0.9.1
7612026-05-01T16:11:10.374Z Downloaded fs_extra v1.3.0
7622026-05-01T16:11:10.377Z Downloaded home v0.5.12
7632026-05-01T16:11:10.377Z Downloaded glob v0.3.3
7642026-05-01T16:11:10.377Z Downloaded const-oid v0.9.6
7652026-05-01T16:11:10.380Z Downloaded colored v3.1.1
7662026-05-01T16:11:10.380Z Downloaded cookie_store v0.22.1
7672026-05-01T16:11:10.384Z Downloaded cancel-safe-futures v0.1.5
7682026-05-01T16:11:10.384Z Downloaded console v0.16.2
7692026-05-01T16:11:10.387Z Downloaded find-msvc-tools v0.1.9
7702026-05-01T16:11:10.387Z Downloaded erased-serde v0.3.31
7712026-05-01T16:11:10.387Z Downloaded derive_more v0.99.20
7722026-05-01T16:11:10.390Z Downloaded deranged v0.5.8
7732026-05-01T16:11:10.394Z Downloaded ff v0.13.1
7742026-05-01T16:11:10.394Z Downloaded ecdsa v0.16.9
7752026-05-01T16:11:10.394Z Downloaded darling v0.23.0
7762026-05-01T16:11:10.398Z Downloaded humantime v2.3.0
7772026-05-01T16:11:10.401Z Downloaded http-body-util v0.1.3
7782026-05-01T16:11:10.403Z Downloaded libscf-sys v1.1.0
7792026-05-01T16:11:10.403Z Downloaded lru-slab v0.1.2
7802026-05-01T16:11:10.403Z Downloaded lru-cache v0.1.2
7812026-05-01T16:11:10.406Z Downloaded hyper-tls v0.6.0
7822026-05-01T16:11:10.406Z Downloaded lzss v0.8.2
7832026-05-01T16:11:10.410Z Downloaded managed v0.8.0
7842026-05-01T16:11:10.410Z Downloaded kstat-rs v0.2.4
7852026-05-01T16:11:10.410Z Downloaded match_cfg v0.1.0
7862026-05-01T16:11:10.413Z Downloaded maplit v1.0.2
7872026-05-01T16:11:10.413Z Downloaded impl-trait-for-tuples v0.2.3
7882026-05-01T16:11:10.413Z Downloaded md5 v0.7.0
7892026-05-01T16:11:10.413Z Downloaded md-5 v0.10.6
7902026-05-01T16:11:10.416Z Downloaded maybe-uninit v2.0.0
7912026-05-01T16:11:10.416Z Downloaded mime v0.3.17
7922026-05-01T16:11:10.416Z Downloaded allocator-api2 v0.2.21
7932026-05-01T16:11:10.419Z Downloaded memoffset v0.9.1
7942026-05-01T16:11:10.419Z Downloaded linked-hash-map v0.5.6
7952026-05-01T16:11:10.422Z Downloaded indoc v2.0.7
7962026-05-01T16:11:10.422Z Downloaded darling v0.20.11
7972026-05-01T16:11:10.427Z Downloaded half v1.8.3
7982026-05-01T16:11:10.430Z Downloaded diff v0.1.13
7992026-05-01T16:11:10.430Z Downloaded newtype_derive v0.1.6
8002026-05-01T16:11:10.430Z Downloaded newtype-uuid-macros v0.1.0
8012026-05-01T16:11:10.433Z Downloaded num v0.4.3
8022026-05-01T16:11:10.433Z Downloaded inout v0.1.4
8032026-05-01T16:11:10.433Z Downloaded ingot-types v0.1.2
8042026-05-01T16:11:10.436Z Downloaded ingot v0.1.1
8052026-05-01T16:11:10.436Z Downloaded nonempty v0.12.0
8062026-05-01T16:11:10.436Z Downloaded nodrop v0.1.14
8072026-05-01T16:11:10.438Z Downloaded blake2 v0.10.6
8082026-05-01T16:11:10.438Z Downloaded ipnet v2.11.0
8092026-05-01T16:11:10.446Z Downloaded multimap v0.10.1
8102026-05-01T16:11:10.446Z Downloaded newline-converter v0.3.0
8112026-05-01T16:11:10.446Z Downloaded new_debug_unreachable v1.0.6
8122026-05-01T16:11:10.449Z Downloaded derive_builder v0.20.2
8132026-05-01T16:11:10.449Z Downloaded getrandom v0.2.17
8142026-05-01T16:11:10.452Z Downloaded hmac v0.12.1
8152026-05-01T16:11:10.454Z Downloaded keccak v0.1.6
8162026-05-01T16:11:10.454Z Downloaded ipnetwork v0.21.1
8172026-05-01T16:11:10.454Z Downloaded libsw v3.5.0
8182026-05-01T16:11:10.457Z Downloaded nibble_vec v0.1.0
8192026-05-01T16:11:10.457Z Downloaded jobserver v0.1.34
8202026-05-01T16:11:10.457Z Downloaded libsw-core v0.3.2
8212026-05-01T16:11:10.462Z Downloaded normalize-line-endings v0.3.0
8222026-05-01T16:11:10.462Z Downloaded chacha20poly1305 v0.10.1
8232026-05-01T16:11:10.464Z Downloaded linear-map v1.2.0
8242026-05-01T16:11:10.464Z Downloaded libloading v0.8.9
8252026-05-01T16:11:10.464Z Downloaded elliptic-curve v0.13.8
8262026-05-01T16:11:10.467Z Downloaded libefi-sys v0.1.0
8272026-05-01T16:11:10.470Z Downloaded num-derive v0.4.2
8282026-05-01T16:11:10.470Z Downloaded num-iter v0.1.45
8292026-05-01T16:11:10.473Z Downloaded crc32fast v1.5.0
8302026-05-01T16:11:10.476Z Downloaded num-derive v0.3.3
8312026-05-01T16:11:10.479Z Downloaded bytes v1.11.1
8322026-05-01T16:11:10.479Z Downloaded crossbeam-channel v0.5.15
8332026-05-01T16:11:10.482Z Downloaded num_threads v0.1.7
8342026-05-01T16:11:10.485Z Downloaded oso-derive v0.27.3
8352026-05-01T16:11:10.485Z Downloaded opaque-debug v0.3.1
8362026-05-01T16:11:10.490Z Downloaded packed_struct_codegen v0.10.1
8372026-05-01T16:11:10.492Z Downloaded olpc-cjson v0.1.4
8382026-05-01T16:11:10.492Z Downloaded getrandom v0.3.4
8392026-05-01T16:11:10.493Z Downloaded openssl-probe v0.2.1
8402026-05-01T16:11:10.496Z Downloaded openssl-probe v0.1.6
8412026-05-01T16:11:10.496Z Downloaded mime_guess v2.0.5
8422026-05-01T16:11:10.496Z Downloaded openssl-macros v0.1.1
8432026-05-01T16:11:10.501Z Downloaded lock_api v0.4.14
8442026-05-01T16:11:10.505Z Downloaded newtype-uuid v1.3.2
8452026-05-01T16:11:10.509Z Downloaded parse-size v1.1.0
8462026-05-01T16:11:10.509Z Downloaded hyper-rustls v0.27.7
8472026-05-01T16:11:10.512Z Downloaded ingot-macros v0.1.1
8482026-05-01T16:11:10.512Z Downloaded multer v3.1.0
8492026-05-01T16:11:10.515Z Downloaded arc-swap v1.8.2
8502026-05-01T16:11:10.515Z Downloaded compact_str v0.8.1
8512026-05-01T16:11:10.518Z Downloaded const_format v0.2.35
8522026-05-01T16:11:10.521Z Downloaded highway v1.3.0
8532026-05-01T16:11:10.524Z Downloaded native-tls v0.2.18
8542026-05-01T16:11:10.524Z Downloaded diesel_derives v2.3.7
8552026-05-01T16:11:10.527Z Downloaded peg-runtime v0.8.5
8562026-05-01T16:11:10.529Z Downloaded phf_shared v0.13.1
8572026-05-01T16:11:10.529Z Downloaded derive-where v1.6.0
8582026-05-01T16:11:10.533Z Downloaded path-slash v0.1.5
8592026-05-01T16:11:10.533Z Downloaded nanorand v0.7.0
8602026-05-01T16:11:10.533Z Downloaded num-integer v0.1.46
8612026-05-01T16:11:10.536Z Downloaded httparse v1.10.1
8622026-05-01T16:11:10.536Z Downloaded base64 v0.22.1
8632026-05-01T16:11:10.550Z Downloaded pin-utils v0.1.0
8642026-05-01T16:11:10.553Z Downloaded darling_core v0.20.11
8652026-05-01T16:11:10.556Z Downloaded oxnet v0.1.4
8662026-05-01T16:11:10.556Z Downloaded async-compression v0.4.41
8672026-05-01T16:11:10.560Z Downloaded pbkdf2 v0.12.2
8682026-05-01T16:11:10.563Z Downloaded memmap2 v0.9.10
8692026-05-01T16:11:10.563Z Downloaded owo-colors v4.3.0
8702026-05-01T16:11:10.563Z Downloaded pbkdf2 v0.11.0
8712026-05-01T16:11:10.566Z Downloaded parse-display v0.10.0
8722026-05-01T16:11:10.566Z Downloaded num_enum_derive v0.7.5
8732026-05-01T16:11:10.566Z Downloaded num_enum_derive v0.5.11
8742026-05-01T16:11:10.569Z Downloaded oxide-tokio-rt v0.1.4
8752026-05-01T16:11:10.569Z Downloaded indexmap v1.9.3
8762026-05-01T16:11:10.572Z Downloaded crossterm v0.28.1
8772026-05-01T16:11:10.575Z Downloaded num_enum v0.5.11
8782026-05-01T16:11:10.577Z Downloaded powerfmt v0.2.0
8792026-05-01T16:11:10.580Z Downloaded lru v0.12.5
8802026-05-01T16:11:10.580Z Downloaded proc-macro-crate v1.3.1
8812026-05-01T16:11:10.580Z Downloaded proc-macro-crate v3.4.0
8822026-05-01T16:11:10.583Z Downloaded predicates-tree v1.0.13
8832026-05-01T16:11:10.583Z Downloaded progenitor-client v0.11.2
8842026-05-01T16:11:10.583Z Downloaded progenitor-client v0.10.0
8852026-05-01T16:11:10.585Z Downloaded precomputed-hash v0.1.1
8862026-05-01T16:11:10.585Z Downloaded dropshot_endpoint v0.17.0
8872026-05-01T16:11:10.588Z Downloaded darling_core v0.21.3
8882026-05-01T16:11:10.592Z Downloaded ar_archive_writer v0.5.1
8892026-05-01T16:11:10.592Z Downloaded hyper-staticfile v0.10.1
8902026-05-01T16:11:10.595Z Downloaded packed_struct v0.10.1
8912026-05-01T16:11:10.595Z Downloaded dropshot_endpoint v0.16.7
8922026-05-01T16:11:10.599Z Downloaded psl-types v2.0.11
8932026-05-01T16:11:10.599Z Downloaded phf_shared v0.12.1
8942026-05-01T16:11:10.599Z Downloaded pem-rfc7468 v0.7.0
8952026-05-01T16:11:10.602Z Downloaded paste v1.0.15
8962026-05-01T16:11:10.602Z Downloaded proc-macro-error-attr2 v2.0.0
8972026-05-01T16:11:10.602Z Downloaded predicates-core v1.0.10
8982026-05-01T16:11:10.602Z Downloaded password-hash v0.5.0
8992026-05-01T16:11:10.604Z Downloaded pem v3.0.6
9002026-05-01T16:11:10.604Z Downloaded litrs v1.0.0
9012026-05-01T16:11:10.610Z Downloaded libbz2-rs-sys v0.2.2
9022026-05-01T16:11:10.610Z Downloaded progenitor-macro v0.11.2
9032026-05-01T16:11:10.610Z Downloaded pin-project-internal v1.1.11
9042026-05-01T16:11:10.612Z Downloaded heapless v0.7.17
9052026-05-01T16:11:10.612Z Downloaded progenitor-macro v0.13.0
9062026-05-01T16:11:10.613Z Downloaded parse-display-derive v0.10.0
9072026-05-01T16:11:10.617Z Downloaded pkg-config v0.3.32
9082026-05-01T16:11:10.617Z Downloaded headers v0.4.1
9092026-05-01T16:11:10.620Z Downloaded pkcs8 v0.10.2
9102026-05-01T16:11:10.620Z Downloaded password-hash v0.4.2
9112026-05-01T16:11:10.622Z Downloaded omicron-zone-package v0.12.2
9122026-05-01T16:11:10.623Z Downloaded postgres-protocol v0.6.10
9132026-05-01T16:11:10.625Z Downloaded derive_more-impl v2.1.1
9142026-05-01T16:11:10.628Z Downloaded rand_chacha v0.3.1
9152026-05-01T16:11:10.628Z Downloaded peg-macros v0.8.5
9162026-05-01T16:11:10.628Z Downloaded num-complex v0.4.6
9172026-05-01T16:11:10.631Z Downloaded heapless v0.8.0
9182026-05-01T16:11:10.634Z Downloaded half v2.7.1
9192026-05-01T16:11:10.634Z Downloaded quick-error v1.2.3
9202026-05-01T16:11:10.637Z Downloaded radium v0.7.0
9212026-05-01T16:11:10.637Z Downloaded phf_shared v0.11.3
9222026-05-01T16:11:10.637Z Downloaded phf v0.13.1
9232026-05-01T16:11:10.640Z Downloaded phf v0.12.1
9242026-05-01T16:11:10.640Z Downloaded peg v0.8.5
9252026-05-01T16:11:10.642Z Downloaded indicatif v0.18.4
9262026-05-01T16:11:10.645Z Downloaded predicates v3.1.4
9272026-05-01T16:11:10.645Z Downloaded polyval v0.6.2
9282026-05-01T16:11:10.649Z Downloaded der v0.7.10
9292026-05-01T16:11:10.652Z Downloaded recursive-proc-macro-impl v0.1.1
9302026-05-01T16:11:10.652Z Downloaded recursive v0.1.1
9312026-05-01T16:11:10.652Z Downloaded ref-cast v1.0.25
9322026-05-01T16:11:10.654Z Downloaded ppv-lite86 v0.2.21
9332026-05-01T16:11:10.654Z Downloaded primeorder v0.13.6
9342026-05-01T16:11:10.654Z Downloaded pin-project-lite v0.2.17
9352026-05-01T16:11:10.657Z Downloaded rand_xorshift v0.4.0
9362026-05-01T16:11:10.661Z Downloaded hickory-resolver v0.24.4
9372026-05-01T16:11:10.661Z Downloaded flume v0.11.1
9382026-05-01T16:11:10.663Z Downloaded flate2 v1.1.9
9392026-05-01T16:11:10.666Z Downloaded num-rational v0.4.2
9402026-05-01T16:11:10.666Z Downloaded num-conv v0.2.0
9412026-05-01T16:11:10.669Z Downloaded nu-ansi-term v0.50.3
9422026-05-01T16:11:10.669Z Downloaded parking_lot_core v0.8.6
9432026-05-01T16:11:10.672Z Downloaded parking_lot v0.12.5
9442026-05-01T16:11:10.672Z Downloaded num_enum v0.7.5
9452026-05-01T16:11:10.675Z Downloaded psm v0.1.30
9462026-05-01T16:11:10.677Z Downloaded rfc6979 v0.4.0
9472026-05-01T16:11:10.677Z Downloaded ref-cast-impl v1.0.25
9482026-05-01T16:11:10.680Z Downloaded parking_lot v0.11.2
9492026-05-01T16:11:10.680Z Downloaded russh-cryptovec v0.7.3
9502026-05-01T16:11:10.680Z Downloaded rtoolbox v0.0.3
9512026-05-01T16:11:10.683Z Downloaded progenitor v0.13.0
9522026-05-01T16:11:10.683Z Downloaded rustc-hash v2.1.1
9532026-05-01T16:11:10.683Z Downloaded parking_lot_core v0.9.12
9542026-05-01T16:11:10.686Z Downloaded progenitor v0.11.2
9552026-05-01T16:11:10.686Z Downloaded ignore v0.4.25
9562026-05-01T16:11:10.689Z Downloaded iana-time-zone v0.1.65
9572026-05-01T16:11:10.689Z Downloaded futures v0.3.32
9582026-05-01T16:11:10.691Z Downloaded progenitor-extras v0.1.1
9592026-05-01T16:11:10.694Z Downloaded rustc_version v0.4.1
9602026-05-01T16:11:10.694Z Downloaded rand_chacha v0.9.0
9612026-05-01T16:11:10.698Z Downloaded rustc_version v0.1.7
9622026-05-01T16:11:10.698Z Downloaded r2d2 v0.8.10
9632026-05-01T16:11:10.698Z Downloaded pkcs1 v0.7.5
9642026-05-01T16:11:10.701Z Downloaded progenitor-client v0.13.0
9652026-05-01T16:11:10.701Z Downloaded bumpalo v3.20.2
9662026-05-01T16:11:10.701Z Downloaded fatfs v0.3.6
9672026-05-01T16:11:10.704Z Downloaded dropshot-api-manager v0.6.0
9682026-05-01T16:11:10.704Z Downloaded darling_core v0.23.0
9692026-05-01T16:11:10.709Z Downloaded postcard v1.1.3
9702026-05-01T16:11:10.713Z Downloaded papergrid v0.17.0
9712026-05-01T16:11:10.716Z Downloaded scheduled-thread-pool v0.2.7
9722026-05-01T16:11:10.719Z Downloaded sapling-renderdag v0.1.0
9732026-05-01T16:11:10.719Z Downloaded salsa20 v0.10.2
9742026-05-01T16:11:10.719Z Downloaded rand_seeder v0.4.0
9752026-05-01T16:11:10.722Z Downloaded rand_core v0.10.0
9762026-05-01T16:11:10.722Z Downloaded rand_core v0.9.5
9772026-05-01T16:11:10.722Z Downloaded scroll_derive v0.13.1
9782026-05-01T16:11:10.725Z Downloaded proc-macro-error2 v2.0.1
9792026-05-01T16:11:10.732Z Downloaded seq-macro v0.3.6
9802026-05-01T16:11:10.735Z Downloaded postgres-types v0.2.12
9812026-05-01T16:11:10.735Z Downloaded same-file v1.0.6
9822026-05-01T16:11:10.735Z Downloaded secrecy v0.10.3
9832026-05-01T16:11:10.738Z Downloaded secrecy v0.8.0
9842026-05-01T16:11:10.740Z Downloaded poly1305 v0.8.0
9852026-05-01T16:11:10.740Z Downloaded serde_bytes v0.11.19
9862026-05-01T16:11:10.743Z Downloaded ed25519-dalek v2.2.0
9872026-05-01T16:11:10.743Z Downloaded serde-big-array v0.5.1
9882026-05-01T16:11:10.746Z Downloaded scrypt v0.11.0
9892026-05-01T16:11:10.749Z Downloaded miniz_oxide v0.8.9
9902026-05-01T16:11:10.752Z Downloaded semver v0.1.20
9912026-05-01T16:11:10.756Z Downloaded sha1 v0.10.6
9922026-05-01T16:11:10.756Z Downloaded resolv-conf v0.7.6
9932026-05-01T16:11:10.758Z Downloaded serde_repr v0.1.20
9942026-05-01T16:11:10.758Z Downloaded serde_urlencoded v0.7.1
9952026-05-01T16:11:10.758Z Downloaded serde_plain v1.0.2
9962026-05-01T16:11:10.761Z Downloaded quinn-udp v0.5.14
9972026-05-01T16:11:10.761Z Downloaded pkcs5 v0.7.1
9982026-05-01T16:11:10.764Z Downloaded hickory-resolver v0.25.2
9992026-05-01T16:11:10.767Z Downloaded oso v0.27.3
10002026-05-01T16:11:10.770Z Downloaded shell-words v1.1.1
10012026-05-01T16:11:10.773Z Downloaded rustls-pemfile v2.2.0
10022026-05-01T16:11:10.777Z Downloaded sigpipe v0.1.3
10032026-05-01T16:11:10.780Z Downloaded signal-hook-tokio v0.3.1
10042026-05-01T16:11:10.780Z Downloaded signal-hook-mio v0.2.5
10052026-05-01T16:11:10.780Z Downloaded signature v2.2.0
10062026-05-01T16:11:10.783Z Downloaded rustls-native-certs v0.8.3
10072026-05-01T16:11:10.786Z Downloaded rustversion v1.0.22
10082026-05-01T16:11:10.791Z Downloaded expectorate v1.2.0
10092026-05-01T16:11:10.791Z Downloaded scopeguard v1.2.0
10102026-05-01T16:11:10.793Z Downloaded schemars_derive v0.8.22
10112026-05-01T16:11:10.796Z Downloaded progenitor-impl v0.11.2
10122026-05-01T16:11:10.799Z Downloaded rusty-fork v0.3.1
10132026-05-01T16:11:10.799Z Downloaded rand_core v0.6.4
10142026-05-01T16:11:10.799Z Downloaded siphasher v1.0.2
10152026-05-01T16:11:10.802Z Downloaded http v1.4.0
10162026-05-01T16:11:10.805Z Downloaded scroll v0.13.0
10172026-05-01T16:11:10.807Z Downloaded pin-project v1.1.11
10182026-05-01T16:11:10.812Z Downloaded slog-envlogger v2.2.0
10192026-05-01T16:11:10.815Z Downloaded aes v0.8.4
10202026-05-01T16:11:10.818Z Downloaded slog-bunyan v2.5.0
10212026-05-01T16:11:10.818Z Downloaded jiff-static v0.2.21
10222026-05-01T16:11:10.821Z Downloaded sec1 v0.7.3
10232026-05-01T16:11:10.822Z Downloaded aes-gcm v0.10.3
10242026-05-01T16:11:10.828Z Downloaded serde-hex v0.1.0
10252026-05-01T16:11:10.830Z Downloaded openssl-sys v0.9.111
10262026-05-01T16:11:10.833Z Downloaded ssh-encoding v0.2.0
10272026-05-01T16:11:10.836Z Downloaded p256 v0.13.2
10282026-05-01T16:11:10.841Z Downloaded serde_spanned v1.0.4
10292026-05-01T16:11:10.841Z Downloaded serde_derive_internals v0.29.1
10302026-05-01T16:11:10.845Z Downloaded serde_path_to_error v0.1.20
10312026-05-01T16:11:10.845Z Downloaded minimal-lexical v0.2.1
10322026-05-01T16:11:10.845Z Downloaded hashbrown v0.13.2
10332026-05-01T16:11:10.848Z Downloaded hashbrown v0.12.3
10342026-05-01T16:11:10.851Z Downloaded progenitor-impl v0.13.0
10352026-05-01T16:11:10.853Z Downloaded shlex v1.3.0
10362026-05-01T16:11:10.853Z Downloaded rustls-pemfile v1.0.4
10372026-05-01T16:11:10.857Z Downloaded ssh-cipher v0.2.0
10382026-05-01T16:11:10.858Z Downloaded simd-adler32 v0.3.8
10392026-05-01T16:11:10.860Z Downloaded strum v0.27.2
10402026-05-01T16:11:10.860Z Downloaded strum v0.26.3
10412026-05-01T16:11:10.861Z Downloaded strip-ansi-escapes v0.2.1
10422026-05-01T16:11:10.861Z Downloaded sqlparser_derive v0.5.0
10432026-05-01T16:11:10.861Z Downloaded signal-hook-registry v1.4.8
10442026-05-01T16:11:10.888Z Downloaded rustls-pki-types v1.14.0
10452026-05-01T16:11:10.888Z Downloaded prefix-trie v0.7.0
10462026-05-01T16:11:10.888Z Downloaded hickory-server v0.25.2
10472026-05-01T16:11:10.888Z Downloaded structmeta v0.3.0
10482026-05-01T16:11:10.888Z Downloaded structmeta-derive v0.3.0
10492026-05-01T16:11:10.888Z Downloaded slog-stdlog v4.1.1
10502026-05-01T16:11:10.888Z Downloaded slog-scope v4.4.1
10512026-05-01T16:11:10.888Z Downloaded itertools v0.10.5
10522026-05-01T16:11:10.888Z Downloaded take_mut v0.2.2
10532026-05-01T16:11:10.888Z Downloaded sync_wrapper v1.0.2
10542026-05-01T16:11:10.891Z Downloaded sync-ptr v0.1.4
10552026-05-01T16:11:10.891Z Downloaded slog-dtrace v0.3.0
10562026-05-01T16:11:10.891Z Downloaded slab v0.4.12
10572026-05-01T16:11:10.891Z Downloaded tabled_derive v0.11.0
10582026-05-01T16:11:10.891Z Downloaded smallvec v0.6.14
10592026-05-01T16:11:10.891Z Downloaded subtle v2.6.1
10602026-05-01T16:11:10.894Z Downloaded tagptr v0.2.0
10612026-05-01T16:11:10.894Z Downloaded tabwriter v1.4.1
10622026-05-01T16:11:10.894Z Downloaded slog-async v2.8.0
10632026-05-01T16:11:10.899Z Downloaded tap v1.0.1
10642026-05-01T16:11:10.899Z Downloaded termtree v0.5.1
10652026-05-01T16:11:10.903Z Downloaded slog-term v2.9.2
10662026-05-01T16:11:10.903Z Downloaded snafu-derive v0.8.9
10672026-05-01T16:11:10.903Z Downloaded smf v0.2.3
10682026-05-01T16:11:10.903Z Downloaded slog-json v2.6.1
10692026-05-01T16:11:10.903Z Downloaded ron v0.8.1
10702026-05-01T16:11:10.906Z Downloaded testing_table v0.3.0
10712026-05-01T16:11:10.909Z Downloaded hyper-util v0.1.20
10722026-05-01T16:11:10.912Z Downloaded sct v0.7.1
10732026-05-01T16:11:10.916Z Downloaded thiserror-impl-no-std v2.0.2
10742026-05-01T16:11:10.916Z Downloaded tinyvec_macros v0.1.1
10752026-05-01T16:11:10.918Z Downloaded thread-id v5.1.0
10762026-05-01T16:11:10.922Z Downloaded pretty_assertions v1.4.1
10772026-05-01T16:11:10.925Z Downloaded spki v0.7.3
10782026-05-01T16:11:10.928Z Downloaded serde_with_macros v3.17.0
10792026-05-01T16:11:10.928Z Downloaded russh-keys v0.45.0
10802026-05-01T16:11:10.930Z Downloaded strum_macros v0.24.3
10812026-05-01T16:11:10.931Z Downloaded tokio-macros v2.7.0
10822026-05-01T16:11:10.933Z Downloaded strum_macros v0.26.4
10832026-05-01T16:11:10.933Z Downloaded rustls-platform-verifier v0.6.2
10842026-05-01T16:11:10.936Z Downloaded stacker v0.1.23
10852026-05-01T16:11:10.940Z Downloaded sqlformat v0.3.5
10862026-05-01T16:11:10.940Z Downloaded ryu v1.0.23
10872026-05-01T16:11:10.944Z Downloaded num-bigint v0.4.6
10882026-05-01T16:11:10.946Z Downloaded stringprep v0.1.5
10892026-05-01T16:11:10.946Z Downloaded mio v1.2.0
10902026-05-01T16:11:10.949Z Downloaded rayon-core v1.13.0
10912026-05-01T16:11:10.952Z Downloaded supports-color v3.0.2
10922026-05-01T16:11:10.952Z Downloaded schemars v0.8.22
10932026-05-01T16:11:10.958Z Downloaded string_cache v0.8.9
10942026-05-01T16:11:10.961Z Downloaded support-bundle-viewer v0.1.2
10952026-05-01T16:11:10.961Z Downloaded static_assertions v1.1.0
10962026-05-01T16:11:10.966Z Downloaded libxml v0.3.3
10972026-05-01T16:11:10.969Z Downloaded rcgen v0.12.1
10982026-05-01T16:11:10.977Z Downloaded topological-sort v0.2.2
10992026-05-01T16:11:10.980Z Downloaded termios v0.3.3
11002026-05-01T16:11:10.982Z Downloaded spin v0.9.8
11012026-05-01T16:11:10.982Z Downloaded prettyplease v0.2.37
11022026-05-01T16:11:10.990Z Downloaded time-macros v0.2.27
11032026-05-01T16:11:10.993Z Downloaded thiserror-no-std v2.0.2
11042026-05-01T16:11:10.997Z Downloaded tower-layer v0.3.3
11052026-05-01T16:11:10.997Z Downloaded serde_cbor v0.11.2
11062026-05-01T16:11:10.997Z Downloaded time-core v0.1.8
11072026-05-01T16:11:11.000Z Downloaded trait-variant v0.1.2
11082026-05-01T16:11:11.000Z Downloaded tiny-keccak v2.0.2
11092026-05-01T16:11:11.000Z Downloaded serde_yaml v0.9.34+deprecated
11102026-05-01T16:11:11.003Z Downloaded publicsuffix v2.3.0
11112026-05-01T16:11:11.003Z Downloaded signal-hook v0.3.18
11122026-05-01T16:11:11.006Z Downloaded rand v0.8.5
11132026-05-01T16:11:11.009Z Downloaded iddqd v0.3.17
11142026-05-01T16:11:11.011Z Downloaded strum_macros v0.27.2
11152026-05-01T16:11:11.014Z Downloaded tower-service v0.3.3
11162026-05-01T16:11:11.018Z Downloaded unicode-truncate v1.1.0
11172026-05-01T16:11:11.022Z Downloaded tls_codec_derive v0.4.2
11182026-05-01T16:11:11.022Z Downloaded similar v2.7.0
11192026-05-01T16:11:11.025Z Downloaded crossterm v0.29.0
11202026-05-01T16:11:11.028Z Downloaded quinn v0.11.9
11212026-05-01T16:11:11.030Z Downloaded tokio-dtrace v0.1.1
11222026-05-01T16:11:11.030Z Downloaded typify-macro v0.6.1
11232026-05-01T16:11:11.030Z Downloaded typify-macro v0.4.3
11242026-05-01T16:11:11.033Z Downloaded tokio-native-tls v0.3.1
11252026-05-01T16:11:11.033Z Downloaded tls_codec v0.4.2
11262026-05-01T16:11:11.033Z Downloaded untrusted v0.9.0
11272026-05-01T16:11:11.036Z Downloaded tokio-tungstenite v0.21.0
11282026-05-01T16:11:11.036Z Downloaded universal-hash v0.5.1
11292026-05-01T16:11:11.039Z Downloaded iri-string v0.7.10
11302026-05-01T16:11:11.042Z Downloaded untrusted v0.7.1
11312026-05-01T16:11:11.047Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11322026-05-01T16:11:11.050Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11332026-05-01T16:11:11.050Z Downloaded tokio-tungstenite v0.23.1
11342026-05-01T16:11:11.053Z Downloaded usdt-attr-macro v0.6.0
11352026-05-01T16:11:11.056Z Downloaded socket2 v0.6.3
11362026-05-01T16:11:11.060Z Downloaded unit-prefix v0.5.2
11372026-05-01T16:11:11.065Z Downloaded usdt v0.6.0
11382026-05-01T16:11:11.070Z Downloaded utf-8 v0.7.6
11392026-05-01T16:11:11.070Z Downloaded term v0.7.0
11402026-05-01T16:11:11.070Z Downloaded usdt-macro v0.6.0
11412026-05-01T16:11:11.076Z Downloaded void v1.0.2
11422026-05-01T16:11:11.079Z Downloaded term v1.2.1
11432026-05-01T16:11:11.079Z Downloaded want v0.3.1
11442026-05-01T16:11:11.079Z Downloaded thread_local v1.1.9
11452026-05-01T16:11:11.079Z Downloaded waitgroup v0.1.2
11462026-05-01T16:11:11.084Z Downloaded try-lock v0.2.5
11472026-05-01T16:11:11.087Z Downloaded toml_writer v1.0.6+spec-1.1.0
11482026-05-01T16:11:11.090Z Downloaded wait-timeout v0.2.1
11492026-05-01T16:11:11.090Z Downloaded tui-tree-widget v0.23.1
11502026-05-01T16:11:11.095Z Downloaded itertools v0.13.0
11512026-05-01T16:11:11.099Z Downloaded rand v0.10.0
11522026-05-01T16:11:11.099Z Downloaded h2 v0.4.13
11532026-05-01T16:11:11.103Z Downloaded nom v7.1.3
11542026-05-01T16:11:11.107Z Downloaded hashbrown v0.15.5
11552026-05-01T16:11:11.112Z Downloaded unarray v0.1.4
11562026-05-01T16:11:11.112Z Downloaded itertools v0.12.1
11572026-05-01T16:11:11.116Z Downloaded slog v2.8.2
11582026-05-01T16:11:11.116Z Downloaded rustls-webpki v0.103.9
11592026-05-01T16:11:11.119Z Downloaded hkdf v0.12.4
11602026-05-01T16:11:11.119Z Downloaded subprocess v0.2.15
11612026-05-01T16:11:11.122Z Downloaded tokio-rustls v0.25.0
11622026-05-01T16:11:11.122Z Downloaded tokio-rustls v0.24.1
11632026-05-01T16:11:11.125Z Downloaded schemars v0.9.0
11642026-05-01T16:11:11.130Z Downloaded xshell-macros v0.2.7
11652026-05-01T16:11:11.133Z Downloaded xattr v1.6.1
11662026-05-01T16:11:11.133Z Downloaded snafu v0.8.9
11672026-05-01T16:11:11.136Z Downloaded zeroize_derive v1.4.3
11682026-05-01T16:11:11.136Z Downloaded tokio-stream v0.1.18
11692026-05-01T16:11:11.139Z Downloaded rsa v0.9.10
11702026-05-01T16:11:11.144Z Downloaded tokio-rustls v0.26.4
11712026-05-01T16:11:11.146Z Downloaded qorb v0.4.1
11722026-05-01T16:11:11.146Z Downloaded walkdir v2.5.0
11732026-05-01T16:11:11.149Z Downloaded vergen-gitcl v1.0.8
11742026-05-01T16:11:11.149Z Downloaded zone v0.3.1
11752026-05-01T16:11:11.149Z Downloaded vergen-git2 v9.1.0
11762026-05-01T16:11:11.154Z Downloaded socket2 v0.5.10
11772026-05-01T16:11:11.154Z Downloaded chrono v0.4.44
11782026-05-01T16:11:11.157Z Downloaded uzers v0.12.2
11792026-05-01T16:11:11.160Z Downloaded bitvec v1.0.1
11802026-05-01T16:11:11.167Z Downloaded zone_cfg_derive v0.3.1
11812026-05-01T16:11:11.169Z Downloaded unicase v2.9.0
11822026-05-01T16:11:11.169Z Downloaded tinyvec v1.10.0
11832026-05-01T16:11:11.169Z Downloaded samael v0.0.19
11842026-05-01T16:11:11.172Z Downloaded test-strategy v0.4.5
11852026-05-01T16:11:11.176Z Downloaded vergen-lib v0.1.6
11862026-05-01T16:11:11.179Z Downloaded tracing-attributes v0.1.31
11872026-05-01T16:11:11.179Z Downloaded vergen-lib v9.1.0
11882026-05-01T16:11:11.179Z Downloaded russh v0.45.0
11892026-05-01T16:11:11.183Z Downloaded p521 v0.13.3
11902026-05-01T16:11:11.186Z Downloaded aho-corasick v1.1.4
11912026-05-01T16:11:11.188Z Downloaded futures-util v0.3.32
11922026-05-01T16:11:11.193Z Downloaded zeroize v1.8.2
11932026-05-01T16:11:11.196Z Downloaded whoami v1.6.1
11942026-05-01T16:11:11.196Z Downloaded twox-hash v2.1.2
11952026-05-01T16:11:11.199Z Downloaded num-bigint-dig v0.8.6
11962026-05-01T16:11:11.202Z Downloaded libm v0.2.16
11972026-05-01T16:11:11.205Z Downloaded unicode-properties v0.1.4
11982026-05-01T16:11:11.207Z Downloaded wyz v0.5.1
11992026-05-01T16:11:11.207Z Downloaded vsss-rs v3.3.4
12002026-05-01T16:11:11.210Z Downloaded vergen v9.1.0
12012026-05-01T16:11:11.210Z Downloaded toml_parser v1.0.9+spec-1.1.0
12022026-05-01T16:11:11.216Z Downloaded rand v0.9.2
12032026-05-01T16:11:11.219Z Downloaded typify v0.6.1
12042026-05-01T16:11:11.222Z Downloaded typify v0.4.3
12052026-05-01T16:11:11.224Z Downloaded tungstenite v0.21.0
12062026-05-01T16:11:11.225Z Downloaded itertools v0.14.0
12072026-05-01T16:11:11.228Z Downloaded usdt-impl v0.6.0
12082026-05-01T16:11:11.231Z Downloaded toml v1.0.6+spec-1.1.0
12092026-05-01T16:11:11.234Z Downloaded toml v0.9.12+spec-1.1.0
12102026-05-01T16:11:11.236Z Downloaded toml v0.7.8
12112026-05-01T16:11:11.236Z Downloaded zstd v0.13.3
12122026-05-01T16:11:11.239Z Downloaded xshell v0.2.7
12132026-05-01T16:11:11.239Z Downloaded toml_edit v0.23.10+spec-1.0.0
12142026-05-01T16:11:11.242Z Downloaded hyper v1.8.1
12152026-05-01T16:11:11.245Z Downloaded blake3 v1.8.3
12162026-05-01T16:11:11.254Z Downloaded tracing-core v0.1.36
12172026-05-01T16:11:11.257Z Downloaded tungstenite v0.23.0
12182026-05-01T16:11:11.260Z Downloaded vte v0.14.1
12192026-05-01T16:11:11.260Z Downloaded zstd-safe v7.2.4
12202026-05-01T16:11:11.263Z Downloaded schemars v1.2.1
12212026-05-01T16:11:11.271Z Downloaded whoami v2.1.0
12222026-05-01T16:11:11.274Z Downloaded unicode-bidi v0.3.18
12232026-05-01T16:11:11.274Z Downloaded yasna v0.5.2
12242026-05-01T16:11:11.276Z Downloaded unsafe-libyaml v0.2.11
12252026-05-01T16:11:11.279Z Downloaded rustyline v14.0.0
12262026-05-01T16:11:11.282Z Downloaded steno v0.4.1
12272026-05-01T16:11:11.285Z Downloaded tar v0.4.45
12282026-05-01T16:11:11.298Z Downloaded toml_edit v0.19.15
12292026-05-01T16:11:11.306Z Downloaded ssh-key v0.6.7
12302026-05-01T16:11:11.317Z Downloaded zerocopy v0.6.6
12312026-05-01T16:11:11.328Z Downloaded reedline v0.40.0
12322026-05-01T16:11:11.333Z Downloaded unicode_categories v0.1.1
12332026-05-01T16:11:11.338Z Downloaded uuid v1.23.0
12342026-05-01T16:11:11.338Z Downloaded yansi v1.0.1
12352026-05-01T16:11:11.341Z Downloaded tokio-postgres v0.7.16
12362026-05-01T16:11:11.341Z Downloaded zopfli v0.8.3
12372026-05-01T16:11:11.341Z Downloaded zip v0.6.6
12382026-05-01T16:11:11.344Z Downloaded regex v1.12.3
12392026-05-01T16:11:11.347Z Downloaded rpassword v7.4.0
12402026-05-01T16:11:11.351Z Downloaded aws-lc-rs v1.16.0
12412026-05-01T16:11:11.368Z Downloaded p384 v0.13.1
12422026-05-01T16:11:11.370Z Downloaded git2 v0.20.4
12432026-05-01T16:11:11.376Z Downloaded zerocopy-derive v0.8.40
12442026-05-01T16:11:11.381Z Downloaded reqwest v0.12.28
12452026-05-01T16:11:11.386Z Downloaded tower v0.5.3
12462026-05-01T16:11:11.391Z Downloaded reqwest v0.13.2
12472026-05-01T16:11:11.407Z Downloaded salty v0.3.0
12482026-05-01T16:11:11.411Z Downloaded unicode-segmentation v1.12.0
12492026-05-01T16:11:11.416Z Downloaded portable-atomic v1.13.1
12502026-05-01T16:11:11.422Z Downloaded rayon v1.11.0
12512026-05-01T16:11:11.430Z Downloaded goblin v0.10.5
12522026-05-01T16:11:11.449Z Downloaded quick-xml v0.37.5
12532026-05-01T16:11:11.453Z Downloaded x509-cert v0.2.5
12542026-05-01T16:11:11.460Z Downloaded proptest v1.10.0
12552026-05-01T16:11:11.465Z Downloaded rustls-webpki v0.102.8
12562026-05-01T16:11:11.472Z Downloaded petname v2.0.2
12572026-05-01T16:11:11.476Z Downloaded moka v0.12.13
12582026-05-01T16:11:11.479Z Downloaded typed-path v0.9.3
12592026-05-01T16:11:11.484Z Downloaded object v0.30.4
12602026-05-01T16:11:11.487Z Downloaded rustls-webpki v0.101.7
12612026-05-01T16:11:11.496Z Downloaded tokio-util v0.7.18
12622026-05-01T16:11:11.500Z Downloaded nix v0.27.1
12632026-05-01T16:11:11.507Z Downloaded zip v4.6.1
12642026-05-01T16:11:11.511Z Downloaded tower-http v0.6.8
12652026-05-01T16:11:11.515Z Downloaded radix_trie v0.2.1
12662026-05-01T16:11:11.518Z Downloaded tough v0.20.0
12672026-05-01T16:11:11.521Z Downloaded lalrpop v0.19.12
12682026-05-01T16:11:11.527Z Downloaded unicode-normalization v0.1.25
12692026-05-01T16:11:11.565Z Downloaded polar-core v0.27.3
12702026-05-01T16:11:11.568Z Downloaded curve25519-dalek v4.1.3
12712026-05-01T16:11:11.574Z Downloaded serde_with v3.17.0
12722026-05-01T16:11:11.580Z Downloaded bstr v1.12.1
12732026-05-01T16:11:11.611Z Downloaded regex-syntax v0.6.29
12742026-05-01T16:11:11.620Z Downloaded rustls v0.21.12
12752026-05-01T16:11:11.620Z Downloaded hickory-proto v0.24.4
12762026-05-01T16:11:11.625Z Downloaded winnow v0.6.26
12772026-05-01T16:11:11.634Z Downloaded quinn-proto v0.11.13
12782026-05-01T16:11:11.638Z Downloaded webpki-roots v1.0.6
12792026-05-01T16:11:11.640Z Downloaded openssl v0.10.75
12802026-05-01T16:11:11.647Z Downloaded winnow v0.5.40
12812026-05-01T16:11:11.651Z Downloaded tabled v0.20.0
12822026-05-01T16:11:11.660Z Downloaded nix v0.31.2
12832026-05-01T16:11:11.667Z Downloaded nix v0.28.0
12842026-05-01T16:11:11.674Z Downloaded regress v0.10.5
12852026-05-01T16:11:11.679Z Downloaded zerocopy v0.8.40
12862026-05-01T16:11:11.685Z Downloaded smoltcp v0.11.0
12872026-05-01T16:11:11.691Z Downloaded hickory-proto v0.25.2
12882026-05-01T16:11:11.700Z Downloaded vcpkg v0.2.15
12892026-05-01T16:11:11.723Z Downloaded zlib-rs v0.6.2
12902026-05-01T16:11:11.726Z Downloaded object v0.37.3
12912026-05-01T16:11:11.732Z Downloaded smoltcp v0.9.1
12922026-05-01T16:11:11.738Z Downloaded dropshot v0.16.7
12932026-05-01T16:11:11.751Z Downloaded rustls v0.22.4
12942026-05-01T16:11:11.759Z Downloaded dropshot v0.17.0
12952026-05-01T16:11:11.771Z Downloaded regex-syntax v0.8.10
12962026-05-01T16:11:11.776Z Downloaded diesel v2.3.7
12972026-05-01T16:11:11.788Z Downloaded rustls v0.23.37
12982026-05-01T16:11:11.794Z Downloaded openapiv3 v2.2.0
12992026-05-01T16:11:11.801Z Downloaded time v0.3.47
13002026-05-01T16:11:11.818Z Downloaded rustix v0.38.44
13012026-05-01T16:11:11.830Z Downloaded tracing v0.1.44
13022026-05-01T16:11:11.842Z Downloaded typify-impl v0.4.3
13032026-05-01T16:11:11.851Z Downloaded bzip2-sys v0.1.13+1.0.8
13042026-05-01T16:11:11.859Z Downloaded sqlparser v0.61.0
13052026-05-01T16:11:11.865Z Downloaded regex-automata v0.4.14
13062026-05-01T16:11:11.874Z Downloaded zerocopy-derive v0.6.6
13072026-05-01T16:11:11.881Z Downloaded petgraph v0.6.5
13082026-05-01T16:11:11.901Z Downloaded chrono-tz v0.10.4
13092026-05-01T16:11:11.912Z Downloaded sled v0.34.7
13102026-05-01T16:11:11.918Z Downloaded ratatui v0.29.0
13112026-05-01T16:11:11.929Z Downloaded petgraph v0.8.3
13122026-05-01T16:11:11.942Z Downloaded typify-impl v0.6.1
13132026-05-01T16:11:11.958Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13142026-05-01T16:11:12.041Z Downloaded jiff v0.2.21
13152026-05-01T16:11:12.080Z Downloaded csv v1.4.0
13162026-05-01T16:11:12.093Z Downloaded libz-sys v1.1.24
13172026-05-01T16:11:12.135Z Downloaded sha3 v0.10.8
13182026-05-01T16:11:12.154Z Downloaded tokio v1.52.1
13192026-05-01T16:11:12.216Z Downloaded encoding_rs v0.8.35
13202026-05-01T16:11:12.253Z Downloaded ring v0.17.14
13212026-05-01T16:11:12.292Z Downloaded libgit2-sys v0.18.3+1.9.2
13222026-05-01T16:11:12.581Z Downloaded aws-lc-sys v0.37.1
13232026-05-01T16:11:12.856Z Compiling libc v0.2.185
13242026-05-01T16:11:12.856Z Compiling serde v1.0.228
13252026-05-01T16:11:12.859Z Compiling shlex v1.3.0
13262026-05-01T16:11:12.859Z Compiling find-msvc-tools v0.1.9
13272026-05-01T16:11:12.859Z Compiling log v0.4.29
13282026-05-01T16:11:12.859Z Compiling smallvec v1.15.1
13292026-05-01T16:11:12.859Z Compiling typenum v1.19.0
13302026-05-01T16:11:12.859Z Compiling subtle v2.6.1
13312026-05-01T16:11:13.035Z Compiling generic-array v0.14.7
13322026-05-01T16:11:13.038Z Compiling scopeguard v1.2.0
13332026-05-01T16:11:13.050Z Compiling pin-project-lite v0.2.17
13342026-05-01T16:11:13.137Z Compiling const-oid v0.9.6
13352026-05-01T16:11:13.140Z Compiling serde_json v1.0.149
13362026-05-01T16:11:13.149Z Compiling syn v2.0.117
13372026-05-01T16:11:13.164Z Compiling portable-atomic v1.13.1
13382026-05-01T16:11:13.179Z Compiling zerocopy v0.8.40
13392026-05-01T16:11:13.211Z Compiling parking_lot_core v0.9.12
13402026-05-01T16:11:13.224Z Compiling lock_api v0.4.14
13412026-05-01T16:11:13.241Z Compiling critical-section v1.2.0
13422026-05-01T16:11:13.258Z Compiling futures-core v0.3.32
13432026-05-01T16:11:13.299Z Compiling libm v0.2.16
13442026-05-01T16:11:13.333Z Compiling pkg-config v0.3.32
13452026-05-01T16:11:13.366Z Compiling bitflags v2.11.0
13462026-05-01T16:11:13.386Z Compiling num-traits v0.2.19
13472026-05-01T16:11:13.417Z Compiling percent-encoding v2.3.2
13482026-05-01T16:11:13.420Z Compiling allocator-api2 v0.2.21
13492026-05-01T16:11:13.496Z Compiling futures-sink v0.3.32
13502026-05-01T16:11:13.527Z Compiling futures-io v0.3.32
13512026-05-01T16:11:13.574Z Compiling cpufeatures v0.2.17
13522026-05-01T16:11:13.614Z Compiling futures-channel v0.3.32
13532026-05-01T16:11:13.632Z Compiling rustversion v1.0.22
13542026-05-01T16:11:13.633Z Compiling foldhash v0.2.0
13552026-05-01T16:11:13.661Z Compiling slab v0.4.12
13562026-05-01T16:11:13.738Z Compiling futures-task v0.3.32
13572026-05-01T16:11:13.755Z Compiling getrandom v0.4.1
13582026-05-01T16:11:13.796Z Compiling rand_core v0.10.0
13592026-05-01T16:11:13.813Z Compiling hashbrown v0.16.1
13602026-05-01T16:11:13.867Z Compiling getrandom v0.3.4
13612026-05-01T16:11:13.883Z Compiling form_urlencoded v1.2.2
13622026-05-01T16:11:13.900Z Compiling fs_extra v1.3.0
13632026-05-01T16:11:13.935Z Compiling dunce v1.0.5
13642026-05-01T16:11:13.950Z Compiling ident_case v1.0.1
13652026-05-01T16:11:13.953Z Compiling base64ct v1.8.3
13662026-05-01T16:11:13.988Z Compiling iana-time-zone v0.1.65
13672026-05-01T16:11:14.008Z Compiling getrandom v0.2.17
13682026-05-01T16:11:14.046Z Compiling jobserver v0.1.34
13692026-05-01T16:11:14.078Z Compiling errno v0.3.14
13702026-05-01T16:11:14.110Z Compiling mio v1.2.0
13712026-05-01T16:11:14.127Z Compiling socket2 v0.6.3
13722026-05-01T16:11:14.194Z Compiling rand_core v0.6.4
13732026-05-01T16:11:14.210Z Compiling once_cell v1.21.3
13742026-05-01T16:11:14.223Z Compiling signal-hook-registry v1.4.8
13752026-05-01T16:11:14.272Z Compiling cc v1.2.56
13762026-05-01T16:11:14.307Z Compiling parking_lot v0.12.5
13772026-05-01T16:11:14.411Z Compiling indexmap v2.13.0
13782026-05-01T16:11:14.450Z Compiling pem-rfc7468 v0.7.0
13792026-05-01T16:11:14.453Z Compiling flagset v0.4.7
13802026-05-01T16:11:14.503Z Compiling untrusted v0.9.0
13812026-05-01T16:11:14.520Z Compiling uuid v1.23.0
13822026-05-01T16:11:14.570Z Compiling rustix v1.1.3
13832026-05-01T16:11:14.574Z Compiling tracing-core v0.1.36
13842026-05-01T16:11:14.615Z Compiling rustc_version v0.4.1
13852026-05-01T16:11:14.631Z Compiling aws-lc-rs v1.16.0
13862026-05-01T16:11:14.662Z Compiling httparse v1.10.1
13872026-05-01T16:11:14.665Z Compiling regex-syntax v0.8.10
13882026-05-01T16:11:14.714Z Compiling vcpkg v0.2.15
13892026-05-01T16:11:14.794Z Compiling schemars v0.8.22
13902026-05-01T16:11:14.873Z Compiling rand_core v0.9.5
13912026-05-01T16:11:14.876Z Compiling time-core v0.1.8
13922026-05-01T16:11:14.955Z Compiling crc32fast v1.5.0
13932026-05-01T16:11:14.972Z Compiling powerfmt v0.2.0
13942026-05-01T16:11:15.005Z Compiling num-conv v0.2.0
13952026-05-01T16:11:15.047Z Compiling cmake v0.1.57
13962026-05-01T16:11:15.081Z Compiling atomic-waker v1.1.2
13972026-05-01T16:11:15.099Z Compiling base64 v0.22.1
13982026-05-01T16:11:15.160Z Compiling deranged v0.5.8
13992026-05-01T16:11:15.179Z Compiling time-macros v0.2.27
14002026-05-01T16:11:15.196Z Compiling spin v0.9.8
14012026-05-01T16:11:15.228Z Compiling try-lock v0.2.5
14022026-05-01T16:11:15.231Z Compiling tower-service v0.3.3
14032026-05-01T16:11:15.259Z Compiling untrusted v0.7.1
14042026-05-01T16:11:15.274Z Compiling num_threads v0.1.7
14052026-05-01T16:11:15.357Z Compiling dyn-clone v1.0.20
14062026-05-01T16:11:15.373Z Compiling simd-adler32 v0.3.8
14072026-05-01T16:11:15.376Z Compiling openssl-probe v0.2.1
14082026-05-01T16:11:15.401Z Compiling tower-layer v0.3.3
14092026-05-01T16:11:15.447Z Compiling want v0.3.1
14102026-05-01T16:11:15.450Z Compiling slog v2.8.2
14112026-05-01T16:11:15.479Z Compiling httpdate v1.0.3
14122026-05-01T16:11:15.494Z Compiling adler2 v2.0.1
14132026-05-01T16:11:15.511Z Compiling rustls v0.23.37
14142026-05-01T16:11:15.528Z Compiling pin-utils v0.1.0
14152026-05-01T16:11:15.580Z Compiling tinyvec_macros v0.1.1
14162026-05-01T16:11:15.583Z Compiling aho-corasick v1.1.4
14172026-05-01T16:11:15.650Z Compiling miniz_oxide v0.8.9
14182026-05-01T16:11:15.654Z Compiling usdt-impl v0.6.0
14192026-05-01T16:11:15.654Z Compiling crossbeam-utils v0.8.21
14202026-05-01T16:11:15.654Z Compiling tinyvec v1.10.0
14212026-05-01T16:11:15.685Z Compiling zlib-rs v0.6.2
14222026-05-01T16:11:15.685Z Compiling openssl v0.10.75
14232026-05-01T16:11:15.729Z Compiling foreign-types-shared v0.1.1
14242026-05-01T16:11:15.746Z Compiling wait-timeout v0.2.1
14252026-05-01T16:11:15.760Z Compiling thread-id v5.1.0
14262026-05-01T16:11:15.878Z Compiling foreign-types v0.3.2
14272026-05-01T16:11:15.909Z Compiling paste v1.0.15
14282026-05-01T16:11:15.946Z Compiling ring v0.17.14
14292026-05-01T16:11:15.961Z Compiling aws-lc-sys v0.37.1
14302026-05-01T16:11:15.979Z Compiling openssl-sys v0.9.111
14312026-05-01T16:11:15.993Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14322026-05-01T16:11:16.047Z Compiling bit-vec v0.8.0
14332026-05-01T16:11:16.080Z Compiling synstructure v0.13.2
14342026-05-01T16:11:16.097Z Compiling pest_generator v2.8.6
14352026-05-01T16:11:16.203Z Compiling serde_derive_internals v0.29.1
14362026-05-01T16:11:16.247Z Compiling darling_core v0.20.11
14372026-05-01T16:11:16.316Z Compiling tempfile v3.25.0
14382026-05-01T16:11:16.333Z Compiling siphasher v1.0.2
14392026-05-01T16:11:16.353Z Compiling time v0.3.47
14402026-05-01T16:11:16.535Z Compiling regex-automata v0.4.14
14412026-05-01T16:11:16.552Z Compiling syn v1.0.109
14422026-05-01T16:11:16.748Z Compiling native-tls v0.2.18
14432026-05-01T16:11:16.770Z Compiling quick-error v1.2.3
14442026-05-01T16:11:16.850Z Compiling bit-set v0.8.0
14452026-05-01T16:11:16.898Z Compiling rusty-fork v0.3.1
14462026-05-01T16:11:17.006Z Compiling darling_core v0.21.3
14472026-05-01T16:11:17.027Z Compiling unicode-normalization v0.1.25
14482026-05-01T16:11:17.174Z Compiling bzip2-sys v0.1.13+1.0.8
14492026-05-01T16:11:17.189Z Compiling rand_xorshift v0.4.0
14502026-05-01T16:11:17.234Z Compiling heapless v0.7.17
14512026-05-01T16:11:17.250Z Compiling sync_wrapper v1.0.2
14522026-05-01T16:11:17.371Z Compiling cookie v0.18.1
14532026-05-01T16:11:17.374Z Compiling encoding_rs v0.8.35
14542026-05-01T16:11:17.409Z Compiling signal-hook v0.3.18
14552026-05-01T16:11:17.480Z Compiling anyhow v1.0.102
14562026-05-01T16:11:17.508Z Compiling mime v0.3.17
14572026-05-01T16:11:17.512Z Compiling ryu v1.0.23
14582026-05-01T16:11:17.550Z Compiling unicode-properties v0.1.4
14592026-05-01T16:11:17.585Z Compiling unicode-bidi v0.3.18
14602026-05-01T16:11:17.606Z Compiling unarray v0.1.4
14612026-05-01T16:11:17.719Z Compiling rustls v0.22.4
14622026-05-01T16:11:17.735Z Compiling zstd-safe v7.2.4
14632026-05-01T16:11:17.867Z Compiling serde_derive v1.0.228
14642026-05-01T16:11:17.917Z Compiling zeroize_derive v1.4.3
14652026-05-01T16:11:17.932Z Compiling zerofrom-derive v0.1.6
14662026-05-01T16:11:17.973Z Compiling yoke-derive v0.8.1
14672026-05-01T16:11:17.992Z Compiling zerocopy-derive v0.8.40
14682026-05-01T16:11:18.006Z Compiling zerovec-derive v0.11.2
14692026-05-01T16:11:18.071Z Compiling displaydoc v0.2.5
14702026-05-01T16:11:18.188Z Compiling tokio-macros v2.7.0
14712026-05-01T16:11:18.600Z Compiling zeroize v1.8.2
14722026-05-01T16:11:18.603Z Compiling futures-macro v0.3.32
14732026-05-01T16:11:18.849Z Compiling rustls-pki-types v1.14.0
14742026-05-01T16:11:18.953Z Compiling der_derive v0.7.3
14752026-05-01T16:11:18.982Z Compiling thiserror-impl v2.0.18
14762026-05-01T16:11:18.998Z Compiling tracing-attributes v0.1.31
14772026-05-01T16:11:19.178Z Compiling pest_derive v2.8.6
14782026-05-01T16:11:19.192Z Compiling scroll_derive v0.13.1
14792026-05-01T16:11:19.329Z Compiling schemars_derive v0.8.22
14802026-05-01T16:11:19.372Z Compiling crypto-common v0.1.7
14812026-05-01T16:11:19.414Z Compiling zerofrom v0.1.6
14822026-05-01T16:11:19.486Z Compiling block-buffer v0.10.4
14832026-05-01T16:11:19.544Z Compiling yoke v0.8.1
14842026-05-01T16:11:19.560Z Compiling futures-util v0.3.32
14852026-05-01T16:11:19.580Z Compiling block-padding v0.3.3
14862026-05-01T16:11:19.647Z Compiling digest v0.10.7
14872026-05-01T16:11:19.672Z Compiling darling_macro v0.20.11
14882026-05-01T16:11:19.750Z Compiling zerovec v0.11.5
14892026-05-01T16:11:19.766Z Compiling zerotrie v0.2.3
14902026-05-01T16:11:19.924Z Compiling hmac v0.12.1
14912026-05-01T16:11:19.954Z Compiling inout v0.1.4
14922026-05-01T16:11:20.043Z Compiling sha2 v0.10.9
14932026-05-01T16:11:20.099Z Compiling cipher v0.4.4
14942026-05-01T16:11:20.115Z Compiling der v0.7.10
14952026-05-01T16:11:20.148Z Compiling pbkdf2 v0.12.2
14962026-05-01T16:11:20.186Z Compiling scroll v0.13.0
14972026-05-01T16:11:20.319Z Compiling tinystr v0.8.2
14982026-05-01T16:11:20.321Z Compiling potential_utf v0.1.4
14992026-05-01T16:11:20.413Z Compiling salsa20 v0.10.2
15002026-05-01T16:11:20.416Z Compiling thiserror v2.0.18
15012026-05-01T16:11:20.445Z Compiling tracing v0.1.44
15022026-05-01T16:11:20.512Z Compiling icu_locale_core v2.1.1
15032026-05-01T16:11:20.558Z Compiling icu_collections v2.1.1
15042026-05-01T16:11:20.563Z Compiling scrypt v0.11.0
15052026-05-01T16:11:20.570Z Compiling aes v0.8.4
15062026-05-01T16:11:20.587Z Compiling cbc v0.1.2
15072026-05-01T16:11:20.685Z Compiling goblin v0.10.5
15082026-05-01T16:11:20.742Z Compiling dtrace-parser v0.3.0
15092026-05-01T16:11:20.768Z Compiling darling v0.20.11
15102026-05-01T16:11:20.783Z Compiling flate2 v1.1.9
15112026-05-01T16:11:20.830Z Compiling openssl-macros v0.1.1
15122026-05-01T16:11:20.864Z Compiling derive_builder_core v0.20.2
15132026-05-01T16:11:21.033Z Compiling spki v0.7.3
15142026-05-01T16:11:21.203Z Compiling icu_provider v2.1.1
15152026-05-01T16:11:21.248Z Compiling pkcs5 v0.7.1
15162026-05-01T16:11:21.369Z Compiling bytes v1.11.1
15172026-05-01T16:11:21.394Z Compiling chrono v0.4.44
15182026-05-01T16:11:21.443Z Compiling icu_normalizer v2.1.1
15192026-05-01T16:11:21.460Z Compiling icu_properties v2.1.2
15202026-05-01T16:11:21.515Z Compiling ipnet v2.11.0
15212026-05-01T16:11:21.531Z Compiling erased-serde v0.3.31
15222026-05-01T16:11:21.645Z Compiling pkcs8 v0.10.2
15232026-05-01T16:11:21.752Z Compiling serde_tokenstream v0.2.3
15242026-05-01T16:11:21.768Z Compiling signature v2.2.0
15252026-05-01T16:11:21.878Z Compiling tokio v1.52.1
15262026-05-01T16:11:21.963Z Compiling http v1.4.0
15272026-05-01T16:11:22.004Z Compiling rustls-native-certs v0.8.3
15282026-05-01T16:11:22.021Z Compiling scroll_derive v0.12.1
15292026-05-01T16:11:22.038Z Compiling thiserror-impl v1.0.69
15302026-05-01T16:11:22.041Z Compiling derive_builder_macro v0.20.2
15312026-05-01T16:11:22.087Z Compiling rustls-webpki v0.102.8
15322026-05-01T16:11:22.317Z Compiling idna_adapter v1.2.1
15332026-05-01T16:11:22.386Z Compiling ppv-lite86 v0.2.21
15342026-05-01T16:11:22.403Z Compiling toml_datetime v0.6.11
15352026-05-01T16:11:22.488Z Compiling idna v1.1.0
15362026-05-01T16:11:22.568Z Compiling serde_urlencoded v0.7.1
15372026-05-01T16:11:22.583Z Compiling serde_spanned v0.6.9
15382026-05-01T16:11:22.622Z Compiling http-body v1.0.1
15392026-05-01T16:11:22.680Z Compiling md-5 v0.10.6
15402026-05-01T16:11:22.716Z Compiling rand_chacha v0.9.0
15412026-05-01T16:11:22.750Z Compiling http-body-util v0.1.3
15422026-05-01T16:11:22.767Z Compiling scroll v0.12.0
15432026-05-01T16:11:22.793Z Compiling url v2.5.8
15442026-05-01T16:11:22.796Z Compiling rand_chacha v0.3.1
15452026-05-01T16:11:22.892Z Compiling darling_macro v0.21.3
15462026-05-01T16:11:22.895Z Compiling webpki-roots v1.0.6
15472026-05-01T16:11:22.895Z Compiling stringprep v0.1.5
15482026-05-01T16:11:22.939Z Compiling async-trait v0.1.89
15492026-05-01T16:11:23.053Z Compiling rand v0.9.2
15502026-05-01T16:11:23.070Z Compiling zerocopy-derive v0.7.35
15512026-05-01T16:11:23.356Z Compiling thiserror v1.0.69
15522026-05-01T16:11:23.429Z Compiling dof v0.4.0
15532026-05-01T16:11:23.641Z Compiling proptest v1.10.0
15542026-05-01T16:11:23.701Z Compiling num-integer v0.1.46
15552026-05-01T16:11:23.716Z Compiling curve25519-dalek v4.1.3
15562026-05-01T16:11:23.733Z Compiling vergen-lib v9.1.0
15572026-05-01T16:11:23.791Z Compiling ff v0.13.1
15582026-05-01T16:11:23.869Z Compiling hash32 v0.2.1
15592026-05-01T16:11:23.883Z Compiling memoffset v0.9.1
15602026-05-01T16:11:23.949Z Compiling multer v3.1.0
15612026-05-01T16:11:23.965Z Compiling thread_local v1.1.9
15622026-05-01T16:11:23.984Z Compiling match_cfg v0.1.0
15632026-05-01T16:11:24.014Z Compiling ref-cast v1.0.25
15642026-05-01T16:11:24.049Z Compiling smoltcp v0.9.1
15652026-05-01T16:11:24.071Z Compiling litrs v1.0.0
15662026-05-01T16:11:24.088Z Compiling cfg_aliases v0.2.1
15672026-05-01T16:11:24.088Z Compiling num-bigint-dig v0.8.6
15682026-05-01T16:11:24.120Z Compiling rustix v0.38.44
15692026-05-01T16:11:24.181Z Compiling ipnetwork v0.21.1
15702026-05-01T16:11:24.214Z Compiling iri-string v0.7.10
15712026-05-01T16:11:24.252Z Compiling compression-core v0.4.31
15722026-05-01T16:11:24.320Z Compiling slog-async v2.8.0
15732026-05-01T16:11:24.346Z Compiling base16ct v0.2.0
15742026-05-01T16:11:24.414Z Compiling psl-types v2.0.11
15752026-05-01T16:11:24.431Z Compiling fallible-iterator v0.2.0
15762026-05-01T16:11:24.551Z Compiling publicsuffix v2.3.0
15772026-05-01T16:11:24.566Z Compiling sec1 v0.7.3
15782026-05-01T16:11:24.603Z Compiling oxnet v0.1.4
15792026-05-01T16:11:24.619Z Compiling document-features v0.2.12
15802026-05-01T16:11:24.648Z Compiling compression-codecs v0.4.37
15812026-05-01T16:11:24.724Z Compiling postgres-protocol v0.6.10
15822026-05-01T16:11:24.740Z Compiling nix v0.31.2
15832026-05-01T16:11:24.807Z Compiling hostname v0.3.1
15842026-05-01T16:11:24.864Z Compiling zerocopy v0.7.35
15852026-05-01T16:11:24.918Z Compiling num-iter v0.1.45
15862026-05-01T16:11:24.921Z Compiling group v0.13.0
15872026-05-01T16:11:25.004Z Compiling usdt-attr-macro v0.6.0
15882026-05-01T16:11:25.021Z Compiling usdt-macro v0.6.0
15892026-05-01T16:11:25.067Z Compiling darling v0.21.3
15902026-05-01T16:11:25.067Z Compiling rand v0.8.5
15912026-05-01T16:11:25.115Z Compiling goblin v0.8.2
15922026-05-01T16:11:25.184Z Compiling derive_builder v0.20.2
15932026-05-01T16:11:25.215Z Compiling slog-json v2.6.1
15942026-05-01T16:11:25.249Z Compiling futures-executor v0.3.32
15952026-05-01T16:11:25.306Z Compiling hkdf v0.12.4
15962026-05-01T16:11:25.335Z Compiling crypto-bigint v0.5.5
15972026-05-01T16:11:25.350Z Compiling regex v1.12.3
15982026-05-01T16:11:25.500Z Compiling ref-cast-impl v1.0.25
15992026-05-01T16:11:25.537Z Compiling async-stream-impl v0.3.6
16002026-05-01T16:11:25.770Z Compiling tokio-util v0.7.18
16012026-05-01T16:11:25.811Z Compiling tower v0.5.3
16022026-05-01T16:11:25.828Z Compiling tokio-native-tls v0.3.1
16032026-05-01T16:11:25.831Z Compiling curve25519-dalek-derive v0.1.1
16042026-05-01T16:11:25.861Z Compiling strum_macros v0.27.2
16052026-05-01T16:11:25.943Z Compiling daft-derive v0.1.5
16062026-05-01T16:11:26.018Z Compiling newtype-uuid v1.3.2
16072026-05-01T16:11:26.081Z Compiling toml_parser v1.0.9+spec-1.1.0
16082026-05-01T16:11:26.161Z Compiling crossbeam-channel v0.5.15
16092026-05-01T16:11:26.320Z Compiling tower-http v0.6.8
16102026-05-01T16:11:26.357Z Compiling phf_shared v0.13.1
16112026-05-01T16:11:26.382Z Compiling terminal_size v0.4.3
16122026-05-01T16:11:26.571Z Compiling h2 v0.4.13
16132026-05-01T16:11:26.585Z Compiling anstyle-parse v0.2.7
16142026-05-01T16:11:26.660Z Compiling lazy_static v1.5.0
16152026-05-01T16:11:26.681Z Compiling vergen v9.1.0
16162026-05-01T16:11:26.728Z Compiling is-terminal v0.4.17
16172026-05-01T16:11:26.777Z Compiling memmap2 v0.9.10
16182026-05-01T16:11:26.780Z Compiling serde_spanned v1.0.4
16192026-05-01T16:11:26.811Z Compiling cargo-platform v0.3.2
16202026-05-01T16:11:26.811Z Compiling toml_datetime v1.0.0+spec-1.1.0
16212026-05-01T16:11:26.845Z Compiling fs-err v3.3.0
16222026-05-01T16:11:26.878Z Compiling dropshot v0.17.0
16232026-05-01T16:11:26.896Z Compiling ahash v0.8.12
16242026-05-01T16:11:26.967Z Compiling bumpalo v3.20.2
16252026-05-01T16:11:27.021Z Compiling managed v0.8.0
16262026-05-01T16:11:27.065Z Compiling winnow v0.5.40
16272026-05-01T16:11:27.097Z Compiling bitflags v1.3.2
16282026-05-01T16:11:27.115Z Compiling toml_writer v1.0.6+spec-1.1.0
16292026-05-01T16:11:27.132Z Compiling object v0.37.3
16302026-05-01T16:11:27.147Z Compiling libbz2-rs-sys v0.2.2
16312026-05-01T16:11:27.190Z Compiling unicode-segmentation v1.12.0
16322026-05-01T16:11:27.239Z Compiling take_mut v0.2.2
16332026-05-01T16:11:27.255Z Compiling foldhash v0.1.5
16342026-05-01T16:11:27.353Z Compiling term v1.2.1
16352026-05-01T16:11:27.372Z Compiling dof v0.3.0
16362026-05-01T16:11:27.405Z Compiling hubpack_derive v0.1.1
16372026-05-01T16:11:27.450Z Compiling hashbrown v0.15.5
16382026-05-01T16:11:27.502Z Compiling toml v1.0.6+spec-1.1.0
16392026-05-01T16:11:27.611Z Compiling bzip2 v0.6.1
16402026-05-01T16:11:27.685Z Compiling slog-term v2.9.2
16412026-05-01T16:11:27.894Z Compiling strum v0.27.2
16422026-05-01T16:11:27.908Z Compiling zopfli v0.8.3
16432026-05-01T16:11:27.943Z Compiling hubpack v0.1.2
16442026-05-01T16:11:28.044Z Compiling clap_builder v4.6.0
16452026-05-01T16:11:28.081Z Compiling cargo_metadata v0.23.1
16462026-05-01T16:11:28.094Z Compiling tokio-rustls v0.25.0
16472026-05-01T16:11:28.156Z Compiling usdt v0.6.0
16482026-05-01T16:11:28.200Z Compiling anstream v0.6.21
16492026-05-01T16:11:28.315Z Compiling daft v0.1.5
16502026-05-01T16:11:28.347Z Compiling phf v0.13.1
16512026-05-01T16:11:28.445Z Compiling toml_edit v0.19.15
16522026-05-01T16:11:28.546Z Compiling elliptic-curve v0.13.8
16532026-05-01T16:11:28.595Z Compiling signal-hook-mio v0.2.5
16542026-05-01T16:11:28.615Z Compiling async-stream v0.3.6
16552026-05-01T16:11:28.633Z Compiling cookie_store v0.22.1
16562026-05-01T16:11:28.697Z Compiling async-compression v0.4.41
16572026-05-01T16:11:28.734Z Compiling futures v0.3.32
16582026-05-01T16:11:28.778Z Compiling slog-bunyan v2.5.0
16592026-05-01T16:11:28.809Z Compiling serde_with_macros v3.17.0
16602026-05-01T16:11:28.853Z Compiling zstd v0.13.3
16612026-05-01T16:11:28.900Z Compiling postgres-types v0.2.12
16622026-05-01T16:11:28.935Z Compiling bzip2 v0.4.4
16632026-05-01T16:11:29.103Z Compiling dtrace-parser v0.2.0
16642026-05-01T16:11:29.139Z Compiling dropshot_endpoint v0.17.0
16652026-05-01T16:11:29.168Z Compiling ed25519 v2.2.3
16662026-05-01T16:11:29.313Z Compiling pkcs1 v0.7.5
16672026-05-01T16:11:29.463Z Compiling serde-big-array v0.5.1
16682026-05-01T16:11:29.485Z Compiling hex v0.4.3
16692026-05-01T16:11:29.515Z Compiling openapiv3 v2.2.0
16702026-05-01T16:11:29.625Z Compiling hyper v1.8.1
16712026-05-01T16:11:29.743Z Compiling rfc6979 v0.4.0
16722026-05-01T16:11:29.767Z Compiling sha1 v0.10.6
16732026-05-01T16:11:29.885Z Compiling rustls-pemfile v2.2.0
16742026-05-01T16:11:29.885Z Compiling bstr v1.12.1
16752026-05-01T16:11:29.971Z Compiling strum_macros v0.26.4
16762026-05-01T16:11:30.016Z Compiling enum-as-inner v0.6.1
16772026-05-01T16:11:30.103Z Compiling clap_derive v4.6.1
16782026-05-01T16:11:30.119Z Compiling serde_repr v0.1.20
16792026-05-01T16:11:30.233Z Compiling phf_shared v0.11.3
16802026-05-01T16:11:30.440Z Compiling waitgroup v0.1.2
16812026-05-01T16:11:30.566Z Compiling float-cmp v0.10.0
16822026-05-01T16:11:30.588Z Compiling thread-id v4.2.2
16832026-05-01T16:11:30.605Z Compiling hostname v0.4.2
16842026-05-01T16:11:30.657Z Compiling env_filter v1.0.0
16852026-05-01T16:11:30.687Z Compiling serde_path_to_error v0.1.20
16862026-05-01T16:11:30.702Z Compiling either v1.15.0
16872026-05-01T16:11:30.740Z Compiling hyper-util v0.1.20
16882026-05-01T16:11:30.771Z Compiling predicates-core v1.0.10
16892026-05-01T16:11:30.938Z Compiling normalize-line-endings v0.3.0
16902026-05-01T16:11:30.981Z Compiling data-encoding v2.10.0
16912026-05-01T16:11:30.986Z Compiling jiff v0.2.21
16922026-05-01T16:11:30.990Z Compiling rustc-hash v2.1.1
16932026-05-01T16:11:31.055Z Compiling whoami v2.1.0
16942026-05-01T16:11:31.072Z Compiling new_debug_unreachable v1.0.6
16952026-05-01T16:11:31.132Z Compiling keccak v0.1.6
16962026-05-01T16:11:31.150Z Compiling precomputed-hash v0.1.1
16972026-05-01T16:11:31.153Z Compiling static_assertions v1.1.0
16982026-05-01T16:11:31.184Z Compiling fixedbitset v0.4.2
16992026-05-01T16:11:31.186Z Compiling fixedbitset v0.5.7
17002026-05-01T16:11:31.241Z Compiling difflib v0.4.0
17012026-05-01T16:11:31.258Z Compiling debug-ignore v1.0.5
17022026-05-01T16:11:31.278Z Compiling tokio-postgres v0.7.16
17032026-05-01T16:11:31.379Z Compiling petgraph v0.6.5
17042026-05-01T16:11:31.416Z Compiling petgraph v0.8.3
17052026-05-01T16:11:31.450Z Compiling sha3 v0.10.8
17062026-05-01T16:11:31.521Z Compiling predicates v3.1.4
17072026-05-01T16:11:31.557Z Compiling hickory-proto v0.25.2
17082026-05-01T16:11:31.677Z Compiling string_cache v0.8.9
17092026-05-01T16:11:31.761Z Compiling strum v0.26.3
17102026-05-01T16:11:31.828Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17112026-05-01T16:11:31.922Z Compiling toml_edit v0.22.27
17122026-05-01T16:11:31.938Z Compiling iddqd v0.3.17
17132026-05-01T16:11:31.941Z Compiling itertools v0.13.0
17142026-05-01T16:11:31.941Z Compiling clap v4.6.1
17152026-05-01T16:11:31.984Z Compiling env_logger v0.11.9
17162026-05-01T16:11:32.058Z Compiling usdt-impl v0.5.0
17172026-05-01T16:11:32.194Z Compiling hyper-tls v0.6.0
17182026-05-01T16:11:32.452Z Compiling similar v2.7.0
17192026-05-01T16:11:32.499Z Compiling serde_with v3.17.0
17202026-05-01T16:11:32.674Z Compiling crossterm v0.28.1
17212026-05-01T16:11:32.917Z Compiling ecdsa v0.16.9
17222026-05-01T16:11:33.171Z Compiling toml v0.7.8
17232026-05-01T16:11:33.187Z Compiling rsa v0.9.10
17242026-05-01T16:11:33.331Z Compiling ed25519-dalek v2.2.0
17252026-05-01T16:11:33.376Z Compiling zip v0.6.6
17262026-05-01T16:11:33.798Z Compiling zip v4.6.1
17272026-05-01T16:11:33.983Z Compiling heck v0.4.1
17282026-05-01T16:11:34.026Z Compiling tokio-stream v0.1.18
17292026-05-01T16:11:34.197Z Compiling buf-list v1.1.2
17302026-05-01T16:11:34.236Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17312026-05-01T16:11:34.273Z Compiling x509-cert v0.2.5
17322026-05-01T16:11:34.303Z Compiling crossbeam-epoch v0.9.18
17332026-05-01T16:11:34.512Z Compiling toml_datetime v0.7.5+spec-1.1.0
17342026-05-01T16:11:34.528Z Compiling lalrpop-util v0.19.12
17352026-05-01T16:11:34.567Z Compiling peg-runtime v0.8.5
17362026-05-01T16:11:34.645Z Compiling filetime v0.2.27
17372026-05-01T16:11:34.661Z Compiling xattr v1.6.1
17382026-05-01T16:11:34.799Z Compiling tar v0.4.45
17392026-05-01T16:11:50.118Z Compiling rustls-webpki v0.103.9
17402026-05-01T16:11:52.875Z Compiling tokio-rustls v0.26.4
17412026-05-01T16:11:52.875Z Compiling rustls-platform-verifier v0.6.2
17422026-05-01T16:11:53.077Z Compiling hyper-rustls v0.27.7
17432026-05-01T16:11:53.277Z Compiling reqwest v0.12.28
17442026-05-01T16:11:53.277Z Compiling reqwest v0.13.2
17452026-05-01T16:11:55.266Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17462026-05-01T16:11:55.500Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17472026-05-01T16:11:58.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.78s
17482026-05-01T16:11:58.456Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17492026-05-01T16:11:58.515ZMay 01 16:11:57.768 INFO Starting download, target: DendriteStub
17502026-05-01T16:11:58.515ZMay 01 16:11:57.769 INFO Starting download, target: MaghemiteMgd
17512026-05-01T16:11:58.515ZMay 01 16:11:57.769 INFO Starting download, target: Clickhouse
17522026-05-01T16:11:58.518ZMay 01 16:11:57.769 INFO Starting download, target: Console
17532026-05-01T16:11:58.518ZMay 01 16:11:57.769 INFO Starting download, target: Cockroach
17542026-05-01T16:11:58.518ZMay 01 16:11:57.769 INFO Starting download, target: TransceiverControl
17552026-05-01T16:11:58.518ZMay 01 16:11:57.769 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17562026-05-01T16:11:58.518ZMay 01 16:11:57.769 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17572026-05-01T16:11:58.518ZMay 01 16:11:57.769 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17582026-05-01T16:11:58.518ZMay 01 16:11:57.769 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17592026-05-01T16:11:58.518ZMay 01 16:11:57.769 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17602026-05-01T16:11:58.518ZMay 01 16:11:57.769 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17612026-05-01T16:11:58.983ZMay 01 16:11:58.236 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17622026-05-01T16:11:59.215ZMay 01 16:11:58.457 INFO Download complete, target: TransceiverControl
17632026-05-01T16:11:59.531ZMay 01 16:11:58.784 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17642026-05-01T16:11:59.582ZMay 01 16:11:58.834 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17652026-05-01T16:11:59.814ZMay 01 16:11:59.065 INFO Download complete, target: Console
17662026-05-01T16:12:00.163ZMay 01 16:11:59.407 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17672026-05-01T16:12:00.547ZMay 01 16:11:59.801 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17682026-05-01T16:12:00.547ZMay 01 16:11:59.801 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17692026-05-01T16:12:01.078ZMay 01 16:12:00.332 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17702026-05-01T16:12:01.943ZMay 01 16:12:01.197 INFO Download complete, target: MaghemiteMgd
17712026-05-01T16:12:02.779ZMay 01 16:12:02.033 INFO Download complete, target: DendriteStub
17722026-05-01T16:12:05.451ZMay 01 16:12:04.706 INFO Checking that binary works, target: Cockroach
17732026-05-01T16:12:05.585ZMay 01 16:12:04.840 INFO Download complete, target: Cockroach
17742026-05-01T16:12:08.077ZMay 01 16:12:07.328 INFO Checking that binary works, target: Clickhouse
17752026-05-01T16:12:08.162ZMay 01 16:12:07.417 INFO Download complete, target: Clickhouse
17762026-05-01T16:12:08.168ZAll prerequisites installed successfully
17772026-05-01T16:12:08.174Z
17782026-05-01T16:12:08.174Zreal 3:05.226206409
17792026-05-01T16:12:08.174Zuser 7:27.299043250
17802026-05-01T16:12:08.174Zsys 1:49.618021606
17812026-05-01T16:12:08.174Ztrap 0.269438746
17822026-05-01T16:12:08.174Ztflt 1.188857042
17832026-05-01T16:12:08.174Zdflt 1.511724816
17842026-05-01T16:12:08.175Zkflt 0.030460968
17852026-05-01T16:12:08.175Zlock 23:11.043199888
17862026-05-01T16:12:08.175Zslp 20:23.407157982
17872026-05-01T16:12:08.175Zlat 26.414095093
17882026-05-01T16:12:08.175Zstop 3:10.435056695
17892026-05-01T16:12:08.175Z+ ptime -m cargo xtask download softnpu
17902026-05-01T16:12:08.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17912026-05-01T16:12:08.720Z Running `target/debug/xtask download softnpu`
17922026-05-01T16:12:09.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
17932026-05-01T16:12:09.533Z Running `target/debug/xtask-downloader softnpu`
17942026-05-01T16:12:09.574ZMay 01 16:12:08.829 INFO Starting download, target: Softnpu
17952026-05-01T16:12:09.577ZMay 01 16:12:08.830 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17962026-05-01T16:12:10.163ZMay 01 16:12:09.417 INFO Download complete, target: Softnpu
17972026-05-01T16:12:10.166Z
17982026-05-01T16:12:10.166Zreal 1.991155672
17992026-05-01T16:12:10.166Zuser 1.321436583
18002026-05-01T16:12:10.166Zsys 0.660147339
18012026-05-01T16:12:10.166Ztrap 0.000580612
18022026-05-01T16:12:10.166Ztflt 0.000132593
18032026-05-01T16:12:10.166Zdflt 0.000498431
18042026-05-01T16:12:10.166Zkflt 0.000000000
18052026-05-01T16:12:10.166Zlock 10.541415045
18062026-05-01T16:12:10.166Zslp 0.435262436
18072026-05-01T16:12:10.166Zlat 0.087455700
18082026-05-01T16:12:10.166Zstop 0.000171266
18092026-05-01T16:12:10.166Z+ export CARGO_INCREMENTAL=0
18102026-05-01T16:12:10.166Z+ CARGO_INCREMENTAL=0
18112026-05-01T16:12:10.169Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18122026-05-01T16:12:11.063Z Compiling proc-macro2 v1.0.106
18132026-05-01T16:12:11.063Z Compiling quote v1.0.45
18142026-05-01T16:12:11.063Z Compiling unicode-ident v1.0.24
18152026-05-01T16:12:11.063Z Compiling libc v0.2.185
18162026-05-01T16:12:11.066Z Compiling serde_core v1.0.228
18172026-05-01T16:12:11.066Z Compiling serde v1.0.228
18182026-05-01T16:12:11.066Z Compiling cfg-if v1.0.4
18192026-05-01T16:12:11.066Z Compiling version_check v0.9.5
18202026-05-01T16:12:11.066Z Compiling find-msvc-tools v0.1.9
18212026-05-01T16:12:11.066Z Compiling shlex v1.3.0
18222026-05-01T16:12:11.066Z Compiling typenum v1.19.0
18232026-05-01T16:12:11.218Z Compiling memchr v2.8.0
18242026-05-01T16:12:11.221Z Compiling autocfg v1.5.0
18252026-05-01T16:12:11.222Z Compiling zmij v1.0.21
18262026-05-01T16:12:11.222Z Compiling serde_json v1.0.149
18272026-05-01T16:12:11.467Z Compiling portable-atomic v1.13.1
18282026-05-01T16:12:11.522Z Compiling zerocopy v0.8.40
18292026-05-01T16:12:11.522Z Compiling libm v0.2.16
18302026-05-01T16:12:11.522Z Compiling parking_lot_core v0.9.12
18312026-05-01T16:12:11.556Z Compiling generic-array v0.14.7
18322026-05-01T16:12:11.576Z Compiling smallvec v1.15.1
18332026-05-01T16:12:11.781Z Compiling icu_properties_data v2.1.2
18342026-05-01T16:12:11.818Z Compiling icu_normalizer_data v2.1.1
18352026-05-01T16:12:11.821Z Compiling num-traits v0.2.19
18362026-05-01T16:12:11.821Z Compiling itoa v1.0.17
18372026-05-01T16:12:11.945Z Compiling getrandom v0.4.1
18382026-05-01T16:12:11.950Z Compiling log v0.4.29
18392026-05-01T16:12:11.968Z Compiling stable_deref_trait v1.2.1
18402026-05-01T16:12:12.007Z Compiling subtle v2.6.1
18412026-05-01T16:12:12.067Z Compiling pkg-config v0.3.32
18422026-05-01T16:12:12.194Z Compiling jobserver v0.1.34
18432026-05-01T16:12:12.197Z Compiling getrandom v0.2.17
18442026-05-01T16:12:12.197Z Compiling scopeguard v1.2.0
18452026-05-01T16:12:12.239Z Compiling errno v0.3.14
18462026-05-01T16:12:12.328Z Compiling lock_api v0.4.14
18472026-05-01T16:12:12.374Z Compiling rustversion v1.0.22
18482026-05-01T16:12:12.449Z Compiling cc v1.2.56
18492026-05-01T16:12:12.482Z Compiling rand_core v0.6.4
18502026-05-01T16:12:12.581Z Compiling percent-encoding v2.3.2
18512026-05-01T16:12:12.626Z Compiling syn v2.0.117
18522026-05-01T16:12:12.643Z Compiling litemap v0.8.1
18532026-05-01T16:12:12.646Z Compiling thiserror v2.0.18
18542026-05-01T16:12:12.677Z Compiling writeable v0.6.2
18552026-05-01T16:12:12.771Z Compiling pin-project-lite v0.2.17
18562026-05-01T16:12:12.774Z Compiling fnv v1.0.7
18572026-05-01T16:12:12.924Z Compiling getrandom v0.3.4
18582026-05-01T16:12:12.962Z Compiling schemars v0.8.22
18592026-05-01T16:12:13.012Z Compiling critical-section v1.2.0
18602026-05-01T16:12:13.028Z Compiling allocator-api2 v0.2.21
18612026-05-01T16:12:13.031Z Compiling equivalent v1.0.2
18622026-05-01T16:12:13.031Z Compiling utf8_iter v1.0.4
18632026-05-01T16:12:13.090Z Compiling foldhash v0.2.0
18642026-05-01T16:12:13.179Z Compiling rand_core v0.10.0
18652026-05-01T16:12:13.216Z Compiling cmake v0.1.57
18662026-05-01T16:12:13.246Z Compiling form_urlencoded v1.2.2
18672026-05-01T16:12:13.276Z Compiling fs_extra v1.3.0
18682026-05-01T16:12:13.320Z Compiling hashbrown v0.16.1
18692026-05-01T16:12:13.324Z Compiling dunce v1.0.5
18702026-05-01T16:12:13.422Z Compiling once_cell v1.21.3
18712026-05-01T16:12:13.446Z Compiling signal-hook-registry v1.4.8
18722026-05-01T16:12:13.582Z Compiling semver v1.0.27
18732026-05-01T16:12:13.663Z Compiling bitflags v2.11.0
18742026-05-01T16:12:13.684Z Compiling const-oid v0.9.6
18752026-05-01T16:12:13.786Z Compiling ring v0.17.14
18762026-05-01T16:12:13.818Z Compiling aws-lc-sys v0.37.1
18772026-05-01T16:12:13.835Z Compiling parking_lot v0.12.5
18782026-05-01T16:12:13.835Z Compiling mio v1.2.0
18792026-05-01T16:12:13.866Z Compiling indexmap v2.13.0
18802026-05-01T16:12:13.896Z Compiling socket2 v0.6.3
18812026-05-01T16:12:13.932Z Compiling rustix v1.1.3
18822026-05-01T16:12:13.972Z Compiling httparse v1.10.1
18832026-05-01T16:12:14.270Z Compiling ucd-trie v0.1.7
18842026-05-01T16:12:14.297Z Compiling aws-lc-rs v1.16.0
18852026-05-01T16:12:14.314Z Compiling byteorder v1.5.0
18862026-05-01T16:12:14.344Z Compiling heck v0.5.0
18872026-05-01T16:12:14.373Z Compiling futures-core v0.3.32
18882026-05-01T16:12:14.455Z Compiling pest v2.8.6
18892026-05-01T16:12:14.580Z Compiling thiserror v1.0.69
18902026-05-01T16:12:14.583Z Compiling strsim v0.11.1
18912026-05-01T16:12:14.584Z Compiling iana-time-zone v0.1.65
18922026-05-01T16:12:14.630Z Compiling uuid v1.23.0
18932026-05-01T16:12:14.728Z Compiling cpufeatures v0.2.17
18942026-05-01T16:12:14.749Z Compiling syn v1.0.109
18952026-05-01T16:12:14.763Z Compiling ident_case v1.0.1
18962026-05-01T16:12:14.780Z Compiling vcpkg v0.2.15
18972026-05-01T16:12:14.969Z Compiling num-conv v0.2.0
18982026-05-01T16:12:15.026Z Compiling time-core v0.1.8
18992026-05-01T16:12:15.106Z Compiling crc32fast v1.5.0
19002026-05-01T16:12:15.143Z Compiling futures-sink v0.3.32
19012026-05-01T16:12:15.146Z Compiling regex-syntax v0.8.10
19022026-05-01T16:12:15.196Z Compiling time-macros v0.2.27
19032026-05-01T16:12:15.232Z Compiling crossbeam-utils v0.8.21
19042026-05-01T16:12:15.273Z Compiling futures-channel v0.3.32
19052026-05-01T16:12:15.382Z Compiling rustc_version v0.4.1
19062026-05-01T16:12:15.388Z Compiling openssl-sys v0.9.111
19072026-05-01T16:12:15.402Z Compiling synstructure v0.13.2
19082026-05-01T16:12:15.473Z Compiling serde_derive_internals v0.29.1
19092026-05-01T16:12:15.524Z Compiling plain v0.2.3
19102026-05-01T16:12:15.540Z Compiling pest_meta v2.8.6
19112026-05-01T16:12:15.580Z Compiling futures-task v0.3.32
19122026-05-01T16:12:15.611Z Compiling slab v0.4.12
19132026-05-01T16:12:15.703Z Compiling futures-io v0.3.32
19142026-05-01T16:12:15.773Z Compiling rustls v0.23.37
19152026-05-01T16:12:15.931Z Compiling slog v2.8.2
19162026-05-01T16:12:15.994Z Compiling dyn-clone v1.0.20
19172026-05-01T16:12:16.030Z Compiling pretty-hex v0.4.1
19182026-05-01T16:12:16.073Z Compiling aho-corasick v1.1.4
19192026-05-01T16:12:16.149Z Compiling pest_generator v2.8.6
19202026-05-01T16:12:16.166Z Compiling base64 v0.22.1
19212026-05-01T16:12:16.311Z Compiling openssl v0.10.75
19222026-05-01T16:12:16.344Z Compiling anyhow v1.0.102
19232026-05-01T16:12:16.377Z Compiling base64ct v1.8.3
19242026-05-01T16:12:16.412Z Compiling darling_core v0.21.3
19252026-05-01T16:12:16.509Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19262026-05-01T16:12:16.527Z Compiling tracing-core v0.1.36
19272026-05-01T16:12:16.530Z Compiling untrusted v0.9.0
19282026-05-01T16:12:16.565Z Compiling native-tls v0.2.18
19292026-05-01T16:12:16.645Z Compiling serde_derive v1.0.228
19302026-05-01T16:12:16.664Z Compiling zeroize_derive v1.4.3
19312026-05-01T16:12:16.681Z Compiling zerofrom-derive v0.1.6
19322026-05-01T16:12:16.696Z Compiling yoke-derive v0.8.1
19332026-05-01T16:12:16.699Z Compiling zerovec-derive v0.11.2
19342026-05-01T16:12:16.783Z Compiling displaydoc v0.2.5
19352026-05-01T16:12:16.799Z Compiling zerocopy-derive v0.8.40
19362026-05-01T16:12:16.822Z Compiling tokio-macros v2.7.0
19372026-05-01T16:12:16.895Z Compiling futures-macro v0.3.32
19382026-05-01T16:12:17.228Z Compiling thiserror-impl v2.0.18
19392026-05-01T16:12:17.309Z Compiling zeroize v1.8.2
19402026-05-01T16:12:17.562Z Compiling schemars_derive v0.8.22
19412026-05-01T16:12:17.582Z Compiling tracing-attributes v0.1.31
19422026-05-01T16:12:17.637Z Compiling der_derive v0.7.3
19432026-05-01T16:12:17.719Z Compiling thiserror-impl v1.0.69
19442026-05-01T16:12:17.722Z Compiling pest_derive v2.8.6
19452026-05-01T16:12:17.766Z Compiling futures-util v0.3.32
19462026-05-01T16:12:17.849Z Compiling zerofrom v0.1.6
19472026-05-01T16:12:17.999Z Compiling yoke v0.8.1
19482026-05-01T16:12:18.151Z Compiling crypto-common v0.1.7
19492026-05-01T16:12:18.178Z Compiling zerovec v0.11.5
19502026-05-01T16:12:18.194Z Compiling zerotrie v0.2.3
19512026-05-01T16:12:18.419Z Compiling block-buffer v0.10.4
19522026-05-01T16:12:18.604Z Compiling digest v0.10.7
19532026-05-01T16:12:18.662Z Compiling block-padding v0.3.3
19542026-05-01T16:12:18.744Z Compiling tinystr v0.8.2
19552026-05-01T16:12:18.761Z Compiling potential_utf v0.1.4
19562026-05-01T16:12:18.814Z Compiling hmac v0.12.1
19572026-05-01T16:12:18.846Z Compiling scroll_derive v0.13.1
19582026-05-01T16:12:18.849Z Compiling inout v0.1.4
19592026-05-01T16:12:18.896Z Compiling rustls-pki-types v1.14.0
19602026-05-01T16:12:18.964Z Compiling icu_locale_core v2.1.1
19612026-05-01T16:12:18.981Z Compiling icu_collections v2.1.1
19622026-05-01T16:12:19.030Z Compiling regex-automata v0.4.14
19632026-05-01T16:12:19.047Z Compiling cipher v0.4.4
19642026-05-01T16:12:19.115Z Compiling sha2 v0.10.9
19652026-05-01T16:12:19.613Z Compiling scroll_derive v0.12.1
19662026-05-01T16:12:19.701Z Compiling icu_provider v2.1.1
19672026-05-01T16:12:19.846Z Compiling bytes v1.11.1
19682026-05-01T16:12:19.936Z Compiling chrono v0.4.44
19692026-05-01T16:12:19.963Z Compiling icu_normalizer v2.1.1
19702026-05-01T16:12:19.979Z Compiling icu_properties v2.1.2
19712026-05-01T16:12:20.019Z Compiling serde_tokenstream v0.2.3
19722026-05-01T16:12:20.253Z Compiling openssl-macros v0.1.1
19732026-05-01T16:12:20.293Z Compiling pem-rfc7468 v0.7.0
19742026-05-01T16:12:20.334Z Compiling flagset v0.4.7
19752026-05-01T16:12:20.393Z Compiling tokio v1.52.1
19762026-05-01T16:12:20.597Z Compiling http v1.4.0
19772026-05-01T16:12:20.761Z Compiling camino v1.2.2
19782026-05-01T16:12:21.023Z Compiling idna_adapter v1.2.1
19792026-05-01T16:12:21.184Z Compiling idna v1.1.0
19802026-05-01T16:12:21.199Z Compiling ppv-lite86 v0.2.21
19812026-05-01T16:12:21.325Z Compiling regex v1.12.3
19822026-05-01T16:12:21.519Z Compiling url v2.5.8
19832026-05-01T16:12:21.538Z Compiling der v0.7.10
19842026-05-01T16:12:21.585Z Compiling tracing v0.1.44
19852026-05-01T16:12:21.603Z Compiling darling_macro v0.21.3
19862026-05-01T16:12:21.751Z Compiling zerocopy-derive v0.7.35
19872026-05-01T16:12:21.838Z Compiling rand_core v0.9.5
19882026-05-01T16:12:22.540Z Compiling paste v1.0.15
19892026-05-01T16:12:22.594Z Compiling usdt-impl v0.6.0
19902026-05-01T16:12:22.685Z Compiling winnow v0.7.14
19912026-05-01T16:12:22.781Z Compiling spki v0.7.3
19922026-05-01T16:12:22.837Z Compiling darling v0.21.3
19932026-05-01T16:12:22.871Z Compiling scroll v0.13.0
19942026-05-01T16:12:22.886Z Compiling salsa20 v0.10.2
19952026-05-01T16:12:22.989Z Compiling pbkdf2 v0.12.2
19962026-05-01T16:12:23.148Z Compiling cookie v0.18.1
19972026-05-01T16:12:23.163Z Compiling goblin v0.10.5
19982026-05-01T16:12:23.314Z Compiling scrypt v0.11.0
19992026-05-01T16:12:23.360Z Compiling rand_chacha v0.9.0
20002026-05-01T16:12:23.432Z Compiling http-body v1.0.1
20012026-05-01T16:12:23.631Z Compiling aes v0.8.4
20022026-05-01T16:12:23.751Z Compiling cbc v0.1.2
20032026-05-01T16:12:23.901Z Compiling usdt-impl v0.5.0
20042026-05-01T16:12:23.995Z Compiling either v1.15.0
20052026-05-01T16:12:24.079Z Compiling toml_parser v1.0.9+spec-1.1.0
20062026-05-01T16:12:24.117Z Compiling atomic-waker v1.1.2
20072026-05-01T16:12:24.153Z Compiling ref-cast v1.0.25
20082026-05-01T16:12:24.178Z Compiling powerfmt v0.2.0
20092026-05-01T16:12:24.194Z Compiling tokio-util v0.7.18
20102026-05-01T16:12:24.220Z Compiling rustls v0.22.4
20112026-05-01T16:12:24.287Z Compiling pkcs5 v0.7.1
20122026-05-01T16:12:24.380Z Compiling deranged v0.5.8
20132026-05-01T16:12:24.432Z Compiling rand v0.9.2
20142026-05-01T16:12:24.733Z Compiling scroll v0.12.0
20152026-05-01T16:12:24.763Z Compiling serde_spanned v0.6.9
20162026-05-01T16:12:24.890Z Compiling toml_datetime v0.6.11
20172026-05-01T16:12:24.928Z Compiling dtrace-parser v0.3.0
20182026-05-01T16:12:25.012Z Compiling async-trait v0.1.89
20192026-05-01T16:12:25.090Z Compiling heapless v0.7.17
20202026-05-01T16:12:25.162Z Compiling bzip2-sys v0.1.13+1.0.8
20212026-05-01T16:12:25.226Z Compiling spin v0.9.8
20222026-05-01T16:12:25.360Z Compiling thread-id v5.1.0
20232026-05-01T16:12:25.376Z Compiling tower-layer v0.3.3
20242026-05-01T16:12:25.423Z Compiling openssl-probe v0.2.1
20252026-05-01T16:12:25.458Z Compiling zstd-safe v7.2.4
20262026-05-01T16:12:25.475Z Compiling simd-adler32 v0.3.8
20272026-05-01T16:12:25.478Z Compiling tower-service v0.3.3
20282026-05-01T16:12:25.555Z Compiling num_threads v0.1.7
20292026-05-01T16:12:25.594Z Compiling untrusted v0.7.1
20302026-05-01T16:12:25.653Z Compiling try-lock v0.2.5
20312026-05-01T16:12:25.690Z Compiling signal-hook v0.3.18
20322026-05-01T16:12:25.767Z Compiling want v0.3.1
20332026-05-01T16:12:25.807Z Compiling time v0.3.47
20342026-05-01T16:12:25.893Z Compiling dof v0.4.0
20352026-05-01T16:12:25.909Z Compiling h2 v0.4.13
20362026-05-01T16:12:25.958Z Compiling goblin v0.8.2
20372026-05-01T16:12:26.083Z Compiling pkcs8 v0.10.2
20382026-05-01T16:12:26.140Z Compiling zerocopy v0.7.35
20392026-05-01T16:12:26.307Z Compiling ipnet v2.11.0
20402026-05-01T16:12:26.744Z Compiling ref-cast-impl v1.0.25
20412026-05-01T16:12:26.759Z Compiling curve25519-dalek v4.1.3
20422026-05-01T16:12:26.907Z Compiling darling_core v0.20.11
20432026-05-01T16:12:26.925Z Compiling toml_datetime v0.7.5+spec-1.1.0
20442026-05-01T16:12:27.058Z Compiling memoffset v0.9.1
20452026-05-01T16:12:27.074Z Compiling multer v3.1.0
20462026-05-01T16:12:27.223Z Compiling slog-async v2.8.0
20472026-05-01T16:12:27.265Z Compiling httpdate v1.0.3
20482026-05-01T16:12:27.290Z Compiling adler2 v2.0.1
20492026-05-01T16:12:27.489Z Compiling pin-utils v0.1.0
20502026-05-01T16:12:27.505Z Compiling tinyvec_macros v0.1.1
20512026-05-01T16:12:27.533Z Compiling winnow v0.5.40
20522026-05-01T16:12:27.579Z Compiling fastrand v2.3.0
20532026-05-01T16:12:27.596Z Compiling litrs v1.0.0
20542026-05-01T16:12:27.599Z Compiling rustix v0.38.44
20552026-05-01T16:12:27.681Z Compiling utf8parse v0.2.2
20562026-05-01T16:12:27.806Z Compiling tinyvec v1.10.0
20572026-05-01T16:12:27.821Z Compiling miniz_oxide v0.8.9
20582026-05-01T16:12:28.086Z Compiling document-features v0.2.12
20592026-05-01T16:12:28.265Z Compiling dof v0.3.0
20602026-05-01T16:12:28.382Z Compiling dtrace-parser v0.2.0
20612026-05-01T16:12:28.753Z Compiling erased-serde v0.3.31
20622026-05-01T16:12:28.783Z Compiling daft-derive v0.1.5
20632026-05-01T16:12:28.840Z Compiling toml_edit v0.19.15
20642026-05-01T16:12:28.881Z Compiling thread-id v4.2.2
20652026-05-01T16:12:28.898Z Compiling darling_macro v0.20.11
20662026-05-01T16:12:28.931Z Compiling hyper v1.8.1
20672026-05-01T16:12:28.985Z Compiling smoltcp v0.9.1
20682026-05-01T16:12:29.103Z Compiling foreign-types-shared v0.1.1
20692026-05-01T16:12:29.209Z Compiling num-bigint-dig v0.8.6
20702026-05-01T16:12:29.326Z Compiling anstyle v1.0.14
20712026-05-01T16:12:29.416Z Compiling zlib-rs v0.6.2
20722026-05-01T16:12:29.431Z Compiling cfg_aliases v0.2.1
20732026-05-01T16:12:29.499Z Compiling darling v0.20.11
20742026-05-01T16:12:29.522Z Compiling nix v0.31.2
20752026-05-01T16:12:29.650Z Compiling tempfile v3.25.0
20762026-05-01T16:12:29.890Z Compiling foreign-types v0.3.2
20772026-05-01T16:12:30.008Z Compiling hyper-util v0.1.20
20782026-05-01T16:12:30.522Z Compiling usdt-attr-macro v0.6.0
20792026-05-01T16:12:30.910Z Compiling usdt-macro v0.6.0
20802026-05-01T16:12:31.112Z Compiling ipnetwork v0.21.1
20812026-05-01T16:12:31.435Z Compiling flate2 v1.1.9
20822026-05-01T16:12:31.632Z Compiling async-stream-impl v0.3.6
20832026-05-01T16:12:31.649Z Compiling strum_macros v0.26.4
20842026-05-01T16:12:31.671Z Compiling curve25519-dalek-derive v0.1.1
20852026-05-01T16:12:31.767Z Compiling wait-timeout v0.2.1
20862026-05-01T16:12:31.931Z Compiling anstyle-query v1.1.5
20872026-05-01T16:12:32.038Z Compiling quick-error v1.2.3
20882026-05-01T16:12:32.058Z Compiling siphasher v1.0.2
20892026-05-01T16:12:32.169Z Compiling is_terminal_polyfill v1.70.2
20902026-05-01T16:12:32.245Z Compiling colorchoice v1.0.4
20912026-05-01T16:12:32.269Z Compiling bit-vec v0.8.0
20922026-05-01T16:12:32.284Z Compiling rusty-fork v0.3.1
20932026-05-01T16:12:32.517Z Compiling bit-set v0.8.0
20942026-05-01T16:12:32.588Z Compiling derive_builder_core v0.20.2
20952026-05-01T16:12:32.701Z Compiling unicode-normalization v0.1.25
20962026-05-01T16:12:32.801Z Compiling rustls-native-certs v0.8.3
20972026-05-01T16:12:32.849Z Compiling http-body-util v0.1.3
20982026-05-01T16:12:33.127Z Compiling rand_xorshift v0.4.0
20992026-05-01T16:12:33.210Z Compiling signature v2.2.0
21002026-05-01T16:12:33.278Z Compiling hubpack_derive v0.1.1
21012026-05-01T16:12:33.294Z Compiling strum_macros v0.27.2
21022026-05-01T16:12:33.416Z Compiling sync_wrapper v1.0.2
21032026-05-01T16:12:33.455Z Compiling fs-err v3.3.0
21042026-05-01T16:12:33.489Z Compiling ahash v0.8.12
21052026-05-01T16:12:33.507Z Compiling dropshot v0.17.0
21062026-05-01T16:12:33.559Z Compiling encoding_rs v0.8.35
21072026-05-01T16:12:33.665Z Compiling unicode-bidi v0.3.18
21082026-05-01T16:12:33.682Z Compiling unicode-segmentation v1.12.0
21092026-05-01T16:12:33.721Z Compiling unicode-properties v0.1.4
21102026-05-01T16:12:33.738Z Compiling unarray v0.1.4
21112026-05-01T16:12:33.741Z Compiling ryu v1.0.23
21122026-05-01T16:12:33.802Z Compiling mime v0.3.17
21132026-05-01T16:12:33.961Z Compiling object v0.37.3
21142026-05-01T16:12:33.964Z Compiling serde_urlencoded v0.7.1
21152026-05-01T16:12:34.058Z Compiling stringprep v0.1.5
21162026-05-01T16:12:34.093Z Compiling proptest v1.10.0
21172026-05-01T16:12:34.263Z Compiling tower v0.5.3
21182026-05-01T16:12:34.343Z Compiling derive_builder_macro v0.20.2
21192026-05-01T16:12:34.455Z Compiling anstyle-parse v1.0.0
21202026-05-01T16:12:34.874Z Compiling rustls-webpki v0.102.8
21212026-05-01T16:12:34.889Z Compiling rand_chacha v0.3.1
21222026-05-01T16:12:34.892Z Compiling webpki-roots v1.0.6
21232026-05-01T16:12:34.924Z Compiling md-5 v0.10.6
21242026-05-01T16:12:35.094Z Compiling num-integer v0.1.46
21252026-05-01T16:12:35.099Z Compiling hash32 v0.2.1
21262026-05-01T16:12:35.260Z Compiling vergen-lib v9.1.0
21272026-05-01T16:12:35.277Z Compiling ff v0.13.1
21282026-05-01T16:12:35.295Z Compiling thread_local v1.1.9
21292026-05-01T16:12:35.313Z Compiling compression-core v0.4.31
21302026-05-01T16:12:35.335Z Compiling match_cfg v0.1.0
21312026-05-01T16:12:35.431Z Compiling base16ct v0.2.0
21322026-05-01T16:12:35.448Z Compiling psl-types v2.0.11
21332026-05-01T16:12:35.479Z Compiling iri-string v0.7.10
21342026-05-01T16:12:35.496Z Compiling fallible-iterator v0.2.0
21352026-05-01T16:12:35.561Z Compiling publicsuffix v2.3.0
21362026-05-01T16:12:35.594Z Compiling sec1 v0.7.3
21372026-05-01T16:12:35.611Z Compiling compression-codecs v0.4.37
21382026-05-01T16:12:35.614Z Compiling group v0.13.0
21392026-05-01T16:12:35.629Z Compiling hostname v0.3.1
21402026-05-01T16:12:35.677Z Compiling num-iter v0.1.45
21412026-05-01T16:12:35.811Z Compiling postgres-protocol v0.6.10
21422026-05-01T16:12:35.877Z Compiling rand v0.8.5
21432026-05-01T16:12:35.897Z Compiling oxnet v0.1.4
21442026-05-01T16:12:36.083Z Compiling newtype-uuid v1.3.2
21452026-05-01T16:12:36.315Z Compiling derive_builder v0.20.2
21462026-05-01T16:12:36.395Z Compiling tokio-native-tls v0.3.1
21472026-05-01T16:12:36.414Z Compiling anstream v1.0.0
21482026-05-01T16:12:36.443Z Compiling heck v0.4.1
21492026-05-01T16:12:36.460Z Compiling crossbeam-channel v0.5.15
21502026-05-01T16:12:36.517Z Compiling phf_shared v0.13.1
21512026-05-01T16:12:36.589Z Compiling tower-http v0.6.8
21522026-05-01T16:12:36.684Z Compiling slog-json v2.6.1
21532026-05-01T16:12:36.771Z Compiling anstyle-parse v0.2.7
21542026-05-01T16:12:36.913Z Compiling lazy_static v1.5.0
21552026-05-01T16:12:36.946Z Compiling terminal_size v0.4.3
21562026-05-01T16:12:36.967Z Compiling serde_with_macros v3.17.0
21572026-05-01T16:12:36.985Z Compiling dropshot_endpoint v0.17.0
21582026-05-01T16:12:37.004Z Compiling futures-executor v0.3.32
21592026-05-01T16:12:37.052Z Compiling hkdf v0.12.4
21602026-05-01T16:12:37.083Z Compiling crypto-bigint v0.5.5
21612026-05-01T16:12:37.097Z Compiling enum-as-inner v0.6.1
21622026-05-01T16:12:37.196Z Compiling serde_repr v0.1.20
21632026-05-01T16:12:37.216Z Compiling clap_derive v4.6.1
21642026-05-01T16:12:37.237Z Compiling serde_spanned v1.0.4
21652026-05-01T16:12:37.254Z Compiling toml_datetime v1.0.0+spec-1.1.0
21662026-05-01T16:12:37.272Z Compiling cargo-platform v0.3.2
21672026-05-01T16:12:37.405Z Compiling vergen v9.1.0
21682026-05-01T16:12:37.548Z Compiling is-terminal v0.4.17
21692026-05-01T16:12:37.564Z Compiling memmap2 v0.9.10
21702026-05-01T16:12:37.633Z Compiling clap_lex v1.0.0
21712026-05-01T16:12:37.727Z Compiling managed v0.8.0
21722026-05-01T16:12:37.866Z Compiling foldhash v0.1.5
21732026-05-01T16:12:37.912Z Compiling bitflags v1.3.2
21742026-05-01T16:12:37.948Z Compiling term v1.2.1
21752026-05-01T16:12:37.981Z Compiling take_mut v0.2.2
21762026-05-01T16:12:37.985Z Compiling bumpalo v3.20.2
21772026-05-01T16:12:38.016Z Compiling libbz2-rs-sys v0.2.2
21782026-05-01T16:12:38.113Z Compiling toml_writer v1.0.6+spec-1.1.0
21792026-05-01T16:12:38.260Z Compiling slog-term v2.9.2
21802026-05-01T16:12:38.287Z Compiling toml v1.0.6+spec-1.1.0
21812026-05-01T16:12:38.342Z Compiling zstd v0.13.3
21822026-05-01T16:12:38.473Z Compiling bzip2 v0.6.1
21832026-05-01T16:12:38.580Z Compiling zopfli v0.8.3
21842026-05-01T16:12:38.636Z Compiling hashbrown v0.15.5
21852026-05-01T16:12:38.636Z Compiling elliptic-curve v0.13.8
21862026-05-01T16:12:38.705Z Compiling clap_builder v4.6.0
21872026-05-01T16:12:38.758Z Compiling usdt v0.6.0
21882026-05-01T16:12:38.893Z Compiling tokio-rustls v0.25.0
21892026-05-01T16:12:38.908Z Compiling cargo_metadata v0.23.1
21902026-05-01T16:12:39.041Z Compiling futures v0.3.32
21912026-05-01T16:12:39.156Z Compiling anstream v0.6.21
21922026-05-01T16:12:39.308Z Compiling slog-bunyan v2.5.0
21932026-05-01T16:12:39.417Z Compiling phf v0.13.1
21942026-05-01T16:12:39.469Z Compiling cookie_store v0.22.1
21952026-05-01T16:12:39.484Z Compiling hyper-tls v0.6.0
21962026-05-01T16:12:39.602Z Compiling signal-hook-mio v0.2.5
21972026-05-01T16:12:39.733Z Compiling daft v0.1.5
21982026-05-01T16:12:39.733Z Compiling postgres-types v0.2.12
21992026-05-01T16:12:39.934Z Compiling async-compression v0.4.41
22002026-05-01T16:12:40.006Z Compiling bzip2 v0.4.4
22012026-05-01T16:12:40.023Z Compiling strum v0.27.2
22022026-05-01T16:12:40.114Z Compiling hubpack v0.1.2
22032026-05-01T16:12:40.181Z Compiling ed25519 v2.2.3
22042026-05-01T16:12:40.199Z Compiling async-stream v0.3.6
22052026-05-01T16:12:40.199Z Compiling phf_shared v0.11.3
22062026-05-01T16:12:40.288Z Compiling crossbeam-epoch v0.9.18
22072026-05-01T16:12:40.321Z Compiling pkcs1 v0.7.5
22082026-05-01T16:12:40.357Z Compiling waitgroup v0.1.2
22092026-05-01T16:12:40.361Z Compiling bstr v1.12.1
22102026-05-01T16:12:40.434Z Compiling openapiv3 v2.2.0
22112026-05-01T16:12:40.450Z Compiling hex v0.4.3
22122026-05-01T16:12:40.509Z Compiling serde-big-array v0.5.1
22132026-05-01T16:12:40.711Z Compiling rustls-pemfile v2.2.0
22142026-05-01T16:12:40.734Z Compiling rfc6979 v0.4.0
22152026-05-01T16:12:40.739Z Compiling sha1 v0.10.6
22162026-05-01T16:12:40.789Z Compiling float-cmp v0.10.0
22172026-05-01T16:12:40.817Z Compiling serde_path_to_error v0.1.20
22182026-05-01T16:12:40.849Z Compiling hostname v0.4.2
22192026-05-01T16:12:40.877Z Compiling env_filter v1.0.0
22202026-05-01T16:12:40.990Z Compiling data-encoding v2.10.0
22212026-05-01T16:12:41.007Z Compiling keccak v0.1.6
22222026-05-01T16:12:41.010Z Compiling precomputed-hash v0.1.1
22232026-05-01T16:12:41.010Z Compiling jiff v0.2.21
22242026-05-01T16:12:41.055Z Compiling fixedbitset v0.5.7
22252026-05-01T16:12:41.104Z Compiling normalize-line-endings v0.3.0
22262026-05-01T16:12:41.130Z Compiling static_assertions v1.1.0
22272026-05-01T16:12:41.156Z Compiling fixedbitset v0.4.2
22282026-05-01T16:12:41.176Z Compiling whoami v2.1.0
22292026-05-01T16:12:41.219Z Compiling new_debug_unreachable v1.0.6
22302026-05-01T16:12:41.254Z Compiling toml_write v0.1.2
22312026-05-01T16:12:41.309Z Compiling predicates-core v1.0.10
22322026-05-01T16:12:41.351Z Compiling rustc-hash v2.1.1
22332026-05-01T16:12:41.385Z Compiling difflib v0.4.0
22342026-05-01T16:12:41.477Z Compiling debug-ignore v1.0.5
22352026-05-01T16:12:41.514Z Compiling iddqd v0.3.17
22362026-05-01T16:12:41.550Z Compiling toml_edit v0.22.27
22372026-05-01T16:12:41.553Z Compiling tokio-postgres v0.7.16
22382026-05-01T16:12:41.609Z Compiling predicates v3.1.4
22392026-05-01T16:12:41.791Z Compiling petgraph v0.6.5
22402026-05-01T16:12:41.819Z Compiling string_cache v0.8.9
22412026-05-01T16:12:41.841Z Compiling hickory-proto v0.25.2
22422026-05-01T16:12:42.134Z Compiling petgraph v0.8.3
22432026-05-01T16:12:42.220Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22442026-05-01T16:12:42.323Z Compiling sha3 v0.10.8
22452026-05-01T16:12:42.650Z Compiling env_logger v0.11.9
22462026-05-01T16:12:43.352Z Compiling ecdsa v0.16.9
22472026-05-01T16:12:43.695Z Compiling zip v4.6.1
22482026-05-01T16:12:43.759Z Compiling similar v2.7.0
22492026-05-01T16:12:43.977Z Compiling serde_with v3.17.0
22502026-05-01T16:12:44.496Z Compiling rsa v0.9.10
22512026-05-01T16:12:44.976Z Compiling ed25519-dalek v2.2.0
22522026-05-01T16:12:45.213Z Compiling zip v0.6.6
22532026-05-01T16:12:45.278Z Compiling clap v4.6.1
22542026-05-01T16:12:45.443Z Compiling crossterm v0.28.1
22552026-05-01T16:12:45.663Z Compiling strum v0.26.3
22562026-05-01T16:12:45.819Z Compiling toml v0.7.8
22572026-05-01T16:12:45.930Z Compiling tokio-stream v0.1.18
22582026-05-01T16:12:46.112Z Compiling buf-list v1.1.2
22592026-05-01T16:12:46.136Z Compiling itertools v0.13.0
22602026-05-01T16:12:46.261Z Compiling x509-cert v0.2.5
22612026-05-01T16:12:46.386Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22622026-05-01T16:12:46.630Z Compiling peg-runtime v0.8.5
22632026-05-01T16:12:46.859Z Compiling lalrpop-util v0.19.12
22642026-05-01T16:13:04.412Z Compiling rustls-webpki v0.103.9
22652026-05-01T16:13:04.674Z Compiling macaddr v1.0.1
22662026-05-01T16:13:04.764Z Compiling structmeta-derive v0.3.0
22672026-05-01T16:13:04.814Z Compiling crucible-workspace-hack v0.1.0
22682026-05-01T16:13:05.047Z Compiling rayon-core v1.13.0
22692026-05-01T16:13:05.210Z Compiling itertools v0.14.0
22702026-05-01T16:13:05.245Z Compiling secrecy v0.10.3
22712026-05-01T16:13:05.282Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22722026-05-01T16:13:05.429Z Compiling heapless v0.8.0
22732026-05-01T16:13:05.541Z Compiling crossbeam-deque v0.8.6
22742026-05-01T16:13:05.702Z Compiling toml_edit v0.23.10+spec-1.0.0
22752026-05-01T16:13:05.718Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22762026-05-01T16:13:05.752Z Compiling hash32 v0.3.1
22772026-05-01T16:13:05.775Z Compiling smoltcp v0.11.0
22782026-05-01T16:13:05.803Z Compiling structmeta v0.3.0
22792026-05-01T16:13:05.890Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22802026-05-01T16:13:05.911Z Compiling unicode-width v0.2.0
22812026-05-01T16:13:06.049Z Compiling derive-ex v0.1.8
22822026-05-01T16:13:06.166Z Compiling half v2.7.1
22832026-05-01T16:13:06.183Z Compiling newtype-uuid-macros v0.1.0
22842026-05-01T16:13:06.249Z Compiling proc-macro-crate v3.4.0
22852026-05-01T16:13:06.459Z Compiling cobs v0.3.0
22862026-05-01T16:13:06.503Z Compiling ingot-macros v0.1.1
22872026-05-01T16:13:06.530Z Compiling thiserror-impl-no-std v2.0.2
22882026-05-01T16:13:06.547Z Compiling universal-hash v0.5.1
22892026-05-01T16:13:06.640Z Compiling dropshot v0.16.7
22902026-05-01T16:13:06.715Z Compiling proc-macro-error-attr v1.0.4
22912026-05-01T16:13:06.753Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22922026-05-01T16:13:06.829Z Compiling opaque-debug v0.3.1
22932026-05-01T16:13:06.868Z Compiling convert_case v0.4.0
22942026-05-01T16:13:06.915Z Compiling ciborium-io v0.2.2
22952026-05-01T16:13:06.933Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22962026-05-01T16:13:07.019Z Compiling ciborium-ll v0.2.2
22972026-05-01T16:13:07.035Z Compiling poly1305 v0.8.0
22982026-05-01T16:13:07.104Z Compiling num_enum_derive v0.7.5
22992026-05-01T16:13:07.208Z Compiling derive_more v0.99.20
23002026-05-01T16:13:07.312Z Compiling postcard v1.1.3
23012026-05-01T16:13:07.621Z Compiling thiserror-no-std v2.0.2
23022026-05-01T16:13:07.635Z Compiling test-strategy v0.4.5
23032026-05-01T16:13:07.683Z Compiling parse-display-derive v0.10.0
23042026-05-01T16:13:07.716Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
23052026-05-01T16:13:07.735Z Compiling toml v0.9.12+spec-1.1.0
23062026-05-01T16:13:08.058Z Compiling tokio-rustls v0.26.4
23072026-05-01T16:13:08.340Z Compiling hyper-rustls v0.27.7
23082026-05-01T16:13:08.564Z Compiling rustls-platform-verifier v0.6.2
23092026-05-01T16:13:08.594Z Compiling reqwest v0.12.28
23102026-05-01T16:13:08.680Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23112026-05-01T16:13:08.711Z Compiling proc-macro-crate v1.3.1
23122026-05-01T16:13:08.799Z Compiling reqwest v0.13.2
23132026-05-01T16:13:08.939Z Compiling backon v1.6.0
23142026-05-01T16:13:08.958Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=784de5e4b123b48e574bbffc1188c0d5c30b2e62#784de5e4)
23152026-05-01T16:13:08.999Z Compiling password-hash v0.5.0
23162026-05-01T16:13:09.077Z Compiling chacha20 v0.9.1
23172026-05-01T16:13:09.143Z Compiling ingot-types v0.1.2
23182026-05-01T16:13:09.176Z Compiling dropshot_endpoint v0.16.7
23192026-05-01T16:13:09.220Z Compiling blake2 v0.10.6
23202026-05-01T16:13:09.341Z Compiling aead v0.5.2
23212026-05-01T16:13:09.344Z Compiling foreign-types-macros v0.2.3
23222026-05-01T16:13:09.393Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23232026-05-01T16:13:09.559Z Compiling ingot v0.1.1
23242026-05-01T16:13:09.626Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23252026-05-01T16:13:09.643Z Compiling proc-macro-error v1.0.4
23262026-05-01T16:13:09.736Z Compiling instant v0.1.13
23272026-05-01T16:13:09.825Z Compiling foreign-types-shared v0.3.1
23282026-05-01T16:13:09.848Z Compiling cpufeatures v0.3.0
23292026-05-01T16:13:09.869Z Compiling typeid v1.0.3
23302026-05-01T16:13:09.945Z Compiling chacha20 v0.10.0
23312026-05-01T16:13:09.961Z Compiling foreign-types v0.5.0
23322026-05-01T16:13:09.991Z Compiling backoff v0.4.0
23332026-05-01T16:13:10.018Z Compiling chacha20poly1305 v0.10.1
23342026-05-01T16:13:10.035Z Compiling argon2 v0.5.3
23352026-05-01T16:13:10.066Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=784de5e4b123b48e574bbffc1188c0d5c30b2e62#784de5e4)
23362026-05-01T16:13:10.083Z Compiling parse-display v0.10.0
23372026-05-01T16:13:10.192Z Compiling num_enum_derive v0.5.11
23382026-05-01T16:13:10.215Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23392026-05-01T16:13:10.235Z Compiling num_enum v0.7.5
23402026-05-01T16:13:10.269Z Compiling vsss-rs v3.3.4
23412026-05-01T16:13:10.379Z Compiling ciborium v0.2.2
23422026-05-01T16:13:11.119Z Compiling tabwriter v1.4.1
23432026-05-01T16:13:11.153Z Compiling byte-wrapper v0.1.0
23442026-05-01T16:13:11.206Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23452026-05-01T16:13:11.221Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23462026-05-01T16:13:11.506Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23472026-05-01T16:13:11.528Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23482026-05-01T16:13:11.656Z Compiling regress v0.10.5
23492026-05-01T16:13:11.693Z Compiling cstr-argument v0.1.2
23502026-05-01T16:13:11.766Z Compiling erased-serde v0.4.9
23512026-05-01T16:13:11.813Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23522026-05-01T16:13:11.884Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23532026-05-01T16:13:11.923Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23542026-05-01T16:13:11.988Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=784de5e4b123b48e574bbffc1188c0d5c30b2e62#784de5e4)
23552026-05-01T16:13:12.058Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23562026-05-01T16:13:12.077Z Compiling num_enum v0.5.11
23572026-05-01T16:13:12.111Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23582026-05-01T16:13:12.157Z Compiling rand v0.10.0
23592026-05-01T16:13:12.173Z Compiling rayon v1.11.0
23602026-05-01T16:13:12.225Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23612026-05-01T16:13:12.299Z Compiling libefi-sys v0.1.0
23622026-05-01T16:13:12.335Z Compiling indent_write v2.2.0
23632026-05-01T16:13:12.338Z Compiling colored v3.1.1
23642026-05-01T16:13:12.380Z Compiling zone_cfg_derive v0.3.1
23652026-05-01T16:13:12.416Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23662026-05-01T16:13:12.635Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23672026-05-01T16:13:12.673Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=784de5e4b123b48e574bbffc1188c0d5c30b2e62#784de5e4)
23682026-05-01T16:13:12.948Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23692026-05-01T16:13:12.964Z Compiling camino-tempfile v1.4.1
23702026-05-01T16:13:13.020Z Compiling itertools v0.12.1
23712026-05-01T16:13:13.056Z Compiling usdt-attr-macro v0.5.0
23722026-05-01T16:13:13.202Z Compiling usdt-macro v0.5.0
23732026-05-01T16:13:13.205Z Compiling num-derive v0.4.2
23742026-05-01T16:13:13.247Z Compiling bitfield-struct v0.6.2
23752026-05-01T16:13:13.381Z Compiling ordered-float v2.10.1
23762026-05-01T16:13:13.420Z Compiling blake3 v1.8.3
23772026-05-01T16:13:13.686Z Compiling sigpipe v0.1.3
23782026-05-01T16:13:13.787Z Compiling memmap v0.7.0
23792026-05-01T16:13:13.808Z Compiling swrite v0.1.0
23802026-05-01T16:13:13.824Z Compiling glob v0.3.3
23812026-05-01T16:13:13.882Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23822026-05-01T16:13:13.927Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23832026-05-01T16:13:13.957Z Compiling usdt v0.5.0
23842026-05-01T16:13:14.121Z Compiling serde-value v0.7.0
23852026-05-01T16:13:14.137Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
23862026-05-01T16:13:14.261Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23872026-05-01T16:13:14.312Z Compiling zone v0.3.1
23882026-05-01T16:13:14.374Z Compiling serde-untagged v0.1.9
23892026-05-01T16:13:14.466Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=784de5e4b123b48e574bbffc1188c0d5c30b2e62#784de5e4)
23902026-05-01T16:13:14.745Z Compiling toml v0.8.23
23912026-05-01T16:13:14.770Z Compiling smf v0.2.3
23922026-05-01T16:13:14.786Z Compiling filetime v0.2.27
23932026-05-01T16:13:14.831Z Compiling whoami v1.6.1
23942026-05-01T16:13:14.848Z Compiling arrayvec v0.7.6
23952026-05-01T16:13:14.863Z Compiling same-file v1.0.6
23962026-05-01T16:13:15.011Z Compiling constant_time_eq v0.4.2
23972026-05-01T16:13:15.051Z Compiling xattr v1.6.1
23982026-05-01T16:13:15.116Z Compiling arrayref v0.3.9
23992026-05-01T16:13:15.134Z Compiling unicode-xid v0.2.6
24002026-05-01T16:13:15.152Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24012026-05-01T16:13:15.226Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24022026-05-01T16:13:15.245Z Compiling cargo-util-schemas v0.8.2
24032026-05-01T16:13:15.265Z Compiling tar v0.4.45
24042026-05-01T16:13:15.287Z Compiling walkdir v2.5.0
24052026-05-01T16:13:15.311Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24062026-05-01T16:13:15.559Z Compiling tokio-dtrace v0.1.1
24072026-05-01T16:13:15.845Z Compiling console v0.16.2
24082026-05-01T16:13:15.894Z Compiling gethostname v0.5.0
24092026-05-01T16:13:15.894Z Compiling cargo-platform v0.2.0
24102026-05-01T16:13:15.931Z Compiling unit-prefix v0.5.2
24112026-05-01T16:13:16.012Z Compiling topological-sort v0.2.2
24122026-05-01T16:13:16.053Z Compiling oxide-tokio-rt v0.1.4
24132026-05-01T16:13:16.114Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24142026-05-01T16:13:16.197Z Compiling shell-words v1.1.1
24152026-05-01T16:13:16.318Z Compiling indicatif v0.18.4
24162026-05-01T16:13:16.408Z Compiling cargo_metadata v0.21.0
24172026-05-01T16:13:25.567Z Compiling progenitor-client v0.10.0
24182026-05-01T16:13:25.567Z Compiling omicron-zone-package v0.12.2
24192026-05-01T16:13:25.582Z Compiling progenitor-client v0.13.0
24202026-05-01T16:13:25.683Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24212026-05-01T16:13:25.700Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24222026-05-01T16:13:25.719Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24232026-05-01T16:13:26.020Z Compiling progenitor-extras v0.1.1
24242026-05-01T16:13:26.049Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24252026-05-01T16:13:26.094Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24262026-05-01T16:13:26.281Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24272026-05-01T16:13:26.621Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24282026-05-01T16:13:26.993Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24292026-05-01T16:13:27.019Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24302026-05-01T16:13:30.845Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24312026-05-01T16:13:38.263Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24322026-05-01T16:13:41.409Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24332026-05-01T16:13:42.383Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24342026-05-01T16:13:51.457Z Finished `release` profile [optimized] target(s) in 1m 41s
24352026-05-01T16:13:51.606Z Running `target/release/omicron-package -t test target create -p dev`
24362026-05-01T16:13:51.669ZLogging to: /work/oxidecomputer/omicron/out/LOG
24372026-05-01T16:13:51.672ZCreated new build target 'test' and set it as active
24382026-05-01T16:13:51.675Z
24392026-05-01T16:13:51.675Zreal 1:41.515724080
24402026-05-01T16:13:51.675Zuser 16:50.593488733
24412026-05-01T16:13:51.675Zsys 2:40.166788285
24422026-05-01T16:13:51.675Ztrap 0.469718485
24432026-05-01T16:13:51.675Ztflt 2.781267823
24442026-05-01T16:13:51.675Zdflt 3.643647955
24452026-05-01T16:13:51.675Zkflt 0.000508894
24462026-05-01T16:13:51.675Zlock 53:50.015653540
24472026-05-01T16:13:51.675Zslp 43:14.904243822
24482026-05-01T16:13:51.675Zlat 43.621351698
24492026-05-01T16:13:51.675Zstop 5:37.720403504
24502026-05-01T16:13:51.675Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24512026-05-01T16:13:52.542Z Finished `release` profile [optimized] target(s) in 0.85s
24522026-05-01T16:13:52.611Z Running `target/release/omicron-package -t test package`
24532026-05-01T16:13:52.669ZLogging to: /work/oxidecomputer/omicron/out/LOG
24542026-05-01T16:13:54.053Z Compiling regress v0.10.5
24552026-05-01T16:13:54.053Z Compiling heck v0.5.0
24562026-05-01T16:13:54.266Z Compiling unsafe-libyaml v0.2.11
24572026-05-01T16:13:54.281Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24582026-05-01T16:13:54.310Z Compiling unicode-width v0.1.14
24592026-05-01T16:13:54.313Z Compiling prettyplease v0.2.37
24602026-05-01T16:13:54.355Z Compiling bytecount v0.6.9
24612026-05-01T16:13:54.355Z Compiling derive-where v1.6.0
24622026-05-01T16:13:54.374Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24632026-05-01T16:13:54.379Z Compiling dropshot v0.16.7
24642026-05-01T16:13:54.379Z Compiling progenitor-client v0.13.0
24652026-05-01T16:13:54.395Z Compiling toml v0.9.12+spec-1.1.0
24662026-05-01T16:13:54.435Z Compiling typify-impl v0.6.1
24672026-05-01T16:13:54.456Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24682026-05-01T16:13:54.478Z Compiling backon v1.6.0
24692026-05-01T16:13:54.498Z Compiling instant v0.1.13
24702026-05-01T16:13:54.519Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24712026-05-01T16:13:54.581Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24722026-05-01T16:13:54.585Z Compiling parse-display v0.10.0
24732026-05-01T16:13:54.649Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24742026-05-01T16:13:54.669Z Compiling backoff v0.4.0
24752026-05-01T16:13:54.692Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24762026-05-01T16:13:54.696Z Compiling progenitor-client v0.10.0
24772026-05-01T16:13:54.775Z Compiling serde_yaml v0.9.34+deprecated
24782026-05-01T16:13:54.796Z Compiling progenitor-extras v0.1.1
24792026-05-01T16:13:54.818Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24802026-05-01T16:13:54.845Z Compiling macaddr v1.0.1
24812026-05-01T16:13:54.914Z Compiling num-rational v0.4.2
24822026-05-01T16:13:54.937Z Compiling num-complex v0.4.6
24832026-05-01T16:13:55.036Z Compiling console v0.15.11
24842026-05-01T16:13:55.269Z Compiling slog-dtrace v0.3.0
24852026-05-01T16:13:55.423Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24862026-05-01T16:13:55.500Z Compiling num v0.4.3
24872026-05-01T16:13:55.504Z Compiling float-ord v0.3.2
24882026-05-01T16:13:55.625Z Compiling newline-converter v0.3.0
24892026-05-01T16:13:55.628Z Compiling atomicwrites v0.4.4
24902026-05-01T16:13:55.628Z Compiling async-recursion v1.1.1
24912026-05-01T16:13:55.671Z Compiling cancel-safe-futures v0.1.5
24922026-05-01T16:13:55.692Z Compiling owo-colors v4.3.0
24932026-05-01T16:13:55.908Z Compiling expectorate v1.2.0
24942026-05-01T16:13:55.929Z Compiling libsw-core v0.3.2
24952026-05-01T16:13:55.953Z Compiling resolv-conf v0.7.6
24962026-05-01T16:13:55.998Z Compiling toml v0.8.23
24972026-05-01T16:13:56.074Z Compiling linear-map v1.2.0
24982026-05-01T16:13:56.148Z Compiling libsw v3.5.0
24992026-05-01T16:13:56.203Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25002026-05-01T16:13:56.247Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25012026-05-01T16:13:56.308Z Compiling linked-hash-map v0.5.6
25022026-05-01T16:13:56.311Z Compiling minimal-lexical v0.2.1
25032026-05-01T16:13:56.374Z Compiling unicode-xid v0.2.6
25042026-05-01T16:13:56.407Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25052026-05-01T16:13:56.433Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25062026-05-01T16:13:56.514Z Compiling lru-cache v0.1.2
25072026-05-01T16:13:56.536Z Compiling nom v7.1.3
25082026-05-01T16:13:56.560Z Compiling globset v0.4.18
25092026-05-01T16:13:56.592Z Compiling hickory-proto v0.24.4
25102026-05-01T16:13:56.614Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25112026-05-01T16:13:56.617Z Compiling convert_case v0.10.0
25122026-05-01T16:13:56.692Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25132026-05-01T16:13:56.951Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25142026-05-01T16:13:57.067Z Compiling derive_more-impl v2.1.1
25152026-05-01T16:13:57.825Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25162026-05-01T16:13:57.892Z Compiling pin-project-internal v1.1.11
25172026-05-01T16:13:57.956Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25182026-05-01T16:13:58.205Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25192026-05-01T16:13:58.663Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25202026-05-01T16:13:58.880Z Compiling derive_more v2.1.1
25212026-05-01T16:13:58.922Z Compiling pin-project v1.1.11
25222026-05-01T16:13:58.998Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25232026-05-01T16:13:59.063Z Compiling hickory-resolver v0.24.4
25242026-05-01T16:13:59.227Z Compiling typify-macro v0.6.1
25252026-05-01T16:13:59.281Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25262026-05-01T16:13:59.363Z Compiling papergrid v0.11.0
25272026-05-01T16:13:59.446Z Compiling tabled_derive v0.7.0
25282026-05-01T16:13:59.720Z Compiling pem v3.0.6
25292026-05-01T16:14:00.102Z Compiling snafu-derive v0.8.9
25302026-05-01T16:14:00.347Z Compiling qorb v0.4.1
25312026-05-01T16:14:00.398Z Compiling termtree v0.5.1
25322026-05-01T16:14:00.434Z Compiling tabled v0.15.0
25332026-05-01T16:14:00.606Z Compiling crossterm v0.29.0
25342026-05-01T16:14:00.754Z Compiling typify v0.6.1
25352026-05-01T16:14:00.915Z Compiling progenitor-impl v0.13.0
25362026-05-01T16:14:02.018Z Compiling snafu v0.8.9
25372026-05-01T16:14:02.505Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25382026-05-01T16:14:02.541Z Compiling phf_shared v0.12.1
25392026-05-01T16:14:02.799Z Compiling olpc-cjson v0.1.4
25402026-05-01T16:14:03.044Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25412026-05-01T16:14:03.109Z Compiling progenitor-macro v0.13.0
25422026-05-01T16:14:03.554Z Compiling serde_plain v1.0.2
25432026-05-01T16:14:03.579Z Compiling vte v0.14.1
25442026-05-01T16:14:03.840Z Compiling csv-core v0.1.13
25452026-05-01T16:14:03.869Z Compiling highway v1.3.0
25462026-05-01T16:14:04.019Z Compiling typed-path v0.9.3
25472026-05-01T16:14:04.279Z Compiling chrono-tz v0.10.4
25482026-05-01T16:14:04.527Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25492026-05-01T16:14:04.639Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25502026-05-01T16:14:04.642Z Compiling csv v1.4.0
25512026-05-01T16:14:05.165Z Compiling tough v0.20.0
25522026-05-01T16:14:05.384Z Compiling strip-ansi-escapes v0.2.1
25532026-05-01T16:14:05.562Z Compiling phf v0.12.1
25542026-05-01T16:14:05.638Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25552026-05-01T16:14:05.762Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25562026-05-01T16:14:05.945Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25572026-05-01T16:14:06.063Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25582026-05-01T16:14:06.431Z Compiling const_format_proc_macros v0.2.34
25592026-05-01T16:14:06.892Z Compiling fd-lock v4.0.4
25602026-05-01T16:14:07.069Z Compiling peg-macros v0.8.5
25612026-05-01T16:14:07.154Z Compiling progenitor v0.13.0
25622026-05-01T16:14:07.251Z Compiling nu-ansi-term v0.50.3
25632026-05-01T16:14:07.348Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25642026-05-01T16:14:07.641Z Compiling reedline v0.40.0
25652026-05-01T16:14:07.912Z Compiling const_format v0.2.35
25662026-05-01T16:14:08.395Z Compiling peg v0.8.5
25672026-05-01T16:14:08.439Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25682026-05-01T16:14:08.499Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25692026-05-01T16:14:08.984Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25702026-05-01T16:14:09.094Z Compiling bcs v0.1.6
25712026-05-01T16:14:09.284Z Compiling semver v0.1.20
25722026-05-01T16:14:09.532Z Compiling rustc_version v0.1.7
25732026-05-01T16:14:09.555Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25742026-05-01T16:14:09.583Z Compiling humantime v2.3.0
25752026-05-01T16:14:09.651Z Compiling smawk v0.3.2
25762026-05-01T16:14:09.775Z Compiling newtype_derive v0.1.6
25772026-05-01T16:14:09.802Z Compiling unicode-linebreak v0.1.5
25782026-05-01T16:14:09.839Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=c3c3032f8bdc91d6faf2b36e05b8375a0980765c#c3c3032f)
25792026-05-01T16:14:10.044Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25802026-05-01T16:14:10.106Z Compiling textwrap v0.16.2
25812026-05-01T16:14:10.175Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=c3c3032f8bdc91d6faf2b36e05b8375a0980765c#c3c3032f)
25822026-05-01T16:14:10.479Z Compiling dropshot-api-manager-types v0.6.0
25832026-05-01T16:14:11.020Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25842026-05-01T16:14:11.086Z Compiling base64 v0.21.7
25852026-05-01T16:14:11.476Z Compiling steno v0.4.1
25862026-05-01T16:14:11.631Z Compiling utf-8 v0.7.6
25872026-05-01T16:14:11.690Z Compiling tagptr v0.2.0
25882026-05-01T16:14:11.712Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25892026-05-01T16:14:11.895Z Compiling moka v0.12.13
25902026-05-01T16:14:11.916Z Compiling tungstenite v0.21.0
25912026-05-01T16:14:11.940Z Compiling radium v0.7.0
25922026-05-01T16:14:12.264Z Compiling maybe-uninit v2.0.0
25932026-05-01T16:14:12.563Z Compiling tokio-tungstenite v0.21.0
25942026-05-01T16:14:12.978Z Compiling tap v1.0.1
25952026-05-01T16:14:13.142Z Compiling hickory-resolver v0.25.2
25962026-05-01T16:14:13.171Z Compiling wyz v0.5.1
25972026-05-01T16:14:13.429Z Compiling zerocopy-derive v0.6.6
25982026-05-01T16:14:13.519Z Compiling funty v2.0.0
25992026-05-01T16:14:13.693Z Compiling crc-catalog v2.4.0
26002026-05-01T16:14:13.825Z Compiling packed_struct v0.10.1
26012026-05-01T16:14:14.032Z Compiling display-error-chain v0.2.2
26022026-05-01T16:14:14.139Z Compiling bitvec v1.0.1
26032026-05-01T16:14:14.211Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26042026-05-01T16:14:14.291Z Compiling zerocopy v0.6.6
26052026-05-01T16:14:14.469Z Compiling crc v3.4.0
26062026-05-01T16:14:14.697Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=784de5e4b123b48e574bbffc1188c0d5c30b2e62#784de5e4)
26072026-05-01T16:14:14.964Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26082026-05-01T16:14:15.540Z Compiling packed_struct_codegen v0.10.1
26092026-05-01T16:14:15.920Z Compiling bitfield-macros v0.19.4
26102026-05-01T16:14:16.528Z Compiling indexmap v1.9.3
26112026-05-01T16:14:16.651Z Compiling nodrop v0.1.14
26122026-05-01T16:14:16.685Z Compiling bitfield v0.19.4
26132026-05-01T16:14:16.790Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26142026-05-01T16:14:16.820Z Compiling array-init v0.0.4
26152026-05-01T16:14:17.225Z Compiling smallvec v0.6.14
26162026-05-01T16:14:17.492Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26172026-05-01T16:14:17.868Z Compiling num-derive v0.3.3
26182026-05-01T16:14:18.528Z Compiling vergen-lib v0.1.6
26192026-05-01T16:14:18.562Z Compiling proc-macro-error-attr2 v2.0.0
26202026-05-01T16:14:18.718Z Compiling hashbrown v0.12.3
26212026-05-01T16:14:18.739Z Compiling libscf-sys v1.1.0
26222026-05-01T16:14:18.796Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26232026-05-01T16:14:18.843Z Compiling serde-hex v0.1.0
26242026-05-01T16:14:18.917Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26252026-05-01T16:14:18.961Z Compiling proc-macro-error2 v2.0.1
26262026-05-01T16:14:19.159Z Compiling ron v0.8.1
26272026-05-01T16:14:19.322Z Compiling hashbrown v0.13.2
26282026-05-01T16:14:19.412Z Compiling vergen-gitcl v1.0.8
26292026-05-01T16:14:19.534Z Compiling dirs-sys-next v0.1.2
26302026-05-01T16:14:19.635Z Compiling crunchy v0.2.4
26312026-05-01T16:14:19.792Z Compiling glob v0.3.3
26322026-05-01T16:14:19.813Z Compiling diesel_derives v2.3.7
26332026-05-01T16:14:19.913Z Compiling crc-any v2.5.0
26342026-05-01T16:14:19.936Z Compiling maplit v1.0.2
26352026-05-01T16:14:20.065Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26362026-05-01T16:14:20.089Z Compiling object v0.30.4
26372026-05-01T16:14:20.112Z Compiling dirs-next v2.0.0
26382026-05-01T16:14:20.159Z Compiling clang-sys v1.8.1
26392026-05-01T16:14:20.187Z Compiling tabled_derive v0.11.0
26402026-05-01T16:14:20.243Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26412026-05-01T16:14:20.346Z Compiling papergrid v0.17.0
26422026-05-01T16:14:20.550Z Compiling testing_table v0.3.0
26432026-05-01T16:14:20.606Z Compiling dsl_auto_type v0.2.0
26442026-05-01T16:14:20.755Z Compiling scheduled-thread-pool v0.2.7
26452026-05-01T16:14:20.903Z Compiling diesel_table_macro_syntax v0.3.0
26462026-05-01T16:14:20.935Z Compiling tiny-keccak v2.0.2
26472026-05-01T16:14:20.981Z Compiling path-slash v0.1.5
26482026-05-01T16:14:21.128Z Compiling r2d2 v0.8.10
26492026-05-01T16:14:21.252Z Compiling term v0.7.0
26502026-05-01T16:14:21.364Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26512026-05-01T16:14:21.394Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26522026-05-01T16:14:21.423Z Compiling xshell-macros v0.2.7
26532026-05-01T16:14:21.528Z Compiling tabled v0.20.0
26542026-05-01T16:14:21.642Z Compiling downcast-rs v2.0.2
26552026-05-01T16:14:21.705Z Compiling bit-vec v0.6.3
26562026-05-01T16:14:21.753Z Compiling ascii-canvas v3.0.0
26572026-05-01T16:14:21.824Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26582026-05-01T16:14:21.827Z Compiling xshell v0.2.7
26592026-05-01T16:14:21.968Z Compiling bit-set v0.5.3
26602026-05-01T16:14:22.046Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26612026-05-01T16:14:22.068Z Compiling itertools v0.10.5
26622026-05-01T16:14:22.093Z Compiling ena v0.14.4
26632026-05-01T16:14:22.160Z Compiling libloading v0.8.9
26642026-05-01T16:14:22.340Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26652026-05-01T16:14:22.407Z Compiling regex-syntax v0.6.29
26662026-05-01T16:14:22.525Z Compiling diff v0.1.13
26672026-05-01T16:14:22.790Z Compiling bindgen v0.71.1
26682026-05-01T16:14:22.810Z Compiling unicase v2.9.0
26692026-05-01T16:14:23.112Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26702026-05-01T16:14:23.183Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26712026-05-01T16:14:23.204Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26722026-05-01T16:14:23.847Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26732026-05-01T16:14:24.309Z Compiling lalrpop v0.19.12
26742026-05-01T16:14:24.539Z Compiling cexpr v0.6.0
26752026-05-01T16:14:24.870Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26762026-05-01T16:14:25.089Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26772026-05-01T16:14:25.163Z Compiling crc8 v0.1.1
26782026-05-01T16:14:25.300Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26792026-05-01T16:14:25.845Z Compiling diesel v2.3.7
26802026-05-01T16:14:25.905Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26812026-05-01T16:14:25.973Z Compiling headers-core v0.3.0
26822026-05-01T16:14:26.134Z Compiling libxml v0.3.3
26832026-05-01T16:14:26.156Z Compiling headers v0.4.1
26842026-05-01T16:14:26.394Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26852026-05-01T16:14:26.629Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26862026-05-01T16:14:26.663Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26872026-05-01T16:14:26.848Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26882026-05-01T16:14:26.907Z Compiling strum_macros v0.24.3
26892026-05-01T16:14:27.332Z Compiling indoc v1.0.9
26902026-05-01T16:14:27.849Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26912026-05-01T16:14:27.888Z Compiling typify-impl v0.4.3
26922026-05-01T16:14:28.078Z Compiling derive_builder v0.20.2
26932026-05-01T16:14:28.192Z Compiling oso-derive v0.27.3
26942026-05-01T16:14:28.255Z Compiling quick-xml v0.37.5
26952026-05-01T16:14:28.698Z Compiling impl-trait-for-tuples v0.2.3
26962026-05-01T16:14:29.340Z Compiling openssl-probe v0.1.6
26972026-05-01T16:14:29.364Z Compiling half v1.8.3
26982026-05-01T16:14:29.619Z Compiling serde_cbor v0.11.2
26992026-05-01T16:14:29.676Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27002026-05-01T16:14:29.698Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27012026-05-01T16:14:29.808Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27022026-05-01T16:14:29.967Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27032026-05-01T16:14:29.988Z Compiling samael v0.0.19
27042026-05-01T16:14:30.199Z Compiling bb8 v0.8.6
27052026-05-01T16:14:30.397Z Compiling trait-variant v0.1.2
27062026-05-01T16:14:30.605Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27072026-05-01T16:14:30.608Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27082026-05-01T16:14:30.914Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27092026-05-01T16:14:30.966Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27102026-05-01T16:14:30.970Z Compiling fxhash v0.2.1
27112026-05-01T16:14:31.136Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27122026-05-01T16:14:31.196Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27132026-05-01T16:14:31.226Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27142026-05-01T16:14:31.265Z Compiling typify-macro v0.4.3
27152026-05-01T16:14:31.433Z Compiling kstat-rs v0.2.4
27162026-05-01T16:14:31.581Z Compiling libz-sys v1.1.24
27172026-05-01T16:14:31.737Z Compiling polar-core v0.27.3
27182026-05-01T16:14:31.954Z Compiling salty v0.3.0
27192026-05-01T16:14:32.093Z Compiling nonempty v0.12.0
27202026-05-01T16:14:32.324Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27212026-05-01T16:14:32.629Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27222026-05-01T16:14:32.682Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=e10e4f5a993fe950ab1b478abb5dcbfa7aa92091#e10e4f5a)
27232026-05-01T16:14:32.764Z Compiling typify v0.4.3
27242026-05-01T16:14:32.842Z Compiling darling_core v0.23.0
27252026-05-01T16:14:32.910Z Compiling progenitor-impl v0.11.2
27262026-05-01T16:14:33.302Z Compiling nanorand v0.7.0
27272026-05-01T16:14:33.817Z Compiling arc-swap v1.8.2
27282026-05-01T16:14:34.184Z Compiling fs-err v2.11.0
27292026-05-01T16:14:34.420Z Compiling parking_lot_core v0.8.6
27302026-05-01T16:14:34.606Z Compiling mime_guess v2.0.5
27312026-05-01T16:14:34.859Z Compiling slog-scope v4.4.1
27322026-05-01T16:14:34.924Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=e10e4f5a993fe950ab1b478abb5dcbfa7aa92091#e10e4f5a)
27332026-05-01T16:14:34.962Z Compiling darling_macro v0.23.0
27342026-05-01T16:14:35.022Z Compiling progenitor-macro v0.11.2
27352026-05-01T16:14:35.299Z Compiling flume v0.11.1
27362026-05-01T16:14:35.463Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27372026-05-01T16:14:36.705Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=c3c3032f8bdc91d6faf2b36e05b8375a0980765c#c3c3032f)
27382026-05-01T16:14:37.177Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27392026-05-01T16:14:37.780Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27402026-05-01T16:14:37.820Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27412026-05-01T16:14:38.817Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27422026-05-01T16:14:39.061Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27432026-05-01T16:14:39.104Z Compiling progenitor-client v0.11.2
27442026-05-01T16:14:39.625Z Compiling git-stub v1.0.0
27452026-05-01T16:14:39.646Z Compiling libgit2-sys v0.18.3+1.9.2
27462026-05-01T16:14:39.892Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27472026-05-01T16:14:40.074Z Compiling instability v0.3.11
27482026-05-01T16:14:41.605Z Compiling oso v0.27.3
27492026-05-01T16:14:41.879Z Compiling git-stub-vcs v0.1.0
27502026-05-01T16:14:42.312Z Compiling progenitor v0.11.2
27512026-05-01T16:14:42.530Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27522026-05-01T16:14:44.754Z Compiling async-bb8-diesel v0.2.1
27532026-05-01T16:14:44.946Z Compiling diesel-dtrace v0.5.0
27542026-05-01T16:14:45.202Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27552026-05-01T16:14:45.264Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27562026-05-01T16:14:45.503Z Compiling darling v0.23.0
27572026-05-01T16:14:45.661Z Compiling slog-stdlog v4.1.1
27582026-05-01T16:14:46.324Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27592026-05-01T16:14:46.389Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27602026-05-01T16:14:46.557Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27612026-05-01T16:14:47.740Z Compiling ignore v0.4.25
27622026-05-01T16:14:48.360Z Compiling primeorder v0.13.6
27632026-05-01T16:14:48.675Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27642026-05-01T16:14:49.096Z Compiling castaway v0.2.4
27652026-05-01T16:14:49.253Z Compiling atty v0.2.14
27662026-05-01T16:14:49.294Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27672026-05-01T16:14:49.402Z Compiling indoc v2.0.7
27682026-05-01T16:14:49.531Z Compiling http-range v0.1.5
27692026-05-01T16:14:49.562Z Compiling parse-size v1.1.0
27702026-05-01T16:14:49.781Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27712026-05-01T16:14:49.861Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27722026-05-01T16:14:49.971Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27732026-05-01T16:14:50.082Z Compiling compact_str v0.8.1
27742026-05-01T16:14:50.113Z Compiling p384 v0.13.1
27752026-05-01T16:14:51.249Z Compiling globwalk v0.9.1
27762026-05-01T16:14:51.926Z Compiling parking_lot v0.11.2
27772026-05-01T16:14:52.240Z Compiling slog-envlogger v2.2.0
27782026-05-01T16:14:52.370Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27792026-05-01T16:14:52.726Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27802026-05-01T16:14:52.850Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
27812026-05-01T16:14:53.107Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27822026-05-01T16:14:53.139Z Compiling predicates-tree v1.0.13
27832026-05-01T16:14:53.207Z Compiling unicode-truncate v1.1.0
27842026-05-01T16:14:53.409Z Compiling lru v0.12.5
27852026-05-01T16:14:53.430Z Compiling rand_seeder v0.4.0
27862026-05-01T16:14:53.587Z Compiling prefix-trie v0.7.0
27872026-05-01T16:14:53.615Z Compiling vergen-git2 v9.1.0
27882026-05-01T16:14:53.637Z Compiling cassowary v0.3.0
27892026-05-01T16:14:53.689Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27902026-05-01T16:14:53.881Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27912026-05-01T16:14:54.087Z Compiling hickory-server v0.25.2
27922026-05-01T16:14:54.109Z Compiling ratatui v0.29.0
27932026-05-01T16:14:54.185Z Compiling camino-tempfile-ext v0.3.3
27942026-05-01T16:14:54.760Z Compiling hyper-staticfile v0.10.1
27952026-05-01T16:14:55.195Z Compiling sled v0.34.7
27962026-05-01T16:14:56.267Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27972026-05-01T16:14:56.291Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27982026-05-01T16:14:56.368Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27992026-05-01T16:14:56.938Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28002026-05-01T16:14:57.172Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28012026-05-01T16:14:57.351Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28022026-05-01T16:14:57.882Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28032026-05-01T16:14:58.049Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28042026-05-01T16:14:58.308Z Compiling rustls v0.21.12
28052026-05-01T16:14:58.358Z Compiling corncobs v0.1.4
28062026-05-01T16:14:58.533Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28072026-05-01T16:14:58.642Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28082026-05-01T16:14:58.826Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28092026-05-01T16:14:59.130Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28102026-05-01T16:14:59.153Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28112026-05-01T16:14:59.349Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28122026-05-01T16:14:59.582Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28132026-05-01T16:15:00.281Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28142026-05-01T16:15:00.303Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28152026-05-01T16:15:02.297Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28162026-05-01T16:15:02.671Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28172026-05-01T16:15:02.894Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28182026-05-01T16:15:03.129Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28192026-05-01T16:15:03.185Z Compiling rustls-webpki v0.101.7
28202026-05-01T16:15:03.271Z Compiling sct v0.7.1
28212026-05-01T16:15:03.356Z Compiling secrecy v0.8.0
28222026-05-01T16:15:03.543Z Compiling void v1.0.2
28232026-05-01T16:15:03.693Z Compiling lzss v0.8.2
28242026-05-01T16:15:04.923Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28252026-05-01T16:15:04.970Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28262026-05-01T16:15:05.243Z Compiling git2 v0.20.4
28272026-05-01T16:15:05.282Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28282026-05-01T16:15:05.805Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28292026-05-01T16:15:06.088Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28302026-05-01T16:15:06.114Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28312026-05-01T16:15:06.308Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28322026-05-01T16:15:06.549Z Compiling tungstenite v0.23.0
28332026-05-01T16:15:06.831Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28342026-05-01T16:15:07.044Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28352026-05-01T16:15:07.080Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28362026-05-01T16:15:07.273Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28372026-05-01T16:15:07.311Z Compiling nix v0.27.1
28382026-05-01T16:15:07.530Z Compiling serde_bytes v0.11.19
28392026-05-01T16:15:07.934Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28402026-05-01T16:15:08.069Z Compiling tokio-tungstenite v0.23.1
28412026-05-01T16:15:08.301Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
28422026-05-01T16:15:08.488Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28432026-05-01T16:15:08.513Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28442026-05-01T16:15:08.867Z Compiling tokio-rustls v0.24.1
28452026-05-01T16:15:08.916Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28462026-05-01T16:15:08.973Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28472026-05-01T16:15:09.151Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28482026-05-01T16:15:09.569Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28492026-05-01T16:15:11.579Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=784de5e4b123b48e574bbffc1188c0d5c30b2e62#784de5e4)
28502026-05-01T16:15:11.602Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28512026-05-01T16:15:13.723Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28522026-05-01T16:15:14.387Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28532026-05-01T16:15:15.525Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28542026-05-01T16:15:15.953Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28552026-05-01T16:15:16.169Z Compiling rustls-pemfile v1.0.4
28562026-05-01T16:15:16.590Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28572026-05-01T16:15:16.799Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28582026-05-01T16:15:16.891Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28592026-05-01T16:15:18.380Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28602026-05-01T16:15:18.913Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28612026-05-01T16:15:19.802Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
28622026-05-01T16:15:19.950Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28632026-05-01T16:15:20.396Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28642026-05-01T16:15:21.388Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28652026-05-01T16:15:21.614Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28662026-05-01T16:15:21.829Z Compiling signal-hook-tokio v0.3.1
28672026-05-01T16:15:21.857Z Compiling twox-hash v2.1.2
28682026-05-01T16:15:22.041Z Compiling yasna v0.5.2
28692026-05-01T16:15:22.379Z Compiling is_ci v1.2.0
28702026-05-01T16:15:22.479Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28712026-05-01T16:15:22.600Z Compiling rcgen v0.12.1
28722026-05-01T16:15:22.702Z Compiling supports-color v3.0.2
28732026-05-01T16:15:23.022Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28742026-05-01T16:15:23.127Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28752026-05-01T16:15:23.600Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28762026-05-01T16:15:23.641Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28772026-05-01T16:15:23.664Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28782026-05-01T16:15:24.060Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28792026-05-01T16:15:25.520Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28802026-05-01T16:15:26.263Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28812026-05-01T16:15:26.929Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28822026-05-01T16:15:27.009Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28832026-05-01T16:15:27.231Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28842026-05-01T16:15:27.481Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28852026-05-01T16:15:27.696Z Compiling fatfs v0.3.6
28862026-05-01T16:15:28.091Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28872026-05-01T16:15:28.500Z Compiling rtoolbox v0.0.3
28882026-05-01T16:15:28.790Z Compiling subprocess v0.2.15
28892026-05-01T16:15:28.811Z Compiling assert_matches v1.5.0
28902026-05-01T16:15:28.913Z Compiling seq-macro v0.3.6
28912026-05-01T16:15:28.936Z Compiling rpassword v7.4.0
28922026-05-01T16:15:29.218Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28932026-05-01T16:15:29.456Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28942026-05-01T16:15:30.791Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28952026-05-01T16:15:30.937Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28962026-05-01T16:15:31.073Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28972026-05-01T16:15:31.684Z Compiling tui-tree-widget v0.23.1
28982026-05-01T16:15:31.966Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28992026-05-01T16:15:32.791Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29002026-05-01T16:15:33.152Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29012026-05-01T16:15:33.317Z Compiling uzers v0.12.2
29022026-05-01T16:15:33.796Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29032026-05-01T16:15:34.780Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29042026-05-01T16:15:35.891Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29052026-05-01T16:15:36.333Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29062026-05-01T16:15:39.780Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29072026-05-01T16:15:40.015Z Compiling support-bundle-viewer v0.1.2
29082026-05-01T16:15:41.879Z Compiling multimap v0.10.1
29092026-05-01T16:15:52.171Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29102026-05-01T16:16:00.281Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29112026-05-01T16:16:00.683Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29122026-05-01T16:16:00.991Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29132026-05-01T16:21:30.350Z Finished `release` profile [optimized] target(s) in 7m 37s
29142026-05-01T16:22:17.429Z
29152026-05-01T16:22:17.429Zreal 8:23.353007559
29162026-05-01T16:22:17.429Zuser 1:16:16.199077598
29172026-05-01T16:22:17.430Zsys 3:20.940405848
29182026-05-01T16:22:17.457Ztrap 1.689222697
29192026-05-01T16:22:17.457Ztflt 2.363177475
29202026-05-01T16:22:17.457Zdflt 17.173008959
29212026-05-01T16:22:17.457Zkflt 0.010899554
29222026-05-01T16:22:17.457Zlock 6:23:25.164915259
29232026-05-01T16:22:17.457Zslp 2:08:08.325876830
29242026-05-01T16:22:17.458Zlat 2:24.243847023
29252026-05-01T16:22:17.458Zstop 4:56.905086601
29262026-05-01T16:22:17.458Z+ mapfile -t packages
29272026-05-01T16:22:17.458Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29282026-05-01T16:22:17.458Z Finished `release` profile [optimized] target(s) in 0.91s
29292026-05-01T16:22:17.458Z Running `target/release/omicron-package -t test list-outputs`
29302026-05-01T16:22:17.458ZLogging to: /work/oxidecomputer/omicron/out/LOG
29312026-05-01T16:22:17.458Z+ ptime -m cargo build --locked --release -p xtask
29322026-05-01T16:22:17.484Z Compiling libc v0.2.185
29332026-05-01T16:22:17.484Z Compiling serde v1.0.228
29342026-05-01T16:22:17.484Z Compiling serde_core v1.0.228
29352026-05-01T16:22:17.484Z Compiling rustix v1.1.3
29362026-05-01T16:22:17.484Z Compiling serde_json v1.0.149
29372026-05-01T16:22:17.485Z Compiling bitflags v2.11.0
29382026-05-01T16:22:17.485Z Compiling num-traits v0.2.19
29392026-05-01T16:22:17.485Z Compiling smallvec v1.15.1
29402026-05-01T16:22:17.485Z Compiling syn v2.0.117
29412026-05-01T16:22:17.485Z Compiling hashbrown v0.16.1
29422026-05-01T16:22:17.485Z Compiling usdt-impl v0.5.0
29432026-05-01T16:22:17.485Z Compiling syn v1.0.109
29442026-05-01T16:22:17.485Z Compiling log v0.4.29
29452026-05-01T16:22:17.485Z Compiling getrandom v0.4.1
29462026-05-01T16:22:17.485Z Compiling percent-encoding v2.3.2
29472026-05-01T16:22:17.485Z Compiling form_urlencoded v1.2.2
29482026-05-01T16:22:17.485Z Compiling fs-err v3.3.0
29492026-05-01T16:22:17.485Z Compiling once_cell v1.21.3
29502026-05-01T16:22:17.485Z Compiling anyhow v1.0.102
29512026-05-01T16:22:17.485Z Compiling heck v0.4.1
29522026-05-01T16:22:17.485Z Compiling indexmap v2.13.0
29532026-05-01T16:22:17.485Z Compiling errno v0.3.14
29542026-05-01T16:22:17.485Z Compiling thread-id v4.2.2
29552026-05-01T16:22:17.486Z Compiling memmap v0.7.0
29562026-05-01T16:22:17.760Z Compiling ordered-float v2.10.1
29572026-05-01T16:22:18.282Z Compiling proc-macro-error v1.0.4
29582026-05-01T16:22:18.407Z Compiling terminal_size v0.4.3
29592026-05-01T16:22:18.407Z Compiling tempfile v3.25.0
29602026-05-01T16:22:18.507Z Compiling clap_builder v4.6.0
29612026-05-01T16:22:18.507Z Compiling textwrap v0.16.2
29622026-05-01T16:22:18.530Z Compiling tabled_derive v0.7.0
29632026-05-01T16:22:18.637Z Compiling camino-tempfile v1.4.1
29642026-05-01T16:22:19.182Z Compiling tabled v0.15.0
29652026-05-01T16:22:19.231Z Compiling synstructure v0.13.2
29662026-05-01T16:22:19.231Z Compiling pest_generator v2.8.6
29672026-05-01T16:22:19.612Z Compiling serde_derive v1.0.228
29682026-05-01T16:22:19.612Z Compiling zerovec-derive v0.11.2
29692026-05-01T16:22:19.615Z Compiling displaydoc v0.2.5
29702026-05-01T16:22:19.616Z Compiling thiserror-impl v1.0.69
29712026-05-01T16:22:19.616Z Compiling zerocopy-derive v0.7.35
29722026-05-01T16:22:19.616Z Compiling scroll_derive v0.12.1
29732026-05-01T16:22:19.616Z Compiling thiserror-impl v2.0.18
29742026-05-01T16:22:19.616Z Compiling clap_derive v4.6.1
29752026-05-01T16:22:19.668Z Compiling zerofrom-derive v0.1.6
29762026-05-01T16:22:19.861Z Compiling yoke-derive v0.8.1
29772026-05-01T16:22:20.330Z Compiling pest_derive v2.8.6
29782026-05-01T16:22:20.342Z Compiling scroll v0.12.0
29792026-05-01T16:22:20.461Z Compiling zerocopy v0.7.35
29802026-05-01T16:22:20.666Z Compiling goblin v0.8.2
29812026-05-01T16:22:20.841Z Compiling thiserror v1.0.69
29822026-05-01T16:22:20.867Z Compiling zerofrom v0.1.6
29832026-05-01T16:22:20.867Z Compiling thiserror v2.0.18
29842026-05-01T16:22:20.966Z Compiling dtrace-parser v0.2.0
29852026-05-01T16:22:21.007Z Compiling yoke v0.8.1
29862026-05-01T16:22:21.213Z Compiling zerovec v0.11.5
29872026-05-01T16:22:21.226Z Compiling zerotrie v0.2.3
29882026-05-01T16:22:21.335Z Compiling clap v4.6.1
29892026-05-01T16:22:21.803Z Compiling tinystr v0.8.2
29902026-05-01T16:22:22.035Z Compiling icu_locale_core v2.1.1
29912026-05-01T16:22:22.431Z Compiling potential_utf v0.1.4
29922026-05-01T16:22:22.632Z Compiling icu_collections v2.1.1
29932026-05-01T16:22:22.912Z Compiling icu_provider v2.1.1
29942026-05-01T16:22:23.056Z Compiling toml_datetime v0.6.11
29952026-05-01T16:22:23.156Z Compiling serde_spanned v0.6.9
29962026-05-01T16:22:23.173Z Compiling icu_properties v2.1.2
29972026-05-01T16:22:23.228Z Compiling icu_normalizer v2.1.1
29982026-05-01T16:22:23.331Z Compiling toml_edit v0.22.27
29992026-05-01T16:22:23.334Z Compiling dof v0.3.0
30002026-05-01T16:22:23.371Z Compiling serde-value v0.7.0
30012026-05-01T16:22:23.470Z Compiling serde_tokenstream v0.2.3
30022026-05-01T16:22:23.570Z Compiling cargo-platform v0.2.0
30032026-05-01T16:22:23.607Z Compiling macaddr v1.0.1
30042026-05-01T16:22:24.149Z Compiling idna_adapter v1.2.1
30052026-05-01T16:22:24.260Z Compiling idna v1.1.0
30062026-05-01T16:22:24.272Z Compiling usdt-macro v0.5.0
30072026-05-01T16:22:24.283Z Compiling usdt-attr-macro v0.5.0
30082026-05-01T16:22:24.620Z Compiling url v2.5.8
30092026-05-01T16:22:24.918Z Compiling toml v0.8.23
30102026-05-01T16:22:24.967Z Compiling usdt v0.5.0
30112026-05-01T16:22:25.355Z Compiling cargo-util-schemas v0.8.2
30122026-05-01T16:22:25.356Z Compiling cargo_toml v0.21.0
30132026-05-01T16:22:26.381Z Compiling cargo_metadata v0.21.0
30142026-05-01T16:22:29.395Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30152026-05-01T16:22:32.359Z Finished `release` profile [optimized] target(s) in 16.30s
30162026-05-01T16:22:32.520Z
30172026-05-01T16:22:32.520Zreal 16.444248240
30182026-05-01T16:22:32.520Zuser 2:21.168586530
30192026-05-01T16:22:32.524Zsys 16.951571155
30202026-05-01T16:22:32.524Ztrap 0.095293334
30212026-05-01T16:22:32.524Ztflt 0.494246823
30222026-05-01T16:22:32.524Zdflt 1.261505728
30232026-05-01T16:22:32.524Zkflt 0.000157457
30242026-05-01T16:22:32.525Zlock 5:12.624189843
30252026-05-01T16:22:32.525Zslp 3:23.433867581
30262026-05-01T16:22:32.525Zlat 5.543627295
30272026-05-01T16:22:32.525Zstop 19.231727317
30282026-05-01T16:22:32.525Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30292026-05-01T16:22:32.525Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30302026-05-01T16:22:32.525Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30312026-05-01T16:22:32.525Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30322026-05-01T16:22:32.525Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30332026-05-01T16:22:33.433Z Compiling regress v0.10.5
30342026-05-01T16:22:33.433Z Compiling progenitor-client v0.13.0
30352026-05-01T16:22:33.433Z Compiling newtype-uuid-macros v0.1.0
30362026-05-01T16:22:33.437Z Compiling structmeta-derive v0.3.0
30372026-05-01T16:22:33.437Z Compiling itertools v0.14.0
30382026-05-01T16:22:33.437Z Compiling dropshot v0.16.7
30392026-05-01T16:22:33.437Z Compiling toml v0.9.12+spec-1.1.0
30402026-05-01T16:22:33.437Z Compiling dropshot_endpoint v0.16.7
30412026-05-01T16:22:33.437Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30422026-05-01T16:22:33.437Z Compiling macaddr v1.0.1
30432026-05-01T16:22:33.437Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30442026-05-01T16:22:33.592Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30452026-05-01T16:22:33.596Z Compiling instant v0.1.13
30462026-05-01T16:22:33.596Z Compiling backon v1.6.0
30472026-05-01T16:22:33.607Z Compiling progenitor-client v0.10.0
30482026-05-01T16:22:33.611Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30492026-05-01T16:22:33.821Z Compiling backoff v0.4.0
30502026-05-01T16:22:33.875Z Compiling universal-hash v0.5.1
30512026-05-01T16:22:33.879Z Compiling opaque-debug v0.3.1
30522026-05-01T16:22:33.879Z Compiling half v2.7.1
30532026-05-01T16:22:33.990Z Compiling crucible-workspace-hack v0.1.0
30542026-05-01T16:22:34.009Z Compiling ciborium-io v0.2.2
30552026-05-01T16:22:34.028Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30562026-05-01T16:22:34.063Z Compiling convert_case v0.4.0
30572026-05-01T16:22:34.088Z Compiling progenitor-extras v0.1.1
30582026-05-01T16:22:34.091Z Compiling aead v0.5.2
30592026-05-01T16:22:34.126Z Compiling secrecy v0.10.3
30602026-05-01T16:22:34.147Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30612026-05-01T16:22:34.170Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30622026-05-01T16:22:34.187Z Compiling ciborium-ll v0.2.2
30632026-05-01T16:22:34.224Z Compiling poly1305 v0.8.0
30642026-05-01T16:22:34.302Z Compiling chacha20 v0.9.1
30652026-05-01T16:22:34.319Z Compiling unsafe-libyaml v0.2.11
30662026-05-01T16:22:34.337Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30672026-05-01T16:22:34.377Z Compiling ciborium v0.2.2
30682026-05-01T16:22:34.423Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30692026-05-01T16:22:34.453Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=784de5e4b123b48e574bbffc1188c0d5c30b2e62#784de5e4)
30702026-05-01T16:22:34.470Z Compiling derive_more v0.99.20
30712026-05-01T16:22:34.608Z Compiling thiserror-impl-no-std v2.0.2
30722026-05-01T16:22:34.630Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30732026-05-01T16:22:34.630Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30742026-05-01T16:22:34.664Z Compiling byte-wrapper v0.1.0
30752026-05-01T16:22:34.814Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=784de5e4b123b48e574bbffc1188c0d5c30b2e62#784de5e4)
30762026-05-01T16:22:34.831Z Compiling password-hash v0.5.0
30772026-05-01T16:22:34.849Z Compiling blake2 v0.10.6
30782026-05-01T16:22:34.944Z Compiling structmeta v0.3.0
30792026-05-01T16:22:34.963Z Compiling serde_yaml v0.9.34+deprecated
30802026-05-01T16:22:35.004Z Compiling chacha20poly1305 v0.10.1
30812026-05-01T16:22:35.021Z Compiling indent_write v2.2.0
30822026-05-01T16:22:35.041Z Compiling heapless v0.8.0
30832026-05-01T16:22:35.077Z Compiling typify-impl v0.6.1
30842026-05-01T16:22:35.132Z Compiling argon2 v0.5.3
30852026-05-01T16:22:35.183Z Compiling ingot-macros v0.1.1
30862026-05-01T16:22:35.201Z Compiling toml_edit v0.23.10+spec-1.0.0
30872026-05-01T16:22:35.205Z Compiling derive-ex v0.1.8
30882026-05-01T16:22:35.279Z Compiling parse-display-derive v0.10.0
30892026-05-01T16:22:35.295Z Compiling hash32 v0.3.1
30902026-05-01T16:22:35.439Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30912026-05-01T16:22:35.471Z Compiling smoltcp v0.11.0
30922026-05-01T16:22:35.561Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30932026-05-01T16:22:35.865Z Compiling proc-macro-crate v3.4.0
30942026-05-01T16:22:35.884Z Compiling thiserror-no-std v2.0.2
30952026-05-01T16:22:35.899Z Compiling tabwriter v1.4.1
30962026-05-01T16:22:36.000Z Compiling vsss-rs v3.3.4
30972026-05-01T16:22:36.154Z Compiling cobs v0.3.0
30982026-05-01T16:22:36.171Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30992026-05-01T16:22:36.320Z Compiling postcard v1.1.3
31002026-05-01T16:22:36.395Z Compiling proc-macro-error v1.0.4
31012026-05-01T16:22:36.415Z Compiling proc-macro-crate v1.3.1
31022026-05-01T16:22:36.431Z Compiling num_enum_derive v0.7.5
31032026-05-01T16:22:36.451Z Compiling num-rational v0.4.2
31042026-05-01T16:22:36.691Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=784de5e4b123b48e574bbffc1188c0d5c30b2e62#784de5e4)
31052026-05-01T16:22:36.741Z Compiling num-complex v0.4.6
31062026-05-01T16:22:36.757Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31072026-05-01T16:22:36.821Z Compiling foreign-types-macros v0.2.3
31082026-05-01T16:22:36.856Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31092026-05-01T16:22:36.961Z Compiling test-strategy v0.4.5
31102026-05-01T16:22:36.990Z Compiling colored v3.1.1
31112026-05-01T16:22:37.062Z Compiling parse-display v0.10.0
31122026-05-01T16:22:37.065Z Compiling cpufeatures v0.3.0
31132026-05-01T16:22:37.097Z Compiling rayon-core v1.13.0
31142026-05-01T16:22:37.101Z Compiling foreign-types-shared v0.3.1
31152026-05-01T16:22:37.129Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31162026-05-01T16:22:37.150Z Compiling chacha20 v0.10.0
31172026-05-01T16:22:37.231Z Compiling num v0.4.3
31182026-05-01T16:22:37.246Z Compiling num_enum_derive v0.5.11
31192026-05-01T16:22:37.313Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31202026-05-01T16:22:37.392Z Compiling crossbeam-deque v0.8.6
31212026-05-01T16:22:37.415Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31222026-05-01T16:22:37.471Z Compiling foreign-types v0.5.0
31232026-05-01T16:22:37.495Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31242026-05-01T16:22:37.513Z Compiling cstr-argument v0.1.2
31252026-05-01T16:22:37.533Z Compiling float-ord v0.3.2
31262026-05-01T16:22:37.550Z Compiling num_enum v0.7.5
31272026-05-01T16:22:37.573Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31282026-05-01T16:22:37.609Z Compiling rand v0.10.0
31292026-05-01T16:22:37.680Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31302026-05-01T16:22:37.698Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31312026-05-01T16:22:37.702Z Compiling toml v0.8.23
31322026-05-01T16:22:37.822Z Compiling camino-tempfile v1.4.1
31332026-05-01T16:22:37.891Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31342026-05-01T16:22:37.917Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31352026-05-01T16:22:37.990Z Compiling zone_cfg_derive v0.3.1
31362026-05-01T16:22:38.006Z Compiling rayon v1.11.0
31372026-05-01T16:22:38.044Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31382026-05-01T16:22:38.086Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=784de5e4b123b48e574bbffc1188c0d5c30b2e62#784de5e4)
31392026-05-01T16:22:38.128Z Compiling ingot-types v0.1.2
31402026-05-01T16:22:38.145Z Compiling itertools v0.12.1
31412026-05-01T16:22:38.277Z Compiling num-derive v0.4.2
31422026-05-01T16:22:38.303Z Compiling sigpipe v0.1.3
31432026-05-01T16:22:38.319Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31442026-05-01T16:22:38.323Z Compiling glob v0.3.3
31452026-05-01T16:22:38.358Z Compiling num_enum v0.5.11
31462026-05-01T16:22:38.400Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=784de5e4b123b48e574bbffc1188c0d5c30b2e62#784de5e4)
31472026-05-01T16:22:38.418Z Compiling smf v0.2.3
31482026-05-01T16:22:38.500Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31492026-05-01T16:22:38.518Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31502026-05-01T16:22:38.543Z Compiling ingot v0.1.1
31512026-05-01T16:22:38.579Z Compiling prettyplease v0.2.37
31522026-05-01T16:22:38.600Z Compiling whoami v1.6.1
31532026-05-01T16:22:38.674Z Compiling gethostname v0.5.0
31542026-05-01T16:22:38.757Z Compiling usdt-attr-macro v0.5.0
31552026-05-01T16:22:38.831Z Compiling usdt-macro v0.5.0
31562026-05-01T16:22:38.849Z Compiling memmap v0.7.0
31572026-05-01T16:22:38.910Z Compiling atomicwrites v0.4.4
31582026-05-01T16:22:38.978Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31592026-05-01T16:22:38.994Z Compiling derive-where v1.6.0
31602026-05-01T16:22:39.064Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31612026-05-01T16:22:39.103Z Compiling cancel-safe-futures v0.1.5
31622026-05-01T16:22:39.126Z Compiling owo-colors v4.3.0
31632026-05-01T16:22:39.223Z Compiling resolv-conf v0.7.6
31642026-05-01T16:22:39.244Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
31652026-05-01T16:22:39.354Z Compiling zone v0.3.1
31662026-05-01T16:22:39.412Z Compiling libsw-core v0.3.2
31672026-05-01T16:22:39.570Z Compiling async-recursion v1.1.1
31682026-05-01T16:22:39.637Z Compiling typify-macro v0.6.1
31692026-05-01T16:22:39.658Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31702026-05-01T16:22:39.661Z Compiling libsw v3.5.0
31712026-05-01T16:22:39.712Z Compiling usdt v0.5.0
31722026-05-01T16:22:39.845Z Compiling linear-map v1.2.0
31732026-05-01T16:22:39.863Z Compiling libefi-sys v0.1.0
31742026-05-01T16:22:39.881Z Compiling console v0.15.11
31752026-05-01T16:22:40.023Z Compiling hickory-proto v0.24.4
31762026-05-01T16:22:40.060Z Compiling newline-converter v0.3.0
31772026-05-01T16:22:40.078Z Compiling bitfield-struct v0.6.2
31782026-05-01T16:22:40.120Z Compiling linked-hash-map v0.5.6
31792026-05-01T16:22:40.138Z Compiling semver v0.1.20
31802026-05-01T16:22:40.208Z Compiling tokio-dtrace v0.1.1
31812026-05-01T16:22:40.287Z Compiling expectorate v1.2.0
31822026-05-01T16:22:40.341Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31832026-05-01T16:22:40.360Z Compiling rustc_version v0.1.7
31842026-05-01T16:22:40.379Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31852026-05-01T16:22:40.395Z Compiling lru-cache v0.1.2
31862026-05-01T16:22:40.460Z Compiling dropshot-api-manager-types v0.6.0
31872026-05-01T16:22:40.460Z Compiling pin-project-internal v1.1.11
31882026-05-01T16:22:40.497Z Compiling slog-dtrace v0.3.0
31892026-05-01T16:22:40.513Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31902026-05-01T16:22:40.532Z Compiling minimal-lexical v0.2.1
31912026-05-01T16:22:40.552Z Compiling oxide-tokio-rt v0.1.4
31922026-05-01T16:22:40.555Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31932026-05-01T16:22:40.616Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31942026-05-01T16:22:40.633Z Compiling newtype_derive v0.1.6
31952026-05-01T16:22:40.780Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31962026-05-01T16:22:40.799Z Compiling nom v7.1.3
31972026-05-01T16:22:40.815Z Compiling phf_shared v0.12.1
31982026-05-01T16:22:40.835Z Compiling pem v3.0.6
31992026-05-01T16:22:40.838Z Compiling snafu-derive v0.8.9
32002026-05-01T16:22:40.838Z Compiling csv-core v0.1.13
32012026-05-01T16:22:40.888Z Compiling xshell-macros v0.2.7
32022026-05-01T16:22:40.910Z Compiling chrono-tz v0.10.4
32032026-05-01T16:22:41.020Z Compiling highway v1.3.0
32042026-05-01T16:22:41.100Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32052026-05-01T16:22:41.119Z Compiling same-file v1.0.6
32062026-05-01T16:22:41.186Z Compiling csv v1.4.0
32072026-05-01T16:22:41.205Z Compiling phf v0.12.1
32082026-05-01T16:22:41.223Z Compiling const_format_proc_macros v0.2.34
32092026-05-01T16:22:41.341Z Compiling xshell v0.2.7
32102026-05-01T16:22:41.384Z Compiling walkdir v2.5.0
32112026-05-01T16:22:41.512Z Compiling typify v0.6.1
32122026-05-01T16:22:41.515Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32132026-05-01T16:22:41.549Z Compiling globset v0.4.18
32142026-05-01T16:22:41.653Z Compiling progenitor-impl v0.13.0
32152026-05-01T16:22:41.671Z Compiling pin-project v1.1.11
32162026-05-01T16:22:41.742Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32172026-05-01T16:22:41.770Z Compiling olpc-cjson v0.1.4
32182026-05-01T16:22:41.798Z Compiling primeorder v0.13.6
32192026-05-01T16:22:41.842Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=c3c3032f8bdc91d6faf2b36e05b8375a0980765c#c3c3032f)
32202026-05-01T16:22:41.860Z Compiling serde_plain v1.0.2
32212026-05-01T16:22:41.876Z Compiling typed-path v0.9.3
32222026-05-01T16:22:41.967Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32232026-05-01T16:22:42.095Z Compiling const_format v0.2.35
32242026-05-01T16:22:42.098Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32252026-05-01T16:22:42.175Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32262026-05-01T16:22:42.214Z Compiling hickory-resolver v0.24.4
32272026-05-01T16:22:42.247Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32282026-05-01T16:22:42.292Z Compiling tabled_derive v0.7.0
32292026-05-01T16:22:42.455Z Compiling bcs v0.1.6
32302026-05-01T16:22:42.747Z Compiling radium v0.7.0
32312026-05-01T16:22:42.804Z Compiling termtree v0.5.1
32322026-05-01T16:22:42.807Z Compiling salty v0.3.0
32332026-05-01T16:22:42.838Z Compiling snafu v0.8.9
32342026-05-01T16:22:42.841Z Compiling textwrap v0.16.2
32352026-05-01T16:22:42.983Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32362026-05-01T16:22:43.071Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32372026-05-01T16:22:43.113Z Compiling steno v0.4.1
32382026-05-01T16:22:43.139Z Compiling tough v0.20.0
32392026-05-01T16:22:43.156Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32402026-05-01T16:22:43.245Z Compiling qorb v0.4.1
32412026-05-01T16:22:43.309Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32422026-05-01T16:22:43.327Z Compiling tagptr v0.2.0
32432026-05-01T16:22:43.344Z Compiling tabled v0.15.0
32442026-05-01T16:22:43.348Z Compiling humantime v2.3.0
32452026-05-01T16:22:43.362Z Compiling maybe-uninit v2.0.0
32462026-05-01T16:22:43.398Z Compiling tap v1.0.1
32472026-05-01T16:22:43.501Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32482026-05-01T16:22:43.526Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32492026-05-01T16:22:43.542Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32502026-05-01T16:22:43.658Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32512026-05-01T16:22:43.694Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32522026-05-01T16:22:43.789Z Compiling base64 v0.21.7
32532026-05-01T16:22:43.987Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32542026-05-01T16:22:44.142Z Compiling wyz v0.5.1
32552026-05-01T16:22:44.159Z Compiling moka v0.12.13
32562026-05-01T16:22:44.186Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32572026-05-01T16:22:44.342Z Compiling progenitor-macro v0.13.0
32582026-05-01T16:22:44.389Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32592026-05-01T16:22:44.805Z Compiling p384 v0.13.1
32602026-05-01T16:22:44.974Z Compiling typify-impl v0.4.3
32612026-05-01T16:22:45.017Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32622026-05-01T16:22:45.033Z Compiling packed_struct v0.10.1
32632026-05-01T16:22:45.311Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32642026-05-01T16:22:45.335Z Compiling funty v2.0.0
32652026-05-01T16:22:45.352Z Compiling parking_lot_core v0.8.6
32662026-05-01T16:22:45.374Z Compiling hickory-resolver v0.25.2
32672026-05-01T16:22:45.414Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32682026-05-01T16:22:45.672Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32692026-05-01T16:22:45.690Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32702026-05-01T16:22:45.759Z Compiling bitvec v1.0.1
32712026-05-01T16:22:45.778Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32722026-05-01T16:22:45.779Z Compiling polyval v0.6.2
32732026-05-01T16:22:45.972Z Compiling git-stub v1.0.0
32742026-05-01T16:22:46.054Z Compiling packed_struct_codegen v0.10.1
32752026-05-01T16:22:46.145Z Compiling zerocopy-derive v0.6.6
32762026-05-01T16:22:46.265Z Compiling bitfield-macros v0.19.4
32772026-05-01T16:22:46.767Z Compiling proc-macro-error-attr2 v2.0.0
32782026-05-01T16:22:46.864Z Compiling indexmap v1.9.3
32792026-05-01T16:22:46.868Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32802026-05-01T16:22:47.046Z Compiling nodrop v0.1.14
32812026-05-01T16:22:47.080Z Compiling utf-8 v0.7.6
32822026-05-01T16:22:47.097Z Compiling crc-catalog v2.4.0
32832026-05-01T16:22:47.172Z Compiling array-init v0.0.4
32842026-05-01T16:22:47.191Z Compiling zerocopy v0.6.6
32852026-05-01T16:22:47.211Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32862026-05-01T16:22:47.214Z Compiling crc v3.4.0
32872026-05-01T16:22:47.268Z Compiling tungstenite v0.21.0
32882026-05-01T16:22:47.271Z Compiling proc-macro-error2 v2.0.1
32892026-05-01T16:22:47.291Z Compiling bitfield v0.19.4
32902026-05-01T16:22:47.323Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32912026-05-01T16:22:47.327Z Compiling git-stub-vcs v0.1.0
32922026-05-01T16:22:47.416Z Compiling ghash v0.5.1
32932026-05-01T16:22:47.546Z Compiling smallvec v0.6.14
32942026-05-01T16:22:47.561Z Compiling num-derive v0.3.3
32952026-05-01T16:22:47.580Z Compiling ctr v0.9.2
32962026-05-01T16:22:47.635Z Compiling unicase v2.9.0
32972026-05-01T16:22:47.652Z Compiling hashbrown v0.12.3
32982026-05-01T16:22:47.717Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32992026-05-01T16:22:47.789Z Compiling aes-gcm v0.10.3
33002026-05-01T16:22:47.811Z Compiling tokio-tungstenite v0.21.0
33012026-05-01T16:22:47.815Z Compiling serde-hex v0.1.0
33022026-05-01T16:22:47.873Z Compiling mime_guess v2.0.5
33032026-05-01T16:22:47.978Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33042026-05-01T16:22:48.013Z Compiling parking_lot v0.11.2
33052026-05-01T16:22:48.155Z Compiling tabled_derive v0.11.0
33062026-05-01T16:22:48.173Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33072026-05-01T16:22:48.398Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33082026-05-01T16:22:48.416Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33092026-05-01T16:22:48.441Z Compiling ron v0.8.1
33102026-05-01T16:22:48.460Z Compiling papergrid v0.17.0
33112026-05-01T16:22:48.476Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33122026-05-01T16:22:48.521Z Compiling libscf-sys v1.1.0
33132026-05-01T16:22:48.537Z Compiling testing_table v0.3.0
33142026-05-01T16:22:48.581Z Compiling hashbrown v0.13.2
33152026-05-01T16:22:48.693Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33162026-05-01T16:22:48.726Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33172026-05-01T16:22:48.843Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33182026-05-01T16:22:48.994Z Compiling blowfish v0.9.1
33192026-05-01T16:22:48.998Z Compiling prefix-trie v0.7.0
33202026-05-01T16:22:49.083Z Compiling ssh-encoding v0.2.0
33212026-05-01T16:22:49.129Z Compiling fxhash v0.2.1
33222026-05-01T16:22:49.273Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33232026-05-01T16:22:49.297Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33242026-05-01T16:22:49.380Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33252026-05-01T16:22:49.417Z Compiling crc-any v2.5.0
33262026-05-01T16:22:49.437Z Compiling corncobs v0.1.4
33272026-05-01T16:22:49.465Z Compiling tabled v0.20.0
33282026-05-01T16:22:49.508Z Compiling progenitor v0.13.0
33292026-05-01T16:22:49.558Z Compiling typify-macro v0.4.3
33302026-05-01T16:22:49.629Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33312026-05-01T16:22:49.668Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=c3c3032f8bdc91d6faf2b36e05b8375a0980765c#c3c3032f)
33322026-05-01T16:22:49.671Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33332026-05-01T16:22:49.706Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33342026-05-01T16:22:49.706Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33352026-05-01T16:22:49.738Z Compiling hickory-server v0.25.2
33362026-05-01T16:22:49.742Z Compiling ssh-cipher v0.2.0
33372026-05-01T16:22:49.788Z Compiling sled v0.34.7
33382026-05-01T16:22:50.128Z Compiling bcrypt-pbkdf v0.10.0
33392026-05-01T16:22:50.212Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33402026-05-01T16:22:50.263Z Compiling object v0.30.4
33412026-05-01T16:22:50.404Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33422026-05-01T16:22:50.483Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33432026-05-01T16:22:50.502Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33442026-05-01T16:22:50.634Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33452026-05-01T16:22:50.838Z Compiling progenitor-client v0.11.2
33462026-05-01T16:22:50.882Z Compiling password-hash v0.4.2
33472026-05-01T16:22:51.159Z Compiling secrecy v0.8.0
33482026-05-01T16:22:51.197Z Compiling http-range v0.1.5
33492026-05-01T16:22:51.312Z Compiling path-slash v0.1.5
33502026-05-01T16:22:51.353Z Compiling half v1.8.3
33512026-05-01T16:22:51.458Z Compiling typify v0.4.3
33522026-05-01T16:22:51.458Z Compiling pbkdf2 v0.11.0
33532026-05-01T16:22:51.608Z Compiling progenitor-impl v0.11.2
33542026-05-01T16:22:51.643Z Compiling serde_cbor v0.11.2
33552026-05-01T16:22:51.718Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33562026-05-01T16:22:52.017Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33572026-05-01T16:22:52.052Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33582026-05-01T16:22:52.159Z Compiling ssh-key v0.6.7
33592026-05-01T16:22:52.359Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33602026-05-01T16:22:52.502Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=784de5e4b123b48e574bbffc1188c0d5c30b2e62#784de5e4)
33612026-05-01T16:22:52.533Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=c3c3032f8bdc91d6faf2b36e05b8375a0980765c#c3c3032f)
33622026-05-01T16:22:52.582Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33632026-05-01T16:22:52.717Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33642026-05-01T16:22:53.280Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33652026-05-01T16:22:53.297Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33662026-05-01T16:22:53.522Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33672026-05-01T16:22:53.581Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33682026-05-01T16:22:53.885Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33692026-05-01T16:22:54.140Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33702026-05-01T16:22:54.287Z Compiling p521 v0.13.3
33712026-05-01T16:22:54.307Z Compiling p256 v0.13.2
33722026-05-01T16:22:54.326Z Compiling progenitor-macro v0.11.2
33732026-05-01T16:22:54.346Z Compiling yasna v0.5.2
33742026-05-01T16:22:54.515Z Compiling kstat-rs v0.2.4
33752026-05-01T16:22:54.701Z Compiling headers-core v0.3.0
33762026-05-01T16:22:54.738Z Compiling nanorand v0.7.0
33772026-05-01T16:22:54.768Z Compiling russh-cryptovec v0.7.3
33782026-05-01T16:22:54.851Z Compiling atty v0.2.14
33792026-05-01T16:22:54.905Z Compiling crc8 v0.1.1
33802026-05-01T16:22:54.982Z Compiling md5 v0.7.0
33812026-05-01T16:22:54.999Z Compiling home v0.5.12
33822026-05-01T16:22:55.046Z Compiling flume v0.11.1
33832026-05-01T16:22:55.062Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=784de5e4b123b48e574bbffc1188c0d5c30b2e62#784de5e4)
33842026-05-01T16:22:55.066Z Compiling rcgen v0.12.1
33852026-05-01T16:22:55.129Z Compiling headers v0.4.1
33862026-05-01T16:22:55.172Z Compiling russh-keys v0.45.0
33872026-05-01T16:22:55.291Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33882026-05-01T16:22:55.310Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33892026-05-01T16:22:55.396Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33902026-05-01T16:22:55.419Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33912026-05-01T16:22:55.480Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33922026-05-01T16:22:55.813Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33932026-05-01T16:22:55.854Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33942026-05-01T16:22:55.967Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33952026-05-01T16:22:55.972Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33962026-05-01T16:22:55.990Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33972026-05-01T16:22:56.184Z Compiling hyper-staticfile v0.10.1
33982026-05-01T16:22:56.242Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33992026-05-01T16:22:56.345Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
34002026-05-01T16:22:56.431Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34012026-05-01T16:22:56.660Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34022026-05-01T16:22:56.682Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34032026-05-01T16:22:56.724Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34042026-05-01T16:22:56.748Z Compiling num-bigint v0.4.6
34052026-05-01T16:22:56.810Z Compiling des v0.8.1
34062026-05-01T16:22:56.857Z Compiling subprocess v0.2.15
34072026-05-01T16:22:56.997Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34082026-05-01T16:22:57.027Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34092026-05-01T16:22:57.145Z Compiling hex-literal v0.4.1
34102026-05-01T16:22:57.149Z Compiling display-error-chain v0.2.2
34112026-05-01T16:22:57.293Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34122026-05-01T16:22:57.331Z Compiling colored v2.2.0
34132026-05-01T16:22:57.364Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34142026-05-01T16:22:57.458Z Compiling socket2 v0.5.10
34152026-05-01T16:22:57.479Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34162026-05-01T16:22:57.528Z Compiling internet-checksum v0.2.1
34172026-05-01T16:22:57.826Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34182026-05-01T16:22:57.910Z Compiling russh v0.45.0
34192026-05-01T16:22:58.539Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34202026-05-01T16:22:59.168Z Compiling progenitor v0.11.2
34212026-05-01T16:22:59.289Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34222026-05-01T16:22:59.325Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34232026-05-01T16:23:00.203Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34242026-05-01T16:23:00.203Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34252026-05-01T16:23:02.618Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34262026-05-01T16:23:03.290Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34272026-05-01T16:23:03.674Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34282026-05-01T16:23:03.762Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34292026-05-01T16:23:11.623Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34302026-05-01T16:23:11.623Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34312026-05-01T16:23:11.628Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34322026-05-01T16:23:11.628Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34332026-05-01T16:23:13.329Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34342026-05-01T16:23:13.438Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34352026-05-01T16:23:17.579Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34362026-05-01T16:23:38.022Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34372026-05-01T16:23:56.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 24s
34382026-05-01T16:23:56.894Z
34392026-05-01T16:23:56.894Zreal 1:24.319790939
34402026-05-01T16:23:56.894Zuser 7:55.345238789
34412026-05-01T16:23:56.894Zsys 1:37.563245853
34422026-05-01T16:23:56.894Ztrap 0.229134554
34432026-05-01T16:23:56.894Ztflt 0.495380966
34442026-05-01T16:23:56.897Zdflt 1.655970588
34452026-05-01T16:23:56.897Zkflt 0.000228298
34462026-05-01T16:23:56.897Zlock 27:59.522028829
34472026-05-01T16:23:56.897Zslp 18:07.844320485
34482026-05-01T16:23:56.898Zlat 35.661021337
34492026-05-01T16:23:56.898Zstop 2:42.641326033
34502026-05-01T16:23:56.898Z+ mkdir tests
34512026-05-01T16:23:57.026Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34522026-05-01T16:23:57.026Z+ xargs -I '{}' -t cp '{}' tests/
34532026-05-01T16:23:57.026Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-76e3ebbc5d3ea82e tests/
34542026-05-01T16:23:57.026Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-74e6eb0f591daf49 tests/
34552026-05-01T16:23:57.026Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-018d2ccb778f4c10 tests/
34562026-05-01T16:23:57.026Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b1282d7c5a8b36f5 tests/
34572026-05-01T16:23:57.324Z+ 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/* tools/opte_version tools/opte_version_override)
34582026-05-01T16:23:57.327Z+ 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-74e6eb0f591daf49 tests/commtest-018d2ccb778f4c10 tests/dhcp_server-76e3ebbc5d3ea82e tests/end_to_end_tests-b1282d7c5a8b36f5 tools/opte_version tools/opte_version_override 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
34592026-05-01T16:25:22.578ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34602026-05-01T16:25:22.578Za .github/buildomat/ci-env.sh 1K
34612026-05-01T16:25:22.578Za out/target/test 1K
34622026-05-01T16:25:22.578Za out/npuzone/npuzone 27402K
34632026-05-01T16:25:22.578Za package-manifest.toml 35K
34642026-05-01T16:25:22.578Za smf/sled-agent/non-gimlet/config.toml 6K
34652026-05-01T16:25:22.578Za target/release/omicron-package 45777K
34662026-05-01T16:25:22.578Za target/release/xtask 11450K
34672026-05-01T16:25:22.578Za target/debug/bootstrap 342394K
34682026-05-01T16:25:22.578Za tests/bootstrap-74e6eb0f591daf49 31215K
34692026-05-01T16:25:22.578Za tests/commtest-018d2ccb778f4c10 32300K
34702026-05-01T16:25:22.578Za tests/dhcp_server-76e3ebbc5d3ea82e 31215K
34712026-05-01T16:25:22.578Za tests/end_to_end_tests-b1282d7c5a8b36f5 384497K
34722026-05-01T16:25:22.578Za tools/opte_version 1K
34732026-05-01T16:25:22.578Za tools/opte_version_override 1K
34742026-05-01T16:25:22.578Za out/clickhouse.tar.gz 319548K
34752026-05-01T16:25:22.578Za out/clickhouse_keeper.tar.gz 304812K
34762026-05-01T16:25:22.578Za out/clickhouse_server.tar.gz 319548K
34772026-05-01T16:25:22.578Za out/cockroachdb.tar.gz 165443K
34782026-05-01T16:25:22.578Za out/crucible-pantry-zone.tar.gz 46655K
34792026-05-01T16:25:22.578Za out/crucible-utils.tar 16341K
34802026-05-01T16:25:22.578Za out/crucible-zone.tar.gz 62610K
34812026-05-01T16:25:22.578Za out/external-dns.tar.gz 49790K
34822026-05-01T16:25:22.579Za out/internal-dns.tar.gz 49790K
34832026-05-01T16:25:22.579Za out/mg-ddm-gz.tar 100231K
34842026-05-01T16:25:22.579Za out/nexus.tar.gz 220314K
34852026-05-01T16:25:22.579Za out/ntp.tar.gz 32349K
34862026-05-01T16:25:22.579Za out/omicron-gateway-softnpu.tar.gz 29700K
34872026-05-01T16:25:22.579Za out/omicron-sled-agent.tar 203641K
34882026-05-01T16:25:22.579Za out/overlay.tar.gz 3K
34892026-05-01T16:25:22.580Za out/oximeter.tar.gz 66048K
34902026-05-01T16:25:22.580Za out/oxlog.tar 3782K
34912026-05-01T16:25:22.580Za out/probe.tar.gz 3037K
34922026-05-01T16:25:22.580Za out/propolis-server.tar.gz 38808K
34932026-05-01T16:25:22.580Za out/pumpkind-gz.tar 26647K
34942026-05-01T16:25:22.580Za out/switch-softnpu.tar.gz 397657K
34952026-05-01T16:25:22.584Z
34962026-05-01T16:25:22.584Zreal 1:25.262955183
34972026-05-01T16:25:22.584Zuser 1:22.678259778
34982026-05-01T16:25:22.584Zsys 4.302149368
34992026-05-01T16:25:22.584Ztrap 0.006454533
35002026-05-01T16:25:22.584Ztflt 0.000000000
35012026-05-01T16:25:22.584Zdflt 0.000000000
35022026-05-01T16:25:22.584Zkflt 0.000000000
35032026-05-01T16:25:22.584Zlock 0.000000000
35042026-05-01T16:25:22.584Zslp 1:22.635797491
35052026-05-01T16:25:22.584Zlat 0.898102150
35062026-05-01T16:25:22.584Zstop 0.000516027
35072026-05-01T16:25:22.584Zprocess exited: duration 979791 ms, exit code 0
 
35082026-05-01T16:25:22.598Zfound 1 output files
35092026-05-01T16:25:22.598Zuploading: /work/package.tar.gz (2448803942 bytes)
35102026-05-01T16:25:50.529Zuploaded: /work/package.tar.gz