01KJ6QNET7WW431YQC9KTRSJGN: 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: 01KJ6QP264KE55P9TK23QZ1S1D

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-24T02:30:43.890Zjob assigned to worker 01KJ6QPAVKYWKVZZTTD4HP4ETT [factory aws, i-08eebaa90873d76a7] (queued for 1 m 7 s)
 
22026-02-24T02:30:51.845Zstarting task 0: "setup"
32026-02-24T02:30:51.850Z++ uname -s
42026-02-24T02:30:51.853Z+ kern=SunOS
52026-02-24T02:30:51.853Z+ build_user=build
62026-02-24T02:30:51.853Z+ build_uid=12345
72026-02-24T02:30:51.853Z+ work_dir=/work
82026-02-24T02:30:51.853Z+ input_dir=/input
92026-02-24T02:30:51.853Z+ [[ 0 == 12345 ]]
102026-02-24T02:30:51.853Z+ case "$kern" in
112026-02-24T02:30:51.853Z+ groupadd -g 12345 build
122026-02-24T02:30:51.856Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-24T02:30:53.862Z+ zfs create -o mountpoint=/work rpool/work
142026-02-24T02:30:53.979Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-24T02:30:53.982Z+ home_fs=zfs
162026-02-24T02:30:53.982Z+ [[ zfs == autofs ]]
172026-02-24T02:30:53.982Z+ mkdir -p /home/build
182026-02-24T02:30:53.985Z+ chown build:build /home/build /work
192026-02-24T02:30:55.986Z+ chmod 0700 /home/build /work
202026-02-24T02:30:55.990Zprocess exited: duration 4145 ms, exit code 0
 
212026-02-24T02:30:55.997Zstarting task 1: "rust-toolchain"
222026-02-24T02:30:56.002Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-02-24T02:30:56.002Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-02-24T02:30:56.002Z * rust toolchain channel = "1.91.1"
252026-02-24T02:30:56.002Z * rust toolchain profile = "default"
262026-02-24T02:30:56.002Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-24T02:30:56.002Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-24T02:30:56.005Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-24T02:30:56.005Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-02-24T02:30:56.113Zinfo: downloading installer
312026-02-24T02:30:57.792Zwarn: It looks like you have an existing installation of Rust at:
322026-02-24T02:30:57.792Zwarn: /opt/ooce/bin
332026-02-24T02:30:57.792Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-24T02:30:57.792Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-24T02:30:57.792Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-24T02:30:57.792Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-24T02:30:57.792Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-24T02:30:57.792Zerror: cannot install while Rust is installed
392026-02-24T02:30:57.793Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-24T02:30:57.810Zinfo: profile set to 'default'
412026-02-24T02:30:57.810Zinfo: default host triple is x86_64-unknown-illumos
422026-02-24T02:30:57.813Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-02-24T02:30:57.997Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-02-24T02:30:57.997Zinfo: downloading component 'cargo'
452026-02-24T02:30:59.157Zinfo: downloading component 'clippy'
462026-02-24T02:30:59.555Zinfo: downloading component 'rust-docs'
472026-02-24T02:31:01.296Zinfo: downloading component 'rust-std'
482026-02-24T02:31:03.082Zinfo: downloading component 'rustc'
492026-02-24T02:31:12.247Zinfo: downloading component 'rustfmt'
502026-02-24T02:31:12.523Zinfo: installing component 'cargo'
512026-02-24T02:31:13.415Zinfo: installing component 'clippy'
522026-02-24T02:31:13.807Zinfo: installing component 'rust-docs'
532026-02-24T02:31:15.769Zinfo: installing component 'rust-std'
542026-02-24T02:31:17.608Zinfo: installing component 'rustc'
552026-02-24T02:31:24.197Zinfo: installing component 'rustfmt'
562026-02-24T02:31:24.538Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-02-24T02:31:24.538Z
582026-02-24T02:31:24.994Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-02-24T02:31:24.995Z
602026-02-24T02:31:24.998Z
612026-02-24T02:31:24.998ZRust is installed now. Great!
622026-02-24T02:31:24.998Z
632026-02-24T02:31:24.998ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-24T02:31:24.998Zenvironment variable. This has not been done automatically.
652026-02-24T02:31:24.998Z
662026-02-24T02:31:24.998ZTo configure your current shell, you need to source
672026-02-24T02:31:24.998Zthe corresponding env file under $HOME/.cargo.
682026-02-24T02:31:24.998Z
692026-02-24T02:31:24.998ZThis is usually done by running one of the following (note the leading DOT):
702026-02-24T02:31:24.998Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-24T02:31:24.998Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-24T02:31:24.998Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-24T02:31:25.091Z+ rustup --version
742026-02-24T02:31:25.101Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-24T02:31:25.104Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-24T02:31:25.188Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-02-24T02:31:25.193Z+ cargo --version
782026-02-24T02:31:25.261Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-02-24T02:31:25.264Z+ rustc --version
802026-02-24T02:31:25.337Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-02-24T02:31:25.340Zprocess exited: duration 29345 ms, exit code 0
 
822026-02-24T02:31:25.346Zstarting task 2: "authentication"
832026-02-24T02:31:25.369Zprocess exited: duration 21 ms, exit code 0
 
842026-02-24T02:31:25.376Zstarting task 3: "clone repository"
852026-02-24T02:31:25.379Z+ mkdir -p /work/oxidecomputer/omicron
862026-02-24T02:31:25.382Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-02-24T02:31:25.422ZCloning into '/work/oxidecomputer/omicron'...
882026-02-24T02:32:20.519Z+ cd /work/oxidecomputer/omicron
892026-02-24T02:32:20.522Z+ git fetch origin 726b27d712b45a2c74e8d60323dfcefb38d3fbc6
902026-02-24T02:32:21.157ZFrom https://github.com/oxidecomputer/omicron
912026-02-24T02:32:21.157Z * branch 726b27d712b45a2c74e8d60323dfcefb38d3fbc6 -> FETCH_HEAD
922026-02-24T02:32:21.162Z+ [[ -n john/move-external-port-discovery ]]
932026-02-24T02:32:21.180Z++ git branch --show-current
942026-02-24T02:32:21.180Z+ current=main
952026-02-24T02:32:21.180Z+ [[ main != john/move-external-port-discovery ]]
962026-02-24T02:32:21.181Z+ git branch -f john/move-external-port-discovery 726b27d712b45a2c74e8d60323dfcefb38d3fbc6
972026-02-24T02:32:21.181Z+ git checkout -f john/move-external-port-discovery
982026-02-24T02:32:21.707ZSwitched to branch 'john/move-external-port-discovery'
992026-02-24T02:32:21.710Z+ git reset --hard 726b27d712b45a2c74e8d60323dfcefb38d3fbc6
1002026-02-24T02:32:21.729ZHEAD is now at 726b27d71 Merge branch 'main' into john/move-external-port-discovery
1012026-02-24T02:32:21.733Zprocess exited: duration 56358 ms, exit code 0
 
