01KFNM49KEP9YH4YQQTS9HSDV0: 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: 01KFNM4RH357085ZY2GFR3XNQQ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-01-23T14:29:47.980Zjob assigned to worker 01KFNM4TZRY37MMVSRN4QRZ4NG [factory gimlet-EVT22200007-propolis, EVT22200007/55535] (queued for 33 s)
 
22026-01-23T14:29:56.940Zstarting task 0: "setup"
32026-01-23T14:29:56.966Z++ uname -s
42026-01-23T14:29:56.966Z+ kern=SunOS
52026-01-23T14:29:56.966Z+ build_user=build
62026-01-23T14:29:56.966Z+ build_uid=12345
72026-01-23T14:29:56.966Z+ work_dir=/work
82026-01-23T14:29:56.966Z+ input_dir=/input
92026-01-23T14:29:56.966Z+ [[ 0 == 12345 ]]
102026-01-23T14:29:56.966Z+ case "$kern" in
112026-01-23T14:29:56.966Z+ groupadd -g 12345 build
122026-01-23T14:29:56.966Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-01-23T14:29:58.968Z+ zfs create -o mountpoint=/work rpool/work
142026-01-23T14:29:59.010Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-01-23T14:29:59.035Z+ home_fs=zfs
162026-01-23T14:29:59.035Z+ [[ zfs == autofs ]]
172026-01-23T14:29:59.035Z+ mkdir -p /home/build
182026-01-23T14:29:59.035Z+ chown build:build /home/build /work
192026-01-23T14:30:01.021Z+ chmod 0700 /home/build /work
202026-01-23T14:30:01.045Zprocess exited: duration 4086 ms, exit code 0
 
