01KKZ8C3HFM8197Y4F9G6K5H1X: 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: 01KKZ8CHHA7Y3XQ10VB7M0KTPS

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-18T01:20:17.416Zjob assigned to worker 01KKZ8CTFFJJSA8SYKN4XAPC3T [factory aws, i-035c0b68d83e3574b] (queued for 1 m 18 s)
 
22026-03-18T01:20:26.205Zstarting task 0: "setup"
32026-03-18T01:20:26.210Z++ uname -s
42026-03-18T01:20:26.213Z+ kern=SunOS
52026-03-18T01:20:26.213Z+ build_user=build
62026-03-18T01:20:26.213Z+ build_uid=12345
72026-03-18T01:20:26.213Z+ work_dir=/work
82026-03-18T01:20:26.214Z+ input_dir=/input
92026-03-18T01:20:26.214Z+ [[ 0 == 12345 ]]
102026-03-18T01:20:26.214Z+ case "$kern" in
112026-03-18T01:20:26.214Z+ groupadd -g 12345 build
122026-03-18T01:20:26.217Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-18T01:20:28.223Z+ zfs create -o mountpoint=/work rpool/work
142026-03-18T01:20:28.351Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-18T01:20:28.355Z+ home_fs=zfs
162026-03-18T01:20:28.356Z+ [[ zfs == autofs ]]
172026-03-18T01:20:28.356Z+ mkdir -p /home/build
182026-03-18T01:20:28.356Z+ chown build:build /home/build /work
192026-03-18T01:20:30.358Z+ chmod 0700 /home/build /work
202026-03-18T01:20:30.362Zprocess exited: duration 4159 ms, exit code 0
 
212026-03-18T01:20:30.369Zstarting task 1: "rust-toolchain"
222026-03-18T01:20:30.375Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-18T01:20:30.375Z * rust toolchain channel = "1.94.0"
242026-03-18T01:20:30.375Z * rust toolchain profile = "default"
252026-03-18T01:20:30.378Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-18T01:20:30.378Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-18T01:20:30.378Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-18T01:20:30.378Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-18T01:20:30.378Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-18T01:20:30.519Zinfo: downloading installer
312026-03-18T01:20:32.253Zwarn: It looks like you have an existing installation of Rust at:
322026-03-18T01:20:32.253Zwarn: /opt/ooce/bin
332026-03-18T01:20:32.253Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-18T01:20:32.254Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-18T01:20:32.254Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-18T01:20:32.254Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-18T01:20:32.254Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-18T01:20:32.254Zerror: cannot install while Rust is installed
392026-03-18T01:20:32.254Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-18T01:20:32.254Zwarn: It looks like you have an existing rustup settings file at:
412026-03-18T01:20:32.254Zwarn: /home/build/.rustup/settings.toml
422026-03-18T01:20:32.254Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-18T01:20:32.254Zwarn: instead of the one inferred from the default host triple.
442026-03-18T01:20:32.292Zinfo: profile set to default
452026-03-18T01:20:32.292Zinfo: default host triple is x86_64-unknown-illumos
462026-03-18T01:20:32.295Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-18T01:20:32.462Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-18T01:20:32.465Zinfo: downloading 6 components
492026-03-18T01:20:47.797Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-18T01:20:47.797Z
512026-03-18T01:20:47.835Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-18T01:20:47.835Z
532026-03-18T01:20:47.835Z
542026-03-18T01:20:47.838ZRust is installed now. Great!
552026-03-18T01:20:47.838Z
562026-03-18T01:20:47.838ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-18T01:20:47.838Zenvironment variable. This has not been done automatically.
582026-03-18T01:20:47.838Z
592026-03-18T01:20:47.838ZTo configure your current shell, you need to source
602026-03-18T01:20:47.839Zthe corresponding env file under $HOME/.cargo.
612026-03-18T01:20:47.839Z
622026-03-18T01:20:47.839ZThis is usually done by running one of the following (note the leading DOT):
632026-03-18T01:20:47.839Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-18T01:20:47.839Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-18T01:20:47.839Zsource "~/.cargo/env.nu" # For nushell
662026-03-18T01:20:47.839Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-18T01:20:47.839Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-18T01:20:47.839Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-18T01:20:47.839Zwarn: no default linker (`cc`) was found in your PATH
702026-03-18T01:20:47.839Zwarn: many Rust crates require a system C toolchain to build
712026-03-18T01:20:47.979Z+ rustup --version
722026-03-18T01:20:47.986Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-18T01:20:47.990Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-18T01:20:48.013Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-18T01:20:48.016Z+ cargo --version
762026-03-18T01:20:48.027Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-18T01:20:48.031Z+ rustc --version
782026-03-18T01:20:48.057Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-18T01:20:48.061Zprocess exited: duration 17695 ms, exit code 0
 
802026-03-18T01:20:48.067Zstarting task 2: "authentication"
812026-03-18T01:20:48.088Zprocess exited: duration 20 ms, exit code 0
 
822026-03-18T01:20:48.094Zstarting task 3: "clone repository"
832026-03-18T01:20:48.100Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-18T01:20:48.103Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-18T01:20:48.171ZCloning into '/work/oxidecomputer/omicron'...
862026-03-18T01:20:59.337Z+ cd /work/oxidecomputer/omicron
872026-03-18T01:20:59.340Z+ git fetch origin b65d715f16c3585a4d1901693255c32293dc246a
882026-03-18T01:20:59.642ZFrom https://github.com/oxidecomputer/omicron
892026-03-18T01:20:59.642Z * branch b65d715f16c3585a4d1901693255c32293dc246a -> FETCH_HEAD
902026-03-18T01:20:59.654Z+ [[ -n mergeconflict/fm-comments ]]
912026-03-18T01:20:59.658Z++ git branch --show-current
922026-03-18T01:20:59.662Z+ current=main
932026-03-18T01:20:59.662Z+ [[ main != mergeconflict/fm-comments ]]
942026-03-18T01:20:59.662Z+ git branch -f mergeconflict/fm-comments b65d715f16c3585a4d1901693255c32293dc246a
952026-03-18T01:20:59.665Z+ git checkout -f mergeconflict/fm-comments
962026-03-18T01:20:59.835ZSwitched to branch 'mergeconflict/fm-comments'
972026-03-18T01:20:59.838Z+ git reset --hard b65d715f16c3585a4d1901693255c32293dc246a
982026-03-18T01:21:00.010ZHEAD is now at b65d715f1 Move doc comments to crate/module level per review feedback
992026-03-18T01:21:00.013Zprocess exited: duration 11921 ms, exit code 0
 
