01KJP96CMD501F6JAJVZAJAGJ4: helios / package

BasicConfig {
    output_rules: [
        "=/work/package.tar.gz",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KJP96R8QCBVYTZ63TAY97W58

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-02T03:24:54.514Zjob assigned to worker 01KJP96VW44QWBN66TXMZDT8SH [factory gimlet-EVT22200007-propolis, EVT22200007/59772] (queued for 28 s)
 
22026-03-02T03:25:03.755Zstarting task 0: "setup"
32026-03-02T03:25:03.780Z++ uname -s
42026-03-02T03:25:03.780Z+ kern=SunOS
52026-03-02T03:25:03.780Z+ build_user=build
62026-03-02T03:25:03.780Z+ build_uid=12345
72026-03-02T03:25:03.780Z+ work_dir=/work
82026-03-02T03:25:03.780Z+ input_dir=/input
92026-03-02T03:25:03.780Z+ [[ 0 == 12345 ]]
102026-03-02T03:25:03.780Z+ case "$kern" in
112026-03-02T03:25:03.780Z+ groupadd -g 12345 build
122026-03-02T03:25:03.780Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-02T03:25:05.780Z+ zfs create -o mountpoint=/work rpool/work
142026-03-02T03:25:05.819Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-02T03:25:05.844Z+ home_fs=zfs
162026-03-02T03:25:05.844Z+ [[ zfs == autofs ]]
172026-03-02T03:25:05.844Z+ mkdir -p /home/build
182026-03-02T03:25:05.844Z+ chown build:build /home/build /work
192026-03-02T03:25:07.829Z+ chmod 0700 /home/build /work
202026-03-02T03:25:07.853Zprocess exited: duration 4076 ms, exit code 0
 
212026-03-02T03:25:07.903Zstarting task 1: "rust-toolchain"
222026-03-02T03:25:07.928Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-03-02T03:25:07.928Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-02T03:25:07.928Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-03-02T03:25:07.928Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-03-02T03:25:07.928Z * rust toolchain channel = "1.91.1"
272026-03-02T03:25:07.928Z * rust toolchain profile = "default"
282026-03-02T03:25:07.929Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-02T03:25:07.929Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-02T03:25:08.042Zinfo: downloading installer
312026-03-02T03:25:09.221Zwarn: It looks like you have an existing installation of Rust at:
322026-03-02T03:25:09.221Zwarn: /opt/ooce/bin
332026-03-02T03:25:09.222Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-02T03:25:09.222Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-02T03:25:09.222Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-02T03:25:09.222Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-02T03:25:09.222Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-02T03:25:09.222Zerror: cannot install while Rust is installed
392026-03-02T03:25:09.222Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-02T03:25:09.247Zinfo: profile set to 'default'
412026-03-02T03:25:09.247Zinfo: default host triple is x86_64-unknown-illumos
422026-03-02T03:25:09.248Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-03-02T03:25:09.378Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-03-02T03:25:09.378Zinfo: downloading component 'cargo'
452026-03-02T03:25:09.845Zinfo: downloading component 'clippy'
462026-03-02T03:25:09.982Zinfo: downloading component 'rust-docs'
472026-03-02T03:25:10.597Zinfo: downloading component 'rust-std'
482026-03-02T03:25:11.581Zinfo: downloading component 'rustc'
492026-03-02T03:25:15.056Zinfo: downloading component 'rustfmt'
502026-03-02T03:25:15.132Zinfo: installing component 'cargo'
512026-03-02T03:25:16.367Zinfo: installing component 'clippy'
522026-03-02T03:25:16.821Zinfo: installing component 'rust-docs'
532026-03-02T03:25:20.284Zinfo: installing component 'rust-std'
542026-03-02T03:25:22.336Zinfo: installing component 'rustc'
552026-03-02T03:25:30.631Zinfo: installing component 'rustfmt'
562026-03-02T03:25:31.023Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-03-02T03:25:31.023Z
582026-03-02T03:25:31.195Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-03-02T03:25:31.195Z
602026-03-02T03:25:31.220Z
612026-03-02T03:25:31.220ZRust is installed now. Great!
622026-03-02T03:25:31.220Z
632026-03-02T03:25:31.220ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-03-02T03:25:31.220Zenvironment variable. This has not been done automatically.
652026-03-02T03:25:31.220Z
662026-03-02T03:25:31.220ZTo configure your current shell, you need to source
672026-03-02T03:25:31.220Zthe corresponding env file under $HOME/.cargo.
682026-03-02T03:25:31.220Z
692026-03-02T03:25:31.220ZThis is usually done by running one of the following (note the leading DOT):
702026-03-02T03:25:31.221Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-03-02T03:25:31.221Zsource "$HOME/.cargo/env.fish" # For fish
722026-03-02T03:25:31.221Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-03-02T03:25:31.318Z+ rustup --version
742026-03-02T03:25:31.342Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-03-02T03:25:31.342Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-03-02T03:25:31.470Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-03-02T03:25:31.494Z+ cargo --version
782026-03-02T03:25:31.593Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-03-02T03:25:31.617Z+ rustc --version
802026-03-02T03:25:31.716Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-03-02T03:25:31.741Zprocess exited: duration 23817 ms, exit code 0
 
822026-03-02T03:25:31.792Zstarting task 2: "authentication"
832026-03-02T03:25:31.850Zprocess exited: duration 59 ms, exit code 0
 
842026-03-02T03:25:31.899Zstarting task 3: "clone repository"
852026-03-02T03:25:31.923Z+ mkdir -p /work/oxidecomputer/omicron
862026-03-02T03:25:31.923Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-03-02T03:25:31.947ZCloning into '/work/oxidecomputer/omicron'...
882026-03-02T03:25:45.310Z+ cd /work/oxidecomputer/omicron
892026-03-02T03:25:45.310Z+ git fetch origin 1125c15d9c41e657fc1d8a0da53f0af0a901521a
902026-03-02T03:25:45.740ZFrom https://github.com/oxidecomputer/omicron
912026-03-02T03:25:45.740Z * branch 1125c15d9c41e657fc1d8a0da53f0af0a901521a -> FETCH_HEAD
922026-03-02T03:25:45.764Z+ [[ -n zl/dendrite-220-mcast-api ]]
932026-03-02T03:25:45.764Z++ git branch --show-current
942026-03-02T03:25:45.764Z+ current=main
952026-03-02T03:25:45.764Z+ [[ main != zl/dendrite-220-mcast-api ]]
962026-03-02T03:25:45.764Z+ git branch -f zl/dendrite-220-mcast-api 1125c15d9c41e657fc1d8a0da53f0af0a901521a
972026-03-02T03:25:45.764Z+ git checkout -f zl/dendrite-220-mcast-api
982026-03-02T03:25:46.174ZSwitched to branch 'zl/dendrite-220-mcast-api'
992026-03-02T03:25:46.198Z+ git reset --hard 1125c15d9c41e657fc1d8a0da53f0af0a901521a
1002026-03-02T03:25:46.223ZHEAD is now at 1125c15d9 [multicast] Adapt multicast code to new dendrite DPD API
1012026-03-02T03:25:46.223Zprocess exited: duration 14316 ms, exit code 0
 
1022026-03-02T03:25:46.272Zstarting task 4: "build"
1032026-03-02T03:25:46.297Z+ source .github/buildomat/ci-env.sh
1042026-03-02T03:25:46.297Z++ export CARGO_TERM_COLOR=always
1052026-03-02T03:25:46.297Z++ CARGO_TERM_COLOR=always
1062026-03-02T03:25:46.297Z+ cargo --version
1072026-03-02T03:25:46.357Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-03-02T03:25:46.381Z+ rustc --version
1092026-03-02T03:25:46.451Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-03-02T03:25:46.475Z+ WORK=/work
1112026-03-02T03:25:46.475Z+ pfexec mkdir -p /work
1122026-03-02T03:25:46.475Z+ pfexec chown build /work
1132026-03-02T03:25:46.475Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142026-03-02T03:26:09.893Z Startup: Refreshing catalog 'helios-dev' ... Done
1152026-03-02T03:26:22.484Z Startup: Caching catalogs ... Done
1162026-03-02T03:26:51.077ZPlanning: Solver setup ... Done (26.316s)
1172026-03-02T03:26:51.269ZPlanning: Running solver ... Done (0.191s)
1182026-03-02T03:26:51.430ZPlanning: Finding local manifests ... Done (0.002s)
1192026-03-02T03:26:51.505ZPlanning: Fetching manifests: 0/4 0% complete
1202026-03-02T03:26:51.930ZPlanning: Fetching manifests: 4/4 100% complete
1212026-03-02T03:26:51.985ZPlanning: Package planning ... Done (0.056s)
1222026-03-02T03:26:52.046ZPlanning: Merging actions ... Done (0.061s)
1232026-03-02T03:26:52.365ZPlanning: Checking for conflicting actions ... Done (0.319s)
1242026-03-02T03:26:52.389ZPlanning: Consolidating action changes ... Done (0.013s)
1252026-03-02T03:26:52.997ZPlanning: Evaluating mediators ... Done (0.619s)
1262026-03-02T03:26:53.021ZPlanning: Planning completed in 30.41 seconds
1272026-03-02T03:26:53.046Z Packages to install: 4
1282026-03-02T03:26:53.046Z Mediators to change: 2
1292026-03-02T03:26:53.046Z Services to change: 1
1302026-03-02T03:26:53.046Z Estimated space available: 154.94 GB
1312026-03-02T03:26:53.046ZEstimated space to be consumed: 1.81 GB
1322026-03-02T03:26:53.046Z Create boot environment: No
1332026-03-02T03:26:53.046ZCreate backup boot environment: No
1342026-03-02T03:26:53.046Z Rebuild boot archive: No
1352026-03-02T03:26:53.046Z
1362026-03-02T03:26:53.046ZChanged mediators:
1372026-03-02T03:26:53.046Z mediator clang:
1382026-03-02T03:26:53.046Z version: None -> 15 (system default)
1392026-03-02T03:26:53.046Z
1402026-03-02T03:26:53.046Z mediator llvm:
1412026-03-02T03:26:53.046Z version: 14 (system default) -> 15 (system default)
1422026-03-02T03:26:53.047Z
1432026-03-02T03:26:53.047ZChanged packages:
1442026-03-02T03:26:53.047Zhelios-dev
1452026-03-02T03:26:53.047Z developer/build-essential
1462026-03-02T03:26:53.047Z None -> 11-2.0
1472026-03-02T03:26:53.047Z library/libxmlsec1
1482026-03-02T03:26:53.047Z None -> 1.2.35-2.0
1492026-03-02T03:26:53.047Z ooce/developer/clang-15
1502026-03-02T03:26:53.047Z None -> 15.0.7-2.0
1512026-03-02T03:26:53.047Z ooce/developer/llvm-15
1522026-03-02T03:26:53.047Z None -> 15.0.7-2.0
1532026-03-02T03:26:53.047Z
1542026-03-02T03:26:53.047ZServices:
1552026-03-02T03:26:53.047Z restart_fmri:
1562026-03-02T03:26:53.047Z svc:/system/update-man-index:default
1572026-03-02T03:26:53.081Z
1582026-03-02T03:26:53.081ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592026-03-02T03:26:58.089ZDownload: 1188/3290 items 78.9/212.6MB 37% complete (15.8M/s)
1602026-03-02T03:27:03.349ZDownload: 2223/3290 items 119.2/212.6MB 56% complete (12.4M/s)
1612026-03-02T03:27:08.361ZDownload: 3247/3290 items 166.3/212.6MB 78% complete (8.7M/s)
1622026-03-02T03:27:13.366ZDownload: 3288/3290 items 211.1/212.6MB 99% complete (9.2M/s)
1632026-03-02T03:27:13.894ZDownload: Completed 212.60 MB in 20.81 seconds (10.2M/s)
1642026-03-02T03:27:14.124Z Actions: 1/3689 actions (Installing new actions)
1652026-03-02T03:27:19.522Z Actions: 3262/3689 actions (Installing new actions)
1662026-03-02T03:27:19.996Z Actions: Completed 3689 actions in 5.87 seconds.
1672026-03-02T03:27:20.708Z Done (0.703s)
1682026-03-02T03:27:20.708Z Done (0.000s)
1692026-03-02T03:27:22.048Z Done (1.340s)
1702026-03-02T03:27:27.053Z Done (4.746s)
1712026-03-02T03:27:27.155Z Done (0.020s)
1722026-03-02T03:27:27.179Z Done (0.000s)
1732026-03-02T03:27:27.325Z Done (0.000s)
1742026-03-02T03:27:28.359ZPlanning: Evaluating mediator changes ... Done
1752026-03-02T03:27:28.610ZPlanning: Checking for conflicting actions ... Done
1762026-03-02T03:27:28.635ZPlanning: Consolidating action changes ... Done
1772026-03-02T03:27:28.937ZPlanning: Evaluating mediators ... Done
1782026-03-02T03:27:28.961ZPlanning: Planning completed in 0.58 seconds
1792026-03-02T03:27:28.985Z Mediators to change: 2
1802026-03-02T03:27:28.985Z Create boot environment: No
1812026-03-02T03:27:28.985ZCreate backup boot environment: No
1822026-03-02T03:27:29.034Z Done
1832026-03-02T03:27:29.034Z Done
1842026-03-02T03:27:30.111Z Done
1852026-03-02T03:27:34.646Z Done
1862026-03-02T03:27:34.738Z Done
1872026-03-02T03:27:34.739Z Done
1882026-03-02T03:27:34.793Z Done
1892026-03-02T03:27:35.522ZPlanning: Evaluating mediator changes ... Done
1902026-03-02T03:27:35.546ZPlanning: Merging actions ... Done
1912026-03-02T03:27:35.769ZPlanning: Checking for conflicting actions ... Done
1922026-03-02T03:27:35.793ZPlanning: Consolidating action changes ... Done
1932026-03-02T03:27:36.081ZPlanning: Evaluating mediators ... Done
1942026-03-02T03:27:36.145ZPlanning: Planning completed in 0.92 seconds
1952026-03-02T03:27:36.184Z Packages to change: 1
1962026-03-02T03:27:36.184Z Mediators to change: 1
1972026-03-02T03:27:36.184Z Services to change: 1
1982026-03-02T03:27:36.184Z Create boot environment: No
1992026-03-02T03:27:36.184ZCreate backup boot environment: Yes
2002026-03-02T03:27:38.139Z Actions: 1/6 actions (Updating modified actions)
2012026-03-02T03:27:38.163Z Actions: Completed 6 actions in 0.00 seconds.
2022026-03-02T03:27:38.163Z Done
2032026-03-02T03:27:38.163Z Done
2042026-03-02T03:27:38.401Z Done
2052026-03-02T03:27:42.846Z Done
2062026-03-02T03:27:42.933Z Done
2072026-03-02T03:27:42.933Z Done
2082026-03-02T03:27:43.053Z Done
2092026-03-02T03:27:43.595ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2102026-03-02T03:27:43.595Zclang system 15 system
2112026-03-02T03:27:43.595Zcsh system system illumos
2122026-03-02T03:27:43.595Zctags system system illumos
2132026-03-02T03:27:43.595Zfile system system illumos
2142026-03-02T03:27:43.595Zgcc vendor 12 vendor
2152026-03-02T03:27:43.595Zgcc system 10 system
2162026-03-02T03:27:43.595Zgcc system 7 system
2172026-03-02T03:27:43.595Zgo system 1.20 system
2182026-03-02T03:27:43.595Zgo system 1.19 system
2192026-03-02T03:27:43.595Zllvm system 15 system
2202026-03-02T03:27:43.595Zllvm system 14 system
2212026-03-02T03:27:43.595Zmariadb system 10.6 system
2222026-03-02T03:27:43.595Zmta vendor vendor dma
2232026-03-02T03:27:43.595Zopenjdk system 17 system
2242026-03-02T03:27:43.595Zopenjdk system 11 system
2252026-03-02T03:27:43.595Zopenjdk system 1.8 system
2262026-03-02T03:27:43.595Zopenssl vendor 3 vendor
2272026-03-02T03:27:43.595Zperl system 5.36 system
2282026-03-02T03:27:43.595Zpostgresql system 15 system
2292026-03-02T03:27:43.595Zpostgresql system 13 system
2302026-03-02T03:27:43.595Zpython vendor 3 vendor
2312026-03-02T03:27:43.595Zpython system 2 system
2322026-03-02T03:27:43.596Zpython3 system 3.11 system
2332026-03-02T03:27:43.596Zruby system 3.0 system
2342026-03-02T03:27:43.596Zwords vendor vendor american-english
2352026-03-02T03:27:43.596Zwords system system australian-english
2362026-03-02T03:27:43.596Zwords system system british-english
2372026-03-02T03:27:43.596Zwords system system canadian-english
2382026-03-02T03:27:43.596Zwords system system french
2392026-03-02T03:27:43.596Zwords system system italian
2402026-03-02T03:27:43.596Zwords system system ngerman
2412026-03-02T03:27:43.596Zwords system system ogerman
2422026-03-02T03:27:43.596Zwords system system spanish
2432026-03-02T03:27:43.980ZPUBLISHER TYPE STATUS P LOCATION
2442026-03-02T03:27:43.980Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2452026-03-02T03:27:51.936ZFMRI IFO
2462026-03-02T03:27:51.936Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2472026-03-02T03:27:51.936Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2482026-03-02T03:27:51.936Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2492026-03-02T03:27:51.936Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2502026-03-02T03:27:51.936Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2512026-03-02T03:27:51.937Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2522026-03-02T03:27:51.937Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2532026-03-02T03:27:51.937Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2542026-03-02T03:27:51.937Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2552026-03-02T03:27:51.937Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2562026-03-02T03:27:51.937Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2572026-03-02T03:27:51.937Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2582026-03-02T03:27:51.937Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2592026-03-02T03:27:51.937Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2602026-03-02T03:27:51.937Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2612026-03-02T03:27:51.937Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2622026-03-02T03:27:53.181Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2632026-03-02T03:27:53.599Z Updating crates.io index
2642026-03-02T03:27:53.623Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2652026-03-02T03:27:53.955Z Updating git repository `https://github.com/oxidecomputer/lldp`
2662026-03-02T03:27:54.516Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2672026-03-02T03:27:54.882Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2682026-03-02T03:27:55.462Z Updating git repository `https://github.com/oxidecomputer/propolis`
2692026-03-02T03:27:57.011Z Updating git repository `https://github.com/oxidecomputer/crucible`
2702026-03-02T03:27:59.641Z Updating git repository `https://github.com/oxidecomputer/opte`
2712026-03-02T03:28:00.543Z Updating git repository `https://github.com/oxidecomputer/tofino`
2722026-03-02T03:28:00.961Z Updating git repository `https://github.com/oxidecomputer/falcon`
2732026-03-02T03:28:02.236Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2742026-03-02T03:28:02.892Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2752026-03-02T03:28:04.030Z Updating git repository `https://github.com/oxidecomputer/clickward`
2762026-03-02T03:28:04.365Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2772026-03-02T03:28:05.055Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2782026-03-02T03:28:05.427Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2792026-03-02T03:28:06.500Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2802026-03-02T03:28:07.143Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2812026-03-02T03:28:07.479Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2822026-03-02T03:28:07.852Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2832026-03-02T03:28:08.262Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2842026-03-02T03:28:08.777Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2852026-03-02T03:28:09.113Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2862026-03-02T03:28:09.475Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2872026-03-02T03:28:10.022Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2882026-03-02T03:28:10.533Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2892026-03-02T03:28:11.160Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2902026-03-02T03:28:11.504Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2912026-03-02T03:28:12.084Z Updating git repository `https://github.com/oxidecomputer/ispf`
2922026-03-02T03:28:12.568Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2932026-03-02T03:28:13.226Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2942026-03-02T03:28:13.548Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2952026-03-02T03:28:14.000Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2962026-03-02T03:28:14.430Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2972026-03-02T03:28:14.856Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2982026-03-02T03:28:15.369Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2992026-03-02T03:28:15.747Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3002026-03-02T03:28:16.102Z Updating git repository `https://github.com/illumos/smf-rs`
3012026-03-02T03:28:16.592Z Updating git repository `https://github.com/oxidecomputer/omicron`
3022026-03-02T03:28:33.911Z Downloading crates ...
3032026-03-02T03:28:33.997Z Downloaded unicode-width v0.1.14
3042026-03-02T03:28:34.021Z Downloaded version_check v0.9.5
3052026-03-02T03:28:34.021Z Downloaded form_urlencoded v1.2.2
3062026-03-02T03:28:34.021Z Downloaded textwrap v0.16.2
3072026-03-02T03:28:34.021Z Downloaded yoke-derive v0.8.1
3082026-03-02T03:28:34.046Z Downloaded libc v0.2.180
3092026-03-02T03:28:34.078Z Downloaded zerofrom-derive v0.1.6
3102026-03-02T03:28:34.103Z Downloaded zmij v1.0.21
3112026-03-02T03:28:34.103Z Downloaded url v2.5.8
3122026-03-02T03:28:34.103Z Downloaded toml v0.8.23
3132026-03-02T03:28:34.103Z Downloaded zerocopy v0.7.35
3142026-03-02T03:28:34.128Z Downloaded winnow v0.7.14
3152026-03-02T03:28:34.152Z Downloaded toml_edit v0.22.27
3162026-03-02T03:28:34.152Z Downloaded synstructure v0.13.2
3172026-03-02T03:28:34.152Z Downloaded pest_generator v2.8.6
3182026-03-02T03:28:34.152Z Downloaded zerotrie v0.2.3
3192026-03-02T03:28:34.178Z Downloaded clap v4.5.60
3202026-03-02T03:28:34.178Z Downloaded zerovec v0.11.5
3212026-03-02T03:28:34.178Z Downloaded serde_json v1.0.149
3222026-03-02T03:28:34.203Z Downloaded pest_meta v2.8.6
3232026-03-02T03:28:34.203Z Downloaded indexmap v2.13.0
3242026-03-02T03:28:34.203Z Downloaded serde v1.0.228
3252026-03-02T03:28:34.203Z Downloaded proc-macro2 v1.0.106
3262026-03-02T03:28:34.203Z Downloaded unicode-width v0.2.0
3272026-03-02T03:28:34.203Z Downloaded typenum v1.19.0
3282026-03-02T03:28:34.203Z Downloaded clap_builder v4.5.60
3292026-03-02T03:28:34.227Z Downloaded tempfile v3.25.0
3302026-03-02T03:28:34.227Z Downloaded syn v1.0.109
3312026-03-02T03:28:34.227Z Downloaded pretty-hex v0.4.1
3322026-03-02T03:28:34.227Z Downloaded getrandom v0.4.1
3332026-03-02T03:28:34.252Z Downloaded goblin v0.8.2
3342026-03-02T03:28:34.252Z Downloaded erased-serde v0.4.9
3352026-03-02T03:28:34.252Z Downloaded cpufeatures v0.2.17
3362026-03-02T03:28:34.253Z Downloaded clap_lex v1.0.0
3372026-03-02T03:28:34.253Z Downloaded block-buffer v0.10.4
3382026-03-02T03:28:34.253Z Downloaded smawk v0.3.2
3392026-03-02T03:28:34.253Z Downloaded sha2 v0.10.9
3402026-03-02T03:28:34.253Z Downloaded serde_tokenstream v0.2.3
3412026-03-02T03:28:34.253Z Downloaded serde_derive v1.0.228
3422026-03-02T03:28:34.253Z Downloaded rustix v1.1.3
3432026-03-02T03:28:34.278Z Downloaded serde-value v0.7.0
3442026-03-02T03:28:34.278Z Downloaded semver v1.0.27
3452026-03-02T03:28:34.302Z Downloaded scroll_derive v0.12.1
3462026-03-02T03:28:34.302Z Downloaded proc-macro-error-attr v1.0.4
3472026-03-02T03:28:34.302Z Downloaded log v0.4.29
3482026-03-02T03:28:34.302Z Downloaded bitflags v2.11.0
3492026-03-02T03:28:34.302Z Downloaded autocfg v1.5.0
3502026-03-02T03:28:34.302Z Downloaded terminal_size v0.4.3
3512026-03-02T03:28:34.302Z Downloaded swrite v0.1.0
3522026-03-02T03:28:34.302Z Downloaded stable_deref_trait v1.2.1
3532026-03-02T03:28:34.302Z Downloaded smallvec v1.15.1
3542026-03-02T03:28:34.302Z Downloaded memchr v2.8.0
3552026-03-02T03:28:34.327Z Downloaded icu_normalizer v2.1.1
3562026-03-02T03:28:34.327Z Downloaded icu_collections v2.1.1
3572026-03-02T03:28:34.327Z Downloaded crypto-common v0.1.7
3582026-03-02T03:28:34.327Z Downloaded clap_derive v4.5.55
3592026-03-02T03:28:34.327Z Downloaded plain v0.2.3
3602026-03-02T03:28:34.327Z Downloaded papergrid v0.11.0
3612026-03-02T03:28:34.351Z Downloaded icu_properties v2.1.2
3622026-03-02T03:28:34.351Z Downloaded itoa v1.0.17
3632026-03-02T03:28:34.351Z Downloaded idna_adapter v1.2.1
3642026-03-02T03:28:34.351Z Downloaded heck v0.5.0
3652026-03-02T03:28:34.351Z Downloaded errno v0.3.14
3662026-03-02T03:28:34.351Z Downloaded pest_derive v2.8.6
3672026-03-02T03:28:34.351Z Downloaded icu_normalizer_data v2.1.1
3682026-03-02T03:28:34.351Z Downloaded cargo_metadata v0.21.0
3692026-03-02T03:28:34.351Z Downloaded camino v1.2.2
3702026-03-02T03:28:34.352Z Downloaded ucd-trie v0.1.7
3712026-03-02T03:28:34.352Z Downloaded tinystr v0.8.2
3722026-03-02T03:28:34.352Z Downloaded thiserror-impl v2.0.18
3732026-03-02T03:28:34.352Z Downloaded thiserror-impl v1.0.69
3742026-03-02T03:28:34.352Z Downloaded num-traits v0.2.19
3752026-03-02T03:28:34.376Z Downloaded macaddr v1.0.1
3762026-03-02T03:28:34.376Z Downloaded cargo_toml v0.21.0
3772026-03-02T03:28:34.376Z Downloaded zerovec-derive v0.11.2
3782026-03-02T03:28:34.376Z Downloaded zerocopy-derive v0.7.35
3792026-03-02T03:28:34.376Z Downloaded yoke v0.8.1
3802026-03-02T03:28:34.376Z Downloaded writeable v0.6.2
3812026-03-02T03:28:34.376Z Downloaded usdt-impl v0.5.0
3822026-03-02T03:28:34.376Z Downloaded usdt-attr-macro v0.5.0
3832026-03-02T03:28:34.376Z Downloaded thread-id v4.2.2
3842026-03-02T03:28:34.376Z Downloaded thiserror v2.0.18
3852026-03-02T03:28:34.376Z Downloaded tabled v0.15.0
3862026-03-02T03:28:34.401Z Downloaded syn v2.0.117
3872026-03-02T03:28:34.425Z Downloaded scroll v0.12.0
3882026-03-02T03:28:34.425Z Downloaded quote v1.0.44
3892026-03-02T03:28:34.425Z Downloaded pest v2.8.6
3902026-03-02T03:28:34.425Z Downloaded idna v1.1.0
3912026-03-02T03:28:34.425Z Downloaded icu_properties_data v2.1.2
3922026-03-02T03:28:34.451Z Downloaded icu_locale_core v2.1.1
3932026-03-02T03:28:34.451Z Downloaded generic-array v0.14.7
3942026-03-02T03:28:34.451Z Downloaded fnv v1.0.7
3952026-03-02T03:28:34.451Z Downloaded dof v0.3.0
3962026-03-02T03:28:34.451Z Downloaded displaydoc v0.2.5
3972026-03-02T03:28:34.451Z Downloaded digest v0.10.7
3982026-03-02T03:28:34.451Z Downloaded colorchoice v1.0.4
3992026-03-02T03:28:34.451Z Downloaded cfg-if v1.0.4
4002026-03-02T03:28:34.451Z Downloaded cargo-platform v0.2.0
4012026-03-02T03:28:34.451Z Downloaded camino-tempfile v1.4.1
4022026-03-02T03:28:34.451Z Downloaded byteorder v1.5.0
4032026-03-02T03:28:34.451Z Downloaded anyhow v1.0.102
4042026-03-02T03:28:34.451Z Downloaded anstyle-query v1.1.5
4052026-03-02T03:28:34.476Z Downloaded anstyle v1.0.13
4062026-03-02T03:28:34.476Z Downloaded zerofrom v0.1.6
4072026-03-02T03:28:34.476Z Downloaded utf8_iter v1.0.4
4082026-03-02T03:28:34.476Z Downloaded unicode-xid v0.2.6
4092026-03-02T03:28:34.476Z Downloaded unicode-linebreak v0.1.5
4102026-03-02T03:28:34.476Z Downloaded typeid v1.0.3
4112026-03-02T03:28:34.476Z Downloaded tabled_derive v0.7.0
4122026-03-02T03:28:34.476Z Downloaded strsim v0.11.1
4132026-03-02T03:28:34.476Z Downloaded serde_spanned v0.6.9
4142026-03-02T03:28:34.476Z Downloaded serde_core v1.0.228
4152026-03-02T03:28:34.476Z Downloaded serde-untagged v0.1.9
4162026-03-02T03:28:34.476Z Downloaded proc-macro-error v1.0.4
4172026-03-02T03:28:34.476Z Downloaded potential_utf v0.1.4
4182026-03-02T03:28:34.476Z Downloaded percent-encoding v2.3.2
4192026-03-02T03:28:34.476Z Downloaded ordered-float v2.10.1
4202026-03-02T03:28:34.476Z Downloaded once_cell v1.21.3
4212026-03-02T03:28:34.476Z Downloaded litemap v0.8.1
4222026-03-02T03:28:34.476Z Downloaded is_terminal_polyfill v1.70.2
4232026-03-02T03:28:34.501Z Downloaded icu_provider v2.1.1
4242026-03-02T03:28:34.501Z Downloaded heck v0.4.1
4252026-03-02T03:28:34.501Z Downloaded fs-err v3.3.0
4262026-03-02T03:28:34.501Z Downloaded fastrand v2.3.0
4272026-03-02T03:28:34.501Z Downloaded dtrace-parser v0.2.0
4282026-03-02T03:28:34.501Z Downloaded anstream v0.6.21
4292026-03-02T03:28:34.501Z Downloaded utf8parse v0.2.2
4302026-03-02T03:28:34.501Z Downloaded usdt-macro v0.5.0
4312026-03-02T03:28:34.501Z Downloaded usdt v0.5.0
4322026-03-02T03:28:34.501Z Downloaded unicode-ident v1.0.24
4332026-03-02T03:28:34.501Z Downloaded toml_write v0.1.2
4342026-03-02T03:28:34.501Z Downloaded toml_datetime v0.6.11
4352026-03-02T03:28:34.501Z Downloaded hashbrown v0.16.1
4362026-03-02T03:28:34.501Z Downloaded cargo-util-schemas v0.8.2
4372026-03-02T03:28:34.526Z Downloaded memmap v0.7.0
4382026-03-02T03:28:34.526Z Downloaded equivalent v1.0.2
4392026-03-02T03:28:34.526Z Downloaded bytecount v0.6.9
4402026-03-02T03:28:34.526Z Downloaded anstyle-parse v0.2.7
4412026-03-02T03:28:34.526Z Downloaded thiserror v1.0.69
4422026-03-02T03:28:34.597Z Compiling proc-macro2 v1.0.106
4432026-03-02T03:28:34.597Z Compiling quote v1.0.44
4442026-03-02T03:28:34.621Z Compiling unicode-ident v1.0.24
4452026-03-02T03:28:34.621Z Compiling serde_core v1.0.228
4462026-03-02T03:28:34.621Z Compiling libc v0.2.180
4472026-03-02T03:28:34.621Z Compiling version_check v0.9.5
4482026-03-02T03:28:34.621Z Compiling memchr v2.8.0
4492026-03-02T03:28:34.621Z Compiling stable_deref_trait v1.2.1
4502026-03-02T03:28:34.859Z Compiling serde v1.0.228
4512026-03-02T03:28:34.915Z Compiling zmij v1.0.21
4522026-03-02T03:28:35.485Z Compiling autocfg v1.5.0
4532026-03-02T03:28:35.509Z Compiling ucd-trie v0.1.7
4542026-03-02T03:28:35.608Z Compiling thiserror v1.0.69
4552026-03-02T03:28:36.050Z Compiling itoa v1.0.17
4562026-03-02T03:28:36.206Z Compiling pest v2.8.6
4572026-03-02T03:28:36.376Z Compiling litemap v0.8.1
4582026-03-02T03:28:36.406Z Compiling writeable v0.6.2
4592026-03-02T03:28:36.452Z Compiling byteorder v1.5.0
4602026-03-02T03:28:36.571Z Compiling rustix v1.1.3
4612026-03-02T03:28:36.879Z Compiling icu_properties_data v2.1.2
4622026-03-02T03:28:37.180Z Compiling syn v2.0.117
4632026-03-02T03:28:37.213Z Compiling icu_normalizer_data v2.1.1
4642026-03-02T03:28:37.418Z Compiling errno v0.3.14
4652026-03-02T03:28:37.475Z Compiling bitflags v2.11.0
4662026-03-02T03:28:37.565Z Compiling serde_json v1.0.149
4672026-03-02T03:28:37.865Z Compiling num-traits v0.2.19
4682026-03-02T03:28:37.958Z Compiling smallvec v1.15.1
4692026-03-02T03:28:37.992Z Compiling typeid v1.0.3
4702026-03-02T03:28:38.306Z Compiling equivalent v1.0.2
4712026-03-02T03:28:38.477Z Compiling hashbrown v0.16.1
4722026-03-02T03:28:38.589Z Compiling pest_meta v2.8.6
4732026-03-02T03:28:38.983Z Compiling thread-id v4.2.2
4742026-03-02T03:28:39.168Z Compiling usdt-impl v0.5.0
4752026-03-02T03:28:39.232Z Compiling proc-macro-error-attr v1.0.4
4762026-03-02T03:28:39.570Z Compiling erased-serde v0.4.9
4772026-03-02T03:28:39.595Z Compiling indexmap v2.13.0
4782026-03-02T03:28:39.689Z Compiling toml_write v0.1.2
4792026-03-02T03:28:40.010Z Compiling syn v1.0.109
4802026-03-02T03:28:40.075Z Compiling winnow v0.7.14
4812026-03-02T03:28:41.007Z Compiling proc-macro-error v1.0.4
4822026-03-02T03:28:41.205Z Compiling getrandom v0.4.1
4832026-03-02T03:28:41.348Z Compiling utf8_iter v1.0.4
4842026-03-02T03:28:41.636Z Compiling log v0.4.29
4852026-03-02T03:28:41.859Z Compiling thiserror v2.0.18
4862026-03-02T03:28:41.984Z Compiling camino v1.2.2
4872026-03-02T03:28:42.288Z Compiling utf8parse v0.2.2
4882026-03-02T03:28:42.463Z Compiling plain v0.2.3
4892026-03-02T03:28:42.496Z Compiling percent-encoding v2.3.2
4902026-03-02T03:28:42.648Z Compiling anstyle-parse v0.2.7
4912026-03-02T03:28:42.676Z Compiling ordered-float v2.10.1
4922026-03-02T03:28:42.754Z Compiling form_urlencoded v1.2.2
4932026-03-02T03:28:43.154Z Compiling terminal_size v0.4.3
4942026-03-02T03:28:43.388Z Compiling anstyle v1.0.13
4952026-03-02T03:28:43.492Z Compiling is_terminal_polyfill v1.70.2
4962026-03-02T03:28:43.538Z Compiling pretty-hex v0.4.1
4972026-03-02T03:28:43.659Z Compiling synstructure v0.13.2
4982026-03-02T03:28:43.686Z Compiling pest_generator v2.8.6
4992026-03-02T03:28:43.786Z Compiling anstyle-query v1.1.5
5002026-03-02T03:28:43.815Z Compiling colorchoice v1.0.4
5012026-03-02T03:28:43.855Z Compiling cfg-if v1.0.4
5022026-03-02T03:28:43.992Z Compiling anstream v0.6.21
5032026-03-02T03:28:44.026Z Compiling serde-untagged v0.1.9
5042026-03-02T03:28:44.287Z Compiling semver v1.0.27
5052026-03-02T03:28:44.621Z Compiling fs-err v3.3.0
5062026-03-02T03:28:44.928Z Compiling unicode-width v0.1.14
5072026-03-02T03:28:44.956Z Compiling unicode-xid v0.2.6
5082026-03-02T03:28:44.980Z Compiling once_cell v1.21.3
5092026-03-02T03:28:45.092Z Compiling heck v0.5.0
5102026-03-02T03:28:45.174Z Compiling clap_lex v1.0.0
5112026-03-02T03:28:45.203Z Compiling fnv v1.0.7
5122026-03-02T03:28:45.377Z Compiling fastrand v2.3.0
5132026-03-02T03:28:45.405Z Compiling anyhow v1.0.102
5142026-03-02T03:28:45.440Z Compiling strsim v0.11.1
5152026-03-02T03:28:45.538Z Compiling bytecount v0.6.9
5162026-03-02T03:28:45.791Z Compiling heck v0.4.1
5172026-03-02T03:28:45.879Z Compiling clap_builder v4.5.60
5182026-03-02T03:28:46.141Z Compiling tempfile v3.25.0
5192026-03-02T03:28:46.199Z Compiling papergrid v0.11.0
5202026-03-02T03:28:46.395Z Compiling memmap v0.7.0
5212026-03-02T03:28:46.422Z Compiling unicode-width v0.2.0
5222026-03-02T03:28:46.754Z Compiling smawk v0.3.2
5232026-03-02T03:28:46.894Z Compiling unicode-linebreak v0.1.5
5242026-03-02T03:28:46.941Z Compiling camino-tempfile v1.4.1
5252026-03-02T03:28:47.337Z Compiling textwrap v0.16.2
5262026-03-02T03:28:47.646Z Compiling swrite v0.1.0
5272026-03-02T03:28:47.774Z Compiling tabled_derive v0.7.0
5282026-03-02T03:28:47.807Z Compiling serde_derive v1.0.228
5292026-03-02T03:28:47.832Z Compiling zerofrom-derive v0.1.6
5302026-03-02T03:28:47.905Z Compiling yoke-derive v0.8.1
5312026-03-02T03:28:48.318Z Compiling zerovec-derive v0.11.2
5322026-03-02T03:28:49.242Z Compiling displaydoc v0.2.5
5332026-03-02T03:28:49.532Z Compiling thiserror-impl v1.0.69
5342026-03-02T03:28:50.186Z Compiling zerocopy-derive v0.7.35
5352026-03-02T03:28:50.510Z Compiling pest_derive v2.8.6
5362026-03-02T03:28:50.629Z Compiling scroll_derive v0.12.1
5372026-03-02T03:28:50.760Z Compiling zerofrom v0.1.6
5382026-03-02T03:28:50.991Z Compiling yoke v0.8.1
5392026-03-02T03:28:51.216Z Compiling thiserror-impl v2.0.18
5402026-03-02T03:28:51.347Z Compiling zerovec v0.11.5
5412026-03-02T03:28:51.929Z Compiling zerotrie v0.2.3
5422026-03-02T03:28:51.963Z Compiling zerocopy v0.7.35
5432026-03-02T03:28:52.159Z Compiling dtrace-parser v0.2.0
5442026-03-02T03:28:52.412Z Compiling tinystr v0.8.2
5452026-03-02T03:28:52.518Z Compiling potential_utf v0.1.4
5462026-03-02T03:28:52.809Z Compiling icu_locale_core v2.1.1
5472026-03-02T03:28:52.843Z Compiling icu_collections v2.1.1
5482026-03-02T03:28:52.870Z Compiling scroll v0.12.0
5492026-03-02T03:28:53.347Z Compiling clap_derive v4.5.55
5502026-03-02T03:28:53.495Z Compiling goblin v0.8.2
5512026-03-02T03:28:53.738Z Compiling tabled v0.15.0
5522026-03-02T03:28:53.815Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5532026-03-02T03:28:54.235Z Compiling icu_provider v2.1.1
5542026-03-02T03:28:54.667Z Compiling icu_normalizer v2.1.1
5552026-03-02T03:28:54.667Z Compiling icu_properties v2.1.2
5562026-03-02T03:28:55.030Z Compiling dof v0.3.0
5572026-03-02T03:28:55.175Z Compiling serde_spanned v0.6.9
5582026-03-02T03:28:55.234Z Compiling toml_datetime v0.6.11
5592026-03-02T03:28:55.415Z Compiling serde_tokenstream v0.2.3
5602026-03-02T03:28:55.724Z Compiling toml_edit v0.22.27
5612026-03-02T03:28:55.815Z Compiling serde-value v0.7.0
5622026-03-02T03:28:55.997Z Compiling cargo-platform v0.2.0
5632026-03-02T03:28:56.492Z Compiling macaddr v1.0.1
5642026-03-02T03:28:56.701Z Compiling idna_adapter v1.2.1
5652026-03-02T03:28:56.969Z Compiling idna v1.1.0
5662026-03-02T03:28:57.009Z Compiling usdt-attr-macro v0.5.0
5672026-03-02T03:28:57.110Z Compiling usdt-macro v0.5.0
5682026-03-02T03:28:57.139Z Compiling clap v4.5.60
5692026-03-02T03:28:57.650Z Compiling url v2.5.8
5702026-03-02T03:28:58.776Z Compiling toml v0.8.23
5712026-03-02T03:28:59.724Z Compiling cargo-util-schemas v0.8.2
5722026-03-02T03:28:59.760Z Compiling cargo_toml v0.21.0
5732026-03-02T03:28:59.913Z Compiling usdt v0.5.0
5742026-03-02T03:29:01.611Z Compiling cargo_metadata v0.21.0
5752026-03-02T03:29:03.630Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5762026-03-02T03:29:07.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
5772026-03-02T03:29:07.996Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5782026-03-02T03:29:09.005Z Downloading crates ...
5792026-03-02T03:29:09.184Z Downloaded castaway v0.2.4
5802026-03-02T03:29:09.209Z Downloaded bitfield-struct v0.6.2
5812026-03-02T03:29:09.209Z Downloaded cfg_aliases v0.2.1
5822026-03-02T03:29:09.209Z Downloaded cookie_store v0.22.1
5832026-03-02T03:29:09.233Z Downloaded flume v0.11.1
5842026-03-02T03:29:09.233Z Downloaded fixedbitset v0.5.7
5852026-03-02T03:29:09.233Z Downloaded futures-sink v0.3.32
5862026-03-02T03:29:09.258Z Downloaded git-stub-vcs v0.1.0
5872026-03-02T03:29:09.258Z Downloaded der_derive v0.7.3
5882026-03-02T03:29:09.258Z Downloaded hostname v0.3.1
5892026-03-02T03:29:09.283Z Downloaded humantime v2.3.0
5902026-03-02T03:29:09.283Z Downloaded der v0.7.10
5912026-03-02T03:29:09.283Z Downloaded hyper-util v0.1.20
5922026-03-02T03:29:09.309Z Downloaded instability v0.3.11
5932026-03-02T03:29:09.309Z Downloaded hkdf v0.12.4
5942026-03-02T03:29:09.309Z Downloaded foreign-types v0.3.2
5952026-03-02T03:29:09.334Z Downloaded kstat-rs v0.2.4
5962026-03-02T03:29:09.334Z Downloaded linked-hash-map v0.5.6
5972026-03-02T03:29:09.334Z Downloaded md-5 v0.10.6
5982026-03-02T03:29:09.358Z Downloaded crc v3.4.0
5992026-03-02T03:29:09.358Z Downloaded foreign-types-macros v0.2.3
6002026-03-02T03:29:09.358Z Downloaded ff v0.13.1
6012026-03-02T03:29:09.358Z Downloaded native-tls v0.2.18
6022026-03-02T03:29:09.358Z Downloaded normalize-line-endings v0.3.0
6032026-03-02T03:29:09.384Z Downloaded oso-derive v0.27.3
6042026-03-02T03:29:09.384Z Downloaded num_threads v0.1.7
6052026-03-02T03:29:09.384Z Downloaded hyper-tls v0.6.0
6062026-03-02T03:29:09.384Z Downloaded parking_lot v0.11.2
6072026-03-02T03:29:09.408Z Downloaded nix v0.30.1
6082026-03-02T03:29:09.433Z Downloaded path-slash v0.1.5
6092026-03-02T03:29:09.433Z Downloaded memoffset v0.9.1
6102026-03-02T03:29:09.433Z Downloaded progenitor v0.13.0
6112026-03-02T03:29:09.433Z Downloaded packed_struct_codegen v0.10.1
6122026-03-02T03:29:09.458Z Downloaded num-conv v0.2.0
6132026-03-02T03:29:09.458Z Downloaded opaque-debug v0.3.1
6142026-03-02T03:29:09.458Z Downloaded pkcs1 v0.7.5
6152026-03-02T03:29:09.458Z Downloaded peg-runtime v0.8.5
6162026-03-02T03:29:09.458Z Downloaded predicates-tree v1.0.13
6172026-03-02T03:29:09.458Z Downloaded proc-macro-crate v3.4.0
6182026-03-02T03:29:09.483Z Downloaded libloading v0.8.9
6192026-03-02T03:29:09.483Z Downloaded pkg-config v0.3.32
6202026-03-02T03:29:09.483Z Downloaded precomputed-hash v0.1.1
6212026-03-02T03:29:09.484Z Downloaded hickory-resolver v0.25.2
6222026-03-02T03:29:09.484Z Downloaded progenitor v0.10.0
6232026-03-02T03:29:09.508Z Downloaded oxide-tokio-rt v0.1.2
6242026-03-02T03:29:09.508Z Downloaded ref-cast-impl v1.0.25
6252026-03-02T03:29:09.508Z Downloaded prettyplease v0.2.37
6262026-03-02T03:29:09.508Z Downloaded rcgen v0.12.1
6272026-03-02T03:29:09.534Z Downloaded serde_bytes v0.11.19
6282026-03-02T03:29:09.534Z Downloaded rfc6979 v0.4.0
6292026-03-02T03:29:09.534Z Downloaded progenitor-client v0.13.0
6302026-03-02T03:29:09.534Z Downloaded lalrpop v0.19.12
6312026-03-02T03:29:09.560Z Downloaded slog v2.8.2
6322026-03-02T03:29:09.560Z Downloaded rustversion v1.0.22
6332026-03-02T03:29:09.560Z Downloaded slog-envlogger v2.2.0
6342026-03-02T03:29:09.585Z Downloaded signal-hook-mio v0.2.5
6352026-03-02T03:29:09.585Z Downloaded ron v0.8.1
6362026-03-02T03:29:09.585Z Downloaded subprocess v0.2.15
6372026-03-02T03:29:09.585Z Downloaded ssh-encoding v0.2.0
6382026-03-02T03:29:09.585Z Downloaded rustls-pemfile v2.2.0
6392026-03-02T03:29:09.610Z Downloaded tabwriter v1.4.1
6402026-03-02T03:29:09.610Z Downloaded slog-stdlog v4.1.1
6412026-03-02T03:29:09.610Z Downloaded ssh-cipher v0.2.0
6422026-03-02T03:29:09.610Z Downloaded rtoolbox v0.0.3
6432026-03-02T03:29:09.610Z Downloaded strum_macros v0.24.3
6442026-03-02T03:29:09.610Z Downloaded tinyvec_macros v0.1.1
6452026-03-02T03:29:09.611Z Downloaded ryu v1.0.23
6462026-03-02T03:29:09.635Z Downloaded strum_macros v0.27.2
6472026-03-02T03:29:09.635Z Downloaded shell-words v1.1.1
6482026-03-02T03:29:09.635Z Downloaded strum_macros v0.26.4
6492026-03-02T03:29:09.635Z Downloaded spin v0.9.8
6502026-03-02T03:29:09.635Z Downloaded tabled_derive v0.11.0
6512026-03-02T03:29:09.635Z Downloaded sct v0.7.1
6522026-03-02T03:29:09.660Z Downloaded toml_parser v1.0.9+spec-1.1.0
6532026-03-02T03:29:09.660Z Downloaded tui-tree-widget v0.23.1
6542026-03-02T03:29:09.660Z Downloaded usdt-macro v0.6.0
6552026-03-02T03:29:09.660Z Downloaded thread-id v5.1.0
6562026-03-02T03:29:09.660Z Downloaded time-core v0.1.8
6572026-03-02T03:29:09.660Z Downloaded tar v0.4.44
6582026-03-02T03:29:09.660Z Downloaded stringprep v0.1.5
6592026-03-02T03:29:09.660Z Downloaded unicase v2.9.0
6602026-03-02T03:29:09.685Z Downloaded tokio-native-tls v0.3.1
6612026-03-02T03:29:09.686Z Downloaded vergen-git2 v1.0.7
6622026-03-02T03:29:09.686Z Downloaded thiserror-impl-no-std v2.0.2
6632026-03-02T03:29:09.686Z Downloaded tokio-macros v2.6.0
6642026-03-02T03:29:09.686Z Downloaded topological-sort v0.2.2
6652026-03-02T03:29:09.686Z Downloaded zerocopy v0.6.6
6662026-03-02T03:29:09.686Z Downloaded typed-path v0.9.3
6672026-03-02T03:29:09.710Z Downloaded wyz v0.5.1
6682026-03-02T03:29:09.710Z Downloaded tokio-postgres v0.7.16
6692026-03-02T03:29:09.710Z Downloaded untrusted v0.7.1
6702026-03-02T03:29:09.710Z Downloaded unit-prefix v0.5.2
6712026-03-02T03:29:09.710Z Downloaded try-lock v0.2.5
6722026-03-02T03:29:09.710Z Downloaded toml v0.7.8
6732026-03-02T03:29:09.710Z Downloaded tokio-rustls v0.26.4
6742026-03-02T03:29:09.710Z Downloaded utf-8 v0.7.6
6752026-03-02T03:29:09.711Z Downloaded universal-hash v0.5.1
6762026-03-02T03:29:09.735Z Downloaded serde-big-array v0.5.1
6772026-03-02T03:29:09.735Z Downloaded usdt v0.6.0
6782026-03-02T03:29:09.735Z Downloaded lzma-sys v0.1.20
6792026-03-02T03:29:09.760Z Downloaded zstd v0.13.3
6802026-03-02T03:29:09.760Z Downloaded xshell-macros v0.2.7
6812026-03-02T03:29:09.760Z Downloaded walkdir v2.5.0
6822026-03-02T03:29:09.760Z Downloaded xattr v1.6.1
6832026-03-02T03:29:09.785Z Downloaded zstd-safe v7.2.4
6842026-03-02T03:29:09.785Z Downloaded whoami v2.1.0
6852026-03-02T03:29:09.785Z Downloaded unsafe-libyaml v0.2.11
6862026-03-02T03:29:09.785Z Downloaded zone_cfg_derive v0.3.1
6872026-03-02T03:29:09.785Z Downloaded regex-syntax v0.6.29
6882026-03-02T03:29:09.785Z Downloaded zerocopy-derive v0.8.40
6892026-03-02T03:29:09.810Z Downloaded zopfli v0.8.3
6902026-03-02T03:29:09.810Z Downloaded unicode_categories v0.1.1
6912026-03-02T03:29:09.810Z Downloaded winnow v0.6.26
6922026-03-02T03:29:09.810Z Downloaded yansi v1.0.1
6932026-03-02T03:29:09.835Z Downloaded x509-cert v0.2.5
6942026-03-02T03:29:09.835Z Downloaded smoltcp v0.9.1
6952026-03-02T03:29:09.835Z Downloaded winnow v0.5.40
6962026-03-02T03:29:09.859Z Downloaded zip v4.6.1
6972026-03-02T03:29:09.859Z Downloaded time v0.3.47
6982026-03-02T03:29:09.859Z Downloaded webpki-roots v1.0.6
6992026-03-02T03:29:09.884Z Downloaded tracing v0.1.44
7002026-03-02T03:29:09.884Z Downloaded zlib-rs v0.6.2
7012026-03-02T03:29:09.908Z Downloaded zerocopy v0.8.40
7022026-03-02T03:29:09.908Z Downloaded rustix v0.38.44
7032026-03-02T03:29:09.933Z Downloaded sqlparser v0.61.0
7042026-03-02T03:29:09.958Z Downloaded rustls v0.23.37
7052026-03-02T03:29:09.958Z Downloaded sled v0.34.7
7062026-03-02T03:29:09.958Z Downloaded rustls v0.22.4
7072026-03-02T03:29:09.983Z Downloaded typify-impl v0.4.3
7082026-03-02T03:29:10.008Z Downloaded typify-impl v0.6.1
7092026-03-02T03:29:10.008Z Downloaded hickory-proto v0.25.2
7102026-03-02T03:29:10.033Z Downloaded regex-automata v0.4.14
7112026-03-02T03:29:10.058Z Downloaded unicode-normalization v0.1.25
7122026-03-02T03:29:10.059Z Downloaded petgraph v0.6.5
7132026-03-02T03:29:10.084Z Downloaded tower-http v0.6.8
7142026-03-02T03:29:10.084Z Downloaded tough v0.20.0
7152026-03-02T03:29:10.084Z Downloaded zerocopy-derive v0.6.6
7162026-03-02T03:29:10.109Z Downloaded tokio-util v0.7.18
7172026-03-02T03:29:10.109Z Downloaded tabled v0.20.0
7182026-03-02T03:29:10.133Z Downloaded smoltcp v0.11.0
7192026-03-02T03:29:10.133Z Downloaded petgraph v0.8.3
7202026-03-02T03:29:10.158Z Downloaded regress v0.10.5
7212026-03-02T03:29:10.183Z Downloaded regex-syntax v0.8.10
7222026-03-02T03:29:10.183Z Downloaded openapiv3 v2.2.0
7232026-03-02T03:29:10.208Z Downloaded tokio v1.49.0
7242026-03-02T03:29:10.232Z Downloaded object v0.37.3
7252026-03-02T03:29:10.258Z Downloaded rustls v0.21.12
7262026-03-02T03:29:10.258Z Downloaded unicode-segmentation v1.12.0
7272026-03-02T03:29:10.283Z Downloaded tower v0.5.3
7282026-03-02T03:29:10.283Z Downloaded sha3 v0.10.8
7292026-03-02T03:29:10.283Z Downloaded ssh-key v0.6.7
7302026-03-02T03:29:10.307Z Downloaded hickory-proto v0.24.4
7312026-03-02T03:29:10.307Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
7322026-03-02T03:29:10.332Z Downloaded zip v0.6.6
7332026-03-02T03:29:10.333Z Downloaded zeroize_derive v1.4.3
7342026-03-02T03:29:10.333Z Downloaded xz2 v0.1.7
7352026-03-02T03:29:10.333Z Downloaded unarray v0.1.4
7362026-03-02T03:29:10.333Z Downloaded typify v0.4.3
7372026-03-02T03:29:10.333Z Downloaded quinn-proto v0.11.13
7382026-03-02T03:29:10.358Z Downloaded nix v0.29.0
7392026-03-02T03:29:10.358Z Downloaded vcpkg v0.2.15
7402026-03-02T03:29:10.396Z Downloaded uuid v1.21.0
7412026-03-02T03:29:10.422Z Downloaded tracing-attributes v0.1.31
7422026-03-02T03:29:10.422Z Downloaded toml_edit v0.19.15
7432026-03-02T03:29:10.422Z Downloaded libgit2-sys v0.18.3+1.9.2
7442026-03-02T03:29:10.480Z Downloaded zone v0.3.1
7452026-03-02T03:29:10.505Z Downloaded zeroize v1.8.2
7462026-03-02T03:29:10.506Z Downloaded yasna v0.5.2
7472026-03-02T03:29:10.506Z Downloaded whoami v1.6.1
7482026-03-02T03:29:10.506Z Downloaded unicode-truncate v1.1.0
7492026-03-02T03:29:10.506Z Downloaded typify-macro v0.6.1
7502026-03-02T03:29:10.506Z Downloaded serde_with v3.17.0
7512026-03-02T03:29:10.506Z Downloaded unicode-properties v0.1.4
7522026-03-02T03:29:10.506Z Downloaded tungstenite v0.21.0
7532026-03-02T03:29:10.531Z Downloaded toml_edit v0.23.10+spec-1.0.0
7542026-03-02T03:29:10.531Z Downloaded usdt-impl v0.6.0
7552026-03-02T03:29:10.531Z Downloaded uzers v0.12.2
7562026-03-02T03:29:10.531Z Downloaded ring v0.17.14
7572026-03-02T03:29:10.565Z Downloaded unicode-bidi v0.3.18
7582026-03-02T03:29:10.590Z Downloaded tungstenite v0.23.0
7592026-03-02T03:29:10.590Z Downloaded tokio-dtrace v0.1.1
7602026-03-02T03:29:10.590Z Downloaded tiny-keccak v2.0.2
7612026-03-02T03:29:10.590Z Downloaded socket2 v0.6.2
7622026-03-02T03:29:10.590Z Downloaded vsss-rs v3.3.4
7632026-03-02T03:29:10.590Z Downloaded openssl v0.10.75
7642026-03-02T03:29:10.615Z Downloaded object v0.30.4
7652026-03-02T03:29:10.615Z Downloaded bzip2-sys v0.1.13+1.0.8
7662026-03-02T03:29:10.615Z Downloaded vergen v9.0.6
7672026-03-02T03:29:10.640Z Downloaded vergen-lib v0.1.6
7682026-03-02T03:29:10.640Z Downloaded vergen-gitcl v1.0.8
7692026-03-02T03:29:10.640Z Downloaded usdt-attr-macro v0.6.0
7702026-03-02T03:29:10.640Z Downloaded typify-macro v0.4.3
7712026-03-02T03:29:10.640Z Downloaded twox-hash v2.1.2
7722026-03-02T03:29:10.641Z Downloaded tracing-core v0.1.36
7732026-03-02T03:29:10.641Z Downloaded tokio-stream v0.1.18
7742026-03-02T03:29:10.641Z Downloaded test-strategy v0.4.5
7752026-03-02T03:29:10.641Z Downloaded termtree v0.5.1
7762026-03-02T03:29:10.641Z Downloaded term v0.7.0
7772026-03-02T03:29:10.641Z Downloaded supports-color v3.0.2
7782026-03-02T03:29:10.666Z Downloaded stacker v0.1.23
7792026-03-02T03:29:10.666Z Downloaded rustls-webpki v0.102.8
7802026-03-02T03:29:10.666Z Downloaded proptest v1.10.0
7812026-03-02T03:29:10.691Z Downloaded nix v0.27.1
7822026-03-02T03:29:10.691Z Downloaded libz-sys v1.1.24
7832026-03-02T03:29:10.716Z Downloaded xshell v0.2.7
7842026-03-02T03:29:10.741Z Downloaded want v0.3.1
7852026-03-02T03:29:10.741Z Downloaded waitgroup v0.1.2
7862026-03-02T03:29:10.741Z Downloaded wait-timeout v0.2.1
7872026-03-02T03:29:10.741Z Downloaded vte v0.14.1
7882026-03-02T03:29:10.741Z Downloaded void v1.0.2
7892026-03-02T03:29:10.741Z Downloaded untrusted v0.9.0
7902026-03-02T03:29:10.742Z Downloaded typify v0.6.1
7912026-03-02T03:29:10.742Z Downloaded tap v1.0.1
7922026-03-02T03:29:10.742Z Downloaded sync_wrapper v1.0.2
7932026-03-02T03:29:10.742Z Downloaded sigpipe v0.1.3
7942026-03-02T03:29:10.742Z Downloaded tokio-rustls v0.25.0
7952026-03-02T03:29:10.742Z Downloaded salty v0.3.0
7962026-03-02T03:29:10.767Z Downloaded petname v2.0.2
7972026-03-02T03:29:10.767Z Downloaded trait-variant v0.1.2
7982026-03-02T03:29:10.767Z Downloaded tower-service v0.3.3
7992026-03-02T03:29:10.767Z Downloaded tower-layer v0.3.3
8002026-03-02T03:29:10.767Z Downloaded toml_writer v1.0.6+spec-1.1.0
8012026-03-02T03:29:10.767Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8022026-03-02T03:29:10.767Z Downloaded toml v0.9.12+spec-1.1.0
8032026-03-02T03:29:10.767Z Downloaded tokio-tungstenite v0.21.0
8042026-03-02T03:29:10.791Z Downloaded tokio-rustls v0.24.1
8052026-03-02T03:29:10.792Z Downloaded structmeta-derive v0.3.0
8062026-03-02T03:29:10.792Z Downloaded sec1 v0.7.3
8072026-03-02T03:29:10.792Z Downloaded rustls-webpki v0.101.7
8082026-03-02T03:29:10.817Z Downloaded thread_local v1.1.9
8092026-03-02T03:29:10.817Z Downloaded steno v0.4.1
8102026-03-02T03:29:10.817Z Downloaded snafu v0.8.9
8112026-03-02T03:29:10.817Z Downloaded reedline v0.40.0
8122026-03-02T03:29:10.817Z Downloaded quick-xml v0.37.5
8132026-03-02T03:29:10.842Z Downloaded tls_codec_derive v0.4.2
8142026-03-02T03:29:10.842Z Downloaded tls_codec v0.4.2
8152026-03-02T03:29:10.842Z Downloaded regex v1.12.3
8162026-03-02T03:29:10.842Z Downloaded time-macros v0.2.27
8172026-03-02T03:29:10.842Z Downloaded term v1.2.1
8182026-03-02T03:29:10.842Z Downloaded russh v0.45.0
8192026-03-02T03:29:10.868Z Downloaded reqwest v0.13.2
8202026-03-02T03:29:10.868Z Downloaded tinyvec v1.10.0
8212026-03-02T03:29:10.868Z Downloaded schemars v0.9.0
8222026-03-02T03:29:10.893Z Downloaded portable-atomic v1.13.1
8232026-03-02T03:29:10.893Z Downloaded similar v2.7.0
8242026-03-02T03:29:10.893Z Downloaded testing_table v0.3.0
8252026-03-02T03:29:10.893Z Downloaded socket2 v0.5.10
8262026-03-02T03:29:10.893Z Downloaded smallvec v0.6.14
8272026-03-02T03:29:10.918Z Downloaded radix_trie v0.2.1
8282026-03-02T03:29:10.918Z Downloaded jiff v0.2.21
8292026-03-02T03:29:10.942Z Downloaded smf v0.2.3
8302026-03-02T03:29:10.942Z Downloaded signal-hook v0.3.18
8312026-03-02T03:29:10.942Z Downloaded p384 v0.13.1
8322026-03-02T03:29:10.942Z Downloaded serde_cbor v0.11.2
8332026-03-02T03:29:10.942Z Downloaded support-bundle-viewer v0.1.2
8342026-03-02T03:29:10.942Z Downloaded samael v0.0.19
8352026-03-02T03:29:10.967Z Downloaded phf_shared v0.13.1
8362026-03-02T03:29:10.967Z Downloaded goblin v0.10.5
8372026-03-02T03:29:10.967Z Downloaded strum v0.26.3
8382026-03-02T03:29:10.967Z Downloaded string_cache v0.8.9
8392026-03-02T03:29:10.967Z Downloaded tokio-tungstenite v0.23.1
8402026-03-02T03:29:10.967Z Downloaded thiserror-no-std v2.0.2
8412026-03-02T03:29:10.967Z Downloaded take_mut v0.2.2
8422026-03-02T03:29:10.967Z Downloaded tagptr v0.2.0
8432026-03-02T03:29:10.992Z Downloaded sync-ptr v0.1.4
8442026-03-02T03:29:10.992Z Downloaded subtle v2.6.1
8452026-03-02T03:29:10.992Z Downloaded structmeta v0.3.0
8462026-03-02T03:29:10.992Z Downloaded strip-ansi-escapes v0.2.1
8472026-03-02T03:29:10.992Z Downloaded snafu-derive v0.8.9
8482026-03-02T03:29:10.992Z Downloaded simd-adler32 v0.3.8
8492026-03-02T03:29:10.992Z Downloaded signature v2.2.0
8502026-03-02T03:29:10.992Z Downloaded shlex v1.3.0
8512026-03-02T03:29:10.992Z Downloaded secrecy v0.8.0
8522026-03-02T03:29:10.992Z Downloaded schemars_derive v0.8.22
8532026-03-02T03:29:10.992Z Downloaded rustyline v14.0.0
8542026-03-02T03:29:11.018Z Downloaded ron v0.12.0
8552026-03-02T03:29:11.018Z Downloaded rpassword v7.4.0
8562026-03-02T03:29:11.018Z Downloaded rand v0.10.0
8572026-03-02T03:29:11.018Z Downloaded nix v0.28.0
8582026-03-02T03:29:11.043Z Downloaded signal-hook-tokio v0.3.1
8592026-03-02T03:29:11.043Z Downloaded serde-hex v0.1.0
8602026-03-02T03:29:11.043Z Downloaded semver v0.1.20
8612026-03-02T03:29:11.043Z Downloaded rustls-pki-types v1.14.0
8622026-03-02T03:29:11.043Z Downloaded scheduled-thread-pool v0.2.7
8632026-03-02T03:29:11.043Z Downloaded rayon v1.11.0
8642026-03-02T03:29:11.069Z Downloaded seq-macro v0.3.6
8652026-03-02T03:29:11.069Z Downloaded scroll_derive v0.13.1
8662026-03-02T03:29:11.069Z Downloaded rustc_version v0.1.7
8672026-03-02T03:29:11.069Z Downloaded p521 v0.13.3
8682026-03-02T03:29:11.069Z Downloaded git2 v0.20.4
8692026-03-02T03:29:11.069Z Downloaded strum v0.27.2
8702026-03-02T03:29:11.094Z Downloaded slog-term v2.9.2
8712026-03-02T03:29:11.094Z Downloaded serde_yaml v0.9.34+deprecated
8722026-03-02T03:29:11.094Z Downloaded scroll v0.13.0
8732026-03-02T03:29:11.094Z Downloaded rustls-webpki v0.103.9
8742026-03-02T03:29:11.094Z Downloaded rustls-pemfile v1.0.4
8752026-03-02T03:29:11.094Z Downloaded russh-keys v0.45.0
8762026-03-02T03:29:11.094Z Downloaded russh-cryptovec v0.7.3
8772026-03-02T03:29:11.094Z Downloaded ratatui v0.29.0
8782026-03-02T03:29:11.119Z Downloaded termios v0.3.3
8792026-03-02T03:29:11.119Z Downloaded qorb v0.4.1
8802026-03-02T03:29:11.144Z Downloaded rsa v0.9.10
8812026-03-02T03:29:11.144Z Downloaded sqlformat v0.3.5
8822026-03-02T03:29:11.144Z Downloaded spki v0.7.3
8832026-03-02T03:29:11.144Z Downloaded slog-scope v4.4.1
8842026-03-02T03:29:11.144Z Downloaded slog-json v2.6.1
8852026-03-02T03:29:11.144Z Downloaded slog-async v2.8.0
8862026-03-02T03:29:11.144Z Downloaded serde_with_macros v3.17.0
8872026-03-02T03:29:11.144Z Downloaded scopeguard v1.2.0
8882026-03-02T03:29:11.144Z Downloaded rustls-platform-verifier v0.6.2
8892026-03-02T03:29:11.172Z Downloaded recursive-proc-macro-impl v0.1.1
8902026-03-02T03:29:11.172Z Downloaded quinn v0.11.9
8912026-03-02T03:29:11.172Z Downloaded num-bigint-dig v0.8.6
8922026-03-02T03:29:11.172Z Downloaded slog-dtrace v0.3.0
8932026-03-02T03:29:11.172Z Downloaded rand_core v0.10.0
8942026-03-02T03:29:11.172Z Downloaded publicsuffix v2.3.0
8952026-03-02T03:29:11.172Z Downloaded resolv-conf v0.7.6
8962026-03-02T03:29:11.172Z Downloaded rand_xorshift v0.4.0
8972026-03-02T03:29:11.172Z Downloaded rand_seeder v0.4.0
8982026-03-02T03:29:11.172Z Downloaded rand_core v0.6.4
8992026-03-02T03:29:11.198Z Downloaded sqlparser_derive v0.5.0
9002026-03-02T03:29:11.198Z Downloaded signal-hook-registry v1.4.8
9012026-03-02T03:29:11.198Z Downloaded serde_path_to_error v0.1.20
9022026-03-02T03:29:11.198Z Downloaded rustc-hash v2.1.1
9032026-03-02T03:29:11.198Z Downloaded rayon-core v1.13.0
9042026-03-02T03:29:11.198Z Downloaded rand_core v0.9.5
9052026-03-02T03:29:11.198Z Downloaded rand_chacha v0.9.0
9062026-03-02T03:29:11.198Z Downloaded rand_chacha v0.3.1
9072026-03-02T03:29:11.198Z Downloaded rand v0.9.2
9082026-03-02T03:29:11.198Z Downloaded polar-core v0.27.3
9092026-03-02T03:29:11.224Z Downloaded static_assertions v1.1.0
9102026-03-02T03:29:11.224Z Downloaded slog-bunyan v2.5.0
9112026-03-02T03:29:11.224Z Downloaded siphasher v1.0.2
9122026-03-02T03:29:11.224Z Downloaded schemars v0.8.22
9132026-03-02T03:29:11.224Z Downloaded reqwest v0.12.28
9142026-03-02T03:29:11.249Z Downloaded itertools v0.14.0
9152026-03-02T03:29:11.250Z Downloaded iri-string v0.7.10
9162026-03-02T03:29:11.250Z Downloaded sha1 v0.10.6
9172026-03-02T03:29:11.250Z Downloaded serde_repr v0.1.20
9182026-03-02T03:29:11.250Z Downloaded serde_plain v1.0.2
9192026-03-02T03:29:11.276Z Downloaded progenitor-impl v0.10.0
9202026-03-02T03:29:11.276Z Downloaded slab v0.4.12
9212026-03-02T03:29:11.276Z Downloaded serde_spanned v1.0.4
9222026-03-02T03:29:11.276Z Downloaded serde_derive_internals v0.29.1
9232026-03-02T03:29:11.276Z Downloaded rusty-fork v0.3.1
9242026-03-02T03:29:11.276Z Downloaded rustls-native-certs v0.8.3
9252026-03-02T03:29:11.276Z Downloaded progenitor-macro v0.10.0
9262026-03-02T03:29:11.276Z Downloaded nix v0.31.1
9272026-03-02T03:29:11.301Z Downloaded recursive v0.1.1
9282026-03-02T03:29:11.301Z Downloaded radium v0.7.0
9292026-03-02T03:29:11.301Z Downloaded quinn-udp v0.5.14
9302026-03-02T03:29:11.301Z Downloaded progenitor-macro v0.11.2
9312026-03-02T03:29:11.301Z Downloaded progenitor-impl v0.13.0
9322026-03-02T03:29:11.301Z Downloaded progenitor-impl v0.11.2
9332026-03-02T03:29:11.301Z Downloaded openssl-sys v0.9.111
9342026-03-02T03:29:11.301Z Downloaded moka v0.12.13
9352026-03-02T03:29:11.326Z Downloaded serde_urlencoded v0.7.1
9362026-03-02T03:29:11.326Z Downloaded secrecy v0.10.3
9372026-03-02T03:29:11.326Z Downloaded schemars v1.2.1
9382026-03-02T03:29:11.351Z Downloaded sapling-renderdag v0.1.0
9392026-03-02T03:29:11.351Z Downloaded same-file v1.0.6
9402026-03-02T03:29:11.351Z Downloaded salsa20 v0.10.2
9412026-03-02T03:29:11.351Z Downloaded rustc_version v0.4.1
9422026-03-02T03:29:11.351Z Downloaded r2d2 v0.8.10
9432026-03-02T03:29:11.351Z Downloaded quick-error v1.2.3
9442026-03-02T03:29:11.351Z Downloaded psm v0.1.30
9452026-03-02T03:29:11.351Z Downloaded http v1.4.0
9462026-03-02T03:29:11.351Z Downloaded primeorder v0.13.6
9472026-03-02T03:29:11.351Z Downloaded predicates-core v1.0.10
9482026-03-02T03:29:11.351Z Downloaded ref-cast v1.0.25
9492026-03-02T03:29:11.378Z Downloaded proc-macro-error-attr2 v2.0.0
9502026-03-02T03:29:11.378Z Downloaded pin-project v1.1.11
9512026-03-02T03:29:11.378Z Downloaded libm v0.2.16
9522026-03-02T03:29:11.403Z Downloaded encoding_rs v0.8.35
9532026-03-02T03:29:11.429Z Downloaded scrypt v0.11.0
9542026-03-02T03:29:11.429Z Downloaded prefix-trie v0.7.0
9552026-03-02T03:29:11.429Z Downloaded poly1305 v0.8.0
9562026-03-02T03:29:11.429Z Downloaded pkcs8 v0.10.2
9572026-03-02T03:29:11.429Z Downloaded omicron-zone-package v0.12.2
9582026-03-02T03:29:11.429Z Downloaded miniz_oxide v0.8.9
9592026-03-02T03:29:11.429Z Downloaded minimal-lexical v0.2.1
9602026-03-02T03:29:11.455Z Downloaded libxml v0.3.3
9612026-03-02T03:29:11.455Z Downloaded itertools v0.10.5
9622026-03-02T03:29:11.455Z Downloaded rand v0.8.5
9632026-03-02T03:29:11.455Z Downloaded psl-types v2.0.11
9642026-03-02T03:29:11.455Z Downloaded progenitor-macro v0.13.0
9652026-03-02T03:29:11.455Z Downloaded progenitor-client v0.11.2
9662026-03-02T03:29:11.455Z Downloaded progenitor-client v0.10.0
9672026-03-02T03:29:11.455Z Downloaded progenitor v0.11.2
9682026-03-02T03:29:11.483Z Downloaded proc-macro-error2 v2.0.1
9692026-03-02T03:29:11.483Z Downloaded postgres-types v0.2.12
9702026-03-02T03:29:11.483Z Downloaded polyval v0.6.2
9712026-03-02T03:29:11.483Z Downloaded pem v3.0.6
9722026-03-02T03:29:11.483Z Downloaded parse-display-derive v0.10.0
9732026-03-02T03:29:11.483Z Downloaded aws-lc-sys v0.37.1
9742026-03-02T03:29:11.754Z Downloaded papergrid v0.17.0
9752026-03-02T03:29:11.778Z Downloaded oxnet v0.1.4
9762026-03-02T03:29:11.778Z Downloaded oso v0.27.3
9772026-03-02T03:29:11.778Z Downloaded iddqd v0.3.17
9782026-03-02T03:29:11.778Z Downloaded hyper v1.8.1
9792026-03-02T03:29:11.803Z Downloaded ppv-lite86 v0.2.21
9802026-03-02T03:29:11.803Z Downloaded phf v0.13.1
9812026-03-02T03:29:11.803Z Downloaded num-bigint v0.4.6
9822026-03-02T03:29:11.803Z Downloaded nom v7.1.3
9832026-03-02T03:29:11.803Z Downloaded itertools v0.12.1
9842026-03-02T03:29:11.803Z Downloaded progenitor-extras v0.1.0
9852026-03-02T03:29:11.828Z Downloaded postgres-protocol v0.6.10
9862026-03-02T03:29:11.828Z Downloaded pkcs5 v0.7.1
9872026-03-02T03:29:11.828Z Downloaded pin-project-internal v1.1.11
9882026-03-02T03:29:11.828Z Downloaded peg-macros v0.8.5
9892026-03-02T03:29:11.828Z Downloaded peg v0.8.5
9902026-03-02T03:29:11.828Z Downloaded parking_lot v0.12.5
9912026-03-02T03:29:11.828Z Downloaded packed_struct v0.10.1
9922026-03-02T03:29:11.828Z Downloaded num_enum_derive v0.7.5
9932026-03-02T03:29:11.828Z Downloaded owo-colors v4.3.0
9942026-03-02T03:29:11.828Z Downloaded hickory-server v0.25.2
9952026-03-02T03:29:11.853Z Downloaded hickory-resolver v0.24.4
9962026-03-02T03:29:11.853Z Downloaded pretty_assertions v1.4.1
9972026-03-02T03:29:11.853Z Downloaded predicates v3.1.4
9982026-03-02T03:29:11.853Z Downloaded num_enum v0.5.11
9992026-03-02T03:29:11.853Z Downloaded jiff-static v0.2.21
10002026-03-02T03:29:11.853Z Downloaded futures-util v0.3.32
10012026-03-02T03:29:11.877Z Downloaded powerfmt v0.2.0
10022026-03-02T03:29:11.877Z Downloaded postcard v1.1.3
10032026-03-02T03:29:11.878Z Downloaded pin-utils v0.1.0
10042026-03-02T03:29:11.878Z Downloaded pin-project-lite v0.2.17
10052026-03-02T03:29:11.878Z Downloaded phf_shared v0.12.1
10062026-03-02T03:29:11.878Z Downloaded phf_shared v0.11.3
10072026-03-02T03:29:11.878Z Downloaded pem-rfc7468 v0.7.0
10082026-03-02T03:29:11.878Z Downloaded paste v1.0.15
10092026-03-02T03:29:11.902Z Downloaded password-hash v0.5.0
10102026-03-02T03:29:11.902Z Downloaded password-hash v0.4.2
10112026-03-02T03:29:11.902Z Downloaded mio v1.1.1
10122026-03-02T03:29:11.902Z Downloaded libefi-sys v0.1.0
10132026-03-02T03:29:11.902Z Downloaded libbz2-rs-sys v0.2.2
10142026-03-02T03:29:11.902Z Downloaded phf v0.12.1
10152026-03-02T03:29:11.903Z Downloaded parse-size v1.1.0
10162026-03-02T03:29:11.903Z Downloaded num-rational v0.4.2
10172026-03-02T03:29:11.903Z Downloaded num-iter v0.1.45
10182026-03-02T03:29:11.903Z Downloaded num-integer v0.1.46
10192026-03-02T03:29:11.903Z Downloaded num v0.4.3
10202026-03-02T03:29:11.903Z Downloaded nu-ansi-term v0.50.3
10212026-03-02T03:29:11.903Z Downloaded multer v3.1.0
10222026-03-02T03:29:11.930Z Downloaded libscf-sys v1.1.0
10232026-03-02T03:29:11.930Z Downloaded proc-macro-crate v1.3.1
10242026-03-02T03:29:11.930Z Downloaded num-complex v0.4.6
10252026-03-02T03:29:11.930Z Downloaded nonempty v0.12.0
10262026-03-02T03:29:11.930Z Downloaded nodrop v0.1.14
10272026-03-02T03:29:11.930Z Downloaded new_debug_unreachable v1.0.6
10282026-03-02T03:29:11.930Z Downloaded linear-map v1.2.0
10292026-03-02T03:29:11.930Z Downloaded parking_lot_core v0.8.6
10302026-03-02T03:29:11.930Z Downloaded num_enum v0.7.5
10312026-03-02T03:29:11.930Z Downloaded pbkdf2 v0.11.0
10322026-03-02T03:29:11.930Z Downloaded parse-display v0.10.0
10332026-03-02T03:29:11.930Z Downloaded openssl-macros v0.1.1
10342026-03-02T03:29:11.930Z Downloaded olpc-cjson v0.1.4
10352026-03-02T03:29:11.930Z Downloaded lock_api v0.4.14
10362026-03-02T03:29:11.930Z Downloaded litrs v1.0.0
10372026-03-02T03:29:11.955Z Downloaded headers v0.4.1
10382026-03-02T03:29:11.955Z Downloaded pbkdf2 v0.12.2
10392026-03-02T03:29:11.955Z Downloaded openssl-probe v0.1.6
10402026-03-02T03:29:11.955Z Downloaded num_enum_derive v0.5.11
10412026-03-02T03:29:11.955Z Downloaded num-derive v0.3.3
10422026-03-02T03:29:11.955Z Downloaded nibble_vec v0.1.0
10432026-03-02T03:29:11.955Z Downloaded match_cfg v0.1.0
10442026-03-02T03:29:11.955Z Downloaded lru-slab v0.1.2
10452026-03-02T03:29:11.955Z Downloaded bstr v1.12.1
10462026-03-02T03:29:11.955Z Downloaded mime_guess v2.0.5
10472026-03-02T03:29:11.979Z Downloaded num-derive v0.4.2
10482026-03-02T03:29:11.980Z Downloaded newtype_derive v0.1.6
10492026-03-02T03:29:11.980Z Downloaded newtype-uuid-macros v0.1.0
10502026-03-02T03:29:11.980Z Downloaded mime v0.3.17
10512026-03-02T03:29:11.980Z Downloaded managed v0.8.0
10522026-03-02T03:29:11.980Z Downloaded keccak v0.1.6
10532026-03-02T03:29:11.980Z Downloaded jobserver v0.1.34
10542026-03-02T03:29:11.980Z Downloaded is-terminal v0.4.17
10552026-03-02T03:29:11.980Z Downloaded ingot v0.1.1
10562026-03-02T03:29:11.980Z Downloaded iana-time-zone v0.1.65
10572026-03-02T03:29:11.980Z Downloaded half v2.7.1
10582026-03-02T03:29:11.980Z Downloaded newline-converter v0.3.0
10592026-03-02T03:29:11.980Z Downloaded nanorand v0.7.0
10602026-03-02T03:29:11.980Z Downloaded multimap v0.10.1
10612026-03-02T03:29:12.005Z Downloaded md5 v0.7.0
10622026-03-02T03:29:12.005Z Downloaded maplit v1.0.2
10632026-03-02T03:29:12.005Z Downloaded libsw-core v0.3.2
10642026-03-02T03:29:12.005Z Downloaded ipnet v2.11.0
10652026-03-02T03:29:12.005Z Downloaded getrandom v0.3.4
10662026-03-02T03:29:12.005Z Downloaded chrono v0.4.44
10672026-03-02T03:29:12.005Z Downloaded memmap2 v0.9.10
10682026-03-02T03:29:12.005Z Downloaded lru-cache v0.1.2
10692026-03-02T03:29:12.005Z Downloaded lru v0.12.5
10702026-03-02T03:29:12.005Z Downloaded lazy_static v1.5.0
10712026-03-02T03:29:12.005Z Downloaded lalrpop-util v0.19.12
10722026-03-02T03:29:12.005Z Downloaded is_ci v1.2.0
10732026-03-02T03:29:12.029Z Downloaded ipnetwork v0.21.1
10742026-03-02T03:29:12.029Z Downloaded internet-checksum v0.2.1
10752026-03-02T03:29:12.029Z Downloaded instant v0.1.13
10762026-03-02T03:29:12.029Z Downloaded inout v0.1.4
10772026-03-02T03:29:12.029Z Downloaded ingot-types v0.1.2
10782026-03-02T03:29:12.029Z Downloaded ingot-macros v0.1.1
10792026-03-02T03:29:12.030Z Downloaded indoc v1.0.9
10802026-03-02T03:29:12.030Z Downloaded impl-trait-for-tuples v0.2.3
10812026-03-02T03:29:12.030Z Downloaded ignore v0.4.25
10822026-03-02T03:29:12.030Z Downloaded hyper-rustls v0.27.7
10832026-03-02T03:29:12.030Z Downloaded httparse v1.10.1
10842026-03-02T03:29:12.030Z Downloaded highway v1.3.0
10852026-03-02T03:29:12.030Z Downloaded heapless v0.8.0
10862026-03-02T03:29:12.054Z Downloaded headers-core v0.3.0
10872026-03-02T03:29:12.054Z Downloaded half v1.8.3
10882026-03-02T03:29:12.054Z Downloaded group v0.13.0
10892026-03-02T03:29:12.055Z Downloaded globwalk v0.9.1
10902026-03-02T03:29:12.055Z Downloaded glob v0.3.3
10912026-03-02T03:29:12.055Z Downloaded git-stub v1.0.0
10922026-03-02T03:29:12.055Z Downloaded ghash v0.5.1
10932026-03-02T03:29:12.055Z Downloaded getrandom v0.2.17
10942026-03-02T03:29:12.055Z Downloaded blake3 v1.8.3
10952026-03-02T03:29:12.079Z Downloaded bitvec v1.0.1
10962026-03-02T03:29:12.079Z Downloaded bindgen v0.71.1
10972026-03-02T03:29:12.104Z Downloaded parking_lot_core v0.9.12
10982026-03-02T03:29:12.104Z Downloaded p256 v0.13.2
10992026-03-02T03:29:12.104Z Downloaded maybe-uninit v2.0.0
11002026-03-02T03:29:12.104Z Downloaded hyper-staticfile v0.10.1
11012026-03-02T03:29:12.104Z Downloaded hubpack v0.1.2
11022026-03-02T03:29:12.104Z Downloaded hashbrown v0.12.3
11032026-03-02T03:29:12.104Z Downloaded fxhash v0.2.1
11042026-03-02T03:29:12.104Z Downloaded futures v0.3.32
11052026-03-02T03:29:12.104Z Downloaded indexmap v1.9.3
11062026-03-02T03:29:12.129Z Downloaded indent_write v2.2.0
11072026-03-02T03:29:12.129Z Downloaded ident_case v1.0.1
11082026-03-02T03:29:12.129Z Downloaded hubpack_derive v0.1.1
11092026-03-02T03:29:12.129Z Downloaded httpdate v1.0.3
11102026-03-02T03:29:12.129Z Downloaded http-body-util v0.1.3
11112026-03-02T03:29:12.129Z Downloaded home v0.5.12
11122026-03-02T03:29:12.129Z Downloaded hashbrown v0.13.2
11132026-03-02T03:29:12.129Z Downloaded openssl-probe v0.2.1
11142026-03-02T03:29:12.129Z Downloaded http-body v1.0.1
11152026-03-02T03:29:12.129Z Downloaded hmac v0.12.1
11162026-03-02T03:29:12.129Z Downloaded hickory-client v0.25.2
11172026-03-02T03:29:12.129Z Downloaded hex v0.4.3
11182026-03-02T03:29:12.129Z Downloaded futures-task v0.3.32
11192026-03-02T03:29:12.129Z Downloaded futures-macro v0.3.32
11202026-03-02T03:29:12.129Z Downloaded futures-channel v0.3.32
11212026-03-02T03:29:12.154Z Downloaded funty v2.0.0
11222026-03-02T03:29:12.154Z Downloaded fs-err v2.11.0
11232026-03-02T03:29:12.154Z Downloaded cc v1.2.56
11242026-03-02T03:29:12.154Z Downloaded hostname v0.4.2
11252026-03-02T03:29:12.154Z Downloaded hex-literal v0.4.1
11262026-03-02T03:29:12.154Z Downloaded futures-io v0.3.32
11272026-03-02T03:29:12.154Z Downloaded futures-executor v0.3.32
11282026-03-02T03:29:12.154Z Downloaded csv v1.4.0
11292026-03-02T03:29:12.179Z Downloaded const-oid v0.9.6
11302026-03-02T03:29:12.179Z Downloaded chacha20poly1305 v0.10.1
11312026-03-02T03:29:12.179Z Downloaded newtype-uuid v1.3.2
11322026-03-02T03:29:12.179Z Downloaded fs_extra v1.3.0
11332026-03-02T03:29:12.179Z Downloaded const_format v0.2.35
11342026-03-02T03:29:12.179Z Downloaded bytes v1.11.1
11352026-03-02T03:29:12.204Z Downloaded buf-list v1.1.2
11362026-03-02T03:29:12.204Z Downloaded hash32 v0.3.1
11372026-03-02T03:29:12.204Z Downloaded crc32fast v1.5.0
11382026-03-02T03:29:12.204Z Downloaded cookie v0.18.1
11392026-03-02T03:29:12.204Z Downloaded bumpalo v3.20.2
11402026-03-02T03:29:12.204Z Downloaded base64 v0.21.7
11412026-03-02T03:29:12.204Z Downloaded lzss v0.8.2
11422026-03-02T03:29:12.204Z Downloaded flate2 v1.1.9
11432026-03-02T03:29:12.204Z Downloaded console v0.15.11
11442026-03-02T03:29:12.229Z Downloaded colored v2.2.0
11452026-03-02T03:29:12.229Z Downloaded ciborium v0.2.2
11462026-03-02T03:29:12.229Z Downloaded chacha20 v0.9.1
11472026-03-02T03:29:12.229Z Downloaded cbc v0.1.2
11482026-03-02T03:29:12.229Z Downloaded blowfish v0.9.1
11492026-03-02T03:29:12.229Z Downloaded bcrypt-pbkdf v0.10.0
11502026-03-02T03:29:12.229Z Downloaded foreign-types-shared v0.3.1
11512026-03-02T03:29:12.229Z Downloaded crc8 v0.1.1
11522026-03-02T03:29:12.229Z Downloaded crc-any v2.5.0
11532026-03-02T03:29:12.229Z Downloaded corncobs v0.1.4
11542026-03-02T03:29:12.229Z Downloaded constant_time_eq v0.4.2
11552026-03-02T03:29:12.230Z Downloaded elliptic-curve v0.13.8
11562026-03-02T03:29:12.254Z Downloaded diesel v2.2.12
11572026-03-02T03:29:12.254Z Downloaded csv-core v0.1.13
11582026-03-02T03:29:12.254Z Downloaded cpufeatures v0.3.0
11592026-03-02T03:29:12.279Z Downloaded convert_case v0.10.0
11602026-03-02T03:29:12.279Z Downloaded chacha20 v0.10.0
11612026-03-02T03:29:12.279Z Downloaded cassowary v0.3.0
11622026-03-02T03:29:12.279Z Downloaded block-padding v0.3.3
11632026-03-02T03:29:12.279Z Downloaded embedded-io v0.4.0
11642026-03-02T03:29:12.279Z Downloaded crc-catalog v2.4.0
11652026-03-02T03:29:12.279Z Downloaded ciborium-ll v0.2.2
11662026-03-02T03:29:12.279Z Downloaded cexpr v0.6.0
11672026-03-02T03:29:12.279Z Downloaded cargo-platform v0.1.9
11682026-03-02T03:29:12.279Z Downloaded base16ct v1.0.0
11692026-03-02T03:29:12.279Z Downloaded console v0.16.2
11702026-03-02T03:29:12.279Z Downloaded cobs v0.3.0
11712026-03-02T03:29:12.279Z Downloaded ciborium-io v0.2.2
11722026-03-02T03:29:12.279Z Downloaded cfg_aliases v0.1.1
11732026-03-02T03:29:12.279Z Downloaded cargo_toml v0.22.3
11742026-03-02T03:29:12.305Z Downloaded cargo_metadata v0.19.2
11752026-03-02T03:29:12.305Z Downloaded cancel-safe-futures v0.1.5
11762026-03-02T03:29:12.305Z Downloaded camino-tempfile-ext v0.3.3
11772026-03-02T03:29:12.305Z Downloaded bitflags v1.3.2
11782026-03-02T03:29:12.305Z Downloaded base64 v0.22.1
11792026-03-02T03:29:12.305Z Downloaded itertools v0.13.0
11802026-03-02T03:29:12.305Z Downloaded fatfs v0.3.6
11812026-03-02T03:29:12.329Z Downloaded dropshot-api-manager v0.4.0
11822026-03-02T03:29:12.329Z Downloaded derive_more v0.99.20
11832026-03-02T03:29:12.329Z Downloaded convert_case v0.4.0
11842026-03-02T03:29:12.329Z Downloaded cipher v0.4.4
11852026-03-02T03:29:12.329Z Downloaded bzip2 v0.6.1
11862026-03-02T03:29:12.330Z Downloaded bitfield v0.19.4
11872026-03-02T03:29:12.330Z Downloaded libsw v3.5.0
11882026-03-02T03:29:12.330Z Downloaded float-ord v0.3.2
11892026-03-02T03:29:12.330Z Downloaded flagset v0.4.7
11902026-03-02T03:29:12.330Z Downloaded fallible-iterator v0.2.0
11912026-03-02T03:29:12.330Z Downloaded ed25519 v2.2.3
11922026-03-02T03:29:12.330Z Downloaded dropshot_endpoint v0.16.7
11932026-03-02T03:29:12.359Z Downloaded difflib v0.4.0
11942026-03-02T03:29:12.359Z Downloaded ctr v0.9.2
11952026-03-02T03:29:12.359Z Downloaded colored v3.1.1
11962026-03-02T03:29:12.359Z Downloaded cmake v0.1.57
11972026-03-02T03:29:12.360Z Downloaded bzip2 v0.4.4
11982026-03-02T03:29:12.360Z Downloaded blake2 v0.10.6
11992026-03-02T03:29:12.360Z Downloaded bitfield-macros v0.19.4
12002026-03-02T03:29:12.360Z Downloaded bit-vec v0.6.3
12012026-03-02T03:29:12.360Z Downloaded bcs v0.1.6
12022026-03-02T03:29:12.360Z Downloaded indicatif v0.18.4
12032026-03-02T03:29:12.360Z Downloaded fixedbitset v0.4.2
12042026-03-02T03:29:12.360Z Downloaded find-msvc-tools v0.1.9
12052026-03-02T03:29:12.360Z Downloaded fd-lock v4.0.4
12062026-03-02T03:29:12.360Z Downloaded erased-serde v0.3.31
12072026-03-02T03:29:12.360Z Downloaded enum-as-inner v0.6.1
12082026-03-02T03:29:12.384Z Downloaded dunce v1.0.5
12092026-03-02T03:29:12.384Z Downloaded drift v0.1.3
12102026-03-02T03:29:12.384Z Downloaded bit-vec v0.8.0
12112026-03-02T03:29:12.384Z Downloaded bit-set v0.5.3
12122026-03-02T03:29:12.384Z Downloaded base64ct v1.8.3
12132026-03-02T03:29:12.384Z Downloaded embedded-io v0.6.1
12142026-03-02T03:29:12.384Z Downloaded derive_more-impl v2.1.1
12152026-03-02T03:29:12.384Z Downloaded cstr-argument v0.1.2
12162026-03-02T03:29:12.384Z Downloaded foreign-types-shared v0.1.1
12172026-03-02T03:29:12.384Z Downloaded foreign-types v0.5.0
12182026-03-02T03:29:12.384Z Downloaded foldhash v0.2.0
12192026-03-02T03:29:12.384Z Downloaded dyn-clone v1.0.20
12202026-03-02T03:29:12.409Z Downloaded dropshot-api-manager-types v0.4.0
12212026-03-02T03:29:12.409Z Downloaded dof v0.4.0
12222026-03-02T03:29:12.409Z Downloaded dirs-sys-next v0.1.2
12232026-03-02T03:29:12.409Z Downloaded diff v0.1.13
12242026-03-02T03:29:12.409Z Downloaded diesel_table_macro_syntax v0.2.0
12252026-03-02T03:29:12.409Z Downloaded derive_more v2.1.1
12262026-03-02T03:29:12.409Z Downloaded indoc v2.0.7
12272026-03-02T03:29:12.409Z Downloaded hash32 v0.2.1
12282026-03-02T03:29:12.434Z Downloaded h2 v0.4.13
12292026-03-02T03:29:12.434Z Downloaded foldhash v0.1.5
12302026-03-02T03:29:12.434Z Downloaded float-cmp v0.10.0
12312026-03-02T03:29:12.434Z Downloaded filetime v0.2.27
12322026-03-02T03:29:12.434Z Downloaded expectorate v1.2.0
12332026-03-02T03:29:12.434Z Downloaded env_filter v1.0.0
12342026-03-02T03:29:12.434Z Downloaded endian-type v0.1.2
12352026-03-02T03:29:12.434Z Downloaded ena v0.14.4
12362026-03-02T03:29:12.434Z Downloaded either v1.15.0
12372026-03-02T03:29:12.434Z Downloaded ecdsa v0.16.9
12382026-03-02T03:29:12.434Z Downloaded dtrace-parser v0.3.0
12392026-03-02T03:29:12.434Z Downloaded dsl_auto_type v0.1.3
12402026-03-02T03:29:12.434Z Downloaded display-error-chain v0.2.2
12412026-03-02T03:29:12.459Z Downloaded diesel-dtrace v0.4.2
12422026-03-02T03:29:12.459Z Downloaded des v0.8.1
12432026-03-02T03:29:12.459Z Downloaded derive_builder_macro v0.20.2
12442026-03-02T03:29:12.459Z Downloaded derive_builder_core v0.20.2
12452026-03-02T03:29:12.459Z Downloaded curve25519-dalek v4.1.3
12462026-03-02T03:29:12.459Z Downloaded hashbrown v0.15.5
12472026-03-02T03:29:12.459Z Downloaded gethostname v0.5.0
12482026-03-02T03:29:12.459Z Downloaded document-features v0.2.12
12492026-03-02T03:29:12.459Z Downloaded dirs-next v2.0.0
12502026-03-02T03:29:12.485Z Downloaded crossterm v0.29.0
12512026-03-02T03:29:12.485Z Downloaded darling_core v0.21.3
12522026-03-02T03:29:12.485Z Downloaded darling_core v0.20.11
12532026-03-02T03:29:12.485Z Downloaded darling v0.20.11
12542026-03-02T03:29:12.485Z Downloaded crossbeam-deque v0.8.6
12552026-03-02T03:29:12.510Z Downloaded http-range v0.1.5
12562026-03-02T03:29:12.510Z Downloaded heapless v0.7.17
12572026-03-02T03:29:12.510Z Downloaded globset v0.4.18
12582026-03-02T03:29:12.510Z Downloaded darling_macro v0.21.3
12592026-03-02T03:29:12.510Z Downloaded darling_core v0.23.0
12602026-03-02T03:29:12.510Z Downloaded crossterm v0.28.1
12612026-03-02T03:29:12.510Z Downloaded dropshot v0.16.7
12622026-03-02T03:29:12.534Z Downloaded derive-where v1.6.0
12632026-03-02T03:29:12.534Z Downloaded defmt-macros v1.0.1
12642026-03-02T03:29:12.559Z Downloaded daft v0.1.5
12652026-03-02T03:29:12.559Z Downloaded crossbeam-utils v0.8.21
12662026-03-02T03:29:12.559Z Downloaded chrono-tz v0.10.4
12672026-03-02T03:29:12.583Z Downloaded defmt v1.0.1
12682026-03-02T03:29:12.584Z Downloaded debug-ignore v1.0.5
12692026-03-02T03:29:12.584Z Downloaded data-encoding v2.10.0
12702026-03-02T03:29:12.584Z Downloaded crossbeam-epoch v0.9.18
12712026-03-02T03:29:12.584Z Downloaded derive-ex v0.1.8
12722026-03-02T03:29:12.584Z Downloaded deranged v0.5.8
12732026-03-02T03:29:12.584Z Downloaded defmt-parser v1.0.0
12742026-03-02T03:29:12.584Z Downloaded defmt v0.3.100
12752026-03-02T03:29:12.584Z Downloaded darling_macro v0.23.0
12762026-03-02T03:29:12.584Z Downloaded darling_macro v0.20.11
12772026-03-02T03:29:12.584Z Downloaded darling v0.23.0
12782026-03-02T03:29:12.584Z Downloaded curve25519-dalek-derive v0.1.1
12792026-03-02T03:29:12.584Z Downloaded futures-core v0.3.32
12802026-03-02T03:29:12.608Z Downloaded derive_builder v0.20.2
12812026-03-02T03:29:12.608Z Downloaded daft-derive v0.1.5
12822026-03-02T03:29:12.608Z Downloaded crunchy v0.2.4
12832026-03-02T03:29:12.608Z Downloaded crossbeam-channel v0.5.15
12842026-03-02T03:29:12.608Z Downloaded aws-lc-rs v1.16.0
12852026-03-02T03:29:12.633Z Downloaded ar_archive_writer v0.5.1
12862026-03-02T03:29:12.633Z Downloaded aho-corasick v1.1.4
12872026-03-02T03:29:12.633Z Downloaded aes-gcm v0.10.3
12882026-03-02T03:29:12.633Z Downloaded aes v0.8.4
12892026-03-02T03:29:12.633Z Downloaded ed25519-dalek v2.2.0
12902026-03-02T03:29:12.633Z Downloaded crypto-bigint v0.5.5
12912026-03-02T03:29:12.658Z Downloaded crucible-workspace-hack v0.1.0
12922026-03-02T03:29:12.658Z Downloaded critical-section v1.2.0
12932026-03-02T03:29:12.658Z Downloaded ascii-canvas v3.0.0
12942026-03-02T03:29:12.658Z Downloaded arc-swap v1.8.2
12952026-03-02T03:29:12.658Z Downloaded allocator-api2 v0.2.21
12962026-03-02T03:29:12.658Z Downloaded env_logger v0.11.9
12972026-03-02T03:29:12.658Z Downloaded diesel_derives v2.2.7
12982026-03-02T03:29:12.658Z Downloaded darling v0.21.3
12992026-03-02T03:29:12.683Z Downloaded compact_str v0.8.1
13002026-03-02T03:29:12.683Z Downloaded backon v1.6.0
13012026-03-02T03:29:12.683Z Downloaded atty v0.2.14
13022026-03-02T03:29:12.683Z Downloaded atomic-waker v1.1.2
13032026-03-02T03:29:12.683Z Downloaded async-bb8-diesel v0.2.1
13042026-03-02T03:29:12.683Z Downloaded arrayref v0.3.9
13052026-03-02T03:29:12.683Z Downloaded adler2 v2.0.1
13062026-03-02T03:29:12.683Z Downloaded const_format_proc_macros v0.2.34
13072026-03-02T03:29:12.683Z Downloaded clang-sys v1.8.1
13082026-03-02T03:29:12.683Z Downloaded bb8 v0.8.6
13092026-03-02T03:29:12.683Z Downloaded backoff v0.4.0
13102026-03-02T03:29:12.683Z Downloaded async-stream-impl v0.3.6
13112026-03-02T03:29:12.683Z Downloaded async-recursion v1.1.1
13122026-03-02T03:29:12.708Z Downloaded assert_matches v1.5.0
13132026-03-02T03:29:12.708Z Downloaded argon2 v0.5.3
13142026-03-02T03:29:12.708Z Downloaded async-trait v0.1.89
13152026-03-02T03:29:12.708Z Downloaded arrayvec v0.7.6
13162026-03-02T03:29:12.708Z Downloaded array-init v0.0.4
13172026-03-02T03:29:12.708Z Downloaded atomicwrites v0.4.4
13182026-03-02T03:29:12.708Z Downloaded ahash v0.8.12
13192026-03-02T03:29:12.708Z Downloaded aead v0.5.2
13202026-03-02T03:29:12.708Z Downloaded bit-set v0.8.0
13212026-03-02T03:29:12.708Z Downloaded base16ct v0.2.0
13222026-03-02T03:29:12.708Z Downloaded async-stream v0.3.6
13232026-03-02T03:29:12.882Z Compiling libc v0.2.180
13242026-03-02T03:29:12.882Z Compiling serde v1.0.228
13252026-03-02T03:29:12.908Z Compiling log v0.4.29
13262026-03-02T03:29:12.908Z Compiling shlex v1.3.0
13272026-03-02T03:29:12.908Z Compiling find-msvc-tools v0.1.9
13282026-03-02T03:29:12.908Z Compiling smallvec v1.15.1
13292026-03-02T03:29:12.908Z Compiling syn v2.0.117
13302026-03-02T03:29:12.908Z Compiling typenum v1.19.0
13312026-03-02T03:29:13.723Z Compiling generic-array v0.14.7
13322026-03-02T03:29:13.749Z Compiling subtle v2.6.1
13332026-03-02T03:29:13.843Z Compiling scopeguard v1.2.0
13342026-03-02T03:29:13.957Z Compiling portable-atomic v1.13.1
13352026-03-02T03:29:14.041Z Compiling lock_api v0.4.14
13362026-03-02T03:29:14.041Z Compiling const-oid v0.9.6
13372026-03-02T03:29:14.119Z Compiling critical-section v1.2.0
13382026-03-02T03:29:14.198Z Compiling zerocopy v0.8.40
13392026-03-02T03:29:14.323Z Compiling serde_json v1.0.149
13402026-03-02T03:29:14.519Z Compiling pin-project-lite v0.2.17
13412026-03-02T03:29:14.708Z Compiling parking_lot_core v0.9.12
13422026-03-02T03:29:15.127Z Compiling pkg-config v0.3.32
13432026-03-02T03:29:15.307Z Compiling libm v0.2.16
13442026-03-02T03:29:15.332Z Compiling num-traits v0.2.19
13452026-03-02T03:29:15.488Z Compiling getrandom v0.2.17
13462026-03-02T03:29:15.695Z Compiling jobserver v0.1.34
13472026-03-02T03:29:15.814Z Compiling rand_core v0.6.4
13482026-03-02T03:29:15.926Z Compiling errno v0.3.14
13492026-03-02T03:29:16.179Z Compiling cc v1.2.56
13502026-03-02T03:29:16.281Z Compiling once_cell v1.21.3
13512026-03-02T03:29:16.382Z Compiling signal-hook-registry v1.4.8
13522026-03-02T03:29:16.408Z Compiling parking_lot v0.12.5
13532026-03-02T03:29:16.478Z Compiling mio v1.1.1
13542026-03-02T03:29:16.563Z Compiling bitflags v2.11.0
13552026-03-02T03:29:16.686Z Compiling futures-core v0.3.32
13562026-03-02T03:29:17.015Z Compiling socket2 v0.6.2
13572026-03-02T03:29:17.225Z Compiling percent-encoding v2.3.2
13582026-03-02T03:29:17.257Z Compiling allocator-api2 v0.2.21
13592026-03-02T03:29:17.560Z Compiling futures-sink v0.3.32
13602026-03-02T03:29:17.631Z Compiling cpufeatures v0.2.17
13612026-03-02T03:29:17.663Z Compiling foldhash v0.2.0
13622026-03-02T03:29:17.760Z Compiling futures-channel v0.3.32
13632026-03-02T03:29:17.785Z Compiling futures-io v0.3.32
13642026-03-02T03:29:17.938Z Compiling futures-task v0.3.32
13652026-03-02T03:29:17.962Z Compiling hashbrown v0.16.1
13662026-03-02T03:29:18.128Z Compiling getrandom v0.4.1
13672026-03-02T03:29:18.156Z Compiling slab v0.4.12
13682026-03-02T03:29:18.295Z Compiling rustversion v1.0.22
13692026-03-02T03:29:18.320Z Compiling rand_core v0.10.0
13702026-03-02T03:29:18.483Z Compiling getrandom v0.3.4
13712026-03-02T03:29:18.626Z Compiling cmake v0.1.57
13722026-03-02T03:29:19.209Z Compiling indexmap v2.13.0
13732026-03-02T03:29:19.394Z Compiling form_urlencoded v1.2.2
13742026-03-02T03:29:19.577Z Compiling ident_case v1.0.1
13752026-03-02T03:29:19.630Z Compiling fs_extra v1.3.0
13762026-03-02T03:29:19.724Z Compiling base64ct v1.8.3
13772026-03-02T03:29:19.781Z Compiling dunce v1.0.5
13782026-03-02T03:29:19.945Z Compiling flagset v0.4.7
13792026-03-02T03:29:20.113Z Compiling rand_core v0.9.5
13802026-03-02T03:29:20.162Z Compiling aws-lc-sys v0.37.1
13812026-03-02T03:29:20.186Z Compiling iana-time-zone v0.1.65
13822026-03-02T03:29:20.324Z Compiling synstructure v0.13.2
13832026-03-02T03:29:20.420Z Compiling pem-rfc7468 v0.7.0
13842026-03-02T03:29:20.445Z Compiling rustix v1.1.3
13852026-03-02T03:29:20.556Z Compiling ring v0.17.14
13862026-03-02T03:29:20.624Z Compiling uuid v1.21.0
13872026-03-02T03:29:20.654Z Compiling rustc_version v0.4.1
13882026-03-02T03:29:21.047Z Compiling aws-lc-rs v1.16.0
13892026-03-02T03:29:21.325Z Compiling vcpkg v0.2.15
13902026-03-02T03:29:21.445Z Compiling regex-syntax v0.8.10
13912026-03-02T03:29:21.643Z Compiling tracing-core v0.1.36
13922026-03-02T03:29:22.005Z Compiling crossbeam-utils v0.8.21
13932026-03-02T03:29:22.510Z Compiling pest_generator v2.8.6
13942026-03-02T03:29:22.772Z Compiling serde_derive_internals v0.29.1
13952026-03-02T03:29:22.887Z Compiling openssl-sys v0.9.111
13962026-03-02T03:29:23.952Z Compiling syn v1.0.109
13972026-03-02T03:29:23.976Z Compiling untrusted v0.9.0
13982026-03-02T03:29:24.192Z Compiling schemars v0.8.22
13992026-03-02T03:29:24.245Z Compiling httparse v1.10.1
14002026-03-02T03:29:24.401Z Compiling serde_derive v1.0.228
14012026-03-02T03:29:24.533Z Compiling zeroize_derive v1.4.3
14022026-03-02T03:29:24.561Z Compiling zerofrom-derive v0.1.6
14032026-03-02T03:29:24.805Z Compiling yoke-derive v0.8.1
14042026-03-02T03:29:24.888Z Compiling zerocopy-derive v0.8.40
14052026-03-02T03:29:25.863Z Compiling zeroize v1.8.2
14062026-03-02T03:29:26.625Z Compiling zerovec-derive v0.11.2
14072026-03-02T03:29:26.736Z Compiling displaydoc v0.2.5
14082026-03-02T03:29:27.159Z Compiling tokio-macros v2.6.0
14092026-03-02T03:29:27.483Z Compiling crypto-common v0.1.7
14102026-03-02T03:29:27.508Z Compiling zerofrom v0.1.6
14112026-03-02T03:29:27.716Z Compiling yoke v0.8.1
14122026-03-02T03:29:27.742Z Compiling block-buffer v0.10.4
14132026-03-02T03:29:28.101Z Compiling digest v0.10.7
14142026-03-02T03:29:28.126Z Compiling futures-macro v0.3.32
14152026-03-02T03:29:28.161Z Compiling zerotrie v0.2.3
14162026-03-02T03:29:28.575Z Compiling hmac v0.12.1
14172026-03-02T03:29:28.611Z Compiling block-padding v0.3.3
14182026-03-02T03:29:28.774Z Compiling sha2 v0.10.9
14192026-03-02T03:29:28.805Z Compiling zerovec v0.11.5
14202026-03-02T03:29:28.864Z Compiling inout v0.1.4
14212026-03-02T03:29:28.890Z Compiling der_derive v0.7.3
14222026-03-02T03:29:29.145Z Compiling cipher v0.4.4
14232026-03-02T03:29:29.674Z Compiling salsa20 v0.10.2
14242026-03-02T03:29:29.699Z Compiling futures-util v0.3.32
14252026-03-02T03:29:29.922Z Compiling tinystr v0.8.2
14262026-03-02T03:29:29.946Z Compiling potential_utf v0.1.4
14272026-03-02T03:29:30.201Z Compiling icu_collections v2.1.1
14282026-03-02T03:29:30.328Z Compiling icu_locale_core v2.1.1
14292026-03-02T03:29:30.808Z Compiling der v0.7.10
14302026-03-02T03:29:31.215Z Compiling pbkdf2 v0.12.2
14312026-03-02T03:29:31.396Z Compiling thiserror-impl v2.0.18
14322026-03-02T03:29:31.675Z Compiling bytes v1.11.1
14332026-03-02T03:29:31.721Z Compiling icu_provider v2.1.1
14342026-03-02T03:29:32.297Z Compiling icu_properties v2.1.2
14352026-03-02T03:29:32.321Z Compiling icu_normalizer v2.1.1
14362026-03-02T03:29:32.972Z Compiling tokio v1.49.0
14372026-03-02T03:29:33.495Z Compiling http v1.4.0
14382026-03-02T03:29:33.524Z Compiling spki v0.7.3
14392026-03-02T03:29:33.917Z Compiling chrono v0.4.44
14402026-03-02T03:29:34.216Z Compiling thiserror v2.0.18
14412026-03-02T03:29:34.386Z Compiling idna_adapter v1.2.1
14422026-03-02T03:29:34.611Z Compiling idna v1.1.0
14432026-03-02T03:29:34.819Z Compiling scrypt v0.11.0
14442026-03-02T03:29:34.864Z Compiling cbc v0.1.2
14452026-03-02T03:29:35.110Z Compiling aes v0.8.4
14462026-03-02T03:29:35.285Z Compiling ppv-lite86 v0.2.21
14472026-03-02T03:29:35.463Z Compiling url v2.5.8
14482026-03-02T03:29:35.495Z Compiling rustls-pki-types v1.14.0
14492026-03-02T03:29:35.962Z Compiling rand_chacha v0.9.0
14502026-03-02T03:29:36.006Z Compiling tracing-attributes v0.1.31
14512026-03-02T03:29:36.412Z Compiling rand v0.9.2
14522026-03-02T03:29:36.997Z Compiling pkcs5 v0.7.1
14532026-03-02T03:29:37.147Z Compiling http-body v1.0.1
14542026-03-02T03:29:37.369Z Compiling openssl-probe v0.2.1
14552026-03-02T03:29:37.394Z Compiling base64 v0.22.1
14562026-03-02T03:29:37.418Z Compiling untrusted v0.7.1
14572026-03-02T03:29:37.637Z Compiling pkcs8 v0.10.2
14582026-03-02T03:29:38.093Z Compiling schemars_derive v0.8.22
14592026-03-02T03:29:38.179Z Compiling pest_derive v2.8.6
14602026-03-02T03:29:38.203Z Compiling scroll_derive v0.13.1
14612026-03-02T03:29:38.781Z Compiling tracing v0.1.44
14622026-03-02T03:29:38.866Z Compiling darling_core v0.20.11
14632026-03-02T03:29:39.260Z Compiling tinyvec_macros v0.1.1
14642026-03-02T03:29:39.346Z Compiling rustls v0.23.37
14652026-03-02T03:29:39.378Z Compiling atomic-waker v1.1.2
14662026-03-02T03:29:39.575Z Compiling tower-layer v0.3.3
14672026-03-02T03:29:39.625Z Compiling dyn-clone v1.0.20
14682026-03-02T03:29:39.759Z Compiling tower-service v0.3.3
14692026-03-02T03:29:39.845Z Compiling try-lock v0.2.5
14702026-03-02T03:29:39.870Z Compiling scroll v0.13.0
14712026-03-02T03:29:39.908Z Compiling tinyvec v1.10.0
14722026-03-02T03:29:40.025Z Compiling want v0.3.1
14732026-03-02T03:29:40.600Z Compiling ipnet v2.11.0
14742026-03-02T03:29:40.896Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14752026-03-02T03:29:41.445Z Compiling tokio-util v0.7.18
14762026-03-02T03:29:41.681Z Compiling spin v0.9.8
14772026-03-02T03:29:41.706Z Compiling aho-corasick v1.1.4
14782026-03-02T03:29:42.107Z Compiling num-conv v0.2.0
14792026-03-02T03:29:42.388Z Compiling powerfmt v0.2.0
14802026-03-02T03:29:42.808Z Compiling foreign-types-shared v0.1.1
14812026-03-02T03:29:42.956Z Compiling time-core v0.1.8
14822026-03-02T03:29:43.332Z Compiling h2 v0.4.13
14832026-03-02T03:29:43.590Z Compiling httpdate v1.0.3
14842026-03-02T03:29:43.820Z Compiling pin-utils v0.1.0
14852026-03-02T03:29:43.952Z Compiling crc32fast v1.5.0
14862026-03-02T03:29:44.027Z Compiling openssl v0.10.75
14872026-03-02T03:29:44.165Z Compiling darling_macro v0.20.11
14882026-03-02T03:29:44.491Z Compiling regex-automata v0.4.14
14892026-03-02T03:29:44.523Z Compiling tempfile v3.25.0
14902026-03-02T03:29:44.918Z Compiling darling v0.20.11
14912026-03-02T03:29:45.044Z Compiling time-macros v0.2.27
14922026-03-02T03:29:45.264Z Compiling foreign-types v0.3.2
14932026-03-02T03:29:45.372Z Compiling deranged v0.5.8
14942026-03-02T03:29:45.629Z Compiling goblin v0.10.5
14952026-03-02T03:29:47.221Z Compiling thiserror-impl v1.0.69
14962026-03-02T03:29:47.536Z Compiling openssl-macros v0.1.1
14972026-03-02T03:29:49.427Z Compiling wait-timeout v0.2.1
14982026-03-02T03:29:49.669Z Compiling hyper v1.8.1
14992026-03-02T03:29:49.852Z Compiling num_threads v0.1.7
15002026-03-02T03:29:49.887Z Compiling either v1.15.0
15012026-03-02T03:29:50.004Z Compiling quick-error v1.2.3
15022026-03-02T03:29:50.173Z Compiling siphasher v1.0.2
15032026-03-02T03:29:50.275Z Compiling native-tls v0.2.18
15042026-03-02T03:29:50.531Z Compiling simd-adler32 v0.3.8
15052026-03-02T03:29:50.644Z Compiling usdt-impl v0.6.0
15062026-03-02T03:29:50.975Z Compiling bit-vec v0.8.0
15072026-03-02T03:29:51.096Z Compiling rusty-fork v0.3.1
15082026-03-02T03:29:51.396Z Compiling bit-set v0.8.0
15092026-03-02T03:29:51.656Z Compiling time v0.3.47
15102026-03-02T03:29:51.682Z Compiling thiserror v1.0.69
15112026-03-02T03:29:51.867Z Compiling hyper-util v0.1.20
15122026-03-02T03:29:52.935Z Compiling dof v0.4.0
15132026-03-02T03:29:53.560Z Compiling derive_builder_core v0.20.2
15142026-03-02T03:29:55.394Z Compiling unicode-normalization v0.1.25
15152026-03-02T03:29:55.419Z Compiling crossbeam-epoch v0.9.18
15162026-03-02T03:29:55.529Z Compiling dtrace-parser v0.3.0
15172026-03-02T03:29:55.626Z Compiling rustls-native-certs v0.8.3
15182026-03-02T03:29:55.783Z Compiling signature v2.2.0
15192026-03-02T03:29:56.042Z Compiling scroll_derive v0.12.1
15202026-03-02T03:29:56.067Z Compiling heapless v0.7.17
15212026-03-02T03:29:56.181Z Compiling rand_xorshift v0.4.0
15222026-03-02T03:29:56.259Z Compiling slog v2.8.2
15232026-03-02T03:29:56.466Z Compiling darling_core v0.21.3
15242026-03-02T03:29:56.490Z Compiling bzip2-sys v0.1.13+1.0.8
15252026-03-02T03:29:56.551Z Compiling sync_wrapper v1.0.2
15262026-03-02T03:29:56.740Z Compiling thread-id v5.1.0
15272026-03-02T03:29:56.874Z Compiling cookie v0.18.1
15282026-03-02T03:29:56.934Z Compiling paste v1.0.15
15292026-03-02T03:29:57.150Z Compiling anyhow v1.0.102
15302026-03-02T03:29:57.195Z Compiling unicode-segmentation v1.12.0
15312026-03-02T03:29:57.340Z Compiling rayon-core v1.13.0
15322026-03-02T03:29:57.403Z Compiling zstd-safe v7.2.4
15332026-03-02T03:29:57.638Z Compiling unicode-bidi v0.3.18
15342026-03-02T03:29:57.708Z Compiling unarray v0.1.4
15352026-03-02T03:29:57.735Z Compiling signal-hook v0.3.18
15362026-03-02T03:29:57.891Z Compiling unicode-properties v0.1.4
15372026-03-02T03:29:58.052Z Compiling adler2 v2.0.1
15382026-03-02T03:29:58.180Z Compiling proptest v1.10.0
15392026-03-02T03:29:58.280Z Compiling miniz_oxide v0.8.9
15402026-03-02T03:29:58.403Z Compiling stringprep v0.1.5
15412026-03-02T03:29:58.609Z Compiling scroll v0.12.0
15422026-03-02T03:29:59.103Z Compiling tower v0.5.3
15432026-03-02T03:29:59.685Z Compiling crossbeam-deque v0.8.6
15442026-03-02T03:29:59.904Z Compiling derive_builder_macro v0.20.2
15452026-03-02T03:30:00.006Z Compiling ipnetwork v0.21.1
15462026-03-02T03:30:00.048Z Compiling http-body-util v0.1.3
15472026-03-02T03:30:00.073Z Compiling webpki-roots v1.0.6
15482026-03-02T03:30:00.205Z Compiling rand_chacha v0.3.1
15492026-03-02T03:30:00.285Z Compiling serde_tokenstream v0.2.3
15502026-03-02T03:30:00.488Z Compiling toml_datetime v0.6.11
15512026-03-02T03:30:00.650Z Compiling serde_spanned v0.6.9
15522026-03-02T03:30:00.772Z Compiling erased-serde v0.3.31
15532026-03-02T03:30:00.842Z Compiling md-5 v0.10.6
15542026-03-02T03:30:00.888Z Compiling zerocopy-derive v0.7.35
15552026-03-02T03:30:00.987Z Compiling curve25519-dalek v4.1.3
15562026-03-02T03:30:01.123Z Compiling vergen-lib v0.1.6
15572026-03-02T03:30:01.404Z Compiling num-integer v0.1.46
15582026-03-02T03:30:01.575Z Compiling hash32 v0.2.1
15592026-03-02T03:30:01.847Z Compiling ff v0.13.1
15602026-03-02T03:30:01.893Z Compiling litrs v1.0.0
15612026-03-02T03:30:01.917Z Compiling ref-cast v1.0.25
15622026-03-02T03:30:02.026Z Compiling iri-string v0.7.10
15632026-03-02T03:30:02.084Z Compiling zlib-rs v0.6.2
15642026-03-02T03:30:02.248Z Compiling darling_macro v0.21.3
15652026-03-02T03:30:02.446Z Compiling num-bigint-dig v0.8.6
15662026-03-02T03:30:02.607Z Compiling base16ct v0.2.0
15672026-03-02T03:30:02.783Z Compiling smoltcp v0.9.1
15682026-03-02T03:30:02.943Z Compiling ryu v1.0.23
15692026-03-02T03:30:02.972Z Compiling psl-types v2.0.11
15702026-03-02T03:30:03.153Z Compiling rustix v0.38.44
15712026-03-02T03:30:03.202Z Compiling fallible-iterator v0.2.0
15722026-03-02T03:30:03.333Z Compiling serde_urlencoded v0.7.1
15732026-03-02T03:30:03.469Z Compiling newtype-uuid v1.3.2
15742026-03-02T03:30:03.811Z Compiling postgres-protocol v0.6.10
15752026-03-02T03:30:03.836Z Compiling publicsuffix v2.3.0
15762026-03-02T03:30:03.928Z Compiling darling v0.21.3
15772026-03-02T03:30:04.058Z Compiling document-features v0.2.12
15782026-03-02T03:30:04.099Z Compiling sec1 v0.7.3
15792026-03-02T03:30:04.152Z Compiling zerocopy v0.7.35
15802026-03-02T03:30:04.657Z Compiling tower-http v0.6.8
15812026-03-02T03:30:04.884Z Compiling group v0.13.0
15822026-03-02T03:30:05.207Z Compiling num-iter v0.1.45
15832026-03-02T03:30:05.466Z Compiling derive_builder v0.20.2
15842026-03-02T03:30:05.500Z Compiling rand v0.8.5
15852026-03-02T03:30:05.528Z Compiling oxnet v0.1.4
15862026-03-02T03:30:05.803Z Compiling proc-macro-error v1.0.4
15872026-03-02T03:30:06.113Z Compiling tokio-native-tls v0.3.1
15882026-03-02T03:30:06.301Z Compiling goblin v0.8.2
15892026-03-02T03:30:07.448Z Compiling heck v0.4.1
15902026-03-02T03:30:07.511Z Compiling phf_shared v0.13.1
15912026-03-02T03:30:07.875Z Compiling hubpack_derive v0.1.1
15922026-03-02T03:30:08.067Z Compiling regex v1.12.3
15932026-03-02T03:30:08.092Z Compiling lazy_static v1.5.0
15942026-03-02T03:30:08.124Z Compiling flate2 v1.1.9
15952026-03-02T03:30:08.249Z Compiling cargo-platform v0.1.9
15962026-03-02T03:30:08.674Z Compiling hkdf v0.12.4
15972026-03-02T03:30:08.710Z Compiling crypto-bigint v0.5.5
15982026-03-02T03:30:08.909Z Compiling async-trait v0.1.89
15992026-03-02T03:30:08.933Z Compiling daft-derive v0.1.5
16002026-03-02T03:30:08.958Z Compiling strum_macros v0.27.2
16012026-03-02T03:30:08.982Z Compiling ref-cast-impl v1.0.25
16022026-03-02T03:30:09.901Z Compiling curve25519-dalek-derive v0.1.1
16032026-03-02T03:30:10.258Z Compiling terminal_size v0.4.3
16042026-03-02T03:30:10.481Z Compiling vergen v9.0.6
16052026-03-02T03:30:10.779Z Compiling fs-err v3.3.0
16062026-03-02T03:30:11.039Z Compiling ahash v0.8.12
16072026-03-02T03:30:11.066Z Compiling foldhash v0.1.5
16082026-03-02T03:30:11.093Z Compiling bitflags v1.3.2
16092026-03-02T03:30:11.215Z Compiling bumpalo v3.20.2
16102026-03-02T03:30:11.379Z Compiling managed v0.8.0
16112026-03-02T03:30:11.403Z Compiling object v0.37.3
16122026-03-02T03:30:11.705Z Compiling libbz2-rs-sys v0.2.2
16132026-03-02T03:30:11.778Z Compiling winnow v0.5.40
16142026-03-02T03:30:13.129Z Compiling strum v0.27.2
16152026-03-02T03:30:13.242Z Compiling bzip2 v0.6.1
16162026-03-02T03:30:13.355Z Compiling zopfli v0.8.3
16172026-03-02T03:30:13.636Z Compiling console v0.16.2
16182026-03-02T03:30:13.660Z Compiling clap_builder v4.5.60
16192026-03-02T03:30:13.784Z Compiling dof v0.3.0
16202026-03-02T03:30:14.341Z Compiling hashbrown v0.15.5
16212026-03-02T03:30:14.771Z Compiling toml_edit v0.19.15
16222026-03-02T03:30:14.843Z Compiling elliptic-curve v0.13.8
16232026-03-02T03:30:15.394Z Compiling daft v0.1.5
16242026-03-02T03:30:15.697Z Compiling hubpack v0.1.2
16252026-03-02T03:30:15.721Z Compiling cargo_metadata v0.19.2
16262026-03-02T03:30:16.086Z Compiling phf v0.13.1
16272026-03-02T03:30:16.358Z Compiling zone_cfg_derive v0.3.1
16282026-03-02T03:30:17.421Z Compiling signal-hook-mio v0.2.5
16292026-03-02T03:30:17.600Z Compiling zstd v0.13.3
16302026-03-02T03:30:18.143Z Compiling cookie_store v0.22.1
16312026-03-02T03:30:19.267Z Compiling rayon v1.11.0
16322026-03-02T03:30:19.436Z Compiling hyper-tls v0.6.0
16332026-03-02T03:30:19.810Z Compiling bzip2 v0.4.4
16342026-03-02T03:30:20.161Z Compiling postgres-types v0.2.12
16352026-03-02T03:30:20.488Z Compiling serde_with_macros v3.17.0
16362026-03-02T03:30:20.594Z Compiling usdt-macro v0.6.0
16372026-03-02T03:30:21.268Z Compiling usdt-attr-macro v0.6.0
16382026-03-02T03:30:21.510Z Compiling ed25519 v2.2.3
16392026-03-02T03:30:21.783Z Compiling dtrace-parser v0.2.0
16402026-03-02T03:30:22.608Z Compiling phf_shared v0.11.3
16412026-03-02T03:30:22.642Z Compiling itertools v0.12.1
16422026-03-02T03:30:22.960Z Compiling bstr v1.12.1
16432026-03-02T03:30:23.023Z Compiling pkcs1 v0.7.5
16442026-03-02T03:30:23.109Z Compiling serde-big-array v0.5.1
16452026-03-02T03:30:23.339Z Compiling hex v0.4.3
16462026-03-02T03:30:23.364Z Compiling rfc6979 v0.4.0
16472026-03-02T03:30:23.475Z Compiling strum_macros v0.26.4
16482026-03-02T03:30:23.551Z Compiling clap_derive v4.5.55
16492026-03-02T03:30:23.832Z Compiling serde_repr v0.1.20
16502026-03-02T03:30:23.857Z Compiling enum-as-inner v0.6.1
16512026-03-02T03:30:24.329Z Compiling float-cmp v0.10.0
16522026-03-02T03:30:24.569Z Compiling memmap2 v0.9.10
16532026-03-02T03:30:24.738Z Compiling thread-id v4.2.2
16542026-03-02T03:30:24.766Z Compiling env_filter v1.0.0
16552026-03-02T03:30:24.871Z Compiling encoding_rs v0.8.35
16562026-03-02T03:30:24.947Z Compiling predicates-core v1.0.10
16572026-03-02T03:30:25.212Z Compiling fixedbitset v0.4.2
16582026-03-02T03:30:25.259Z Compiling unit-prefix v0.5.2
16592026-03-02T03:30:25.325Z Compiling difflib v0.4.0
16602026-03-02T03:30:25.499Z Compiling whoami v2.1.0
16612026-03-02T03:30:25.605Z Compiling mime v0.3.17
16622026-03-02T03:30:26.065Z Compiling fixedbitset v0.5.7
16632026-03-02T03:30:26.222Z Compiling jiff v0.2.21
16642026-03-02T03:30:26.454Z Compiling data-encoding v2.10.0
16652026-03-02T03:30:26.633Z Compiling keccak v0.1.6
16662026-03-02T03:30:26.889Z Compiling normalize-line-endings v0.3.0
16672026-03-02T03:30:26.945Z Compiling static_assertions v1.1.0
16682026-03-02T03:30:27.015Z Compiling rustc-hash v2.1.1
16692026-03-02T03:30:27.053Z Compiling new_debug_unreachable v1.0.6
16702026-03-02T03:30:27.077Z Compiling precomputed-hash v0.1.1
16712026-03-02T03:30:27.175Z Compiling iddqd v0.3.17
16722026-03-02T03:30:27.207Z Compiling string_cache v0.8.9
16732026-03-02T03:30:27.232Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16742026-03-02T03:30:27.616Z Compiling hickory-proto v0.25.2
16752026-03-02T03:30:27.815Z Compiling clap v4.5.60
16762026-03-02T03:30:27.949Z Compiling predicates v3.1.4
16772026-03-02T03:30:27.982Z Compiling sha3 v0.10.8
16782026-03-02T03:30:28.364Z Compiling strum v0.26.3
16792026-03-02T03:30:28.562Z Compiling petgraph v0.8.3
16802026-03-02T03:30:28.906Z Compiling toml_edit v0.22.27
16812026-03-02T03:30:29.329Z Compiling tokio-postgres v0.7.16
16822026-03-02T03:30:29.586Z Compiling petgraph v0.6.5
16832026-03-02T03:30:32.640Z Compiling zip v4.6.1
16842026-03-02T03:30:32.691Z Compiling indicatif v0.18.4
16852026-03-02T03:30:33.195Z Compiling zone v0.3.1
16862026-03-02T03:30:33.886Z Compiling env_logger v0.11.9
16872026-03-02T03:30:34.449Z Compiling usdt-impl v0.5.0
16882026-03-02T03:30:34.559Z Compiling usdt v0.6.0
16892026-03-02T03:30:34.583Z Compiling similar v2.7.0
16902026-03-02T03:30:34.607Z Compiling serde_with v3.17.0
16912026-03-02T03:30:34.786Z Compiling ecdsa v0.16.9
16922026-03-02T03:30:35.019Z Compiling rsa v0.9.10
16932026-03-02T03:30:35.439Z Compiling crossterm v0.28.1
16942026-03-02T03:30:35.523Z Compiling ed25519-dalek v2.2.0
16952026-03-02T03:30:35.558Z Compiling zip v0.6.6
16962026-03-02T03:30:36.655Z Compiling toml v0.7.8
16972026-03-02T03:30:37.542Z Compiling toml_parser v1.0.9+spec-1.1.0
16982026-03-02T03:30:37.593Z Compiling itertools v0.13.0
16992026-03-02T03:30:37.894Z Compiling tokio-stream v0.1.18
17002026-03-02T03:30:38.202Z Compiling buf-list v1.1.2
17012026-03-02T03:30:38.282Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17022026-03-02T03:30:38.686Z Compiling x509-cert v0.2.5
17032026-03-02T03:30:38.814Z Compiling openapiv3 v2.2.0
17042026-03-02T03:30:38.844Z Compiling sha1 v0.10.6
17052026-03-02T03:30:38.891Z Compiling toml_datetime v0.7.5+spec-1.1.0
17062026-03-02T03:30:39.220Z Compiling lalrpop-util v0.19.12
17072026-03-02T03:30:39.421Z Compiling peg-runtime v0.8.5
17082026-03-02T03:30:39.550Z Compiling thread_local v1.1.9
17092026-03-02T03:30:39.938Z Compiling slog-async v2.8.0
17102026-03-02T03:30:39.973Z Compiling crossbeam-channel v0.5.15
17112026-03-02T03:30:40.194Z Compiling futures-executor v0.3.32
17122026-03-02T03:30:40.443Z Compiling filetime v0.2.27
17132026-03-02T03:30:40.628Z Compiling is-terminal v0.4.17
17142026-03-02T03:30:40.719Z Compiling xattr v1.6.1
17152026-03-02T03:30:40.768Z Compiling term v1.2.1
17162026-03-02T03:30:40.811Z Compiling take_mut v0.2.2
17172026-03-02T03:30:40.991Z Compiling tar v0.4.44
17182026-03-02T03:30:41.467Z Compiling slog-term v2.9.2
17192026-03-02T03:30:41.840Z Compiling futures v0.3.32
17202026-03-02T03:30:50.870Z Compiling rustls-webpki v0.103.9
17212026-03-02T03:30:57.124Z Compiling tokio-rustls v0.26.4
17222026-03-02T03:30:57.124Z Compiling rustls-platform-verifier v0.6.2
17232026-03-02T03:30:57.495Z Compiling hyper-rustls v0.27.7
17242026-03-02T03:30:57.837Z Compiling reqwest v0.13.2
17252026-03-02T03:30:57.837Z Compiling reqwest v0.12.28
17262026-03-02T03:31:02.482Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17272026-03-02T03:31:02.888Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17282026-03-02T03:31:08.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 00s
17292026-03-02T03:31:08.561Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17302026-03-02T03:31:08.630ZMar 02 03:31:07.716 INFO Starting download, target: Cockroach
17312026-03-02T03:31:08.630ZMar 02 03:31:07.717 INFO Starting download, target: Console
17322026-03-02T03:31:08.630ZMar 02 03:31:07.717 INFO Starting download, target: Clickhouse
17332026-03-02T03:31:08.630ZMar 02 03:31:07.717 INFO Starting download, target: DendriteStub
17342026-03-02T03:31:08.630ZMar 02 03:31:07.717 INFO Starting download, target: MaghemiteMgd
17352026-03-02T03:31:08.655ZMar 02 03:31:07.717 INFO Starting download, target: TransceiverControl
17362026-03-02T03:31:08.655ZMar 02 03:31:07.717 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17372026-03-02T03:31:08.655ZMar 02 03:31:07.717 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17382026-03-02T03:31:08.655ZMar 02 03:31:07.717 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17392026-03-02T03:31:08.655ZMar 02 03:31:07.718 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17402026-03-02T03:31:08.655ZMar 02 03:31:07.718 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17412026-03-02T03:31:08.655ZMar 02 03:31:07.718 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17422026-03-02T03:31:09.226ZMar 02 03:31:08.309 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17432026-03-02T03:31:09.796ZMar 02 03:31:08.882 INFO Download complete, target: Console
17442026-03-02T03:31:13.644ZMar 02 03:31:12.731 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17452026-03-02T03:31:14.186ZMar 02 03:31:13.273 INFO Download complete, target: TransceiverControl
17462026-03-02T03:31:19.521ZMar 02 03:31:18.608 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17472026-03-02T03:31:19.566ZMar 02 03:31:18.653 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17482026-03-02T03:31:22.757ZMar 02 03:31:21.845 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17492026-03-02T03:31:22.757ZMar 02 03:31:21.845 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17502026-03-02T03:31:25.024ZMar 02 03:31:24.111 INFO Download complete, target: MaghemiteMgd
17512026-03-02T03:31:25.249ZMar 02 03:31:24.336 INFO Download complete, target: DendriteStub
17522026-03-02T03:31:34.103ZMar 02 03:31:33.191 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17532026-03-02T03:31:34.526ZMar 02 03:31:33.614 INFO Checking that binary works, target: Cockroach
17542026-03-02T03:31:34.721ZMar 02 03:31:33.809 INFO Download complete, target: Cockroach
17552026-03-02T03:31:50.285ZMar 02 03:31:49.373 INFO Checking that binary works, target: Clickhouse
17562026-03-02T03:31:50.452ZMar 02 03:31:49.539 INFO Download complete, target: Clickhouse
17572026-03-02T03:31:50.476ZAll prerequisites installed successfully
17582026-03-02T03:31:50.476Z
17592026-03-02T03:31:50.476Zreal 6:04.002689692
17602026-03-02T03:31:50.477Zuser 15:49.001046500
17612026-03-02T03:31:50.477Zsys 2:40.699606983
17622026-03-02T03:31:50.477Ztrap 0.536976758
17632026-03-02T03:31:50.477Ztflt 0.417654251
17642026-03-02T03:31:50.477Zdflt 0.773899898
17652026-03-02T03:31:50.477Zkflt 0.010078208
17662026-03-02T03:31:50.477Zlock 42:39.836606766
17672026-03-02T03:31:50.477Zslp 58:35.597140276
17682026-03-02T03:31:50.477Zlat 1:13.387078338
17692026-03-02T03:31:50.477Zstop 3:02.975827281
17702026-03-02T03:31:50.477Z+ ptime -m cargo xtask download softnpu
17712026-03-02T03:31:51.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
17722026-03-02T03:31:51.594Z Running `target/debug/xtask download softnpu`
17732026-03-02T03:31:52.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
17742026-03-02T03:31:53.031Z Running `target/debug/xtask-downloader softnpu`
17752026-03-02T03:31:53.091ZMar 02 03:31:52.178 INFO Starting download, target: Softnpu
17762026-03-02T03:31:53.115ZMar 02 03:31:52.180 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17772026-03-02T03:31:54.832ZMar 02 03:31:53.920 INFO Download complete, target: Softnpu
17782026-03-02T03:31:54.857Z
17792026-03-02T03:31:54.857Zreal 4.368920356
17802026-03-02T03:31:54.857Zuser 2.327819866
17812026-03-02T03:31:54.857Zsys 1.413040149
17822026-03-02T03:31:54.857Ztrap 0.000489601
17832026-03-02T03:31:54.857Ztflt 0.000036340
17842026-03-02T03:31:54.857Zdflt 0.000202151
17852026-03-02T03:31:54.857Zkflt 0.000000000
17862026-03-02T03:31:54.857Zlock 18.470865089
17872026-03-02T03:31:54.857Zslp 1.396259829
17882026-03-02T03:31:54.857Zlat 0.368300123
17892026-03-02T03:31:54.857Zstop 0.000254394
17902026-03-02T03:31:54.857Z+ export CARGO_INCREMENTAL=0
17912026-03-02T03:31:54.857Z+ CARGO_INCREMENTAL=0
17922026-03-02T03:31:54.857Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17932026-03-02T03:31:56.469Z Compiling proc-macro2 v1.0.106
17942026-03-02T03:31:56.469Z Compiling quote v1.0.44
17952026-03-02T03:31:56.469Z Compiling unicode-ident v1.0.24
17962026-03-02T03:31:56.469Z Compiling libc v0.2.180
17972026-03-02T03:31:56.493Z Compiling serde_core v1.0.228
17982026-03-02T03:31:56.494Z Compiling serde v1.0.228
17992026-03-02T03:31:56.494Z Compiling cfg-if v1.0.4
18002026-03-02T03:31:56.494Z Compiling version_check v0.9.5
18012026-03-02T03:31:56.798Z Compiling shlex v1.3.0
18022026-03-02T03:31:56.906Z Compiling find-msvc-tools v0.1.9
18032026-03-02T03:31:56.997Z Compiling typenum v1.19.0
18042026-03-02T03:31:57.190Z Compiling generic-array v0.14.7
18052026-03-02T03:31:57.316Z Compiling portable-atomic v1.13.1
18062026-03-02T03:31:57.485Z Compiling memchr v2.8.0
18072026-03-02T03:31:57.509Z Compiling zmij v1.0.21
18082026-03-02T03:31:57.932Z Compiling serde_json v1.0.149
18092026-03-02T03:31:58.023Z Compiling autocfg v1.5.0
18102026-03-02T03:31:58.551Z Compiling jobserver v0.1.34
18112026-03-02T03:31:58.594Z Compiling zerocopy v0.8.40
18122026-03-02T03:31:58.648Z Compiling parking_lot_core v0.9.12
18132026-03-02T03:31:58.772Z Compiling libm v0.2.16
18142026-03-02T03:31:58.923Z Compiling syn v2.0.117
18152026-03-02T03:31:59.002Z Compiling cc v1.2.56
18162026-03-02T03:31:59.134Z Compiling num-traits v0.2.19
18172026-03-02T03:31:59.158Z Compiling smallvec v1.15.1
18182026-03-02T03:31:59.230Z Compiling icu_properties_data v2.1.2
18192026-03-02T03:31:59.419Z Compiling icu_normalizer_data v2.1.1
18202026-03-02T03:31:59.526Z Compiling getrandom v0.2.17
18212026-03-02T03:31:59.582Z Compiling log v0.4.29
18222026-03-02T03:31:59.720Z Compiling itoa v1.0.17
18232026-03-02T03:31:59.879Z Compiling getrandom v0.4.1
18242026-03-02T03:32:00.289Z Compiling pkg-config v0.3.32
18252026-03-02T03:32:00.410Z Compiling errno v0.3.14
18262026-03-02T03:32:00.498Z Compiling stable_deref_trait v1.2.1
18272026-03-02T03:32:00.685Z Compiling rand_core v0.6.4
18282026-03-02T03:32:01.095Z Compiling scopeguard v1.2.0
18292026-03-02T03:32:01.136Z Compiling subtle v2.6.1
18302026-03-02T03:32:01.306Z Compiling lock_api v0.4.14
18312026-03-02T03:32:01.432Z Compiling thiserror v2.0.18
18322026-03-02T03:32:01.499Z Compiling fnv v1.0.7
18332026-03-02T03:32:01.726Z Compiling getrandom v0.3.4
18342026-03-02T03:32:01.988Z Compiling pin-project-lite v0.2.17
18352026-03-02T03:32:02.012Z Compiling critical-section v1.2.0
18362026-03-02T03:32:02.280Z Compiling rustversion v1.0.22
18372026-03-02T03:32:02.560Z Compiling allocator-api2 v0.2.21
18382026-03-02T03:32:02.595Z Compiling equivalent v1.0.2
18392026-03-02T03:32:02.726Z Compiling once_cell v1.21.3
18402026-03-02T03:32:03.075Z Compiling bitflags v2.11.0
18412026-03-02T03:32:03.465Z Compiling foldhash v0.2.0
18422026-03-02T03:32:03.589Z Compiling ring v0.17.14
18432026-03-02T03:32:03.772Z Compiling hashbrown v0.16.1
18442026-03-02T03:32:03.798Z Compiling semver v1.0.27
18452026-03-02T03:32:04.317Z Compiling cmake v0.1.57
18462026-03-02T03:32:04.355Z Compiling percent-encoding v2.3.2
18472026-03-02T03:32:04.448Z Compiling dunce v1.0.5
18482026-03-02T03:32:04.799Z Compiling litemap v0.8.1
18492026-03-02T03:32:04.933Z Compiling synstructure v0.13.2
18502026-03-02T03:32:04.969Z Compiling writeable v0.6.2
18512026-03-02T03:32:05.149Z Compiling fs_extra v1.3.0
18522026-03-02T03:32:05.344Z Compiling const-oid v0.9.6
18532026-03-02T03:32:05.407Z Compiling indexmap v2.13.0
18542026-03-02T03:32:05.597Z Compiling aws-lc-sys v0.37.1
18552026-03-02T03:32:06.068Z Compiling rustix v1.1.3
18562026-03-02T03:32:06.588Z Compiling signal-hook-registry v1.4.8
18572026-03-02T03:32:06.692Z Compiling schemars v0.8.22
18582026-03-02T03:32:06.718Z Compiling parking_lot v0.12.5
18592026-03-02T03:32:06.810Z Compiling serde_derive_internals v0.29.1
18602026-03-02T03:32:06.835Z Compiling mio v1.1.1
18612026-03-02T03:32:06.900Z Compiling socket2 v0.6.2
18622026-03-02T03:32:07.006Z Compiling rand_core v0.10.0
18632026-03-02T03:32:07.353Z Compiling strsim v0.11.1
18642026-03-02T03:32:07.378Z Compiling utf8_iter v1.0.4
18652026-03-02T03:32:07.643Z Compiling aws-lc-rs v1.16.0
18662026-03-02T03:32:07.743Z Compiling serde_derive v1.0.228
18672026-03-02T03:32:07.882Z Compiling zeroize_derive v1.4.3
18682026-03-02T03:32:08.077Z Compiling zerofrom-derive v0.1.6
18692026-03-02T03:32:08.140Z Compiling yoke-derive v0.8.1
18702026-03-02T03:32:08.247Z Compiling zerovec-derive v0.11.2
18712026-03-02T03:32:08.320Z Compiling displaydoc v0.2.5
18722026-03-02T03:32:08.344Z Compiling zerocopy-derive v0.8.40
18732026-03-02T03:32:08.725Z Compiling tokio-macros v2.6.0
18742026-03-02T03:32:08.916Z Compiling zeroize v1.8.2
18752026-03-02T03:32:09.437Z Compiling futures-macro v0.3.32
18762026-03-02T03:32:09.886Z Compiling thiserror-impl v2.0.18
18772026-03-02T03:32:10.188Z Compiling der_derive v0.7.3
18782026-03-02T03:32:10.312Z Compiling zerofrom v0.1.6
18792026-03-02T03:32:10.528Z Compiling yoke v0.8.1
18802026-03-02T03:32:10.742Z Compiling crypto-common v0.1.7
18812026-03-02T03:32:10.883Z Compiling zerovec v0.11.5
18822026-03-02T03:32:10.910Z Compiling zerotrie v0.2.3
18832026-03-02T03:32:11.662Z Compiling block-buffer v0.10.4
18842026-03-02T03:32:11.704Z Compiling tracing-attributes v0.1.31
18852026-03-02T03:32:11.737Z Compiling schemars_derive v0.8.22
18862026-03-02T03:32:11.921Z Compiling digest v0.10.7
18872026-03-02T03:32:12.036Z Compiling tinystr v0.8.2
18882026-03-02T03:32:12.122Z Compiling potential_utf v0.1.4
18892026-03-02T03:32:12.421Z Compiling icu_locale_core v2.1.1
18902026-03-02T03:32:12.445Z Compiling icu_collections v2.1.1
18912026-03-02T03:32:13.849Z Compiling form_urlencoded v1.2.2
18922026-03-02T03:32:14.071Z Compiling bytes v1.11.1
18932026-03-02T03:32:14.109Z Compiling icu_provider v2.1.1
18942026-03-02T03:32:14.306Z Compiling byteorder v1.5.0
18952026-03-02T03:32:14.696Z Compiling icu_normalizer v2.1.1
18962026-03-02T03:32:14.720Z Compiling icu_properties v2.1.2
18972026-03-02T03:32:14.814Z Compiling futures-core v0.3.32
18982026-03-02T03:32:15.264Z Compiling thiserror v1.0.69
18992026-03-02T03:32:15.339Z Compiling ucd-trie v0.1.7
19002026-03-02T03:32:15.687Z Compiling pest v2.8.6
19012026-03-02T03:32:15.715Z Compiling tokio v1.49.0
19022026-03-02T03:32:16.712Z Compiling idna_adapter v1.2.1
19032026-03-02T03:32:16.903Z Compiling idna v1.1.0
19042026-03-02T03:32:17.087Z Compiling httparse v1.10.1
19052026-03-02T03:32:17.702Z Compiling ident_case v1.0.1
19062026-03-02T03:32:17.727Z Compiling vcpkg v0.2.15
19072026-03-02T03:32:17.833Z Compiling heck v0.5.0
19082026-03-02T03:32:17.916Z Compiling pest_meta v2.8.6
19092026-03-02T03:32:18.033Z Compiling url v2.5.8
19102026-03-02T03:32:18.467Z Compiling thiserror-impl v1.0.69
19112026-03-02T03:32:18.906Z Compiling openssl-sys v0.9.111
19122026-03-02T03:32:19.136Z Compiling pest_generator v2.8.6
19132026-03-02T03:32:20.367Z Compiling syn v1.0.109
19142026-03-02T03:32:20.638Z Compiling regex-syntax v0.8.10
19152026-03-02T03:32:20.812Z Compiling crossbeam-utils v0.8.21
19162026-03-02T03:32:20.858Z Compiling pest_derive v2.8.6
19172026-03-02T03:32:22.720Z Compiling rustc_version v0.4.1
19182026-03-02T03:32:23.122Z Compiling rustls v0.23.37
19192026-03-02T03:32:23.192Z Compiling cpufeatures v0.2.17
19202026-03-02T03:32:23.217Z Compiling futures-sink v0.3.32
19212026-03-02T03:32:23.394Z Compiling futures-channel v0.3.32
19222026-03-02T03:32:23.549Z Compiling hmac v0.12.1
19232026-03-02T03:32:23.839Z Compiling iana-time-zone v0.1.65
19242026-03-02T03:32:24.094Z Compiling futures-task v0.3.32
19252026-03-02T03:32:24.233Z Compiling slab v0.4.12
19262026-03-02T03:32:24.390Z Compiling futures-io v0.3.32
19272026-03-02T03:32:24.504Z Compiling plain v0.2.3
19282026-03-02T03:32:24.684Z Compiling futures-util v0.3.32
19292026-03-02T03:32:24.717Z Compiling chrono v0.4.44
19302026-03-02T03:32:25.220Z Compiling uuid v1.21.0
19312026-03-02T03:32:25.689Z Compiling block-padding v0.3.3
19322026-03-02T03:32:25.933Z Compiling aho-corasick v1.1.4
19332026-03-02T03:32:27.288Z Compiling inout v0.1.4
19342026-03-02T03:32:27.547Z Compiling regex-automata v0.4.14
19352026-03-02T03:32:27.673Z Compiling ppv-lite86 v0.2.21
19362026-03-02T03:32:28.964Z Compiling num-conv v0.2.0
19372026-03-02T03:32:29.300Z Compiling pretty-hex v0.4.1
19382026-03-02T03:32:29.987Z Compiling openssl v0.10.75
19392026-03-02T03:32:30.109Z Compiling time-core v0.1.8
19402026-03-02T03:32:30.414Z Compiling time-macros v0.2.27
19412026-03-02T03:32:30.711Z Compiling cipher v0.4.4
19422026-03-02T03:32:31.105Z Compiling sha2 v0.10.9
19432026-03-02T03:32:31.504Z Compiling serde_tokenstream v0.2.3
19442026-03-02T03:32:31.576Z Compiling scroll_derive v0.13.1
19452026-03-02T03:32:31.706Z Compiling scroll_derive v0.12.1
19462026-03-02T03:32:31.730Z Compiling anyhow v1.0.102
19472026-03-02T03:32:32.040Z Compiling either v1.15.0
19482026-03-02T03:32:32.197Z Compiling base64ct v1.8.3
19492026-03-02T03:32:32.377Z Compiling crc32fast v1.5.0
19502026-03-02T03:32:32.704Z Compiling pem-rfc7468 v0.7.0
19512026-03-02T03:32:32.777Z Compiling darling_core v0.21.3
19522026-03-02T03:32:32.818Z Compiling rustls-pki-types v1.14.0
19532026-03-02T03:32:32.878Z Compiling openssl-macros v0.1.1
19542026-03-02T03:32:33.455Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19552026-03-02T03:32:33.531Z Compiling native-tls v0.2.18
19562026-03-02T03:32:33.852Z Compiling flagset v0.4.7
19572026-03-02T03:32:34.056Z Compiling der v0.7.10
19582026-03-02T03:32:34.238Z Compiling regex v1.12.3
19592026-03-02T03:32:34.658Z Compiling rand_core v0.9.5
19602026-03-02T03:32:34.987Z Compiling zerocopy-derive v0.7.35
19612026-03-02T03:32:35.238Z Compiling slog v2.8.2
19622026-03-02T03:32:35.541Z Compiling rayon-core v1.13.0
19632026-03-02T03:32:35.759Z Compiling dyn-clone v1.0.20
19642026-03-02T03:32:35.833Z Compiling spki v0.7.3
19652026-03-02T03:32:36.389Z Compiling salsa20 v0.10.2
19662026-03-02T03:32:36.505Z Compiling pbkdf2 v0.12.2
19672026-03-02T03:32:36.684Z Compiling http v1.4.0
19682026-03-02T03:32:37.518Z Compiling darling_macro v0.21.3
19692026-03-02T03:32:38.222Z Compiling darling v0.21.3
19702026-03-02T03:32:38.648Z Compiling tracing-core v0.1.36
19712026-03-02T03:32:38.986Z Compiling camino v1.2.2
19722026-03-02T03:32:39.012Z Compiling untrusted v0.9.0
19732026-03-02T03:32:39.448Z Compiling tracing v0.1.44
19742026-03-02T03:32:40.564Z Compiling scrypt v0.11.0
19752026-03-02T03:32:40.591Z Compiling rand_chacha v0.9.0
19762026-03-02T03:32:40.968Z Compiling tokio-util v0.7.18
19772026-03-02T03:32:41.261Z Compiling aes v0.8.4
19782026-03-02T03:32:41.800Z Compiling cbc v0.1.2
19792026-03-02T03:32:42.923Z Compiling cookie v0.18.1
19802026-03-02T03:32:43.230Z Compiling usdt-impl v0.5.0
19812026-03-02T03:32:43.553Z Compiling winnow v0.7.14
19822026-03-02T03:32:43.833Z Compiling base64 v0.22.1
19832026-03-02T03:32:43.930Z Compiling paste v1.0.15
19842026-03-02T03:32:44.303Z Compiling usdt-impl v0.6.0
19852026-03-02T03:32:44.341Z Compiling ref-cast v1.0.25
19862026-03-02T03:32:44.783Z Compiling pkcs5 v0.7.1
19872026-03-02T03:32:45.156Z Compiling rand v0.9.2
19882026-03-02T03:32:46.079Z Compiling http-body v1.0.1
19892026-03-02T03:32:46.318Z Compiling scroll v0.13.0
19902026-03-02T03:32:46.410Z Compiling scroll v0.12.0
19912026-03-02T03:32:46.780Z Compiling heapless v0.7.17
19922026-03-02T03:32:47.154Z Compiling serde_spanned v0.6.9
19932026-03-02T03:32:47.246Z Compiling toml_datetime v0.6.11
19942026-03-02T03:32:47.366Z Compiling bzip2-sys v0.1.13+1.0.8
19952026-03-02T03:32:47.678Z Compiling openssl-probe v0.2.1
19962026-03-02T03:32:47.970Z Compiling zstd-safe v7.2.4
19972026-03-02T03:32:48.004Z Compiling untrusted v0.7.1
19982026-03-02T03:32:48.216Z Compiling signal-hook v0.3.18
19992026-03-02T03:32:48.582Z Compiling goblin v0.8.2
20002026-03-02T03:32:48.660Z Compiling goblin v0.10.5
20012026-03-02T03:32:49.686Z Compiling toml_parser v1.0.9+spec-1.1.0
20022026-03-02T03:32:50.684Z Compiling pkcs8 v0.10.2
20032026-03-02T03:32:51.442Z Compiling zerocopy v0.7.35
20042026-03-02T03:32:51.477Z Compiling darling_core v0.20.11
20052026-03-02T03:32:51.639Z Compiling ref-cast-impl v1.0.25
20062026-03-02T03:32:51.707Z Compiling toml_datetime v0.7.5+spec-1.1.0
20072026-03-02T03:32:52.454Z Compiling winnow v0.5.40
20082026-03-02T03:32:52.557Z Compiling tinyvec_macros v0.1.1
20092026-03-02T03:32:52.773Z Compiling rustix v0.38.44
20102026-03-02T03:32:53.328Z Compiling tower-layer v0.3.3
20112026-03-02T03:32:53.603Z Compiling tower-service v0.3.3
20122026-03-02T03:32:53.771Z Compiling atomic-waker v1.1.2
20132026-03-02T03:32:54.189Z Compiling try-lock v0.2.5
20142026-03-02T03:32:55.221Z Compiling toml_edit v0.19.15
20152026-03-02T03:32:55.312Z Compiling dof v0.4.0
20162026-03-02T03:32:55.842Z Compiling darling_macro v0.20.11
20172026-03-02T03:32:56.550Z Compiling want v0.3.1
20182026-03-02T03:32:56.812Z Compiling h2 v0.4.13
20192026-03-02T03:32:56.911Z Compiling dof v0.3.0
20202026-03-02T03:32:57.631Z Compiling tinyvec v1.10.0
20212026-03-02T03:32:59.369Z Compiling dtrace-parser v0.2.0
20222026-03-02T03:32:59.642Z Compiling dtrace-parser v0.3.0
20232026-03-02T03:32:59.906Z Compiling curve25519-dalek v4.1.3
20242026-03-02T03:33:00.356Z Compiling ipnet v2.11.0
20252026-03-02T03:33:00.603Z Compiling daft-derive v0.1.5
20262026-03-02T03:33:00.885Z Compiling async-trait v0.1.89
20272026-03-02T03:33:01.216Z Compiling spin v0.9.8
20282026-03-02T03:33:01.571Z Compiling thread-id v4.2.2
20292026-03-02T03:33:01.707Z Compiling thread-id v5.1.0
20302026-03-02T03:33:01.746Z Compiling proc-macro-error-attr v1.0.4
20312026-03-02T03:33:02.044Z Compiling litrs v1.0.0
20322026-03-02T03:33:02.492Z Compiling fastrand v2.3.0
20332026-03-02T03:33:02.670Z Compiling pin-utils v0.1.0
20342026-03-02T03:33:02.741Z Compiling smoltcp v0.9.1
20352026-03-02T03:33:03.118Z Compiling num-bigint-dig v0.8.6
20362026-03-02T03:33:03.262Z Compiling foreign-types-shared v0.1.1
20372026-03-02T03:33:03.356Z Compiling httpdate v1.0.3
20382026-03-02T03:33:03.413Z Compiling foreign-types v0.3.2
20392026-03-02T03:33:03.438Z Compiling document-features v0.2.12
20402026-03-02T03:33:03.438Z Compiling tempfile v3.25.0
20412026-03-02T03:33:03.608Z Compiling hyper v1.8.1
20422026-03-02T03:33:05.273Z Compiling darling v0.20.11
20432026-03-02T03:33:05.725Z Compiling ipnetwork v0.21.1
20442026-03-02T03:33:06.447Z Compiling strum_macros v0.26.4
20452026-03-02T03:33:06.748Z Compiling wait-timeout v0.2.1
20462026-03-02T03:33:07.700Z Compiling proc-macro-error v1.0.4
20472026-03-02T03:33:08.016Z Compiling powerfmt v0.2.0
20482026-03-02T03:33:08.480Z Compiling utf8parse v0.2.2
20492026-03-02T03:33:08.877Z Compiling unicode-segmentation v1.12.0
20502026-03-02T03:33:09.522Z Compiling siphasher v1.0.2
20512026-03-02T03:33:09.547Z Compiling anstyle v1.0.13
20522026-03-02T03:33:09.575Z Compiling quick-error v1.2.3
20532026-03-02T03:33:09.744Z Compiling simd-adler32 v0.3.8
20542026-03-02T03:33:09.871Z Compiling bit-vec v0.8.0
20552026-03-02T03:33:09.951Z Compiling rusty-fork v0.3.1
20562026-03-02T03:33:10.231Z Compiling deranged v0.5.8
20572026-03-02T03:33:10.339Z Compiling bit-set v0.8.0
20582026-03-02T03:33:10.638Z Compiling anstyle-parse v0.2.7
20592026-03-02T03:33:14.404Z Compiling hyper-util v0.1.20
20602026-03-02T03:33:14.546Z Compiling derive_builder_core v0.20.2
20612026-03-02T03:33:16.133Z Compiling crossbeam-epoch v0.9.18
20622026-03-02T03:33:17.322Z Compiling unicode-normalization v0.1.25
20632026-03-02T03:33:17.653Z Compiling rustls-native-certs v0.8.3
20642026-03-02T03:33:18.314Z Compiling rand_xorshift v0.4.0
20652026-03-02T03:33:18.393Z Compiling hubpack_derive v0.1.1
20662026-03-02T03:33:18.549Z Compiling sync_wrapper v1.0.2
20672026-03-02T03:33:18.724Z Compiling strum_macros v0.27.2
20682026-03-02T03:33:19.089Z Compiling signature v2.2.0
20692026-03-02T03:33:19.311Z Compiling curve25519-dalek-derive v0.1.1
20702026-03-02T03:33:19.493Z Compiling fs-err v3.3.0
20712026-03-02T03:33:19.782Z Compiling ahash v0.8.12
20722026-03-02T03:33:20.160Z Compiling is_terminal_polyfill v1.70.2
20732026-03-02T03:33:20.310Z Compiling unarray v0.1.4
20742026-03-02T03:33:20.335Z Compiling anstyle-query v1.1.5
20752026-03-02T03:33:20.367Z Compiling adler2 v2.0.1
20762026-03-02T03:33:20.392Z Compiling unicode-bidi v0.3.18
20772026-03-02T03:33:20.513Z Compiling colorchoice v1.0.4
20782026-03-02T03:33:20.538Z Compiling unicode-properties v0.1.4
20792026-03-02T03:33:20.569Z Compiling object v0.37.3
20802026-03-02T03:33:20.594Z Compiling num_threads v0.1.7
20812026-03-02T03:33:20.922Z Compiling time v0.3.47
20822026-03-02T03:33:20.979Z Compiling anstream v0.6.21
20832026-03-02T03:33:21.349Z Compiling stringprep v0.1.5
20842026-03-02T03:33:21.474Z Compiling miniz_oxide v0.8.9
20852026-03-02T03:33:22.073Z Compiling proptest v1.10.0
20862026-03-02T03:33:23.899Z Compiling tower v0.5.3
20872026-03-02T03:33:24.759Z Compiling crossbeam-deque v0.8.6
20882026-03-02T03:33:24.787Z Compiling derive_builder_macro v0.20.2
20892026-03-02T03:33:25.134Z Compiling heck v0.4.1
20902026-03-02T03:33:25.252Z Compiling usdt-attr-macro v0.6.0
20912026-03-02T03:33:25.520Z Compiling usdt-macro v0.6.0
20922026-03-02T03:33:26.570Z Compiling http-body-util v0.1.3
20932026-03-02T03:33:26.702Z Compiling webpki-roots v1.0.6
20942026-03-02T03:33:27.096Z Compiling rand_chacha v0.3.1
20952026-03-02T03:33:27.429Z Compiling num-integer v0.1.46
20962026-03-02T03:33:27.456Z Compiling hash32 v0.2.1
20972026-03-02T03:33:27.634Z Compiling erased-serde v0.3.31
20982026-03-02T03:33:27.789Z Compiling md-5 v0.10.6
20992026-03-02T03:33:27.813Z Compiling vergen-lib v0.1.6
21002026-03-02T03:33:28.049Z Compiling ff v0.13.1
21012026-03-02T03:33:28.107Z Compiling psl-types v2.0.11
21022026-03-02T03:33:28.293Z Compiling fallible-iterator v0.2.0
21032026-03-02T03:33:28.334Z Compiling ryu v1.0.23
21042026-03-02T03:33:28.491Z Compiling base16ct v0.2.0
21052026-03-02T03:33:28.636Z Compiling iri-string v0.7.10
21062026-03-02T03:33:28.663Z Compiling zlib-rs v0.6.2
21072026-03-02T03:33:28.914Z Compiling postgres-protocol v0.6.10
21082026-03-02T03:33:29.069Z Compiling sec1 v0.7.3
21092026-03-02T03:33:29.665Z Compiling serde_urlencoded v0.7.1
21102026-03-02T03:33:29.864Z Compiling publicsuffix v2.3.0
21112026-03-02T03:33:29.906Z Compiling group v0.13.0
21122026-03-02T03:33:30.188Z Compiling num-iter v0.1.45
21132026-03-02T03:33:30.386Z Compiling rand v0.8.5
21142026-03-02T03:33:31.112Z Compiling tower-http v0.6.8
21152026-03-02T03:33:31.930Z Compiling newtype-uuid v1.3.2
21162026-03-02T03:33:32.162Z Compiling oxnet v0.1.4
21172026-03-02T03:33:32.293Z Compiling zone_cfg_derive v0.3.1
21182026-03-02T03:33:32.466Z Compiling derive_builder v0.20.2
21192026-03-02T03:33:32.514Z Compiling tokio-native-tls v0.3.1
21202026-03-02T03:33:32.797Z Compiling flate2 v1.1.9
21212026-03-02T03:33:32.874Z Compiling phf_shared v0.13.1
21222026-03-02T03:33:33.441Z Compiling lazy_static v1.5.0
21232026-03-02T03:33:33.845Z Compiling terminal_size v0.4.3
21242026-03-02T03:33:34.070Z Compiling serde_with_macros v3.17.0
21252026-03-02T03:33:34.246Z Compiling hkdf v0.12.4
21262026-03-02T03:33:34.499Z Compiling enum-as-inner v0.6.1
21272026-03-02T03:33:34.549Z Compiling clap_derive v4.5.55
21282026-03-02T03:33:34.904Z Compiling cargo-platform v0.1.9
21292026-03-02T03:33:35.373Z Compiling crypto-bigint v0.5.5
21302026-03-02T03:33:35.613Z Compiling serde_repr v0.1.20
21312026-03-02T03:33:35.688Z Compiling vergen v9.0.6
21322026-03-02T03:33:36.453Z Compiling bitflags v1.3.2
21332026-03-02T03:33:36.554Z Compiling foldhash v0.1.5
21342026-03-02T03:33:36.582Z Compiling managed v0.8.0
21352026-03-02T03:33:36.947Z Compiling clap_lex v1.0.0
21362026-03-02T03:33:37.019Z Compiling bumpalo v3.20.2
21372026-03-02T03:33:37.468Z Compiling libbz2-rs-sys v0.2.2
21382026-03-02T03:33:37.716Z Compiling unicode-width v0.2.0
21392026-03-02T03:33:37.749Z Compiling elliptic-curve v0.13.8
21402026-03-02T03:33:38.223Z Compiling console v0.16.2
21412026-03-02T03:33:38.439Z Compiling bzip2 v0.6.1
21422026-03-02T03:33:38.494Z Compiling zopfli v0.8.3
21432026-03-02T03:33:38.625Z Compiling clap_builder v4.5.60
21442026-03-02T03:33:39.452Z Compiling hashbrown v0.15.5
21452026-03-02T03:33:40.200Z Compiling cargo_metadata v0.19.2
21462026-03-02T03:33:43.126Z Compiling phf v0.13.1
21472026-03-02T03:33:43.377Z Compiling zstd v0.13.3
21482026-03-02T03:33:43.456Z Compiling hyper-tls v0.6.0
21492026-03-02T03:33:43.906Z Compiling daft v0.1.5
21502026-03-02T03:33:44.053Z Compiling signal-hook-mio v0.2.5
21512026-03-02T03:33:44.239Z Compiling cookie_store v0.22.1
21522026-03-02T03:33:44.410Z Compiling rayon v1.11.0
21532026-03-02T03:33:44.469Z Compiling bzip2 v0.4.4
21542026-03-02T03:33:44.819Z Compiling postgres-types v0.2.12
21552026-03-02T03:33:45.318Z Compiling strum v0.27.2
21562026-03-02T03:33:45.567Z Compiling ed25519 v2.2.3
21572026-03-02T03:33:45.671Z Compiling hubpack v0.1.2
21582026-03-02T03:33:45.868Z Compiling phf_shared v0.11.3
21592026-03-02T03:33:46.211Z Compiling pkcs1 v0.7.5
21602026-03-02T03:33:47.318Z Compiling itertools v0.12.1
21612026-03-02T03:33:47.769Z Compiling bstr v1.12.1
21622026-03-02T03:33:48.059Z Compiling float-cmp v0.10.0
21632026-03-02T03:33:48.349Z Compiling rfc6979 v0.4.0
21642026-03-02T03:33:48.552Z Compiling rustls-webpki v0.103.9
21652026-03-02T03:33:49.065Z Compiling serde-big-array v0.5.1
21662026-03-02T03:33:49.190Z Compiling hex v0.4.3
21672026-03-02T03:33:49.316Z Compiling env_filter v1.0.0
21682026-03-02T03:33:49.866Z Compiling memmap2 v0.9.10
21692026-03-02T03:33:50.172Z Compiling encoding_rs v0.8.35
21702026-03-02T03:33:50.212Z Compiling static_assertions v1.1.0
21712026-03-02T03:33:50.271Z Compiling rustc-hash v2.1.1
21722026-03-02T03:33:50.475Z Compiling fixedbitset v0.4.2
21732026-03-02T03:33:50.554Z Compiling mime v0.3.17
21742026-03-02T03:33:50.869Z Compiling toml_write v0.1.2
21752026-03-02T03:33:51.226Z Compiling data-encoding v2.10.0
21762026-03-02T03:33:51.518Z Compiling difflib v0.4.0
21772026-03-02T03:33:52.627Z Compiling fixedbitset v0.5.7
21782026-03-02T03:33:53.076Z Compiling new_debug_unreachable v1.0.6
21792026-03-02T03:33:53.194Z Compiling precomputed-hash v0.1.1
21802026-03-02T03:33:53.220Z Compiling unit-prefix v0.5.2
21812026-03-02T03:33:53.335Z Compiling keccak v0.1.6
21822026-03-02T03:33:53.439Z Compiling whoami v2.1.0
21832026-03-02T03:33:53.466Z Compiling jiff v0.2.21
21842026-03-02T03:33:53.736Z Compiling normalize-line-endings v0.3.0
21852026-03-02T03:33:53.887Z Compiling predicates-core v1.0.10
21862026-03-02T03:33:54.106Z Compiling predicates v3.1.4
21872026-03-02T03:33:54.191Z Compiling tokio-postgres v0.7.16
21882026-03-02T03:33:55.217Z Compiling sha3 v0.10.8
21892026-03-02T03:33:55.724Z Compiling indicatif v0.18.4
21902026-03-02T03:33:57.260Z Compiling tokio-rustls v0.26.4
21912026-03-02T03:33:57.729Z Compiling hyper-rustls v0.27.7
21922026-03-02T03:33:57.872Z Compiling rustls-platform-verifier v0.6.2
21932026-03-02T03:33:58.243Z Compiling reqwest v0.12.28
21942026-03-02T03:33:58.296Z Compiling reqwest v0.13.2
21952026-03-02T03:34:00.005Z Compiling zip v4.6.1
21962026-03-02T03:34:00.299Z Compiling string_cache v0.8.9
21972026-03-02T03:34:00.459Z Compiling petgraph v0.8.3
21982026-03-02T03:34:01.571Z Compiling hickory-proto v0.25.2
21992026-03-02T03:34:01.748Z Compiling toml_edit v0.22.27
22002026-03-02T03:34:04.475Z Compiling petgraph v0.6.5
22012026-03-02T03:34:05.618Z Compiling iddqd v0.3.17
22022026-03-02T03:34:07.030Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22032026-03-02T03:34:07.639Z Compiling usdt v0.6.0
22042026-03-02T03:34:08.132Z Compiling zone v0.3.1
22052026-03-02T03:34:08.634Z Compiling serde_with v3.17.0
22062026-03-02T03:34:09.444Z Compiling env_logger v0.11.9
22072026-03-02T03:34:10.057Z Compiling similar v2.7.0
22082026-03-02T03:34:10.791Z Compiling ecdsa v0.16.9
22092026-03-02T03:34:12.003Z Compiling rsa v0.9.10
22102026-03-02T03:34:12.757Z Compiling ed25519-dalek v2.2.0
22112026-03-02T03:34:13.866Z Compiling zip v0.6.6
22122026-03-02T03:34:14.798Z Compiling crossterm v0.28.1
22132026-03-02T03:34:14.882Z Compiling clap v4.5.60
22142026-03-02T03:34:15.010Z Compiling strum v0.26.3
22152026-03-02T03:34:15.227Z Compiling toml v0.7.8
22162026-03-02T03:34:16.447Z Compiling tokio-stream v0.1.18
22172026-03-02T03:34:17.325Z Compiling x509-cert v0.2.5
22182026-03-02T03:34:18.685Z Compiling itertools v0.13.0
22192026-03-02T03:34:20.290Z Compiling buf-list v1.1.2
22202026-03-02T03:34:20.589Z Compiling sha1 v0.10.6
22212026-03-02T03:34:20.741Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22222026-03-02T03:34:20.956Z Compiling openapiv3 v2.2.0
22232026-03-02T03:34:21.550Z Compiling lalrpop-util v0.19.12
22242026-03-02T03:34:22.013Z Compiling peg-runtime v0.8.5
22252026-03-02T03:34:24.287Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22262026-03-02T03:34:43.322Z Compiling itertools v0.14.0
22272026-03-02T03:34:44.108Z Compiling macaddr v1.0.1
22282026-03-02T03:34:44.615Z Compiling structmeta-derive v0.3.0
22292026-03-02T03:34:46.722Z Compiling heapless v0.8.0
22302026-03-02T03:34:48.945Z Compiling structmeta v0.3.0
22312026-03-02T03:34:49.295Z Compiling ingot-macros v0.1.1
22322026-03-02T03:34:54.351Z Compiling toml_edit v0.23.10+spec-1.0.0
22332026-03-02T03:34:54.824Z Compiling hash32 v0.3.1
22342026-03-02T03:34:56.309Z Compiling smoltcp v0.11.0
22352026-03-02T03:34:56.860Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22362026-03-02T03:34:59.364Z Compiling proc-macro-crate v3.4.0
22372026-03-02T03:35:00.629Z Compiling ingot-types v0.1.2
22382026-03-02T03:35:10.873Z Compiling cobs v0.3.0
22392026-03-02T03:35:12.428Z Compiling rustls v0.22.4
22402026-03-02T03:35:14.161Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22412026-03-02T03:35:27.271Z Compiling postcard v1.1.3
22422026-03-02T03:35:31.839Z Compiling ingot v0.1.1
22432026-03-02T03:35:33.154Z Compiling num_enum_derive v0.7.5
22442026-03-02T03:35:36.682Z Compiling proc-macro-crate v1.3.1
22452026-03-02T03:35:37.334Z Compiling rustls-webpki v0.102.8
22462026-03-02T03:35:37.842Z Compiling futures-executor v0.3.32
22472026-03-02T03:35:38.973Z Compiling foreign-types-macros v0.2.3
22482026-03-02T03:35:39.159Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22492026-03-02T03:35:39.313Z Compiling multer v3.1.0
22502026-03-02T03:35:39.615Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22512026-03-02T03:35:39.650Z Compiling thread_local v1.1.9
22522026-03-02T03:35:39.740Z Compiling match_cfg v0.1.0
22532026-03-02T03:35:39.871Z Compiling foreign-types-shared v0.3.1
22542026-03-02T03:35:39.974Z Compiling slog-async v2.8.0
22552026-03-02T03:35:40.039Z Compiling cpufeatures v0.3.0
22562026-03-02T03:35:40.198Z Compiling chacha20 v0.10.0
22572026-03-02T03:35:40.276Z Compiling foreign-types v0.5.0
22582026-03-02T03:35:40.532Z Compiling hostname v0.3.1
22592026-03-02T03:35:40.557Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22602026-03-02T03:35:40.778Z Compiling futures v0.3.32
22612026-03-02T03:35:40.820Z Compiling num_enum_derive v0.5.11
22622026-03-02T03:35:40.845Z Compiling num_enum v0.7.5
22632026-03-02T03:35:41.096Z Compiling derive-ex v0.1.8
22642026-03-02T03:35:41.156Z Compiling tabwriter v1.4.1
22652026-03-02T03:35:41.299Z Compiling slog-json v2.6.1
22662026-03-02T03:35:41.516Z Compiling crossbeam-channel v0.5.15
22672026-03-02T03:35:41.734Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22682026-03-02T03:35:41.822Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22692026-03-02T03:35:42.430Z Compiling async-stream-impl v0.3.6
22702026-03-02T03:35:42.506Z Compiling serde_spanned v1.0.4
22712026-03-02T03:35:42.530Z Compiling cstr-argument v0.1.2
22722026-03-02T03:35:42.778Z Compiling memoffset v0.9.1
22732026-03-02T03:35:42.826Z Compiling is-terminal v0.4.17
22742026-03-02T03:35:42.858Z Compiling dropshot v0.16.7
22752026-03-02T03:35:43.010Z Compiling typeid v1.0.3
22762026-03-02T03:35:43.115Z Compiling term v1.2.1
22772026-03-02T03:35:43.206Z Compiling take_mut v0.2.2
22782026-03-02T03:35:43.393Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22792026-03-02T03:35:43.482Z Compiling cfg_aliases v0.2.1
22802026-03-02T03:35:43.506Z Compiling crucible-workspace-hack v0.1.0
22812026-03-02T03:35:43.608Z Compiling toml_writer v1.0.6+spec-1.1.0
22822026-03-02T03:35:43.721Z Compiling slog-term v2.9.2
22832026-03-02T03:35:43.845Z Compiling nix v0.30.1
22842026-03-02T03:35:44.070Z Compiling toml v0.9.12+spec-1.1.0
22852026-03-02T03:35:44.095Z Compiling test-strategy v0.4.5
22862026-03-02T03:35:44.120Z Compiling async-stream v0.3.6
22872026-03-02T03:35:44.735Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22882026-03-02T03:35:45.479Z Compiling tokio-rustls v0.25.0
22892026-03-02T03:35:45.915Z Compiling num_enum v0.5.11
22902026-03-02T03:35:46.115Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22912026-03-02T03:35:46.168Z Compiling slog-bunyan v2.5.0
22922026-03-02T03:35:46.447Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22932026-03-02T03:35:46.617Z Compiling rand v0.10.0
22942026-03-02T03:35:46.643Z Compiling parse-display-derive v0.10.0
22952026-03-02T03:35:46.819Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22962026-03-02T03:35:46.913Z Compiling waitgroup v0.1.2
22972026-03-02T03:35:47.160Z Compiling rustls-pemfile v2.2.0
22982026-03-02T03:35:47.185Z Compiling dropshot_endpoint v0.16.7
22992026-03-02T03:35:47.276Z Compiling newtype-uuid-macros v0.1.0
23002026-03-02T03:35:47.673Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23012026-03-02T03:35:48.208Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23022026-03-02T03:35:48.293Z Compiling serde_path_to_error v0.1.20
23032026-03-02T03:35:48.612Z Compiling hostname v0.4.2
23042026-03-02T03:35:48.637Z Compiling instant v0.1.13
23052026-03-02T03:35:48.719Z Compiling debug-ignore v1.0.5
23062026-03-02T03:35:48.832Z Compiling erased-serde v0.4.9
23072026-03-02T03:35:48.904Z Compiling colored v3.1.1
23082026-03-02T03:35:48.928Z Compiling backoff v0.4.0
23092026-03-02T03:35:49.230Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23102026-03-02T03:35:49.342Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23112026-03-02T03:35:49.452Z Compiling parse-display v0.10.0
23122026-03-02T03:35:49.585Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23132026-03-02T03:35:50.215Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23142026-03-02T03:35:50.825Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23152026-03-02T03:35:51.109Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23162026-03-02T03:35:52.303Z Compiling progenitor-client v0.13.0
23172026-03-02T03:35:52.391Z Compiling progenitor-client v0.10.0
23182026-03-02T03:35:52.448Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23192026-03-02T03:35:52.473Z Compiling camino-tempfile v1.4.1
23202026-03-02T03:35:53.226Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23212026-03-02T03:35:53.251Z Compiling backon v1.6.0
23222026-03-02T03:35:53.275Z Compiling regress v0.10.5
23232026-03-02T03:35:53.702Z Compiling secrecy v0.10.3
23242026-03-02T03:35:54.026Z Compiling num-derive v0.4.2
23252026-03-02T03:35:54.816Z Compiling sigpipe v0.1.3
23262026-03-02T03:35:54.963Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23272026-03-02T03:35:55.264Z Compiling libefi-sys v0.1.0
23282026-03-02T03:35:55.534Z Compiling glob v0.3.3
23292026-03-02T03:35:55.589Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23302026-03-02T03:35:55.991Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23312026-03-02T03:35:56.942Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23322026-03-02T03:35:57.337Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23332026-03-02T03:35:57.362Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23342026-03-02T03:35:57.530Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23352026-03-02T03:35:59.771Z Compiling usdt-attr-macro v0.5.0
23362026-03-02T03:36:00.454Z Compiling usdt-macro v0.5.0
23372026-03-02T03:36:00.963Z Compiling smf v0.2.3
23382026-03-02T03:36:01.489Z Compiling bitfield-struct v0.6.2
23392026-03-02T03:36:03.352Z Compiling ordered-float v2.10.1
23402026-03-02T03:36:03.376Z Compiling blake3 v1.8.3
23412026-03-02T03:36:03.376Z Compiling memmap v0.7.0
23422026-03-02T03:36:03.376Z Compiling whoami v1.6.1
23432026-03-02T03:36:03.376Z Compiling usdt v0.5.0
23442026-03-02T03:36:03.376Z Compiling serde-value v0.7.0
23452026-03-02T03:36:03.662Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23462026-03-02T03:36:03.860Z Compiling serde-untagged v0.1.9
23472026-03-02T03:36:04.323Z Compiling toml v0.8.23
23482026-03-02T03:36:04.412Z Compiling filetime v0.2.27
23492026-03-02T03:36:04.551Z Compiling same-file v1.0.6
23502026-03-02T03:36:04.638Z Compiling arrayvec v0.7.6
23512026-03-02T03:36:04.673Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23522026-03-02T03:36:04.697Z Compiling arrayref v0.3.9
23532026-03-02T03:36:04.770Z Compiling constant_time_eq v0.4.2
23542026-03-02T03:36:04.824Z Compiling xattr v1.6.1
23552026-03-02T03:36:04.848Z Compiling unicode-xid v0.2.6
23562026-03-02T03:36:04.872Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23572026-03-02T03:36:05.137Z Compiling tar v0.4.44
23582026-03-02T03:36:05.162Z Compiling walkdir v2.5.0
23592026-03-02T03:36:05.208Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23602026-03-02T03:36:05.614Z Compiling cargo-util-schemas v0.8.2
23612026-03-02T03:36:06.161Z Compiling tokio-dtrace v0.1.1
23622026-03-02T03:36:06.472Z Compiling gethostname v0.5.0
23632026-03-02T03:36:06.686Z Compiling cargo-platform v0.2.0
23642026-03-02T03:36:06.802Z Compiling topological-sort v0.2.2
23652026-03-02T03:36:07.097Z Compiling omicron-zone-package v0.12.2
23662026-03-02T03:36:07.205Z Compiling oxide-tokio-rt v0.1.2
23672026-03-02T03:36:07.708Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23682026-03-02T03:36:07.771Z Compiling indent_write v2.2.0
23692026-03-02T03:36:08.055Z Compiling cargo_metadata v0.21.0
23702026-03-02T03:36:08.925Z Compiling shell-words v1.1.1
23712026-03-02T03:36:13.568Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23722026-03-02T03:36:14.450Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23732026-03-02T03:36:17.047Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23742026-03-02T03:36:34.920Z Finished `release` profile [optimized] target(s) in 4m 40s
23752026-03-02T03:36:35.087Z Running `target/release/omicron-package -t test target create -p dev`
23762026-03-02T03:36:35.163ZLogging to: /work/oxidecomputer/omicron/out/LOG
23772026-03-02T03:36:35.187ZCreated new build target 'test' and set it as active
23782026-03-02T03:36:35.187Z
23792026-03-02T03:36:35.187Zreal 4:40.329294075
23802026-03-02T03:36:35.187Zuser 30:20.902181487
23812026-03-02T03:36:35.187Zsys 3:39.782370222
23822026-03-02T03:36:35.187Ztrap 1.024366598
23832026-03-02T03:36:35.187Ztflt 1.211151853
23842026-03-02T03:36:35.187Zdflt 0.849714675
23852026-03-02T03:36:35.187Zkflt 0.000451469
23862026-03-02T03:36:35.187Zlock 1:25:43.935843740
23872026-03-02T03:36:35.187Zslp 1:59:25.539720225
23882026-03-02T03:36:35.188Zlat 2:13.598794909
23892026-03-02T03:36:35.188Zstop 4:43.914395473
23902026-03-02T03:36:35.188Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23912026-03-02T03:36:36.825Z Finished `release` profile [optimized] target(s) in 1.57s
23922026-03-02T03:36:36.907Z Running `target/release/omicron-package -t test package`
23932026-03-02T03:36:36.977ZLogging to: /work/oxidecomputer/omicron/out/LOG
23942026-03-02T03:36:39.631Z Compiling regress v0.10.5
23952026-03-02T03:36:39.631Z Compiling heck v0.5.0
23962026-03-02T03:36:39.655Z Compiling unsafe-libyaml v0.2.11
23972026-03-02T03:36:39.749Z Compiling convert_case v0.4.0
23982026-03-02T03:36:39.783Z Compiling half v2.7.1
23992026-03-02T03:36:39.808Z Compiling ciborium-io v0.2.2
24002026-03-02T03:36:39.846Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24012026-03-02T03:36:39.870Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24022026-03-02T03:36:39.991Z Compiling typify-impl v0.6.1
24032026-03-02T03:36:40.384Z Compiling derive_more v0.99.20
24042026-03-02T03:36:40.527Z Compiling ciborium-ll v0.2.2
24052026-03-02T03:36:40.764Z Compiling prettyplease v0.2.37
24062026-03-02T03:36:40.994Z Compiling serde_yaml v0.9.34+deprecated
24072026-03-02T03:36:41.054Z Compiling ciborium v0.2.2
24082026-03-02T03:36:41.101Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24092026-03-02T03:36:41.894Z Compiling universal-hash v0.5.1
24102026-03-02T03:36:42.155Z Compiling thiserror-impl-no-std v2.0.2
24112026-03-02T03:36:43.083Z Compiling unicode-width v0.1.14
24122026-03-02T03:36:43.627Z Compiling opaque-debug v0.3.1
24132026-03-02T03:36:43.720Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24142026-03-02T03:36:43.785Z Compiling poly1305 v0.8.0
24152026-03-02T03:36:43.915Z Compiling chacha20 v0.9.1
24162026-03-02T03:36:44.079Z Compiling thiserror-no-std v2.0.2
24172026-03-02T03:36:44.249Z Compiling password-hash v0.5.0
24182026-03-02T03:36:44.387Z Compiling blake2 v0.10.6
24192026-03-02T03:36:44.714Z Compiling aead v0.5.2
24202026-03-02T03:36:44.956Z Compiling is-terminal v0.4.17
24212026-03-02T03:36:45.088Z Compiling swrite v0.1.0
24222026-03-02T03:36:45.159Z Compiling chacha20poly1305 v0.10.1
24232026-03-02T03:36:45.274Z Compiling argon2 v0.5.3
24242026-03-02T03:36:45.387Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24252026-03-02T03:36:45.417Z Compiling vsss-rs v3.3.4
24262026-03-02T03:36:46.091Z Compiling typify-impl v0.4.3
24272026-03-02T03:36:46.154Z Compiling serde_spanned v1.0.4
24282026-03-02T03:36:46.415Z Compiling toml_writer v1.0.6+spec-1.1.0
24292026-03-02T03:36:46.804Z Compiling toml v0.9.12+spec-1.1.0
24302026-03-02T03:36:47.170Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24312026-03-02T03:36:47.814Z Compiling bytecount v0.6.9
24322026-03-02T03:36:48.143Z Compiling rustls v0.22.4
24332026-03-02T03:36:48.184Z Compiling rustls-webpki v0.102.8
24342026-03-02T03:36:48.956Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24352026-03-02T03:36:49.291Z Compiling derive-where v1.6.0
24362026-03-02T03:36:49.613Z Compiling thread_local v1.1.9
24372026-03-02T03:36:50.093Z Compiling match_cfg v0.1.0
24382026-03-02T03:36:50.221Z Compiling hostname v0.3.1
24392026-03-02T03:36:50.269Z Compiling typify-macro v0.6.1
24402026-03-02T03:36:53.016Z Compiling typify v0.6.1
24412026-03-02T03:36:53.187Z Compiling progenitor-impl v0.13.0
24422026-03-02T03:36:53.685Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24432026-03-02T03:36:53.852Z Compiling typify-macro v0.4.3
24442026-03-02T03:36:53.893Z Compiling multer v3.1.0
24452026-03-02T03:36:53.987Z Compiling slog-async v2.8.0
24462026-03-02T03:36:54.073Z Compiling slog-json v2.6.1
24472026-03-02T03:36:54.409Z Compiling crossbeam-channel v0.5.15
24482026-03-02T03:36:55.273Z Compiling futures-executor v0.3.32
24492026-03-02T03:36:55.680Z Compiling term v1.2.1
24502026-03-02T03:36:56.595Z Compiling take_mut v0.2.2
24512026-03-02T03:36:56.700Z Compiling slog-term v2.9.2
24522026-03-02T03:36:56.730Z Compiling typify v0.4.3
24532026-03-02T03:36:56.914Z Compiling futures v0.3.32
24542026-03-02T03:36:57.055Z Compiling slog-bunyan v2.5.0
24552026-03-02T03:36:57.290Z Compiling tokio-rustls v0.25.0
24562026-03-02T03:36:57.650Z Compiling async-stream v0.3.6
24572026-03-02T03:36:57.688Z Compiling dropshot v0.16.7
24582026-03-02T03:36:57.782Z Compiling progenitor-macro v0.13.0
24592026-03-02T03:36:57.810Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24602026-03-02T03:36:57.947Z Compiling waitgroup v0.1.2
24612026-03-02T03:36:58.138Z Compiling rustls-pemfile v2.2.0
24622026-03-02T03:36:58.181Z Compiling serde_path_to_error v0.1.20
24632026-03-02T03:36:58.331Z Compiling hostname v0.4.2
24642026-03-02T03:36:58.465Z Compiling instant v0.1.13
24652026-03-02T03:36:58.559Z Compiling debug-ignore v1.0.5
24662026-03-02T03:36:58.654Z Compiling backoff v0.4.0
24672026-03-02T03:36:58.767Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24682026-03-02T03:36:59.786Z Compiling parse-display v0.10.0
24692026-03-02T03:37:00.301Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24702026-03-02T03:37:00.520Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24712026-03-02T03:37:01.700Z Compiling progenitor-client v0.10.0
24722026-03-02T03:37:02.193Z Compiling progenitor-client v0.13.0
24732026-03-02T03:37:02.708Z Compiling backon v1.6.0
24742026-03-02T03:37:03.111Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24752026-03-02T03:37:04.811Z Compiling macaddr v1.0.1
24762026-03-02T03:37:05.213Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24772026-03-02T03:37:06.726Z Compiling progenitor v0.13.0
24782026-03-02T03:37:07.202Z Compiling console v0.15.11
24792026-03-02T03:37:07.472Z Compiling newline-converter v0.3.0
24802026-03-02T03:37:07.733Z Compiling atomicwrites v0.4.4
24812026-03-02T03:37:08.264Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24822026-03-02T03:37:08.403Z Compiling num-rational v0.4.2
24832026-03-02T03:37:10.386Z Compiling num-complex v0.4.6
24842026-03-02T03:37:11.356Z Compiling slog-dtrace v0.3.0
24852026-03-02T03:37:11.750Z Compiling num v0.4.3
24862026-03-02T03:37:11.889Z Compiling expectorate v1.2.0
24872026-03-02T03:37:11.921Z Compiling async-recursion v1.1.1
24882026-03-02T03:37:12.261Z Compiling float-ord v0.3.2
24892026-03-02T03:37:12.666Z Compiling owo-colors v4.3.0
24902026-03-02T03:37:12.963Z Compiling cancel-safe-futures v0.1.5
24912026-03-02T03:37:13.360Z Compiling libsw-core v0.3.2
24922026-03-02T03:37:13.674Z Compiling resolv-conf v0.7.6
24932026-03-02T03:37:14.534Z Compiling libsw v3.5.0
24942026-03-02T03:37:15.481Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24952026-03-02T03:37:15.734Z Compiling toml v0.8.23
24962026-03-02T03:37:16.849Z Compiling linear-map v1.2.0
24972026-03-02T03:37:17.043Z Compiling linked-hash-map v0.5.6
24982026-03-02T03:37:17.272Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24992026-03-02T03:37:17.444Z Compiling minimal-lexical v0.2.1
25002026-03-02T03:37:17.893Z Compiling nom v7.1.3
25012026-03-02T03:37:18.651Z Compiling lru-cache v0.1.2
25022026-03-02T03:37:20.648Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25032026-03-02T03:37:23.323Z Compiling unicode-xid v0.2.6
25042026-03-02T03:37:23.408Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25052026-03-02T03:37:23.539Z Compiling globset v0.4.18
25062026-03-02T03:37:23.766Z Compiling hickory-proto v0.24.4
25072026-03-02T03:37:28.684Z Compiling hickory-resolver v0.24.4
25082026-03-02T03:37:31.383Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25092026-03-02T03:37:32.784Z Compiling progenitor-impl v0.11.2
25102026-03-02T03:37:34.858Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25112026-03-02T03:37:35.754Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25122026-03-02T03:37:37.076Z Compiling convert_case v0.10.0
25132026-03-02T03:37:37.588Z Compiling derive_more-impl v2.1.1
25142026-03-02T03:37:38.913Z Compiling progenitor-macro v0.11.2
25152026-03-02T03:37:39.802Z Compiling qorb v0.4.1
25162026-03-02T03:37:43.785Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25172026-03-02T03:37:44.081Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25182026-03-02T03:37:47.024Z Compiling progenitor-client v0.11.2
25192026-03-02T03:37:47.056Z Compiling pin-project-internal v1.1.11
25202026-03-02T03:37:47.867Z Compiling progenitor v0.11.2
25212026-03-02T03:37:48.001Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25222026-03-02T03:37:48.104Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25232026-03-02T03:37:48.383Z Compiling derive_more v2.1.1
25242026-03-02T03:37:48.525Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25252026-03-02T03:37:48.652Z Compiling pem v3.0.6
25262026-03-02T03:37:48.869Z Compiling snafu-derive v0.8.9
25272026-03-02T03:37:48.899Z Compiling termtree v0.5.1
25282026-03-02T03:37:48.928Z Compiling pin-project v1.1.11
25292026-03-02T03:37:49.103Z Compiling crossterm v0.29.0
25302026-03-02T03:37:49.285Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25312026-03-02T03:37:49.928Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25322026-03-02T03:37:50.404Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25332026-03-02T03:37:52.159Z Compiling snafu v0.8.9
25342026-03-02T03:37:54.614Z Compiling olpc-cjson v0.1.4
25352026-03-02T03:37:54.644Z Compiling phf_shared v0.12.1
25362026-03-02T03:37:54.975Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25372026-03-02T03:37:55.106Z Compiling vte v0.14.1
25382026-03-02T03:37:55.509Z Compiling csv-core v0.1.13
25392026-03-02T03:37:55.536Z Compiling serde_plain v1.0.2
25402026-03-02T03:37:55.841Z Compiling highway v1.3.0
25412026-03-02T03:37:56.042Z Compiling typed-path v0.9.3
25422026-03-02T03:37:56.129Z Compiling chrono-tz v0.10.4
25432026-03-02T03:37:56.229Z Compiling csv v1.4.0
25442026-03-02T03:37:56.475Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25452026-03-02T03:37:57.097Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25462026-03-02T03:37:57.463Z Compiling strip-ansi-escapes v0.2.1
25472026-03-02T03:37:58.042Z Compiling phf v0.12.1
25482026-03-02T03:37:58.371Z Compiling tough v0.20.0
25492026-03-02T03:37:58.592Z Compiling const_format_proc_macros v0.2.34
25502026-03-02T03:38:00.007Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25512026-03-02T03:38:00.802Z Compiling papergrid v0.11.0
25522026-03-02T03:38:01.823Z Compiling fd-lock v4.0.4
25532026-03-02T03:38:01.921Z Compiling peg-macros v0.8.5
25542026-03-02T03:38:02.079Z Compiling tabled_derive v0.7.0
25552026-03-02T03:38:02.540Z Compiling nu-ansi-term v0.50.3
25562026-03-02T03:38:03.721Z Compiling tabled v0.15.0
25572026-03-02T03:38:03.765Z Compiling reedline v0.40.0
25582026-03-02T03:38:04.224Z Compiling peg v0.8.5
25592026-03-02T03:38:04.407Z Compiling const_format v0.2.35
25602026-03-02T03:38:07.540Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25612026-03-02T03:38:08.337Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25622026-03-02T03:38:10.937Z Compiling bcs v0.1.6
25632026-03-02T03:38:11.682Z Compiling semver v0.1.20
25642026-03-02T03:38:12.169Z Compiling rustc_version v0.1.7
25652026-03-02T03:38:12.547Z Compiling base64 v0.21.7
25662026-03-02T03:38:13.514Z Compiling newtype_derive v0.1.6
25672026-03-02T03:38:13.824Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25682026-03-02T03:38:13.914Z Compiling humantime v2.3.0
25692026-03-02T03:38:14.182Z Compiling smawk v0.3.2
25702026-03-02T03:38:14.359Z Compiling unicode-linebreak v0.1.5
25712026-03-02T03:38:14.579Z Compiling dropshot-api-manager-types v0.4.0
25722026-03-02T03:38:14.727Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25732026-03-02T03:38:14.892Z Compiling textwrap v0.16.2
25742026-03-02T03:38:15.683Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25752026-03-02T03:38:16.304Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25762026-03-02T03:38:16.904Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25772026-03-02T03:38:16.971Z Compiling steno v0.4.1
25782026-03-02T03:38:17.846Z Compiling utf-8 v0.7.6
25792026-03-02T03:38:18.210Z Compiling progenitor-impl v0.10.0
25802026-03-02T03:38:19.242Z Compiling tagptr v0.2.0
25812026-03-02T03:38:19.539Z Compiling moka v0.12.13
25822026-03-02T03:38:22.652Z Compiling progenitor-macro v0.10.0
25832026-03-02T03:38:23.780Z Compiling hickory-resolver v0.25.2
25842026-03-02T03:38:24.313Z Compiling tungstenite v0.21.0
25852026-03-02T03:38:28.416Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25862026-03-02T03:38:31.077Z Compiling progenitor v0.10.0
25872026-03-02T03:38:31.309Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25882026-03-02T03:38:31.528Z Compiling tokio-tungstenite v0.21.0
25892026-03-02T03:38:32.098Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25902026-03-02T03:38:33.582Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25912026-03-02T03:38:35.081Z Compiling radium v0.7.0
25922026-03-02T03:38:35.516Z Compiling tap v1.0.1
25932026-03-02T03:38:35.722Z Compiling maybe-uninit v2.0.0
25942026-03-02T03:38:36.121Z Compiling wyz v0.5.1
25952026-03-02T03:38:36.563Z Compiling zerocopy-derive v0.6.6
25962026-03-02T03:38:36.729Z Compiling crc-catalog v2.4.0
25972026-03-02T03:38:36.919Z Compiling display-error-chain v0.2.2
25982026-03-02T03:38:37.162Z Compiling funty v2.0.0
25992026-03-02T03:38:37.866Z Compiling packed_struct v0.10.1
26002026-03-02T03:38:38.299Z Compiling bitvec v1.0.1
26012026-03-02T03:38:39.120Z Compiling zerocopy v0.6.6
26022026-03-02T03:38:39.238Z Compiling crc v3.4.0
26032026-03-02T03:38:39.726Z Compiling packed_struct_codegen v0.10.1
26042026-03-02T03:38:39.849Z Compiling bitfield-macros v0.19.4
26052026-03-02T03:38:39.900Z Compiling indexmap v1.9.3
26062026-03-02T03:38:40.234Z Compiling nodrop v0.1.14
26072026-03-02T03:38:40.399Z Compiling array-init v0.0.4
26082026-03-02T03:38:40.983Z Compiling bitfield v0.19.4
26092026-03-02T03:38:41.410Z Compiling smallvec v0.6.14
26102026-03-02T03:38:41.488Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26112026-03-02T03:38:41.616Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26122026-03-02T03:38:41.888Z Compiling num-derive v0.3.3
26132026-03-02T03:38:43.331Z Compiling proc-macro-error-attr2 v2.0.0
26142026-03-02T03:38:43.939Z Compiling hashbrown v0.12.3
26152026-03-02T03:38:45.199Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26162026-03-02T03:38:45.968Z Compiling proc-macro-error2 v2.0.1
26172026-03-02T03:38:46.449Z Compiling libscf-sys v1.1.0
26182026-03-02T03:38:46.701Z Compiling serde-hex v0.1.0
26192026-03-02T03:38:46.888Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26202026-03-02T03:38:47.245Z Compiling ron v0.8.1
26212026-03-02T03:38:48.029Z Compiling nix v0.31.1
26222026-03-02T03:38:48.703Z Compiling hashbrown v0.13.2
26232026-03-02T03:38:49.877Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26242026-03-02T03:38:50.422Z Compiling vergen-gitcl v1.0.8
26252026-03-02T03:38:50.806Z Compiling dirs-sys-next v0.1.2
26262026-03-02T03:38:51.174Z Compiling maplit v1.0.2
26272026-03-02T03:38:51.273Z Compiling crunchy v0.2.4
26282026-03-02T03:38:51.364Z Compiling crc-any v2.5.0
26292026-03-02T03:38:51.687Z Compiling glob v0.3.3
26302026-03-02T03:38:51.824Z Compiling dirs-next v2.0.0
26312026-03-02T03:38:52.100Z Compiling object v0.30.4
26322026-03-02T03:38:52.213Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26332026-03-02T03:38:52.388Z Compiling clang-sys v1.8.1
26342026-03-02T03:38:52.998Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26352026-03-02T03:38:53.420Z Compiling tabled_derive v0.11.0
26362026-03-02T03:38:54.250Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26372026-03-02T03:38:55.277Z Compiling papergrid v0.17.0
26382026-03-02T03:39:01.747Z Compiling testing_table v0.3.0
26392026-03-02T03:39:02.482Z Compiling dsl_auto_type v0.1.3
26402026-03-02T03:39:03.502Z Compiling scheduled-thread-pool v0.2.7
26412026-03-02T03:39:04.605Z Compiling diesel_table_macro_syntax v0.2.0
26422026-03-02T03:39:04.808Z Compiling path-slash v0.1.5
26432026-03-02T03:39:04.988Z Compiling tiny-keccak v2.0.2
26442026-03-02T03:39:05.096Z Compiling diesel_derives v2.2.7
26452026-03-02T03:39:05.397Z Compiling r2d2 v0.8.10
26462026-03-02T03:39:05.894Z Compiling tabled v0.20.0
26472026-03-02T03:39:07.498Z Compiling term v0.7.0
26482026-03-02T03:39:08.380Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26492026-03-02T03:39:08.587Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26502026-03-02T03:39:11.190Z Compiling arc-swap v1.8.2
26512026-03-02T03:39:11.781Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26522026-03-02T03:39:12.090Z Compiling xshell-macros v0.2.7
26532026-03-02T03:39:12.457Z Compiling bit-vec v0.6.3
26542026-03-02T03:39:12.731Z Compiling xshell v0.2.7
26552026-03-02T03:39:12.834Z Compiling bit-set v0.5.3
26562026-03-02T03:39:13.108Z Compiling diesel v2.2.12
26572026-03-02T03:39:15.164Z Compiling slog-scope v4.4.1
26582026-03-02T03:39:15.837Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26592026-03-02T03:39:16.734Z Compiling ascii-canvas v3.0.0
26602026-03-02T03:39:17.128Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26612026-03-02T03:39:17.745Z Compiling itertools v0.10.5
26622026-03-02T03:39:18.489Z Compiling ena v0.14.4
26632026-03-02T03:39:18.904Z Compiling libloading v0.8.9
26642026-03-02T03:39:19.251Z Compiling regex-syntax v0.6.29
26652026-03-02T03:39:19.835Z Compiling bindgen v0.71.1
26662026-03-02T03:39:20.242Z Compiling diff v0.1.13
26672026-03-02T03:39:20.450Z Compiling unicase v2.9.0
26682026-03-02T03:39:23.048Z Compiling lalrpop v0.19.12
26692026-03-02T03:39:24.297Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26702026-03-02T03:39:24.637Z Compiling slog-stdlog v4.1.1
26712026-03-02T03:39:25.390Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26722026-03-02T03:39:25.512Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26732026-03-02T03:39:25.659Z Compiling cexpr v0.6.0
26742026-03-02T03:39:26.209Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26752026-03-02T03:39:26.412Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26762026-03-02T03:39:26.513Z Compiling crc8 v0.1.1
26772026-03-02T03:39:26.812Z Compiling slog-envlogger v2.2.0
26782026-03-02T03:39:26.847Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26792026-03-02T03:39:27.561Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26802026-03-02T03:39:27.598Z Compiling headers-core v0.3.0
26812026-03-02T03:39:27.750Z Compiling libxml v0.3.3
26822026-03-02T03:39:27.811Z Compiling headers v0.4.1
26832026-03-02T03:39:28.331Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26842026-03-02T03:39:29.011Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26852026-03-02T03:39:29.321Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26862026-03-02T03:39:30.018Z Compiling strum_macros v0.24.3
26872026-03-02T03:39:30.483Z Compiling indoc v1.0.9
26882026-03-02T03:39:31.198Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26892026-03-02T03:39:31.509Z Compiling derive_builder v0.20.2
26902026-03-02T03:39:31.745Z Compiling oso-derive v0.27.3
26912026-03-02T03:39:32.350Z Compiling quick-xml v0.37.5
26922026-03-02T03:39:32.501Z Compiling impl-trait-for-tuples v0.2.3
26932026-03-02T03:39:34.842Z Compiling half v1.8.3
26942026-03-02T03:39:35.056Z Compiling openssl-probe v0.1.6
26952026-03-02T03:39:35.582Z Compiling serde_cbor v0.11.2
26962026-03-02T03:39:35.782Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26972026-03-02T03:39:36.592Z Compiling samael v0.0.19
26982026-03-02T03:39:36.920Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26992026-03-02T03:39:37.471Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27002026-03-02T03:39:37.548Z Compiling diesel-dtrace v0.4.2
27012026-03-02T03:39:38.024Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27022026-03-02T03:39:38.345Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27032026-03-02T03:39:39.381Z Compiling bb8 v0.8.6
27042026-03-02T03:39:39.816Z Compiling polar-core v0.27.3
27052026-03-02T03:39:39.958Z Compiling trait-variant v0.1.2
27062026-03-02T03:39:40.815Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27072026-03-02T03:39:40.850Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27082026-03-02T03:39:41.254Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27092026-03-02T03:39:41.734Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27102026-03-02T03:39:44.611Z Compiling async-bb8-diesel v0.2.1
27112026-03-02T03:39:45.783Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27122026-03-02T03:39:46.164Z Compiling fxhash v0.2.1
27132026-03-02T03:39:46.402Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27142026-03-02T03:39:46.859Z Compiling kstat-rs v0.2.4
27152026-03-02T03:39:47.618Z Compiling libz-sys v1.1.24
27162026-03-02T03:39:48.215Z Compiling nonempty v0.12.0
27172026-03-02T03:39:48.577Z Compiling salty v0.3.0
27182026-03-02T03:39:49.115Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27192026-03-02T03:39:50.443Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27202026-03-02T03:39:52.355Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27212026-03-02T03:39:52.630Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27222026-03-02T03:39:56.630Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4#f20f786e)
27232026-03-02T03:40:04.138Z Compiling oso v0.27.3
27242026-03-02T03:40:04.561Z Compiling darling_core v0.23.0
27252026-03-02T03:40:08.231Z Compiling nanorand v0.7.0
27262026-03-02T03:40:08.894Z Compiling fs-err v2.11.0
27272026-03-02T03:40:09.308Z Compiling parking_lot_core v0.8.6
27282026-03-02T03:40:09.575Z Compiling mime_guess v2.0.5
27292026-03-02T03:40:09.761Z Compiling darling_macro v0.23.0
27302026-03-02T03:40:10.536Z Compiling flume v0.11.1
27312026-03-02T03:40:10.605Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4#f20f786e)
27322026-03-02T03:40:11.228Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27332026-03-02T03:40:17.654Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27342026-03-02T03:40:18.394Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27352026-03-02T03:40:18.835Z Compiling git-stub v1.0.0
27362026-03-02T03:40:19.251Z Compiling libgit2-sys v0.18.3+1.9.2
27372026-03-02T03:40:19.783Z Compiling instability v0.3.11
27382026-03-02T03:40:20.176Z Compiling git-stub-vcs v0.1.0
27392026-03-02T03:40:20.774Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27402026-03-02T03:40:25.814Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27412026-03-02T03:40:36.371Z Compiling darling v0.23.0
27422026-03-02T03:40:37.201Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27432026-03-02T03:40:37.306Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27442026-03-02T03:40:42.943Z Compiling ignore v0.4.25
27452026-03-02T03:40:44.573Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27462026-03-02T03:40:46.742Z Compiling primeorder v0.13.6
27472026-03-02T03:40:47.304Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27482026-03-02T03:40:48.262Z Compiling castaway v0.2.4
27492026-03-02T03:40:48.295Z Compiling nibble_vec v0.1.0
27502026-03-02T03:40:48.487Z Compiling atty v0.2.14
27512026-03-02T03:40:48.571Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27522026-03-02T03:40:48.687Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27532026-03-02T03:40:48.908Z Compiling endian-type v0.1.2
27542026-03-02T03:40:48.949Z Compiling parse-size v1.1.0
27552026-03-02T03:40:49.026Z Compiling indoc v2.0.7
27562026-03-02T03:40:49.179Z Compiling http-range v0.1.5
27572026-03-02T03:40:49.286Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27582026-03-02T03:40:49.413Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-03-02T03:40:49.725Z Compiling radix_trie v0.2.1
27602026-03-02T03:40:50.208Z Compiling compact_str v0.8.1
27612026-03-02T03:40:50.565Z Compiling p384 v0.13.1
27622026-03-02T03:40:52.284Z Compiling globwalk v0.9.1
27632026-03-02T03:40:52.495Z Compiling parking_lot v0.11.2
27642026-03-02T03:40:54.200Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27652026-03-02T03:40:54.462Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27662026-03-02T03:40:54.816Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27672026-03-02T03:40:55.167Z Compiling predicates-tree v1.0.13
27682026-03-02T03:40:55.942Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27692026-03-02T03:40:56.628Z Compiling unicode-truncate v1.1.0
27702026-03-02T03:40:56.960Z Compiling lru v0.12.5
27712026-03-02T03:40:57.335Z Compiling prefix-trie v0.7.0
27722026-03-02T03:40:58.075Z Compiling vergen-git2 v1.0.7
27732026-03-02T03:40:58.245Z Compiling cassowary v0.3.0
27742026-03-02T03:40:58.482Z Compiling hickory-server v0.25.2
27752026-03-02T03:40:58.514Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27762026-03-02T03:41:01.171Z Compiling ratatui v0.29.0
27772026-03-02T03:41:01.902Z Compiling camino-tempfile-ext v0.3.3
27782026-03-02T03:41:03.125Z Compiling hyper-staticfile v0.10.1
27792026-03-02T03:41:03.766Z Compiling git2 v0.20.4
27802026-03-02T03:41:05.294Z Compiling sled v0.34.7
27812026-03-02T03:41:08.342Z Compiling hickory-client v0.25.2
27822026-03-02T03:41:10.449Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27832026-03-02T03:41:10.613Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27842026-03-02T03:41:11.532Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27852026-03-02T03:41:12.883Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27862026-03-02T03:41:13.039Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
27872026-03-02T03:41:13.656Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27882026-03-02T03:41:14.545Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27892026-03-02T03:41:15.403Z Compiling rand_seeder v0.4.0
27902026-03-02T03:41:15.804Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27912026-03-02T03:41:16.156Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-03-02T03:41:16.899Z Compiling lzma-sys v0.1.20
27932026-03-02T03:41:16.954Z Compiling rustls v0.21.12
27942026-03-02T03:41:17.297Z Compiling corncobs v0.1.4
27952026-03-02T03:41:17.545Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27962026-03-02T03:41:17.741Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27972026-03-02T03:41:17.871Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27982026-03-02T03:41:17.952Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27992026-03-02T03:41:18.255Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28002026-03-02T03:41:18.631Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28012026-03-02T03:41:19.658Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28022026-03-02T03:41:21.810Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28032026-03-02T03:41:29.082Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28042026-03-02T03:41:30.504Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28052026-03-02T03:41:33.171Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28062026-03-02T03:41:36.553Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28072026-03-02T03:41:37.353Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28082026-03-02T03:41:38.640Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28092026-03-02T03:41:38.960Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28102026-03-02T03:41:39.014Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28112026-03-02T03:41:39.291Z Compiling cargo_toml v0.22.3
28122026-03-02T03:41:44.496Z Compiling nix v0.29.0
28132026-03-02T03:41:44.709Z Compiling sct v0.7.1
28142026-03-02T03:41:45.151Z Compiling rustls-webpki v0.101.7
28152026-03-02T03:41:45.203Z Compiling secrecy v0.8.0
28162026-03-02T03:41:45.497Z Compiling void v1.0.2
28172026-03-02T03:41:45.697Z Compiling lzss v0.8.2
28182026-03-02T03:41:48.324Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28192026-03-02T03:41:48.616Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28202026-03-02T03:41:49.727Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28212026-03-02T03:41:52.201Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28222026-03-02T03:41:53.254Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28232026-03-02T03:41:56.649Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28242026-03-02T03:41:57.638Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28252026-03-02T03:41:59.002Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28262026-03-02T03:42:03.770Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28272026-03-02T03:42:04.131Z Compiling tungstenite v0.23.0
28282026-03-02T03:42:06.202Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28292026-03-02T03:42:06.516Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28302026-03-02T03:42:06.831Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28312026-03-02T03:42:07.146Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28322026-03-02T03:42:07.465Z Compiling nix v0.27.1
28332026-03-02T03:42:08.119Z Compiling serde_bytes v0.11.19
28342026-03-02T03:42:08.726Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28352026-03-02T03:42:08.844Z Compiling tokio-tungstenite v0.23.1
28362026-03-02T03:42:09.397Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28372026-03-02T03:42:09.778Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28382026-03-02T03:42:15.285Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28392026-03-02T03:42:15.530Z Compiling xz2 v0.1.7
28402026-03-02T03:42:16.140Z Compiling ron v0.12.0
28412026-03-02T03:42:20.105Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28422026-03-02T03:42:24.002Z Compiling tokio-rustls v0.24.1
28432026-03-02T03:42:24.817Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28442026-03-02T03:42:25.344Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28452026-03-02T03:42:29.328Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28462026-03-02T03:42:30.527Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28472026-03-02T03:42:32.874Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28482026-03-02T03:42:35.911Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28492026-03-02T03:42:37.451Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28502026-03-02T03:42:53.827Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28512026-03-02T03:42:54.782Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28522026-03-02T03:42:58.633Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28532026-03-02T03:43:02.179Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28542026-03-02T03:43:03.201Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28552026-03-02T03:43:04.679Z Compiling rustls-pemfile v1.0.4
28562026-03-02T03:43:05.417Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28572026-03-02T03:43:07.944Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28582026-03-02T03:43:08.250Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28592026-03-02T03:43:11.062Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28602026-03-02T03:43:12.408Z Compiling signal-hook-tokio v0.3.1
28612026-03-02T03:43:12.552Z Compiling yasna v0.5.2
28622026-03-02T03:43:12.654Z Compiling twox-hash v2.1.2
28632026-03-02T03:43:13.548Z Compiling base16ct v1.0.0
28642026-03-02T03:43:14.009Z Compiling is_ci v1.2.0
28652026-03-02T03:43:14.188Z Compiling supports-color v3.0.2
28662026-03-02T03:43:14.616Z Compiling rcgen v0.12.1
28672026-03-02T03:43:15.284Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28682026-03-02T03:43:23.818Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28692026-03-02T03:43:24.250Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28702026-03-02T03:43:41.481Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28712026-03-02T03:43:49.151Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28722026-03-02T03:43:51.432Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28732026-03-02T03:43:58.515Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28742026-03-02T03:43:59.687Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28752026-03-02T03:44:10.822Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28762026-03-02T03:44:12.771Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28772026-03-02T03:44:13.099Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28782026-03-02T03:44:13.429Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28792026-03-02T03:44:14.529Z Compiling progenitor-extras v0.1.0
28802026-03-02T03:44:14.918Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28812026-03-02T03:44:15.204Z Compiling fatfs v0.3.6
28822026-03-02T03:44:17.406Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28832026-03-02T03:44:18.003Z Compiling rtoolbox v0.0.3
28842026-03-02T03:44:18.440Z Compiling subprocess v0.2.15
28852026-03-02T03:44:22.451Z Compiling seq-macro v0.3.6
28862026-03-02T03:44:23.244Z Compiling assert_matches v1.5.0
28872026-03-02T03:44:25.050Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28882026-03-02T03:44:30.027Z Compiling rpassword v7.4.0
28892026-03-02T03:44:30.470Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28902026-03-02T03:44:34.565Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28912026-03-02T03:44:47.987Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28922026-03-02T03:44:52.561Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28932026-03-02T03:44:52.783Z Compiling tui-tree-widget v0.23.1
28942026-03-02T03:44:53.274Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28952026-03-02T03:44:58.127Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28962026-03-02T03:44:59.001Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28972026-03-02T03:45:01.865Z Compiling uzers v0.12.2
28982026-03-02T03:45:03.986Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28992026-03-02T03:45:04.637Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29002026-03-02T03:45:08.296Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29012026-03-02T03:45:31.288Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29022026-03-02T03:45:38.587Z Compiling support-bundle-viewer v0.1.2
29032026-03-02T03:45:42.122Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29042026-03-02T03:45:44.060Z Compiling multimap v0.10.1
29052026-03-02T03:47:24.287Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29062026-03-02T03:47:39.345Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29072026-03-02T03:57:30.433Z Finished `release` profile [optimized] target(s) in 20m 53s
29082026-03-02T03:58:55.901Z
29092026-03-02T03:58:55.901Zreal 22:20.727122342
29102026-03-02T03:58:55.901Zuser 2:33:03.585928437
29112026-03-02T03:58:55.901Zsys 4:53.009124593
29122026-03-02T03:58:55.901Ztrap 4.226439289
29132026-03-02T03:58:55.925Ztflt 1.292742960
29142026-03-02T03:58:55.925Zdflt 5.613081651
29152026-03-02T03:58:55.925Zkflt 0.034408067
29162026-03-02T03:58:55.925Zlock 10:24:55.531876351
29172026-03-02T03:58:55.925Zslp 7:19:41.220685398
29182026-03-02T03:58:55.925Zlat 4:38.656860902
29192026-03-02T03:58:55.926Zstop 3:53.906123543
29202026-03-02T03:58:55.926Z+ mapfile -t packages
29212026-03-02T03:58:55.926Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29222026-03-02T03:58:57.732Z Finished `release` profile [optimized] target(s) in 1.73s
29232026-03-02T03:58:57.810Z Running `target/release/omicron-package -t test list-outputs`
29242026-03-02T03:58:57.887ZLogging to: /work/oxidecomputer/omicron/out/LOG
29252026-03-02T03:58:57.911Z+ ptime -m cargo build --locked --release -p xtask
29262026-03-02T03:58:58.947Z Compiling libc v0.2.180
29272026-03-02T03:58:58.947Z Compiling serde v1.0.228
29282026-03-02T03:58:58.971Z Compiling serde_core v1.0.228
29292026-03-02T03:58:58.971Z Compiling syn v2.0.117
29302026-03-02T03:58:58.971Z Compiling rustix v1.1.3
29312026-03-02T03:58:59.016Z Compiling serde_json v1.0.149
29322026-03-02T03:58:59.040Z Compiling bitflags v2.11.0
29332026-03-02T03:58:59.429Z Compiling num-traits v0.2.19
29342026-03-02T03:58:59.544Z Compiling smallvec v1.15.1
29352026-03-02T03:58:59.780Z Compiling hashbrown v0.16.1
29362026-03-02T03:59:00.005Z Compiling usdt-impl v0.5.0
29372026-03-02T03:59:00.070Z Compiling syn v1.0.109
29382026-03-02T03:59:00.517Z Compiling errno v0.3.14
29392026-03-02T03:59:00.619Z Compiling percent-encoding v2.3.2
29402026-03-02T03:59:00.820Z Compiling thread-id v4.2.2
29412026-03-02T03:59:00.953Z Compiling getrandom v0.4.1
29422026-03-02T03:59:01.114Z Compiling indexmap v2.13.0
29432026-03-02T03:59:01.141Z Compiling log v0.4.29
29442026-03-02T03:59:01.361Z Compiling form_urlencoded v1.2.2
29452026-03-02T03:59:01.540Z Compiling ordered-float v2.10.1
29462026-03-02T03:59:02.305Z Compiling fs-err v3.3.0
29472026-03-02T03:59:02.596Z Compiling once_cell v1.21.3
29482026-03-02T03:59:02.727Z Compiling anyhow v1.0.102
29492026-03-02T03:59:03.007Z Compiling terminal_size v0.4.3
29502026-03-02T03:59:03.241Z Compiling heck v0.4.1
29512026-03-02T03:59:03.265Z Compiling clap_builder v4.5.60
29522026-03-02T03:59:03.988Z Compiling tempfile v3.25.0
29532026-03-02T03:59:04.588Z Compiling synstructure v0.13.2
29542026-03-02T03:59:05.128Z Compiling pest_generator v2.8.6
29552026-03-02T03:59:05.411Z Compiling proc-macro-error v1.0.4
29562026-03-02T03:59:05.580Z Compiling memmap v0.7.0
29572026-03-02T03:59:05.639Z Compiling textwrap v0.16.2
29582026-03-02T03:59:05.878Z Compiling tabled_derive v0.7.0
29592026-03-02T03:59:05.970Z Compiling camino-tempfile v1.4.1
29602026-03-02T03:59:07.051Z Compiling serde_derive v1.0.228
29612026-03-02T03:59:07.051Z Compiling zerofrom-derive v0.1.6
29622026-03-02T03:59:07.090Z Compiling yoke-derive v0.8.1
29632026-03-02T03:59:07.345Z Compiling zerovec-derive v0.11.2
29642026-03-02T03:59:07.532Z Compiling displaydoc v0.2.5
29652026-03-02T03:59:08.337Z Compiling thiserror-impl v1.0.69
29662026-03-02T03:59:08.680Z Compiling zerocopy-derive v0.7.35
29672026-03-02T03:59:08.895Z Compiling pest_derive v2.8.6
29682026-03-02T03:59:09.125Z Compiling scroll_derive v0.12.1
29692026-03-02T03:59:09.248Z Compiling zerofrom v0.1.6
29702026-03-02T03:59:09.490Z Compiling yoke v0.8.1
29712026-03-02T03:59:09.554Z Compiling thiserror-impl v2.0.18
29722026-03-02T03:59:09.882Z Compiling zerovec v0.11.5
29732026-03-02T03:59:10.115Z Compiling zerotrie v0.2.3
29742026-03-02T03:59:10.226Z Compiling zerocopy v0.7.35
29752026-03-02T03:59:10.353Z Compiling thiserror v1.0.69
29762026-03-02T03:59:10.528Z Compiling dtrace-parser v0.2.0
29772026-03-02T03:59:11.094Z Compiling tinystr v0.8.2
29782026-03-02T03:59:11.125Z Compiling potential_utf v0.1.4
29792026-03-02T03:59:11.416Z Compiling icu_collections v2.1.1
29802026-03-02T03:59:11.442Z Compiling scroll v0.12.0
29812026-03-02T03:59:11.531Z Compiling icu_locale_core v2.1.1
29822026-03-02T03:59:11.828Z Compiling thiserror v2.0.18
29832026-03-02T03:59:12.060Z Compiling goblin v0.8.2
29842026-03-02T03:59:13.189Z Compiling icu_provider v2.1.1
29852026-03-02T03:59:13.391Z Compiling serde_spanned v0.6.9
29862026-03-02T03:59:13.636Z Compiling toml_datetime v0.6.11
29872026-03-02T03:59:13.861Z Compiling icu_properties v2.1.2
29882026-03-02T03:59:13.977Z Compiling icu_normalizer v2.1.1
29892026-03-02T03:59:14.306Z Compiling toml_edit v0.22.27
29902026-03-02T03:59:16.204Z Compiling idna_adapter v1.2.1
29912026-03-02T03:59:16.245Z Compiling dof v0.3.0
29922026-03-02T03:59:16.423Z Compiling idna v1.1.0
29932026-03-02T03:59:16.918Z Compiling serde_tokenstream v0.2.3
29942026-03-02T03:59:16.958Z Compiling serde-value v0.7.0
29952026-03-02T03:59:17.824Z Compiling toml v0.8.23
29962026-03-02T03:59:18.293Z Compiling url v2.5.8
29972026-03-02T03:59:20.456Z Compiling cargo-util-schemas v0.8.2
29982026-03-02T03:59:22.522Z Compiling usdt-macro v0.5.0
29992026-03-02T03:59:22.813Z Compiling usdt-attr-macro v0.5.0
30002026-03-02T03:59:22.861Z Compiling cargo-platform v0.2.0
30012026-03-02T03:59:23.510Z Compiling clap_derive v4.5.55
30022026-03-02T03:59:23.919Z Compiling cargo_metadata v0.21.0
30032026-03-02T03:59:23.960Z Compiling usdt v0.5.0
30042026-03-02T03:59:24.979Z Compiling cargo_toml v0.21.0
30052026-03-02T03:59:25.152Z Compiling macaddr v1.0.1
30062026-03-02T03:59:25.658Z Compiling tabled v0.15.0
30072026-03-02T03:59:26.689Z Compiling clap v4.5.60
30082026-03-02T03:59:36.878Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30092026-03-02T03:59:43.234Z Finished `release` profile [optimized] target(s) in 45.25s
30102026-03-02T03:59:43.372Z
30112026-03-02T03:59:43.372Zreal 45.434000237
30122026-03-02T03:59:43.372Zuser 4:44.291836901
30132026-03-02T03:59:43.372Zsys 25.175099627
30142026-03-02T03:59:43.372Ztrap 0.146163767
30152026-03-02T03:59:43.372Ztflt 0.173775701
30162026-03-02T03:59:43.372Zdflt 0.234122715
30172026-03-02T03:59:43.372Zkflt 0.000039226
30182026-03-02T03:59:43.372Zlock 13:35.346941171
30192026-03-02T03:59:43.372Zslp 15:38.362012333
30202026-03-02T03:59:43.372Zlat 23.149925007
30212026-03-02T03:59:43.372Zstop 28.428006062
30222026-03-02T03:59:43.397Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30232026-03-02T03:59:43.397Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30242026-03-02T03:59:43.397Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30252026-03-02T03:59:43.397Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30262026-03-02T03:59:43.397Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30272026-03-02T03:59:45.237Z Compiling regress v0.10.5
30282026-03-02T03:59:45.282Z Compiling serde_spanned v1.0.4
30292026-03-02T03:59:45.306Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30302026-03-02T03:59:45.307Z Compiling toml_writer v1.0.6+spec-1.1.0
30312026-03-02T03:59:45.336Z Compiling structmeta-derive v0.3.0
30322026-03-02T03:59:45.361Z Compiling rustls v0.22.4
30332026-03-02T03:59:45.385Z Compiling rustls-webpki v0.102.8
30342026-03-02T03:59:45.409Z Compiling newtype-uuid-macros v0.1.0
30352026-03-02T03:59:45.568Z Compiling multer v3.1.0
30362026-03-02T03:59:45.682Z Compiling toml v0.9.12+spec-1.1.0
30372026-03-02T03:59:45.770Z Compiling debug-ignore v1.0.5
30382026-03-02T03:59:45.870Z Compiling match_cfg v0.1.0
30392026-03-02T03:59:45.954Z Compiling slog-json v2.6.1
30402026-03-02T03:59:45.981Z Compiling hostname v0.3.1
30412026-03-02T03:59:46.005Z Compiling async-stream-impl v0.3.6
30422026-03-02T03:59:46.197Z Compiling dropshot v0.16.7
30432026-03-02T03:59:46.608Z Compiling slog-bunyan v2.5.0
30442026-03-02T03:59:46.822Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30452026-03-02T03:59:47.060Z Compiling itertools v0.14.0
30462026-03-02T03:59:47.147Z Compiling async-stream v0.3.6
30472026-03-02T03:59:47.423Z Compiling waitgroup v0.1.2
30482026-03-02T03:59:47.520Z Compiling structmeta v0.3.0
30492026-03-02T03:59:47.659Z Compiling rustls-pemfile v2.2.0
30502026-03-02T03:59:47.753Z Compiling dropshot_endpoint v0.16.7
30512026-03-02T03:59:47.935Z Compiling serde_path_to_error v0.1.20
30522026-03-02T03:59:48.038Z Compiling hostname v0.4.2
30532026-03-02T03:59:48.137Z Compiling derive-ex v0.1.8
30542026-03-02T03:59:48.289Z Compiling progenitor-client v0.13.0
30552026-03-02T03:59:48.517Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30562026-03-02T03:59:48.687Z Compiling macaddr v1.0.1
30572026-03-02T03:59:48.833Z Compiling progenitor-client v0.10.0
30582026-03-02T03:59:48.875Z Compiling instant v0.1.13
30592026-03-02T03:59:49.065Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30602026-03-02T03:59:49.111Z Compiling parse-display-derive v0.10.0
30612026-03-02T03:59:49.341Z Compiling backoff v0.4.0
30622026-03-02T03:59:49.590Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30632026-03-02T03:59:49.702Z Compiling backon v1.6.0
30642026-03-02T03:59:49.751Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30652026-03-02T03:59:49.964Z Compiling tokio-rustls v0.25.0
30662026-03-02T03:59:50.075Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30672026-03-02T03:59:50.254Z Compiling crucible-workspace-hack v0.1.0
30682026-03-02T03:59:50.384Z Compiling cfg_aliases v0.2.1
30692026-03-02T03:59:50.512Z Compiling toml_edit v0.23.10+spec-1.0.0
30702026-03-02T03:59:50.725Z Compiling heapless v0.8.0
30712026-03-02T03:59:51.248Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30722026-03-02T03:59:51.600Z Compiling test-strategy v0.4.5
30732026-03-02T03:59:51.664Z Compiling proc-macro-crate v3.4.0
30742026-03-02T03:59:51.781Z Compiling ingot-macros v0.1.1
30752026-03-02T03:59:51.982Z Compiling hash32 v0.3.1
30762026-03-02T03:59:52.267Z Compiling memoffset v0.9.1
30772026-03-02T03:59:52.394Z Compiling parse-display v0.10.0
30782026-03-02T03:59:52.595Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30792026-03-02T03:59:52.804Z Compiling smoltcp v0.11.0
30802026-03-02T03:59:52.834Z Compiling num_enum_derive v0.7.5
30812026-03-02T03:59:53.119Z Compiling tabwriter v1.4.1
30822026-03-02T03:59:53.399Z Compiling cobs v0.3.0
30832026-03-02T03:59:53.461Z Compiling foreign-types-macros v0.2.3
30842026-03-02T03:59:53.545Z Compiling cpufeatures v0.3.0
30852026-03-02T03:59:53.685Z Compiling foreign-types-shared v0.3.1
30862026-03-02T03:59:53.769Z Compiling chacha20 v0.10.0
30872026-03-02T03:59:53.898Z Compiling postcard v1.1.3
30882026-03-02T03:59:54.556Z Compiling foreign-types v0.5.0
30892026-03-02T03:59:54.699Z Compiling proc-macro-crate v1.3.1
30902026-03-02T03:59:54.723Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
30912026-03-02T03:59:54.789Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30922026-03-02T03:59:54.828Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30932026-03-02T03:59:54.876Z Compiling num_enum v0.7.5
30942026-03-02T03:59:55.086Z Compiling secrecy v0.10.3
30952026-03-02T03:59:55.351Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30962026-03-02T03:59:55.399Z Compiling cstr-argument v0.1.2
30972026-03-02T03:59:55.502Z Compiling colored v3.1.1
30982026-03-02T03:59:55.526Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30992026-03-02T03:59:55.671Z Compiling unsafe-libyaml v0.2.11
31002026-03-02T03:59:55.741Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31012026-03-02T03:59:55.794Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31022026-03-02T03:59:55.876Z Compiling num_enum_derive v0.5.11
31032026-03-02T03:59:57.036Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31042026-03-02T03:59:57.060Z Compiling rand v0.10.0
31052026-03-02T03:59:57.060Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31062026-03-02T03:59:57.060Z Compiling nix v0.30.1
31072026-03-02T03:59:57.060Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31082026-03-02T03:59:57.157Z Compiling serde_yaml v0.9.34+deprecated
31092026-03-02T03:59:57.271Z Compiling camino-tempfile v1.4.1
31102026-03-02T03:59:57.355Z Compiling ingot-types v0.1.2
31112026-03-02T03:59:57.721Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31122026-03-02T03:59:57.939Z Compiling num_enum v0.5.11
31132026-03-02T03:59:58.150Z Compiling ingot v0.1.1
31142026-03-02T03:59:58.178Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31152026-03-02T03:59:58.273Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31162026-03-02T03:59:58.310Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31172026-03-02T03:59:58.487Z Compiling smf v0.2.3
31182026-03-02T03:59:58.738Z Compiling num-derive v0.4.2
31192026-03-02T03:59:58.809Z Compiling sigpipe v0.1.3
31202026-03-02T03:59:58.972Z Compiling glob v0.3.3
31212026-03-02T03:59:59.592Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31222026-03-02T03:59:59.745Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31232026-03-02T03:59:59.948Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31242026-03-02T04:00:00.426Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31252026-03-02T04:00:00.831Z Compiling whoami v1.6.1
31262026-03-02T04:00:00.858Z Compiling toml v0.8.23
31272026-03-02T04:00:00.914Z Compiling convert_case v0.4.0
31282026-03-02T04:00:01.178Z Compiling universal-hash v0.5.1
31292026-03-02T04:00:01.377Z Compiling opaque-debug v0.3.1
31302026-03-02T04:00:01.410Z Compiling half v2.7.1
31312026-03-02T04:00:01.514Z Compiling ciborium-io v0.2.2
31322026-03-02T04:00:01.670Z Compiling derive_more v0.99.20
31332026-03-02T04:00:01.694Z Compiling aead v0.5.2
31342026-03-02T04:00:02.091Z Compiling ciborium-ll v0.2.2
31352026-03-02T04:00:02.160Z Compiling poly1305 v0.8.0
31362026-03-02T04:00:02.244Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31372026-03-02T04:00:02.490Z Compiling ciborium v0.2.2
31382026-03-02T04:00:02.535Z Compiling chacha20 v0.9.1
31392026-03-02T04:00:02.754Z Compiling typify-impl v0.4.3
31402026-03-02T04:00:03.023Z Compiling typify-impl v0.6.1
31412026-03-02T04:00:03.118Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31422026-03-02T04:00:03.585Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31432026-03-02T04:00:03.695Z Compiling thiserror-impl-no-std v2.0.2
31442026-03-02T04:00:04.028Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31452026-03-02T04:00:04.581Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31462026-03-02T04:00:05.128Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31472026-03-02T04:00:05.945Z Compiling thiserror-no-std v2.0.2
31482026-03-02T04:00:06.111Z Compiling num-rational v0.4.2
31492026-03-02T04:00:07.112Z Compiling password-hash v0.5.0
31502026-03-02T04:00:07.405Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31512026-03-02T04:00:07.620Z Compiling blake2 v0.10.6
31522026-03-02T04:00:07.923Z Compiling num-complex v0.4.6
31532026-03-02T04:00:08.595Z Compiling prettyplease v0.2.37
31542026-03-02T04:00:08.673Z Compiling indent_write v2.2.0
31552026-03-02T04:00:08.867Z Compiling num v0.4.3
31562026-03-02T04:00:08.949Z Compiling argon2 v0.5.3
31572026-03-02T04:00:09.019Z Compiling vsss-rs v3.3.4
31582026-03-02T04:00:09.056Z Compiling chacha20poly1305 v0.10.1
31592026-03-02T04:00:09.327Z Compiling float-ord v0.3.2
31602026-03-02T04:00:09.542Z Compiling gethostname v0.5.0
31612026-03-02T04:00:09.741Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31622026-03-02T04:00:10.178Z Compiling usdt-macro v0.5.0
31632026-03-02T04:00:11.306Z Compiling usdt-attr-macro v0.5.0
31642026-03-02T04:00:11.449Z Compiling derive-where v1.6.0
31652026-03-02T04:00:11.714Z Compiling memmap v0.7.0
31662026-03-02T04:00:11.874Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31672026-03-02T04:00:12.090Z Compiling atomicwrites v0.4.4
31682026-03-02T04:00:12.445Z Compiling owo-colors v4.3.0
31692026-03-02T04:00:12.595Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31702026-03-02T04:00:12.689Z Compiling typify-macro v0.4.3
31712026-03-02T04:00:12.727Z Compiling usdt v0.5.0
31722026-03-02T04:00:12.810Z Compiling cancel-safe-futures v0.1.5
31732026-03-02T04:00:12.959Z Compiling typify-macro v0.6.1
31742026-03-02T04:00:13.120Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31752026-03-02T04:00:13.224Z Compiling libsw-core v0.3.2
31762026-03-02T04:00:13.260Z Compiling async-recursion v1.1.1
31772026-03-02T04:00:13.524Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31782026-03-02T04:00:13.656Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31792026-03-02T04:00:14.143Z Compiling resolv-conf v0.7.6
31802026-03-02T04:00:14.524Z Compiling libsw v3.5.0
31812026-03-02T04:00:15.394Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31822026-03-02T04:00:15.851Z Compiling progenitor-client v0.11.2
31832026-03-02T04:00:16.019Z Compiling libefi-sys v0.1.0
31842026-03-02T04:00:16.115Z Compiling typify v0.4.3
31852026-03-02T04:00:16.187Z Compiling linear-map v1.2.0
31862026-03-02T04:00:16.315Z Compiling progenitor-impl v0.11.2
31872026-03-02T04:00:16.395Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31882026-03-02T04:00:16.422Z Compiling typify v0.6.1
31892026-03-02T04:00:16.447Z Compiling hickory-proto v0.24.4
31902026-03-02T04:00:16.565Z Compiling progenitor-impl v0.13.0
31912026-03-02T04:00:16.612Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31922026-03-02T04:00:16.642Z Compiling newline-converter v0.3.0
31932026-03-02T04:00:16.830Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31942026-03-02T04:00:18.184Z Compiling console v0.15.11
31952026-03-02T04:00:18.680Z Compiling bitfield-struct v0.6.2
31962026-03-02T04:00:19.315Z Compiling linked-hash-map v0.5.6
31972026-03-02T04:00:19.711Z Compiling semver v0.1.20
31982026-03-02T04:00:19.860Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31992026-03-02T04:00:19.938Z Compiling lru-cache v0.1.2
32002026-03-02T04:00:20.184Z Compiling rustc_version v0.1.7
32012026-03-02T04:00:20.243Z Compiling expectorate v1.2.0
32022026-03-02T04:00:20.546Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32032026-03-02T04:00:20.620Z Compiling pin-project-internal v1.1.11
32042026-03-02T04:00:20.897Z Compiling slog-dtrace v0.3.0
32052026-03-02T04:00:21.216Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32062026-03-02T04:00:21.366Z Compiling minimal-lexical v0.2.1
32072026-03-02T04:00:21.873Z Compiling nom v7.1.3
32082026-03-02T04:00:22.004Z Compiling progenitor-macro v0.11.2
32092026-03-02T04:00:22.362Z Compiling progenitor-macro v0.13.0
32102026-03-02T04:00:22.799Z Compiling pin-project v1.1.11
32112026-03-02T04:00:22.882Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32122026-03-02T04:00:23.093Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32132026-03-02T04:00:23.461Z Compiling newtype_derive v0.1.6
32142026-03-02T04:00:23.557Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32152026-03-02T04:00:23.635Z Compiling hickory-resolver v0.24.4
32162026-03-02T04:00:23.781Z Compiling tokio-dtrace v0.1.1
32172026-03-02T04:00:24.228Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32182026-03-02T04:00:24.653Z Compiling phf_shared v0.12.1
32192026-03-02T04:00:25.007Z Compiling snafu-derive v0.8.9
32202026-03-02T04:00:25.173Z Compiling dropshot-api-manager-types v0.4.0
32212026-03-02T04:00:25.782Z Compiling pem v3.0.6
32222026-03-02T04:00:26.453Z Compiling csv-core v0.1.13
32232026-03-02T04:00:26.988Z Compiling chrono-tz v0.10.4
32242026-03-02T04:00:27.321Z Compiling highway v1.3.0
32252026-03-02T04:00:28.114Z Compiling xshell-macros v0.2.7
32262026-03-02T04:00:28.204Z Compiling same-file v1.0.6
32272026-03-02T04:00:28.443Z Compiling const_format_proc_macros v0.2.34
32282026-03-02T04:00:28.515Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32292026-03-02T04:00:28.814Z Compiling xshell v0.2.7
32302026-03-02T04:00:28.929Z Compiling walkdir v2.5.0
32312026-03-02T04:00:28.972Z Compiling snafu v0.8.9
32322026-03-02T04:00:29.556Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32332026-03-02T04:00:29.733Z Compiling csv v1.4.0
32342026-03-02T04:00:29.824Z Compiling qorb v0.4.1
32352026-03-02T04:00:30.089Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32362026-03-02T04:00:30.813Z Compiling phf v0.12.1
32372026-03-02T04:00:31.130Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32382026-03-02T04:00:32.135Z Compiling oxide-tokio-rt v0.1.2
32392026-03-02T04:00:32.565Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32402026-03-02T04:00:32.679Z Compiling progenitor v0.11.2
32412026-03-02T04:00:32.960Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32422026-03-02T04:00:33.096Z Compiling progenitor v0.13.0
32432026-03-02T04:00:33.325Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32442026-03-02T04:00:33.541Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32452026-03-02T04:00:33.808Z Compiling globset v0.4.18
32462026-03-02T04:00:34.064Z Compiling olpc-cjson v0.1.4
32472026-03-02T04:00:34.376Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
32482026-03-02T04:00:34.862Z Compiling primeorder v0.13.6
32492026-03-02T04:00:35.079Z Compiling serde_plain v1.0.2
32502026-03-02T04:00:35.297Z Compiling base64 v0.21.7
32512026-03-02T04:00:35.410Z Compiling typed-path v0.9.3
32522026-03-02T04:00:35.440Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
32532026-03-02T04:00:35.879Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32542026-03-02T04:00:36.048Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32552026-03-02T04:00:37.498Z Compiling tough v0.20.0
32562026-03-02T04:00:38.010Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32572026-03-02T04:00:38.206Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32582026-03-02T04:00:38.328Z Compiling const_format v0.2.35
32592026-03-02T04:00:38.466Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32602026-03-02T04:00:38.925Z Compiling progenitor-impl v0.10.0
32612026-03-02T04:00:39.156Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32622026-03-02T04:00:39.851Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32632026-03-02T04:00:40.886Z Compiling tabled_derive v0.7.0
32642026-03-02T04:00:41.391Z Compiling bcs v0.1.6
32652026-03-02T04:00:41.637Z Compiling salty v0.3.0
32662026-03-02T04:00:41.995Z Compiling termtree v0.5.1
32672026-03-02T04:00:42.069Z Compiling radium v0.7.0
32682026-03-02T04:00:42.262Z Compiling textwrap v0.16.2
32692026-03-02T04:00:42.326Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32702026-03-02T04:00:42.539Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32712026-03-02T04:00:42.691Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32722026-03-02T04:00:42.727Z Compiling tabled v0.15.0
32732026-03-02T04:00:43.013Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32742026-03-02T04:00:43.215Z Compiling steno v0.4.1
32752026-03-02T04:00:44.295Z Compiling progenitor-macro v0.10.0
32762026-03-02T04:00:44.728Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32772026-03-02T04:00:45.596Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32782026-03-02T04:00:45.828Z Compiling tap v1.0.1
32792026-03-02T04:00:46.045Z Compiling utf-8 v0.7.6
32802026-03-02T04:00:46.083Z Compiling humantime v2.3.0
32812026-03-02T04:00:46.362Z Compiling maybe-uninit v2.0.0
32822026-03-02T04:00:46.591Z Compiling tungstenite v0.21.0
32832026-03-02T04:00:46.984Z Compiling wyz v0.5.1
32842026-03-02T04:00:47.400Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32852026-03-02T04:00:48.259Z Compiling p384 v0.13.1
32862026-03-02T04:00:48.284Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32872026-03-02T04:00:48.422Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32882026-03-02T04:00:48.947Z Compiling arc-swap v1.8.2
32892026-03-02T04:00:49.271Z Compiling funty v2.0.0
32902026-03-02T04:00:49.298Z Compiling tagptr v0.2.0
32912026-03-02T04:00:49.497Z Compiling packed_struct v0.10.1
32922026-03-02T04:00:49.594Z Compiling moka v0.12.13
32932026-03-02T04:00:49.862Z Compiling slog-scope v4.4.1
32942026-03-02T04:00:49.989Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32952026-03-02T04:00:50.301Z Compiling bitvec v1.0.1
32962026-03-02T04:00:50.692Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32972026-03-02T04:00:51.119Z Compiling tokio-tungstenite v0.21.0
32982026-03-02T04:00:51.754Z Compiling polyval v0.6.2
32992026-03-02T04:00:52.177Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33002026-03-02T04:00:52.317Z Compiling packed_struct_codegen v0.10.1
33012026-03-02T04:00:52.761Z Compiling zerocopy-derive v0.6.6
33022026-03-02T04:00:53.274Z Compiling bitfield-macros v0.19.4
33032026-03-02T04:00:54.295Z Compiling indexmap v1.9.3
33042026-03-02T04:00:54.321Z Compiling proc-macro-error-attr2 v2.0.0
33052026-03-02T04:00:54.542Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33062026-03-02T04:00:54.597Z Compiling nodrop v0.1.14
33072026-03-02T04:00:54.676Z Compiling crc-catalog v2.4.0
33082026-03-02T04:00:54.704Z Compiling progenitor v0.10.0
33092026-03-02T04:00:54.790Z Compiling parking_lot_core v0.8.6
33102026-03-02T04:00:54.910Z Compiling crc v3.4.0
33112026-03-02T04:00:54.949Z Compiling array-init v0.0.4
33122026-03-02T04:00:55.018Z Compiling bitfield v0.19.4
33132026-03-02T04:00:55.062Z Compiling proc-macro-error2 v2.0.1
33142026-03-02T04:00:55.288Z Compiling zerocopy v0.6.6
33152026-03-02T04:00:55.316Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33162026-03-02T04:00:55.442Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33172026-03-02T04:00:55.641Z Compiling ghash v0.5.1
33182026-03-02T04:00:55.673Z Compiling smallvec v0.6.14
33192026-03-02T04:00:55.857Z Compiling hickory-resolver v0.25.2
33202026-03-02T04:00:55.883Z Compiling slog-stdlog v4.1.1
33212026-03-02T04:00:55.984Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33222026-03-02T04:00:56.077Z Compiling nix v0.31.1
33232026-03-02T04:00:56.256Z Compiling git-stub v1.0.0
33242026-03-02T04:00:56.720Z Compiling ctr v0.9.2
33252026-03-02T04:00:56.782Z Compiling num-derive v0.3.3
33262026-03-02T04:00:56.830Z Compiling lzma-sys v0.1.20
33272026-03-02T04:00:56.953Z Compiling hashbrown v0.12.3
33282026-03-02T04:00:57.181Z Compiling unicase v2.9.0
33292026-03-02T04:00:57.560Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33302026-03-02T04:00:57.586Z Compiling mime_guess v2.0.5
33312026-03-02T04:00:57.941Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33322026-03-02T04:00:58.318Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33332026-03-02T04:00:58.399Z Compiling aes-gcm v0.10.3
33342026-03-02T04:00:58.426Z Compiling libscf-sys v1.1.0
33352026-03-02T04:00:58.598Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33362026-03-02T04:00:58.676Z Compiling git-stub-vcs v0.1.0
33372026-03-02T04:00:58.702Z Compiling slog-envlogger v2.2.0
33382026-03-02T04:00:58.738Z Compiling serde-hex v0.1.0
33392026-03-02T04:00:59.349Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33402026-03-02T04:00:59.393Z Compiling tabled_derive v0.11.0
33412026-03-02T04:01:00.126Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33422026-03-02T04:01:00.312Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33432026-03-02T04:01:01.247Z Compiling ron v0.8.1
33442026-03-02T04:01:01.694Z Compiling papergrid v0.17.0
33452026-03-02T04:01:02.568Z Compiling cargo_toml v0.22.3
33462026-03-02T04:01:02.805Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33472026-03-02T04:01:03.170Z Compiling hashbrown v0.13.2
33482026-03-02T04:01:03.742Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33492026-03-02T04:01:04.128Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33502026-03-02T04:01:04.523Z Compiling testing_table v0.3.0
33512026-03-02T04:01:04.833Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33522026-03-02T04:01:05.163Z Compiling blowfish v0.9.1
33532026-03-02T04:01:05.280Z Compiling ssh-encoding v0.2.0
33542026-03-02T04:01:05.627Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33552026-03-02T04:01:05.651Z Compiling nibble_vec v0.1.0
33562026-03-02T04:01:05.743Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33572026-03-02T04:01:05.888Z Compiling endian-type v0.1.2
33582026-03-02T04:01:06.095Z Compiling crc-any v2.5.0
33592026-03-02T04:01:06.148Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33602026-03-02T04:01:06.223Z Compiling corncobs v0.1.4
33612026-03-02T04:01:06.499Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33622026-03-02T04:01:06.549Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33632026-03-02T04:01:06.591Z Compiling radix_trie v0.2.1
33642026-03-02T04:01:07.237Z Compiling ssh-cipher v0.2.0
33652026-03-02T04:01:07.305Z Compiling bcrypt-pbkdf v0.10.0
33662026-03-02T04:01:07.421Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33672026-03-02T04:01:07.943Z Compiling tabled v0.20.0
33682026-03-02T04:01:08.345Z Compiling object v0.30.4
33692026-03-02T04:01:08.568Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33702026-03-02T04:01:09.811Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33712026-03-02T04:01:10.168Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33722026-03-02T04:01:10.210Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33732026-03-02T04:01:10.540Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33742026-03-02T04:01:10.631Z Compiling parking_lot v0.11.2
33752026-03-02T04:01:10.764Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33762026-03-02T04:01:11.391Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33772026-03-02T04:01:12.539Z Compiling prefix-trie v0.7.0
33782026-03-02T04:01:12.794Z Compiling password-hash v0.4.2
33792026-03-02T04:01:13.005Z Compiling fxhash v0.2.1
33802026-03-02T04:01:13.212Z Compiling secrecy v0.8.0
33812026-03-02T04:01:13.247Z Compiling http-range v0.1.5
33822026-03-02T04:01:13.271Z Compiling half v1.8.3
33832026-03-02T04:01:13.296Z Compiling path-slash v0.1.5
33842026-03-02T04:01:13.541Z Compiling pbkdf2 v0.11.0
33852026-03-02T04:01:13.591Z Compiling hickory-server v0.25.2
33862026-03-02T04:01:13.616Z Compiling sled v0.34.7
33872026-03-02T04:01:13.840Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33882026-03-02T04:01:13.936Z Compiling serde_cbor v0.11.2
33892026-03-02T04:01:15.161Z Compiling xz2 v0.1.7
33902026-03-02T04:01:15.650Z Compiling ron v0.12.0
33912026-03-02T04:01:16.389Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33922026-03-02T04:01:16.903Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33932026-03-02T04:01:17.246Z Compiling ssh-key v0.6.7
33942026-03-02T04:01:17.285Z Compiling hickory-client v0.25.2
33952026-03-02T04:01:18.077Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33962026-03-02T04:01:18.251Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33972026-03-02T04:01:18.740Z Compiling p256 v0.13.2
33982026-03-02T04:01:19.178Z Compiling p521 v0.13.3
33992026-03-02T04:01:19.446Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34002026-03-02T04:01:20.320Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
34012026-03-02T04:01:20.444Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34022026-03-02T04:01:20.707Z Compiling yasna v0.5.2
34032026-03-02T04:01:20.958Z Compiling kstat-rs v0.2.4
34042026-03-02T04:01:21.425Z Compiling headers-core v0.3.0
34052026-03-02T04:01:21.489Z Compiling nanorand v0.7.0
34062026-03-02T04:01:21.539Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34072026-03-02T04:01:21.643Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34082026-03-02T04:01:21.702Z Compiling russh-cryptovec v0.7.3
34092026-03-02T04:01:21.761Z Compiling atty v0.2.14
34102026-03-02T04:01:21.995Z Compiling base16ct v1.0.0
34112026-03-02T04:01:22.065Z Compiling crc8 v0.1.1
34122026-03-02T04:01:22.092Z Compiling home v0.5.12
34132026-03-02T04:01:22.116Z Compiling md5 v0.7.0
34142026-03-02T04:01:22.337Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34152026-03-02T04:01:22.385Z Compiling russh-keys v0.45.0
34162026-03-02T04:01:22.585Z Compiling flume v0.11.1
34172026-03-02T04:01:23.154Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34182026-03-02T04:01:23.498Z Compiling headers v0.4.1
34192026-03-02T04:01:25.114Z Compiling rcgen v0.12.1
34202026-03-02T04:01:25.359Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34212026-03-02T04:01:25.448Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34222026-03-02T04:01:26.286Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34232026-03-02T04:01:26.890Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34242026-03-02T04:01:27.772Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34252026-03-02T04:01:31.848Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34262026-03-02T04:01:32.261Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34272026-03-02T04:01:32.409Z Compiling hyper-staticfile v0.10.1
34282026-03-02T04:01:33.316Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34292026-03-02T04:01:33.713Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34302026-03-02T04:01:33.871Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34312026-03-02T04:01:34.163Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34322026-03-02T04:01:35.482Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34332026-03-02T04:01:36.636Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34342026-03-02T04:01:37.088Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34352026-03-02T04:01:37.197Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34362026-03-02T04:01:37.652Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34372026-03-02T04:01:37.778Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34382026-03-02T04:01:38.263Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34392026-03-02T04:01:38.440Z Compiling num-bigint v0.4.6
34402026-03-02T04:01:38.899Z Compiling des v0.8.1
34412026-03-02T04:01:39.019Z Compiling subprocess v0.2.15
34422026-03-02T04:01:39.246Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34432026-03-02T04:01:39.329Z Compiling display-error-chain v0.2.2
34442026-03-02T04:01:39.514Z Compiling hex-literal v0.4.1
34452026-03-02T04:01:39.577Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34462026-03-02T04:01:39.722Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34472026-03-02T04:01:40.017Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34482026-03-02T04:01:40.547Z Compiling colored v2.2.0
34492026-03-02T04:01:41.217Z Compiling russh v0.45.0
34502026-03-02T04:01:42.417Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34512026-03-02T04:01:42.860Z Compiling socket2 v0.5.10
34522026-03-02T04:01:43.684Z Compiling internet-checksum v0.2.1
34532026-03-02T04:01:47.871Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34542026-03-02T04:02:32.277Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34552026-03-02T04:03:10.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 26s
34562026-03-02T04:03:10.459Z
34572026-03-02T04:03:10.459Zreal 3:27.007667731
34582026-03-02T04:03:10.459Zuser 17:01.089424992
34592026-03-02T04:03:10.459Zsys 2:35.166508578
34602026-03-02T04:03:10.460Ztrap 0.467622957
34612026-03-02T04:03:10.460Ztflt 0.210037948
34622026-03-02T04:03:10.460Zdflt 1.318483823
34632026-03-02T04:03:10.484Zkflt 0.000147939
34642026-03-02T04:03:10.484Zlock 46:50.641676223
34652026-03-02T04:03:10.484Zslp 1:01:29.701347239
34662026-03-02T04:03:10.484Zlat 1:05.022005985
34672026-03-02T04:03:10.484Zstop 2:27.015550844
34682026-03-02T04:03:10.484Z+ mkdir tests
34692026-03-02T04:03:10.484Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34702026-03-02T04:03:10.484Z+ xargs -I '{}' -t cp '{}' tests/
34712026-03-02T04:03:10.516Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-8ecbdf650c293fdf tests/
34722026-03-02T04:03:10.554Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-487b9429e0cb3543 tests/
34732026-03-02T04:03:10.591Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-6c7eebeb2e742aa0 tests/
34742026-03-02T04:03:10.628Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-ebdd9e7f2ec464d7 tests/
34752026-03-02T04:03:10.961Z+ 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/*)
34762026-03-02T04:03:10.986Z+ 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-487b9429e0cb3543 tests/commtest-6c7eebeb2e742aa0 tests/dhcp_server-8ecbdf650c293fdf tests/end_to_end_tests-ebdd9e7f2ec464d7 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
34772026-03-02T04:05:21.040ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34782026-03-02T04:05:21.040Za .github/buildomat/ci-env.sh 1K
34792026-03-02T04:05:21.040Za out/target/test 1K
34802026-03-02T04:05:21.040Za out/npuzone/npuzone 27402K
34812026-03-02T04:05:21.040Za package-manifest.toml 35K
34822026-03-02T04:05:21.040Za smf/sled-agent/non-gimlet/config.toml 6K
34832026-03-02T04:05:21.040Za target/release/omicron-package 41058K
34842026-03-02T04:05:21.040Za target/release/xtask 11359K
34852026-03-02T04:05:21.040Za target/debug/bootstrap 345760K
34862026-03-02T04:05:21.040Za tests/bootstrap-487b9429e0cb3543 31480K
34872026-03-02T04:05:21.040Za tests/commtest-6c7eebeb2e742aa0 31997K
34882026-03-02T04:05:21.041Za tests/dhcp_server-8ecbdf650c293fdf 31480K
34892026-03-02T04:05:21.041Za tests/end_to_end_tests-ebdd9e7f2ec464d7 387379K
34902026-03-02T04:05:21.041Za out/clickhouse.tar.gz 302563K
34912026-03-02T04:05:21.041Za out/clickhouse_keeper.tar.gz 287856K
34922026-03-02T04:05:21.041Za out/clickhouse_server.tar.gz 302561K
34932026-03-02T04:05:21.041Za out/cockroachdb.tar.gz 156088K
34942026-03-02T04:05:21.041Za out/crucible-pantry-zone.tar.gz 38316K
34952026-03-02T04:05:21.041Za out/crucible-utils.tar 17744K
34962026-03-02T04:05:21.041Za out/crucible-zone.tar.gz 52454K
34972026-03-02T04:05:21.041Za out/external-dns.tar.gz 41547K
34982026-03-02T04:05:21.041Za out/internal-dns.tar.gz 41547K
34992026-03-02T04:05:21.041Za out/mg-ddm-gz.tar 86339K
35002026-03-02T04:05:21.041Za out/nexus.tar.gz 210394K
35012026-03-02T04:05:21.041Za out/ntp.tar.gz 22561K
35022026-03-02T04:05:21.041Za out/omicron-gateway-softnpu.tar.gz 28289K
35032026-03-02T04:05:21.041Za out/omicron-sled-agent.tar 184487K
35042026-03-02T04:05:21.041Za out/overlay.tar.gz 3K
35052026-03-02T04:05:21.041Za out/oximeter.tar.gz 57432K
35062026-03-02T04:05:21.041Za out/oxlog.tar 3895K
35072026-03-02T04:05:21.041Za out/probe.tar.gz 3037K
35082026-03-02T04:05:21.041Za out/propolis-server.tar.gz 74633K
35092026-03-02T04:05:21.041Za out/pumpkind-gz.tar 26647K
35102026-03-02T04:05:21.041Za out/switch-softnpu.tar.gz 371142K
35112026-03-02T04:05:21.066Z
35122026-03-02T04:05:21.066Zreal 2:10.079189742
35132026-03-02T04:05:21.066Zuser 2:00.332817253
35142026-03-02T04:05:21.066Zsys 12.080230534
35152026-03-02T04:05:21.066Ztrap 0.036235132
35162026-03-02T04:05:21.066Ztflt 0.000000000
35172026-03-02T04:05:21.066Zdflt 0.000000000
35182026-03-02T04:05:21.066Zkflt 0.000000000
35192026-03-02T04:05:21.066Zlock 0.000000000
35202026-03-02T04:05:21.066Zslp 2:00.249956080
35212026-03-02T04:05:21.066Zlat 7.449454631
35222026-03-02T04:05:21.066Zstop 0.001142143
35232026-03-02T04:05:21.066Zprocess exited: duration 2374822 ms, exit code 0
 
35242026-03-02T04:05:21.151Zfound 1 output files
35252026-03-02T04:05:21.151Zuploading: /work/package.tar.gz (2324250465 bytes)
35262026-03-02T04:07:51.981Zuploaded: /work/package.tar.gz