212026-01-23T14:30:01.097Zstarting task 1: "rust-toolchain"
222026-01-23T14:30:01.122Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-01-23T14:30:01.122Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-01-23T14:30:01.122Z * rust toolchain channel = "1.91.1"
252026-01-23T14:30:01.122Z * rust toolchain profile = "default"
262026-01-23T14:30:01.122Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-01-23T14:30:01.122Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-01-23T14:30:01.122Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-01-23T14:30:01.122Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-01-23T14:30:01.241Zinfo: downloading installer
312026-01-23T14:30:02.014Zwarn: It looks like you have an existing installation of Rust at:
322026-01-23T14:30:02.014Zwarn: /opt/ooce/bin
332026-01-23T14:30:02.014Zwarn: It is recommended that rustup be the primary Rust installation.
342026-01-23T14:30:02.038Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-01-23T14:30:02.038Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-01-23T14:30:02.038Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-01-23T14:30:02.038Zwarn: or pass `-y' to ignore all ignorable checks.
382026-01-23T14:30:02.038Zerror: cannot install while Rust is installed
392026-01-23T14:30:02.038Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-01-23T14:30:02.038Zinfo: profile set to 'default'
412026-01-23T14:30:02.038Zinfo: default host triple is x86_64-unknown-illumos
422026-01-23T14:30:02.038Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-01-23T14:30:02.150Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-01-23T14:30:02.150Zinfo: downloading component 'cargo'
452026-01-23T14:30:02.314Zinfo: downloading component 'clippy'
462026-01-23T14:30:02.391Zinfo: downloading component 'rust-docs'
472026-01-23T14:30:02.936Zinfo: downloading component 'rust-std'
482026-01-23T14:30:03.302Zinfo: downloading component 'rustc'
492026-01-23T14:30:04.882Zinfo: downloading component 'rustfmt'
502026-01-23T14:30:04.941Zinfo: installing component 'cargo'
512026-01-23T14:30:06.198Zinfo: installing component 'clippy'
522026-01-23T14:30:06.676Zinfo: installing component 'rust-docs'
532026-01-23T14:30:10.155Zinfo: installing component 'rust-std'
542026-01-23T14:30:12.226Zinfo: installing component 'rustc'
552026-01-23T14:30:20.750Zinfo: installing component 'rustfmt'
562026-01-23T14:30:21.153Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-01-23T14:30:21.153Z
582026-01-23T14:30:21.343Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-01-23T14:30:21.343Z
602026-01-23T14:30:21.367Z
612026-01-23T14:30:21.367ZRust is installed now. Great!
622026-01-23T14:30:21.367Z
632026-01-23T14:30:21.367ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-01-23T14:30:21.367Zenvironment variable. This has not been done automatically.
652026-01-23T14:30:21.367Z
662026-01-23T14:30:21.367ZTo configure your current shell, you need to source
672026-01-23T14:30:21.368Zthe corresponding env file under $HOME/.cargo.
682026-01-23T14:30:21.368Z
692026-01-23T14:30:21.368ZThis is usually done by running one of the following (note the leading DOT):
702026-01-23T14:30:21.368Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-01-23T14:30:21.368Zsource "$HOME/.cargo/env.fish" # For fish
722026-01-23T14:30:21.368Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-01-23T14:30:21.477Z+ rustup --version
742026-01-23T14:30:21.501Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-01-23T14:30:21.501Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-01-23T14:30:21.645Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-01-23T14:30:21.670Z+ cargo --version
782026-01-23T14:30:21.776Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-01-23T14:30:21.800Z+ rustc --version
802026-01-23T14:30:21.909Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-01-23T14:30:21.933Zprocess exited: duration 20824 ms, exit code 0
 
822026-01-23T14:30:21.982Zstarting task 2: "authentication"
832026-01-23T14:30:22.066Zprocess exited: duration 83 ms, exit code 0
 
842026-01-23T14:30:22.115Zstarting task 3: "clone repository"
852026-01-23T14:30:22.139Z+ mkdir -p /work/oxidecomputer/omicron
862026-01-23T14:30:22.139Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-01-23T14:30:22.164ZCloning into '/work/oxidecomputer/omicron'...
882026-01-23T14:30:32.304Z+ cd /work/oxidecomputer/omicron
892026-01-23T14:30:32.304Z+ git fetch origin 7114c35df1126a36c163ea5db5fb0556cb559ccb
902026-01-23T14:30:32.739ZFrom https://github.com/oxidecomputer/omicron
912026-01-23T14:30:32.739Z * branch 7114c35df1126a36c163ea5db5fb0556cb559ccb -> FETCH_HEAD
922026-01-23T14:30:32.763Z+ [[ -n zl/api-guidelines-cleanup ]]
932026-01-23T14:30:32.763Z++ git branch --show-current
942026-01-23T14:30:32.763Z+ current=main
952026-01-23T14:30:32.763Z+ [[ main != zl/api-guidelines-cleanup ]]
962026-01-23T14:30:32.763Z+ git branch -f zl/api-guidelines-cleanup 7114c35df1126a36c163ea5db5fb0556cb559ccb
972026-01-23T14:30:32.787Z+ git checkout -f zl/api-guidelines-cleanup
982026-01-23T14:30:32.858ZSwitched to branch 'zl/api-guidelines-cleanup'
992026-01-23T14:30:32.882Z+ git reset --hard 7114c35df1126a36c163ea5db5fb0556cb559ccb
1002026-01-23T14:30:32.953ZHEAD is now at 7114c35df [nexus] Clean up API versioning: chain conversions, fix module docs
1012026-01-23T14:30:32.977Zprocess exited: duration 10841 ms, exit code 0
 
1022026-01-23T14:30:33.029Zstarting task 4: "build"
1032026-01-23T14:30:33.053Z+ source .github/buildomat/ci-env.sh
1042026-01-23T14:30:33.053Z++ export CARGO_TERM_COLOR=always
1052026-01-23T14:30:33.053Z++ CARGO_TERM_COLOR=always
1062026-01-23T14:30:33.053Z+ cargo --version
1072026-01-23T14:30:33.116Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-01-23T14:30:33.140Z+ rustc --version
1092026-01-23T14:30:33.218Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-01-23T14:30:33.244Z+ WORK=/work
1112026-01-23T14:30:33.244Z+ pfexec mkdir -p /work
1122026-01-23T14:30:33.244Z+ pfexec chown build /work
1132026-01-23T14:30:33.244Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142026-01-23T14:30:51.509Z Startup: Refreshing catalog 'helios-dev' ... Done
1152026-01-23T14:31:03.717Z Startup: Caching catalogs ... Done
1162026-01-23T14:31:28.058ZPlanning: Solver setup ... Done (22.420s)
1172026-01-23T14:31:28.224ZPlanning: Running solver ... Done (0.165s)
1182026-01-23T14:31:28.375ZPlanning: Finding local manifests ... Done (0.002s)
1192026-01-23T14:31:28.505ZPlanning: Fetching manifests: 0/4 0% complete
1202026-01-23T14:31:29.427ZPlanning: Fetching manifests: 4/4 100% complete
1212026-01-23T14:31:29.491ZPlanning: Package planning ... Done (0.064s)
1222026-01-23T14:31:29.550ZPlanning: Merging actions ... Done (0.059s)
1232026-01-23T14:31:29.883ZPlanning: Checking for conflicting actions ... Done (0.333s)
1242026-01-23T14:31:29.907ZPlanning: Consolidating action changes ... Done (0.013s)
1252026-01-23T14:31:30.569ZPlanning: Evaluating mediators ... Done (0.671s)
1262026-01-23T14:31:30.593ZPlanning: Planning completed in 26.74 seconds
1272026-01-23T14:31:30.618Z Packages to install: 4
1282026-01-23T14:31:30.618Z Mediators to change: 2
1292026-01-23T14:31:30.618Z Services to change: 1
1302026-01-23T14:31:30.618Z Estimated space available: 154.95 GB
1312026-01-23T14:31:30.618ZEstimated space to be consumed: 1.79 GB
1322026-01-23T14:31:30.618Z Create boot environment: No
1332026-01-23T14:31:30.618ZCreate backup boot environment: No
1342026-01-23T14:31:30.618Z Rebuild boot archive: No
1352026-01-23T14:31:30.618Z
1362026-01-23T14:31:30.618ZChanged mediators:
1372026-01-23T14:31:30.618Z mediator clang:
1382026-01-23T14:31:30.618Z version: None -> 15 (system default)
1392026-01-23T14:31:30.618Z
1402026-01-23T14:31:30.618Z mediator llvm:
1412026-01-23T14:31:30.618Z version: 14 (system default) -> 15 (system default)
1422026-01-23T14:31:30.618Z
1432026-01-23T14:31:30.618ZChanged packages:
1442026-01-23T14:31:30.618Zhelios-dev
1452026-01-23T14:31:30.618Z developer/build-essential
1462026-01-23T14:31:30.619Z None -> 11-2.0
1472026-01-23T14:31:30.619Z library/libxmlsec1
1482026-01-23T14:31:30.619Z None -> 1.2.35-2.0
1492026-01-23T14:31:30.619Z ooce/developer/clang-15
1502026-01-23T14:31:30.619Z None -> 15.0.7-2.0
1512026-01-23T14:31:30.619Z ooce/developer/llvm-15
1522026-01-23T14:31:30.619Z None -> 15.0.7-2.0
1532026-01-23T14:31:30.619Z
1542026-01-23T14:31:30.619ZServices:
1552026-01-23T14:31:30.619Z restart_fmri:
1562026-01-23T14:31:30.619Z svc:/system/update-man-index:default
1572026-01-23T14:31:30.659Z
1582026-01-23T14:31:30.659ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592026-01-23T14:31:35.659ZDownload: 1193/3290 items 51.2/212.6MB 24% complete (10.3M/s)
1602026-01-23T14:31:40.661ZDownload: 2129/3290 items 115.4/212.6MB 54% complete (11.6M/s)
1612026-01-23T14:31:45.668ZDownload: 3248/3290 items 202.5/212.6MB 95% complete (15.8M/s)
1622026-01-23T14:31:47.044ZDownload: Completed 212.60 MB in 16.39 seconds (13.0M/s)
1632026-01-23T14:31:47.245Z Actions: 1/3689 actions (Installing new actions)
1642026-01-23T14:31:52.256Z Actions: 1986/3689 actions (Installing new actions)
1652026-01-23T14:31:53.164Z Actions: Completed 3689 actions in 5.92 seconds.
1662026-01-23T14:31:54.252Z Done (1.081s)
1672026-01-23T14:31:54.252Z Done (0.000s)
1682026-01-23T14:31:55.561Z Done (1.309s)
1692026-01-23T14:32:00.593Z Done (4.772s)
1702026-01-23T14:32:00.688Z Done (0.020s)
1712026-01-23T14:32:00.713Z Done (0.000s)
1722026-01-23T14:32:00.860Z Done (0.000s)
1732026-01-23T14:32:01.952ZPlanning: Evaluating mediator changes ... Done
1742026-01-23T14:32:02.233ZPlanning: Checking for conflicting actions ... Done
1752026-01-23T14:32:02.260ZPlanning: Consolidating action changes ... Done
1762026-01-23T14:32:02.612ZPlanning: Evaluating mediators ... Done
1772026-01-23T14:32:02.637ZPlanning: Planning completed in 0.66 seconds
1782026-01-23T14:32:02.663Z Mediators to change: 2
1792026-01-23T14:32:02.663Z Create boot environment: No
1802026-01-23T14:32:02.663ZCreate backup boot environment: No
1812026-01-23T14:32:02.721Z Done
1822026-01-23T14:32:02.721Z Done
1832026-01-23T14:32:03.849Z Done
1842026-01-23T14:32:08.665Z Done
1852026-01-23T14:32:08.755Z Done
1862026-01-23T14:32:08.755Z Done
1872026-01-23T14:32:08.814Z Done
1882026-01-23T14:32:09.586ZPlanning: Evaluating mediator changes ... Done
1892026-01-23T14:32:09.610ZPlanning: Merging actions ... Done
1902026-01-23T14:32:09.834ZPlanning: Checking for conflicting actions ... Done
1912026-01-23T14:32:09.858ZPlanning: Consolidating action changes ... Done
1922026-01-23T14:32:10.170ZPlanning: Evaluating mediators ... Done
1932026-01-23T14:32:10.239ZPlanning: Planning completed in 0.96 seconds
1942026-01-23T14:32:10.280Z Packages to change: 1
1952026-01-23T14:32:10.280Z Mediators to change: 1
1962026-01-23T14:32:10.280Z Services to change: 1
1972026-01-23T14:32:10.280Z Create boot environment: No
1982026-01-23T14:32:10.280ZCreate backup boot environment: Yes
1992026-01-23T14:32:12.310Z Actions: 1/6 actions (Updating modified actions)
2002026-01-23T14:32:12.335Z Actions: Completed 6 actions in 0.00 seconds.
2012026-01-23T14:32:12.335Z Done
2022026-01-23T14:32:12.335Z Done
2032026-01-23T14:32:12.568Z Done
2042026-01-23T14:32:17.386Z Done
2052026-01-23T14:32:17.481Z Done
2062026-01-23T14:32:17.505Z Done
2072026-01-23T14:32:17.529Z Done
2082026-01-23T14:32:18.115ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2092026-01-23T14:32:18.115Zclang system 15 system
2102026-01-23T14:32:18.115Zcsh system system illumos
2112026-01-23T14:32:18.115Zctags system system illumos
2122026-01-23T14:32:18.115Zfile system system illumos
2132026-01-23T14:32:18.115Zgcc vendor 12 vendor
2142026-01-23T14:32:18.115Zgcc system 10 system
2152026-01-23T14:32:18.115Zgcc system 7 system
2162026-01-23T14:32:18.115Zgo system 1.20 system
2172026-01-23T14:32:18.115Zgo system 1.19 system
2182026-01-23T14:32:18.115Zllvm system 15 system
2192026-01-23T14:32:18.115Zllvm system 14 system
2202026-01-23T14:32:18.115Zmariadb system 10.6 system
2212026-01-23T14:32:18.115Zmta vendor vendor dma
2222026-01-23T14:32:18.115Zopenjdk system 17 system
2232026-01-23T14:32:18.115Zopenjdk system 11 system
2242026-01-23T14:32:18.115Zopenjdk system 1.8 system
2252026-01-23T14:32:18.115Zopenssl vendor 3 vendor
2262026-01-23T14:32:18.115Zperl system 5.36 system
2272026-01-23T14:32:18.115Zpostgresql system 15 system
2282026-01-23T14:32:18.115Zpostgresql system 13 system
2292026-01-23T14:32:18.115Zpython vendor 3 vendor
2302026-01-23T14:32:18.116Zpython system 2 system
2312026-01-23T14:32:18.116Zpython3 system 3.11 system
2322026-01-23T14:32:18.116Zruby system 3.0 system
2332026-01-23T14:32:18.116Zwords vendor vendor american-english
2342026-01-23T14:32:18.116Zwords system system australian-english
2352026-01-23T14:32:18.116Zwords system system british-english
2362026-01-23T14:32:18.116Zwords system system canadian-english
2372026-01-23T14:32:18.116Zwords system system french
2382026-01-23T14:32:18.116Zwords system system italian
2392026-01-23T14:32:18.116Zwords system system ngerman
2402026-01-23T14:32:18.116Zwords system system ogerman
2412026-01-23T14:32:18.116Zwords system system spanish
2422026-01-23T14:32:18.525ZPUBLISHER TYPE STATUS P LOCATION
2432026-01-23T14:32:18.525Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2442026-01-23T14:32:26.093ZFMRI IFO
2452026-01-23T14:32:26.093Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2462026-01-23T14:32:26.093Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2472026-01-23T14:32:26.093Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2482026-01-23T14:32:26.093Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2492026-01-23T14:32:26.093Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2502026-01-23T14:32:26.093Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2512026-01-23T14:32:26.093Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2522026-01-23T14:32:26.093Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2532026-01-23T14:32:26.093Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2542026-01-23T14:32:26.093Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2552026-01-23T14:32:26.093Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2562026-01-23T14:32:26.093Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2572026-01-23T14:32:26.093Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2582026-01-23T14:32:26.093Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2592026-01-23T14:32:26.093Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2602026-01-23T14:32:26.093Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2612026-01-23T14:32:27.397Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2622026-01-23T14:32:27.853Z Updating crates.io index
2632026-01-23T14:32:27.903Z Updating git repository `https://github.com/oxidecomputer/lldp`
2642026-01-23T14:32:28.361Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2652026-01-23T14:32:29.465Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2662026-01-23T14:32:29.835Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2672026-01-23T14:32:30.186Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2682026-01-23T14:32:30.643Z Updating git repository `https://github.com/oxidecomputer/propolis`
2692026-01-23T14:32:32.184Z Updating git repository `https://github.com/oxidecomputer/crucible`
2702026-01-23T14:32:34.698Z Updating git repository `https://github.com/oxidecomputer/opte`
2712026-01-23T14:32:35.620Z Updating git repository `https://github.com/oxidecomputer/tofino`
2722026-01-23T14:32:36.014Z Updating git repository `https://github.com/oxidecomputer/falcon`
2732026-01-23T14:32:36.852Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2742026-01-23T14:32:37.517Z Updating git repository `https://github.com/oxidecomputer/clickward`
2752026-01-23T14:32:37.872Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2762026-01-23T14:32:38.425Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2772026-01-23T14:32:38.804Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2782026-01-23T14:32:39.652Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2792026-01-23T14:32:40.469Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2802026-01-23T14:32:40.868Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2812026-01-23T14:32:41.258Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2822026-01-23T14:32:41.717Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2832026-01-23T14:32:42.191Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2842026-01-23T14:32:42.510Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2852026-01-23T14:32:42.884Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2862026-01-23T14:32:43.357Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2872026-01-23T14:32:43.964Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2882026-01-23T14:32:44.312Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2892026-01-23T14:32:44.727Z Updating git repository `https://github.com/oxidecomputer/ispf`
2902026-01-23T14:32:45.112Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2912026-01-23T14:32:45.975Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2922026-01-23T14:32:46.471Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2932026-01-23T14:32:46.808Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2942026-01-23T14:32:47.259Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2952026-01-23T14:32:47.783Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2962026-01-23T14:32:48.216Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2972026-01-23T14:32:48.582Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2982026-01-23T14:32:48.934Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2992026-01-23T14:32:49.298Z Updating git repository `https://github.com/oxidecomputer/omicron`
3002026-01-23T14:33:02.241Z Updating git repository `https://github.com/illumos/smf-rs`
3012026-01-23T14:33:02.685Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3022026-01-23T14:33:04.298Z Downloading crates ...
3032026-01-23T14:33:04.373Z Downloaded anstyle v1.0.11
3042026-01-23T14:33:04.397Z Downloaded dtrace-parser v0.2.0
3052026-01-23T14:33:04.397Z Downloaded equivalent v1.0.2
3062026-01-23T14:33:04.397Z Downloaded errno v0.3.12
3072026-01-23T14:33:04.398Z Downloaded erased-serde v0.4.6
3082026-01-23T14:33:04.398Z Downloaded tinystr v0.7.6
3092026-01-23T14:33:04.398Z Downloaded thiserror v2.0.17
3102026-01-23T14:33:04.422Z Downloaded zerofrom-derive v0.1.4
3112026-01-23T14:33:04.422Z Downloaded yoke-derive v0.7.4
3122026-01-23T14:33:04.422Z Downloaded writeable v0.5.5
3132026-01-23T14:33:04.422Z Downloaded zmij v1.0.15
3142026-01-23T14:33:04.447Z Downloaded ucd-trie v0.1.7
3152026-01-23T14:33:04.447Z Downloaded unicode-ident v1.0.19
3162026-01-23T14:33:04.447Z Downloaded url v2.5.4
3172026-01-23T14:33:04.447Z Downloaded serde-untagged v0.1.7
3182026-01-23T14:33:04.447Z Downloaded zerovec v0.10.4
3192026-01-23T14:33:04.471Z Downloaded serde_core v1.0.228
3202026-01-23T14:33:04.471Z Downloaded zerocopy v0.7.35
3212026-01-23T14:33:04.495Z Downloaded pest v2.8.2
3222026-01-23T14:33:04.495Z Downloaded indexmap v2.12.1
3232026-01-23T14:33:04.495Z Downloaded idna v1.0.3
3242026-01-23T14:33:04.495Z Downloaded serde_json v1.0.149
3252026-01-23T14:33:04.520Z Downloaded unicode-width v0.2.0
3262026-01-23T14:33:04.520Z Downloaded unicode-width v0.1.14
3272026-01-23T14:33:04.520Z Downloaded tabled v0.15.0
3282026-01-23T14:33:04.544Z Downloaded syn v2.0.111
3292026-01-23T14:33:04.568Z Downloaded syn v1.0.109
3302026-01-23T14:33:04.568Z Downloaded icu_properties_data v1.5.0
3312026-01-23T14:33:04.592Z Downloaded goblin v0.8.2
3322026-01-23T14:33:04.592Z Downloaded icu_collections v1.5.0
3332026-01-23T14:33:04.617Z Downloaded winnow v0.7.13
3342026-01-23T14:33:04.617Z Downloaded rustix v0.38.37
3352026-01-23T14:33:04.641Z Downloaded rustix v1.1.3
3362026-01-23T14:33:04.666Z Downloaded proc-macro2 v1.0.101
3372026-01-23T14:33:04.690Z Downloaded num-traits v0.2.19
3382026-01-23T14:33:04.690Z Downloaded icu_normalizer_data v1.5.0
3392026-01-23T14:33:04.690Z Downloaded hashbrown v0.16.1
3402026-01-23T14:33:04.690Z Downloaded getrandom v0.3.4
3412026-01-23T14:33:04.690Z Downloaded pest_meta v2.8.2
3422026-01-23T14:33:04.690Z Downloaded pest_derive v2.8.2
3432026-01-23T14:33:04.690Z Downloaded papergrid v0.11.0
3442026-01-23T14:33:04.715Z Downloaded icu_properties v1.5.1
3452026-01-23T14:33:04.715Z Downloaded icu_locid v1.5.0
3462026-01-23T14:33:04.715Z Downloaded ordered-float v2.10.1
3472026-01-23T14:33:04.715Z Downloaded icu_provider v1.5.0
3482026-01-23T14:33:04.715Z Downloaded cargo_toml v0.21.0
3492026-01-23T14:33:04.715Z Downloaded toml_edit v0.22.27
3502026-01-23T14:33:04.715Z Downloaded tempfile v3.24.0
3512026-01-23T14:33:04.715Z Downloaded sha2 v0.10.9
3522026-01-23T14:33:04.740Z Downloaded semver v1.0.27
3532026-01-23T14:33:04.740Z Downloaded proc-macro-error v1.0.4
3542026-01-23T14:33:04.740Z Downloaded litemap v0.7.3
3552026-01-23T14:33:04.740Z Downloaded icu_normalizer v1.5.0
3562026-01-23T14:33:04.740Z Downloaded generic-array v0.14.7
3572026-01-23T14:33:04.740Z Downloaded fs-err v3.1.1
3582026-01-23T14:33:04.740Z Downloaded serde-value v0.7.0
3592026-01-23T14:33:04.740Z Downloaded libc v0.2.180
3602026-01-23T14:33:04.770Z Downloaded scroll v0.12.0
3612026-01-23T14:33:04.794Z Downloaded pest_generator v2.8.2
3622026-01-23T14:33:04.794Z Downloaded memchr v2.7.4
3632026-01-23T14:33:04.794Z Downloaded log v0.4.29
3642026-01-23T14:33:04.794Z Downloaded toml v0.8.23
3652026-01-23T14:33:04.795Z Downloaded swrite v0.1.0
3662026-01-23T14:33:04.795Z Downloaded serde v1.0.228
3672026-01-23T14:33:04.795Z Downloaded scroll_derive v0.12.0
3682026-01-23T14:33:04.795Z Downloaded heck v0.5.0
3692026-01-23T14:33:04.795Z Downloaded form_urlencoded v1.2.2
3702026-01-23T14:33:04.795Z Downloaded fnv v1.0.7
3712026-01-23T14:33:04.795Z Downloaded fastrand v2.1.1
3722026-01-23T14:33:04.795Z Downloaded zerovec-derive v0.10.3
3732026-01-23T14:33:04.819Z Downloaded zerocopy-derive v0.7.35
3742026-01-23T14:33:04.819Z Downloaded yoke v0.7.4
3752026-01-23T14:33:04.819Z Downloaded unicode-xid v0.2.6
3762026-01-23T14:33:04.819Z Downloaded synstructure v0.13.1
3772026-01-23T14:33:04.819Z Downloaded serde_tokenstream v0.2.2
3782026-01-23T14:33:04.819Z Downloaded serde_derive v1.0.228
3792026-01-23T14:33:04.819Z Downloaded percent-encoding v2.3.2
3802026-01-23T14:33:04.819Z Downloaded macaddr v1.0.1
3812026-01-23T14:33:04.819Z Downloaded itoa v1.0.11
3822026-01-23T14:33:04.820Z Downloaded icu_provider_macros v1.5.0
3832026-01-23T14:33:04.820Z Downloaded heck v0.4.1
3842026-01-23T14:33:04.820Z Downloaded camino-tempfile v1.4.1
3852026-01-23T14:33:04.820Z Downloaded usdt-impl v0.5.0
3862026-01-23T14:33:04.820Z Downloaded usdt v0.5.0
3872026-01-23T14:33:04.844Z Downloaded thiserror-impl v2.0.17
3882026-01-23T14:33:04.844Z Downloaded strsim v0.11.1
3892026-01-23T14:33:04.844Z Downloaded quote v1.0.40
3902026-01-23T14:33:04.844Z Downloaded once_cell v1.21.3
3912026-01-23T14:33:04.844Z Downloaded is_terminal_polyfill v1.70.1
3922026-01-23T14:33:04.844Z Downloaded camino v1.2.1
3932026-01-23T14:33:04.844Z Downloaded write16 v1.0.0
3942026-01-23T14:33:04.844Z Downloaded utf8parse v0.2.2
3952026-01-23T14:33:04.844Z Downloaded utf8_iter v1.0.4
3962026-01-23T14:33:04.844Z Downloaded usdt-macro v0.5.0
3972026-01-23T14:33:04.844Z Downloaded unicode-linebreak v0.1.5
3982026-01-23T14:33:04.844Z Downloaded typeid v1.0.3
3992026-01-23T14:33:04.844Z Downloaded toml_datetime v0.6.11
4002026-01-23T14:33:04.844Z Downloaded thread-id v4.2.2
4012026-01-23T14:33:04.845Z Downloaded thiserror-impl v1.0.69
4022026-01-23T14:33:04.845Z Downloaded textwrap v0.16.2
4032026-01-23T14:33:04.845Z Downloaded stable_deref_trait v1.2.0
4042026-01-23T14:33:04.869Z Downloaded smallvec v1.15.1
4052026-01-23T14:33:04.869Z Downloaded serde_spanned v0.6.9
4062026-01-23T14:33:04.869Z Downloaded proc-macro-error-attr v1.0.4
4072026-01-23T14:33:04.869Z Downloaded memmap v0.7.0
4082026-01-23T14:33:04.869Z Downloaded idna_adapter v1.2.0
4092026-01-23T14:33:04.869Z Downloaded cargo-platform v0.2.0
4102026-01-23T14:33:04.869Z Downloaded zerofrom v0.1.4
4112026-01-23T14:33:04.869Z Downloaded version_check v0.9.5
4122026-01-23T14:33:04.869Z Downloaded utf16_iter v1.0.5
4132026-01-23T14:33:04.869Z Downloaded usdt-attr-macro v0.5.0
4142026-01-23T14:33:04.870Z Downloaded typenum v1.17.0
4152026-01-23T14:33:04.870Z Downloaded toml_write v0.1.2
4162026-01-23T14:33:04.870Z Downloaded smawk v0.3.2
4172026-01-23T14:33:04.870Z Downloaded pretty-hex v0.4.1
4182026-01-23T14:33:04.870Z Downloaded plain v0.2.3
4192026-01-23T14:33:04.870Z Downloaded icu_locid_transform v1.5.0
4202026-01-23T14:33:04.870Z Downloaded cargo_metadata v0.21.0
4212026-01-23T14:33:04.870Z Downloaded cargo-util-schemas v0.8.2
4222026-01-23T14:33:04.894Z Downloaded terminal_size v0.4.0
4232026-01-23T14:33:04.894Z Downloaded tabled_derive v0.7.0
4242026-01-23T14:33:04.894Z Downloaded clap_builder v4.5.48
4252026-01-23T14:33:04.894Z Downloaded cfg-if v1.0.4
4262026-01-23T14:33:04.895Z Downloaded autocfg v1.4.0
4272026-01-23T14:33:04.895Z Downloaded anyhow v1.0.99
4282026-01-23T14:33:04.895Z Downloaded thiserror v1.0.69
4292026-01-23T14:33:04.895Z Downloaded icu_locid_transform_data v1.5.0
4302026-01-23T14:33:04.895Z Downloaded clap v4.5.48
4312026-01-23T14:33:04.919Z Downloaded displaydoc v0.2.5
4322026-01-23T14:33:04.919Z Downloaded bytecount v0.6.8
4332026-01-23T14:33:04.919Z Downloaded dof v0.3.0
4342026-01-23T14:33:04.919Z Downloaded crypto-common v0.1.6
4352026-01-23T14:33:04.919Z Downloaded clap_derive v4.5.47
4362026-01-23T14:33:04.919Z Downloaded block-buffer v0.10.4
4372026-01-23T14:33:04.919Z Downloaded bitflags v2.9.4
4382026-01-23T14:33:04.919Z Downloaded anstyle-query v1.1.1
4392026-01-23T14:33:04.944Z Downloaded anstyle-parse v0.2.5
4402026-01-23T14:33:04.944Z Downloaded anstream v0.6.18
4412026-01-23T14:33:04.944Z Downloaded digest v0.10.7
4422026-01-23T14:33:04.944Z Downloaded cpufeatures v0.2.14
4432026-01-23T14:33:04.944Z Downloaded colorchoice v1.0.2
4442026-01-23T14:33:04.944Z Downloaded clap_lex v0.7.4
4452026-01-23T14:33:04.944Z Downloaded byteorder v1.5.0
4462026-01-23T14:33:05.029Z Compiling proc-macro2 v1.0.101
4472026-01-23T14:33:05.029Z Compiling unicode-ident v1.0.19
4482026-01-23T14:33:05.029Z Compiling serde_core v1.0.228
4492026-01-23T14:33:05.029Z Compiling serde v1.0.228
4502026-01-23T14:33:05.053Z Compiling version_check v0.9.5
4512026-01-23T14:33:05.053Z Compiling libc v0.2.180
4522026-01-23T14:33:05.053Z Compiling memchr v2.7.4
4532026-01-23T14:33:05.053Z Compiling thiserror v2.0.17
4542026-01-23T14:33:05.433Z Compiling stable_deref_trait v1.2.0
4552026-01-23T14:33:05.552Z Compiling zmij v1.0.15
4562026-01-23T14:33:05.951Z Compiling thiserror v1.0.69
4572026-01-23T14:33:06.048Z Compiling writeable v0.5.5
4582026-01-23T14:33:06.230Z Compiling ucd-trie v0.1.7
4592026-01-23T14:33:06.544Z Compiling itoa v1.0.11
4602026-01-23T14:33:06.574Z Compiling litemap v0.7.3
4612026-01-23T14:33:06.710Z Compiling autocfg v1.4.0
4622026-01-23T14:33:06.852Z Compiling bitflags v2.9.4
4632026-01-23T14:33:06.968Z Compiling byteorder v1.5.0
4642026-01-23T14:33:07.308Z Compiling errno v0.3.12
4652026-01-23T14:33:07.348Z Compiling quote v1.0.40
4662026-01-23T14:33:07.457Z Compiling icu_locid_transform_data v1.5.0
4672026-01-23T14:33:07.745Z Compiling serde_json v1.0.149
4682026-01-23T14:33:07.774Z Compiling icu_properties_data v1.5.0
4692026-01-23T14:33:07.930Z Compiling syn v2.0.111
4702026-01-23T14:33:08.013Z Compiling num-traits v0.2.19
4712026-01-23T14:33:08.044Z Compiling smallvec v1.15.1
4722026-01-23T14:33:08.148Z Compiling hashbrown v0.16.1
4732026-01-23T14:33:08.330Z Compiling typeid v1.0.3
4742026-01-23T14:33:08.449Z Compiling icu_normalizer_data v1.5.0
4752026-01-23T14:33:08.486Z Compiling equivalent v1.0.2
4762026-01-23T14:33:08.515Z Compiling utf16_iter v1.0.5
4772026-01-23T14:33:08.588Z Compiling rustix v0.38.37
4782026-01-23T14:33:08.640Z Compiling write16 v1.0.0
4792026-01-23T14:33:08.794Z Compiling utf8_iter v1.0.4
4802026-01-23T14:33:09.176Z Compiling usdt-impl v0.5.0
4812026-01-23T14:33:09.483Z Compiling indexmap v2.12.1
4822026-01-23T14:33:09.547Z Compiling proc-macro-error-attr v1.0.4
4832026-01-23T14:33:09.675Z Compiling syn v1.0.109
4842026-01-23T14:33:09.764Z Compiling toml_write v0.1.2
4852026-01-23T14:33:09.901Z Compiling winnow v0.7.13
4862026-01-23T14:33:10.017Z Compiling thread-id v4.2.2
4872026-01-23T14:33:10.799Z Compiling proc-macro-error v1.0.4
4882026-01-23T14:33:10.965Z Compiling log v0.4.29
4892026-01-23T14:33:11.112Z Compiling rustix v1.1.3
4902026-01-23T14:33:11.348Z Compiling camino v1.2.1
4912026-01-23T14:33:11.752Z Compiling plain v0.2.3
4922026-01-23T14:33:11.810Z Compiling percent-encoding v2.3.2
4932026-01-23T14:33:12.044Z Compiling getrandom v0.3.4
4942026-01-23T14:33:12.088Z Compiling utf8parse v0.2.2
4952026-01-23T14:33:12.261Z Compiling form_urlencoded v1.2.2
4962026-01-23T14:33:12.306Z Compiling anstyle-parse v0.2.5
4972026-01-23T14:33:12.455Z Compiling ordered-float v2.10.1
4982026-01-23T14:33:12.828Z Compiling terminal_size v0.4.0
4992026-01-23T14:33:13.354Z Compiling cfg-if v1.0.4
5002026-01-23T14:33:13.531Z Compiling anstyle v1.0.11
5012026-01-23T14:33:13.585Z Compiling colorchoice v1.0.2
5022026-01-23T14:33:13.695Z Compiling is_terminal_polyfill v1.70.1
5032026-01-23T14:33:13.813Z Compiling pretty-hex v0.4.1
5042026-01-23T14:33:13.844Z Compiling anstyle-query v1.1.1
5052026-01-23T14:33:14.034Z Compiling anstream v0.6.18
5062026-01-23T14:33:14.108Z Compiling semver v1.0.27
5072026-01-23T14:33:14.727Z Compiling fs-err v3.1.1
5082026-01-23T14:33:14.886Z Compiling heck v0.5.0
5092026-01-23T14:33:14.946Z Compiling synstructure v0.13.1
5102026-01-23T14:33:15.056Z Compiling clap_lex v0.7.4
5112026-01-23T14:33:15.098Z Compiling anyhow v1.0.99
5122026-01-23T14:33:15.381Z Compiling once_cell v1.21.3
5132026-01-23T14:33:15.519Z Compiling fastrand v2.1.1
5142026-01-23T14:33:15.696Z Compiling fnv v1.0.7
5152026-01-23T14:33:15.829Z Compiling heck v0.4.1
5162026-01-23T14:33:15.865Z Compiling unicode-xid v0.2.6
5172026-01-23T14:33:16.103Z Compiling bytecount v0.6.8
5182026-01-23T14:33:16.261Z Compiling unicode-width v0.1.14
5192026-01-23T14:33:16.307Z Compiling strsim v0.11.1
5202026-01-23T14:33:16.345Z Compiling tempfile v3.24.0
5212026-01-23T14:33:16.770Z Compiling papergrid v0.11.0
5222026-01-23T14:33:16.801Z Compiling clap_builder v4.5.48
5232026-01-23T14:33:17.011Z Compiling memmap v0.7.0
5242026-01-23T14:33:17.046Z Compiling smawk v0.3.2
5252026-01-23T14:33:17.224Z Compiling unicode-width v0.2.0
5262026-01-23T14:33:17.303Z Compiling unicode-linebreak v0.1.5
5272026-01-23T14:33:17.794Z Compiling textwrap v0.16.2
5282026-01-23T14:33:17.961Z Compiling camino-tempfile v1.4.1
5292026-01-23T14:33:18.410Z Compiling swrite v0.1.0
5302026-01-23T14:33:18.569Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5312026-01-23T14:33:18.632Z Compiling tabled_derive v0.7.0
5322026-01-23T14:33:19.212Z Compiling serde_derive v1.0.228
5332026-01-23T14:33:19.249Z Compiling zerofrom-derive v0.1.4
5342026-01-23T14:33:19.273Z Compiling yoke-derive v0.7.4
5352026-01-23T14:33:19.309Z Compiling thiserror-impl v2.0.17
5362026-01-23T14:33:19.551Z Compiling zerovec-derive v0.10.3
5372026-01-23T14:33:20.585Z Compiling displaydoc v0.2.5
5382026-01-23T14:33:21.758Z Compiling thiserror-impl v1.0.69
5392026-01-23T14:33:21.788Z Compiling icu_provider_macros v1.5.0
5402026-01-23T14:33:22.131Z Compiling zerocopy-derive v0.7.35
5412026-01-23T14:33:22.407Z Compiling zerofrom v0.1.4
5422026-01-23T14:33:22.627Z Compiling pest v2.8.2
5432026-01-23T14:33:22.753Z Compiling yoke v0.7.4
5442026-01-23T14:33:22.831Z Compiling scroll_derive v0.12.0
5452026-01-23T14:33:23.169Z Compiling zerovec v0.10.4
5462026-01-23T14:33:24.107Z Compiling zerocopy v0.7.35
5472026-01-23T14:33:24.135Z Compiling scroll v0.12.0
5482026-01-23T14:33:24.425Z Compiling clap_derive v4.5.47
5492026-01-23T14:33:24.726Z Compiling goblin v0.8.2
5502026-01-23T14:33:24.909Z Compiling tinystr v0.7.6
5512026-01-23T14:33:25.029Z Compiling icu_collections v1.5.0
5522026-01-23T14:33:25.229Z Compiling pest_meta v2.8.2
5532026-01-23T14:33:25.351Z Compiling icu_locid v1.5.0
5542026-01-23T14:33:25.477Z Compiling tabled v0.15.0
5552026-01-23T14:33:26.778Z Compiling icu_provider v1.5.0
5562026-01-23T14:33:27.245Z Compiling pest_generator v2.8.2
5572026-01-23T14:33:27.360Z Compiling toml_datetime v0.6.11
5582026-01-23T14:33:27.396Z Compiling serde_spanned v0.6.9
5592026-01-23T14:33:27.774Z Compiling icu_locid_transform v1.5.0
5602026-01-23T14:33:27.866Z Compiling toml_edit v0.22.27
5612026-01-23T14:33:28.039Z Compiling dof v0.3.0
5622026-01-23T14:33:28.068Z Compiling serde_tokenstream v0.2.2
5632026-01-23T14:33:28.662Z Compiling erased-serde v0.4.6
5642026-01-23T14:33:28.895Z Compiling serde-value v0.7.0
5652026-01-23T14:33:28.923Z Compiling cargo-platform v0.2.0
5662026-01-23T14:33:29.416Z Compiling pest_derive v2.8.2
5672026-01-23T14:33:29.488Z Compiling icu_properties v1.5.1
5682026-01-23T14:33:29.671Z Compiling serde-untagged v0.1.7
5692026-01-23T14:33:29.779Z Compiling clap v4.5.48
5702026-01-23T14:33:29.920Z Compiling macaddr v1.0.1
5712026-01-23T14:33:30.162Z Compiling dtrace-parser v0.2.0
5722026-01-23T14:33:31.235Z Compiling toml v0.8.23
5732026-01-23T14:33:32.164Z Compiling cargo_toml v0.21.0
5742026-01-23T14:33:32.213Z Compiling usdt-macro v0.5.0
5752026-01-23T14:33:32.321Z Compiling usdt-attr-macro v0.5.0
5762026-01-23T14:33:33.047Z Compiling icu_normalizer v1.5.0
5772026-01-23T14:33:33.418Z Compiling usdt v0.5.0
5782026-01-23T14:33:33.834Z Compiling idna_adapter v1.2.0
5792026-01-23T14:33:34.022Z Compiling idna v1.0.3
5802026-01-23T14:33:34.557Z Compiling url v2.5.4
5812026-01-23T14:33:35.377Z Compiling cargo-util-schemas v0.8.2
5822026-01-23T14:33:37.371Z Compiling cargo_metadata v0.21.0
5832026-01-23T14:33:39.583Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5842026-01-23T14:33:44.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s
5852026-01-23T14:33:44.352Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5862026-01-23T14:33:45.387Z Downloading crates ...
5872026-01-23T14:33:45.553Z Downloaded base16ct v0.2.0
5882026-01-23T14:33:45.579Z Downloaded cassowary v0.3.0
5892026-01-23T14:33:45.608Z Downloaded crc v3.2.1
5902026-01-23T14:33:45.608Z Downloaded ghash v0.5.1
5912026-01-23T14:33:45.608Z Downloaded embedded-io v0.6.1
5922026-01-23T14:33:45.638Z Downloaded hash32 v0.2.1
5932026-01-23T14:33:45.638Z Downloaded hex-literal v0.4.1
5942026-01-23T14:33:45.674Z Downloaded is_ci v1.2.0
5952026-01-23T14:33:45.674Z Downloaded lru v0.12.5
5962026-01-23T14:33:45.674Z Downloaded match_cfg v0.1.0
5972026-01-23T14:33:45.674Z Downloaded nibble_vec v0.1.0
5982026-01-23T14:33:45.710Z Downloaded openssl-macros v0.1.1
5992026-01-23T14:33:45.710Z Downloaded pbkdf2 v0.11.0
6002026-01-23T14:33:45.710Z Downloaded pin-utils v0.1.0
6012026-01-23T14:33:45.710Z Downloaded progenitor-client v0.10.0
6022026-01-23T14:33:45.710Z Downloaded rand_chacha v0.3.1
6032026-01-23T14:33:45.748Z Downloaded ref-cast-impl v1.0.25
6042026-01-23T14:33:45.748Z Downloaded rustc_version v0.1.7
6052026-01-23T14:33:45.748Z Downloaded rustc_version v0.4.1
6062026-01-23T14:33:45.787Z Downloaded scroll_derive v0.13.1
6072026-01-23T14:33:45.787Z Downloaded siphasher v1.0.1
6082026-01-23T14:33:45.787Z Downloaded ssh-encoding v0.2.0
6092026-01-23T14:33:45.787Z Downloaded snafu-derive v0.8.5
6102026-01-23T14:33:45.787Z Downloaded strum v0.26.3
6112026-01-23T14:33:45.823Z Downloaded supports-color v3.0.2
6122026-01-23T14:33:45.823Z Downloaded testing_table v0.3.0
6132026-01-23T14:33:45.823Z Downloaded subtle v2.6.1
6142026-01-23T14:33:45.823Z Downloaded time-core v0.1.6
6152026-01-23T14:33:45.823Z Downloaded tinyvec_macros v0.1.1
6162026-01-23T14:33:45.823Z Downloaded tower-service v0.3.3
6172026-01-23T14:33:45.823Z Downloaded topological-sort v0.2.2
6182026-01-23T14:33:45.823Z Downloaded tokio-macros v2.6.0
6192026-01-23T14:33:45.823Z Downloaded unit-prefix v0.5.1
6202026-01-23T14:33:45.823Z Downloaded universal-hash v0.5.1
6212026-01-23T14:33:45.854Z Downloaded untrusted v0.9.0
6222026-01-23T14:33:45.854Z Downloaded typify v0.2.0
6232026-01-23T14:33:45.854Z Downloaded void v1.0.2
6242026-01-23T14:33:45.854Z Downloaded xshell-macros v0.2.7
6252026-01-23T14:33:45.854Z Downloaded uzers v0.12.1
6262026-01-23T14:33:45.854Z Downloaded regex v1.11.3
6272026-01-23T14:33:45.886Z Downloaded zone v0.3.1
6282026-01-23T14:33:45.886Z Downloaded whoami v1.5.2
6292026-01-23T14:33:45.886Z Downloaded xshell v0.2.7
6302026-01-23T14:33:45.886Z Downloaded zeroize_derive v1.4.2
6312026-01-23T14:33:45.887Z Downloaded zstd v0.13.3
6322026-01-23T14:33:45.887Z Downloaded zone_cfg_derive v0.1.2
6332026-01-23T14:33:45.887Z Downloaded zone_cfg_derive v0.3.0
6342026-01-23T14:33:45.887Z Downloaded rsa v0.9.8
6352026-01-23T14:33:45.919Z Downloaded zstd-safe v7.2.3
6362026-01-23T14:33:45.919Z Downloaded zip v0.6.6
6372026-01-23T14:33:45.919Z Downloaded yasna v0.5.2
6382026-01-23T14:33:45.919Z Downloaded zerocopy v0.6.6
6392026-01-23T14:33:45.919Z Downloaded zip v4.2.0
6402026-01-23T14:33:45.944Z Downloaded rustls v0.21.12
6412026-01-23T14:33:45.944Z Downloaded zopfli v0.8.1
6422026-01-23T14:33:45.945Z Downloaded toml_edit v0.19.15
6432026-01-23T14:33:45.969Z Downloaded zlib-rs v0.5.1
6442026-01-23T14:33:45.993Z Downloaded vcpkg v0.2.15
6452026-01-23T14:33:46.017Z Downloaded moka v0.12.10
6462026-01-23T14:33:46.042Z Downloaded winnow v0.6.26
6472026-01-23T14:33:46.066Z Downloaded webpki-roots v1.0.1
6482026-01-23T14:33:46.066Z Downloaded proptest v1.7.0
6492026-01-23T14:33:46.066Z Downloaded tabled v0.18.0
6502026-01-23T14:33:46.091Z Downloaded hickory-proto v0.24.4
6512026-01-23T14:33:46.115Z Downloaded tabled v0.20.0
6522026-01-23T14:33:46.140Z Downloaded hickory-proto v0.25.2
6532026-01-23T14:33:46.164Z Downloaded sled v0.34.7
6542026-01-23T14:33:46.201Z Downloaded zerocopy v0.8.27
6552026-01-23T14:33:46.226Z Downloaded regress v0.10.4
6562026-01-23T14:33:46.226Z Downloaded nix v0.30.1
6572026-01-23T14:33:46.226Z Downloaded typify-impl v0.2.0
6582026-01-23T14:33:46.250Z Downloaded regex-automata v0.4.11
6592026-01-23T14:33:46.275Z Downloaded nix v0.29.0
6602026-01-23T14:33:46.275Z Downloaded unicode-normalization v0.1.24
6612026-01-23T14:33:46.301Z Downloaded jiff v0.2.15
6622026-01-23T14:33:46.301Z Downloaded reqwest v0.12.24
6632026-01-23T14:33:46.325Z Downloaded typify-impl v0.4.3
6642026-01-23T14:33:46.326Z Downloaded ratatui v0.29.0
6652026-01-23T14:33:46.350Z Downloaded lzma-sys v0.1.20
6662026-01-23T14:33:46.382Z Downloaded portable-atomic v1.11.0
6672026-01-23T14:33:46.406Z Downloaded zerocopy-derive v0.6.6
6682026-01-23T14:33:46.406Z Downloaded libz-sys v1.1.20
6692026-01-23T14:33:46.430Z Downloaded csv v1.3.1
6702026-01-23T14:33:46.454Z Downloaded chrono-tz v0.10.4
6712026-01-23T14:33:46.479Z Downloaded zerocopy-derive v0.8.27
6722026-01-23T14:33:46.479Z Downloaded x509-cert v0.2.5
6732026-01-23T14:33:46.503Z Downloaded tokio-util v0.7.15
6742026-01-23T14:33:46.503Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
6752026-01-23T14:33:46.527Z Downloaded petgraph v0.8.2
6762026-01-23T14:33:46.551Z Downloaded petgraph v0.6.5
6772026-01-23T14:33:46.576Z Downloaded smoltcp v0.11.0
6782026-01-23T14:33:46.600Z Downloaded tokio v1.48.0
6792026-01-23T14:33:46.624Z Downloaded smoltcp v0.9.1
6802026-01-23T14:33:46.649Z Downloaded rustls-webpki v0.101.7
6812026-01-23T14:33:46.678Z Downloaded rustls v0.22.4
6822026-01-23T14:33:46.678Z Downloaded sha3 v0.10.8
6832026-01-23T14:33:46.702Z Downloaded rpassword v7.4.0
6842026-01-23T14:33:46.702Z Downloaded regex-syntax v0.8.5
6852026-01-23T14:33:46.702Z Downloaded rayon v1.10.0
6862026-01-23T14:33:46.702Z Downloaded rustls v0.23.19
6872026-01-23T14:33:46.727Z Downloaded openapiv3 v2.2.0
6882026-01-23T14:33:46.727Z Downloaded yansi v1.0.1
6892026-01-23T14:33:46.727Z Downloaded winnow v0.5.40
6902026-01-23T14:33:46.751Z Downloaded diesel v2.2.12
6912026-01-23T14:33:46.775Z Downloaded regex-syntax v0.6.29
6922026-01-23T14:33:46.775Z Downloaded p521 v0.13.3
6932026-01-23T14:33:46.775Z Downloaded dropshot v0.16.6
6942026-01-23T14:33:46.799Z Downloaded vergen-git2 v1.0.7
6952026-01-23T14:33:46.823Z Downloaded tungstenite v0.23.0
6962026-01-23T14:33:46.824Z Downloaded encoding_rs v0.8.34
6972026-01-23T14:33:46.849Z Downloaded steno v0.4.1
6982026-01-23T14:33:46.849Z Downloaded russh v0.45.0
6992026-01-23T14:33:46.849Z Downloaded p384 v0.13.1
7002026-01-23T14:33:46.849Z Downloaded object v0.36.5
7012026-01-23T14:33:46.873Z Downloaded typed-path v0.9.3
7022026-01-23T14:33:46.873Z Downloaded tower-http v0.6.6
7032026-01-23T14:33:46.897Z Downloaded tough v0.20.0
7042026-01-23T14:33:46.898Z Downloaded radix_trie v0.2.1
7052026-01-23T14:33:46.898Z Downloaded nix v0.28.0
7062026-01-23T14:33:46.949Z Downloaded curve25519-dalek v4.1.3
7072026-01-23T14:33:46.949Z Downloaded unicode-segmentation v1.12.0
7082026-01-23T14:33:46.949Z Downloaded unicode-bidi v0.3.17
7092026-01-23T14:33:46.949Z Downloaded tungstenite v0.21.0
7102026-01-23T14:33:46.950Z Downloaded tower v0.5.2
7112026-01-23T14:33:46.950Z Downloaded toml v0.9.8
7122026-01-23T14:33:46.950Z Downloaded toml v0.7.8
7132026-01-23T14:33:46.950Z Downloaded time v0.3.43
7142026-01-23T14:33:46.974Z Downloaded polar-core v0.27.3
7152026-01-23T14:33:46.974Z Downloaded ring v0.17.14
7162026-01-23T14:33:47.015Z Downloaded test-strategy v0.4.3
7172026-01-23T14:33:47.040Z Downloaded sqlparser v0.45.0
7182026-01-23T14:33:47.040Z Downloaded serde_with v3.16.1
7192026-01-23T14:33:47.064Z Downloaded rustls-webpki v0.102.8
7202026-01-23T14:33:47.064Z Downloaded nix v0.27.1
7212026-01-23T14:33:47.089Z Downloaded xz2 v0.1.7
7222026-01-23T14:33:47.089Z Downloaded wyz v0.5.1
7232026-01-23T14:33:47.089Z Downloaded vte_generate_state_changes v0.1.2
7242026-01-23T14:33:47.089Z Downloaded unicode_categories v0.1.1
7252026-01-23T14:33:47.089Z Downloaded tar v0.4.44
7262026-01-23T14:33:47.089Z Downloaded salty v0.3.0
7272026-01-23T14:33:47.113Z Downloaded openssl v0.10.73
7282026-01-23T14:33:47.113Z Downloaded num-bigint v0.4.6
7292026-01-23T14:33:47.114Z Downloaded libgit2-sys v0.18.2+1.9.1
7302026-01-23T14:33:47.176Z Downloaded vergen-gitcl v1.0.8
7312026-01-23T14:33:47.200Z Downloaded lalrpop v0.19.12
7322026-01-23T14:33:47.200Z Downloaded vergen-lib v0.1.6
7332026-01-23T14:33:47.200Z Downloaded uuid v1.19.0
7342026-01-23T14:33:47.200Z Downloaded usdt-impl v0.6.0
7352026-01-23T14:33:47.200Z Downloaded tokio-postgres v0.7.13
7362026-01-23T14:33:47.225Z Downloaded term v1.1.0
7372026-01-23T14:33:47.225Z Downloaded object v0.30.4
7382026-01-23T14:33:47.225Z Downloaded term v0.7.0
7392026-01-23T14:33:47.225Z Downloaded petname v2.0.2
7402026-01-23T14:33:47.250Z Downloaded zeroize v1.8.1
7412026-01-23T14:33:47.250Z Downloaded vte v0.11.1
7422026-01-23T14:33:47.250Z Downloaded vergen v9.0.6
7432026-01-23T14:33:47.250Z Downloaded value-bag v1.12.0
7442026-01-23T14:33:47.250Z Downloaded unsafe-libyaml v0.2.11
7452026-01-23T14:33:47.250Z Downloaded tracing v0.1.40
7462026-01-23T14:33:47.250Z Downloaded git2 v0.20.2
7472026-01-23T14:33:47.274Z Downloaded gimli v0.31.1
7482026-01-23T14:33:47.274Z Downloaded xattr v1.3.1
7492026-01-23T14:33:47.274Z Downloaded walkdir v2.5.0
7502026-01-23T14:33:47.275Z Downloaded wait-timeout v0.2.0
7512026-01-23T14:33:47.275Z Downloaded unicase v2.8.1
7522026-01-23T14:33:47.275Z Downloaded typify v0.4.3
7532026-01-23T14:33:47.299Z Downloaded twox-hash v2.1.0
7542026-01-23T14:33:47.299Z Downloaded rayon-core v1.12.1
7552026-01-23T14:33:47.299Z Downloaded quinn-proto v0.11.8
7562026-01-23T14:33:47.299Z Downloaded nom v7.1.3
7572026-01-23T14:33:47.299Z Downloaded goblin v0.10.2
7582026-01-23T14:33:47.324Z Downloaded waitgroup v0.1.2
7592026-01-23T14:33:47.324Z Downloaded tui-tree-widget v0.23.1
7602026-01-23T14:33:47.324Z Downloaded toml_datetime v0.7.3
7612026-01-23T14:33:47.324Z Downloaded tokio-tungstenite v0.23.1
7622026-01-23T14:33:47.324Z Downloaded static_assertions v1.1.0
7632026-01-23T14:33:47.324Z Downloaded zone v0.1.8
7642026-01-23T14:33:47.324Z Downloaded want v0.3.1
7652026-01-23T14:33:47.324Z Downloaded vsss-rs v3.3.4
7662026-01-23T14:33:47.324Z Downloaded usdt-attr-macro v0.6.0
7672026-01-23T14:33:47.324Z Downloaded usdt v0.6.0
7682026-01-23T14:33:47.324Z Downloaded unicode-properties v0.1.3
7692026-01-23T14:33:47.324Z Downloaded unarray v0.1.4
7702026-01-23T14:33:47.324Z Downloaded tracing-core v0.1.32
7712026-01-23T14:33:47.349Z Downloaded signal-hook v0.3.18
7722026-01-23T14:33:47.349Z Downloaded which v4.4.2
7732026-01-23T14:33:47.349Z Downloaded typify-macro v0.4.3
7742026-01-23T14:33:47.349Z Downloaded typify-macro v0.2.0
7752026-01-23T14:33:47.349Z Downloaded tracing-attributes v0.1.27
7762026-01-23T14:33:47.349Z Downloaded tokio-stream v0.1.17
7772026-01-23T14:33:47.349Z Downloaded termios v0.3.3
7782026-01-23T14:33:47.349Z Downloaded tabled_derive v0.10.0
7792026-01-23T14:33:47.349Z Downloaded rustls-pki-types v1.10.0
7802026-01-23T14:33:47.349Z Downloaded reedline v0.40.0
7812026-01-23T14:33:47.375Z Downloaded quick-xml v0.37.2
7822026-01-23T14:33:47.375Z Downloaded oso v0.27.3
7832026-01-23T14:33:47.375Z Downloaded iri-string v0.7.8
7842026-01-23T14:33:47.375Z Downloaded utf-8 v0.7.6
7852026-01-23T14:33:47.399Z Downloaded usdt-macro v0.6.0
7862026-01-23T14:33:47.399Z Downloaded try-lock v0.2.5
7872026-01-23T14:33:47.399Z Downloaded toml_parser v1.0.4
7882026-01-23T14:33:47.399Z Downloaded tokio-rustls v0.26.0
7892026-01-23T14:33:47.399Z Downloaded tokio-rustls v0.24.1
7902026-01-23T14:33:47.399Z Downloaded tokio-native-tls v0.3.1
7912026-01-23T14:33:47.400Z Downloaded stringprep v0.1.5
7922026-01-23T14:33:47.400Z Downloaded string_cache v0.8.9
7932026-01-23T14:33:47.400Z Downloaded ssh-key v0.6.6
7942026-01-23T14:33:47.400Z Downloaded spin v0.9.8
7952026-01-23T14:33:47.424Z Downloaded trait-variant v0.1.2
7962026-01-23T14:33:47.424Z Downloaded toml_writer v1.0.4
7972026-01-23T14:33:47.424Z Downloaded tokio-tungstenite v0.21.0
7982026-01-23T14:33:47.424Z Downloaded termtree v0.5.1
7992026-01-23T14:33:47.424Z Downloaded take_mut v0.2.2
8002026-01-23T14:33:47.424Z Downloaded ron v0.7.1
8012026-01-23T14:33:47.424Z Downloaded untrusted v0.7.1
8022026-01-23T14:33:47.424Z Downloaded tls_codec_derive v0.4.1
8032026-01-23T14:33:47.424Z Downloaded tinyvec v1.8.0
8042026-01-23T14:33:47.424Z Downloaded time-macros v0.2.24
8052026-01-23T14:33:47.424Z Downloaded tabwriter v1.4.0
8062026-01-23T14:33:47.449Z Downloaded ron v0.8.1
8072026-01-23T14:33:47.449Z Downloaded publicsuffix v2.3.0
8082026-01-23T14:33:47.449Z Downloaded progenitor-impl v0.11.2
8092026-01-23T14:33:47.449Z Downloaded tower-layer v0.3.3
8102026-01-23T14:33:47.449Z Downloaded sync-ptr v0.1.4
8112026-01-23T14:33:47.449Z Downloaded slog-json v2.6.1
8122026-01-23T14:33:47.449Z Downloaded unicode-truncate v1.1.0
8132026-01-23T14:33:47.449Z Downloaded tokio-rustls v0.25.0
8142026-01-23T14:33:47.449Z Downloaded tokio-dtrace v0.1.0
8152026-01-23T14:33:47.449Z Downloaded tap v1.0.1
8162026-01-23T14:33:47.449Z Downloaded sync_wrapper v1.0.1
8172026-01-23T14:33:47.449Z Downloaded shlex v1.3.0
8182026-01-23T14:33:47.449Z Downloaded tls_codec v0.4.1
8192026-01-23T14:33:47.474Z Downloaded tagptr v0.2.0
8202026-01-23T14:33:47.474Z Downloaded tabled_derive v0.11.0
8212026-01-23T14:33:47.474Z Downloaded rustyline v14.0.0
8222026-01-23T14:33:47.474Z Downloaded progenitor-impl v0.10.0
8232026-01-23T14:33:47.474Z Downloaded tiny-keccak v2.0.2
8242026-01-23T14:33:47.474Z Downloaded thiserror-no-std v2.0.2
8252026-01-23T14:33:47.474Z Downloaded subprocess v0.2.9
8262026-01-23T14:33:47.474Z Downloaded structmeta v0.3.0
8272026-01-23T14:33:47.474Z Downloaded samael v0.0.19
8282026-01-23T14:33:47.498Z Downloaded structmeta-derive v0.3.0
8292026-01-23T14:33:47.498Z Downloaded strip-ansi-escapes v0.2.0
8302026-01-23T14:33:47.498Z Downloaded sqlformat v0.3.5
8312026-01-23T14:33:47.498Z Downloaded spki v0.7.3
8322026-01-23T14:33:47.498Z Downloaded slog-scope v4.4.0
8332026-01-23T14:33:47.498Z Downloaded slog-dtrace v0.3.0
8342026-01-23T14:33:47.498Z Downloaded slog-async v2.8.0
8352026-01-23T14:33:47.498Z Downloaded snafu v0.8.5
8362026-01-23T14:33:47.522Z Downloaded slog-stdlog v4.1.1
8372026-01-23T14:33:47.522Z Downloaded signal-hook-registry v1.4.2
8382026-01-23T14:33:47.522Z Downloaded p256 v0.13.2
8392026-01-23T14:33:47.522Z Downloaded libm v0.2.8
8402026-01-23T14:33:47.522Z Downloaded thread_local v1.1.8
8412026-01-23T14:33:47.523Z Downloaded thread-id v5.0.0
8422026-01-23T14:33:47.523Z Downloaded thiserror-impl-no-std v2.0.2
8432026-01-23T14:33:47.547Z Downloaded support-bundle-viewer v0.1.2
8442026-01-23T14:33:47.547Z Downloaded socket2 v0.5.10
8452026-01-23T14:33:47.547Z Downloaded sec1 v0.7.3
8462026-01-23T14:33:47.547Z Downloaded sct v0.7.1
8472026-01-23T14:33:47.547Z Downloaded rand_core v0.9.3
8482026-01-23T14:33:47.548Z Downloaded strum_macros v0.27.2
8492026-01-23T14:33:47.548Z Downloaded strum_macros v0.26.4
8502026-01-23T14:33:47.548Z Downloaded rustls-native-certs v0.8.1
8512026-01-23T14:33:47.573Z Downloaded papergrid v0.14.0
8522026-01-23T14:33:47.573Z Downloaded num-bigint-dig v0.8.6
8532026-01-23T14:33:47.598Z Downloaded strum_macros v0.24.3
8542026-01-23T14:33:47.598Z Downloaded socket2 v0.6.1
8552026-01-23T14:33:47.598Z Downloaded slog-envlogger v2.2.0
8562026-01-23T14:33:47.598Z Downloaded slog v2.8.2
8572026-01-23T14:33:47.598Z Downloaded similar v2.7.0
8582026-01-23T14:33:47.623Z Downloaded schemars v1.0.4
8592026-01-23T14:33:47.647Z Downloaded rand_seeder v0.4.0
8602026-01-23T14:33:47.647Z Downloaded postgres-types v0.2.9
8612026-01-23T14:33:47.647Z Downloaded h2 v0.4.6
8622026-01-23T14:33:47.647Z Downloaded strum v0.27.2
8632026-01-23T14:33:47.647Z Downloaded serde_yaml v0.9.34+deprecated
8642026-01-23T14:33:47.671Z Downloaded schemars v0.9.0
8652026-01-23T14:33:47.671Z Downloaded schemars v0.8.22
8662026-01-23T14:33:47.695Z Downloaded itertools v0.14.0
8672026-01-23T14:33:47.695Z Downloaded slog-bunyan v2.5.0
8682026-01-23T14:33:47.695Z Downloaded signal-hook-mio v0.2.4
8692026-01-23T14:33:47.695Z Downloaded shell-words v1.1.0
8702026-01-23T14:33:47.720Z Downloaded serde_with_macros v3.16.1
8712026-01-23T14:33:47.720Z Downloaded serde_cbor v0.11.2
8722026-01-23T14:33:47.720Z Downloaded rustls-pemfile v2.2.0
8732026-01-23T14:33:47.720Z Downloaded rustls-pemfile v1.0.4
8742026-01-23T14:33:47.720Z Downloaded polyval v0.6.2
8752026-01-23T14:33:47.720Z Downloaded num-complex v0.4.6
8762026-01-23T14:33:47.720Z Downloaded smf v0.2.3
8772026-01-23T14:33:47.744Z Downloaded smallvec v0.6.14
8782026-01-23T14:33:47.744Z Downloaded secrecy v0.10.3
8792026-01-23T14:33:47.744Z Downloaded secrecy v0.8.0
8802026-01-23T14:33:47.744Z Downloaded peg-macros v0.8.5
8812026-01-23T14:33:47.744Z Downloaded owo-colors v4.2.2
8822026-01-23T14:33:47.744Z Downloaded itertools v0.12.1
8832026-01-23T14:33:47.769Z Downloaded futures-util v0.3.31
8842026-01-23T14:33:47.769Z Downloaded ssh-cipher v0.2.0
8852026-01-23T14:33:47.793Z Downloaded sqlparser_derive v0.2.2
8862026-01-23T14:33:47.793Z Downloaded slog-term v2.9.2
8872026-01-23T14:33:47.793Z Downloaded slab v0.4.9
8882026-01-23T14:33:47.793Z Downloaded signature v2.2.0
8892026-01-23T14:33:47.794Z Downloaded serde_path_to_error v0.1.20
8902026-01-23T14:33:47.794Z Downloaded serde_derive_internals v0.29.1
8912026-01-23T14:33:47.794Z Downloaded semver v0.1.20
8922026-01-23T14:33:47.794Z Downloaded scroll v0.13.0
8932026-01-23T14:33:47.819Z Downloaded rfc6979 v0.4.0
8942026-01-23T14:33:47.819Z Downloaded resolv-conf v0.7.0
8952026-01-23T14:33:47.819Z Downloaded rand v0.9.2
8962026-01-23T14:33:47.819Z Downloaded qorb v0.4.1
8972026-01-23T14:33:47.843Z Downloaded progenitor-client v0.11.2
8982026-01-23T14:33:47.843Z Downloaded postgres-protocol v0.6.8
8992026-01-23T14:33:47.843Z Downloaded itertools v0.13.0
9002026-01-23T14:33:47.843Z Downloaded itertools v0.10.5
9012026-01-23T14:33:47.868Z Downloaded siphasher v0.3.11
9022026-01-23T14:33:47.868Z Downloaded simd-adler32 v0.3.7
9032026-01-23T14:33:47.868Z Downloaded sigpipe v0.1.3
9042026-01-23T14:33:47.868Z Downloaded signal-hook-tokio v0.3.1
9052026-01-23T14:33:47.868Z Downloaded sha1 v0.10.6
9062026-01-23T14:33:47.868Z Downloaded serde_urlencoded v0.7.1
9072026-01-23T14:33:47.868Z Downloaded serde_spanned v1.0.3
9082026-01-23T14:33:47.892Z Downloaded serde_repr v0.1.19
9092026-01-23T14:33:47.893Z Downloaded serde_plain v1.0.2
9102026-01-23T14:33:47.893Z Downloaded serde_bytes v0.11.19
9112026-01-23T14:33:47.893Z Downloaded serde-hex v0.1.0
9122026-01-23T14:33:47.893Z Downloaded serde-big-array v0.5.1
9132026-01-23T14:33:47.893Z Downloaded seq-macro v0.3.6
9142026-01-23T14:33:47.893Z Downloaded scrypt v0.11.0
9152026-01-23T14:33:47.893Z Downloaded ryu v1.0.18
9162026-01-23T14:33:47.893Z Downloaded rusty-fork v0.3.0
9172026-01-23T14:33:47.917Z Downloaded rustversion v1.0.22
9182026-01-23T14:33:47.917Z Downloaded rtoolbox v0.0.2
9192026-01-23T14:33:47.917Z Downloaded rcgen v0.12.1
9202026-01-23T14:33:47.917Z Downloaded rand v0.8.5
9212026-01-23T14:33:47.917Z Downloaded quinn v0.11.5
9222026-01-23T14:33:47.917Z Downloaded progenitor-macro v0.11.2
9232026-01-23T14:33:47.917Z Downloaded progenitor-macro v0.8.0
9242026-01-23T14:33:47.917Z Downloaded progenitor-impl v0.8.0
9252026-01-23T14:33:47.917Z Downloaded prettyplease v0.2.36
9262026-01-23T14:33:47.942Z Downloaded precomputed-hash v0.1.1
9272026-01-23T14:33:47.942Z Downloaded ppv-lite86 v0.2.20
9282026-01-23T14:33:47.942Z Downloaded pem v3.0.5
9292026-01-23T14:33:47.942Z Downloaded packed_struct v0.10.1
9302026-01-23T14:33:47.942Z Downloaded oxnet v0.1.4
9312026-01-23T14:33:47.942Z Downloaded oso-derive v0.27.3
9322026-01-23T14:33:47.942Z Downloaded openssl-sys v0.9.109
9332026-01-23T14:33:47.942Z Downloaded num-derive v0.3.3
9342026-01-23T14:33:47.942Z Downloaded nonempty v0.12.0
9352026-01-23T14:33:47.942Z Downloaded memmap2 v0.9.8
9362026-01-23T14:33:47.942Z Downloaded iddqd v0.3.16
9372026-01-23T14:33:47.966Z Downloaded hyper-util v0.1.19
9382026-01-23T14:33:47.966Z Downloaded bstr v1.10.0
9392026-01-23T14:33:47.966Z Downloaded scopeguard v1.2.0
9402026-01-23T14:33:47.967Z Downloaded schemars_derive v0.8.22
9412026-01-23T14:33:47.967Z Downloaded scheduled-thread-pool v0.2.7
9422026-01-23T14:33:47.991Z Downloaded sapling-renderdag v0.1.0
9432026-01-23T14:33:47.991Z Downloaded same-file v1.0.6
9442026-01-23T14:33:47.991Z Downloaded salsa20 v0.10.2
9452026-01-23T14:33:47.991Z Downloaded russh-keys v0.45.0
9462026-01-23T14:33:47.991Z Downloaded rand_xorshift v0.4.0
9472026-01-23T14:33:47.992Z Downloaded pretty_assertions v1.4.1
9482026-01-23T14:33:47.992Z Downloaded postcard v1.0.10
9492026-01-23T14:33:47.992Z Downloaded peg-runtime v0.8.5
9502026-01-23T14:33:47.992Z Downloaded openssl-probe v0.1.5
9512026-01-23T14:33:47.992Z Downloaded nanorand v0.7.0
9522026-01-23T14:33:47.992Z Downloaded libxml v0.3.3
9532026-01-23T14:33:47.992Z Downloaded hyper v1.8.1
9542026-01-23T14:33:48.017Z Downloaded rustc-demangle v0.1.24
9552026-01-23T14:33:48.017Z Downloaded prefix-trie v0.7.0
9562026-01-23T14:33:48.017Z Downloaded pkcs5 v0.7.1
9572026-01-23T14:33:48.017Z Downloaded pin-project v1.1.6
9582026-01-23T14:33:48.041Z Downloaded native-tls v0.2.12
9592026-01-23T14:33:48.041Z Downloaded mio v1.0.2
9602026-01-23T14:33:48.041Z Downloaded libsw v3.5.0
9612026-01-23T14:33:48.042Z Downloaded rustc-hash v2.1.1
9622026-01-23T14:33:48.042Z Downloaded rustc-hash v1.1.0
9632026-01-23T14:33:48.042Z Downloaded russh-cryptovec v0.7.3
9642026-01-23T14:33:48.042Z Downloaded rand_core v0.6.4
9652026-01-23T14:33:48.042Z Downloaded rand_chacha v0.9.0
9662026-01-23T14:33:48.042Z Downloaded quinn-udp v0.5.5
9672026-01-23T14:33:48.042Z Downloaded psl-types v2.0.11
9682026-01-23T14:33:48.042Z Downloaded progenitor-macro v0.10.0
9692026-01-23T14:33:48.042Z Downloaded primeorder v0.13.6
9702026-01-23T14:33:48.042Z Downloaded pem-rfc7468 v0.7.0
9712026-01-23T14:33:48.066Z Downloaded num v0.4.3
9722026-01-23T14:33:48.066Z Downloaded multer v3.1.0
9732026-01-23T14:33:48.066Z Downloaded jiff-static v0.2.15
9742026-01-23T14:33:48.066Z Downloaded indexmap v1.9.3
9752026-01-23T14:33:48.066Z Downloaded hkdf v0.12.4
9762026-01-23T14:33:48.067Z Downloaded ref-cast v1.0.25
9772026-01-23T14:33:48.067Z Downloaded r2d2 v0.8.10
9782026-01-23T14:33:48.067Z Downloaded progenitor v0.11.2
9792026-01-23T14:33:48.067Z Downloaded progenitor v0.10.0
9802026-01-23T14:33:48.067Z Downloaded powerfmt v0.2.0
9812026-01-23T14:33:48.067Z Downloaded poly1305 v0.8.0
9822026-01-23T14:33:48.091Z Downloaded pkcs1 v0.7.5
9832026-01-23T14:33:48.091Z Downloaded peg v0.8.5
9842026-01-23T14:33:48.091Z Downloaded parking_lot_core v0.9.10
9852026-01-23T14:33:48.091Z Downloaded papergrid v0.17.0
9862026-01-23T14:33:48.091Z Downloaded minimal-lexical v0.2.1
9872026-01-23T14:33:48.091Z Downloaded mime v0.3.17
9882026-01-23T14:33:48.091Z Downloaded md5 v0.7.0
9892026-01-23T14:33:48.115Z Downloaded indoc v2.0.6
9902026-01-23T14:33:48.115Z Downloaded expectorate v1.2.0
9912026-01-23T14:33:48.116Z Downloaded radium v0.7.0
9922026-01-23T14:33:48.116Z Downloaded quick-error v1.2.3
9932026-01-23T14:33:48.116Z Downloaded proc-macro-error2 v2.0.1
9942026-01-23T14:33:48.116Z Downloaded predicates v3.1.3
9952026-01-23T14:33:48.116Z Downloaded pkcs8 v0.10.2
9962026-01-23T14:33:48.116Z Downloaded pin-project-lite v0.2.14
9972026-01-23T14:33:48.140Z Downloaded pin-project-internal v1.1.6
9982026-01-23T14:33:48.140Z Downloaded phf_shared v0.11.2
9992026-01-23T14:33:48.140Z Downloaded phf v0.12.1
10002026-01-23T14:33:48.140Z Downloaded parking_lot_core v0.8.6
10012026-01-23T14:33:48.140Z Downloaded parking_lot v0.12.3
10022026-01-23T14:33:48.140Z Downloaded parking_lot v0.11.2
10032026-01-23T14:33:48.140Z Downloaded oxide-tokio-rt v0.1.2
10042026-01-23T14:33:48.140Z Downloaded multimap v0.10.1
10052026-01-23T14:33:48.140Z Downloaded md-5 v0.10.6
10062026-01-23T14:33:48.140Z Downloaded lalrpop-util v0.19.12
10072026-01-23T14:33:48.140Z Downloaded ipnetwork v0.21.1
10082026-01-23T14:33:48.140Z Downloaded flate2 v1.1.2
10092026-01-23T14:33:48.140Z Downloaded diesel_derives v2.2.3
10102026-01-23T14:33:48.165Z Downloaded progenitor-client v0.8.0
10112026-01-23T14:33:48.165Z Downloaded progenitor v0.8.0
10122026-01-23T14:33:48.165Z Downloaded proc-macro-error-attr2 v2.0.0
10132026-01-23T14:33:48.165Z Downloaded proc-macro-crate v1.3.1
10142026-01-23T14:33:48.165Z Downloaded pretty-hex v0.2.1
10152026-01-23T14:33:48.165Z Downloaded predicates-tree v1.0.12
10162026-01-23T14:33:48.165Z Downloaded predicates-core v1.0.8
10172026-01-23T14:33:48.165Z Downloaded pkg-config v0.3.31
10182026-01-23T14:33:48.165Z Downloaded phf v0.11.2
10192026-01-23T14:33:48.165Z Downloaded paste v1.0.15
10202026-01-23T14:33:48.166Z Downloaded password-hash v0.5.0
10212026-01-23T14:33:48.166Z Downloaded password-hash v0.4.2
10222026-01-23T14:33:48.166Z Downloaded parse-display-derive v0.10.0
10232026-01-23T14:33:48.166Z Downloaded packed_struct_codegen v0.10.1
10242026-01-23T14:33:48.166Z Downloaded omicron-zone-package v0.12.2
10252026-01-23T14:33:48.191Z Downloaded num-rational v0.4.2
10262026-01-23T14:33:48.191Z Downloaded miniz_oxide v0.8.5
10272026-01-23T14:33:48.191Z Downloaded libloading v0.8.5
10282026-01-23T14:33:48.191Z Downloaded lazycell v1.3.0
10292026-01-23T14:33:48.191Z Downloaded internet-checksum v0.2.1
10302026-01-23T14:33:48.191Z Downloaded ignore v0.4.23
10312026-01-23T14:33:48.191Z Downloaded elliptic-curve v0.13.8
10322026-01-23T14:33:48.191Z Downloaded derive_more-impl v2.0.1
10332026-01-23T14:33:48.191Z Downloaded phf_shared v0.12.1
10342026-01-23T14:33:48.191Z Downloaded pbkdf2 v0.12.2
10352026-01-23T14:33:48.216Z Downloaded parse-display v0.10.0
10362026-01-23T14:33:48.216Z Downloaded num_enum v0.5.11
10372026-01-23T14:33:48.216Z Downloaded num-integer v0.1.46
10382026-01-23T14:33:48.216Z Downloaded nu-ansi-term v0.50.1
10392026-01-23T14:33:48.216Z Downloaded nodrop v0.1.14
10402026-01-23T14:33:48.216Z Downloaded litrs v0.4.1
10412026-01-23T14:33:48.216Z Downloaded libz-rs-sys v0.5.1
10422026-01-23T14:33:48.216Z Downloaded ipnet v2.11.0
10432026-01-23T14:33:48.216Z Downloaded ingot-macros v0.1.1
10442026-01-23T14:33:48.216Z Downloaded ingot v0.1.1
10452026-01-23T14:33:48.216Z Downloaded highway v1.3.0
10462026-01-23T14:33:48.241Z Downloaded hickory-resolver v0.25.2
10472026-01-23T14:33:48.241Z Downloaded headers v0.4.1
10482026-01-23T14:33:48.241Z Downloaded hashbrown v0.15.4
10492026-01-23T14:33:48.241Z Downloaded futures v0.3.31
10502026-01-23T14:33:48.241Z Downloaded foldhash v0.2.0
10512026-01-23T14:33:48.241Z Downloaded flume v0.11.1
10522026-01-23T14:33:48.265Z Downloaded bitvec v1.0.1
10532026-01-23T14:33:48.290Z Downloaded path-slash v0.1.5
10542026-01-23T14:33:48.290Z Downloaded parse-size v1.1.0
10552026-01-23T14:33:48.290Z Downloaded num-conv v0.1.0
10562026-01-23T14:33:48.290Z Downloaded normalize-line-endings v0.3.0
10572026-01-23T14:33:48.291Z Downloaded newtype-uuid v1.3.2
10582026-01-23T14:33:48.291Z Downloaded mime_guess v2.0.5
10592026-01-23T14:33:48.291Z Downloaded managed v0.8.0
10602026-01-23T14:33:48.291Z Downloaded linear-map v1.2.0
10612026-01-23T14:33:48.315Z Downloaded libefi-sys v0.1.0
10622026-01-23T14:33:48.315Z Downloaded jobserver v0.1.32
10632026-01-23T14:33:48.315Z Downloaded http-body-util v0.1.3
10642026-01-23T14:33:48.315Z Downloaded heapless v0.7.17
10652026-01-23T14:33:48.315Z Downloaded dropshot_endpoint v0.16.6
10662026-01-23T14:33:48.315Z Downloaded opaque-debug v0.3.1
10672026-01-23T14:33:48.315Z Downloaded olpc-cjson v0.1.4
10682026-01-23T14:33:48.340Z Downloaded number_prefix v0.4.0
10692026-01-23T14:33:48.340Z Downloaded num_threads v0.1.7
10702026-01-23T14:33:48.340Z Downloaded num_enum_derive v0.5.11
10712026-01-23T14:33:48.340Z Downloaded num-iter v0.1.45
10722026-01-23T14:33:48.340Z Downloaded num-derive v0.4.2
10732026-01-23T14:33:48.340Z Downloaded newtype-uuid-macros v0.1.0
10742026-01-23T14:33:48.340Z Downloaded lock_api v0.4.12
10752026-01-23T14:33:48.340Z Downloaded linked-hash-map v0.5.6
10762026-01-23T14:33:48.340Z Downloaded libscf-sys v1.1.0
10772026-01-23T14:33:48.340Z Downloaded indicatif v0.18.0
10782026-01-23T14:33:48.364Z Downloaded indicatif v0.17.11
10792026-01-23T14:33:48.364Z Downloaded aws-lc-sys v0.26.0
10802026-01-23T14:33:48.563Z Downloaded indent_write v2.2.0
10812026-01-23T14:33:48.588Z Downloaded impl-trait-for-tuples v0.2.2
10822026-01-23T14:33:48.588Z Downloaded httpdate v1.0.3
10832026-01-23T14:33:48.588Z Downloaded httparse v1.9.5
10842026-01-23T14:33:48.588Z Downloaded http v1.4.0
10852026-01-23T14:33:48.588Z Downloaded hostname v0.4.2
10862026-01-23T14:33:48.588Z Downloaded hashbrown v0.12.3
10872026-01-23T14:33:48.588Z Downloaded half v1.8.3
10882026-01-23T14:33:48.588Z Downloaded globset v0.4.15
10892026-01-23T14:33:48.588Z Downloaded foldhash v0.1.5
10902026-01-23T14:33:48.588Z Downloaded newtype_derive v0.1.6
10912026-01-23T14:33:48.613Z Downloaded newline-converter v0.3.0
10922026-01-23T14:33:48.613Z Downloaded new_debug_unreachable v1.0.6
10932026-01-23T14:33:48.613Z Downloaded memoffset v0.9.1
10942026-01-23T14:33:48.613Z Downloaded maybe-uninit v2.0.0
10952026-01-23T14:33:48.613Z Downloaded maplit v1.0.2
10962026-01-23T14:33:48.613Z Downloaded lzss v0.8.2
10972026-01-23T14:33:48.613Z Downloaded lockfree-object-pool v0.1.6
10982026-01-23T14:33:48.613Z Downloaded keccak v0.1.5
10992026-01-23T14:33:48.613Z Downloaded instant v0.1.13
11002026-01-23T14:33:48.613Z Downloaded ident_case v1.0.1
11012026-01-23T14:33:48.613Z Downloaded humantime v2.2.0
11022026-01-23T14:33:48.613Z Downloaded hubpack v0.1.2
11032026-01-23T14:33:48.613Z Downloaded hickory-server v0.25.2
11042026-01-23T14:33:48.613Z Downloaded half v2.4.1
11052026-01-23T14:33:48.613Z Downloaded group v0.13.0
11062026-01-23T14:33:48.638Z Downloaded glob v0.3.2
11072026-01-23T14:33:48.638Z Downloaded getrandom v0.2.15
11082026-01-23T14:33:48.638Z Downloaded futures-executor v0.3.31
11092026-01-23T14:33:48.638Z Downloaded filetime v0.2.26
11102026-01-23T14:33:48.638Z Downloaded ed25519-dalek v2.1.1
11112026-01-23T14:33:48.638Z Downloaded daft-derive v0.1.4
11122026-01-23T14:33:48.638Z Downloaded crypto-bigint v0.5.5
11132026-01-23T14:33:48.638Z Downloaded lru-cache v0.1.2
11142026-01-23T14:33:48.638Z Downloaded kstat-rs v0.2.4
11152026-01-23T14:33:48.663Z Downloaded is-terminal v0.4.13
11162026-01-23T14:33:48.663Z Downloaded ingot-types v0.1.2
11172026-01-23T14:33:48.663Z Downloaded hyper-tls v0.6.0
11182026-01-23T14:33:48.663Z Downloaded hyper-staticfile v0.10.1
11192026-01-23T14:33:48.663Z Downloaded home v0.5.9
11202026-01-23T14:33:48.663Z Downloaded hmac v0.12.1
11212026-01-23T14:33:48.663Z Downloaded hashbrown v0.13.2
11222026-01-23T14:33:48.663Z Downloaded globwalk v0.9.1
11232026-01-23T14:33:48.663Z Downloaded gethostname v0.5.0
11242026-01-23T14:33:48.663Z Downloaded fxhash v0.2.1
11252026-01-23T14:33:48.663Z Downloaded futures-macro v0.3.31
11262026-01-23T14:33:48.663Z Downloaded futures-io v0.3.31
11272026-01-23T14:33:48.663Z Downloaded futures-channel v0.3.31
11282026-01-23T14:33:48.687Z Downloaded fs_extra v1.3.0
11292026-01-23T14:33:48.687Z Downloaded foreign-types-shared v0.3.1
11302026-01-23T14:33:48.687Z Downloaded env_logger v0.11.8
11312026-01-23T14:33:48.688Z Downloaded diesel_table_macro_syntax v0.2.0
11322026-01-23T14:33:48.688Z Downloaded derive_builder_macro v0.20.2
11332026-01-23T14:33:48.688Z Downloaded derive_builder_core v0.20.2
11342026-01-23T14:33:48.688Z Downloaded libsw-core v0.3.1
11352026-01-23T14:33:48.688Z Downloaded lazy_static v1.5.0
11362026-01-23T14:33:48.688Z Downloaded instability v0.3.2
11372026-01-23T14:33:48.688Z Downloaded inout v0.1.3
11382026-01-23T14:33:48.688Z Downloaded iana-time-zone v0.1.63
11392026-01-23T14:33:48.688Z Downloaded http-body v1.0.1
11402026-01-23T14:33:48.688Z Downloaded hickory-resolver v0.24.4
11412026-01-23T14:33:48.713Z Downloaded heapless v0.8.0
11422026-01-23T14:33:48.713Z Downloaded futures-task v0.3.31
11432026-01-23T14:33:48.713Z Downloaded futures-sink v0.3.31
11442026-01-23T14:33:48.713Z Downloaded futures-core v0.3.31
11452026-01-23T14:33:48.713Z Downloaded float-ord v0.3.2
11462026-01-23T14:33:48.713Z Downloaded fixedbitset v0.4.2
11472026-01-23T14:33:48.713Z Downloaded ff v0.13.0
11482026-01-23T14:33:48.713Z Downloaded fallible-iterator v0.2.0
11492026-01-23T14:33:48.713Z Downloaded erased-serde v0.3.31
11502026-01-23T14:33:48.713Z Downloaded dyn-clone v1.0.20
11512026-01-23T14:33:48.713Z Downloaded dropshot-api-manager-types v0.2.4
11522026-01-23T14:33:48.713Z Downloaded drift v0.1.2
11532026-01-23T14:33:48.713Z Downloaded dof v0.4.0
11542026-01-23T14:33:48.767Z Downloaded display-error-chain v0.2.2
11552026-01-23T14:33:48.767Z Downloaded ctr v0.9.2
11562026-01-23T14:33:48.767Z Downloaded crossbeam-utils v0.8.21
11572026-01-23T14:33:48.767Z Downloaded crossbeam-epoch v0.9.18
11582026-01-23T14:33:48.767Z Downloaded bindgen v0.71.1
11592026-01-23T14:33:48.768Z Downloaded bindgen v0.69.5
11602026-01-23T14:33:48.768Z Downloaded indoc v1.0.9
11612026-01-23T14:33:48.768Z Downloaded hyper-rustls v0.27.7
11622026-01-23T14:33:48.768Z Downloaded hubpack_derive v0.1.1
11632026-01-23T14:33:48.768Z Downloaded http-range v0.1.5
11642026-01-23T14:33:48.768Z Downloaded hostname v0.3.1
11652026-01-23T14:33:48.768Z Downloaded hickory-client v0.25.2
11662026-01-23T14:33:48.768Z Downloaded headers-core v0.3.0
11672026-01-23T14:33:48.768Z Downloaded fs-err v2.11.0
11682026-01-23T14:33:48.768Z Downloaded foreign-types-shared v0.1.1
11692026-01-23T14:33:48.768Z Downloaded foreign-types-macros v0.2.3
11702026-01-23T14:33:48.768Z Downloaded foreign-types v0.5.0
11712026-01-23T14:33:48.768Z Downloaded float-cmp v0.10.0
11722026-01-23T14:33:48.768Z Downloaded flagset v0.4.6
11732026-01-23T14:33:48.768Z Downloaded fd-lock v4.0.2
11742026-01-23T14:33:48.768Z Downloaded enum-as-inner v0.6.1
11752026-01-23T14:33:48.768Z Downloaded endian-type v0.1.2
11762026-01-23T14:33:48.768Z Downloaded embedded-io v0.4.0
11772026-01-23T14:33:48.768Z Downloaded ed25519 v2.2.3
11782026-01-23T14:33:48.768Z Downloaded dunce v1.0.5
11792026-01-23T14:33:48.768Z Downloaded dtrace-parser v0.3.0
11802026-01-23T14:33:48.768Z Downloaded dsl_auto_type v0.1.2
11812026-01-23T14:33:48.793Z Downloaded dropshot-api-manager v0.2.4
11822026-01-23T14:33:48.793Z Downloaded document-features v0.2.11
11832026-01-23T14:33:48.793Z Downloaded cookie v0.18.1
11842026-01-23T14:33:48.793Z Downloaded ciborium v0.2.2
11852026-01-23T14:33:48.793Z Downloaded chrono v0.4.42
11862026-01-23T14:33:48.793Z Downloaded blake2 v0.10.6
11872026-01-23T14:33:48.793Z Downloaded aws-lc-rs v1.12.4
11882026-01-23T14:33:48.817Z Downloaded hex v0.4.3
11892026-01-23T14:33:48.817Z Downloaded heck v0.3.3
11902026-01-23T14:33:48.817Z Downloaded hash32 v0.3.1
11912026-01-23T14:33:48.817Z Downloaded funty v2.0.0
11922026-01-23T14:33:48.817Z Downloaded foreign-types v0.3.2
11932026-01-23T14:33:48.817Z Downloaded fixedbitset v0.5.7
11942026-01-23T14:33:48.817Z Downloaded fatfs v0.3.6
11952026-01-23T14:33:48.817Z Downloaded env_filter v0.1.2
11962026-01-23T14:33:48.817Z Downloaded either v1.15.0
11972026-01-23T14:33:48.817Z Downloaded derive_more v0.99.20
11982026-01-23T14:33:48.817Z Downloaded deranged v0.5.3
11992026-01-23T14:33:48.817Z Downloaded darling_core v0.20.10
12002026-01-23T14:33:48.842Z Downloaded crossterm v0.29.0
12012026-01-23T14:33:48.842Z Downloaded crossterm v0.28.1
12022026-01-23T14:33:48.842Z Downloaded crossbeam-channel v0.5.15
12032026-01-23T14:33:48.842Z Downloaded colored v2.2.0
12042026-01-23T14:33:48.866Z Downloaded cc v1.2.30
12052026-01-23T14:33:48.866Z Downloaded blake3 v1.5.4
12062026-01-23T14:33:48.866Z Downloaded bitflags v1.3.2
12072026-01-23T14:33:48.866Z Downloaded bcrypt-pbkdf v0.10.0
12082026-01-23T14:33:48.866Z Downloaded backtrace v0.3.74
12092026-01-23T14:33:48.866Z Downloaded ena v0.14.3
12102026-01-23T14:33:48.866Z Downloaded ecdsa v0.16.9
12112026-01-23T14:33:48.891Z Downloaded dirs-sys-next v0.1.2
12122026-01-23T14:33:48.891Z Downloaded dirs-next v2.0.0
12132026-01-23T14:33:48.891Z Downloaded diff v0.1.13
12142026-01-23T14:33:48.891Z Downloaded diesel-dtrace v0.4.2
12152026-01-23T14:33:48.891Z Downloaded des v0.8.1
12162026-01-23T14:33:48.891Z Downloaded derive_more v2.0.1
12172026-01-23T14:33:48.891Z Downloaded derive_builder v0.20.2
12182026-01-23T14:33:48.891Z Downloaded der_derive v0.7.3
12192026-01-23T14:33:48.916Z Downloaded der v0.7.10
12202026-01-23T14:33:48.916Z Downloaded defmt-macros v0.3.9
12212026-01-23T14:33:48.916Z Downloaded defmt v0.3.8
12222026-01-23T14:33:48.916Z Downloaded darling_core v0.21.0
12232026-01-23T14:33:48.916Z Downloaded daft v0.1.4
12242026-01-23T14:33:48.916Z Downloaded crunchy v0.2.2
12252026-01-23T14:33:48.916Z Downloaded crucible-workspace-hack v0.1.0
12262026-01-23T14:33:48.916Z Downloaded crc8 v0.1.1
12272026-01-23T14:33:48.916Z Downloaded crc32fast v1.4.2
12282026-01-23T14:33:48.916Z Downloaded console v0.16.0
12292026-01-23T14:33:48.941Z Downloaded clang-sys v1.8.1
12302026-01-23T14:33:48.941Z Downloaded chacha20 v0.9.1
12312026-01-23T14:33:48.941Z Downloaded cexpr v0.6.0
12322026-01-23T14:33:48.941Z Downloaded bitfield-struct v0.6.2
12332026-01-23T14:33:48.941Z Downloaded base64 v0.22.1
12342026-01-23T14:33:48.941Z Downloaded async-recursion v1.1.1
12352026-01-23T14:33:48.941Z Downloaded derive-where v1.5.0
12362026-01-23T14:33:48.941Z Downloaded derive-ex v0.1.8
12372026-01-23T14:33:48.941Z Downloaded defmt-parser v0.3.4
12382026-01-23T14:33:48.941Z Downloaded debug-ignore v1.0.5
12392026-01-23T14:33:48.966Z Downloaded data-encoding v2.9.0
12402026-01-23T14:33:48.966Z Downloaded darling_macro v0.20.10
12412026-01-23T14:33:48.966Z Downloaded darling v0.21.0
12422026-01-23T14:33:48.966Z Downloaded darling v0.20.10
12432026-01-23T14:33:48.966Z Downloaded csv-core v0.1.11
12442026-01-23T14:33:48.966Z Downloaded crossbeam-deque v0.8.5
12452026-01-23T14:33:48.966Z Downloaded critical-section v1.1.3
12462026-01-23T14:33:48.966Z Downloaded crc-catalog v2.4.0
12472026-01-23T14:33:48.966Z Downloaded corncobs v0.1.4
12482026-01-23T14:33:48.966Z Downloaded const_format v0.2.34
12492026-01-23T14:33:48.966Z Downloaded console v0.15.10
12502026-01-23T14:33:48.990Z Downloaded compact_str v0.8.0
12512026-01-23T14:33:48.990Z Downloaded colored v3.0.0
12522026-01-23T14:33:48.990Z Downloaded cmake v0.1.51
12532026-01-23T14:33:48.990Z Downloaded ciborium-ll v0.2.2
12542026-01-23T14:33:48.990Z Downloaded ciborium-io v0.2.2
12552026-01-23T14:33:48.991Z Downloaded chacha20poly1305 v0.10.1
12562026-01-23T14:33:48.991Z Downloaded cancel-safe-futures v0.1.5
12572026-01-23T14:33:48.991Z Downloaded bzip2 v0.4.4
12582026-01-23T14:33:48.991Z Downloaded bumpalo v3.16.0
12592026-01-23T14:33:48.991Z Downloaded buf-list v1.0.3
12602026-01-23T14:33:49.015Z Downloaded blowfish v0.9.1
12612026-01-23T14:33:49.015Z Downloaded bb8 v0.8.5
12622026-01-23T14:33:49.016Z Downloaded difflib v0.4.0
12632026-01-23T14:33:49.016Z Downloaded darling_macro v0.21.0
12642026-01-23T14:33:49.016Z Downloaded curve25519-dalek-derive v0.1.1
12652026-01-23T14:33:49.016Z Downloaded cstr-argument v0.1.2
12662026-01-23T14:33:49.016Z Downloaded crc-any v2.5.0
12672026-01-23T14:33:49.016Z Downloaded cookie_store v0.21.1
12682026-01-23T14:33:49.016Z Downloaded convert_case v0.7.1
12692026-01-23T14:33:49.016Z Downloaded constant_time_eq v0.3.1
12702026-01-23T14:33:49.016Z Downloaded const_format_proc_macros v0.2.34
12712026-01-23T14:33:49.016Z Downloaded const-oid v0.9.6
12722026-01-23T14:33:49.016Z Downloaded cobs v0.2.3
12732026-01-23T14:33:49.016Z Downloaded cbc v0.1.2
12742026-01-23T14:33:49.016Z Downloaded castaway v0.2.3
12752026-01-23T14:33:49.016Z Downloaded cargo-platform v0.1.8
12762026-01-23T14:33:49.040Z Downloaded camino-tempfile-ext v0.3.2
12772026-01-23T14:33:49.040Z Downloaded bzip2-sys v0.1.13+1.0.8
12782026-01-23T14:33:49.040Z Downloaded bitfield-macros v0.19.2
12792026-01-23T14:33:49.040Z Downloaded bit-set v0.8.0
12802026-01-23T14:33:49.040Z Downloaded bit-set v0.5.3
12812026-01-23T14:33:49.040Z Downloaded bcs v0.1.6
12822026-01-23T14:33:49.040Z Downloaded base64ct v1.6.0
12832026-01-23T14:33:49.065Z Downloaded async-stream v0.3.6
12842026-01-23T14:33:49.065Z Downloaded arc-swap v1.7.1
12852026-01-23T14:33:49.065Z Downloaded convert_case v0.4.0
12862026-01-23T14:33:49.065Z Downloaded cipher v0.4.4
12872026-01-23T14:33:49.065Z Downloaded cfg_aliases v0.2.1
12882026-01-23T14:33:49.065Z Downloaded cfg_aliases v0.1.1
12892026-01-23T14:33:49.065Z Downloaded cargo_metadata v0.19.2
12902026-01-23T14:33:49.065Z Downloaded bytes v1.10.1
12912026-01-23T14:33:49.065Z Downloaded bitfield v0.19.2
12922026-01-23T14:33:49.065Z Downloaded bit-vec v0.8.0
12932026-01-23T14:33:49.065Z Downloaded bit-vec v0.6.3
12942026-01-23T14:33:49.065Z Downloaded base64 v0.13.1
12952026-01-23T14:33:49.090Z Downloaded backoff v0.4.0
12962026-01-23T14:33:49.090Z Downloaded async-stream-impl v0.3.6
12972026-01-23T14:33:49.090Z Downloaded async-bb8-diesel v0.2.1
12982026-01-23T14:33:49.090Z Downloaded argon2 v0.5.3
12992026-01-23T14:33:49.090Z Downloaded aho-corasick v1.1.3
13002026-01-23T14:33:49.090Z Downloaded aes-gcm v0.10.3
13012026-01-23T14:33:49.090Z Downloaded aes v0.8.4
13022026-01-23T14:33:49.090Z Downloaded aead v0.5.2
13032026-01-23T14:33:49.114Z Downloaded bzip2 v0.5.2
13042026-01-23T14:33:49.114Z Downloaded block-padding v0.3.3
13052026-01-23T14:33:49.114Z Downloaded base64 v0.21.7
13062026-01-23T14:33:49.114Z Downloaded async-trait v0.1.89
13072026-01-23T14:33:49.114Z Downloaded arrayvec v0.7.6
13082026-01-23T14:33:49.114Z Downloaded arrayref v0.3.9
13092026-01-23T14:33:49.115Z Downloaded allocator-api2 v0.2.21
13102026-01-23T14:33:49.115Z Downloaded ahash v0.8.12
13112026-01-23T14:33:49.115Z Downloaded addr2line v0.24.2
13122026-01-23T14:33:49.139Z Downloaded atty v0.2.14
13132026-01-23T14:33:49.139Z Downloaded atomicwrites v0.4.4
13142026-01-23T14:33:49.139Z Downloaded atomic-waker v1.1.2
13152026-01-23T14:33:49.139Z Downloaded assert_matches v1.5.0
13162026-01-23T14:33:49.139Z Downloaded ascii-canvas v3.0.0
13172026-01-23T14:33:49.139Z Downloaded array-init v0.0.4
13182026-01-23T14:33:49.139Z Downloaded adler2 v2.0.0
13192026-01-23T14:33:49.352Z Compiling value-bag v1.12.0
13202026-01-23T14:33:49.352Z Compiling lock_api v0.4.12
13212026-01-23T14:33:49.352Z Compiling scopeguard v1.2.0
13222026-01-23T14:33:49.376Z Compiling shlex v1.3.0
13232026-01-23T14:33:49.376Z Compiling typenum v1.17.0
13242026-01-23T14:33:49.376Z Compiling syn v2.0.111
13252026-01-23T14:33:49.376Z Compiling getrandom v0.2.15
13262026-01-23T14:33:49.376Z Compiling jobserver v0.1.32
13272026-01-23T14:33:49.581Z Compiling smallvec v1.15.1
13282026-01-23T14:33:49.827Z Compiling rand_core v0.6.4
13292026-01-23T14:33:49.909Z Compiling log v0.4.29
13302026-01-23T14:33:49.985Z Compiling cc v1.2.30
13312026-01-23T14:33:50.010Z Compiling generic-array v0.14.7
13322026-01-23T14:33:50.368Z Compiling subtle v2.6.1
13332026-01-23T14:33:50.447Z Compiling portable-atomic v1.11.0
13342026-01-23T14:33:50.471Z Compiling const-oid v0.9.6
13352026-01-23T14:33:50.496Z Compiling critical-section v1.1.3
13362026-01-23T14:33:50.678Z Compiling serde_json v1.0.149
13372026-01-23T14:33:50.702Z Compiling getrandom v0.3.4
13382026-01-23T14:33:50.771Z Compiling pkg-config v0.3.31
13392026-01-23T14:33:51.041Z Compiling spin v0.9.8
13402026-01-23T14:33:51.548Z Compiling pin-project-lite v0.2.14
13412026-01-23T14:33:51.733Z Compiling regex-syntax v0.8.5
13422026-01-23T14:33:51.863Z Compiling parking_lot_core v0.9.10
13432026-01-23T14:33:52.370Z Compiling libm v0.2.8
13442026-01-23T14:33:52.472Z Compiling rustix v0.38.37
13452026-01-23T14:33:52.949Z Compiling once_cell v1.21.3
13462026-01-23T14:33:53.150Z Compiling signal-hook-registry v1.4.2
13472026-01-23T14:33:53.460Z Compiling num-traits v0.2.19
13482026-01-23T14:33:53.649Z Compiling allocator-api2 v0.2.21
13492026-01-23T14:33:53.674Z Compiling parking_lot v0.12.3
13502026-01-23T14:33:54.239Z Compiling mio v1.0.2
13512026-01-23T14:33:54.519Z Compiling futures-core v0.3.31
13522026-01-23T14:33:54.604Z Compiling lazy_static v1.5.0
13532026-01-23T14:33:54.637Z Compiling aho-corasick v1.1.3
13542026-01-23T14:33:54.803Z Compiling percent-encoding v2.3.2
13552026-01-23T14:33:54.871Z Compiling socket2 v0.6.1
13562026-01-23T14:33:55.397Z Compiling slab v0.4.9
13572026-01-23T14:33:55.539Z Compiling cpufeatures v0.2.14
13582026-01-23T14:33:55.576Z Compiling glob v0.3.2
13592026-01-23T14:33:55.708Z Compiling futures-sink v0.3.31
13602026-01-23T14:33:55.916Z Compiling either v1.15.0
13612026-01-23T14:33:55.948Z Compiling futures-channel v0.3.31
13622026-01-23T14:33:56.453Z Compiling hashbrown v0.16.1
13632026-01-23T14:33:56.480Z Compiling futures-task v0.3.31
13642026-01-23T14:33:56.505Z Compiling futures-io v0.3.31
13652026-01-23T14:33:56.587Z Compiling clang-sys v1.8.1
13662026-01-23T14:33:56.845Z Compiling rustversion v1.0.22
13672026-01-23T14:33:56.869Z Compiling pin-utils v0.1.0
13682026-01-23T14:33:57.010Z Compiling regex-automata v0.4.11
13692026-01-23T14:33:57.100Z Compiling prettyplease v0.2.36
13702026-01-23T14:33:57.352Z Compiling minimal-lexical v0.2.1
13712026-01-23T14:33:57.581Z Compiling libloading v0.8.5
13722026-01-23T14:33:57.714Z Compiling synstructure v0.13.1
13732026-01-23T14:33:57.907Z Compiling nom v7.1.3
13742026-01-23T14:33:57.950Z Compiling indexmap v2.12.1
13752026-01-23T14:33:58.336Z Compiling base64ct v1.6.0
13762026-01-23T14:33:58.957Z Compiling ident_case v1.0.1
13772026-01-23T14:33:59.181Z Compiling home v0.5.9
13782026-01-23T14:33:59.206Z Compiling bindgen v0.69.5
13792026-01-23T14:33:59.231Z Compiling pem-rfc7468 v0.7.0
13802026-01-23T14:33:59.552Z Compiling itertools v0.12.1
13812026-01-23T14:33:59.890Z Compiling form_urlencoded v1.2.2
13822026-01-23T14:34:00.215Z Compiling flagset v0.4.6
13832026-01-23T14:34:00.247Z Compiling rustc-hash v1.1.0
13842026-01-23T14:34:00.436Z Compiling lazycell v1.3.0
13852026-01-23T14:34:00.523Z Compiling rand_core v0.9.3
13862026-01-23T14:34:00.635Z Compiling cmake v0.1.51
13872026-01-23T14:34:01.141Z Compiling cexpr v0.6.0
13882026-01-23T14:34:01.334Z Compiling iana-time-zone v0.1.63
13892026-01-23T14:34:01.490Z Compiling foldhash v0.1.5
13902026-01-23T14:34:01.728Z Compiling paste v1.0.15
13912026-01-23T14:34:01.859Z Compiling dunce v1.0.5
13922026-01-23T14:34:02.021Z Compiling fs_extra v1.3.0
13932026-01-23T14:34:02.304Z Compiling hashbrown v0.15.4
13942026-01-23T14:34:02.328Z Compiling rustc_version v0.4.1
13952026-01-23T14:34:02.519Z Compiling serde_derive v1.0.228
13962026-01-23T14:34:02.662Z Compiling zeroize_derive v1.4.2
13972026-01-23T14:34:02.693Z Compiling zerofrom-derive v0.1.4
13982026-01-23T14:34:02.834Z Compiling yoke-derive v0.7.4
13992026-01-23T14:34:03.029Z Compiling zerovec-derive v0.10.3
14002026-01-23T14:34:03.748Z Compiling displaydoc v0.2.5
14012026-01-23T14:34:03.961Z Compiling zeroize v1.8.1
14022026-01-23T14:34:05.272Z Compiling icu_provider_macros v1.5.0
14032026-01-23T14:34:05.297Z Compiling zerocopy-derive v0.7.35
14042026-01-23T14:34:05.427Z Compiling tokio-macros v2.6.0
14052026-01-23T14:34:05.718Z Compiling crypto-common v0.1.6
14062026-01-23T14:34:05.911Z Compiling block-buffer v0.10.4
14072026-01-23T14:34:05.977Z Compiling zerofrom v0.1.4
14082026-01-23T14:34:06.228Z Compiling digest v0.10.7
14092026-01-23T14:34:06.266Z Compiling yoke v0.7.4
14102026-01-23T14:34:06.290Z Compiling thiserror-impl v2.0.17
14112026-01-23T14:34:06.725Z Compiling zerovec v0.10.4
14122026-01-23T14:34:06.809Z Compiling hmac v0.12.1
14132026-01-23T14:34:06.990Z Compiling block-padding v0.3.3
14142026-01-23T14:34:07.152Z Compiling futures-macro v0.3.31
14152026-01-23T14:34:07.192Z Compiling zerocopy v0.7.35
14162026-01-23T14:34:07.319Z Compiling inout v0.1.3
14172026-01-23T14:34:07.601Z Compiling regex v1.11.3
14182026-01-23T14:34:07.700Z Compiling cipher v0.4.4
14192026-01-23T14:34:08.229Z Compiling sha2 v0.10.9
14202026-01-23T14:34:08.610Z Compiling tinystr v0.7.6
14212026-01-23T14:34:08.694Z Compiling icu_collections v1.5.0
14222026-01-23T14:34:08.894Z Compiling futures-util v0.3.31
14232026-01-23T14:34:08.919Z Compiling ppv-lite86 v0.2.20
14242026-01-23T14:34:09.040Z Compiling icu_locid v1.5.0
14252026-01-23T14:34:09.360Z Compiling thiserror v2.0.17
14262026-01-23T14:34:09.409Z Compiling serde v1.0.228
14272026-01-23T14:34:09.553Z Compiling der_derive v0.7.3
14282026-01-23T14:34:09.641Z Compiling pest v2.8.2
14292026-01-23T14:34:09.680Z Compiling salsa20 v0.10.2
14302026-01-23T14:34:09.919Z Compiling pbkdf2 v0.12.2
14312026-01-23T14:34:10.009Z Compiling uuid v1.19.0
14322026-01-23T14:34:10.131Z Compiling vcpkg v0.2.15
14332026-01-23T14:34:10.622Z Compiling bitflags v2.9.4
14342026-01-23T14:34:11.007Z Compiling bytes v1.10.1
14352026-01-23T14:34:11.182Z Compiling icu_provider v1.5.0
14362026-01-23T14:34:11.420Z Compiling chrono v0.4.42
14372026-01-23T14:34:11.584Z Compiling der v0.7.10
14382026-01-23T14:34:11.804Z Compiling zerocopy v0.8.27
14392026-01-23T14:34:12.160Z Compiling tokio v1.48.0
14402026-01-23T14:34:12.441Z Compiling icu_locid_transform v1.5.0
14412026-01-23T14:34:12.657Z Compiling pest_meta v2.8.2
14422026-01-23T14:34:12.713Z Compiling http v1.4.0
14432026-01-23T14:34:14.295Z Compiling icu_properties v1.5.1
14442026-01-23T14:34:14.688Z Compiling which v4.4.2
14452026-01-23T14:34:14.715Z Compiling spki v0.7.3
14462026-01-23T14:34:14.741Z Compiling openssl-sys v0.9.109
14472026-01-23T14:34:14.865Z Compiling scrypt v0.11.0
14482026-01-23T14:34:15.262Z Compiling rand_chacha v0.9.0
14492026-01-23T14:34:15.378Z Compiling cbc v0.1.2
14502026-01-23T14:34:15.645Z Compiling aes v0.8.4
14512026-01-23T14:34:15.671Z Compiling zerocopy-derive v0.8.27
14522026-01-23T14:34:16.788Z Compiling pkcs5 v0.7.1
14532026-01-23T14:34:16.883Z Compiling rand v0.9.2
14542026-01-23T14:34:17.024Z Compiling pest_generator v2.8.2
14552026-01-23T14:34:17.949Z Compiling tracing-attributes v0.1.27
14562026-01-23T14:34:18.117Z Compiling icu_normalizer v1.5.0
14572026-01-23T14:34:18.707Z Compiling serde_derive_internals v0.29.1
14582026-01-23T14:34:18.789Z Compiling ring v0.17.14
14592026-01-23T14:34:18.821Z Compiling tracing-core v0.1.32
14602026-01-23T14:34:19.661Z Compiling idna_adapter v1.2.0
14612026-01-23T14:34:19.752Z Compiling adler2 v2.0.0
14622026-01-23T14:34:19.900Z Compiling idna v1.0.3
14632026-01-23T14:34:19.977Z Compiling rustix v1.1.3
14642026-01-23T14:34:20.007Z Compiling aws-lc-rs v1.12.4
14652026-01-23T14:34:20.412Z Compiling schemars v0.8.22
14662026-01-23T14:34:20.635Z Compiling url v2.5.4
14672026-01-23T14:34:20.719Z Compiling schemars_derive v0.8.22
14682026-01-23T14:34:20.846Z Compiling tracing v0.1.40
14692026-01-23T14:34:21.209Z Compiling tokio-util v0.7.15
14702026-01-23T14:34:21.281Z Compiling miniz_oxide v0.8.5
14712026-01-23T14:34:22.299Z Compiling pest_derive v2.8.2
14722026-01-23T14:34:22.462Z Compiling pkcs8 v0.10.2
14732026-01-23T14:34:22.874Z Compiling http-body v1.0.1
14742026-01-23T14:34:23.265Z Compiling scroll_derive v0.13.1
14752026-01-23T14:34:23.310Z Compiling darling_core v0.20.10
14762026-01-23T14:34:23.364Z Compiling rustls-pki-types v1.10.0
14772026-01-23T14:34:23.801Z Compiling dyn-clone v1.0.20
14782026-01-23T14:34:23.841Z Compiling tinyvec_macros v0.1.1
14792026-01-23T14:34:23.982Z Compiling base64 v0.22.1
14802026-01-23T14:34:24.110Z Compiling httparse v1.9.5
14812026-01-23T14:34:24.731Z Compiling tinyvec v1.8.0
14822026-01-23T14:34:25.223Z Compiling scroll v0.13.0
14832026-01-23T14:34:25.862Z Compiling bzip2-sys v0.1.13+1.0.8
14842026-01-23T14:34:26.249Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14852026-01-23T14:34:26.304Z Compiling untrusted v0.9.0
14862026-01-23T14:34:26.433Z Compiling tower-layer v0.3.3
14872026-01-23T14:34:26.541Z Compiling foreign-types-shared v0.1.1
14882026-01-23T14:34:26.735Z Compiling tower-service v0.3.3
14892026-01-23T14:34:26.762Z Compiling openssl v0.10.73
14902026-01-23T14:34:26.933Z Compiling atomic-waker v1.1.2
14912026-01-23T14:34:27.121Z Compiling num-conv v0.1.0
14922026-01-23T14:34:27.153Z Compiling untrusted v0.7.1
14932026-01-23T14:34:27.182Z Compiling powerfmt v0.2.0
14942026-01-23T14:34:27.277Z Compiling openssl-probe v0.1.5
14952026-01-23T14:34:27.405Z Compiling try-lock v0.2.5
14962026-01-23T14:34:27.443Z Compiling time-core v0.1.6
14972026-01-23T14:34:27.674Z Compiling deranged v0.5.3
14982026-01-23T14:34:27.699Z Compiling want v0.3.1
14992026-01-23T14:34:27.738Z Compiling tempfile v3.24.0
15002026-01-23T14:34:27.855Z Compiling time-macros v0.2.24
15012026-01-23T14:34:28.246Z Compiling h2 v0.4.6
15022026-01-23T14:34:28.657Z Compiling foreign-types v0.3.2
15032026-01-23T14:34:29.535Z Compiling darling_macro v0.20.10
15042026-01-23T14:34:30.400Z Compiling goblin v0.10.2
15052026-01-23T14:34:30.480Z Compiling darling v0.20.10
15062026-01-23T14:34:30.632Z Compiling ipnet v2.11.0
15072026-01-23T14:34:31.281Z Compiling openssl-macros v0.1.1
15082026-01-23T14:34:31.981Z Compiling wait-timeout v0.2.0
15092026-01-23T14:34:32.009Z Compiling quick-error v1.2.3
15102026-01-23T14:34:32.121Z Compiling syn v1.0.109
15112026-01-23T14:34:32.219Z Compiling rustls v0.23.19
15122026-01-23T14:34:32.535Z Compiling num_threads v0.1.7
15132026-01-23T14:34:32.573Z Compiling crossbeam-utils v0.8.21
15142026-01-23T14:34:32.607Z Compiling httpdate v1.0.3
15152026-01-23T14:34:32.734Z Compiling usdt-impl v0.6.0
15162026-01-23T14:34:32.890Z Compiling native-tls v0.2.12
15172026-01-23T14:34:33.103Z Compiling gimli v0.31.1
15182026-01-23T14:34:33.130Z Compiling bit-vec v0.8.0
15192026-01-23T14:34:33.312Z Compiling time v0.3.43
15202026-01-23T14:34:33.339Z Compiling rusty-fork v0.3.0
15212026-01-23T14:34:33.643Z Compiling bit-set v0.8.0
15222026-01-23T14:34:34.061Z Compiling derive_builder_core v0.20.2
15232026-01-23T14:34:36.201Z Compiling hyper v1.8.1
15242026-01-23T14:34:37.350Z Compiling addr2line v0.24.2
15252026-01-23T14:34:38.169Z Compiling unicode-normalization v0.1.24
15262026-01-23T14:34:38.211Z Compiling dtrace-parser v0.3.0
15272026-01-23T14:34:38.491Z Compiling dof v0.4.0
15282026-01-23T14:34:39.120Z Compiling signature v2.2.0
15292026-01-23T14:34:39.449Z Compiling heapless v0.7.17
15302026-01-23T14:34:39.915Z Compiling scroll_derive v0.12.0
15312026-01-23T14:34:39.992Z Compiling thiserror-impl v1.0.69
15322026-01-23T14:34:40.100Z Compiling rand_xorshift v0.4.0
15332026-01-23T14:34:40.410Z Compiling slog v2.8.2
15342026-01-23T14:34:40.751Z Compiling darling_core v0.21.0
15352026-01-23T14:34:40.878Z Compiling thread-id v5.0.0
15362026-01-23T14:34:41.035Z Compiling cookie v0.18.1
15372026-01-23T14:34:41.221Z Compiling object v0.36.5
15382026-01-23T14:34:41.371Z Compiling crc32fast v1.4.2
15392026-01-23T14:34:41.601Z Compiling rustc-demangle v0.1.24
15402026-01-23T14:34:41.746Z Compiling unicode-bidi v0.3.17
15412026-01-23T14:34:41.943Z Compiling anyhow v1.0.99
15422026-01-23T14:34:42.480Z Compiling unicode-properties v0.1.3
15432026-01-23T14:34:42.518Z Compiling signal-hook v0.3.18
15442026-01-23T14:34:42.628Z Compiling zlib-rs v0.5.1
15452026-01-23T14:34:42.891Z Compiling zstd-safe v7.2.3
15462026-01-23T14:34:42.935Z Compiling siphasher v0.3.11
15472026-01-23T14:34:43.092Z Compiling unarray v0.1.4
15482026-01-23T14:34:43.297Z Compiling thiserror v1.0.69
15492026-01-23T14:34:43.320Z Compiling proptest v1.7.0
15502026-01-23T14:34:43.344Z Compiling phf_shared v0.11.2
15512026-01-23T14:34:43.418Z Compiling stringprep v0.1.5
15522026-01-23T14:34:43.994Z Compiling scroll v0.12.0
15532026-01-23T14:34:44.587Z Compiling hyper-util v0.1.19
15542026-01-23T14:34:45.221Z Compiling derive_builder_macro v0.20.2
15552026-01-23T14:34:47.112Z Compiling darling_macro v0.21.0
15562026-01-23T14:34:47.163Z Compiling ipnetwork v0.21.1
15572026-01-23T14:34:48.044Z Compiling toml_datetime v0.6.11
15582026-01-23T14:34:48.072Z Compiling erased-serde v0.3.31
15592026-01-23T14:34:48.573Z Compiling backtrace v0.3.74
15602026-01-23T14:34:48.769Z Compiling serde_spanned v0.6.9
15612026-01-23T14:34:48.793Z Compiling serde_tokenstream v0.2.2
15622026-01-23T14:34:49.037Z Compiling libz-rs-sys v0.5.1
15632026-01-23T14:34:49.339Z Compiling rand_chacha v0.3.1
15642026-01-23T14:34:49.391Z Compiling md-5 v0.10.6
15652026-01-23T14:34:49.477Z Compiling curve25519-dalek v4.1.3
15662026-01-23T14:34:49.693Z Compiling vergen-lib v0.1.6
15672026-01-23T14:34:49.855Z Compiling num-integer v0.1.46
15682026-01-23T14:34:50.021Z Compiling sync_wrapper v1.0.1
15692026-01-23T14:34:50.138Z Compiling ff v0.13.0
15702026-01-23T14:34:50.214Z Compiling hash32 v0.2.1
15712026-01-23T14:34:50.379Z Compiling memoffset v0.9.1
15722026-01-23T14:34:50.597Z Compiling cfg_aliases v0.2.1
15732026-01-23T14:34:50.639Z Compiling base16ct v0.2.0
15742026-01-23T14:34:50.713Z Compiling ref-cast v1.0.25
15752026-01-23T14:34:50.737Z Compiling fallible-iterator v0.2.0
15762026-01-23T14:34:51.017Z Compiling litrs v0.4.1
15772026-01-23T14:34:51.155Z Compiling smoltcp v0.9.1
15782026-01-23T14:34:51.327Z Compiling psl-types v2.0.11
15792026-01-23T14:34:51.439Z Compiling num-bigint-dig v0.8.6
15802026-01-23T14:34:51.511Z Compiling postgres-protocol v0.6.8
15812026-01-23T14:34:51.571Z Compiling publicsuffix v2.3.0
15822026-01-23T14:34:51.932Z Compiling sec1 v0.7.3
15832026-01-23T14:34:52.006Z Compiling nix v0.29.0
15842026-01-23T14:34:52.285Z Compiling document-features v0.2.11
15852026-01-23T14:34:52.643Z Compiling num-iter v0.1.45
15862026-01-23T14:34:52.864Z Compiling group v0.13.0
15872026-01-23T14:34:52.899Z Compiling tower v0.5.2
15882026-01-23T14:34:53.140Z Compiling rand v0.8.5
15892026-01-23T14:34:53.239Z Compiling newtype-uuid v1.3.2
15902026-01-23T14:34:53.605Z Compiling flate2 v1.1.2
15912026-01-23T14:34:54.044Z Compiling darling v0.21.0
15922026-01-23T14:34:54.187Z Compiling oxnet v0.1.4
15932026-01-23T14:34:54.281Z Compiling derive_builder v0.20.2
15942026-01-23T14:34:54.508Z Compiling tokio-native-tls v0.3.1
15952026-01-23T14:34:54.624Z Compiling goblin v0.8.2
15962026-01-23T14:34:55.141Z Compiling rustls-native-certs v0.8.1
15972026-01-23T14:34:55.336Z Compiling webpki-roots v1.0.1
15982026-01-23T14:34:55.565Z Compiling http-body-util v0.1.3
15992026-01-23T14:34:55.740Z Compiling strum_macros v0.27.2
16002026-01-23T14:34:55.913Z Compiling terminal_size v0.4.0
16012026-01-23T14:34:56.105Z Compiling cargo-platform v0.1.8
16022026-01-23T14:34:56.131Z Compiling hkdf v0.12.4
16032026-01-23T14:34:56.179Z Compiling crypto-bigint v0.5.5
16042026-01-23T14:34:56.471Z Compiling async-trait v0.1.89
16052026-01-23T14:34:56.691Z Compiling daft-derive v0.1.4
16062026-01-23T14:34:57.327Z Compiling hubpack_derive v0.1.1
16072026-01-23T14:34:58.222Z Compiling curve25519-dalek-derive v0.1.1
16082026-01-23T14:34:58.265Z Compiling ref-cast-impl v1.0.25
16092026-01-23T14:34:58.951Z Compiling vergen v9.0.6
16102026-01-23T14:34:59.350Z Compiling ahash v0.8.12
16112026-01-23T14:34:59.390Z Compiling fs-err v3.1.1
16122026-01-23T14:34:59.601Z Compiling buf-list v1.0.3
16132026-01-23T14:34:59.759Z Compiling winnow v0.5.40
16142026-01-23T14:34:59.783Z Compiling lockfree-object-pool v0.1.6
16152026-01-23T14:35:00.086Z Compiling ryu v1.0.18
16162026-01-23T14:35:00.211Z Compiling unicode-segmentation v1.12.0
16172026-01-23T14:35:00.474Z Compiling simd-adler32 v0.3.7
16182026-01-23T14:35:00.785Z Compiling iri-string v0.7.8
16192026-01-23T14:35:01.103Z Compiling managed v0.8.0
16202026-01-23T14:35:01.129Z Compiling bumpalo v3.16.0
16212026-01-23T14:35:01.622Z Compiling bitflags v1.3.2
16222026-01-23T14:35:01.703Z Compiling zopfli v0.8.1
16232026-01-23T14:35:02.026Z Compiling strum v0.27.2
16242026-01-23T14:35:02.313Z Compiling dof v0.3.0
16252026-01-23T14:35:03.528Z Compiling toml_edit v0.19.15
16262026-01-23T14:35:03.647Z Compiling serde_urlencoded v0.7.1
16272026-01-23T14:35:04.043Z Compiling clap_builder v4.5.48
16282026-01-23T14:35:04.218Z Compiling tower-http v0.6.6
16292026-01-23T14:35:04.610Z Compiling elliptic-curve v0.13.8
16302026-01-23T14:35:05.137Z Compiling hubpack v0.1.2
16312026-01-23T14:35:05.262Z Compiling daft v0.1.4
16322026-01-23T14:35:05.541Z Compiling cargo_metadata v0.19.2
16332026-01-23T14:35:05.591Z Compiling hyper-tls v0.6.0
16342026-01-23T14:35:05.859Z Compiling cookie_store v0.21.1
16352026-01-23T14:35:06.035Z Compiling signal-hook-mio v0.2.4
16362026-01-23T14:35:06.248Z Compiling zstd v0.13.3
16372026-01-23T14:35:08.356Z Compiling serde_with_macros v3.16.1
16382026-01-23T14:35:09.157Z Compiling postgres-types v0.2.9
16392026-01-23T14:35:10.209Z Compiling usdt-macro v0.6.0
16402026-01-23T14:35:10.445Z Compiling usdt-attr-macro v0.6.0
16412026-01-23T14:35:10.476Z Compiling phf v0.11.2
16422026-01-23T14:35:10.831Z Compiling dtrace-parser v0.2.0
16432026-01-23T14:35:10.961Z Compiling ed25519 v2.2.3
16442026-01-23T14:35:11.679Z Compiling bzip2 v0.5.2
16452026-01-23T14:35:12.074Z Compiling bzip2 v0.4.4
16462026-01-23T14:35:12.104Z Compiling pkcs1 v0.7.5
16472026-01-23T14:35:12.104Z Compiling clap_derive v4.5.47
16482026-01-23T14:35:12.162Z Compiling strum_macros v0.26.4
16492026-01-23T14:35:12.632Z Compiling enum-as-inner v0.6.1
16502026-01-23T14:35:12.951Z Compiling serde-big-array v0.5.1
16512026-01-23T14:35:13.126Z Compiling hex v0.4.3
16522026-01-23T14:35:13.225Z Compiling rfc6979 v0.4.0
16532026-01-23T14:35:13.251Z Compiling bstr v1.10.0
16542026-01-23T14:35:13.469Z Compiling serde_repr v0.1.19
16552026-01-23T14:35:13.659Z Compiling float-cmp v0.10.0
16562026-01-23T14:35:13.733Z Compiling env_filter v0.1.2
16572026-01-23T14:35:13.943Z Compiling socket2 v0.5.10
16582026-01-23T14:35:14.469Z Compiling memmap2 v0.9.8
16592026-01-23T14:35:14.545Z Compiling encoding_rs v0.8.34
16602026-01-23T14:35:14.825Z Compiling foldhash v0.2.0
16612026-01-23T14:35:14.899Z Compiling new_debug_unreachable v1.0.6
16622026-01-23T14:35:14.924Z Compiling precomputed-hash v0.1.1
16632026-01-23T14:35:15.037Z Compiling keccak v0.1.5
16642026-01-23T14:35:15.088Z Compiling difflib v0.4.0
16652026-01-23T14:35:15.281Z Compiling rustc-hash v2.1.1
16662026-01-23T14:35:15.535Z Compiling data-encoding v2.9.0
16672026-01-23T14:35:16.332Z Compiling fixedbitset v0.4.2
16682026-01-23T14:35:16.471Z Compiling fixedbitset v0.5.7
16692026-01-23T14:35:16.496Z Compiling predicates-core v1.0.8
16702026-01-23T14:35:16.780Z Compiling whoami v1.5.2
16712026-01-23T14:35:16.847Z Compiling jiff v0.2.15
16722026-01-23T14:35:17.237Z Compiling normalize-line-endings v0.3.0
16732026-01-23T14:35:17.261Z Compiling static_assertions v1.1.0
16742026-01-23T14:35:17.372Z Compiling mime v0.3.17
16752026-01-23T14:35:17.396Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16762026-01-23T14:35:17.421Z Compiling predicates v3.1.3
16772026-01-23T14:35:17.445Z Compiling tokio-postgres v0.7.13
16782026-01-23T14:35:17.970Z Compiling petgraph v0.8.2
16792026-01-23T14:35:18.255Z Compiling petgraph v0.6.5
16802026-01-23T14:35:19.202Z Compiling toml_edit v0.22.27
16812026-01-23T14:35:20.218Z Compiling strum v0.26.3
16822026-01-23T14:35:20.451Z Compiling clap v4.5.48
16832026-01-23T14:35:20.599Z Compiling hickory-proto v0.25.2
16842026-01-23T14:35:22.121Z Compiling iddqd v0.3.16
16852026-01-23T14:35:22.928Z Compiling sha3 v0.10.8
16862026-01-23T14:35:23.185Z Compiling string_cache v0.8.9
16872026-01-23T14:35:23.699Z Compiling usdt v0.6.0
16882026-01-23T14:35:23.972Z Compiling similar v2.7.0
16892026-01-23T14:35:24.264Z Compiling env_logger v0.11.8
16902026-01-23T14:35:24.458Z Compiling usdt-impl v0.5.0
16912026-01-23T14:35:24.968Z Compiling zip v4.2.0
16922026-01-23T14:35:25.072Z Compiling serde_with v3.16.1
16932026-01-23T14:35:25.883Z Compiling ecdsa v0.16.9
16942026-01-23T14:35:26.144Z Compiling rsa v0.9.8
16952026-01-23T14:35:26.334Z Compiling zip v0.6.6
16962026-01-23T14:35:26.823Z Compiling ed25519-dalek v2.1.1
16972026-01-23T14:35:28.340Z Compiling toml v0.7.8
16982026-01-23T14:35:28.669Z Compiling crossterm v0.28.1
16992026-01-23T14:35:29.829Z Compiling heck v0.4.1
17002026-01-23T14:35:29.870Z Compiling crossbeam-epoch v0.9.18
17012026-01-23T14:35:30.313Z Compiling tokio-stream v0.1.17
17022026-01-23T14:35:30.344Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17032026-01-23T14:35:30.441Z Compiling x509-cert v0.2.5
17042026-01-23T14:35:30.630Z Compiling openapiv3 v2.2.0
17052026-01-23T14:35:30.807Z Compiling sha1 v0.10.6
17062026-01-23T14:35:31.318Z Compiling itertools v0.10.5
17072026-01-23T14:35:31.427Z Compiling itertools v0.13.0
17082026-01-23T14:35:32.120Z Compiling winnow v0.6.26
17092026-01-23T14:35:33.076Z Compiling peg-runtime v0.8.5
17102026-01-23T14:35:33.721Z Compiling lalrpop-util v0.19.12
17112026-01-23T14:35:34.122Z Compiling thread_local v1.1.8
17122026-01-23T14:35:34.151Z Compiling slog-async v2.8.0
17132026-01-23T14:35:34.315Z Compiling crossbeam-channel v0.5.15
17142026-01-23T14:35:34.639Z Compiling xattr v1.3.1
17152026-01-23T14:35:34.749Z Compiling futures-executor v0.3.31
17162026-01-23T14:35:34.792Z Compiling filetime v0.2.26
17172026-01-23T14:35:34.837Z Compiling is-terminal v0.4.13
17182026-01-23T14:35:34.918Z Compiling take_mut v0.2.2
17192026-01-23T14:35:34.974Z Compiling term v1.1.0
17202026-01-23T14:35:35.029Z Compiling tar v0.4.44
17212026-01-23T14:35:35.139Z Compiling futures v0.3.31
17222026-01-23T14:35:35.741Z Compiling slog-term v2.9.2
17232026-01-23T14:35:38.795Z Compiling aws-lc-sys v0.26.0
17242026-01-23T14:36:15.331Z Compiling rustls-webpki v0.102.8
17252026-01-23T14:36:21.839Z Compiling tokio-rustls v0.26.0
17262026-01-23T14:36:22.212Z Compiling hyper-rustls v0.27.7
17272026-01-23T14:36:22.633Z Compiling reqwest v0.12.24
17282026-01-23T14:36:27.729Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17292026-01-23T14:36:28.127Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17302026-01-23T14:36:34.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 49s
17312026-01-23T14:36:34.562Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17322026-01-23T14:36:34.641ZJan 23 14:36:34.481 INFO Starting download, target: Cockroach
17332026-01-23T14:36:34.643ZJan 23 14:36:34.483 INFO Starting download, target: Console
17342026-01-23T14:36:34.643ZJan 23 14:36:34.483 INFO Starting download, target: Clickhouse
17352026-01-23T14:36:34.674ZJan 23 14:36:34.483 INFO Starting download, target: DendriteStub
17362026-01-23T14:36:34.674ZJan 23 14:36:34.483 INFO Starting download, target: MaghemiteMgd
17372026-01-23T14:36:34.674ZJan 23 14:36:34.483 INFO Starting download, target: TransceiverControl
17382026-01-23T14:36:34.674ZJan 23 14:36:34.484 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17392026-01-23T14:36:34.674ZJan 23 14:36:34.484 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17402026-01-23T14:36:34.675ZJan 23 14:36:34.484 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17412026-01-23T14:36:34.675ZJan 23 14:36:34.484 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17422026-01-23T14:36:34.675ZJan 23 14:36:34.484 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17432026-01-23T14:36:34.675ZJan 23 14:36:34.484 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17442026-01-23T14:36:35.017ZJan 23 14:36:34.861 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17452026-01-23T14:36:35.444ZJan 23 14:36:35.294 INFO Download complete, target: Console
17462026-01-23T14:36:40.512ZJan 23 14:36:40.363 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17472026-01-23T14:36:40.903ZJan 23 14:36:40.754 INFO Download complete, target: TransceiverControl
17482026-01-23T14:36:45.295ZJan 23 14:36:45.147 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17492026-01-23T14:36:45.633ZJan 23 14:36:45.486 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17502026-01-23T14:36:48.695ZJan 23 14:36:48.548 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17512026-01-23T14:36:48.695ZJan 23 14:36:48.548 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17522026-01-23T14:36:51.427ZJan 23 14:36:51.280 INFO Download complete, target: MaghemiteMgd
17532026-01-23T14:36:52.102ZJan 23 14:36:51.955 INFO Download complete, target: DendriteStub
17542026-01-23T14:36:57.931ZJan 23 14:36:57.785 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17552026-01-23T14:37:01.647ZJan 23 14:37:01.501 INFO Checking that binary works, target: Cockroach
17562026-01-23T14:37:02.027ZJan 23 14:37:01.882 INFO Download complete, target: Cockroach
17572026-01-23T14:37:14.801ZJan 23 14:37:14.658 INFO Checking that binary works, target: Clickhouse
17582026-01-23T14:37:15.028ZJan 23 14:37:14.885 INFO Download complete, target: Clickhouse
17592026-01-23T14:37:15.053ZAll prerequisites installed successfully
17602026-01-23T14:37:15.053Z
17612026-01-23T14:37:15.053Zreal 6:41.862907054
17622026-01-23T14:37:15.053Zuser 19:44.595919782
17632026-01-23T14:37:15.053Zsys 3:09.014338820
17642026-01-23T14:37:15.053Ztrap 0.826373442
17652026-01-23T14:37:15.053Ztflt 0.566874572
17662026-01-23T14:37:15.053Zdflt 1.121542074
17672026-01-23T14:37:15.053Zkflt 0.011809592
17682026-01-23T14:37:15.053Zlock 52:54.742759220
17692026-01-23T14:37:15.053Zslp 1:13:30.213039346
17702026-01-23T14:37:15.053Zlat 1:27.499444287
17712026-01-23T14:37:15.053Zstop 3:18.475321405
17722026-01-23T14:37:15.053Z+ ptime -m cargo xtask download softnpu
17732026-01-23T14:37:16.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
17742026-01-23T14:37:16.449Z Running `target/debug/xtask download softnpu`
17752026-01-23T14:37:18.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
17762026-01-23T14:37:18.177Z Running `target/debug/xtask-downloader softnpu`
17772026-01-23T14:37:18.242ZJan 23 14:37:18.099 INFO Starting download, target: Softnpu
17782026-01-23T14:37:18.266ZJan 23 14:37:18.100 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17792026-01-23T14:37:19.925ZJan 23 14:37:19.783 INFO Download complete, target: Softnpu
17802026-01-23T14:37:19.949Z
17812026-01-23T14:37:19.949Zreal 4.884185737
17822026-01-23T14:37:19.949Zuser 2.530288166
17832026-01-23T14:37:19.949Zsys 1.487878583
17842026-01-23T14:37:19.949Ztrap 0.000907777
17852026-01-23T14:37:19.949Ztflt 0.000079977
17862026-01-23T14:37:19.949Zdflt 0.000400746
17872026-01-23T14:37:19.949Zkflt 0.000000000
17882026-01-23T14:37:19.949Zlock 18.267852743
17892026-01-23T14:37:19.949Zslp 1.325620348
17902026-01-23T14:37:19.949Zlat 0.218384214
17912026-01-23T14:37:19.950Zstop 0.000278278
17922026-01-23T14:37:19.950Z+ export CARGO_INCREMENTAL=0
17932026-01-23T14:37:19.950Z+ CARGO_INCREMENTAL=0
17942026-01-23T14:37:19.950Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17952026-01-23T14:37:21.816Z Compiling proc-macro2 v1.0.101
17962026-01-23T14:37:21.816Z Compiling unicode-ident v1.0.19
17972026-01-23T14:37:21.840Z Compiling libc v0.2.180
17982026-01-23T14:37:21.840Z Compiling serde_core v1.0.228
17992026-01-23T14:37:21.840Z Compiling serde v1.0.228
18002026-01-23T14:37:21.840Z Compiling autocfg v1.4.0
18012026-01-23T14:37:21.840Z Compiling cfg-if v1.0.4
18022026-01-23T14:37:22.126Z Compiling version_check v0.9.5
18032026-01-23T14:37:22.150Z Compiling memchr v2.7.4
18042026-01-23T14:37:22.173Z Compiling shlex v1.3.0
18052026-01-23T14:37:22.734Z Compiling lock_api v0.4.12
18062026-01-23T14:37:22.787Z Compiling value-bag v1.12.0
18072026-01-23T14:37:23.054Z Compiling zmij v1.0.15
18082026-01-23T14:37:23.330Z Compiling log v0.4.29
18092026-01-23T14:37:23.378Z Compiling portable-atomic v1.11.0
18102026-01-23T14:37:23.477Z Compiling typenum v1.17.0
18112026-01-23T14:37:23.849Z Compiling quote v1.0.40
18122026-01-23T14:37:24.008Z Compiling jobserver v0.1.32
18132026-01-23T14:37:24.058Z Compiling serde_json v1.0.149
18142026-01-23T14:37:24.210Z Compiling generic-array v0.14.7
18152026-01-23T14:37:24.255Z Compiling syn v2.0.111
18162026-01-23T14:37:24.381Z Compiling getrandom v0.3.4
18172026-01-23T14:37:24.405Z Compiling cc v1.2.30
18182026-01-23T14:37:24.510Z Compiling libm v0.2.8
18192026-01-23T14:37:24.644Z Compiling num-traits v0.2.19
18202026-01-23T14:37:24.940Z Compiling scopeguard v1.2.0
18212026-01-23T14:37:24.999Z Compiling parking_lot_core v0.9.10
18222026-01-23T14:37:25.054Z Compiling smallvec v1.15.1
18232026-01-23T14:37:25.450Z Compiling regex-syntax v0.8.5
18242026-01-23T14:37:25.639Z Compiling itoa v1.0.11
18252026-01-23T14:37:26.406Z Compiling getrandom v0.2.15
18262026-01-23T14:37:26.433Z Compiling pkg-config v0.3.31
18272026-01-23T14:37:26.816Z Compiling thiserror v2.0.17
18282026-01-23T14:37:26.924Z Compiling aho-corasick v1.1.3
18292026-01-23T14:37:27.072Z Compiling rustix v0.38.37
18302026-01-23T14:37:27.419Z Compiling errno v0.3.12
18312026-01-23T14:37:27.510Z Compiling stable_deref_trait v1.2.0
18322026-01-23T14:37:27.633Z Compiling either v1.15.0
18332026-01-23T14:37:27.657Z Compiling spin v0.9.8
18342026-01-23T14:37:27.838Z Compiling slab v0.4.9
18352026-01-23T14:37:27.904Z Compiling allocator-api2 v0.2.21
18362026-01-23T14:37:28.085Z Compiling equivalent v1.0.2
18372026-01-23T14:37:28.169Z Compiling semver v1.0.27
18382026-01-23T14:37:28.259Z Compiling lazy_static v1.5.0
18392026-01-23T14:37:28.697Z Compiling regex-automata v0.4.11
18402026-01-23T14:37:28.815Z Compiling schemars v0.8.22
18412026-01-23T14:37:29.953Z Compiling rand_core v0.6.4
18422026-01-23T14:37:30.526Z Compiling byteorder v1.5.0
18432026-01-23T14:37:30.631Z Compiling critical-section v1.1.3
18442026-01-23T14:37:30.655Z Compiling synstructure v0.13.1
18452026-01-23T14:37:30.681Z Compiling serde_derive_internals v0.29.1
18462026-01-23T14:37:30.935Z Compiling once_cell v1.21.3
18472026-01-23T14:37:31.835Z Compiling litemap v0.7.3
18482026-01-23T14:37:32.158Z Compiling writeable v0.5.5
18492026-01-23T14:37:32.255Z Compiling glob v0.3.2
18502026-01-23T14:37:32.308Z Compiling subtle v2.6.1
18512026-01-23T14:37:32.431Z Compiling prettyplease v0.2.36
18522026-01-23T14:37:32.644Z Compiling pin-project-lite v0.2.14
18532026-01-23T14:37:32.745Z Compiling percent-encoding v2.3.2
18542026-01-23T14:37:32.893Z Compiling clang-sys v1.8.1
18552026-01-23T14:37:33.206Z Compiling icu_locid_transform_data v1.5.0
18562026-01-23T14:37:33.245Z Compiling minimal-lexical v0.2.1
18572026-01-23T14:37:33.336Z Compiling fnv v1.0.7
18582026-01-23T14:37:33.550Z Compiling libloading v0.8.5
18592026-01-23T14:37:33.610Z Compiling regex v1.11.3
18602026-01-23T14:37:33.693Z Compiling serde_derive v1.0.228
18612026-01-23T14:37:33.716Z Compiling zeroize_derive v1.4.2
18622026-01-23T14:37:33.894Z Compiling zerofrom-derive v0.1.4
18632026-01-23T14:37:33.933Z Compiling yoke-derive v0.7.4
18642026-01-23T14:37:34.171Z Compiling zerovec-derive v0.10.3
18652026-01-23T14:37:34.475Z Compiling displaydoc v0.2.5
18662026-01-23T14:37:34.499Z Compiling icu_provider_macros v1.5.0
18672026-01-23T14:37:34.760Z Compiling tokio-macros v2.6.0
18682026-01-23T14:37:35.349Z Compiling zeroize v1.8.1
18692026-01-23T14:37:35.734Z Compiling thiserror-impl v2.0.17
18702026-01-23T14:37:35.809Z Compiling zerocopy-derive v0.7.35
18712026-01-23T14:37:36.031Z Compiling futures-macro v0.3.31
18722026-01-23T14:37:36.055Z Compiling schemars_derive v0.8.22
18732026-01-23T14:37:36.184Z Compiling zerofrom v0.1.4
18742026-01-23T14:37:36.427Z Compiling yoke v0.7.4
18752026-01-23T14:37:36.903Z Compiling zerovec v0.10.4
18762026-01-23T14:37:37.415Z Compiling nom v7.1.3
18772026-01-23T14:37:37.439Z Compiling icu_properties_data v1.5.0
18782026-01-23T14:37:37.548Z Compiling bindgen v0.69.5
18792026-01-23T14:37:37.648Z Compiling home v0.5.9
18802026-01-23T14:37:38.639Z Compiling itertools v0.12.1
18812026-01-23T14:37:39.665Z Compiling tinystr v0.7.6
18822026-01-23T14:37:39.689Z Compiling icu_collections v1.5.0
18832026-01-23T14:37:40.082Z Compiling icu_locid v1.5.0
18842026-01-23T14:37:40.200Z Compiling bitflags v2.9.4
18852026-01-23T14:37:40.346Z Compiling bytes v1.10.1
18862026-01-23T14:37:41.270Z Compiling cexpr v0.6.0
18872026-01-23T14:37:41.460Z Compiling icu_provider v1.5.0
18882026-01-23T14:37:41.648Z Compiling icu_normalizer_data v1.5.0
18892026-01-23T14:37:41.814Z Compiling utf16_iter v1.0.5
18902026-01-23T14:37:42.060Z Compiling write16 v1.0.0
18912026-01-23T14:37:42.088Z Compiling utf8_iter v1.0.4
18922026-01-23T14:37:42.228Z Compiling lazycell v1.3.0
18932026-01-23T14:37:42.391Z Compiling icu_locid_transform v1.5.0
18942026-01-23T14:37:42.424Z Compiling paste v1.0.15
18952026-01-23T14:37:42.516Z Compiling heck v0.5.0
18962026-01-23T14:37:42.660Z Compiling rustc-hash v1.1.0
18972026-01-23T14:37:42.905Z Compiling cmake v0.1.51
18982026-01-23T14:37:42.929Z Compiling signal-hook-registry v1.4.2
18992026-01-23T14:37:43.495Z Compiling dunce v1.0.5
19002026-01-23T14:37:43.560Z Compiling fs_extra v1.3.0
19012026-01-23T14:37:43.583Z Compiling parking_lot v0.12.3
19022026-01-23T14:37:44.045Z Compiling which v4.4.2
19032026-01-23T14:37:44.198Z Compiling icu_properties v1.5.1
19042026-01-23T14:37:44.732Z Compiling crypto-common v0.1.6
19052026-01-23T14:37:44.913Z Compiling hashbrown v0.16.1
19062026-01-23T14:37:44.975Z Compiling mio v1.0.2
19072026-01-23T14:37:46.184Z Compiling form_urlencoded v1.2.2
19082026-01-23T14:37:46.677Z Compiling const-oid v0.9.6
19092026-01-23T14:37:46.897Z Compiling rustversion v1.0.22
19102026-01-23T14:37:47.164Z Compiling indexmap v2.12.1
19112026-01-23T14:37:47.347Z Compiling socket2 v0.6.1
19122026-01-23T14:37:48.126Z Compiling icu_normalizer v1.5.0
19132026-01-23T14:37:48.294Z Compiling tokio v1.48.0
19142026-01-23T14:37:49.141Z Compiling idna_adapter v1.2.0
19152026-01-23T14:37:49.385Z Compiling idna v1.0.3
19162026-01-23T14:37:49.552Z Compiling ring v0.17.14
19172026-01-23T14:37:49.709Z Compiling zerocopy v0.8.27
19182026-01-23T14:37:50.305Z Compiling url v2.5.4
19192026-01-23T14:37:50.334Z Compiling block-buffer v0.10.4
19202026-01-23T14:37:50.417Z Compiling tracing-attributes v0.1.27
19212026-01-23T14:37:50.622Z Compiling der_derive v0.7.3
19222026-01-23T14:37:52.483Z Compiling aws-lc-rs v1.12.4
19232026-01-23T14:37:53.038Z Compiling vcpkg v0.2.15
19242026-01-23T14:37:53.244Z Compiling thiserror v1.0.69
19252026-01-23T14:37:53.789Z Compiling digest v0.10.7
19262026-01-23T14:37:53.952Z Compiling zerocopy-derive v0.8.27
19272026-01-23T14:37:54.238Z Compiling futures-core v0.3.31
19282026-01-23T14:37:54.266Z Compiling openssl-sys v0.9.109
19292026-01-23T14:37:54.324Z Compiling strsim v0.11.1
19302026-01-23T14:37:54.520Z Compiling zerocopy v0.7.35
19312026-01-23T14:37:54.592Z Compiling aws-lc-sys v0.26.0
19322026-01-23T14:37:55.072Z Compiling thiserror-impl v1.0.69
19332026-01-23T14:37:55.112Z Compiling iana-time-zone v0.1.63
19342026-01-23T14:37:55.143Z Compiling ucd-trie v0.1.7
19352026-01-23T14:37:55.542Z Compiling pest v2.8.2
19362026-01-23T14:37:55.797Z Compiling chrono v0.4.42
19372026-01-23T14:37:56.237Z Compiling serde_tokenstream v0.2.2
19382026-01-23T14:37:56.411Z Compiling uuid v1.19.0
19392026-01-23T14:37:56.777Z Compiling ident_case v1.0.1
19402026-01-23T14:37:56.861Z Compiling foldhash v0.1.5
19412026-01-23T14:37:57.002Z Compiling httparse v1.9.5
19422026-01-23T14:37:57.176Z Compiling hashbrown v0.15.4
19432026-01-23T14:37:58.352Z Compiling pest_meta v2.8.2
19442026-01-23T14:37:58.440Z Compiling rustix v1.1.3
19452026-01-23T14:37:59.052Z Compiling syn v1.0.109
19462026-01-23T14:37:59.747Z Compiling pest_generator v2.8.2
19472026-01-23T14:38:00.385Z Compiling futures-sink v0.3.31
19482026-01-23T14:38:00.423Z Compiling num-conv v0.1.0
19492026-01-23T14:38:00.582Z Compiling time-core v0.1.6
19502026-01-23T14:38:00.712Z Compiling futures-channel v0.3.31
19512026-01-23T14:38:00.895Z Compiling time-macros v0.2.24
19522026-01-23T14:38:01.379Z Compiling pest_derive v2.8.2
19532026-01-23T14:38:01.409Z Compiling rustc_version v0.4.1
19542026-01-23T14:38:01.982Z Compiling dyn-clone v1.0.20
19552026-01-23T14:38:02.131Z Compiling openssl v0.10.73
19562026-01-23T14:38:02.264Z Compiling futures-task v0.3.31
19572026-01-23T14:38:02.399Z Compiling cpufeatures v0.2.14
19582026-01-23T14:38:02.483Z Compiling pin-utils v0.1.0
19592026-01-23T14:38:02.542Z Compiling futures-io v0.3.31
19602026-01-23T14:38:02.775Z Compiling hmac v0.12.1
19612026-01-23T14:38:02.905Z Compiling futures-util v0.3.31
19622026-01-23T14:38:03.058Z Compiling plain v0.2.3
19632026-01-23T14:38:03.276Z Compiling block-padding v0.3.3
19642026-01-23T14:38:03.641Z Compiling openssl-macros v0.1.1
19652026-01-23T14:38:04.374Z Compiling rustls v0.23.19
19662026-01-23T14:38:04.724Z Compiling native-tls v0.2.12
19672026-01-23T14:38:05.027Z Compiling crossbeam-utils v0.8.21
19682026-01-23T14:38:05.138Z Compiling inout v0.1.3
19692026-01-23T14:38:05.445Z Compiling ppv-lite86 v0.2.20
19702026-01-23T14:38:06.430Z Compiling pretty-hex v0.4.1
19712026-01-23T14:38:06.768Z Compiling cipher v0.4.4
19722026-01-23T14:38:07.032Z Compiling sha2 v0.10.9
19732026-01-23T14:38:07.246Z Compiling http v1.4.0
19742026-01-23T14:38:07.757Z Compiling scroll_derive v0.12.0
19752026-01-23T14:38:08.705Z Compiling scroll_derive v0.13.1
19762026-01-23T14:38:08.809Z Compiling cookie v0.18.1
19772026-01-23T14:38:09.223Z Compiling anyhow v1.0.99
19782026-01-23T14:38:09.587Z Compiling base64ct v1.6.0
19792026-01-23T14:38:10.110Z Compiling pem-rfc7468 v0.7.0
19802026-01-23T14:38:10.135Z Compiling darling_core v0.21.0
19812026-01-23T14:38:10.647Z Compiling slog v2.8.2
19822026-01-23T14:38:11.098Z Compiling zstd-sys v2.0.14+zstd.1.5.7
19832026-01-23T14:38:11.409Z Compiling bzip2-sys v0.1.13+1.0.8
19842026-01-23T14:38:11.695Z Compiling flagset v0.4.6
19852026-01-23T14:38:11.933Z Compiling der v0.7.10
19862026-01-23T14:38:13.431Z Compiling serde_spanned v0.6.9
19872026-01-23T14:38:13.672Z Compiling toml_datetime v0.6.11
19882026-01-23T14:38:14.034Z Compiling rand_core v0.9.3
19892026-01-23T14:38:14.208Z Compiling tracing-core v0.1.32
19902026-01-23T14:38:14.450Z Compiling rustls-pki-types v1.10.0
19912026-01-23T14:38:14.530Z Compiling spki v0.7.3
19922026-01-23T14:38:14.889Z Compiling darling_macro v0.21.0
19932026-01-23T14:38:14.942Z Compiling salsa20 v0.10.2
19942026-01-23T14:38:15.075Z Compiling tracing v0.1.40
19952026-01-23T14:38:15.208Z Compiling pbkdf2 v0.12.2
19962026-01-23T14:38:15.732Z Compiling darling v0.21.0
19972026-01-23T14:38:15.855Z Compiling camino v1.2.1
19982026-01-23T14:38:16.135Z Compiling base64 v0.22.1
19992026-01-23T14:38:16.366Z Compiling winnow v0.5.40
20002026-01-23T14:38:16.480Z Compiling litrs v0.4.1
20012026-01-23T14:38:17.565Z Compiling document-features v0.2.11
20022026-01-23T14:38:17.602Z Compiling scrypt v0.11.0
20032026-01-23T14:38:18.147Z Compiling rand_chacha v0.9.0
20042026-01-23T14:38:18.392Z Compiling tokio-util v0.7.15
20052026-01-23T14:38:18.618Z Compiling cbc v0.1.2
20062026-01-23T14:38:18.889Z Compiling aes v0.8.4
20072026-01-23T14:38:20.003Z Compiling toml_edit v0.19.15
20082026-01-23T14:38:21.660Z Compiling usdt-impl v0.5.0
20092026-01-23T14:38:21.762Z Compiling powerfmt v0.2.0
20102026-01-23T14:38:22.063Z Compiling untrusted v0.9.0
20112026-01-23T14:38:22.319Z Compiling untrusted v0.7.1
20122026-01-23T14:38:22.350Z Compiling ref-cast v1.0.25
20132026-01-23T14:38:22.598Z Compiling usdt-impl v0.6.0
20142026-01-23T14:38:22.893Z Compiling deranged v0.5.3
20152026-01-23T14:38:23.260Z Compiling pkcs5 v0.7.1
20162026-01-23T14:38:24.225Z Compiling rand v0.9.2
20172026-01-23T14:38:26.250Z Compiling http-body v1.0.1
20182026-01-23T14:38:26.558Z Compiling scroll v0.13.0
20192026-01-23T14:38:27.198Z Compiling scroll v0.12.0
20202026-01-23T14:38:27.227Z Compiling heapless v0.7.17
20212026-01-23T14:38:27.860Z Compiling adler2 v2.0.0
20222026-01-23T14:38:28.200Z Compiling zstd-safe v7.2.3
20232026-01-23T14:38:28.343Z Compiling cfg_aliases v0.2.1
20242026-01-23T14:38:28.828Z Compiling signal-hook v0.3.18
20252026-01-23T14:38:28.905Z Compiling num_threads v0.1.7
20262026-01-23T14:38:28.941Z Compiling atomic-waker v1.1.2
20272026-01-23T14:38:29.072Z Compiling time v0.3.43
20282026-01-23T14:38:29.158Z Compiling miniz_oxide v0.8.5
20292026-01-23T14:38:30.429Z Compiling goblin v0.8.2
20302026-01-23T14:38:31.219Z Compiling goblin v0.10.2
20312026-01-23T14:38:33.032Z Compiling pkcs8 v0.10.2
20322026-01-23T14:38:33.655Z Compiling ipnetwork v0.21.1
20332026-01-23T14:38:34.126Z Compiling darling_core v0.20.10
20342026-01-23T14:38:37.132Z Compiling ref-cast-impl v1.0.25
20352026-01-23T14:38:38.173Z Compiling memoffset v0.9.1
20362026-01-23T14:38:38.387Z Compiling try-lock v0.2.5
20372026-01-23T14:38:38.609Z Compiling tower-service v0.3.3
20382026-01-23T14:38:38.886Z Compiling tinyvec_macros v0.1.1
20392026-01-23T14:38:39.012Z Compiling tower-layer v0.3.3
20402026-01-23T14:38:39.483Z Compiling tinyvec v1.8.0
20412026-01-23T14:38:39.511Z Compiling darling_macro v0.20.10
20422026-01-23T14:38:40.351Z Compiling want v0.3.1
20432026-01-23T14:38:40.707Z Compiling dof v0.4.0
20442026-01-23T14:38:40.928Z Compiling dof v0.3.0
20452026-01-23T14:38:41.215Z Compiling h2 v0.4.6
20462026-01-23T14:38:42.697Z Compiling dtrace-parser v0.2.0
20472026-01-23T14:38:44.087Z Compiling dtrace-parser v0.3.0
20482026-01-23T14:38:44.152Z Compiling curve25519-dalek v4.1.3
20492026-01-23T14:38:44.652Z Compiling ipnet v2.11.0
20502026-01-23T14:38:44.721Z Compiling async-trait v0.1.89
20512026-01-23T14:38:45.556Z Compiling daft-derive v0.1.4
20522026-01-23T14:38:46.592Z Compiling thread-id v4.2.2
20532026-01-23T14:38:46.712Z Compiling thread-id v5.0.0
20542026-01-23T14:38:46.995Z Compiling foreign-types-shared v0.1.1
20552026-01-23T14:38:47.026Z Compiling openssl-probe v0.1.5
20562026-01-23T14:38:47.163Z Compiling smoltcp v0.9.1
20572026-01-23T14:38:47.356Z Compiling fastrand v2.1.1
20582026-01-23T14:38:47.625Z Compiling httpdate v1.0.3
20592026-01-23T14:38:47.657Z Compiling num-bigint-dig v0.8.6
20602026-01-23T14:38:48.037Z Compiling ryu v1.0.18
20612026-01-23T14:38:48.350Z Compiling tempfile v3.24.0
20622026-01-23T14:38:48.395Z Compiling foreign-types v0.3.2
20632026-01-23T14:38:49.880Z Compiling hyper v1.8.1
20642026-01-23T14:38:55.460Z Compiling darling v0.20.10
20652026-01-23T14:38:57.601Z Compiling strum_macros v0.26.4
20662026-01-23T14:38:59.390Z Compiling wait-timeout v0.2.0
20672026-01-23T14:38:59.848Z Compiling gimli v0.31.1
20682026-01-23T14:39:00.030Z Compiling anstyle v1.0.11
20692026-01-23T14:39:00.450Z Compiling quick-error v1.2.3
20702026-01-23T14:39:01.856Z Compiling utf8parse v0.2.2
20712026-01-23T14:39:02.063Z Compiling bit-vec v0.8.0
20722026-01-23T14:39:02.505Z Compiling bit-set v0.8.0
20732026-01-23T14:39:02.553Z Compiling anstyle-parse v0.2.5
20742026-01-23T14:39:04.346Z Compiling addr2line v0.24.2
20752026-01-23T14:39:05.849Z Compiling rusty-fork v0.3.0
20762026-01-23T14:39:08.057Z Compiling derive_builder_core v0.20.2
20772026-01-23T14:39:08.621Z Compiling hyper-util v0.1.19
20782026-01-23T14:39:09.527Z Compiling unicode-normalization v0.1.24
20792026-01-23T14:39:09.902Z Compiling nix v0.29.0
20802026-01-23T14:39:10.938Z Compiling rand_xorshift v0.4.0
20812026-01-23T14:39:11.252Z Compiling hubpack_derive v0.1.1
20822026-01-23T14:39:12.080Z Compiling signature v2.2.0
20832026-01-23T14:39:12.374Z Compiling openapiv3 v2.2.0
20842026-01-23T14:39:12.975Z Compiling strum_macros v0.27.2
20852026-01-23T14:39:14.458Z Compiling erased-serde v0.3.31
20862026-01-23T14:39:15.679Z Compiling curve25519-dalek-derive v0.1.1
20872026-01-23T14:39:16.323Z Compiling object v0.36.5
20882026-01-23T14:39:17.191Z Compiling ahash v0.8.12
20892026-01-23T14:39:17.542Z Compiling fs-err v3.1.1
20902026-01-23T14:39:17.924Z Compiling crc32fast v1.4.2
20912026-01-23T14:39:18.308Z Compiling unicode-segmentation v1.12.0
20922026-01-23T14:39:19.087Z Compiling rustc-demangle v0.1.24
20932026-01-23T14:39:19.846Z Compiling zlib-rs v0.5.1
20942026-01-23T14:39:21.471Z Compiling buf-list v1.0.3
20952026-01-23T14:39:22.146Z Compiling is_terminal_polyfill v1.70.1
20962026-01-23T14:39:22.319Z Compiling unicode-bidi v0.3.17
20972026-01-23T14:39:23.443Z Compiling anstyle-query v1.1.1
20982026-01-23T14:39:23.656Z Compiling unicode-properties v0.1.3
20992026-01-23T14:39:24.086Z Compiling colorchoice v1.0.2
21002026-01-23T14:39:24.296Z Compiling unarray v0.1.4
21012026-01-23T14:39:24.411Z Compiling siphasher v0.3.11
21022026-01-23T14:39:24.512Z Compiling proptest v1.7.0
21032026-01-23T14:39:24.687Z Compiling libz-rs-sys v0.5.1
21042026-01-23T14:39:24.864Z Compiling phf_shared v0.11.2
21052026-01-23T14:39:25.006Z Compiling anstream v0.6.18
21062026-01-23T14:39:25.032Z Compiling backtrace v0.3.74
21072026-01-23T14:39:25.202Z Compiling stringprep v0.1.5
21082026-01-23T14:39:31.511Z Compiling derive_builder_macro v0.20.2
21092026-01-23T14:39:32.690Z Compiling usdt-macro v0.6.0
21102026-01-23T14:39:33.678Z Compiling rustls-webpki v0.102.8
21112026-01-23T14:39:34.078Z Compiling usdt-attr-macro v0.6.0
21122026-01-23T14:39:34.158Z Compiling oxnet v0.1.4
21132026-01-23T14:39:35.631Z Compiling http-body-util v0.1.3
21142026-01-23T14:39:36.299Z Compiling rand_chacha v0.3.1
21152026-01-23T14:39:36.364Z Compiling sync_wrapper v1.0.1
21162026-01-23T14:39:36.809Z Compiling md-5 v0.10.6
21172026-01-23T14:39:36.841Z Compiling vergen-lib v0.1.6
21182026-01-23T14:39:37.100Z Compiling num-integer v0.1.46
21192026-01-23T14:39:37.210Z Compiling ff v0.13.0
21202026-01-23T14:39:37.245Z Compiling hash32 v0.2.1
21212026-01-23T14:39:37.273Z Compiling encoding_rs v0.8.34
21222026-01-23T14:39:37.503Z Compiling psl-types v2.0.11
21232026-01-23T14:39:37.650Z Compiling mime v0.3.17
21242026-01-23T14:39:37.771Z Compiling fallible-iterator v0.2.0
21252026-01-23T14:39:37.815Z Compiling base16ct v0.2.0
21262026-01-23T14:39:38.191Z Compiling publicsuffix v2.3.0
21272026-01-23T14:39:38.536Z Compiling postgres-protocol v0.6.8
21282026-01-23T14:39:38.562Z Compiling serde_urlencoded v0.7.1
21292026-01-23T14:39:38.792Z Compiling sec1 v0.7.3
21302026-01-23T14:39:39.190Z Compiling num-iter v0.1.45
21312026-01-23T14:39:39.366Z Compiling group v0.13.0
21322026-01-23T14:39:39.691Z Compiling rand v0.8.5
21332026-01-23T14:39:39.717Z Compiling tower v0.5.2
21342026-01-23T14:39:42.818Z Compiling tokio-rustls v0.26.0
21352026-01-23T14:39:43.140Z Compiling derive_builder v0.20.2
21362026-01-23T14:39:43.365Z Compiling tokio-native-tls v0.3.1
21372026-01-23T14:39:43.425Z Compiling newtype-uuid v1.3.2
21382026-01-23T14:39:43.765Z Compiling flate2 v1.1.2
21392026-01-23T14:39:43.858Z Compiling heck v0.4.1
21402026-01-23T14:39:44.151Z Compiling rustls-native-certs v0.8.1
21412026-01-23T14:39:44.789Z Compiling webpki-roots v1.0.1
21422026-01-23T14:39:45.143Z Compiling serde_with_macros v3.16.1
21432026-01-23T14:39:45.641Z Compiling hkdf v0.12.4
21442026-01-23T14:39:45.784Z Compiling regress v0.10.4
21452026-01-23T14:39:45.836Z Compiling vergen v9.0.6
21462026-01-23T14:39:45.964Z Compiling terminal_size v0.4.0
21472026-01-23T14:39:46.209Z Compiling enum-as-inner v0.6.1
21482026-01-23T14:39:46.256Z Compiling clap_derive v4.5.47
21492026-01-23T14:39:47.542Z Compiling cargo-platform v0.1.8
21502026-01-23T14:39:47.663Z Compiling crypto-bigint v0.5.5
21512026-01-23T14:39:47.695Z Compiling serde_repr v0.1.19
21522026-01-23T14:39:48.076Z Compiling iri-string v0.7.8
21532026-01-23T14:39:48.870Z Compiling bumpalo v3.16.0
21542026-01-23T14:39:48.917Z Compiling bitflags v1.3.2
21552026-01-23T14:39:49.075Z Compiling clap_lex v0.7.4
21562026-01-23T14:39:49.332Z Compiling winnow v0.7.13
21572026-01-23T14:39:49.655Z Compiling lockfree-object-pool v0.1.6
21582026-01-23T14:39:49.970Z Compiling managed v0.8.0
21592026-01-23T14:39:50.844Z Compiling simd-adler32 v0.3.7
21602026-01-23T14:39:51.990Z Compiling tower-http v0.6.6
21612026-01-23T14:39:52.015Z Compiling zopfli v0.8.1
21622026-01-23T14:39:53.531Z Compiling elliptic-curve v0.13.8
21632026-01-23T14:39:53.947Z Compiling typify-impl v0.4.3
21642026-01-23T14:39:54.209Z Compiling clap_builder v4.5.48
21652026-01-23T14:39:54.428Z Compiling cargo_metadata v0.19.2
21662026-01-23T14:39:55.574Z Compiling hyper-tls v0.6.0
21672026-01-23T14:39:56.051Z Compiling hyper-rustls v0.27.7
21682026-01-23T14:39:58.722Z Compiling daft v0.1.4
21692026-01-23T14:39:59.539Z Compiling zstd v0.13.3
21702026-01-23T14:39:59.882Z Compiling signal-hook-mio v0.2.4
21712026-01-23T14:39:59.998Z Compiling cookie_store v0.21.1
21722026-01-23T14:40:00.111Z Compiling postgres-types v0.2.9
21732026-01-23T14:40:00.401Z Compiling phf v0.11.2
21742026-01-23T14:40:00.859Z Compiling strum v0.27.2
21752026-01-23T14:40:00.932Z Compiling ed25519 v2.2.3
21762026-01-23T14:40:01.115Z Compiling hubpack v0.1.2
21772026-01-23T14:40:01.445Z Compiling bzip2 v0.4.4
21782026-01-23T14:40:01.469Z Compiling bzip2 v0.5.2
21792026-01-23T14:40:01.504Z Compiling crossbeam-epoch v0.9.18
21802026-01-23T14:40:01.885Z Compiling pkcs1 v0.7.5
21812026-01-23T14:40:02.624Z Compiling rfc6979 v0.4.0
21822026-01-23T14:40:02.724Z Compiling float-cmp v0.10.0
21832026-01-23T14:40:02.849Z Compiling hex v0.4.3
21842026-01-23T14:40:02.879Z Compiling serde-big-array v0.5.1
21852026-01-23T14:40:03.134Z Compiling bstr v1.10.0
21862026-01-23T14:40:03.514Z Compiling env_filter v0.1.2
21872026-01-23T14:40:03.538Z Compiling memmap2 v0.9.8
21882026-01-23T14:40:03.727Z Compiling socket2 v0.5.10
21892026-01-23T14:40:04.071Z Compiling rustc-hash v2.1.1
21902026-01-23T14:40:04.323Z Compiling fixedbitset v0.4.2
21912026-01-23T14:40:04.494Z Compiling static_assertions v1.1.0
21922026-01-23T14:40:04.575Z Compiling toml_write v0.1.2
21932026-01-23T14:40:04.635Z Compiling new_debug_unreachable v1.0.6
21942026-01-23T14:40:04.791Z Compiling precomputed-hash v0.1.1
21952026-01-23T14:40:04.816Z Compiling normalize-line-endings v0.3.0
21962026-01-23T14:40:04.959Z Compiling difflib v0.4.0
21972026-01-23T14:40:04.986Z Compiling foldhash v0.2.0
21982026-01-23T14:40:05.024Z Compiling whoami v1.5.2
21992026-01-23T14:40:05.053Z Compiling jiff v0.2.15
22002026-01-23T14:40:05.116Z Compiling data-encoding v2.9.0
22012026-01-23T14:40:05.429Z Compiling fixedbitset v0.5.7
22022026-01-23T14:40:05.558Z Compiling keccak v0.1.5
22032026-01-23T14:40:06.060Z Compiling predicates-core v1.0.8
22042026-01-23T14:40:06.425Z Compiling predicates v3.1.3
22052026-01-23T14:40:06.475Z Compiling reqwest v0.12.24
22062026-01-23T14:40:06.911Z Compiling sha3 v0.10.8
22072026-01-23T14:40:07.778Z Compiling toml_edit v0.22.27
22082026-01-23T14:40:08.027Z Compiling petgraph v0.8.2
22092026-01-23T14:40:08.618Z Compiling hickory-proto v0.25.2
22102026-01-23T14:40:12.710Z Compiling zip v4.2.0
22112026-01-23T14:40:14.055Z Compiling tokio-postgres v0.7.13
22122026-01-23T14:40:14.925Z Compiling iddqd v0.3.16
22132026-01-23T14:40:15.282Z Compiling string_cache v0.8.9
22142026-01-23T14:40:15.767Z Compiling petgraph v0.6.5
22152026-01-23T14:40:15.862Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22162026-01-23T14:40:18.649Z Compiling similar v2.7.0
22172026-01-23T14:40:19.133Z Compiling usdt v0.6.0
22182026-01-23T14:40:19.681Z Compiling env_logger v0.11.8
22192026-01-23T14:40:19.717Z Compiling typify-macro v0.4.3
22202026-01-23T14:40:19.928Z Compiling serde_with v3.16.1
22212026-01-23T14:40:20.467Z Compiling ecdsa v0.16.9
22222026-01-23T14:40:23.007Z Compiling rsa v0.9.8
22232026-01-23T14:40:23.120Z Compiling zip v0.6.6
22242026-01-23T14:40:24.369Z Compiling ed25519-dalek v2.1.1
22252026-01-23T14:40:25.138Z Compiling crossterm v0.28.1
22262026-01-23T14:40:25.437Z Compiling clap v4.5.48
22272026-01-23T14:40:25.989Z Compiling strum v0.26.3
22282026-01-23T14:40:26.152Z Compiling tokio-stream v0.1.17
22292026-01-23T14:40:26.216Z Compiling toml v0.7.8
22302026-01-23T14:40:26.498Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22312026-01-23T14:40:26.963Z Compiling x509-cert v0.2.5
22322026-01-23T14:40:28.082Z Compiling sha1 v0.10.6
22332026-01-23T14:40:28.534Z Compiling itertools v0.13.0
22342026-01-23T14:40:28.739Z Compiling itertools v0.10.5
22352026-01-23T14:40:30.682Z Compiling winnow v0.6.26
22362026-01-23T14:40:31.531Z Compiling peg-runtime v0.8.5
22372026-01-23T14:40:32.004Z Compiling rayon-core v1.12.1
22382026-01-23T14:40:32.371Z Compiling lalrpop-util v0.19.12
22392026-01-23T14:40:34.030Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22402026-01-23T14:40:39.194Z Compiling proc-macro-crate v1.3.1
22412026-01-23T14:40:41.601Z Compiling macaddr v1.0.1
22422026-01-23T14:40:42.064Z Compiling structmeta-derive v0.3.0
22432026-01-23T14:40:42.270Z Compiling itertools v0.14.0
22442026-01-23T14:40:44.283Z Compiling heapless v0.8.0
22452026-01-23T14:40:45.223Z Compiling ingot-macros v0.1.1
22462026-01-23T14:40:46.317Z Compiling structmeta v0.3.0
22472026-01-23T14:40:50.676Z Compiling num_enum_derive v0.5.11
22482026-01-23T14:40:52.626Z Compiling crossbeam-deque v0.8.5
22492026-01-23T14:40:54.103Z Compiling hash32 v0.3.1
22502026-01-23T14:40:54.959Z Compiling smoltcp v0.11.0
22512026-01-23T14:40:56.921Z Compiling unicode-width v0.1.14
22522026-01-23T14:40:57.144Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22532026-01-23T14:40:57.526Z Compiling tabwriter v1.4.0
22542026-01-23T14:41:03.941Z Compiling num_enum v0.5.11
22552026-01-23T14:41:04.167Z Compiling ingot-types v0.1.2
22562026-01-23T14:41:04.410Z Compiling typify v0.4.3
22572026-01-23T14:41:05.454Z Compiling proc-macro-error-attr v1.0.4
22582026-01-23T14:41:06.478Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22592026-01-23T14:41:06.869Z Compiling rustls v0.22.4
22602026-01-23T14:41:07.203Z Compiling cobs v0.2.3
22612026-01-23T14:41:07.425Z Compiling unsafe-libyaml v0.2.11
22622026-01-23T14:41:07.685Z Compiling postcard v1.0.10
22632026-01-23T14:41:08.677Z Compiling serde_yaml v0.9.34+deprecated
22642026-01-23T14:41:09.831Z Compiling ingot v0.1.1
22652026-01-23T14:41:13.204Z Compiling progenitor-impl v0.11.2
22662026-01-23T14:41:22.919Z Compiling futures-executor v0.3.31
22672026-01-23T14:41:23.059Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22682026-01-23T14:41:23.627Z Compiling foreign-types-macros v0.2.3
22692026-01-23T14:41:23.861Z Compiling thread_local v1.1.8
22702026-01-23T14:41:23.982Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22712026-01-23T14:41:24.014Z Compiling proc-macro-error v1.0.4
22722026-01-23T14:41:24.173Z Compiling multer v3.1.0
22732026-01-23T14:41:24.558Z Compiling match_cfg v0.1.0
22742026-01-23T14:41:24.733Z Compiling foreign-types-shared v0.3.1
22752026-01-23T14:41:25.580Z Compiling slog-async v2.8.0
22762026-01-23T14:41:38.833Z Compiling foreign-types v0.5.0
22772026-01-23T14:41:38.952Z Compiling hostname v0.3.1
22782026-01-23T14:41:39.300Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22792026-01-23T14:41:39.414Z Compiling futures v0.3.31
22802026-01-23T14:41:44.169Z Compiling progenitor-macro v0.11.2
22812026-01-23T14:41:48.266Z Compiling derive-ex v0.1.8
22822026-01-23T14:41:51.794Z Compiling progenitor-client v0.11.2
22832026-01-23T14:41:52.401Z Compiling toml_parser v1.0.4
22842026-01-23T14:41:55.455Z Compiling slog-json v2.6.1
22852026-01-23T14:41:55.926Z Compiling crossbeam-channel v0.5.15
22862026-01-23T14:41:57.534Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22872026-01-23T14:41:58.204Z Compiling async-stream-impl v0.3.6
22882026-01-23T14:41:58.312Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22892026-01-23T14:41:58.599Z Compiling toml_datetime v0.7.3
22902026-01-23T14:41:59.155Z Compiling serde_spanned v1.0.3
22912026-01-23T14:41:59.380Z Compiling cstr-argument v0.1.2
22922026-01-23T14:41:59.429Z Compiling is-terminal v0.4.13
22932026-01-23T14:41:59.524Z Compiling dropshot v0.16.6
22942026-01-23T14:41:59.613Z Compiling typeid v1.0.3
22952026-01-23T14:41:59.693Z Compiling crucible-workspace-hack v0.1.0
22962026-01-23T14:41:59.870Z Compiling pretty-hex v0.2.1
22972026-01-23T14:42:00.006Z Compiling term v1.1.0
22982026-01-23T14:42:00.086Z Compiling toml_writer v1.0.4
22992026-01-23T14:42:00.511Z Compiling take_mut v0.2.2
23002026-01-23T14:42:00.606Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
23012026-01-23T14:42:00.650Z Compiling toml v0.9.8
23022026-01-23T14:42:00.824Z Compiling slog-term v2.9.2
23032026-01-23T14:42:01.146Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23042026-01-23T14:42:01.909Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23052026-01-23T14:42:02.806Z Compiling async-stream v0.3.6
23062026-01-23T14:42:03.675Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23072026-01-23T14:42:03.903Z Compiling slog-bunyan v2.5.0
23082026-01-23T14:42:04.008Z Compiling progenitor v0.11.2
23092026-01-23T14:42:04.083Z Compiling tokio-rustls v0.25.0
23102026-01-23T14:42:04.268Z Compiling test-strategy v0.4.3
23112026-01-23T14:42:04.924Z Compiling rayon v1.10.0
23122026-01-23T14:42:04.948Z Compiling parse-display-derive v0.10.0
23132026-01-23T14:42:07.078Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
23142026-01-23T14:42:07.254Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
23152026-01-23T14:42:07.388Z Compiling colored v2.2.0
23162026-01-23T14:42:07.468Z Compiling waitgroup v0.1.2
23172026-01-23T14:42:07.763Z Compiling nix v0.30.1
23182026-01-23T14:42:08.166Z Compiling rustls-pemfile v2.2.0
23192026-01-23T14:42:08.495Z Compiling dropshot_endpoint v0.16.6
23202026-01-23T14:42:08.641Z Compiling newtype-uuid-macros v0.1.0
23212026-01-23T14:42:08.728Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23222026-01-23T14:42:09.439Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23232026-01-23T14:42:09.799Z Compiling serde_path_to_error v0.1.20
23242026-01-23T14:42:09.864Z Compiling hostname v0.4.2
23252026-01-23T14:42:10.161Z Compiling instant v0.1.13
23262026-01-23T14:42:10.194Z Compiling debug-ignore v1.0.5
23272026-01-23T14:42:10.266Z Compiling colored v3.0.0
23282026-01-23T14:42:10.361Z Compiling backoff v0.4.0
23292026-01-23T14:42:10.393Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23302026-01-23T14:42:10.607Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23312026-01-23T14:42:10.777Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
23322026-01-23T14:42:10.872Z Compiling parse-display v0.10.0
23332026-01-23T14:42:11.615Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23342026-01-23T14:42:12.761Z Compiling zone_cfg_derive v0.3.0
23352026-01-23T14:42:13.835Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23362026-01-23T14:42:13.913Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
23372026-01-23T14:42:14.925Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23382026-01-23T14:42:14.972Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
23392026-01-23T14:42:15.105Z Compiling camino-tempfile v1.4.1
23402026-01-23T14:42:15.424Z Compiling progenitor-client v0.10.0
23412026-01-23T14:42:16.068Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
23422026-01-23T14:42:16.378Z Compiling num-derive v0.4.2
23432026-01-23T14:42:18.241Z Compiling sigpipe v0.1.3
23442026-01-23T14:42:18.448Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23452026-01-23T14:42:18.769Z Compiling libefi-sys v0.1.0
23462026-01-23T14:42:19.154Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23472026-01-23T14:42:19.541Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23482026-01-23T14:42:20.119Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23492026-01-23T14:42:20.504Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
23502026-01-23T14:42:21.243Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
23512026-01-23T14:42:21.890Z Compiling erased-serde v0.4.6
23522026-01-23T14:42:22.852Z Compiling zone v0.3.1
23532026-01-23T14:42:23.489Z Compiling usdt-attr-macro v0.5.0
23542026-01-23T14:42:23.971Z Compiling usdt-macro v0.5.0
23552026-01-23T14:42:24.881Z Compiling smf v0.2.3
23562026-01-23T14:42:25.179Z Compiling bitfield-struct v0.6.2
23572026-01-23T14:42:26.319Z Compiling ordered-float v2.10.1
23582026-01-23T14:42:26.428Z Compiling blake3 v1.5.4
23592026-01-23T14:42:27.052Z Compiling memmap v0.7.0
23602026-01-23T14:42:27.205Z Compiling serde-value v0.7.0
23612026-01-23T14:42:27.450Z Compiling usdt v0.5.0
23622026-01-23T14:42:27.493Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23632026-01-23T14:42:27.758Z Compiling serde-untagged v0.1.7
23642026-01-23T14:42:28.233Z Compiling toml v0.8.23
23652026-01-23T14:42:28.303Z Compiling xattr v1.3.1
23662026-01-23T14:42:28.510Z Compiling filetime v0.2.26
23672026-01-23T14:42:28.657Z Compiling arrayvec v0.7.6
23682026-01-23T14:42:28.752Z Compiling unicode-xid v0.2.6
23692026-01-23T14:42:28.778Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23702026-01-23T14:42:28.912Z Compiling arrayref v0.3.9
23712026-01-23T14:42:28.948Z Compiling unicode-width v0.2.0
23722026-01-23T14:42:29.027Z Compiling constant_time_eq v0.3.1
23732026-01-23T14:42:29.062Z Compiling same-file v1.0.6
23742026-01-23T14:42:29.151Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23752026-01-23T14:42:29.373Z Compiling walkdir v2.5.0
23762026-01-23T14:42:29.534Z Compiling console v0.16.0
23772026-01-23T14:42:30.637Z Compiling cargo-util-schemas v0.8.2
23782026-01-23T14:42:30.882Z Compiling tar v0.4.44
23792026-01-23T14:42:31.414Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23802026-01-23T14:42:31.888Z Compiling tokio-dtrace v0.1.0
23812026-01-23T14:42:31.912Z Compiling gethostname v0.5.0
23822026-01-23T14:42:32.011Z Compiling cargo-platform v0.2.0
23832026-01-23T14:42:32.192Z Compiling unit-prefix v0.5.1
23842026-01-23T14:42:32.433Z Compiling topological-sort v0.2.2
23852026-01-23T14:42:32.479Z Compiling indicatif v0.18.0
23862026-01-23T14:42:32.754Z Compiling omicron-zone-package v0.12.2
23872026-01-23T14:42:33.175Z Compiling oxide-tokio-rt v0.1.2
23882026-01-23T14:42:33.436Z Compiling cargo_metadata v0.21.0
23892026-01-23T14:42:33.772Z Compiling shell-words v1.1.0
23902026-01-23T14:42:34.285Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23912026-01-23T14:42:34.630Z Compiling indent_write v2.2.0
23922026-01-23T14:42:41.515Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23932026-01-23T14:42:43.682Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23942026-01-23T14:42:48.621Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23952026-01-23T14:43:07.115Z Finished `release` profile [optimized] target(s) in 5m 47s
23962026-01-23T14:43:07.303Z Running `target/release/omicron-package -t test target create -p dev`
23972026-01-23T14:43:07.393ZLogging to: /work/oxidecomputer/omicron/out/LOG
23982026-01-23T14:43:07.418ZCreated new build target 'test' and set it as active
23992026-01-23T14:43:07.418Z
24002026-01-23T14:43:07.418Zreal 5:47.510812631
24012026-01-23T14:43:07.418Zuser 38:55.568070539
24022026-01-23T14:43:07.418Zsys 4:33.906649804
24032026-01-23T14:43:07.418Ztrap 1.698316196
24042026-01-23T14:43:07.418Ztflt 1.234400980
24052026-01-23T14:43:07.418Zdflt 1.115129709
24062026-01-23T14:43:07.418Zkflt 0.000600724
24072026-01-23T14:43:07.418Zlock 1:51:28.968140072
24082026-01-23T14:43:07.418Zslp 2:39:15.848402838
24092026-01-23T14:43:07.418Zlat 3:10.882039311
24102026-01-23T14:43:07.418Zstop 5:41.530386822
24112026-01-23T14:43:07.418Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24122026-01-23T14:43:09.352Z Finished `release` profile [optimized] target(s) in 1.85s
24132026-01-23T14:43:09.445Z Running `target/release/omicron-package -t test package`
24142026-01-23T14:43:09.521ZLogging to: /work/oxidecomputer/omicron/out/LOG
24152026-01-23T14:43:12.841Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24162026-01-23T14:43:12.865Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
24172026-01-23T14:43:12.944Z Compiling convert_case v0.4.0
24182026-01-23T14:43:12.969Z Compiling is-terminal v0.4.13
24192026-01-23T14:43:13.024Z Compiling progenitor-impl v0.10.0
24202026-01-23T14:43:13.054Z Compiling rustls v0.22.4
24212026-01-23T14:43:13.079Z Compiling thread_local v1.1.8
24222026-01-23T14:43:13.180Z Compiling match_cfg v0.1.0
24232026-01-23T14:43:13.251Z Compiling multer v3.1.0
24242026-01-23T14:43:13.336Z Compiling hostname v0.3.1
24252026-01-23T14:43:13.367Z Compiling slog-async v2.8.0
24262026-01-23T14:43:13.467Z Compiling progenitor-client v0.11.2
24272026-01-23T14:43:13.597Z Compiling crossbeam-channel v0.5.15
24282026-01-23T14:43:13.642Z Compiling derive_more v0.99.20
24292026-01-23T14:43:13.642Z Compiling toml_parser v1.0.4
24302026-01-23T14:43:13.758Z Compiling slog-json v2.6.1
24312026-01-23T14:43:14.062Z Compiling futures-executor v0.3.31
24322026-01-23T14:43:14.167Z Compiling serde_spanned v1.0.3
24332026-01-23T14:43:14.440Z Compiling toml_datetime v0.7.3
24342026-01-23T14:43:14.524Z Compiling unicode-width v0.1.14
24352026-01-23T14:43:14.585Z Compiling toml_writer v1.0.4
24362026-01-23T14:43:15.023Z Compiling take_mut v0.2.2
24372026-01-23T14:43:15.056Z Compiling term v1.1.0
24382026-01-23T14:43:15.080Z Compiling tabwriter v1.4.0
24392026-01-23T14:43:15.138Z Compiling toml v0.9.8
24402026-01-23T14:43:15.519Z Compiling futures v0.3.31
24412026-01-23T14:43:15.688Z Compiling slog-bunyan v2.5.0
24422026-01-23T14:43:15.948Z Compiling slog-term v2.9.2
24432026-01-23T14:43:16.179Z Compiling progenitor v0.11.2
24442026-01-23T14:43:16.435Z Compiling async-stream v0.3.6
24452026-01-23T14:43:16.812Z Compiling dropshot v0.16.6
24462026-01-23T14:43:16.943Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
24472026-01-23T14:43:17.156Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
24482026-01-23T14:43:17.202Z Compiling waitgroup v0.1.2
24492026-01-23T14:43:17.239Z Compiling rustls-pemfile v2.2.0
24502026-01-23T14:43:17.463Z Compiling serde_path_to_error v0.1.20
24512026-01-23T14:43:17.623Z Compiling tokio-rustls v0.25.0
24522026-01-23T14:43:17.827Z Compiling hostname v0.4.2
24532026-01-23T14:43:18.070Z Compiling instant v0.1.13
24542026-01-23T14:43:18.107Z Compiling colored v3.0.0
24552026-01-23T14:43:18.145Z Compiling debug-ignore v1.0.5
24562026-01-23T14:43:18.264Z Compiling backoff v0.4.0
24572026-01-23T14:43:18.297Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24582026-01-23T14:43:18.416Z Compiling progenitor-macro v0.10.0
24592026-01-23T14:43:18.675Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
24602026-01-23T14:43:18.839Z Compiling parse-display v0.10.0
24612026-01-23T14:43:18.875Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24622026-01-23T14:43:19.120Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24632026-01-23T14:43:19.377Z Compiling progenitor-client v0.10.0
24642026-01-23T14:43:19.428Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
24652026-01-23T14:43:19.929Z Compiling secrecy v0.10.3
24662026-01-23T14:43:20.277Z Compiling macaddr v1.0.1
24672026-01-23T14:43:20.473Z Compiling num-rational v0.4.2
24682026-01-23T14:43:20.702Z Compiling num-complex v0.4.6
24692026-01-23T14:43:21.773Z Compiling num v0.4.3
24702026-01-23T14:43:21.820Z Compiling half v2.4.1
24712026-01-23T14:43:21.969Z Compiling float-ord v0.3.2
24722026-01-23T14:43:22.200Z Compiling ciborium-io v0.2.2
24732026-01-23T14:43:22.427Z Compiling ciborium-ll v0.2.2
24742026-01-23T14:43:22.639Z Compiling toml v0.8.23
24752026-01-23T14:43:22.793Z Compiling ciborium v0.2.2
24762026-01-23T14:43:22.910Z Compiling prettyplease v0.2.36
24772026-01-23T14:43:22.949Z Compiling bytecount v0.6.8
24782026-01-23T14:43:23.336Z Compiling swrite v0.1.0
24792026-01-23T14:43:23.525Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24802026-01-23T14:43:23.944Z Compiling password-hash v0.5.0
24812026-01-23T14:43:24.777Z Compiling blake2 v0.10.6
24822026-01-23T14:43:25.880Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24832026-01-23T14:43:26.030Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
24842026-01-23T14:43:27.313Z Compiling universal-hash v0.5.1
24852026-01-23T14:43:27.386Z Compiling thiserror-impl-no-std v2.0.2
24862026-01-23T14:43:27.662Z Compiling derive-where v1.5.0
24872026-01-23T14:43:28.243Z Compiling progenitor v0.10.0
24882026-01-23T14:43:28.422Z Compiling opaque-debug v0.3.1
24892026-01-23T14:43:28.539Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
24902026-01-23T14:43:28.591Z Compiling poly1305 v0.8.0
24912026-01-23T14:43:29.568Z Compiling thiserror-no-std v2.0.2
24922026-01-23T14:43:29.755Z Compiling argon2 v0.5.3
24932026-01-23T14:43:29.828Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24942026-01-23T14:43:29.881Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24952026-01-23T14:43:30.216Z Compiling chacha20 v0.9.1
24962026-01-23T14:43:30.269Z Compiling aead v0.5.2
24972026-01-23T14:43:30.648Z Compiling chacha20poly1305 v0.10.1
24982026-01-23T14:43:30.736Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24992026-01-23T14:43:30.919Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25002026-01-23T14:43:31.400Z Compiling vsss-rs v3.3.4
25012026-01-23T14:43:32.018Z Compiling console v0.15.10
25022026-01-23T14:43:32.549Z Compiling newline-converter v0.3.0
25032026-01-23T14:43:32.809Z Compiling atomicwrites v0.4.4
25042026-01-23T14:43:33.388Z Compiling slog-dtrace v0.3.0
25052026-01-23T14:43:33.840Z Compiling expectorate v1.2.0
25062026-01-23T14:43:34.257Z Compiling owo-colors v4.2.2
25072026-01-23T14:43:34.761Z Compiling cancel-safe-futures v0.1.5
25082026-01-23T14:43:35.577Z Compiling resolv-conf v0.7.0
25092026-01-23T14:43:36.445Z Compiling libsw-core v0.3.1
25102026-01-23T14:43:36.858Z Compiling async-recursion v1.1.1
25112026-01-23T14:43:37.140Z Compiling libsw v3.5.0
25122026-01-23T14:43:38.303Z Compiling linear-map v1.2.0
25132026-01-23T14:43:38.757Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25142026-01-23T14:43:40.452Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25152026-01-23T14:43:40.799Z Compiling linked-hash-map v0.5.6
25162026-01-23T14:43:41.243Z Compiling lru-cache v0.1.2
25172026-01-23T14:43:41.514Z Compiling unicode-xid v0.2.6
25182026-01-23T14:43:41.683Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25192026-01-23T14:43:41.804Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25202026-01-23T14:43:42.801Z Compiling hickory-proto v0.24.4
25212026-01-23T14:43:44.953Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25222026-01-23T14:43:45.203Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25232026-01-23T14:43:46.619Z Compiling globset v0.4.15
25242026-01-23T14:43:47.197Z Compiling convert_case v0.7.1
25252026-01-23T14:43:47.844Z Compiling derive_more-impl v2.0.1
25262026-01-23T14:43:49.335Z Compiling hickory-resolver v0.24.4
25272026-01-23T14:43:50.499Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25282026-01-23T14:43:52.128Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25292026-01-23T14:43:54.780Z Compiling qorb v0.4.1
25302026-01-23T14:43:55.889Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25312026-01-23T14:43:56.333Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25322026-01-23T14:43:57.797Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25332026-01-23T14:44:00.599Z Compiling derive_more v2.0.1
25342026-01-23T14:44:00.781Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25352026-01-23T14:44:00.844Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25362026-01-23T14:44:01.132Z Compiling pin-project-internal v1.1.6
25372026-01-23T14:44:01.358Z Compiling vte_generate_state_changes v0.1.2
25382026-01-23T14:44:01.507Z Compiling siphasher v1.0.1
25392026-01-23T14:44:02.031Z Compiling termtree v0.5.1
25402026-01-23T14:44:02.064Z Compiling vte v0.11.1
25412026-01-23T14:44:02.387Z Compiling phf_shared v0.12.1
25422026-01-23T14:44:02.867Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25432026-01-23T14:44:03.413Z Compiling crossterm v0.29.0
25442026-01-23T14:44:03.501Z Compiling pin-project v1.1.6
25452026-01-23T14:44:03.699Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25462026-01-23T14:44:08.862Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25472026-01-23T14:44:10.390Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25482026-01-23T14:44:11.307Z Compiling pem v3.0.5
25492026-01-23T14:44:12.837Z Compiling csv-core v0.1.11
25502026-01-23T14:44:13.586Z Compiling snafu-derive v0.8.5
25512026-01-23T14:44:13.712Z Compiling chrono-tz v0.10.4
25522026-01-23T14:44:14.076Z Compiling csv v1.3.1
25532026-01-23T14:44:15.058Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25542026-01-23T14:44:15.353Z Compiling strip-ansi-escapes v0.2.0
25552026-01-23T14:44:15.540Z Compiling phf v0.12.1
25562026-01-23T14:44:15.898Z Compiling const_format_proc_macros v0.2.34
25572026-01-23T14:44:16.013Z Compiling papergrid v0.11.0
25582026-01-23T14:44:16.060Z Compiling tabled_derive v0.7.0
25592026-01-23T14:44:17.225Z Compiling snafu v0.8.5
25602026-01-23T14:44:17.433Z Compiling olpc-cjson v0.1.4
25612026-01-23T14:44:17.529Z Compiling fd-lock v4.0.2
25622026-01-23T14:44:17.814Z Compiling peg-macros v0.8.5
25632026-01-23T14:44:17.857Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25642026-01-23T14:44:17.893Z Compiling serde_plain v1.0.2
25652026-01-23T14:44:18.463Z Compiling typed-path v0.9.3
25662026-01-23T14:44:18.525Z Compiling nu-ansi-term v0.50.1
25672026-01-23T14:44:18.732Z Compiling highway v1.3.0
25682026-01-23T14:44:19.153Z Compiling reedline v0.40.0
25692026-01-23T14:44:19.607Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25702026-01-23T14:44:20.182Z Compiling tabled v0.15.0
25712026-01-23T14:44:20.389Z Compiling peg v0.8.5
25722026-01-23T14:44:20.532Z Compiling const_format v0.2.34
25732026-01-23T14:44:21.592Z Compiling tough v0.20.0
25742026-01-23T14:44:25.056Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25752026-01-23T14:44:27.490Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25762026-01-23T14:44:32.004Z Compiling bcs v0.1.6
25772026-01-23T14:44:32.819Z Compiling base64 v0.21.7
25782026-01-23T14:44:32.988Z Compiling semver v0.1.20
25792026-01-23T14:44:33.560Z Compiling rustc_version v0.1.7
25802026-01-23T14:44:33.837Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25812026-01-23T14:44:33.945Z Compiling newtype_derive v0.1.6
25822026-01-23T14:44:34.246Z Compiling smawk v0.3.2
25832026-01-23T14:44:34.280Z Compiling humantime v2.2.0
25842026-01-23T14:44:34.570Z Compiling unicode-linebreak v0.1.5
25852026-01-23T14:44:35.122Z Compiling textwrap v0.16.2
25862026-01-23T14:44:35.251Z Compiling dropshot-api-manager-types v0.2.4
25872026-01-23T14:44:36.504Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25882026-01-23T14:44:36.564Z Compiling steno v0.4.1
25892026-01-23T14:44:37.656Z Compiling utf-8 v0.7.6
25902026-01-23T14:44:38.108Z Compiling moka v0.12.10
25912026-01-23T14:44:38.493Z Compiling tagptr v0.2.0
25922026-01-23T14:44:38.735Z Compiling tungstenite v0.21.0
25932026-01-23T14:44:41.753Z Compiling hickory-resolver v0.25.2
25942026-01-23T14:44:41.839Z Compiling tokio-tungstenite v0.21.0
25952026-01-23T14:44:42.590Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25962026-01-23T14:44:42.862Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
25972026-01-23T14:44:43.189Z Compiling radium v0.7.0
25982026-01-23T14:44:43.739Z Compiling maybe-uninit v2.0.0
25992026-01-23T14:44:44.231Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26002026-01-23T14:44:46.289Z Compiling tap v1.0.1
26012026-01-23T14:44:46.527Z Compiling wyz v0.5.1
26022026-01-23T14:44:47.802Z Compiling zerocopy-derive v0.6.6
26032026-01-23T14:44:49.342Z Compiling funty v2.0.0
26042026-01-23T14:44:51.577Z Compiling display-error-chain v0.2.2
26052026-01-23T14:44:51.631Z Compiling packed_struct v0.10.1
26062026-01-23T14:44:51.903Z Compiling crc-catalog v2.4.0
26072026-01-23T14:44:52.152Z Compiling crc v3.2.1
26082026-01-23T14:44:52.211Z Compiling bitvec v1.0.1
26092026-01-23T14:44:53.805Z Compiling zerocopy v0.6.6
26102026-01-23T14:44:54.822Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
26112026-01-23T14:44:55.839Z Compiling packed_struct_codegen v0.10.1
26122026-01-23T14:44:56.393Z Compiling bitfield-macros v0.19.2
26132026-01-23T14:44:56.836Z Compiling proc-macro-error-attr2 v2.0.0
26142026-01-23T14:44:57.549Z Compiling indexmap v1.9.3
26152026-01-23T14:44:57.739Z Compiling nodrop v0.1.14
26162026-01-23T14:44:57.943Z Compiling array-init v0.0.4
26172026-01-23T14:44:58.017Z Compiling bitfield v0.19.2
26182026-01-23T14:44:58.095Z Compiling proc-macro-error2 v2.0.1
26192026-01-23T14:44:58.477Z Compiling smallvec v0.6.14
26202026-01-23T14:44:58.650Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26212026-01-23T14:44:58.929Z Compiling hashbrown v0.12.3
26222026-01-23T14:44:58.976Z Compiling serde-hex v0.1.0
26232026-01-23T14:45:00.124Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26242026-01-23T14:45:01.778Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
26252026-01-23T14:45:01.991Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26262026-01-23T14:45:02.368Z Compiling ron v0.8.1
26272026-01-23T14:45:03.407Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
26282026-01-23T14:45:03.931Z Compiling hashbrown v0.13.2
26292026-01-23T14:45:04.668Z Compiling vergen-gitcl v1.0.8
26302026-01-23T14:45:05.012Z Compiling dirs-sys-next v0.1.2
26312026-01-23T14:45:05.159Z Compiling maplit v1.0.2
26322026-01-23T14:45:05.336Z Compiling crc-any v2.5.0
26332026-01-23T14:45:05.519Z Compiling crunchy v0.2.2
26342026-01-23T14:45:06.032Z Compiling dirs-next v2.0.0
26352026-01-23T14:45:06.198Z Compiling object v0.30.4
26362026-01-23T14:45:06.322Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26372026-01-23T14:45:07.555Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
26382026-01-23T14:45:09.252Z Compiling dsl_auto_type v0.1.2
26392026-01-23T14:45:10.471Z Compiling scheduled-thread-pool v0.2.7
26402026-01-23T14:45:10.505Z Compiling num-derive v0.3.3
26412026-01-23T14:45:11.761Z Compiling diesel_table_macro_syntax v0.2.0
26422026-01-23T14:45:12.158Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
26432026-01-23T14:45:12.316Z Compiling path-slash v0.1.5
26442026-01-23T14:45:12.645Z Compiling tiny-keccak v2.0.2
26452026-01-23T14:45:13.056Z Compiling libscf-sys v1.1.0
26462026-01-23T14:45:13.332Z Compiling diesel_derives v2.2.3
26472026-01-23T14:45:21.961Z Compiling r2d2 v0.8.10
26482026-01-23T14:45:22.496Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
26492026-01-23T14:45:24.684Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26502026-01-23T14:45:27.981Z Compiling term v0.7.0
26512026-01-23T14:45:28.487Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
26522026-01-23T14:45:28.946Z Compiling bit-vec v0.6.3
26532026-01-23T14:45:29.201Z Compiling xshell-macros v0.2.7
26542026-01-23T14:45:29.478Z Compiling arc-swap v1.7.1
26552026-01-23T14:45:29.565Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
26562026-01-23T14:45:29.998Z Compiling xshell v0.2.7
26572026-01-23T14:45:30.162Z Compiling slog-scope v4.4.0
26582026-01-23T14:45:30.226Z Compiling bit-set v0.5.3
26592026-01-23T14:45:30.261Z Compiling ascii-canvas v3.0.0
26602026-01-23T14:45:30.792Z Compiling diesel v2.2.12
26612026-01-23T14:45:31.055Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26622026-01-23T14:45:31.115Z Compiling tabled_derive v0.11.0
26632026-01-23T14:45:32.570Z Compiling papergrid v0.17.0
26642026-01-23T14:45:32.833Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26652026-01-23T14:45:33.380Z Compiling testing_table v0.3.0
26662026-01-23T14:45:33.636Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26672026-01-23T14:45:34.107Z Compiling ena v0.14.3
26682026-01-23T14:45:34.138Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26692026-01-23T14:45:34.519Z Compiling bindgen v0.71.1
26702026-01-23T14:45:34.550Z Compiling diff v0.1.13
26712026-01-23T14:45:34.958Z Compiling regex-syntax v0.6.29
26722026-01-23T14:45:35.005Z Compiling unicase v2.8.1
26732026-01-23T14:45:35.578Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26742026-01-23T14:45:36.569Z Compiling tabled v0.20.0
26752026-01-23T14:45:39.382Z Compiling lalrpop v0.19.12
26762026-01-23T14:45:44.705Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26772026-01-23T14:45:45.113Z Compiling slog-stdlog v4.1.1
26782026-01-23T14:45:45.962Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26792026-01-23T14:45:46.869Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26802026-01-23T14:45:47.923Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26812026-01-23T14:45:48.268Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26822026-01-23T14:45:48.565Z Compiling slog-envlogger v2.2.0
26832026-01-23T14:45:53.295Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26842026-01-23T14:45:53.370Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26852026-01-23T14:45:53.823Z Compiling headers-core v0.3.0
26862026-01-23T14:45:54.069Z Compiling libxml v0.3.3
26872026-01-23T14:45:54.159Z Compiling crc8 v0.1.1
26882026-01-23T14:45:54.549Z Compiling headers v0.4.1
26892026-01-23T14:45:54.716Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26902026-01-23T14:45:55.693Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26912026-01-23T14:45:56.029Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26922026-01-23T14:45:56.906Z Compiling strum_macros v0.24.3
26932026-01-23T14:45:57.174Z Compiling indoc v1.0.9
26942026-01-23T14:45:57.977Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26952026-01-23T14:45:58.139Z Compiling polar-core v0.27.3
26962026-01-23T14:45:58.327Z Compiling derive_builder v0.20.2
26972026-01-23T14:45:58.581Z Compiling oso-derive v0.27.3
26982026-01-23T14:45:59.450Z Compiling impl-trait-for-tuples v0.2.2
26992026-01-23T14:45:59.480Z Compiling quick-xml v0.37.2
27002026-01-23T14:46:02.016Z Compiling samael v0.0.19
27012026-01-23T14:46:02.152Z Compiling half v1.8.3
27022026-01-23T14:46:03.089Z Compiling serde_cbor v0.11.2
27032026-01-23T14:46:04.717Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27042026-01-23T14:46:05.271Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf)
27052026-01-23T14:46:05.310Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27062026-01-23T14:46:06.023Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27072026-01-23T14:46:06.498Z Compiling diesel-dtrace v0.4.2
27082026-01-23T14:46:07.053Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27092026-01-23T14:46:10.112Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf)
27102026-01-23T14:46:15.140Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27112026-01-23T14:46:15.497Z Compiling bb8 v0.8.5
27122026-01-23T14:46:16.257Z Compiling trait-variant v0.1.2
27132026-01-23T14:46:17.335Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27142026-01-23T14:46:19.385Z Compiling async-bb8-diesel v0.2.1
27152026-01-23T14:46:20.195Z Compiling oso v0.27.3
27162026-01-23T14:46:23.663Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27172026-01-23T14:46:27.828Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27182026-01-23T14:46:28.385Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27192026-01-23T14:46:30.326Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27202026-01-23T14:46:30.645Z Compiling fxhash v0.2.1
27212026-01-23T14:46:30.909Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27222026-01-23T14:46:31.161Z Compiling typify-impl v0.2.0
27232026-01-23T14:46:31.310Z Compiling kstat-rs v0.2.4
27242026-01-23T14:46:32.220Z Compiling libz-sys v1.1.20
27252026-01-23T14:46:32.839Z Compiling nonempty v0.12.0
27262026-01-23T14:46:33.366Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27272026-01-23T14:46:34.597Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27282026-01-23T14:46:39.121Z Compiling typify-macro v0.2.0
27292026-01-23T14:46:42.166Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27302026-01-23T14:46:49.818Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27312026-01-23T14:46:50.073Z Compiling nanorand v0.7.0
27322026-01-23T14:46:50.256Z Compiling fs-err v2.11.0
27332026-01-23T14:46:50.670Z Compiling parking_lot_core v0.8.6
27342026-01-23T14:46:51.231Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27352026-01-23T14:46:51.266Z Compiling mime_guess v2.0.5
27362026-01-23T14:46:52.453Z Compiling flume v0.11.1
27372026-01-23T14:46:53.231Z Compiling libgit2-sys v0.18.2+1.9.1
27382026-01-23T14:46:53.940Z Compiling salty v0.3.0
27392026-01-23T14:46:54.449Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27402026-01-23T14:46:58.120Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27412026-01-23T14:46:58.634Z Compiling tabled_derive v0.10.0
27422026-01-23T14:47:00.599Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27432026-01-23T14:47:06.715Z Compiling ignore v0.4.23
27442026-01-23T14:47:10.093Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27452026-01-23T14:47:12.424Z Compiling papergrid v0.14.0
27462026-01-23T14:47:12.801Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27472026-01-23T14:47:14.980Z Compiling castaway v0.2.3
27482026-01-23T14:47:15.238Z Compiling nibble_vec v0.1.0
27492026-01-23T14:47:15.531Z Compiling atty v0.2.14
27502026-01-23T14:47:15.746Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27512026-01-23T14:47:15.922Z Compiling parse-size v1.1.0
27522026-01-23T14:47:16.110Z Compiling endian-type v0.1.2
27532026-01-23T14:47:16.269Z Compiling http-range v0.1.5
27542026-01-23T14:47:16.463Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27552026-01-23T14:47:16.891Z Compiling radix_trie v0.2.1
27562026-01-23T14:47:16.945Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27572026-01-23T14:47:17.085Z Compiling compact_str v0.8.0
27582026-01-23T14:47:17.799Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27592026-01-23T14:47:19.456Z Compiling tabled v0.18.0
27602026-01-23T14:47:24.015Z Compiling globwalk v0.9.1
27612026-01-23T14:47:25.284Z Compiling parking_lot v0.11.2
27622026-01-23T14:47:27.394Z Compiling typify v0.2.0
27632026-01-23T14:47:27.624Z Compiling predicates-tree v1.0.12
27642026-01-23T14:47:28.258Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27652026-01-23T14:47:28.471Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27662026-01-23T14:47:28.999Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27672026-01-23T14:47:32.297Z Compiling unicode-truncate v1.1.0
27682026-01-23T14:47:34.779Z Compiling primeorder v0.13.6
27692026-01-23T14:47:35.387Z Compiling prefix-trie v0.7.0
27702026-01-23T14:47:36.320Z Compiling lru v0.12.5
27712026-01-23T14:47:36.754Z Compiling vergen-git2 v1.0.7
27722026-01-23T14:47:36.957Z Compiling instability v0.3.2
27732026-01-23T14:47:37.116Z Compiling indoc v2.0.6
27742026-01-23T14:47:37.843Z Compiling cassowary v0.3.0
27752026-01-23T14:47:38.162Z Compiling hickory-server v0.25.2
27762026-01-23T14:47:39.486Z Compiling ratatui v0.29.0
27772026-01-23T14:47:40.883Z Compiling p384 v0.13.1
27782026-01-23T14:47:41.532Z Compiling git2 v0.20.2
27792026-01-23T14:47:44.903Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
27802026-01-23T14:47:46.297Z Compiling camino-tempfile-ext v0.3.2
27812026-01-23T14:47:47.689Z Compiling progenitor-impl v0.8.0
27822026-01-23T14:47:48.314Z Compiling hyper-staticfile v0.10.1
27832026-01-23T14:47:48.558Z Compiling sled v0.34.7
27842026-01-23T14:47:50.687Z Compiling hickory-client v0.25.2
27852026-01-23T14:47:52.548Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27862026-01-23T14:47:52.732Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27872026-01-23T14:47:52.800Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27882026-01-23T14:47:53.809Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27892026-01-23T14:47:54.109Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27902026-01-23T14:47:56.674Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
27912026-01-23T14:47:58.527Z Compiling rand_seeder v0.4.0
27922026-01-23T14:47:58.980Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
27932026-01-23T14:48:00.057Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=9122d6eb288dc88bfdbcd98cc93cb02cc8c89f96#9122d6eb)
27942026-01-23T14:48:00.444Z Compiling lzma-sys v0.1.20
27952026-01-23T14:48:01.006Z Compiling rustls v0.21.12
27962026-01-23T14:48:01.122Z Compiling corncobs v0.1.4
27972026-01-23T14:48:01.421Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
27982026-01-23T14:48:01.698Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27992026-01-23T14:48:02.849Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28002026-01-23T14:48:03.235Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28012026-01-23T14:48:04.272Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28022026-01-23T14:48:13.526Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28032026-01-23T14:48:14.855Z Compiling progenitor-macro v0.8.0
28042026-01-23T14:48:19.709Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
28052026-01-23T14:48:24.319Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28062026-01-23T14:48:26.035Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28072026-01-23T14:48:29.674Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28082026-01-23T14:48:32.536Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
28092026-01-23T14:48:35.974Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28102026-01-23T14:48:36.291Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28112026-01-23T14:48:36.611Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28122026-01-23T14:48:36.957Z Compiling progenitor-client v0.8.0
28132026-01-23T14:48:37.815Z Compiling sct v0.7.1
28142026-01-23T14:48:38.272Z Compiling rustls-webpki v0.101.7
28152026-01-23T14:48:41.041Z Compiling heck v0.3.3
28162026-01-23T14:48:41.356Z Compiling secrecy v0.8.0
28172026-01-23T14:48:41.406Z Compiling void v1.0.2
28182026-01-23T14:48:41.572Z Compiling zone_cfg_derive v0.1.2
28192026-01-23T14:48:41.728Z Compiling lzss v0.8.2
28202026-01-23T14:48:42.815Z Compiling progenitor v0.8.0
28212026-01-23T14:48:43.228Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
28222026-01-23T14:48:45.383Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28232026-01-23T14:48:46.621Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28242026-01-23T14:48:47.924Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28252026-01-23T14:48:50.291Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28262026-01-23T14:48:52.801Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28272026-01-23T14:48:53.228Z Compiling tungstenite v0.23.0
28282026-01-23T14:48:58.113Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28292026-01-23T14:48:58.447Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28302026-01-23T14:48:58.769Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28312026-01-23T14:48:59.108Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28322026-01-23T14:48:59.436Z Compiling nix v0.27.1
28332026-01-23T14:49:00.341Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28342026-01-23T14:49:00.983Z Compiling serde_bytes v0.11.19
28352026-01-23T14:49:01.591Z Compiling base64 v0.13.1
28362026-01-23T14:49:01.838Z Compiling number_prefix v0.4.0
28372026-01-23T14:49:01.953Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28382026-01-23T14:49:02.184Z Compiling indicatif v0.17.11
28392026-01-23T14:49:02.339Z Compiling ron v0.7.1
28402026-01-23T14:49:04.470Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28412026-01-23T14:49:08.927Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
28422026-01-23T14:49:08.954Z Compiling tokio-tungstenite v0.23.1
28432026-01-23T14:49:08.999Z Compiling xz2 v0.1.7
28442026-01-23T14:49:08.999Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28452026-01-23T14:49:12.308Z Compiling tokio-rustls v0.24.1
28462026-01-23T14:49:12.791Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28472026-01-23T14:49:14.956Z Compiling zone v0.1.8
28482026-01-23T14:49:17.097Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28492026-01-23T14:49:17.937Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28502026-01-23T14:49:21.887Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
28512026-01-23T14:49:22.080Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28522026-01-23T14:49:25.439Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28532026-01-23T14:49:26.969Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28542026-01-23T14:49:28.657Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28552026-01-23T14:49:28.689Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28562026-01-23T14:49:44.775Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28572026-01-23T14:49:52.610Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28582026-01-23T14:49:52.846Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28592026-01-23T14:49:58.947Z Compiling rustls-pemfile v1.0.4
28602026-01-23T14:49:59.791Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28612026-01-23T14:50:01.234Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28622026-01-23T14:50:01.683Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28632026-01-23T14:50:02.124Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28642026-01-23T14:50:02.643Z Compiling signal-hook-tokio v0.3.1
28652026-01-23T14:50:02.966Z Compiling twox-hash v2.1.0
28662026-01-23T14:50:03.712Z Compiling yasna v0.5.2
28672026-01-23T14:50:04.060Z Compiling is_ci v1.2.0
28682026-01-23T14:50:04.474Z Compiling supports-color v3.0.2
28692026-01-23T14:50:04.993Z Compiling rcgen v0.12.1
28702026-01-23T14:50:06.865Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28712026-01-23T14:50:15.060Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28722026-01-23T14:50:16.365Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28732026-01-23T14:50:30.388Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28742026-01-23T14:50:34.094Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
28752026-01-23T14:50:39.639Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
28762026-01-23T14:50:49.863Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28772026-01-23T14:50:53.880Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28782026-01-23T14:51:01.601Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28792026-01-23T14:51:06.122Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28802026-01-23T14:51:09.571Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28812026-01-23T14:51:10.022Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28822026-01-23T14:51:10.401Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28832026-01-23T14:51:10.762Z Compiling fatfs v0.3.6
28842026-01-23T14:51:13.453Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28852026-01-23T14:51:14.466Z Compiling subprocess v0.2.9
28862026-01-23T14:51:17.988Z Compiling rtoolbox v0.0.2
28872026-01-23T14:51:18.450Z Compiling seq-macro v0.3.6
28882026-01-23T14:51:18.750Z Compiling assert_matches v1.5.0
28892026-01-23T14:51:18.933Z Compiling rpassword v7.4.0
28902026-01-23T14:51:19.456Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28912026-01-23T14:51:22.077Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28922026-01-23T14:51:29.913Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28932026-01-23T14:51:30.118Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28942026-01-23T14:51:34.891Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28952026-01-23T14:51:53.765Z Compiling tui-tree-widget v0.23.1
28962026-01-23T14:51:54.285Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28972026-01-23T14:51:57.257Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28982026-01-23T14:51:58.052Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28992026-01-23T14:52:03.489Z Compiling uzers v0.12.1
29002026-01-23T14:52:03.686Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29012026-01-23T14:52:06.447Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29022026-01-23T14:52:15.896Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29032026-01-23T14:52:29.307Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29042026-01-23T14:52:43.416Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29052026-01-23T14:52:44.116Z Compiling support-bundle-viewer v0.1.2
29062026-01-23T14:52:47.996Z Compiling multimap v0.10.1
29072026-01-23T14:54:38.865Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29082026-01-23T14:54:52.517Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29092026-01-23T15:04:47.807Z Finished `release` profile [optimized] target(s) in 21m 38s
29102026-01-23T15:06:12.851Z
29112026-01-23T15:06:12.875Zreal 23:05.623986800
29122026-01-23T15:06:12.875Zuser 2:38:37.207509176
29132026-01-23T15:06:12.875Zsys 5:09.842985364
29142026-01-23T15:06:12.875Ztrap 5.404074024
29152026-01-23T15:06:12.875Ztflt 1.596379085
29162026-01-23T15:06:12.875Zdflt 5.961062978
29172026-01-23T15:06:12.875Zkflt 0.001031208
29182026-01-23T15:06:12.875Zlock 10:51:43.871371841
29192026-01-23T15:06:12.876Zslp 7:39:38.214247741
29202026-01-23T15:06:12.876Zlat 4:26.936363835
29212026-01-23T15:06:12.876Zstop 3:51.098740230
29222026-01-23T15:06:12.876Z+ mapfile -t packages
29232026-01-23T15:06:12.876Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29242026-01-23T15:06:14.760Z Finished `release` profile [optimized] target(s) in 1.81s
29252026-01-23T15:06:14.843Z Running `target/release/omicron-package -t test list-outputs`
29262026-01-23T15:06:14.922ZLogging to: /work/oxidecomputer/omicron/out/LOG
29272026-01-23T15:06:14.946Z+ ptime -m cargo build --locked --release -p xtask
29282026-01-23T15:06:16.087Z Compiling serde_core v1.0.228
29292026-01-23T15:06:16.087Z Compiling syn v2.0.111
29302026-01-23T15:06:16.111Z Compiling serde v1.0.228
29312026-01-23T15:06:16.111Z Compiling bitflags v2.9.4
29322026-01-23T15:06:16.111Z Compiling libc v0.2.180
29332026-01-23T15:06:16.111Z Compiling serde_json v1.0.149
29342026-01-23T15:06:16.135Z Compiling num-traits v0.2.19
29352026-01-23T15:06:16.536Z Compiling hashbrown v0.16.1
29362026-01-23T15:06:16.561Z Compiling rustix v0.38.37
29372026-01-23T15:06:16.648Z Compiling smallvec v1.15.1
29382026-01-23T15:06:16.983Z Compiling usdt-impl v0.5.0
29392026-01-23T15:06:17.060Z Compiling syn v1.0.109
29402026-01-23T15:06:17.664Z Compiling rustix v1.1.3
29412026-01-23T15:06:17.856Z Compiling thread-id v4.2.2
29422026-01-23T15:06:18.006Z Compiling indexmap v2.12.1
29432026-01-23T15:06:18.030Z Compiling getrandom v0.3.4
29442026-01-23T15:06:18.279Z Compiling percent-encoding v2.3.2
29452026-01-23T15:06:18.579Z Compiling log v0.4.29
29462026-01-23T15:06:18.814Z Compiling form_urlencoded v1.2.2
29472026-01-23T15:06:19.020Z Compiling terminal_size v0.4.0
29482026-01-23T15:06:19.328Z Compiling ordered-float v2.10.1
29492026-01-23T15:06:19.919Z Compiling fs-err v3.1.1
29502026-01-23T15:06:19.946Z Compiling once_cell v1.21.3
29512026-01-23T15:06:20.263Z Compiling anyhow v1.0.99
29522026-01-23T15:06:20.453Z Compiling heck v0.4.1
29532026-01-23T15:06:21.081Z Compiling clap_builder v4.5.48
29542026-01-23T15:06:21.392Z Compiling textwrap v0.16.2
29552026-01-23T15:06:22.345Z Compiling synstructure v0.13.1
29562026-01-23T15:06:22.597Z Compiling proc-macro-error v1.0.4
29572026-01-23T15:06:22.954Z Compiling tempfile v3.24.0
29582026-01-23T15:06:23.452Z Compiling camino-tempfile v1.4.1
29592026-01-23T15:06:23.593Z Compiling tabled_derive v0.7.0
29602026-01-23T15:06:24.939Z Compiling serde_derive v1.0.228
29612026-01-23T15:06:24.939Z Compiling thiserror-impl v2.0.17
29622026-01-23T15:06:24.939Z Compiling zerofrom-derive v0.1.4
29632026-01-23T15:06:24.939Z Compiling yoke-derive v0.7.4
29642026-01-23T15:06:24.963Z Compiling zerovec-derive v0.10.3
29652026-01-23T15:06:25.140Z Compiling displaydoc v0.2.5
29662026-01-23T15:06:26.415Z Compiling thiserror-impl v1.0.69
29672026-01-23T15:06:26.894Z Compiling zerocopy-derive v0.7.35
29682026-01-23T15:06:26.944Z Compiling icu_provider_macros v1.5.0
29692026-01-23T15:06:27.379Z Compiling zerofrom v0.1.4
29702026-01-23T15:06:27.403Z Compiling thiserror v2.0.17
29712026-01-23T15:06:27.613Z Compiling yoke v0.7.4
29722026-01-23T15:06:27.671Z Compiling pest v2.8.2
29732026-01-23T15:06:28.050Z Compiling zerovec v0.10.4
29742026-01-23T15:06:28.075Z Compiling scroll_derive v0.12.0
29752026-01-23T15:06:28.495Z Compiling zerocopy v0.7.35
29762026-01-23T15:06:28.802Z Compiling thiserror v1.0.69
29772026-01-23T15:06:29.246Z Compiling scroll v0.12.0
29782026-01-23T15:06:29.821Z Compiling goblin v0.8.2
29792026-01-23T15:06:30.465Z Compiling tinystr v0.7.6
29802026-01-23T15:06:30.624Z Compiling pest_meta v2.8.2
29812026-01-23T15:06:30.922Z Compiling icu_locid v1.5.0
29822026-01-23T15:06:30.946Z Compiling icu_collections v1.5.0
29832026-01-23T15:06:32.883Z Compiling icu_provider v1.5.0
29842026-01-23T15:06:33.344Z Compiling pest_generator v2.8.2
29852026-01-23T15:06:33.390Z Compiling serde_spanned v0.6.9
29862026-01-23T15:06:33.720Z Compiling icu_locid_transform v1.5.0
29872026-01-23T15:06:33.744Z Compiling toml_datetime v0.6.11
29882026-01-23T15:06:34.489Z Compiling toml_edit v0.22.27
29892026-01-23T15:06:34.695Z Compiling pest_derive v2.8.2
29902026-01-23T15:06:34.857Z Compiling dof v0.3.0
29912026-01-23T15:06:35.436Z Compiling icu_properties v1.5.1
29922026-01-23T15:06:35.619Z Compiling dtrace-parser v0.2.0
29932026-01-23T15:06:37.431Z Compiling serde_tokenstream v0.2.2
29942026-01-23T15:06:38.005Z Compiling erased-serde v0.4.6
29952026-01-23T15:06:38.136Z Compiling toml v0.8.23
29962026-01-23T15:06:39.526Z Compiling icu_normalizer v1.5.0
29972026-01-23T15:06:40.859Z Compiling idna_adapter v1.2.0
29982026-01-23T15:06:41.112Z Compiling idna v1.0.3
29992026-01-23T15:06:42.617Z Compiling url v2.5.4
30002026-01-23T15:06:43.065Z Compiling serde-untagged v0.1.7
30012026-01-23T15:06:43.774Z Compiling serde-value v0.7.0
30022026-01-23T15:06:43.941Z Compiling usdt-attr-macro v0.5.0
30032026-01-23T15:06:45.167Z Compiling cargo-util-schemas v0.8.2
30042026-01-23T15:06:45.655Z Compiling usdt-macro v0.5.0
30052026-01-23T15:06:46.772Z Compiling cargo-platform v0.2.0
30062026-01-23T15:06:47.394Z Compiling clap_derive v4.5.47
30072026-01-23T15:06:47.842Z Compiling cargo_metadata v0.21.0
30082026-01-23T15:06:48.723Z Compiling usdt v0.5.0
30092026-01-23T15:06:49.497Z Compiling cargo_toml v0.21.0
30102026-01-23T15:06:50.004Z Compiling macaddr v1.0.1
30112026-01-23T15:06:50.037Z Compiling tabled v0.15.0
30122026-01-23T15:06:50.827Z Compiling clap v4.5.48
30132026-01-23T15:07:00.807Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30142026-01-23T15:07:07.433Z Finished `release` profile [optimized] target(s) in 52.42s
30152026-01-23T15:07:07.626Z
30162026-01-23T15:07:07.650Zreal 52.662936304
30172026-01-23T15:07:07.650Zuser 5:27.632217726
30182026-01-23T15:07:07.650Zsys 29.410288165
30192026-01-23T15:07:07.650Ztrap 0.209006655
30202026-01-23T15:07:07.650Ztflt 0.248131895
30212026-01-23T15:07:07.650Zdflt 0.379414878
30222026-01-23T15:07:07.650Zkflt 0.000062872
30232026-01-23T15:07:07.650Zlock 15:16.290217195
30242026-01-23T15:07:07.650Zslp 18:07.529553444
30252026-01-23T15:07:07.650Zlat 25.215412232
30262026-01-23T15:07:07.650Zstop 29.586671787
30272026-01-23T15:07:07.651Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30282026-01-23T15:07:07.651Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30292026-01-23T15:07:07.651Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30302026-01-23T15:07:07.651Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30312026-01-23T15:07:07.651Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30322026-01-23T15:07:09.563Z Compiling regress v0.10.4
30332026-01-23T15:07:09.587Z Compiling unsafe-libyaml v0.2.11
30342026-01-23T15:07:09.587Z Compiling match_cfg v0.1.0
30352026-01-23T15:07:09.587Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30362026-01-23T15:07:09.661Z Compiling structmeta-derive v0.3.0
30372026-01-23T15:07:09.687Z Compiling rustls v0.22.4
30382026-01-23T15:07:09.710Z Compiling newtype-uuid-macros v0.1.0
30392026-01-23T15:07:09.711Z Compiling multer v3.1.0
30402026-01-23T15:07:09.792Z Compiling hostname v0.3.1
30412026-01-23T15:07:10.101Z Compiling debug-ignore v1.0.5
30422026-01-23T15:07:10.232Z Compiling toml_parser v1.0.4
30432026-01-23T15:07:10.352Z Compiling progenitor-client v0.10.0
30442026-01-23T15:07:10.380Z Compiling slog-json v2.6.1
30452026-01-23T15:07:10.771Z Compiling serde_yaml v0.9.34+deprecated
30462026-01-23T15:07:10.910Z Compiling async-stream-impl v0.3.6
30472026-01-23T15:07:11.163Z Compiling serde_spanned v1.0.3
30482026-01-23T15:07:11.272Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30492026-01-23T15:07:11.458Z Compiling toml_datetime v0.7.3
30502026-01-23T15:07:11.600Z Compiling dropshot v0.16.6
30512026-01-23T15:07:11.954Z Compiling toml_writer v1.0.4
30522026-01-23T15:07:12.074Z Compiling structmeta v0.3.0
30532026-01-23T15:07:12.131Z Compiling async-stream v0.3.6
30542026-01-23T15:07:12.201Z Compiling slog-bunyan v2.5.0
30552026-01-23T15:07:12.377Z Compiling toml v0.9.8
30562026-01-23T15:07:12.473Z Compiling waitgroup v0.1.2
30572026-01-23T15:07:12.506Z Compiling rustls-pemfile v2.2.0
30582026-01-23T15:07:12.536Z Compiling dropshot_endpoint v0.16.6
30592026-01-23T15:07:12.735Z Compiling itertools v0.14.0
30602026-01-23T15:07:12.881Z Compiling typify-impl v0.4.3
30612026-01-23T15:07:13.385Z Compiling serde_path_to_error v0.1.20
30622026-01-23T15:07:14.024Z Compiling hostname v0.4.2
30632026-01-23T15:07:14.146Z Compiling tokio-rustls v0.25.0
30642026-01-23T15:07:14.338Z Compiling derive-ex v0.1.8
30652026-01-23T15:07:14.601Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
30662026-01-23T15:07:14.843Z Compiling macaddr v1.0.1
30672026-01-23T15:07:15.319Z Compiling tabwriter v1.4.0
30682026-01-23T15:07:15.383Z Compiling instant v0.1.13
30692026-01-23T15:07:15.515Z Compiling progenitor-client v0.11.2
30702026-01-23T15:07:15.587Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30712026-01-23T15:07:15.767Z Compiling parse-display-derive v0.10.0
30722026-01-23T15:07:16.128Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
30732026-01-23T15:07:16.192Z Compiling colored v3.0.0
30742026-01-23T15:07:16.338Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30752026-01-23T15:07:16.568Z Compiling backoff v0.4.0
30762026-01-23T15:07:16.797Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30772026-01-23T15:07:16.953Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
30782026-01-23T15:07:16.981Z Compiling proc-macro-crate v1.3.1
30792026-01-23T15:07:17.526Z Compiling crucible-workspace-hack v0.1.0
30802026-01-23T15:07:17.889Z Compiling proc-macro-error v1.0.4
30812026-01-23T15:07:17.913Z Compiling num_enum_derive v0.5.11
30822026-01-23T15:07:17.942Z Compiling heapless v0.8.0
30832026-01-23T15:07:17.984Z Compiling test-strategy v0.4.3
30842026-01-23T15:07:18.492Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30852026-01-23T15:07:18.888Z Compiling ingot-macros v0.1.1
30862026-01-23T15:07:18.955Z Compiling hash32 v0.3.1
30872026-01-23T15:07:18.995Z Compiling smoltcp v0.11.0
30882026-01-23T15:07:19.208Z Compiling parse-display v0.10.0
30892026-01-23T15:07:19.324Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
30902026-01-23T15:07:19.741Z Compiling foreign-types-macros v0.2.3
30912026-01-23T15:07:19.843Z Compiling cobs v0.2.3
30922026-01-23T15:07:20.010Z Compiling num_enum v0.5.11
30932026-01-23T15:07:20.200Z Compiling foreign-types-shared v0.3.1
30942026-01-23T15:07:20.226Z Compiling postcard v1.0.10
30952026-01-23T15:07:20.860Z Compiling nix v0.30.1
30962026-01-23T15:07:20.892Z Compiling foreign-types v0.5.0
30972026-01-23T15:07:20.923Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30982026-01-23T15:07:21.057Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
30992026-01-23T15:07:21.152Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31002026-01-23T15:07:21.646Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
31012026-01-23T15:07:21.672Z Compiling cstr-argument v0.1.2
31022026-01-23T15:07:21.713Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
31032026-01-23T15:07:21.948Z Compiling rayon-core v1.12.1
31042026-01-23T15:07:21.984Z Compiling pretty-hex v0.2.1
31052026-01-23T15:07:22.183Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
31062026-01-23T15:07:22.222Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31072026-01-23T15:07:22.292Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31082026-01-23T15:07:22.403Z Compiling crossbeam-deque v0.8.5
31092026-01-23T15:07:22.514Z Compiling colored v2.2.0
31102026-01-23T15:07:22.599Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
31112026-01-23T15:07:23.222Z Compiling typify-macro v0.4.3
31122026-01-23T15:07:23.439Z Compiling camino-tempfile v1.4.1
31132026-01-23T15:07:23.909Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31142026-01-23T15:07:24.093Z Compiling rayon v1.10.0
31152026-01-23T15:07:24.539Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31162026-01-23T15:07:24.613Z Compiling ingot-types v0.1.2
31172026-01-23T15:07:24.644Z Compiling zone_cfg_derive v0.3.0
31182026-01-23T15:07:25.165Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
31192026-01-23T15:07:25.423Z Compiling ingot v0.1.1
31202026-01-23T15:07:25.633Z Compiling smf v0.2.3
31212026-01-23T15:07:25.695Z Compiling num-derive v0.4.2
31222026-01-23T15:07:25.908Z Compiling sigpipe v0.1.3
31232026-01-23T15:07:26.084Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31242026-01-23T15:07:26.451Z Compiling zone v0.3.1
31252026-01-23T15:07:26.703Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
31262026-01-23T15:07:26.789Z Compiling typify v0.4.3
31272026-01-23T15:07:26.990Z Compiling progenitor-impl v0.11.2
31282026-01-23T15:07:27.152Z Compiling toml v0.8.23
31292026-01-23T15:07:27.261Z Compiling convert_case v0.4.0
31302026-01-23T15:07:27.535Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31312026-01-23T15:07:27.861Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31322026-01-23T15:07:28.061Z Compiling derive_more v0.99.20
31332026-01-23T15:07:28.119Z Compiling universal-hash v0.5.1
31342026-01-23T15:07:28.279Z Compiling opaque-debug v0.3.1
31352026-01-23T15:07:28.331Z Compiling secrecy v0.10.3
31362026-01-23T15:07:28.361Z Compiling progenitor-impl v0.10.0
31372026-01-23T15:07:28.417Z Compiling aead v0.5.2
31382026-01-23T15:07:28.570Z Compiling half v2.4.1
31392026-01-23T15:07:28.615Z Compiling ciborium-io v0.2.2
31402026-01-23T15:07:28.785Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
31412026-01-23T15:07:28.809Z Compiling poly1305 v0.8.0
31422026-01-23T15:07:29.124Z Compiling ciborium-ll v0.2.2
31432026-01-23T15:07:29.152Z Compiling chacha20 v0.9.1
31442026-01-23T15:07:29.211Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31452026-01-23T15:07:29.594Z Compiling ciborium v0.2.2
31462026-01-23T15:07:29.664Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31472026-01-23T15:07:30.008Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31482026-01-23T15:07:30.318Z Compiling num-rational v0.4.2
31492026-01-23T15:07:30.346Z Compiling thiserror-impl-no-std v2.0.2
31502026-01-23T15:07:30.682Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
31512026-01-23T15:07:31.276Z Compiling num-complex v0.4.6
31522026-01-23T15:07:31.332Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
31532026-01-23T15:07:31.731Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
31542026-01-23T15:07:31.954Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31552026-01-23T15:07:32.194Z Compiling num v0.4.3
31562026-01-23T15:07:32.311Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31572026-01-23T15:07:32.343Z Compiling password-hash v0.5.0
31582026-01-23T15:07:32.796Z Compiling thiserror-no-std v2.0.2
31592026-01-23T15:07:32.969Z Compiling blake2 v0.10.6
31602026-01-23T15:07:32.995Z Compiling progenitor-macro v0.11.2
31612026-01-23T15:07:33.203Z Compiling float-ord v0.3.2
31622026-01-23T15:07:33.430Z Compiling indent_write v2.2.0
31632026-01-23T15:07:33.707Z Compiling argon2 v0.5.3
31642026-01-23T15:07:33.750Z Compiling vsss-rs v3.3.4
31652026-01-23T15:07:34.059Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
31662026-01-23T15:07:34.243Z Compiling progenitor-macro v0.10.0
31672026-01-23T15:07:34.645Z Compiling chacha20poly1305 v0.10.1
31682026-01-23T15:07:34.936Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31692026-01-23T15:07:35.424Z Compiling gethostname v0.5.0
31702026-01-23T15:07:35.663Z Compiling usdt-attr-macro v0.5.0
31712026-01-23T15:07:35.792Z Compiling usdt-macro v0.5.0
31722026-01-23T15:07:35.996Z Compiling derive-where v1.5.0
31732026-01-23T15:07:36.304Z Compiling owo-colors v4.2.2
31742026-01-23T15:07:36.570Z Compiling cancel-safe-futures v0.1.5
31752026-01-23T15:07:36.999Z Compiling console v0.15.10
31762026-01-23T15:07:37.027Z Compiling resolv-conf v0.7.0
31772026-01-23T15:07:37.149Z Compiling libsw-core v0.3.1
31782026-01-23T15:07:37.180Z Compiling usdt v0.5.0
31792026-01-23T15:07:37.463Z Compiling libsw v3.5.0
31802026-01-23T15:07:37.746Z Compiling async-recursion v1.1.1
31812026-01-23T15:07:37.792Z Compiling linear-map v1.2.0
31822026-01-23T15:07:38.161Z Compiling libefi-sys v0.1.0
31832026-01-23T15:07:38.251Z Compiling hickory-proto v0.24.4
31842026-01-23T15:07:38.306Z Compiling newline-converter v0.3.0
31852026-01-23T15:07:38.533Z Compiling atomicwrites v0.4.4
31862026-01-23T15:07:38.562Z Compiling bitfield-struct v0.6.2
31872026-01-23T15:07:38.836Z Compiling linked-hash-map v0.5.6
31882026-01-23T15:07:38.972Z Compiling semver v0.1.20
31892026-01-23T15:07:39.073Z Compiling expectorate v1.2.0
31902026-01-23T15:07:39.276Z Compiling lru-cache v0.1.2
31912026-01-23T15:07:39.450Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31922026-01-23T15:07:39.534Z Compiling rustc_version v0.1.7
31932026-01-23T15:07:39.608Z Compiling slog-dtrace v0.3.0
31942026-01-23T15:07:39.861Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31952026-01-23T15:07:39.973Z Compiling siphasher v1.0.1
31962026-01-23T15:07:40.008Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31972026-01-23T15:07:40.034Z Compiling newtype_derive v0.1.6
31982026-01-23T15:07:40.272Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31992026-01-23T15:07:40.394Z Compiling phf_shared v0.12.1
32002026-01-23T15:07:40.419Z Compiling tokio-dtrace v0.1.0
32012026-01-23T15:07:40.578Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32022026-01-23T15:07:40.680Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32032026-01-23T15:07:40.824Z Compiling dropshot-api-manager-types v0.2.4
32042026-01-23T15:07:40.907Z Compiling pin-project-internal v1.1.6
32052026-01-23T15:07:41.443Z Compiling csv-core v0.1.11
32062026-01-23T15:07:41.468Z Compiling xshell-macros v0.2.7
32072026-01-23T15:07:41.749Z Compiling base64 v0.21.7
32082026-01-23T15:07:41.992Z Compiling chrono-tz v0.10.4
32092026-01-23T15:07:42.211Z Compiling xshell v0.2.7
32102026-01-23T15:07:42.404Z Compiling csv v1.3.1
32112026-01-23T15:07:42.428Z Compiling const_format_proc_macros v0.2.34
32122026-01-23T15:07:42.893Z Compiling oxide-tokio-rt v0.1.2
32132026-01-23T15:07:43.250Z Compiling hickory-resolver v0.24.4
32142026-01-23T15:07:43.311Z Compiling phf v0.12.1
32152026-01-23T15:07:43.364Z Compiling pin-project v1.1.6
32162026-01-23T15:07:43.636Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32172026-01-23T15:07:43.682Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32182026-01-23T15:07:44.174Z Compiling progenitor v0.11.2
32192026-01-23T15:07:44.250Z Compiling pem v3.0.5
32202026-01-23T15:07:44.370Z Compiling snafu-derive v0.8.5
32212026-01-23T15:07:44.506Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
32222026-01-23T15:07:44.743Z Compiling highway v1.3.0
32232026-01-23T15:07:44.936Z Compiling same-file v1.0.6
32242026-01-23T15:07:45.280Z Compiling walkdir v2.5.0
32252026-01-23T15:07:45.483Z Compiling progenitor v0.10.0
32262026-01-23T15:07:45.511Z Compiling qorb v0.4.1
32272026-01-23T15:07:45.589Z Compiling const_format v0.2.34
32282026-01-23T15:07:45.973Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32292026-01-23T15:07:46.248Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32302026-01-23T15:07:47.701Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32312026-01-23T15:07:48.074Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32322026-01-23T15:07:48.248Z Compiling tabled_derive v0.7.0
32332026-01-23T15:07:48.489Z Compiling globset v0.4.15
32342026-01-23T15:07:48.535Z Compiling snafu v0.8.5
32352026-01-23T15:07:48.954Z Compiling olpc-cjson v0.1.4
32362026-01-23T15:07:49.267Z Compiling primeorder v0.13.6
32372026-01-23T15:07:49.344Z Compiling bcs v0.1.6
32382026-01-23T15:07:49.372Z Compiling serde_plain v1.0.2
32392026-01-23T15:07:49.785Z Compiling termtree v0.5.1
32402026-01-23T15:07:49.813Z Compiling utf-8 v0.7.6
32412026-01-23T15:07:49.842Z Compiling typed-path v0.9.3
32422026-01-23T15:07:49.996Z Compiling radium v0.7.0
32432026-01-23T15:07:50.041Z Compiling textwrap v0.16.2
32442026-01-23T15:07:50.086Z Compiling tungstenite v0.21.0
32452026-01-23T15:07:50.179Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32462026-01-23T15:07:50.313Z Compiling tabled v0.15.0
32472026-01-23T15:07:50.540Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32482026-01-23T15:07:50.916Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32492026-01-23T15:07:51.062Z Compiling steno v0.4.1
32502026-01-23T15:07:51.932Z Compiling tough v0.20.0
32512026-01-23T15:07:52.672Z Compiling typify-impl v0.2.0
32522026-01-23T15:07:52.928Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32532026-01-23T15:07:53.167Z Compiling moka v0.12.10
32542026-01-23T15:07:53.486Z Compiling maybe-uninit v2.0.0
32552026-01-23T15:07:54.043Z Compiling humantime v2.2.0
32562026-01-23T15:07:54.578Z Compiling tap v1.0.1
32572026-01-23T15:07:54.843Z Compiling wyz v0.5.1
32582026-01-23T15:07:55.479Z Compiling tokio-tungstenite v0.21.0
32592026-01-23T15:07:55.673Z Compiling packed_struct v0.10.1
32602026-01-23T15:07:56.138Z Compiling tagptr v0.2.0
32612026-01-23T15:07:56.176Z Compiling funty v2.0.0
32622026-01-23T15:07:56.205Z Compiling arc-swap v1.7.1
32632026-01-23T15:07:56.265Z Compiling salty v0.3.0
32642026-01-23T15:07:56.746Z Compiling slog-scope v4.4.0
32652026-01-23T15:07:56.844Z Compiling p384 v0.13.1
32662026-01-23T15:07:56.954Z Compiling polyval v0.6.2
32672026-01-23T15:07:57.226Z Compiling bitvec v1.0.1
32682026-01-23T15:07:57.421Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32692026-01-23T15:07:57.614Z Compiling packed_struct_codegen v0.10.1
32702026-01-23T15:07:57.985Z Compiling bitfield-macros v0.19.2
32712026-01-23T15:07:58.096Z Compiling zerocopy-derive v0.6.6
32722026-01-23T15:07:58.124Z Compiling proc-macro-error-attr2 v2.0.0
32732026-01-23T15:07:58.888Z Compiling indexmap v1.9.3
32742026-01-23T15:07:59.312Z Compiling parking_lot_core v0.8.6
32752026-01-23T15:07:59.381Z Compiling crc-catalog v2.4.0
32762026-01-23T15:07:59.595Z Compiling nodrop v0.1.14
32772026-01-23T15:07:59.777Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32782026-01-23T15:07:59.849Z Compiling array-init v0.0.4
32792026-01-23T15:07:59.880Z Compiling crc v3.2.1
32802026-01-23T15:07:59.917Z Compiling zerocopy v0.6.6
32812026-01-23T15:08:00.183Z Compiling bitfield v0.19.2
32822026-01-23T15:08:00.560Z Compiling proc-macro-error2 v2.0.1
32832026-01-23T15:08:00.599Z Compiling hickory-resolver v0.25.2
32842026-01-23T15:08:00.649Z Compiling ghash v0.5.1
32852026-01-23T15:08:00.725Z Compiling slog-stdlog v4.1.1
32862026-01-23T15:08:00.836Z Compiling smallvec v0.6.14
32872026-01-23T15:08:01.148Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32882026-01-23T15:08:01.192Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32892026-01-23T15:08:01.274Z Compiling ctr v0.9.2
32902026-01-23T15:08:01.664Z Compiling num-derive v0.3.3
32912026-01-23T15:08:01.750Z Compiling lzma-sys v0.1.20
32922026-01-23T15:08:01.979Z Compiling hashbrown v0.12.3
32932026-01-23T15:08:02.482Z Compiling unicase v2.8.1
32942026-01-23T15:08:02.772Z Compiling typify-macro v0.2.0
32952026-01-23T15:08:02.887Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32962026-01-23T15:08:03.276Z Compiling mime_guess v2.0.5
32972026-01-23T15:08:03.828Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32982026-01-23T15:08:03.853Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32992026-01-23T15:08:04.410Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33002026-01-23T15:08:04.735Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33012026-01-23T15:08:05.015Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33022026-01-23T15:08:05.262Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33032026-01-23T15:08:05.316Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33042026-01-23T15:08:05.829Z Compiling libscf-sys v1.1.0
33052026-01-23T15:08:06.116Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33062026-01-23T15:08:06.237Z Compiling typify v0.2.0
33072026-01-23T15:08:06.449Z Compiling progenitor-impl v0.8.0
33082026-01-23T15:08:07.367Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33092026-01-23T15:08:07.794Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
33102026-01-23T15:08:08.508Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33112026-01-23T15:08:08.799Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33122026-01-23T15:08:08.826Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33132026-01-23T15:08:09.690Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33142026-01-23T15:08:11.087Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33152026-01-23T15:08:11.135Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33162026-01-23T15:08:11.876Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33172026-01-23T15:08:12.182Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33182026-01-23T15:08:12.337Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33192026-01-23T15:08:12.370Z Compiling progenitor-macro v0.8.0
33202026-01-23T15:08:12.489Z Compiling aes-gcm v0.10.3
33212026-01-23T15:08:12.847Z Compiling serde-hex v0.1.0
33222026-01-23T15:08:14.181Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33232026-01-23T15:08:14.210Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33242026-01-23T15:08:14.716Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33252026-01-23T15:08:15.810Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33262026-01-23T15:08:15.923Z Compiling tabled_derive v0.11.0
33272026-01-23T15:08:16.903Z Compiling slog-envlogger v2.2.0
33282026-01-23T15:08:17.698Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33292026-01-23T15:08:17.778Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33302026-01-23T15:08:18.193Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33312026-01-23T15:08:18.554Z Compiling ron v0.8.1
33322026-01-23T15:08:19.012Z Compiling papergrid v0.17.0
33332026-01-23T15:08:20.475Z Compiling testing_table v0.3.0
33342026-01-23T15:08:20.541Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33352026-01-23T15:08:20.749Z Compiling hashbrown v0.13.2
33362026-01-23T15:08:20.799Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33372026-01-23T15:08:21.566Z Compiling heck v0.3.3
33382026-01-23T15:08:21.788Z Compiling progenitor-client v0.8.0
33392026-01-23T15:08:21.954Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=9122d6eb288dc88bfdbcd98cc93cb02cc8c89f96#9122d6eb)
33402026-01-23T15:08:22.330Z Compiling ssh-encoding v0.2.0
33412026-01-23T15:08:22.358Z Compiling blowfish v0.9.1
33422026-01-23T15:08:22.846Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
33432026-01-23T15:08:22.870Z Compiling nibble_vec v0.1.0
33442026-01-23T15:08:22.902Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33452026-01-23T15:08:22.926Z Compiling corncobs v0.1.4
33462026-01-23T15:08:23.154Z Compiling crc-any v2.5.0
33472026-01-23T15:08:23.286Z Compiling endian-type v0.1.2
33482026-01-23T15:08:23.409Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
33492026-01-23T15:08:23.497Z Compiling ssh-cipher v0.2.0
33502026-01-23T15:08:23.548Z Compiling progenitor v0.8.0
33512026-01-23T15:08:23.591Z Compiling radix_trie v0.2.1
33522026-01-23T15:08:23.657Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33532026-01-23T15:08:23.831Z Compiling bcrypt-pbkdf v0.10.0
33542026-01-23T15:08:24.343Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33552026-01-23T15:08:24.438Z Compiling zone_cfg_derive v0.1.2
33562026-01-23T15:08:24.509Z Compiling object v0.30.4
33572026-01-23T15:08:24.857Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33582026-01-23T15:08:25.429Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33592026-01-23T15:08:25.724Z Compiling tabled v0.20.0
33602026-01-23T15:08:27.820Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33612026-01-23T15:08:28.415Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33622026-01-23T15:08:30.434Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33632026-01-23T15:08:31.235Z Compiling parking_lot v0.11.2
33642026-01-23T15:08:31.573Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33652026-01-23T15:08:32.051Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
33662026-01-23T15:08:32.386Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33672026-01-23T15:08:32.865Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33682026-01-23T15:08:34.046Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33692026-01-23T15:08:34.085Z Compiling prefix-trie v0.7.0
33702026-01-23T15:08:34.219Z Compiling password-hash v0.4.2
33712026-01-23T15:08:34.489Z Compiling fxhash v0.2.1
33722026-01-23T15:08:34.525Z Compiling secrecy v0.8.0
33732026-01-23T15:08:34.759Z Compiling http-range v0.1.5
33742026-01-23T15:08:34.841Z Compiling path-slash v0.1.5
33752026-01-23T15:08:34.958Z Compiling half v1.8.3
33762026-01-23T15:08:35.062Z Compiling base64 v0.13.1
33772026-01-23T15:08:35.136Z Compiling number_prefix v0.4.0
33782026-01-23T15:08:35.163Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33792026-01-23T15:08:35.448Z Compiling serde_cbor v0.11.2
33802026-01-23T15:08:35.558Z Compiling ron v0.7.1
33812026-01-23T15:08:35.642Z Compiling indicatif v0.17.11
33822026-01-23T15:08:36.751Z Compiling hickory-server v0.25.2
33832026-01-23T15:08:37.521Z Compiling pbkdf2 v0.11.0
33842026-01-23T15:08:37.827Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33852026-01-23T15:08:37.939Z Compiling sled v0.34.7
33862026-01-23T15:08:38.312Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33872026-01-23T15:08:39.595Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33882026-01-23T15:08:39.822Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf)
33892026-01-23T15:08:40.721Z Compiling xz2 v0.1.7
33902026-01-23T15:08:40.955Z Compiling zone v0.1.8
33912026-01-23T15:08:41.205Z Compiling ssh-key v0.6.6
33922026-01-23T15:08:41.575Z Compiling hickory-client v0.25.2
33932026-01-23T15:08:42.203Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33942026-01-23T15:08:42.238Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33952026-01-23T15:08:43.218Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33962026-01-23T15:08:44.121Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33972026-01-23T15:08:44.706Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
33982026-01-23T15:08:44.755Z Compiling p521 v0.13.3
33992026-01-23T15:08:44.898Z Compiling p256 v0.13.2
34002026-01-23T15:08:45.298Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
34012026-01-23T15:08:45.647Z Compiling yasna v0.5.2
34022026-01-23T15:08:45.892Z Compiling headers-core v0.3.0
34032026-01-23T15:08:46.122Z Compiling kstat-rs v0.2.4
34042026-01-23T15:08:46.522Z Compiling nanorand v0.7.0
34052026-01-23T15:08:46.704Z Compiling atty v0.2.14
34062026-01-23T15:08:46.734Z Compiling russh-cryptovec v0.7.3
34072026-01-23T15:08:46.808Z Compiling md5 v0.7.0
34082026-01-23T15:08:46.913Z Compiling crc8 v0.1.1
34092026-01-23T15:08:47.065Z Compiling flume v0.11.1
34102026-01-23T15:08:47.094Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf)
34112026-01-23T15:08:47.145Z Compiling russh-keys v0.45.0
34122026-01-23T15:08:47.178Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
34132026-01-23T15:08:47.313Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
34142026-01-23T15:08:47.723Z Compiling rcgen v0.12.1
34152026-01-23T15:08:48.088Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34162026-01-23T15:08:49.023Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34172026-01-23T15:08:49.143Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34182026-01-23T15:08:49.648Z Compiling headers v0.4.1
34192026-01-23T15:08:50.331Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34202026-01-23T15:08:51.380Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34212026-01-23T15:08:54.183Z Compiling hyper-staticfile v0.10.1
34222026-01-23T15:08:54.970Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34232026-01-23T15:08:55.219Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34242026-01-23T15:08:55.635Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34252026-01-23T15:08:56.482Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34262026-01-23T15:08:57.001Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34272026-01-23T15:08:57.300Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34282026-01-23T15:08:58.026Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34292026-01-23T15:08:59.222Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34302026-01-23T15:08:59.702Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34312026-01-23T15:09:00.693Z Compiling num-bigint v0.4.6
34322026-01-23T15:09:01.084Z Compiling des v0.8.1
34332026-01-23T15:09:01.281Z Compiling subprocess v0.2.9
34342026-01-23T15:09:01.446Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34352026-01-23T15:09:02.234Z Compiling display-error-chain v0.2.2
34362026-01-23T15:09:02.263Z Compiling hex-literal v0.4.1
34372026-01-23T15:09:02.478Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34382026-01-23T15:09:02.502Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34392026-01-23T15:09:02.726Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34402026-01-23T15:09:03.204Z Compiling internet-checksum v0.2.1
34412026-01-23T15:09:03.459Z Compiling russh v0.45.0
34422026-01-23T15:09:05.139Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34432026-01-23T15:09:05.483Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34442026-01-23T15:09:06.705Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34452026-01-23T15:09:08.748Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34462026-01-23T15:09:09.384Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34472026-01-23T15:09:09.758Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34482026-01-23T15:09:24.272Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34492026-01-23T15:10:10.140Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34502026-01-23T15:10:49.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 41s
34512026-01-23T15:10:49.822Z
34522026-01-23T15:10:49.822Zreal 3:42.136810058
34532026-01-23T15:10:49.822Zuser 17:37.382417656
34542026-01-23T15:10:49.822Zsys 2:45.169893369
34552026-01-23T15:10:49.822Ztrap 0.576397061
34562026-01-23T15:10:49.822Ztflt 0.232888269
34572026-01-23T15:10:49.822Zdflt 1.043294624
34582026-01-23T15:10:49.822Zkflt 0.000156697
34592026-01-23T15:10:49.822Zlock 48:29.756078404
34602026-01-23T15:10:49.822Zslp 1:03:38.642619137
34612026-01-23T15:10:49.822Zlat 1:01.582300951
34622026-01-23T15:10:49.822Zstop 2:28.795704794
34632026-01-23T15:10:49.847Z+ mkdir tests
34642026-01-23T15:10:49.847Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34652026-01-23T15:10:49.847Z+ xargs -I '{}' -t cp '{}' tests/
34662026-01-23T15:10:49.879Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f2ad5aa15980201e tests/
34672026-01-23T15:10:49.903Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-c981018e03f80c47 tests/
34682026-01-23T15:10:49.929Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-fb7d1a15e71504d0 tests/
34692026-01-23T15:10:49.953Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-9f815cb5ea53e3b6 tests/
34702026-01-23T15:10:50.243Z+ 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/*)
34712026-01-23T15:10:50.267Z+ 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-c981018e03f80c47 tests/commtest-fb7d1a15e71504d0 tests/dhcp_server-f2ad5aa15980201e tests/end_to_end_tests-9f815cb5ea53e3b6 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
34722026-01-23T15:13:02.276ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34732026-01-23T15:13:02.276Za .github/buildomat/ci-env.sh 1K
34742026-01-23T15:13:02.276Za out/target/test 1K
34752026-01-23T15:13:02.276Za out/npuzone/npuzone 27402K
34762026-01-23T15:13:02.276Za package-manifest.toml 35K
34772026-01-23T15:13:02.276Za smf/sled-agent/non-gimlet/config.toml 6K
34782026-01-23T15:13:02.276Za target/release/omicron-package 42876K
34792026-01-23T15:13:02.276Za target/release/xtask 11475K
34802026-01-23T15:13:02.276Za target/debug/bootstrap 319926K
34812026-01-23T15:13:02.276Za tests/bootstrap-c981018e03f80c47 31133K
34822026-01-23T15:13:02.276Za tests/commtest-fb7d1a15e71504d0 31433K
34832026-01-23T15:13:02.276Za tests/dhcp_server-f2ad5aa15980201e 31133K
34842026-01-23T15:13:02.276Za tests/end_to_end_tests-9f815cb5ea53e3b6 364331K
34852026-01-23T15:13:02.276Za out/clickhouse.tar.gz 317183K
34862026-01-23T15:13:02.276Za out/clickhouse_keeper.tar.gz 300196K
34872026-01-23T15:13:02.276Za out/clickhouse_server.tar.gz 317182K
34882026-01-23T15:13:02.277Za out/cockroachdb.tar.gz 164716K
34892026-01-23T15:13:02.277Za out/crucible-pantry-zone.tar.gz 41361K
34902026-01-23T15:13:02.277Za out/crucible-utils.tar 17744K
34912026-01-23T15:13:02.277Za out/crucible-zone.tar.gz 55499K
34922026-01-23T15:13:02.277Za out/external-dns.tar.gz 47541K
34932026-01-23T15:13:02.277Za out/internal-dns.tar.gz 47541K
34942026-01-23T15:13:02.277Za out/mg-ddm-gz.tar 84156K
34952026-01-23T15:13:02.277Za out/nexus.tar.gz 207102K
34962026-01-23T15:13:02.277Za out/ntp.tar.gz 28675K
34972026-01-23T15:13:02.277Za out/omicron-gateway-softnpu.tar.gz 30098K
34982026-01-23T15:13:02.277Za out/omicron-sled-agent.tar 192613K
34992026-01-23T15:13:02.277Za out/overlay.tar.gz 3K
35002026-01-23T15:13:02.277Za out/oximeter.tar.gz 63314K
35012026-01-23T15:13:02.277Za out/oxlog.tar 3946K
35022026-01-23T15:13:02.277Za out/probe.tar.gz 3037K
35032026-01-23T15:13:02.277Za out/propolis-server.tar.gz 74630K
35042026-01-23T15:13:02.277Za out/pumpkind-gz.tar 26647K
35052026-01-23T15:13:02.277Za out/switch-softnpu.tar.gz 373320K
35062026-01-23T15:13:02.301Z
35072026-01-23T15:13:02.302Zreal 2:12.049149650
35082026-01-23T15:13:02.302Zuser 2:01.849250015
35092026-01-23T15:13:02.302Zsys 13.234999520
35102026-01-23T15:13:02.302Ztrap 0.039748504
35112026-01-23T15:13:02.302Ztflt 0.000000000
35122026-01-23T15:13:02.302Zdflt 0.000000000
35132026-01-23T15:13:02.302Zkflt 0.000000000
35142026-01-23T15:13:02.302Zlock 0.000000000
35152026-01-23T15:13:02.302Zslp 2:01.495289933
35162026-01-23T15:13:02.302Zlat 7.472964620
35172026-01-23T15:13:02.302Zstop 0.000277276
35182026-01-23T15:13:02.302Zprocess exited: duration 2549628 ms, exit code 0
 
35192026-01-23T15:13:02.384Zfound 1 output files
35202026-01-23T15:13:02.385Zuploading: /work/package.tar.gz (2396088150 bytes)
35212026-01-23T15:16:38.294Zuploaded: /work/package.tar.gz