1002026-03-18T01:21:00.021Zstarting task 4: "build"
1012026-03-18T01:21:00.026Z+ source .github/buildomat/ci-env.sh
1022026-03-18T01:21:00.029Z++ export CARGO_TERM_COLOR=always
1032026-03-18T01:21:00.029Z++ CARGO_TERM_COLOR=always
1042026-03-18T01:21:00.029Z+ cargo --version
1052026-03-18T01:21:00.040Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-18T01:21:00.044Z+ rustc --version
1072026-03-18T01:21:00.067Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-18T01:21:00.071Z+ WORK=/work
1092026-03-18T01:21:00.071Z+ pfexec mkdir -p /work
1102026-03-18T01:21:00.075Z+ pfexec chown build /work
1112026-03-18T01:21:00.079Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-18T01:21:10.265Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-18T01:21:19.958Z Startup: Caching catalogs ... Done
1142026-03-18T01:21:42.149ZPlanning: Solver setup ... Done (20.601s)
1152026-03-18T01:21:42.299ZPlanning: Running solver ... Done (0.151s)
1162026-03-18T01:21:42.481ZPlanning: Finding local manifests ... Done (0.003s)
1172026-03-18T01:21:42.493ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-18T01:21:42.624ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-18T01:21:42.667ZPlanning: Package planning ... Done (0.044s)
1202026-03-18T01:21:42.707ZPlanning: Merging actions ... Done (0.039s)
1212026-03-18T01:21:42.975ZPlanning: Checking for conflicting actions ... Done (0.268s)
1222026-03-18T01:21:42.986ZPlanning: Consolidating action changes ... Done (0.010s)
1232026-03-18T01:21:44.039ZPlanning: Evaluating mediators ... Done (1.054s)
1242026-03-18T01:21:44.048ZPlanning: Planning completed in 23.95 seconds
1252026-03-18T01:21:44.063Z Packages to install: 4
1262026-03-18T01:21:44.063Z Mediators to change: 2
1272026-03-18T01:21:44.063Z Services to change: 1
1282026-03-18T01:21:44.063Z Estimated space available: 155.43 GB
1292026-03-18T01:21:44.066ZEstimated space to be consumed: 1.83 GB
1302026-03-18T01:21:44.066Z Create boot environment: No
1312026-03-18T01:21:44.066ZCreate backup boot environment: No
1322026-03-18T01:21:44.066Z Rebuild boot archive: No
1332026-03-18T01:21:44.066Z
1342026-03-18T01:21:44.066ZChanged mediators:
1352026-03-18T01:21:44.066Z mediator clang:
1362026-03-18T01:21:44.066Z version: None -> 15 (system default)
1372026-03-18T01:21:44.066Z
1382026-03-18T01:21:44.066Z mediator llvm:
1392026-03-18T01:21:44.066Z version: 14 (system default) -> 15 (system default)
1402026-03-18T01:21:44.066Z
1412026-03-18T01:21:44.067ZChanged packages:
1422026-03-18T01:21:44.067Zhelios-dev
1432026-03-18T01:21:44.067Z developer/build-essential
1442026-03-18T01:21:44.067Z None -> 11-2.0
1452026-03-18T01:21:44.067Z library/libxmlsec1
1462026-03-18T01:21:44.067Z None -> 1.2.35-2.0
1472026-03-18T01:21:44.067Z ooce/developer/clang-15
1482026-03-18T01:21:44.067Z None -> 15.0.7-2.0
1492026-03-18T01:21:44.067Z ooce/developer/llvm-15
1502026-03-18T01:21:44.067Z None -> 15.0.7-2.0
1512026-03-18T01:21:44.067Z
1522026-03-18T01:21:44.067ZServices:
1532026-03-18T01:21:44.068Z restart_fmri:
1542026-03-18T01:21:44.068Z svc:/system/update-man-index:default
1552026-03-18T01:21:44.112Z
1562026-03-18T01:21:44.112ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-18T01:21:49.111ZDownload: 1268/3290 items 111.3/212.6MB 52% complete (22.3M/s)
1582026-03-18T01:21:54.111ZDownload: 3281/3290 items 208.2/212.6MB 97% complete (22.1M/s)
1592026-03-18T01:21:54.177ZDownload: Completed 212.60 MB in 10.07 seconds (21.1M/s)
1602026-03-18T01:21:54.453Z Actions: 1/3689 actions (Installing new actions)
1612026-03-18T01:21:59.901Z Actions: Completed 3689 actions in 4.35 seconds.
1622026-03-18T01:21:59.909Z Done (0.336s)
1632026-03-18T01:21:59.909Z Done (0.000s)
1642026-03-18T01:22:00.047Z Done (0.900s)
1652026-03-18T01:22:04.499Z Done (4.108s)
1662026-03-18T01:22:04.586Z Done (0.018s)
1672026-03-18T01:22:04.590Z Done (0.000s)
1682026-03-18T01:22:04.744Z Done (0.000s)
1692026-03-18T01:22:05.703ZPlanning: Evaluating mediator changes ... Done
1702026-03-18T01:22:05.849ZPlanning: Checking for conflicting actions ... Done
1712026-03-18T01:22:05.853ZPlanning: Consolidating action changes ... Done
1722026-03-18T01:22:06.072ZPlanning: Evaluating mediators ... Done
1732026-03-18T01:22:06.075ZPlanning: Planning completed in 0.37 seconds
1742026-03-18T01:22:06.099Z Mediators to change: 2
1752026-03-18T01:22:06.099Z Create boot environment: No
1762026-03-18T01:22:06.103ZCreate backup boot environment: No
1772026-03-18T01:22:06.159Z Done
1782026-03-18T01:22:06.159Z Done
1792026-03-18T01:22:06.871Z Done
1802026-03-18T01:22:10.204Z Done
1812026-03-18T01:22:10.291Z Done
1822026-03-18T01:22:10.294Z Done
1832026-03-18T01:22:10.421Z Done
1842026-03-18T01:22:10.957ZPlanning: Evaluating mediator changes ... Done
1852026-03-18T01:22:10.961ZPlanning: Merging actions ... Done
1862026-03-18T01:22:11.125ZPlanning: Checking for conflicting actions ... Done
1872026-03-18T01:22:11.129ZPlanning: Consolidating action changes ... Done
1882026-03-18T01:22:11.344ZPlanning: Evaluating mediators ... Done
1892026-03-18T01:22:11.386ZPlanning: Planning completed in 0.63 seconds
1902026-03-18T01:22:11.417Z Packages to change: 1
1912026-03-18T01:22:11.417Z Mediators to change: 1
1922026-03-18T01:22:11.421Z Services to change: 1
1932026-03-18T01:22:11.421Z Create boot environment: No
1942026-03-18T01:22:11.421ZCreate backup boot environment: Yes
1952026-03-18T01:22:13.843Z Actions: 1/6 actions (Updating modified actions)
1962026-03-18T01:22:13.848Z Actions: Completed 6 actions in 0.00 seconds.
1972026-03-18T01:22:13.848Z Done
1982026-03-18T01:22:13.848Z Done
1992026-03-18T01:22:14.035Z Done
2002026-03-18T01:22:17.344Z Done
2012026-03-18T01:22:17.433Z Done
2022026-03-18T01:22:17.437Z Done
2032026-03-18T01:22:17.602Z Done
2042026-03-18T01:22:17.979ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2052026-03-18T01:22:17.979Zclang system 15 system
2062026-03-18T01:22:17.979Zcsh system system illumos
2072026-03-18T01:22:17.979Zctags system system illumos
2082026-03-18T01:22:17.979Zfile system system illumos
2092026-03-18T01:22:17.979Zgcc vendor 12 vendor
2102026-03-18T01:22:17.979Zgcc system 10 system
2112026-03-18T01:22:17.979Zgcc system 7 system
2122026-03-18T01:22:17.979Zgo system 1.20 system
2132026-03-18T01:22:17.979Zgo system 1.19 system
2142026-03-18T01:22:17.979Zllvm system 15 system
2152026-03-18T01:22:17.979Zllvm system 14 system
2162026-03-18T01:22:17.979Zmariadb system 10.6 system
2172026-03-18T01:22:17.979Zmta vendor vendor dma
2182026-03-18T01:22:17.979Zopenjdk system 17 system
2192026-03-18T01:22:17.979Zopenjdk system 11 system
2202026-03-18T01:22:17.979Zopenjdk system 1.8 system
2212026-03-18T01:22:17.979Zopenssl vendor 3 vendor
2222026-03-18T01:22:17.979Zperl system 5.36 system
2232026-03-18T01:22:17.979Zpostgresql system 15 system
2242026-03-18T01:22:17.979Zpostgresql system 13 system
2252026-03-18T01:22:17.980Zpython vendor 3 vendor
2262026-03-18T01:22:17.980Zpython system 2 system
2272026-03-18T01:22:17.980Zpython3 system 3.11 system
2282026-03-18T01:22:17.980Zruby system 3.0 system
2292026-03-18T01:22:17.980Zwords vendor vendor american-english
2302026-03-18T01:22:17.980Zwords system system australian-english
2312026-03-18T01:22:17.980Zwords system system british-english
2322026-03-18T01:22:17.980Zwords system system canadian-english
2332026-03-18T01:22:17.980Zwords system system french
2342026-03-18T01:22:17.980Zwords system system italian
2352026-03-18T01:22:17.980Zwords system system ngerman
2362026-03-18T01:22:17.980Zwords system system ogerman
2372026-03-18T01:22:17.980Zwords system system spanish
2382026-03-18T01:22:18.276ZPUBLISHER TYPE STATUS P LOCATION
2392026-03-18T01:22:18.276Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2402026-03-18T01:22:24.161ZFMRI IFO
2412026-03-18T01:22:24.161Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2422026-03-18T01:22:24.161Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2432026-03-18T01:22:24.161Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2442026-03-18T01:22:24.161Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2452026-03-18T01:22:24.161Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2462026-03-18T01:22:24.161Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2472026-03-18T01:22:24.161Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2482026-03-18T01:22:24.162Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2492026-03-18T01:22:24.162Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2502026-03-18T01:22:24.162Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2512026-03-18T01:22:24.162Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2522026-03-18T01:22:24.162Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2532026-03-18T01:22:24.162Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2542026-03-18T01:22:24.162Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2552026-03-18T01:22:24.162Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2562026-03-18T01:22:24.162Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2572026-03-18T01:22:25.396Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2582026-03-18T01:22:25.656Z Updating crates.io index
2592026-03-18T01:22:25.698Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2602026-03-18T01:22:26.505Z Updating git repository `https://github.com/oxidecomputer/lldp`
2612026-03-18T01:22:27.026Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2622026-03-18T01:22:27.258Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2632026-03-18T01:22:27.967Z Updating git repository `https://github.com/oxidecomputer/falcon`
2642026-03-18T01:22:28.637Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2652026-03-18T01:22:29.343Z Updating git repository `https://github.com/oxidecomputer/propolis`
2662026-03-18T01:22:30.700Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672026-03-18T01:22:32.314Z Updating git repository `https://github.com/oxidecomputer/opte`
2682026-03-18T01:22:33.160Z Updating git repository `https://github.com/oxidecomputer/tofino`
2692026-03-18T01:22:33.400Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2702026-03-18T01:22:34.332Z Updating git repository `https://github.com/oxidecomputer/clickward`
2712026-03-18T01:22:34.704Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2722026-03-18T01:22:35.074Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2732026-03-18T01:22:35.417Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2742026-03-18T01:22:36.301Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2752026-03-18T01:22:37.010Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-03-18T01:22:37.274Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2772026-03-18T01:22:37.640Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2782026-03-18T01:22:38.101Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2792026-03-18T01:22:38.303Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2802026-03-18T01:22:38.515Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2812026-03-18T01:22:38.774Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2822026-03-18T01:22:39.211Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2832026-03-18T01:22:39.762Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2842026-03-18T01:22:40.266Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2852026-03-18T01:22:40.520Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2862026-03-18T01:22:41.082Z Updating git repository `https://github.com/oxidecomputer/ispf`
2872026-03-18T01:22:42.215Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2882026-03-18T01:22:42.761Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2892026-03-18T01:22:43.059Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2902026-03-18T01:22:43.426Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2912026-03-18T01:22:43.764Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2922026-03-18T01:22:44.274Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2932026-03-18T01:22:45.547Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2942026-03-18T01:22:45.924Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2952026-03-18T01:22:46.195Z Updating git repository `https://github.com/illumos/smf-rs`
2962026-03-18T01:22:46.629Z Updating git repository `https://github.com/oxidecomputer/omicron`
2972026-03-18T01:23:01.556Z Downloading crates ...
2982026-03-18T01:23:01.638Z Downloaded anstyle-query v1.1.5
2992026-03-18T01:23:01.649Z Downloaded fnv v1.0.7
3002026-03-18T01:23:01.654Z Downloaded potential_utf v0.1.4
3012026-03-18T01:23:01.657Z Downloaded dtrace-parser v0.2.0
3022026-03-18T01:23:01.657Z Downloaded cpufeatures v0.2.17
3032026-03-18T01:23:01.657Z Downloaded toml_datetime v0.6.11
3042026-03-18T01:23:01.660Z Downloaded tabled_derive v0.7.0
3052026-03-18T01:23:01.666Z Downloaded is_terminal_polyfill v1.70.2
3062026-03-18T01:23:01.666Z Downloaded cargo-util-schemas v0.8.2
3072026-03-18T01:23:01.669Z Downloaded ucd-trie v0.1.7
3082026-03-18T01:23:01.669Z Downloaded version_check v0.9.5
3092026-03-18T01:23:01.669Z Downloaded quote v1.0.44
3102026-03-18T01:23:01.672Z Downloaded once_cell v1.21.3
3112026-03-18T01:23:01.678Z Downloaded usdt-macro v0.5.0
3122026-03-18T01:23:01.682Z Downloaded thread-id v4.2.2
3132026-03-18T01:23:01.685Z Downloaded zerofrom-derive v0.1.6
3142026-03-18T01:23:01.685Z Downloaded log v0.4.29
3152026-03-18T01:23:01.689Z Downloaded unicode-xid v0.2.6
3162026-03-18T01:23:01.689Z Downloaded utf8_iter v1.0.4
3172026-03-18T01:23:01.692Z Downloaded unicode-linebreak v0.1.5
3182026-03-18T01:23:01.695Z Downloaded usdt v0.5.0
3192026-03-18T01:23:01.699Z Downloaded zmij v1.0.21
3202026-03-18T01:23:01.699Z Downloaded thiserror-impl v1.0.69
3212026-03-18T01:23:01.702Z Downloaded icu_collections v2.1.1
3222026-03-18T01:23:01.705Z Downloaded toml_write v0.1.2
3232026-03-18T01:23:01.705Z Downloaded pest v2.8.6
3242026-03-18T01:23:01.708Z Downloaded zerofrom v0.1.6
3252026-03-18T01:23:01.739Z Downloaded yoke-derive v0.8.1
3262026-03-18T01:23:01.739Z Downloaded icu_properties_data v2.1.2
3272026-03-18T01:23:01.743Z Downloaded utf8parse v0.2.2
3282026-03-18T01:23:01.743Z Downloaded thiserror v1.0.69
3292026-03-18T01:23:01.743Z Downloaded syn v1.0.109
3302026-03-18T01:23:01.743Z Downloaded pretty-hex v0.4.1
3312026-03-18T01:23:01.743Z Downloaded plain v0.2.3
3322026-03-18T01:23:01.743Z Downloaded papergrid v0.11.0
3332026-03-18T01:23:01.743Z Downloaded yoke v0.8.1
3342026-03-18T01:23:01.743Z Downloaded writeable v0.6.2
3352026-03-18T01:23:01.743Z Downloaded swrite v0.1.0
3362026-03-18T01:23:01.743Z Downloaded proc-macro-error-attr v1.0.4
3372026-03-18T01:23:01.743Z Downloaded usdt-impl v0.5.0
3382026-03-18T01:23:01.744Z Downloaded unicode-width v0.2.0
3392026-03-18T01:23:01.744Z Downloaded tinystr v0.8.2
3402026-03-18T01:23:01.747Z Downloaded thiserror v2.0.18
3412026-03-18T01:23:01.752Z Downloaded zerovec-derive v0.11.2
3422026-03-18T01:23:01.752Z Downloaded unicode-ident v1.0.24
3432026-03-18T01:23:01.752Z Downloaded macaddr v1.0.1
3442026-03-18T01:23:01.755Z Downloaded typenum v1.19.0
3452026-03-18T01:23:01.755Z Downloaded zerotrie v0.2.3
3462026-03-18T01:23:01.758Z Downloaded textwrap v0.16.2
3472026-03-18T01:23:01.761Z Downloaded serde-value v0.7.0
3482026-03-18T01:23:01.761Z Downloaded smawk v0.3.2
3492026-03-18T01:23:01.761Z Downloaded zerocopy-derive v0.7.35
3502026-03-18T01:23:01.765Z Downloaded toml_edit v0.22.27
3512026-03-18T01:23:01.768Z Downloaded ordered-float v2.10.1
3522026-03-18T01:23:01.771Z Downloaded equivalent v1.0.2
3532026-03-18T01:23:01.771Z Downloaded scroll_derive v0.12.1
3542026-03-18T01:23:01.771Z Downloaded dof v0.3.0
3552026-03-18T01:23:01.771Z Downloaded itoa v1.0.17
3562026-03-18T01:23:01.774Z Downloaded cfg-if v1.0.4
3572026-03-18T01:23:01.774Z Downloaded cargo-platform v0.2.0
3582026-03-18T01:23:01.774Z Downloaded url v2.5.8
3592026-03-18T01:23:01.777Z Downloaded idna_adapter v1.2.1
3602026-03-18T01:23:01.777Z Downloaded colorchoice v1.0.4
3612026-03-18T01:23:01.780Z Downloaded toml v0.8.23
3622026-03-18T01:23:01.780Z Downloaded errno v0.3.14
3632026-03-18T01:23:01.780Z Downloaded zerovec v0.11.5
3642026-03-18T01:23:01.784Z Downloaded thiserror-impl v2.0.18
3652026-03-18T01:23:01.787Z Downloaded zerocopy v0.7.35
3662026-03-18T01:23:01.796Z Downloaded winnow v0.7.14
3672026-03-18T01:23:01.802Z Downloaded terminal_size v0.4.3
3682026-03-18T01:23:01.805Z Downloaded heck v0.4.1
3692026-03-18T01:23:01.805Z Downloaded block-buffer v0.10.4
3702026-03-18T01:23:01.806Z Downloaded unicode-width v0.1.14
3712026-03-18T01:23:01.812Z Downloaded fastrand v2.3.0
3722026-03-18T01:23:01.818Z Downloaded strsim v0.11.1
3732026-03-18T01:23:01.818Z Downloaded stable_deref_trait v1.2.1
3742026-03-18T01:23:01.818Z Downloaded smallvec v1.15.1
3752026-03-18T01:23:01.818Z Downloaded scroll v0.12.0
3762026-03-18T01:23:01.818Z Downloaded anstyle v1.0.13
3772026-03-18T01:23:01.818Z Downloaded autocfg v1.5.0
3782026-03-18T01:23:01.823Z Downloaded cargo_toml v0.21.0
3792026-03-18T01:23:01.823Z Downloaded percent-encoding v2.3.2
3802026-03-18T01:23:01.823Z Downloaded memmap v0.7.0
3812026-03-18T01:23:01.823Z Downloaded serde_spanned v0.6.9
3822026-03-18T01:23:01.823Z Downloaded camino-tempfile v1.4.1
3832026-03-18T01:23:01.823Z Downloaded crypto-common v0.1.7
3842026-03-18T01:23:01.823Z Downloaded serde-untagged v0.1.9
3852026-03-18T01:23:01.831Z Downloaded form_urlencoded v1.2.2
3862026-03-18T01:23:01.831Z Downloaded anstream v0.6.21
3872026-03-18T01:23:01.831Z Downloaded generic-array v0.14.7
3882026-03-18T01:23:01.831Z Downloaded byteorder v1.5.0
3892026-03-18T01:23:01.835Z Downloaded anstyle-parse v0.2.7
3902026-03-18T01:23:01.835Z Downloaded anyhow v1.0.102
3912026-03-18T01:23:01.835Z Downloaded displaydoc v0.2.5
3922026-03-18T01:23:01.835Z Downloaded semver v1.0.27
3932026-03-18T01:23:01.835Z Downloaded synstructure v0.13.2
3942026-03-18T01:23:01.838Z Downloaded pest_derive v2.8.6
3952026-03-18T01:23:01.838Z Downloaded digest v0.10.7
3962026-03-18T01:23:01.838Z Downloaded heck v0.5.0
3972026-03-18T01:23:01.838Z Downloaded clap_lex v1.0.0
3982026-03-18T01:23:01.843Z Downloaded erased-serde v0.4.9
3992026-03-18T01:23:01.843Z Downloaded fs-err v3.3.0
4002026-03-18T01:23:01.848Z Downloaded usdt-attr-macro v0.5.0
4012026-03-18T01:23:01.848Z Downloaded typeid v1.0.3
4022026-03-18T01:23:01.848Z Downloaded serde_tokenstream v0.2.3
4032026-03-18T01:23:01.848Z Downloaded bytecount v0.6.9
4042026-03-18T01:23:01.848Z Downloaded serde_json v1.0.149
4052026-03-18T01:23:01.851Z Downloaded serde v1.0.228
4062026-03-18T01:23:01.854Z Downloaded proc-macro-error v1.0.4
4072026-03-18T01:23:01.860Z Downloaded cargo_metadata v0.21.0
4082026-03-18T01:23:01.864Z Downloaded camino v1.2.2
4092026-03-18T01:23:01.864Z Downloaded litemap v0.8.1
4102026-03-18T01:23:01.864Z Downloaded sha2 v0.10.9
4112026-03-18T01:23:01.868Z Downloaded pest_generator v2.8.6
4122026-03-18T01:23:01.868Z Downloaded clap_derive v4.5.55
4132026-03-18T01:23:01.871Z Downloaded icu_locale_core v2.1.1
4142026-03-18T01:23:01.875Z Downloaded tempfile v3.25.0
4152026-03-18T01:23:01.878Z Downloaded bitflags v2.11.0
4162026-03-18T01:23:01.883Z Downloaded serde_derive v1.0.228
4172026-03-18T01:23:01.886Z Downloaded icu_provider v2.1.1
4182026-03-18T01:23:01.886Z Downloaded proc-macro2 v1.0.106
4192026-03-18T01:23:01.889Z Downloaded serde_core v1.0.228
4202026-03-18T01:23:01.892Z Downloaded clap v4.5.60
4212026-03-18T01:23:01.897Z Downloaded num-traits v0.2.19
4222026-03-18T01:23:01.900Z Downloaded getrandom v0.4.1
4232026-03-18T01:23:01.903Z Downloaded pest_meta v2.8.6
4242026-03-18T01:23:01.903Z Downloaded icu_properties v2.1.2
4252026-03-18T01:23:01.906Z Downloaded icu_normalizer_data v2.1.1
4262026-03-18T01:23:01.911Z Downloaded memchr v2.8.0
4272026-03-18T01:23:01.915Z Downloaded icu_normalizer v2.1.1
4282026-03-18T01:23:01.928Z Downloaded indexmap v2.13.0
4292026-03-18T01:23:01.947Z Downloaded idna v1.1.0
4302026-03-18T01:23:01.950Z Downloaded hashbrown v0.16.1
4312026-03-18T01:23:01.961Z Downloaded clap_builder v4.5.60
4322026-03-18T01:23:01.966Z Downloaded goblin v0.8.2
4332026-03-18T01:23:01.974Z Downloaded tabled v0.15.0
4342026-03-18T01:23:01.995Z Downloaded syn v2.0.117
4352026-03-18T01:23:02.010Z Downloaded rustix v1.1.3
4362026-03-18T01:23:02.043Z Downloaded libc v0.2.180
4372026-03-18T01:23:02.128Z Compiling proc-macro2 v1.0.106
4382026-03-18T01:23:02.131Z Compiling unicode-ident v1.0.24
4392026-03-18T01:23:02.131Z Compiling quote v1.0.44
4402026-03-18T01:23:02.131Z Compiling serde_core v1.0.228
4412026-03-18T01:23:02.131Z Compiling libc v0.2.180
4422026-03-18T01:23:02.131Z Compiling version_check v0.9.5
4432026-03-18T01:23:02.131Z Compiling serde v1.0.228
4442026-03-18T01:23:02.131Z Compiling stable_deref_trait v1.2.1
4452026-03-18T01:23:02.131Z Compiling memchr v2.8.0
4462026-03-18T01:23:02.132Z Compiling zmij v1.0.21
4472026-03-18T01:23:02.342Z Compiling ucd-trie v0.1.7
4482026-03-18T01:23:02.345Z Compiling thiserror v1.0.69
4492026-03-18T01:23:02.366Z Compiling itoa v1.0.17
4502026-03-18T01:23:02.370Z Compiling autocfg v1.5.0
4512026-03-18T01:23:02.370Z Compiling litemap v0.8.1
4522026-03-18T01:23:02.664Z Compiling writeable v0.6.2
4532026-03-18T01:23:02.746Z Compiling icu_properties_data v2.1.2
4542026-03-18T01:23:02.846Z Compiling rustix v1.1.3
4552026-03-18T01:23:02.929Z Compiling icu_normalizer_data v2.1.1
4562026-03-18T01:23:03.002Z Compiling pest v2.8.6
4572026-03-18T01:23:03.027Z Compiling byteorder v1.5.0
4582026-03-18T01:23:03.203Z Compiling bitflags v2.11.0
4592026-03-18T01:23:03.286Z Compiling serde_json v1.0.149
4602026-03-18T01:23:03.368Z Compiling num-traits v0.2.19
4612026-03-18T01:23:03.434Z Compiling typeid v1.0.3
4622026-03-18T01:23:03.603Z Compiling hashbrown v0.16.1
4632026-03-18T01:23:03.679Z Compiling equivalent v1.0.2
4642026-03-18T01:23:03.732Z Compiling smallvec v1.15.1
4652026-03-18T01:23:03.759Z Compiling usdt-impl v0.5.0
4662026-03-18T01:23:03.932Z Compiling proc-macro-error-attr v1.0.4
4672026-03-18T01:23:03.995Z Compiling winnow v0.7.14
4682026-03-18T01:23:03.999Z Compiling erased-serde v0.4.9
4692026-03-18T01:23:03.999Z Compiling toml_write v0.1.2
4702026-03-18T01:23:03.999Z Compiling syn v1.0.109
4712026-03-18T01:23:04.159Z Compiling errno v0.3.14
4722026-03-18T01:23:04.250Z Compiling thread-id v4.2.2
4732026-03-18T01:23:04.253Z Compiling proc-macro-error v1.0.4
4742026-03-18T01:23:04.378Z Compiling utf8parse v0.2.2
4752026-03-18T01:23:04.441Z Compiling thiserror v2.0.18
4762026-03-18T01:23:04.532Z Compiling pest_meta v2.8.6
4772026-03-18T01:23:04.537Z Compiling indexmap v2.13.0
4782026-03-18T01:23:04.623Z Compiling utf8_iter v1.0.4
4792026-03-18T01:23:04.627Z Compiling plain v0.2.3
4802026-03-18T01:23:04.730Z Compiling percent-encoding v2.3.2
4812026-03-18T01:23:04.734Z Compiling getrandom v0.4.1
4822026-03-18T01:23:04.794Z Compiling log v0.4.29
4832026-03-18T01:23:04.820Z Compiling syn v2.0.117
4842026-03-18T01:23:04.849Z Compiling camino v1.2.2
4852026-03-18T01:23:04.906Z Compiling form_urlencoded v1.2.2
4862026-03-18T01:23:05.045Z Compiling anstyle-parse v0.2.7
4872026-03-18T01:23:05.160Z Compiling pretty-hex v0.4.1
4882026-03-18T01:23:05.240Z Compiling anstyle v1.0.13
4892026-03-18T01:23:05.273Z Compiling ordered-float v2.10.1
4902026-03-18T01:23:05.303Z Compiling anstyle-query v1.1.5
4912026-03-18T01:23:05.363Z Compiling cfg-if v1.0.4
4922026-03-18T01:23:05.394Z Compiling is_terminal_polyfill v1.70.2
4932026-03-18T01:23:05.422Z Compiling colorchoice v1.0.4
4942026-03-18T01:23:05.483Z Compiling fs-err v3.3.0
4952026-03-18T01:23:05.567Z Compiling anstream v0.6.21
4962026-03-18T01:23:05.570Z Compiling unicode-xid v0.2.6
4972026-03-18T01:23:05.570Z Compiling fnv v1.0.7
4982026-03-18T01:23:05.649Z Compiling terminal_size v0.4.3
4992026-03-18T01:23:05.653Z Compiling fastrand v2.3.0
5002026-03-18T01:23:05.707Z Compiling unicode-width v0.1.14
5012026-03-18T01:23:05.740Z Compiling bytecount v0.6.9
5022026-03-18T01:23:05.769Z Compiling clap_lex v1.0.0
5032026-03-18T01:23:05.801Z Compiling heck v0.5.0
5042026-03-18T01:23:05.804Z Compiling strsim v0.11.1
5052026-03-18T01:23:05.859Z Compiling heck v0.4.1
5062026-03-18T01:23:06.023Z Compiling once_cell v1.21.3
5072026-03-18T01:23:06.117Z Compiling semver v1.0.27
5082026-03-18T01:23:06.120Z Compiling anyhow v1.0.102
5092026-03-18T01:23:06.120Z Compiling clap_builder v4.5.60
5102026-03-18T01:23:06.234Z Compiling papergrid v0.11.0
5112026-03-18T01:23:06.291Z Compiling tempfile v3.25.0
5122026-03-18T01:23:06.321Z Compiling memmap v0.7.0
5132026-03-18T01:23:06.324Z Compiling smawk v0.3.2
5142026-03-18T01:23:06.404Z Compiling unicode-linebreak v0.1.5
5152026-03-18T01:23:06.584Z Compiling unicode-width v0.2.0
5162026-03-18T01:23:06.611Z Compiling camino-tempfile v1.4.1
5172026-03-18T01:23:06.675Z Compiling serde-untagged v0.1.9
5182026-03-18T01:23:06.771Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5192026-03-18T01:23:06.802Z Compiling swrite v0.1.0
5202026-03-18T01:23:06.895Z Compiling textwrap v0.16.2
5212026-03-18T01:23:07.296Z Compiling tabled_derive v0.7.0
5222026-03-18T01:23:08.174Z Compiling tabled v0.15.0
5232026-03-18T01:23:08.401Z Compiling synstructure v0.13.2
5242026-03-18T01:23:08.401Z Compiling pest_generator v2.8.6
5252026-03-18T01:23:09.147Z Compiling serde_derive v1.0.228
5262026-03-18T01:23:09.150Z Compiling zerofrom-derive v0.1.6
5272026-03-18T01:23:09.151Z Compiling yoke-derive v0.8.1
5282026-03-18T01:23:09.151Z Compiling zerovec-derive v0.11.2
5292026-03-18T01:23:09.151Z Compiling displaydoc v0.2.5
5302026-03-18T01:23:09.151Z Compiling thiserror-impl v1.0.69
5312026-03-18T01:23:09.152Z Compiling zerocopy-derive v0.7.35
5322026-03-18T01:23:09.152Z Compiling pest_derive v2.8.6
5332026-03-18T01:23:09.152Z Compiling scroll_derive v0.12.1
5342026-03-18T01:23:09.152Z Compiling thiserror-impl v2.0.18
5352026-03-18T01:23:09.152Z Compiling clap_derive v4.5.55
5362026-03-18T01:23:09.932Z Compiling scroll v0.12.0
5372026-03-18T01:23:10.240Z Compiling goblin v0.8.2
5382026-03-18T01:23:10.319Z Compiling zerocopy v0.7.35
5392026-03-18T01:23:10.444Z Compiling zerofrom v0.1.6
5402026-03-18T01:23:10.633Z Compiling yoke v0.8.1
5412026-03-18T01:23:10.703Z Compiling dtrace-parser v0.2.0
5422026-03-18T01:23:10.843Z Compiling zerovec v0.11.5
5432026-03-18T01:23:10.843Z Compiling zerotrie v0.2.3
5442026-03-18T01:23:10.986Z Compiling clap v4.5.60
5452026-03-18T01:23:11.420Z Compiling tinystr v0.8.2
5462026-03-18T01:23:11.420Z Compiling potential_utf v0.1.4
5472026-03-18T01:23:11.583Z Compiling icu_collections v2.1.1
5482026-03-18T01:23:11.618Z Compiling icu_locale_core v2.1.1
5492026-03-18T01:23:12.380Z Compiling icu_provider v2.1.1
5502026-03-18T01:23:12.665Z Compiling icu_properties v2.1.2
5512026-03-18T01:23:12.665Z Compiling icu_normalizer v2.1.1
5522026-03-18T01:23:12.695Z Compiling dof v0.3.0
5532026-03-18T01:23:12.698Z Compiling serde_tokenstream v0.2.3
5542026-03-18T01:23:12.721Z Compiling serde_spanned v0.6.9
5552026-03-18T01:23:12.724Z Compiling toml_datetime v0.6.11
5562026-03-18T01:23:12.724Z Compiling serde-value v0.7.0
5572026-03-18T01:23:12.724Z Compiling cargo-platform v0.2.0
5582026-03-18T01:23:12.724Z Compiling macaddr v1.0.1
5592026-03-18T01:23:13.006Z Compiling toml_edit v0.22.27
5602026-03-18T01:23:13.717Z Compiling usdt-attr-macro v0.5.0
5612026-03-18T01:23:13.717Z Compiling usdt-macro v0.5.0
5622026-03-18T01:23:13.849Z Compiling idna_adapter v1.2.1
5632026-03-18T01:23:13.980Z Compiling idna v1.1.0
5642026-03-18T01:23:14.321Z Compiling url v2.5.8
5652026-03-18T01:23:14.433Z Compiling usdt v0.5.0
5662026-03-18T01:23:14.789Z Compiling toml v0.8.23
5672026-03-18T01:23:15.258Z Compiling cargo-util-schemas v0.8.2
5682026-03-18T01:23:15.258Z Compiling cargo_toml v0.21.0
5692026-03-18T01:23:16.406Z Compiling cargo_metadata v0.21.0
5702026-03-18T01:23:17.694Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5712026-03-18T01:23:20.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.39s
5722026-03-18T01:23:20.825Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5732026-03-18T01:23:21.543Z Downloading crates ...
5742026-03-18T01:23:21.653Z Downloaded ascii-canvas v3.0.0
5752026-03-18T01:23:21.656Z Downloaded array-init v0.0.4
5762026-03-18T01:23:21.659Z Downloaded arrayvec v0.7.6
5772026-03-18T01:23:21.662Z Downloaded argon2 v0.5.3
5782026-03-18T01:23:21.662Z Downloaded arrayref v0.3.9
5792026-03-18T01:23:21.665Z Downloaded adler2 v2.0.1
5802026-03-18T01:23:21.676Z Downloaded crossbeam-deque v0.8.6
5812026-03-18T01:23:21.679Z Downloaded critical-section v1.2.0
5822026-03-18T01:23:21.683Z Downloaded dirs-next v2.0.0
5832026-03-18T01:23:21.683Z Downloaded cargo-platform v0.1.9
5842026-03-18T01:23:21.686Z Downloaded derive-where v1.6.0
5852026-03-18T01:23:21.689Z Downloaded foreign-types-macros v0.2.3
5862026-03-18T01:23:21.692Z Downloaded base64ct v1.8.3
5872026-03-18T01:23:21.692Z Downloaded futures-core v0.3.32
5882026-03-18T01:23:21.695Z Downloaded dropshot_endpoint v0.16.7
5892026-03-18T01:23:21.700Z Downloaded corncobs v0.1.4
5902026-03-18T01:23:21.700Z Downloaded const_format v0.2.35
5912026-03-18T01:23:21.703Z Downloaded filetime v0.2.27
5922026-03-18T01:23:21.703Z Downloaded colored v2.2.0
5932026-03-18T01:23:21.706Z Downloaded ff v0.13.1
5942026-03-18T01:23:21.709Z Downloaded crc-any v2.5.0
5952026-03-18T01:23:21.710Z Downloaded fd-lock v4.0.4
5962026-03-18T01:23:21.712Z Downloaded ctr v0.9.2
5972026-03-18T01:23:21.712Z Downloaded git-stub v1.0.0
5982026-03-18T01:23:21.715Z Downloaded fatfs v0.3.6
5992026-03-18T01:23:21.718Z Downloaded darling_macro v0.20.11
6002026-03-18T01:23:21.718Z Downloaded crossbeam-utils v0.8.21
6012026-03-18T01:23:21.722Z Downloaded compact_str v0.8.1
6022026-03-18T01:23:21.722Z Downloaded const-oid v0.9.6
6032026-03-18T01:23:21.725Z Downloaded foreign-types-shared v0.1.1
6042026-03-18T01:23:21.728Z Downloaded convert_case v0.4.0
6052026-03-18T01:23:21.728Z Downloaded bitfield-struct v0.6.2
6062026-03-18T01:23:21.728Z Downloaded cexpr v0.6.0
6072026-03-18T01:23:21.731Z Downloaded dirs-sys-next v0.1.2
6082026-03-18T01:23:21.731Z Downloaded defmt-macros v1.0.1
6092026-03-18T01:23:21.735Z Downloaded find-msvc-tools v0.1.9
6102026-03-18T01:23:21.735Z Downloaded crc-catalog v2.4.0
6112026-03-18T01:23:21.737Z Downloaded enum-as-inner v0.6.1
6122026-03-18T01:23:21.740Z Downloaded float-cmp v0.10.0
6132026-03-18T01:23:21.740Z Downloaded dsl_auto_type v0.2.0
6142026-03-18T01:23:21.740Z Downloaded curve25519-dalek-derive v0.1.1
6152026-03-18T01:23:21.744Z Downloaded cfg_aliases v0.1.1
6162026-03-18T01:23:21.744Z Downloaded bit-set v0.8.0
6172026-03-18T01:23:21.744Z Downloaded aead v0.5.2
6182026-03-18T01:23:21.747Z Downloaded foreign-types v0.3.2
6192026-03-18T01:23:21.747Z Downloaded dropshot-api-manager-types v0.6.0
6202026-03-18T01:23:21.747Z Downloaded block-padding v0.3.3
6212026-03-18T01:23:21.750Z Downloaded convert_case v0.10.0
6222026-03-18T01:23:21.750Z Downloaded darling_macro v0.21.3
6232026-03-18T01:23:21.753Z Downloaded assert_matches v1.5.0
6242026-03-18T01:23:21.753Z Downloaded darling v0.23.0
6252026-03-18T01:23:21.756Z Downloaded foreign-types v0.5.0
6262026-03-18T01:23:21.759Z Downloaded base16ct v1.0.0
6272026-03-18T01:23:21.759Z Downloaded derive_builder v0.20.2
6282026-03-18T01:23:21.762Z Downloaded embedded-io v0.6.1
6292026-03-18T01:23:21.765Z Downloaded cobs v0.3.0
6302026-03-18T01:23:21.765Z Downloaded cpufeatures v0.3.0
6312026-03-18T01:23:21.769Z Downloaded fixedbitset v0.4.2
6322026-03-18T01:23:21.774Z Downloaded foldhash v0.1.5
6332026-03-18T01:23:21.774Z Downloaded embedded-io v0.4.0
6342026-03-18T01:23:21.774Z Downloaded crc8 v0.1.1
6352026-03-18T01:23:21.777Z Downloaded atomicwrites v0.4.4
6362026-03-18T01:23:21.777Z Downloaded ciborium-ll v0.2.2
6372026-03-18T01:23:21.777Z Downloaded dyn-clone v1.0.20
6382026-03-18T01:23:21.777Z Downloaded env_filter v1.0.0
6392026-03-18T01:23:21.781Z Downloaded defmt-parser v1.0.0
6402026-03-18T01:23:21.781Z Downloaded async-stream v0.3.6
6412026-03-18T01:23:21.784Z Downloaded dtrace-parser v0.3.0
6422026-03-18T01:23:21.784Z Downloaded defmt v0.3.100
6432026-03-18T01:23:21.784Z Downloaded ciborium-io v0.2.2
6442026-03-18T01:23:21.784Z Downloaded bit-set v0.5.3
6452026-03-18T01:23:21.787Z Downloaded darling_macro v0.23.0
6462026-03-18T01:23:21.787Z Downloaded darling v0.20.11
6472026-03-18T01:23:21.790Z Downloaded cassowary v0.3.0
6482026-03-18T01:23:21.793Z Downloaded downcast-rs v2.0.2
6492026-03-18T01:23:21.793Z Downloaded blowfish v0.9.1
6502026-03-18T01:23:21.796Z Downloaded float-ord v0.3.2
6512026-03-18T01:23:21.796Z Downloaded castaway v0.2.4
6522026-03-18T01:23:21.799Z Downloaded buf-list v1.1.2
6532026-03-18T01:23:21.799Z Downloaded document-features v0.2.12
6542026-03-18T01:23:21.802Z Downloaded flagset v0.4.7
6552026-03-18T01:23:21.802Z Downloaded dof v0.4.0
6562026-03-18T01:23:21.806Z Downloaded derive_builder_macro v0.20.2
6572026-03-18T01:23:21.806Z Downloaded foreign-types-shared v0.3.1
6582026-03-18T01:23:21.806Z Downloaded difflib v0.4.0
6592026-03-18T01:23:21.806Z Downloaded endian-type v0.1.2
6602026-03-18T01:23:21.845Z Downloaded diesel_table_macro_syntax v0.3.0
6612026-03-18T01:23:21.845Z Downloaded const_format_proc_macros v0.2.34
6622026-03-18T01:23:21.845Z Downloaded futures-task v0.3.32
6632026-03-18T01:23:21.845Z Downloaded fixedbitset v0.5.7
6642026-03-18T01:23:21.845Z Downloaded console v0.15.11
6652026-03-18T01:23:21.845Z Downloaded cbc v0.1.2
6662026-03-18T01:23:21.845Z Downloaded futures-io v0.3.32
6672026-03-18T01:23:21.845Z Downloaded fxhash v0.2.1
6682026-03-18T01:23:21.845Z Downloaded futures-sink v0.3.32
6692026-03-18T01:23:21.845Z Downloaded crypto-bigint v0.5.5
6702026-03-18T01:23:21.845Z Downloaded hex-literal v0.4.1
6712026-03-18T01:23:21.845Z Downloaded dunce v1.0.5
6722026-03-18T01:23:21.845Z Downloaded headers-core v0.3.0
6732026-03-18T01:23:21.845Z Downloaded hash32 v0.3.1
6742026-03-18T01:23:21.846Z Downloaded hash32 v0.2.1
6752026-03-18T01:23:21.846Z Downloaded ghash v0.5.1
6762026-03-18T01:23:21.846Z Downloaded gethostname v0.5.0
6772026-03-18T01:23:21.846Z Downloaded hostname v0.3.1
6782026-03-18T01:23:21.846Z Downloaded httpdate v1.0.3
6792026-03-18T01:23:21.846Z Downloaded http-body v1.0.1
6802026-03-18T01:23:21.846Z Downloaded hostname v0.4.2
6812026-03-18T01:23:21.846Z Downloaded hubpack_derive v0.1.1
6822026-03-18T01:23:21.846Z Downloaded hubpack v0.1.2
6832026-03-18T01:23:21.846Z Downloaded bcs v0.1.6
6842026-03-18T01:23:21.846Z Downloaded indent_write v2.2.0
6852026-03-18T01:23:21.850Z Downloaded ident_case v1.0.1
6862026-03-18T01:23:21.850Z Downloaded home v0.5.12
6872026-03-18T01:23:21.850Z Downloaded fs-err v2.11.0
6882026-03-18T01:23:21.850Z Downloaded constant_time_eq v0.4.2
6892026-03-18T01:23:21.850Z Downloaded erased-serde v0.3.31
6902026-03-18T01:23:21.854Z Downloaded data-encoding v2.10.0
6912026-03-18T01:23:21.854Z Downloaded chacha20 v0.9.1
6922026-03-18T01:23:21.854Z Downloaded bitflags v1.3.2
6932026-03-18T01:23:21.857Z Downloaded funty v2.0.0
6942026-03-18T01:23:21.857Z Downloaded bit-vec v0.6.3
6952026-03-18T01:23:21.860Z Downloaded ed25519 v2.2.3
6962026-03-18T01:23:21.860Z Downloaded foldhash v0.2.0
6972026-03-18T01:23:21.863Z Downloaded http-range v0.1.5
6982026-03-18T01:23:21.863Z Downloaded futures-macro v0.3.32
6992026-03-18T01:23:21.866Z Downloaded cmake v0.1.57
7002026-03-18T01:23:21.866Z Downloaded fallible-iterator v0.2.0
7012026-03-18T01:23:21.866Z Downloaded display-error-chain v0.2.2
7022026-03-18T01:23:21.869Z Downloaded cipher v0.4.4
7032026-03-18T01:23:21.869Z Downloaded git-stub-vcs v0.1.0
7042026-03-18T01:23:21.874Z Downloaded async-trait v0.1.89
7052026-03-18T01:23:21.877Z Downloaded diff v0.1.13
7062026-03-18T01:23:21.877Z Downloaded is_ci v1.2.0
7072026-03-18T01:23:21.880Z Downloaded colored v3.1.1
7082026-03-18T01:23:21.880Z Downloaded inout v0.1.4
7092026-03-18T01:23:21.883Z Downloaded is-terminal v0.4.17
7102026-03-18T01:23:21.883Z Downloaded internet-checksum v0.2.1
7112026-03-18T01:23:21.883Z Downloaded instant v0.1.13
7122026-03-18T01:23:21.886Z Downloaded globwalk v0.9.1
7132026-03-18T01:23:21.886Z Downloaded instability v0.3.11
7142026-03-18T01:23:21.889Z Downloaded backoff v0.4.0
7152026-03-18T01:23:21.889Z Downloaded keccak v0.1.6
7162026-03-18T01:23:21.893Z Downloaded indoc v1.0.9
7172026-03-18T01:23:21.893Z Downloaded group v0.13.0
7182026-03-18T01:23:21.896Z Downloaded glob v0.3.3
7192026-03-18T01:23:21.896Z Downloaded globset v0.4.18
7202026-03-18T01:23:21.899Z Downloaded hex v0.4.3
7212026-03-18T01:23:21.914Z Downloaded lru-cache v0.1.2
7222026-03-18T01:23:21.917Z Downloaded async-bb8-diesel v0.2.1
7232026-03-18T01:23:21.917Z Downloaded linked-hash-map v0.5.6
7242026-03-18T01:23:21.917Z Downloaded libscf-sys v1.1.0
7252026-03-18T01:23:21.920Z Downloaded lazy_static v1.5.0
7262026-03-18T01:23:21.920Z Downloaded lalrpop-util v0.19.12
7272026-03-18T01:23:21.923Z Downloaded lru v0.12.5
7282026-03-18T01:23:21.923Z Downloaded env_logger v0.11.9
7292026-03-18T01:23:21.926Z Downloaded impl-trait-for-tuples v0.2.3
7302026-03-18T01:23:21.929Z Downloaded crc32fast v1.5.0
7312026-03-18T01:23:21.929Z Downloaded hyper-tls v0.6.0
7322026-03-18T01:23:21.932Z Downloaded ecdsa v0.16.9
7332026-03-18T01:23:21.932Z Downloaded darling v0.21.3
7342026-03-18T01:23:21.936Z Downloaded match_cfg v0.1.0
7352026-03-18T01:23:21.939Z Downloaded managed v0.8.0
7362026-03-18T01:23:21.939Z Downloaded memoffset v0.9.1
7372026-03-18T01:23:21.942Z Downloaded maybe-uninit v2.0.0
7382026-03-18T01:23:21.942Z Downloaded maplit v1.0.2
7392026-03-18T01:23:21.942Z Downloaded lzss v0.8.2
7402026-03-18T01:23:21.945Z Downloaded multimap v0.10.1
7412026-03-18T01:23:21.945Z Downloaded mime v0.3.17
7422026-03-18T01:23:21.948Z Downloaded ipnet v2.11.0
7432026-03-18T01:23:21.948Z Downloaded nibble_vec v0.1.0
7442026-03-18T01:23:21.951Z Downloaded newtype_derive v0.1.6
7452026-03-18T01:23:21.951Z Downloaded newtype-uuid-macros v0.1.0
7462026-03-18T01:23:21.954Z Downloaded ingot-types v0.1.2
7472026-03-18T01:23:21.954Z Downloaded md5 v0.7.0
7482026-03-18T01:23:21.955Z Downloaded ingot v0.1.1
7492026-03-18T01:23:21.958Z Downloaded indoc v2.0.7
7502026-03-18T01:23:21.961Z Downloaded newline-converter v0.3.0
7512026-03-18T01:23:21.961Z Downloaded new_debug_unreachable v1.0.6
7522026-03-18T01:23:21.961Z Downloaded normalize-line-endings v0.3.0
7532026-03-18T01:23:21.964Z Downloaded nonempty v0.12.0
7542026-03-18T01:23:21.965Z Downloaded half v1.8.3
7552026-03-18T01:23:21.968Z Downloaded ipnetwork v0.21.1
7562026-03-18T01:23:21.968Z Downloaded num-conv v0.2.0
7572026-03-18T01:23:21.968Z Downloaded num v0.4.3
7582026-03-18T01:23:21.968Z Downloaded nodrop v0.1.14
7592026-03-18T01:23:21.971Z Downloaded libefi-sys v0.1.0
7602026-03-18T01:23:21.971Z Downloaded num-iter v0.1.45
7612026-03-18T01:23:21.971Z Downloaded kstat-rs v0.2.4
7622026-03-18T01:23:21.974Z Downloaded lru-slab v0.1.2
7632026-03-18T01:23:21.974Z Downloaded olpc-cjson v0.1.4
7642026-03-18T01:23:21.977Z Downloaded hyper-staticfile v0.10.1
7652026-03-18T01:23:21.977Z Downloaded hyper-rustls v0.27.7
7662026-03-18T01:23:21.980Z Downloaded libsw v3.5.0
7672026-03-18T01:23:21.983Z Downloaded lock_api v0.4.14
7682026-03-18T01:23:21.983Z Downloaded libsw-core v0.3.2
7692026-03-18T01:23:21.986Z Downloaded linear-map v1.2.0
7702026-03-18T01:23:21.986Z Downloaded num-derive v0.3.3
7712026-03-18T01:23:21.989Z Downloaded num_enum_derive v0.5.11
7722026-03-18T01:23:21.989Z Downloaded num-derive v0.4.2
7732026-03-18T01:23:21.992Z Downloaded opaque-debug v0.3.1
7742026-03-18T01:23:21.992Z Downloaded num_threads v0.1.7
7752026-03-18T01:23:21.992Z Downloaded openssl-probe v0.1.6
7762026-03-18T01:23:21.995Z Downloaded crossbeam-channel v0.5.15
7772026-03-18T01:23:21.998Z Downloaded openssl-probe v0.2.1
7782026-03-18T01:23:21.998Z Downloaded humantime v2.3.0
7792026-03-18T01:23:22.003Z Downloaded httparse v1.10.1
7802026-03-18T01:23:22.003Z Downloaded openssl-macros v0.1.1
7812026-03-18T01:23:22.003Z Downloaded backon v1.6.0
7822026-03-18T01:23:22.006Z Downloaded oso-derive v0.27.3
7832026-03-18T01:23:22.009Z Downloaded derive_more v0.99.20
7842026-03-18T01:23:22.012Z Downloaded md-5 v0.10.6
7852026-03-18T01:23:22.012Z Downloaded futures v0.3.32
7862026-03-18T01:23:22.015Z Downloaded darling_core v0.20.11
7872026-03-18T01:23:22.019Z Downloaded libloading v0.8.9
7882026-03-18T01:23:22.022Z Downloaded hmac v0.12.1
7892026-03-18T01:23:22.025Z Downloaded multer v3.1.0
7902026-03-18T01:23:22.025Z Downloaded path-slash v0.1.5
7912026-03-18T01:23:22.028Z Downloaded packed_struct_codegen v0.10.1
7922026-03-18T01:23:22.028Z Downloaded nanorand v0.7.0
7932026-03-18T01:23:22.032Z Downloaded newtype-uuid v1.3.2
7942026-03-18T01:23:22.032Z Downloaded native-tls v0.2.18
7952026-03-18T01:23:22.035Z Downloaded parse-display v0.10.0
7962026-03-18T01:23:22.036Z Downloaded jobserver v0.1.34
7972026-03-18T01:23:22.036Z Downloaded getrandom v0.3.4
7982026-03-18T01:23:22.039Z Downloaded parse-size v1.1.0
7992026-03-18T01:23:22.043Z Downloaded getrandom v0.2.17
8002026-03-18T01:23:22.043Z Downloaded num_enum_derive v0.7.5
8012026-03-18T01:23:22.047Z Downloaded num_enum v0.5.11
8022026-03-18T01:23:22.050Z Downloaded phf_shared v0.13.1
8032026-03-18T01:23:22.051Z Downloaded peg-runtime v0.8.5
8042026-03-18T01:23:22.054Z Downloaded pbkdf2 v0.11.0
8052026-03-18T01:23:22.054Z Downloaded chacha20poly1305 v0.10.1
8062026-03-18T01:23:22.058Z Downloaded litrs v1.0.0
8072026-03-18T01:23:22.058Z Downloaded allocator-api2 v0.2.21
8082026-03-18T01:23:22.061Z Downloaded iana-time-zone v0.1.65
8092026-03-18T01:23:22.063Z Downloaded num_enum v0.7.5
8102026-03-18T01:23:22.068Z Downloaded indexmap v1.9.3
8112026-03-18T01:23:22.071Z Downloaded phf_shared v0.11.3
8122026-03-18T01:23:22.071Z Downloaded phf_shared v0.12.1
8132026-03-18T01:23:22.071Z Downloaded elliptic-curve v0.13.8
8142026-03-18T01:23:22.074Z Downloaded pin-utils v0.1.0
8152026-03-18T01:23:22.077Z Downloaded base64 v0.21.7
8162026-03-18T01:23:22.080Z Downloaded darling_core v0.21.3
8172026-03-18T01:23:22.083Z Downloaded ignore v0.4.25
8182026-03-18T01:23:22.086Z Downloaded predicates-tree v1.0.13
8192026-03-18T01:23:22.086Z Downloaded predicates-core v1.0.10
8202026-03-18T01:23:22.089Z Downloaded powerfmt v0.2.0
8212026-03-18T01:23:22.089Z Downloaded owo-colors v4.3.0
8222026-03-18T01:23:22.092Z Downloaded num-rational v0.4.2
8232026-03-18T01:23:22.093Z Downloaded oxnet v0.1.4
8242026-03-18T01:23:22.095Z Downloaded precomputed-hash v0.1.1
8252026-03-18T01:23:22.095Z Downloaded oxide-tokio-rt v0.1.3
8262026-03-18T01:23:22.095Z Downloaded nu-ansi-term v0.50.3
8272026-03-18T01:23:22.099Z Downloaded proc-macro-error-attr2 v2.0.0
8282026-03-18T01:23:22.102Z Downloaded proc-macro-crate v1.3.1
8292026-03-18T01:23:22.102Z Downloaded paste v1.0.15
8302026-03-18T01:23:22.105Z Downloaded progenitor-client v0.11.2
8312026-03-18T01:23:22.105Z Downloaded progenitor-client v0.10.0
8322026-03-18T01:23:22.105Z Downloaded ingot-macros v0.1.1
8332026-03-18T01:23:22.108Z Downloaded crossterm v0.28.1
8342026-03-18T01:23:22.111Z Downloaded pem v3.0.6
8352026-03-18T01:23:22.114Z Downloaded proc-macro-crate v3.4.0
8362026-03-18T01:23:22.115Z Downloaded peg-macros v0.8.5
8372026-03-18T01:23:22.117Z Downloaded progenitor-macro v0.10.0
8382026-03-18T01:23:22.117Z Downloaded peg v0.8.5
8392026-03-18T01:23:22.120Z Downloaded psl-types v2.0.11
8402026-03-18T01:23:22.123Z Downloaded progenitor-macro v0.13.0
8412026-03-18T01:23:22.124Z Downloaded quick-error v1.2.3
8422026-03-18T01:23:22.127Z Downloaded progenitor-macro v0.11.2
8432026-03-18T01:23:22.127Z Downloaded rand_chacha v0.3.1
8442026-03-18T01:23:22.127Z Downloaded pbkdf2 v0.12.2
8452026-03-18T01:23:22.131Z Downloaded password-hash v0.5.0
8462026-03-18T01:23:22.131Z Downloaded libbz2-rs-sys v0.2.2
8472026-03-18T01:23:22.134Z Downloaded heapless v0.8.0
8482026-03-18T01:23:22.137Z Downloaded heapless v0.7.17
8492026-03-18T01:23:22.140Z Downloaded password-hash v0.4.2
8502026-03-18T01:23:22.140Z Downloaded num-complex v0.4.6
8512026-03-18T01:23:22.143Z Downloaded pin-project-lite v0.2.17
8522026-03-18T01:23:22.146Z Downloaded radium v0.7.0
8532026-03-18T01:23:22.149Z Downloaded bumpalo v3.20.2
8542026-03-18T01:23:22.151Z Downloaded flume v0.11.1
8552026-03-18T01:23:22.154Z Downloaded phf v0.13.1
8562026-03-18T01:23:22.154Z Downloaded flate2 v1.1.9
8572026-03-18T01:23:22.158Z Downloaded poly1305 v0.8.0
8582026-03-18T01:23:22.161Z Downloaded pkg-config v0.3.32
8592026-03-18T01:23:22.164Z Downloaded rand_xorshift v0.4.0
8602026-03-18T01:23:22.164Z Downloaded pkcs8 v0.10.2
8612026-03-18T01:23:22.167Z Downloaded memmap2 v0.9.10
8622026-03-18T01:23:22.167Z Downloaded pin-project-internal v1.1.11
8632026-03-18T01:23:22.170Z Downloaded predicates v3.1.4
8642026-03-18T01:23:22.173Z Downloaded ref-cast v1.0.25
8652026-03-18T01:23:22.173Z Downloaded parking_lot_core v0.8.6
8662026-03-18T01:23:22.176Z Downloaded progenitor-extras v0.1.1
8672026-03-18T01:23:22.180Z Downloaded recursive-proc-macro-impl v0.1.1
8682026-03-18T01:23:22.180Z Downloaded recursive v0.1.1
8692026-03-18T01:23:22.180Z Downloaded progenitor v0.11.2
8702026-03-18T01:23:22.180Z Downloaded progenitor v0.10.0
8712026-03-18T01:23:22.183Z Downloaded proc-macro-error2 v2.0.1
8722026-03-18T01:23:22.186Z Downloaded rfc6979 v0.4.0
8732026-03-18T01:23:22.186Z Downloaded progenitor-client v0.13.0
8742026-03-18T01:23:22.189Z Downloaded parking_lot_core v0.9.12
8752026-03-18T01:23:22.189Z Downloaded parking_lot v0.12.5
8762026-03-18T01:23:22.192Z Downloaded parking_lot v0.11.2
8772026-03-18T01:23:22.194Z Downloaded rtoolbox v0.0.3
8782026-03-18T01:23:22.194Z Downloaded ppv-lite86 v0.2.21
8792026-03-18T01:23:22.198Z Downloaded pem-rfc7468 v0.7.0
8802026-03-18T01:23:22.198Z Downloaded phf v0.12.1
8812026-03-18T01:23:22.198Z Downloaded psm v0.1.30
8822026-03-18T01:23:22.201Z Downloaded progenitor v0.13.0
8832026-03-18T01:23:22.204Z Downloaded primeorder v0.13.6
8842026-03-18T01:23:22.204Z Downloaded packed_struct v0.10.1
8852026-03-18T01:23:22.207Z Downloaded russh-cryptovec v0.7.3
8862026-03-18T01:23:22.207Z Downloaded postgres-protocol v0.6.10
8872026-03-18T01:23:22.210Z Downloaded pkcs5 v0.7.1
8882026-03-18T01:23:22.213Z Downloaded rustc-hash v2.1.1
8892026-03-18T01:23:22.213Z Downloaded polyval v0.6.2
8902026-03-18T01:23:22.217Z Downloaded rustc_version v0.4.1
8912026-03-18T01:23:22.217Z Downloaded indicatif v0.18.4
8922026-03-18T01:23:22.220Z Downloaded hickory-resolver v0.24.4
8932026-03-18T01:23:22.223Z Downloaded hickory-resolver v0.25.2
8942026-03-18T01:23:22.226Z Downloaded rustc_version v0.1.7
8952026-03-18T01:23:22.229Z Downloaded rand_core v0.10.0
8962026-03-18T01:23:22.229Z Downloaded rand_core v0.9.5
8972026-03-18T01:23:22.233Z Downloaded rand_chacha v0.9.0
8982026-03-18T01:23:22.233Z Downloaded oso v0.27.3
8992026-03-18T01:23:22.237Z Downloaded same-file v1.0.6
9002026-03-18T01:23:22.237Z Downloaded p256 v0.13.2
9012026-03-18T01:23:22.240Z Downloaded postgres-types v0.2.12
9022026-03-18T01:23:22.243Z Downloaded ref-cast-impl v1.0.25
9032026-03-18T01:23:22.243Z Downloaded miniz_oxide v0.8.9
9042026-03-18T01:23:22.246Z Downloaded salsa20 v0.10.2
9052026-03-18T01:23:22.246Z Downloaded rand_seeder v0.4.0
9062026-03-18T01:23:22.249Z Downloaded rand_core v0.6.4
9072026-03-18T01:23:22.249Z Downloaded papergrid v0.17.0
9082026-03-18T01:23:22.252Z Downloaded scheduled-thread-pool v0.2.7
9092026-03-18T01:23:22.255Z Downloaded sapling-renderdag v0.1.0
9102026-03-18T01:23:22.255Z Downloaded postcard v1.1.3
9112026-03-18T01:23:22.258Z Downloaded jiff-static v0.2.21
9122026-03-18T01:23:22.261Z Downloaded resolv-conf v0.7.6
9132026-03-18T01:23:22.261Z Downloaded derive_more-impl v2.1.1
9142026-03-18T01:23:22.265Z Downloaded scopeguard v1.2.0
9152026-03-18T01:23:22.270Z Downloaded scrypt v0.11.0
9162026-03-18T01:23:22.270Z Downloaded scroll_derive v0.13.1
9172026-03-18T01:23:22.272Z Downloaded serde-big-array v0.5.1
9182026-03-18T01:23:22.273Z Downloaded semver v0.1.20
9192026-03-18T01:23:22.273Z Downloaded r2d2 v0.8.10
9202026-03-18T01:23:22.273Z Downloaded expectorate v1.2.0
9212026-03-18T01:23:22.276Z Downloaded ed25519-dalek v2.2.0
9222026-03-18T01:23:22.278Z Downloaded secrecy v0.10.3
9232026-03-18T01:23:22.278Z Downloaded secrecy v0.8.0
9242026-03-18T01:23:22.281Z Downloaded serde_spanned v1.0.4
9252026-03-18T01:23:22.282Z Downloaded serde_bytes v0.11.19
9262026-03-18T01:23:22.285Z Downloaded http v1.4.0
9272026-03-18T01:23:22.287Z Downloaded pin-project v1.1.11
9282026-03-18T01:23:22.295Z Downloaded serde_repr v0.1.20
9292026-03-18T01:23:22.298Z Downloaded serde_plain v1.0.2
9302026-03-18T01:23:22.298Z Downloaded seq-macro v0.3.6
9312026-03-18T01:23:22.301Z Downloaded signal-hook-mio v0.2.5
9322026-03-18T01:23:22.304Z Downloaded der v0.7.10
9332026-03-18T01:23:22.307Z Downloaded rustls-native-certs v0.8.3
9342026-03-18T01:23:22.310Z Downloaded rustversion v1.0.22
9352026-03-18T01:23:22.314Z Downloaded rustls-pemfile v2.2.0
9362026-03-18T01:23:22.314Z Downloaded shell-words v1.1.1
9372026-03-18T01:23:22.314Z Downloaded sha1 v0.10.6
9382026-03-18T01:23:22.319Z Downloaded serde_urlencoded v0.7.1
9392026-03-18T01:23:22.319Z Downloaded sigpipe v0.1.3
9402026-03-18T01:23:22.322Z Downloaded signal-hook-tokio v0.3.1
9412026-03-18T01:23:22.322Z Downloaded rustls-pemfile v1.0.4
9422026-03-18T01:23:22.322Z Downloaded rusty-fork v0.3.1
9432026-03-18T01:23:22.322Z Downloaded aes v0.8.4
9442026-03-18T01:23:22.325Z Downloaded prefix-trie v0.7.0
9452026-03-18T01:23:22.329Z Downloaded slog-envlogger v2.2.0
9462026-03-18T01:23:22.332Z Downloaded slog-bunyan v2.5.0
9472026-03-18T01:23:22.332Z Downloaded siphasher v1.0.2
9482026-03-18T01:23:22.332Z Downloaded pkcs1 v0.7.5
9492026-03-18T01:23:22.335Z Downloaded cc v1.2.56
9502026-03-18T01:23:22.338Z Downloaded schemars_derive v0.8.22
9512026-03-18T01:23:22.338Z Downloaded progenitor-impl v0.11.2
9522026-03-18T01:23:22.341Z Downloaded dropshot-api-manager v0.6.0
9532026-03-18T01:23:22.344Z Downloaded scroll v0.13.0
9542026-03-18T01:23:22.344Z Downloaded diesel_derives v2.3.7
9552026-03-18T01:23:22.349Z Downloaded bytes v1.11.1
9562026-03-18T01:23:22.353Z Downloaded omicron-zone-package v0.12.2
9572026-03-18T01:23:22.356Z Downloaded derive_more v2.1.1
9582026-03-18T01:23:22.365Z Downloaded serde-hex v0.1.0
9592026-03-18T01:23:22.368Z Downloaded arc-swap v1.8.2
9602026-03-18T01:23:22.372Z Downloaded quinn-udp v0.5.14
9612026-03-18T01:23:22.373Z Downloaded ssh-cipher v0.2.0
9622026-03-18T01:23:22.376Z Downloaded serde_path_to_error v0.1.20
9632026-03-18T01:23:22.376Z Downloaded hickory-server v0.25.2
9642026-03-18T01:23:22.379Z Downloaded structmeta v0.3.0
9652026-03-18T01:23:22.382Z Downloaded rustls-pki-types v1.14.0
9662026-03-18T01:23:22.385Z Downloaded serde_derive_internals v0.29.1
9672026-03-18T01:23:22.385Z Downloaded ssh-encoding v0.2.0
9682026-03-18T01:23:22.388Z Downloaded structmeta-derive v0.3.0
9692026-03-18T01:23:22.388Z Downloaded sqlparser_derive v0.5.0
9702026-03-18T01:23:22.392Z Downloaded strum v0.26.3
9712026-03-18T01:23:22.392Z Downloaded openssl-sys v0.9.111
9722026-03-18T01:23:22.395Z Downloaded simd-adler32 v0.3.8
9732026-03-18T01:23:22.398Z Downloaded aes-gcm v0.10.3
9742026-03-18T01:23:22.401Z Downloaded signature v2.2.0
9752026-03-18T01:23:22.401Z Downloaded strip-ansi-escapes v0.2.1
9762026-03-18T01:23:22.404Z Downloaded strum v0.27.2
9772026-03-18T01:23:22.404Z Downloaded slab v0.4.12
9782026-03-18T01:23:22.405Z Downloaded supports-color v3.0.2
9792026-03-18T01:23:22.407Z Downloaded sync_wrapper v1.0.2
9802026-03-18T01:23:22.407Z Downloaded tabwriter v1.4.1
9812026-03-18T01:23:22.408Z Downloaded take_mut v0.2.2
9822026-03-18T01:23:22.411Z Downloaded tagptr v0.2.0
9832026-03-18T01:23:22.411Z Downloaded tabled_derive v0.11.0
9842026-03-18T01:23:22.411Z Downloaded prettyplease v0.2.37
9852026-03-18T01:23:22.414Z Downloaded rcgen v0.12.1
9862026-03-18T01:23:22.417Z Downloaded smf v0.2.3
9872026-03-18T01:23:22.417Z Downloaded sct v0.7.1
9882026-03-18T01:23:22.420Z Downloaded smallvec v0.6.14
9892026-03-18T01:23:22.423Z Downloaded slog-scope v4.4.1
9902026-03-18T01:23:22.423Z Downloaded tap v1.0.1
9912026-03-18T01:23:22.426Z Downloaded thread-id v5.1.0
9922026-03-18T01:23:22.426Z Downloaded testing_table v0.3.0
9932026-03-18T01:23:22.426Z Downloaded ron v0.8.1
9942026-03-18T01:23:22.431Z Downloaded progenitor-impl v0.13.0
9952026-03-18T01:23:22.434Z Downloaded itertools v0.10.5
9962026-03-18T01:23:22.438Z Downloaded slog-term v2.9.2
9972026-03-18T01:23:22.441Z Downloaded russh-keys v0.45.0
9982026-03-18T01:23:22.444Z Downloaded num-bigint v0.4.6
9992026-03-18T01:23:22.450Z Downloaded static_assertions v1.1.0
10002026-03-18T01:23:22.453Z Downloaded serde_cbor v0.11.2
10012026-03-18T01:23:22.457Z Downloaded time-core v0.1.8
10022026-03-18T01:23:22.457Z Downloaded stacker v0.1.23
10032026-03-18T01:23:22.460Z Downloaded sqlformat v0.3.5
10042026-03-18T01:23:22.463Z Downloaded stringprep v0.1.5
10052026-03-18T01:23:22.463Z Downloaded strum_macros v0.26.4
10062026-03-18T01:23:22.466Z Downloaded tinyvec_macros v0.1.1
10072026-03-18T01:23:22.466Z Downloaded rustls-platform-verifier v0.6.2
10082026-03-18T01:23:22.472Z Downloaded crossterm v0.29.0
10092026-03-18T01:23:22.476Z Downloaded strum_macros v0.27.2
10102026-03-18T01:23:22.479Z Downloaded serde_with_macros v3.17.0
10112026-03-18T01:23:22.482Z Downloaded strum_macros v0.24.3
10122026-03-18T01:23:22.485Z Downloaded support-bundle-viewer v0.1.2
10132026-03-18T01:23:22.485Z Downloaded pretty_assertions v1.4.1
10142026-03-18T01:23:22.488Z Downloaded iri-string v0.7.10
10152026-03-18T01:23:22.492Z Downloaded termios v0.3.3
10162026-03-18T01:23:22.497Z Downloaded rayon-core v1.13.0
10172026-03-18T01:23:22.500Z Downloaded slog-stdlog v4.1.1
10182026-03-18T01:23:22.500Z Downloaded nom v7.1.3
10192026-03-18T01:23:22.503Z Downloaded hyper-util v0.1.20
10202026-03-18T01:23:22.508Z Downloaded ryu v1.0.23
10212026-03-18T01:23:22.512Z Downloaded hashbrown v0.12.3
10222026-03-18T01:23:22.516Z Downloaded hashbrown v0.13.2
10232026-03-18T01:23:22.519Z Downloaded qorb v0.4.1
10242026-03-18T01:23:22.523Z Downloaded tiny-keccak v2.0.2
10252026-03-18T01:23:22.526Z Downloaded try-lock v0.2.5
10262026-03-18T01:23:22.526Z Downloaded topological-sort v0.2.2
10272026-03-18T01:23:22.526Z Downloaded rand v0.8.5
10282026-03-18T01:23:22.529Z Downloaded unarray v0.1.4
10292026-03-18T01:23:22.532Z Downloaded tls_codec_derive v0.4.2
10302026-03-18T01:23:22.532Z Downloaded string_cache v0.8.9
10312026-03-18T01:23:22.535Z Downloaded tower-service v0.3.3
10322026-03-18T01:23:22.535Z Downloaded hashbrown v0.15.5
10332026-03-18T01:23:22.539Z Downloaded tokio-native-tls v0.3.1
10342026-03-18T01:23:22.542Z Downloaded tokio-dtrace v0.1.1
10352026-03-18T01:23:22.542Z Downloaded similar v2.7.0
10362026-03-18T01:23:22.546Z Downloaded untrusted v0.9.0
10372026-03-18T01:23:22.549Z Downloaded typify-macro v0.6.1
10382026-03-18T01:23:22.553Z Downloaded mio v1.1.1
10392026-03-18T01:23:22.557Z Downloaded tokio-macros v2.6.0
10402026-03-18T01:23:22.557Z Downloaded serde_yaml v0.9.34+deprecated
10412026-03-18T01:23:22.561Z Downloaded socket2 v0.5.10
10422026-03-18T01:23:22.564Z Downloaded schemars v0.9.0
10432026-03-18T01:23:22.572Z Downloaded usdt v0.6.0
10442026-03-18T01:23:22.576Z Downloaded usdt-attr-macro v0.6.0
10452026-03-18T01:23:22.576Z Downloaded untrusted v0.7.1
10462026-03-18T01:23:22.576Z Downloaded tokio-tungstenite v0.21.0
10472026-03-18T01:23:22.579Z Downloaded tokio-rustls v0.25.0
10482026-03-18T01:23:22.579Z Downloaded slog v2.8.2
10492026-03-18T01:23:22.582Z Downloaded usdt-macro v0.6.0
10502026-03-18T01:23:22.585Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10512026-03-18T01:23:22.586Z Downloaded term v0.7.0
10522026-03-18T01:23:22.589Z Downloaded aho-corasick v1.1.4
10532026-03-18T01:23:22.592Z Downloaded tokio-tungstenite v0.23.1
10542026-03-18T01:23:22.595Z Downloaded term v1.2.1
10552026-03-18T01:23:22.600Z Downloaded waitgroup v0.1.2
10562026-03-18T01:23:22.604Z Downloaded tls_codec v0.4.2
10572026-03-18T01:23:22.608Z Downloaded wait-timeout v0.2.1
10582026-03-18T01:23:22.608Z Downloaded want v0.3.1
10592026-03-18T01:23:22.612Z Downloaded void v1.0.2
10602026-03-18T01:23:22.612Z Downloaded toml_writer v1.0.6+spec-1.1.0
10612026-03-18T01:23:22.615Z Downloaded time-macros v0.2.27
10622026-03-18T01:23:22.618Z Downloaded rsa v0.9.10
10632026-03-18T01:23:22.626Z Downloaded unit-prefix v0.5.2
10642026-03-18T01:23:22.629Z Downloaded tokio-stream v0.1.18
10652026-03-18T01:23:22.632Z Downloaded utf-8 v0.7.6
10662026-03-18T01:23:22.635Z Downloaded xshell-macros v0.2.7
10672026-03-18T01:23:22.635Z Downloaded usdt-impl v0.6.0
10682026-03-18T01:23:22.638Z Downloaded tokio-rustls v0.26.4
10692026-03-18T01:23:22.638Z Downloaded tokio-rustls v0.24.1
10702026-03-18T01:23:22.641Z Downloaded socket2 v0.6.2
10712026-03-18T01:23:22.644Z Downloaded subprocess v0.2.15
10722026-03-18T01:23:22.647Z Downloaded universal-hash v0.5.1
10732026-03-18T01:23:22.647Z Downloaded unicode-truncate v1.1.0
10742026-03-18T01:23:22.647Z Downloaded libxml v0.3.3
10752026-03-18T01:23:22.652Z Downloaded hkdf v0.12.4
10762026-03-18T01:23:22.656Z Downloaded unicase v2.9.0
10772026-03-18T01:23:22.656Z Downloaded zone_cfg_derive v0.3.1
10782026-03-18T01:23:22.660Z Downloaded zone v0.3.1
10792026-03-18T01:23:22.660Z Downloaded vergen-gitcl v1.0.8
10802026-03-18T01:23:22.660Z Downloaded toml_parser v1.0.9+spec-1.1.0
10812026-03-18T01:23:22.663Z Downloaded tinyvec v1.10.0
10822026-03-18T01:23:22.663Z Downloaded vergen-lib v0.1.6
10832026-03-18T01:23:22.666Z Downloaded whoami v1.6.1
10842026-03-18T01:23:22.666Z Downloaded vsss-rs v3.3.4
10852026-03-18T01:23:22.671Z Downloaded zeroize_derive v1.4.3
10862026-03-18T01:23:22.671Z Downloaded h2 v0.4.13
10872026-03-18T01:23:22.677Z Downloaded itertools v0.14.0
10882026-03-18T01:23:22.681Z Downloaded unicode-properties v0.1.4
10892026-03-18T01:23:22.686Z Downloaded twox-hash v2.1.2
10902026-03-18T01:23:22.686Z Downloaded samael v0.0.19
10912026-03-18T01:23:22.690Z Downloaded walkdir v2.5.0
10922026-03-18T01:23:22.691Z Downloaded tracing-attributes v0.1.31
10932026-03-18T01:23:22.694Z Downloaded xattr v1.6.1
10942026-03-18T01:23:22.697Z Downloaded hyper v1.8.1
10952026-03-18T01:23:22.700Z Downloaded xshell v0.2.7
10962026-03-18T01:23:22.740Z Downloaded toml v0.7.8
10972026-03-18T01:23:22.740Z Downloaded test-strategy v0.4.5
10982026-03-18T01:23:22.740Z Downloaded libm v0.2.16
10992026-03-18T01:23:22.740Z Downloaded vergen v9.0.6
11002026-03-18T01:23:22.740Z Downloaded russh v0.45.0
11012026-03-18T01:23:22.740Z Downloaded xz2 v0.1.7
11022026-03-18T01:23:22.740Z Downloaded zstd-safe v7.2.4
11032026-03-18T01:23:22.740Z Downloaded zstd v0.13.3
11042026-03-18T01:23:22.740Z Downloaded p521 v0.13.3
11052026-03-18T01:23:22.740Z Downloaded tar v0.4.44
11062026-03-18T01:23:22.740Z Downloaded rustyline v14.0.0
11072026-03-18T01:23:22.746Z Downloaded uzers v0.12.2
11082026-03-18T01:23:22.746Z Downloaded zeroize v1.8.2
11092026-03-18T01:23:22.747Z Downloaded typify v0.4.3
11102026-03-18T01:23:22.747Z Downloaded snafu v0.8.9
11112026-03-18T01:23:22.752Z Downloaded unsafe-libyaml v0.2.11
11122026-03-18T01:23:22.752Z Downloaded toml v0.9.12+spec-1.1.0
11132026-03-18T01:23:22.757Z Downloaded zerocopy v0.6.6
11142026-03-18T01:23:22.757Z Downloaded yasna v0.5.2
11152026-03-18T01:23:22.761Z Downloaded toml_edit v0.23.10+spec-1.0.0
11162026-03-18T01:23:22.761Z Downloaded blake3 v1.8.3
11172026-03-18T01:23:22.766Z Downloaded whoami v2.1.0
11182026-03-18T01:23:22.772Z Downloaded typify v0.6.1
11192026-03-18T01:23:22.776Z Downloaded steno v0.4.1
11202026-03-18T01:23:22.776Z Downloaded tungstenite v0.21.0
11212026-03-18T01:23:22.780Z Downloaded unicode-bidi v0.3.18
11222026-03-18T01:23:22.780Z Downloaded wyz v0.5.1
11232026-03-18T01:23:22.784Z Downloaded tungstenite v0.23.0
11242026-03-18T01:23:22.784Z Downloaded tracing-core v0.1.36
11252026-03-18T01:23:22.788Z Downloaded rustls-webpki v0.103.9
11262026-03-18T01:23:22.788Z Downloaded futures-util v0.3.32
11272026-03-18T01:23:22.796Z Downloaded uuid v1.21.0
11282026-03-18T01:23:22.801Z Downloaded vergen-git2 v1.0.7
11292026-03-18T01:23:22.804Z Downloaded schemars v1.2.1
11302026-03-18T01:23:22.813Z Downloaded vte v0.14.1
11312026-03-18T01:23:22.816Z Downloaded tui-tree-widget v0.23.1
11322026-03-18T01:23:22.816Z Downloaded rand v0.10.0
11332026-03-18T01:23:22.819Z Downloaded rand v0.9.2
11342026-03-18T01:23:22.822Z Downloaded p384 v0.13.1
11352026-03-18T01:23:22.826Z Downloaded publicsuffix v2.3.0
11362026-03-18T01:23:22.830Z Downloaded spin v0.9.8
11372026-03-18T01:23:22.830Z Downloaded num-bigint-dig v0.8.6
11382026-03-18T01:23:22.834Z Downloaded reqwest v0.12.28
11392026-03-18T01:23:22.841Z Downloaded yansi v1.0.1
11402026-03-18T01:23:22.844Z Downloaded itertools v0.13.0
11412026-03-18T01:23:22.848Z Downloaded reedline v0.40.0
11422026-03-18T01:23:22.853Z Downloaded zopfli v0.8.3
11432026-03-18T01:23:22.856Z Downloaded ssh-key v0.6.7
11442026-03-18T01:23:22.861Z Downloaded ron v0.12.0
11452026-03-18T01:23:22.868Z Downloaded typed-path v0.9.3
11462026-03-18T01:23:22.873Z Downloaded bitvec v1.0.1
11472026-03-18T01:23:22.883Z Downloaded rpassword v7.4.0
11482026-03-18T01:23:22.886Z Downloaded unicode_categories v0.1.1
11492026-03-18T01:23:22.889Z Downloaded zip v0.6.6
11502026-03-18T01:23:22.892Z Downloaded quick-xml v0.37.5
11512026-03-18T01:23:22.895Z Downloaded toml_edit v0.19.15
11522026-03-18T01:23:22.907Z Downloaded x509-cert v0.2.5
11532026-03-18T01:23:22.913Z Downloaded proptest v1.10.0
11542026-03-18T01:23:22.920Z Downloaded portable-atomic v1.13.1
11552026-03-18T01:23:22.925Z Downloaded tokio-postgres v0.7.16
11562026-03-18T01:23:22.929Z Downloaded regex v1.12.3
11572026-03-18T01:23:22.935Z Downloaded reqwest v0.13.2
11582026-03-18T01:23:22.945Z Downloaded tower v0.5.3
11592026-03-18T01:23:22.949Z Downloaded aws-lc-rs v1.16.0
11602026-03-18T01:23:22.953Z Downloaded rayon v1.11.0
11612026-03-18T01:23:22.959Z Downloaded zerocopy-derive v0.8.40
11622026-03-18T01:23:22.967Z Downloaded lalrpop v0.19.12
11632026-03-18T01:23:22.975Z Downloaded unicode-normalization v0.1.25
11642026-03-18T01:23:22.978Z Downloaded curve25519-dalek v4.1.3
11652026-03-18T01:23:22.997Z Downloaded goblin v0.10.5
11662026-03-18T01:23:23.004Z Downloaded tough v0.20.0
11672026-03-18T01:23:23.004Z Downloaded zip v4.6.1
11682026-03-18T01:23:23.004Z Downloaded winnow v0.5.40
11692026-03-18T01:23:23.008Z Downloaded tower-http v0.6.8
11702026-03-18T01:23:23.012Z Downloaded object v0.30.4
11712026-03-18T01:23:23.020Z Downloaded tokio-util v0.7.18
11722026-03-18T01:23:23.025Z Downloaded serde_with v3.17.0
11732026-03-18T01:23:23.036Z Downloaded petname v2.0.2
11742026-03-18T01:23:23.040Z Downloaded rustls-webpki v0.102.8
11752026-03-18T01:23:23.057Z Downloaded polar-core v0.27.3
11762026-03-18T01:23:23.061Z Downloaded nix v0.29.0
11772026-03-18T01:23:23.070Z Downloaded nix v0.27.1
11782026-03-18T01:23:23.079Z Downloaded winnow v0.6.26
11792026-03-18T01:23:23.084Z Downloaded zlib-rs v0.6.2
11802026-03-18T01:23:23.089Z Downloaded radix_trie v0.2.1
11812026-03-18T01:23:23.094Z Downloaded time v0.3.47
11822026-03-18T01:23:23.101Z Downloaded openssl v0.10.75
11832026-03-18T01:23:23.108Z Downloaded vcpkg v0.2.15
11842026-03-18T01:23:23.138Z Downloaded dropshot v0.16.7
11852026-03-18T01:23:23.155Z Downloaded regress v0.10.5
11862026-03-18T01:23:23.161Z Downloaded zerocopy v0.8.40
11872026-03-18T01:23:23.169Z Downloaded nix v0.28.0
11882026-03-18T01:23:23.180Z Downloaded bstr v1.12.1
11892026-03-18T01:23:23.186Z Downloaded smoltcp v0.11.0
11902026-03-18T01:23:23.193Z Downloaded rustls v0.21.12
11912026-03-18T01:23:23.202Z Downloaded object v0.37.3
11922026-03-18T01:23:23.213Z Downloaded webpki-roots v1.0.6
11932026-03-18T01:23:23.216Z Downloaded hickory-proto v0.24.4
11942026-03-18T01:23:23.227Z Downloaded smoltcp v0.9.1
11952026-03-18T01:23:23.235Z Downloaded rustix v0.38.44
11962026-03-18T01:23:23.254Z Downloaded sqlparser v0.61.0
11972026-03-18T01:23:23.262Z Downloaded rustls v0.23.37
11982026-03-18T01:23:23.272Z Downloaded regex-syntax v0.8.10
11992026-03-18T01:23:23.278Z Downloaded rustls v0.22.4
12002026-03-18T01:23:23.288Z Downloaded hickory-proto v0.25.2
12012026-03-18T01:23:23.300Z Downloaded tracing v0.1.44
12022026-03-18T01:23:23.320Z Downloaded openapiv3 v2.2.0
12032026-03-18T01:23:23.330Z Downloaded diesel v2.3.7
12042026-03-18T01:23:23.348Z Downloaded regex-syntax v0.6.29
12052026-03-18T01:23:23.354Z Downloaded nix v0.31.1
12062026-03-18T01:23:23.364Z Downloaded tabled v0.20.0
12072026-03-18T01:23:23.379Z Downloaded regex-automata v0.4.14
12082026-03-18T01:23:23.392Z Downloaded quinn-proto v0.11.13
12092026-03-18T01:23:23.398Z Downloaded chrono v0.4.44
12102026-03-18T01:23:23.403Z Downloaded bindgen v0.71.1
12112026-03-18T01:23:23.410Z Downloaded unicode-segmentation v1.12.0
12122026-03-18T01:23:23.413Z Downloaded bzip2-sys v0.1.13+1.0.8
12132026-03-18T01:23:23.422Z Downloaded typify-impl v0.6.1
12142026-03-18T01:23:23.433Z Downloaded jiff v0.2.21
12152026-03-18T01:23:23.447Z Downloaded ratatui v0.29.0
12162026-03-18T01:23:23.462Z Downloaded typify-impl v0.4.3
12172026-03-18T01:23:23.474Z Downloaded csv v1.4.0
12182026-03-18T01:23:23.489Z Downloaded zerocopy-derive v0.6.6
12192026-03-18T01:23:23.497Z Downloaded sled v0.34.7
12202026-03-18T01:23:23.505Z Downloaded salty v0.3.0
12212026-03-18T01:23:23.510Z Downloaded libz-sys v1.1.24
12222026-03-18T01:23:23.528Z Downloaded rustls-webpki v0.101.7
12232026-03-18T01:23:23.537Z Downloaded petgraph v0.6.5
12242026-03-18T01:23:23.551Z Downloaded lzma-sys v0.1.20
12252026-03-18T01:23:23.572Z Downloaded chrono-tz v0.10.4
12262026-03-18T01:23:23.586Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12272026-03-18T01:23:23.600Z Downloaded petgraph v0.8.3
12282026-03-18T01:23:23.616Z Downloaded moka v0.12.13
12292026-03-18T01:23:23.622Z Downloaded git2 v0.20.4
12302026-03-18T01:23:23.628Z Downloaded itertools v0.12.1
12312026-03-18T01:23:23.633Z Downloaded schemars v0.8.22
12322026-03-18T01:23:23.641Z Downloaded typify-macro v0.4.3
12332026-03-18T01:23:23.644Z Downloaded trait-variant v0.1.2
12342026-03-18T01:23:23.644Z Downloaded tower-layer v0.3.3
12352026-03-18T01:23:23.644Z Downloaded thread_local v1.1.9
12362026-03-18T01:23:23.647Z Downloaded thiserror-no-std v2.0.2
12372026-03-18T01:23:23.650Z Downloaded tokio v1.49.0
12382026-03-18T01:23:23.678Z Downloaded sha3 v0.10.8
12392026-03-18T01:23:23.681Z Downloaded spki v0.7.3
12402026-03-18T01:23:23.685Z Downloaded signal-hook v0.3.18
12412026-03-18T01:23:23.685Z Downloaded quinn v0.11.9
12422026-03-18T01:23:23.689Z Downloaded iddqd v0.3.17
12432026-03-18T01:23:23.693Z Downloaded termtree v0.5.1
12442026-03-18T01:23:23.693Z Downloaded thiserror-impl-no-std v2.0.2
12452026-03-18T01:23:23.697Z Downloaded snafu-derive v0.8.9
12462026-03-18T01:23:23.697Z Downloaded slog-json v2.6.1
12472026-03-18T01:23:23.697Z Downloaded slog-dtrace v0.3.0
12482026-03-18T01:23:23.701Z Downloaded sec1 v0.7.3
12492026-03-18T01:23:23.701Z Downloaded progenitor-impl v0.10.0
12502026-03-18T01:23:23.701Z Downloaded minimal-lexical v0.2.1
12512026-03-18T01:23:23.704Z Downloaded slog-async v2.8.0
12522026-03-18T01:23:23.704Z Downloaded sync-ptr v0.1.4
12532026-03-18T01:23:23.704Z Downloaded subtle v2.6.1
12542026-03-18T01:23:23.707Z Downloaded signal-hook-registry v1.4.8
12552026-03-18T01:23:23.707Z Downloaded shlex v1.3.0
12562026-03-18T01:23:23.707Z Downloaded parse-display-derive v0.10.0
12572026-03-18T01:23:23.707Z Downloaded headers v0.4.1
12582026-03-18T01:23:23.713Z Downloaded darling_core v0.23.0
12592026-03-18T01:23:23.716Z Downloaded half v2.7.1
12602026-03-18T01:23:23.719Z Downloaded encoding_rs v0.8.35
12612026-03-18T01:23:23.732Z Downloaded num-integer v0.1.46
12622026-03-18T01:23:23.735Z Downloaded mime_guess v2.0.5
12632026-03-18T01:23:23.735Z Downloaded hickory-client v0.25.2
12642026-03-18T01:23:23.738Z Downloaded futures-channel v0.3.32
12652026-03-18T01:23:23.738Z Downloaded cookie v0.18.1
12662026-03-18T01:23:23.741Z Downloaded cargo_toml v0.22.3
12672026-03-18T01:23:23.741Z Downloaded ar_archive_writer v0.5.1
12682026-03-18T01:23:23.744Z Downloaded chacha20 v0.10.0
12692026-03-18T01:23:23.747Z Downloaded http-body-util v0.1.3
12702026-03-18T01:23:23.747Z Downloaded highway v1.3.0
12712026-03-18T01:23:23.752Z Downloaded futures-executor v0.3.32
12722026-03-18T01:23:23.752Z Downloaded cookie_store v0.22.1
12732026-03-18T01:23:23.752Z Downloaded clang-sys v1.8.1
12742026-03-18T01:23:23.755Z Downloaded ciborium v0.2.2
12752026-03-18T01:23:23.755Z Downloaded bzip2 v0.6.1
12762026-03-18T01:23:23.755Z Downloaded drift v0.1.3
12772026-03-18T01:23:23.758Z Downloaded fs_extra v1.3.0
12782026-03-18T01:23:23.761Z Downloaded ring v0.17.14
12792026-03-18T01:23:23.791Z Downloaded either v1.15.0
12802026-03-18T01:23:23.794Z Downloaded des v0.8.1
12812026-03-18T01:23:23.794Z Downloaded console v0.16.2
12822026-03-18T01:23:23.797Z Downloaded cancel-safe-futures v0.1.5
12832026-03-18T01:23:23.797Z Downloaded blake2 v0.10.6
12842026-03-18T01:23:23.800Z Downloaded bitfield v0.19.4
12852026-03-18T01:23:23.800Z Downloaded defmt v1.0.1
12862026-03-18T01:23:23.803Z Downloaded deranged v0.5.8
12872026-03-18T01:23:23.803Z Downloaded derive_builder_core v0.20.2
12882026-03-18T01:23:23.807Z Downloaded daft-derive v0.1.5
12892026-03-18T01:23:23.812Z Downloaded bcrypt-pbkdf v0.10.0
12902026-03-18T01:23:23.812Z Downloaded derive-ex v0.1.8
12912026-03-18T01:23:23.812Z Downloaded cargo_metadata v0.19.2
12922026-03-18T01:23:23.816Z Downloaded base16ct v0.2.0
12932026-03-18T01:23:23.816Z Downloaded crossbeam-epoch v0.9.18
12942026-03-18T01:23:23.816Z Downloaded async-stream-impl v0.3.6
12952026-03-18T01:23:23.816Z Downloaded ena v0.14.4
12962026-03-18T01:23:23.816Z Downloaded der_derive v0.7.3
12972026-03-18T01:23:23.816Z Downloaded debug-ignore v1.0.5
12982026-03-18T01:23:23.821Z Downloaded cstr-argument v0.1.2
12992026-03-18T01:23:23.821Z Downloaded crunchy v0.2.4
13002026-03-18T01:23:23.821Z Downloaded bitfield-macros v0.19.4
13012026-03-18T01:23:23.821Z Downloaded daft v0.1.5
13022026-03-18T01:23:23.821Z Downloaded crucible-workspace-hack v0.1.0
13032026-03-18T01:23:23.824Z Downloaded libgit2-sys v0.18.3+1.9.2
13042026-03-18T01:23:23.861Z Downloaded cfg_aliases v0.2.1
13052026-03-18T01:23:23.864Z Downloaded atty v0.2.14
13062026-03-18T01:23:23.864Z Downloaded csv-core v0.1.13
13072026-03-18T01:23:23.865Z Downloaded bzip2 v0.4.4
13082026-03-18T01:23:23.867Z Downloaded atomic-waker v1.1.2
13092026-03-18T01:23:23.869Z Downloaded async-recursion v1.1.1
13102026-03-18T01:23:23.872Z Downloaded diesel-dtrace v0.5.0
13112026-03-18T01:23:23.872Z Downloaded crc v3.4.0
13122026-03-18T01:23:23.872Z Downloaded camino-tempfile-ext v0.3.3
13132026-03-18T01:23:23.872Z Downloaded bit-vec v0.8.0
13142026-03-18T01:23:23.875Z Downloaded bb8 v0.8.6
13152026-03-18T01:23:23.875Z Downloaded base64 v0.22.1
13162026-03-18T01:23:23.878Z Downloaded ahash v0.8.12
13172026-03-18T01:23:24.397Z Downloaded aws-lc-sys v0.37.1
13182026-03-18T01:23:24.727Z Compiling libc v0.2.180
13192026-03-18T01:23:24.730Z Compiling serde v1.0.228
13202026-03-18T01:23:24.730Z Compiling log v0.4.29
13212026-03-18T01:23:24.730Z Compiling find-msvc-tools v0.1.9
13222026-03-18T01:23:24.730Z Compiling shlex v1.3.0
13232026-03-18T01:23:24.730Z Compiling smallvec v1.15.1
13242026-03-18T01:23:24.730Z Compiling typenum v1.19.0
13252026-03-18T01:23:24.730Z Compiling subtle v2.6.1
13262026-03-18T01:23:24.916Z Compiling generic-array v0.14.7
13272026-03-18T01:23:24.934Z Compiling scopeguard v1.2.0
13282026-03-18T01:23:24.937Z Compiling portable-atomic v1.13.1
13292026-03-18T01:23:24.988Z Compiling const-oid v0.9.6
13302026-03-18T01:23:25.005Z Compiling critical-section v1.2.0
13312026-03-18T01:23:25.009Z Compiling zerocopy v0.8.40
13322026-03-18T01:23:25.025Z Compiling syn v2.0.117
13332026-03-18T01:23:25.086Z Compiling parking_lot_core v0.9.12
13342026-03-18T01:23:25.174Z Compiling lock_api v0.4.14
13352026-03-18T01:23:25.177Z Compiling pin-project-lite v0.2.17
13362026-03-18T01:23:25.195Z Compiling serde_json v1.0.149
13372026-03-18T01:23:25.241Z Compiling pkg-config v0.3.32
13382026-03-18T01:23:25.245Z Compiling bitflags v2.11.0
13392026-03-18T01:23:25.289Z Compiling libm v0.2.16
13402026-03-18T01:23:25.294Z Compiling num-traits v0.2.19
13412026-03-18T01:23:25.380Z Compiling futures-core v0.3.32
13422026-03-18T01:23:25.426Z Compiling percent-encoding v2.3.2
13432026-03-18T01:23:25.450Z Compiling allocator-api2 v0.2.21
13442026-03-18T01:23:25.563Z Compiling futures-sink v0.3.32
13452026-03-18T01:23:25.566Z Compiling cpufeatures v0.2.17
13462026-03-18T01:23:25.673Z Compiling foldhash v0.2.0
13472026-03-18T01:23:25.693Z Compiling futures-task v0.3.32
13482026-03-18T01:23:25.696Z Compiling slab v0.4.12
13492026-03-18T01:23:25.696Z Compiling getrandom v0.4.1
13502026-03-18T01:23:25.803Z Compiling futures-channel v0.3.32
13512026-03-18T01:23:25.825Z Compiling futures-io v0.3.32
13522026-03-18T01:23:25.844Z Compiling getrandom v0.3.4
13532026-03-18T01:23:25.927Z Compiling hashbrown v0.16.1
13542026-03-18T01:23:25.953Z Compiling rand_core v0.10.0
13552026-03-18T01:23:25.978Z Compiling rustversion v1.0.22
13562026-03-18T01:23:26.000Z Compiling form_urlencoded v1.2.2
13572026-03-18T01:23:26.022Z Compiling base64ct v1.8.3
13582026-03-18T01:23:26.052Z Compiling ident_case v1.0.1
13592026-03-18T01:23:26.132Z Compiling getrandom v0.2.17
13602026-03-18T01:23:26.159Z Compiling jobserver v0.1.34
13612026-03-18T01:23:26.182Z Compiling errno v0.3.14
13622026-03-18T01:23:26.227Z Compiling mio v1.1.1
13632026-03-18T01:23:26.230Z Compiling socket2 v0.6.2
13642026-03-18T01:23:26.304Z Compiling rand_core v0.6.4
13652026-03-18T01:23:26.413Z Compiling signal-hook-registry v1.4.8
13662026-03-18T01:23:26.424Z Compiling cc v1.2.56
13672026-03-18T01:23:26.446Z Compiling fs_extra v1.3.0
13682026-03-18T01:23:26.515Z Compiling once_cell v1.21.3
13692026-03-18T01:23:26.600Z Compiling parking_lot v0.12.5
13702026-03-18T01:23:26.661Z Compiling indexmap v2.13.0
13712026-03-18T01:23:26.682Z Compiling dunce v1.0.5
13722026-03-18T01:23:26.741Z Compiling pem-rfc7468 v0.7.0
13732026-03-18T01:23:26.765Z Compiling flagset v0.4.7
13742026-03-18T01:23:26.769Z Compiling iana-time-zone v0.1.65
13752026-03-18T01:23:26.838Z Compiling rustix v1.1.3
13762026-03-18T01:23:26.844Z Compiling uuid v1.21.0
13772026-03-18T01:23:26.844Z Compiling rustc_version v0.4.1
13782026-03-18T01:23:26.905Z Compiling aws-lc-rs v1.16.0
13792026-03-18T01:23:26.948Z Compiling regex-syntax v0.8.10
13802026-03-18T01:23:26.951Z Compiling vcpkg v0.2.15
13812026-03-18T01:23:27.116Z Compiling rand_core v0.9.5
13822026-03-18T01:23:27.155Z Compiling tracing-core v0.1.36
13832026-03-18T01:23:27.197Z Compiling crossbeam-utils v0.8.21
13842026-03-18T01:23:27.235Z Compiling base64 v0.22.1
13852026-03-18T01:23:27.314Z Compiling schemars v0.8.22
13862026-03-18T01:23:27.337Z Compiling untrusted v0.9.0
13872026-03-18T01:23:27.399Z Compiling cmake v0.1.57
13882026-03-18T01:23:27.577Z Compiling openssl-probe v0.2.1
13892026-03-18T01:23:27.600Z Compiling untrusted v0.7.1
13902026-03-18T01:23:27.643Z Compiling syn v1.0.109
13912026-03-18T01:23:27.667Z Compiling httparse v1.10.1
13922026-03-18T01:23:27.731Z Compiling rustls v0.23.37
13932026-03-18T01:23:27.780Z Compiling tower-service v0.3.3
13942026-03-18T01:23:27.780Z Compiling dyn-clone v1.0.20
13952026-03-18T01:23:27.824Z Compiling tinyvec_macros v0.1.1
13962026-03-18T01:23:27.860Z Compiling atomic-waker v1.1.2
13972026-03-18T01:23:27.916Z Compiling try-lock v0.2.5
13982026-03-18T01:23:27.939Z Compiling tower-layer v0.3.3
13992026-03-18T01:23:27.966Z Compiling tinyvec v1.10.0
14002026-03-18T01:23:28.003Z Compiling spin v0.9.8
14012026-03-18T01:23:28.026Z Compiling aho-corasick v1.1.4
14022026-03-18T01:23:28.029Z Compiling num-conv v0.2.0
14032026-03-18T01:23:28.074Z Compiling want v0.3.1
14042026-03-18T01:23:28.077Z Compiling foreign-types-shared v0.1.1
14052026-03-18T01:23:28.099Z Compiling time-core v0.1.8
14062026-03-18T01:23:28.165Z Compiling crc32fast v1.5.0
14072026-03-18T01:23:28.209Z Compiling openssl v0.10.75
14082026-03-18T01:23:28.255Z Compiling powerfmt v0.2.0
14092026-03-18T01:23:28.278Z Compiling httpdate v1.0.3
14102026-03-18T01:23:28.362Z Compiling pin-utils v0.1.0
14112026-03-18T01:23:28.368Z Compiling foreign-types v0.3.2
14122026-03-18T01:23:28.373Z Compiling time-macros v0.2.27
14132026-03-18T01:23:28.392Z Compiling wait-timeout v0.2.1
14142026-03-18T01:23:28.434Z Compiling either v1.15.0
14152026-03-18T01:23:28.459Z Compiling quick-error v1.2.3
14162026-03-18T01:23:28.479Z Compiling native-tls v0.2.18
14172026-03-18T01:23:28.565Z Compiling deranged v0.5.8
14182026-03-18T01:23:28.568Z Compiling num_threads v0.1.7
14192026-03-18T01:23:28.611Z Compiling bit-vec v0.8.0
14202026-03-18T01:23:28.635Z Compiling simd-adler32 v0.3.8
14212026-03-18T01:23:28.635Z Compiling siphasher v1.0.2
14222026-03-18T01:23:28.699Z Compiling usdt-impl v0.6.0
14232026-03-18T01:23:28.733Z Compiling aws-lc-sys v0.37.1
14242026-03-18T01:23:28.733Z Compiling ring v0.17.14
14252026-03-18T01:23:28.779Z Compiling openssl-sys v0.9.111
14262026-03-18T01:23:28.782Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14272026-03-18T01:23:28.825Z Compiling bzip2-sys v0.1.13+1.0.8
14282026-03-18T01:23:28.943Z Compiling bit-set v0.8.0
14292026-03-18T01:23:29.018Z Compiling unicode-normalization v0.1.25
14302026-03-18T01:23:29.044Z Compiling crossbeam-epoch v0.9.18
14312026-03-18T01:23:29.175Z Compiling synstructure v0.13.2
14322026-03-18T01:23:29.209Z Compiling pest_generator v2.8.6
14332026-03-18T01:23:29.231Z Compiling serde_derive_internals v0.29.1
14342026-03-18T01:23:29.341Z Compiling darling_core v0.20.11
14352026-03-18T01:23:29.552Z Compiling regex-automata v0.4.14
14362026-03-18T01:23:29.662Z Compiling tempfile v3.25.0
14372026-03-18T01:23:29.897Z Compiling time v0.3.47
14382026-03-18T01:23:29.995Z Compiling rusty-fork v0.3.1
14392026-03-18T01:23:30.052Z Compiling darling_core v0.21.3
14402026-03-18T01:23:30.188Z Compiling slog v2.8.2
14412026-03-18T01:23:30.216Z Compiling rand_xorshift v0.4.0
14422026-03-18T01:23:30.462Z Compiling heapless v0.7.17
14432026-03-18T01:23:30.465Z Compiling thread-id v5.1.0
14442026-03-18T01:23:30.465Z Compiling sync_wrapper v1.0.2
14452026-03-18T01:23:30.531Z Compiling cookie v0.18.1
14462026-03-18T01:23:30.554Z Compiling rayon-core v1.13.0
14472026-03-18T01:23:30.558Z Compiling anyhow v1.0.102
14482026-03-18T01:23:30.626Z Compiling unicode-bidi v0.3.18
14492026-03-18T01:23:30.649Z Compiling unicode-properties v0.1.4
14502026-03-18T01:23:30.786Z Compiling paste v1.0.15
14512026-03-18T01:23:30.809Z Compiling unarray v0.1.4
14522026-03-18T01:23:30.812Z Compiling adler2 v2.0.1
14532026-03-18T01:23:30.942Z Compiling signal-hook v0.3.18
14542026-03-18T01:23:30.998Z Compiling unicode-segmentation v1.12.0
14552026-03-18T01:23:31.013Z Compiling zstd-safe v7.2.4
14562026-03-18T01:23:31.036Z Compiling miniz_oxide v0.8.9
14572026-03-18T01:23:31.218Z Compiling stringprep v0.1.5
14582026-03-18T01:23:31.351Z Compiling crossbeam-deque v0.8.6
14592026-03-18T01:23:31.394Z Compiling num-integer v0.1.46
14602026-03-18T01:23:31.397Z Compiling vergen-lib v0.1.6
14612026-03-18T01:23:31.505Z Compiling curve25519-dalek v4.1.3
14622026-03-18T01:23:31.603Z Compiling ff v0.13.1
14632026-03-18T01:23:31.654Z Compiling hash32 v0.2.1
14642026-03-18T01:23:31.789Z Compiling memoffset v0.9.1
14652026-03-18T01:23:31.815Z Compiling serde_derive v1.0.228
14662026-03-18T01:23:31.836Z Compiling zeroize_derive v1.4.3
14672026-03-18T01:23:31.859Z Compiling zerofrom-derive v0.1.6
14682026-03-18T01:23:31.911Z Compiling yoke-derive v0.8.1
14692026-03-18T01:23:31.931Z Compiling zerocopy-derive v0.8.40
14702026-03-18T01:23:31.955Z Compiling zerovec-derive v0.11.2
14712026-03-18T01:23:32.047Z Compiling displaydoc v0.2.5
14722026-03-18T01:23:32.147Z Compiling tokio-macros v2.6.0
14732026-03-18T01:23:32.185Z Compiling futures-macro v0.3.32
14742026-03-18T01:23:32.669Z Compiling der_derive v0.7.3
14752026-03-18T01:23:32.739Z Compiling zeroize v1.8.2
14762026-03-18T01:23:33.097Z Compiling thiserror-impl v2.0.18
14772026-03-18T01:23:33.173Z Compiling rustls-pki-types v1.14.0
14782026-03-18T01:23:33.325Z Compiling futures-util v0.3.32
14792026-03-18T01:23:33.507Z Compiling tracing-attributes v0.1.31
14802026-03-18T01:23:33.587Z Compiling schemars_derive v0.8.22
14812026-03-18T01:23:33.686Z Compiling pest_derive v2.8.6
14822026-03-18T01:23:33.826Z Compiling crypto-common v0.1.7
14832026-03-18T01:23:33.849Z Compiling zerofrom v0.1.6
14842026-03-18T01:23:33.853Z Compiling block-buffer v0.10.4
14852026-03-18T01:23:34.009Z Compiling yoke v0.8.1
14862026-03-18T01:23:34.033Z Compiling block-padding v0.3.3
14872026-03-18T01:23:34.038Z Compiling der v0.7.10
14882026-03-18T01:23:34.038Z Compiling scroll_derive v0.13.1
14892026-03-18T01:23:34.143Z Compiling digest v0.10.7
14902026-03-18T01:23:34.260Z Compiling zerovec v0.11.5
14912026-03-18T01:23:34.280Z Compiling zerotrie v0.2.3
14922026-03-18T01:23:34.280Z Compiling inout v0.1.4
14932026-03-18T01:23:34.425Z Compiling hmac v0.12.1
14942026-03-18T01:23:34.480Z Compiling sha2 v0.10.9
14952026-03-18T01:23:34.536Z Compiling cipher v0.4.4
14962026-03-18T01:23:34.649Z Compiling pbkdf2 v0.12.2
14972026-03-18T01:23:34.814Z Compiling darling_macro v0.20.11
14982026-03-18T01:23:34.906Z Compiling tinystr v0.8.2
14992026-03-18T01:23:35.030Z Compiling potential_utf v0.1.4
15002026-03-18T01:23:35.034Z Compiling salsa20 v0.10.2
15012026-03-18T01:23:35.199Z Compiling icu_locale_core v2.1.1
15022026-03-18T01:23:35.224Z Compiling icu_collections v2.1.1
15032026-03-18T01:23:35.224Z Compiling scrypt v0.11.0
15042026-03-18T01:23:35.228Z Compiling thiserror v2.0.18
15052026-03-18T01:23:35.342Z Compiling spki v0.7.3
15062026-03-18T01:23:35.383Z Compiling cbc v0.1.2
15072026-03-18T01:23:35.386Z Compiling aes v0.8.4
15082026-03-18T01:23:35.455Z Compiling tracing v0.1.44
15092026-03-18T01:23:35.538Z Compiling scroll v0.13.0
15102026-03-18T01:23:35.596Z Compiling darling v0.20.11
15112026-03-18T01:23:35.618Z Compiling openssl-macros v0.1.1
15122026-03-18T01:23:35.640Z Compiling thiserror-impl v1.0.69
15132026-03-18T01:23:35.709Z Compiling derive_builder_core v0.20.2
15142026-03-18T01:23:35.803Z Compiling dtrace-parser v0.3.0
15152026-03-18T01:23:35.824Z Compiling signature v2.2.0
15162026-03-18T01:23:35.905Z Compiling goblin v0.10.5
15172026-03-18T01:23:35.936Z Compiling rustls-native-certs v0.8.3
15182026-03-18T01:23:36.065Z Compiling icu_provider v2.1.1
15192026-03-18T01:23:36.140Z Compiling pkcs5 v0.7.1
15202026-03-18T01:23:36.358Z Compiling scroll_derive v0.12.1
15212026-03-18T01:23:36.454Z Compiling icu_properties v2.1.2
15222026-03-18T01:23:36.482Z Compiling icu_normalizer v2.1.1
15232026-03-18T01:23:36.532Z Compiling pkcs8 v0.10.2
15242026-03-18T01:23:36.727Z Compiling bytes v1.11.1
15252026-03-18T01:23:36.798Z Compiling chrono v0.4.44
15262026-03-18T01:23:36.821Z Compiling ipnet v2.11.0
15272026-03-18T01:23:36.855Z Compiling erased-serde v0.3.31
15282026-03-18T01:23:36.920Z Compiling derive_builder_macro v0.20.2
15292026-03-18T01:23:36.967Z Compiling serde_tokenstream v0.2.3
15302026-03-18T01:23:37.245Z Compiling toml_datetime v0.6.11
15312026-03-18T01:23:37.251Z Compiling serde_spanned v0.6.9
15322026-03-18T01:23:37.288Z Compiling scroll v0.12.0
15332026-03-18T01:23:37.372Z Compiling thiserror v1.0.69
15342026-03-18T01:23:37.394Z Compiling tokio v1.49.0
15352026-03-18T01:23:37.443Z Compiling http v1.4.0
15362026-03-18T01:23:37.522Z Compiling md-5 v0.10.6
15372026-03-18T01:23:37.545Z Compiling darling_macro v0.21.3
15382026-03-18T01:23:37.581Z Compiling webpki-roots v1.0.6
15392026-03-18T01:23:37.627Z Compiling zerocopy-derive v0.7.35
15402026-03-18T01:23:37.649Z Compiling iri-string v0.7.10
15412026-03-18T01:23:37.653Z Compiling smoltcp v0.9.1
15422026-03-18T01:23:37.724Z Compiling fallible-iterator v0.2.0
15432026-03-18T01:23:37.744Z Compiling idna_adapter v1.2.1
15442026-03-18T01:23:37.748Z Compiling rustix v0.38.44
15452026-03-18T01:23:37.945Z Compiling idna v1.1.0
15462026-03-18T01:23:38.106Z Compiling base16ct v0.2.0
15472026-03-18T01:23:38.106Z Compiling psl-types v2.0.11
15482026-03-18T01:23:38.158Z Compiling ryu v1.0.23
15492026-03-18T01:23:38.186Z Compiling ref-cast v1.0.25
15502026-03-18T01:23:38.243Z Compiling ppv-lite86 v0.2.21
15512026-03-18T01:23:38.305Z Compiling cfg_aliases v0.2.1
15522026-03-18T01:23:38.348Z Compiling url v2.5.8
15532026-03-18T01:23:38.405Z Compiling http-body v1.0.1
15542026-03-18T01:23:38.428Z Compiling num-bigint-dig v0.8.6
15552026-03-18T01:23:38.491Z Compiling zlib-rs v0.6.2
15562026-03-18T01:23:38.601Z Compiling http-body-util v0.1.3
15572026-03-18T01:23:38.624Z Compiling litrs v1.0.0
15582026-03-18T01:23:38.678Z Compiling rand_chacha v0.9.0
15592026-03-18T01:23:38.717Z Compiling rand_chacha v0.3.1
15602026-03-18T01:23:38.824Z Compiling zerocopy v0.7.35
15612026-03-18T01:23:38.827Z Compiling nix v0.31.1
15622026-03-18T01:23:38.871Z Compiling publicsuffix v2.3.0
15632026-03-18T01:23:38.937Z Compiling serde_urlencoded v0.7.1
15642026-03-18T01:23:38.964Z Compiling rand v0.9.2
15652026-03-18T01:23:39.287Z Compiling rand v0.8.5
15662026-03-18T01:23:39.335Z Compiling document-features v0.2.12
15672026-03-18T01:23:39.366Z Compiling sec1 v0.7.3
15682026-03-18T01:23:39.450Z Compiling darling v0.21.3
15692026-03-18T01:23:39.597Z Compiling goblin v0.8.2
15702026-03-18T01:23:39.619Z Compiling derive_builder v0.20.2
15712026-03-18T01:23:39.751Z Compiling proptest v1.10.0
15722026-03-18T01:23:39.798Z Compiling dof v0.4.0
15732026-03-18T01:23:39.811Z Compiling postgres-protocol v0.6.10
15742026-03-18T01:23:39.873Z Compiling cargo-platform v0.1.9
15752026-03-18T01:23:39.966Z Compiling hkdf v0.12.4
15762026-03-18T01:23:40.032Z Compiling hubpack_derive v0.1.1
15772026-03-18T01:23:40.138Z Compiling crypto-bigint v0.5.5
15782026-03-18T01:23:40.187Z Compiling ipnetwork v0.21.1
15792026-03-18T01:23:40.208Z Compiling regex v1.12.3
15802026-03-18T01:23:40.498Z Compiling oxnet v0.1.4
15812026-03-18T01:23:40.559Z Compiling daft-derive v0.1.5
15822026-03-18T01:23:40.619Z Compiling curve25519-dalek-derive v0.1.1
15832026-03-18T01:23:40.639Z Compiling async-trait v0.1.89
15842026-03-18T01:23:40.728Z Compiling strum_macros v0.27.2
15852026-03-18T01:23:40.907Z Compiling ref-cast-impl v1.0.25
15862026-03-18T01:23:41.032Z Compiling group v0.13.0
15872026-03-18T01:23:41.273Z Compiling num-iter v0.1.45
15882026-03-18T01:23:41.444Z Compiling proc-macro-error v1.0.4
15892026-03-18T01:23:41.490Z Compiling heck v0.4.1
15902026-03-18T01:23:41.795Z Compiling terminal_size v0.4.3
15912026-03-18T01:23:41.863Z Compiling phf_shared v0.13.1
15922026-03-18T01:23:41.979Z Compiling lazy_static v1.5.0
15932026-03-18T01:23:42.027Z Compiling vergen v9.0.6
15942026-03-18T01:23:42.031Z Compiling fs-err v3.3.0
15952026-03-18T01:23:42.071Z Compiling ahash v0.8.12
15962026-03-18T01:23:42.074Z Compiling bitflags v1.3.2
15972026-03-18T01:23:42.117Z Compiling object v0.37.3
15982026-03-18T01:23:42.120Z Compiling bumpalo v3.20.2
15992026-03-18T01:23:42.253Z Compiling foldhash v0.1.5
16002026-03-18T01:23:42.258Z Compiling winnow v0.5.40
16012026-03-18T01:23:42.263Z Compiling managed v0.8.0
16022026-03-18T01:23:42.287Z Compiling libbz2-rs-sys v0.2.2
16032026-03-18T01:23:42.312Z Compiling clap_builder v4.5.60
16042026-03-18T01:23:42.439Z Compiling zopfli v0.8.3
16052026-03-18T01:23:42.482Z Compiling hashbrown v0.15.5
16062026-03-18T01:23:42.522Z Compiling console v0.16.2
16072026-03-18T01:23:42.617Z Compiling phf v0.13.1
16082026-03-18T01:23:42.639Z Compiling tokio-util v0.7.18
16092026-03-18T01:23:42.846Z Compiling tower v0.5.3
16102026-03-18T01:23:43.093Z Compiling newtype-uuid v1.3.2
16112026-03-18T01:23:43.172Z Compiling flate2 v1.1.9
16122026-03-18T01:23:43.257Z Compiling tokio-native-tls v0.3.1
16132026-03-18T01:23:43.288Z Compiling bzip2 v0.6.1
16142026-03-18T01:23:43.310Z Compiling dof v0.3.0
16152026-03-18T01:23:43.389Z Compiling daft v0.1.5
16162026-03-18T01:23:43.502Z Compiling tower-http v0.6.8
16172026-03-18T01:23:43.561Z Compiling strum v0.27.2
16182026-03-18T01:23:43.581Z Compiling usdt-attr-macro v0.6.0
16192026-03-18T01:23:43.602Z Compiling h2 v0.4.13
16202026-03-18T01:23:43.712Z Compiling usdt-macro v0.6.0
16212026-03-18T01:23:43.741Z Compiling signal-hook-mio v0.2.5
16222026-03-18T01:23:43.766Z Compiling zone_cfg_derive v0.3.1
16232026-03-18T01:23:43.789Z Compiling rayon v1.11.0
16242026-03-18T01:23:44.065Z Compiling cookie_store v0.22.1
16252026-03-18T01:23:44.115Z Compiling toml_edit v0.19.15
16262026-03-18T01:23:44.345Z Compiling cargo_metadata v0.19.2
16272026-03-18T01:23:44.414Z Compiling elliptic-curve v0.13.8
16282026-03-18T01:23:44.646Z Compiling hubpack v0.1.2
16292026-03-18T01:23:44.695Z Compiling bzip2 v0.4.4
16302026-03-18T01:23:44.725Z Compiling postgres-types v0.2.12
16312026-03-18T01:23:44.792Z Compiling serde_with_macros v3.17.0
16322026-03-18T01:23:44.997Z Compiling zstd v0.13.3
16332026-03-18T01:23:45.000Z Compiling dtrace-parser v0.2.0
16342026-03-18T01:23:45.041Z Compiling ed25519 v2.2.3
16352026-03-18T01:23:45.360Z Compiling pkcs1 v0.7.5
16362026-03-18T01:23:45.502Z Compiling serde-big-array v0.5.1
16372026-03-18T01:23:45.569Z Compiling hex v0.4.3
16382026-03-18T01:23:45.705Z Compiling rfc6979 v0.4.0
16392026-03-18T01:23:45.874Z Compiling bstr v1.12.1
16402026-03-18T01:23:45.926Z Compiling strum_macros v0.26.4
16412026-03-18T01:23:45.947Z Compiling enum-as-inner v0.6.1
16422026-03-18T01:23:46.093Z Compiling clap_derive v4.5.55
16432026-03-18T01:23:46.185Z Compiling serde_repr v0.1.20
16442026-03-18T01:23:46.252Z Compiling phf_shared v0.11.3
16452026-03-18T01:23:46.276Z Compiling itertools v0.12.1
16462026-03-18T01:23:46.326Z Compiling float-cmp v0.10.0
16472026-03-18T01:23:46.518Z Compiling thread-id v4.2.2
16482026-03-18T01:23:46.541Z Compiling memmap2 v0.9.10
16492026-03-18T01:23:46.567Z Compiling env_filter v1.0.0
16502026-03-18T01:23:46.630Z Compiling encoding_rs v0.8.35
16512026-03-18T01:23:46.654Z Compiling whoami v2.1.0
16522026-03-18T01:23:46.720Z Compiling difflib v0.4.0
16532026-03-18T01:23:46.791Z Compiling normalize-line-endings v0.3.0
16542026-03-18T01:23:46.842Z Compiling keccak v0.1.6
16552026-03-18T01:23:46.909Z Compiling unit-prefix v0.5.2
16562026-03-18T01:23:46.932Z Compiling new_debug_unreachable v1.0.6
16572026-03-18T01:23:46.986Z Compiling rustc-hash v2.1.1
16582026-03-18T01:23:47.033Z Compiling predicates-core v1.0.10
16592026-03-18T01:23:47.110Z Compiling precomputed-hash v0.1.1
16602026-03-18T01:23:47.157Z Compiling data-encoding v2.10.0
16612026-03-18T01:23:47.181Z Compiling fixedbitset v0.4.2
16622026-03-18T01:23:47.234Z Compiling mime v0.3.17
16632026-03-18T01:23:47.284Z Compiling fixedbitset v0.5.7
16642026-03-18T01:23:47.494Z Compiling jiff v0.2.21
16652026-03-18T01:23:47.522Z Compiling static_assertions v1.1.0
16662026-03-18T01:23:47.630Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16672026-03-18T01:23:47.650Z Compiling petgraph v0.8.3
16682026-03-18T01:23:47.743Z Compiling hyper v1.8.1
16692026-03-18T01:23:47.897Z Compiling hickory-proto v0.25.2
16702026-03-18T01:23:48.036Z Compiling zone v0.3.1
16712026-03-18T01:23:48.058Z Compiling petgraph v0.6.5
16722026-03-18T01:23:48.197Z Compiling string_cache v0.8.9
16732026-03-18T01:23:48.408Z Compiling predicates v3.1.4
16742026-03-18T01:23:48.432Z Compiling strum v0.26.3
16752026-03-18T01:23:48.515Z Compiling toml_edit v0.22.27
16762026-03-18T01:23:48.568Z Compiling clap v4.5.60
16772026-03-18T01:23:48.614Z Compiling iddqd v0.3.17
16782026-03-18T01:23:48.683Z Compiling indicatif v0.18.4
16792026-03-18T01:23:48.760Z Compiling sha3 v0.10.8
16802026-03-18T01:23:49.007Z Compiling tokio-postgres v0.7.16
16812026-03-18T01:23:49.155Z Compiling env_logger v0.11.9
16822026-03-18T01:23:49.326Z Compiling hyper-util v0.1.20
16832026-03-18T01:23:49.373Z Compiling usdt v0.6.0
16842026-03-18T01:23:49.649Z Compiling usdt-impl v0.5.0
16852026-03-18T01:23:49.721Z Compiling similar v2.7.0
16862026-03-18T01:23:49.870Z Compiling serde_with v3.17.0
16872026-03-18T01:23:49.969Z Compiling crossterm v0.28.1
16882026-03-18T01:23:50.124Z Compiling toml v0.7.8
16892026-03-18T01:23:50.165Z Compiling ecdsa v0.16.9
16902026-03-18T01:23:50.363Z Compiling rsa v0.9.10
16912026-03-18T01:23:50.450Z Compiling ed25519-dalek v2.2.0
16922026-03-18T01:23:50.907Z Compiling zip v0.6.6
16932026-03-18T01:23:50.982Z Compiling tokio-stream v0.1.18
16942026-03-18T01:23:51.264Z Compiling hyper-tls v0.6.0
16952026-03-18T01:23:51.285Z Compiling zip v4.6.1
16962026-03-18T01:23:51.579Z Compiling buf-list v1.1.2
16972026-03-18T01:23:51.711Z Compiling toml_parser v1.0.9+spec-1.1.0
16982026-03-18T01:23:51.793Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16992026-03-18T01:23:51.966Z Compiling openapiv3 v2.2.0
17002026-03-18T01:23:51.993Z Compiling x509-cert v0.2.5
17012026-03-18T01:23:52.020Z Compiling sha1 v0.10.6
17022026-03-18T01:23:52.196Z Compiling itertools v0.13.0
17032026-03-18T01:23:52.223Z Compiling toml_datetime v0.7.5+spec-1.1.0
17042026-03-18T01:23:52.325Z Compiling peg-runtime v0.8.5
17052026-03-18T01:23:52.348Z Compiling lalrpop-util v0.19.12
17062026-03-18T01:23:52.420Z Compiling thread_local v1.1.9
17072026-03-18T01:23:52.623Z Compiling slog-async v2.8.0
17082026-03-18T01:23:52.646Z Compiling futures-executor v0.3.32
17092026-03-18T01:23:52.650Z Compiling crossbeam-channel v0.5.15
17102026-03-18T01:23:52.692Z Compiling is-terminal v0.4.17
17112026-03-18T01:23:52.758Z Compiling filetime v0.2.27
17122026-03-18T01:23:52.800Z Compiling term v1.2.1
17132026-03-18T01:23:52.830Z Compiling xattr v1.6.1
17142026-03-18T01:23:52.928Z Compiling take_mut v0.2.2
17152026-03-18T01:23:53.021Z Compiling tar v0.4.44
17162026-03-18T01:23:53.025Z Compiling futures v0.3.32
17172026-03-18T01:23:53.159Z Compiling slog-term v2.9.2
17182026-03-18T01:24:13.548Z Compiling rustls-webpki v0.103.9
17192026-03-18T01:24:17.547Z Compiling tokio-rustls v0.26.4
17202026-03-18T01:24:17.547Z Compiling rustls-platform-verifier v0.6.2
17212026-03-18T01:24:17.819Z Compiling hyper-rustls v0.27.7
17222026-03-18T01:24:18.078Z Compiling reqwest v0.13.2
17232026-03-18T01:24:18.078Z Compiling reqwest v0.12.28
17242026-03-18T01:24:20.882Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17252026-03-18T01:24:21.173Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17262026-03-18T01:24:24.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
17272026-03-18T01:24:25.125Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17282026-03-18T01:24:25.187ZMar 18 01:24:25.066 INFO Starting download, target: Cockroach
17292026-03-18T01:24:25.187ZMar 18 01:24:25.066 INFO Starting download, target: DendriteStub
17302026-03-18T01:24:25.187ZMar 18 01:24:25.067 INFO Starting download, target: Console
17312026-03-18T01:24:25.187ZMar 18 01:24:25.067 INFO Starting download, target: Clickhouse
17322026-03-18T01:24:25.192ZMar 18 01:24:25.067 INFO Starting download, target: TransceiverControl
17332026-03-18T01:24:25.193ZMar 18 01:24:25.067 INFO Starting download, target: MaghemiteMgd
17342026-03-18T01:24:25.193ZMar 18 01:24:25.067 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17352026-03-18T01:24:25.193ZMar 18 01:24:25.067 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17362026-03-18T01:24:25.193ZMar 18 01:24:25.067 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17372026-03-18T01:24:25.193ZMar 18 01:24:25.067 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17382026-03-18T01:24:25.193ZMar 18 01:24:25.067 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17392026-03-18T01:24:25.193ZMar 18 01:24:25.067 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17402026-03-18T01:24:25.748ZMar 18 01:24:25.628 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17412026-03-18T01:24:26.090ZMar 18 01:24:25.970 INFO Download complete, target: TransceiverControl
17422026-03-18T01:24:26.245ZMar 18 01:24:26.125 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17432026-03-18T01:24:26.644ZMar 18 01:24:26.522 INFO Download complete, target: Console
17442026-03-18T01:24:27.309ZMar 18 01:24:27.186 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17452026-03-18T01:24:27.342ZMar 18 01:24:27.223 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17462026-03-18T01:24:27.499ZMar 18 01:24:27.380 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17472026-03-18T01:24:27.898ZMar 18 01:24:27.779 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17482026-03-18T01:24:27.898ZMar 18 01:24:27.779 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17492026-03-18T01:24:30.933ZMar 18 01:24:30.810 INFO Download complete, target: MaghemiteMgd
17502026-03-18T01:24:31.147ZMar 18 01:24:31.028 INFO Download complete, target: DendriteStub
17512026-03-18T01:24:35.677ZMar 18 01:24:35.559 INFO Checking that binary works, target: Cockroach
17522026-03-18T01:24:35.808ZMar 18 01:24:35.691 INFO Download complete, target: Cockroach
17532026-03-18T01:24:38.579ZMar 18 01:24:38.461 INFO Checking that binary works, target: Clickhouse
17542026-03-18T01:24:38.763ZMar 18 01:24:38.647 INFO Download complete, target: Clickhouse
17552026-03-18T01:24:38.769ZAll prerequisites installed successfully
17562026-03-18T01:24:38.772Z
17572026-03-18T01:24:38.772Zreal 3:38.734192464
17582026-03-18T01:24:38.772Zuser 10:21.687318345
17592026-03-18T01:24:38.772Zsys 2:05.070624580
17602026-03-18T01:24:38.772Ztrap 0.322491902
17612026-03-18T01:24:38.772Ztflt 2.611542153
17622026-03-18T01:24:38.772Zdflt 3.240686931
17632026-03-18T01:24:38.772Zkflt 0.101751192
17642026-03-18T01:24:38.773Zlock 31:36.305940535
17652026-03-18T01:24:38.773Zslp 25:30.556834858
17662026-03-18T01:24:38.773Zlat 29.428514008
17672026-03-18T01:24:38.773Zstop 4:29.743061956
17682026-03-18T01:24:38.773Z+ ptime -m cargo xtask download softnpu
17692026-03-18T01:24:39.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
17702026-03-18T01:24:39.492Z Running `target/debug/xtask download softnpu`
17712026-03-18T01:24:40.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
17722026-03-18T01:24:40.583Z Running `target/debug/xtask-downloader softnpu`
17732026-03-18T01:24:40.630ZMar 18 01:24:40.511 INFO Starting download, target: Softnpu
17742026-03-18T01:24:40.636ZMar 18 01:24:40.511 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17752026-03-18T01:24:41.489ZMar 18 01:24:41.370 INFO Download complete, target: Softnpu
17762026-03-18T01:24:41.494Z
17772026-03-18T01:24:41.494Zreal 2.714538322
17782026-03-18T01:24:41.494Zuser 1.775235746
17792026-03-18T01:24:41.494Zsys 0.786625100
17802026-03-18T01:24:41.495Ztrap 0.000590244
17812026-03-18T01:24:41.495Ztflt 0.000078313
17822026-03-18T01:24:41.495Zdflt 0.000275065
17832026-03-18T01:24:41.495Zkflt 0.000000000
17842026-03-18T01:24:41.495Zlock 15.663704135
17852026-03-18T01:24:41.496Zslp 0.628509171
17862026-03-18T01:24:41.496Zlat 0.054523185
17872026-03-18T01:24:41.496Zstop 0.000178708
17882026-03-18T01:24:41.497Z+ export CARGO_INCREMENTAL=0
17892026-03-18T01:24:41.497Z+ CARGO_INCREMENTAL=0
17902026-03-18T01:24:41.497Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17912026-03-18T01:24:42.679Z Compiling proc-macro2 v1.0.106
17922026-03-18T01:24:42.679Z Compiling quote v1.0.44
17932026-03-18T01:24:42.683Z Compiling unicode-ident v1.0.24
17942026-03-18T01:24:42.683Z Compiling libc v0.2.180
17952026-03-18T01:24:42.683Z Compiling serde_core v1.0.228
17962026-03-18T01:24:42.683Z Compiling serde v1.0.228
17972026-03-18T01:24:42.683Z Compiling cfg-if v1.0.4
17982026-03-18T01:24:42.683Z Compiling version_check v0.9.5
17992026-03-18T01:24:42.683Z Compiling shlex v1.3.0
18002026-03-18T01:24:42.683Z Compiling find-msvc-tools v0.1.9
18012026-03-18T01:24:42.846Z Compiling typenum v1.19.0
18022026-03-18T01:24:42.882Z Compiling portable-atomic v1.13.1
18032026-03-18T01:24:42.903Z Compiling memchr v2.8.0
18042026-03-18T01:24:42.922Z Compiling autocfg v1.5.0
18052026-03-18T01:24:43.008Z Compiling zmij v1.0.21
18062026-03-18T01:24:43.078Z Compiling serde_json v1.0.149
18072026-03-18T01:24:43.124Z Compiling zerocopy v0.8.40
18082026-03-18T01:24:43.215Z Compiling parking_lot_core v0.9.12
18092026-03-18T01:24:43.362Z Compiling libm v0.2.16
18102026-03-18T01:24:43.385Z Compiling smallvec v1.15.1
18112026-03-18T01:24:43.435Z Compiling icu_normalizer_data v2.1.1
18122026-03-18T01:24:43.438Z Compiling generic-array v0.14.7
18132026-03-18T01:24:43.457Z Compiling icu_properties_data v2.1.2
18142026-03-18T01:24:43.581Z Compiling num-traits v0.2.19
18152026-03-18T01:24:43.706Z Compiling itoa v1.0.17
18162026-03-18T01:24:43.734Z Compiling log v0.4.29
18172026-03-18T01:24:43.737Z Compiling getrandom v0.4.1
18182026-03-18T01:24:43.821Z Compiling pkg-config v0.3.32
18192026-03-18T01:24:43.844Z Compiling stable_deref_trait v1.2.1
18202026-03-18T01:24:43.933Z Compiling scopeguard v1.2.0
18212026-03-18T01:24:43.981Z Compiling subtle v2.6.1
18222026-03-18T01:24:44.134Z Compiling lock_api v0.4.14
18232026-03-18T01:24:44.179Z Compiling thiserror v2.0.18
18242026-03-18T01:24:44.179Z Compiling fnv v1.0.7
18252026-03-18T01:24:44.272Z Compiling jobserver v0.1.34
18262026-03-18T01:24:44.325Z Compiling getrandom v0.2.17
18272026-03-18T01:24:44.377Z Compiling errno v0.3.14
18282026-03-18T01:24:44.494Z Compiling pin-project-lite v0.2.17
18292026-03-18T01:24:44.516Z Compiling rand_core v0.6.4
18302026-03-18T01:24:44.575Z Compiling cc v1.2.56
18312026-03-18T01:24:44.627Z Compiling getrandom v0.3.4
18322026-03-18T01:24:44.653Z Compiling syn v2.0.117
18332026-03-18T01:24:44.704Z Compiling critical-section v1.2.0
18342026-03-18T01:24:44.869Z Compiling rustversion v1.0.22
18352026-03-18T01:24:44.889Z Compiling allocator-api2 v0.2.21
18362026-03-18T01:24:44.954Z Compiling equivalent v1.0.2
18372026-03-18T01:24:45.053Z Compiling writeable v0.6.2
18382026-03-18T01:24:45.101Z Compiling fs_extra v1.3.0
18392026-03-18T01:24:45.125Z Compiling litemap v0.8.1
18402026-03-18T01:24:45.205Z Compiling percent-encoding v2.3.2
18412026-03-18T01:24:45.258Z Compiling foldhash v0.2.0
18422026-03-18T01:24:45.324Z Compiling once_cell v1.21.3
18432026-03-18T01:24:45.411Z Compiling dunce v1.0.5
18442026-03-18T01:24:45.506Z Compiling hashbrown v0.16.1
18452026-03-18T01:24:45.598Z Compiling cmake v0.1.57
18462026-03-18T01:24:45.622Z Compiling const-oid v0.9.6
18472026-03-18T01:24:45.714Z Compiling signal-hook-registry v1.4.8
18482026-03-18T01:24:45.784Z Compiling rustix v1.1.3
18492026-03-18T01:24:45.811Z Compiling socket2 v0.6.2
18502026-03-18T01:24:45.839Z Compiling mio v1.1.1
18512026-03-18T01:24:45.862Z Compiling schemars v0.8.22
18522026-03-18T01:24:46.103Z Compiling bitflags v2.11.0
18532026-03-18T01:24:46.211Z Compiling semver v1.0.27
18542026-03-18T01:24:46.237Z Compiling parking_lot v0.12.5
18552026-03-18T01:24:46.240Z Compiling utf8_iter v1.0.4
18562026-03-18T01:24:46.283Z Compiling indexmap v2.13.0
18572026-03-18T01:24:46.348Z Compiling aws-lc-rs v1.16.0
18582026-03-18T01:24:46.372Z Compiling ring v0.17.14
18592026-03-18T01:24:46.375Z Compiling aws-lc-sys v0.37.1
18602026-03-18T01:24:46.485Z Compiling rand_core v0.10.0
18612026-03-18T01:24:46.652Z Compiling form_urlencoded v1.2.2
18622026-03-18T01:24:46.758Z Compiling futures-core v0.3.32
18632026-03-18T01:24:46.782Z Compiling strsim v0.11.1
18642026-03-18T01:24:46.983Z Compiling thiserror v1.0.69
18652026-03-18T01:24:47.030Z Compiling byteorder v1.5.0
18662026-03-18T01:24:47.153Z Compiling httparse v1.10.1
18672026-03-18T01:24:47.200Z Compiling ucd-trie v0.1.7
18682026-03-18T01:24:47.323Z Compiling heck v0.5.0
18692026-03-18T01:24:47.326Z Compiling ident_case v1.0.1
18702026-03-18T01:24:47.373Z Compiling vcpkg v0.2.15
18712026-03-18T01:24:47.418Z Compiling pest v2.8.6
18722026-03-18T01:24:47.492Z Compiling regex-syntax v0.8.10
18732026-03-18T01:24:47.597Z Compiling syn v1.0.109
18742026-03-18T01:24:47.622Z Compiling crossbeam-utils v0.8.21
18752026-03-18T01:24:47.851Z Compiling futures-sink v0.3.32
18762026-03-18T01:24:47.876Z Compiling rustls v0.23.37
18772026-03-18T01:24:47.927Z Compiling rustc_version v0.4.1
18782026-03-18T01:24:48.006Z Compiling futures-channel v0.3.32
18792026-03-18T01:24:48.010Z Compiling cpufeatures v0.2.17
18802026-03-18T01:24:48.075Z Compiling futures-io v0.3.32
18812026-03-18T01:24:48.100Z Compiling futures-task v0.3.32
18822026-03-18T01:24:48.126Z Compiling slab v0.4.12
18832026-03-18T01:24:48.174Z Compiling openssl-sys v0.9.111
18842026-03-18T01:24:48.299Z Compiling iana-time-zone v0.1.65
18852026-03-18T01:24:48.338Z Compiling plain v0.2.3
18862026-03-18T01:24:48.370Z Compiling uuid v1.21.0
18872026-03-18T01:24:48.414Z Compiling aho-corasick v1.1.4
18882026-03-18T01:24:48.433Z Compiling num-conv v0.2.0
18892026-03-18T01:24:48.433Z Compiling time-core v0.1.8
18902026-03-18T01:24:48.588Z Compiling synstructure v0.13.2
18912026-03-18T01:24:48.617Z Compiling serde_derive_internals v0.29.1
18922026-03-18T01:24:48.694Z Compiling time-macros v0.2.27
18932026-03-18T01:24:49.007Z Compiling pest_meta v2.8.6
18942026-03-18T01:24:49.226Z Compiling pretty-hex v0.4.1
18952026-03-18T01:24:49.273Z Compiling openssl v0.10.75
18962026-03-18T01:24:49.558Z Compiling crc32fast v1.5.0
18972026-03-18T01:24:49.587Z Compiling regex-automata v0.4.14
18982026-03-18T01:24:49.591Z Compiling either v1.15.0
18992026-03-18T01:24:49.642Z Compiling base64ct v1.8.3
19002026-03-18T01:24:49.704Z Compiling anyhow v1.0.102
19012026-03-18T01:24:49.729Z Compiling darling_core v0.21.3
19022026-03-18T01:24:49.732Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19032026-03-18T01:24:49.836Z Compiling pest_generator v2.8.6
19042026-03-18T01:24:49.889Z Compiling native-tls v0.2.18
19052026-03-18T01:24:49.914Z Compiling flagset v0.4.7
19062026-03-18T01:24:50.041Z Compiling pem-rfc7468 v0.7.0
19072026-03-18T01:24:50.066Z Compiling rand_core v0.9.5
19082026-03-18T01:24:50.158Z Compiling slog v2.8.2
19092026-03-18T01:24:50.222Z Compiling tracing-core v0.1.36
19102026-03-18T01:24:50.278Z Compiling dyn-clone v1.0.20
19112026-03-18T01:24:50.355Z Compiling rayon-core v1.13.0
19122026-03-18T01:24:50.424Z Compiling untrusted v0.9.0
19132026-03-18T01:24:50.553Z Compiling serde_derive v1.0.228
19142026-03-18T01:24:50.607Z Compiling zeroize_derive v1.4.3
19152026-03-18T01:24:50.630Z Compiling zerofrom-derive v0.1.6
19162026-03-18T01:24:50.706Z Compiling yoke-derive v0.8.1
19172026-03-18T01:24:50.728Z Compiling zerovec-derive v0.11.2
19182026-03-18T01:24:50.757Z Compiling displaydoc v0.2.5
19192026-03-18T01:24:50.834Z Compiling zerocopy-derive v0.8.40
19202026-03-18T01:24:50.854Z Compiling tokio-macros v2.6.0
19212026-03-18T01:24:51.010Z Compiling futures-macro v0.3.32
19222026-03-18T01:24:51.394Z Compiling zeroize v1.8.2
19232026-03-18T01:24:51.650Z Compiling thiserror-impl v2.0.18
19242026-03-18T01:24:51.816Z Compiling tracing-attributes v0.1.31
19252026-03-18T01:24:51.993Z Compiling der_derive v0.7.3
19262026-03-18T01:24:52.016Z Compiling schemars_derive v0.8.22
19272026-03-18T01:24:52.094Z Compiling thiserror-impl v1.0.69
19282026-03-18T01:24:52.168Z Compiling zerofrom v0.1.6
19292026-03-18T01:24:52.352Z Compiling yoke v0.8.1
19302026-03-18T01:24:52.469Z Compiling crypto-common v0.1.7
19312026-03-18T01:24:52.613Z Compiling zerovec v0.11.5
19322026-03-18T01:24:52.635Z Compiling zerotrie v0.2.3
19332026-03-18T01:24:53.105Z Compiling block-buffer v0.10.4
19342026-03-18T01:24:53.204Z Compiling pest_derive v2.8.6
19352026-03-18T01:24:53.228Z Compiling futures-util v0.3.32
19362026-03-18T01:24:53.293Z Compiling digest v0.10.7
19372026-03-18T01:24:53.388Z Compiling tinystr v0.8.2
19382026-03-18T01:24:53.410Z Compiling potential_utf v0.1.4
19392026-03-18T01:24:53.562Z Compiling hmac v0.12.1
19402026-03-18T01:24:53.599Z Compiling icu_collections v2.1.1
19412026-03-18T01:24:53.659Z Compiling icu_locale_core v2.1.1
19422026-03-18T01:24:53.746Z Compiling block-padding v0.3.3
19432026-03-18T01:24:53.749Z Compiling sha2 v0.10.9
19442026-03-18T01:24:53.877Z Compiling rustls-pki-types v1.14.0
19452026-03-18T01:24:53.937Z Compiling scroll_derive v0.13.1
19462026-03-18T01:24:54.517Z Compiling inout v0.1.4
19472026-03-18T01:24:54.573Z Compiling scroll_derive v0.12.1
19482026-03-18T01:24:54.725Z Compiling icu_provider v2.1.1
19492026-03-18T01:24:54.893Z Compiling bytes v1.11.1
19502026-03-18T01:24:55.005Z Compiling chrono v0.4.44
19512026-03-18T01:24:55.013Z Compiling serde_tokenstream v0.2.3
19522026-03-18T01:24:55.033Z Compiling cipher v0.4.4
19532026-03-18T01:24:55.273Z Compiling icu_properties v2.1.2
19542026-03-18T01:24:55.358Z Compiling icu_normalizer v2.1.1
19552026-03-18T01:24:55.426Z Compiling openssl-macros v0.1.1
19562026-03-18T01:24:55.664Z Compiling tokio v1.49.0
19572026-03-18T01:24:56.102Z Compiling http v1.4.0
19582026-03-18T01:24:56.579Z Compiling idna_adapter v1.2.1
19592026-03-18T01:24:56.765Z Compiling idna v1.1.0
19602026-03-18T01:24:56.862Z Compiling ppv-lite86 v0.2.21
19612026-03-18T01:24:56.891Z Compiling der v0.7.10
19622026-03-18T01:24:56.945Z Compiling darling_macro v0.21.3
19632026-03-18T01:24:57.103Z Compiling regex v1.12.3
19642026-03-18T01:24:57.279Z Compiling url v2.5.8
19652026-03-18T01:24:57.355Z Compiling zerocopy-derive v0.7.35
19662026-03-18T01:24:57.554Z Compiling darling v0.21.3
19672026-03-18T01:24:57.696Z Compiling salsa20 v0.10.2
19682026-03-18T01:24:57.831Z Compiling pbkdf2 v0.12.2
19692026-03-18T01:24:57.912Z Compiling tracing v0.1.44
19702026-03-18T01:24:57.990Z Compiling cookie v0.18.1
19712026-03-18T01:24:58.246Z Compiling spki v0.7.3
19722026-03-18T01:24:58.411Z Compiling camino v1.2.2
19732026-03-18T01:24:58.435Z Compiling base64 v0.22.1
19742026-03-18T01:24:58.531Z Compiling scrypt v0.11.0
19752026-03-18T01:24:58.581Z Compiling rand_chacha v0.9.0
19762026-03-18T01:24:58.702Z Compiling cbc v0.1.2
19772026-03-18T01:24:58.725Z Compiling aes v0.8.4
19782026-03-18T01:24:59.440Z Compiling usdt-impl v0.5.0
19792026-03-18T01:24:59.465Z Compiling paste v1.0.15
19802026-03-18T01:24:59.510Z Compiling ref-cast v1.0.25
19812026-03-18T01:24:59.536Z Compiling usdt-impl v0.6.0
19822026-03-18T01:24:59.740Z Compiling winnow v0.7.14
19832026-03-18T01:24:59.910Z Compiling pkcs5 v0.7.1
19842026-03-18T01:25:00.109Z Compiling rand v0.9.2
19852026-03-18T01:25:00.463Z Compiling http-body v1.0.1
19862026-03-18T01:25:00.516Z Compiling scroll v0.12.0
19872026-03-18T01:25:00.540Z Compiling scroll v0.13.0
19882026-03-18T01:25:00.611Z Compiling serde_spanned v0.6.9
19892026-03-18T01:25:00.637Z Compiling toml_datetime v0.6.11
19902026-03-18T01:25:00.792Z Compiling heapless v0.7.17
19912026-03-18T01:25:00.884Z Compiling tokio-util v0.7.18
19922026-03-18T01:25:00.908Z Compiling bzip2-sys v0.1.13+1.0.8
19932026-03-18T01:25:00.954Z Compiling zstd-safe v7.2.4
19942026-03-18T01:25:00.981Z Compiling openssl-probe v0.2.1
19952026-03-18T01:25:01.028Z Compiling atomic-waker v1.1.2
19962026-03-18T01:25:01.121Z Compiling signal-hook v0.3.18
19972026-03-18T01:25:01.169Z Compiling untrusted v0.7.1
19982026-03-18T01:25:01.397Z Compiling goblin v0.10.5
19992026-03-18T01:25:01.504Z Compiling goblin v0.8.2
20002026-03-18T01:25:01.701Z Compiling toml_parser v1.0.9+spec-1.1.0
20012026-03-18T01:25:01.753Z Compiling pkcs8 v0.10.2
20022026-03-18T01:25:02.155Z Compiling zerocopy v0.7.35
20032026-03-18T01:25:02.204Z Compiling ref-cast-impl v1.0.25
20042026-03-18T01:25:02.352Z Compiling darling_core v0.20.11
20052026-03-18T01:25:02.551Z Compiling toml_datetime v0.7.5+spec-1.1.0
20062026-03-18T01:25:02.579Z Compiling memoffset v0.9.1
20072026-03-18T01:25:02.771Z Compiling tinyvec_macros v0.1.1
20082026-03-18T01:25:02.877Z Compiling fastrand v2.3.0
20092026-03-18T01:25:02.908Z Compiling try-lock v0.2.5
20102026-03-18T01:25:03.017Z Compiling winnow v0.5.40
20112026-03-18T01:25:03.176Z Compiling tower-layer v0.3.3
20122026-03-18T01:25:03.329Z Compiling tower-service v0.3.3
20132026-03-18T01:25:03.406Z Compiling rustix v0.38.44
20142026-03-18T01:25:03.471Z Compiling litrs v1.0.0
20152026-03-18T01:25:03.516Z Compiling want v0.3.1
20162026-03-18T01:25:03.762Z Compiling h2 v0.4.13
20172026-03-18T01:25:03.856Z Compiling tinyvec v1.10.0
20182026-03-18T01:25:04.133Z Compiling document-features v0.2.12
20192026-03-18T01:25:04.539Z Compiling dtrace-parser v0.2.0
20202026-03-18T01:25:04.823Z Compiling toml_edit v0.19.15
20212026-03-18T01:25:04.995Z Compiling dof v0.3.0
20222026-03-18T01:25:05.024Z Compiling dtrace-parser v0.3.0
20232026-03-18T01:25:05.145Z Compiling ipnet v2.11.0
20242026-03-18T01:25:05.176Z Compiling darling_macro v0.20.11
20252026-03-18T01:25:05.393Z Compiling dof v0.4.0
20262026-03-18T01:25:05.766Z Compiling daft-derive v0.1.5
20272026-03-18T01:25:05.766Z Compiling async-trait v0.1.89
20282026-03-18T01:25:05.843Z Compiling curve25519-dalek v4.1.3
20292026-03-18T01:25:05.924Z Compiling spin v0.9.8
20302026-03-18T01:25:05.945Z Compiling thread-id v4.2.2
20312026-03-18T01:25:06.070Z Compiling thread-id v5.1.0
20322026-03-18T01:25:06.168Z Compiling proc-macro-error-attr v1.0.4
20332026-03-18T01:25:06.189Z Compiling pin-utils v0.1.0
20342026-03-18T01:25:06.216Z Compiling httpdate v1.0.3
20352026-03-18T01:25:06.303Z Compiling powerfmt v0.2.0
20362026-03-18T01:25:06.683Z Compiling num-bigint-dig v0.8.6
20372026-03-18T01:25:06.771Z Compiling foreign-types-shared v0.1.1
20382026-03-18T01:25:06.794Z Compiling smoltcp v0.9.1
20392026-03-18T01:25:06.902Z Compiling cfg_aliases v0.2.1
20402026-03-18T01:25:06.905Z Compiling foreign-types v0.3.2
20412026-03-18T01:25:06.950Z Compiling tempfile v3.25.0
20422026-03-18T01:25:06.954Z Compiling deranged v0.5.8
20432026-03-18T01:25:07.028Z Compiling nix v0.31.1
20442026-03-18T01:25:07.206Z Compiling darling v0.20.11
20452026-03-18T01:25:07.697Z Compiling ipnetwork v0.21.1
20462026-03-18T01:25:07.764Z Compiling strum_macros v0.26.4
20472026-03-18T01:25:07.891Z Compiling hyper v1.8.1
20482026-03-18T01:25:08.010Z Compiling wait-timeout v0.2.1
20492026-03-18T01:25:08.034Z Compiling proc-macro-error v1.0.4
20502026-03-18T01:25:08.297Z Compiling simd-adler32 v0.3.8
20512026-03-18T01:25:08.322Z Compiling utf8parse v0.2.2
20522026-03-18T01:25:08.345Z Compiling anstyle v1.0.13
20532026-03-18T01:25:08.479Z Compiling siphasher v1.0.2
20542026-03-18T01:25:08.560Z Compiling quick-error v1.2.3
20552026-03-18T01:25:08.624Z Compiling bit-vec v0.8.0
20562026-03-18T01:25:08.741Z Compiling unicode-segmentation v1.12.0
20572026-03-18T01:25:08.765Z Compiling num_threads v0.1.7
20582026-03-18T01:25:08.924Z Compiling bit-set v0.8.0
20592026-03-18T01:25:09.017Z Compiling time v0.3.47
20602026-03-18T01:25:09.152Z Compiling rusty-fork v0.3.1
20612026-03-18T01:25:09.345Z Compiling anstyle-parse v0.2.7
20622026-03-18T01:25:09.557Z Compiling hyper-util v0.1.20
20632026-03-18T01:25:09.949Z Compiling crossbeam-epoch v0.9.18
20642026-03-18T01:25:10.006Z Compiling derive_builder_core v0.20.2
20652026-03-18T01:25:10.390Z Compiling unicode-normalization v0.1.25
20662026-03-18T01:25:11.043Z Compiling rustls-native-certs v0.8.3
20672026-03-18T01:25:11.358Z Compiling signature v2.2.0
20682026-03-18T01:25:11.379Z Compiling hubpack_derive v0.1.1
20692026-03-18T01:25:11.401Z Compiling strum_macros v0.27.2
20702026-03-18T01:25:11.537Z Compiling curve25519-dalek-derive v0.1.1
20712026-03-18T01:25:11.564Z Compiling rand_xorshift v0.4.0
20722026-03-18T01:25:11.615Z Compiling sync_wrapper v1.0.2
20732026-03-18T01:25:11.767Z Compiling fs-err v3.3.0
20742026-03-18T01:25:11.789Z Compiling ahash v0.8.12
20752026-03-18T01:25:11.897Z Compiling is_terminal_polyfill v1.70.2
20762026-03-18T01:25:11.936Z Compiling anstyle-query v1.1.5
20772026-03-18T01:25:11.960Z Compiling object v0.37.3
20782026-03-18T01:25:12.054Z Compiling adler2 v2.0.1
20792026-03-18T01:25:12.082Z Compiling unarray v0.1.4
20802026-03-18T01:25:12.237Z Compiling colorchoice v1.0.4
20812026-03-18T01:25:12.240Z Compiling unicode-bidi v0.3.18
20822026-03-18T01:25:12.240Z Compiling unicode-properties v0.1.4
20832026-03-18T01:25:12.305Z Compiling proptest v1.10.0
20842026-03-18T01:25:12.397Z Compiling anstream v0.6.21
20852026-03-18T01:25:12.471Z Compiling miniz_oxide v0.8.9
20862026-03-18T01:25:12.801Z Compiling stringprep v0.1.5
20872026-03-18T01:25:12.971Z Compiling tower v0.5.3
20882026-03-18T01:25:13.315Z Compiling derive_builder_macro v0.20.2
20892026-03-18T01:25:13.617Z Compiling crossbeam-deque v0.8.6
20902026-03-18T01:25:13.643Z Compiling heck v0.4.1
20912026-03-18T01:25:13.737Z Compiling usdt-attr-macro v0.6.0
20922026-03-18T01:25:13.740Z Compiling usdt-macro v0.6.0
20932026-03-18T01:25:14.065Z Compiling http-body-util v0.1.3
20942026-03-18T01:25:14.113Z Compiling webpki-roots v1.0.6
20952026-03-18T01:25:14.361Z Compiling rand_chacha v0.3.1
20962026-03-18T01:25:14.384Z Compiling erased-serde v0.3.31
20972026-03-18T01:25:14.434Z Compiling md-5 v0.10.6
20982026-03-18T01:25:14.616Z Compiling num-integer v0.1.46
20992026-03-18T01:25:14.648Z Compiling hash32 v0.2.1
21002026-03-18T01:25:14.735Z Compiling vergen-lib v0.1.6
21012026-03-18T01:25:14.758Z Compiling ff v0.13.1
21022026-03-18T01:25:14.848Z Compiling iri-string v0.7.10
21032026-03-18T01:25:14.872Z Compiling psl-types v2.0.11
21042026-03-18T01:25:14.897Z Compiling ryu v1.0.23
21052026-03-18T01:25:14.900Z Compiling fallible-iterator v0.2.0
21062026-03-18T01:25:14.947Z Compiling base16ct v0.2.0
21072026-03-18T01:25:15.000Z Compiling zlib-rs v0.6.2
21082026-03-18T01:25:15.025Z Compiling publicsuffix v2.3.0
21092026-03-18T01:25:15.072Z Compiling serde_urlencoded v0.7.1
21102026-03-18T01:25:15.145Z Compiling sec1 v0.7.3
21112026-03-18T01:25:15.226Z Compiling newtype-uuid v1.3.2
21122026-03-18T01:25:15.285Z Compiling num-iter v0.1.45
21132026-03-18T01:25:15.288Z Compiling group v0.13.0
21142026-03-18T01:25:15.355Z Compiling postgres-protocol v0.6.10
21152026-03-18T01:25:15.564Z Compiling rand v0.8.5
21162026-03-18T01:25:15.827Z Compiling oxnet v0.1.4
21172026-03-18T01:25:15.874Z Compiling zone_cfg_derive v0.3.1
21182026-03-18T01:25:15.979Z Compiling derive_builder v0.20.2
21192026-03-18T01:25:16.151Z Compiling tokio-native-tls v0.3.1
21202026-03-18T01:25:16.225Z Compiling phf_shared v0.13.1
21212026-03-18T01:25:16.372Z Compiling lazy_static v1.5.0
21222026-03-18T01:25:16.418Z Compiling terminal_size v0.4.3
21232026-03-18T01:25:16.491Z Compiling tower-http v0.6.8
21242026-03-18T01:25:16.541Z Compiling serde_with_macros v3.17.0
21252026-03-18T01:25:16.565Z Compiling cargo-platform v0.1.9
21262026-03-18T01:25:16.666Z Compiling hkdf v0.12.4
21272026-03-18T01:25:16.669Z Compiling crypto-bigint v0.5.5
21282026-03-18T01:25:16.669Z Compiling serde_repr v0.1.20
21292026-03-18T01:25:16.770Z Compiling clap_derive v4.5.55
21302026-03-18T01:25:16.805Z Compiling enum-as-inner v0.6.1
21312026-03-18T01:25:16.829Z Compiling vergen v9.0.6
21322026-03-18T01:25:16.895Z Compiling clap_lex v1.0.0
21332026-03-18T01:25:17.008Z Compiling bitflags v1.3.2
21342026-03-18T01:25:17.072Z Compiling libbz2-rs-sys v0.2.2
21352026-03-18T01:25:17.094Z Compiling managed v0.8.0
21362026-03-18T01:25:17.140Z Compiling bumpalo v3.20.2
21372026-03-18T01:25:17.197Z Compiling foldhash v0.1.5
21382026-03-18T01:25:17.465Z Compiling unicode-width v0.2.0
21392026-03-18T01:25:17.582Z Compiling zopfli v0.8.3
21402026-03-18T01:25:17.631Z Compiling bzip2 v0.6.1
21412026-03-18T01:25:17.796Z Compiling console v0.16.2
21422026-03-18T01:25:17.823Z Compiling hashbrown v0.15.5
21432026-03-18T01:25:17.848Z Compiling clap_builder v4.5.60
21442026-03-18T01:25:17.907Z Compiling flate2 v1.1.9
21452026-03-18T01:25:18.216Z Compiling elliptic-curve v0.13.8
21462026-03-18T01:25:18.239Z Compiling cargo_metadata v0.19.2
21472026-03-18T01:25:18.510Z Compiling phf v0.13.1
21482026-03-18T01:25:18.606Z Compiling hyper-tls v0.6.0
21492026-03-18T01:25:18.610Z Compiling signal-hook-mio v0.2.5
21502026-03-18T01:25:18.685Z Compiling daft v0.1.5
21512026-03-18T01:25:18.805Z Compiling rayon v1.11.0
21522026-03-18T01:25:18.934Z Compiling cookie_store v0.22.1
21532026-03-18T01:25:18.955Z Compiling postgres-types v0.2.12
21542026-03-18T01:25:18.959Z Compiling zstd v0.13.3
21552026-03-18T01:25:19.068Z Compiling bzip2 v0.4.4
21562026-03-18T01:25:19.205Z Compiling strum v0.27.2
21572026-03-18T01:25:19.430Z Compiling hubpack v0.1.2
21582026-03-18T01:25:19.555Z Compiling ed25519 v2.2.3
21592026-03-18T01:25:19.696Z Compiling phf_shared v0.11.3
21602026-03-18T01:25:19.856Z Compiling pkcs1 v0.7.5
21612026-03-18T01:25:20.001Z Compiling hex v0.4.3
21622026-03-18T01:25:20.034Z Compiling serde-big-array v0.5.1
21632026-03-18T01:25:20.103Z Compiling rfc6979 v0.4.0
21642026-03-18T01:25:20.236Z Compiling bstr v1.12.1
21652026-03-18T01:25:20.373Z Compiling itertools v0.12.1
21662026-03-18T01:25:20.398Z Compiling float-cmp v0.10.0
21672026-03-18T01:25:20.401Z Compiling memmap2 v0.9.10
21682026-03-18T01:25:20.443Z Compiling env_filter v1.0.0
21692026-03-18T01:25:20.603Z Compiling encoding_rs v0.8.35
21702026-03-18T01:25:20.661Z Compiling fixedbitset v0.4.2
21712026-03-18T01:25:20.707Z Compiling normalize-line-endings v0.3.0
21722026-03-18T01:25:20.755Z Compiling new_debug_unreachable v1.0.6
21732026-03-18T01:25:20.806Z Compiling mime v0.3.17
21742026-03-18T01:25:20.846Z Compiling predicates-core v1.0.10
21752026-03-18T01:25:20.871Z Compiling keccak v0.1.6
21762026-03-18T01:25:20.945Z Compiling fixedbitset v0.5.7
21772026-03-18T01:25:21.054Z Compiling jiff v0.2.21
21782026-03-18T01:25:21.084Z Compiling unit-prefix v0.5.2
21792026-03-18T01:25:21.146Z Compiling precomputed-hash v0.1.1
21802026-03-18T01:25:21.238Z Compiling data-encoding v2.10.0
21812026-03-18T01:25:21.273Z Compiling whoami v2.1.0
21822026-03-18T01:25:21.296Z Compiling difflib v0.4.0
21832026-03-18T01:25:21.456Z Compiling static_assertions v1.1.0
21842026-03-18T01:25:21.514Z Compiling toml_write v0.1.2
21852026-03-18T01:25:21.565Z Compiling rustc-hash v2.1.1
21862026-03-18T01:25:21.590Z Compiling tokio-postgres v0.7.16
21872026-03-18T01:25:21.634Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21882026-03-18T01:25:21.693Z Compiling iddqd v0.3.17
21892026-03-18T01:25:21.728Z Compiling predicates v3.1.4
21902026-03-18T01:25:21.751Z Compiling toml_edit v0.22.27
21912026-03-18T01:25:21.914Z Compiling zone v0.3.1
21922026-03-18T01:25:22.006Z Compiling hickory-proto v0.25.2
21932026-03-18T01:25:22.513Z Compiling string_cache v0.8.9
21942026-03-18T01:25:22.759Z Compiling indicatif v0.18.4
21952026-03-18T01:25:22.810Z Compiling petgraph v0.8.3
21962026-03-18T01:25:23.139Z Compiling sha3 v0.10.8
21972026-03-18T01:25:23.189Z Compiling petgraph v0.6.5
21982026-03-18T01:25:23.503Z Compiling similar v2.7.0
21992026-03-18T01:25:23.751Z Compiling env_logger v0.11.9
22002026-03-18T01:25:24.206Z Compiling usdt v0.6.0
22012026-03-18T01:25:24.870Z Compiling zip v4.6.1
22022026-03-18T01:25:24.892Z Compiling serde_with v3.17.0
22032026-03-18T01:25:25.101Z Compiling ecdsa v0.16.9
22042026-03-18T01:25:25.277Z Compiling rsa v0.9.10
22052026-03-18T01:25:25.495Z Compiling clap v4.5.60
22062026-03-18T01:25:25.637Z Compiling ed25519-dalek v2.2.0
22072026-03-18T01:25:26.039Z Compiling crossterm v0.28.1
22082026-03-18T01:25:26.261Z Compiling zip v0.6.6
22092026-03-18T01:25:26.286Z Compiling strum v0.26.3
22102026-03-18T01:25:26.422Z Compiling toml v0.7.8
22112026-03-18T01:25:26.473Z Compiling tokio-stream v0.1.18
22122026-03-18T01:25:26.654Z Compiling buf-list v1.1.2
22132026-03-18T01:25:27.054Z Compiling x509-cert v0.2.5
22142026-03-18T01:25:27.181Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22152026-03-18T01:25:27.285Z Compiling openapiv3 v2.2.0
22162026-03-18T01:25:27.349Z Compiling sha1 v0.10.6
22172026-03-18T01:25:27.605Z Compiling itertools v0.13.0
22182026-03-18T01:25:27.843Z Compiling peg-runtime v0.8.5
22192026-03-18T01:25:27.974Z Compiling lalrpop-util v0.19.12
22202026-03-18T01:25:43.406Z Compiling macaddr v1.0.1
22212026-03-18T01:25:43.487Z Compiling structmeta-derive v0.3.0
22222026-03-18T01:25:43.732Z Compiling itertools v0.14.0
22232026-03-18T01:25:44.406Z Compiling heapless v0.8.0
22242026-03-18T01:25:45.134Z Compiling structmeta v0.3.0
22252026-03-18T01:25:45.462Z Compiling ingot-macros v0.1.1
22262026-03-18T01:25:48.903Z Compiling rustls-webpki v0.103.9
22272026-03-18T01:25:50.472Z Compiling toml_edit v0.23.10+spec-1.0.0
22282026-03-18T01:25:51.755Z Compiling hash32 v0.3.1
22292026-03-18T01:25:51.848Z Compiling smoltcp v0.11.0
22302026-03-18T01:25:51.981Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22312026-03-18T01:25:52.322Z Compiling proc-macro-crate v3.4.0
22322026-03-18T01:25:52.343Z Compiling ingot-types v0.1.2
22332026-03-18T01:25:52.404Z Compiling cobs v0.3.0
22342026-03-18T01:25:52.698Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22352026-03-18T01:25:52.786Z Compiling rustls v0.22.4
22362026-03-18T01:25:52.809Z Compiling postcard v1.1.3
22372026-03-18T01:25:52.895Z Compiling ingot v0.1.1
22382026-03-18T01:25:52.922Z Compiling num_enum_derive v0.7.5
22392026-03-18T01:25:53.032Z Compiling proc-macro-crate v1.3.1
22402026-03-18T01:25:53.091Z Compiling rustls-webpki v0.102.8
22412026-03-18T01:25:53.119Z Compiling futures-executor v0.3.32
22422026-03-18T01:25:53.381Z Compiling foreign-types-macros v0.2.3
22432026-03-18T01:25:53.533Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22442026-03-18T01:25:53.536Z Compiling multer v3.1.0
22452026-03-18T01:25:53.729Z Compiling tokio-rustls v0.26.4
22462026-03-18T01:25:53.788Z Compiling rustls-platform-verifier v0.6.2
22472026-03-18T01:25:53.847Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22482026-03-18T01:25:53.870Z Compiling thread_local v1.1.9
22492026-03-18T01:25:54.094Z Compiling hyper-rustls v0.27.7
22502026-03-18T01:25:54.119Z Compiling cpufeatures v0.3.0
22512026-03-18T01:25:54.122Z Compiling slog-async v2.8.0
22522026-03-18T01:25:54.122Z Compiling foreign-types-shared v0.3.1
22532026-03-18T01:25:54.188Z Compiling typeid v1.0.3
22542026-03-18T01:25:54.210Z Compiling match_cfg v0.1.0
22552026-03-18T01:25:54.268Z Compiling chacha20 v0.10.0
22562026-03-18T01:25:54.320Z Compiling hostname v0.3.1
22572026-03-18T01:25:54.343Z Compiling foreign-types v0.5.0
22582026-03-18T01:25:54.346Z Compiling num_enum v0.7.5
22592026-03-18T01:25:54.470Z Compiling reqwest v0.12.28
22602026-03-18T01:25:54.493Z Compiling reqwest v0.13.2
22612026-03-18T01:25:54.648Z Compiling num_enum_derive v0.5.11
22622026-03-18T01:25:54.673Z Compiling futures v0.3.32
22632026-03-18T01:25:54.804Z Compiling derive-ex v0.1.8
22642026-03-18T01:25:54.867Z Compiling tabwriter v1.4.1
22652026-03-18T01:25:54.896Z Compiling slog-json v2.6.1
22662026-03-18T01:25:55.229Z Compiling crossbeam-channel v0.5.15
22672026-03-18T01:25:55.338Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22682026-03-18T01:25:55.458Z Compiling async-stream-impl v0.3.6
22692026-03-18T01:25:55.895Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22702026-03-18T01:25:55.895Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22712026-03-18T01:25:55.960Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22722026-03-18T01:25:56.083Z Compiling serde_spanned v1.0.4
22732026-03-18T01:25:56.172Z Compiling is-terminal v0.4.17
22742026-03-18T01:25:56.222Z Compiling cstr-argument v0.1.2
22752026-03-18T01:25:56.263Z Compiling dropshot v0.16.7
22762026-03-18T01:25:56.310Z Compiling term v1.2.1
22772026-03-18T01:25:56.333Z Compiling take_mut v0.2.2
22782026-03-18T01:25:56.337Z Compiling toml_writer v1.0.6+spec-1.1.0
22792026-03-18T01:25:56.463Z Compiling erased-serde v0.4.9
22802026-03-18T01:25:56.484Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22812026-03-18T01:25:56.519Z Compiling crucible-workspace-hack v0.1.0
22822026-03-18T01:25:56.638Z Compiling toml v0.9.12+spec-1.1.0
22832026-03-18T01:25:56.724Z Compiling slog-term v2.9.2
22842026-03-18T01:25:56.812Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22852026-03-18T01:25:56.830Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22862026-03-18T01:25:56.901Z Compiling test-strategy v0.4.5
22872026-03-18T01:25:56.927Z Compiling async-stream v0.3.6
22882026-03-18T01:25:57.007Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22892026-03-18T01:25:57.187Z Compiling num_enum v0.5.11
22902026-03-18T01:25:57.373Z Compiling slog-bunyan v2.5.0
22912026-03-18T01:25:57.395Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22922026-03-18T01:25:57.631Z Compiling tokio-rustls v0.25.0
22932026-03-18T01:25:57.874Z Compiling rand v0.10.0
22942026-03-18T01:25:57.972Z Compiling parse-display-derive v0.10.0
22952026-03-18T01:25:58.078Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22962026-03-18T01:25:58.116Z Compiling backon v1.6.0
22972026-03-18T01:25:58.253Z Compiling waitgroup v0.1.2
22982026-03-18T01:25:58.328Z Compiling dropshot_endpoint v0.16.7
22992026-03-18T01:25:58.388Z Compiling newtype-uuid-macros v0.1.0
23002026-03-18T01:25:58.463Z Compiling rustls-pemfile v2.2.0
23012026-03-18T01:25:58.484Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23022026-03-18T01:25:58.554Z Compiling serde_path_to_error v0.1.20
23032026-03-18T01:25:58.578Z Compiling hostname v0.4.2
23042026-03-18T01:25:58.667Z Compiling instant v0.1.13
23052026-03-18T01:25:58.840Z Compiling colored v3.1.1
23062026-03-18T01:25:58.876Z Compiling debug-ignore v1.0.5
23072026-03-18T01:25:58.879Z Compiling libefi-sys v0.1.0
23082026-03-18T01:25:58.946Z Compiling backoff v0.4.0
23092026-03-18T01:25:58.971Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23102026-03-18T01:25:59.050Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23112026-03-18T01:25:59.234Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23122026-03-18T01:25:59.284Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23132026-03-18T01:25:59.377Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23142026-03-18T01:25:59.401Z Compiling camino-tempfile v1.4.1
23152026-03-18T01:25:59.439Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23162026-03-18T01:25:59.752Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23172026-03-18T01:25:59.841Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23182026-03-18T01:25:59.886Z Compiling usdt-macro v0.5.0
23192026-03-18T01:25:59.928Z Compiling usdt-attr-macro v0.5.0
23202026-03-18T01:25:59.949Z Compiling secrecy v0.10.3
23212026-03-18T01:26:00.012Z Compiling parse-display v0.10.0
23222026-03-18T01:26:00.193Z Compiling num-derive v0.4.2
23232026-03-18T01:26:00.371Z Compiling bitfield-struct v0.6.2
23242026-03-18T01:26:00.790Z Compiling regress v0.10.5
23252026-03-18T01:26:00.821Z Compiling ordered-float v2.10.1
23262026-03-18T01:26:00.888Z Compiling blake3 v1.8.3
23272026-03-18T01:26:00.891Z Compiling sigpipe v0.1.3
23282026-03-18T01:26:01.049Z Compiling memmap v0.7.0
23292026-03-18T01:26:01.136Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23302026-03-18T01:26:01.188Z Compiling glob v0.3.3
23312026-03-18T01:26:01.230Z Compiling usdt v0.5.0
23322026-03-18T01:26:01.362Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23332026-03-18T01:26:01.387Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23342026-03-18T01:26:01.471Z Compiling serde-value v0.7.0
23352026-03-18T01:26:01.680Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23362026-03-18T01:26:01.742Z Compiling serde-untagged v0.1.9
23372026-03-18T01:26:01.766Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23382026-03-18T01:26:01.968Z Compiling toml v0.8.23
23392026-03-18T01:26:02.041Z Compiling smf v0.2.3
23402026-03-18T01:26:02.151Z Compiling filetime v0.2.27
23412026-03-18T01:26:02.198Z Compiling xattr v1.6.1
23422026-03-18T01:26:02.222Z Compiling whoami v1.6.1
23432026-03-18T01:26:02.290Z Compiling constant_time_eq v0.4.2
23442026-03-18T01:26:02.361Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23452026-03-18T01:26:02.385Z Compiling arrayref v0.3.9
23462026-03-18T01:26:02.430Z Compiling arrayvec v0.7.6
23472026-03-18T01:26:02.464Z Compiling same-file v1.0.6
23482026-03-18T01:26:02.486Z Compiling unicode-xid v0.2.6
23492026-03-18T01:26:02.511Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23502026-03-18T01:26:02.514Z Compiling tar v0.4.44
23512026-03-18T01:26:02.559Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23522026-03-18T01:26:02.690Z Compiling walkdir v2.5.0
23532026-03-18T01:26:02.766Z Compiling cargo-util-schemas v0.8.2
23542026-03-18T01:26:02.808Z Compiling tokio-dtrace v0.1.1
23552026-03-18T01:26:02.872Z Compiling gethostname v0.5.0
23562026-03-18T01:26:03.068Z Compiling cargo-platform v0.2.0
23572026-03-18T01:26:03.231Z Compiling topological-sort v0.2.2
23582026-03-18T01:26:03.400Z Compiling oxide-tokio-rt v0.1.3
23592026-03-18T01:26:03.460Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23602026-03-18T01:26:03.502Z Compiling indent_write v2.2.0
23612026-03-18T01:26:03.622Z Compiling shell-words v1.1.1
23622026-03-18T01:26:04.424Z Compiling cargo_metadata v0.21.0
23632026-03-18T01:26:15.427Z Compiling progenitor-client v0.13.0
23642026-03-18T01:26:15.446Z Compiling progenitor-client v0.10.0
23652026-03-18T01:26:15.451Z Compiling omicron-zone-package v0.12.2
23662026-03-18T01:26:15.565Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23672026-03-18T01:26:15.572Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23682026-03-18T01:26:15.572Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23692026-03-18T01:26:15.572Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23702026-03-18T01:26:16.031Z Compiling progenitor-extras v0.1.1
23712026-03-18T01:26:16.355Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23722026-03-18T01:26:25.851Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23732026-03-18T01:26:27.117Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23742026-03-18T01:26:35.367Z Finished `release` profile [optimized] target(s) in 1m 53s
23752026-03-18T01:26:35.552Z Running `target/release/omicron-package -t test target create -p dev`
23762026-03-18T01:26:35.622ZLogging to: /work/oxidecomputer/omicron/out/LOG
23772026-03-18T01:26:35.626ZCreated new build target 'test' and set it as active
23782026-03-18T01:26:35.626Z
23792026-03-18T01:26:35.626Zreal 1:54.154396979
23802026-03-18T01:26:35.626Zuser 20:09.279664487
23812026-03-18T01:26:35.626Zsys 3:02.628761053
23822026-03-18T01:26:35.626Ztrap 0.536546317
23832026-03-18T01:26:35.626Ztflt 2.849010475
23842026-03-18T01:26:35.626Zdflt 3.833238687
23852026-03-18T01:26:35.626Zkflt 0.000777525
23862026-03-18T01:26:35.626Zlock 1:03:54.819679215
23872026-03-18T01:26:35.627Zslp 51:17.457831560
23882026-03-18T01:26:35.627Zlat 47.280121802
23892026-03-18T01:26:35.627Zstop 7:45.193935264
23902026-03-18T01:26:35.631Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23912026-03-18T01:26:36.821Z Finished `release` profile [optimized] target(s) in 1.18s
23922026-03-18T01:26:36.891Z Running `target/release/omicron-package -t test package`
23932026-03-18T01:26:36.957ZLogging to: /work/oxidecomputer/omicron/out/LOG
23942026-03-18T01:26:38.842Z Compiling regress v0.10.5
23952026-03-18T01:26:38.842Z Compiling heck v0.5.0
23962026-03-18T01:26:38.845Z Compiling unsafe-libyaml v0.2.11
23972026-03-18T01:26:39.073Z Compiling convert_case v0.4.0
23982026-03-18T01:26:39.156Z Compiling half v2.7.1
23992026-03-18T01:26:39.156Z Compiling ciborium-io v0.2.2
24002026-03-18T01:26:39.216Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24012026-03-18T01:26:39.220Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24022026-03-18T01:26:39.278Z Compiling prettyplease v0.2.37
24032026-03-18T01:26:39.310Z Compiling typify-impl v0.6.1
24042026-03-18T01:26:39.342Z Compiling universal-hash v0.5.1
24052026-03-18T01:26:39.345Z Compiling thiserror-impl-no-std v2.0.2
24062026-03-18T01:26:39.345Z Compiling opaque-debug v0.3.1
24072026-03-18T01:26:39.345Z Compiling unicode-width v0.1.14
24082026-03-18T01:26:39.405Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24092026-03-18T01:26:39.466Z Compiling chacha20 v0.9.1
24102026-03-18T01:26:39.470Z Compiling password-hash v0.5.0
24112026-03-18T01:26:39.562Z Compiling ciborium-ll v0.2.2
24122026-03-18T01:26:39.565Z Compiling derive_more v0.99.20
24132026-03-18T01:26:39.632Z Compiling poly1305 v0.8.0
24142026-03-18T01:26:39.637Z Compiling blake2 v0.10.6
24152026-03-18T01:26:39.694Z Compiling aead v0.5.2
24162026-03-18T01:26:39.822Z Compiling serde_yaml v0.9.34+deprecated
24172026-03-18T01:26:39.853Z Compiling ciborium v0.2.2
24182026-03-18T01:26:39.884Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24192026-03-18T01:26:39.932Z Compiling is-terminal v0.4.17
24202026-03-18T01:26:39.975Z Compiling swrite v0.1.0
24212026-03-18T01:26:40.012Z Compiling argon2 v0.5.3
24222026-03-18T01:26:40.114Z Compiling chacha20poly1305 v0.10.1
24232026-03-18T01:26:40.170Z Compiling serde_spanned v1.0.4
24242026-03-18T01:26:40.306Z Compiling toml_writer v1.0.6+spec-1.1.0
24252026-03-18T01:26:40.393Z Compiling bytecount v0.6.9
24262026-03-18T01:26:40.441Z Compiling rustls v0.22.4
24272026-03-18T01:26:40.477Z Compiling rustls-webpki v0.102.8
24282026-03-18T01:26:40.518Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24292026-03-18T01:26:40.623Z Compiling toml v0.9.12+spec-1.1.0
24302026-03-18T01:26:40.665Z Compiling derive-where v1.6.0
24312026-03-18T01:26:40.697Z Compiling thread_local v1.1.9
24322026-03-18T01:26:40.769Z Compiling match_cfg v0.1.0
24332026-03-18T01:26:40.803Z Compiling thiserror-no-std v2.0.2
24342026-03-18T01:26:40.896Z Compiling hostname v0.3.1
24352026-03-18T01:26:40.953Z Compiling vsss-rs v3.3.4
24362026-03-18T01:26:41.019Z Compiling multer v3.1.0
24372026-03-18T01:26:41.085Z Compiling slog-async v2.8.0
24382026-03-18T01:26:41.157Z Compiling slog-json v2.6.1
24392026-03-18T01:26:41.187Z Compiling crossbeam-channel v0.5.15
24402026-03-18T01:26:41.253Z Compiling futures-executor v0.3.32
24412026-03-18T01:26:41.343Z Compiling term v1.2.1
24422026-03-18T01:26:41.427Z Compiling take_mut v0.2.2
24432026-03-18T01:26:41.456Z Compiling slog-bunyan v2.5.0
24442026-03-18T01:26:41.591Z Compiling futures v0.3.32
24452026-03-18T01:26:41.658Z Compiling async-stream v0.3.6
24462026-03-18T01:26:41.696Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24472026-03-18T01:26:41.732Z Compiling slog-term v2.9.2
24482026-03-18T01:26:41.863Z Compiling dropshot v0.16.7
24492026-03-18T01:26:41.897Z Compiling progenitor-client v0.13.0
24502026-03-18T01:26:41.901Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24512026-03-18T01:26:41.966Z Compiling waitgroup v0.1.2
24522026-03-18T01:26:42.048Z Compiling backon v1.6.0
24532026-03-18T01:26:42.163Z Compiling rustls-pemfile v2.2.0
24542026-03-18T01:26:42.197Z Compiling serde_path_to_error v0.1.20
24552026-03-18T01:26:42.197Z Compiling hostname v0.4.2
24562026-03-18T01:26:42.262Z Compiling instant v0.1.13
24572026-03-18T01:26:42.311Z Compiling debug-ignore v1.0.5
24582026-03-18T01:26:42.343Z Compiling progenitor-extras v0.1.1
24592026-03-18T01:26:42.347Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24602026-03-18T01:26:42.412Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24612026-03-18T01:26:42.448Z Compiling backoff v0.4.0
24622026-03-18T01:26:42.451Z Compiling parse-display v0.10.0
24632026-03-18T01:26:42.451Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24642026-03-18T01:26:42.480Z Compiling progenitor-client v0.10.0
24652026-03-18T01:26:42.508Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24662026-03-18T01:26:42.511Z Compiling macaddr v1.0.1
24672026-03-18T01:26:42.652Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24682026-03-18T01:26:42.691Z Compiling console v0.15.11
24692026-03-18T01:26:42.695Z Compiling newline-converter v0.3.0
24702026-03-18T01:26:42.759Z Compiling atomicwrites v0.4.4
24712026-03-18T01:26:42.794Z Compiling num-rational v0.4.2
24722026-03-18T01:26:42.897Z Compiling num-complex v0.4.6
24732026-03-18T01:26:42.933Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24742026-03-18T01:26:43.101Z Compiling slog-dtrace v0.3.0
24752026-03-18T01:26:43.154Z Compiling async-recursion v1.1.1
24762026-03-18T01:26:43.212Z Compiling float-ord v0.3.2
24772026-03-18T01:26:43.321Z Compiling expectorate v1.2.0
24782026-03-18T01:26:43.405Z Compiling owo-colors v4.3.0
24792026-03-18T01:26:43.465Z Compiling num v0.4.3
24802026-03-18T01:26:43.569Z Compiling tokio-rustls v0.25.0
24812026-03-18T01:26:43.604Z Compiling cancel-safe-futures v0.1.5
24822026-03-18T01:26:43.672Z Compiling libsw-core v0.3.2
24832026-03-18T01:26:43.784Z Compiling resolv-conf v0.7.6
24842026-03-18T01:26:43.924Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24852026-03-18T01:26:44.027Z Compiling libsw v3.5.0
24862026-03-18T01:26:44.030Z Compiling toml v0.8.23
24872026-03-18T01:26:44.127Z Compiling linear-map v1.2.0
24882026-03-18T01:26:44.231Z Compiling minimal-lexical v0.2.1
24892026-03-18T01:26:44.305Z Compiling linked-hash-map v0.5.6
24902026-03-18T01:26:44.464Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24912026-03-18T01:26:44.594Z Compiling lru-cache v0.1.2
24922026-03-18T01:26:44.629Z Compiling nom v7.1.3
24932026-03-18T01:26:44.632Z Compiling unicode-xid v0.2.6
24942026-03-18T01:26:44.697Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24952026-03-18T01:26:44.697Z Compiling globset v0.4.18
24962026-03-18T01:26:44.817Z Compiling hickory-proto v0.24.4
24972026-03-18T01:26:44.851Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24982026-03-18T01:26:44.903Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24992026-03-18T01:26:45.175Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25002026-03-18T01:26:45.267Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25012026-03-18T01:26:46.104Z Compiling typify-macro v0.6.1
25022026-03-18T01:26:46.481Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25032026-03-18T01:26:46.536Z Compiling convert_case v0.10.0
25042026-03-18T01:26:46.938Z Compiling derive_more-impl v2.1.1
25052026-03-18T01:26:47.857Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25062026-03-18T01:26:47.915Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25072026-03-18T01:26:48.003Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25082026-03-18T01:26:48.144Z Compiling pin-project-internal v1.1.11
25092026-03-18T01:26:48.181Z Compiling typify v0.6.1
25102026-03-18T01:26:48.359Z Compiling progenitor-impl v0.13.0
25112026-03-18T01:26:48.785Z Compiling hickory-resolver v0.24.4
25122026-03-18T01:26:49.030Z Compiling derive_more v2.1.1
25132026-03-18T01:26:49.171Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25142026-03-18T01:26:49.437Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25152026-03-18T01:26:49.600Z Compiling pin-project v1.1.11
25162026-03-18T01:26:49.665Z Compiling pem v3.0.6
25172026-03-18T01:26:49.768Z Compiling snafu-derive v0.8.9
25182026-03-18T01:26:50.432Z Compiling qorb v0.4.1
25192026-03-18T01:26:50.539Z Compiling termtree v0.5.1
25202026-03-18T01:26:50.827Z Compiling crossterm v0.29.0
25212026-03-18T01:26:51.137Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25222026-03-18T01:26:51.510Z Compiling progenitor-macro v0.13.0
25232026-03-18T01:26:52.103Z Compiling snafu v0.8.9
25242026-03-18T01:26:52.466Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25252026-03-18T01:26:52.839Z Compiling phf_shared v0.12.1
25262026-03-18T01:26:53.156Z Compiling olpc-cjson v0.1.4
25272026-03-18T01:26:53.454Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25282026-03-18T01:26:54.054Z Compiling serde_plain v1.0.2
25292026-03-18T01:26:54.164Z Compiling vte v0.14.1
25302026-03-18T01:26:54.470Z Compiling csv-core v0.1.13
25312026-03-18T01:26:54.600Z Compiling highway v1.3.0
25322026-03-18T01:26:55.021Z Compiling typed-path v0.9.3
25332026-03-18T01:26:55.308Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25342026-03-18T01:26:55.440Z Compiling chrono-tz v0.10.4
25352026-03-18T01:26:55.520Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25362026-03-18T01:26:55.776Z Compiling csv v1.4.0
25372026-03-18T01:26:55.945Z Compiling strip-ansi-escapes v0.2.1
25382026-03-18T01:26:56.197Z Compiling phf v0.12.1
25392026-03-18T01:26:56.459Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25402026-03-18T01:26:56.527Z Compiling const_format_proc_macros v0.2.34
25412026-03-18T01:26:56.648Z Compiling tough v0.20.0
25422026-03-18T01:26:56.895Z Compiling papergrid v0.11.0
25432026-03-18T01:26:57.024Z Compiling fd-lock v4.0.4
25442026-03-18T01:26:57.098Z Compiling peg-macros v0.8.5
25452026-03-18T01:26:57.241Z Compiling tabled_derive v0.7.0
25462026-03-18T01:26:57.480Z Compiling progenitor v0.13.0
25472026-03-18T01:26:58.005Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25482026-03-18T01:26:58.157Z Compiling nu-ansi-term v0.50.3
25492026-03-18T01:26:58.446Z Compiling tabled v0.15.0
25502026-03-18T01:26:58.746Z Compiling reedline v0.40.0
25512026-03-18T01:26:58.787Z Compiling peg v0.8.5
25522026-03-18T01:26:58.878Z Compiling const_format v0.2.35
25532026-03-18T01:26:59.433Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25542026-03-18T01:26:59.531Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25552026-03-18T01:26:59.593Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25562026-03-18T01:27:01.197Z Compiling bcs v0.1.6
25572026-03-18T01:27:01.744Z Compiling semver v0.1.20
25582026-03-18T01:27:01.773Z Compiling base64 v0.21.7
25592026-03-18T01:27:02.137Z Compiling rustc_version v0.1.7
25602026-03-18T01:27:02.440Z Compiling newtype_derive v0.1.6
25612026-03-18T01:27:02.471Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25622026-03-18T01:27:02.723Z Compiling typify-impl v0.4.3
25632026-03-18T01:27:02.781Z Compiling smawk v0.3.2
25642026-03-18T01:27:03.015Z Compiling humantime v2.3.0
25652026-03-18T01:27:03.052Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25662026-03-18T01:27:03.225Z Compiling unicode-linebreak v0.1.5
25672026-03-18T01:27:03.500Z Compiling dropshot-api-manager-types v0.6.0
25682026-03-18T01:27:03.625Z Compiling textwrap v0.16.2
25692026-03-18T01:27:03.657Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25702026-03-18T01:27:03.661Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25712026-03-18T01:27:03.889Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25722026-03-18T01:27:04.289Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25732026-03-18T01:27:04.491Z Compiling steno v0.4.1
25742026-03-18T01:27:05.684Z Compiling utf-8 v0.7.6
25752026-03-18T01:27:05.732Z Compiling tagptr v0.2.0
25762026-03-18T01:27:05.974Z Compiling moka v0.12.13
25772026-03-18T01:27:06.078Z Compiling tungstenite v0.21.0
25782026-03-18T01:27:06.765Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25792026-03-18T01:27:06.970Z Compiling tokio-tungstenite v0.21.0
25802026-03-18T01:27:07.444Z Compiling hickory-resolver v0.25.2
25812026-03-18T01:27:07.611Z Compiling radium v0.7.0
25822026-03-18T01:27:07.734Z Compiling typify-macro v0.4.3
25832026-03-18T01:27:07.900Z Compiling maybe-uninit v2.0.0
25842026-03-18T01:27:08.018Z Compiling tap v1.0.1
25852026-03-18T01:27:08.208Z Compiling wyz v0.5.1
25862026-03-18T01:27:08.537Z Compiling zerocopy-derive v0.6.6
25872026-03-18T01:27:08.632Z Compiling packed_struct v0.10.1
25882026-03-18T01:27:08.720Z Compiling funty v2.0.0
25892026-03-18T01:27:08.771Z Compiling crc-catalog v2.4.0
25902026-03-18T01:27:08.944Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25912026-03-18T01:27:08.994Z Compiling display-error-chain v0.2.2
25922026-03-18T01:27:09.262Z Compiling crc v3.4.0
25932026-03-18T01:27:09.555Z Compiling bitvec v1.0.1
25942026-03-18T01:27:09.615Z Compiling zerocopy v0.6.6
25952026-03-18T01:27:09.769Z Compiling typify v0.4.3
25962026-03-18T01:27:10.034Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25972026-03-18T01:27:10.112Z Compiling progenitor-impl v0.10.0
25982026-03-18T01:27:12.092Z Compiling packed_struct_codegen v0.10.1
25992026-03-18T01:27:12.125Z Compiling bitfield-macros v0.19.4
26002026-03-18T01:27:12.790Z Compiling indexmap v1.9.3
26012026-03-18T01:27:13.060Z Compiling nodrop v0.1.14
26022026-03-18T01:27:13.092Z Compiling progenitor-macro v0.10.0
26032026-03-18T01:27:13.163Z Compiling bitfield v0.19.4
26042026-03-18T01:27:13.222Z Compiling array-init v0.0.4
26052026-03-18T01:27:13.613Z Compiling smallvec v0.6.14
26062026-03-18T01:27:13.829Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26072026-03-18T01:27:13.994Z Compiling num-derive v0.3.3
26082026-03-18T01:27:14.112Z Compiling proc-macro-error-attr2 v2.0.0
26092026-03-18T01:27:14.659Z Compiling hashbrown v0.12.3
26102026-03-18T01:27:15.221Z Compiling libscf-sys v1.1.0
26112026-03-18T01:27:15.314Z Compiling proc-macro-error2 v2.0.1
26122026-03-18T01:27:15.485Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26132026-03-18T01:27:15.622Z Compiling serde-hex v0.1.0
26142026-03-18T01:27:15.625Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26152026-03-18T01:27:15.698Z Compiling ron v0.8.1
26162026-03-18T01:27:15.757Z Compiling hashbrown v0.13.2
26172026-03-18T01:27:15.947Z Compiling vergen-gitcl v1.0.8
26182026-03-18T01:27:16.192Z Compiling dirs-sys-next v0.1.2
26192026-03-18T01:27:16.224Z Compiling crunchy v0.2.4
26202026-03-18T01:27:16.549Z Compiling maplit v1.0.2
26212026-03-18T01:27:16.578Z Compiling glob v0.3.3
26222026-03-18T01:27:16.608Z Compiling diesel_derives v2.3.7
26232026-03-18T01:27:16.694Z Compiling crc-any v2.5.0
26242026-03-18T01:27:16.927Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26252026-03-18T01:27:17.056Z Compiling clang-sys v1.8.1
26262026-03-18T01:27:17.283Z Compiling object v0.30.4
26272026-03-18T01:27:17.381Z Compiling dirs-next v2.0.0
26282026-03-18T01:27:17.629Z Compiling tabled_derive v0.11.0
26292026-03-18T01:27:17.634Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26302026-03-18T01:27:17.634Z Compiling papergrid v0.17.0
26312026-03-18T01:27:17.794Z Compiling testing_table v0.3.0
26322026-03-18T01:27:18.349Z Compiling dsl_auto_type v0.2.0
26332026-03-18T01:27:18.385Z Compiling scheduled-thread-pool v0.2.7
26342026-03-18T01:27:18.459Z Compiling diesel_table_macro_syntax v0.3.0
26352026-03-18T01:27:18.561Z Compiling tiny-keccak v2.0.2
26362026-03-18T01:27:18.748Z Compiling path-slash v0.1.5
26372026-03-18T01:27:18.806Z Compiling r2d2 v0.8.10
26382026-03-18T01:27:19.047Z Compiling term v0.7.0
26392026-03-18T01:27:19.083Z Compiling progenitor v0.10.0
26402026-03-18T01:27:19.195Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26412026-03-18T01:27:19.198Z Compiling arc-swap v1.8.2
26422026-03-18T01:27:19.263Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26432026-03-18T01:27:19.266Z Compiling bit-vec v0.6.3
26442026-03-18T01:27:19.333Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26452026-03-18T01:27:19.580Z Compiling tabled v0.20.0
26462026-03-18T01:27:19.583Z Compiling xshell-macros v0.2.7
26472026-03-18T01:27:19.643Z Compiling downcast-rs v2.0.2
26482026-03-18T01:27:19.744Z Compiling slog-scope v4.4.1
26492026-03-18T01:27:19.777Z Compiling bit-set v0.5.3
26502026-03-18T01:27:19.814Z Compiling ascii-canvas v3.0.0
26512026-03-18T01:27:20.115Z Compiling xshell v0.2.7
26522026-03-18T01:27:20.158Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26532026-03-18T01:27:20.301Z Compiling itertools v0.10.5
26542026-03-18T01:27:20.351Z Compiling ena v0.14.4
26552026-03-18T01:27:20.659Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26562026-03-18T01:27:20.718Z Compiling libloading v0.8.9
26572026-03-18T01:27:21.015Z Compiling unicase v2.9.0
26582026-03-18T01:27:21.141Z Compiling diff v0.1.13
26592026-03-18T01:27:21.398Z Compiling bindgen v0.71.1
26602026-03-18T01:27:21.498Z Compiling regex-syntax v0.6.29
26612026-03-18T01:27:21.815Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26622026-03-18T01:27:21.844Z Compiling slog-stdlog v4.1.1
26632026-03-18T01:27:22.404Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26642026-03-18T01:27:23.313Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26652026-03-18T01:27:23.722Z Compiling lalrpop v0.19.12
26662026-03-18T01:27:24.594Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26672026-03-18T01:27:24.947Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26682026-03-18T01:27:25.708Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26692026-03-18T01:27:25.738Z Compiling diesel v2.3.7
26702026-03-18T01:27:26.203Z Compiling cexpr v0.6.0
26712026-03-18T01:27:26.238Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26722026-03-18T01:27:26.389Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26732026-03-18T01:27:26.449Z Compiling crc8 v0.1.1
26742026-03-18T01:27:26.566Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26752026-03-18T01:27:26.633Z Compiling slog-envlogger v2.2.0
26762026-03-18T01:27:26.663Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26772026-03-18T01:27:27.305Z Compiling headers-core v0.3.0
26782026-03-18T01:27:27.520Z Compiling libxml v0.3.3
26792026-03-18T01:27:27.559Z Compiling headers v0.4.1
26802026-03-18T01:27:28.118Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26812026-03-18T01:27:28.150Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26822026-03-18T01:27:28.425Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26832026-03-18T01:27:29.011Z Compiling strum_macros v0.24.3
26842026-03-18T01:27:29.720Z Compiling indoc v1.0.9
26852026-03-18T01:27:29.826Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26862026-03-18T01:27:29.857Z Compiling derive_builder v0.20.2
26872026-03-18T01:27:30.055Z Compiling oso-derive v0.27.3
26882026-03-18T01:27:30.109Z Compiling quick-xml v0.37.5
26892026-03-18T01:27:30.138Z Compiling impl-trait-for-tuples v0.2.3
26902026-03-18T01:27:30.269Z Compiling half v1.8.3
26912026-03-18T01:27:30.709Z Compiling openssl-probe v0.1.6
26922026-03-18T01:27:30.738Z Compiling serde_cbor v0.11.2
26932026-03-18T01:27:30.886Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26942026-03-18T01:27:30.928Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26952026-03-18T01:27:31.072Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26962026-03-18T01:27:31.803Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26972026-03-18T01:27:31.906Z Compiling bb8 v0.8.6
26982026-03-18T01:27:32.043Z Compiling trait-variant v0.1.2
26992026-03-18T01:27:32.148Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27002026-03-18T01:27:32.233Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27012026-03-18T01:27:32.379Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27022026-03-18T01:27:32.642Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27032026-03-18T01:27:32.772Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27042026-03-18T01:27:32.807Z Compiling fxhash v0.2.1
27052026-03-18T01:27:32.916Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27062026-03-18T01:27:33.069Z Compiling kstat-rs v0.2.4
27072026-03-18T01:27:33.245Z Compiling libz-sys v1.1.24
27082026-03-18T01:27:33.417Z Compiling nonempty v0.12.0
27092026-03-18T01:27:33.589Z Compiling salty v0.3.0
27102026-03-18T01:27:33.711Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27112026-03-18T01:27:33.821Z Compiling samael v0.0.19
27122026-03-18T01:27:33.927Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27132026-03-18T01:27:34.011Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27142026-03-18T01:27:34.125Z Compiling progenitor-impl v0.11.2
27152026-03-18T01:27:34.158Z Compiling darling_core v0.23.0
27162026-03-18T01:27:34.370Z Compiling nanorand v0.7.0
27172026-03-18T01:27:34.853Z Compiling fs-err v2.11.0
27182026-03-18T01:27:34.961Z Compiling polar-core v0.27.3
27192026-03-18T01:27:34.964Z Compiling parking_lot_core v0.8.6
27202026-03-18T01:27:35.470Z Compiling mime_guess v2.0.5
27212026-03-18T01:27:35.540Z Compiling flume v0.11.1
27222026-03-18T01:27:36.062Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27232026-03-18T01:27:36.138Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27242026-03-18T01:27:37.169Z Compiling progenitor-macro v0.11.2
27252026-03-18T01:27:37.340Z Compiling darling_macro v0.23.0
27262026-03-18T01:27:38.136Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27272026-03-18T01:27:38.895Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27282026-03-18T01:27:39.095Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27292026-03-18T01:27:40.728Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27302026-03-18T01:27:40.758Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27312026-03-18T01:27:41.662Z Compiling progenitor-client v0.11.2
27322026-03-18T01:27:42.614Z Compiling git-stub v1.0.0
27332026-03-18T01:27:42.967Z Compiling libgit2-sys v0.18.3+1.9.2
27342026-03-18T01:27:43.066Z Compiling instability v0.3.11
27352026-03-18T01:27:43.398Z Compiling progenitor v0.11.2
27362026-03-18T01:27:43.504Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27372026-03-18T01:27:44.724Z Compiling git-stub-vcs v0.1.0
27382026-03-18T01:27:45.185Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27392026-03-18T01:27:45.420Z Compiling darling v0.23.0
27402026-03-18T01:27:45.572Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27412026-03-18T01:27:48.498Z Compiling oso v0.27.3
27422026-03-18T01:27:49.378Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27432026-03-18T01:27:49.455Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27442026-03-18T01:27:49.485Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27452026-03-18T01:27:50.760Z Compiling async-bb8-diesel v0.2.1
27462026-03-18T01:27:50.944Z Compiling diesel-dtrace v0.5.0
27472026-03-18T01:27:51.123Z Compiling ignore v0.4.25
27482026-03-18T01:27:51.358Z Compiling primeorder v0.13.6
27492026-03-18T01:27:51.829Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27502026-03-18T01:27:53.268Z Compiling castaway v0.2.4
27512026-03-18T01:27:53.368Z Compiling nibble_vec v0.1.0
27522026-03-18T01:27:53.482Z Compiling atty v0.2.14
27532026-03-18T01:27:53.595Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-03-18T01:27:53.661Z Compiling parse-size v1.1.0
27552026-03-18T01:27:53.732Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27562026-03-18T01:27:53.901Z Compiling endian-type v0.1.2
27572026-03-18T01:27:53.944Z Compiling http-range v0.1.5
27582026-03-18T01:27:54.025Z Compiling indoc v2.0.7
27592026-03-18T01:27:54.140Z Compiling radix_trie v0.2.1
27602026-03-18T01:27:54.481Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27612026-03-18T01:27:54.510Z Compiling compact_str v0.8.1
27622026-03-18T01:27:54.728Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27632026-03-18T01:27:55.496Z Compiling globwalk v0.9.1
27642026-03-18T01:27:56.351Z Compiling p384 v0.13.1
27652026-03-18T01:27:56.795Z Compiling parking_lot v0.11.2
27662026-03-18T01:27:57.497Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27672026-03-18T01:27:57.792Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27682026-03-18T01:27:57.938Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27692026-03-18T01:27:57.970Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27702026-03-18T01:27:58.046Z Compiling predicates-tree v1.0.13
27712026-03-18T01:27:58.354Z Compiling unicode-truncate v1.1.0
27722026-03-18T01:27:58.598Z Compiling lru v0.12.5
27732026-03-18T01:27:58.651Z Compiling prefix-trie v0.7.0
27742026-03-18T01:27:58.899Z Compiling vergen-git2 v1.0.7
27752026-03-18T01:27:59.156Z Compiling cassowary v0.3.0
27762026-03-18T01:27:59.236Z Compiling hickory-server v0.25.2
27772026-03-18T01:27:59.266Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27782026-03-18T01:28:00.137Z Compiling ratatui v0.29.0
27792026-03-18T01:28:00.415Z Compiling camino-tempfile-ext v0.3.3
27802026-03-18T01:28:00.446Z Compiling hyper-staticfile v0.10.1
27812026-03-18T01:28:01.154Z Compiling sled v0.34.7
27822026-03-18T01:28:01.963Z Compiling hickory-client v0.25.2
27832026-03-18T01:28:02.396Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27842026-03-18T01:28:02.700Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27852026-03-18T01:28:03.115Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27862026-03-18T01:28:03.259Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27872026-03-18T01:28:03.354Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27882026-03-18T01:28:04.139Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27892026-03-18T01:28:04.441Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27902026-03-18T01:28:04.473Z Compiling rand_seeder v0.4.0
27912026-03-18T01:28:04.797Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-03-18T01:28:05.132Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27932026-03-18T01:28:05.384Z Compiling lzma-sys v0.1.20
27942026-03-18T01:28:05.440Z Compiling corncobs v0.1.4
27952026-03-18T01:28:05.747Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27962026-03-18T01:28:05.866Z Compiling rustls v0.21.12
27972026-03-18T01:28:05.960Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27982026-03-18T01:28:06.128Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27992026-03-18T01:28:06.222Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28002026-03-18T01:28:06.366Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28012026-03-18T01:28:06.516Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28022026-03-18T01:28:06.598Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28032026-03-18T01:28:06.882Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28042026-03-18T01:28:07.066Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28052026-03-18T01:28:07.387Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28062026-03-18T01:28:08.260Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28072026-03-18T01:28:10.725Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28082026-03-18T01:28:11.009Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28092026-03-18T01:28:11.294Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28102026-03-18T01:28:11.323Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28112026-03-18T01:28:11.635Z Compiling cargo_toml v0.22.3
28122026-03-18T01:28:11.666Z Compiling rustls-webpki v0.101.7
28132026-03-18T01:28:12.922Z Compiling sct v0.7.1
28142026-03-18T01:28:13.256Z Compiling nix v0.29.0
28152026-03-18T01:28:13.776Z Compiling secrecy v0.8.0
28162026-03-18T01:28:13.805Z Compiling void v1.0.2
28172026-03-18T01:28:13.986Z Compiling lzss v0.8.2
28182026-03-18T01:28:14.482Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28192026-03-18T01:28:14.514Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28202026-03-18T01:28:15.018Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28212026-03-18T01:28:15.094Z Compiling git2 v0.20.4
28222026-03-18T01:28:15.327Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28232026-03-18T01:28:15.490Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28242026-03-18T01:28:16.156Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28252026-03-18T01:28:16.257Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28262026-03-18T01:28:16.725Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28272026-03-18T01:28:17.033Z Compiling tungstenite v0.23.0
28282026-03-18T01:28:17.097Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28292026-03-18T01:28:17.100Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28302026-03-18T01:28:17.388Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28312026-03-18T01:28:17.438Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28322026-03-18T01:28:17.667Z Compiling nix v0.27.1
28332026-03-18T01:28:17.721Z Compiling serde_bytes v0.11.19
28342026-03-18T01:28:18.111Z Compiling tokio-tungstenite v0.23.1
28352026-03-18T01:28:18.786Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28362026-03-18T01:28:19.399Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28372026-03-18T01:28:19.442Z Compiling tokio-rustls v0.24.1
28382026-03-18T01:28:19.608Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28392026-03-18T01:28:19.829Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28402026-03-18T01:28:20.241Z Compiling xz2 v0.1.7
28412026-03-18T01:28:20.734Z Compiling ron v0.12.0
28422026-03-18T01:28:21.119Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28432026-03-18T01:28:21.727Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28442026-03-18T01:28:23.021Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28452026-03-18T01:28:25.815Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28462026-03-18T01:28:25.882Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28472026-03-18T01:28:26.661Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28482026-03-18T01:28:27.957Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28492026-03-18T01:28:28.560Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28502026-03-18T01:28:29.099Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28512026-03-18T01:28:29.791Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28522026-03-18T01:28:30.045Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28532026-03-18T01:28:30.352Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28542026-03-18T01:28:32.567Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28552026-03-18T01:28:33.241Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28562026-03-18T01:28:33.366Z Compiling rustls-pemfile v1.0.4
28572026-03-18T01:28:33.869Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28582026-03-18T01:28:34.388Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28592026-03-18T01:28:34.892Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28602026-03-18T01:28:35.200Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28612026-03-18T01:28:35.598Z Compiling signal-hook-tokio v0.3.1
28622026-03-18T01:28:35.842Z Compiling twox-hash v2.1.2
28632026-03-18T01:28:36.225Z Compiling yasna v0.5.2
28642026-03-18T01:28:36.508Z Compiling is_ci v1.2.0
28652026-03-18T01:28:36.787Z Compiling base16ct v1.0.0
28662026-03-18T01:28:36.846Z Compiling supports-color v3.0.2
28672026-03-18T01:28:37.187Z Compiling rcgen v0.12.1
28682026-03-18T01:28:38.098Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28692026-03-18T01:28:38.184Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28702026-03-18T01:28:38.370Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28712026-03-18T01:28:39.024Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28722026-03-18T01:28:39.115Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28732026-03-18T01:28:39.314Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28742026-03-18T01:28:41.506Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28752026-03-18T01:28:42.711Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28762026-03-18T01:28:43.506Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28772026-03-18T01:28:43.736Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28782026-03-18T01:28:45.116Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28792026-03-18T01:28:45.417Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28802026-03-18T01:28:45.448Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28812026-03-18T01:28:45.704Z Compiling fatfs v0.3.6
28822026-03-18T01:28:45.769Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28832026-03-18T01:28:47.292Z Compiling rtoolbox v0.0.3
28842026-03-18T01:28:47.717Z Compiling subprocess v0.2.15
28852026-03-18T01:28:48.389Z Compiling seq-macro v0.3.6
28862026-03-18T01:28:49.028Z Compiling assert_matches v1.5.0
28872026-03-18T01:28:49.129Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28882026-03-18T01:28:49.184Z Compiling rpassword v7.4.0
28892026-03-18T01:28:49.542Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28902026-03-18T01:28:50.533Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28912026-03-18T01:28:50.765Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28922026-03-18T01:28:50.929Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28932026-03-18T01:28:51.876Z Compiling tui-tree-widget v0.23.1
28942026-03-18T01:28:52.252Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28952026-03-18T01:28:53.944Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28962026-03-18T01:28:54.535Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28972026-03-18T01:28:54.620Z Compiling uzers v0.12.2
28982026-03-18T01:28:55.615Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28992026-03-18T01:28:56.444Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29002026-03-18T01:28:57.868Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29012026-03-18T01:29:01.005Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29022026-03-18T01:29:01.069Z Compiling support-bundle-viewer v0.1.2
29032026-03-18T01:29:03.442Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29042026-03-18T01:29:04.308Z Compiling multimap v0.10.1
29052026-03-18T01:29:18.186Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29062026-03-18T01:29:27.196Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29072026-03-18T01:29:32.258Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29082026-03-18T01:36:42.029Z Finished `release` profile [optimized] target(s) in 10m 05s
29092026-03-18T01:37:35.348Z
29102026-03-18T01:37:35.351Zreal 10:59.833833969
29112026-03-18T01:37:35.351Zuser 1:40:44.754554997
29122026-03-18T01:37:35.351Zsys 4:10.806465834
29132026-03-18T01:37:35.351Ztrap 2.289985154
29142026-03-18T01:37:35.351Ztflt 2.257898981
29152026-03-18T01:37:35.351Zdflt 19.534299020
29162026-03-18T01:37:35.351Zkflt 0.002191255
29172026-03-18T01:37:35.351Zlock 8:08:33.465255918
29182026-03-18T01:37:35.351Zslp 2:46:53.738628992
29192026-03-18T01:37:35.351Zlat 2:48.201561258
29202026-03-18T01:37:35.352Zstop 7:13.756231834
29212026-03-18T01:37:35.352Z+ mapfile -t packages
29222026-03-18T01:37:35.352Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29232026-03-18T01:37:36.621Z Finished `release` profile [optimized] target(s) in 1.26s
29242026-03-18T01:37:36.688Z Running `target/release/omicron-package -t test list-outputs`
29252026-03-18T01:37:36.753ZLogging to: /work/oxidecomputer/omicron/out/LOG
29262026-03-18T01:37:36.757Z+ ptime -m cargo build --locked --release -p xtask
29272026-03-18T01:37:37.476Z Compiling libc v0.2.180
29282026-03-18T01:37:37.476Z Compiling serde v1.0.228
29292026-03-18T01:37:37.479Z Compiling serde_core v1.0.228
29302026-03-18T01:37:37.585Z Compiling rustix v1.1.3
29312026-03-18T01:37:37.621Z Compiling bitflags v2.11.0
29322026-03-18T01:37:37.624Z Compiling serde_json v1.0.149
29332026-03-18T01:37:37.658Z Compiling num-traits v0.2.19
29342026-03-18T01:37:37.674Z Compiling syn v2.0.117
29352026-03-18T01:37:37.691Z Compiling smallvec v1.15.1
29362026-03-18T01:37:37.694Z Compiling hashbrown v0.16.1
29372026-03-18T01:37:37.722Z Compiling usdt-impl v0.5.0
29382026-03-18T01:37:37.756Z Compiling syn v1.0.109
29392026-03-18T01:37:37.772Z Compiling log v0.4.29
29402026-03-18T01:37:37.789Z Compiling percent-encoding v2.3.2
29412026-03-18T01:37:37.941Z Compiling getrandom v0.4.1
29422026-03-18T01:37:38.065Z Compiling form_urlencoded v1.2.2
29432026-03-18T01:37:38.239Z Compiling fs-err v3.3.0
29442026-03-18T01:37:38.257Z Compiling once_cell v1.21.3
29452026-03-18T01:37:38.276Z Compiling heck v0.4.1
29462026-03-18T01:37:38.294Z Compiling anyhow v1.0.102
29472026-03-18T01:37:38.491Z Compiling indexmap v2.13.0
29482026-03-18T01:37:38.586Z Compiling errno v0.3.14
29492026-03-18T01:37:38.589Z Compiling thread-id v4.2.2
29502026-03-18T01:37:38.654Z Compiling memmap v0.7.0
29512026-03-18T01:37:39.114Z Compiling ordered-float v2.10.1
29522026-03-18T01:37:39.831Z Compiling proc-macro-error v1.0.4
29532026-03-18T01:37:40.052Z Compiling terminal_size v0.4.3
29542026-03-18T01:37:40.055Z Compiling tempfile v3.25.0
29552026-03-18T01:37:40.151Z Compiling tabled_derive v0.7.0
29562026-03-18T01:37:40.180Z Compiling clap_builder v4.5.60
29572026-03-18T01:37:40.181Z Compiling textwrap v0.16.2
29582026-03-18T01:37:40.368Z Compiling camino-tempfile v1.4.1
29592026-03-18T01:37:41.024Z Compiling tabled v0.15.0
29602026-03-18T01:37:41.322Z Compiling synstructure v0.13.2
29612026-03-18T01:37:41.325Z Compiling pest_generator v2.8.6
29622026-03-18T01:37:41.864Z Compiling serde_derive v1.0.228
29632026-03-18T01:37:41.868Z Compiling zerofrom-derive v0.1.6
29642026-03-18T01:37:41.894Z Compiling yoke-derive v0.8.1
29652026-03-18T01:37:41.897Z Compiling zerovec-derive v0.11.2
29662026-03-18T01:37:41.897Z Compiling displaydoc v0.2.5
29672026-03-18T01:37:42.013Z Compiling thiserror-impl v1.0.69
29682026-03-18T01:37:42.220Z Compiling zerocopy-derive v0.7.35
29692026-03-18T01:37:42.513Z Compiling pest_derive v2.8.6
29702026-03-18T01:37:42.610Z Compiling scroll_derive v0.12.1
29712026-03-18T01:37:42.610Z Compiling thiserror-impl v2.0.18
29722026-03-18T01:37:42.720Z Compiling clap_derive v4.5.55
29732026-03-18T01:37:43.247Z Compiling zerocopy v0.7.35
29742026-03-18T01:37:43.338Z Compiling zerofrom v0.1.6
29752026-03-18T01:37:43.472Z Compiling scroll v0.12.0
29762026-03-18T01:37:43.505Z Compiling yoke v0.8.1
29772026-03-18T01:37:43.528Z Compiling thiserror v1.0.69
29782026-03-18T01:37:43.677Z Compiling dtrace-parser v0.2.0
29792026-03-18T01:37:43.792Z Compiling zerovec v0.11.5
29802026-03-18T01:37:43.920Z Compiling zerotrie v0.2.3
29812026-03-18T01:37:44.231Z Compiling goblin v0.8.2
29822026-03-18T01:37:44.266Z Compiling thiserror v2.0.18
29832026-03-18T01:37:44.568Z Compiling tinystr v0.8.2
29842026-03-18T01:37:44.654Z Compiling potential_utf v0.1.4
29852026-03-18T01:37:44.899Z Compiling icu_locale_core v2.1.1
29862026-03-18T01:37:44.919Z Compiling icu_collections v2.1.1
29872026-03-18T01:37:44.955Z Compiling clap v4.5.60
29882026-03-18T01:37:46.014Z Compiling icu_provider v2.1.1
29892026-03-18T01:37:46.403Z Compiling icu_normalizer v2.1.1
29902026-03-18T01:37:46.447Z Compiling icu_properties v2.1.2
29912026-03-18T01:37:46.562Z Compiling serde_spanned v0.6.9
29922026-03-18T01:37:46.596Z Compiling toml_datetime v0.6.11
29932026-03-18T01:37:46.747Z Compiling dof v0.3.0
29942026-03-18T01:37:46.793Z Compiling serde_tokenstream v0.2.3
29952026-03-18T01:37:46.812Z Compiling serde-value v0.7.0
29962026-03-18T01:37:46.837Z Compiling cargo-platform v0.2.0
29972026-03-18T01:37:46.874Z Compiling toml_edit v0.22.27
29982026-03-18T01:37:46.982Z Compiling macaddr v1.0.1
29992026-03-18T01:37:47.628Z Compiling usdt-macro v0.5.0
30002026-03-18T01:37:47.628Z Compiling usdt-attr-macro v0.5.0
30012026-03-18T01:37:47.683Z Compiling idna_adapter v1.2.1
30022026-03-18T01:37:47.823Z Compiling idna v1.1.0
30032026-03-18T01:37:48.257Z Compiling url v2.5.8
30042026-03-18T01:37:48.770Z Compiling usdt v0.5.0
30052026-03-18T01:37:48.971Z Compiling toml v0.8.23
30062026-03-18T01:37:49.633Z Compiling cargo-util-schemas v0.8.2
30072026-03-18T01:37:49.686Z Compiling cargo_toml v0.21.0
30082026-03-18T01:37:51.073Z Compiling cargo_metadata v0.21.0
30092026-03-18T01:37:55.259Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30102026-03-18T01:37:59.259Z Finished `release` profile [optimized] target(s) in 22.49s
30112026-03-18T01:37:59.412Z
30122026-03-18T01:37:59.416Zreal 22.620808991
30132026-03-18T01:37:59.416Zuser 3:08.886701082
30142026-03-18T01:37:59.416Zsys 20.880857465
30152026-03-18T01:37:59.416Ztrap 0.089735043
30162026-03-18T01:37:59.416Ztflt 0.805174033
30172026-03-18T01:37:59.416Zdflt 1.906993542
30182026-03-18T01:37:59.416Zkflt 0.000057652
30192026-03-18T01:37:59.416Zlock 7:12.527162334
30202026-03-18T01:37:59.416Zslp 4:23.377295929
30212026-03-18T01:37:59.416Zlat 7.557101954
30222026-03-18T01:37:59.416Zstop 28.821680907
30232026-03-18T01:37:59.416Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30242026-03-18T01:37:59.416Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30252026-03-18T01:37:59.416Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30262026-03-18T01:37:59.416Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30272026-03-18T01:37:59.416Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30282026-03-18T01:38:00.704Z Compiling regress v0.10.5
30292026-03-18T01:38:00.708Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30302026-03-18T01:38:00.876Z Compiling serde_spanned v1.0.4
30312026-03-18T01:38:00.910Z Compiling toml_writer v1.0.6+spec-1.1.0
30322026-03-18T01:38:00.913Z Compiling newtype-uuid-macros v0.1.0
30332026-03-18T01:38:00.913Z Compiling structmeta-derive v0.3.0
30342026-03-18T01:38:00.929Z Compiling rustls v0.22.4
30352026-03-18T01:38:00.932Z Compiling rustls-webpki v0.102.8
30362026-03-18T01:38:00.932Z Compiling multer v3.1.0
30372026-03-18T01:38:00.951Z Compiling match_cfg v0.1.0
30382026-03-18T01:38:00.955Z Compiling debug-ignore v1.0.5
30392026-03-18T01:38:01.069Z Compiling progenitor-client v0.13.0
30402026-03-18T01:38:01.073Z Compiling slog-json v2.6.1
30412026-03-18T01:38:01.093Z Compiling async-stream-impl v0.3.6
30422026-03-18T01:38:01.145Z Compiling dropshot v0.16.7
30432026-03-18T01:38:01.196Z Compiling toml v0.9.12+spec-1.1.0
30442026-03-18T01:38:01.200Z Compiling hostname v0.3.1
30452026-03-18T01:38:01.200Z Compiling itertools v0.14.0
30462026-03-18T01:38:01.200Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30472026-03-18T01:38:01.220Z Compiling waitgroup v0.1.2
30482026-03-18T01:38:01.370Z Compiling rustls-pemfile v2.2.0
30492026-03-18T01:38:01.423Z Compiling dropshot_endpoint v0.16.7
30502026-03-18T01:38:01.476Z Compiling slog-bunyan v2.5.0
30512026-03-18T01:38:01.479Z Compiling serde_path_to_error v0.1.20
30522026-03-18T01:38:01.575Z Compiling hostname v0.4.2
30532026-03-18T01:38:01.578Z Compiling macaddr v1.0.1
30542026-03-18T01:38:01.666Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30552026-03-18T01:38:01.670Z Compiling progenitor-client v0.10.0
30562026-03-18T01:38:01.718Z Compiling instant v0.1.13
30572026-03-18T01:38:01.783Z Compiling backon v1.6.0
30582026-03-18T01:38:01.883Z Compiling backoff v0.4.0
30592026-03-18T01:38:01.933Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30602026-03-18T01:38:01.974Z Compiling async-stream v0.3.6
30612026-03-18T01:38:02.008Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30622026-03-18T01:38:02.037Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30632026-03-18T01:38:02.067Z Compiling progenitor-extras v0.1.1
30642026-03-18T01:38:02.095Z Compiling unsafe-libyaml v0.2.11
30652026-03-18T01:38:02.123Z Compiling crucible-workspace-hack v0.1.0
30662026-03-18T01:38:02.157Z Compiling toml_edit v0.23.10+spec-1.0.0
30672026-03-18T01:38:02.179Z Compiling secrecy v0.10.3
30682026-03-18T01:38:02.210Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30692026-03-18T01:38:02.236Z Compiling heapless v0.8.0
30702026-03-18T01:38:02.384Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30712026-03-18T01:38:02.411Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30722026-03-18T01:38:02.460Z Compiling structmeta v0.3.0
30732026-03-18T01:38:02.464Z Compiling hash32 v0.3.1
30742026-03-18T01:38:02.537Z Compiling smoltcp v0.11.0
30752026-03-18T01:38:02.624Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30762026-03-18T01:38:02.709Z Compiling toml v0.8.23
30772026-03-18T01:38:02.736Z Compiling tabwriter v1.4.1
30782026-03-18T01:38:02.788Z Compiling derive-ex v0.1.8
30792026-03-18T01:38:02.810Z Compiling parse-display-derive v0.10.0
30802026-03-18T01:38:02.884Z Compiling serde_yaml v0.9.34+deprecated
30812026-03-18T01:38:02.970Z Compiling proc-macro-crate v3.4.0
30822026-03-18T01:38:03.011Z Compiling ingot-macros v0.1.1
30832026-03-18T01:38:03.074Z Compiling cobs v0.3.0
30842026-03-18T01:38:03.098Z Compiling foreign-types-macros v0.2.3
30852026-03-18T01:38:03.103Z Compiling cpufeatures v0.3.0
30862026-03-18T01:38:03.161Z Compiling convert_case v0.4.0
30872026-03-18T01:38:03.255Z Compiling foreign-types-shared v0.3.1
30882026-03-18T01:38:03.279Z Compiling postcard v1.1.3
30892026-03-18T01:38:03.355Z Compiling chacha20 v0.10.0
30902026-03-18T01:38:03.635Z Compiling proc-macro-crate v1.3.1
30912026-03-18T01:38:03.700Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30922026-03-18T01:38:03.726Z Compiling derive_more v0.99.20
30932026-03-18T01:38:03.754Z Compiling num_enum_derive v0.7.5
30942026-03-18T01:38:03.760Z Compiling universal-hash v0.5.1
30952026-03-18T01:38:03.811Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30962026-03-18T01:38:03.815Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30972026-03-18T01:38:03.957Z Compiling cstr-argument v0.1.2
30982026-03-18T01:38:03.982Z Compiling foreign-types v0.5.0
30992026-03-18T01:38:04.012Z Compiling opaque-debug v0.3.1
31002026-03-18T01:38:04.116Z Compiling colored v3.1.1
31012026-03-18T01:38:04.141Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31022026-03-18T01:38:04.191Z Compiling tokio-rustls v0.25.0
31032026-03-18T01:38:04.246Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31042026-03-18T01:38:04.272Z Compiling num_enum_derive v0.5.11
31052026-03-18T01:38:04.277Z Compiling rand v0.10.0
31062026-03-18T01:38:04.325Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31072026-03-18T01:38:04.444Z Compiling typify-impl v0.6.1
31082026-03-18T01:38:04.533Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31092026-03-18T01:38:04.620Z Compiling half v2.7.1
31102026-03-18T01:38:04.662Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31112026-03-18T01:38:05.062Z Compiling ciborium-io v0.2.2
31122026-03-18T01:38:05.089Z Compiling camino-tempfile v1.4.1
31132026-03-18T01:38:05.093Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31142026-03-18T01:38:05.601Z Compiling ciborium-ll v0.2.2
31152026-03-18T01:38:05.620Z Compiling parse-display v0.10.0
31162026-03-18T01:38:05.620Z Compiling test-strategy v0.4.5
31172026-03-18T01:38:05.620Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31182026-03-18T01:38:05.620Z Compiling num_enum v0.7.5
31192026-03-18T01:38:05.621Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31202026-03-18T01:38:05.621Z Compiling smf v0.2.3
31212026-03-18T01:38:05.621Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31222026-03-18T01:38:05.621Z Compiling ciborium v0.2.2
31232026-03-18T01:38:05.621Z Compiling aead v0.5.2
31242026-03-18T01:38:05.621Z Compiling num-derive v0.4.2
31252026-03-18T01:38:05.621Z Compiling sigpipe v0.1.3
31262026-03-18T01:38:05.698Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31272026-03-18T01:38:05.723Z Compiling glob v0.3.3
31282026-03-18T01:38:05.773Z Compiling num_enum v0.5.11
31292026-03-18T01:38:05.805Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31302026-03-18T01:38:05.849Z Compiling poly1305 v0.8.0
31312026-03-18T01:38:05.951Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31322026-03-18T01:38:06.009Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31332026-03-18T01:38:06.142Z Compiling chacha20 v0.9.1
31342026-03-18T01:38:06.165Z Compiling whoami v1.6.1
31352026-03-18T01:38:06.277Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31362026-03-18T01:38:06.377Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31372026-03-18T01:38:06.402Z Compiling thiserror-impl-no-std v2.0.2
31382026-03-18T01:38:06.509Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31392026-03-18T01:38:06.535Z Compiling num-rational v0.4.2
31402026-03-18T01:38:06.565Z Compiling password-hash v0.5.0
31412026-03-18T01:38:06.594Z Compiling blake2 v0.10.6
31422026-03-18T01:38:06.831Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31432026-03-18T01:38:06.858Z Compiling num-complex v0.4.6
31442026-03-18T01:38:06.862Z Compiling prettyplease v0.2.37
31452026-03-18T01:38:06.911Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31462026-03-18T01:38:06.951Z Compiling indent_write v2.2.0
31472026-03-18T01:38:07.070Z Compiling ingot-types v0.1.2
31482026-03-18T01:38:07.151Z Compiling argon2 v0.5.3
31492026-03-18T01:38:07.178Z Compiling chacha20poly1305 v0.10.1
31502026-03-18T01:38:07.244Z Compiling float-ord v0.3.2
31512026-03-18T01:38:07.408Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31522026-03-18T01:38:07.411Z Compiling num v0.4.3
31532026-03-18T01:38:07.411Z Compiling gethostname v0.5.0
31542026-03-18T01:38:07.484Z Compiling usdt-macro v0.5.0
31552026-03-18T01:38:07.488Z Compiling usdt-attr-macro v0.5.0
31562026-03-18T01:38:07.488Z Compiling derive-where v1.6.0
31572026-03-18T01:38:07.561Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31582026-03-18T01:38:07.587Z Compiling memmap v0.7.0
31592026-03-18T01:38:07.619Z Compiling ingot v0.1.1
31602026-03-18T01:38:07.677Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31612026-03-18T01:38:07.866Z Compiling typify-impl v0.4.3
31622026-03-18T01:38:07.911Z Compiling atomicwrites v0.4.4
31632026-03-18T01:38:08.057Z Compiling owo-colors v4.3.0
31642026-03-18T01:38:08.081Z Compiling thiserror-no-std v2.0.2
31652026-03-18T01:38:08.198Z Compiling vsss-rs v3.3.4
31662026-03-18T01:38:08.203Z Compiling cancel-safe-futures v0.1.5
31672026-03-18T01:38:08.248Z Compiling libsw-core v0.3.2
31682026-03-18T01:38:08.518Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31692026-03-18T01:38:08.544Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31702026-03-18T01:38:08.623Z Compiling usdt v0.5.0
31712026-03-18T01:38:08.645Z Compiling async-recursion v1.1.1
31722026-03-18T01:38:08.677Z Compiling resolv-conf v0.7.6
31732026-03-18T01:38:09.049Z Compiling libsw v3.5.0
31742026-03-18T01:38:09.073Z Compiling linear-map v1.2.0
31752026-03-18T01:38:09.196Z Compiling libefi-sys v0.1.0
31762026-03-18T01:38:09.224Z Compiling hickory-proto v0.24.4
31772026-03-18T01:38:09.245Z Compiling newline-converter v0.3.0
31782026-03-18T01:38:09.323Z Compiling console v0.15.11
31792026-03-18T01:38:09.364Z Compiling bitfield-struct v0.6.2
31802026-03-18T01:38:09.433Z Compiling semver v0.1.20
31812026-03-18T01:38:09.459Z Compiling linked-hash-map v0.5.6
31822026-03-18T01:38:09.543Z Compiling pin-project-internal v1.1.11
31832026-03-18T01:38:09.628Z Compiling slog-dtrace v0.3.0
31842026-03-18T01:38:09.698Z Compiling rustc_version v0.1.7
31852026-03-18T01:38:09.746Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31862026-03-18T01:38:09.813Z Compiling expectorate v1.2.0
31872026-03-18T01:38:09.853Z Compiling lru-cache v0.1.2
31882026-03-18T01:38:09.904Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31892026-03-18T01:38:09.924Z Compiling minimal-lexical v0.2.1
31902026-03-18T01:38:10.059Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31912026-03-18T01:38:10.060Z Compiling newtype_derive v0.1.6
31922026-03-18T01:38:10.060Z Compiling tokio-dtrace v0.1.1
31932026-03-18T01:38:10.134Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31942026-03-18T01:38:10.172Z Compiling dropshot-api-manager-types v0.6.0
31952026-03-18T01:38:10.291Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31962026-03-18T01:38:10.317Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31972026-03-18T01:38:10.363Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31982026-03-18T01:38:10.386Z Compiling nom v7.1.3
31992026-03-18T01:38:10.486Z Compiling phf_shared v0.12.1
32002026-03-18T01:38:10.512Z Compiling pem v3.0.6
32012026-03-18T01:38:10.644Z Compiling snafu-derive v0.8.9
32022026-03-18T01:38:10.669Z Compiling csv-core v0.1.13
32032026-03-18T01:38:10.760Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32042026-03-18T01:38:10.818Z Compiling highway v1.3.0
32052026-03-18T01:38:10.889Z Compiling same-file v1.0.6
32062026-03-18T01:38:11.005Z Compiling xshell-macros v0.2.7
32072026-03-18T01:38:11.059Z Compiling chrono-tz v0.10.4
32082026-03-18T01:38:11.151Z Compiling const_format_proc_macros v0.2.34
32092026-03-18T01:38:11.177Z Compiling typify-macro v0.6.1
32102026-03-18T01:38:11.205Z Compiling pin-project v1.1.11
32112026-03-18T01:38:11.350Z Compiling walkdir v2.5.0
32122026-03-18T01:38:11.376Z Compiling csv v1.4.0
32132026-03-18T01:38:11.380Z Compiling phf v0.12.1
32142026-03-18T01:38:11.426Z Compiling oxide-tokio-rt v0.1.3
32152026-03-18T01:38:11.644Z Compiling xshell v0.2.7
32162026-03-18T01:38:11.865Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32172026-03-18T01:38:11.895Z Compiling globset v0.4.18
32182026-03-18T01:38:12.033Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32192026-03-18T01:38:12.158Z Compiling olpc-cjson v0.1.4
32202026-03-18T01:38:12.230Z Compiling hickory-resolver v0.24.4
32212026-03-18T01:38:12.291Z Compiling primeorder v0.13.6
32222026-03-18T01:38:12.319Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32232026-03-18T01:38:12.349Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32242026-03-18T01:38:12.376Z Compiling serde_plain v1.0.2
32252026-03-18T01:38:12.403Z Compiling base64 v0.21.7
32262026-03-18T01:38:12.430Z Compiling typed-path v0.9.3
32272026-03-18T01:38:12.673Z Compiling const_format v0.2.35
32282026-03-18T01:38:12.677Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32292026-03-18T01:38:12.906Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32302026-03-18T01:38:12.986Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32312026-03-18T01:38:13.070Z Compiling tabled_derive v0.7.0
32322026-03-18T01:38:13.149Z Compiling bcs v0.1.6
32332026-03-18T01:38:13.429Z Compiling snafu v0.8.9
32342026-03-18T01:38:13.615Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32352026-03-18T01:38:13.671Z Compiling typify v0.6.1
32362026-03-18T01:38:13.727Z Compiling qorb v0.4.1
32372026-03-18T01:38:13.812Z Compiling progenitor-impl v0.13.0
32382026-03-18T01:38:13.861Z Compiling tough v0.20.0
32392026-03-18T01:38:13.912Z Compiling radium v0.7.0
32402026-03-18T01:38:13.939Z Compiling salty v0.3.0
32412026-03-18T01:38:13.977Z Compiling termtree v0.5.1
32422026-03-18T01:38:14.218Z Compiling textwrap v0.16.2
32432026-03-18T01:38:14.269Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32442026-03-18T01:38:14.350Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32452026-03-18T01:38:14.373Z Compiling steno v0.4.1
32462026-03-18T01:38:14.505Z Compiling tabled v0.15.0
32472026-03-18T01:38:14.555Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32482026-03-18T01:38:14.596Z Compiling typify-macro v0.4.3
32492026-03-18T01:38:14.647Z Compiling utf-8 v0.7.6
32502026-03-18T01:38:14.722Z Compiling humantime v2.3.0
32512026-03-18T01:38:14.771Z Compiling maybe-uninit v2.0.0
32522026-03-18T01:38:14.901Z Compiling tap v1.0.1
32532026-03-18T01:38:14.927Z Compiling tungstenite v0.21.0
32542026-03-18T01:38:15.093Z Compiling wyz v0.5.1
32552026-03-18T01:38:15.119Z Compiling p384 v0.13.1
32562026-03-18T01:38:15.258Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32572026-03-18T01:38:15.332Z Compiling arc-swap v1.8.2
32582026-03-18T01:38:15.416Z Compiling funty v2.0.0
32592026-03-18T01:38:15.444Z Compiling packed_struct v0.10.1
32602026-03-18T01:38:15.774Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32612026-03-18T01:38:15.824Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32622026-03-18T01:38:15.929Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32632026-03-18T01:38:16.139Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32642026-03-18T01:38:16.356Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32652026-03-18T01:38:16.557Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32662026-03-18T01:38:16.582Z Compiling tagptr v0.2.0
32672026-03-18T01:38:16.608Z Compiling bitvec v1.0.1
32682026-03-18T01:38:16.827Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32692026-03-18T01:38:16.998Z Compiling typify v0.4.3
32702026-03-18T01:38:17.110Z Compiling moka v0.12.13
32712026-03-18T01:38:17.177Z Compiling progenitor-impl v0.10.0
32722026-03-18T01:38:17.363Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32732026-03-18T01:38:17.645Z Compiling progenitor-macro v0.13.0
32742026-03-18T01:38:17.906Z Compiling slog-scope v4.4.1
32752026-03-18T01:38:17.941Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32762026-03-18T01:38:18.015Z Compiling tokio-tungstenite v0.21.0
32772026-03-18T01:38:18.237Z Compiling polyval v0.6.2
32782026-03-18T01:38:18.267Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32792026-03-18T01:38:18.293Z Compiling packed_struct_codegen v0.10.1
32802026-03-18T01:38:18.328Z Compiling zerocopy-derive v0.6.6
32812026-03-18T01:38:18.452Z Compiling bitfield-macros v0.19.4
32822026-03-18T01:38:18.509Z Compiling proc-macro-error-attr2 v2.0.0
32832026-03-18T01:38:18.584Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32842026-03-18T01:38:18.673Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32852026-03-18T01:38:18.728Z Compiling indexmap v1.9.3
32862026-03-18T01:38:18.872Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32872026-03-18T01:38:19.050Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32882026-03-18T01:38:19.110Z Compiling parking_lot_core v0.8.6
32892026-03-18T01:38:19.384Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32902026-03-18T01:38:19.479Z Compiling nodrop v0.1.14
32912026-03-18T01:38:19.504Z Compiling crc-catalog v2.4.0
32922026-03-18T01:38:19.565Z Compiling bitfield v0.19.4
32932026-03-18T01:38:19.590Z Compiling zerocopy v0.6.6
32942026-03-18T01:38:19.638Z Compiling crc v3.4.0
32952026-03-18T01:38:19.675Z Compiling array-init v0.0.4
32962026-03-18T01:38:19.736Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32972026-03-18T01:38:19.988Z Compiling proc-macro-error2 v2.0.1
32982026-03-18T01:38:20.072Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32992026-03-18T01:38:20.114Z Compiling ghash v0.5.1
33002026-03-18T01:38:20.143Z Compiling smallvec v0.6.14
33012026-03-18T01:38:20.264Z Compiling slog-stdlog v4.1.1
33022026-03-18T01:38:20.335Z Compiling hickory-resolver v0.25.2
33032026-03-18T01:38:20.458Z Compiling git-stub v1.0.0
33042026-03-18T01:38:20.483Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33052026-03-18T01:38:20.588Z Compiling ctr v0.9.2
33062026-03-18T01:38:20.721Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33072026-03-18T01:38:20.854Z Compiling num-derive v0.3.3
33082026-03-18T01:38:20.888Z Compiling lzma-sys v0.1.20
33092026-03-18T01:38:20.990Z Compiling progenitor-macro v0.10.0
33102026-03-18T01:38:21.087Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33112026-03-18T01:38:21.156Z Compiling hashbrown v0.12.3
33122026-03-18T01:38:21.286Z Compiling unicase v2.9.0
33132026-03-18T01:38:21.339Z Compiling aes-gcm v0.10.3
33142026-03-18T01:38:21.408Z Compiling git-stub-vcs v0.1.0
33152026-03-18T01:38:21.449Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33162026-03-18T01:38:21.590Z Compiling mime_guess v2.0.5
33172026-03-18T01:38:21.615Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33182026-03-18T01:38:21.647Z Compiling slog-envlogger v2.2.0
33192026-03-18T01:38:21.676Z Compiling tabled_derive v0.11.0
33202026-03-18T01:38:21.837Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33212026-03-18T01:38:21.890Z Compiling serde-hex v0.1.0
33222026-03-18T01:38:21.935Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33232026-03-18T01:38:22.108Z Compiling libscf-sys v1.1.0
33242026-03-18T01:38:22.223Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33252026-03-18T01:38:22.355Z Compiling progenitor-impl v0.11.2
33262026-03-18T01:38:22.420Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33272026-03-18T01:38:22.603Z Compiling ron v0.8.1
33282026-03-18T01:38:22.627Z Compiling papergrid v0.17.0
33292026-03-18T01:38:22.764Z Compiling cargo_toml v0.22.3
33302026-03-18T01:38:23.054Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33312026-03-18T01:38:23.183Z Compiling hashbrown v0.13.2
33322026-03-18T01:38:23.348Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33332026-03-18T01:38:23.785Z Compiling testing_table v0.3.0
33342026-03-18T01:38:23.879Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33352026-03-18T01:38:24.036Z Compiling ssh-encoding v0.2.0
33362026-03-18T01:38:24.093Z Compiling blowfish v0.9.1
33372026-03-18T01:38:24.175Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33382026-03-18T01:38:24.231Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33392026-03-18T01:38:24.441Z Compiling nibble_vec v0.1.0
33402026-03-18T01:38:24.466Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33412026-03-18T01:38:24.492Z Compiling crc-any v2.5.0
33422026-03-18T01:38:24.564Z Compiling endian-type v0.1.2
33432026-03-18T01:38:24.641Z Compiling corncobs v0.1.4
33442026-03-18T01:38:24.669Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33452026-03-18T01:38:24.792Z Compiling radix_trie v0.2.1
33462026-03-18T01:38:24.843Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33472026-03-18T01:38:24.874Z Compiling ssh-cipher v0.2.0
33482026-03-18T01:38:24.909Z Compiling bcrypt-pbkdf v0.10.0
33492026-03-18T01:38:25.006Z Compiling tabled v0.20.0
33502026-03-18T01:38:25.154Z Compiling object v0.30.4
33512026-03-18T01:38:25.182Z Compiling progenitor v0.13.0
33522026-03-18T01:38:25.211Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33532026-03-18T01:38:25.282Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33542026-03-18T01:38:25.416Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33552026-03-18T01:38:25.439Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33562026-03-18T01:38:25.466Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33572026-03-18T01:38:25.724Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33582026-03-18T01:38:25.751Z Compiling parking_lot v0.11.2
33592026-03-18T01:38:26.169Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33602026-03-18T01:38:26.288Z Compiling progenitor-macro v0.11.2
33612026-03-18T01:38:26.322Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33622026-03-18T01:38:26.347Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33632026-03-18T01:38:26.703Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33642026-03-18T01:38:26.916Z Compiling progenitor-client v0.11.2
33652026-03-18T01:38:26.941Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33662026-03-18T01:38:26.944Z Compiling prefix-trie v0.7.0
33672026-03-18T01:38:27.120Z Compiling password-hash v0.4.2
33682026-03-18T01:38:27.144Z Compiling fxhash v0.2.1
33692026-03-18T01:38:27.355Z Compiling secrecy v0.8.0
33702026-03-18T01:38:27.377Z Compiling half v1.8.3
33712026-03-18T01:38:27.524Z Compiling path-slash v0.1.5
33722026-03-18T01:38:27.578Z Compiling http-range v0.1.5
33732026-03-18T01:38:27.686Z Compiling serde_cbor v0.11.2
33742026-03-18T01:38:27.740Z Compiling pbkdf2 v0.11.0
33752026-03-18T01:38:27.789Z Compiling hickory-server v0.25.2
33762026-03-18T01:38:27.855Z Compiling sled v0.34.7
33772026-03-18T01:38:28.284Z Compiling progenitor v0.10.0
33782026-03-18T01:38:28.288Z Compiling ron v0.12.0
33792026-03-18T01:38:28.427Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33802026-03-18T01:38:28.521Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33812026-03-18T01:38:28.549Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33822026-03-18T01:38:28.581Z Compiling xz2 v0.1.7
33832026-03-18T01:38:28.998Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33842026-03-18T01:38:29.470Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33852026-03-18T01:38:29.677Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33862026-03-18T01:38:29.750Z Compiling ssh-key v0.6.7
33872026-03-18T01:38:29.774Z Compiling hickory-client v0.25.2
33882026-03-18T01:38:30.279Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33892026-03-18T01:38:30.304Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33902026-03-18T01:38:30.462Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33912026-03-18T01:38:30.740Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33922026-03-18T01:38:30.765Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33932026-03-18T01:38:30.765Z Compiling p256 v0.13.2
33942026-03-18T01:38:31.339Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33952026-03-18T01:38:31.518Z Compiling p521 v0.13.3
33962026-03-18T01:38:31.760Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33972026-03-18T01:38:31.793Z Compiling yasna v0.5.2
33982026-03-18T01:38:31.819Z Compiling kstat-rs v0.2.4
33992026-03-18T01:38:32.228Z Compiling headers-core v0.3.0
34002026-03-18T01:38:32.254Z Compiling nanorand v0.7.0
34012026-03-18T01:38:32.421Z Compiling russh-cryptovec v0.7.3
34022026-03-18T01:38:32.620Z Compiling atty v0.2.14
34032026-03-18T01:38:32.686Z Compiling base16ct v1.0.0
34042026-03-18T01:38:32.712Z Compiling crc8 v0.1.1
34052026-03-18T01:38:32.795Z Compiling md5 v0.7.0
34062026-03-18T01:38:32.799Z Compiling home v0.5.12
34072026-03-18T01:38:32.910Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34082026-03-18T01:38:32.914Z Compiling flume v0.11.1
34092026-03-18T01:38:32.969Z Compiling rcgen v0.12.1
34102026-03-18T01:38:33.038Z Compiling russh-keys v0.45.0
34112026-03-18T01:38:33.159Z Compiling headers v0.4.1
34122026-03-18T01:38:33.185Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34132026-03-18T01:38:33.189Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34142026-03-18T01:38:33.243Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34152026-03-18T01:38:33.414Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34162026-03-18T01:38:33.445Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34172026-03-18T01:38:33.629Z Compiling progenitor v0.11.2
34182026-03-18T01:38:33.781Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34192026-03-18T01:38:33.865Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34202026-03-18T01:38:34.028Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34212026-03-18T01:38:34.166Z Compiling hyper-staticfile v0.10.1
34222026-03-18T01:38:34.270Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34232026-03-18T01:38:34.273Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34242026-03-18T01:38:34.704Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34252026-03-18T01:38:34.780Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34262026-03-18T01:38:34.897Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34272026-03-18T01:38:35.067Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34282026-03-18T01:38:35.174Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34292026-03-18T01:38:35.241Z Compiling num-bigint v0.4.6
34302026-03-18T01:38:35.383Z Compiling des v0.8.1
34312026-03-18T01:38:35.386Z Compiling subprocess v0.2.15
34322026-03-18T01:38:35.454Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34332026-03-18T01:38:35.672Z Compiling display-error-chain v0.2.2
34342026-03-18T01:38:35.710Z Compiling hex-literal v0.4.1
34352026-03-18T01:38:35.878Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34362026-03-18T01:38:35.881Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34372026-03-18T01:38:36.044Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34382026-03-18T01:38:36.117Z Compiling colored v2.2.0
34392026-03-18T01:38:36.144Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34402026-03-18T01:38:36.471Z Compiling socket2 v0.5.10
34412026-03-18T01:38:36.503Z Compiling internet-checksum v0.2.1
34422026-03-18T01:38:37.101Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34432026-03-18T01:38:37.241Z Compiling russh v0.45.0
34442026-03-18T01:38:37.847Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34452026-03-18T01:38:44.656Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34462026-03-18T01:38:54.873Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34472026-03-18T01:38:54.873Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34482026-03-18T01:38:54.876Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34492026-03-18T01:38:54.876Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34502026-03-18T01:38:57.062Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34512026-03-18T01:38:57.265Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34522026-03-18T01:39:03.056Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34532026-03-18T01:39:33.163Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34542026-03-18T01:39:57.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 58s
34552026-03-18T01:39:57.818Z
34562026-03-18T01:39:57.821Zreal 1:58.361600883
34572026-03-18T01:39:57.821Zuser 11:36.134221600
34582026-03-18T01:39:57.822Zsys 2:04.866092684
34592026-03-18T01:39:57.822Ztrap 0.359872718
34602026-03-18T01:39:57.822Ztflt 0.542299359
34612026-03-18T01:39:57.822Zdflt 1.776145356
34622026-03-18T01:39:57.822Zkflt 0.001297235
34632026-03-18T01:39:57.822Zlock 40:23.595715830
34642026-03-18T01:39:57.822Zslp 26:10.287415956
34652026-03-18T01:39:57.822Zlat 45.848466554
34662026-03-18T01:39:57.822Zstop 3:58.751432577
34672026-03-18T01:39:57.822Z+ mkdir tests
34682026-03-18T01:39:57.825Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34692026-03-18T01:39:57.825Z+ xargs -I '{}' -t cp '{}' tests/
34702026-03-18T01:39:57.861Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-58b78f45b9570bbf tests/
34712026-03-18T01:39:57.893Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-e6f8ef4052bfb0c2 tests/
34722026-03-18T01:39:57.926Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-24d786529c44a77c tests/
34732026-03-18T01:39:57.957Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a99e61b3cc7d9b0e tests/
34742026-03-18T01:39:58.295Z+ 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/*)
34752026-03-18T01:39:58.298Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-e6f8ef4052bfb0c2 tests/commtest-24d786529c44a77c tests/dhcp_server-58b78f45b9570bbf tests/end_to_end_tests-a99e61b3cc7d9b0e out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34762026-03-18T01:41:37.665ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34772026-03-18T01:41:37.665Za .github/buildomat/ci-env.sh 1K
34782026-03-18T01:41:37.665Za out/target/test 1K
34792026-03-18T01:41:37.665Za out/npuzone/npuzone 27402K
34802026-03-18T01:41:37.665Za package-manifest.toml 35K
34812026-03-18T01:41:37.665Za smf/sled-agent/non-gimlet/config.toml 6K
34822026-03-18T01:41:37.665Za target/release/omicron-package 40561K
34832026-03-18T01:41:37.665Za target/release/xtask 11433K
34842026-03-18T01:41:37.665Za target/debug/bootstrap 335373K
34852026-03-18T01:41:37.665Za tests/bootstrap-e6f8ef4052bfb0c2 31310K
34862026-03-18T01:41:37.665Za tests/commtest-24d786529c44a77c 32395K
34872026-03-18T01:41:37.666Za tests/dhcp_server-58b78f45b9570bbf 31310K
34882026-03-18T01:41:37.666Za tests/end_to_end_tests-a99e61b3cc7d9b0e 377668K
34892026-03-18T01:41:37.666Za out/clickhouse.tar.gz 301709K
34902026-03-18T01:41:37.666Za out/clickhouse_keeper.tar.gz 287173K
34912026-03-18T01:41:37.666Za out/clickhouse_server.tar.gz 301708K
34922026-03-18T01:41:37.666Za out/cockroachdb.tar.gz 156525K
34932026-03-18T01:41:37.666Za out/crucible-pantry-zone.tar.gz 38990K
34942026-03-18T01:41:37.666Za out/crucible-utils.tar 17744K
34952026-03-18T01:41:37.666Za out/crucible-zone.tar.gz 53128K
34962026-03-18T01:41:37.666Za out/external-dns.tar.gz 43604K
34972026-03-18T01:41:37.666Za out/internal-dns.tar.gz 43604K
34982026-03-18T01:41:37.666Za out/mg-ddm-gz.tar 78377K
34992026-03-18T01:41:37.666Za out/nexus.tar.gz 209125K
35002026-03-18T01:41:37.666Za out/ntp.tar.gz 25418K
35012026-03-18T01:41:37.666Za out/omicron-gateway-softnpu.tar.gz 28225K
35022026-03-18T01:41:37.666Za out/omicron-sled-agent.tar 186532K
35032026-03-18T01:41:37.666Za out/overlay.tar.gz 3K
35042026-03-18T01:41:37.666Za out/oximeter.tar.gz 57426K
35052026-03-18T01:41:37.666Za out/oxlog.tar 3782K
35062026-03-18T01:41:37.666Za out/probe.tar.gz 3037K
35072026-03-18T01:41:37.666Za out/propolis-server.tar.gz 74633K
35082026-03-18T01:41:37.666Za out/pumpkind-gz.tar 26647K
35092026-03-18T01:41:37.666Za out/switch-softnpu.tar.gz 367878K
35102026-03-18T01:41:37.670Z
35112026-03-18T01:41:37.670Zreal 1:39.389087032
35122026-03-18T01:41:37.670Zuser 1:36.423426203
35132026-03-18T01:41:37.670Zsys 6.058865882
35142026-03-18T01:41:37.670Ztrap 0.006646225
35152026-03-18T01:41:37.670Ztflt 0.000000000
35162026-03-18T01:41:37.670Zdflt 0.000000000
35172026-03-18T01:41:37.670Zkflt 0.000000000
35182026-03-18T01:41:37.670Zlock 0.000000000
35192026-03-18T01:41:37.670Zslp 1:35.667216563
35202026-03-18T01:41:37.670Zlat 0.616152788
35212026-03-18T01:41:37.670Zstop 0.000706993
35222026-03-18T01:41:37.670Zprocess exited: duration 1237912 ms, exit code 0
 
35232026-03-18T01:41:37.685Zfound 1 output files
35242026-03-18T01:41:37.685Zuploading: /work/package.tar.gz (2319796344 bytes)
35252026-03-18T01:42:05.237Zuploaded: /work/package.tar.gz