01KFKS8DH8EY9MPMVSXRF4JCAC: 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: 01KFKS902DKB0F3ZXCTC0NSYCT

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-01-22T21:21:23.333Zjob assigned to worker 01KFKS94AAG49KDRDN6SAJ8KMZ [factory aws, i-07a130f6f299f73ab] (queued for 55 s)
 
22026-01-22T21:21:32.417Zstarting task 0: "setup"
32026-01-22T21:21:32.422Z++ uname -s
42026-01-22T21:21:32.427Z+ kern=SunOS
52026-01-22T21:21:32.427Z+ build_user=build
62026-01-22T21:21:32.427Z+ build_uid=12345
72026-01-22T21:21:32.427Z+ work_dir=/work
82026-01-22T21:21:32.427Z+ input_dir=/input
92026-01-22T21:21:32.427Z+ [[ 0 == 12345 ]]
102026-01-22T21:21:32.427Z+ case "$kern" in
112026-01-22T21:21:32.427Z+ groupadd -g 12345 build
122026-01-22T21:21:32.432Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-01-22T21:21:34.436Z+ zfs create -o mountpoint=/work rpool/work
142026-01-22T21:21:34.552Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-01-22T21:21:34.555Z+ home_fs=zfs
162026-01-22T21:21:34.555Z+ [[ zfs == autofs ]]
172026-01-22T21:21:34.555Z+ mkdir -p /home/build
182026-01-22T21:21:34.558Z+ chown build:build /home/build /work
192026-01-22T21:21:36.559Z+ chmod 0700 /home/build /work
202026-01-22T21:21:36.563Zprocess exited: duration 4147 ms, exit code 0
 