1022026-02-24T02:32:21.745Zstarting task 4: "build"
1032026-02-24T02:32:21.750Z+ source .github/buildomat/ci-env.sh
1042026-02-24T02:32:21.750Z++ export CARGO_TERM_COLOR=always
1052026-02-24T02:32:21.750Z++ CARGO_TERM_COLOR=always
1062026-02-24T02:32:21.750Z+ cargo --version
1072026-02-24T02:32:21.815Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-02-24T02:32:21.820Z+ rustc --version
1092026-02-24T02:32:21.899Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-02-24T02:32:21.903Z+ WORK=/work
1112026-02-24T02:32:21.903Z+ pfexec mkdir -p /work
1122026-02-24T02:32:21.904Z+ pfexec chown build /work
1132026-02-24T02:32:21.904Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142026-02-24T02:32:32.681Z Startup: Refreshing catalog 'helios-dev' ... Done
1152026-02-24T02:32:43.100Z Startup: Caching catalogs ... Done
1162026-02-24T02:33:06.495ZPlanning: Solver setup ... Done (21.760s)
1172026-02-24T02:33:06.657ZPlanning: Running solver ... Done (0.163s)
1182026-02-24T02:33:06.821ZPlanning: Finding local manifests ... Done (0.003s)
1192026-02-24T02:33:06.845ZPlanning: Fetching manifests: 0/4 0% complete
1202026-02-24T02:33:08.127ZPlanning: Fetching manifests: 4/4 100% complete
1212026-02-24T02:33:08.176ZPlanning: Package planning ... Done (0.049s)
1222026-02-24T02:33:08.228ZPlanning: Merging actions ... Done (0.052s)
1232026-02-24T02:33:08.515ZPlanning: Checking for conflicting actions ... Done (0.286s)
1242026-02-24T02:33:08.525ZPlanning: Consolidating action changes ... Done (0.011s)
1252026-02-24T02:33:09.570ZPlanning: Evaluating mediators ... Done (1.044s)
1262026-02-24T02:33:09.579ZPlanning: Planning completed in 26.33 seconds
1272026-02-24T02:33:09.595Z Packages to install: 4
1282026-02-24T02:33:09.595Z Mediators to change: 2
1292026-02-24T02:33:09.598Z Services to change: 1
1302026-02-24T02:33:09.598Z Estimated space available: 155.43 GB
1312026-02-24T02:33:09.598ZEstimated space to be consumed: 1.81 GB
1322026-02-24T02:33:09.598Z Create boot environment: No
1332026-02-24T02:33:09.598ZCreate backup boot environment: No
1342026-02-24T02:33:09.598Z Rebuild boot archive: No
1352026-02-24T02:33:09.598Z
1362026-02-24T02:33:09.598ZChanged mediators:
1372026-02-24T02:33:09.598Z mediator clang:
1382026-02-24T02:33:09.598Z version: None -> 15 (system default)
1392026-02-24T02:33:09.598Z
1402026-02-24T02:33:09.598Z mediator llvm:
1412026-02-24T02:33:09.598Z version: 14 (system default) -> 15 (system default)
1422026-02-24T02:33:09.598Z
1432026-02-24T02:33:09.598ZChanged packages:
1442026-02-24T02:33:09.598Zhelios-dev
1452026-02-24T02:33:09.598Z developer/build-essential
1462026-02-24T02:33:09.598Z None -> 11-2.0
1472026-02-24T02:33:09.598Z library/libxmlsec1
1482026-02-24T02:33:09.598Z None -> 1.2.35-2.0
1492026-02-24T02:33:09.598Z ooce/developer/clang-15
1502026-02-24T02:33:09.598Z None -> 15.0.7-2.0
1512026-02-24T02:33:09.598Z ooce/developer/llvm-15
1522026-02-24T02:33:09.599Z None -> 15.0.7-2.0
1532026-02-24T02:33:09.599Z
1542026-02-24T02:33:09.599ZServices:
1552026-02-24T02:33:09.599Z restart_fmri:
1562026-02-24T02:33:09.599Z svc:/system/update-man-index:default
1572026-02-24T02:33:09.651Z
1582026-02-24T02:33:09.651ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592026-02-24T02:33:15.223ZDownload: 1191/3290 items 82.3/212.6MB 38% complete (16.9M/s)
1602026-02-24T02:33:20.226ZDownload: 2581/3290 items 120.2/212.6MB 56% complete (12.7M/s)
1612026-02-24T02:33:25.563ZDownload: 3285/3290 items 211.1/212.6MB 99% complete (21.0M/s)
1622026-02-24T02:33:25.601ZDownload: Completed 212.60 MB in 15.95 seconds (13.3M/s)
1632026-02-24T02:33:26.895Z Actions: 1/3689 actions (Installing new actions)
1642026-02-24T02:33:31.504Z Actions: Completed 3689 actions in 4.61 seconds.
1652026-02-24T02:33:31.930Z Done (0.421s)
1662026-02-24T02:33:31.930Z Done (0.000s)
1672026-02-24T02:33:33.028Z Done (1.098s)
1682026-02-24T02:33:37.493Z Done (4.091s)
1692026-02-24T02:33:37.580Z Done (0.019s)
1702026-02-24T02:33:37.604Z Done (0.000s)
1712026-02-24T02:33:37.731Z Done (0.000s)
1722026-02-24T02:33:38.691ZPlanning: Evaluating mediator changes ... Done
1732026-02-24T02:33:38.850ZPlanning: Checking for conflicting actions ... Done
1742026-02-24T02:33:38.854ZPlanning: Consolidating action changes ... Done
1752026-02-24T02:33:39.123ZPlanning: Evaluating mediators ... Done
1762026-02-24T02:33:39.129ZPlanning: Planning completed in 0.43 seconds
1772026-02-24T02:33:39.157Z Mediators to change: 2
1782026-02-24T02:33:39.158Z Create boot environment: No
1792026-02-24T02:33:39.162ZCreate backup boot environment: No
1802026-02-24T02:33:39.232Z Done
1812026-02-24T02:33:39.232Z Done
1822026-02-24T02:33:39.999Z Done
1832026-02-24T02:33:43.912Z Done
1842026-02-24T02:33:44.009Z Done
1852026-02-24T02:33:44.012Z Done
1862026-02-24T02:33:44.173Z Done
1872026-02-24T02:33:44.875ZPlanning: Evaluating mediator changes ... Done
1882026-02-24T02:33:44.878ZPlanning: Merging actions ... Done
1892026-02-24T02:33:45.088ZPlanning: Checking for conflicting actions ... Done
1902026-02-24T02:33:45.091ZPlanning: Consolidating action changes ... Done
1912026-02-24T02:33:45.385ZPlanning: Evaluating mediators ... Done
1922026-02-24T02:33:45.447ZPlanning: Planning completed in 0.84 seconds
1932026-02-24T02:33:45.484Z Packages to change: 1
1942026-02-24T02:33:45.484Z Mediators to change: 1
1952026-02-24T02:33:45.484Z Services to change: 1
1962026-02-24T02:33:45.484Z Create boot environment: No
1972026-02-24T02:33:45.487ZCreate backup boot environment: Yes
1982026-02-24T02:33:48.158Z Actions: 1/6 actions (Updating modified actions)
1992026-02-24T02:33:48.161Z Actions: Completed 6 actions in 0.00 seconds.
2002026-02-24T02:33:48.161Z Done
2012026-02-24T02:33:48.161Z Done
2022026-02-24T02:33:48.385Z Done
2032026-02-24T02:33:52.287Z Done
2042026-02-24T02:33:52.372Z Done
2052026-02-24T02:33:52.375Z Done
2062026-02-24T02:33:52.540Z Done
2072026-02-24T02:33:52.999ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2082026-02-24T02:33:52.999Zclang system 15 system
2092026-02-24T02:33:52.999Zcsh system system illumos
2102026-02-24T02:33:52.999Zctags system system illumos
2112026-02-24T02:33:52.999Zfile system system illumos
2122026-02-24T02:33:52.999Zgcc vendor 12 vendor
2132026-02-24T02:33:52.999Zgcc system 10 system
2142026-02-24T02:33:52.999Zgcc system 7 system
2152026-02-24T02:33:52.999Zgo system 1.20 system
2162026-02-24T02:33:52.999Zgo system 1.19 system
2172026-02-24T02:33:52.999Zllvm system 15 system
2182026-02-24T02:33:52.999Zllvm system 14 system
2192026-02-24T02:33:53.000Zmariadb system 10.6 system
2202026-02-24T02:33:53.000Zmta vendor vendor dma
2212026-02-24T02:33:53.000Zopenjdk system 17 system
2222026-02-24T02:33:53.000Zopenjdk system 11 system
2232026-02-24T02:33:53.000Zopenjdk system 1.8 system
2242026-02-24T02:33:53.000Zopenssl vendor 3 vendor
2252026-02-24T02:33:53.000Zperl system 5.36 system
2262026-02-24T02:33:53.000Zpostgresql system 15 system
2272026-02-24T02:33:53.000Zpostgresql system 13 system
2282026-02-24T02:33:53.000Zpython vendor 3 vendor
2292026-02-24T02:33:53.000Zpython system 2 system
2302026-02-24T02:33:53.000Zpython3 system 3.11 system
2312026-02-24T02:33:53.000Zruby system 3.0 system
2322026-02-24T02:33:53.000Zwords vendor vendor american-english
2332026-02-24T02:33:53.000Zwords system system australian-english
2342026-02-24T02:33:53.000Zwords system system british-english
2352026-02-24T02:33:53.000Zwords system system canadian-english
2362026-02-24T02:33:53.000Zwords system system french
2372026-02-24T02:33:53.000Zwords system system italian
2382026-02-24T02:33:53.000Zwords system system ngerman
2392026-02-24T02:33:53.000Zwords system system ogerman
2402026-02-24T02:33:53.000Zwords system system spanish
2412026-02-24T02:33:53.367ZPUBLISHER TYPE STATUS P LOCATION
2422026-02-24T02:33:53.367Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2432026-02-24T02:33:59.915ZFMRI IFO
2442026-02-24T02:33:59.915Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2452026-02-24T02:33:59.915Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2462026-02-24T02:33:59.915Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2472026-02-24T02:33:59.915Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2482026-02-24T02:33:59.915Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2492026-02-24T02:33:59.915Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2502026-02-24T02:33:59.915Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2512026-02-24T02:33:59.915Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2522026-02-24T02:33:59.915Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2532026-02-24T02:33:59.916Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2542026-02-24T02:33:59.916Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2552026-02-24T02:33:59.916Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2562026-02-24T02:33:59.916Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2572026-02-24T02:33:59.916Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2582026-02-24T02:33:59.916Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2592026-02-24T02:33:59.916Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2602026-02-24T02:34:01.144Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2612026-02-24T02:34:01.847Z Updating crates.io index
2622026-02-24T02:34:01.896Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2632026-02-24T02:34:02.380Z Updating git repository `https://github.com/oxidecomputer/lldp`
2642026-02-24T02:34:03.661Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2652026-02-24T02:34:06.354Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2662026-02-24T02:34:07.095Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2672026-02-24T02:34:07.747Z Updating git repository `https://github.com/oxidecomputer/propolis`
2682026-02-24T02:34:11.818Z Updating git repository `https://github.com/oxidecomputer/crucible`
2692026-02-24T02:34:18.062Z Updating git repository `https://github.com/oxidecomputer/opte`
2702026-02-24T02:34:20.604Z Updating git repository `https://github.com/oxidecomputer/tofino`
2712026-02-24T02:34:21.528Z Updating git repository `https://github.com/oxidecomputer/falcon`
2722026-02-24T02:34:25.045Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2732026-02-24T02:34:26.432Z Updating git repository `https://github.com/oxidecomputer/clickward`
2742026-02-24T02:34:27.392Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2752026-02-24T02:34:28.497Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2762026-02-24T02:34:29.128Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2772026-02-24T02:34:30.987Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2782026-02-24T02:34:32.042Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-02-24T02:34:32.698Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2802026-02-24T02:34:33.363Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2812026-02-24T02:34:34.314Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2822026-02-24T02:34:34.766Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2832026-02-24T02:34:35.218Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2842026-02-24T02:34:35.757Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2852026-02-24T02:34:36.516Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2862026-02-24T02:34:37.381Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2872026-02-24T02:34:40.113Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2882026-02-24T02:34:40.816Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2892026-02-24T02:34:41.570Z Updating git repository `https://github.com/oxidecomputer/ispf`
2902026-02-24T02:34:42.225Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2912026-02-24T02:34:44.154Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2922026-02-24T02:34:45.039Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2932026-02-24T02:34:45.571Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2942026-02-24T02:34:46.454Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2952026-02-24T02:34:47.025Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2962026-02-24T02:34:48.084Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2972026-02-24T02:34:48.558Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2982026-02-24T02:34:49.221Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2992026-02-24T02:34:49.756Z Updating git repository `https://github.com/illumos/smf-rs`
3002026-02-24T02:34:50.431Z Updating git repository `https://github.com/oxidecomputer/omicron`
3012026-02-24T02:35:25.903Z Downloading crates ...
3022026-02-24T02:35:25.977Z Downloaded cpufeatures v0.2.14
3032026-02-24T02:35:25.989Z Downloaded thiserror-impl v2.0.18
3042026-02-24T02:35:25.992Z Downloaded tabled_derive v0.7.0
3052026-02-24T02:35:25.995Z Downloaded errno v0.3.12
3062026-02-24T02:35:25.999Z Downloaded utf8_iter v1.0.4
3072026-02-24T02:35:26.005Z Downloaded anstream v0.6.18
3082026-02-24T02:35:26.005Z Downloaded version_check v0.9.5
3092026-02-24T02:35:26.005Z Downloaded heck v0.4.1
3102026-02-24T02:35:26.008Z Downloaded icu_provider_macros v1.5.0
3112026-02-24T02:35:26.008Z Downloaded dof v0.3.0
3122026-02-24T02:35:26.008Z Downloaded block-buffer v0.10.4
3132026-02-24T02:35:26.008Z Downloaded toml_datetime v0.6.11
3142026-02-24T02:35:26.008Z Downloaded write16 v1.0.0
3152026-02-24T02:35:26.011Z Downloaded yoke-derive v0.7.4
3162026-02-24T02:35:26.011Z Downloaded thread-id v4.2.2
3172026-02-24T02:35:26.014Z Downloaded textwrap v0.16.2
3182026-02-24T02:35:26.014Z Downloaded idna_adapter v1.2.0
3192026-02-24T02:35:26.017Z Downloaded form_urlencoded v1.2.2
3202026-02-24T02:35:26.017Z Downloaded is_terminal_polyfill v1.70.1
3212026-02-24T02:35:26.017Z Downloaded usdt-macro v0.5.0
3222026-02-24T02:35:26.023Z Downloaded fastrand v2.1.1
3232026-02-24T02:35:26.024Z Downloaded zerofrom v0.1.4
3242026-02-24T02:35:26.024Z Downloaded equivalent v1.0.2
3252026-02-24T02:35:26.024Z Downloaded utf8parse v0.2.2
3262026-02-24T02:35:26.027Z Downloaded utf16_iter v1.0.5
3272026-02-24T02:35:26.027Z Downloaded erased-serde v0.4.6
3282026-02-24T02:35:26.027Z Downloaded unicode-xid v0.2.6
3292026-02-24T02:35:26.027Z Downloaded displaydoc v0.2.5
3302026-02-24T02:35:26.030Z Downloaded usdt-attr-macro v0.5.0
3312026-02-24T02:35:26.030Z Downloaded unicode-linebreak v0.1.5
3322026-02-24T02:35:26.033Z Downloaded cargo_metadata v0.21.0
3332026-02-24T02:35:26.038Z Downloaded heck v0.5.0
3342026-02-24T02:35:26.039Z Downloaded memmap v0.7.0
3352026-02-24T02:35:26.041Z Downloaded toml_write v0.1.2
3362026-02-24T02:35:26.042Z Downloaded usdt v0.5.0
3372026-02-24T02:35:26.042Z Downloaded bytecount v0.6.8
3382026-02-24T02:35:26.042Z Downloaded dtrace-parser v0.2.0
3392026-02-24T02:35:26.042Z Downloaded cargo-platform v0.2.0
3402026-02-24T02:35:26.045Z Downloaded camino-tempfile v1.4.1
3412026-02-24T02:35:26.045Z Downloaded zerofrom-derive v0.1.4
3422026-02-24T02:35:26.052Z Downloaded yoke v0.7.4
3432026-02-24T02:35:26.052Z Downloaded typeid v1.0.3
3442026-02-24T02:35:26.052Z Downloaded litemap v0.7.3
3452026-02-24T02:35:26.063Z Downloaded writeable v0.5.5
3462026-02-24T02:35:26.063Z Downloaded zerovec-derive v0.10.3
3472026-02-24T02:35:26.063Z Downloaded tinystr v0.7.6
3482026-02-24T02:35:26.063Z Downloaded serde_spanned v0.6.9
3492026-02-24T02:35:26.063Z Downloaded zmij v1.0.15
3502026-02-24T02:35:26.063Z Downloaded tempfile v3.24.0
3512026-02-24T02:35:26.063Z Downloaded toml v0.8.23
3522026-02-24T02:35:26.069Z Downloaded zerocopy-derive v0.7.35
3532026-02-24T02:35:26.069Z Downloaded typenum v1.17.0
3542026-02-24T02:35:26.073Z Downloaded colorchoice v1.0.2
3552026-02-24T02:35:26.073Z Downloaded usdt-impl v0.5.0
3562026-02-24T02:35:26.073Z Downloaded ucd-trie v0.1.7
3572026-02-24T02:35:26.076Z Downloaded ordered-float v2.10.1
3582026-02-24T02:35:26.076Z Downloaded unicode-ident v1.0.19
3592026-02-24T02:35:26.079Z Downloaded serde-value v0.7.0
3602026-02-24T02:35:26.080Z Downloaded itoa v1.0.11
3612026-02-24T02:35:26.080Z Downloaded fnv v1.0.7
3622026-02-24T02:35:26.083Z Downloaded thiserror v1.0.69
3632026-02-24T02:35:26.087Z Downloaded thiserror v2.0.18
3642026-02-24T02:35:26.091Z Downloaded url v2.5.4
3652026-02-24T02:35:26.096Z Downloaded macaddr v1.0.1
3662026-02-24T02:35:26.096Z Downloaded icu_locid_transform v1.5.0
3672026-02-24T02:35:26.099Z Downloaded swrite v0.1.0
3682026-02-24T02:35:26.099Z Downloaded strsim v0.11.1
3692026-02-24T02:35:26.099Z Downloaded stable_deref_trait v1.2.0
3702026-02-24T02:35:26.102Z Downloaded anstyle-query v1.1.1
3712026-02-24T02:35:26.102Z Downloaded terminal_size v0.4.0
3722026-02-24T02:35:26.102Z Downloaded generic-array v0.14.7
3732026-02-24T02:35:26.105Z Downloaded toml_edit v0.22.27
3742026-02-24T02:35:26.109Z Downloaded plain v0.2.3
3752026-02-24T02:35:26.112Z Downloaded scroll_derive v0.12.0
3762026-02-24T02:35:26.112Z Downloaded zerovec v0.10.4
3772026-02-24T02:35:26.114Z Downloaded smawk v0.3.2
3782026-02-24T02:35:26.117Z Downloaded proc-macro-error-attr v1.0.4
3792026-02-24T02:35:26.117Z Downloaded percent-encoding v2.3.2
3802026-02-24T02:35:26.120Z Downloaded icu_locid_transform_data v1.5.0
3812026-02-24T02:35:26.120Z Downloaded anstyle v1.0.11
3822026-02-24T02:35:26.123Z Downloaded pretty-hex v0.4.1
3832026-02-24T02:35:26.123Z Downloaded fs-err v3.1.1
3842026-02-24T02:35:26.126Z Downloaded digest v0.10.7
3852026-02-24T02:35:26.126Z Downloaded cfg-if v1.0.4
3862026-02-24T02:35:26.128Z Downloaded cargo_toml v0.21.0
3872026-02-24T02:35:26.128Z Downloaded zerocopy v0.7.35
3882026-02-24T02:35:26.142Z Downloaded winnow v0.7.14
3892026-02-24T02:35:26.149Z Downloaded clap_lex v0.7.4
3902026-02-24T02:35:26.151Z Downloaded autocfg v1.4.0
3912026-02-24T02:35:26.154Z Downloaded sha2 v0.10.9
3922026-02-24T02:35:26.157Z Downloaded byteorder v1.5.0
3932026-02-24T02:35:26.157Z Downloaded unicode-width v0.2.0
3942026-02-24T02:35:26.160Z Downloaded icu_properties v1.5.1
3952026-02-24T02:35:26.163Z Downloaded icu_normalizer_data v1.5.0
3962026-02-24T02:35:26.166Z Downloaded icu_normalizer v1.5.0
3972026-02-24T02:35:26.168Z Downloaded unicode-width v0.1.14
3982026-02-24T02:35:26.172Z Downloaded synstructure v0.13.1
3992026-02-24T02:35:26.174Z Downloaded scroll v0.12.0
4002026-02-24T02:35:26.174Z Downloaded serde_tokenstream v0.2.2
4012026-02-24T02:35:26.177Z Downloaded serde-untagged v0.1.7
4022026-02-24T02:35:26.177Z Downloaded semver v1.0.27
4032026-02-24T02:35:26.179Z Downloaded quote v1.0.40
4042026-02-24T02:35:26.182Z Downloaded pest_meta v2.8.2
4052026-02-24T02:35:26.185Z Downloaded icu_locid v1.5.0
4062026-02-24T02:35:26.188Z Downloaded icu_provider v1.5.0
4072026-02-24T02:35:26.191Z Downloaded proc-macro-error v1.0.4
4082026-02-24T02:35:26.191Z Downloaded once_cell v1.21.3
4092026-02-24T02:35:26.194Z Downloaded bitflags v2.9.4
4102026-02-24T02:35:26.197Z Downloaded smallvec v1.15.1
4112026-02-24T02:35:26.200Z Downloaded cargo-util-schemas v0.8.2
4122026-02-24T02:35:26.203Z Downloaded pest_generator v2.8.2
4132026-02-24T02:35:26.203Z Downloaded anstyle-parse v0.2.5
4142026-02-24T02:35:26.203Z Downloaded clap_derive v4.5.47
4152026-02-24T02:35:26.205Z Downloaded getrandom v0.3.4
4162026-02-24T02:35:26.207Z Downloaded camino v1.2.2
4172026-02-24T02:35:26.210Z Downloaded thiserror-impl v1.0.69
4182026-02-24T02:35:26.210Z Downloaded crypto-common v0.1.6
4192026-02-24T02:35:26.213Z Downloaded num-traits v0.2.19
4202026-02-24T02:35:26.216Z Downloaded serde_derive v1.0.228
4212026-02-24T02:35:26.218Z Downloaded anyhow v1.0.99
4222026-02-24T02:35:26.222Z Downloaded icu_collections v1.5.0
4232026-02-24T02:35:26.225Z Downloaded papergrid v0.11.0
4242026-02-24T02:35:26.228Z Downloaded log v0.4.29
4252026-02-24T02:35:26.230Z Downloaded proc-macro2 v1.0.101
4262026-02-24T02:35:26.233Z Downloaded clap v4.5.48
4272026-02-24T02:35:26.243Z Downloaded pest_derive v2.8.2
4282026-02-24T02:35:26.264Z Downloaded serde_core v1.0.228
4292026-02-24T02:35:26.267Z Downloaded serde v1.0.228
4302026-02-24T02:35:26.270Z Downloaded indexmap v2.13.0
4312026-02-24T02:35:26.275Z Downloaded memchr v2.7.4
4322026-02-24T02:35:26.283Z Downloaded goblin v0.8.2
4332026-02-24T02:35:26.288Z Downloaded hashbrown v0.16.1
4342026-02-24T02:35:26.292Z Downloaded idna v1.0.3
4352026-02-24T02:35:26.306Z Downloaded pest v2.8.2
4362026-02-24T02:35:26.314Z Downloaded serde_json v1.0.149
4372026-02-24T02:35:26.324Z Downloaded clap_builder v4.5.48
4382026-02-24T02:35:26.340Z Downloaded icu_properties_data v1.5.0
4392026-02-24T02:35:26.352Z Downloaded syn v1.0.109
4402026-02-24T02:35:26.363Z Downloaded tabled v0.15.0
4412026-02-24T02:35:26.377Z Downloaded syn v2.0.114
4422026-02-24T02:35:26.389Z Downloaded rustix v0.38.37
4432026-02-24T02:35:26.408Z Downloaded rustix v1.1.3
4442026-02-24T02:35:26.438Z Downloaded libc v0.2.180
4452026-02-24T02:35:26.523Z Compiling proc-macro2 v1.0.101
4462026-02-24T02:35:26.526Z Compiling unicode-ident v1.0.19
4472026-02-24T02:35:26.526Z Compiling serde_core v1.0.228
4482026-02-24T02:35:26.526Z Compiling serde v1.0.228
4492026-02-24T02:35:26.526Z Compiling version_check v0.9.5
4502026-02-24T02:35:26.758Z Compiling libc v0.2.180
4512026-02-24T02:35:26.761Z Compiling memchr v2.7.4
4522026-02-24T02:35:26.761Z Compiling thiserror v2.0.18
4532026-02-24T02:35:27.006Z Compiling stable_deref_trait v1.2.0
4542026-02-24T02:35:27.139Z Compiling zmij v1.0.15
4552026-02-24T02:35:27.454Z Compiling itoa v1.0.11
4562026-02-24T02:35:27.556Z Compiling litemap v0.7.3
4572026-02-24T02:35:27.700Z Compiling ucd-trie v0.1.7
4582026-02-24T02:35:27.954Z Compiling thiserror v1.0.69
4592026-02-24T02:35:27.996Z Compiling autocfg v1.4.0
4602026-02-24T02:35:28.247Z Compiling writeable v0.5.5
4612026-02-24T02:35:28.325Z Compiling icu_locid_transform_data v1.5.0
4622026-02-24T02:35:28.455Z Compiling byteorder v1.5.0
4632026-02-24T02:35:28.880Z Compiling quote v1.0.40
4642026-02-24T02:35:28.910Z Compiling bitflags v2.9.4
4652026-02-24T02:35:28.964Z Compiling icu_properties_data v1.5.0
4662026-02-24T02:35:29.097Z Compiling errno v0.3.12
4672026-02-24T02:35:29.217Z Compiling serde_json v1.0.149
4682026-02-24T02:35:29.364Z Compiling syn v2.0.114
4692026-02-24T02:35:29.491Z Compiling num-traits v0.2.19
4702026-02-24T02:35:29.516Z Compiling typeid v1.0.3
4712026-02-24T02:35:29.538Z Compiling utf8_iter v1.0.4
4722026-02-24T02:35:29.608Z Compiling utf16_iter v1.0.5
4732026-02-24T02:35:29.808Z Compiling equivalent v1.0.2
4742026-02-24T02:35:29.811Z Compiling write16 v1.0.0
4752026-02-24T02:35:29.811Z Compiling hashbrown v0.16.1
4762026-02-24T02:35:29.943Z Compiling icu_normalizer_data v1.5.0
4772026-02-24T02:35:30.028Z Compiling smallvec v1.15.1
4782026-02-24T02:35:30.061Z Compiling rustix v0.38.37
4792026-02-24T02:35:30.493Z Compiling usdt-impl v0.5.0
4802026-02-24T02:35:30.714Z Compiling proc-macro-error-attr v1.0.4
4812026-02-24T02:35:30.886Z Compiling winnow v0.7.14
4822026-02-24T02:35:30.912Z Compiling syn v1.0.109
4832026-02-24T02:35:31.057Z Compiling indexmap v2.13.0
4842026-02-24T02:35:31.078Z Compiling toml_write v0.1.2
4852026-02-24T02:35:31.195Z Compiling thread-id v4.2.2
4862026-02-24T02:35:31.791Z Compiling proc-macro-error v1.0.4
4872026-02-24T02:35:32.393Z Compiling plain v0.2.3
4882026-02-24T02:35:32.466Z Compiling percent-encoding v2.3.2
4892026-02-24T02:35:32.638Z Compiling utf8parse v0.2.2
4902026-02-24T02:35:32.725Z Compiling getrandom v0.3.4
4912026-02-24T02:35:32.827Z Compiling camino v1.2.2
4922026-02-24T02:35:32.853Z Compiling log v0.4.29
4932026-02-24T02:35:33.229Z Compiling rustix v1.1.3
4942026-02-24T02:35:33.434Z Compiling ordered-float v2.10.1
4952026-02-24T02:35:33.826Z Compiling anstyle-parse v0.2.5
4962026-02-24T02:35:34.029Z Compiling form_urlencoded v1.2.2
4972026-02-24T02:35:34.168Z Compiling terminal_size v0.4.0
4982026-02-24T02:35:34.414Z Compiling pretty-hex v0.4.1
4992026-02-24T02:35:34.440Z Compiling anstyle v1.0.11
5002026-02-24T02:35:34.608Z Compiling colorchoice v1.0.2
5012026-02-24T02:35:34.646Z Compiling cfg-if v1.0.4
5022026-02-24T02:35:34.768Z Compiling anstyle-query v1.1.1
5032026-02-24T02:35:34.800Z Compiling is_terminal_polyfill v1.70.1
5042026-02-24T02:35:34.943Z Compiling anstream v0.6.18
5052026-02-24T02:35:35.105Z Compiling semver v1.0.27
5062026-02-24T02:35:35.752Z Compiling fs-err v3.1.1
5072026-02-24T02:35:35.809Z Compiling unicode-xid v0.2.6
5082026-02-24T02:35:35.866Z Compiling heck v0.4.1
5092026-02-24T02:35:36.012Z Compiling synstructure v0.13.1
5102026-02-24T02:35:36.041Z Compiling anyhow v1.0.99
5112026-02-24T02:35:36.097Z Compiling fastrand v2.1.1
5122026-02-24T02:35:36.295Z Compiling strsim v0.11.1
5132026-02-24T02:35:36.599Z Compiling fnv v1.0.7
5142026-02-24T02:35:36.662Z Compiling heck v0.5.0
5152026-02-24T02:35:36.765Z Compiling clap_lex v0.7.4
5162026-02-24T02:35:37.083Z Compiling once_cell v1.21.3
5172026-02-24T02:35:37.149Z Compiling bytecount v0.6.8
5182026-02-24T02:35:37.222Z Compiling unicode-width v0.1.14
5192026-02-24T02:35:37.385Z Compiling clap_builder v4.5.48
5202026-02-24T02:35:37.509Z Compiling tempfile v3.24.0
5212026-02-24T02:35:37.766Z Compiling papergrid v0.11.0
5222026-02-24T02:35:37.791Z Compiling memmap v0.7.0
5232026-02-24T02:35:37.874Z Compiling unicode-linebreak v0.1.5
5242026-02-24T02:35:38.148Z Compiling unicode-width v0.2.0
5252026-02-24T02:35:38.296Z Compiling smawk v0.3.2
5262026-02-24T02:35:38.401Z Compiling camino-tempfile v1.4.1
5272026-02-24T02:35:38.703Z Compiling textwrap v0.16.2
5282026-02-24T02:35:39.291Z Compiling swrite v0.1.0
5292026-02-24T02:35:39.396Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5302026-02-24T02:35:39.599Z Compiling tabled_derive v0.7.0
5312026-02-24T02:35:40.152Z Compiling serde_derive v1.0.228
5322026-02-24T02:35:40.177Z Compiling zerofrom-derive v0.1.4
5332026-02-24T02:35:40.229Z Compiling yoke-derive v0.7.4
5342026-02-24T02:35:40.269Z Compiling thiserror-impl v2.0.18
5352026-02-24T02:35:40.360Z Compiling zerovec-derive v0.10.3
5362026-02-24T02:35:41.655Z Compiling displaydoc v0.2.5
5372026-02-24T02:35:42.796Z Compiling icu_provider_macros v1.5.0
5382026-02-24T02:35:43.061Z Compiling thiserror-impl v1.0.69
5392026-02-24T02:35:43.283Z Compiling zerocopy-derive v0.7.35
5402026-02-24T02:35:43.537Z Compiling zerofrom v0.1.4
5412026-02-24T02:35:43.578Z Compiling pest v2.8.2
5422026-02-24T02:35:43.802Z Compiling yoke v0.7.4
5432026-02-24T02:35:43.829Z Compiling scroll_derive v0.12.0
5442026-02-24T02:35:44.171Z Compiling zerovec v0.10.4
5452026-02-24T02:35:44.888Z Compiling clap_derive v4.5.47
5462026-02-24T02:35:45.171Z Compiling zerocopy v0.7.35
5472026-02-24T02:35:45.241Z Compiling scroll v0.12.0
5482026-02-24T02:35:45.756Z Compiling goblin v0.8.2
5492026-02-24T02:35:45.782Z Compiling tabled v0.15.0
5502026-02-24T02:35:45.920Z Compiling tinystr v0.7.6
5512026-02-24T02:35:46.178Z Compiling pest_meta v2.8.2
5522026-02-24T02:35:46.342Z Compiling icu_locid v1.5.0
5532026-02-24T02:35:46.562Z Compiling icu_collections v1.5.0
5542026-02-24T02:35:47.482Z Compiling icu_provider v1.5.0
5552026-02-24T02:35:47.869Z Compiling pest_generator v2.8.2
5562026-02-24T02:35:48.325Z Compiling icu_locid_transform v1.5.0
5572026-02-24T02:35:48.655Z Compiling toml_datetime v0.6.11
5582026-02-24T02:35:48.691Z Compiling serde_spanned v0.6.9
5592026-02-24T02:35:48.966Z Compiling erased-serde v0.4.6
5602026-02-24T02:35:49.199Z Compiling toml_edit v0.22.27
5612026-02-24T02:35:49.630Z Compiling icu_properties v1.5.1
5622026-02-24T02:35:49.733Z Compiling dof v0.3.0
5632026-02-24T02:35:50.139Z Compiling serde_tokenstream v0.2.2
5642026-02-24T02:35:50.622Z Compiling serde-untagged v0.1.7
5652026-02-24T02:35:50.650Z Compiling serde-value v0.7.0
5662026-02-24T02:35:50.677Z Compiling pest_derive v2.8.2
5672026-02-24T02:35:50.741Z Compiling cargo-platform v0.2.0
5682026-02-24T02:35:51.143Z Compiling clap v4.5.48
5692026-02-24T02:35:51.276Z Compiling macaddr v1.0.1
5702026-02-24T02:35:51.505Z Compiling dtrace-parser v0.2.0
5712026-02-24T02:35:52.625Z Compiling toml v0.8.23
5722026-02-24T02:35:53.314Z Compiling icu_normalizer v1.5.0
5732026-02-24T02:35:53.433Z Compiling usdt-macro v0.5.0
5742026-02-24T02:35:53.465Z Compiling usdt-attr-macro v0.5.0
5752026-02-24T02:35:53.671Z Compiling cargo_toml v0.21.0
5762026-02-24T02:35:54.207Z Compiling idna_adapter v1.2.0
5772026-02-24T02:35:54.432Z Compiling idna v1.0.3
5782026-02-24T02:35:54.669Z Compiling usdt v0.5.0
5792026-02-24T02:35:54.867Z Compiling url v2.5.4
5802026-02-24T02:35:55.521Z Compiling cargo-util-schemas v0.8.2
5812026-02-24T02:35:57.083Z Compiling cargo_metadata v0.21.0
5822026-02-24T02:35:58.667Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5832026-02-24T02:36:02.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 01s
5842026-02-24T02:36:02.420Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5852026-02-24T02:36:03.212Z Downloading crates ...
5862026-02-24T02:36:03.350Z Downloaded ciborium-io v0.2.2
5872026-02-24T02:36:03.354Z Downloaded aead v0.5.2
5882026-02-24T02:36:03.358Z Downloaded cbc v0.1.2
5892026-02-24T02:36:03.362Z Downloaded adler2 v2.0.0
5902026-02-24T02:36:03.367Z Downloaded cobs v0.2.3
5912026-02-24T02:36:03.371Z Downloaded aes v0.8.4
5922026-02-24T02:36:03.378Z Downloaded derive_more v0.99.20
5932026-02-24T02:36:03.385Z Downloaded ahash v0.8.12
5942026-02-24T02:36:03.393Z Downloaded daft v0.1.4
5952026-02-24T02:36:03.396Z Downloaded cassowary v0.3.0
5962026-02-24T02:36:03.401Z Downloaded fatfs v0.3.6
5972026-02-24T02:36:03.407Z Downloaded daft-derive v0.1.4
5982026-02-24T02:36:03.415Z Downloaded dsl_auto_type v0.1.2
5992026-02-24T02:36:03.422Z Downloaded des v0.8.1
6002026-02-24T02:36:03.426Z Downloaded bit-set v0.5.3
6012026-02-24T02:36:03.431Z Downloaded endian-type v0.1.2
6022026-02-24T02:36:03.435Z Downloaded curve25519-dalek v4.1.3
6032026-02-24T02:36:03.443Z Downloaded fixedbitset v0.4.2
6042026-02-24T02:36:03.449Z Downloaded atomicwrites v0.4.4
6052026-02-24T02:36:03.452Z Downloaded embedded-io v0.4.0
6062026-02-24T02:36:03.456Z Downloaded dirs-next v2.0.0
6072026-02-24T02:36:03.461Z Downloaded defmt-parser v0.3.4
6082026-02-24T02:36:03.465Z Downloaded foreign-types v0.3.2
6092026-02-24T02:36:03.468Z Downloaded dtrace-parser v0.3.0
6102026-02-24T02:36:03.486Z Downloaded fixedbitset v0.5.7
6112026-02-24T02:36:03.493Z Downloaded crossbeam-deque v0.8.5
6122026-02-24T02:36:03.493Z Downloaded foreign-types-shared v0.3.1
6132026-02-24T02:36:03.493Z Downloaded foreign-types-shared v0.1.1
6142026-02-24T02:36:03.493Z Downloaded env_filter v0.1.2
6152026-02-24T02:36:03.497Z Downloaded futures-core v0.3.31
6162026-02-24T02:36:03.509Z Downloaded futures-io v0.3.31
6172026-02-24T02:36:03.515Z Downloaded argon2 v0.5.3
6182026-02-24T02:36:03.520Z Downloaded futures-sink v0.3.31
6192026-02-24T02:36:03.523Z Downloaded futures-task v0.3.31
6202026-02-24T02:36:03.526Z Downloaded fxhash v0.2.1
6212026-02-24T02:36:03.530Z Downloaded globwalk v0.9.1
6222026-02-24T02:36:03.534Z Downloaded headers-core v0.3.0
6232026-02-24T02:36:03.538Z Downloaded chacha20 v0.9.1
6242026-02-24T02:36:03.540Z Downloaded heck v0.3.3
6252026-02-24T02:36:03.544Z Downloaded crossbeam-channel v0.5.15
6262026-02-24T02:36:03.551Z Downloaded hostname v0.3.1
6272026-02-24T02:36:03.555Z Downloaded fs_extra v1.3.0
6282026-02-24T02:36:03.561Z Downloaded find-msvc-tools v0.1.9
6292026-02-24T02:36:03.565Z Downloaded hex-literal v0.4.1
6302026-02-24T02:36:03.568Z Downloaded hubpack_derive v0.1.1
6312026-02-24T02:36:03.571Z Downloaded futures-executor v0.3.31
6322026-02-24T02:36:03.575Z Downloaded hubpack v0.1.2
6332026-02-24T02:36:03.578Z Downloaded derive_builder_core v0.20.2
6342026-02-24T02:36:03.582Z Downloaded ff v0.13.0
6352026-02-24T02:36:03.586Z Downloaded ident_case v1.0.1
6362026-02-24T02:36:03.590Z Downloaded impl-trait-for-tuples v0.2.2
6372026-02-24T02:36:03.595Z Downloaded instability v0.3.2
6382026-02-24T02:36:03.598Z Downloaded inout v0.1.3
6392026-02-24T02:36:03.604Z Downloaded is_ci v1.2.0
6402026-02-24T02:36:03.607Z Downloaded kstat-rs v0.2.4
6412026-02-24T02:36:03.610Z Downloaded keccak v0.1.5
6422026-02-24T02:36:03.614Z Downloaded indoc v1.0.9
6432026-02-24T02:36:03.618Z Downloaded drift v0.1.3
6442026-02-24T02:36:03.626Z Downloaded crc32fast v1.4.2
6452026-02-24T02:36:03.630Z Downloaded humantime v2.2.0
6462026-02-24T02:36:03.634Z Downloaded lazycell v1.3.0
6472026-02-24T02:36:03.637Z Downloaded elliptic-curve v0.13.8
6482026-02-24T02:36:03.643Z Downloaded lru-cache v0.1.2
6492026-02-24T02:36:03.646Z Downloaded darling_core v0.20.10
6502026-02-24T02:36:03.653Z Downloaded lru v0.12.5
6512026-02-24T02:36:03.656Z Downloaded new_debug_unreachable v1.0.6
6522026-02-24T02:36:03.660Z Downloaded ingot v0.1.1
6532026-02-24T02:36:03.663Z Downloaded memoffset v0.9.1
6542026-02-24T02:36:03.666Z Downloaded lazy_static v1.5.0
6552026-02-24T02:36:03.672Z Downloaded jobserver v0.1.32
6562026-02-24T02:36:03.676Z Downloaded md5 v0.7.0
6572026-02-24T02:36:03.679Z Downloaded nodrop v0.1.14
6582026-02-24T02:36:03.682Z Downloaded num v0.4.3
6592026-02-24T02:36:03.685Z Downloaded newtype_derive v0.1.6
6602026-02-24T02:36:03.688Z Downloaded num-derive v0.3.3
6612026-02-24T02:36:03.691Z Downloaded half v1.8.3
6622026-02-24T02:36:03.694Z Downloaded half v2.4.1
6632026-02-24T02:36:03.698Z Downloaded normalize-line-endings v0.3.0
6642026-02-24T02:36:03.701Z Downloaded num_enum_derive v0.5.11
6652026-02-24T02:36:03.704Z Downloaded diesel_derives v2.2.3
6662026-02-24T02:36:03.710Z Downloaded olpc-cjson v0.1.4
6672026-02-24T02:36:03.713Z Downloaded number_prefix v0.4.0
6682026-02-24T02:36:03.716Z Downloaded crc-any v2.5.0
6692026-02-24T02:36:03.720Z Downloaded openssl-probe v0.1.5
6702026-02-24T02:36:03.722Z Downloaded openssl-macros v0.1.1
6712026-02-24T02:36:03.725Z Downloaded opaque-debug v0.3.1
6722026-02-24T02:36:03.728Z Downloaded nanorand v0.7.0
6732026-02-24T02:36:03.732Z Downloaded oso-derive v0.27.3
6742026-02-24T02:36:03.735Z Downloaded lzss v0.8.2
6752026-02-24T02:36:03.739Z Downloaded newtype-uuid-macros v0.1.0
6762026-02-24T02:36:03.745Z Downloaded newtype-uuid v1.3.2
6772026-02-24T02:36:03.748Z Downloaded path-slash v0.1.5
6782026-02-24T02:36:03.748Z Downloaded pbkdf2 v0.11.0
6792026-02-24T02:36:03.751Z Downloaded peg-runtime v0.8.5
6802026-02-24T02:36:03.754Z Downloaded nu-ansi-term v0.50.1
6812026-02-24T02:36:03.760Z Downloaded multer v3.1.0
6822026-02-24T02:36:03.764Z Downloaded parse-display v0.10.0
6832026-02-24T02:36:03.767Z Downloaded pbkdf2 v0.12.2
6842026-02-24T02:36:03.770Z Downloaded phf_shared v0.11.2
6852026-02-24T02:36:03.773Z Downloaded num_enum v0.5.11
6862026-02-24T02:36:03.779Z Downloaded pin-utils v0.1.0
6872026-02-24T02:36:03.784Z Downloaded bytes v1.11.1
6882026-02-24T02:36:03.787Z Downloaded predicates-tree v1.0.12
6892026-02-24T02:36:03.790Z Downloaded precomputed-hash v0.1.1
6902026-02-24T02:36:03.793Z Downloaded arc-swap v1.7.1
6912026-02-24T02:36:03.796Z Downloaded parking_lot_core v0.8.6
6922026-02-24T02:36:03.801Z Downloaded base64 v0.22.1
6932026-02-24T02:36:03.806Z Downloaded hmac v0.12.1
6942026-02-24T02:36:03.809Z Downloaded phf_shared v0.12.1
6952026-02-24T02:36:03.812Z Downloaded powerfmt v0.2.0
6962026-02-24T02:36:03.815Z Downloaded proc-macro-error-attr2 v2.0.0
6972026-02-24T02:36:03.818Z Downloaded predicates-core v1.0.8
6982026-02-24T02:36:03.821Z Downloaded pem-rfc7468 v0.7.0
6992026-02-24T02:36:03.824Z Downloaded litrs v0.4.1
7002026-02-24T02:36:03.827Z Downloaded flume v0.11.1
7012026-02-24T02:36:03.832Z Downloaded proc-macro-crate v1.3.1
7022026-02-24T02:36:03.835Z Downloaded progenitor v0.8.0
7032026-02-24T02:36:03.838Z Downloaded psl-types v2.0.11
7042026-02-24T02:36:03.841Z Downloaded memmap2 v0.9.8
7052026-02-24T02:36:03.844Z Downloaded progenitor-macro v0.11.2
7062026-02-24T02:36:03.847Z Downloaded indicatif v0.18.0
7072026-02-24T02:36:03.851Z Downloaded progenitor-macro v0.10.0
7082026-02-24T02:36:03.854Z Downloaded predicates v3.1.3
7092026-02-24T02:36:03.857Z Downloaded radium v0.7.0
7102026-02-24T02:36:03.860Z Downloaded password-hash v0.4.2
7112026-02-24T02:36:03.863Z Downloaded recursive-proc-macro-impl v0.1.1
7122026-02-24T02:36:03.865Z Downloaded polyval v0.6.2
7132026-02-24T02:36:03.868Z Downloaded parking_lot v0.12.3
7142026-02-24T02:36:03.872Z Downloaded parking_lot v0.11.2
7152026-02-24T02:36:03.877Z Downloaded num-rational v0.4.2
7162026-02-24T02:36:03.881Z Downloaded rand_chacha v0.3.1
7172026-02-24T02:36:03.884Z Downloaded primeorder v0.13.6
7182026-02-24T02:36:03.884Z Downloaded recursive v0.1.1
7192026-02-24T02:36:03.887Z Downloaded aes-gcm v0.10.3
7202026-02-24T02:36:03.890Z Downloaded progenitor v0.10.0
7212026-02-24T02:36:03.893Z Downloaded ppv-lite86 v0.2.20
7222026-02-24T02:36:03.896Z Downloaded rfc6979 v0.4.0
7232026-02-24T02:36:03.899Z Downloaded quick-error v1.2.3
7242026-02-24T02:36:03.902Z Downloaded psm v0.1.30
7252026-02-24T02:36:03.905Z Downloaded rustc-hash v1.1.0
7262026-02-24T02:36:03.909Z Downloaded russh-cryptovec v0.7.3
7272026-02-24T02:36:03.909Z Downloaded ref-cast-impl v1.0.25
7282026-02-24T02:36:03.911Z Downloaded quinn-udp v0.5.5
7292026-02-24T02:36:03.914Z Downloaded postcard v1.0.10
7302026-02-24T02:36:03.919Z Downloaded rustc_version v0.4.1
7312026-02-24T02:36:03.923Z Downloaded indexmap v1.9.3
7322026-02-24T02:36:03.927Z Downloaded rtoolbox v0.0.2
7332026-02-24T02:36:03.927Z Downloaded rand_seeder v0.4.0
7342026-02-24T02:36:03.931Z Downloaded progenitor-client v0.10.0
7352026-02-24T02:36:03.934Z Downloaded parking_lot_core v0.9.10
7362026-02-24T02:36:03.934Z Downloaded salsa20 v0.10.2
7372026-02-24T02:36:03.937Z Downloaded r2d2 v0.8.10
7382026-02-24T02:36:03.941Z Downloaded scroll_derive v0.13.1
7392026-02-24T02:36:03.944Z Downloaded scheduled-thread-pool v0.2.7
7402026-02-24T02:36:03.944Z Downloaded rustc-hash v2.1.1
7412026-02-24T02:36:03.947Z Downloaded resolv-conf v0.7.0
7422026-02-24T02:36:03.950Z Downloaded backtrace v0.3.74
7432026-02-24T02:36:03.955Z Downloaded scrypt v0.11.0
7442026-02-24T02:36:03.957Z Downloaded scopeguard v1.2.0
7452026-02-24T02:36:03.960Z Downloaded same-file v1.0.6
7462026-02-24T02:36:03.963Z Downloaded ar_archive_writer v0.5.1
7472026-02-24T02:36:03.966Z Downloaded sapling-renderdag v0.1.0
7482026-02-24T02:36:03.969Z Downloaded pkcs5 v0.7.1
7492026-02-24T02:36:03.975Z Downloaded sha1 v0.10.6
7502026-02-24T02:36:03.977Z Downloaded signal-hook-mio v0.2.4
7512026-02-24T02:36:03.980Z Downloaded postgres-protocol v0.6.8
7522026-02-24T02:36:03.984Z Downloaded hickory-server v0.25.2
7532026-02-24T02:36:03.987Z Downloaded serde_bytes v0.11.19
7542026-02-24T02:36:03.990Z Downloaded secrecy v0.10.3
7552026-02-24T02:36:03.993Z Downloaded rustls-pemfile v2.2.0
7562026-02-24T02:36:03.996Z Downloaded rustls-pemfile v1.0.4
7572026-02-24T02:36:03.999Z Downloaded papergrid v0.14.0
7582026-02-24T02:36:04.003Z Downloaded siphasher v1.0.1
7592026-02-24T02:36:04.006Z Downloaded serde_urlencoded v0.7.1
7602026-02-24T02:36:04.009Z Downloaded shell-words v1.1.0
7612026-02-24T02:36:04.012Z Downloaded simd-adler32 v0.3.7
7622026-02-24T02:36:04.015Z Downloaded siphasher v0.3.11
7632026-02-24T02:36:04.015Z Downloaded slog-bunyan v2.5.0
7642026-02-24T02:36:04.018Z Downloaded rustc-demangle v0.1.24
7652026-02-24T02:36:04.021Z Downloaded sct v0.7.1
7662026-02-24T02:36:04.024Z Downloaded rustc_version v0.1.7
7672026-02-24T02:36:04.030Z Downloaded rustls-native-certs v0.8.1
7682026-02-24T02:36:04.033Z Downloaded russh-keys v0.45.0
7692026-02-24T02:36:04.033Z Downloaded hashbrown v0.12.3
7702026-02-24T02:36:04.036Z Downloaded pin-project v1.1.6
7712026-02-24T02:36:04.049Z Downloaded serde_path_to_error v0.1.20
7722026-02-24T02:36:04.052Z Downloaded structmeta-derive v0.3.0
7732026-02-24T02:36:04.057Z Downloaded rusty-fork v0.3.0
7742026-02-24T02:36:04.059Z Downloaded rustversion v1.0.22
7752026-02-24T02:36:04.059Z Downloaded ssh-cipher v0.2.0
7762026-02-24T02:36:04.062Z Downloaded ssh-encoding v0.2.0
7772026-02-24T02:36:04.065Z Downloaded http v1.4.0
7782026-02-24T02:36:04.068Z Downloaded progenitor-impl v0.11.2
7792026-02-24T02:36:04.071Z Downloaded strum v0.26.3
7802026-02-24T02:36:04.073Z Downloaded num-bigint v0.4.6
7812026-02-24T02:36:04.077Z Downloaded semver v0.1.20
7822026-02-24T02:36:04.080Z Downloaded strip-ansi-escapes v0.2.0
7832026-02-24T02:36:04.082Z Downloaded crossterm v0.28.1
7842026-02-24T02:36:04.088Z Downloaded subtle v2.6.1
7852026-02-24T02:36:04.091Z Downloaded strum v0.27.2
7862026-02-24T02:36:04.091Z Downloaded snafu-derive v0.8.5
7872026-02-24T02:36:04.094Z Downloaded sync-ptr v0.1.4
7882026-02-24T02:36:04.097Z Downloaded supports-color v3.0.2
7892026-02-24T02:36:04.097Z Downloaded structmeta v0.3.0
7902026-02-24T02:36:04.100Z Downloaded take_mut v0.2.2
7912026-02-24T02:36:04.103Z Downloaded sync_wrapper v1.0.1
7922026-02-24T02:36:04.103Z Downloaded sqlparser_derive v0.5.0
7932026-02-24T02:36:04.106Z Downloaded sqlformat v0.3.5
7942026-02-24T02:36:04.106Z Downloaded slog-term v2.9.2
7952026-02-24T02:36:04.109Z Downloaded spki v0.7.3
7962026-02-24T02:36:04.112Z Downloaded slog-async v2.8.0
7972026-02-24T02:36:04.117Z Downloaded testing_table v0.3.0
7982026-02-24T02:36:04.117Z Downloaded thiserror-impl-no-std v2.0.2
7992026-02-24T02:36:04.119Z Downloaded tagptr v0.2.0
8002026-02-24T02:36:04.119Z Downloaded slog-scope v4.4.0
8012026-02-24T02:36:04.122Z Downloaded stringprep v0.1.5
8022026-02-24T02:36:04.122Z Downloaded string_cache v0.8.9
8032026-02-24T02:36:04.138Z Downloaded minimal-lexical v0.2.1
8042026-02-24T02:36:04.141Z Downloaded rustls-pki-types v1.10.0
8052026-02-24T02:36:04.141Z Downloaded serde_with_macros v3.16.1
8062026-02-24T02:36:04.141Z Downloaded rayon-core v1.12.1
8072026-02-24T02:36:04.141Z Downloaded thread_local v1.1.8
8082026-02-24T02:36:04.141Z Downloaded time-core v0.1.6
8092026-02-24T02:36:04.146Z Downloaded nom v7.1.3
8102026-02-24T02:36:04.149Z Downloaded smf v0.2.3
8112026-02-24T02:36:04.153Z Downloaded slog-stdlog v4.1.1
8122026-02-24T02:36:04.153Z Downloaded rcgen v0.12.1
8132026-02-24T02:36:04.156Z Downloaded qorb v0.4.1
8142026-02-24T02:36:04.159Z Downloaded tinyvec_macros v0.1.1
8152026-02-24T02:36:04.161Z Downloaded stacker v0.1.23
8162026-02-24T02:36:04.165Z Downloaded support-bundle-viewer v0.1.2
8172026-02-24T02:36:04.165Z Downloaded serde_cbor v0.11.2
8182026-02-24T02:36:04.168Z Downloaded prettyplease v0.2.36
8192026-02-24T02:36:04.171Z Downloaded quinn v0.11.5
8202026-02-24T02:36:04.174Z Downloaded strum_macros v0.27.2
8212026-02-24T02:36:04.177Z Downloaded spin v0.9.8
8222026-02-24T02:36:04.180Z Downloaded signal-hook v0.3.18
8232026-02-24T02:36:04.183Z Downloaded hyper-util v0.1.19
8242026-02-24T02:36:04.190Z Downloaded termios v0.3.3
8252026-02-24T02:36:04.193Z Downloaded itertools v0.13.0
8262026-02-24T02:36:04.198Z Downloaded strum_macros v0.26.4
8272026-02-24T02:36:04.201Z Downloaded strum_macros v0.24.3
8282026-02-24T02:36:04.204Z Downloaded topological-sort v0.2.2
8292026-02-24T02:36:04.207Z Downloaded aws-lc-rs v1.12.4
8302026-02-24T02:36:04.215Z Downloaded time-macros v0.2.24
8312026-02-24T02:36:04.218Z Downloaded h2 v0.4.6
8322026-02-24T02:36:04.223Z Downloaded try-lock v0.2.5
8332026-02-24T02:36:04.226Z Downloaded trait-variant v0.1.2
8342026-02-24T02:36:04.226Z Downloaded tls_codec_derive v0.4.1
8352026-02-24T02:36:04.229Z Downloaded tower-service v0.3.3
8362026-02-24T02:36:04.229Z Downloaded tokio-macros v2.6.0
8372026-02-24T02:36:04.232Z Downloaded tokio-dtrace v0.1.0
8382026-02-24T02:36:04.232Z Downloaded thiserror-no-std v2.0.2
8392026-02-24T02:36:04.235Z Downloaded pretty_assertions v1.4.1
8402026-02-24T02:36:04.238Z Downloaded unicode-truncate v1.1.0
8412026-02-24T02:36:04.241Z Downloaded usdt-macro v0.6.0
8422026-02-24T02:36:04.241Z Downloaded universal-hash v0.5.1
8432026-02-24T02:36:04.244Z Downloaded tiny-keccak v2.0.2
8442026-02-24T02:36:04.247Z Downloaded tower-layer v0.3.3
8452026-02-24T02:36:04.247Z Downloaded rand v0.9.2
8462026-02-24T02:36:04.250Z Downloaded socket2 v0.6.1
8472026-02-24T02:36:04.253Z Downloaded utf-8 v0.7.6
8482026-02-24T02:36:04.256Z Downloaded usdt-attr-macro v0.6.0
8492026-02-24T02:36:04.256Z Downloaded usdt v0.6.0
8502026-02-24T02:36:04.256Z Downloaded untrusted v0.9.0
8512026-02-24T02:36:04.259Z Downloaded untrusted v0.7.1
8522026-02-24T02:36:04.262Z Downloaded unit-prefix v0.5.1
8532026-02-24T02:36:04.262Z Downloaded rsa v0.9.8
8542026-02-24T02:36:04.266Z Downloaded unarray v0.1.4
8552026-02-24T02:36:04.270Z Downloaded tokio-rustls v0.25.0
8562026-02-24T02:36:04.273Z Downloaded serde_yaml v0.9.34+deprecated
8572026-02-24T02:36:04.281Z Downloaded publicsuffix v2.3.0
8582026-02-24T02:36:04.282Z Downloaded waitgroup v0.1.2
8592026-02-24T02:36:04.284Z Downloaded wait-timeout v0.2.0
8602026-02-24T02:36:04.284Z Downloaded similar v2.7.0
8612026-02-24T02:36:04.284Z Downloaded tokio-tungstenite v0.23.1
8622026-02-24T02:36:04.290Z Downloaded want v0.3.1
8632026-02-24T02:36:04.290Z Downloaded rand v0.8.5
8642026-02-24T02:36:04.293Z Downloaded xattr v1.3.1
8652026-02-24T02:36:04.294Z Downloaded vte_generate_state_changes v0.1.2
8662026-02-24T02:36:04.296Z Downloaded void v1.0.2
8672026-02-24T02:36:04.296Z Downloaded tui-tree-widget v0.23.1
8682026-02-24T02:36:04.296Z Downloaded tokio-tungstenite v0.21.0
8692026-02-24T02:36:04.299Z Downloaded tokio-rustls v0.24.1
8702026-02-24T02:36:04.302Z Downloaded typify v0.2.0
8712026-02-24T02:36:04.305Z Downloaded tokio-rustls v0.26.0
8722026-02-24T02:36:04.308Z Downloaded tls_codec v0.4.1
8732026-02-24T02:36:04.308Z Downloaded subprocess v0.2.9
8742026-02-24T02:36:04.311Z Downloaded socket2 v0.5.10
8752026-02-24T02:36:04.314Z Downloaded schemars v0.8.22
8762026-02-24T02:36:04.325Z Downloaded xshell-macros v0.2.7
8772026-02-24T02:36:04.328Z Downloaded uzers v0.12.1
8782026-02-24T02:36:04.328Z Downloaded toml_writer v1.0.6+spec-1.1.0
8792026-02-24T02:36:04.331Z Downloaded p521 v0.13.3
8802026-02-24T02:36:04.335Z Downloaded vergen-lib v0.1.6
8812026-02-24T02:36:04.340Z Downloaded tinyvec v1.8.0
8822026-02-24T02:36:04.340Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8832026-02-24T02:36:04.340Z Downloaded libm v0.2.8
8842026-02-24T02:36:04.347Z Downloaded zeroize_derive v1.4.2
8852026-02-24T02:36:04.351Z Downloaded vergen-gitcl v1.0.8
8862026-02-24T02:36:04.351Z Downloaded test-strategy v0.4.3
8872026-02-24T02:36:04.354Z Downloaded ron v0.7.1
8882026-02-24T02:36:04.360Z Downloaded zone_cfg_derive v0.3.0
8892026-02-24T02:36:04.362Z Downloaded zone_cfg_derive v0.1.2
8902026-02-24T02:36:04.362Z Downloaded zone v0.3.1
8912026-02-24T02:36:04.362Z Downloaded zone v0.1.8
8922026-02-24T02:36:04.367Z Downloaded vsss-rs v3.3.4
8932026-02-24T02:36:04.369Z Downloaded twox-hash v2.1.0
8942026-02-24T02:36:04.369Z Downloaded slog v2.8.2
8952026-02-24T02:36:04.372Z Downloaded walkdir v2.5.0
8962026-02-24T02:36:04.376Z Downloaded vergen-git2 v1.0.7
8972026-02-24T02:36:04.376Z Downloaded tokio-stream v0.1.17
8982026-02-24T02:36:04.380Z Downloaded xshell v0.2.7
8992026-02-24T02:36:04.382Z Downloaded snafu v0.8.5
9002026-02-24T02:36:04.388Z Downloaded xz2 v0.1.7
9012026-02-24T02:36:04.391Z Downloaded toml v0.7.8
9022026-02-24T02:36:04.394Z Downloaded value-bag v1.12.0
9032026-02-24T02:36:04.397Z Downloaded whoami v1.5.2
9042026-02-24T02:36:04.397Z Downloaded tar v0.4.44
9052026-02-24T02:36:04.400Z Downloaded wyz v0.5.1
9062026-02-24T02:36:04.404Z Downloaded toml_parser v1.0.6+spec-1.1.0
9072026-02-24T02:36:04.407Z Downloaded rustyline v14.0.0
9082026-02-24T02:36:04.411Z Downloaded zeroize v1.8.1
9092026-02-24T02:36:04.411Z Downloaded samael v0.0.19
9102026-02-24T02:36:04.415Z Downloaded tracing-attributes v0.1.27
9112026-02-24T02:36:04.418Z Downloaded zstd v0.13.3
9122026-02-24T02:36:04.422Z Downloaded zstd-safe v7.2.3
9132026-02-24T02:36:04.426Z Downloaded unicode-properties v0.1.3
9142026-02-24T02:36:04.426Z Downloaded futures-util v0.3.31
9152026-02-24T02:36:04.437Z Downloaded which v4.4.2
9162026-02-24T02:36:04.440Z Downloaded vergen v9.0.6
9172026-02-24T02:36:04.440Z Downloaded typify v0.4.3
9182026-02-24T02:36:04.443Z Downloaded mio v1.0.2
9192026-02-24T02:36:04.449Z Downloaded uuid v1.19.0
9202026-02-24T02:36:04.452Z Downloaded yasna v0.5.2
9212026-02-24T02:36:04.456Z Downloaded vte v0.11.1
9222026-02-24T02:36:04.460Z Downloaded toml v0.9.11+spec-1.1.0
9232026-02-24T02:36:04.462Z Downloaded usdt-impl v0.6.0
9242026-02-24T02:36:04.462Z Downloaded unsafe-libyaml v0.2.11
9252026-02-24T02:36:04.465Z Downloaded tracing-core v0.1.32
9262026-02-24T02:36:04.468Z Downloaded schemars v1.0.4
9272026-02-24T02:36:04.483Z Downloaded unicode-bidi v0.3.17
9282026-02-24T02:36:04.488Z Downloaded unicase v2.8.1
9292026-02-24T02:36:04.488Z Downloaded tungstenite v0.23.0
9302026-02-24T02:36:04.492Z Downloaded tungstenite v0.21.0
9312026-02-24T02:36:04.495Z Downloaded steno v0.4.1
9322026-02-24T02:36:04.498Z Downloaded rpassword v7.4.0
9332026-02-24T02:36:04.498Z Downloaded git2 v0.20.2
9342026-02-24T02:36:04.506Z Downloaded zerocopy v0.6.6
9352026-02-24T02:36:04.509Z Downloaded regex v1.11.3
9362026-02-24T02:36:04.514Z Downloaded tracing v0.1.40
9372026-02-24T02:36:04.518Z Downloaded hkdf v0.12.4
9382026-02-24T02:36:04.520Z Downloaded reqwest v0.12.24
9392026-02-24T02:36:04.525Z Downloaded blake3 v1.5.4
9402026-02-24T02:36:04.533Z Downloaded iri-string v0.7.8
9412026-02-24T02:36:04.539Z Downloaded unicode_categories v0.1.1
9422026-02-24T02:36:04.543Z Downloaded yansi v1.0.1
9432026-02-24T02:36:04.546Z Downloaded russh v0.45.0
9442026-02-24T02:36:04.549Z Downloaded num-bigint-dig v0.8.6
9452026-02-24T02:36:04.554Z Downloaded hashbrown v0.15.4
9462026-02-24T02:36:04.559Z Downloaded term v0.7.0
9472026-02-24T02:36:04.562Z Downloaded zopfli v0.8.1
9482026-02-24T02:36:04.565Z Downloaded toml_edit v0.19.15
9492026-02-24T02:36:04.582Z Downloaded zip v0.6.6
9502026-02-24T02:36:04.586Z Downloaded reedline v0.40.0
9512026-02-24T02:36:04.592Z Downloaded goblin v0.10.2
9522026-02-24T02:36:04.599Z Downloaded zerocopy-derive v0.8.27
9532026-02-24T02:36:04.607Z Downloaded typed-path v0.9.3
9542026-02-24T02:36:04.612Z Downloaded salty v0.3.0
9552026-02-24T02:36:04.618Z Downloaded quinn-proto v0.11.8
9562026-02-24T02:36:04.623Z Downloaded bindgen v0.69.5
9572026-02-24T02:36:04.630Z Downloaded gimli v0.31.1
9582026-02-24T02:36:04.637Z Downloaded proptest v1.7.0
9592026-02-24T02:36:04.646Z Downloaded unicode-normalization v0.1.24
9602026-02-24T02:36:04.650Z Downloaded bindgen v0.71.1
9612026-02-24T02:36:04.656Z Downloaded unicode-segmentation v1.12.0
9622026-02-24T02:36:04.660Z Downloaded tokio-util v0.7.15
9632026-02-24T02:36:04.666Z Downloaded quick-xml v0.37.2
9642026-02-24T02:36:04.672Z Downloaded chrono v0.4.43
9652026-02-24T02:36:04.679Z Downloaded tough v0.20.0
9662026-02-24T02:36:04.687Z Downloaded tower v0.5.2
9672026-02-24T02:36:04.697Z Downloaded lalrpop v0.19.12
9682026-02-24T02:36:04.706Z Downloaded zip v4.2.0
9692026-02-24T02:36:04.710Z Downloaded x509-cert v0.2.5
9702026-02-24T02:36:04.716Z Downloaded rayon v1.10.0
9712026-02-24T02:36:04.725Z Downloaded winnow v0.5.40
9722026-02-24T02:36:04.733Z Downloaded serde_with v3.16.1
9732026-02-24T02:36:04.744Z Downloaded rustls-webpki v0.102.8
9742026-02-24T02:36:04.763Z Downloaded tower-http v0.6.6
9752026-02-24T02:36:04.769Z Downloaded nix v0.29.0
9762026-02-24T02:36:04.781Z Downloaded tabled v0.20.0
9772026-02-24T02:36:04.797Z Downloaded nix v0.27.1
9782026-02-24T02:36:04.810Z Downloaded zlib-rs v0.5.1
9792026-02-24T02:36:04.813Z Downloaded smoltcp v0.9.1
9802026-02-24T02:36:04.822Z Downloaded object v0.37.3
9812026-02-24T02:36:04.832Z Downloaded rustls v0.21.12
9822026-02-24T02:36:04.842Z Downloaded polar-core v0.27.3
9832026-02-24T02:36:04.850Z Downloaded openssl v0.10.73
9842026-02-24T02:36:04.859Z Downloaded nix v0.30.1
9852026-02-24T02:36:04.870Z Downloaded rustls v0.22.4
9862026-02-24T02:36:04.883Z Downloaded vcpkg v0.2.15
9872026-02-24T02:36:04.919Z Downloaded regex-syntax v0.8.5
9882026-02-24T02:36:04.926Z Downloaded hickory-proto v0.24.4
9892026-02-24T02:36:04.940Z Downloaded zerocopy v0.8.27
9902026-02-24T02:36:04.960Z Downloaded webpki-roots v1.0.1
9912026-02-24T02:36:04.964Z Downloaded tabled v0.18.0
9922026-02-24T02:36:04.980Z Downloaded rustls v0.23.19
9932026-02-24T02:36:04.991Z Downloaded openapiv3 v2.2.0
9942026-02-24T02:36:05.000Z Downloaded bstr v1.10.0
9952026-02-24T02:36:05.010Z Downloaded object v0.36.5
9962026-02-24T02:36:05.019Z Downloaded regex-syntax v0.6.29
9972026-02-24T02:36:05.036Z Downloaded sqlparser v0.61.0
9982026-02-24T02:36:05.039Z Downloaded nix v0.28.0
9992026-02-24T02:36:05.045Z Downloaded hickory-proto v0.25.2
10002026-02-24T02:36:05.060Z Downloaded smoltcp v0.11.0
10012026-02-24T02:36:05.072Z Downloaded regress v0.10.4
10022026-02-24T02:36:05.079Z Downloaded ratatui v0.29.0
10032026-02-24T02:36:05.097Z Downloaded typify-impl v0.2.0
10042026-02-24T02:36:05.109Z Downloaded radix_trie v0.2.1
10052026-02-24T02:36:05.112Z Downloaded bzip2-sys v0.1.13+1.0.8
10062026-02-24T02:36:05.123Z Downloaded typify-impl v0.4.3
10072026-02-24T02:36:05.137Z Downloaded sled v0.34.7
10082026-02-24T02:36:05.145Z Downloaded zerocopy-derive v0.6.6
10092026-02-24T02:36:05.154Z Downloaded regex-automata v0.4.11
10102026-02-24T02:36:05.169Z Downloaded winnow v0.6.26
10112026-02-24T02:36:05.177Z Downloaded jiff v0.2.15
10122026-02-24T02:36:05.192Z Downloaded dropshot v0.16.7
10132026-02-24T02:36:05.211Z Downloaded lzma-sys v0.1.20
10142026-02-24T02:36:05.235Z Downloaded diesel v2.2.12
10152026-02-24T02:36:05.254Z Downloaded csv v1.3.1
10162026-02-24T02:36:05.270Z Downloaded moka v0.12.10
10172026-02-24T02:36:05.277Z Downloaded petname v2.0.2
10182026-02-24T02:36:05.282Z Downloaded time v0.3.43
10192026-02-24T02:36:05.290Z Downloaded object v0.30.4
10202026-02-24T02:36:05.297Z Downloaded petgraph v0.6.5
10212026-02-24T02:36:05.314Z Downloaded libz-sys v1.1.20
10222026-02-24T02:36:05.331Z Downloaded chrono-tz v0.10.4
10232026-02-24T02:36:05.345Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
10242026-02-24T02:36:05.361Z Downloaded petgraph v0.8.2
10252026-02-24T02:36:05.378Z Downloaded sha3 v0.10.8
10262026-02-24T02:36:05.383Z Downloaded rustls-webpki v0.101.7
10272026-02-24T02:36:05.396Z Downloaded bitvec v1.0.1
10282026-02-24T02:36:05.407Z Downloaded tokio-postgres v0.7.13
10292026-02-24T02:36:05.415Z Downloaded ssh-key v0.6.6
10302026-02-24T02:36:05.418Z Downloaded portable-atomic v1.11.0
10312026-02-24T02:36:05.424Z Downloaded p384 v0.13.1
10322026-02-24T02:36:05.432Z Downloaded tokio v1.49.0
10332026-02-24T02:36:05.464Z Downloaded hyper v1.8.1
10342026-02-24T02:36:05.469Z Downloaded iddqd v0.3.16
10352026-02-24T02:36:05.475Z Downloaded schemars v0.9.0
10362026-02-24T02:36:05.485Z Downloaded itertools v0.10.5
10372026-02-24T02:36:05.489Z Downloaded tokio-native-tls v0.3.1
10382026-02-24T02:36:05.493Z Downloaded term v1.1.0
10392026-02-24T02:36:05.496Z Downloaded itertools v0.14.0
10402026-02-24T02:36:05.500Z Downloaded itertools v0.12.1
10412026-02-24T02:36:05.507Z Downloaded typify-macro v0.4.3
10422026-02-24T02:36:05.514Z Downloaded typify-macro v0.2.0
10432026-02-24T02:36:05.514Z Downloaded thread-id v5.0.0
10442026-02-24T02:36:05.514Z Downloaded ron v0.8.1
10452026-02-24T02:36:05.516Z Downloaded libxml v0.3.3
10462026-02-24T02:36:05.520Z Downloaded tabled_derive v0.11.0
10472026-02-24T02:36:05.522Z Downloaded tabled_derive v0.10.0
10482026-02-24T02:36:05.522Z Downloaded termtree v0.5.1
10492026-02-24T02:36:05.522Z Downloaded tap v1.0.1
10502026-02-24T02:36:05.527Z Downloaded tabwriter v1.4.0
10512026-02-24T02:36:05.527Z Downloaded static_assertions v1.1.0
10522026-02-24T02:36:05.527Z Downloaded slab v0.4.9
10532026-02-24T02:36:05.530Z Downloaded signal-hook-registry v1.4.2
10542026-02-24T02:36:05.530Z Downloaded shlex v1.3.0
10552026-02-24T02:36:05.530Z Downloaded encoding_rs v0.8.34
10562026-02-24T02:36:05.548Z Downloaded slog-dtrace v0.3.0
10572026-02-24T02:36:05.551Z Downloaded smallvec v0.6.14
10582026-02-24T02:36:05.551Z Downloaded slog-json v2.6.1
10592026-02-24T02:36:05.551Z Downloaded serde_derive_internals v0.29.1
10602026-02-24T02:36:05.554Z Downloaded serde-hex v0.1.0
10612026-02-24T02:36:05.554Z Downloaded prefix-trie v0.7.0
10622026-02-24T02:36:05.556Z Downloaded oso v0.27.3
10632026-02-24T02:36:05.559Z Downloaded openssl-sys v0.9.109
10642026-02-24T02:36:05.563Z Downloaded slog-envlogger v2.2.0
10652026-02-24T02:36:05.566Z Downloaded ryu v1.0.18
10662026-02-24T02:36:05.569Z Downloaded sec1 v0.7.3
10672026-02-24T02:36:05.569Z Downloaded scroll v0.13.0
10682026-02-24T02:36:05.572Z Downloaded schemars_derive v0.8.22
10692026-02-24T02:36:05.572Z Downloaded progenitor-impl v0.10.0
10702026-02-24T02:36:05.575Z Downloaded progenitor-impl v0.8.0
10712026-02-24T02:36:05.575Z Downloaded papergrid v0.17.0
10722026-02-24T02:36:05.582Z Downloaded sigpipe v0.1.3
10732026-02-24T02:36:05.585Z Downloaded signature v2.2.0
10742026-02-24T02:36:05.585Z Downloaded signal-hook-tokio v0.3.1
10752026-02-24T02:36:05.585Z Downloaded serde_spanned v1.0.4
10762026-02-24T02:36:05.585Z Downloaded serde_repr v0.1.19
10772026-02-24T02:36:05.585Z Downloaded p256 v0.13.2
10782026-02-24T02:36:05.588Z Downloaded secrecy v0.8.0
10792026-02-24T02:36:05.591Z Downloaded serde-big-array v0.5.1
10802026-02-24T02:36:05.591Z Downloaded serde_plain v1.0.2
10812026-02-24T02:36:05.594Z Downloaded seq-macro v0.3.6
10822026-02-24T02:36:05.594Z Downloaded postgres-types v0.2.9
10832026-02-24T02:36:05.597Z Downloaded rand_core v0.9.3
10842026-02-24T02:36:05.597Z Downloaded rand_core v0.6.4
10852026-02-24T02:36:05.600Z Downloaded rand_chacha v0.9.0
10862026-02-24T02:36:05.600Z Downloaded hashbrown v0.13.2
10872026-02-24T02:36:05.603Z Downloaded pkcs1 v0.7.5
10882026-02-24T02:36:05.607Z Downloaded pin-project-lite v0.2.14
10892026-02-24T02:36:05.610Z Downloaded omicron-zone-package v0.12.2
10902026-02-24T02:36:05.613Z Downloaded ref-cast v1.0.25
10912026-02-24T02:36:05.613Z Downloaded progenitor v0.11.2
10922026-02-24T02:36:05.616Z Downloaded poly1305 v0.8.0
10932026-02-24T02:36:05.619Z Downloaded pkg-config v0.3.31
10942026-02-24T02:36:05.619Z Downloaded ring v0.17.14
10952026-02-24T02:36:05.654Z Downloaded pkcs8 v0.10.2
10962026-02-24T02:36:05.657Z Downloaded proc-macro-error2 v2.0.1
10972026-02-24T02:36:05.660Z Downloaded peg v0.8.5
10982026-02-24T02:36:05.662Z Downloaded paste v1.0.15
10992026-02-24T02:36:05.665Z Downloaded miniz_oxide v0.8.5
11002026-02-24T02:36:05.668Z Downloaded jiff-static v0.2.15
11012026-02-24T02:36:05.670Z Downloaded hickory-resolver v0.24.4
11022026-02-24T02:36:05.673Z Downloaded hickory-resolver v0.25.2
11032026-02-24T02:36:05.676Z Downloaded heapless v0.7.17
11042026-02-24T02:36:05.679Z Downloaded headers v0.4.1
11052026-02-24T02:36:05.683Z Downloaded bumpalo v3.16.0
11062026-02-24T02:36:05.686Z Downloaded heapless v0.8.0
11072026-02-24T02:36:05.689Z Downloaded rand_xorshift v0.4.0
11082026-02-24T02:36:05.692Z Downloaded phf v0.11.2
11092026-02-24T02:36:05.692Z Downloaded libgit2-sys v0.18.2+1.9.1
11102026-02-24T02:36:05.741Z Downloaded parse-display-derive v0.10.0
11112026-02-24T02:36:05.744Z Downloaded progenitor-macro v0.8.0
11122026-02-24T02:36:05.744Z Downloaded progenitor-client v0.11.2
11132026-02-24T02:36:05.744Z Downloaded progenitor-client v0.8.0
11142026-02-24T02:36:05.744Z Downloaded owo-colors v4.2.3
11152026-02-24T02:36:05.747Z Downloaded indicatif v0.17.11
11162026-02-24T02:36:05.751Z Downloaded packed_struct v0.10.1
11172026-02-24T02:36:05.755Z Downloaded pin-project-internal v1.1.6
11182026-02-24T02:36:05.755Z Downloaded phf v0.12.1
11192026-02-24T02:36:05.755Z Downloaded pretty-hex v0.2.1
11202026-02-24T02:36:05.755Z Downloaded oxnet v0.1.4
11212026-02-24T02:36:05.758Z Downloaded expectorate v1.2.0
11222026-02-24T02:36:05.759Z Downloaded dropshot-api-manager v0.3.0
11232026-02-24T02:36:05.761Z Downloaded flate2 v1.1.2
11242026-02-24T02:36:05.765Z Downloaded ed25519-dalek v2.1.1
11252026-02-24T02:36:05.768Z Downloaded base64 v0.21.7
11262026-02-24T02:36:05.771Z Downloaded aho-corasick v1.1.3
11272026-02-24T02:36:05.774Z Downloaded pem v3.0.5
11282026-02-24T02:36:05.777Z Downloaded peg-macros v0.8.5
11292026-02-24T02:36:05.777Z Downloaded oxide-tokio-rt v0.1.2
11302026-02-24T02:36:05.780Z Downloaded httparse v1.9.5
11312026-02-24T02:36:05.780Z Downloaded darling_core v0.21.0
11322026-02-24T02:36:05.783Z Downloaded password-hash v0.5.0
11332026-02-24T02:36:05.786Z Downloaded num-complex v0.4.6
11342026-02-24T02:36:05.789Z Downloaded ignore v0.4.23
11352026-02-24T02:36:05.789Z Downloaded compact_str v0.8.0
11362026-02-24T02:36:05.792Z Downloaded crypto-bigint v0.5.5
11372026-02-24T02:36:05.798Z Downloaded num-integer v0.1.46
11382026-02-24T02:36:05.801Z Downloaded num-derive v0.4.2
11392026-02-24T02:36:05.801Z Downloaded num-conv v0.1.0
11402026-02-24T02:36:05.801Z Downloaded iana-time-zone v0.1.63
11412026-02-24T02:36:05.804Z Downloaded derive_more v2.0.1
11422026-02-24T02:36:05.812Z Downloaded match_cfg v0.1.0
11432026-02-24T02:36:05.815Z Downloaded globset v0.4.15
11442026-02-24T02:36:05.815Z Downloaded packed_struct_codegen v0.10.1
11452026-02-24T02:36:05.815Z Downloaded parse-size v1.1.0
11462026-02-24T02:36:05.815Z Downloaded native-tls v0.2.12
11472026-02-24T02:36:05.819Z Downloaded lock_api v0.4.12
11482026-02-24T02:36:05.819Z Downloaded libsw v3.5.0
11492026-02-24T02:36:05.825Z Downloaded libefi-sys v0.1.0
11502026-02-24T02:36:05.825Z Downloaded hyper-rustls v0.27.7
11512026-02-24T02:36:05.825Z Downloaded mime_guess v2.0.5
11522026-02-24T02:36:05.828Z Downloaded ingot-macros v0.1.1
11532026-02-24T02:36:05.828Z Downloaded managed v0.8.0
11542026-02-24T02:36:05.828Z Downloaded linear-map v1.2.0
11552026-02-24T02:36:05.828Z Downloaded libz-rs-sys v0.5.1
11562026-02-24T02:36:05.828Z Downloaded indoc v2.0.6
11572026-02-24T02:36:05.832Z Downloaded const_format v0.2.34
11582026-02-24T02:36:05.835Z Downloaded num_threads v0.1.7
11592026-02-24T02:36:05.835Z Downloaded num-iter v0.1.45
11602026-02-24T02:36:05.838Z Downloaded libloading v0.8.5
11612026-02-24T02:36:05.838Z Downloaded ipnetwork v0.21.1
11622026-02-24T02:36:05.841Z Downloaded internet-checksum v0.2.1
11632026-02-24T02:36:05.841Z Downloaded hickory-client v0.25.2
11642026-02-24T02:36:05.844Z Downloaded nonempty v0.12.0
11652026-02-24T02:36:05.844Z Downloaded base64 v0.13.1
11662026-02-24T02:36:05.847Z Downloaded blake2 v0.10.6
11672026-02-24T02:36:05.847Z Downloaded nibble_vec v0.1.0
11682026-02-24T02:36:05.851Z Downloaded newline-converter v0.3.0
11692026-02-24T02:36:05.851Z Downloaded multimap v0.10.1
11702026-02-24T02:36:05.851Z Downloaded maybe-uninit v2.0.0
11712026-02-24T02:36:05.854Z Downloaded ipnet v2.11.0
11722026-02-24T02:36:05.854Z Downloaded ingot-types v0.1.2
11732026-02-24T02:36:05.854Z Downloaded hyper-staticfile v0.10.1
11742026-02-24T02:36:05.859Z Downloaded getrandom v0.2.15
11752026-02-24T02:36:05.859Z Downloaded md-5 v0.10.6
11762026-02-24T02:36:05.863Z Downloaded lockfree-object-pool v0.1.6
11772026-02-24T02:36:05.863Z Downloaded mime v0.3.17
11782026-02-24T02:36:05.868Z Downloaded maplit v1.0.2
11792026-02-24T02:36:05.868Z Downloaded http-body-util v0.1.3
11802026-02-24T02:36:05.868Z Downloaded libsw-core v0.3.1
11812026-02-24T02:36:05.871Z Downloaded console v0.16.0
11822026-02-24T02:36:05.871Z Downloaded console v0.15.10
11832026-02-24T02:36:05.874Z Downloaded clang-sys v1.8.1
11842026-02-24T02:36:05.877Z Downloaded cc v1.2.56
11852026-02-24T02:36:05.877Z Downloaded linked-hash-map v0.5.6
11862026-02-24T02:36:05.881Z Downloaded libscf-sys v1.1.0
11872026-02-24T02:36:05.881Z Downloaded lalrpop-util v0.19.12
11882026-02-24T02:36:05.881Z Downloaded futures v0.3.31
11892026-02-24T02:36:05.884Z Downloaded derive_more-impl v2.0.1
11902026-02-24T02:36:05.887Z Downloaded dropshot_endpoint v0.16.7
11912026-02-24T02:36:05.890Z Downloaded derive-where v1.5.0
11922026-02-24T02:36:05.894Z Downloaded darling v0.21.0
11932026-02-24T02:36:05.898Z Downloaded home v0.5.9
11942026-02-24T02:36:05.901Z Downloaded colored v3.0.0
11952026-02-24T02:36:05.901Z Downloaded darling v0.20.10
11962026-02-24T02:36:05.904Z Downloaded crossbeam-epoch v0.9.18
11972026-02-24T02:36:05.908Z Downloaded cookie_store v0.21.1
11982026-02-24T02:36:05.910Z Downloaded cookie v0.18.1
11992026-02-24T02:36:05.910Z Downloaded bzip2 v0.4.4
12002026-02-24T02:36:05.913Z Downloaded base64ct v1.6.0
12012026-02-24T02:36:05.916Z Downloaded const-oid v0.9.6
12022026-02-24T02:36:05.916Z Downloaded ciborium v0.2.2
12032026-02-24T02:36:05.919Z Downloaded is-terminal v0.4.13
12042026-02-24T02:36:05.919Z Downloaded instant v0.1.13
12052026-02-24T02:36:05.922Z Downloaded highway v1.3.0
12062026-02-24T02:36:05.922Z Downloaded indent_write v2.2.0
12072026-02-24T02:36:05.923Z Downloaded hyper-tls v0.6.0
12082026-02-24T02:36:05.925Z Downloaded http-range v0.1.5
12092026-02-24T02:36:05.925Z Downloaded glob v0.3.2
12102026-02-24T02:36:05.928Z Downloaded crossbeam-utils v0.8.21
12112026-02-24T02:36:05.928Z Downloaded cancel-safe-futures v0.1.5
12122026-02-24T02:36:05.931Z Downloaded http-body v1.0.1
12132026-02-24T02:36:05.934Z Downloaded derive_builder v0.20.2
12142026-02-24T02:36:05.936Z Downloaded critical-section v1.1.3
12152026-02-24T02:36:05.940Z Downloaded bitfield v0.19.2
12162026-02-24T02:36:05.940Z Downloaded diff v0.1.13
12172026-02-24T02:36:05.955Z Downloaded bzip2 v0.5.2
12182026-02-24T02:36:05.955Z Downloaded colored v2.2.0
12192026-02-24T02:36:05.958Z Downloaded blowfish v0.9.1
12202026-02-24T02:36:05.958Z Downloaded httpdate v1.0.3
12212026-02-24T02:36:05.958Z Downloaded hostname v0.4.2
12222026-02-24T02:36:05.958Z Downloaded group v0.13.0
12232026-02-24T02:36:05.958Z Downloaded gethostname v0.5.0
12242026-02-24T02:36:05.958Z Downloaded futures-channel v0.3.31
12252026-02-24T02:36:05.958Z Downloaded hex v0.4.3
12262026-02-24T02:36:05.958Z Downloaded foldhash v0.2.0
12272026-02-24T02:36:05.958Z Downloaded foldhash v0.1.5
12282026-02-24T02:36:05.958Z Downloaded fallible-iterator v0.2.0
12292026-02-24T02:36:05.959Z Downloaded buf-list v1.0.3
12302026-02-24T02:36:05.962Z Downloaded flagset v0.4.6
12312026-02-24T02:36:05.962Z Downloaded filetime v0.2.26
12322026-02-24T02:36:05.962Z Downloaded env_logger v0.11.8
12332026-02-24T02:36:05.964Z Downloaded either v1.15.0
12342026-02-24T02:36:05.967Z Downloaded diesel-dtrace v0.4.2
12352026-02-24T02:36:05.967Z Downloaded corncobs v0.1.4
12362026-02-24T02:36:05.967Z Downloaded cmake v0.1.51
12372026-02-24T02:36:05.970Z Downloaded bb8 v0.8.5
12382026-02-24T02:36:05.970Z Downloaded arrayvec v0.7.6
12392026-02-24T02:36:05.972Z Downloaded enum-as-inner v0.6.1
12402026-02-24T02:36:05.975Z Downloaded data-encoding v2.9.0
12412026-02-24T02:36:05.975Z Downloaded crc v3.2.1
12422026-02-24T02:36:05.978Z Downloaded const_format_proc_macros v0.2.34
12432026-02-24T02:36:05.981Z Downloaded camino-tempfile-ext v0.3.2
12442026-02-24T02:36:05.981Z Downloaded bitflags v1.3.2
12452026-02-24T02:36:05.984Z Downloaded backoff v0.4.0
12462026-02-24T02:36:05.984Z Downloaded async-trait v0.1.89
12472026-02-24T02:36:05.988Z Downloaded ed25519 v2.2.3
12482026-02-24T02:36:05.991Z Downloaded hash32 v0.3.1
12492026-02-24T02:36:05.991Z Downloaded hash32 v0.2.1
12502026-02-24T02:36:05.991Z Downloaded defmt-macros v0.3.9
12512026-02-24T02:36:05.995Z Downloaded ghash v0.5.1
12522026-02-24T02:36:05.999Z Downloaded futures-macro v0.3.31
12532026-02-24T02:36:05.999Z Downloaded fs-err v2.11.0
12542026-02-24T02:36:05.999Z Downloaded erased-serde v0.3.31
12552026-02-24T02:36:06.002Z Downloaded ena v0.14.3
12562026-02-24T02:36:06.002Z Downloaded display-error-chain v0.2.2
12572026-02-24T02:36:06.002Z Downloaded der_derive v0.7.3
12582026-02-24T02:36:06.005Z Downloaded defmt v0.3.8
12592026-02-24T02:36:06.008Z Downloaded convert_case v0.7.1
12602026-02-24T02:36:06.008Z Downloaded chacha20poly1305 v0.10.1
12612026-02-24T02:36:06.012Z Downloaded bit-vec v0.8.0
12622026-02-24T02:36:06.012Z Downloaded bcs v0.1.6
12632026-02-24T02:36:06.015Z Downloaded ecdsa v0.16.9
12642026-02-24T02:36:06.015Z Downloaded derive-ex v0.1.8
12652026-02-24T02:36:06.015Z Downloaded funty v2.0.0
12662026-02-24T02:36:06.018Z Downloaded foreign-types-macros v0.2.3
12672026-02-24T02:36:06.018Z Downloaded foreign-types v0.5.0
12682026-02-24T02:36:06.018Z Downloaded float-cmp v0.10.0
12692026-02-24T02:36:06.018Z Downloaded dunce v1.0.5
12702026-02-24T02:36:06.021Z Downloaded dropshot-api-manager-types v0.3.0
12712026-02-24T02:36:06.021Z Downloaded darling_macro v0.21.0
12722026-02-24T02:36:06.021Z Downloaded cipher v0.4.4
12732026-02-24T02:36:06.024Z Downloaded cexpr v0.6.0
12742026-02-24T02:36:06.024Z Downloaded cargo_metadata v0.19.2
12752026-02-24T02:36:06.027Z Downloaded bit-vec v0.6.3
12762026-02-24T02:36:06.027Z Downloaded bit-set v0.8.0
12772026-02-24T02:36:06.029Z Downloaded atomic-waker v1.1.2
12782026-02-24T02:36:06.029Z Downloaded dof v0.4.0
12792026-02-24T02:36:06.029Z Downloaded float-ord v0.3.2
12802026-02-24T02:36:06.032Z Downloaded embedded-io v0.6.1
12812026-02-24T02:36:06.032Z Downloaded dyn-clone v1.0.20
12822026-02-24T02:36:06.035Z Downloaded difflib v0.4.0
12832026-02-24T02:36:06.035Z Downloaded cstr-argument v0.1.2
12842026-02-24T02:36:06.035Z Downloaded bitfield-struct v0.6.2
12852026-02-24T02:36:06.041Z Downloaded ascii-canvas v3.0.0
12862026-02-24T02:36:06.041Z Downloaded deranged v0.5.3
12872026-02-24T02:36:06.041Z Downloaded crc-catalog v2.4.0
12882026-02-24T02:36:06.041Z Downloaded cargo-platform v0.1.8
12892026-02-24T02:36:06.041Z Downloaded bcrypt-pbkdf v0.10.0
12902026-02-24T02:36:06.041Z Downloaded async-recursion v1.1.1
12912026-02-24T02:36:06.045Z Downloaded fd-lock v4.0.2
12922026-02-24T02:36:06.048Z Downloaded debug-ignore v1.0.5
12932026-02-24T02:36:06.048Z Downloaded crunchy v0.2.2
12942026-02-24T02:36:06.048Z Downloaded crucible-workspace-hack v0.1.0
12952026-02-24T02:36:06.048Z Downloaded crc8 v0.1.1
12962026-02-24T02:36:06.051Z Downloaded cfg_aliases v0.2.1
12972026-02-24T02:36:06.051Z Downloaded block-padding v0.3.3
12982026-02-24T02:36:06.051Z Downloaded async-stream-impl v0.3.6
12992026-02-24T02:36:06.051Z Downloaded assert_matches v1.5.0
13002026-02-24T02:36:06.054Z Downloaded constant_time_eq v0.3.1
13012026-02-24T02:36:06.054Z Downloaded ciborium-ll v0.2.2
13022026-02-24T02:36:06.054Z Downloaded document-features v0.2.11
13032026-02-24T02:36:06.057Z Downloaded dirs-sys-next v0.1.2
13042026-02-24T02:36:06.057Z Downloaded derive_builder_macro v0.20.2
13052026-02-24T02:36:06.057Z Downloaded darling_macro v0.20.10
13062026-02-24T02:36:06.057Z Downloaded convert_case v0.4.0
13072026-02-24T02:36:06.123Z Downloaded bitfield-macros v0.19.2
13082026-02-24T02:36:06.123Z Downloaded arrayref v0.3.9
13092026-02-24T02:36:06.123Z Downloaded array-init v0.0.4
13102026-02-24T02:36:06.123Z Downloaded diesel_table_macro_syntax v0.2.0
13112026-02-24T02:36:06.127Z Downloaded base16ct v0.2.0
13122026-02-24T02:36:06.127Z Downloaded atty v0.2.14
13132026-02-24T02:36:06.127Z Downloaded der v0.7.10
13142026-02-24T02:36:06.127Z Downloaded crossterm v0.29.0
13152026-02-24T02:36:06.127Z Downloaded castaway v0.2.3
13162026-02-24T02:36:06.127Z Downloaded curve25519-dalek-derive v0.1.1
13172026-02-24T02:36:06.127Z Downloaded ctr v0.9.2
13182026-02-24T02:36:06.127Z Downloaded async-bb8-diesel v0.2.1
13192026-02-24T02:36:06.127Z Downloaded allocator-api2 v0.2.21
13202026-02-24T02:36:06.127Z Downloaded csv-core v0.1.11
13212026-02-24T02:36:06.127Z Downloaded async-stream v0.3.6
13222026-02-24T02:36:06.127Z Downloaded cfg_aliases v0.1.1
13232026-02-24T02:36:06.127Z Downloaded addr2line v0.24.2
13242026-02-24T02:36:06.277Z Downloaded aws-lc-sys v0.26.0
13252026-02-24T02:36:06.582Z Compiling value-bag v1.12.0
13262026-02-24T02:36:06.582Z Compiling lock_api v0.4.12
13272026-02-24T02:36:06.582Z Compiling scopeguard v1.2.0
13282026-02-24T02:36:06.585Z Compiling shlex v1.3.0
13292026-02-24T02:36:06.585Z Compiling find-msvc-tools v0.1.9
13302026-02-24T02:36:06.753Z Compiling syn v2.0.114
13312026-02-24T02:36:06.768Z Compiling getrandom v0.2.15
13322026-02-24T02:36:06.771Z Compiling jobserver v0.1.32
13332026-02-24T02:36:06.900Z Compiling typenum v1.17.0
13342026-02-24T02:36:07.167Z Compiling log v0.4.29
13352026-02-24T02:36:07.237Z Compiling cc v1.2.56
13362026-02-24T02:36:07.269Z Compiling smallvec v1.15.1
13372026-02-24T02:36:07.289Z Compiling rand_core v0.6.4
13382026-02-24T02:36:07.702Z Compiling generic-array v0.14.7
13392026-02-24T02:36:07.832Z Compiling subtle v2.6.1
13402026-02-24T02:36:07.885Z Compiling portable-atomic v1.11.0
13412026-02-24T02:36:07.983Z Compiling const-oid v0.9.6
13422026-02-24T02:36:08.060Z Compiling critical-section v1.1.3
13432026-02-24T02:36:08.153Z Compiling getrandom v0.3.4
13442026-02-24T02:36:08.216Z Compiling pkg-config v0.3.31
13452026-02-24T02:36:08.237Z Compiling serde_json v1.0.149
13462026-02-24T02:36:08.645Z Compiling spin v0.9.8
13472026-02-24T02:36:09.070Z Compiling parking_lot_core v0.9.10
13482026-02-24T02:36:09.320Z Compiling regex-syntax v0.8.5
13492026-02-24T02:36:09.508Z Compiling pin-project-lite v0.2.14
13502026-02-24T02:36:09.675Z Compiling libm v0.2.8
13512026-02-24T02:36:10.044Z Compiling once_cell v1.21.3
13522026-02-24T02:36:10.066Z Compiling rustix v0.38.37
13532026-02-24T02:36:10.215Z Compiling signal-hook-registry v1.4.2
13542026-02-24T02:36:10.459Z Compiling num-traits v0.2.19
13552026-02-24T02:36:10.715Z Compiling allocator-api2 v0.2.21
13562026-02-24T02:36:10.931Z Compiling parking_lot v0.12.3
13572026-02-24T02:36:11.081Z Compiling mio v1.0.2
13582026-02-24T02:36:11.159Z Compiling futures-core v0.3.31
13592026-02-24T02:36:11.434Z Compiling lazy_static v1.5.0
13602026-02-24T02:36:11.456Z Compiling aho-corasick v1.1.3
13612026-02-24T02:36:11.581Z Compiling percent-encoding v2.3.2
13622026-02-24T02:36:11.737Z Compiling socket2 v0.6.1
13632026-02-24T02:36:12.124Z Compiling slab v0.4.9
13642026-02-24T02:36:12.209Z Compiling cpufeatures v0.2.14
13652026-02-24T02:36:12.323Z Compiling futures-sink v0.3.31
13662026-02-24T02:36:12.426Z Compiling glob v0.3.2
13672026-02-24T02:36:12.525Z Compiling either v1.15.0
13682026-02-24T02:36:12.625Z Compiling futures-channel v0.3.31
13692026-02-24T02:36:12.931Z Compiling hashbrown v0.16.1
13702026-02-24T02:36:12.954Z Compiling prettyplease v0.2.36
13712026-02-24T02:36:13.060Z Compiling rustversion v1.0.22
13722026-02-24T02:36:13.286Z Compiling clang-sys v1.8.1
13732026-02-24T02:36:13.321Z Compiling pin-utils v0.1.0
13742026-02-24T02:36:13.436Z Compiling futures-task v0.3.31
13752026-02-24T02:36:13.671Z Compiling regex-automata v0.4.11
13762026-02-24T02:36:13.748Z Compiling futures-io v0.3.31
13772026-02-24T02:36:13.877Z Compiling minimal-lexical v0.2.1
13782026-02-24T02:36:14.026Z Compiling libloading v0.8.5
13792026-02-24T02:36:14.138Z Compiling indexmap v2.13.0
13802026-02-24T02:36:14.379Z Compiling synstructure v0.13.1
13812026-02-24T02:36:14.418Z Compiling nom v7.1.3
13822026-02-24T02:36:15.169Z Compiling home v0.5.9
13832026-02-24T02:36:15.172Z Compiling base64ct v1.6.0
13842026-02-24T02:36:15.402Z Compiling bindgen v0.69.5
13852026-02-24T02:36:15.637Z Compiling ident_case v1.0.1
13862026-02-24T02:36:15.741Z Compiling pem-rfc7468 v0.7.0
13872026-02-24T02:36:15.840Z Compiling itertools v0.12.1
13882026-02-24T02:36:16.361Z Compiling form_urlencoded v1.2.2
13892026-02-24T02:36:16.419Z Compiling lazycell v1.3.0
13902026-02-24T02:36:16.616Z Compiling rustc-hash v1.1.0
13912026-02-24T02:36:16.678Z Compiling flagset v0.4.6
13922026-02-24T02:36:16.784Z Compiling rand_core v0.9.3
13932026-02-24T02:36:16.907Z Compiling cmake v0.1.51
13942026-02-24T02:36:17.359Z Compiling fs_extra v1.3.0
13952026-02-24T02:36:17.751Z Compiling cexpr v0.6.0
13962026-02-24T02:36:17.773Z Compiling foldhash v0.1.5
13972026-02-24T02:36:17.910Z Compiling dunce v1.0.5
13982026-02-24T02:36:18.064Z Compiling paste v1.0.15
13992026-02-24T02:36:18.088Z Compiling iana-time-zone v0.1.63
14002026-02-24T02:36:18.463Z Compiling hashbrown v0.15.4
14012026-02-24T02:36:18.646Z Compiling rustc_version v0.4.1
14022026-02-24T02:36:18.670Z Compiling uuid v1.19.0
14032026-02-24T02:36:18.763Z Compiling zerocopy v0.8.27
14042026-02-24T02:36:19.091Z Compiling serde_derive v1.0.228
14052026-02-24T02:36:19.310Z Compiling zeroize_derive v1.4.2
14062026-02-24T02:36:19.331Z Compiling zerofrom-derive v0.1.4
14072026-02-24T02:36:19.585Z Compiling yoke-derive v0.7.4
14082026-02-24T02:36:19.629Z Compiling zerovec-derive v0.10.3
14092026-02-24T02:36:20.161Z Compiling displaydoc v0.2.5
14102026-02-24T02:36:20.665Z Compiling zeroize v1.8.1
14112026-02-24T02:36:21.725Z Compiling icu_provider_macros v1.5.0
14122026-02-24T02:36:22.006Z Compiling zerocopy-derive v0.7.35
14132026-02-24T02:36:22.336Z Compiling tokio-macros v2.6.0
14142026-02-24T02:36:22.486Z Compiling crypto-common v0.1.6
14152026-02-24T02:36:22.709Z Compiling block-buffer v0.10.4
14162026-02-24T02:36:22.748Z Compiling zerofrom v0.1.4
14172026-02-24T02:36:22.789Z Compiling thiserror-impl v2.0.18
14182026-02-24T02:36:23.006Z Compiling digest v0.10.7
14192026-02-24T02:36:23.029Z Compiling yoke v0.7.4
14202026-02-24T02:36:23.433Z Compiling zerovec v0.10.4
14212026-02-24T02:36:23.535Z Compiling hmac v0.12.1
14222026-02-24T02:36:23.836Z Compiling block-padding v0.3.3
14232026-02-24T02:36:23.865Z Compiling futures-macro v0.3.31
14242026-02-24T02:36:23.899Z Compiling regex v1.11.3
14252026-02-24T02:36:23.984Z Compiling zerocopy v0.7.35
14262026-02-24T02:36:24.111Z Compiling inout v0.1.3
14272026-02-24T02:36:24.439Z Compiling cipher v0.4.4
14282026-02-24T02:36:24.882Z Compiling sha2 v0.10.9
14292026-02-24T02:36:24.995Z Compiling der_derive v0.7.3
14302026-02-24T02:36:25.390Z Compiling tinystr v0.7.6
14312026-02-24T02:36:25.504Z Compiling icu_collections v1.5.0
14322026-02-24T02:36:25.652Z Compiling futures-util v0.3.31
14332026-02-24T02:36:25.760Z Compiling icu_locid v1.5.0
14342026-02-24T02:36:25.923Z Compiling thiserror v2.0.18
14352026-02-24T02:36:26.092Z Compiling ppv-lite86 v0.2.20
14362026-02-24T02:36:26.120Z Compiling pest v2.8.2
14372026-02-24T02:36:26.373Z Compiling serde v1.0.228
14382026-02-24T02:36:26.756Z Compiling salsa20 v0.10.2
14392026-02-24T02:36:26.868Z Compiling icu_provider v1.5.0
14402026-02-24T02:36:26.982Z Compiling pbkdf2 v0.12.2
14412026-02-24T02:36:27.181Z Compiling vcpkg v0.2.15
14422026-02-24T02:36:27.203Z Compiling der v0.7.10
14432026-02-24T02:36:27.679Z Compiling bitflags v2.9.4
14442026-02-24T02:36:27.772Z Compiling bytes v1.11.1
14452026-02-24T02:36:27.840Z Compiling icu_locid_transform v1.5.0
14462026-02-24T02:36:28.388Z Compiling chrono v0.4.43
14472026-02-24T02:36:28.909Z Compiling tokio v1.49.0
14482026-02-24T02:36:29.120Z Compiling icu_properties v1.5.1
14492026-02-24T02:36:29.213Z Compiling openssl-sys v0.9.109
14502026-02-24T02:36:30.178Z Compiling spki v0.7.3
14512026-02-24T02:36:30.200Z Compiling http v1.4.0
14522026-02-24T02:36:30.329Z Compiling pest_meta v2.8.2
14532026-02-24T02:36:30.540Z Compiling scrypt v0.11.0
14542026-02-24T02:36:30.993Z Compiling rand_chacha v0.9.0
14552026-02-24T02:36:31.061Z Compiling aes v0.8.4
14562026-02-24T02:36:31.761Z Compiling which v4.4.2
14572026-02-24T02:36:32.401Z Compiling cbc v0.1.2
14582026-02-24T02:36:32.715Z Compiling zerocopy-derive v0.8.27
14592026-02-24T02:36:32.765Z Compiling pkcs5 v0.7.1
14602026-02-24T02:36:33.775Z Compiling icu_normalizer v1.5.0
14612026-02-24T02:36:33.799Z Compiling pest_generator v2.8.2
14622026-02-24T02:36:33.818Z Compiling rand v0.9.2
14632026-02-24T02:36:34.121Z Compiling tracing-attributes v0.1.27
14642026-02-24T02:36:34.677Z Compiling idna_adapter v1.2.0
14652026-02-24T02:36:34.926Z Compiling idna v1.0.3
14662026-02-24T02:36:35.424Z Compiling serde_derive_internals v0.29.1
14672026-02-24T02:36:35.565Z Compiling url v2.5.4
14682026-02-24T02:36:35.569Z Compiling ring v0.17.14
14692026-02-24T02:36:36.403Z Compiling tracing-core v0.1.32
14702026-02-24T02:36:36.703Z Compiling adler2 v2.0.0
14712026-02-24T02:36:36.914Z Compiling schemars v0.8.22
14722026-02-24T02:36:37.227Z Compiling aws-lc-rs v1.12.4
14732026-02-24T02:36:37.262Z Compiling rustix v1.1.3
14742026-02-24T02:36:37.333Z Compiling tracing v0.1.40
14752026-02-24T02:36:37.628Z Compiling tokio-util v0.7.15
14762026-02-24T02:36:37.652Z Compiling schemars_derive v0.8.22
14772026-02-24T02:36:37.702Z Compiling miniz_oxide v0.8.5
14782026-02-24T02:36:38.364Z Compiling pest_derive v2.8.2
14792026-02-24T02:36:39.001Z Compiling pkcs8 v0.10.2
14802026-02-24T02:36:39.164Z Compiling http-body v1.0.1
14812026-02-24T02:36:39.435Z Compiling scroll_derive v0.13.1
14822026-02-24T02:36:39.622Z Compiling darling_core v0.20.10
14832026-02-24T02:36:39.668Z Compiling base64 v0.22.1
14842026-02-24T02:36:39.835Z Compiling httparse v1.9.5
14852026-02-24T02:36:40.318Z Compiling dyn-clone v1.0.20
14862026-02-24T02:36:40.523Z Compiling tinyvec_macros v0.1.1
14872026-02-24T02:36:40.543Z Compiling rustls-pki-types v1.10.0
14882026-02-24T02:36:40.637Z Compiling tinyvec v1.8.0
14892026-02-24T02:36:41.168Z Compiling scroll v0.13.0
14902026-02-24T02:36:41.657Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14912026-02-24T02:36:42.100Z Compiling bzip2-sys v0.1.13+1.0.8
14922026-02-24T02:36:42.491Z Compiling foreign-types-shared v0.1.1
14932026-02-24T02:36:42.625Z Compiling untrusted v0.7.1
14942026-02-24T02:36:42.648Z Compiling openssl-probe v0.1.5
14952026-02-24T02:36:42.709Z Compiling time-core v0.1.6
14962026-02-24T02:36:42.825Z Compiling tower-service v0.3.3
14972026-02-24T02:36:42.969Z Compiling powerfmt v0.2.0
14982026-02-24T02:36:42.972Z Compiling untrusted v0.9.0
14992026-02-24T02:36:43.016Z Compiling openssl v0.10.73
15002026-02-24T02:36:43.139Z Compiling num-conv v0.1.0
15012026-02-24T02:36:43.197Z Compiling tower-layer v0.3.3
15022026-02-24T02:36:43.363Z Compiling atomic-waker v1.1.2
15032026-02-24T02:36:43.426Z Compiling try-lock v0.2.5
15042026-02-24T02:36:43.503Z Compiling h2 v0.4.6
15052026-02-24T02:36:43.506Z Compiling time-macros v0.2.24
15062026-02-24T02:36:43.552Z Compiling tempfile v3.24.0
15072026-02-24T02:36:43.592Z Compiling want v0.3.1
15082026-02-24T02:36:43.814Z Compiling deranged v0.5.3
15092026-02-24T02:36:44.366Z Compiling foreign-types v0.3.2
15102026-02-24T02:36:45.337Z Compiling darling_macro v0.20.10
15112026-02-24T02:36:45.563Z Compiling goblin v0.10.2
15122026-02-24T02:36:46.183Z Compiling darling v0.20.10
15132026-02-24T02:36:46.302Z Compiling ipnet v2.11.0
15142026-02-24T02:36:46.862Z Compiling openssl-macros v0.1.1
15152026-02-24T02:36:47.427Z Compiling wait-timeout v0.2.0
15162026-02-24T02:36:47.530Z Compiling num_threads v0.1.7
15172026-02-24T02:36:47.609Z Compiling gimli v0.31.1
15182026-02-24T02:36:47.691Z Compiling quick-error v1.2.3
15192026-02-24T02:36:47.869Z Compiling rustls v0.23.19
15202026-02-24T02:36:47.957Z Compiling httpdate v1.0.3
15212026-02-24T02:36:48.010Z Compiling bit-vec v0.8.0
15222026-02-24T02:36:48.192Z Compiling crossbeam-utils v0.8.21
15232026-02-24T02:36:48.406Z Compiling syn v1.0.109
15242026-02-24T02:36:48.444Z Compiling usdt-impl v0.6.0
15252026-02-24T02:36:48.733Z Compiling native-tls v0.2.12
15262026-02-24T02:36:48.870Z Compiling bit-set v0.8.0
15272026-02-24T02:36:49.043Z Compiling rusty-fork v0.3.0
15282026-02-24T02:36:49.112Z Compiling time v0.3.43
15292026-02-24T02:36:49.680Z Compiling derive_builder_core v0.20.2
15302026-02-24T02:36:51.810Z Compiling addr2line v0.24.2
15312026-02-24T02:36:52.236Z Compiling hyper v1.8.1
15322026-02-24T02:36:52.520Z Compiling dof v0.4.0
15332026-02-24T02:36:52.857Z Compiling unicode-normalization v0.1.24
15342026-02-24T02:36:52.944Z Compiling dtrace-parser v0.3.0
15352026-02-24T02:36:53.897Z Compiling signature v2.2.0
15362026-02-24T02:36:54.209Z Compiling heapless v0.7.17
15372026-02-24T02:36:54.652Z Compiling scroll_derive v0.12.0
15382026-02-24T02:36:54.712Z Compiling thiserror-impl v1.0.69
15392026-02-24T02:36:54.740Z Compiling rand_xorshift v0.4.0
15402026-02-24T02:36:54.986Z Compiling darling_core v0.21.0
15412026-02-24T02:36:55.801Z Compiling slog v2.8.2
15422026-02-24T02:36:56.061Z Compiling thread-id v5.0.0
15432026-02-24T02:36:56.149Z Compiling cookie v0.18.1
15442026-02-24T02:36:56.194Z Compiling object v0.36.5
15452026-02-24T02:36:56.457Z Compiling crc32fast v1.4.2
15462026-02-24T02:36:56.480Z Compiling zlib-rs v0.5.1
15472026-02-24T02:36:56.516Z Compiling siphasher v0.3.11
15482026-02-24T02:36:56.778Z Compiling unicode-properties v0.1.3
15492026-02-24T02:36:56.880Z Compiling unicode-bidi v0.3.17
15502026-02-24T02:36:57.203Z Compiling unarray v0.1.4
15512026-02-24T02:36:57.391Z Compiling signal-hook v0.3.18
15522026-02-24T02:36:57.605Z Compiling zstd-safe v7.2.3
15532026-02-24T02:36:57.724Z Compiling anyhow v1.0.99
15542026-02-24T02:36:57.981Z Compiling rustc-demangle v0.1.24
15552026-02-24T02:36:58.094Z Compiling thiserror v1.0.69
15562026-02-24T02:36:58.248Z Compiling stringprep v0.1.5
15572026-02-24T02:36:58.742Z Compiling proptest v1.7.0
15582026-02-24T02:36:58.817Z Compiling phf_shared v0.11.2
15592026-02-24T02:36:59.187Z Compiling scroll v0.12.0
15602026-02-24T02:36:59.739Z Compiling hyper-util v0.1.19
15612026-02-24T02:36:59.891Z Compiling derive_builder_macro v0.20.2
15622026-02-24T02:37:01.000Z Compiling darling_macro v0.21.0
15632026-02-24T02:37:01.783Z Compiling ipnetwork v0.21.1
15642026-02-24T02:37:01.943Z Compiling serde_tokenstream v0.2.2
15652026-02-24T02:37:02.567Z Compiling backtrace v0.3.74
15662026-02-24T02:37:02.639Z Compiling toml_datetime v0.6.11
15672026-02-24T02:37:03.068Z Compiling libz-rs-sys v0.5.1
15682026-02-24T02:37:03.143Z Compiling serde_spanned v0.6.9
15692026-02-24T02:37:03.355Z Compiling erased-serde v0.3.31
15702026-02-24T02:37:03.395Z Compiling rand_chacha v0.3.1
15712026-02-24T02:37:03.699Z Compiling md-5 v0.10.6
15722026-02-24T02:37:03.809Z Compiling curve25519-dalek v4.1.3
15732026-02-24T02:37:03.996Z Compiling vergen-lib v0.1.6
15742026-02-24T02:37:04.331Z Compiling num-integer v0.1.46
15752026-02-24T02:37:04.511Z Compiling sync_wrapper v1.0.1
15762026-02-24T02:37:04.648Z Compiling hash32 v0.2.1
15772026-02-24T02:37:04.696Z Compiling ff v0.13.0
15782026-02-24T02:37:04.945Z Compiling memoffset v0.9.1
15792026-02-24T02:37:05.021Z Compiling smoltcp v0.9.1
15802026-02-24T02:37:05.044Z Compiling fallible-iterator v0.2.0
15812026-02-24T02:37:05.293Z Compiling ref-cast v1.0.25
15822026-02-24T02:37:05.328Z Compiling base16ct v0.2.0
15832026-02-24T02:37:05.419Z Compiling litrs v0.4.1
15842026-02-24T02:37:05.663Z Compiling psl-types v2.0.11
15852026-02-24T02:37:05.681Z Compiling num-bigint-dig v0.8.6
15862026-02-24T02:37:05.729Z Compiling cfg_aliases v0.2.1
15872026-02-24T02:37:05.850Z Compiling nix v0.29.0
15882026-02-24T02:37:05.880Z Compiling publicsuffix v2.3.0
15892026-02-24T02:37:05.957Z Compiling postgres-protocol v0.6.8
15902026-02-24T02:37:06.076Z Compiling sec1 v0.7.3
15912026-02-24T02:37:06.485Z Compiling document-features v0.2.11
15922026-02-24T02:37:06.648Z Compiling group v0.13.0
15932026-02-24T02:37:06.685Z Compiling num-iter v0.1.45
15942026-02-24T02:37:06.897Z Compiling tower v0.5.2
15952026-02-24T02:37:06.981Z Compiling newtype-uuid v1.3.2
15962026-02-24T02:37:07.475Z Compiling rand v0.8.5
15972026-02-24T02:37:07.753Z Compiling flate2 v1.1.2
15982026-02-24T02:37:07.952Z Compiling oxnet v0.1.4
15992026-02-24T02:37:08.117Z Compiling darling v0.21.0
16002026-02-24T02:37:08.250Z Compiling derive_builder v0.20.2
16012026-02-24T02:37:08.450Z Compiling tokio-native-tls v0.3.1
16022026-02-24T02:37:08.485Z Compiling goblin v0.8.2
16032026-02-24T02:37:09.172Z Compiling rustls-native-certs v0.8.1
16042026-02-24T02:37:09.425Z Compiling webpki-roots v1.0.1
16052026-02-24T02:37:09.600Z Compiling http-body-util v0.1.3
16062026-02-24T02:37:09.659Z Compiling strum_macros v0.27.2
16072026-02-24T02:37:09.705Z Compiling terminal_size v0.4.0
16082026-02-24T02:37:09.895Z Compiling cargo-platform v0.1.8
16092026-02-24T02:37:09.950Z Compiling hkdf v0.12.4
16102026-02-24T02:37:10.073Z Compiling crypto-bigint v0.5.5
16112026-02-24T02:37:10.228Z Compiling curve25519-dalek-derive v0.1.1
16122026-02-24T02:37:10.405Z Compiling daft-derive v0.1.4
16132026-02-24T02:37:11.647Z Compiling async-trait v0.1.89
16142026-02-24T02:37:12.014Z Compiling ref-cast-impl v1.0.25
16152026-02-24T02:37:12.077Z Compiling hubpack_derive v0.1.1
16162026-02-24T02:37:13.035Z Compiling vergen v9.0.6
16172026-02-24T02:37:13.233Z Compiling ahash v0.8.12
16182026-02-24T02:37:13.379Z Compiling fs-err v3.1.1
16192026-02-24T02:37:13.621Z Compiling lockfree-object-pool v0.1.6
16202026-02-24T02:37:13.773Z Compiling iri-string v0.7.8
16212026-02-24T02:37:13.907Z Compiling ryu v1.0.18
16222026-02-24T02:37:14.133Z Compiling simd-adler32 v0.3.7
16232026-02-24T02:37:14.281Z Compiling bumpalo v3.16.0
16242026-02-24T02:37:14.590Z Compiling buf-list v1.0.3
16252026-02-24T02:37:14.672Z Compiling managed v0.8.0
16262026-02-24T02:37:14.795Z Compiling bitflags v1.3.2
16272026-02-24T02:37:14.917Z Compiling winnow v0.5.40
16282026-02-24T02:37:15.118Z Compiling unicode-segmentation v1.12.0
16292026-02-24T02:37:15.971Z Compiling zopfli v0.8.1
16302026-02-24T02:37:16.044Z Compiling strum v0.27.2
16312026-02-24T02:37:16.253Z Compiling serde_urlencoded v0.7.1
16322026-02-24T02:37:16.787Z Compiling tower-http v0.6.6
16332026-02-24T02:37:17.166Z Compiling dof v0.3.0
16342026-02-24T02:37:17.488Z Compiling clap_builder v4.5.48
16352026-02-24T02:37:17.689Z Compiling elliptic-curve v0.13.8
16362026-02-24T02:37:17.692Z Compiling hubpack v0.1.2
16372026-02-24T02:37:17.835Z Compiling daft v0.1.4
16382026-02-24T02:37:18.142Z Compiling toml_edit v0.19.15
16392026-02-24T02:37:18.426Z Compiling cargo_metadata v0.19.2
16402026-02-24T02:37:18.583Z Compiling hyper-tls v0.6.0
16412026-02-24T02:37:18.917Z Compiling cookie_store v0.21.1
16422026-02-24T02:37:18.995Z Compiling signal-hook-mio v0.2.4
16432026-02-24T02:37:19.185Z Compiling zstd v0.13.3
16442026-02-24T02:37:21.164Z Compiling serde_with_macros v3.16.1
16452026-02-24T02:37:21.824Z Compiling postgres-types v0.2.9
16462026-02-24T02:37:23.273Z Compiling usdt-macro v0.6.0
16472026-02-24T02:37:23.762Z Compiling usdt-attr-macro v0.6.0
16482026-02-24T02:37:24.749Z Compiling phf v0.11.2
16492026-02-24T02:37:24.773Z Compiling dtrace-parser v0.2.0
16502026-02-24T02:37:24.809Z Compiling ed25519 v2.2.3
16512026-02-24T02:37:25.044Z Compiling bzip2 v0.4.4
16522026-02-24T02:37:25.193Z Compiling bzip2 v0.5.2
16532026-02-24T02:37:25.352Z Compiling pkcs1 v0.7.5
16542026-02-24T02:37:25.415Z Compiling strum_macros v0.26.4
16552026-02-24T02:37:25.588Z Compiling enum-as-inner v0.6.1
16562026-02-24T02:37:26.265Z Compiling clap_derive v4.5.47
16572026-02-24T02:37:26.315Z Compiling serde-big-array v0.5.1
16582026-02-24T02:37:26.564Z Compiling hex v0.4.3
16592026-02-24T02:37:26.610Z Compiling rfc6979 v0.4.0
16602026-02-24T02:37:26.654Z Compiling serde_repr v0.1.19
16612026-02-24T02:37:26.823Z Compiling bstr v1.10.0
16622026-02-24T02:37:26.846Z Compiling float-cmp v0.10.0
16632026-02-24T02:37:27.114Z Compiling env_filter v0.1.2
16642026-02-24T02:37:27.152Z Compiling memmap2 v0.9.8
16652026-02-24T02:37:27.610Z Compiling socket2 v0.5.10
16662026-02-24T02:37:27.746Z Compiling encoding_rs v0.8.34
16672026-02-24T02:37:27.794Z Compiling normalize-line-endings v0.3.0
16682026-02-24T02:37:27.953Z Compiling fixedbitset v0.5.7
16692026-02-24T02:37:28.410Z Compiling fixedbitset v0.4.2
16702026-02-24T02:37:28.545Z Compiling static_assertions v1.1.0
16712026-02-24T02:37:28.603Z Compiling jiff v0.2.15
16722026-02-24T02:37:28.665Z Compiling whoami v1.5.2
16732026-02-24T02:37:28.846Z Compiling foldhash v0.2.0
16742026-02-24T02:37:29.220Z Compiling new_debug_unreachable v1.0.6
16752026-02-24T02:37:29.257Z Compiling predicates-core v1.0.8
16762026-02-24T02:37:29.338Z Compiling data-encoding v2.9.0
16772026-02-24T02:37:29.576Z Compiling precomputed-hash v0.1.1
16782026-02-24T02:37:29.726Z Compiling rustc-hash v2.1.1
16792026-02-24T02:37:29.839Z Compiling difflib v0.4.0
16802026-02-24T02:37:29.925Z Compiling mime v0.3.17
16812026-02-24T02:37:30.392Z Compiling keccak v0.1.5
16822026-02-24T02:37:30.597Z Compiling clap v4.5.48
16832026-02-24T02:37:30.741Z Compiling sha3 v0.10.8
16842026-02-24T02:37:31.079Z Compiling predicates v3.1.3
16852026-02-24T02:37:31.159Z Compiling hickory-proto v0.25.2
16862026-02-24T02:37:31.355Z Compiling iddqd v0.3.16
16872026-02-24T02:37:31.811Z Compiling toml_edit v0.22.27
16882026-02-24T02:37:32.592Z Compiling strum v0.26.3
16892026-02-24T02:37:32.739Z Compiling string_cache v0.8.9
16902026-02-24T02:37:32.799Z Compiling tokio-postgres v0.7.13
16912026-02-24T02:37:32.976Z Compiling petgraph v0.6.5
16922026-02-24T02:37:33.177Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16932026-02-24T02:37:33.964Z Compiling petgraph v0.8.2
16942026-02-24T02:37:36.610Z Compiling zip v4.2.0
16952026-02-24T02:37:38.147Z Compiling similar v2.7.0
16962026-02-24T02:37:38.528Z Compiling usdt-impl v0.5.0
16972026-02-24T02:37:38.842Z Compiling usdt v0.6.0
16982026-02-24T02:37:38.925Z Compiling env_logger v0.11.8
16992026-02-24T02:37:39.323Z Compiling serde_with v3.16.1
17002026-02-24T02:37:39.677Z Compiling ecdsa v0.16.9
17012026-02-24T02:37:39.809Z Compiling rsa v0.9.8
17022026-02-24T02:37:39.943Z Compiling zip v0.6.6
17032026-02-24T02:37:40.125Z Compiling ed25519-dalek v2.1.1
17042026-02-24T02:37:40.487Z Compiling toml v0.7.8
17052026-02-24T02:37:41.522Z Compiling crossterm v0.28.1
17062026-02-24T02:37:42.353Z Compiling heck v0.4.1
17072026-02-24T02:37:42.695Z Compiling crossbeam-epoch v0.9.18
17082026-02-24T02:37:42.765Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17092026-02-24T02:37:42.840Z Compiling tokio-stream v0.1.17
17102026-02-24T02:37:43.025Z Compiling x509-cert v0.2.5
17112026-02-24T02:37:43.203Z Compiling openapiv3 v2.2.0
17122026-02-24T02:37:43.416Z Compiling sha1 v0.10.6
17132026-02-24T02:37:43.740Z Compiling itertools v0.13.0
17142026-02-24T02:37:43.844Z Compiling itertools v0.10.5
17152026-02-24T02:37:43.862Z Compiling winnow v0.6.26
17162026-02-24T02:37:44.744Z Compiling lalrpop-util v0.19.12
17172026-02-24T02:37:45.128Z Compiling peg-runtime v0.8.5
17182026-02-24T02:37:45.720Z Compiling thread_local v1.1.8
17192026-02-24T02:37:46.224Z Compiling slog-async v2.8.0
17202026-02-24T02:37:46.331Z Compiling crossbeam-channel v0.5.15
17212026-02-24T02:37:46.745Z Compiling xattr v1.3.1
17222026-02-24T02:37:46.829Z Compiling futures-executor v0.3.31
17232026-02-24T02:37:47.055Z Compiling filetime v0.2.26
17242026-02-24T02:37:47.171Z Compiling is-terminal v0.4.13
17252026-02-24T02:37:47.300Z Compiling take_mut v0.2.2
17262026-02-24T02:37:47.322Z Compiling term v1.1.0
17272026-02-24T02:37:47.325Z Compiling tar v0.4.44
17282026-02-24T02:37:47.325Z Compiling futures v0.3.31
17292026-02-24T02:37:48.537Z Compiling slog-term v2.9.2
17302026-02-24T02:37:50.754Z Compiling aws-lc-sys v0.26.0
17312026-02-24T02:38:20.232Z Compiling rustls-webpki v0.102.8
17322026-02-24T02:38:24.786Z Compiling tokio-rustls v0.26.0
17332026-02-24T02:38:25.078Z Compiling hyper-rustls v0.27.7
17342026-02-24T02:38:25.416Z Compiling reqwest v0.12.24
17352026-02-24T02:38:29.249Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17362026-02-24T02:38:29.548Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17372026-02-24T02:38:34.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 31s
17382026-02-24T02:38:34.597Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17392026-02-24T02:38:34.661ZFeb 24 02:38:33.930 INFO Starting download, target: Clickhouse
17402026-02-24T02:38:34.661ZFeb 24 02:38:33.931 INFO Starting download, target: Cockroach
17412026-02-24T02:38:34.661ZFeb 24 02:38:33.931 INFO Starting download, target: Console
17422026-02-24T02:38:34.663ZFeb 24 02:38:33.931 INFO Starting download, target: DendriteStub
17432026-02-24T02:38:34.663ZFeb 24 02:38:33.931 INFO Starting download, target: MaghemiteMgd
17442026-02-24T02:38:34.664ZFeb 24 02:38:33.931 INFO Starting download, target: TransceiverControl
17452026-02-24T02:38:34.664ZFeb 24 02:38:33.931 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17462026-02-24T02:38:34.664ZFeb 24 02:38:33.932 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17472026-02-24T02:38:34.664ZFeb 24 02:38:33.932 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17482026-02-24T02:38:34.664ZFeb 24 02:38:33.932 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17492026-02-24T02:38:34.664ZFeb 24 02:38:33.932 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17502026-02-24T02:38:34.664ZFeb 24 02:38:33.932 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17512026-02-24T02:38:34.942ZFeb 24 02:38:34.210 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17522026-02-24T02:38:35.187ZFeb 24 02:38:34.443 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17532026-02-24T02:38:35.383ZFeb 24 02:38:34.648 INFO Download complete, target: TransceiverControl
17542026-02-24T02:38:35.643ZFeb 24 02:38:34.895 INFO Download complete, target: Console
17552026-02-24T02:38:36.496ZFeb 24 02:38:35.752 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17562026-02-24T02:38:36.972ZFeb 24 02:38:36.200 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17572026-02-24T02:38:37.042ZFeb 24 02:38:36.200 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17582026-02-24T02:38:38.300ZFeb 24 02:38:37.569 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17592026-02-24T02:38:38.300ZFeb 24 02:38:37.569 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17602026-02-24T02:38:40.437ZFeb 24 02:38:39.707 INFO Download complete, target: DendriteStub
17612026-02-24T02:38:41.035ZFeb 24 02:38:40.303 INFO Download complete, target: MaghemiteMgd
17622026-02-24T02:38:46.045ZFeb 24 02:38:45.315 INFO Checking that binary works, target: Cockroach
17632026-02-24T02:38:46.170ZFeb 24 02:38:45.439 INFO Download complete, target: Cockroach
17642026-02-24T02:38:48.153ZFeb 24 02:38:47.424 INFO Checking that binary works, target: Clickhouse
17652026-02-24T02:38:48.332ZFeb 24 02:38:47.602 INFO Download complete, target: Clickhouse
17662026-02-24T02:38:48.338ZAll prerequisites installed successfully
17672026-02-24T02:38:48.341Z
17682026-02-24T02:38:48.342Zreal 6:26.451744653
17692026-02-24T02:38:48.342Zuser 18:45.098024465
17702026-02-24T02:38:48.342Zsys 2:32.125868408
17712026-02-24T02:38:48.342Ztrap 0.675850999
17722026-02-24T02:38:48.342Ztflt 0.853558744
17732026-02-24T02:38:48.342Zdflt 1.026343747
17742026-02-24T02:38:48.342Zkflt 0.024031853
17752026-02-24T02:38:48.342Zlock 45:21.801632972
17762026-02-24T02:38:48.342Zslp 1:10:37.461476305
17772026-02-24T02:38:48.342Zlat 1:21.430282373
17782026-02-24T02:38:48.342Zstop 3:14.690600361
17792026-02-24T02:38:48.342Z+ ptime -m cargo xtask download softnpu
17802026-02-24T02:38:49.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
17812026-02-24T02:38:49.185Z Running `target/debug/xtask download softnpu`
17822026-02-24T02:38:50.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
17832026-02-24T02:38:50.321Z Running `target/debug/xtask-downloader softnpu`
17842026-02-24T02:38:50.362ZFeb 24 02:38:49.633 INFO Starting download, target: Softnpu
17852026-02-24T02:38:50.365ZFeb 24 02:38:49.633 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17862026-02-24T02:38:51.062ZFeb 24 02:38:50.333 INFO Download complete, target: Softnpu
17872026-02-24T02:38:51.066Z
17882026-02-24T02:38:51.069Zreal 2.720568709
17892026-02-24T02:38:51.069Zuser 1.691507932
17902026-02-24T02:38:51.069Zsys 0.737783321
17912026-02-24T02:38:51.069Ztrap 0.001377521
17922026-02-24T02:38:51.069Ztflt 0.000074323
17932026-02-24T02:38:51.069Zdflt 0.000083114
17942026-02-24T02:38:51.069Zkflt 0.000000000
17952026-02-24T02:38:51.069Zlock 7.570569611
17962026-02-24T02:38:51.069Zslp 0.544199497
17972026-02-24T02:38:51.069Zlat 0.088281779
17982026-02-24T02:38:51.070Zstop 0.000180321
17992026-02-24T02:38:51.070Z+ export CARGO_INCREMENTAL=0
18002026-02-24T02:38:51.070Z+ CARGO_INCREMENTAL=0
18012026-02-24T02:38:51.070Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18022026-02-24T02:38:52.360Z Compiling proc-macro2 v1.0.101
18032026-02-24T02:38:52.360Z Compiling unicode-ident v1.0.19
18042026-02-24T02:38:52.363Z Compiling libc v0.2.180
18052026-02-24T02:38:52.363Z Compiling serde_core v1.0.228
18062026-02-24T02:38:52.363Z Compiling serde v1.0.228
18072026-02-24T02:38:52.363Z Compiling autocfg v1.4.0
18082026-02-24T02:38:52.363Z Compiling cfg-if v1.0.4
18092026-02-24T02:38:52.673Z Compiling version_check v0.9.5
18102026-02-24T02:38:52.695Z Compiling memchr v2.7.4
18112026-02-24T02:38:52.742Z Compiling shlex v1.3.0
18122026-02-24T02:38:53.111Z Compiling find-msvc-tools v0.1.9
18132026-02-24T02:38:53.306Z Compiling lock_api v0.4.12
18142026-02-24T02:38:53.536Z Compiling value-bag v1.12.0
18152026-02-24T02:38:53.650Z Compiling zmij v1.0.15
18162026-02-24T02:38:53.951Z Compiling portable-atomic v1.11.0
18172026-02-24T02:38:54.074Z Compiling log v0.4.29
18182026-02-24T02:38:54.118Z Compiling typenum v1.17.0
18192026-02-24T02:38:54.516Z Compiling quote v1.0.40
18202026-02-24T02:38:54.710Z Compiling jobserver v0.1.32
18212026-02-24T02:38:54.770Z Compiling serde_json v1.0.149
18222026-02-24T02:38:54.861Z Compiling generic-array v0.14.7
18232026-02-24T02:38:54.969Z Compiling syn v2.0.114
18242026-02-24T02:38:55.095Z Compiling cc v1.2.56
18252026-02-24T02:38:55.130Z Compiling getrandom v0.3.4
18262026-02-24T02:38:55.213Z Compiling libm v0.2.8
18272026-02-24T02:38:55.342Z Compiling num-traits v0.2.19
18282026-02-24T02:38:55.675Z Compiling scopeguard v1.2.0
18292026-02-24T02:38:55.697Z Compiling parking_lot_core v0.9.10
18302026-02-24T02:38:55.741Z Compiling smallvec v1.15.1
18312026-02-24T02:38:56.149Z Compiling regex-syntax v0.8.5
18322026-02-24T02:38:56.320Z Compiling itoa v1.0.11
18332026-02-24T02:38:57.036Z Compiling getrandom v0.2.15
18342026-02-24T02:38:57.444Z Compiling pkg-config v0.3.31
18352026-02-24T02:38:57.511Z Compiling thiserror v2.0.18
18362026-02-24T02:38:57.781Z Compiling aho-corasick v1.1.3
18372026-02-24T02:38:58.028Z Compiling rustix v0.38.37
18382026-02-24T02:38:58.492Z Compiling errno v0.3.12
18392026-02-24T02:38:58.525Z Compiling stable_deref_trait v1.2.0
18402026-02-24T02:38:58.617Z Compiling either v1.15.0
18412026-02-24T02:38:58.648Z Compiling spin v0.9.8
18422026-02-24T02:38:58.808Z Compiling slab v0.4.9
18432026-02-24T02:38:58.855Z Compiling allocator-api2 v0.2.21
18442026-02-24T02:38:59.064Z Compiling equivalent v1.0.2
18452026-02-24T02:38:59.164Z Compiling semver v1.0.27
18462026-02-24T02:38:59.236Z Compiling lazy_static v1.5.0
18472026-02-24T02:38:59.787Z Compiling regex-automata v0.4.11
18482026-02-24T02:38:59.810Z Compiling schemars v0.8.22
18492026-02-24T02:39:01.321Z Compiling rand_core v0.6.4
18502026-02-24T02:39:01.818Z Compiling byteorder v1.5.0
18512026-02-24T02:39:01.927Z Compiling critical-section v1.1.3
18522026-02-24T02:39:02.102Z Compiling once_cell v1.21.3
18532026-02-24T02:39:02.387Z Compiling synstructure v0.13.1
18542026-02-24T02:39:02.592Z Compiling serde_derive_internals v0.29.1
18552026-02-24T02:39:03.225Z Compiling glob v0.3.2
18562026-02-24T02:39:03.283Z Compiling litemap v0.7.3
18572026-02-24T02:39:03.782Z Compiling writeable v0.5.5
18582026-02-24T02:39:03.957Z Compiling subtle v2.6.1
18592026-02-24T02:39:04.027Z Compiling clang-sys v1.8.1
18602026-02-24T02:39:04.393Z Compiling percent-encoding v2.3.2
18612026-02-24T02:39:04.418Z Compiling pin-project-lite v0.2.14
18622026-02-24T02:39:04.477Z Compiling prettyplease v0.2.36
18632026-02-24T02:39:04.882Z Compiling fnv v1.0.7
18642026-02-24T02:39:04.901Z Compiling icu_locid_transform_data v1.5.0
18652026-02-24T02:39:04.922Z Compiling minimal-lexical v0.2.1
18662026-02-24T02:39:05.174Z Compiling libloading v0.8.5
18672026-02-24T02:39:05.197Z Compiling bindgen v0.69.5
18682026-02-24T02:39:05.412Z Compiling regex v1.11.3
18692026-02-24T02:39:05.538Z Compiling nom v7.1.3
18702026-02-24T02:39:05.812Z Compiling icu_properties_data v1.5.0
18712026-02-24T02:39:05.889Z Compiling serde_derive v1.0.228
18722026-02-24T02:39:05.996Z Compiling zeroize_derive v1.4.2
18732026-02-24T02:39:06.054Z Compiling zerofrom-derive v0.1.4
18742026-02-24T02:39:06.086Z Compiling yoke-derive v0.7.4
18752026-02-24T02:39:06.261Z Compiling zerovec-derive v0.10.3
18762026-02-24T02:39:06.316Z Compiling displaydoc v0.2.5
18772026-02-24T02:39:07.332Z Compiling icu_provider_macros v1.5.0
18782026-02-24T02:39:07.724Z Compiling zeroize v1.8.1
18792026-02-24T02:39:08.221Z Compiling tokio-macros v2.6.0
18802026-02-24T02:39:08.326Z Compiling thiserror-impl v2.0.18
18812026-02-24T02:39:08.348Z Compiling zerocopy-derive v0.7.35
18822026-02-24T02:39:08.792Z Compiling zerofrom v0.1.4
18832026-02-24T02:39:08.860Z Compiling futures-macro v0.3.31
18842026-02-24T02:39:08.909Z Compiling schemars_derive v0.8.22
18852026-02-24T02:39:09.036Z Compiling yoke v0.7.4
18862026-02-24T02:39:09.483Z Compiling zerovec v0.10.4
18872026-02-24T02:39:10.252Z Compiling home v0.5.9
18882026-02-24T02:39:10.396Z Compiling cexpr v0.6.0
18892026-02-24T02:39:11.601Z Compiling tinystr v0.7.6
18902026-02-24T02:39:11.815Z Compiling icu_collections v1.5.0
18912026-02-24T02:39:11.911Z Compiling itertools v0.12.1
18922026-02-24T02:39:12.057Z Compiling icu_locid v1.5.0
18932026-02-24T02:39:12.321Z Compiling lazycell v1.3.0
18942026-02-24T02:39:12.572Z Compiling icu_normalizer_data v1.5.0
18952026-02-24T02:39:12.702Z Compiling utf8_iter v1.0.4
18962026-02-24T02:39:13.016Z Compiling heck v0.5.0
18972026-02-24T02:39:13.456Z Compiling icu_provider v1.5.0
18982026-02-24T02:39:13.784Z Compiling bitflags v2.9.4
18992026-02-24T02:39:13.969Z Compiling bytes v1.11.1
19002026-02-24T02:39:14.899Z Compiling icu_locid_transform v1.5.0
19012026-02-24T02:39:15.396Z Compiling write16 v1.0.0
19022026-02-24T02:39:15.487Z Compiling rustc-hash v1.1.0
19032026-02-24T02:39:15.583Z Compiling utf16_iter v1.0.5
19042026-02-24T02:39:15.629Z Compiling paste v1.0.15
19052026-02-24T02:39:15.872Z Compiling cmake v0.1.51
19062026-02-24T02:39:16.044Z Compiling signal-hook-registry v1.4.2
19072026-02-24T02:39:16.222Z Compiling fs_extra v1.3.0
19082026-02-24T02:39:16.466Z Compiling icu_properties v1.5.1
19092026-02-24T02:39:16.619Z Compiling dunce v1.0.5
19102026-02-24T02:39:16.774Z Compiling parking_lot v0.12.3
19112026-02-24T02:39:17.769Z Compiling crypto-common v0.1.6
19122026-02-24T02:39:17.896Z Compiling hashbrown v0.16.1
19132026-02-24T02:39:18.008Z Compiling which v4.4.2
19142026-02-24T02:39:18.717Z Compiling mio v1.0.2
19152026-02-24T02:39:19.655Z Compiling form_urlencoded v1.2.2
19162026-02-24T02:39:20.416Z Compiling icu_normalizer v1.5.0
19172026-02-24T02:39:20.490Z Compiling rustversion v1.0.22
19182026-02-24T02:39:20.602Z Compiling const-oid v0.9.6
19192026-02-24T02:39:20.626Z Compiling indexmap v2.13.0
19202026-02-24T02:39:21.413Z Compiling socket2 v0.6.1
19212026-02-24T02:39:22.202Z Compiling idna_adapter v1.2.0
19222026-02-24T02:39:22.457Z Compiling idna v1.0.3
19232026-02-24T02:39:22.483Z Compiling tokio v1.49.0
19242026-02-24T02:39:23.190Z Compiling url v2.5.4
19252026-02-24T02:39:23.802Z Compiling ring v0.17.14
19262026-02-24T02:39:24.054Z Compiling zerocopy v0.8.27
19272026-02-24T02:39:24.810Z Compiling block-buffer v0.10.4
19282026-02-24T02:39:24.831Z Compiling tracing-attributes v0.1.27
19292026-02-24T02:39:25.082Z Compiling der_derive v0.7.3
19302026-02-24T02:39:25.684Z Compiling thiserror v1.0.69
19312026-02-24T02:39:27.055Z Compiling aws-lc-rs v1.12.4
19322026-02-24T02:39:27.188Z Compiling vcpkg v0.2.15
19332026-02-24T02:39:27.539Z Compiling digest v0.10.7
19342026-02-24T02:39:27.542Z Compiling zerocopy-derive v0.8.27
19352026-02-24T02:39:27.994Z Compiling strsim v0.11.1
19362026-02-24T02:39:28.545Z Compiling openssl-sys v0.9.109
19372026-02-24T02:39:28.670Z Compiling futures-core v0.3.31
19382026-02-24T02:39:28.959Z Compiling zerocopy v0.7.35
19392026-02-24T02:39:29.205Z Compiling thiserror-impl v1.0.69
19402026-02-24T02:39:29.752Z Compiling ucd-trie v0.1.7
19412026-02-24T02:39:29.809Z Compiling iana-time-zone v0.1.63
19422026-02-24T02:39:29.892Z Compiling aws-lc-sys v0.26.0
19432026-02-24T02:39:30.051Z Compiling pest v2.8.2
19442026-02-24T02:39:30.179Z Compiling chrono v0.4.43
19452026-02-24T02:39:30.523Z Compiling serde_tokenstream v0.2.2
19462026-02-24T02:39:30.936Z Compiling uuid v1.19.0
19472026-02-24T02:39:31.133Z Compiling foldhash v0.1.5
19482026-02-24T02:39:31.455Z Compiling ident_case v1.0.1
19492026-02-24T02:39:31.458Z Compiling httparse v1.9.5
19502026-02-24T02:39:31.652Z Compiling hashbrown v0.15.4
19512026-02-24T02:39:32.664Z Compiling pest_meta v2.8.2
19522026-02-24T02:39:33.190Z Compiling rustix v1.1.3
19532026-02-24T02:39:33.872Z Compiling syn v1.0.109
19542026-02-24T02:39:34.125Z Compiling pest_generator v2.8.2
19552026-02-24T02:39:35.271Z Compiling futures-sink v0.3.31
19562026-02-24T02:39:35.356Z Compiling num-conv v0.1.0
19572026-02-24T02:39:35.465Z Compiling time-core v0.1.6
19582026-02-24T02:39:35.661Z Compiling futures-channel v0.3.31
19592026-02-24T02:39:35.808Z Compiling time-macros v0.2.24
19602026-02-24T02:39:36.050Z Compiling pest_derive v2.8.2
19612026-02-24T02:39:36.298Z Compiling rustc_version v0.4.1
19622026-02-24T02:39:36.856Z Compiling futures-task v0.3.31
19632026-02-24T02:39:37.123Z Compiling futures-io v0.3.31
19642026-02-24T02:39:37.244Z Compiling openssl v0.10.73
19652026-02-24T02:39:37.413Z Compiling pin-utils v0.1.0
19662026-02-24T02:39:37.494Z Compiling cpufeatures v0.2.14
19672026-02-24T02:39:37.546Z Compiling dyn-clone v1.0.20
19682026-02-24T02:39:37.622Z Compiling futures-util v0.3.31
19692026-02-24T02:39:37.833Z Compiling hmac v0.12.1
19702026-02-24T02:39:38.120Z Compiling plain v0.2.3
19712026-02-24T02:39:38.394Z Compiling block-padding v0.3.3
19722026-02-24T02:39:38.648Z Compiling openssl-macros v0.1.1
19732026-02-24T02:39:39.384Z Compiling native-tls v0.2.12
19742026-02-24T02:39:39.774Z Compiling crossbeam-utils v0.8.21
19752026-02-24T02:39:40.033Z Compiling rustls v0.23.19
19762026-02-24T02:39:40.337Z Compiling inout v0.1.3
19772026-02-24T02:39:40.382Z Compiling ppv-lite86 v0.2.20
19782026-02-24T02:39:41.516Z Compiling pretty-hex v0.4.1
19792026-02-24T02:39:41.879Z Compiling cipher v0.4.4
19802026-02-24T02:39:42.088Z Compiling sha2 v0.10.9
19812026-02-24T02:39:42.377Z Compiling http v1.4.0
19822026-02-24T02:39:42.897Z Compiling scroll_derive v0.12.0
19832026-02-24T02:39:43.730Z Compiling scroll_derive v0.13.1
19842026-02-24T02:39:44.190Z Compiling cookie v0.18.1
19852026-02-24T02:39:44.650Z Compiling anyhow v1.0.99
19862026-02-24T02:39:44.987Z Compiling base64ct v1.6.0
19872026-02-24T02:39:45.404Z Compiling darling_core v0.21.0
19882026-02-24T02:39:45.550Z Compiling pem-rfc7468 v0.7.0
19892026-02-24T02:39:46.101Z Compiling slog v2.8.2
19902026-02-24T02:39:47.224Z Compiling zstd-sys v2.0.14+zstd.1.5.7
19912026-02-24T02:39:47.835Z Compiling bzip2-sys v0.1.13+1.0.8
19922026-02-24T02:39:47.936Z Compiling flagset v0.4.6
19932026-02-24T02:39:48.174Z Compiling der v0.7.10
19942026-02-24T02:39:50.197Z Compiling serde_spanned v0.6.9
19952026-02-24T02:39:50.432Z Compiling toml_datetime v0.6.11
19962026-02-24T02:39:50.501Z Compiling rand_core v0.9.3
19972026-02-24T02:39:50.732Z Compiling tracing-core v0.1.32
19982026-02-24T02:39:50.779Z Compiling darling_macro v0.21.0
19992026-02-24T02:39:50.826Z Compiling rustls-pki-types v1.10.0
20002026-02-24T02:39:50.915Z Compiling spki v0.7.3
20012026-02-24T02:39:51.253Z Compiling salsa20 v0.10.2
20022026-02-24T02:39:51.275Z Compiling pbkdf2 v0.12.2
20032026-02-24T02:39:51.626Z Compiling darling v0.21.0
20042026-02-24T02:39:51.719Z Compiling tracing v0.1.40
20052026-02-24T02:39:52.129Z Compiling winnow v0.5.40
20062026-02-24T02:39:52.482Z Compiling camino v1.2.2
20072026-02-24T02:39:52.511Z Compiling litrs v0.4.1
20082026-02-24T02:39:52.820Z Compiling base64 v0.22.1
20092026-02-24T02:39:53.475Z Compiling document-features v0.2.11
20102026-02-24T02:39:54.187Z Compiling scrypt v0.11.0
20112026-02-24T02:39:54.578Z Compiling rand_chacha v0.9.0
20122026-02-24T02:39:54.625Z Compiling tokio-util v0.7.15
20132026-02-24T02:39:54.648Z Compiling aes v0.8.4
20142026-02-24T02:39:55.401Z Compiling toml_edit v0.19.15
20152026-02-24T02:39:55.585Z Compiling cbc v0.1.2
20162026-02-24T02:39:58.475Z Compiling usdt-impl v0.5.0
20172026-02-24T02:39:58.810Z Compiling usdt-impl v0.6.0
20182026-02-24T02:39:58.876Z Compiling untrusted v0.7.1
20192026-02-24T02:39:59.046Z Compiling untrusted v0.9.0
20202026-02-24T02:39:59.085Z Compiling powerfmt v0.2.0
20212026-02-24T02:39:59.200Z Compiling ref-cast v1.0.25
20222026-02-24T02:39:59.567Z Compiling deranged v0.5.3
20232026-02-24T02:39:59.888Z Compiling pkcs5 v0.7.1
20242026-02-24T02:40:00.761Z Compiling rand v0.9.2
20252026-02-24T02:40:02.605Z Compiling http-body v1.0.1
20262026-02-24T02:40:02.934Z Compiling scroll v0.13.0
20272026-02-24T02:40:03.077Z Compiling scroll v0.12.0
20282026-02-24T02:40:03.321Z Compiling heapless v0.7.17
20292026-02-24T02:40:03.773Z Compiling zstd-safe v7.2.3
20302026-02-24T02:40:04.136Z Compiling signal-hook v0.3.18
20312026-02-24T02:40:04.207Z Compiling adler2 v2.0.0
20322026-02-24T02:40:04.434Z Compiling num_threads v0.1.7
20332026-02-24T02:40:04.515Z Compiling cfg_aliases v0.2.1
20342026-02-24T02:40:04.674Z Compiling atomic-waker v1.1.2
20352026-02-24T02:40:04.884Z Compiling miniz_oxide v0.8.5
20362026-02-24T02:40:05.068Z Compiling time v0.3.43
20372026-02-24T02:40:06.847Z Compiling goblin v0.8.2
20382026-02-24T02:40:07.501Z Compiling goblin v0.10.2
20392026-02-24T02:40:08.313Z Compiling pkcs8 v0.10.2
20402026-02-24T02:40:09.166Z Compiling ipnetwork v0.21.1
20412026-02-24T02:40:11.141Z Compiling darling_core v0.20.10
20422026-02-24T02:40:12.914Z Compiling ref-cast-impl v1.0.25
20432026-02-24T02:40:13.998Z Compiling memoffset v0.9.1
20442026-02-24T02:40:14.319Z Compiling tower-layer v0.3.3
20452026-02-24T02:40:14.785Z Compiling try-lock v0.2.5
20462026-02-24T02:40:14.978Z Compiling tower-service v0.3.3
20472026-02-24T02:40:15.142Z Compiling tinyvec_macros v0.1.1
20482026-02-24T02:40:16.071Z Compiling darling_macro v0.20.10
20492026-02-24T02:40:16.211Z Compiling tinyvec v1.8.0
20502026-02-24T02:40:16.881Z Compiling want v0.3.1
20512026-02-24T02:40:17.135Z Compiling dof v0.4.0
20522026-02-24T02:40:17.186Z Compiling dof v0.3.0
20532026-02-24T02:40:17.968Z Compiling h2 v0.4.6
20542026-02-24T02:40:19.007Z Compiling dtrace-parser v0.2.0
20552026-02-24T02:40:20.365Z Compiling curve25519-dalek v4.1.3
20562026-02-24T02:40:20.419Z Compiling dtrace-parser v0.3.0
20572026-02-24T02:40:20.886Z Compiling ipnet v2.11.0
20582026-02-24T02:40:20.907Z Compiling async-trait v0.1.89
20592026-02-24T02:40:21.890Z Compiling daft-derive v0.1.4
20602026-02-24T02:40:22.183Z Compiling thread-id v5.0.0
20612026-02-24T02:40:22.323Z Compiling thread-id v4.2.2
20622026-02-24T02:40:22.466Z Compiling foreign-types-shared v0.1.1
20632026-02-24T02:40:22.825Z Compiling ryu v1.0.18
20642026-02-24T02:40:22.971Z Compiling smoltcp v0.9.1
20652026-02-24T02:40:23.303Z Compiling fastrand v2.1.1
20662026-02-24T02:40:23.331Z Compiling openssl-probe v0.1.5
20672026-02-24T02:40:23.530Z Compiling num-bigint-dig v0.8.6
20682026-02-24T02:40:23.873Z Compiling httpdate v1.0.3
20692026-02-24T02:40:24.130Z Compiling foreign-types v0.3.2
20702026-02-24T02:40:24.305Z Compiling tempfile v3.24.0
20712026-02-24T02:40:26.111Z Compiling hyper v1.8.1
20722026-02-24T02:40:31.609Z Compiling darling v0.20.10
20732026-02-24T02:40:33.401Z Compiling strum_macros v0.26.4
20742026-02-24T02:40:35.258Z Compiling wait-timeout v0.2.0
20752026-02-24T02:40:35.696Z Compiling quick-error v1.2.3
20762026-02-24T02:40:35.869Z Compiling gimli v0.31.1
20772026-02-24T02:40:36.033Z Compiling anstyle v1.0.11
20782026-02-24T02:40:37.091Z Compiling utf8parse v0.2.2
20792026-02-24T02:40:37.582Z Compiling bit-vec v0.8.0
20802026-02-24T02:40:38.039Z Compiling bit-set v0.8.0
20812026-02-24T02:40:39.786Z Compiling anstyle-parse v0.2.5
20822026-02-24T02:40:40.986Z Compiling addr2line v0.24.2
20832026-02-24T02:40:42.337Z Compiling rusty-fork v0.3.0
20842026-02-24T02:40:44.142Z Compiling derive_builder_core v0.20.2
20852026-02-24T02:40:45.338Z Compiling hyper-util v0.1.19
20862026-02-24T02:40:46.084Z Compiling unicode-normalization v0.1.24
20872026-02-24T02:40:46.992Z Compiling nix v0.29.0
20882026-02-24T02:40:48.107Z Compiling rand_xorshift v0.4.0
20892026-02-24T02:40:48.362Z Compiling hubpack_derive v0.1.1
20902026-02-24T02:40:49.273Z Compiling signature v2.2.0
20912026-02-24T02:40:49.549Z Compiling openapiv3 v2.2.0
20922026-02-24T02:40:49.568Z Compiling erased-serde v0.3.31
20932026-02-24T02:40:50.711Z Compiling strum_macros v0.27.2
20942026-02-24T02:40:51.250Z Compiling curve25519-dalek-derive v0.1.1
20952026-02-24T02:40:52.584Z Compiling object v0.36.5
20962026-02-24T02:40:55.274Z Compiling fs-err v3.1.1
20972026-02-24T02:40:55.647Z Compiling ahash v0.8.12
20982026-02-24T02:40:56.066Z Compiling crc32fast v1.4.2
20992026-02-24T02:40:56.430Z Compiling unicode-bidi v0.3.17
21002026-02-24T02:40:57.550Z Compiling zlib-rs v0.5.1
21012026-02-24T02:40:58.212Z Compiling is_terminal_polyfill v1.70.1
21022026-02-24T02:40:58.357Z Compiling rustc-demangle v0.1.24
21032026-02-24T02:40:58.542Z Compiling unarray v0.1.4
21042026-02-24T02:40:58.749Z Compiling unicode-segmentation v1.12.0
21052026-02-24T02:40:59.172Z Compiling siphasher v0.3.11
21062026-02-24T02:40:59.538Z Compiling anstyle-query v1.1.1
21072026-02-24T02:40:59.626Z Compiling unicode-properties v0.1.3
21082026-02-24T02:40:59.728Z Compiling buf-list v1.0.3
21092026-02-24T02:41:00.296Z Compiling colorchoice v1.0.2
21102026-02-24T02:41:00.490Z Compiling anstream v0.6.18
21112026-02-24T02:41:00.722Z Compiling backtrace v0.3.74
21122026-02-24T02:41:01.088Z Compiling stringprep v0.1.5
21132026-02-24T02:41:01.916Z Compiling libz-rs-sys v0.5.1
21142026-02-24T02:41:02.238Z Compiling phf_shared v0.11.2
21152026-02-24T02:41:02.354Z Compiling proptest v1.7.0
21162026-02-24T02:41:08.032Z Compiling derive_builder_macro v0.20.2
21172026-02-24T02:41:09.965Z Compiling rustls-webpki v0.102.8
21182026-02-24T02:41:10.177Z Compiling usdt-attr-macro v0.6.0
21192026-02-24T02:41:10.812Z Compiling usdt-macro v0.6.0
21202026-02-24T02:41:10.834Z Compiling oxnet v0.1.4
21212026-02-24T02:41:11.717Z Compiling http-body-util v0.1.3
21222026-02-24T02:41:12.375Z Compiling rand_chacha v0.3.1
21232026-02-24T02:41:12.583Z Compiling sync_wrapper v1.0.1
21242026-02-24T02:41:12.999Z Compiling md-5 v0.10.6
21252026-02-24T02:41:13.021Z Compiling vergen-lib v0.1.6
21262026-02-24T02:41:13.156Z Compiling num-integer v0.1.46
21272026-02-24T02:41:13.239Z Compiling ff v0.13.0
21282026-02-24T02:41:13.277Z Compiling hash32 v0.2.1
21292026-02-24T02:41:13.375Z Compiling encoding_rs v0.8.34
21302026-02-24T02:41:13.491Z Compiling psl-types v2.0.11
21312026-02-24T02:41:13.666Z Compiling mime v0.3.17
21322026-02-24T02:41:13.979Z Compiling fallible-iterator v0.2.0
21332026-02-24T02:41:14.406Z Compiling base16ct v0.2.0
21342026-02-24T02:41:14.452Z Compiling serde_urlencoded v0.7.1
21352026-02-24T02:41:14.689Z Compiling postgres-protocol v0.6.8
21362026-02-24T02:41:14.709Z Compiling sec1 v0.7.3
21372026-02-24T02:41:14.729Z Compiling publicsuffix v2.3.0
21382026-02-24T02:41:15.086Z Compiling num-iter v0.1.45
21392026-02-24T02:41:15.299Z Compiling group v0.13.0
21402026-02-24T02:41:15.368Z Compiling tower v0.5.2
21412026-02-24T02:41:15.745Z Compiling rand v0.8.5
21422026-02-24T02:41:18.075Z Compiling tokio-rustls v0.26.0
21432026-02-24T02:41:18.529Z Compiling derive_builder v0.20.2
21442026-02-24T02:41:18.720Z Compiling newtype-uuid v1.3.2
21452026-02-24T02:41:19.050Z Compiling tokio-native-tls v0.3.1
21462026-02-24T02:41:19.408Z Compiling flate2 v1.1.2
21472026-02-24T02:41:19.705Z Compiling heck v0.4.1
21482026-02-24T02:41:20.134Z Compiling rustls-native-certs v0.8.1
21492026-02-24T02:41:20.522Z Compiling webpki-roots v1.0.1
21502026-02-24T02:41:20.865Z Compiling serde_with_macros v3.16.1
21512026-02-24T02:41:21.288Z Compiling hkdf v0.12.4
21522026-02-24T02:41:21.319Z Compiling vergen v9.0.6
21532026-02-24T02:41:21.539Z Compiling terminal_size v0.4.0
21542026-02-24T02:41:21.798Z Compiling cargo-platform v0.1.8
21552026-02-24T02:41:22.067Z Compiling clap_derive v4.5.47
21562026-02-24T02:41:22.299Z Compiling enum-as-inner v0.6.1
21572026-02-24T02:41:22.596Z Compiling crypto-bigint v0.5.5
21582026-02-24T02:41:22.656Z Compiling serde_repr v0.1.19
21592026-02-24T02:41:23.306Z Compiling iri-string v0.7.8
21602026-02-24T02:41:24.147Z Compiling bumpalo v3.16.0
21612026-02-24T02:41:24.302Z Compiling managed v0.8.0
21622026-02-24T02:41:24.893Z Compiling winnow v0.7.14
21632026-02-24T02:41:25.162Z Compiling lockfree-object-pool v0.1.6
21642026-02-24T02:41:25.651Z Compiling bitflags v1.3.2
21652026-02-24T02:41:25.926Z Compiling simd-adler32 v0.3.7
21662026-02-24T02:41:25.950Z Compiling clap_lex v0.7.4
21672026-02-24T02:41:26.372Z Compiling zopfli v0.8.1
21682026-02-24T02:41:26.437Z Compiling clap_builder v4.5.48
21692026-02-24T02:41:27.770Z Compiling tower-http v0.6.6
21702026-02-24T02:41:28.691Z Compiling elliptic-curve v0.13.8
21712026-02-24T02:41:29.443Z Compiling cargo_metadata v0.19.2
21722026-02-24T02:41:30.052Z Compiling hyper-tls v0.6.0
21732026-02-24T02:41:30.529Z Compiling hyper-rustls v0.27.7
21742026-02-24T02:41:31.141Z Compiling daft v0.1.4
21752026-02-24T02:41:31.543Z Compiling zstd v0.13.3
21762026-02-24T02:41:32.061Z Compiling signal-hook-mio v0.2.4
21772026-02-24T02:41:32.266Z Compiling cookie_store v0.21.1
21782026-02-24T02:41:32.442Z Compiling postgres-types v0.2.9
21792026-02-24T02:41:32.670Z Compiling phf v0.11.2
21802026-02-24T02:41:33.079Z Compiling strum v0.27.2
21812026-02-24T02:41:33.201Z Compiling ed25519 v2.2.3
21822026-02-24T02:41:33.307Z Compiling hubpack v0.1.2
21832026-02-24T02:41:33.552Z Compiling bzip2 v0.4.4
21842026-02-24T02:41:33.625Z Compiling bzip2 v0.5.2
21852026-02-24T02:41:33.700Z Compiling crossbeam-epoch v0.9.18
21862026-02-24T02:41:33.764Z Compiling pkcs1 v0.7.5
21872026-02-24T02:41:34.305Z Compiling rfc6979 v0.4.0
21882026-02-24T02:41:34.525Z Compiling regress v0.10.4
21892026-02-24T02:41:34.641Z Compiling float-cmp v0.10.0
21902026-02-24T02:41:34.696Z Compiling hex v0.4.3
21912026-02-24T02:41:34.734Z Compiling serde-big-array v0.5.1
21922026-02-24T02:41:34.999Z Compiling bstr v1.10.0
21932026-02-24T02:41:35.303Z Compiling env_filter v0.1.2
21942026-02-24T02:41:35.731Z Compiling socket2 v0.5.10
21952026-02-24T02:41:35.858Z Compiling memmap2 v0.9.8
21962026-02-24T02:41:36.353Z Compiling jiff v0.2.15
21972026-02-24T02:41:36.554Z Compiling foldhash v0.2.0
21982026-02-24T02:41:36.577Z Compiling difflib v0.4.0
21992026-02-24T02:41:36.937Z Compiling rustc-hash v2.1.1
22002026-02-24T02:41:37.637Z Compiling normalize-line-endings v0.3.0
22012026-02-24T02:41:38.035Z Compiling data-encoding v2.9.0
22022026-02-24T02:41:39.255Z Compiling fixedbitset v0.4.2
22032026-02-24T02:41:39.373Z Compiling toml_write v0.1.2
22042026-02-24T02:41:39.397Z Compiling precomputed-hash v0.1.1
22052026-02-24T02:41:39.463Z Compiling new_debug_unreachable v1.0.6
22062026-02-24T02:41:39.584Z Compiling static_assertions v1.1.0
22072026-02-24T02:41:39.620Z Compiling whoami v1.5.2
22082026-02-24T02:41:39.716Z Compiling fixedbitset v0.5.7
22092026-02-24T02:41:39.764Z Compiling keccak v0.1.5
22102026-02-24T02:41:40.024Z Compiling predicates-core v1.0.8
22112026-02-24T02:41:40.201Z Compiling petgraph v0.8.2
22122026-02-24T02:41:40.325Z Compiling predicates v3.1.3
22132026-02-24T02:41:40.346Z Compiling sha3 v0.10.8
22142026-02-24T02:41:40.488Z Compiling tokio-postgres v0.7.13
22152026-02-24T02:41:40.931Z Compiling reqwest v0.12.24
22162026-02-24T02:41:41.249Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22172026-02-24T02:41:41.626Z Compiling string_cache v0.8.9
22182026-02-24T02:41:42.039Z Compiling petgraph v0.6.5
22192026-02-24T02:41:43.637Z Compiling toml_edit v0.22.27
22202026-02-24T02:41:44.555Z Compiling zip v4.2.0
22212026-02-24T02:41:45.618Z Compiling hickory-proto v0.25.2
22222026-02-24T02:41:46.128Z Compiling typify-impl v0.4.3
22232026-02-24T02:41:48.103Z Compiling iddqd v0.3.16
22242026-02-24T02:41:49.742Z Compiling usdt v0.6.0
22252026-02-24T02:41:50.215Z Compiling similar v2.7.0
22262026-02-24T02:41:50.719Z Compiling env_logger v0.11.8
22272026-02-24T02:41:51.012Z Compiling serde_with v3.16.1
22282026-02-24T02:41:53.229Z Compiling ecdsa v0.16.9
22292026-02-24T02:41:54.092Z Compiling rsa v0.9.8
22302026-02-24T02:41:55.455Z Compiling zip v0.6.6
22312026-02-24T02:41:55.550Z Compiling ed25519-dalek v2.1.1
22322026-02-24T02:41:56.827Z Compiling crossterm v0.28.1
22332026-02-24T02:41:57.406Z Compiling clap v4.5.48
22342026-02-24T02:41:57.643Z Compiling strum v0.26.3
22352026-02-24T02:41:57.767Z Compiling tokio-stream v0.1.17
22362026-02-24T02:41:57.943Z Compiling toml v0.7.8
22372026-02-24T02:41:58.773Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22382026-02-24T02:41:59.230Z Compiling x509-cert v0.2.5
22392026-02-24T02:42:00.611Z Compiling sha1 v0.10.6
22402026-02-24T02:42:00.979Z Compiling itertools v0.10.5
22412026-02-24T02:42:03.158Z Compiling itertools v0.13.0
22422026-02-24T02:42:03.418Z Compiling winnow v0.6.26
22432026-02-24T02:42:06.101Z Compiling peg-runtime v0.8.5
22442026-02-24T02:42:06.314Z Compiling lalrpop-util v0.19.12
22452026-02-24T02:42:07.115Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22462026-02-24T02:42:07.753Z Compiling typify-macro v0.4.3
22472026-02-24T02:42:17.143Z Compiling rayon-core v1.12.1
22482026-02-24T02:42:26.093Z Compiling proc-macro-crate v1.3.1
22492026-02-24T02:42:27.014Z Compiling macaddr v1.0.1
22502026-02-24T02:42:27.308Z Compiling structmeta-derive v0.3.0
22512026-02-24T02:42:29.078Z Compiling itertools v0.14.0
22522026-02-24T02:42:29.635Z Compiling heapless v0.8.0
22532026-02-24T02:42:32.258Z Compiling ingot-macros v0.1.1
22542026-02-24T02:42:33.232Z Compiling structmeta v0.3.0
22552026-02-24T02:42:35.123Z Compiling num_enum_derive v0.5.11
22562026-02-24T02:42:36.649Z Compiling crossbeam-deque v0.8.5
22572026-02-24T02:42:38.239Z Compiling hash32 v0.3.1
22582026-02-24T02:42:38.726Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22592026-02-24T02:42:39.154Z Compiling unicode-width v0.1.14
22602026-02-24T02:42:42.595Z Compiling smoltcp v0.11.0
22612026-02-24T02:42:43.556Z Compiling tabwriter v1.4.0
22622026-02-24T02:42:44.211Z Compiling ingot-types v0.1.2
22632026-02-24T02:42:48.346Z Compiling num_enum v0.5.11
22642026-02-24T02:42:52.099Z Compiling typify v0.4.3
22652026-02-24T02:42:56.736Z Compiling proc-macro-error-attr v1.0.4
22662026-02-24T02:42:58.487Z Compiling unsafe-libyaml v0.2.11
22672026-02-24T02:42:59.004Z Compiling rustls v0.22.4
22682026-02-24T02:42:59.603Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22692026-02-24T02:43:00.253Z Compiling cobs v0.2.3
22702026-02-24T02:43:03.843Z Compiling postcard v1.0.10
22712026-02-24T02:43:04.580Z Compiling serde_yaml v0.9.34+deprecated
22722026-02-24T02:43:16.424Z Compiling progenitor-impl v0.11.2
22732026-02-24T02:43:18.905Z Compiling ingot v0.1.1
22742026-02-24T02:43:26.883Z Compiling futures-executor v0.3.31
22752026-02-24T02:43:27.112Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22762026-02-24T02:43:27.453Z Compiling foreign-types-macros v0.2.3
22772026-02-24T02:43:27.517Z Compiling thread_local v1.1.8
22782026-02-24T02:43:27.940Z Compiling multer v3.1.0
22792026-02-24T02:43:27.964Z Compiling proc-macro-error v1.0.4
22802026-02-24T02:43:28.063Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22812026-02-24T02:43:28.301Z Compiling foreign-types-shared v0.3.1
22822026-02-24T02:43:28.326Z Compiling slog-async v2.8.0
22832026-02-24T02:43:28.405Z Compiling match_cfg v0.1.0
22842026-02-24T02:43:28.538Z Compiling hostname v0.3.1
22852026-02-24T02:43:28.664Z Compiling foreign-types v0.5.0
22862026-02-24T02:43:28.934Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22872026-02-24T02:43:28.987Z Compiling futures v0.3.31
22882026-02-24T02:43:28.989Z Compiling progenitor-macro v0.11.2
22892026-02-24T02:43:30.313Z Compiling derive-ex v0.1.8
22902026-02-24T02:43:33.084Z Compiling progenitor-client v0.11.2
22912026-02-24T02:43:34.131Z Compiling toml_parser v1.0.6+spec-1.1.0
22922026-02-24T02:43:34.297Z Compiling slog-json v2.6.1
22932026-02-24T02:43:34.814Z Compiling crossbeam-channel v0.5.15
22942026-02-24T02:43:36.498Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22952026-02-24T02:43:37.354Z Compiling async-stream-impl v0.3.6
22962026-02-24T02:43:37.565Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22972026-02-24T02:43:37.588Z Compiling serde_spanned v1.0.4
22982026-02-24T02:43:37.894Z Compiling toml_datetime v0.7.5+spec-1.1.0
22992026-02-24T02:43:38.410Z Compiling cstr-argument v0.1.2
23002026-02-24T02:43:38.528Z Compiling is-terminal v0.4.13
23012026-02-24T02:43:38.708Z Compiling dropshot v0.16.7
23022026-02-24T02:43:38.731Z Compiling term v1.1.0
23032026-02-24T02:43:38.803Z Compiling pretty-hex v0.2.1
23042026-02-24T02:43:39.046Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
23052026-02-24T02:43:39.095Z Compiling typeid v1.0.3
23062026-02-24T02:43:39.412Z Compiling crucible-workspace-hack v0.1.0
23072026-02-24T02:43:39.595Z Compiling take_mut v0.2.2
23082026-02-24T02:43:39.762Z Compiling toml_writer v1.0.6+spec-1.1.0
23092026-02-24T02:43:40.075Z Compiling progenitor v0.11.2
23102026-02-24T02:43:40.323Z Compiling toml v0.9.11+spec-1.1.0
23112026-02-24T02:43:40.402Z Compiling slog-term v2.9.2
23122026-02-24T02:43:40.579Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23132026-02-24T02:43:41.109Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23142026-02-24T02:43:42.000Z Compiling async-stream v0.3.6
23152026-02-24T02:43:42.702Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23162026-02-24T02:43:42.934Z Compiling slog-bunyan v2.5.0
23172026-02-24T02:43:43.024Z Compiling tokio-rustls v0.25.0
23182026-02-24T02:43:43.281Z Compiling test-strategy v0.4.3
23192026-02-24T02:43:44.229Z Compiling rayon v1.10.0
23202026-02-24T02:43:44.354Z Compiling parse-display-derive v0.10.0
23212026-02-24T02:43:46.387Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
23222026-02-24T02:43:46.532Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
23232026-02-24T02:43:46.688Z Compiling colored v2.2.0
23242026-02-24T02:43:47.844Z Compiling waitgroup v0.1.2
23252026-02-24T02:43:48.144Z Compiling nix v0.30.1
23262026-02-24T02:43:48.163Z Compiling rustls-pemfile v2.2.0
23272026-02-24T02:43:48.719Z Compiling newtype-uuid-macros v0.1.0
23282026-02-24T02:43:49.010Z Compiling dropshot_endpoint v0.16.7
23292026-02-24T02:43:49.356Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23302026-02-24T02:43:49.903Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23312026-02-24T02:43:49.959Z Compiling serde_path_to_error v0.1.20
23322026-02-24T02:43:50.187Z Compiling hostname v0.4.2
23332026-02-24T02:43:50.215Z Compiling instant v0.1.13
23342026-02-24T02:43:50.364Z Compiling debug-ignore v1.0.5
23352026-02-24T02:43:50.391Z Compiling colored v3.0.0
23362026-02-24T02:43:50.425Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23372026-02-24T02:43:50.591Z Compiling backoff v0.4.0
23382026-02-24T02:43:50.639Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23392026-02-24T02:43:50.916Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
23402026-02-24T02:43:51.006Z Compiling parse-display v0.10.0
23412026-02-24T02:43:51.805Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23422026-02-24T02:43:53.050Z Compiling zone_cfg_derive v0.3.0
23432026-02-24T02:43:54.363Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23442026-02-24T02:43:55.106Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23452026-02-24T02:43:55.563Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23462026-02-24T02:43:55.589Z Compiling camino-tempfile v1.4.1
23472026-02-24T02:43:56.439Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23482026-02-24T02:43:56.788Z Compiling progenitor-client v0.10.0
23492026-02-24T02:43:57.895Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
23502026-02-24T02:44:00.225Z Compiling secrecy v0.10.3
23512026-02-24T02:44:00.443Z Compiling num-derive v0.4.2
23522026-02-24T02:44:00.552Z Compiling sigpipe v0.1.3
23532026-02-24T02:44:00.731Z Compiling libefi-sys v0.1.0
23542026-02-24T02:44:01.128Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23552026-02-24T02:44:01.564Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23562026-02-24T02:44:01.743Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23572026-02-24T02:44:01.982Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23582026-02-24T02:44:02.649Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23592026-02-24T02:44:03.028Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23602026-02-24T02:44:04.278Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23612026-02-24T02:44:05.907Z Compiling erased-serde v0.4.6
23622026-02-24T02:44:06.203Z Compiling zone v0.3.1
23632026-02-24T02:44:07.544Z Compiling usdt-macro v0.5.0
23642026-02-24T02:44:08.072Z Compiling usdt-attr-macro v0.5.0
23652026-02-24T02:44:08.983Z Compiling smf v0.2.3
23662026-02-24T02:44:09.655Z Compiling bitfield-struct v0.6.2
23672026-02-24T02:44:10.182Z Compiling ordered-float v2.10.1
23682026-02-24T02:44:10.911Z Compiling blake3 v1.5.4
23692026-02-24T02:44:11.089Z Compiling memmap v0.7.0
23702026-02-24T02:44:11.150Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23712026-02-24T02:44:11.550Z Compiling usdt v0.5.0
23722026-02-24T02:44:11.829Z Compiling serde-value v0.7.0
23732026-02-24T02:44:11.949Z Compiling serde-untagged v0.1.7
23742026-02-24T02:44:12.264Z Compiling toml v0.8.23
23752026-02-24T02:44:12.479Z Compiling xattr v1.3.1
23762026-02-24T02:44:12.820Z Compiling filetime v0.2.26
23772026-02-24T02:44:12.852Z Compiling same-file v1.0.6
23782026-02-24T02:44:13.076Z Compiling unicode-width v0.2.0
23792026-02-24T02:44:13.194Z Compiling arrayref v0.3.9
23802026-02-24T02:44:13.242Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23812026-02-24T02:44:13.332Z Compiling unicode-xid v0.2.6
23822026-02-24T02:44:13.396Z Compiling constant_time_eq v0.3.1
23832026-02-24T02:44:13.562Z Compiling arrayvec v0.7.6
23842026-02-24T02:44:13.621Z Compiling console v0.16.0
23852026-02-24T02:44:13.646Z Compiling cargo-util-schemas v0.8.2
23862026-02-24T02:44:13.697Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23872026-02-24T02:44:15.300Z Compiling tar v0.4.44
23882026-02-24T02:44:16.404Z Compiling walkdir v2.5.0
23892026-02-24T02:44:16.624Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23902026-02-24T02:44:17.115Z Compiling tokio-dtrace v0.1.0
23912026-02-24T02:44:17.678Z Compiling gethostname v0.5.0
23922026-02-24T02:44:17.961Z Compiling cargo-platform v0.2.0
23932026-02-24T02:44:18.091Z Compiling topological-sort v0.2.2
23942026-02-24T02:44:18.254Z Compiling unit-prefix v0.5.1
23952026-02-24T02:44:18.433Z Compiling cargo_metadata v0.21.0
23962026-02-24T02:44:18.560Z Compiling indicatif v0.18.0
23972026-02-24T02:44:19.217Z Compiling omicron-zone-package v0.12.2
23982026-02-24T02:44:19.571Z Compiling oxide-tokio-rt v0.1.2
23992026-02-24T02:44:20.250Z Compiling indent_write v2.2.0
24002026-02-24T02:44:21.275Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24012026-02-24T02:44:21.629Z Compiling shell-words v1.1.0
24022026-02-24T02:44:27.910Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24032026-02-24T02:44:30.749Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24042026-02-24T02:44:36.582Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24052026-02-24T02:44:53.264Z Finished `release` profile [optimized] target(s) in 6m 02s
24062026-02-24T02:44:53.462Z Running `target/release/omicron-package -t test target create -p dev`
24072026-02-24T02:44:53.534ZLogging to: /work/oxidecomputer/omicron/out/LOG
24082026-02-24T02:44:53.537ZCreated new build target 'test' and set it as active
24092026-02-24T02:44:53.540Z
24102026-02-24T02:44:53.540Zreal 6:02.482742518
24112026-02-24T02:44:53.540Zuser 41:55.778997253
24122026-02-24T02:44:53.540Zsys 4:05.309727553
24132026-02-24T02:44:53.540Ztrap 1.400824328
24142026-02-24T02:44:53.540Ztflt 2.128879167
24152026-02-24T02:44:53.540Zdflt 1.136148132
24162026-02-24T02:44:53.540Zkflt 0.010295405
24172026-02-24T02:44:53.540Zlock 1:58:57.537184105
24182026-02-24T02:44:53.540Zslp 2:48:23.369068728
24192026-02-24T02:44:53.540Zlat 3:23.053290122
24202026-02-24T02:44:53.540Zstop 5:56.421077281
24212026-02-24T02:44:53.540Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24222026-02-24T02:44:54.963Z Finished `release` profile [optimized] target(s) in 1.35s
24232026-02-24T02:44:55.031Z Running `target/release/omicron-package -t test package`
24242026-02-24T02:44:55.090ZLogging to: /work/oxidecomputer/omicron/out/LOG
24252026-02-24T02:44:57.351Z Compiling convert_case v0.4.0
24262026-02-24T02:44:57.354Z Compiling progenitor-impl v0.10.0
24272026-02-24T02:44:57.354Z Compiling half v2.4.1
24282026-02-24T02:44:57.354Z Compiling ciborium-io v0.2.2
24292026-02-24T02:44:57.577Z Compiling is-terminal v0.4.13
24302026-02-24T02:44:57.654Z Compiling rustls v0.22.4
24312026-02-24T02:44:57.679Z Compiling thread_local v1.1.8
24322026-02-24T02:44:57.777Z Compiling bytecount v0.6.8
24332026-02-24T02:44:57.815Z Compiling match_cfg v0.1.0
24342026-02-24T02:44:57.946Z Compiling hostname v0.3.1
24352026-02-24T02:44:58.137Z Compiling multer v3.1.0
24362026-02-24T02:44:58.192Z Compiling slog-async v2.8.0
24372026-02-24T02:44:58.195Z Compiling password-hash v0.5.0
24382026-02-24T02:44:58.195Z Compiling derive_more v0.99.20
24392026-02-24T02:44:58.283Z Compiling ciborium-ll v0.2.2
24402026-02-24T02:44:58.287Z Compiling blake2 v0.10.6
24412026-02-24T02:44:58.368Z Compiling progenitor-client v0.11.2
24422026-02-24T02:44:58.836Z Compiling ciborium v0.2.2
24432026-02-24T02:44:58.977Z Compiling crossbeam-channel v0.5.15
24442026-02-24T02:44:59.530Z Compiling toml_parser v1.0.6+spec-1.1.0
24452026-02-24T02:44:59.970Z Compiling slog-json v2.6.1
24462026-02-24T02:45:00.383Z Compiling futures-executor v0.3.31
24472026-02-24T02:45:00.523Z Compiling serde_spanned v1.0.4
24482026-02-24T02:45:00.849Z Compiling toml_datetime v0.7.5+spec-1.1.0
24492026-02-24T02:45:00.883Z Compiling toml_writer v1.0.6+spec-1.1.0
24502026-02-24T02:45:00.938Z Compiling unicode-width v0.1.14
24512026-02-24T02:45:00.971Z Compiling take_mut v0.2.2
24522026-02-24T02:45:01.187Z Compiling swrite v0.1.0
24532026-02-24T02:45:01.366Z Compiling term v1.1.0
24542026-02-24T02:45:01.399Z Compiling toml v0.9.11+spec-1.1.0
24552026-02-24T02:45:01.488Z Compiling tabwriter v1.4.0
24562026-02-24T02:45:01.924Z Compiling futures v0.3.31
24572026-02-24T02:45:02.107Z Compiling slog-term v2.9.2
24582026-02-24T02:45:02.510Z Compiling tokio-rustls v0.25.0
24592026-02-24T02:45:02.604Z Compiling slog-bunyan v2.5.0
24602026-02-24T02:45:02.884Z Compiling progenitor v0.11.2
24612026-02-24T02:45:03.018Z Compiling argon2 v0.5.3
24622026-02-24T02:45:03.319Z Compiling progenitor-macro v0.10.0
24632026-02-24T02:45:03.392Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24642026-02-24T02:45:04.023Z Compiling dropshot v0.16.7
24652026-02-24T02:45:04.061Z Compiling async-stream v0.3.6
24662026-02-24T02:45:04.129Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
24672026-02-24T02:45:04.389Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
24682026-02-24T02:45:04.392Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24692026-02-24T02:45:04.509Z Compiling universal-hash v0.5.1
24702026-02-24T02:45:04.815Z Compiling waitgroup v0.1.2
24712026-02-24T02:45:05.080Z Compiling rustls-pemfile v2.2.0
24722026-02-24T02:45:05.207Z Compiling thiserror-impl-no-std v2.0.2
24732026-02-24T02:45:05.475Z Compiling serde_path_to_error v0.1.20
24742026-02-24T02:45:05.569Z Compiling hostname v0.4.2
24752026-02-24T02:45:05.637Z Compiling instant v0.1.13
24762026-02-24T02:45:05.827Z Compiling opaque-debug v0.3.1
24772026-02-24T02:45:05.863Z Compiling debug-ignore v1.0.5
24782026-02-24T02:45:05.970Z Compiling colored v3.0.0
24792026-02-24T02:45:06.066Z Compiling poly1305 v0.8.0
24802026-02-24T02:45:06.711Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
24812026-02-24T02:45:06.974Z Compiling backoff v0.4.0
24822026-02-24T02:45:07.386Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24832026-02-24T02:45:07.533Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24842026-02-24T02:45:07.567Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24852026-02-24T02:45:07.626Z Compiling thiserror-no-std v2.0.2
24862026-02-24T02:45:07.809Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24872026-02-24T02:45:08.230Z Compiling parse-display v0.10.0
24882026-02-24T02:45:08.792Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24892026-02-24T02:45:08.825Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24902026-02-24T02:45:09.057Z Compiling chacha20 v0.9.1
24912026-02-24T02:45:09.653Z Compiling progenitor-client v0.10.0
24922026-02-24T02:45:10.310Z Compiling aead v0.5.2
24932026-02-24T02:45:10.410Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
24942026-02-24T02:45:10.728Z Compiling macaddr v1.0.1
24952026-02-24T02:45:10.875Z Compiling derive-where v1.5.0
24962026-02-24T02:45:11.202Z Compiling chacha20poly1305 v0.10.1
24972026-02-24T02:45:11.513Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24982026-02-24T02:45:12.526Z Compiling vsss-rs v3.3.4
24992026-02-24T02:45:14.069Z Compiling num-rational v0.4.2
25002026-02-24T02:45:14.511Z Compiling progenitor v0.10.0
25012026-02-24T02:45:16.264Z Compiling num-complex v0.4.6
25022026-02-24T02:45:16.992Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25032026-02-24T02:45:17.537Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25042026-02-24T02:45:17.669Z Compiling num v0.4.3
25052026-02-24T02:45:17.995Z Compiling console v0.15.10
25062026-02-24T02:45:18.584Z Compiling float-ord v0.3.2
25072026-02-24T02:45:19.061Z Compiling toml v0.8.23
25082026-02-24T02:45:20.252Z Compiling newline-converter v0.3.0
25092026-02-24T02:45:20.516Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25102026-02-24T02:45:20.549Z Compiling atomicwrites v0.4.4
25112026-02-24T02:45:20.987Z Compiling prettyplease v0.2.36
25122026-02-24T02:45:21.039Z Compiling slog-dtrace v0.3.0
25132026-02-24T02:45:21.565Z Compiling expectorate v1.2.0
25142026-02-24T02:45:22.035Z Compiling async-recursion v1.1.1
25152026-02-24T02:45:22.443Z Compiling cancel-safe-futures v0.1.5
25162026-02-24T02:45:22.897Z Compiling owo-colors v4.2.3
25172026-02-24T02:45:23.660Z Compiling resolv-conf v0.7.0
25182026-02-24T02:45:24.066Z Compiling libsw-core v0.3.1
25192026-02-24T02:45:24.442Z Compiling libsw v3.5.0
25202026-02-24T02:45:25.276Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25212026-02-24T02:45:25.564Z Compiling linear-map v1.2.0
25222026-02-24T02:45:25.895Z Compiling linked-hash-map v0.5.6
25232026-02-24T02:45:26.062Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25242026-02-24T02:45:26.410Z Compiling lru-cache v0.1.2
25252026-02-24T02:45:26.721Z Compiling unicode-xid v0.2.6
25262026-02-24T02:45:26.974Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25272026-02-24T02:45:27.487Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25282026-02-24T02:45:29.810Z Compiling globset v0.4.15
25292026-02-24T02:45:34.926Z Compiling hickory-proto v0.24.4
25302026-02-24T02:45:37.265Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25312026-02-24T02:45:37.787Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25322026-02-24T02:45:38.054Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25332026-02-24T02:45:41.669Z Compiling hickory-resolver v0.24.4
25342026-02-24T02:45:43.121Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25352026-02-24T02:45:43.202Z Compiling convert_case v0.7.1
25362026-02-24T02:45:43.946Z Compiling derive_more-impl v2.0.1
25372026-02-24T02:45:44.671Z Compiling qorb v0.4.1
25382026-02-24T02:45:51.913Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25392026-02-24T02:45:52.348Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25402026-02-24T02:45:55.565Z Compiling pin-project-internal v1.1.6
25412026-02-24T02:45:57.710Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25422026-02-24T02:45:58.065Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25432026-02-24T02:45:58.097Z Compiling pin-project v1.1.6
25442026-02-24T02:45:58.294Z Compiling derive_more v2.0.1
25452026-02-24T02:45:58.410Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25462026-02-24T02:45:58.457Z Compiling pem v3.0.5
25472026-02-24T02:45:58.872Z Compiling snafu-derive v0.8.5
25482026-02-24T02:45:59.958Z Compiling vte_generate_state_changes v0.1.2
25492026-02-24T02:46:00.488Z Compiling termtree v0.5.1
25502026-02-24T02:46:00.603Z Compiling siphasher v1.0.1
25512026-02-24T02:46:00.717Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25522026-02-24T02:46:00.814Z Compiling vte v0.11.1
25532026-02-24T02:46:01.141Z Compiling phf_shared v0.12.1
25542026-02-24T02:46:01.668Z Compiling crossterm v0.29.0
25552026-02-24T02:46:02.041Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25562026-02-24T02:46:03.025Z Compiling snafu v0.8.5
25572026-02-24T02:46:04.248Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25582026-02-24T02:46:05.801Z Compiling olpc-cjson v0.1.4
25592026-02-24T02:46:06.210Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25602026-02-24T02:46:06.580Z Compiling csv-core v0.1.11
25612026-02-24T02:46:07.302Z Compiling serde_plain v1.0.2
25622026-02-24T02:46:07.565Z Compiling highway v1.3.0
25632026-02-24T02:46:07.871Z Compiling chrono-tz v0.10.4
25642026-02-24T02:46:08.232Z Compiling typed-path v0.9.3
25652026-02-24T02:46:08.317Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25662026-02-24T02:46:09.178Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25672026-02-24T02:46:09.459Z Compiling csv v1.3.1
25682026-02-24T02:46:09.705Z Compiling strip-ansi-escapes v0.2.0
25692026-02-24T02:46:10.531Z Compiling phf v0.12.1
25702026-02-24T02:46:10.934Z Compiling tough v0.20.0
25712026-02-24T02:46:11.307Z Compiling const_format_proc_macros v0.2.34
25722026-02-24T02:46:11.689Z Compiling papergrid v0.11.0
25732026-02-24T02:46:13.109Z Compiling tabled_derive v0.7.0
25742026-02-24T02:46:15.190Z Compiling fd-lock v4.0.2
25752026-02-24T02:46:15.362Z Compiling peg-macros v0.8.5
25762026-02-24T02:46:15.495Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25772026-02-24T02:46:15.767Z Compiling nu-ansi-term v0.50.1
25782026-02-24T02:46:16.584Z Compiling reedline v0.40.0
25792026-02-24T02:46:16.986Z Compiling tabled v0.15.0
25802026-02-24T02:46:17.694Z Compiling const_format v0.2.34
25812026-02-24T02:46:18.402Z Compiling peg v0.8.5
25822026-02-24T02:46:18.845Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25832026-02-24T02:46:23.132Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25842026-02-24T02:46:24.629Z Compiling bcs v0.1.6
25852026-02-24T02:46:25.486Z Compiling semver v0.1.20
25862026-02-24T02:46:26.082Z Compiling base64 v0.21.7
25872026-02-24T02:46:26.750Z Compiling rustc_version v0.1.7
25882026-02-24T02:46:27.196Z Compiling newtype_derive v0.1.6
25892026-02-24T02:46:27.322Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25902026-02-24T02:46:27.587Z Compiling humantime v2.2.0
25912026-02-24T02:46:27.865Z Compiling smawk v0.3.2
25922026-02-24T02:46:28.232Z Compiling unicode-linebreak v0.1.5
25932026-02-24T02:46:28.586Z Compiling dropshot-api-manager-types v0.3.0
25942026-02-24T02:46:28.848Z Compiling textwrap v0.16.2
25952026-02-24T02:46:29.837Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25962026-02-24T02:46:32.038Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25972026-02-24T02:46:32.501Z Compiling steno v0.4.1
25982026-02-24T02:46:33.519Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25992026-02-24T02:46:36.559Z Compiling utf-8 v0.7.6
26002026-02-24T02:46:36.976Z Compiling moka v0.12.10
26012026-02-24T02:46:37.425Z Compiling tagptr v0.2.0
26022026-02-24T02:46:41.231Z Compiling hickory-resolver v0.25.2
26032026-02-24T02:46:41.625Z Compiling tungstenite v0.21.0
26042026-02-24T02:46:43.597Z Compiling tokio-tungstenite v0.21.0
26052026-02-24T02:46:43.669Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26062026-02-24T02:46:43.938Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26072026-02-24T02:46:44.298Z Compiling radium v0.7.0
26082026-02-24T02:46:44.880Z Compiling tap v1.0.1
26092026-02-24T02:46:45.155Z Compiling maybe-uninit v2.0.0
26102026-02-24T02:46:45.881Z Compiling wyz v0.5.1
26112026-02-24T02:46:46.853Z Compiling zerocopy-derive v0.6.6
26122026-02-24T02:46:47.073Z Compiling proc-macro-error-attr2 v2.0.0
26132026-02-24T02:46:47.948Z Compiling crc-catalog v2.4.0
26142026-02-24T02:46:48.182Z Compiling packed_struct v0.10.1
26152026-02-24T02:46:48.737Z Compiling display-error-chain v0.2.2
26162026-02-24T02:46:48.740Z Compiling funty v2.0.0
26172026-02-24T02:46:49.063Z Compiling zerocopy v0.6.6
26182026-02-24T02:46:50.040Z Compiling bitvec v1.0.1
26192026-02-24T02:46:51.501Z Compiling crc v3.2.1
26202026-02-24T02:46:53.565Z Compiling proc-macro-error2 v2.0.1
26212026-02-24T02:46:54.137Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26222026-02-24T02:46:54.594Z Compiling packed_struct_codegen v0.10.1
26232026-02-24T02:46:54.945Z Compiling bitfield-macros v0.19.2
26242026-02-24T02:46:56.495Z Compiling indexmap v1.9.3
26252026-02-24T02:46:56.527Z Compiling nodrop v0.1.14
26262026-02-24T02:46:56.731Z Compiling array-init v0.0.4
26272026-02-24T02:46:56.965Z Compiling bitfield v0.19.2
26282026-02-24T02:46:57.540Z Compiling smallvec v0.6.14
26292026-02-24T02:46:57.894Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26302026-02-24T02:46:58.087Z Compiling num-derive v0.3.3
26312026-02-24T02:46:58.194Z Compiling hashbrown v0.12.3
26322026-02-24T02:46:59.611Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26332026-02-24T02:47:00.284Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26342026-02-24T02:47:01.430Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
26352026-02-24T02:47:03.821Z Compiling libscf-sys v1.1.0
26362026-02-24T02:47:04.384Z Compiling serde-hex v0.1.0
26372026-02-24T02:47:04.897Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26382026-02-24T02:47:05.288Z Compiling ron v0.8.1
26392026-02-24T02:47:05.314Z Compiling hashbrown v0.13.2
26402026-02-24T02:47:06.707Z Compiling vergen-gitcl v1.0.8
26412026-02-24T02:47:07.143Z Compiling dirs-sys-next v0.1.2
26422026-02-24T02:47:07.666Z Compiling maplit v1.0.2
26432026-02-24T02:47:07.860Z Compiling crc-any v2.5.0
26442026-02-24T02:47:08.825Z Compiling crunchy v0.2.2
26452026-02-24T02:47:09.408Z Compiling dirs-next v2.0.0
26462026-02-24T02:47:09.736Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26472026-02-24T02:47:10.144Z Compiling object v0.30.4
26482026-02-24T02:47:11.153Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26492026-02-24T02:47:11.302Z Compiling dsl_auto_type v0.1.2
26502026-02-24T02:47:12.670Z Compiling scheduled-thread-pool v0.2.7
26512026-02-24T02:47:12.878Z Compiling diesel_table_macro_syntax v0.2.0
26522026-02-24T02:47:13.326Z Compiling path-slash v0.1.5
26532026-02-24T02:47:13.660Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
26542026-02-24T02:47:14.117Z Compiling tiny-keccak v2.0.2
26552026-02-24T02:47:14.566Z Compiling diesel_derives v2.2.3
26562026-02-24T02:47:23.264Z Compiling r2d2 v0.8.10
26572026-02-24T02:47:25.109Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26582026-02-24T02:47:25.186Z Compiling term v0.7.0
26592026-02-24T02:47:26.552Z Compiling tabled_derive v0.11.0
26602026-02-24T02:47:28.491Z Compiling papergrid v0.17.0
26612026-02-24T02:47:29.053Z Compiling testing_table v0.3.0
26622026-02-24T02:47:29.902Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26632026-02-24T02:47:33.402Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26642026-02-24T02:47:33.858Z Compiling arc-swap v1.7.1
26652026-02-24T02:47:34.533Z Compiling bit-vec v0.6.3
26662026-02-24T02:47:34.983Z Compiling xshell-macros v0.2.7
26672026-02-24T02:47:35.706Z Compiling xshell v0.2.7
26682026-02-24T02:47:35.950Z Compiling bit-set v0.5.3
26692026-02-24T02:47:36.295Z Compiling slog-scope v4.4.0
26702026-02-24T02:47:37.265Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26712026-02-24T02:47:38.059Z Compiling tabled v0.20.0
26722026-02-24T02:47:39.075Z Compiling ascii-canvas v3.0.0
26732026-02-24T02:47:39.567Z Compiling diesel v2.2.12
26742026-02-24T02:47:42.467Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26752026-02-24T02:47:43.324Z Compiling ena v0.14.3
26762026-02-24T02:47:43.799Z Compiling bindgen v0.71.1
26772026-02-24T02:47:44.348Z Compiling regex-syntax v0.6.29
26782026-02-24T02:47:47.128Z Compiling unicase v2.8.1
26792026-02-24T02:47:47.764Z Compiling diff v0.1.13
26802026-02-24T02:47:48.296Z Compiling lalrpop v0.19.12
26812026-02-24T02:47:48.414Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26822026-02-24T02:47:50.852Z Compiling slog-stdlog v4.1.1
26832026-02-24T02:47:51.770Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26842026-02-24T02:47:54.523Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26852026-02-24T02:47:54.877Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26862026-02-24T02:47:55.263Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26872026-02-24T02:47:55.545Z Compiling crc8 v0.1.1
26882026-02-24T02:47:55.690Z Compiling slog-envlogger v2.2.0
26892026-02-24T02:47:57.241Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26902026-02-24T02:47:58.170Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26912026-02-24T02:47:58.232Z Compiling headers-core v0.3.0
26922026-02-24T02:47:58.466Z Compiling libxml v0.3.3
26932026-02-24T02:47:58.976Z Compiling headers v0.4.1
26942026-02-24T02:48:01.003Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26952026-02-24T02:48:01.824Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26962026-02-24T02:48:02.230Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26972026-02-24T02:48:02.716Z Compiling strum_macros v0.24.3
26982026-02-24T02:48:03.083Z Compiling indoc v1.0.9
26992026-02-24T02:48:03.987Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27002026-02-24T02:48:05.557Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27012026-02-24T02:48:05.935Z Compiling derive_builder v0.20.2
27022026-02-24T02:48:06.195Z Compiling impl-trait-for-tuples v0.2.2
27032026-02-24T02:48:07.923Z Compiling samael v0.0.19
27042026-02-24T02:48:08.436Z Compiling oso-derive v0.27.3
27052026-02-24T02:48:09.232Z Compiling polar-core v0.27.3
27062026-02-24T02:48:09.318Z Compiling quick-xml v0.37.2
27072026-02-24T02:48:09.885Z Compiling half v1.8.3
27082026-02-24T02:48:10.881Z Compiling serde_cbor v0.11.2
27092026-02-24T02:48:11.701Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27102026-02-24T02:48:12.741Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27112026-02-24T02:48:12.815Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27122026-02-24T02:48:14.237Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27132026-02-24T02:48:14.724Z Compiling diesel-dtrace v0.4.2
27142026-02-24T02:48:15.236Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27152026-02-24T02:48:26.024Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27162026-02-24T02:48:26.448Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27172026-02-24T02:48:29.580Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27182026-02-24T02:48:30.710Z Compiling bb8 v0.8.5
27192026-02-24T02:48:34.732Z Compiling trait-variant v0.1.2
27202026-02-24T02:48:34.771Z Compiling oso v0.27.3
27212026-02-24T02:48:34.771Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27222026-02-24T02:48:35.098Z Compiling async-bb8-diesel v0.2.1
27232026-02-24T02:48:36.015Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27242026-02-24T02:48:36.560Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27252026-02-24T02:48:36.894Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27262026-02-24T02:48:37.547Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27272026-02-24T02:48:40.802Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27282026-02-24T02:48:41.306Z Compiling fxhash v0.2.1
27292026-02-24T02:48:41.607Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27302026-02-24T02:48:41.697Z Compiling typify-impl v0.2.0
27312026-02-24T02:48:42.069Z Compiling kstat-rs v0.2.4
27322026-02-24T02:48:43.076Z Compiling libz-sys v1.1.20
27332026-02-24T02:48:43.802Z Compiling salty v0.3.0
27342026-02-24T02:48:44.324Z Compiling nonempty v0.12.0
27352026-02-24T02:48:44.979Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27362026-02-24T02:48:48.836Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27372026-02-24T02:48:48.988Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27382026-02-24T02:48:51.370Z Compiling typify-macro v0.2.0
27392026-02-24T02:48:54.919Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27402026-02-24T02:49:00.360Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
27412026-02-24T02:49:04.848Z Compiling nanorand v0.7.0
27422026-02-24T02:49:05.437Z Compiling fs-err v2.11.0
27432026-02-24T02:49:05.584Z Compiling parking_lot_core v0.8.6
27442026-02-24T02:49:06.340Z Compiling mime_guess v2.0.5
27452026-02-24T02:49:06.388Z Compiling flume v0.11.1
27462026-02-24T02:49:07.301Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
27472026-02-24T02:49:07.483Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27482026-02-24T02:49:09.903Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27492026-02-24T02:49:15.801Z Compiling libgit2-sys v0.18.2+1.9.1
27502026-02-24T02:49:16.105Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27512026-02-24T02:49:28.823Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27522026-02-24T02:49:33.437Z Compiling tabled_derive v0.10.0
27532026-02-24T02:49:35.802Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27542026-02-24T02:49:39.541Z Compiling ignore v0.4.23
27552026-02-24T02:49:40.699Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27562026-02-24T02:49:43.253Z Compiling papergrid v0.14.0
27572026-02-24T02:49:43.441Z Compiling primeorder v0.13.6
27582026-02-24T02:49:43.552Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27592026-02-24T02:49:44.064Z Compiling castaway v0.2.3
27602026-02-24T02:49:44.330Z Compiling nibble_vec v0.1.0
27612026-02-24T02:49:44.625Z Compiling atty v0.2.14
27622026-02-24T02:49:44.837Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27632026-02-24T02:49:45.233Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27642026-02-24T02:49:45.627Z Compiling http-range v0.1.5
27652026-02-24T02:49:46.234Z Compiling parse-size v1.1.0
27662026-02-24T02:49:46.610Z Compiling endian-type v0.1.2
27672026-02-24T02:49:46.777Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27682026-02-24T02:49:46.896Z Compiling radix_trie v0.2.1
27692026-02-24T02:49:47.796Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27702026-02-24T02:49:49.365Z Compiling tabled v0.18.0
27712026-02-24T02:49:50.837Z Compiling compact_str v0.8.0
27722026-02-24T02:49:53.409Z Compiling p384 v0.13.1
27732026-02-24T02:49:53.655Z Compiling globwalk v0.9.1
27742026-02-24T02:49:55.021Z Compiling parking_lot v0.11.2
27752026-02-24T02:49:56.897Z Compiling typify v0.2.0
27762026-02-24T02:49:57.119Z Compiling predicates-tree v1.0.12
27772026-02-24T02:49:57.739Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27782026-02-24T02:49:58.022Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27792026-02-24T02:49:58.330Z Compiling unicode-truncate v1.1.0
27802026-02-24T02:49:58.947Z Compiling prefix-trie v0.7.0
27812026-02-24T02:49:59.942Z Compiling lru v0.12.5
27822026-02-24T02:50:00.367Z Compiling vergen-git2 v1.0.7
27832026-02-24T02:50:00.758Z Compiling instability v0.3.2
27842026-02-24T02:50:01.756Z Compiling indoc v2.0.6
27852026-02-24T02:50:01.995Z Compiling cassowary v0.3.0
27862026-02-24T02:50:02.642Z Compiling ratatui v0.29.0
27872026-02-24T02:50:05.657Z Compiling hickory-server v0.25.2
27882026-02-24T02:50:05.799Z Compiling camino-tempfile-ext v0.3.2
27892026-02-24T02:50:07.137Z Compiling progenitor-impl v0.8.0
27902026-02-24T02:50:08.001Z Compiling git2 v0.20.2
27912026-02-24T02:50:08.987Z Compiling hyper-staticfile v0.10.1
27922026-02-24T02:50:11.539Z Compiling sled v0.34.7
27932026-02-24T02:50:16.723Z Compiling hickory-client v0.25.2
27942026-02-24T02:50:17.785Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27952026-02-24T02:50:18.384Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27962026-02-24T02:50:18.440Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27972026-02-24T02:50:19.036Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27982026-02-24T02:50:20.091Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27992026-02-24T02:50:22.067Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
28002026-02-24T02:50:23.850Z Compiling rand_seeder v0.4.0
28012026-02-24T02:50:24.307Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28022026-02-24T02:50:25.200Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28032026-02-24T02:50:25.262Z Compiling lzma-sys v0.1.20
28042026-02-24T02:50:25.622Z Compiling rustls v0.21.12
28052026-02-24T02:50:26.017Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28062026-02-24T02:50:26.054Z Compiling corncobs v0.1.4
28072026-02-24T02:50:26.460Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28082026-02-24T02:50:26.649Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28092026-02-24T02:50:27.062Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28102026-02-24T02:50:27.403Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28112026-02-24T02:50:27.987Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28122026-02-24T02:50:28.405Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28132026-02-24T02:50:40.714Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28142026-02-24T02:50:40.806Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28152026-02-24T02:50:46.685Z Compiling progenitor-macro v0.8.0
28162026-02-24T02:50:57.723Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28172026-02-24T02:50:59.672Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28182026-02-24T02:51:00.661Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
28192026-02-24T02:51:05.171Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28202026-02-24T02:51:05.573Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28212026-02-24T02:51:05.966Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28222026-02-24T02:51:06.354Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28232026-02-24T02:51:06.836Z Compiling progenitor-client v0.8.0
28242026-02-24T02:51:07.793Z Compiling sct v0.7.1
28252026-02-24T02:51:08.284Z Compiling rustls-webpki v0.101.7
28262026-02-24T02:51:08.873Z Compiling heck v0.3.3
28272026-02-24T02:51:09.254Z Compiling secrecy v0.8.0
28282026-02-24T02:51:09.592Z Compiling void v1.0.2
28292026-02-24T02:51:09.813Z Compiling lzss v0.8.2
28302026-02-24T02:51:11.958Z Compiling zone_cfg_derive v0.1.2
28312026-02-24T02:51:15.003Z Compiling progenitor v0.8.0
28322026-02-24T02:51:15.333Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
28332026-02-24T02:51:15.376Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28342026-02-24T02:51:21.991Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28352026-02-24T02:51:22.683Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28362026-02-24T02:51:24.167Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
28372026-02-24T02:51:25.691Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28382026-02-24T02:51:26.781Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28392026-02-24T02:51:35.510Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28402026-02-24T02:51:35.914Z Compiling tungstenite v0.23.0
28412026-02-24T02:51:37.567Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28422026-02-24T02:51:37.952Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28432026-02-24T02:51:38.344Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28442026-02-24T02:51:38.724Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28452026-02-24T02:51:39.120Z Compiling nix v0.27.1
28462026-02-24T02:51:40.236Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28472026-02-24T02:51:40.915Z Compiling serde_bytes v0.11.19
28482026-02-24T02:51:41.394Z Compiling number_prefix v0.4.0
28492026-02-24T02:51:41.437Z Compiling base64 v0.13.1
28502026-02-24T02:51:41.473Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28512026-02-24T02:51:41.692Z Compiling indicatif v0.17.11
28522026-02-24T02:51:41.850Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28532026-02-24T02:51:42.256Z Compiling ron v0.7.1
28542026-02-24T02:51:42.823Z Compiling tokio-tungstenite v0.23.1
28552026-02-24T02:51:43.478Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
28562026-02-24T02:51:47.018Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28572026-02-24T02:51:47.318Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
28582026-02-24T02:51:48.107Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28592026-02-24T02:51:51.004Z Compiling xz2 v0.1.7
28602026-02-24T02:51:58.492Z Compiling tokio-rustls v0.24.1
28612026-02-24T02:51:59.020Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28622026-02-24T02:51:59.975Z Compiling zone v0.1.8
28632026-02-24T02:52:10.362Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28642026-02-24T02:52:15.360Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28652026-02-24T02:52:16.960Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28662026-02-24T02:52:20.016Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28672026-02-24T02:52:27.115Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28682026-02-24T02:52:30.734Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28692026-02-24T02:52:30.738Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28702026-02-24T02:52:32.633Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28712026-02-24T02:52:41.765Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28722026-02-24T02:52:46.064Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28732026-02-24T02:52:51.442Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28742026-02-24T02:52:51.521Z Compiling rustls-pemfile v1.0.4
28752026-02-24T02:52:52.261Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28762026-02-24T02:52:55.339Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28772026-02-24T02:52:58.722Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28782026-02-24T02:52:59.068Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28792026-02-24T02:52:59.118Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28802026-02-24T02:53:00.816Z Compiling signal-hook-tokio v0.3.1
28812026-02-24T02:53:01.104Z Compiling twox-hash v2.1.0
28822026-02-24T02:53:02.169Z Compiling yasna v0.5.2
28832026-02-24T02:53:03.812Z Compiling is_ci v1.2.0
28842026-02-24T02:53:03.979Z Compiling rcgen v0.12.1
28852026-02-24T02:53:04.173Z Compiling supports-color v3.0.2
28862026-02-24T02:53:05.284Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28872026-02-24T02:53:05.634Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28882026-02-24T02:53:15.455Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28892026-02-24T02:53:15.582Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28902026-02-24T02:53:27.024Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
28912026-02-24T02:53:45.426Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
28922026-02-24T02:53:52.070Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28932026-02-24T02:53:56.880Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28942026-02-24T02:53:58.379Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28952026-02-24T02:54:11.888Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28962026-02-24T02:54:16.038Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28972026-02-24T02:54:16.426Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28982026-02-24T02:54:16.609Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28992026-02-24T02:54:16.819Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29002026-02-24T02:54:17.154Z Compiling fatfs v0.3.6
29012026-02-24T02:54:19.999Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29022026-02-24T02:54:21.140Z Compiling subprocess v0.2.9
29032026-02-24T02:54:25.897Z Compiling rtoolbox v0.0.2
29042026-02-24T02:54:26.376Z Compiling seq-macro v0.3.6
29052026-02-24T02:54:27.453Z Compiling assert_matches v1.5.0
29062026-02-24T02:54:29.213Z Compiling rpassword v7.4.0
29072026-02-24T02:54:29.760Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29082026-02-24T02:54:38.523Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29092026-02-24T02:54:41.613Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29102026-02-24T02:55:01.365Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29112026-02-24T02:55:01.559Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29122026-02-24T02:55:07.071Z Compiling tui-tree-widget v0.23.1
29132026-02-24T02:55:07.589Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29142026-02-24T02:55:09.202Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29152026-02-24T02:55:10.143Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29162026-02-24T02:55:16.051Z Compiling uzers v0.12.1
29172026-02-24T02:55:18.628Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29182026-02-24T02:55:19.364Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29192026-02-24T02:55:27.400Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29202026-02-24T02:55:42.916Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29212026-02-24T02:55:58.582Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29222026-02-24T02:56:02.828Z Compiling support-bundle-viewer v0.1.2
29232026-02-24T02:56:03.409Z Compiling multimap v0.10.1
29242026-02-24T02:58:17.953Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29252026-02-24T02:58:38.168Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29262026-02-24T03:09:24.980Z Finished `release` profile [optimized] target(s) in 24m 29s
29272026-02-24T03:10:25.479Z
29282026-02-24T03:10:25.482Zreal 25:31.990530353
29292026-02-24T03:10:25.482Zuser 3:00:40.290985428
29302026-02-24T03:10:25.482Zsys 4:52.446578429
29312026-02-24T03:10:25.482Ztrap 4.522251686
29322026-02-24T03:10:25.482Ztflt 2.330034557
29332026-02-24T03:10:25.482Zdflt 6.808657973
29342026-02-24T03:10:25.482Zkflt 0.224347113
29352026-02-24T03:10:25.482Zlock 12:09:30.845837614
29362026-02-24T03:10:25.482Zslp 9:00:51.928330136
29372026-02-24T03:10:25.482Zlat 4:50.568224527
29382026-02-24T03:10:25.482Zstop 4:31.700499308
29392026-02-24T03:10:25.482Z+ mapfile -t packages
29402026-02-24T03:10:25.482Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29412026-02-24T03:10:26.810Z Finished `release` profile [optimized] target(s) in 1.26s
29422026-02-24T03:10:26.872Z Running `target/release/omicron-package -t test list-outputs`
29432026-02-24T03:10:26.926ZLogging to: /work/oxidecomputer/omicron/out/LOG
29442026-02-24T03:10:26.929Z+ ptime -m cargo build --locked --release -p xtask
29452026-02-24T03:10:27.745Z Compiling serde_core v1.0.228
29462026-02-24T03:10:27.745Z Compiling syn v2.0.114
29472026-02-24T03:10:27.748Z Compiling serde v1.0.228
29482026-02-24T03:10:27.748Z Compiling bitflags v2.9.4
29492026-02-24T03:10:27.748Z Compiling serde_json v1.0.149
29502026-02-24T03:10:27.748Z Compiling libc v0.2.180
29512026-02-24T03:10:27.748Z Compiling num-traits v0.2.19
29522026-02-24T03:10:27.896Z Compiling hashbrown v0.16.1
29532026-02-24T03:10:28.278Z Compiling rustix v0.38.37
29542026-02-24T03:10:28.471Z Compiling smallvec v1.15.1
29552026-02-24T03:10:28.721Z Compiling usdt-impl v0.5.0
29562026-02-24T03:10:28.937Z Compiling syn v1.0.109
29572026-02-24T03:10:29.440Z Compiling indexmap v2.13.0
29582026-02-24T03:10:29.562Z Compiling thread-id v4.2.2
29592026-02-24T03:10:29.581Z Compiling log v0.4.29
29602026-02-24T03:10:29.702Z Compiling rustix v1.1.3
29612026-02-24T03:10:30.038Z Compiling percent-encoding v2.3.2
29622026-02-24T03:10:30.383Z Compiling getrandom v0.3.4
29632026-02-24T03:10:30.992Z Compiling form_urlencoded v1.2.2
29642026-02-24T03:10:31.065Z Compiling ordered-float v2.10.1
29652026-02-24T03:10:31.294Z Compiling terminal_size v0.4.0
29662026-02-24T03:10:31.714Z Compiling fs-err v3.1.1
29672026-02-24T03:10:31.734Z Compiling once_cell v1.21.3
29682026-02-24T03:10:32.096Z Compiling anyhow v1.0.99
29692026-02-24T03:10:32.209Z Compiling heck v0.4.1
29702026-02-24T03:10:32.646Z Compiling clap_builder v4.5.48
29712026-02-24T03:10:33.341Z Compiling tempfile v3.24.0
29722026-02-24T03:10:34.746Z Compiling synstructure v0.13.1
29732026-02-24T03:10:34.784Z Compiling proc-macro-error v1.0.4
29742026-02-24T03:10:35.134Z Compiling textwrap v0.16.2
29752026-02-24T03:10:35.334Z Compiling camino-tempfile v1.4.1
29762026-02-24T03:10:35.921Z Compiling tabled_derive v0.7.0
29772026-02-24T03:10:37.437Z Compiling serde_derive v1.0.228
29782026-02-24T03:10:37.437Z Compiling thiserror-impl v2.0.18
29792026-02-24T03:10:37.440Z Compiling zerofrom-derive v0.1.4
29802026-02-24T03:10:37.440Z Compiling yoke-derive v0.7.4
29812026-02-24T03:10:37.440Z Compiling zerovec-derive v0.10.3
29822026-02-24T03:10:37.658Z Compiling displaydoc v0.2.5
29832026-02-24T03:10:39.098Z Compiling thiserror-impl v1.0.69
29842026-02-24T03:10:39.652Z Compiling icu_provider_macros v1.5.0
29852026-02-24T03:10:39.656Z Compiling zerocopy-derive v0.7.35
29862026-02-24T03:10:40.155Z Compiling thiserror v2.0.18
29872026-02-24T03:10:40.251Z Compiling zerofrom v0.1.4
29882026-02-24T03:10:40.347Z Compiling pest v2.8.2
29892026-02-24T03:10:40.534Z Compiling yoke v0.7.4
29902026-02-24T03:10:40.892Z Compiling scroll_derive v0.12.0
29912026-02-24T03:10:40.974Z Compiling zerovec v0.10.4
29922026-02-24T03:10:41.373Z Compiling zerocopy v0.7.35
29932026-02-24T03:10:41.609Z Compiling thiserror v1.0.69
29942026-02-24T03:10:42.206Z Compiling scroll v0.12.0
29952026-02-24T03:10:42.761Z Compiling goblin v0.8.2
29962026-02-24T03:10:43.363Z Compiling tinystr v0.7.6
29972026-02-24T03:10:43.513Z Compiling pest_meta v2.8.2
29982026-02-24T03:10:43.855Z Compiling icu_locid v1.5.0
29992026-02-24T03:10:44.076Z Compiling icu_collections v1.5.0
30002026-02-24T03:10:45.410Z Compiling icu_provider v1.5.0
30012026-02-24T03:10:46.740Z Compiling pest_generator v2.8.2
30022026-02-24T03:10:46.859Z Compiling icu_locid_transform v1.5.0
30032026-02-24T03:10:47.758Z Compiling serde_spanned v0.6.9
30042026-02-24T03:10:48.059Z Compiling toml_datetime v0.6.11
30052026-02-24T03:10:48.322Z Compiling pest_derive v2.8.2
30062026-02-24T03:10:48.362Z Compiling icu_properties v1.5.1
30072026-02-24T03:10:48.855Z Compiling toml_edit v0.22.27
30082026-02-24T03:10:49.155Z Compiling dtrace-parser v0.2.0
30092026-02-24T03:10:50.784Z Compiling dof v0.3.0
30102026-02-24T03:10:51.297Z Compiling serde_tokenstream v0.2.2
30112026-02-24T03:10:51.897Z Compiling erased-serde v0.4.6
30122026-02-24T03:10:52.644Z Compiling icu_normalizer v1.5.0
30132026-02-24T03:10:52.898Z Compiling toml v0.8.23
30142026-02-24T03:10:53.491Z Compiling serde-untagged v0.1.7
30152026-02-24T03:10:54.290Z Compiling idna_adapter v1.2.0
30162026-02-24T03:10:54.539Z Compiling idna v1.0.3
30172026-02-24T03:10:57.155Z Compiling url v2.5.4
30182026-02-24T03:10:58.508Z Compiling serde-value v0.7.0
30192026-02-24T03:10:59.628Z Compiling cargo-util-schemas v0.8.2
30202026-02-24T03:11:00.207Z Compiling usdt-macro v0.5.0
30212026-02-24T03:11:01.422Z Compiling usdt-attr-macro v0.5.0
30222026-02-24T03:11:02.439Z Compiling cargo-platform v0.2.0
30232026-02-24T03:11:02.785Z Compiling clap_derive v4.5.47
30242026-02-24T03:11:03.412Z Compiling cargo_metadata v0.21.0
30252026-02-24T03:11:03.687Z Compiling usdt v0.5.0
30262026-02-24T03:11:05.041Z Compiling cargo_toml v0.21.0
30272026-02-24T03:11:05.249Z Compiling macaddr v1.0.1
30282026-02-24T03:11:05.269Z Compiling tabled v0.15.0
30292026-02-24T03:11:06.878Z Compiling clap v4.5.48
30302026-02-24T03:11:17.399Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30312026-02-24T03:11:23.287Z Finished `release` profile [optimized] target(s) in 56.29s
30322026-02-24T03:11:23.435Z
30332026-02-24T03:11:23.438Zreal 56.472376609
30342026-02-24T03:11:23.438Zuser 6:12.078349417
30352026-02-24T03:11:23.438Zsys 28.167882640
30362026-02-24T03:11:23.438Ztrap 0.187848711
30372026-02-24T03:11:23.438Ztflt 0.211325391
30382026-02-24T03:11:23.438Zdflt 0.332044485
30392026-02-24T03:11:23.438Zkflt 0.000006970
30402026-02-24T03:11:23.438Zlock 17:51.408625770
30412026-02-24T03:11:23.438Zslp 20:28.428431451
30422026-02-24T03:11:23.438Zlat 24.853041292
30432026-02-24T03:11:23.438Zstop 34.661549274
30442026-02-24T03:11:23.438Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30452026-02-24T03:11:23.438Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30462026-02-24T03:11:23.438Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30472026-02-24T03:11:23.438Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30482026-02-24T03:11:23.438Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30492026-02-24T03:11:24.773Z Compiling regress v0.10.4
30502026-02-24T03:11:24.943Z Compiling unsafe-libyaml v0.2.11
30512026-02-24T03:11:24.947Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30522026-02-24T03:11:24.947Z Compiling match_cfg v0.1.0
30532026-02-24T03:11:24.988Z Compiling structmeta-derive v0.3.0
30542026-02-24T03:11:24.991Z Compiling rustls v0.22.4
30552026-02-24T03:11:25.010Z Compiling newtype-uuid-macros v0.1.0
30562026-02-24T03:11:25.032Z Compiling multer v3.1.0
30572026-02-24T03:11:25.082Z Compiling hostname v0.3.1
30582026-02-24T03:11:25.321Z Compiling debug-ignore v1.0.5
30592026-02-24T03:11:25.459Z Compiling toml_parser v1.0.6+spec-1.1.0
30602026-02-24T03:11:25.501Z Compiling progenitor-client v0.10.0
30612026-02-24T03:11:25.531Z Compiling slog-json v2.6.1
30622026-02-24T03:11:25.923Z Compiling async-stream-impl v0.3.6
30632026-02-24T03:11:26.080Z Compiling serde_spanned v1.0.4
30642026-02-24T03:11:26.378Z Compiling serde_yaml v0.9.34+deprecated
30652026-02-24T03:11:26.654Z Compiling toml_datetime v0.7.5+spec-1.1.0
30662026-02-24T03:11:26.761Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30672026-02-24T03:11:26.948Z Compiling dropshot v0.16.7
30682026-02-24T03:11:27.204Z Compiling toml_writer v1.0.6+spec-1.1.0
30692026-02-24T03:11:27.258Z Compiling async-stream v0.3.6
30702026-02-24T03:11:27.381Z Compiling structmeta v0.3.0
30712026-02-24T03:11:27.409Z Compiling slog-bunyan v2.5.0
30722026-02-24T03:11:27.563Z Compiling toml v0.9.11+spec-1.1.0
30732026-02-24T03:11:27.651Z Compiling waitgroup v0.1.2
30742026-02-24T03:11:27.771Z Compiling rustls-pemfile v2.2.0
30752026-02-24T03:11:27.903Z Compiling dropshot_endpoint v0.16.7
30762026-02-24T03:11:28.128Z Compiling itertools v0.14.0
30772026-02-24T03:11:28.270Z Compiling serde_path_to_error v0.1.20
30782026-02-24T03:11:28.577Z Compiling typify-impl v0.4.3
30792026-02-24T03:11:29.063Z Compiling hostname v0.4.2
30802026-02-24T03:11:29.316Z Compiling derive-ex v0.1.8
30812026-02-24T03:11:29.860Z Compiling tokio-rustls v0.25.0
30822026-02-24T03:11:30.329Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
30832026-02-24T03:11:30.583Z Compiling macaddr v1.0.1
30842026-02-24T03:11:30.750Z Compiling tabwriter v1.4.0
30852026-02-24T03:11:31.056Z Compiling instant v0.1.13
30862026-02-24T03:11:31.124Z Compiling progenitor-client v0.11.2
30872026-02-24T03:11:31.212Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30882026-02-24T03:11:31.262Z Compiling parse-display-derive v0.10.0
30892026-02-24T03:11:31.689Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
30902026-02-24T03:11:32.008Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30912026-02-24T03:11:32.244Z Compiling colored v3.0.0
30922026-02-24T03:11:32.444Z Compiling backoff v0.4.0
30932026-02-24T03:11:32.745Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30942026-02-24T03:11:32.822Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
30952026-02-24T03:11:33.027Z Compiling proc-macro-crate v1.3.1
30962026-02-24T03:11:33.514Z Compiling test-strategy v0.4.3
30972026-02-24T03:11:33.554Z Compiling crucible-workspace-hack v0.1.0
30982026-02-24T03:11:33.813Z Compiling proc-macro-error v1.0.4
30992026-02-24T03:11:33.951Z Compiling num_enum_derive v0.5.11
31002026-02-24T03:11:33.977Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31012026-02-24T03:11:34.392Z Compiling heapless v0.8.0
31022026-02-24T03:11:34.601Z Compiling ingot-macros v0.1.1
31032026-02-24T03:11:34.853Z Compiling hash32 v0.3.1
31042026-02-24T03:11:35.111Z Compiling parse-display v0.10.0
31052026-02-24T03:11:35.136Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
31062026-02-24T03:11:35.356Z Compiling smoltcp v0.11.0
31072026-02-24T03:11:35.762Z Compiling foreign-types-macros v0.2.3
31082026-02-24T03:11:36.139Z Compiling foreign-types-shared v0.3.1
31092026-02-24T03:11:36.298Z Compiling num_enum v0.5.11
31102026-02-24T03:11:36.327Z Compiling cobs v0.2.3
31112026-02-24T03:11:36.611Z Compiling postcard v1.0.10
31122026-02-24T03:11:36.950Z Compiling nix v0.30.1
31132026-02-24T03:11:37.064Z Compiling foreign-types v0.5.0
31142026-02-24T03:11:37.091Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31152026-02-24T03:11:37.214Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31162026-02-24T03:11:37.256Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31172026-02-24T03:11:37.853Z Compiling secrecy v0.10.3
31182026-02-24T03:11:37.924Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31192026-02-24T03:11:38.098Z Compiling cstr-argument v0.1.2
31202026-02-24T03:11:38.145Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
31212026-02-24T03:11:38.246Z Compiling rayon-core v1.12.1
31222026-02-24T03:11:38.308Z Compiling pretty-hex v0.2.1
31232026-02-24T03:11:38.454Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31242026-02-24T03:11:38.536Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
31252026-02-24T03:11:38.539Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31262026-02-24T03:11:38.704Z Compiling crossbeam-deque v0.8.5
31272026-02-24T03:11:38.781Z Compiling colored v2.2.0
31282026-02-24T03:11:38.975Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31292026-02-24T03:11:39.897Z Compiling camino-tempfile v1.4.1
31302026-02-24T03:11:40.092Z Compiling typify-macro v0.4.3
31312026-02-24T03:11:40.392Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31322026-02-24T03:11:40.611Z Compiling rayon v1.10.0
31332026-02-24T03:11:40.974Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31342026-02-24T03:11:41.071Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31352026-02-24T03:11:41.210Z Compiling zone_cfg_derive v0.3.0
31362026-02-24T03:11:41.383Z Compiling ingot-types v0.1.2
31372026-02-24T03:11:41.724Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31382026-02-24T03:11:42.116Z Compiling smf v0.2.3
31392026-02-24T03:11:42.171Z Compiling num-derive v0.4.2
31402026-02-24T03:11:42.306Z Compiling ingot v0.1.1
31412026-02-24T03:11:42.671Z Compiling sigpipe v0.1.3
31422026-02-24T03:11:42.837Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31432026-02-24T03:11:43.192Z Compiling zone v0.3.1
31442026-02-24T03:11:43.260Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31452026-02-24T03:11:43.750Z Compiling toml v0.8.23
31462026-02-24T03:11:43.803Z Compiling convert_case v0.4.0
31472026-02-24T03:11:44.104Z Compiling typify v0.4.3
31482026-02-24T03:11:44.317Z Compiling progenitor-impl v0.11.2
31492026-02-24T03:11:44.354Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31502026-02-24T03:11:44.686Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31512026-02-24T03:11:44.759Z Compiling derive_more v0.99.20
31522026-02-24T03:11:44.948Z Compiling universal-hash v0.5.1
31532026-02-24T03:11:45.137Z Compiling opaque-debug v0.3.1
31542026-02-24T03:11:45.176Z Compiling half v2.4.1
31552026-02-24T03:11:45.203Z Compiling ciborium-io v0.2.2
31562026-02-24T03:11:45.264Z Compiling aead v0.5.2
31572026-02-24T03:11:45.290Z Compiling poly1305 v0.8.0
31582026-02-24T03:11:45.384Z Compiling progenitor-impl v0.10.0
31592026-02-24T03:11:45.716Z Compiling ciborium-ll v0.2.2
31602026-02-24T03:11:45.819Z Compiling chacha20 v0.9.1
31612026-02-24T03:11:46.057Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31622026-02-24T03:11:46.170Z Compiling ciborium v0.2.2
31632026-02-24T03:11:46.334Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31642026-02-24T03:11:46.362Z Compiling num-rational v0.4.2
31652026-02-24T03:11:46.944Z Compiling thiserror-impl-no-std v2.0.2
31662026-02-24T03:11:47.431Z Compiling password-hash v0.5.0
31672026-02-24T03:11:47.537Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31682026-02-24T03:11:47.856Z Compiling blake2 v0.10.6
31692026-02-24T03:11:48.344Z Compiling num-complex v0.4.6
31702026-02-24T03:11:48.710Z Compiling argon2 v0.5.3
31712026-02-24T03:11:49.179Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31722026-02-24T03:11:49.203Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31732026-02-24T03:11:49.351Z Compiling num v0.4.3
31742026-02-24T03:11:49.497Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31752026-02-24T03:11:49.727Z Compiling thiserror-no-std v2.0.2
31762026-02-24T03:11:49.902Z Compiling float-ord v0.3.2
31772026-02-24T03:11:50.134Z Compiling indent_write v2.2.0
31782026-02-24T03:11:50.416Z Compiling vsss-rs v3.3.4
31792026-02-24T03:11:51.229Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31802026-02-24T03:11:51.232Z Compiling progenitor-macro v0.11.2
31812026-02-24T03:11:51.707Z Compiling chacha20poly1305 v0.10.1
31822026-02-24T03:11:51.744Z Compiling gethostname v0.5.0
31832026-02-24T03:11:51.982Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31842026-02-24T03:11:52.006Z Compiling usdt-attr-macro v0.5.0
31852026-02-24T03:11:52.044Z Compiling progenitor-macro v0.10.0
31862026-02-24T03:11:52.198Z Compiling usdt-macro v0.5.0
31872026-02-24T03:11:53.687Z Compiling derive-where v1.5.0
31882026-02-24T03:11:53.690Z Compiling usdt v0.5.0
31892026-02-24T03:11:54.210Z Compiling cancel-safe-futures v0.1.5
31902026-02-24T03:11:54.237Z Compiling owo-colors v4.2.3
31912026-02-24T03:11:54.283Z Compiling console v0.15.10
31922026-02-24T03:11:54.546Z Compiling resolv-conf v0.7.0
31932026-02-24T03:11:54.659Z Compiling libsw-core v0.3.1
31942026-02-24T03:11:54.696Z Compiling async-recursion v1.1.1
31952026-02-24T03:11:54.995Z Compiling libsw v3.5.0
31962026-02-24T03:11:55.317Z Compiling libefi-sys v0.1.0
31972026-02-24T03:11:55.537Z Compiling linear-map v1.2.0
31982026-02-24T03:11:55.740Z Compiling hickory-proto v0.24.4
31992026-02-24T03:11:55.863Z Compiling newline-converter v0.3.0
32002026-02-24T03:11:55.973Z Compiling atomicwrites v0.4.4
32012026-02-24T03:11:56.095Z Compiling bitfield-struct v0.6.2
32022026-02-24T03:11:56.213Z Compiling semver v0.1.20
32032026-02-24T03:11:56.386Z Compiling linked-hash-map v0.5.6
32042026-02-24T03:11:56.799Z Compiling lru-cache v0.1.2
32052026-02-24T03:11:56.863Z Compiling rustc_version v0.1.7
32062026-02-24T03:11:56.889Z Compiling expectorate v1.2.0
32072026-02-24T03:11:57.041Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32082026-02-24T03:11:57.203Z Compiling pin-project-internal v1.1.6
32092026-02-24T03:11:57.340Z Compiling slog-dtrace v0.3.0
32102026-02-24T03:11:57.430Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32112026-02-24T03:11:57.612Z Compiling siphasher v1.0.1
32122026-02-24T03:11:57.716Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32132026-02-24T03:11:57.976Z Compiling phf_shared v0.12.1
32142026-02-24T03:11:58.048Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32152026-02-24T03:11:58.179Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32162026-02-24T03:11:58.324Z Compiling newtype_derive v0.1.6
32172026-02-24T03:11:58.587Z Compiling tokio-dtrace v0.1.0
32182026-02-24T03:11:58.713Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32192026-02-24T03:11:58.914Z Compiling dropshot-api-manager-types v0.3.0
32202026-02-24T03:11:59.053Z Compiling pem v3.0.5
32212026-02-24T03:11:59.587Z Compiling snafu-derive v0.8.5
32222026-02-24T03:11:59.785Z Compiling csv-core v0.1.11
32232026-02-24T03:11:59.834Z Compiling highway v1.3.0
32242026-02-24T03:11:59.861Z Compiling pin-project v1.1.6
32252026-02-24T03:12:00.051Z Compiling same-file v1.0.6
32262026-02-24T03:12:00.349Z Compiling chrono-tz v0.10.4
32272026-02-24T03:12:00.385Z Compiling base64 v0.21.7
32282026-02-24T03:12:00.697Z Compiling xshell-macros v0.2.7
32292026-02-24T03:12:00.729Z Compiling const_format_proc_macros v0.2.34
32302026-02-24T03:12:00.799Z Compiling walkdir v2.5.0
32312026-02-24T03:12:01.097Z Compiling hickory-resolver v0.24.4
32322026-02-24T03:12:01.510Z Compiling csv v1.3.1
32332026-02-24T03:12:01.536Z Compiling xshell v0.2.7
32342026-02-24T03:12:02.615Z Compiling oxide-tokio-rt v0.1.2
32352026-02-24T03:12:02.722Z Compiling phf v0.12.1
32362026-02-24T03:12:02.929Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32372026-02-24T03:12:03.026Z Compiling globset v0.4.15
32382026-02-24T03:12:03.372Z Compiling olpc-cjson v0.1.4
32392026-02-24T03:12:03.557Z Compiling qorb v0.4.1
32402026-02-24T03:12:03.698Z Compiling primeorder v0.13.6
32412026-02-24T03:12:03.977Z Compiling progenitor v0.11.2
32422026-02-24T03:12:04.250Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
32432026-02-24T03:12:04.278Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32442026-02-24T03:12:04.356Z Compiling snafu v0.8.5
32452026-02-24T03:12:04.544Z Compiling serde_plain v1.0.2
32462026-02-24T03:12:04.636Z Compiling progenitor v0.10.0
32472026-02-24T03:12:04.905Z Compiling typed-path v0.9.3
32482026-02-24T03:12:05.222Z Compiling const_format v0.2.34
32492026-02-24T03:12:05.411Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32502026-02-24T03:12:06.028Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32512026-02-24T03:12:06.545Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32522026-02-24T03:12:07.382Z Compiling tough v0.20.0
32532026-02-24T03:12:07.755Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32542026-02-24T03:12:08.007Z Compiling tabled_derive v0.7.0
32552026-02-24T03:12:08.071Z Compiling bcs v0.1.6
32562026-02-24T03:12:08.108Z Compiling salty v0.3.0
32572026-02-24T03:12:08.189Z Compiling radium v0.7.0
32582026-02-24T03:12:08.580Z Compiling termtree v0.5.1
32592026-02-24T03:12:08.711Z Compiling utf-8 v0.7.6
32602026-02-24T03:12:08.781Z Compiling textwrap v0.16.2
32612026-02-24T03:12:08.868Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32622026-02-24T03:12:08.904Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32632026-02-24T03:12:09.066Z Compiling tungstenite v0.21.0
32642026-02-24T03:12:09.291Z Compiling steno v0.4.1
32652026-02-24T03:12:09.789Z Compiling typify-impl v0.2.0
32662026-02-24T03:12:10.118Z Compiling tabled v0.15.0
32672026-02-24T03:12:11.049Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32682026-02-24T03:12:11.304Z Compiling maybe-uninit v2.0.0
32692026-02-24T03:12:11.887Z Compiling moka v0.12.10
32702026-02-24T03:12:12.262Z Compiling tap v1.0.1
32712026-02-24T03:12:12.486Z Compiling humantime v2.2.0
32722026-02-24T03:12:13.021Z Compiling wyz v0.5.1
32732026-02-24T03:12:13.617Z Compiling tokio-tungstenite v0.21.0
32742026-02-24T03:12:14.261Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32752026-02-24T03:12:15.891Z Compiling p384 v0.13.1
32762026-02-24T03:12:16.053Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32772026-02-24T03:12:16.503Z Compiling packed_struct v0.10.1
32782026-02-24T03:12:16.751Z Compiling funty v2.0.0
32792026-02-24T03:12:16.973Z Compiling tagptr v0.2.0
32802026-02-24T03:12:17.018Z Compiling arc-swap v1.7.1
32812026-02-24T03:12:17.168Z Compiling polyval v0.6.2
32822026-02-24T03:12:17.297Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32832026-02-24T03:12:17.586Z Compiling slog-scope v4.4.0
32842026-02-24T03:12:17.630Z Compiling packed_struct_codegen v0.10.1
32852026-02-24T03:12:17.980Z Compiling bitvec v1.0.1
32862026-02-24T03:12:18.091Z Compiling bitfield-macros v0.19.2
32872026-02-24T03:12:18.337Z Compiling zerocopy-derive v0.6.6
32882026-02-24T03:12:19.027Z Compiling proc-macro-error-attr2 v2.0.0
32892026-02-24T03:12:19.615Z Compiling indexmap v1.9.3
32902026-02-24T03:12:19.878Z Compiling nodrop v0.1.14
32912026-02-24T03:12:19.994Z Compiling crc-catalog v2.4.0
32922026-02-24T03:12:20.062Z Compiling parking_lot_core v0.8.6
32932026-02-24T03:12:20.176Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32942026-02-24T03:12:20.201Z Compiling crc v3.2.1
32952026-02-24T03:12:20.225Z Compiling zerocopy v0.6.6
32962026-02-24T03:12:20.607Z Compiling array-init v0.0.4
32972026-02-24T03:12:20.706Z Compiling proc-macro-error2 v2.0.1
32982026-02-24T03:12:20.739Z Compiling bitfield v0.19.2
32992026-02-24T03:12:20.860Z Compiling hickory-resolver v0.25.2
33002026-02-24T03:12:21.006Z Compiling slog-stdlog v4.1.1
33012026-02-24T03:12:21.033Z Compiling typify-macro v0.2.0
33022026-02-24T03:12:21.248Z Compiling ghash v0.5.1
33032026-02-24T03:12:21.358Z Compiling smallvec v0.6.14
33042026-02-24T03:12:21.479Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33052026-02-24T03:12:21.537Z Compiling ctr v0.9.2
33062026-02-24T03:12:21.629Z Compiling num-derive v0.3.3
33072026-02-24T03:12:21.820Z Compiling lzma-sys v0.1.20
33082026-02-24T03:12:21.969Z Compiling unicase v2.8.1
33092026-02-24T03:12:22.379Z Compiling hashbrown v0.12.3
33102026-02-24T03:12:22.406Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33112026-02-24T03:12:22.680Z Compiling mime_guess v2.0.5
33122026-02-24T03:12:22.833Z Compiling aes-gcm v0.10.3
33132026-02-24T03:12:23.199Z Compiling serde-hex v0.1.0
33142026-02-24T03:12:23.714Z Compiling libscf-sys v1.1.0
33152026-02-24T03:12:23.825Z Compiling tabled_derive v0.11.0
33162026-02-24T03:12:23.991Z Compiling slog-envlogger v2.2.0
33172026-02-24T03:12:24.260Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33182026-02-24T03:12:24.619Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33192026-02-24T03:12:25.017Z Compiling typify v0.2.0
33202026-02-24T03:12:25.225Z Compiling progenitor-impl v0.8.0
33212026-02-24T03:12:25.335Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33222026-02-24T03:12:25.364Z Compiling ron v0.8.1
33232026-02-24T03:12:25.426Z Compiling papergrid v0.17.0
33242026-02-24T03:12:26.447Z Compiling testing_table v0.3.0
33252026-02-24T03:12:26.666Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33262026-02-24T03:12:26.741Z Compiling hashbrown v0.13.2
33272026-02-24T03:12:27.566Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33282026-02-24T03:12:27.672Z Compiling heck v0.3.3
33292026-02-24T03:12:27.815Z Compiling progenitor-client v0.8.0
33302026-02-24T03:12:27.843Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33312026-02-24T03:12:28.050Z Compiling ssh-encoding v0.2.0
33322026-02-24T03:12:28.322Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33332026-02-24T03:12:28.574Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33342026-02-24T03:12:29.487Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33352026-02-24T03:12:29.538Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33362026-02-24T03:12:29.779Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33372026-02-24T03:12:30.402Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33382026-02-24T03:12:30.626Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33392026-02-24T03:12:31.930Z Compiling progenitor-macro v0.8.0
33402026-02-24T03:12:32.696Z Compiling blowfish v0.9.1
33412026-02-24T03:12:33.219Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33422026-02-24T03:12:34.196Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33432026-02-24T03:12:34.426Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33442026-02-24T03:12:34.469Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33452026-02-24T03:12:36.013Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33462026-02-24T03:12:36.283Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33472026-02-24T03:12:37.288Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33482026-02-24T03:12:37.416Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33492026-02-24T03:12:37.495Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33502026-02-24T03:12:37.560Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33512026-02-24T03:12:37.734Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33522026-02-24T03:12:37.849Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33532026-02-24T03:12:38.484Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33542026-02-24T03:12:39.648Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33552026-02-24T03:12:39.848Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33562026-02-24T03:12:40.220Z Compiling nibble_vec v0.1.0
33572026-02-24T03:12:40.500Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33582026-02-24T03:12:40.839Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33592026-02-24T03:12:40.916Z Compiling corncobs v0.1.4
33602026-02-24T03:12:41.248Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33612026-02-24T03:12:41.403Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33622026-02-24T03:12:41.798Z Compiling endian-type v0.1.2
33632026-02-24T03:12:42.117Z Compiling crc-any v2.5.0
33642026-02-24T03:12:42.580Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33652026-02-24T03:12:43.250Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33662026-02-24T03:12:43.643Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33672026-02-24T03:12:44.480Z Compiling progenitor v0.8.0
33682026-02-24T03:12:44.769Z Compiling radix_trie v0.2.1
33692026-02-24T03:12:45.402Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33702026-02-24T03:12:45.531Z Compiling bcrypt-pbkdf v0.10.0
33712026-02-24T03:12:46.300Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33722026-02-24T03:12:46.340Z Compiling ssh-cipher v0.2.0
33732026-02-24T03:12:46.813Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33742026-02-24T03:12:47.373Z Compiling zone_cfg_derive v0.1.2
33752026-02-24T03:12:47.687Z Compiling object v0.30.4
33762026-02-24T03:12:48.850Z Compiling tabled v0.20.0
33772026-02-24T03:12:50.151Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33782026-02-24T03:12:50.866Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33792026-02-24T03:12:53.163Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33802026-02-24T03:12:55.073Z Compiling parking_lot v0.11.2
33812026-02-24T03:12:55.669Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33822026-02-24T03:12:55.944Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33832026-02-24T03:12:56.494Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33842026-02-24T03:12:58.137Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33852026-02-24T03:12:58.586Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33862026-02-24T03:13:00.330Z Compiling prefix-trie v0.7.0
33872026-02-24T03:13:01.222Z Compiling password-hash v0.4.2
33882026-02-24T03:13:01.434Z Compiling fxhash v0.2.1
33892026-02-24T03:13:01.601Z Compiling secrecy v0.8.0
33902026-02-24T03:13:01.697Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33912026-02-24T03:13:01.912Z Compiling base64 v0.13.1
33922026-02-24T03:13:02.036Z Compiling number_prefix v0.4.0
33932026-02-24T03:13:02.284Z Compiling http-range v0.1.5
33942026-02-24T03:13:02.324Z Compiling half v1.8.3
33952026-02-24T03:13:02.492Z Compiling path-slash v0.1.5
33962026-02-24T03:13:02.661Z Compiling ron v0.7.1
33972026-02-24T03:13:02.749Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33982026-02-24T03:13:02.937Z Compiling serde_cbor v0.11.2
33992026-02-24T03:13:04.316Z Compiling indicatif v0.17.11
34002026-02-24T03:13:04.712Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34012026-02-24T03:13:05.806Z Compiling pbkdf2 v0.11.0
34022026-02-24T03:13:06.241Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34032026-02-24T03:13:06.330Z Compiling sled v0.34.7
34042026-02-24T03:13:06.347Z Compiling hickory-server v0.25.2
34052026-02-24T03:13:07.636Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34062026-02-24T03:13:07.759Z Compiling xz2 v0.1.7
34072026-02-24T03:13:08.259Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34082026-02-24T03:13:08.538Z Compiling zone v0.1.8
34092026-02-24T03:13:08.998Z Compiling ssh-key v0.6.6
34102026-02-24T03:13:10.336Z Compiling hickory-client v0.25.2
34112026-02-24T03:13:10.627Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34122026-02-24T03:13:10.929Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34132026-02-24T03:13:11.019Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34142026-02-24T03:13:12.628Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34152026-02-24T03:13:12.925Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
34162026-02-24T03:13:12.985Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34172026-02-24T03:13:13.125Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
34182026-02-24T03:13:13.786Z Compiling p256 v0.13.2
34192026-02-24T03:13:14.030Z Compiling p521 v0.13.3
34202026-02-24T03:13:14.600Z Compiling yasna v0.5.2
34212026-02-24T03:13:14.798Z Compiling headers-core v0.3.0
34222026-02-24T03:13:14.988Z Compiling kstat-rs v0.2.4
34232026-02-24T03:13:15.019Z Compiling nanorand v0.7.0
34242026-02-24T03:13:15.587Z Compiling russh-cryptovec v0.7.3
34252026-02-24T03:13:15.629Z Compiling atty v0.2.14
34262026-02-24T03:13:15.670Z Compiling md5 v0.7.0
34272026-02-24T03:13:15.829Z Compiling crc8 v0.1.1
34282026-02-24T03:13:15.933Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
34292026-02-24T03:13:16.050Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34302026-02-24T03:13:16.178Z Compiling russh-keys v0.45.0
34312026-02-24T03:13:16.225Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34322026-02-24T03:13:16.256Z Compiling rcgen v0.12.1
34332026-02-24T03:13:17.452Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34342026-02-24T03:13:18.259Z Compiling flume v0.11.1
34352026-02-24T03:13:18.324Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34362026-02-24T03:13:19.123Z Compiling headers v0.4.1
34372026-02-24T03:13:19.703Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34382026-02-24T03:13:20.748Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
34392026-02-24T03:13:20.782Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34402026-02-24T03:13:23.056Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34412026-02-24T03:13:23.901Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34422026-02-24T03:13:24.666Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34432026-02-24T03:13:29.321Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34442026-02-24T03:13:29.321Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34452026-02-24T03:13:30.866Z Compiling hyper-staticfile v0.10.1
34462026-02-24T03:13:31.925Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34472026-02-24T03:13:33.720Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34482026-02-24T03:13:34.396Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34492026-02-24T03:13:34.599Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34502026-02-24T03:13:35.222Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34512026-02-24T03:13:35.729Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34522026-02-24T03:13:36.247Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34532026-02-24T03:13:36.273Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34542026-02-24T03:13:36.304Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34552026-02-24T03:13:37.088Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34562026-02-24T03:13:37.119Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34572026-02-24T03:13:37.737Z Compiling num-bigint v0.4.6
34582026-02-24T03:13:37.791Z Compiling des v0.8.1
34592026-02-24T03:13:38.172Z Compiling subprocess v0.2.9
34602026-02-24T03:13:38.175Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34612026-02-24T03:13:38.630Z Compiling hex-literal v0.4.1
34622026-02-24T03:13:38.795Z Compiling display-error-chain v0.2.2
34632026-02-24T03:13:38.830Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34642026-02-24T03:13:39.043Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34652026-02-24T03:13:39.071Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34662026-02-24T03:13:39.711Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34672026-02-24T03:13:39.814Z Compiling internet-checksum v0.2.1
34682026-02-24T03:13:41.673Z Compiling russh v0.45.0
34692026-02-24T03:13:42.055Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34702026-02-24T03:14:16.574Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34712026-02-24T03:14:49.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 26s
34722026-02-24T03:14:50.021Z
34732026-02-24T03:14:50.024Zreal 3:26.535386879
34742026-02-24T03:14:50.024Zuser 19:16.121566317
34752026-02-24T03:14:50.024Zsys 2:32.913076105
34762026-02-24T03:14:50.024Ztrap 0.560666207
34772026-02-24T03:14:50.024Ztflt 0.278006231
34782026-02-24T03:14:50.024Zdflt 0.422955938
34792026-02-24T03:14:50.024Zkflt 0.000035223
34802026-02-24T03:14:50.024Zlock 52:26.672728701
34812026-02-24T03:14:50.024Zslp 1:09:31.186043885
34822026-02-24T03:14:50.024Zlat 1:02.734802639
34832026-02-24T03:14:50.024Zstop 2:43.420389223
34842026-02-24T03:14:50.024Z+ mkdir tests
34852026-02-24T03:14:50.029Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34862026-02-24T03:14:50.029Z+ xargs -I '{}' -t cp '{}' tests/
34872026-02-24T03:14:50.070Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3b5a0b3c0af20b7c tests/
34882026-02-24T03:14:50.105Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-bcfd75342135c852 tests/
34892026-02-24T03:14:50.137Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-67dc9673ff9d894c tests/
34902026-02-24T03:14:50.174Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-958238a3118261a6 tests/
34912026-02-24T03:14:50.552Z+ 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/*)
34922026-02-24T03:14:50.555Z+ 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-bcfd75342135c852 tests/commtest-67dc9673ff9d894c tests/dhcp_server-3b5a0b3c0af20b7c tests/end_to_end_tests-958238a3118261a6 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
34932026-02-24T03:16:37.301ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34942026-02-24T03:16:37.301Za .github/buildomat/ci-env.sh 1K
34952026-02-24T03:16:37.301Za out/target/test 1K
34962026-02-24T03:16:37.301Za out/npuzone/npuzone 27402K
34972026-02-24T03:16:37.301Za package-manifest.toml 35K
34982026-02-24T03:16:37.301Za smf/sled-agent/non-gimlet/config.toml 6K
34992026-02-24T03:16:37.301Za target/release/omicron-package 43217K
35002026-02-24T03:16:37.301Za target/release/xtask 11507K
35012026-02-24T03:16:37.301Za target/debug/bootstrap 325123K
35022026-02-24T03:16:37.302Za tests/bootstrap-bcfd75342135c852 31130K
35032026-02-24T03:16:37.302Za tests/commtest-67dc9673ff9d894c 35217K
35042026-02-24T03:16:37.302Za tests/dhcp_server-3b5a0b3c0af20b7c 31130K
35052026-02-24T03:16:37.302Za tests/end_to_end_tests-958238a3118261a6 369373K
35062026-02-24T03:16:37.302Za out/clickhouse.tar.gz 319586K
35072026-02-24T03:16:37.302Za out/clickhouse_keeper.tar.gz 302557K
35082026-02-24T03:16:37.302Za out/clickhouse_server.tar.gz 319586K
35092026-02-24T03:16:37.302Za out/cockroachdb.tar.gz 165157K
35102026-02-24T03:16:37.302Za out/crucible-pantry-zone.tar.gz 41557K
35112026-02-24T03:16:37.302Za out/crucible-utils.tar 17744K
35122026-02-24T03:16:37.302Za out/crucible-zone.tar.gz 55695K
35132026-02-24T03:16:37.302Za out/external-dns.tar.gz 48043K
35142026-02-24T03:16:37.302Za out/internal-dns.tar.gz 48042K
35152026-02-24T03:16:37.302Za out/mg-ddm-gz.tar 86339K
35162026-02-24T03:16:37.302Za out/nexus.tar.gz 211315K
35172026-02-24T03:16:37.302Za out/ntp.tar.gz 28908K
35182026-02-24T03:16:37.302Za out/omicron-gateway-softnpu.tar.gz 27678K
35192026-02-24T03:16:37.302Za out/omicron-sled-agent.tar 195601K
35202026-02-24T03:16:37.302Za out/overlay.tar.gz 3K
35212026-02-24T03:16:37.302Za out/oximeter.tar.gz 64523K
35222026-02-24T03:16:37.302Za out/oxlog.tar 3945K
35232026-02-24T03:16:37.302Za out/probe.tar.gz 3037K
35242026-02-24T03:16:37.302Za out/propolis-server.tar.gz 74633K
35252026-02-24T03:16:37.302Za out/pumpkind-gz.tar 26647K
35262026-02-24T03:16:37.302Za out/switch-softnpu.tar.gz 377323K
35272026-02-24T03:16:37.305Z
35282026-02-24T03:16:37.305Zreal 1:46.751135261
35292026-02-24T03:16:37.305Zuser 1:42.336432007
35302026-02-24T03:16:37.305Zsys 6.467059665
35312026-02-24T03:16:37.305Ztrap 0.023574544
35322026-02-24T03:16:37.305Ztflt 0.000000000
35332026-02-24T03:16:37.305Zdflt 0.000000000
35342026-02-24T03:16:37.305Zkflt 0.000000000
35352026-02-24T03:16:37.305Zlock 0.000000000
35362026-02-24T03:16:37.306Zslp 1:41.897737820
35372026-02-24T03:16:37.306Zlat 2.771751109
35382026-02-24T03:16:37.306Zstop 0.000609925
35392026-02-24T03:16:37.308Zprocess exited: duration 2655686 ms, exit code 0
 
35402026-02-24T03:16:37.324Zfound 1 output files
35412026-02-24T03:16:37.324Zuploading: /work/package.tar.gz (2417170444 bytes)
35422026-02-24T03:17:11.402Zuploaded: /work/package.tar.gz