212026-01-22T21:21:36.569Zstarting task 1: "rust-toolchain"
222026-01-22T21:21:36.574Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-01-22T21:21:36.574Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-01-22T21:21:36.574Z * rust toolchain channel = "1.91.1"
252026-01-22T21:21:36.574Z * rust toolchain profile = "default"
262026-01-22T21:21:36.574Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-01-22T21:21:36.574Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-01-22T21:21:36.577Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-01-22T21:21:36.578Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-01-22T21:21:36.703Zinfo: downloading installer
312026-01-22T21:21:38.765Zwarn: It looks like you have an existing installation of Rust at:
322026-01-22T21:21:38.765Zwarn: /opt/ooce/bin
332026-01-22T21:21:38.765Zwarn: It is recommended that rustup be the primary Rust installation.
342026-01-22T21:21:38.765Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-01-22T21:21:38.765Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-01-22T21:21:38.765Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-01-22T21:21:38.765Zwarn: or pass `-y' to ignore all ignorable checks.
382026-01-22T21:21:38.765Zerror: cannot install while Rust is installed
392026-01-22T21:21:38.765Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-01-22T21:21:38.806Zinfo: profile set to 'default'
412026-01-22T21:21:38.806Zinfo: default host triple is x86_64-unknown-illumos
422026-01-22T21:21:38.809Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-01-22T21:21:38.987Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-01-22T21:21:38.987Zinfo: downloading component 'cargo'
452026-01-22T21:21:39.954Zinfo: downloading component 'clippy'
462026-01-22T21:21:40.284Zinfo: downloading component 'rust-docs'
472026-01-22T21:21:41.525Zinfo: downloading component 'rust-std'
482026-01-22T21:21:43.779Zinfo: downloading component 'rustc'
492026-01-22T21:21:52.701Zinfo: downloading component 'rustfmt'
502026-01-22T21:21:52.999Zinfo: installing component 'cargo'
512026-01-22T21:21:53.926Zinfo: installing component 'clippy'
522026-01-22T21:21:54.328Zinfo: installing component 'rust-docs'
532026-01-22T21:21:56.343Zinfo: installing component 'rust-std'
542026-01-22T21:21:58.187Zinfo: installing component 'rustc'
552026-01-22T21:22:04.908Zinfo: installing component 'rustfmt'
562026-01-22T21:22:05.270Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-01-22T21:22:05.270Z
582026-01-22T21:22:05.721Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-01-22T21:22:05.721Z
602026-01-22T21:22:05.724Z
612026-01-22T21:22:05.724ZRust is installed now. Great!
622026-01-22T21:22:05.724Z
632026-01-22T21:22:05.724ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-01-22T21:22:05.725Zenvironment variable. This has not been done automatically.
652026-01-22T21:22:05.725Z
662026-01-22T21:22:05.725ZTo configure your current shell, you need to source
672026-01-22T21:22:05.725Zthe corresponding env file under $HOME/.cargo.
682026-01-22T21:22:05.725Z
692026-01-22T21:22:05.725ZThis is usually done by running one of the following (note the leading DOT):
702026-01-22T21:22:05.725Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-01-22T21:22:05.725Zsource "$HOME/.cargo/env.fish" # For fish
722026-01-22T21:22:05.725Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-01-22T21:22:05.903Z+ rustup --version
742026-01-22T21:22:05.915Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-01-22T21:22:05.919Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-01-22T21:22:06.004Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-01-22T21:22:06.008Z+ cargo --version
782026-01-22T21:22:06.114Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-01-22T21:22:06.117Z+ rustc --version
802026-01-22T21:22:06.218Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-01-22T21:22:06.222Zprocess exited: duration 29647 ms, exit code 0
 
822026-01-22T21:22:06.232Zstarting task 2: "authentication"
832026-01-22T21:22:06.255Zprocess exited: duration 22 ms, exit code 0
 
842026-01-22T21:22:06.262Zstarting task 3: "clone repository"
852026-01-22T21:22:06.267Z+ mkdir -p /work/oxidecomputer/omicron
862026-01-22T21:22:06.272Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-01-22T21:22:06.454ZCloning into '/work/oxidecomputer/omicron'...
882026-01-22T21:22:17.351Z+ cd /work/oxidecomputer/omicron
892026-01-22T21:22:17.354Z+ git fetch origin de5db7314eee6c54ae433d60b79d1ef8286948a9
902026-01-22T21:22:17.872ZFrom https://github.com/oxidecomputer/omicron
912026-01-22T21:22:17.872Z * branch de5db7314eee6c54ae433d60b79d1ef8286948a9 -> FETCH_HEAD
922026-01-22T21:22:17.884Z+ [[ -n no-audit-get-endpoints ]]
932026-01-22T21:22:17.888Z++ git branch --show-current
942026-01-22T21:22:17.891Z+ current=main
952026-01-22T21:22:17.891Z+ [[ main != no-audit-get-endpoints ]]
962026-01-22T21:22:17.891Z+ git branch -f no-audit-get-endpoints de5db7314eee6c54ae433d60b79d1ef8286948a9
972026-01-22T21:22:17.894Z+ git checkout -f no-audit-get-endpoints
982026-01-22T21:22:18.335ZSwitched to branch 'no-audit-get-endpoints'
992026-01-22T21:22:18.338Z+ git reset --hard de5db7314eee6c54ae433d60b79d1ef8286948a9
1002026-01-22T21:22:18.357ZHEAD is now at de5db7314 test making sure we don't audit log GET endpoints
1012026-01-22T21:22:18.361Zprocess exited: duration 12095 ms, exit code 0
 
1022026-01-22T21:22:18.370Zstarting task 4: "build"
1032026-01-22T21:22:18.373Z+ source .github/buildomat/ci-env.sh
1042026-01-22T21:22:18.373Z++ export CARGO_TERM_COLOR=always
1052026-01-22T21:22:18.373Z++ CARGO_TERM_COLOR=always
1062026-01-22T21:22:18.373Z+ cargo --version
1072026-01-22T21:22:18.435Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-01-22T21:22:18.440Z+ rustc --version
1092026-01-22T21:22:18.514Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-01-22T21:22:18.517Z+ WORK=/work
1112026-01-22T21:22:18.517Z+ pfexec mkdir -p /work
1122026-01-22T21:22:18.523Z+ pfexec chown build /work
1132026-01-22T21:22:18.527Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142026-01-22T21:22:29.101Z Startup: Refreshing catalog 'helios-dev' ... Done
1152026-01-22T21:22:39.130Z Startup: Caching catalogs ... Done
1162026-01-22T21:22:58.846ZPlanning: Solver setup ... Done (18.287s)
1172026-01-22T21:22:58.988ZPlanning: Running solver ... Done (0.142s)
1182026-01-22T21:22:59.143ZPlanning: Finding local manifests ... Done (0.003s)
1192026-01-22T21:22:59.157ZPlanning: Fetching manifests: 0/4 0% complete
1202026-01-22T21:22:59.300ZPlanning: Fetching manifests: 4/4 100% complete
1212026-01-22T21:22:59.350ZPlanning: Package planning ... Done (0.050s)
1222026-01-22T21:22:59.401ZPlanning: Merging actions ... Done (0.051s)
1232026-01-22T21:22:59.720ZPlanning: Checking for conflicting actions ... Done (0.317s)
1242026-01-22T21:22:59.729ZPlanning: Consolidating action changes ... Done (0.011s)
1252026-01-22T21:23:00.880ZPlanning: Evaluating mediators ... Done (1.150s)
1262026-01-22T21:23:00.890ZPlanning: Planning completed in 21.61 seconds
1272026-01-22T21:23:01.101Z Packages to install: 4
1282026-01-22T21:23:01.101Z Mediators to change: 2
1292026-01-22T21:23:01.101Z Services to change: 1
1302026-01-22T21:23:01.105Z Estimated space available: 155.44 GB
1312026-01-22T21:23:01.105ZEstimated space to be consumed: 1.79 GB
1322026-01-22T21:23:01.105Z Create boot environment: No
1332026-01-22T21:23:01.105ZCreate backup boot environment: No
1342026-01-22T21:23:01.105Z Rebuild boot archive: No
1352026-01-22T21:23:01.105Z
1362026-01-22T21:23:01.105ZChanged mediators:
1372026-01-22T21:23:01.105Z mediator clang:
1382026-01-22T21:23:01.105Z version: None -> 15 (system default)
1392026-01-22T21:23:01.105Z
1402026-01-22T21:23:01.105Z mediator llvm:
1412026-01-22T21:23:01.105Z version: 14 (system default) -> 15 (system default)
1422026-01-22T21:23:01.105Z
1432026-01-22T21:23:01.105ZChanged packages:
1442026-01-22T21:23:01.105Zhelios-dev
1452026-01-22T21:23:01.105Z developer/build-essential
1462026-01-22T21:23:01.105Z None -> 11-2.0
1472026-01-22T21:23:01.105Z library/libxmlsec1
1482026-01-22T21:23:01.106Z None -> 1.2.35-2.0
1492026-01-22T21:23:01.106Z ooce/developer/clang-15
1502026-01-22T21:23:01.106Z None -> 15.0.7-2.0
1512026-01-22T21:23:01.106Z ooce/developer/llvm-15
1522026-01-22T21:23:01.106Z None -> 15.0.7-2.0
1532026-01-22T21:23:01.106Z
1542026-01-22T21:23:01.106ZServices:
1552026-01-22T21:23:01.106Z restart_fmri:
1562026-01-22T21:23:01.106Z svc:/system/update-man-index:default
1572026-01-22T21:23:01.156Z
1582026-01-22T21:23:01.156ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592026-01-22T21:23:06.157ZDownload: 2746/3290 items 120.9/212.6MB 56% complete (24.4M/s)
1602026-01-22T21:23:08.268ZDownload: Completed 212.60 MB in 7.11 seconds (29.9M/s)
1612026-01-22T21:23:08.552Z Actions: 1/3689 actions (Installing new actions)
1622026-01-22T21:23:13.334Z Actions: Completed 3689 actions in 4.78 seconds.
1632026-01-22T21:23:14.066Z Done (0.726s)
1642026-01-22T21:23:14.066Z Done (0.000s)
1652026-01-22T21:23:15.116Z Done (1.050s)
1662026-01-22T21:23:19.824Z Done (4.328s)
1672026-01-22T21:23:19.904Z Done (0.019s)
1682026-01-22T21:23:19.908Z Done (0.000s)
1692026-01-22T21:23:20.082Z Done (0.000s)
1702026-01-22T21:23:21.044ZPlanning: Evaluating mediator changes ... Done
1712026-01-22T21:23:21.212ZPlanning: Checking for conflicting actions ... Done
1722026-01-22T21:23:21.215ZPlanning: Consolidating action changes ... Done
1732026-01-22T21:23:21.491ZPlanning: Evaluating mediators ... Done
1742026-01-22T21:23:21.494ZPlanning: Planning completed in 0.45 seconds
1752026-01-22T21:23:21.526Z Mediators to change: 2
1762026-01-22T21:23:21.526Z Create boot environment: No
1772026-01-22T21:23:21.529ZCreate backup boot environment: No
1782026-01-22T21:23:21.615Z Done
1792026-01-22T21:23:21.615Z Done
1802026-01-22T21:23:22.374Z Done
1812026-01-22T21:23:26.168Z Done
1822026-01-22T21:23:26.257Z Done
1832026-01-22T21:23:26.260Z Done
1842026-01-22T21:23:26.466Z Done
1852026-01-22T21:23:27.103ZPlanning: Evaluating mediator changes ... Done
1862026-01-22T21:23:27.106ZPlanning: Merging actions ... Done
1872026-01-22T21:23:27.300ZPlanning: Checking for conflicting actions ... Done
1882026-01-22T21:23:27.303ZPlanning: Consolidating action changes ... Done
1892026-01-22T21:23:27.574ZPlanning: Evaluating mediators ... Done
1902026-01-22T21:23:27.632ZPlanning: Planning completed in 0.78 seconds
1912026-01-22T21:23:27.667Z Packages to change: 1
1922026-01-22T21:23:27.667Z Mediators to change: 1
1932026-01-22T21:23:27.670Z Services to change: 1
1942026-01-22T21:23:27.670Z Create boot environment: No
1952026-01-22T21:23:27.670ZCreate backup boot environment: Yes
1962026-01-22T21:23:30.295Z Actions: 1/6 actions (Updating modified actions)
1972026-01-22T21:23:30.301Z Actions: Completed 6 actions in 0.00 seconds.
1982026-01-22T21:23:30.301Z Done
1992026-01-22T21:23:30.301Z Done
2002026-01-22T21:23:30.505Z Done
2012026-01-22T21:23:34.312Z Done
2022026-01-22T21:23:34.406Z Done
2032026-01-22T21:23:34.409Z Done
2042026-01-22T21:23:34.559Z Done
2052026-01-22T21:23:35.008ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2062026-01-22T21:23:35.008Zclang system 15 system
2072026-01-22T21:23:35.008Zcsh system system illumos
2082026-01-22T21:23:35.008Zctags system system illumos
2092026-01-22T21:23:35.008Zfile system system illumos
2102026-01-22T21:23:35.008Zgcc vendor 12 vendor
2112026-01-22T21:23:35.008Zgcc system 10 system
2122026-01-22T21:23:35.008Zgcc system 7 system
2132026-01-22T21:23:35.008Zgo system 1.20 system
2142026-01-22T21:23:35.008Zgo system 1.19 system
2152026-01-22T21:23:35.008Zllvm system 15 system
2162026-01-22T21:23:35.008Zllvm system 14 system
2172026-01-22T21:23:35.008Zmariadb system 10.6 system
2182026-01-22T21:23:35.008Zmta vendor vendor dma
2192026-01-22T21:23:35.009Zopenjdk system 17 system
2202026-01-22T21:23:35.009Zopenjdk system 11 system
2212026-01-22T21:23:35.009Zopenjdk system 1.8 system
2222026-01-22T21:23:35.009Zopenssl vendor 3 vendor
2232026-01-22T21:23:35.009Zperl system 5.36 system
2242026-01-22T21:23:35.009Zpostgresql system 15 system
2252026-01-22T21:23:35.009Zpostgresql system 13 system
2262026-01-22T21:23:35.009Zpython vendor 3 vendor
2272026-01-22T21:23:35.009Zpython system 2 system
2282026-01-22T21:23:35.009Zpython3 system 3.11 system
2292026-01-22T21:23:35.009Zruby system 3.0 system
2302026-01-22T21:23:35.009Zwords vendor vendor american-english
2312026-01-22T21:23:35.009Zwords system system australian-english
2322026-01-22T21:23:35.009Zwords system system british-english
2332026-01-22T21:23:35.009Zwords system system canadian-english
2342026-01-22T21:23:35.009Zwords system system french
2352026-01-22T21:23:35.009Zwords system system italian
2362026-01-22T21:23:35.009Zwords system system ngerman
2372026-01-22T21:23:35.009Zwords system system ogerman
2382026-01-22T21:23:35.009Zwords system system spanish
2392026-01-22T21:23:35.360ZPUBLISHER TYPE STATUS P LOCATION
2402026-01-22T21:23:35.360Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2412026-01-22T21:23:41.595ZFMRI IFO
2422026-01-22T21:23:41.595Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2432026-01-22T21:23:41.595Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2442026-01-22T21:23:41.595Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2452026-01-22T21:23:41.595Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2462026-01-22T21:23:41.595Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2472026-01-22T21:23:41.595Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2482026-01-22T21:23:41.595Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2492026-01-22T21:23:41.596Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2502026-01-22T21:23:41.596Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2512026-01-22T21:23:41.596Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2522026-01-22T21:23:41.596Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2532026-01-22T21:23:41.596Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2542026-01-22T21:23:41.596Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2552026-01-22T21:23:41.596Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2562026-01-22T21:23:41.596Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2572026-01-22T21:23:41.596Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2582026-01-22T21:23:42.758Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2592026-01-22T21:23:43.017Z Updating crates.io index
2602026-01-22T21:23:43.054Z Updating git repository `https://github.com/oxidecomputer/lldp`
2612026-01-22T21:23:43.371Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2622026-01-22T21:23:44.549Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2632026-01-22T21:23:44.851Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2642026-01-22T21:23:45.068Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2652026-01-22T21:23:45.578Z Updating git repository `https://github.com/oxidecomputer/propolis`
2662026-01-22T21:23:46.984Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672026-01-22T21:23:49.324Z Updating git repository `https://github.com/oxidecomputer/opte`
2682026-01-22T21:23:50.057Z Updating git repository `https://github.com/oxidecomputer/tofino`
2692026-01-22T21:23:50.322Z Updating git repository `https://github.com/oxidecomputer/falcon`
2702026-01-22T21:23:51.338Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2712026-01-22T21:23:51.930Z Updating git repository `https://github.com/oxidecomputer/clickward`
2722026-01-22T21:23:52.387Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2732026-01-22T21:23:52.726Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2742026-01-22T21:23:53.115Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2752026-01-22T21:23:53.848Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-01-22T21:23:54.328Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-01-22T21:23:54.643Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2782026-01-22T21:23:55.003Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2792026-01-22T21:23:55.331Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2802026-01-22T21:23:55.597Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2812026-01-22T21:23:55.857Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2822026-01-22T21:23:56.157Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2832026-01-22T21:23:56.483Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2842026-01-22T21:23:57.070Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2852026-01-22T21:23:57.396Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2862026-01-22T21:23:57.747Z Updating git repository `https://github.com/oxidecomputer/ispf`
2872026-01-22T21:23:58.026Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2882026-01-22T21:23:59.374Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2892026-01-22T21:23:59.826Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2902026-01-22T21:24:00.169Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2912026-01-22T21:24:00.506Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2922026-01-22T21:24:01.102Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2932026-01-22T21:24:01.903Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2942026-01-22T21:24:02.180Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2952026-01-22T21:24:02.440Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2962026-01-22T21:24:02.702Z Updating git repository `https://github.com/oxidecomputer/omicron`
2972026-01-22T21:24:14.357Z Updating git repository `https://github.com/illumos/smf-rs`
2982026-01-22T21:24:14.696Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2992026-01-22T21:24:16.833Z Downloading crates ...
3002026-01-22T21:24:16.889Z Downloaded bytecount v0.6.8
3012026-01-22T21:24:16.893Z Downloaded anstyle v1.0.11
3022026-01-22T21:24:16.897Z Downloaded anstyle-query v1.1.1
3032026-01-22T21:24:16.897Z Downloaded crypto-common v0.1.6
3042026-01-22T21:24:16.900Z Downloaded itoa v1.0.11
3052026-01-22T21:24:16.903Z Downloaded anstyle-parse v0.2.5
3062026-01-22T21:24:16.903Z Downloaded serde_spanned v0.6.9
3072026-01-22T21:24:16.903Z Downloaded camino v1.2.1
3082026-01-22T21:24:16.907Z Downloaded cargo-util-schemas v0.8.2
3092026-01-22T21:24:16.910Z Downloaded camino-tempfile v1.4.1
3102026-01-22T21:24:16.910Z Downloaded pest_generator v2.8.2
3112026-01-22T21:24:16.913Z Downloaded cargo_metadata v0.21.0
3122026-01-22T21:24:16.914Z Downloaded anstream v0.6.18
3132026-01-22T21:24:16.916Z Downloaded icu_properties v1.5.1
3142026-01-22T21:24:16.920Z Downloaded memmap v0.7.0
3152026-01-22T21:24:16.920Z Downloaded is_terminal_polyfill v1.70.1
3162026-01-22T21:24:16.924Z Downloaded thread-id v4.2.2
3172026-01-22T21:24:16.924Z Downloaded macaddr v1.0.1
3182026-01-22T21:24:16.929Z Downloaded heck v0.5.0
3192026-01-22T21:24:16.929Z Downloaded thiserror v1.0.69
3202026-01-22T21:24:16.932Z Downloaded tinystr v0.7.6
3212026-01-22T21:24:16.932Z Downloaded tabled_derive v0.7.0
3222026-01-22T21:24:16.935Z Downloaded thiserror v2.0.17
3232026-01-22T21:24:16.939Z Downloaded thiserror-impl v2.0.17
3242026-01-22T21:24:16.942Z Downloaded typeid v1.0.3
3252026-01-22T21:24:16.942Z Downloaded toml_datetime v0.6.11
3262026-01-22T21:24:16.946Z Downloaded goblin v0.8.2
3272026-01-22T21:24:16.950Z Downloaded zerofrom-derive v0.1.4
3282026-01-22T21:24:16.953Z Downloaded utf8_iter v1.0.4
3292026-01-22T21:24:16.953Z Downloaded generic-array v0.14.7
3302026-01-22T21:24:16.956Z Downloaded usdt-attr-macro v0.5.0
3312026-01-22T21:24:16.956Z Downloaded unicode-xid v0.2.6
3322026-01-22T21:24:16.959Z Downloaded write16 v1.0.0
3332026-01-22T21:24:16.959Z Downloaded utf8parse v0.2.2
3342026-01-22T21:24:16.959Z Downloaded unicode-linebreak v0.1.5
3352026-01-22T21:24:16.962Z Downloaded yoke-derive v0.7.4
3362026-01-22T21:24:16.962Z Downloaded icu_locid_transform v1.5.0
3372026-01-22T21:24:16.965Z Downloaded version_check v0.9.5
3382026-01-22T21:24:16.965Z Downloaded zerofrom v0.1.4
3392026-01-22T21:24:16.966Z Downloaded toml_write v0.1.2
3402026-01-22T21:24:16.969Z Downloaded utf16_iter v1.0.5
3412026-01-22T21:24:16.969Z Downloaded usdt-macro v0.5.0
3422026-01-22T21:24:16.969Z Downloaded ordered-float v2.10.1
3432026-01-22T21:24:16.972Z Downloaded yoke v0.7.4
3442026-01-22T21:24:16.972Z Downloaded toml v0.8.23
3452026-01-22T21:24:16.975Z Downloaded writeable v0.5.5
3462026-01-22T21:24:16.978Z Downloaded typenum v1.17.0
3472026-01-22T21:24:16.981Z Downloaded zmij v1.0.15
3482026-01-22T21:24:16.981Z Downloaded stable_deref_trait v1.2.0
3492026-01-22T21:24:16.984Z Downloaded percent-encoding v2.3.2
3502026-01-22T21:24:16.984Z Downloaded zerovec-derive v0.10.3
3512026-01-22T21:24:16.984Z Downloaded usdt v0.5.0
3522026-01-22T21:24:16.987Z Downloaded zerocopy-derive v0.7.35
3532026-01-22T21:24:16.991Z Downloaded serde-value v0.7.0
3542026-01-22T21:24:16.991Z Downloaded usdt-impl v0.5.0
3552026-01-22T21:24:16.994Z Downloaded pretty-hex v0.4.1
3562026-01-22T21:24:16.994Z Downloaded unicode-ident v1.0.19
3572026-01-22T21:24:16.997Z Downloaded url v2.5.4
3582026-01-22T21:24:17.001Z Downloaded toml_edit v0.22.27
3592026-01-22T21:24:17.004Z Downloaded swrite v0.1.0
3602026-01-22T21:24:17.004Z Downloaded scroll_derive v0.12.0
3612026-01-22T21:24:17.004Z Downloaded proc-macro-error-attr v1.0.4
3622026-01-22T21:24:17.007Z Downloaded dof v0.3.0
3632026-01-22T21:24:17.007Z Downloaded colorchoice v1.0.2
3642026-01-22T21:24:17.007Z Downloaded cfg-if v1.0.4
3652026-01-22T21:24:17.010Z Downloaded cpufeatures v0.2.14
3662026-01-22T21:24:17.010Z Downloaded smawk v0.3.2
3672026-01-22T21:24:17.013Z Downloaded zerocopy v0.7.35
3682026-01-22T21:24:17.026Z Downloaded zerovec v0.10.4
3692026-01-22T21:24:17.031Z Downloaded digest v0.10.7
3702026-01-22T21:24:17.034Z Downloaded byteorder v1.5.0
3712026-01-22T21:24:17.038Z Downloaded winnow v0.7.13
3722026-01-22T21:24:17.043Z Downloaded serde-untagged v0.1.7
3732026-01-22T21:24:17.046Z Downloaded proc-macro-error v1.0.4
3742026-01-22T21:24:17.049Z Downloaded strsim v0.11.1
3752026-01-22T21:24:17.049Z Downloaded sha2 v0.10.9
3762026-01-22T21:24:17.052Z Downloaded serde_tokenstream v0.2.2
3772026-01-22T21:24:17.052Z Downloaded quote v1.0.40
3782026-01-22T21:24:17.055Z Downloaded bitflags v2.9.4
3792026-01-22T21:24:17.058Z Downloaded icu_locid v1.5.0
3802026-01-22T21:24:17.062Z Downloaded smallvec v1.15.1
3812026-01-22T21:24:17.065Z Downloaded unicode-width v0.2.0
3822026-01-22T21:24:17.068Z Downloaded unicode-width v0.1.14
3832026-01-22T21:24:17.073Z Downloaded scroll v0.12.0
3842026-01-22T21:24:17.076Z Downloaded clap_derive v4.5.47
3852026-01-22T21:24:17.079Z Downloaded synstructure v0.13.1
3862026-01-22T21:24:17.079Z Downloaded serde_core v1.0.228
3872026-01-22T21:24:17.082Z Downloaded papergrid v0.11.0
3882026-01-22T21:24:17.085Z Downloaded tempfile v3.24.0
3892026-01-22T21:24:17.090Z Downloaded proc-macro2 v1.0.101
3902026-01-22T21:24:17.093Z Downloaded num-traits v0.2.19
3912026-01-22T21:24:17.093Z Downloaded serde_derive v1.0.228
3922026-01-22T21:24:17.093Z Downloaded clap v4.5.48
3932026-01-22T21:24:17.101Z Downloaded log v0.4.29
3942026-01-22T21:24:17.105Z Downloaded icu_collections v1.5.0
3952026-01-22T21:24:17.109Z Downloaded displaydoc v0.2.5
3962026-01-22T21:24:17.112Z Downloaded serde v1.0.228
3972026-01-22T21:24:17.115Z Downloaded pest_meta v2.8.2
3982026-01-22T21:24:17.118Z Downloaded cargo_toml v0.21.0
3992026-01-22T21:24:17.118Z Downloaded pest_derive v2.8.2
4002026-01-22T21:24:17.121Z Downloaded indexmap v2.12.1
4012026-01-22T21:24:17.124Z Downloaded semver v1.0.27
4022026-01-22T21:24:17.127Z Downloaded memchr v2.7.4
4032026-01-22T21:24:17.130Z Downloaded icu_normalizer_data v1.5.0
4042026-01-22T21:24:17.133Z Downloaded hashbrown v0.16.1
4052026-01-22T21:24:17.137Z Downloaded pest v2.8.2
4062026-01-22T21:24:17.142Z Downloaded idna v1.0.3
4072026-01-22T21:24:17.145Z Downloaded icu_normalizer v1.5.0
4082026-01-22T21:24:17.148Z Downloaded serde_json v1.0.149
4092026-01-22T21:24:17.154Z Downloaded fs-err v3.1.1
4102026-01-22T21:24:17.157Z Downloaded litemap v0.7.3
4112026-01-22T21:24:17.160Z Downloaded clap_lex v0.7.4
4122026-01-22T21:24:17.160Z Downloaded plain v0.2.3
4132026-01-22T21:24:17.160Z Downloaded cargo-platform v0.2.0
4142026-01-22T21:24:17.163Z Downloaded erased-serde v0.4.6
4152026-01-22T21:24:17.163Z Downloaded autocfg v1.4.0
4162026-01-22T21:24:17.166Z Downloaded block-buffer v0.10.4
4172026-01-22T21:24:17.166Z Downloaded idna_adapter v1.2.0
4182026-01-22T21:24:17.166Z Downloaded heck v0.4.1
4192026-01-22T21:24:17.169Z Downloaded clap_builder v4.5.48
4202026-01-22T21:24:17.173Z Downloaded errno v0.3.12
4212026-01-22T21:24:17.176Z Downloaded ucd-trie v0.1.7
4222026-01-22T21:24:17.176Z Downloaded tabled v0.15.0
4232026-01-22T21:24:17.190Z Downloaded icu_properties_data v1.5.0
4242026-01-22T21:24:17.198Z Downloaded syn v1.0.109
4252026-01-22T21:24:17.206Z Downloaded icu_provider_macros v1.5.0
4262026-01-22T21:24:17.209Z Downloaded form_urlencoded v1.2.2
4272026-01-22T21:24:17.209Z Downloaded equivalent v1.0.2
4282026-01-22T21:24:17.209Z Downloaded dtrace-parser v0.2.0
4292026-01-22T21:24:17.210Z Downloaded thiserror-impl v1.0.69
4302026-01-22T21:24:17.212Z Downloaded textwrap v0.16.2
4312026-01-22T21:24:17.212Z Downloaded once_cell v1.21.3
4322026-01-22T21:24:17.216Z Downloaded syn v2.0.111
4332026-01-22T21:24:17.224Z Downloaded fnv v1.0.7
4342026-01-22T21:24:17.227Z Downloaded terminal_size v0.4.0
4352026-01-22T21:24:17.227Z Downloaded icu_provider v1.5.0
4362026-01-22T21:24:17.230Z Downloaded icu_locid_transform_data v1.5.0
4372026-01-22T21:24:17.230Z Downloaded rustix v0.38.37
4382026-01-22T21:24:17.249Z Downloaded getrandom v0.3.4
4392026-01-22T21:24:17.252Z Downloaded rustix v1.1.3
4402026-01-22T21:24:17.271Z Downloaded anyhow v1.0.99
4412026-01-22T21:24:17.274Z Downloaded fastrand v2.1.1
4422026-01-22T21:24:17.290Z Downloaded libc v0.2.180
4432026-01-22T21:24:17.379Z Compiling proc-macro2 v1.0.101
4442026-01-22T21:24:17.382Z Compiling unicode-ident v1.0.19
4452026-01-22T21:24:17.382Z Compiling serde_core v1.0.228
4462026-01-22T21:24:17.382Z Compiling version_check v0.9.5
4472026-01-22T21:24:17.383Z Compiling serde v1.0.228
4482026-01-22T21:24:17.383Z Compiling libc v0.2.180
4492026-01-22T21:24:17.608Z Compiling memchr v2.7.4
4502026-01-22T21:24:17.611Z Compiling stable_deref_trait v1.2.0
4512026-01-22T21:24:17.857Z Compiling thiserror v2.0.17
4522026-01-22T21:24:17.885Z Compiling zmij v1.0.15
4532026-01-22T21:24:18.273Z Compiling itoa v1.0.11
4542026-01-22T21:24:18.469Z Compiling writeable v0.5.5
4552026-01-22T21:24:18.789Z Compiling thiserror v1.0.69
4562026-01-22T21:24:18.987Z Compiling autocfg v1.4.0
4572026-01-22T21:24:19.028Z Compiling ucd-trie v0.1.7
4582026-01-22T21:24:19.353Z Compiling litemap v0.7.3
4592026-01-22T21:24:19.588Z Compiling byteorder v1.5.0
4602026-01-22T21:24:19.793Z Compiling bitflags v2.9.4
4612026-01-22T21:24:19.820Z Compiling icu_locid_transform_data v1.5.0
4622026-01-22T21:24:19.969Z Compiling serde_json v1.0.149
4632026-01-22T21:24:20.042Z Compiling quote v1.0.40
4642026-01-22T21:24:20.135Z Compiling errno v0.3.12
4652026-01-22T21:24:20.338Z Compiling icu_properties_data v1.5.0
4662026-01-22T21:24:20.427Z Compiling num-traits v0.2.19
4672026-01-22T21:24:20.540Z Compiling syn v2.0.111
4682026-01-22T21:24:20.682Z Compiling utf16_iter v1.0.5
4692026-01-22T21:24:20.711Z Compiling write16 v1.0.0
4702026-01-22T21:24:20.741Z Compiling smallvec v1.15.1
4712026-01-22T21:24:20.768Z Compiling typeid v1.0.3
4722026-01-22T21:24:20.872Z Compiling hashbrown v0.16.1
4732026-01-22T21:24:20.909Z Compiling utf8_iter v1.0.4
4742026-01-22T21:24:21.096Z Compiling icu_normalizer_data v1.5.0
4752026-01-22T21:24:21.166Z Compiling rustix v0.38.37
4762026-01-22T21:24:21.222Z Compiling equivalent v1.0.2
4772026-01-22T21:24:21.549Z Compiling usdt-impl v0.5.0
4782026-01-22T21:24:21.627Z Compiling proc-macro-error-attr v1.0.4
4792026-01-22T21:24:21.975Z Compiling syn v1.0.109
4802026-01-22T21:24:22.003Z Compiling indexmap v2.12.1
4812026-01-22T21:24:22.093Z Compiling toml_write v0.1.2
4822026-01-22T21:24:22.116Z Compiling winnow v0.7.13
4832026-01-22T21:24:22.254Z Compiling thread-id v4.2.2
4842026-01-22T21:24:22.904Z Compiling proc-macro-error v1.0.4
4852026-01-22T21:24:23.263Z Compiling camino v1.2.1
4862026-01-22T21:24:23.618Z Compiling rustix v1.1.3
4872026-01-22T21:24:23.755Z Compiling plain v0.2.3
4882026-01-22T21:24:23.876Z Compiling log v0.4.29
4892026-01-22T21:24:23.945Z Compiling getrandom v0.3.4
4902026-01-22T21:24:24.316Z Compiling percent-encoding v2.3.2
4912026-01-22T21:24:24.404Z Compiling utf8parse v0.2.2
4922026-01-22T21:24:24.640Z Compiling form_urlencoded v1.2.2
4932026-01-22T21:24:24.717Z Compiling anstyle-parse v0.2.5
4942026-01-22T21:24:24.812Z Compiling ordered-float v2.10.1
4952026-01-22T21:24:25.059Z Compiling terminal_size v0.4.0
4962026-01-22T21:24:25.451Z Compiling cfg-if v1.0.4
4972026-01-22T21:24:25.568Z Compiling anstyle-query v1.1.1
4982026-01-22T21:24:25.635Z Compiling anstyle v1.0.11
4992026-01-22T21:24:25.757Z Compiling pretty-hex v0.4.1
5002026-01-22T21:24:25.783Z Compiling is_terminal_polyfill v1.70.1
5012026-01-22T21:24:25.940Z Compiling colorchoice v1.0.2
5022026-01-22T21:24:26.138Z Compiling anstream v0.6.18
5032026-01-22T21:24:26.194Z Compiling semver v1.0.27
5042026-01-22T21:24:26.828Z Compiling fs-err v3.1.1
5052026-01-22T21:24:26.872Z Compiling heck v0.4.1
5062026-01-22T21:24:26.919Z Compiling fastrand v2.1.1
5072026-01-22T21:24:26.944Z Compiling anyhow v1.0.99
5082026-01-22T21:24:27.179Z Compiling once_cell v1.21.3
5092026-01-22T21:24:27.307Z Compiling synstructure v0.13.1
5102026-01-22T21:24:27.396Z Compiling clap_lex v0.7.4
5112026-01-22T21:24:27.562Z Compiling strsim v0.11.1
5122026-01-22T21:24:27.589Z Compiling heck v0.5.0
5132026-01-22T21:24:27.868Z Compiling fnv v1.0.7
5142026-01-22T21:24:28.100Z Compiling unicode-xid v0.2.6
5152026-01-22T21:24:28.268Z Compiling unicode-width v0.1.14
5162026-01-22T21:24:28.295Z Compiling bytecount v0.6.8
5172026-01-22T21:24:28.324Z Compiling clap_builder v4.5.48
5182026-01-22T21:24:28.531Z Compiling tempfile v3.24.0
5192026-01-22T21:24:28.818Z Compiling papergrid v0.11.0
5202026-01-22T21:24:28.842Z Compiling memmap v0.7.0
5212026-01-22T21:24:29.045Z Compiling unicode-linebreak v0.1.5
5222026-01-22T21:24:29.182Z Compiling unicode-width v0.2.0
5232026-01-22T21:24:29.328Z Compiling smawk v0.3.2
5242026-01-22T21:24:29.595Z Compiling camino-tempfile v1.4.1
5252026-01-22T21:24:29.799Z Compiling textwrap v0.16.2
5262026-01-22T21:24:30.335Z Compiling swrite v0.1.0
5272026-01-22T21:24:30.498Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5282026-01-22T21:24:30.528Z Compiling tabled_derive v0.7.0
5292026-01-22T21:24:31.376Z Compiling serde_derive v1.0.228
5302026-01-22T21:24:31.376Z Compiling zerofrom-derive v0.1.4
5312026-01-22T21:24:31.504Z Compiling yoke-derive v0.7.4
5322026-01-22T21:24:31.542Z Compiling zerovec-derive v0.10.3
5332026-01-22T21:24:31.598Z Compiling thiserror-impl v2.0.17
5342026-01-22T21:24:32.177Z Compiling displaydoc v0.2.5
5352026-01-22T21:24:33.761Z Compiling thiserror-impl v1.0.69
5362026-01-22T21:24:34.003Z Compiling icu_provider_macros v1.5.0
5372026-01-22T21:24:34.274Z Compiling zerocopy-derive v0.7.35
5382026-01-22T21:24:34.823Z Compiling zerofrom v0.1.4
5392026-01-22T21:24:34.966Z Compiling pest v2.8.2
5402026-01-22T21:24:35.105Z Compiling yoke v0.7.4
5412026-01-22T21:24:35.105Z Compiling scroll_derive v0.12.0
5422026-01-22T21:24:35.497Z Compiling zerovec v0.10.4
5432026-01-22T21:24:36.079Z Compiling clap_derive v4.5.47
5442026-01-22T21:24:36.230Z Compiling zerocopy v0.7.35
5452026-01-22T21:24:36.523Z Compiling scroll v0.12.0
5462026-01-22T21:24:36.790Z Compiling tabled v0.15.0
5472026-01-22T21:24:37.048Z Compiling goblin v0.8.2
5482026-01-22T21:24:37.303Z Compiling tinystr v0.7.6
5492026-01-22T21:24:37.529Z Compiling pest_meta v2.8.2
5502026-01-22T21:24:37.603Z Compiling icu_collections v1.5.0
5512026-01-22T21:24:37.725Z Compiling icu_locid v1.5.0
5522026-01-22T21:24:39.158Z Compiling icu_provider v1.5.0
5532026-01-22T21:24:39.634Z Compiling pest_generator v2.8.2
5542026-01-22T21:24:39.753Z Compiling toml_datetime v0.6.11
5552026-01-22T21:24:39.849Z Compiling serde_spanned v0.6.9
5562026-01-22T21:24:39.929Z Compiling icu_locid_transform v1.5.0
5572026-01-22T21:24:40.124Z Compiling dof v0.3.0
5582026-01-22T21:24:40.160Z Compiling toml_edit v0.22.27
5592026-01-22T21:24:40.308Z Compiling serde_tokenstream v0.2.2
5602026-01-22T21:24:40.931Z Compiling erased-serde v0.4.6
5612026-01-22T21:24:41.018Z Compiling serde-value v0.7.0
5622026-01-22T21:24:41.434Z Compiling icu_properties v1.5.1
5632026-01-22T21:24:41.827Z Compiling cargo-platform v0.2.0
5642026-01-22T21:24:42.021Z Compiling pest_derive v2.8.2
5652026-01-22T21:24:42.116Z Compiling serde-untagged v0.1.7
5662026-01-22T21:24:42.275Z Compiling clap v4.5.48
5672026-01-22T21:24:42.373Z Compiling macaddr v1.0.1
5682026-01-22T21:24:42.789Z Compiling dtrace-parser v0.2.0
5692026-01-22T21:24:43.397Z Compiling toml v0.8.23
5702026-01-22T21:24:44.418Z Compiling cargo_toml v0.21.0
5712026-01-22T21:24:44.775Z Compiling usdt-macro v0.5.0
5722026-01-22T21:24:44.806Z Compiling usdt-attr-macro v0.5.0
5732026-01-22T21:24:45.303Z Compiling icu_normalizer v1.5.0
5742026-01-22T21:24:45.999Z Compiling usdt v0.5.0
5752026-01-22T21:24:46.025Z Compiling idna_adapter v1.2.0
5762026-01-22T21:24:46.202Z Compiling idna v1.0.3
5772026-01-22T21:24:46.635Z Compiling url v2.5.4
5782026-01-22T21:24:47.477Z Compiling cargo-util-schemas v0.8.2
5792026-01-22T21:24:48.891Z Compiling cargo_metadata v0.21.0
5802026-01-22T21:24:50.488Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5812026-01-22T21:24:53.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
5822026-01-22T21:24:54.326Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5832026-01-22T21:24:55.125Z Downloading crates ...
5842026-01-22T21:24:55.263Z Downloaded arrayref v0.3.9
5852026-01-22T21:24:55.272Z Downloaded base64 v0.13.1
5862026-01-22T21:24:55.277Z Downloaded aes-gcm v0.10.3
5872026-01-22T21:24:55.283Z Downloaded base64ct v1.6.0
5882026-01-22T21:24:55.288Z Downloaded diesel_table_macro_syntax v0.2.0
5892026-01-22T21:24:55.292Z Downloaded atomicwrites v0.4.4
5902026-01-22T21:24:55.296Z Downloaded crossbeam-deque v0.8.5
5912026-01-22T21:24:55.301Z Downloaded dunce v1.0.5
5922026-01-22T21:24:55.304Z Downloaded data-encoding v2.9.0
5932026-01-22T21:24:55.308Z Downloaded darling_macro v0.21.0
5942026-01-22T21:24:55.311Z Downloaded crunchy v0.2.2
5952026-01-22T21:24:55.314Z Downloaded async-stream-impl v0.3.6
5962026-01-22T21:24:55.319Z Downloaded darling v0.21.0
5972026-01-22T21:24:55.326Z Downloaded ff v0.13.0
5982026-01-22T21:24:55.330Z Downloaded futures-channel v0.3.31
5992026-01-22T21:24:55.335Z Downloaded bb8 v0.8.5
6002026-01-22T21:24:55.338Z Downloaded backoff v0.4.0
6012026-01-22T21:24:55.343Z Downloaded dirs-next v2.0.0
6022026-01-22T21:24:55.347Z Downloaded futures-task v0.3.31
6032026-01-22T21:24:55.351Z Downloaded debug-ignore v1.0.5
6042026-01-22T21:24:55.356Z Downloaded difflib v0.4.0
6052026-01-22T21:24:55.360Z Downloaded cfg_aliases v0.2.1
6062026-01-22T21:24:55.363Z Downloaded diff v0.1.13
6072026-01-22T21:24:55.369Z Downloaded flagset v0.4.6
6082026-01-22T21:24:55.374Z Downloaded fixedbitset v0.4.2
6092026-01-22T21:24:55.377Z Downloaded foreign-types v0.3.2
6102026-01-22T21:24:55.380Z Downloaded float-ord v0.3.2
6112026-01-22T21:24:55.383Z Downloaded funty v2.0.0
6122026-01-22T21:24:55.387Z Downloaded crc-catalog v2.4.0
6132026-01-22T21:24:55.390Z Downloaded foreign-types-macros v0.2.3
6142026-01-22T21:24:55.394Z Downloaded foreign-types-shared v0.3.1
6152026-01-22T21:24:55.409Z Downloaded ghash v0.5.1
6162026-01-22T21:24:55.413Z Downloaded allocator-api2 v0.2.21
6172026-01-22T21:24:55.418Z Downloaded fxhash v0.2.1
6182026-01-22T21:24:55.421Z Downloaded futures-sink v0.3.31
6192026-01-22T21:24:55.424Z Downloaded darling_core v0.20.10
6202026-01-22T21:24:55.431Z Downloaded headers-core v0.3.0
6212026-01-22T21:24:55.434Z Downloaded hex-literal v0.4.1
6222026-01-22T21:24:55.437Z Downloaded http-body v1.0.1
6232026-01-22T21:24:55.440Z Downloaded http-range v0.1.5
6242026-01-22T21:24:55.444Z Downloaded camino-tempfile-ext v0.3.2
6252026-01-22T21:24:55.448Z Downloaded ena v0.14.3
6262026-01-22T21:24:55.451Z Downloaded ecdsa v0.16.9
6272026-01-22T21:24:55.456Z Downloaded hubpack_derive v0.1.1
6282026-01-22T21:24:55.459Z Downloaded hyper-tls v0.6.0
6292026-01-22T21:24:55.462Z Downloaded impl-trait-for-tuples v0.2.2
6302026-01-22T21:24:55.467Z Downloaded ident_case v1.0.1
6312026-01-22T21:24:55.470Z Downloaded globwalk v0.9.1
6322026-01-22T21:24:55.474Z Downloaded instability v0.3.2
6332026-01-22T21:24:55.477Z Downloaded internet-checksum v0.2.1
6342026-01-22T21:24:55.480Z Downloaded indent_write v2.2.0
6352026-01-22T21:24:55.483Z Downloaded flate2 v1.1.2
6362026-01-22T21:24:55.489Z Downloaded is-terminal v0.4.13
6372026-01-22T21:24:55.493Z Downloaded ed25519 v2.2.3
6382026-01-22T21:24:55.496Z Downloaded httpdate v1.0.3
6392026-01-22T21:24:55.499Z Downloaded lazycell v1.3.0
6402026-01-22T21:24:55.502Z Downloaded linked-hash-map v0.5.6
6412026-01-22T21:24:55.506Z Downloaded lockfree-object-pool v0.1.6
6422026-01-22T21:24:55.510Z Downloaded const-oid v0.9.6
6432026-01-22T21:24:55.514Z Downloaded libscf-sys v1.1.0
6442026-01-22T21:24:55.517Z Downloaded lru-cache v0.1.2
6452026-01-22T21:24:55.520Z Downloaded mime v0.3.17
6462026-01-22T21:24:55.523Z Downloaded managed v0.8.0
6472026-01-22T21:24:55.526Z Downloaded document-features v0.2.11
6482026-01-22T21:24:55.529Z Downloaded md5 v0.7.0
6492026-01-22T21:24:55.533Z Downloaded multimap v0.10.1
6502026-01-22T21:24:55.536Z Downloaded ipnetwork v0.21.1
6512026-01-22T21:24:55.539Z Downloaded memoffset v0.9.1
6522026-01-22T21:24:55.542Z Downloaded diesel_derives v2.2.3
6532026-01-22T21:24:55.547Z Downloaded ipnet v2.11.0
6542026-01-22T21:24:55.550Z Downloaded normalize-line-endings v0.3.0
6552026-01-22T21:24:55.553Z Downloaded nodrop v0.1.14
6562026-01-22T21:24:55.556Z Downloaded number_prefix v0.4.0
6572026-01-22T21:24:55.559Z Downloaded num_threads v0.1.7
6582026-01-22T21:24:55.562Z Downloaded nibble_vec v0.1.0
6592026-01-22T21:24:55.565Z Downloaded lock_api v0.4.12
6602026-01-22T21:24:55.568Z Downloaded libsw-core v0.3.1
6612026-01-22T21:24:55.571Z Downloaded linear-map v1.2.0
6622026-01-22T21:24:55.574Z Downloaded libz-rs-sys v0.5.1
6632026-01-22T21:24:55.577Z Downloaded oso-derive v0.27.3
6642026-01-22T21:24:55.580Z Downloaded olpc-cjson v0.1.4
6652026-01-22T21:24:55.583Z Downloaded openssl-macros v0.1.1
6662026-01-22T21:24:55.586Z Downloaded iana-time-zone v0.1.63
6672026-01-22T21:24:55.589Z Downloaded fatfs v0.3.6
6682026-01-22T21:24:55.592Z Downloaded openssl-probe v0.1.5
6692026-01-22T21:24:55.595Z Downloaded nanorand v0.7.0
6702026-01-22T21:24:55.598Z Downloaded peg-runtime v0.8.5
6712026-01-22T21:24:55.601Z Downloaded aes v0.8.4
6722026-01-22T21:24:55.605Z Downloaded num-derive v0.3.3
6732026-01-22T21:24:55.608Z Downloaded parse-size v1.1.0
6742026-01-22T21:24:55.611Z Downloaded pbkdf2 v0.11.0
6752026-01-22T21:24:55.614Z Downloaded path-slash v0.1.5
6762026-01-22T21:24:55.617Z Downloaded newtype-uuid v1.3.2
6772026-01-22T21:24:55.620Z Downloaded phf_shared v0.11.2
6782026-01-22T21:24:55.623Z Downloaded litrs v0.4.1
6792026-01-22T21:24:55.626Z Downloaded num_enum v0.5.11
6802026-01-22T21:24:55.632Z Downloaded pin-utils v0.1.0
6812026-01-22T21:24:55.635Z Downloaded phf_shared v0.12.1
6822026-01-22T21:24:55.638Z Downloaded num-rational v0.4.2
6832026-01-22T21:24:55.641Z Downloaded powerfmt v0.2.0
6842026-01-22T21:24:55.644Z Downloaded indexmap v1.9.3
6852026-01-22T21:24:55.647Z Downloaded pbkdf2 v0.12.2
6862026-01-22T21:24:55.650Z Downloaded packed_struct v0.10.1
6872026-01-22T21:24:55.653Z Downloaded predicates-core v1.0.8
6882026-01-22T21:24:55.657Z Downloaded progenitor-macro v0.8.0
6892026-01-22T21:24:55.660Z Downloaded progenitor-client v0.8.0
6902026-01-22T21:24:55.661Z Downloaded base64 v0.21.7
6912026-01-22T21:24:55.664Z Downloaded radium v0.7.0
6922026-01-22T21:24:55.667Z Downloaded paste v1.0.15
6932026-01-22T21:24:55.671Z Downloaded pem-rfc7468 v0.7.0
6942026-01-22T21:24:55.674Z Downloaded psl-types v2.0.11
6952026-01-22T21:24:55.677Z Downloaded phf v0.12.1
6962026-01-22T21:24:55.680Z Downloaded peg-macros v0.8.5
6972026-01-22T21:24:55.684Z Downloaded peg v0.8.5
6982026-01-22T21:24:55.687Z Downloaded rand_chacha v0.3.1
6992026-01-22T21:24:55.690Z Downloaded rand_xorshift v0.4.0
7002026-01-22T21:24:55.693Z Downloaded phf v0.11.2
7012026-01-22T21:24:55.696Z Downloaded quick-error v1.2.3
7022026-01-22T21:24:55.699Z Downloaded pkg-config v0.3.31
7032026-01-22T21:24:55.699Z Downloaded polyval v0.6.2
7042026-01-22T21:24:55.702Z Downloaded ref-cast v1.0.25
7052026-01-22T21:24:55.705Z Downloaded memmap2 v0.9.8
7062026-01-22T21:24:55.708Z Downloaded pkcs8 v0.10.2
7072026-01-22T21:24:55.711Z Downloaded parking_lot v0.11.2
7082026-01-22T21:24:55.716Z Downloaded owo-colors v4.2.2
7092026-01-22T21:24:55.719Z Downloaded rtoolbox v0.0.2
7102026-01-22T21:24:55.722Z Downloaded rfc6979 v0.4.0
7112026-01-22T21:24:55.725Z Downloaded rustc_version v0.1.7
7122026-01-22T21:24:55.725Z Downloaded russh-cryptovec v0.7.3
7132026-01-22T21:24:55.728Z Downloaded parking_lot v0.12.3
7142026-01-22T21:24:55.731Z Downloaded bumpalo v3.16.0
7152026-01-22T21:24:55.734Z Downloaded jiff-static v0.2.15
7162026-01-22T21:24:55.738Z Downloaded rustc_version v0.4.1
7172026-01-22T21:24:55.741Z Downloaded rustc-hash v1.1.0
7182026-01-22T21:24:55.744Z Downloaded r2d2 v0.8.10
7192026-01-22T21:24:55.744Z Downloaded rand_chacha v0.9.0
7202026-01-22T21:24:55.747Z Downloaded quinn-udp v0.5.5
7212026-01-22T21:24:55.750Z Downloaded expectorate v1.2.0
7222026-01-22T21:24:55.753Z Downloaded heapless v0.7.17
7232026-01-22T21:24:55.756Z Downloaded rand_core v0.9.3
7242026-01-22T21:24:55.759Z Downloaded pkcs5 v0.7.1
7252026-01-22T21:24:55.763Z Downloaded sapling-renderdag v0.1.0
7262026-01-22T21:24:55.766Z Downloaded secrecy v0.8.0
7272026-01-22T21:24:55.769Z Downloaded scrypt v0.11.0
7282026-01-22T21:24:55.772Z Downloaded scopeguard v1.2.0
7292026-01-22T21:24:55.772Z Downloaded serde-big-array v0.5.1
7302026-01-22T21:24:55.775Z Downloaded poly1305 v0.8.0
7312026-01-22T21:24:55.778Z Downloaded crossterm v0.28.1
7322026-01-22T21:24:55.784Z Downloaded serde_bytes v0.11.19
7332026-01-22T21:24:55.787Z Downloaded semver v0.1.20
7342026-01-22T21:24:55.790Z Downloaded resolv-conf v0.7.0
7352026-01-22T21:24:55.792Z Downloaded serde_spanned v1.0.3
7362026-01-22T21:24:55.796Z Downloaded password-hash v0.5.0
7372026-01-22T21:24:55.796Z Downloaded hickory-resolver v0.25.2
7382026-01-22T21:24:55.800Z Downloaded shell-words v1.1.0
7392026-01-22T21:24:55.803Z Downloaded serde_urlencoded v0.7.1
7402026-01-22T21:24:55.806Z Downloaded sha1 v0.10.6
7412026-01-22T21:24:55.806Z Downloaded cc v1.2.30
7422026-01-22T21:24:55.810Z Downloaded pin-project v1.1.6
7432026-01-22T21:24:55.822Z Downloaded siphasher v1.0.1
7442026-01-22T21:24:55.825Z Downloaded siphasher v0.3.11
7452026-01-22T21:24:55.828Z Downloaded simd-adler32 v0.3.7
7462026-01-22T21:24:55.828Z Downloaded sigpipe v0.1.3
7472026-01-22T21:24:55.831Z Downloaded slog-bunyan v2.5.0
7482026-01-22T21:24:55.831Z Downloaded sec1 v0.7.3
7492026-01-22T21:24:55.834Z Downloaded sct v0.7.1
7502026-01-22T21:24:55.838Z Downloaded schemars_derive v0.8.22
7512026-01-22T21:24:55.841Z Downloaded papergrid v0.14.0
7522026-01-22T21:24:55.845Z Downloaded slog-envlogger v2.2.0
7532026-01-22T21:24:55.848Z Downloaded serde_derive_internals v0.29.1
7542026-01-22T21:24:55.850Z Downloaded hickory-server v0.25.2
7552026-01-22T21:24:55.854Z Downloaded progenitor-impl v0.10.0
7562026-01-22T21:24:55.857Z Downloaded scroll v0.13.0
7572026-01-22T21:24:55.860Z Downloaded oso v0.27.3
7582026-01-22T21:24:55.863Z Downloaded serde_path_to_error v0.1.20
7592026-01-22T21:24:55.866Z Downloaded serde-hex v0.1.0
7602026-01-22T21:24:55.869Z Downloaded http v1.4.0
7612026-01-22T21:24:55.872Z Downloaded crossterm v0.29.0
7622026-01-22T21:24:55.877Z Downloaded ssh-cipher v0.2.0
7632026-01-22T21:24:55.880Z Downloaded strum v0.26.3
7642026-01-22T21:24:55.883Z Downloaded ssh-encoding v0.2.0
7652026-01-22T21:24:55.883Z Downloaded structmeta-derive v0.3.0
7662026-01-22T21:24:55.886Z Downloaded slog-dtrace v0.3.0
7672026-01-22T21:24:55.889Z Downloaded sync_wrapper v1.0.1
7682026-01-22T21:24:55.889Z Downloaded strip-ansi-escapes v0.2.0
7692026-01-22T21:24:55.892Z Downloaded slab v0.4.9
7702026-01-22T21:24:55.892Z Downloaded p256 v0.13.2
7712026-01-22T21:24:55.897Z Downloaded tabled_derive v0.10.0
7722026-01-22T21:24:55.900Z Downloaded subtle v2.6.1
7732026-01-22T21:24:55.900Z Downloaded libm v0.2.8
7742026-01-22T21:24:55.906Z Downloaded tabwriter v1.4.0
7752026-01-22T21:24:55.909Z Downloaded spki v0.7.3
7762026-01-22T21:24:55.912Z Downloaded tagptr v0.2.0
7772026-01-22T21:24:55.912Z Downloaded slog-stdlog v4.1.1
7782026-01-22T21:24:55.915Z Downloaded tap v1.0.1
7792026-01-22T21:24:55.919Z Downloaded take_mut v0.2.2
7802026-01-22T21:24:55.919Z Downloaded openssl-sys v0.9.109
7812026-01-22T21:24:55.922Z Downloaded quinn v0.11.5
7822026-01-22T21:24:55.925Z Downloaded russh-keys v0.45.0
7832026-01-22T21:24:55.928Z Downloaded time-core v0.1.6
7842026-01-22T21:24:55.931Z Downloaded pretty_assertions v1.4.1
7852026-01-22T21:24:55.935Z Downloaded snafu-derive v0.8.5
7862026-01-22T21:24:55.935Z Downloaded progenitor-impl v0.11.2
7872026-01-22T21:24:55.938Z Downloaded tinyvec_macros v0.1.1
7882026-01-22T21:24:55.938Z Downloaded string_cache v0.8.9
7892026-01-22T21:24:55.941Z Downloaded static_assertions v1.1.0
7902026-01-22T21:24:55.944Z Downloaded ryu v1.0.18
7912026-01-22T21:24:55.947Z Downloaded thread_local v1.1.8
7922026-01-22T21:24:55.947Z Downloaded thiserror-impl-no-std v2.0.2
7932026-01-22T21:24:55.951Z Downloaded thread-id v5.0.0
7942026-01-22T21:24:55.951Z Downloaded sqlformat v0.3.5
7952026-01-22T21:24:55.954Z Downloaded slog-scope v4.4.0
7962026-01-22T21:24:55.954Z Downloaded slog-json v2.6.1
7972026-01-22T21:24:55.957Z Downloaded tabled_derive v0.11.0
7982026-01-22T21:24:55.960Z Downloaded rustls-pki-types v1.10.0
7992026-01-22T21:24:55.963Z Downloaded support-bundle-viewer v0.1.2
8002026-01-22T21:24:55.963Z Downloaded strum_macros v0.27.2
8012026-01-22T21:24:55.966Z Downloaded hashbrown v0.12.3
8022026-01-22T21:24:55.969Z Downloaded spin v0.9.8
8032026-01-22T21:24:55.972Z Downloaded tower-service v0.3.3
8042026-01-22T21:24:55.975Z Downloaded topological-sort v0.2.2
8052026-01-22T21:24:55.975Z Downloaded rcgen v0.12.1
8062026-01-22T21:24:55.978Z Downloaded tower-layer v0.3.3
8072026-01-22T21:24:55.978Z Downloaded termios v0.3.3
8082026-01-22T21:24:55.981Z Downloaded stringprep v0.1.5
8092026-01-22T21:24:55.984Z Downloaded smf v0.2.3
8102026-01-22T21:24:55.984Z Downloaded prefix-trie v0.7.0
8112026-01-22T21:24:55.987Z Downloaded num-bigint v0.4.6
8122026-01-22T21:24:55.991Z Downloaded signal-hook v0.3.18
8132026-01-22T21:24:55.994Z Downloaded testing_table v0.3.0
8142026-01-22T21:24:55.997Z Downloaded try-lock v0.2.5
8152026-01-22T21:24:55.997Z Downloaded trait-variant v0.1.2
8162026-01-22T21:24:56.000Z Downloaded tokio-native-tls v0.3.1
8172026-01-22T21:24:56.000Z Downloaded tokio-macros v2.6.0
8182026-01-22T21:24:56.004Z Downloaded tls_codec v0.4.1
8192026-01-22T21:24:56.004Z Downloaded schemars v0.8.22
8202026-01-22T21:24:56.014Z Downloaded unarray v0.1.4
8212026-01-22T21:24:56.018Z Downloaded typify-macro v0.2.0
8222026-01-22T21:24:56.019Z Downloaded typify-macro v0.4.3
8232026-01-22T21:24:56.022Z Downloaded rand v0.8.5
8242026-01-22T21:24:56.022Z Downloaded qorb v0.4.1
8252026-01-22T21:24:56.025Z Downloaded unicode-truncate v1.1.0
8262026-01-22T21:24:56.028Z Downloaded tokio-tungstenite v0.23.1
8272026-01-22T21:24:56.031Z Downloaded untrusted v0.7.1
8282026-01-22T21:24:56.031Z Downloaded tokio-tungstenite v0.21.0
8292026-01-22T21:24:56.034Z Downloaded usdt v0.6.0
8302026-01-22T21:24:56.034Z Downloaded untrusted v0.9.0
8312026-01-22T21:24:56.037Z Downloaded utf-8 v0.7.6
8322026-01-22T21:24:56.037Z Downloaded usdt-attr-macro v0.6.0
8332026-01-22T21:24:56.037Z Downloaded universal-hash v0.5.1
8342026-01-22T21:24:56.040Z Downloaded unit-prefix v0.5.1
8352026-01-22T21:24:56.040Z Downloaded rsa v0.9.8
8362026-01-22T21:24:56.044Z Downloaded blake3 v1.5.4
8372026-01-22T21:24:56.051Z Downloaded schemars v0.9.0
8382026-01-22T21:24:56.062Z Downloaded usdt-macro v0.6.0
8392026-01-22T21:24:56.065Z Downloaded tracing-attributes v0.1.27
8402026-01-22T21:24:56.068Z Downloaded toml_writer v1.0.4
8412026-01-22T21:24:56.068Z Downloaded toml_datetime v0.7.3
8422026-01-22T21:24:56.068Z Downloaded tinyvec v1.8.0
8432026-01-22T21:24:56.071Z Downloaded want v0.3.1
8442026-01-22T21:24:56.075Z Downloaded hashbrown v0.15.4
8452026-01-22T21:24:56.078Z Downloaded waitgroup v0.1.2
8462026-01-22T21:24:56.078Z Downloaded unicase v2.8.1
8472026-01-22T21:24:56.081Z Downloaded socket2 v0.5.10
8482026-01-22T21:24:56.084Z Downloaded itertools v0.12.1
8492026-01-22T21:24:56.088Z Downloaded xattr v1.3.1
8502026-01-22T21:24:56.091Z Downloaded hkdf v0.12.4
8512026-01-22T21:24:56.094Z Downloaded xshell-macros v0.2.7
8522026-01-22T21:24:56.094Z Downloaded tui-tree-widget v0.23.1
8532026-01-22T21:24:56.097Z Downloaded toml_parser v1.0.4
8542026-01-22T21:24:56.097Z Downloaded tokio-stream v0.1.17
8552026-01-22T21:24:56.100Z Downloaded zone v0.3.1
8562026-01-22T21:24:56.103Z Downloaded zone v0.1.8
8572026-01-22T21:24:56.103Z Downloaded zeroize_derive v1.4.2
8582026-01-22T21:24:56.103Z Downloaded tar v0.4.44
8592026-01-22T21:24:56.106Z Downloaded usdt-impl v0.6.0
8602026-01-22T21:24:56.109Z Downloaded libxml v0.3.3
8612026-01-22T21:24:56.113Z Downloaded num-bigint-dig v0.8.6
8622026-01-22T21:24:56.117Z Downloaded zone_cfg_derive v0.1.2
8632026-01-22T21:24:56.121Z Downloaded uzers v0.12.1
8642026-01-22T21:24:56.121Z Downloaded samael v0.0.19
8652026-01-22T21:24:56.126Z Downloaded zone_cfg_derive v0.3.0
8662026-01-22T21:24:56.129Z Downloaded vergen-git2 v1.0.7
8672026-01-22T21:24:56.129Z Downloaded which v4.4.2
8682026-01-22T21:24:56.132Z Downloaded vsss-rs v3.3.4
8692026-01-22T21:24:56.135Z Downloaded subprocess v0.2.9
8702026-01-22T21:24:56.135Z Downloaded p521 v0.13.3
8712026-01-22T21:24:56.139Z Downloaded vergen-lib v0.1.6
8722026-01-22T21:24:56.141Z Downloaded wyz v0.5.1
8732026-01-22T21:24:56.142Z Downloaded walkdir v2.5.0
8742026-01-22T21:24:56.145Z Downloaded xshell v0.2.7
8752026-01-22T21:24:56.148Z Downloaded whoami v1.5.2
8762026-01-22T21:24:56.148Z Downloaded vergen-gitcl v1.0.8
8772026-01-22T21:24:56.152Z Downloaded twox-hash v2.1.0
8782026-01-22T21:24:56.152Z Downloaded unicode-properties v0.1.3
8792026-01-22T21:24:56.155Z Downloaded itertools v0.14.0
8802026-01-22T21:24:56.159Z Downloaded zeroize v1.8.1
8812026-01-22T21:24:56.162Z Downloaded itertools v0.13.0
8822026-01-22T21:24:56.166Z Downloaded tungstenite v0.21.0
8832026-01-22T21:24:56.170Z Downloaded zstd-safe v7.2.3
8842026-01-22T21:24:56.190Z Downloaded vergen v9.0.6
8852026-01-22T21:24:56.190Z Downloaded test-strategy v0.4.3
8862026-01-22T21:24:56.190Z Downloaded zstd v0.13.3
8872026-01-22T21:24:56.190Z Downloaded tracing-core v0.1.32
8882026-01-22T21:24:56.190Z Downloaded snafu v0.8.5
8892026-01-22T21:24:56.190Z Downloaded vte v0.11.1
8902026-01-22T21:24:56.194Z Downloaded typify v0.4.3
8912026-01-22T21:24:56.194Z Downloaded toml v0.7.8
8922026-01-22T21:24:56.197Z Downloaded schemars v1.0.4
8932026-01-22T21:24:56.210Z Downloaded yasna v0.5.2
8942026-01-22T21:24:56.213Z Downloaded xz2 v0.1.7
8952026-01-22T21:24:56.213Z Downloaded value-bag v1.12.0
8962026-01-22T21:24:56.216Z Downloaded toml v0.9.8
8972026-01-22T21:24:56.219Z Downloaded rustyline v14.0.0
8982026-01-22T21:24:56.224Z Downloaded uuid v1.19.0
8992026-01-22T21:24:56.227Z Downloaded unsafe-libyaml v0.2.11
9002026-01-22T21:24:56.230Z Downloaded russh v0.45.0
9012026-01-22T21:24:56.235Z Downloaded zerocopy v0.6.6
9022026-01-22T21:24:56.238Z Downloaded tungstenite v0.23.0
9032026-01-22T21:24:56.243Z Downloaded bindgen v0.69.5
9042026-01-22T21:24:56.247Z Downloaded bitvec v1.0.1
9052026-01-22T21:24:56.261Z Downloaded zopfli v0.8.1
9062026-01-22T21:24:56.264Z Downloaded p384 v0.13.1
9072026-01-22T21:24:56.267Z Downloaded unicode_categories v0.1.1
9082026-01-22T21:24:56.270Z Downloaded reqwest v0.12.24
9092026-01-22T21:24:56.274Z Downloaded regex v1.11.3
9102026-01-22T21:24:56.280Z Downloaded rpassword v7.4.0
9112026-01-22T21:24:56.283Z Downloaded chrono v0.4.42
9122026-01-22T21:24:56.290Z Downloaded bindgen v0.71.1
9132026-01-22T21:24:56.296Z Downloaded reedline v0.40.0
9142026-01-22T21:24:56.303Z Downloaded zerocopy-derive v0.8.27
9152026-01-22T21:24:56.309Z Downloaded zip v0.6.6
9162026-01-22T21:24:56.314Z Downloaded tower v0.5.2
9172026-01-22T21:24:56.321Z Downloaded yansi v1.0.1
9182026-01-22T21:24:56.324Z Downloaded x509-cert v0.2.5
9192026-01-22T21:24:56.328Z Downloaded unicode-segmentation v1.12.0
9202026-01-22T21:24:56.331Z Downloaded quinn-proto v0.11.8
9212026-01-22T21:24:56.338Z Downloaded rayon v1.10.0
9222026-01-22T21:24:56.345Z Downloaded gimli v0.31.1
9232026-01-22T21:24:56.352Z Downloaded tough v0.20.0
9242026-01-22T21:24:56.360Z Downloaded typed-path v0.9.3
9252026-01-22T21:24:56.366Z Downloaded serde_with v3.16.1
9262026-01-22T21:24:56.377Z Downloaded time v0.3.43
9272026-01-22T21:24:56.384Z Downloaded goblin v0.10.2
9282026-01-22T21:24:56.391Z Downloaded unicode-normalization v0.1.24
9292026-01-22T21:24:56.395Z Downloaded salty v0.3.0
9302026-01-22T21:24:56.401Z Downloaded moka v0.12.10
9312026-01-22T21:24:56.410Z Downloaded zip v4.2.0
9322026-01-22T21:24:56.415Z Downloaded sqlparser v0.45.0
9332026-01-22T21:24:56.419Z Downloaded winnow v0.6.26
9342026-01-22T21:24:56.427Z Downloaded winnow v0.5.40
9352026-01-22T21:24:56.434Z Downloaded zlib-rs v0.5.1
9362026-01-22T21:24:56.439Z Downloaded tabled v0.18.0
9372026-01-22T21:24:56.455Z Downloaded tokio-util v0.7.15
9382026-01-22T21:24:56.461Z Downloaded rustls-webpki v0.102.8
9392026-01-22T21:24:56.478Z Downloaded petname v2.0.2
9402026-01-22T21:24:56.482Z Downloaded bstr v1.10.0
9412026-01-22T21:24:56.491Z Downloaded vcpkg v0.2.15
9422026-01-22T21:24:56.526Z Downloaded object v0.30.4
9432026-01-22T21:24:56.534Z Downloaded webpki-roots v1.0.1
9442026-01-22T21:24:56.537Z Downloaded regex-syntax v0.8.5
9452026-01-22T21:24:56.545Z Downloaded openssl v0.10.73
9462026-01-22T21:24:56.553Z Downloaded rustls v0.23.19
9472026-01-22T21:24:56.563Z Downloaded regress v0.10.4
9482026-01-22T21:24:56.571Z Downloaded diesel v2.2.12
9492026-01-22T21:24:56.587Z Downloaded regex-syntax v0.6.29
9502026-01-22T21:24:56.593Z Downloaded nix v0.29.0
9512026-01-22T21:24:56.604Z Downloaded smoltcp v0.9.1
9522026-01-22T21:24:56.612Z Downloaded tabled v0.20.0
9532026-01-22T21:24:56.628Z Downloaded object v0.36.5
9542026-01-22T21:24:56.638Z Downloaded hickory-proto v0.24.4
9552026-01-22T21:24:56.651Z Downloaded zerocopy v0.8.27
9562026-01-22T21:24:56.670Z Downloaded smoltcp v0.11.0
9572026-01-22T21:24:56.681Z Downloaded rustls v0.22.4
9582026-01-22T21:24:56.693Z Downloaded hickory-proto v0.25.2
9592026-01-22T21:24:56.706Z Downloaded dropshot v0.16.6
9602026-01-22T21:24:56.726Z Downloaded typify-impl v0.4.3
9612026-01-22T21:24:56.738Z Downloaded typify-impl v0.2.0
9622026-01-22T21:24:56.749Z Downloaded bzip2-sys v0.1.13+1.0.8
9632026-01-22T21:24:56.760Z Downloaded nix v0.30.1
9642026-01-22T21:24:56.770Z Downloaded nix v0.28.0
9652026-01-22T21:24:56.779Z Downloaded rustls v0.21.12
9662026-01-22T21:24:56.789Z Downloaded petgraph v0.6.5
9672026-01-22T21:24:56.805Z Downloaded openapiv3 v2.2.0
9682026-01-22T21:24:56.815Z Downloaded nix v0.27.1
9692026-01-22T21:24:56.823Z Downloaded sled v0.34.7
9702026-01-22T21:24:56.832Z Downloaded lzma-sys v0.1.20
9712026-01-22T21:24:56.857Z Downloaded ratatui v0.29.0
9722026-01-22T21:24:56.874Z Downloaded chrono-tz v0.10.4
9732026-01-22T21:24:56.889Z Downloaded radix_trie v0.2.1
9742026-01-22T21:24:56.893Z Downloaded zerocopy-derive v0.6.6
9752026-01-22T21:24:56.901Z Downloaded polar-core v0.27.3
9762026-01-22T21:24:56.908Z Downloaded rustls-webpki v0.101.7
9772026-01-22T21:24:56.921Z Downloaded regex-automata v0.4.11
9782026-01-22T21:24:56.935Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
9792026-01-22T21:24:56.950Z Downloaded jiff v0.2.15
9802026-01-22T21:24:56.964Z Downloaded proptest v1.7.0
9812026-01-22T21:24:56.972Z Downloaded tokio v1.48.0
9822026-01-22T21:24:57.005Z Downloaded curve25519-dalek v4.1.3
9832026-01-22T21:24:57.012Z Downloaded quick-xml v0.37.2
9842026-01-22T21:24:57.017Z Downloaded lalrpop v0.19.12
9852026-01-22T21:24:57.026Z Downloaded petgraph v0.8.2
9862026-01-22T21:24:57.044Z Downloaded csv v1.3.1
9872026-01-22T21:24:57.061Z Downloaded tower-http v0.6.6
9882026-01-22T21:24:57.068Z Downloaded libz-sys v1.1.20
9892026-01-22T21:24:57.085Z Downloaded ssh-key v0.6.6
9902026-01-22T21:24:57.091Z Downloaded git2 v0.20.2
9912026-01-22T21:24:57.098Z Downloaded portable-atomic v1.11.0
9922026-01-22T21:24:57.104Z Downloaded sha3 v0.10.8
9932026-01-22T21:24:57.109Z Downloaded tracing v0.1.40
9942026-01-22T21:24:57.112Z Downloaded toml_edit v0.19.15
9952026-01-22T21:24:57.127Z Downloaded tokio-postgres v0.7.13
9962026-01-22T21:24:57.131Z Downloaded unicode-bidi v0.3.17
9972026-01-22T21:24:57.134Z Downloaded steno v0.4.1
9982026-01-22T21:24:57.137Z Downloaded h2 v0.4.6
9992026-01-22T21:24:57.142Z Downloaded tokio-rustls v0.26.0
10002026-01-22T21:24:57.145Z Downloaded term v0.7.0
10012026-01-22T21:24:57.148Z Downloaded socket2 v0.6.1
10022026-01-22T21:24:57.148Z Downloaded slog v2.8.2
10032026-01-22T21:24:57.151Z Downloaded serde_yaml v0.9.34+deprecated
10042026-01-22T21:24:57.154Z Downloaded iri-string v0.7.8
10052026-01-22T21:24:57.159Z Downloaded wait-timeout v0.2.0
10062026-01-22T21:24:57.163Z Downloaded vte_generate_state_changes v0.1.2
10072026-01-22T21:24:57.163Z Downloaded void v1.0.2
10082026-01-22T21:24:57.163Z Downloaded typify v0.2.0
10092026-01-22T21:24:57.166Z Downloaded tokio-rustls v0.24.1
10102026-01-22T21:24:57.169Z Downloaded futures-util v0.3.31
10112026-01-22T21:24:57.176Z Downloaded term v1.1.0
10122026-01-22T21:24:57.180Z Downloaded rand v0.9.2
10132026-01-22T21:24:57.183Z Downloaded hyper v1.8.1
10142026-01-22T21:24:57.189Z Downloaded aws-lc-rs v1.12.4
10152026-01-22T21:24:57.197Z Downloaded encoding_rs v0.8.34
10162026-01-22T21:24:57.215Z Downloaded tokio-rustls v0.25.0
10172026-01-22T21:24:57.218Z Downloaded publicsuffix v2.3.0
10182026-01-22T21:24:57.221Z Downloaded ring v0.17.14
10192026-01-22T21:24:57.256Z Downloaded time-macros v0.2.24
10202026-01-22T21:24:57.259Z Downloaded thiserror-no-std v2.0.2
10212026-01-22T21:24:57.263Z Downloaded termtree v0.5.1
10222026-01-22T21:24:57.263Z Downloaded similar v2.7.0
10232026-01-22T21:24:57.267Z Downloaded itertools v0.10.5
10242026-01-22T21:24:57.271Z Downloaded tokio-dtrace v0.1.0
10252026-01-22T21:24:57.274Z Downloaded tls_codec_derive v0.4.1
10262026-01-22T21:24:57.274Z Downloaded tiny-keccak v2.0.2
10272026-01-22T21:24:57.277Z Downloaded serde_with_macros v3.16.1
10282026-01-22T21:24:57.277Z Downloaded serde_cbor v0.11.2
10292026-01-22T21:24:57.280Z Downloaded ron v0.8.1
10302026-01-22T21:24:57.284Z Downloaded iddqd v0.3.16
10312026-01-22T21:24:57.290Z Downloaded rayon-core v1.12.1
10322026-01-22T21:24:57.293Z Downloaded nom v7.1.3
10332026-01-22T21:24:57.297Z Downloaded aho-corasick v1.1.3
10342026-01-22T21:24:57.302Z Downloaded strum_macros v0.26.4
10352026-01-22T21:24:57.305Z Downloaded strum_macros v0.24.3
10362026-01-22T21:24:57.307Z Downloaded prettyplease v0.2.36
10372026-01-22T21:24:57.311Z Downloaded mio v1.0.2
10382026-01-22T21:24:57.314Z Downloaded smallvec v0.6.14
10392026-01-22T21:24:57.317Z Downloaded slog-async v2.8.0
10402026-01-22T21:24:57.317Z Downloaded ron v0.7.1
10412026-01-22T21:24:57.320Z Downloaded hashbrown v0.13.2
10422026-01-22T21:24:57.323Z Downloaded hyper-util v0.1.19
10432026-01-22T21:24:57.328Z Downloaded signal-hook-registry v1.4.2
10442026-01-22T21:24:57.330Z Downloaded shlex v1.3.0
10452026-01-22T21:24:57.330Z Downloaded sync-ptr v0.1.4
10462026-01-22T21:24:57.330Z Downloaded libgit2-sys v0.18.2+1.9.1
10472026-01-22T21:24:57.380Z Downloaded supports-color v3.0.2
10482026-01-22T21:24:57.384Z Downloaded strum v0.27.2
10492026-01-22T21:24:57.384Z Downloaded structmeta v0.3.0
10502026-01-22T21:24:57.384Z Downloaded slog-term v2.9.2
10512026-01-22T21:24:57.387Z Downloaded sqlparser_derive v0.2.2
10522026-01-22T21:24:57.387Z Downloaded minimal-lexical v0.2.1
10532026-01-22T21:24:57.390Z Downloaded signature v2.2.0
10542026-01-22T21:24:57.393Z Downloaded signal-hook-tokio v0.3.1
10552026-01-22T21:24:57.393Z Downloaded signal-hook-mio v0.2.4
10562026-01-22T21:24:57.393Z Downloaded rusty-fork v0.3.0
10572026-01-22T21:24:57.393Z Downloaded rustversion v1.0.22
10582026-01-22T21:24:57.396Z Downloaded rustls-pemfile v2.2.0
10592026-01-22T21:24:57.399Z Downloaded rustls-pemfile v1.0.4
10602026-01-22T21:24:57.399Z Downloaded rustls-native-certs v0.8.1
10612026-01-22T21:24:57.402Z Downloaded serde_repr v0.1.19
10622026-01-22T21:24:57.402Z Downloaded rustc-hash v2.1.1
10632026-01-22T21:24:57.406Z Downloaded serde_plain v1.0.2
10642026-01-22T21:24:57.406Z Downloaded hickory-resolver v0.24.4
10652026-01-22T21:24:57.409Z Downloaded progenitor-impl v0.8.0
10662026-01-22T21:24:57.412Z Downloaded rustc-demangle v0.1.24
10672026-01-22T21:24:57.412Z Downloaded proc-macro-error2 v2.0.1
10682026-01-22T21:24:57.415Z Downloaded papergrid v0.17.0
10692026-01-22T21:24:57.418Z Downloaded seq-macro v0.3.6
10702026-01-22T21:24:57.421Z Downloaded secrecy v0.10.3
10712026-01-22T21:24:57.422Z Downloaded postgres-types v0.2.9
10722026-01-22T21:24:57.425Z Downloaded scroll_derive v0.13.1
10732026-01-22T21:24:57.425Z Downloaded scheduled-thread-pool v0.2.7
10742026-01-22T21:24:57.425Z Downloaded same-file v1.0.6
10752026-01-22T21:24:57.425Z Downloaded salsa20 v0.10.2
10762026-01-22T21:24:57.428Z Downloaded rand_seeder v0.4.0
10772026-01-22T21:24:57.428Z Downloaded rand_core v0.6.4
10782026-01-22T21:24:57.432Z Downloaded postgres-protocol v0.6.8
10792026-01-22T21:24:57.433Z Downloaded pkcs1 v0.7.5
10802026-01-22T21:24:57.436Z Downloaded crossbeam-channel v0.5.15
10812026-01-22T21:24:57.436Z Downloaded postcard v1.0.10
10822026-01-22T21:24:57.439Z Downloaded ref-cast-impl v1.0.25
10832026-01-22T21:24:57.439Z Downloaded progenitor-client v0.10.0
10842026-01-22T21:24:57.439Z Downloaded progenitor v0.11.2
10852026-01-22T21:24:57.442Z Downloaded progenitor v0.10.0
10862026-01-22T21:24:57.442Z Downloaded primeorder v0.13.6
10872026-01-22T21:24:57.445Z Downloaded predicates v3.1.3
10882026-01-22T21:24:57.445Z Downloaded ppv-lite86 v0.2.20
10892026-01-22T21:24:57.448Z Downloaded miniz_oxide v0.8.5
10902026-01-22T21:24:57.448Z Downloaded indicatif v0.18.0
10912026-01-22T21:24:57.451Z Downloaded indicatif v0.17.11
10922026-01-22T21:24:57.458Z Downloaded pin-project-lite v0.2.14
10932026-01-22T21:24:57.461Z Downloaded pin-project-internal v1.1.6
10942026-01-22T21:24:57.461Z Downloaded omicron-zone-package v0.12.2
10952026-01-22T21:24:57.465Z Downloaded ed25519-dalek v2.1.1
10962026-01-22T21:24:57.465Z Downloaded progenitor-macro v0.11.2
10972026-01-22T21:24:57.468Z Downloaded progenitor-macro v0.10.0
10982026-01-22T21:24:57.468Z Downloaded progenitor-client v0.11.2
10992026-01-22T21:24:57.468Z Downloaded pem v3.0.5
11002026-01-22T21:24:57.471Z Downloaded parse-display-derive v0.10.0
11012026-01-22T21:24:57.471Z Downloaded password-hash v0.4.2
11022026-01-22T21:24:57.471Z Downloaded parking_lot_core v0.9.10
11032026-01-22T21:24:57.474Z Downloaded parking_lot_core v0.8.6
11042026-01-22T21:24:57.474Z Downloaded ignore v0.4.23
11052026-01-22T21:24:57.477Z Downloaded heapless v0.8.0
11062026-01-22T21:24:57.480Z Downloaded headers v0.4.1
11072026-01-22T21:24:57.483Z Downloaded progenitor v0.8.0
11082026-01-22T21:24:57.486Z Downloaded proc-macro-error-attr2 v2.0.0
11092026-01-22T21:24:57.486Z Downloaded proc-macro-crate v1.3.1
11102026-01-22T21:24:57.486Z Downloaded pretty-hex v0.2.1
11112026-01-22T21:24:57.489Z Downloaded predicates-tree v1.0.12
11122026-01-22T21:24:57.489Z Downloaded precomputed-hash v0.1.1
11132026-01-22T21:24:57.490Z Downloaded oxnet v0.1.4
11142026-01-22T21:24:57.494Z Downloaded oxide-tokio-rt v0.1.2
11152026-01-22T21:24:57.494Z Downloaded native-tls v0.2.12
11162026-01-22T21:24:57.494Z Downloaded mime_guess v2.0.5
11172026-01-22T21:24:57.498Z Downloaded bytes v1.10.1
11182026-01-22T21:24:57.498Z Downloaded flume v0.11.1
11192026-01-22T21:24:57.501Z Downloaded num-integer v0.1.46
11202026-01-22T21:24:57.504Z Downloaded nu-ansi-term v0.50.1
11212026-01-22T21:24:57.504Z Downloaded nonempty v0.12.0
11222026-01-22T21:24:57.507Z Downloaded libloading v0.8.5
11232026-01-22T21:24:57.507Z Downloaded compact_str v0.8.0
11242026-01-22T21:24:57.510Z Downloaded elliptic-curve v0.13.8
11252026-01-22T21:24:57.513Z Downloaded chacha20poly1305 v0.10.1
11262026-01-22T21:24:57.516Z Downloaded parse-display v0.10.0
11272026-01-22T21:24:57.516Z Downloaded num-complex v0.4.6
11282026-01-22T21:24:57.516Z Downloaded hickory-client v0.25.2
11292026-01-22T21:24:57.520Z Downloaded half v2.4.1
11302026-01-22T21:24:57.520Z Downloaded packed_struct_codegen v0.10.1
11312026-01-22T21:24:57.523Z Downloaded der v0.7.10
11322026-01-22T21:24:57.526Z Downloaded const_format v0.2.34
11332026-01-22T21:24:57.529Z Downloaded multer v3.1.0
11342026-01-22T21:24:57.532Z Downloaded ingot-macros v0.1.1
11352026-01-22T21:24:57.532Z Downloaded ingot v0.1.1
11362026-01-22T21:24:57.535Z Downloaded dropshot_endpoint v0.16.6
11372026-01-22T21:24:57.538Z Downloaded opaque-debug v0.3.1
11382026-01-22T21:24:57.538Z Downloaded num_enum_derive v0.5.11
11392026-01-22T21:24:57.538Z Downloaded num-iter v0.1.45
11402026-01-22T21:24:57.541Z Downloaded lzss v0.8.2
11412026-01-22T21:24:57.541Z Downloaded hyper-rustls v0.27.7
11422026-01-22T21:24:57.545Z Downloaded httparse v1.9.5
11432026-01-22T21:24:57.545Z Downloaded http-body-util v0.1.3
11442026-01-22T21:24:57.548Z Downloaded derive_builder v0.20.2
11452026-01-22T21:24:57.552Z Downloaded crc-any v2.5.0
11462026-01-22T21:24:57.555Z Downloaded base64 v0.22.1
11472026-01-22T21:24:57.558Z Downloaded libsw v3.5.0
11482026-01-22T21:24:57.558Z Downloaded libefi-sys v0.1.0
11492026-01-22T21:24:57.562Z Downloaded backtrace v0.3.74
11502026-01-22T21:24:57.565Z Downloaded jobserver v0.1.32
11512026-01-22T21:24:57.565Z Downloaded futures v0.3.31
11522026-01-22T21:24:57.568Z Downloaded derive_more v2.0.1
11532026-01-22T21:24:57.576Z Downloaded num-derive v0.4.2
11542026-01-22T21:24:57.579Z Downloaded num-conv v0.1.0
11552026-01-22T21:24:57.579Z Downloaded num v0.4.3
11562026-01-22T21:24:57.579Z Downloaded newtype-uuid-macros v0.1.0
11572026-01-22T21:24:57.582Z Downloaded newtype_derive v0.1.6
11582026-01-22T21:24:57.582Z Downloaded newline-converter v0.3.0
11592026-01-22T21:24:57.582Z Downloaded new_debug_unreachable v1.0.6
11602026-01-22T21:24:57.585Z Downloaded lalrpop-util v0.19.12
11612026-01-22T21:24:57.585Z Downloaded hmac v0.12.1
11622026-01-22T21:24:57.585Z Downloaded half v1.8.3
11632026-01-22T21:24:57.589Z Downloaded instant v0.1.13
11642026-01-22T21:24:57.589Z Downloaded ingot-types v0.1.2
11652026-01-22T21:24:57.589Z Downloaded indoc v2.0.6
11662026-01-22T21:24:57.592Z Downloaded md-5 v0.10.6
11672026-01-22T21:24:57.592Z Downloaded maybe-uninit v2.0.0
11682026-01-22T21:24:57.595Z Downloaded match_cfg v0.1.0
11692026-01-22T21:24:57.595Z Downloaded getrandom v0.2.15
11702026-01-22T21:24:57.599Z Downloaded crossbeam-epoch v0.9.18
11712026-01-22T21:24:57.599Z Downloaded humantime v2.2.0
11722026-01-22T21:24:57.602Z Downloaded maplit v1.0.2
11732026-01-22T21:24:57.602Z Downloaded crc32fast v1.4.2
11742026-01-22T21:24:57.602Z Downloaded lru v0.12.5
11752026-01-22T21:24:57.605Z Downloaded critical-section v1.1.3
11762026-01-22T21:24:57.606Z Downloaded cookie v0.18.1
11772026-01-22T21:24:57.609Z Downloaded cmake v0.1.51
11782026-01-22T21:24:57.609Z Downloaded hyper-staticfile v0.10.1
11792026-01-22T21:24:57.609Z Downloaded hubpack v0.1.2
11802026-01-22T21:24:57.612Z Downloaded foldhash v0.1.5
11812026-01-22T21:24:57.612Z Downloaded cookie_store v0.21.1
11822026-01-22T21:24:57.615Z Downloaded colored v3.0.0
11832026-01-22T21:24:57.615Z Downloaded ciborium v0.2.2
11842026-01-22T21:24:57.618Z Downloaded cassowary v0.3.0
11852026-01-22T21:24:57.618Z Downloaded blake2 v0.10.6
11862026-01-22T21:24:57.621Z Downloaded console v0.15.10
11872026-01-22T21:24:57.624Z Downloaded colored v2.2.0
11882026-01-22T21:24:57.624Z Downloaded cancel-safe-futures v0.1.5
11892026-01-22T21:24:57.627Z Downloaded arc-swap v1.7.1
11902026-01-22T21:24:57.631Z Downloaded keccak v0.1.5
11912026-01-22T21:24:57.631Z Downloaded darling_core v0.21.0
11922026-01-22T21:24:57.634Z Downloaded lazy_static v1.5.0
11932026-01-22T21:24:57.638Z Downloaded kstat-rs v0.2.4
11942026-01-22T21:24:57.638Z Downloaded is_ci v1.2.0
11952026-01-22T21:24:57.638Z Downloaded crypto-bigint v0.5.5
11962026-01-22T21:24:57.643Z Downloaded highway v1.3.0
11972026-01-22T21:24:57.646Z Downloaded bzip2 v0.5.2
11982026-01-22T21:24:57.646Z Downloaded dropshot-api-manager v0.2.4
11992026-01-22T21:24:57.649Z Downloaded derive_more v0.99.20
12002026-01-22T21:24:57.652Z Downloaded derive-where v1.5.0
12012026-01-22T21:24:57.655Z Downloaded inout v0.1.3
12022026-01-22T21:24:57.658Z Downloaded indoc v1.0.9
12032026-01-22T21:24:57.658Z Downloaded console v0.16.0
12042026-01-22T21:24:57.662Z Downloaded clang-sys v1.8.1
12052026-01-22T21:24:57.665Z Downloaded bzip2 v0.4.4
12062026-01-22T21:24:57.665Z Downloaded globset v0.4.15
12072026-01-22T21:24:57.668Z Downloaded glob v0.3.2
12082026-01-22T21:24:57.668Z Downloaded drift v0.1.2
12092026-01-22T21:24:57.671Z Downloaded corncobs v0.1.4
12102026-01-22T21:24:57.674Z Downloaded convert_case v0.7.1
12112026-01-22T21:24:57.674Z Downloaded const_format_proc_macros v0.2.34
12122026-01-22T21:24:57.677Z Downloaded cbc v0.1.2
12132026-01-22T21:24:57.677Z Downloaded bitfield v0.19.2
12142026-01-22T21:24:57.677Z Downloaded bit-vec v0.6.3
12152026-01-22T21:24:57.680Z Downloaded bcs v0.1.6
12162026-01-22T21:24:57.680Z Downloaded bitflags v1.3.2
12172026-01-22T21:24:57.683Z Downloaded bit-vec v0.8.0
12182026-01-22T21:24:57.686Z Downloaded group v0.13.0
12192026-01-22T21:24:57.687Z Downloaded futures-executor v0.3.31
12202026-01-22T21:24:57.687Z Downloaded fs_extra v1.3.0
12212026-01-22T21:24:57.690Z Downloaded fs-err v2.11.0
12222026-01-22T21:24:57.690Z Downloaded fixedbitset v0.5.7
12232026-01-22T21:24:57.693Z Downloaded filetime v0.2.26
12242026-01-22T21:24:57.693Z Downloaded fallible-iterator v0.2.0
12252026-01-22T21:24:57.693Z Downloaded env_logger v0.11.8
12262026-01-22T21:24:57.696Z Downloaded blowfish v0.9.1
12272026-01-22T21:24:57.696Z Downloaded hostname v0.4.2
12282026-01-22T21:24:57.699Z Downloaded home v0.5.9
12292026-01-22T21:24:57.699Z Downloaded heck v0.3.3
12302026-01-22T21:24:57.700Z Downloaded hostname v0.3.1
12312026-01-22T21:24:57.703Z Downloaded hex v0.4.3
12322026-01-22T21:24:57.703Z Downloaded hash32 v0.3.1
12332026-01-22T21:24:57.706Z Downloaded hash32 v0.2.1
12342026-01-22T21:24:57.706Z Downloaded derive_builder_core v0.20.2
12352026-01-22T21:24:57.706Z Downloaded cipher v0.4.4
12362026-01-22T21:24:57.709Z Downloaded buf-list v1.0.3
12372026-01-22T21:24:57.709Z Downloaded chacha20 v0.9.1
12382026-01-22T21:24:57.712Z Downloaded cexpr v0.6.0
12392026-01-22T21:24:57.712Z Downloaded bit-set v0.5.3
12402026-01-22T21:24:57.715Z Downloaded futures-macro v0.3.31
12412026-01-22T21:24:57.715Z Downloaded float-cmp v0.10.0
12422026-01-22T21:24:57.715Z Downloaded dropshot-api-manager-types v0.2.4
12432026-01-22T21:24:57.715Z Downloaded constant_time_eq v0.3.1
12442026-01-22T21:24:57.719Z Downloaded gethostname v0.5.0
12452026-01-22T21:24:57.719Z Downloaded futures-io v0.3.31
12462026-01-22T21:24:57.719Z Downloaded futures-core v0.3.31
12472026-01-22T21:24:57.722Z Downloaded embedded-io v0.6.1
12482026-01-22T21:24:57.722Z Downloaded dtrace-parser v0.3.0
12492026-01-22T21:24:57.722Z Downloaded dsl_auto_type v0.1.2
12502026-01-22T21:24:57.722Z Downloaded dof v0.4.0
12512026-01-22T21:24:57.725Z Downloaded des v0.8.1
12522026-01-22T21:24:57.725Z Downloaded der_derive v0.7.3
12532026-01-22T21:24:57.726Z Downloaded defmt v0.3.8
12542026-01-22T21:24:57.729Z Downloaded crc8 v0.1.1
12552026-01-22T21:24:57.729Z Downloaded convert_case v0.4.0
12562026-01-22T21:24:57.732Z Downloaded cargo_metadata v0.19.2
12572026-01-22T21:24:57.732Z Downloaded bitfield-struct v0.6.2
12582026-01-22T21:24:57.732Z Downloaded bitfield-macros v0.19.2
12592026-01-22T21:24:57.735Z Downloaded bit-set v0.8.0
12602026-01-22T21:24:57.735Z Downloaded foreign-types v0.5.0
12612026-01-22T21:24:57.735Z Downloaded fd-lock v4.0.2
12622026-01-22T21:24:57.738Z Downloaded endian-type v0.1.2
12632026-01-22T21:24:57.738Z Downloaded embedded-io v0.4.0
12642026-01-22T21:24:57.738Z Downloaded crc v3.2.1
12652026-01-22T21:24:57.741Z Downloaded ciborium-ll v0.2.2
12662026-01-22T21:24:57.741Z Downloaded ciborium-io v0.2.2
12672026-01-22T21:24:57.742Z Downloaded foreign-types-shared v0.1.1
12682026-01-22T21:24:57.745Z Downloaded env_filter v0.1.2
12692026-01-22T21:24:57.745Z Downloaded enum-as-inner v0.6.1
12702026-01-22T21:24:57.745Z Downloaded diesel-dtrace v0.4.2
12712026-01-22T21:24:57.748Z Downloaded derive_more-impl v2.0.1
12722026-01-22T21:24:57.751Z Downloaded defmt-macros v0.3.9
12732026-01-22T21:24:57.755Z Downloaded daft-derive v0.1.4
12742026-01-22T21:24:57.758Z Downloaded block-padding v0.3.3
12752026-01-22T21:24:57.758Z Downloaded cobs v0.2.3
12762026-01-22T21:24:57.758Z Downloaded cargo-platform v0.1.8
12772026-01-22T21:24:57.761Z Downloaded dyn-clone v1.0.20
12782026-01-22T21:24:57.761Z Downloaded display-error-chain v0.2.2
12792026-01-22T21:24:57.761Z Downloaded derive-ex v0.1.8
12802026-01-22T21:24:57.764Z Downloaded async-trait v0.1.89
12812026-01-22T21:24:57.767Z Downloaded async-bb8-diesel v0.2.1
12822026-01-22T21:24:57.767Z Downloaded deranged v0.5.3
12832026-01-22T21:24:57.771Z Downloaded cfg_aliases v0.1.1
12842026-01-22T21:24:57.771Z Downloaded castaway v0.2.3
12852026-01-22T21:24:57.771Z Downloaded defmt-parser v0.3.4
12862026-01-22T21:24:57.771Z Downloaded darling_macro v0.20.10
12872026-01-22T21:24:57.774Z Downloaded csv-core v0.1.11
12882026-01-22T21:24:57.774Z Downloaded addr2line v0.24.2
12892026-01-22T21:24:57.774Z Downloaded derive_builder_macro v0.20.2
12902026-01-22T21:24:57.777Z Downloaded bcrypt-pbkdf v0.10.0
12912026-01-22T21:24:57.777Z Downloaded base16ct v0.2.0
12922026-01-22T21:24:57.777Z Downloaded async-recursion v1.1.1
12932026-01-22T21:24:57.780Z Downloaded ascii-canvas v3.0.0
12942026-01-22T21:24:57.780Z Downloaded argon2 v0.5.3
12952026-01-22T21:24:57.783Z Downloaded adler2 v2.0.0
12962026-01-22T21:24:57.783Z Downloaded foldhash v0.2.0
12972026-01-22T21:24:57.786Z Downloaded darling v0.20.10
12982026-01-22T21:24:57.789Z Downloaded daft v0.1.4
12992026-01-22T21:24:57.790Z Downloaded ctr v0.9.2
13002026-01-22T21:24:57.793Z Downloaded erased-serde v0.3.31
13012026-01-22T21:24:57.793Z Downloaded either v1.15.0
13022026-01-22T21:24:57.796Z Downloaded dirs-sys-next v0.1.2
13032026-01-22T21:24:57.796Z Downloaded curve25519-dalek-derive v0.1.1
13042026-01-22T21:24:57.796Z Downloaded crossbeam-utils v0.8.21
13052026-01-22T21:24:57.799Z Downloaded atty v0.2.14
13062026-01-22T21:24:57.799Z Downloaded async-stream v0.3.6
13072026-01-22T21:24:57.802Z Downloaded assert_matches v1.5.0
13082026-01-22T21:24:57.802Z Downloaded array-init v0.0.4
13092026-01-22T21:24:57.802Z Downloaded crucible-workspace-hack v0.1.0
13102026-01-22T21:24:57.802Z Downloaded cstr-argument v0.1.2
13112026-01-22T21:24:57.805Z Downloaded atomic-waker v1.1.2
13122026-01-22T21:24:57.805Z Downloaded arrayvec v0.7.6
13132026-01-22T21:24:57.805Z Downloaded ahash v0.8.12
13142026-01-22T21:24:57.808Z Downloaded aead v0.5.2
13152026-01-22T21:24:57.886Z Downloaded aws-lc-sys v0.26.0
13162026-01-22T21:24:58.195Z Compiling value-bag v1.12.0
13172026-01-22T21:24:58.195Z Compiling lock_api v0.4.12
13182026-01-22T21:24:58.195Z Compiling scopeguard v1.2.0
13192026-01-22T21:24:58.199Z Compiling shlex v1.3.0
13202026-01-22T21:24:58.199Z Compiling smallvec v1.15.1
13212026-01-22T21:24:58.199Z Compiling syn v2.0.111
13222026-01-22T21:24:58.364Z Compiling getrandom v0.2.15
13232026-01-22T21:24:58.367Z Compiling jobserver v0.1.32
13242026-01-22T21:24:58.502Z Compiling typenum v1.17.0
13252026-01-22T21:24:58.747Z Compiling log v0.4.29
13262026-01-22T21:24:58.766Z Compiling rand_core v0.6.4
13272026-01-22T21:24:58.878Z Compiling cc v1.2.30
13282026-01-22T21:24:58.882Z Compiling generic-array v0.14.7
13292026-01-22T21:24:59.174Z Compiling subtle v2.6.1
13302026-01-22T21:24:59.291Z Compiling portable-atomic v1.11.0
13312026-01-22T21:24:59.312Z Compiling const-oid v0.9.6
13322026-01-22T21:24:59.332Z Compiling critical-section v1.1.3
13332026-01-22T21:24:59.453Z Compiling pkg-config v0.3.31
13342026-01-22T21:24:59.668Z Compiling getrandom v0.3.4
13352026-01-22T21:24:59.688Z Compiling serde_json v1.0.149
13362026-01-22T21:25:00.102Z Compiling spin v0.9.8
13372026-01-22T21:25:00.542Z Compiling regex-syntax v0.8.5
13382026-01-22T21:25:00.828Z Compiling parking_lot_core v0.9.10
13392026-01-22T21:25:01.024Z Compiling pin-project-lite v0.2.14
13402026-01-22T21:25:01.334Z Compiling rustix v0.38.37
13412026-01-22T21:25:01.506Z Compiling libm v0.2.8
13422026-01-22T21:25:01.851Z Compiling once_cell v1.21.3
13432026-01-22T21:25:01.920Z Compiling signal-hook-registry v1.4.2
13442026-01-22T21:25:02.172Z Compiling num-traits v0.2.19
13452026-01-22T21:25:02.244Z Compiling allocator-api2 v0.2.21
13462026-01-22T21:25:02.265Z Compiling parking_lot v0.12.3
13472026-01-22T21:25:02.773Z Compiling mio v1.0.2
13482026-01-22T21:25:02.919Z Compiling futures-core v0.3.31
13492026-01-22T21:25:03.016Z Compiling lazy_static v1.5.0
13502026-01-22T21:25:03.139Z Compiling aho-corasick v1.1.3
13512026-01-22T21:25:03.166Z Compiling percent-encoding v2.3.2
13522026-01-22T21:25:03.192Z Compiling socket2 v0.6.1
13532026-01-22T21:25:03.529Z Compiling slab v0.4.9
13542026-01-22T21:25:03.900Z Compiling cpufeatures v0.2.14
13552026-01-22T21:25:04.024Z Compiling glob v0.3.2
13562026-01-22T21:25:04.068Z Compiling futures-sink v0.3.31
13572026-01-22T21:25:04.086Z Compiling either v1.15.0
13582026-01-22T21:25:04.246Z Compiling futures-channel v0.3.31
13592026-01-22T21:25:04.411Z Compiling hashbrown v0.16.1
13602026-01-22T21:25:04.561Z Compiling prettyplease v0.2.36
13612026-01-22T21:25:04.737Z Compiling pin-utils v0.1.0
13622026-01-22T21:25:04.851Z Compiling futures-io v0.3.31
13632026-01-22T21:25:04.907Z Compiling clang-sys v1.8.1
13642026-01-22T21:25:04.944Z Compiling futures-task v0.3.31
13652026-01-22T21:25:05.144Z Compiling regex-automata v0.4.11
13662026-01-22T21:25:05.233Z Compiling rustversion v1.0.22
13672026-01-22T21:25:05.592Z Compiling minimal-lexical v0.2.1
13682026-01-22T21:25:05.636Z Compiling indexmap v2.12.1
13692026-01-22T21:25:05.686Z Compiling libloading v0.8.5
13702026-01-22T21:25:06.082Z Compiling synstructure v0.13.1
13712026-01-22T21:25:06.120Z Compiling nom v7.1.3
13722026-01-22T21:25:06.513Z Compiling bindgen v0.69.5
13732026-01-22T21:25:07.067Z Compiling ident_case v1.0.1
13742026-01-22T21:25:07.275Z Compiling base64ct v1.6.0
13752026-01-22T21:25:07.294Z Compiling home v0.5.9
13762026-01-22T21:25:07.534Z Compiling itertools v0.12.1
13772026-01-22T21:25:07.562Z Compiling form_urlencoded v1.2.2
13782026-01-22T21:25:07.874Z Compiling pem-rfc7468 v0.7.0
13792026-01-22T21:25:07.877Z Compiling flagset v0.4.6
13802026-01-22T21:25:08.130Z Compiling lazycell v1.3.0
13812026-01-22T21:25:08.348Z Compiling rustc-hash v1.1.0
13822026-01-22T21:25:08.492Z Compiling rand_core v0.9.3
13832026-01-22T21:25:08.513Z Compiling cmake v0.1.51
13842026-01-22T21:25:09.059Z Compiling fs_extra v1.3.0
13852026-01-22T21:25:09.349Z Compiling cexpr v0.6.0
13862026-01-22T21:25:09.528Z Compiling paste v1.0.15
13872026-01-22T21:25:09.615Z Compiling foldhash v0.1.5
13882026-01-22T21:25:09.941Z Compiling dunce v1.0.5
13892026-01-22T21:25:10.054Z Compiling iana-time-zone v0.1.63
13902026-01-22T21:25:10.164Z Compiling hashbrown v0.15.4
13912026-01-22T21:25:10.354Z Compiling rustc_version v0.4.1
13922026-01-22T21:25:10.444Z Compiling regex v1.11.3
13932026-01-22T21:25:10.464Z Compiling uuid v1.19.0
13942026-01-22T21:25:10.903Z Compiling zerocopy v0.8.27
13952026-01-22T21:25:10.924Z Compiling serde_derive v1.0.228
13962026-01-22T21:25:11.004Z Compiling zeroize_derive v1.4.2
13972026-01-22T21:25:11.385Z Compiling zerofrom-derive v0.1.4
13982026-01-22T21:25:11.420Z Compiling yoke-derive v0.7.4
13992026-01-22T21:25:11.691Z Compiling zerovec-derive v0.10.3
14002026-01-22T21:25:12.013Z Compiling displaydoc v0.2.5
14012026-01-22T21:25:12.430Z Compiling zeroize v1.8.1
14022026-01-22T21:25:13.601Z Compiling icu_provider_macros v1.5.0
14032026-01-22T21:25:14.117Z Compiling zerocopy-derive v0.7.35
14042026-01-22T21:25:14.141Z Compiling tokio-macros v2.6.0
14052026-01-22T21:25:14.221Z Compiling crypto-common v0.1.6
14062026-01-22T21:25:14.472Z Compiling block-buffer v0.10.4
14072026-01-22T21:25:14.665Z Compiling thiserror-impl v2.0.17
14082026-01-22T21:25:14.754Z Compiling zerofrom v0.1.4
14092026-01-22T21:25:14.801Z Compiling digest v0.10.7
14102026-01-22T21:25:15.003Z Compiling yoke v0.7.4
14112026-01-22T21:25:15.309Z Compiling hmac v0.12.1
14122026-01-22T21:25:15.397Z Compiling zerovec v0.10.4
14132026-01-22T21:25:15.474Z Compiling block-padding v0.3.3
14142026-01-22T21:25:15.590Z Compiling futures-macro v0.3.31
14152026-01-22T21:25:15.754Z Compiling inout v0.1.3
14162026-01-22T21:25:15.757Z Compiling sha2 v0.10.9
14172026-01-22T21:25:16.007Z Compiling zerocopy v0.7.35
14182026-01-22T21:25:16.063Z Compiling cipher v0.4.4
14192026-01-22T21:25:16.608Z Compiling der_derive v0.7.3
14202026-01-22T21:25:17.436Z Compiling tinystr v0.7.6
14212026-01-22T21:25:17.456Z Compiling icu_collections v1.5.0
14222026-01-22T21:25:17.478Z Compiling futures-util v0.3.31
14232026-01-22T21:25:17.791Z Compiling icu_locid v1.5.0
14242026-01-22T21:25:17.828Z Compiling thiserror v2.0.17
14252026-01-22T21:25:17.883Z Compiling ppv-lite86 v0.2.20
14262026-01-22T21:25:18.002Z Compiling pest v2.8.2
14272026-01-22T21:25:18.333Z Compiling serde v1.0.228
14282026-01-22T21:25:18.652Z Compiling salsa20 v0.10.2
14292026-01-22T21:25:18.702Z Compiling pbkdf2 v0.12.2
14302026-01-22T21:25:18.807Z Compiling der v0.7.10
14312026-01-22T21:25:18.902Z Compiling vcpkg v0.2.15
14322026-01-22T21:25:18.905Z Compiling scrypt v0.11.0
14332026-01-22T21:25:19.279Z Compiling icu_provider v1.5.0
14342026-01-22T21:25:19.423Z Compiling bitflags v2.9.4
14352026-01-22T21:25:19.588Z Compiling bytes v1.10.1
14362026-01-22T21:25:19.935Z Compiling chrono v0.4.42
14372026-01-22T21:25:20.306Z Compiling icu_locid_transform v1.5.0
14382026-01-22T21:25:20.629Z Compiling openssl-sys v0.9.109
14392026-01-22T21:25:21.053Z Compiling tokio v1.48.0
14402026-01-22T21:25:21.110Z Compiling spki v0.7.3
14412026-01-22T21:25:21.492Z Compiling http v1.4.0
14422026-01-22T21:25:21.751Z Compiling icu_properties v1.5.1
14432026-01-22T21:25:21.868Z Compiling pest_meta v2.8.2
14442026-01-22T21:25:22.629Z Compiling rand_chacha v0.9.0
14452026-01-22T21:25:22.903Z Compiling cbc v0.1.2
14462026-01-22T21:25:23.173Z Compiling aes v0.8.4
14472026-01-22T21:25:23.404Z Compiling zerocopy-derive v0.8.27
14482026-01-22T21:25:23.637Z Compiling which v4.4.2
14492026-01-22T21:25:24.532Z Compiling pkcs5 v0.7.1
14502026-01-22T21:25:25.415Z Compiling pest_generator v2.8.2
14512026-01-22T21:25:25.672Z Compiling icu_normalizer v1.5.0
14522026-01-22T21:25:25.961Z Compiling rand v0.9.2
14532026-01-22T21:25:26.482Z Compiling tracing-attributes v0.1.27
14542026-01-22T21:25:26.594Z Compiling idna_adapter v1.2.0
14552026-01-22T21:25:26.795Z Compiling idna v1.0.3
14562026-01-22T21:25:27.190Z Compiling serde_derive_internals v0.29.1
14572026-01-22T21:25:27.369Z Compiling ring v0.17.14
14582026-01-22T21:25:27.658Z Compiling url v2.5.4
14592026-01-22T21:25:28.274Z Compiling tracing-core v0.1.32
14602026-01-22T21:25:28.478Z Compiling adler2 v2.0.0
14612026-01-22T21:25:28.716Z Compiling schemars v0.8.22
14622026-01-22T21:25:29.114Z Compiling aws-lc-rs v1.12.4
14632026-01-22T21:25:29.414Z Compiling rustix v1.1.3
14642026-01-22T21:25:29.417Z Compiling schemars_derive v0.8.22
14652026-01-22T21:25:29.476Z Compiling tokio-util v0.7.15
14662026-01-22T21:25:29.611Z Compiling miniz_oxide v0.8.5
14672026-01-22T21:25:29.633Z Compiling tracing v0.1.40
14682026-01-22T21:25:30.521Z Compiling pest_derive v2.8.2
14692026-01-22T21:25:30.904Z Compiling pkcs8 v0.10.2
14702026-01-22T21:25:30.935Z Compiling http-body v1.0.1
14712026-01-22T21:25:31.206Z Compiling scroll_derive v0.13.1
14722026-01-22T21:25:31.316Z Compiling darling_core v0.20.10
14732026-01-22T21:25:31.519Z Compiling base64 v0.22.1
14742026-01-22T21:25:31.688Z Compiling rustls-pki-types v1.10.0
14752026-01-22T21:25:32.167Z Compiling httparse v1.9.5
14762026-01-22T21:25:32.347Z Compiling tinyvec_macros v0.1.1
14772026-01-22T21:25:32.464Z Compiling dyn-clone v1.0.20
14782026-01-22T21:25:32.576Z Compiling tinyvec v1.8.0
14792026-01-22T21:25:33.011Z Compiling scroll v0.13.0
14802026-01-22T21:25:33.558Z Compiling bzip2-sys v0.1.13+1.0.8
14812026-01-22T21:25:34.045Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14822026-01-22T21:25:34.078Z Compiling atomic-waker v1.1.2
14832026-01-22T21:25:34.291Z Compiling num-conv v0.1.0
14842026-01-22T21:25:34.316Z Compiling untrusted v0.7.1
14852026-01-22T21:25:34.583Z Compiling openssl v0.10.73
14862026-01-22T21:25:34.604Z Compiling powerfmt v0.2.0
14872026-01-22T21:25:34.774Z Compiling foreign-types-shared v0.1.1
14882026-01-22T21:25:34.910Z Compiling time-core v0.1.6
14892026-01-22T21:25:34.996Z Compiling try-lock v0.2.5
14902026-01-22T21:25:35.016Z Compiling tower-service v0.3.3
14912026-01-22T21:25:35.163Z Compiling untrusted v0.9.0
14922026-01-22T21:25:35.166Z Compiling openssl-probe v0.1.5
14932026-01-22T21:25:35.224Z Compiling tower-layer v0.3.3
14942026-01-22T21:25:35.353Z Compiling tempfile v3.24.0
14952026-01-22T21:25:35.494Z Compiling time-macros v0.2.24
14962026-01-22T21:25:35.536Z Compiling want v0.3.1
14972026-01-22T21:25:35.809Z Compiling foreign-types v0.3.2
14982026-01-22T21:25:35.829Z Compiling deranged v0.5.3
14992026-01-22T21:25:35.941Z Compiling h2 v0.4.6
15002026-01-22T21:25:37.137Z Compiling darling_macro v0.20.10
15012026-01-22T21:25:37.496Z Compiling goblin v0.10.2
15022026-01-22T21:25:38.042Z Compiling darling v0.20.10
15032026-01-22T21:25:38.305Z Compiling ipnet v2.11.0
15042026-01-22T21:25:38.631Z Compiling openssl-macros v0.1.1
15052026-01-22T21:25:39.390Z Compiling wait-timeout v0.2.0
15062026-01-22T21:25:39.413Z Compiling crossbeam-utils v0.8.21
15072026-01-22T21:25:39.430Z Compiling gimli v0.31.1
15082026-01-22T21:25:39.969Z Compiling native-tls v0.2.12
15092026-01-22T21:25:39.988Z Compiling num_threads v0.1.7
15102026-01-22T21:25:40.085Z Compiling rustls v0.23.19
15112026-01-22T21:25:40.147Z Compiling usdt-impl v0.6.0
15122026-01-22T21:25:40.355Z Compiling bit-vec v0.8.0
15132026-01-22T21:25:40.411Z Compiling quick-error v1.2.3
15142026-01-22T21:25:40.536Z Compiling syn v1.0.109
15152026-01-22T21:25:40.592Z Compiling httpdate v1.0.3
15162026-01-22T21:25:40.833Z Compiling bit-set v0.8.0
15172026-01-22T21:25:41.019Z Compiling rusty-fork v0.3.0
15182026-01-22T21:25:41.201Z Compiling time v0.3.43
15192026-01-22T21:25:41.678Z Compiling derive_builder_core v0.20.2
15202026-01-22T21:25:43.766Z Compiling addr2line v0.24.2
15212026-01-22T21:25:44.074Z Compiling hyper v1.8.1
15222026-01-22T21:25:44.478Z Compiling dof v0.4.0
15232026-01-22T21:25:45.089Z Compiling unicode-normalization v0.1.24
15242026-01-22T21:25:45.587Z Compiling dtrace-parser v0.3.0
15252026-01-22T21:25:46.122Z Compiling signature v2.2.0
15262026-01-22T21:25:46.444Z Compiling heapless v0.7.17
15272026-01-22T21:25:46.738Z Compiling scroll_derive v0.12.0
15282026-01-22T21:25:46.894Z Compiling thiserror-impl v1.0.69
15292026-01-22T21:25:47.337Z Compiling rand_xorshift v0.4.0
15302026-01-22T21:25:47.632Z Compiling slog v2.8.2
15312026-01-22T21:25:47.724Z Compiling darling_core v0.21.0
15322026-01-22T21:25:47.966Z Compiling thread-id v5.0.0
15332026-01-22T21:25:48.103Z Compiling cookie v0.18.1
15342026-01-22T21:25:48.141Z Compiling crc32fast v1.4.2
15352026-01-22T21:25:48.315Z Compiling object v0.36.5
15362026-01-22T21:25:48.440Z Compiling zstd-safe v7.2.3
15372026-01-22T21:25:48.466Z Compiling unicode-properties v0.1.3
15382026-01-22T21:25:48.664Z Compiling anyhow v1.0.99
15392026-01-22T21:25:48.805Z Compiling unicode-bidi v0.3.17
15402026-01-22T21:25:48.860Z Compiling unarray v0.1.4
15412026-01-22T21:25:49.052Z Compiling siphasher v0.3.11
15422026-01-22T21:25:49.257Z Compiling zlib-rs v0.5.1
15432026-01-22T21:25:49.451Z Compiling rustc-demangle v0.1.24
15442026-01-22T21:25:49.719Z Compiling signal-hook v0.3.18
15452026-01-22T21:25:50.026Z Compiling thiserror v1.0.69
15462026-01-22T21:25:50.078Z Compiling stringprep v0.1.5
15472026-01-22T21:25:50.122Z Compiling phf_shared v0.11.2
15482026-01-22T21:25:50.382Z Compiling proptest v1.7.0
15492026-01-22T21:25:50.544Z Compiling scroll v0.12.0
15502026-01-22T21:25:51.184Z Compiling hyper-util v0.1.19
15512026-01-22T21:25:51.717Z Compiling derive_builder_macro v0.20.2
15522026-01-22T21:25:52.934Z Compiling ipnetwork v0.21.1
15532026-01-22T21:25:53.752Z Compiling darling_macro v0.21.0
15542026-01-22T21:25:53.771Z Compiling serde_tokenstream v0.2.2
15552026-01-22T21:25:54.402Z Compiling erased-serde v0.3.31
15562026-01-22T21:25:54.673Z Compiling serde_spanned v0.6.9
15572026-01-22T21:25:54.935Z Compiling toml_datetime v0.6.11
15582026-01-22T21:25:55.235Z Compiling backtrace v0.3.74
15592026-01-22T21:25:55.484Z Compiling rand_chacha v0.3.1
15602026-01-22T21:25:55.546Z Compiling libz-rs-sys v0.5.1
15612026-01-22T21:25:55.720Z Compiling md-5 v0.10.6
15622026-01-22T21:25:55.851Z Compiling curve25519-dalek v4.1.3
15632026-01-22T21:25:56.023Z Compiling vergen-lib v0.1.6
15642026-01-22T21:25:56.368Z Compiling num-integer v0.1.46
15652026-01-22T21:25:56.475Z Compiling sync_wrapper v1.0.1
15662026-01-22T21:25:56.553Z Compiling ff v0.13.0
15672026-01-22T21:25:56.653Z Compiling hash32 v0.2.1
15682026-01-22T21:25:56.815Z Compiling memoffset v0.9.1
15692026-01-22T21:25:57.042Z Compiling ref-cast v1.0.25
15702026-01-22T21:25:57.068Z Compiling psl-types v2.0.11
15712026-01-22T21:25:57.170Z Compiling litrs v0.4.1
15722026-01-22T21:25:57.290Z Compiling base16ct v0.2.0
15732026-01-22T21:25:57.462Z Compiling fallible-iterator v0.2.0
15742026-01-22T21:25:57.627Z Compiling cfg_aliases v0.2.1
15752026-01-22T21:25:57.649Z Compiling smoltcp v0.9.1
15762026-01-22T21:25:57.740Z Compiling num-bigint-dig v0.8.6
15772026-01-22T21:25:58.027Z Compiling nix v0.29.0
15782026-01-22T21:25:58.126Z Compiling postgres-protocol v0.6.8
15792026-01-22T21:25:58.243Z Compiling document-features v0.2.11
15802026-01-22T21:25:58.264Z Compiling sec1 v0.7.3
15812026-01-22T21:25:58.336Z Compiling publicsuffix v2.3.0
15822026-01-22T21:25:58.835Z Compiling num-iter v0.1.45
15832026-01-22T21:25:58.864Z Compiling group v0.13.0
15842026-01-22T21:25:59.040Z Compiling tower v0.5.2
15852026-01-22T21:25:59.352Z Compiling newtype-uuid v1.3.2
15862026-01-22T21:25:59.452Z Compiling rand v0.8.5
15872026-01-22T21:25:59.933Z Compiling flate2 v1.1.2
15882026-01-22T21:26:00.094Z Compiling darling v0.21.0
15892026-01-22T21:26:00.156Z Compiling oxnet v0.1.4
15902026-01-22T21:26:00.246Z Compiling derive_builder v0.20.2
15912026-01-22T21:26:00.436Z Compiling tokio-native-tls v0.3.1
15922026-01-22T21:26:00.736Z Compiling goblin v0.8.2
15932026-01-22T21:26:01.404Z Compiling rustls-native-certs v0.8.1
15942026-01-22T21:26:01.435Z Compiling webpki-roots v1.0.1
15952026-01-22T21:26:01.670Z Compiling http-body-util v0.1.3
15962026-01-22T21:26:01.752Z Compiling strum_macros v0.27.2
15972026-01-22T21:26:01.974Z Compiling terminal_size v0.4.0
15982026-01-22T21:26:02.052Z Compiling cargo-platform v0.1.8
15992026-01-22T21:26:02.177Z Compiling hkdf v0.12.4
16002026-01-22T21:26:02.219Z Compiling crypto-bigint v0.5.5
16012026-01-22T21:26:02.472Z Compiling curve25519-dalek-derive v0.1.1
16022026-01-22T21:26:02.544Z Compiling ref-cast-impl v1.0.25
16032026-01-22T21:26:03.724Z Compiling async-trait v0.1.89
16042026-01-22T21:26:03.902Z Compiling daft-derive v0.1.4
16052026-01-22T21:26:04.503Z Compiling hubpack_derive v0.1.1
16062026-01-22T21:26:05.441Z Compiling vergen v9.0.6
16072026-01-22T21:26:05.623Z Compiling ahash v0.8.12
16082026-01-22T21:26:05.776Z Compiling fs-err v3.1.1
16092026-01-22T21:26:06.020Z Compiling ryu v1.0.18
16102026-01-22T21:26:06.129Z Compiling bitflags v1.3.2
16112026-01-22T21:26:06.231Z Compiling bumpalo v3.16.0
16122026-01-22T21:26:06.251Z Compiling iri-string v0.7.8
16132026-01-22T21:26:06.389Z Compiling managed v0.8.0
16142026-01-22T21:26:06.672Z Compiling simd-adler32 v0.3.7
16152026-01-22T21:26:06.715Z Compiling unicode-segmentation v1.12.0
16162026-01-22T21:26:06.835Z Compiling buf-list v1.0.3
16172026-01-22T21:26:07.226Z Compiling winnow v0.5.40
16182026-01-22T21:26:07.486Z Compiling lockfree-object-pool v0.1.6
16192026-01-22T21:26:07.759Z Compiling zopfli v0.8.1
16202026-01-22T21:26:08.067Z Compiling strum v0.27.2
16212026-01-22T21:26:08.277Z Compiling dof v0.3.0
16222026-01-22T21:26:09.359Z Compiling tower-http v0.6.6
16232026-01-22T21:26:09.621Z Compiling serde_urlencoded v0.7.1
16242026-01-22T21:26:09.888Z Compiling clap_builder v4.5.48
16252026-01-22T21:26:10.173Z Compiling daft v0.1.4
16262026-01-22T21:26:10.196Z Compiling hubpack v0.1.2
16272026-01-22T21:26:10.224Z Compiling elliptic-curve v0.13.8
16282026-01-22T21:26:10.629Z Compiling toml_edit v0.19.15
16292026-01-22T21:26:10.836Z Compiling cargo_metadata v0.19.2
16302026-01-22T21:26:10.912Z Compiling hyper-tls v0.6.0
16312026-01-22T21:26:11.060Z Compiling cookie_store v0.21.1
16322026-01-22T21:26:11.314Z Compiling zstd v0.13.3
16332026-01-22T21:26:11.875Z Compiling signal-hook-mio v0.2.4
16342026-01-22T21:26:13.386Z Compiling serde_with_macros v3.16.1
16352026-01-22T21:26:14.250Z Compiling postgres-types v0.2.9
16362026-01-22T21:26:15.716Z Compiling usdt-attr-macro v0.6.0
16372026-01-22T21:26:15.998Z Compiling usdt-macro v0.6.0
16382026-01-22T21:26:16.668Z Compiling phf v0.11.2
16392026-01-22T21:26:16.986Z Compiling dtrace-parser v0.2.0
16402026-01-22T21:26:17.300Z Compiling ed25519 v2.2.3
16412026-01-22T21:26:17.335Z Compiling bzip2 v0.5.2
16422026-01-22T21:26:17.479Z Compiling bzip2 v0.4.4
16432026-01-22T21:26:17.605Z Compiling pkcs1 v0.7.5
16442026-01-22T21:26:17.722Z Compiling clap_derive v4.5.47
16452026-01-22T21:26:17.882Z Compiling strum_macros v0.26.4
16462026-01-22T21:26:18.251Z Compiling enum-as-inner v0.6.1
16472026-01-22T21:26:18.521Z Compiling serde-big-array v0.5.1
16482026-01-22T21:26:18.790Z Compiling hex v0.4.3
16492026-01-22T21:26:18.900Z Compiling rfc6979 v0.4.0
16502026-01-22T21:26:19.111Z Compiling serde_repr v0.1.19
16512026-01-22T21:26:19.316Z Compiling bstr v1.10.0
16522026-01-22T21:26:19.350Z Compiling float-cmp v0.10.0
16532026-01-22T21:26:19.373Z Compiling env_filter v0.1.2
16542026-01-22T21:26:19.645Z Compiling memmap2 v0.9.8
16552026-01-22T21:26:20.009Z Compiling socket2 v0.5.10
16562026-01-22T21:26:20.084Z Compiling encoding_rs v0.8.34
16572026-01-22T21:26:20.296Z Compiling predicates-core v1.0.8
16582026-01-22T21:26:20.641Z Compiling jiff v0.2.15
16592026-01-22T21:26:20.860Z Compiling foldhash v0.2.0
16602026-01-22T21:26:20.895Z Compiling mime v0.3.17
16612026-01-22T21:26:21.274Z Compiling new_debug_unreachable v1.0.6
16622026-01-22T21:26:21.394Z Compiling fixedbitset v0.4.2
16632026-01-22T21:26:21.416Z Compiling normalize-line-endings v0.3.0
16642026-01-22T21:26:21.572Z Compiling whoami v1.5.2
16652026-01-22T21:26:21.822Z Compiling difflib v0.4.0
16662026-01-22T21:26:22.100Z Compiling keccak v0.1.5
16672026-01-22T21:26:22.159Z Compiling static_assertions v1.1.0
16682026-01-22T21:26:22.242Z Compiling rustc-hash v2.1.1
16692026-01-22T21:26:22.285Z Compiling precomputed-hash v0.1.1
16702026-01-22T21:26:22.426Z Compiling data-encoding v2.9.0
16712026-01-22T21:26:22.462Z Compiling fixedbitset v0.5.7
16722026-01-22T21:26:23.124Z Compiling hickory-proto v0.25.2
16732026-01-22T21:26:23.127Z Compiling petgraph v0.8.2
16742026-01-22T21:26:23.641Z Compiling iddqd v0.3.16
16752026-01-22T21:26:24.135Z Compiling string_cache v0.8.9
16762026-01-22T21:26:24.397Z Compiling sha3 v0.10.8
16772026-01-22T21:26:24.573Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16782026-01-22T21:26:25.526Z Compiling predicates v3.1.3
16792026-01-22T21:26:25.602Z Compiling strum v0.26.3
16802026-01-22T21:26:25.811Z Compiling clap v4.5.48
16812026-01-22T21:26:25.946Z Compiling tokio-postgres v0.7.13
16822026-01-22T21:26:26.238Z Compiling petgraph v0.6.5
16832026-01-22T21:26:27.051Z Compiling toml_edit v0.22.27
16842026-01-22T21:26:27.718Z Compiling similar v2.7.0
16852026-01-22T21:26:29.798Z Compiling zip v4.2.0
16862026-01-22T21:26:29.845Z Compiling usdt-impl v0.5.0
16872026-01-22T21:26:31.205Z Compiling usdt v0.6.0
16882026-01-22T21:26:31.339Z Compiling env_logger v0.11.8
16892026-01-22T21:26:31.375Z Compiling serde_with v3.16.1
16902026-01-22T21:26:31.680Z Compiling ecdsa v0.16.9
16912026-01-22T21:26:31.965Z Compiling rsa v0.9.8
16922026-01-22T21:26:32.107Z Compiling zip v0.6.6
16932026-01-22T21:26:32.426Z Compiling ed25519-dalek v2.1.1
16942026-01-22T21:26:33.355Z Compiling toml v0.7.8
16952026-01-22T21:26:33.997Z Compiling crossterm v0.28.1
16962026-01-22T21:26:34.840Z Compiling heck v0.4.1
16972026-01-22T21:26:35.174Z Compiling crossbeam-epoch v0.9.18
16982026-01-22T21:26:35.309Z Compiling tokio-stream v0.1.17
16992026-01-22T21:26:35.342Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17002026-01-22T21:26:35.401Z Compiling x509-cert v0.2.5
17012026-01-22T21:26:35.774Z Compiling openapiv3 v2.2.0
17022026-01-22T21:26:35.799Z Compiling sha1 v0.10.6
17032026-01-22T21:26:35.862Z Compiling itertools v0.13.0
17042026-01-22T21:26:36.250Z Compiling itertools v0.10.5
17052026-01-22T21:26:36.295Z Compiling winnow v0.6.26
17062026-01-22T21:26:37.275Z Compiling lalrpop-util v0.19.12
17072026-01-22T21:26:37.665Z Compiling peg-runtime v0.8.5
17082026-01-22T21:26:38.280Z Compiling thread_local v1.1.8
17092026-01-22T21:26:38.747Z Compiling slog-async v2.8.0
17102026-01-22T21:26:38.786Z Compiling crossbeam-channel v0.5.15
17112026-01-22T21:26:38.865Z Compiling xattr v1.3.1
17122026-01-22T21:26:39.152Z Compiling futures-executor v0.3.31
17132026-01-22T21:26:39.354Z Compiling is-terminal v0.4.13
17142026-01-22T21:26:39.542Z Compiling filetime v0.2.26
17152026-01-22T21:26:39.664Z Compiling term v1.1.0
17162026-01-22T21:26:39.708Z Compiling take_mut v0.2.2
17172026-01-22T21:26:39.757Z Compiling tar v0.4.44
17182026-01-22T21:26:39.796Z Compiling futures v0.3.31
17192026-01-22T21:26:40.884Z Compiling slog-term v2.9.2
17202026-01-22T21:26:43.195Z Compiling aws-lc-sys v0.26.0
17212026-01-22T21:27:14.246Z Compiling rustls-webpki v0.102.8
17222026-01-22T21:27:18.857Z Compiling tokio-rustls v0.26.0
17232026-01-22T21:27:19.127Z Compiling hyper-rustls v0.27.7
17242026-01-22T21:27:19.445Z Compiling reqwest v0.12.24
17252026-01-22T21:27:23.110Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17262026-01-22T21:27:23.411Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17272026-01-22T21:27:30.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s
17282026-01-22T21:27:30.809Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17292026-01-22T21:27:30.809ZJan 22 21:27:27.575 INFO Starting download, target: Clickhouse
17302026-01-22T21:27:30.809ZJan 22 21:27:27.576 INFO Starting download, target: Console
17312026-01-22T21:27:30.809ZJan 22 21:27:27.576 INFO Starting download, target: Cockroach
17322026-01-22T21:27:30.809ZJan 22 21:27:27.576 INFO Starting download, target: DendriteStub
17332026-01-22T21:27:30.809ZJan 22 21:27:27.576 INFO Starting download, target: MaghemiteMgd
17342026-01-22T21:27:30.810ZJan 22 21:27:27.576 INFO Starting download, target: TransceiverControl
17352026-01-22T21:27:30.810ZJan 22 21:27:27.576 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17362026-01-22T21:27:30.810ZJan 22 21:27:27.576 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17372026-01-22T21:27:30.810ZJan 22 21:27:27.576 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17382026-01-22T21:27:30.810ZJan 22 21:27:27.576 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17392026-01-22T21:27:30.810ZJan 22 21:27:27.576 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17402026-01-22T21:27:30.810ZJan 22 21:27:27.576 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17412026-01-22T21:27:30.810ZJan 22 21:27:28.090 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17422026-01-22T21:27:30.810ZJan 22 21:27:28.479 INFO Download complete, target: Console
17432026-01-22T21:27:30.810ZJan 22 21:27:29.706 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17442026-01-22T21:27:31.090ZJan 22 21:27:30.302 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17452026-01-22T21:27:31.554ZJan 22 21:27:30.768 INFO Download complete, target: TransceiverControl
17462026-01-22T21:27:32.155ZJan 22 21:27:31.370 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17472026-01-22T21:27:32.236ZJan 22 21:27:31.451 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17482026-01-22T21:27:32.710ZJan 22 21:27:31.926 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17492026-01-22T21:27:32.710ZJan 22 21:27:31.926 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17502026-01-22T21:27:36.225ZJan 22 21:27:35.440 INFO Download complete, target: MaghemiteMgd
17512026-01-22T21:27:36.230ZJan 22 21:27:35.445 INFO Download complete, target: DendriteStub
17522026-01-22T21:27:40.632ZJan 22 21:27:39.841 INFO Checking that binary works, target: Cockroach
17532026-01-22T21:27:40.752ZJan 22 21:27:39.966 INFO Download complete, target: Cockroach
17542026-01-22T21:27:42.242ZJan 22 21:27:41.454 INFO Checking that binary works, target: Clickhouse
17552026-01-22T21:27:42.403ZJan 22 21:27:41.617 INFO Download complete, target: Clickhouse
17562026-01-22T21:27:42.411ZAll prerequisites installed successfully
17572026-01-22T21:27:42.415Z
17582026-01-22T21:27:42.415Zreal 5:23.823144268
17592026-01-22T21:27:42.415Zuser 18:46.064901380
17602026-01-22T21:27:42.415Zsys 2:34.348340430
17612026-01-22T21:27:42.415Ztrap 0.690749842
17622026-01-22T21:27:42.415Ztflt 2.475982864
17632026-01-22T21:27:42.415Zdflt 2.217317886
17642026-01-22T21:27:42.415Zkflt 0.037808709
17652026-01-22T21:27:42.415Zlock 45:16.112799060
17662026-01-22T21:27:42.415Zslp 1:09:16.875134704
17672026-01-22T21:27:42.415Zlat 1:21.583334711
17682026-01-22T21:27:42.415Zstop 3:13.576722429
17692026-01-22T21:27:42.415Z+ ptime -m cargo xtask download softnpu
17702026-01-22T21:27:43.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
17712026-01-22T21:27:43.310Z Running `target/debug/xtask download softnpu`
17722026-01-22T21:27:44.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
17732026-01-22T21:27:44.463Z Running `target/debug/xtask-downloader softnpu`
17742026-01-22T21:27:44.507ZJan 22 21:27:43.720 INFO Starting download, target: Softnpu
17752026-01-22T21:27:44.511ZJan 22 21:27:43.721 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17762026-01-22T21:27:45.245ZJan 22 21:27:44.458 INFO Download complete, target: Softnpu
17772026-01-22T21:27:45.250Z
17782026-01-22T21:27:45.254Zreal 2.829470714
17792026-01-22T21:27:45.254Zuser 1.736541661
17802026-01-22T21:27:45.254Zsys 0.747351751
17812026-01-22T21:27:45.254Ztrap 0.001910159
17822026-01-22T21:27:45.254Ztflt 0.000151193
17832026-01-22T21:27:45.255Zdflt 0.000282068
17842026-01-22T21:27:45.255Zkflt 0.000000000
17852026-01-22T21:27:45.255Zlock 8.016875276
17862026-01-22T21:27:45.255Zslp 0.642643973
17872026-01-22T21:27:45.255Zlat 0.091238722
17882026-01-22T21:27:45.255Zstop 0.000356846
17892026-01-22T21:27:45.255Z+ export CARGO_INCREMENTAL=0
17902026-01-22T21:27:45.255Z+ CARGO_INCREMENTAL=0
17912026-01-22T21:27:45.255Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17922026-01-22T21:27:46.556Z Compiling proc-macro2 v1.0.101
17932026-01-22T21:27:46.556Z Compiling unicode-ident v1.0.19
17942026-01-22T21:27:46.559Z Compiling libc v0.2.180
17952026-01-22T21:27:46.559Z Compiling serde_core v1.0.228
17962026-01-22T21:27:46.559Z Compiling serde v1.0.228
17972026-01-22T21:27:46.559Z Compiling autocfg v1.4.0
17982026-01-22T21:27:46.560Z Compiling cfg-if v1.0.4
17992026-01-22T21:27:46.888Z Compiling version_check v0.9.5
18002026-01-22T21:27:46.909Z Compiling memchr v2.7.4
18012026-01-22T21:27:46.928Z Compiling shlex v1.3.0
18022026-01-22T21:27:47.439Z Compiling value-bag v1.12.0
18032026-01-22T21:27:47.533Z Compiling lock_api v0.4.12
18042026-01-22T21:27:47.916Z Compiling log v0.4.29
18052026-01-22T21:27:47.994Z Compiling zmij v1.0.15
18062026-01-22T21:27:48.183Z Compiling portable-atomic v1.11.0
18072026-01-22T21:27:48.496Z Compiling typenum v1.17.0
18082026-01-22T21:27:48.601Z Compiling quote v1.0.40
18092026-01-22T21:27:48.676Z Compiling jobserver v0.1.32
18102026-01-22T21:27:49.014Z Compiling syn v2.0.111
18112026-01-22T21:27:49.091Z Compiling cc v1.2.30
18122026-01-22T21:27:49.166Z Compiling serde_json v1.0.149
18132026-01-22T21:27:49.348Z Compiling generic-array v0.14.7
18142026-01-22T21:27:49.398Z Compiling getrandom v0.3.4
18152026-01-22T21:27:49.507Z Compiling libm v0.2.8
18162026-01-22T21:27:49.686Z Compiling num-traits v0.2.19
18172026-01-22T21:27:49.988Z Compiling scopeguard v1.2.0
18182026-01-22T21:27:50.020Z Compiling parking_lot_core v0.9.10
18192026-01-22T21:27:50.041Z Compiling smallvec v1.15.1
18202026-01-22T21:27:50.449Z Compiling regex-syntax v0.8.5
18212026-01-22T21:27:50.633Z Compiling itoa v1.0.11
18222026-01-22T21:27:51.354Z Compiling getrandom v0.2.15
18232026-01-22T21:27:51.502Z Compiling thiserror v2.0.17
18242026-01-22T21:27:51.751Z Compiling pkg-config v0.3.31
18252026-01-22T21:27:52.029Z Compiling aho-corasick v1.1.3
18262026-01-22T21:27:52.086Z Compiling rustix v0.38.37
18272026-01-22T21:27:52.573Z Compiling errno v0.3.12
18282026-01-22T21:27:52.757Z Compiling stable_deref_trait v1.2.0
18292026-01-22T21:27:52.789Z Compiling either v1.15.0
18302026-01-22T21:27:52.824Z Compiling spin v0.9.8
18312026-01-22T21:27:52.959Z Compiling slab v0.4.9
18322026-01-22T21:27:52.978Z Compiling allocator-api2 v0.2.21
18332026-01-22T21:27:53.255Z Compiling equivalent v1.0.2
18342026-01-22T21:27:53.306Z Compiling semver v1.0.27
18352026-01-22T21:27:53.418Z Compiling lazy_static v1.5.0
18362026-01-22T21:27:53.961Z Compiling regex-automata v0.4.11
18372026-01-22T21:27:54.014Z Compiling schemars v0.8.22
18382026-01-22T21:27:55.603Z Compiling rand_core v0.6.4
18392026-01-22T21:27:56.057Z Compiling byteorder v1.5.0
18402026-01-22T21:27:56.079Z Compiling critical-section v1.1.3
18412026-01-22T21:27:56.226Z Compiling synstructure v0.13.1
18422026-01-22T21:27:56.263Z Compiling serde_derive_internals v0.29.1
18432026-01-22T21:27:56.580Z Compiling once_cell v1.21.3
18442026-01-22T21:27:57.453Z Compiling subtle v2.6.1
18452026-01-22T21:27:57.498Z Compiling writeable v0.5.5
18462026-01-22T21:27:57.521Z Compiling litemap v0.7.3
18472026-01-22T21:27:58.028Z Compiling glob v0.3.2
18482026-01-22T21:27:58.264Z Compiling pin-project-lite v0.2.14
18492026-01-22T21:27:58.291Z Compiling percent-encoding v2.3.2
18502026-01-22T21:27:58.435Z Compiling prettyplease v0.2.36
18512026-01-22T21:27:58.714Z Compiling clang-sys v1.8.1
18522026-01-22T21:27:58.862Z Compiling minimal-lexical v0.2.1
18532026-01-22T21:27:58.964Z Compiling icu_locid_transform_data v1.5.0
18542026-01-22T21:27:59.095Z Compiling fnv v1.0.7
18552026-01-22T21:27:59.384Z Compiling regex v1.11.3
18562026-01-22T21:27:59.425Z Compiling nom v7.1.3
18572026-01-22T21:27:59.560Z Compiling libloading v0.8.5
18582026-01-22T21:27:59.865Z Compiling serde_derive v1.0.228
18592026-01-22T21:27:59.906Z Compiling zeroize_derive v1.4.2
18602026-01-22T21:28:00.181Z Compiling zerofrom-derive v0.1.4
18612026-01-22T21:28:00.249Z Compiling yoke-derive v0.7.4
18622026-01-22T21:28:00.272Z Compiling zerovec-derive v0.10.3
18632026-01-22T21:28:00.446Z Compiling displaydoc v0.2.5
18642026-01-22T21:28:01.140Z Compiling icu_provider_macros v1.5.0
18652026-01-22T21:28:01.823Z Compiling tokio-macros v2.6.0
18662026-01-22T21:28:02.137Z Compiling zeroize v1.8.1
18672026-01-22T21:28:02.426Z Compiling thiserror-impl v2.0.17
18682026-01-22T21:28:02.542Z Compiling zerocopy-derive v0.7.35
18692026-01-22T21:28:02.767Z Compiling futures-macro v0.3.31
18702026-01-22T21:28:02.836Z Compiling schemars_derive v0.8.22
18712026-01-22T21:28:02.895Z Compiling zerofrom v0.1.4
18722026-01-22T21:28:03.165Z Compiling yoke v0.7.4
18732026-01-22T21:28:03.563Z Compiling zerovec v0.10.4
18742026-01-22T21:28:03.918Z Compiling bindgen v0.69.5
18752026-01-22T21:28:04.247Z Compiling home v0.5.9
18762026-01-22T21:28:04.381Z Compiling icu_properties_data v1.5.0
18772026-01-22T21:28:04.510Z Compiling cexpr v0.6.0
18782026-01-22T21:28:05.673Z Compiling itertools v0.12.1
18792026-01-22T21:28:05.808Z Compiling tinystr v0.7.6
18802026-01-22T21:28:05.987Z Compiling icu_collections v1.5.0
18812026-01-22T21:28:06.284Z Compiling icu_locid v1.5.0
18822026-01-22T21:28:06.638Z Compiling lazycell v1.3.0
18832026-01-22T21:28:06.836Z Compiling heck v0.5.0
18842026-01-22T21:28:07.279Z Compiling rustc-hash v1.1.0
18852026-01-22T21:28:07.520Z Compiling bitflags v2.9.4
18862026-01-22T21:28:07.594Z Compiling bytes v1.10.1
18872026-01-22T21:28:08.633Z Compiling icu_provider v1.5.0
18882026-01-22T21:28:08.751Z Compiling utf16_iter v1.0.5
18892026-01-22T21:28:08.852Z Compiling icu_normalizer_data v1.5.0
18902026-01-22T21:28:08.981Z Compiling utf8_iter v1.0.4
18912026-01-22T21:28:09.004Z Compiling write16 v1.0.0
18922026-01-22T21:28:09.038Z Compiling paste v1.0.15
18932026-01-22T21:28:09.305Z Compiling cmake v0.1.51
18942026-01-22T21:28:09.530Z Compiling icu_locid_transform v1.5.0
18952026-01-22T21:28:09.971Z Compiling signal-hook-registry v1.4.2
18962026-01-22T21:28:09.990Z Compiling fs_extra v1.3.0
18972026-01-22T21:28:10.057Z Compiling dunce v1.0.5
18982026-01-22T21:28:10.520Z Compiling parking_lot v0.12.3
18992026-01-22T21:28:11.209Z Compiling icu_properties v1.5.1
19002026-01-22T21:28:11.230Z Compiling crypto-common v0.1.6
19012026-01-22T21:28:11.450Z Compiling hashbrown v0.16.1
19022026-01-22T21:28:11.473Z Compiling mio v1.0.2
19032026-01-22T21:28:12.397Z Compiling which v4.4.2
19042026-01-22T21:28:13.362Z Compiling form_urlencoded v1.2.2
19052026-01-22T21:28:13.882Z Compiling const-oid v0.9.6
19062026-01-22T21:28:13.938Z Compiling rustversion v1.0.22
19072026-01-22T21:28:14.452Z Compiling indexmap v2.12.1
19082026-01-22T21:28:14.679Z Compiling socket2 v0.6.1
19092026-01-22T21:28:15.357Z Compiling icu_normalizer v1.5.0
19102026-01-22T21:28:15.941Z Compiling tokio v1.48.0
19112026-01-22T21:28:16.433Z Compiling idna_adapter v1.2.0
19122026-01-22T21:28:16.689Z Compiling idna v1.0.3
19132026-01-22T21:28:17.368Z Compiling ring v0.17.14
19142026-01-22T21:28:17.431Z Compiling zerocopy v0.8.27
19152026-01-22T21:28:17.454Z Compiling url v2.5.4
19162026-01-22T21:28:18.289Z Compiling block-buffer v0.10.4
19172026-01-22T21:28:18.421Z Compiling tracing-attributes v0.1.27
19182026-01-22T21:28:18.553Z Compiling der_derive v0.7.3
19192026-01-22T21:28:20.576Z Compiling vcpkg v0.2.15
19202026-01-22T21:28:20.766Z Compiling thiserror v1.0.69
19212026-01-22T21:28:21.491Z Compiling aws-lc-rs v1.12.4
19222026-01-22T21:28:22.066Z Compiling openssl-sys v0.9.109
19232026-01-22T21:28:22.188Z Compiling digest v0.10.7
19242026-01-22T21:28:22.650Z Compiling zerocopy-derive v0.8.27
19252026-01-22T21:28:22.875Z Compiling futures-core v0.3.31
19262026-01-22T21:28:22.972Z Compiling strsim v0.11.1
19272026-01-22T21:28:23.154Z Compiling zerocopy v0.7.35
19282026-01-22T21:28:23.390Z Compiling thiserror-impl v1.0.69
19292026-01-22T21:28:23.484Z Compiling iana-time-zone v0.1.63
19302026-01-22T21:28:23.575Z Compiling ucd-trie v0.1.7
19312026-01-22T21:28:25.060Z Compiling pest v2.8.2
19322026-01-22T21:28:25.064Z Compiling chrono v0.4.42
19332026-01-22T21:28:25.064Z Compiling aws-lc-sys v0.26.0
19342026-01-22T21:28:25.064Z Compiling serde_tokenstream v0.2.2
19352026-01-22T21:28:25.166Z Compiling uuid v1.19.0
19362026-01-22T21:28:25.393Z Compiling ident_case v1.0.1
19372026-01-22T21:28:25.415Z Compiling httparse v1.9.5
19382026-01-22T21:28:25.618Z Compiling foldhash v0.1.5
19392026-01-22T21:28:25.861Z Compiling hashbrown v0.15.4
19402026-01-22T21:28:26.812Z Compiling pest_meta v2.8.2
19412026-01-22T21:28:27.053Z Compiling rustix v1.1.3
19422026-01-22T21:28:28.066Z Compiling syn v1.0.109
19432026-01-22T21:28:28.512Z Compiling pest_generator v2.8.2
19442026-01-22T21:28:29.343Z Compiling futures-sink v0.3.31
19452026-01-22T21:28:29.538Z Compiling num-conv v0.1.0
19462026-01-22T21:28:29.559Z Compiling time-core v0.1.6
19472026-01-22T21:28:29.894Z Compiling time-macros v0.2.24
19482026-01-22T21:28:30.042Z Compiling futures-channel v0.3.31
19492026-01-22T21:28:30.361Z Compiling pest_derive v2.8.2
19502026-01-22T21:28:30.564Z Compiling rustc_version v0.4.1
19512026-01-22T21:28:31.118Z Compiling futures-io v0.3.31
19522026-01-22T21:28:31.162Z Compiling pin-utils v0.1.0
19532026-01-22T21:28:31.295Z Compiling cpufeatures v0.2.14
19542026-01-22T21:28:31.505Z Compiling futures-task v0.3.31
19552026-01-22T21:28:31.601Z Compiling dyn-clone v1.0.20
19562026-01-22T21:28:31.692Z Compiling openssl v0.10.73
19572026-01-22T21:28:31.880Z Compiling futures-util v0.3.31
19582026-01-22T21:28:32.157Z Compiling hmac v0.12.1
19592026-01-22T21:28:32.307Z Compiling plain v0.2.3
19602026-01-22T21:28:32.643Z Compiling block-padding v0.3.3
19612026-01-22T21:28:32.947Z Compiling openssl-macros v0.1.1
19622026-01-22T21:28:33.702Z Compiling native-tls v0.2.12
19632026-01-22T21:28:34.095Z Compiling crossbeam-utils v0.8.21
19642026-01-22T21:28:34.400Z Compiling rustls v0.23.19
19652026-01-22T21:28:34.642Z Compiling inout v0.1.3
19662026-01-22T21:28:34.757Z Compiling ppv-lite86 v0.2.20
19672026-01-22T21:28:35.729Z Compiling pretty-hex v0.4.1
19682026-01-22T21:28:36.038Z Compiling cipher v0.4.4
19692026-01-22T21:28:36.296Z Compiling sha2 v0.10.9
19702026-01-22T21:28:36.549Z Compiling http v1.4.0
19712026-01-22T21:28:37.079Z Compiling scroll_derive v0.12.0
19722026-01-22T21:28:38.174Z Compiling scroll_derive v0.13.1
19732026-01-22T21:28:38.481Z Compiling cookie v0.18.1
19742026-01-22T21:28:38.725Z Compiling anyhow v1.0.99
19752026-01-22T21:28:39.321Z Compiling base64ct v1.6.0
19762026-01-22T21:28:39.868Z Compiling pem-rfc7468 v0.7.0
19772026-01-22T21:28:39.889Z Compiling darling_core v0.21.0
19782026-01-22T21:28:40.531Z Compiling slog v2.8.2
19792026-01-22T21:28:41.519Z Compiling bzip2-sys v0.1.13+1.0.8
19802026-01-22T21:28:41.912Z Compiling zstd-sys v2.0.14+zstd.1.5.7
19812026-01-22T21:28:42.041Z Compiling flagset v0.4.6
19822026-01-22T21:28:42.271Z Compiling der v0.7.10
19832026-01-22T21:28:43.858Z Compiling serde_spanned v0.6.9
19842026-01-22T21:28:44.091Z Compiling toml_datetime v0.6.11
19852026-01-22T21:28:44.142Z Compiling rand_core v0.9.3
19862026-01-22T21:28:44.561Z Compiling tracing-core v0.1.32
19872026-01-22T21:28:44.591Z Compiling rustls-pki-types v1.10.0
19882026-01-22T21:28:44.862Z Compiling spki v0.7.3
19892026-01-22T21:28:45.233Z Compiling salsa20 v0.10.2
19902026-01-22T21:28:45.257Z Compiling darling_macro v0.21.0
19912026-01-22T21:28:45.277Z Compiling pbkdf2 v0.12.2
19922026-01-22T21:28:45.469Z Compiling tracing v0.1.40
19932026-01-22T21:28:46.119Z Compiling darling v0.21.0
19942026-01-22T21:28:46.223Z Compiling litrs v0.4.1
19952026-01-22T21:28:46.245Z Compiling camino v1.2.1
19962026-01-22T21:28:46.292Z Compiling base64 v0.22.1
19972026-01-22T21:28:46.392Z Compiling winnow v0.5.40
19982026-01-22T21:28:47.157Z Compiling document-features v0.2.11
19992026-01-22T21:28:47.710Z Compiling scrypt v0.11.0
20002026-01-22T21:28:48.210Z Compiling rand_chacha v0.9.0
20012026-01-22T21:28:48.248Z Compiling tokio-util v0.7.15
20022026-01-22T21:28:48.848Z Compiling cbc v0.1.2
20032026-01-22T21:28:48.944Z Compiling aes v0.8.4
20042026-01-22T21:28:49.738Z Compiling toml_edit v0.19.15
20052026-01-22T21:28:52.140Z Compiling usdt-impl v0.5.0
20062026-01-22T21:28:52.177Z Compiling usdt-impl v0.6.0
20072026-01-22T21:28:52.445Z Compiling ref-cast v1.0.25
20082026-01-22T21:28:52.538Z Compiling untrusted v0.9.0
20092026-01-22T21:28:52.584Z Compiling powerfmt v0.2.0
20102026-01-22T21:28:52.782Z Compiling untrusted v0.7.1
20112026-01-22T21:28:52.997Z Compiling deranged v0.5.3
20122026-01-22T21:28:53.250Z Compiling pkcs5 v0.7.1
20132026-01-22T21:28:54.100Z Compiling rand v0.9.2
20142026-01-22T21:28:56.024Z Compiling http-body v1.0.1
20152026-01-22T21:28:56.303Z Compiling scroll v0.13.0
20162026-01-22T21:28:56.854Z Compiling scroll v0.12.0
20172026-01-22T21:28:57.007Z Compiling heapless v0.7.17
20182026-01-22T21:28:57.874Z Compiling signal-hook v0.3.18
20192026-01-22T21:28:58.213Z Compiling cfg_aliases v0.2.1
20202026-01-22T21:28:58.340Z Compiling atomic-waker v1.1.2
20212026-01-22T21:28:58.343Z Compiling zstd-safe v7.2.3
20222026-01-22T21:28:58.518Z Compiling adler2 v2.0.0
20232026-01-22T21:28:58.570Z Compiling num_threads v0.1.7
20242026-01-22T21:28:58.738Z Compiling time v0.3.43
20252026-01-22T21:28:58.741Z Compiling miniz_oxide v0.8.5
20262026-01-22T21:29:00.459Z Compiling goblin v0.8.2
20272026-01-22T21:29:01.402Z Compiling goblin v0.10.2
20282026-01-22T21:29:02.804Z Compiling pkcs8 v0.10.2
20292026-01-22T21:29:03.717Z Compiling ipnetwork v0.21.1
20302026-01-22T21:29:06.162Z Compiling darling_core v0.20.10
20312026-01-22T21:29:07.498Z Compiling ref-cast-impl v1.0.25
20322026-01-22T21:29:08.542Z Compiling memoffset v0.9.1
20332026-01-22T21:29:08.903Z Compiling tinyvec_macros v0.1.1
20342026-01-22T21:29:09.022Z Compiling tower-service v0.3.3
20352026-01-22T21:29:09.186Z Compiling tower-layer v0.3.3
20362026-01-22T21:29:09.662Z Compiling try-lock v0.2.5
20372026-01-22T21:29:10.077Z Compiling want v0.3.1
20382026-01-22T21:29:10.385Z Compiling tinyvec v1.8.0
20392026-01-22T21:29:10.862Z Compiling darling_macro v0.20.10
20402026-01-22T21:29:11.200Z Compiling dof v0.4.0
20412026-01-22T21:29:11.815Z Compiling dof v0.3.0
20422026-01-22T21:29:11.904Z Compiling h2 v0.4.6
20432026-01-22T21:29:13.322Z Compiling dtrace-parser v0.2.0
20442026-01-22T21:29:14.704Z Compiling dtrace-parser v0.3.0
20452026-01-22T21:29:14.792Z Compiling curve25519-dalek v4.1.3
20462026-01-22T21:29:15.245Z Compiling ipnet v2.11.0
20472026-01-22T21:29:15.296Z Compiling async-trait v0.1.89
20482026-01-22T21:29:16.199Z Compiling daft-derive v0.1.4
20492026-01-22T21:29:16.898Z Compiling thread-id v4.2.2
20502026-01-22T21:29:17.035Z Compiling thread-id v5.0.0
20512026-01-22T21:29:17.378Z Compiling openssl-probe v0.1.5
20522026-01-22T21:29:17.400Z Compiling smoltcp v0.9.1
20532026-01-22T21:29:17.925Z Compiling fastrand v2.1.1
20542026-01-22T21:29:18.058Z Compiling httpdate v1.0.3
20552026-01-22T21:29:18.373Z Compiling foreign-types-shared v0.1.1
20562026-01-22T21:29:18.476Z Compiling ryu v1.0.18
20572026-01-22T21:29:18.516Z Compiling num-bigint-dig v0.8.6
20582026-01-22T21:29:18.782Z Compiling foreign-types v0.3.2
20592026-01-22T21:29:18.853Z Compiling tempfile v3.24.0
20602026-01-22T21:29:20.216Z Compiling hyper v1.8.1
20612026-01-22T21:29:26.055Z Compiling darling v0.20.10
20622026-01-22T21:29:28.144Z Compiling strum_macros v0.26.4
20632026-01-22T21:29:29.687Z Compiling wait-timeout v0.2.0
20642026-01-22T21:29:30.113Z Compiling gimli v0.31.1
20652026-01-22T21:29:30.302Z Compiling bit-vec v0.8.0
20662026-01-22T21:29:30.747Z Compiling utf8parse v0.2.2
20672026-01-22T21:29:32.190Z Compiling quick-error v1.2.3
20682026-01-22T21:29:32.356Z Compiling anstyle v1.0.11
20692026-01-22T21:29:32.898Z Compiling rusty-fork v0.3.0
20702026-01-22T21:29:36.041Z Compiling addr2line v0.24.2
20712026-01-22T21:29:36.647Z Compiling anstyle-parse v0.2.5
20722026-01-22T21:29:36.973Z Compiling bit-set v0.8.0
20732026-01-22T21:29:38.176Z Compiling derive_builder_core v0.20.2
20742026-01-22T21:29:39.955Z Compiling hyper-util v0.1.19
20752026-01-22T21:29:40.029Z Compiling unicode-normalization v0.1.24
20762026-01-22T21:29:41.037Z Compiling nix v0.29.0
20772026-01-22T21:29:42.055Z Compiling rand_xorshift v0.4.0
20782026-01-22T21:29:42.312Z Compiling hubpack_derive v0.1.1
20792026-01-22T21:29:43.191Z Compiling signature v2.2.0
20802026-01-22T21:29:43.443Z Compiling openapiv3 v2.2.0
20812026-01-22T21:29:44.235Z Compiling erased-serde v0.3.31
20822026-01-22T21:29:44.295Z Compiling strum_macros v0.27.2
20832026-01-22T21:29:45.853Z Compiling curve25519-dalek-derive v0.1.1
20842026-01-22T21:29:47.141Z Compiling object v0.36.5
20852026-01-22T21:29:48.813Z Compiling fs-err v3.1.1
20862026-01-22T21:29:49.189Z Compiling ahash v0.8.12
20872026-01-22T21:29:49.606Z Compiling crc32fast v1.4.2
20882026-01-22T21:29:49.921Z Compiling unarray v0.1.4
20892026-01-22T21:29:50.409Z Compiling anstyle-query v1.1.1
20902026-01-22T21:29:50.599Z Compiling zlib-rs v0.5.1
20912026-01-22T21:29:52.802Z Compiling colorchoice v1.0.2
20922026-01-22T21:29:53.165Z Compiling siphasher v0.3.11
20932026-01-22T21:29:53.536Z Compiling unicode-bidi v0.3.17
20942026-01-22T21:29:54.399Z Compiling unicode-properties v0.1.3
20952026-01-22T21:29:54.608Z Compiling rustc-demangle v0.1.24
20962026-01-22T21:29:54.819Z Compiling is_terminal_polyfill v1.70.1
20972026-01-22T21:29:54.981Z Compiling buf-list v1.0.3
20982026-01-22T21:29:55.412Z Compiling unicode-segmentation v1.12.0
20992026-01-22T21:29:55.515Z Compiling backtrace v0.3.74
21002026-01-22T21:29:55.539Z Compiling anstream v0.6.18
21012026-01-22T21:29:56.143Z Compiling libz-rs-sys v0.5.1
21022026-01-22T21:29:56.243Z Compiling stringprep v0.1.5
21032026-01-22T21:29:56.426Z Compiling phf_shared v0.11.2
21042026-01-22T21:29:56.842Z Compiling proptest v1.7.0
21052026-01-22T21:30:02.266Z Compiling derive_builder_macro v0.20.2
21062026-01-22T21:30:03.146Z Compiling rustls-webpki v0.102.8
21072026-01-22T21:30:04.795Z Compiling usdt-attr-macro v0.6.0
21082026-01-22T21:30:04.996Z Compiling usdt-macro v0.6.0
21092026-01-22T21:30:05.050Z Compiling oxnet v0.1.4
21102026-01-22T21:30:06.227Z Compiling http-body-util v0.1.3
21112026-01-22T21:30:06.832Z Compiling rand_chacha v0.3.1
21122026-01-22T21:30:06.901Z Compiling sync_wrapper v1.0.1
21132026-01-22T21:30:07.289Z Compiling md-5 v0.10.6
21142026-01-22T21:30:07.592Z Compiling vergen-lib v0.1.6
21152026-01-22T21:30:07.596Z Compiling num-integer v0.1.46
21162026-01-22T21:30:07.710Z Compiling ff v0.13.0
21172026-01-22T21:30:07.795Z Compiling hash32 v0.2.1
21182026-01-22T21:30:07.954Z Compiling encoding_rs v0.8.34
21192026-01-22T21:30:08.158Z Compiling base16ct v0.2.0
21202026-01-22T21:30:08.302Z Compiling psl-types v2.0.11
21212026-01-22T21:30:08.457Z Compiling fallible-iterator v0.2.0
21222026-01-22T21:30:08.625Z Compiling mime v0.3.17
21232026-01-22T21:30:08.647Z Compiling publicsuffix v2.3.0
21242026-01-22T21:30:09.000Z Compiling sec1 v0.7.3
21252026-01-22T21:30:09.077Z Compiling postgres-protocol v0.6.8
21262026-01-22T21:30:09.135Z Compiling serde_urlencoded v0.7.1
21272026-01-22T21:30:09.565Z Compiling num-iter v0.1.45
21282026-01-22T21:30:09.750Z Compiling group v0.13.0
21292026-01-22T21:30:10.077Z Compiling rand v0.8.5
21302026-01-22T21:30:10.165Z Compiling tower v0.5.2
21312026-01-22T21:30:11.479Z Compiling tokio-rustls v0.26.0
21322026-01-22T21:30:12.835Z Compiling derive_builder v0.20.2
21332026-01-22T21:30:13.125Z Compiling newtype-uuid v1.3.2
21342026-01-22T21:30:13.481Z Compiling tokio-native-tls v0.3.1
21352026-01-22T21:30:13.800Z Compiling flate2 v1.1.2
21362026-01-22T21:30:14.096Z Compiling heck v0.4.1
21372026-01-22T21:30:14.575Z Compiling rustls-native-certs v0.8.1
21382026-01-22T21:30:14.814Z Compiling webpki-roots v1.0.1
21392026-01-22T21:30:15.308Z Compiling serde_with_macros v3.16.1
21402026-01-22T21:30:15.612Z Compiling hkdf v0.12.4
21412026-01-22T21:30:15.674Z Compiling regress v0.10.4
21422026-01-22T21:30:15.749Z Compiling vergen v9.0.6
21432026-01-22T21:30:15.882Z Compiling terminal_size v0.4.0
21442026-01-22T21:30:16.136Z Compiling cargo-platform v0.1.8
21452026-01-22T21:30:16.452Z Compiling clap_derive v4.5.47
21462026-01-22T21:30:16.597Z Compiling enum-as-inner v0.6.1
21472026-01-22T21:30:16.798Z Compiling crypto-bigint v0.5.5
21482026-01-22T21:30:17.535Z Compiling serde_repr v0.1.19
21492026-01-22T21:30:18.525Z Compiling simd-adler32 v0.3.7
21502026-01-22T21:30:18.561Z Compiling lockfree-object-pool v0.1.6
21512026-01-22T21:30:18.806Z Compiling managed v0.8.0
21522026-01-22T21:30:18.843Z Compiling clap_lex v0.7.4
21532026-01-22T21:30:19.037Z Compiling iri-string v0.7.8
21542026-01-22T21:30:19.259Z Compiling bitflags v1.3.2
21552026-01-22T21:30:20.104Z Compiling winnow v0.7.13
21562026-01-22T21:30:20.586Z Compiling bumpalo v3.16.0
21572026-01-22T21:30:21.020Z Compiling zopfli v0.8.1
21582026-01-22T21:30:22.318Z Compiling tower-http v0.6.6
21592026-01-22T21:30:22.885Z Compiling elliptic-curve v0.13.8
21602026-01-22T21:30:23.277Z Compiling typify-impl v0.4.3
21612026-01-22T21:30:23.648Z Compiling clap_builder v4.5.48
21622026-01-22T21:30:24.525Z Compiling cargo_metadata v0.19.2
21632026-01-22T21:30:24.877Z Compiling hyper-tls v0.6.0
21642026-01-22T21:30:25.258Z Compiling hyper-rustls v0.27.7
21652026-01-22T21:30:26.419Z Compiling daft v0.1.4
21662026-01-22T21:30:27.021Z Compiling zstd v0.13.3
21672026-01-22T21:30:27.672Z Compiling signal-hook-mio v0.2.4
21682026-01-22T21:30:27.704Z Compiling cookie_store v0.21.1
21692026-01-22T21:30:28.210Z Compiling postgres-types v0.2.9
21702026-01-22T21:30:28.559Z Compiling phf v0.11.2
21712026-01-22T21:30:29.218Z Compiling strum v0.27.2
21722026-01-22T21:30:29.242Z Compiling ed25519 v2.2.3
21732026-01-22T21:30:29.342Z Compiling hubpack v0.1.2
21742026-01-22T21:30:29.472Z Compiling bzip2 v0.4.4
21752026-01-22T21:30:29.722Z Compiling bzip2 v0.5.2
21762026-01-22T21:30:29.759Z Compiling crossbeam-epoch v0.9.18
21772026-01-22T21:30:29.846Z Compiling pkcs1 v0.7.5
21782026-01-22T21:30:30.718Z Compiling rfc6979 v0.4.0
21792026-01-22T21:30:30.943Z Compiling float-cmp v0.10.0
21802026-01-22T21:30:30.978Z Compiling hex v0.4.3
21812026-01-22T21:30:31.586Z Compiling serde-big-array v0.5.1
21822026-01-22T21:30:31.903Z Compiling bstr v1.10.0
21832026-01-22T21:30:32.085Z Compiling socket2 v0.5.10
21842026-01-22T21:30:32.537Z Compiling memmap2 v0.9.8
21852026-01-22T21:30:32.614Z Compiling env_filter v0.1.2
21862026-01-22T21:30:32.953Z Compiling predicates-core v1.0.8
21872026-01-22T21:30:33.155Z Compiling jiff v0.2.15
21882026-01-22T21:30:33.294Z Compiling data-encoding v2.9.0
21892026-01-22T21:30:33.342Z Compiling foldhash v0.2.0
21902026-01-22T21:30:34.015Z Compiling normalize-line-endings v0.3.0
21912026-01-22T21:30:34.171Z Compiling fixedbitset v0.5.7
21922026-01-22T21:30:34.200Z Compiling whoami v1.5.2
21932026-01-22T21:30:34.565Z Compiling new_debug_unreachable v1.0.6
21942026-01-22T21:30:34.686Z Compiling toml_write v0.1.2
21952026-01-22T21:30:34.708Z Compiling difflib v0.4.0
21962026-01-22T21:30:34.776Z Compiling static_assertions v1.1.0
21972026-01-22T21:30:34.919Z Compiling fixedbitset v0.4.2
21982026-01-22T21:30:35.082Z Compiling rustc-hash v2.1.1
21992026-01-22T21:30:35.133Z Compiling keccak v0.1.5
22002026-01-22T21:30:35.311Z Compiling precomputed-hash v0.1.1
22012026-01-22T21:30:35.467Z Compiling sha3 v0.10.8
22022026-01-22T21:30:35.490Z Compiling string_cache v0.8.9
22032026-01-22T21:30:35.713Z Compiling reqwest v0.12.24
22042026-01-22T21:30:35.896Z Compiling iddqd v0.3.16
22052026-01-22T21:30:36.013Z Compiling petgraph v0.6.5
22062026-01-22T21:30:36.018Z Compiling predicates v3.1.3
22072026-01-22T21:30:37.328Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22082026-01-22T21:30:38.391Z Compiling petgraph v0.8.2
22092026-01-22T21:30:38.834Z Compiling toml_edit v0.22.27
22102026-01-22T21:30:42.896Z Compiling zip v4.2.0
22112026-01-22T21:30:42.971Z Compiling tokio-postgres v0.7.13
22122026-01-22T21:30:44.076Z Compiling hickory-proto v0.25.2
22132026-01-22T21:30:44.838Z Compiling similar v2.7.0
22142026-01-22T21:30:44.917Z Compiling env_logger v0.11.8
22152026-01-22T21:30:44.950Z Compiling usdt v0.6.0
22162026-01-22T21:30:45.416Z Compiling typify-macro v0.4.3
22172026-01-22T21:30:46.443Z Compiling serde_with v3.16.1
22182026-01-22T21:30:46.579Z Compiling ecdsa v0.16.9
22192026-01-22T21:30:48.993Z Compiling rsa v0.9.8
22202026-01-22T21:30:49.878Z Compiling zip v0.6.6
22212026-01-22T21:30:50.490Z Compiling ed25519-dalek v2.1.1
22222026-01-22T21:30:51.987Z Compiling crossterm v0.28.1
22232026-01-22T21:30:52.588Z Compiling clap v4.5.48
22242026-01-22T21:30:53.418Z Compiling strum v0.26.3
22252026-01-22T21:30:53.635Z Compiling tokio-stream v0.1.17
22262026-01-22T21:30:54.735Z Compiling toml v0.7.8
22272026-01-22T21:30:54.816Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22282026-01-22T21:30:54.967Z Compiling x509-cert v0.2.5
22292026-01-22T21:30:56.036Z Compiling sha1 v0.10.6
22302026-01-22T21:30:56.141Z Compiling itertools v0.13.0
22312026-01-22T21:30:56.413Z Compiling itertools v0.10.5
22322026-01-22T21:30:58.925Z Compiling winnow v0.6.26
22332026-01-22T21:30:58.990Z Compiling lalrpop-util v0.19.12
22342026-01-22T21:31:00.098Z Compiling peg-runtime v0.8.5
22352026-01-22T21:31:00.586Z Compiling rayon-core v1.12.1
22362026-01-22T21:31:02.015Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22372026-01-22T21:31:08.022Z Compiling proc-macro-crate v1.3.1
22382026-01-22T21:31:10.222Z Compiling macaddr v1.0.1
22392026-01-22T21:31:10.247Z Compiling structmeta-derive v0.3.0
22402026-01-22T21:31:10.821Z Compiling itertools v0.14.0
22412026-01-22T21:31:13.005Z Compiling heapless v0.8.0
22422026-01-22T21:31:14.327Z Compiling ingot-macros v0.1.1
22432026-01-22T21:31:16.293Z Compiling structmeta v0.3.0
22442026-01-22T21:31:20.612Z Compiling num_enum_derive v0.5.11
22452026-01-22T21:31:22.698Z Compiling crossbeam-deque v0.8.5
22462026-01-22T21:31:25.088Z Compiling hash32 v0.3.1
22472026-01-22T21:31:26.276Z Compiling unicode-width v0.1.14
22482026-01-22T21:31:26.920Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22492026-01-22T21:31:27.302Z Compiling smoltcp v0.11.0
22502026-01-22T21:31:29.133Z Compiling tabwriter v1.4.0
22512026-01-22T21:31:34.472Z Compiling num_enum v0.5.11
22522026-01-22T21:31:34.679Z Compiling ingot-types v0.1.2
22532026-01-22T21:31:34.702Z Compiling typify v0.4.3
22542026-01-22T21:31:35.685Z Compiling proc-macro-error-attr v1.0.4
22552026-01-22T21:31:36.320Z Compiling rustls v0.22.4
22562026-01-22T21:31:36.335Z Compiling cobs v0.2.3
22572026-01-22T21:31:36.807Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22582026-01-22T21:31:37.480Z Compiling unsafe-libyaml v0.2.11
22592026-01-22T21:31:39.121Z Compiling serde_yaml v0.9.34+deprecated
22602026-01-22T21:31:40.249Z Compiling postcard v1.0.10
22612026-01-22T21:31:40.699Z Compiling ingot v0.1.1
22622026-01-22T21:31:45.190Z Compiling progenitor-impl v0.11.2
22632026-01-22T21:31:54.119Z Compiling futures-executor v0.3.31
22642026-01-22T21:31:54.500Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22652026-01-22T21:31:55.106Z Compiling foreign-types-macros v0.2.3
22662026-01-22T21:31:55.148Z Compiling thread_local v1.1.8
22672026-01-22T21:31:55.374Z Compiling proc-macro-error v1.0.4
22682026-01-22T21:31:55.379Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22692026-01-22T21:31:55.456Z Compiling multer v3.1.0
22702026-01-22T21:31:57.097Z Compiling match_cfg v0.1.0
22712026-01-22T21:31:57.352Z Compiling foreign-types-shared v0.3.1
22722026-01-22T21:31:57.518Z Compiling slog-async v2.8.0
22732026-01-22T21:32:01.491Z Compiling foreign-types v0.5.0
22742026-01-22T21:32:01.633Z Compiling hostname v0.3.1
22752026-01-22T21:32:11.743Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22762026-01-22T21:32:11.870Z Compiling futures v0.3.31
22772026-01-22T21:32:14.920Z Compiling progenitor-macro v0.11.2
22782026-01-22T21:32:19.731Z Compiling derive-ex v0.1.8
22792026-01-22T21:32:24.270Z Compiling progenitor-client v0.11.2
22802026-01-22T21:32:24.438Z Compiling toml_parser v1.0.4
22812026-01-22T21:32:27.794Z Compiling slog-json v2.6.1
22822026-01-22T21:32:28.892Z Compiling crossbeam-channel v0.5.15
22832026-01-22T21:32:29.541Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22842026-01-22T21:32:30.355Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22852026-01-22T21:32:30.472Z Compiling async-stream-impl v0.3.6
22862026-01-22T21:32:30.689Z Compiling toml_datetime v0.7.3
22872026-01-22T21:32:31.214Z Compiling serde_spanned v1.0.3
22882026-01-22T21:32:31.542Z Compiling cstr-argument v0.1.2
22892026-01-22T21:32:31.602Z Compiling is-terminal v0.4.13
22902026-01-22T21:32:31.662Z Compiling dropshot v0.16.6
22912026-01-22T21:32:31.771Z Compiling term v1.1.0
22922026-01-22T21:32:31.844Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
22932026-01-22T21:32:32.031Z Compiling pretty-hex v0.2.1
22942026-01-22T21:32:32.104Z Compiling toml_writer v1.0.4
22952026-01-22T21:32:32.185Z Compiling crucible-workspace-hack v0.1.0
22962026-01-22T21:32:32.532Z Compiling typeid v1.0.3
22972026-01-22T21:32:32.684Z Compiling take_mut v0.2.2
22982026-01-22T21:32:32.919Z Compiling toml v0.9.8
22992026-01-22T21:32:33.224Z Compiling slog-term v2.9.2
23002026-01-22T21:32:33.472Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23012026-01-22T21:32:34.087Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23022026-01-22T21:32:34.951Z Compiling async-stream v0.3.6
23032026-01-22T21:32:35.756Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23042026-01-22T21:32:35.942Z Compiling slog-bunyan v2.5.0
23052026-01-22T21:32:35.974Z Compiling progenitor v0.11.2
23062026-01-22T21:32:36.250Z Compiling tokio-rustls v0.25.0
23072026-01-22T21:32:36.287Z Compiling test-strategy v0.4.3
23082026-01-22T21:32:36.889Z Compiling rayon v1.10.0
23092026-01-22T21:32:37.074Z Compiling parse-display-derive v0.10.0
23102026-01-22T21:32:39.375Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
23112026-01-22T21:32:39.411Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
23122026-01-22T21:32:39.655Z Compiling colored v2.2.0
23132026-01-22T21:32:40.083Z Compiling waitgroup v0.1.2
23142026-01-22T21:32:40.396Z Compiling nix v0.30.1
23152026-01-22T21:32:40.475Z Compiling rustls-pemfile v2.2.0
23162026-01-22T21:32:41.013Z Compiling newtype-uuid-macros v0.1.0
23172026-01-22T21:32:41.034Z Compiling dropshot_endpoint v0.16.6
23182026-01-22T21:32:41.236Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23192026-01-22T21:32:41.944Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23202026-01-22T21:32:42.019Z Compiling serde_path_to_error v0.1.20
23212026-01-22T21:32:42.272Z Compiling hostname v0.4.2
23222026-01-22T21:32:42.408Z Compiling instant v0.1.13
23232026-01-22T21:32:42.570Z Compiling debug-ignore v1.0.5
23242026-01-22T21:32:42.593Z Compiling colored v3.0.0
23252026-01-22T21:32:42.616Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23262026-01-22T21:32:42.636Z Compiling backoff v0.4.0
23272026-01-22T21:32:42.900Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23282026-01-22T21:32:43.007Z Compiling parse-display v0.10.0
23292026-01-22T21:32:43.149Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
23302026-01-22T21:32:43.918Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23312026-01-22T21:32:44.965Z Compiling zone_cfg_derive v0.3.0
23322026-01-22T21:32:46.288Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23332026-01-22T21:32:46.405Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
23342026-01-22T21:32:47.377Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23352026-01-22T21:32:47.427Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
23362026-01-22T21:32:47.896Z Compiling camino-tempfile v1.4.1
23372026-01-22T21:32:48.079Z Compiling progenitor-client v0.10.0
23382026-01-22T21:32:48.710Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
23392026-01-22T21:32:49.085Z Compiling num-derive v0.4.2
23402026-01-22T21:32:51.057Z Compiling sigpipe v0.1.3
23412026-01-22T21:32:51.221Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23422026-01-22T21:32:51.594Z Compiling libefi-sys v0.1.0
23432026-01-22T21:32:51.993Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23442026-01-22T21:32:52.142Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23452026-01-22T21:32:52.756Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23462026-01-22T21:32:53.381Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
23472026-01-22T21:32:53.688Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
23482026-01-22T21:32:54.260Z Compiling erased-serde v0.4.6
23492026-01-22T21:32:54.904Z Compiling zone v0.3.1
23502026-01-22T21:32:56.125Z Compiling usdt-macro v0.5.0
23512026-01-22T21:32:56.942Z Compiling usdt-attr-macro v0.5.0
23522026-01-22T21:32:57.531Z Compiling smf v0.2.3
23532026-01-22T21:32:58.467Z Compiling bitfield-struct v0.6.2
23542026-01-22T21:32:58.606Z Compiling ordered-float v2.10.1
23552026-01-22T21:32:59.261Z Compiling blake3 v1.5.4
23562026-01-22T21:32:59.773Z Compiling memmap v0.7.0
23572026-01-22T21:33:00.161Z Compiling usdt v0.5.0
23582026-01-22T21:33:00.228Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23592026-01-22T21:33:00.432Z Compiling serde-value v0.7.0
23602026-01-22T21:33:00.515Z Compiling serde-untagged v0.1.7
23612026-01-22T21:33:00.980Z Compiling toml v0.8.23
23622026-01-22T21:33:01.133Z Compiling xattr v1.3.1
23632026-01-22T21:33:01.304Z Compiling filetime v0.2.26
23642026-01-22T21:33:01.477Z Compiling unicode-width v0.2.0
23652026-01-22T21:33:01.510Z Compiling unicode-xid v0.2.6
23662026-01-22T21:33:01.675Z Compiling arrayvec v0.7.6
23672026-01-22T21:33:01.776Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23682026-01-22T21:33:01.926Z Compiling constant_time_eq v0.3.1
23692026-01-22T21:33:01.949Z Compiling arrayref v0.3.9
23702026-01-22T21:33:02.085Z Compiling same-file v1.0.6
23712026-01-22T21:33:02.144Z Compiling cargo-util-schemas v0.8.2
23722026-01-22T21:33:02.176Z Compiling console v0.16.0
23732026-01-22T21:33:02.402Z Compiling walkdir v2.5.0
23742026-01-22T21:33:04.027Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23752026-01-22T21:33:04.559Z Compiling tar v0.4.44
23762026-01-22T21:33:04.832Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23772026-01-22T21:33:05.018Z Compiling tokio-dtrace v0.1.0
23782026-01-22T21:33:05.281Z Compiling gethostname v0.5.0
23792026-01-22T21:33:05.534Z Compiling cargo-platform v0.2.0
23802026-01-22T21:33:05.557Z Compiling topological-sort v0.2.2
23812026-01-22T21:33:05.562Z Compiling unit-prefix v0.5.1
23822026-01-22T21:33:05.863Z Compiling omicron-zone-package v0.12.2
23832026-01-22T21:33:05.886Z Compiling indicatif v0.18.0
23842026-01-22T21:33:06.652Z Compiling cargo_metadata v0.21.0
23852026-01-22T21:33:06.741Z Compiling oxide-tokio-rt v0.1.2
23862026-01-22T21:33:07.394Z Compiling indent_write v2.2.0
23872026-01-22T21:33:07.682Z Compiling shell-words v1.1.0
23882026-01-22T21:33:07.772Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23892026-01-22T21:33:17.068Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23902026-01-22T21:33:19.655Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23912026-01-22T21:33:23.333Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23922026-01-22T21:33:38.482Z Finished `release` profile [optimized] target(s) in 5m 53s
23932026-01-22T21:33:38.661Z Running `target/release/omicron-package -t test target create -p dev`
23942026-01-22T21:33:38.718ZLogging to: /work/oxidecomputer/omicron/out/LOG
23952026-01-22T21:33:38.724ZCreated new build target 'test' and set it as active
23962026-01-22T21:33:38.724Z
23972026-01-22T21:33:38.724Zreal 5:53.399625090
23982026-01-22T21:33:38.724Zuser 40:46.168983605
23992026-01-22T21:33:38.724Zsys 4:03.039868666
24002026-01-22T21:33:38.724Ztrap 1.290401360
24012026-01-22T21:33:38.724Ztflt 2.033267054
24022026-01-22T21:33:38.724Zdflt 1.253202183
24032026-01-22T21:33:38.724Zkflt 0.000178868
24042026-01-22T21:33:38.724Zlock 1:55:29.926207825
24052026-01-22T21:33:38.724Zslp 2:44:32.308050243
24062026-01-22T21:33:38.724Zlat 3:17.741899128
24072026-01-22T21:33:38.724Zstop 5:53.429689131
24082026-01-22T21:33:38.725Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24092026-01-22T21:33:39.970Z Finished `release` profile [optimized] target(s) in 1.18s
24102026-01-22T21:33:40.032Z Running `target/release/omicron-package -t test package`
24112026-01-22T21:33:40.083ZLogging to: /work/oxidecomputer/omicron/out/LOG
24122026-01-22T21:33:42.057Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24132026-01-22T21:33:42.062Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
24142026-01-22T21:33:42.301Z Compiling convert_case v0.4.0
24152026-01-22T21:33:42.305Z Compiling is-terminal v0.4.13
24162026-01-22T21:33:42.345Z Compiling rustls v0.22.4
24172026-01-22T21:33:42.345Z Compiling progenitor-impl v0.10.0
24182026-01-22T21:33:42.349Z Compiling thread_local v1.1.8
24192026-01-22T21:33:42.374Z Compiling match_cfg v0.1.0
24202026-01-22T21:33:42.522Z Compiling multer v3.1.0
24212026-01-22T21:33:42.578Z Compiling hostname v0.3.1
24222026-01-22T21:33:42.639Z Compiling slog-async v2.8.0
24232026-01-22T21:33:42.730Z Compiling progenitor-client v0.11.2
24242026-01-22T21:33:42.815Z Compiling crossbeam-channel v0.5.15
24252026-01-22T21:33:42.876Z Compiling toml_parser v1.0.4
24262026-01-22T21:33:42.941Z Compiling derive_more v0.99.20
24272026-01-22T21:33:42.984Z Compiling slog-json v2.6.1
24282026-01-22T21:33:43.275Z Compiling futures-executor v0.3.31
24292026-01-22T21:33:43.336Z Compiling toml_datetime v0.7.3
24302026-01-22T21:33:43.735Z Compiling serde_spanned v1.0.3
24312026-01-22T21:33:43.763Z Compiling term v1.1.0
24322026-01-22T21:33:43.910Z Compiling toml_writer v1.0.4
24332026-01-22T21:33:44.018Z Compiling take_mut v0.2.2
24342026-01-22T21:33:44.170Z Compiling unicode-width v0.1.14
24352026-01-22T21:33:44.351Z Compiling toml v0.9.8
24362026-01-22T21:33:44.746Z Compiling tabwriter v1.4.0
24372026-01-22T21:33:44.912Z Compiling slog-term v2.9.2
24382026-01-22T21:33:45.126Z Compiling futures v0.3.31
24392026-01-22T21:33:45.158Z Compiling slog-bunyan v2.5.0
24402026-01-22T21:33:45.269Z Compiling progenitor v0.11.2
24412026-01-22T21:33:45.540Z Compiling dropshot v0.16.6
24422026-01-22T21:33:45.640Z Compiling async-stream v0.3.6
24432026-01-22T21:33:45.940Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
24442026-01-22T21:33:46.091Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
24452026-01-22T21:33:46.190Z Compiling waitgroup v0.1.2
24462026-01-22T21:33:46.265Z Compiling rustls-pemfile v2.2.0
24472026-01-22T21:33:46.435Z Compiling serde_path_to_error v0.1.20
24482026-01-22T21:33:46.619Z Compiling tokio-rustls v0.25.0
24492026-01-22T21:33:46.776Z Compiling hostname v0.4.2
24502026-01-22T21:33:47.028Z Compiling instant v0.1.13
24512026-01-22T21:33:47.083Z Compiling colored v3.0.0
24522026-01-22T21:33:47.187Z Compiling debug-ignore v1.0.5
24532026-01-22T21:33:47.225Z Compiling backoff v0.4.0
24542026-01-22T21:33:47.256Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24552026-01-22T21:33:47.596Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
24562026-01-22T21:33:47.805Z Compiling progenitor-macro v0.10.0
24572026-01-22T21:33:47.835Z Compiling parse-display v0.10.0
24582026-01-22T21:33:48.269Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24592026-01-22T21:33:48.346Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24602026-01-22T21:33:48.388Z Compiling progenitor-client v0.10.0
24612026-01-22T21:33:48.501Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
24622026-01-22T21:33:48.949Z Compiling macaddr v1.0.1
24632026-01-22T21:33:49.419Z Compiling num-rational v0.4.2
24642026-01-22T21:33:49.671Z Compiling secrecy v0.10.3
24652026-01-22T21:33:49.706Z Compiling num-complex v0.4.6
24662026-01-22T21:33:50.683Z Compiling num v0.4.3
24672026-01-22T21:33:50.807Z Compiling float-ord v0.3.2
24682026-01-22T21:33:50.837Z Compiling half v2.4.1
24692026-01-22T21:33:51.263Z Compiling ciborium-io v0.2.2
24702026-01-22T21:33:51.448Z Compiling ciborium-ll v0.2.2
24712026-01-22T21:33:51.612Z Compiling toml v0.8.23
24722026-01-22T21:33:51.712Z Compiling prettyplease v0.2.36
24732026-01-22T21:33:51.760Z Compiling bytecount v0.6.8
24742026-01-22T21:33:52.049Z Compiling ciborium v0.2.2
24752026-01-22T21:33:52.608Z Compiling swrite v0.1.0
24762026-01-22T21:33:52.818Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24772026-01-22T21:33:53.012Z Compiling password-hash v0.5.0
24782026-01-22T21:33:54.043Z Compiling blake2 v0.10.6
24792026-01-22T21:33:55.198Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24802026-01-22T21:33:55.277Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
24812026-01-22T21:33:56.739Z Compiling universal-hash v0.5.1
24822026-01-22T21:33:56.835Z Compiling thiserror-impl-no-std v2.0.2
24832026-01-22T21:33:57.032Z Compiling opaque-debug v0.3.1
24842026-01-22T21:33:57.180Z Compiling poly1305 v0.8.0
24852026-01-22T21:33:57.674Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
24862026-01-22T21:33:58.597Z Compiling argon2 v0.5.3
24872026-01-22T21:33:58.689Z Compiling progenitor v0.10.0
24882026-01-22T21:33:58.762Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24892026-01-22T21:33:58.961Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24902026-01-22T21:33:59.214Z Compiling thiserror-no-std v2.0.2
24912026-01-22T21:33:59.316Z Compiling console v0.15.10
24922026-01-22T21:33:59.383Z Compiling chacha20 v0.9.1
24932026-01-22T21:33:59.900Z Compiling aead v0.5.2
24942026-01-22T21:34:00.301Z Compiling derive-where v1.5.0
24952026-01-22T21:34:01.028Z Compiling chacha20poly1305 v0.10.1
24962026-01-22T21:34:01.314Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24972026-01-22T21:34:01.692Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24982026-01-22T21:34:02.184Z Compiling vsss-rs v3.3.4
24992026-01-22T21:34:02.416Z Compiling newline-converter v0.3.0
25002026-01-22T21:34:02.704Z Compiling atomicwrites v0.4.4
25012026-01-22T21:34:03.175Z Compiling slog-dtrace v0.3.0
25022026-01-22T21:34:03.245Z Compiling expectorate v1.2.0
25032026-01-22T21:34:03.654Z Compiling resolv-conf v0.7.0
25042026-01-22T21:34:05.180Z Compiling cancel-safe-futures v0.1.5
25052026-01-22T21:34:05.221Z Compiling owo-colors v4.2.2
25062026-01-22T21:34:05.652Z Compiling libsw-core v0.3.1
25072026-01-22T21:34:06.589Z Compiling async-recursion v1.1.1
25082026-01-22T21:34:06.642Z Compiling linked-hash-map v0.5.6
25092026-01-22T21:34:06.642Z Compiling lru-cache v0.1.2
25102026-01-22T21:34:07.298Z Compiling libsw v3.5.0
25112026-01-22T21:34:08.430Z Compiling unicode-xid v0.2.6
25122026-01-22T21:34:08.674Z Compiling linear-map v1.2.0
25132026-01-22T21:34:09.138Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25142026-01-22T21:34:09.426Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25152026-01-22T21:34:11.583Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25162026-01-22T21:34:12.390Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25172026-01-22T21:34:13.547Z Compiling hickory-proto v0.24.4
25182026-01-22T21:34:15.477Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25192026-01-22T21:34:15.844Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25202026-01-22T21:34:16.574Z Compiling globset v0.4.15
25212026-01-22T21:34:19.334Z Compiling hickory-resolver v0.24.4
25222026-01-22T21:34:22.072Z Compiling convert_case v0.7.1
25232026-01-22T21:34:22.811Z Compiling derive_more-impl v2.0.1
25242026-01-22T21:34:22.878Z Compiling qorb v0.4.1
25252026-01-22T21:34:24.427Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25262026-01-22T21:34:29.676Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25272026-01-22T21:34:30.200Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25282026-01-22T21:34:30.623Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25292026-01-22T21:34:30.659Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25302026-01-22T21:34:33.541Z Compiling derive_more v2.0.1
25312026-01-22T21:34:33.669Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25322026-01-22T21:34:33.702Z Compiling pin-project-internal v1.1.6
25332026-01-22T21:34:34.019Z Compiling vte_generate_state_changes v0.1.2
25342026-01-22T21:34:34.666Z Compiling siphasher v1.0.1
25352026-01-22T21:34:35.139Z Compiling termtree v0.5.1
25362026-01-22T21:34:35.487Z Compiling phf_shared v0.12.1
25372026-01-22T21:34:36.005Z Compiling vte v0.11.1
25382026-01-22T21:34:36.110Z Compiling pin-project v1.1.6
25392026-01-22T21:34:36.307Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25402026-01-22T21:34:36.347Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25412026-01-22T21:34:37.597Z Compiling crossterm v0.29.0
25422026-01-22T21:34:41.938Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25432026-01-22T21:34:43.958Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25442026-01-22T21:34:44.426Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25452026-01-22T21:34:45.380Z Compiling pem v3.0.5
25462026-01-22T21:34:45.509Z Compiling csv-core v0.1.11
25472026-01-22T21:34:46.441Z Compiling snafu-derive v0.8.5
25482026-01-22T21:34:46.475Z Compiling chrono-tz v0.10.4
25492026-01-22T21:34:46.873Z Compiling csv v1.3.1
25502026-01-22T21:34:46.915Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25512026-01-22T21:34:47.407Z Compiling strip-ansi-escapes v0.2.0
25522026-01-22T21:34:48.213Z Compiling phf v0.12.1
25532026-01-22T21:34:48.606Z Compiling const_format_proc_macros v0.2.34
25542026-01-22T21:34:48.886Z Compiling papergrid v0.11.0
25552026-01-22T21:34:49.096Z Compiling tabled_derive v0.7.0
25562026-01-22T21:34:50.376Z Compiling olpc-cjson v0.1.4
25572026-01-22T21:34:50.513Z Compiling snafu v0.8.5
25582026-01-22T21:34:50.775Z Compiling fd-lock v4.0.2
25592026-01-22T21:34:51.055Z Compiling peg-macros v0.8.5
25602026-01-22T21:34:51.098Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25612026-01-22T21:34:51.748Z Compiling serde_plain v1.0.2
25622026-01-22T21:34:52.105Z Compiling nu-ansi-term v0.50.1
25632026-01-22T21:34:52.144Z Compiling highway v1.3.0
25642026-01-22T21:34:52.339Z Compiling typed-path v0.9.3
25652026-01-22T21:34:53.330Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25662026-01-22T21:34:53.486Z Compiling reedline v0.40.0
25672026-01-22T21:34:53.848Z Compiling tabled v0.15.0
25682026-01-22T21:34:54.073Z Compiling peg v0.8.5
25692026-01-22T21:34:54.226Z Compiling const_format v0.2.34
25702026-01-22T21:34:55.391Z Compiling tough v0.20.0
25712026-01-22T21:35:01.669Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25722026-01-22T21:35:05.683Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25732026-01-22T21:35:08.149Z Compiling bcs v0.1.6
25742026-01-22T21:35:09.034Z Compiling base64 v0.21.7
25752026-01-22T21:35:09.593Z Compiling semver v0.1.20
25762026-01-22T21:35:10.174Z Compiling rustc_version v0.1.7
25772026-01-22T21:35:10.205Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25782026-01-22T21:35:10.577Z Compiling newtype_derive v0.1.6
25792026-01-22T21:35:10.616Z Compiling smawk v0.3.2
25802026-01-22T21:35:10.947Z Compiling humantime v2.2.0
25812026-01-22T21:35:10.978Z Compiling unicode-linebreak v0.1.5
25822026-01-22T21:35:11.910Z Compiling textwrap v0.16.2
25832026-01-22T21:35:12.712Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25842026-01-22T21:35:12.974Z Compiling steno v0.4.1
25852026-01-22T21:35:15.620Z Compiling dropshot-api-manager-types v0.2.4
25862026-01-22T21:35:15.956Z Compiling utf-8 v0.7.6
25872026-01-22T21:35:16.372Z Compiling moka v0.12.10
25882026-01-22T21:35:16.814Z Compiling tagptr v0.2.0
25892026-01-22T21:35:16.838Z Compiling tungstenite v0.21.0
25902026-01-22T21:35:18.347Z Compiling tokio-tungstenite v0.21.0
25912026-01-22T21:35:19.052Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25922026-01-22T21:35:19.321Z Compiling radium v0.7.0
25932026-01-22T21:35:19.902Z Compiling maybe-uninit v2.0.0
25942026-01-22T21:35:20.353Z Compiling hickory-resolver v0.25.2
25952026-01-22T21:35:20.466Z Compiling tap v1.0.1
25962026-01-22T21:35:20.710Z Compiling wyz v0.5.1
25972026-01-22T21:35:21.229Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
25982026-01-22T21:35:22.568Z Compiling zerocopy-derive v0.6.6
25992026-01-22T21:35:24.368Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26002026-01-22T21:35:27.553Z Compiling funty v2.0.0
26012026-01-22T21:35:27.745Z Compiling packed_struct v0.10.1
26022026-01-22T21:35:28.242Z Compiling display-error-chain v0.2.2
26032026-01-22T21:35:28.531Z Compiling crc-catalog v2.4.0
26042026-01-22T21:35:28.746Z Compiling crc v3.2.1
26052026-01-22T21:35:29.946Z Compiling bitvec v1.0.1
26062026-01-22T21:35:30.722Z Compiling zerocopy v0.6.6
26072026-01-22T21:35:31.782Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
26082026-01-22T21:35:33.049Z Compiling packed_struct_codegen v0.10.1
26092026-01-22T21:35:34.482Z Compiling bitfield-macros v0.19.2
26102026-01-22T21:35:35.427Z Compiling proc-macro-error-attr2 v2.0.0
26112026-01-22T21:35:35.725Z Compiling indexmap v1.9.3
26122026-01-22T21:35:35.971Z Compiling nodrop v0.1.14
26132026-01-22T21:35:36.000Z Compiling bitfield v0.19.2
26142026-01-22T21:35:36.162Z Compiling proc-macro-error2 v2.0.1
26152026-01-22T21:35:36.186Z Compiling array-init v0.0.4
26162026-01-22T21:35:36.506Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26172026-01-22T21:35:36.724Z Compiling smallvec v0.6.14
26182026-01-22T21:35:37.284Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26192026-01-22T21:35:37.316Z Compiling hashbrown v0.12.3
26202026-01-22T21:35:39.787Z Compiling serde-hex v0.1.0
26212026-01-22T21:35:40.366Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
26222026-01-22T21:35:41.271Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26232026-01-22T21:35:41.661Z Compiling ron v0.8.1
26242026-01-22T21:35:42.762Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
26252026-01-22T21:35:44.139Z Compiling hashbrown v0.13.2
26262026-01-22T21:35:45.295Z Compiling vergen-gitcl v1.0.8
26272026-01-22T21:35:45.524Z Compiling dirs-sys-next v0.1.2
26282026-01-22T21:35:45.705Z Compiling crc-any v2.5.0
26292026-01-22T21:35:46.027Z Compiling maplit v1.0.2
26302026-01-22T21:35:46.203Z Compiling crunchy v0.2.2
26312026-01-22T21:35:46.658Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
26322026-01-22T21:35:46.753Z Compiling dirs-next v2.0.0
26332026-01-22T21:35:47.048Z Compiling object v0.30.4
26342026-01-22T21:35:47.254Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26352026-01-22T21:35:48.925Z Compiling dsl_auto_type v0.1.2
26362026-01-22T21:35:49.798Z Compiling scheduled-thread-pool v0.2.7
26372026-01-22T21:35:50.167Z Compiling num-derive v0.3.3
26382026-01-22T21:35:51.132Z Compiling diesel_table_macro_syntax v0.2.0
26392026-01-22T21:35:51.537Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
26402026-01-22T21:35:52.197Z Compiling tiny-keccak v2.0.2
26412026-01-22T21:35:52.612Z Compiling path-slash v0.1.5
26422026-01-22T21:35:59.085Z Compiling libscf-sys v1.1.0
26432026-01-22T21:35:59.367Z Compiling diesel_derives v2.2.3
26442026-01-22T21:36:05.347Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26452026-01-22T21:36:06.422Z Compiling r2d2 v0.8.10
26462026-01-22T21:36:06.964Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
26472026-01-22T21:36:10.371Z Compiling term v0.7.0
26482026-01-22T21:36:10.594Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
26492026-01-22T21:36:10.714Z Compiling bit-vec v0.6.3
26502026-01-22T21:36:11.182Z Compiling arc-swap v1.7.1
26512026-01-22T21:36:11.459Z Compiling bit-set v0.5.3
26522026-01-22T21:36:11.598Z Compiling ascii-canvas v3.0.0
26532026-01-22T21:36:11.819Z Compiling slog-scope v4.4.0
26542026-01-22T21:36:12.064Z Compiling diesel v2.2.12
26552026-01-22T21:36:12.419Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26562026-01-22T21:36:12.484Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
26572026-01-22T21:36:12.659Z Compiling tabled_derive v0.11.0
26582026-01-22T21:36:13.023Z Compiling papergrid v0.17.0
26592026-01-22T21:36:13.951Z Compiling testing_table v0.3.0
26602026-01-22T21:36:14.771Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26612026-01-22T21:36:15.071Z Compiling ena v0.14.3
26622026-01-22T21:36:15.253Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26632026-01-22T21:36:15.488Z Compiling regex-syntax v0.6.29
26642026-01-22T21:36:15.657Z Compiling unicase v2.8.1
26652026-01-22T21:36:16.264Z Compiling bindgen v0.71.1
26662026-01-22T21:36:16.794Z Compiling diff v0.1.13
26672026-01-22T21:36:17.332Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26682026-01-22T21:36:18.245Z Compiling tabled v0.20.0
26692026-01-22T21:36:20.328Z Compiling lalrpop v0.19.12
26702026-01-22T21:36:27.341Z Compiling slog-stdlog v4.1.1
26712026-01-22T21:36:28.241Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26722026-01-22T21:36:28.269Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26732026-01-22T21:36:29.331Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26742026-01-22T21:36:29.724Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26752026-01-22T21:36:30.017Z Compiling xshell-macros v0.2.7
26762026-01-22T21:36:30.786Z Compiling xshell v0.2.7
26772026-01-22T21:36:30.973Z Compiling slog-envlogger v2.2.0
26782026-01-22T21:36:36.719Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26792026-01-22T21:36:37.426Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26802026-01-22T21:36:37.672Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26812026-01-22T21:36:38.539Z Compiling headers-core v0.3.0
26822026-01-22T21:36:38.774Z Compiling libxml v0.3.3
26832026-01-22T21:36:38.808Z Compiling crc8 v0.1.1
26842026-01-22T21:36:39.203Z Compiling headers v0.4.1
26852026-01-22T21:36:39.295Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26862026-01-22T21:36:39.728Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26872026-01-22T21:36:41.662Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26882026-01-22T21:36:41.708Z Compiling polar-core v0.27.3
26892026-01-22T21:36:42.015Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26902026-01-22T21:36:42.698Z Compiling strum_macros v0.24.3
26912026-01-22T21:36:42.763Z Compiling indoc v1.0.9
26922026-01-22T21:36:43.625Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26932026-01-22T21:36:44.042Z Compiling derive_builder v0.20.2
26942026-01-22T21:36:44.311Z Compiling oso-derive v0.27.3
26952026-01-22T21:36:45.278Z Compiling impl-trait-for-tuples v0.2.2
26962026-01-22T21:36:45.668Z Compiling quick-xml v0.37.2
26972026-01-22T21:36:46.118Z Compiling samael v0.0.19
26982026-01-22T21:36:47.427Z Compiling half v1.8.3
26992026-01-22T21:36:48.386Z Compiling serde_cbor v0.11.2
27002026-01-22T21:36:50.754Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27012026-01-22T21:36:50.867Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf)
27022026-01-22T21:36:50.935Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27032026-01-22T21:36:52.311Z Compiling diesel-dtrace v0.4.2
27042026-01-22T21:36:52.862Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27052026-01-22T21:36:53.259Z Compiling bb8 v0.8.5
27062026-01-22T21:36:53.926Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf)
27072026-01-22T21:36:59.585Z Compiling trait-variant v0.1.2
27082026-01-22T21:37:00.685Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27092026-01-22T21:37:05.657Z Compiling oso v0.27.3
27102026-01-22T21:37:10.354Z Compiling async-bb8-diesel v0.2.1
27112026-01-22T21:37:11.819Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27122026-01-22T21:37:12.427Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27132026-01-22T21:37:15.560Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27142026-01-22T21:37:15.816Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27152026-01-22T21:37:15.960Z Compiling fxhash v0.2.1
27162026-01-22T21:37:16.241Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27172026-01-22T21:37:16.741Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27182026-01-22T21:37:19.720Z Compiling typify-impl v0.2.0
27192026-01-22T21:37:20.207Z Compiling kstat-rs v0.2.4
27202026-01-22T21:37:21.122Z Compiling libz-sys v1.1.20
27212026-01-22T21:37:21.568Z Compiling nonempty v0.12.0
27222026-01-22T21:37:21.970Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27232026-01-22T21:37:22.561Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27242026-01-22T21:37:27.440Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27252026-01-22T21:37:29.171Z Compiling typify-macro v0.2.0
27262026-01-22T21:37:32.725Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27272026-01-22T21:37:39.609Z Compiling nanorand v0.7.0
27282026-01-22T21:37:40.332Z Compiling fs-err v2.11.0
27292026-01-22T21:37:40.747Z Compiling parking_lot_core v0.8.6
27302026-01-22T21:37:41.704Z Compiling mime_guess v2.0.5
27312026-01-22T21:37:42.097Z Compiling flume v0.11.1
27322026-01-22T21:37:42.750Z Compiling libgit2-sys v0.18.2+1.9.1
27332026-01-22T21:37:42.885Z Compiling salty v0.3.0
27342026-01-22T21:37:44.677Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27352026-01-22T21:37:44.708Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27362026-01-22T21:37:47.601Z Compiling tabled_derive v0.10.0
27372026-01-22T21:37:49.595Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27382026-01-22T21:37:49.884Z Compiling ignore v0.4.23
27392026-01-22T21:37:56.653Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27402026-01-22T21:37:58.858Z Compiling papergrid v0.14.0
27412026-01-22T21:37:59.256Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27422026-01-22T21:38:00.942Z Compiling castaway v0.2.3
27432026-01-22T21:38:01.194Z Compiling nibble_vec v0.1.0
27442026-01-22T21:38:01.476Z Compiling atty v0.2.14
27452026-01-22T21:38:01.708Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27462026-01-22T21:38:02.091Z Compiling parse-size v1.1.0
27472026-01-22T21:38:02.310Z Compiling endian-type v0.1.2
27482026-01-22T21:38:02.442Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27492026-01-22T21:38:02.607Z Compiling http-range v0.1.5
27502026-01-22T21:38:02.904Z Compiling radix_trie v0.2.1
27512026-01-22T21:38:03.230Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27522026-01-22T21:38:03.896Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27532026-01-22T21:38:07.993Z Compiling compact_str v0.8.0
27542026-01-22T21:38:10.467Z Compiling tabled v0.18.0
27552026-01-22T21:38:11.274Z Compiling globwalk v0.9.1
27562026-01-22T21:38:12.675Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27572026-01-22T21:38:14.385Z Compiling parking_lot v0.11.2
27582026-01-22T21:38:20.210Z Compiling typify v0.2.0
27592026-01-22T21:38:20.241Z Compiling predicates-tree v1.0.12
27602026-01-22T21:38:20.417Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27612026-01-22T21:38:21.196Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27622026-01-22T21:38:24.778Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27632026-01-22T21:38:25.711Z Compiling unicode-truncate v1.1.0
27642026-01-22T21:38:28.177Z Compiling primeorder v0.13.6
27652026-01-22T21:38:28.695Z Compiling prefix-trie v0.7.0
27662026-01-22T21:38:29.689Z Compiling lru v0.12.5
27672026-01-22T21:38:29.845Z Compiling vergen-git2 v1.0.7
27682026-01-22T21:38:30.093Z Compiling instability v0.3.2
27692026-01-22T21:38:30.244Z Compiling indoc v2.0.6
27702026-01-22T21:38:31.107Z Compiling cassowary v0.3.0
27712026-01-22T21:38:31.399Z Compiling hickory-server v0.25.2
27722026-01-22T21:38:32.282Z Compiling ratatui v0.29.0
27732026-01-22T21:38:34.577Z Compiling p384 v0.13.1
27742026-01-22T21:38:35.253Z Compiling git2 v0.20.2
27752026-01-22T21:38:40.383Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
27762026-01-22T21:38:41.969Z Compiling camino-tempfile-ext v0.3.2
27772026-01-22T21:38:42.588Z Compiling progenitor-impl v0.8.0
27782026-01-22T21:38:43.383Z Compiling hyper-staticfile v0.10.1
27792026-01-22T21:38:43.436Z Compiling sled v0.34.7
27802026-01-22T21:38:45.991Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27812026-01-22T21:38:47.668Z Compiling hickory-client v0.25.2
27822026-01-22T21:38:48.897Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27832026-01-22T21:38:49.363Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27842026-01-22T21:38:49.493Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27852026-01-22T21:38:50.166Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27862026-01-22T21:38:51.903Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
27872026-01-22T21:38:56.540Z Compiling rand_seeder v0.4.0
27882026-01-22T21:38:56.543Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
27892026-01-22T21:38:56.943Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=9122d6eb288dc88bfdbcd98cc93cb02cc8c89f96#9122d6eb)
27902026-01-22T21:38:57.283Z Compiling lzma-sys v0.1.20
27912026-01-22T21:38:57.360Z Compiling rustls v0.21.12
27922026-01-22T21:38:57.758Z Compiling corncobs v0.1.4
27932026-01-22T21:38:58.139Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
27942026-01-22T21:38:58.298Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27952026-01-22T21:38:58.627Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27962026-01-22T21:38:59.631Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27972026-01-22T21:38:59.707Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
27982026-01-22T21:39:08.012Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
27992026-01-22T21:39:12.005Z Compiling progenitor-macro v0.8.0
28002026-01-22T21:39:12.096Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28012026-01-22T21:39:17.728Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28022026-01-22T21:39:24.681Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28032026-01-22T21:39:25.203Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
28042026-01-22T21:39:27.914Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28052026-01-22T21:39:28.311Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28062026-01-22T21:39:28.721Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28072026-01-22T21:39:29.119Z Compiling progenitor-client v0.8.0
28082026-01-22T21:39:30.072Z Compiling rustls-webpki v0.101.7
28092026-01-22T21:39:31.330Z Compiling sct v0.7.1
28102026-01-22T21:39:31.832Z Compiling heck v0.3.3
28112026-01-22T21:39:31.903Z Compiling secrecy v0.8.0
28122026-01-22T21:39:32.206Z Compiling void v1.0.2
28132026-01-22T21:39:32.252Z Compiling zone_cfg_derive v0.1.2
28142026-01-22T21:39:32.432Z Compiling lzss v0.8.2
28152026-01-22T21:39:33.750Z Compiling progenitor v0.8.0
28162026-01-22T21:39:34.193Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
28172026-01-22T21:39:39.867Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28182026-01-22T21:39:40.165Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28192026-01-22T21:39:41.517Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28202026-01-22T21:39:45.336Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28212026-01-22T21:39:58.504Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28222026-01-22T21:39:58.913Z Compiling tungstenite v0.23.0
28232026-01-22T21:40:00.715Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28242026-01-22T21:40:01.093Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28252026-01-22T21:40:01.494Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28262026-01-22T21:40:01.885Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28272026-01-22T21:40:02.284Z Compiling nix v0.27.1
28282026-01-22T21:40:04.497Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28292026-01-22T21:40:05.117Z Compiling serde_bytes v0.11.19
28302026-01-22T21:40:05.204Z Compiling base64 v0.13.1
28312026-01-22T21:40:05.674Z Compiling number_prefix v0.4.0
28322026-01-22T21:40:05.890Z Compiling indicatif v0.17.11
28332026-01-22T21:40:05.972Z Compiling ron v0.7.1
28342026-01-22T21:40:06.029Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28352026-01-22T21:40:11.132Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28362026-01-22T21:40:12.101Z Compiling tokio-tungstenite v0.23.1
28372026-01-22T21:40:12.239Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
28382026-01-22T21:40:12.283Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28392026-01-22T21:40:12.785Z Compiling xz2 v0.1.7
28402026-01-22T21:40:17.084Z Compiling tokio-rustls v0.24.1
28412026-01-22T21:40:17.661Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28422026-01-22T21:40:19.992Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28432026-01-22T21:40:24.441Z Compiling zone v0.1.8
28442026-01-22T21:40:33.725Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28452026-01-22T21:40:36.144Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28462026-01-22T21:40:39.737Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28472026-01-22T21:40:43.228Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
28482026-01-22T21:40:44.503Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28492026-01-22T21:40:48.290Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28502026-01-22T21:40:50.138Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28512026-01-22T21:40:56.592Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28522026-01-22T21:41:05.055Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28532026-01-22T21:41:05.717Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28542026-01-22T21:41:12.737Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28552026-01-22T21:41:14.971Z Compiling rustls-pemfile v1.0.4
28562026-01-22T21:41:15.386Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28572026-01-22T21:41:15.765Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28582026-01-22T21:41:18.496Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28592026-01-22T21:41:18.915Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28602026-01-22T21:41:20.636Z Compiling signal-hook-tokio v0.3.1
28612026-01-22T21:41:20.914Z Compiling twox-hash v2.1.0
28622026-01-22T21:41:21.876Z Compiling yasna v0.5.2
28632026-01-22T21:41:21.971Z Compiling is_ci v1.2.0
28642026-01-22T21:41:22.313Z Compiling supports-color v3.0.2
28652026-01-22T21:41:23.771Z Compiling rcgen v0.12.1
28662026-01-22T21:41:25.301Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28672026-01-22T21:41:33.808Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28682026-01-22T21:41:35.491Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28692026-01-22T21:41:36.055Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28702026-01-22T21:41:51.861Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
28712026-01-22T21:42:10.569Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
28722026-01-22T21:42:11.940Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28732026-01-22T21:42:22.093Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28742026-01-22T21:42:23.763Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28752026-01-22T21:42:32.971Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28762026-01-22T21:42:40.458Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28772026-01-22T21:42:40.855Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28782026-01-22T21:42:41.268Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28792026-01-22T21:42:41.590Z Compiling fatfs v0.3.6
28802026-01-22T21:42:41.969Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28812026-01-22T21:42:42.169Z Compiling rtoolbox v0.0.2
28822026-01-22T21:42:42.645Z Compiling subprocess v0.2.9
28832026-01-22T21:42:44.355Z Compiling assert_matches v1.5.0
28842026-01-22T21:42:44.523Z Compiling seq-macro v0.3.6
28852026-01-22T21:42:45.566Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28862026-01-22T21:42:51.423Z Compiling rpassword v7.4.0
28872026-01-22T21:42:52.064Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28882026-01-22T21:42:57.113Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28892026-01-22T21:43:02.654Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28902026-01-22T21:43:02.870Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28912026-01-22T21:43:25.441Z Compiling tui-tree-widget v0.23.1
28922026-01-22T21:43:25.964Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28932026-01-22T21:43:31.208Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28942026-01-22T21:43:32.157Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28952026-01-22T21:43:36.767Z Compiling uzers v0.12.1
28962026-01-22T21:43:38.215Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28972026-01-22T21:43:40.067Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28982026-01-22T21:43:49.054Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28992026-01-22T21:43:55.085Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29002026-01-22T21:44:20.880Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29012026-01-22T21:44:23.089Z Compiling support-bundle-viewer v0.1.2
29022026-01-22T21:44:23.570Z Compiling multimap v0.10.1
29032026-01-22T21:46:50.642Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29042026-01-22T21:46:53.010Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29052026-01-22T21:57:09.165Z Finished `release` profile [optimized] target(s) in 23m 28s
29062026-01-22T21:58:07.321Z
29072026-01-22T21:58:07.324Zreal 24:28.306296688
29082026-01-22T21:58:07.324Zuser 2:54:52.212350685
29092026-01-22T21:58:07.324Zsys 4:44.489948480
29102026-01-22T21:58:07.324Ztrap 4.393351622
29112026-01-22T21:58:07.324Ztflt 2.376518622
29122026-01-22T21:58:07.325Zdflt 7.501064963
29132026-01-22T21:58:07.325Zkflt 0.088231529
29142026-01-22T21:58:07.325Zlock 11:55:54.121033500
29152026-01-22T21:58:07.325Zslp 8:36:38.069574569
29162026-01-22T21:58:07.325Zlat 4:43.375997044
29172026-01-22T21:58:07.325Zstop 4:22.200114287
29182026-01-22T21:58:07.325Z+ mapfile -t packages
29192026-01-22T21:58:07.325Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29202026-01-22T21:58:08.678Z Finished `release` profile [optimized] target(s) in 1.29s
29212026-01-22T21:58:08.741Z Running `target/release/omicron-package -t test list-outputs`
29222026-01-22T21:58:08.796ZLogging to: /work/oxidecomputer/omicron/out/LOG
29232026-01-22T21:58:08.799Z+ ptime -m cargo build --locked --release -p xtask
29242026-01-22T21:58:09.615Z Compiling serde_core v1.0.228
29252026-01-22T21:58:09.619Z Compiling syn v2.0.111
29262026-01-22T21:58:09.619Z Compiling serde v1.0.228
29272026-01-22T21:58:09.619Z Compiling bitflags v2.9.4
29282026-01-22T21:58:09.619Z Compiling libc v0.2.180
29292026-01-22T21:58:09.730Z Compiling serde_json v1.0.149
29302026-01-22T21:58:09.745Z Compiling num-traits v0.2.19
29312026-01-22T21:58:10.133Z Compiling rustix v0.38.37
29322026-01-22T21:58:10.183Z Compiling smallvec v1.15.1
29332026-01-22T21:58:10.201Z Compiling hashbrown v0.16.1
29342026-01-22T21:58:10.519Z Compiling usdt-impl v0.5.0
29352026-01-22T21:58:10.643Z Compiling syn v1.0.109
29362026-01-22T21:58:11.322Z Compiling log v0.4.29
29372026-01-22T21:58:11.437Z Compiling thread-id v4.2.2
29382026-01-22T21:58:11.589Z Compiling indexmap v2.12.1
29392026-01-22T21:58:11.707Z Compiling rustix v1.1.3
29402026-01-22T21:58:11.794Z Compiling getrandom v0.3.4
29412026-01-22T21:58:12.409Z Compiling percent-encoding v2.3.2
29422026-01-22T21:58:12.868Z Compiling form_urlencoded v1.2.2
29432026-01-22T21:58:12.961Z Compiling ordered-float v2.10.1
29442026-01-22T21:58:13.145Z Compiling terminal_size v0.4.0
29452026-01-22T21:58:13.661Z Compiling fs-err v3.1.1
29462026-01-22T21:58:13.751Z Compiling once_cell v1.21.3
29472026-01-22T21:58:14.050Z Compiling anyhow v1.0.99
29482026-01-22T21:58:14.251Z Compiling heck v0.4.1
29492026-01-22T21:58:14.701Z Compiling clap_builder v4.5.48
29502026-01-22T21:58:15.343Z Compiling tempfile v3.24.0
29512026-01-22T21:58:16.745Z Compiling synstructure v0.13.1
29522026-01-22T21:58:16.764Z Compiling proc-macro-error v1.0.4
29532026-01-22T21:58:17.195Z Compiling textwrap v0.16.2
29542026-01-22T21:58:17.312Z Compiling camino-tempfile v1.4.1
29552026-01-22T21:58:18.080Z Compiling tabled_derive v0.7.0
29562026-01-22T21:58:19.296Z Compiling serde_derive v1.0.228
29572026-01-22T21:58:19.450Z Compiling thiserror-impl v2.0.17
29582026-01-22T21:58:19.468Z Compiling zerofrom-derive v0.1.4
29592026-01-22T21:58:19.488Z Compiling yoke-derive v0.7.4
29602026-01-22T21:58:19.540Z Compiling zerovec-derive v0.10.3
29612026-01-22T21:58:19.930Z Compiling displaydoc v0.2.5
29622026-01-22T21:58:21.422Z Compiling thiserror-impl v1.0.69
29632026-01-22T21:58:21.731Z Compiling icu_provider_macros v1.5.0
29642026-01-22T21:58:21.855Z Compiling zerocopy-derive v0.7.35
29652026-01-22T21:58:22.203Z Compiling thiserror v2.0.17
29662026-01-22T21:58:22.223Z Compiling zerofrom v0.1.4
29672026-01-22T21:58:22.393Z Compiling pest v2.8.2
29682026-01-22T21:58:22.505Z Compiling yoke v0.7.4
29692026-01-22T21:58:23.016Z Compiling zerovec v0.10.4
29702026-01-22T21:58:23.044Z Compiling scroll_derive v0.12.0
29712026-01-22T21:58:23.649Z Compiling zerocopy v0.7.35
29722026-01-22T21:58:23.980Z Compiling thiserror v1.0.69
29732026-01-22T21:58:24.445Z Compiling scroll v0.12.0
29742026-01-22T21:58:25.114Z Compiling pest_meta v2.8.2
29752026-01-22T21:58:25.137Z Compiling goblin v0.8.2
29762026-01-22T21:58:25.441Z Compiling tinystr v0.7.6
29772026-01-22T21:58:25.950Z Compiling icu_locid v1.5.0
29782026-01-22T21:58:25.969Z Compiling icu_collections v1.5.0
29792026-01-22T21:58:27.411Z Compiling icu_provider v1.5.0
29802026-01-22T21:58:27.546Z Compiling pest_generator v2.8.2
29812026-01-22T21:58:28.662Z Compiling icu_locid_transform v1.5.0
29822026-01-22T21:58:28.683Z Compiling serde_spanned v0.6.9
29832026-01-22T21:58:29.003Z Compiling toml_datetime v0.6.11
29842026-01-22T21:58:29.224Z Compiling pest_derive v2.8.2
29852026-01-22T21:58:29.630Z Compiling toml_edit v0.22.27
29862026-01-22T21:58:29.846Z Compiling dof v0.3.0
29872026-01-22T21:58:30.071Z Compiling dtrace-parser v0.2.0
29882026-01-22T21:58:30.706Z Compiling icu_properties v1.5.1
29892026-01-22T21:58:32.956Z Compiling serde_tokenstream v0.2.2
29902026-01-22T21:58:33.551Z Compiling erased-serde v0.4.6
29912026-01-22T21:58:34.442Z Compiling toml v0.8.23
29922026-01-22T21:58:35.206Z Compiling icu_normalizer v1.5.0
29932026-01-22T21:58:37.094Z Compiling idna_adapter v1.2.0
29942026-01-22T21:58:37.382Z Compiling idna v1.0.3
29952026-01-22T21:58:39.567Z Compiling url v2.5.4
29962026-01-22T21:58:40.181Z Compiling serde-untagged v0.1.7
29972026-01-22T21:58:41.017Z Compiling serde-value v0.7.0
29982026-01-22T21:58:42.628Z Compiling cargo-util-schemas v0.8.2
29992026-01-22T21:58:43.644Z Compiling usdt-macro v0.5.0
30002026-01-22T21:58:44.900Z Compiling usdt-attr-macro v0.5.0
30012026-01-22T21:58:45.002Z Compiling cargo-platform v0.2.0
30022026-01-22T21:58:46.185Z Compiling clap_derive v4.5.47
30032026-01-22T21:58:46.259Z Compiling cargo_metadata v0.21.0
30042026-01-22T21:58:46.295Z Compiling usdt v0.5.0
30052026-01-22T21:58:47.712Z Compiling cargo_toml v0.21.0
30062026-01-22T21:58:48.336Z Compiling macaddr v1.0.1
30072026-01-22T21:58:48.405Z Compiling tabled v0.15.0
30082026-01-22T21:58:50.300Z Compiling clap v4.5.48
30092026-01-22T21:59:00.059Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30102026-01-22T21:59:06.015Z Finished `release` profile [optimized] target(s) in 57.13s
30112026-01-22T21:59:06.159Z
30122026-01-22T21:59:06.159Zreal 57.314708326
30132026-01-22T21:59:06.159Zuser 6:18.756851533
30142026-01-22T21:59:06.159Zsys 29.280311812
30152026-01-22T21:59:06.159Ztrap 0.198387933
30162026-01-22T21:59:06.159Ztflt 0.320159018
30172026-01-22T21:59:06.163Zdflt 0.334222101
30182026-01-22T21:59:06.163Zkflt 0.000021305
30192026-01-22T21:59:06.163Zlock 18:17.001854976
30202026-01-22T21:59:06.163Zslp 20:52.891061997
30212026-01-22T21:59:06.163Zlat 26.536241494
30222026-01-22T21:59:06.163Zstop 36.765953705
30232026-01-22T21:59:06.163Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30242026-01-22T21:59:06.163Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30252026-01-22T21:59:06.163Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30262026-01-22T21:59:06.163Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30272026-01-22T21:59:06.163Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30282026-01-22T21:59:07.512Z Compiling regress v0.10.4
30292026-01-22T21:59:07.516Z Compiling unsafe-libyaml v0.2.11
30302026-01-22T21:59:07.516Z Compiling match_cfg v0.1.0
30312026-01-22T21:59:07.516Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30322026-01-22T21:59:07.741Z Compiling structmeta-derive v0.3.0
30332026-01-22T21:59:07.744Z Compiling rustls v0.22.4
30342026-01-22T21:59:07.762Z Compiling newtype-uuid-macros v0.1.0
30352026-01-22T21:59:07.762Z Compiling multer v3.1.0
30362026-01-22T21:59:07.832Z Compiling hostname v0.3.1
30372026-01-22T21:59:08.077Z Compiling debug-ignore v1.0.5
30382026-01-22T21:59:08.242Z Compiling toml_parser v1.0.4
30392026-01-22T21:59:08.246Z Compiling progenitor-client v0.10.0
30402026-01-22T21:59:08.303Z Compiling slog-json v2.6.1
30412026-01-22T21:59:08.699Z Compiling async-stream-impl v0.3.6
30422026-01-22T21:59:08.892Z Compiling toml_datetime v0.7.3
30432026-01-22T21:59:09.425Z Compiling serde_yaml v0.9.34+deprecated
30442026-01-22T21:59:09.505Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30452026-01-22T21:59:09.530Z Compiling serde_spanned v1.0.3
30462026-01-22T21:59:09.745Z Compiling dropshot v0.16.6
30472026-01-22T21:59:09.799Z Compiling toml_writer v1.0.4
30482026-01-22T21:59:10.017Z Compiling async-stream v0.3.6
30492026-01-22T21:59:10.234Z Compiling toml v0.9.8
30502026-01-22T21:59:10.260Z Compiling structmeta v0.3.0
30512026-01-22T21:59:10.285Z Compiling slog-bunyan v2.5.0
30522026-01-22T21:59:10.533Z Compiling waitgroup v0.1.2
30532026-01-22T21:59:10.675Z Compiling rustls-pemfile v2.2.0
30542026-01-22T21:59:10.793Z Compiling dropshot_endpoint v0.16.6
30552026-01-22T21:59:10.908Z Compiling itertools v0.14.0
30562026-01-22T21:59:11.060Z Compiling hostname v0.4.2
30572026-01-22T21:59:11.307Z Compiling typify-impl v0.4.3
30582026-01-22T21:59:11.334Z Compiling serde_path_to_error v0.1.20
30592026-01-22T21:59:12.175Z Compiling derive-ex v0.1.8
30602026-01-22T21:59:13.002Z Compiling tokio-rustls v0.25.0
30612026-01-22T21:59:13.507Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
30622026-01-22T21:59:13.534Z Compiling macaddr v1.0.1
30632026-01-22T21:59:13.772Z Compiling tabwriter v1.4.0
30642026-01-22T21:59:13.968Z Compiling instant v0.1.13
30652026-01-22T21:59:14.016Z Compiling progenitor-client v0.11.2
30662026-01-22T21:59:14.166Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30672026-01-22T21:59:14.245Z Compiling parse-display-derive v0.10.0
30682026-01-22T21:59:14.634Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
30692026-01-22T21:59:14.963Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30702026-01-22T21:59:15.203Z Compiling colored v3.0.0
30712026-01-22T21:59:15.297Z Compiling backoff v0.4.0
30722026-01-22T21:59:15.577Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30732026-01-22T21:59:15.695Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
30742026-01-22T21:59:15.986Z Compiling proc-macro-crate v1.3.1
30752026-01-22T21:59:16.401Z Compiling crucible-workspace-hack v0.1.0
30762026-01-22T21:59:16.434Z Compiling test-strategy v0.4.3
30772026-01-22T21:59:16.533Z Compiling proc-macro-error v1.0.4
30782026-01-22T21:59:16.794Z Compiling heapless v0.8.0
30792026-01-22T21:59:16.883Z Compiling num_enum_derive v0.5.11
30802026-01-22T21:59:17.189Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30812026-01-22T21:59:17.764Z Compiling ingot-macros v0.1.1
30822026-01-22T21:59:17.802Z Compiling hash32 v0.3.1
30832026-01-22T21:59:17.831Z Compiling smoltcp v0.11.0
30842026-01-22T21:59:18.095Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
30852026-01-22T21:59:18.155Z Compiling parse-display v0.10.0
30862026-01-22T21:59:18.603Z Compiling foreign-types-macros v0.2.3
30872026-01-22T21:59:18.810Z Compiling cobs v0.2.3
30882026-01-22T21:59:19.173Z Compiling foreign-types-shared v0.3.1
30892026-01-22T21:59:19.201Z Compiling num_enum v0.5.11
30902026-01-22T21:59:19.352Z Compiling postcard v1.0.10
30912026-01-22T21:59:19.835Z Compiling nix v0.30.1
30922026-01-22T21:59:19.887Z Compiling foreign-types v0.5.0
30932026-01-22T21:59:19.918Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
30942026-01-22T21:59:20.019Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30952026-01-22T21:59:20.042Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
30962026-01-22T21:59:20.709Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
30972026-01-22T21:59:20.737Z Compiling cstr-argument v0.1.2
30982026-01-22T21:59:20.895Z Compiling rayon-core v1.12.1
30992026-01-22T21:59:21.015Z Compiling pretty-hex v0.2.1
31002026-01-22T21:59:21.098Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
31012026-01-22T21:59:21.231Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
31022026-01-22T21:59:21.263Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31032026-01-22T21:59:21.320Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31042026-01-22T21:59:21.548Z Compiling crossbeam-deque v0.8.5
31052026-01-22T21:59:21.587Z Compiling colored v2.2.0
31062026-01-22T21:59:21.674Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
31072026-01-22T21:59:22.613Z Compiling camino-tempfile v1.4.1
31082026-01-22T21:59:23.049Z Compiling typify-macro v0.4.3
31092026-01-22T21:59:23.114Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31102026-01-22T21:59:23.495Z Compiling rayon v1.10.0
31112026-01-22T21:59:23.783Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31122026-01-22T21:59:23.919Z Compiling zone_cfg_derive v0.3.0
31132026-01-22T21:59:24.445Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
31142026-01-22T21:59:24.695Z Compiling ingot-types v0.1.2
31152026-01-22T21:59:24.884Z Compiling smf v0.2.3
31162026-01-22T21:59:25.012Z Compiling num-derive v0.4.2
31172026-01-22T21:59:25.363Z Compiling sigpipe v0.1.3
31182026-01-22T21:59:25.540Z Compiling ingot v0.1.1
31192026-01-22T21:59:25.638Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31202026-01-22T21:59:26.054Z Compiling zone v0.3.1
31212026-01-22T21:59:26.082Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
31222026-01-22T21:59:26.576Z Compiling toml v0.8.23
31232026-01-22T21:59:26.697Z Compiling convert_case v0.4.0
31242026-01-22T21:59:27.116Z Compiling typify v0.4.3
31252026-01-22T21:59:27.235Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31262026-01-22T21:59:27.305Z Compiling progenitor-impl v0.11.2
31272026-01-22T21:59:27.530Z Compiling derive_more v0.99.20
31282026-01-22T21:59:27.629Z Compiling universal-hash v0.5.1
31292026-01-22T21:59:27.879Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31302026-01-22T21:59:28.008Z Compiling opaque-debug v0.3.1
31312026-01-22T21:59:28.053Z Compiling secrecy v0.10.3
31322026-01-22T21:59:28.105Z Compiling aead v0.5.2
31332026-01-22T21:59:28.128Z Compiling half v2.4.1
31342026-01-22T21:59:28.153Z Compiling ciborium-io v0.2.2
31352026-01-22T21:59:28.365Z Compiling poly1305 v0.8.0
31362026-01-22T21:59:28.394Z Compiling progenitor-impl v0.10.0
31372026-01-22T21:59:28.543Z Compiling chacha20 v0.9.1
31382026-01-22T21:59:28.738Z Compiling ciborium-ll v0.2.2
31392026-01-22T21:59:29.075Z Compiling ciborium v0.2.2
31402026-01-22T21:59:29.177Z Compiling num-rational v0.4.2
31412026-01-22T21:59:29.227Z Compiling num-complex v0.4.6
31422026-01-22T21:59:29.725Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
31432026-01-22T21:59:30.065Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31442026-01-22T21:59:30.271Z Compiling num v0.4.3
31452026-01-22T21:59:30.414Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31462026-01-22T21:59:30.449Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31472026-01-22T21:59:30.670Z Compiling thiserror-impl-no-std v2.0.2
31482026-01-22T21:59:30.758Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
31492026-01-22T21:59:30.912Z Compiling float-ord v0.3.2
31502026-01-22T21:59:31.135Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31512026-01-22T21:59:31.396Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
31522026-01-22T21:59:31.514Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31532026-01-22T21:59:31.549Z Compiling password-hash v0.5.0
31542026-01-22T21:59:32.492Z Compiling blake2 v0.10.6
31552026-01-22T21:59:33.416Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
31562026-01-22T21:59:33.483Z Compiling thiserror-no-std v2.0.2
31572026-01-22T21:59:33.653Z Compiling indent_write v2.2.0
31582026-01-22T21:59:33.826Z Compiling vsss-rs v3.3.4
31592026-01-22T21:59:33.944Z Compiling argon2 v0.5.3
31602026-01-22T21:59:34.164Z Compiling progenitor-macro v0.11.2
31612026-01-22T21:59:34.522Z Compiling chacha20poly1305 v0.10.1
31622026-01-22T21:59:34.816Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31632026-01-22T21:59:35.269Z Compiling progenitor-macro v0.10.0
31642026-01-22T21:59:35.333Z Compiling usdt-macro v0.5.0
31652026-01-22T21:59:36.312Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
31662026-01-22T21:59:36.446Z Compiling usdt-attr-macro v0.5.0
31672026-01-22T21:59:36.551Z Compiling gethostname v0.5.0
31682026-01-22T21:59:36.789Z Compiling console v0.15.10
31692026-01-22T21:59:36.854Z Compiling resolv-conf v0.7.0
31702026-01-22T21:59:36.915Z Compiling derive-where v1.5.0
31712026-01-22T21:59:37.604Z Compiling owo-colors v4.2.2
31722026-01-22T21:59:38.112Z Compiling usdt v0.5.0
31732026-01-22T21:59:38.157Z Compiling cancel-safe-futures v0.1.5
31742026-01-22T21:59:38.209Z Compiling hickory-proto v0.24.4
31752026-01-22T21:59:38.378Z Compiling newline-converter v0.3.0
31762026-01-22T21:59:38.404Z Compiling atomicwrites v0.4.4
31772026-01-22T21:59:38.594Z Compiling libsw-core v0.3.1
31782026-01-22T21:59:38.642Z Compiling linked-hash-map v0.5.6
31792026-01-22T21:59:38.679Z Compiling semver v0.1.20
31802026-01-22T21:59:38.890Z Compiling libsw v3.5.0
31812026-01-22T21:59:39.036Z Compiling lru-cache v0.1.2
31822026-01-22T21:59:39.245Z Compiling rustc_version v0.1.7
31832026-01-22T21:59:39.281Z Compiling expectorate v1.2.0
31842026-01-22T21:59:39.412Z Compiling async-recursion v1.1.1
31852026-01-22T21:59:39.578Z Compiling slog-dtrace v0.3.0
31862026-01-22T21:59:39.708Z Compiling libefi-sys v0.1.0
31872026-01-22T21:59:39.967Z Compiling linear-map v1.2.0
31882026-01-22T21:59:40.095Z Compiling siphasher v1.0.1
31892026-01-22T21:59:40.256Z Compiling newtype_derive v0.1.6
31902026-01-22T21:59:40.351Z Compiling tokio-dtrace v0.1.0
31912026-01-22T21:59:40.520Z Compiling phf_shared v0.12.1
31922026-01-22T21:59:40.612Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31932026-01-22T21:59:40.783Z Compiling pin-project-internal v1.1.6
31942026-01-22T21:59:40.829Z Compiling bitfield-struct v0.6.2
31952026-01-22T21:59:40.916Z Compiling csv-core v0.1.11
31962026-01-22T21:59:41.437Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31972026-01-22T21:59:41.470Z Compiling base64 v0.21.7
31982026-01-22T21:59:41.771Z Compiling chrono-tz v0.10.4
31992026-01-22T21:59:42.130Z Compiling const_format_proc_macros v0.2.34
32002026-01-22T21:59:42.197Z Compiling csv v1.3.1
32012026-01-22T21:59:42.264Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32022026-01-22T21:59:43.049Z Compiling phf v0.12.1
32032026-01-22T21:59:43.426Z Compiling hickory-resolver v0.24.4
32042026-01-22T21:59:43.472Z Compiling oxide-tokio-rt v0.1.2
32052026-01-22T21:59:43.673Z Compiling pin-project v1.1.6
32062026-01-22T21:59:44.106Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32072026-01-22T21:59:44.338Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32082026-01-22T21:59:44.521Z Compiling pem v3.0.5
32092026-01-22T21:59:45.250Z Compiling snafu-derive v0.8.5
32102026-01-22T21:59:45.283Z Compiling same-file v1.0.6
32112026-01-22T21:59:45.426Z Compiling highway v1.3.0
32122026-01-22T21:59:45.623Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32132026-01-22T21:59:45.769Z Compiling qorb v0.4.1
32142026-01-22T21:59:46.133Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32152026-01-22T21:59:46.220Z Compiling walkdir v2.5.0
32162026-01-22T21:59:46.922Z Compiling progenitor v0.11.2
32172026-01-22T21:59:46.977Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32182026-01-22T21:59:47.009Z Compiling const_format v0.2.34
32192026-01-22T21:59:47.197Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
32202026-01-22T21:59:47.732Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32212026-01-22T21:59:48.170Z Compiling progenitor v0.10.0
32222026-01-22T21:59:48.489Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32232026-01-22T21:59:48.848Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32242026-01-22T21:59:48.946Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32252026-01-22T21:59:49.470Z Compiling tabled_derive v0.7.0
32262026-01-22T21:59:49.751Z Compiling globset v0.4.15
32272026-01-22T21:59:49.961Z Compiling snafu v0.8.5
32282026-01-22T21:59:50.192Z Compiling olpc-cjson v0.1.4
32292026-01-22T21:59:50.373Z Compiling dropshot-api-manager-types v0.2.4
32302026-01-22T21:59:50.518Z Compiling primeorder v0.13.6
32312026-01-22T21:59:50.743Z Compiling bcs v0.1.6
32322026-01-22T21:59:51.036Z Compiling serde_plain v1.0.2
32332026-01-22T21:59:51.081Z Compiling typed-path v0.9.3
32342026-01-22T21:59:51.330Z Compiling radium v0.7.0
32352026-01-22T21:59:51.414Z Compiling termtree v0.5.1
32362026-01-22T21:59:51.417Z Compiling utf-8 v0.7.6
32372026-01-22T21:59:51.693Z Compiling xshell-macros v0.2.7
32382026-01-22T21:59:51.697Z Compiling tabled v0.15.0
32392026-01-22T21:59:51.749Z Compiling tungstenite v0.21.0
32402026-01-22T21:59:51.774Z Compiling textwrap v0.16.2
32412026-01-22T21:59:51.857Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32422026-01-22T21:59:52.494Z Compiling xshell v0.2.7
32432026-01-22T21:59:52.857Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32442026-01-22T21:59:53.259Z Compiling steno v0.4.1
32452026-01-22T21:59:53.599Z Compiling tough v0.20.0
32462026-01-22T21:59:53.734Z Compiling typify-impl v0.2.0
32472026-01-22T21:59:54.210Z Compiling moka v0.12.10
32482026-01-22T21:59:54.586Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32492026-01-22T21:59:56.913Z Compiling humantime v2.2.0
32502026-01-22T21:59:57.446Z Compiling tap v1.0.1
32512026-01-22T21:59:57.684Z Compiling maybe-uninit v2.0.0
32522026-01-22T21:59:57.714Z Compiling wyz v0.5.1
32532026-01-22T21:59:58.210Z Compiling tokio-tungstenite v0.21.0
32542026-01-22T21:59:58.662Z Compiling funty v2.0.0
32552026-01-22T21:59:58.859Z Compiling arc-swap v1.7.1
32562026-01-22T21:59:58.891Z Compiling salty v0.3.0
32572026-01-22T21:59:59.384Z Compiling packed_struct v0.10.1
32582026-01-22T21:59:59.502Z Compiling tagptr v0.2.0
32592026-01-22T21:59:59.641Z Compiling bitvec v1.0.1
32602026-01-22T21:59:59.800Z Compiling slog-scope v4.4.0
32612026-01-22T22:00:00.055Z Compiling p384 v0.13.1
32622026-01-22T22:00:00.290Z Compiling polyval v0.6.2
32632026-01-22T22:00:00.293Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32642026-01-22T22:00:00.564Z Compiling packed_struct_codegen v0.10.1
32652026-01-22T22:00:00.745Z Compiling bitfield-macros v0.19.2
32662026-01-22T22:00:01.385Z Compiling zerocopy-derive v0.6.6
32672026-01-22T22:00:01.511Z Compiling proc-macro-error-attr2 v2.0.0
32682026-01-22T22:00:02.345Z Compiling indexmap v1.9.3
32692026-01-22T22:00:02.371Z Compiling crc-catalog v2.4.0
32702026-01-22T22:00:02.571Z Compiling parking_lot_core v0.8.6
32712026-01-22T22:00:02.732Z Compiling nodrop v0.1.14
32722026-01-22T22:00:02.898Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32732026-01-22T22:00:03.066Z Compiling array-init v0.0.4
32742026-01-22T22:00:03.241Z Compiling crc v3.2.1
32752026-01-22T22:00:03.267Z Compiling zerocopy v0.6.6
32762026-01-22T22:00:03.346Z Compiling proc-macro-error2 v2.0.1
32772026-01-22T22:00:03.494Z Compiling bitfield v0.19.2
32782026-01-22T22:00:04.012Z Compiling hickory-resolver v0.25.2
32792026-01-22T22:00:04.039Z Compiling ghash v0.5.1
32802026-01-22T22:00:04.043Z Compiling slog-stdlog v4.1.1
32812026-01-22T22:00:04.092Z Compiling smallvec v0.6.14
32822026-01-22T22:00:04.262Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32832026-01-22T22:00:04.486Z Compiling ctr v0.9.2
32842026-01-22T22:00:04.557Z Compiling num-derive v0.3.3
32852026-01-22T22:00:04.898Z Compiling lzma-sys v0.1.20
32862026-01-22T22:00:05.104Z Compiling hashbrown v0.12.3
32872026-01-22T22:00:05.271Z Compiling typify-macro v0.2.0
32882026-01-22T22:00:05.707Z Compiling unicase v2.8.1
32892026-01-22T22:00:06.154Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32902026-01-22T22:00:06.181Z Compiling mime_guess v2.0.5
32912026-01-22T22:00:06.594Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
32922026-01-22T22:00:06.768Z Compiling libscf-sys v1.1.0
32932026-01-22T22:00:06.939Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
32942026-01-22T22:00:07.387Z Compiling aes-gcm v0.10.3
32952026-01-22T22:00:07.759Z Compiling serde-hex v0.1.0
32962026-01-22T22:00:07.914Z Compiling slog-envlogger v2.2.0
32972026-01-22T22:00:08.029Z Compiling tabled_derive v0.11.0
32982026-01-22T22:00:08.684Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32992026-01-22T22:00:08.865Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33002026-01-22T22:00:09.296Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33012026-01-22T22:00:09.890Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33022026-01-22T22:00:10.934Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33032026-01-22T22:00:10.963Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33042026-01-22T22:00:11.900Z Compiling typify v0.2.0
33052026-01-22T22:00:12.125Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33062026-01-22T22:00:12.362Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33072026-01-22T22:00:12.828Z Compiling progenitor-impl v0.8.0
33082026-01-22T22:00:13.262Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33092026-01-22T22:00:13.644Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33102026-01-22T22:00:13.932Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33112026-01-22T22:00:14.659Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33122026-01-22T22:00:14.940Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33132026-01-22T22:00:17.113Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33142026-01-22T22:00:17.388Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33152026-01-22T22:00:17.609Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33162026-01-22T22:00:17.887Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33172026-01-22T22:00:18.789Z Compiling ron v0.8.1
33182026-01-22T22:00:18.817Z Compiling papergrid v0.17.0
33192026-01-22T22:00:19.265Z Compiling testing_table v0.3.0
33202026-01-22T22:00:19.552Z Compiling progenitor-macro v0.8.0
33212026-01-22T22:00:19.588Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33222026-01-22T22:00:20.302Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33232026-01-22T22:00:21.108Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33242026-01-22T22:00:21.350Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33252026-01-22T22:00:21.466Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33262026-01-22T22:00:22.629Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33272026-01-22T22:00:22.863Z Compiling hashbrown v0.13.2
33282026-01-22T22:00:22.949Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33292026-01-22T22:00:23.505Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33302026-01-22T22:00:24.084Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33312026-01-22T22:00:24.694Z Compiling heck v0.3.3
33322026-01-22T22:00:25.119Z Compiling progenitor-client v0.8.0
33332026-01-22T22:00:25.336Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=9122d6eb288dc88bfdbcd98cc93cb02cc8c89f96#9122d6eb)
33342026-01-22T22:00:25.689Z Compiling ssh-encoding v0.2.0
33352026-01-22T22:00:25.794Z Compiling blowfish v0.9.1
33362026-01-22T22:00:26.219Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
33372026-01-22T22:00:26.321Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33382026-01-22T22:00:26.736Z Compiling nibble_vec v0.1.0
33392026-01-22T22:00:26.914Z Compiling crc-any v2.5.0
33402026-01-22T22:00:27.005Z Compiling corncobs v0.1.4
33412026-01-22T22:00:27.050Z Compiling endian-type v0.1.2
33422026-01-22T22:00:27.344Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33432026-01-22T22:00:27.369Z Compiling radix_trie v0.2.1
33442026-01-22T22:00:27.450Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
33452026-01-22T22:00:27.536Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33462026-01-22T22:00:28.050Z Compiling bcrypt-pbkdf v0.10.0
33472026-01-22T22:00:28.111Z Compiling ssh-cipher v0.2.0
33482026-01-22T22:00:28.386Z Compiling zone_cfg_derive v0.1.2
33492026-01-22T22:00:28.800Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33502026-01-22T22:00:29.558Z Compiling object v0.30.4
33512026-01-22T22:00:29.879Z Compiling tabled v0.20.0
33522026-01-22T22:00:32.311Z Compiling progenitor v0.8.0
33532026-01-22T22:00:32.610Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33542026-01-22T22:00:32.665Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33552026-01-22T22:00:33.289Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33562026-01-22T22:00:34.699Z Compiling parking_lot v0.11.2
33572026-01-22T22:00:35.577Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
33582026-01-22T22:00:36.232Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33592026-01-22T22:00:36.955Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33602026-01-22T22:00:37.604Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33612026-01-22T22:00:38.263Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33622026-01-22T22:00:38.470Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33632026-01-22T22:00:38.948Z Compiling prefix-trie v0.7.0
33642026-01-22T22:00:39.265Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33652026-01-22T22:00:39.844Z Compiling password-hash v0.4.2
33662026-01-22T22:00:40.746Z Compiling fxhash v0.2.1
33672026-01-22T22:00:41.021Z Compiling secrecy v0.8.0
33682026-01-22T22:00:41.330Z Compiling http-range v0.1.5
33692026-01-22T22:00:41.504Z Compiling half v1.8.3
33702026-01-22T22:00:41.537Z Compiling base64 v0.13.1
33712026-01-22T22:00:41.572Z Compiling path-slash v0.1.5
33722026-01-22T22:00:41.676Z Compiling number_prefix v0.4.0
33732026-01-22T22:00:41.835Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33742026-01-22T22:00:41.966Z Compiling serde_cbor v0.11.2
33752026-01-22T22:00:42.107Z Compiling ron v0.7.1
33762026-01-22T22:00:42.137Z Compiling indicatif v0.17.11
33772026-01-22T22:00:43.407Z Compiling sled v0.34.7
33782026-01-22T22:00:44.142Z Compiling pbkdf2 v0.11.0
33792026-01-22T22:00:44.189Z Compiling hickory-server v0.25.2
33802026-01-22T22:00:44.576Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33812026-01-22T22:00:45.314Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33822026-01-22T22:00:45.398Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf)
33832026-01-22T22:00:46.953Z Compiling xz2 v0.1.7
33842026-01-22T22:00:48.433Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33852026-01-22T22:00:48.734Z Compiling zone v0.1.8
33862026-01-22T22:00:50.144Z Compiling ssh-key v0.6.6
33872026-01-22T22:00:50.169Z Compiling hickory-client v0.25.2
33882026-01-22T22:00:50.172Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33892026-01-22T22:00:50.368Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33902026-01-22T22:00:50.838Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33912026-01-22T22:00:52.008Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
33922026-01-22T22:00:52.039Z Compiling p521 v0.13.3
33932026-01-22T22:00:53.200Z Compiling p256 v0.13.2
33942026-01-22T22:00:54.076Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
33952026-01-22T22:00:54.268Z Compiling yasna v0.5.2
33962026-01-22T22:00:54.341Z Compiling headers-core v0.3.0
33972026-01-22T22:00:54.364Z Compiling kstat-rs v0.2.4
33982026-01-22T22:00:54.561Z Compiling nanorand v0.7.0
33992026-01-22T22:00:54.995Z Compiling russh-cryptovec v0.7.3
34002026-01-22T22:00:55.154Z Compiling atty v0.2.14
34012026-01-22T22:00:55.206Z Compiling md5 v0.7.0
34022026-01-22T22:00:55.360Z Compiling crc8 v0.1.1
34032026-01-22T22:00:55.363Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
34042026-01-22T22:00:55.564Z Compiling russh-keys v0.45.0
34052026-01-22T22:00:55.742Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34062026-01-22T22:00:55.787Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf)
34072026-01-22T22:00:55.815Z Compiling rcgen v0.12.1
34082026-01-22T22:00:56.720Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34092026-01-22T22:00:57.223Z Compiling flume v0.11.1
34102026-01-22T22:00:57.920Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34112026-01-22T22:00:57.948Z Compiling headers v0.4.1
34122026-01-22T22:00:58.294Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
34132026-01-22T22:00:59.181Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34142026-01-22T22:00:59.735Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34152026-01-22T22:01:03.178Z Compiling hyper-staticfile v0.10.1
34162026-01-22T22:01:03.655Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34172026-01-22T22:01:04.244Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34182026-01-22T22:01:04.945Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34192026-01-22T22:01:06.419Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34202026-01-22T22:01:07.196Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34212026-01-22T22:01:07.716Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34222026-01-22T22:01:08.394Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34232026-01-22T22:01:09.542Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34242026-01-22T22:01:09.890Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34252026-01-22T22:01:10.775Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34262026-01-22T22:01:11.177Z Compiling num-bigint v0.4.6
34272026-01-22T22:01:12.746Z Compiling des v0.8.1
34282026-01-22T22:01:12.783Z Compiling subprocess v0.2.9
34292026-01-22T22:01:13.142Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34302026-01-22T22:01:13.253Z Compiling hex-literal v0.4.1
34312026-01-22T22:01:13.470Z Compiling display-error-chain v0.2.2
34322026-01-22T22:01:13.750Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34332026-01-22T22:01:14.056Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34342026-01-22T22:01:14.485Z Compiling russh v0.45.0
34352026-01-22T22:01:16.238Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34362026-01-22T22:01:16.767Z Compiling internet-checksum v0.2.1
34372026-01-22T22:01:17.052Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34382026-01-22T22:01:17.081Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34392026-01-22T22:01:17.367Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34402026-01-22T22:01:20.999Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34412026-01-22T22:01:21.620Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34422026-01-22T22:01:21.799Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34432026-01-22T22:01:34.697Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34442026-01-22T22:02:07.810Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34452026-01-22T22:02:37.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 31s
34462026-01-22T22:02:37.729Z
34472026-01-22T22:02:37.732Zreal 3:31.469409554
34482026-01-22T22:02:37.732Zuser 19:12.282567820
34492026-01-22T22:02:37.732Zsys 2:34.226392792
34502026-01-22T22:02:37.732Ztrap 0.571898869
34512026-01-22T22:02:37.732Ztflt 0.164238067
34522026-01-22T22:02:37.732Zdflt 0.611365291
34532026-01-22T22:02:37.732Zkflt 0.000088562
34542026-01-22T22:02:37.732Zlock 52:22.118566036
34552026-01-22T22:02:37.732Zslp 1:09:10.028921686
34562026-01-22T22:02:37.732Zlat 1:02.594603480
34572026-01-22T22:02:37.732Zstop 2:43.921602947
34582026-01-22T22:02:37.732Z+ mkdir tests
34592026-01-22T22:02:37.736Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34602026-01-22T22:02:37.736Z+ xargs -I '{}' -t cp '{}' tests/
34612026-01-22T22:02:37.779Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-ce55dcba1c116925 tests/
34622026-01-22T22:02:37.815Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-04c359e7b715f808 tests/
34632026-01-22T22:02:37.850Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-60c214a84aac85e2 tests/
34642026-01-22T22:02:37.884Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-47e894f92f4b581a tests/
34652026-01-22T22:02:38.217Z+ 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/*)
34662026-01-22T22:02:38.220Z+ 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-60c214a84aac85e2 tests/commtest-04c359e7b715f808 tests/dhcp_server-ce55dcba1c116925 tests/end_to_end_tests-47e894f92f4b581a 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
34672026-01-22T22:04:24.192ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34682026-01-22T22:04:24.192Za .github/buildomat/ci-env.sh 1K
34692026-01-22T22:04:24.192Za out/target/test 1K
34702026-01-22T22:04:24.192Za out/npuzone/npuzone 27402K
34712026-01-22T22:04:24.192Za package-manifest.toml 35K
34722026-01-22T22:04:24.192Za smf/sled-agent/non-gimlet/config.toml 6K
34732026-01-22T22:04:24.192Za target/release/omicron-package 42876K
34742026-01-22T22:04:24.192Za target/release/xtask 11475K
34752026-01-22T22:04:24.192Za target/debug/bootstrap 319927K
34762026-01-22T22:04:24.192Za tests/bootstrap-60c214a84aac85e2 31133K
34772026-01-22T22:04:24.192Za tests/commtest-04c359e7b715f808 31433K
34782026-01-22T22:04:24.192Za tests/dhcp_server-ce55dcba1c116925 31133K
34792026-01-22T22:04:24.192Za tests/end_to_end_tests-47e894f92f4b581a 364336K
34802026-01-22T22:04:24.192Za out/clickhouse.tar.gz 317183K
34812026-01-22T22:04:24.193Za out/clickhouse_keeper.tar.gz 300196K
34822026-01-22T22:04:24.193Za out/clickhouse_server.tar.gz 317182K
34832026-01-22T22:04:24.193Za out/cockroachdb.tar.gz 164716K
34842026-01-22T22:04:24.193Za out/crucible-pantry-zone.tar.gz 41361K
34852026-01-22T22:04:24.193Za out/crucible-utils.tar 17744K
34862026-01-22T22:04:24.193Za out/crucible-zone.tar.gz 55499K
34872026-01-22T22:04:24.193Za out/external-dns.tar.gz 47541K
34882026-01-22T22:04:24.193Za out/internal-dns.tar.gz 47541K
34892026-01-22T22:04:24.193Za out/mg-ddm-gz.tar 84156K
34902026-01-22T22:04:24.193Za out/nexus.tar.gz 207122K
34912026-01-22T22:04:24.193Za out/ntp.tar.gz 28675K
34922026-01-22T22:04:24.193Za out/omicron-gateway-softnpu.tar.gz 30098K
34932026-01-22T22:04:24.193Za out/omicron-sled-agent.tar 192542K
34942026-01-22T22:04:24.193Za out/overlay.tar.gz 3K
34952026-01-22T22:04:24.193Za out/oximeter.tar.gz 63314K
34962026-01-22T22:04:24.193Za out/oxlog.tar 3946K
34972026-01-22T22:04:24.193Za out/probe.tar.gz 3037K
34982026-01-22T22:04:24.193Za out/propolis-server.tar.gz 74630K
34992026-01-22T22:04:24.193Za out/pumpkind-gz.tar 26647K
35002026-01-22T22:04:24.193Za out/switch-softnpu.tar.gz 373322K
35012026-01-22T22:04:24.197Z
35022026-01-22T22:04:24.197Zreal 1:45.952561321
35032026-01-22T22:04:24.197Zuser 1:41.373988004
35042026-01-22T22:04:24.197Zsys 6.697274511
35052026-01-22T22:04:24.197Ztrap 0.025592908
35062026-01-22T22:04:24.197Ztflt 0.000000000
35072026-01-22T22:04:24.197Zdflt 0.000000000
35082026-01-22T22:04:24.197Zkflt 0.000000000
35092026-01-22T22:04:24.197Zlock 0.000000000
35102026-01-22T22:04:24.197Zslp 1:40.981616755
35112026-01-22T22:04:24.197Zlat 2.820902423
35122026-01-22T22:04:24.197Zstop 0.000606730
35132026-01-22T22:04:24.197Zprocess exited: duration 2525359 ms, exit code 0
 
35142026-01-22T22:04:24.214Zfound 1 output files
35152026-01-22T22:04:24.214Zuploading: /work/package.tar.gz (2396068060 bytes)
35162026-01-22T22:04:57.650Zuploaded: /work/package.tar.gz